.banner-top {
    display: inline-block;
    width: 100%;
}

.banner-top-mobile {
    display: none;
}

/*Era 950 ma senza spalla destra dovrebbe essere 765 oppure vanno create immagini differenti per mobile-cartoleria */
@media (max-width: 765px) {
    .banner-top {
        display: none;
    }

    .banner-top-mobile {
        display: inline-block;
        width: 100%;
    }
}

.master-page .contnav .respmenulst h3 {
    background: none;
    color: #1a1a1a;
}


@media (min-width: 951px) {
    .categorytree-menu .mobile-only-lbl {
        display: none;
    }

    .mobile-only-group-title {
        display: none;
    }
}

@media (max-width: 950px) {
    .categorytree-menu > .respmenulst .respmenulbl {
        pointer-events: none;
        border: none !important;
        background-image: none !important;
        background-color: transparent;
        padding: 10px 5px 5px 10px;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 10px;
        color: #1a1a1a ;
    }

    .categorytree-menu > .respmenulst .respmenulst {
        display: block ;
        position: static ;
        border: none ;
        box-shadow: none ;
        width: 100% ;
        margin: 0 ;
        padding: 0 ;
        top: auto ;
    }
}

/* h1/h2 negli EditPanel allineati agli stili Umbraco */
@media (min-width: 1025px) {
    .banner-top .txtcont h1,
    .banner-top-mobile .txtcont h1 {
        color: #1a1a1a;
        width: auto;
        background: unset;
        font-family: unset;
        text-align: left;
        letter-spacing: 0;
        margin: unset;
        font-size: 48px;
        line-height: 54px;
        padding: 0 5px;
    }

    .banner-top .txtcont h2,
    .banner-top-mobile .txtcont h2 {
        color: #1a1a1a;
        width: auto;
        background: unset;
        font-family: unset;
        letter-spacing: 0;
        margin: unset;
        font-size: 32px;
        line-height: 38px;
        padding: 0 5px;
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    .banner-top .txtcont h1,
    .banner-top-mobile .txtcont h1 {
        color: #1a1a1a;
        width: auto;
        background: unset;
        font-family: unset;
        text-align: left;
        letter-spacing: 0;
        margin: unset;
        font-size: 32px;
        line-height: 38px;
        padding: 0 5px;
    }

    .banner-top .txtcont h2,
    .banner-top-mobile .txtcont h2 {
        color: #1a1a1a;
        width: auto;
        background: unset;
        font-family: unset;
        letter-spacing: 0;
        margin: unset;
        font-size: 22px;
        line-height: 28px;
        padding: 0 5px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .banner-top .txtcont h1,
    .banner-top-mobile .txtcont h1 {
        color: #1a1a1a;
        width: auto;
        background: unset;
        font-family: unset;
        text-align: left;
        letter-spacing: 0;
        margin: unset;
        font-size: 28px;
        line-height: 34px;
        padding: 0 5px;
    }

    .banner-top .txtcont h2,
    .banner-top-mobile .txtcont h2 {
        color: #1a1a1a;
        width: auto;
        background: unset;
        font-family: unset;
        letter-spacing: 0;
        margin: unset;
        font-size: 22px;
        line-height: 28px;
        padding: 0 5px;
        text-align: left;
    }
}