/**** MultiStep Form *****************************/
.homeFormBox {
  padding: 30px;
}

#welcome .signupWrap {
  display: none;}

.block-left {
  float: left;
  width: 58%;
  display: block;
  margin: 0 auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-left p {
  font-size: 18px;
}

.block-left h3 {
  color: #ffda7e;
  font-size: 28px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px #222;
  text-align: left;
  width: 100%;
}

#registerMultiStepContainer {
  width: 40%;
  display: block;
  margin: 0 auto;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;}

.disclaimer {
  font-size: 11px;
  margin: 5px 0 0;
  line-height: 16px;}

button.next, .browser-internet-explorer-8 button.next, .browser-internet-explorer-8 button.next:hover {
  width: 100%;
  margin: 10px 0 0;
  background: #E3671A;
  border: 2px solid #FFB347;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  max-width: inherit;
  clear: both;
  padding: 7px;
  box-shadow: 1px 1px 2px #333;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  text-shadow:1px 1px 2px #333;}

button.next:hover, .browser-internet-explorer-8 button.next, .browser-internet-explorer-8 button.next:hover {
  color:#ffda7e;
}

#registerMultiStepContainer .stepContent em {
  display: inline;
  float: none;
  color: #9195c7; }

.stepsHandles {
  text-align: center;}

.step-handle {
  background:#bbb;
  float: left;
  height: 5px;
  margin:0 0.5%;
  text-indent: -9999px;
  position: relative;
  right: auto;
  padding: 0;
  width: 24%;}

.active .step-handle {
  background-color:#9195c7;}

#registerMultiStepContainer .stepsHandles span.indicator a:hover {
  cursor: default;}

.step-header {
  font-size: 18px;
  line-height: 26px;
  color: #ffda7e;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin:10px 0 5px; }

#steps li {
  padding: 0;
  border: none; }

FORM #steps .row {
  padding: 0.5em 0 0.2em; }

#registerMultiStepContainer FORM .row.birthday,
#registerMultiStepContainer FORM .row.select,
#registerMultiStepContainer FORM .row.text,
#registerMultiStepContainer FORM .iam,
#registerMultiStepContainer FORM .looking,
#registerMultiStepContainer FORM #signup_group_zip_city {
  padding: 0.5em 0;
  clear: both;
  float: left;
  width: 100%; }

FORM #steps .row.select-gender {
  padding: 0; }

#registerMultiStepContainer FORM #form_signup_city {
  padding: 0 0 0.5em;}

#registerMultiStepContainer FORM .iam {
  padding-bottom: 0; }

#registerMultiStepContainer FORM LABEL {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 3px;
  float: left;
  margin: 0;
  text-align: left;
  color: #bbb; }

#registerMultiStepContainer FORM INPUT,
#registerMultiStepContainer FORM SELECT {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #111;
  border: none;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 0.5em 0.3em;
  width: 100%;
  float: left; }

#registerMultiStepContainer form .birthday select.birthday_day,
#registerMultiStepContainer form .birthday select.birthday_year {
  width: 25%;
  margin:0 1% 0 0;}

#registerMultiStepContainer form .birthday select.birthday_month {
  width: 47%;
  margin:0 1% 0 0;}

#registerMultiStepContainer #progress-bar-container {
  height: 15px;
  overflow: hidden;
  width: 100%;
  margin: 0.5em 0; }

#registerMultiStepContainer #progress-bar {
  height: 15px;
  width: 0px;
  background:#9195c7; }

#registerMultiStepContainer #progress-info {
  line-height: 2em;
  font-size: 1.2em;
  text-align: center; }

#registerMultiStepContainer #progress-info.displaced {
  font-size: 1.4em; }

#registerMultiStepContainer .error {
  -wbkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: red;
  clear: both;
  font-size: 11px;
  display: block;
  height: auto;
  padding: 0.25em;
  text-align: center;
}

/* Responsive */

@media screen and (max-width: 980px) {
    .homeFlashBox {background-position: bottom left !important; background-repeat: no-repeat !important;}
}
@media screen and (max-width: 640px) {
    .block-left {width: 100%;}
    #registerMultiStepContainer {width: 100%;}
    .noflash {background-color: rgba(27,21,36,.6); height: 100%; padding: 2em;}
}