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

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

a { outline: none; }

#form h2 {
	color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 45px;
    font-weight: 400;
	text-align: center;
	margin-bottom: 18px;
    text-transform: uppercase;
}
.form-terms {
	color: #eee;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin: 15px 0 0 0;
	text-align: center;
	line-height: 17px;
	width: 100%;
	text-transform: uppercase;
}
.form-terms-pink {
	color: #7fadb9!important;
}
#form option {
    color: #333;
    outline: 0!important;
}
/* FORM //////////////////////////////////////////////////////*/

/* Initial layout */
#form {
	width: 442px;
	height: auto;
	padding: 60px 0 20px 0;
	margin: 0 auto;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@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 52px;
}
#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: 95px;
}
.multisteps {
}
#fstep_1 p, #fstep_2 p, #fstep_3 p, #fstep_4 p, #fstep_5 p {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 20px;
   	text-align: center;
}
#fstep_4 span {
	color: #eee;
	font-family: Exo, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.tick-box {
    position: absolute;
    bottom: -73px;
}
.steps {
	width: 100%;
	height: auto;
	margin: 11px 0 0 0;
	text-align: center;
}
.step_bar {
	background: rgba(255,255,255,.2);
	width: 28px;
	height: 28px;
	display: inline-block;
	margin: 0;
	font-family: Exo, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	/*background: url(../images/steps.png) no-repeat;*/
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	cursor: pointer;
	text-align: center;
	line-height: 29px; 
}
.step_highlight {
	width: 28px;
	height: 28px;
	background: rgba(255,255,255,.5);
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	/*background: url(../images/step-highlight.png) no-repeat;*/
}

#form input, #form select, #form:focus {
	outline: 0 none;
}
#form input[type=text], #form input[type=password] {
	background: rgba(255,255,255,0.7);
	width: 94%;
	height: 51px;
	display: block;
	margin: 0;
	padding: 0 3%;
	border: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
}
.drop_down_container {
	width: 100%;
	margin: 0 auto;
}
.drop_down_container::after {
	content: "";
	display: block;
	clear: both;
}
#form select {
	width:112px;
	/*height: 30px;*/
	float: left;
	margin: 0 10px 0 0;
	padding: 15px 0 15px 5px;
	font-size: 15px;
	color: #666;
	border: none;
	font-family: Dosis, sans-serif;
    font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	outline: 0 none;
    background: url(../images/select-arrow.png) no-repeat right rgba(255,255,255,.7);
    background-size: 42px 52px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

/* Select elements */
#form select:hover {
	cursor: pointer;
}
#form select#dating-gender, #form select.gender2.valid {
	width: 100%;
	margin: 0;
}
#form select#dobday {
	width: 30%;
	font-family: Lato, sans-serif;
	margin-right: 5%;
}
#form select#dobmonth {
	width: 30%;
	margin-right: 5%;
}
#form select#dobyear {
	width: 30%;
	font-family: Lato, sans-serif;
	margin: 0;
}

/* Error styling */
#form select.error {
	padding: 14px 0 14px 5px;
	color: red;
	border: 1px solid red;
    background: url(../images/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: 82px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_3 label.error {
	position: absolute;
	top: 82px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_4 label.error {
	position: absolute;
	top: 82px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_5 label.error {
	position: absolute;
	top: 82px;
	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: #7fadb9;
	color: #fff;
	width: 338px;
    font-family: Exo, sans-serif;
	font-size: 30px;
	font-weight: 400;
	display: block;
	margin: 2px auto 0 auto;
	padding: 16px 0;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
	cursor: pointer;
}
.fsubmit.myButton {
    width: 150px;
}
/*.myButton:active {
	position: absolute;
	right: 36px;
	top: 0;
	cursor: pointer;
}*/
span.fprev.myButton {
	display: none !important;
}