@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;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex-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;
}
.d-flex-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;
}
html {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  overflow-y: scroll;
}
html body {
  min-width: 320px;
  margin-bottom: 65px;
  padding-right: 0 !important;
}
.myBtn {
  display: inline-block;
  background: #fe6be3;
  color: #fff;
  cursor: pointer;
  padding: 3px 15px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  transition: all 0.4s;
}
.myBtn:hover {
  background: #aaa;
}
#header {
  background-color: #fe6be3;
}
#header .inner-0 {
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #logo {
  padding: 0;
  cursor: pointer;
}
#header #search {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
#header #search .inner {
  position: relative;
  max-width: 300px;
  margin: 0 230px 0 auto;
}
#header #search .inner label {
  top: 0;
  left: 0;
  margin: 0;
  color: #777;
  position: absolute;
  border-right: #ccc 1px solid;
  height: 24px;
  line-height: 24px;
  width: 26px;
  text-align: center;
}
#header #search .inner label i {
  color: #333;
}
#header #search .inner input {
  border: #ccc 1px solid;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
  color: #333;
  padding: 0 5px 0 30px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
#header #search .inner select {
  position: absolute;
  top: 0;
  right: 0;
  background: #cccccc;
  border-radius: 0 3px 3px 0;
  border: 0;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 15px;
  font-size: 12px;
}
#header #search .inner select:disabled {
  opacity: 1 !important;
}
#header #search .inner select::-ms-expand {
  display: none;
}
#header #search:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#header #actions {
  padding: 0;
}
#header #actions .item {
  display: inline-block;
  border: 0;
  background: #2aa52a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s;
}
#header #actions .item:hover {
  opacity: 0.8;
}
#header #actions .item.loggin {
  background: #000;
  color: #fff;
}
#main {
  text-align: center;
  background: url('../img/bg-main.jpg') center #eeeeee;
  background-size: cover;
  padding: 45px 0 60px;
  color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#main #shad {
  position: absolute;
  left: -200px;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 30px 30px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0px 0px 30px 30px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 0px 30px 30px rgba(0, 0, 0, 0.7);
}
#main:before {
  content: '';
  position: absolute;
  opacity: 0.6;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#main span.help-inline {
  color: #fff;
  position: absolute;
  font-size: 10px;
  left: 8px;
  bottom: -13px;
}
#filter {
  padding: 0;
  background: #f1f1f1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transition: all 0.4s;
  position: relative;
}
#filter .container-x {
  max-width: 940px;
  margin: 0 auto;
}
#filter:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#filter .inner label {
  font-size: 10px;
  margin: 0 0 0 10px;
  color: #777;
}
#filter .inner label i {
  color: #333;
}
#filter .inner .form-group {
  margin-bottom: 10px;
}
#filter .inner select {
  border-radius: 3px;
  font-weight: bold;
  color: #333;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1;
  height: auto;
}
#search-2 {
  padding: 10px;
  background: #f1f1f1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#search-2 .inner {
  max-width: 532px;
  margin: 0 auto;
  position: relative;
}
#search-2 .inner label {
  top: 0;
  left: 0;
  margin: 0;
  color: #777;
  position: absolute;
  border-right: #ccc 1px solid;
  height: 24px;
  line-height: 24px;
  width: 26px;
  text-align: center;
}
#search-2 .inner label i {
  color: #333;
}
#search-2 .inner input {
  border: #ccc 1px solid;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
  color: #333;
  padding: 0 5px 0 30px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
#search-2 .inner select {
  position: absolute;
  top: 0;
  right: 0;
  background: #cccccc;
  border-radius: 0 3px 3px 0;
  border: 0;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 15px;
  font-size: 12px;
}
#search-2:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#profiles-container {
  background: #fefefe;
  padding: 30px 0;
  text-align: center;
}
#profiles-container #profiles {
  margin: 0 auto;
  display: inline-block;
}
#profiles-container #profiles .column {
  width: 193px;
  float: left;
}
#profiles-container #profiles .profile {
  text-align: center;
  padding: 0 14px;
  margin-bottom: 28px;
  cursor: pointer;
  display: none;
}
#profiles-container #profiles .profile .profile-inner {
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.4s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
#profiles-container #profiles .profile .profile-inner .img {
  overflow: hidden;
  position: relative;
  background: #fafafa;
}
#profiles-container #profiles .profile .profile-inner .img img {
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
#profiles-container #profiles .profile .profile-inner .inner {
  background: #efefef;
  padding: 10px 7px 7px;
}
#profiles-container #profiles .profile .profile-inner .inner .name-cont .name {
  font-weight: bold;
  transition: all 0.4s;
}
#profiles-container #profiles .profile .profile-inner .inner .name-cont .age {
  font-size: 10px;
}
#profiles-container #profiles .profile .profile-inner .inner .city-cont {
  margin-bottom: 10px;
  font-size: 10px;
  color: #999;
}
#profiles-container #profiles .profile .profile-inner .inner .message-area {
  display: none;
}
#profiles-container #profiles .profile .profile-inner .inner .message-area .aboutme {
  max-width: 200px;
  margin: 0 auto 15px;
  line-height: 1.2em;
  font-size: 11px;
  color: #999;
  background: #fbfbfb;
  border-radius: 3px;
  padding: 5px 10px;
  font-style: italic;
}
#profiles-container #profiles .profile .profile-inner .inner .message {
  display: inline-block;
  background: #fe6be3;
  color: #fff;
  cursor: pointer;
  padding: 3px 15px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  transition: all 0.4s;
}
#profiles-container #profiles .profile .profile-inner .inner .message:hover {
  background: #aaa;
}
#profiles-container #profiles .profile .profile-inner .inner textarea {
  padding-left: 5px;
  padding-right: 5px;
}
#profiles-container #profiles .profile .profile-inner .online {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: lightgreen;
  border-radius: 50%;
}
#profiles-container #profiles .profile:hover .profile-inner {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
}
#profiles-container #profiles .profile:hover .profile-inner .img img {
  transform: scale(1.2) rotate(5deg);
}
#profiles-container #profiles .profile:hover .profile-inner .inner .name {
  color: #fe6be3;
}
#profiles-container #profiles .profile.empty {
  display: block;
}
#profiles-container #profiles .profile.empty .inner {
  height: 89px;
}
.form-area .steps .step textarea {
  resize: none;
  display: block;
  font-size: 11px;
  width: 100%;
  line-height: 1.5em;
  min-height: 4.5em;
  margin-bottom: 15px;
  border-radius: 3px;
  border: #ddd 1px solid;
}
.form-area .steps .step input[type=email] {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: 3px;
  border: #ddd 1px solid;
  font-size: 11px;
  padding: 3px 5px;
}
.form-area .steps .step ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
}
.form-area .steps .step :-ms-input-placeholder {
  color: #ccc;
}
.form-area .steps .step ::-ms-input-placeholder {
  color: #ccc;
}
.form-area .steps .step h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}
.form-area .steps .step .buttons .profile-button {
  display: inline-block;
  background: #fe6be3;
  color: #fff;
  cursor: pointer;
  padding: 3px 15px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  transition: all 0.4s;
  font-size: 10px;
  padding: 3px 8px;
  margin-bottom: 10px;
  background: #aaa;
}
.form-area .steps .step .buttons .profile-button:hover {
  background: #aaa;
}
.form-area .steps .step .buttons .profile-button:hover,
.form-area .steps .step .buttons .profile-button.active {
  background: #fe6be3;
}
.form-area .steps .step .profile-next,
.form-area .steps .step .profile-reg,
.form-area .steps .step .profile-message-next {
  display: inline-block;
  background: #fe6be3;
  color: #fff;
  cursor: pointer;
  padding: 3px 15px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  transition: all 0.4s;
  width: 100px;
  border: 0;
}
.form-area .steps .step .profile-next:hover,
.form-area .steps .step .profile-reg:hover,
.form-area .steps .step .profile-message-next:hover {
  background: #aaa;
}
.form-area .steps .step .noty {
  font-size: 9px;
  color: #999;
  margin-top: 5px;
}
.form-area .steps .step .noty a {
  font-weight: bold;
  color: #555;
  transition: all 0.4s;
}
.form-area .steps .step .noty a:hover {
  text-decoration: none;
  color: #fe6be3;
}
.form-area .steps .step .form-field {
  position: relative;
}
.form-area .steps .step .form-field span.form-error {
  position: absolute;
  font-size: 9px;
  color: red;
  left: 0;
  right: 0;
  bottom: -12px;
}
#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
#footer #load-more {
  display: none;
  padding: 10px 0;
  background: #fe6be3;
  color: #fff;
  line-height: 1;
}
#footer #load-more .load-more-end {
  display: none;
}
#footer #load-more .load-more-end a {
  color: #fff;
  font-weight: bold;
}
#footer #load-more .load-more-end a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#footer .inner {
  background: #efefef;
  padding: 15px 0;
}
#footer .menu {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0;
  line-height: 1;
}
#footer .menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .menu li a {
  color: #555;
  font-weight: bold;
  font-size: 13px;
  margin: 0 7px;
  transition: all 0.4s;
}
#footer .menu li a:hover {
  text-decoration: none;
  color: #fe6be3;
}
#footer .copy {
  font-size: 11px;
  color: #555;
  line-height: 1;
}
#profile-item {
  display: none;
}
#profile-form {
  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);
  }
}
.regProc {
  display: none;
  position: absolute;
  font-size: 10px;
  color: green;
  bottom: -25px;
  left: 50%;
  margin-left: -65px;
  text-align: left;
}
.reg-step {
  position: relative;
}
.reg-step .regProc {
  position: absolute;
  font-size: 8px;
  color: green;
  bottom: 73px;
  left: 50%;
  margin-left: -55px;
  text-align: center;
}
@media (max-width: 1199px) {
  #header #search .inner {
    margin: 0 130px 0 auto;
  }
  #filter .container-x {
    max-width: 750px;
  }
  .col-5 {
    display: none;
  }
}
@media (max-width: 991px) {
  #filter .container-x {
    max-width: 532px;
  }
  #header #logo img {
    height: 40px;
    width: auto;
  }
  #header #search .inner {
    margin: 0 auto;
    max-width: 230px;
  }
  #profiles-container #profiles .column {
    width: 186px;
  }
  .col-4 {
    display: none;
  }
}
@media (max-width: 767px) {
  #profiles-container #profiles .column {
    width: 186px;
  }
  #filter .container-x {
    max-width: 574px;
  }
  #main #form .inner {
    max-width: 600px;
  }
  .col-4 {
    display: none;
  }
  #header .container {
    padding: 0;
  }
  #header #logo {
    padding: 0 0 0 15px;
  }
  #header #actions {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px 0 0;
  }
  #main {
    padding: 30px 0;
  }
  #form h1 {
    font-size: 20px;
    margin: 0 10px 10px;
  }
  #form #counter {
    margin: 0 0 10px;
  }
  #steps {
    margin-bottom: 20px;
  }
  #steps .step .answer input {
    font-size: 12px;
    height: 26px;
    line-height: 24px;
    padding: 0 5px;
  }
  #steps .step .answer .item,
  #steps .step .answer .reg,
  #steps .step .answer .item.but {
    font-size: 12px;
    height: 26px;
    line-height: 24px;
    padding: 0 15px;
  }
  #steps .step .question p {
    font-size: 24px;
  }
  #profiles-container #profiles .profile .profile-inner .inner .name-cont .age .jaar {
    display: none;
  }
}
@media (max-width: 620px) {
  #profiles-container {
    padding: 20px 0;
  }
  #profiles-container #profiles {
    padding: 0 5px;
  }
  #profiles-container #profiles .column {
    width: 155px;
  }
  #profiles-container #profiles .profile {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #search-2 .inner {
    max-width: 300px;
  }
  #header {
    text-align: center;
    padding: 5px 0;
  }
  #header .inner #logo {
    float: none;
  }
  #header .inner #logo img {
    height: auto;
    max-height: 60px;
  }
  #header .inner #header-btns {
    display: none;
  }
  #main #form .inner {
    max-width: 400px;
    margin: 0 auto 10px;
    padding: 10px 5px;
  }
  #main #form .inner h1 {
    font-size: 18px;
  }
  #main #form .inner .steps .step h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #main #form .inner .steps .step .buttons input[type=email] {
    width: 150px;
    margin: 0 2px;
    font-size: 12px;
    padding: 0 5px;
    line-height: 34px;
    height: 34px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    align-items: flex-start;
    white-space: pre;
  }
  #main #form .inner .steps .step .buttons input[type=submit] {
    width: 80px;
    margin: 0 2px;
    font-size: 12px;
    padding: 0 5px;
    line-height: 34px;
    height: 34px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    align-items: flex-start;
    white-space: pre;
  }
  #main #form .inner .steps .step .buttons .button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100px;
  }
  #main #form .inner .steps .step .buttons .footer span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #main #form .inner #counter {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #footer #load-more {
    font-size: 10px;
  }
  .col-3 {
    display: none;
  }
  .regProc {
    margin-left: -119px;
  }
  .reg-step .regProc {
    bottom: 86px;
  }
}
@media (max-width: 530px) {
  #header #actions .item {
    width: 50px;
  }
  #header #actions .item span {
    display: none;
  }
}
@media (max-width: 420px) {
  #header #actions .item {
    width: 40px;
  }
  #footer .menu li a {
    font-size: 10px;
  }
  #footer .copy {
    font-size: 9px;
  }
  #steps .step .question p {
    font-size: 18px;
  }
}
.new-styles .agreement-area {
  margin: 0 auto 4px;
  max-width: 400px;
  height: 31px;
}
.new-styles #steps .step .back {
  height: 25px;
}
.new-styles #steps .step .back__empty {
  height: 25px;
}
.new-styles .step-agreement {
  padding-left: 10px;
  padding-right: 10px;
}
.new-styles .step-agreement .answer {
  margin-bottom: 15px;
}
.new-styles #steps .step.step-agreement .question p {
  margin-bottom: 0;
}
.new-styles .profile-inner .step-agreement {
  padding-left: 0;
  padding-right: 0;
}
.new-styles .profile-inner .step-agreement .answer {
  margin-bottom: 0;
}
.new-styles .profile-inner .agreement-area {
  margin: 0 auto 11px;
  height: 43px;
}
.new-styles .profile-inner .agree-btn {
  height: 23px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.new-styles .profile-inner .agree-btn label {
  position: relative;
}
.new-styles .profile-inner .regProc {
  font-size: 8px;
  margin-left: -55px;
  bottom: -9px;
}
.new-styles #main span.help-inline {
  left: 6px;
}
.new-styles #footer .menu {
  display: none;
}
.new-styles #privacy {
  display: block !important;
}
.new-styles .email-step .regProc {
  display: none !important;
}
@media (max-width: 767px) {
  .new-styles .step-agreement .answer {
    margin-bottom: 10px;
  }
}
@media (max-width: 620px) {
  .new-styles .profile-inner .agree-btn {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .new-styles .regProc {
    margin-left: -65px;
  }
  .new-styles .form-area .steps .step h2 {
    font-size: 12px;
  }
}
