@font-face {
    font-family: 'gotham_htflight';
    src: url('fonts/gothamhtf-light-webfont.woff2') format('woff2'),
         url('fonts/gothamhtf-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfmedium';
    src: url('fonts/gothamhtf-medium-webfont.woff2') format('woff2'),
         url('fonts/gothamhtf-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbold';
    src: url('fonts/gothamhtf-bold-webfont.woff2') format('woff2'),
         url('fonts/gothamhtf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuelight';
    src: url('fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body{
	margin:0px; 
	padding:0px; 
	background: #000;
    font-style: normal;
    font-family: 'gotham_htflight' !important;
	font-size: 16px !important;
	color:#FFF; 
	line-height: 1.3;
}

*:focus {
    outline: none !important;
}

ol,ul{list-style:none}
blockquote,q{quotes:none}
img{border:none; margin:0px; padding:0px; max-width:100%; display:block;}
textarea{outline:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}

a{
	text-decoration:none; 
	outline:none; 
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.clear {clear: both;}

.clear7 {clear: both; height: 7px;}

.clear15 {clear: both; height: 15px;}

#popupDiv {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: -30px;
    right: -30px;
}

@media only screen and (max-width: 767px) { .index #popupDiv { /*bottom: 20px;*/ } }

#popupDiv .blob {
	transform: translateX(-50%) translateY(-50%);
	background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 28px;
	font-family: 'bebas_neuebold';
	animation: pulse-yellow 2s infinite;
}

div#popupDiv a#close {
	position: absolute;
	display: none;
	bottom: 140px;
	right: 50px;
	color: rgba(255, 255, 255, .5);
}

div#popupDiv a#close:hover {
	position: absolute;
	bottom: 140px;
	right: 50px;
	color: rgba(255, 255, 255, 1);
}
    
#popupDiv:hover a#close {
    display: block;
}

.zttxt {
	font-size: 20px;
	line-height: 20px;
	padding: 28px 0 0 0;
	color: #000;
}

.zttxt span {
	font-size: 18px;
	color: #000;
	padding: 0 3px;
    text-shadow: none;
}

a:hover{text-decoration:none; color:#FFF; }
h1,h2,h3,h4,h5,h6,ul,p,form,input{margin:0px; padding:0px; outline:none}
.clear:before,.clear:after{content:" "; display:table;}
.clear:after{clear:both;}
.clear{*zoom:1;clear:none;}
input[type="submit"]{-webkit-appearance:none; /*-webkit-border-radius:0px;*/}
a, .A-Z_links 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 opcity 1*/
::-moz-placeholder{opacity:1}
::-webkit-placeholder{opacity:1}
.buy_vod_tourlinks {text-align: center; margin: auto; margin-top: auto; margin-top: 15px;}
.buy_vod_tourlinks a {font-size: 26px;text-decoration: underline;}
.availdate {font-size: 12px;}

.flex-direction-nav a { line-height:40px;color:#FFF;}

/* Responsive navigation */
a.meanmenu-reveal{display:none}

.mean-container .mean-bar{
	top: 0; 
	right: 0;
	position: relative;
	padding: 0;
	z-index: 5;
}

.mean-container a.meanmenu-reveal{
	width:25px;
	height:25px;
	z-index: 6;
	padding: 5px 5px 2.5px 5px;
	position:absolute;
	top: 0px;
	right:0;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	text-indent:-9999em;
	line-height:22px;
	display:block;
	background: transparent;
}

.mean-container a.meanmenu-reveal span{
	display:block;
	background:#fff;
	height: 4px;
	margin-top: 5px;
}

.mean-container a.meanmenu-reveal span:first-child{
	margin-top: 0px;
}

.mean-container .mean-nav{
	position: relative;
	width: 100%;
	overflow:hidden;
	padding: 30px 0 0 0;
}

.mean-container .mean-nav ul{
	list-style-type:none;
}

.mean-container .mean-nav ul ul{background-color:#333;}

.mean-container .mean-nav ul li{
	position:relative;
	float:none;
	font-size: 28px;
	padding: 5px 0 3px 0 !important;
	padding: 0;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.mean-container .mean-nav ul li a{
	display:block;
	float:none;
	padding: 0px 15px;
	margin:0;
	text-align:left;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase; 
	height:auto; 
	line-height: 32px;
}

.mean-container .mean-nav ul li li a{width:80%;padding:0 10%;border-bottom:1px solid #000;
	/*opacity:.75;filter:alpha(opacity=75);*/text-shadow:none!important;visibility:visible;
}

.mean-container .mean-nav ul li a.join{
	border-bottom:0;
	margin: 5px 15px 7px 15px;
	padding: 9px 0 6px 0;
	text-align: center;
	font-size: 26px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.mean-container .mean-nav li.mean-last { padding: 0 15px !important; margin: 10px 0; border-bottom: none; }

.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}

.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}

.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}

.mean-container .mean-nav ul li a:hover{ background: rgba(2, 2, 2, 0.8); color:#fff}

.mean-container .mean-nav ul li a.mean-expand{
	width:26px;height:auto;border:0!important;
	padding:0 12px!important;text-align:center;position:absolute;
	right:0;top:0;z-index:2;font-weight:700}

.mean-container .mean-nav ul li a.mean-expand:hover{background:0}

.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}

.mean-nav .wrapper{width:100%;padding:0;margin:0}

.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
/* Closed */

.site-select select {  
    font-family: 'bebas_neuebold';
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    appearance:none;
    font-size: 28px;
    background: transparent no-repeat 96% center;
    padding: 0 15px;
}

.site-select i { display: inline-block; position: absolute; right: 0px; top: 10px; }

/* jQuery Slider start */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; display:none;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a,
ul.bjqs-controls.v-centered li.bjqs-next a { padding:10px 10px; background:rgba(0,0,0,0.4); color:#FFF; font-size:20px; }
ul.bjqs-controls.v-centered li.bjqs-prev a:hover, ul.bjqs-controls.v-centered li.bjqs-next a:hover { background:rgba(0,0,0,0.9); color:#FFF; }
/* jQuery Slider close */

.centerwrap{
	width: 100%;
	margin:auto;
	position: relative;
}

div.centerwrap.clear.content { padding: 0 5px; }

header{
	position: relative;
	height: auto;
	z-index: 10000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.index header {
	position: absolute;
}

.modelpage header {
	position: absolute;
}

.modelpage nav li a.current { color: #fff; }

header.active {
    background: #000;
    position: fixed;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.logo{
	float:left; 
	padding-top: 10px;
	position: relative;
}

.logo a { 
	color: rgba(255, 255, 255, .9);
}

.logo img {
	width: 200px;
	/*min-height: 55px;*/
}

div.logo .slogen {
	position: absolute;
	right: -2px;
	text-transform: uppercase;
	letter-spacing: 5.4px;
	bottom: -14px;
	font-family: 'bebas_neuebold';
}

nav {
	float:right; 
	font-family: 'bebas_neuebold';
}

nav li {
	float:left; 
	font-size: 34px; 
	text-transform:uppercase; 
	font-weight: normal;
	padding: 3px 8px 0px 8px;
	margin: 5px 0 0 0;
}

nav li:nth-child(9) {
	margin-top: 0 !important;
}

nav li a{color:#fff; display:block;font-weight: 400;}

nav li a.join{
	background: url(i/blue_grad.jpg); 
	padding: 3px 12.5px 3px 12.5px; 
	color:#fff;
	height: auto;
	margin: 2px 0 5px 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

nav li a.join:hover{
	filter: alpha(opacity=90);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}

nav li a.current{ color: #00aff0;}

nav li a:hover {color: rgba(255, 255, 255, .75);}

nav li a:hover.join{ color:#fff;}

nav li:last-child{
	padding-right:0px;
	background: none;
}

.slider{max-width:1368px; margin:auto; position:relative;}
.caption{position:absolute; left:0px; bottom:0px; width:100%; background-color:rgba(0,0,0,0.5); padding-top:25px; padding-bottom:25px;}
.caption h3{font-size:20px;}
.caption h3 a{color:#fff;}
.caption h3 a:hover{color:#fa0695;}
.caption p{font-size:20px; color:#807e7e;}
.caption p a{color:#fa0695;}
.caption p a:hover{color:#fff;}
.caption .centerwrap{padding-left:40px; }

.midads{background-color:#1d1c1c; margin-top:1px; text-align:center; padding-top:26px; padding-bottom:32px;line-height: 1.4;}
.midads h3{font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:800; font-size:32px; padding-bottom:3px;}
.midads h3 a{color:#fa0695;font-weight: 600;}
.midads h3 a:hover{color:#fff;}
.midads p{font-size:26px; color:#fff; line-height:30px;}

.updatesBlock{ /*padding-top: 15px;*/ position:relative; }

h2.title, h1.title{
	font-family: 'bebas_neuebold';
	font-weight: normal; 
	font-size: 34px;   
	position:relative; 
	display:inline-block;
	color:#fff;
}

h2.tour_title {
	text-align: center;
	font-family: 'bebas_neuebold';
	font-size: 34px;
	background: black; 
	position: relative;
    z-index: 1;
}

h2.tour_title:before {
  border-top: 1px solid #fff;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
h2.tour_title span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #000;
  padding: 0 15px;
  font-weight: normal;
}

.h2title, .h1title {
  display: flex;
  color: white;
  margin: 45px 3px 5px 3px;
}

.h2title:before, .h1title:before,
.h2title:after, .h1title:after {
  content: '';
  margin: auto 0;
  border-bottom: solid 1px;
  flex: 1;
}

.h2title h2, .h1title h1 {
  position: relative;
  padding: 1px 0.6em 1px 0.6em;
  overflow: hidden;
  background: linear-gradient(white, white) no-repeat top center, linear-gradient(white, white) no-repeat bottom center;
  background-size: calc(100% - 1.15em) 1px;
  font-family: 'bebas_neuebold';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
}

.h2title h2:before, .h1title h1:before,
.h2title h2:after, .h1title h1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: solid 1px;
  border-top: none;
  border-bottom: none;
  transform: skew(45deg)
}

.h2title h2:after, .h1title h1:after {
  transform: skew(-45deg)
}

.title_barDiv {
	position: relative;
}

.title_barDiv .sort_options {
	margin: 0;
	float: none;
	text-align: left;
}

a.moreVideos{
	float:right;  
	font-family: 'bebas_neuebold'; 
	font-size: 28px; 
	color:#fff; 
	font-weight: normal;
	border: 1px solid #fff;
	padding: 0 10px;
}

a.moreVideos.pr {
	margin: 0 8px 0 0;
}

a.moreVideos:hover {
	filter: alpha(opacity=90);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}

.updatesArea{
	position:relative; 
}

.updateItem {
	width: 32.7%;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.viewer, .upcoming_viewer {
	line-height: 0;
	padding: 0 2.5px 5px 2.5px;
	overflow: hidden;
}

.viewer img, .upcoming_viewer img {
	width: 100%;
}

.col-4 {
	position: relative;
}

.col-4 video, .upcoming_update video {
  width: 100%;
  height: 100%;
  display: none;
}

.updateDetails{
	background-color: rgba(2, 2, 2, 0.4); 
	padding: 10px 10px 10px 10px; 
	text-align:left;
	-webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.updateDetails h4, .updateDetails h3{font-size:18px; padding-bottom:2px; color:#fff; font-weight:500; overflow:hidden;
 white-space:nowrap; text-overflow:ellipsis;}
.updateDetails h4 a, .updateDetails h3 a{color:#fff;}
.updateDetails h4 a:hover, .updateDetails h3 a:hover{color: rgba(255, 255, 255, .75);}

.updateDetails p {
	font-size:14px; 
	color: rgba(255, 255, 255, .5);
}


.updateDetails a {
	color: rgba(255, 255, 255, .5);
}

.updateDetails p.site a{
	color: rgba(255, 255, 255, .5);
	/*font-size: 16px;*/
	position: relative;
	top: -18px;
	float: right;
}

.updateDetails p a:hover{color:#fff;}
.updateDetails p span{display:block; padding-top:5px;}
.pagination{text-align:center; padding-top:24px; padding-bottom:82px;}
.pagination li{display:inline-block; font-size:28px; font-weight:bold; padding:0 24px;}
.pagination li a{line-height:52px; display:block; border-radius:5px; -webkit-border-radius:5px; color:#fff;}
.pagination li.active a, .pagination li a:hover{color:#fa0695;}
.pagination li.prev, .pagination li.next{font-size:20px;}
.pagination li.prev a, .pagination li.next a{color:#000; background-color:#767575; min-width:192px;}
.pagination li.prev a:hover, .pagination li.next a:hover{background-color:#222; color:#fff;}
.getAccess{text-align:center;}
.getAccess a{font-size:29px; color:#000; background-color:#fa0695; border-radius:5px; -webkit-border-radius:5px; width:auto; padding:20px 30px; line-height:100%; display:inline-block; text-transform:uppercase; font-weight:600;}
.getAccess a:hover{color:#fff;}
.updatesBlock{ padding-top: 65px;}
.updatesBlock.noPadding{padding-top:10px;}

div.row.modelArea.clear .col-2 {
	margin: 0 0 5px 0;
}

.model{width:216px; margin:0 5px 32px; margin-bottom: 0px; display:inline-block;}
.model:nth-child(6n){margin-right:0px;}
.model p{font-size:20px; font-weight:600; background-color:#1d1c1c; padding:14px 10px; text-align:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.model.dvd_item p { font-size:14px; background:none; padding:0 }
.model p a{color:#fff;}
.model p a:hover{color:#fa0695;}

footer{
	padding:25px 0;
	line-height: 26px;
	color: rgba(255, 255, 255, .5);
}

footer a {
	font-size: 16px;
}

footer a:hover {
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
}

a.cs2257 {
	color: rgba(255, 255, 255, .5) !important;
}

a.cs2257:hover {
	color: #fff !important;
}

footer span {
	color: rgba(255, 255, 255, .25);
	padding: 0 2.5px;
}

footer p{ text-align:center; padding:25px 0; font-size:14px; color:#807e7e; text-transform:uppercase; }

footer p a{text-decoration:underline; color:#807e7e;}

footer p a:hover{text-decoration:underline;}

.dvd_details_overview a { color:#fa0695; }

.between_update_join_links { margin:10px 0 20px 0; }
.between_update_join_links span { line-height:100%; }
.between_update_join_links a { color:#fa0695; font-size:24px; font-weight:normal; line-height:100%; }
.between_update_join_links a:hover { color:#fa0695; text-decoration:underline; }

.customNavigation{position:absolute; left:0px; top:132px; width:100%;}

.prev, .prev3, .prev5{ background:url(../images/prev.png) no-repeat; 
	width:19px; height:39px; text-indent:-9999px; display:block; left:-24px; position:absolute; cursor:pointer;}

.next, .next3, .next5{background:url(../images/next.png) no-repeat; width:19px; height:39px; 
	text-indent:-9999px; display:block; right:-24px; position:absolute; cursor:pointer;}

.next:hover { background: url(../images/next-hover.png) no-repeat; }
.prev:hover { background: url(../images/prev-hover.png) no-repeat; }

div.updatesBlock.featured .prev, #picturesofthismovie .prev{
	left: 10px !important;
	background:url(../images/angle-left.svg) no-repeat;
	width: 29px;
	height: 50px;
	-webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .25));
    filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .25));
}

div.updatesBlock.featured .next, #picturesofthismovie .next {
	right: 10px !important;
	background:url(../images/angle-right.svg) no-repeat;
	width: 29px;
	height: 50px;
	-webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .25));
    filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .25));
}

.owl-controls{display:none!important;}

.spacer20 { display:inline-block; width:100%; height:20px; }
.spacer15 { display:inline-block; width:100%; height:15px; }

.play_icon_overlay { top:120px; left:160px; }
.tour_live_show_header_overlay { left:auto; right:20px; text-align:center; }
.join_header_image { width:100%; height:auto; }
.thumbs { border:0; }

.sort_options select { padding:5px; }

.sort_options option, .sort_options optgroup {
	font-size: 14px; 
	color: #fff;
}

.page_numbers { width:100%; text-align:center; margin-bottom:15px; font-size:18px; margin:5px 0 30px 0; }
.page_numbers a:hover { color:#000; }
.number, .number_item { border:0px outset #808080; }
.number_current, .number_item, .number { width:auto; height:auto; padding:9px 10px; line-height:100%; border-radius:4px; }
.number_item { background:none; }
.number_current { color:#fa0695; }
a.pagenav .number { display:inline-block; padding:9px 15px; color:#000; }
.A-Z_links { width:100%; text-align:center; margin:15px 0 5px; }
.update_block { width:100%; margin-bottom:10px; background:#222; color:#FFF; }
.update_block_info { color:#FFF; }
.update_hr { color: rgba(255, 255, 255, .25); border-color: rgba(255, 255, 255, 1);} 

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #fff; /* old IE */
    background-color: #fff; /* Modern Browsers */
}

.update_title { color:#CCC; font-weight:300; }
.tour_update_models a, .tour_update_tags a { color:#fa0695; }
.tour_update_models a:hover, .tour_update_tags a:hover { color:#FFF; }
.latest_update_description { color:#FFF; }
.update_counts_preview_table { width:auto; padding:0 10px; color:#FFF; }
.update_block_info { width:650px; }
.update_image { width:708px; }
.large_update_thumb { width:370px; }
.small_update_thumb { width:167px; }
.join_button_preview_table { width:auto; color:#222; text-shadow:none; }
.join_button_preview_table { background:#fa0695; font-weight:500; font-family:'Open Sans', Arial, Helvetica, sans-serif; text-transform:uppercase;border-radius: 5px;color: #FFF; }
.join_button_preview_table:hover {filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}


.dvd, .dvd_box { width:205px; }
.payment_option_wrapper.active, .membership_type_wrapper.active { background:#5a5959; color:#FFF; }
.model_bio { /*padding-bottom:16px;*/ clear: both; }
.rating_text, .model_bio { color:#FFF; }
.model_bio_heading { color:#fa0695; }
.model_picture { width:220px; }
.blog_details { color:#FFF; background:#222; }
.blog_details a {color:#fa0695; }
.blog_details a:hover {color:#FFF; }
.comment_counts a { color:#FFF; }
.option_heading { color:#fa0695; }
.payment_option_wrapper, .membership_type_wrapper { color:#FFF; }
.join_footer { color:#999; }
.join_footer a { color:#FFF; }
.join_footer a:hover { color:#FFF; text-decoration:underline; }
.secure_text { color:#fa0695; }

.updateItem .rating_box, .updateItem2 .rating_box { float:right; text-align:right; margin-top:0px; }

.livecams_area { display:none; width:100%; text-align:center; position:relative; margin-top:20px; color:#FFF; }
.livecams_area .tour_live_show_header_overlay { position:relative; top:0; right:0; left:0; width:100%; height:auto; padding:30px 0; border:1px solid #202020; background:#202020; margin-bottom:20px; }
.livecams_area .tour_live_show_header_overlay .tour_live_show_header_overlay_wrapper { padding:0; }
.livecams_area .tour_live_show_header_overlay .red { color:#fa0695; }
.livecams_area .live_show_wrapper a { color:#FFF; }

.faq_questions a, .faq_answers_title { color:#FFF; }
.faq_questions, .faq_answers { color:#CCC; }

.tour-area .global_pagination { 
	float:left; 
	width:100%; 
	text-align:center; 
	margin: 5px 0 4px 0;
}

.global_pagination ul { 
	background: rgba(0, 0, 0, .25); 
	border-bottom: 1px solid rgba(0, 0, 0, .15); ;
}

.global_pagination ul li {
	border: none;
}

.global_pagination ul li a { 
	color: #fff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
}

.tour-area .global_pagination ul li a {
	
}

.global_pagination ul li.active a { 
	color: #fff;
	border: 1px solid #fff;
}

.global_pagination ul li a:hover {
	color: rgba(255, 255, 255, 1);
}

.global_pagination ul li:first-child a {

}

.global_pagination ul li:last-child a {

}

.global_pagination ul li:first-child a:hover, .global_pagination ul li:first-child.active a {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.global_pagination ul li:last-child a:hover, .global_pagination ul li:last-child.active a {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.title_bar_block { display:inline-block; width:100%; vertical-align:top; margin-top: 5px; }

.tour-area .title_bar_block .global_pagination { float:right; width:auto; text-align:right; }

.A-Z_links { line-height:175%; }
.A-Z_links a { display:inline-block; margin:0; }

.A-Z_links span { 
	display:inline-block;
	margin:1px;
	width:auto;
	height:auto;
	line-height:125%;
	padding:5px 10px;
	min-width:30px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	border:1px solid #000;
	background: rgba(255, 255, 255, .25);
	color:#FFF;
}

.A-Z_links a:hover {
	opacity: 1;
	color: rgba(255, 255, 255, .5);
}

.A-Z_links a span.letter_current { 
	color: #fff; 
	background: #000;
}

.A-Z_links a:hover span {
	color: rgba(255, 255, 255, .5);
}

.comments_box { background:#232323; color:#c7c7c7; }
.comments_box_admin { background:#000; color:#c7c7c7; }
.comment_name { color:#FFF; }

/* ADS by XVR */

/* banner ads */
header.active{top: 0;}

#Special_Deals img{
    max-width: 360px;
    margin: 0 auto;
}

.marquee {
  height: 25px;
  width:100%;
  padding: 2.5px 0 0 0;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 30s linear infinite;
}

.marquee span {
  float: right;
  width: 50%;
}

@keyframes marquee {
  0% { right: 0; }
  100% { right: -100%; }
}
/* end banner ads */

nav i.icon-circle {
	color: #329900;
	font-size: 14px;
	position: relative;
	top: -7px;
	animation: pulse-green 2s infinite;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.row {
	padding-top: 2px;
	padding-bottom: 0px;
}

div.col-2.category .categoryPic {
	margin: 0 2.5px 5px 2.5px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .25);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

div.col-2.category .categoryPic:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

div.col-2.category .categoryName {
	position: absolute;
	float: none;
	background: rgba(0, 0, 0, .9);
	text-align: center;
	width: 100%;
	bottom: 0;
	font-size: 14px;
	padding: 5px 0;
	color: #fff;
}

div.row.photos, div.row.mostpopularmodels, div.row.modelArea.clear {
	display: block !important;
}

.intro_video_area {
  position: relative;
  margin: 0 0 5px 0;
}

.intro_video_area a {
  margin: 0;
  padding: 0;
}

.intro_video_area .join-play {
  box-sizing: border-box;
  display:block;
  width: 110px;
  height: 110px;
  padding-top: 30px;
  padding-left: 6px;
  line-height: 20px;
  border: 1px solid #fff;
  text-align:center;
  text-decoration:none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.join-play i {
  font-size: 50px;
  color: #fff !important;
}

.intro_video_area:hover .join-play {
  display: inline-block;
}

.iframe-container {
  margin: 0 0 5px 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

div.updatesBlock.upcoming h2, div.h2title.svf h2 {
	padding-top: 2px;
	padding-bottom: 0px;
}

* {
  box-sizing: border-box;
}

main {
  width: 100%; 
  display: grid;
  grid-auto-rows: auto; 
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); 
  grid-gap: 5px;
}

article {}

article:nth-child(odd) {}

article:nth-child(even) {}

.doyoulikethis {
	text-align: center;
}

.doyoulikethis h1 {
	font-weight: 100;
}
  
/*  SECTIONS  */
.doyoulikethis .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.doyoulikethis .col {
	display: block;
	font-family: 'bebas_neuebold';
	float:left;
	border: 1px solid #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 34px;
	margin: 5px 0 0px 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.doyoulikethis .col a {
	padding: 15px;
	display: inline-block;
	width: 100%;
	color: #fff;
}

.doyoulikethis .col:hover {
	background: rgba(255,255,255,.1);
}

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.doyoulikethis .col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.doyoulikethis .col { margin: 12px 0 0% 0%; }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay .overlay-content {
    height: 100%;
    overflow: scroll;
}

.background-content {
    height: 100%;
    overflow: auto;
}

.overlay {
    background-color: rgba(0, 0, 0, 1);
    -webkit-transition: all .4s cubic-bezier(.25, .8, .25, 1);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
}

.hide-overlay .overlay {
    left: -100%;
}
.fa-toggle-off {
    display: none;
}
.hide-overlay .fa-toggle-off {
    display: inline-block;
}
.hide-overlay .fa-toggle-on {
    display: none;
}
.overlay .overlay-content {
    box-sizing: border-box;
    padding: 0 20px 20px;
    color: #fff;
}

.fancybox-slide > div, .trailer_player {
    width: 65%;
    height: 900px;
}
#fancybox-container-1 .fancybox-slide {
    overflow: hidden;
}
#video_player {
    height: 540px;
}

.model_coverimg {
	position: relative;
}

.gradient {
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height: 275px;
    background: none;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000',GradientType=0 );

}

.ModelBio .more-button {
	margin-bottom: 5px;
}

.ModelBioDesc {
	text-align: justify;
	margin: 0 2.5px;
}

.ModelBioDesc em {
	font-style: normal;
}

#upcoming .mpp-controls {
	display: none;
}

.model_prof_heading {
	position: relative;
}

.model_prof {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

.model_prof_infos {
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
}

.model_prof_infos .roundimg {
	max-width: 275px;
	max-height: 275px;
    -webkit-border-radius: 275px;
    -moz-border-radius: 275px;
    -ms-border-radius: 275px;
    -o-border-radius: 275px;
    border-radius: 275px;
	-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.25);
    -moz-box-shadow:2px 2px 5px 0 rgba(0,0,0,.25);
    box-shadow:2px 2px 5px 0 rgba(0,0,0,.25);
    float: left;
    margin: 0;
}

.model_nn {
	float: left;
	line-height: 16px;
	margin-top: 130px;
	margin-left: 30px;
}

.model_name {
	font-family: 'gotham_htfbold';
	font-size: 32px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.model_nationality {
	font-size: 16px;
}

.model_nationality span {
	display: block;
	padding: 3px 0 0 0;
}

.model_nationality img {
	max-width: 24px;
	float: left;
	margin: 0 5px 0 0;
}

ul.model_si {
	padding-top: 10px;
	font-size: 28px;
	font-family: 'bebas_neuebold';
}

ul.model_si span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 5px 0 0 0;
	display: block;
	color: rgba(255, 255, 255, 0.5);
}

ul.model_si li {
	float: left;
	padding-left: 15px;
}

ul.model_si li:first-child {
	padding-left: 0;
}

.read_bio_btn {
	border: 1px solid #fff;
	position: absolute;
	right: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 10px;
}

.select-box {
  position: absolute;
  bottom: 5px;
  max-width: 100px;
  width: 100%;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.select,
.label {
  color: #fff;
  display: block;
  font: 400 17px/2em "Source Sans Pro", sans-serif;
}

.select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
  cursor: pointer;
}
.select-box1 {
  background: #000;
}

.select-box option, .select-box optgroup {
  color: #000 !important;
}

.label {
  position: relative;
  padding: 0px 10px;
  cursor: pointer;
}
.open .label::after {
  content: "▲";
}
.label::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2.5px 15px;

}

.photosets {
	margin: 0 0 5px 0;
}

#image_gallery .thumbwrapper {
	overflow: hidden;
}

.SinglePhotoset .sv_update_title {
	padding-top: 0;
}

.row.photosets .col-2 {
	margin: 0 2.5px;
}
 
.custom_overlay {
	position: absolute;
	text-align: center;
	font-size: 50px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
 
div.featured_update_wrapper:hover .custom_overlay {
	opacity: 1;
}

.psprev {
	padding: 0 2.5px 5px 2.5px;
}

.psprev:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.psprev:hover:after {
    opacity:1;
}

.psprev img {
	width: 100%;
}

.ps_counter {
	font-family: 'bebas_neuebold';
	font-size: 28px;
	font-weight: normal;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 1px solid #fff;
    width: 90px;
	height: 90px;
	padding-top: 34px;
	padding-left: 0px;
	line-height: 20px;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.ps_starring {
	position: absolute;
	bottom: 10px;
	padding: 0 10px 0 10px;
	line-height: 22px;
    opacity: 0;
    z-index: 30;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.ps_starring .models {
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.ps_starring .models a, .ps_starring .models span {
	font-family: 'bebas_neuebold';
	font-size: 28px;
	font-weight: normal;
}

div.psprev.thumbwrapper:hover .ps_starring, div.psprev.thumbwrapper:hover .ps_counter  {
	opacity: 1;
}

#showhide.update_block_image.hoverclass img{
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	transform: scale(1.03);
}

div.SingleVideo .update_block_image {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

div.SingleVideo .update_block_image .join-play, div.psprev_overlay {
	box-sizing: border-box;
	width: 110px;
	height: 110px;
	padding-top: 30px;
	padding-left: 6px;
	line-height: 20px;
	border: 1px solid #fff;
	text-align:center;
	text-decoration:none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 10;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

div.SingleVideo .update_block_image .join-play i {
	font-size: 50px;
	color: #fff !important;
}

#showhide.update_block_image.hoverclass .join-play {
	display: none;
}

div.psprev_overlay {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
}

div.psprev:hover .psprev_overlay {
	opacity: 1;
}

.blob .txt {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	margin: 40px 0;
}

.blob .txt .get {
	font-family: 'bebas_neuebold';
	font-size: 30px;
	background: #00aff0;
	padding: 5px 0;
	margin: 5px 25px 0 25px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.blob .txt .get:hover {
	opacity: .9;
}

div.SingleVideo .update_block_image .blob {
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: rgba(0, 0, 0, 1);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	box-shadow: 0 0 0 0 ;
	height: 200px;
	width: 200px;
	animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	
	70% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes pulse-yellow {
	0% {
		box-shadow: 0 0 0 0 rgba(253, 224, 141, 0.7);
	}
	
	70% {
		box-shadow: 0 0 0 10px rgba(253, 224, 141, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(253, 224, 141, 0);
	}
}

@keyframes pulse-green {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
	}
	
	70% {
		box-shadow: 0 0 0 5px rgba(0, 255, 0, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
	}
}

#showhide.update_block_image.hoverclass .blob {
	display: block;
}

.get_access_btn {
    margin: 0 auto 5px auto;
    text-align: center;
}

.index .get_access_btn { display: none; } 

.get_access_btn a {
	background: #00aff0 url(i/blue_grad.jpg) repeat-x;
	padding: 5px 15px;
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'bebas_neuebold';
    font-size: 34px;
}

.get_access_btn a:hover {
	opacity: .9;
}

.get_access {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
}

._btn {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	padding: 6px 12px 2px 13px;
    text-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

._btn:hover {
	background: rgba(0, 0, 0, 0.75);
} 

.SingleVideo, .SinglePhotoset {
	max-width: 1250px;
	margin: 0 auto
}

.collapsible {
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #fff;
  text-align: left;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  font-size: 16px;
}

.model_prof_heading button.collapsible {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 9px 10px;
    background: transparent;
}

.SingleVideo .active, .SingleVideo .collapsible:hover,
.SinglePhotoset .active, .SinglePhotoset .collapsible:hover {
  background-color: rgba(255, 255, 255, .1);
}

.SingleVideo .collapsible:after, .SinglePhotoset .collapsible:after, .model_prof_heading .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.SingleVideo .active:after, .SinglePhotoset .active:after, .model_prof_heading .active:after {
  content: "\2212";
}

.SingleVideo .content, .SinglePhotoset .content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -ms-transition: max-height 0.5s ease-out;
  background-color: #000;
}

.model_prof button.collapsible {
	display: none;
}

.under_desc {
	position: relative;
}

.tag {
	margin: 0 0 10px 0;
}

.tag a {
	background: rgba(255, 255, 255, .1);
	padding: 5px;
	display: inline-block;
}

.tag a:hover {
	background: rgba(255, 255, 255, .2);
}

#topnav {
	max-width: 1250px;
}

.responsive {
  width: 100%;
  height: auto;
}

.tags_filter ul.tags_filter_list li a {
	padding: 0;
}

div.row.upcoming_update {
	position: relative;
}

div.row.upcoming_update video {
	width: 100%;
}

#upcoming .mpp-info,  #onevidupdate .mpp-info, #twovideos .mpp-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'bebas_neuebold';
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.upcoming_title > h2, #onevidupdate h2 {
    position: relative;
    display: inline-block;
    font-size: 50px;
}

#twovideos h2 {
	font-size: 32px;
}

.upcoming_title > h2:before, .upcoming_title > h2:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 50px; /* half of limiter*/
    margin: 0 15px;
}
.upcoming_title > h2:before{
    right: 100%;
}
.upcoming_title > h2:after{
    left: 100%;
}

div#upcoming .mpp-playlist-content span {
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 38px;
	font-family: 'gotham_htflight';
}

div#upcoming .mpp-playlist-content .release_date {
	padding: 0;
	font-size: 28px;
	font-family: 'bebas_neuebook';
	font-weight: 100;
	text-transform: uppercase;
}

div#upcoming .release_date span {
	font-size: 28px;
	font-weight: 400;
	font-family: 'bebas_neuebold';
}

#onevidupdate i, #twovideos i {
	display: none;
}

#onevidupdate .mpp-models, #twovideos .mpp-models {
	display: none;
}

.onevidupdate_watchbtn a {
	font-size: 28px;
	border: 1px solid #fff;
	padding: 10px 25px;
	display: inline-block;
	margin: 10px 0 0 0;
}

.parallax_bg {
  background-image:-moz-linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%), url('i/paralax_bg.jpg');
  background-image:-webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%), url('i/paralax_bg.jpg');
  background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%), url('i/paralax_bg.jpg');
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=0 );
  background-size: cover;
  height: 100%;
  min-height: 100%;
  overflow: auto;
  margin: 0 0 5px 0;
}

.parallax {
  margin-left: 3.5px;
  margin-right: 3.5px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.parallax_text {
	font-family: 'bebas_neuebold';
	font-weight: normal;
	font-size: 38px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.parallax_text h4 {
	text-shadow: none;
}

.network_logos {
	padding: 15px 0 0 0;
}

.ribbon {
  margin: 0;
  padding: 0;
  background: url(i/red_grad.jpg) repeat-x; 
  color:white;
  padding: 5px 0;
  position: absolute;
  top:0;
  right:0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}
.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: url(i/red_grad.jpg) repeat-x; 
}
.ribbon:before {
  right:100%;
}

.ribbon:after {
  left:100%;
}

img.hide_on_mobile {
	display: block;
}

img.show_on_mobile, .show_on_mobile {
	display: none;
}

img.webcam_i {
	padding: 9px 0 0 0;
}

#owl-featuredScenes {
	margin-bottom: 5px;
}

#owl-featuredScenes .details {
  position: absolute;
  line-height: 28px;
  padding: 15px 0 4px 0;
  bottom: 0;
  left:0;
  right:0;
  text-align: center;
  background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=0 );
}

#owl-featuredScenes .details .models {
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    padding: 0 10px;
}

#owl-featuredScenes .details .models a {
	color: #fff;
	font-size: 28px;
	padding: : 0 0 3px 0;	font-family: 'bebas_neuebold';
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

#owl-featuredScenes .details .models a::after {
	content: "";
	position: absolute;
	bottom: 33px;
	left: 0;
	width: 60%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,1)25%,rgba(255,255,255,1)75%,rgba(255,255,255,0)100%);
	background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,1)),color-stop(75%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,1)25%,rgba(255,255,255,1)75%,rgba(255,255,255,0)100%);
	background: -o-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,1)25%,rgba(255,255,255,1)75%,rgba(255,255,255,0)100%);
	background: -ms-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,1)25%,rgba(255,255,255,1)75%,rgba(255,255,255,0)100%);
	background: linear-gradient(to right,rgba(255,255,255,0)0,rgba(255,255,255,1)25%,rgba(255,255,255,1)75%,rgba(255,255,255,0)100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	margin: 0 20%;
	height: 1px;
}

#owl-featuredScenes .details .SiteName a, .featuredTitle {
	color: #fff;
	font-size: 24px;
	font-family: 'bebas_neuebook';
	text-transform: uppercase;
}

.featuredTitle {
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.featured_update_wrapper {
	position: relative;
	margin: 0 2.5px;
}

.dropbtn {
  background: none;
  color: white;
  border: none;
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup span {
	color: #fff !important;
}

.dropup span:hover {
	color: rgba(255, 255, 255, .75) !important;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: rgba(2, 2, 2, 0.9);
  min-width: 190px;
  box-shadow: #020202 0px 0px 5px;
  -moz-box-shadow: #020202 0px 0px 5px;
  -webkit-box-shadow: #020202 0px 0px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: 20px;
  left: -70px;
  z-index: 1;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'bebas_neuebold';
}

.dropup-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.dropup-content a:last-child { border-bottom: none; }

.dropup-content a:hover {background-color: rgba(0,0,0,0.9);}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {}

.icon-calendar::before {
	font-size: 12px;
	top: -1px;
	position: relative;
}

.fancybox-bg {
	background: #020202;
}

.fancybox-slide > div {
	background-color: transparent;
}

.updateDetails table { width:100%; margin: 3px 0 0 0; color: rgba(255, 255, 255, .5); }

.updateDetails table a:hover { color: #fff; }

.updateDetails table .second { text-align: center; }

#owl-upcomingScenes table .second { text-align: right; }

.updateDetails table .last { text-align: right; }

/*Add CSS Dropdown Menu*/
#menu {
            width:auto;
            float:left;
            cursor:pointer;
        }
#menu ul {
            display:table;
            line-height:10px;
        }
#menu ul li {
            position:relative;
            display:inline;
            -webkit-transition: all 0.5s ease-in-out;
	        -moz-transition: all 0.5s ease-in-out;
	        -ms-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
        }

#menu ul li:hover {
	color: rgba(255, 255, 255, .75);
}

#menu ul li a {
            float:left;
            position:relative;
            color:#FFF;
            text-decoration:none;
        }
#menu ul li a:hover {
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
        }
#menu ul ul {
            position:absolute;
            width: 190px;
            z-index: 999;
            left: -57px;
	        background: rgba(0, 0, 0, 0.5);
	        -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
	        min-width: 190px;
	        top: 55px;
	        padding: 0;     
}

#menu ul li a:last-child {
	        -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
}

#menu:hover ul ul::before{
    content: '';
    position: absolute;
    left: 42%;
    top: -7.5px;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid rgba(0, 0, 0, 0.5);;
    clear: both;
}
        
/* SUB MENU LIST */
#menu ul ul li {
            text-align:left; 
            margin:0;
            padding: 0;
            background: none;
}
        
/* SET HEIGHT AS '0', SO THE SUBMENUS REMAINS HIDDEN IN THE BEGINNING. */
        
#menu ul ul li a {
            height:0; 
            line-height:0; 
            width: 190px; 
            color:#FFF;
            font-size: 26px;
            padding: 0 0 0 0px;
            -moz-opacity: 0;
            opacity:0;
            text-align: center;
            filter: alpha(opacity=0);
}

#menu ul ul li a:hover {
	color: rgba(255, 255, 255, .75);
}

#menu:hover li a {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

#menu li .last a { border-bottom:  none !important; }

#menu ul ul ul {
            visibility:hidden;
            position:absolute;
            top:175px;
        }

li#categories { padding-left: 0; padding-top: 4px; }

#categories a {
	        transition:all 0.3s linear; 
	        -o-transition:all 0.3s linear;
	        -moz-transition:all 0.3s linear; 
	        -webkit-transition:all 0.3s linear;
}

#categories a span {
	font-size: 18px;
	display: inline-block;
	top: -5px;
	position: relative;
}

#menu li span {
	font-size: 26px;
}

#categories:hover ul li a {
            height: 50px;
            line-height: 50px;
            -moz-opacity: 1;
            opacity:1;
            filter: alpha(opacity=100);
}
/*END CSS Dropdown Menu*/

.site_comingsoon_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.9);
	text-align: center;
	display: block;
}

.site_comingsoon_overlay .centerbox {
	display: table;
	width: 100%;
	height: 100%;
}

.site_comingsoon_overlay .middle {
	display: table-cell;
	vertical-align: middle;
}

.site_comingsoon_overlay .middle .comingsoon_box {
	margin: auto;
	vertical-align: middle;
	display: inline-block;
	width: 500px;
	padding: 25px;
	border: 1px solid #c1c1c1;
	background: #f1f1f1;
	color: #222;
	font-size: 18px;
	text-transform: none;
	position: relative;
}

.site_comingsoon_overlay .middle .comingsoon_box a.close_site_comingsoon_box {
	position: absolute;
	top: 5px;
	line-height: 1.3;
	right: 5px;
	padding: 5px 8px;
	border: 1px solid #c1c1c1;
	color: #222;
	font-weight: 300;
	font-size: 10px;
}

/*model bio correction*/
div.model_bio .updatesArea {margin: 0 5px 0 0 !important;}
div.model_update_block.fullwidth.model_bio .left { width: 100%; }
div.model_update_block.fullwidth.model_bio .right { width: 100%; padding: 1% 0 0 0; }
/*end model bio*/

/* Start menu search*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.search-expand { 
  	display: none; 
  	position: absolute; 
  	right: 0px; 
  	top: 60px;
  	font-size: 18px;
  	background: rgba(0, 0, 0, 0.5); 
  	padding: 10px;
  	-webkit-border-radius: 3px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 3px;
-moz-border-radius-topright: 0;
border-radius: 3px;
border-top-right-radius: 0;
 }

.search-expand::before{
    content: '';
    position: absolute;
    right: 0;
    top: -7.5px;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid rgba(0, 0, 0, 0.5);;
    clear: both;
}

.mean-bar .topnav input[type="text"] {
	padding: 13.5px 0 13.5px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.topnav {
  overflow: hidden;
  position: relative;
}

.topnav input[type=text] {
  padding: 6px;
  border: none;
  font-size: 17px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.topnav button {
  padding: 6px 10px;
  background: #fff;
  color: #000;
  font-size: 17px;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin-left: -5px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.topnav .search-container button:hover {
  background: #ccc;
}

.toggle-search i { font-size: 26px; cursor: pointer; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.toggle-search i:hover {color: rgba(255, 255, 255, .75);}
/* End menu search */

.comingsoon_overlay .middle .comingsoon_box a.close_comingsoon_box {line-height: 1.3 !important;}

.custom_pages_content a {
	color: #fff;
}

.custom_pages_content a:hover {
	color: rgba(255, 255, 255, .75);
}

.mejs__mediaelement {
	box-shadow:0 0 10px rgba(0,0,0,.75);
    -moz-box-shadow:0 0 10px rgba(0,0,0,.75);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.75);
}

div.cell_top.model_picture .roundimg {
	width: 330px;
	border: 7.5px solid rgba(0,0,0,.25);
	height: 330px;
	overflow: hidden !important;
	-webkit-border-radius: 330px;
    -moz-border-radius: 330px;
    -ms-border-radius: 330px;
    -o-border-radius: 330px;
    border-radius: 330px;
	margin: 0 auto;
}

div.cell_top.model_picture .roundimg img {
	width: 330px !important;
}

/*Model Bio*/
.mbl {
	margin: 15px 12px 0 20px;
}

div.mbl .cell_top {
	padding-right: 3px;
}

div.mbl i.icon-caret-up {
	font-size: 28px;
	text-align: center;
	display: inherit;
	margin: 0 0 -10px 0;
	color: rgba(2, 2, 2, 0.4);
}

.mbl_heading { position: relative; }

.mbl_rating {
	position: absolute;
	bottom: 5px;
	left: 50%;
	line-height: 16px;
	transform: translate(-50%, -50%);
}

.mbl_info_box {
	text-align: center;
	background: rgba(2, 2, 2, 0.4);
	padding-bottom: 15px;
	padding-top: 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin:  0  0 15px 0;
}

.mbl_info_box a {
	color: #fff;
}

.mbl_info_box a:hover {
	color: #d40035;
}

div.mbl_info_box .title {
	font-size: 16px;
}

div.model_infos hr.update_hr, .mbl_info_box hr.update_hr {
	display: inline-block;
	width: 100%;
	height: 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

div.model_infos hr.update_hr:last-child { display: none; }

div.model_infos span {padding: 0 0 2.5px 0; display: inline-block;}

div.cell_top.model_picture .roundimg::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  margin-top: -160px;
  height: 75px;
  width: 100%;
  content: '';
}

div.update_block_info.model_update_block_info .update_title { 
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}

div.model_update_block.fullwidth.single_video .right {
	float: right;
	box-sizing: border-box;
	padding: 0% 0% 0 0%;
}

div.update_block_info.model_update_block_info .update_title:hover { 
	color: rgba(255, 255, 255, .75);
}

div.updatesBlock.modelbio { 
	background: rgba(2,2,2,.4); 
	margin: 15px 0 0 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

div.model_bio .model_update_block  {
	padding: 1%; 
	margin: 0 20px 15px 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.model_update_block ul, .model_update_block li {
	margin: 0 !important;
}

.model_update_block_info {
	color: rgba(255, 255, 255, .5);
}

.model_update_block_info ul.dotsbetween a {
	color: rgba(255, 255, 255, .5);
}

.model_update_block_info ul.dotsbetween a:hover {
	color: #d40035;
}

.single_video .dotsbetween, .single_video .dotsbetween a {
	color: rgba(255, 255, 255, .5);
}

#modelbiotabs {
   /*width: 100%;*/
   float: right;
   /*height:30px;*/
   margin: 5px 20px 0 0;
}

a {cursor:pointer;}

div.updatesBlock.noPadding.ModelBio { padding-top: 5px; }

.model_bio h3, .model_bio em { font-weight: normal; font-size: 14px; font-style: normal; }

#modelbiotabs li {
    float: left; 
    list-style:none; 
    outline:none;
    margin: 0 0px 0 0;
}
 
#modelbiotabs li:first-child {
	padding-right: 10px;
}

#modelbiotabs span {
	font-family: 'gotham_htfmedium';
	font-size: 18px;
	color: #fff;
	background: rgba(2, 2, 2, .9);
	padding: 1px 7.5px 3px 7.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
	margin-top: -1.5px;
	float: right;
}

.about_model {
	background: rgba(2,2,2,0.4);
	margin: 55px 5px 15px 0;
	padding: 10px 15px 15px 15px;
	text-align: justify;
}

#modelbiotabs li a {
    display:block; 
    color: #fff;
    padding: 10px 10px 10px 10px;
    background: rgba(255, 255, 255, .15);
    font-family: 'bebas_neuebold';
	font-size: 28px;
    text-decoration:none;
    outline:none;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#modelbiotabs li a.inactive{
    color:#fff;
    outline:none;
    opacity: .5;
}

#modelbiotabs li a:hover, #tabs li a.inactive:hover {
    color: #fff;
    outline:none;
    opacity: .9;
}

#modelbiotabs h1 {
	font-size: 28px;
	font-weight: normal;
}

.mbt_container {
    clear:both;           
    width:100%; 
}

.mbt_container h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #5685bc; }

.mbt_container p { margin-left: 15px; margin-right: 15px;  margin-top: 10px; margin-bottom: 10px; line-height: 1.3; font-size: small; }

.mbt_container ul { margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc; }

.mbt_container li { padding-bottom: 5px; margin-left: 5px;}

.model_update_block.fullwidth.model_bio .left { width: 40%; }
.model_update_block.fullwidth.model_bio .right { width: 60%; }

/*End Model Bio*/

.flexslider .slides img.icon {
	width: auto;
}

.flexslider:hover .overlay {
  opacity: 1;
}

.img-zoom img:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.sv_smooth_scrolling {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 999;
}

.sv_smooth_scrolling a, .sv_smooth_scrolling b {
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	margin: 0 0 5px 0;
	background: rgba(2,2,2,.75);
	display: inline-block;
	padding: 8px 10px 8px 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}

.sv_smooth_scrolling i {
	background: url(i/red_grad.png);
	padding: 10px;
	-webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.sv_smooth_scrolling a:hover, .sv_smooth_scrolling b:hover {
	background: rgba(2,2,2,.9);
}

div.updatesBlock .sort_options {
	position: absolute;
	left: 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	color: #fff; 
}

div.updatesBlock.models .sort_options {
	padding: 0px 0 0 0;
	position: relative;
	right: 0;
	padding-right: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	width: 120px;
	color: #d40035;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;   
}

div.updatesBlock.models .sort_options i {
	top: 10px;
}

div.updatesBlock .tags_filter {
	margin-bottom: 15px;
	background: rgba(0, 0, 0, 1);
	border: 1px solid rgba(255, 255, 255, .25);
}

div.updatesBlock .tags_filter .tags_filter_buttons {
	border-top: 1px solid rgba(255, 255, 255, .25);
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.tags_filter .tags_filter_title {
	text-align: center;
	margin-bottom: 10px;
}

.tags_filter ul.tags_filter_list {
	text-align: center;
}

.tags_filter ._tag {
	border: 1px solid rgba(255, 255, 255, .25);
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tags_filter ._tag:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

.tags_filter_list ._tagname {
	position: absolute;
	float: none;
	background: rgba(0, 0, 0, .9);
	text-align: center;
	width: 100%;
	bottom: 0;
	font-size: 14px;
	padding: 5px 0;
	color: #fff;
}

.tags_filter ul.tags_filter_list li {
	margin: 0;
	width: 16%;
}

.tags_filter ul.tags_filter_list li a {;
	border: none;
	display: block;
}

.tags_filter ul.tags_filter_list:hover li a {
	border: none;
}

.tags_filter ul.tags_filter_list li.active a {
	background: #d40035;
	border: 1px solid #d40035;
}

.tags_filter .tags_filter_buttons a.filter-btn {
	background: url(i/red_grad.png);
	color: #fff;
	text-shadow: none;
	border: none;
}

.tags_filter .tags_filter_close a {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 1);
	color: #fff;
	text-shadow: none;
	padding: 5px 9px;
}

.tags_filter .tags_filter_close a:hover {
	border: none;
	color: #FFF;
	background: transparent;
	border: 1px solid #fff;
}

.tags_filter .tags_filter_footer a { color: #fff; }

div.updatesBlock .sort_options:hover,
div.updatesBlock .sort_options:hover { 
	color: rgba(255, 255, 255, .5);
}

div.updatesBlock .tags_filter_trigger {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

div.updatesBlock .tags_filter_trigger i {
	font-size: 17px;
	display: block;
	margin-top: 7px;
	float: left;
	padding-right: 5px;
}

div.updatesBlock.search-outside .tags_filter_trigger {
	position: absolute;
	right: 3px;
	margin-top: 0px;
}

div.updatesBlock .tags_filter_trigger a {
	border: 1px solid #f1f1f1;
	font: 400 17px/2em "Source Sans Pro", sans-serif;
	color: #fff;
	font-weight: normal;
	background: black;
	height: auto;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 10px;
}

.tags_filter_trigger {
	margin: 0 3px 0 0;
}

span.views_remaining { 
	color: rgba(255, 255, 255, .9); 
	font-weight: normal;
}

a.replay {
	color: rgba(255, 255, 255, .9);
	padding: 5px 0 0 0;
}

div.float-panel.fixed { 
	background: rgba(0, 0, 0, .9);
	z-index: 3;
	width: 101%;
	left: 50%;
    transform: translate(-50%, 0);
    height: 60px;
}

.flexslider {
	background: transparent !important;
	margin: 0 0 15px 0 !important;
}

.warningpopup .warning-box .warning-msg textarea {
	font-family: 'gotham_htfthin';
}

.warningpopup .warning-box .warning-buttons a.btn-exit,
.warningpopup .warning-box .warning-buttons a.btn-enter {
	font-family: 'bebas_neuebold';
}

.splash-logo img {
	text-align: center;
	margin: 0 auto 15px auto;
	max-width: 268px;
}

.tour-area .sites_dropdown ul.sites_list li > a {
	background: none;
	padding: 0;
}

.tour-area .sites_dropdown ul.sites_list li > a:hover {
	color: rgba(255, 255, 255, .75);
}

.tour-area .sites_dropdown ul.sites_list li > a span {
	margin-left: 0px;
	color: rgba(255, 255, 255, 1);
	top: 0px;
	width: auto;
	height: auto;
	font-size: 26px;
	background: none;
}

.tour-area .sites_dropdown ul.sites_list li ul.dropdown_sites {
	min-width: 190px;
	right: -15px;
	top: 65px;
	padding: 0;
	box-shadow: #020202 0px 0px 5px;
	-moz-box-shadow: #020202 0px 0px 5px;
	-webkit-box-shadow: #020202 0px 0px 5px;
	background: rgba(2, 2, 2, 0.9);
	-webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tour-area .sites_dropdown ul.sites_list li ul.dropdown_sites li a {
	font-size: 26px;
	background: none;
	color: #fff;
	padding: 7.5px 0 7.5px 15px;
}

.tour-area .sites_dropdown ul.sites_list li ul.dropdown_sites li a:hover {
	color: rgba(255, 255, 255, .75);
	background: rgba(2, 2, 2, 0.8);
}

.tour-area .sites_dropdown ul.sites_list li ul.dropdown_sites li {
	background: none;
	width: 190px;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.tour-area .sites_dropdown ul.sites_list li ul.dropdown_sites li:last-child{
	border-bottom: none;
}

.tour-area .sites_dropdown { margin: 0; }

.thumbwrapper {
    position: relative;
    width: 100%;
}

.index .modelArea {
	margin-bottom: 5px;
}

.modelArea .col-2 {
	padding: 0 2.5px;
	position: relative;
}

.modelArea .col-2 .icon{
	width: 175px;
}

.picturesofthismovie {
	position: relative;
}

#picturesofthismovie .thumbwrapper {
	overflow: hidden;
	margin: 0 2.5px !important;
	width: auto;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.thumbwrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.thumbwrapper:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.thumbwrapper .overlay span {
	position: absolute;
	bottom: 50px;
	left: 12px;
	font-size: 28px;
	color: #fff;
}

.starring {
	text-align: left;
	text-transform: uppercase;
	line-height: 28px;
	bottom: 29px;
	position: absolute;
	font-family: 'bebas_neuebook';
	font-size: 24px;
}

div.mpp-models {
	position: absolute;
	bottom: 0;
	left: 9px;
	opacity: 0;
	text-align: left;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

div.mpp-models a, div.mpp-models span {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'bebas_neuebold';
	font-weight: normal;
}

div.ps_starring .starring {
	position: relative;
	text-align: center;
	bottom: 0;
}

.mpp-playlist-item:hover .mpp-models {
	opacity: 1
}

.updateItem video {
  width: 100%;
}

.fa-user:hover {
  color: #eee;
}

.movie-length {
	position: absolute;
	background: rgba(2, 2, 2, .5);
	top: 47px;
	left: 12.5px;
	padding: 5.5px 7.5px 5.5px 7.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	color: #fff;
	z-index: 1;
}

.movieres {
	position: absolute;
	background: url(i/movieres-bg.png) repeat-x;
	top: 12.5px;
	left: 12.5px;
	padding: 5.5px 7.5px 5.5px 7.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	color: #fff;
	font-family: 'gotham_htfmedium';
	z-index: 1;
}

.models_tour_update_counts {
	position: absolute;
	background: url(i/movieres-bg.png);
	top: 12.5px;
	right: 12.5px;
	padding: 5px 7px 5px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	color: #fff;
	font-family: 'gotham_htfmedium';
	z-index: 1;
}

.models_tour_update_counts span {
	display: block;
	float: left;
	margin: 1px 3px 0 0;
}

.movie-models {
	position: absolute;
	top: 12.5px;
	right: 12.5px;
	z-index: 1;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 65px;
}

.movie-models a {
	color: #fff;
	font-size: 16px;
}

.roundimg {
	overflow: hidden !important;
	-webkit-border-radius: 330px;
    -moz-border-radius: 330px;
    -ms-border-radius: 330px;
    -o-border-radius: 330px;
    border-radius: 330px;
	height: 330px;
	width: 330px;
	margin: 0 0 5px 0;
}

.roundimg img {
	width: 330px;
}

.flexslider img {
	-webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

span.comingsoon-icon {
	font-size: 28px;
}

/* setup tooltips */
.tooltip {
  position: relative;
}
.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltip:after {
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0,0,0,.75); 
  border-left: 6px solid transparent;
  content: '';
  height: 0;
  top: -5px;
  left: 25px;
  width: 0;
}
.tooltip:before {
  background: rgba(0,0,0,.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: -35px;
  white-space: nowrap;
}

.owl-carousel .tooltip:after {
  border-top: 6px solid transparent;
  border-left: 6px solid rgba(0,0,0,.75); 
  border-bottom: 6px solid transparent;
  content: '';
  height: 0;
  top: 20px;
  left: -5.5px;
  width: 0;
}

.owl-carousel .tooltip:before {
  background: rgba(0,0,0,.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: 12.5px;
  right: 70px;
  white-space: nowrap;
}

/* the animations */
/* fade */
.tooltip.fade:after,
.tooltip.fade:before {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}
/*end tooltip*/

.view-profile {
	font-size: 28px;
	text-align: center;
	font-family: 'bebas_neuebold';
}

div.view-profile-txt {
	line-height: 40px;
	background: rgba(0, 0, 0, .25);
	border: 1px solid #fff;
}

div.model.thumbwrapper img {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

/*start don */
#dicover-our-network {
	background: url(i/discover-bg.jpg) no-repeat;
	margin: 2px 0 30px 0;
}

.don {
	background: rgba(2, 2, 2, .75);
}

.donr-box {
	background: rgba(2, 2, 2, .3);
	padding: 15px 10px 15px 10px;
	text-align: center;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.donr-box:hover {	
    -webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(0.95,0.95);
}

.donl-desc {
	background: rgba(2, 2, 2, .3);
	padding: 15px;
	text-align: justify;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.gfan-btn {
	font-family: 'bebas_neuebold';
	font-weight: normal;
	background: url(i/red_grad.png);
	font-size: 32px;
	line-height: 44px;
	position: relative;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	padding: 5px 12.5px 5px 12.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	text-align: center;
}

.gfan-btn:hover {
	opacity: .9;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


/*Start Single Video*/
div.model_update_block.fullwidth.single_video {
	margin: 7px 0 15px 0;
	padding: 1% 1% 0.5% 1%;
}
.sv_models {
	position: absolute;
	z-index: 9;
	right: 15px;
	top: 15px;
}

.sv_update_title.scroll_on_hover:hover {  cursor: none;}

.ellipsis {text-overflow: ellipsis;}  
    
.sv_update_title_box {            	            
    width: 100%;
    line-height: 30px;        
}
        
.sv_update_title, .sv_update_title h1 {                  
    font-size: 22px;
    padding: 5px 0 0 0; 
	font-weight: normal;
    color: #fff;            
}

ul.dotsbetween { display:inline-block; padding:0; }
ul.dotsbetween li { display:inline }
ul.dotsbetween li:after { content:" "; letter-spacing:1em;  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwAAADsABataJCQAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMkMEa+wAAAAnSURBVBhXY/Dz89MA4sNA/B9Ka4AEYQIwfBgkiCwAxjhVopnppwEApxQqhnyQ+VkAAAAASUVORK5CYII=) center center no-repeat; }

.update_tags {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 2px;
	line-height: 125%;
}

.update_tags a { 
	background: rgba(2,2,2,1); 
	color: #fff; 
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-bottom: 5px;
	margin-left: 13px;
	padding: 0 10px 0 11px; 
}

.update_tags a:hover { 
	background: #d40035;  
}

.update_tags a:before {
	position:absolute;
	background: rgba(2,2,2,1);
	content:"\25CF";
	color: #4e4e4e;
	font-size:12px;
	line-height:15px;
	text-shadow: none;
	text-indent:5px;
	top:4px;
	left:-10px;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.update_tags a:hover:before { 
	background: #d40035; 
	text-shadow: none;
	color: rgba(255, 255, 255, .75);
}

.update_tags span { margin-right: 5px; }

.set-desc {
	text-align: justify;
	color: rgba(255, 255, 255, 1);
}

.set-desc em {
	font-style: normal;
}

.set-desc h2 {
	font-size: 14px;
	font-weight: normal;
}

.set-desc p {
	margin: 15px 0 !important;
	padding: auto;
}

.more-button {
	text-align: center;
	margin: 5px 0 0 0;
}

.set-desc a {
	color: #fff;
}

.set-desc a:hover {
	color: #888;
}

.more-button a {
	background: rgba(0, 0, 0, 1);
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px 10px 5px 10px;	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.more-button a:hover {
	background: rgba(255,255,255,.1);
}

#owl-svp {
	margin: 0 0 4px 0;
}

#owl-svp .small_update_thumb {
	width: 100% !important;
}

#owl-svp img, #image_gallery img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*End Single Video*/

/*start footer*/
.footer_seo_txt {
	margin: 0 3.5px;
}

.footer_seo_txt .set-desc {
	color: rgba(255, 255, 255, .5);
}

.footer_seo_txt .set-desc p {
	margin-top: 0 !important;
}

.footer_seo_txt p {
	margin:  0 0 15px 0;
	text-align: justify;
}

.footer_seo_title {
	text-align: center;
	font-weight: normal;
	margin: 0;
}

.footer-section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.footer-col {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.footer-col:first-child { margin-left: 0; }

.footer-group:before,
.footer-group:after { content:""; display:table; }
.footer-group:after { clear:both;}
.footer-group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.footer-span_2_of_2 {
	width: 100%;
}
.footer-span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.footer-col { margin: 0%;
	}
}

@media only screen and (max-width: 480px) {
	.footer-span_2_of_2, .footer-span_1_of_2 { width: 100%; }
}

.nav-l {
	text-align: left;
	font-size: 16px;
}

.nav-l a, .nav-r a {
	color: #fff;
}

.nav-l a:hover, .nav-r a:hover {
	color: rgba(255, 255, 255, .75);
}

.nav-l b, .nav-r b {
	font-family: 'gotham_htfbook';
	font-weight: normal;
	color: rgba(255, 255, 255, .5);
}

.nav-l b:hover, .nav-r b:hover {
	color: #d40035;
}

.nav-r {
	font-size: 16px;
	text-align: right;
}

.nav-l span, .nav-r span {
	font-family: 'Roboto', sans-serif;
	color: rgba(255, 255, 255, .25);
}

.social-links {
	font-size: 20px;
}

#backtop {
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	display: inline-block !important;
}

/*end footer*/

.custom_pages_content {
	background-color: rgba(2,2,2,0.4);
	padding: 15px;
}

/*start TouchD-nav*/

.dropup_touchd {display: none;}

.dropup_touchd select {
	width: 65px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    border: none;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    appearance:none;
    background: transparent no-repeat;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}

nav li.tour_network_sites_touchd_dropdown,
.mean-nav li.tour_network_sites_dropdown { display: none; } 

.mean-nav li.tour_network_sites_touchd_dropdown { display: block; } 

/*end TouchD-nav*/

/* Animations */
.pulse {
  -webkit-animation: pulse 5s infinite linear; /* Safari 4+ */
  -moz-animation:    pulse 5s infinite linear; /* Fx 5+ */
  -o-animation:      pulse 5s infinite linear; /* Opera 12+ */
  animation:         pulse 5s infinite linear; /* IE 10+ */
}

@-webkit-keyframes pulse {
  0%   { -webkit-transform: scale(1,1);}
  50% { -webkit-transform: scale(1.1,1.1);}
  100% { -webkit-transform: scale(1,1);}
}
@-moz-keyframes pulse {
  0%   { -moz--transform: scale(1,1);}
  50% { -moz--transform: scale(1.1,1.1);}
  100% { -moz--transform: scale(1,1);}
}
@-o-keyframes pulse {
  0%   { -o-transform: scale(1,1);}
  50% { -o-transform: scale(1.1,1.1);}
  100% { -o-transform: scale(1,1);}
}
@keyframes pulse {
  0%   { transform: scale(1,1);}
  50% { transform: scale(1.1,1.1);}
  100% { transform: scale(1,1);}
/* End Animations */
}