<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
}

.navbar-light .navbar-brand {
    color: #2196F3;
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: #fff !;
    }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    /*padding-top: 22px;
padding-bottom: 22px;*/
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.1rem;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-item {
    /*padding-top: 22px;
padding-bottom: 22px;*/
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.1rem;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    /*background: #fff;*/
    transition: 0.3s;
    color: #e9e9e9 !important;
}

.navbar-collapse {
    background-color: rgba(23,23,23,1) !important;
    ;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #e9e9e9;
    text-decoration: none;
    background-color: transparent !important;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.megamenu .sm-description {
    font-size: .8rem;
    top: -8px;
    color: #cfc9c9;
    left: -15px;
}

.megamenu .mnumasterdesc {
    font-size: 1.2rem;
    font-weight: 700;
    /*font-style: italic;*/
    padding: 25px;
    color: #fff !important;
    text-align: center;
}

    .megamenu .mnumasterdesc a {
        color: #fff !important;
    }

.dropdown-item {
    color: #fff;
    font-size: 1.0rem;
    white-space: normal;
}

    .dropdown-item.active, {
        color: #e9e9e9 !important;
        text-decoration: none;
        background-color: #2196F3 !important;
    }

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #fff;
}

.megamenu-li {
    position: static;
}

.megamenu .txtmmnol {
    color: #fff;
    padding: 0.25rem 1.5rem;
    padding-bottom: 15px;
}
/*.megamenu {
position: absolute;
width: 100%;
left: 0;
right: 0;
padding: 15px;
}*/
@media (min-width: 320px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #242527;
    }
}

@media (min-width: 375px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
        max-height: 450px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #242527;
    }
}

@media (min-width: 414px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #242527;
    }
}

@media (min-width: 576px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #242527;
    }
}

@media (min-width: 768px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #242527;
    }
}

@media (min-width: 992px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
        max-height: none;
        overflow-x: hidden;
        background-color: #242527;
    }
}

@media (min-width: 1200px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
        max-height: none;
        overflow-x: hidden;
    }
}

@media (min-width: 1405px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
        max-height: none;
        overflow-x: hidden;
        background-color: #242527;
    }
}

.megamenu h6 {
    margin-left: 21px;
    color: #fff !important;
}

.megamenu img {
    max-height: 200px;
}

.megamenu i {
    width: 40px;
}

.megamenu .border-right {
    border-right: 1px solid #dee2e6 !important;
}

.megamenu .border-left {
    border-left: 3px solid #033c73 !important;
}
/* Effetto Link */
.mega-item a {
    /*letter-spacing: .1em;*/
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    transition: all .3s;
}

.mega-item {
    color: #fff;
    display: table;
    position: relative;
    margin-left: 0;
    padding-left: 0;
    border-top: none;
}

    .mega-item a:focus:before,
    .mega-item a:hover:before {
        left: 23px;
        right: 38px
    }

    .mega-item a:before {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        transform-origin: bottom right;
        content: '';
        position: absolute;
        display: block;
        bottom: 0;
        right: 100%;
        left: 0;
        height: 2px;
        background-color: #f0360d;
    }

    .mega-item a:after {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        transform-origin: bottom right;
        content: '';
        position: absolute;
        display: block;
        bottom: 0;
        right: 100%;
        left: 0;
        height: 2px;
        background-color: #f0360d;
    }
/* --------------------------------------- */
/* Carousel Style */
#mmCarousel .carousel-caption {
    bottom: 3rem !important;
    left: 5% !important;
    right: 5% !important;
    z-index: 15;
}

#mmCarousel .carousel-item {
    background-color: transparent;
    /*min-height: px;*/
}

    #mmCarousel .carousel-item &amp;gt; img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        /*min-height:px;*/
        object-fit: cover;
        overflow: hidden;
    }

    #mmCarousel .carousel-item &amp;gt; video {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        /*min-height:px;*/
    }

#mmCarousel .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

@media (min-width: 375px) and (max-width: 768px) {
    #mmCarousel .carousel-caption {
        bottom: 3rem !important;
        left: 5% !important;
        right: 5% !important;
        z-index: 15;
    }

    #mmCarousel .carousel-item {
        background-color: #777;
        /*min-height:px;*/
    }

        #mmCarousel .carousel-item &amp;gt; img {
            position: absolute;
            top: 0;
            left: 0;
            min-width: 100%;
            /*min-height:px;*/
            object-fit: cover;
            overflow: hidden;
        }

        #mmCarousel .carousel-item &amp;gt; video {
            position: absolute;
            top: 0;
            left: 0;
            min-width: 100%;
            /*min-height:px;*/
        }
}
/* ----------------------------------------------  */
</pre></body></html>