@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }






#joinmepop{

    color: white;
    padding: 20px;
    border: 1px white solid;
    margin-top: 25px;
    font-family: 'open_sanssemibold';
    background-color:#d90101;
}
#joinmepop:hover .open{
    color: black !important;
}
#tipme {

    background-color: #d90101;
    color: white;
    padding: 18px;
    border: 1px white solid;

}
#tipme:hover .open{
    color: black !important;
}
#joinme{
    background-color: #ce305d;color: white;padding: 20px;border: 1px white solid;margin-top: 25px;
}
#tipvicky{
    display: block !important;margin: 0 auto;background-color:#b10101; color:white !important; font-family: 'Oswald', sans-serif;padding: 18px
}
#jointip-pop{
    position:fixed;display: block;
    position: fixed;right: 5px;
    text-align: center;
    z-index: 50000;
    top: 50%;top: 50%;transform: translateY(-50%);text-shadow: 1px 2px 1px black;font-family: 'Oswald', sans-serif;;
}/*
.main{
  width: 100%;
  height: 100vh;
  text-align: center;
}

.main div{
  width: 400px;
  height: 400px;
  margin:0 auto;
  text-align: center;

}
.main div button{
  top: 500px;
  height: 30px;
  margin: 0 auto;
}
*/

.cancel{
    background-color: unset !important;
    color: #ffaf00 !important;
}
.modal{
  display:none;
  top: 0;
  min-width: 250px;
  width: 80%;
  margin: 0 auto;
  position: fixed;
  z-index: 999999999;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #000;
  margin-left: 10%;
  margin-top: 0 !important;
  animation-name: fadeIn_Modal;
  animation-duration: 0.8s;
 
}

.header-modal{
  width: 100%;
  background-color: black;
  border-radius: 10px 10px 0px 0px;
  height: 40px;
}

.header-modal a{
  text-decoration: none;
  float: right;
  margin-right: 20px;
  color: #aaa;
}

.content-modal{
  width: 100%;
  background: url("../img/bg.jpg") center top;
  color: white;
  font-family: 'Arial', sans-serif;

}

#first_label{
  padding-top: 30px;
}

#second_label{
  padding-top: 25px;
}


.footer-modal{
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  height: 40px;
  background-color: black;
  font-family: 'Oswald', sans-serif;
  padding: 5px;
}

.fotter button{
  float: right;
  margin-right: 10px;
  margin-top: 18px;
  text-decoration: none; 
}

/****MEDIA QUERIES****/
@media screen and (min-device-width: 100px) and (max-device-width: 400px){
  .modal{
    width: 100% !important;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-top: unset !important;
  }
}


@media screen and (min-width: 600px){

  .modal{
    width: 500px;
    margin-left: calc(50vw - 250px) !important;
    margin-right: calc(50vw - 250px) !important;
    margin-top: calc(50vh - 200px) !important;
    height: unset !important;
  }


  .header-modal{
    width: 100%;

  }

  .header-modal a{
    line-height: 40px;
    margin-right: 10px;
  }

  .content-modal{
    width: 100%;
    padding: 10px !important;
  }

  #first_label{
  padding-top: 0px;
  }

  #second_label{
    padding-top: 0px;
  }

  .footer-modal{
    width: 100%;

  }

  .footer-modal button{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
  }

}
#emails{
    padding:25px;
}
#emails input, #emails select {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
/*LARGE SCREEN*/
@media screen and (min-width: 1300px){

}

/****ANIMATIONS****/

@keyframes fadeIn_Modal {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

nav li{
    font-size: 15px;
}


















/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.clear:before,
.clear:after {
  content: '';
  display: table; }

.clear:after {
  clear: both; }

input[type="submit"] {
  -webkit-appearance: none;
  /*-webkit-border-radius:0px;*/ }

a, .submit, .fav_video a span {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.none {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*Add Placeholder opacity 1*/
::-moz-placeholder {
  opacity: 1; }

::-webkit-placeholder {
  opacity: 1; }

/**************
END RESETT CSS
****************/
body {
  font-family: 'Oswald', sans-serif; }

.bodyarea {
  background: url("../img/bg.jpg") center top; }
  .bodyarea--home {
    background: url("../img/bg2.png") center 25% repeat-x, url(../img/bg.jpg) center top; }

/*Responsive menu*/
.responsive_menu {
  padding: 0px; }

.responsive_menu select {
  display: block;
  width: 230px;
  height: 36px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  vertical-align: middle;
  border: none;
  text-align: center;
  cursor: pointer;
  border: none;
  background: #343333 url(../img/dropdown.png) no-repeat 95% center;
  margin: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.responsive_menu select option {
  padding: 2px 0; }

/*Responsive menu close*/
.header_cams {
  background-color: #717171;
  display: none; }
  .header_cams input {
    opacity: 0;
    position: absolute;
    top: -9999px;
    visibility: hidden; }
  .header_cams label {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
    cursor: pointer; }
    .header_cams label .arrow {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #ffffff;
      display: inline-block;
      height: 0;
      margin-left: 10px;
      width: 0; }

.topnav .centerwrap {
  background-color: transparent; }

.centerwrap {
  width: 1085px;
  margin: auto;
  overflow: hidden;
  position: relative;
  background-color: #010101; }

.centerwrap--lt {
  max-width: 1000px;
  margin: auto; }

.centerwrap--visible {
  overflow: visible; }

.centerwrap.centerwrap--visible {
  position: initial; }

.topnav {
  background: #131418 url("../img/bg-pat.gif") top left;
  padding: 7px 0; }

nav {
  float: left;
  width: calc(100% - 140px);
  margin-top: 9px;
  margin-bottom: 10px; }

nav li {
  float: left;
  font-size: 21px;
  font-weight: 300;
  width: calc(9% - 5px);
  background: #000;
  text-align: center;
  margin-right: 5px;
  position: relative; }

nav li a {
  color: #d90101;
  display: block;
  position: relative;
  padding: 12px 0; }

nav li a:before {
  content: '';
  width: 100%;
  height: 15px;
  background: transparent url("../img/star-hover.png") center center no-repeat;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: opacity .2s; }

nav li a:hover:before, nav li a.active:before {
  opacity: 1; }

nav li a:hover, nav li a.active {
  color: #fff; }

.joinBtn--star {
  position: relative; }

.joinBtn--star:before {
  content: '';
  width: 100%;
  height: 15px;
  background: transparent url("../img/dark-star.png") center center no-repeat;
  position: absolute;
  top: 6px;
  left: 0; }

.title-block {
  position: relative;
  background: #131418 url("../img/border.png") center 80% repeat-x;
  padding: 15px 0;
  z-index: 5; }
  .title-block:before, .title-block:after {
    content: '';
    width: 30px;
    height: 100%;
    background-color: #131418;
    position: absolute;
    top: 0;
    transform: skewX(-15deg);
    z-index: -1; }
  .title-block:before {
    left: -10px; }
  .title-block:after {
    right: -10px; }

.title-block_caption {
  color: #fff;
  font-size: 30px;
  padding-bottom: 8px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  padding-left: 40px;
  background: url("../img/title-ico.png") left top no-repeat; }

.sign {
  margin-top: -35px;
  font-size: 24px;
  color: #afc900;
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
  position: relative; }
  .sign:hover {
    color: #d90101; }
  .sign:hover:before {
    opacity: 0; }
  .sign:before {
    content: '';
    width: 100%;
    height: 15px;
    background: transparent url("../img/green-star.png") center center no-repeat;
    position: absolute;
    left: 0;
    top: -12px;
    transition: opacity .2s; }

.click-here-block {
  background: #131418;
  position: relative;
  padding: 10px 10px 10px 0;
  z-index: 5; }
  .click-here-block:before {
    content: '';
    width: 100px;
    height: 100%;
    background-color: #131418;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1; }
  .click-here-block:after {
    content: '';
    width: 40px;
    height: 100%;
    background-color: #131418;
    position: absolute;
    top: 0;
    right: -10px;
    transform: skewX(-15deg);
    z-index: -1; }
  .click-here-block .title-block_caption {
    background: none;
    padding-left: 0;
    border: none;
    display: inline-block; }

.click-here {
  display: inline-block;
  font-size: 30px;
  background: #afc900;
  font-weight: 600;
  color: #0c0c0c;
  position: relative;
  padding: 15px 50px 15px 15px; }
  .click-here:before {
    content: '';
    width: 100%;
    height: 15px;
    background: transparent url("../img/long-star.png") center center no-repeat;
    position: absolute;
    left: 0;
    top: 5px; }

.blog {
  position: relative;
  margin-top: 30px; }
  .blog .become_member-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    height: 70px;
    overflow: hidden; }

.wrap-blog-widjet {
  width: 410px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 15px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent); }

.blog-widjet {
  border: 10px solid #131418;
  padding: 8px;
  background-color: #0d0d0d; }

.blog-widjet_title span {
  display: block; }

.blog-widjet_title-top {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px; }

.blog-widjet_title-descr {
  font-size: 16px;
  font-weight: 600;
  color: #d90101;
  margin-bottom: 5px; }

.blog-widjet_title-date {
  font-size: 14px;
  font-weight: 300;
  color: #4e4e4e;
  margin-bottom: 10px; }

.blog-lt-img {
  display: block;
  width: 100%;
  margin: 0 auto 5px; }

.top-label {
  position: absolute;
  left: 0;
  top: 15px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px 0 25px 25px;
  z-index: 5; }
  .top-label:before {
    content: '';
    width: 15px;
    height: 15px;
    background: transparent url("../img/red-star.png") center center no-repeat;
    position: absolute;
    top: -7px;
    right: -34px; }
  .top-label:after {
    content: '';
    width: 40px;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    right: -20px;
    top: 0;
    transform: skewX(-10deg);
    z-index: -1; }
  .top-label span {
    display: inline-block; }

.big-span {
  font-size: 60px;
  font-weight: 600;
  color: #fff; }

.red-span {
  color: #d90101;
  font-size: 21px; }
  .red-span i {
    font-size: 32px;
    display: block; }

.twitter-block {
  position: relative; }

.twit-col {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-top: 20px;
  position: relative;
  z-index: 10; }

.wrap-twit {
  padding: 10px;
  height: 653px;
  background-color: #131418;
  border: 1px solid #28252c; }

.top-twit {
  margin-bottom: 10px; }
  .top-twit span {
    display: inline-block; }
  .top-twit .el {
    position: relative;
    top: -13px; }

.twit-girl {
  position: relative;
  left: -66px;
  top: -40px; }

.list-content {
  position: absolute;
  width: 420px;
  top: 0;
  right: 0;
  padding-top: 50px; }
  .list-content li {
    height: 115px;
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
    background: transparent url("../img/li-bg1.png") center center no-repeat;
    background-size: 100% 100%; }
    .list-content li:before, .list-content li:after {
      content: '';
      width: 18px;
      height: 15px;
      background: transparent url("../img/red-star.png") center center no-repeat;
      background-size: cover;
      position: absolute; }
    .list-content li:before {
      bottom: -5px;
      left: -5px; }
    .list-content li:after {
      top: -5px;
      right: -5px; }
    .list-content li a {
      display: table-cell;
      vertical-align: middle; }
      .list-content li a:hover .list-content_title {
        color: #afc900; }
    .list-content li span {
      display: block; }
  .list-content .rotate {
    background: transparent url("../img/li-bg1-rot.png") center center no-repeat; }
    .list-content .rotate:before {
      bottom: -5px;
      left: 20px;
      z-index: 10; }
    .list-content .rotate:after {
      top: -5px;
      right: 20px; }

.list-content_title {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  transition: color .2s; }
  .list-content_title--lt {
    font-size: 30px; }

.list-content_descr {
  width: 80%;
  margin: auto;
  color: #d90101;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 10px; }

.block-logo {
  position: relative;
  background: #131418;
  padding: 15px 0;
  margin-bottom: 60px;
  margin-top: -35px; }
  .block-logo--bottom {
    margin-top: 50px;
    margin-bottom: 0; }
  .block-logo .click-here {
    text-transform: capitalize;
    font-size: 36px;
    padding: 10px 30px 30px;
    vertical-align: top; }
    .block-logo .click-here:before {
      width: 80%;
      left: 10%;
      top: 3px; }
    .block-logo .click-here:after {
      content: '';
      height: 8px;
      width: 80%;
      background-color: #000;
      position: absolute;
      left: 10%;
      bottom: 12px;
      transform: skewX(-15deg); }
  .block-logo .click-here.view-more {
    animation: none;
    color: #fff;
    padding: 10px 30px 10px 0;
    background: transparent url("../img/db-arrow.png") 98% 25px no-repeat;
    animation: arrow infinite 1s; }
    .block-logo .click-here.view-more:before {
      width: 100%;
      left: 0;
      top: -3px;
      background: transparent url("../img/grey-star.png") center center no-repeat; }
    .block-logo .click-here.view-more:after {
      content: '';
      height: 8px;
      width: 100%;
      background-color: #7b7b7b;
      position: absolute;
      left: 0;
      bottom: -5px;
      transform: skewX(-15deg); }

@keyframes arrow {
  0% {
    color: #fff; }
  25% {
    color: #fff; }
  50% {
    color: #afc900; }
  75% {
    color: #fff; }
  100% {
    color: #fff; } }
.lt-logo {
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -110px; }

.vna-network--top {
  margin-top: 25px; }

.vna-network_title {
  text-align: center;
  margin-bottom: 20px; }
  .vna-network_title img {
    max-width: 100%; }

.vna-girls {
  text-align: center;
  margin-bottom: 25px; }
  .vna-girls li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-bottom: 10px;
    width: 9.0909%; }
    .vna-girls li img {
      width: 100%; }
    .vna-girls li a:hover span {
      color: #afc900; }
    .vna-girls li span {
      font-size: 14px;
      color: #fff;
      font-weight: 300;
      text-transform: uppercase;
      transition: color .2s; }

.video-block {
  padding: 10px 0; }
  .video-block--flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

.video-block_item {
  width: 49%;
  margin-bottom: 20px;
  position: relative; }
  .video-block_item:hover .video-block_item-capt {
    color: #afc900; }
  .video-block_item img {
    width: 100%; }

.video-block_item-title {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  padding: 12px 7px; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  .flex--top {
    -webkit-align-items: stretch;
    align-items: stretch; }
  .flex--wrap {
    flex-wrap: wrap; }
  .flex--center {
    -webkit-justify-content: center;
    justify-content: center; }
  .flex--around {
    -webkit-justify-content: space-around;
    justify-content: space-around; }

.video-block_item-capt {
  color: #d90101;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s; }

.video-block_item-date {
  color: #5d606d;
  font-size: 11px; }

.slider .bx-wrapper {
  margin-bottom: 25px;
  margin-top: 10px; }
  .slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    background-color: transparent;
    left: 0;
    border: none; }
  .slider .bx-wrapper .bx-pager {
    display: none; }
  .slider .bx-wrapper li:hover .slider-title {
    color: #afc900; }
  .slider .bx-wrapper .bx-controls-direction a {
    top: 0;
    width: 40px;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    margin-top: 0; }
    .slider .bx-wrapper .bx-controls-direction a:before {
      content: '';
      width: 12px;
      height: 12px;
      border-right: 5px solid #fff;
      border-bottom: 5px solid #fff;
      border-radius: 5px;
      position: absolute;
      top: 48%;
      transition: all .2s; }
    .slider .bx-wrapper .bx-controls-direction a:hover {
      background: rgba(0, 0, 0, 0.9); }
    .slider .bx-wrapper .bx-controls-direction a:hover:before {
      border-right-color: #afc900;
      border-bottom-color: #afc900; }
  .slider .bx-wrapper .bx-next {
    right: 0; }
    .slider .bx-wrapper .bx-next:before {
      transform: rotate(-45deg);
      right: 13px; }
  .slider .bx-wrapper .bx-prev {
    left: 0; }
    .slider .bx-wrapper .bx-prev:before {
      left: 12px;
      transform: rotate(135deg); }

.slider-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  bottom: 10px;
  text-align: right;
  color: #d90101;
  width: 90%;
  padding: 10px 5px 10px 0;
  font-size: 14px;
  font-family: 'Times New Roman';
  font-weight: 700;
  transition: color .2s;
  z-index: 5; }
  .slider-title:after {
    content: '';
    width: 15px;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    right: -10px;
    top: 0;
    transform: skewX(-10deg); }

.about-block {
  background-color: #131418;
  border: 1px solid #28252c;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 35px; }

.about-block_title {
  color: #d90101;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px; }

.about-block_img,
.about-block_descr {
  display: inline-block;
  vertical-align: top; }

.about-block_img {
  width: 31%; }
  .about-block_img img {
    max-width: 100%; }

.about-block_descr {
  width: 68%;
  color: #fff;
  padding-left: 15px; }

.text {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif; }

.data {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px; }
  .data span {
    display: block; }

.about-block_bottom {
  margin-top: 30px; }
  .about-block_bottom img {
    transition: all .2s; }
  .about-block_bottom a:hover img {
    opacity: .7; }

.about-link, .about-mail, .address {
  display: inline-block;
  vertical-align: top; }

.about-link {
  margin: 0 24% 0 9%; }

.about-mail {
  margin-right: 5%; }

.address {
  width: 200px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  position: relative;
  top: -5px; }
  .address span {
    display: block; }

.credit {
  margin-top: 40px;
  margin-bottom: 20px; }

.my-credits,
.movie-credits {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 20px; }

.my-credits {
  width: 31%; }
  .my-credits .wrap-twit {
    height: auto; }
  .my-credits .red-span {
    text-align: right; }
  .my-credits .big-span {
    font-size: 72px;
    padding-left: 10px; }
  .my-credits .top-twit {
    margin-bottom: 8px; }

.block ul {
  height: 600px;
  overflow: auto; }
  .block ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px; }
    .block ul li a {
      color: #fff;
      transition: all .2s; }
      .block ul li a:hover {
        color: #afc900; }

.credits-list {
  text-align: center; }

.movie-list {
  padding-left: 20px; }
  .movie-list li {
    display: inline-block;
    width: 49%;
    vertical-align: top; }

.movie-credits {
  width: 69%;
  padding-left: 15px; }
  .movie-credits .title-block {
    width: 98%;
    float: right;
    margin-bottom: 10px; }

.block {
  border: 1px solid #28252c;
  background-color: #131418;
  padding: 15px 20px;
  height: 600px;
  overflow: hidden;
  clear: both;
  position: relative; }
  .block:after {
    content: '';
    width: 100%;
    height: 40px;
    background: #131418 url("../img/bg-pat.gif") left top;
    position: absolute;
    left: 0;
    bottom: 0; }

.money {
  color: #afc900;
  font-size: 14px;
  transition: all .2s;
  position: absolute;
  bottom: 12px;
  left: 52%;
  z-index: 10; }
  .money:hover {
    color: #fff; }

.join {
  overflow: hidden; }

.join_banner {
  position: relative; }
  .join_banner .logo {
    padding-bottom: 0;
    padding-top: 3px;
    z-index: 10; }
    .join_banner .logo p {
      font-size: 32px;
      font-style: normal;
      color: #afc900;
      text-transform: uppercase;
      margin-top: -7px;
      line-height: 1;
      padding-left: 45px;
      padding-bottom: 35px;
      background: transparent url("../img/join-banner-p.png") 45px 130px no-repeat; }

.join-img {
  position: absolute;
  right: -45px;
  top: 0; }

.plan {
  display: inline-block;
  vertical-align: top;
  width: 136px;
  position: relative;
  border: 2px solid #989696;
  background-color: #fff;
  text-align: center;
  border-radius: 3px; }
  .plan h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #989696;
    font-size: 36px;
    padding-top: 37px;
    padding-bottom: 5px; }
  .plan p {
    font-size: 11px;
    color: #050000;
    line-height: 12px;
    letter-spacing: 0.025em;
    height: 45px; }

.one {
  margin-right: 16px;
  border-color: #dc1014; }

.two {
  margin-right: 9px;
  border-color: #434343; }
  .two .join_now_btn {
    background-color: #434343; }

a.join_now_btn {
  background: #dc1014;
  height: 36px;
  border-radius: 3px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 10px 10px 10px;
  transition: all .2s; }
  a.join_now_btn:hover {
    background-color: #afc900; }

.most_popular, .best_deal {
  width: 150px;
  height: 23px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 23px;
  position: absolute;
  left: -9px;
  top: 5px;
  color: #fff;
  text-transform: uppercase; }

.most_popular {
  background: #dc1014; }

.best_deal {
  background: #434343; }

.join-block {
  background-color: #131418;
  border: 1px solid #28252c;
  padding: 10px;
  margin-top: 15px; }

.join-model,
.join-content {
  display: inline-block;
  vertical-align: top;
  width: 49.5%; }

.join-model img {
  width: 100%; }

.join-content {
  padding-left: 10px; }
  .join-content a {
    display: block; }
    .join-content a:hover img {
      opacity: .8; }
    .join-content a img {
      width: 100%;
      transition: all .2s; }
  .join-content li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 30px;
    background: transparent url("../img/check-ico.jpg") left top no-repeat; }
    .join-content li:last-of-type {
      margin-bottom: 0; }

.join-content_title {
  padding: 10px 0 15px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #989696;
  line-height: 1.2; }
  .join-content_title span {
    color: #d90101; }

.members-page {
  width: 100%; }

.members-page li {
  width: auto;
  padding: 0 17px; }
  .members-page li:hover ul {
    height: auto;
    overflow: visible; }
  .members-page li ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    height: 0px;
    overflow: hidden;
    background-color: #010101;
    text-align: center;
    z-index: 20; }
    .members-page li ul li {
      padding: 0;
      display: block;
      float: none; }
      .members-page li ul li a:before {
        display: none; }
.members-page li:last-child {
  margin-right: 0; }

li.drop {
  padding-right: 35px; }
  li.drop a:before {
    display: none; }
  li.drop:after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d90101;
    position: absolute;
    right: 7px;
    top: 22px; }

.members_banner {
  position: relative; }
  .members_banner .join-img {
    right: -10px; }
  .members_banner .logo {
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px; }
    .members_banner .logo img {
      position: relative;
      left: -20px; }

.logo p {
  font-size: 24px;
  color: #afc900;
  font-style: italic;
  margin-top: 10px;
  padding-left: 20px;
  line-height: 1.3; }
  .logo p span {
    display: block;
    color: #fff; }

.member-block {
  max-width: 1120px;
  margin: 0 auto; }

.member-block.flex {
  -webkit-align-items: initial;
  align-items: initial; }

.member-block_left {
  width: 250px;
  font-family: 'Arial', sans-serif; }

.member-block_content_line {
  margin-bottom: 35px; }

.member-block_content {
  width: 820px;
  background: #131418;
  border: 1px solid #28252c;
  padding: 15px; }

.member-block_content__title {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  color: #d90101;
  line-height: 1.3; }
  .member-block_content__title span {
    font-size: 14px;
    display: block;
    color: #fff; }

.member-block_content__img {
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 0; }
  .member-block_content__img a {
    display: block; }
    .member-block_content__img a:hover img {
      opacity: .8; }
  .member-block_content__img img {
    margin-right: 10px;
    transition: all .2s; }
    .member-block_content__img img:last-child {
      margin-right: 0; }

.text.type {
  margin-bottom: 0; }

.type span {
  color: #d90101; }

.h3 {
  font-size: 18px; }

.cams-block {
  padding: 10px; }

.cams-block_title {
  color: #d90101;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: 'Arial', sans-serif; }

.socio-block_title {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 10px; }

.socio a {
  display: inline-block;
  margin-right: 3px; }
  .socio a:last-of-type {
    margin-right: 0; }
  .socio a:hover img {
    opacity: .8; }
  .socio a img {
    transition: all .2s; }

.webcam {
  margin-top: 40px;
  text-align: center; }
  .webcam img {
    width: 140px;
    display: block;
    margin: 0 auto 15px; }
  .webcam a {
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    color: #d90101;
    text-decoration: underline; }
    .webcam a:hover {
      text-decoration: none; }

.timezone {
  text-align: left; }
  .timezone span {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 7px 0 8px 32px; }
  .timezone select {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    padding: 0 20px 0 15px;
    font-size: 16px;
    height: 30px;
    font-family: 'Arial', sans-serif;
    background: #fff url("../img/select-arrow.jpg") 96% center no-repeat;
    border-radius: 3px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .timezone select::-ms-expand {
      display: none; }

.cam-model {
  text-align: center; }
  .cam-model img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px; }
  .cam-model a {
    color: #d90101;
    text-decoration: underline;
    text-transform: capitalize; }
    .cam-model a:hover {
      text-decoration: none; }
  .cam-model p {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px; }

.photos_banner {
  position: relative;
  background: transparent url("../img/photos_banner.png") 46px top no-repeat; }
  .photos_banner .join-img {
    position: static; }
  .photos_banner .logo {
    padding: 10px 27px 65px 0;
    float: right;
    position: relative; }

.count-view {
  position: absolute;
  width: 100%;
  max-width: 370px;
  height: 75px;
  left: 13%;
  bottom: 10px;
  background: transparent url("../img/bd-img.png") left top no-repeat;
  background-size: cover; }

.count-view_item {
  width: 80px;
  text-align: center; }
  .count-view_item .text {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 1.2; }

.num {
  color: #afc900;
  font-weight: 500;
  font-size: 26px; }

.paginator.mobile {
  display: none; }

.paginator {
  text-align: center; }
  .paginator--top {
    margin-bottom: 35px; }
  .paginator--bottom {
    margin-top: 20px; }
  .paginator li {
    display: inline-block;
    vertical-align: top;
    color: #fff; }
    .paginator li a {
      display: block;
      width: 24px;
      height: 24px;
      line-height: 21px;
      border: 1px solid #28252c;
      outline: none;
      color: #fff;
      font-family: 'Arial',sans-serif;
      font-size: 14px;
      font-weight: 700;
      background-color: #000;
      transition: all .2s; }
      .paginator li a:hover, .paginator li a.active {
        background-color: #d90101;
        color: #fff;
        border-color: #d90101; }

.photos-block {
  background: #131418 url("../img/bg-pat.gif") left top;
  border: 1px solid #28252c;
  padding: 30px 15px 15px;
  margin-top: 10px;
  margin-bottom: 40px; }

.photo-thumb {
  width: 24.5%;
  margin-bottom: 10px; }
  .photo-thumb img {
    width: 100%;
    margin-bottom: 3px; }
  .photo-thumb span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2; }
  .photo-thumb .red-color {
    color: #d90101; }

.update_banner {
  background: transparent url("../img/updates_banner.png") center top no-repeat; }
  .update_banner .logo {
    padding-top: 20px;
    padding-bottom: 83px; }

.update {
  margin-bottom: 30px; }
  .update .block {
    padding: 35px 15px 0;
    height: 100%;
    clear: both;
    overflow: visible; }
    .update .block:after {
      display: none; }
  .update .socio {
    padding-left: 6px;
    margin-bottom: 15px; }

.update-col .top-twit {
  margin-bottom: 19px; }

.socio-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 3px; }

.update-block {
  margin-bottom: 40px; }
  .update-block:last-of-type {
    margin-bottom: 0; }

.update-block_title {
  font-family: 'Arial', sans-serif;
  font-size: 21px;
  line-height: 1.2;
  color: #d90101;
  margin-bottom: 7px; }

.wrap-update-img {
  position: relative;
  display: table; }
  .wrap-update-img img {
    max-width: 100%;
    display: block; }
  .wrap-update-img .click-here {
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    padding: 0;
    height: 55px;
    line-height: 55px;
    text-align: center; }
    .wrap-update-img .click-here:before {
      top: 1px; }

.videos_banner {
  position: relative; }
  .videos_banner .logo {
    float: right;
    padding-top: 10px; }

.videos-img {
  position: absolute;
  top: 0;
  left: -20px; }

.vid-block .block-title--top {
  margin-bottom: 5px; }

p.date {
  font-size: 14px;
  color: #b2b2b2; }

.wrap-video-thumb {
  margin-bottom: 10px; }
  .wrap-video-thumb img {
    width: 32.5%; }

.vid-block {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #28252c; }
  .vid-block:last-of-type {
    margin-bottom: 0; }
  .vid-block .click-here {
    padding: 15px;
    width: 100%;
    max-width: 275px;
    text-align: center; }
    .vid-block .click-here:before {
      top: 1px; }

.vid-data {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 1.3; }
  .vid-data p:first-of-type {
    font-size: 18px; }
  .vid-data a {
    color: #d90101; }
    .vid-data a:hover {
      text-decoration: underline; }

.vnalive_banner {
  background: transparent url("../img/vnalive_banner.png") 80% top no-repeat; }
  .vnalive_banner .logo {
    padding-bottom: 55px; }
	
.vnasites_banner {
  background: transparent url("../img/vnasites.png") 95% top no-repeat; }
  .vnasites_banner .logo {
    padding-bottom: 55px; }	
	
.schedule_banner {
  background: transparent url("../img/schedule.png") 95% top no-repeat; }
  .vnasites_banner .logo {
    padding-bottom: 55px; }		

.bg-block {
  background: transparent url("../img/bg-pat.gif") left top;
  border: 1px solid #28252c; }

.vnalive-top-block {
  padding: 15px 10px 10px;
  margin-top: 10px;
  margin-bottom: 20px; }
  .vnalive-top-block img {
    width: 32.5%; }

.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.3; }

.vnalive-block {
  padding: 20px 60px;
  margin: 30px auto; }

.timezone-block {
  margin-bottom: 30px; }
  .timezone-block .timezone span {
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 18px;
    font-family: 'Arial', sans-serif; }
  .timezone-block .timezone form {
    display: inline-block;
    width: 210px; }
  .timezone-block .timezone select {
    margin-bottom: 0; }

.next-show-block {
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  color: #fff; }

.vnalive-thumb {
  background: #000;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 15px;
  width: 18.5%; }
  .vnalive-thumb span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: 'Arial', sans-serif; }
  .vnalive-thumb img {
    padding: 5px 0;
    max-width: 100%; }

.warn {
  background: transparent url("../img/warn-bg.png") 100% top no-repeat;
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 75px; }
  .warn:after {
    content: '';
    display: table;
    clear: both; }

.warn-logo {
  display: block; }

.right-warn,
.left-warn {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  max-width: 520px; }

.left-warn {
  text-align: right;
  padding-left: 10px; }
  .left-warn .click-here {
    padding: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    animation: none;
    padding-right: 80px;
    display: block;
    position: relative;
    font-size: 72px;
    color: #0c0c0c;
    background: #afc900 url("../img/long-star.png") center 5px no-repeat; }
    .left-warn .click-here:hover {
      color: #d90101; }
    .left-warn .click-here:after {
      content: '';
      width: 40px;
      height: 100%;
      background-color: #afc900;
      position: absolute;
      top: 0;
      right: -20px;
      transform: skewX(-15deg); }
    .left-warn .click-here:before {
      content: '';
      width: 300%;
      height: 100%;
      background: #afc900;
      position: absolute;
      top: 0;
      left: -299%; }
  .left-warn .text {
    margin: 25px 0 20px;
    text-align: justify;
    font-size: 11px;
    line-height: 1.7; }

.logo-img {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%; }

.adult-text {
  margin-bottom: 35px; }
  .adult-text img {
    max-width: 100%; }

.warn-list {
  text-align: center;
  margin-bottom: 45px; }
  .warn-list li {
    display: inline-block;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    margin-right: 3px;
    padding-right: 5px;
    border-right: 2px solid #6a6a6a; }
    .warn-list li:last-of-type {
      border: none; }
    .warn-list li a {
      font-size: 18px;
      text-transform: uppercase;
      color: #d90101;
      transition: all .2s; }
      .warn-list li a:hover {
        color: #afc900; }

.exit-site {
  display: block;
  color: #fff;
  text-align: center;
  transition: all .2s; }
  .exit-site:hover {
    color: #d90101; }
  .exit-site span {
    display: block; }
    .exit-site span:first-child {
      text-transform: capitalize;
      font-size: 60px;
      margin-bottom: 5px; }
    .exit-site span:last-child {
      font-size: 24px;
      text-transform: capitalize; }

.right-warn img {
  max-width: 100%; }

.member-footer {
  padding: 35px 25px 35px 55px;
  background: transparent url("../img/mem-foot-logo.png") left center no-repeat; }
  .member-footer p {
    color: #bababa;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px; }
  .member-footer li {
    display: inline-block;
    padding-right: 4px;
    border-right: 1px solid #fff; }
    .member-footer li a {
      font-size: 18px;
      color: #fff; }
      .member-footer li a:hover {
        text-decoration: underline; }

.fright {
  float: right; }

.clickme {
  float: right; }

.clickme a {
  float: left; }

.clickme a.joinBtn {
  background-color: #afc900;
  font-size: 28px;
  color: #010101;
  display: block;
  height: 65px;
  line-height: 65px;
  padding: 0 25px; }

.clickme a:hover {
  text-decoration: none;
  color: #010101; }

.banner_cam {
  background: url(../img/banner_cams.png) no-repeat center top; }

.logo {
  float: left;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative; }

.cam {
  padding: 20px 28px 0; }

.titlebox h2 {
  float: left;
  font-size: 24px;
  color: #2d2d2d;
  letter-spacing: -0.01em;
  background: url(../images/title_logo.png) no-repeat left top;
  padding-left: 42px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 34px; }

.clicktome {
  float: right; }

.clicktome a {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: -0.025em;
  background: #d4001e url(../images/right_arrow.png) no-repeat 13px center;
  padding-left: 32px;
  padding-right: 18px;
  display: block;
  text-transform: uppercase;
  line-height: 37px; }

.clicktome a:hover {
  background-color: #4a4a4a;
  color: #fff; }

.cam_banner {
  padding-top: 20px; }

.cam_banner img {
  padding-bottom: 20px; }

.cam_banner p {
  font-size: 15px;
  line-height: 21px;
  color: #313130;
  padding-bottom: 20px; }

.cam_pic {
  float: left;
  margin-right: 29px;
  margin-bottom: 25px;
  width: 320px; }

.cam_pic.last {
  margin-right: 0px; }

.livenow {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 28px; }

.livenow p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #d4001e; }

.allmodels {
  margin: 0 50px 50px 25px;
  overflow-y: auto;
  height: 1345px; }

.meetme {
  padding-bottom: 22px; }

.meetme a {
  font-family: 'latobold';
  font-size: 66px;
  color: #fdfdfd;
  text-decoration: underline;
  background-color: #d4001e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  line-height: 125px; }

.meetme a:hover {
  background-color: #4a4a4a;
  color: #fff; }

.vna_network_pic {
  padding-top: 40px; }

.vna_members {
  width: 987px;
  margin: -76px auto 0;
  position: relative; }

.vna_member {
  float: left;
  margin-bottom: 5px; }

.vna_member p {
  font-family: 'open_sansregular';
  font-size: 12px;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px; }

.vna_member p a {
  color: #2d2d2d; }

.vna_member p a:hover {
  color: #5cb9fc; }

.vna_member img {
  height: 129px; }

.row_one .vna_member {
  margin-right: 6px; }

.row_two {
  position: relative;
  z-index: 2; }

.row_two .vna_member {
  margin-right: 5px; }

.mail_list {
  border-bottom: 1px solid #28252c;
  font-size: 0;
  clear: both;
  padding-bottom: 17px; }

.mail_list h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #d90101;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 25px; }

.email_subscribe {
  text-align: center; }

.email_subscribe p {
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 42px;
  padding-right: 16px; }

.email_subscribebox {
  display: inline-block;
  height: 42px;
  background-color: #fdfdfd;
  width: 336px;
  margin-right: 14px;
  border: none;
  padding: 0 12px;
  font-size: 14px;
  color: #b5b4b3;
  border: 1px solid #d0d0d0; }

.email_subscribe .label-line {
  display: inline-block; }

.email_subscribe label {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  padding-right: 20px;
  position: relative;
  padding-left: 25px; }

.email_subscribe label:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #fff;
  border: 4px solid #fff; }

.email_subscribe .label-line input {
  display: none; }

.email_subscribe .label-line input[type="radio"]:checked + label:before {
  background-color: #d90101; }

.submit {
  display: inline-block;
  border: none;
  background-color: #afc900;
  color: #020202;
  text-transform: uppercase;
  height: 36px;
  width: 90px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Oswald'; }

.submit:hover {
  color: #fff;
  background-color: #d90101; }

.footer {
  padding-top: 5px;
  padding-bottom: 10px; }

.subscribe {
  display: inline-block; }

footer {
  padding-top: 10px;
  background-color: #010101;
  border-top: 1px solid #28252c;
  border-bottom: 1px solid #28252c; }

.footer p.copyright {
  float: left;
  font-weight: 300;
  font-size: 14px;
  color: #ccc;
  line-height: 42px;
  text-transform: uppercase; }

.vna_logo {
  float: left;
  padding-left: 12px; }

.footer p.footer_links {
  float: right;
  font-weight: 300;
  font-size: 14px;
  color: #ccc;
  line-height: 42px;
  text-transform: uppercase; }

.footer p.footer_links a {
  color: #ccc; }

.footer p.footer_links a:hover {
  color: #d90101; }

.warning_fmodel {
  float: left;
  margin-left: 60px;
  margin-right: 32px;
  position: relative;
  top: 54px; }

/* Tour */
.tour_banner {
  background: url(../img/tour_banner.jpg) no-repeat center top; }

.about_banner {
  background: url(../img/about_banner.png) no-repeat right top; }

.video_right {
  float: right;
  width: 545px;
  margin-bottom: 15px;
  margin-right: 45px;
  clear: both;
  position: relative;
  background-color: rgba(25, 22, 21, 0.9); }

.video_player {
  background: url(../img/video_bg.png) repeat;
  padding: 3px; }

.video_player video {
  width: 100%; }

.become_member {
  padding-top: 15px;
  padding-bottom: 18px;
  color: #fff;
  text-align: center; }

.become_member--decr {
  padding: 10px 25px 25px; }

.become_member_title {
  font-weight: 500;
  font-size: 33px; }

.become_member_title span {
  font-weight: 600;
  color: #d90101;
  font-size: 42px; }

.become_member-text {
  font-weight: 300;
  color: #b2b2b2;
  line-height: 23px; }

.model_home {
  position: absolute;
  bottom: -180px;
  right: -370px; }

.mytweet_block {
  border: 1px solid #d9d8d9;
  background-color: #fdfdfd;
  margin-bottom: 22px;
  position: relative;
  float: left;
  width: 466px;
  padding: 20px 40px 42px; }

.tweetbox {
  margin-top: 36px;
  width: 300px;
  height: 320px;
  position: relative;
  z-index: 2; }

.tweetbox iframe {
  width: 300px;
  height: 320px !important; }

.tweet_model {
  position: absolute;
  right: -81px;
  bottom: 0px;
  z-index: 1; }

.mytweet_block .titlebox {
  position: relative;
  z-index: 2; }

.member_enjoy {
  float: right;
  width: 595px;
  padding: 20px 40px;
  border: 1px solid #d9d8d9;
  background-color: #fdfdfd;
  position: relative;
  min-height: 453px; }

.member_enjoy ul {
  padding-top: 32px; }

.member_enjoy ul li {
  font-size: 18px;
  color: #d4001e;
  background: #f5f2f6 url(../images/point.png) no-repeat 11px 10px;
  padding: 10px;
  line-height: 18px;
  padding-left: 40px;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-transform: uppercase;
  letter-spacing: -0.01em; }

.member_enjoy ul li:nth-child(2n) {
  margin-right: 0px; }

.member_enjoy a.btn {
  font-size: 42px;
  font-family: 'latobold';
  color: #fdfdfd;
  text-transform: uppercase;
  text-align: center;
  background-color: #d4001e;
  line-height: 80px;
  display: block;
  text-decoration: underline;
  letter-spacing: -0.025em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 16px; }

.member_enjoy a.btn:hover {
  background-color: #4a4a4a; }

/* Counter part */
.header_top {
  background-color: #000000;
  height: 142px;
  overflow: hidden; }

.nextshow {
  float: left;
  text-align: center;
  width: 592px;
  margin-top: 12px;
  min-height: 118px; }

.nextshow h3 {
  font-size: 69px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300; }

.nextshow h4 {
  font-family: 'Arial', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px; }

.nextshow p {
  font-family: 'latolight';
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #fff; }

.nextshow p span {
  color: #40d7ed; }

.counter {
  float: right;
  width: 485px;
  margin-top: 12px; }

.country_style {
  margin-top: -5px; }

/* Flashing */
.click-here, .clickme a, .become_member a, .meetme_btn a, .member_enjoy a.btn, .clicktome a, .meetme a {
  animation-name: flashing;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-name: flashing;
  -webkit-animation-duration: 1s; }

@-webkit-keyframes flashing {
  0% {
    background-color: #afc900; }
  25% {
    background-color: #fff; }
  50% {
    background-color: #fff; }
  75% {
    background-color: #afc900; }
  100% {
    background-color: #afc900; } }
@keyframes flashing {
  0% {
    background-color: #afc900; }
  25% {
    background-color: #fff; }
  50% {
    background-color: #fff; }
  75% {
    background-color: #afc900; }
  100% {
    background-color: #afc900; } }
.click-here:hover, .clickme a:hover, .become_member a:hover, .clicktoseemore a:hover, .meetme_btn a:hover, .member_enjoy a:hover.btn, .clicktome a:hover, .meetme a:hover {
  animation-name: one;
  -webkit-animation-name: one; }

/* Flashing Close */
.header_top {
  display: block; }

.header_cams {
  background-color: #717171;
  display: none; }

.header_cams input {
  opacity: 0;
  position: absolute;
  top: -9999px;
  visibility: hidden; }

.header_cams label {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 15px 0;
  cursor: pointer; }

.header_cams label span.arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ffffff;
  display: inline-block;
  height: 0;
  margin-left: 10px;
  width: 0; }

.hide-lg {
  display: none; }

@media only screen and (min-width: 1200px) {
  .member-body .centerwrap {
    width: 1160px; }
  .member-body .centerwrap--lt {
    max-width: 1120px; }
  .member-body .members-page li {
    padding: 0 24px; }

  .member-block_content {
    width: 860px; }

    .bloglast
    {
	width: 360px;
    }

}
@media only screen and (max-width: 1120px) {


  .centerwrap {
    width: 994px; }

  .nextshow {
    width: 500px; }

  .click-here-block .title-block_caption, .top-twit {
    padding-left: 10px; }

  .join-img {
    width: 100%;
    right: -20px; }

  .membership_plans {
    text-align: center; }

  .plan {
    margin-bottom: 15px; }

  .members-page #topnav li {
    font-size: 17px; }

  li.drop:after {
    top: 19px; }

  .members_banner {
    overflow: hidden;
    background: transparent url("../img/members_banner.png") right top no-repeat; }
    .members_banner .join-img {
      display: none; }

  .photos_banner .logo {
    padding-top: 0; }

  .right-warn, .left-warn {
    display: block;
    width: 100%; }

  .join_banner .logo {
    padding-top: 30px;
    padding-bottom: 197px; }
    .join_banner .logo p {
      display: none; }

  .members_banner .logo img {
    left: 0; }

  .member-block_content {
    width: 730px; }

 .bloglast
    {
	width: 360px;
    }

}
@media only screen and (max-width: 1023px) {
  .tour_banner {
    background-position: 90% top; }

  .header_cams {
    display: block; }

  .centerwrap {
    width: 748px; }

  .header_top {
    height: auto; }

  .counter, .nextshow {
    float: none;
    margin: 12px auto 0; }

  .nextshow {
    min-height: auto; }
    .nextshow h3 {
      font-size: 45px; }
    .nextshow h4 {
      font-size: 12px;
      margin-top: 5px; }

  nav li {
    font-size: 16px; }
    nav li a {
      padding: 7px 0; }

  .clickme a.joinBtn {
    height: 45px;
    line-height: 45px; }

  .joinBtn--star:before {
    top: -1px; }

  .video_right {
    margin-right: 15px;
    width: 500px; }

  .become_member_title {
    font-size: 27px; }
    .become_member_title span {
      font-size: 32px; }

  .list-content {
    position: static;
    display: inline-block;
    vertical-align: top; }

  .click-here-block.flex {
    -webkit-flex-direction: column;
    flex-direction: column; }
    .click-here-block.flex .title-block_caption {
      margin-bottom: 10px; }

  .big-span {
    font-size: 50px; }

  .twit-girl {
    display: none; }

  .block-logo {
    margin: 30px 0 40px; }
    .block-logo .click-here {
      font-size: 24px; }
    .block-logo .click-here.view-more {
      margin-right: 10px;
      background-position: 98% 18px; }

  footer .warning_fmodel {
    display: none; }
  footer .footer p.footer_links {
    float: none; }

  .about-link {
    margin: 0 5%; }

  .credit {
    margin-top: 0; }

  .my-credits, .movie-credits {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0; }

  .movie-credits .title-block {
    width: 100%;
    float: none; }

  .block ul li {
    font-size: 16px; }

  .join_banner .join-img {
    width: 75%; }
  .join_banner .logo {
    padding-bottom: 0; }
    .join_banner .logo img {
      width: 90%; }

  .members-page li {
    padding: 0 8px;
    font-size: 16px; }

  li.drop {
    padding-right: 25px; }
    li.drop:after {
      right: 6px;
      top: 15px; }

  .member-block.flex {
    flex-direction: column-reverse; }

  .member-block_content,
  .member-block_left {
    width: 100%; }

  .timezone {
    text-align: center; }
    .timezone span {
      padding-left: 0; }
    .timezone select {
      margin: 0 auto 10px; }

  .update.flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }

  .update .block {
    margin-bottom: 0; }

  .vnalive-block {
    padding: 15px 10px; }

  .timezone-block {
    margin-bottom: 15px; }

  .timezone-block .timezone form {
    width: 190px; }

  .credit.flex {
    display: block; }

 .bloglast
    {
	width: 360px;
    }
}
@media only screen and (max-width: 767px) {
  .centerwrap {
    width: 460px; }

  .hide-lg {
    display: block; }

  .hide-mob {
    display: none; }

  .topnav {
    padding: 0; }

  nav {
    margin: 0; }

  .top-nav {
    position: relative;
    background-color: #010101; }

  #topnav {
    padding-left: 20px; }
    #topnav li {
      float: none;
      font-size: 21px; }
      #topnav li a {
        padding: 12px 0; }
        #topnav li a:before {
          display: none; }

  .video_right {
    float: none;
    width: 100%;
    margin: 0; }

  .video-block_item {
    width: 100%;
    margin-bottom: 10px; }

  .video-block--flex {
    display: block; }

  .wrap-blog-widjet,
  .list-content {
    position: static;
    width: 100%; }

  .list-content {
    padding-top: 20px; }

  .twit-col {
    width: 100%; }

  .bodyarea {
    background: #010101; }

  .vna-girls li {
    width: 15%; }

  .block-logo .click-here {
    display: block;
    text-align: center; }
  .block-logo .click-here.view-more {
    display: block;
    background-position: 90% 18px; }
    .block-logo .click-here.view-more:before {
      display: none; }
    .block-logo .click-here.view-more:after {
      width: 80%;
      left: 10%; }

  .click-here.view-more.fright {
    float: none; }

  .lt-logo {
    position: static;
    margin-left: 0;
    display: block;
    margin: 10px auto; }

  .mail_list h3 {
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 15px; }

  .submit {
    margin-bottom: 10px;
    margin-top: 10px; }

  .footer {
    padding-bottom: 0; }
    .footer p.footer_links {
      font-size: 12px;
      line-height: 1.7;
      text-align: center; }
      .footer p.footer_links a {
        margin: 0 10px; }

  .about-block_img, .about-block_descr {
    display: block;
    width: 100%; }

  .about-block_img {
    margin-bottom: 15px; }
    .about-block_img img {
      display: block;
      margin: auto; }

  .text, .money {
    font-size: 16px; }

  .about-block_bottom {
    text-align: center; }

  .address {
    display: block;
    width: 100%;
    margin-top: 15px; }

  .join-model, .join-content {
    display: block;
    width: 100%;
    padding-left: 0; }

  .join-model {
    margin-bottom: 10px; }

  .member-block_content__img img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%; }
    .member-block_content__img img:last-child {
      margin: 0 auto 10px; }

  .logo p {
    padding-left: 10px; }

  .paginator.desctop {
    display: none; }

  .paginator.mobile {
    display: block; }

  .photo-thumb {
    width: 49.5%; }

  .vid-block .block-title.flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .vid-block .member-block_content__title {
    margin-bottom: 5px; }

  .vid-data {
    width: 100%;
    margin-bottom: 10px; }

  .centerwrap--visible {
    overflow: hidden; }

  .timezone-block.flex {
    display: block;
    text-align: center; }
    .timezone-block.flex .timezone {
      margin-bottom: 15px; }

  .vnalive-thumb {
    width: 31%; }

  .warn {
    background: #000;
    overflow-x: hidden; }

  .right-warn, .left-warn {
    max-width: none;
    text-align: center; }

   .left-warn {
    background: transparent url("../img/warn-bg.png") 50% 1px no-repeat;
    background-size: 200px;
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px; }

  .left-warn .click-here {
    padding-right: 0;
    font-size: 40px;
    height: 70px;
    line-height: 70px; }
    .left-warn .click-here:after, .left-warn .click-here:before {
      display: none; }

  .warn-logo {
    text-align: center; }

  .warn-list li a {
    font-size: 12px; }

  .exit-site span:first-child {
    font-size: 30px; }

  .exit-site span:last-child {
    font-size: 14px; }

  .wrap-twit {
    height: auto; }

  .list-content li:after {
    right: -1px; }

  .list-content li:before {
    left: -1px; }

  .join_banner .join-img {
    width: 100%; }

  .movie-list li {
    width: 100%;
    display: block;
    text-align: center; }

  .tour_banner .logo {
    padding-bottom: 0;
    padding-top: 170px; }

    .bloglast
    {
	width: 380px;
    }
}
@media only screen and (max-width: 479px) {

  .centerwrap {
    width: 300px; }
	
.adult-text {
	background:rgba(0,0,0,0.7); padding:10px; margin-bottom:10px; margin-top:40px; border-radius:5px; -webkit-border-radius:5px; }

  .nextshow, .counter {
    width: 100%; }

  .header_top .centerwrap {
    width: 100%; }

  .home_logo {
    padding: 0; }
    .home_logo img {
      width: 100%; }

  .become_member_title {
    font-size: 18px;
    margin-bottom: 5px; }
    .become_member_title span {
      font-size: 22px; }

  .become_member--decr {
    padding: 10px; }

  .become_member-text {
    line-height: 1.2; }

  .title-block_caption {
    font-size: 21px;
    padding-bottom: 12px; }

  .fright {
    float: none; }

  .sign {
    display: block;
    margin-top: 15px;
    text-align: center; }

  .click-here-block {
    padding: 0; }
    .click-here-block .click-here {
      font-size: 18px; }
      .click-here-block .click-here:before {
        top: 0; }
    .click-here-block .title-block_caption {
      padding: 5px;
      font-size: 18px; }

  .list-content li, .list-content .rotate {
    background: none; }
    .list-content li:before, .list-content li:after, .list-content .rotate:before, .list-content .rotate:after {
      display: none; }

  .vna-girls li {
    width: 20%; }

  .email_subscribe {
    text-align: left; }

  .about-block_bottom a {
    display: block; }

  .about-link {
    margin: 10px 0; }

  .responsive_menu select {
    background-position: 60% 60%; }

  .count-view {
    max-width: 250px; }
    .count-view .text {
      font-size: 10px;
      line-height: 1;
      margin-bottom: 0;
      display: block; }

  .num {
    font-size: 16px; }

  .photo-thumb {
    width: 100%; }

  .wrap-video-thumb.flex {
    display: block; }

  .wrap-video-thumb img {
    width: 100%; }
  .wrap-video-thumb img:not(:first-child) {
    /*display: none;*/
    padding-top: 5px;}

  .vnalive-thumb {
    width: 47%; }

  .vnalive-top-block img {
    width: 100%; }
  .vnalive-top-block img:not(:first-child) {
    display: none; }

  .timezone-block .timezone span {
    display: block;
    margin-bottom: 5px; }

  .member-footer {
    background: none;
    padding: 15px; }
    .member-footer li {
      border: none;
      margin-bottom: 5px;
      display: block; }

  .title-block {
    background-image: none; }

    .bloglast
    {
	width: 220px;
    }
}
  	
/* Categories */
.catBlock{border:3px solid #000; background-color:#000; border-radius:12px; -webkit-border-radius:12px; width:auto;/*852px*/ float:left; clear:both; padding:40px 42px; position:relative;}
.blockHeader{text-align:center; margin-top:20px; padding-bottom:40px;}
.blockHeader h2{font-size:30px; color: #000; padding-top:10px;}
.blockHeader p{font-size:15px; color:#000; font-weight:bold;}
.catPhotos{padding-top:35px; text-align:center;}
.catPhoto{text-align:center; display:inline-block; font-size:12px; font-weight:bold; width:30%; margin-bottom:16px; }
.cattitle{text-align:center; display:inline-block; font-size:17px; font-weight:bold; color: #000; margin-bottom:3px;}
.catPhoto p{}
.catPhoto a{color:#000;}
.catPhoto a:hover{text-decoration:underline;}
.catPhoto img{border:1px solid #000; display:inline-block; max-width:300px;}
.catPhoto span{display:block;}

/*# sourceMappingURL=style.css.map */
.camsoda a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #FFF;
}
