/* DEFAULT */

/* DEFAULT STYLES */
* {
	outline: none;
}
body {
	background: #1D1D1F;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #A1BABE;
	text-align: center;
}
a {
	color: #E0EAED;
	text-decoration: none;
}
a:hover {
	color: #3D98ED;
}
h1, h2, h3 {
	margin: 10px 0;
	font-size: 20px;
	font-weight: 700;
	color: #E0EAED;
	text-transform: uppercase;
	text-shadow: 0 0 5px #3D98ED;
}
.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: 4px 0;
	font-size: 12px;
	text-transform: uppercase;
}
.network li {
	margin: 0 10px 0 0;
	display: inline-block;
}
.network a {
	color: #3D98ED;
}
.network a:hover {
	color: #E0EAED;
}
/* 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 */
.header {
	border-top: 1px solid #A1BABE;
	border-bottom: 1px solid #A1BABE;
}
.logo {
	margin: -5px 0 0 0;
	float: left;
}
.logo-1 {
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "PT Sans Caption", sans-serif;
	font-size: 36px;
}
.logo-2 {
	background: -webkit-linear-gradient(top, #ffffff 0%,#3D98ED 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "PT Sans Caption", sans-serif;
	font-size: 36px;
}
.logo-desc {
	text-align: center;
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-family: "EB Garamond", sans-serif;
	text-transform: uppercase;
}
.navigation-toggle {
	margin-top: 8px;
	display: none;
	float: right;
	font-size: 36px;
}
.navigation-toggle.toggled {
	color: #3D98ED;
}
.navigation {
	margin: 15px 0 15px 60px;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
}
.navigation li {
	display: inline-block;
	line-height: 32px;
}
.navigation a {
	padding: 0 10px;
	display: block;
	border-radius: 3px;
}
.navigation a:hover, .navigation a.active {
	background: #A1BAB4;
}
.search {
	position: relative;
	width: 100%;
	max-width: 330px;
	margin: 13px 0;
	float: right;
}
.input-search {
	width: 100%;
	height: 36px;
	padding: 0 46px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-radius: 3px;
	background: #E0EAED;
}
.input-search:focus {
	-webkit-box-shadow: 0px 0px 6px 0px #3D98ED;
	-moz-box-shadow: 0px 0px 6px 0px #3D98ED;
	box-shadow: 0px 0px 6px 0px #3D98ED;
}
.button-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	border: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #E0EAED;
	/*background: -moz-linear-gradient(top,  #c556b6 0%, #bb11a5 100%);
	background: -webkit-linear-gradient(top,  #c556b6 0%,#bb11a5 100%);
	background: linear-gradient(to bottom,  #c556b6 0%,#bb11a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c556b6', endColorstr='#bb11a5',GradientType=0 );*/
	color: #1D1D1F;
	cursor: pointer;
}
.button-search:hover {
	/*background: #c556b6;*/
}
/* END OF HEADER STYLES */

/* HEADER MEDIAQUERIES */
@media all and (max-width: 480px) {
	.navigation li {
		display: block;
		text-align: left;
	}
}
@media all and (max-width: 639px) {
	h1, h2, h3 {
		font-size: 16px;
	}
	.network {
/*		display: none; */
	}
	.logo {
		margin-bottom: 5px;
	}
	.navigation-toggle {
		display: block;
	}
	.navigation {
		margin: 20px auto 5px auto;
		display: none;
		float: none;
		font-size: 14px;
		text-align: center;
		clear: both;
	}
	.search {
		max-width: 100%;
		margin-top: 0;
		display: none;
		/*float: none;*/
	}
}
@media all and (min-width: 640px) {
	.navigation, .search {
		display: block !important;
	}
}
@media all and (min-width: 640px) and (max-width: 1023px) {
	.navigation {
		margin-left: 0;
		float: right;
	}
	.navigation li {
		font-size: 14px;
	}
	.search {
		max-width: 100%;
		margin-top: 0;
	}
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	.navigation li {
		font-size: 14px;
	}
	.search {
		max-width: 240px;
	}
}
@media all and (min-width: 1600px) {
	.navigation li {
		margin-right: 10px;
	}
	.search {
		max-width: 440px;
	}
}
@media all and (min-width: 1920px) {
	.navigation li {
		margin-right: 20px;
	}
	.search {
		max-width: 550px;
	}
}
/* END OF HEADER MEDIAQUERIES */

/* END OF HEADER */


/* DESCRIPTION */

/* DESCRIPTION STYLES */
.description {
	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 {
	margin: 10px 0;
}
.popular-searches a {
	text-decoration: underline;
}
.popular-searches a:hover {
	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;
	border: 1px solid #A1BABD;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	text-transform: uppercase;
	line-height: 32px;
}
.sort a:hover, .sort a.active {
	border-color: #A1BAB5;
	-webkit-box-shadow: 0px 0px 2px 0px #A1BAB5;
	-moz-box-shadow: 0px 0px 2px 0px #A1BAB5;
	box-shadow: 0px 0px 2px 0px #A1BAB5;
}
/* 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;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.th a:hover .th-image img {
	border-color: #3D98ED;
	-webkit-box-shadow: 0px 0px 4px 0px #3D98ED;
	-moz-box-shadow: 0px 0px 4px 0px #3D98ED;
	box-shadow: 0px 0px 4px 0px #3D98ED;
}
.th-title {
	width: 100%;
	margin: 4px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	text-align: center;
}
.th-info {
	padding: 4px 0 0 0;
	font-size: 12px;
	color: #A1BABE;
}
.th-date {
	float: left;
}
.th-views {
	float: right;
}
.th-description {
	width: 100%;
	height: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
}
.th-duration {
	position: absolute;
	bottom: 41px;
	right: 29px;
	height: 24px;
	padding: 0 8px;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	font-size: 11px;
	line-height: 24px;
}
.th a:hover .th-duration {
	color: #E0EAED;
}
.th-source {
	position: absolute;
	bottom: 41px;
	left: 3px;
	height: 24px;
	padding: 0 8px;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	font-size: 11px;
	line-height: 24px;
}
.th-flag {
	position: absolute;
	bottom: 41px;
	right: 3px;
	width: 24px;
	height: 24px;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	font-size: 11px;
	text-align: center;
	line-height: 24px;
}
/* END OF THUMBS STYLES */

/* THUMBS MEDIAQUERIES */
@media all and (max-width: 360px) {
	.th-date i, .th-views i {
		display: none;
	}
	.th-flag, .th-source, .th-duration {
		height: 18px;
		background: rgba(0, 0, 0, 0.5);
		line-height: 18px;
	}
	.th-flag {
		width: 18px;
	}
	.th-source, .th-duration {
		padding: 0 4px;
	}
	.th-duration {
		top: 3px;
		right: auto;
		bottom: auto;
		left: 3px;
	}
	.th-description {
		font-size: 12px;
	}
}
@media all and (max-width: 639px) {
	.th {
		width: calc(50% - 4px);
	}
	.th-title {
		font-size: 14px;
	}
}
@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;
}
.paginator .container {
	text-align: center;
}
.paginator li {
	display: inline-block;
	color: #E0EAED;
}
.paginator a {
	min-width: 36px;
	padding: 0 10px;
	display: block;
	border: 1px solid #A1BAB5;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	text-transform: uppercase;
	line-height: 32px;
}
.paginator a:hover {
	border-color: #3D98ED;
	-webkit-box-shadow: 0px 0px 2px 0px #3D98ED;
	-moz-box-shadow: 0px 0px 2px 0px #3D98ED;
	box-shadow: 0px 0px 2px 0px #3D98ED;
}
.paginator a.active {
	border: 0;
	background: #3D98ED;
	/*background: -moz-linear-gradient(top,  #c556b6 0%, #bb11a5 100%);
	background: -webkit-linear-gradient(top,  #c556b6 0%,#bb11a5 100%);
	background: linear-gradient(to bottom,  #c556b6 0%,#bb11a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c556b6', endColorstr='#bb11a5',GradientType=0 );*/
	line-height: 34px;
	cursor: default;
}
.paginator a.active:hover {
	color: #E0EAED;
}
.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 */

/* BANNERS MEDIAQUERIES */
@media all and (max-width: 639px) {
	.banners {
		margin: 30px 0;
	}
	.banner-container {
		width: 100%;
	}
	.banner-container:nth-child(2) {
		display: none;
	}
	.banner-container:nth-child(3) {
		display: none;
	}
	.banner-container:nth-child(4) {
		display: none;
	}
}
@media all and (min-width: 640px) and (max-width: 959px) {
	.banner-container {
		width: 50%;
	}
	.banner-container:nth-child(3) {
		display: none;
	}
	.banner-container:nth-child(4) {
		display: none;
	}
}
@media all and (min-width: 960px) and (max-width: 1279px) {
	.banner-container {
		width: 33.33%;
	}
	.banner-container:nth-child(4) {
		display: none;
	}
}
/* END OF BANNERS MEDIAQUERIES */

/* END OF BANNERS */


/* TOPLIST */

/* TOPLIST STYLES */
.toplist {
	margin: 40px 0;
	color: #3D98ED;
}
.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;
	border-bottom: 1px dotted #312d2d;
	text-transform: capitalize;
}
/* 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: #3D98ED;
}
.models li strong {
	text-transform: uppercase;
}
.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;
	border-bottom: 1px dotted #312d2d;
	text-transform: capitalize;
}
.models li span {
	float: right;
	color: #A1BABE;
	text-transform: none;
	font-size: 10px;
}
/* END OF MODELS STYLES */

/* MODELS MEDIAQUERIES */
@media all and (max-width: 479px) {
	.models ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
		-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: 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: 768px) and (max-width: 1023px) {
	.models ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		-o-column-count: 4;
		column-count: 4;
		font-size: 10px;
	}
}
/* END OF MODELS MEDIAQUERIES */

/* END OF MODELS */


/* VIDEO */

/* VIDEO STYLES */
.video-section {
	margin: 0 auto 10px auto;
}
.video-container {
	width: calc(100% - 320px);
	float: left;
}
.player-container {
	position: relative;
	width: 100%;
	padding: 56.225% 0 0 0;
	background: #000000;
}
.player-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.video-info {
	padding: 12px 0;
	border-bottom: 1px solid #A1BABE;
}
.video-info span {
	margin-right: 20px;
	display: inline-block;
}
.video-info span b {
	font-weight: 400;
	color: #E0EAED;
}
.video-sponsor a {
	color: #3D98ED;
}
.video-sponsor a:hover {
	color: #E0EAED;
}
.video-report {
	float: right;
	color: #3D98ED;
}
.video-report i {
	color: #A1BABE;
}
.video-report:hover, .video-report:hover i {
	color: #E0EAED;
}
.video-links {
	margin: 10px 0;
}
.video-links a {
	text-decoration: underline;
}
.video-links a:hover {
	text-decoration: none;
}
.ntv {
	width: 300px;
	float: right;
}
.ntv .banner {
	display: block;
}
.ntv .banner:first-child {
	margin-bottom: 20px;
}
/* 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 10px;
		text-align: left;
	}
	.ntv .banner:last-child {
		display: none;
	}
}
@media all and (max-width: 1024px) {
	.video-section {
		margin-bottom: 0;
	}
	.video-container {
		width: 100%;
		float: none;
	}
	.ntv {
		width: 100%;
		margin-top: 20px;
		float: none;
		text-align: center;
	}
	.ntv .banner {
		margin: 0 auto;
		display: inline-block;
	}
	.ntv .banner:first-child {
		margin: 0 auto;
	}
}
/* END OF VIDEO MEDIAQUERIES */

/* END OF VIDEO */


/* DISCLAIMER */

/* DISCLAIMER STYLES */
.disclaimer {
	margin: 10px 0;
}
.disclaimer .logo {
	margin-right: 60px;
}
.disclaimer-text {
	color: #E0EAED;
}
/* 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 {
	padding: 12px 0;
	border-top: 1px solid #A1BABE;
}
.footer .container {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
/* 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: #E0EAED;
}
.close:focus, .close:hover {
 color: #3D98ED;
 text-decoration: none;
 cursor: pointer;
 opacity: 0.8;
}
.adPlBlock{
 position: absolute;
 top: 25%;
 left: 35%;
 margin: 0 0 0 -316px;
 width: 635px;
 height:auto;
 z-index: 12;
 background: rgba(0,0,0,0.50);
 border: 1px solid rgba(0,0,0,1.00);
 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: #191919;
 /*border-top: 1px solid #F9FFFD;
 border-bottom: 1px solid #F9FFFD;*/
}
.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: 40%; }}
@media (min-width: 1700px) { .adPlBlock { top: 40%;left: 40%; }}

@media (max-width: 1024px){
  .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: 25%;
  left: 50%;
  margin: 0 0 0 -316px;
  width: 635px;
  height: auto;
  z-index: 12;
  border: 1px solid rgba(0,0,0,1.00);
  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: #E0EAED; }
.note { background-color: #3D98ED; margin: 10px; padding: 15px; border-radius: 15px;  }
.note B { font-size: 25px; }
/* report END */
.terms {text-align: left;}
.terms P {padding: 4px;}
.terms LI {margin-left: 10px;}