* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

article,
aside,
figure,
figure img,
hgroup,
footer,
header,
nav,
section,
main {
    display: block;
}

img {
    max-width: 100%;
}

.clr {
    clear: both;
}

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

body {
    font: 14px 'Open Sans', sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #ccc;
    background: #010101 url(../images/bg.webp?v=newdeaf) center top no-repeat;
    min-height: 100%;
    width: 100%;
    font-weight: 400;
}

a {
    color: #ccc;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #ff9900;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    font-size: 18px;
}

button,
textarea,
input[type="text"],
input[type="password"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'Open Sans' !important;
}

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

.button:hover,
.btn:hover,
.up-second li a:hover,
.usp-edit a:hover,
.qq-upload-button:hover,
.pagi-load a:hover,
.usp-btn a:hover,
button:not(.color-btn):hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.meta-fav a:hover {
    background-color: #d35400;
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

input[type="text"],
input[type="password"] {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 0;
    padding: 0 15px;
}

select {
    height: 40px;
    border: 0;
    padding: 0 15px;
}

textarea {
    padding: 15px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input[type="text"],
input[type="password"],
select,
textarea {
    width: 100%;
    background-color: #1c1c1c;
    color: #fff;
    box-shadow: inset 0 0 0 1px #111, inset 1px 2px 5px rgba(0, 0, 0, 0.2);
}

select {
    width: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    box-shadow: inset 0 0 0 1px #ff9900, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}

input::placeholder,
textarea::placeholder {
    color: #fff;
    opacity: 0.8;
    font-size: 13px;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent
}

.img-box,
.img-wide,
.img-square,
.img-resp,
.img-resp-vert,
.img-resp-sq,
.img-fit {
    overflow: hidden;
    position: relative;
    background-color: #1c1c1c;
}

.img-resp {
    padding-top: 60%;
}

.img-resp-vert {
    padding-top: 145%;
}

.img-resp-sq {
    padding-top: 100%;
}

.img-box img,
.img-square img,
.img-resp img,
.img-resp-vert img,
.img-resp-sq img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.img-resp img,
.img-resp-vert img,
.img-resp-sq img {
    position: absolute;
    left: 0;
    top: 0;
}

.img-wide img {
    width: 100%;
    display: block;
}

.img-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fx-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.fx-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.fx-top {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.fx-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}

.fx-last {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
}

.fx-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
}

b,
strong {
    font-weight: 600;
}

.icon-left .fa,
.icon-left .icon {
    margin-right: 10px;
}

.icon-right .fa,
.icon-right .icon {
    margin-left: 10px;
}

.hidden,
#dofullsearch {
    display: none;
}

.anim {
    transition: color .3s, background-color .3s, opacity .3s;
}

.anim-all {
    transition: all 1s;
}

.mtitle,
.sub-title h1,
.form-wrap h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #eee;
}

.hmenu>li>a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.wrap {
    min-width: 320px;
    position: relative;
    padding-top: 250px;
}

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

.wrap-main {
    background-color: #111;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}

.header {
    background-color: #1c1c1c;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    transition: top .2s linear;
    position: relative;
    z-index: 99;
}

.header-in {
    padding: 0 20px;
}

.content {
    padding: 20px;
}

.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.header.sticky-hide {
    top: -70px;
}

.header.sticky-vis {
    top: 0;
}

.footer {
    background-color: #1c1c1c;
    color: #ccc;
    padding: 20px;
}

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

.logo {
    width: 180px;
    height: 70px;
    display: block;
}

.search-box {
    width: 100%;
    position: relative;
}

.search-box input,
.search-box input:focus {
    padding: 0 45px 0 10px;
    border-radius: 3px;
    height: 34px;
    line-height: 34ppx;
    background-color: #111;
}

.search-box button {
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 10;
    padding: 0 !important;
    background: transparent !important;
    color: #ff9900 !important;
    font-size: 16px !important;
    width: 40px;
    box-shadow: none !important;
}

.btn-login {
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
}

.hmenu {
    padding: 0 20px 0 40px;
}

.hmenu>li {
    margin-right: 20px;
    position: relative;
}

.hmenu>li>a {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #eee;
}

.hmenu>li:hover>a,
.hmenu>li>a.is-active {
    opacity: 1;
    box-shadow: inset 0 -3px #ff9900;
    color: #ff9900;
}

.hidden-menu {
    background-color: #1c1c1c;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
    position: absolute;
    left: 0;
    top: 95%;
    width: 600px;
    padding: 10px;
    border-top: 3px solid #ff9900;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all .3s;
}

.hm-col {
    width: 33.33%;
    float: left;
}

.hm-col li {
    height: 26px;
    line-height: 26px;
    font-weight: 600;
    padding: 0 10px;
}

.hm-col a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    opacity: 0.8;
    margin: 0 -10px;
    padding: 0 10px;
    font-size: 13px;
    display: block;
}

.hm-col a:hover {
    background-color: #ff9900;
    color: #000;
    opacity: 1;
}

.hmenu>li:hover .hidden-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px);
}

.one-col {
    width: 180px;
}

.one-col .hm-col {
    width: 100%;
}

.sect {
    margin-bottom: 20px;
}

.sect-header {
    margin-bottom: 10px;
}

.sect-title {
    font-size: 18px;
    font-weight: 600;
}

.sect-items {
    margin: 0 -5px -10px -5px;
}

.sect-title,
.sect-tabs span {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
}

.sect-title {
    background-color: #ff9900;
    color: #000 !important;
    margin-right: 20px;
}

a.sect-title:hover {
    text-decoration: underline;
}

.sect-title .fa {
    margin-left: 10px;
    font-size: 14px;
}

.sect-tabs span.is-active {
    background-color: #111;
    box-shadow: inset 0 0 0 2px #ff9900;
    color: #eee;
}

.sect-tabs span:not(.is-active):hover {
    background-color: #333;
    cursor: pointer;
}

.sect-cont>.fa {
    font-size: 100px;
    color: #CCC;
    display: block;
    text-align: center;
}

.th-item {
    float: left;
    width: 16.66%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.th-in {
    display: block;
    position: relative;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.th-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 50%;
}

.th-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 10px;
    color: #eee;
    text-align: center;
}

.th-title {
    font-weight: 600;
}

.th-year {
    font-size: 12px;
    margin-top: 3px;
    opacity: 0.8;
}

.th-rates {
    margin-top: 3px;
}

.th-rate:before {
    content: attr(data-text);
    display: inline;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

.th-rate-kp:before {
    color: #f60;
}

.th-rate-imdb:before {
    color: #fc0;
}

.th-series {
    position: absolute;
    z-index: 5;
    left: 10px;
    top: 10px;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #2980b9;
    color: #eee;
    font-weight: 600;
    font-size: 13px;
}

.th-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 11;
}

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

.th-mask .fa {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    font-size: 24px;
    color: #fff;
    background-color: #ff9900;
}

.desc-text {
    background-color: #050505;
    margin: 0 -20px -20px -20px;
    padding: 20px;
}

.desc-text h1,
.desc-text h2,
.desc-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #eee;
}

.desc-text p {
    line-height: 1.7;
    font-size: 13px;
}

.desc-text p+p {
    margin-top: 10px;
}

.desc-text p+h1,
.desc-text p+h2,
.desc-text p+h3 {
    margin-top: 10px;
}

.desc-text a {
    text-decoration: underline;
    color: #ff9900;
}

.desc-text ul li {
    list-style-type: disc;
    margin-left: 40px;
}

.ft-desc {
    width: 50%;
    padding-top: 55px;
    background: url(../images/ft-logo.png?v=newdeaf) left -15px no-repeat;
}

.ft-counter {
    margin-top: 20px;
}

.ft-menu p,
.ft-menu li {
    color: #eee;
    margin-bottom: 10px;
}

.footer a:not(:hover) {
    color: #ccc;
}

.ft-menu a::before {
    content: "\f105";
    margin-right: 10px;
    font-family: 'FontAwesome';
}

.bottom-nav {
    text-align: center;
    padding-top: 10px;
}

.pagi-load>span {
    display: none;
}

.pagi-load a {
    margin-bottom: 15px;
    padding: 0 80px;
}

.navigation a:hover {
    background-color: #7e79ba;
    color: #fff;
}

.pagi-nav {
    max-width: 100%;
    display: inline-block;
}

.pagi-nav>span {
    display: inline-block;
}

.pnext a,
.pprev a,
.pprev>span,
.pnext>span {
    display: block;
    width: 36px;
    text-align: center;
}

.navigation {
    line-height: 36px;
}

.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev>span,
.pnext>span {
    display: inline-block;
    padding: 0 10px;
    margin: 5px 2px 0 2px;
    border-radius: 4px;
    min-width: 36px;
    box-shadow: inset 0 0 0 1px #000;
    background-color: #1c1c1c;
}

.navigation span,
.pagi-nav a:hover {
    background-color: #ff9900;
    color: #000;
}

.navigation span.nav_ext {
    background: #1c1c1c;
    color: #ccc;
}

.pagi-nav a:hover {
    color: #000;
}

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

.speedbar {
    font-size: 12px;
    margin: -10px 0 10px;
    color: #888;
}

.fmain {
    background-color: #1c1c1c;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    margin: 0 -20px;
}

.fright {
    width: 280px;
    padding: 20px;
    padding-bottom: 1px;
    background-color: #050505;
}

.fleft {
    padding: 20px;
}

.fleft-img {
    width: 200px;
    margin-right: 20px;
}

.fposter {
    border-radius: 3px 3px 0 0;
}

.fleft-img-in {
    box-shadow: 0 0 0 1px #050505, 2px 3px 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background-color: #111;
}

.fleft-desc h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #eee;
}

.fedit {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
    font-size: 18px;
}

.slide-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: -25px 0 0 -25px;
    background-color: #050505;
    box-shadow: 0 0 0 5px #333, 0 0 12px 0 rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 50%;
    top: 0;
}

.slide-circle>div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}

.slide-circle>div div {
    display: none;
}

.flikes {
    height: 45px;
    position: relative;
    z-index: 20;
    white-space: nowrap;
    padding: 0 6px;
}

.rate-plus,
.rate-minus {
    line-height: 45px;
    cursor: pointer;
}

.flikes .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}

.rate-plus .fa {
    background-color: #33a42d;
    margin-right: 8px;
}

.rate-minus .fa {
    background-color: #dd4d1b;
    margin-left: 8px;
}

.rate-plus:hover .fa,
.rate-minus:hover .fa {
    opacity: 0.8;
}

.fdesc {
    margin-bottom: 20px;
    color: #ccc;
    font-size: 13px;
}

.fdesc.slice-masked {
    margin-bottom: 0;
}

.slice {
    overflow: hidden;
    position: relative;
    transition: height .2s;
}

.slice-masked:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #1c1c1c 100%);
}

.slice-btn {
    margin: 1px 0 15px 0;
}

.slice-btn span {
    display: block;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 0 1px #050505, 2px 3px 3px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #111;
}

.flist {
    width: 48%;
    line-height: 1.7;
    font-size: 13px;
}

.flist li>span:first-child {
    font-weight: 600;
    color: #eee;
}

.flist a {
    color: #3498db;
    border-bottom: 1px dotted #3498db;
}

.flist-wide {
    width: 100%;
}

.frate {
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    width: 48%;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 600;
}

.frate:before {
    content: attr(data-text);
    display: inline;
    margin-right: 3px;
    text-transform: uppercase;
}

.frate-kp {
    box-shadow: inset 0 0 0 2px #f60;
}

.frate-imdb {
    box-shadow: inset 0 0 0 2px #fc0;
}

.fsubtitle {
    text-align: center;
    margin: 20px -20px -10px -20px;
    padding: 0 20px;
    padding-top: 10px;
    border-top: 1px solid #111;
    font-weight: 600;
    font-size: 16px;
    width: calc(100% + 40px);
    color: #eee;
}

.fplayer {
    position: relative;
}

.fctrl {
    background-color: #111;
    color: #ccc;
    padding-right: 20px;
}

.fplayer .tabs-sel {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    font-size: 0;
}

.fplayer .tabs-sel span {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    background-color: #000;
    color: #eee;
}

.fplayer .tabs-sel span.current {
    background-color: #ff9900;
    color: #000;
}

.fplayer .tabs-sel span:hover {
    text-decoration: underline;
}

.js .tabs-b {
    background-color: #000;
    display: none;
}

.js .tabs-b.visible {
    display: block;
}

.fcompl a,
.ffav a {
    color: #ccc;
}

.fcompl a:hover,
.ffav a:hover,
.ffav span:hover {
    color: #fff;
    cursor: pointer;
}

.fcompl,
.ffav {
    margin-left: 20px;
}

.flight {
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    display: inline-block;
}

.flight:before,
.flight:after {
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s;
}

.flight:before {
    height: 20px;
    margin-top: -10px;
    width: 40px;
    border-radius: 4px;
    background: #333;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
    left: 0;
}

.flight:after {
    left: 1px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    background: #ff9900;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.light-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.light-off .flight:after {
    left: 21px;
    background-color: #ff9900;
}

.light-off .light-overlay {
    display: block;
}

.light-off .fplayer {
    z-index: 99999;
}

.light-off #gotop {
    z-index: 10;
}

.fshare {
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

.fshare .fa {
    width: 50px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    background-color: #C70003;
    color: #fff;
    font-size: 14px;
    margin: 0 2px;
    cursor: pointer;
}

.fshare .fa:hover {
    opacity: 0.8;
}

.fa.fa-vk {
    background-color: #5075a5;
}

.fa.fa-facebook {
    background-color: #4b6baf;
}

.fa.fa-twitter {
    background-color: #2daae1;
}

.fa.fa-odnoklassniki,
.fa.fa-rss {
    background-color: #FC6D00;
}

.fa.fa-paper-plane {
    background-color: #5682a3;
}

.frels {
    margin: 0 -20px;
    margin-top: -20px;
    padding: 20px;
    background-color: #050505;
    color: #eee;
    position: relative;
    bottom: -20px;
}

.frels-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #eee;
}

.fcomms {
    padding-top: 20px;
}

.full-comms,
.add-comms {
    width: 48%;
}

.no-comms {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1
}

.comm-letter {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50%;
}

.add-comms>form {
    position: sticky;
    right: 0;
    top: 90px;
    margin-bottom: 20px;
}

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

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

.full-text {
    line-height: 1.5;
    font-size: 14px;
}

.full-text img:not(.emoji) {
    max-width: 100%;
    margin: 10px 0;
}

.full-text>img[style*="left"],
.full-text>.highslide img[style*="left"] {
    margin: 0 10px 10px 0;
}

.full-text>img[style*="right"],
.full-text>.highslide img[style*="right"] {
    margin: 0 0 10px 10px;
}

.full-text a {
    text-decoration: underline;
    color: #3498db;
}

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

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

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

.full-text ul,
.full-text ol {
    margin: 0;
}

.full-text ul li {
    list-style: disc;
    margin-left: 40px;
}

.full-text ol li {
    list-style: decimal;
    margin-left: 40px;
}

.full-taglist a {
    color: #d20068;
}

.full-taglist {
    margin-top: 20px;
}

.full-taglist span:not(.fa):not(:last-child):after {
    content: ",";
    display: inline;
}

.add-comms {}

.ac-inputs input {
    width: 48.5%;
    margin-bottom: 15px;
    background-color: #1c1c1c;
}

.ac-textarea textarea {
    height: 100px;
    margin-bottom: 15px;
    background-color: #1c1c1c;
}

.add-comms input,
.add-comms textarea,
.ac-submit button {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.ac-protect,
.ac-textarea .bb-editor+br {
    display: none;
}

.comments_subscribe input {
    margin-right: 10px;
}

.comments_subscribe {
    display: block;
}

.mass_comments_action {
    display: none;
}

.last-comm-link {
    display: inline-block;
    padding-bottom: 20px;
    color: #eee;
    font-size: 18px;
    font-weight: 600;
}

.comm-item {
    margin-bottom: 20px;
    font-size: 13px;
    padding-left: 40px;
    position: relative;
    min-height: 40px;
}

.comm-two {
    margin: 2px 0 3px 0;
}

.comm-one>span {
    margin-right: 15px;
    opacity: 0.8;
}

.comm-one>span.comm-author,
.comm-one>span.comm-author a {
    font-weight: 600;
    color: #ff9900;
    opacity: 1;
}

.comm-three-left>a,
.comm-three-right li a {
    opacity: 0.6;
    margin-left: 5px;
}

.comm-three-right li {
    display: inline-block;
    margin-left: 15px;
}

.comm-rate3 {
    white-space: nowrap;
    font-size: 16px;
    margin-right: 15px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -3px;
}

.comm-rate3 a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    opacity: 0.8;
}

.comm-rate3 a:last-child {
    margin-bottom: -6px;
}

.comm-rate3>span {
    margin: 0 5px;
    font-size: 14px;
    font-weight: 600;
}

.comm-rate3>span>span.ratingtypeplus {
    color: #06b601;
}

.comm-rate3>span>span.ratingplus {
    color: #95c613;
}

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

.comm-three a:hover {
    text-decoration: underline;
}

.comm-three-left>a {
    opacity: 1;
    color: #3498db;
    border-bottom: 1px dotted #3498db;
}

.login-overlay,
.mmenu-overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    display: none;
    background-color: #000;
}

.login-box {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #1c1c1c;
    padding: 30px 60px 40px 60px;
    border-top: 5px solid #ff9900;
    width: 400px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    display: none;
}

.login-close {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
}

.login-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #eee;
}

.login-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    background-color: #111;
    color: #939393;
}

.login-input input {
    margin-bottom: 15px;
    background-color: #111;
}

.login-btn button {
    width: 100%;
    margin: 15px 0;
}

.login-btm a {
    border-bottom: 1px dotted #3498db;
    color: #3498db;
    font-size: 14px;
}

.login-check {
    position: relative;
}

.login-check input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.login-check span {
    display: block;
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
    color: #939393;
}

.login-check span:before,
.login-check span:after {
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s;
}

.login-check span:before {
    left: 0;
    height: 10px;
    margin-top: -5px;
    width: 26px;
    border-radius: 5px;
    background: #111;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
}

.login-check span:after {
    left: 1px;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    background: #2ecc71;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
}

.login-check input:checked+span:before {
    background-color: #fff;
}

.login-check input:checked+span:after {
    left: 13px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.login-menu {
    border-top: 1px solid #111;
    border-left: 1px solid #111;
}

.login-menu li {
    text-align: center;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    width: 50%;
}

.login-menu a {
    display: block;
    padding: 10px 5px;
    font-size: 14px;
}

.login-menu li .fa {
    display: none;
    height: 28px;
    font-size: 22px;
    color: #06c;
}

.login-admin {
    text-align: center;
    margin: -10px 0 25px 0;
}

.login-soc-title {
    display: flex;
    align-items: center;
    margin: 30px 0 15px 0;
}

.login-soc-title:before,
.login-soc-title:after {
    content: '';
    height: 1px;
    background-color: #111;
    flex: 1;
}

.login-soc-title:before {
    margin-right: 15px;
}

.login-soc-title:after {
    margin-left: 15px;
}

.login-soc-btns {
    text-align: center;
}

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

.login-soc-btns img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.btn-menu,
.fright .filter-btn {
    display: none;
}

.side-panel {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #1c1c1c;
    padding: 10px;
    z-index: 99999;
    position: fixed;
    left: -320px;
    top: 0;
    transition: left .4s;
    -webkit-transition: left .4s;
}

.side-panel.active {
    left: 0;
}

.close-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998;
    display: none;
}

.btn-close {
    cursor: pointer;
    display: block;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 99999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #e84e36;
    color: #fff;
    transition: top .4s;
    -webkit-transition: top .4s;
}

.btn-close.active {
    top: 0px;
}

body.opened-menu {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.side-panel .hmenu {
    margin: 0;
    padding: 0;
}

.side-panel .hmenu>li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.side-panel .hmenu>li>a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    color: #eee;
}

.side-panel .search-wrap,
.side-panel .btn-login {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

.side-panel .hidden-menu {
    width: 100%;
    display: block;
    position: static;
    background-color: #111;
    width: calc(100% + 20px);
    margin-left: -10px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border-bottom: 3px solid #ff9900;
}

.side-panel .hm-col {
    width: 50%;
}

.side-panel .one-col .hm-col {
    width: 100%;
}

@media screen and (max-width: 1220px) {
    .wrap-center {
        max-width: 1000px;
    }

    .header .hmenu,
    .header .search-wrap,
    .header .btn-login {
        display: none;
    }

    .btn-menu {
        display: block;
        font-size: 34px;
        cursor: pointer;
        color: #eee;
    }

    #gotop {
        display: none !important;
    }

    .not-logged .login-avatar {
        display: none;
    }

    .login-close {
        top: -5px;
    }

    .login-title {
        font-size: 18px;
    }

    .login-box {
        max-width: calc(100% - 60px);
        padding: 15px;
    }

    .sect-header.fx-start {
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .sect-header.fx-start>* {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .sect-tabs span,
    .sect-title {
        padding: 0 10px;
    }

    .fright {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .fright .frels-title {
        display: none;
    }

    .fright .filter-btn {
        width: 100%;
        display: block;
    }

    .fright .filter-wrap {
        padding: 20px 15px !important;
    }

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

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

    .th-item {
        width: 25%;
    }

    .content,
    .header-in,
    .footer,
    .desc-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .desc-text {
        margin-left: -10px;
        margin-right: -10px;
    }

    .footer {
        text-align: center;
        display: block;
    }

    .ft-desc {
        padding-top: 0;
        padding-bottom: 20px;
        background-image: none;
        width: 100%;
    }

    .fmain,
    .fsubtitle,
    .frels {
        margin-left: -10px;
        margin-right: -10px;
    }

    .fleft,
    .fright,
    .fsubtitle,
    .frels {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fsubtitle {
        width: calc(100% + 20px);
    }

    .full-comms,
    .add-comms {
        width: 100%;
    }

    .add-comms {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }
}

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

    .th-item {
        width: 33.33%;
    }

    .fleft-img {
        margin: 0 auto 20px auto;
    }

    .fleft-desc {
        min-width: 100%;
    }

    .flist {
        width: 100%;
        margin-bottom: 5px;
    }

    .flight,
    .fcompl,
    .ffav {
        display: none;
    }

    .dcont button {
        font-size: 12px;
        padding: 0 15px !important;
    }

    .comments-tree-list .comments-tree-list {
        padding-left: 0px !important;
    }

    .comments-tree-list .comments-tree-list:before {
        display: none;
    }

    .mass_comments_action {
        display: none;
    }
}

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

    .ac-inputs input {
        width: 100%;
    }

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

    .ui-dialog {
        width: 100% !important;
    }

    .upop-left,
    .upop-right {
        float: none !important;
        width: 100% !important;
        margin: 0;
        padding: 0 20px;
    }

    .upop-left {
        margin-bottom: 10px;
        text-align: center;
    }

    .ui-dialog-buttonset button {
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }

    #dofullsearch,
    #searchsuggestions span.seperator {
        display: none !important;
    }

    .attach .download-link {
        margin: 0 -15px 0 0;
        float: none;
        display: block;
        padding: 0 10px;
    }

    .attach-info {
        float: none;
    }
}

@media screen and (max-width: 470px) {
    .wrap-center22 {
        max-width: 320px;
    }

    .th-item {
        width: 50%;
    }

    .wrap {
        padding-top: 0;
        overflow: hidden;
    }

    body {
        background-image: none;
    }

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

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

.dle_collections .bottom-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

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

.dle_collections {
    width: 100%;
}

.dle_collections  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
}
.dle_collections .content-collection {
    width: 30%;
    cursor: pointer;
    height: 120px;
    position: relative;
	overflow: hidden;
}

.dle_collections .content-collection:first-child {
    margin-right: 18px;
}

.dle_collections .content-collection:last-child {
    margin-left: 18px;
}

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

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

.collections-img-block {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -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
}

.movie-item__label-3 {
    position: absolute;
    z-index: 5;
    top: 5px;
    left: 5px;
    border-radius: 5px;
    background-color: #252323db;
    color: #fff;
    padding: 3px 11px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 400;
}

.pmovie__franchise .sect__title {
    font-size: 20px;
    margin-bottom: 30px
}

.fr-list {
    counter-reset: num;
    display: flex;
    flex-direction: column-reverse;
    padding: 10px 50px 0 50px;
}

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

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

.fr:nth-child(2n) {
    background-color: #000
}

.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, .15);
    z-index: 3
}

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

.fr__rating {
    color: #050505;
    font-weight: 700;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    z-index: 3;
    display: grid !important;
    place-items: center;
    background: #ff9900
}

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

.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;
    backdrop-filter: blur(2px)
}

.fr__linked {
    z-index: 3
}

#gg-list .flex-grow-1,
.fx-1,
.stretch-free-width {
    flex: 1 1 0;
}

#gg-list .ai-center,
.fx-middle {
    align-items: center;
}

#gg-list .d-flex,
.fx-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.inner-page__caption {
    text-align: center;
}

.my-center {
    text-align: center
}

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

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

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

.margin-border {
    margin-left: 5px;
}

.newdeaf-serial_list {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.newdeaf-serial_list tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.newdeaf-serial_list tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.newdeaf-serial_list tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
}

.newdeaf-serial_list tr:last-child th:last-child {
    border-bottom-right-radius: 10px;
}

.newdeaf-color_one {
    color: red;
}

.newdeaf-color_two {
    color: green;
}

.newdeaf-serial_allist {
    width: 50px;
    height: 75px;
    border-radius: 5px;
    border: silver;
    margin: 5px;
}

.newdeaf-serial_list {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

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

.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: #000;
    width: 100.03%;
    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, .5)
}

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

.owl-actors {
    margin-bottom: 10px;
    margin-top: 10px;
}

.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) 0 20px 20px -10px;
    border: 1px solid #f5f5dc38
}

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

.owl-carousel {
    display: none;
    opacity: 0;
    transition: opacity .3s linear;
    width: 100%;
    position: relative;
    z-index: 10;
}

.owl-carousel .owl-stage {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-loaded,
.owl-carousel.owl-loading,
.no-js .owl-carousel {
    display: block !important;
    opacity: 1;
}

.owl-carousel.owl-loading,
.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item {
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@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 {
    transform-style: preserve-3d;
}

.carousel-1 {
    border-left: 2px solid black;
    border-right: 2px solid black;
    margin: 20px 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(0, 0, 0, 0.2);
    background: black;
    padding: 5px 0;
}

.carousel-1 .owl-pic {
    border-left: 5px solid black;
    overflow: hidden;
    transform: skew(-10deg);
}

.carousel-1 .owl-pic img {
    width: 100%;
    transform: skew(10deg) scale(1.2);
    transition: 0.3s opacity ease, 0.3s transform ease;
    opacity: 0.6;
    height: 150px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .carousel-1 .owl-pic img {
        opacity: 1;
    }
}

.carousel-1 .owl-pic:hover img {
    opacity: 1;
    transform: skew(10deg) scale(1.3);
}

.carousel-1 .owl-nav .owl-prev,
.carousel-1 .owl-nav .owl-next {
    position: absolute;
    cursor: pointer;
    font-size: 60px !important;
    color: #FFF !important;
    top: 0;
    height: 100%;
    width: 70px;
    transition: 0.3s opacity ease;
    opacity: 0.2;
    margin: 0;
    padding: 0;
}

.carousel-1 .owl-nav .owl-prev:hover,
.carousel-1 .owl-nav .owl-next:hover {
    opacity: 1;
}

.carousel-1 .owl-nav .owl-prev,
.carousel-1 .owl-nav .owl-prev:hover {
    left: 0;
    background: linear-gradient(to right, #131313, rgba(19, 19, 19, 0));
}

.carousel-1 .owl-nav .owl-next,
.carousel-1 .owl-nav .owl-next:hover {
    right: 0;
    background: linear-gradient(to left, #131313, rgba(19, 19, 19, 0));
}

li.dlelist a:not(:last-child)::after {
    content: ", ";
}

.red {
    color: red !important;
}

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

.mylists-switch, .mylists-tabs {
	list-style: none;
    margin: 20px 0px;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.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: #ff9900;
	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%
}

.mergerep {
    margin-right: 5px;
    font-size: 12px;
    color: gold;
}


@keyframes rotateNeon {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowNeon {
    0%, 100% {
        box-shadow: 0 0 10px rgba(0, 255, 255, 0.5),
                    0 0 20px rgba(0, 255, 255, 0.3),
                    0 0 30px rgba(0, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 255, 255, 0.7),
                    0 0 30px rgba(0, 255, 255, 0.5),
                    0 0 40px rgba(0, 255, 255, 0.3);
    }
}

.comment-item__meta a {
	color: #b6b6b6;
	font-weight: 700 !important;
	text-decoration: underline;
}

.tier-2 {
    color: gold !important;
}

.star-container {
	z-index: 9999
	position: relative;
	width: 12px;
	height: 12px;
}

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

.displayoff {
	display: none;
}

.bb-editor .fa-edit:before {
	cursor: pointer;
	color: #ff9900;
}

.active {
	color: #ff9900;
}

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

.dated {
    font-size: 12px;
}

.center {
	text-align: center;
}

.info-block {
    background: var(--accent);
    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;
    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, #232323);
    backdrop-filter: blur(0.6rem);
    pointer-events: none;
    transition: opacity 0.3sease-out;
    opacity: 1;
}

.info-block  .read-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 10px;
    border: 1px solid #ffffff;
}

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

@keyframes highlight {
    0% { background-color: var(--accent); }
    50% { background-color: #a4a4a4; }
    100% { background-color: var(--accent); }
}

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

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