/* SCREEN STYLES //////////////////////////////////////////////////////*/

body { font-family: Arial, Helvetica, Arial, sans-serif; color: #000; font-size: 100%; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; }

#form h2 {
	color: #fff;
	font-size: 28px;
    font-family: Raleway, sans-serif;
    font-weight: 200;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#form h2 u {
	font-size: 40px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}
.form-terms {
	color: #fff;
	font-family: Raleway, sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin: 71px auto 0 auto;
	line-height: 17px;
	text-align: center;
}
.link-1:hover {
	color: #249c38;
}
#form #fstep_1 option {
	background: #eee;
	color: #666;
	border: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 5px 5px 10px;
}
#form #fstep_2 option {
	background: #eee;
	color: #666;
	border: 0;
	font-size: 14px;
	font-weight: 400;
	padding: 1px 5px;
}
#form .option-style {
}
/* FORM //////////////////////////////////////////////////////*/

/* Initial layout */
#form {
	background: rgba(11,0,23,.8);
	width: 550px;
	height: auto;
	padding: 30px 0 30px 0;
	margin: 0;
	position: relative;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.container_form {
	padding: 0;
}
#fstep_1 div:first-child {
	margin-right: 8%;
}
#fstep_1 div {
	width: 46%;
	float: left;
}
#fstep_1, #fstep_2, #fstep_3, #fstep_4, #fstep_5 {
	height: 80px;
}
.multisteps {
	overflow: hidden;
}
#fstep_1 p {
	background: rgba(255,255,255,.5);
	color: #eee;
	float: left;
	font-size: 12px;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	padding: 25px 10px 22px 10px;
	margin-left: 30px;
}
#fstep_2 p, #fstep_3 p, #fstep_4 p, #fstep_5 p {
	color: #218cc5;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
   	text-align: center;
	text-transform: uppercase;
}
#fstep_4 span {
	color: #eee;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*Tickbox*/
#form .tick-box > input {
	margin:  0 5px 0 0;
}
#form .tick-box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 0;
    z-index: 999;
}
#form .tick-box span {
	color: #666!important;
}
.pinkcolor {
	color: #e1007a!important;
}


.steps {
	width: 100%;
	height: auto;
	margin: 11px 0 0 0;
	text-align: center;
}
.step_bar {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #ff970d;
	cursor: pointer;
	text-align: center;
	line-height: 39px;
	border-radius: 0;
}
.step_highlight {
	width: 40px;
	height: 40px;
	background: rgba(143,202,247,.3);
	color: #eee;
}

#form input, #form select, #form textarea {
	outline: none;
}
#form input[type=text], #form input[type=password] {
	background: rgba(53,64,89,.9);
	width: 342px;
	height: 59px;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 200;
	margin: 0 89px;
	padding: 0 3%;
	border: none;
	box-shadow: none;
	color: #eee;
	border-radius: 0;
}
.drop_down_container {
	width: 371px;
	margin: 0 89px;
	padding: 0;
}
.drop_down_container::after {
	content: "";
	display: block;
	clear: both;
}
#form select {
	color: #eee;
	width: 112px;
	height: 59px;
	float: left;
	margin: 0 10px 0 0;
	padding: 11px;
	font-size: 16px;
	border: none;
	font-family: Lato, sans-serif;
    font-weight: 200;
	line-height: 20px;
	border-radius: 0;
	outline: 0 none!important;
    background: url(../_img/select-arrow.png) no-repeat right rgba(53,64,89,.9);
    background-size: 40px 59px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

/* Select elements */
#form select:hover {
	cursor: pointer;
}
#form #fstep_1 select:nth-child(4) {
	width: 140px!important;
	margin-right: 0;
}
#form select#dating-gender, #form select.gender2.valid {
	width: 140px;
	margin: 0;
}
#form select#dobday {
	width: 30%;
	font-family: Lato, sans-serif;
	margin-right: 5%;
	font-size: 17px;
	font-weight: 400;
}
#form select#dobmonth {
	width: 30%;
	margin-right: 5%;
	font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: 400;
}
#form select#dobyear {
	width: 30%;
	font-family: Lato, sans-serif;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
}

/* Error styling */
#form select.error {
	padding: 14px 0 14px 5px;
	color: red;
	border: 1px solid red;
    background: url(../_img/select-arrow.png) no-repeat right rgba(255,255,255,.3);
    background-size: 42px 52px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	-webkit-appearance: none;
}
#form label.error {
	width: 215px;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: red;
}
#fstep_1 label.error {
	position: absolute;
	top: 75px;
	left: 18px;
}
#fstep_2 label.error {
	position: absolute; 
	top: 64px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_3 label.error {
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_4 label.error {
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_5 label.error {
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#form input[type=text].error, #form input[type=password].error, #form textarea.error, #form select.error {
	background: rgba(255,255,255,0.3);
}
#form input.error, #form textarea.error, #form select.error {
	background: rgba(255,255,255,0.3);
}

/* Button styling */
.myButton {
	background: #ff970d;
	color: #fff;
	width: 120px;
    font-family: Raleway, sans-serif;
	font-size: 20px;
	font-weight: 200;
	display: block;
	margin: 0;
	padding: 18px 0;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 169px;
	left: 211px;
	border-radius: 0;
}
.fsubmit.myButton {
    width: 150px;
}
/*.myButton:active {
	position: absolute;
	right: 36px;
	top: 0;
	cursor: pointer;
}*/
span.fprev.myButton {
	display: none !important;
}