.filter-box {opacity: 0; transition: opacity .3s linear;}
.js .filter-box {opacity: 1;}

/* SET BASE
----------------------------------------------- */
* {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;}
body {font: 14px 'Exo 2', Tahoma, Geneva, sans-serif; line-height:normal; padding:0; margin:0;        
color: #ccc; background:#2a2d34 url(../images/bg.jpg);/*padding-top: 200px;*/ height:100%; width:100%; font-weight:300; overflow-x: hidden;}
body.lt-is-active {color: #000; background:#f9f9f9 url(../images/bg-light.jpg);}

img {max-width:100%;}
body {position: relative;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #ccc; text-decoration: none;}
a:hover, a:focus {color:#fff; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:500; font-size:18px;}

.sub-title h1 {margin-bottom:15px; font-size:18px; font-weight:500;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap, .full-pages {padding:20px 0;}


/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fancybox]), html input[type="button"], 
input[type="reset"], input[type="submit"], .meta-fav a {
padding:0 20px; color:#000; font-weight:500; text-transform: none; display:inline-block; background-color:#ffdb4c; 
height:40px; line-height:40px; border-radius:3px; cursor:pointer; box-shadow: 0 2px #e8c229;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .up-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{color:#000; background-color:#fcd94e;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#fff; background-color:#111; border-radius:4px; -webkit-appearance: none; box-shadow:0 0 0 1px #000;}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #000; background-color:#111; color: #fff;}
textarea {display:block; width:100%; padding:10px; border:1px solid #000; background-color:#111; color: #fff;
border-radius:0 0 6px 6px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5); overflow:auto; vertical-align:top; resize:vertical;}

.img-box {overflow:hidden; position:relative; background-color:#202328;}
.img-box img {width:100%; min-height:100%;}
.square-img img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .trailer-close, .to-rate, .to-comms {transition: all .2s;}
a, .button, .ps-link, .mask, .tc-title, .sc-title, .highslide:before {transition: color .2s, background-color .2s, opacity .2s;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}
.ps-link {cursor:pointer;}
.icon-l .fa, .icon-l .fal {margin-right:10px;}
.d-flex, .fx-row {display: flex; flex-wrap: wrap; flex-direction: row;}
.fd-column, .fx-col {flex-direction: column; flex-wrap: nowrap;} 
.jc-space-between, .fx-row {justify-content: space-between;}
.jc-flex-start, .fx-start {justify-content: flex-start;}
.jc-center, .fx-center {justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center, .fx-middle {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.order-first {order: -1;}
.order-last {order: 10;}
.flex-grow-1, .fx-1, .stretch-free-width {flex: 1 1 0; max-width: 100%; min-width: 50px;}

.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-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;}
.block > *, .main > * {width: 100%;}
.header {-ms-flex-order: 1;-webkit-order: 1;order: 1;}
.f-menu {-ms-flex-order: 2;-webkit-order: 2;order: 2;}
.karusel {-ms-flex-order: 3;-webkit-order: 3;order: 3;}
.show-menu {-ms-flex-order: 4;-webkit-order: 4;order: 4;}
.cols {-ms-flex-order: 5;-webkit-order: 5;order: 5;}
.footer {-ms-flex-order: 6;-webkit-order: 6;order: 6;}
b, strong {font-weight: 500;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position:relative;}
.brand {padding-top:250px;}
.center {max-width:1100px; margin:0 auto; position:relative; z-index:100;}
.block {background-color:#202328; box-shadow: 0 0 20px rgba(0,0,0,0.8);}
.header {background-color:#2a2d34; height:80px; padding:0 20px 0 0;}
.karusel {background:#2a2d34; height:190px; padding:20px; box-shadow:0 20px 20px -20px rgba(0,0,0,0.5); 
position: relative; z-index: 100;}
.cols {padding-left:340px; position:relative;}
.side {width:340px; margin-left:-340px; float:left; position:relative; z-index:20; background-color:#2a2d34; color:#fff;}
.main {width:100%; float:right; min-height:800px; padding:20px;}
.cols:before {content:""; z-index:10; position:absolute; left:0; top:0; width:340px; height:100%; 
background-color:#2a2d34; box-shadow:20px 0 20px -20px rgba(0,0,0,0.5);}
.footer {padding:20px; background-color:#2a2d34; box-shadow:0 -20px 20px -20px rgba(0,0,0,0.5); 
	line-height:24px; align-items:center;}


/* HEADER
----------------------------------------------- */
.logotype {height:80px; width:200px; padding-top: 22px; display:block;}
.logotype img {display:block; width:100%;}
.logotype:hover {opacity:0.8;}

.search-wrap {margin:20px 20px 0 20px; flex: 1 1 0; min-width: 100px; max-width: 100%;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; height:40px; line-height:40px; padding:0 40px 0 15px; border-radius:3px;
background-color:#111; color:#fff; border:0; box-shadow:inset 0 0 0 1px #111;}
.search-box button {position:absolute; right:0px; top:0; border-radius:0;
padding:0 !important; text-align:center; width:40px; height:40px; line-height:40px; 
color:#fff !important; background-color:transparent !important; font-size:16px; -webkit-box-shadow: none;
box-shadow: none !important;}

.login-btns {height:40px; line-height:40px; margin-top:20px;}
.login-btns a {display:inline-block; vertical-align:top; padding:0 20px;}

.header .share-box {padding-top:28px; width:250px; text-align:center;}
.show-search {width: 40px; height: 40px; cursor: pointer; margin-top: 20px; font-size: 18px; 
    display: none; justify-content: center; align-items: center; margin-right: 5px;}
.theme-toggle {width: 60px; height: 30px; border-radius: 20px; background-color: #111111; 
    position: relative; top: 25px; cursor: pointer;}
.theme-toggle::before, .theme-toggle span {background-color: #f0f8ff; width: 20px; height: 20px; border-radius: 50%; 
    position: absolute; left: 5px; top: 5px; content: ''; transition: left 0.5s; z-index: 3;}
.theme-toggle::after {transform: rotate(0) scale(1.2); position: absolute; top: 7px; right: 7px; 
    width: 15px; height: 15px; content: ''; transition: transform 0.5s, opacity 0.5s;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cstyle%3E.a%7Bfill:%23F0C419;%7D%3C/style%3E%3Cg fill='none'%3E%3Cg class='a'%3E%3Cpath d='M7.5 0C7.4 0 7.3 0.1 7.3 0.3L7.3 1.8C7.3 1.9 7.4 2 7.5 2 7.6 2 7.8 1.9 7.8 1.8L7.8 0.3C7.8 0.1 7.6 0 7.5 0Z'/%3E%3Cpath d='M7.5 13C7.4 13 7.3 13.1 7.3 13.3L7.3 14.8C7.3 14.9 7.4 15 7.5 15 7.6 15 7.8 14.9 7.8 14.8L7.8 13.3C7.8 13.1 7.6 13 7.5 13Z'/%3E%3Cpath d='M14.8 7.3L13.3 7.3C13.1 7.3 13 7.4 13 7.5 13 7.6 13.1 7.8 13.3 7.8L14.8 7.8C14.9 7.8 15 7.6 15 7.5 15 7.4 14.9 7.3 14.8 7.3Z'/%3E%3Cpath d='M2 7.5C2 7.4 1.9 7.3 1.8 7.3L0.3 7.3C0.1 7.3 0 7.4 0 7.5 0 7.6 0.1 7.8 0.3 7.8L1.8 7.8C1.9 7.8 2 7.6 2 7.5Z'/%3E%3Cpath d='M11.6 3.7C11.6 3.7 11.7 3.7 11.7 3.6L13.2 2.2C13.3 2.1 13.3 1.9 13.2 1.8 13.1 1.7 12.9 1.7 12.8 1.8L11.4 3.3C11.3 3.4 11.3 3.5 11.4 3.6 11.4 3.7 11.5 3.7 11.6 3.7Z'/%3E%3Cpath d='M3.3 11.4L1.8 12.8C1.7 12.9 1.7 13.1 1.8 13.2 1.9 13.2 1.9 13.3 2 13.3 2.1 13.3 2.1 13.2 2.2 13.2L3.6 11.7C3.7 11.6 3.7 11.5 3.6 11.4 3.5 11.3 3.4 11.3 3.3 11.4Z'/%3E%3Cpath d='M11.7 11.4C11.6 11.3 11.5 11.3 11.4 11.4 11.3 11.5 11.3 11.6 11.4 11.7L12.8 13.2C12.9 13.2 12.9 13.3 13 13.3 13.1 13.3 13.1 13.2 13.2 13.2 13.3 13.1 13.3 12.9 13.2 12.8L11.7 11.4Z'/%3E%3Cpath d='M2.2 1.8C2.1 1.7 1.9 1.7 1.8 1.8 1.7 1.9 1.7 2.1 1.8 2.2L3.3 3.6C3.3 3.7 3.4 3.7 3.4 3.7 3.5 3.7 3.6 3.7 3.6 3.6 3.7 3.5 3.7 3.4 3.6 3.3L2.2 1.8Z'/%3E%3Cpath d='M12.6 5.4C12.6 5.4 12.7 5.5 12.8 5.5 12.8 5.5 12.9 5.5 12.9 5.5L13.6 5.2C13.7 5.1 13.8 5 13.7 4.9 13.7 4.7 13.5 4.7 13.4 4.7L12.7 5C12.6 5.1 12.5 5.2 12.6 5.4Z'/%3E%3Cpath d='M2.4 9.6C2.4 9.5 2.2 9.5 2.1 9.5L1.4 9.8C1.3 9.9 1.2 10 1.3 10.1 1.3 10.2 1.4 10.3 1.5 10.3 1.5 10.3 1.6 10.3 1.6 10.3L2.3 10C2.4 9.9 2.5 9.8 2.4 9.6Z'/%3E%3Cpath d='M13.6 9.7L12.9 9.4C12.8 9.4 12.7 9.4 12.6 9.6 12.5 9.7 12.6 9.8 12.7 9.9L13.4 10.2C13.5 10.2 13.5 10.2 13.5 10.2 13.6 10.2 13.7 10.1 13.8 10 13.8 9.9 13.7 9.8 13.6 9.7Z'/%3E%3Cpath d='M1.4 5.3L2.1 5.6C2.1 5.6 2.1 5.6 2.2 5.6 2.3 5.6 2.4 5.5 2.4 5.4 2.5 5.3 2.4 5.2 2.3 5.1L1.6 4.8C1.4 4.8 1.3 4.8 1.2 5 1.2 5.1 1.3 5.2 1.4 5.3Z'/%3E%3Cpath d='M10 12.7C9.9 12.6 9.8 12.5 9.6 12.6 9.5 12.6 9.5 12.8 9.5 12.9L9.8 13.6C9.8 13.7 9.9 13.7 10 13.7 10.1 13.7 10.1 13.7 10.1 13.7 10.3 13.7 10.3 13.5 10.3 13.4L10 12.7Z'/%3E%3Cpath d='M5.3 2.5C5.3 2.5 5.3 2.5 5.4 2.4 5.5 2.4 5.5 2.2 5.5 2.1L5.2 1.4C5.1 1.3 5 1.2 4.9 1.3 4.7 1.3 4.7 1.5 4.7 1.6L5 2.3C5.1 2.4 5.2 2.5 5.3 2.5Z'/%3E%3Cpath d='M5.4 12.6C5.3 12.5 5.2 12.6 5.1 12.7L4.8 13.4C4.8 13.6 4.8 13.7 5 13.8 5 13.8 5 13.8 5.1 13.8 5.2 13.8 5.3 13.7 5.3 13.6L5.6 12.9C5.6 12.8 5.6 12.7 5.4 12.6Z'/%3E%3Cpath d='M9.7 2.4C9.8 2.4 9.8 2.4 9.9 2.3L10.2 1.6C10.2 1.4 10.2 1.3 10 1.2 9.9 1.2 9.8 1.3 9.7 1.4L9.4 2.1C9.4 2.2 9.4 2.3 9.6 2.4 9.6 2.4 9.6 2.4 9.7 2.4Z'/%3E%3C/g%3E%3Ccircle cx='7.5' cy='7.5' r='5' class='a'/%3E%3Ccircle cx='7.5' cy='7.5' r='3.8' fill='%23EDE21B'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.theme-toggle span {z-index: 1; transform: scale(0.9); background-color: transparent;
    transition: transform 0.5s, left 0.5s; width: 15px; height: 15px; top: 7px; left: 8px; 
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='15px' viewBox='0 0 15 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1566.000000, -1086.000000)' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(1566.000000, 1086.000000)'%3E%3Cpath d='M4.4064,11.26584 C8.19456,11.26584 11.26512,8.1948 11.26512,4.40664 C11.26512,2.72808 10.66032,1.19256 9.65952,0.00024 C12.75168,0.99288 14.99088,3.8892 14.99088,7.31112 C14.99088,11.55288 11.55264,14.99112 7.31088,14.99112 C3.88896,14.99112 0.99264,12.75192 8.52651283e-16,9.65976 C1.19232,10.66104 2.72832,11.26584 4.4064,11.26584 Z' id='Path' fill='%23FFD93B'%3E%3C/path%3E%3Cpath d='M12.0576,1.28328 C13.0848,2.5884 13.70208,4.23144 13.70208,6.02184 C13.70208,10.2636 10.26384,13.70184 6.02208,13.70184 C4.23168,13.70184 2.58864,13.08456 1.28352,12.05736 C2.68896,13.84152 4.86384,14.99112 7.31136,14.99112 C11.55312,14.99112 14.99136,11.55288 14.99136,7.31112 C14.99136,4.8636 13.84176,2.6892 12.0576,1.28328 Z' id='Path' fill='%23F4C534'%3E%3C/path%3E%3Cg transform='translate(1.260000, 2.460000)' fill='%23FFD83B' id='Path'%3E%3Cpolygon points='2.58384 0.53832 3.37488 2.142 5.14416 2.3988 3.864 3.6468 4.16592 5.40888 2.58384 4.57704 1.00128 5.40888 1.3032 3.6468 0.02304 2.3988 1.79232 2.142'%3E%3C/polygon%3E%3Cpolygon points='7.04592 0.0252 7.45584 0.85656 8.37312 0.98952 7.70928 1.63656 7.86624 2.54952 7.04592 2.11848 6.2256 2.54952 6.38256 1.63656 5.71872 0.98952 6.636 0.85656'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.lt-is-active .theme-toggle {background-color: #f2f6f8;}
.lt-is-active .theme-toggle::before {left: 34px; background-color: #4c4743;}
.lt-is-active .theme-toggle::after {transform: rotate(90deg);}
.lt-is-active .theme-toggle span {transform: rotate(90deg) scale(1.3);}
.lt-is-active .js-theme-toggle[data-label]::before {content: 'День';}


/* FIRST MENU
----------------------------------------------- */
.f-menu {height:40px; line-height:40px; background-color:#202328; position: relative; z-index: 1000;}
.f-menu > li {float:left; font-weight:500; border-right:1px solid #111;}
.f-menu > li > a {display:block; padding:0 20px; color:#fff; text-transform: uppercase;}
.f-menu > li > a.active, .f-menu > li:hover > a, .f-menu > li.active > a {color:#fff; background-color:#6d90a8;}
.f-menu a[data-label] {position:relative;}
.f-menu a[data-label]:before {content:attr(data-label); position:absolute; top:-10px; right:-15px; 
background-color:#dd4d1b; color:#FFF; height:20px; line-height:20px; padding:0 10px; font-weight:500; border-radius:10px;}
.f-menu__has-submenu > a::after {content: '\f107'; font-family: 'FontAwesome'; font-weight: normal;
    margin-left: 6px; transition: transform 0.2s; display: inline-block;}
.rzmenu {position: absolute; left: 0; top: 100%; width: 100%; z-index: 100; line-height: normal; opacity: 0;
    background-color: #202328; padding: 20px; transform-origin: center top; transform: scale(1,0); visibility: hidden;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5), inset 0 20px 20px -20px rgba(0,0,0,0.5);}
.rzmenu__bottom {width: 100%; margin-top: 20px; justify-content: flex-start;}
.rzmenu__right {width: 240px; margin-left: 20px;}
.rzmenu__list {margin-left: -20px; justify-content: flex-start;}
.rzmenu__list li {width: 25%; padding-right: 20px;}
.rzmenu__list a {display: block; padding: 8px 20px; font-size: 15px;}
.rzmenu__sort-caption {margin-right: 15px; font-size: 19px; font-weight: 500;}
.rzmenu__sort-select {margin-right: 15px; width: 240px; position: relative;}
.rzmenu__sort-select::before, .rzmenu__sort-select::after {content: ''; position: absolute; right: 15px; top: 50%; 
    border: 6px solid transparent; pointer-events: none; display: block; z-index: 10;}
.rzmenu__sort-select::before {border-bottom-color: #bbb; margin-top: -15px;}
.rzmenu__sort-select::after {border-top-color: #bbb; margin-bottom: -15px;}
.rzmenu__sort-select select {appearance: none; -webkit-appearance: none; background-color: #202328; font-size: 14px;
    height: 44px; line-height: 40px; padding: 0 15px; display: block; border: 3px solid #111; font-family: inherit;
    text-transform: uppercase; color: #fff; cursor: pointer; width: 100%; box-shadow: 0 0 5px rgba(0,0,0,0.2); }
.rzmenu__right li {width: 46%; margin-bottom: 10px;}
.rzmenu__right a {display: block;}
.rzmenu__right li.rzmenu__right-wide {width: 100%; font-size: 17px; font-weight: 500; margin-bottom: 20px;}
.rzmenu__right-wide img {display: inline-block; width: 16px; height: 16px; margin-right: 10px;}
.f-menu__has-submenu:hover > a::after, .f-menu__has-submenu.active > a:after {transform: rotate(180deg);}
ul.rzmenu__right li:not(.rzmenu__right-wide) a img.disney {padding: 5px;}
.rzmenu__right li:not(.rzmenu__right-wide) img {padding: 10px;opacity: 0.6;filter: blur(0px) grayscale(1);background: #ccc;border-radius: 4px;height: 50px;width: 100%;}
.rzmenu__right li:not(.rzmenu__right-wide) a:hover img {padding: 10px;opacity: 1;filter:none;background-color: #fff;border-radius:4px;}
.rzmenu__right li.rzmenu__right-wide a:hover {text-decoration: underline;}
@media screen and (min-width: 950px) {
    .rzmenu__list a:hover {background-color: rgba(0, 0, 0, 0.3);}
    .f-menu__has-submenu:hover .rzmenu {transform: scale(1,1); opacity: 1; visibility: visible; 
        transition: transform 0.2s, opacity 0.2s;}
}

.nice-select{background-color:#202328; cursor:pointer; line-height:40px; position:relative; 
    white-space:nowrap; width:100%; text-transform: uppercase; font-size: 14px; height: 44px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2); padding: 0 15px; border: 3px solid #111; color: #fff;}
.nice-select:active,.nice-select.open,.nice-select:focus,.nice-select:hover{border-color:#000}
.nice-select.open .list{opacity:1; pointer-events:auto;}
.nice-select .list{background-color:#202328; box-shadow:0 0 0 1px rgba(68, 68, 68, 0.11); 
	left:-3px; opacity:0; overflow:hidden; pointer-events:none; text-transform: uppercase;
	position:absolute; bottom:100%; width:100%; z-index:100; max-height: 200px; overflow-y: auto; 
    border: 3px solid #111; border-bottom: 0; width: calc(100% + 6px); font-size: 12px;}
.nice-select .list:hover .option:not(:hover){background-color:transparent}
.nice-select .option{cursor:pointer; line-height:30px; min-height:30px; padding: 0 15px;}
.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#444}
.nice-select .option.selected{font-weight:500; display: flex; align-items: center; justify-content: space-between;}
.nice-select .option.selected::after {content: '\f00c'; font-family: 'FontAwesome'; font-weight: normal; opacity: 0.4;}


/* TOP CAROU
----------------------------------------------- */
.top-carou {width:104px; height:150px; display:block; float:left; border-radius:3px;}
.tc-title {padding:7px; text-align:center; background-color:#6d90a8; color:#fff; opacity:0; 
position:absolute; left:0; bottom:0; width:100%;}
.top-carou:hover .tc-title {opacity:1;}


/* SHORTS
----------------------------------------------- */
.shorts-header {align-items:center; margin-bottom:20px; min-height:24px; position: relative; padding-left:0px;}
.shorts-header h1, .shorts-header h2, .shorts-header h3 {font-weight:500; font-size:18px; text-transform: none; color: #fff;}
.grid-select {line-height:30px; height: 30px; position: absolute; left: 0; top: -3px; 
background-color:#2a2d34; box-shadow:0 0 20px 0 rgba(0,0,0,0.5);}
.grid-select div {height:30px; width:30px; text-align:center; float:left; font-size:16px; cursor:pointer;}
.grid-select div:hover, .grid-select div.current {background-color: #6d90a8;color: #ccc;}

.short {position:relative; margin-bottom:20px; padding:20px 20px 20px 220px; 
background-color:#2a2d34; box-shadow:0 0 20px 0 rgba(0,0,0,0.5); height:300px; overflow:hidden; border-radius:4px;}
.short-img {width:180px; margin-left:-200px; float:left; height:260px; border-radius:4px;}
.short-text {width:100%; float:right; position:relative;padding:0 10px;}

.short-title {display:block; font-size:18px; text-transform: none; font-weight:500; padding-right:70px; color: #fff;}
.short-desc {margin-top:10px;}
.sd-line {margin-bottom:10px; font-size:14px;}
.sd-line a {border-bottom: 1px solid #888;}
.sd-line span:first-child {font-weight:500;}
.sd-text {margin-top:15px;}
.full .sd-line {margin-bottom:5px; position: relative; padding: 7px 5px 7px 140px; background-color: #202328;}
.full .sd-line span {position: absolute; left: 0px; top: 0px; height: 100%; width: 120px; padding: 4px 4px 4px 13px;
line-height: 23px; background-color: rgb(37 40 45); border-right: 2px solid rgb(42 45 52);}
.full .sd-line span:first-letter {color: #6d90a8;}
.age0, .age12, .age16, .age18 {display:inline-block; padding:1px 4px; font-size:13px; font-weight:700; border-radius: 3px;}
.age0 {color: #80a460; border: 1px solid #80a460;}
.age12 {color: #6d90a8; border: 1px solid #6d90a8;}
.age16 {color: #cc772f; border: 1px solid #cc772f;}
.age18 {color: #bd3d3d; border: 1px solid #bd3d3d;}
.sd-line li:before {content: "— ";}
.sd-line.red {border-left: 2px solid #bd3d3d;}
.sd-line.green {border-left: 2px solid #81ce67;}

.to-fav {width:30px; height:30px; position:absolute; right:0; top:0; cursor:pointer; 
font-size:18px; line-height:30px; text-align:center; 
background-color:#1b1c1f; color:#888; overflow:hidden; border-radius:4px;}
.to-fav a, .to-fav a .fa , .to-fav .fa {display:block; width:30px; height:30px; color:#888; line-height:30px;}
.to-fav a .fav-added {background-color:#6d90a8; color:#fff;}
.short-bottom {position:absolute; bottom:0; right:20px; left:220px; height:60px; 
background-color:#2a2d34; align-items:center; padding-bottom:20px; z-index:5;}
.short-bottom .button {border-radius:4px;}
.short:before {content:'';position:absolute;z-index:1;bottom:60px;left:220px;right:0;height:60px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(42,45,52,0) 0%, #2a2d34 100%);
background:linear-gradient(to bottom, rgba(42,45,52,0) 0%, #2a2d34 100%);}

.mask {position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; padding:10px; 
background-color:rgba(0,0,0,0.5); color:#6d90a8; font-size:20px; opacity:0; align-items:center;}
.with-mask:hover .mask {opacity:1;}
.mask span.fa {width:80px; height:80px; border-radius:50%; text-align:center; line-height:80px; margin:0 auto 15px auto; padding-left:5px; font-size:34px;color: #6d90a8;}
.m-meta {display:inline-block; position:absolute; padding:5px 10px;}
.m-kp {background-color:#dd4d1b; color:#FFF; right:0; bottom:40px;}
.m-imdb {background-color:#ffdb4c; color:#000; right:0; bottom:10px;}
.m-kp:before, .m-imdb:before {content:attr(data-label); margin-right:3px;}
.m-qual {background-color:#6d90a8; color:#FFF; left:0px; top:10px;}
.m-sezon {background-color:#2a2d34; color:#FFF; right:0px; bottom:45px;}
/* my */
.m-prem, .m-film, .m-prem-series, .m-prem-cartoon, .m-prem-anime {background-color:#dd4d1b; color:#FFF; left:0px; top:10px;}
.m-film {background-color:#6d90a8; color:#FFF; left:0px; top:10px;}
.m-series {background-color:#2a2d34; color:#FFF; left:0px; top:10px;}
.m-cartoon {background-color:#00633e; color:#FFF; left:0px; top:10px;}
.m-anime {background-color:#696969; color:#FFF; left:0px; top:10px;}
.m-meta .fa {margin-right: 5px;}

/* info */
.th-inf {position: absolute; right: 0; top: 0; width: 30px; height: 30px; text-align: center; 
line-height: 30px; font-size: 14px; background-color: #2a2d34; color: #fff; cursor: help;}
.th-active {z-index:100;}
.th-text {display:none; background-color:#2a2d34; color:#ccc; cursor:auto; text-align:left; padding: 15px;
position:absolute; z-index: 9999; width:460px; box-shadow:0 0 20px 0 rgba(0,0,0,0.8); border-radius:3px;}
.th-text:after {content:""; border:10px solid #2a2d34; border-left-color:transparent; border-bottom-color:transparent; 
position:absolute; top:30px; right:100%;}
.pop-left .th-text:after {border:10px solid #2a2d34; border-right-color:transparent; border-bottom-color:transparent; 
left:100%; right:auto;}
.th-text + .th-text {display: none !important;}
.th-text > .fa {font-size:50px; color:#CCC; display:block; text-align:center;}
.th-text .fdesc {max-height:100px; overflow:hidden; line-height: 20px; margin: 0; 
padding: 0; background-color: transparent;}
.th-text .finfo {background-color:#1b1c1f; padding:15px; margin:15px -15px -15px -15px; 
	border-radius: 0; width: calc(100% + 30px); padding-bottom: 5px;}
.info-rating #frate1, info-rating #frate2 {display:block;position: absolute; display: block; right: 0; top: 0; bottom: auto;}
.info-rating #frate2 {display: inherit;top: 30px; width: 60px; text-align: center; color: #81ce67; padding: 5px 0; font-weight: 600;}
.info-rating #frate2.low {color: #bd3d3d;}
.th-text #fheader {padding-right: 90px;}
@media screen and (max-width: 1220px) {
	.th-info {display: none;}
}
.info-rating{height:22px; margin: 10px 0; overflow:hidden;}
.imdb-rate {margin-right: 15px;}
.ukr-rate {}
.imdb {display: inline-block;position: relative; margin-right:2px;border: 1px solid #ffdb4c;
padding: 0px 9px;border-radius: 2px;}
.ukr {border: 1px solid rgb(153, 153, 153);}
.rate-value {font-weight: 600;}
.percent {color:#81ce67;}
.rate-num {font-size:12px; cursor:help;}

.info-top {height:22px; margin: 10px 0px; overflow:hidden;}
.info-top a:nth-child(2) {margin-left: 15px;}
.info-top a {border-bottom: 1px solid #888;}

.js-trailer {display: block; background: #6d90a8; position: relative; margin: 20px 0px 5px; width: 100%;
padding: 10px 0px 10px 40%; color: #fff; cursor:pointer;}
.js-trailer:hover {opacity:0.93;}
.trailer-box {display: none;}
.js-play {margin-left: 2px;}

/* SIDE
----------------------------------------------- */
.side a {color:#ccc; text-decoration:underline;}
.side a:hover, .side a.active {color:#ffdb4c;}
.side-box {}
.side-panel {display:none;}
.side-bt {padding:10px 20px; font-weight:500; text-transform: uppercase; background-color:#1e1f23; color: #fff;}
.side-bc {padding:20px;}
.side-bc.flex-row {padding-bottom:0;}

.side .tabs-b {display:none;}
.side .tabs-b.visible {display:block;}
.side .tabs-sel {padding:20px 0 0 20px; font-size: 0;}
.side .tabs-sel span {display:inline-block; padding:10px 12px; text-transform: uppercase; 
	vertical-align:top; cursor:pointer; font-size: 14px; background-color: #333; margin-right: 1px;}
.side .tabs-sel span.current {background-color:#6d90a8; color: #fff;}

.nav-title {margin-bottom:10px; font-weight:500; text-transform: uppercase;}
.nav-menu {margin-bottom:20px;}
.nav-menu li {display:inline-block; width:25%;} 
.nav-menu a {display:block; margin-bottom:7px; font-size: 13px;}

.top-item {margin-bottom:5px; display:block;}
.top-img {width:180px; height:260px; margin:0 auto 10px auto; border-radius:6px;}
.top-title {line-height:20px; padding-left:40px; position:relative;}
.tabs-b {counter-reset:a;}
.tabs-b .top-item .top-title:before {content:counter(a); counter-increment:a; font-size:14px; font-weight:500;
position:absolute; top:0; left:0; width:20px; height:20px; line-height:20px; text-align:center; 
background-color:#6d90a8; color: #fff; border-radius: 3px;}

.side-item {padding:0 0 0 90px; margin-bottom:5px; position:relative;}
.side-title {display:block;}
.side-img {width:75px; height:101px; position:absolute; left:0; top:0; border-radius:4px;}

.side-item1 {width:94px; display:block; margin-bottom:20px;}
.si1-img {height:135px; margin-bottom:10px; border-radius:4px;}
.si1-title {line-height:16px; height:48px; overflow:hidden;}
.si1-ser {position: absolute; padding: 6px 10px; top: 0px; right: 0px; 
background-color: #6d90a8; color: #fff; display:inline-block;}

.side-carou {width:94px; height:135px; display:block; float:left; border-radius:4px;}
.sc-title {padding:7px; background-color:#6d90a8; color:#fff; opacity:0; 
position:absolute; left:0; bottom:0; width:100%;}
.side-carou:hover .sc-title {opacity:1;}

.lcomm + .lcomm {margin-top: 5px;}
.lcomm {background-color: #202328; padding: 10px; border-radius: 3px; box-shadow: 0 1px 2px rgba(0,0,0,0.8);}
.ltitle {color: #ccc; font-size: 13px;}
.ltext {line-height: 1.5; color: #ccc; word-wrap: break-word;}
.lmeta {font-size: 11px; margin: 5px 0; color: #ccc;}
.ldate, .lav, .lname {display: inline-block; vertical-align: middle; margin-right: 7px; opacity: 0.6;}
.lav {width: 30px; height: 30px; border-radius: 50%; opacity: 1;}
.ltitle:hover {text-decoration: underline;}
.lcomm .comm-letter {line-height: 20px; font-size: 12px;}


/* BOTTOM SEO DESC
----------------------------------------------- */
.site-desc {border-top:1px solid #111; padding-top:20px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:18px; font-weight:500; text-transform: none; margin-bottom:15px; text-align:center;}
.site-desc p {line-height:18px; margin-bottom:15px;}
.site-desc a {text-decoration:underline; font-weight:500;}
.site-desc img {float:left; margin:0 20px 10px 0; width:220px; border-radius:6px; box-shadow: 0 0 4px;}


/* FOOTER
----------------------------------------------- */
.fleft a {text-decoration:underline; margin-right:10px; color:#ffdb4c;}
.fright > div > * {float:right; margin-top:5px;}
.fright > div > a {opacity:0.6;}
.fright > div > a:hover {opacity:1;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.pagi-load {text-align:center;}
.pagi-load > span {display:none;}
.pagi-load + .pagi-nav {margin-top:20px;}
.bottom-nav {line-height:36px; text-align:center; padding:20px 0 10px 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:36px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:36px; background-color:#2a2d34; margin:0 5px 10px 5px; border-radius:3px; box-shadow:0 0 20px 0 rgba(0,0,0,0.5);}
.navigation span, .pagi-nav a:hover {background-color:#6d90a8; color:#fff;}
.navigation span.nav_ext {background-color:#2a2d34; color: #888;}
.pagi-nav a:hover {background-color:#6d90a8; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}



/* FULL
----------------------------------------------- */
.speedbar {color: #888; margin-bottom: 15px; font-size: 12px;}
.speedbar a:hover {text-decoration: underline;}
.fpage {margin-bottom:20px; padding:20px; background-color:#2a2d34; box-shadow:0 0 20px 0 rgba(0,0,0,0.5); border-radius:4px;}
.ftitle {position:relative; padding-right:50px; margin-bottom:20px;}
.ftitle > .to-fav {display: block!important;}
.ftitle h1 {font-size:18px; text-transform: none; font-weight:500; color: #fff;}
.ftitle h1 .fa {margin-left:10px;}

.fcols {margin-bottom:20px;}
.fleft-col {width: 200px; margin-right: 20px;}
.fposter {width:200px; margin-bottom: 0px; position:relative; min-height:100px;}
.finfo {position: relative;}
.fposter img {width:200px; display:block; border-radius:4px 4px 0 0;}
.fdesc-title {font-size:18px; font-weight:500; margin-bottom:10px;}
.frating {padding:10px 5px 0 5px; text-align:center; background-color:#111;
position:absolute; left:0; bottom:-38px; width:100%; height:38px; border-radius:0 0 4px 4px;}
.fdesc {background-color:#202328; border-radius:4px; padding:20px; margin-bottom:20px;}

.fscreens {position:relative;}
.fscreens .highslide, .fscreens img {position:relative; width:156px; height:100px; overflow:hidden; 
	display:block; border-radius:4px;}
.fscreens .highslide img {display:block; min-height:100%;}
.fscreens br {display:none;}

.fplayer-title {background-color:#111; color:#fff; padding:15px 20px; font-weight:500; text-align:center;}
.fplayer-title a {color:#ffdb4c; text-decoration:underline;}
.fplayer {margin-bottom:20px; background-color:#2a2d34;}
.fplayer .tabs-sel {height:40px; line-height:40px; color:#fff; font-weight:500; 
white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.fplayer .tabs-sel > span {cursor:pointer; display:inline-block; padding:0 10px; height:40px; 
text-transform: uppercase; font-weight: 500;}
.fplayer .tabs-sel > span.current {color:#fff; background-color:#6d90a8;}
.tabs-b.video-box {background-color:#000;}
.js .fplayer .tabs-b {display:none;}
.js .fplayer .tabs-b.visible {display:block;}

.rels {margin-bottom:20px;}
.rels-t {font-weight:500; margin-bottom:20px; font-size:16px;}
.rels-c .side-item1 {text-align:center; width:103px;}
.rels-c .si1-img {height:145px;}
.rels > .rels-t.info-on {margin-bottom: 10px;}
.rels > .info {font-size:13px;font-weight: 300;}

.m-status {position: absolute;top: 7px;right: 30px;font-weight: 500;font-size: 13px; cursor:help; z-index:999;}
.m-status.green {color: #81ce67;}
.m-status.red {color: #bd3d3d;}
.m-status.orange {color: #ffdb4c;}
.m-status .ico:after {content: '';position:absolute;height: 11px;border-radius:50%;background-color: #81ce67;top: 4px;width: 11px;right: -20px;animation: pulse 1.5s infinite;}
.m-status.red .ico:after {background-color: #bd3d3d;animation: none;}
.m-status.orange .ico:after {background-color: #ffdb4c;animation: none;}

@keyframes pulse {
    0% {
        -webkit-box-shadow:0 0 0 0 #81ce67;
        box-shadow:0 0 0 0 #81ce67;
    }
    100% {
        -webkit-box-shadow:0 0 0 16px rgba(200, 0, 0, 0);
        box-shadow:0 0 0 16px rgba(200, 0, 0, 0);
    }
}

/*soontv my*/
.season {display: block; margin: 10px 0;}
.season-header {border: 1px solid #2a2d34;overflow: hidden; line-height: 15px;}
.season-num {float:left; font-weight:500; overflow:hidden; padding:5px 18px;-ms-text-overflow:ellipsis; text-overflow:ellipsis; white-space:nowrap; width:520px}
.season-spoiler {float: right; padding: 5px 18px;}
.playlist-episodes {color: #ccc; font-size: 12px; width: 100%; padding-left:10px;}
#epscape_showmore a {display:block; margin-top:10px;}
.epscape_tr {}
.released {color: #83bf45;cursor: help;}
.season table {width:100%; text-align:left;}
.season table tr td {padding:10px;border:1px solid #2a2d34;font-size:13px;}
.season thead tr td {font-size:13px;background-color: #1e1f23;border: 1px solid #2a2d34}
.season table tr:nth-of-type(even) {background-color: #1e1f23;} 
.season table img {display:block; margin:0; border:0; max-width:350px;}


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

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #2a2d34;}
.full-text table tr:nth-child(2n+1) {background-color:#1e1f23;} 
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#2a2d34; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#1cbc9a;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.full-taglist a {}
.fscreens + .full-taglist {margin-top:20px;}


/* COMMENTS
----------------------------------------------- */
.comms-t {font-weight:500; text-transform: none; margin-bottom:20px;}
.add-comm-form {position:relative; margin-bottom:20px; padding:20px; background-color:#2a2d34; 
box-shadow:0 0 20px 0 rgba(0,0,0,0.5);  border-radius:4px;}
.ac-soc {position:absolute; right:0px; top:-43px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px; border-radius:4px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; float:left; margin-right:10px; border-radius:4px;
background:#4f555f url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:500; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color: #202328; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5);}
.comments-tree-list input {background-color: #202328; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5);}
.ac-textarea textarea, .comments-tree-list textarea {height:96px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5); border-radius: 4px; 
	background-color: #202328; border: 0;}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input { background-color: #202328; }

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#111; margin:0px 0 0 0;}
.last-comm-link {font-size:14px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline;}
.full-comms {}

.comm-item {padding:20px 20px 20px 90px; margin-bottom:20px; background-color:#2a2d34; border-radius:4px;}
.comm-left {width:50px; height:50px; margin-left:-70px; float:left; border-radius:4px;}
.ava {height: 50px; overflow: hidden; border-radius: 4px;}
.comm-right {width:100%; float:right;}

.comm-one {padding:0 80px 10px 0; position:relative;}
.comm-one > span {float:left; margin-right:20px; opacity:0.7;}
.comm-author {font-weight:500; opacity:1 !important;}
.comm-author a {text-decoration:underline;}

.rate3-comm {position:absolute; right:0; top:-5px; white-space:nowrap; font-weight:500;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:12px; 
background-color:#eb6c65; vertical-align:top; color:#FFF; width:20px; text-align:center; border-radius:10px;}
.rate3-comm a:nth-child(1) {background-color:#88b669;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; vertical-align:top; padding:0 5px; color:#888}
.rate3-comm > span > span.ratingtypeplus {color: #BEC5D0;}
.rate3-comm > span > span.ratingplus {color: #88B669;}
.rate3-comm > span > span.ratingminus {color: #EB6C65;}
.rate3-comm > span:nth-child(2) {color: #88B669;}
.rate3-comm > span:nth-child(4) {color: #EB6C65;}

.comm-two iframe {width: 100%; max-width:100% !important; display:block; margin:0 auto;}
.comm-two {padding-bottom:0;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three li:first-child {margin-left:0px; float:left;}

/* Levels */
.comm-item.l5 {background-image: linear-gradient(45deg, #42275a 0%, #734b6d 128%);color:#dedcdc;}

.img-box-rank {position: relative;}
.comm-item.l1 .rank, .comm-item.l2 .rank {top: 40px;right: -10px;width: 34px; height: 30px;display: block;position: absolute;}
.comm-item.l3 .rank, .comm-item.l4 .rank, .comm-item.l5 .rank, .comm-item.l6 .rank {top: -15px;right: -10px;width: 34px; height: 30px;display: block;position: absolute;}

.comm-item.l1 .rank {background: url(../rank/img/1.png);}
.comm-item.l2 .rank {background: url(../rank/img/2.png);}
.comm-item.l3 .rank {background: url(../rank/img/3.png);}
.comm-item.l4 .rank {background: url(../rank/img/4.png);}
.comm-item.l5 .rank {background: url(../rank/img/5.png);}
.comm-item.l6 .rank {background: url(../rank/img/5.png);}

.comm-item.l4 .comm-author a {color: #ff5a00;}
.comm-item.l5 .comm-author a {color: #ffce0c;}

.comm-item.l5 .comm-three a {color:#ccc;}
.comm-item.l5 .comm-three a:hover {color:#fff;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#202328; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#2a2d34;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px; font-weight:500;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#2a2d34;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#ffdb4c; color:#000;}
.lb-menu a .fa {color:#ffdb4c;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #000; content:""; background-color:#2a2d34; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#2a2d34; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}


/* GO TOP BUTTON */
#gotop{position:fixed; width:50px; height:50px; line-height:46px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:1; background-color:#2a2d34; color:#ccc; 
border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}

/* My style */
.foriginal {font-size:14px; opacity:0.7; margin-top:5px;}
.info-desc {border-left: 2px solid #bd3d3d; box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; font-size: 14px; padding: 10px 10px;display: inline-block;}
i.fa.fa-info-circle {padding-right: 5px;}
.info-desc.green {border-left: 2px solid #81ce67;}
.r-box {margin-bottom: 10px; height: 265px; box-shadow: 0 0 3px #4c4743; overflow: hidden;}
.r-box-2 {display: flex; justify-content: center; align-items: center;}

/* Rating 3 */
.frate {height:40px; line-height:24px; width:200px; position:relative; opacity:0;
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;box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
.frate.done {opacity:1;}
.rate-data {display:none;}
.rate-plus, .rate-minus {padding: 5px 10px;; cursor:pointer;}
.frate .fa {color:#81ce67; display:inline-block; vertical-align:top; font-size: 20px; margin-right:10px;}
.rate-minus .fa {color:#bd3d3d;; position: relative;}
.frate div:hover .fa {animation-direction: alternate;}
.rbar {height:6px; overflow:hidden; background-color:#bd3d3d; border-radius:3px; position:absolute; left:0; bottom:0; width:100%;}
.rfill {width:50%; height:100%; position:absolute; left:0; top:0; background-color:#81ce67; transition:width 1s linear;}
.rate-perc {font-size: 16px; font-weight: 700; padding: 5px 0;}
.rate-perc.high {color:#81ce67;}
.rate-perc.low {color:#bd3d3d;}
	@keyframes bounceRate {
  from {transform: translate(0,0%);}
  to {transform: translate(0,-50%);}
}

.short-rate-perc {background-color: #6d90a8; opacity: 0; display: inline-block; height: 24px; line-height: 24px; 
padding: 0 7px; border-radius: 3px;  color: #fff;}
.wdone {opacity: 1;}


/* Collections */
.collect {width:33%; float:left; position:relative; padding:0 7px; margin-bottom:20px; display:block;}
.collect-img {height:130px; margin-bottom:10px; border-bottom:1px solid #202328; box-shadow:0 15px 10px -10px rgba(0,0,0,0.5);}
.collect-title {height:36px; overflow:hidden; text-align:center; font-weight:400; font-size:14px; line-height:18px;}
.collect-title span  {display:none;} 
.collect-count {position: absolute;right: -5px;top: -10px;background: #202328;width: 25px;height: 25px;border-radius: 100px;
    text-align: center;display: flex;align-items: center;justify-content: center;}

.sect-header {margin-bottom: 20px;}
.new-title {width:100%;}
.new-title .fa {color: #fff;margin-right: 10px; font-size: 18px;display: inline-block;}
.new-title h1 {font-size: 18px;text-transform: uppercase;display: inline;}

/* Collections main */
.video-item {width: 300px !important;}
.img-resp-h {overflow:hidden;position:relative;background-color:#000;}
.img-resp-h {padding-top:54%;}
.img-resp-h img {position:absolute; left:0; top:0;}
.img-resp-h img {width:100%; min-height: 155px; display:block;}
.vi-img {display: block; margin-bottom: 10px; border-bottom: 2px solid #202328; box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5);}
.vi-img:before {position:absolute; left:0; bottom:0;width:100%; height: 40%; content: ''; 
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,05) 100%); z-index: 10;}
.vi-desc {position: absolute; left: 0; bottom: 0; right: 0; z-index: 10; padding: 10px;}
.vi-title {color: #fff; font-weight: 400;text-transform: none;}

.border-img {background: #2a2d34;border: 2px solid #ffdb4c;;position:relative;transition:all 0.3s;}
.border-img::before{display:none;}
.border-img .txt{position:absolute;top:10px;left:10px;color:#ffdb4c;font-weight:bold;}
.border-img .arrow{position: absolute;bottom: 5px;right: 20px;font-size: 35px;color: #ffdb4c;;}
.border-img:hover{background: #ffdb4c;;}
.border-img:hover .txt{color: #202328;}
.border-img:hover .arrow{color: #202328;}


/* Owl Carousel v2.1.0 */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 100; }
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {position: relative; min-height: 1px; float: left;
/* -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; */}
.owl-carousel .owl-item > img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {opacity: 0; display: block; }
.owl-carousel.owl-hidden {opacity: 0; }
.owl-carousel.owl-refresh .owl-item {display: none; }
.owl-carousel.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab {cursor: move; cursor: grab; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; 
-webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
@keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
.owl-height {transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%;
margin-left: -40px; margin-top: -40px; cursor: pointer; z-index: 1; background-color:#FFF;
-webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none; }
.owl-carousel .owl-video-tn {opacity: 0; height: 100%;
background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-nav {position:absolute; left:0; right:0; top:0; z-index:500;}
.owl-prev, .owl-next {width:40px; height:40px; position:absolute; top:55px; z-index:200;
text-align:center; line-height:40px; color:#ccc; font-size:16px; background-color:#1b1b1f;}
.owl-prev {left:-20px; border-radius:0 4px 4px 0;}
.owl-next {right:-20px; border-radius:4px 0 0 4px;}
.owl-prev:hover, .owl-next:hover {background-color:#1b1b1f; color:#fff;}
.owl-dots {text-align:center; padding-top:15px;}
.owl-dot {display:inline-block; vertical-align:top; width:10px; height:10px; margin:0 5px; 
border-radius:50%; background-color:#ccc;}
.owl-dot.active {background-color:#ffdb4c;}

.fscreens .owl-prev, .fscreens .owl-next {top:50px;}
.related .owl-prev, .related .owl-next {top:80px;}



/* ADAPTIVE
----------------------------------------------- */
.show-menu, .nav-cloned {display:none;}
.side-panel .f-menu {display: block; height: auto; text-transform: none; background-color: transparent;}
.side-panel .f-menu > li {float: none; width: 100%; border: 0; border-bottom: 1px solid #000;}
.side-panel .f-menu > li > a {text-transform: none; font-size: 15px;}
.side-panel .f-menu a[data-label]:before {right: 20px; top: 10px;}
.side-panel .rzmenu {opacity: 1; visibility: visible; transform: none; position: static; padding-top: 14px;
    box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.3); display: none;}
.side-panel .rzmenu__right {width: 100%; margin: 0; margin-top: 20px;}
.side-panel .rzmenu__list {margin: 0; justify-content: space-between;}
.side-panel .rzmenu__list li {width: 48%; padding-right: 0;}
.side-panel .rzmenu__list a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 6px 0;}
.side-panel .rzmenu__sort-caption, .side-panel .rzmenu__sort-select, 
.side-panel .rzmenu__sort-submit {width: 100%; margin: 0; margin-top: 10px;}
.side-panel .rzmenu__sort-caption {font-size: 14px; margin-top: -20px;}
.side-panel .nice-select, .side-panel .mob-hidden {display: none;}
.side-panel .rzmenu__sort-select select {display: block !important;}
.side-panel a {text-decoration: none;}

@media screen and (max-width: 1220px) {
.wrap {background-image:none; /*padding-top:0;*/}
.center {max-width:1000px;}
.header .share-box {display:none;}
.karusel, .fscreens, .rels {position:relative;}
.karusel:before, .fscreens:before, .rels:before {width:20px; height:100%; position:absolute; top:0; right:20px; z-index:100; 
box-shadow:inset -20px 0 20px -20px rgba(0,0,0,0.7); display:block; content:""; pointer-events:none;}
.fscreens:before, .rels:before {right:0;}
.short-bottom .button {padding:0 10px;}
.rels .owl-nav.disabled {display:block;}
.m-meta {max-width: 80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.m-sezon {max-width:100%;text-overflow: unset;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.nav-cloned {display:block;}
.side-panel {display:block;}
.f-menu, .cols:before {display:none;}
.show-menu {height:40px; line-height:40px; padding:0 20px; display:block; 
background-color:#6d90a8; color:#FFF; font-size:18px; cursor:pointer;}
.cols {overflow:hidden; padding:0;}
.side {display: none;}
.main, .fpage, .add-comm-form, .fdesc {padding:20px 10px;}
.viss .side {display:block; margin-left:0; margin-right:-320px; width:320px; position:relative; z-index:300; 
box-shadow: 20px 20px 20px -20px rgba(0,0,0,0.7);}
.side-bt {padding:10px;}
.side-bc {padding:20px 10px;}
.side .tabs-sel {padding:20px 0 0 10px;}
.side-bc.flex-row {padding-bottom:0;}
.short {padding:10px 10px 10px 210px; height:280px;}
.short-bottom {right:10px; left:210px; height:50px; padding-bottom:10px;}
.short:before {bottom:50px;left:210px;right:0;height:50px;}

.comm-item {padding:10px 10px 10px 80px;}
.nav-menu a {overflow: hidden;text-overflow: ellipsis;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
/*.wrap {padding-top:200px;}*/

.logotype {width:150px; padding-top:20px;}
.login-btns a, .show-login span {display:none;}
.show-login .fa {display:inline-block; margin:0;}
.show-login {width: 40px; padding: 0; margin-left: 20px; display: flex; align-items: center; justify-content: center;}
.fleft, .fright {width:100%;}
.fright > div > * {float:left;}

.comm-one > span:nth-child(2), .comments-tree-list .comments-tree-list:before {display:none;}
.comm-three {display:block;}

.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
.collect {width: 33.3%;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.shorts-header.flex-row {min-height:50px; text-align:center; display:block;}
.shorts-header222 > *:first-child {width:100%; padding-bottom:10px;}
.short {padding:10px; height:auto;}
.short-img {margin:0 auto 20px auto; float:none;}
.short-text {width:100%; float:none;}
.short-bottom {position:static; height:40px; padding-bottom:0; margin-top:10px;}
.short:before {display:none;}
.bottom-nav {position:relative;}
.bottom-nav2:before {width:20px; height:40px; position:absolute; bottom:40px; right:0px; z-index:100; 
box-shadow:inset -20px 0 20px -20px rgba(0,0,0,0.7); display:block; content:""; pointer-events:none;}
.site-desc img {margin:0 10px 10px 0; width:120px;}
.search-wrap {min-width: 100%; margin: 0; margin-top: 10px; order: 10; padding-left: 20px; display: none;}
.header {height: auto; padding-bottom: 10px;}
.logotype {flex-grow: 1; margin-right: 10px; height: 40px; position: relative; padding: 0; margin-top: 10px;}
.logotype img {display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); max-height: 100%; width: auto;}
.login-btns {margin-top: 10px;}
.show-search {margin-top: 10px; display: flex;}
.theme-toggle {top: 15px; width: 30px; overflow: hidden;}
.theme-toggle::before {display: none;}
.theme-toggle span {left: -40px;}
.lt-is-active .theme-toggle span {left: 7px;}
.lt-is-active .theme-toggle::after {transform: rotate(90deg) translate(20px,-5px); opacity: 0;}

.fleft-col {margin: 0 auto; margin-bottom: 20px;}
.fright-col {min-width: 100%;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-soc:before {display:none;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.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;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.attach-info {float:none;}
.collect-img {height:80px;}
}

@media screen and (max-width: 470px) {
.center22 {max-width:320px;}
.short-bottom div[id] {display:none;}
.short-bottom .button {width:100%; text-align:center;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
.collect {width: 50%;}
.noplayer div {top:90px !important;}
}


.grid-thumb .items {margin: 0 -10px; width: auto;}
.grid-thumb .bottom-nav {padding-left: 10px; padding-right: 10px;}
.grid-thumb .short {width: calc((100% - 60px)/3); width: -webkit-calc((100% - 60px)/3); margin-right: 10px; margin-left: 10px; 
	float: left; padding: 0px; height: auto;}
.grid-thumb .short:before {display: none;}
.grid-thumb .short-img {float: none; margin: 0; width: 100%; height: 0; padding-top: 144%;}
.grid-thumb .short-img img {position: absolute; left: 0; top: 0;}
.grid-thumb .short-text {float: none;}
.grid-thumb .short-title {font-size: 16px; padding-right: 0; padding: 10px 0; text-align: center;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.grid-thumb .short-bottom {position: static; padding: 0; height: 0px; text-align: center; display: block;}
.grid-thumb .short-bottom > * {display: inline-block;}
.grid-thumb .short-bottom .button, .grid-thumb .short-desc, .grid-thumb .to-fav {display: none;}

@media screen and (max-width: 590px) {
.shorts-header .share-box {display: none;}
.shorts-header.flex-row {text-align: left; min-height: 25px;}
.grid-thumb .items {margin: 0 -5px;}
.grid-thumb .bottom-nav {padding-left: 5px; padding-right: 5px;}
.grid-thumb .short {width: calc((100% - 20px)/2); width: -webkit-calc((100% - 20px)/2); 
	margin-left: 5px; margin-right: 5px; margin-bottom: 10px;}
.grid-thumb .short-bottom {display: none;}
.grid-thumb .short-title {padding-bottom: 10px;}
}

/* Block content */
.noplayer {width:100%;background:#1e1f23!important;;position:relative;margin-bottom:20px;min-height:400px;padding: 0 10px;}
.noplayer div{top:110px;width:100%;color:#ffdb4c;margin:0 auto;font-size:20px;font-weight:700;line-height:40px;position:relative;text-align:center;text-transform:uppercase;}
.noplayer span{color:#cecece;font-size:26px;font-weight:700;line-height:80px;text-align:center;}
.noplayer .text {color:#cecece;font-size:14px;font-weight:500;line-height:25px!important;text-align:center;text-transform: none;display:inline-block;}
.noplayer .text a {text-decoration: underline;}

/* Top 100 */
.rel-item {display: table;width: 100%;border-left: 1px solid #6d90a833;}
.rel-col {display: table-cell;border-bottom: 1px solid #6d90a833;position: relative;}
.rel-title {display: block;padding: 5px 0 5px 35px;font-weight:400;float: left;min-width: 70%;position: relative;}
.related-date, .related-rate {display: block; padding: 5px 0; float: left;}
.related-date, .related-date a {font-style: italic; min-width: 10%}
.rell-imbd {display: inline-block;width: 25px;float: left;margin-top: 3px;}
.items {counter-reset:a;}
.items .rel-col .rel-title:before {content:counter(a); counter-increment:a; font-size:14px; font-weight:400;
position:absolute; top:3px; left:5px; width:24px; height:20px; line-height:20px; text-align:center; 
background-color:#6d90a833; border-radius: 3px;}

/* Full story */
.complaint {cursor:pointer;display:inline-block;padding:0 10px;height:40px;background-color: #6d90a81f;float:right;}
.complaint > .fa {padding-right:3px}

.noselect {-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.telegram {display:none;position: relative;background-image: linear-gradient(45deg, #1d92c3 0%, #99afa3 128%);
padding: 10px;border-radius: 4px;box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);text-align: center;color: #eaeaea;font-size: 14px;margin-bottom: 10px;}
.telegram .text {color: #eaeaea;}
.telegram .text > .fa {margin-right:5px;}
.fixclose {position: absolute;right: 0px;top: 0px;font-size: 16px;padding: 7px;cursor: pointer;}

.donate {display:none;position: relative;background-image: linear-gradient(45deg, #f44336 0%, #99afa3 128%);
padding: 10px;border-radius: 4px;box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);text-align: center;color: #eaeaea;font-size: 14px;margin-bottom: 10px;}
.donate .text {color: #eaeaea;}
.donate .text > .fa {margin-right:5px;}
.donateclose {position: absolute;right: 0px;top: 0px;font-size: 16px;padding: 7px;cursor: pointer;}

.full-text ul {list-style:disc;margin-left: 25px;}
.full-text ol {list-style:decimal;padding-left: 25px;}

/* Franchise */
.franchise{background:#2a2d34;padding:10px 20px;margin-bottom: 20px;box-sizing:border-box}
.franchise *{box-sizing:border-box}

.franchise-header{display:flex;align-items:center;font-size:16px;line-height:26px;color:#e9e9e9;margin-bottom:10px}
.franchise-header-icon{width:18px;margin-right:10px}
.franchise-header-ico{font-size:18px;line-height:1;margin-right:10px;color:currentColor;display:inline-block;vertical-align:middle}

.franchise-item{
  display:flex;align-items:center;gap:10px;position:relative;
  padding:10px 15px;color:#ccc;background:#1f2227;text-decoration:none;
  transition:background-color .2s
}
.franchise-item:hover{background-color:#111}
.franchise-item + .franchise-item{border-top:1px solid #2b2b2b}

.franchise-item.is-active{color:#fff;background-color:#3a3a3a}
.franchise-item.is-active:hover{background-color:#3a3a3a}
.franchise-item.is-active::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#00799f}

.fi-num{
  flex-basis:24px;display:inline-block;position:relative;
  min-width:24px;height:18px;line-height:18px;font-size:12px;color:#888;border-radius:3px
}
.franchise-item.is-active .fi-num{text-indent:-9999px;background:transparent}
.franchise-item.is-active .fi-num::after{
  content:"";position:absolute;top:50%;left:0;margin-top:-7px;
  border:7px solid transparent;border-left-color:#ccc;border-left-width:12px;width:0;height:0
}

.fi-title{
  flex:1;padding:0 5px;color:inherit;text-decoration:none;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap
}
.fi-num + .fi-title{margin-left:-10px}

.fi-year{
  flex:0 0 64px;width:64px;text-align:right;white-space:nowrap;
  font-size:12px;font-variant-numeric:tabular-nums
}

.fi-rating{
  flex:0 0 30px;width:30px;text-align:center;
  display:inline-flex;align-items:center;justify-content:center;
  padding:1px 6px;font-size:12px;line-height:16px;border-radius:3px;
  color:#fff;background:#2a2d34;cursor:help;font-variant-numeric:tabular-nums
}
.fi-rating[data-rate^="7"],
.fi-rating[data-rate^="8"],
.fi-rating[data-rate^="9"],
.fi-rating[data-rate^="10"]{background:#4caf50}
.fi-rating[data-rate^="5"],
.fi-rating[data-rate^="6"]{background:#2a2d34}
.fi-rating[data-rate^="1"],
.fi-rating[data-rate^="2"],
.fi-rating[data-rate^="3"],
.fi-rating[data-rate^="4"]{background:#f44336}
.fi-rating:not([data-rate]), .fi-rating[data-rate="0"]{background:#2a2d34}