@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: 10;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* 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;
	color: #0FF;
}

* {
  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; }




.modal-window {
  position: fixed;
/*  background-color: rgba(200, 200, 200, 0.75);*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 400;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fffc00;
  color: black;
  text-align: center;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

/**************
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; }
  .bodyarea--warning {
    background: url("../img/warningbg.jpg") center 25% repeat-x, url(../img/warningbg.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: #000;
  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;
	position: relative;
	background: url("../img/bg2.jpg"); }
	
 
 
 .footerbg {
	width: 1085px;
	margin: auto;
	overflow: hidden;
	position: relative;
	background-color: #4f5050;
 }
 	
.nextshowlive {
  width: 1085px;
  margin: auto;
  overflow: hidden;
  position: relative;
  background-color: #000;
 }

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

.centerwrap--visible {
  overflow: visible; }

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

.topnav {
  background: #131418 url("../img/bg-pat.gif") top left;
  padding: 1px 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(10% - 5px);
  background: #fff;
  text-align: center;
  margin-right: 5px;
  position: relative; }

nav li a {
  color: #000;
  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: #009999; }

.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 {
  background: #383838;
  width: 100%;
  z-index: 5; 
   padding-top: 20px;
   padding-bottom: 20px;}
  .title-block2 {
  background: #383838;
  width: 100%;
  padding-top: 20px;
  z-index: 5; }
  
  
.movie-credits .newtitle{width:100%;  padding-left:10px;}
.title-block_caption {
  color: #fff;
  font-size: 30px;
  padding-bottom: 8px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  padding-left: 35px;
  background: url("../img/title-ico.png") left top no-repeat; }

.sign {
  margin-top: -35px;
  font-size: 24px;
  color: #c4d312;
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
  position: relative; }
  .sign:hover {
    color: #0f98aa; }
  .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: #becc15;
	position: relative;
	padding: 10px 10px 10px 0;
	z-index: 5;
	background-color: #becc15;
}
  .click-here-block:before {
    content: '';
    width: 100px;
    height: 100%;
    background-color: #becc15;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1; }
  .click-here-block:after {
    content: '';
    width: 40px;
    height: 100%;
    background-color: #becc15;
    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: #fff;
  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: #0f98aa;
  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: #0f98aa;
  font-size: 21px; }
  .red-span i {
	font-size: 32px;
	display: block;
	color: #6d67eb;
}

.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;
	color: #6d67eb;
}

.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: #becc15; }
    .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: #c8d718;
  margin-bottom: 5px;
  transition: color .2s; }
  .list-content_title--lt {
    font-size: 30px; }

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

.block-logo {
	position: relative;
	background: #131418;
	padding: 15px 0;
	margin-bottom: 0px;
	margin-top: -55px;
	background-color: #383838;
}
  .block-logo--bottom {
    margin-top: 10px;
    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); }
.fright{float:right;}

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



.vna-network_title {
  text-align: center;
  margin-bottom: 10px; }
  .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: #becc15; }
    .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: #becc15; }
  .video-block_item img {
    width: 100%; }

.video-block_item-title {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 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: #0f98aa;
  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: #becc15; }
  .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: #becc15;
      border-bottom-color: #becc15; }
  .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(255, 255, 255, 0.85);
  left: 0;
  bottom: 10px;
  text-align: right;
  color: #0f98aa;
  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;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 35px; }

.about-block_title {
  
  color: #0f98aa;
  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: #0f98aa;
  padding-left: 15px; }

.text {
  color: #4e5050;
  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; }
	
	.data span a {
    display: block;
	color: #000; }

.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;
   }
   
   .memberheading {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 2px;
  padding-top:2px;
  width: 100%;
   }

.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: #becc15; }

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

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

.movie-credits {
  width: 100%;
  }
  .movie-credits .title-block {
   /* width: 100%;
    float: right;*/
    margin-bottom: 10px; }

.block {
  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: #becc15;
  font-size: 14px;
  transition: all .2s;
  position: absolute;
  bottom: 12px;
  left: 52%;
  z-index: 10; }
  .money:hover {
    color: #fff; }

.join {
  overflow: hidden; }

.join_banner {background: transparent url("../img/join_banner.png") center top no-repeat;
  height: 380px;}
  .join_banner .logo {
    padding-bottom: 0;
    padding-top: 3px;
    z-index: 10; }
    .join_banner .logo p {
      font-size: 32px;
      font-style: normal;
      color: #becc15;
      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: #0f98aa; }

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

a.join_now_btn {
  background: #0f98aa;
  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: #becc15; }

.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: #0f98aa; }

.best_deal {
  background: #becc15; }

.join-block {
  
  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: #000;
    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: #0f98aa; }

.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: #0f98aa;
    position: absolute;
    right: 7px;
    top: 22px; }

.members_banner {
 background: transparent url("../img/members_banner.png") center top no-repeat; 
  }
  .members_banner .join-img {
    right: 340px; }
  .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: #becc15;
  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;
  padding-top: 20px;}

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

.member-block_content {
  width: 1120px;
  padding: 15px; }

.member-block_content__title {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  color: #0f98aa;
  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: #0f98aa; }

.h3 {
  font-size: 18px; }

.cams-block {
  padding: 10px; }

.cams-block_title {
  color: #0f98aa;
  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: #0f98aa;
    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: #0f98aa;
    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") top no-repeat; 
  height: 389px;}
  .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: #becc15;
  font-weight: 500;
  font-size: 26px; }

.paginator.mobile {
  display: none; }

.paginator {
  text-align: center; }
  .paginator--top {
    margin-bottom: 35px; margin-top:25px;}
  .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: #0f98aa;
        color: #fff;
        border-color: #0f98aa; }

.photos-block {
  padding: 10px 15px 1px;
  margin:10px auto 40px;
  width:98%;
  /*margin-top: 10px;
  margin-bottom: 40px; */}
.movie-credits .photos-block{width:auto;}
.photo-thumb {
  width: 24.5%;
  margin-bottom: 10px; }
  .photo-thumb img {
    width: 100%;
    margin-bottom: 3px; }
  .photo-thumb span {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2; }
	.photo-thumb p  {
    display: block;
    color: #0f98aa;
    font-size: 17px;
    font-weight: 600;
	text-decoration: underline;
    line-height: 1.2; }
  .photo-thumb .red-color {
    color: #0f98aa; }

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

.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; }
  
  .update_logo {
	padding-right: 20px; }
    .update_logo img {
      width: 100%; }

.socio-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 3px; }
  
 .twitterfeeds{float:left; width:320px; padding:11px; background-color:#00252b;}
.twitterfeeds iframe{height:1621px!important;} 
.heightauto{height:auto;}

.update-block {
  float:right; width:700px; background: transparent; padding:34px 44px 34px 0;
  margin-bottom: 45px; }
   .update-block iframe{width:100%;}
  .update-block:last-of-type {
    margin-bottom: 0; }

.update-block_title {
  font-family: 'Arial', sans-serif;
  font-size: 21px;
  line-height: 1.2;
  color: #0f98aa;
  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 {
  background: transparent url("../img/videos_banner.png") 80% top no-repeat;
  height: 380px; }
  .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: #383838; }

.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: #383838;
  font-size: 14px;
  line-height: 1.3; }
  .vid-data p:first-of-type {
    font-size: 18px; }
  .vid-data a {
    color: #0f98aa; }
    .vid-data a:hover {
      text-decoration: underline; }

.vnalive_banner {
  background: transparent url("../img/vnalive_banner.png") 80% top no-repeat;
  height: 380px; }
  .vnalive_banner .logo {
    padding-bottom: 55px; }
	
.vnasites_banner {
  background: transparent url("../img/vnasites_banner.png") 95% top no-repeat;
  height: 380px; }
  .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; }
  
.bg-block2 {
  background: transparent; }
  

.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: #3D3D3D;
  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: #becc15 url("../img/long-star.png") center 5px no-repeat;
	background-color: #becc15;
}
    .left-warn .click-here:hover {
      color: #0f98aa; }
    .left-warn .click-here:after {
      content: '';
      width: 40px;
      height: 100%;
      background-color: #becc15;
      position: absolute;
      top: 0;
      right: -20px;
      transform: skewX(-15deg); }
    .left-warn .click-here:before {
      content: '';
      width: 300%;
      height: 100%;
      background: #becc15;
      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: 25px; }
  .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: 17px;
      text-transform: uppercase;
      color: #0f98aa;
      transition: all .2s; }
      .warn-list li a:hover {
        color: #becc15; }

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

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

.member-footer {
  padding: 35px 25px 35px 25px;
  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: #becc15;
  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: right;
  padding-right: 20px;
  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;
  background: #000;}

.mail_list h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #becc15;
  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: #0f98aa; }

.submit {
  display: inline-block;
  border: none;
  background-color: #0f98aa;
  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: #0f98aa; }

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

.subscribe {
  display: inline-block; }

footer {
  padding-top: 10px;
  background-color: #000;
  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;
  background: #000;}

.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: #0f98aa; }

.warning_fmodel {
  float: left;
  margin-left: 120px;
  margin-right: -122px;
  position: relative;
  top: 53px; }

/* 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;
  height: 389px;}

.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: #0f98aa;
  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: #000;
  height: 142px;
  overflow: hidden; }

.nextshow {
  float: left;
  text-align: center;
  width: 592px;
  margin-top: 32px;
  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: #becc15; }
  25% {
    background-color: #fff; }
  50% {
    background-color: #fff; }
  75% {
    background-color: #becc15; }
  100% {
    background-color: #becc15; } }
@keyframes flashing {
  0% {
    background-color: #becc15; }
  25% {
    background-color: #fff; }
  50% {
    background-color: #fff; }
  75% {
    background-color: #becc15; }
  100% {
    background-color: #becc15; } }
.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; }
	
.pagenav a {background-color:#000; border-radius:3px; -webkit-border-radius:3px; float:none; display: inline-block;
line-height:21px; min-width: 24px; min-height: 24px; font-size:14px; color:#fff; text-align:center; border:1px solid #000; text-decoration:none; border-collapse:separate;}

.pagenav a:hover {color:#FFF; background-color:#0f98aa; border-radius:3px; -webkit-border-radius:3px; text-decoration:none; }

.current {background-color:#0f98aa; border-radius:3px; -webkit-border-radius:3px; float:none; display: inline-block;
line-height:21px; min-width: 24px; min-height: 24px; font-size:14px; color:#fff; text-align:center; border:1px solid #000; text-decoration:none; border-collapse:separate;
	
 }
 
 ul.breadcrumb {padding-top:20px !important; font-size:18px} /* general element rules */
ul.breadcrumb li {color:#000; } /* actual page */
ul.breadcrumb li a {color:#0f98aa; } /* previous page */
ul.breadcrumb li a:visited {color:#0f98aa; } /* visited previous page */
ul.breadcrumb li+li:before {padding: 5px !important; color: #0f98aa !important;} /* color and padding of the "/" symbol */ 

/*MEDIA QUERIES*/

@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;
    }
	.update_logo {
	padding: 0; }
    .update_logo img {
      width: 100%; }

}
@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 li {
	  padding: 0 8px;
	  font-size: 16px; }
	  
  li.drop {
	  padding-right: 25px; }
	  li.drop:after {
		  right: 6px;
		  top: 15px; }

  .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;
    }
	
	.update_logo {
	right: -80px; }
    .update_logo img {
      width: 80%; }
	  
.warning_fmodel {
  float: left;
  margin-left: 100px;
  margin-right: -82px;
  position: relative;
  top: 17px; }	 
  
  .update-block{width:632px;}
  .twitterfeeds{width:300px;} 

}
@media only screen and (max-width: 1023px) {
.update-block{width:440px; padding:15px 15px 14px 0;}
.twitterfeeds iframe{height:1582px!important;}
.twitterfeeds{width:250px;}
  .tour_banner {
    background-position: 33% top; }
	.vnalive_banner,
  .vnasites_banner{
    background-position: 0 0;
  }
  .logo.about_logo{
    padding-top: 0;
    padding-right: 20px;
  }
  .logo.about_logo img{
    max-width: 280px;
  }
	
.fullview{height:auto; padding-bottom:50px;}
.newtitle{width:100%;}

.videos_banner,
.update_banner{
  background-position: 0 0;
}
.update_banner{
  background-size: cover;
}


  
  .header_cams {
    display: block; }

  .centerwrap {
    width: 748px; }

  .logo.home_logo{
    padding-bottom: 30px;
  }
  .logo.home_logo img{
    max-width: 330px;
  }
  .tour_banner{
    background-size: cover;
  }
  .photos_banner{
    background-position: 0 0;
    background-size: cover;
    height: 280px;
  }
  .photos_banner .logo{
    padding-top: 10px;
    padding-right: 7px;
  }

  .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: 410px; }

  .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 00px;
	margin-top: -30px;}
    .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: 0px;
    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 #topnav li {
    font-size: 17px; }

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

  .members_banner {
    overflow: hidden;
	height:220px;
    background: transparent url("../img/members_banner.png") 24%; }
    .members_banner .join-img {
      display: none; }


  .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;
    }
	
  .update_banner .logo{
    padding-right: 10px;
  }
	.update_logo {
	right: 0; }
    .update_logo img {
      width: 100%;
      max-width: 190px; }
    	
.catPhoto img{ max-width:250px !important;}
	  
}
@media only screen and (max-width: 767px) {
  .centerwrap {
    width: 460px; }
	
.update-block{width:100%; padding:15px 15px 14px 0; margin-bottom:21px;}
.update-block iframe{height:800px!important;}
.twitterfeeds iframe{height:500px!important;}
.twitterfeeds{width:100%; margin-bottom:45px;}

  .hide-lg {
    display: block; }

  .hide-mob {
    display: none; }

  .topnav {
    padding: 0; }

  nav {
    margin: 0; }

  .top-nav {
    position: relative;
    background-color: #010101; }
	
	 .home_logo {
	margin-left: 240px; }
    .home_logo img {
      width: 80%; }
  .logo.about_logo {
    padding-top: 20px;
  }
  .logo.about_logo img{
    max-width: 200px
  }
  #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: 2px;
	background: #383838;}

  .twit-col {
    width: 100%; }

  .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 2px; }

  .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:  transparent url("../img/bg.jpg") 100% top no-repeat;
     }

  .right-warn, .left-warn {
    max-width: none;
    text-align: center; }
	
	.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; }


   .left-warn {
    background: transparent url("../img/warn-bg.png") 50% no-repeat;
    background-size: 460px;
    padding-top: 280px;
	 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;
	width: 300px;
	padding-left: 60px;
	
	}

  .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;
    }
  
  .tour_banner{
    -webkit-background-size: contain;
    background-size: contain;
  }
.catPhoto img{ max-width:160px !important;}
}
/* 767 */
@media only screen and (max-width: 479px) {
  .logo.home_logo{
    padding-right: 10px;
  }
  .logo.home_logo img{
    width: 120px;
  }
  .tour_banner{
    -webkit-background-size: cover;
    background-size: cover;
  }
  .centerwrap {
    width: 300px; }
	
	.slider-title {
  display: none; }
	
.adult-text {
	background:rgba(0,0,0,0); padding:10px; margin-bottom:10px; margin-top:40px; border-radius:5px; -webkit-border-radius:5px; }
	
.text {	background:rgba(255,255,255,255, 0); padding:2px; margin-bottom:2px; margin-top:10px; border-radius:5px; -webkit-border-radius:5px; }

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

  .header_top .centerwrap {
    width: 100%; 
	}

  .home_logo {
	margin-right: 2px; }
    .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; }

  

  .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;}
	
  .update_banner {
  background: transparent url("../img/updates_banner.png") 17% top no-repeat; }
  .update_banner .logo {
    padding-top: 0;
    padding-bottom: 5px;
    height: auto;
    position: relative;
    top: 60px;
    padding-right: 0;}
	.update_logo {
	right: 0;
	}
    .update_logo img {
      width: 160px;
      position: relative;
      top: 10px; }
	  
	  .about_banner .logo {
    padding-top: 20px;
    padding-bottom: 5px;
	height: 380px;}
	.about_logo {
	right: auto;
  left: 0; 
	top: 0;
float: none;}
.about_logo img{
  width: 150px;
}
   .vnalive_banner .about_logo img { 
      max-width: 180px;}
	
  .vnasites_banner .logo.about_logo{
    padding-top: 10px;
      top: 0px;
      right: auto;
      left: 10px;
      float: none;
    }
  .vnasites_banner .logo.about_logo img{
    max-width: 180px;
  }
	 .about_banner{

  background: url(../img/about_banner.png) no-repeat left top;
  height: 380px;}
  
  .photos_banner {
  background: url(../img/photos_banner.png) 7% top no-repeat;
  height: 380px;}
  .photos_banner .logo {
    float: right;
    padding-top: 190px;
	padding-left: 100px;
	width: 98%; }
  
  .videos_banner {
  background: transparent url("../img/videos_banner.png") 8% top no-repeat;
  height: 380px;
  position: relative; }
 .videos_banner .logo {
    float: right;
    padding-top: 10px;
	width: 98%;  }
	
	.join_banner {
  background: transparent url("../img/join_banner.png") 4% top no-repeat;
  height: 380px; }
  .join_banner .logo {
    float: right;
    padding-top: 90px;
	width: 72%; }
	
	.vnalive_banner {
  background: transparent url("../img/vnalive_banner.png") 10% top no-repeat;
  height: 380px; }
  .vnalive_banner .logo {
    float: right;
	padding-top: 15px;
	padding-left: 50px;}
	
	.vnalive_logo img {
      width: 65%; }
	
	.vnasites_banner {
  background: transparent url("../img/vnasites_banner.png") 5% top no-repeat;
  height: 380px; }
  .vnalive_sites .logo {
    float: right;
    padding-top: 1px;
	padding-left: 10px;
	width: 88%; }
	
	.logo-img {
  padding-top: 1px;
  padding-bottom: 1px;
  max-width: 100%; }
	
  .tour_banner {
    background-position: 13% center; }
	
	.footer p.copyright {
  float: left;
  font-weight: 300;
  font-size: 12px;
  color: #ccc;
  line-height: 14px;
  text-transform: uppercase;
  background: #000;}
		
.catPhoto img{ max-width:100px !important;}
  
}
  

  	
/* 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; width:100%;}
.catPhoto{text-align:center; display:inline-block; font-size:12px; font-weight:bold; margin-left: 16px;: 16px; 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:460px; }
.catPhoto span{display:block;}


/*# sourceMappingURL=style.css.map */


/*# sourceMappingURL=style.css.map */
