.relative {
  position: relative;
}
label {
  font-weight: normal;
}
@media all and (min-width: 1280px) {
  #footer_content,
  #content,
  #footer_links,
  #login_box,
  .custom_width {
    width: 1280px;
  }
  .bg_0 #body_container,
  .bg_1 #body_container {
    background: url('/img/ui/landing/superwoman_3.jpg') no-repeat 336px 0;
  }
  .bg_2 #body_container {
    background: url('/img/ui/landing/superwoman_1.jpg') no-repeat 336px 0;
  }
  .bg_3 #body_container {
    background: url('/img/ui/landing/superwoman_2.jpg') no-repeat 336px 0;
  }
  .bg_4 {
    background-color: #6c8297;
  }
  .bg_4 #body_container {
    background: #6c8297 url('/img/ui/landing/bg_home_2017.jpg') no-repeat 65px 0;
  }
}
@media all and (min-width: 1450px) {
  #footer_content,
  #content,
  #footer_links,
  #login_box,
  .custom_width {
    width: 1440px;
  }
  .bg_0 #body_container,
  .bg_1 #body_container {
    background: url(/img/ui/landing/superwoman_3.jpg) no-repeat 550px 0;
  }
  .bg_2 #body_container {
    background: url(/img/ui/landing/superwoman_1.jpg) no-repeat 550px 0;
  }
  .bg_3 #body_container {
    background: url(/img/ui/landing/superwoman_2.jpg) no-repeat 550px 0;
  }
}
@media all and (max-width: 1280px) {
  #footer_content,
  #content,
  #footer_links,
  #login_box,
  .custom_width {
    width: 1080px;
  }
  .bg_0 #body_container,
  .bg_1 #body_container {
    background: url(/img/ui/landing/superwoman_3.jpg) no-repeat 155px 0;
  }
  .bg_2 #body_container {
    background: url(/img/ui/landing/superwoman_1.jpg) no-repeat 155px 0;
  }
  .bg_3 #body_container {
    background: url(/img/ui/landing/superwoman_2.jpg) no-repeat 155px 0;
  }
}
* {
  font-family: Arial, "sans serif";
}
h2 {
  font-family: 'Roboto Condensed', sans-serif;
}
a {
  text-decoration: none;
}
a.default_button {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #f40e85;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
a.default_button:hover {
  background: #e2137e;
}
button.ui-multiselect {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: none;
  background: #fff;
  height: 35px;
  line-height: 35px;
}
button.ui-multiselect span.ui-icon {
  background: #92928d url(/img/ui/controls/select_arrow2.png) no-repeat 0 50%;
  height: 35px;
  width: 25px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
button ul {
  padding: 0;
}
input[type=email],
input[type=password],
input[type=text] {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0px 8px 0px 5px;
  background: #fff;
  border: none;
}
div#pageloader {
  width: 200px;
  margin: 0 auto;
  margin-top: 100px;
}
#fb_bot_link {
  position: fixed;
  background-color: #3499db !important;
  width: 180px;
  height: 36px;
  line-height: 36px;
  bottom: 25px;
  right: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 99;
  color: #fff;
  font-size: 16px;
}
#fb_bot_link i {
  color: #fff;
  font-size: 17px;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
body {
  background: #070e28;
}
#footer_content,
#content,
#footer_links,
#login_box {
  margin: 0 auto;
}
#top_banner {
  background: #000;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
#body_container {
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 636px;
}
#body_container #content {
  height: auto;
  position: relative;
}
#body_container #content #body_content {
  width: 427px;
}
#customers_profiles {
  background: #fff;
  height: 312px;
}
#footer {
  background: #000;
}
header {
  padding-top: 12px;
}
a,
p {
  color: #fff;
}
#login_box {
  text-align: center;
}
#login_box label#login_label {
  margin-left: 10px;
  color: #fff;
  padding-left: 30px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -390px 0;
  width: 22px;
  text-align: center;
  font-size: 13px;
}
#login_box input.loginfield {
  margin: 0 3px;
  width: 185px;
}
#login_box span.relative {
  display: inline-block;
  position: relative;
}
#login_box a#btn_connection {
  width: 125px;
  height: 30px;
  line-height: 30px;
}
#login_box a#btn_help_login {
  text-decoration: underline;
  font-size: 13px;
  margin-left: 8px;
}
#login_box a#btn_help_login:hover {
  text-decoration: none;
}
#login_box div#forgot_password_box {
  background: #fff;
  width: 500px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  float: right;
}
#login_box div#forgot_password_box a.close_btn {
  background: url(/img/ui/close_popup_btn.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 1px;
  top: 1px;
  text-indent: -9000em;
}
#login_box div#forgot_password_box p {
  color: #333;
  font-size: 12px;
  margin-top: 25px;
}
#login_box div#forgot_password_box label {
  position: relative;
}
#login_box div#forgot_password_box label input[type=text] {
  border: 1px solid #bbb;
  width: 225px;
}
h1 a#logo {
  background: url(/img/ui/landing/sprite_home.png) no-repeat 0 0;
  width: 390px;
  height: 73px;
  display: block;
  text-indent: -9000em;
  margin: 0 auto;
  margin-top: 15px;
}
#subscribe_form {
  position: relative;
}
#subscribe_form form {
  background: url(/img/ui/landing/bg_register_form.png) 0 0;
  padding: 10px 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#subscribe_form h2 {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin: 30px 0 20px 0;
}
#subscribe_form div.form_line div#birthday_container {
  width: 100%;
}
#subscribe_form div.form_line div#birthday_container select {
  float: left;
}
#subscribe_form div.form_line div#birthday_container::after {
  float: both;
}
#subscribe_form div.form_line div#birthday_container div#error_birth_container {
  display: none;
}
#subscribe_form div.form_line div#birthday_container div.relative:last-child button.ui-multiselect {
  margin-right: 0;
}
#subscribe_form div.form_line input[type=email],
#subscribe_form div.form_line .inputfield {
  height: 35px;
  line-height: 35px;
  width: 376px;
  margin: 0;
}
#subscribe_form div.form_line button.ui-multiselect {
  float: left;
  margin-right: 9px;
}
#subscribe_form div.form_line#box_agreement label {
  font-size: 12px;
}
#subscribe_form #gender {
  width: 384px;
}
#subscribe_form #birthday_day {
  width: 109px;
}
#subscribe_form #birthday_month {
  width: 124px;
}
#subscribe_form #birthday_year {
  width: 118px;
}
#subscribe_form div#btn_submit a {
  margin-top: 10px;
  background: #9fe70b;
  background: -moz-linear-gradient(top,#9fe70b 50%,#679606 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#9fe70b),color-stop(100%,#679606));
  background: -webkit-linear-gradient(top,#9fe70b 50%,#679606 100%);
  background: -o-linear-gradient(top,#9fe70b 50%,#679606 100%);
  background: -ms-linear-gradient(top,#9fe70b 50%,#679606 100%);
  background: linear-gradient(to bottom,#9fe70b 50%,#679606 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  width: 366px;
  height: 71px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #060606;
  font-size: 23px;
  line-height: 71px;
  text-align: center;
  padding-left: 25px;
}
#subscribe_form div#btn_submit a:hover {
  background: #95d909;
  background-image: -moz-linear-gradient(top,#a3ea0f,#95d909);
  background-image: -ms-linear-gradient(top,#a3ea0f,#95d909);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#a3ea0f),to(#95d909));
  background-image: -webkit-linear-gradient(top,#a3ea0f,#95d909);
  background-image: -o-linear-gradient(top,#a3ea0f,#95d909);
  background-image: linear-gradient(top,#a3ea0f,#95d909);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#subscribe_form div#btn_submit a i {
  margin-left: -20px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -389px -16px;
  width: 38px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
#subscribe_form div#btn_submit a span {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #060606;
  font-size: 23px;
}
#subscribe_form div#facebook_subscribe {
  margin-top: 16px;
}
#subscribe_form div#facebook_subscribe a {
  font-family: 'Roboto Condensed', sans-serif;
  background: #4568b2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
#subscribe_form div#facebook_subscribe a:hover {
  background: #3b5998;
}
#subscribe_form div#facebook_subscribe a i {
  color: #3b5998;
  background: #fff;
  width: 18px;
  height: 18px;
  padding: 10px 0 0 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
}
div.form_line {
  width: 100%;
  margin-top: 10px;
  float: left;
}
div.form_line label {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
  margin-left: 6px;
}
div.form_line label.inline {
  display: inline;
}
div.form_line label a {
  text-decoration: underline;
}
.popup_error_form {
  border: 3px solid #f40e85;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  width: 250px;
  position: absolute;
  height: auto;
  text-align: center;
  color: #f40e85;
  z-index: 2;
}
.error_login_form {
  top: 40px;
  left: -28px;
}
.error_login_form .error_form_top {
  position: absolute;
  top: -10px;
  margin-left: -4px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #f41e85 transparent;
}
.error_login_form .error_form_content {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  line-height: 20px;
}
.error_login_form .error_form_bottom {
  width: 192px;
  height: 7px;
}
.error_form {
  width: 335px;
  top: -28px;
  left: -2px;
}
.error_form .error_form_content {
  padding: 6px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  min-height: 18px;
  line-height: 18px;
}
.error_form .error_form_bottom {
  position: absolute;
  bottom: -10px;
  margin-left: -4px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #f41e85 transparent transparent transparent;
}
.error_form_pre {
  top: 22px;
  z-index: 99;
  left: 84px;
}
.error_field {
  font-size: 11px;
  color: white;
  font-style: italic;
  position: absolute;
  top: -14px;
  right: 10px;
  padding-left: 8px;
  width: 156px;
  height: 17px;
  line-height: 17px;
  vertical-align: middle;
  background: url(/img/ui/bg_error_box.png) no-repeat;
}
#customers_profiles p.customers_h {
  position: relative;
  height: 46px;
  background: #f40e85;
  margin: 0 auto;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}
#customers_profiles p.customers_h span#crown {
  margin-right: 8px;
}
#customers_profiles p.customers_h span#crown img {
  margin-top: -5px;
}
#customers_profiles span#quality_container {
  display: inline-block;
  position: relative;
}
#customers_profiles span#quality_container span.square_separator {
  content: "\f0c8";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 5px;
  margin-right: 5px;
}
#customers_profiles span#quality_container span#quality_charter {
  position: absolute;
  top: -25px;
  left: -3px;
}
#customers_profiles div#customers_list {
  overflow: hidden;
  height: 200px;
  padding: 0 15px;
  padding-top: 20px;
}
#customers_profiles div#customers_list div.member {
  float: left;
  width: 115px;
  height: 170px;
  margin: 10px 10px;
}
#customers_profiles div#customers_list div.member div.member_picture {
  background: #eaeae5;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
#customers_profiles div#customers_list div.member div.member_picture:hover {
  background: #f40e85;
}
#customers_profiles div#customers_list div.member a {
  font-size: 12px;
  color: #5b5b5b;
}
#customers_profiles div#customers_list div.member a.screenname {
  font-weight: bold;
  color: #262525;
  font-size: 13px;
}
#customers_profiles div#customers_list div.member a:hover {
  text-decoration: underline;
}
#footer_content section {
  float: left;
  width: 40%;
  padding: 4%;
}
#footer_content section h2 {
  width: 355px;
  color: #fff;
  font-size: 24px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
}
#footer_content section h2 i {
  padding-right: 10px;
}
#footer_content section article h3 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  margin: 16px 0 10px 0;
}
#footer_content section article span.date_article {
  color: #f40e85;
  font-size: 14px;
}
#footer_content section article p {
  color: #fff;
  font-size: 13px;
}
#footer_content section article p.img {
  text-align: center;
  margin: 6px 0;
}
#footer_content section article div#current_video {
  width: 420px;
  margin: 0 auto;
  margin-top: 20px;
}
#footer_content section#actuality_section a.default_button {
  padding: 0 12px;
  float: right;
}
#footer_content section#video_channel_section a.default_button {
  width: 175px;
  float: right;
}
#footer {
  clear: both;
}
#footer div#footer_links {
  height: 235px;
  padding-top: 25px;
}
#footer div#footer_links div.footer_box {
  float: left;
  height: 210px;
  border-right: 1px solid #605f5f;
  padding: 0 15px;
  width: 20%;
}
#footer div#footer_links div.footer_box#what_is_it {
  width: 280px;
}
#footer div#footer_links div.footer_box#what_is_it a {
  text-indent: -9000em;
  background: url(/img/ui/landing/sprite_home.png) no-repeat 0 -127px;
  width: 200px;
  height: 38px;
  display: block;
  margin: 0 auto;
}
#footer div#footer_links div.footer_box#what_is_it p {
  font-size: 13px;
  color: #fff;
}
#footer div#footer_links div.footer_box ul#ul_footer_links li {
  margin: 2px 0;
}
#footer div#footer_links div.footer_box ul#ul_footer_links li a {
  display: inline-block;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -389px -50px;
  width: 8px;
  height: 9px;
  line-height: 3px;
}
#footer div#footer_links div.footer_box ul#ul_footer_links li a:hover {
  text-decoration: underline;
}
#footer div#footer_links div.footer_box ul#ul_footer_links li a span {
  display: inline-block;
  width: 180px;
  color: #fff;
  margin: 3px;
  margin-left: 15px;
  font-size: 12px;
}
#footer div#footer_links div.footer_box ul#ul_footer_links li a span:hover {
  text-decoration: underline;
}
#footer div#footer_links div.footer_box#footer_social_networks span.title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 15px;
  margin-bottom: 22px;
  font-family: 'Roboto Condensed', sans-serif;
}
#footer div#footer_links div.footer_box#footer_social_networks a {
  color: #fff;
  line-height: 33px;
  height: 33px;
  width: 33px;
  display: block;
  margin: 8px 0;
  margin-left: 33px;
}
#footer div#footer_links div.footer_box#footer_social_networks a#mecacroquer_facebook {
  background: url(/img/ui/landing/sprite_home.png) no-repeat -326px -73px;
}
#footer div#footer_links div.footer_box#footer_social_networks a#mecacroquer_facebook:hover {
  background: url(/img/ui/landing/sprite_home.png) no-repeat -326px -106px;
}
#footer div#footer_links div.footer_box#footer_social_networks a#mecacroquer_twitter {
  background: url(/img/ui/landing/sprite_home.png) no-repeat -359px -73px;
}
#footer div#footer_links div.footer_box#footer_social_networks a#mecacroquer_twitter:hover {
  background: url(/img/ui/landing/sprite_home.png) no-repeat -358px -106px;
}
#footer div#footer_links div.footer_box#footer_social_networks a#mecacroquer_googleplus {
  background: url(/img/ui/landing/sprite_home.png) no-repeat -392px -73px;
}
#footer div#footer_links div.footer_box#footer_social_networks a#mecacroquer_googleplus:hover {
  background: url(/img/ui/landing/sprite_home.png) no-repeat -391px -106px;
}
#footer div#footer_links div.footer_box#footer_social_networks a#presse_link {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #565969;
  width: 135px;
  font-size: 13px;
}
#footer div#footer_links div.footer_box#footer_social_networks a#presse_link:hover {
  background: #3c3e47;
}
#footer div#footer_links div.footer_box#footer_social_networks a span {
  margin-left: 45px;
  font-size: 13px;
}
#footer div#footer_links div.footer_box.footer_box_last a#h4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 22px;
}
#footer div#footer_links div.footer_box.footer_box_last a#appstore_link {
  margin: 0 auto;
  margin-top: -5px;
  display: block;
  text-indent: -9000em;
  width: 163px;
  height: 55px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -160px -72px;
}
#footer div#footer_links div.footer_box.footer_box_last a#appstore_link:hover {
  -moz-box-shadow: inset 0 0 4px 4px #151515;
  -webkit-box-shadow: inset 0 0 4px 4px #151515;
  box-shadow: inset 0 0 4px 4px #151515;
}
#footer div#footer_links div.footer_box.footer_box_last a#googleplay_link {
  margin: 0 auto;
  margin-top: 15px;
  display: block;
  text-indent: -9000em;
  width: 163px;
  height: 55px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat 1px -72px;
}
#footer div#footer_links div.footer_box.footer_box_last a#googleplay_link:hover {
  -moz-box-shadow: inset 0 0 4px 4px #151515;
  -webkit-box-shadow: inset 0 0 4px 4px #151515;
  box-shadow: inset 0 0 4px 4px #151515;
}
#footer div#medias {
  background: #2b2a2a;
  height: 80px;
  clear: both;
  line-height: 80px;
  vertical-align: middle;
}
#footer div#medias div#footer_media div#media_title {
  float: left;
  width: 15%;
  text-align: right;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
#footer div#medias div#footer_media div#media_container {
  float: left;
  width: 85%;
  overflow: hidden;
  height: 80px;
}
#footer div#medias div#footer_media div#media_container a {
  display: inline-block;
  margin: 0 8px;
  text-indent: -9000em;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}
#footer div#medias div#footer_media div#media_container a#newlook-fevrier2010 {
  background: url(/img/ui/landing/sprite_home.png) no-repeat 1px -72px;
}
#footer div#medias div#footer_media div#media_container a#fhm {
  background: url(/img/ui/landing/sprite_home.png) no-repeat 1px -72px;
}
#footer div#medias div#footer_media div#media_container a#entrevue-mars2010 {
  background: url(/img/ui/landing/sprite_home.png) no-repeat 1px -72px;
}
#footer div#medias div#footer_media div#media_container a#tf1 {
  height: 32px;
  width: 84px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -214px -127px;
}
#footer div#medias div#footer_media div#media_container a#m6 {
  height: 41px;
  width: 52px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -301px -141px;
}
#footer div#medias div#footer_media div#media_container a#canalplus {
  height: 29px;
  width: 116px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat 0 -170px;
}
#footer div#medias div#footer_media div#media_container a#virgin {
  height: 51px;
  width: 46px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -353px -141px;
}
#footer div#medias div#footer_media div#media_container a#europe1 {
  height: 36px;
  width: 94px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -117px -170px;
}
#footer div#medias div#footer_media div#media_container a#nova {
  height: 35px;
  width: 98px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -213px -183px;
}
#footer div#medias div#footer_media div#media_container a#fhm {
  height: 36px;
  width: 105px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat 0 -200px;
}
#footer div#medias div#footer_media div#media_container a#entrevue {
  height: 33px;
  width: 108px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat 0 -235px;
}
#footer div#medias div#footer_media div#media_container a#hformen {
  height: 37px;
  width: 139px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -108px -217px;
}
#footer div#medias div#footer_media div#media_container a#iciparis {
  height: 36px;
  width: 57px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -310px -191px;
}
#footer div#medias div#footer_media div#media_container a#gala {
  height: 40px;
  width: 78px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -324px -227px;
}
#footer div#medias div#footer_media div#media_container a#vsd {
  height: 39px;
  width: 77px;
  background: url(/img/ui/landing/sprite_home.png) no-repeat -247px -227px;
}
#footer div#end_footer a {
  text-align: center;
  display: block;
}
body.register_step {
  overflow-y: hidden;
}
body.register_step.step_2 div#body_container {
  background: url(/img/ui/landing/bg_step_2.jpg) no-repeat top center;
}
body.register_step.step_3 div#body_container {
  background: url(/img/ui/landing/bg_step_3.jpg) no-repeat top center;
}
body.register_step.step_4 div#body_container {
  background: url(/img/ui/landing/bg_step_4.jpg) no-repeat top center;
}
body.register_step div#top_banner {
  background: none;
}
body.register_step div#body_container {
  height: 1080px;
}
body.register_step div#body_container div#content div#body_content {
  width: 100%;
}
body.register_step div#body_container div#content div#body_content div#header_step_register {
  height: 115px;
}
body.register_step div#body_container div#content div#body_content div#header_step_register h1 {
  float: left;
  width: 530px;
}
body.register_step div#body_container div#content div#body_content div#header_step_register p {
  color: #a4a4a4;
  float: left;
  margin-left: -25px;
  width: 530px;
  background: url(/img/ui/landing/desc_left_arrow.png) no-repeat 0 0;
  padding-left: 35px;
  height: 67px;
  font-size: 13px;
}
body.register_step div#body_container div#content div#body_content div#header_step_register p a {
  color: #a4a4a4;
  text-decoration: underline;
}
body.register_step div#body_container div#content div#body_content div#body_step_register {
  clear: both;
  background: url(/img/ui/landing/bg_form_register_step.png) repeat 0 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 25px 40px;
  box-sizing: border-box;
  width: 530px;
  position: relative;
  padding-top: 110px;
}
#body_step_register div.header {
  position: absolute;
  left: -23px;
  top: 30px;
  line-height: 58px;
  background: url(/img/ui/landing/bg_register_progress_step.png) no-repeat 0 0;
  width: 527px;
  padding-left: 40px;
  box-sizing: border-box;
  height: 83px;
}
#body_step_register div.header h2 {
  color: #fff;
  float: left;
  font-size: 20px;
  margin-right: 15px;
}
#body_step_register div.header div.register_progress {
  float: left;
  width: 224px;
  height: 40px;
  margin-top: 10px;
  background: url(/img/ui/landing/sprite_steps.png) no-repeat 0 0;
}
#body_step_register div.header div.register_progress.step_3 {
  background-position: 0 -40px;
}
#body_step_register div.header div.register_progress.step_4 {
  background-position: 0 -80px;
}
#body_step_register div.header div.register_progress span {
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: black;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
#body_step_register div.header div.register_progress span.current_step {
  background: #ff2ab2;
}
#body_step_register form label {
  color: #fff;
  display: block;
}
#body_step_register form select#mood,
#body_step_register form select#country_code,
#body_step_register form textarea,
#body_step_register form input {
  width: 400px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#body_step_register form input {
  height: 35px;
  line-height: 35px;
}
#body_step_register form a.default_button {
  width: 185px;
  margin-top: 15px;
  margin-left: 268px;
  height: 30px;
  line-height: 30px;
}
#body_step_register div#msg_register_end {
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}
#body_step_register div#msg_register_end span {
  color: #ff1a94;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}
#body_step_register div#msg_register_end span.title {
  background: url(/img/ui/landing/confirm_title.jpg) no-repeat 0 0;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-left: 35px;
  margin-bottom: 15px;
  height: 28px;
  line-height: 28px;
}
#body_step_register div#spam_alert {
  border: 4px solid #e01e85;
  background: #091128;
  padding: 15px 25px;
  margin-top: 10px;
}
#body_step_register div#spam_alert p {
  float: left;
  width: 85%;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}
#body_step_register div#spam_alert span.i-warn {
  margin-top: 14px;
  margin-right: 8px;
  float: left;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #e01e85;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}
#body_step_register div#spam_alert div#spam_pictures {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#body_step_register div#spam_alert div#spam_pictures img {
  margin: 2px 5px;
}
#body_step_register span.required {
  color: #f40e85;
  margin: 0 1px;
}
body.landingPageWithMembers {
  max-height: 983px;
}
body.landingPageWithMembers.body_f {
  background: #dedede url(/img/ui/landing/bg_landing_profile_1.jpg) no-repeat right top;
}
body.landingPageWithMembers.body_f div#top_members {
  background: url(/img/ui/landing/top_banner_f.jpg) repeat-x center top;
}
body.landingPageWithMembers.body_f div#bottom_slider_members {
  background: url(/img/ui/landing/bottom_banner_f.jpg) repeat-x center 0;
}
body.landingPageWithMembers.body_h {
  background: #dedede url(/img/ui/landing/bg_landing_profile_2.jpg) no-repeat right top;
}
body.landingPageWithMembers.body_h div#top_members {
  background: url(/img/ui/landing/top_banner_h.jpg) repeat-x center top;
}
body.landingPageWithMembers.body_h div#bottom_slider_members {
  background: url(/img/ui/landing/bottom_banner_h.jpg) repeat-x center 0;
}
body.landingPageWithMembers div#login_box {
  display: none;
}
body.landingPageWithMembers div#content {
  display: block;
  margin-top: 145px;
}
body.landingPageWithMembers div#content div#top_members {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 134px;
}
body.landingPageWithMembers div#content div#bottom_slider_members {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 134px;
}
body.landingPageWithMembers div#content div#left_form {
  float: left;
  width: 420px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form h2 {
  background: url(/img/ui/home_sprite.png) no-repeat -376px -390px;
  width: 370px;
  height: 21px;
  text-indent: -9000em;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 18px;
  font-family: "Roboto Condensed", sans-serif;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form >a {
  width: 350px;
  margin-left: 30px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form {
  background: url(/img/ui/bg_subscribe_form.png?01) no-repeat 0 0;
  width: 391px;
  height: 388px;
  padding: 20px 10px 10px 10px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form #gender_div {
  width: 374px;
  height: 41px;
  background: transparent;
  margin-left: 5px;
  margin-bottom: 12px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form #gender_div div {
  width: 184px;
  height: 41px;
  float: left;
  background: url(/img/ui/home_sprite.png) no-repeat -376px -308px;
  cursor: pointer;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form #gender_div div.male {
  margin-right: 6px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form #gender_div div.female {
  background-position: -560px -308px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form #gender_div div.female_checked {
  background-position: -560px -349px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form #gender_div div.male_checked {
  background-position: -376px -349px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form #gender_div div label {
  line-height: 18px;
  vertical-align: middle;
  float: left;
  cursor: pointer;
  width: 184px;
  text-align: left;
  margin-top: 0px;
  position: relative;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form #gender_div div label span {
  color: #fff;
  display: none;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form #gender_div div label input {
  position: absolute;
  left: 12px;
  top: 12px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table td {
  height: 34px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table div#box_agreement_2 {
  margin-top: 4px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table label {
  font-size: 12px;
  display: inline-block;
  width: 120px;
  text-align: right;
  margin-right: 8px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table label.inline {
  display: inline;
  width: 100%;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table label.inline a {
  color: #000;
  font-weight: bold;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table select {
  height: 28px;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table select#birthday_day {
  width: 80px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table select#birthday_month {
  width: 80px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table select#birthday_year {
  width: 90px;
}
body.landingPageWithMembers div#content div#left_form div#subscribe_form form table select#country_code {
  width: 98%;
}
body.landingPageWithMembers div#content div#members_newsletter {
  float: left;
  width: 400px;
  margin-top: 132px;
}
body.landingPageWithMembers div#content div#members_newsletter div#left_member div {
  margin-bottom: 8px;
}
body.landingPageWithMembers div#content div#members_newsletter div#left_member div img {
  width: 155px;
  height: 155px;
  border: 5px solid #fff;
}
body.landingPageWithMembers div#content div#members_newsletter div#left_member span.screenname {
  font-size: 22px;
  font-weight: bold;
  color: #f40e85;
}
body.landingPageWithMembers div#content div#members_newsletter div#left_member span.age {
  font-size: 20px;
  color: #454545;
}
body.landingPageWithMembers div#content div#members_newsletter div#left_member span.description {
  display: block;
  font-size: 14px;
  color: #424242;
  margin-top: 15px;
  width: 250px;
}
body.landingPageWithMembers div#content div#slogan {
  clear: both;
  background: #f40e85;
  width: 850px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
}
body.landingPageWithMembers div#content div#slogan span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: bold;
}
body.landingPageWithMembers input[type=text],
body.landingPageWithMembers input[type=password],
body.landingPageWithMembers input[type=email] {
  width: 240px;
  height: 28px;
  line-height: 28px;
}
body.landingPageWithMembers button.ui-multiselect {
  height: 28px;
  line-height: 28px;
}
.msie #subscribe_form div.form_line button.ui-multiselect {
  margin-right: 5px;
}
.ie8 #body_container,
ie7 #body_container {
  background: url(/img/ui/landing/superwoman_1.jpg) no-repeat right top;
}
.ie8 #subscribe_form div.form_line button.ui-multiselect,
ie7 #subscribe_form div.form_line button.ui-multiselect {
  margin-right: 4px;
}
ul.ui-autocomplete {
  width: 100px;
  background: #fff;
}
ul.ui-autocomplete li {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
ul.ui-autocomplete li:hover {
  background: #e5e5e5;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  z-index: 2;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-helper-hidden-accessible {
  display: none;
}
div#home_arrow {
  position: absolute;
  left: 190px;
  top: 72px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #f40e85 transparent transparent transparent;
}
#modal_overlay {
  z-index: 1020;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.black_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1021;
  -moz-opacity: 0.3;
  opacity: 0.3;
  background: rgba(0,0,0,0.3);
  overflow: hidden;
}
.content_wrapper {
  position: absolute;
  top: 47%;
  left: 50%;
  margin-top: -132px;
  margin-left: -355px;
  padding: 0;
  display: block;
  z-index: 1090;
}
.content_wrapper .relative_wrapper {
  border: 1px solid black;
  width: 710px;
  height: auto;
  position: relative;
  margin-left: 25px;
  background-color: white;
  z-index: 1002;
}
#registration_success {
  width: 681px;
  height: 340px;
  background: url(/img/ui/bg_confirmation_registration.png) no-repeat 0 0;
}
#registration_success #message_content {
  width: 630px;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}
#registration_success #message_content div {
  background: #7f7f7f;
  height: 93px;
  width: 632px;
  color: #fff;
  font-size: 16px;
  padding-top: 25px;
  margin-top: 15px;
}
#registration_success p {
  color: #474747;
  font-size: 16px;
}
#registration_success p span {
  color: #5c6478;
  font-size: 14px;
  font-weight: bold;
}
p#spam_alert {
  color: #f40e85;
  background: url(/img/ui/bg_alert_spam.png) no-repeat 10px 20px;
  padding-left: 50px;
  padding-top: 25px;
  height: 50px;
  font-size: 13px;
  text-align: left;
  width: 584px;
  margin: 0 auto;
}
#registration_success #message_content div span {
  color: #f5f5f5;
  font-weight: bold;
  font-size: 17px;
}
@media (max-height: 600px) and (orientation: landscape) {
  #top_members,
  #bottom_slider_members {
    display: none;
  }
  body.landingPageWithMembers div#content {
    margin: 0;
  }
}
