body.iframe { overflow: hidden; }


/* Ryan Edits */
.newbg1 {
background:#404447 !important;
}
.mthick {
font-family: 'MavenProBold';
color:#484848;
}	

.pagelistnav li{
float:right;
	height:24px;
	padding:9px 6px 0 6px;
	line-height:1em;
	color:#52782F;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
	margin-top:2px;
}
.pagelistnav li:hover {
background:#C7E04E;
color:#52782F !important;
}
/* End Ryan Edits */
#new_additions {display:none;}
#tag_credits {display:none;}
section.videos .inner .video_bar ul#top_social{
width: 195px;
position:absolute;
top:0;
right:0;
}



.related_v .r_category{float:right;}

#top-films-wrap .related_v .r_category{min-width:300px;}
#main_content.trailer .related_v .r_category{width:300px;}
#main_content.film .related_v .r_category{width:400px;}


.related_v .r_category #rel_nav li{
	float:right;
	height:28px;
	padding:14px 15px 0 15px;
	line-height:1em;
	color:#52782F;
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
}

.related_v .r_category #rel_nav li:hover{
	background:#C7E04E;
}

div.related_c{
	background:#FFFFFF;
	padding:15px;
	display:none;
}


div.content div.related_c ul li a{
	color:#242424;
}


.cover_bg{
	display:none;
	background:rgba(0,0,0,0.7);
	position:fixed;
	width:100%;
	top:0;left:0;
	height:100%;
	z-index:99;
}

#embed_box{
	display:none;
	position:fixed;
	width:640px;
	left:50%;
	margin-left:-320px;
	top:100px;	
	font-family:'Maven Pro',sans-serif;
	z-index:999;
}

#embed_box .embed_bar{
	background:#83C04B;	
	border-right:2px solid #83C04B;
	padding:20px 0;
	position:relative;
	width:100%;
}

#embed_box .embed_bar .embed_title{
	color:#FFFFFF;
	font-size:16px;
	display:block;
	width:auto;
	margin-left:20px;
}

#embed_box .embed_bar .e_close{
	position:absolute;
	right:10px;
	top:10px;
	padding:8px 0;
	width:35px;
	background:rgba(0,0,0,0.2);
	color:white;
	font-size:18px;
	text-align:center;
	cursor:pointer;
}

#embed_box .embed_bar .e_close:hover{
	background:rgba(0,0,0,0.4);
}

#embed_box .embed_content{
	width:92%;
	padding:4%;
	background:#000;
	border-left:1px solid #404447;
	border-right:1px solid #404447;
	border-bottom:1px solid #404447;
}

#embed_box .embed_content .e_btns{
	margin-bottom:20px;	
}

#embed_box .embed_content .e_btns .e_btn{
	width:24%;
	display:inline-block;
	padding:10px 0;
	background:#404447;
	color:white;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}
#embed_box .embed_content .e_btns div + div{
	margin-left:7px;
}

#embed_box .embed_content .e_btns .e_btn:hover,
#embed_box .embed_content .e_btns .e_btn.active{
	background:#83C04B;
}

.code_gen{
	display:none;
	width:90%;
	padding:5%;
	font-size:12px;
	background:#E4E4E4;
	color:#333;
	line-height:1.5em;
}

#ld_div{
	display:block;
}


#embed_box .embed_content .embed_type{
	margin-top:20px;
	text-align:right;
}

#embed_box .embed_content .embed_type .embed_type_btn{
	display:inline-block;
	width:100px;
	color:white;
	padding:18px 0;
	background:#404447;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	margin-left:10px;
}

#embed_box .embed_content .embed_type .embed_type_btn:hover,
#embed_box .embed_content .embed_type .embed_type_btn.active{
	background:#83C04B;
}

/* = = = = = = = = =  AGE GATE = = = = = = = = = = = ( solene 27 sept 2013 )*/
#main_content .content .videos .inner div.age-gate{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 552px;
	background-color: rgba(0, 0, 0, 0.8);
}
#main_content .content .videos .inner div.age-gate div.nice-mess{text-align: center;line-height: 3em;margin-top: 170px;}
#main_content .content .videos .inner div.age-gate div.nice-mess strong{font-size: 24px;color: white;font-weight: normal;}
#main_content .content .videos .inner div.age-gate div.nice-mess p.request-age{color: rgb(204, 50, 50); padding: 20px 0;}
#main_content .content .videos .inner div.age-gate div.form-wrapper{height: 230px;background-color: rgba(0, 0, 0, 0.6);}
#main_content .content .videos .inner div.age-gate div.form-wrapper form{width: 40.8%;margin: 0 auto;}
#main_content .content .videos .inner div.age-gate div.form-wrapper form input[type='text']{margin-top: 30px; width:100%; height: 40px;color: #ccc;padding-left: 10px; text-align:center;}
#main_content .content .videos .inner div.age-gate div.form-wrapper form input[type='submit']{
	display: block;
	margin: 20px auto;
	height: 40px;
	border-radius: 20px;
	width: 200px;
	background-color: #8cc63f;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
/* end age gate */




/* Right click menu */
#trailer-addict-right-click-menu {
min-width:260px;
display:none;
position:absolute;
padding:16px;
background:#333;
border-radius:3px;
color:white;
font-family: 'Maven Pro',sans-serif;
}
#trailer-addict-right-click-menu a {
display:block;
padding: 10px 3px;
font-size: 14px;
border-bottom: 1px solid #555;
color: #EEE;
text-decoration: none;
}
#trailer-addict-right-click-menu a:hover {
color:#999;
}

/*========== RESPONSIVE STYLE =================*/

@media only screen 
and (min-width : 1324px) {
	div.video-js { width:100% !important; }

}

@media only screen 
and (max-width:1324px)
and (min-width : 1024px){

	/*AGE-GATE*/
	#main_content .content .videos .inner div.age-gate{height: 360px;}
	#main_content .content .videos .inner div.age-gate div.nice-mess {margin-top: 50px}
	#main_content .content .videos .inner div.age-gate div.form-wrapper{height: 160px}
	#main_content .content .videos .inner div.age-gate div.form-wrapper form{ width: 400px;}
	
	.movie_label_info .movie_details .left {
	float: none;
	margin: auto;
	width: 330px;
	display:block;
	}
	
}	

@media only screen
and (min-width : 1024px) {
	div.video-js.vjs-fullscreen video { width: 100% !important; height: 100% !important;}	
}

@media only screen 
and (max-width : 1023px) 
and (min-width : 600px) {	
	/*embed box*/
	#embed_box {width: 500px;top: 10px;margin-left: -250px;}
	#embed_box .embed_bar{padding: 10px 0;}
	#embed_box .embed_bar .e_close{right: 3px;top: 4px;padding: 5px 0;width: 30px;}
	.code_gen{width: 94%;padding: 3%;}
	
	/*AGE-GATE*/
	#main_content .content .videos .inner div.age-gate{height: 340px;}
	#main_content .content .videos .inner div.age-gate div.nice-mess {margin-top: 30px}
	#main_content .content .videos .inner div.age-gate div.form-wrapper{height: 160px}
	#main_content .content .videos .inner div.age-gate div.form-wrapper form{ width: 400px;}
	
	.clear.desktop{display:block;}
	#embed_box .embed_content .e_btns div + div{
		margin-left:6px;
	}
	#embed_box .embed_content .e_btns .e_btn{
		width:24%;
	}
	
}


@media only screen 
and (max-width : 599px)
and (min-width : 480px){
	
	div.related_v .title_bar{background: #000 url('/img/bg_bars.jpg') repeat center;height:auto;}
	div.related_v .title_bar h2{float:none;padding:10px 0;}
	div.content.pagelist div.title_bar h2{max-width:none;}
	
	.related_v .r_category{
	float:none;
	width: 100%;
	background:#000;
	}
	
	.vjs-default-skin .vjs-big-play-button:before{line-height: 1.95em}

	div.content div.related_c ul li{width: 145px;margin: 0 2px;}

	/*embed box*/
	#embed_box {width: 400px;top: 10px;margin-left: -200px;}
	#embed_box .embed_bar{padding: 10px 0;}
	#embed_box .embed_bar .e_close{right: 3px;top: 4px;padding: 5px 0;width: 30px;}
	.code_gen{width: 94%;padding: 3%;}
	#embed_box .embed_content .embed_type .embed_type_btn{padding: 10px 0;}

	/*AGE-GATE*/
	#main_content .content .videos .inner div.age-gate{height: 280px;}
	#main_content .content .videos .inner div.age-gate div.nice-mess {margin-top: 10px; line-height: 2em}
	#main_content .content .videos .inner div.age-gate div.nice-mess p{font-size: 10px;}
	#main_content .content .videos .inner div.age-gate div.nice-mess strong{font-size: 14px;}
	#main_content .content .videos .inner div.age-gate div.form-wrapper{height: 160px}
	#main_content .content .videos .inner div.age-gate div.form-wrapper form{ width: 400px;}
	.clear.desktop{display:block;}
	
	#top-films-wrap .related_v .r_category,
	#main_content.trailer .related_v .r_category,
	#main_content.film .related_v .r_category{width: 100%;}
	
	#main_content.trailer .related_v .r_category #rel_nav{width:300px;}
	
	.content.page.pagelist .related_v .r_category #rel_nav{width:305px;}
	
	#embed_box .embed_content .e_btns div + div{
		margin-left:4px;
	}
	#embed_box .embed_content .e_btns .e_btn{
		width:24%;
	}

}


@media only screen 
and (max-width : 480px)
and (min-width : 320px){
			/* Video page */
	

	div.related_v .title_bar{background: #000 url('/img/bg_bars.jpg') repeat center;height:auto;}
	div.related_v .title_bar h2{float:none;padding:10px 0;}
	
	.related_v .r_category{
	float:none;
	width: 100%;
	background:#000;
	}
	
	.related_v .r_category #rel_nav{width: 300px;margin: auto;}

	section.videos .inner .video_bar h2{font-size: 20px;}
	.vjs-default-skin .vjs-big-play-button:before{line-height: 1.95em}

	div.content div.related_c ul li {width: 100%; margin: 0 auto;}

	/*embed box*/
	#embed_box {width: 100%;margin-left: 0;top: 0;z-index: 99999;left: 0;}
	#embed_box .embed_content{width:96%;padding:2%;}
	
	#embed_box .code_gen {height: 90px; overflow: auto}
	#embed_box .embed_bar{padding: 8px 0;}
	#embed_box .embed_bar .e_close {right: 0;top: 0;width: 35px;padding: 5px 0;}
	#embed_box .embed_bar .embed_title{margin-left: 10px;font-size: 12px;}
	#embed_box .embed_content .e_btns {margin-bottom: 5px;}
	
	#embed_box .code_gen {height: 86px;overflow: auto;padding: 1%;width: 98%;}
	#embed_box .embed_content .embed_type {margin-top: 0;}
	#embed_box .embed_content .embed_type .embed_type_btn{width: 120px;padding: 8px 0;font-size: 13px;}

	
	/*AGE-GATE*/
	#main_content .content .videos .inner div.age-gate{height: 190px;}
	#main_content .content .videos .inner div.age-gate div.nice-mess {width:90%;margin:auto;margin-top: 5px; line-height: 0.5em}
	#main_content .content .videos .inner div.age-gate div.nice-mess p{font-size: 10px;display:inline}
	#main_content .content .videos .inner div.age-gate div.nice-mess p.request-age{padding: 0}
	#main_content .content .videos .inner div.age-gate div.nice-mess strong{font-size: 11px;}
	#main_content .content .videos .inner div.age-gate div.form-wrapper{height: 95px}
	#main_content .content .videos .inner div.age-gate div.form-wrapper form{ width: 200px;}
	#main_content .content .videos .inner div.age-gate div.form-wrapper form input[type='text']{ margin-top: 10px; height: 30px; width: 100%;}
	#main_content .content .videos .inner div.age-gate div.form-wrapper form input[type='submit']{height: 30px; border-radius: 15px; margin: 5px auto}
	
	
	#rel_nav{text-align:center;}
	.related_v .r_category #rel_nav li{
	float: none;
	display: inline-block;
	padding: 10px 5px;
	font-size: 12px;
	height: auto;
	}
	.clear.desktop{display:block;}
	
	
	section.videos .inner .video_bar h1{font-size:18px;line-height:1.3em;}
	
	#embed_box .embed_content .e_btns div + div{
		margin-left:5px;
	}
	#embed_box .embed_content .e_btns .e_btn{
		width:32%;
	}
	#embed_box .embed_content .e_btns .e_btn_r{
		margin:6px 0px 0px 0px !important;
		width:100% !important;
	}
	
}