/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	color: #000;
	font: 16px/19px Verdana;
	position: relative;
	min-width: 320px;
	min-height: 100%;
	background: #191919;
}
.body-lock {
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}
a {
	color: #ccc;
	text-decoration: underline;
	outline: 0;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
textarea {
	resize: none;
}
/* page holder ****************************************************************/
.holder {
	clear: both;
	overflow: hidden;
	padding: 0 5px;
	/*max-width: 1744px;*/
	margin: 0 auto;
	position: relative;
	max-width: 1494px;
}
/* header *********************************************************************/
#header {
	margin: 0 auto 15px;
	padding-top: 10px;
	width: 100%;
	float: left;
	padding-bottom: 12px;
	background: url(../img/bg-header.png);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,1);
	box-shadow: 0 0 20px rgba(0,0,0,1);
}
#header:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
#header .holder {
	overflow: visible;
}
.logo {
	background: url(../img/logo.png) no-repeat;
	width: 357px;
	height: 63px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 0 30px 0 0;
}
#menu-icon {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 35px;
	display: none;
	cursor: pointer;
}
#menu-icon:before {
	content: "";
	width: 32px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff3c00;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#menu-icon:after {
	content: "";
	width: 32px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 9px;
	background: #ff3c00;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#menu-icon span {
	width: 32px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 18px;
	background: #ff3c00;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#menu-icon em {
	width: 32px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 27px;
	background: #ff3c00;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.top-menu {
	padding-top: 4px;
	float: left;
}
.top-menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 28px 0 0;
	font: bold 14px/44px Verdana;
	position: relative;
}
.top-menu li strong {
	float: left;
}
.top-menu li img {
	float: left;
	display: none;
	margin: 3px 12px 0 0;
}
.top-menu li:nth-child(3) img {
	margin-top: 0;
}
.top-menu li:first-child {
	margin-left: 0;
}
.top-menu li:last-child {
	margin-right: 0;
}
.top-menu li img:first-child {
	display: block;
}
.top-menu li:hover img {
	display: block;
}
.top-menu li:hover img:first-child {
	display: none;
}
.top-menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.top-menu li:hover a {
	color: #ff3c00;
}
.top-menu li ol {
	display: none;
	position: absolute;
	left: 0;
	top: 38px;
	width: 100%;
	min-width: 60px;
	z-index: 100;
	background: rgba(0,0,0,0.9);
}
.top-menu li:hover ol {
	display: block;
}
.top-menu li ol li {
	float: none;
	overflow: hidden;
	display: block;
	font: 12px/14px Verdana;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
.top-menu li ol li a {
	text-decoration: none;
	color: #fff !important;
	display: block;
	float: none;
	padding: 8px 0;
}
.top-menu li ol li a:hover {
	color: #ff3c00 !important;
}
.social {
	overflow: hidden;
	float: right;
	margin: 3px 0 0 20px;
}
.search {
	height: 36px;
	background: #000000;
	border: 1px solid #2d2d2d;
	overflow: hidden;
	position: relative;
}
.search .txt-input {
	background: none;
	color: #4c4c4c;
	font-size: 18px;
	border: none;
	height: 36px;
	width: 100%;
	text-indent: 15px;
}
.search .btn-submit {
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 21px;
	height: 21px;
	background: url(../img/lupa.png) no-repeat;
	border: none;
}
.search .btn-submit:hover {
	background-position: 0 100%;
}
@media screen and (max-width: 1279px) {
	.logo {
		margin-right: 20px;
	}
	.top-menu li {
		margin-right: 18px;
	}
}
@media screen and (max-width: 1000px) {
	.top-menu {
		padding-bottom: 5px;
	}
	.top-menu li {
		margin-right: 25px;
	}
	.top-menu li img {
		display: none !important;
	}
}
@media screen and (max-width: 870px) {
	.top-menu {
		float: none;
		clear: both;
		display: none;
	}
	.top-menu li img:first-child {
		display: block !important;
	}
	.top-menu li:hover img {
		display: block !important;
	}
	.top-menu li:hover img:first-child {
		display: none !important;
	}
	#menu-icon {
		display: block;
		z-index: 500;
		right: 5px;
		top: 13px;
	}
	#menu-icon.active span,
	#menu-icon.active em,
	#menu-icon.active:before,
	#menu-icon.active:after {
		background: #fff;
	}
}
@media screen and (max-width: 679px) {
	.top-menu li img:first-child,
	.top-menu li img {
		display: none !important;
	}
	.top-menu li ol {
		right: 0;
		left: auto;
	}
}
@media screen and (max-width: 479px) {
	.logo {
		width: 266px;
		height: 47px;
		-webkit-background-size: 266px 47px;
		background-size: 266px 47px;
	}
	.top-menu {
		float: left;
		width: 100%;
	}
	.top-menu li {
		margin: 0 !important;
		line-height: 30px;
		display: block;
		float: left;
		clear: both;
		width: 100%;
		line-height: 38px;
	}
	.top-menu li strong {
		width: 45px;
	}
	.top-menu li img:first-child {
		display: block !important;
	}
	.top-menu li ol {
		width: 40px;
		left: 0;
		right: auto;
	}
	.social {
		width: 32px;
	}
}
@media screen and (min-width: 871px) {
	.top-menu {
		display: block !important;
	}
}
/** *************************************************************************************************************************************************************************************************** **/
@media screen and (max-width: 1599px) {
	.holder {
		max-width: 1244px;
	}
	.black-box ul li {
		width: 135px !important;
	}
}
@media screen and (max-width: 1279px) {
	.holder {
		max-width: 995px;
		padding: 0 5px;
	}
	.black-box ul li {
		width: 144px !important;
	}
}
/* main content area **********************************************************/
.title {
	padding: 5px 0;
}
.title:after {
	display: block;
	content: "";
	width: 100%;
	clear: both;
	overflow: hidden;
}
.big-title {
	color: #454545;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}
.big-title strong {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
}
.title-thumbs {
	margin: 0 auto;
}
.title img {
	float: left;
	margin: 3px 10px 0 0;
}
.title h1 {
	color: #ff3c00;
	font:  20px/26px Verdana;
	float: left;
}
.title.white-title h1 {
	color: #fff;
}
.sortby {
	float: right;
}
.sortby span {
	float: left;
	background: url(../img/settings-icon.png) no-repeat 100% 50%;
	padding-right: 32px;
	font: bold 16px/28px Verdana;
	color: #454545;
	margin-right: 10px;
}
.sort-div {
	float: right;
	position: relative;
	cursor: pointer;
}
.sort-div strong {
	display: block;
	font-size: 25px;
	line-height: 28px;
	color: #ff3c00;
	font-weight: normal;
}
.sort-div ul {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 30px;
	background: rgba(0,0,0,0.99);
	width: 170px;
	padding: 10px 12px 3px 12px;
	display: none;
}
.sort-div:hover ul {
	display: block;
}
.sort-div ul li {
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 7px;
}
.sort-div ul li a {
	text-decoration: none;
	color: #989898;
	display: block;
	padding-left: 50px;
}
.sort-div ul li.top-rated a {
	background: url(../img/icon-top-rated1.png) no-repeat 0 50%;
}
.sort-div ul li.longest a {
	background: url(../img/icon-longest1.png) no-repeat 0 50%;
}
.sort-div ul li.newest a {
	background: url(../img/icon-newest1.png) no-repeat 0 50%;
}
.sort-div ul li.top-rated a:hover {
	background: url(../img/icon-top-rated2.png) no-repeat 0 50%;
}
.sort-div ul li.longest a:hover {
	background: url(../img/icon-longest2.png) no-repeat 0 50%;
}
.sort-div ul li.newest a:hover {
	background: url(../img/icon-newest2.png) no-repeat 0 50%;
}
.sort-div ul li a:hover {
	color: #ff3c00;
}
@media screen and (max-width: 639px) {
	.sortby {
		float: left;
		clear: both;
		padding: 10px 0 5px 0;
	}
}
.thumbs {
	margin: -1px 0 16px -1px;
	overflow: hidden;
	/*clear: both;*/
}
.thumbs li {
	float: left;
	width: 246px;
	height: 228px;
	margin: 1px 0 0 1px;
	position: relative;
	overflow: hidden;
	background: #000000;
	border: 1px solid #454545;
	color: #989898;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.thumbs li:hover {
	border-color: #ff3c00;
}
.thumbs li a {
	display: block;
	overflow: hidden;
}
.thumbs li p {
	color: #989898;
	height: 26px;
	overflow: hidden;
	font-size: 10px;
	line-height: 13px;
	margin: 0 3px 2px 3px;
}
.thumbs li img {
	display: block;
	width: 240px;
	height: 180px;
	margin: 3px auto 1px;
}
.thumbs li span {
	float: left;
	padding-left: 3px;
	font-size: 11px;
	line-height: 12px;
}
.thumbs li span i {
	font-style: normal;
	color: #ff3c00;
}
.thumbs li strong {
	float: right;
	padding-right: 3px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
}
.adv {
	overflow: hidden;
	text-align: center;
	margin-bottom: 12px;
	height: 252px;
}
.adv li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 250px;
	margin: 0 2px 5px 2px;
}
.adv li img {
	display: block;
	width: 300px;
	height: 250px;
}
.adv li {
	border: 1px solid #000;
}
.adv li:hover {
	border-color: #ff3c00;
}
.txt {
	overflow: hidden;
	font:  12px/15px Verdana;
	text-align: justify;
	padding-bottom: 4px;
	color: #727272;
}
.txt p {
	margin-top: 0;
}
.banner-center {
	display: block;
	max-width: 768px;
	margin: 0 auto 20px;
}
.banner-center img {
	display: block;
	width: 100%;
	height: auto;
}
.pagination {
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	color: #767676;
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 33px;
	font: 18px/33px Verdana;
	border: 1px solid #3d3d3d;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #181818 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#181818)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#181818 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#181818 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#181818 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%,#181818 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#181818',GradientType=0 ); /* IE6-9 */
}
.pagination ul li.back,
.pagination ul li.next {
	width: 88px;
	border: none;
	height: 35px;
}
.pagination ul li.back {
	background: url(../img/arrow-left.png) no-repeat !important;
}
.pagination ul li.next {
	background: url(../img/arrow-right.png) no-repeat !important;
}
.pagination ul li.back:hover,
.pagination ul li.next:hover {
	background-position: 0 100% !important;
}
.pagination ul li a {
	text-decoration: none;
	display: block;
	color: #767676;
}
.pagination ul li:hover {
	background: #ff3c00;
}
.pagination ul li:hover a {
	color: #fff;
}
.black-box {
	overflow: hidden;
	margin: 2px 0 4px 0;
    padding: 15px 0 10px 0;
	background: url(../img/black-box.png);
	margin-bottom: 15px;
}
.load-more {
	display: none;
}
.black-box ul {
	counter-reset: point;
	overflow: hidden;
	padding: 0 20px 0 20px;
}
.black-box ul li {
	width: 166px;
	overflow: hidden;
	font:  bold 12px/22px Arial;
	margin-bottom: 5px;
	color: #808080;
	margin: 0 0 3px 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 10px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.black-box ul li:before {
	content: counter(point);
	counter-increment: point 1;
	color: #a4a4a4;
	font:  11px/24px Arial;
	float: left;
	margin-right: 5px;
	color: #ff3c00;
}
.black-box ul li:hover:before {
	color: #fff;
}
.black-box .wrap {
	margin-bottom: 20px;
}
.black-box .wrap ul li:before {
	display: none;
}
.black-box ul li:hover {
	background: #ff3c00;
}
.black-box ul li a {
	display: block;
	text-decoration: none;
	padding: 0 10px 0 0;
	overflow: hidden;
}
.black-box ul li a b {
	color: #808080;
	font:  bold 12px/22px Arial;
}
.black-box ul li a:hover b,
.black-box ul li a:hover span {
	color: #fff;
}
.black-box strong {
	display: block;
	text-transform: uppercase;
	font:  bold 18 px/20px Arial;
	padding: 0 0 7px 30px;
	color: #ff3c00;
}
.black-box ul li span {
	display: block;
	overflow: hidden;
	line-height: 24px;
	color: #ff3c00;
	float: left;
}
.black-box ul li a:hover {
	color: #fff;
}
.black-box ul li a:hover + span {
	color: #fff;
}
.black-box ul li b {
    float: left;
	font:  12px/24px Verdana;
	padding-right: 5px;
	color: #ff3c00;
}
.related {
	overflow: hidden;
	color: #808080;
	font: bold 18px/23px Arial;
	padding: 5px 20px;
}
.related a {
	color: #808080;
	text-decoration: none;
	padding: 0 6px;
	margin: 2px 4px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.related a:hover {
	background: #ff3c00;
	color: #fff;
}
/* video page *********************************************************************/
.video-all {
	overflow: hidden;
	display: table;
	margin: 0 auto 20px;
}
.left-box {
	float: left;
	width: 1122px;
	margin: 5px 10px 5px 0;
/*    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
}
.player {
	position: relative;
	height: 613px;
	/*width: 100%;*/
	border: 1px solid #2b2b2b;
	padding: 12px;
	background: #000000;
}
.player iframe {
	width: 100%;
	height: 100%;
}
.infobox {
	border-bottom: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	overflow: hidden;
	font: bold 12px/15px Verdana;
	color: #7d7d7d;
}
.desc {
	padding: 0 8px;
	overflow: hidden;
}
.wr1,
.wr2 {
	overflow: hidden;
	padding: 5px 8px;
}
.rating {
	float: left;
	width: 280px;
	overflow: hidden;
}
.vote-ok {
	float: left;
	background: url(../img/vote-yes.png) no-repeat;
	width: 33px;
	height: 32px;
	margin-right: 10px;
	cursor: pointer;
}
.vote-no {
	margin: 3px 0 0 10px;
	float: right;
	background: url(../img/vote-no.png) no-repeat;
	width: 33px;
	height: 32px;
	cursor: pointer;
}
.vote-main {
	overflow: hidden;
}
.vote-main span {
	display: block;
}
.vote-text {
	display: block;
	overflow: hidden;
	text-align: center;
	padding-bottom: 6px;
}
.vote-container {
	height: 6px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.vote-bottom {
	height: 4px;
	background: #575757;
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.vote-over {
	height: 6px;
	background: #ff3c00;
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.heart {
	float: left;
	background: url(../img/heart2.png) no-repeat;
	width: 45px;
	height: 40px;
	margin-left: 15px;
}
.some-links {
	margin-top: 10px;
	overflow: hidden;
	float: right;
}
.some-links li {
	float: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	margin-left: 20px;
}
.some-links li img {
	float: left;
	margin-right: 8px;
}
.some-links li span {
	float: left;
}
.some-links li a:hover {
	color: #fff;
}
.wr2 ul {
	margin-top: 10px;
	overflow: hidden;
	float: left;
}
.wr2 ul li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
.wr2 ul li img {
	float: left;
	margin-right: 8px;
}
.wr2 ul li span {
	float: left;
}
.social-video {
	float: right;
}
.info {
	overflow: hidden;
	padding: 0 8px;
}
.info .item {
	overflow: hidden;
	margin-bottom: 11px;
}
.info .item span {
	float: left;
	padding-right: 6px;
	line-height: 20px;
	width: 80px;
}
.info .item a {
	height: 20px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	background: #575757;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 6px;
}
.info .item a:hover {
	color: #ff3c00;
	background: #111111;
}
.comments {
	overflow: hidden;
	padding: 8px 0 0 0;
}
.comments .t-hold {
	width: 100%;
	max-width: 600px;
	padding: 0 10px;
	float: left;
	overflow: hidden;
	background: #fff;
	margin: 0 15px 0 8px;
}
.comments textarea {
	overflow: auto;
	width: 100%;
	height: 45px;
	color: #7d7d7d;
	font-weight: normal;
	font-size: 14px;
	border: none;
}
.comments .btn-submit {
	float: left;
	width: 84px;
	height: 29px;
	text-indent: -9999px;
	background: url(../img/btn-submit.png) no-repeat;
	border: none;
	cursor: pointer;
}
.comments h3 {
	color: #575757;
	font: 24px/26px Verdana;
	padding: 20px 8px 15px 8px;
}
.comments h3 span {
	font: 18px/26px Verdana;
}
.comments-list {
	overflow: hidden;
	padding: 0 8px 20px 8px;
}
.comments-list li {
	overflow: hidden;
}
.comments-list li strong {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding-right: 10px;
}
.replay-link {
	float: right;
	text-decoration: none;
}
.show-more {
	display: block;
	background: #000000;
	text-decoration: none;
	text-align: center;
	color: #737373;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	border-top: 1px solid #2b2b2b;
	line-height: 40px;
}
.show-more:hover {
	color: #fff;
}
.video-right {
	width: 352px;
	float: right;
	overflow: hidden;
	margin: 0 0 0 5px;
	text-align: center;
	font:  16px/18px Verdana;
}
.video-right .adv-right {
	overflow: hidden;
	margin: 0 auto 10px;
}
.video-right .adv-right li {
	width: 350px;
	height: 292px;
	overflow: hidden;
	margin-top: 25px;
	border: 1px solid #797979;
}
.video-right .adv-right li:first-child {
	margin-top: 5px;
}
.video-right .adv-right li:last-child {
	display: none;
}
.video-right .adv-right li img {
	display: block;
	width: 350px;
	height: 292px;
}
.video-right .adv-right li:hover {
	border-color: #c52a00;
}
.video-right #tabs {
	overflow: hidden;
	border: 1px solid #2b2b2b;
	margin-top: 30px;
}
.tab-nav {
	overflow: hidden;
	width: 100%;
	margin-bottom: 16px;
	border-bottom: 1px solid #2b2b2b;
}
.tab-nav li {
	float: left;
	width: 50%;
	height: 39px;
	font-size: 14px;
	line-height: 39px;
	text-align: center;
}
.tab-nav li.ui-tabs-active {
	background: #454545;
}
.tab-nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.tab-nav li span {
	display: inline-block;
	height: 39px;
	padding-left: 28px;
}
.tt1 span {
	background: url(../img/icon11.png) no-repeat 0 50%;
}
.tt2 span {
	background: url(../img/icon12.png) no-repeat 0 50%;
}
.video-right #tabs .thumbs li {
	margin: 0 auto 15px auto;
	float: none;
}
.t-more {
	background: #000;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #737373;
	text-transform: uppercase;
	height: 39px;
	font-size: 14px;
	line-height: 39px;
	border-top: 1px solid #3d3d3d;
}
.t-more:hover {
	color: #fff;
}


@media screen and (max-width: 1599px) {
	.left-box {
		width: 927px;
	}
	.player {
		height: 529px;
	}
	.some-links li {
		font-size: 12px;
	}
	.video-right {
		width: 302px;
	}
	.video-right .adv-right li {
		width: 300px;
		height: 250px;
	}
	.video-right .adv-right li img {
		width: 300px;
		height: 250px;
	}

}
@media screen and (max-width: 1279px) {
	.left-box {
		width: 733px;
		margin-right: 10px;
	}
	.player {
		height: 414px;
	}
	.red-right {
		display: none;
	}
	.video-right {
		width: 242px;
		margin-left: 10px;
	}
	.video-right .adv-right li {
		width: 240px;
		height: 200px;
		margin-top: 10px;
	}
	.video-right .adv-right li img {
		width: 240px;
		height: 200px;
	}
	.some-links {
		clear: both;
		padding-top: 10px;
		float: none;
	}
	.some-links li:first-child {
		margin-left: 0;
	}
	.video-right .thumbs li {
		width: 234px;
		text-align: left;
	}
	.video-right .thumbs li .wrap {
		height: 28px;
	}
	.comments .t-hold {
		width: 300px;
	}
}
@media screen and (max-width: 1000px) {
	.video-all {
		display: block;
	}
	.left-box {
		width: 100%;
		margin: 5px 0;
		float: none;
	}
	.player {
		height: 414px;
	}
	.video-right {
		clear: both;
		width: 100%;
		margin: 0px;
	}
	.video-right .adv-right {
		width: auto;
		height: 206px;
		overflow: hidden;
	}
	.video-right .adv-right li {
		display: inline-block;
		margin: 4px 2px !important;
	}
	.video-right .adv-right li:last-child {
		display: inline-block;
	}
	.video-right #tabs {
		display: none;
	}
}
@media screen and (max-width: 567px) {
	.player {
		height: 250px;
	}
}
/* footer *********************************************************************/
.logo-footer {
	display: block;
	margin: 0 auto;
}
#footer {
    overflow: hidden;
    background: url(../img/black-box.png);
    padding: 17px 0 15px 0;
    position: relative;
    color: #909090;
    font-size: 11px;
    line-height: 14px;
    margin-top: 15px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
	box-shadow: 0 0 10px rgba(0,0,0,1);
}
.uplink {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -25px;
    background: url(../img/up-link.png) no-repeat 50% 50% #191919;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
}
.uplink:hover {
	opacity: 0.8;
}
.f-center {
    overflow: hidden;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    padding: 0 100px;
}
#footer ul {
	text-align: center;
}
#footer ul li {
	display: inline;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0 8px 0 10px;
	border-left: 1px solid #fff;
}
#footer ul li:first-child {
	border: none;
}
#footer ul li a {
	text-decoration: none;
	color: #fff;
}
#footer ul li a:hover {
	color: #ff3c00;
}
/*popup*/
#popup { 
	position: fixed;
	width: 98%;
	top: 99px !important;
	left: 0;
	z-index: 9999 !important;
	display: none; 
	background: rgba(41,41,41,0.99);
	padding: 20px 0;
}
.popup-inner {
	overflow: hidden;
}
#opacity {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 900;
	opacity: 0;
}
#popup .close {
	position: absolute;
	right: 5px;
	top: 0;
	text-decoration: none;
	font-size: 11px;
}
#popup .close:hover {
	text-decoration: underline;
}
.w-title {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 15px;
}
.w-title strong {
	float: left;
	font:  14px/16px Verdana;
	text-transform: uppercase;
	margin-right: 18px;
}
.w-title span {
	display: block;
	overflow: hidden;
	height: 1px;
	margin-top: 7px;
}
.popular-links {
	text-align: left;
	padding-bottom: 9px;
	overflow: hidden;
}
.popular-links a {
	float: left;
	font: 14px/16px Verdana !important;
	line-height: 16px;
	margin: 0 25px 8px 25px;
	text-decoration: none;
}
.cat-all {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.popup ol {
	display: table-cell;
	padding: 0 0 10px 25px;
	overflow: hidden;
}
.popup ol li {
	font: 14px/16px Verdana;
	overflow: hidden;
	position: relative;
	padding-left: 8px;
}
.popup ol li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #ccc;
}
.popup ol li a {
	text-decoration: none;
	padding: 5px;
	display: inline-block;
}
.popup ol li a:hover {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#popup .close {
	color: #fff;
}
.w-title strong {
	color: #c52a00;
}
.w-title span {
	background: #ff3c00;
}
.popular-links a {
	color: #fff;
}
.popular-links a:hover {
	color: #ff3c00;
}
.popup ol li {
	color: #fff;
}
.popup ol li a {
	color: #fff;
}
.popup ol li a:hover {
	background: #ff3c00;
}
.mCSB_draggerRail {
	width: 13px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 13px !important;
}
/* mobile *******************************************************************************************/

@media screen and (max-width: 1250px) {
	.popular-links a {
		margin: 0 15px 8px 15px;
		font-weight: normal;
		font-size: 12px !important;
	}
	.az {
		padding: 0 0 0 15px;
	}
	.cat-all {
		display: block;
	}
	.popup ol {
		display: block;
		padding: 0 0 20px 25px;
	}
	.popup ol li {
		float: left;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1010px) {
	body {
		-webkit-text-size-adjust: none;
	}
	.thumbs {
		margin: 0 0 16px 0;
		text-align: center;
	}
	.thumbs li {
		text-align: left;
		width: 32%;
		height: auto;
		margin: 1px -1px;
		float: none;
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
	}
	.thumbs li a {
		padding: 0 2px;
	}
	.thumbs li img {
		width: 100%;
		height: auto;
	}
	.pagination ul li {
		width: 33px;
	}
	.related {
		padding: 5px;
	}
	.related a {
		font: 14px/18px Arial;
	}
}
@media screen and (max-width: 1000px) {
	.black-box ul li {
		width: 18% !important;
	}
}
@media screen and (max-width: 767px) {
	.thumbs li {
		width: 48%;
	}
	.pagination li {
		display: none !important;
	}
	.pagination li.back,
	.pagination li.next {
		display: inline-block !important;
	}
	.social-video {
		clear: both;
		float: left;
		margin: 10px 0 10px 0;
	}
	.black-box ul li {
		width: 22% !important;
	}
}
@media screen and (max-width: 639px) {
	.black-box ul li {
		width: 30% !important;
	}
}
@media screen and (max-width: 567px) {
	#footer ul li {
		font-size: 12px;
		padding: 0 4px;
	}
	.f-center {
		padding: 0 10px;
	}
	.uplink {
		position: relative;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 479px) {
	.black-box ul {
		padding: 0 10px;
	}
	.black-box ul li {
		width: 45% !important;
	}
	.thumbs li {
		width: 98%;
		margin: 2px 0;
	}
	.title {
		padding: 5px 3px;
	}
	.title h1 {
		font-size: 18px;
	}
	.load-more {
		display: block;
		width: 100px;
		height: 20px;
		color: #fff !important;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
		line-height: 20px;
		cursor: pointer;
		margin: 0 auto;
	}
	.black-box .wrap {
		display: none;
	}
	.black-box .wrap:first-child {
		display: block;
	}
	.black-box .wrap.show {
		display: block !important;
	}
	.black-box .wrap.show + .load-more {
		display: none !important;
	}
	#footer ul li {
		text-transform: none;
	}
	.uplink {
		width: 35px;
		height: 35px;
		background-size: 35px 35px;
		top: 11px;
		right: -5px;
	}
	.logo-footer {
		width: 300px;
		height: auto;
	}
	.heart {
		display: none;
	}
	.some-links li {
		float: none;
		margin: 0 0 5px 0;
	}
	.comments .t-hold {
		width: 165px;
	}
	.comments .t-hold textarea {
		height: 100px;
	}
	.wr2 ul li {
		margin-bottom: 10px;
	}
}

.RPPages {
	text-align: center;
	margin: 16px 0;
}
.RPPages a, .RPPages span {
	font: 18px/33px Verdana;
	color: #767676;
	line-height:20px;
	padding: 5px 7px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin: 2px;
	border: 1px solid #3d3d3d;
  background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #181818 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#181818)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#181818 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#181818 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#181818 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%,#181818 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#181818',GradientType=0 ); /* IE6-9 */
}

.RPPages a {
text-decoration: none;
	color:#767676;
}

.RPPages a:hover {
/*	border-top: 2px #272727 solid;*/
	color: #fff;
	background: #ff3c00;
}
.RPPages a.active, .RPPages span.active {
/*	border-top: 2px #272727 solid;*/
	color:#fff;
}

.RPPages [rel=btn] {
	line-height:20px;
}
