@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	text-decoration: none;
}
input, textarea, select, button {
	font: 100% 'Open Sans', sans-serif;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
:-moz-placeholder {color:#7c7c7c;}
::-moz-placeholder {color:#7c7c7c;opacity:1;}
::-webkit-input-placeholder {color:#7c7c7c;}
:-ms-input-placeholder {color:#7c7c7c;}
::placeholder {color:#7c7c7c;}
:focus:-moz-placeholder {color:transparent;}
:focus::-moz-placeholder {color:transparent;}
:focus::-webkit-input-placeholder {color:transparent;}
:focus:-ms-input-placeholder {color:transparent;}
:focus::placeholder {color:transparent;}
body {
	margin: 0;
	color: #7a7979;
	background: #000;
	font: 13px/16px 'Open Sans', sans-serif;
	min-width: 320px;
}
/* icon */
*[class*="ico-"] {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icons.png) no-repeat;
}
.ico-pagination-left {
	width: 5px;
	height: 9px;
	margin: 0px 6px 3px 0px;
}
.ico-pagination-right {
	width: 5px;
	height: 9px;
	margin: 0px 0px 3px 6px;
	background-position: -25px 0;
}
.ico-like {
	width: 21px;
	height: 22px;
	margin: 0;
	background-position: 0 -50px;
}
.ico-dislike {
	width: 21px;
	height: 22px;
	margin: 0;
	background-position: -25px -50px;
}
.ico-date {
	width: 14px;
	height: 17px;
	margin: 0 0 3px 0;
	background-position: 0 -75px;
}
.ico-duration {
	width: 20px;
	height: 20px;
	margin: 0 0 2px 0;
	background-position: -25px -75px;
}
.ico-views {
	width: 18px;
	height: 12px;
	margin: 0 0 2px 0;
	background-position: 0 -100px;
}
.ico-comment {
	width: 41px;
	height: 29px;
	margin: 0;
	background-position: -150px 0;
}
.ico-share {
	width: 38px;
	height: 26px;
	margin: 0;
	background-position: -50px 0;
}
.ico-report {
	width: 40px;
	height: 33px;
	margin: 0;
	background-position: -100px 0;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.container:after,
.container:before {
	display: block;
	clear: both;
	content: '';
}
.header {
	background: url(../images/bg-header.jpg) no-repeat;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	float: left;
	width: 218px;
	height: 73px;
	text-indent: -9999px;
	margin: 0 0 0 -12px;
}
ul.nav-header {
	float: right;
	margin: 28px 0 0 19px;
}
ul.nav-header li {
	float: left;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 2px solid #3c3a3c;
}
ul.nav-header li:first-child {
	padding: 0;
	margin: 0;
	border: none;
}
ul.nav-header a {
	color: #a4a4a4;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
}
ul.nav-header a:hover {
	color: #8da404;
}
.search-form {
	float: right;
	width: 652px;
	width: 40%;
	position: relative;
	border: 1px solid #221c2a;
	margin: 18px 0 0 0;
}
.search-form input {
	width: 100%;
	height: 35px;
	border: none;
	padding: 5px 58px 5px 11px;
	background: #000;
	color: #65686c;
	font-size: 12px;
	line-height: 20px;
}
.search-form .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	height: 35px;
	width: 58px;
	text-indent: -9999px;
	background: #121212 url(../images/search.png) no-repeat 50% 50%;
	border-left: 1px solid #221c2a;
	cursor: pointer;
	padding: 0;
}
.nav-main {
	background: url(../images/bg-nav-main.jpg) repeat-x;
}
.sort-menu {
	float: left;
	border-left: 1px solid #292d32;
	border-right: 1px solid #0f1113;
	display: table;
	width: 100%;
	max-width: 800px;
	text-align: center;
}
ul.sort-menu li {
	display: table-cell;
	border-left: 1px solid #0f1113;
	border-right: 1px solid #292d32;
}
ul.sort-menu a {
	font-size: 14px;
	line-height: 52px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

ul.sort-menu a:hover,
ul.sort-menu li.active a {
	background: url(../images/bg-nav-main-hover.jpg) repeat-x;
	color: #01ade0;
}

.categories-btn {
	position: relative;
}

.categories-list {
	display: none;
}
.categories-list {
	text-align: center;
	padding: 10px 0;
	position: absolute;
	z-index: 100;
	background: #000;
	width: 100%;
}
.categories-list a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 5px 11px;
}
.categories-list img {
	display: block;
	width: 100px;
	height: 76px;
}
.categories-list span {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 20px;
	background: rgba(0,0,0,.8);
	width: 100%;

	color: #fff;
}
.categories-list a:hover span {
	color: #9ebb00;
}

.categories-list li:first-child {
	padding-left: 11px;
}
.categories-list a {
	color: #7a7979;
}
.categories-list a:hover,

.main {
	
}
.content {
	padding: 0 10px;
	background: #0f1013;
	overflow: hidden;
}
.headline {
	padding: 22px 0 12px 0;
	overflow: hidden;
	clear: both;
}
.headline h1 {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
}
.headline h2 {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
}
.headline span {
	color: #616161;
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
	margin-left: 11px;
}
ul.sorting {
	float: right;
	font-size: 11px;
	color: #9ebb00;
}
ul.sorting li {
	float: left;
	padding-left: 15px;
	border-left: 2px solid #656464;
	margin-left: 14px;
	line-height: 11px;
}
ul.sorting li:first-child {
	padding: 0;
	border: none;
	margin: 0;
}
ul.sorting a {
	color: #7a7979;
}
ul.sorting a:hover {
	color: #9ebb00;
}
.thumbs-items {
	font-size: 0;
	text-align: center;
}
.thumb {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	font-size: 11px;
	margin: 0px 2px 20px 2px;
	position: relative;
}
.thumb:hover .thumb-image:after {
	content: '';
	background: url(../images/play.png) no-repeat;
	width: 69px;
	height: 69px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
}
.thumb .thumb-image {
	position: relative;
	display: block;
}
.thumb .thumb-image img {
	vertical-align: top;
	width: 100%;
	height: auto;
	position: relative;
}

.thumb .thumb-image .duration,
.thumb .thumb-image .percent {
	position: absolute;
	color: #fff;
	top: 6px;
	line-height: 29px;
	width: 38px;
	text-align: center;
}
.thumb .thumb-image .duration {
	left: 6px;
	background: rgba(24,22,20,0.7);
}
.thumb .thumb-image .percent {
	right: 6px;
	background: rgba(176,178,36,0.7);
}
.thumb .thumb-info {
	background: #000;
	padding: 3px 6px 6px 6px;
	overflow: hidden;
	display: block;
}
.thumb .thumb-info .title {
	color: #7b7b7b;
	font-size: 13px;
	line-height: 16px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}
.thumb:hover .thumb-info .title {
	color: #9ebb00;
}
.thumb .thumb-info .added, 
.thumb .thumb-info .views {
	color: #424141;
	line-height: 16px;
}
.thumb:hover .thumb-info .added, 
.thumb:hover .thumb-info .views {
	color: #fff;
}
.thumb .thumb-info .added {
	float: left;
}
.thumb .thumb-info .views {
	float: right;
}
.pagination {
	margin: 0 0 23px 0;
	text-align: center;
	font-size: 0;
}
.pagination ul li {
	display: inline-block;
	vertical-align: bottom;
	margin: 1px;
}
.pagination ul a,
.pagination ul span {
	font-size: 13px;
	line-height: 33px;
	background: #30343b;
	display: block;
	padding: 0 11px;
	min-width: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}
.pagination ul a:hover,
.pagination ul li.active span {
	background: #15171b;
	color: #00d2ff;
}
.pagination ul li.pagination-dots a {
	background: none;
	line-height: 20px;
	padding: 0 6px 0 6px;
}	
.pagination ul a:hover .ico-pagination-left {
	background-position: 0 -25px;
}
.pagination ul a:hover .ico-pagination-right {
	background-position: -25px -25px;
}

.footer {
	
}
.bottom-spots {
	overflow: hidden;
	margin: 0 0 0 -20px;
	padding: 15px 0 0 0;
	font-size: 0;
	text-align: center;
}
.bottom-spots .spot {
	display: inline-block;
	margin: 0 0 0 20px;
	width:300px;
	height:250px;
}
.bottom-spots .spot a, .bottom-spots .spot img {
	display:block;
}
.footer-logo {
	float: left;
	margin: 61px 0 0 0;
}
.footer .logo {
	background: url(../images/logo-footer.png) no-repeat;
	width: 164px;
	height: 68px;
	margin: 33px 40px 0 0;
}

.footer-nav {
	/* float: right; */
	margin: 29px 0 15px 0;
	overflow: hidden;
	text-align: right;
}
.footer-nav ul {
	float: right;
	clear: right;
	margin: 0 0 20px 0;
}
.footer-nav ul li {
	float: left;
	padding-left: 9px;
}
.footer-nav ul li + li:before {
	content: '|';
	padding-right: 9px;
}
.footer-nav ul li a {
	font-size: 12px;
	line-height: 14px;
	color: #737373;
	text-transform: uppercase;
}
.footer-nav ul li a:hover {
	color: #fefefe;
}
.footer-nav p {
	float: right;
	font-size: 12px;
	margin: 0 0 12px 0;
	clear: right;
}
.footer-nav p a {
	color: #7A7979;
}
.footer-nav p a:hover {
	color: #fefefe;
}
.footer-nav p:last-child {
	font-size: 11px;
}

/*---------------------------trailer---------------------------*/

.column-left {
	float: left;
	width: 212px;
	margin: 0 10px 0 0;
}
.column-left .thumbs-items {
	margin: 0;
}
.column-left .thumb {
	width: 212px;
	margin: 0 0 10px 0;
}
.column-centre {
	overflow: hidden;
}
.column-centre .video-view {
	background: #000;
}
.column-centre .video-holder img {
	width: 100%;
	height: auto;
	max-height: 718px;
}
.column-centre .advertisement {
	padding: 5px 16px 5px 16px;
}
.column-centre .advertisement img {
	width: 100%;
	height: auto;
}
.tools {
	overflow: hidden;
	background: #30353b;
	background: -moz-linear-gradient(top, #30353b 0%, #131418 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30353b), color-stop(100%,#131418));
	background: -webkit-linear-gradient(top, #30353b 0%,#131418 100%);
	background: -o-linear-gradient(top, #30353b 0%,#131418 100%);
	background: -ms-linear-gradient(top, #30353b 0%,#131418 100%);
	background: linear-gradient(to bottom, #30353b 0%,#131418 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30353b', endColorstr='#131418',GradientType=0 );
}
.tools ul li {
	border-left: 1px solid #181a1d;
	border-right: 1px solid #33383e;
	display: table-cell;
}
ul.rate {
	float: left;
	border-right: 1px solid #181a1d;
	display: table;
	width: 30%;
}
ul.rate a {
	line-height: 44px;
	text-align: center;
	display: block;
}
ul.rate .progress {
	padding: 0 5px 0 5px;
	text-align: center;
	vertical-align: middle;
}
ul.rate .progress span {
	font-size: 16px;
	line-height: 25px;
	color: #9ab100;
}
ul.rate .progress-bar {
	background: #d50000;
	border-radius: 5px;
	display: block;
	font-size: 0;
	height: 6px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
ul.rate .indicator {
	background: #819400;
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 90%;
}
.video-information {
	float: left;
	color: #fff;
	line-height: 44px;
	width: 44%;
	display: table;
	text-align: center;
}
.video-information span {
	display: table-cell;
}

ul.buttons {
	line-height: 44px;
	float: right;
	border-left: 1px solid #33383e;
	display: table;
	width: 25%;
	text-align: center;
}
ul.buttons a {
	display: block;
	position: relative;
	overflow: hidden;
}
ul.buttons a span {
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;
	color: #fff;
	margin-left: -12px;
}
.tools ul a:hover {
	background: #1c1f22;
}

.block-share {
	padding: 10px 5px 0 5px;
	border-bottom: 1px solid #2b2f34;
}
.block-share form {
	overflow: hidden;
}
.video-view .title {
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
}
.video-view .wrap-area {
	overflow: hidden;
}
.block-share textarea {
	float: right;
	width: 100%;
	height: 70px;
}
.block-share .socials {
	overflow: hidden;
	padding: 10px 0 10px 0;
}
.block-report {
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #2b2f34;
}
.block-report form {
	overflow: hidden;
}
.block-report textarea {
	float: left;
	width: 100%;
	height: 70px;
}
.block-report button {
	margin: 0 0 0 10px;
	float: right;
}
.block-report .r-hint {
    float: left;
    width: 150px;
    margin: 0px 5px 0px 0px;
    font-size: 13px;
    line-height: 16px;
    color: #ff0000;
}

.feedback .block_content {
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.feedback p {
	margin: 5px 0;
	font-size: 14px;
	color: #fff;
}
.feedback a {
    font-size: 13px;
    line-height: 16px;
    color: #819400;
}
.feedback a:hover {
	color: #9ebb00;
}
.feedback .label {
	padding: 5px 0 0;
}
.feedback .control textarea {
	float: none;
}
.feedback button.send {
	float: left;
	margin: 5px 0;
}
.feedback input {
	width: 100%;
	font-size: 12px;
	background: #2b2b2b;
	border: none;
	color: #7c7c7c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	height: 33px;
	padding: 5px 10px 5px 10px;
}
.feedback input, textarea, select {
	font: 100% 'Open Sans', sans-serif;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
.feedback textarea {
	border: none;
	resize: none;
	background: #292929;
	float: left;
	padding: 11px 12px;
	margin:0;
	font-size: 11px;
	line-height: 13px;
	color: #717171;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
}

.description {
	padding: 0 10px;
}
.description p {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	padding: 8px 0 9px 0;
}
.description .desc-categories {
	padding: 10px 0 11px 0;
	border-top: 1px solid #323232;
}
span.desc {
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.description a {
	font-size: 13px;
	line-height: 16px;
	color: #819400;
	font-weight: bold;
}
.description a:hover {
	color: #9ebb00;
}
.comments {
	padding: 0 10px;
	background: #16191c;
}
.block-comment {
	padding: 11px 0 5px 0;
}
.block-comment form {
	overflow: hidden;
	padding: 13px 0 0 0;
}
.block-comment div {
	overflow: hidden;
}
textarea {
	border: 1px solid #1f2123;
	resize: none;
	background: #000;
	padding: 6px 12px;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	color: #717171;
}
.block-comment textarea {
	width: 100%;
	height: 55px;
	float: left;
}
button {
	margin: 0;
	padding: 0 19px;
	font-size: 13px;
	line-height: 33px;
	background: #393f4f;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 2px;
}
.block-comment button {
	margin: 0 0 0 10px;
	float: right;
}
.comment {
	border-bottom: 1px solid #0b0c0e;
	border-top: 1px solid #242627;
	padding: 10px 0 0 0;
	line-height: 20px;
}
.comment:first-child {
	border-top: none;
}
.comment:last-child {
	border-bottom: none;
}
.comment a {
	font-size: 13px;
	color: #1591c6;
}
.comment .date {
	font-size: 11px;
	color: #505252;
}
.comment .unknown {
	color: #717272;
}
.comment p {
	font-size: 12px;
	color: #ababab;
	font-style: italic;
	padding: 5px 0 8px 0;
}
.right-spots {
	margin: 0;
	padding: 0;
}
.right-spots .spot {
	margin: 0 0 10px 0;
}

.container {
	margin: 0 auto;
	max-width: 1510px;
	padding: 0 8px;
}

.error_result {
	clear: both;
	color: red;
	font-size: 15px;
	line-height: 17px;
	padding-top: 15px;
}
.field_error {
	clear: both;
	color: red;
	padding: 5px 0 3px 0;
}
.g_hidden {
	display: none;
}
.g_hint {
	padding: 5px 10px 0 10px;
}
#kt_player, #kt_player_internal {
	height: 100% !important;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100% !important;
	z-index: 10;
}
.not_found {
	font-size: 16px;
	line-height: 20px;
	color: red;
	padding: 20px 5px 0 5px;
}
.textsite p {
	margin: 10px 0;
}
.textsite h3 {
	color: #fff;
}

.mobile-btn {
	width: 100%;
	display: none;
	position: relative;
	z-index: 10;
	padding: 8px 0;
	cursor: pointer;
	background: #57670B;
	line-height: inherit;
}
.icons {
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	width: 29px;
	position: relative;
}
.ico_bar {
	background: #E4E4E4;
	height: 4px;
	width: 100%;
	position: absolute;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	left: 0;
}
.active_btn .ico_bar {
	background: #F55E12;
}
.ico_bar:first-child {
	top: 0;
}
.ico_bar:nth-child(2) {
	top: 8px;
}
.ico_bar:nth-child(3) {
	top: 16px;
}

.active_btn .ico_bar:first-child {
	-webkit-transform: rotate(45deg)translate(5px,9px);
	-moz-transform: rotate(45deg)translate(5px,9px);
	-ms-transform: rotate(45deg)translate(5px,9px);
	-o-transform: rotate(45deg)translate(5px,9px);
	transform: rotate(45deg)translate(5px,9px);
}
.active_btn .ico_bar:nth-child(3) {
	-webkit-transform: rotate(-45deg)translate(2px,-6px);
	-moz-transform: rotate(-45deg)translate(2px,-6px);
	-ms-transform: rotate(-45deg)translate(2px,-6px);
	-o-transform: rotate(-45deg)translate(2px,-6px);
	transform: rotate(-45deg)translate(2px,-6px);
}
.active_btn .ico_bar:nth-child(2) {
	opacity: 0;
}

@media screen and (max-width: 1252px) {
	
}

@media screen and (max-width: 1041px) {
	.thumb {
		width: 24%;
	}
}
@media screen and (max-width: 785px) {
	.thumb {
		width: 32%;
	}
	.column-left {
		display: none;
	}
	.video-information {
		width: 100%;
		float: none;
		border-top: 1px solid #181a1d;
	}
	ul.rate,
	ul.buttons {
		width: 50%;
		border: none;
	}
	.mobile-btn {
		display: block;
	}
	.sort-menu {
		display: none;
		position: absolute;
		background: #192B38;
		left: 0;
		right: 0;
		z-index: 99;
	}
	ul.sort-menu li {
		display: block;
	}
	.sort-menu.open {
		display: block;
	}
	ul.sorting {
		float: none;
		margin: 5px 0;
		overflow: hidden;
	}
	.feedback .block_content {
		width: 300px;
	}
}
@media screen and (max-width: 517px) {
	.thumb {
		width: 49%;
		margin: 0px 1px 20px 1px;
	}
	.container {
		padding: 0;
	}
	.content {
		padding: 0 3px;
	}
	.video-view .title {
		width: 80px;
	}
	.thumb .thumb-image .duration, .thumb .thumb-image .percent {
		line-height: 20px;
	}
	.logo {
		float: none;
		display: block;
		margin: 3px auto 0 !important;
	}
	.search-form {
		margin: 10px auto;
		float: none;
		width: 97%;
	}
}
/* related videos in player */
.player-related-videos {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
padding: 5px 10px 30px 10px;
background: #000000;
overflow: hidden;
}
.player-related-videos .player-related-videos-container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
text-align: center;
}
.player-related-videos .player-related-videos-item {
position: relative;
display: inline-block;
vertical-align: middle;
margin-top: 5px;
}
.player-related-videos .player-related-videos-item .title {
display: none;
position: absolute;
left: 0;
top: 0;
right: 0;
height: 52px;
overflow: hidden;
text-align: left;
padding: 5px;
color: #ffffff;
background: -moz-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0px, rgba(12, 12, 12, 0.8)), color-stop(50px, transparent));
background: -webkit-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
background: -o-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
background: -ms-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
background: linear-gradient(to bottom, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
}
.player-related-videos .player-related-videos-item .duration {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #ffffff;
background: rgba(12, 12, 12, 0.8);
padding: 2px 5px;
}
.player-related-videos .player-related-videos-item:hover .title,
.player-related-videos .player-related-videos-item:hover .duration {
display: block;
}
.video-holder #kt_player.is-fullscreen {
position: fixed !important;
}