/*margine inferiore a menu header*/

.it-header-navbar-wrapper {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .it-header-center-wrapper {
        margin-bottom: 50px;
    }
}

.it-header-slim-right-zone {
    font-size: 14px;
}

.listactive {
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .nav-item {
        margin-top: 8px;
    }
    .it-header-center-wrapper {
        padding-right: 80px;
    }
}

@media screen and (max-width: 576px) {
    .it-header-center-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}

.dropdown-menu {
    z-index: 100000;
}

.dropdown-menu.show {
    width: 100%;
}

.link-list-wrapper ul li a {
    font-weight: 400;
    text-decoration: underline;
}

.link-list-wrapper ul li a:hover {
    font-weight: 900;
    text-decoration: none;
}

.it-footer-small-prints ul li a {
    font-weight: 400;
}

.it-footer-small-prints ul li a:hover {
    font-weight: 900;
    text-decoration: underline;
}

.it-footer-main a {
    color: white;
    font-weight: 400;
    text-decoration: underline;
}

.it-footer-main a:hover {
    color: white;
    font-weight: 900;
    text-decoration: none;
}

.callout {
    max-width: 100%;
}