.listing_s {
    margin: 0px auto;
    display: block;

}

.S_collapsible {
    background: rgba(18, 19, 19, 0.25);
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.listing_s .active,
.S_collapsible:hover {
    background-color: #101010;
}

.S_collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.listing_s .active:after {
    content: "\2212";
}

.s_content {
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    display: none;
    border-top: 2px solid #8510f373;

}

.show {
    display: block;
}

.s_epsoide {
    display: inline-block;
    color: #fff;
    background: #353239;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-align-last: center;
    margin: 0 8px 8px 0;
    width: 100px;
    border-radius: 5px;
    padding: 10px 15px;
    width: 138px;

}

.s_season {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #222020;
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
    text-align: left;
    display: block;
    color: #ffffff;
    height: auto;
}

.s_active {
    color: #fff !important;
    background: #f6b93b;
    -webkit-box-shadow: 0px 0px 0px 4px rgb(79 25 149 / 30%);
    box-shadow: 0px 0px 0px 4px rgb(79 25 149 / 30%);
    -webkit-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}



/****** seasons / EPSOIDES  MAIN POST FULLSTORY.TPL********/

.serie_seasons {
    padding: 10px;
    padding-left: 15px;
    background: rgba(18, 19, 19, 0.25);
    text-align: justify;
    text-align-last: left;
    position: relative;
    margin: 20px auto;
    display: block;
    width: 100%;
}

.season_link {
    width: 23%;
    display: inline-block;
    margin: 10px 7px;
    position: relative;
}

.season_link:hover {
    color: rgb(38, 158, 102);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

img.season_poster {
    width: 100%;
    display: block;
    border-radius: 5px;
    height: auto;
}

.season_name {
    width: 100%;
    display: block;
    text-align: center;
}

.season_name {
    width: 100%;
    display: block;
    text-align: center;
    text-align-last: center;
    font-weight: bold;
    padding: 2px;
    font-size: 15px;
    text-transform: capitalize;

}

.season_header {
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    box-shadow: inset 0 -3px #f6b93b;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
    text-align: left;
    text-align-last: left;
    background: rgba(18, 19, 19, 0.25);
}

.season-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #151515ba;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serie_Epsiode {
    text-align: center;
    padding: 10px;
    padding-left: 15px;
    background: rgba(18, 19, 19, 0.25);
    text-align: center;
    text-align-last: center;
    position: relative;
    margin: 20px 0;
}

.season_container {
    padding: 20px;
}

.seasontitle h2 {
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}

.epsiode_link {

    display: inline-block;
    color: #fff;
    background: #353239;
    background: linear-gradient(to bottom, #262626, #121212);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-align-last: center;
    margin: 0 8px 8px 0;
    width: 100px;
    border-radius: 5px;
    padding: 10px 15px;
    width: 110px;

}

.epsiode_name {
    position: relative;
}

/******** actor **************/
.actors_block {
    margin: 10px auto;
    text-align: justify;
    text-align-last: left;

    padding: 10px 0;
    width: 100%;
}

.actors_box {
    padding: 10px;
    display: inline-block;
    width: 30%;
    background: #1c2024;
    margin: 5px 10px;
    border-radius: 5px;
}

.actors_data {
    display: inline-block;
    padding-left: 10px;
    width: calc(100% - 34px);
    text-align-last: left;
}

.actors_header {
    display: block;
    width: 100%;

    background: transparent;
}

.actors_title {
    position: relative;
}

.actors_block img {
    width: 34px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: -2px;
}

.actors_data {
    display: inline-block;
    padding-left: 10px;
    width: calc(100% - 34px);
    text-align-last: left;
    text-align: left;
}

.actors_name,
.actors_role {
    display: block;
    padding-right: 10px;
}

.actors_name a {
    font-size: 14px;
}


.actors_role {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabs-block__select span {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 10px;
    background-color: var(--bg-brighter);
    color: var(--tt-fader-gray);
    font-weight: 400;
    margin: 2px 3px;
}

/***** ADVANCED PLAYER ******/

.holder {
    width: 100%;
    height: 500px;
    background: #151617;
    position: relative;

}


.player {
    margin: 10px auto;
    margin-bottom: 40px;
    display: none;

}

.PlayersTable {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background: #151617;
    padding: 8px;
    box-sizing: border-box;
    margin: 0 auto;
}

.PlayersTable tr:nth-child(even) {
    background-color: #111;
}

.SelectForm {
    background-color: #111;
    padding: 13px;
    margin-bottom: 1px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.PlayersTable tr {
    position: relative;
    padding: 8px;
    font-size: normal;
}

.PlayersTable td {

    padding: 12px;
    font-size: 14px;
    font-weight: normal;
}

.small {
    width: 120px;
    padding-right: 10px;
}

.lg {
    width: 180px;
}

select:checked {
    color: #f6b93b;
}

.playersquality {
    padding: 2px 5px;
    background: #f6b93b;
    border-radius: 5px;
    font-size: 12px;
}

.playerLink {
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.active_tr {
    border-bottom: 3px solid #f6b93b;

}

.playersfav {
    display: inline-block;
    margin-right: 5px;
    width: 16px;

    margin-bottom: -5px;
}

.playerIframe {
    width: 100%;
    height: 450px;
    background: #101010;
}

.prevPost,
.nextPost {

    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 13px;
    background: #151617;
    font-weight: normal;
    border-radius: 5px;
}

.prevPost:hover,
.nextPost:hover,
.BackLink:hover {
    background: #f6b93b;
    color: #050505;
}

.BackLink:hover {
    background: transparent;
    color: #f6b93b;


}

.prevPost {
    position: absolute;
    left: 12px;
    top: 14px;
    background: linear-gradient(to bottom, #262626, #121212);
    color: hsla(0, 0%, 100%, .8);
    border-radius: 6px 0;
    text-align: center;
    cursor: pointer;
}

.nextPost {
    background: linear-gradient(to bottom, #262626, #121212);
    position: absolute;
    right: 12px;
    top: 14px;
    color: hsla(0, 0%, 100%, .8);
    border-radius: 6px 0;
    text-align: center;
    cursor: pointer;
}

.clear {
    clear: both;
}

.seasonForm {

    padding: 0;
    margin: auto;
    display: inline-block;
}

.sesonsSelect,
.seriesSelect {
    display: inline-block;
    width: 150px;
    padding: 0;
    padding: 6px 15px;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    height: auto;
    background: linear-gradient(to bottom, #262626, #121212);
    cursor: pointer;
}

.s_submit {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    background: #151617;
    margin: 0;
    padding: 6px 20px;
    border-radius: 5px;
    height: auto;
    margin-left: 7px;
    background: linear-gradient(to bottom, #262626, #121212);
    width: 100px;
    text-align: center;
    cursor: pointer;
}

form#seasonForm {
    width: 513px;
    text-align: center;
    padding: 0;
    margin: 0;
    text-align: center;
    margin: auto;
}

.seriesSelect {
    display: none;
}

.season_activate {
    display: inline-block;
}

.serieBackLink {
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
    margin-top: -30px;
}

.BackLink {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 13px;
    background: transparent;
    font-weight: normal;
    border-radius: 5px;
    margin: auto;
    width: 300px;
    overflow: hidden;
}

.playersquality {

    color: #000;
}

.fs__descr--text {
    text-align: justify;
}

/********BUTTON******/
.loader2 {
    box-sizing: border-box;
    cursor: pointer;
    height: 180px;
    left: 50%;
    line-height: 180px;
    margin-left: -90px;
    margin-top: -150px;
    position: absolute;
    text-align: center;
    top: 65%;
    width: 180px;
    z-index: 999;

}

.loader2:before {
    -webkit-animation: gogoloader 2s infinite;
    animation: gogoloader 2s infinite;
    z-index: 2
}

.loader2:after {
    -webkit-animation: gogoloader 2s 1s infinite;
    animation: gogoloader 2s 1s infinite;
    z-index: 1
}

.loader2:after,
.loader2:before {
    border: 5px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 50px #fff, inset 0 0 50px #fff;
    box-sizing: border-box;
    content: " ";
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bwac-btn {
    background: #f6b93b linear-gradient(180deg, #f6b93b, #f6b93b) repeat-x;
    border-color: #f6b93b;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -120px;
    position: absolute;
    top: 65%;
    width: 120px;
    z-index: 1000
}

.bwac-btn i {
    font-size: 60px;
    left: 40px;
    position: absolute;
    top: 22px;
}

.bwac-btn:before {
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 110px;
    left: 0;
    position: absolute;
    top: 0;
    width: 110px
}

.bwac-btn:after {
    bottom: -40px;
    color: #f9f7f7;
    content: "PLAY";
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    text-align: center;
    text-shadow: -1px 0 5px rgba(8, 8, 8, .5);
    width: 120px
}

@-webkit-keyframes gogoloader {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@keyframes gogoloader {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}


.gdprcookie-stickybar {
    background-color: #00000080 !important;
    color: rgb(255, 255, 255) !important;
    padding-left: 32px !important;
}

.inner-page__main .movie-item {
    width: 24% !important;
}

.relative {
    position: relative;
}

.preview {
    position: absolute;

}

.relative {
    position: relative;
}

.preview {
    position: absolute;

}

.relative {
    position: relative;
}

.preview {
    position: absolute;
    background: #000000c7;
    z-index: 333;
    padding: 15px;
    font-size: 12px;
    top: 80px;
    right: -120px;
    left: 175px;
    width: 250px;
    border-radius: 5px;
    margin-right: 5px;
    display: none;


}

.preview span {
    display: block;
    margin: 5px auto;
    margin-right: 10px
}

.preview a {
    text-decoration: none;
    color: yellow
}

.preview strong {
    font-weight: bold;
    color: #f6b93b;
    margin-right: 5px;
    width: 50px;
    display: inline-block
}

.pitem h2 {
    display: block;
    font-size: 14px;
    color: #f6b93b;
}

.descrw {
    text-align: left;
}

.linking {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px
}

.preview .btnLink {
    display: normal;
    width: 80%;
    margin: auto;
    background: #f6b93b;
    font-weight: bold;
    text-align: center;
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 15px;
    color: #fff;

}

.svgimg {
    margin-bottom: -3px;
}

.preview .btnLink:hover {
    background: #256146;
    color: #000;
}

.relative:hover .preview {
    display: block;
}

.card__rating-ext.imdb {

    min-width: 50px;
}

.img-fit-cover img {

    aspect-ratio: auto 185 / 277;
}


.gdprcookie-button {
    background: #151617 !important;
    color: #fff !important;
}

.gdprcookie-more-button {
    display: none;

}

.gdprcookie-stickybar {
    background: #fff !important;
    color: #101010 !important;
}



/***********LOADER*********/
.Trailerholder {
    position: relative;
    text-align: center;
    padding: 10px;
}

.Trailerholder iframe {
    width: 100%;
    height: 400px;
}

iframe {
    width: 100%;
    height: 400px;
}

#loader {
    height: 200px;
    display: block;
    width: 500px;
    position: absolute;
    text-align: center;
    left: calc(50% - 250px);
    top: calc(50% - 10px)
}

#loader .square {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 10px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    animation: bouncer cubic-bezier(.455, .03, .515, .955) .75s infinite alternate
}

#loader .square:nth-child(5n+1) {
    background: #0F9;
    animation-delay: 0
}

#loader .square:nth-child(5n+2) {
    background: #0CF;
    animation-delay: calc(0s + (.1s * 1))
}

#loader .square:nth-child(5n+3) {
    background: #93F;
    animation-delay: calc(0s + (.1s * 2))
}

#loader .square:nth-child(5n+4) {
    background: #F66;
    animation-delay: calc(0s + (.1s * 3))
}

#loader .square:nth-child(5n+5) {
    background: #FFF35C;
    animation-delay: calc(0s + (.1s * 4))
}

@keyframes bouncer {
    to {
        transform: scale(1.75) translateY(-20px)
    }
}

/***********End loader *********/
.serieBackLink {
    display: block;
    width: 300px;
    text-align: center;
    background: transparent;
    margin-top: 10px;
    margin: 10px auto;
}

.bottomBack {
    background: linear-gradient(to bottom, #262626, #121212);
    left: 0;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 17px;
    padding: 10px;
    border-radius: 6px;

}



.season_header {

    box-shadow: inset 0 -3px rgb(246 185 59);
    background: transparent !important;
}

.serie_seasons {
    padding: 0;
    padding-left: 0;

}

.epsiode_link {

    background: #f6b93b;
    color: #000;
}

td.small {
    width: 90px;
}

.flagsmall {
    text-align: center;
}

.brandkeywords {
    text-align: justify;
}

.topb {
    display: block;
    margin: 10px auto;
    margin-top: -17px;
    margin-bottom: 23px;
    width: 100%;
}

.footerb {
    display: block;
}

.self {
    display: block;
    margin: auto;
    width: auto;
}

.self img {
    display: block;
    margin: auto;

}

.sidebarb {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.foot-menu {
    margin: auto;
    padding-top: 5px;
    text-align: center;
    background-color: #1f1f1f;
}

.foot-line {
    padding: 20px 35px;
    min-height: 60px;
    color: #bdbdbd;
    box-shadow: inset 0 300px 0 0 rgba(0, 0, 0, 0.4);
    background: #454141;
}

.copyr {
    font-size: 12px;
    float: left;
    margin: 17px auto;
}

svg.playicon {
    margin-bottom: -4px;

}

.seasonForm {

    padding: 0;
    margin: auto;
    display: inline-block;
}

.sesonsSelect,
.seriesSelect {
    display: inline-block;
    width: 150px;
    padding: 0;
    padding: 6px 15px;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    height: auto;
    background: linear-gradient(to bottom, #262626, #121212);
    cursor: pointer;
}

.s_submit {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    background: #151617;
    margin: 0;
    padding: 6px 20px;
    border-radius: 5px;
    height: auto;
    margin-left: 7px;
    background: linear-gradient(to bottom, #262626, #121212);
    width: 100px;
    text-align: center;
    cursor: pointer;
    line-height: 20px !important;
}

.sesonsSelect,
.seriesSelect {
    display: inline-block;
    width: 150px;
    padding: 0;
    padding: 6px 15px;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    height: auto;
    background: linear-gradient(to bottom, #262626, #121212);
    cursor: pointer;
    color: #fff;
}

.sesonsSelect option,
.seriesSelect option {
    color: #000;
}

form#seasonForm {
    width: 513px;
    text-align: center;
    padding: 0;
    margin: 0;
    text-align: center;
    margin: auto;
}

.seriesSelect {
    display: none;
}

.season_activate {
    display: inline-block;
}

.serieBackLink {
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
    margin-top: -30px;
}

.season_name {
    padding: 11px;
    background: #ff4343;
}

.season_header {
    box-shadow: inset 0 -3px rgb(255 67 67);

}

.epsiode_link {
    background: #ff4343;
    color: #fff4f4;
}

.season_container {
    padding-left: 0px;
    padding-top: 5px;
    text-align-last: left;
    text-align: left;
}

.playersquality {
    color: #e8dcdc;
    background: #ff4343;
}

.active_tr {
    border-bottom: 3px solid #ff4343;
}

.epsiode_player_close {

    color: #ff4343;
}

td.small {
    width: 108px;
}

.season_header {

    padding-left: 0;
}

.media_container {
    min-height: 500px;
}

.go-left {
    position: absolute;
    left: 63px;
    top: 50%;
    transform: translateY(-50%);
}

.go-right {
    position: absolute;
    right: 63px;
    top: 50%;
    transform: translateY(-50%);
}

.clear {
    clear: both !important;
}

.player-float {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;

}

.player_float_close,
.player_top_close,
.player_bottom_close {
    position: absolute;
    top: 1px;
    right: -11px;
    width: 37px;
    height: 32px;
    z-index: 9999;
    color: red;
    text-align: center;
    cursor: pointer;
}

.go-top {
    position: fixed;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.go-bottom {
    position: fixed;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.pname {
    width: 20px !important;
}

.PlayersTable td {
    padding: 10px;
    font-size: 13px ;
    font-weight: normal;
    text-transform: capitalize !important;;
}

.playersquality {
    background: transparent !important;
    font-weight: bold ;
}

.active_tr {
    border-bottom: none !important;
    background: #a7c87b3b !important;
    border-radius: 143px !important;
}
.langflag {
    width: 24px !important;
    height: 24px !important;
}
.cinema-splash-ad{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #000;
}

.cinema-splash-close {
    position: absolute;
    top: 32px;
    right: 0;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 5px 10px;
    background: #00000062;
    cursor: pointer;
}

@media only screen and (max-width:700px) {

    .player-float {
        position: fixed;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100vh;
        overflow: hidden;
        min-width: 300px;
    }

    .player {
        width: 98% !important;
        margin: auto;
        padding: 5px;
    }

    .epsiode_player_close {
        position: absolute;
        top: 7px;
        right: 0px;
        width: 37px;
        height: 32px;
        z-index: 9999;
    }

    .epsiode_link {
        width: 47% !important;
        display: inline-block;
    }

    .season_container {
        padding: 3px;
    }

    .no-mobile {
        display: none !important;
    }

    .media_container {
        min-height: auto;
    }

    a.ebooks_orange_7289002 {
        font-size: 18px !important;
    }

    .prevPost,
    .nextPost {
        display: block;
        position: relative;
        margin: 5px auto;
        width: 92%;
        top: 0;
        left: 0;
    }
}

@media only screen and (min-width:700px) {
    .no-desktop {
        display: none !important;
    }
}

/*END submenu*/
@media only screen and (max-width:500px) {


    button.s_submit {
        display: block;
        width: 92%;
        margin: 10px auto;
    }

    .sesonsSelect,
    .seriesSelect {

        width: 45%;

    }

    .seriesSelect {
        margin-right: 0;
    }

    .Trailerholder {
        width: 100%;
        height: 100%;
        min-height: 150px;
        height: auto;
    }

    .Trailerholder iframe {
        width: 100%;
        height: 100%;
        min-height: 150px;
        height: auto;
    }


    .actors_box {
        display: block;
        width: 100%;
        margin: 10px auto;
    }

    .season_link {
        width: 44%;
        display: inline-block;

    }

    .hidemob {
        display: none;
    }

    .movie-item:hover .shortdesc,
    .nomob {

        display: none;

    }

    .main-slider {
        height: 42vh !important;

    }

    .main-fullstory {
        height: 40vh !important;
    }

    .actors_box {
        display: block;
        width: 100%;
    }


    .prevPost,
    .nextPost {
        display: block;
        position: relative;
        margin: 5px auto;
        width: 92%;
        top: 0;
        left: 0;
    }

    form#seasonForm {

        display: block;
        width: 100%;
        margin: 10px auto;
    }

    .season_link {
        width: 44%;
        display: inline-block;

    }

    .hidemob {
        display: none;
    }




}

@media only screen and (max-width:900px) {

    /* width */
    ::-webkit-scrollbar {
        width: 20px;
        display: none;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgb(60 60 60 / 18%);
        border-radius: 10px;
        display: none;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgb(60 60 60 / 18%);
        border-radius: 4px;
        display: none;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(60 60 60 / 18%);
        display: none;
    }

}