header .it-header-slim-right-zone {
    width: 100%;
}

.it-header-slim-wrapper {
    border-top:5px solid  #BB7537;
} 

header.it-header-wrapper {
    position: relative;
    z-index: 100;
}


@media (max-width: 992px) {
    .it-header-slim-wrapper .it-header-slim-right-zone{
        justify-content: end;
    }
}

.bs-it-sticky-wrapper header .it-header-slim-wrapper {
    padding: 0;
    height: 0;
}

/*
    PARTNERS
*/
.bs-it-sticky-wrapper header.it-header-sticky  .loghi-partners-header,
.bs-it-sticky-wrapper header .loghi-partners-header {
    display: none;
}

.it-header-sticky  .loghi-partners-header,
header .loghi-partners-header {
    display: none;
}

header .loghi-partners-header a{
    padding-left: 20px;
    margin-left: 20px;
    max-width:180px ;
}

header .loghi-partners-header a:not(:first-child){
    border-left: 2px solid #1f223f;
}

.loghi-partners-header a{
    width: auto;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

header .loghi-partners-header a:hover img{
    opacity: 0.8;
    transition: 0.2s;
}

header .loghi-partners-header a img{
    width: auto;
    height: 70%;
}

.loghi-partners-header a img {
  
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media (min-width: 992px) {

    header .it-header-slim-wrapper .it-header-slim-wrapper-content {
        justify-content: end;
    }

    .it-header-sticky  .loghi-partners-header,
    .loghi-partners-header .container,
    .loghi-partners-header {
        display: flex;
    }


    header .it-header-slim-wrapper {
        height: 80px;
        padding: 14px 0 0 0;
        background: #13152c;
    }

    header .loghi-partners-header {
        display: flex;
        flex-direction: row;
        height: 100%;
    }
}


/*LOGO*/
.it-header-wrapper.it-header-sticky.is-sticky  .it-brand-wrapper {
    width: 100px;
}

header.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a .icon,
header.it-header-wrapper.it-header-sticky.is-sticky  .it-brand-wrapper img {
    width: 100%;
}



/*voci menu */
.navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.active {
    color: #BB7537;
}

@media (min-width: 992px) and (max-width:1400px) {
    header .navbar .navbar-collapsable .navbar-nav {
        justify-content: end;
    }
    header .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link,
    header .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link {
        padding: 13px 10px;
        font-size: 16px;
        position: relative;

    }
}

@media (min-width:1400px) {
    .it-header-wrapper.it-header-sticky.is-sticky  .it-brand-wrapper {
        width: 130px;
    }
    header .navbar .navbar-collapsable .navbar-nav {
        justify-content: end;
    }
    .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav {
        margin-left: 4rem;
    }

    header .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link,
    header .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link {
        padding: 13px 18px;
        font-size: 16px;
    }
}



/*MENU MOBILE*/
.navbar .navbar-collapsable .navbar-nav li a.nav-link {
    font-size: 18px;
}