.menu-overlay .sub-menu {
    padding-top: 150px;
}

.menu>li {
    float: left;
    font-size: 12px;
}

.swatch__figure_tris {
    display: inline-block;
    
  }

.menu-overlay>li {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
    margin: 0px;
}

.h1 {
    font-family: "Barlow", sans-serif;
    color: #004a6e;
}

.bg-dark-1 {
    background: #004a6e;
}

.bg-dark-2 {
    background: #3d7078;
}

.arts-cursor,
.arts-cursor__stroke-inner,
.arts-cursor__stroke-outer {
    color: #333;
    stroke: #333;
}

iframe {
    height: 100vh;
}

.slider__counter {
    font-size: 20px;
    float: right;
    padding: 15px;
}

.section-list__content {
    width: 100%;
    padding-top: 25px;
    border-bottom: solid 1px var(--h2-color-dark);
    padding-bottom: 25px;
}

.h2 {
    font-size: calc(var(--h2-max-font-size) * 1.1px) !important;
}

.nascosto {
    position: absolute;
    width: 250px;
    background: #fff;
    left: -125px;
    top: -60px;
    z-index: 20;
    display: none;
    line-height: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19),
        0 6px 3px 0 rgba(0, 0, 0, 0.23);
}

.loghiz {
    position: absolute;
    margin-left: 16px;
    width: 150px;
    left: var(--gutter-horizontal);
}

.loghiz p {
    margin-top: 0px;
    font-size: calc(var(--paragraph-max-font-size) * 0.85px);
}

.section-masthead__wrapper-scroll-down {
    left: var(--gutter-horizontal);
    bottom: calc(var(--gutter-vertical) / 1.5);
    z-index: 60;
    margin-left: -16px;
    margin-bottom: -16px;
}

/*AGGIUNTA MAURO*/
.mauro4-image {
    position: absolute;
    display: none;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
}

.mauro1:hover>.mauro4-image {
    display: block;
    background-image: url("/img/samo/51816_0000_Samo.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mauro2:hover>.mauro4-image {
    display: block;
    background-image: url("/img/samo/51816_0002_Linebeta.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mauro3:hover>.mauro4-image {
    display: block;
    background-image: url("/img/samo/51816_0001_DolceVita.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*questo per animazione samo*/
.mauroscritta {
    position: absolute;
    top: -1em;
    opacity: 0;
}

.swiper-slide-active .mauroscritta {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
    animation-delay: 2s;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.s {
    position: absolute;
    top: -200%;
    right: 30%;
    opacity: 0;
}

.a {
    position: absolute;
    top: -200%;
    right: -30%;
    opacity: 0;
}

.m {
    position: absolute;
    top: 0%;
    right: 0%;
    opacity: 0;
}

.o {
    position: absolute;
    top: 100%;
    right: -80%;
    opacity: 0;
}

.swiper-slide-active .s {
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .a {
    animation: movea 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .m {
    animation: movem 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .o {
    animation: moveo 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .h1 {
    animation: reduce 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes reduce {
    from {
        font-size: calc(var(--h1-max-font-size) * 1px);
    }

    to {
        font-size: calc(var(--h1-max-font-size) * 0.6px);
    }
}

@keyframes movea {
    from {
        right: -30%;
    }

    to {
        right: 11%;
    }
}

@keyframes movem {
    from {
        right: 0%;
        top: 0%;
    }

    to {
        right: -10%;
        top: -200%;
    }
}

@keyframes moveo {
    from {
        right: -80%;
        top: 100%;
    }

    to {
        right: -30%;
        top: -200%;
    }
}

/*questo per animazione lineabeta*/
.l1 {
    position: absolute;
    top: -200%;
    right: 27%;
    opacity: 0;
}

.i1 {
    position: absolute;
    top: -200%;
    right: -30%;
    opacity: 0;
}

.n1 {
    position: absolute;
    top: -100%;
    right: 0%;
    opacity: 0;
}

.e1 {
    position: absolute;
    top: 50%;
    right: 80%;
    opacity: 0;
}

.a1 {
    position: absolute;
    top: 0%;
    right: -10%;
    opacity: 0;
}

.b1 {
    position: absolute;
    top: 60%;
    right: -120%;
    opacity: 0;
}

.e2 {
    position: absolute;
    top: 120%;
    right: -60%;
    opacity: 0;
}

.t1 {
    position: absolute;
    top: 40%;
    right: 10%;
    opacity: 0;
}

.a2 {
    position: absolute;
    top: 50%;
    right: 20%;
    opacity: 0;
}

.swiper-slide-active .l1 {
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .i1 {
    animation: movei1 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .n1 {
    animation: moven1 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .e1 {
    animation: movee1 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .a1 {
    animation: movea1 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .b1 {
    animation: moveb1 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .e2 {
    animation: movee2 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .t1 {
    animation: movet1 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .a2 {
    animation: movea2 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

@keyframes reduce {
    from {
        font-size: calc(var(--h1-max-font-size) * 1px);
    }

    to {
        font-size: calc(var(--h1-max-font-size) * 0.6px);
    }
}

@keyframes movei1 {
    from {
        right: -30%;
    }

    to {
        right: 21%;
    }
}

@keyframes moven1 {
    from {
        right: 0%;
        top: 0%;
    }

    to {
        right: 4%;
        top: -200%;
    }
}

@keyframes movee1 {
    from {
        right: 80%;
        top: 100%;
    }

    to {
        right: -10.5%;
        top: -200%;
    }
}

@keyframes movea1 {
    from {
        right: -10%;
        top: 100%;
    }

    to {
        right: -28%;
        top: -200%;
    }
}

@keyframes moveb1 {
    from {
        right: -120%;
        top: 100%;
    }

    to {
        right: -44%;
        top: -200%;
    }
}

@keyframes movee2 {
    from {
        right: -60%;
        top: 100%;
    }

    to {
        right: -59%;
        top: -200%;
    }
}

@keyframes movet1 {
    from {
        right: 10%;
        top: 100%;
    }

    to {
        right: -75%;
        top: -200%;
    }
}

@keyframes movea2 {
    from {
        right: 20%;
        top: 100%;
    }

    to {
        right: -89%;
        top: -200%;
    }
}

/*questo per animazione DOLCEVITA*/
.d3 {
    position: absolute;
    top: -200%;
    right: 27%;
    opacity: 0;
}

.o3 {
    position: absolute;
    top: -200%;
    right: -30%;
    opacity: 0;
}

.l3 {
    position: absolute;
    top: -100%;
    right: 0%;
    opacity: 0;
}

.c3 {
    position: absolute;
    top: 50%;
    right: 80%;
    opacity: 0;
}

.e3 {
    position: absolute;
    top: 0%;
    right: -10%;
    opacity: 0;
}

.v3 {
    position: absolute;
    top: 60%;
    right: -120%;
    opacity: 0;
}

.i3 {
    position: absolute;
    top: 120%;
    right: -60%;
    opacity: 0;
}

.t3 {
    position: absolute;
    top: 40%;
    right: 10%;
    opacity: 0;
}

.a3 {
    position: absolute;
    top: 50%;
    right: 20%;
    opacity: 0;
}

.swiper-slide-active .d3 {
    animation: moved3 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .o3 {
    animation: moveo3 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .l3 {
    animation: movel3 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .c3 {
    animation: movec3 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .e3 {
    animation: movee3 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .v3 {
    animation: movev3 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .i3 {
    animation: movei3 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .t3 {
    animation: movet3 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

.swiper-slide-active .a3 {
    animation: movea3 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transition: opacity 0.6s linear 2s;
    opacity: 1;
}

@keyframes moved3 {
    from {
        right: 27%;
    }

    to {
        right: 35%;
    }
}

@keyframes moveo3 {
    from {
        right: -30%;
    }

    to {
        right: 19%;
    }
}

@keyframes movel3 {
    from {
        right: 0%;
        top: -100%;
    }

    to {
        right: 5%;
        top: -200%;
    }
}

@keyframes movec3 {
    from {
        right: -80%;
        top: 50%;
    }

    to {
        right: -10%;
        top: -200%;
    }
}

@keyframes movee3 {
    from {
        right: -80%;
        top: 0%;
    }

    to {
        right: -25%;
        top: -200%;
    }
}

@keyframes movev3 {
    from {
        right: -80%;
        top: 60%;
    }

    to {
        right: -42%;
        top: -200%;
    }
}

@keyframes movei3 {
    from {
        right: -80%;
        top: 120%;
    }

    to {
        right: -49%;
        top: -200%;
    }
}

@keyframes movet3 {
    from {
        right: -80%;
        top: 40%;
    }

    to {
        right: -64%;
        top: -200%;
    }
}

@keyframes movea3 {
    from {
        right: -80%;
        top: 50%;
    }

    to {
        right: -79%;
        top: -200%;
    }
}

/* ======================================================================== */
/* 48. scrollDown */
/* ======================================================================== */
.scroll-down {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 100px;
}

.scroll-down:hover .scroll-down__line {
    transform: scaleY(0);
    transition-delay: 0s;
}

.scroll-down:hover .scroll-down__circle-1 {
    transform: translateY(110px);
    transition-delay: 0.2s;
}

.scroll-down__circle-1 {
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--color-dark-1);
    border-radius: 100%;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.scroll-down__line {
    width: 1px;
    height: 60px;
    background-color: var(--color-dark-1);
    margin-top: 16px;
    margin-bottom: 16px;
    transform-origin: bottom center;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.2s;
}

.scroll-down__circle-2 {
    width: 24px;
    height: 24px;
    border: 1px solid #888888;
    border-radius: 100%;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.onlymobile {
    display: none;
}

@media screen and (max-width: 767px) {

    #js-submenu-back {
        background: #004a6e;
        z-index: 999;
    }

    .header__wrapper-menu {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header__slider-column.col-lg-5.order-lg-1.h-100.d-none.d-lg-flex.flex-column.position-relative.bg-dark-1 {
        display: block !important;
        height: auto !important;
    }

    .header__menu-column.col-lg-7.order-lg-2.h-100.d-flex.flex-column.position-relative.bg-dark-2 {
        overflow: auto;
        height: 50% !important;
    }

    .header__wrapper-slider {
        padding: 30px 20px 0 20px;
        height: auto;
    }

    .menu-overlay__heading.h2 {
        font-size: 25px !important;
    }

    .nomobile,
    .loghiz {
        display: none !important;
    }

    .mauro4-image {
        display: none !important;
    }

    .onlymobile {
        display: block;
        font-family: "Barlow", sans-serif;
        color: #004a6e;
        font-weight: 600;
        font-size: 60px;
    }

    .pt100m {
        padding-top: 100px;
    }

    .scroll-down__circle-1 {
        width: 8px;
        height: 8px;
    }

    .scroll-down__line {
        height: 40px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .scroll-down__circle-2 {
        width: 18px;
        height: 18px;
    }

    .scroll-down:hover .scroll-down__circle-1 {
        transform: translateY(69px);
    }
}

.project figure img {
    display: block;
    width: 100%;
}

.project figcaption {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 1em 1px;
}

project figure::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project-title {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    font-size: 1.56em;
    line-height: 1.45;
    letter-spacing: 0.07em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-family: Arial, Helvetica, sans-serif;
}

.project-title {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #3d3d3d;
}

.project-title-center {
    text-transform: none;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.project figure img.category-icon {
    display: inline-block;
    width: auto;
    max-width: 50px;
    margin-bottom: 20px;
}

.project-title-center>span {
    display: table-cell;
    vertical-align: middle;
}

.project.color-1801 figure::after {
    background-color: #acb7b3;
}

.project figure::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project figure::after {
    opacity: 1;
}

.project:hover figure::after {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project:hover .project-title {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project figure {
    position: relative;
}

.figure-project__wrapper-img img {
    transform: none;
}

.center_slider_arrows {
    position: absolute;
    width: 100%;
    top: 30%
}

.center_slider_arrows .slider__wrapper-arrows {
    width: 100% !important;
}

.text-small {
    font-size: .8em;
}

/* img{
    background-color: #fafafa;
} */
img.img-loaded {
    background-color: #fafafa;
    min-height: 1em;
    min-width: 1em;
    height: 100%;
}

img.img-error {
    background-color: transparent;
}


/* A capo linee nomi prodotti in lista */
ul.post-meta a {
    white-space: break-spaces;
    margin-bottom: 0.5em;
}

ul.post-meta .split-li-wrapper a .overflow {
    margin-bottom: -0.5em;
}