/* 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: 39Lato, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
	margin: 0 0 18px 30px;
	padding: 0;
}
.form-terms {
	color: #000;
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 10px;
	margin: 110px 0 0 0;
	line-height: auto;
	text-align:center;
	}
.link-1 {
	color:rgba(0,0,0,1.00);
}
.link-1:hover {
	color: #DF0C1E;
}
#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 {
}
.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;
	width: 100%;
}
.multisteps {
	width:100%;
	overflow:visible;
}
#fstep_1 p, #fstep_2 p, #fstep_3 p, #fstep_4 p, #fstep_5 p {
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
	padding: 0;
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: left;
	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: 15px 0 0 0;
	padding-left:5%;
}
.step_bar {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right:26px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #DF0C1E;
	cursor: pointer;
	text-align: center;
	line-height: 30px;	
}
.step_highlight {
	width: 30px;
	height: 30px;
	background: #000;
}

#form input[type=text], #form input[type=password] {
	background: rgba(255,255,255,0.9);
	width: 93%;
	height: 59px;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 0 3%;
	border: thin solid rgba(97,97,97,1.00);
	box-shadow: none;
	color: #666;

}
.drop_down_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.drop_down_container::after {
	content: "";
	display: block;
	clear: both;
}
#form select {
	color: #666;
	width: 100%;
	height: 59px;
	float: left;
	margin: 0 10px 0 0;
	padding: 11px;
	font-size: 14px;
	border: none;
	font-family: Lato, sans-serif;
    font-weight: 300;
	line-height: 20px;
	outline: 0 none!important;
    background: url(../_img/select-arrow.png) no-repeat right rgba(255,255,255,.9);
    background-size: 20px 30px;
	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;
	border: thin solid rgba(97,97,97,1.00);
	border-radius:0px;
}
#form select#dobday {
	width: 30%;
	font-family: Lato, sans-serif;
	margin-right: 5%;
	font-size: 14px;
	font-weight: 300;
	border-radius:0px;
	border: thin solid rgba(97,97,97,1.00);
}
#form select#dobmonth {
	width: 30%;
	margin-right: 5%;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 300;
	border-radius:0px;
	border: thin solid rgba(97,97,97,1.00);
}
#form select#dobyear {
	width: 30%;
	font-family: Lato, sans-serif;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	border-radius:0px;
	border: thin solid rgba(97,97,97,1.00);
}

/* 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: #DF0C1E;
	color: #fff;
	width: 100%;
	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: 150px;
	left: 0;
	height: 20px;
}
.fsubmit.myButton {
    width: 150px;
}
/*.myButton:active {
	position: absolute;
	right: 36px;
	top: 0;
	cursor: pointer;
}*/
span.fprev.myButton {
	display: none !important;
}
