@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow: auto;
	padding-top: 1px;
    margin-top: -1px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* START */
html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
}

div#bg { 
	background: url('../img/bgNew.jpg') no-repeat center center fixed; 
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale')";
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
}

/* top section */

#header_line {
	height: 20px;
	width: 918px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -459px;
}

#main {
	position: relative;
	top: 50px;
	left: 50%;
	margin-left: -459px;
	width: 918px;
}

#logo_header {
	background: rgba(123,30,163,1);
	background: -moz-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,30,163,1)), color-stop(100%, rgba(88,14,120,1)));
	background: -webkit-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: -o-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: -ms-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: linear-gradient(to bottom, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b1ea3', endColorstr='#580e78', GradientType=0 );
	height: 227px;
	margin: 0px;
	color: rgb(255,255,255);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
#logo_header div#iklogo {
	background-image: url(../img/ik-logo.png);
	background-repeat: no-repeat;
	width: 384px;
	height: 97px;
	float: left;
	margin-top: 22px;
	margin-left: 24px;
}
#topline {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 60px;
	text-shadow: 0 1px 0 #000;
	top: 105px;
}
nav {
	width: 100%;
	height: 73px;
	margin-top: 20px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	background: rgba(123,30,163,1);
	background: -moz-linear-gradient(top, #FFF 0%, #d8d8d8 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #FFF 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #FFF 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #FFF 0%, #d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#d8d8d8', GradientType=0 );
	text-align: center;
}
#nm {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}
nav ul#menu {
	height: 73px;
	position: relative;
	left: 50%;
}

#menu:after {
	clear: both;
}
#menu li {
	float: left;
	position: relative;
	
	border-right: 1px solid transparent;  
	border-left: 1px solid transparent;  
    -moz-border-image: -moz-linear-gradient(top, #d8d8d8 0%, #FFF 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #d8d8d8 0%, #FFF 100%); 
    border-image: linear-gradient(to bottombottom, #d8d8d8 0%, #FFF 100%);  
    border-image-slice: 1;
}

#menu a {
	float: left;
	padding-top: 26px;
	padding-bottom: 23px;
	padding-left: 20px;
	padding-right: 20px;
	color: #580e78;
	font-size: 20px;
	text-decoration: none;
	font-weight: 600;
	
}

#menu li > a:hover {
	color: #fafafa;
	background-color: #580e78;
}



/* main content */

#content {
	max-width: 900px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}
#content>h1 {
	font-size: 23px;
	max-width: 800px;
	font-weight: bold;
	display: block;
	margin: 30px 100px 30px 100px;
	color: rgb(117, 37, 155);
	border-radius: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#content>h2 {
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
	width: 800px;
	padding-top: 20px;
	margin: 0px 100px 0px 100px;
	margin-left: auto;
	margin-right: auto;
}
h3.subHeader {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
	margin: 0px 100px 0px 100px;
	margin-left: auto;
	margin-right: auto;
}
#content>h4 { /* alert */
	color: #ca0000;
	font-weight: bold;
	font-size: 18px;
	width: 800px;
	margin: 0px 100px 30px 100px;
	margin-left: auto;
	margin-right: auto;
}
#content>p {
	width: 800px;
	margin: 10px 100px;
	line-height: normal;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
.al_right {
	padding-left: 10px;
	float: right;
}
#content ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 10px 100px 10px 125px;
	padding-bottom: 10px;
	font-size: 24px;
}
#content ol li {
	padding-bottom: 5px;
}
#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 10px 100px 10px 125px;
	padding-bottom: 10px;
	font-size: 24px;
}
#content ul li {
	padding-bottom: 5px;
}
#content div.empty_content_line {
	width: 100%;
	height: 70px;
}



/* footer */
#footer_line {
	background: rgb(120,40,163); /* Old browsers */
	width: 100%;
	margin-top: 20px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	height: 90px;
	width: 100%;
	color: rgb(255,255,255);
}
#footer_line div.fc3 {
	padding-top: 30px;
	padding-left: 100px;
	float: left;
	width: 150px;
}

#footer_line a:link, #footer_line a:visited {
	color: #580e78;
	text-decoration: none;	
	font-weight: bold;
	font-size: 22px;
}
#footer_line a:hover {
	text-decoration: underline;	
}
#footer_line div.partners {
	padding-right: 80px;
}
#footer_line div.partners a img {
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer_line div.partners div {
	color: black;
	padding-top: 40px;
	width: 180px;
	height: 30px;
	float: right;
}












/* chapter overviews `*/
.section_headline {
	width: 640px;
	clear: both;
	margin-top: 20px;
}
.section_headline h2 {
	margin: 0px;
	padding: 0px;
}


.section_headline h2 a {
	position: relative;
	display: inline-block;
	width: 618px;
	padding: 10px;
	margin: 0px;
	background-color: rgb(182,141,76);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(243,226,199)),
		color-stop(0.49, rgb(193,158,103)),
		color-stop(0.5, rgb(182,141,76)),
		color-stop(1, rgb(233,212,179))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(243,226,199) 0%,
		rgb(193,158,103) 49%,
		rgb(182,141,76) 50%,
		rgb(233,212,179) 100%
	);
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	line-height: 1;
	border: 1px solid;
	border-color: rgb(182,141,76);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 	inset 0px -4px 5px rgba(255,255,255,0.2),
						inset 0px 1px 5px rgba(255,255,255,0.2),
						0px 1px 0px #54481a,
						0px 2px 0px #54481a,
						0px 3px 0px #54481a,
						0px 4px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px -4px 5px rgba(255,255,255,0.2),
						inset 0px 1px 5px rgba(255,255,255,0.2),
						0px 1px 0px #54481a,
						0px 2px 0px #54481a,
						0px 3px 0px #54481a,
						0px 4px 2px rgba(0,0,0,0.5);
	box-shadow: 		inset 0px -4px 5px rgba(255,255,255,0.2),
						inset 0px 1px 5px rgba(255,255,255,0.2),
						0px 1px 0px #54481a,
						0px 2px 0px #54481a,
						0px 3px 0px #54481a,
						0px 4px 2px rgba(0,0,0,0.5);
}
.section_headline h2 a:hover {
	background-color: #8AC5FD;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(220,205,182)),
		color-stop(0.49, rgb(175,144,94)),
		color-stop(0.5, rgb(166,130,69)),
		color-stop(1, rgb(212,193,163))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(220,205,182) 0%,
		rgb(175,144,94) 49%,
		rgb(166,130,69) 50%,
		rgb(212,193,163) 100%
	);
}
.section_headline h2 a:active {
	top: 4px;
	-moz-box-shadow: 	inset 0px 4px 5px rgba(255,255,255,0.4),
						inset 0px -1px 5px rgba(255,255,255,0.2),
						0px 2px 0px #54481a,
						0px 4px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 4px 5px rgba(255,255,255,0.4),
						inset 0px -1px 5px rgba(255,255,255,0.2),
						0px 2px 0px #54481a,
						0px 4px 5px rgba(0,0,0,0.5);
	box-shadow: 		inset 0px 4px 5px rgba(255,255,255,0.4),
						inset 0px -1px 5px rgba(255,255,255,0.2),
						0px 0px 0px #54481a,
						0px 1px 1px rgba(0,0,0,0.5);
}
.section_details {
	width: 580px;
	margin-left: 60px;
	margin-top: 20px;
}
.column1 {
	float: left;
	width: 290px;
}
.column3 {
	float: left;
	width: 580px;
}
.column1 h2 {
	text-indent: -40px;
	margin-left: 60px;
	line-height: 1;
}
.column2 {
	width: 260px;
	margin-left: 295px;
	padding: 10px;
	background-color: #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75);
}
.section_details h2 a {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	margin-bottom: 5px;
	padding: 0px;
}
.section_details h2 a:hover {
	font-weight: bold;
}

.cleaner {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}


.center {
	text-align: center;
}

.course-info {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 22px;
	line-height: 1.2em;
}
.course-info table {
	margin-top: 20px;
	font-size: 22px;
	border: 0px;
	border-collapse:collapse;
}
.course-info table tr td.col1 {
	width: 150px;
	color: #580e78;
	font-weight: bold;
	font-size: 20px;
}
.course-info table tr td.col2 {
	font-size: 20px;
}
.course-info table tr td.col2 div {
	margin-bottom: 5px;
}
.course-info table tr td {
	padding-bottom: 10px;
}

div.sidebar {
	float: right;
	width: 140px;
}


p>a:link, p>a:visited {
	text-decoration: none;
	color: #580e78;
	font-weight: bold;
}
div.step a:link, div.step a:visited {
	font-size: 18px;
}
p>a:hover {
	text-decoration: underline;
}
.number {
	float: left;
	background-color: #580e78;
	color: white;
	border-radius: 50px;
	height: 36px;
	width: 36px;
	font-size: 36px;
	font-weight: bold;
	padding: 7px;
	text-align: center;
	margin-left: 20px;
	margin-top: 20px;
}
.step {
	margin: 0px 100px 30px 100px;
	background-color: #d6d6d6;
	margin-bottom: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.step>h1.st {
	font-size: 20px;
	color: #580e78;
	padding: 30px 90px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 57px;
	text-indent: -57px;
	line-height: 1.4em;
}
.step p {
	margin-left: 90px;
	margin-right: 20px;
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 1.2em;
}




.fc3 a:link, .fc3 a:visited {
	text-decoration: none;
	color: white;
	display: block;
	padding-top: 10px;
}


#language {
	float: right;
	width: 100px;
	color: #FFF;
}
#language ul li {
	float: right;
	margin-left: 5px;
}
#language ul li a:link, #language ul li a:visited {
	display: block;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	height: 16px;
	width: 17px;
	border-radius: 16px;
	background-color: white;
	font-size: 13px;
	font-weight: bold;
	margin-top: 38px;
	text-decoration: none;
	color: black;
}
#language ul li a:hover {
	background-color: black;
	color: white;
}
#language div {
	float: left;
	font-weight: bold;
}

.vid {
	margin-left: 80px;
	margin-bottom: 40px;
}


.signup a:link, .signup a:visited {
	display: block;
	background-color: #6416BF;
	color: white;
	text-align: center;
	width: 110px;
	height: 50px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 80px;
	font-variant: small-caps;
	border-radius: 10px;
	border: 2px solid #888;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
.signup a:hover {
	background-color: #BBB;
	color: black;
}



.info-block {
	margin: 0px 100px 30px 100px;
	background-color: #d6d6d6;
	margin-bottom: 20px;
}
.block-label {
	font-size: 20px;
	color: #580e78;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 77px;
	text-indent: -77px;
	line-height: 1.4em;
}

/*  form */
div.line-long {
	position: relative;
	width: calc(100%);
	margin-bottom: 10px;
}
div.line-medium {
	position: relative;
	width: 345px;
	float: left;
	margin-bottom: 10px;
}
div.line-short {
	position: relative;
	width: 110px;
	float: left;
	margin-bottom: 10px;
}

div.course-view{
	line-height: 1.2;
}
div.course-view .border{
	border: 1px solid purple;
	width: 256px;
	height: 256px;
	margin-right: 30px;
	border-radius: 50%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div.course-view div.discount{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/discount.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
div.course-view div.discount span.amount{
	color: white;
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	display: block;
}
div.course-view div.discount span.text{
	color: white;
	font-size: 16px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
	display: block;
}
div.course-view div.line{
	margin-top: 15px;
	margin-bottom: 10px;
}
div.course-view img{
	width: 250px;
	height: 250px;
	margin-right: 20px;
	border-radius: 50%;
	padding: 3px 3px 3px 3px;
}
div.course-view h3 {
	font-size: 16px;
	font-weight: bold;
	color: purple;
	padding: 0px 20px;
	padding: 0 0 0 0;
	margin-bottom: 10px;
	margin-top: 30px;
}
div.course-view h2 {
	font-size: 20px;
	font-weight: bold;
	color: purple;
	padding: 0px 20px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}
div.course-view h1 {
	font-size: 28px;
	font-weight: bold;
	color: purple;
	padding: 0px 20px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}


div.form-block p{
	margin-bottom: 15px;
	margin-top: 15px;
}
div.form-block.price{
	border: 2px solid purple;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	width: calc(800px - 44px) !important;
}
div.form-block {
	margin: 50px 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div.form-block h2 {
	font-size: 24px;
	font-weight: bold;
	color: purple;
	padding: 0px 20px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}
div.form-block h3 {
	font-size: 16px;
	font-weight: bold;
	color: purple;
	padding: 5px 0;
	margin-bottom: 20px;
}
.form-section {
	position: relative;
}
div.line-medium.space-left input{
	float: right;
}
.form-block div.line-long input, .form-block div.line-medium input, .form-block div.line-short input {
	height: 34px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	border: 1px solid #BBB;
	background-color: #f5f5f5;
	margin-bottom: 32px;
	display: block;
	font-size: 16px;
}
.form-block div.line-long input {
	width: calc(100% - 20px);
}
.form-block div.line-medium input {
	width: 318px;
	float: right;
}
.form-block div.line-short select {
	width: 100px;
	float: left;
	height: 42px;
	border-radius: 5px;
	border-color: #BBB;
	background-color: transparent;
	margin-bottom: 32px;
}
.form-block div.line-long select {
	width: 800px;
	height: 32px;
	border-radius: 5px;
	border-color: #BBB;
	background-color: transparent;
	margin-bottom: 32px;
}
.form-block div.line-long textarea {
	width: 100%;
	height: 120px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	border: 1px solid #BBB;
	background-color: transparent;
	margin-bottom: 32px;
}
.form-block div label.under {
	float: left;
	font-size: 14px;
	display: block;
	position: absolute;
	top: 44px;
	left: 5px;
}
.info-block div.c-info {
	font-size: 22px;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.info-block div.c-info input {
	display: block;
	float: left;
	margin-top: -0px;
}
span.availability {
	display: block;
	width: 60px;
	font-size: 12px;
	border-radius: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
}
.av_yes {
	background-color: #580e78;
}
.av_no {
	background-color: #deb0b0;
}
span.slot_alert {
	display: block;
	width: 100px;
	font-size: 10px;
	border-radius: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	float: left;
	margin-right: 10px;
	background-color: #6416BF;
	color: #FFF;
}
/*
div.line-long input.button {
	display: block;
	width: 120px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #BBB;
	margin-bottom: 22px;
	color: white;
	font-size: 14px;
	background: rgba(123,30,163,1);
	background: -moz-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,30,163,1)), color-stop(100%, rgba(88,14,120,1)));
	background: -webkit-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: -o-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: -ms-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: linear-gradient(to bottom, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b1ea3', endColorstr='#580e78', GradientType=0 );
	font-family: 'Exo', sans-serif;
}*/




/* subscribe box */
div#signup_box {
	width: 267px;
	height: 366px;
	background-color: rgba(136,136,136,0.9);
	position: fixed;
	top: 250px;
	left: -240px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	z-index: 107;
	transition: all 1s ease;
}
div#signup_box div.opener {
	width: 1em;
	right: 4px;
	line-height: 1.3em;
	color: white;
	font-weight: bold;
	top: 50%;
	transform: translateY(-50%);
	text-align: Center;
	position: absolute;
	word-break: break-all;
}
div#signup_box:hover {
	left: 0px;
}
div#signup_box div.text_box {
	width: 220px;
	margin-left: 20px;
	margin-top: 20px;
	color: #FFF;
	font-size: 17px;
}
div#signup_box div.text_box input {
	width: 220px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
	font-size: 14px;
}
div#signup_box div.text_box input.inp {
	width: 208px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 109;
	color: #FFF;
	font-size: 14px;
}
div#signup_box div.text_box label.infield-label {
	display: block;
	position: relative;
	top: 55px;
	left: 10px;
	color: #AAA;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	z-index: 108;
}
div#signup_box div.text_box input.button {
	width: 220px;
	height: 30px;
	border: 2px solid #FFF;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	background: rgba(123,30,163,1);
	background: -moz-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,30,163,1)), color-stop(100%, rgba(88,14,120,1)));
	background: -webkit-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: -o-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: -ms-linear-gradient(top, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	background: linear-gradient(to bottom, rgba(123,30,163,1) 0%, rgba(88,14,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b1ea3', endColorstr='#580e78', GradientType=0 );
	font-family: 'Exo', sans-serif;
}

.arrow_box {
	position: fixed;
	background-color: white;
	border: 4px solid #fff;
	top: 551px;
	left: 70px;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255,225,255,0);
	border-right-color: #fff;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(255,225,255,0);
	border-right-color: #fff;
	border-width: 36px;
	margin-top: -36px;
}