/*.desktop #sticky-wrapper .art-logo img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}*/

a.button-link, a.button-link:link, a.button-link:hover {
    padding: 20px 17px !important;
    height: auto;
    line-height: initial;
    border: 2px solid #00377A;
}

.container-header div.navbar-brand {
    width: 100%;
    display: block;
}

.art-nav {
    height: 121px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#sticky-wrapper.nav-sticky .art-nav {
    height: 81px;
}


a.art-logo {
    display: block;
    position: relative;
    font-size: 0;
}

div.navbar-brand .art-logo > img {
    display: block;
    width: 150px;
    height: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.desktop #sticky-wrapper.nav-sticky .art-logo img {
    width: 90px;
    height: auto;
}

nav.art-nav {
    border-bottom: 2px solid #00377B;
}

.desktop #sticky-wrapper ul.art-hmenu > li > a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.background-cover {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    background-position: center center;
}

div.swiper-container {
    height: 510px;
}

div.swiper-container h1 {
    font-size: 72px;
}

div.swiper-container p {
    font-size: 28px;
}

.background-text, .background-text-mobile, .background-text-desktop {
    align-items: center;
}

div.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

div.swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}

div.swiper-container .swiper-button-next:hover, div.swiper-container .swiper-button-prev:hover {
    color: #fff;
}

div.swiper-container .swiper-button-next, div.swiper-container .swiper-button-prev {
    color: #fff;
}

.max-width-800 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

/*.art-postcontent h2, .art-parallax-container h2, .art-carousel-category h2 {
    position: relative;
    display: inline-block;
}

.art-postcontent h2:before, .art-parallax-container h2:before, .art-parallax-container h1:before, .art-carousel-category h2:before {
    content: '';
    border-left: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    height: 20px;
    width: 20px;
    margin: 0px 0px -15px -40px;
    bottom: 0;
    left: 0;
}

.art-postcontent h2:after, .art-parallax-container h2:after, .art-parallax-container h1:after, .art-carousel-category h2:after {
    content: '';
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    height: 20px;
    width: 20px;
    margin: -15px -40px 0px 0px;
    top: 0;
    right: 0;
}*/

.art-parallax-container h1 {
    color: #FFFFFF;
    margin: 40px;
    display: inline-block;
    position: relative;
    padding: 0;
}

a.art-button, a.art-button:link, a:link.art-button:link, body a.art-button:link, a.art-button:visited, body a.art-button:visited, input.art-button, button.art-button {
    font-weight: bold;
    line-height: 49px;
    min-width: 156px;
    height: 49px;
    border-radius: 4px;
    border-width: 0;
    padding: 0 21px;
    margin: 0 auto;
    display: inline-block;
    font-size: 14px;
}

a.art-button:hover, button.art-button:hover {
    background-color: #0492D0;
}

.art-parallax-container h2 {
    color: #fff;
    margin: 20px auto;
    font-size: 2rem;
}


/*## Inizio effetto Apollo ## */

.effect-apollo {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 300px;
    height: 300px;
    text-align: center;
    background-color: #00377b;
    cursor: pointer;
    -webkit-border-radius: 150px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.effect-apollo figcaption {
    padding: 2em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect-apollo figcaption::before,
.effect-apollo figcaption::after {
    pointer-events: none;
}

.effect-apollo figcaption,
.effect-apollo figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo figcaption {
    display: grid;
}

figure.effect-apollo .figure-content {
    margin: auto;
    padding: 0;
}

a.apollo-button, a.apollo-button:link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    border-radius: 50%;
    text-decoration: none;
    color: #FFF;
}

.apollo-container:hover figure.effect-apollo {
    background-color: #0494D2;
}

.apollo-container {
    position: relative;
    margin: 0 auto;
    display: block;
}

.apollo-container:hover figure.effect-apollo figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

/*## Fine effetto Apollo ## */

.art-prodotti a i, .art-partners a i {
    font-size: 50px;
    display: block;
}

.art-prodotti a span, .art-partners a span {
    display: block;
    padding-top: 20px;
}

.art-breadcrumbs {
    border: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "»" !important;
    color: #003980;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
    color: #00377B;
    font-weight: bold;
}

.breadcrumb a:hover {
    color: #007bff;
}

.breadcrumb-item.active {
    color: #00377B;
}

.art-icona-img {
    width: 50px;
}


.mapael .map {
    margin: 0 auto;
    position: relative
}

.mapael .mapTooltip {
    position: absolute;
    background: none;
    z-index: 1000;
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}

.elenco-nazioni {
    display: none;
}

.art-blog-article-footer {
    display: flex;
    align-items: center;
}

.art-blog-detail .art-blog-article-footer .art-blog-info {
    font-size: 14px;
    color: #000;
}


.art-latestnews .art-latestnews-item {
    padding: 25px 0;
}

.art-latestnews-item-image {
    width: 75px;
    height: 75px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.art-info-contatti i {
    margin-right: 10px;
    width: 16px;
    height: auto;
}

nav.art-nav .art-main-menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

#kw_cookie span.infoplus a, #kw_cookie span.infoplus a:hover {
    color: #fff;
}

/* Extra extra large devices (<1400px) */
@media (max-width: 1399.98px) {

}

/* Extra large devices (max-width 1199.98px) */
@media (max-width: 1199.98px) {

}


/* Large devices (max-width 991.98px): Desktops */
@media (max-width: 991.98px) {

}

/* Medium devices (max-width 767.98px): Tablets */
@media (max-width: 767.98px) {
    .mapcontainer {
        display: none;
    }

    .elenco-nazioni {
        margin: 50px 0;
        display: block;
    }

    nav.art-nav .art-logo img {
        margin: 0 auto 20px auto;
        width: 150px;
        position: relative;
    }

    .art-nav.menu-default {
        position: relative !important;;
    }

    #hamburgerMenu {
        display: none;
    }

    .responsive ul.art-hmenu > li > a.button-link {
        height: auto;
        line-height: initial;
    }

    .responsive .art-logo {
        padding: 10px 0;
    }

    .responsive .art-nav {
        height: auto;
    }

    .container-lang-menu {
        text-align: center;
        margin-top: 20px;
    }

    nav.art-nav .container-nav {
        flex-direction: column;
    }

    #hamburgerMenu.is-active {
        position: absolute;
        top: -100px;
        right: -20px;
    }

    nav.art-nav .art-main-menu {
        display: block;
    }

    div.swiper.swiper-container h1 {
        font-size: 32px;
    }

    div.swiper.swiper-container h2 {
        font-size: 20px;
    }

    .art-prodotti .apollo-container, .art-partners .apollo-container {
        margin: 20px auto;
    }

    .modulo-mappa {
        margin: 25px 0;
    }

    div.swiper-container .swiper-button-next, div.swiper-container .swiper-button-prev {
        display: none;
    }

    div.swiper-container {
        height: 300px;
    }

    .mobile-menu ul.art-hmenu li.metismenu-item a {
        font-size: 14px;
    }

    ul.metismenu.mod-menu li.metismenu-item {
        align-items: center;
    }

    ul.metismenu.mod-menu ul.mm-collapse.mm-show {
        margin: 0;
    }

    ul.metismenu.mod-menu ul.mm-collapse.mm-show > li {
        margin: 0.5rem;
    }

    #parallax-header {
        height: 200px;
    }

    #parallax-contenuto h1 {
        font-size: 24px;
    }
}


/* Small devices (max-width 575.98px): Mobile portrait */
@media (max-width: 575.98px) {


}
