/* Datalife Engine template 
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ),
name: Movie Box,
creation date: 20 july 2019, 
version dle: 12-13
*/

/* SET BASE
----------------------------------------------- */
* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    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;
}

.th-title {
    font-size: 16px;
    text-align: center;
}

.seo {
    font-size: 15px;
    line-height: 22px;
    background: #ececec;
    padding: 20px;
    text-align: justify;
    margin-bottom: 20px;
}

.seo h1 {

    text-align: center;

}

.mylists-switch,
.mylists-tabs {
    list-style: none;
    padding: 5px 0 0;
    margin: -5px 0 0 !important;
    background: black;
    font-size: 14px;
    text-align: center;
}

.mylists-switch li,
.mylists-tabs li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    padding: 2px 5px;
    background: #575757;
    color: #fff;
    border: 0px;
    line-height: 22px;
    border-radius: 2px;
}

.mylists-switch li:hover,
.mylists-tabs li:hover {
    color: #de503f;
    cursor: pointer;
    background: #cfcfcf;
}

.mylists-switch li:last-child,
.mylists-tabs li:last-child {
    margin: 0px;
}

.mylists-switch li.active,
.mylists-tabs li.active {
    background: #de503f;
    color: #fff;
    border: 0px;
    line-height: 22px;
    border-radius: 2px;
}

.mylists-tabs li.active a {
    color: #fff;
}

.mylistsdiv {
    margin-bottom: 40px;
    padding: 20px 20px;
    margin: 0 40px;
    text-align: center;
}

.mylists {
    color: #ffffff;
    text-decoration: none;
    background: #de503f;
    padding: 6px;
    margin: 5px;
    border-radius: 4px;
}

body {
    font: 14px 'Rubik', sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #010101;
    background-color: #636363;
    min-height: 100%;
    width: 100%;
    font-weight: 400;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-size: 18px;
}

h1 {
    font-weight: 400;
    font-size: 28px;
    margin: 10px 0 30px;
}

button,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'Rubik' !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: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #06c;
    font-size: 14px;
    background: #de503f;
    color: #fff;
}

.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: #e08378;
    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: #fff;
    color: #000;
    box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}

select {
    width: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}

input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 14px;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent
}

.img-box,
.img-wide,
.img-resp,
.img-resp-vert,
.img-fit {
    overflow: hidden;
    position: relative;
}

.img-resp {
    padding-top: 70%;
}

.img-resp-vert {
    padding-top: 140%;
}

.img-box img,
.img-resp img,
.img-resp-vert img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.img-resp img,
.img-resp-vert 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,
#dle-content {
    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;
}

.fx-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

b,
strong,
.fw700 {
    font-weight: 500;
}

.icon-left [class*="fa-"],
.icon-left .icon {
    margin-right: 10px;
}

.icon-right [class*="fa-"],
.icon-right .icon {
    margin-left: 10px;
}

.hidden,
#dofullsearch {
    display: none;
}

.anim,
.btn,
button,
.owl-dot {
    transition: all .3s;
}

.mtitle,
.sub-title h1,
.form-wrap h1 {
    margin-bottom: 20px;
    font-size: 20px !important;
}

#dle-content>*:not(.th-item):not(.tr-item):not(.podbb) {
    width: 100%;
}

.th-quality,
.navigation span:not(.nav_ext),
.btn-login,
.th-info,
.btn-menu,
.fplayer .tabs-sel span.current {
    background: #de503f;
    color: #fff;
}

.th-hover-icon>.far,
.header-menu a:before,
.ser-title:before,
.search-box button,
.site-desc:before,
.top-item::before,
.flight:after {
    background: #de503f;
    color: #fff;
}

.btn-login:hover,
.nav-menu a:hover,
.nav-menu a.is-active,
.btn-search:hover,
.login-menu a:hover,
.owl-dot.active {
    background: #e08378;
    color: #fff;
}

.ser-item:hover,
.ser-item:nth-child(2n):hover {
    background: #6d6d6d;
    color: #fff;
}

.header-menu>li:hover>a,
.header-menu>li>a.is-active,
.header-menu a:hover {
    background: #de503f;
}

.sect-popular,
.header,
.sticky-wrap {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.cols,
.content {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.site-desc,
.footer {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}


/* BASIC GRID
----------------------------------------------- */
.wrap {
    min-width: 320px;
    position: relative;
    padding: 40px;
    min-height: 100vh;
}

.wrap-center {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.wrap-main {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.header {
    background-color: #232222;
    position: relative;
    left: 0;
    top: 0;
    z-index: 990;
    width: 100%;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.header.sticky {
    position: fixed;
}

.header.sticky-hide {
    top: -80px;
}

.header.sticky-vis {
    top: 0;
}

.col-left {
    min-height: 50vh;
    padding: 20px 40px;
}

.col-right {
    width: 350px;
    background-color: #1a1a1a;
    margin-top: 20px;
    border-radius: 4px 0 0 0;
    padding: 20px;
}

.footer {
    background: #232222 url(../images/logo.png) 40px center / 180px auto no-repeat;
    color: #ccc;
    padding: 20px 40px 20px 240px;
    line-height: 1.7;
}

.footer a {
    color: #fff;
    margin-right: 20px;
}

.footer-copyright {
    margin-top: 3px;
    font-size: 12px;
}

.footer a:hover {
    text-decoration: underline;
}

#gotop {
    position: fixed;
    width: 60px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    bottom: 10px;
    z-index: 990;
    display: none;
    background-color: #bbb;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}

.ser-item1 {
    position: relative;
    padding: 4px 10px;
    background-color: #ffffff17;
    border-radius: 4px;
    color: white;
    margin-bottom: 8px;
}

.ser-item1:hover {
    background-color: #b8b8b817;
    color: white;
}

.ser-series1 span {
    font-weight: 500;
    font-size: 12px;
}

.ser-voice1 span {
    font-weight: 500;
    font-size: 12px;
}

.ser-series1 {
    color: #ffffff;
    font-size: 12px;
    margin-left: 20px;
    background: #de503f;
    text-align: center;
    line-height: 14px;
    padding: 4px;
    width: 75px;
    border-radius: 4px;
}

.ser-voice1 {
    color: #ffffff;
    font-size: 12px;
    margin-left: 10px;
    text-align: center;
    background: #dc857a;
    padding: 4px;
    line-height: 14px;
    width: 75px;
    border-radius: 4px;
}

/* HEADER
----------------------------------------------- */
.logo {
    display: block;
    width: 260px;
    height: 60px;
    margin-right: 20px;
}

.header-menu>li {
    position: relative;
}

.header-menu>li>a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

.header-menu a {
    color: #fff;
    font-weight: 500;
}

.submenu>a:after {
    content: "\f107";
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 7px;
    transition: all .2s;
    display: inline-block;
}

.hidden-menu {
    background-color: #151515;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    z-index: 100;
    position: absolute;
    left: 0;
    top: 95%;
    width: 600px;
    padding: 10px;
    border-top: 4px solid #ec3d3d;
    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;
    padding: 0 10px;
}

.hm-col a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 -10px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    display: block;
}

.header-menu>li:hover .hidden-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px);
}

.one-col {
    width: 180px;
}

.one-col .hm-col {
    width: 100%;
}

.btn-login,
.btn-search,
.btn-menu {
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: white;
}

.search-wrap {
    width: 100%;
    max-width: 800px;
    padding: 30px;
    color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.search-title,
.search-close {
    font-size: 24px;
}

.search-box {
    position: relative;
    margin-top: 30px;
}

.search-box input,
.search-box input:focus {
    padding: 0 50px 0 15px;
    border-radius: 0;
    box-shadow: none;
}

.search-box input:not(:focus)::placeholder {}

.search-box button {
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 10;
    width: 30px;
    background: transparent !important;
    color: #000 !important;
    font-size: 16px !important;
    padding: 0 !important;
}


/* POPULAR
----------------------------------------------- */
.sect-popular {
    background-color: #1e272e;
    padding: 40px 40px 40px 100px;
    position: relative;
    overflow: hidden;
    height: 262px;
}

.popular-item {
    width: 130px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popular-item .th-series {
    font-size: 14px;
}

.blurred-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(20px);
}

.blurred-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: linear-gradient(to right, #060606, #881300);
}


/* SECTION
----------------------------------------------- */
.sect,
.sect-header {
    margin-bottom: 20px;
}

.sect-title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: black;
}

.top-title {
    color: white;
}

.mini-menu {

    border-radius: 2px;
    overflow: hidden;

}

.mini-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mini-menu>ul>li {
    position: relative;
}

.mini-menu>ul>li>a {
    display: block;
    padding: .7em 1em;
    outline: 0;
    margin-bottom: 5px;
    background: #505050;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}

.mini-menu>ul>li>a:hover,
.mini-menu>ul>li>a.active {}

.mini-menu .sub ul {
    display: none;
    overflow: hidden;

}

.mini-menu .sub ul li a {
    display: block;
    padding: .7em 1em;
    border-bottom: 1px dotted #848484;
    color: #ececec;
    font-size: 14px;
    text-decoration: none;
}

.mini-menu .sub ul li a:hover,
.mini-menu .sub ul li a.active {
    padding-left: 1.3em;
    background: #ffffff;
    color: #ff2800;
}

.mini-menu .sub>a:before {
    content: '+';
    font-size: 1.2em;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 12px;
    line-height: .8em;
    color: white;
    text-indent: 0;
    text-align: center;
    font-weight: 500;
}

/* Р°РєС‚РёРІРЅС‹Р№ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»СЊ */
.mini-menu .sub>a.active:before {
    content: '-';
}


/* SERIAL
----------------------------------------------- */
.sect-serial {
    margin-bottom: 40px;
    font-size: 20px;
}

.group-name {
    font-size: 16px;
    padding: 10px 20px;
    background: #485460 url(../images/bg2.png);
    color: #fff;
}

.ser-item {
    position: relative;
    padding: 4px 10px;
    background-color: #efefef;
    border-radius: 4px;
    margin-bottom: 5px;
}

.ser-item:nth-child(2n) {
    background-color: #f2f6f8;
}

.ser-series span {
    font-weight: 500;
    font-size: 13px;
}

.ser-voice span {
    font-weight: 500;
    font-size: 13px;
}

.ser-series {
    color: #ffffff;
    font-size: 13px;
    margin-left: 20px;
    background: #de503f;
    text-align: center;
    line-height: 14px;
    padding: 4px;
    border-radius: 4px;
    width: 80px;
}

.ser-voice {
    color: #ffffff;
    font-size: 13px;
    margin-left: 10px;
    text-align: center;
    width: 80px;
    background: #e36050;
    padding: 4px;
    line-height: 14px;
    border-radius: 4px;
}

.ser-title:before {
    position: relative;
    top: -1px;
}


/* SHORT ITEM
----------------------------------------------- */
.th-item {
    width: 18.5%;
    margin-bottom: 20px;
}

.th-img {
    margin-bottom: 10px;
}

.th-meta {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}

.th-voice {
    left: 0;
    top: 10px;
    border-radius: 0 3px 3px 0;
    background-color: #fff;
    color: #888;
}

.th-quality {
    right: 0;
    top: 10px;
    border-radius: 3px 0 0 3px;
}

.th-series {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    height: auto;
    line-height: normal;
    color: #eee;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding-top: 100px;
    font-size: 13px;
}

.th-hover-icon {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.th-hover-icon>.far {
    font-size: 38px;
    margin: auto;
    color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.th-hover:hover .th-hover-icon {
    opacity: 1;
}

.th-info {
    width: 40px;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    border-radius: 3px 0 0 3px;
}

.th-rating {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.th-rating .fa-thumbs-up {
    color: #83bf45;
    margin-right: 10px;
}

.th-rating .fa-thumbs-down {
    color: #ee3442;
    margin: 0 10px;
}

.th-tip {
    display: none;
    background-color: #f2f6f8;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
    height: 270px;
    position: relative;
}

.th-tip:before {
    content: '';
    position: absolute;
    left: 180px;
    right: 0;
    bottom: 0;
    height: 100px;
    display: block;
    background: linear-gradient(to bottom, rgba(242, 246, 248, 0) 0%, #f2f6f8 100%);
}

.ui-tooltip {
    position: absolute;
    z-index: 97;
}

.tooltip-text {
    color: #fff;
    padding: 5px 10px;
    background: rgba(35, 25, 15, 0.8);
    border-radius: 2px;
}

.ui-tooltip .th-tip {
    display: block;
}

.th-tip-img {
    width: 180px;
    height: 270px;
}

.th-tip-desc {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}

.th-tip-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.th-tip-text {
    padding-top: 10px;
}

.th-tip-list li span {
    font-weight: 400;
}


/* SIDE
----------------------------------------------- */
.side-box+.side-box {
    margin-top: 20px;
}

.side-bt {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}

.nav-col {
    width: 55%;
}

.nav-col+.nav-col {
    width: 40%;
}

.nav-title {
    font-size: 16px;
    margin-bottom: 9px;
}

.nav-menu+.nav-title {
    margin-top: 12px;
}

.nav-menu {
    margin: 0 0 0 -20px;
}

.nav-col+.nav-col .nav-menu {
    margin: 0 -20px 0 -15px;
}

.nav-menu a {
    display: block;
    padding: 5px 0 5px 20px;
    font-weight: 300;
    font-size: 13px;
    color: #5c5c5c;
}

.nav-col+.nav-col .nav-menu a {
    display: block;
    padding: 5px 0 5px 15px;
}

.side-item {
    width: 30%;
    margin-bottom: 20px;
    display: block;
    font-weight: 300;
    font-size: 13px;
}

.side-title {
    margin-top: 10px;
}

.mb-remove {
    margin-bottom: -20px;
}

.side-bc {
    counter-reset: a;
}

.top-item {
    margin-bottom: 20px;
    width: 49%;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    overflow: hidden;
}

.top-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.top-item::before {
    content: counter(a);
    counter-increment: a;
    font-size: 10px;
    padding: 3px 5px;
    text-align: center;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    font-size: 12px;
}

.lcomm+.lcomm {
    margin-top: 5px;
}

.lcomm {
    background-color: #ffffff17;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ltitle {
    display: block;
    color: #acacac;
}

.ltext {
    line-height: 1.5;
    font-weight: 300;
    color: #ffffff;
}

.lmeta {
    font-size: 11px;
    margin: 5px 0;
    color: #949494;
}

.ldate,
.lav,
.lname {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.lav {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.ltitle:hover,
.side-item:hover,
.top-item:hover {
    text-decoration: underline;
}

.lcomm .comm-letter {
    line-height: 20px;
    font-size: 12px;
}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {
    line-height: 1.7;
    padding: 40px;
    background-color: #232222;
    color: #cbcbcb;
    font-weight: 300;
    position: relative;
}

.site-desc:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 5px;
}

.site-desc h1,
.site-desc h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.site-desc li {
    list-style-type: disc;
    margin-left: 40px;
}

.site-desc p {
    margin-bottom: 10px;
}

.site-desc>*:last-child {
    margin-bottom: 0;
}

.site-desc a {
    color: #06c;
    text-decoration: underline;
}

.site-desc img {
    float: left;
    max-width: 200px;
    margin: 0 10px 10px 0;
}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
    padding-top: 20px;
}

.nav-load a {
    display: block;
    padding: 20px 0px;
    max-width: 602px;
    margin: 0 auto;
    background-color: #ffcc00;
    color: #000;
    text-align: center;
    font-size: 14px;
}

.nav-load a:hover {
    background-color: #06c;
    color: #fff;
}

.navigation {
    text-align: center;
}

.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev>span,
.pnext>span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px 10px 3px;
    line-height: 40px;
    min-width: 40px;
    box-shadow: inset 0 0 0 1px #e3e3e3;
}

.navigation span:not(.nav_ext),
.pagi-nav a:hover {
    background-color: #aaaaaa;
}

.bt span {
    background: #de503f;
    padding: 5px;
    font-size: 18px;
    border-radius: 4px;
    color: white;
    font-weight: 400;
}

.bt {
    text-align: center;
    color: #3f3f3f;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
}

.blok {
    display: flex;
    margin: 20px;
}

.blok1 {
    width: 33%;
    float: left;
    text-align: center;
}

.blok2 {
    width: 33%;
    float: left;
}

.blok3 {
    width: 33%;
    float: left;
    text-transform: uppercase;
}

/* FULL
----------------------------------------------- */
.speedbar {
    margin-bottom: 20px;
    font-size: 13px;
    color: #bbb;
    font-weight: 300;
}

.speedbar a:not(:hover) {
    color: #485460;
}

.speedbar .far {
    margin-right: 10px;
    color: #485460;
}

.fright h1 {
    font-size: 20px;
    padding-right: 60px;
}

.fright h1 a {
    margin-left: 10px;
    font-size: 16px;
}

.foriginal {
    font-size: 16px;
    opacity: 0.4;
    margin-top: 10px;
    padding-right: 60px;
}

.fleft {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
}

.fright {
    position: relative;
}

.fposter {
    width: 300px;
    border: solid 5px #ff4f4f;
    border-radius: 4px;
}

.fdesc,
.flist {
    margin-top: 20px;
}

.flist {
    margin-left: 320px;
}

.flist li {
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
}

.flist li:nth-child(2n+1) {
    background-color: #f6f6f6;
}

.flist li>span:first-child {
    font-weight: 400;
}

.flist a {
    color: #ea3030;
    border-bottom: 1px dotted #cc5e00;
    font-size: 14px;
    font-weight: 400;
}

.flist a:hover {
    border-bottom-color: transparent;
}

.frates {
    position: absolute;
    right: 0;
    top: 0;
}

.frate-in {
    line-height: 20px;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    padding: 0 5px;
    margin-bottom: 5px;
}

.frate-in:before {
    content: attr(data-text);
    display: inline;
    margin-right: 3px;
    text-transform: uppercase;
}

.frate-kp {
    box-shadow: inset 0 0 0 2px #f60;
    background-color: #f60;
    color: #fff;
}

.frate-imdb {
    box-shadow: inset 0 0 0 2px #fc0;
    background-color: #fc0;
    color: #000;
}

.fsubtext {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #5c5c5c;
}

.fsubtitle {
    text-align: center;
    font-size: 18px;
    margin: 40px 0 20px;
}

.fplayer {
    position: relative;
    color: #ccc;
}

.fctrl {
    padding-left: 40px;
    background: black
}

.fplayer .tabs-sel {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    font-size: 0;
    text-align: right;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.fplayer .tabs-sel span {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.fplayer .tabs-sel span.current {}

.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;
    color: white;
}

.fcompl,
.ffav {
    margin-right: 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-color: rgba(181, 181, 181, 0.4);
    left: 0;
}

.flight:after {
    left: 1px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    border-radius: 20px;
    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: #ccc;
}

.light-off .light-overlay {
    display: block;
}

.light-off .fplayer {
    z-index: 99999;
}

.light-off #gotop {
    z-index: 10;
}

.fctrl-btm {
    padding: 10px 0;
}

.frate a {
    color: #fff;
    background-color: #0094ac;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 5px 0 15px;
    display: block;
    font-size: 18px;
}

.frate a+a {
    background-color: #ee3442;
}

.frate-likes {
    margin-left: 10px;
}

.frate-likes,
.frate-dislikes {
    display: inline-block;
    padding: 6px;
    height: 20px;
    font-weight: 500;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    border-radius: 3px;
}

.frate a:hover {
    opacity: 0.8;
}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed,
.video-box object,
.video-box video,
.video-box iframe,
.video-box frame {
    max-width: 100% !important;
    display: block;
    width: 100%;
    height: 500px;
}

.mejs-container {
    max-width: 100% !important;
}

.full-text {
    line-height: 1.7;
    font-size: 16px;
    padding: 15px;
    font-weight: 300;
    background: #f6f6f6;
    border-radius: 5px;
}

.full-text img:not(.emoji) {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.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: #06c;
}

.full-text a:hover {
    text-decoration: none;
}

.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 400;
}

.full-text p {
    margin-bottom: 10px;
}

.full-text>ul,
.full-text>ol {
    margin: 0;
}

.full-text>ul li {
    list-style: disc;
    margin-left: 40px;
}

.full-text>ol li {
    list-style: decimal;
    margin-left: 40px;
}

.full-taglist a {
    color: #d20068;
}

.full-taglist {
    margin-top: 20px;
}

.full-taglist span:not(.fa):not(:last-child):after {
    content: ",";
    display: inline;
}


/* COMMENTS
----------------------------------------------- */
.add-comms {
    padding: 20px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}

.ac-inputs input {
    width: 48.7%;
    margin-bottom: 15px;
}

.ac-textarea textarea {
    height: 100px;
    margin-bottom: 15px;
}

.add-comms input,
.add-comms textarea,
.ac-submit button {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.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: #06c;
    font-size: 18px;
}

.comm-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comm-letter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.comm-item {
    margin-bottom: 20px;
    font-size: 13px;
    padding-left: 50px;
    position: relative;
    min-height: 40px;
}

.comm-two {
    margin: 10px 0;
    color: #464646;
    font-size: 14px;
}

.comm-one>span {
    margin-right: 15px;
    color: #949494;
}

.comm-one>span.comm-author,
.comm-one>span.comm-author a {
    color: #485460;
}

.comm-three-left>a,
.comm-three-right li a {
    opacity: 0.6;
}

.comm-three-right li {
    display: inline-block;
    margin-left: 15px;
}

.comm-rate3 {
    white-space: nowrap;
    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;
    opacity: 0.4;
}

.comm-rate3 a:last-child {}

.comm-rate3>span {
    margin: 0 5px;
}

.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 {
    border-bottom-color: transparent;
}

.comm-three-left>a {
    opacity: 1;
    color: #06c;
    border-bottom: 1px dotted #06c;
}


/* LOGIN
----------------------------------------------- */
.overlay-box {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000;
}

.login-box {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px 60px 40px 60px;
    width: 400px;
    border-top: 5px solid #FDC830;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.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: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.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: #f2f6f8;
    color: #939393;
}

.login-input {
    margin-bottom: 15px;
}

.login-btn button {
    width: 100%;
    margin: 15px 0;
}

.login-btm a {
    border-bottom: 1px dotted #06c;
    color: #06c;
}

.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: #fff;
    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 #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.login-menu li {
    text-align: center;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3ee;
    width: 50%;
}

.login-menu a {
    display: block;
    padding: 10px 5px;
}

.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: #e3e3e3;
    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%;
}


/* Owl Carousel v2.1.0 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    /* -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; */
}

.owl-carousel .owl-item>img {
    display: block;
    width: 100%;
    /* -webkit-transform-style: preserve-3d; */
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    background-color: #FFF;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.owl-prev,
.owl-next {
    width: auto;
    height: 30px;
    position: absolute;
    top: -65px;
    z-index: 200;
    text-align: center;
    line-height: 30px;
    font-size: 40px;
    border-radius: 50%;
    color: #fff;
}

.owl-prev {
    right: 40px;
}

.owl-next {
    right: 0px;
}

.owl-prev:hover,
.owl-next:hover {
    color: #ffba00;
}

.owl-dots {
    text-align: center;
    position: absolute;
    left: -100px;
    top: -40px;
    bottom: -40px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.owl-dot {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 5px;
    background-color: #f2f6f8;
}

.owl-dot.active {
    width: 10px;
    height: 30px;
}

.carou2 .owl-next,
.carou2 .owl-prev {
    color: #000;
}



/* ADAPTIVE
----------------------------------------------- */
.side-panel {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f2f6f8;
    padding: 0 10px;
    z-index: 9999;
    position: fixed;
    left: -320px;
    top: 0;
    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: 9998;
    display: none;
}

.btn-close {
    cursor: pointer;
    display: block;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 9999;
    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 .header-menu {
    margin: 0;
    padding: 0;
}

.side-panel .header-menu>li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.side-panel .header-menu>li>a {
    height: 40px;
    line-height: 40px;
    margin: 0 -10px;
    box-shadow: none !important;
    color: #444;
}

.side-panel .hidden-menu {
    width: 100%;
    display: block;
    position: static;
    background-color: #050505;
    width: calc(100% + 20px);
    margin-left: -10px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border-bottom: 4px solid #485460;
}

.side-panel .hm-col {
    width: 50%;
}

.side-panel .one-col .hm-col {
    width: 100%;
}

@media screen and (max-width: 1220px) {
    .wrap {
        padding: 0;
    }

    .wrap-center {
        max-width: 1000px;
    }

    .header .header-menu,
    #gotop,
    .col-right,
    .th-hover-icon {
        display: none !important;
    }

    .logo {
        -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;
        margin: 0 20px 0 0;
        position: relative;
    }

    .btn-menu {
        display: block;
    }

    .btn-search,
    .btn-login {
        width: auto;
        background: transparent !important;
        margin-right: 20px;
    }

    .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;
    }
}

@media screen and (max-width: 760px) {
    .blok {
        display: block;
        margin: 20px;
    }

    .blok1 {
        width: 100%;
        float: none;
        text-align: center;
    }

    .blok2 {
        width: 100%;
        float: none;
        text-align: center;
    }

    .blok3 {
        width: 100%;
        float: none;
        text-align: center;
        text-transform: uppercase;
    }

    .bt span {

        padding: 1px;

    }

    .wrap-center {
        max-width: 640px;
    }

    .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-popular {
        padding: 20px 20px 20px 60px;
        height: 222px;
    }

    .owl-dots {
        width: 40px;
        left: -60px;
        top: -20px;
        bottom: -20px;
    }

    .site-desc {
        padding: 20px;
    }

    .col-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer {
        display: block;
        text-align: center;
        background-position: center 20px;
        padding: 80px 20px 20px 20px;
    }

    .footer-counter {
        display: inline-block;
        margin-top: 20px;
    }

    .footer-menu {
        justify-content: center;
        margin-left: -10px;
        padding-bottom: 10px;
    }

    .th-item {
        width: 23%;
    }

    .ffav,
    .flight,
    .fcompl {
        display: none;
    }

    .fplayer .tabs-sel,
    .fctrl {
        display: block;
        text-align: left;
        padding: 0;
    }

    .fplayer {
        margin-left: -20px;
        margin-right: -20px;
    }

    .fctrl-btm {
        padding-left: 20px;
    }

    .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;
    }

    .popular-item {
        width: 86px;
    }

    .popular-item .th-series {
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .popular-item .th-series,
    .owl-dots,
    .ser-title:before {
        display: none !important;
    }

    .sect-popular {
        padding: 20px;
        height: 162px;
    }

    .sect-title {
        font-size: 18px;
    }

    .group-name {
        font-size: 14px;
    }

    .ser-item {
        font-size: 13px;
    }

    .ser-series {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: -10px;
    }

    .th-item {
        width: 31%;
    }

    .sect-serial {
        margin: 0 -20px 20px -20px;
    }

    .fleft,
    .fposter {
        width: 140px;
        position: relative;
        z-index: 10;
    }

    .fleft {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .flist {
        margin-left: 0;
    }

    .flist li {
        padding: 6px 10px;
    }

    .fright h1,
    .foriginal {
        padding-right: 0;
        font-size: 16px;
    }

    .foriginal {
        font-size: 14px;
        margin-top: 5px;
    }

    .frates {
        position: static;
        display: flex;
        justify-content: space-between;
    }

    .frate-in {
        width: 48%;
        margin-top: 10px;
    }

    .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: 360px;
    }

    .th-item {
        width: 48%;
    }

    .logo,
    .btn-menu,
    .btn-search,
    .btn-login {
        height: 50px;
        overflow: hidden;
        line-height: 50px;
    }

    .btn-menu {
        width: 50px;
    }

    .btn-search,
    .btn-login {
        margin-right: 15px;
    }

    .logo {
        margin-right: 30px;
        position: relative;
    }

    .col-right {
        width: 100%;
        padding: 20px;
        display: block !important;
    }

    .col-right .to-mob {
        display: none;
    }

    .frate {
        width: 100%;
        margin-bottom: 10px;
        justify-content: center;
    }

    .fctrl-btm {
        justify-content: center;
    }

    .frels .th-item:nth-child(5n) {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .wrap-center22 {
        max-width: 320px;
    }

    .th-quality {
        display: none;
    }

    .logo img {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

    .fleft,
    .fposter {
        width: 100px;
    }

    .video-box embed,
    .video-box object,
    .video-box video,
    .video-box iframe,
    .video-box frame {
        height: 250px;
    }
}

.buttttons {
    display: table;
    height: 100%;
    width: 100%;
}

.kontaiher {
    overflow: hidden;
    max-height: 260px;
    overflow-y: auto;
    text-align: center;
    padding: 10px 0;
    background: #000000;
}

.playlist-episodes {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.BatcoH {
    color: white !important;
    cursor: pointer;
    background: #ae0821;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 4px 2px;
    max-width: 90px;
    position: relative;
    text-decoration: none !important;
    vertical-align: middle;
    width: 100%;

}

@media (min-width: 400px) {
    .BatcoH {
        display: inline-block;
        margin-right: 0.4em;
    }

    .BatcoH:nth-of-type(even) {
        margin-right: 0.4em;
    }
}

@media (min-width: 600px) {
    .BatcoH:nth-of-type(even) {
        margin-right: 0.5em;
    }

    .BatcoH:nth-of-type(5) {
        margin-right: 0.5em;
    }
}

.BatcoH:hover {
    text-decoration: none !important;
}

.BatcoH-dub {
    color: red;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 auto 0.5em;
    max-width: 200px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}

@media (min-width: 400px) {
    .BatcoH-dub {
        display: inline-block;
        margin-right: 0.4em;
    }

    .BatcoH-dub:nth-of-type(even) {
        margin-right: 0.4em;
    }
}

@media (min-width: 600px) {
    .BatcoH-dub:nth-of-type(even) {
        margin-right: 0.5em;
    }

    .BatcoH-dub:nth-of-type(5) {
        margin-right: 0.5em;
    }
}

.BatcoH-dub:hover {
    text-decoration: none;
}

.BatcoH-prevnext {
    color: white;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto 0.5em;
    max-width: 47%;
    position: relative;

    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 47%;
}

@media (min-width: 400px) {
    .BatcoH-prevnext {
        display: inline-block;
        margin-right: 0.5em;
    }

    .BatcoH-prevnext:nth-of-type(even) {
        margin-right: 0.1em;
    }
}

@media (min-width: 600px) {
    .BatcoH-prevnext:nth-of-type(even) {
        margin-right: 0.5em;
    }

    .BatcoH-prevnext:nth-of-type(5) {
        margin-right: 0.5em;
    }
}

.BatcoH-prevnext:hover {
    text-decoration: none;
}

.BatcoH-4 {
    text-align: center;
    background: #e08378;
    color: white !important;
    line-height: 36px;
    border-radius: 5px;
    text-decoration: none !important;
    margin-top: 10px;
}

.BatcoH-4:after {
    background: #3f90d6;

}

.BatcoH-4:hover:after {}

.BatcoH-5 {
    text-align: center;
    background: #de503f;
    color: white !important;
    line-height: 36px;
    border-radius: 5px;
    text-decoration: none !important;
    margin-top: 10px;
}

.BatcoH-5 a {
    color: white !important;
    text-decoration: none;
}

.BatcoH-5:hover {
    background: #862a1b;
}

.BatcoH-6 {
    text-align: center;
    background: #de503f;
    color: white !important;
    line-height: 36px;
    border-radius: 5px;
    text-decoration: none !important;
    margin-top: 10px;
}

.BatcoH-6:first-child {

    background: #e08378;

}

.BatcoH-6 a {
    color: white !important;
    text-decoration: none;
}

.BatcoH-6:hover {
    background: #862a1b;
}

#timer {
    margin: 20px 0px;
    font-size: 68px;
    text-align: center;
}

#timer>div {
    display: inline-block;
    vertical-align: top;
}

#timer span {
    font-size: 12px;
    display: block;
    color: rgb(199, 199, 199);
}

/************************************************
*   TOP 100      *
************************************************/
.sect-top100 {
    counter-reset: a;
    margin-top: 20px;
    overflow: hidden;
}

.top100-item {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    width: 32%;
    margin-right: 10px;
    float: left;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 15px;
}

.top100-item:hover {
    opacity: 0.7;
}

.top100-item a:hover {
    color: #3f90d6;
}

.top100-item a::before {
    content: counter(a);
    counter-increment: a;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: inset 0 0 0 2px #3f90d6;
    color: #3f90d6;
    border-radius: 15px;
    font-size: 13px;
}

.top100-img {
    width: 90px;
    height: 90px;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
}

.top100-img img {
    border: none;
    width: 100%;
    min-height: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.pod-title {
    padding: 10px;
    line-height: 22px;
    font-size: 18px;
    height: 80px;
    color: #000;
    text-align: center;
}

.podbb {
    width: 200px;
    margin: 40px 20px;
    float: left;
    position: relative;
}

.imgpod {
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.imgpod img {
    max-width: none;
}

.discr {
    padding: 20px 20px;
    background: #f8f8f8;
    margin: 0px 40px;
    line-height: 20px;
    width: 100%;
}

.titl {
    padding: 20px 20px;
    margin: 0 40px;
    text-align: center;
    width: 100%;
}