@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
/*
=============5 steps sign up===================
*/
.hubp-form-container {
  width: 373px;
  margin: 0 auto;
  background-color: rgba(3, 3, 3, 0.3);
  margin-bottom: 10px;
  padding: 3px;
}
.hubp-form-container .hubp-form-wrapper {
  height: 190px;
}
.hubp-form-container #hubp-form {
  margin-top: 0px;
}
.hubp-form-container #facebook-login {
  font-family: "Roboto";
  font-size: 14px;
}
.hubp-form-container #facebook-logon-section p {
  font-family: "Roboto Condensed";
  font-size: 14px;
  color: #333;
  font-style: normal;
}
.hubp-form-container #hubp-form label {
  font-family: "Roboto Condensed";
  width: 100%;
  font-size: 26px;
  background: rgba(255, 255, 255, 0.7);
  color: #212121;
  padding: 8px 0px;
  display: block;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: normal;
}
.hubp-form-container #hubp-form input {
  width: 300px;
  background: #fff;
  box-shadow: 0px 0px 0px 2px transparent;
  color: #212121;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: normal;
}
.hubp-form-container .hubp-steps-ind div {
  background-color: grey;
  color: #fff;
  text-align: center;
  font-size: 0px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
}
.hubp-form-container .hubp-steps-ind .hubp-ind-active {
  background-color: lightgrey;
  color: lightgrey;
}
.hubp-form-container .hubp-terms {
  font-size: 11px;
  color: #111;
  text-align: center;
  line-height: 18px;
  font-family: "Roboto Condensed";
  font-size: 14px;
}
.hubp-form-container .hubp-terms a {
  color: #111;
  text-decoration: underline;
  font-family: "Roboto Condensed";
  font-size: 14px;
}
.hubp-form-container .hubp-btn {
  cursor: pointer;
  font-family: "Roboto Condensed";
  font-size: 19px;
  line-height: 16px;
  border: solid 1px grey!important;
  float: left;
  display: block;
  margin: 7px 10px;
  width: 160px;
  border: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  padding: 14px 20px;
  text-transform: uppercase;
  background: #E6E6E6;
  color: #444;
  box-shadow: 0 6px #444;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
.hubp-form-container .hubp-btn:hover {
  box-shadow: 0 4px #444;
  top: 2px;
}
.hubp-form-container .hubp-btn.hubp-active,
.hubp-form-container .hubp-btn.error-border.hubp-active {
  color: #fff;
  background-color: #27ae60;
  box-shadow: 0 0 #27ae60;
  top: 6px;
}
.hubp-form-container .hubp-btn:focus {
  outline: none;
}
.hubp-form-container .hubp-btn.error-border {
  border: none !important;
  background: #D69D97;
  color: #C53535;
  box-shadow: 0 6px #823E37;
}
.hubp-form-container #hubp-form input.error-border {
  border: none !important;
  background: #D69D97;
  color: #C53535;
}
.hubp-form-container .hubp-submit-container .hubp-submit {
  border: none;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 15px 60px;
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #DF2828;
  color: #fff;
  box-shadow: 0 6px #9E1414;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border-radius: 5px;
  font-family: "Roboto Condensed";
  font-size: 19px;
}
.hubp-form-container .hubp-submit-container .hubp-submit:hover {
  box-shadow: 0 4px #9E1414;
  top: 2px;
}
.hubp-form-container .hubp-submit-container .hubp-submit:active {
  box-shadow: 0 0 #9E1414;
  top: 6px;
}
.hubp-form-container .hubp-submit-container .hubp-submit:focus {
  outline: none;
  border-bottom-width: 0px;
  transition: all 0.1s ease-in-out;
}
.hubp-form-container div.hubp-error {
  color: #a94442;
  border-radius: 5px;
  padding: 20px;
  width: 200px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -100px;
  background: #f2dede;
  border: 2px solid #a94442;
  text-align: center;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.hubp-form-container .arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hubp-form-container .arrow_box:after {
  border-top-color: #a94442;
  border-width: 15px;
  margin-left: -15px;
}
@media screen and (max-width: 400px) {
  .hubp-form-container {
    width: 300px !important;
    margin: 0 auto !important;
  }
  .hubp-form-container .hubp-steps {
    width: 300px;
  }
  .hubp-form-container #hubp-form label {
    font-size: 26px;
  }
  .hubp-form-container .mobile-form #hubp-form label {
    font-size: 26px;
  }
  .hubp-form-container #hubp-form input,
  .hubp-form-container #hubp-form select {
    width: 255px;
    font-size: 16px;
  }
  .hubp-form-container .hubp-btn {
    width: 125px;
    font-size: 16px;
    line-height: 14px;
  }
}
@media screen and (max-height: 400px) {
  .header_5steps h3 {
    display: none;
  }
}
/**** Header *****/
.browse_5steps_signup {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background-color: rgba(255,255,255, 0.8);
}
.header_5steps {
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  max-width: 450px;
}
.header_5steps .alert {
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 10px;
}
.header_5steps .alert.alert-info {
  border-color: #9acfea;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  font-family: "Roboto Condensed";
  margin-bottom: 15px;
}
.header_5steps h3 {
  color: #ffffff;
  background: #df2828;
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}
.blur_page {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
  filter: blur(6px);
}
