@charset "utf-8";

/* --------------- reset --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline: none;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	font-family: 'Lucida Sans Unicode', sans-serif;
}
img{display:inline-block;}
html { height:100%; }
body { height:auto !important; height:100%; min-height:100%; position:relative; max-width:2000px; margin-left:auto; margin-right:auto;}
h1 {
    font-size: 28px;
    color: #eceaea;
    display: inline-block;
	line-height: 1.6em;
}
h3 a{
    text-transform: capitalize;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
a {                                      	
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {						
	border-collapse:collapse; 
	border-spacing:0;
}
td, td img {
	vertical-align:top;			
} 
input, select, button, textarea {
	margin:0; 				
	font-size:100%; 
	outline: none;	
}
input[type="text"], input[type="password"], textarea {
	padding:0; 				
}
input[type="checkbox"] { 		
	vertical-align:bottom;
}
input[type="radio"] {
	vertical-align:text-bottom;
}
sub {
	vertical-align:sub;
	font-size:smaller;
}
sup {
	vertical-align:super;
	font-size:smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset --------------- */

/* --------------- fix styles ---------*/
.cc { clear:both; }
.container { width:100%;}
.container:after, .cfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.hidden { display:none; }
.show { display:block!important; }
.no-margin { margin:0!important; }
.no-padding { padding:0!important; }
.no-bg { background:none!important; }
.no-border, a img { border:none!important; }
.img-repl { text-indent:-9999px; overflow:hidden; display:block; }
.left{float:left;}
.right{float:right;}
.center{margin: 0 auto;display: block;}
.txtleft{text-align:left;}
.txtright{text-align:right;}
.txtcenter{text-align:center;}
/* --------------- /fix styles ---------*/

/* --------------- main styles ---------*/
html {
	overflow-y:scroll;
}
body {
	position: relative;
	line-height:1;
	background: #000;
	color: #9a9a9a;
	text-align:left;
	font-family: 'Kelly Slab', cursive;
	font-size: 12px;
}
input, select, button, textarea {
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
a, a:visited {
	color:#aa0000;
	text-decoration:none;
}
a:hover {
	color:#454545;
	text-decoration:none;
}
a:focus, a:active {
	color:#aa0000;
	text-decoration:none;
}
.header, .footer, .content{
	width:100%;
	margin:0 auto;
	padding:0px;
	position:relative;
	display: block;
}
.page-layout {
	margin:0 auto;
	padding:0px 15px;
	position:relative;
	display: block;
	max-width: 1900px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.page-layout:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}


/* --------------- /main styles ---------*/


/* --------------- header styles ---------*/

.header{
	background: #000;
}
.header .logo{
	float: left;
	margin: 15px 0 0;
}


.header .menu-btns{
	margin-top: 10px;
	margin-left: 10px; 
	display: inline-block;
}
.header .menu-btns a.menu-btn{
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
}
.header .menu-btns a.menu-btn:hover{
	color: #fff;
	text-decoration: none;
}
.header .menu-btns a.menu-btn span{
	border-bottom: 2px solid orangered;
	margin-left: 3px;
	/* margin-top: 2px; */
	padding-bottom: 3px;
}
.header .menu-btns a.menu-btn:hover span{
	border-bottom: 1px dotted transparent;
}
.header .menu-btns a.menu-btn i{
	display: inline-block;
	width: 36px;
	height: 34px;
	margin-right: 0;
	vertical-align: middle;
}

/*
.header .menu-btns a.menu-btn i.ico-tag{   background-position: 0 0;}
.header .menu-btns a.menu-btn i.ico-tube{  background-position: -36px 0;}
.header .menu-btns a.menu-btn i.ico-model{ background-position: -72px 0;}
.header .menu-btns a.menu-btn i.ico-lang{ background-position:  -106px 0;}
.header .menu-btns a.menu-btn i.ico-cam{ background-image: url('../img/ico-cam.png');}
.header .menu-btns a.menu-btn i.ico-dating{ background-image: url('../img/ico-dating.png');}

.header .menu-btns a.menu-btn:hover i.ico-tag{   background-position: 0 -34px;}
.header .menu-btns a.menu-btn:hover i.ico-home{  background-position: 0 -34px;}
.header .menu-btns a.menu-btn:hover i.ico-tube{  background-position: -36px -34px;}
.header .menu-btns a.menu-btn:hover i.ico-model{ background-position: -72px -34px;}
.header .menu-btns a.menu-btn:hover i.ico-lang{	 background-position: -106px -34px;}
*/
i.ico-flag{
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 5px;
}
.ico-en{background: url('/img/flags/en.png') no-repeat center center;}
.ico-cs{background: url('/img/flags/cs.png') no-repeat center center;}
.ico-de{background: url('/img/flags/de.png') no-repeat center center;}
.ico-es{background: url('/img/flags/es.png') no-repeat center center;}
.ico-fr{background: url('/img/flags/fr.png') no-repeat center center;}
.ico-it{background: url('/img/flags/it.png') no-repeat center center;}
.ico-ru{background: url('/img/flags/ru.png') no-repeat center center;}
.ico-ja{background: url('/img/flags/ja.png') no-repeat center center;}
.ico-da{background: url('/img/flags/da.png') no-repeat center center;}
.ico-fi{background: url('/img/flags/fi.png') no-repeat center center;}
.ico-el{background: url('/img/flags/el.png') no-repeat center center;}
.ico-pt{background: url('/img/flags/pt.png') no-repeat center center;}
.ico-nl{background: url('/img/flags/nl.png') no-repeat center center;}
.ico-sv{background: url('/img/flags/sv.png') no-repeat center center;}
.ico-no{background: url('/img/flags/no.png') no-repeat center center;}
.ico-pl{background: url('/img/flags/pl.png') no-repeat center center;}
.ico-ko{background: url('/img/flags/ko.png') no-repeat center center;}
.ico-hu{background: url('/img/flags/hu.png') no-repeat center center;}
.ico-sl{background: url('/img/flags/sl.png') no-repeat center center;}
.ico-sk{background: url('/img/flags/sk.png') no-repeat center center;}

.header .addthis_sharing_toolbox{
	float: right;
}
.header-content .right{
	padding-top: 19px;
}
.header-content{
	margin-left: 340px;
}
.header-desc{
	color: #a09f94;
	font-size: 14px;
	padding: 10px 30px;
}
.mh-btn{
	position: absolute;
	top: 12px;
	display: none;
}
.mh-btn.show-menu{ right: 2px;}
.mh-btn i{
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
}
.mh-btn.show-menu i{	background: url('../img/bnt-menu.png') no-repeat center center;}


.trends .title{
	text-transform: uppercase;
	color: #9a9a9a;
	font-size: 14px;
	padding: 10px 0;
}
.trends a{
	color: #aa0000;
	background: url('../img/ico-arr-trand.png') no-repeat left center;
	padding: 0 10px;
}
.trends a:hover{
	color: #716c72;
}
.trends a:hover span{
	border-bottom: 1px dotted #909090;
}




.header-bott{
	width: 100%;
	display: block;
	margin: 5px 0 15px 0;
	text-align: center;
	
}
.search-box-wrap,
.sort-boxes{
	display: inline-block;
	vertical-align: top;
	max-width: 800px;
	width: 100%;
}
.sort-boxes{
	width: 190px;
}

.search-box{
	position: relative;
	vertical-align: top;
	display: block;
	height: 48px;
	padding: 0 48px 0 0;
	margin: 4px 10px 0 0;
	background: #222;
	border-radius: 25px;
    box-shadow: 2px 5px 15px 0 rgb(133, 20, 8);
	-webkit-box-shadow: 2px 5px 15px 0 rgb(133, 20, 8);
	-moz-box-shadow: 2px 5px 15px 0 rgb(133, 20, 8);
	
}
.search-box .input-wrap {
	display: block;
	width: 100%
}
.search-box input {
	vertical-align: top;
}
.search-box input[type=text] {
	border: none;
	background: #222;
	border-radius: 25px;
	width: 100%;
	height: 48px;
	font: normal 14px/48px Verdana, sans-serif;
	color: #fff;
	padding-left:15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}
.search-box input[type=submit] {
	cursor: pointer;
	overflow:hidden;
	width:  48px;
	height: 48px;
	background: url('../img/search-btn.png') no-repeat center center #911e18;
	border-radius: 25px;
	text-indent:-9999px;
	font-size:0;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}



.sort-box{
	display: inline-block;
	width: 90px;
	vertical-align: top;
	color: #555555;
}
.sort-box .drop-box{
	display: block;
	position: relative;
}
.sort-box .drop-btn{
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #676767;
	display: block;
	overflow: hidden;
	width: 100%;
}
.sort-box .drop-btn i{
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('../img/ico-sprite2.png');
	margin: 0 auto 2px auto;
}
.sort-box .drop-btn i.ico-popular{  	background-position: 0 0;}
.sort-box .drop-btn i.ico-duration{  	background-position: -32px 0;}
.sort-box .drop-btn i.ico-orientation{ 	background-position: -64px 0;}
.sort-box .drop-btn i.ico-lang{ 		background-position: -96px 0;}

.sort-box:hover .drop-btn i.ico-popular{ 		background-position: 0 -32px;}
.sort-box:hover .drop-btn i.ico-duration{  		background-position: -32px -32px;}
.sort-box:hover .drop-btn i.ico-orientation{	background-position: -64px -32px;}
.sort-box:hover .drop-btn i.ico-lang{ 			background-position: -96px -32px;}

.sort-box .drop-btn span{
	border-bottom: 1px dotted #909090;
	padding: 0 2px;
}
.sort-box .drop-box:hover .drop-btn,
.sort-box .drop-btn:hover{
	color: #aa0000;
	text-decoration: none;
}
.sort-box:hover .drop-btn span,
.sort-box .drop-btn:hover span{
	border-color: transparent; 
}
.sort-box .drop-content{
	display: none;
	position: absolute;
	top: 56px;
	left: 0px;
	background: #ffffff;
	z-index: 100;
	width: 80px;
	padding: 5px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.sort-box .drop-box.dropped .drop-content{
	display: block;
}
.sort-box .drop-content .title{
	font-size: 0;
	width: 90px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
	top: -60px;
	cursor: pointer;
}
.sort-box .drop-content a{
	display: block;
	padding: 5px 5px;
	color: #515151;
	text-align: left;
}
.sort-box .drop-content .current,
.sort-box .drop-content a:hover{
	background: #ffffff;
	color: #f7445d;
	text-decoration: none;
}





/* --------------- /header styles ---------*/


/* --------------- fancybox styles ---------*/
.popup-box {
	background: #333;
	display: none;
	font-size: 12px;
	position: absolute;
	z-index: 500;
	max-width: 1200px;
	width:83%;
	margin-top: 15px;
	padding: 11px;
}
.popup-box .b-close {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url('../img/ico-close.png') no-repeat center center;
}

.list-box .letter{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top:10px;
}
.letter span{
	border-bottom: 1px solid #777;
    
	color: orangered;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 5px;
    width: 99%;
}
.list-box ul{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	width: 100%;
}
.list-box ul li{
	display: block;
	float: left;
	width: 280px;
	margin: 5px 20px 0 0;
	font-size: 16px;
	line-height: 1em;
}

.list-box ul li a{
	color: #999;
}
.list-box ul li a:hover{
	color: #fff;
}


/* --------------- /fancybox styles ---------*/

/* --------------- title line styles ---------*/
.related{
	font-size: 14px;
	color: orangered;
	font-weight: bold;
	margin-right: 5px;
}
.title-line{
	display: block;
	width: 100%;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
	font-size: 30px;
	line-height: 24px;
}
.title-line span.type{
	color: #ddd;
	padding: 0 1px;
}
.title-line span.name{
    color: #777;
    font-size: 14px;
}

.title-line span.related{
	font-size: 12px;
}
.title-line .sortblock{
	float: right;
	display: block;
	width: 280px;
}
.title-line .sorted{
	color: #eee;
	font-size: 12px;
	margin-left: 10px;
    
	/* background-color: #333; */
    
	/* border-color: #777; */
    
	/* border-style: solid; */
    
	/* border-width: 1px; */
	width: 100px;
	padding-left: 25px;	
	float: left;
	border-bottom: 2px solid orangered;
	/* padding-right: 2px; */
}
.title-line .sorted:hover{
	background-color: #333;
}
.title-line .sorted .drop-box{
    display: inline-block;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: 100%;	
}
.title-line .sorted .drop-btn{
    font-size: 13px;
    line-height: 26px;
    margin-left: 15px;
	
    color: #aaa;
}
.d-ico{
	background: url('../img/clock154.png') no-repeat 4px center;
}
.s-ico{
	background: url('../img/ico-sorted.png') no-repeat 4px center;
}


.title-line .sorted .drop-box:hover .drop-btn,
.title-line .sorted .drop-btn:hover{
	color: orangered;
	text-decoration: none;
}
.title-line .sorted:hover .drop-btn span,
.title-line .sorted .drop-btn:hover span{
	border-color: transparent; 
}
.title-line .sorted .drop-content{
	display: none;
	position: absolute;
	top: 25px;
	background: #333;
	z-index: 100;
	padding-top: 5px;
	/* -webkit-border-radius: 2px; */
	-moz-border-radius: 2px;
	/* border-radius: 2px; */
    
	left: -25px;
    text-align: left;
    width: 125px;
	border-bottom: 2px solid orangered;
	border-top: 0;
}
.title-line .sorted .drop-box:hover .drop-content{
	display: block;
}
.title-line .sorted .drop-content a{
	display: block;
	color: #eee;
	line-height: 34px;
    margin-left: 40px;	
}
.title-line .sorted .drop-content .current,
.title-line .sorted .drop-content a:hover{
	color: orangered;
	text-decoration: none;
}


/* --------------- title line styles ---------*/


/* --------------- pager styles ---------*/
.nav-box{
	display: block;
	text-align: center;
}
.pager{
	font-size: 18px;
	line-height: 33px;
	display: inline-block;
}
.pager span,
.pager a{
	margin: 2px 3px;
	padding: 0 10px;
	display: inline-block;
	color: #b9b9b9;
	background: #222;
	/* border-top: 1px solid #777; */
	/* border-left: 1px solid #777; */
	/* border-right: 1px solid #777; */
	border-bottom: 2px solid orangered;
}
.pager .current,
.pager a:hover{
	color: orangered;
	/* box-shadow: 0 2px 5px 3px #dbdbdb; */
	text-decoration: none;
	/* background: #000; */
}

/* --------------- /pager styles ---------*/


/* --------------- box more btn styles ---------*/
.morebox{
	margin-bottom: 15px;
	color: #999999;
	font-size: 14px;
	line-height: 18px;
}
.morebox .moreboxwrap{
	display: block;
	margin: 0;
	overflow: hidden;
}
.morebox.full .moreboxwrap{
	max-height: none !important;
}
.morebox a{
	margin: 0 6px 0 0;
	line-height: 21px;
	color: #899895;
	display: inline-block;
	padding: 0 0 0 12px;
	background: url('../img/dot.png') no-repeat 0 5px transparent; 
}
.morebox a:hover{
	color: orangered;
	text-decoration: none;
}
.morebox .more{
	display: none;
	width: 100%;
	text-align: center;
}
.morebox .more a{
	color: #676767;
	border-bottom: 1px dotted #909090;
	display: inline-block;
	padding: 0 5px;
	background: none;
}
.morebox .more a:hover{
	color: #aa0000;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
.morebox .more a.close{
	display: none;
}
.morebox.full .more a.close{
	display: inline-block;
}
.morebox.full .more a.open{
	display: none;
}


/* --------------- /box more btn styles ---------*/



/* --------------- thumb styles ---------*/

.thumbs{
	margin:5px auto;
	text-align: center;
	font-size: 0;
}
.cat-thumb,
.thumb{
	/*! border-bottom: 2px solid orangered; */
	/*! background: #222; */
	color: #ccc7c7;
	vertical-align: top;
	position:relative;
	display:inline-block;
	margin: 0 5px 20px 5px;
	/*! padding-right: 10px; */
	width: calc(20% - 10px);
	/* max-width: 240px; */
	font-size: 10px;
	/* box-shadow: 0 2px 1px 0 #dbdbdb; */
	box-sizing: border-box;
}
.cat-thumb{
	text-align: center;
}
.thumb img,
.cat-thumb img{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.cat-thumb .img,
.thumb .img{
	overflow: hidden;
	position: relative;
	display: block;
	/* line-height: 0; */
	height: auto !important;
	padding-bottom: 56.25%;
}
.thumb img::after {
    content: "";
    display: table;
    clear: both;
}

.thumb a .desc,
a.cat-thumb{
	color: #ddd;
}
.thumb a:hover .desc,
a.cat-thumb:hover{
	color: orangered;
	text-decoration: none;
}
.thumb a{
	color: #e4e2e2;
}
.thumb a:hover{
	color: orangered;
	text-decoration: none;
}
.cat-thumb .title{
	display: block;
	font-size: 23px;
	height: 1.1em;
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
}
.cat-thumb .video{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ababab;
}
.thumb .desc,
.thumb .info,
.thumb .tags{
	font-size: 14px;
	max-height: 3.3em;
	line-height: 20px;
	overflow: hidden;
	display: block;
	padding: 2px;
	text-align: left;
	text-overflow: ellipsis;
}
.thumb .info:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.thumb .info .left{
	text-align: left;
}
.thumb .info .right{
	text-align: right;
}
.thumb .info .right,
.thumb .info .left {
	overflow: hidden;
	width: 45%;
	font-size: 13px;
}
.thumb .info .left span{
	font-size: 10px;
}

.thumb .tags a,
.video .tags a {
	/*padding: 0 5px;*/
	display: inline-block;
	border: 1px solid #4b4b4b;
	background-color: #422222;
	transform: skewX(-15deg);
	padding: 0 3px;
	margin: 0 2px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: calc(100%);
}

.cat-thumb .label,
.thumb .label,
.thumb .ago,
.thumb .tube{
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	font-size: 12px;
	line-height: 22px;
	padding: 0 8px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.52);
	width: fit-content;
}
.thumb .ago{
	left: 2px;
	background-color: rgba(111, 8, 8, 0.6);
}
.thumb .tube{
	bottom: 2px;
	top: unset;
	background-color: rgba(11, 0, 0, 0.64);
}
/* --------------- /thumb styles ---------*/


.star-line{
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 6px double #e7e7e5;
	margin-bottom: 20px;
}
.star-line::after{
	content: "";
	display: block;
	width: 43px;
	height: 26px;
	background: url('../img/star-ico.png');
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -22px;
}

/* --------------- tags styles ---------*/
.tags-box{
	margin: 10px 0 25px 0;
	padding: 10px;
	background: #222;
	/* -webkit-border-radius: 4px; */
	   -moz-border-radius: 4px;
	        
	/* border-radius: 4px; */
	border-top: 2px solid orangered;
}
.tags-box ul li{
    height: 18px;
    overflow: hidden;
}
.tags-box a{
	color: #899895;
	margin: 0 5px;
	vertical-align: middle;
}
.tags-box a:hover{
	color: #aa0000;
	text-decoration: none;
}
.tags-box a.size1{font-size: 14px;}
.tags-box a.size2{font-size: 16px;}
.tags-box a.size3{font-size: 18px;}
.tags-box a.size4{font-size: 20px;}
.tags-box a.size5{font-size: 28px;}
/* --------------- /tags styles ---------*/



/* --------------- spot block styles ---------*/
.spot-block{
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.spot-block.btm{
	height: 252px;
	margin: 15px 0;
}
.spot-block > div{
	display:inline-block;
	vertical-align:top; 
	border: 1px solid #333;
	margin: 0 5px 5px 0;
}
.spot-block .spot{
	width:300px;
	height: 250px;
}
.spot-block.wide .spot{
	width:728px;
	height:90px;
}
.spot-block.mhdr .spot{
	width:300px;
	height:100px;
}
.spot-block span,
.spot-block img,
.spot-block object,
.spot-block iframe{
	display:block;
	vertical-align:top;
	color: #777;	
}
.spot-block.ntv{
	margin: 0;
	width: 307px;
	float: right;
}
.spot-block.wide.b{
	display:none;
}
.spot-block.mhdr{
	display:none;
}
.spot-block.mbtm{
	display:none;
}
.spot-block.mhdr,
.spot-block.mbtm,
.spot-block.wide{
	background-color: #222;
	margin: 10px 0;
}

/* --------------- spot block styles ---------*/



/* --------------- /video page ---------*/
.video {max-width: 1200px; margin: auto;}

.video .player_box .details .data:after,
.links:after,
.video:after {content:''; display:block; clear:both;}
.video .player_box {display: inline-block; float: left; width: -webkit-calc(100% - 320px); width: -moz-calc(100% - 320px); width: calc(100% - 320px);}
.video .player_box .player {position: relative; padding-bottom: 56.25%; zoom: 1; width: 100%}
.video .player_box .player .vid {display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; float: none; }
.video .player_box .details .data {padding:10px 0;}
.video .player_box .details .data .views,
.video .player_box .details .data .time,
.video .player_box .details .data .date {float: right; display: inline-block; height: 35px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; transition: all 300ms ease-in-out 0s; font-size: 14px; padding-left:12px; margin: 0 3px;}
.video .player_box .details .data .views:before,
.video .player_box .details .data .time:before,
.video .player_box .details .data .date:before {display:inline-block; line-height:35px; width:30px; vertical-align:middle; background:red; content:''; height:35px; margin-right:2px;}
.video aside {display: inline-block; float: right; width: 300px;}
.video aside a {display:block; margin-bottom:10px;}
.video aside a img {vertical-align:bottom; display:block; width:100%;}
.video .player_box .details p {font-size:25px; text-align:justify; margin:8px 0;}
.video .tags a {font-size: 18px; color: #d3d3d3; margin-right: 10px; padding: 3px;}

.video .bottom_block {text-align:center; margin:12px 0;}
.video .bottom_block a {display:inline-block;}

.video .player_box .details .data .time:before {background: url("/images/duration.svg") center/16px no-repeat;}
.video .player_box .details .data .time:before {background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%23CCC' d='M5268.4 2410.3c-.6 0-1 .4-1 1s.4 1 1 1h4.3c.6 0 1-.4 1-1s-.4-1-1-1zm4.3 3.4h-4.3c-.6 0-1 .4-1 1s.4 1 1 1h4.3c.6 0 1-.4 1-1s-.4-1-1-1m0 3.3h-4.3c-.6 0-1 .4-1 1s.4 1 1 1h4.3c.6 0 1-.4 1-1 0-.5-.4-1-1-1M92.5 37.7c2.8 0 5-2.2 5-5V10.4c0-2.8-2.2-5-5-5s-5 2.2-5 5v10.3l-4.2-4.2c-9-8.9-20.8-13.9-33.5-13.9S25.2 7.5 16.3 16.5C-2.1 35-2.1 65 16.4 83.5c9.2 9.2 21.4 13.9 33.5 13.9s24.3-4.6 33.5-13.9c7.3-7.3 12-16.7 13.4-26.9.4-2.7-1.5-5.2-4.3-5.6-2.7-.4-5.2 1.5-5.6 4.3-1.1 8.1-4.8 15.4-10.6 21.2C61.7 91 38 91 23.4 76.5c-14.6-14.6-14.6-38.3 0-52.9 7.1-7.1 16.5-11 26.4-11 10 0 19.4 3.9 26.4 11l4.2 4.2H70.2c-2.8 0-5 2.2-5 5s2.2 5 5 5h22.3z'/%3E%3Cpath fill='%23FFF' d='M49.6 23.7c-2.8 0-5 2.2-5 5V50c0 1.7.8 3.2 2.2 4.1l12.8 8.6c.9.6 1.8.9 2.8.9 1.6 0 3.2-.8 4.1-2.2 1.5-2.3.9-5.4-1.3-6.9l-10.6-7.1V28.7c0-2.7-2.2-5-5-5'/%3E%3C/svg%3E") center/20px no-repeat;}

.tubes li div a .ispan .rate:before {background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2300bd66' viewBox='0 0 24 24'%3E%3Cpath d='M5 9v8h-2v-8h2zm2-2h-6v12h6v-12zm6-4v14h-2v-14h2zm2-2h-6v18h6v-18zm6 13v3h-2v-3h2zm2-2h-6v7h6v-7zm1 9h-24v2h24v-2z'/%3E%3C/svg%3E") center/14px no-repeat;}
.video .player_box .details .data .views:before,
.tubes li div a .ispan .views:before {background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23CCC' viewBox='0 0 24 24'%3E%3Cpath d='M15 12c0 1.657-1.343 3-3 3s-3-1.343-3-3c0-.199.02-.393.057-.581 1.474.541 2.927-.882 2.405-2.371.174-.03.354-.048.538-.048 1.657 0 3 1.344 3 3zm-2.985-7c-7.569 0-12.015 6.551-12.015 6.551s4.835 7.449 12.015 7.449c7.733 0 11.985-7.449 11.985-7.449s-4.291-6.551-11.985-6.551zm-.015 12c-2.761 0-5-2.238-5-5 0-2.761 2.239-5 5-5 2.762 0 5 2.239 5 5 0 2.762-2.238 5-5 5z'/%3E%3C/svg%3E") center/24px no-repeat;}
.video .player_box .details .data .date:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5 5 90 90' xml:space='preserve'%3E%3Cpath fill='%23CCC' d='M39.5 29.8v-2.3c-3-.5-5.3-3.1-5.3-6.3 0-3.6 2.9-6.5 6.5-6.5 3.2 0 5.8 2.3 6.3 5.3h2.3c-.5-4.3-4.2-7.6-8.6-7.6-4.8 0-8.7 3.9-8.7 8.7 0 4.6 3.4 8.2 7.5 8.7m33.6 0v-2.3c-3-.5-5.3-3.1-5.3-6.3 0-3.6 2.9-6.5 6.5-6.5 3.2 0 5.8 2.3 6.3 5.3h2.3c-.5-4.3-4.2-7.6-8.6-7.6-4.8 0-8.7 3.9-8.7 8.7-.1 4.5 3.2 8.2 7.5 8.7m-4.2 51h-44c.6 3.8 3.8 6.8 7.8 6.8h49.4c4.3 0 7.9-3.5 7.9-7.9V43.4L75.7 76.3c-1.2 2.7-3.8 4.5-6.8 4.5'/%3E%3Cpath fill='%23FFF' d='m73.6 75.4 15.7-36.2h-65l-14 32.1c-.7 1.6-.5 3.4.4 4.9.9 1.4 2.6 2.3 4.3 2.3h53.8c2.2 0 4-1.2 4.8-3.1m8.5-53H70.2c.5 1.7 2.1 3 4 3 .3 0 .6.1.8.3s.4.5.4.8V31c0 .6-.5 1.1-1.1 1.1-5.6 0-10.3-4.3-10.8-9.8H36.7c.5 1.7 2.1 3 4 3 .3 0 .6.1.8.3s.4.5.4.8V31c0 .6-.5 1.1-1.1 1.1-5.4 0-9.9-4-10.8-9.2-3 1.1-5.1 4-5.1 7.2v6.7H90v-6.7c0-4.2-3.6-7.7-7.9-7.7'/%3E%3C/svg%3E") center/22px no-repeat;}
.rate-this .like:before {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M19.396 20.708c-.81-.062-.733-.812.031-.953 1.269-.234 1.827-.914 1.827-1.543 0-.529-.396-1.022-1.098-1.181-.837-.189-.664-.757.031-.812 1.132-.09 1.688-.764 1.688-1.41 0-.565-.425-1.108-1.261-1.22-.857-.115-.578-.734.031-.922.521-.16 1.354-.5 1.354-1.51 0-.672-.5-1.562-2.271-1.49-1.228.05-3.667-.198-4.979-.885.907-3.657.689-8.782-1.687-8.782-1.594 0-1.896 1.807-2.375 3.469-1.718 5.969-5.156 7.062-8.687 7.603v9.928c6.688 0 8.5 3 13.505 3 3.199 0 4.852-1.735 4.852-2.666-.001-.334-.273-.572-.961-.626z'/%3E%3C/svg%3E") center/14px no-repeat;}
.rate-this .dislike:before {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M19.396 3.292c-.811.062-.734.812.031.953 1.268.234 1.826.914 1.826 1.543 0 .529-.396 1.022-1.098 1.181-.837.189-.664.757.031.812 1.133.09 1.688.764 1.688 1.41 0 .565-.424 1.108-1.26 1.22-.857.115-.578.734.031.922.521.16 1.354.5 1.354 1.51 0 .672-.5 1.562-2.271 1.49-1.228-.05-3.666.198-4.979.885.907 3.657.689 8.782-1.687 8.782-1.594 0-1.896-1.807-2.375-3.469-1.718-5.969-5.156-7.062-8.687-7.603v-9.928c6.688 0 8.5-3 13.505-3 3.198 0 4.852 1.735 4.852 2.666-.001.334-.273.572-.961.626z'/%3E%3C/svg%3E") center/14px no-repeat;}
.error_message {display: block; width: 100%; text-align: center; font-size: 1.5em; margin-bottom: 1em; text-transform: capitalize;}

/* --------------- /video page ---------*/


/* --------------- footer styles ---------*/
.footer{
	padding: 10px 0;
	text-align: center;
}
.footer .page-layout{
	font-size: 12px;
	color: #6c6c6c;
}
.footer .logo{
	display: none;
	vertical-align: top;
	margin: 0 25px;
}
.footer .disclaimer{
	text-align: left;
	display: inline-block;
	padding-top: 10px;
	width: 50%;
}
.footer .disclaimer a{
	margin: 0 5px;
}
/* --------------- /footer styles ---------*/

/* --------------- media screen styles ---------*/

@media only screen and (max-width: 1000px){
	.header .addthis_sharing_toolbox{
		display: none;
	}
	.header .menu-btns a.menu-btn i{
		display:none;
	}	
}
@media only screen and (min-width: 1000px){
	.header .addthis_button{
		display: none;
	}
}

/* --------------- media screen styles ---------*/
@media only screen and (max-width: 1501px){
	.page-layout {
		/*! max-width: 1230px; */				
	}	
	.embed-box{
		width: 902px;
	}
	
}
@media only screen and (max-width: 1300px){
	.cat-thumb,
	.thumb{
		margin: 0 4px 10px 4px;
		width: calc(25% - 8px);
	}
	.page-layout {
		padding: 0px 10px;
	}
}
@media only screen and (max-width: 1255px){
	.page-layout {
		/*! max-width: 984px; */				
	}
	
	.spot-block.ntv{
		height: 509px;
	}
	.spot-block.wide.a{
		display:none;
	}
	.spot-block.wide.b{
		display:block;
	}	
}
@media only screen and (max-width: 1009px){
	.video .bottom_block a img{width:100%;}
	.video aside,
    .video .player_box {width:100%; float:none; display:block;}
    .tubes li {width:33.3%;}
    .video aside {text-align:center; margin:12px 0; overflow:hidden; max-height:250px;}
    .video aside a {display:inline-block; margin:0;}

	.header .menu-btns a.menu-btn {
		padding: 0 7px;
	}
	.header-desc {
		padding: 10px 20px;
		font-size:12px;
	}

	.cat-thumb img,
	.thumb img{
		width: 100%;
		height: auto;
		/*! max-width: 240px; */
	}
	.cat-thumb,
	.thumb{
		margin: 0 2px 10px 2px;
		width: calc(33.33% - 4px);
	}
	.page-layout {
		padding: 0px 5px;
	}

	.spot-block { width:100%; }
	.spot-block.ntv{
		width: 100%;
		margin: 10px auto;
		float: none;
		height: 252px;
	}

}
@media only screen and (max-width: 800px){

	.cat-thumb,
	.thumb {
		width: calc(50% - 4px);
		margin: 0 2px 10px 2px;
	}

	.spot-block.wide.b{
		display:none;
	}
	
}
@media only screen  and (max-width: 853px){		

	.cat-thumb img,
	.thumb img{
		/*! width: 100%; */
		/*! height: auto; */
		/*! max-width: 240px; */
	}
	.cat-thumb,
	.thumb {
		/*! width: 32.1%; */
	}

	
	/*compact header*/
	.header .menu-btns a.menu-btn i{
		display: inline-block;
	}
	
	.header .logo {
		width: 200px;
		height: 66px;
	}

	.mh-btn{
		display: block;
	}
	.header-content{
		margin-left: 200px;
		margin-right: 50px;
	}
	.header-desc {
		padding: 10px;
	}
	.header .right,
	.header .menu-btns{
		display: none;
	}


	.header.menu-open .menu-btns{
		display: block;
		margin: 0;
	}
	.header.menu-open .menu-btns .drop-box,
	.header.menu-open .menu-btns .menu-btn{
		float: none;
	}
	.header .menu-btns{
		position: absolute;
		top: 55px;
		right: 5px;
		z-index: 1;
		width: 200px;
		background: #911e18;
		border: 1px solid #fff;
		border-radius: 10px;
		z-index: 100;
	}
	.header.menu-open .menu-btns .drop-box{
		display: block;
	}
	.header .menu-btns a.menu-btn{
		display: block;
		float: none;
		height: auto;
		text-align: left;
		margin: 0;
		height: auto;
		line-height: 50px;
	}
	.header .menu-btns a.menu-btn i{
		margin-right: 10px;	
	}
	.select-lang.drop-box .drop-content{
		top: 50px;
	}

	.search-box-wrap, .sort-boxes {
		text-align: center;
		display: block;
		width: 100%;
	}
	.search-box {
		margin: 5px 0;
	}
	.sort-box .drop-btn i {display: none;}
	.sort-box .drop-content {
		top: 22px;
	}
}

@media only screen and (max-width: 675px){
	.video .player_box .details .data .views, .video .player_box .details .data .time, .video .player_box .details .data .date {float:left;}

	.header-desc{
		display: none;
	}
	.pager a{display: none;}
	.pager .current{display: inline-block;}
	.pager a.first,
	.pager a.previous,
	.pager a.last,
	.pager a.prev,
	.pager a.next{
		margin: 0 5px;
		display: inline-block;
	}
	.footer .logo {
		display: block;
		margin: 0 auto;
		width: 280px;
		height: 87px;
	}
	.footer .disclaimer{
		line-height: 20px;
	}


	.spot-block.mhdr,
	.spot-block.mbtm{
		display:block;
	}	
}
@media only screen and (max-width: 517px){
	.cat-thumb,
	.thumb {
		/*! width: 48%; */
	}

}
@media only screen and (max-width: 450px){
	.cat-thumb,
	.thumb {
		width: calc(100% - 2px);
		margin: 0 1px 10px 1px;
	}


	.spot-block > div{
		border: 0;
		margin: 0;
	}	
}

.player .vid video{
    object-fit: cover;
}