@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:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
}
img{display:inline-block;}
html { height:100%; }
body { height:auto !important; height:100%; min-height:100%; position:relative;}
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%;
}
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 --------------- */

/* --------------- add --------------- */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* --------------- /add --------------- */

/* --------------- fix styles ---------*/
.cc { clear:both; }
.cfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.hidden { display:none; }
.show { display:block!important; }
.left{float:left;}
.right{float:right;}
.center{margin: 0 auto;display: block;}
.txtleft{text-align: left!important;}
.txtright{text-align: right!important;}
.txtcenter{text-align: center!important;}
/* --------------- /fix styles ---------*/

/* --------------- main styles ---------*/
html {
	overflow-y:scroll;
}
body {
	line-height: 1;
	background: #330D31;
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	margin:0 auto;
}
input, select, button, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor:pointer;
}
a, a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#e20000;
	text-decoration:none;
}
a:focus, a:active {
	color:#ffffff;
	text-decoration:none;
}
.header, .footer, .content{
	width:100%;
	margin:0 auto;
	padding:0px;
	position:relative;
}
.page-layout {
	margin:0 auto;
	padding: 1px;
	position:relative;
	max-width: 1478px;
}
.page-layout:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}

#back-top{
	display: none;
	position: fixed;
	right: 5px;
	bottom: 10px;
	padding: 16px;
}
#back-top .top-btn{
	display: block;
	width: 26px;
	height: 20px;
	background:url(img/to-top.png) no-repeat top center;
	clear: both;
}
#back-top:hover .top-btn{
	background-position: bottom center;
}

/* --------------- /main styles ---------*/


/* --------------- header styles ---------*/

.header{
    border-bottom: 1px solid #242424;
    padding: 3px 0 0 0;
    background: #010101;
    margin-bottom: 10px;
}
.header .header-left{
    margin-right: 450px;
}
.header .header-right{
    position: absolute;
    top: 4px;
    right: 0;
}
.header .menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.header .menu li{
    display: inline-block;
}
.header .menu li a{
    display: block;
    border-radius: 2px;
    border: 1px solid #751E62;
    background: #330D31;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
}
.header .menu li .a,
.header .menu li a:hover{
    background: #751E62;
    color: #ffffff;
}

.header .dropdown-btn{
	float: right;
	position: relative;
    width: 170px;
}
.header .drop-btn{
	margin: 0;
    margin-top: 3px;
	padding-left: 30px;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	cursor: pointer;
    background: url(img/globe.svg) no-repeat left center;
}
.header .dropped .drop-btn,
.header .drop-btn:hover{
    color: #fff;
}
.header .drop-btn i{
	display: block;
    float: right;
    width: 23px;
    height: 23px;
    background: url(img/arrow_dn.png) no-repeat center center;
}
.header .dropdown-btn.dropped .dropdown{
	display: block;
}
.header .dropdown-btn .dropdown .wrapper{
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	top: -26px;
}
.header .dropdown-btn .dropdown{
	display: none;
}
.header .dropdown-btn .dropdown{
	background: #010101;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 100;
	width: 170px;
	padding: 0;
    text-align: center;
}
.header .dropdown-btn .dropdown ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header .dropdown-btn .dropdown ul li{
	padding: 0;
    margin: 0;
    width: 50%;
    float: left;
}
.header .dropdown-btn .dropdown ul li a{
	display: block;
	color: #ffffff;
	padding: 5px 0px;
}
.header .dropdown-btn .dropdown ul li.a a,
.header .dropdown-btn .dropdown ul li a:hover{
	color: #984E2A;
}

.footer .logo-box,
.header .logo-box{
	width:440px;
	height:60px;
	background: url(img/logo.png);
	display: inline-block;
}
.header .logo-box{
	margin:0px auto;
	display: block;
}
.header .search-box{
	position: relative;
	overflow:hidden;
	background: #fff;
	padding: 0 35px 0 0px;
	margin: 3px 0;
}
.header .search-box input {
  vertical-align:middle;
}
.header .search-box input[type="text"]{
	width:  100%;
	margin: 0;
	padding: 10px 0 10px 15px;
	font-size: 14px;
	line-height: 15px;
	border: none;
	background-color: transparent;
	color:#000;
    box-sizing: padding-box
}
.header .search-box input[type="text"]:focus{
    background-color: #FFF;
}
.header .search-box input[type="submit"]{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	border: none;
	background: url(img/search.svg) no-repeat center center #984E2A;
	cursor: pointer;
	overflow:hidden;
	width:  35px;
	height: 35px;
}

/* --------------- /header styles ---------*/

.content-box{
	margin-right: 240px;
	display: block;
}

.text-box{
	padding: 10px;
	font-size: 10px;
	line-height: 1.2;
	color: #ffffff;
	position: absolute;
	top: 0;
}
.text-box-spase{
	padding: 10px 0;
}

/* ---------------  thumbs box styles ---------*/
.video-thumb,
.thumbs{
	display: block;
	font-size: 0;
	text-align: center;
    border: 1px solid #751E62;
}
.thumb{
	text-align:left;
	display:inline-block;
	vertical-align: top;
	font-size: 12px;
	color:#fff;
}
.video-thumb .thumb{
    width: 50%;
}
.thumb>div{
	width: 244px;
	position: relative;
    margin: 1px;
}
.video-thumb .thumb>div{
	width: 176px;
}
.thumb:hover{
    border-color: #a91912;
}
.thumb img {
    box-sizing: border-box;
	display: block;
    border: 2px solid transparent;
}
.thumb:hover img {
    border-color: #2d2d2d;
}
.catthumb .thumb > div > a > div,
.catthumb .thumb > div > a > span{
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    color: #ffffff;
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}
.catthumb .thumb > div > a > span{
    padding: 0 50px 0 5px;
}
.catthumb .thumb:hover > div > a > div,
.catthumb .thumb:hover > div > a > span{
    color: #ff0000;
}
.catthumb .thumb > div > div{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    color: #979797;
}
.thumb .img{
    position: relative;
}
.thumb .label{
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	padding: 5px;
	display: block;
	position: absolute;
	right: 1px;
	bottom: 1px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.9);
    display: block;
}
.video-thumb .thumb .label{
	right: 2px;
	bottom: 3px;
}
.thumb .i{
    padding: 4px;
    height: 12px;
    font-size: 12px;
    color: 37f7f7f;
}
.thumb .i a{
    color: #e20000;
    text-transform: uppercase;
}
.thumb .i a:hover{
    color: #e20000;
    text-decoration: underline;
}
.thumb .i > div{ width: 50%;}
.thumb .i > div:first-child{ float: left;  text-align: left;}
.thumb .i > div:last-child{  float: right; text-align: right}
.thumb .t{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    padding: 0px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}
.video-thumb .thumb .t{
    padding: 4px 4px;
}
.thumb .t a {
    display: inline-block;
    padding: 4px;
	color:#FFFFFF;
    background: #330D31;
    border: 1px solid #751E62;
	text-decoration:none;
}
.thumb .t a:hover {
	color:#ffffff;
    background: #751E62;
	text-decoration:none;
}
.thumb .d{
    color: #ffffff;
    font-size: 12px;
    height: 12px;
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}
.thumb:hover .d{
    color: #e20000;
}

/* --------------- /thumbs box styles ---------*/




/* --------------- navigations box styles ---------*/
.nav-box{
	margin: 5px 0;
	text-align: center;
}
.nav-box .pages{
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.nav-box .pages .wrap{
	display: inline-block;
}
.nav-box span,
.nav-box a{
    position: relative;
	display:inline-block;
    vertical-align: middle;
	padding: 5px 10px;
    text-align: center;
	color:#FFFFFF;
    background: #751E62;
	border: 1px solid #751E62;
	text-decoration:none;
	margin: 1px 2px;
}
.nav-box .current,
.nav-box a:hover{
	color:#e20000;
	background-color: #330D31;
	text-decoration:none;
}
.nav-box .pages .prev i,
.nav-box .pages .next i{
    display: block;
    width: 10px;
    height: 18px;
    border: none;
    background: transparent;
    padding: 0;
}
.nav-box .pages .prev i{
    background: url(img/arrow_left.png) no-repeat center center;
}
.nav-box .pages .next i{
    background: url(img/arrow_rigth.png) no-repeat center center;
}
.nav-box .e:after,
.nav-box .pages .prev:after,
.nav-box .pages .next:after{
    display: none;
}
/* --------------- /navigations box styles ---------*/

/* --------------- top list styles ---------*/
.top-list-nums {
	display: block;
    margin: 10px 0;
}
.top-list-nums ul {
	list-style-type: none;
	font-size: 18px;
	line-height: 18px;
    text-transform: uppercase;
	width: 16.6%;
    float: left;
}
.top-list-nums ul li:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.top-list-nums ul li {
	display: block;
	margin: 0px;
	padding: 0px;
    margin-right: 20px;
    margin-bottom: 2px;
	background:#311B0D;
    position: relative;
}
.top-list-nums ul li:nth-of-type(2n){
	background:#814205;
}
.top-list-nums ul:last-child li{
    margin-right: 0px;
}
.top-list-nums ul li a{
	display: block;
	text-decoration: none; 
	color:#fefefe;
	padding: 9px 30% 9px 6px;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}
.top-list-nums ul li a:hover{
	text-decoration: none; 
	color:#fefefe;
    background: #B21917;
}
.top-list-nums ul li span{
    position: absolute;
    top: 0;
    right: 0;
    color: #898989;
    font-size: 12px;
    padding: 9px 0;
    text-align: center;
    overflow: hidden;
    width: 30%;
}


.top-list {
	display: block;
    margin: 10px 0;
}
.top-list ul {
	list-style-type: none;
	font-size: 16px;
	line-height: 16px;
    margin: 0;
    padding: 0;
}
.top-list ul li {
    float: left;
	width: 16.6%;
    margin: 0;
    padding: 0;
}
.top-list ul li > div{
	padding: 0;
    margin: 0 5px;
    border-top: 1px solid #751E62;
}
.top-list ul li a{
	display: block;
	text-decoration: none; 
	color:#FFFFFF;
	padding: 1px 10px;
    margin: 5px -5px;
    height: 18px;
    border-left: 1px solid #B21917;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}
.top-list ul li a:hover{
	text-decoration: none; 
	color:#B21917;
}

/* --------------- /top list styles ---------*/


/* --------------- tags styles ---------*/
.tags-box{
    font-size: 16px;
    line-height: 20px;
}
.tags-box a{
    color: #B21917;
    display: inline-block;
    padding: 0 10px;
    margin: 2px 0;
    border-left: 1px solid #751E62;
}
.tags-box a:hover{
    color: #ffffff;
}
/* --------------- / tags styles ---------*/


/* --------------- title box styles ---------*/
.title-box{
	text-align: center;
	color:#ffffff;
	position: relative;
	font-size: 14px;
	line-height: 24px;
    min-height: 24px;
    margin-top: 20px;
}
.title-box h1,
.title-box h2,
.title-box h3,
.title-box .title-cnt > div{
	display: inline-block;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	padding: 0 4px;
    text-transform: uppercase;
}
.title-box .title-cnt{
    margin-left: 250px;
}
.title-box i{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.title-box i.ico-cat{
    background: url(img/comments.svg);
}
.title-box i.ico-video{
    background: url(img/video.svg);
}
.title-box i.ico-tag{
    background: url(img/tag.svg);
}
.title-box .sorted-box{
	font-size: 12px;
	line-height: 12px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    color: #fff;
}
.title-box .sorted-box a{
	display: inline-block;
	padding: 7px 10px;
	color:#FFFFFF;
    background: #751E62;
	border: 1px solid #751E62;
    text-transform: uppercase;
}
.title-box .sorted-box .a,
.title-box .sorted-box a:hover{
	color:#ffffff;
    background: #010101;
    border-bottom-color: #010101; 
}
/* --------------- /title box styles ---------*/



/* --------------- video embed styles ---------*/
.video-page{
	margin-bottom: 20px;
	max-width: 1255px;
	position: relative;
    margin: 0 auto;
	display: block;
}
.video-page .video-thumb{
    position: absolute;
    top: 0;
    left: 0;
    width: 356px;
}
.video-page .video-content{
    margin-left: 362px;
	position: relative;
    min-height: 502px;
}
.video-box {
    margin: 0;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.video-box .video-box-item,
.video-box iframe,
.video-box embed,
.video-box object,
.video-box video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-box #kt_player {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.video-box.video-16by9 {
  padding-bottom: 56.25%;
}
.video-page .videoad{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -112px;
	width: 300px;
}
.video-page .videoad .close{
	position: absolute;
	top: -25px;
	right: -5px;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	width: 25px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
	background: rgba(0,0,0,0.5);
}
.inner-page .videoad iframe{
	width: 300px;
	height: 250px;
}
.video-info .desc{
	padding: 5px 3px;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    border-bottom: 1px solid #751E62;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.video-info .desc i{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(img/video.svg);
}
.video-info .tags{
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    padding: 0px 5px;
}
.video-info .tags a {
    display: inline-block;
    padding: 4px;
	color:#FFFFFF;
    background: #330D31;
    border: 1px solid #751E62;
	text-decoration:none;
}
.video-info .tags a:hover {
	color:#ffffff;
    background: #751E62;
	text-decoration:none;
}
.video-info .stats-boxes{
    
}
.video-info .stats-boxes .sbox{
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    background: #242E81;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    padding: 15px 0;
}
.video-info .stats-boxes .sbox:nth-of-type(2){
    border-left: 4px solid #330D31;
    border-right: 4px solid #330D31;
}
.video-info .stats-boxes .sbox i{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
}
.video-info .stats-boxes .sbox i.time{
    background: url(img/clock.svg)
}
.video-info .stats-boxes .sbox i.data{
    background: url(img/calendar.svg)
}
.video-info .stats-boxes .sbox a{
    color: #984E2A;
}
.video-info .stats-boxes .sbox a:hover{
    color: #fff;
}
/* --------------- /video embed styles ---------*/





/* --------------- banners styles ---------*/
.spots-box {
	margin:0 auto;
	display: block;
	text-align: center;
	max-width: 1200px;
}
.spots-box .spot {
	width:300px;
	margin:5px 0px;
	text-align:center;
	display: inline-block;
	float: left;
}
.spots-box .spot a {
    text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:15px;
}
.thumb-spot-box{
	float: right;
	display: block;
	text-align: center;
	width: 485px;
	padding: 88px 0;
	border: 1px solid #131313;
	margin-left: 3px;	
}


.top-spots{
  margin: 5px 0;
}
.top-spots > iframe{
  margin: 0 auto;
  display: block;
}
/* --------------- /banners styles ---------*/



/* --------------- footer styles ---------*/
.footer{
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0;
	color: #FFFFFF;
    text-align: center;
}
.footer p{
    padding: 10px 0;
}

/* --------------- /footer styles ---------*/




/* --------------- media screen styles ---------*/

@media only screen and (min-width: 1251px) and (max-width: 1500px){
	.page-layout{
		max-width: 1232px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1250px){
	.page-layout{
		max-width: 986px;
	}
    .video-page .video-thumb{
        height: 324px;
        overflow: hidden;
    }
    .video-page .video-content{
        min-height: 350px;   
    }
}
@media only screen and (max-width: 1024px){
	.page-layout{
		padding: 0 10px;
	}
	.video-box-frame{
		display: none;
	}	
	.text-box-spase{
		display: none;
	}
	.text-box{
		position: relative;
        margin-top: 15px;
	}
    .video-thumb .thumb > div,
    .thumb > div{
        width: auto;
    }
	.thumb img{
		width: 100%;
		height: auto;
	}
    .video-page .video-thumb{
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        margin: 5px 0;
    }
    .video-page .video-content{
        margin-left: 0;
        min-height: auto;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1024px){
	.thumb{
		width: 25%;
	}
    .video-thumb .thumb{
        width: 16.6%;
    }
}
@media only screen and (min-width: 640px) and (max-width: 1024px){
    .top-list ul li,
    .top-list-nums ul{
        width: 33%;
    }
    .top-list ul:nth-of-type(3) li,
    .top-list-nums ul:nth-of-type(3) li{
        margin-right: 0;
    }
}
@media only screen and (max-width: 959px ){
    .header .header-left{
        margin-right: 0;
    }
    .header .header-right{
        position: relative;
        right: 0;
        margin: 3px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px ){
    .video-thumb .thumb{
        width: 16.6%;
    }
	.thumb{
		width: 25%;
	}
}
@media only screen and (min-width: 640px ) and (max-width: 767px ){
    .video-thumb .thumb{
        width: 33%;
    }
	.thumb{
		width: 33%;
	}
}
@media only screen and (min-width: 736px ) and (max-width: 767px ){
}
@media only screen and (max-width: 735px){
	.nav-box .pages a,
	.nav-box .pages span{display: none;}
	.nav-box .pages .prev,
	.nav-box .pages .next,
	.nav-box .pages .current{display: inline-block;}
	.header .btn{
		padding: 4px 5px 2px;
	}
    .top-spots > iframe{
    width: 100%;
  }	
}
@media only screen and (min-width: 669px) and (max-width: 735px){
}
@media only screen and (min-width: 640px) and (max-width: 668px){
}
@media only screen and (max-width: 639px) {
	.title-box .title-cnt{
		margin: 0;
		text-align: center;
		display: block;
	}
	.title-box .sorted-box{
		position: relative;
		text-align: center;
		margin-top: 5px;
        margin-bottom: -1px;
	}
	.title-box .sorted-box a{
		display: inline-block;
		float: none;
	}
    .header .menu{
        margin: 5px 0;
    }
    .header .dropdown-btn {
        float: none;
        position: relative;
        width: 170px;
        margin: 5px auto;
    }
    .video-info .stats-boxes .sbox{
        font-size: 18px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
    .video-thumb .thumb{
        width: 33%;
    }
	.thumb{
		width: 50%;
	}
    .top-list ul li,
    .top-list-nums ul{
        width: 33%;
    }
    .top-list ul:nth-of-type(3) li,
    .top-list-nums ul:nth-of-type(3) li{
        margin-right: 0;
    }
}
@media only screen and (min-width: 568px) and (max-width: 639px){
}
@media only screen and (min-width: 480px) and (max-width: 567px){
}
@media only screen and (max-width: 479px){
	.footer .logo-box,
	.header .logo-box{
		width:263px;
		height:60px;
        background-size: 263px 60px;
		margin-bottom: 2px;
	}
    .footer .footer-logo{
        width: auto;
    }
    .footer .footer-box {
        display: block;
        float: none;
        width: 100%;
    }
    .video-thumb .thumb{
        width: 33%;
    }
	.thumb{
		width: 50%;
	}
    .video-info .stats-boxes .sbox{
        font-size: 24px;
        width: 100%;
        border: 1px solid #330D31;
    }
    .video-info .stats-boxes .sbox:nth-of-type(2){
        border-width: 1px;
    }
}
@media only screen and (min-width: 374px) and (max-width: 479px){
    .top-list ul li,
    .top-list-nums ul{
        width: 50%;
    }
    .top-list ul:nth-of-type(2) li,
    .top-list ul:nth-of-type(4) li,
    .top-list-nums ul:nth-of-type(2) li,
    .top-list-nums ul:nth-of-type(4) li{
        margin-right: 0;
    }
}
@media only screen and (min-width: 414px) and (max-width: 479px){
}
@media only screen and (min-width: 375px) and (max-width: 413px){
}
@media only screen and (max-width: 374px){
    .top-list ul li,
    .top-list-nums ul{
        width: 100%;
    }
    .top-list ul li,
    .top-list-nums ul li{
        margin-right: 0;
    }
}
@media only screen and (min-width: 360px) and (max-width: 374px){
}
@media only screen and (max-width: 359px){
    .video-thumb .thumb{
        width: 50%;
    }
}

/* --------------- /media screen styles ---------*/