/* DEFAULT */

/* DEFAULT STYLES */
* {
	outline: none;
}
body {
	background: #222222;
	font-family: "Hind Madurai", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	text-align: center;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ff0053;
}
h1, h2, h3 {
	margin: 10px 0;
	font-size: 34px;
	font-weight: 300;
	color: #999999;
	font-family: 'IM Fell Great Primer SC', sans-serif;
}
.container {
	width: calc(100% - 40px);
	margin: 0 20px;
	text-align: left;
}
.clearfix:after, .container:after {
	content: "";
	display: table;
	clear: both;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* END OF DEFAULT STYLES */

/* DEFAULT MEDIAQUERIES */
@media all and (max-width: 767px) {
	.container {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}
/* END OF DEFAULT MEDIAQUERIES */

/* END OF DEFAULT */


/* NETWORK */

/* NETWORK STYLES */
.network {
	padding: 6px 0;
	background: #1c1c1c;
	border-bottom: 1px solid #131313;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.network li {
	margin: 0 10px 0 0;
	display: inline-block;
}
.network a {
	color: #ff7200;
}
.network a:hover {
	color: #ff0053;
	text-decoration: underline;
}
/* END OF NETWORK STYLES*/

/* NETWORK MEDIAQUERIES */
@media all and (max-width: 639px) {
	.network {
		display: none;
	}
}
/* END OF NETWORK MEDIAQUERIES */

/* END OF NETWORK */


/* HEADER */

/* HEADER STYLES */
.navigation-toggle {
	margin-top: 8px;
	display: none;
	float: right;
	font-size: 36px;
	color:#ff7200;
}
.navigation-toggle.toggled {
	color: #d1374d;
}

.header { background:#222222;}
    
    .header-lt { overflow: hidden;}
    
    .logo { float: left; text-align: center; /*padding: 5px 3px 0 3px; */}
    .logo a { color: #ff7200; display: block; line-height: 26px; font-size: 24px; text-transform: uppercase; font-family: 'IM Fell Great Primer SC', sans-serif; }
    .logo a span { color:#ff0053; }
    .logo a:hover{ color:#fff; }
    .logo p { display: block; font-size: 10px; line-height: 12px; color: rgb(245,245,245); margin-top:2px; margin-bottom: 2px; }
        
    .header-rt { display: none; overflow: hidden; }

    .header-menu { overflow: hidden; }
    .header-menu li { display: block; text-align: center; }
    .header-menu li a { display: block; color: #cfcfcf; line-height: 20px; height: 20px; text-transform: uppercase; border: 2px solid #000; font-weight: bolder;
        font-family: 'IM Fell Great Primer SC', sans-serif; overflow: hidden; border-radius: 3px; margin: 3px 1px; }
    .header-menu li a img { width: 14px; }

    .header-menu li.home-btn a {  background:#252525;}

    .header-menu li.home-btn-1 a {  background:#252525;}

    .header-menu li a:hover, .header-menu li a.active { background:#191919; color: #ff7200; text-shadow: 1px 1px #000000;}
        
    .search { background-color: none; overflow: hidden; border-bottom: none; position: relative; margin-top: 4px;}
    .search input, .search button { background: none; display: block; border: 0 none; outline: none; height: 40px; line-height: 40px; }
    .search input { width: 96%; padding: 0 2%; font-size: 16px; color: #ababab; }
    .search button { position: absolute; top: 5px; right: 10px; width: 20px; cursor: pointer; }
    .search button img { width: 20px; }
    .search button:hover { opacity: 0.6; }
    .search input:focus {-webkit-box-shadow: inset 0px -2px 0px 0px rgba(171,171,171,1);
-moz-box-shadow: inset 0px -2px 0px 0px rgba(171,171,171,1);
box-shadow: inset 0px -2px 0px 0px rgba(171,171,171,1);}
    
/* END OF HEADER STYLES */

/* HEADER MEDIAQUERIES */
        @media all and (min-width:320px) {
            .logo a { line-height: 30px; font-size: 24px; }
            .logo p { font-size: 14px; line-height: 16px; }
            .header-menu li a { height: 35px; line-height: 35px; }
            .navigation-toggle {display: block;}
        }
    
         @media all and (min-width:560px) {
            .header-menu li a { height: 35px; line-height: 35px;}
            .header-menu ul { display: table; width: 100%; }
            .header-menu li { display: table-cell; vertical-align: top; width: auto !important; }
            /*.header-menu li a { padding: 0 20px; }*/
         }
         
         @media all and (min-width:660px) {
            .header-menu li a { height: 35px; line-height: 35px;}
            .header-menu li a img { width: 16px; }
         }
         
         @media all and (min-width:720px) {
            .header-menu li a img { width: 18px; }

         }
         
         @media all and (min-width:800px) {
         	.logo{padding: 5px 3px 0 3px;}
         	.navigation-toggle {display: none;}.header-lt { float: left; }
         	.header-rt { display: block !important; width: 70%; float: right; }
            .header-menu, .search { float: left; }
            .header-menu { width: 66%; }
            .header-menu li a { height: 40px; line-height: 40px; /*padding: 0 10px;*/ margin: 12px 3px; font-size: 16px;}
            .header-menu li a img { width: 16px; }
            .header-menu li.home-btn a { padding: 0 20px; }
            .search { width: 34%; margin-top: 12px;}
            .search button { right: 15px; }
            .search input, .search button { height: 40px; line-height: 40px; }
            .search input { width: 92%; padding: 0 4%; }
         }
    
         @media all and (min-width:938px) {
         	.header-menu li a {  font-size: 18px;}
            .header-lt { padding: 0; }
            .header-rt { margin: 0 3px 0 0; }
            .logo { /*padding: 10px 0 10px 3px; */}
            .logo a { line-height: 30px; font-size: 28px; }
         }
         
        @media all and (min-width:1244px) {
            
            .search input, .search button { height: 40px; line-height: 20px; margin-top: 0;}
            .search button { right: 15px; top: 1px; width: 26px; }
            .search button img { width: 20px; }
            .search { width: 33%; float: right; }

        }
        
        @media all and (min-width:1550px) {
            .logo a { line-height: 44px; font-size: 40px; }
            .header-rt { width: 1100px; }
            .header-menu li a { height: 55px; line-height: 55px;}
            .header-menu li a img { width: 18px; }
            .header-menu li.home-btn a { padding: 0 25px; }
            .search input, .search button { height: 55px; line-height: 20px; margin-top: 0;}
            .search button { right: 15px; top: 0; width: 26px; }
            .search button img { width: 26px; }
        }
/* END OF HEADER MEDIAQUERIES */

/* END OF HEADER */


/* DESCRIPTION */

/* DESCRIPTION STYLES */
.description {
	background-color: none; 
	color: #cfcfcf;
	margin: 10px 0;
	font-size: 12px;
}
/* END OF DESCRIPTION STYLES */

/* DESCRIPTION MEDIAQUERIES */
@media all and (max-width: 639px) {
	.description {
		display: none;
	}
}
/* END OF DESCRIPTION MEDIAQUERIES */

/* END OF DESCRIPTION */


/* POPULAR SEARCHES */

/* POPULAR SEARCHES STYLES */
.popular-searches {
	background-color: #222222;
	margin: 0 0 4px 0;
	padding: 4px 0 4px 0;
	color: #fff;
	line-height: 22px;
}
.popular-searches a {
	margin-bottom: 4px;
	padding: 0 4px;
	color: #ff0053;
}
.popular-searches a:hover {
	color: #ff7200;
	text-decoration: none;

}
/* END OF POPULAR SEARCHES STYLES */

/* END OF POPULAR SEARCHES */


/* TITLE */

/* TITLE STYLES */
.title {
	margin: 10px 0;
}
.title h1, .title h2, .title h3 {
	margin: 0;
	float: left;
	line-height: 34px;
}
.sort {
	float: right;
}
.sort li {
	display: inline-block;
}
.sort li.sort-title {
	margin-right: 10px;
}
.sort a {
	padding: 0 10px;
	display: block;
	color: #fff;
	line-height: 32px;
}
.sort a:hover, .sort a.active {
	color: #ff0053;
	text-shadow: 1px 1px #000000;
}

/* END OF TITLE STYLES */

/* TITLE MEDIAQUERIES */
@media all and (max-width: 639px) {
	.title .container {
		text-align: center;
	}
	.title h1, .title h2, .title h3 {
		display: inline-block;
		float: none;
		text-align: center;
		line-height: 24px;
	}
	.title-index {
		display: none;
	}
	.sort {
		display: inline-block;
		float: none;
		vertical-align: top;
		font-size: 12px;
		text-align: center;
	}
	.sort li.sort-title {
		display: none;
	}
	.sort a {
		padding: 0 5px;
		font-size: 11px;
		line-height: 24px;
	}
}
/* END OF TITLE MEDIAQUERIES */

/* END OF TITLE */


/* THUMBS */

/* THUMBS STYLES */
.thumbs {
	margin: 10px 0;
}
.thumbs-container {
	margin: 0 -2px;
}
.th {
	position: relative;
	width: calc(25% - 4px);
	margin: 0 2px 4px 2px;
	float: left;
}
.th-image {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.th-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #303030;
}
.th-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 4px 0 0 0;
	padding: 4px 0;
	background: rgba(0, 0, 0, 0.6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #999999;
	text-align: center;
}
.th a:hover .th-title {
	color: #ff7200;
	text-shadow: 1px 1px #000000;
}
.th-info {
	height: 28px;
	padding: 0;
	border: 1px solid #303030;
	font-size: 12px;
	line-height: 28px;
	color: #999999;	
	background-color: #191919;
}
.th:hover .th-info {
	background-color: #191919;
}
.th-date {
	padding: 0 5px;
	float: left;
	/*border-right: 1px solid #303030;*/
	color: #999999;
}
.th a:hover .th-date {
	color: #999999;
}
.th-views {
	margin-right: 28px;
	padding: 0 5px;
	/*border-right: 1px solid #303030;*/
	float: right;
}
.th a:hover .th-views {
	color: #999999;
}
.th-description {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ffffff;
	line-height: 24px;
}
.th a:hover .th-description {
	color: #ff0053;
	text-shadow: 1px 1px #000000;
}
.th-duration {
	position: absolute;
	top: 3px;
	right: 3px;
	height: 24px;
	padding: 0 8px;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	font-size: 11px;
	color: #ffffff;
	line-height: 24px;
}
.th a:hover .th-duration {
	color: #ffffff;
}
.th-source {
	position: absolute;
	top: 3px;
	left: 3px;
	height: 24px;
	padding: 0 8px;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	font-size: 11px;
	line-height: 24px;
}
.th-flag {
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 3px;
	font-size: 11px;
	text-align: center;
	line-height: 28px;
	color: #999999;
}
.th-source a {
	color: #fff;
}
.th-source a:hover {
	color:#ff7200;
	text-shadow: 1px 1px #000000;
}
.th-flag a:hover {
	color: #ff7200;
}
/* END OF THUMBS STYLES */

/* THUMBS MEDIAQUERIES */
@media all and (max-width: 360px) {
	.th-info {
		display: none;
	}
	.th-source, .th-duration {
		height: 18px;
		background: rgba(0, 0, 0, 0.5);
		line-height: 18px;
	}
	.th-source, .th-duration {
		padding: 0 4px;
	}
	.th-description {
		height: 18px;
		background: rgba(0, 0, 0, 0.5);
		font-size: 12px;
		line-height: 18px;
	}
}
@media all and (max-width: 639px) {
	.th {
		width: calc(50% - 4px);
	}
	.th-title {
		font-size: 14px;
	}
	.th-date i, .th-views i {
		display: none;
	}
}
@media all and (min-width: 640px) and (max-width: 1023px) {
	.th {
		width: calc(33.33% - 4px);
	}
}
@media all and (min-width: 1281px) and (max-width: 1599px) {
	.th {
		width: calc(20% - 4px);
	}
}
@media all and (min-width: 1600px) {
	.th {
		width: calc(16.66% - 4px);
	}
}
/* END OF THUMBS MEDIAQUERIES */

/* END OF THUMBS */


/* PAGINATOR */

/* PAGINATOR STYLES */
.paginator {
	margin: 40px 0;
	color: #fff;
}
.paginator .container {
	text-align: center;
}
.paginator li {
	display: inline-block;
}
.paginator a {
	min-width: 36px;
	padding: 0 10px;
	display: block;
	background-color: #191919;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 32px;
}
.paginator a:hover {
	background-color: #ff7200;
	color: #fff;
	text-shadow: 1px 1px #000000;
}
.paginator a.active {
	background-color: #ff7200;
	color: #ffffff;
	cursor: default;
	text-shadow: 1px 1px #000000;
}
.paginator a.active:hover {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}
.paginator span {
	padding: 0 10px;
}
/* END OF PAGINATOR STYLES */

/* PAGINATOR MEDIAQUERIES */
@media all and (max-width: 480px) {
	.paginator {
		margin: 30px 0 25px 0;
	}
	.paginator li {
		margin-bottom: 5px;
	}
}
/* END OF PAGINATOR MEDIAQUERIES */

/* END OF PAGINATOR */


/* BANNERS */

/* BANNERS STYLES */
.banners {
	width: 100%;
	height: 250px;
	margin: 40px 0;
	overflow: hidden;
	text-align: center;
}
.banner-container {
	width: 25%;
	float: left;
	text-align: center;
}
.banner {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	display: inline-block;
}
/* END OF BANNERS STYLES */

/* END OF BANNERS */


/* TOPLIST */

/* TOPLIST STYLES */
.toplist {
	color: #ff0053;
	background-color: #191919;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	text-shadow: 1px 1px #000000;
}
.toplist ul {
	width: 100%;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	-o-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.toplist li {
	padding: 4px 0;
}
.toplist a:hover {color:#ff7200;text-shadow: 1px 1px #000000;}
.video-top {
	float: left;
	width: 220px;
	margin-right: 5px;
}
/* END OF TOPLIST STYLES */

/* TOPLIST MEDIAQUERIES */
@media all and (max-width: 479px) {
	.toplist ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		-o-column-gap: 10px;
		column-gap: 10px;
		font-size: 12px;
	}
}
@media all and (min-width: 480px) and (max-width: 767px) {
	.toplist ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		-o-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		-o-column-gap: 10px;
		column-gap: 10px;
		font-size: 12px;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.toplist ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		-o-column-count: 4;
		column-count: 4;
	}
}
/* END OF TOPLIST MEDIAQUERIES */

/* END OF TOPLIST */


/* MODELS */

/* MODELS STYLES */
.models {
	color: #fff;
	background-color: #191919;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	text-shadow: 1px 1px #000000;
}
.models ul {
	width: 100%;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	-o-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.models li {
	padding: 4px 0;
}
.models li span {
	float: right;
	color: #cfcfcf;
	text-shadow: 1px 1px #000000;
}
.models ul li a{color:#ff0053;text-shadow: 1px 1px #000000;}
.models ul li a:hover{color:#ff7200;text-shadow: 1px 1px #000000;}
/* END OF MODELS STYLES */

/* MODELS MEDIAQUERIES */
@media all and (max-width: 479px) {
	.models ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		-o-column-gap: 10px;
		column-gap: 10px;
		font-size: 12px;
	}
}
@media all and (min-width: 480px) and (max-width: 767px) {
	.models ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		-o-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		-o-column-gap: 10px;
		column-gap: 10px;
		font-size: 12px;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.models ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		-o-column-count: 4;
		column-count: 4;
	}
}
/* END OF MODELS MEDIAQUERIES */

/* END OF MODELS */


/* VIDEO */

/* VIDEO STYLES */
.video-section {
	margin: 0 auto 10px auto;
	max-width: 1600px;
}
.video-container {
	width: calc(80% - 320px);
	float: left;
}
.player-container {
	position: relative;
	width: 100%;
	padding: 56.225% 0 0 0;
	background: #242424;
}
.player-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.video-info {
	padding: 12px 10px;
}
.video-info span {
	margin-right: 20px;
	display: inline-block;
}
.video-info span b {
	font-weight: 400;
	color: #cfcfcf;
	text-shadow: 1px 1px #000000;
}
.video-sponsor a {
	color: #ff7200;
	text-shadow: 1px 1px #000000;
}
.video-sponsor a:hover {
	color: #ff0053;
	text-shadow: 1px 1px #000000;
}
.video-report {
	float: right;
	color: #ff0053;
	text-shadow: 1px 1px #000000;
}
.video-report i {
	color: #ff0053;
}
.video-report:hover, .video-report:hover i {
	color: #cfcfcf;
	text-shadow: 1px 1px #000000;
}
.video-links {
	margin: 10px 0;
}
.video-links a {
	color: #ff7200;
	text-decoration: underline;
	text-shadow: 1px 1px #000000;
}
.video-links a:hover {
	color:#ff0053;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
}
/* END OF VIDEO STYLES */

/* VIDEO MEDIAQUERIES */
@media all and (max-width: 360px) {
	.video-report {
		float: none;
	}
	.video-info span {
		padding: 2px 0;
		display: block;
	}
}
@media all and (max-width: 639px) {
	.video-section .container {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.video-data {
		margin: 0;
		text-align: left;
	}
	.video-links {
		margin: 10px;
	}
}
@media all and (max-width: 1124px) {
	.video-section {
		margin-bottom: 0;
	}
	.video-container {
		width: 100%;
		float: none;
	}
	.video-top {
   	 	width: 100%;
    	margin-right: 0px;
    	margin-left: 0px;
	}
	.tp {
    	width: 33%;
    	float: left;
    	margin: 0 0px 4px 1px;
	}
}
/* END OF VIDEO MEDIAQUERIES */

/* END OF VIDEO */


/* DISCLAIMER */

/* DISCLAIMER STYLES */
.disclaimer {
	background-color: #000;
	margin: 10px 0 0 0;
}
.disclaimer .logo {
	margin-top: 0;
	margin-right: 60px;
}
.disclaimer-text {
	padding-top: 4px;
	font-size: 16px;
}
/* END OF DISCLAIMER STYLES */

/* DISCLAIMER MEDIAQUERIES */
@media all and (max-width: 639px) {
	.disclaimer .container {
		text-align: center;
	}
	.disclaimer .logo {
		margin: 0 auto;
		float: none;
	}
	.disclaimer-text {
		margin-top: 10px;
		font-size: 12px;
	}
}
@media all and (min-width: 640px) and (max-width: 1023px) {
	.disclaimer .logo {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.disclaimer-text {
		font-size: 12px;
	}
}
@media all and (min-width: 1600px) {
	.disclaimer-text {
		padding-top: 12px;
	}
}
/* END OF DISCLAIMER MEDIAQUERIES */

/* END OF DISCLAIMER */


/* FOOTER */

/* FOOTER STYLES */
.footer {
	background-color: #000;
	padding: 12px 0;
}
.footer .container {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #ff0053;
	text-decoration: underline;
}
/* END OF FOOTER STYLES */

/* END OF FOOTER */

/* ad_blocks */
.block-pub-side {
 float: left;
 position: relative;
 margin: 5px 0px 0px 5px;
}
.hide--first > *:first-child {
 display: none;
}
.close {
 float: right;
 font-size: 21px;
 font-weight: 700;
 line-height: 1;
 color: #000;
 text-shadow: 0 1px 0 #000;
 filter: alpha(opacity=20);
 opacity: .2;
}
.close {
 float: none;
 opacity: 0.8;
 color: #fff;
}
.close:focus, .close:hover {
 color: #ff0053;
 text-decoration: none;
 cursor: pointer;
 opacity: 0.8;
}
.adPlBlock{
 position: absolute;
 top: 20%;
 left: 45%;
 margin: 0 0 0 -316px;
 width: 635px;
 height:auto;
 z-index: 12;
 background: rgba(0,0,0,0.50);
 display: block;
 overflow: hidden;
 text-align: center;
}
.pl_spot {
 float: left;
 margin: 5px 0px 5px 10px;
 overflow: hidden;
 width: 300px;
 height: 250px;
}
.p_spot {padding-bottom: 5px;}
.m_spot {text-align: center;padding: 0px;overflow: hidden;margin: 0px auto;}
.bottom-adv {
 margin: 10px 0 10px;
 text-align: center;
 font-size: 0;
 background-color: none;
}
.bottom-adv .p_spot, .bottom-adv .m_spot, .bottom-adv .w_spot, .bottom-adv .q_spot {
 display: inline-block;
 vertical-align: top;
 width: 305px;
 overflow: hidden;
 margin: 1px;
}
/* end ad_blocks */

/* @media css for banners */
@media (min-width: 1300px) { .adPlBlock { top: 25%;left: 45%; }}

@media (max-width: 1124px){
  .block-pub-side {
  width: 100%;
  position: relative;
  margin: 5px auto 0;
 }
 .playerAd {
  width: 620px;
  margin: 0px auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
 }
 .block-pub-side .p_spot {
  margin: 0px 5px;
  float: left;
  flex-grow: 1;
  text-align: center;
 }
 .adPlBlock {
  position: absolute;
  top: 45%;
  left: 50%;
  margin: 0 0 0 -316px;
  width: 635px;
  height: auto;
  z-index: 12;
  display: block;
  overflow: hidden;
  text-align: center;
 }
}

@media (max-width: 876px) {
 .playerAd {width: 100%;}
 .adPlBlock, .wrapperPag {display:none;}
 .m_spot {
  padding: 0px;
  margin: 0px auto;
 }
 #div1 { display: none!important;  }
}

@media (max-width: 861px) {
  .playerAd {
    width: 100%;
  }
  .adPlBlock {
	  display: none;
  }
  .box {
    padding: 10px 0px;
  }
	#div1 {
		display: none!important;
	}
}
/* end @media css for banners */

/* report */
.rprt_block { border: 1px solid; max-width: 792px; margin: 0 auto; text-align: center; border-radius: 15px; margin-top: 20px; }
.rprt_block A { color: #fff; }
.note { background-color: #ff397d; margin: 10px; padding: 15px; border-radius: 15px; margin-bottom: 10px; color: #000; }
.note B { font-size: 25px; }
/* report END */
.terms {text-align: left;}
.terms P {padding: 4px;}
.terms LI {margin-left: 10px;}
.models li strong {
	text-transform: uppercase;
}
.video-section {
	max-width: 1600px;
}