.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@font-face {
  font-family: 'icomoon';
  src: url('/assets/css/fonts/icomoon.eot?syif41');
  src: url('/assets/css/fonts/icomoon.eot?syif41#iefix') format('embedded-opentype'), url('/assets/css/fonts/icomoon.ttf?syif41') format('truetype'), url('/assets/css/fonts/icomoon.woff?syif41') format('woff'), url('/assets/css/fonts/icomoon.svg?syif41#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-y: scroll;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  min-height: 100vh;
}
span.help-inline {
  position: absolute;
  font-size: 10px;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: 0 auto;
  color: red;
}
.regProc {
  display: none;
  position: absolute;
  font-size: 10px;
  color: green;
  top: 25px;
  left: 50%;
  margin-left: -72px;
  text-align: left;
}
#header {
  z-index: 998;
  position: relative;
}
#header .container-x {
  margin-right: auto;
  margin-left: auto;
  width: 1090px;
}
#bg {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0px -17px 83px 77px rgba(0, 0, 0, 0.81);
  -moz-box-shadow: inset 0px -17px 83px 77px rgba(0, 0, 0, 0.81);
  box-shadow: inset 0px -17px 83px 77px rgba(0, 0, 0, 0.81);
}
#bg .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#bg .bottom .el-0 {
  position: absolute;
  bottom: 1px;
  width: 0;
  height: 0;
  border-left: 2000px solid transparent;
  border-right: 2000px solid transparent;
  border-bottom: 150px solid #fe6be3;
  -webkit-backface-visibility: hidden;
}
#bg .bottom .el {
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 0;
  border-left: 2000px solid transparent;
  border-right: 2000px solid transparent;
  border-bottom: 150px solid #fefefe;
  -webkit-backface-visibility: hidden;
}
#bg .bottom .left-el {
  right: 50%;
  margin-right: -100px;
}
#bg .bottom .right-el {
  left: 50%;
  margin-left: -100px;
}
#form {
  position: absolute;
  width: 400px;
  background: #fefefe;
  top: 125px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px 10px 5px 5px;
  text-align: center;
}
#form .header {
  background: #fd8de2;
  padding: 15px 0 35px;
  position: relative;
  border-radius: 5px 5px 0 0;
  margin-bottom: 8px;
}
#form .bottom {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
#form .bottom .inner {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
#form .bottom .el {
  position: absolute;
  width: 1000px;
  height: 100px;
  top: 5px;
  background: #ffffff;
  box-shadow: inset 0 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#form .bottom .el .line {
  width: 100%;
  height: 2px;
  border-top: #7f7f7f 2px dashed;
  top: -7px;
  position: relative;
  opacity: 0.5;
}
#form .bottom .left-el {
  right: 50%;
  transform: rotate(5deg);
}
#form .bottom .right-el {
  left: 50%;
  transform: rotate(-5deg);
}
#form .logo {
  margin-bottom: 10px;
}
#form .logo img {
  height: 40px;
}
#form .heading {
  padding-bottom: 5px;
}
#form .heading h1 {
  margin: 0 0 0;
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
}
#form .heading h1 span {
  color: #fff;
  animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
#form .heading p {
  font-size: 12px;
  margin: 0 auto 10px;
  font-style: italic;
}
#form .counter {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #fe6be3;
  padding: 3px 10px;
  font-size: 10px;
  border-radius: 3px;
  font-weight: bold;
}
#form .steps-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
#form .steps-indicator .item {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0 2px;
}
#form .steps-indicator .item.active {
  background: #fe6be3;
}
#form .form-body {
  padding-bottom: 20px;
  padding-top: 5px;
}
#form .form-body .step .step-heading {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
#form .form-body .step .step-text {
  font-size: 12px;
  color: #777;
  max-width: 220px;
  margin: 0 auto 10px;
  line-height: 1;
}
#form .form-body .step .form-field {
  margin: 0 15px;
  position: relative;
}
#form .form-body .step .form-field input {
  margin-bottom: 15px;
  border-radius: 3px;
  width: 100%;
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 0 5px;
  max-width: 220px;
  height: 21px;
}
#form .form-body .step .step-actions .item {
  display: inline-block;
  background: #ccc;
  color: #fff;
  padding: 3px 0;
  width: 90px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  transition: all 0.4s;
}
#form .form-body .step .step-actions .item.active {
  background: #fe6be3;
}
#form .form-body .step .step-actions .item.digi {
  width: 40px;
}
#form .form-body .step .step-actions .item.width-auto {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}
#form .form-body .step .step-actions .width-auto {
  width: auto;
  padding: 3px 10px;
}
#form .form-footer {
  position: absolute;
  color: #fff;
  font-size: 10px;
  margin: 10px auto 0;
  left: 0;
  right: 0;
  padding: 0 10px;
}
#form .form-footer a {
  color: #fff;
  font-weight: bold;
}
#content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 999;
}
#profiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
#profiles .col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 170px;
  max-width: 170px;
}
#profiles .col-1 {
  margin-top: -30px;
}
#profiles .col-2 {
  margin-top: -15px;
}
#profiles .col-5 {
  margin-top: -15px;
}
#profiles .col-6 {
  margin-top: -30px;
}
.profile {
  background: #efefef;
  text-align: center;
  margin: 0 7px 14px;
  border-radius: 3px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.profile.row-4,
.profile.row-2 {
  display: none;
}
.profile .img {
  margin-bottom: 10px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  position: relative;
}
.profile .img img {
  width: 100%;
  height: auto;
}
.profile .img .online {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2be52b;
}
.profile .info {
  padding: 0px 10px 10px;
}
.profile .info .name {
  font-weight: bold;
  line-height: 1;
}
.profile .info .name .years {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
.profile .info .distance {
  font-size: 10px;
  margin-bottom: 10px;
  color: #999;
}
.profile .info .distance strong {
  color: #555555;
}
.profile .info .about {
  font-size: 10px;
  background: #ffffff;
  border-radius: 3px;
  padding: 5px;
  font-style: italic;
  margin-bottom: 10px;
  text-align: left;
}
.profile .info .about i {
  float: left;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
}
.profile .info .actions button {
  background: #fe6be3;
  border: 0;
  color: #fff;
  padding: 3px 0;
  width: 100%;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.4s;
}
.profile .info .actions button i {
  margin-right: 3px;
}
.profile.invis {
  display: none;
}
.profile.empty .img {
  width: 100%;
  padding-bottom: 140%;
}
.profile.empty .about {
  height: 40px;
  margin: 0;
}
#pre-footer {
  background: #f3f3f3;
  text-align: center;
  padding: 20px 0;
}
#footer {
  background: #e8e8e8;
  text-align: center;
  padding: 20px 0;
}
#footer .text {
  max-width: 850px;
  margin: 0 auto 10px;
  font-size: 12px;
  color: #777;
  padding: 0 10px;
}
#footer .nav {
  font-size: 12px;
}
#footer .nav a {
  color: #333;
  padding: 0 10px 0 5px;
  position: relative;
  font-weight: bold;
}
#footer .nav a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 4px;
  width: 1px;
  height: 10px;
  background: #999999;
}
#footer .nav a:last-child:after {
  display: none;
}
.shakeIt {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes blink {
  0% {
    color: white;
  }
  50% {
    color: black;
  }
}
@media (max-width: 1100px) {
  #header .container-x {
    width: 920px;
  }
  #profiles .col-4 {
    margin-top: -15px;
  }
  #profiles .col-5 {
    margin-top: -30px;
  }
  #profiles .col-6 {
    display: none;
  }
}
@media (max-width: 930px) {
  #header .container-x {
    width: 755px;
  }
  #profiles .col-1 {
    margin-top: -15px;
  }
  #profiles .col-2 {
    margin-top: 0px;
  }
  #profiles .col-3 {
    margin-top: 0px;
  }
  #profiles .col-4 {
    margin-top: -15px;
  }
  #profiles .col-5 {
    display: none;
  }
  .profile.row-4 {
    display: block;
  }
}
@media (max-width: 767px) {
  #bg {
    min-height: 540px;
  }
  #form {
    width: 350px;
    top: 100px;
  }
  #profiles .col-1 {
    margin-top: -15px;
  }
  #profiles .col-2 {
    margin-top: 0px;
  }
  #profiles .col-3 {
    margin-top: -15px;
  }
  #profiles .col-4 {
    display: none;
  }
}
@media (max-width: 560px) {
  #profiles .col-1 {
    margin-top: 0px;
  }
  #profiles .col-2 {
    margin-top: 0px;
  }
  #profiles .col-3 {
    display: none;
  }
  .profile.row-2 {
    display: block;
  }
}
@media (max-width: 400px) {
  #form {
    width: 300px;
  }
  #form .heading h1 {
    margin: 0 3px 0;
    max-width: initial;
    font-size: 15px;
  }
  #form .heading p {
    max-width: initial;
    font-size: 10px;
  }
  #profiles .col {
    min-width: 150px;
    max-width: 150px;
  }
  #footer .nav a {
    padding: 0 5px 0 2px;
  }
}
.new-styles span.help-inline {
  bottom: 2px;
}
.new-styles .agreement-area {
  margin-right: 15px;
  margin-left: 15px;
}
.new-styles .step-agreement .next-btn {
  position: relative;
}
.new-styles #form .form-body .step.step-agreement .step-heading {
  margin-bottom: 0;
}
.new-styles #form .form-body .step .form-field input {
  margin-bottom: 13px;
}
.new-styles .agreement-area {
  margin-left: auto;
  margin-right: auto;
  width: 270px;
  height: 29px;
  margin-bottom: 9px;
  margin-top: 0;
}
