/************fullstory Epsoides**************/

.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: #8510f373;
}



/****** 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;
}

.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 #f75757;
    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 auto;
}

.season_container {
    padding: 20px;
}

.epsiode_link {

    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: 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: 7px;
    margin-bottom: 1px;
    display: flex;
}

.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;
}

.date {
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.playersquality {
    padding: 2px 5px;
    background: #f75757;
    border-radius: 5px;
    font-size: 12px;
}

.playerLink {
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.active_tr {
    border-bottom: 3px solid #f75757;

}

.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: #f75757;
    color: #fff;
}

.prevPost {
    float: left;
}

.nextPost {
    float: right;
}

.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: #151617;
}

.s_submit {
    display: inline-block;

    font-size: 13px;
    background: #151617;
    margin: 0;
    padding: 5px 20px;
    border-radius: 5px;
    height: auto;
    margin-left: 7px;
}

form#seasonForm {
    width: 513px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.seriesSelect {
    display: none;
}

.season_activate {
    display: inline-block;
}

.serieBackLink {
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
    margin-top: 10px;
}

.BackLink {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 13px;
    background: #f75757;
    font-weight: normal;
    border-radius: 5px;
    margin: auto;
    width: 300px;
    overflow: hidden;
}

/********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: #f75757 linear-gradient(180deg, #f75757, #f75757) repeat-x;
    border-color: #f75757;
    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)
    }
}

.main-slider {
    height: 105vh !important;
}

.main-slider_description {
    font-size: 15px !important;
    ;
    height: 40px !important;
    ;
    overflow: hidden !important;
    ;
    text-overflow: ellipsis !important;
    ;
}

.main-fullstory {
    height: 85vh !important;
}

.gray-theme.fr-box.fr-basic .fr-element {

    font-size: 16px !important;
}

.home_slider {
    width: 100%;
    position: relative !important;
    display: flex;
}

.poster_home {
    display: inline-block;
    width: 190px;
}

.title_home {
    display: inline-block;
    position: relative !important;
    width: 500px;
    position: absolute;
    top: 114px;
    left: 20px
}

.full_title_home {
    top: 58px !important;
    left: 0 !important;
}

.brand_links {
    list-style: square;
    margin-left: 17px;
}

.brand_links li {
    margin: 3px auto;
}

.brand_links li a {
    display: block;
}

.plot-section {
    font-size: 12px !important;
    line-height: 16px;
    font-weight: 700;
    font-style: normal;
    border-radius: 6px;
    display: inline-block;
    padding: 8px 20px;
    margin-left: 0px;
    margin: 20px auto;
    margin-top: 30px;
}

.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: #f75757;
    margin-right: 5px;
    width: 50px;
    display: inline-block
}

.pitem h2 {
    display: block;
    font-size: 14px;
    color: #f75757;
}

.descrw {
    text-align: left;
}

.linking {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px
}

.preview .btnLink {
    display: normal;
    width: 80%;
    margin: auto;
    background: #f75757;
    ;
    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;
}

.pmovie__header-list li>div:first-child {

    color: #f8d268 !important;
}

.pmovie__header-list li span,
.pmovie__complaint2 a {
    color: #f8d268 !important;
}

.page__text p {
    color: #fff !important;
}

.pmovie__header-list--accent>span:first-child+span {
    background: transparent !important;
    color: #fff !important;
}

.pmovie__caption,
.page__comments-info {
    color: #fff !important;
}

.logo {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
}

.pmovie__caption {
    color: #fff !important;
    font-size: 12px;
    text-align: justify;
    padding-top: 10px;
    margin-bottom: 5px;
    display: block;
}

/*******page******/
#bottom-nav {
    margin: 20px auto;
}

.prevLink {
    margin-right: 5px;
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px 10px 3px;
    line-height: 40px;
    min-width: 40px;
    background: rgba(86, 92, 103, .16);
}

.nextlink {
    margin-left: 5px;
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px 10px 3px;
    line-height: 40px;
    min-width: 40px;
    background: rgba(86, 92, 103, .16);
}

.prevLink:hover,
.nextlink:hover {
    background: rgb(86 92 103 / 32%);
}

.navigation {
    text-align: center;
    width: auto;
    display: inline-block;
}

.navigation a {
    padding: 9px 12px;
    background: rgba(86, 92, 103, .16);
    margin: 2px;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
}

.navigation span {
    padding: 9px 12px;
    background: #fc4d54;
    margin: 2px;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
}

.nav_ext {
    background: transparent !important;
    display: inline-block;
    margin-bottom: 5px;
}

/***********LOADER*********/
.Trailerholder {
    position: relative;
    min-height: 200px;
    display: block;
    text-align: center;
    padding: 10px;
    height: 500px;
}

#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 *********/

/*submenu*/
.header__menu-hidden {
    background-color: #ffffff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: -20px;
    top: 100%;
    /* border-radius: 5px 18px 5px 18px; */
    padding: 30px;
    z-index: 50;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    column-width: 90px;
    column-gap: 5px;
}

.header__menu-hidden::before {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 100%;
    left: 16px;
}

.header__menu-hidden a {
    display: block;
    padding: 10px;
    color: #000;
}

.header__menu-hidden a:hover {
    background-color: #efefef;
    color: #000;
}

.header__menu>li:hover>a {
    color: #fff;
}

.header__menu a:before {
    width: 100%;
    content: '';
    pointer-events: none;
    border-bottom: 2px solid var(--main-color);
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    opacity: 0;
}

.header__menu>li:hover>a:before {
    bottom: 20px;
    opacity: 1;
}

.submenu:hover .header__menu-hidden {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.submenu>a:after {
    content: "\f067";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    margin-left: 7px;
    transition: all 0.2s;
    display: inline-block;
    font-size: 0.8em;
}

li.submenu:hover>a:after {
    transform: rotate(-180deg) !important;
}

.submenu {
    position: relative;
}

#submenu li {
    display: block;
    padding: 0;
    margin: 0;
}

#submenu li a {
    display: block;
    height: auto !important;
    padding: 2px 3px;
    color: #000;
    margin: 5px auto;
}

a.accueil {
    display: block;
    width: 300px;
    margin: auto;
    text-align: center;
    background: #fc4d54;
    border-radius: 5px;
    padding: 23px 20px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 2px 3px #efdf71;
}

a.accueil:hover {
    background: #802023;
}

.nav__list>li>a div {
    height: 40px;
    font-size: 2.6rem;
    color: #fc4d54;
}

.t_desc {
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
}

.nav__list-hidden a {
    text-transform: capitalize;
}

/*END submenu*/
.full-text.clearfix.home {
    background: #16191b;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;

    text-align: justify;
    font-family: 'Circe' !important;

}

.home a {
    color: #f75757;
    text-decoration: none;
}

.footertext {

    font: 14px 'Circe', sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #c9bebe;
    background: var(--bg);
    min-height: 100%;
    width: 100%;
    font-weight: lighter;
    overflow-x: hidden;
    letter-spacing: 0.02em;
    text-align: justify;

}
.footertext p{
    text-align: justify;
}
.bwac-btn {
    background: #e20613 linear-gradient(180deg, #b41e28, #e20613) repeat-x;
    border-color: #f75757;
  
}
.season_header {
    font-weight: 500;
    font-size: 15px;
    
}
.seasontitle h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Google Sans' !important;
}
.season_header {
    box-shadow: inset 0 -3px #e20613 !important;
    background: rgba(18, 19, 19, 0.25) !important;
}
 


@media only screen and (max-width:500px) {



    .navigation {
        width: 100%;

    }
}

@media only screen and (max-width:500px) {


    .relative:hover .preview {
        display: none;
    }

    .footer__menu ul li {
        text-align: left;
    }

    .main-slider {
        height: 42vh !important;

    }

    .main-fullstory {
        height: 40vh !important;
    }

    .actors_box {
        display: block;
        width: 100%;
    }

    .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%;
    }



    .season_link {
        width: 44%;
        display: inline-block;

    }

    .hidemob {
        display: none;
    }

    ul.footer__menu {
        width: 150px;
        list-style: circle;
        font-weight: bold;
        text-align: left;
        margin-left: 49px;
        display: block;

    }

    .footer__menu li {
        display: block;
        background: #151617;
        margin: 2px auto;
        width: 100%;
        padding: 6px;
    }

    .footer__menu li a {
        color: #fff;
        font-size: 16px;
    }

}