/* SET BASE
----------------------------------------------- */
:root {
    --bg: #fff;
    --bg-darker: #ededed;
    --bg-darker-1: #e1e1e1;
    --bg-black: #1e1e1e;
    --bg-blackest: #111111;
    --tt: #444;
    --tt-fade-0: #4b4640;
    --tt-fade: #80776c;
    --bdc: rgba(0, 0, 0, 0.1);
    --bsh-long: 0 0 60px rgba(0, 0, 0, 0.5);
    --bsh: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    --bsh-block: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    --accent: #79c142;
    --green: #3bb33b;
    --red: #eb4d4b;
    --orange: #f0932b;
    --grey: #888;
    --yellow: #ffda4a;
    --blue: #486bed;
    --ui-elem-height: 40px;
    --ui-elem-padding: 20px;
    --ui-elem-gap: 10px;
    --ui-elem-bdrs: 4px;
    --ui-bg-btn: #79c142;
    --ui-tt-btn: #fff;
    --ui-bg-btn-hover: #66aa32;
    --ui-bg-inp: #fff;
    --ui-bdc-inp: #e3e3e3;
    --ui-bdc-inp-focus: #35c535;
    --ui-bg: #fff;
    --ui-bg-darker: #f2f6f8;
    --ui-bg-darkest: #e4ebef;
    --ui-accent: #06c;
    --ui-bdc: rgba(0, 0, 0, 0.1);
    --ui-tt-fade: #80776c;
    --ui-fw-bolder: 500;
    --ui-fw-fa: 300;
    --ui-bsh: 0 12px 40px rgba(0, 0, 0, 0.3);
    --ui-bsh-inset: inset 1px 2px 5px rgba(0, 0, 0, 0.1);
    --ui-bdrs: 4px;
    --ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c);
    --ui-bg-black: #352d3c;
    --ui-bg-attention: #fceedf;
    --ui-bd-attention: #fc9a07;
    --indent-negative: -20px;
    --indent: 20px;
    --max-width: 1140px;
}

* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 12px Verdana, Geneva, sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #ccc; background: #3e3e3e;/*background: #111 url(../images/bg.jpg) center top no-repeat;*/
 min-height: 100%; width: 100%; font-weight: 400;}
a {color: #ccc; text-decoration: none;}
a:hover, a:focus {color: #ff9900; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 600; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; }

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px;line-height: 34px; 
border-radius: 3px; cursor: pointer; text-transform: uppercase; box-shadow: inset 0 -3px #d35400;
color: #000; background-color: #ff9900; font-size: 14px; font-weight: 600;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #d35400; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #222; color: #fff; 
box-shadow: inset 0 0 0 1px #111, inset 1px 2px 5px rgba(0,0,0,0.2);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #ff9900, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #fff; opacity: 0.8; font-size: 13px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

::-webkit-scrollbar-thumb{background-color:#865915;}
::-webkit-scrollbar{width: 6px;background-color:#404040;}
::selection{background:#404040;}



.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 150%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-top {-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; min-width: 50px;}

@font-face {
    font-family: "LeagueGothicRegular";
    src: url("../fonts/LeagueGothicRegular.eot");
    src: url("../fonts/LeagueGothicRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LeagueGothicRegular.woff") format("woff"),
    url("../fonts/LeagueGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

b, strong {font-weight: 600;}
.icon-left .fa, .icon-left .icon {margin-right: 10px;}
.icon-right .fa, .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all {transition: all 1s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 24px; font-weight: 600; color: #eee;}
.hmenu > li > a {font-family: 'Oswald', sans-serif; font-weight: 800; text-transform: uppercase;}
.poster-sticky {position: static;position: sticky;top: 90px;right: 0;}

/* BASIC GRID
----------------------------------------------- */
#gl-kont {min-width:320px; position: relative; padding-top: 190px;}
.gl-rap {max-width:1100px !important; margin:0 auto; position:relative; z-index:20;}
.gl-main {background-color: #111; box-shadow: 0 0 60px rgba(0,0,0,0.5);}
.header {background-color: rgba(0, 0, 0, 0.67); box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15); transition: top .2s linear; position: relative; z-index: 9999;}
.header-in {padding: 0 20px;}
.gl-cont {padding: 20px;}
.header.sticky {position: fixed; left: 0; top: 0; width: 100%;}
.header.sticky-hide {top: 0px;}
.header.sticky-vis {top: 0;}
.side-stickyy {position: sticky; left: 0; top: 70px;}
.footer {background-color: #222; color: #ccc; padding: 20px;}

#gotop{position:fixed; width:40px; height:40px; line-height:40px; right:10px; bottom:10px;
z-index:9998; display:none; background-color:#222; color:#ccc; cursor:pointer; font-size:18px; 
border-radius:3px; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}

/* HEADER
----------------------------------------------- */
.logo {display: block;display: inline-block;text-align: center;padding: 0 10px;height: 35px;line-height: 35px;border-radius: 3px;cursor: pointer;box-shadow: inset 0 -3px 20px 0px #d35400;font-size: 18px;font-weight: 600;}
.logo:hover{opacity: 1;color: #a79f9f;box-shadow: inset 0 -3px 20px 0px #d35400;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {padding: 0 45px 0 10px;
border-radius: 3px; height: 34px; line-height: 34ppx;}
.search-box button {position:absolute; right:0; top:0; z-index:10; padding:0 !important; 
background:transparent !important; color:#ff9900 !important; font-size: 16px !important; width: 40px; 
box-shadow: none !important;}
.btn-login {line-height: 34px; margin-left: 10px;}
.kkfilms{-webkit-border-radius: 3px;-moz-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;color: #fff;font-size: 13px;padding: 0px 6px;line-height: 16px;background: #ee3442;}
.hmenu {padding: 0 20px 0 20px;}
.hmenu > li {margin-right: 15px; position: relative;}
.hmenu > li > a {display: block; height: 70px; line-height: 70px; font-size: 15px; color: #eee;}
.hmenu > li:hover > a, .hmenu > li > a.is-active {opacity: 1; box-shadow: inset 0 -3px #ff9900; color: #ff9900;}
.hidden-menu {background-color: #111111f2; box-shadow: 0 10px 10px 0 rgba(0,0,0,0.8); z-index: 1000000; 
position: absolute; left: 0; top: 95%; width: 600px; padding: 15px 0 15px 10px; border-top: 3px solid #ff9900;
pointer-events: none; opacity: 0; transform: translateY(30px); transition: all .3s;}
.hm-col {width: 25%; float: left;}
.hm-col li {height: 26px; line-height: 26px; font-weight: 600; padding: 0 10px;}
.hm-col a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 400; 
opacity: 0.8; margin: 0 -10px; padding: 0 10px; font-size: 13px; display: block;}
.hm-col a:hover {background-color: #ff9900; color: #000; opacity: 1;}
.hmenu > li:hover .hidden-menu {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.one-col {width: 180px;}
.one-col .hm-col {width: 100%;}

/* Podborki
----------------------------------------------- */
.colle-1080 {position: relative; width: 300px;height:340px;display: inline-block;margin: 10px;padding: 0px;overflow: hidden;background:#FFF;}
.colle-1080.hd { height:150px; }
.colle-1080 img { width:100%; }
.colle-1080 ul { list-style:none;margin:0;padding:0; }
.colle-1080 ul li{ float:left;margin-right:5px; }
.colle-1080 ul li:last-child{ margin-right:15px; }
.collections .header {position: absolute;background: #fffffffa;width: calc(100% - 12px);padding: 2px 6px;border-bottom: 1px solid #dcdcdc;}
.colle-1080 .post-info{ display:none; }
.colle-1080 .title { margin-bottom: .5em; font-size: 17px;line-height: 17px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;}
.colle-1080:hover .post-info { display:block; }
.colle-1080:hover .title { white-space: normal; }
.collections_fav {position: absolute;top: 0;}
.colle_title1080hd {position: absolute;bottom: 0;width: 100%;background: #000000b8;font-size: 18px;margin: 0;padding: 0 6px;color: #FFF;font-weight: 100;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.colle_count1080hd { background: #000000b8;padding: 2px 6px;position: absolute;top: 0;right: 0;color: #FFF;font-weight: 500;	}
.colle-1080 .com-num {background: #00000087;padding: 2px 6px;color: #FFF;}

/* SECTION
----------------------------------------------- */
.head_1080 {white-space: nowrap;overflow-y: hidden;overflow-x: auto;padding: 15px;}
.head_1080_title {color: #008000ad;padding: 0 15px;display: inline-block;vertical-align: top;font-size: 20px;font-weight: 700;}
.chenie, .prodol {display: inline-block;padding: 0 15px;border: 1px solid #dbc837;border-radius: 3px;cursor: pointer;height: 36px;line-height: 36px;}
.chenie .fa {margin-right: 10px;}  
a.prodol:hover{border: 1px solid #dbc837;}
.sect {margin-bottom: 20px;}
.sect-header {margin-bottom: 10px;}
.sect-title {font-size: 18px; font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;overflow-y: hidden;overflow-x: auto;}
.sect-items {margin: 0 -5px -10px -5px;}
.sect-title, .sect-tabs span {display: inline-block;padding: 0 20px;line-height: 34px;border-radius: 3px;vertical-align: top;cursor: pointer;font-weight: 700;font-size: 14px;}
.sect-title {background-color: #ff9900; color: #1c1c1c !important;}
a.sect-title:hover {text-decoration: underline;}
.sect-title .fa {margin-left: 10px; font-size: 14px;}
.sect-tabs span.is-active {background-color: #111; box-shadow: inset 0 0 0 2px #ff9900; color: #eee;}
.sect-tabs span:not(.is-active):hover {background-color: #333; cursor: pointer;}
.sect-cont > .fa {font-size:100px; color:#CCC; display:block; text-align:center;}


/* THUMB
----------------------------------------------- */
.glaz-item {float: left; width: 16.66%; padding: 0 5px; margin-bottom: 30px;}
.th-in {display: block; position: relative; box-shadow: 0 0 3px 0 rgba(0,0,0,0.25);}
.th-img:before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); height: 50%;}
.th-desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; margin: 10px; color: #eee; text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.th-title {font-weight: 600;}
.th-desc h2{font-size: 14px;}
.th-year {font-size: 12px; margin-top: 3px; opacity: 0.8;}
.th-rates {margin-top: 3px;}
.th-rate:before {content: attr(data-text); display: inline; margin-right: 3px; text-transform: uppercase; font-weight: 600;}
.th-rate-kp:before {color: #f60;}
.th-rate-imdb:before {color: #fc0;}
.th-series {position: absolute; z-index: 5; left: 10px; top: 10px; padding: 3px 5px; 
	border-radius: 3px; background-color: #2980b9; color: #eee; font-weight: 600; font-size: 13px;}
.th-mask {position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; padding:10px; 
background-color:rgba(0,0,0,0.6); opacity:0; z-index:11;}
.with-mask:hover .th-mask {opacity:1;}
.th-mask .fa {width:60px; height:60px; border-radius:50%; text-align:center; line-height:60px; 
padding-left:5px; font-size:40px; color:#f90; /*background-color: #ff9900;*/}


/* SEO DESCRIPTION
----------------------------------------------- */
.desc-text {background-color: #050505; margin: 0 -20px -20px -20px; padding: 20px;}
.desc-text h1, .desc-text h2, .desc-text h3 {font-size: 18px; font-weight: 600; margin-bottom: 10px; color: #eee;}
.desc-text p {line-height:1.7; font-size: 13px;}
.desc-text p + p {margin-top:10px;}
.desc-text p + h1, .desc-text p + h2, .desc-text p + h3 {margin-top:10px;}
.desc-text a {text-decoration: underline; color: #ff9900;}
.desc-text ul li {list-style-type: disc; margin-left: 40px;}
.ratio-1-1 {aspect-ratio: 1 / 1;}
.bdrs-50 {border-radius: 50%;}
.pi-center {display: grid;place-items: center;}                
.page__ratingscore-ring {width: 50px;font-weight: 500;font-size: 16px;background-color: #fff;color: #444;box-shadow: 0 0 3px 0 rgba(0,0,0,0.25);position: absolute;left: 50%;top: 0;translate: -50% -50%;isolation: isolate;}
.page__ratingscore-ring::before {content: '';position: absolute;z-index: -2;inset: 0;border-radius: 50%;background: conic-gradient(from 0deg, #FDC830 0%, #F37335 var(--p), var(--bg-darker-1) var(--p));}      
.page__ratingscore-ring::after {content: '';position: absolute;z-index: -1;background-color: #fff;inset: 3px;border-radius: 50%;}       
      

/* FOOTER
----------------------------------------------- */
/*.ft-desc {width: 50%; padding-top: 55px;}*/
.ft-counter {margin-top: 20px;}
.ft-menu p, .ft-menu li {color: #eee; margin-bottom: 10px;}
.footer a:not(:hover) {color: #ccc;}
.ft-menu a::before {content: "\f105"; margin-right: 10px; font-family: 'FontAwesome';}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {text-align:center; padding-top: 10px;}
.pagi-load > span {display:none;}
.pagi-load a {margin-bottom: 15px; padding: 0 80px;}
.navigation a:hover {background-color: #7e79ba; color: #fff;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:36px; text-align:center;}
.navigation {line-height: 36px;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 10px; 
margin:5px 2px 0 2px; border-radius: 4px; min-width: 36px; box-shadow: inset 0 0 0 1px #000; background-color: #222;}
.navigation span, .pagi-nav a:hover {background-color: #ff9900; color:#000;}
.navigation span.nav_ext {background:#222; color:#ccc;}
.pagi-nav a:hover {color: #000;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.speedbar {color: var(--tt-fade);font-size: 12px;padding: 10px 0;margin-top: -20px;}
.speedbar:after{content: "";display: block;clear: both;}
.speedbar li{float: left;margin-right: 6px;}
.speedbar li.speedbar_sep{color: #999;}
.fmain {background-color: #222; box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15); margin: 0 -20px;}
.fright {width: 260px;padding: 10px;background-color: #2b2b2b;padding-top: 20px;}
.right-hd1080 {margin-left: 20px;width: 280px;padding-bottom: 1px;background-color: #822323;box-shadow: 0 0 55px 0 #3b5471 inset;}
.fleft {padding: 20px;}
.fleft-img {width: 200px; margin-right: 20px;}
.fposter {border-radius: 3px 3px 0 0;}
.fleft-img-in {box-shadow:0 0 0 1px #050505,2px 3px 3px 0 rgba(0,0,0,0.5); border-radius: 3px; background-color: #111;}
.fleft-desc h1 {font-size: 18px; font-weight: 600; margin-bottom: 15px; color: #eee;}
.fedit {position: absolute; z-index: 10; right: 10px; top: 10px; font-size: 18px;}

.protivogon{height:100%;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:10000;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

.slide-circle {width:50px; height:50px; border-radius: 50%; margin: -25px 0 0 -25px;
background-color:#050505; box-shadow:0 0 0 5px #333,0 0 12px 0 rgba(0,0,0,0.8);
position: absolute; left: 50%; top: 0;}
.slide-circle > div {position: absolute; left:0; top:0; z-index: 1; width: 100%; height: 100%; 
text-align: center; font-size:20px; font-weight: 600; padding-top: 10px;}
.slide-circle > div div {display: none;}
.flikes {height:45px; position:relative; z-index:20; white-space: nowrap; padding: 0 6px;}
.rate-plus, .rate-minus {line-height:45px; cursor:pointer;}
.flikes .fa {width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 50%; 
color: #fff; font-size: 16px;}
.rate-plus .fa {background-color: #33a42d; margin-right: 8px;}
.rate-minus .fa {background-color: #dd4d1b; margin-left: 8px;}
.rate-plus:hover .fa, .rate-minus:hover .fa {opacity: 0.8;}
.emodji {
    display: flex; 
    margin: 10px 0 10px; 
    flex-wrap: wrap; 
    justify-content: space-around; 
    align-items: stretch;
}
.emodji li {
    font-size:25px;
}

.emodji li:hover {
    transform:scale(1.5); 
    cursor:pointer;
}


.fdesc {margin-bottom: 20px; color:#ccc; font-size: 13px;}
.fdesc h2{padding-top: 10px;}
.fdesc.slice-masked {margin-bottom:0;}
.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:linear-gradient(to bottom, rgba(34,34,34,0) 0%, #222 100%);}
.slice-btn {margin:1px 0 15px 0;}
.slice-btn span {display:block; cursor:pointer; text-decoration:none; box-shadow:0 0 0 1px #050505,2px 3px 3px 0 rgba(0,0,0,0.5); 
text-align:center; padding:8px 10px; font-weight:600; border-radius:3px; background-color: #111;}
.actordir {position: relative; }
.artor-dir {position: absolute; bottom: 120%; left: 50%; width: 110px; margin-left: -50px;z-index: 99999; box-shadow: 0 0 20px rgba(0,0,0,0.2);display: none;}
.artor-dir img {width: 100%;}
.actordir:hover .artor-dir {display: block;}
.actordir:hover {z-index: 99999;}
.umn-poisk{display: block;text-align: center;width: 100%;height: 32px;line-height: 32px;color: #fff;background-color: #84441b;box-shadow: inset 0 -3px 20px 0 #ffa218;font-size: 16px;margin-bottom: 15px;}

.serialgraf{background-color:#2b2b2b;padding:10px;margin-top:10px;}
.sergraf{color:#ec9b1d;}
.serialgraf h3{font-size:13px;}
.released:after {content: "*";}
.released{color:#f00;}
.flist {width: 48%; line-height: 1.7; font-size: 13px;}
.flist li > span:first-child {font-weight: 600; color: #eee;}
.flist a {border-bottom: 1px dotted #ababab;}
.flist-wide {width: 100%;}
.frate {line-height: 30px; border-radius: 3px; text-align: center; width: 48%; 
	margin-top: 7px; font-size: 14px; font-weight: 600;}
.frate:before {content: attr(data-text); display: inline; margin-right: 3px; text-transform: uppercase;}
.frate-kp {background: url(../images/rating-kp.png) 0 center no-repeat;}
.frate-imdb {background: url(../images/rating-imdb.png) 0 center no-repeat;}

.fsubtitle {text-align: center; margin: 20px -20px -10px -20px; padding: 0 20px; padding-top: 10px; 
	border-top: 1px solid #111; font-weight: 600; font-size: 16px; width: calc(100% + 40px); color: #eee;}
.pravoobladatel_video{padding: 155px;text-align: center;width: 100%;}
.pravoobladatel_video span{font-size: 18px;color: black;display: inline-block;background: #dabbbb;padding: 10px;margin-bottom: 10px;}
.pravoobladatel_video ul{width: 100%;display: flex;justify-content: space-between;margin-top: 10px;}
.pravoobladatel_video li{width:24%;text-align:center;}

.ls-right-title{padding: 10px;color: #fff;text-align: center;font-size: 18px;line-height: 16px;transition: .3s all;border-radius: 3px;box-shadow: 2px -1px 0px 0 rgba(255, 255, 255, 0.1);border-bottom: 1px dashed #757575;}
.serials-menu li{display:inline-block;width:100%;float:none;border-bottom:1px solid #4c4c4c}
.serials-menu a{display:block;text-decoration:none}
.serials-menu a span{margin-left:5px;display:inline-block;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:1px;padding:1px 6px;font-size:10px;float:right}
.serials-menu.violet a span{background:#FF6347;background-color:#FF6347;color:#fff}                  
.serialss {overflow-y:auto;max-height:900px;margin:5px;}
.serialss li{float:left}
.serialss li:nth-last-of-type(-n+1) a{margin-bottom:0!important}
.serialss li a{display:block;padding:10px 20px;margin-bottom:5px;cursor:pointer;color:#ccc;transition:.3s all;border-radius:3px}
.serialss li a:hover{background:#282b35;background-color:#3b3b3b;color:#FF6347}
.serialss li a:before{font-family:'FontAwesome';content:"\f0da";margin-right:10px;color:#f30}
.sll-date{margin: 10px;}

/*
*/
.pleerprav {width: 25%;float: right;}
.fplayer {position: relative;width: 100%;}
.fctrl {background-color: #2d2d2d; border-radius: 3px; overflow: hidden; margin-top: 10px;}
.fctrl > *, .fplayer .tabs-sel span {height: 40px; line-height: 40px;border-left: 1px solid rgba(255,255,255,.1);}
.fplayer .tabs-sel {white-space:nowrap; overflow-y:hidden; overflow-x:auto; font-size: 0;}
.fplayer .tabs-sel span {display: inline-block;padding: 0 20px;vertical-align: top;cursor: pointer;font-weight: 700; font-size: 13px;background-color:#4a4a4a;}
.fplayer .tabs-sel span.current {background-color: #ff9900; color: #272727;}
.fplayer .tabs-sel span:hover {color: #e0e0e0;}
.js .tabs-b {background-color: #000; display: none;}
.js .tabs-b.visible {display: block;}
.fcompl {font-size: 18px; padding: 0 15px; border-left: 1px solid rgba(255,255,255,0.1);}
.yx-share {margin-right: 15px; height: auto !important;}

.flight {padding: 0 65px 0 15px; border-left: 1px solid rgba(255,255,255,0.1); position: relative; cursor: pointer;}
.flight:before, .flight:after{content: '';position: absolute;top: 50%;transition: .3s;}
.flight:before{height: 22px; width: 42px; border-radius: 11px; background-color: #111; right: 15px; top: 9px;}
.flight:after{right: 38px;top: 12px; height: 16px; width: 16px; border-radius: 8px; background-color: #ffb402;}
.light-overlay {position: fixed; left: 0; top: 0; right: 0; bottom: 0; 
	z-index: 99998; background-color: rgba(0,0,0,0.8); display: none;}
.light-off .flight:after{right: 18px; background: #ccc;}
.light-off .light-overlay {display: block;}
.light-off .fplayer {z-index: 99999;}
.light-off #gotop, .light-off .header {display: none !important;}


.statiknum {z-index: 1001;position: absolute;color: #fff;line-height: 28px;border-radius: 0 3px 3px 0;font-size: 25px;bottom: 70px;background: rgba(182, 133, 105, 0.8);padding: 0 10px;left: 0;font-weight: 700;}


.fshare {padding: 10px; text-align:center; white-space:nowrap;}
.fshare .fa {width:50px; height:30px; border-radius:3px; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin:0 2px; cursor:pointer;}
.fshare .fa:hover {opacity:0.8;}
.fa.fa-vk {background-color:#5075a5;}
.fa.fa-facebook {background-color:#4b6baf;}
.fa.fa-twitter {background-color:#2daae1;}
.fa.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}
.fa.fa-paper-plane {background-color:#5682a3;}

.frels {margin: 0 -20px; margin-top: -20px; padding: 20px; background-color: #050505; color: #eee; position: relative; bottom: -20px;}
.frels-title {font-size: 18px; font-weight: 600; padding-bottom: 10px; padding-top: 10px;color: #eee;border-bottom: 2px solid #f90;}
.fcomms {padding-top: 20px;}
.full-comms, .add-comms{width:48%;}
.no-comms {-ms-flex-order:-1;-webkit-order:-1;order:-1}
.comm-letter {position: absolute; left: 0; top: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; 
background-color: #000; color: #fff; font-size: 14px; font-weight: 600; text-transform: uppercase; border-radius: 50%;}
.add-comms > form {position: sticky; right: 0; top: 90px; margin-bottom: 20px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; /*height:500px;*/}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.5; font-size: 14px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#3498db;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.add-comms {}
.ac-inputs input {width: 48.5%; margin-bottom: 15px; background-color: #222;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px; background-color: #222;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 3px 3px 6px rgba(0,0,0,0.1);}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; color: #eee; font-size: 18px; font-weight: 600;}

.comm-item {margin-bottom: 20px; font-size: 13px; padding-left: 40px; position: relative; min-height: 40px;}
.comm-two {margin: 2px 0 3px 0;}
.comm-one > span {margin-right: 15px; opacity: 0.8;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 600; color: #ff9900; opacity: 1;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; font-size:16px; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; top: -2px; opacity: 0.8;}
.comm-rate3 a:last-child {margin-bottom: -6px;}
.comm-rate3 > span {margin: 0 5px; font-size: 14px; font-weight: 600;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {text-decoration: underline;}
.comm-three-left > a {opacity: 1; color: #3498db; border-bottom: 1px dotted #3498db;}


/* LOGIN
----------------------------------------------- */
.login-overlay, .mmenu-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.6; display: none; background-color: #000;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #222; padding: 30px 60px 40px 60px; border-top: 5px solid #ff9900; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5); display: none;}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 18px; font-weight: 600; margin-bottom: 15px; text-align: center; color: #eee;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #111; color: #939393;}
.login-input input {margin-bottom: 15px; background-color: #111;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #3498db; color: #3498db; font-size: 14px;}
.login-check {position: relative; }
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #939393;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.login-check span:before{left: 0; height: 10px; margin-top: -5px; width: 26px; border-radius: 5px; 
	background: #111; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}
.login-check span:after{left: 1px; height: 12px; width: 12px; margin-top: -6px; background: #2ecc71;
	border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-menu {border-top: 1px solid #111; border-left: 1px solid #111;}
.login-menu li {text-align: center; border-right: 1px solid #111; border-bottom: 1px solid #111; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 14px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {display: flex; align-items: center; margin: 30px 0 15px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: #111; flex: 1;}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login-soc-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .fright .filter-btn {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#222;
padding:10px; z-index:99999; position:fixed; left:-320px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:99998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 99999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hmenu {margin: 0; padding: 0;}
.side-panel .hmenu > li {width: 100%; margin: 0; padding: 0;}
.side-panel .hmenu > li > a {height: 40px; line-height: 40px; margin: 0; padding: 0; 
box-shadow: none !important; color: #eee;}
.side-panel .search-wrap, .side-panel .btn-login {width: 100%; margin: 0 0 10px 0; padding: 0;}
.side-panel .hidden-menu {width: 100%; display: block; position: static; background-color: #111; 
width: calc(100% + 20px); margin-left: -10px; opacity: 1; pointer-events: auto; transform: none; 
box-shadow: none; border-bottom: 3px solid #ff9900;}
.side-panel .hm-col {width: 50%;}
.side-panel .one-col .hm-col {width: 100%;}


@media screen and (max-width: 1220px) {
.gl-rap {max-width:1000px;}
#gotop {display: none !important;}
.not-logged .login-avatar {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
.sect-header.fx-start {display: block; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
.sect-header.fx-start > * {display: inline-block; vertical-align: top; margin-right: 10px;}
.sect-tabs span, .sect-title {padding: 0 10px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.gl-rap {max-width:768px;}
.header .hmenu, .header .search-wrap, .header .btn-login {display: none;}
.fright {display: none;}
.pleerprav {display: none;}
.btn-menu {display: block; font-size: 34px; cursor: pointer; color: #eee;}
.glaz-item {width: 25%;}
.gl-cont, .header-in, .footer, .desc-text {padding-left: 10px; padding-right: 10px;}
.desc-text {margin-left: -10px; margin-right: -10px;}
.footer {text-align: center; display: block;}
.ft-desc {padding-top: 0; padding-bottom: 20px; background-image: none; width: 100%;}

.fplayer {width: 100%;}
.fmain, .fsubtitle, .frels {margin-left: -10px; margin-right: -10px;}
.fleft, .fright, .pleerprav, .fsubtitle, .frels {padding-left: 10px; padding-right: 10px;}
.fsubtitle {width: calc(100% + 20px);}
.full-comms, .add-comms{width:100%;}
.add-comms {-ms-flex-order:-1;-webkit-order:-1;order:-1}
}

@media screen and (max-width: 760px) {
.gl-rap {max-width:640px;}
.glaz-item {width: 33.33%;}

.fleft-img {margin: 0 auto 20px auto;}
.fleft-desc {min-width: 100%;}
.flist {width: 100%; margin-bottom: 5px;}
.flight, .fcompl, .ffav {display: none;}
.fctrl {justify-content: center;}
    .tabs-sel {min-width: 100%; display: flex; flex-wrap: wrap;}
.tabs-sel > span {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; text-align: center;}
.yx-share {text-align: center; padding: 15px;}
    
.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.gl-rap {max-width:480px;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center22 {max-width:320px;}
.glaz-item {width: 50%;}
#gl-kont {padding-top: 0; overflow: hidden;}
body {background-image: none;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
.released {color: #f00}.released:after {content: "*"}


.playlists-player {
	background: #000;
	color: #fff;
	
}
.playlists-iframe {
	height: 370px;
	background: #000;
	margin-bottom: 4px;
}
.playlists-items {
	position: relative;
}
.playlists-items ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0;
}
.playlists-items li {
	width: 140px;
	height: 40px;
	margin: 0px 0px 4px 4px;
	background: #313131;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;	
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	line-height: 40px;
	text-align: center;
	display: none;
}
.playlists-items li:hover {
	background: #444444;
	cursor: pointer;	
}
.playlists-items li.active {
	background: #9a9a9a;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.playlists-items li.visible {
	display: inline-block !important;
}

.playlists-videos .playlists-items li {
	width: 180px !important;
	text-align: left;
	padding: 0px 40px 0px 15px;
	box-sizing: border-box;
	position: relative;
}
.playlists-view {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 40px;
	background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJ0lEQVQ4jeXUsUqcURQE4NmAzWZ18QWEBdFYSLRNEbASAmmFdBYJSB4hvYXY21rkAUQbfQ5DQiAIS0gRUGMjrFrkS7H/wvJzfzcBKzPlmblzOecMJ/nv0GoiMJVkPcnzJL2q3E9ymuSk1Wrd/dUPaGMb55pxiR10Jpm9QL/B4KJQ/46XTWavMag9OMbCmGYeRzXNLTbqZku4rglPKm4ab/EO3ap2WNMOsDwye4rPhXaeoYOvY7UzdNEr6L+gHXwskFfVZ5sFbqvifha4/SdjkXgItIMV3DxAy98wM5rj+4JgtJSOyUu5wWp903sF02MsTojNHd4UB4APhrmqoynYP7B271QNM3nQYDzCL+xiuv7+vuMwm+RVkvkkc0l+Z3gcPuVfjsPjxx+UKYwH8JKOawAAAABJRU5ErkJggg==');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
}
.playlists-view:hover {
	opacity: 0.6;
	transform: 0.4ms easy 0.4ms;
}
.playlists-view.watched {
	opacity: 1;
}

.playlists-prev, .playlists-next {
	width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	bottom: 4px;
	z-index: 100001;
	opacity: 0.8;
}
.playlists-prev {
	left: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAeElEQVQ4jd3UzQ1AQBCG4Y2DhGqcNIBoQSuKUYm+uHkdrMTBZM0a2cR3n2ezmR/nfhMgBwagssBKYObIBvRW2JnJEluA2gpbgSY5VghYq8Y8ON5g3dP6LOpVTcy/7FGpKZ+g+k4H0LjBDqBxqyeg747DBbU7X0mzAymuSWfKXk8JAAAAAElFTkSuQmCC');
}
.playlists-next {
	right: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAbUlEQVQ4jdWUsQ2AMAwEI6RIjANVJqBhAFZhmuwRGIySo4CGiCr+SORq6yzLfjvXNMAILIBXyGbg5CYBvVUYeWOTAgE4MulmlU5NS/ca0jWv64o7WJCOLF2KWvZ12OVpoUL0tM/hkQ6o3tdvuABsDUk5DyWdywAAAABJRU5ErkJggg==');
}
.playlists-prev:hover, .playlists-next:hover {
	opacity: 1;
	cursor: pointer;
}
.playlists-prev.disabled, .playlists-next.disabled {
	display: none;
}

.playlists-alert {
	background: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 50px 0px 0px 0px;
}

.playlists-alert-img {
	width: 120px;
}

.playlists-alert-descr {
	font-size: 24px;
	color: #000;
	margin: 20px 0px;
}

.playlists-alert-btn {
	background: #000000;
	color: #fff;
	padding: 15px 30px;
	border-radius: 4px;
	font-size: 20px;
	display: inline-block;
}

.playlists-alert-btn:hover {
	text-decoration: none;
}

.video-responsive {padding-top: 55%; position: relative; background-color: #000;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
