* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
	background: #161616 url(/images/bg.jpg);
}
body {
	background: url(/images/top-gradient.png) repeat-x;
	color: #444444;
	font: 12px/16px Arial;
	min-height: 100%;
	position: relative;
	min-height: 100%;
}
a {
	color: #fff;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover {
 	text-decoration: none;
}
ul, ol {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
p {
	margin: 1em 0;
}
img {
	border: none;
}
address {
	font-style: normal;
}
textarea {
	overflow: auto;
}
.clearfix {
	position: relative;
}
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
/* Container ******************************************************************/
.container {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
	width: 1660px;
	position: relative;
	z-index: 100;
}
.container.video-page {
	max-width: 1280px;
}
.holder {
	background: url(/images/top-dots.png) no-repeat 50% 0;
}
/* header *********************************************************************/
#header {
	padding: 25px 0 20px;
	overflow: hidden;
}
#header .container {
	overflow: visible;
}
#header ul {
	margin-bottom: 1px;
	text-align: center;
}
#header ul li {
	display: inline-block;
	vertical-align: top;
	font: bold 13px/15px 'Trebuchet MS';
	border-left: 1px solid #707070;
	padding: 0 9px 0 11px;
}
#header ul li:first-child {
	border-left: none;
}
#header ul li a {
	text-decoration: none;
	color: #707070;
}
#header ul li a:hover {
	color: #ff00bd;
}
.logo {
	display: block;
	background: url(/images/logo.png) no-repeat;
	width: 320px;
	height: 131px;
	-webkit-background-size: 320px 131px;
	background-size: 320px 131px;
	text-indent: -9999px;
	position: relative;
	z-index: 100;
	margin: 0 auto;
	position: relative;
}
/* content *********************************************************************/
.title {
	overflow: hidden;
	margin-bottom: 20px;
}
.title img {
	float: left;
	margin: 3px 10px 0 0;
}
.title h1 {
	color: #fff;
	font: bold 18px/20px 'Trebuchet MS';
}
.video-page .title {
	text-align: center;
}
.video-page .title img {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.video-page .title h1 {
	display: inline-block;
	vertical-align: top;
}
.thumbs {
	margin: 0 0 30px -10px;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.thumbs li {
	width: 324px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
.thumbs li > a {
	text-decoration: none;
	position: relative;
	display: block;
	background: #161616;
	border: 1px solid #414141;
	padding: 1px;
}
.thumbs li:hover a {
	background: #232323;
	border-color: #fd5256;
}
.thumbs li img {
	display: block;
	width: 320px;
	height: 180px;
}
.thumbs li .timer {
	display: block;
	position: absolute;
	left: 4px;
	bottom: 6px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.thumbs li p {
	height: 25px;
	overflow: hidden;
	box-sizing: border-box;
	margin: 3px 4px;
	font: bold 12px/12px Arial;
	color: #fff;
	text-align: left;
}
.thumbs li h4 {
	height: 25px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	font: bold 18px/25px Arial;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.thumbs li:hover p {
	color: #a04100;
}
.thumbs li:hover h4 {
	color: #a04100;
}
.t2 li {
	width: 244px;
	height: 184px;
}
.t2 li img {
	width: 240px;
	height: 180px;
}
.t2 li strong {
	display: block;
	text-align: center;
	height: 24px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}
.t2 li:hover strong {
	color: #fd5256;
}
.thum2 {
	margin: 0 0 30px -10px;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.thum2 li {
	width: 324px;
	height: 215px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
.thum2 li a {
	text-decoration: none;
	position: relative;
	display: block;
	background: #161616;
	border: 1px solid #414141;
	padding: 1px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
.thum2 li:hover a {
	background: #232323;
	border-color: #fd5256;
}
.thum2 li img {
	display: block;
	width: 320px;
	height: 180px;
}
.thum2 li .timer {
	display: block;
	position: absolute;
	left: 4px;
	bottom: 36px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.thum2 li p {
	height: 25px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	margin: 3px 4px;
	font: bold 18px/25px Arial;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.thum2 li:hover p {
	color: #fd5256;
}
.thumb-tags {
	text-align: left;
	background: #212121;
	overflow: hidden;
	padding: 5px;
	color: #808080;
	font-size: 12px;
	line-height: 15px;
	height: 34px;
}
.thumb-tags a {
	margin: 1px 2px;
	display: inline-block;
	text-decoration: none;
	color: #808080;
	border-bottom: 1px dotted #808080 !important;
}
.thumb-tags a:hover {
	color: #fd5256;
	border-bottom: 1px dotted #fd5256 !important;
}
.ad {
	overflow: hidden;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}
.ad li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 250px;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	margin: 0 5px 10px 5px;
}
.pagination {
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 44px;
}
.pagination ul li a {
	display: block;
	width: 42px;
	height: 42px;
	color: #fff;
}
.pagination ul li a:hover {
	background: url(/images/pagin-bg.png) no-repeat;
	text-decoration: none;
}
.pagination ul li.prev span,
.pagination ul li.next span {
	text-indent: -9999px;
	display: block;
}
.pagination ul li.prev span {
	background: url(/images/arrow-left.png) no-repeat 50% 50%;
}
.pagination ul li.next span {
	background: url(/images/arrow-right.png) no-repeat 50% 50%;
}
/* video *********************************************************************/
.video-holder {
	max-width: 1280px;
	margin: 0 auto 40px;
	background: #161616;
}
.video-wrapper {
	margin: 10px;
	overflow: hidden;
	border: 1px solid #82004c;
}
.video-box {
	/* height: 0;
	padding-bottom: 59.1837%; */
	position: relative;
	width: 100%;
}
.video-box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.desc {
	background: #232323;
	overflow: hidden;
	padding: 0 15px;
	color: #bababa;
	font: 14px/16px 'Trebuchet MS';
}
.desc span {
	color: #656565;
}
.sponsor-link {
	text-align: center;
	font: bold 26px/30px Arial;
	text-transform: uppercase;
}
.sponsor-link a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 20px 0;
	color: #ca0275;
}
.sponsor-link a:hover {
	color: #f09e3f;
}
.sponsor-link a:before,
.sponsor-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 43px;
	height: 42px;
	margin-top: -21px;
}
.sponsor-link a:before {
	left: -55px;
	background: url(/images/arrow-left.png) no-repeat;
}
.sponsor-link a:after {
	right: -55px;
	background: url(/images/arrow-right.png) no-repeat;
}
/* footer *********************************************************************/
#footer {
	overflow: hidden;
	background: url(/images/bottom-gradient.png) repeat-x 0 100%;
	padding: 15px 0;
	margin-top: 15px;
	position: relative;
}
#footer:after {
	content: "";
	background: url(/images/bottom-dots.png) no-repeat;
	width: 306px;
	height: 302px;
	position: absolute;
	left: 50%;
	top: -100px;
	margin-left: -145px;
}
.footer-logo {
	display: block;
	width: 222px;
	height: 91px;
	margin: 0 auto;
}
.f-center {
	overflow: hidden;
	text-align: center;
	color: #444444;
	font: 12px/15px 'Trebuchet MS';
	padding-top: 30px;
}
.f-center2 {
	overflow: hidden;
	text-align: center;
	color: #444444;
	font: 12px/15px 'Trebuchet MS';
	padding-top: 1px;
}
#footer ul {
	margin-bottom: 10px;
	text-align: center;
}
#footer ul li {
	display: inline-block;
	vertical-align: top;
	font: bold 16px/18px 'Trebuchet MS';
	border-left: 1px solid #707070;
	padding: 0 9px 0 11px;
}
#footer ul li:first-child {
	border-left: none;
}
#footer ul li a {
	text-decoration: none;
	color: #707070;
}
#footer ul li a:hover {
	color: #ff00bd;
}
#footer p {
	clear: both;
}
@media screen and (max-width: 1700px) {
	.container {
		width: 1326px;
	}
}
@media screen and (max-width: 1364px) {
	.container {
		width: 992px;
	}
}
@media screen and (max-width: 1100px) {
	.container {
		width: auto;
	}
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 479px) {
	.desc {
		font-size: 12px;
	}
	.ad li {
		margin: 0 0 10px 0;
		box-sizing: border-box;
	}
	#footer ul li {
		font-size: 13px;
		line-height: 12px;
		padding: 0 1px 0 5px;
	}
	#footer ul li:first-child {
		padding-left: 0;
	}
	#footer ul li:last-child {
		padding-right: 0;
	}
}
@media screen and (max-width: 380px) {
	.thumbs {
		margin-left: 0;
	}
	.thumbs li {
		width: 100%;
		height: auto;
		padding: 0 0;
		box-sizing: border-box;
	}
	.thumbs li img {
		width: 100% !important;
		height: auto !important;
	}
}