/*----------------------------- < 1416px -----------------------------*/
@media (max-width:1416px){
    #sp-header.full-header {
        height: 160px;
    }
    #sp-header .sp-module {
        /* margin-left: -52px; */
        margin-right: -70px;
    }
    
    div.backgroundAnunturi {
        width: 100% !important;
        float: none;
        margin: auto;
        margin-top: 0;
    }
}
/*----------------------------- < 992px -----------------------------*/
@media (max-width:992px){
        #sp-header .sp-module {
         margin-left: -52px; 
         margin-right: 0px;
        }
        #sp-header.full-header {
            padding:0;
            height: 70px;
        }
        div#mod-custom133 {
            margin: 7% 0 0 40px;
        }
        div.backgroundAnunturi {
            background: rgba(255, 255, 255, 0.8) !important;
            float: none;
            width: 100%;
            margin-top: 0;
            padding-left:0;
        }
        .anuntGlance {
            min-width: 400px;
        }

        /*Contact-us floating section*/
        #mod-custom119 .row {
            width: 47%;
        }

        /*MEDIA PARTENERS*/
        img.partner1 {
            margin: 6% auto;
            width: 77%;
        }

        img.partner2 {
            margin: 6% auto;
            width: 55%;
        }


        /*----------------------------- tabCommitteesSectionsVertical -----------------------------*/
        .tabCommitteesSectionsVertical [data-rlta-element="container"] {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            text-align: left !important;
        }
        .tabCommitteesSectionsVertical [data-rlta-element="button-list"] {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            width: 100% !important;
            flex-shrink: 0;
        }
        .tabCommitteesSectionsVertical [data-rlta-element="button"] {
            width: 100% !important;
            text-align: left !important;
        }
        .tabCommitteesSectionsVertical [data-rlta-element="panels"] {
            flex: 1 1 auto !important;
            width: 100% !important;
            min-width: 0 !important;
            text-align: left !important;
        }

}

/*----------------------------- < 571px -----------------------------*/
@media (max-width:571px){
    #sp-header.full-header {
        padding:0;
        height: 120px;
    }
    div#mod-custom133 {
        margin: 3% 0 0 40px;
    }

    /*Contact-us floating section*/
    #mod-custom119 .row {
        width: 100%;
    }
    .container-fluid.zonaContactUs {
        position: static;
    }
    /*Recovers the space needed*/
    div#mod-custom119 {
        height: auto;
    }
    .anuntGlance {
        min-width: 50%;
        border-left: 0;
        border-right: 0;
    }
}