* {
	outline: none;
}
body {
	background: #212121 url("../images/body-bg.png") repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f3f3f3;
	text-align: center;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.text-primary {
	color: #ff9018;
}
.text-muted {
	color: #959595;
}
.link-dashed {
	background-image: url("../images/dashed-link.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}
.link-dashed:hover {
	text-decoration: none;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clear {
	clear: both;
}
.clearfix:after, .container:after {
	content: "";
	display: table;
	clear: both;
}
.hidden {
	display: none;
}
.hnl {margin-top:9999px;}
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 top;
	cursor: pointer;
}
input[type="radio"]:checked + label span {
	background: url("../images/radio.png") no-repeat left bottom;
}
.radio-inline .radio {
	margin: 10px 20px 10px 0;
	float: left;
}
.input-text {
	width: 100%;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #373737;
	background-color: #212121;
	-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: #474747;
}
.input-textarea {
	height: 60px;
	padding: 5px 10px;
	resize: none;
}
.button-primary {
	width: auto;
	height: 32px;
	padding: 0 20px;
	background-color: #ff9018;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
}
.button-default {
	width: auto;
	height: 32px;
	padding: 0 20px;
	background-color: #747474;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
}
.button-primary:active, .button-default:active, .button-search: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 {
	width: 1298px;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
.header {
	width: 100%;
	height: 64px;
	background-color: #1d1d1d;
	border-bottom: 1px solid #2d2d2d;
}
.header .container {
	position: relative;
	text-align: center;
}
.logo {
	position: relative;
	width: 144px;
	height: 34px;
	margin: 15px 0;
	float: left;
}
.logo img {
	display: block;
}
.navigation-toggle {
	width: 32px;
	height: 32px;
	margin: 16px 0 0 0;
	display: none;
	float: right;
	background: url("../images/burger.png") no-repeat left top;
	cursor: pointer;
}
.navigation-toggle.toggled {
	background-position: left bottom;
}
.navigation-container {
	display: inline;
}
.search {
	margin: 16px 0;
	float: right;
}
.input-search {
	width: 224px;
	float: left;
	border-right: 0;
}
.button-search {
	width: 38px;
	height: 32px;
	background: #747474 url("../images/icon-search.png") no-repeat center;
	border: 0;
}
.button-search:hover {
	background-color: #ff9018;
}
.navigation ul {
	margin: 0;
	padding: 0;
}
.navigation li {
	margin: 0; 
	padding: 0;
	list-style: none;
}
.navigation > ul > li {
	margin: 0 15px;
	display: inline-block;
}
.navigation > ul > li > a, .navigation > ul > li > span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 64px;
	cursor: pointer;
}
.navigation > ul > li > a:hover {
	text-decoration: underline;
}
.navigation > ul > li > a.active {
	background: url("../images/menu-active.png") no-repeat center bottom;
	color: #ff9018;
	text-decoration: none;
}
.navigation > ul > li.dropdown > a {
	padding: 0 14px 0 0;
	background: url("../images/icon-darr.png") no-repeat right;
}
.navigation > ul > li.dropdown > a.active {
	padding: 0 14px 0 0;
	background: url("../images/icon-darr.png") no-repeat right, url("../images/menu-active.png") no-repeat center bottom;
}
.dropdown-container {
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	display: none;
	background-color: #323232;
	border-top: 2px solid #ff9018;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	z-index: 3;
}
.dropdown-categories {
	padding: 20px 0;
	background-color: #f3f3f3;
}
.dropdown-categories ul {
	width: 20%;
	margin: 0 0 10px 0;
	float: left;
}
.dropdown-categories li {
	padding: 4px 0;
	margin-right: 20px;
	background: url("../images/dashed.png") repeat-x left bottom;
}
.dropdown-categories li a {
	color: #1d1d1d;
}
.dropdown-tags {
	padding: 20px 0;
	background-color: #323232;
}
.tag-cloud {
	margin-bottom: 10px;
}
.tag-cloud a {
	margin: 0 1px 1px 0;
	padding: 4px 10px 5px 10px;
	display: block;
	float: left;
	background-color: #262626;
}
.tag-cloud a:hover {
	background-color: #ff9018;
	color: #333333;
	text-decoration: none;
}
.dropdown-content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.title {
	height: 38px;
	margin: 20px 0;
	border: 1px solid #313131;
	line-height: 38px;
}
.title-listing {
	width: 970px;
}
.title-icon {
	width: 38px;
	height: 38px;
	margin-right: 12px;
	float: left;
	background: url("../images/icon-videos.png") no-repeat center;
	border-right: 1px solid #313131;
}
.title h1, .title h2, .title h3 {
	margin: 0; 
	float: left;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.title-icon-2 {
	background-image: url("../images/icon-err.png");
}
.title-icon-3 {
	background-image: url("../images/icon-categories.png");
}
.title-icon-4 {
	background-image: url("../images/icon-tags.png");
}
.switch {
	width: 80px;
	height: 22px;
	margin: 7px 7px 0 0;
	float: right;
	border: 1px solid #313131;
	border-radius: 11px;
	line-height: 22px;
}
.switch a {
	width: 50%;
	height: 22px;
	float: left;
	border-radius: 11px;
	color: #777777;
	text-align: center; 
}
.switch a:hover {
	text-decoration: none;
	color: #ff9018;
}
.switch a.active:hover {
	color: #ffffff;
}
.switch .active {
	background-color: #ff9018;
	color: #ffffff;
}
.dropdown-sort {
	min-width: 120px;
	height: 38px;
	padding: 0 0 0 20px;
	border-left: 1px solid #313131;
	background: #1d1d1d url("../images/icon-darr2.png") no-repeat right;
	float: right;
	font-size: 14px;
	color: #777777;
	line-height: 38px;
}
.dropdown-sort .dropdown-link-container {
	text-align: left;
}
.dropdown-sort .dropdown-link-container li a {
	padding: 0 20px;
}
.previews {
	margin: 20px -3px;
}
.previews-banner {
	width: 300px;
	height: 466px;
	margin: 3px 3px 0 0;
	/*margin: -59px 3px 0 0;*/
	float: right;
	text-align: center;
}
.previews-banner .banner {
	width: 300px;
	/*height: 250px;*/
	height: 218px;
	margin: 0 auto;
	/*margin: 0 auto 5px auto;
	background: #f3f3f3;*/
}
.previews-banner .banner:last-child {
	margin-top: 15px;
}
.preview {
	position: relative;
	width: 320px;
	height: 218px;
	margin: 3px 3px 12px 3px;
	float: left;
	text-decoration: none;
}
.preview:hover {
	text-decoration: none;
}
.preview-image {
	width: 320px;
	height: 180px;
	display: block;
}
.preview-info {
	height: 32px;
	margin: 6px 0 0 0;
}
.preview-rating {
	width: 47px;
	height: 30px;
	margin: 0 6px 0 0;
	padding: 0 18px 0 0;
	display: block;
	float: left;
	border: 1px solid #313131;
	background: url("../images/icon-thumb.png") no-repeat right;
	text-align: center;
	line-height: 30px;
}
.preview-amount {
	width: 65px;
	height: 30px;
	margin: 0 6px 0 0;
	padding: 0;
	display: block;
	float: left;
	border: 1px solid #313131;
	text-align: center;
	color: #7d7d7d;
	line-height: 30px;
}
.preview-title {
	width: 260px;
	height: 32px;
	display: table-cell;
	vertical-align: middle;
}
.preview-title em {
	font-size: 13px;
	font-style: normal;
	vertical-align: middle;
	line-height: 13px;
}
.preview:hover .preview-title em {
	color: #ff9018;
}
.preview-category .preview-title em {
	font-size: 14px;
	line-height: normal;
}
.preview-duration {
	position: absolute;
	right: 0;
	bottom: 38px;
	width: 50px;
	height: 28px;
	display: block;
	background-color: rgba(29,29,29,0.8);
	text-align: center;
	line-height: 28px;
}
.preview.ishd:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 50px;
	height: 28px;
	display: block;
	background: url("../images/icon-hd.png") no-repeat left top;
}
.paginator {
	height: 44px;
	margin: 40px 0;
	border: 1px solid #313131;
	font-size: 14px;
	text-align: center;
}
.paginator-prev {
	width: 120px;
	height: 44px;
	padding: 0 0 0 30px;
	display: block;
	float: left;
	background: #232323 url("../images/icon-prev.png") no-repeat left;
	border-right: 1px solid #313131;
	color: #ff9018;
	text-transform: uppercase;
	text-align: left;
	line-height: 44px;
}
.paginator-next {
	width: 120px;
	height: 44px;
	padding: 0 30px 0 0;
	display: block;
	float: right;
	background: #232323 url("../images/icon-next.png") no-repeat right;
	border-left: 1px solid #313131;
	color: #ff9018;
	text-transform: uppercase;
	text-align: right;
	line-height: 44px;
}
.paginator-prev.paginator-na {
	background-image: url("../images/icon-prev-na.png");
	color: #959595;
	text-decoration: none;
	cursor: default;
}
.paginator-next.paginator-na {
	background-image: url("../images/icon-next-na.png");
	color: #959595;
	text-decoration: none;
	cursor: default;
}
.paginator ul {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}
.paginator li {
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background: #1d1d1d;
	border-left: 1px solid #313131;
	font-weight: 600;
	line-height: 44px;
}
.paginator li.active {
	background: #ff9018;
	cursor: default;
}
.paginator li a {
	display: block;
}
.paginator li a:hover {
	background: #ff9018;
	text-decoration: none;
}
.paginator li:last-child {
	border-right: 1px solid #313131;
}
.bottom-navigation {
	margin: 20px 0;
	border: 1px solid #313131;
	background: url("../images/icon-categories.png") no-repeat left top;
}
.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 #313131;
	font-size: 16px;
	font-weight: 600;
	color: #959595;
	text-transform: uppercase;
	line-height: 38px;
	cursor: pointer;
}
.tabs > li:first-child > a, .tabs > li:first-child > span {
	border-left: 1px solid #313131;
}
.tabs > li > a:hover {
	color: #f3f3f3;
	text-decoration: none;
}
.tabs > li > a.active {
	position: relative;
	margin-bottom: -1px;
	background-color: #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	color: #f3f3f3;
	z-index: 2;
}
.tabs-content {
	padding: 20px;
	border-top: 1px solid #313131;
	background-color: #1d1d1d;
	font-size: 14px;
}
.tabs-content > div {
	display: none;
}
.bottom-nav-cats ul {
	width: 16.66%;
	margin: 0;
	padding: 0;
	float: left;
}
.bottom-nav-cats li {
	margin: 0;
	padding: 4px 0 4px 40px;
	list-style: none;
}
.player-container {
	width: 972px;
	float: left;
}
.player {
	width: 100%;
}
.player img {
	max-width: 100%;
}
.video-info {
	margin: 10px 0 0 0;
	border: 1px solid #313131;
}
.video-info hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #212121;
}
.video-description {
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 80px;
	font-size: 14px;
}
.video-rating {
	width: 110px;
	height: 38px;
	padding: 0;
	float: left;
	border-right: 1px solid #313131;
	text-align: center;
	line-height: 38px;
}
.video-thumbs {
	float: left;
}
.video-thumbs-up, .video-thumbs-down {
	height: 38px;
	padding: 0 19px;
	float: left;
	border-right: 1px solid #313131;
	line-height: 38px;
	cursor: pointer;
}
.video-thumbs-up {
	background: url("../images/icon-thumbs-up.png") no-repeat center;
}
.video-thumbs-down {
	background: url("../images/icon-thumbs-down.png") no-repeat center;
}
.rating-container .voters {
	float: right;
	width: 109px;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
}
.video-info .tabs > li > a, .video-info .tabs > li > span {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.video-info .tabs > li > span.video-download-link {
	padding-right: 33px;
	background-image: url("../images/icon-darr2.png");
	background-position: right;
	background-repeat: no-repeat;
}
.video-info .tabs > li > a.video-flag-icon {
	border-right: 0;
	background-image: url("../images/icon-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-views.png") no-repeat left;
}
.video-duration {
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	display: inline-block;
	background: url("../images/icon-duration.png") no-repeat left;
}
.video-date {
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	display: inline-block;
	background: url("../images/icon-date.png") no-repeat left;
}
.video-flag textarea {
	margin: 10px 0;
}
.video-flag button {
	margin: 0 0 5px 0;
}
.video-tags-container {
	margin: 0 0 5px 0;
}
.video-tags-title {
	width: 50px;
	float: left;
}
.video-tags {
	width: 868px;
	float: left;
}
.video-tags .tag-cloud {
	display: inline;
}
.video-tags .link-dashed {
	margin: 4px 10px 0 10px;
	float: left;
}
/*.video-related {float:left;width:972px;}*/
.aside-banners {
	width: 300px;
	float: right;
}
.aside-banners .banner {
	width: 300px;
	height: 250px;
	margin: 0 0 20px 0;
	/*background: #f3f3f3;*/
}
.show-more {
	height: 46px;
	margin: 20px auto 40px auto;
	background: url("../images/more-bg.png") no-repeat center top;
	text-transform: uppercase;
	text-align: center;
	line-height: 46px;
}
.show-more a {
	padding: 0 10px 0 0;
	background: url("../images/icon-more.png") no-repeat right;
	color: #ff9018;
}
.bottom-banners {
	margin: 40px 1px 0 1px;
}
.bottom-banners .banner {
	width: 300px;
	height: 250px;
	margin: 0 12px 20px 12px;
	float: left;
	background: #f3f3f3;
}
.dropdown-link {
	position: relative;
	cursor: pointer;
}
.dropdown-link-container {
	position: absolute;
	top: 38px;
	right: -1px;
	left: -1px;
	margin: 0;
	padding: 0;
	display: none;
	border-top: 2px solid #ff9018;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: 2;
}
.dropdown-link-container > li {
	height: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url("../images/dashed.png") repeat-x left bottom;
	line-height: 28px;
}
.dropdown-link-container > li:last-child {
	background-image: none;
}
.dropdown-link-container > li > a {
	height: 28px;
	padding: 0 10px;
	font-size: 13px;
	color: #333333;
	text-align: left;
	text-transform: none;
	line-height: 28px;
}
.bottom-tags {
	background-image: url("../images/icon-tags.png");
}
.bottom-tags-title {
	height: 38px;
	margin-left: 38px;
	padding-left: 10px;
	display: block;
	border-left: 1px solid #313131;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 38px;
}
.bottom-tags-content {
	padding: 20px;
	border-top: 1px solid #313131;
	background-color: #1d1d1d;
	font-size: 14px;
}
.tags-row {
	padding: 0 20px;
	background-color: #1d1d1d;
	border: 1px solid #313131;
}
.tags-column {
	width: 20%;
	padding: 10px 0;
	float: left;
}
.tags-column strong {
	margin: 10px 0;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.tags-column ul {
	margin: 0;
	padding: 0;
}
.tags-column li {
	margin: 0;
	padding: 2px 0;
	list-style: none;
}
.tags-column a {
	color: #ffffff;
}
.tags-column a span {
	color: #959595;
}
.tags-column a:hover, .tags-column a:hover span {
	color: #ff9018;
	text-decoration: none;
}
.footer {
	margin-top: 40px;
	color: #959595;
}
.footer p {
	margin: 20px 0;
}
.footer .float-right {
	text-align: right;
}
.footer-navigation {
	height: 46px;
	background-color: rgba(243,243,243,0.05);
	color: #f3f3f3;
}
.footer-navigation ul {
	margin: 0;
	padding: 0;
}
.footer-navigation li {
	margin: 0; 
	padding: 0;
	list-style: none;
}
.footer-navigation > ul > li {
	margin: 0 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-navigation > ul > li > a, .footer-navigation > ul > li > span {
	display: block;
	line-height: 46px;
	cursor: pointer;
}
.footer-navigation > ul > li > a:hover, .footer-navigation > ul > li > span:hover {
	text-decoration: underline;
}
.footer .hosted-by {
	margin: 20px;
}
.footer .hosted-by a {
	text-align: center;
	display: inline-block;
	color: #959595;
	text-decoration: none;
	padding-left: 36px;
	background: url("../images/sc-logo.png") no-repeat left;
}

.about-site {
	margin-top: 40px;
	color: #959595;
}

.download-video img {
	width: 320px;
	height: 180px;
	float: left;
	margin-right: 20px;
}
.download-video a {
	text-decoration: underline;
	/*color: #ff9018;*/
}

.no-video {
	margin: 20px 0 40px;
	text-align: center;
}

.popup {color:#f3f3f3;text-align:left;min-width:600px;}
.popup h2 {text-align:center;margin:0 0 10px;font-size:16px;font-weight:600;text-transform:uppercase;}
.popup .row {margin:10px 0;}
.popup input, .popup textarea {margin-top:5px;display:block;}
.popup .captcha img {display:block;margin-top:5px;width:120px;height:50px;}
.popup .captcha input {width:120px;}
.popup .field-error {margin-top:2px;color:#b4b4b4;}
.popup .button-default {margin-top:10px;}

.vmts {display:none;width:300px;height:510px;margin-top:20px;}
.bts {width:100%;height:250px;float:left;margin:8px 0 17px;}
.ts3 {display:none;}
.mt {display:none;float:left;height:250px;margin:5px 0 20px;}
.mpt {display:none;width:300px;margin:5px auto 20px;}
  .container-teaser_block {z-index:1!important;}
  .container-teaser_block .teaser {width:100%!important;}
  .container-teaser_block .teaser-block {width:100%;}
  .container-teaser_block .teaser-img {background:#000;margin-bottom:6px;padding-bottom:0!important;width:100%;}
  .container-teaser_block .teaser-title {padding:0 6px;text-align:left!important;width:100%!important;}
.vmts iframe, .banner iframe, .mt iframe, .bts iframe {width:100%;height:100%;border:none;overflow:hidden;}