* {
    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 'Ubuntu', Tahoma, Geneva, sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #dddddd;
    background-color: #232323;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.clr {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

a {
    color: orange;
    text-decoration: none;
}

a:hover,
a:focus {
    color: white;
    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;
}

.button,
.pagi-load a,
.up-second li a,
.up-edit a,
.qq-upload-button,
button:not(.color-btn),
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a {
    padding: 0 20px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    cursor: pointer;
}

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: #000000;
    background-color: #fff;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px #EDEDED;
}

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 #e3e3e3;
    background-color: #FFF;
}

textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #313131;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    color: white;
}

.img-box {
    overflow: hidden;
    position: relative;
}

.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 {
    margin-right: 10px;
}

.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;
}

.wrap {
    min-width: 320px;
    position: relative;
    background: #232323;
}

.center {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.block {
    background-color: #141414;
}

.header {
    height: 80px;
    padding: 0 20px 0 0;
}

.karusel {
    height: 190px;
    padding: 20px;
}

.cols {
    padding-left: 340px;
    position: relative;
}

.side {
    width: 340px;
    margin-left: -340px;
    float: left;
    position: relative;
    z-index: 20;
    background-color: #141414;
}

.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%;
}

.footer {
    padding: 20px;
    background-color: black;
    box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.1);
    line-height: 24px;
    align-items: center;
}

.logotype {
    height: 80px;
    width: 200px;
    display: block;
}

.logotype img {
    display: block;
    width: 100%;
}

.logotype:hover {
    opacity: 0.8;
}

.search-wrap {
    flex-grow: 1;
    margin: 0 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.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: #fff;
    color: #444;
    border: 0;
    box-shadow: inset 0 0 0 1px #e3e3e3;
}

.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: #000 !important;
    background-color: transparent !important;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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;
}

.f-menu {
    height: 40px;
    line-height: 40px;
}

.f-menu li {
    float: left;
    font-weight: 500;
}

.f-menu li a {
    display: block;
    padding: 0 20px;
    color: orange;
    text-transform: uppercase;
}

.f-menu a.active,
.f-menu a:hover {
    color: #fff;
}

.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;
}

.top-carou {
    width: 104px;
    height: 150px;
    display: block;
    float: left;
    border-radius: 3px;
}

.tc-title {
    padding: 7px;
    text-align: center;
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: black;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}

.top-carou:hover .tc-title {
    opacity: 1;
}

.shorts-header {
    align-items: center;
    margin-bottom: 20px;
    min-height: 24px;
    position: relative;
    padding-left: 20px;
}

.shorts-header h1,
.shorts-header h2,
.shorts-header h3 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.grid-select {
    line-height: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -3px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.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: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: #fff;
}

.short {
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px 20px 220px;
    height: 300px;
    overflow: hidden;
    border-radius: 4px;
}

.short-img {
    width: 180px;
    margin-left: -200px;
    float: left;
    height: 260px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #353535;
}

.short-text {
    width: 100%;
    float: right;
    position: relative;
}

.short-title {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    padding-right: 70px;
}

.short-desc {
    margin-top: 10px;
}

.sd-line {
    margin-bottom: 5px;
    font-size: 14px;
}

.sd-line span:first-child {
    font-weight: 500;
    text-decoration: underline;
}

.sd-text {
    margin-top: 15px;
    line-height: 1.5;
}

.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: #3b3b3b;
    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: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: #fff;
}

.short-bottom {
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 220px;
    height: 60px;
    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;
}

.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: orange;
    font-size: 20px;
    opacity: 0;
    align-items: center;
}

.with-mask:hover .mask {
    opacity: 1;
}

.mask span.fa {
    text-align: center;
    font-size: 62px;
}

.m-meta {
    display: inline-block;
    position: absolute;
    padding: 5px 10px;
}

.m-kp {
    background-color: #dd4d1b;
    color: #FFF;
    right: 0;
    bottom: 40px;
}

.m-imdb {
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: #000;
    right: 0;
    bottom: 10px;
}

.m-kp:before,
.m-imdb:before {
    content: attr(data-label);
    margin-right: 3px;
}

.m-qual {
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: black;
    left: 0px;
    top: 10px;
}

.side a {
    color: #e3e3e3;
    text-decoration: underline;
}

.side a:hover,
.side a.active {
    color: linear-gradient(to bottom, #ff8c00, #ffaf40);
}

.side-bt {
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.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 0;
    text-align: center;
    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: 2px;
}

.side .tabs-sel span.current {
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: black;
}

.nav-title {
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-menu {
    margin-bottom: 20px;
}

.nav-menu li {
    display: inline-block;
    width: 31%;
}

.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: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: black;
    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: linear-gradient(to bottom, #ff8c00, #ffaf40);
    display: inline-block;
    color: black;
}

.side-carou {
    width: 94px;
    height: 135px;
    display: block;
    float: left;
    border-radius: 4px;
}

.sc-title {
    padding: 7px;
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.side-carou:hover .sc-title {
    opacity: 1;
}

.lcomm+.lcomm {
    margin-top: 20px;
}

.linfo {
    margin-top: 10px;
    padding-left: 40px;
}

.ltext {
    background-color: #333;
    padding: 10px;
    position: relative;
}

.ltext:after {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #333;
    border-right: 10px solid #333;
    position: absolute;
    top: 100%;
    left: 10px;
}

.lcomm a {}

.site-desc {
    padding-top: 20px;
}

.site-desc h1,
.site-desc h2,
.site-desc h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.site-desc p {
    line-height: 2;
    margin-bottom: 15px;
}

.site-desc a {
    text-decoration: underline;
    font-weight: 500;
}

.site-desc img {
    float: left;
    margin: 0 20px 10px 0;
    width: 250px;
    border-radius: 6px;
}

.fleft a {
    text-decoration: underline;
    margin-right: 10px;
    color: orange;
}

.fright>div>* {
    float: right;
    margin-top: 5px;
}

.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: #1c1c1c;
    margin: 0 5px 10px 5px;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.navigation span,
.pagi-nav a:hover {
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: black;
}

.navigation span.nav_ext {
    background-color: #fff;
    color: black;
}

.pagi-nav a:hover {
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: black;
}

.dle-comments-navigation .pagi-nav {
    margin-bottom: 0;
}

.speedbar {
    color: #888;
    margin-bottom: 15px;
    font-size: 12px;
}

.speedbar a:hover {
    text-decoration: underline;
}

.fpage {
    padding: 20px;
}

.ftitle {
    position: relative;
    padding-right: 50px;
    margin-bottom: 20px;
}

.ftitle h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.ftitle h1 .fa {
    margin-left: 10px;
}

.fcols {
    margin-bottom: 20px;
    padding-left: 220px;
}

.fposter {
    width: 200px;
    margin: 0 0 38px -220px;
    float: left;
    position: relative;
    min-height: 100px;
}

.finfo {
    width: 100%;
    float: right;
    line-height: 1.8;
}

.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: #333;
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 100%;
    height: 38px;
    border-radius: 0 0 4px 4px;
}

.fdesc {
    margin-bottom: 20px;
}

.fscreens {
    position: relative;
}

.fscreens .highslide,
.fscreens img {
    position: relative;
    width: 154px;
    height: 100px;
    overflow: hidden;
    display: block;
    border-radius: 4px;
}

.fscreens .highslide img {
    display: block;
    min-height: 100%;
}

.fscreens br {
    display: none;
}

.fplayer-title {
    color: #fff;
    padding: 15px 20px;
    font-weight: 500;
    text-align: center;
}

.fplayer-title a {
    color: linear-gradient(to bottom, #ff8c00, #ffaf40);
    text-decoration: underline;
}

.fplayer {
    margin-bottom: 20px;
    background-color: #333;
}

.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: black;
    background: linear-gradient(to bottom, #ff8c00, #ffaf40)
}

.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;
}

.video-box embed,
.video-box object,
.video-box video,
.video-box iframe,
.video-box frame {
    width: 100%;
    max-width: 100% !important;
    height: 400px;
    display: block;
    margin: 0 auto;
}

.mejs-container {
    max-width: 100% !important;
}

.full-text {
    line-height: 2;
}

.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: orange;
}

.full-text a:hover {
    text-decoration: none;
}

.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 500;
}

.full-text p {
    margin-bottom: 10px;
}

.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 #e3e3e3;
}

.full-text table tr:nth-child(2n+1) {
    background-color: #e3e3e3;
}

.full-text table img {
    display: block;
    margin: 0;
    border: 0;
    max-width: 350px
}

.attach {
    line-height: 40px;
    background-color: #e3e3e3;
    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;
}

.comms-t {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.add-comm-form {
    position: relative;
    margin-bottom: 20px;
    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%;
    border: 1px solid #e3e3e3;
    background-color: #121212;
    color: white;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.ac-textarea textarea {
    height: 85px;
    border-radius: 4px;
}

.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 {}

.mass_comments_action {
    text-align: right;
    padding: 5px 15px;
    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;
    border-radius: 4px;
}

.comm-left {
    width: 50px;
    height: 50px;
    margin-left: -70px;
    float: left;
    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: 5px;
    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: red;
    vertical-align: top;
    color: #FFF;
    width: 20px;
    text-align: center;
    border-radius: 10px;
}

.rate3-comm a:last-child {
    background-color: green;
}

.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: green;
}

.rate3-comm>span>span.ratingminus {
    color: red;
}

.comm-two {
    padding-bottom: 0;
    font-size: 13.5px;
    line-height: 1.5;
    text-align: justify;
}

.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;
}

.login-box {
    padding: 20px;
    display: none;
}

.lb-user {
    margin: -20px -20px 20px -20px;
    padding: 20px;
    background-color: #0e0e0e;
    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;
}

.lb-menu a:hover,
.lb-menu a:hover .fa {
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
    color: #000;
}

.lb-menu a .fa {
    color: #444;
}

.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 #ccc;
    content: "";
    background-color: #f6f6f6;
    display: inline-block;
}

.lb-check input:checked+label:before {
    background-color: #e5050b;
}

.lb-soc {
    margin: 20px -20px -20px -20px;
    padding: 20px;
    background-color: #f6f6f6;
    text-align: center;
}

.lb-soc a {
    display: inline-block;
    margin: 10px 3px 0 3px;
    vertical-align: top;
}

.lb-soc img {
    display: block;
    width: 30px;
}

#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: #fff;
    color: #222;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.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;
}

.owl-carousel .owl-item>img {
    display: block;
    width: 100%;
}

.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: #000;
    font-size: 16px;
    background-color: #ffa42c;
}

.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: white;
    color: #000;
}

.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: #e3e3e3;
}

.owl-dot.active {
    background: linear-gradient(to bottom, #ff8c00, #ffaf40);
}

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

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

.show-menu,
.nav-cloned {
    display: none;
}

@media screen and (max-width: 1220px) {
    .wrap {
        background-image: none;
    }

    .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;
    }
}

@media screen and (max-width: 950px) {
    .center {
        max-width: 768px;
    }

    .nav-cloned {
        display: block;
    }

    .f-menu,
    .cols:before {
        display: none;
    }

    .show-menu {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        display: block;
        background: linear-gradient(to bottom, #ff8c00, #ffaf40);
        color: black;
        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;
    }

    .search-wrap {
        width: 200px;
    }

    .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;
    }
}

@media screen and (max-width: 760px) {
    .center {
        max-width: 640px;
    }

    .logotype {
        width: 100px;
        padding-top: 20px;
    }

    .login-btns a,
    .show-login span {
        display: none;
    }

    .show-login .fa {
        display: inline-block;
        margin: 0;
    }

    .fleft,
    .fright {
        width: 100%;
    }

    .fright>div>* {
        float: left;
    }

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

    .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;
    }
}

@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: 90px;
        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;
    }

    .fcols {
        padding-left: 0;
    }

    .fposter {
        margin: 0 auto 60px auto;
        float: none;
    }

    .finfo {
        float: none;
    }

    .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;
    }

    .attach-info {
        float: none;
    }
}

@media screen and (min-width: 471px) {
    .logo-m {
        display: none !important;
    }
}

@media screen and (max-width: 470px) {
    .logo {
        display: none !important;
    }

    .center22 {
        max-width: 320px;
    }

    .search-wrap {
        width: 120px;
    }

    .short-bottom div[id] {
        display: none;
    }

    .short-bottom .button {
        width: 100%;
        text-align: center;
    }

    .header {
        height: 60px;
    }

    .search-wrap,
    .login-btns {
        margin-top: 10px;
    }

    .logotype {
        height: 60px;
        padding-top: 10px;
    }

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

.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: 10px;
    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;
    margin: 10px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-thumb .short-bottom {
    position: static;
    padding: 0;
    height: 20px;
    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 {
        margin-bottom: 0;
    }
}

.b-content__main_filters_link {
    -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    cursor: pointer;
    text-decoration: underline;
    -webkit-font-smoothing: initial display: block;
    margin-bottom: 7px;
    font-size: 13px;
    color: #e3e3e3;
}

.b-content__main_filters_link:visited,
.b-content__main_filters_link:hover,
.b-content__main_filters_link:active {
    color: linear-gradient(to bottom, #ff8c00, #ffaf40)
}

.b-content__main_filters_link:hover {
    color: linear-gradient(to bottom, #ff8c00, #ffaf40) !important;
    text-decoration: none
}

.b-content__main_filters_link.active {
    font-weight: normal;
    color: #ff9d20 !important;
    text-decoration: none
}

#dofullsearch {
    display: none
}

.poster-search {
    width: 50px;
    float: left;
    padding: 2%;
}

.search-texted {
    font-size: 13px;
}

.search-story {
    font-size: 12px;
}

.info-block {
    background: #333333;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 10px;
    flex-flow: row wrap;
}

.info-block {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    background: #333333;
    border-radius: 8px;
    padding: 20px 20px 50px 20px;
    margin: 20px auto;
    transition: max-height 0.3s ease-out;
    color: #fff;
    margin: 10px;
    text-align: justify;
}

.info-block.expanded {
    max-height: 3000px;
}

.info-block .info-title {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.info-block .faq-item {
    margin: 10px 0;
    line-height: 1.5;
}

.info-block .marker {
    font-size: 1.2em;
    margin-right: 10px;
}

.info-block .fade-effect {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #333333);
    backdrop-filter: blur(0.5rem);
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    opacity: 1;
}

.info-block  .read-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 10px;
}

.info-block.expanded .fade-effect {
    display: none;
}

@keyframes highlight {
    0% { background-color: #333333; }
    50% { background-color: #a4a4a4; }
    100% { background-color: #333333; }
}

.info-block.highlight {
    animation: highlight 0.5s ease-in-out 5;
}

.icon {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.icon i {
    font-size: 30px;
}

.infor-text {
    font-size: 13px;
    width: 100%;
    padding: 3px;
}

.linkedi {
    border-bottom: 1px solid;
    color: #fb0;
    margin-left: 5px;
}

.displayoff {
    display: none;
}

.finfo a {
    color: orange;
    font-weight: 500;
}

.fr-list {
    counter-reset: num;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: -30px;
}

.fr::before {
    content: counter(num);
    counter-increment: num;
    width: 40px;
    text-align: center;
    margin-top: -1px;
    font-weight: 500;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.fr {
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    padding: 6px 10px;
    padding-left: 40px;
    border-radius: 5px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.fr:nth-child(2n) {
    background-color: black;
}

.fr__title {
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    height: 20px;
    font-weight: 500;
}

.fr:hover {
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.fr__year {
    margin: 0 10px;
    font-size: 13px;
    z-index: 3;
}

.fr__rating {
    color: black;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    z-index: 3;
    display: grid !important;
    place-items: center;
    background: linear-gradient(to bottom, #ff8c00, #ffaf40)
}

.clrrating-1,
.clrrating-2,
.clrrating-3,
.clrrating-4 {
    background-color: var(--accent-red);
}

.clrrating-7,
.clrrating-8 {
    background-color: var(--accent-green);
}

.clrrating-9,
.clrrating-10 {
    background-color: var(--accent-gold);
}

.is-active .fr__title {
    font-weight: 700;
}

.fr.is-active::before {
    content: "\25CF";
    display: block;
    left: 13px;
    background-size: 13px 15px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
}

.fr__bg_opacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border: 1px solid #292929;
}

.fr__linked {
    z-index: 3;
}

.ai-center {
    align-items: center;
}

.d-flex,
.my-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flex-grow-1 {
    flex: 1 1 0;
    min-width: 50px;
    max-width: 100%;
}

.rels-fr {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.smile {
    cursor: pointer;
    font-size: 20px;
    flex-grow: 1;
}

.smiless {
    cursor: pointer;
    font-size: 15px;
    flex-grow: 1;
    padding: 10px 0;
}

.pod-smiles {
    display: flex;
    width: 100%;
}

.smiles {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}

.deaf-color_one {
    color: orange;
}

.deaf-color_two {
    color: #17CF29;
}

.deaf-serial_allist {
    width: 50px;
    height: 70px;
}

.deaf-serial_list {
    width: 100%;
}

.deaf-serial_list table,
th,
tr {
    border: 1px solid #5044443d;
    font-size: 14px;
    font-weight: 400;
}

.deaf-tr-f {
    width: 640px;
    height: 360px;
}

.deaf_span span {
    flex-grow: 1;
    text-align: center;
}

.inner-page__rating {
    width: 100%;
    padding: 10px;
    background: black;
}

.inner-page__rating a {
    display: block;
    font-weight: 400;
    text-align: center;
    background-color: black;
    flex: 1 0 16%;
    padding: 1%;
}

.inner-page__rating a div {
    color: #fff;
    flex: 1 0 16%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 20px;
    border-radius: 3px;
    padding-right: 20px;
    border: 1px solid #222222;
}

.inner-page__rating a+a div {}

.inner-page__rating a img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.inner-page__rating a+a img {
    transform: scale(-1, -1);
    position: relative;
    top: 7px;
}

.inner-page__rating a:hover {
    opacity: 0.9;
}

.emoji-category-header {
    font-size: 16px;
    border-bottom: 1px solid #15161e;
    text-align: center;
}

.emoji-category-header h1 {
    display: inline-block;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.emoji-select-wrapper {
    display: flex;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #15161e;
    margin-bottom: 10px;
}

.emoji-select-wrapper a {
    text-decoration: none;
    transition: .2s;
}

.emoji-select-wrapper *,
.emoji-select-wrapper *:after,
.emoji-select-wrapper *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.emoji-select {
    font-size: 24px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.emoji-select:after {
    content: '';
    display: block;
    clear: both;
}

.emoji-select a {
    flex: 1;
    float: left;
    min-width: 40px;
    text-align: center;
    padding: 5px 0 10px;
}

.emoji-select a:hover {
    background: #bfeafb;
}

.emoji-select a.active {
    background: #dadde2;
    cursor: default;
}

.emoji-select-adv {
    position: relative;
    flex: 0;
    font-size: 13px;
    line-height: 18px;
    padding: 0 20px;
    border-left: 1px solid #ddd;
}

.emoji-select-adv-trigger {
    display: block;
    width: 30px;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABpklEQVQ4T72UMWgUQRiF39sRLAUJeOzNrXIEgkFQQbuAZSAgNiGNpLgmlQlY2QUUYmEnCKJVCNZWgkXKhMTmIEgSEZJw3LCLcK2BxNudJye5eAne3eY4nG5m3nzzv/+ff4ghDw6Zh/8LjCL7XFIFwL4xWaVW+1Hr5+hPhKVS6Zb3/lKnmOQ9QEukFiROkxjxHk+7AYMgSJ1z27TWjpLaAnAGeDL/6Fw8E0XhhMQ1AMc9Ikwl3umaw2KxeNsYrElcAfSA1Ga9nszlstxNZK2dIv1jgPtHR79eNRqNn21tFBXGs8xcKxQK69VqtdleH6jK1oZPSL4mcShhx7l4AkDWgrZyeBXQIsnzOezhThVSj9IUG8bwK4BdCQcAXwwMDAI8zDJukmoBv50C+yX5X/s9LXceKJfLV5rN42eArpNYrteT1W4X5ipKFIUfJN4E8IXEbJrqfpIk3y/i4vzDvuw97sZxvGVt8ROJyXb1ckD/Pux26wUB3pLY856fSb2ROC9pJwcMp63XKQ7DcMwYvAd4A8A75+KXeWBn/oCLHuinH6hTekGHDvwNPKeu0Wz98R8AAAAASUVORK5CYII=) no-repeat 50% 50%;
}

.emoji-select-adv-area {
    display: none;
    position: absolute;
    right: 55px;
    top: 20px;
    width: 270px;
    padding: 15px 20px;
    background: #fff;
    z-index: 1003;
    border-radius: 3px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .3);
}

.emoji-select-adv-area:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 100%;
    border: 7px solid transparent;
    border-left-color: #ccc;
}

.emoji-select-adv-area:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 100%;
    border: 6px solid transparent;
    border-left-color: #fff;
}

.emoji-select-adv-period {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.emoji-select-adv-period a {
    position: relative;
    display: block;
    padding: 4px 0 5px 30px;
    color: #222;
}

.emoji-select-adv-period a:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: .2s;
}

.emoji-select-adv-period a:hover {
    color: #0097a7;
}

.emoji-select-adv-period a:hover:after {
    border-color: #ccc;
}

.emoji-select-adv-period a.active {
    color: #000;
}

.emoji-select-adv-period a.active:after {
    border: 5px solid #0097a7;
}

.emoji-select-adv-category {}

.emoji-select-adv-category a {
    position: relative;
    display: block;
    line-height: 34px;
    padding: 0 10px;
    color: #222;
    border-radius: 2px;
}

.emoji-select-adv-category a:hover {
    color: #0097a7;
}

.emoji-select-adv-category a.active {
    background-color: #0097a7;
    color: #fff;
}

.emoji-select-adv-category a.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    background: rgba(0, 0, 0, .1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAANUlEQVQYV2P89+/ffwYGBgYmJiZGEA0CMDFGGAOmAJkPVo0sANMNMgnDKGQr8OvEayc+1wIAGgkr7HgVYQQAAAAASUVORK5CYII=) no-repeat 50% 50%;
}

.rating-emoji {
    display: flex;
    background: black;
    padding: 0 1%;
    flex-wrap: wrap;
}

.rating-emoji:after {
    content: '';
    display: block;
    clear: both;
}

.rating-emoji .rating-emoji-item {
    flex: 1 0 16%;
    float: left;
    width: 16.66%;
    text-align: center;
    text-decoration: none;
    padding: 10px 0 5px;
    font-size: 21px;
    line-height: 30px;
    position: relative;
    cursor: default;
}

a.rating-emoji-item:hover {
    cursor: pointer;
    background: rgba(0, 50, 100, .1);
    font-size: 30px;
}

.rating-emoji-item-count {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-top: 3px;
    color: rgba(217, 217, 217, 0.5);
}

a.rating-emoji-item.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2px;
    right: 2px;
    height: 3px;
    background: #00bcd4;
}

.listpos {
    width: 10px;
    height: 11px;
    line-height: normal;
    margin-right: 5px;
}

.logo {
    display: block;
    color: #f55b00;
    font-weight: 300;
    font-size: 34px;
    padding-left: 20px;
    margin-top: 20px;
}

@keyframes lights {
    0% {
        color: orange;
        text-shadow:
            0 0 1em hsla(320, 100%, 50%, 0.2),
            0 0 0.125em hsla(320, 100%, 60%, 0.3),
            -1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
            1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
    }

    30% {
        color: #ff7b00;
        text-shadow:
            0 0 1em hsla(320, 100%, 50%, 0.5),
            0 0 0.125em hsla(320, 100%, 60%, 0.5),
            -0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
            0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
    }

    40% {
        color: #ff9e00;
        text-shadow:
            0 0 1em hsla(320, 100%, 50%, 0.5),
            0 0 0.125em hsla(320, 100%, 90%, 0.5),
            -0.25em -0.125em 0.125em hsla(40, 100%, 60%, 0.2),
            0.25em 0.125em 0.125em hsla(200, 100%, 60%, 0.4);
    }

    70% {
        color: #ffac00;
        text-shadow:
            0 0 1em hsla(320, 100%, 50%, 0.5),
            0 0 0.125em hsla(320, 100%, 60%, 0.5),
            0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
            -0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
    }
}

.logo span {
    font-weight: 600;
    color: #ffa834;
}

.dle_collections .pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.dle_collections .collections-block-no-main {
    width: 30%;
}

@media screen and (max-width: 590px) {
    .dle_collections .collections-block-no-main {
        width: 44%;
    }
}

@media screen and (max-width: 425px) {
    .dle_collections .collections-block-no-main {
        width: 90%;
    }
}

.collections-block {
    cursor: pointer;
    float: left;
    position: relative;
    width: 100%;
}

.collections-block-no-main {
    cursor: pointer;
    float: left;
    height: 120px;
    margin-left: 18px;
    margin-bottom: 18px;
    position: relative;
}

.collections-img-block {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border: 1px solid black;
}

.collections-count-block {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.collections-cover-block {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.collections-a-block {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
}

.mypadcoll {
    margin-top: 15px;
    margin-bottom: 15px;
}

.owl-actors {
    margin-bottom: 1rem;
}

.owl-actors .psp-img {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    white-space: break-spaces;
    font-size: 13px;
}

.owl-actors .psp-img img {
    width: 90px;
    height: 128px;
    object-fit: cover;
    display: block;
    min-width: 90px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0) 0px 20px 20px -10px;
    border: 1px solid #f5f5dc38;
}

.psp-img img:hover,
img:focus {
    background: black;
    text-decoration: none;
}

.deaf-soon-block {
    margin: 10px 0;
}

.deaf-soon-table {
    width: 100%;
}

.deaf-soon-table td {
    border: 1px solid var(--bdc);
    box-shadow: inset 0 0 0 1px;
    text-align: center;
    padding: 10px;
}

.deaf-soon-info {
    font-weight: 900;
    overflow: hidden;
    padding: 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #1b1b1b;
    text-align: center;
    border: 1px solid #ffffff3d;
}

#epscape_showmore {
    text-align: center;
    background: #1b1b1b;
    text-decoration: none;
    border: 1px solid #ffffff3d;
    padding: 10px;
}

.proiler a {
    font-size: 17px;
    color: #3394e6;
    text-decoration: none;
}

.proiler:hover {
    cursor: pointer;
    text-decoration: underline;
}

.proiler-text {
    margin: 15px 25px;
    font-size: 13px;
}

.mylists-switch, .mylists-tabs {
    list-style: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.mylists-switch.blacked {
	background: black;
}

.mylists-switch li,
.mylists-tabs li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    border-bottom: 1px dotted;
    padding: 3px 10px;
}

.mylists-switch li:hover,
.mylists-tabs li:hover {
    color: #ffab38;
    cursor: pointer;
}

.mylists-switch li:last-child,
.mylists-tabs li:last-child {
    margin: 0px;
}

.mylists-switch li.active,
.mylists-tabs li.active {
    background: #373737;
    color: #fff;
    border: 0px;
    border-radius: 4px;
}

.mylists-tabs li.active a {
    color: #fff;
}

.ongoing-chek:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #02bc02;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%
}

.player-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.player-reconstruction {
    width: 100%;
    height: 400px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: gray;
    padding: 20px;
    box-sizing: border-box;
}

.player-reconstruction p {
    font-size: 1.5em;
    margin: 0;
    padding: 10px;
}

@media (max-width: 768px) {
    .player-reconstruction {
        height: auto;
        padding: 40px 20px;
    }

    .player-reconstruction p {
        font-size: 1.2em;
    }
}

.collections a {
    text-transform: lowercase;
}

.star-container {
    z-index: 9999;
    width: 12px;
    height: 12px;
    width: 100%;
    color: orange;
    font-size: 13px;
}

.star-container .particle {
    position: absolute;
    margin-left: -10px;
    margin-top: 8px;
    font-size: 5px;
    color: gold;
    opacity: 0;
    transform: translate(-0%, -2%) scale(1);
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Определение разных направлений */
.star-container .particle:nth-child(2) {
    animation-name: spray-right;
    animation-delay: 0s;
}

.star-container .particle:nth-child(3) {
    animation-name: spray-top-right;
    animation-delay: 0.8s;
}

.star-container .particle:nth-child(4) {
    animation-name: spray-top-left;
    animation-delay: 1.6s;
}

.star-container .particle:nth-child(5) {
    animation-name: spray-left;
    animation-delay: 2.4s;
}

.star-container .particle:nth-child(6) {
    animation-name: spray-bottom-left;
    animation-delay: 3.2s;
}

/* Анимации для разных направлений */
@keyframes spray-right {
    0% {
        opacity: 1;
        transform: translate(-100%, -20%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-50% + 10px), -0%) scale(2);
    }
}

@keyframes spray-top-right {
    0% {
        opacity: 1;
        transform: translate(0%, -0%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-100% + 20px), calc(-50% - 20px)) scale(2);
    }
}

@keyframes spray-top-left {
    0% {
        opacity: 1;
        transform: translate(-0% -0%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-0% - 20px), calc(-0% - 25px)) scale(2);
    }
}

@keyframes spray-left {
    0% {
        opacity: 1;
        transform: translate(-0%, -0%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-0% - 40px), -0%) scale(2);
    }
}

@keyframes spray-bottom-left {
    0% {
        opacity: 1;
        transform: translate(-0%, -0%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-0% - 20px), calc(-0% + 30px)) scale(2);
    }
}

.dle-popup-userprofile .ui-dialog-buttonpane {
    display: none;
}

.date {
    color: orange;
    font-size: 13px;
}

.good-comm {
    color: #49b349;
    text-decoration: overline;
    font-style: italic;
}

.spoiler-detka {
    cursor: pointer;
}

#dosearch {
    height: 42px !important;
    margin-left: 20px;
    margin-top: -1px;
    width: 26%;
}

.dated {
    font-size: 12px;
    margin-top: 2.5px;
}

#dlefastreplycomments .bb-editor {
    margin: 10px;
}

.center-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.flex-row-new {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-m {
    display: block;
    color: orange;
    font-weight: 700;
    font-size: 40px;
    padding-left: 20px;
    margin-top: 8px;
}

.film-line {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.filter-box select {
	width: 100%;
	border: 1px solid #434343 !important;
	color: white;
	cursor: pointer;
	border-radius: 5px;
	margin: 10px 0px 10px 0px;
	background: #141414 !important;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    padding-right: 30px;
    border: 1px solid #533d3d;
    height: 40px;
    font-size: 15px;
}

.filt-capt {
	font-size: 16px;
    text-align: center;
}

.info-language-off {
	background-color: black;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: gray;
    padding: 20px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-icon {
    width: 15px;
    height: 15px;
    background-color: #5d5d5d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.tooltip-icon:hover {
    background-color: #0056b3;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}