.multisteps {
	overflow: hidden;
	height: auto;
	padding: 0;
}

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

/*--Form--*/
#form {
	background: rgba(255,255,255,.95);
	width: 345px;
	height: auto;
	padding: 63px;
	margin: 0 auto;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#form h2 {
	color: #000;
	font-size: 26px;
    font-family: Lora, serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
	margin: 0 0 33px 0;
	padding: 0;
}
#form h2 span {
	color: #d91e18;
}

/*--Terms--*/
.form-terms {
	color: #000;
    font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 13px;
	margin: 12px auto 0 auto;
	text-align: center;
}
.link-1 {
	color: #d90707!important;
}

/* Drop Down Menu */
#form #fstep_1 option, #form #fstep_2 option {
	background: #eee;
	color: #2c3e50;
	font-family: Lato, sans-serif;
	border: 0;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	padding: 5px 5px 5px 10px;
	text-transform: capitalize;
}
#form #fstep_3 option {
	background: #eee;
	color: #2c3e50;
	font-family: Lato, sans-serif;
	border: 0;
	font-size: 15px;
	font-weight: 400;
	padding: 1px 5px;
	text-transform: capitalize;
}
/*#form option.text-size {
	font-family: Lato, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
}*/

/*Container Steps*/
.container_steps {
}
.container_form {
	padding: 0;
}

/*----fsteps----*/
#fstep_1, #fstep_2 {
	height: auto;
  	transition: opacity ease-in-out 1s;
  	width: auto;
}
#fstep_1:after, #fstep_2:after {
	content: "";
	clear: both;
	display: block;
}
#fstep_1 p, #fstep_2 p {
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 17px;
   	text-align: center;
}

/*--fstep_1--*/
#fstep_1 .row, #fstep_2 .row {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
#fstep_1 .row:after, #fstep_2 .row:after {
	content: "";
	clear: both;
	display: block;
}
/*
#fstep_1 .row div, #fstep_2 .row div {
	background: #e5e5e5;
	width: 50%;
	height: 50px;
	float: left;
}
#fstep_1 .row div p, #fstep_2 .row div p {
	color: #000;
	padding: 17px 0!important;
	line-height: 15px;
}*/
#fstep_1 .row select, #fstep_2 .row select {
	width: 100%!important;
	/*float: left;*/
	color: #000!important;
	padding-left: 10px!important;
}


/*--Steps--
.steps {
	width: 454px;
	height: 10px;
	margin: 0 auto;
	overflow: hidden;
}
.steps:after {
	content: "";
	clear: both;
	display: block;
}
.step_bar {
	width: 76px;
	height: 10px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
	font-weight: bold;
	color: #fff;
	font-family: Raleway, sans-serif;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	float: left;
}
.step_highlight {
	width: 74px;
	height: 10px;
	background: rgba(255,255,255,.5);
}
*/

#form input, #form select, #form textarea {
	outline: none;
}
#form input[type=text], #form input[type=password] {
	background: #eee;
	color: #000;
	width: 94%;
	height: 50px;
	display: block;
    font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
	padding: 0 3%;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.drop_down_container {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
.drop_down_container::after {
	content: "";
	display: block;
	clear: both;
}
#form select {
	width: 100%;
	height: 50px;
	float: left;	
	margin: 0;
	padding: 0;
	font-size: 17px;
	border: none;
	color: #000;
    font-family: Lato, sans-serif;
    font-weight: 300;
	outline: 0!important;
    background: url(../_img/select-arrow.png) no-repeat right #eee;
    background-size: 19px 9px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    border-radius: 0;
}

/* Select elements */
#form select:hover {
	cursor: pointer;
}
#form select#dating-gender, #form select.gender2.valid {
	margin: 0;
	padding-left: 10px!important;
}
#form select#dobday {
    background: url(../_img/select-arrow.png) no-repeat right #e5e5e5;
    background-size: 19px 9px;
	width: 115px;
	font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding-left: 10px!important;
	text-align: left;
}
#form select#dobmonth {
    background: url(../_img/select-arrow.png) no-repeat right #eee;
    background-size: 19px 9px;
	width: 115px;
	font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding-left: 10px!important;
	text-align: left;
}
#form select#dobyear {
    background: url(../_img/select-arrow.png) no-repeat right #e5e5e5;
    background-size: 19px 9px;
	width: 115px;
	font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding-left: 10px!important;
	text-align: left;
}

/* 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,.9);
    background-size: 30px 45px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	-webkit-appearance: none;
	z-index: 999;
}
#form label.error {
	width: 215px;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: red;
}
#fstep_1 label.error, 
#fstep_2 label.error {
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*
#fstep_2 label.error {
	position: absolute; 
	top: 75px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_3 label.error {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_4 label.error {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_5 label.error {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_6 label.error {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}*/
#form input[type=text].error, #form input[type=password].error, #form textarea.error, #form select.error {
}
#form input.error, #form textarea.error, #form select.error {
}

/* Button styling */
.myButton {
	background: #d90707;
	color: #fff;
	width: 345px;
	height: 15px;
    font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin: 0 auto;
	padding: 18px 0;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 13px;
	text-align: center;
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.fsubmit.myButton {
    width: 100%;
}
/*.myButton:active {
	position: absolute;
	right: 36px;
	top: 0;
	cursor: pointer;
}*/
span.fprev.myButton {
	display: none !important;
}