.banner-area {
    display: none;
}

body.tech-browser .banner-area.browser {
    display: block;
}

body.tech-app .banner-area.app {
    display: block;
}

body.tech-app .banner-area.app.intro {
    display: flex;
}

body.tech-app .banner-area.browser-app,
body.tech-browser .banner-area.browser-app {
    display: block;
}

body.tech-browser #home .banner-area.browser.mpu {
    overflow: hidden;
}

/* Mobile */

.banner-area.custom img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.banner-area.custom .mobile {
    display: block;
}

.banner-area.custom .desktop {
    display: none;
}

.banner-area.custom:after {
    content: "";
}

#container-home-noi_per_voi .list {
    display: block;
    padding-right: 10px;
}

#container-home-noi_per_voi .list>div {
    width: 33.3333%;
    float: left;
    margin-bottom: 20px;
}

#container-home-noi_per_voi .list>div .card {
    width: calc(100% - 20px);
    min-width: auto;
}

body.backgroundAdv #bright,
body.backgroundAdv #bleft {
    width: calc((100% - 1020px) / 2) !important;
}

/* Banner Overlay */

.banner-area.overlay {
    display: none !important;
}

#container_loader_ws {
    position: absolute !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    top: calc(env(safe-area-inset-top) + 6px) !important;
    margin: 0px !important;
    padding: 0px !important;
}

#contatore_adv_ws {
    font-size: 14px !important;
    width: 34px !important;
    line-height: 34px !important;
    text-align: center !important;
    margin: 0px !important;
    padding: 0px !important;
    left: 0px !important;
    right: 0px !important;
}

#bottone_chiudi_ws {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    color: transparent !important;
    right: 0px !important;
    top: calc(env(safe-area-inset-top) + 0px) !important;
    width: 44px !important;
    height: 44px !important;
    position: absolute;
}

#bottone_chiudi_ws:hover {
    background: transparent !important;
}

#bottone_chiudi_ws::after {
    font-family: 'Material Icons';
    content: "cancel";
    -webkit-font-feature-settings: 'liga';
    width: 44px !important;
    height: 44px !important;
    color: #ffffff;
    line-height: 44px;
    width: 44px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

#player-full .banner-area:after {
    display: none !important;
}

.banner-area.intro {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000000;
    z-index: 10000;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.banner-area.intro .close {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: calc(env(safe-area-inset-top) + 0px);
    right: 0px;
}

.banner-area.intro::after {
    display: none;
}

@media screen and (max-width: 480px) {
    #container-home-noi_per_voi .list>div {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {

    .banner-area.custom .mobile {
        display: none;
    }

    .banner-area.custom .desktop {
        display: block;
    }

    body.backgroundAdv {
        background-size: 1870px !important;
    }


    body.tech-app .banner-area.with-description {
        display: flex !important;
        flex-direction: row !important;
        margin-top: 0px !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    body.tech-app .banner-area.with-description .description {
        margin-left: 20px !important;
    }

    body.tech-app .home-lists-container.with-banner.empty .banner-area.custom.with-description {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        display: flex !important;
        background: #222 !important;
    }
    
    body.tech-app .banner-area.with-description .image {
        display: flex !important;
    }
}

/* Banner Musthead */
.banner-area.musthead {
    width: 100%;
    background-color: #222;
    color: #666;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner-area.musthead #div-gpt-ad-Ticker,
.banner-area.musthead #div-gpt-ad-MaxTicker,
.banner-area.musthead #div-gpt-ad-MaxTicker-Middle {
    padding-top: 20px;
    padding-bottom: 10px;
    transition-duration: 300ms;
    height: 0px;
}

body.tech-browser .banner-area.musthead #div-gpt-ad-Ticker,
body.tech-browser .banner-area.musthead #div-gpt-ad-MaxTicker,
body.tech-browser .banner-area.musthead #div-gpt-ad-MaxTicker-Middle {
    height: auto;
}

.banner-area:after {
    content: "Pubblicità";
    position: absolute;
    line-height: 20px;
    font-size: 10px;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
}

/* Banner MPU */

.home-lists-container.with-banner {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #222 no-repeat center center;
    background-size: 40px;
    padding-right: 328px;
}

.home-lists-container.with-banner.empty {
    padding-right: 0px;
}

.home-lists-container.with-banner .banner-area {
    position: absolute;
    width: 328px;
    background: #222 no-repeat center center;
    background-size: 40px;
    color: #666;
    text-align: center;
    line-height: 0px;
    font-size: 10px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    border-left: 1px solid #333;
    padding-top: 76px;
    z-index: 2;
}

.home-lists-container.with-banner .banner-area.custom {
    border-left: unset !important;
}

.home-lists-container.with-banner.empty {
    border-top: unset !important;
    border-bottom: unset !important;
    padding-bottom: 0px;
    background: black !important;
}

.home-lists-container.with-banner.empty .banner-area {
    display: none !important;
    border-left: unset !important;
}

.home-lists-container.with-banner.empty .banner-area.custom {
    padding-top: 10px;
    padding-bottom: 0px;
    display: flex !important;
    /* background: black; */
}

.home-lists-container.with-banner .banner-area::after {
    top: 56px;
}

body.tech-browser .home-lists-container.with-banner .banner-area.custom {
    min-height: unset;
}

.home-lists-container.with-banner .banner-area.custom .t-gray{
    min-height: unset;
}

.home-lists-container.with-banner .description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
}

.home-lists-container.with-banner .t-gray {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}


.banner-area.skin:after,
.banner-area.overlay:after {
    content: "" !important;
    display: none !important;
}

.banner-area.logo:after {
    content: "";
}

@media screen and (max-width: 980px) {

    .banner-area.musthead #div-gpt-ad-Ticker {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    body.adv-mobile-show .home-lists-container.with-banner .banner-area,
    body.tech-browser .home-lists-container.with-banner .banner-area {
        min-height: 0px;
    }

    /*
    body.adv-mobile-show .banner-area.musthead,
    body.tech-browser .banner-area.musthead {
        min-height: 130px;
    }
    */

    body.adv-mobile-show .banner-area.musthead {
        min-height: 130px;
    }

    body.adv-mobile-show .banner-area.musthead #div-gpt-ad-Ticker,
    body.tech-browser .banner-area.musthead #div-gpt-ad-Ticker {
        height: auto;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    /*
    .banner-area.musthead.app {
        min-height: 80px;
    }
    */

    .banner-area {
        border: 0px !important;
    }

    /*
    .banner-area.empty {
        display: none !important;
    }
    */

    .home-lists-container.with-banner {
        padding-right: 0px;
        border-bottom: 0px;
        background: transparent;
        border: 0px;
    }

    .home-lists-container.with-banner .banner-area {
        position: relative;
        width: 100% !important;
        padding-top: 0px;
        overflow: hidden;
        min-height: 0px;
        background: #222 no-repeat center center;
        background-size: 40px;
        margin-top: 20px;
    }

    .home-lists-container.with-banner .banner-area>div>div {
        padding-bottom: 0px;
        padding-top: 0px;
        min-height: 0px;
        width: 100% !important;
    }

    .home-lists-container.with-banner .banner-area::after {
        top: 0px;
    }

    body.adv-mobile-show .home-lists-container.with-banner .banner-area,
    body.tech-browser .home-lists-container.with-banner .banner-area {
        min-height: 280px;
    }

    body.adv-mobile-show .home-lists-container.with-banner .banner-area>div>div,
    body.tech-browser .home-lists-container.with-banner .banner-area>div>div {
        padding-bottom: 10px;
        padding-top: 20px;
        min-height: 250px;
    }

    .content-area .banner-area.mpu {
        content: "Pubblicità ";
        position: relative;
        background: #222 no-repeat center center;
        background-size: 40px;
        color: #666;
        text-align: center;
        line-height: 20px;
        font-size: 10px;
        z-index: 2;
        overflow: hidden;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-top: 0px;
        min-height: 0px;
    }

    body.adv-mobile-show .content-area .banner-area.mpu,
    body.tech-browser .content-area .banner-area.mpu {
        padding-bottom: 10px;
        padding-top: 20px;
        margin-top: 20px;
        min-height: 250px;
    }

}


@media screen and (min-width: 981px) {

    body.adv-mobile-show.tech-app .banner-area.musthead #div-gpt-ad-Ticker {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    body.adv-mobile-show.tech-app .home-lists-container.with-banner .banner-area{
        min-height: 0px;
    }

    /*
    body.adv-mobile-show .banner-area.musthead,
    body.tech-browser .banner-area.musthead {
        min-height: 130px;
    }
    */

    body.adv-mobile-show.tech-app .banner-area.musthead {
        min-height: 130px;
    }

    body.adv-mobile-show.tech-app .banner-area.musthead #div-gpt-ad-Ticker {
        height: auto;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    /*
    .banner-area.musthead.app {
        min-height: 80px;
    }
    */

    body.tech-app .banner-area {
        border: 0px !important;
    }

    /*
    .banner-area.empty {
        display: none !important;
    }
    */

    body.tech-app .home-lists-container.with-banner {
        padding-right: 0px;
        border-bottom: 0px;
        background: transparent;
        border: 0px;
    }

    body.tech-app .home-lists-container.with-banner .banner-area {
        position: relative;
        width: 100% !important;
        padding-top: 0px;
        overflow: hidden;
        min-height: 0px;
        background: #222 no-repeat center center;
        background-size: 40px;
        margin-top: 20px;
    }

    body.tech-app .home-lists-container.with-banner .banner-area>div>div {
        padding-bottom: 0px;
        padding-top: 0px;
        min-height: 0px;
        width: 100% !important;
    }

    body.tech-app .home-lists-container.with-banner .banner-area::after {
        top: 0px;
    }

    body.adv-mobile-show.tech-app .home-lists-container.with-banner .banner-area {
        min-height: 280px;
    }

    body.adv-mobile-show.tech-app .home-lists-container.with-banner .banner-area>div>div {
        padding-bottom: 10px;
        padding-top: 20px;
        min-height: 250px;
    }

    body.tech-app .content-area .banner-area.mpu {
        content: "Pubblicità ";
        position: relative;
        background: #222 no-repeat center center;
        background-size: 40px;
        color: #666;
        text-align: center;
        line-height: 20px;
        font-size: 10px;
        z-index: 2;
        overflow: hidden;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-top: 0px;
        min-height: 0px;
    }

    body.adv-mobile-show.tech-app .content-area .banner-area.mpu  {
        padding-bottom: 10px;
        padding-top: 20px;
        margin-top: 20px;
        min-height: 250px;
    }

}

#link_ws_btop_alternative {
    min-height: 100px;
    pointer-events: none;
}

@media screen and (min-width: 1024px) {
    body.backgroundAdv {
        background-size: 1870px !important;
    }
}

@media screen and (min-width: 1540px) {
    body.backgroundAdv {
        background-size: 2310px !important;
    }

    body.backgroundAdv #bright,
    body.backgroundAdv #bleft {
        width: calc((100% - 1260px) / 2) !important;
    }

    #btop, #hide-btop {
        height: 120px !important;
    }

    #link_ws_btop_alternative {
        min-height: 120px;
    }
}

/* Video Preroll */

.div-gpt-ad-MPU_Player {
    overflow: hidden;
}

.video-player-container {
    position: relative;
}

.video-ad-container {
    display: none;
}

.video-ad-container,
#video-element {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

#player-full.adv-preroll-show headerbar .right,
#player-full.adv-preroll-show headerbar .left,
#player-full.adv-preroll-show #player-title,
#player-full.adv-preroll-show #player-abstract,
#player-full.adv-preroll-show #player-speakers,
#player-full.adv-preroll-show #player-description,
#player-full.adv-preroll-show #progressBar,
#player-full.adv-preroll-show .actions,
#player-full.adv-preroll-show .bar,
#player-full.adv-preroll-show .show-more-less,
#player-full.adv-preroll-show .tabs-selectors {
    pointer-events: none;
    opacity: 0.3;
}

#player-full.adv-preroll-show .video-ad-container {
    display: block;
}

#chiudi_intro a {
    color: #000000;
    font-size: 12px;
}

.popup_adv_ws {
    padding-top: 0px !important;
}

.icon.resume-adv {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.icon.resume-adv .material-icons {
    font-size: 80px;
    background: #5fc531;
    padding: 0px;
    border-radius: 100%;
}

/* AdBlock */

.s24_adb .icon-close:before {
    content: "\e5c9" !important;
    font-family: 'Material Icons' !important;
    font-size: 24px !important;
}

/* Promobox with description */

.banner-area.with-description {
    background: #222;
    margin: 10px;
    margin-left: 30px;
    border-radius: 10px;
    padding-left: 30px;
    padding: 10px;
    align-items: center;
    display: flex !important;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
}


.banner-area.with-description .description {
    margin-top: 10px;
}

.banner-area.with-description .image {
    display: none;
    /* width: 70%; */
    height: 200px;
    border-radius: 5px;
    /* margin-right: 40px; */
    min-width: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-area.with-description img {
    margin-top: 0px;
    border-radius: 10px;
}

.banner-area.with-description .description h2 {
    font-size: 28px;
    line-height: 36px;
}

a.tv-selected .banner-area.with-description {
    box-shadow: 0px 0px 0px 2px #5fc531;
}