* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	color: #878787;
	font: 15px/17px 'Helvetica';
	min-height: 100%;
	position: relative;
	background: #141414;
}
a {
	color: #fff;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover {
 	text-decoration: none;
}
.text-center {
	text-align: center;
}
ul, ol {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
p {
	margin: 5px 0 15px 0;
	font-size: 13px;
	line-height: 16px;
}
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 {
	max-width: 1750px;
	padding: 0 15px;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
}
/* header *********************************************************************/
#header {
	margin: 18px 0 8px;
	padding: 0 15px;
}
#header .container {
	padding: 8px 0;
	overflow: visible;
	position: relative;
	border: 1px solid #343434;
	background: rgb(25,25,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(25,25,25,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(25,25,25,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(25,25,25,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.logo {
	float: left;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -42px;
	background: url(../style/images/logo.png) no-repeat;
	width: 87px;
	height: 84px;
	-webkit-background-size: 87px 84px;
	background-size: 87px 84px;
	text-indent: -9999px;
}
.menu {
	float: left;
	margin: 4px 0 4px 100px;
}
.menu li {
	float: left;
	border-left: 1px solid #242424;
	font-size: 22px;
	line-height: 34px;
	padding: 0 20px;
}
.menu li a {
	text-decoration: none;
	position: relative;
	padding-left: 16px;
	color: #eb0400;
}
.menu li.top a {
	color: #ffc000;
}
.menu li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #eb0400;
}
.menu li.top a:before {
	background: #ffc000;
}
.menu li a:hover {
	color: #fff;
}
.menu li a:hover:before {
	background: #fff;
}
.ht {
	float: right;
	max-width: 300px;
	background: url(../style/images/18.png) no-repeat 100% 50%;
	min-height: 40px;
	padding-right: 50px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	margin-right: 10px;
}
.ht span {
	display: block;
	color: #eb0400;
	font: 12px/15px 'Helvetica';
}
.ht p {
	color: #676767;
	font: 10px/14px 'Helvetica';
	margin: 0;
}

/* content *********************************************************************/

.speedbar {
	overflow: hidden;
	border-bottom: 1px solid #343434;
	padding-bottom: 10px;
}
.speedbar li {
	float: left;
	color: #eb0400;
	font: 12px/15px 'Helvetica';
	background: url(../style/images/sep.png) no-repeat 0 50%;
	-webkit-background-size: 7px 7px;
	background-size: 7px 7px;
	padding: 0 8px 0 15px;
}
.speedbar li:first-child {
	background: none;
	padding-left: 0;
}
.speedbar li a {
	text-decoration: none;
	color: #878787;
	display: block;
}
.breadcrumbs li a:hover {
	color: #fff;
}
.main-title {
	color: #878787;
	font: 30px/33px 'Helvetica';
	margin-bottom: 5px;
}
.white-title {
	color: #fff;
}
.small-title {
	border-bottom: 1px solid #343434;
	color: #878787;
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#content {
	clear: both;
}
.line {
	height: 1px;
	background: #343434;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
.updating,
.categories {
	display: none;
	overflow: hidden;
	clear: both;
}
input[type=radio] {
	display: none;
}
input[type=radio]~label {
	color: #878787;
	font: 20px/25px 'Helvetica';
	cursor: pointer;
	float: left;
	vertical-align: top;
	position: relative;
	border-bottom: 3px solid transparent;
	padding: 0 15px 10px;
}
input[type=radio]~label:hover {
	color: #eb0400;
}
input[type=radio]:checked + label {
	border-bottom: 3px solid #eb0400;
	color: #eb0400;
}
#rad1:checked~label~#rad2~label~.updating {
	display: block;
}
#rad2:checked~label~.updating~.categories {
	display: block;
}
.thumbs-holder {
	margin-bottom: 30px;
}
.thumbs {
	overflow: hidden;
	font-size: 0;
	text-align: center;
	margin: 20px 0 10px;
}
.thumbs .item {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px 5px;
	text-align: left;
	position: relative;
	width: 16.66666666%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;

}
.thumbs.video-thumbs .item {
	width: 20%;
}
.thumbs .item:hover {
	border-color: #454545;
}
.thumbs .item a {
	text-decoration: none;
	display: block;

	border: 1px solid #242424;
	padding: 6px 6px 0;
	background: rgb(32,32,32); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(32,32,32,1) 0%, rgba(31,31,31,1) 7%, rgba(29,29,29,1) 8%, rgba(29,29,29,1) 18%, rgba(27,27,27,1) 19%, rgba(21,21,21,1) 39%, rgba(8,8,8,1) 70%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32,32,32,1) 0%,rgba(31,31,31,1) 7%,rgba(29,29,29,1) 8%,rgba(29,29,29,1) 18%,rgba(27,27,27,1) 19%,rgba(21,21,21,1) 39%,rgba(8,8,8,1) 70%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(32,32,32,1) 0%,rgba(31,31,31,1) 7%,rgba(29,29,29,1) 8%,rgba(29,29,29,1) 18%,rgba(27,27,27,1) 19%,rgba(21,21,21,1) 39%,rgba(8,8,8,1) 70%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.thumbs .item img {
	display: block;
	width: 100%;
	height: auto;
}
.thumbs .item span {
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	width: 100%;
	margin: 5px 0 7px;
	height: 35px;
	overflow: hidden;
}
.thumbs .item:hover span {
	color: #eb2600;
}
.thumbs .item strong {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	height: 38px;
	text-align: center;
	display: block;
	font-weight: normal;
	overflow: hidden;
	width: 100%;
}
.thumbs .item:hover strong {
	color: #eb2600;
}

/* pagination *********************************************************************/

.nav {
	overflow: hidden;
	font-size: 0;
	margin: 5px 0;
	text-align: center;
}
.nav li {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 35px;
	height: 35px;
	border-right: 1px solid #242424;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	color: #868686;
	font: 17px/35px 'Helvetica';
	text-align: center;
}
.nav li:first-child {
	border-left: 1px solid #242424;
}
.nav li:first-child,
.nav li:last-child {
	width: 80px;
}
.nav li a {
	display: block;
	text-decoration: none;
	color: #868686;
}
.nav li.active {
	background: #eb0400;
	color: #fff;
}
.nav li a:hover {
	background: #000;
	color: #fff;
}
.inner-content {
	overflow: hidden;
	float: right;
	width: calc(100% - 215px);
}
.small-thumbs {
	overflow: hidden;
	margin: 0 0 15px 0;
	font-size: 0;
}
.small-thumbs .item {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px 5px;
	width: 11.11111111%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.small-thumbs .item:hover {
	border-color: #fff;
}
.small-thumbs .item a {
	display: block;
	border: 2px solid #878787;
}
.small-thumbs .item img {
	display: block;
	width: 100%;
	height: auto;
}
.about {
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px solid #272727;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.about .wrap {
	padding: 5px 0;
}
.about span {
	color: #343434;
}
.about a {
	color: #878787;
	text-decoration: none;
	position: relative;
        padding-right: 5px;
}
.about a:after {
	content: ",";
}
.about a:last-child:after {
	display: none;
}
.about a:hover {
	color: #eb0400;
}
.about + .text {
	margin-bottom: 20px;
}
.player-holder + .about {
	border: 1px solid #505050;
	padding: 0 15px;
}
.player-holder + .about .wrap {
	padding: 12px 0 10px;
}
.player-holder + .about .wrap + .wrap {
	border-top: 1px solid #505050;
}

/* text *********************************************************************/

h1, h2, h3, h4, h5, h6 {
	color: #868686;
	padding: 5px 0 10px 0;
}
h1 {
	font: 32px/34px 'Helvetica', sans-serif;
}
h2 {
	font: 28px/30px 'Helvetica', sans-serif;
}
h3 {
	font: 24px/26px 'Helvetica', sans-serif;
}
h4 {
	font: 20px/22px 'Helvetica', sans-serif;
}
h5 {
	font: 18px/20px 'Helvetica', sans-serif;
}
h6 {
	font: 16px/18px 'Helvetica', sans-serif;
}

/* sidebar *********************************************************************/

#sidebar {
	float: left;
	width: 200px;
	overflow: hidden;
	margin: 0 15px 0 0;
}
#sidebar ul {
	overflow: hidden;
}
#sidebar ul li {
	font-size: 17px;
}
#sidebar ul li a {
	display: block;
	color: #878787;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #272727;
	padding: 4px 10px;
}
#sidebar ul li a:hover:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #eb0400;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
#sidebar ul li a:hover {
	color: #eb0400;
	border-bottom: 1px solid #eb0400;
}
.text {
	clear: both;
}
.text p {
	text-align: justify;
	color: #727272;
	font-size: 15px;
	line-height: 18px;
}
.player-holder {
    max-width: 1000px;
    margin: 15px auto 20px;
}
.player {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
}
.player iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* footer *********************************************************************/

.footer {
	overflow: hidden;
	text-align: center;
	padding: 20px 0 0 0;
	color: #484848;
	font-size: 12px;
	line-height: 15px;
	margin-top: 20px;
}
.footer p {
	margin: 10px 0 15px 0;
}
.footer a {
	color: #868686;
	text-decoration: none;
}
.footer a:hover {
	color: #c30c09;
}
.footer .wrap {
	text-align: center;
	padding: 10px 0;
	border: 1px solid #343434;
	background: rgb(25,25,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(25,25,25,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(25,25,25,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(25,25,25,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer ul li {
	border-left: 1px solid #434343;
	font: 14px/16px 'Helvetica';
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	margin: 6px 0;
}
.footer ul li:first-child {
	border-left: none;
	padding-left: 0;
}
.footer ul li:last-child {
	border-right: none;
	padding-right: 0;
}
.footer-links {
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (max-width: 1600px) {
	.small-thumbs .item {
		width: 12.5%;
	}
	.thumbs.video-thumbs .item {
		width: 25%;
	}
}
@media screen and (max-width: 1439px) {
	.thumbs .item {
		width: 25%;
	}
	.small-thumbs .item {
		width: 14.22222222%;
	}
}
@media screen and (max-width: 1300px) {
	.small-thumbs .item {
		width: 16.66666666%;
	}
	.thumbs.video-thumbs .item {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 1100px) {
	.thumbs .item {
		width: 25%;
	}
	#sidebar {
		float: none;
		margin: 20px 0 0 0;
		width: auto;
	}
	#sidebar ul {
		font-size: 0;
	}
	#sidebar ul li {
		display: inline-block;
		vertical-align: top;
		padding: 0 8px;
		width: 25%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sidebar ul li a {
		padding: 10px;
	}
	#content {
		float: none;
		width: auto;
	}
	.ht {
		display: none;
	}
}
@media screen and (max-width: 950px) {
	#sidebar ul li {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 850px) {
	.thumbs .item {
		width: 33.33333333%;
	}
	.small-thumbs .item {
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	.thumbs .item strong {
		font-size: 16px;
	}
	.small-thumbs .item {
		width: 25%;
	}
}
@media screen and (max-width: 700px) {
	.menu li {
		font-size: 17px;
		padding: 0 12px;
	}
}
@media screen and (max-width: 650px) {
	.thumbs .item {
		width: 50%;
	}
	.main-title {
		font-size: 20px;
		line-height: 26px;
	}
	#sidebar ul li {
		width: 50%;
	}
	.thumbs.video-thumbs .item {
		width: 50%;
	}
}
@media screen and (max-width: 567px) {
	.small-thumbs .item {
		width: 33.33333333%;
	}
	.menu li {
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 479px) {
	.small-thumbs .item {
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	.logo {
		left: -20px;
	}
	.menu {
		margin-left: 70px;
	}
	.menu li {
		padding: 0 10px;
		font-size: 14px;
	}
}
@media screen and (max-width: 350px) {
	#sidebar ul li {
		width: 100%;
	}
}
