:root {
    --th-colorbg-1: #5f05a0;
    --th-colorbg-2: #2d1634;
    --th-color-1: #a823d4;
    --th-body-bg:#2e1b34;
    --th-color1: #a823d4;
}
* {
    outline: 0
}
.pt-6 {padding-top: 100px}
html {
    font-size: 15px;
    -webkit-text-size-adjust: none
}

::-webkit-scrollbar {
    width: 10px;
    background: rgba(0,0,0,0)
}

::-webkit-scrollbar-track-piece {
    border-radius: 5px;
    background: rgba(0,0,0,0)
}

::-webkit-scrollbar-thumb {
    height: 30px;
    border-radius: 5px;
    background: rgba(0,0,0,0)
}

@media only screen and (min-width: 991px) {
    ::-webkit-scrollbar {
        background:rgba(0,0,0,0)
    }

    ::-webkit-scrollbar-thumb {
        background: #ccc
    }
}

strong {
    font-weight: 500
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 1.5rem;
    font-style: normal
}

h1 {
    font-size: 3.052em
}

h2 {
    font-size: 2.041em
}

h3 {
    font-size: 1.953em
}

h4 {
    font-size: 1.563em
}

h5 {
    font-size: 1.25em;
    margin: 0 0 .8rem
}

ol,ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: #ebebeb;
    text-decoration: none;
    outline: 0
}

a,button {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

a:focus {
    outline: 0
}

p:not(:last-child) {
    margin-bottom: 1rem
}

img {
    max-width: 100%
}

textarea {
    resize: none
}

.clear {
    clear: both
}

.modal {
    z-index: 999999
}

iframe {
    width: 100%;
    display: block;
    border: 0
}

.mt-0 {
    margin-top: 0!important
}

.mt-10 {
    margin-top: 10px!important
}

.mt-20 {
    margin-top: 20px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-40 {
    margin-top: 40px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mt-60 {
    margin-top: 60px!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.mb-40 {
    margin-bottom: 40px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.mb-60 {
    margin-bottom: 60px!important
}

.padding_150 {
    padding: 150px 0 120px 0
}

.padding_100 {
    padding: 100px 0 70px 0
}

.padding_80 {
    padding: 80px 0 50px 0
}

.padding_60 {
    padding: 60px 0 30px 0
}

.padding_50 {
    padding: 50px 0 20px 0
}

button:focus {
    outline: 0
}

.form-control:focus,input:focus {
    outline: 0;
    box-shadow: none
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

label {
    font-weight: 400!important
}

a,a:focus,a:hover {
    text-decoration: none;
    color: #fff;
    outline: 0
}

a:focus,a:hover {
    color: var(--th-color-1)
}

p {
    font-size: 13px;
    line-height: 1.8
}

iframe {
    width: 100%;
    display: block
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
    height: auto
}

input:focus,textarea:focus {
    outline: 0
}

@media (min-width: 1400px) {
    .container {
        max-width:1250px
    }
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: var(--th-color-1)
}

::selection {
    color: #fff;
    text-shadow: none;
    background: var(--th-color-1)
}

.align-left,.text-left {
    text-align: left
}

.clear {
    clear: both
}

.clear10 {
    clear: both;
    height: 10px
}

.clear15 {
    clear: both;
    height: 15px
}

.clear20 {
    clear: both;
    height: 20px
}

.clear30 {
    clear: both;
    height: 30px
}

.clear40 {
    clear: both;
    height: 40px
}

.padding-40 {
    padding: 40px 0
}

.padding-60 {
    padding: 60px 0
}

.padding-80 {
    padding: 50px 0 0 0
}

.mb-8 {
    margin-bottom: 80px!important
}

.w-260 {
    width: 260px
}

body {
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    font-family: Cairo,Nunito,sans-serif;
    font-size: 14px;
    background: var(--th-body-bg);
    color: #fff;
    position: relative;
}
body:before{
    content: '';
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0;
    width: 100%;height: 100%;opacity: 0.5;
    background: url(../images/hero-2-shape.png) no-repeat top right;
}
.bg-body:after {background: url(../images/shape1.png) no-repeat top right;}
body.menu-opened {
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.overflow-y {
    overflow-y: hidden
}

#header {
    background: #22222f;
    padding: 10px 0;
    justify-content: center;
    align-items: center
}

#header .logo {
    display: inline-block;
    margin-left: 20px;
    max-width: 140px;
    vertical-align: middle
}

#header .navbar {
    display: inline-flex;
    padding: 0
}

#header .main-menu {
    display: inline-flex
}

#header .main-menu li {
    margin: 0;
    position: relative
}

#header .main-menu>li>a {
    height: 40px!important;
    line-height: 40px!important;
    color: #fff;
    padding: 0 .65rem
}

#header .main-menu li.live a {
    color: #de187e
}

#header .main-menu li a:hover,#header .main-menu>li.active>a {
    color: var(--th-color-1)
}

#header .main-menu li ul {
    display: none;
    left: auto;
    right: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 1px solid #2d3245;
    position: absolute;
    top: 40px;
    z-index: 9999999;
    min-width: 175px;
    padding: 0;
    margin: 0 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: #221529;
    -webkit-background-clip: none;
    background-clip: none;
    border: none;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#header .main-menu li ul:before {
    top: -14px;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #221529;
    border-width: 7px;
    margin-left: 0
}

#header .main-menu li ul li {
    display: block;
    border-bottom: 1px solid #2a1a32;
    padding: 0;
    margin: 0
}

#header .main-menu li ul li a {
    font-size: 13px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 8px 10px!important;
    display: block!important;
    background: 0 0!important;
    color: #fff
}

#header .main-menu li ul li:last-child {
    border-bottom: 0
}

#header .main-menu li ul li a:hover {
    color: var(--th-color-1);
    padding-right: 18px!important
}

#header .main-menu li:hover ul {
    display: initial
}

#header .main-menu li .dropdown-toggle::after {
    display: none
}

#header .search {
    position: relative;
    display: inline-block;
    background: #221529 url(../images/iconsearch.png) no-repeat 12px 13px;
    background-size: 16px;
    padding: 0 15px 0 28px;
    height: 40px;
    margin-top: 6px;
    border-radius: 22px;
    width: 100%;
    max-width: 205px;
    margin-left: 25px
}

.caty {
    background: 0 0;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 7px;
    border: 1px solid #34203e;
    font-size: 11px
}

#header .search input[type=text] {
    background: 0 0;
    margin: 0;
    border: none;
    height: 42px;
    color: #afafaf;
    font-size: 12px;
    width: 100%
}

#header .search input::placeholder {
    color: #afafaf
}

#header .navbar {
    min-height: initial;
    margin: 0;
    display: inline-block;
    margin-top: 6px;
    padding: 0
}

#header .user {
    display: inline-block;
    float: left;
    margin-top: 5px
}

#header .user a {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 0 11px;
    height: 40px;
    border-radius: 2px;
    line-height: 40px;
    font-size: 13px;
    background: rgb(34 21 41)
}

#header .user a:hover {
    color: #fff;
    background: #1a1a1a;
    border-color: transparent
}

#header .in-logged svg,#header .not-logged svg {
    position: relative;
    top: -2px;
    margin-left: 4px
}

#header .in-logged {
    position: relative
}

#header .in-logged i {
    position: absolute;
    top: -10px;
    right: -5px;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px
}

#header .in-logged i svg {
    width: 14px;
    right: auto;
    left: auto;
    margin: 0;
    color: var(--th-color-1)
}

#header .in-logged .logout {
    margin-right: 2px
}

#header .in-logged .logout svg {
    top: 0
}

#header .model-user-registered {
    margin-left: 3px
}

#header .user a.userpropage-user {
    padding: 0;
    width: 40px;
    text-align: center;
    margin-left: 2px;
    border-radius: 22px
}

#header .user a.userpropage-user svg {
    width: 16px;
    margin: 0;
    margin-top: 1px
}

.userpropage-user:hover .bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

#header .user a.userpropage-user:hover {
    color: #fff
}

#anime_letter,#breadcrumb {
    background: #1a1a1a;
    border: 1px solid #444b61;
    border-radius: 3px;
    padding: 0 20px;
    margin-bottom: 30px
}

#breadcrumb ul li {
    display: inline-block;
    margin-left: 6px;
    height: 46px;
    line-height: 45px;
    color: #fff
}

#breadcrumb ul li a {
    color: #fff;
    font-size: 13px
}

#breadcrumb ul li .icon-home {
    font-size: 19px;
    position: relative;
    top: 2px;
    margin-left: 3px
}

#anime_letter {
    text-align: center;
    direction: ltr;
    margin-top: 0
}

#anime_letter li {
    display: inline-block;
    color: #fff
}

#anime_letter li a {
    margin: 0 3px;
    display: block;
    height: 42px;
    line-height: 43px
}

#anime_letter a:hover,#breadcrumb a:hover {
    color: var(--th-color-1)
}

body.home #wrap {
    padding-top: 0
}

#wrap {
    position: relative;
    z-index: 2
}

.page-template-account #wrap {
    padding-top: 80px
}

.wrapsearch {
    background: #1a1a1a;
    padding: 15px 15px 7px 15px;
    margin-bottom: 45px;
    border-radius: 3px
}

.wrapsearch .search-submit {
    text-align: left;
    vertical-align: middle
}

.wrapsearch .search-submit a,.wrapsearch .search-submit button {
    border: 0 solid var(--th-color-1);
    vertical-align: middle;
    border-radius: 2px;
    background: var(--th-color-1);
    height: 38px;
    line-height: 35px;
    margin-top: 0;
    padding: 0 15px;
    color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    color: #fff
}

.wrapsearch .search-submit a {
    background: #cd2026;
    border-color: #cd2026;
    color: #fff;
    width: 40px
}

.wrapsearch .search-submit button svg {
    margin-left: 5px;
    width: 16px
}

.wrapsearch .search-submit a:hover,.wrapsearch .search-submit button:hover {
    background: #fff;
    color: #12161f
}

.pagination {
    text-align: center;
    width: 100%;
    margin-top: 0;
    display: block
}

.pagination span.countpage {
    float: left
}

.pagination .links {
    display: flex
}

.pagination .links a,.pagination .links>span {
    display: inline-block;
    padding: 0;
    background: var(--th-colorbg-1);
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 2px;
    border-radius: 22px;
    font-size: 13px;
    width: 35px
}

.pagination span.countpage {
    display: inline-block;
    padding: 0 19px;
    background: var(--th-colorbg-1);
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 2px;
    border-radius: 22px;
    font-size: 13px;
    min-width: 50px
}

.pagination .links>span.countpage {
    float: left
}

.pagination .links>span.current,.pagination a:hover {
    background: var(--th-color-1);
    color: #fff
}

.pagination .links span.extend {
    padding: 0
}

.pagination .links span.pages {
    font-size: 14px
}

.boxpaged {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    position: relative;
    top: -1px;
    font-family: "Droid Sans Arabic","Adobe Arabic","Archivo Black"
}

.dotright i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    margin: 0 2px;
    position: relative;
    top: -4px
}

.resppages {
    text-align: center;
    display: none
}

.resppages a {
    border: 2px solid #f78f19;
    display: inline-block;
    padding: 0 19px;
    background: #f78f19;
    color: #fff;
    height: 40px;
    line-height: 35px;
    text-align: center;
    margin: 2px;
    border-radius: 4px;
    font-size: 13px;
    min-width: 50px
}

.resppages a svg {
    width: 12px
}

.footer-top {
    background: #221529;
    padding: 35px 35px 30px 35px;
    color: #fff
}

.footer-top ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px
}

.footer-top ul li {
    width: 50%;
    padding-right: 25px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px
}

.footer-top h2 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    text-align: center
}

.footer-top h2 a {
    color: #fff;
    font-weight: 600
}

.footer-top a {
    color: #fff;
    display: inline-block;
    background: var(--th-color-1);
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    height: 45px;
    line-height: 45px;
    border-radius: 23px
}

.footer {
    background: #221529;
    padding: 0 0 25px
}

.footer .logo {
    text-align: left;
    display: block
}

.footer-top ul li.favorite {
    background: url(../images/svg/favorite.svg) no-repeat right center;
    background-size: 18px
}

.footer-top ul li.watch_history {
    background: url(../images/svg/calendar.svg) no-repeat right center;
    background-size: 18px
}

.footer-top ul li.watch_later {
    background: url(../images/svg/history.svg) no-repeat right center;
    background-size: 18px
}

.footer-top ul li.viewed_movies {
    background: url(../images/svg/play-button.svg) no-repeat right center;
    background-size: 18px
}

.footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-nav li {
    width: 33%;
    margin: 3px 0
}

.footertop {
    border-top: .08em solid #2d1c32;
    padding-top: 25px
}

.footer a:hover {
    color: var(--th-color-1)
}

.footer .copyright {
    text-align: left;
    font-size: 12px
}

.footer-social {
    padding: 0;
    margin: 0;
    text-align: center;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-social li {
    display: inline-block;
    margin: 4px
}

.footer-social li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 29px;
    border: .143em solid #ebebeb;
    border-radius: 27px
}

.artists-social .footer-social li a {
    border-color: #5d6474;
    color: #5d6474
}

.footer-social li a.facebook:hover {
    color: #1773ea;
    border-color: #1773ea
}

.footer-social li a.twitter:hover {
    color: #29a4d9;
    border-color: #29a4d9
}

.footer-social li a.instagram:hover {
    color: #f03800;
    border-color: #f03800
}

.footer-social li a.telegram:hover {
    color: #33a8da;
    border-color: #33a8da
}

.footer-social li a.youtube:hover {
    color: #c81f1e;
    border-color: #c81f1e
}

footer .copyright {
    color: #ccc;
    font-size: 14px;
    font-weight: 500
}

.nav-footer li {
    display: inline-block;
    font-size: 14px;
    width: 33%;
    margin: 3px 0
}

.nav-footer li a {
    padding: 0;
    display: inline-block
}

.copyright .heart {
    position: relative;
    width: 15px;
    overflow: inherit;
    display: inline-block;
    -webkit-animation: animateHeart 2.5s infinite;
    animation: animateHeart 2.5s infinite;
    top: -9px
}

.copyright .heart:after,.copyright .heart:before {
    position: absolute;
    content: "";
    top: 0;
    left: 7px;
    width: 7px;
    height: 10px;
    background: #d34937;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.copyright .heart:after {
    left: 0;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

@-webkit-keyframes animateHeart {
    0%,100%,50% {
        -webkit-transform: scale(1)
    }

    5% {
        -webkit-transform: scale(1.2)
    }

    10% {
        -webkit-transform: scale(1.1)
    }

    15% {
        -webkit-transform: scale(1.3)
    }
}

@keyframes animateHeart {
    0%,100%,50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    5% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    15% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.push-menu-btn {
    position: absolute;
    top: 18px;
    right: 15px;
    display: none
}

.badminbar .push-menu-btn {
    /* top: 13px; */
}

.push-menu-btn svg {
    width: 26px;
    color: #fff
}

.push-menu i.close-menu {
    position: absolute;
    top: 18px;
    left: 10px;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    background: #da4949;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    padding-left: 1px;
    border-radius: 26px;
    text-align: center;
    font-style: normal
}

.push-menu .logo {
    text-align: center;
    margin-top: 15px
}

.push-menu {
    position: fixed;
    background: #10141b;
    width: 275px;
    bottom: 0;
    text-align: left;
    top: 0;
    z-index: 99999999999;
    -webkit-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s
}

.canvas-menu {
    right: -275px;
    margin: 0!important
}

.menu-opened .push-menu-btn {
    z-index: 999;
    height: 30px
}

.menu-opened .push-menu-btn span {
    width: 20px;
    margin-top: 12px
}

.menu-opened .push-menu-btn span:nth-child(1) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-opened .push-menu-btn span:nth-child(3) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2.5px
}

.menu-opened .push-menu-btn span:nth-child(2) {
    display: none
}

.menu-opened .canvas-menu {
    right: 0;
    left: auto
}

.admin-bar-- .canvas-menu {
    top: 32px
}

.canvas-menu ul {
    margin-top: 10px;
    text-align: right
}

.canvas-menu ul li {
    display: block;
    width: 100%
}

.canvas-menu ul li a {
    color: #fff;
    display: block;
    height: 36px;
    padding: 0 25px;
    line-height: 36px;
    font-size: 14px
}

.menu-opened .canvas-menu .push-menu-btn {
    top: 17px;
    right: auto;
    left: 10px;
    width: 30px;
    height: 35px;
    padding: 0
}

.menu-opened .canvas-menu .push-menu-btn span {
    background: #fff
}

.canvas-menu .pmhead {
    background: #22222f;
    padding: 16px;
    text-align: center
}

.canvas-menu .pmhead .logo {
    margin-right: 0;
    text-align: right
}

.mask-overlay {
    content: "";
    position: fixed;
    background: rgba(0,0,0,.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

#mobile-menu {
    overflow: auto;
    max-height: calc(100vh - 125px)
}

#mobile-menu ul ul {
    opacity: 1;
    left: auto;
    top: auto;
    padding-right: 15px;
    position: relative;
    background: 0 0;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0
}

#mobile-menu ul li a {
    cursor: pointer;
    z-index: 2;
    padding: 0 15px;
    color: #fdfdfd;
    background: 0 0!important
}

#mobile-menu ul li a i {
    width: 20px;
    color: #2457cc;
    font-size: 15px
}

#mobile-menu>ul>li>a:before {
    display: none
}

#mobile-menu ul ul li a {
    height: 36px;
    line-height: 36px;
    padding-right: 30px;
    font-size: 13px
}

.thebox-modal {
    padding-top: 50px;
    padding-bottom: 50px;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 4000000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.thebox-modal hr {
    border-top: 1px solid #ddd;
    background: 0 0
}

.thebox-overlay {
    animation: thebox-fadein .2s;
    -webkit-animation: thebox-fadein .2s;
    -moz-animation: thebox-fadein .2s;
    -ms-animation: thebox-fadein .2s;
    -o-animation: thebox-fadein .2s;
    -webkit-backface-visibility: hidden;
    position: fixed;
    background: rgba(93,89,83,.2);
    background: radial-gradient(ellipse closest-corner,rgba(93,89,83,.9),rgba(93,89,83,.5));
    transition: opacity .4s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.thebox-modal .thebox-window {
    animation: thebox-popfadein .2s;
    -webkit-animation: thebox-popfadein .2s;
    -moz-animation: thebox-popfadein .2s;
    -ms-animation: thebox-popfadein .2s;
    -o-animation: thebox-popfadein .2s;
    -webkit-backface-visibility: hidden;
    padding: 30px 20px 20px 20px;
    width: 96%;
    max-width: 350px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.58);
    font-size: 13px
}

.thebox-modal.thebox-closing .thebox-overlay {
    animation: thebox-fadeout .2s;
    -webkit-animation: thebox-fadeout .2s;
    -moz-animation: thebox-fadeout .2s;
    -ms-animation: thebox-fadeout .2s;
    -o-animation: thebox-fadeout .2s;
    -webkit-backface-visibility: hidden
}

.thebox-modal.thebox-switching .thebox-window {
    animation: thebox-fadeout .2s;
    -webkit-animation: thebox-fadeout .2s;
    -moz-animation: thebox-fadeout .2s;
    -ms-animation: thebox-fadeout .2s;
    -o-animation: thebox-fadeout .2s;
    -webkit-backface-visibility: hidden
}

.thebox-modal .thebox-window {
    background: var(--th-colorbg-1)
}

.thebox-modal .thebox-window p {
    margin: 0 0 0;
    font-size: 15px;
    line-height: 1.7
}

.thebox-modal .thebox-window p small {
    display: block;
    margin: 15px 0 15px;
    color: #888;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500
}

.thebox-modal .thebox-window p.name {
    font-size: 15px;
    margin: 0 0 20px
}

.thebox-modal .thebox-window p strong {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 3px
}

.thebox-modal .thebox-window a {
    text-decoration: none
}

.thebox-modal .thebox-window .close {
    background: #f5f5f5;
    color: #f59e9e;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 30px;
    right: auto;
    text-shadow: none
}

.thebox-modal .thebox-window .close:hover {
    color: #e35656
}

.thebox-modal .thebox-window ul {
    font-size: 14px;
    line-height: 1.6;
    margin: 12px 0 20px 15px
}

.thebox-modal .thebox-window ul li {
    list-style-type: square
}

.thebox-modal .button {
    margin-right: 5px;
    background: #34495e;
    border-color: #34495e;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    font-size: 14px
}

.thebox-modal section {
    margin: 0 0 40px
}

.thebox-modal section:last-child {
    margin: 0
}

.thebox-modal input[type=submit].button {
    margin-top: 10px;
    margin-bottom: 0
}

.thebox-modal .error-message {
    display: none;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.5
}

.thebox-modal {
    padding-top: 100px
}

.thebox-modal h3.bordered,.thebox-modal h3.thebox-modal-cap {
    border: none;
    padding: 0 0;
    margin: -29px -5px 0;
    line-height: 41px;
    padding: 15px 0;
    font-size: 15px;
    color: #fff
}

.thebox-modal h3.secondary {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px
}

.thebox-modal .thebox-window .close {
    top: 13px;
    left: 15px;
    background: 0 0;
    color: #fff;
    opacity: 1;
    width: 24px;
    height: 24px;
    background: url(../images/svg/times-circle-regular.svg) no-repeat;
    background-size: 18px
}

.thebox-modal .thebox-window .close:hover {
    color: #fff
}

.thebox-modal .modal-form-messages {
    display: none
}

.thebox-modal .modal-form-messages .errors,.thebox-modal .modal-form-messages .messages {
    display: block;
    position: relative;
    margin: 7px 0 5px;
    padding: 12px 12px 12px 62px;
    border: 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.6
}

.thebox-modal .modal-form-messages .messages:after {
    font-family: theboxIcons;
    display: block;
    content: "\f080";
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 28px
}

.thebox-modal .modal-form-messages .errors:after {
    font-family: theboxIcons;
    display: block;
    content: "\f080";
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 28px
}

.thebox-modal .group-color {
    margin: 10px 0;
    direction: rtl;
    font-size: 12px
}

.thebox-modal .group-color input {
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
    top: 4px
}

.thebox-modal .box-group-color div {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px
}

.thebox-modal .box-group-color div:before {
    content: ""
}

.thebox-modal .box-group-color div.active {
    border: 2px solid #fff
}

.thebox-modal #save_site_option {
    width: 100%;
    border-radius: 17px;
    height: 34px;
    border: none;
    background: #f8c901;
    padding: 0 0 3px 0;
    color: #000;
    font-size: 15px;
    margin-top: 15px
}

.forgot_modal h1,.login_modal h1,.registration_modal h1 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px;
    color: #fff
}

.editprofile_modal input.form-control,.forgot_modal input.form-control,.login_modal input.form-control,.registration_modal input.form-control {
    width: 100%;
    background: #3d2d42;
    border: .13rem solid #513559;
    border-radius: 24px;
    text-align: right;
    padding: 11px 15px 10px;
    height: 42px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #fff
}

#login-form .account-section .btn,.editprofile_modal .submit_button_editprofile,.forgot_modal .submit_button_forgot,.login_modal .submit_button_login,.registration_modal .submit_button_registered {
    width: 100%;
    border: 0;
    background: var(--th-color-1);
    height: 45px;
    border-radius: 42px;
    position: relative;
    font-size: 16px;
    padding-bottom: 5px;
    color: #fff;
    margin: 10px 0
}

.forgot_modal .submit_button_forgot svg,.login_modal .submit_button_login svg,.registration_modal .submit_button_registered svg {
    width: 12px;
    position: absolute;
    top: 13px;
    left: 15px
}

.forgot_modal .submit_button_forgot i,.login_modal .submit_button_login i,.registration_modal .submit_button_registered i {
    line-height: 35px;
    color: #12161f;
    position: absolute;
    top: 3px;
    left: 15px
}

.login_modal .lost {
    text-align: right;
    color: var(--th-color-1)
}

.forgot_modal .login-box-bottom,.login_modal .login-box-bottom,.registration_modal .login-box-bottom {
    background: #231327;
    margin: 15px -20px -20px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    padding: 15px
}

.forgot_modal .login-box-bottom h5,.login_modal .login-box-bottom h5,.registration_modal .login-box-bottom h5 {
    color: #fff;
    font-size: 13px;
    margin-top: 5px
}

.forgot_modal .login-box-bottom a,.login_modal .login-box-bottom a,.registration_modal .login-box-bottom a {
    color: var(--th-color-1);
    margin: 15px 0 5px;
    cursor: pointer
}

.forgot_modal .status-login,.login_modal .status-login,.registration_modal .status-login,.status-comment {
    text-align: center;
    background: #1a202c;
    padding: 7px 0 8px;
    border-radius: 5px;
    font-size: 13px;
    display: none;
    margin-top: 10px
}

#login-form .account-section {
    background: #1e2535;
    animation: thebox-popfadein .2s;
    -webkit-animation: thebox-popfadein .2s;
    -moz-animation: thebox-popfadein .2s;
    -ms-animation: thebox-popfadein .2s;
    -o-animation: thebox-popfadein .2s;
    -webkit-backface-visibility: hidden;
    padding: 30px 20px 20px 20px;
    width: 320px;
    position: relative;
    margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.58);
    font-size: 13px
}

#login-form .account-section .login-icon {
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px;
    color: #fff
}

#login-form .account-section .login-icon svg {
    margin-bottom: 10px
}

#slider-movies-series {
    height: 420px;
    overflow: hidden;
    position: relative
}

#slider-movies-series .image:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(rgb(9 16 23 / 33%),var(--th-body-bg) 90%)
}

#slider-movies-series .image {
    height: 400px
}

#slider-movies-series .owl-controls {
    width: 100%;
    left: 0;
    top: 40%;
    bottom: auto
}

#slider-movies-series .slider-items {
    position: relative;
    margin-top: 70px;
    display: flex
}

#slider-movies-series .thumb {
    width: 230px;
    border: 4px solid #dcdcdc;
    overflow: hidden;
    z-index: 999;
    margin-left: 15px
}

#slider-movies-series .date {
    position: relative;
    z-index: 99999;
    flex: 0 0 calc(100% - 250px)
}

#slider-movies-series .title {
    font-size: 36px;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
    position: relative;
    padding-top: 30px
}

#slider-movies-series .title span {
    background: #cd2026;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 10px 7px 10px;
    margin: 0;
    text-shadow: none;
    border-radius: 2px
}

#slider-movies-series a.shownow {
    display: inline-block;
    height: 48px;
    line-height: 47px;
    padding: 0 25px;
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
    background: var(--th-color-1);
    border-color: transparent
}

#slider-movies-series a.shownow svg {
    margin-right: 10px;
    width: 24px;
    position: relative;
    top: -1px
}

#slider-movies-series a.shownow:hover {
    background: #f87100
}

#slider-movies-series p {
    margin-bottom: 40px;
    max-height: 50px;
    overflow: hidden;
    max-width: 600px;
    color: #fff
}

#slider-movies-series .terms {
    margin-bottom: 10px;
    color: #d7d7d7;
    font-size: 18px
}

#slider-movies-series .rating {
    margin-bottom: 10px
}

#slider-movies-series .box-terms {
    display: inline-block
}

#slider-movies-series .terms a {
    display: inline-block;
    background: #4c067e
    color: #fff;
    padding: 0 8px;
    height: 25px;
    line-height: 24px;
    margin-left: 3px;
    border-radius: 15px;
    font-size: 12px
}

#slider-movies-series .terms a:last-child {
    border: 0
}

#slider-movies-series .terms a:hover {
    color: var(--th-color-1)
}

.rating {
    width: 200px;
    height: 20px;
    background: url(../images/svg/star1.svg) repeat-x;
    display: inline-block;
    position: relative
}

.rating-avg {
    height: 20px;
    background: url(../images/svg/star2.svg) repeat-x;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.last-episode-home {
    position: relative;
    max-width: 300px
}

.last-episode-home a.showmore {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -73px;
    margin-top: 0;
    z-index: 99999;
    border: 2px solid #fff;
    background: #464c55;
    color: #fff;
    display: block;
    width: 145px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 40px;
    font-size: 19px;
    z-index: 9999999
}

.last-episode-home a.showmore:hover {
    background: #59a3da
}

.last-episode-home ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.last-episode-home ul li {
    position: relative;
    margin-bottom: 8px;
    height: 58px;
    overflow: hidden;
    border-radius: 3px
}

.last-episode-home ul li .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.last-episode-home ul li .thumb:before {
    position: absolute;
    content: "";
    z-index: 9;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgb(9 16 23 / 25%),#13110e 100%)
}

.last-episode-home ul li:hover .thumb:before {
    background: linear-gradient(90deg,rgb(9 16 23 / 25%),var(--th-color-1) 100%)
}

.last-episode-home ul li h3 {
    margin: 0;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 85px;
    padding: 10px;
    z-index: 999999;
    text-align: right;
    right: 0
}

.last-episode-home ul li h3 a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3)
}

.last-episode-home ul li .capitulo {
    margin-top: 5px
}

.last-episode-home ul li a.showpost {
    position: absolute;
    left: 10px;
    z-index: 9999;
    top: 13px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: url(../images/playhov.png) no-repeat;
    background-size: cover;
    border-radius: 100%;
    text-align: center;
    color: #24b3e1
}

.last-episode-home ul li a.fulllink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999
}

.sec-title {
    display: inline-block;
    color: #ffffff;
    background: var(--th-colorbg-1);
    font-weight: 600;
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 20px;
    width: auto;
    position: relative;
    height: 45px;
    line-height: 45px;
    border-radius: 23px
}

.sec-title2 {
    display: inline-block;
    color: #c7c7c7;
    background: var(--th-colorbg-1);
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 20px;
    width: auto;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-radius: 23px
}

.sec-filter {
    display: inline-block
}

.sec-filter li {
    display: inline-flex;
    margin: 1px 10px;
    position: relative
}

.sec-filter li:first-child {
    margin-right: 0
}

.sec-filter li a {
    font-weight: 600;
    font-size: 14px;
    color: #9ca3b3;
}

.sec-filter li a:hover,.sec-filter li.active a {
    color: #fff
}

.sec-filter li:before {
    content: '';
    position: absolute;
    border-left: .08em solid #5f4168;
    top: 3px;
    height: 17px;
    left: -11px
}

.sec-filter li:last-child:before {
    border: 0
}

.recent-movie .post-detail .post_tags {
    display: block;
    text-align: right;
    padding-top: 8px;
    clear: both
}

.recent-movie {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    height: 480px;
    overflow: hidden;
    border-radius: 6px;
}

.recent-movie.noborder {
    border: none
}

.recent-movie .recent-infoblock {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #e3007c;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 16px;
    z-index: 9;
    font-size: 13px;
    font-weight: 600
}

.recent-movie .recent-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.recent-movie .recent-photo .recent-thumb-bg {
    position: relative;
    width: 100%;
    height: 100%
}

.recent-movie .recent-photo .recent-thumb-bg:before {
    width: 100%;
    position: absolute;
    content: '';
    background: -moz-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 95%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(45%,rgba(18,22,31,0)),color-stop(95%,var(--th-body-bg)));
    background: -webkit-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 95%);
    background: -o-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 95%);
    background: -ms-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 95%);
    background: linear-gradient(180deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 95%);
    height: 100%;
    z-index: 999
}

.recent-movie .recent-photo img {
    width: 100%;
    min-height: 100%
}

.recent-movie .post-cate {
    background: rgba(27,33,45,.8);
    padding: 0 10px;
    color: #d9dada;
    height: 28px;
    line-height: 25px;
    border-radius: 14px;
    position: relative;
    z-index: 999;
    width: max-content;
    font-size: 13px
}

.recent-movie .recent-info {
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 15px;
    width: 100%
}

.recent-movie .recent-info h4 {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px
}

.recent-movie .recent-info a {
    color: #fff
}

.recent-movie p {
    color: #fff;
    position: absolute;
    top: -100%;
    z-index: 9999;
    left: 0;
    height: 88px;
    overflow: hidden;
    padding: 0 15px;
    font-size: 12px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.recent-movie .post-date {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 99999;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border-radius: 16px;
    background: #4c067e
}

.recent-movie .add_favorite {
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-size: 20px;
    cursor: pointer
}

.recent-movie .add_watchlater {
    position: absolute;
    bottom: 18px;
    left: 38px;
    cursor: pointer
}

.movies-pro,.series-pro {
    height: 25px;
    line-height: 25px;
    background: #f32222;
    padding: 0 8px 0 10px;
    position: relative;
    color: #fff;
    z-index: 99;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 8px;
    top: 8px;
    border-radius: 20px
}

.isbgpro {
    background: #f32222 url(../images/svg/pro.svg?ver=2) no-repeat 36px center!important;
    padding: 0 18px 0 10px!important
}

.movies-pro svg,.series-pro svg {
    margin-top: -4px;
    width: 12px
}

.postmovie .postreviewavg {
    position: absolute;
    bottom: 15px;
    z-index: 999;
    right: 6px
}

.movies-pro {
    right: auto;
    left: 10px
}

.postreviewavg div {
    display: inline-flex;
    max-width: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.postreviewavg .post_review_avg {
    background: #f9c800;
    color: #000;
    padding: 0 6px;
    border-radius: 3px
}

.postmovie .postreviewavg .post_review_avg {
    font-size: 12px;
    font-weight: 800;
    margin-left: 4px;
    padding: 0;
    line-height: 18px;
    background: #f9c800;
    color: #000;
    padding: 0 6px;
    height: 18px;
    border-radius: 3px
}

.postreviewavg span {
    display: block;
    clear: both;
    font-size: 11px
}

.postmovie .postreviewavg .stars {
    width: 60px;
    background-size: 12px
}

.postmovie .postreviewavg .stars i {
    height: 13px;
    background-size: 12px
}

.listdrama .postmovie {
    margin-bottom: 0
}

.postmovie {
    position: relative;
    margin-bottom: 20px;
    height: 240px
}

.lastnewspost-news .lastnewspost-info:after,.lastnewspost-news .lastnewspost-info:before,.lastnewspost-news .lastnewspost-photo:after,.lastnewspost-news .lastnewspost-photo:before,.lastnewspost-news:after,.lastnewspost-news:before,.mostviewspost-news:after,.mostviewspost-news:before,.mostviewspost-photo:after,.mostviewspost-photo:before,.postmovie-photo:after,.postmovie-thumb-bg:after,.postmovie:before,.recent-news:after,.recent-news:before,.recent-photo:after,.recent-photo:before {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.postmovie:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 9
}

.postmovie-thumb-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    z-index: 9
}

.postmovie-photo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    z-index: 9
}

.postmovie:hover .postmovie-thumb-bg:after,.postmovie:hover:before {
    height: 100%
}

.postmovie:hover .postmovie-photo:after {
    width: 100%
}

.postmovie .postmovie-infoblock {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #f7c800;
    color: #fff;
    height: 32px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 16px;
    z-index: 9
}

.postmovie .postmovie-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.postmovie .postmovie-photo .postmovie-thumb-bg {
    position: relative;
    width: 100%;
    height: 100%
}

.postmovie .postmovie-photo .postmovie-thumb-bg:before {
    width: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(270deg,rgba(18,22,31,0) 30%,var(--th-body-bg) 90%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(18,22,31,0)),color-stop(90%,var(--th-body-bg)));
    background: -webkit-linear-gradient(270deg,rgba(18,22,31,0) 30%,var(--th-body-bg) 90%);
    background: -o-linear-gradient(270deg,rgba(18,22,31,0) 30%,var(--th-body-bg) 90%);
    background: -ms-linear-gradient(270deg,rgba(18,22,31,0) 30%,var(--th-body-bg) 90%);
    background: linear-gradient(180deg,rgba(18,22,31,0) 30%,var(--th-body-bg) 90%);
    height: 105%;
    z-index: 999
}

.postmovie .postmovie-photo img {
    width: 100%;
    min-height: 100%
}

.postmovie h4 {
    font-size: 14px;
    max-height: 36px;
    overflow: hidden;
    line-height: 18px;
    position: absolute;
    bottom: 26px;
    z-index: 9999;
    padding: 0 7px
}

.postmovie h4 a {
    color: #fff;
    font-size: 13px
}

.postmovie .post-date {
    color: #fff;
    background: #4c067e;
    padding: 0 8px;
    height: 25px;
    line-height: 25px;
    border-radius: 16px;
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 999;
    font-weight: 600
}

.postmovie .post-date.episodio {
    font-size: 12px;
    border-radius: 15px;
    background: #22222f;
    right: auto;
    left: 8px
}

.postmovie .add_favorite {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 9999;
    color: #fff
}

.postmovie .add_favorite.active,.postmovie .add_favorite:hover,.recent-movie .add_favorite.active,.recent-movie .add_favorite:hover {
    color: #f90000
}

.postmovie .add_watchlater.active,.postmovie .add_watchlater:hover {
    color: #f90000
}

.postmovieview {
    position: absolute;
    top: 45%;
    left: -50%;
    background: rgb(225 27 86) url(../images/playhov.png) no-repeat center center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -23px;
    margin-left: -18px;
    text-align: center;
    background-size: 37px;
    border-radius: 100%;
    color: #fff;
    z-index: 9999;
    padding-left: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.recent-movie:hover .postmovieview {
    width: 44px;
    height: 44px;
    line-height: 52px;
    margin-top: -22px;
    margin-left: -22px;
    left: 50%;
    top: 45%;
    font-size: 14px;
    padding-left: 5px;
    background-size: 45px
}

.recent-movie:hover p {
    top: 255px
}

.postimdbleft {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 99999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.postmovie:hover .postimdbleft {
    position: absolute;
    top: 43px;
    left: 8px;
    bottom: auto;
    z-index: 99999
}

.listdrama .recent-movie:hover .postmovieview {
    left: 50%;
    top: 40%;
    font-size: 27px;
    padding-left: 5px
}

.postmovie:hover .postmovieview {
    left: 50%
}

.postmovie:after,.recent-movie:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,.5);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.postmovie:hover:after,.recent-movie:hover:after {
    height: 100%;
    width: 100%
}

.home-tvsries .postmovie:hover .postimdbleft {
    top: 120px
}

.home-tvsries .postmovie span.post-comments,.home-tvsries .postmovie span.post-views {
    color: #fff;
    display: inline;
    min-width: 40px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    top: 110px;
    z-index: 99999;
    right: -100px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.home-tvsries .postmovie:hover span.post-comments,.home-tvsries .postmovie:hover span.post-views {
    right: 0
}

.pfbom_tags {
    display: flex
}

.pfbom_tags span {
    display: inline-block;
    margin-left: 15px;
    height: 25px;
    line-height: 24px
}

.pfbom_tags a,.recent-movie .post-detail .post_tags a {
    display: inline-block;
    background: #4c067e;
    color: #fff;
    padding: 0 8px;
    height: 25px;
    line-height: 24px;
    margin-left: 3px;
    border-radius: 15px;
    font-size: 10px
}

.pfbom_tags a {
    background: #4c067e;
    font-size: 12px
}

.pfbom_tags a.active {
    background: var(--th-colorbg-1)
}

.row-pagination {
    width: 100%;
    border-top: 1px solid #29182d;
    padding-top: 15px;
    border-radius: 0
}

.head-title {
    position: relative;
    margin-bottom: 30px;
    height: 39px
}

.head-title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #22222f
}

.head-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100px;
    border-bottom: 4px solid var(--th-color-1)
}

.head-title h2 {
    color: var(--th-color-1);
    font-size: 18px
}

.head-title h2 svg {
    margin-left: 5px
}

.head-title .countdownloads {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block
}

.head-title a.see-all {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 29px;
    line-height: 28px;
    background: var(--th-color-1);
    padding: 0 10px;
    border-radius: 2px;
    font-size: 13px
}

.head-title a.see-all:hover {
    background: #fff;
    color: var(--th-color-1)
}

.head-title .counter {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 29px;
    line-height: 28px;
    background: var(--th-color-1);
    padding: 0 15px;
    border-radius: 21px;
    font-size: 13px;
    color: #fff;
    margin-right: 5px
}

.head-title ul.s_trending {
    position: absolute;
    left: 0;
    top: 0
}

.head-title ul.s_trending li {
    display: inline-block;
    margin-right: 15px
}

.head-title ul.s_trending li a {
    display: block;
    border-bottom: 2px solid transparent;
    height: 40px
}

.head-title ul.s_trending li a.active {
    color: var(--th-color-1);
    border-bottom-color: var(--th-color-1)
}

.col-post-movie {
    position: relative
}

.col-post-movie .thumb {
    position: relative;
    overflow: hidden;
    height: 275px;
    border-radius: 3px;
    flex: 0 0 100%;
    max-width: 186px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 29%)
}

.col-post-movie a.fulllink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999
}

.col-post-movie .thumb img {
    min-width: 100%;
    max-width: inherit
}

.col-post-movie .thumb:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(rgb(9 16 23 / 15%),rgb(9 16 23 / 55%) 100%)
}

.col-post-movie:hover .thumb:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(rgb(9 16 23 / 25%),rgb(9 16 23 / 75%) 100%)
}

.col-post-movie .movie-info {
    position: absolute;
    bottom: 0;
    right: 5px;
    left: 5px;
    z-index: 99;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.col-post-movie .imdb {
    position: absolute;
    top: -50px;
    left: 5px;
    background: #fea802;
    color: #fff;
    height: 20px;
    padding: 0 5px;
    text-align: center;
    line-height: 20px;
    border-radius: 1px;
    font-size: 11px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 29%);
    z-index: 99;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.col-post-movie:hover .imdb {
    top: 5px
}

.col-post-movie .temporada {
    font-size: 16px!important;
    font-weight: 600;
    border-radius: 2px;
    background: #cd2026;
    top: 5px;
    left: auto;
    right: 5px;
    height: 30px;
    line-height: 30px
}

.col-post-movie .temporada2 {
    font-size: 16px!important;
    font-weight: 600;
    right: 5px;
    left: auto;
    background: #cd2026
}

.col-post-movie .movies-collection {
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--th-color-1);
    height: 35px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
    font-size: 13px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 29%);
    z-index: 99
}

.col-post-movie .movie-info h3 {
    font-size: 17px;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 80%)
}

.col-post-movie .movie-info h5 {
    font-size: 14px;
    color: #fff
}

.col-post-movie .movie-info .postcontent {
    height: 60px;
    overflow: hidden;
    font-size: 12px;
    display: none
}

.col-post-movie .movie-info .genres {
    font-size: 13px
}

.col-post-movie .movie-info .genres a {
    background: #fff;
    margin-left: 4px;
    padding: 0 10px;
    height: 24px;
    line-height: 25px;
    border-radius: 20px;
    font-size: 12px;
    color: #22222f;
    display: inline-block;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    display: none;
    margin-bottom: 20px
}

.col-post-movie .movie-info .genres a:first-child- {
    display: inline-block
}

.col-post-movie .movie-info .genres a:hover {
    background: #68b8fa;
    color: #fff
}

.col-post-movie .movie-info .movie-info-more {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px
}

.col-post-movie .movie-info .movie-info-more i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #24b3e1;
    border-radius: 100%;
    display: inline-block;
    margin-left: 2px
}

.col-post-movie .movie-info .movie-info-more svg {
    width: 9px
}

.col-post-movie .aired {
    color: #fff;
    position: absolute;
    top: 80%;
    left: -50%;
    font-size: 13px;
    padding: 3px 5px;
    border-radius: 2px;
    z-index: 999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.col-post-movie .aired svg {
    position: relative;
    top: -1px
}

.col-post-movie:hover .aired {
    left: 0
}

.col-post-movie .aired.episodio {
    background: #22222f;
    font-size: 12px!important;
    top: 5px
}

.col-post-movie:hover .aired.episodio {
    left: 5px;
    padding: 0 6px
}

.col-post-movie .showpost {
    width: 50px;
    height: 50px;
    background: url(../images/playhov.png) no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 4px;
    position: absolute;
    top: 32%;
    left: 50%;
    z-index: 99;
    opacity: 0;
    margin: 0 0 0 -25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.col-post-movie:hover .showpost {
    top: 40%;
    z-index: 9999;
    opacity: 1
}

.col-post-movie .showpost2 {
    width: 50px;
    height: 50px;
    background: url(../images/playhov.png) no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 4px;
    position: absolute;
    top: 32%;
    left: 50%;
    z-index: 99;
    opacity: 0;
    margin: 0 0 0 -25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.col-post-movie:hover .showpost2 {
    top: -100px;
    z-index: 9999;
    opacity: 1
}

.col-post-movie .quality {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    padding: 0 5px;
    border-radius: 2px;
    background: #cd2026;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.col-post-movie .view {
    position: absolute;
    top: 80%;
    right: -50%;
    z-index: 99;
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.col-post-movie:hover .view {
    right: 0
}

.col-post-movie .tagb {
    font-size: 11px;
    font-weight: 600;
    height: 0;
    overflow: hidden;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.col-post-movie .tagb .aired {
    display: inline-block;
    margin-left: 5px
}

.col-post-movie .tagb .aired i {
    margin-left: 4px
}

.col-post-movie .tagb .box-imdb {
    display: inline-block;
    margin-left: 5px
}

.col-post-movie .tagb .box-imdb img {
    width: 28px!important;
    position: relative;
    top: -2px;
    min-width: inherit;
    display: inline-block
}

.col-post-movie .tagb svg {
    position: relative;
    top: -2px
}

.col-post-movie:hover .tagb {
    height: inherit;
    margin: 8px 0
}

.col-post-movie:hover .movie-info.hover {
    bottom: 25px
}

.col-post-movie a,.col-post-movie a:hover {
    color: #fff
}

.col-post-movie .movie-info .season_m {
    text-align: center;
    position: relative;
    height: 0;
    margin-bottom: 25px;
    overflow: hidden;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.col-post-movie .movie-info .season_m span {
    display: block
}

.col-post-movie .movie-info .season_m span.a {
    font-size: 15px
}

.col-post-movie .movie-info .season_m span.b {
    font-size: 38px;
    line-height: 1
}

.col-post-movie .movie-info .season_m span.c {
    font-size: 18px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px
}

.col-post-movie:hover .season_m {
    height: inherit;
    margin: 0 0 35px 0;
    color: #fff
}

.colsbox-3 {
    margin-bottom: 35px;
    display: contents
}

.colsbox-3 .col-post-movie {
    width: calc(100% / 3);
    float: right;
    padding: 10px 10px;
    position: relative;
    overflow: hidden
}

.colsbox-4 {
    margin-bottom: 35px;
    display: contents
}

.colsbox-4 .col-post-movie {
    width: calc(100% / 4);
    float: right;
    padding: 10px 10px;
    position: relative;
    overflow: hidden
}

.colsbox-5 {
    margin-bottom: 35px;
    display: contents
}

.colsbox-5 .col-post-movie {
    width: calc(100% / 5);
    float: right;
    padding: 0 10px 20px 10px;
    position: relative;
    overflow: hidden
}

.colsbox-6 {
    margin-bottom: 35px;
    display: flex;
    text-align: center;
    flex-wrap: wrap
}

.colsbox-6 .col-post-movie {
    width: calc(100% / 6);
    float: right;
    padding: 10px 10px;
    position: relative;
    overflow: hidden
}

.colbox-userpro {
    padding: 36px 15px;
    position: relative;
    background: #1a1a1a
}

.colbox-userpro .userpro-title {
    position: relative;
    z-index: 9;
    text-align: center
}

.colbox-userpro .userpro-title img {
    position: absolute;
    top: 5px;
    right: 0;
    width: 75px
}

.colbox-userpro .userpro-title h2 {
    color: #fea802;
    font-size: 24px
}

.colbox-userpro .userpro-title h4 {
    color: #fff;
    font-size: 17px
}

.colbox-userpro .userpro-featured {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap
}

.colbox-userpro .userpro-featured li {
    position: relative;
    background: #22222f;
    border: 1px solid #444b61;
    margin-bottom: 15px;
    padding: 10px 42px 10px 15px;
    border-radius: 2px;
    flex: 100%;
    margin: 5px
}

.colbox-userpro .userpro-featured li img {
    position: absolute;
    right: 10px;
    top: 11px;
    max-width: 24px
}

.colbox-userpro .userpro-featured li svg {
    position: absolute;
    right: 12px;
    top: 14px;
    color: var(--th-color-1)
}

.colbox-userpro .userpro-price {
    position: relative;
    z-index: 99;
    text-align: center;
    margin-top: 30px
}

.colbox-userpro .userpro-price span.price {
    margin-left: 15px
}

.colbox-userpro .userpro-price span.price span {
    color: #fff;
    font-size: 28px
}

.colbox-userpro .userpro-price a {
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    height: 44px;
    border-radius: 30px;
    line-height: 40px;
    font-size: 13px;
    border: .16rem solid #fff
}

.colbox-userpro .userpro-price a:hover {
    color: #22222f;
    background: #fff
}

.single-episode-top {
    margin-bottom: 30px;
    border-bottom: 1px solid #2c3842
}

.single-episode-top h3 {
    color: var(--th-color-1);
    font-size: 17px
}

.single-episode-top .numepisode {
    float: left;
    color: #fff;
    background: -moz-linear-gradient(-45deg,var(--th-color-1),#f68517);
    background: -webkit-linear-gradient(-45deg,var(--th-color-1),#f68517);
    background: linear-gradient(-45deg,var(--th-color-1),#f68517);
    padding: 4px 6px;
    border-radius: 3px
}

.embed-player-tabs {
    margin-bottom: 5px
}

.embed-player-tabs .postserv9erlist li {
    display: inline-block;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    background: #22222f;
    padding: 0 8px;
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 1px
}

.embed-player-tabs .postserv9erlist li span {
    background: rgb(0 0 0 / .5);
    text-transform: uppercase;
    padding: 4px 5px;
    display: inline-block;
    line-height: 1;
    border-radius: 12px;
    margin-right: 3px
}

.embed-player-tabs .postserv9erlist li.active,.embed-player-tabs .postserv9erlist li:hover {
    background: var(--th-color-1);
    color: #fff
}

.embed-player-tabs .postserv9erlist li.dropdown {
    font-weight: lighter
}

.embed-player-tabs .postserv9erlist li.dropdown i {
    color: #f68517;
    position: relative;
    top: 3px;
    margin-right: 4px
}

.embed-player-tabs .postserv9erlist li.dropdown.active i,.embed-player-tabs .postserv9erlist li.dropdown:hover i {
    color: #fff
}

.embed-player-tabs .postserv9erlist li.dropdown a {
    color: #fff
}

.embed-player-tabs .postserv9erlist li.dropdown .dropdown-menu {
    background: rgba(0,0,0,.95);
    z-index: 9999;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.embed-player-tabs .postserv9erlist li.dropdown .dropdown-menu li {
    display: block;
    background: 0 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin: 0
}

.embed-player-tabs .postserv9erlist li.dropdown .dropdown-menu li:last-child {
    border-bottom: 0
}

.embed-player-tabs .postserv9erlist li.dropdown .dropdown-menu li.active,.embed-player-tabs .postserv9erlist li.dropdown .dropdown-menu li:hover {
    background: #318ce7
}

.embed-player .loader {
    position: absolute;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20%;
    color: #ececec
}

.box-download {
    margin-top: 15px;
    border-top: 1px solid #22222f;
    padding-top: 11px
}

.server-downloads h5 {
    color: #fff;
    margin: 0;
    font-size: 16px
}

.server-downloads h5 svg {
    width: 28px;
    margin-left: 5px;
    color: var(--th-color-1)
}

.server-downloads ul {
    text-align: left
}

.server-downloads li {
    display: inline-block;
    margin-top: 5px
}

.server-downloads li a svg {
    width: 18px;
    position: relative;
    top: -1px;
    margin-left: 5px
}

.server-downloads li a:hover .icon-inboxin {
    background-color: #f68517
}

.server-downloads li a {
    display: inline-block;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    background: #22222f;
    padding: 0 10px;
    margin-left: 2px;
    font-size: 14px;
    border-radius: 2px
}

.server-downloads li a span {
    background: rgb(0 0 0 / .5);
    text-transform: uppercase;
    padding: 4px 5px;
    display: inline-block;
    line-height: 1;
    border-radius: 12px;
    margin-right: 3px
}

.server-downloads li a:hover {
    background: var(--th-color-1);
    color: #fff
}

.epnextprev {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center
}

.epnextprev a {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    background: #22222f;
    border-radius: 25px;
    font-size: 13px;
    margin-right: 5px;
    flex: 1;
    margin-bottom: 5px;
    text-align: center
}

.epnextprev a:hover {
    background: var(--th-color-1);
    color: #fff
}

.epnextprev a svg {
    margin: 0 1px;
    width: 7px;
    position: relative;
    top: -1px
}

.embed-player {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    margin: 0 auto;
    z-index: 999
}

.embed-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000
}

.social-share {
    padding: 0 0;
    float: right;
    margin-top: 10px
}

ul.post_options {
    text-align: center;
    position: relative;
    display: inline-flex;
    padding: 0 0;
    margin-top: 10px
}

ul.post_options li a {
    display: inline-block;
    border: .12rem solid #38223e;
    border-radius: 5px;
    margin-left: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 35px;
    cursor: pointer
}

ul.post_options li a.add_favorite.active {
    background: #f90000;
    color: #fff;
    border-color: #f90000
}

ul.post_options li a.add_watchlater.active {
    background: #f96900;
    color: #fff;
    border-color: #f96900
}

.single-episode .btn-download {
    margin-top: 10px;
    height: 44px;
    line-height: 39px;
    border-radius: 5px;
    padding: 0 25px;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #38223e;
    color: #fff
}

.server-list-menu {
    display: block;
    text-align: right;
    margin-bottom: 30px;
    margin-top: 0
}

.server-list-menu li {
    display: inline-block;
    padding: 10px 10px 8px 13px;
    border-left: 1px solid #2b1830;
    margin: 0;
    line-height: 10px;
    position: relative
}

.server-list-menu li:last-child {
    border: 0
}

.server-list-menu li a {
    color: grey;
    display: block;
    margin: 0;
    padding: 0
}

.server-list-menu li a.active,.server-list-menu li a:hover {
    color: #fff!important
}

.server-list-menu li a span {
    background: #38223e;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 3px;
    line-height: 15px;
    display: inline-block;
    height: 15px;
    margin-right: 4px;
    border-radius: 1px
}

.server-list-menu .dropdown-menu {
    top: 10px!important;
    right: 0;
    left: auto!important;
    width: auto!important;
    max-width: initial;
    background: #120a14;
    border: 1px solid #241427;
    border-bottom: 0;
    padding: 0
}

.server-list-menu .dropdown-menu:before {
    bottom: 100%;
    right: 17%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #241427;
    border-width: 7px;
    margin-left: -7px
}

.server-list-menu .dropdown-menu li {
    display: block;
    border: 0;
    border-bottom: 1px solid #241427;
    padding: 10px 10px;
    color: #fff;
    font-size: 13px;
    text-align: right;
    cursor: pointer
}

.server-list-menu .dropdown-menu li:hover {
    color: #fff!important;
    background: #241427
}

p.overflow-auto {
    max-height: 150px!important;
    overflow: auto!important;
    padding-left: 5px
}

@media only screen and (min-width: 991px) {
    .loop-episode::-webkit-scrollbar,p.overflow-auto::-webkit-scrollbar {
        background:rgba(0,0,0,0);
        width: 4px
    }

    .loop-episode::-webkit-scrollbar-thumb,p.overflow-auto::-webkit-scrollbar-thumb {
        background: #2b1830
    }

    .loop-episode:hover::-webkit-scrollbar-thumb,p.overflow-auto:hover::-webkit-scrollbar-thumb {
        background: #4e2d57
    }
}

.single-episode-info .watch_trailer {
    display: inline-block;
    border: 2px solid #46284f;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    background: #46284f;
    text-align: center;
    cursor: pointer
}

.single-episode-info .watch_trailer svg {
    color: #fff;
    margin-left: 5px;
    position: relative;
    top: -1px
}

.list-episode-simplebar {
    height: 500px
}

.loop-episode {
    position: relative;
    padding-left: 5px
}

.loop-episode h5 {
    background: #22222f;
    padding: 8px 55px 8px 10px;
    margin: 0;
    color: #f8c700;
    font-size: 17px;
    position: relative
}

.loop-episode h5 i.senumb {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    background: #f8c700;
    color: #fff;
    font-style: normal;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / .5)
}

.loop-episode h5 span {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    text-align: center
}

.loop-episode h5 span strong {
    font-size: 19px;
    display: block;
    margin-top: 4px;
    background: rgb(0 0 0 / .5);
    border-radius: 2px
}

.loop-episode h5 i {
    font-size: 13px;
    display: block;
    margin-top: 6px;
    font-style: normal
}

.loop-episode a {
    position: relative;
    clear: both;
    height: 50px;
    display: block;
    overflow: hidden;
    color: #fff;
    display: block;
    border-bottom: 1px solid #43254b;
}

.loop-episode a .titlepisode {
    padding: 0 0 5px 100px;
    min-height: 56px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 14px
}

.loop-episode a .titlepisode span {
    display: block;
    font-size: 13px
}

.loop-episode .parts-movies a {
    max-height: inherit;
    height: initial
}

.loop-episode a .numepisode {
    position: absolute;
    left: 42px;
    top: 50%;
    padding: 0 6px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border-radius: 2px;
    margin-top: -15px;
    font-size: 13px;
    color: #d0d4da;
    z-index: 9999;
    background: rgb(0 0 0 / 28%)
}

.loop-episode a .episodeview {
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    padding-left: 3px;
    top: 50%;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 100%;
    margin-top: -17px;
    z-index: 9999;
    background: rgb(0 0 0 / 28%)
}

.loop-episode a .episodeview,.new-episode ul li .episodeview {
    background: rgb(0 0 0 / 28%) url(../images/play-button.png) no-repeat center center;
    background-size: 14px
}

.loop-episode a:hover {
    color: #fff
}

.loop-episode a:hover .numepisode {
    color: #fff
}

.loop-episode a:hover .episodeview {
    color: #fff;
    background-color: var(--th-color-1)
}

.loop-episode a.active {
    color: var(--th-color-1);
    background: #24112a;
    padding: 0 10px
}

.new-episode h3 {
    margin: 0 0 25px 0;
    color: #dadad9;
    font-size: 16px;
    padding: 0
}

.new-episode ul {
    position: relative;
    max-height: 450px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear,0 0,0 100%,from(#5d6477),to(rgba(0,0,0,0))) 15% 45%;
    -webkit-border-image: -webkit-linear-gradient(#5d6477,rgba(0,0,0,0)) 15% 45%;
    -moz-border-image: -moz-linear-gradient(#5d6477,rgba(0,0,0,0)) 15% 45%;
    -o-border-image: -o-linear-gradient(#5d6477,rgba(0,0,0,0)) 15% 45%;
    border-image: linear-gradient(to bottom,#7d5786,rgba(0,0,0,0)) 15% 45%;
    border-width: 0 2px 0 0
}

.new-episode:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 120px;
    bottom: -5px;
    background: -moz-linear-gradient(180deg,rgb(25 14 28 / 82%) 2%,var(--th-body-bg) 89%);
    background: -webkit-linear-gradient(180deg,rgb(25 14 28 / 82%) 2%,var(--th-body-bg) 89%);
    background: -o-linear-gradient(180deg,rgb(25 14 28 / 82%) 2%,var(--th-body-bg) 89%);
    background: -ms-linear-gradient(180deg,rgb(25 14 28 / 82%) 2%,var(--th-body-bg) 89%);
    background: linear-gradient(180deg, rgb(25 14 28 / 0%) 10%, #2e1b3459 89%);
    z-index: 99999
}

.new-episode ul li {
    position: relative;
    padding-right: 52px;
    border-bottom: 1px solid #7d5786;
}

.new-episode ul li:last-child {
    border: none
}

.new-episode ul li:before {
    position: absolute;
    width: 52px;
    height: 5px;
    bottom: -2px;
    /* background: var(--th-body-bg); */
    content: '';
    right: 0
}

.new-episode ul li .post_time {
    position: absolute;
    right: 0;
    top: 0
}

.new-episode ul li .post_time>div {
    position: relative;
    padding-right: 25px
}

.new-episode ul li .post_time i {
    position: absolute;
    right: -11px;
    top: 0;
    color: #e3c8ea;
    background: #7d5786;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.new-episode ul li .post_time span {
    display: block;
    color: #5c6477;
    padding: 0;
    margin: 0
}

.new-episode ul li .post_time span.day {
    font-size: 19px;
    position: absolute;
    right: 15px;
    top: -13px;
    font-weight: 600;
    color: #fff
}

.new-episode ul li .post_time span.month {
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 10px
}

.new-episode ul li .post_time span.year {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 25px
}

.new-episode ul li .btitle {
    color: #fff;
    display: flex;
    height: 60px;
    vertical-align: baseline;
    overflow: hidden;
    padding: 8px 8px 8px 0;
    padding-left: 100px;
    display: flex;
    align-items: center;
    font-size: 12px;
    position: relative
}

.new-episode ul li .btitle .bgimg {
    content: '';
    position: absolute;
    width: 0%;
    top: 3%;
    left: 0;
    height: 94%;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.new-episode ul li:hover .btitle .bgimg {
    width: 100%
}

.new-episode ul li .btitle .bgimg:before {
    width: 100%;
    position: absolute;
    content: '';
    background: -moz-linear-gradient(90deg,rgba(18,22,31,0) 0,#12161f 75%);
    background: -webkit-linear-gradient(90deg,rgba(18,22,31,0) 0,#12161f 75%);
    background: -o-linear-gradient(90deg,rgba(18,22,31,0) 0,#12161f 75%);
    background: -ms-linear-gradient(90deg,rgba(18,22,31,0) 0,#12161f 75%);
    background: linear-gradient(90deg,rgba(18,22,31,0) 0,#12161f 75%);
    height: 100%
}

.new-episode ul li .numepisode {
    position: absolute;
    left: 42px;
    top: 50%;
    padding: 0 6px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border-radius: 2px;
    margin-top: -15px;
    font-size: 13px;
    color: #d0d4da;
    z-index: 9999;
    background: rgb(56 36 61)
}

.new-episode ul li .episodeview {
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    padding-left: 3px;
    top: 50%;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 100%;
    margin-top: -17px;
    z-index: 9999;
    background: rgb(56 36 61) url(../images/play-button.png) no-repeat center center;
    background-size: 14px
}

.new-episode ul li .thumb-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 0
}

.new-episode ul li:hover .thumb-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1
}

.new-episode ul li .thumb-bg img {
    width: 100%
}

.new-episode ul li .thumb-bg:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 0%;
    z-index: 999;
    background: -moz-linear-gradient(0deg,rgb(25 14 28) 2%,rgb(25 14 28 / 84%) 50%,var(--th-body-bg) 98%);
    background: -webkit-linear-gradient(0deg,rgb(25 14 28) 2%,rgb(25 14 28 / 84%) 50%,var(--th-body-bg) 98%);
    background: -o-linear-gradient(0deg,rgb(25 14 28) 2%,rgb(25 14 28 / 84%) 50%,var(--th-body-bg) 98%);
    background: -ms-linear-gradient(0deg,rgb(25 14 28) 2%,rgb(25 14 28 / 84%) 50%,var(--th-body-bg) 98%);
    background: linear-gradient(90deg,rgb(25 14 28) 2%,rgb(25 14 28 / 84%) 50%,var(--th-body-bg) 98%)
}

.new-episode ul li .titlepisode {
    position: relative;
    z-index: 2
}

.new-episode ul li:hover .thumb-bg:before {
    width: 100%;
    height: 100%
}

.new-episode ul li:hover a.btitle .catename {
    position: relative;
    z-index: 9999
}

.new-episode ul li:hover .numepisode {
    color: #fff;
    background: rgb(238 31 106)
}

.new-episode ul li:hover .episodeview {
    background-color: var(--th-color-1)
}

.eps-footer {
    margin-top: 30px;
    border-radius: 5px;
    margin-bottom: 45px;
    background: #303030;
    padding: 15px
}

.eps-footer .btn-download {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #22222f;
    padding: 0 20px;
    border-radius: 41px
}

.eps-footer .btn-download svg {
    position: relative;
    top: -1px;
    width: 21px;
    margin-left: 5px
}

.eps-footer .btn-download:hover {
    background: var(--th-color-1);
    color: #fff
}

.post-footer {
    display: flex;
    flex-wrap: wrap
}

.post-footer-inner {
    line-height: 10px
}

.share-links {
    overflow: hidden
}

.share-links.share-centered {
    position: relative;
    width: 310px
}

.share-links .share-title {
    padding-left: 5px;
    display: inline-block;
    float: right;
    line-height: 40px;
    font-size: 12px;
    margin: 2px 0;
    font-size: 13px
}

.share-links.icons-text .share-title {
    line-height: 30px
}

.share-links a {
    display: inline-block;
    margin: 2px;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    color: #fff;
    background: #444;
    position: relative;
    transition: .3s;
    border-radius: 2px;
    width: 40px;
    text-align: center
}

.share-links a.large-share-button {
    width: auto
}

.share-links a .fa {
    width: 40px;
    height: 40px;
    float: left;
    display: block;
    text-align: center;
    line-height: 40px
}

.share-links a .social-text {
    border: 0 solid rgba(255,255,255,.3);
    border-left-width: 1px;
    padding-left: 15px;
    height: 20px;
    float: left;
    margin-top: 10px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 20px;
    font-family: "Open Sans",sans-serif
}

.share-links a:hover {
    opacity: .8;
    color: #fff
}

.share-links a.facebook-share-btn {
    background: #5d82d1
}

.share-links a.twitter-share-btn {
    background: #40bff5
}

.share-links a.google-share-btn {
    background: #eb5e4c
}

.share-links a.linkedin-share-btn {
    background: #238cc8
}

.share-links a.pinterest-share-btn {
    background: #e13138
}

.share-links a.reddit-share-btn {
    background: #ff4500
}

.share-links a.stumbleupon-share-btn {
    background: #eb4924
}

.share-links a.tumblr-share-btn {
    background: #35465c
}

.share-links a.vk-share-btn {
    background: #45668e
}

.share-links a.odnoklassniki-share-btn {
    background: #ee8208
}

.share-links a.pocket-share-btn {
    background: #ef4056
}

.share-links a.whatsapp-share-btn {
    background: #43d854
}

.share-links a.telegram-share-btn {
    background: #08c
}

.share-links a.viber-share-btn {
    background: #773ead
}

.share-links a.viber-share-btn svg {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.share-links a.email-share-btn {
    background: #333
}

.post-inner .share-links {
    text-align: left
}

.post-inner .share-links a {
    text-align: center
}

.post-footer.post-footer-on-mobile {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    left: 0
}

.post-footer.post-footer-on-mobile,.post-footer.post-footer-on-mobile .post-footer-inner {
    background: 0 0;
    border: 0 none;
    padding: 0
}

.post-footer.post-footer-on-mobile .share-links a {
    margin: 0;
    border-radius: 0;
    width: 1%;
    display: table-cell;
    opacity: 1!important;
    line-height: 39px;
    text-align: center
}

@media (min-width: 768px) {
    .post-footer.post-footer-on-mobile {
        display:none
    }
}

.mobile-share-buttons-spacer {
    height: 40px
}

@media (min-width: 768px) {
    .mobile-share-buttons-spacer {
        display:none
    }
}

.post-shortlink {
    border-top: 0 solid #ecedee;
    width: 100%;
    position: relative;
    display: inline-block
}

.post-shortlink a {
    position: absolute;
    display: inline-block;
    height: 41px;
    line-height: 40px;
    padding: 0 10px;
    background: var(--th-color-1);
    color: #fff;
    border-radius: 0 2px 2px 0;
    font-size: 12px
}

.post-shortlink input {
    background: #22222f;
    height: 41px;
    line-height: 40px;
    border-radius: 2px;
    color: #dcdcdc;
    padding: 0 10px 0 10px;
    font-size: 13px;
    width: 100%;
    font-weight: 400;
    border: 1px solid #22222f;
    direction: ltr
}

.commentlist,.commentlist li ul {
    list-style: none
}

#postcontent input.form-control,#postcontent textarea.form-control {
    width: 100%;
    background: #3d2d42;
    border: .13rem solid #513559;
    border-radius: 24px;
    text-align: right;
    padding: 11px 15px 10px;
    height: 42px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #fff
}

#postcontent input.form-control::placeholder,#postcontent textarea.form-control::placeholder {
    color: #d2d2d2
}

#postcontent textarea.form-control {
    height: 150px
}

#postcontent .form-control.inputerror {
    border-color: #ef2424
}

#postcontent .form-control:focus {
    border-color: #64456d
}

#comments .btn-info {
    border: none;
    padding: 10px 20px
}

#commentlist {
    margin-bottom: 30px;
    padding-bottom: 0
}

.commentlist>li:first-child {
    margin-top: 0
}

.comments {
    margin-top: 30px
}

.comment-body {
    padding: 10px 0 1px 0;
    color: #fff;
    font-size: 13px
}

.commentlist {
    margin: 0;
    padding: 0 0 0 10px
}

.comment {
    margin: 0 4px 20px 0;
    background: var(--th-colorbg-1);
    padding: 25px 88px 13px 15px;
    border-radius: 6px;
    position: relative;
    min-height: 120px
}

.comment:before {
    content: "";
    position: absolute;
    right: -15px;
    border: 8px solid transparent;
    border-left-color: var(--th-colorbg-1);
    -moz-border-left-colors: #3e3e3e
}

.children .comment {
    margin: 10px 0 0
}

.children {
    padding-right: 70px;
    margin: 10px
}

.children li {
    background: #484848
}

.children li.comment:before {
    content: "";
    position: absolute;
    right: -15px;
    border: 8px solid transparent;
    border-left-color: #484848;
    -moz-border-left-colors: #484848
}

.reply {
    font-size: 12px;
    padding: 3px 15px 7px;
    position: absolute;
    right: -3px;
    top: 85px;
    z-index: 9
}

.reply a {
    display: inline-block;
    width: 60px;
    background: var(--th-color-1);
    border-radius: 25px;
    text-align: center;
    color: #fff;
    height: 24px;
    line-height: 19px;
    border: 2px solid var(--th-color-1)
}

.reply a:hover {
    text-decoration: none!important;
    color: #f78f19;
    background: #000
}

.reply i {
    margin-right: 5px
}

.commentlist li p {
    margin-bottom: 15px;
    padding-top: 10px;
    font-weight: 400;
    clear: both;
    padding-right: 0;
    display: block;
    overflow-y: hidden;
    font-size: 13px
}

.commentlist li .avatar {
    float: right;
    display: block;
    width: 64px;
    height: 64px;
    position: relative;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #fff
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative
}

.comment-text .question-answered {
    margin-top: 10px;
    margin-bottom: 0
}

.commentlist li .author {
    margin-top: 5px;
    margin-bottom: 10px
}

.comment-author {
    margin-top: 5px;
    font-size: 14px;
    direction: rtl;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px
}

.comment-author a {
    text-decoration: none;
    font-style: oblique
}

.comment-vote {
    float: left;
    margin-top: 5px;
    margin-right: 0
}

.comment .question-vote-result {
    margin-top: 10px;
    margin-right: 20px
}

.commentlist li .comment-meta {
    margin-top: 17px;
    height: 100%;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 15px
}

.commentlist li .comment-meta a {
    color: #fff
}

.commentlist li .author span {
    display: block
}

.commentlist li .date {
    font-size: 13px;
    margin-top: 5px;
    float: left;
    margin-right: 10px
}

.commentlist li .date i {
    margin-right: 5px
}

.commentlist li em {
    font-size: 11px;
    font-style: normal;
    margin-bottom: 30px;
    display: block
}

#respond h3 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px
}

#respond,#respond form {
    margin-bottom: 0;
    clear: both
}

.commentlist li #respond {
    margin: 30px 0 0
}

.commentlist li li #respond {
    margin-left: 30px
}

#respond p {
    margin: 10px 0 0
}

#respond p:first-child {
    margin-top: 0
}

#respond label small {
    font-weight: 400
}

#respond input[type=text],#respond textarea {
    margin-bottom: 0
}

#respond .col_full,#respond .col_one_third {
    margin-bottom: 20px
}

.fb-comments,.fb-comments>span,.fb-comments>span>iframe,.fb_iframe_widget,.fb_iframe_widget>span,.fb_iframe_widget>span>iframe {
    display: block!important;
    width: 100%!important;
    margin: 0
}

#commentform input {
    margin-bottom: 25px!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    width: 100%
}

#commentform textarea {
    width: 100%;
    background: #3d2d42;
    border: .13rem solid #513559;
    color: #ffff
}

#commentform .col-md-12 {
    margin-bottom: 10px
}

#commentform label {
    display: block;
    margin: 10px 0
}

#commentform label small {
    display: block;
    color: var(--th-color-1)
}

#submit-button {
    border-radius: 3px;
    border: 0;
    height: 39px!important;
    line-height: 35px;
    padding: 0 20px!important;
    background: var(--th-color-1);
    color: #fff;
    font-size: 14px;
    border-radius: 22px
}

#submit-button:hover {
    background: #d6145b
}

.btn-button-contactus i.notch {
    background: url(../images/svg/loding.svg) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: text-bottom
}

.section-player .bigcover {
    position: relative
}

.section-player .bigcover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51,66,94,.3);
    z-index: 2
}

.section-player .bigcover .ime {
    width: 100%;
    padding-bottom: 33%;
    position: relative;
    overflow: hidden
}

.section-player .bigcover .ime img {
    width: 100%;
    position: absolute
}

.section-player .bigcover .box-community {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 99
}

.warp-bigcontent {
    margin-bottom: 50px
}

.bigcontent {
    position: relative;
    padding: 15px 20px 25px;
    z-index: 4;
    padding-right: 205px;
    padding-left: 0;
    min-height: 165px
}

.bigcontent .thumb {
    position: absolute;
    right: 0;
    width: 190px;
    border: 4px solid #22222f;
    overflow: hidden
}

.bigcontent .thumb img {
    width: 100%
}

.single-poster {
    display: flex
}

.bigcontent.single-poster {
    display: block
}

.single-poster .single-thumb-bg {
    flex: 0 0 240px
}

.single-poster .info-detail-single {
    position: relative;
    flex: 0 0 calc(100% - 240px)
}

.info-detail-single .imdb,.single-imdb,.single-poster .info-detail-single .imdb {
    padding: 3px 6px 3px 50px;
    background: #ffc107 url(../images/imdb.svg) no-repeat 6px center;
    background-size: 39px;
    border-radius: 2px;
    min-height: 28px;
    color: #22222f
}

.info-detail-single-title {
    padding-left: 100px
}

.info-detail-single-title h3 {
    font-size: 27px;
    margin-top: 0;
    color: var(--th-color-1);
    margin-bottom: 8px;
    line-height: 1
}

.info-detail-single .extra {
    margin-bottom: 15px;
    margin-top: 15px
}

.info-detail-single .extra span {
    font-weight: 500;
    color: rgb(255 255 255 / 63%);
    font-size: 13px;
    line-height: 20px
}

.info-detail-single .extra span a {
    font-weight: 400;
    font-size: 14px;
    background: #fbc900;
    text-shadow: 1px 1px 1px rgb(0 0 0 / .5);
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 4px 5px 5px 5px;
    border-radius: 2px;
    float: right;
    margin-left: 10px
}

.info-detail-single h3 {
    font-size: 18px;
    margin-top: 0;
    color: #fff;
    padding-bottom: 14px
}

.single-episode h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.single-episode p.overflow-auto {
    max-height: 116px!important;
    overflow: auto!important;
    font-size: 13px;
    padding-left: 10px
}

.info-detail-single .info-datetime {
    display: block;
    margin: 10px 0
}

.box-genres {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.box-genres a {
    color: #fff;
    background: var(--th-color-1);
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 16px;
    font-size: 12px;
    display: inline-block;
    margin: 2px
}

.info-detail-single .info-datetime .box-date {
    color: #191d28;
    background: var(--th-color-1);
    padding: 0 10px;
    height: 27px;
    line-height: 24px;
    border-radius: 16px;
    font-size: 13px;
    display: inline-block;
    margin-left: 5px
}

.info-detail-single .info-datetime .box-lasttime {
    color: #191d28;
    background: #dcdcdc;
    padding: 0 10px;
    height: 27px;
    line-height: 24px;
    border-radius: 16px;
    font-size: 12px;
    display: inline-block
}

.info-detail-single ul {
    list-style: none;
    font-size: 13px;
    margin-bottom: 15px!important;
    display: flex;
    flex-wrap: wrap
}

.info-detail-single ul:before {
    content: "";
    display: block;
    clear: both
}

.info-detail-single ul li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-bottom: 2px;
    margin-top: 2px;
    flex: 100%;
    padding-right: 0
}

.info-detail-single ul li span {
    color: #cecece;
    margin-left: 5px
}

.info-detail-single ul li a {
    color: var(--th-color-1)
}

.info-detail-single .box-tags {
    margin: 10px 0
}

.info-detail-single .box-tags a {
    color: #fff;
    background: #3d2144;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border-radius: 16px;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px
}

.post-content {
    font-size: 14px;
    color: #fff
}

.post-content h1,.post-content h2,.post-content h4,.post-content h5 {
    color: #fff
}

.info-detail-single .sgeneros {
    margin: 15px 0
}

.info-detail-single .sgeneros a {
    color: #fff;
    background: #22222f;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border-radius: 16px;
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px
}

.info-detail-single .sgeneros a:hover {
    background: var(--th-color-1)
}

.single-episode .single-post {
    min-height: 500px
}

.single-post {
    position: relative;
    margin-bottom: 40px;
    height: calc(100% - 180px);
    max-height: 510px
}

.single-post.style2 {
    position: relative;
    margin-bottom: 10px;
    height: calc(100% - 10px);
    max-height: 310px
}

.single-post .single-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.serie_status_pro {
    position: absolute;
    left: 6px;
    top: 6px;
    text-align: left;
    width: 90px
}

.serie-isstatus {
    height: 25px;
    line-height: 25px;
    color: #fff;
    z-index: 99;
    background: #43d854;
    padding: 0 8px 0 10px;
    font-size: 11px;
    border-radius: 20px;
    left: 10px;
    right: auto
}

.serie-isstatus.live {
    background: #43d854
}

.serie-isstatus.complete {
    background: #324ff5
}

.serie-isstatus.coming-soon {
    background: #f14545
}

.serie-isstatus.notstart {
    background: #fa5050
}

.series-notstart {
    text-align: center;
    background: #fa5050;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px
}

.serie-isstatus2 {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 60px;
    text-align: center
}

.single-post .single-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.single-post .single-photo .single-thumb-bg {
    position: relative;
    width: 100%
}

.single-post .single-photo .single-thumb-bg:before {
    width: 100%;
    position: absolute;
    content: '';
    background: -moz-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 90%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(45%,rgba(18,22,31,0)),color-stop(90%,var(--th-body-bg)));
    background: -webkit-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 90%);
    background: -o-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 90%);
    background: -ms-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 90%);
    background: linear-gradient(180deg,rgba(18,22,31,0) 45%,var(--th-body-bg) 90%);
    height: 100%;
    z-index: 999
}

.single-post.style2 .single-photo .single-thumb-bg:before {
    width: 100%;
    position: absolute;
    content: '';
    background: -moz-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-colorbg-2) 90%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(45%,rgba(18,22,31,0)),color-stop(90%,var(--th-colorbg-2)));
    background: -webkit-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-colorbg-2) 90%);
    background: -o-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-colorbg-2) 90%);
    background: -ms-linear-gradient(270deg,rgba(18,22,31,0) 45%,var(--th-colorbg-2) 90%);
    background: linear-gradient(180deg,rgba(18,22,31,0) 45%,var(--th-colorbg-2) 90%);
    height: 100%;
    z-index: 999
}

.single-post .single-photo img {
    width: 100%;
    min-height: 100%
}

.single-post .single-info {
    position: absolute;
    z-index: 99999;
    bottom: 15px;
    text-align: center;
    width: 100%
}

.single-post .watch_trailer {
    position: absolute;
    top: 40%;
    z-index: 99999;
    left: 50%;
    /* border: 2px solid var(--th-color-1); */
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    background: rgb(96 6 162);
    width: 110px;
    text-align: center;
    margin-left: -55px
}

.single-post .watch_trailer i {
    color: #f8c900;
    margin-left: 5px
}

.single-post .watch_trailer.style2 {
    width: 150px;
    margin-left: -75px
}

.single-post .single-info .add_watchlater {
    display: inline-block;
    border-radius: 20px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #585f71;
    padding: 0 10px
}

.single-post .single-info .add_favorite {
    display: inline-block;
    border-radius: 20px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #585f71;
    padding: 0 10px
}

.single-episode-info .add_favorite,.single-episode-info .add_watchlater {
    display: inline-block;
    border-radius: 20px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #585f71;
    padding: 0 12px;
    margin-left: 5px
}

.single-episode-info .add_favorite svg,.single-episode-info .add_watchlater svg {
    margin-left: 4px
}

.single-episode-info .add_favorite.active {
    background: #f90000;
    border-color: #f90000
}

.single-episode-info .add_watchlater.active {
    background: #f96900;
    border-color: #f96900
}

.single-episode-info .add_favorite.active:hover,.single-episode-info .add_watchlater.active:hover {
    color: #fff
}

.info-comviewfav {
    height: 40px;
    margin-top: 20px
}

.info-comviewfav span {
    color: #fff;
    display: inline-block;
    min-width: 40px;
    height: 22px;
    margin-left: 20px;
    font-size: 12px
}

.single-episode .float-none.info-comviewfav span {
    float: none
}

.info-comviewfav span.post-comments {
    background: url(../images/svg/comments.svg) no-repeat center right;
    padding-right: 23px;
    background-size: 18px
}

.info-comviewfav span.post-favoris {
    background: url(../images/svg/favorit.svg) no-repeat center right;
    padding-right: 22px;
    background-size: 16px
}

.info-comviewfav span.post-views {
    background: url(../images/svg/views.svg) no-repeat center right;
    padding-right: 23px;
    background-size: 19px
}

.series-ispro {
    height: 25px;
    line-height: 25px;
    position: absolute;
    color: #fff;
    z-index: 99;
    background: #fa5050;
    padding: 0 8px 0 10px;
    font-size: 11px;
    border-radius: 20px;
    margin-bottom: 8px;
    top: 8px;
    right: 4px
}

.serie_status_pro .series-ispro {
    position: relative;
    left: auto;
    top: auto;
    right: auto
}

.persons {
    width: 100%;
    margin-top: 19px
}

.person {
    position: relative;
    padding: 10px 10px;
    padding-right: 60px;
    min-height: 60px;
    float: right;
    width: calc(100% / 4);
    margin-bottom: 8px
}

.persons-1col .person {
    width: calc(100% / 1)
}

.persons-4col .person {
    width: calc(100% / 5)
}

.person .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%
}

.person .img img {
    width: 100%;
    height: auto;
    margin-top: -15px
}

.person .data {
    padding-right: 20px
}

.person .data .name {
    font-size: 14px;
    margin-bottom: 5px;
    float: right;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400
}

.person .data .caracter {
    font-size: 13px;
    float: right;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #ccc;
    font-weight: 300
}

#dt_contenedor {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 600px;
    position: absolute;
    opacity: .15;
    z-index: -1
}

#dt_contenedor span {
    position: relative;
    display: block;
    height: 600px;
    width: 100%
}

#dt_contenedor span::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(rgb(9 16 23 / 0),#1a1a1a 99%)
}

#block-user-star-bottom .heade-col {
    text-align: center;
    padding: 25px 0 30px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 20px
}

#block-user-star-bottom .heade-col h2 {
    color: var(--th-color-1);
    font-size: 21px
}

#block-user-star-bottom .heade-col p {
    font-size: 16px
}

.box-user-way {
    text-align: center;
    line-height: 26px;
    color: #919191;
    margin: 0 auto 30px auto;
    max-width: 320px
}

.box-user-way i {
    transition: all .3s ease;
    color: #c2c2c2;
    font-size: 35px;
    color: #c2c2c2;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 90px;
    display: inline-block;
    border: 2px solid #f7f8f8;
    margin-bottom: 15px
}

.box-user-way:hover i {
    color: #c2c2c2;
    font-size: 35px;
    color: var(--th-color-1);
    border-radius: 100%;
    border: 2px solid var(--th-color-1)
}

.box-user-way h3 {
    color: #fff;
    font-size: 18px
}

.box-user-way:hover h3 {
    color: var(--th-color-1)
}

.box-user-way:hover p {
    color: #fff
}

#section-player {
    padding-top: 35px
}

.planbox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    /* background: #fff; */
    -webkit-box-shadow: 0 .75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 .75rem 1.5rem rgb(18 38 63 / 3%);
    border-radius: 10px;
}

.planbox .title {
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #a32fda;
    color: #fff
}

.planbox .title h3 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 24px;
    color: #fff
}

.planbox .prices {
    background: #5f686f;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 25px 0 25px 0;
    color: #fff;
    text-align: center
}

.planbox .prices strong {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    display: block
}

.planbox .prices strong i {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block
}

.planbox .prices b {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-bottom: 20px
}

.planbox .prices b em {
    font-style: normal;
    text-decoration: line-through
}

.planbox .prices a {
    display: inline-block;
    color: #5f686f;
    background: #fff;
    padding: 0 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    transition: all .3s ease;
    height: 42px;
    line-height: 44px
}

.planbox .prices a:hover {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 48%)
}

.planbox ul {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #fff;
}

.planbox li {
    width: 100%;
    padding: 9px 0;
    color: #444;
    border-bottom: 1px solid #f1f1f1
}

.planbox li.last {
    border-bottom: none
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 46px;
    line-height: 30px;
    color: #999;
    border-radius: 3px;
    overflow: hidden
}

.file-upload-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 46px;
    background: #212634;
    color: #fff;
    z-index: 25;
    font-size: 13px;
    line-height: 47px;
    padding: 0 15px;
    pointer-events: none;
    border-radius: 3px 0 0 3px
}

.file-upload-wrapper:hover:before {
    background: darken(#4daf7c,10%)
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: calc(60px - 20px);
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%
}

.box-form-plans {
    background: var(--th-colorbg-1);
    border-radius: 4px;
    border: 1px solid #432a4a
}

.button-logged a {
    color: #fff;
    background: #e5344d;
    display: inline-block;
    padding: 0 25px;
    height: 48px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 48px;
    margin-right: 5px
}

.box-form-plans .custom-select {
    width: 100%;
    height: 45px;
    margin: 0 0 8px 0;
    padding: 0 30px;
    border: 0;
    border-radius: 3px
}

.box-form-plans label {
    margin-bottom: 5px
}

.page-template-page-profile #wrap {
    padding-top: 0
}

.single-team #wrap {
    padding-top: 0
}

.cover-profile {
    min-height: 375px;
    position: relative;
    background-size: 100%!important;
    width: 100%;
    padding: 130px 0 50px 0;
    margin: 0;
    top: -3px;
    z-index: 9
}

.cover-profile:before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22,23,27,.7);
    z-index: 2
}

.cover-profile h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px
}

.cover-profile h3 a {
    display: inline-block;
    background: url(assets/images/pen_2_plus.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    position: relative;
    top: 10px
}

.cover-profile p {
    font-size: 21px
}

.cover-profile .col-md-3 {
    text-align: left;
    padding-top: 50px
}

.cover-profile .col-md-3 a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 15px;
    height: 48px;
    line-height: 50px;
    background: #d4d6d6;
    color: #22222f;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    width: 140px;
    -webkit-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s
}

.cover-profile .col-md-3 a.btn-join-team {
    background: #0ac960;
    color: #fff;
    height: 54px;
    line-height: 56px;
    width: auto
}

.cover-profile .col-md-3 a.btn-join-team.active {
    background: #d9354b;
    color: #fff;
    height: 54px;
    line-height: 56px
}

.cover-profile .col-md-3 a:hover {
    border-radius: 32px
}

.cover-myprofile:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.cover-myprofile .avatar {
    border-radius: 100%;
    border: 0 solid #fff
}

.cover-myprofile p {
    max-width: 700px;
    margin: 25px auto;
    line-height: 2.1
}

.cover-myprofile .editprofile {
    position: absolute;
    left: 0;
    top: 20%;
    background: #fff;
    color: #22222f;
    display: inline-block;
    height: 45px;
    line-height: 46px;
    padding: 0 15px;
    border-radius: 5px
}

.cover-myprofile .editprofile i {
    color: #e4344c;
    font-size: 21px;
    position: relative;
    top: 3px
}

.myprofile .colsbox-6 .col-post-movie {
    margin-bottom: 25px
}

.myprofile .colsbox-6 .col-post-movie .putools {
    position: absolute;
    background: #22222f;
    z-index: 9999;
    height: 40px;
    padding: 5px;
    flex: 0 0 100%;
    bottom: 0;
    left: 10px;
    right: 10px
}

.myprofile .colsbox-6 .col-post-movie .putools span {
    background: #676767;
    height: 30px;
    line-height: 30px;
    border-radius: 1px;
    padding: 0 10px;
    font-size: 12px;
    display: inline-block;
    float: right
}

.community-starstruck a {
    margin-top: 9px
}

.head-title .box-community {
    position: absolute;
    left: 0;
    top: -10px
}

.box-community .link-download,.box-community .link-like,.box-community .link-watchlater,.box-community .link-watchnow {
    display: inline-block;
    max-width: 160px;
    text-align: center;
    height: 38px;
    line-height: 36px;
    border: 2px solid #ccc;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 15px;
    margin-left: 5px
}

.box-community .link-watchlater,.info-detail-single .box-community .link-like {
    margin-bottom: 0
}

.box-community .link-like {
    border-color: #22222f;
    background: #22222f;
    position: relative;
    padding-right: 34px
}

.box-community .link-like:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 10px;
    width: 16px;
    height: 14px;
    display: inline-block;
    background: url(../images/love_2.png) no-repeat
}

.box-community .link-like.active,.box-community .link-like:hover {
    background: #af2a44;
    border-color: #af2a44
}

.box-community .link-like.active:before,.box-community .link-like:hover:before {
    background: url(../images/love_2.png) no-repeat
}

.box-community .link-watchlater {
    border-color: #22222f;
    background: #22222f;
    position: relative;
    padding-right: 34px
}

.box-community .link-watchlater:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 10px;
    width: 16px;
    height: 14px;
    display: inline-block;
    background: url(../images/video_clip.png) no-repeat
}

.box-community .link-watchlater:hover {
    background: #ffcf03
}

.box-community .link-watchlater.active,.box-community .link-watchlater:hover {
    background: #da9207;
    border-color: #da9207
}

.box-community .link-watchlater.active:before,.box-community .link-watchlater:hover:before {
    background: url(../images/video_clip2.png) no-repeat
}

.box-community .link-watchnow {
    border-color: #da9207;
    background: #da9207
}

.box-community .link-watchnow:hover {
    border-color: #0e414a;
    background: #0e414a
}

.cover-myprofile .profile-info {
    position: relative;
    z-index: 9;
    text-align: center;
    margin-bottom: 55px;
    margin-top: 35px
}

.cover-myprofile .profile-info .profile-avatar {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 5px solid #fff;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

.cover-myprofile .profile-info .profile-avatar img {
    width: 100%;
    min-height: 100%;
    border-radius: 100%
}

.cover-myprofile .profile-info .profile-avatar a {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -50%;
    width: 50px;
    height: 50px;
    background: var(--th-color-1) url(../images/cloud_up.png) no-repeat center;
    border-radius: 100%;
    margin: -25px 0 0 -25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.cover-myprofile .profile-info .profile-avatar:hover a {
    left: 50%
}

.cover-myprofile .profile-info .profile-avatar:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: inline-block;
    background: rgba(0,0,0,.8)
}

.cover-myprofile .profile-info h3 {
    font-size: 21px;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.cover-myprofile .col-md-12 {
    position: relative
}

.cover-myprofile .editcover {
    position: absolute;
    left: 10px;
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    z-index: 9;
    border-radius: 30px;
    height: 46px;
    line-height: 46px;
    color: #0b0e13
}

.cover-myprofile .editcover:hover {
    background: var(--th-color-1);
    color: #fff
}

.warpprofile-navbar {
    text-align: center
}

.profile-navbar {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    margin-top: 15px
}

.profile-navbar ul li {
    display: inline-block
}

.profile-navbar ul li a {
    display: inline-block;
    margin: 0 4px;
    height: 44px;
    line-height: 46px;
    border-radius: 2px;
    background: #22222f;
    padding: 0 15px;
    color: #fff
}

.profile-navbar ul li a:hover,.profile-navbar ul li.active a {
    background: var(--th-color-1)
}

.myprofile .profile-form {
    max-width: 720px;
    margin: auto
}

.myprofile .box-input {
    width: 100%;
    margin-bottom: 30px
}

.myprofile .box-input label {
    width: 100%;
    display: block;
    margin-bottom: 10px
}

.myprofile .box-input input,.myprofile .box-input textarea {
    width: 100%;
    height: 49px;
    padding: 0 15px;
    background: #343a42;
    border: none;
    border-radius: 3px;
    color: #fff
}

.myprofile .box-input textarea {
    padding: 20px;
    height: auto
}

.myprofile .box-input label span {
    font-size: 13px;
    color: #5d6b74;
    margin-right: 10px
}

.myprofile .box-input input[type=email] {
    text-align: left
}

.link-delete {
    float: left;
    display: inline-block;
    background: #d21b1b;
    height: 30px;
    line-height: 30px;
    border-radius: 1px;
    padding: 0 10px;
    font-size: 12px
}

.myprofile button {
    padding: 0 30px;
    background: var(--th-color-1);
    border-radius: 30px;
    border: none;
    color: #fff;
    text-align: center;
    width: 130px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer
}

.myprofile button:focus,.myprofile button:hover {
    background: var(--th-color-1)
}

.custom-select-button {
    width: 21px;
    display: flex;
    margin-right: 5px;
    cursor: pointer
}

.customselect-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%
}

.widthauto .customselect-wrapper {
    width: initial
}

.customselect-wrapper select {
    display: none
}

.customselect {
    position: relative;
    display: inline-block;
    z-index: 99999;
    width: 100%
}

.customselect.opened {
    z-index: 999999
}

.custom-input,.customselect-trigger {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 34px 0 15px;
    font-size: 13px;
    font-weight: 300;
    color: #5c6475;
    line-height: 36px;
    background: 0 0;
    border-radius: 25px;
    cursor: pointer;
    border: .09em solid #29182d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.customselect-trigger span {
    color: #fff
}

.customselect-trigger:after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin-top: -1px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0
}

.customselect.opened .customselect-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%)
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    width: max-content;
    min-width: 100%;
    margin: 5px 0;
    border: 1px solid #2c3341;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #22222f;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    max-height: 250px;
    overflow: auto
}

.home-news .custom-options {
    width: 180px
}

.customselect.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0)
}

.custom-options:before {
    position: absolute;
    display: none;
    content: "";
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #2c3341;
    border-left: 1px solid #2c3341;
    background: #2c3341;
    transform: rotate(45deg);
    transition: all .4s ease-in-out
}

.option-hover:before {
    background: #f9f9f9
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #2c3341;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    text-align: right
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px
}

.custom-option.selection,.custom-option:hover {
    background: #1d1d27
}

.custom-input-box {
    position: relative
}

.custom-input-box i {
    position: absolute;
    top: 8px;
    right: 12px;
    border-left: 1px solid #22222f;
    padding-left: 8px
}

.custom-input-box i svg {
    width: 14px;
    color: #22222f
}

.custom-input {
    cursor: default;
    color: #fff;
    padding-right: 45px
}

div.post-like {
    float: right;
    padding: 2px 10px
}

div.post-like a,div.post-like span.alreadyvoted {
    margin-left: 10px
}

div.post-like span.count {
    font-weight: 600
}

.starstruck-wrap {
    font-size: 12px;
    display: table
}

.starstruck {
    display: inline-block;
    line-height: 1em;
    min-width: 185px
}

.starstruck .cancel-off-png,.starstruck .cancel-on-png,.starstruck .star-half-png,.starstruck .star-off-png,.starstruck .star-on-png {
    font-size: 18px;
    font-family: icomoon!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    margin: 0 -1px
}

.starstruck .cancel-off-png:before,.starstruck .cancel-on-png:before,.starstruck .star-half-png:before {
    content: "\e838"
}

.starstruck-rating-wrap {
    margin-top: 2px;
    margin-left: 10px;
    padding: 3px 6px;
    font-style: normal;
    border-radius: 3px;
    text-align: center;
    display: none;
    vertical-align: top;
    font-size: 13px;
    font-weight: 300;
    background: #22222f
}

.dtloadpage,.scontent .fixedform {
    display: none
}

.loader,.sl-icon {
    vertical-align: middle
}

.starstruck-rating {
    font-size: 13px;
    margin-top: 2px;
    margin-left: 10px;
    padding: 2px 6px;
    font-style: normal;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 300;
    background: #22222f
}

.starstruck-rating i {
    float: right;
    margin-left: 5px;
    font-size: 16px;
    margin-top: 1px;
    display: none
}

.starstruck-rating span {
    font-style: normal;
    font-weight: 500;
    font-size: 11px
}

.starstruck-wrap {
    width: 100%;
    float: left
}

.starstruck-ptype {
    display: inline-block
}

.starstruck-wrap .dt_rating_vgs {
    float: right;
    padding: 8px 0;
    font-size: 21px;
    width: 50px;
    font-weight: 500;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffe203;
    color: #2c2a2a
}

.starstruck-wrap .dt_rating_data {
    padding: 0 60px 0 0;
    position: relative;
    max-width: 260px;
    text-align: right
}

.starstruck .star-on-png:before {
    content: "\e838";
    color: #ffe203
}

.starstruck .star-off-png:before {
    content: "\e838";
    color: #eceff5
}

.playlogosrc {
    position: absolute;
    z-index: 9999999
}

.playlogosrc.top-left {
    left: 10px;
    top: 10px
}

.playlogosrc.top-right {
    right: 10px;
    top: 10px
}

.playlogosrc.bottom-left {
    left: 10px;
    bottom: 50px
}

.playlogosrc.bottom-right {
    left: 10px;
    bottom: 50px
}

.fakeplayer {
    width: 100%;
    position: relative
}

.fakeplayer .playbox {
    display: block!important;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #000;
    height: 100%;
    cursor: pointer;
    padding-bottom: 30%;
    padding-top: 25%
}

.fakeplayer .playbox span.quality {
    color: #fff;
    background: #cd2026;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px
}

.fakeplayer .playbox span.playbtm {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 1;
    color: #fff;
    opacity: .8
}

.fakeplayer .playbox span.playbtm svg {
    width: 100%;
    height: auto;
    opacity: .5;
    transition: .3s
}

.fakeplayer .playbox:hover>span.playbtm svg {
    opacity: 1
}

.fakeplayer .playbox img.cover {
    position: absolute;
    -webkit-filter: blur(0) brightness(1);
    width: 100%;
    bottom: 0;
    left: 0
}

.fakeplayer .playbox img.cover:hover {
    -webkit-filter: blur(1px) brightness(.87)
}

.fakeplayer .playbox section {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.fakeplayer .playbox section .progressbar {
    float: left;
    width: 96%;
    margin: 0 2%;
    height: 5px;
    background-color: rgba(255,255,255,.28);
    position: relative
}

.fakeplayer .playbox section .progressbar::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 5px;
    top: 0;
    left: 0
}

.fakeplayer .playbox section .controls {
    float: left;
    width: 100%;
    margin: 0;
    background-color: transparent;
    background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
    background-repeat: repeat-x;
    color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 9px 10px -5px #000;
    box-shadow: 0 9px 10px -5px #000;
    text-shadow: -1px 0 3px #000;
    overflow: hidden;
    margin-bottom: -40px;
    transition: .3s
}

.fakeplayer .playbox:hover>section .controls {
    margin-bottom: 0;
    direction: ltr
}

.fakeplayer .playbox section .controls .box-left {
    float: left;
    margin-left: 2%;
    margin-top: 10px;
    margin-bottom: 10px
}

.fakeplayer .playbox section .controls .box-left i {
    color: rgba(255,255,255,.8);
    margin-right: 20px
}

.fakeplayer .playbox section .controls .box-left i.icon-play svg {
    width: 15px
}

.fakeplayer .playbox section .controls .box-left i.icon-ads {
    margin-right: 0
}

.fakeplayer .playbox section .controls .box-left .advertisement {
    position: relative;
    margin-left: 5px
}

.fakeplayer .playbox section .controls .box-right {
    float: right;
    margin-right: 2%;
    margin-top: 10px
}

.fakeplayer .playbox section .controls .box-right i {
    color: rgba(255,255,255,.8);
    margin-left: 20px
}

.fakeplayer .playbox section .controls .box i.right {
    float: left
}

.fakeplayer .playbox section .controls .box i:hover {
    color: #fff
}

.fakeplayer.bigger {
    padding: 0
}

.flashit {
    -webkit-animation: flash linear .5s infinite;
    animation: flash linear .5s infinite
}

@-webkit-keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@media (max-width: 780px) {
    .box-userpro img {
        max-width:64px
    }

    .box-userpro {
        padding: 5%
    }

    .box-userpro h1 {
        font-size: 16px
    }

    .box-userpro p {
        font-size: 13px
    }
}

.ads-code {
    text-align: center;
    margin: 30px auto;
    width: fit-content;
    max-width: 100%;
    overflow: hidden
}

.download-links {
    text-align: center
}

.download-links .btn-download {
    display: inline-block;
    margin: 10px;
    width: 240px;
    height: 48px;
    line-height: 50px;
    background: #22222f;
    margin-bottom: 10px;
    border-radius: 33px;
    padding: 0 85px 0 25px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.download-links .btn-download .quality {
    text-transform: uppercase;
    position: absolute;
    width: 60px;
    height: 48px;
    background: #22222f;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    border-radius: 0 24px 24px 0;
    right: 0;
    padding-right: 5px
}

.download-links .btn-download span {
    position: relative;
    z-index: 2;
    direction: ltr;
    display: inline-block
}

.download-links .btn-download:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 0;
    height: 48px;
    background: #22222f;
    border-radius: 24px 0 0 24px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.download-links .btn-download svg {
    width: 24px;
    margin: 0 5px;
    position: relative;
    top: -2px
}

.download-links .btn-download .quality2 {
    text-transform: uppercase;
    margin-left: 8px
}

.download-links .btn-download:hover:before {
    width: calc(100% - 61px)
}

.new-episodes-calendar {
    margin-top: 30px;
    text-align: left
}

.new-episodes-calendar .c-e-title {
    color: #5d6477;
    font-size: 16px
}

.new-episodes-calendar .c-e-title i {
    margin-left: 2px;
    position: relative;
    top: -2px
}

.new-episodes-calendar .dropdown-menu {
    width: 280px;
    top: 60px;
    background: #1e2537
}

.new-episodes-calendar .dropdown-menu:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #1e2537;
    border-width: 7px;
    margin-left: -7px
}

.new-episodes-calendar table {
    width: 90%;
    margin: 5%;
    text-align: center;
    font-size: 15px
}

.new-episodes-calendar th {
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 0 0 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #2b3244
}

.new-episodes-calendar th {
    font-weight: 400;
    text-align: center;
    color: #f9ca00;
    padding-bottom: 4px
}

.new-episodes-calendar td {
    padding: 3px;
    color: #4a4949
}

.new-episodes-calendar td a {
    color: #8990a2;
    text-align: center
}

.new-episodes-calendar td.active {
    background: #f9ca00
}

.new-episodes-calendar td.active a {
    color: #1a202c
}

.new-episodes {
    border-style: solid;
    border-image: linear-gradient(to bottom,#5d6477,rgba(0,0,0,0)) 15% 45%;
    border-width: 0 2px 0 0;
    min-height: 300px
}

.position-episodes {
    position: relative
}

.datebox {
    width: 150px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0
}

.dateboxin {
    position: relative
}

.datebox i {
    color: #c91f5f;
    background: var(--th-body-bg);
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    width: 24px
}

.datebox .date-num {
    font-size: 37px;
    color: #fff;
    position: absolute;
    top: -12px;
    right: 29px;
    display: inline-block
}

.datebox .date-month {
    position: absolute;
    top: 2px;
    margin-right: 77px;
    font-size: 16px;
    display: inline-block
}

.itemscope,.itemscope .thumb {
    width: 225px;
    position: relative
}

.new-episodes .position-episodes:hover .datebox .date-month,.new-episodes .position-episodes:hover .datebox .date-num {
    color: #bd2661
}

.page-download {
    padding: 40px 0;
    min-height: 60vh;
}

.page-download .download {
    margin-bottom: 35px;
    text-align: center
}

.page-download .download h4 {
    font-size: 16px;
    margin-bottom: 25px;
    color: #fcfcfc
}

.page-download .download h4 span {
    display: inline-block;
    font-size: 21px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #120a14;
    color: #fff;
    border-radius: 100%;
    margin-left: 5px;
    text-transform: uppercase
}

.page-download .download .btn-download {
    display: inline-block;
    margin: 0 auto;
    width: 240px;
    height: 48px;
    line-height: 50px;
    background: #3d2144;
    margin-bottom: 10px;
    border-radius: 33px;
    padding: 0 85px 0 25px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.page-download .download .btn-download i {
    position: absolute;
    width: 60px;
    height: 48px;
    background: var(--th-color-1);
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 42px;
    border-radius: 0 24px 24px 0;
    right: 0
}

.page-download .download .btn-download span {
    position: relative;
    z-index: 2
}

.page-download .download .btn-download:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 0;
    height: 48px;
    background: var(--th-color-1);
    border-radius: 24px 0 0 24px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.page-download .download .btn-download i {
    background: var(--th-color-1);
    color: #fff
}

.page-download .download .btn-download:hover:before {
    width: calc(100% - 61px)
}

.warp-banner {
    text-align: center;
    margin: 25px auto
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit!important;
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0!important;
    bottom: 0;
    right: 0!important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0!important
}

.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.simplebar-content:after,.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

.simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.featured-cols {
    height: 280px;
    overflow: hidden
}

.block-bgcolor-att .gtitle {
    background: #262a35
}

.b_title h3,h2.gtitle {
    color: #fff;
    background: #20252b;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    position: relative;
    height: 45px;
    line-height: 41px;
    border-radius: 23px
}

.gtitle.style-2 {
    background: 0 0;
    color: var(--th-color-1);
    padding: 0;
    font-size: 18px
}

.block-bgcolor-att {
    background: var(--th-colorbg-2);
    margin-top: 15px;
    padding-bottom: 15px
}

.more-link-dottt-left {
    position: absolute;
    bottom: 15px!important;
    top: auto;
    left: 50%;
    width: 150px;
    text-align: center;
    margin-left: -75px;
    margin-top: 0;
    z-index: 99999;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    margin-bottom: 20px;
    height: 42px;
    line-height: 40px;
    border-radius: 23px;
    border: .11rem solid #e81f69;
    background: #e81f69
}

.more-link-dottt-left:hover {
    background: #6006a2;
    color: #fff
}

.owl-carousel-works {
    min-height: 255px
}

.lmore {
    text-align: left
}

.position-relative .lmore {
    position: absolute;
    left: 0;
    top: 0
}

.lmore a {
    position: relative;
    font-size: 13px;
    padding: 0 15px;
    margin-bottom: 20px;
    height: 41px;
    line-height: 39px;
    border-radius: 28px;
    background: var(--th-color-1);
    border: .13em solid var(--th-color-1);
    display: inline-block
}

.lmore a i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: .1em solid #fff;
    border-radius: 100%;
    margin: 0 1px
}

.lmore a:hover {
    background: #6006a2;
    color: #fff;
    color: #fff
}

.row-artists-small {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%
}

.artists-box {
    margin-bottom: 35px
}

.artists-box-inn {
    position: relative;
    padding-right: 150px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 0
}

.artists-box-inn .artists-right {
    position: absolute;
    right: 0;
    top: 0
}

.artists-box-inn .artists-right .thumb {
    border: .3em solid #dadada;
    width: 140px;
    height: 140px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: all .4s ease
}

.artists-box-inn:hover .artists-right .thumb {
    border-color: #fff
}

.artists-box-inn:hover .artists-right .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.artists-box-inn:hover .artists-right .thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.artists-box:hover .artists-bottom {
    color: #dadada!important
}

.artists-box-inn .artists-right .thumb img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    transition: all .4s ease
}

.artists-box-inn .artists-right .favorite {
    background: var(--th-color-1);
    color: #12161e;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    position: absolute;
    right: 10px;
    top: 130px;
    z-index: 9
}

.artists-box-inn .artists-right .favorite svg {
    width: 24px
}

.artists-box-inn .artists-right .favorite:hover {
    background: #2c3341;
    color: #fff
}

.artists-box-inn .artists-right .favorite.active {
    background: #e53838;
    color: #fff
}

.artists-box-inn .artists-right span {
    display: block;
    height: 30px;
    border-radius: 18px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    position: absolute;
    right: 100px;
    top: 135px;
    border: .09rem solid var(--th-color-1);
    color: #fff;
    background: #121421;
    padding: 0 10px;
    width: max-content;
    z-index: 9
}

.artists-box-inn h2 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500
}

.artists-box-inn h3 {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1
}

.artists-box-inn h3 a {
    font-size: 14px;
    color: #5c6475
}

.artists-box-inn p {
    font-size: 13px;
    height: 66px;
    overflow: hidden;
    margin: 0
}

.artists-bottom {
    font-size: 12px;
    color: #5a6172
}

.thumbavatar {
    background: 0 0;
    width: 100%
}

.thumbavatar-artistss {
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    position: relative
}

.thumbavatar-artistss img {
    min-width: 100%;
    min-height: 100%!important;
    min-width: inherit!important
}

.thumbavatar {
    position: relative;
    overflow: inherit;
    width: 100%;
    margin: 0 auto 25px auto
}

.thumbavatar img {
    border-radius: 12px;
    height: 100%;
    width: 100%
}

.box-awardes {
    position: absolute;
    top: 0;
    right: 24px;
    z-index: 9999;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #262626
}

.box-awardes svg {
    width: 29px;
    margin: 14px 10px 10px 10px
}

.box-awardes div {
    position: relative
}

.box-awardes i {
    width: 100%;
    line-height: 46px;
    font-size: 27px;
    padding-left: 2px
}

.box-awardes span {
    background: var(--th-color-1);
    width: 20px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    font-size: 13px;
    position: absolute;
    top: 35px;
    right: -5px;
    text-align: center;
    font-weight: 600
}

.artists-info h2 {
    font-size: 21px;
    color: #fff
}

.artists-info h3 {
    font-size: 15px;
    margin-bottom: 20px;
    color: #5d6477;
    font-weight: 500
}

.artists-info ul.info {
    text-align: right;
    margin-bottom: 20px
}

.artists-info ul.info li {
    margin: 4px 0;
    color: #fff;
    font-size: 13px
}

.artists-info ul.info li label {
    padding: 0!important;
    margin-left: 8px;
    display: inline-block;
    margin-top: 0;
    text-align: right;
    color: #5d6477;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    width: 90px;
    border-left: 1px solid #5d6477
}

.artists-info .excerpt {
    color: #fff;
    font-size: 14px;
    max-height: 125px;
    overflow: auto;
    padding-left: 4px;
    text-align: justify
}

.owl-gallery-artists .item .img {
    border: .15em solid var(--th-colorbg-1);
    border-radius: 100%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    position: relative;
    transition: all .4s ease;
    background: var(--th-colorbg-1)
}

.owl-gallery-artists .item .img img {
    min-width: 80px;
    min-height: 80px;
    max-width: initial!important;
    position: relative;
    top: -2px
}

.owl-gallery-artists .item .img .mask {
    padding: 2px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    background: var(--th-colorbg-1);
    display: flex;
    justify-content: center;
    width: 80px;
    height: 80px
}

.owl-gallery-artists .item:hover .img:before {
    width: 100%;
    height: 100%
}

.owl-gallery-artists .item:hover .img {
    border-color: #fff
}

.box-show-awardes .owl-controls .owl-nav div {
    font-size: 21px;
    height: 29px;
    right: -5px
}

.box-show-awardes .owl-controls .owl-nav div.owl-next {
    right: 6px
}

.box-show-awardes {
    margin-top: 25px;
    position: relative
}

.box-show-awardes h4 {
    color: var(--th-color-1);
    font-size: 16px
}

.box-show-awardes h4 span {
    display: inline-block;
    border-radius: 100%;
    border: .1rem solid var(--th-color-1);
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-right: 10px
}

.box-show-awardes .item-awardes {
    position: relative;
    padding-right: 58px
}

.box-show-awardes .item-awardes svg {
    width: 45px;
    position: absolute;
    right: 0;
    top: 0
}

.item-awardes h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #fff
}

.item-awardes div {
    font-size: 14px;
    color: #5c6477;
    margin-top: 5px
}

.box-show-awardes .item-awardes span {
    color: #ea1f69;
    font-size: 17px;
    display: inline-block;
    margin: 0 10px
}

.artists-bottom2 {
    margin-top: 20px;
    text-align: center
}

.artists-bottom2 .add-favorites {
    display: inline-block;
    padding: 0 20px;
    border: .1rem solid #596072;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    color: #fff
}

.artists-bottom2 .add-favorites svg {
    color: #ef2323;
    margin-left: 5px;
    font-size: 21px;
    top: 0;
    position: relative;
    width: 20px
}

.artists-bottom2 .add-favorites.active {
    background: #f90000;
    border-color: #f90000
}

.artists-bottom2 .add-favorites.active svg {
    color: #fff
}

.artists-bottom .artists-views {
    background: url(../images/svg/views.svg) center right no-repeat;
    padding-right: 23px;
    background-size: 19px
}

.artists-bottom .artists-comments {
    background: url(../images/svg/comments.svg) center right no-repeat;
    padding-right: 23px;
    background-size: 18px
}

.artists-bottom .artists-heart {
    background: url(../images/svg/favorit.svg) center right no-repeat;
    padding-right: 23px;
    background-size: 16px
}

.home-actros {
    background: var(--th-body-bg);
    padding: 40px 0 10px 0;
    position: relative
}

.item-actros {
    text-align: center;
    vertical-align: top
}

.item-actros .item-actros {
    width: 100px;
    display: inline-flex;
    margin: 15px 8px
}

.item-actros.actros-style2 {
    text-align: center;
    background: var(--th-colorbg-2)
}

.item-actros.actros-style2.style3 {
    background: 0 0
}

.item-actros.actros-style2 .item-actros {
    width: 78px;
    margin: 5px 5px
}

.item-actros .item-actros .img {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
    transition: all .4s ease
}

.item-actros .item-actros.style3 .img {
    border-color: #12161f!important
}

.item-actros.actros-style2 .item-actros .img {
    width: 80px;
    height: 80px;
    border-color: #221529;
    background: #3d2144
}

.item-actros .item-actros .img .mask {
    transition: all .4s ease;
    border-radius: 6px;
    overflow: hidden;
    position: relative
}

.item-actros .item-actros:hover .img:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.item-actros .item-actros:hover .img {
    border-color: #4e315d
}

.item-actros .item-actros h5 {
    font-size: 14px;
    margin-top: 10px;
    color: #fff
}

.item-actros .item-actros:hover h5 {
    color: #f7c70c
}

.item-actros .img img {
    border-radius: 50%
}

.search-form-box {
    position: relative;
    margin-top: 0;
    background: #fff;
    border-radius: 2px;
    border: .12rem solid var(--th-colorbg-1);
    height: 40px;
    overflow: hidden
}

.search-form-box .search-field {
    width: calc(100% - 45px);
    top: 0;
    border: 0;
    background: 0 0;
    color: #2d2e2e;
    padding: 8px 15px
}

.search-form-box>svg {
    background: 0 0;
    border: 0;
    color: #5c6477;
    width: 22px
}

.search-form-box .search-submit {
    background: 0 0;
    border: 0;
    color: #5c6477
}

.search-form-box .search-submit svg {
    width: 20px
}

.widget {
    margin-bottom: 30px;
    margin-top: 10px
}

.widget .widget-body {
    min-height: 50px
}

.block-cat-news h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 19px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
    position: relative
}

.block-cat-news h1:before {
    content: "";
    background: #d14550;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
    width: 60px
}

.block-cat-news h1 a {
    color: #d14550
}

.block-cat-news .tump img {
    max-width: 100%
}

.block-cat-news .box-info {
    margin: 15px auto;
    text-align: center
}

.block-cat-news .box-info span {
    display: inline-block;
    margin: 0 15px 0 0
}

.block-cat-news .box-info span:first-child {
    display: inline-block;
    margin: 0 0
}

.block-cat-news .box-info span i {
    color: #d14550;
    margin-left: 3px
}

.block-cat-news .getcontent {
    padding: 15px;
    line-height: 26px
}

.widget {
    position: relative;
    margin-bottom: 25px;
    margin-top: 0
}

.widget-nobg {
    box-shadow: none;
    border: none
}

.widget .widget-title {
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative;
    font-size: 18px;
    color: var(--th-color-1)
}

.widget .widget-title:before {
    position: absolute;
    height: 2px;
    width: 28px;
    background-color: #59bdfb;
    bottom: -2px;
    right: 0
}

.widget .widget-title i {
    background-color: #59bdfb;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin-right: 0;
    color: #fff
}

.user-profile-widget .ul_list li,.widget.widget_stats li {
    color: #2f3239;
    font-size: 14px;
    font-weight: 700;
    background-color: #eaeaeb;
    margin-bottom: 10px;
    padding: 10px!important
}

.user-profile-widget .ul_list li i,.widget_stats li i {
    width: 23px;
    height: 23px;
    line-height: 23px!important;
    font-size: 11.5px!important;
    text-align: center;
    background-color: #2f3239
}

.widget .ul_list {
    margin-bottom: 0
}

.popular_posts ul li:last-child,.widget ul li:last-child,.widget_contact ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.widget-recent-recipes ul {
    margin: 0
}

.widget-recent-recipes ul li {
    overflow: hidden;
    padding-left: 0;
    padding-bottom: 19px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
    position: relative
}

.widget-recent-recipes ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget-recent-recipes ul li a.thumb {
    max-width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.widget-recent-recipes ul li a.thumb img {
    width: 100%;
    height: auto
}

.widget-recent-recipes ul li div span {
    font-style: italic;
    display: block;
    margin-bottom: 2px
}

.widget-recent-post ul {
    margin: 0
}

.widget-recent-post ul li {
    border-bottom: 1px dotted #eee;
    margin-bottom: 10px;
    padding: 0 0 13px 0;
    height: 80px
}

.widget-recent-post ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget-recent-post ul li a {
    color: #81858c;
    font-weight: 500;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.widget-recent-post .thumb {
    display: inline-block;
    float: right;
    margin-left: 15px;
    width: 85px;
    height: 49px;
    overflow: hidden;
    border: 2px solid #f5f5f5
}

.widget-recent-post .thumb img {
    width: 100%
}

.widget-recent-post .recent-post-date {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0
}

.widget-list ul {
    margin: 0
}

.widget-list ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ecedee;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    list-style: none;
    color: #4b525c;
    height: 100%
}

.widget-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget-list ul li a {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.widget-list ul li a:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    position: absolute;
    top: 4px;
    right: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out 0s
}

.widget-list ul li a:hover:before {
    right: 0
}

.widget-list ul li a:hover {
    padding-right: 13px;
    color: #59bdfb
}

.widget-list ul li a:hover:before {
    opacity: 1;
    visibility: visible
}

.tagcloud {
    overflow: hidden;
    height: 100%
}

.tagcloud a {
    background-color: #f6f6f6;
    border: 1px solid #e4e6e8;
    margin: 0 3px 3px 0;
    display: block;
    float: left;
    padding: 6px 10px;
    font-size: 12px!important;
    transition: all .17s ease-in-out;
    -moz-transition: all .17s ease-in-out;
    -webkit-transition: all .17s ease-in-out;
    -o-transition: all .17s ease-in-out
}

.tagcloud a:hover {
    background-color: #59bdfb;
    border-color: #59bdfb;
    color: #fff
}

.new-news {
    max-height: 750px;
    overflow: hidden;
    padding: 0 8px 0 0;
    position: relative
}

.new-news .more-link-dottt-left {
    bottom: 0!important;
    top: auto;
    left: 50%;
    margin-left: -73px;
    margin-top: 0;
    z-index: 99999
}

.new-news .more-link-dottt-left:hover {
    border: .11rem solid #262626;
    background: #262626;
    color: #fff
}

.new-news .more-link-dottt-left:hover i {
    border-color: #ec1f6a
}

.new-news ul li h5 {
    margin: 20px 15px 0 10px;
    font-size: 14px;
    padding: 0
}

.new-news ul li h5 a {
    color: #fff;
    font-size: 14px;
    font-weight: 800
}

.new-news ul li .content {
    color: #5c6375;
    font-size: 13px;
    margin: 10px 15px 10px
}

.new-news ul {
    position: relative;
    max-height: 750px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear,0 0,0 100%,from(#5d6477),to(rgba(0,0,0,0))) 15% 45%;
    -webkit-border-image: -webkit-linear-gradient(#5d6477,rgba(0,0,0,0)) 15% 45%;
    -moz-border-image: -moz-linear-gradient(#5d6477,rgba(0,0,0,0)) 15% 45%;
    -o-border-image: -o-linear-gradient(#5d6477,rgba(0,0,0,0)) 15% 45%;
    border-image: linear-gradient(to bottom,var(--th-colorbg-1),rgba(0,0,0,0)) 15% 45%;
    border-width: 0 2px 0 0
}

.new-news ul li {
    position: relative;
    padding-right: 5px;
    border-bottom: 1px solid var(--th-colorbg-1);
    height: 175px
}

.new-news ul li:last-child {
    border: none
}

.new-news ul li .post-detail {
    margin: 10px 15px 0 0
}

.new-news ul li .post-detail span {
    display: inline;
    margin-left: 20px;
    color: #fff;
    min-width: 50px
}

.new-news ul li .post-detail span a {
    color: #fff
}

.new-news ul li .post_time {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9999
}

.new-news ul li .post_time .post-date {
    position: relative;
    padding-right: 15px;
    color: var(--th-color-1);
    font-size: 13px
}

.new-news ul li .post_time .post-date .recent-infoblock {
    display: inline-block;
    background: #e3007c;
    color: #fff;
    height: 22px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 16px
}

.new-news ul li .post_time i {
    position: absolute;
    right: -9px;
    top: 2px;
    font-size: 18px;
    background: var(--th-body-bg);
    width: 18px
}

.new-news ul li .post_time span {
    display: block;
    color: #5c6477;
    padding: 0;
    margin: 0
}

.new-news ul li .post-cate {
    background: rgb(42 24 47);
    z-index: 99999;
    padding: 0 10px;
    color: #5d6379;
    height: 28px;
    line-height: 26px;
    border-radius: 13px;
    width: max-content;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 13px
}

.new-news ul li .thumb-bg {
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 0;
    overflow: hidden;
    width: 0
}

.new-news ul li:hover .thumb-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
    overflow: hidden;
    width: 100%
}

.new-news ul li .thumb-bg img {
    width: 100%
}

.new-news ul li .thumb-bg:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 0%;
    z-index: 999;
    background: -moz-linear-gradient(0deg,rgba(33,37,46,0) 14%,var(--th-body-bg) 75%);
    background: -webkit-gradient(linear,left top,right top,color-stop(14%,rgba(33,37,46,0)),color-stop(75%,var(--th-body-bg)));
    background: -webkit-linear-gradient(0deg,rgba(33,37,46,0) 4414 var(--th-body-bg) 75%);
    background: -o-linear-gradient(0deg,rgba(33,37,46,0) 14%,var(--th-body-bg) 75%);
    background: -ms-linear-gradient(0deg,rgba(33,37,46,0) 14%,var(--th-body-bg) 75%);
    background: linear-gradient(90deg,rgba(33,37,46,0) 14%,var(--th-body-bg) 75%)
}

.new-news ul li:hover .thumb-bg:before {
    width: 100%;
    height: 100%
}

.new-news ul li:hover .content {
    color: #fff
}

.new-news ul li:hover a {
    color: #fff;
    text-shadow: 0 0 1px var(--th-colorbg-1)
}

.new-news ul li:hover .post-cate {
    background: rgba(255,255,255,.75)
}

.new-news ul li:hover .post-cate a {
    color: #262626
}

.new-news ul li .post-detail span.post-views {
    background: url(../images/svg/views.svg) no-repeat center right;
    padding-right: 24px;
    display: inline;
    background-size: 19px
}

.new-news ul li .post-detail span.post-comments {
    background: url(../images/svg/comments.svg) no-repeat center right;
    padding-right: 24px;
    float: left;
    background-size: 18px
}

.home-news {
    background: #181d27;
    padding: 40px 0 20px 0
}

.recent-news {
    position: relative;
    margin-bottom: 30px;
    height: 402px;
    background: #283241
}

.recent-news.boxstyle-2 {
    height: 196px
}

.recent-news.style-1 {
    position: relative;
    margin-bottom: 25px;
    height: 418px
}

.recent-news .recent-infoblock {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #e3007c;
    color: #fff;
    height: 28px;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 16px;
    z-index: 9;
    font-weight: 600;
    font-size: 13px
}

.recent-news .recent-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.recent-news .recent-photo .recent-thumb-bg {
    position: relative;
    width: 100%;
    height: 100%
}

.recent-news .post-cate {
    background: rgba(27,33,45,.8);
    padding: 0 15px;
    color: #5d6379;
    height: 28px;
    line-height: 25px;
    border-radius: 14px;
    width: max-content;
    margin-bottom: 10px;
    font-size: 13px
}

.recent-news .recent-info h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6
}

.recent-news .recent-info a {
    color: #fff
}

.recent-news .recent-info p {
    color: #5d6379
}

.recent-news .post-date {
    color: var(--th-color-1);
    font-size: 13px;
    float: right
}

.recent-news .post-detail span {
    float: left;
    color: #fff;
    display: inline;
    min-width: 40px;
    height: 22px;
    margin-right: 20px;
    font-size: 13px
}

.mostviewspost-news {
    position: relative;
    margin-bottom: 25px;
    height: 196px
}

.mostviewspost-news.style-h {
    height: 350px
}

.pagenews .mostviewspost-news {
    margin-bottom: 15px
}

.mostviewspost-news.style-2 {
    height: 180px
}

.mostviewspost-news .mostviewspost-infoblock {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #e81f69;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 16px;
    z-index: 9;
    font-size: 13px;
    font-weight: 600
}

.mostviewspost-news .mostviewspost-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mostviewspost-news .mostviewspost-photo .mostviewspost-thumb-bg {
    position: relative;
    width: 100%;
    height: 100%
}

.mostviewspost-news .mostviewspost-photo .mostviewspost-thumb-bg:before {
    width: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(39,47,66,0)),color-stop(78%,var(--th-colorbg-1)),color-stop(79%,var(--th-colorbg-1)));
    background: -webkit-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: -o-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: -ms-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: linear-gradient(180deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    height: 100%;
    z-index: 999
}

.mostviewspost-news.style-h .mostviewspost-photo .mostviewspost-thumb-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(39,47,66,0)),color-stop(78%,var(--th-colorbg-1)),color-stop(79%,var(--th-colorbg-1)));
    background: -webkit-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: -o-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: -ms-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: linear-gradient(180deg,rgba(39,47,66,0) 0,var(--th-colorbg-1) 25%,var(--th-colorbg-1) 29%);
    height: 100%;
    z-index: 999
}

.mostviewspost-news .mostviewspost-photo img {
    min-width: 100%;
    vertical-align: middle
}

.mostviewspost-news .post-cate {
    background: rgb(227 0 124 / 48%);
    padding: 0 15px;
    color: #5d6379;
    height: 28px;
    line-height: 25px;
    border-radius: 14px;
    width: max-content;
    margin-bottom: 10px;
    font-size: 11px;
    width: max-content;
    display: inline-block;
    margin-right: 6px
}

.mostviewspost-news .mostviewspost-info {
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 15px
}

.mostviewspost-news .mostviewspost-info h4 {
    font-size: 16px;
    margin-bottom: 15px
}

.mostviewspost-news .mostviewspost-info h4.font-14 {
    font-size: 14px
}

.mostviewspost-news .mostviewspost-info a {
    color: #fff
}

.mostviewspost-news .mostviewspost-info p {
    color: #5d6379
}

.mostviewspost-news.style-h .mostviewspost-info a {
    font-size: 13px
}

.mostviewspost-news.style-h .mostviewspost-info p {
    font-size: 13px
}

.mostviewspost-news.style-h .post-cate a {
    font-size: 11px!important
}

.mostviewspost-news .post-date {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 51%)
}

.mostviewspost-news.style-h .post-date {
    color: #fff
}

.mostviewspost-news.style-h .post-date svg {
    color: #4c067e
}

.mostviewspost-news .post-date svg {
    width: 16px
}

.mostviewspost-news .post-detail span {
    float: left;
    color: #fff;
    display: inline;
    min-width: 40px;
    height: 22px;
    margin-right: 10px
}

.lastnewspost-news {
    position: relative;
    margin-bottom: 0;
    height: 196px
}

.lastnewspost-news.snews1 {
    height: 410px;
    background: var(--th-colorbg-1)
}

.lastnewspost-news.snews2 {
    height: 350px;
    background: var(--th-colorbg-1)
}

.lastnewspost-news.snews2 .recent-infoblock {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #e3007c;
    color: #fff;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 16px;
    z-index: 9
}

.lastnewspost-news.snews1 .lastnewspost-photo .lastnewspost-thumb-bg {
    height: 80%;
    overflow: hidden
}

.lastnewspost-news.snews1 .lastnewspost-photo img {
    min-height: 79%
}

.lastnewspost-news.snews1 .post-detail {
    padding-left: 10px;
    font-size: 13px
}

.lastnewspost-news.snews1 .post-detail .post-date {
    display: inline-block;
    font-size: 13px
}

.lastnewspost-news.snews1 .post-detail span.post-views {
    background: url(../images/svg/views.svg) no-repeat center right;
    padding-right: 25px;
    background-size: 14px
}

.lastnewspost-news.snews1 .post-detail span.post-comments {
    background: url(../images/svg/comments.svg) no-repeat center right;
    padding-right: 25px;
    background-size: 14px
}

.marg25 {
    margin-bottom: 25px
}

.lastnewspost-news .lastnewspost-infoblock {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #f7c800;
    color: #fff;
    height: 32px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 16px;
    z-index: 9
}

.lastnewspost-news .lastnewspost-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.lastnewspost-news .lastnewspost-photo .lastnewspost-thumb-bg {
    position: relative;
    width: 100%;
    height: 100%
}

.lastnewspost-news .lastnewspost-photo .lastnewspost-thumb-bg:before {
    width: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-body-bg) 78%,var(--th-body-bg) 79%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(39,47,66,0)),color-stop(78%,var(--th-colorbg-1)),color-stop(79%,var(--th-colorbg-1)));
    background: -webkit-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-body-bg) 78%,var(--th-body-bg) 79%);
    background: -o-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-body-bg) 78%,var(--th-body-bg) 79%);
    background: -ms-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: linear-gradient(180deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    height: 100%;
    z-index: 9
}

.lastnewspost-news .lastnewspost-photo img {
    width: 100%;
    min-height: 100%
}

.lastnewspost-news .post-cate {
    background: rgb(227 0 124 / 48%);
    padding: 0 10px;
    color: #5d6379;
    height: 22px;
    line-height: 21px;
    border-radius: 14px;
    width: max-content;
    display: inline-block;
    margin-right: 6px;
    font-size: 14px
}

.lastnewspost-news .post-cate a {
    font-size: 11px!important
}

.afternews-1 .lastnewspost-news .post-date,.afternews-2 .lastnewspost-news .post-date {
    display: inline-block!important
}

.lastnewspost-news .lastnewspost-info {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 5px;
    left: 0;
    right: 0
}

.lastnewspost-news .lastnewspost-info h4 {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
    max-height: 36px;
    overflow: hidden;
    line-height: 18px
}

.lastnewspost-news .lastnewspost-info a {
    color: #fff;
    font-size: 13px
}

.lastnewspost-news .lastnewspost-info p {
    color: #5d6379
}

.lastnewspost-news .post-date {
    color: #fff;
    font-size: 10px
}

.lastnewspost-news .post-date svg {
    width: 16px
}

.lastnewspost-news .post-date i {
    font-size: 12px
}

.lastnewspost-news .post-detail span {
    float: left;
    color: #fff;
    display: inline;
    min-width: 40px;
    height: 22px;
    margin-right: 10px
}

.recent-news {
    position: relative;
    margin-bottom: 25px;
    height: 350px
}

.home-recent .recent-news {
    height: 400px
}

.recent-news.boxstyle-2 {
    height: 196px
}

.recent-news.style-1 {
    position: relative;
    margin-bottom: 25px;
    height: 418px
}

.recent-news .recent-infoblock {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #e3007c;
    color: #fff;
    height: 28px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 16px;
    z-index: 9
}

.recent-news .recent-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.recent-news .recent-photo .recent-thumb-bg {
    position: relative;
    width: 100%;
    height: 100%
}

.recent-news .recent-photo .recent-thumb-bg:before {
    width: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-body-bg) 78%,var(--th-body-bg) 79%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(39,47,66,0)),color-stop(78%,var(--th-colorbg-1)),color-stop(79%,var(--th-colorbg-1)));
    background: -webkit-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-body-bg) 78%,var(--th-body-bg) 79%);
    background: -o-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-body-bg) 79%);
    background: -ms-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: linear-gradient(180deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    height: 100%;
    z-index: 999
}

.recent-news .recent-photo img {
    width: 100%;
    min-height: 100%
}

.recent-news .post-cate {
    background: rgb(227 0 124 / 48%);
    padding: 0 10px;
    color: #5d6379;
    height: 26px;
    line-height: 25px;
    border-radius: 14px;
    width: max-content
}

.recent-news .recent-info h4 {
    font-size: 16px;
    margin-bottom: 15px
}

.recent-news .recent-info a {
    color: #fff
}

.recent-news .recent-info p {
    color: #5d6379
}

.recent-news .post-date {
    color: var(--th-color-1);
    font-size: 14px;
    float: right
}

.recent-news .post-date svg {
    width: 16px
}

.recent-news .post-detail span {
    float: left;
    color: #fff;
    display: inline;
    min-width: 40px;
    height: 22px;
    margin-right: 10px;
    background: url(../images/svg/views.svg) no-repeat center right;
    padding-right: 24px;
    display: inline;
    background-size: 19px
}

.recent-news .recent-info {
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 15px;
    width: 100%
}

.recent-news .recent-info h4 {
    font-size: 16px;
    margin-bottom: 15px
}

.recent-news .recent-info a {
    color: #fff
}

.recent-news .recent-info p {
    color: #5d6379
}

.owl-slider-news .owl-dots {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    width: 100%
}

.afternews2 .lastnewspost-news {
    height: 122px;
    margin: 0;
    background: var(--th-colorbg-1)
}

.afternews2 .afternews-1 {
    margin-bottom: 16px
}

.afternews2 .lastnewspost-news .lastnewspost-photo {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    height: 100%;
    overflow: hidden
}

.afternews2 .afternews-1 .lastnewspost-news .lastnewspost-photo {
    right: auto;
    left: 0
}

.afternews2 .afternews-1 .lastnewspost-info {
    margin-left: 110px;
    top: 0;
    padding: 15px
}

.afternews2 .afternews-2 .lastnewspost-info {
    margin-right: 110px;
    top: 0;
    left: 0;
    padding: 5px 10px
}

.afternews2 .afternews-1 .lastnewspost-photo .lastnewspost-thumb-bg:before {
    background: -moz-linear-gradient(359deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%);
    background: -webkit-gradient(linear,left top,right top,color-stop(33%,rgba(37,48,66,0)),color-stop(77%,var(--th-colorbg-1)));
    background: -webkit-linear-gradient(359deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%);
    background: -o-linear-gradient(359deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%);
    background: -ms-linear-gradient(359deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%);
    background: linear-gradient(91deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%)
}

.afternews2 .afternews-2 .lastnewspost-photo .lastnewspost-thumb-bg:before {
    background: -moz-linear-gradient(180deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%);
    background: -webkit-gradient(linear,left top,right top,color-stop(23%,var(--th-colorbg-1)),color-stop(67%,rgba(37,48,66,0)));
    background: -webkit-linear-gradient(180deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%);
    background: -o-linear-gradient(180deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%);
    background: -ms-linear-gradient(180deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%);
    background: linear-gradient(270deg,rgba(37,48,66,0) 33%,var(--th-colorbg-1) 77%)
}

.afternews4 .lastnewspost-news {
    height: 187px
}

.afternews4 .lastnewspost-news .post-cate {
    margin: 5px 0 0 0
}

.recent-news .post-detail span.post-comments {
    background: url(../images/svg/comments.svg) no-repeat center right;
    padding-right: 25px;
    background-size: 19px
}

.marg-25 {
    margin-bottom: 25px
}

ul.blog-posts li {
    position: relative;
    padding: 10px 20px 15px 20px;
    margin-bottom: 15px;
    background: var(--th-colorbg-1);
    border-radius: 0
}

ul.blog-posts li .photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 290px;
    overflow: hidden
}

ul.blog-posts li .photo .thumb-bg {
    position: relative;
    width: 100%;
    height: 100%
}

ul.blog-posts li .photo .thumb-bg:before {
    width: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(180deg,rgba(39,47,66,0) 40%,var(--th-colorbg-1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,var(--th-colorbg-1)),color-stop(60%,rgba(39,47,66,0)));
    background: -webkit-linear-gradient(180deg,rgba(39,47,66,0) 40%,var(--th-colorbg-1) 100%);
    background: -o-linear-gradient(180deg,rgba(39,47,66,0) 40%,var(--th-colorbg-1) 100%);
    background: -ms-linear-gradient(180deg,rgba(39,47,66,0) 40%,var(--th-colorbg-1) 100%);
    background: linear-gradient(270deg,rgba(39,47,66,0) 40%,var(--th-colorbg-1) 100%);
    height: 100%;
    z-index: 999
}

ul.blog-posts li .photo img {
    width: 100%;
    min-height: 100%
}

ul.blog-posts li .inner {
    padding-right: 280px;
    position: relative;
    min-height: 150px
}

ul.blog-posts li .inner .post-date {
    color: #e81f69;
    font-size: 13px
}

ul.blog-posts li .inner .post-date svg {
    width: 18px
}

ul.blog-posts li .inner .post-cate {
    position: absolute;
    left: -10px;
    top: 0;
    background: rgb(227 0 124 / 48%);
    padding: 0 10px;
    color: #fdfdfd;
    height: 25px;
    line-height: 25px;
    border-radius: 14px;
    font-size: 13px
}

ul.blog-posts li .inner h3 {
    margin: 12px 0 15px 0;
    padding: 0;
    font-size: 15px;
    color: #fff
}

ul.blog-posts li .inner h3 a {
    color: #fff
}

ul.blog-posts li .inner p {
    line-height: 1.5;
    font-size: 14px;
    clear: both;
    color: #5d6379
}

ul.blog-posts li .inner .post-detail {
    margin-top: 0
}

ul.blog-posts li .inner .post-detail span {
    display: inline;
    margin-left: 20px;
    color: #fff;
    min-width: 60px
}

ul.blog-posts li .inner .post-detail span.post-views {
    background: url(../images/svg/views.svg) no-repeat center right;
    padding-right: 25px;
    display: inline;
    background-size: 19px
}

ul.blog-posts li .inner .post-detail span.post-comments {
    background: url(../images/svg/comments.svg) no-repeat center right;
    padding-right: 25px;
    background-size: 18px
}

ul.blog-posts li .inner .post-detail span a {
    color: #fff
}

ul.blog-posts li .inner ul.stars {
    margin-bottom: 10px
}

ul.blog-posts li .inner ul li {
    border: none;
    margin: 0;
    padding: 0
}

ul.blog-posts li .image-fader {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0,0,0,.3);
    border-radius: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(.4) rotate(50deg);
    -moz-transform: scale(.4) rotate(50deg);
    -ms-transform: scale(.4) rotate(50deg);
    -o-transform: scale(.4) rotate(50deg);
    z-index: 2
}

ul.blog-posts li:after {
    clear: both;
    content: " ";
    display: table
}

.single-episode-top {
    border-bottom: .08rem solid #26162b;
    margin-bottom: 20px;
    padding-bottom: 5px
}

.single-episode-top .single-title h4 {
    color: var(--th-color-1);
    font-size: 15px;
    margin-top: 10px
}

.single-news-warp {
    background: var(--th-colorbg-1);
    position: relative
}

.single-news-warp .newspost-photo {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    height: 350px
}

.single-news-warp .newspost-photo .thumb-news-post-img {
    position: relative;
    width: 100%;
    height: 100%
}

.single-news-warp .newspost-photo .thumb-news-post-img:before {
    width: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(39,47,66,0)),color-stop(78%,var(--th-colorbg-1)),color-stop(79%,var(--th-colorbg-1)));
    background: -webkit-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: -o-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: -ms-linear-gradient(270deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    background: linear-gradient(180deg,rgba(39,47,66,0) 30%,var(--th-colorbg-1) 78%,var(--th-colorbg-1) 79%);
    height: 100%;
    z-index: 999
}

.single-news-warp .newspost-photo img {
    width: 100%;
    min-height: 100%
}

.single-news-warp .post-meta {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 9999
}

.single-news-warp .post-meta .post-cate {
    display: inline-block;
    background: rgb(42 24 47);
    padding: 0 10px;
    color: #fff;
    height: 24px;
    line-height: 21px;
    border-radius: 14px;
    width: max-content;
    display: inline-block;
    margin-right: 6px;
    font-size: 13px;
    position: absolute;
    top: -31px
}

.single-news-warp .post-meta span {
    color: #fff;
    margin-right: 10px;
    display: inline;
    min-width: 40px;
    height: 22px
}

.single-news-warp .post-meta span svg {
    width: 14px;
    margin-left: 4px;
    color: #f8c901;
    position: relative;
    top: -1px
}

.single-news-warp .post-meta span i {
    color: #4c067e
}

.single-news-warp .post-meta span.post-views {
    background: url(../images/svg/views.svg) no-repeat center right;
    padding-right: 24px;
    display: inline;
    background-size: 20px
}

.single-news-warp .post-meta span.post-comments {
    background: url(../images/svg/comments.svg) no-repeat center right;
    padding-right: 24px;
    background-size: 18px
}

.single-news-warp .post-content-warp {
    padding: 15px
}

.single-news-warp .post-content {
    border-bottom: 1px solid #38213e;
    margin: 0 0 20px 0
}

.newsvote .newsetvote:hover {
    color: #fff
}

.alertvoteip {
    font-size: 12px;
    color: #fff;
    background: #f55d5d;
    padding: 0 15px;
    height: 25px;
    line-height: 23px;
    border-radius: 4px;
    margin-top: 35px;
    text-align: center;
    display: none
}

.voteloader {
    position: absolute;
    bottom: 5px;
    left: 25px;
    width: 19px;
    z-index: 999;
    margin-left: -8px;
    display: none
}

h2.titlenewsvote {
    font-size: 15px;
    font-weight: 400;
    color: #e81f69;
    height: 25px;
    margin: 0
}

.newsvote {
    margin: 0 0 0 -10px;
    text-align: center;
    position: relative
}

.newsvotebar:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3c9cd7;
    height: 0%;
    border-radius: 6px 6px
}

.newsvotebar .thevote {
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin-top: 7px;
    display: block
}

.newsetvote {
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    color: #5c6477
}

.newsetvote {
    color: #c6c6c6
}

.alertvoteip {
    font-size: 12px;
    color: #fff;
    height: 25px;
    line-height: 23px;
    border-radius: 4px;
    margin-top: 10px
}

.voteloader {
    position: absolute;
    bottom: 5px;
    left: 25px;
    width: 19px;
    z-index: 999;
    margin-left: -8px;
    display: none
}

.setnewsetvote {
    cursor: pointer
}

.setnewsetvote:hover {
    color: #f7c800
}

.newshoverview {
    position: absolute;
    top: -15px;
    left: -100px;
    background: #ec1f69;
    width: 75px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    border-radius: 15px;
    color: #fff;
    z-index: 9999;
    margin-top: -15px;
    margin-left: -38px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.mostviewspost-news:hover .newshoverview,.recent-news:hover .newshoverview {
    top: 10px;
    right: 10px;
    margin: 0
}

.lastnewspost-news:hover .newshoverview {
    top: 30%;
    left: 50%
}

.afternews-1 .lastnewspost-news:hover .newshoverview {
    top: 50%;
    left: 34%
}

.afternews-2 .lastnewspost-news:hover .newshoverview {
    top: 50%;
    left: 66%
}

.lastnewspost-info:before {
    display: none
}

.lastnewspost-info.borderhover:before {
    display: inherit
}

.newsource {
    line-height: 42px
}

.newsource span {
    color: #5c6477;
    font-weight: 600
}

.sharer-facebook {
    display: inline-block;
    background: #4354be;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    color: #fff
}

.sharer-facebook svg {
    width: 10px
}

.sharer-facebook:hover {
    background: #fff;
    color: #4354be
}

.item-actros.actros-style2 {
    background: 0 0
}

.writeyourarticle {
    border: 2px solid #4c067e;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    height: 42px;
    line-height: 40px;
    border-radius: 25px
}

.writeyourarticle svg {
    width: 12px;
    color: #4c067e;
    margin-left: 5px;
    position: relative;
    top: -1px
}

.writeyourarticle:hover {
    background: #4c067e;
    color: #262626
}

.writeyourarticle:hover svg {
    color: #fff
}

.home-recent .recent-news {
    height: 425px
}

.mostviewspost-news {
    height: 144px
}

.afternews4 .lastnewspost-news {
    height: 200px;
    margin-bottom: 25px
}

.afternews2 .afternews-1 {
    margin-bottom: 20px
}

.comment-form {
    margin-bottom: 27px
}

.comment-form .button {
    margin-bottom: 0
}

.comments-list {
    margin-bottom: 25px;
    padding-bottom: 0
}

.comments {
    margin-top: 30px
}

.comment-body {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment {
    list-style: none
}

.children .comment {
    margin: 0;
    border-bottom: none
}

.children {
    padding-right: 40px;
    position: relative
}

.commentlist li p {
    margin-bottom: 0;
    color: #fff
}

.collikes {
    display: inline-block;
    vertical-align: text-top
}

.btn-comment-like svg,.btn-comment-unlike svg {
    width: 13px
}

.btn-comment-like,.btn-comment-unlike {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.commentlist .controls {
    position: absolute;
    top: 0;
    left: 0
}

.commentlist .controls .edit,.commentlist .controls .reply {
    display: inline-block;
    margin: 0 15px 0 0
}

.commentlist .controls a {
    font-size: 12px;
    font-weight: 500;
    color: #4c067e
}

.commentlist .controls a:hover {
    color: #b59300
}

.commentlist li ul {
    list-style: none
}

.commentlist li .avatar {
    margin: 0;
    z-index: 1;
    float: right;
    width: 64px;
    height: 64px;
    margin-left: 20px;
    position: relative
}

.commentlist li .avatar img {
    display: block;
    width: 64px;
    height: 64px;
    padding: 3px;
    border: 1px solid rgba(32,39,41,.25);
    border-radius: 50%;
    background: #fff
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative
}

.commentlist li .author {
    margin-top: 0;
    margin-bottom: 10px
}

.commentlist li .comment-meta {
    float: right;
    margin-top: 7px;
    overflow: hidden;
    height: 100%
}

.commentlist li .stars {
    float: right;
    margin-top: 5px;
    margin-right: 0
}

.commentlist li .author span {
    display: block;
    font-size: 13px;
    font-weight: 600
}

.commentlist li .date {
    font-size: 12px;
    font-weight: 400;
    float: left;
    margin-left: 10px;
    color: #8e8e8e
}



img.lazy {
    background-image: url(../images/imgloading.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

#section-hometop {
    margin: 25px 15px
}

.owl-carousel-top-home .postmovie {
    height: 400px;
    -webkit-box-shadow: 0 0 20px #00000085;
    box-shadow: 0 0 20px #00000085
}

.owl-carousel-top-home .postmovie h4 {
    text-align: center;
    font-weight: 600;
    max-height: 45px;
    bottom: 60px
}

.owl-carousel-top-home .postmovie h4 a {
    font-size: 14px
}

.owl-carousel-top-home .postmovie .postmovie-photo .postmovie-thumb-bg:before {
    background: -moz-linear-gradient(270deg,rgba(18,22,31,0) 10%,var(--th-body-bg) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(18,22,31,0)),color-stop(100%,var(--th-body-bg)));
    background: -webkit-linear-gradient(270deg,rgba(18,22,31,0) 10%,var(--th-body-bg) 100%);
    background: -o-linear-gradient(270deg,rgba(18,22,31,0) 10%,var(--th-body-bg) 100%);
    background: -ms-linear-gradient(270deg,rgba(18,22,31,0) 10%,var(--th-body-bg) 100%);
    background: linear-gradient(180deg,rgba(18,22,31,0) 10%,var(--th-body-bg) 100%)
}

.owl-carousel-top-home .postmovie .postreviewavg {
    bottom: auto;
    top: 35px
}

.watch-btn-slide {
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    left: 10px;
    padding: 16px 40px;
    text-align: center;
    cursor: pointer;
    line-height: 14px;
    background: var(--th-color-1);
    -webkit-transition: .4s .4s all ease;
    -o-transition: .4s .4s all ease;
    transition: .4s .4s all ease;
    text-align: center;
    border-radius: 80px
}

.watch-btn-slide:hover {
    color: #fff
}

.watch-btn-slide i {
    font-size: 20px;
    line-height: 16px
}

.watch-btn-slide em {
    font-style: normal;
    font-size: 16px;
    padding-right: 10px;
    padding-top: 2px;
    font-weight: 600
}

.watch-btn-slide:before {
    content: '';
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 5px;
    left: 50%;
    height: 5px;
    border-radius: 50%;
    -webkit-transform: scale(0) translate(-50%,-50%);
    -ms-transform: scale(0) translate(-50%,-50%);
    transform: scale(0) translate(-50%,-50%);
    -webkit-transition: 0s all ease;
    -o-transition: 0s all ease;
    transition: 0s all ease;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background: #ffffff45
}

.watch-btn-slide:hover:before {
    -webkit-transform: scale(99) translate(-50%,-50%);
    -ms-transform: scale(99) translate(-50%,-50%);
    transform: scale(99) translate(-50%,-50%);
    opacity: 0;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease
}

#section-hometop .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%
}

#section-hometop .owl-nav div {
    font-size: 24px;
    position: absolute;
    top: 50%;
    bottom: auto;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 47px;
    padding: 0;
    margin-top: -22px;
    color: #303a7c;
    z-index: 99999999;
    background: #fbfbfb59;
    opacity: 1
}

#section-hometop .owl-nav div.owl-prev {
    right: -15px
}

#section-hometop .owl-nav div.owl-next {
    left: -15px
}

#section-hometop .owl-nav div:hover {
    background: #fff
}

#section-hometop .owl-dots .owl-dot span {
    width: 18px!important;
    height: 8px!important;
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important
}

#section-hometop .owl-dots .owl-dot.active span {
    width: 38px!important;
    background: var(--th-color-1)
}

ul.post_next_prev {
    border: .12rem solid #311d36;
    border-radius: 40px;
    text-align: center;
    position: relative;
    height: 45px;
    padding: 0;
    margin: 0;
    margin-top: 10px
}

ul.post_next_prev:before {
    content: '';
    position: absolute;
    left: 50%;
    border-right: 1px solid #311d36de;
    top: 10px;
    bottom: 10px
}

ul.post_next_prev li {
    display: inline-block;
    text-align: right;
    width: 40%;
    color: #311d36;
    font-size: 14px
}

ul.post_next_prev li:last-child {
    text-align: left;
    height: 42px;
    line-height: 40px
}

ul.post_next_prev li a {
    color: var(--th-color-1)
}

ul.post_next_prev li a:hover {
    color: #f8f9fa
}

ul.post_next_prev li a.disabled {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    font-weight: 600;
    color: #2f1c34
}

ul.post_options2 {
    border: .12rem solid #311d36;
    border-radius: 40px;
    text-align: center;
    position: relative;
    height: 45px;
    display: inline-block;
    padding: 0 20px;
    margin-top: 10px
}

ul.post_options2 li {
    display: inline-block;
    text-align: center;
    color: #a1a1a2;
    font-size: 16px;
    padding: 4px 4px;
    line-height: 29px;
    cursor: pointer
}

.iframe-video-light {
    position: fixed!important;
    left: 5%;
    top: 33px;
    width: 90%;
    height: 80%;
    z-index: 999999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.iframe-video-light-bg {
    position: fixed!important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0,0,0,.92);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

#mv-info2 {
    position: fixed!important;
    bottom: 0;
    right: 0;
    background: #343434;
    color: #444;
    display: inline-block;
    padding: 5px 5px 4px 5px;
    z-index: 99999999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    font-size: 13px;
    border-radius: 0;
    color: #fff
}

#mv-info2 svg {
    margin-left: 8px
}

ul.tags-gtitle {
    display: inline-block;
    margin-right: 15px;
    background: #20252b;
    border-radius: 30px;
    padding: 0 15px
}

#embed-iframe-player.fullwidth {
    position: fixed;
    width: 100%;
    z-index: 99999999;
    top: 0;
    left: 0;
    margin: 0
}

.postreviewavg {
    display: inline-flex;
    float: left;
    margin-left: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.info-detail-single .postreviewavg,.recent-movie .postreviewavg {
    float: right
}

.postmovie .postreviewavg {
    position: absolute;
    bottom: 15px;
    z-index: 999;
    right: 6px
}

.postreviewavg div {
    display: inline-flex;
    max-width: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.postreviewavg .post_review_avg {
    font-size: 21px;
    font-weight: 400;
    margin-left: 6px;
    padding: 5px;
    line-height: 1
}

.postmovie .postreviewavg .post_review_avg {
    font-size: 13px;
    font-weight: 300;
    margin-left: 4px;
    padding: 0;
    line-height: 1
}

.postreviewavg span {
    display: block;
    clear: both;
    font-size: 11px
}

.postmovie .postreviewavg .stars {
    width: 60px;
    background-size: 12px
}

.postmovie .postreviewavg .stars i {
    height: 13px;
    background-size: 12px
}

.postreviewavg .stars {
    width: 65px;
    display: block;
    height: 13px;
    background: url(../images/svg/star-rate-xs.svg) right top repeat-x;
    display: block;
    clear: both;
    position: relative;
    background-size: 13px 12px
}

.postreviewavg .stars i {
    position: absolute;
    content: '';
    background: url(../images/svg/star-rate-checked-xs.svg) right top repeat-x;
    height: 16px;
    right: 0;
    background-size: 13px 12px
}

.postreviewrate {
    display: inline-block;
    height: 46px;
    padding: 0 10px;
    position: relative
}

.postreviewrate:before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 15px;
    right: -10px;
    border-right: 1px solid rgb(255,255,255,.6)
}

.postreviewrate h5 {
    display: block;
    color: #fff;
    font-size: 12px;
    margin: 0 0 3px 0;
    text-align: right
}

.postreviewrate:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.postreviewrate label {
    margin: 0
}

.postreviewrate:not(:checked)>label {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
    display: inline-block;
    width: 17px;
    height: 15px
}

.postreviewrate:not(:checked)>label:before {
    content: '';
    display: block;
    width: 17px;
    height: 15px;
    background: url(../images/svg/star-rate.svg) no-repeat;
    background-size: cover
}

.postreviewrate>input:checked~label:before {
    background: url(../images/svg/star-rate-checked.svg) no-repeat
}

.postreviewrate:not(:checked)>label:hover:before,.postreviewrate:not(:checked)>label:hover~label:before {
    background: url(../images/svg/star-rate-checked.svg) no-repeat
}

.postreviewrate>input:checked+label:hover:before,.postreviewrate>input:checked+label:hover~label:before,.postreviewrate>input:checked~label:hover:before,.postreviewrate>input:checked~label:hover~label:before,.postreviewrate>label:hover:before,.postreviewrate>label:hover~input:checked~label:before {
    background: url(../images/svg/star-rate-checked.svg) no-repeat
}

.single-episode .postreviewrate {
    display: inline-block;
    float: left;
    height: 46px;
    padding: 0 10px;
    position: relative
}

.watch-embed-player {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    margin: 0 auto 10px auto;
    z-index: 2;
    background: #120a14;
    overflow: hidden
}

.watch-embed-player .div_iframe_player {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px
}

.watch-embed-player .div_iframe_player h3 {
    color: #fff;
    font-size: 18px
}

.watch-embed-player.fullwidth {
    position: fixed;
    width: 100%;
    z-index: 99999999;
    top: 0;
    left: 0;
    margin: 0
}

.watch-embed-player .server-loader {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.8) url(../images/loading.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20%;
    color: #ececec;
    z-index: 99
}

.watch-embed-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #120a14
}

@media only screen and (max-width: 780px) {
    .watch-embed-player {
        padding-bottom:74%
    }
}

.popup-notification {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: 0;
}
.popup-notification:before {content: '';position: absolute;left: 0;top:0;width: 100%;height: 4px;background: #000000a1}
.alert-success.popup-notification {background: #c3f3d7;color:#23ad5d}
.alert-success.popup-notification:before {background: #23ad5d}

.alert-primary.popup-notification {background: #d7efff;color:#48baff}
.alert-primary.popup-notification:before {background: #48baff}

.alert-warning.popup-notification {background: #ffdb9a;color:#ce8502}
.alert-warning.popup-notification:before {background: #ce8502}

.alert-danger.popup-notification {background: #ffe0e3;color:#ff4758}
.alert-danger.popup-notification:before {background: #ff4758}

.button-notification-close {
    left: 10px;
    right: auto;
    position: absolute
}


.info-detail-single .imdb,.single-imdb,.single-poster .info-detail-single .imdb {
    padding: 3px 6px 3px 50px;
    background: #ffc107 url(../images/imdb.svg) no-repeat 6px center;
    background-size: 39px;
    border-radius: 2px;
    min-height: 28px;
    color: #22222f
}

.info-detail-single-title {
    padding-left: 100px
}

.info-detail-single-title h3 {
    font-size: 21px;
    margin-top: 0;
    color: var(--th-color-1);
    margin-bottom: 8px;
    line-height: 1
}

.info-detail-single .extra {
    margin-bottom: 15px;
    margin-top: 15px
}

.info-detail-single .extra span {
    font-weight: 500;
    color: rgb(255 255 255 / 63%);
    font-size: 13px;
    line-height: 20px
}

.info-detail-single .extra span a {
    font-weight: 400;
    font-size: 14px;
    background: #fbc900;
    text-shadow: 1px 1px 1px rgb(0 0 0 / .5);
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 4px 5px 5px 5px;
    border-radius: 2px;
    float: right;
    margin-left: 10px
}

.info-detail-single h3 {
    font-size: 17px;
    margin-top: 0;
    color: #fff;
    padding-bottom: 14px
}

.info-detail-single h4 {
    font-size: 14px;
    margin-top: 0;
    color: #acacac;
    padding-bottom: 0
}

.single-episode h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.info-detail-single p.overflow-auto {
    max-height: 100px!important;
    overflow: auto!important;
    font-size: 13px;
    padding-left: 10px
}

.single-episode p.overflow-auto {
    max-height: 116px!important;
    overflow: auto!important;
    font-size: 13px;
    padding-left: 10px
}

.info-detail-single .info-datetime {
    display: block;
    margin: 10px 0
}

.swal2-footer a {
    background: #311d36;
    display: inline-block;
    margin: 0 .3125em;
    padding: .525em 1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px transparent;
    font-weight: 500;
    border-radius: 3px
}

#ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: rgb(0 0 0 / 60%) url(../images/loading.svg) no-repeat center center
}

.box-form-plans ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0
}

.box-form-plans ul li {
    color: #fff;
    border-bottom: 1px solid #432a4a;
    line-height: 45px;
    padding: 0 20px
}

.box-form-plans ul li label {
    margin: 0
}

.box-form-plans ul li div {
    float: left;
    color: #fff;
    font-weight: 500
}

.box-form-plans ul li div strong {
    font-weight: 600;
    font-size: 24px
}

.box-form-plans button {
    margin: 0 20px 10px 20px;
    width: calc(100% - 40px);
    height: 45px
}

@media (max-width: 768px) {
    .itemscopebox {
        margin-top:55px
    }
}

@media (max-width: 768px) {
    .single-post .single-photo {
        position: relative;
    }
}

/* header */
.header {
    background: #5E05A0;
    background: -webkit-linear-gradient(264deg,rgba(94, 5, 160, 1) 0%, rgba(169, 36, 213, 1) 100%);
    background: -moz-linear-gradient(264deg,rgba(94, 5, 160, 1) 0%, rgba(169, 36, 213, 1) 100%);
    background: linear-gradient(264deg,rgba(94, 5, 160, 1) 0%, rgba(169, 36, 213, 1) 100%);
    padding: 0;
    min-height: 60px;
    display: flex;
    position: relative;
    z-index: 9999;
    align-items: center;
}

.swiper-top-home .header {
    background: #5e05a0ab;
    background: -webkit-linear-gradient(264deg,rgba(94, 5, 160, 0.6) 0%, rgba(169, 36, 213, 0.6) 100%);
    background: -moz-linear-gradient(264deg,rgba(94, 5, 160, 0.6) 0%, rgba(169, 36, 213, 0.6) 100%);
    background: linear-gradient(264deg,rgba(94, 5, 160, 0.6) 0%, rgba(169, 36, 213, 0.6) 100%);
    padding: 0;
    position: relative;
    z-index: 99;
}

.header .site-brand {
    display: inline-block;
}

.header .site-brand img {
    max-height: 40px;
}

.header .search {
    width: 240px;
    margin: 0.2rem 3rem;
    position: relative;
    display: inline-block;
}

.header .search .form {
    padding: 0;
    position: relative;
}

.header .search .form input {
    font-weight: 300;
    background: var(--th-body-bg);
    box-shadow: none !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.42;
    color: #fff;
    background-image: none;
    border: 1px solid #191d28;
    border-radius: 28px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.header .search .form input:focus {
    outline: 0;
}

.header .search .form .submit {
    position: absolute;
    background: 0 0;
    color: #532660;
    cursor: pointer;
    border: 0;
    padding: 0 7px;
    top: 0px;
    left: 6px;
    line-height: 36px;
    font-size: 17px;
}

.header .navuser {
    display: inline-flex;
    margin: 0;
    padding: 0;
    /* gap: 5px; */
}

.header .navuser a {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    display:inline-flex;
    height: 34px;
    padding: 0 14px;
    justify-content: center;
    align-items: center;
}

.header .navuser a svg {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.header .navuser a.userpropage-user {
    border-radius: 53px;
    padding: 0;
    width: 34px;
}

.header .navuser a.userpropage-user svg {
    margin: 0;
    top: 0;
    color: #f6af2f;
    width: 24px;
}

.header .navuser a i {
    margin-left: 5px;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.nav-main-menu {
    margin: 0;
    background: var(--th-colorbg-1);
    margin-bottom: 25px;
}

#main-menu ul li {
    float: right;
    position: relative;
    margin: 0 2px;
}

#main-menu ul li:first-child {
    margin-left: 0;
}

#main-menu ul li a {
    display: block;
    text-align: center;
    line-height: 70px;
    height: 70px;
    padding: 0 10px;
    color: #e0e0e0;
    border-left: 0;
    transition: color .5s;
    position: relative;
    font-size: 1.1em;
    font-weight: 600;
}

#main-menu ul li a:hover {
    color: #fff;
}

#main-menu ul li:hover {
    text-decoration: none;
    color: var(--th-color-1);
    background: rgb(2 2 2 / 14%);    
}

#main-menu ul li ul {
    display: none;
    left: auto;
    right: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    top: 100%;
    z-index: 9999999;
    min-width: 180px;
    padding: 0;
    margin: 0 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: #6c119d;
    -webkit-background-clip: none;
    background-clip: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-menu ul li:hover ul {
    display: initial;
}

#main-menu ul li ul li {
    display: block;
    border-bottom: 0.01rem solid rgb(0 0 0 / 18%);
    padding: 0;
    margin: 0;
    float: none;
}

#main-menu ul li ul li:last-child {
    border-bottom: 0;
}

#main-menu ul li ul li a {
    font-size: 14px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: block !important;
    background: 0 0 !important;
    text-align: initial;
    height: 38px;
    line-height: 38px;
}

#main-menu ul li ul li a:hover {
    padding-left: 18px !important;
    color: #fff
}

.open_close {
    display: none;
}

.open_close i {
    font-size: 24px
}
.icon-search,
.surprise {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    display:inline-flex;
    height: 34px;
    padding: 0 14px;
    justify-content: center;
    align-items: center;
}
.icon-search {padding: 0;width: 34px}
.icon-search svg {width: 21px}
.surprise svg {
    position: relative;
    top: -1px;
    margin-left: 4px
}

.surprise:hover {
    background: rgba(0, 0, 0, .8);
    color: #b126da !important;
}

.col-notpadding {
    padding: 0 10px;
}

.post-movie {
    position: relative;
    margin-bottom: 25px;
    height: 230px;
    overflow: hidden;
    border-radius: 6px;
}

.post-movie.post-movie-big {
    position: relative;
    margin-bottom: 20px;
    height: 520px;
}

.post-movie .post-movie-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.post-movie .post-movie-photo .post-movie-thumb-bg {
    position: relative;
    width: 100%;
    height: 100%
}

.post-movie .post-movie-photo .post-movie-thumb-bg:before {
    width: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(270deg, rgba(18, 22, 31, 0) 30%, #12161e 90%);
    background: -webkit-linear-gradient(270deg, rgba(18, 22, 31, 0) 30%, #12161e 90%);
    background: -o-linear-gradient(270deg, rgba(18, 22, 31, 0) 30%, #12161e 90%);
    background: -ms-linear-gradient(270deg, rgba(18, 22, 31, 0) 30%, #12161e 90%);
    background: linear-gradient(180deg, rgba(18, 22, 31, 0) 0%, rgba(18, 22, 31, 0.7) 100%);
    height: 105%;
    z-index: 999
}

.post-movie .post-movie-photo img {
    width: 100%;
    min-height: 100%
}

.post-movie h4 {
    /* height: 36px; */
    /* overflow: hidden; */
    /* line-height: 16px; */
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 30px;
    z-index: 999;
    /* padding: 0 5px; */
    text-align: center;
    /* width: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* align-content: center; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
}

.post-movie h4 a {
    color: #fff;
    font-size: 14px;
}

.post-movie .featured {
    background: var(--skinscolor);
    position: absolute;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    padding: 0 10px;
    border-radius: 14px;
    top: -10.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.item .post-movie .featured {
    display: none;
}

.post-movie .release, .post-movie .quality {
    color: #fff;
    background: rgb(0 0 0 / 80%);
    padding: 0 5px;
    height: 25px;
    line-height: 26px;
    border-radius: 3px;
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 999;
    font-weight: 600
}

.post-movie .quality {
    left: auto;
    right: 8px;
    background: #CC2026;
}

.post-movie .rating {
    position: absolute;
    bottom: 4px;
    z-index: 999;
    right: 6px;
    direction: rtl;
    font-size: 13px;
    color: #fbb829;
    background-repeat: no-repeat;
    background: transparent;
    background-position: right;
}

.post-movie:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    /* border-radius: 3px; */
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.post-movie:before {
    content: '';
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-radius: 0;
    /* background: rgba(0, 0, 0, .3); */
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.post-movie .post-movieview {
    position: absolute;
    top: 50%;
    left: -50%;
    background: url(../images/play4.svg) no-repeat center center;
    background-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    margin-top: -40px;
    margin-left: -30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    z-index: 999;
    padding-right: 2px;
    font-size: 21px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.post-movie:hover .post-movieview {
    left: 50%;
}

.post-movie:hover:after {
    height: 100%;
    width: 100%;
    /* border-radius: 3px; */
}

.post-movie .options-icons {
    display: flex;
    position: absolute;
    bottom: 6px;
    left: 8px;
    z-index: 999;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
}

.options-icons .downloads, .options-icons .add_watchlater, .options-icons .add_favorite, .options-icons .show-qtip {
    margin-right: 15px;
    color: #fff;
    /* text-align: center; */
    /* width: 20px; */
}

.options-icons .add_favorite.active {
    color: #FBB829
}




.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 70px;
    width: 100%;
    z-index: 9999999999;
    transform: translateY(-100%);
    transition: all 0.5s;
    width: 100%;
    background-color: #3a1d45;
    transition: all 0.5s;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    padding: 10px 25px;
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
}

.form-holder-outer {
    width: 100%;
    padding: 2px 10px;
}

.search-popup .form-holder-inner {
    position: relative;
    width: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.search-popup input.search_field {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: 8px 15px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.search-popup input.search_field::placeholder {color: #fff;}
.search-popup svg {
    width: 21px
}

.search-popup .close-search {
    cursor: pointer;
    opacity: 0.6
}

.search-popup .close-search:hover {
    opacity: 1
}

.search-popup .search_field:focus {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}

body.search-active:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    z-index: 999999;
}



.slider-ourdrama-top {
    margin-top: -70px;
}

@media only screen and (max-width: 1350px) {
    .list-episode-simplebar {
        height:455px
    }
}

@media only screen and (max-width: 1200px) {
    .list-episode-simplebar {
        height:400px
    }

    .epnextprev a {
        flex: 100%
    }

    #header .search {
        width: 160px
    }
}

@media only screen and (max-width: 988px) {
    .list-episode-simplebar {
        height:400px
    }

    #header .logo {
        float: left;
        margin: auto;
        text-align: center;
        margin-top: 0;
        width: 100%;
        display: block;
        padding: 8px 0 15px 0
    }

    #header .user a {
        padding: 0;
        width: 38px;
        text-align: center;
        height: 38px;
        line-height: 35px
    }

    #header .user a span {
        display: none
    }

    #header .user a svg {
        margin: 0
    }

    .push-menu-btn {
        display: inline-block
    }

    #header .navbar {
        display: none
    }

    #slider-movies-series .title {
        font-size: 32px
    }

    #slider-movies-series .title span {
        top: -4px;
        font-size: 11px
    }

    #slider-movies-series .terms {
        font-size: 16px
    }

    #slider-movies-series .terms a:before {
        height: 15px
    }

    #slider-movies-series a.shownow {
        padding: 0 20px
    }

    #slider-movies-series a.shownow svg {
        margin-right: 15px
    }

    .owl-dots .owl-dot.active span {
        width: 30px
    }

    #slider-movies-series .owl-controls {
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 12%
    }

    .rating {
        width: 100px
    }

    .colsbox-3,.colsbox-4,.colsbox-5,.colsbox-6 {
        text-align: center;
        display: block;
        vertical-align: top
    }

    .colsbox-3 .col-post-movie,.colsbox-4 .col-post-movie,.colsbox-5 .col-post-movie,.colsbox-6 .col-post-movie {
        width: calc(100% / 3);
        float: none;
        display: inline-flex;
        vertical-align: top;
        padding: 10px 5px
    }

    .col-post-movie .movie-info {
        bottom: 0
    }

    .col-post-movie .movie-info h3 {
        font-size: 15px
    }

    .col-post-movie .temporada {
        font-size: 14px!important
    }

    .col-post-movie .movies-collection {
        font-size: 12px
    }

    .padding-80 {
        padding: 40px 0 0 0
    }

    .last-episode-home {
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto
    }

    footer.footertop {
        text-align: center
    }

    footer.footertop span {
        margin-bottom: 30px;
        display: block
    }

    footer.footertop .social,footer.footertop .text-left {
        text-align: center
    }

    footer.footertop .w-260 {
        width: 100%;
        text-align: center;
        margin-top: 40px
    }

    footer.copyright .text-left {
        text-align: center
    }

    footer.copyright ul {
        text-align: center;
        margin-bottom: 25px
    }

    .info-detail-single ul,.single-poster {
        display: block
    }

    .single-poster .single-thumb-bg {
        text-align: center;
        margin-bottom: 30px
    }

    .info-detail-single ul li {
        display: block;
        width: 100%
    }

    .info-detail-single .post-content {
        padding-bottom: 10px
    }

    .info-detail-single .box-community {
        margin-bottom: 30px
    }

    .box-community .link-watchlater,.info-detail-single .box-community .link-like {
        margin-top: 15px
    }

    .eps-footer {
        text-align: center
    }

    .epnextprev {
        margin-bottom: 20px
    }

    .share-links.share-centered {
        text-align: left
    }

    .colsbox-6 .col-post-movie .post-shortlink {
        margin-top: 15px
    }

    .server-downloads h5 {
        margin-bottom: 20px;
        margin-top: 5px
    }

    .server-downloads ul {
        float: none;
        text-align: center
    }

    .server-downloads ul li a {
        width: 100%
    }

    .embed-player-tabs .postserv9erlist li {
        margin-bottom: 5px
    }

    .embed-player-tabs .postserv9erlist {
        text-align: center;
        display: flex;
        flex-wrap: wrap
    }

    .order-first {
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-last {
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .single-episode-top {
        text-align: center
    }

    .single-episode-top .box-community {
        text-align: center;
        margin-top: 20px
    }

    .single-episode-top .numepisode {
        display: none
    }

    .loop-episode-box {
        margin-top: 25px
    }

    .loop-episode {
        margin-bottom: 15px
    }

    #mobile-menu ul ul {
        display: block;
        float: none
    }

    #mobile-menu ul ul.opend {
        display: block
    }

    #mobile-menu .dropdown-toggle::after {
        position: absolute;
        left: 15px;
        font-size: 15px;
        top: 20px;
        border: 0;
        background: url(../images/svg/arw-icon-li.svg) no-repeat;
        background-size: 9px;
        width: 15px;
        height: 15px
    }

    .head-title .box-community {
        position: relative;
        top: auto;
        left: auto;
        text-align: rigth
    }

    .wrapsearch {
        position: relative;
        top: auto;
        left: auto;
        width: 100%
    }

    .wrapsearch .col {
        width: 100%!important;
        display: block;
        flex: 50%
    }

    .wrapsearch .search-submit button {
        width: calc(100% - 45px)
    }

    .wrapsearch .customselect-trigger {
        max-width: 100%
    }

    .person {
        width: calc(100% / 3)
    }

    .custom-input-box,.custom-select-wrapper {
        margin-bottom: 5px
    }

    .custom-input-box .custom-input {
        margin-bottom: 10px
    }

    .fakeplayer .playbox span.playbtm {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px
    }

    .colbox-userpro .userpro-featured li {
        flex: 100%
    }

    .list-episode-simplebar {
        height: 300px
    }

    .eps-footer {
        text-align: center
    }

    .eps-footer .col-md-4.text-left {
        text-align: center!important;
        padding-top: 20px
    }

    .share-links.share-centered {
        margin: auto
    }

    .post-shortlink {
        margin-top: 10px
    }

    .owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev {
        display: none!important
    }
    #main-menu ul {
        display: none;
        justify-content: center;
        margin-bottom-: 25px
    }
}

@media only screen and (max-width: 768px) {
    .eps-footer {
        text-align:center
    }
    .btn-open-search {position: absolute;top: 15px;left: 15px}
    
    .slider-ourdrama-top {
        margin-top: -115px;
    }
    .pt-6 {
        padding-top: 140px;
    }

    .eps-footer .col-md-4.text-left {
        text-align: center!important;
        padding-top: 20px
    }

    .share-links.share-centered {
        margin: auto
    }

    .post-shortlink {
        margin-top: 10px
    }

    .post-footer {
        justify-content: center
    }

    .owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev {
        display: none!important
    }

    #header .search {
        width: 250px;
        float: right
    }

    .lmore {
        text-align: center
    }

    .sec-filter {
        margin: 0!important;
        text-align: center;
        display: block
    }

    .sec-title {
        margin: 0 auto 20px auto;
        font-size: 15px;
        display: table
    }

    .footer-top .text-left {
        text-align: center!important
    }

    .footer-top a {
        margin: 20px auto
    }

    .footer-top ul {
        width: 290px;
        margin: auto
    }

    .nav-footer {
        margin: 20px 0;
        text-align: center
    }

    .footer-social {
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center
    }

    .footer .copyright,.footer .logo {
        text-align: center;
        margin-top: 5px
    }
}

@media only screen and (max-width: 568px) {
    .starstruck-ptype {
        display:block;
        float: none
    }

    .community-starstruck a {
        margin-top: 25px
    }

    .wrapsearch .col {
        width: 100%!important;
        display: block;
        flex: 100%
    }

    .wrapsearch .search-submit button {
        width: calc(100% - 45px)
    }

    .wrapsearch .customselect-trigger {
        max-width: 100%
    }

    .col-post-movie .movie-info .movie-info-more {
        width: 32px;
        height: 32px;
        overflow: hidden;
        display: none
    }

    .col-post-movie .movie-info .movie-info-more i {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .col-post-movie .movie-info .movie-info-more svg {
        width: 13px;
        position: relative;
        left: 2px
    }

    .col-post-movie .thumb {
        height: 270px;
        margin-left: auto;
        margin-right: auto
    }

    .col-post-movie .thumb img {
        min-width: 100%;
        min-height: 100%;
        max-width: 100%
    }

    .person {
        width: calc(100% / 2)
    }

    .post-shortlink a {
        width: 40px;
        overflow: hidden
    }

    #slider-movies-series .thumb {
        display: none
    }

    #slider-movies-series .date {
        flex: 100%;
        text-align: center
    }

    .bigcontent {
        padding: 15px 15px 0 15px;
        text-align: center
    }

    .bigcontent .thumb {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        margin-top: -35px;
        display: inline-block
    }

    .section-player .bigcover .box-community {
        left: 50%;
        margin-left: -130px;
        bottom: 10px
    }

    .info-detail-single-title {
        padding-left: 0
    }

    .single-poster .info-detail-single .imdb {
        position: relative;
        width: 80px;
        margin: auto
    }

    .info-detail-single ul {
        text-align: initial
    }

    .eps-footer {
        text-align: center
    }

    .eps-footer .col-md-4.text-left {
        text-align: center!important;
        padding-top: 20px
    }

    .share-links.share-centered {
        margin: auto
    }

    .persons-1col {
        padding: 0 15px
    }

    .post-shortlink {
        margin-top: 10px
    }

    .epnextprev a {
        flex: 40%
    }
}

@media only screen and (max-width: 400px) {
    .wrapsearch .col {
        width:100%!important;
        display: block;
        flex: 100%
    }

    .wrapsearch .search-submit button {
        width: calc(100% - 45px)
    }

    .wrapsearch .customselect-trigger {
        max-width: 100%
    }

    .colsbox-3 .col-post-movie,.colsbox-4 .col-post-movie,.colsbox-5 .col-post-movie,.colsbox-6 .col-post-movie {
        width: calc(100% / 2)
    }

    .wrapsearch .col {
        width: 100%!important;
        display: block;
        flex: 30%
    }

    .wrapsearch .col:last-child {
        flex: 0 0 100%;
        text-align: center
    }

    .wrapsearch .search-submit {
        text-align: center;
        margin-top: 0
    }

    .epnextprev a {
        flex: 40%
    }
    
}


@media (max-width: 768px) {

    .order-new-episode,
    .recent-movie {margin-top: 35px}
    .header .d-flex {
        display: block !important;
        text-align: center;
    }

    .header .site-brand, .header .search, .header .me-auto {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    

    #main-menu ul li {
        float: none;
        margin: 0 3px;
    }

    #main-menu ul li a {
        padding: 0 5px;
    }

    .surprise {
        float: none;
        position: absolute;
        bottom: -45px;
        left: 15px
    }

    .nav-main-menu {
        text-align: center;
        position: relative
    }
}
