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

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

/*--Form--*/
#form {
	width: 460px;
	height: auto;
	padding: 0;
	margin: 23px auto 0;
    position:relative;
}
#form h2 {
	color: #fff;
	font-size: 50px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 47px;
	margin: 0 0 20px 0;
	padding: 0;
}

/*--Terms--*/
.form-terms {
	color: #ffffff;
    font-family: Open Sans, sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 12px auto 0 auto;
	text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.link-1 {
	color: #ffffff !important;
    text-decoration: underline !important;
}
.link-1:hover {
    opacity: 0.5;
}
/* Drop Down Menu */
#form #fstep_1 option, #form #fstep_2 option {
	background: #eee;
	color: #2c3e50;
	font-family: Open Sans, 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: Open Sans, sans-serif;
	border: 0;
	font-size: 15px;
	font-weight: 400;
	padding: 1px 5px;
	text-transform: capitalize;
}

/*Container Steps*/
.container_steps {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.container_form {
	padding: 0;
}

/*----fsteps----*/
#fstep_1 div, #fstep_2 div {
	background: rgba(0,0,0,.6);
	width: 222px;
	float: left;
	margin-right: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#fstep_1 div p, #fstep_2 div p {
	color: #fff;
	padding: 22px 0 0 20px !important;
	line-height: 15px;
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    line-height: 16px;
    text-transform: capitalize;
}
#fstep_1 select, #fstep_2 select {
	width: 222px!important;
	float: left;
	color: #fff!important;
}

#fstep_1, #fstep_2, #fstep_3, #fstep_4, #fstep_5 {
	height: auto;
  	transition: opacity ease-in-out 1s;
  	width: auto;
}
#fstep_5 {
    overflow:visible;
}
/*
#fstep_1:after, #fstep_2:after {
	content: "";
	clear: both;
	display: block;
}
*/
#form input, #form select, #form textarea {
	outline: none;
}
#form input[type=text], #form input[type=password] {
	background: rgba(0,0,0,.6);
	color: #fff;
	width: 100%;
	height: 60px;
	width: 100%;
	display: block;
    font-family: Open Sans, sans-serif;
    border: none;
	font-size: 18px;
	font-weight: 400;
	text-indent: 20px;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.drop_down_container {
	width: auto;
	margin: 0;
	padding: 0;
}
.drop_down_container::after {
	content: "";
	display: block;
	clear: both;
}
#form select {
	float: right;
    width: 48%;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: 20px;
	font-size: 18px;
	color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    line-height: 22px;
	outline: 0!important;
    background: rgba(0, 0, 0, 0.6) url("../_img/dropdown_icon.svg") no-repeat scroll 175px center / 31px 11px;
    background-size: 31px 11px;
    border: none;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

/*--Mozilla Text-indent Fix--*/
@-moz-document url-prefix() {
	#form select {
		text-indent: 8px!important;
	}
    #form select#dobday,
    #form select#dobmonth,
    #form select#dobyear {
    	text-indent: 8px!important;
    }
}

/* Select elements */
#form select:hover {
	cursor: pointer;
}
#form select#dating-gender, #form select.gender2.valid {
}
#form select#dobday {
    background: rgba(0, 0, 0, 0.6) url("../_img/dropdown_icon.svg") no-repeat scroll 110px center / 31px 11px;
    width: 32.2%;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-indent: 20px;
	margin-right: 5px;
	text-align: left;
}
#form select#dobmonth {
    background: rgba(0, 0, 0, 0.6) url("../_img/dropdown_icon.svg") no-repeat scroll 110px center / 31px 11px;
    width: 32.2%;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-indent: 20px;
	margin-right: 5px;
	text-align: left;
}
#form select#dobyear {
    background: rgba(0, 0, 0, 0.6) url("../_img/dropdown_icon.svg") no-repeat scroll 110px center / 31px 11px;
    width: 32.2%;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-indent: 20px;
    margin-right: 5px;
	text-align: left;
}

/* Placeholder Styling */
#form input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
#form input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}
#form input::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
#form input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

/* Error styling */
#form select.error {
	padding: 14px 0 14px 5px;
	color: red;
	border: 1px solid red;
    background: url(../_img/dropdown_icon.svg) no-repeat right rgba(0,0,0,.6);
    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 {
    color: red;
    font-size: 13px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: 405px;
}
#fstep_1 label.error,
#fstep_2 label.error {
	position: absolute;
	top: 3px;
	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: #ff2b41;
	color: #fff;
	width: auto;
	height: 15px;
    font-family: Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin: 0 auto;
	padding: 27px 0;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 0;
	text-align: center;
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(55,70,79,0.2);
    box-shadow: 0 5px 5px 0 rgba(55,70,79,0.2);
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
.myButton:hover {
    -webkit-box-shadow: 0 0px 0px 0 rgba(55,70,79,0.2);
    box-shadow: 0 0px 0px 0 rgba(55,70,79,0.2);
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}


.fsubmit.myButton {
    width: 100%;
}
/*.myButton:active {
	position: absolute;
	right: 36px;
	top: 0;
	cursor: pointer;
}*/
span.fprev.myButton {
	display: none !important;
}
