@import url("fonts.css");

img{ max-width:100%; height:auto; display:inline-block; vertical-align:top; }


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block
}

body#tour {
margin:100px 0px 0px 0px;
padding:0px;
color:#FFF;
font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
}

body {
margin:100px 0px 0px 0px;
padding:0px;
color:#FFF;
font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
}

ol,ul {
list-style:none
}

blockquote,q {
quotes:none
}

img, fieldset {
border:none;
margin:0px;
padding:0px;
}

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

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

a {
text-decoration:none;
outline:none;
}



footer a  {
 color:#ccc;
}

footer a:hover  {
 color:#ff0;
}

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

input[type="submit"] {
-webkit-appearance:none;
}

.centerwrap {
width:1011px;
margin:0 auto;
}

.f, .sexyvideo h4 a, .blocktitle a, footer a, a.clickhere, .topnav nav ul li a, .footernav nav ul li a, .banner_details p a, .banner_details h3 a, .sexyphoto, .model, .model h4 a, .viewmore a, .sexyphoto h4 a, .shemale_types p a, a.vote, .fullset a, .comment h3 a, .member_videoblock h3 span a, .video_photos a {
-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;
}


/*********************/
/* COMMON PAGE SPANS */
/*********************/

.black_span {
	width: 100%;
	background: #000;
	margin: 0;
}

.slider_span {
	width: 100%;
	background: url(../images/topfade.png) top center repeat-x, url(../images/bg.jpg) repeat #eee;
	margin: 0;
}

.darkblue_span {
	width: 100%;
	background: #fff;
	margin: 0;
}

.white_span {
	width: 100%;
	background: #fff;
	margin: 0;
}

.orange_span {
	width: 100%;
	background: #B10000;
	margin: 0;
}

.green_span {
	width: 100%;
	background: #008000;
	margin: 0;
}

.lightgreen_span {
	width: 100%;
	margin: 0;
	background: #e8fee6;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.greyfabric_span {
	width: 100%;
	background: url(../images/bg_fabric.png) top center #ddd;
	margin: 0;
}

.pattern_span {
	width: 100%;
	background: url(../images/topfade.png) top center repeat-x, url(../images/bg.jpg) repeat #eee;
	margin: 0;
}

.grey_span {
	width: 100%;
	background: #3B3A3A;
	margin: 0;
}

.footer_span {
	width: 100%;
    background: #000;
	margin: 0;
}	


/**************************/
/* COMMON PAGE CONTAINERS */
/**************************/

.clear_container {
	max-width: 70%;
	margin: 0 auto;
}


.lightblue_container {
	max-width: 75%;
	margin: 0 auto;
	background: none;
}

.white_container {
	max-width: 75%;
	margin: 0 auto;
	background: rgba(255,255,255,0.5);
}

/***************************/
/* COMMON PAGE COLOR BOXES */
/***************************/

p.features_title {
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: 800;
}

p.features_text {
	font-size: 16px;
	line-height: 20px;
}
	
li.color_box1 {
	background: url(../images/bg_fabric.png) top center #BCA665;
	vertical-align:top;
	width: 25%;
	min-height: 205px;
	text-align:
	center; display:
	inline-block;
	font-size: 16px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li.color_box2 {
	background: url(../images/bg_fabric.png) top center #65B5BC;
	vertical-align:top;
	width: 25%;
	min-height: 205px;
	text-align:
	center; display:
	inline-block;
	font-size: 16px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li.color_box3 {
	background: url(../images/bg_fabric.png) top center #BA7EA8;
	vertical-align:top;
	width: 25%;
	min-height: 205px;
	text-align:
	center; display:
	inline-block;
	font-size: 16px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li.color_box4 {
	background: url(../images/bg_fabric.png) top center #65BC65;
	vertical-align:top;
	width: 25%;
	min-height: 205px;
	text-align:
	center; display:
	inline-block;
	font-size: 16px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/***************/
 /* NAVIGATION */
/***************/

.js #menu {
	display:none;
}
	
.js .slicknav_menu {
	display:NONE;
}

/*************************/
/* TOUR RESPONSIVE  MENU */
/*************************/



.tournav {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: fixed;
	border-bottom: 2px solid #fff;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.tournav .container {
 	margin: 0 auto;
	max-width: 75%;
}

.tournav h1#logo img {
    display: inline-block;
    height: 130px;
    float: left;
	z-index:999;
	position: fixed;
    margin-left:0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tournav nav {
    display: inline-block;
    float: right;
    margin-right:0px;
}
.tournav nav a {
    line-height: 110px;
    margin-left: 20px;
	font-family: 'Titillium Web', arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	font-weight: 400;
    font-size: 34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@keyframes glow {
  0%,100%{ background: #ad2e8e; }
  50%{ background: #e553c3; }
}

.tournav nav a.join {
    background: #008000;
	color: #fff;
	padding: 0px 12px 0px 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	animation:glow 3s ease-in-out infinite;
}

.tournav nav a:hover {
    color: #fc4ed2;
}

.tournav nav a.join:hover {
	background:#ff0;
}
 
.tournav.smaller {
	 height: 65px;
	padding-top: 3px;
	border-bottom: 3px solid #fff;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tournav.smaller h1#logo img {
	 height: 72px;
	z-index:999;
	position: fixed;
}
.tournav.smaller nav a {
	font-size: 26px;
	 line-height: 65px;
}



/*************************/
/* MEMBERS RESPONSIVE  MENU */
/*************************/

.membersnav {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
	border-bottom: 2px solid #ccc;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.membersnav .container {
 	margin: 0 auto;
	max-width: 75%;
}

.membersnav h1#logo img {
    display: inline-block;
    height: 110px;
    float: left;
	z-index:999;
	position: fixed;
    margin-left:0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.membersnav nav {
    display: inline-block;
    float: right;
    margin-right:0px;
}
.membersnav nav a {
    line-height: 110px;
    margin-left: 20px;
	font-family: 'Titillium Web', arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	font-weight: 400;
    font-size: 34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.membersnav nav a:hover {
    color: #f00;
}

.membersnav nav a.join:hover {
	background:#12722F;
}
 
.membersnav.smaller {
	height: 50px;
	border-bottom: 2px solid #fff;
}
.membersnav.smaller h1#logo img {
	height: 60px;
	padding-top: 3px;
	z-index:999;
	position: fixed;
}
.membersnav.smaller nav a {
	line-height: 45px;
	font-size: 16px;
}
.membersnav .hidecontainer {
	DISPLAY: NONE;
	color: #F3F4C1;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 800;
	font-size: 9px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.membersnav.smaller .hidecontainer {
	font-size: 0px;
}

.membersnav #search_bar {
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 38px;
	margin-left: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.membersnav #search_bar .search_input_header {
	margin-right: 10px;
	float: left;
}

.membersnav #search_bar input.inputbox {
	display: block;
	font-family: 'Titillium Web', arial, sans-serif;
	font-size: 20px;
	padding: 0 5px;
	appearance: none;
	box-shadow: none;
	border-radius: 5px;
	color: #333;
}


.membersnav #search_bar .search_button_header {
	float: left;
	max-height: 70px;
}

.membersnav #search_bar .search_button_header input {
	max-height: 16px;
	padding-top: 5px;
}

.membersnav #search_bar button {
	font-size: 29px;
	color: #fff;
	background: none;
	border: none;
}

.membersnav #search_bar button:hover {
	color: #f00;
	cursor: pointer; 
}
.membersnav.smaller #search_bar {
	margin-top: 10px;
}

.membersnav.smaller #search_bar input.inputbox {
	font-size: 15px;
}

.membersnav.smaller #search_bar button.searchbutton {
	font-size: 20px;
}

.members_subnav {
	text-transform: uppercase;
	font-family: 'Titillium Web', arial, sans-serif;
	font-size: 18px;
	height: 50px;
	line-height: 45px;
}

.members_subnav ul {
	max-width: 1280px;
	display: flex;
}
.members_subnav ul li {
	display: block;
	float: left;
	text-align: center;
	flex-grow: 1;
}

.members_subnav ul li a {
	color: #fff;
}

.members_subnav ul li a:hover {
	color: #f00;
}

.members_subnav select {
	font-family: 'Titillium Web', arial, sans-serif;
	font-size: 18px;
	background: #000;
	color: #fff;
    border: 1px solid #ccc;
	text-transform: uppercase;
}

.membersnav.smaller #filter_bar {
	margin-top: 10px;
	display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.membersnav #filter_bar {
	display: none;
	float: left;
	margin-right: 10px;
	margin-top: 53px;
	margin-left: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.membersnav #filter_bar select {
	display: block;
	font-family: "Titillium Web",  sans-serif;
	font-size: 15px;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #000;
    border: 1px solid #AAA;
    color: #fff;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/***************/
/* PAGE HEADER */
/***************/

header {
	background: #000;
}

.header {
	height:70px;
	max-width: 75%;
	margin: 0 auto;
}


.tagline {
	float:left;
	padding-top:5px;
	padding-bottom:7px;
	padding-left: 5px;
}

.tagline p {
	font-size: 45px;
	line-height: 60px;
	color: #f74d4e;
	font-family: 'Averia Sans Libre', arial, sans-serif;
	display: inline-block;
	text-transform: uppercase;
  	//-webkit-text-stroke: 2px white;
   //text-shadow:2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	text-shadow: 0 0 0.1em #000, 0 0 1em #ff4444, 0 0 0.2em #ff4444, 0 5px 3px #000;
}
.tagline p span { color:#aa0000; }

.tagline .formerly {
	display: inline-block;
	font-family: 'Open Sans Condensed', arial, sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 18px;
	color: #bc1e1c;
	width: 120px;
	margin: 0 10px;
}








input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}


.shemale_details {
	float:right;
	border-radius:6px;
	-webkit-border-radius:6px;
	padding:7px 0;
	margin-top: 7px;
}

.shemale_details p {
	float:left;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fe68d9;
	border-right:1px solid #fff;
	text-align:center;
	letter-spacing:-0.025em;
	padding:0 13px 0 12px;
	line-height:22px;
}

.shemale_details p span {
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	color:#fff;
	display:block;
	text-transform:uppercase
}

.shemale_details p:last-child {
border:none;
}


.bodyarea {
padding:0;
}


/**********************/
/* STICKY BOTTOM JOIN */
/**********************/

.sticky_join {
	visibility: hidden;
	z-index: 999;
	position: fixed;
	display: block;
	width: auto;
	height: auto;
	bottom: 0;
	right: 10px;
	background: rgba(0,128,0,0.65);
	border-top: 2px solid #008000;
	border-left: 2px solid #008000;
	border-right: 2px solid #008000;
	text-align: center;
	border-radius: 6px 6px 0 0;
}

.sticky_join .header {
	background: rgba(0,128,0,0.8);
	display: block;
	border-radius: 6px 6px 0 0;
	height: auto;
	width: 100%;
}

.sticky_join .header h2 {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

.sticky_join .types {
	font-size: 13px;
	padding: 5px;
	color: #fff;
}

.sticky_join .card_container {
	padding: 0 5px;
}

.sticky_join img {
	max-width: 55px;
}


/***************/
/* TOUR SLIDER */
/***************/

.banner {
	position:relative;
}

.featured img {
	z-index: 100;
	width: 160px;
	position: absolute;
	bottom: 20px;
	left: 10px;
}

.banner .xbizaward {
	z-index: 100;
	position: absolute;
	top: 15px;
	right: 15px;
}

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;
	width:55px;
	height:129px;
	text-indent:-9999px;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
	right:0;
	background:url(../images/right_arrow.png) no-repeat;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
	left:0;
	background:url(../images/left_arrow.png) no-repeat;
}

ol.bjqs-markers {
	display:none
}

p.bjqs-caption {
	display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;
}



.banner_details_outer {
	position: absolute;
	left: 50%;
	bottom:0px;
}

.banner_details {
	background:rgba(0,0,0,0.6);
	padding:8px 12px;
	text-align: left;
	position:absolute;
	width:496px;
	bottom:30px;
	z-index:10;
	right:0px;
	border-top: 3px solid #fe68d9;
	border-left: 3px solid #fe68d9;
	border-bottom: 3px solid #fe68d9;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
}

.banner_details h3 {
	font-family:'Averia Sans Libre', Arial, Helvetica, sans-serif;
	font-size:24px;
	text-transform: uppercase;
	padding-bottom:3px;
}

.banner_details h3 a {
	color:#fff;
}

.banner_details h3 a:hover {
	color:#ff0;
}

.banner_details p {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#fff;
	padding-bottom:5px;
}

.banner_details p a {
	color:#fff400;
	font-weight:400;
}

.banner_details p a:hover {
	color:#ff0000;
}


/*****************************/
/*** MODEL HEADSHOT SLIDER ***/
/*****************************/

.modelslider {
	margin: 10px auto;
	width: 90%;
}

.model-slider-item {
	border: 5px solid #fff;
	padding: 0;
	width: 90%;
	color: #000;
	padding-bottom: 10px;
	border-radius: 6px;
	margin: 0 auto;
}

a .model-slider-item {
	background: #fff;
}

a:hover .model-slider-item {
	background: #fcfac2;
}

.model-slider-item img {
	width: 100%;
}

.model-slider-item h2 {
	text-align: center;
	font-size: 20px;
	line-height: 16px;
	margin: 10px 0 5px 0;
}

.model-slider-item p {
	margin: 0 10px 0px 10px;
	line-height: 1.3em;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
    overflow: hidden;
	height: 3.9em;
}


.model-slider-item p.readmore {
	color: green;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px;
	margin: 0 10px 0px 10px;
	line-height: 1em;
	max-height: 1em;
}

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

.model-slider-item {
	border: 3px solid #fff;
	border-radius: 3px;
}

.model-slider-item h2 {
	font-size: 14px;
	margin: 7px 0 2px 0;
}
.model-slider-item p {
	font-size: 12px;
	margin: 0 5px 0 5px;
}
.model-slider-item p.readmore {
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
}

}
	

/*** END MODEL SLIDER ***/


.bodybox {
	padding:10px 8px;

}

p.startedhere {
	font-family: 'Averia Sans Libre', arial, sans-serif; 
	font-size: 42px; 
	padding: 10px 0;
	text-align: center; 
	text-transform: uppercase; 
	font-weight: 800;
	text-shadow: 0 0 0.1em #000, 0 0 1em #ff4444, 0 0 0.2em #ff4444, 0 5px 3px #000;
}

p.marketleader {
	font-family: Open Sans; 
	font-size: 17px; 
	text-align: center; 
	font-weight: 500;
	padding-bottom: 8px;
}
p.marketleader span {
	font-weight: 500;
	text-transform: uppercase; 
}

.welcomebox {
	padding:10px;
}

.welcome {
	width:100%;
	display: block;
}

.welcome h2 {
	font-family: "Titillium Web", sans-serif;
	font-size: 50px;
	color: #333;
	display: block;
	text-transform: uppercase;
	text-align: center;
}

.welcome p {
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:24px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color:#666;
	line-height:30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
}

.welcomebox_stats{
	display: flex;
	justify-content: center;
	align-items: center;

}

.welcomebox_stats div {
	display: inline-block;
}

.welcomebox_stats_inner {
	display: inline-block;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:32px;
	text-align:center;
	color: #333;
	font-weight: bold;
	padding: 8px 16px;
	border: 1px solid #bbb;
	border-radius: 4px;
	margin: 15px auto;
}

.welcomebox_stats_divider {
	display: inline-block;
}

.welcomebox_stats span {
	color: #ad2e8e;
}

.reasons {
	display: block;
	width: 85%;
	margin: 0 auto;
}

.reasons li {
	float: left;
	list-style: none;
	padding: 15px;
	width: calc(16.66% - 30px);
	text-align: center;
}

.reasons p {
	text-transform: uppercase;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

.welcomebox a.join {
	color: #fff;
	text-align:center;
	font-family: 'Open Sans';
	font-size: 30px;
	display: inline-block;
	font-weight: 800;
	padding: 6px 16px 9px 22px;
	margin: 10px 0;
	background: #008000;
	border: 4px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	animation:glow 3s ease-in-out infinite;
}

.welcomebox a.join:hover {
	background: #fff;
	color: #fff;
	border: 4px solid #000;
}

.welcomebox a.join-bitcoin {
	color: #fff;
	text-align:center;
	font-family: 'Open Sans';
	font-size: 16px;
	display: inline-block;
	font-weight: 800;
	padding: 10px ;
	line-height: 12px;
	border: 2px solid #008000;
	margin: 10px 0;
	background: #008000;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.welcomebox a.join-bitcoin:hover {
	background: #fff;
	color: #008000;
}

.welcomebox img.icon {
	vertical-align: middle;
	height: 16px;
	margin-right: 10px;
}

/*********************/
/** OTHERSITE PANEL **/
/*********************/

.othersite_container {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 20px;
}

.othersite_container h1 {
	font-size: 42px;
	color: #000;
	font-family: 'BenchNine', arial, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	padding-top: 20px;
	padding-bottom: 5px;
	line-height: 50px;
}

.othersite_container h1 span {
	color: #b10303;
}

.othersite_container p {
	font-family: 'Titillium Web', arial, sans-serif;
	color: #000;
	display: block;
	margin:0 auto;
	font-size: 19px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.othersite {
	width: calc(33.33% - 20px);
	float: left;
	padding: 10px;
}

.othersite_mid {
	width: calc(33.33% - 20px);
	float: left;
	padding: 10px;
}

.othersite img {
	width: 100%;
	margin: 0 auto;
}

.othersite_mid img {
	width: 50%;
	margin: 10px auto;
	text-align: center;
	display: block;
}

.othersite_mid ul li {
	font-family: 'Titillium Web', arial, sans-serif;
	color: #000;
	list-style-type: none;
	border-bottom: 1px dashed #333;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}


blockquote {
	margin: 10px 10px -10px 30px;
}

blockquote:before {
    display: block;
    font-size: 400%;
    content: "\201C"; 
    height: 1px;
    margin-left: -0.45em;
    position:relative;
    top:-20px;
}

blockquote2 {
	margin: 10px 0;
}

blockquote2:before {
    display: block;
    font-size: 200%;
    content: "\201C"; 
    height: 1px;
    margin-left: -0.45em;
    position:relative;
    top:-20px;
}

blockquote2:after {
    display: block;
    font-size: 200%;
    content: "\201D"; 
    height: 1px;
    margin-left: -0.45em;
    position:relative;
    top:-20px;
}


a.clickhere {
font-family:'Roboto Condensed';
font-size:30px;
text-decoration:none;
text-transform:uppercase;
color:#fcfbfb;
background-color:#1daf30;
padding:2px;
border-radius:15px;
-webkit-border-radius:15px;
display:block;
height:64px;
text-align:center;
letter-spacing:-0.01em;
margin-bottom:20px;
}

a:hover.clickhere {
background-color:#68D689;
text-decoration:none
}

/*a.mobile {
display:none;
}

*/
a.clickhere span {
	height:64px;
	line-height:60px;
	display:block;
	background:url(../images/whitebg.png) repeat-x;
	border-radius:15px 15px 0 0;
	-webkit-border-radius:15px 15px 0 0;
}

.videosblock h3 {
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
}

a.hardcore_button {
	color: #fff !important;
	font-family: 'Open Sans'; 
	padding:0; 
	font-weight: 800; 
	font-size: 20px;
}

a.hardcore_button:hover {
	color: #ff0 !important;
}

.blocktitle {
	padding:14px 0;
	text-align:center;
	width: 100%;
	margin: 0 auto;
}

.blocktitle h3 {
	font-family: 'Averia Sans Libre', arial, sans-serif;
	font-size:50px;
	font-weight: normal;
	color:#cc159f;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 0 0em #000, 0 0 0 #f243c7, 0 0 0.1em #f243c7, 0 4px 2px #000;
}

.sub_blocktitle {
	font-family: 'Titillium Web', arial, sans-serif;
	font-size:28px;
	font-weight: 700;
	color:#000;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.pointer_left {
	display: none;
	background: url(../images/pointer_left.png) no-repeat;
	background-position: right center;
	background-size: contain;
	//display: inline-block;
	text-align: center;
	width: 100px;
	margin-right: 15px;
	height: 26px;
}

.pointer_right {
	display: none;
	background: url(../images/pointer_right.png) no-repeat;
	background-position: left center;
	background-size: contain;
	//display: inline-block;
	text-align: center;
	width: 100px;
	margin-left: 15px;
	height: 26px;
}

.sexyvideo .pointer_left {
	background-size: contain;
	width: 65px;
	margin-right: 1px;
	height: 3px;
	background:no-repeat;
}
.sexyvideo .pointer_right {
	background-size: contain;
	width: 65px;
	margin-left: 1px;
	height: 3px;
	background:no-repeat;
}

.blocktitle a {
	DISPLAY: none;
	font-family:'Roboto Condensed';
	font-size:24px;
	color:#fcfbfb;
	background-color:#20aa32;
	line-height:36px;
	padding:0 20px;
	text-transform:uppercase;
	letter-spacing:-0.01em;
	text-decoration:none;
	float:right;
}

.blocktitle a:hover {
	background-color:#147F34;
	color:#fff;
	text-decoration:none
}

.videos {
	padding: 10px;
}

p.join_now {
	font-family: Open Sans;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	padding: 6px 0
}


/***********************/
/** TOUR FRONTPAGE ENTRY **/
/***********************/

.frontpage_sexyvideo {
	background: #fff;
	border-radius:6px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	-webkit-border-radius:3px;
	padding:10px 7px;
	float:left;
	margin:5px;
	width:calc(33.33% - 26px);
}



.frontpage_sexyvideo h4 {
	font-family:'Averia Sans Libre', Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	padding: 0px 0 2px 2px;
	border-bottom: 2px dotted #666;
	overflow: hidden;
	max-height: 30px;
}

.frontpage_sexyvideo h4 a {
	color:#000;
}

.frontpage_sexyvideo h4 a:hover {
	color:#000;
}

.frontpage_sexyvideo p {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.01em;
	color:#666;
	float:left;
	padding-left:3px;
	line-height:20px;
	padding-bottom:10px;
}

.frontpage_sexyvideo h6 {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.01em;
	color:#666;
	float:left;
	padding-left:3px;
	line-height:20px;
	font-weight:normal
}

.frontpage_sexyvideo ul {
	/*DISPLAY: NONE;*/
	float:right;
}

.frontpage_sexyvideo ul p { margin:0; padding:0; line-height:100%; }

.frontpage_sexyvideo ul li {
	float:left;
}

.frontpage_sexyvideo.last {
	margin-right:0px;
}
.frontpage_sexyvideo .modelname, .sexyvideo .modelname { text-align:center; margin-bottom:10px; }
.frontpage_sexyvideo .modelname a, .sexyvideo .modelname a {
	font-family: 'Averia Sans Libre', arial, sans-serif;
	font-size: 34px;
	line-height: 28px;
	font-weight: 700;
	color: #cc159f;
	text-align:center;
}

.frontpage_sexyvideo img {
	margin-top: 10px;
}

.tour_dateadded {
	font-size: 16px;
	color: #666;
	float: left;
	margin-left: 5px;
}
.tour_rating {
	font-size: 16px;
	color: #008000;
	float: right;
	margin-right: 5px;
}

.model .tour_rating {
	font-size: 14px;
}

.sexyphoto .tour_dateadded {
	font-size: 13px;
}

.moreupdates {
	margin-bottom: 55px;
}

.update_badge {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 1px
}

.updates_bio_page .update_badge {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 1px
}


/**************************/
/** MODEL FEATURES PANEL **/
/**************************/



.modelsblock {
	background: none;
	margin: 0 8px;
}

.tour_modelfeatures {
	min-height: 280px;
	background: url('../images/models-join-block.jpg') top right no-repeat;
	background-size: cover;
	padding: 10px 10px 0 10px;
	position: relative;
}

h2.over20years {
	font-family: "Titillium Web", sans-serif;
	text-align: center;
	color: #333;
	font-size: 28px;
	padding-top: 20px;
	margin-bottom: -20px;
	text-transform: uppercase;
}


/************************/
/** MODEL TOUR SORTING **/
/************************/

.tour_modelsorting  {
	clear: both;
	width: 90%;
	display: block;
	margin-left: 15px;
}

.tour_modelsorting li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 3px;
}

.tour_modelsorting a  {
	  float: left; 
	  padding: 10px 30px; 
	  text-decoration: none;
	  color: #fff;
	  font-size: 18px;
	  background: #790d5e;
	  -webkit-border-top-left-radius: 15px;
	  -webkit-border-top-right-radius: 15px;
	  -moz-border-radius-topleft: 15px;
	  -moz-border-radius-topright: 15px;
	  border-top-left-radius: 15px;
	  border-top-right-radius: 15px; 
}

.tour_modelsorting a.active {
	background-color:#a3127f;
	color:#fff;
	text-decoration:none
}


/*************************/
/** TOUR FEATURES PANEL **/
/*************************/

video#background { 
    position: fixed;
    top: 65%;
    left: 50%;
    min-width: 100%;
    min-height: 130%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  	background-size: cover;
  	transition: 1s opacity;
}

.tour_features_outer {
	width:100%;
	background-color:rgba(0,0,0,0.6);
	position: absolute;
	bottom:0;
	left: 0;
	height: 130px;
}

.tour_features_inner {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.tour_features {
	min-height: 540px;
	background-size: cover;
	padding: 10px 10px 0 10px;
	position: relative;
}

.tour_features h3 {
	font-family: "Titillium Web", sans-serif;
	text-transform: uppercase;
}

.tour_features ul {
	width: 100%;
}

.tour_features li {
	width: calc(25% - 20px);
	float:left;
	list-style-type: none;
	padding: 10px;
}

.tour_features li.model_tour {
	width: calc(33% - 20px);
	float:left;
	list-style-type: none;
	padding: 10px;
}

.tour_features_box {
	width: calc(25% - 20px);
	padding: 5px;
	float: left;
	margin: 200px 5px 0 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

 .all_devices {
	display: none;
	background: rgba(0,0,0,0.75);
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

.all_devices p {
	color: #fff;
	font: normal 13px/110% 'Roboto Condensed', arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.tour_features_box {
	font-size: 13px;
}

.tour_features_box h3 {
	font: normal 21px/110% 'Roboto Condensed', arial, sans-serif;
	color: #ff0;
	text-transform: uppercase;
	font-weight: normal;
}



.tour_features_models {
	min-height: 280px;
	background: url('../images/models-join-block.jpg') top left no-repeat;
	background-size: cover;
}

.tour_features_text_models {
	width: 380px;
	padding: 10px;
	text-align: right;
}

.tour_features_models h2 {
	font: normal 28px/110% 'Roboto Condensed', arial, sans-serif;
}

.tour_features_models h3 {
	font: normal 18px/110% 'Roboto Condensed', arial, sans-serif;
	color: #aaa;
}

.tour_features_models ul li {
	font: normal 19px/110% 'Roboto Condensed', arial, sans-serif;
	border-bottom: 1px dashed #CCA3C4;
	line-height: 26px;
}

/****************************/
/** TOUR - SOME OF OUR STARS **/
/****************************/

.some_of_our_stars {
	font-size: 18px;
	color: #666;
}

.some_of_our_stars ul {
	font-size: 0;
	margin-bottom: 0px;
}

.some_of_our_stars li {
	vertical-align:top;
	width: 25%;
	min-height: 205px;
	display: inline-block;
	font-size: 18px;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.some_of_our_stars a {
	color: #bc0000;
}
.some_of_our_stars a:hover {
	color: #f00;
}


/***********************/
/** SET ENTRY **/
/***********************/

.sexyvideo {
	background: #fff;
	border-radius:6px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	-webkit-border-radius:3px;
	padding:10px 7px;
	float:left;
	margin:5px;
	width:calc(33% - 24px);
}



.sexyvideo h4 {
	font-family:'Averia Sans Libre', Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	padding: 0px 0 2px 2px;
	border-bottom: 2px dotted #666;
	overflow: hidden;
	max-height: 26px;
}

.sexyvideo h4 a {
	color:#000;
}

.sexyvideo h4 a:hover {
	color:#000;
}

.sexyvideo p {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.01em;
	color:#666;
	float:left;
	padding-left:3px;
	line-height:20px;
	padding-bottom:10px;
}

.sexyvideo h6 {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.01em;
	color:#666;
	float:left;
	padding-left:3px;
	line-height:20px;
	font-weight:normal
}



.videoblock {
	position:relative;
	margin-bottom:3px;
}

.videohere a {

}

.videohere img {
	display:block;
	border:1px solid #000;
	width:100%;
	height: auto;
}

.videoblock span:not(.text-center) {
	z-index: 100;
	position:absolute;
	right:-1px;
	bottom:1px;
	background: url(../images/blank65.png) repeat;
	color:#fff;
	line-height:24px;
	padding:0 8px;
	font-size:14px;
	display:block;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-border-radius: 7px 0px 0px 0px;
	-moz-border-radius: 7px 0px 0px 0px;
	border-radius: 7px 0px 0px 0px;
}

.sexyvideo h4 {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding: 0px 0 2px 2px;
	border-bottom: 2px dotted #666;
	overflow: hidden;
	max-height: 25px;
}

.sexyvideo h4 a {
	color:#000;
}

.sexyvideo h4 a:hover {
	color:#f00;
}

.sexyvideo p {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	float:left;
	padding: 0 3px;
	line-height:20px;
}

.sexyvideo p a, .sexyvideo a {
	color: #f00;
	position:relative; vertical-align:top; display:inline-block;
}

.photodesc  {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	display:inline-block;
	color: #666;
	width:100%;
	padding-top: 5px;
	height:60px;
	overflow:hidden;
	font-size: 14px;
	line-height: 20px;
	position:relative;
}

.photodesc a {
	color: #ff0;
}

/** below controls the gradient fade on photo and video entry **/

.photodesc:before {
    content:'';
    width:100%;
    height:100%;  
    position:absolute;
    left:0;
    top:0;
    background:-moz-linear-gradient(transparent 25px, #fff);
    background:linear-gradient(rgba(255,255,255,0) 25px, rgba(255,255,255,1));
}

p.dateadded {
	color: #666;
	font-size: 14px;
	padding: 2px 10px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
}

.sexyvideo h6 {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.01em;
	color:#f5f5f5;
	float:left;
	padding-left:3px;
	line-height:20px;
	font-weight:normal
}

.sexyvideo ul {

	float:right;
}

.sexyvideo ul li {
	float:left;
}

.sexyvideo.last {

}

.viewmore {
	clear:both;
	padding:10px 15px 15px 0;
}

.viewmore a {
	font-family: 'Averia Sans Libre', arial, sans-serif;
	font-size:32px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
	background: #c5020a;
	max-width: 600px;
	margin: 30px auto;
	border: 4px solid #fff;
	padding: 8px 10px;
	display:block;
	border-radius:8px;
	-webkit-border-radius:8px;
}

.viewmore a:hover {
	color: #fff;
	background: #f00;
}

.middleads {
	clear:both;
	padding:5px 0 0 0;
}

.middleads h3 {
	font-family:'Averia Sans Libre', Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#fc3ccd;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	letter-spacing:-0.01em;
	}

.middleads h3 span {
	color:#fffc00;
}

.middleads h3 a:hover {
	color:#fff;
}

.middleads p {
	font-family:'Averia Sans Libre', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	text-align:center;
	letter-spacing:-0.01em;
}

.middleads p a {
	color: #ff0;
}

.textinfo {
	background-color:#3b3a3a;
	padding:12px 12px 16px 12px;
	border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:20px;
}

.textinfo p {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fcfbfb;
	letter-spacing:-0.01em;
}


/*****************/
/** PHOTO ENTRY **/
/*****************/


.sexyphoto {
	background-color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px;
	float:left;
	margin: 10px;
	width:calc(20% - 40px);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.modelname {
	font-family: 'Raleway', sans serif;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	color: #f00;
}

.modelname a {
	font-family: 'Averia Sans Libre', arial, sans-serif;
	/*font-size: 34px;*/
	font-weight: 700;
	color: #cc159f;
}

.modelname a:hover {
	color: #f00;
}

.moreupdates .modelname {
	display: block;
}

.featuring .modelname {
	DISPLAY: NONE;
}

.sexyphoto h4 {
	font-family:'Averia Sans Libre', Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-0.01em;
	font-weight:normal;
	padding: 2px 0 2px 2px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	max-height: 20px;
}

.sexyphoto h4 a {
	color:#000;
}

.sexyphoto h4 a:hover {
	color:#f00;
}

.sexyphoto p {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.01em;
	color:#666;
	float:left;
	padding-left:5px;
	line-height:20px;
	
}

.sexyphoto ul {

	float:right;
}

.sexyphoto ul li {
	float:left;
}

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

.photohere {
	padding-bottom:3px;
}

.photohere img {
	display:block;
	border:1px solid #000;
}


/****************/
/** MODEL ENTRY **/
/****************/

#tour .model h4 a {
	color:#f00;
}

.model {
	background-color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:7px 12px;
	float:left;
	width: calc(20% - 38px);
	height: auto;
	margin: 7px;
	min-height: 370px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.model:hover {
	background-color: #e0f3fc;
}

.model p {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.01em;
	color:#666;
	float:left;
	padding-left:3px;
	line-height:20px;
}

.model .tour_rating {
	font-size: 14px;
}

.model ul {
	float:right;
}

.model ul p {
	color: #666;
}

.model ul li {
	float:left;
}

.modelphoto {
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
}

.modelphoto img {
	display:block;
	border:1px solid #000;
	width:100%;
	max-width:100%;
}

.model h4 {
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing:-0.01em;
	padding-bottom:0px;
	text-align:center;
	line-height: 24px;
	overflow: hidden;
}

.model h4 a {
	color:#f00;
}

.model h4 a:hover {
	color:#666;
}

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

.model .top100_counter {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	font-family: "Roboto", sans-serif;
}

.model .top100_counter span {
	display: block;
	font-size: 28px;
	line-height: 26px;
	color:#f00;
	font-weight: 800;
}

.modelpage_button_container {
	text-align: center;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 20px 0 30px 0;
}

.modelpage_button {
	display: inline-block;
	margin: 10px;
}

.modelpage_button a {
	background: #336884;
	color: #ff0;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.modelpage_button a:hover {
	background: #ff0;
	color: #336884;
}



.becomemember {
background:#fff url(../images/fgraybg.jpg) repeat-x left bottom;
height:72px;
border-radius:3px;
-webkit-border-radius:3px;
padding:5px;
margin-bottom:32px;
}

.footer_logo {
float:left;
background-color:#000;
height:62px;
border-radius:3px;
-webkit-border-radius:3px;
width:442px;
text-align:center;
padding-top:10px;
}

.becomemember p {
font-size:50px;
text-transform:uppercase;
color:#029f17;
float:right;
letter-spacing:-0.01em;
line-height:70px;
padding-right:10px;
}

.becomemember p a {
font-family:'Roboto Condensed';
color:#029f17;
text-decoration:none;
}

.becomemember p a:hover {
color:#029f17;
text-decoration:none
}

/**************/
/* FOOTER NAV */
/**************/

.footernav {
background-color:#010000;
padding:0 1px 2px 1px;
clear:both
}

.footernav nav {
background:url(../images/topnavbg.jpg) repeat-x;
height:67px;
}

.footernav nav ul {
padding-top:11px;
padding-left:10px;
}

.footernav nav ul li {
float:left;
font-family:'Roboto Condensed';
font-size:31px;
letter-spacing:-0.01em;
text-transform:uppercase;
padding-right:3px;
}

.footernav nav ul li a {
color:#363535;
line-height:45px;
display:block;
padding:0 25px;
border-radius:3px;
-webkit-border-radius:3px;
}

.footernav nav ul li a.join {
color:#fcfbfb;
background-color:#20aa32;
text-decoration:none;
border-radius:10px;
-webkit-border-radius:10px;
}

.footernav nav ul li a:hover.join {
	background-color:#147F34;
	color: #fff;
}

.footernav nav ul li a.active, .footernav nav ul li a:hover {
color:#fe0303;
background-color:#151515;
text-decoration:none
}

.footernav nav ul li:last-child {
padding-right:0px;
}


/********************/
/** COPYRIGHTS ETC **/
/********************/


.copyrights {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	border-top: 2px solid #fff;
}

.copyrights .container {
	max-width: 70%;
	padding: 20px;
	margin: 0 auto;
}

.copyrights p {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	font-weight: normal;
	margin-bottom: 8px;
}

.copyrights li {
	font-size: 14px;
	line-height: 22px;
}

.copyrights li.email_form {
	width: 40%;
	float: left;
}

.copyrights li.email_form td {
	padding: 3px 0;
}

.copyrights input.email_input {
	font-family: 'Roboto', arial, sans-serif;
	width:200px;
	padding: 3px;
}

.copyrights li.email_form select {
	font-family: 'Roboto', arial, sans-serif;
	padding: 3px;
}

.copyrights li.email_form input.button {
	  margin-top: 5px;
	  font-family: 'Roboto', arial, sans-serif;
	  width:auto;
	  background: #008000;
	  -webkit-border-radius: 6;
	  -moz-border-radius: 6;
	  border-radius: 6px;
	  text-shadow: 1px 1px 3px #000000;
	  color: #ffffff;
	  font-size: 14px;
	  padding: 4px 6px;
	  text-decoration: none;
}

.copyrights li.email_form input.button:hover {
  background: #22a841;
  text-decoration: none;
}

.copyrights li.email_form .unsubscribe {
	color: #ccc;
	font-size: 12px;
	margin: 10px auto;
}

.copyrights li.list {
	width: 20%;
	float: left;
	margin-bottom: 10px;
}


.copyrights a {
	color: #f7c9ec;
}

.copyrights a:hover {
	color: #ff0;
}

span.footer_title {
	font-weight: 500;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 3px;
	width: 90%;
	border-bottom: 1px solid #fff;
}


/**************/
/* BANNER ADS */
/**************/

.grooby {
	max-width: 743px;
	margin: 0 auto 15px auto;
}

.grooby-iframe-container {
	max-width: 98%;
    position: relative;
    overflow: hidden;
    padding-top: 12.15%;
}

.grooby-iframe-sidebar-container {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
	margin-bottom: 10px;
}	

.grooby-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.rabbits {
	text-align: center;
    background: url(../images/bg_nav.png) repeat #000;
	border-top: 2px solid #fff
}

.rabbits iframe {
	margin: 0 auto;
	width: 728px !important;
	height: 90px !important;
}

.mindgeek {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
}
.mindgeek_mobile {
	display: none;
}

/*Responsive menu*/
.responsive_menu {
margin-top:0px;
text-align:center
}

.responsive_menu select {
display:inline-block;width:200px;height:40px;padding:9px 12px;font-size:14px;line-height:normal;color:#fff;vertical-align:middle;border:none;text-align:center;
cursor:pointer;
border:1px solid #393939;
background:#0A0A0A url(../images/downarrow.png) no-repeat 95% center
}

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

header .responsive_menu, footer .responsive_menu {
margin-top:0px;
padding-top:14px;
padding-bottom:14px;
}

/*Responsive menu close*/


/********************/
/** TRAILER PAGE **/
/********************/

.trailer_video {
	background: rgba(255,255,255,0.6);
}

.trailer_videoblock {
	clear:both;
	width: 85%;
	margin: 0 auto;
	padding: 20px 0;
}

.bigvideo {
	width: 85%;
	margin: 0 auto;
}

.bigvideo_header {
	display: block;
}

.bigvideo_header h3 {
	font-family: 'Averia Sans Libre', arial, sans-serif;
	float: left;
	display: inline-block;
	font-size: 40px;
	color:#fff;
	font-weight: normal;
}

.bigvideo_header a.download {
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	float: right;
	display: inline-block;
	color:#fff;
	background: #58b165;
	padding: 8px;
	border-radius: 3px;
	margin: 5px 0;
}

.bigvideo_header a:hover {
	background: #008000;
}

.bigvideo_header span a, .trailer_toptitle_left a {
	/*float: left;*/
	font-family: 'Averia Sans Libre', arial, sans-serif;
	font-size: 40px;
	text-decoration: none;
	font-weight: 700;
	color: #f00;
	display: inline-block;
}

.bigvideo span a:hover, .trailer_toptitle_left a:hover {
	background: none;
	color: #f00;
}

.bigvideo .rating {
	border: none;
	float: right;
	display: block;
	padding: 5px 0;
	margin-top: -40px;
}

.trailer_videoblock {
	/*background: rgba(255,255,255,0.7);*/
	padding: 10px 20px 40px 20px;
}

.trailer_videoblock .trailer_toptitle {
	width:100%; 
	float: left;
	border-bottom: 1px solid #666;
	position: relative;
	margin-top: 20px;
}

.trailer_videoblock .trailer_toptitle_left {
	float: left;
	display: block;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height: 32px;
	color:#333;
	float:left;
	font-weight:400;
	padding-top:12px;
	padding-bottom:10px;
}

.trailer_videoblock .trailer_toptitle .trailer_toptitle_right {
	float: right;
	display: block;
	margin-top: 10px;
}

.trailer_videoblock .trailer_toptitle_right a {
	background: #58b165;
	padding: 10px;
	border-radius: 6px;
	color: #fff;
	font-size: 17px;
}

.trailer_videoblock .trailer_toptitle_right a:hover {
	background: #008000;
	color: #fff;
}

.trailer_videohere {
	padding-top: 10px;
	padding-left:2px;
	clear:both;
}

.trailer_videohere img {
	display:block
}

.trailer_videohere .views_remaining {
	display: none !important;
}

.trailerpage_meta {
	margin: 20px auto 20px auto;
	display: flex;
	width: 100%;
	box-sizing:border-box;
	border-top: 1px solid #FFF;
	padding-top: 10px;
}

.trailerpage_photoblock_fullsize {
	float: left;
	margin-right: 0px;
	display: block;
	max-width: 20%;
}

.trailerpage_photoblock_fullsize img {
	margin: 3px 6px 0 0;
	max-width: calc(50% - 12px);
}

.trailerpage_info {
	display: block;
	margin: 0;
	width: auto;
	flex-grow: 1;
}

.trailerpage_info .setdesc {
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	display: block;
	color: #333;
	margin: 10px 0;
	font-size:20px;
}

.trailerpage_info .setdesc a {
	color: #a50101;
	font-weight:bold;
}

.trailerpage_info .setdesc b {
	font-weight: 600;
}

.trailerpage_info .setdesc a:hover {
	text-decoration: underline;
}

.trailer_modelinfo .areatitle, .trailer_videoinfo .areatitle {
	margin: 0px 0 0px 0;
}

.trailer_modelinfo {
	width: calc(25% - 20px);
	float: left;
	padding: 10px;
	background: #fafafa;
}

.trailer_modelinfo img {
	width: calc(50% - 10px);
	margin: 5px;
	float: left;
}

.trailer_videoinfo {
	float: left;
	width: calc(75% - 30px);
	padding: 15px 0px 10px 30px;
}

.trailer_videoinfo h3 {
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#333;
	font-weight:600;
	padding-top:7px;
	padding-bottom: 5px;
}

.trailer_videoinfo li {
	font-size: 18px;
	list-style-type: none;
}

.trailer_videoinfo li a {
	font-weight: bold;
	color: #a50101;
}

.trailer_videoinfo li a:hover {
	color: #f00;
}

.trailer_videoinfo .download {
	color: #333;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:22px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #666;
}

.trailer_videohere {
	padding-top: 10px;
	padding-left:2px;
	clear:both
}

.trailer_videohere img {
	display:block
}

.trailer_videoblock ul {
	float:right;
	padding-top:18px;
}

.trailer_videoblock ul li {
	float:left;
	padding-left:2px;
}

.trailer_videoblock p {
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 20px;
	line-height: 130%;
	clear:both;
	padding: 4px 0;
}

.trailer_videoblock p a {
	color: #ad2e8e;
}

.trailerpage_info p.trailertitle {
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #666;
}

.trailer_videoblock p a {
	color: #00a200;
}

.trailer_videoblock p a:hover {
	color: #14c714;
	text-decoration: underline;
}

.trailer_videoblock .download {
	color: #666;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size:22px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #666;
	margin-top: 15px;
}

.trailer_videoruntime {
	width: 100%; 
	float: center; 
	text-align: center; 
	display:block; 
	background: #000;
	margin-top:-10px;
}

.trailer_videoruntime p {
	padding-bottom: 10px;   
	border-bottom: 1px dotted #aaa;
}

.trailer_video_options {
	width:100%; 
	float:left; 
	position: relative; 
	display: block; 
	background: #000; 
	margin-top: -3px;

}

.trailer_video_options p {
	padding: 5px 12px;
	font-size: 12px;
	text-align: center;
	color: #F7F5A3
}

.download_link_outer {
	clear: both;
	margin-top: 10px;
	float: left;
	width: 100%;
}

.full_download_link {
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: calc(25% - 20px);
	background: #58b165;
	padding: 5px;
	border-radius: 6px;
	margin: 5px;
	display: block;
	float:left;
	text-align: center;
	color: #fff;
}

.full_download_link span {
	margin-left: 5px;
	font-size: 12px;
	text-align: center;
	display: block;
}

.full_download_link:hover {
	background: #008000;
}

.moreupdates {
padding-bottom:15px;
}


/*Models*/

.modelimg {
//float:left;
}

.shemale_models {
//float:right;
//background-color:#3b3a3a;
//width:270px;
//padding:8px;
//min-height:368px
}

.shemale_models h3 {
//font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
//font-size:22px;
//font-weight:bold;
//color:#fffc00;
//text-align:center;
//letter-spacing:-0.01em;
//padding-bottom:8px;
}

.models_details {
//background-color:#010000;
}

.models_details p {
//	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
//	font-size:14px;
//	letter-spacing:-0.025em;
//	color:#fefeff;
//	line-height:17px;
//	padding-left:18px;
//	padding-right:8px;
//	padding-top:15px;
}

.models_details ul {
//	 padding-top:10px;
//	padding-bottom:17px;
}

.models_details ul li {
//	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
//	font-size:19px;
//	font-weight:bold;
//	color:#fe0303;
//	line-height:38px;
//	letter-spacing:-0.025em;
//	background:url(../images/points.png) no-repeat 15px 12px;
//	padding-left:39px;
}

.modelimg img {
//	display:block;
}

.midspace {
	padding-top:8px;
	padding-bottom:30px;
}

.pagination {
	clear:both;
	text-align:center;
	padding-top:23px;
	padding-bottom:30px;
	color:#666;
}

.pagination ul {
	display:inline-block;
	vertical-align:top;
	padding:2px 5px;
	text-align:center;
}

.pagination ul li {
	display:inline-block;
	font-family: 'Open Sans', arial, sans-serif;
	font-size:30px;
	font-weight:800;
	color:#666;
}

.pagination ul li a {
	color:#f00
}

.pagination ul li a:hover, .pagination ul li a.active {
	color:#bc0000;
	background: none;
}

.pagination a i {
	color: #f00;
	padding: 0 7px 2px 7px;
	margin-top: -2px;
}

.pagination a i:hover {
	color: #000;
}

.pagination a i#single  {
	padding: 0 10px 2px 7px;
}

.button {
	display:inline-block;
	font-size:24px;
	font-weight:800;
	color:#666;
	padding-top: 4px;
}

.button a {
	color: #f00;
}

.button a:hover {
	color: #000;
}

.removespace {
	margin-bottom:22px;
}


/*Photos CSS*/
.photoimg {
//float:right;
}

.shemale_photos {
//float:left;
//background-color:#3b3a3a;
//width:268px;
//padding:8px;
//min-height:367px
}

.shemale_photos h3 {
//font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
//font-size:22px;
//font-weight:bold;
//color:#fffc00;
//text-align:center;
//letter-spacing:-0.01em;
//padding-bottom:8px;
}

.photo_details {
//background-color:#010000;
}

.photo_details p {
//font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
//font-size:14px;
//letter-spacing:-0.025em;
//color:#fefeff;
//line-height:17px;
//padding-left:14px;
//padding-right:28px;
//padding-top:15px;
}

.photo_details ul {
//padding-top:10px;
//padding-bottom:16px;
}

.photo_details ul li {
//font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
//font-size:19px;
//font-weight:bold;
//color:#fe0303;
//line-height:38px;
//letter-spacing:-0.025em;
//background:url(../images/points.png) no-repeat 15px 12px;
//padding-left:39px;
}


/*Video CSS*/
.videoimg {
//float:left;
//padding-left:1px;
}

.videoimg2 {
//float:right;
//padding-right:1px;
}

.videoimg img, .videoimg2 img {
//display:block;
}

.shemale_videos {
//float:right;
//background-color:#3b3a3a;
//width:273px;
//padding:8px;
//min-height:368px;
//margin-right:2px
}

.shemale_videos h3 {
//font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
//font-size:22px;
//font-weight:bold;
//color:#fffc00;
//text-align:center;
//letter-spacing:-0.01em;
//padding-bottom:8px;
}

.video_details {
//background-color:#010000;
}

.video_details p {
//font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
//font-size:14px;
//letter-spacing:-0.025em;
//color:#fefeff;
//line-height:17px;
//padding-left:14px;
//padding-right:8px;
//padding-top:15px;
}

.video_details ul {
//padding-top:10px;
//padding-bottom:16px;
}

.video_details ul li {
//font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
//font-size:19px;
//font-weight:bold;
//color:#fe0303;
//line-height:38px;
//letter-spacing:-0.025em;
//background:url(../images/points.png) no-repeat 15px 12px;
//padding-left:39px;
}

/* A-Z Links */

.azlinksinner {
	padding: 5px 10px;
	text-align: center;
	position: relative;
	max-width: 1009px;
	margin: 0 auto;
}

.azlinks p {
	float: left;
	font-size: 17px;
}

.azlinks li a {
	font-size: 17px;
	float: left;
	margin: 0 11px;
	color: #fff;
}

.azlinks li a:hover {
	color: #ff0;
}


/**********************/
/* MODEL PROFILE PAGE */
/**********************/

.profile_banner {
	padding-left:1px;
}

.model_profile_page {
	width: 100%;
	display: block;
}

.profile_banner img {
	display:block;
}

.model_profile_page {
	width: 100%;
	display: inline-block;
	padding-top: 20px;
	clear:both;
}

.model_profile_outer {
	width: 25%;
	float: left;
}

.model_profile {
	padding: 12px;
	width: calc(29% - 24px);
	float: left;
	border-radius: 6px;
	background: #fff;
	background-size: cover;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
	margin-bottom: 20px;
}

.profile_videoarea {
	width: 70%;
	float: left;
}

.profile_videoarea .sexyvideo {
	width: calc(50% - 30px);
}

.profile_videoarea .sexyphoto {
	width: calc(25% - 40px);
}

.profile_videoarea .modelname {
	display: none;
}

.profile_videoarea .photodesc {
	font-size: 15px;
	line-height: 20px;
}

.profile_videoarea .blocktitle h3 {
	font-size: 36px;
	line-height: 30px;
}

.profile_videoarea .tour_rating, .profile_videoarea .tour_dateadded {
	font-size: 16px;
}


.model_profile_name {
    font-family: 'Titillium Web', sans-serif;
    font-size: 38px;
    color: #a50101;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.model_profile_name_smallscreen {
	DISPLAY: NONE;
}

.model_photo {
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	width:100%;
	text-align:center;
	position: relative;
}

.model_photo img {
	border-radius:5px;
	-webkit-border-radius:5px;
	width: 100%;
	text-align: center;
}

.model_meta {
	border-bottom: 1px solid #666;
	clear: both;
}

.model_details {
	width: 100%;
	float:left;
}

.shownherefirst {
	z-index: 100;
	position: absolute;
	bottom: 0;
	right: 0;
}

.modelofthemonth {
	background: rgba(0,0,0,0.5);
	z-index: 100;
	padding: 5px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	border: 1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.modelofthemonth img {
	width: 95%;
}

.modelofthemonth p {
	font-family:'Titillium Web', sans-serif;
	font-size: 13px !important;
	color: #fff !important;
	line-height: 13px !important;
}

.model_details h3 {
	font-family: 'Averia Sans Libre', arial, sans-serif;
	font-size:38px;
	color:#f00;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
}

.model_details p {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:24px;
	color:#333;
	clear:both;
	padding:  0;
	margin-bottom: 7px;
}

#bio {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:21px;
	color:#333;
	clear:both;
	padding:  0;
	margin: 0 0 20px 0;
}

#bio b {
	font-weight: 600;
}

#bio hr {
	padding: 0;
}

#bio ul {
	color: #333;
}

#bio li {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:24px;
	color:#333;
	clear:both;
	border-bottom: 1px dashed #666;
	padding: 5px 0;
	list-style-type: none;
}


#bio a {
	color: #f00;
}

a.twitter {
	padding: 8px 10px;
	background: #1DA1F2;
	border-radius: 6px;
	margin: 5px 0;
	display: inline-block;
	width: calc(100% - 32px);
	cursor: pointer;
	color: #fff !important;
	border: 3px solid #1DA1F2;
}

a.twitter:hover {
	background: #1689cc !important;
	color: #ff0 !important;
}

a.instagram {
	padding: 8px 10px;
	background: #fff;
	border-radius: 6px;
	margin: 5px 0;
	display: inline-block;
	width: calc(100% - 32px);
	cursor: pointer;
	color: #000 !important;
	border: 3px solid #333;
}

a.instagram:hover {
	background: #ccc !important;
	color: #333 !important;
}

.model_profile h4 {
	color: #666;
	text-transform: uppercase;
	font-size: 20px
}


.model_details .alsofeatured p {
	font-weight: bold;
	margin-top: 5px;
	font-size: 18px;
}

.model_details .alsofeatured br {
	DISPLAY: NONE;
}

.model_details .alsofeatured a {
	display: block;
	background: #a50101;
	margin: 5px 0;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff !important;
}

.model_details .alsofeatured a:hover {
	background: rgba(255,0,0,0.7);
}




/*Individual Photo*/
.indphoto_banner {
padding-left:1px;
}

.indphoto_banner img {
	display:block;
}

.indphotos {
	clear:both;
	background-color:#242424;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:20px 24px;
}

.indphotos h4 {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ff0000;
	float:left;
	letter-spacing:-0.01em;
	font-weight:bold;
	padding-bottom:10px;
}

.indphotos h4 span {
	font-size:14px;
	color:#bdbdbc;
	font-weight:normal;
	display:block
}

.indphotos ul.star {
	float:right;
}

.indphotos ul.star li {
	float:left;
	padding-left:2px;
}

.indphotos p {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	letter-spacing:-0.01em;
	clear:both;
	padding-bottom:22px;
}

.indphotos_block {
	padding-top: 15px;
	margin: 0 auto;
	width: 1028px
}

.indphoto {
	/*float:left;*/
	margin: 7px;
	display:inline-block;
	width: calc(20% - 24px);
	vertical-align: top;
}

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

.indphoto img {
	display:block;
	border:1px solid #000;
}

.indphotos .pagination {
	padding-bottom:5px;
	padding-top:15px
}

.button img {
	border:1px solid #000000;
}



.innerbg {
background:#000;
}

.innerbanner {
padding-bottom:3px;
}

.innerbanner img {
display:block;
}

.shemale_types {
border-bottom:1px solid #494949;
background-color:#040000
}

.shemale_types p {
font-family:'Roboto Condensed';
font-size:13.4px;
text-transform:uppercase;
letter-spacing:-0.01em;
line-height:24px;
text-align:center
}

.shemale_types p a {
color:#f5f5f5;
}

.shemale_types p a:hover {
color:#e0040d;
}

.shemale_types p span {
color:#e0040d;
padding:0 6px;
}

/*********************/
/* TOP NAVIGATION */
/*********************/

.topnav {
	padding:0 1px 4px 1px;
	clear:both;
	background-color:#010000;
}

.topnav nav {
	background:url(../images/topnavbg.jpg) repeat-x;
	height:67px;
}

.topnav nav ul {
	padding-top:11px;
	padding-left:10px;
}

.topnav nav ul li {
	float:left;
	font-family:'Roboto Condensed';
	font-size:31px;
	letter-spacing:-0.01em;
	text-transform:uppercase;
	padding-right:3px;
}

.topnav nav ul li a {
	color:#363535;
	line-height:45px;
	display:block;
	padding:0 25px;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.topnav nav ul li a.active, .topnav nav ul li a:hover {
	color:#fe0303;
	background-color:#151515;
	text-decoration:none
}


.topnav nav ul li a.join {
	color:#fcfbfb;
	background-color:#20aa32;
	text-decoration:underline;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;

}

.topnav nav ul li a:hover.join {
	background-color:#147F34;
}

.topnav nav ul li:last-child {
	padding-right:0px;
}

/* BELOW IS MEMBERS NAV */

.topnavinner nav ul li {
float:left;
font-family:'Roboto Condensed';
font-size:28px;
letter-spacing:-0.01em;
text-transform:uppercase;
padding-right:2px;
}

.topnavinner nav ul li a {
color:#363535;
line-height:45px;
display:block;
padding:0 18px;
border-radius:3px;
-webkit-border-radius:3px;
}

.subnav li a {
font-size: 20px;
line-height: 25px;
padding: 12px;
}

.subnav nav {
background:url(../images/topnavbg.jpg) repeat-x;
background-position: -0 -10px;
height:42px;
border-top: 1px solid #aaa;
}

.subnav nav ul {
padding-top:4px;
}

.subnav nav ul li a {
color:#363535;
line-height:35px;
display:block;
padding:0 15px;
border-radius:3px;
-webkit-border-radius:3px;
}

/*********************/
/* MEMBERS MAIN PAGE */
/*********************/


.welcome_member {
	margin-left: 10px;
	clear: both;
}

.members_main_page {
	width: calc(100% - 30px);
	float:left;
	background:#fff;
	color: #666;
	margin-bottom: 20px;
	padding: 20px;
	border-radius:5px;
}

.members_main_page a {
	color: #f00;
}

.members_main_page h3 {
	font-family: "Averia Sans Libre", sans-serif;
	text-transform: uppercase;
	font-size: 38px;
	color: #000;
	font-weight: normal;
}

.memberleft {
	float:left;
	width:calc(74% - 20px);
}

.sidebar {
	float:right;
	width:300px;
}

#lbar-2 .lbar_item{
	background:none;
}
.lbar_item{
	background: #fff;
    /* width: 100%; */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px 10px 5px 10px;
}

.catHead{
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.triangle{
	width:25px;
	text-align:center;
	display:inline-block;
}
#lbar-1{
	display:none;
	margin-bottom:10px;
}
.lbar_item .categories li a{
	display: block;
    line-height: 30px;
    color: #f00;
    border-bottom: 1px dotted #666;
    margin-left:10px;
}
.lbar_item .categories li h4{
	display: block;
    line-height: 30px;
    color: #777;
    border-bottom: 1px dotted #666;
    cursor:pointer;
}
.lbar_item h3 {
	font-family: "Quicksand", sans-serif;
	color: #666;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

.lbar_item a:hover {
	text-decoration: underline;
}


.sidebar_item {
	font-family: "Titillium Web", sans-serif;
	float:right;
	background: #fff;
	width:300px;
	border-radius:6px;
	-webkit-border-radius:6px;
	padding: 15px 10px;
	border:1px solid #ccc;
	margin-bottom: 15px;
}

.sidebar img {
	max-width: 250px;
}

.sidebar_item h3 {
	font-family: "Averia Sans Libre", sans-serif;
	color: #666;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

.sidebar_item p {
	font-size: 14px;
	color: #666;
}

.sidebar_item #explore_further li a {
	display: block;
	line-height: 30px;
	color: #f00;
	border-bottom: 1px dotted #666;
}

.sidebar_item #explore_further li a:hover, .lbar_item a:hover {
	text-decoration: underline;
}

.aside_banner {
text-align:center;
padding-bottom:26px;
}

.last_banner {
	padding-bottom:106px;
}

.memberhome .sexyvideo {
width:45%;
}

.memberhome .sexyvideo.last {
margin-right:0px;
}

.memberhome .videohere img {
	width:99.5%;
}

.memberhome .sexyphoto {
	width:29%;
	padding:11px 1.5% 5px;
	margin-right:2%;
}

.memberhome .sexyphoto.last {
	margin-right:0px;
}

.memberhome .photohere img {
	width:99.5%;
}

.memberhome .model {
	width:29%;
	padding:11px 5px;
	margin-right:2%;
}

.memberhome .model.last {
margin-right:0px;
}

.memberhome .modelphoto {
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
}

.memberhome .modelphoto img {
	display:block;
	margin: 0 auto;
	border:1px solid #000;
	width:94%;
	max-width:100%;
}

.midbanner {
	background-color:#242424;
	padding-top:14px;
	padding-bottom:10px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:16px;
}

.bigmid_banner {
	background-color:#242424;
	padding-top:28px;
	padding-bottom:25px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	clear:both;
	margin-bottom:5px;
}

a.yellowbtn {
	font-family:'Roboto Condensed';
	font-size:23px;
	color:#f00;
	line-height:36px;
	padding:0 15px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-0.01em;
	text-decoration:none
}


/*********************/
/* MEMBERS NEWS */
/*********************/

.mobile_subsitesorting {
	display: none
}

.news p.newstitle {
	font-family:'Roboto Condensed';
	font-size:28px;
	text-transform:uppercase;
	letter-spacing:0.01em;
	display: block;
	border-bottom: 1px dotted #a1a1a1;
	margin-top: 20px;
}

.news p.newsdate {
	font-family:'Roboto Condensed';
	font-size:18px;
	margin-top: -5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #666;
}

.news .newsbody {
	margin-top: 8px;
}

.news, .news p, .news ul li {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin-bottom: 8px;
	color: #666;
}

.news ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.news a {
	color: #d11f1f;
}

.news p a:hover {
	text-decoration: underline;
}

.news img {
	margin: 2px
}

/*****************/
/* NEWS COMMENTS */
/*****************/

.members_main_page .title_bar {
	font-family:'Roboto Condensed';
	font-size:24px;
	margin-top: -5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #a1a1a1;
	color: #666;
}


.members_main_page .comments_heading {
	display: block;
	color: #666;
	width: 100%;
	font-family:'Roboto Condensed';
	font-size:20px;
	margin-top: -5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #a1a1a1;
}

span.comments_user {
	color: #10bac9;
}

span.comments_body {
	color: #666;
}

span.comments_info {
	color: #bbb;
}

.members_main_page .btn {
	margin: 8px 0;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px !important;
}

.members_main_page input.inputTxt  {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:16px;
	display:inline-block;
	padding:5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eee;
	color: #111;
}

.members_main_page  textarea {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	display:inline-block;
	width:80%;
	padding:5px;
	background: #eee;
	color: #111;
}

.title_bar:before { 
	display: block; 
 	content: " "; 
  	height: 130px;      /* Give height of your fixed element */
    margin-top: -130px; /* Give negative margin of your fixed element */  	
    visibility: hidden; 
}

.title_bar:before { 
	display: block; 
 	content: " "; 
  	height: 130px;      /* Give height of your fixed element */
    margin-top: -130px; /* Give negative margin of your fixed element */  	
    visibility: hidden; 
}

/**********/
/* POLLS */
/**********/

.sidebar .poll {
	min-height:222px;
	padding: 0 5px;
	color: #666;
}

.sidebar .poll_title b {
	color: #666;
}

.sidebar .poll a {
	color: #d11f1f
}

.sidebar .poll b span {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #1c9632;
}

.poll label {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	float:left;
	clear:left;
	cursor:pointer;
	padding-left:5px;
}

.poll label a {
	color: #f00;
}

.poll label input {
	margin-right:10px;
}

.poll_archive_item {
	background: url(../images/news_bg.png) top left no-repeat #333;
	width: calc(50% - 60px);
	float: left;
	padding: 20px;
	margin: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:14px;
}

.poll_archive_item .poll_title b {
	font-size: 17px;
}

.poll_archive_item .poll_title span {
	font-size: 13px;
	line-height: 14px;
	color: #b9f7b7;
}

.poll_hr  {
	height:1px;
	width:100%;
	text-align:center;
	color:#808080;
}

.poll_title b {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#fff;
}

.poll_votes  {
	font-weight:normal;
	font-size:12px;
	color:#666;
}

.poll_answer a  {
	color:#ff0;
}

.bar  {
	font-weight:normal;
	margin:0 0 1em 0;
	border:1px #DDDDDD solid;
	font-size:10px;
}

.barAnswer  {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	margin:5px 0 0 0;
	color: #fff;
}

.barAnswer a {
	color: #ff0;
}

.barColor  {
	background:#71A070;
	border:1px #DDDDDD solid;
	border-bottom:1px #555555 solid;
	border-right: 1px #555555 solid;
}

.barPercent  {
	padding:0.3em;
	font-size:12px;
	background:#EEEEEE;
	color:#555555;
}

.barVotes  {
	padding:0.3em;
	font-size:12px;
	background:#EEEEEE;
	color:#555555;
	white-space:nowrap;
}

.totalVotes  {
	float:right;
}

.btn {
  margin: 10px;
  background: #24bf27 ! important;
  background-image: -webkit-linear-gradient(top, #24bf27, #126b0d) ! important;
  background-image: -moz-linear-gradient(top, #24bf27, #126b0d) ! important;
  background-image: -ms-linear-gradient(top, #24bf27, #126b0d) ! important;
  background-image: -o-linear-gradient(top, #24bf27, #126b0d) ! important;
  background-image: linear-gradient(to bottom, #24bf27, #126b0d) ! important;
  -webkit-border-radius: 8 ! important;
  -moz-border-radius: 8 ! important;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  border-radius: 8px ! important;
  color: #ffffff ! important;
  font-size: 20px ! important;
  padding: 8px 14px 8px 14px ! important;
  border: solid #1f628d 0px ! important;
  text-decoration: none ! important;
  cursor:pointer;
}

.btn:hover {
  background: #39d14a ! important;
  background-image: -webkit-linear-gradient(top, #39d14a, #25a83f) ! important;
  background-image: -moz-linear-gradient(top, #39d14a, #25a83f) ! important;
  background-image: -ms-linear-gradient(top, #39d14a, #25a83f) ! important;
  background-image: -o-linear-gradient(top, #39d14a, #25a83f) ! important;
  background-image: linear-gradient(to bottom, #39d14a, #25a83f) ! important;
  text-decoration: none;
}


/**********/
/* RATING */
/**********/

.rating ul {
}

.rating ul li {
	float:left;
	padding-left:2px;
}

.rating {
	margin-left: auto;
	text-align:center;
	background: rgba(0,0,0,0.2);
	padding: 5px;
	border: 1px solid #666;
}

.rating span {
	padding-top: 3px;
	display:block;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	clear:both
}

.rating img {
	height: 26px;
	width: 23px;
}

a.vote {
	float:right;
	background:url(../images/graybg.jpg) repeat-x;
	height:30px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding-left:14px;
	padding-right:10px;
	line-height:28px;
	color:#010000;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight:bold;
	clear:both;
	margin-top:12px;
}


a.vote span {
	background:url(../images/view_more_arrow.jpg) no-repeat right 6px;
	padding-right:11px;
}

a:hover.vote {
	color:#ff0000;
}

a.viewall {
	font-family:'Roboto Condensed';
	font-size:24px;
	font-weight: 600;
	text-decoration: none;
	color:#fcfbfb;
	background-color:#0C9B1F;
	line-height:36px;
	padding:5px 10px;
	margin: 10px;
	text-transform:uppercase;
	letter-spacing:-0.01em;
	float:right;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a:hover.viewall {
	background-color:#36B707;
	color:#fff;
	text-decoration:none
}


/************************/
/** VIDEO GALLERY PAGE **/
/************************/

.member_videoblock {
	background:rgba(255,255,255,0.8);
	padding:20px 25px;
	margin-bottom:14px;
	color: #666;
}

.videogallery_meta_container {
	width: 85%;
	margin: 0 auto;
}

.videogallery_meta {
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.member_videoblock h3 {
	float: left;
	display: inline-block;
	font-family: 'Averia Sans Libre', arial, sans-serif;
	font-size:40px;
	color:#000;
	font-weight:normal;
	align-self: flex-end;
}

.videogallery_meta_lower {
	width: 100%;
	display: block;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
}

.videogallery_meta_lower a {
	color: #f00;
}

.videogallery_meta_lower_left {
	float: left;
	display: inline-block;
}

.videogallery_meta_lower_right {
	float: right;
	display: inline-block;
}

.videogallery_meta_container .setdesc {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 26px;
	display: block;
	margin-top: 15px;
}

.videogallery_meta_container a {
	color: #a50101;
	font-weight: 700;
}

.videogallery_meta_container a:hover {
	color: #f00;
}

.videogallery_meta_container .setdesc p a {
	color: #f00;
}

.videogallery_download_container {
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #666;
	padding: 5px 20px 20px 20px;
	max-width: 748px;
}

.videogallery_download_container p {
	font-size:26px;
	font-weight: bold;
}

.videogallery_download_container .full_download_link {
	width: calc(25% - 30px);
	margin-bottom: 10px;
}

.videogallery_meta_container .setdesc b {
	font-weight: 600;
	text-transform: uppercase;
}

.videogallery_meta_container .setdesc a {
	color: #f00;
}

.videogallery_meta_container .setdesc a:hover {
	text-decoration: underline;
}

.view_full_photo_set_btn {
	text-align:center;
	padding:10px 0;
	clear:both
}

.view_full_photo_set_btn a {
	font-family:'Roboto Condensed';
	font-size:28px;
	color:#fff;
	letter-spacing:-0.01em;
	text-transform:uppercase;
	background-color:#0AA827;
	border-radius:3px;
	-webkit-border-radius:3px;
	line-height:45px;
	padding:0 25px;
	display:inline-block;
	border: 2px solid #fff;
}

.view_full_photo_set_btn a:hover {
	background: #18BF37;
}

.show_for_479px_only {
	display: none;
}


/************************/
/** PHOTO GALLERY PAGE **/
/************************/

.photo_thumb_container {
	padding: 5px;
	display:inline-block;
	vertical-align:top;
}

.thumbs-gallery {
	max-width: 165px;
	max-height: 165px; 
	margin: auto auto;
}

.member_photoblock {
	background-color:#fff;
	padding:20px 25px;
	border-radius:20px;
	-webkit-border-radius:20px;
	margin-bottom:14px;
	color: #666;
}

.photogallery_meta_container {
	width: 85%;
	margin: 0 auto;
}

.photogallery_meta {
	display: block;
	width: 820px;
	float: left;
	margin-left: 3px;
}

.member_photoblock h3 a {
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#f00;
	letter-spacing:-0.01em;
	font-weight:normal;
	padding-bottom:5px;
}

.member_photoblock p {
	font-size:18px;
	color:#666;
	font-weight:normal;
	display:block;
	line-height:22px;
	margin-bottom: 3px;
}

.member_photoblock p a {
	color:#f00;
	text-decoration:underline
}

.member_photoblock p a:hover {
	color:#E58404;
}

a.slideshow {
	text-align: center;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	border: 2px solid #666;
	border-radius: 4px;
	background: #d77f7f;
	max-width: 320px;
	margin: 0 auto;
	padding: 8px;
	color: #fff;
}

a.slideshow:hover {
	background: #ba5252;
}

.photos {
	clear:both;
	padding-top:5px;
}

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

/**************/
/** COMING SOON **/
/**************/

.comingsoon {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.comingsoon h3 {
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing:-0.01em;
	line-height: 64px;
	color: #000;

}
.comingsoon a {
	display: block;
	float: left;
	width: calc(14.2% - 10px);
	margin: 5px;
}

.comingsoon img {
	margin: 5px;
	width: 100%;
	height: auto;
}

.comingsoon .blocktitle {
	margin: 10px 0;
}

/**************/
/** COMMENTS **/
/**************/

.comments {
	width: 80%;
	margin: 0 auto;
	color: #666;
}

.commentbox {
	padding:26px 27px 15px 27px;
}

.comment {
	color: #000;
	background-color:#DEF2FC;
	padding:12px 17px;
	margin-bottom:11px;
}

.comment h3 {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:-0.01em;
	padding-bottom:4px;
	color:#18597F;	
	display: inline-block;
}

.comment p {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-0.01em;
	color:#000;
	line-height:20px;
}

.comment a {
	color: #ff0;
}

.comment span {
	color: #000;
	font-size: 16px;
	display:inline-block;
}

.commentform .comments_heading  {
	font-size: 24px;
	display:inline-block;
	width:100%;
	color:#666;
	margin-bottom:10px;
}

.commentform p  {
	display:inline-block;
	width:80%;
	margin-bottom:10px;
}

.commentform label  {
	display:inline-block;
	width:15%;
	margin-right:2%;
	vertical-align: top;
}

.commentform input.inputTxt  {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:16px;
	display:inline-block;
	width:80%;
	padding:2px;
	background: #f6f6f6;
	border-radius: 6px;
	padding: 5px;
}

.commentform textarea.inputTxtArea  {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:16px;
	display:inline-block;
	width:80%;
	padding:5px;
	height:80px;
	border-radius: 6px;
	background: #f6f6f6;
}

.commentform input.submitButton  {
	border:2px solid #fff;
	cursor:pointer;
	font-family:'Roboto Condensed';
	font-size:18px;
	color:#fff;
	letter-spacing:-0.01em;
	text-transform:uppercase;
	background-color:#069B15;
	border-radius:3px;
	-webkit-border-radius:3px;
	line-height:45px;
	padding:0 25px;
	display:inline-block 
}

.commentform input:hover.submitButton  {
	background-color: #18BF37;
}

/**********************/
/* MODEL OF THE MONTH */
/**********************/

.motm_container {
	width: 100%;
	margin: 0 auto;
	color: #666;
	font-size: 18px;
}

.motm_entry {
	display: block;
	float: left;
	width: calc(16.66% - 42px);
	margin: 10px;
	text-align: center;
	border: 1px solid #fff;
	padding: 10px;
	background: #fff;
	color: #000;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  white-space: nowrap;
  overflow: hidden;
}

.motm_entry h4 {
	font-size: 24px;
}

.motm_entry img {
	width: 100%;
	border: 1px solid #666;
	margin: 4px auto;
}

.motm_entry p {
	font-size: 17px;
}

a.motm_button {
	padding: 10px 15px;
	background-color: #144C6D;
	color: #ff0;
	font-size: 20px;
	margin: 10px;
	display: inline-block;
}

a:hover.motm_button {
	background-color: #ff0;
	color: #144C6D;
}

/*****************/
/* MEMBER SEARCH */
/*****************/

.searcharea {
	padding:40px 35px;
	margin-bottom:14px;
}

.findphoto {
 	padding-bottom:20px;
}

h4.title {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666;
	padding-bottom:8px;
	padding-left:2px;
}

.blackbox {
	padding:4px 4px 4px 0;
	margin-bottom:3px;
}

.blackbox input {
	background: #f3f3f3;
	border-radius: 6px;
	padding: 2px 5px;
	border: 1px solid #ccc;
}

.blackbox label {
	float:left;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	width:177px;
	padding-left:11px;
	line-height:26px;
}

.blackbox p {
	float:left;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding-left:18px;
	line-height:26px;
}

.textbox {
	background-color:#fff;
	width:518px;
	height:26px;
	line-height:26px;
	border:none;
	float:left;
	padding:0 10px;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
}


.dontshow {
	padding-bottom:20px;
}

.dropdown {
	float:right;
	width:182px;
	height:20px;
}

.dropdown select {
	background: #f3f3f3;
	border-radius: 6px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	width:100%;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:15px;
}

.onlyshow {
	float:left;
	width:385px;
	padding-bottom:20px;
}

.mediatypes {
	float:right;
	width:385px;
	padding-bottom:20px;
}

.sites {
	clear:both;
	padding-bottom:30px;
}

.sites label {
	float:left;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:26px;
	width:172px;
	cursor:pointer
}

.sites input {
	margin-right:10px;
	margin-top:6px;
	float:left
}

.sites .blackbox {
	margin-bottom:7px;
}

.category {
	clear:both;
}

.category_box label {
	float:left;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:22px;
	width:100%;
	cursor:pointer
}

.category input {
	margin-right:10px;
	margin-top:6px;
	float:left
}

.buttons {
	clear:both;
	padding:10px 15px 15px 0;
}


.viewmore a {
	font-family: 'Averia Sans Libre', arial, sans-serif;
	font-size:32px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
	background: #c5020a;
	max-width: 600px;
	margin: 30px auto;
	border: 4px solid #fff;
	padding: 8px 10px;
	display:block;
	border-radius:8px;
	-webkit-border-radius:8px;
}

.viewmore a:hover {
	color: #fff;
	background: #f00;
}

.buttons input {
	font-family: 'Titillium Web', arial, sans-serif;
	font-size:32px;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
	background: #008000;
	width: 40%;
	max-width: 600px;
	margin: 0px auto;
	border: 4px solid #fff;
	padding: 0px 10px;
	display:block;
	border-radius:8px;
	-webkit-border-radius:8px;
}

.buttons input:hover {
	background-color: #54AF0E;
	cursor: hand;
}

.category_container {
	display: flex;
    flex-wrap: wrap;
}

.category_box {
	margin: 5px;
	padding: 10px;
	background: #f3f3f3;
    flex-grow: 1;
    width: 20%;
	border-radius: 3px;
	border: 1px solid #ccc;
}

.category_box b {
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:22px;
	display: block;
	color: #333;
	width: 100%;
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
}




.sexyvideo p.dot {
	height:60px;
	overflow:hidden;
	padding-bottom:0px;
	margin-bottom:5px;
}


/*Trailer Block*/
.trailerblock  {
//	float:left;
//	width:100%;
//	position:relative;
}

.trailerblock .play  {
//	float:left;
//	display: block;
//	position:absolute;
//	top:50%;
//	left:50%;
//	margin-top:-44px;
//	margin-left:-44px;
//	z-index:99;
}

.trailerblock .limit-reached  {
//	float:left;
//	display: none;
//	position:absolute;
//	top:50%;
//	left:50%;
//	margin-top:-100px;
//	margin-left:-200px;
//	z-index:99;
}

.trailerblock .videohere  {
//	float:left;
//	width:100%;
//	position:relative;
//	top:0;
//	left:0;
//	z-index:10;
}

.trailerblock .videohere img  {
//	max-width:100%;
}



/* POLL */







/*FAQs*/
 #textbox  {

	margin-left: auto;
	margin-right: auto;
	width:90%;
	background: #fff;
	padding: 10px;
}

/* -------------------------------------------------------------- */
/* MEMBERS faq */
/* -------------------------------------------------------------- */

#faq #spliced h3 a  {
	display: block;
	font: normal normal bold 16px/100% helvetica, arial, sans-serif;
	background: #144C6D;
	padding: 8px 5px;
	margin-top: 10px;
	color:#fff !important;
	text-decoration: none !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#faq p.description  {
	margin-bottom: 0px;
}

#faq #spliced  {
	font-family: "Titillium Web", sans-serif;
	font-size: 17px;
	color: #000;
	margin:0px 10px 10px 10px;
}

#faq #spliced a  {
	color:#18597F;
	font-weight: bold;
	text-decoration: none;
}

#faq #spliced a:hover,
#faq #spliced a:visited:hover  {
	color:#ff0000;
	text-decoration: underline;
}

#faq #spliced ul  {
	margin: 10px 20px;
	list-style-type:square;
	list-style:square;
	text-align: left;
	color:#000;
}

#faq #spliced .q_and_a  {
	color: #000;
	background: #fff;
	margin-top: 20px;
	padding: 10px 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#faq #spliced .q_and_a p  {
	color: #000;
}

#faq #spliced .q_and_a a  {
	color: #18597F;
}


/* -------------------------------------------------------------- */
/* GROOBYVR INFOBOX */
/* -------------------------------------------------------------- */

.groobyvr_infobox  {
	background: url(../images/groobyvr-logo-fade.png) top left no-repeat #fff;
	background-position: -20px -40px;
	background-size: auto 120%;
	color: #666;
	width: 1100px;
	margin: -20px auto 40px auto;
	padding: 20px;
	border-radius: 12px;
}

.groobyvr_infobox p  {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #555;
	width: 650px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.groobyvr_infobox p a {
	color: #f00;
	font-weight:bold;
}

.groobyvr_infobox p.title  {
	font:normal normal normal 20px/100% 'nevisBold', 'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-align: center;
}

.groobyvr_infobox hr  {
	 color:#333;
	 background-color: #333;
}

.vr_link a {
	background: #008000;
	border-radius: 6px;
	color: #fff;
	padding: 10px 20px;
	margin: 10px auto 0 auto;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	display: block;
}

.vr_link a:hover {
	background: #01b701;
}

.vrdownload_outer {
	display: flex;
	width: 100%;
	border: 2px solid #ccc;
	border-radius: 12px;
}

@media only screen and (max-width: 1024px) {
.vrdownload_outer {
	display: block;
}
}

h3.vr {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #008000;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 15px;
}

a.vrdownload_item img {
	margin: 0 auto;
}

a.vrdownload_item {
	width: 33.3%;
	margin: 15px;
	text-align: center;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	border-radius: 6px;
}

a.vrdownload_item:hover {
	background: #EE2532;
}


@media only screen and (max-width: 1024px) {
a.vrdownload_item {
	width: calc(50% - 30px);
	display: block;
	float: left;
	clear: none;
}
}

@media only screen and (max-width: 600px) {
a.vrdownload_item {
	width: calc(100% - 20px);
	display: block;
	margin: 6px 10px;
	float: left;
	clear: none;
}
}


/* -------------------------------------------------------------- */
/* MEMBERS GLOBAL infobox */
/* -------------------------------------------------------------- */

#infobox  {
	background: url(../images/news_bg.png) top left no-repeat #333;
	width: 600px;
	margin: 0 auto;
	border: 1px solid #666;
	padding: 15px;
}

#infobox p  {
	color: #fff;
}

#infobox p.title  {

	font:normal normal normal 20px/100% 'nevisBold', 'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-align: center;
}

#infobox hr  {

	 color:#666666;
	 background-color: #666666;
}


/* --------------------------------- */
/* MEMBERS LINKS PAGE */
/* --------------------------------- */
	#members_links_page_content {
		width: 94%;
		margin: 20px auto 0 auto;
	}
	#members_links_page_content p  {
		font-size: 17px;
		color: #ccc;
	}
	#members_links_page_content p a {
		color: #f00;
		text-decoration: underline;
		font-size: 17px;
	}
	#members_links_page_content h1 {
		font: 32px/100% "Open Sans";
		color:#ccc;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	#members_links_page_content h2 {
		font: normal 24px/100% "Open Sans";
		color:#333;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	#members_links_page_content #grooby_sites,
	#members_links_page_content #grooby_network,
	#members_links_page_content #blogs {
		background: #fff;
		padding: 20px;
		margin: 10px auto;
	}
	#members_links_page_content #grooby_sites ul li,
	#members_links_page_content #grooby_network ul li {
		display: inline-block;
		text-align: center;
	}
	#members_links_page_content #grooby_sites ul li a,
	#members_links_page_content #grooby_network ul li a {
		display: inline-block;
		padding: 20px;
		margin: 15px;
		font-size: 18px;
		background-color: #eee;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#members_links_page_content #grooby_sites ul li a:hover,
	#members_links_page_content #grooby_network ul li a:hover {
		background-color: #C5E6F9;
	}
	#members_links_page_content #grooby_sites ul li a span,
	#members_links_page_content #grooby_network ul li a span,
	#members_links_page_content #blogs ul li a span {
		display: block;
		font: bold 14px/120%;
		color: #212121;
		margin: 5px auto 0;
		text-decoration: underline;
	}
	#members_links_page_content #blogs ul li a span {
		font: bold 14px/120%;
		color: #f00;
		text-decoration: underline;
	}
	#members_links_page_content #grooby_sites ul li a span:hover,
	#members_links_page_content #grooby_network ul li a span:hover {
		color: #3B8DBD;
	}
	#members_links_page_content #grooby_sites ul li a img,
	#members_links_page_content #grooby_network ul li a img {
		border: 2px solid #144C6D;
		width: 220px;
	}
	#members_links_page_content #grooby_sites ul li a img:hover,
	#members_links_page_content #grooby_network ul li a img:hover {
		border: 2px solid #3b79ff;
	}
	#members_links_page_content #blogs img {
		display: none;
	}

/* ------------ */
/* SORTING TABS */
/* ------------ */

.sorting  {
 float:right;
}

.sorting a  {
	float:left;
	text-decoration:none;
	background:#555;
	padding:0 10px;
	font-size:16px;
	margin: 3px 2px 2px 6px; 
}

.sorting a.active {
 background-color:#151515;
color:#fe0303;
text-decoration:none
}


/* -------- */
/* 404 ETC. */
/* -------- */

.errorpage {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

.errorpage h1 {
	font-family: "Open Sans";
	font-size: 180px;
	font-weight: 800;
	line-height: 160px;
}

.errorpage h3 {
	font-size: 30px;
	margin: 10px auto;
}

.errorpage p {
	font-size: 20px;
	margin: 20px auto;
}

.errorpage a {
	color: #f00;
}

.errorpage .model {
	width: 160px;
	max-height: 300px;
}

.errorpage .model p {
	line-height: 0px;
	margin: 7px auto;
	font-size: 13px;
	text-align: center;
	float: none;
}

.errorpage .model ul {
	width: 150px;
	display: none;
}

/* --------------- */
/* FORGOT PASSWORD */
/*---------------- */
.forgotpassword {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	padding: 15px;
	font-family: "Roboto",  sans-serif;
	color: #f00;
	font-size: 17px;	
}

.forgotpassword p {
	font-family: "Roboto",  sans-serif;
	color: #333;
	font-size: 17px;
}

.forgotpassword input[type="text"], textarea {
	font-family: "Roboto",  sans-serif;
	font-size: 17px;
	padding: 2px 5px;
	appearance: none;
	box-shadow: none;
	border-radius: 5px;
	background-color: #eee;
	color: #333;
}

.text-center { display:inline-block; width:100%; vertical-align:top; text-align:center !important; }
.center { text-align:center !important; margin-left:auto; margin-right:auto; }

.members-index { display:inline-block; margin:0 auto; width:100%; text-align:center; }
.members-index-wrapper { display:inline-block; margin:0 auto; max-width:1280px; vertical-align:top; text-align:left; }

.rounded_container { background-color:#FFF; border-radius:10px; margin-bottom:20px; }

/* Voting Poll */
.table {display: table;text-align:left;}
.row {display: table-row;text-align:left;}
.cell {display: table-cell;text-align:left;vertical-align:middle;padding-bottom:6px;padding-right:6px;font-weight:normal;}
.cell_top {display: table-cell;text-align:left;vertical-align:top;padding-bottom:6px;padding-right:6px;font-weight:normal;}
.cell_content {display: table-cell;text-align:left;vertical-align:middle;font-weight:normal;}
.right {float:right;}
.red {color:#FF0000;}

/* Members Area Poll CSS */
.poll {width:100%; text-align:left; font-weight:normal; color:#505050;line-height:115%; box-sizing:border-box;}
.poll a {color:#2d2d2d;padding-left:5px;}
.poll a:hover {color:#808080;}
.poll_title {margin-bottom:5px;font-weight: bold;}
.poll_results {margin-bottom:5px;color:#ababab; font-size:12px;}
.poll_results_bar {margin-bottom:15px; margin-top:3px; position:relative; width:100%; border:1px; height:22px; text-align:center; background-color:#FFFFFF;}
.poll_percent {display:inline;margin-right:6px;float:left;text-align:left;background-color: #71A070;font-size:12px;font-weight:300;top:0px;left:0px;line-height:22px;padding-left:4px;padding-right:4px;width:0%; min-width: 20px; max-width:300px;}
.poll_votes {float:left;display:inline;text-align:left;font-size:12px; margin-top:2px;}
.poll_option {max-width: 20px;display:inline;float: left;}
.pollArea label { display:inline-block; width:100%; padding:2px 0; }
.pollArea label a, .poll_archive_item a { color:#ff0; }
.pollArea label a:hover, .poll_archive_item a:hover { color:#ff0; text-decoration:underline; }

/* Rating Stars and Text CSS */
.rating_box {display:inline;}
.videoInfo .rating_box { margin-left:10px; }
.rating_voteable {vertical-align: top;display:inline-block;	width:23px;	height:26px; padding:0px; background-size:cover; cursor:pointer;}
.rating_nonvoteable {display:inline-block; width:23px; height:26px;	padding:0px; background-size: 100%; vertical-align:top;}
.rating_empty {background-image: url("../images/star_blank_big.png");}
.rating_voted {background-image: url("../images/star_full_big.png");}
.rating_half {background-image: url("../images/star_half_big.png"); background-position:left 1px;}
.rating_unrated {background-image: url("../images/star_full_big.png");}
.rating_text {font-size:12px;display: inline; color:#2d2d2d;vertical-align: top;}
.avg_rating {font-size:12px;}

.errorMsg { float:left; width:100%; text-align:center; padding:30px 0; font-family:'Roboto Condensed', sans-serif; font-weight:300; color:#d74340; font-size:20px; text-transform:uppercase; }
.errorMsg h3 { display:inline-block; padding:20px; border:1px solid #d74340; font-family:'Roboto Condensed', sans-serif; font-weight:300; color:#d74340; font-size:20px; text-transform:uppercase; }

.confirmMsg { float:left; width:100%; text-align:center; padding:30px 0; font-family:'Roboto Condensed', sans-serif; font-weight:300; color:#bae88d; font-size:20px; text-transform:uppercase; }
.confirmMsg h3 { display:inline-block; padding:20px; border:1px solid #bae88d; font-family:'Roboto Condensed', sans-serif; font-weight:300; color:#bae88d; font-size:20px; text-transform:uppercase; }

.commentArea .errorMsg { clear:both; float:none; display:block; padding:10px 0; width:100%; }
.commentArea .errorMsg h3 { float:none; display:block; font-size:16px; width:auto; color:#f75451; border-color:#f75451; }

/* Movie Wrapper */
.movie_wrapper { display:inline-block; width:100%; text-align:center; }
.player_options { line-height:100%; display:table; width:100%; padding:0 2px; box-sizing:border-box; text-align:center; background:#383838 url(../../images/top_navbar.png) repeat-x; position:relative; font-size:0; margin:0 auto; vertical-align:top; z-index:99; }
.player_options.photos { width:170px; }
.options_block { display:table-cell; /*margin-right:5px;*/ padding:5px 2px; position:relative; font-size:14px; vertical-align:top; }
.options_block ul { display:block; margin:0; padding:0; position:relative; text-align:left; }
.options_block ul li { display:block; margin:0; position:relative; line-height:100%; }
.options_block ul li .options_button { display:block; margin:0; position:relative; padding:10px 20px 11px 20px; font-weight:normal; cursor:pointer; background:#000; font-size:14px; border:1px solid #000; color:#FFF; text-align:center; }
.options_block ul li :hover.options_button { background:#383838 url(../../images/top_navbar.png) repeat-x; color:#FFF; }
.options_block ul li ul.dropdown { display:none; min-width:160px; background:#000; padding:5px; position:absolute; bottom:100%; left:0; z-index:7000; float:none; width:auto; height:auto; }
.options_block ul li ul.dropdown.downloaddropdown { width:190px; }
.options_block ul li ul.dropdown.goDown { bottom:auto; top:100%; }
.options_block ul li ul.dropdown li { display:block; padding:0px; margin:0; border-bottom:1px solid #222; }
.options_block ul li ul.dropdown li:last-child { border-bottom:0px; }
.options_block ul li ul.dropdown li a { display:block; padding:5px; border-top:1px solid #555; text-decoration:none; color:#FFF; font-size:12px; }
.options_block ul li ul.dropdown li:first-child a { border-top:0; }
.options_block ul li ul.dropdown li a:hover { background:#383838 url(../../images/top_navbar.png) repeat-x; color:#FFF; text-decoration:none; }
.options_block ul li ul.dropdown li a.active { background:url(../../images/top_menu.png); color:#222; font-weight:normal; }
.options_block > ul > li:hover ul.dropdown { display:block; }
.options_block > ul > li:hover span.options_button { background:#383838 url(../../images/top_navbar.png) repeat-x; color:#FFF; }
.options_block ul li ul.dropdown li.howto { text-align:center; font-size:11px; color:#FFF; padding:5px; background:rgba(255,0,0,0.6); }

.options_block a.option_button { display:block; vertical-align:top; margin:0; position:relative; padding:10px 20px; font-weight:normal; cursor:pointer; background:#000; font-size:14px; border:1px solid #000; color:#FFF; }
.options_block a:hover.option_button, .options_block a.option_button.active, .options_block.active a.option_button { background:#383838 url(../../images/top_navbar.png) repeat-x; color:#FFF; }

.options_block.trigger_extra_tabs { display:none; }
.extra_tabs_wrapper { display:none; width:100%; box-sizing:border-box; }
.extra_tabs_wrapper .extra_tabs { display:table; width:100%; padding:5px; background:#333; text-align:center; color:#FFF; box-sizing:border-box; }

/* Player Options Responsive */
@media only screen and (max-width:1280px){
	.options_block a.option_button,
	.options_block ul li .options_button { font-size:14px; height:100%; }

	.options_block a.option_button .tab_icon,
	.options_block a.option_button .tab_label,
	.options_block ul li .options_button .tab_icon,
	.options_block ul li .options_button .tab_label { display:inline-block; width:100%; text-align:center; line-height:100%; }

	.options_block a.option_button .tab_icon,
	.options_block ul li .options_button .tab_icon { margin-bottom:5px; }
}

@media only screen and (max-width:1023px){
	.options_block.trigger_extra_tabs { display:block; }
	.player_options .options_block { height:100%; }
	.player_options .options_block.rearrangeTab { display:none; }
	.extra_tabs_wrapper .options_block.rearrangeTab { display:table-cell; }
}

@media only screen and (max-width:767px){
	.extra_tabs_wrapper .extra_tabs { display:block; }
	.extra_tabs_wrapper .options_block.rearrangeTab { display:block; width:100%; box-sizing:border-box; }
	.options_block a.option_button .tab_icon, 
	.options_block a.option_button .tab_label, 
	.options_block ul li .options_button .tab_icon, 
	.options_block ul li .options_button .tab_label { font-size:10px; font-weight:300; }
	.options_block ul li .options_button { padding:7px 20px; }
	.options_block.rearrangeTab a.option_button .tab_icon,
	.options_block.rearrangeTab a.option_button .tab_label,
	.options_block.rearrangeTab ul li .options_button .tab_icon,
	.options_block.rearrangeTab ul li .options_button .tab_label { display:inline-block; width:auto; text-align:center; margin:0 auto; }
	.options_block > ul, .options_block > ul > li { height:100%; }
}

@media only screen and (max-width:479px){
	.player_options { display:block; width:100%; text-align:center; padding:4px 2px; }
	.options_block, .options_block.trigger_extra_tabs { display:inline-block; margin:0 auto; width:48%; padding:2px; }
	.options_block a.option_button .tab_icon, 
	.options_block a.option_button .tab_label, 
	.options_block ul li .options_button .tab_icon, 
	.options_block ul li .options_button .tab_label { display:inline-block; width:auto; text-align:center; margin:0 auto; font-size:10px; font-weight:300; }
	.options_block ul li ul.dropdown li a { font-size:9px; }
	.options_block ul li ul.dropdown, .options_block ul li ul.dropdown.downloaddropdown { width:150px; min-width:150px; }
	.options_block a.option_button, .options_block ul li .options_button { padding:7px 2px; }
}
/* END OF Player Options Responsive */

/* --------------- */
/* COOKIE CONSENT */
/*---------------- */

.cc-window {
	border-radius: 12px;
	background-color: #e5fce5 !important;
	font-family: "Roboto",  sans-serif !important;
	font-size: 14px !important;
	border: 4px solid #91bc91;
}

.cc-btn {
	font-size: 18px !important;
}

.cc-btn:hover {
	background: #4cb24c !important;
}

.cc-message {
	margin: 20px !important;
}

/***********************/
/* ODOMETER FOR HEADER */
/***********************/


.header .odometer {
	font-family: 'Titillium Web', arial, sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	display: inline-block;
	color: #a50101;
}

.header .odometerafter {
	font-family: 'Titillium Web', arial, sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	display: inline-block;
	color: #000;
}


/****************************/
/* ODOMETER FOR OTHER SITES */
/****************************/

.odometer {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	display: inline-block;
	color: #008000;
}

.odometerafter {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	display: inline-block;
	color: #000;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {

}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;

  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {

}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {

}

/* END ODOMETER */


/* --------------- */
/* GDPR ACCEPTANCE */
/*---------------- */

#cookiescript_wrapper {
	border: 2px solid #ccc;
	font-family: "Roboto", arial, sans-serif !important;
	font-size: 14px !important;
}

#cookiescript_buttons {
	margin-top: 10px !important;
}