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

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat;
}

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

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


a,
.item-pic,
.uncutguy_pic,
.item,
.overCol,
.video-thumbs a img {
	-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;
}

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

::-webkit-placeholder {
	opacity: 1
}

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

@font-face {
	font-family: 'schadow_blkcn_btblack';
	src: url('../fonts/schadwkc-webfont.eot');
	src: url('../fonts/schadwkc-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/schadwkc-webfont.woff2') format('woff2'),
		url('../fonts/schadwkc-webfont.woff') format('woff'),
		url('../fonts/schadwkc-webfont.ttf') format('truetype'),
		url('../fonts/schadwkc-webfont.svg#schadow_blkcn_btblack') format('svg');
	font-weight: normal;
	font-style: normal;
}

header {
	background-color: #eeecec;
	background: url(../images/bgheader.jpg) repeat;
}


.centerwrap {
	width: 982px;
	margin: auto;
}

.centerwrap2 {
	width: 80%;
	margin: auto;
}

.logo {
	float: left;
	padding: 10px;
}

.header_text {
	padding: 22px 10px;

}

.header_text p {
	font-family: 'schadow_blkcn_btblack';
	font-size: 22px;
	letter-spacing: -0.01em;
	line-height: 25px;
	color: #202020;
	text-align: right;
}

.header_text p a {
	color: #674f02;
}

.topnav {
	float: left;
	width: 100%;
	background: url(../images/bg.jpg) repeat-x;
	height: auto;
}

.topnav.sticky {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: #222 0px 3px 10px;
	z-index: 9999;
}


.topnav ul li {
	float: left;
	font-family: 'schadow_blkcn_btblack';
	font-size: 36px;
	text-shadow: 1px 1px 1px rgba(1, 2, 2, 0.75);
	border-right: 2px solid #b4b3b3;
	border-left: 1px solid #070707
}

.topnav ul li a {
	color: #b4b3b3;
	display: block;
	line-height: 48px;
	text-align: center;
	padding: 4px 15px;
}

.topnav ul li a:hover,
.topnav ul li a.active {
	background-color: #664d03;
}

.topnav ul li:first-child {
	border-left: 0px;
}

.topnav ul li:last-child {
	border-right: 0px;
	float: right;
	text-transform: uppercase;
}

.topnav ul li:last-child a {
	background-color: #7c5f01;
	color: #fff;
	text-align: right;
	padding-right: 12px;
}




.slider {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.banner {
	float: left;
	width: 100%;
	overflow: hidden;
}

.caption {
	font-family: 'schadow_blkcn_btblack';
	text-align: right;
	padding-top: 245px;
	padding-right: 95px;
}

.caption h3 {
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	letter-spacing: -0.01em;
	text-shadow: 1px 1px 0px rgba(1, 2, 2, 0.75);
}

.caption p {
	font-size: 24px;
	padding-right: 30px;
	letter-spacing: -0.01em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(1, 2, 2, 0.75);
}

.banner_markers {
	float: left;
	width: 100%;
	background-color: #000;
	height: 13px;
}


.banner_markers ul li {
	float: left;
	width: 33.33%;
}

.banner_markers ul li a {
	display: block;
	height: 13px;
	background-color: #000;
}

.banner_markers ul li a.active,
.banner_markers ul li a:hover {
	display: block;
	height: 13px;
	background-color: #664d03;
}

.whitebox {
	display: inline-block;
	background-color: #eeecec;
	width: 100%;
	margin: 10px auto 20px auto;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.whitebox p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #202020;
	line-height: 30px;
}

.whitebox p a {
	color: #202020;
	text-decoration: underline;
}

.whitebox p a:hover {
	text-decoration: none;
}

.latest_videos {
	width: 980px;
	margin: auto;
}

.title {
	text-align: center;
	padding-bottom: 5px;
}

.title span {
	display: inline-block;
	position: relative;
	top: 30px;
	vertical-align: top;
}

.title p {
	display: inline-block;
	font-family: 'schadow_blkcn_btblack';
	font-size: 65px;
	text-shadow: 1px 1px 1px rgba(1, 2, 2, 0.75);
	letter-spacing: -0.01em;
	color: #b4b3b3;
}



.item {
	display: inline-block;
	width: 31.5%;
	margin: 6px 7px;
}

.item-title {
	background: url(../images/blackbg.png) repeat;
	padding:10px 8px;
	position: relative;
}

/*.item:nth-child(2n+1) .item-title{background:url(../images/greenbg.png) repeat;}*/
.item:hover .item-title {
	background: url(../images/greenbg.png) repeat;
}

.item-title h4 {
	font-family: 'schadow_blkcn_btblack';
    font-size: 30px;
    font-weight: normal;
}

.item-title h4 a {
	color: #b4b3b3;
}

.item-title h4 a:hover {
	color: #fff;
}

.item-title p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: -0.01em;
	float: right;
	padding-top: 18px
}

.item-pic {
	clear: both;
	outline: 3px solid rgba(102, 77, 3, 0);
	outline-offset: -3px;
	position: relativeM
}

.item-pic:hover {
	outline: 3px solid #664d03;
}

.item-pic img {
	display: block;
	width: 100%;
}

.item-pic a {
	float: left;
	width: 100%;
	position: relative;
}

.videoarea {
	overflow: hidden;
	margin: 10px 0 15px 0
}

/*.videobg{background:url(../images/videobg.jpg) no-repeat center -451px;}*/
.feature_video {
	display: inline-block;
	width: 100%;
	padding-left: 23px;
	padding-top: 23px;
}

.feature_video h3 {
	font-family: 'schadow_blkcn_btblack';
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -0.01em;
	color: #010000;
}

.videohere {
	display: inline-block;
	position: relative;
	border: 5px solid #B4B3B3;
	width: 100%;
	max-width: 100%;
}

.video_shadow {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: -5px;
}

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

#fsTrailer {
	float: left;
	width: 100%;
}

.membership {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 28px;
}

.membership p {
	font-family: 'schadow_blkcn_btblack';
	font-size: 30px;
	text-transform: uppercase;
	line-height: 48px;
	color: #b4b3b3;
}

.membership p a {
	font-size: 65px;
	text-decoration: underline;
	color: #b4b3b3;
}

.membership p a:hover {
	text-decoration: none;
	color: #fff;
}

.membership p span {
	display: block;
}

.midbanner {
	border-top: 11px solid #7c5f01;
	border-bottom: 11px solid #7c5f01;
	overflow: hidden
}

.midbanner .centerwrap {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
	width: 100%;
}
.midbanner .centerwrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(0 0 0/.7);
	width: 100%;
	height: 100%;
}
.banner_caption {
	font-family: 'schadow_blkcn_btblack';
	text-align: right;
	z-index: 1;
}

.banner_caption h3 {
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	letter-spacing: -0.01em;
	text-shadow: 1px 1px 0px rgba(1, 2, 2, 0.75);
}

.banner_caption p {
	font-size: 24px;
	padding-right: 30px;
	letter-spacing: -0.01em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(1, 2, 2, 0.75);
}

.uncutguys {
	padding-top: 10px;
	padding-bottom: 20px;
}

.uncutguys_list {
	text-align: center;
	padding-top: 10px;
}

.latest_uncutguys {
	width: 310px;
	display: inline-block;
	margin: 5px 5px;
}

.latest_uncutguys h4 {
	font-family: 'schadow_blkcn_btblack';
	font-weight: normal;
	font-size: 30px;
	letter-spacing: -0.01em;
	padding-left: 8px;
	padding-bottom: 2px;
	text-shadow: 1px 1px 0px rgba(1, 2, 2, 0.75);
	text-align: left
}

.latest_uncutguys h4 a {
	color: #b4b3b3;
}

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

.uncutguy_pic {
	outline: 3px solid rgba(102, 77, 3, 0);
	outline-offset: -3px
}

.uncutguy_pic:hover {
	outline: 3px solid #664d03;
}

.uncutguy_pic img {
	display: block;
}

.get_membership {
	display: inline-block;
	width: 100%;
	background-color: #7c5f01;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.get_membership p {
	font-family: 'schadow_blkcn_btblack';
	font-size: 30px;
	text-transform: uppercase;
	line-height: 36px;
	color: #b4b3b3;
	text-shadow: 1px 1px 0px rgba(1, 2, 2, 0.75);
	letter-spacing: -0.01em
}

.get_membership p a {
	font-size: 90px;
	color: #b4b3b3;
}

.get_membership p a:hover {
	color: #fff;
}

.get_membership p span {
	display: block;
}

/*for the THUMBS Rollover*/
.overSlide {
	float: left;
	width: 458px;
	height: 262px;
	background: #222;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	border: 6px solid #4a4229;
	display: none;
	background-size: cover;
}

.overCol {
	float: left;
	width: 88px;
	height: 255px;
	border-bottom: 6px solid #FFF;
	margin-right: 2px;
}

.overCol.col5 {
	margin-right: 0;
	width: 86px;
}

:hover.overCol {
	border-bottom: 5px solid #664d03;
}

.parallax {
	float: left;
	width: 100%;
	position: relative;
}

.parallax.videobg {
	background: url('../images/parallax/videobg.jpg') repeat-y center center;
	background-size: 100%;
}

.parallax.gayguys {
	background: url('../images/parallax/gayguys.jpg') repeat-y center center;
	background-size: 100%;
	margin-bottom: 20px;
}

/*Responsive menu*/
.responsive_menu {
	margin-top: 0px;
	text-align: center;
	background: url(../images/blackbg.jpg) repeat-x;
	height: 55px;
	padding-top: 7px;
	padding-bottom: 12px;
}

.responsive_menu select {
	display: inline-block;
	width: 100%;
	height: 34px;
	padding: 4px 12px;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	vertical-align: middle;
	border: none;
	text-align: center;
	cursor: pointer;
	border: 1px solid #AEAEAE;
	background: #000;
	text-align: center
}

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

/*Responsive menu close*/

ul.slides li {
	position: relative;
}

ul.slides li img {
	position: relative;
	z-index: 10;
}

ul.slides li .sliderwrap {
	width: 982px;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 99;
	margin-left: 20%;
}

.video-thumbs {
	float: left;
	width: 100%;
	text-align: center;
}

.video-thumbs img {
	border: 3px solid #222;
	max-width: 100%;
}

.video-thumbs a {
	display: inline-block;
}

.video-thumbs a:hover img {
	border: 3px solid #664d03;
}

#joinOverlay {
	display: none;
	background: url(../images/blackbg2.png) repeat;
	width: 100%;
	height: 540px;
	position: absolute;
	left: 0;
	top: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.join-fs-right {
	float: right;
	width: 436px;
	padding-top: 15px;
	padding-left: 10px;
	border-radius: 5px;
	background-color: #ffffff;
	margin-top: 15px;
	margin-right: 15px;
}

.join-fs-right h3 {
	float: left;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
}

.join-fs-right label {
	font-size: 14px;
	color: #000;
	float: left;
	text-align: right;
	width: 128px;
	padding-right: 16px;
	line-height: 20px;
	clear: left;
	margin-bottom: 12px;
}

.joinbox {
	float: left;
	width: 290px;
	height: 28px;
	background-color: #fff;
	padding: 5px 10px;
	font-family: 'latoregular';
	font-size: 14px;
	color: #2a2a2a;
	border: 1px solid #c2c2c2;
}

.selectbox {
	float: left;
	background-color: #fff;
	width: 297px;
	padding: 8px 5px 5px 0px;
	margin-top: 6px;
}

.selectbox select {
	background-color: transparent;
	border: 1px solid #c2c2c2;
	width: 100%;
	font-size: 15px;
	color: #2a2a2a
}

.join-fs-right .membership_text {
	font-size: 14px;
	margin-top: 15px;
}

.join-fs-right .paymenttype {
	font-size: 14px;
	width: 145px;
	margin-top: 15px;
}

.payments_type {
	float: left;
	margin-top: 16px;
}

.payments_type label {
	font-size: 14px;
	width: auto;
	line-height: 20px;
	margin-bottom: 0px;
}

input.submitBtn {
	float: left;
	width: 98%;
	clear: both;
	background: #AA121E url(../images/bgButton.jpg) repeat-x;
	padding: 15px 0;
	font-family: 'schadow_blkcn_btblack', Arial, Helvetica, sans-serif;
	font-size: 50px;
	margin-bottom: 15px;
	letter-spacing: -0.04em;
	color: #fff;
	border: none;
	text-shadow: 1px 1px #b96f04;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	line-height: 52px;
	margin-top: 30px;
}

input:hover.submitBtn {
	background: #7d6001;
}

.join-fs-left {
	float: left;
	width: 500px;
	margin-right: 10px;
	padding-top: 15px;
	margin-top: 25px;
}

.join-fs-left h3 {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'schadow_blkcn_btblack', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 50px;
	text-shadow: 1px 1px 1px rgba(1, 2, 2, 0.75);
}

.join-fs-left h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'schadow_blkcn_btblack', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 40px;
	text-shadow: 1px 1px 1px rgba(1, 2, 2, 0.75);
}

.join-fs-left ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.join-fs-left ul li {
	font-size: 16px;
	color: #dbd8d8;
	padding: 12px 0;
	background: #010101 url(../images/true_black.png) no-repeat 6px center;
	padding-left: 33px;
	margin-bottom: 13px;
	border-radius: 5px;
}

.login_here {
	float: left;
	font-size: 14px;
	margin: 40px 0 0 15px;
}

.login_here a {
	color: #f3f2f2;
	text-decoration: underline
}

.login_here a:hover {
	color: #ffad03;
	text-decoration: none
}

.continue {
	float: right;
	font-size: 16px;
	margin: 40px 15px 0 0;
}

.continue a {
	color: #ffad03;
	background: url(../images/rightarrow.png) no-repeat right center;
	padding-right: 16px;
}

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

#footer {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: center;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


#testimonials {
	float: left;
	width: 100%;
	text-align: center;
}

.testimonial-item {
	display: inline-block;
	width: 45%;
	text-align: left;
	vertical-align: top;
	margin: 1% 2%;
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.testimonials-wrapper {
	height: 350px;
}

.testimonial-quote {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 10px;
	color: #FFF;
}

.testimonial-quote p {
	line-height: 18px;
	font-size: 14px;
}

.testimonial-quote-large {
	display: inline-block;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	color: #FFF;
}

.testimonial-begin-quote,
.testimonial-end-quote {
	font-style: italic;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	padding-right: 1.0em;
	color: #FFF;
}

.testimonial-begin-quote {
	font-size: 36px;
	margin-left: -27px;
}

.testimonial-end-quote {
	font-size: 30px;
	line-height: 23px;
	margin-left: 5px;
	margin-top: 1px;
}

.testimonial-quote-footer {
	margin-bottom: 10px;
	color: #CCC;
}

.mejs-overlay-loading,
.mejs-offscreen {
	display: none;
}

.trailer {
	float: left;
	width: 100%;
	position: relative;
}

.trailer-description {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.trailer-description p {
	font-size: 14px;
	line-height: 150%;
	text-align: justify;
}

.trailer-description a {
	color: #FFF;
	text-decoration: underline;
}

.trailer-description a:hover {
	color: #CCC;
	text-decoration: none;
}

#trailerOverlay {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

#trailerOverlay .centerMe {
	float: left;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40px;
	color: #FFF;
	text-align: center;
	z-index: 99999;
}

#trailerOverlay .centerMe a {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 34px;
}

#trailerOverlay .centerMe a:hover strong {
	text-decoration: underline;
}

.replay {
	float: left;
	width: 20px;
	height: 20px;
	background: url('../images/replay.png') no-repeat;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
}