* {
	outline: 0;
}
body {
	background: #542c2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffba87;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.title {
	margin-top: 5px;
}
.title h1 {
	margin-top: 10px;
}
h1, h2, h3 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 22px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.text-muted {
	font-style: normal;
	color: #ffffff;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clearfix:after, .container:after, .thumbs:after, .title:after {
	content: "";
	display: table;
	clear: both;
}
.clear {
	clear: both;
}
.clear-m {
	clear: both;
	display: none;
}
input[type="radio"] {
	display:none;
}
input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
}
input[type="radio"] + label span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	background: url("../images/radio.png") no-repeat left bottom;
	cursor: pointer;
}
input[type="radio"]:checked + label span {
	background: url("../images/radio.png") no-repeat left top;
}
.radio-inline .radio {
	margin: 10px 20px 10px 0;
	float: left;
}
.input-text {
	width: 100%;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #654242;
	background-color: #542c2d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.input-text:focus {
	border-color: #ffba87;
}
.input-textarea {
	height: 60px;
	padding: 5px 10px;
	resize: none;
	color: #ffffff;
}
.button-default {
	width: auto;
	height: 32px;
	padding: 0 20px;
	background-color: #ee873b;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #161616;
	cursor: pointer;
}
.button-default:active {
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.container {
	max-width: 1250px;
	margin: 0 auto;
}
.header {
	height: 54px;
	background: #391e1e;
	border-bottom: 1px solid #614b4b;
}
.header .container {
	position: relative;
}
.logo {
	width: 241px;
	height: 55px;
	margin: 2px 0;
	float: left;
}
.nav-toggle {
	width: 18px;
	height: 18px;
	margin: 18px 0;
	display: none;
	float: right;
	background: url("../images/icon-menu.png") no-repeat center;
	cursor: pointer;
}
.nav-toggle.toggled {
	opacity: 0.6;
}
.nav {
	overflow: hidden;
	text-align: center;
}
.nav > ul > li {
	margin: 0 15px;
	display: inline-block;
}
.nav > ul > li > a {
	height: 55px;
	display: block;
	font-weight: bold;
	line-height: 54px;
}
.nav > ul > li > a:hover, .nav > ul > li > a.active {
	background: url("../images/menu-active-bg.png") no-repeat center bottom;
	text-decoration: none;
}
.search {
	position: relative;
	min-width: 280px;
	height: 26px;
	margin: 14px 0;
	float: right;

}
.search-input {
	width: 100%;
	height: 26px;
	padding: 0 26px 0 0;
	background: transparent; 
	border: 0;
	border-bottom: 1px solid #9c8f8f;
	font-style: italic;
	color: #999999;
}
.search-input:focus {
	border-color: #ffffff;
}
.search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 26px;
	background: transparent url("../images/icon-search.png") no-repeat center;
	border: 0;
	cursor: pointer;
}
.title h1 {
	float: left;
}
.sort {
	min-width: 120px;
	height: 34px;
	margin: 3px 0 8px 0;
	float: right;
	background: #391e1e;
}
.sort a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
}
.sort > li > a {
	border: 1px solid #755551;
	border-radius: 3px;
}
.sort a:hover, .sort a.toggled {
	color: #ff913d;
	text-decoration: none;
}
.dropdown {
	position: relative;
	line-height: 32px;
}
.dropdown a {
	padding: 0 15px;
}
.dropdown > a, .dropdown > span {	
	background: url("../images/icon-select.png") no-repeat right;
}
.dropdown-menu {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	display: none;
	background: #391e1e;
	border-radius: 3px;
	font-size: 12px;
	z-index: 2;
}
.dropdown-menu li {
	border: 1px solid #755551;
	border-top: 0;
	white-space: nowrap;
}
.dropdown-menu li:first-child {
	border-top: 1px solid #755551;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.dropdown-menu li:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.nav .dropdown-cat > a {
	padding: 0 30px 0 0;
	background: url("../images/icon-select.png") no-repeat right;
}
.nav .dropdown-cat > a:hover, .nav .dropdown-cat > a.toggled {
	background: url("../images/icon-select.png") no-repeat right, url("../images/menu-active-bg.png") no-repeat center bottom;
}
.dropdown-cat-menu {
	position: absolute;
	top: 54px;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	display: none;
	background: #391e1e;
	border-top: 1px solid #ee873b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	z-index: 2;
}
.dropdown-cat-container {
	max-width: 1024px;
	margin: 0 auto;
}
.dropdown-cat-menu ul {
	width: 20%;
	padding: 0 20px 0 0;  
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dropdown-cat-menu li {
	padding: 5px 0;
	border-bottom: 1px dashed #666666;
}
.dropdown-cat-menu li:last-child {
	border-bottom: 0;
}
.show-all-cats {
	margin-top: 5px;
	display: inline-block;
	color: #ee873b;
}
.thumbs {
	margin: 0 -6px;
}
.th {
	width: calc(20% - 12px);
	margin: 0 6px 12px 6px;
	display: block;
	float: left;
}
.th-image {
	position: relative;
	width: 100%;
	margin: 0 0 4px 0;
	padding: 75% 0 0 0;
}
.th-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 3px;
}
.th-image span {
	position: absolute;
	padding: 0 6px 0 24px;
	background-color: rgba(84, 44, 45, 0.9);
	background-repeat: no-repeat;
	background-position: 4px;
	border-radius: 3px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
}
.th-amount {
	right: 2px;
	bottom: 2px;
	background-image: url("../images/icon-amount.png");
}
.th-rating {
	top: 2px;
	left: 2px;
	background-image: url("../images/icon-rating.png");
	color: #4fb656 !important;
}
.th-duration {
	top: 2px;
	right: 2px;
	background-image: url("../images/icon-duration.png");
}
.th-views {
	bottom: 2px;
	left: 2px;
	background-image: url("../images/icon-views.png");
}
.th-cat {
	height: 24px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
}
.th-desc {
	height: 32px;
	display: block;
	overflow: hidden;
	line-height: 16px;	
}
.th:hover {
	text-decoration: none;
}
.th:hover .th-cat, .th:hover .th-desc {
	color: #ee873b;
}
.tabs {
	margin: 0 0 0 38px;
	padding: 0;
}
.tabs > li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	list-style: none;
}
.tabs > li > a, .tabs > li > span {
	height: 38px;
	padding: 0 20px;
	display: block;
	border-right: 1px solid #755551;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 38px;
	cursor: pointer;
}
.tabs > li:first-child > a, .tabs > li:first-child > span {
	border-left: 1px solid #755551;
}
.tabs > li > a:hover {
	color: #f3f3f3;
	text-decoration: none;
}
.tabs > li > a.active {
	position: relative;
	margin-bottom: -1px;
	background-color: #391e1e;
	border-bottom: 1px solid #391e1e;
	color: #f3f3f3;
	z-index: 2;
}
.tabs-content {
	padding: 20px;
	border-top: 1px solid #755551;
	background-color: #391e1e;
	font-size: 14px;
}
.tabs-content > div {
	display: none;
}
.video-wrapper {
	width: calc(100% - 252px);
	float: left;
}
.video-container {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
}
.video-container iframe, .video-container video, .video-container .video-tmp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.video-info {
	margin: 10px 0 0 0;
	border: 1px solid #755551;
	color: #ffffff;
}
.video-rating {
	width: 110px;
	height: 38px;
	padding: 0;
	float: left;
	border-right: 1px solid #755551;
	border-left: 1px solid #755551;
	text-align: center;
	line-height: 38px;
}
.video-thumbs-up, .video-thumbs-down {
	height: 38px;
	padding: 0 19px;
	float: left;
	line-height: 38px;
}
.video-thumbs-up {
	background: url("../images/icon-video-up.png") no-repeat center;
}
.video-thumbs-down {
	background: url("../images/icon-video-down.png") no-repeat center;
	border-right: 1px solid #755551;
}
.video-info .tabs > li > a, .video-info .tabs > li > span {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.video-info .tabs > li > a.video-flag-icon {
	border-right: 0;
	background-image: url("../images/icon-video-flag.png");
	background-position: center;
	background-repeat: no-repeat;
}
.video-info .tabs-content {
	padding: 15px 20px;
	font-size: 13px;
}
.video-views {
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	display: inline-block;
	background: url("../images/icon-video-views.png") no-repeat left;
}
.video-duration {
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	display: inline-block;
	background: url("../images/icon-video-duration.png") no-repeat left;
}
.video-date {
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	display: inline-block;
	background: url("../images/icon-video-date.png") no-repeat left;
}
.video-categories {
	margin: 10px 0 0 0;
}
.video-categories a {
	font-style: italic;
	color: #ee873b;
	text-decoration: underline;
}
.video-categories a:hover {
	text-decoration: none;
}
.video-info .dropdown span {
	padding-right: 34px;
	padding-left: 35px;
	background: url("../images/icon-select.png") no-repeat right, url("../images/icon-video-download.png") no-repeat 12px;
}
.video-info .dropdown-menu {
	top: 40px;
}
.video-flag textarea {
	margin: 10px 0;
}
.video-flag button {
	margin: 0 0 5px 0;
}
.video-aside {
	width: 240px;
	float: right;
}
.video-aside .thumbs {
	margin: 0;
}
.video-aside .th {
	width: 100%;
	margin: 0 0 12px 0;
}
.paginator {
	margin: 28px auto 0 auto;
	text-align: center;
}
.paginator li {
	width: 40px;
	height: 40px;
	margin: 2px;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	line-height: 40px;
}
.paginator a {
	display: block;
	border-radius: 50%;
	text-align: center;
}
.paginator a:hover {
	color: #ee873b;
	text-decoration: none;
}
.paginator a.active {
	background-color: #ee873b;
	color: #161616;
}
.paginator a.active:hover {
	color: #161616;
	cursor: default;
}
.paginator a.page-prev, .paginator .page-next {
	background-repeat: no-repeat;
	background-position: center;
}
.paginator a.page-prev {
	background-image: url("../images/icon-prev.png");
}
.paginator a.page-next {
	background-image: url("../images/icon-next.png");
}
.nav-bottom {
	margin: 40px 0 20px 0;
	padding: 0 0 15px 0;
	border-top: 1px solid #755551;
	border-bottom: 1px solid #755551;
}
.nav-bottom ul {
	margin: 0 auto;
	text-align: center;
}
.nav-bottom li {
	margin: 15px 15px 0 15px;
	display: inline-block;
}
.goup {
	position: fixed;
	right: 10px;
	bottom: 100px;
	width: 45px;
	height: 45px;
	display: none;
	background: #e89a36 url("../images/icon-up.png") no-repeat center;
	border-radius: 3px;
	z-index: 3;
}
.footer p {
	margin: 10px 0;
	line-height: 16px;
}
.footer-left {
	width: 50%;
	padding: 0 15px 0 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}
.footer-right {
	width: 50%;
	padding: 0 0 0 15px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-share {
	height: 32px;
	margin: 10px 0;
}
.footer-share-tmp {
	display: block;
}
.copyright {
	color: #ffffff;
}
.copyright a {
	color: #ee873b;
	text-transform: uppercase;
}