body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}img,object,embed{vertical-align:bottom;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}a *{cursor:pointer;}

html{
	height:100%;
	min-width:320px;
}
body{
	font:12px/14px 'Open Sans', sans-serif;
	min-height:100%;
	min-width:320px;
	position:relative;
	color:#eee;
	background:#eaeaea;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a{
	color:#000;
	text-decoration: none;
}
a:hover{text-decoration:none;}
.container{
	background:#fff;
	position:relative;
	z-index:1;
	max-width:1520px;
	margin:0 auto;
	overflow:hidden;
	box-shadow:0 0 40px #5a5a5a;
}
.header{
	height:100%;
	position:relative;
	z-index:1;
	background:#000;
}
.holder{
	height:529px;
	width:100%;
	position:relative;
	z-index:2;
	background:url(/images/bg_header.jpg) no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}
.logo{
	width:493px;
	height:166px;
	position:absolute;
	bottom:1px;
	left:0;
	z-index:2;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	display:block;
	width:100%;
	height:100%;
}
/*//*/
.list_cat{
	position:absolute;
	top:384px;
	left:511px;
	z-index:2;
	font-size:0;
}
.list_cat ul:first-child{margin:0;}
.list_cat li{
	display:block;
	font-size:17px;
	margin:15px 0 0;
	line-height:20px;
	height:20px;
	overflow:hidden;
	max-width:315px;
	font-weight:bold;
	-moz-text-shadow:#000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px;
	-webkit-text-shadow:#000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px;
	text-shadow:#000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px;
}
.list_cat li:first-child{margin:0;}
.list_cat a{color:#fff;}
.color_orange a{color:#fec61f;}
.color_green a{color:#a0d000;}
.ico_bullet{
	background:url(/images/bullet.png) no-repeat;
	width:19px;
	height:19px;
	display:inline-block;
	vertical-align:top;
	margin:0 2px 0 0;
}
.nav{
	border-top:1px solid #444;
	background: #373737;
	background: -moz-linear-gradient(top,  #373737 0%, #101010 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#101010));
	background: -webkit-linear-gradient(top,  #373737 0%,#101010 100%);
	background: -o-linear-gradient(top,  #373737 0%,#101010 100%);
	background: -ms-linear-gradient(top,  #373737 0%,#101010 100%);
	background: linear-gradient(to bottom,  #373737 0%,#101010 100%);
	display:table;
	table-layout:fixed;
	width:100%;
	height:54px;
}
.nav li{
	display:table-cell;
	vertical-align:top;
	line-height:54px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	background:url(/images/sep.jpg) no-repeat 0 50%;
}
.nav li.join a{color:#fbba00;}
.nav li:first-child{background:none;}
.nav a{
	color:#fff;
	display:block;
	transition:color .3s ease-in-out;
}
.nav a:hover,
.nav li.selected a{color:#9fd000;}
/*//*/
.thumbs{
	font-size:0;
	text-align:center;
	overflow:hidden;
	margin:0 0 0 -11px;
}
.th{
	display:inline-block;
	vertical-align:top;
	border:2px solid #fd2aba;
	position:relative;
	z-index:1;
	background:#000;
	margin:11px 0 0 11px;
}
.th.th_spot:hover img{
	opacity:1;
}
.th img{
	display:block;
	transition:opacity .3s ease-in-out;
}
.th:hover img{
	opacity:.60;
}
.play{
	position:absolute;
	top:50%;
	left:50%;
	background:url(/images/btn_play.png) no-repeat;
	width:85px;
	height:84px;
	opacity:0;
	margin:-54px 0 0 -42px;
	transform:scale(0);
	transition:transform .3s ease 0s, opacity .3s ease 0s;
}
.th:hover .play{
	transform:scale(1);
	opacity:1;
}
.tools{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:0 10px;
	height:0;
	overflow:hidden;
	background:#000;
	background:rgba(000, 000, 000, .6);
	transition:height .3s ease-in-out;
}
.th:hover .tools{height:38px;}
.title{
	float:left;
	color:#fd2aba;
	font-size:14px;
	line-height:38px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	max-width:225px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bar{
	float:right;
	font-size:0;
	padding:13px 0 0;
}
.time{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	color:#fff;
}
.rate{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	color:#81be00;
	margin:0 0 0 8px;
	padding:0 0 0 8px;
	border-left:1px solid #fff;
}

/*//*/
.footer{
	padding:45px 0;
	text-align:center;
	max-width:620px;
	margin:0 auto;
	color:#000;
	}
.footer a{color:#668400;}
.footer a:hover{text-decoration:underline;}
.list{font-size:0;}
.list li{
	font-size:24px;
	line-height:26px;
	display:inline-block;
	vertical-align:top;
	border-left:1px solid #668400;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}
.list li:first-child,
.list_bottom li:first-child{
	padding:0;
	margin:0;
	border-left:none;
}
.list a{color:#668400;}
.list a:hover,
.list_bottom a:hover{text-decoration:underline;}
.list_bottom{
	font-size:0;
	margin:12px 0 0;
}
.list_bottom li{
	font-size:12px;
	line-height:14px;
	display:inline-block;
	vertical-align:top;
	border-left:1px solid #000;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}
.box{margin:12px 0 0;}
.box:first-child{margin:0;}
.box p{
	color:#000;
	font-size:11px;
}

/*//media*/
@media screen and (max-width: 1540px){
	.container{
		max-width:1145px;
	}
	.holder{
		height:399px;
	}
	.logo{
		width:371px;
		height:125px;
	}
	.list_cat{
		top:290px;
		left:379px;
	}
	.list_cat li{
		margin:5px 0 0;
	}
}
@media screen and (max-width: 1165px){
	.container{
		max-width:766px;
	}
	.holder{
		height:267px;
	}
	.logo{
		width:249px;
		height:83px;
	}
	.list_cat{
		top:186px;
		left:250px;
	}
	.list_cat li{
		margin:0;
		font-size:12px;
		line-height:20px;
		letter-spacing:-0.5px;
	}
	.nav li{
		font-size:16px;
	}
}
@media screen and (max-width: 790px){
	.holder{
		height:170px;
		background:none;
		text-align:center;
	}
	.logo{
		background:url(/images/bg_mob.jpg) no-repeat;
		width:370px;
		height:105px;
		display:inline-block;
		vertical-align:top;
		position:relative;
		z-index:2;
	}
	.nav li{
		font-size:14px;
	}
	.list_cat{
		top:105px;
		left:0;
		right:0;
		margin:0 0 0 -10px;
		font-size:0;
	}
	.list_cat li{
		letter-spacing:0;
		font-size:12px;
		margin:5px 0 0 10px;
		display:inline-block;
		vertical-align:top;
	}
	.list_cat li:first-child{
		margin:5px 0 0 10px;
	}
	.list li{
		font-size: 14px;
		line-height: 14px;
		margin: 0 0 0 7px;
		padding: 0 0 0 7px;
	}
	.list_bottom li {
		font-size: 10px;
		line-height: 12px;
	}
	.box p{
		font-size:10px;
	}
}
@media screen and (max-width: 610px){
	.nav li{
		font-size:10px;
	}
}
@media screen and (max-width: 465px){
	.holder{
		height:160px;
	}
	.list_cat li{
		font-size:10px;
		margin:0 0 0 3px;
	}
	.list_cat li:first-child{
		margin:0 0 0 3px;
	}
	.nav{
		background:none;
		border:none;
	}
	.nav li{
		display:block;
		line-height:34px;
	}
	.nav a{
		border-top:1px solid #444;
		background: #373737;
		background: -moz-linear-gradient(top,  #373737 0%, #101010 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#101010));
		background: -webkit-linear-gradient(top,  #373737 0%,#101010 100%);
		background: -o-linear-gradient(top,  #373737 0%,#101010 100%);
		background: -ms-linear-gradient(top,  #373737 0%,#101010 100%);
		background: linear-gradient(to bottom,  #373737 0%,#101010 100%);
	}
	.th img{
		display:block;
		width:100%;
		height:100%;
	}
}
