/* Common Page Styles */
html {
  height: 100%; }

body {
  height: 100%;
  background: #eae6e8 url(../img/bg.jpg) no-repeat center top;
  color: #444444;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  padding-left: 0;
  padding-right: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif; }

body.error {
  background: #242429 url(../img/error_bg.png) no-repeat left top; }

body.error404 {
  background: #242429 url(../img/404_bg.jpg) no-repeat center 60px;
  background-size: 100%; }
  body.error404 .logo img {
    max-height: 55px; }

body.error .logo img {
  max-height: 55px; }

.landingpage {
  background-image: none; }

.landingpage5 {
  background: #242429 url(../img/landing5_bg.jpg) no-repeat center top;
  background-size: 100%; }
  .landingpage5 h1.main-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    margin-top: 30px; }

.t-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/bg_t.png) repeat-x center top;
  height: 194px; }

.b-line {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/bg_b.png) repeat-x center top;
  height: 194px; }

.landing-img {
  padding-right: 60px;
  position: relative;
  margin-left: 375px; }
  .landing-img h1 {
    color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 100px;
    font-size: 40px;
    line-height: 50px; }

body.not_found {
  background-image: none; }

.fsk18 .content {
  margin-top: 200px;
  text-align: center; }

.error .footer {
  background: url(../img/shadow_b.png) repeat-x scroll center top rgba(0, 0, 0, 0.5);
  border-top: none; }

.error .content {
  margin-top: 200px;
  text-align: center; }

.error404 .content {
  text-align: left;
  color: #ffffff;
  font-size: 18px; }

.error404 .container {
  width: inherit;
  padding: 0 80px; }

.error404 h1, .error404 p {
  max-width: 350px; }

.not_found h1, .error h1 {
  font-size: 72px;
  line-height: 90px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.not_found .content-title {
  margin: 60px 0; }
  .not_found .content-title .btn:last-child {
    margin-left: 5px; }
  .not_found .content-title h1 {
    font-size: 21px;
    text-transform: none;
    line-height: 24px;
    margin-top: 40px; }

.not_found h1 span {
  color: #da0e67; }

.error h1 span {
  color: #da0e67; }

.error404 h1 {
  font-size: 36px;
  line-height: 42px;
  color: #ffffff; }
  .error404 h1 span {
    font-size: 72px;
    line-height: 78px; }

.not_found p, .error p {
  opacity: 0.5;
  margin-bottom: 30px; }

.not_found p {
  margin-bottom: 40px;
  opacity: 1; }

.not_found .content-title img {
  width: 150px; }

label {
  font-size: 12px; }

form {
  margin: 0; }

a {
  color: #da0e67; }
  a.underline {
    text-decoration: underline; }
  a:hover {
    color: #da0e67;
    text-decoration: underline; }
  a:focus {
    color: #da0e67;
    outline: 0;
    text-decoration: none; }

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px; }

h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; }

.box-title h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px; }

.form-box h2.form-title, h2.form-title {
  padding-left: 185px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  border-bottom: 1px solid #eae6e8;
  margin-bottom: 20px;
  text-align: left; }

.cbox h2.form-title {
  padding-left: 185px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  border-bottom: 1px solid #eae6e8;
  margin-bottom: 20px;
  text-align: left; }

.cbox .not-allowed-box h2.form-title, .cbox .allowed-box h2.form-title {
  padding-left: 0;
  text-align: left; }

h2.form-title {
  padding-left: 0;
  text-align: left; }

.cbox .allowed-box h2.form-title {
  color: #A0B52F;
  border-bottom: 1px solid #A0B52F; }

.cbox .not-allowed-box h2.form-title {
  color: #dd4444;
  border-bottom: 1px solid #dd4444; }

.allowed-box, .not-allowed-box {
  margin-top: 15px;
  margin-bottom: 25px; }

.ab-icon {
  position: absolute;
  top: 3px;
  left: 3px; }

.ab-item {
  position: relative; }
  .ab-item img {
    border-radius: 5px;
    margin-bottom: 5px; }

h2.form-title span {
  position: relative;
  bottom: -8px;
  background: #ffffff;
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 12px;
  color: #444444;
  font-family: "Open Sans", sans-serif; }

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300; }

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300; }

/* Common Utility Styles */
.clear {
  height: 0 !important;
  clear: both !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important; }

/* Layout Definition */
.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  min-width: 320px; }

.header {
  min-height: 60px;
  background: #333333;
  background: -moz-linear-gradient(top, #3D3D3D 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #3D3D3D 0%, #333333 100%);
  background: -o-linear-gradient(top, #3D3D3D 0%, #333333 100%);
  background: -ms-linear-gradient(top, #3D3D3D 0%, #333333 100%);
  background: linear-gradient(to bottom, #3D3D3D 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$themeColor78', endColorstr='$mainColor', GradientType=0); }

.sub-menu {
  position: fixed;
  top: 60px;
  left: 0;
  height: 40px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  z-index: 320;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.32s linear;
  -moz-transition: all 0.32s linear;
  -o-transition: all 0.32s linear;
  transition: all 0.32s linear; }

.scroll .sub-menu {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

body.has-sub-menu .content {
  padding-top: 60px; }

.sub-menu .dropdown-menu {
  margin: 0; }

.icon-bar {
  background-color: #ffffff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 3px;
  width: 18px; }

.btn-collapse .icon-bar + .icon-bar, .btn-navbar .icon-bar + .icon-bar, .icon-bar + .icon-bar {
  margin-top: 2px; }

.btn-collapse .icon-bar, .navbar .btn-navbar .icon-bar {
  background-color: #8E919B;
  height: 3px; }

.navbar-inverse .btn-navbar {
  float: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 8px;
  color: #ffffff;
  text-shadow: none;
  background-color: #37373B;
  background-image: none;
  border: 1px solid #111111;
  min-width: inherit; }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #37373B;
    box-shadow: none;
    outline: none; }
  .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: #2c2c31;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 3px rgba(255, 255, 255, 0.75);
    bottom: 0; }

.btn-collapse {
  display: inline-block;
  border-radius: 8px;
  padding: 7px 10px;
  color: #ffffff;
  background: #37373B;
  border: 1px solid #111111; }
  .btn-collapse:active, .btn-collapse:focus, .btn-collapse:hover {
    color: #ffffff;
    background-color: #37373B;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075); }

.navbar .nav {
  margin-top: 14px; }
  .navbar .nav > li > a {
    float: none;
    padding: 5px 11px;
    color: #9b9b9b;
    text-decoration: none;
    text-shadow: none;
    font-size: 13px;
    position: relative;
    font-weight: normal;
    border-radius: 0; }

.header .navbar .nav > li {
  margin-bottom: 0;
  background: transparent; }
  .header .navbar .nav > li.active {
    margin-bottom: 0;
    background: transparent; }

.navbar-inverse .nav .active > a {
  background: #404040; }
  .navbar-inverse .nav .active > a li.become-vip-link > a {
    color: #A0B52F; }
    .navbar-inverse .nav .active > a li.become-vip-link > a .active > a {
      color: #9d9d9d;
      text-decoration: none;
      cursor: pointer;
      position: relative;
      padding: 5px 12px;
      box-shadow: none; }
      .navbar-inverse .nav .active > a li.become-vip-link > a .active > a:hover, .navbar-inverse .nav .active > a li.become-vip-link > a .active > a:focus {
        color: #9d9d9d;
        text-decoration: none;
        cursor: pointer;
        position: relative;
        padding: 5px 12px;
        box-shadow: none; }
    .navbar-inverse .nav .active > a li.become-vip-link > a li > a:focus, .navbar-inverse .nav .active > a li.become-vip-link > a li > a:hover {
      text-decoration: none;
      color: #9d9d9d; }

.header .active a {
  color: #9d9d9d; }
  .header .active a:hover, .header .active a:focus {
    color: #9d9d9d; }

.header a:focus, .header a:hover {
  color: #9d9d9d; }

.navbar-inverse .nav-collapse .nav > li.active > a {
  color: #9d9d9d; }

.header-icons {
  list-style: none;
  display: inline-block;
  margin: 0 15px 0 0; }
  .header-icons li {
    display: inline-block;
    float: left; }
    .header-icons li a {
      display: block;
      position: relative;
      height: 40px;
      padding: 20px 13px 0 13px; }
    .header-icons li.active a {
      background: rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset;
      border-right: 1px solid rgba(255, 255, 255, 0.08);
      border-left: 1px solid rgba(255, 255, 255, 0.08);
      padding: 20px 12px 0 12px; }
    .header-icons li i.icon {
      display: block;
      width: 26px;
      height: 26px;
      background: url(../img/header_icons.png);
      background-repeat: no-repeat; }
    .header-icons li.info-icon i.icon {
      background-position: 0 0; }
    .header-icons li.info-icon:hover i.icon {
      background-position: 0 -50px; }
    .header-icons li.info-icon:active i.icon {
      background-position: 0 -98px; }
    .header-icons li.message-icon i.icon {
      background-position: -47px 1px; }
    .header-icons li.message-icon:hover i.icon {
      background-position: -47px -49px; }
    .header-icons li.message-icon:active i.icon {
      background-position: -47px -98px; }
    .header-icons li.coins-icon i.icon {
      background-position: -95px 0;
      width: 30px;
      height: 30px;
      position: relative;
      top: -5px;
      z-index: 10; }
    .header-icons li.coins-icon:hover i.icon {
      background-position: -95px -45px; }
    .header-icons li.coins-icon:active i.icon {
      background-position: -95px -95px; }

.bubble {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #da0e67;
  position: absolute;
  top: 10px;
  right: -5px;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  padding: 3px 6px;
  z-index: 20; }

.content {
  position: relative;
  padding-bottom: 100px;
  margin-top: 60px;
  padding-top: 20px; }

.vip-selection .content {
  height: calc(100vh - 180px); }

.content-title {
  margin-top: 20px;
  margin-bottom: 45px; }

.logo {
  padding-top: 9px;
  width: 110px;
  display: block;
  margin-right: 30px;
  height: 42px; }

.error404 .logo {
  padding-top: 3px; }

.logo-m2m {
  padding-top: 9px;
  width: 110px;
  display: block;
  margin-right: 20px;
  height: 42px; }

.avatar-box {
  cursor: pointer;
  position: relative;
  padding: 4px;
  background-color: #2b2b2f;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.075);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .avatar-box img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 0.12s linear;
    -moz-transition: opacity 0.12s linear;
    -o-transition: opacity 0.12s linear;
    max-width: 32px;
    transition: opacity 0.12s linear; }
  .avatar-box.approving-clock:before {
    content: "";
    background: url(../img/waiting_icon.png) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    webkit-transition: opacity 0.12s linear;
    -moz-transition: opacity 0.12s linear;
    -o-transition: opacity 0.12s linear; }
  .avatar-box.approving-clock:hover:before {
    opacity: 0;
    z-index: -1; }

.upload-icon {
  display: block;
  width: 16px;
  height: 19px;
  background: url(../img/upload_icon.png) no-repeat;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  opacity: 0;
  margin-left: -8px; }

.avatar-box:hover .upload-icon {
  top: 50%;
  margin-top: -9px;
  display: block;
  opacity: 1; }

.avatar-box.no-avatar {
  position: relative;
  z-index: 201; }
  .avatar-box.no-avatar:hover img {
    opacity: 0.2; }

.nickname-box {
  margin-top: 0;
  margin-left: 8px;
  cursor: pointer;
  font-size: 13px;
  padding-left: 19px;
  color: #9b9b9b;
  box-sizing: border-box;
  white-space: nowrap; }
  .nickname-box:hover {
    color: #CDCDCD; }
  .nickname-box.dropdown-toggle {
    position: relative;
    left: auto;
    right: 0;
    top: 10px; }

.register-box {
  background: url(../img/login_box.png) no-repeat;
  width: 298px;
  margin-top: 37px;
  position: relative;
  margin-left: -4px; }
  .register-box label.error-label {
    margin-top: 0;
    position: relative;
    top: -8px; }

.in-register {
  padding: 10px 24px; }
  .in-register h3 {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 19px;
    font-family: "Open Sans", sans-serif;
    line-height: 40px; }

.register-box .coints-badge {
  width: 91px;
  height: 90px;
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px; }

.girl {
  width: 136px;
  height: 308px;
  position: absolute;
  right: 0;
  bottom: 8px; }

.afterparty img.afterparty {
  position: absolute;
  top: 25px;
  right: -20px; }

.afterparty img.chandelier {
  position: absolute;
  top: -50px;
  right: 180px; }

.main-area {
  height: 336px;
  position: relative; }

.purple-line {
  height: 6px;
  background: #b50266;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

ul.bullets {
  list-style: none;
  margin: 40px 0 0 60px;
  color: #ffffff;
  width: 450px; }
  ul.bullets li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 40px;
    background: url("../img/bullet.png") no-repeat 0 8px;
    font-weight: 300; }
    ul.bullets li b {
      font-family: "Open Sans", sans-serif; }

.carousel-container {
  position: relative;
  clear: both; }

.list_carousel {
  overflow: hidden;
  max-height: 144px;
  padding: 4px 0; }

.carousel {
  overflow: hidden;
  margin-bottom: 0px; }

.carousel-next, .carousel-prev {
  position: absolute;
  bottom: 56px;
  left: -75px;
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #515158;
  *background-color: #515158;
  background-image: -moz-linear-gradient(top, #7d7d84, #515158, #626269);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7d7d84), to(#515158), to(#626269));
  background-image: -webkit-linear-gradient(top, #7d7d84, #515158, #626269);
  background-image: -o-linear-gradient(top, #7d7d84, #515158, #626269);
  background-image: linear-gradient(to bottom, #7d7d84, #515158, #626269);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(255, 255, 255, 0.06);
  opacity: 0.5;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  text-align: center;
  font-size: 50px;
  color: #ffffff; }

.carousel-next {
  left: inherit;
  right: -75px; }
  .carousel-next .arrow {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url("../img/prev_next.png") no-repeat top;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -7px; }

.carousel-prev .arrow {
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url("../img/prev_next.png") no-repeat top;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -7px; }

.carousel-next .arrow {
  background-position: bottom;
  margin-left: -5px; }

.carousel-next:hover {
  opacity: 0.7; }

.carousel-prev:hover {
  opacity: 0.7; }

.carousel-next:active, .carousel-prev:active {
  background-image: -moz-linear-gradient(top, #515158, #626269);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515158), to(#626269));
  background-image: -webkit-linear-gradient(top, #515158, #626269);
  background-image: -o-linear-gradient(top, #515158, #626269);
  background-image: linear-gradient(to bottom, #515158, #626269);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset; }

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.list_carousel li {
  text-align: center;
  width: 137px;
  height: 137px;
  padding: 0;
  margin: 5px;
  display: block;
  float: left; }
  .list_carousel li img {
    min-width: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.text-information {
  margin-top: 30px; }
  .text-information h2 {
    font-size: 21px;
    font-weight: 300;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px; }
  .text-information p {
    text-align: justify;
    font-size: 12px; }
  .text-information .span6:first-child {
    padding-right: 20px; }

.right-user-box .user-box {
  padding-bottom: 7px;
  margin-right: 0; }

select, textarea {
  border: 1px solid #dddddd;
  height: 23px;
  padding: 6px 10px;
  box-shadow: none;
  font-size: 12px;
  background: #ffffff; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  border: 1px solid #dddddd;
  height: 23px;
  padding: 6px 10px;
  box-shadow: none;
  font-size: 12px;
  background: #ffffff; }

.uneditable-input {
  border: 1px solid #dddddd;
  height: 23px;
  padding: 6px 10px;
  box-shadow: none;
  font-size: 12px;
  background: #ffffff; }

@media screen and (min-width: 0) {
  select, textarea {
    box-shadow: none; }
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    box-shadow: none; }
  .uneditable-input {
    box-shadow: none; } }

.frame .form-horizontal .controls {
  width: 325px;
  margin-left: 200px; }
  .frame .form-horizontal .controls.city {
    margin-left: 108px; }

.controls.country select {
  height: 34px; }

.frame .payment-form-box .form-horizontal .controls {
  width: 330px; }

.wrapper .cursor-default {
  cursor: default; }

.frame .form-horizontal .form-border-right .controls .control-label {
  text-align: left;
  width: auto;
  color: #999999;
  cursor: default;
  background: #f8f6f7;
  border: 1px solid #eae6e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 34px;
  padding: 0 10px 0 10px;
  float: none;
  margin: 0; }

.frame .form-horizontal .controls .control-label {
  text-align: left;
  width: auto;
  cursor: default;
  line-height: 34px;
  padding: 0 10px 0 10px;
  float: none;
  margin: 0; }

.frame .payment-content .form-horizontal .controls .control-label {
  display: none; }

.form-horizontal .controls .control-label.not-setted {
  color: #8E919B; }

.frame .form-horizontal .control-label {
  width: 190px; }
  .frame .form-horizontal .control-label .btn {
    margin-top: 7px;
    margin-left: 100px; }

.frame .form-horizontal .control-group p {
  margin: 0; }

.only-vip {
  color: #ffffff;
  opacity: 0.20;
  font-size: 12px;
  cursor: default; }

.vip-days {
  color: #8E919B;
  float: right;
  font-family: 'halcyonregular'; }

label {
  -webkit-transition: color 0.12s linear;
  -moz-transition: color 0.12s linear;
  -o-transition: color 0.12s linear;
  transition: color 0.12s linear; }

.frame .form-horizontal .controls.locations-to-meet {
  margin-top: 20px;
  width: auto; }

.controls .radio {
  margin-top: 3px; }

.controls > .radio:first-child, .controls .checkbox:first-child {
  padding-top: 0;
  margin-top: 0; }

ul.my-locations-list {
  list-style: none;
  margin: 0; }
  ul.my-locations-list li {
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #46464c;
    padding: 5px 30px 5px 15px;
    color: #ffffff;
    margin-right: 5px;
    position: relative;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear;
    font-size: 12px;
    margin-bottom: 5px; }
    ul.my-locations-list li:hover {
      background: #4e4e55; }

.location-item .close {
  background: url(../img/close_small.png) no-repeat center center;
  display: block;
  width: 30px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.location-item:hover .close, .location-item .close:hover {
  opacity: 0.70; }

.locations-to-meet label {
  cursor: default;
  font-weight: bold; }

textarea.say-hello-textarea {
  min-height: 150px;
  resize: vertical; }

.input-block-level {
  min-height: 34px; }

#registerEmail {
  min-height: 36px; }

.form-inline input, .form-inline .btn {
  margin-right: 5px; }

.modal .form-inline {
  margin-bottom: 10px;
  text-align: center; }

.modal.after-first-login .form-inline {
  text-align: left; }

.modal-form {
  margin-top: 20px; }

.wrapper input.email-field {
  background: #f8f6f7 url(../img/input_icons.png) no-repeat 10px 12px;
  padding-left: 32px; }

.wrapper input.password-field {
  background: #f8f6f7 url(../img/input_icons.png) no-repeat 10px -104px;
  padding-left: 32px; }

.form-box .save-box, .cbox .action-box {
  background: #f8f6f7;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  margin-top: -5px;
  padding: 0 20px;
  border-top: 1px solid #eae6e8;
  height: 54px; }

.form-box .save-box {
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: -13px !important;
  padding: 0 13px;
  margin-top: 15px !important; }
  .form-box .save-box .btn {
    margin-top: 9px !important;
    margin-left: 2px !important;
    margin-right: 2px !important; }

#mySettingsForm .save-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #eae6e8;
  margin-bottom: 0 !important; }

.cbox {
  background: #ffffff url(../img/purple.png) repeat-x top center;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  padding-top: 6px; }
  .cbox .action-box .btn {
    margin-top: 9px; }
  .cbox h2 {
    margin: 0;
    position: relative;
    font-size: 16px;
    line-height: 54px; }
  .cbox .cbox-title {
    height: 54px;
    padding-left: 55px;
    padding-right: 20px;
    background: #f8f6f7;
    overflow: hidden; }
    .cbox .cbox-title .btn {
      min-width: 130px;
      margin-left: 5px;
      margin-top: 9px; }
  .cbox .action-box .btn {
    min-width: 100px; }

.frame .cbox .cbox-title .btn {
  min-width: 100px; }

.cbox .cbox-content {
  border-top: 1px solid #eae6e8;
  background-color: #ffffff;
  padding: 15px 20px;
  position: relative;
  min-height: 200px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }
  .cbox .cbox-content.form-box {
    padding: 30px 20px; }

.tre {
  display: inline-block;
  margin-top: 6px; }

.cbox.steps-list .cbox-content {
  padding-bottom: 35px; }

.cbox.promotion-box {
  min-width: 389px;
  margin-top: 40px; }
  .cbox.promotion-box:last-child {
    margin-left: 10px; }
  .cbox.promotion-box .cbox-content {
    padding: 10px 15px 10px 15px;
    min-height: 90px; }
  .cbox.promotion-box .cbox-title {
    padding-left: 110px; }

.badge-img {
  margin-right: 15px;
  width: 90px; }

.paddner {
  position: relative;
  padding: 10px 5px 0; }

.cbox-coins {
  position: absolute;
  right: -10px;
  bottom: -10px; }
  .cbox-coins span {
    position: absolute;
    right: 60px;
    top: 3px;
    white-space: nowrap;
    font-family: 'halcyonregular';
    font-size: 14px; }
  .cbox-coins img {
    width: 49px;
    height: 48px; }

.sidebar-box {
  margin-top: 0; }

#cMark {
  margin-bottom: 50px; }

.user-photo-list .box-content {
  background: url("../img/white.png") repeat-x scroll center top; }

.user-photo-list ul {
  list-style: none;
  margin: 0;
  padding-top: 4px;
  display: block;
  overflow: hidden;
  margin-right: -10px;
  margin-top: -10px; }

.frame.private {
  margin-top: 30px; }

.interests-filter-list {
  margin: 0;
  list-style: none;
  overflow: hidden;
  display: block;
  position: relative; }
  .interests-filter-list li {
    display: inline-block;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    line-height: 15px;
    margin-right: 5px;
    padding: 7px 25px 7px 15px;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear;
    cursor: pointer;
    position: relative;
    margin-bottom: 5px; }
    .interests-filter-list li span {
      opacity: 0.5;
      -webkit-transition: all 0.12s linear;
      -moz-transition: all 0.12s linear;
      -o-transition: all 0.12s linear;
      transition: all 0.12s linear;
      white-space: nowrap; }
    .interests-filter-list li:hover {
      background: rgba(255, 255, 255, 0.2); }
      .interests-filter-list li:hover span {
        opacity: 1; }
  .interests-filter-list span.close {
    position: absolute;
    right: 10px;
    top: 3px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-shadow: none;
    color: #ffffff;
    opacity: 0.2; }

.pictures-list-item {
  position: relative; }
  .pictures-list-item .online-chat {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 10px;
    background: #3b5998;
    padding: 2px 7px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center; }
  .pictures-list-item img {
    margin-right: 3px; }

.pictures-list {
  list-style: none;
  margin: -12px -20px 0 -9px;
  overflow: hidden;
  min-height: 50px; }

.box-content > .pictures-list {
  margin: -4px -20px 0 0; }

.span8 > .frame .box-content > .pictures-list {
  margin: -4px -20px -3px 0;
  padding-bottom: 3px;
  display: flex;
  flex-wrap: wrap; }
  .span8 > .frame .box-content > .pictures-list.imaginations {
    margin-right: -3px; }

.pictures-list li {
  width: 172px;
  height: 172px; }
  .pictures-list li .pictures-list-item {
    width: 172px;
    height: 172px; }
    .pictures-list li .pictures-list-item .online {
      position: absolute;
      left: 160px;
      top: 5px;
      background: rgba(55, 202, 80, 0.4);
      border-radius: 10px;
      width: 14px;
      height: 14px; }
      .pictures-list li .pictures-list-item .online.recommendations {
        z-index: 100;
        left: 5px; }
      .pictures-list li .pictures-list-item .online:before {
        content: "";
        position: absolute;
        right: 2px;
        top: 2px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #28a745;
        z-index: 101; }

.pictures-list.pins {
  overflow: inherit; }

.last-pins {
  margin-top: 20px; }
  .last-pins .pictures-list.pins li {
    max-height: 180px; }
    .last-pins .pictures-list.pins li:last-child {
      margin-right: 0; }
    .last-pins .pictures-list.pins li .pictures-list-item {
      max-height: 180px; }

span.picture-tooltip {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  bottom: -15px;
  padding: 5px 10px;
  font-size: 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  margin-right: 10px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  z-index: 100; }

.picture-tooltip .comment-icon {
  display: block;
  height: 20px;
  background: url(../img/comment_icon.png) no-repeat 2px 3px;
  float: left;
  cursor: pointer;
  position: relative;
  left: -2px;
  margin-right: 5px; }

.picture-tooltip .like-icon {
  display: block;
  height: 20px;
  background: url(../img/like_icon.png) no-repeat 2px 0px;
  float: left;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  left: -2px; }

.picture-tooltip .repin-icon {
  display: block;
  height: 20px;
  background: url(../img/repin_icon.png) no-repeat 2px 2px;
  float: left;
  cursor: pointer;
  position: relative; }

.picture-tooltip i.fa {
  color: #da0e67;
  font-size: 16px;
  cursor: pointer; }
  .picture-tooltip i.fa.active {
    color: #ffffff; }

.comment-icon .comment-counter, .like-icon .like-counter, .repin-icon .repin-counter {
  display: block;
  position: relative;
  top: -1px;
  padding-left: 22px;
  font-size: 11px;
  font-weight: normal;
  opacity: 0.65; }

.profile-pic-icon {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/profile_pic_icon.png) no-repeat center 1px;
  float: right;
  cursor: pointer;
  position: relative; }

.trash-icon {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/trash_icon.png) no-repeat center 2px;
  float: right;
  cursor: pointer;
  position: relative;
  top: -1px;
  right: -4px; }
  .trash-icon:hover {
    background: url(../img/trash_icon.png) no-repeat center -22px; }

.picture-modal-item:hover span.picture-tooltip,
.pictures-list li:hover span.picture-tooltip {
  opacity: 1;
  bottom: 0; }

.picture-modal-img {
  width: 600px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  min-height: 50px;
  display: block;
  background-color: #f2f2f2; }
  .picture-modal-img img {
    vertical-align: middle;
    display: inline-block;
    max-height: 600px;
    max-width: 600px; }
  .picture-modal-img span.picture-tooltip {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px; }

span.picture-tooltip .comment {
  clear: both;
  display: block; }

.pictures-list-item span.picture-tooltip .comment {
  margin-bottom: 2px; }

.contacts-list .gallery-item {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 10px;
  width: 178px;
  height: 178px; }

.pictures-list > li {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 10px;
  width: 178px;
  height: 178px; }

.pictures-list.pinboard > li {
  width: 178px; }
  .pictures-list.pinboard > li .pictures-list-item {
    margin: -1px -1px 0 -1px; }

.pictures-list.interests .black-white-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  width: 100%;
  cursor: pointer; }

.pictures-list.interests .active .black-white-img {
  opacity: 0; }

.pictures-list.imaginations li {
  width: 174px;
  height: 174px;
  overflow: hidden; }
  .pictures-list.imaginations li .pictures-list-item {
    width: 174px;
    height: 174px; }

.pictures-list.interests li {
  overflow: hidden; }
  .pictures-list.interests li .pictures-list-item {
    width: 174px;
    height: 174px; }

.pictures-list li.select-all .check-box {
  white-space: inherit;
  position: relative;
  border: 2px solid #C5C5C5;
  left: 10px;
  top: 10px; }

.select-all-text {
  left: 0;
  position: relative;
  top: 35px;
  display: inline-block;
  white-space: inherit;
  width: 70px; }

.about-member .pictures-list.imaginations li, .about-member .pictures-list.interests li {
  width: 167px;
  height: 167px; }
  .about-member .pictures-list.imaginations li .pictures-list-item, .about-member .pictures-list.interests li .pictures-list-item {
    width: 167px;
    height: 167px; }

.pictures-list.imaginations li .picture-tooltip, .pictures-list.interests li .picture-tooltip {
  opacity: 1;
  bottom: 0;
  text-align: center;
  padding: 10px; }

.pictures-list.imaginations li, .pictures-list.interests li {
  border: 3px solid #C5C5C5;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.pictures-list.imaginations li.active, .pictures-list.interests li.active {
  border: 3px solid #A0B52F; }

.pictures-list.imaginations li img, .pictures-list.interests li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.pictures-list.imaginations li.active img, .pictures-list.interests li.active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0); }

.pictures-list.pins li {
  height: auto;
  width: 178px; }
  .pictures-list.pins li .pictures-list-item {
    height: auto;
    width: 178px; }

.pictures-list li.add-picture .pictures-list-item {
  background: #313136 url(../img/add_picture_shadow.png) no-repeat center top;
  border: 1px solid #61616a;
  width: 175px;
  height: 178px;
  opacity: 0.5;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 5; }

.pictures-list li.add-picture:hover .pictures-list-item {
  opacity: 0.8; }

.pictures-list li.add-picture:active .pictures-list-item {
  opacity: 0.5; }

.pictures-list li.add-picture .add-btn {
  display: block;
  width: 63px;
  height: 63px;
  background: url(../img/add_btn.png) no-repeat top;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px;
  cursor: pointer; }

.pictures-list li.add-picture:hover .add-btn {
  background: url(../img/add_btn.png) no-repeat center; }

.pictures-list li.add-picture:active .add-btn {
  background: url(../img/add_btn.png) no-repeat bottom; }

.pictures-list li .pictures-list-item {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  width: 180px;
  height: 180px; }
  .pictures-list li .pictures-list-item a {
    margin: 0; }
  .pictures-list li .pictures-list-item .ico-cherotic {
    position: absolute;
    top: 3px;
    right: 3px;
    background: url("../img/ico/ico-cherotic.svg") no-repeat center;
    display: inline-block;
    width: 25px;
    height: 15px; }
  .pictures-list li .pictures-list-item .ico-naughty {
    position: absolute;
    top: 3px;
    right: 3px;
    background-image: url("../img/ico/naughty.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(214, 123, 153, 0.6);
    background-size: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .pictures-list li .pictures-list-item .bubble-new + .ico-cherotic {
    right: 40px; }

.pictures-list.pinboard li .pictures-list-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .pictures-list.pinboard li .pictures-list-item img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.check-box {
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.check-icon {
  position: absolute;
  left: -5px;
  top: -2px;
  display: inline-block;
  width: 35px;
  height: 25px;
  background: url(../img/check_icon.png) no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.08s linear;
  -moz-transition: opacity 0.08s linear;
  -o-transition: opacity 0.08s linear;
  transition: opacity 0.08s linear; }

.active .check-icon {
  width: 23px;
  height: 17px;
  left: 2px;
  top: 4px;
  opacity: 1; }

.blackout {
  width: 190px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.5; }

.pictures-list li.not-approved span.picture-tooltip .comment, .pictures-list li.waiting span.picture-tooltip .comment, .pictures-list li.not-approved span.picture-tooltip .comment-icon, .pictures-list li.waiting span.picture-tooltip .comment-icon, .pictures-list li.not-approved span.picture-tooltip .profile-pic-icon, .pictures-list li.waiting span.picture-tooltip .profile-pic-icon {
  display: none; }

.pictures-list li.not-approved span.picture-tooltip {
  background: none; }

.pictures-list li.waiting span.picture-tooltip {
  background: none; }

.pictures-list li.waiting .waiting-icon {
  display: block;
  width: 67px;
  height: 67px;
  background: url(../img/waiting_icon.png) no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  position: absolute;
  z-index: 200;
  opacity: 0.45; }

.pictures-list li.not-approved .not-approved-icon {
  display: block;
  width: 67px;
  height: 67px;
  background: url(../img/cancel_icon.png) no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  position: absolute;
  z-index: 200;
  opacity: 0.45; }

.pictures-list li.my-avatar-pic {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 10px 10px 0 0;
  box-sizing: border-box;
  position: relative;
  border: 3px solid #da0e67;
  overflow: hidden;
  height: 180px; }
  .pictures-list li.my-avatar-pic .profile-pic-icon {
    background: url(../img/profile_pic_icon.png) no-repeat center -77px; }

.pictures-list li img.subs {
  min-width: inherit;
  position: absolute;
  top: -4px;
  right: -7px;
  z-index: 102; }

.pictures-list > li .pictures-list-item img {
  width: 100%; }

.user-photo-list span.nickname {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  bottom: -15px;
  padding: 5px 0;
  font-size: 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  margin-right: 10px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  z-index: 99;
  padding-left: 10px; }

.user-photo-list ul li {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  width: 107px;
  height: 107px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }
  .user-photo-list ul li:hover span.nickname {
    opacity: 1;
    bottom: 0; }
  .user-photo-list ul li img {
    min-width: 100%; }

.user-photo-list span.nickname .name {
  clear: both;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px; }

.male-icon {
  display: block;
  width: 14px;
  height: 16px;
  background: url(../img/male.png) no-repeat center 0;
  float: left; }

.female-icon {
  display: block;
  width: 14px;
  height: 16px;
  background: url(../img/female.png) no-repeat center 0;
  float: left; }

.phone-icon {
  display: block;
  width: 14px;
  height: 16px;
  background: url(../img/phone_icon.png) no-repeat center 0;
  float: left;
  margin-left: 3px; }

.box-content {
  background: url(../img/purple.png) repeat-x top center;
  min-height: 200px; }

.vip-box .box-content {
  background: url(../img/yellow.png) repeat-x top center; }

.info-box .box-content {
  background: url(../img/gray.png) repeat-x top center;
  color: #7e7e7e;
  text-align: center;
  font-size: 14px; }
  .info-box .box-content p {
    color: #7e7e7e;
    text-align: center;
    font-size: 14px;
    margin-top: 15px; }

.frame .box-content, .sidebar-box .box-content {
  background-color: #ffffff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 13px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
  position: relative; }

.frame.info-box .box-content {
  background-color: #f8f6f7; }

.page-container .frame .box-content {
  padding: 30px 30px; }

.box-content .fa-spinner {
  position: ABSOLUTE;
  left: 50%;
  top: 50%;
  font-size: 60px;
  line-height: 1;
  margin: -30px 0 0 -30px;
  color: #da0e67; }

.frame .female {
  background-image: url(../img/female_about_me_photo.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 780px; }

.modal.female {
  background-image: url(../img/female_about_me_photo.jpg);
  background-repeat: no-repeat;
  background-position: 250px bottom;
  background-size: auto 100%;
  background-color: #2E2D33; }

.modal.male {
  background-image: url(../img/male_about_me_photo.jpg);
  background-repeat: no-repeat;
  background-position: 200px bottom;
  background-size: auto 100%;
  background-color: #2E2D33; }

.frame .box-title h1 {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  /*white-space: nowrap; */
  margin-bottom: 8px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400; }
  .frame .box-title h1.title-sm {
    max-width: 340px; }

.box-title .box-title-link {
  display: inline-block;
  margin: 17px 0 6px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline; }
  .box-title .box-title-link:hover {
    text-decoration: none; }

.vip-box .box-title .box-title-link {
  color: #888888; }

a.nickname {
  text-decoration: underline; }
  a.nickname:hover {
    text-decoration: none; }

.page-container .frame .box-content .span4 > h2, .frame .box-content > h2 {
  margin-bottom: 0px;
  margin-top: 15px;
  font-size: 14px; }

.page-container .frame .box-content .span4 {
  margin-bottom: 40px; }
  .page-container .frame .box-content .span4 > h2 {
    margin: 20px 0; }
  .page-container .frame .box-content .span4 > h2 {
    margin-top: 0; }

.page-container .frame .box-content > h2 {
  margin: 20px 0; }

.page-container ul, .page-container ol {
  margin: 0 0 10px 35px;
  padding: 0; }

p > a {
  text-decoration: underline; }
  p > a:hover {
    text-decoration: none; }

.frame .box-content .form-horizontal h2 {
  font-size: 13px;
  font-weight: bold;
  font-family: arial;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px; }

.save-box {
  margin-top: 15px; }

#aboutMeForm .save-box .controls {
  width: 570px; }

.save-box button {
  min-width: 80px; }

.sub-menu table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }
  .sub-menu table td {
    padding: 0;
    height: 40px;
    white-space: nowrap; }

.sub-menu ul {
  list-style: none;
  margin: 0; }

.sub-menu .container > ul > li {
  float: left;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  letter-spacing: normal; }
  .sub-menu .container > ul > li a {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    line-height: 40px;
    position: relative;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear;
    color: #444444; }
  .sub-menu .container > ul > li.active a {
    color: #da0e67 !important; }
  .sub-menu .container > ul > li.active:hover {
    color: #444444; }
  .sub-menu .container > ul > li.active > span {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    line-height: 40px;
    position: relative;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear; }
  .sub-menu .container > ul > li.open, .sub-menu .container > ul > li:hover > a {
    color: #444444;
    background: rgba(255, 255, 255, 0.5); }
  .sub-menu .container > ul > li.active.open {
    opacity: 1;
    background: #3C3C41; }
  .sub-menu .container > ul > li:active > a, .sub-menu .container > ul > li.open > a, .sub-menu .container > ul > li:hover > a {
    color: #444444;
    text-decoration: none; }
  .sub-menu .container > ul > li.active {
    background: #ffffff;
    color: #444444; }
  .sub-menu .container > ul > li .dropdown-menu {
    background: #ffffff;
    padding: 10px 15px 15px; }

.form-section {
  margin-top: 5px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }

.form-border-right {
  padding-right: 15px;
  border-right: 1px solid #eae6e8; }

.form-help-box {
  margin-left: 15px;
  max-width: 400px; }

.mship-btn {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.control-group .controls .btn-main.pull-right {
  margin-left: 8px; }

.sidebar-box .form-section {
  background: #37373C; }

.user-list-item {
  background: #37373C;
  margin-top: 5px;
  position: relative;
  min-height: 52px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .user-list-item .simg {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden; }
  .user-list-item:nth-child(2n) {
    background: none; }

.user-list-text {
  display: inline-block;
  margin: 5px 10px;
  color: #444444;
  padding-left: 52px;
  line-height: 18px;
  font-size: 12px; }

.limg, .mimg {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.simg {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 52px;
  height: 52px; }

.limg {
  width: 32px;
  height: 32px; }

.box-title {
  position: relative; }

.settings-icon {
  width: 23px;
  height: 23px;
  background: url(../img/settings_icon.png) no-repeat center top;
  cursor: pointer; }
  .settings-icon:hover {
    background-position: center -30px; }
  .settings-icon:active {
    background-position: center -60px; }

.box-title .settings-icon {
  position: absolute;
  right: 0px;
  top: -2px; }

/* buttons */
.btn {
  font-size: 12px;
  padding: 7px 15px;
  background-color: #eae6e8;
  background-image: none;
  border: none;
  color: #666666;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 60px;
  box-shadow: 0 2px 0 #C5C5C5;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  position: relative; }
  .btn.btn-large {
    padding: 9px 20px;
    font-size: 14px; }
  .btn.btn-small {
    font-size: 11px;
    padding: 2px 10px; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #666666;
    box-shadow: 0 2px 0 #b4b4b4;
    background-color: #e5e1e3; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:active {
    background-image: none;
    outline: 0;
    bottom: -2px;
    box-shadow: 0 0 0; }
  .btn.active, .btn.already-added {
    font-size: 12px;
    padding: 7px 15px;
    background-color: #da0e67;
    background-image: none;
    border: none;
    color: #ffffff;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 60px;
    box-shadow: 0 2px 0 #da0e67; }
  .btn.active:active, .btn.already-added:active {
    background-image: none;
    outline: 0;
    bottom: -2px;
    box-shadow: 0 0 0; }

.btn-green, .btn-main, .btn-primary {
  background-color: #88981D;
  color: #ffffff;
  box-shadow: 0 2px 0 #71821e; }

.btn-green2 {
  background-color: #2EE600;
  color: #ffffff;
  box-shadow: 0 2px 0 #26bd00;
  border-radius: 20px;
  min-width: 160px;
  background-image: url(../img/btn-green2_bg.png);
  background-repeat: no-repeat;
  background-position: center top; }
  .btn-green2:hover {
    background-position: center top; }

.btn.btn-green2:hover, .btn.btn-green2:focus, .btn.btn-green2:active, .btn.btn-green2.active, .btn.btn-green2.disabled, .btn.btn-green2[disabled] {
  background-color: #2bd500;
  color: #ffffff;
  box-shadow: 0 2px 0 #26bd00; }

.btn.btn-green:hover, .btn.btn-green:focus, .btn.btn-green:active, .btn.btn-green.active, .btn.btn-green.disabled, .btn.btn-green[disabled] {
  background-color: #88981D;
  color: #ffffff;
  box-shadow: 0 2px 0 #71821e; }

.btn.btn-main:hover, .btn.btn-main:focus, .btn.btn-main:active, .btn.btn-main.active, .btn.btn-main.disabled, .btn.btn-main[disabled] {
  background-color: #88981D;
  color: #ffffff;
  box-shadow: 0 2px 0 #71821e; }

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
  background-color: #88981D;
  color: #ffffff;
  box-shadow: 0 2px 0 #71821e; }

.btn-orange {
  background-color: #f1b100;
  color: #ffffff;
  box-shadow: 0 2px 0 #c38500; }

.btn.btn-orange:hover, .btn.btn-orange:focus, .btn.btn-orange:active, .btn.btn-orange.active, .btn.btn-orange.disabled, .btn.btn-orange[disabled] {
  background-color: #e8a900;
  color: #ffffff;
  box-shadow: 0 2px 0 #c38500; }

.btn-red {
  background-color: #dd4444;
  color: #ffffff;
  box-shadow: 0 2px 0 #a62323; }

.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active, .btn.btn-red.active, .btn.btn-red.disabled, .btn.btn-red[disabled] {
  color: #ffffff;
  background-color: #dd4444;
  box-shadow: 0 2px 0 #971b1b; }

.btn.btn-red:active, .btn.btn-red.active {
  box-shadow: 0 0 0; }

.btn.btn-green2:active, .btn.btn-green2.active {
  box-shadow: 0 0 0; }

.btn.btn-green:active, .btn.btn-green.active {
  box-shadow: 0 0 0; }

.btn.btn-main:active, .btn.btn-main.active {
  box-shadow: 0 0 0; }

.btn.btn-primary:active, .btn.btn-primary.active {
  box-shadow: 0 0 0; }

.btn.btn-orange:active, .btn.btn-orange.active {
  box-shadow: 0 0 0; }

.btn.login-btn {
  padding: 7px 20px; }

.btn-purple {
  color: #ffffff;
  border: none;
  background-color: #da0e67;
  font-weight: bold;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  box-shadow: 0 2px 0 #da0e67; }
  .btn-purple:focus {
    color: #ffffff;
    border: none;
    background-color: #da0e67;
    font-weight: bold;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    box-shadow: 0 2px 0 #da0e67; }
  .btn-purple:hover, .btn-purple:active, .btn-purple.active, .btn-purple.disabled, .btn-purple[disabled] {
    background: #da0e67;
    box-shadow: 0 2px 0 #da0e67;
    bottom: 0;
    color: #f4b7d1; }
  .btn-purple:hover i, .btn-purple:active i, .btn-purple.active i, .btn-purple.disabled i, .btn-purple[disabled] i {
    opacity: 0.7; }
  .btn-purple.active, .btn-purple:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    bottom: -2px; }

.btn-black {
  color: #ffffff;
  border: none;
  background-color: #3c3c3c;
  font-weight: bold;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  box-shadow: none;
  padding: 7px 40px 7px 15px; }
  .btn-black:focus {
    color: #ffffff;
    border: none;
    background-color: #3c3c3c;
    font-weight: bold;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    box-shadow: none;
    padding: 7px 40px 7px 15px; }
  .btn-black:hover, .btn-black:active, .btn-black.active, .btn-black.disabled, .btn-black[disabled] {
    background: #3c3c3c;
    box-shadow: none;
    bottom: 0;
    color: #CDCDCD; }
  .btn-black:hover i, .btn-black:active i, .btn-black.active i, .btn-black.disabled i, .btn-black[disabled] i {
    opacity: 0.7; }

.open .btn-black {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset; }

.btn-black.active, .btn-black:active {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset; }

.start-register {
  padding: 8px 15px; }

.btn-fb {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: none;
  background: #3b5998 url(../img/button_fb.png) no-repeat center top;
  font-weight: bold;
  box-shadow: none;
  padding: 7px 15px 7px 50px;
  position: relative;
  font-size: 13px; }
  .btn-fb:hover, .btn-fb:active, .btn-fb:focus, .btn-fb.active, .btn-fb.disabled, .btn-fb[disabled] {
    background: url(../img/button_fb.png) no-repeat center -46px;
    color: #ffffff; }
  .btn-fb.active, .btn-fb:active {
    background: url(../img/button_fb.png) no-repeat center -92px; }
  .btn-fb:hover, .btn-fb:focus {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }

.btn-login {
  padding: 7px 40px 7px 45px;
  position: relative;
  font-size: 13px;
  min-height: 23px;
  box-shadow: none; }

.btn.btn-login .arrow {
  right: 15px;
  opacity: 1; }

.btn-login i.icon {
  display: block;
  background: url(../img/sprite/graphic.png) no-repeat -62px 0;
  background-size: 1228px 105px;
  position: absolute;
  left: 15px;
  top: 8px;
  width: 14px;
  height: 17px; }

.btn-fb i.icon {
  display: block;
  width: 18px;
  height: 34px;
  background: url(../img/fb_icon.png) no-repeat;
  position: absolute;
  left: 20px;
  top: 0; }

.lang-select {
  display: inline-block;
  position: relative;
  padding: 7px 15px 7px 30px;
  margin-right: 20px;
  color: #7a7c83;
  font-size: 13px;
  cursor: pointer;
  min-height: 23px; }

.open .lang-select {
  color: #da0e67; }

.lang-select:hover {
  color: #da0e67; }

.lang-select .flag-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.dropdown-toggle {
  position: relative; }
  .dropdown-toggle .arrow {
    display: block;
    width: 12px;
    height: 7px;
    background: url(../img/arrows.png) no-repeat 0 2px;
    position: absolute;
    right: 0;
    top: 14px;
    opacity: 0.5; }

.lang-group .dropdown-toggle .caret {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #da0e67; }

.dropdown-toggle.pull-left .arrow {
  right: auto;
  left: 0;
  top: 50%;
  margin-top: -3px; }

.open .dropdown-toggle .arrow {
  background-position: 0 -12px; }

.dropdown-toggle.btn-black .arrow {
  opacity: 1;
  right: 15px; }

.dropdown-toggle.btn-black:hover .arrow {
  opacity: 0.7; }

.dropdown-toggle:hover .arrow {
  opacity: 0.7; }

.open .lang-select .arrow {
  opacity: 0.7;
  background: url(../img/arrows.png) no-repeat 0 -12px; }
  .open .lang-select .arrow:hover {
    opacity: 0.7;
    background: url(../img/arrows.png) no-repeat 0 -12px; }

.fb-register-box {
  position: relative; }
  .fb-register-box .help-arrow {
    top: 7px;
    left: 45px;
    position: absolute; }

.fb-register-icon {
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../img/fb_register_icon.png) no-repeat top; }
  .fb-register-icon:hover {
    background: url(../img/fb_register_icon.png) no-repeat center; }
  .fb-register-icon:active {
    background: url(../img/fb_register_icon.png) no-repeat bottom; }

.logo-text, .badge-text, .fb-register-text, .fb-withfb-text {
  font-family: 'halcyonregular';
  font-size: 17px;
  font-style: italic;
  display: block;
  color: #ffffff; }

.badge-text {
  width: 190px; }

.logo-text {
  margin-left: -10px;
  margin-top: 11px; }

.badge-text {
  position: absolute;
  bottom: 32px;
  right: 93px;
  text-align: right; }

.badge-help-arrow {
  position: absolute;
  bottom: 60px;
  left: 305px;
  width: 26px;
  height: 100px; }

.fb-withfb-text {
  margin-left: 30px; }

/* Footer Section */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #ffffff;
  line-height: 60px;
  border-top: 1px solid #dededf; }
  .footer a {
    color: #939393; }
    .footer a:hover {
      color: #444444;
      text-decoration: underline; }
  .footer .nav {
    float: none;
    display: inline-block; }
    .footer .nav li a {
      font-size: 12px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      line-height: 14px;
      padding: 0 0 0 15px;
      margin-top: 10px; }
      .footer .nav li a:focus, .footer .nav li a:active, .footer .nav li a:hover {
        font-size: 12px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        line-height: 14px;
        padding: 0 0 0 15px; }
      .footer .nav li a:focus, .footer .nav li a:active, .footer .nav li a:hover {
        color: #444444;
        text-decoration: underline; }
    .footer .nav li:first-child a {
      border-left: none; }

.modal {
  outline: none;
  width: 520px;
  margin-left: -260px;
  z-index: 1050;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ffffff;
  border: none;
  border-top: 6px solid #da0e67; }

#changeEmail.modal {
  width: 620px;
  margin-left: -310px; }

.modal.modal-pictures-list {
  width: 630px;
  margin-left: -315px; }
  .modal.modal-pictures-list .pictures-list {
    margin-bottom: 10px; }

.modal-register .span4 .select2-choice {
  min-width: 93px; }

.button-hide .change-picture-list, .button-change .hide-picture-list {
  display: none; }

.pictures-list > li.hidden {
  display: none;
  opacity: 0; }

.photo-upload-container {
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }

.modal.picture-modal {
  width: 600px;
  margin-left: -300px; }

.picture-modal-author {
  border-bottom: 1px solid #eae6e8;
  position: relative;
  background: #ffffff; }
  .picture-modal-author .pin-interest {
    margin: 12px 15px; }
  .picture-modal-author .limg {
    margin: 10px 10px 10px 15px; }
  .picture-modal-author .nickname {
    line-height: 22px;
    margin: 15px 0;
    font-weight: bold; }

.mCSB_scrollTools .mCSB_draggerRail {
  display: none; }

.modal.picture-modal .close {
  text-shadow: none;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  background: none repeat scroll 0 0 #da0e67;
  font-size: 33px;
  line-height: 18px;
  padding: 5px 7px 10px;
  z-index: 10000;
  opacity: 0.5;
  color: #ffffff;
  border-radius: 0 0 0 3px; }

.comments-list .mCSB_scrollTools .mCSB_dragger {
  margin-left: 3px; }

.picture-modal-right-section i.picture-modal-icon {
  cursor: pointer; }

.picture-modal-right-section .disabled i.picture-modal-icon {
  cursor: default; }

.picture-modal-right-section i.picture-modal-icon.like-icon {
  background-position: center -40px; }

.picture-modal-vertical-menu i.picture-modal-icon.like-icon:after {
  background: rgba(219, 14, 103, 0.3);
  height: 43px;
  width: 43px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1; }

.picture-modal-vertical-menu i.picture-modal-icon.active.like-icon:after {
  background: #da0e67; }

.picture-modal-vertical-menu i.picture-modal-icon.like-icon.active {
  color: #ffffff; }

.picture-modal-vertical-menu:active i.picture-modal-icon.like-icon {
  background-position: center -80px; }

.picture-modal-right-section i.picture-modal-icon.pin-icon {
  background-position: center -162px; }

.picture-modal-vertical-menu:hover i.picture-modal-icon.pin-icon {
  background-position: center -122px; }

.disabled .picture-modal-vertical-menu i.picture-modal-icon.pin-icon {
  background-position: center -278px; }

.picture-modal-vertical-menu i.picture-modal-icon.pin-icon.active {
  background-position: center -278px; }

.picture-modal-vertical-menu:active i.picture-modal-icon.pin-icon {
  background-position: center -202px; }

.picture-modal-right-section i.picture-modal-icon.inactive {
  cursor: default; }

.picture-modal-right-section .fa {
  font-size: 27px;
  color: #ffffff;
  line-height: 43px;
  text-align: center; }

.comments-list {
  margin: 0 0 0 15px;
  overflow: hidden;
  height: 408px; }
  .comments-list p {
    overflow: hidden; }
  .comments-list .comment-item {
    float: left;
    display: block;
    background: #46464d;
    border-radius: 5px;
    min-height: 42px;
    width: 250px;
    margin-left: 15px;
    position: relative;
    padding: 5px 10px; }
  .comments-list .my-comment .comment-item {
    margin-left: 0;
    margin-right: 15px; }
  .comments-list .comments-user {
    float: left; }
  .comments-list .my-comment .comments-user {
    float: right; }
  .comments-list .my-comment .comment-item .comment-arrow {
    right: -9px;
    left: inherit;
    background: url(../img/comment_arrow.png) no-repeat bottom; }
  .comments-list .comment-item .comment-arrow {
    display: block;
    position: absolute;
    width: 9px;
    height: 11px;
    left: -9px;
    top: 36px;
    background: url(../img/comment_arrow.png) no-repeat top; }

.like-users-box, .pin-users-box {
  margin: 15px 0 5px 15px; }

.like-users-box li, .pin-users-box li {
  float: left;
  display: block;
  margin-right: 5px;
  position: relative;
  overflow: hidden; }

.like-users-box li:last-child, .pin-users-box li:last-child {
  margin-right: 0; }

.picture-modal-likes-box, .picture-modal-pins-box {
  position: relative;
  border-bottom: 1px solid #eae6e8; }

.without-pin .picture-modal-pins-box {
  display: none; }

.without-pin .picture-modal-tags-section {
  height: 340px; }

.carousel-button {
  display: none;
  width: 52px;
  height: 52px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  z-index: 10;
  background: url(../img/picture_shadow.png) repeat-y; }
  .carousel-button.disabled {
    visibility: hidden; }

#like-next, #pin-next {
  right: 5px;
  background-position: left top; }

#like-prev, #pin-prev {
  left: 75px;
  background-position: left bottom; }

.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.5;
  -webkit-transition: opacity 0.12s linear;
  -moz-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear; }

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 0.8; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.3); }

.new-message-box {
  display: block;
  margin: 0 15px 15px; }

.picture-modal-new-message-box {
  padding-top: 15px; }

.new-message-textarea {
  width: 330px;
  position: relative; }

.picture-modal-new-message-box .new-message-textarea {
  width: auto; }

.new-message-textarea textarea {
  min-height: 52px;
  resize: vertical;
  font-size: 12px;
  margin: 0 0 10px 0; }

.comment-title {
  clear: both;
  display: block; }

.comment-text {
  clear: both;
  display: block;
  font-size: 12px;
  line-height: 16px; }

.comment-title .comment-name {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #b5b7bf;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); }

.comment-title .comment-date {
  float: right;
  font-size: 11px;
  color: #6b6b70; }

.picture-modal-like-box {
  background: #313136;
  border-bottom: 1px solid #eae6e8; }

.picture-modal-comments-box {
  background: none; }

.modal.picture-modal .picture-modal-item {
  overflow: hidden;
  width: 600px; }
  .modal.picture-modal .picture-modal-item #pictureBuyVip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    right: 100px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 0 20px 90px; }
    .modal.picture-modal .picture-modal-item #pictureBuyVip::before {
      content: "\f023";
      font: normal normal normal 35px/1 FontAwesome;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 39px; }
    .modal.picture-modal .picture-modal-item #pictureBuyVip a {
      color: #fff;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      max-width: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.picture-modal-vertical-menu {
  width: 59px;
  height: 52px;
  text-align: center;
  border-right: 1px solid #eae6e8;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  cursor: pointer;
  padding: 15px 0; }

.disabled .picture-modal-vertical-menu {
  background: none;
  cursor: default; }
  .disabled .picture-modal-vertical-menu:hover {
    background: none;
    cursor: default; }

.picture-modal-tags-section {
  height: 253px;
  overflow: hidden; }

#sayHello.modal, #hello_message.modal {
  width: 680px;
  margin-left: -330px;
  padding-bottom: 20px; }

.vline {
  height: 250px;
  background: url(../img/vline.png) no-repeat center;
  margin-top: -30px; }

.modal-title {
  background-color: #f8f6f7;
  padding: 12px 60px 12px 30px;
  position: relative;
  border-bottom: 1px solid #eae6e8; }
  .modal-title.omh {
    padding: 25px 60px 12px 30px; }

.modal-footer {
  background-color: #f8f6f7;
  box-shadow: none;
  border-color: #eae6e8; }

.modal-title h3 {
  margin: 0px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #444444;
  line-height: 30px; }
  .modal-title h3 span {
    position: relative; }
    .modal-title h3 span .cbox-icon {
      display: none; }

.modal-register .modal-title h3 {
  font-size: 21px;
  line-height: 40px; }

.modal-title h3 span {
  display: inline-block; }

.modal-register .modal-title h3 span {
  padding-left: 35px;
  background: url(../img/register_icon.png) no-repeat left center; }

.modal-body {
  padding: 20px 30px;
  overflow-y: visible;
  max-height: none; }
  .modal-body button.close {
    position: absolute;
    right: 30px;
    top: 17px;
    color: #444444;
    text-shadow: none;
    font-size: 31px;
    opacity: 0.3;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }

.modal-title button.close {
  position: absolute;
  right: 30px;
  top: 17px;
  color: #444444;
  text-shadow: none;
  font-size: 31px;
  opacity: 0.3;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.omh button.close {
  right: 14px;
  top: 8px; }

.modal-register .modal-title button.close {
  top: 22px; }

.modal-register .modal-body {
  padding: 30px; }

.inline-label {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin-top: 7px; }

.title-label {
  color: #ffffff;
  padding-bottom: 7px;
  clear: both;
  display: block; }

.hline {
  font-size: 0;
  line-height: 0;
  height: 1px;
  background: url(../img/h_line.png) no-repeat center;
  margin-top: 15px;
  margin-bottom: 15px; }

.loading {
  color: #ffffff;
  position: relative;
  padding-left: 25px; }
  .loading > img {
    position: absolute;
    left: 0;
    top: 1px; }

.add-picture-area {
  width: 355px;
  margin: 0 auto; }

.photo-crop-area {
  width: 355px;
  margin: 0 auto; }
  .photo-crop-area .control-group label {
    font-weight: bold; }

.modal-photoupload .photo-crop-area {
  width: auto;
  padding-right: 100px;
  padding-left: 20px;
  position: relative; }

.photo-crop-area .hline {
  margin-left: -50px;
  margin-right: -50px;
  margin-top: 20px; }

.uploadPicture img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px; }

.jcrop-holder {
  margin: 0 auto; }

.form-margin {
  margin-top: 10px; }

.cbox-icon {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -35px;
  top: 14px; }

.modal-body p b {
  color: #ffffff; }

.profile-picture-icon {
  background: url(../img/profile_picture_icon.png) no-repeat; }

.confirmed-icon {
  background: url(../img/confirmed_icon.png) no-repeat; }

.not-confirmed-icon {
  background: url(../img/not_confirmed_icon.png) no-repeat; }

.hello-icon {
  background: url(../img/hello_icon.png) no-repeat 2px 3px; }

.pin-icon {
  background: url(../img/pin_icon.png) no-repeat 5px; }

.visited-icon {
  background: url(../img/visited_icon.png) no-repeat 5px; }

.mes-icon {
  background: url(../img/mes_icon.png) no-repeat 5px; }

.commenting-icon {
  background: url(../img/commenting_icon.png) no-repeat 5px; }

.voting-icon {
  background: url(../img/voting_icon.png) no-repeat 5px; }

.notif-like-icon {
  background: url(../img/notif_like_icon.png) no-repeat 5px; }

.notif-repin-icon {
  background: url(../img/notif_repin_icon.png) no-repeat 5px; }

.message-read-icon {
  background: url(../img/message_read_icon.png) no-repeat 5px; }

.profile-icon {
  background: url(../img/profile_icon.png) no-repeat 0 4px; }

.caution-icon {
  background: url(../img/caution_icon.png) no-repeat 2px 4px; }

.verifying-icon {
  background: url(../img/verifying-icon.png) no-repeat;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -35px;
  top: 18px; }

.modal-body button.close:hover, .modal-title button.close:hover {
  color: #7c7c85;
  opacity: 1; }

.modal-body h4 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px; }

#coinsOverlay .btn {
  min-width: 80px; }

.modal-body .coins-overlay-box h4 {
  padding-top: 18px;
  padding-bottom: 5px;
  line-height: 24px;
  text-align: left; }

.coins-overlay-box .hline {
  margin-left: 110px;
  background-position: right center; }

.coins-overlay-box img {
  margin-right: 12px; }

.modal-backdrop {
  background: #000000; }
  .modal-backdrop.fade.in {
    background: #000000; }

.fb-register-area .help-text {
  margin-top: 15px; }

.register-accept {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px !important; }

.register-accept-arrow {
  left: 50px;
  position: absolute;
  bottom: 20px; }

.finish-icon {
  display: inline-block;
  padding-left: 30px;
  background: url(../img/finish_icon.png) no-repeat left center; }

.or-line {
  display: block;
  background: url(../img/or_line.png) no-repeat center center;
  color: #9a0564;
  text-align: center;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  height: 22px;
  margin-top: 10px; }

.help-link {
  display: block;
  font-size: 17px;
  font-family: 'halcyonregular';
  font-style: italic; }

.help-text {
  display: block;
  font-size: 17px;
  font-family: 'halcyonregular';
  font-style: italic; }
  .help-text a {
    color: #666666;
    text-decoration: underline; }
    .help-text a:hover {
      text-decoration: none; }

a.help-link {
  color: #666666;
  text-decoration: underline; }
  a.help-link:hover {
    text-decoration: none; }

.help-link {
  font-size: 14px;
  background-position: 0 23px; }

.vipmship-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/vipmship_icon.png) no-repeat;
  margin-bottom: -4px;
  margin-right: 5px; }

.btn-fb2 {
  border: 1px solid #29447E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 14px;
  padding: 6px 15px 6px 40px;
  background: #5f78ab;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 -1px 0 #243266;
  position: relative;
  cursor: pointer;
  background: -moz-linear-gradient(top, #667fb2 0%, #5f78ab);
  background: -webkit-gradient(linear, left top, left bottom, from(#667fb2), to(#5f78ab));
  box-shadow: 0 1px 0 #7f93bc inset, 0 1px 2px rgba(0, 0, 0, 0.5); }

.fb-register-area {
  text-align: center;
  margin-bottom: 15px; }

.form-horizontal .control-group {
  margin-bottom: 15px;
  position: relative; }
  .form-horizontal .control-group.text-line {
    margin-bottom: 0; }
    .form-horizontal .control-group.text-line .controls {
      margin-top: 5px; }
  .form-horizontal .control-group:last-child {
    margin-bottom: 0; }

.form-horizontal .control-label {
  width: 120px;
  text-align: left; }
  .form-horizontal .control-label.checkbox-label {
    padding-top: 0; }

.form-horizontal .controls {
  margin-left: 135px; }

.btn-fb2 i.icon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: url(../img/fb_btn2_icon.png) no-repeat;
  width: 29px;
  height: 27px; }

.separator {
  height: 21px;
  display: block;
  background: url(../img/separator_line.png) no-repeat center center;
  margin-bottom: 10px;
  margin-top: -5px;
  opacity: 0.3; }

.select2-container .select2-choice {
  height: 34px;
  line-height: 34px; }

.control-group .select2-container .select2-choice {
  margin-top: -2px; }

.select2-container.select2-dropdown-open .select2-choice {
  background: #ffffff;
  background-image: none; }

.select2-drop {
  border-bottom: 1px solid #eae6e8;
  border-left: 1px solid #eae6e8;
  border-right: 1px solid #eae6e8;
  margin-top: -30px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06); }

.select2-search input {
  border: none;
  box-shadow: none !important;
  background: transparent;
  min-height: 28px; }

.select2-container .select2-choice {
  background: #ffffff; }

.select2-dropdown-open .select2-choice {
  box-shadow: none !important; }

.select2-search {
  border: none; }

.select2-container .select2-choice .select2-arrow {
  border: none;
  background: none;
  filter: none; }

.select2-container .select2-choice div {
  border: none;
  background: none;
  filter: none; }
  .select2-container .select2-choice div b {
    background-position: -3px 5px;
    opacity: 0.4; }

.select2-dropdown-open .select2-choice div b {
  background-position: -21px 6px; }

.select2-container .select2-choice {
  filter: none; }

.dropdown-menu {
  border: 0;
  background: none;
  border-top: 6px solid #da0e67;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0; }
  .dropdown-menu ul {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 0 5px; }

.lang-group .dropdown-menu ul {
  border: none; }
  .lang-group .dropdown-menu ul li {
    border-top: 1px solid rgba(199, 22, 114, 0.5); }

.lang-group .lang-select {
  margin-left: 20px;
  width: auto; }

.login-box .dropdown-menu {
  background: #ffffff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.add-pin-fast .dropdown-menu {
  margin-top: 10px; }
  .add-pin-fast .dropdown-menu ul > li a {
    padding: 4px 15px 4px 15px; }
  .add-pin-fast .dropdown-menu ul > li:hover a {
    color: #b1b3ba;
    text-decoration: none;
    background-color: #eae6e8;
    background-repeat: repeat-x; }

.upload-pin-icon, .web-pin-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/add_pin_icons.png) no-repeat;
  opacity: 0.5;
  margin-right: 7px;
  margin-bottom: -3px; }

.dropdown-menu a:hover .upload-pin-icon, .dropdown-menu a:hover .web-pin-icon {
  opacity: 0.7; }

.upload-pin-icon {
  background-position: top; }

.web-pin-icon {
  background-position: bottom; }

.right-user-box .login-box {
  display: inline-block;
  min-height: 35px; }

.lang-group {
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  z-index: 101; }
  .lang-group.open {
    border-radius: 5px 5px 0 0; }
  .lang-group .dropdown-menu {
    min-width: 190px; }
    .lang-group .dropdown-menu ul > li > a {
      color: #8e8e8e; }
      .lang-group .dropdown-menu ul > li > a > span {
        display: inline-block;
        margin-left: 12px; }
    .lang-group .dropdown-menu ul > li.active > a {
      color: #444444; }

.user-box .dropdown-menu {
  left: auto;
  right: 0; }

.dropdown-menu ul {
  list-style: none;
  margin: 0; }

ul.dropdown-menu > li > a, .dropdown-menu ul > li a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
  color: #777777; }

ul.dropdown-menu > li > a:focus, ul.dropdown-menu > li > a:hover {
  color: #444444;
  text-decoration: none;
  background-color: #f8f6f7;
  background-repeat: repeat-x;
  background-image: none; }

.dropdown-menu ul > li > a:hover, .dropdown-menu ul > li > a:focus {
  color: #444444;
  text-decoration: none;
  background-color: #f8f6f7;
  background-repeat: repeat-x;
  background-image: none; }

.dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  color: #444444;
  text-decoration: none;
  background-color: #f8f6f7;
  background-repeat: repeat-x;
  background-image: none; }

.dropdown-menu ul > .active > a {
  color: #444444;
  text-decoration: none;
  background-color: #eeeeee;
  background-repeat: repeat-x;
  outline: 0; }
  .dropdown-menu ul > .active > a:hover, .dropdown-menu ul > .active > a:focus {
    color: #444444;
    text-decoration: none;
    background-color: #eeeeee;
    background-repeat: repeat-x;
    outline: 0; }

.lang-group .dropdown-menu {
  margin-top: 0;
  margin-left: 0;
  right: 0;
  left: auto;
  border-top: none; }

.login-box .dropdown-menu {
  padding: 20px;
  right: 0;
  left: inherit; }

.header .login-box .dropdown-menu span.arrow {
  left: inherit;
  right: 50px;
  top: -11px; }

.header .navbar {
  margin-bottom: 0; }
  .header .navbar.go-back {
    margin-right: -15px; }
    .header .navbar.go-back ul {
      margin-right: 0; }

.caret-left:after {
  left: -5px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #8E919B;
  border-width: 5px;
  top: 50%;
  margin-top: -5px; }

.header .navbar.go-back ul li a:hover .caret-left:after {
  border-right-color: #b1b3ba; }

.remember-me {
  margin-top: 7px;
  line-height: 22px;
  color: #8e8e8e; }

.forgot-password {
  margin-top: 10px;
  margin-bottom: -20px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  background: url(../img/login_shadow.png) no-repeat center top; }

.forgot-password-form {
  display: none; }
  .forgot-password-form p {
    text-align: left;
    margin-top: -20px; }

.open-forgot .login_form {
  display: none; }

.open-forgot .forgot-password-form {
  display: block; }

.open-forgot .forgot-password-link {
  display: none; }

.open-forgot .forgot-password {
  padding: 0;
  background: none; }

label.error-label {
  color: #da0e67;
  font-size: 10px;
  margin-bottom: 0;
  margin-top: -1px;
  line-height: 16px;
  position: relative; }

input.error:focus, select.error:focus, textarea.error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 6px #d59392; }

.placeholder {
  color: #aaaaaa; }

input.email-field.placeholder, input.password-field.placeholder {
  padding-left: 32px; }

.terms-conditions .modal-body ol {
  margin: 10px 20px; }
  .terms-conditions .modal-body ol li {
    margin-bottom: 15px; }

.logo.center, .center {
  margin: 0 auto;
  text-align: center; }

.incenter {
  max-width: 820px;
  margin: 0 auto; }

.select2-no-results {
  display: none; }

.select2-container .select2-choice, .select2-container-multi .select2-choices {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-right: 5px;
  box-shadow: none;
  background-image: none;
  border: 1px solid #dddddd;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#s2id_locationsToMeet .select2-choices {
  overflow: inherit;
  display: inline-block;
  min-width: 180px;
  /*add changes according to MAT-148 TODO: ssergiychuk should check this */
  width: 100%; }

.reg-steps #s2id_locationsToMeet .select2-choices {
  min-width: 300px; }

/*add changes according to MAT-148 TODO: ssergiychuk should check this */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #eae6e8;
  box-shadow: none; }

.select2-drop-multi.select2-drop {
  margin-top: -3px; }

.select2-drop-multi.select2-drop-above {
  margin-top: 3px; }

.select2-choices.error, input.error, select.error, textarea.error {
  border-color: #dd4444;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7); }

.ano_phototool_controls {
  position: absolute;
  top: 0;
  right: -15px; }
  .ano_phototool_controls i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ano_phototool_controls.png) no-repeat;
    margin-bottom: -3px;
    margin-right: 2px; }

i.rotate-left {
  background-position: center center; }

i.rotate-right {
  background-position: center 2px; }

i.go-back {
  background-position: center -84px; }

.ano_phototool_controls .btn {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: left;
  width: 102px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.arrow-left {
  position: absolute;
  left: -5px;
  bottom: 50%; }

.arrow-right {
  position: absolute;
  right: -5px;
  bottom: 50%;
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: -21px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0; }

.arrow-left {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: -21px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0; }

#like-prev i.arrow, #pin-prev i.arrow, .arrow-left i.arrow {
  display: block;
  background: url(../img/arrow_left.png) no-repeat center center;
  width: 42px;
  height: 42px;
  opacity: 0.8;
  cursor: pointer;
  position: relative;
  left: -1px; }

#like-next i.arrow, #pin-next i.arrow, .arrow-right i.arrow {
  display: block;
  background: url(../img/arrow_right.png) no-repeat center center;
  width: 42px;
  height: 42px;
  opacity: 0.8;
  cursor: pointer;
  position: relative;
  right: -1px; }

#like-next i.arrow, #pin-next i.arrow, #like-prev i.arrow, #pin-prev i.arrow {
  opacity: 0.6;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.carousel-button i.arrow {
  margin: 5px 0 0 0; }

.picture-modal-item:hover .arrow-left {
  opacity: 1;
  left: 15px; }

.picture-modal-item:hover .arrow-right {
  opacity: 1;
  right: 15px; }

#like-next:hover i.arrow, #pin-next:hover i.arrow, #like-prev:hover i.arrow, #pin-prev:hover i.arrow, .arrow-right:hover i.arrow {
  opacity: 1; }

.arrow-left:hover {
  background: rgba(255, 255, 255, 0.6); }
  .arrow-left:hover i.arrow {
    opacity: 1; }

.arrow-right:hover {
  background: rgba(255, 255, 255, 0.6); }

#profilePicture .interests-field {
  margin-bottom: 10px; }

.interests-filter .dropdown-toggle {
  display: inline-block;
  padding: 8px 28px 8px 15px;
  position: relative;
  bottom: -2px;
  margin: 0 10px;
  opacity: 0.5;
  z-index: 1001; }

.interests-filter.open .dropdown-toggle {
  opacity: 1; }
  .interests-filter.open .dropdown-toggle:hover {
    opacity: 1; }

.interests-filter .dropdown-toggle:hover {
  opacity: 0.7; }

.interests-filter .dropdown-toggle .arrow {
  top: 11px;
  right: 10px;
  opacity: 1; }

.interests-filter .dropdown-menu {
  border: 1px solid #eae6e8;
  padding: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  left: 10px;
  margin-top: -2px; }

.interests-filter .dropdown-header {
  position: absolute;
  top: -36px;
  left: -1px;
  display: block;
  background: #3C3C41 url(../img/interests_shadow.png) no-repeat top center;
  height: 35px;
  width: 60px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #eae6e8;
  border-bottom: 0; }

.interests-filter .dropdown-menu ul li {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative; }
  .interests-filter .dropdown-menu ul li:hover {
    color: #ffffff;
    background-color: #eae6e8; }

.interests-filter .dropdown-menu .interests-search {
  margin-bottom: 5px;
  padding-left: 10px; }

.interests-filter .dropdown-menu ul li .plus-icon {
  display: block;
  height: 8px;
  width: 8px;
  background: url(../img/plus_minus.png) no-repeat top;
  position: absolute;
  top: 12px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.interests-filter .dropdown-menu ul li:hover .plus-icon {
  opacity: 1;
  right: 10px; }

ul.interests-filter-list li .minus-icon {
  display: block;
  height: 8px;
  width: 8px;
  background: url(../img/plus_minus.png) no-repeat bottom;
  position: absolute;
  top: 8px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

ul.interests-filter-list li:hover .minus-icon {
  opacity: 1;
  right: 10px; }

.search-box .select2-container .select2-choice > .select2-chosen {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #eae6e8;
  background-image: none;
  color: #444444;
  box-shadow: none;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 4px;
  padding: 4px 30px 4px 15px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  filter: none;
  display: inline-block; }

.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #eae6e8;
  background-image: none;
  color: #444444;
  box-shadow: none;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 4px;
  padding: 4px 30px 4px 15px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  filter: none;
  display: inline-block; }

.select2-container-multi .select2-choices .select2-search-field input {
  height: 20px; }

.search-box .select2-container .select2-choice.select2-default > .select2-chosen {
  background: none;
  color: #999999; }

.search-box .select2-container .select2-choice > .select2-chosen {
  padding: 5px 15px 5px 15px; }

.select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 5px;
  top: 7px;
  opacity: 0.30;
  background-position: right top; }
  .select2-container-multi .select2-search-choice-close:hover {
    opacity: 0.50; }

.select2-container-multi .select2-choices .select2-search-choice:hover {
  background-color: #eae6e8; }

.select2-container-multi ul {
  box-shadow: 0 3px 4px #B1B1C2 inset; }

.ui-sortable-helper {
  cursor: move !important; }
  .ui-sortable-helper .pictures-list-item img {
    cursor: move; }

.pictures-list-item.is-loading {
  background: #46464d url("../img/loading.gif") no-repeat center center; }

.pictures-list-item.is-broken {
  background: #46464d url("../img/broken.png") no-repeat center center; }

.pictures-list-item.is-loading img, .pictures-list-item.is-broken img {
  opacity: 0; }

.interests-filter .dropdown-menu ul li.hidden {
  display: none; }

.left-side {
  float: left;
  width: 788px; }
  .left-side.left-side-50 {
    width: 570px; }

.right-side {
  float: right;
  width: 350px; }
  .right-side.right-side-50 {
    width: 570px; }

.payment .help-title {
  font-weight: bold;
  margin-top: 5px;
  padding-left: 5px; }

.become-vip {
  border-top: 1px solid #eae6e8;
  border-bottom: 1px solid #eae6e8;
  margin-left: -10px;
  margin-right: -10px;
  background: #35353a;
  text-align: center;
  padding: 20px; }

.payment-help {
  padding: 20px 25px 5px 25px;
  margin: 0 -10px; }

.payment-list {
  margin-bottom: 20px; }
  .payment-list .payment-method {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear;
    padding: 0;
    margin-bottom: 20px; }

.product-list .payment-product {
  width: 244px;
  float: left;
  min-height: 270px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  position: relative;
  display: inline-block;
  background: #f8f6f7;
  border-radius: 0 0 5px 5px;
  border-top: 5px solid #ffc616;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07); }
  .product-list .payment-product.middle-product {
    position: relative;
    z-index: 100;
    width: 270px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    margin-bottom: -20px;
    min-height: 291px;
    background-color: #ffffff;
    border-top: 5px solid #da0e67;
    box-shadow: 0 3px 32px rgba(0, 0, 0, 0.2); }
  .product-list .payment-product.product-1 {
    display: block;
    width: 340px;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .product-list .payment-product.middle-product img.conins-icon {
    width: 110px;
    height: 112px; }

.product-list a:first-child .payment-product {
  border-left: none; }

.payment-method input[type='radio'] {
  visibility: hidden; }

.payment-list .payment-method .radio {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  padding: 0;
  margin-top: 10px; }

.radio-icon {
  display: inline-block;
  position: relative;
  margin-bottom: -5px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: #f2f2f2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.22s linear;
  -moz-transition: all 0.22s linear;
  -o-transition: all 0.22s linear;
  transition: all 0.22s linear; }
  .radio-icon .radio-switch {
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear;
    opacity: 0; }

.checked .radio-icon .radio-switch {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  background: #A0B52F;
  opacity: 1; }

.checkout-line {
  margin: 0 20px 5px;
  overflow: hidden;
  background: url("../img/dotted_line.png") repeat-x left 15px; }
  .checkout-line > span {
    display: inline-block; }

.payment .left-side .frame .box-content.checkout-content {
  padding-bottom: 30px;
  padding-top: 30px; }

.payment-product {
  text-align: center; }
  .payment-product.checkout-product {
    margin-top: -4px;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 25px;
    text-align: center; }
    .payment-product.checkout-product img.conins-icon {
      margin: 15px 0 5px; }
  .payment-product h3 {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    margin-top: 5px; }

.product-list a {
  color: #444444; }

.deferred .payment-product {
  padding: 40px 60px; }
  .deferred .payment-product .btn {
    margin-bottom: 0;
    margin-top: 15px; }
  .deferred .payment-product img {
    opacity: 0.5;
    margin-bottom: 20px; }

.payment-product img.bv-img {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 20; }

.payment-product img.conins-icon {
  margin: 20px auto 20px;
  width: 110px; }

.payment-product .btn {
  width: 130px;
  font-weight: bold;
  margin-bottom: 20px; }

.payment-product h2 {
  margin-top: 25px;
  margin-bottom: 2px;
  font-size: 21px;
  font-weight: normal; }

.inframe-title {
  margin: 20px 0 15px; }

.payment-preview {
  width: 150px;
  margin: 12px auto; }

.product-list a:first-child {
  border-left: none; }

.product-list.prices .payment-product {
  width: 392px; }
  .product-list.prices .payment-product:first-child {
    width: 393px; }

.prices-table {
  padding-top: 20px; }
  .prices-table .checkout-line > div {
    width: 80px; }
    .prices-table .checkout-line > div > span {
      background: #35353a;
      padding-right: 5px;
      padding-left: 5px;
      display: inline-block;
      line-height: 17px; }
      .prices-table .checkout-line > div > span.free {
        background: #35353a url("../img/v_icon.png") no-repeat center center;
        display: inline-block;
        width: 19px;
        height: 15px;
        position: relative;
        bottom: -3px;
        padding: 0 2px; }
      .prices-table .checkout-line > div > span small {
        color: #8E919B; }
    .prices-table .checkout-line > div.pull-left {
      width: 120px; }

.checkout-line-title.checkout-line {
  background: none;
  color: #8E919B; }

.box-content.payment-content {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden; }
  .box-content.payment-content .control-group {
    padding: 0 30px; }
  .box-content.payment-content .card-preview {
    max-height: 30px;
    max-width: 60px;
    margin-left: 15px;
    margin-top: -4px;
    margin-right: -5px; }
    .box-content.payment-content .card-preview.logo-size {
      max-height: 36px;
      max-width: 46px; }
  .box-content.payment-content .female, .box-content.payment-content .male {
    background-size: 420px; }
  .box-content.payment-content .female {
    background-size: 340px; }

.payment-content .form-horizontal {
  margin-bottom: 80px; }

.control-group .help-text {
  margin-top: 0px;
  margin-left: 5px;
  font-size: 14px; }

.span6#cvc {
  margin-left: 0; }

.payment-footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center; }

.checkout-content .payment-footer {
  background: transparent;
  border-top: 0 none;
  padding-top: 0;
  position: inherit; }

.payment-header {
  height: 60px;
  border-bottom: 1px solid #eae6e8;
  background: #f8f6f7;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 8px; }
  .payment-header img {
    margin-left: 10px;
    margin-top: 8px; }

.payment-footer img {
  margin-left: 10px;
  margin-top: 8px;
  max-height: 40px; }
  .payment-footer img.trust1, .payment-footer img.trust2 {
    margin-top: 9px;
    height: 40px; }
  .payment-footer img:first-child {
    margin-left: 0; }

.become-vip-title {
  color: #ffffff;
  text-align: center; }

.priv-list {
  margin: 0;
  list-style: none; }
  .priv-list li {
    display: block;
    padding-left: 38px;
    background: url("../img/gr_priv_item.png") no-repeat left 5px; }

.vip-box .priv-list {
  clear: both; }

.vip-box .btn-main {
  position: absolute;
  right: 10px;
  bottom: -10px; }

.vip-box .priv-list li {
  background: url("../img/vip_item.png") no-repeat left 5px; }

.priv-gr-box .priv-list li {
  background: url("../img/gr_priv_item.png") no-repeat left 5px; }

.priv-list li:last-child span {
  background: none; }

.priv-list li span {
  display: block;
  line-height: 22px;
  padding: 5px 0; }

.summary-list {
  list-style: none;
  margin: 0 0 0 35px;
  padding: 0; }
  .summary-list li {
    padding-left: 35px;
    background: url("../img/gr_priv_item.png") no-repeat left 3px;
    line-height: 30px; }
    .summary-list li.not-completed {
      background: url("../img/not_allowed_icon.png") no-repeat left 5px; }
    .summary-list li p {
      line-height: 18px;
      color: #999999;
      max-width: 500px; }

.priv-gr-box h2 {
  color: #ffffff;
  margin-left: 10px; }

.border-top {
  border-top: 1px solid #eae6e8; }

.box-content.voting {
  text-align: center;
  padding-bottom: 20px; }

.box-content.contacts-list.voting {
  text-align: left; }

.report-links a {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 25px; }

.report-links .member-ignore-icon, .report-links .member-report-icon {
  left: 0;
  top: 2px; }

.voting .btn-group {
  margin: 15px 0 10px 0; }
  .voting .btn-group .btn {
    width: 80px; }

.voting .voted-picture {
  width: 600px;
  margin: 0 auto; }
  .voting .voted-picture img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 7px 0 15px 0; }

.voting a {
  text-decoration: underline;
  margin: 0 5px; }
  .voting a.btn {
    text-decoration: none; }

.voting span.voted-text {
  color: #5d5e63; }

.member-nickname {
  height: 40px;
  margin-top: -6px;
  margin-right: -13px;
  margin-left: -13px;
  background: #f8f6f7; }
  .member-nickname.hidden {
    background: none;
    display: block; }

.member-ava {
  width: 150px;
  margin-top: -28px;
  text-align: center;
  position: relative; }
  .member-ava img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 100%; }
  .member-ava.approving-clock:before {
    content: "";
    background: url(../img/waiting_icon.png) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 200;
    top: 5px;
    left: 5px; }

.member-info {
  margin-top: -40px; }
  .member-info .box-title h1 {
    margin: 0;
    line-height: 32px; }
  .member-info .tooltip.left {
    margin-left: -11px; }
  .member-info .tooltip.right {
    margin-left: 1px; }

.member-smiles {
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin-left: 5px; }
  .member-smiles > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/smiles.png") no-repeat;
    /*cursor: pointer; */
    margin-right: 5px; }
    .member-smiles > span.good-smile {
      background-position: left top; }
      .member-smiles > span.good-smile.active {
        background-position: left center; }
    .member-smiles > span.normal-smile {
      background-position: center top; }
      .member-smiles > span.normal-smile.active {
        background-position: center center; }
    .member-smiles > span.bad-smile {
      background-position: right top; }
      .member-smiles > span.bad-smile.active {
        background-position: right center; }

/*.member-smiles > span.good-smile:active { */
/*background-position: left bottom; */
/*} */
/*.member-smiles > span.normal-smile:active { */
/*background-position: center bottom; */
/*} */
/*.member-smiles > span.bad-smile:active { */
/*background-position: right bottom; */
/*} */
.member-info-line {
  padding: 3px 0;
  min-height: 20px; }

.member-info .member-home, .member-info .member-date, .member-info .member-money {
  padding-left: 25px;
  background: url("../img/member_info_icons.png") no-repeat; }

.member-info .member-home {
  background-position: 0 4px; }

.member-info .member-date {
  background-position: 0 -100px; }

.member-info .member-photos {
  padding-left: 1px; }

.member-info .member-online {
  position: relative;
  display: flex;
  align-items: center; }

.member-btns, .member-info .box-title h1 {
  background-position: 0 -205px; }

.member-btns {
  margin-top: 15px; }
  .member-btns .report-links a {
    margin-top: 7px;
    margin-left: 13px;
    text-decoration: underline; }
  .member-btns .btn {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

i.iright {
  font-size: 8px; }

i.ileft {
  margin-right: 8px; }

i.fa-home, i.fa-star {
  font-size: 16px; }

.fa-calendar-o, i.fa-home {
  color: #999999; }

.member-btns .btn > span {
  display: block;
  max-width: 105px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .member-btns .btn > span.mess-text {
    max-width: inherit; }

.member-invite-icon, .member-message-icon, .member-profile-icon, .member-favorite-icon, .member-friends-icon, .member-gift-icon, .member-game-icon, .member-ignore-icon, .member-report-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/member_btn_icons.png") no-repeat;
  position: absolute;
  left: 12px;
  top: 8px; }

.member-message-icon {
  background-position: 0 0; }

.member-invite-icon {
  background-position: -160px 0; }

.member-gift-icon {
  background-position: 0 -40px; }

.member-game-icon {
  background-position: -160px -40px; }

.member-report-icon {
  background-position: 0 -84px; }

.member-ignore-icon {
  background-position: -158px -84px; }

.member-favorite-icon {
  background-position: -160px -124px; }

.member-friends-icon {
  width: 18px;
  background-position: 0 -124px; }

.member-profile-icon {
  background: url("../img/show_profile_icon.png") no-repeat;
  width: 20px;
  top: 9px; }

.member-link {
  position: relative;
  display: block;
  padding: 7px 0 5px 35px; }

.tags-list {
  list-style: none;
  margin: 0 -5px 3px 0;
  display: inline-block; }

.about-member .interests-list, .about-member .locations-list {
  list-style: none;
  margin: 0 -5px 3px 0;
  display: inline-block; }

.search-box .locations-list {
  list-style: none;
  margin: 0 -5px 3px 0;
  display: inline-block; }

.tags-list li {
  display: inline-block;
  float: left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #404046;
  color: #9f9fa1;
  line-height: 15px;
  margin-right: 5px;
  padding: 7px 15px 7px 15px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer; }

.about-member .interests-list li, .about-member .locations-list li {
  display: inline-block;
  float: left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #404046;
  color: #9f9fa1;
  line-height: 15px;
  margin-right: 5px;
  padding: 7px 15px 7px 15px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer; }

.search-box .locations-list li {
  display: inline-block;
  float: left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #404046;
  color: #9f9fa1;
  line-height: 15px;
  margin-right: 5px;
  padding: 7px 15px 7px 15px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer; }

.tags-list li:hover {
  padding: 7px 23px 7px 7px;
  color: #c1c1c3; }

.about-member .interests-list li:hover {
  padding: 7px 23px 7px 7px;
  color: #c1c1c3; }

.about-member .locations-list li:hover {
  padding: 7px 23px 7px 7px;
  color: #c1c1c3; }

.about-member .locations-list li.active:hover {
  padding: 7px 15px 7px 15px; }

.about-member .locations-list li.active .plus-icon {
  display: none; }

.search-box .locations-list li:hover {
  color: #c1c1c3; }

.tags-list li.active {
  background: #555559;
  color: #ffffff; }

.about-member .interests-list li.active, .about-member .locations-list li.active {
  background: #555559;
  color: #ffffff; }

.search-box .locations-list li.active {
  background: #555559;
  color: #ffffff; }

.tags-list li.active .plus-icon {
  background: url(../img/plus_minus.png) no-repeat 0 -31px; }

.about-member .interests-list li.active .plus-icon, .about-member .locations-list li.active .plus-icon {
  background: url(../img/plus_minus.png) no-repeat 0 -31px; }

.search-box .locations-list li.active .plus-icon {
  background: url(../img/plus_minus.png) no-repeat 0 -31px; }

.tags-list li.tags-title {
  padding: 7px 5px 7px 0;
  background: none;
  color: #8E919B;
  font-weight: bold;
  cursor: default; }
  .tags-list li.tags-title:hover {
    padding: 7px 5px 7px 0;
    background: none;
    color: #8E919B;
    font-weight: bold;
    cursor: default; }

.category-title, .tags-title {
  padding: 7px 5px 7px 0;
  background: none;
  color: #8E919B;
  font-weight: bold;
  line-height: 14px;
  font-size: 11px;
  margin-right: 5px; }

.tags-list li .plus-icon {
  display: block;
  height: 8px;
  width: 8px;
  background: url(../img/plus_minus.png) no-repeat top;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.about-member .interests-list li .plus-icon, .about-member .locations-list li .plus-icon {
  display: block;
  height: 8px;
  width: 8px;
  background: url(../img/plus_minus.png) no-repeat top;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.tags-list li:hover .plus-icon {
  opacity: 0.7;
  right: 10px; }

.about-member .interests-list li:hover .plus-icon, .about-member .locations-list li:hover .plus-icon {
  opacity: 0.7;
  right: 10px; }

.tags-list {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  border-bottom: 1px solid #49494e;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.frame.about-member .form-horizontal .controls {
  width: auto; }

.pictures-list .action-icon {
  display: block;
  height: 60px;
  width: 60px;
  background: url(../img/add_icon.png) no-repeat left;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 125px;
  right: 50%;
  margin-right: -30px;
  margin-top: -30px;
  z-index: 300;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.action-text {
  position: absolute;
  display: block;
  width: 174px;
  text-align: center;
  left: 0;
  top: 94px;
  color: #ffffff;
  opacity: 0;
  font-size: 12px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  z-index: 300; }

.pictures-list li.active .action-icon {
  display: none; }

.pictures-list li:hover .action-text {
  opacity: 0.4; }

.pictures-list li.active .action-text {
  opacity: 0; }

.pictures-list li:hover .action-icon {
  height: 15px;
  width: 15px;
  opacity: 0.7;
  margin-right: -7px;
  margin-top: -7px; }

.pictures-list li .active-label {
  opacity: 0;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.pictures-list li.active:hover .active-label {
  opacity: 0.4; }

#interestsCaution .modal-body {
  text-align: center; }
  #interestsCaution .modal-body h4 {
    margin-bottom: 15px;
    font-size: 14px; }

#interestsCaution button.btn {
  min-width: 80px; }

.interests-buttons {
  margin-top: 15px;
  margin-bottom: 5px; }

.member-status-icons {
  clear: both;
  display: inline-block;
  margin-bottom: 10px; }

.vip-icon, .bmale-icon, .bfemale-icon {
  margin-top: 8px;
  display: inline-block;
  float: left;
  width: 26px;
  height: 24px;
  background: url(../img/member_status_icons.png) no-repeat; }

.bmale-icon {
  background-position: -50px 1px; }

.bfemale-icon {
  background-position: -23px 0; }

.vip-icon {
  background-position: 5px 0; }

.only-vip-icon {
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url(../img/vip_icon.png) no-repeat;
  margin: 0 0 -10px 15px; }

.search-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/search_icon.png) no-repeat; }

.sub-menu .search-icon {
  margin: 0 8px -4px 0; }

.add-pin-fast {
  margin: 10px 0 0 0; }
  .add-pin-fast .dropdown-toggle {
    color: #6d9c1a;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 16px;
    padding: 0 0 0 23px;
    background: url(../img/add_icon.png) no-repeat left center; }
    .add-pin-fast .dropdown-toggle:focus, .add-pin-fast .dropdown-toggle:active, .add-pin-fast .dropdown-toggle:hover {
      color: #8dc826;
      text-decoration: none; }
  .add-pin-fast.open .dropdown-toggle {
    color: #8dc826;
    text-decoration: none; }

ul.pin-tags-list {
  display: block;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 10px 2px 5px 7px;
  border-bottom: 1px solid #eae6e8; }

.picture-modal ul.pin-tags-list {
  border: none;
  margin: 15px 10px 15px 15px;
  padding: 0; }

ul.pin-tags-list > li {
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
  background: #414146;
  line-height: 14px;
  font-size: 11px;
  padding: 4px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  cursor: pointer; }

.commenting-item ul.pin-tags-list > li, .picture-modal ul.pin-tags-list > li {
  font-size: 12px;
  padding: 7px 15px; }

.commenting-item ul.pin-tags-list {
  border-bottom: none;
  padding-left: 0; }

ul.pin-tags-list > li.tags-title {
  background: none;
  font-weight: bold;
  cursor: default;
  padding: 7px 5px 7px 0;
  color: #8E919B; }
  ul.pin-tags-list > li.tags-title:hover {
    background: none;
    font-weight: bold;
    cursor: default;
    padding: 7px 5px 7px 0;
    color: #8E919B; }

ul.pin-tags-list > li:hover {
  background: #4f4f54;
  color: #aaaebc; }

.box-title .tags-list {
  border: none;
  margin: 0;
  padding-left: 15px;
  max-width: 500px;
  padding-bottom: 0; }
  .box-title .tags-list li {
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 15px;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 5px; }
    .box-title .tags-list li:hover {
      background: rgba(255, 255, 255, 0.2);
      padding: 6px 23px 6px 7px; }

.box-title .btn-main {
  margin-bottom: 5px;
  min-width: 80px; }

.pin-member {
  margin: 10px 7px;
  overflow: hidden; }

.pin-member-details {
  margin-left: 7px; }

.pin-member .nickname {
  display: block; }

.pin-interest {
  display: inline-block;
  margin: 2px 0 0 0;
  background: #414146;
  line-height: 14px;
  font-size: 11px;
  padding: 4px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  cursor: pointer; }

.commenting-item .pin-interest, .picture-modal .pin-interest {
  padding: 7px 15px;
  font-size: 12px; }

.commenting-item .pin-interest {
  margin: 0; }

.pin-interest:hover {
  background: #5b5b5f;
  color: #ffffff; }

.pin-member .simg {
  width: 32px;
  height: 32px; }

input.sub-menu-search-field {
  background: none;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 0;
  margin: 0 0 1px;
  box-shadow: none;
  width: 45px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }
  input.sub-menu-search-field:focus {
    width: 120px;
    box-shadow: none; }

.sub-menu-search {
  cursor: text; }

input.sub-menu-search-field::-webkit-input-placeholder, input.sub-menu-search-field:-moz-placeholder, input.sub-menu-search-field::-moz-placeholder, input.sub-menu-search-field:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1; }

.conversation-list {
  width: 350px;
  float: left; }
  .conversation-list.scrollable {
    min-height: 390px;
    overflow: hidden;
    margin-right: -1px; }

.conversation-item {
  position: relative;
  min-height: 74px;
  cursor: pointer;
  -webkit-transition: background-color, color 0.12s linear;
  -moz-transition: background-color, color 0.12s linear;
  -o-transition: background-color, color 0.12s linear;
  transition: background-color, color 0.12s linear;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 1px; }
  .conversation-item.active {
    background: #ffffff;
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #ffffff;
    z-index: 101; }
    .conversation-item.active:hover {
      background: #ffffff;
      border-radius: 8px 0 0 8px;
      border-right: 1px solid #ffffff;
      z-index: 101; }
  .conversation-item.new {
    background-color: #fdfbec;
    border-top: 1px solid #f0eaa7;
    border-bottom: 1px solid #f0eaa7;
    border-right: 1px solid #f0eaa7;
    margin-top: -1px; }
  .conversation-item.blocked .simg, .conversation-item.blocked .conversation-info, .conversation-item.blocked .btn, .conversation-item.blocked .conversation-name {
    opacity: .2; }
  .conversation-item.active.blocked .simg, .conversation-item.active.blocked .conversation-info, .conversation-item.active.blocked .btn, .conversation-item.active.blocked .conversation-name {
    opacity: .2; }

.conversation-list .conversation-item:first-child {
  margin: 0;
  border-top: none; }

.conversation-item .simg {
  position: absolute;
  left: 10px;
  top: 5px; }

.conversation-item .img-container .simg {
  position: relative;
  left: 0;
  top: 0; }

.conversation-title {
  display: block;
  padding: 5px 10px 0 75px;
  color: #444444;
  line-height: 18px;
  position: relative; }

.conversation-info {
  color: #444444;
  display: block;
  padding: 0 95px 0 75px;
  line-height: 17px;
  font-size: 11px;
  overflow: hidden;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  opacity: 0.4; }
  .conversation-info .conversation-member-info, .conversation-info .conversation-date {
    display: block; }

.conversation-title .conversation-name {
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  /* crop long text using three dots at the end { */
  display: inline-block;
  width: 190px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

/* } */
.frame.messaging .box-content {
  padding: 6px 0 0 0; }

.messaging-list {
  min-height: 350px;
  /*height: 450px; changing by JS */
  margin: 0;
  padding: 20px;
  overflow: hidden;
  border-left: 1px solid #eae6e8;
  background: #ffffff;
  position: relative; }

.warning, .no-matches, .no-messages, .no-conversation {
  text-align: center; }

.frame .box-content.vip-warning {
  padding-top: 30px;
  min-height: 400px; }

.frame .box-content.contacts-list.warning {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }

.frame .warning {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }

.voting.no-matches, .no-messages {
  padding-top: 20px; }

.voting .user-photo-list, .messaging .user-photo-list {
  display: inline-block;
  margin: 80px auto 0; }

.warning .user-photo-list .box-content, .voting .user-photo-list .box-content, .messaging .user-photo-list .box-content {
  border: none;
  padding: 0;
  background: none; }

.warning .user-photo-list ul li, .voting .user-photo-list ul li, .messaging .user-photo-list ul li {
  margin-top: 0; }

.warning .user-photo-list {
  margin-top: 80px; }

.warning .box-title h2 {
  color: #8E919B;
  opacity: 1; }

.frame .box-content .messaging-list h2 {
  margin: 0 0 15px; }

.messaging-list p {
  margin-right: 120px;
  position: relative; }

.messaging-list .no-conversation p {
  margin-right: 0; }

.messaging-list p .delete-icon {
  position: absolute;
  right: -25px;
  top: 30px; }

.messaging-list p.my-message .delete-icon {
  position: absolute;
  right: auto;
  left: -25px;
  top: 30px; }

.messaging-list p .message-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -70px;
  top: 30px;
  width: 60px; }

.messaging-list p.my-message .message-actions {
  right: auto;
  left: -70px;
  text-align: right; }

.messaging-list .message-actions > span {
  display: inline-block;
  margin-right: 3px; }

.messaging-list p.my-message .message-actions span {
  margin-right: 0;
  margin-left: 3px; }

.messaging-list .message-actions > span > a {
  color: #999999; }
  .messaging-list .message-actions > span > a:hover {
    color: #555555; }

.messaging-list p.my-message {
  margin-right: 0;
  margin-left: 120px; }

.messaging-list .message-item {
  display: block;
  background: #f8f6f7;
  border: 1px solid #eae6e8;
  border-radius: 5px;
  min-height: 42px;
  margin-left: 65px;
  position: relative;
  padding: 5px 10px; }
  .messaging-list .message-item.em-item {
    border-color: #da0e67; }
    .messaging-list .message-item.em-item strong {
      color: #da0e67;
      display: block; }

.messaging-list .new .message-item {
  background: #fdfbec;
  border: 1px solid #f0eaa7; }

.message-title {
  overflow: hidden;
  display: block; }

.message-text {
  overflow: hidden;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 4px 0;
  color: #444444;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  opacity: 0.7;
  overflow-wrap: break-word; }

.message-title .message-name {
  float: left;
  color: #444444;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline; }

.my-message .message-title .message-name {
  float: right; }

.message-title .message-date {
  font-size: 11px;
  color: #cccccc;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  position: absolute;
  right: -120px;
  top: 0;
  text-align: left;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.messaging-list .my-message .message-date {
  right: auto;
  left: -120px;
  text-align: right; }

.messaging-list .my-message .message-user {
  float: right; }

.messaging-list .my-message .message-item {
  margin-left: 0;
  margin-right: 65px; }

.messaging-list .message-user {
  float: left; }

.messaging-list .my-message .message-item {
  background: #ffffff; }

.messaging-list .bullet-new-message {
  display: none;
  width: 9px;
  height: 9px;
  background-color: #ffbe00;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  box-shadow: 0 0 10px #ffffff;
  border: 5px solid #ffffff;
  z-index: 100; }

.conversation-list .bullet-new-messages {
  display: none;
  background-color: #ffbe00;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  padding: 2px 5px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: -5px;
  margin-left: 5px;
  font-weight: bold;
  z-index: 101; }
  .conversation-list .bullet-new-messages.active {
    display: inline-block; }

.messaging-list .new .bullet-new-message {
  display: block; }

.messaging-list .my-message .message-item .message-arrow {
  right: -9px;
  left: inherit;
  background: url(../img/comment_arrow.png) no-repeat center; }

.messaging-list .message-item .message-arrow {
  display: block;
  position: absolute;
  width: 9px;
  height: 11px;
  left: -9px;
  top: 10px;
  background: url(../img/comment_arrow.png) no-repeat top; }

.messaging-list .message-item.em-item .message-arrow {
  background: url(../img/em_message_arrow.png) no-repeat top; }

.messaging-list .new .message-item .message-arrow {
  background: url(../img/comment_arrow.png) no-repeat bottom; }

.conversation-icons {
  position: absolute;
  right: 10px;
  top: 8px; }
  .conversation-icons .fa {
    font-size: 16px;
    opacity: 0.5;
    width: 20px;
    text-align: center; }
    .conversation-icons .fa:hover {
      opacity: 0.7; }

.report-icon, .ignore-icon, .delete-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/conversation_icons.png) no-repeat;
  cursor: pointer;
  margin-left: 2px;
  opacity: 0.2; }

i.delete-icon {
  background-position: 3px 0; }

i.ignore-icon {
  background-position: -32px 0; }

i.report-icon {
  background-position: -66px 0; }

.report-icon:hover, .ignore-icon:hover, .delete-icon:hover {
  opacity: 0.4; }

.blocked .conversation-icons i.ignore-icon, .report-icon:active, .ignore-icon:active, .delete-icon:active, .reported .conversation-icons i.report-icon, .report-icon:active, .ignore-icon:active, .delete-icon:active {
  opacity: 0.5; }

.mess-text, .new-message-textarea .checkbox, .up-characters {
  color: #9F9F9F;
  font-size: 11px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -4px;
  margin-right: 10px; }

.mess-text {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -18px;
  margin: 0;
  padding: 0; }

.pictures-list-item .mess-text {
  position: relative;
  left: 0;
  top: 0;
  color: #ffffff;
  opacity: 0.5; }

.btn.mess-container {
  position: relative;
  overflow: visible; }

.img-container {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.messaging-list .img-container {
  position: relative;
  left: 0;
  top: 0;
  float: left; }

.messaging-list .i .conversation-item .img-container .simg {
  position: relative;
  left: 0;
  top: 0; }

.pictures-list > li .pictures-list-item img.cbadge {
  min-width: inherit; }

.new-message-textarea .checkbox.checked {
  color: #666666; }

.message-sending {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-top: 1px solid #eae6e8;
  margin-top: 20px; }
  .message-sending .new-message-textarea {
    width: auto; }
    .message-sending .new-message-textarea textarea {
      margin-bottom: 10px; }
  .message-sending .send-message-ai {
    margin-left: 5px; }

.messages-container.scrollable {
  overflow: hidden;
  margin: 0 -20px;
  padding: 0 20px; }

.mCustomScrollBox {
  margin: 0 -20px;
  padding: 0 20px; }

.conversation-list .mCSB_scrollTools {
  margin-right: 16px; }

.frame .box-content.contacts-list {
  padding: 6px 0 0 0; }

.contacts-list .user-list-item .btn {
  margin: 8px 10px 0 0;
  position: relative;
  padding: 6px 15px 6px 40px; }
  .contacts-list .user-list-item .btn.btn-main {
    margin: 8px 10px 0 0;
    position: relative;
    padding: 6px 15px 6px 40px; }

.contacts-list.notifications .user-list-item .btn {
  padding: 6px 15px;
  min-width: 130px;
  margin: 8px 10px 0 0; }
  .contacts-list.notifications .user-list-item .btn.show-profile {
    padding: 6px 15px 6px 40px; }

.contacts-list.notifications .user-list-item.active .btn-main {
  background-color: #7bb22d;
  *background-color: #7bb22d;
  background-image: -moz-linear-gradient(top, #83be2d, #6fa61f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83be2d), to(#6fa61f));
  background-image: -webkit-linear-gradient(top, #83be2d, #6fa61f);
  background-image: -o-linear-gradient(top, #83be2d, #6fa61f);
  background-image: linear-gradient(to bottom, #83be2d, #6fa61f); }
  .contacts-list.notifications .user-list-item.active .btn-main:hover, .contacts-list.notifications .user-list-item.active .btn-main:focus, .contacts-list.notifications .user-list-item.active .btn-main:active {
    color: #ffffff;
    background-color: #6fa61f;
    *background-color: #6fa61f; }

.contacts-list.notifications .user-list-item .btn-main {
  background-color: #515158;
  *background-color: #515158;
  background-image: -moz-linear-gradient(top, #626269, #515158);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#626269), to(#515158));
  background-image: -webkit-linear-gradient(top, #626269, #515158);
  background-image: -o-linear-gradient(top, #626269, #515158);
  background-image: linear-gradient(to bottom, #626269, #515158); }

.contacts-list.notifications .user-list-item .btn.remove {
  min-width: inherit; }

.contacts-list .user-list-item {
  margin: 0;
  padding: 5px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #eae6e8;
  background: none;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }
  .contacts-list .user-list-item .ico-cherotic {
    position: absolute;
    top: 7px;
    left: 41px;
    background: url("../img/ico/ico-cherotic.svg") no-repeat center;
    display: inline-block;
    width: 20px;
    height: 10px;
    z-index: 101; }
  .contacts-list .user-list-item .ico-naughty {
    position: absolute;
    top: 7px;
    left: 41px;
    background-image: url("../img/ico/naughty.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(214, 123, 153, 0.6);
    background-size: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .contacts-list .user-list-item .btn {
    margin-right: 5px;
    padding: 6px 12px; }
  .contacts-list .user-list-item:last-child {
    border: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .contacts-list .user-list-item .simg {
    top: 5px;
    left: 10px; }

.contacts-list.notifications .user-list-item .simg {
  left: 62px; }

.notifications .user-list-item.active:hover .cbox-icon, .notifications .user-list-item.active .cbox-icon {
  opacity: 1; }

.notifications .cbox-icon {
  left: 5px;
  top: 5px;
  width: 52px;
  height: 52px;
  background-position: center center;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.contacts-list .user-list-text {
  padding-left: 62px; }

.contacts-list.notifications .no-avatar .user-list-text {
  padding-left: 50px; }
  .contacts-list.notifications .no-avatar .user-list-text .title {
    margin-top: 9px; }

.contacts-list.notifications .user-list-text {
  padding-left: 120px; }

.pictures-list-item .nickname, .contacts-list .user-list-text .nickname {
  display: block;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  font-size: 14px; }

.pictures-list-item .user-info {
  display: block;
  font-size: 11px;
  opacity: 0.5;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.contacts-list.notifications .user-list-text .nickname {
  display: block;
  font-size: 11px;
  opacity: 0.5;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.contacts-list .user-list-text .user-info {
  display: block;
  font-size: 11px;
  opacity: 0.5;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.contacts-list .user-list-text .nickname .user-info {
  display: block;
  margin-top: 3px; }

.contacts-list.notifications .user-list-text .nickname, .contacts-list.notifications .user-list-text .user-info {
  display: inline-block;
  font-weight: normal; }

.contacts-list.notifications .active .user-list-text .nickname, .contacts-list.notifications .active .user-list-text .user-info {
  font-weight: bold; }

.contacts-list.notifications .user-list-text .title {
  font-size: 13px;
  display: block;
  line-height: 21px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.contacts-list.notifications .user-list-item.active .title {
  font-weight: bold; }

i.gender-female {
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../img/gender_icons.png) no-repeat;
  margin-bottom: -5px;
  margin-right: 5px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

i.gender-male {
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../img/gender_icons.png) no-repeat;
  margin-bottom: -5px;
  margin-right: 5px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  background-position: left; }

i.gender-female {
  background-position: -29px 0; }

.simg i.gender-female, .simg i.gender-male {
  margin: 0; }

.gender-box {
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 4px 0;
  width: 100%;
  text-align: center;
  height: 13px;
  opacity: 0;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.user-list-item:hover .gender-box {
  bottom: 0;
  opacity: 1; }

.contacts-list .user-list-item.vip .user-info {
  color: #9B9DA6; }

.contacts-list .user-list-item .interests-info {
  font-size: 12px; }

.contacts-list .user-list-item.vip:hover .user-info, .contacts-list .user-list-item.vip .nickname {
  color: #d6d6dc; }

.contacts-list .user-list-item.vip i.gender-female, .contacts-list .user-list-item.vip i.gender-male {
  opacity: 0.7; }

.contacts-list .user-list-item:hover i.gender-female, .contacts-list .user-list-item:hover i.gender-male {
  opacity: 1; }

.contacts-list .user-list-item.vip {
  background: #35353a; }
  .contacts-list .user-list-item.vip:hover {
    background: #3F3F45; }

.contacts-list .trash-icon {
  background: url(../img/trash_btn_icon.png) no-repeat 0 2px; }

.notifications.contacts-list .user-list-item.active {
  background: #35353a; }
  .notifications.contacts-list .user-list-item.active:hover {
    background: #3F3F45;
    border-bottom: 1px solid #535359; }

.user-photo-list.matches {
  margin-bottom: 30px; }

.sub-menu .caret {
  margin-top: 19px;
  margin-left: 3px;
  border-top: 4px solid #ffffff; }

.form-box .slider {
  margin-left: 5px; }

.slider.slider-horizontal {
  display: block;
  width: auto;
  bottom: -9px; }
  .slider.slider-horizontal .slider-track {
    height: 4px;
    background: #eae6e8;
    box-shadow: none; }

.slider .tooltip .tooltip-inner {
  margin-top: 0;
  max-width: inherit; }

.slider-selection {
  background: #da0e67;
  background-image: none; }

.slider.slider-horizontal .slider-handle {
  opacity: 1;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  height: 22px;
  width: 22px;
  top: -5px;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.07); }

.ui-state-hover {
  background-image: -moz-linear-gradient(top, #a6a7ab, #606369);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6a7ab), to(#606369));
  background-image: -webkit-linear-gradient(top, #a6a7ab, #606369);
  background-image: -o-linear-gradient(top, #a6a7ab, #606369);
  background-image: linear-gradient(to bottom, #a6a7ab, #606369); }

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-default .ui-state-hover {
  background-image: -moz-linear-gradient(top, #a6a7ab, #606369);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6a7ab), to(#606369));
  background-image: -webkit-linear-gradient(top, #a6a7ab, #606369);
  background-image: -o-linear-gradient(top, #a6a7ab, #606369);
  background-image: linear-gradient(to bottom, #a6a7ab, #606369); }

.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-default .ui-state-hover {
  background-image: -moz-linear-gradient(top, #a6a7ab, #606369);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6a7ab), to(#606369));
  background-image: -webkit-linear-gradient(top, #a6a7ab, #606369);
  background-image: -o-linear-gradient(top, #a6a7ab, #606369);
  background-image: linear-gradient(to bottom, #a6a7ab, #606369); }

input.ui-widget-field {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  padding: 3px 0 0 5px;
  height: auto;
  margin-bottom: 5px; }

.ui-widget-field {
  color: #ffffff; }

input.ui-widget-field:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.search-box .form-section {
  padding: 10px 15px; }

.search-box label {
  display: inline-block; }
  .search-box label.title-label {
    color: #8E919B;
    font-weight: bold;
    margin: 10px 0 0 15px; }

.search-box .locations-list {
  margin-bottom: 0; }

.selected-location {
  color: #ffffff; }

i.icon-pencil {
  opacity: 0.5;
  margin-right: 5px;
  cursor: pointer; }
  i.icon-pencil:hover {
    opacity: 0.7; }

.search-box .btn-main {
  margin-top: 10px; }

.search-box .checkbox {
  margin-top: 15px; }

.select-location {
  margin-top: 10px; }
  .select-location .select2-container {
    width: 100%; }

.com-pin-icon {
  height: 52px;
  width: 52px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6; }

.com-picture-icon {
  height: 52px;
  width: 52px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: url(../img/com_picture_icon.png) no-repeat center center; }

.com-pin-icon {
  background: url(../img/com_pin_icon.png) no-repeat center center; }

.commenting-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eae6e8; }
  .commenting-item img {
    margin-right: 15px;
    max-width: 180px; }

.commenting-img {
  left: 10px;
  position: absolute;
  top: 5px;
  height: 52px;
  width: 52px;
  background-size: 52px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.commenting-item-info {
  margin-left: 195px; }

.category-box {
  overflow: hidden; }

#s2id_locationsToMeet ul li {
  cursor: pointer; }
  #s2id_locationsToMeet ul li > div > span.selectedLocationSpan {
    padding-left: 25px;
    background: url(../img/home_icon.png) no-repeat left -33px;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear; }
  #s2id_locationsToMeet ul li.select2-locked > div > span.selectedLocationSpan {
    background-position: left 2px; }

.action-box {
  text-align: center; }

.box-content .action-box {
  margin-bottom: 15px; }

.controls .btn {
  margin-left: 2px;
  margin-right: 2px; }

.controls .paypal-container {
  background: #F2BA35;
  border-radius: 5px;
  margin: 0;
  display: block;
  width: 100%;
  overflow: hidden; }
  .controls .paypal-container-sm {
    max-width: 400px;
    border-radius: 30px;
    margin: 0 auto; }
    .controls .paypal-container-sm svg {
      height: 30px; }

.controls .btn-paypal {
  display: block;
  max-width: none; }

#accountSettingsForm .controls .btn, #accountSettingsForm .action-box .btn {
  margin: 0; }

#accountSettingsForm h2.form-title {
  margin-top: 25px; }

.code {
  font-size: 13px;
  height: 21px;
  padding: 5px;
  border: 1px solid #535359;
  background: #3F3F45;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 21px; }

.box-title-btn {
  font-size: 12px;
  color: #444444;
  padding-left: 15px;
  margin-top: 13px; }

.box-title-group {
  margin-left: 15px; }

.box-title-btn.checkbox {
  padding-left: 35px; }

.box-title-btn i {
  margin-top: 0;
  margin-right: 3px; }

.box-title-btn span {
  opacity: 0.6;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.box-title-btn.active span, .box-title-btn:active span, .box-title-btn.checked span {
  opacity: 1; }

#to-state-conversations {
  display: none; }

.header .container {
  position: relative; }

.right-user-box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 9px; }
  .right-user-box.logged {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 9px; }

.header-icons {
  position: absolute;
  top: 0;
  right: 130px; }

#addPinFromWebsite .add-picture-area {
  width: auto; }

.select2-container .select2-choice .select2-arrow b {
  background-position: 0 5px; }

.select2-results li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.select2-results .select2-highlighted {
  background: #f8f6f7;
  color: #444444; }

.select2-drop {
  color: #444444; }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border-width: 0; }

.form-horizontal .controls .select2-container {
  display: block;
  max-width: 200px; }

.tooltip {
  white-space: nowrap; }

.has-sub-menu .header .tooltip.bottom {
  margin-top: 7px; }

.scroll .has-sub-menu .header .tooltip.bottom {
  margin-top: 0; }

.tooltip-inner {
  max-width: 300px;
  background-color: #da0e67;
  color: #ffffff; }

.tooltip.top .tooltip-arrow {
  border-top-color: #da0e67; }

.tooltip.right .tooltip-arrow {
  border-right-color: #da0e67; }

.tooltip.left .tooltip-arrow {
  border-left-color: #da0e67; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #da0e67; }

.frame .form-horizontal .controls.full-width {
  width: auto; }

.select2-results {
  max-height: 190px; }

.steps {
  color: #ffffff;
  font-size: 12px;
  list-style: none;
  margin: 0 0 5px 0;
  overflow: hidden; }
  .steps li {
    float: left;
    display: inline-block;
    width: 250px;
    line-height: 18px;
    padding: 5px 35px 5px 0;
    background: none; }

.photo-uploader-buttons label.radio {
  margin-left: 0 !important; }
  .photo-uploader-buttons label.radio:first-child {
    margin-right: 10px !important; }

.pictures-list li.add-picture .add-btn {
  -webkit-transition: top 0.12s linear;
  -moz-transition: top 0.12s linear;
  -o-transition: top 0.12s linear;
  transition: top 0.12s linear;
  z-index: 10; }

.pictures-list li.add-picture.open .add-btn {
  top: 52px; }

.add-picture ul {
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  z-index: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  margin: 1px;
  border-top: 1px solid #47474B;
  background: #3C3C41; }

.add-picture > ul > li a {
  display: block;
  padding: 7px 15px 7px 40px;
  position: relative;
  line-height: 16px; }
  .add-picture > ul > li a i {
    position: absolute;
    left: 15px;
    top: 6px; }

.right-user-box .landing-login {
  margin-top: 4px; }
  .right-user-box .landing-login .btn {
    padding-right: 25px; }

.add-picture > ul > li a:hover {
  background: #eae6e8; }

.add-picture.open ul {
  opacity: 1;
  bottom: 0;
  z-index: 10; }

.coin-user-message {
  text-align: center; }
  .coin-user-message span.title {
    display: block; }

.contacts-list .coin-user-message.user-list-item {
  padding: 15px 0; }
  .contacts-list .coin-user-message.user-list-item:hover {
    background: none; }
  .contacts-list .coin-user-message.user-list-item .btn {
    padding: 6px 15px 6px 15px; }

.photo-crop-area .label-title {
  margin-bottom: 0;
  margin-top: 5px; }

#comment-success-mess, #like-success-mess {
  color: #6fa61f;
  display: block;
  margin-bottom: 5px; }

.gallery-view li .nickname, .gallery-view li .cbox-icon, .gallery-view li .title {
  opacity: 0.5; }

.gallery-view li.active .nickname, .gallery-view li.active .cbox-icon, .gallery-view li.active .title {
  opacity: 1; }

.gallery-view span.picture-tooltip {
  background: none; }

.gallery-view .blackout {
  opacity: 0.5;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.gallery-view li.active .blackout {
  opacity: 0.5;
  background: #000000; }

.gallery-view .no-avatar {
  background: #37373C; }
  .gallery-view .no-avatar .blackout {
    display: none; }

.gallery-view .pictures-list-item:hover .blackout {
  background: #37373C;
  opacity: 0.9; }

.gallery-view li .blackout {
  background: #37373C;
  opacity: 0.9; }

.gallery-view li.active .pictures-list-item:hover .blackout {
  background: #000000;
  opacity: 0.7; }

.gallery-view .cbox-icon {
  opacity: 1;
  top: 10px;
  left: 0; }

.gallery-view .title {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  color: #ffffff;
  z-index: 100;
  position: absolute;
  top: 20px;
  left: 50px; }

.trash-gv {
  position: absolute;
  right: 3px;
  top: inherit;
  z-index: 100;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  opacity: 0;
  bottom: 0; }
  .trash-gv .trash-icon {
    top: 0;
    left: 0; }

.pictures-list li:hover .trash-gv {
  opacity: 1;
  bottom: 30px; }

li.vip a {
  color: #ffbb00 !important; }
  li.vip a:hover {
    color: #ffcd34 !important; }

.frame {
  margin-bottom: 20px; }

.member-home .box-content {
  min-height: 228px; }

.hot-box .box-content {
  min-height: 537px;
  text-align: center; }

.hot-box p {
  text-align: center;
  font-size: 14px;
  margin-top: 15px; }

.hot-box img.hot-img {
  margin-top: 30px;
  border-radius: 5px;
  max-height: 350px; }

.hot-box-md {
  text-align: center;
  padding: 40px 15px 0;
  max-width: 450px;
  margin: 0 auto; }
  .hot-box-md .btn {
    margin-bottom: 15px; }
  .hot-box-md p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600; }

.about-member label, .about-member .form-horizontal .control-group {
  margin-bottom: 0; }

.about-member .form-section {
  padding-bottom: 20px;
  padding-top: 10px; }

.lang-group img {
  width: 16px;
  height: 16px;
  margin-right: 12px; }

.modal-body .photo-loader-container-hidden .photo-loader-input-hidden {
  z-index: -12; }

#infscr-loading {
  display: none !important; }

ul.messages-list {
  list-style: none;
  margin: -7px -13px -13px -13px;
  padding: 0; }
  ul.messages-list li {
    padding-left: 55px;
    position: relative;
    border-bottom: 1px solid #eae6e8;
    min-height: 61px;
    background-color: #f8f6f7;
    cursor: pointer; }
    ul.messages-list li:nth-child(2n) {
      background-color: #ffffff; }
    ul.messages-list li:last-child {
      border-bottom: none;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
    ul.messages-list li p {
      margin-bottom: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-right: 10px; }
    ul.messages-list li a.nickname {
      display: inline-block;
      margin-top: 6px; }
    ul.messages-list li span.online {
      position: absolute;
      left: 35px;
      top: 10px; }
  ul.messages-list img.simg {
    height: 45px;
    width: 45px;
    position: absolute;
    left: 5px;
    top: 8px; }
  ul.messages-list li .date {
    color: #afafaf;
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 11px;
    max-width: 80px;
    line-height: 14px;
    text-align: right; }

ul.matches-list li p {
  line-height: 16px; }

ul.matches-list li a.nickname {
  margin-top: 3px; }

span.online {
  position: relative;
  background: rgba(55, 202, 80, 0.4);
  border-radius: 10px;
  width: 14px;
  height: 14px; }
  span.online.large {
    left: 85px;
    top: 8px; }
  span.online.list-item-view {
    left: 45px;
    top: 7px;
    z-index: 1; }
  span.online:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #28a745;
    z-index: 101; }

.conversation-item > a > span.online {
  position: absolute;
  left: 46px;
  top: 7px;
  z-index: 1; }

.reg-steps {
  opacity: 0;
  display: none;
  position: relative;
  right: -100px; }
  .reg-steps h3 {
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 15px; }
  .reg-steps label.error-label {
    position: relative;
    font-size: 12px;
    top: 100%; }
    .reg-steps label.error-label.step1, .reg-steps label.error-label.step4 {
      margin: -25px 0 15px; }
    .reg-steps label.error-label.step2, .reg-steps label.error-label.step3 {
      margin: 15px 0 5px; }
    .reg-steps label.error-label.step5, .reg-steps label.error-label.step6 {
      margin-bottom: 5px; }

.step-open {
  opacity: 1;
  display: block;
  right: 0; }

.member-control {
  margin-top: 25px; }

.frame .form-horizontal.member-control .controls {
  margin-left: 140px;
  width: 180px; }

.frame .form-horizontal.member-control .control-label {
  width: 130px;
  color: #999999; }

.form-horizontal.member-control .control-group {
  margin-bottom: 3px; }

.form-box .checkbox.span6 {
  margin-left: 0;
  margin-bottom: 0;
  min-height: 28px; }

/*Start landingpage_female_page */
.error404 .header, .landingpage_female .header, .landingpage_female2 .header {
  background: #1a1a1f;
  background: -moz-linear-gradient(top, #323237 9%, #1a1a1f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #323237), color-stop(100%, #1a1a1f));
  background: -webkit-linear-gradient(top, #323237 9%, #1a1a1f 100%);
  background: -o-linear-gradient(top, #323237 9%, #1a1a1f 100%);
  background: -ms-linear-gradient(top, #323237 9%, #1a1a1f 100%);
  background: linear-gradient(to bottom, #323237 9%, #1a1a1f 100%); }

.error404 .footer, .landingpage_female .footer, .landingpage_female2 .footer {
  border: none;
  background: url("../img/shadow_b.png") repeat-x scroll center top rgba(0, 0, 0, 0.5);
  color: #999999; }

.landingpage_female {
  background: #242429 url(../img/landingpage_female.jpg) no-repeat center top;
  background-size: cover; }
  .landingpage_female .main-title {
    font-size: 52px;
    display: block;
    margin-top: 25px;
    color: #ffffff;
    opacity: 0.6;
    line-height: 52px;
    letter-spacing: 1px; }

.landingpage_female2 .main-title {
  font-size: 52px;
  display: block;
  margin-top: 25px;
  color: #ffffff;
  line-height: 52px;
  letter-spacing: 1px;
  opacity: 0.8; }

.landingpage_female .register-box, .landingpage_female2 .register-box {
  background: none;
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 25px;
  color: #ffffff; }

.landingpage_female .register-box .reg-form .radio, .landingpage_female2 .register-box .reg-form .radio {
  color: #cccccc; }

.landingpage_female .register-box .reg-form .radio.checked, .landingpage_female2 .register-box .reg-form .radio.checked {
  color: #ffffff; }

.landingpage_female .register-box .reg-form, .landingpage_female2 .register-box .reg-form {
  background: none; }

.landingpage_female .in-register h3, .landingpage_female2 .in-register h3 {
  letter-spacing: 0.05em;
  font-size: 19px;
  line-height: 25px; }

.landingpage_female .in-register .radio-group h3, .landingpage_female2 .in-register .radio-group h3 {
  font-size: 14px;
  line-height: 18px; }

.landingpage_female .in-register .radio-group {
  margin-bottom: 10px; }

.landingpage_female2 {
  background: #242429 url(../img/landing_femalepage_2.jpg) no-repeat center top;
  background-size: cover; }
  .landingpage_female2 .in-register .radio-group {
    margin-bottom: 10px; }
  .landingpage_female2 .main-area {
    max-height: 555px;
    height: auto; }

.landingpage_female .main-area {
  max-height: 555px;
  height: auto; }

/*end of landingpage_female_page styles */
.form-horizontal .editable {
  padding-top: 0;
  color: #666666;
  padding-right: 18px;
  background: url(../img/edit_icon.png) no-repeat right 5px;
  min-height: 18px;
  border-bottom: 1px dashed #cccccc;
  font-style: normal; }
  .form-horizontal .editable.editable-list {
    border-bottom: none; }
  .form-horizontal .editable span {
    display: none; }

.editable-click {
  border-bottom: 1px dashed #cccccc; }

a.editable-click {
  border-bottom: 1px dashed #cccccc; }
  a.editable-click:hover {
    border-bottom: 1px dashed #cccccc; }

.form-horizontal .editable:hover {
  color: #da0e67; }

.editable-list {
  display: inline-block; }
  .editable-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px; }

.editable.editable-list ul li {
  border-bottom: 1px dashed #cccccc; }

.editable-buttons .btn {
  min-width: inherit;
  padding: 5px 10px; }

.editable-input .select2-container .select2-choice, .editable-input .select2-container-multi .select2-choices {
  min-width: 105px;
  margin-top: 0;
  height: 30px;
  line-height: 30px;
  max-width: 120px; }

/*home */
/* Fade Slider CSS */
.home .carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px; }

.carousel.carousel-fade .item {
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out; }

.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0; }

.carousel.carousel-fade .next, .carousel.carousel-fade .prev {
  left: 0;
  z-index: 1; }

.carousel.carousel-fade .carousel-control {
  z-index: 1000;
  outline: none; }

.carousel-fade .carousel-caption {
  background: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  position: relative;
  padding: 0; }
  .carousel-fade .carousel-caption h2, .carousel-fade .carousel-caption h1 {
    position: absolute;
    right: 0;
    top: 160px;
    font-size: 48px;
    line-height: 54px;
    color: #da0e67;
    max-width: 800px; }
  .carousel-fade .carousel-caption span.first-line {
    display: block;
    color: #da0e67;
    position: relative;
    -moz-animation: first-line 3s alternate;
    -webkit-animation: first-line 3s alternate;
    -ms-animation: first-line 3s alternate; }
  .carousel-fade .carousel-caption span.second-line {
    display: block;
    color: #444444;
    position: relative;
    -moz-animation: second-line 3s alternate;
    -webkit-animation: second-line 3s alternate;
    -ms-animation: second-line 3s alternate; }
    .carousel-fade .carousel-caption span.second-line-black {
      display: block;
      color: #242428;
      position: relative;
      -moz-animation: second-line 3s alternate;
      -webkit-animation: second-line 3s alternate;
      -ms-animation: second-line 3s alternate; }

.carousel-fade .active .carousel-caption span.first-line {
  -moz-animation: first-line 3s alternate;
  -webkit-animation: first-line 3s alternate;
  -ms-animation: first-line 3s alternate; }

.carousel-fade .active .carousel-caption span.second-line {
  -moz-animation: second-line 3s alternate;
  -webkit-animation: second-line 3s alternate;
  -ms-animation: second-line 3s alternate; }
  .carousel-fade .active .carousel-caption span.second-line-black {
    display: block;
    color: #242428;
    position: relative;
    -moz-animation: second-line 3s alternate;
    -webkit-animation: second-line 3s alternate;
    -ms-animation: second-line 3s alternate; }

.carousel-fade .white-line span.first-line, .carousel-fade .white-line span.second-line {
  color: #ffffff; }

.carousel-fade .carousel-inner > .item {
  background-position: center center;
  background-size: cover;
  text-align: right;
  height: 600px; }

body.home {
  padding: 0;
  background: #ffffff; }

.home-header {
  height: 600px;
  width: 100%;
  position: relative; }
  .home-header > .container {
    position: relative;
    z-index: 1020;
    height: 100%; }

.reg-box {
  width: 338px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 5px; }

.reg-form {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
  font-size: 14px; }

.logo-box {
  background: #da0e67 url(../img/wlogo_shadow.png) no-repeat center bottom;
  color: #ffffff;
  padding: 15px 15px 25px;
  opacity: 0.7;
  text-align: center; }
  .logo-box h2 {
    margin-top: -8px;
    margin-bottom: 0; }
  .logo-box img {
    max-height: 40px;
    position: relative;
    margin-bottom: 15px; }

.reg-form h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
  font-family: arial; }

.reg-form .radio {
  font-size: 14px;
  margin-bottom: 12px;
  color: #8e8e8e; }
  .reg-form .radio.checked {
    color: #444444; }

.reg-form .radio-group {
  margin: 0 0 0 10px;
  width: 125px; }
  .reg-form .radio-group .gender-name {
    min-height: inherit; }

.modal-register .btn.btn-main, .reg-form .btn.btn-main {
  font-weight: bold;
  font-family: arial;
  font-size: 15px;
  margin-top: 15px;
  padding: 10px 15px; }

.radio-restyle input[type="radio"], .reg-form input[type="radio"] {
  visibility: hidden;
  position: absolute;
  left: -10000px; }

.radio-restyle, .reg-form label {
  position: relative;
  padding-left: 35px; }

.radio-restyle {
  padding: 0;
  margin: 0; }
  .radio-restyle .check-box {
    width: 18px;
    height: 18px;
    background: #f2f2f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    border: 1px solid #999999;
    -webkit-transition: all 0.22s linear;
    -moz-transition: all 0.22s linear;
    -o-transition: all 0.22s linear;
    transition: all 0.22s linear; }

.reg-form .check-box {
  width: 18px;
  height: 18px;
  background: #f2f2f2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #999999;
  -webkit-transition: all 0.22s linear;
  -moz-transition: all 0.22s linear;
  -o-transition: all 0.22s linear;
  transition: all 0.22s linear; }

.payment-product.radio-restyle .check-box {
  display: block;
  position: relative;
  top: 0;
  margin: 10px auto 0; }

.radio-restyle .check-box span, .reg-form .check-box span {
  position: absolute;
  background: #A0B52F;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.22s linear;
  -moz-transition: all 0.22s linear;
  -o-transition: all 0.22s linear;
  transition: all 0.22s linear;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 0; }

.radio-restyle.checked .check-box span, .reg-form .checked .check-box span {
  margin: 0;
  left: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  opacity: 1; }

.causes-box {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px 60px 20px 30px;
  border-radius: 0 0 5px 5px;
  position: relative; }
  .causes-box:before {
    content: "";
    background: url(../img/sprite/graphic.png) no-repeat 0 -22px;
    background-size: 1228px 105px;
    width: 352px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -176px; }
  .causes-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #8e8e8e; }
    .causes-box ul li {
      display: block;
      padding: 5px 0 5px 35px;
      position: relative; }
      .causes-box ul li:before {
        content: "";
        background: url(../img/sprite/graphic.png) no-repeat 0 0;
        background-size: 1228px 105px;
        display: block;
        width: 23px;
        height: 17px;
        position: absolute;
        left: 0;
        top: 10px; }

.main-content {
  margin: 0;
  padding: 100px 0 80px;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
  width: 100%; }

.home p {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 24px; }

.main-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 60px; }

.blog-item {
  margin-bottom: 30px; }

.footer-content {
  margin: 0;
  padding: 80px 0 50px;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .footer-content .center-title h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.3; }
  .footer-content .blog-link {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 15px; }

.central-content {
  padding: 60px 0 40px; }
  .central-content h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.3; }

.center-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px; }

.main-content h2 i.icon {
  font-size: 50px;
  position: absolute;
  left: 0;
  top: -10px;
  width: 41px;
  height: 41px;
  display: block;
  background-image: url(../img/home_icons.png);
  background-repeat: no-repeat; }
  .main-content h2 i.icon.i-lock {
    background-position: right center;
    width: 33px; }

.home .wrapper {
  height: auto;
  min-height: 100px;
  position: relative;
  z-index: 101; }

.home-wrapper-bg .wrapper {
  background: #f2f2f2; }

.comment-box {
  margin-left: 140px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 80px; }
  .comment-box p {
    margin-bottom: 0; }
  .comment-box .arrow {
    display: block;
    position: absolute;
    bottom: -15px;
    left: 15px;
    border-top: 15px solid #f2f2f2;
    border-right: 15px solid transparent; }
  .comment-box .user-img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 112px;
    height: 112px;
    position: absolute;
    left: -140px;
    top: 0;
    background-size: 100%; }
  .comment-box .name {
    position: absolute;
    bottom: -40px;
    left: 0;
    font-size: 14px; }

.home .footer {
  border: none;
  background: #f2f2f2;
  position: relative;
  overflow: hidden; }
  .home .footer:before {
    content: "";
    background: url(../img/sprite/graphic.png) no-repeat 0 -83px;
    background-size: 1228px 105px;
    display: block;
    width: 1228px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -614px; }
  .home .footer a, .home .footer .navbar .nav > li a {
    font-size: 14px; }

/*payment white products page */
.paymentLounge .payment-footer {
  background-image: none; }

.paymentLounge .payment-help {
  display: none; }

.paymentLounge .payment-product h2 {
  color: #444444; }

/*
 *TODO please, check this fix on member home */
#lastVisitors img.mimg {
  min-width: inherit;
  width: 106px; }

.state-conversations .mCSB_container {
  overflow: visible; }

.form-horizontal .controls span.range {
  left: 535px;
  margin-top: -30px;
  position: absolute; }

.gender-name {
  display: block;
  min-height: 30px; }

.vip-box .paddner p {
  line-height: 18px; }

.messaging-area .paddner a.btn {
  margin-top: 10px; }

.messaging-area.no-messages {
  height: auto !important; }

.mCSB_container {
  margin-right: 0;
  padding-bottom: 10px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.2);
  width: 8px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.3); }

.alert-success {
  color: #A0B52F;
  background-color: #f7f9eb;
  border-color: #e9f5a7; }

.alert {
  padding: 6px 35px 6px 14px; }

textarea:focus {
  border-color: #A0B52F;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(160, 181, 47, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(160, 181, 47, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(160, 181, 47, 0.6); }

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: #A0B52F;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(160, 181, 47, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(160, 181, 47, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(160, 181, 47, 0.6); }

.uneditable-input:focus {
  border-color: #A0B52F;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(160, 181, 47, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(160, 181, 47, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(160, 181, 47, 0.6); }

.reg-steps .slider .slider-handle {
  background: #ffffff url(../img/drag_arrwos.png) no-repeat;
  background-position: 8px 7px; }
  .reg-steps .slider .slider-handle:last-child {
    background-position: 9px -20px; }

.cvc-img {
  position: relative; }

.cvc-label {
  left: 388px;
  position: absolute;
  top: 168px;
  width: 86px; }

.step-content {
  max-width: 60%; }
  .step-content h3 {
    margin-top: 0;
    margin-bottom: 15px; }
  .step-content ul {
    margin-left: 50px; }
    .step-content ul li {
      margin: 5px; }

.messages-list li span.user-info {
  color: #afafaf;
  display: inline-block;
  margin-left: 10px;
  font-size: 11px; }

.payment-content .alert {
  margin: 0 0 20px; }

.btn.profile-url {
  position: absolute;
  right: 10px;
  bottom: 7px;
  z-index: 200;
  font-size: 11px;
  padding: 2px 10px; }
  .btn.profile-url:active {
    bottom: 5px; }

.member-vip {
  margin-top: 20px;
  position: relative;
  overflow: hidden; }
  .member-vip .btn-main {
    bottom: inherit;
    position: relative;
    right: inherit;
    margin-bottom: 5px; }

.form-box h3 {
  margin-top: 0; }

.form-box .up-characters {
  margin-left: 0;
  margin-top: -5px;
  margin-bottom: 5px;
  display: block; }

.bubble-new {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20; }
  .bubble-new img {
    border-radius: 0; }

.contacts-list .bubble-new {
  right: -1px; }

.step3-male {
  background: url(../img/step3_male.jpg) no-repeat right top; }

.step4-male {
  background: url(../img/step4_male.jpg) no-repeat right top;
  background-size: contain; }

.step5-male {
  background: url(../img/step5_male.jpg) no-repeat right top;
  background-size: contain; }

.step6-male {
  background: url(../img/step6_male.jpg) no-repeat right top; }

.step7-male {
  background: url(../img/step7_male.jpg) no-repeat right top; }

.step8-male {
  background: url(../img/step8_male.jpg) no-repeat right top;
  background-size: contain; }

.step9-male {
  background: url(../img/step9_male.jpg) no-repeat right top; }

.step3-female {
  background: url(../img/step3_female.jpg) no-repeat right top; }

.step4-female {
  background: url(../img/step4_female.jpg) no-repeat right top; }

.step5-female {
  background: url(../img/step5_female.jpg) no-repeat right top; }

.step6-female {
  background: url(../img/step6_female.jpg) no-repeat right top; }

.step7-female {
  background: url(../img/step7_female.jpg) no-repeat right top; }

.step8-female {
  background: url(../img/step8_female.jpg) no-repeat right top; }

.step9-female {
  background: url(../img/step9_female.jpg) no-repeat right top; }

.step1-male-laf {
  background: url(../img/step1_laf_male.jpg) no-repeat right top; }

.step2-male-laf {
  background: url(../img/step2_laf_male.jpg) no-repeat right top; }

.step3-male-laf {
  background: url(../img/step3_laf_male.jpg) no-repeat right top; }

.step1-female-laf {
  background: url(../img/step1_laf_female.jpg) no-repeat right top; }

.step2-female-laf {
  background: url(../img/step2_laf_female.jpg) no-repeat right top; }

.step3-female-laf {
  background: url(../img/step3_laf_female.jpg) no-repeat right top; }

.payment-form-box {
  margin: 0 20px; }

.payment .priv-list {
  margin-bottom: 30px; }

/* LandingPage 6 */
body.landing6 {
  background: url(../img/lp6.jpg) no-repeat center; }
  body.landing6 .home-header {
    height: 902px; }
  body.landing6 .container {
    max-width: 880px; }
  body.landing6 .reg-box {
    float: none;
    margin: 40px 0; }
  body.landing6 .right-user-box {
    top: 30px; }
  body.landing6 .reg-box .logo-box {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  body.landing6 .main-content {
    margin-bottom: 60px; }
  body.landing6 h2.main-title {
    color: #ffffff;
    font-size: 45px;
    line-height: 50px;
    font-weight: 100; }
  body.landing6 p {
    color: #444444; }
  body.landing6 .footer {
    background: #222222;
    bottom: 0;
    position: absolute; }
  body.landing6 .wrapper {
    padding-bottom: 0; }

body.landing7 {
  background: url(../img/lp7.jpg) no-repeat left top;
  min-height: 1600px; }
  body.landing7 .reg-box {
    float: none;
    margin: 100px 0 20px;
    box-shadow: none; }
    body.landing7 .reg-box .logo-box {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  body.landing7 .main-content {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9); }
  body.landing7 h2.main-title {
    color: #ffffff;
    font-size: 45px;
    line-height: 50px; }
  body.landing7 p {
    color: #444444; }
  body.landing7 .footer {
    background: rgba(0, 0, 0, 0.3);
    bottom: 20px; }
  body.landing7 .wrapper {
    padding-bottom: 0; }
  body.landing7 .home-header {
    background: rgba(240, 240, 240, 0.8);
    position: relative;
    left: 50%;
    top: 0;
    width: 50%;
    height: 1600px;
    overflow: hidden; }
  body.landing7 .right-user-box {
    right: inherit;
    left: 40px; }
  body.landing7 .logo-box {
    background: none; }
    body.landing7 .logo-box h2 {
      color: #555555;
      margin-top: 0;
      font-size: 18px;
      font-weight: 600; }
      body.landing7 .logo-box h2.lp7-logo {
        color: #da0e67;
        font-size: 28px;
        line-height: 38px;
        font-weight: 300; }
  body.landing7 .reg-form h3, body.landing7 .causes-box ul li {
    color: #555555; }
  body.landing7 .navbar {
    margin-bottom: 0; }
    body.landing7 .navbar .nav > li {
      float: none; }
  body.landing7 .footer {
    width: 338px;
    height: auto;
    background: url("../img/causes_shadow.png") no-repeat scroll center top; }

/* LandingPage 7 */
.frame .modal-backdrop {
  position: absolute;
  top: 6px;
  left: -1px;
  right: -1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 300; }
  .frame .modal-backdrop.fade.in {
    background: #eeeeee;
    opacity: 0.97; }

.span4 .frame .modal.fade.in {
  top: 250px;
  background: rgba(255, 255, 255, 0.75); }

.frame .modal.fade.in {
  padding-top: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-image: url("../img/tg_vertical.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  margin-left: 0;
  box-shadow: none;
  z-index: 310; }

.badge-alert {
  background-image: url("../img/badge_alert.png");
  background-repeat: no-repeat;
  background-size: 86px 90px;
  width: 86px;
  height: 90px;
  position: absolute;
  right: -5px;
  top: -10px;
  text-align: center;
  z-index: 1; }
  .badge-alert span {
    display: inline-block;
    width: 50px;
    margin-top: 18px;
    line-height: 15px;
    color: #ffffff; }
    .badge-alert span b {
      display: block; }

.bubble .plus {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin: -4px -1px -1px; }

.crown-white {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../img/crown_white.png");
  background-repeat: no-repeat; }

.btn .crown-white {
  margin-bottom: -4px;
  margin-right: 8px; }

.pink-box {
  height: 132px;
  border-radius: 5px;
  border: 1px solid #f99fca;
  max-width: 524px;
  margin: 0 auto;
  background: #fff4f9 url("../img/pink_box1.png") no-repeat;
  margin-top: 20px; }
  .pink-box h2 {
    margin-top: 25px; }

.span4 > .frame .pink-box {
  margin-top: 10px;
  background: #fff4f9 url("../img/pink_box2.png") no-repeat; }

.text-blur {
  background: url("../img/text_blur.png") no-repeat;
  display: inline-block;
  width: 106px;
  height: 19px; }

.text-message {
  margin-top: 30px; }

.go-back-link {
  display: block;
  width: 46px;
  height: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 159px;
  left: 0;
  text-align: center;
  line-height: 40px;
  z-index: 1000; }
  .go-back-link span {
    color: #000000;
    opacity: 0.5; }
  .go-back-link:hover {
    text-decoration: none; }
    .go-back-link:hover span {
      opacity: 0.8; }

.recommendations-list-expire-message {
  text-align: center;
  padding: 41px;
  border-bottom: 1px solid #eae6e8;
  background-color: #f8f6f7; }

.editable-unsaved {
  font-weight: normal; }

.span4 .slider.slider-horizontal {
  width: auto !important;
  position: relative;
  top: 3px; }
  .span4 .slider.slider-horizontal .tooltip {
    display: none; }

.span4 .slider-selection {
  background: #cccccc;
  box-shadow: none; }

.slide-label {
  display: inline-block;
  margin-right: 10px;
  float: right;
  color: #444444; }

.main-badge {
  background: url("../img/main_badge.png") no-repeat;
  width: 189px;
  height: 187px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: -100px; }
  .main-badge p {
    width: 160px;
    text-align: center;
    margin-top: 36px;
    margin-left: 15px;
    font-size: 23px;
    line-height: 32px;
    color: #da0e67;
    -moz-transform: rotate(-15deg);
    /* Firefox */
    -webkit-transform: rotate(-15deg);
    /* Safari, Chrome */
    -o-transform: rotate(-15deg);
    /* Opera */
    transform: rotate(-15deg);
    -moz-animation: badge-span 1s alternate;
    -webkit-animation: badge-span 1s alternate;
    -ms-animation: badge-span 1s alternate; }
    .main-badge p span {
      display: block;
      line-height: 23px;
      color: #444444; }

.landing6 .main-badge {
  bottom: 40px;
  right: 0; }

.landing7 .main-badge {
  bottom: inherit;
  right: 50%;
  top: 40px;
  margin-right: 40px; }

.badge-promotion {
  background: url("../img/badge_promotion.png") no-repeat;
  width: 142px;
  height: 140px;
  display: inline-block;
  position: absolute;
  bottom: -33px;
  left: -33px;
  z-index: 100; }
  .badge-promotion span {
    display: block;
    width: 100px;
    text-align: center;
    margin-left: 20px;
    margin-top: 32px;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
    -moz-transform: rotate(-15deg);
    /* Firefox */
    -webkit-transform: rotate(-15deg);
    /* Safari, Chrome */
    -o-transform: rotate(-15deg);
    /* Opera */
    transform: rotate(-15deg);
    -moz-animation: badge-span 1s alternate;
    -webkit-animation: badge-span 1s alternate;
    -ms-animation: badge-span 1s alternate; }
    .badge-promotion span b {
      display: block;
      color: #da0e67; }

.smile-box {
  background: url("../img/smile_box_top.png") no-repeat scroll center top transparent;
  bottom: 83px;
  display: inline-block;
  min-height: 100px;
  position: absolute;
  right: -6px;
  width: 350px;
  z-index: 1000; }

a.smile-box:hover {
  text-decoration: none; }

.smile-box p {
  color: #444444;
  font-style: italic;
  margin-bottom: 0;
  padding: 30px 70px 30px 30px;
  text-decoration: none !important; }

.smile-box:hover p {
  color: #666666; }

.smile-box-bottom-at, .smile-box-bottom-dk, .smile-box-bottom {
  background: url("../img/smile_box_bottom.png") no-repeat scroll center top transparent;
  bottom: -88px;
  display: inline-block;
  height: 88px;
  position: absolute;
  width: 350px; }

.smile-box-bottom-ch-fr {
  background: url("../img/smile_box_bottom.png") no-repeat scroll center top transparent;
  bottom: -88px;
  display: inline-block;
  height: 88px;
  position: absolute;
  width: 350px;
  background: url("../img/smile_box_bottom_CH.png") no-repeat scroll center top transparent; }

.smile-box-bottom-dk {
  background: url("../img/smile_box_bottom_dk.png") no-repeat scroll center top transparent; }

.smile-box-bottom-at {
  background: url("../img/smile_box_bottom_at.png") no-repeat scroll center top transparent; }

.landing6 .smile-box {
  left: -6px;
  top: inherit;
  bottom: 60px;
  right: inherit; }

.landing7 .smile-box {
  right: inherit;
  left: 0;
  position: relative; }

.landingpage_female .main-badge, .landingpage_female2 .main-badge {
  right: 0px;
  top: 20px;
  bottom: inherit; }

.timer-container {
  text-align: center;
  margin-top: -10px; }

.timer-content {
  display: inline-block; }

.timer-box {
  background: url("../img/timer_bg.png") no-repeat right top;
  width: 61px;
  height: 44px;
  margin-right: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  color: #A0B52F;
  padding-left: 11px;
  letter-spacing: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  float: left; }

.timer-title {
  line-height: 16px;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 15px;
  margin-bottom: 5px; }

.checkout-link {
  margin: 40px 30px;
  max-width: 400px;
  color: #000000;
  position: relative; }
  .checkout-link a {
    color: #000000;
    text-decoration: underline; }
    .checkout-link a:hover {
      text-decoration: none; }

.timer-points {
  color: #444444;
  display: inline-block;
  float: left;
  font-size: 24px;
  line-height: 36px;
  margin-right: 5px; }

.modal.after-first-login {
  background: #ffffff url("../img/after_first_login.jpg") no-repeat center bottom/cover;
  padding-bottom: 120px; }
  .modal.after-first-login .modal-title {
    background-color: transparent !important; }
  .modal.after-first-login .continue-btn {
    position: absolute;
    left: 0;
    bottom: -90px;
    width: 100%;
    text-align: center; }

.additional-buttons {
  display: block;
  background: #ffffff;
  background-size: 100%;
  padding: 10px;
  margin: -5px -10px;
  margin-top: 10px;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold; }
  .additional-buttons .btn {
    padding: 2px 10px;
    min-width: 40px;
    font-weight: normal;
    margin-left: 5px; }
    .additional-buttons .btn[disabled="disabled"] {
      cursor: default;
      box-shadow: none;
      position: relative;
      bottom: -2px; }

/*tab swicher */
.tab_links {
  margin: 0;
  margin-top: 10px; }
  .tab_links li {
    list-style: none;
    display: block;
    background-color: #cccccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 10px;
    margin: 0; }
    .tab_links li.active_tab {
      display: block;
      background-color: #da0e67;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding: 0 10px;
      margin: 0; }
    .tab_links li a {
      display: inline-block;
      color: #444444;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      line-height: 30px;
      height: 30px;
      white-space: nowrap;
      text-decoration: none; }
      .tab_links li a:hover {
        color: #666666; }
    .tab_links li.active_tab a {
      color: #ffffff; }

.tabs {
  width: 100%;
  display: inline-block; }

.tab_links:after {
  display: block;
  clear: both;
  content: ''; }

.tab_links li {
  margin: 0px 5px;
  float: left;
  list-style: none; }

.tab {
  display: none; }
  .tab.active_tab {
    display: block; }

.express-message {
  background: #f8f6f7;
  outline: none !important;
  border-color: #ffb100; }
  .express-message .simg {
    width: 32px;
    height: 32px; }
  .express-message .close {
    font-weight: normal; }
  .express-message .message-date {
    display: block;
    text-align: right;
    color: #444444;
    font-size: 11px;
    opacity: 0.4; }

.em-text {
  margin-left: 45px;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #eae6e8;
  border-radius: 5px;
  margin-bottom: 5px;
  position: relative; }
  .em-text .message-arrow {
    background: url("../img/em_arrow.png") no-repeat scroll center top transparent;
    display: block;
    height: 11px;
    left: -9px;
    position: absolute;
    top: 10px;
    width: 9px; }
  .em-text .em-message-text {
    color: #444444;
    opacity: 0.7;
    font-size: 12px;
    line-height: 18px;
    display: block;
    word-wrap: break-word; }

.express-message .em-body {
  padding: 15px;
  max-height: 200px;
  overflow-y: auto; }

.express-message .em-title {
  padding: 10px 15px 0; }
  .express-message .em-title a {
    color: #444444;
    font-size: 14px; }

.express-message .em-footer input {
  border-radius: 0;
  margin-bottom: 0;
  background: #ffffff;
  border: none;
  border-top: 1px solid #eae6e8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 40px;
  padding: 8px 15px;
  padding-right: 110px; }
  .express-message .em-footer input:focus {
    box-shadow: none; }

.em-footer {
  position: relative; }
  .em-footer .btn {
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    width: 100px; }
    .em-footer .btn:hover {
      box-shadow: none;
      background: #a9be38; }

.wait-icon {
  margin-top: 35px; }

.right-side .sidebar-box .box-content.user-photo-list ul li {
  width: 100px;
  height: 100px; }

.payment .right-side .frame .box-content {
  background: url("../img/footer_abstract.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  border-top: 5px solid #da0e67;
  padding: 30px 25px; }

.payment .right-side .frame .payment-bg {
  background-image: url("../img/left_side_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px; }

.payment .right-side .priv-list {
  margin-top: 15px; }

.payment .left-side .frame .box-content {
  background-image: url("../img/right_side_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border-top: 5px solid #da0e67;
  padding: 60px 25px 0; }
  .payment .left-side .frame .box-content.female {
    background-image: url("../img/vipselect/right_side_bg_female.jpg"); }
  .payment .left-side .frame .box-content.female-laf {
    background-image: url("../img/vipselect/right_side_bg_female_laf.jpg"); }
  .payment .left-side .frame .box-content.payment-content.loader-bt {
    border-top: none;
    padding-top: 65px; }
    .payment .left-side .frame .box-content.payment-content.loader-bt::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      width: 100%;
      border-top: 5px solid #da0e67;
      z-index: 2; }
    .payment .left-side .frame .box-content.payment-content.loader-bt.loader-bt-active::after {
      animation: 4s loader-bt linear infinite; }
    .payment .left-side .frame .box-content.payment-content.loader-bt.loader-bt-active::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      width: 100%;
      border-top: 5px solid #fff;
      z-index: 1; }
  .payment .left-side .frame .box-content.payment-content .payment-content-text {
    font-size: 28px; }

.box-content-CZ {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border-top: 5px solid #da0e67;
  padding: 60px 25px 25px; }

.left-side.pull-right {
  float: right !important; }

.right-side.pull-left {
  float: left !important; }

.left-side.full-side {
  float: none;
  margin: 0 auto;
  width: 100%; }

.payment-method-box {
  background: rgba(234, 230, 232, 0.5);
  border-radius: 5px;
  padding: 10px 10px 7px 10px; }

.payment .left-side.full-side .frame .box-content {
  padding: 30px; }

.payment .left-side.full-side .control-group {
  padding-left: 0; }

.payment .left-side.full-side .form-horizontal {
  margin-bottom: 30px;
  margin-top: 20px; }

.checkout-payment-text {
  font-size: 10px;
  margin-bottom: 15px;
  line-height: 20px;
  color: #444444;
  opacity: 0.5; }
  .checkout-payment-text small {
    font-size: 8px;
    line-height: 20px;
    display: block;
    color: #888888; }
  .checkout-payment-text.checkout-payment-dark {
    text-align: right;
    color: #666666;
    opacity: 1; }
    .checkout-payment-text.checkout-payment-dark small {
      color: #666666; }
  .checkout-payment-text.readable {
    font-size: 12px;
    color: #000000;
    opacity: 1.0; }
    .checkout-payment-text.readable small {
      font-size: 12px;
      color: #000000;
      opacity: 1.0; }
  .checkout-payment-text-right {
    text-align: right; }
  .checkout-payment-text-right-align-form {
    text-align: right;
    max-width: 510px; }
  .checkout-payment-text-right-align-radios {
    text-align: right;
    max-width: 809px; }

.checkout-container {
  padding: 0 15px; }

.payment-method-box label {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding-left: 5px; }

.payment .member-ava {
  width: 141px;
  margin-top: 0;
  margin-bottom: 30px; }

.payment-content .priv-gr-box {
  margin-left: -25px;
  margin-right: -25px;
  background-color: #f8f6f7;
  margin-top: 30px;
  padding: 20px 25px 20px; }
  .payment-content .priv-gr-box ul {
    margin-bottom: 0; }

.payment-btn {
  clear: both;
  margin: 30px auto 30px;
  text-align: center;
  max-width: 520px; }
  .payment-btn .btn {
    min-width: 520px; }
  .payment-btn strong {
    display: block;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 5px; }

.btn.btn-super-large {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: none;
  border-bottom: 2px solid #b8c863;
  background-color: #A0B52F;
  /* Old browsers */
  background: -moz-linear-gradient(top, #A0B52F 0%, #91a522 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A0B52F), color-stop(100%, #91a522));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #A0B52F 0%, #91a522 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #A0B52F 0%, #91a522 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #A0B52F 0%, #91a522 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #A0B52F 0%, #91a522 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$themeColor19', endColorstr='$successColor17', GradientType=0);
  /* IE6-9 */
  width: 100%;
  display: block; }
  .btn.btn-super-large:hover {
    box-shadow: 0 10px 60px rgba(255, 255, 255, 0.1) inset; }
  .btn.btn-super-large:active {
    border-bottom: 2px solid #ffffff; }

.payment-btn .btn i {
  margin-left: 10px; }

.payment-btn .btn .product-list {
  margin-bottom: 30px;
  margin-top: 10px; }

span.private-amount {
  display: inline-block; }

span.public-amount {
  display: inline-block;
  margin-right: 5px; }
  span.public-amount > i {
    color: #7575db;
    margin-right: 5px; }

span.private-amount > i {
  color: #da0e67;
  margin-right: 5px;
  position: relative; }

span.private-amount i.fa-lock {
  font-size: 10px;
  color: #dcc400;
  position: absolute;
  right: -2px;
  bottom: -2px; }

.photos-amount {
  display: inline-block;
  margin-right: 10px; }

.say-hello-text {
  margin-top: 12px;
  word-wrap: break-word; }

.form-horizontal .editable {
  word-wrap: break-word;
  display: block; }

.say-hello-text span {
  display: block;
  font-weight: bold; }

.input-medium {
  width: 82px; }

.sh-collapse {
  /*height: 60px; */
  overflow: hidden;
  -webkit-transition: all 0.22s linear;
  -moz-transition: all 0.22s linear;
  -o-transition: all 0.22s linear;
  transition: all 0.22s linear; }
  .sh-collapse.active {
    height: auto; }

.editable-pre-wrapped {
  white-space: normal; }

.icon-match {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_match.png") no-repeat;
  margin-top: 0; }

.dropdown-menu.dropdown-checkbox {
  width: 300px;
  padding: 10px 15px; }

.dropdown-checkbox .checkbox {
  margin: 0;
  min-height: 25px; }

.lp6-main-text {
  position: absolute;
  bottom: 40px;
  right: 0;
  max-width: 300px;
  color: #ffffff; }

.white-background h1 {
  margin-bottom: 20px;
  color: #555555;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: auto;
  left: -200px;
  bottom: 77px;
  display: inline-block;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.4; }

.box-empty {
  background: #ffffff url("../img/empty.png") no-repeat right 6px; }
  .box-empty .box-content {
    background: none !important;
    background: url(../img/gray.png) repeat-x top center !important; }
    .box-empty .box-content h2 {
      color: #da0e67;
      font-size: 18px;
      margin-top: 60px;
      margin-bottom: 10px; }
    .box-empty .box-content p {
      margin-top: 0; }

.messages-list .bubble {
  right: inherit;
  left: -2px;
  background: #ffbe00; }

.conversation-list .bullet-new-messages i, .messages-list .bubble i {
  font-size: 12px; }

.conversation-list .bullet-new-messages span, .messages-list .bubble > span {
  display: inline-block;
  margin-left: 4px;
  color: #000000;
  opacity: 0.3;
  line-height: 12px; }

.send-message-field {
  min-height: 80px;
  resize: none; }

.message-alert-box {
  background: none repeat scroll 0 0 #f8f6f7;
  border: 1px solid #eae6e8;
  padding: 10px 15px;
  border-radius: 5px; }
  .message-alert-box p {
    margin: 0;
    margin-bottom: 15px; }
  .message-alert-box h2 {
    margin-bottom: 10px !important; }

.green-text {
  color: #A0B52F; }

.gray-text {
  color: #cccccc; }

.priv-gr-box .table i {
  font-size: 21px; }

.payment .table {
  margin-bottom: 0; }
  .payment .table th {
    border-bottom: 1px solid #dddddd; }
  .payment .table td {
    border: none;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear; }
  .payment .table tr:hover > td {
    background: #ffffff; }

.payment-information {
  padding: 10px 130px 10px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  font-size: 11px;
  position: relative; }
  .payment-information i {
    font-size: 10px;
    font-style: normal;
    color: #999999; }
  .payment-information img {
    position: absolute;
    right: -10px;
    top: 0;
    width: 135px; }

.error-lines-list {
  margin-top: 60px;
  margin-bottom: -60px; }

.error-line {
  padding: 15px 10px;
  background: #ffdf88;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .error-line .left-side {
    width: auto; }
  .error-line i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    bottom: -2px; }

.blur-text {
  position: absolute;
  top: 8px;
  left: 10px;
  display: inline-block;
  width: 258px;
  height: 26px;
  background: url("../img/blur_text.png"); }

.gray-message-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(191, 191, 191, 0.5);
  z-index: 100; }

.message-overlay-box {
  margin: 90px auto 0;
  max-width: 360px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }

.message-overlay-header {
  background: #da0e67;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 10px 15px 10px 55px; }
  .message-overlay-header i {
    position: absolute;
    left: 20px;
    top: 19px;
    font-size: 20px; }

.message-overlay-body {
  padding: 20px; }
  .message-overlay-body > strong {
    display: block;
    margin-bottom: 10px; }

.payment-content .card-form .help-text .help-link.agbtext, .payment-content .lastschrift-form .help-text .help-link.agbtext {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  color: #666666; }

.terms-of-use-note {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  color: #666666; }

.payment-content .card-form .help-text .help-link .payment-content .lastschrift-form .help-text .help-link {
  text-decoration: none; }

.payment-content .card-form .help-text .help-link:hover {
  text-decoration: underline; }

.payment-content .lastschrift-form .help-text .help-link:hover {
  text-decoration: underline; }

/*Payment optimisation 10 03 */
.after-first-login h4 {
  text-align: left; }

.riskBlock {
  background: #f8f6f7;
  border-top: 5px solid #e3e2e3;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
  min-height: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px; }
  .riskBlock ul {
    color: #8e8e8e;
    font-size: 14px;
    list-style: outside none none;
    margin: 10px 0 0 20px;
    padding: 0; }
    .riskBlock ul li {
      background: url("../img/allowed_icon.png") no-repeat scroll left 8px transparent;
      display: block;
      padding: 5px 0 5px 35px; }
  .riskBlock h3 {
    color: #8e8e8e;
    font-size: 16px;
    margin-left: 30px;
    font-weight: normal; }
  .riskBlock h2 {
    color: #7fb600;
    font-size: 21px;
    padding: 15px 0 15px 30px;
    background: #e4e2e3;
    position: relative; }
    .riskBlock h2:after {
      border-bottom: 28px solid transparent;
      border-left: 19px solid #e4e2e3;
      border-top: 27px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: -19px;
      top: 0;
      width: 0; }

#to-state-conversations {
  z-index: 1000; }

.img-spacer, .image-overflower {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0; }

.img-spacer {
  height: 100%; }

.image-overflower {
  max-height: 63px; }

.sm-img-container {
  position: relative; }

.box-ava-img img {
  width: 100px;
  border-radius: 3px; }

.new-text-line {
  display: block;
  height: 1px;
  background: #dddddd;
  margin-bottom: 10px;
  width: 100px; }

.box-ava-img .fa {
  font-size: 64px;
  line-height: 100px;
  width: 80px;
  text-align: center; }

.text-gray {
  color: #999999; }

.text-green {
  color: #A0B52F; }

.vip-badge {
  width: 110px; }

.payment-success-box {
  margin-bottom: 20px; }
  .payment-success-box h2 {
    margin-bottom: 10px;
    font-size: 21px;
    margin-top: 0; }
  .payment-success-box h3 {
    margin-top: 15px; }
  .payment-success-box img {
    margin-top: 5px;
    margin-bottom: 15px; }

#cancelVipCode {
  position: relative; }
  #cancelVipCode .spacer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 31px;
    z-index: 100; }

/*add transporance to register box */
.reg-box-trans .reg-form {
  background: rgba(255, 255, 255, 0.75); }

.reg-box-trans .causes-box {
  background-color: rgba(255, 255, 255, 0.75); }

.reg-box-trans .logo-box {
  opacity: 0.7; }

.reg-box-trans .reg-form .radio, .reg-box-trans .causes-box ul li {
  color: #555555; }

.reg-form .btn-facebook {
  margin-top: 10px !important; }
  .reg-form .btn-facebook i {
    top: 8px; }

.btn-facebook {
  background: #3b5998;
  box-shadow: 0 2px 0 #29487d;
  color: #ffffff;
  font-weight: bold; }
  .btn-facebook:hover {
    background: #4665a6 !important;
    box-shadow: 0 2px 0 #29487d !important;
    color: #ffffff; }
  .btn-facebook:active {
    background: #3b5998 !important;
    box-shadow: 0 0 0 #29487d !important;
    color: #ffffff; }

.right-user-box .btn-facebook {
  margin-left: 5px;
  padding-left: 40px; }

.btn-facebook i {
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 10px; }

.modal-avatar-box {
  position: relative;
  padding-left: 100px;
  min-height: 100px;
  margin-bottom: 20px; }

.avatar-img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0; }

.modal-actions-bar {
  margin-bottom: 100px;
  margin-top: 20px; }

.modal .member-control {
  margin-top: 0; }

.modal #s2id_locationsToMeet .select2-choices {
  min-width: 100%; }

.navbar .dropdown-menu {
  border: none;
  overflow: hidden;
  background: #2e2e2e; }
  .navbar .dropdown-menu .divider {
    margin: 0;
    background-color: #111111;
    border-color: #3c3c3c; }
  .navbar .dropdown-menu > li > a:active:focus, .navbar .dropdown-menu > li > a:focus, .navbar .dropdown-menu > li > a:hover {
    background: #404040;
    color: #9d9d9d; }

.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
  display: none; }

.navbar-inverse .nav li.dropdown {
  margin-left: 15px; }
  .navbar-inverse .nav li.dropdown > a:hover .caret {
    border-top-color: #9d9d9d; }
  .navbar-inverse .nav li.dropdown > a .caret {
    position: absolute;
    right: 15px;
    top: 7px; }

.control-label .payment-required-field {
  position: relative; }
  .control-label .payment-required-field:after {
    content: "*";
    position: relative;
    top: -2px;
    right: -1px;
    color: #df4141; }

.visible-md, .dropdown-menu .bubble {
  display: none; }

.email-overlay {
  background: url("../img/after_first_login-transparent.png") no-repeat center bottom/cover #ffffff;
  text-align: center; }
  .email-overlay .modal-header {
    border-bottom: none; }
  .email-overlay .modal-body {
    padding: 0 15px; }
  .email-overlay .modal-footer {
    border-top: none;
    text-align: center;
    border-radius: 0;
    background: transparent; }
  .email-overlay h2, .email-overlay label {
    font-weight: 600; }
  .email-overlay .change-mail {
    margin-top: 20px; }
  .email-overlay .form-control {
    border-radius: 0;
    border: 1px solid #cccccc; }
  .email-overlay .modal-header .close {
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    top: 7px;
    right: 10px; }

.text-center-experience-link {
  text-align: center; }

.registration-step-error {
  border: 1px solid #df4141; }

.bootstrap-select {
  max-width: 180px; }
  .bootstrap-select .caret {
    border-top-color: #cccccc;
    border-bottom-color: #cccccc; }
  .bootstrap-select .btn {
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 15px; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #444444; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
      color: #444444; }

.btn-group.open .btn.dropdown-toggle {
  background: #ffffff;
  box-shadow: none; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  bottom: 0; }

.bootstrap-select .dropdown-menu {
  border-top: none; }

.input-md {
  border: 1px solid #dddddd;
  height: 34px;
  padding: 6px 10px;
  box-shadow: none;
  font-size: 12px;
  background: #ffffff; }

.ico-facebook {
  background: url("../img/ico-facebook.svg") no-repeat center/cover;
  width: 8px;
  height: 18px;
  display: inline-block; }

.block {
  display: block; }

.bg-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1052; }

.step-9-female {
  min-height: 100vh;
  position: relative; }
  .step-9-female .modal-box {
    text-align: center; }

.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 620px;
  background: #ffffff;
  border-top: 6px solid #da0e67;
  border-radius: 0 0 5px 5px;
  z-index: 1052; }

.shadow-box {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07); }

.modal-box .modal-header {
  padding: 15px 20px;
  position: relative;
  background: #f8f6f7;
  border-bottom: 1px solid #eae6e8; }
  .modal-box .modal-header h3 {
    font-size: 18px;
    color: #444444;
    text-align: center; }

.modal-box p {
  font-size: 14px;
  margin-bottom: 15px; }
  .modal-box p .btn {
    font-size: 14px;
    margin: 0 10px 5px 10px; }

.modal-box .modal-body {
  padding: 25px 20px;
  text-align: center; }

.modal-box .close {
  font-size: 31px;
  right: 12px;
  top: 10px;
  font-weight: 300;
  position: absolute;
  margin: 0; }
  .modal-box .close:focus {
    outline: none; }

.form-modal .btn {
  margin-top: -2px; }

.form-modal .result {
  min-height: 37px;
  line-height: 37px;
  font-size: 16px;
  color: #A0B52F; }

.select-hide-search {
  max-width: 180px;
  padding: 3px 5px; }

.btn-navbar .btn-text {
  position: absolute;
  top: 100%;
  left: 4px;
  font-size: 12px;
  color: #9d9d9d; }

.navbar .btn-collapse.dropdown-toggle {
  margin-top: -7px; }

.dropdown-toggle:active, .dropdown-toggle:focus {
  outline: none; }

.btn-collapse.dropdown-toggle .btn-text {
  position: absolute;
  top: 100%;
  left: 4px;
  font-size: 12px;
  color: #9d9d9d; }

.bg-blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1051;
  background: url("../img/bg-step-9-female.jpg") no-repeat center top/cover rgba(255, 255, 255, 0.6); }

.blur .header, .blur .content, .blur .footer {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px); }

.blur-effect {
  height: 100%;
  width: 100%;
  overflow: hidden; }

#nicknameConfirmation.in {
  margin-top: 0 !important;
  top: 10%; }

#nicknameConfirmation p {
  font-size: 12px;
  margin-bottom: 5px; }

#nicknameConfirmation .form-horizontal .controls {
  margin-left: 0; }

#nicknameConfirmation .form-horizontal .control-label {
  float: none;
  width: 100%;
  padding-top: 0;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px; }

.lp-language-box .lang-group {
  position: absolute;
  left: auto;
  right: 0;
  top: 40px; }
  .lp-language-box .lang-group img {
    margin-right: 3px;
    max-height: 16px; }
  .lp-language-box .lang-group .dropdown-menu {
    left: auto; }

.lp-language-box .dropdown-toggle {
  box-shadow: none;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 5px 8px; }

.lp-language-box .lang-title {
  display: none; }

.fixed {
  position: fixed; }

.scroll {
  overflow: scroll; }

.hot-img {
  margin: 0 auto;
  display: block;
  border-radius: 3px;
  margin-bottom: 8px; }

.left-side-box .box-content {
  min-height: 545px;
  text-align: center; }

.error-relative label.error-label {
  position: relative; }

.add-favorite {
  padding: 35px 0 10px; }
  .add-favorite p {
    font-size: 22px;
    line-height: 32px;
    margin-top: 25px; }
  .add-favorite .wrapper-img {
    display: inline-block;
    padding: 5px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }

.token-wrapper {
  position: absolute;
  top: 100px; }

.change-password label.error-label {
  margin-top: -10px; }

.copyright {
  float: left; }

.like-btn-box.picture-modal-vertical-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  width: 43px;
  height: 43px;
  line-height: 43px;
  bottom: 5px;
  padding: 0; }

.bg-success {
  background: rgba(126, 188, 89, 0.15); }

.text-success {
  padding: 20px;
  margin: 15px 0 0;
  border-top: 2px solid #7EBC59;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #333333; }

.content-account-complete h2 {
  font-size: 18px; }

.content-account-complete h3 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 600; }

.content-account-complete p {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400; }

.content-account-complete .content-body {
  text-align: center; }
  .content-account-complete .content-body img {
    margin-bottom: 15px; }
  .content-account-complete .content-body label {
    font-weight: 600; }

.content-account-complete .box-content .fa {
  opacity: 0.3;
  margin-bottom: 15px;
  color: #da0e67; }

.content-account-complete .bootstrap-select {
  max-width: 100%;
  width: auto; }
  .content-account-complete .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    display: block;
    width: 100%; }

.content-account-complete .content-body .bootstrap-select {
  text-align: left;
  margin-bottom: 10px; }

.content-account-complete .content-body .btn {
  margin-left: 0;
  margin-right: 0; }

.border-success-img {
  border-radius: 5px;
  border: 3px solid #A0B52F;
  display: inline-block;
  margin-bottom: 15px;
  max-height: 180px; }

i.fa-8 {
  font-size: 8em; }

.text-sm {
  font-size: 14px; }

.form-group {
  position: relative;
  margin-bottom: 20px; }
  .form-group .form-control {
    margin-bottom: 0; }
  .form-group .error-label {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #da0e67; }

.update-list {
  max-height: 235px; }

.form-group .form-control {
  margin-bottom: 0; }

.form-group .error-label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #da0e67; }
  .form-group .error-label.align-start {
    left: 0;
    transform: translateX(0); }

.form-search .edit-select {
  max-width: 180px; }

.list-criteria {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-criteria li {
    float: left;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-bottom: 1px; }
    .list-criteria li + li {
      margin-left: 1px; }
    .list-criteria li span {
      display: block;
      padding: 3px;
      font-size: 12px;
      line-height: 14px; }
    .list-criteria li .fa {
      font-size: 12px;
      color: #cccccc;
      cursor: pointer; }
      .list-criteria li .fa:hover {
        color: #444444; }

.controls.criteria {
  border: 1px solid #cccccc;
  padding: 1px;
  border-radius: 3px;
  position: relative; }
  .controls.criteria .editable-control {
    position: absolute;
    top: -1px;
    right: -27px; }

.editable-control .edit {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer; }
  .editable-control .edit .fa {
    color: #ffffff;
    font-size: 13px; }

.editable-control .edit-ok {
  background: #437542; }
  .editable-control .edit-ok:hover {
    background: #ffffff; }
    .editable-control .edit-ok:hover .fa {
      color: #437542; }

.editable-control .edit-close {
  background: #cccccc; }
  .editable-control .edit-close:hover {
    background: #ffffff; }
    .editable-control .edit-close:hover .fa {
      color: #cccccc; }

.search-criteria-control {
  width: 100%;
  margin-bottom: 10px; }

.payment-text-cz {
  width: 495px;
  line-height: 17px;
  color: #555555;
  opacity: 1; }
  .payment-text-cz .align-text {
    float: right;
    text-align: left;
    color: #333333; }
  .payment-text-cz small {
    font-size: 10px;
    color: #555555; }
  .payment-text-cz .text-bold {
    font-weight: bold;
    font-size: 13px; }

#lastMatchesNew {
  width: 354px;
  max-height: 234px;
  overflow: hidden; }
  #lastMatchesNew li.new {
    -webkit-animation: new-element 0.2s;
    -moz-animation: new-element 0.2s;
    -o-animation: new-element 0.2s;
    animation: new-element 0.2s; }
  #lastMatchesNew li.last {
    -webkit-animation: last-element 0.2s;
    -moz-animation: last-element 0.2s;
    -o-animation: last-element 0.2s;
    animation: last-element 0.2s; }

.modal-header .close {
  margin-top: 0; }

.modal-warning .modal-footer .btn + .btn {
  margin-top: 10px; }

.modal-xs {
  width: 300px;
  margin-left: -150px; }

.modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1050; }

.modal-warning.fade.in {
  top: 30%; }

.modal.fade.in {
  top: 0;
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.offset-top-mg {
  padding-top: 60px; }

.offset-top-lg {
  padding-top: 100px; }

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 1031; }

.vip-selection .wrapper:before {
  height: 60px; }

.vip-selection .frame .box-title h1 {
  text-align: center; }

.old-price {
  color: #999999;
  font-weight: 300;
  font-size: 14px;
  text-decoration: line-through; }

.modal-scrollable > .modal {
  overflow-y: hidden !important; }

.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  .hidden-xs {
    display: none !important; } }

.panel-header {
  display: flex;
  justify-content: center; }
  .panel-header div + div {
    margin-left: 5px; }

.lang-group .lang-title {
  display: none; }

.box-partner {
  margin-top: 15px; }
  .box-partner .title {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block; }

.bg-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.confirmed .logo-img {
  max-height: 40px;
  display: block;
  margin: 5px auto 0; }

.confirmed .header {
  padding-top: 10px;
  max-height: 60px; }

.modal-consent .modal-body {
  padding: 15px; }

.modal-consent .checkbox {
  display: inline-block;
  margin-bottom: 10px; }

.btn-group-justify {
  display: flex;
  justify-content: space-around; }
  .btn-group-justify .btn {
    display: block;
    width: 100%; }
    .btn-group-justify .btn + .btn {
      margin-left: 12px; }

#firefoxTrackingProtectionOverlayer {
  top: 15% !important; }

.blog-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 5px; }

.faq-blog-link {
  display: inline-block; }

.test-box-content {
  padding: 20px; }

.test-stars .stars-list {
  margin-top: 10px; }

.fa-2x {
  font-size: 2em !important; }

.stars-list {
  color: #ffbe00; }
  .stars-list .fa-star-o {
    color: #999999; }

.test-item {
  max-width: 600px;
  margin: 20px auto;
  text-align: center; }

.test-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px; }

.test-stars {
  margin-top: 15px; }
  .test-stars .stars-list i {
    font-size: 24px; }

.test-box-content {
  padding: 20px; }

.edit-form-title {
  padding-left: 10px;
  float: right;
  display: inline-block;
  background: #ffffff;
  position: relative;
  bottom: -9px;
  font-size: 13px;
  font-weight: normal; }

.icon-matching {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 100% !important;
  margin-top: 11px; }
  .icon-matching-0 {
    background: url(../img/matching/pts_0.svg) no-repeat center/cover; }
  .icon-matching-70 {
    background: url(../img/matching/pts_70.svg) no-repeat center/cover; }
  .icon-matching-85 {
    background: url(../img/matching/pts_85.svg) no-repeat center/cover; }
  .icon-matching-100 {
    background: url(../img/matching/pts_100.svg) no-repeat center/cover; }

.discount-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1rem;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 1rem;
  position: relative; }
  .discount-box .title {
    font-size: 1.2rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: .5rem; }
  .discount-box .discount {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    color: #da0e67;
    text-transform: uppercase;
    padding-bottom: .2rem; }
  .discount-box p {
    text-align: center;
    font-size: .8rem;
    font-weight: 300;
    margin: 0; }
  .discount-box .counter-box {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #da0e67; }
  .discount-box .icon {
    color: #88981D;
    margin-right: 10px;
    display: inline-block;
    font-size: 30px; }

#firstLoginSelect {
  height: auto !important; }

.row-padding-10 {
  margin-left: -10px !important;
  margin-right: -10px !important; }
  .row-padding-10 > div {
    padding-left: 10px !important;
    padding-right: 10px !important; }

.frame .form-horizontal.form-horizontal-field-lg .controls {
  width: 350px; }

.flex-actions {
  display: flex; }
  .flex-actions .btn:last-child {
    margin-right: 0; }
  .flex-actions .btn:first-child {
    margin-left: 0; }

.form-control {
  border: 1px solid #dddddd;
  height: 23px;
  padding: 6px 10px;
  box-shadow: none;
  font-size: 12px;
  background: #ffffff; }

.form-box-bg {
  background: url(../img/step3_female.jpg) no-repeat right -60px; }

.select2-location #s2id_locationsToMeet .select2-choices {
  min-width: 350px;
  min-height: 34px; }

.collapse-area {
  padding: 7px 5px;
  margin-bottom: 15px; }
  .collapse-area .text {
    position: relative;
    padding-right: 30px;
    font-size: 11px;
    line-height: 1.5;
    color: #8e8e8e;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; }
  .collapse-area .collapse-box {
    font-size: 11px;
    line-height: 1.5;
    color: #8e8e8e; }

.accordion-group.confirmation {
  border: 0px;
  border-top: 1px solid #212529;
  border-bottom: 1px solid #212529;
  border-radius: 0px; }
  .accordion-group.confirmation .accordion-toggle {
    position: relative; }
    .accordion-group.confirmation .accordion-toggle p {
      margin: unset; }
    .accordion-group.confirmation .accordion-toggle .icon {
      font-size: 15px;
      color: #212529;
      position: absolute;
      right: 0;
      top: 10px;
      font-weight: 600;
      transform: rotate(0deg);
      -webkit-transition: all 0.12s linear;
      -moz-transition: all 0.12s linear;
      -o-transition: all 0.12s linear;
      transition: all 0.12s linear;
      opacity: 50%; }
    .accordion-group.confirmation .accordion-toggle.collapsed .icon {
      transform: rotate(180deg); }

.accordion-inner.confirmation {
  border: 0px; }

.area-provider-mail {
  text-align: center;
  max-width: 400px;
  margin: 10px auto; }
  .area-provider-mail .title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
    color: #fff; }
    .area-provider-mail .title::after {
      content: '>>';
      margin-left: 20px; }
  .area-provider-mail .img-mail {
    display: flex;
    align-items: center;
    background: #23D18C;
    border-radius: 60px; }
    .area-provider-mail .img-mail .provider-mail-image {
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 50%;
      margin: 1px;
      overflow: hidden; }
      .area-provider-mail .img-mail .provider-mail-image img {
        width: 100%;
        height: 100%;
        padding: 5px;
        object-fit: contain;
        box-sizing: border-box; }
      .area-provider-mail .img-mail .provider-mail-image.provider-mail-gmail img {
        padding: 10px; }
      .area-provider-mail .img-mail .provider-mail-image.provider-mail-outlook img {
        padding: 10px; }
      .area-provider-mail .img-mail .provider-mail-image.provider-mail-web-de {
        background: #FFDA00; }
    .area-provider-mail .img-mail:hover {
      text-decoration: none; }

#cardPaymentForm.form-horizontal .controls .select2-container {
  max-width: 100%; }

#cardPaymentForm .select2-container {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none; }

#cardPaymentForm .select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#cardPaymentForm .select2-container-multi .select2-choices .select2-search-choice {
  border: none;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 20px 0 10px;
  margin: 0;
  width: 100%;
  max-width: 155px; }
  #cardPaymentForm .select2-container-multi .select2-choices .select2-search-choice:hover {
    background: #ffffff; }
  #cardPaymentForm .select2-container-multi .select2-choices .select2-search-choice.active {
    margin-top: 7px; }
  #cardPaymentForm .select2-container-multi .select2-choices .select2-search-choice > * {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#cardPaymentForm .select2-container-multi .select2-search-choice-close {
  top: 2px; }

.payment-success .select2-drop-multi.select2-drop {
  margin-top: -18px; }

.checkbox a {
  color: inherit; }

.modal .btn-back {
  margin-bottom: 0 !important; }

.modal .log_payment {
  display: flex;
  align-items: center; }
  .modal .log_payment_img {
    max-height: 25px;
    width: auto; }
    .modal .log_payment_img + .log_payment_img {
      margin-left: 10px; }

.modal .payment_list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px; }
  .modal .payment_list_item {
    text-align: center; }
  .modal .payment_list_link {
    display: inline-block;
    padding: 0 0 15px; }
  .modal .payment_list_img {
    max-height: 50px;
    width: auto;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.12s linear; }
    .modal .payment_list_img:hover {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12); }

.modal__payment {
  border-top: none;
  border-radius: 15px; }

.modal-title {
  background-color: #ffffff;
  font-weight: bold;
  padding: 22px 30px 8px;
  text-align: center;
  border-bottom: none; }
  .modal-title button.close {
    right: 10px;
    top: 8px;
    opacity: 1; }
  .modal-title h3 {
    font-weight: bold; }

.modal-body {
  padding-top: 8px;
  padding-bottom: 10px; }
  .modal-body p {
    margin-bottom: 20px; }
  .modal-body .btn-success {
    color: #ffffff;
    background: #28a745;
    box-shadow: none; }
    .modal-body .btn-success:hover {
      color: #ffffff;
      background: rgba(43, 206, 77, 0.85);
      box-shadow: none; }
  .modal-body .paypal-container {
    margin-bottom: 12px;
    cursor: pointer; }
    .modal-body .paypal-container svg {
      background-color: #f2ba35;
      height: 34px;
      border-radius: 5px; }

.live-chat {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
  width: auto !important; }

.live-chat-icon {
  position: absolute;
  z-index: 101;
  left: 42px;
  top: 8px;
  height: 16px;
  width: auto !important; }

.become-vip-link a {
  color: #37CA50 !important; }
  .become-vip-link a:hover {
    color: rgba(55, 202, 80, 0.7); }

.notifications-area {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  max-width: 350px; }
  .notifications-area-bottom {
    bottom: 0; }
    .notifications-area-bottom .alert-notification {
      margin: 0 5px 5px; }
  .notifications-area-top-right {
    top: 0;
    left: auto; }
    .notifications-area-top-right .alert-notification {
      margin: 5px 5px 0; }
  .notifications-area .alert-notification {
    border-radius: 5px;
    padding: 10px 60px 10px 10px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
    border: none;
    -webkit-transition: all .12s linear;
    -moz-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear;
    transform: translateX(105%); }
    .notifications-area .alert-notification.show {
      transform: translateX(0); }
  .notifications-area .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 70px;
    text-align: center;
    padding: 0;
    opacity: 1; }
    .notifications-area .close .img-close {
      width: 24px;
      height: 24px; }
  .notifications-area .alert-ava {
    width: 50px;
    height: 50px;
    position: relative; }
    .notifications-area .alert-ava img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 50%;
      overflow: hidden; }
    .notifications-area .alert-ava-online:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 14px;
      height: 14px;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 101; }
    .notifications-area .alert-ava-online:after {
      content: "";
      position: absolute;
      bottom: 2px;
      right: 2px;
      width: 10px;
      height: 10px;
      background-color: #67AE55;
      border-radius: 50%;
      z-index: 102; }
  .notifications-area .alert-username {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 50px;
    color: #ffffff; }
  .notifications-area .alert-text {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 14px;
    padding-right: 50px;
    color: #ffffff; }
    .notifications-area .alert-text .icon {
      width: auto;
      height: 15px; }
  .notifications-area .alert-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: -5px;
    margin-right: -5px; }
    .notifications-area .alert-row .col-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .notifications-area .alert-row .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .notifications-area .alert-row > [class*=col] {
      padding-right: 5px;
      padding-left: 5px; }

.frame__list__light .box-content {
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  min-height: 10px; }
  .frame__list__light .box-content__no-message {
    padding: 0; }
    .frame__list__light .box-content__no-message .message-wrapper {
      min-height: 124px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 7px;
      margin-bottom: 30px;
      padding: 10px 15px; }
      .frame__list__light .box-content__no-message .message-wrapper p {
        margin: 0;
        font-size: 1rem;
        color: #333333; }

.frame__list__light ul.messages-list li {
  background-color: #fefefe;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 1px;
  border: none; }
  .frame__list__light ul.messages-list li:hover {
    background-color: rgba(254, 254, 254, 0.7); }
  .frame__list__light ul.messages-list li p {
    color: #495057; }
  .frame__list__light ul.messages-list li a.nickname {
    font-size: 16px;
    text-decoration: none; }

.frame__list__light .frame .box-title h1 {
  color: #212529; }

.frame__list__light p > a {
  text-decoration: none; }

.frame__list__light .box-title .box-title-link {
  text-decoration: none; }
  .frame__list__light .box-title .box-title-link:hover {
    text-decoration: underline; }

.frame__list__chat ul.messages-list li {
  max-width: 200.6px;
  margin-right: 1px; }

.frame__tile__light {
  margin-bottom: 15px; }
  .frame__tile__light .box-content {
    border-radius: 5px;
    background-image: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 6px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 11px;
    min-height: 50px; }
  .frame__tile__light .box-title .box-title-link {
    text-decoration: none; }
    .frame__tile__light .box-title .box-title-link:hover {
      text-decoration: underline; }
  .frame__tile__light .user-photo-list ul {
    width: auto;
    max-height: 100%; }
    .frame__tile__light .user-photo-list ul li {
      width: 178.15px;
      height: 178px; }

.messages-list-inline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .messages-list-inline li {
    max-width: 201px;
    width: 100%; }

.area-counter {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px; }
  .area-counter .box-counter {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%; }
  .area-counter .title {
    text-align: center;
    font-size: 20px;
    color: #fefefe;
    line-height: 1.4; }
    .area-counter .title .count {
      font-weight: bold; }
  .area-counter .counter-content {
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #5b74a8;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-height: 102px; }

.text-shadow {
  text-shadow: 1px 1px 3px #fff; }

#hot-picture {
  padding: 10px 10px 11px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }
  #hot-picture .action-box {
    margin-bottom: 0 !important; }

.grid-item-cherotic .profile-card-badge {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #868e96;
  display: inline-block;
  line-height: 1.3; }

.grid-item-cherotic a {
  border: 2px solid #98067a;
  border-radius: 7px; }

.grid-item-cherotic span.picture-tooltip {
  left: 2px;
  right: -8px;
  transform: translateY(-2px);
  width: auto;
  border-radius: 0 0 5px 5px; }

.alert {
  position: fixed;
  z-index: 1029;
  top: 60px;
  left: 0;
  right: 0;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 0; }
  .alert-info {
    background-color: #da0e67;
    color: #ffffff;
    border: none;
    text-shadow: none; }
  .alert h3 {
    margin: 0;
    font-size: 14px;
    color: #ffffff; }
  .alert a {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer; }

.optional-doi .sub-menu {
  top: 82px; }

.img-ai {
  position: relative; }
  .img-ai:before {
    content: "";
    background: url("../img/ai-icon.png") no-repeat center/cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 101; }
  .img-ai.member-ava #userAvatar {
    border-radius: 5px 5px 0 0; }

.ai-description-box {
  display: inline-block;
  padding: 5px;
  background-color: #f3f3f3;
  border-radius: 0 0 5px 5px;
  max-width: 157.58px; }
  .ai-description-box p {
    margin: 0;
    line-height: 1.3; }

.help-box {
  padding-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .help-box .help-text {
    font-family: "Open Sans", Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5; }

.help-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px; }

.help-img {
  height: auto;
  width: 150px;
  max-width: 150px; }

.discount-20 {
  position: relative; }
  .discount-20:before {
    content: "";
    background: url("../img/discount-20.svg") no-repeat center/cover;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    right: -20px;
    z-index: 103;
    top: 20px; }

.flex-row-g-1 {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px; }
  .flex-row-g-1 > * {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px; }

.flex-row {
  display: flex;
  flex-wrap: wrap; }
  .flex-row > * {
    box-sizing: border-box; }
  .flex-row-justify-center {
    justify-content: center; }

.flex-col-6 {
  flex: 0 0 auto;
  width: 50%; }

.flex-col {
  flex: 1 0 0; }

.flex-col-auto {
  flex: 0 0 auto;
  width: auto; }

.hot-picture-element .box-content {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .hot-picture-element .box-content .action-box {
    margin-bottom: 0; }
  .hot-picture-element .box-content #hot-picture {
    padding: 0;
    box-shadow: none; }
  .hot-picture-element .box-content .hot-img {
    width: 100%;
    border-radius: 5px; }

.nav-payment {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #aca1b4;
  margin-bottom: 15px; }
  .nav-payment--item {
    flex: 1 0 0; }
  .nav-payment .text {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 10px 10px 15px;
    color: #333333;
    position: relative; }
    .nav-payment .text:after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 2px;
      width: 100%;
      background-color: transparent; }
    .nav-payment .text.active {
      color: #da0e67; }
      .nav-payment .text.active:after {
        background-color: #da0e67; }

.trusted-box {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

.trusted-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.trusted-item + .trusted-item {
  margin-top: 20px; }

.trusted-img {
  height: 30px;
  width: auto; }

.termsfeed-com---nb-interstitial-overlay {
  background: rgba(0, 0, 0, 0.3) !important; }

.termsfeed-com---pc-overlay {
  background: rgba(0, 0, 0, 0.3) !important; }

.termsfeed-com---pc-dialog {
  right: auto !important;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0 !important; }

@media (max-height: 550px) {
  .termsfeed-com---pc-dialog {
    top: 10px;
    transform: translate(-50%, 0);
    margin-bottom: 30px !important;
    position: relative !important; } }

.termsfeed-com---nb-interstitial {
  right: 0 !important;
  top: auto !important;
  left: 0 !important;
  bottom: 0 !important;
  max-width: 100% !important;
  position: fixed; }

.cc-nb-main-container {
  padding: 30px 240px 30px 200px !important;
  position: relative; }
  .cc-nb-main-container:before {
    content: "";
    background: url("../img/logo.svg") no-repeat;
    background-size: contain;
    width: 132px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 30px;
    display: block; }
  .cc-nb-main-container .cc-nb-buttons-container {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center; }

.termsfeed-com---nb .cc-nb-text {
  margin: 0 !important; }

.termsfeed-com---reset p {
  margin-bottom: 5px !important; }

.termsfeed-com---palette-light.termsfeed-com---nb {
  border: 1px solid #d5d5d5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: #111;
  padding: 4px 3px;
  border: 1px solid #ccc;
  height: auto; }

.termsfeed-com---palette-light .cc-pc-head-title-text {
  display: none; }

.termsfeed-com---palette-light .cc-pc-head-close {
  position: absolute;
  top: 0;
  right: 0; }
  .termsfeed-com---palette-light .cc-pc-head-close:active, .termsfeed-com---palette-light .cc-pc-head-close:focus {
    border: none !important; }
  .termsfeed-com---palette-light .cc-pc-head-close:hover {
    color: #000; }

.termsfeed-com---palette-light .cc-pc-head {
  padding-top: 55px !important;
  position: relative; }
  .termsfeed-com---palette-light .cc-pc-head:before {
    content: "";
    background: url("../img/logo.svg") no-repeat;
    background-size: contain;
    width: calc(100% - 6rem);
    height: 50px;
    position: absolute;
    top: 20px;
    left: 15px;
    display: block; }

.list-data-web {
  width: -webkit-fill-available;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  margin: 2px 0 0;
  z-index: 111;
  background-color: #ffffff;
  padding: 4px;
  max-height: 190px;
  overflow: auto; }
  .list-data-web-link {
    padding: 3px 7px 4px;
    color: #444444;
    cursor: pointer;
    display: block;
    border-radius: 5px; }
    .list-data-web-link:active, .list-data-web-link:focus, .list-data-web-link:hover {
      color: #444444;
      text-decoration: none;
      background-color: #f8f6f7; }

.member-control .control-group .form-control {
  width: -webkit-fill-available; }

.helpMeMessage .modal-body {
  padding: 15px; }

.helpMeMessage .textarea {
  resize: none;
  height: auto;
  width: 100%;
  box-sizing: border-box; }

.helpMeMessage .float-left {
  float: left !important; }

.modalFsk18 .modal-logo {
  display: block;
  width: 130px;
  margin: 0 auto; }

.modalFsk18 h1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.4;
  text-align: center; }

.modalFsk18 p {
  text-align: center;
  margin-bottom: 10px; }

.modalFsk18 .modal-footer {
  text-align: center; }

.profile-info .control-label {
  text-align: right;
  font-size: 14px; }

.profile-info .form-horizontal .editable,
.profile-info .say-hello-text p,
.profile-info h2.form-title span,
.profile-info .form-horizontal.member-control .controls {
  font-size: 14px; }

.profile-info .form-horizontal .editable {
  border: none;
  background-image: none; }

.profile-info .form-title .edit {
  position: absolute;
  right: 0;
  width: 28px;
  background-color: #ffffff;
  padding: 0 0 0 10px;
  cursor: pointer;
  top: 8px; }
  .profile-info .form-title .edit svg {
    width: 18px;
    height: auto;
    fill: #666666;
    stroke: #666666; }
    .profile-info .form-title .edit svg:hover {
      fill: #323137;
      stroke: #323137; }

.area-form-edit {
  margin-bottom: 30px;
  padding: 10px 0 0; }
  .area-form-edit .form-control {
    height: auto; }
  .area-form-edit .member-control {
    margin-top: 15px; }
  .area-form-edit .box-content-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0; }
  .area-form-edit .form-horizontal.member-control .controls {
    margin-left: 200px;
    width: auto; }
  .area-form-edit .form-horizontal.member-control .control-label {
    width: 180px;
    text-align: right;
    font-size: 14px; }
  .area-form-edit .form-control.general-info,
  .area-form-edit .form-control.general-info.selectpicker {
    width: 100%;
    padding: 4px 8px;
    height: auto;
    font-size: 14px; }
  .area-form-edit .select2-choices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2px 0 0 2px;
    margin: 0; }
    .area-form-edit .select2-choices .select2-search-choice {
      color: #555555;
      font-size: 13px;
      line-height: 16px;
      padding: 2px 18px 2px 8px;
      border-radius: 4px;
      border: 1px solid #dddddd;
      background-color: #f3f3f3;
      margin: 0 2px 2px 0;
      position: relative; }
  .area-form-edit .select2-search-choice-close {
    top: 50%;
    transform: translateY(-50%);
    right: 2px; }
  .area-form-edit .select2-choices .select2-search-field input {
    padding: 0; }
  .area-form-edit .form-horizontal .controls .select2-container {
    max-width: 100%; }
  .area-form-edit .select2-close {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 14px; }
    .area-form-edit .select2-close svg {
      width: 100%;
      height: auto;
      fill: #9d9d9d;
      stroke: #9d9d9d; }
      .area-form-edit .select2-close svg:hover {
        fill: #df4141;
        stroke: #df4141; }
  .area-form-edit .btn-box {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px; }

.section--comparison {
  padding: 60px 0 120px; }
  @media (max-width: 767px) {
    .section--comparison {
      padding: 1rem 0; } }
  .section--comparison .title {
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 60px; }
  .section--comparison .title--sm {
    margin: 0 0 1rem;
    font-size: 18px;
    font-weight: 600; }
  .section--comparison .comparison--area {
    padding: 2rem;
    border-radius: .5rem;
    height: 100%;
    box-shadow: 0 5px 25px rgba(81, 80, 80, 0.15);
    background-color: #fefefe; }
    @media (max-width: 767px) {
      .section--comparison .comparison--area {
        padding: 1rem; } }
  .section--comparison .comparison--list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style-type: none; }
  .section--comparison .comparison--item {
    padding: .2rem 0;
    font-size: 1rem; }
  .section--comparison .comparison--link {
    text-decoration: none;
    color: #3b5998; }
    .section--comparison .comparison--link:hover {
      text-decoration: underline; }

/*# sourceMappingURL=main.sass */