@import url("fonts.css");


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

body {
margin:0px;
padding:0px;
color:#FFF;background:#242424 url(../images/modelbg.jpg) no-repeat center 70px;
font-family: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:#FFF;
}

h1,h2,h3,h4,h5,h6,ul,p,form,input {
margin:0px;
padding:0px;
outline:none
}

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

.clear:after {
clear:both;
}

.clear {
*zoom:1;
}

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

.centerwrap {
width:1011px;
margin: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: url(/tour/custom_assets/images/bg_white.png) repeat #000;
	margin: 0;
}

.darkblue_span {
	width: 100%;
    background: -moz-linear-gradient(90deg, rgba(73,9,9,1) 0%, rgba(17,17,17,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(73,9,9,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(73,9,9,1) 0%, rgba(17,17,17,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(73,9,9,1) 0%, rgba(17,17,17,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(73,9,9,1) 0%, rgba(17,17,17,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(73,9,9,1) 0%, rgba(17,17,17,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#490909',GradientType=0 ); /* ie6-9 */
	margin: 0;
}

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

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

.pattern_span {
	width: 100%;
	background: url(/tour/custom_assets/images/bg.png) repeat;
	margin: 0;
}

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

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



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

.clear_container {
	max-width: 1011px;
	margin: 0 auto;
}


.lightblue_container {
	max-width: 1011px;
	margin: 0 auto;
	background: #000;
	border-right: 3px solid #111;
	border-left: 3px solid #111;
}

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


.header {
background-color:#010000;
height:70px;
}

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

.logo img {
display:block;
}

#search_bar {
display: block;
float: right;
margin-right: 10px;
}

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

#search_bar input.inputbox {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  padding: 0 5px;
  appearance: none;
  box-shadow: none;
  border-radius: 5px;
	color: #8F0403;
}


#search_bar .search_button_header {
float: left;
max-height: 70px;
margin-top: 13px;
}

#search_bar .search_button_header input {
max-height: 30px;
}


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;
background-color:#494949;
border-radius:3px;
-webkit-border-radius:3px;
margin-top:10px;
padding:7px 0;
margin-bottom:10px;
}

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

.shemale_details p span {
font-size:14px;
color:#f8f8f8;
font-weight:bold;
display:block;
text-transform:uppercase
}

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


.bodyarea {
padding:0 1px;
background-color:#010000;
}

/* jQuery Slider */
.banner {
position:relative;
margin-bottom:3px;
}

.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:57px;
height:73px;
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 {
background:url(../images/sliderbg.png) repeat;
padding:8px 12px;
position:absolute;
width:496px;
bottom:30px;
z-index:10;
right:0px;
}

.banner_details h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
letter-spacing:-0.01em;
font-weight:bold;
padding-bottom:3px;
}

.banner_details h3 a {
color:#ffff00;
}

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

.banner_details p {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
letter-spacing:-0.01em;
color:#fff;
padding-bottom:5px;
}

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

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



.bodybox {
padding:10px 8px;
min-height: 700px;
}

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

.welcomebox h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
letter-spacing:-0.01em;
color:#fffc00;
padding-bottom:5px;
font-weight:bold
}

.welcome {
border-right:1px solid #242424;
float:left;
width:338px;
padding-right:32px;
}

.welcome p {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#fdfafa;
line-height:20px;
letter-spacing:-0.01em;
/*word-break:break-all*/
}

.reasons {
border-right:1px solid #242424;
float:left;
width:240px;
padding-left:35px;
}

.reasons li {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
letter-spacing:-0.01em;
color:#fdfafa;
}

.billing {
float:left;
padding-left:26px;
padding-top:3px;
}

.bitcoin {
padding-bottom:8px;
}

.billing p {
font-size:16px;
color:#fdfbfc;
text-align:center;
font-family:'HelveticaNeueMediumCondRegular';
}

a.clickhere {
font-family:'HelveticaNeueMediumCondRegular';
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 {
}

.blocktitle {
background:#fff url(../images/titlebg.jpg) repeat-x left bottom;
height:37px;
padding:7px;
margin-bottom:12px;
}

.blocktitle h3 {
font-family:'HelveticaNeueMediumCondRegular';
 font-size:23px;
color:#fffc00;
background-color:#151515;
line-height:36px;
padding:0 20px;
float:left;
font-weight:normal;
text-transform:uppercase;
letter-spacing:-0.01em;
}

.blocktitle a {
font-family:'HelveticaNeueMediumCondRegular';
 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;
display:block
}

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

.videos {
}

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: url(/tour/custom_assets/images/tourentry_bg.jpg) top center #242424;
	background-size: cover;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px 7px 10px 8px;
	float:left;
	margin:6px;
	width:47%;
}

.frontpage_sexyvideo h4 {
	font-family: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;
}

.frontpage_sexyvideo h4 a {
	color:#ff0000;
}

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

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

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

.frontpage_sexyvideo ul {
	float:right;
}

.frontpage_sexyvideo ul li {
	float:left;
}

.frontpage_sexyvideo.last {
	margin-right:0px;
}
.frontpage_sexyvideo .modelname a {
	font-family: "HelveticaNeueMediumCondRegular", arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffff00;
}
.frontpage_sexyvideo img {
	margin-top: 10px;
}
.frontpage_sexyvideo p.dateadded {
	font-size: 14px !important;
}

/***************************/
/** FRONTPAGE PROMO VIDEO **/
/***************************/

.promo_videos {
	background: #242424;
	width: 97%;
	margin-left: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 10px;
}
.promo_videos .video_iframe {
	float: left;
	width: 640px;
}
.promo_videos .choose_model {
	float: left;
	width: 320px;
}
.promo_videos .choose_model h3 {
	font-family: "HelveticaNeueMediumCondRegular", arial, helvetica, sans-serif;
	font-size: 26px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.promo_videos p.video_info {
	padding: 7px;
	background: green;
	margin: 4px 5px 0 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
}


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

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

.tour_features_box {
	background: url('/tour/custom_assets/images/blank75.png') repeat;
	width: 500px;
	padding: 5px;
	margin-bottom: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

 .all_devices {
	background: url('/tour/custom_assets/images/blank75.png') repeat;
	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% 'HelveticaNeueMediumCondRegular', arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.tour_features_box {
	font-size: 13px;
}

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



.tour_features_models {
	min-height: 280px;
	background: url('/tour/custom_assets/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% 'HelveticaNeueMediumCondRegular', arial, sans-serif;
}

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

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


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

.sexyvideo {
	background-color:#242424;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px 7px 10px 8px;
	float:left;
	margin-right:12px;
	margin-bottom:13px;
	width:307px;
}



.sexyvideo:hover {

}

.sexyvideo.sexyphoto  {
	width:212px;
	max-height: 418px;
	overflow: hidden;
}


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

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

.videoblock span {
	position:absolute;
	right:-1px;
	bottom:1px;
	background: url(/tour/custom_assets/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:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-0.01em;
	font-weight:normal;
	padding: 2px 0 0 2px;

	overflow: hidden;
	max-height: 18px;
}

.sexyvideo h4 a {
	color:#ff0000;
}

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

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

.photodesc  {
	display:inline-block;
	width:100%;
	padding-top: 5px;
	height:60px;
	overflow:hidden;
	font-size: 12px;
	line-height: 16px;
	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(36,36,36,0) 25px, rgba(36,36,36,1));
}

p.dateadded {
	font-size: 11px !important;
	background: #72191A;
	padding: 2px 6px !important;
	margin-left: 5px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sexyvideo h6 {
	font-family: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 {
	margin-right:0px;
}

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

.viewmore a {
background:url(../images/view_more.jpg) repeat-x;
background-size: cover;
height:24px;
font-family: "HelveticaNeueMediumCondRegular", arial, helvetica, sans-serif;
font-size:20px;
text-transform: uppercase;
color:#010000;
padding: 8px;
display:block;
float:right;
border-radius:5px;
-webkit-border-radius:5px;
}

.viewmore a span {
background:url(../images/view_more_arrow.jpg) no-repeat center right;
display:block;
padding-right:8px;
}

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

.middleads {
clear:both;
padding-bottom:18px;
}

.middleads h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:28px;
color:#fcfbfb;
text-align:center;
font-weight:bold;
letter-spacing:-0.01em;
}

.middleads h3 a {
color:#fffc00;
}

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

.middleads p {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#b5b4b4;
text-align:center;
letter-spacing:-0.01em;
}

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

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

.recentphoto {
}

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


.sexyphoto {
	background-color:#242424;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px 11px 5px 11px;
	float:left;
	margin-right:18px;
	margin-bottom:19px;
	width:212px
}

.modelname {
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	max-height: 20px;
	overflow: hidden;
}

.modelname a {
	color: #fff;
}

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

.featuring .modelname {
	DISPLAY: NONE;
}



.sexyphoto h4 {
	font-family: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:#ff0000;
}

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

.sexyphoto p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.01em;
	color:#f5f5f5;
	float:left;
	padding-left:3px;
	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 **/
/****************/

.model {
	background-color:#242424;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:7px 12px 8px 12px;
	float:left;
	margin: 7px;
	width:210px;
	max-height: 370px;
}

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

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

.model ul {
	float:right;
}

.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%;
	max-height: 315px;
}

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

.model h4 a {
	color:#ff0000;
}

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

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



.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:'HelveticaNeueMediumCondRegular';
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:'HelveticaNeueMediumCondRegular';
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: 969px;
	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: #F7F3C5;
}

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

.rabbits {
	text-align: center;
	background: #111;
	border-top: 2px solid #fff;
	margin-top: 10px;
}

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



/*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 CSS*/
.trailer_models {
 padding-left:1px;
}

.t_model {
float:left;
margin-right:2px
}

.t_model img {
display:block;
}

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

.trailer_video {
}

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

.trailerpage_photoblock_fullsize img {
	margin: 3px 6px 0 0;
	max-width: 80px;
	max-height: 120px;
}

.trailerpage_photoblock_smallscreen {
	display: none;
}

.trailer_videoblock {
	background-color:#242424;
	padding:6px 25px 20px 25px;
	margin-bottom:14px;
}

.trailer_videoblock .trailer_videoinfo {
	width:50%; 
	float: left
}

.trailer_videoblock .trailer_videoinfo a {
	color: #ff0;
}

.trailer_videoblock .video_stats {
	width: 25%;
	margin-left: 25px;
	float: right;
}

.trailer_videoblock .video_stats .video_photos_zips {
	float: left;
	clear: both;
	position: relative;
	min-height: 0; 
}

.trailer_videoblock .video_stats .video_photos_zips .icon {
	margin: 12px 10px 0px 0; 
	height: 22px
}

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

.trailer_videohere img {
	display:block
}


.trailer_videoblock h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
color:#fff;
float:left;
letter-spacing:-0.01em;
font-weight:bold;
padding-top:12px;
padding-bottom:10px;
}

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

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

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

.trailer_videoblock p {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
letter-spacing:-0.01em;
clear:both;
margin-bottom: 4px;
line-height: 20px;
}


.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:50%; 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
}

.moreupdates {
padding-bottom:15px;
}


/*Models*/
.modelbanner {
}

.modelimg {
float:left;
}

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

.shemale_models h3 {
font-family: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: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: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;
}

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

.pagination ul li {
display:inline-block;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#9e9d9d;
line-height:24px;
}

.pagination ul li a {
color:#9e9d9d
}

.pagination ul li a:hover, .pagination ul li a.active {
color:#fff400
}

.button {
display:inline;
}

.removespace {
margin-bottom:22px;
}


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

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

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

.modelpage_button a:hover {
	background: #1EBC18;
	color: #fff;
}


/*Photos CSS*/
.photosbanner {
}

.photoimg {
float:right;
}

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

.shemale_photos h3 {
font-family: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: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: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*/
.videobanner {
}

.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: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: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: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 {
	background: #000;
	padding: 5px 10px;
	text-align: center;
	position: relative;
	margin:auto;
}

.azlinks p {
	float: left;
}

.azlinks li a {
	float: left;
	margin: 0 10px;
	color: #f00;
}

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


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

.profile_banner {
	padding-left:1px;
}

.profile_banner img {
	display:block;
}

.model_profile {
	padding-bottom:12px;
}

.model_photo {
	float:left;
	background-color:#242424;
	border-radius:5px;
	-webkit-border-radius:5px;
	width:388px;
	text-align:center;
	padding-top:22px;
	padding-bottom: 22px;
}

.model_photo img {
	border-radius:5px;
	-webkit-border-radius:5px;
	max-width: 350px;
	max-height: 525px;
}

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


.model_details {
	background-color:#242424;
	float:right;
	width:561px;
	min-height:541px;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding: 15px;
}

.model_details h3 {
	font-family:'HelveticaNeueMediumCondRegular';
	font-size:36px;
	color:#fffc00;
	letter-spacing:-0.01em;
	line-height:38px;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
	padding-bottom:3px;
}

.model_details p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#fff;
	clear:both;
	padding: 3px 0;
}

#bio {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 6px 0;
	padding: 6px 0;
}

#bio a {
	color: #f00;
}

a.twitter {
	padding: 8px 10px;
	background: #1DA1F2;
	border-radius: 6px;
	margin: 15px 0 5px 0;
	display: inline-block;
	cursor: pointer;
	color: #fff !important;
	border: 1px solid #fff;
}

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

.model_details .alsofeatured p {
	font-weight: bold;
	margin-bottom: -15px;
}


.model_details .alsofeatured a {
	font-weight: normal;
	color: #fff;
	display: block;
	background: #441314;
	padding: 5px;
	max-width: 300px;
	margin-bottom: -12px;
	margin-left: -5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.model_details .alsofeatured a:hover {
	background: #590B0E;
}




/*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: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:Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
letter-spacing:-0.01em;
clear:both;
padding-bottom:22px;
}

.indphotos_block {
}

.indphoto {
float:left;
margin-right:7px;
margin-bottom:9px;
}

.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:#242424 url(../images/innerbg.jpg) no-repeat center 70px;
}

.innerbanner {
padding-bottom:3px;
}

.innerbanner img {
display:block;
}

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

.shemale_types p {
font-family:'HelveticaNeueMediumCondRegular';
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:'HelveticaNeueMediumCondRegular';
	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:'HelveticaNeueMediumCondRegular';
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(/tour/custom_assets/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 {
 padding-bottom:17px;
}

.members_main_page {
	float:left;
	background:url(/tour/custom_assets/images/news_bg.png) top left no-repeat #333333;
	width:700px;
	padding:14px 16px 0 16px;
	border-radius:5px;
	-webkit-border-radius:5px;
	min-height:222px;
}

.members_main_page h3 {
	font-family:'HelveticaNeueMediumCondRegular';
	font-size: 40px;
	color: #FFF886;
}

.memberleft {
	float:left;
	width:724px;
}

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

.sidebar .plg_banner_img {
	max-width 250px;
}

.sidebar_item {
	float:right;
	background:url(/tour/custom_assets/images/sidebar_bg.png) top center no-repeat #333333 !important;
	width:230px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding: 15px 10px;
	margin-bottom: 10px;
}

.sidebar_item h3 {
	color: #FFF886;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

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

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

.sidebar img {
	max-width: 100%;
}

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

.last_banner {
padding-bottom:106px;
}

.memberhome .sexyvideo {
width:45%;
padding:2% 2% 5px;
margin-right:2%;
}

.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:'HelveticaNeueMediumCondRegular';
	font-size:23px;
	color:#fffc00;
	background-color:#151515;
	line-height:36px;
	padding:0 15px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-0.01em;
	text-decoration:none
}



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

.news p.newstitle {
	font-family:'HelveticaNeueMediumCondRegular';
	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:'HelveticaNeueMediumCondRegular';
	font-size:18px;
	margin-top: -5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #a1a1a1;
}

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

.news p {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 8px;
}

.news a {
	color: #ff0;
}

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

.news img {
	margin-top: 5px;
}


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

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

span.comments_user {
	color: #c6ebf2;
}

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

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

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

.sidebar .poll a {
	color: #ff0;
}

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

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

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

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

.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 0;
  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: 17px ! important;
  padding: 8px 14px 8px 14px ! important;
  border: solid #1f628d 0px ! important;
  text-decoration: none ! important;
}

.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 {
	float:right;
	text-align:center;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	background: #333;
}

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

.rating span.totalvotes {
	padding-top: 3px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	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: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:'HelveticaNeueMediumCondRegular';
	 font-size:24px;
	color:#fcfbfb;
	background-color:#ea0303;
	line-height:36px;
	padding:0 18px;
	text-transform:uppercase;
	letter-spacing:-0.01em;
	text-decoration:underline;
	float:right;
	display:block
}

a:hover.viewall {
	background-color:#151515;
	color:#fe0303;
	text-decoration:none
}




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

.member_videoblock {
background-color:#242424;
padding:20px 25px;
border-radius:3px;
-webkit-border-radius:3px;
margin-bottom:14px;;
}

.videogallery_meta {
display: block;
width: 420px;
float: left;
margin-left: 3px;
}

.member_videoblock .ratings_and_link {
display: block;
position: relative;
width: 500px;
float: right;
min-height: 240px;
}


.member_videoblock h3 a {
font-family:Arial, Helvetica, sans-serif;
font-size:28px;
color:#ff0000;
letter-spacing:-0.01em;
font-weight:normal;
padding-bottom:5px;
}

.favorites a.yellowbtn {
font-family:'HelveticaNeueMediumCondRegular';
font-size:18px;
color:#fffc00;
background-color:#0A5B07;
line-height:36px;
padding:1px 7px;
text-transform:uppercase;
letter-spacing:-0.01em;
text-decoration:none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.favorites a:hover.yellowbtn {
background-color: #339E16;
}

.member_videoblock p {
font-size:14px;
color:#fff;
font-weight:normal;
display:block;
line-height:18px;
margin-bottom: 3px;
}

.member_videoblock p a {
color:#F7B4B4;
text-decoration:underline
}

.member_videoblock p a:hover {
	color:#ff0000;
	text-decoration:none
}

.video_size_outer {
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
}


.movie_sizes {
	float:left;
	background-color:#040000;
	width:217px;
	padding:0 0px 0px 5px;
}

.movie_sizes h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fffc00;
	text-align:center;
	float:none;
	line-height:30px;
	padding-bottom:0px;
}

.movie_sizes h4 {
	margin:0 2.5px 5px 2.5px;
}

.movie_sizes ul {
	float:left;
	padding-right:5px;
}

.movie_sizes ul li {
	font-family:Arial, Helvetica, sans-serif;
	color:#fdfcfc;
	text-align:center;
	background-color:#383737;
	width:101px;
	line-height:26px;
	margin-bottom:5px;
	font-size:12px;
	float:none;
	height:26px;
	padding-left:0px;
}

.movie_sizes ul li.red {
	background-color:#c90606;
	font-size:14px;
	font-weight:bold;
}

.movie_sizes ul li a {
	color:#fdfdfd;
	text-decoration:underline
}

.movie_sizes ul li a:hover {
	color:#fffc00;
	text-decoration:none
}

.movie_sizes a.downBtn  {
	height:37px;
	background-color:#383737;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	margin-bottom:3px;
	float:left;
	border-radius:3px;
	line-height:28px;
	width:98%;
	text-align:center;
}

.movie_sizes.watchmovie a.downBtn  {
 line-height:37px;
}

.movie_sizes a.downBtn span  {
 display:block;
text-align:center;
color:#878787;
font-size:11px;
line-height:normal;
margin-top:-6px;
}

.photos a.downBtn:hover, .movie_sizes a.downBtn:hover, .movie_sizes a.downBtn:hover, .photos a.active, .movie_sizes a.active, .movie_sizes a.active {
background-color:#c90606;
color:#fff;
}

.movie_sizes a:hover.downBtn span  {
 color:#FFF;
}

.watchmovie {
margin-left:16px;
}

.view_full_photo_set_btn {
text-align:center;
padding-top:22px;
clear:both
}

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

.view_full_photo_set_btn a:hover {
color:#fffc00;
}

.show_for_479px_only {
display: none;
}


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

.photo_thumb_container {
	width:165px; 
	height: 165px; 
	margin-left: 5px; 
	padding: 5px;
}

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

.member_photoblock {
	background-color:#242424;
	padding:20px 24px;
	border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:14px;
}

.photogallery_meta {
	display: block;
	width: 600px;
	float: left;
}

.member_photoblock .ratings_and_link {
	display: block;
	position: relative;
	width: 300px;
	float: right;
	min-height: 200px;
}

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

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

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

.member_photoblock p a:hover {
	color:#ff0000;
	text-decoration:none
}

.video_photos_zips {
	float:right;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-top:8px;
}

.video_photos_zips a {
	font-family:'HelveticaNeueMediumCondRegular';
	font-size:28px;
	letter-spacing:-0.01em;
	text-transform:uppercase;
	width:257px;
	line-height:45px;
	display:block;
	background-color:#040404;
	border-radius:3px;
	-webkit-border-radius:3px;
	text-align:center
}

.video_photos_zips a.view {
	color:#fe0303;
	margin-bottom:8px;
}

.video_photos_zips a.download {
	color:#fffc00;
}

.video_photos_zips a:hover {
	color:#fff;
}

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

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

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

.comingsoon {
	width: 65%;
}

.comingsoon a {
	display: block;
	float: left;
	height: 160px;
	width: 160px;
}

.comingsoon img {
	max-width: 150px;
	max-height: 150px;
	margin: 5px;
}

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

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

.comments {
}

.commentbox {
background-color:#242424;
border-radius:3px;
-webkit-border-radius:3px;
padding:26px 27px 15px 27px;
margin-bottom:12px;
}

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

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

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

.comment a {
	color: #ff0;
}

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

.commentform .comments_heading  {
 display:inline-block;
width:100%;
font-weight:bold;
color:#fe0303;
margin-bottom:10px;
}

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

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

.commentform input.inputTxt  {
 display:inline-block;
width:80%;
padding:2px;
}

.commentform textarea.inputTxtArea  {
	 display:inline-block;
	width:80%;
	padding:2px 3px;
	height:80px;
}

.commentform input.submitButton  {
	 border:none;
	cursor:pointer;
	font-family:'HelveticaNeueMediumCondRegular';
	font-size:18px;
	color:#fe0303;
	letter-spacing:-0.01em;
	text-transform:uppercase;
	background-color:#040404;
	border-radius:3px;
	-webkit-border-radius:3px;
	line-height:45px;
	padding:0 25px;
	display:inline-block 
}

.commentform input:hover.submitButton  {
 color:#fffc00;
}


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

.searcharea {
background-color:#242424;
padding:40px 35px;
border-radius:3px;
-webkit-border-radius:3px;
margin-bottom:14px;
}

.findphoto {
 	padding-bottom:20px;
}

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

.blackbox {
	background-color:#040000;
	padding:4px 4px 4px 0;
	margin-bottom:3px;
}

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

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

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


.dontshow {
	padding-bottom:20px;
}

.dropdown {
	float:right;
	width:182px;
	height:20px;
	background-color:#5E5E5E;
	line-height: 18px;
}

.dropdown select {
	background-color:#5E5E5E;
	width:100%;
	background:none;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
}

.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: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 label {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:26px;
	width:290px;
	cursor:pointer
}

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

.buttons {
	clear: both;
	float:right;
	padding-top:15px;
}

.buttons input {
		background-color: #2BA30D;
		border-color: #ffffff;
		color: #ffffff;
		padding: 5px;
		text-transform: uppercase;
		font-family: 'HelveticaNeueMediumCondRegular', arial, verdana, ms sans serif;
		font-size: 24px;
}

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


/*Login CSS*/
.loginblock {
}

.login {
background-color:#242424;
border-radius:3px;
-webkit-border-radius:3px;
padding:30px 20px;
margin-bottom:9px;
}

.login_model {
padding-bottom:48px;
}

.login_model img {
display:block;
}

.loginbox {
float:left
}

.loginbox label {
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#fff;
padding-bottom:8px;
float:left
}

.username {
background:#040000 url(../images/user_icon.png) no-repeat 7px 10px;
padding:7px;
padding-left:61px;
float:left;
clear:left;
margin-right:25px;
}

.username input {
width:285px;
background-color:#383737;
height:31px;
border:none;
padding:5px 10px;
color:#fff;
font-family:'HelveticaNeueMediumCondRegular';
font-size:17px;
letter-spacing:0.03em
}

.password {
background:#040000 url(../images/password_icon.png) no-repeat 8px 8px;
padding:7px;
padding-left:61px;
float:left;
clear:left;
margin-right:22px;
}

.password input {
width:285px;
background-color:#383737;
height:31px;
border:none;
padding:5px 10px;
color:#fff;
font-family:'HelveticaNeueMediumCondRegular';
font-size:17px;
letter-spacing:0.03em
}

.loginbtn {
float:left;
background:url(../images/gray_btn.jpg) repeat-x;
height:53px;
border-radius:3px;
-webkit-border-radius:3px;
width:154px;
border:none;
color:#040000;
font-family:'HelveticaNeueMediumCondRegular';
font-size:30px;
text-transform:uppercase;
margin-top:34px;
cursor:pointer
}

.loginbtn:hover {
color:#ff0000;
}


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

.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,	/* questions copytext */
#faq #spliced h3 a:hover  {

	display: block;
	font: normal normal bold 16px/100% helvetica, arial, sans-serif;
	background: #742E39;
	padding: 8px 8px 5px 8px;
	margin-top: 10px;
	color:#fff;
	text-decoration: none;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#faq p.description  {

	margin-bottom: 0px;
}

#faq #spliced p  {

	color: #000;
}

#faq #spliced p  {

	margin:10px 10px 10px 10px;
	color: #742E39;
}

#faq #spliced a  {

	color:#742E39;
	font-weight: bold;
	text-decoration: none;
}

#faq #spliced a:hover,
#faq #spliced a:visited:hover  {

	color:#ff0000;
	text-decoration: underline;
}

#faq #spliced ul  {

	margin-left:30px;
	list-style-type:square;
	list-style:square;
	text-align: left;
	color:#000;
}

#faq #spliced .q_and_a  {

	color: #fff;
	background: #c24144;
	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: #fff;
}

#faq #spliced .q_and_a a  {

	color: #ffff00;
}

	

/* -------------------------------------------------------------- */
/* 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', arial, helvetica, sans-serif;
	text-align: center;
}

#infobox hr  {

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


/* -------------------------------------------------------------- */
/* MEMBERS links page etc */
/* -------------------------------------------------------------- */

table.groobysites  {

	width: 730px;
	background: url(../images/news_bg.png) top left no-repeat #333;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #aaa;
}

table.groobysites a  {
 color:#FFF;
text-decoration:underline;
}

table.groobysites a:hover  {
 color:#CCC;
text-decoration:none;
}

td.linksimage  {

	padding: 10px;
}

p.links  {

	padding: 0 20px 5px 0px;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
}

p.linkstitle  {

	width: 440px;
	margin: 10px 0 5px 0px;
	border-bottom: 2px solid #fff;
}

a.links  {

	margin: 0px;
}


.sorting  {
 float:right;
}

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

.sorting a.active {
 background-color:#151515;
color:#fe0303;
text-decoration: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;
}

