/*
Theme Name: Adult WordPress Theme
Theme URI: 
Description: Create Adult Tube sites based on Wordpress with Mass Video Embedder and Autopilot.
Version: 1.0
Author: Johnny
Author URI: https://adult-wordpress-theme.com
License: 
License URI: 
More information: https://adult-wordpress-theme.com
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#headerBox {
	width: 100%;
	float: left;
	min-height: 80px;
	background: rgb(255,255,255);
}
#header {
	max-width: 1100px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
}
#logo {
	float: left;
	min-height: 80px;
}
#logo h1{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	font-size: 34px;
	vertical-align: bottom;
	line-height: 80px;
}
#logo h1 a{
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: rgb(60,60,60);
}
#logo h1 a span{
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#logo h1 a span.boxed{
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 5px;
	text-shadow: -1px -1px 1px rgba(0,0,0, 0.3);
}
#logo h2{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	line-height: 80px;
}
nav#top-nav {
	float: right;
	margin-top: 20px;
	font-size: 16px;
}
nav.hide-nav {
	display: inline;
}
nav#top-nav aside {
	float: left;
	margin-bottom: 10px;
}
nav#top-nav aside ul{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
nav#top-nav aside ul.menu li{
	float: left;
	padding: 0;
}
nav#top-nav aside ul.menu li a, nav#top-nav aside.widget_categories h4{
	height: 40px;
	padding: 8px 20px 0 20px;
	box-sizing: border-box;
	text-decoration: none;
	float: left;
	margin: 0;
	font-weight: normal;
	margin: 0 2px 0 0;
	-webkit-transition:background-color 0.4s;
	transition:background-color 0.4s;
}
nav#top-nav aside.widget_categories h4{
	padding: 8px 20px 0 30px;
	background-repeat: no-repeat;
	background-position: 10px -346px;
}
nav#top-nav aside ul.menu li.current_page_item a, nav#top-nav aside ul.menu li a:hover, nav#top-nav aside.widget_categories h4:hover, nav#top-nav aside.widget_categories:hover h4{
	color: rgb(255,255,255);
	cursor: pointer;
}
nav#top-nav aside.widget_categories h4:hover, nav#top-nav aside.widget_categories:hover h4{
	background-repeat: no-repeat;
	background-position: 10px 17px;
}
nav#top-nav aside.widget_categories:hover ul li:last-child:nth-child(odd) a{
	width: 380px;
}
nav#top-nav aside.widget_categories:hover ul li:only-child:last-child a{
	margin-left: 100px;
	width: 180px;
}
nav#top-nav aside.widget_categories ul {
	display: none;
	position: absolute;
	z-index: 999;
	float: none;
	width: 400px;
}
nav#top-nav aside.widget_categories:hover ul{
	display: block;
	position: absolute;
	float: none;
	z-index: 999;
	padding: 15px 0 0 0;
	margin: 40px 0 0 -140px;
	background-repeat: no-repeat;
	background-position: 194px -315px;
}
nav#top-nav aside.widget_categories:hover ul li {
	float: left;
}
nav#top-nav aside.widget_categories:hover ul li a{
	padding: 10px;
	width: 180px;
	height: auto;
	text-decoration: none;
	display: block;
	margin: 0;
	color: rgb(255,255,255);
}
nav#top-nav aside.widget_categories:hover ul li a:hover{
	text-decoration: underline;
}
nav#top-nav aside.widget_search {
	height: 40px;
	width: 220px;
	float: left;
}
nav#top-nav aside.widget_search input#s {
	width: 158px;
	height: 40px;
	box-sizing: border-box;
	border-top: 1px solid rgb(202,202,202);
	border-left: 1px solid rgb(202,202,202);
	border-bottom: 1px solid rgb(202,202,202);
	border-right: none;
	padding: 0;
	margin: 0;
	float: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: rgb(150,150,150);
	-webkit-transition:-webkit-box-shadow 0.3s;
	transition:box-shadow 0.3s;
}
nav#top-nav aside.widget_search input#s:focus, nav#top-nav aside.widget_search input#s:hover {
	border-color: rgb(150,150,150);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
}
nav#top-nav aside.widget_search input#searchsubmit {
	width: 61px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	background-position: center -226px;
	background-repeat: no-repeat;
	float: left;
}
nav#top-nav aside.widget_search input#searchsubmit:hover {
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.3);
}
nav#top-nav aside.widget_search input#searchsubmit:active {
	background-color: rgb(200,0,70);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.3);
}
.contentHead {
	width: 100%;
	min-height: 25px;
	float: left;
	border-top: 0px solid rgb(234,0,55);
}
.contentHead p{
	padding: 0px 10px 0 10px;
	min-height: 26px;
	color: rgb(255,255,255);
	margin: 0;
	font-size: 16px;
	float: left;
	-webkit-box-shadow: inset 1px 9px 8px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 9px 8px -9px rgba(0,0,0,0.75);
	box-shadow: inset 1px 9px 8px -9px rgba(0,0,0,0.75);
}
.sortBy {
	padding: 3px 2px 0 5px;
	margin: 0 0 0 5px;
	float: left;
	height: 23px;
	color: rgb(255,255,255);
	opacity: 0.7;
}
.sortBy a{
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 0px 5px 0 5px;
	margin-right: 1px;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
.sortBy a:hover, .sortBy a.sortByActive{
	background-color: rgba(255,255,255,0.25);
	text-decoration: none;
}
#content {
	padding: 10px 0 0 0;
	float: left;
	max-width: 1100px;
	min-width: 320px;
}
.videoPost{
	width: 200px;
	height: 208px;
	float: left;
	padding: 0px;
	margin: 10px;
	background: rgb(255,255,255);
}
.videoPost{
	padding: 5px;
	margin: 5px;
}
.videoPost img.thumb_small{
	width: 200px;
	height: 150px;
}
.videoPost img.playButton {
	position: absolute;
	margin-left: -90px;
}
.videoPost div.thumbDuration {
	position: absolute;
	margin: 2px 0 0 2px;
	padding: 2px;
	font-size: 12px;
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	opacity: 0.5;
}
.videoPost a.videoLink {
	font-weight: bold;
	width: 100%;
	float: left;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	font-size: 14px;
	line-height: 110%;
}
.videoPost a.heartLink, a.heartLink{
	background-repeat: no-repeat;
	background-position: left -158px;
	text-decoration: none;
	float: left;
	font-size: 12px;
	padding: 0 0 0 18px;
	opacity: 0.75;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.videoPost a.heartLink:hover, a.heartLink:hover{
	opacity: 1;
}
.videoPost a.liked:hover, a.liked:hover {
	opacity: 0.75;
	cursor: default;
}
.videoPost div.thumbViews, div.thumbViews {
	background-repeat: no-repeat;
	background-position: left -196px;
	text-decoration: none;
	float: left;
	font-size: 12px;
	padding: 0 0 0 18px;
	margin: 0 0 0 10px;
	opacity: 0.75;
}
.videoPost h2 {
	font-size: 14px;
}
.videoPost div.nothumb {
	width: 200px;
	height: 85px;
	background: rgb(237,237,237);
	float: left;
	text-align: center;
	padding: 65px 0 0 0;
	color: #959595;
	font-size: 12px;
}
.xhlink {
	background-size: 200px 150px; display: block; width:200px;height:150px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#pagination {
	width: 100%;
	float: left;
	margin: 10px auto;
}
#pagination2 {
	margin: 0 auto;
    float: left;
    left: 50%;
    position: relative;
}
nav.pagination {
	margin: 0 auto;
    float: left;
    position: relative;
    right: 50%;
}
nav.pagination ul{
	padding: 0;
	margin: 0;
}
nav.pagination ul li{
	list-style: none;
	float: left;
	padding: 0;
	margin:0;
}
nav.pagination ul li a.inactive, nav.pagination ul li a.start, nav.pagination ul li a.end{
	text-align:center;
	padding: 0px 10px 0 10px;
	margin-right: 2px;
	text-decoration: none;
	height: 40px;
	min-width: 20px;
	color: rgb(255,255,255);
	-webkit-transition:background 0.3s, padding 0.3s;
	transition:background 0.3s, padding 0.3s, margin 0.3s;
}
nav.pagination ul li span.current, nav.pagination ul li a.inactive:hover{
	text-align:center;
	padding: 3px 10px 3px 10px;
	margin-right: 2px;
	text-decoration: none;
	height: 40px;
	min-width: 20px;
	color: rgb(255,255,255);
}
nav.pagination ul li a.start{
	margin-left:5px;
	background-repeat: no-repeat;
	background-position: 6px -115px;
}
nav.pagination ul li a.start:hover{
	margin-left:0px;
	padding: 0px 10px 0 15px;
	background-position: 8px -115px;
}
nav.pagination ul li a.end{
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px -75px;
}
nav.pagination ul li a.end:hover{
	margin-right:0px;
	padding: 0px 15px 0 10px;
	background-position: 10px -75px;
}
#wrap {
}
#contentWrapper{
	width: 100%;
	float: left;
	background: none;
}
article.page {
	padding: 20px;
	margin: 10px auto 10px auto;
	max-width: 1060px;
	min-width: 320px;
	background-color: rgb(255,255,255);
}
article.post{
	margin: 10px auto 0 auto;
	max-width: 1080px;
	min-width: 300px;
	padding: 10px;
	background-color: rgb(255,255,255);
}
.clear {
	clear: both;
}
.videoWrap{
	float: left;
	width: 100%;
	min-width: 320px;
}
.videoBox {
	width: 100%;
	min-width: 320px;
	height: 510px;
}
.videoWrap h2{
	margin: 0;
	padding: 0;
}
.ad728{
	display: none;
}
#videoPostContent{
	width: 100%;
	float: left;
}
#videoOverAd {
	display: none;
}
#videoPostContent p{
	margin: 0;
	padding: 0 0 5px 0;
}
.postMeta{
	box-sizing:border-box;
	padding: 10px;
	color: rgba(234,0,55, 0.75);
	text-decoration: none;
	float: left;
	font-size: 12px;
	width: 100%;
	float: left;
}
.postMeta div{
	float: left;
	margin: 0 0 0 10px;
}
.postMeta a{
	color: rgba(234,0,55, 0.75);
	-webkit-transition:color 0.3s;
	transition:color 0.3s;
}
.postMeta a:hover{
	color: rgba(234,0,55, 1);
}
.videoSideAds{
	float: left;
	margin: 0;
	padding: 10px;
}
.videoAd300{
	width: 300px;
	margin: 0 10px 10px 0;
	height: 250px;;
	float: left;
}
.videoSideAds div:last-child{
	margin: 0 10px 0 0;
}
.videoSideAds div.videoAd300:last-child {
	min-height: 250px;
}
a#showCommentsLink{
	width: 150px;
	height: 25px;
	float: left;
	padding: 5px 20px 0 30px;
	text-decoration: none;
	float: left;
	margin: 0;
	font-weight: normal;
	-webkit-transition:background-color 0.4s;
	transition:background-color 0.4s;
	background-repeat: no-repeat;
	background-position: 10px -351px;
}
a#showCommentsLink:hover {
	color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}
#comments{
	display: none;
}
.comment-author a {
	color: #fff;
}
#commentlist{
	float: left;
	width: 100%;
}
#respond {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
#respond input#author, #respond input#email{
	width: 50%;
	margin: 5px;
	height: 30px;
	border: 1px solid rgb(202,202,202);
	-webkit-transition:-webkit-box-shadow 0.3s;
	transition:box-shadow 0.3s;
}
#respond input#author:focus, #respond input#email:focus,#respond textarea#commentTextarea:focus{
	border-color: rgb(150,150,150);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
}
#respond textarea#commentTextarea{
	width: 80%;
	margin: 5px;
	border: 1px solid rgb(202,202,202);
	-webkit-transition:-webkit-box-shadow 0.3s;
	transition:box-shadow 0.3s;
}
ul#commentlist{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#commentlist li{
	float: left;
	width: 100%;
	list-style: none;
	margin: 5px 0 5px 0;
}
ul#commentlist li .comment-author{
	float: left;
	padding: 2px 10px 2px 10px;
	color: rgb(255,255,255);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
ul#commentlist li .commentmetadata{
	display: none;
}
ul#commentlist li p{
	width: 100%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 0 10px;
	padding: 20px;
}
#commentform{
	width: 100%;
}
#commentform input#submit{
	border: none;
	height: 30px;
	width: 30%;
	color: rgb(255,255,255);
}
#commentform input#submit:hover{
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.3);
}
footer {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 -10px 0;
}
footer p{
	width: 100%;
	float: left;
	color: rgb(255,255,255);
}
footer p.copy{
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}
footer p a{
	color: rgb(255,255,255);
}
#footerInside{
	max-width: 1100px;
	margin: 0 auto;	
}
#footerSidebar{
	width: 100%;
	float: left;
	margin: 10px 0 10px 0;
	color: rgb(255,255,255);
}
#footerSidebar aside {
	width: 265px;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	float: left;
	margin: 10px 0px 0 0;
}
#footerSidebar aside:last-child {
	margin: 10px 0px 0 0;
}
#footerSidebar aside h4 {
	padding: 5px 5px 5px 10px;
	margin: 0;
}
#footerSidebar aside ul{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#footerSidebar aside ul li{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footerSidebar aside ul li a,
#footerSidebar aside.widget_recent_comments ul.recentcomments li.recentcomments a{
	width: 100%;
	float: left;
	list-style: none;
	padding: 5px 5px 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: rgb(255,255,255);
	text-decoration: none;
	margin-bottom: 1px;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
#footerSidebar aside ul li a:hover{
	background-color: rgb(255,255,255);
}
#footerSidebar aside div.textwidget{
	padding: 0 10px 0 10px;
}
#footerSidebar aside.widget_search input#searchsubmit {
	width: 20%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	background-position: center -231px;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
#footerSidebar aside.widget_search input#searchsubmit:hover {
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px 1px rgba(255,255,255,0.3);
}
#footerSidebar aside.widget_search input#s {
	width: 80%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	box-sizing: border-box;
}
#footerSidebar aside.widget_recent_comments a.url{
	background: none;
	width: auto;
	float: none;
}
#footerSidebar aside.widget_recent_comments a.url:hover{
	color: rgb(255,255,255);
}
#footerAds {
	max-width: 1100px;
	margin: 0 auto;
}
#footerAds div.ad300{
	width:300px;
	height: 250px;
	float: left;
	margin: 10px 10px 0 0;
}
#rtaLogo {
	border: none;
	float: right;
	text-decoration: none;
	margin: 0 10px 10px 0;
}
@media (min-width: 320px) {
#footerAds {
	width: 310px;
	margin: 0 auto;
}
}
@media (min-width: 620px) {
#footerAds {
	width: 620px;
	margin: 0 auto;
}
}
@media (min-width: 930px) {
#footerAds {
	width: 930px;
	margin: 0 auto;
}
}
@media (max-width: 550px) {
#footerSidebar aside {
	width: 100%;
}
}
@media (max-width: 880px) {
	#logo {
		min-height: 50px;
		padding-top: 10px;
	}
	#logo h1{
		margin: 0 0 -10px 10px;
		line-height: 40px;
	}
	#logo h2{
		margin: 0 0 0px 10px;
		line-height: 40px;
	}
	nav.hide-nav {
		display: none;
	}
	nav#top-nav {
		float:left;
		margin-top: 0px;
		width: 100%;
	}
	nav#top-nav aside{
		float: none;
		width: 100%;
	}
	nav#top-nav aside ul.menu{
		float: none;
		width: 100%;
	}
	nav#top-nav aside ul.menu li{
		float: none;
		width: 100%;
	}
	nav#top-nav aside ul.menu li a, nav#top-nav aside.widget_categories h4{
		width: 100%;
		box-sizing: border-box;
		border-top: 1px solid rgb(255,255,255);
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	nav#top-nav aside.widget_categories ul {
		display: none;
		position: inherit;
		float: left;
		width: 100%;
	}
	nav#top-nav aside.widget_categories:hover ul {
		display: none;
		position: inherit;
		float: left;
		width: 100%;
	}
	nav#top-nav aside.widget_categories.hover ul{
		display: inherit;
		position: inherit;
		float: left;
		z-index: 999;
		padding: 0;
		margin: 0;
		background-image: none;
		background-repeat: no-repeat;
	}
	nav#top-nav aside.widget_categories ul{
		float: left;
		width: 100%;
		position: relative;
	}
	nav#top-nav aside.widget_categories ul li {
		float: none;
		width: 100%;
	}
	nav#top-nav aside.widget_categories ul li a{
		display: none;
		height: 40px;
		width: 100%;
		padding: 8px 20px 0 20px;
		box-sizing: border-box;
		text-decoration: none;
		float: left;
		margin: 0;
		font-weight: normal;
		margin: 0 2px 0 0;
		-webkit-transition:background-color 0.4s;
		transition:background-color 0.4s;
	}
	nav#top-nav aside.widget_categories.hover ul li a{
		text-decoration: none;
		display: inherit;
		height: 40px;
		width: 100%;
		box-sizing: border-box;
		padding: 8px 20px 0 20px;
		text-decoration: none;
		float: left;
		margin: 0;
		font-weight: normal;
		margin: 0 2px 0 0;
		background: inherit;
		-webkit-transition:background-color 0.4s;
		transition:background-color 0.4s;
		border-top: 1px solid rgb(255,255,255);
	}
	nav#top-nav aside.widget_categories.hover ul li a:hover{
		text-decoration: none;
		color: rgb(255,255,255);
		cursor: pointer;
	}
	nav#top-nav aside.widget_categories:hover ul li:last-child:nth-child(odd) a{
		width: 100%;
	}
	nav#top-nav aside.widget_categories.hover ul li:only-child a, nav#top-nav aside.widget_categories:hover ul li:only-child a{
		margin-left: 0px;
	}
	nav#top-nav aside.widget_search{
		float: left;
		padding: 10px 5% 10px 5%;
		width: 90%;
	}
	nav#top-nav aside.widget_search input#s {
		width: 70%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav#top-nav aside.widget_search input#searchsubmit {
		width: 30%;
		background-position: center -226px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mobile-nav {
		width: 100%;
		box-sizing: border-box;
		float: left;
		background-repeat: no-repeat;
		color: rgb(255,255,255);
		cursor: pointer;
		text-decoration: none;
		display: inherit;
		height: 40px;
		width: 100%;
		padding: 8px 20px 0 39px;
		margin: 0;
		font-weight: normal;
		font-size: 16px;
	}
	.mobile-nav-open {
		background-position: 7px -383px;
	}
	.mobile-nav-close {
		background-position: 7px -417px;
	}
	#videoOverAd {
		display: none;
		z-index: 999;
	}
}
@media (min-width: 220px) {
.centered {
	max-width: 220px;
	margin: 0 auto;
}
.videoBox {
	height: 250px;
}
}
@media (min-width: 320px) {
.videoBox {
	height: 300px;
}
}
@media (min-width: 440px) {
.centered {
	max-width: 440px;
	margin: 0 auto;
}
.videoBox {
	height: 400px;
}
}
@media (min-width: 660px) {
.centered {
	max-width: 660px;
	min-width: 320px;
	margin: 0 auto;
}
.videoBox {
	height: 510px;
}
}
@media (min-width: 730px) {
.ad728{
	display: none;
	margin: 5px auto 0 auto;
	display: inherit;
	width: 728px;
	height: 90px;
}
}
@media (min-width: 880px) {
.centered {
	max-width: 880px;
	min-width: 320px;
	margin: 0 auto;
}
.videoBox {
	height: 510px;
}
#mobile-nav {
	display: none;
}
nav#top-nav {
	display: inline;
}
}
@media (min-width: 1100px) {

.centered {
	max-width: 1100px;
	min-width: 320px;
	margin: 0 auto;
}
.videoSideAds{
	width: 300px;
	padding: 0;
	margin: 0 0 0 10px;
}
.videoSideAds div:first-child{
	margin: 0 0 10px 0;
}
.videoWrap{
	float: left;
	width: 770px;
}
.videoBox {
	width: 770px;
	height: 510px;
}
#videoOverAd {
	display: inherit;
	height: 270px;
	padding: 10px;
	background: rgb(255,255,255);
	position: absolute;
	top: 480px;
	left: 50%;
}
.videoOverAdSmall {
	width: 300px;
	margin-left: -315px;
}
.videoOverAdBig {
	width: 610px;
	margin-left: -475px;
}
#videoOverAd .close{
	height: 10px;
	width: 10px;
	float: right;
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 10px;
	margin-left: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
#videoOverAd .videoOverAd300, #videoOverAd .videoOverAd300snd {
	float: left;
	width: 300px;
	height: 250px;
	margin-right: 10px;
}
#videoOverAd .videoOverAd300snd {
	margin-right: 0;
}
}
.plugrushAboveVideo{
	overflow: hidden;
	margin-bottom: -10px;
}
.plugrushAboveVideo .pr-widget{
	float: none;
}
.plugrush {
	overflow: hidden;
	float: left;
}
.pr-widget {
	float: left;
}