html {
    scroll-behavior: smooth;
}

body {
    padding-top: 50px;
    overflow: visible;
}

.hideme,
.hiddendiv {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
    .spacer {
        display: none;
    }
    br {
        content: " ";
        display: block;
        height: 10px;
    }
    .slide-popup br {
        content: " ";
        display: block;
        height: 0;
    }
}
/* Altezza Header */
header.header .header-wrap {
    height: 50px;
}

/* Altezza Header */

body {
    /* font-family: canada-type-gibson, sans-serif; */
}

p,
ul,
a,
body {
    font-family: canada-type-gibson, sans-serif !important;
}

.fancybox-stage * {
    -webkit-transition: normal;
    -moz-transition: normal;
    -o-transition: normal;
    transition: normal;
    transform: translateZ(0);
}
.wf-loading a,
.wf-loading p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6 {
    /* styles to use when web fonts are loading */
    visibility: hidden !important;
}
.wf-active a,
.wf-active p,
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6 {
    /* styles to use when web fonts are active */
    visibility: visible !important;
}

header.header .logo img {
    display: block;
}
.t_center {
    position: relative;
}
.t_center .loadingspinner {
    pointer-events: none;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-color: #eee;
    border-top-color: #ffe534;
    border-radius: 50%;
    animation: loadingspin 1s linear infinite;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -20px;
    pointer-events: none;
    z-index: 5;
}

@keyframes loadingspin {
    100% {
        transform: rotate(360deg);
    }
}

.js-more {
    position: relative;
    z-index: 10;
}

.full-menu-footer p,
.full-menu .full-menu-body .menu-wrap .menu li a {
    font-family: canada-type-gibson, sans-serif;
}

.full-menu .full-menu-footer {
    background: #232323;
}

.full-menu-footer p {
    font-size: 14px;
}

.AdminLoginPage {
    padding: 0;
}

.login-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-head {
    background-color: #fff;
    height: 250px;
    position: relative;
}

.section-head-noimg h1 {
    color: black;
}

#MemberLoginForm_LoginForm fieldset {
    padding: 0;
    border: 0;
}

#MemberLoginForm_LoginForm input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 20px;
}

#MemberLoginForm_LoginForm #ForgotPassword {
    display: none;
}

#MemberLoginForm_LoginForm .field {
    margin-top: 10px;
    margin-bottom: 10px;
}

h6 {
    font-size: 18px;
}

.arrows {
    white-space: nowrap;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    font-size: 14px;
}
.arrows li {
    display: inline-block;
    line-height: 20px;
    margin: 0 9px 0 0;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    padding-right: 20px;
}
.arrows li:first-child {
    padding-left: 0;
}
.arrows li a {
    color: #000;
    font-size: 14px;
}

.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    transform: skewX(45deg);
    pointer-events: none;
}
.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-child::before,
.arrows li:last-child::after {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .arrows li {
        margin: 0 0 0 0;
        padding-right: 13px;
    }
}

.section-opera .opera-wrap {
    height: auto;
    margin-bottom: 50px;
}

.section-opera-home .opera-wrap {
    margin-bottom: 0;
}

.section-opera iframe {
    width: 100%;
    min-height: 700px;
    border: 0 !important;
}

.HomePage .slide .slide-popup p {
    font-family: canada-type-gibson;
    font-size: 50px;
    font-weight: normal;
    line-height: normal;
    margin: 0px 0px 5px;
    color: #fff;
}

.HomePage .slide .slide-popup p strong {
    color: #ffe534;
}

.section-head h1 {
    font-weight: 700;
}

.section-servizi > .wrapper_2 {
    max-width: 1200px;
}

.section-servizi > .wrapper_2:before {
    left: 0;
    width: 100%;
    height: 70%;
}

.section-servizi .f_default > h4 {
    font-weight: 700;
}

.section-servizi h4 {
    font-weight: 700;
}

.contentPos .content p {
    margin-bottom: 0;
}

.section-collezione .products-wrap .row .product.not-available:before {
    display: none !important;
}

.section-collezione .products-wrap .row .product.not-available:after {
    content: "";
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #63636380;
    transition: 0.2s ease-in-out;
}
.section-collezione .products-wrap .row .product.not-available:hover:after {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 1);
}

.section-collezione .products-wrap .row .product.not-available .product-info {
    opacity: 1 !important;
}


.section-collezione .products-wrap .row .product.not-available .product-info p,
.section-collezione .products-wrap .row .product.not-available .product-info h5 b,
.section-collezione .products-wrap .row .product.lack-permission .product-info p,
.section-collezione .products-wrap .row .product.lack-permission .product-info h5 b {
    color: white !important;
}

.section-servizi .servizi-wrap .servizi .servizio-cont h4 {
    font-size: 22px;
}

.f_default p {
    font-size: 18px;
    line-height: 1.5;
}

.f_default p a {
    font-size: 18px;
    line-height: 1.5;
}

.switchLang {
    border-left: 2px solid #232323;
    height: 32px!important;
}

button {
    font-size: 16px;
}

/*header.header .main-menu li:nth-of-type(1),*/
/*header.header .main-menu li:nth-of-type(2) {*/
/*    display: inline-block;*/
/*}*/

@media (max-width: 1024px) {
    header.header .main-menu li:nth-of-type(1),
    header.header .main-menu li:nth-of-type(2),
    header.header .main-menu li:nth-of-type(3) {
        display: none;
    }
}

@media (max-width: 1023px) {
    .section-opera iframe {
        min-height: 500px;
    }

    .section-servizi .servizi-wrap .servizi {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .section-head {
        margin-top: 0 !important;
    }
}

@media (max-width: 650px) {
    .section-collezione .products-wrap .row:nth-of-type(1),
    .section-collezione .products-wrap .row:nth-of-type(2),
    .section-collezione .products-wrap .row {
        display: inline-block !important;
    }
    .section-collezione .products-wrap .row .product {
        width: 100%;
        height: auto;
        border: 0;
    }

    .section-collezione .products-wrap .row .product img {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
        max-width: fit-content !important;
        height: auto !important;
        width: 100%;
        max-width: 100% !important;
        position: relative;
        left: 0;
    }
}

@media (min-width: 600px) and (max-width: 945px) {
    .section-collezione .products-wrap .row .product {
        background: #000;
    }
    .section-collezione .products-wrap .row .product img {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
        max-width: 100%;
        width: auto;
    }
}

@media (max-width: 550px) {
    .section-opera iframe {
        min-height: 300px;
    }

    header.header .logo {
        position: relative;
        overflow: hidden;
        width: 35px;
        height: 28px;
    }

    header.header .logo img {
        height: 20px;
        width: auto;
        max-width: none;
        margin: 0;
    }

    .section-head h1 {
        font-size: 36px;
    }

    .section-content .col:first-of-type,
    .section-content .col:nth-of-type(2) {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .section-servizi .servizi-wrap .servizi {
        width: 100%;
    }
}

html.touchevents .full-menu {
    clip-path: none;
    opacity: 0;
    pointer-events: none;
}

html.touchevents .full-menu.open {
    opacity: 1;
    pointer-events: auto;
}

.full-menu > button,
header.header .main-menu li:last-child > button {
    position: fixed;
    top: 17px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-appearance: none !important;
    border: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.full-menu > button {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
}

.full-menu > button img {
    display: block;
    height: 14px;
}

.content-claim p {
    font-size: 24px;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .content-claim p {
        font-size: 19px;
    }
}
.section-collezione .products-wrap .row .product.type-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #A8A8A8;
    opacity: 0;
    transition: all ease-in-out .25s;
}
.section-collezione .products-wrap .row .product.type-1:hover:after {
    opacity: .8;
}


.section-collezione .products-wrap .row .product .new-element {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    opacity: 1;
    width: 24px;
    height: 24px;
}
.section-collezione .products-wrap .row .product .new-element.showNewElement,
.section-collezione .products-wrap .row .product.new-element .new-element {
    display: block;
}

.section-collezione .products-wrap .row .product .photoSphereLogo {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    opacity: 1;
    transform: translate(-50%, -50%);
    background-color: rgba(59,59,59,.5);
    width: 96px;
    height: 96px;
    border-radius: 50%;
}
.section-collezione .products-wrap .row .product.type-1 .photoSphereLogo img{
    width: 64px;
}

.section-collezione .products-wrap .row .product.type-1.photosphere .photoSphereLogo,
.section-collezione .products-wrap .row .product.type-1 .photoSphereLogo.showPhotosphere {
    display: flex;
}
.section-collezione .products-wrap .row .product.type-1:hover .photoSphereLogo.showPhotosphere,
.section-collezione .products-wrap .row .product.type-1.photosphere:hover .photoSphereLogo {
    display: flex;
    opacity: 0;
}

.section-collezione .products-wrap .row .product.type-1:before,
.section-collezione .products-wrap .row .product.type-1:before {
    content: "";
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    opacity: 0;
    padding: 20px 20px;
    background-color: #ffe534;
    background-image: url(../svg/icon-search.png);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
}

h4 {
    font-size: 24px;
}

.section-collezione {
    margin-bottom: 3em;
}

.section-collezione h4 {
    margin-bottom: 1em;
    margin-top: 3em;
}

.section-search form .btn[type="submit"] {
    padding: 8px 30px;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .section-search form .btn[type="submit"] {
        padding: 7px 15px;
    }
}

header.header .main-menu > li:last-of-type img {
    display: block;
    height: 15px;
}

html.touchevents .full-menu .full-menu-header > .wrapper_2 > label,
html.touchevents header.header .main-menu li:last-child > label {
    display: none !important;
}

html.no-touchevents .full-menu > button,
html.no-touchevents header.header .main-menu li:last-child > button {
    display: none !important;
}

html.touchevents .full-menu {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.section-servizi .servizi-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.section-head {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-head h1 {
    padding: 20% 0px 50px;
    margin: 0px;
}

/* DIE */
p.c_copy {
    font-size: 14px;
    line-height: 14px;
}

footer i {
    font-size: 16px;
    line-height: 14px;
}

p.footerCopy {
    text-align: left;
}

.full-menu .full-menu-body .menu-wrap,
.footer-wrap {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.full-menu .full-menu-body .menu-wrap .menu li a:hover {
    color: #ffe534;
}

.full-menu .full-menu-header label,
.full-menu .full-menu-header label img {
    position: relative !important;
    z-index: 200 !important;
    display: flex;
    align-items: center;
}

.wrapper_0 {
    max-width: 100%;
    padding: 0 5px;
}

.HomePage .slide .slide-popup p {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.HomePage .slide .slide-popup p span {
    text-decoration: none !important;
}

.HomePage .section-search h3 {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    margin: 0;
}

.HomePage .section-search h3 u {
    text-decoration: none;
    color: #ffe534;
}

.section-collezione .products-wrap .row .product p,
.section-collezione .products-wrap .row .product h5 {
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.section-collezione .products-wrap .row .not-available p,
.section-collezione .products-wrap .row .not-available h5 {
    text-shadow: none;
}

.news .content h6 {
    font-size: 20px;
    line-height: 1.1em;
    min-height: 3.3em;
}

.news .content h6 a {
}

.news .content h6 a:hover {
    color: #ffe534;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: canada-type-gibson;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 600;
}

.padding_25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-blog .blog-wrap .news:hover {
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.section-head-noimg h1.c_alt {
    text-shadow: none;
}

.section-servizi-new {
    margin-bottom: 0;
    padding-top: 50px;
}

.servizio-noimg {
}

@media screen and (max-width: 767px) {
    .section-servizi-new {
        padding-top: 0;
    }
}

.section-blog .blog-tools p {
    width: 100%;
}

.c_alt a {
    color: #fff;
}

.section-blog-alt > .row > .col.col-big .news {
    width: 100%;
}

.news .content h2 a {
    font-size: 40px;
    line-height: 1.1em;
    min-height: 3.3em;
    font-family: canada-type-gibson;
    font-weight: 600;
    color: #000;
}

.news .content h2.c_alt a {
    color: #fff;
}

.news .content h5 a {
    font-size: 20px;
    line-height: 1.1em;
    min-height: 3.3em;
    font-family: canada-type-gibson;
    font-weight: 600;
    color: #000;
}

.news .content h5.c_alt a {
    color: #fff;
}

.news .content h6 a {
    font-size: 18px;
    line-height: 1.1em;
    min-height: 3.3em;
    font-family: canada-type-gibson;
    font-weight: 600;
    color: #000;
}

.news .content h6.c_alt a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .section-blog-alt > .row > .col.col-big {
        min-width: 1px;
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .section-blog-alt > .row > .col.col-big .news {
        padding: 20px 20px 40px;
    }
    .section-blog-alt > .row > .col .news .content {
        width: 100%;
    }
    .news .content h2 a {
        font-size: 30px;
    }
}

.tAll {
    padding-bottom: 0;
}
p.small,
ul.small,
a.small,
body.small {
    font-size: 14px;
}

.content p a {
    color: #000;
    text-decoration: underline;
}

.content p a:hover {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}

.content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1em;
}

.content ul {
    font-size: 18px;
    line-height: 1.6;
}

.content ol {
    font-size: 18px;
    line-height: 1.6;
}

.content ul li,
.content ol li {
    margin-bottom: 0.5em;
}

.content p a {
    font-size: 22px;
}

.content p.date {
    font-size: 16px;
    font-family: canada-type-gibson;
    margin-top: 10px;
}

.HomePage .content p {
    font-size: 18px;
}

.contentPos h2 {
    font-size: 34px;
    line-height: 1.3;
}

.section-servizi-new .contentPos h2 {
    font-size: 28px;
    line-height: 1.3;
}

.f_default p {
    font-size: 26px;
    line-height: 1.3;
}

.NewsPage h3 {
    font-size: 45px;
    line-height: 1;
}

.SettoriSpecialHolder section .content h2,
.SettoriSpecialHolder .content-claim h2 {
    font-size: 45px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .contentPos h2 {
        font-size: 24px;
    }
    .NewsPage h3 {
        font-size: 23px;
    }

    .SettoriSpecialHolder section .content h2,
    .SettoriSpecialHolder .content-claim h2 {
        font-size: 40px;
    }
    .Page .section-head,
    .SettoriSpecialHolder .section-head,
    .SettoriHolder .section-head {
        height: auto;
    }
}

.infoSx {
    margin-top: 25px;
}

.section-filter form .row:first-of-type {
    padding-right: 0;
}

.colCx {
    text-align: center;
}
.btn {
    border-radius: 50px;
    padding: 10px 40px;
}
.btn:hover {
    color: #232323;
    background-color: #ffe534;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.section-slider .mouse-scroll {
    display: inline-block;
}

.HomePage .slide .slide-popup p {
    font-weight: 600;
}

.background-blend-mode .card__image img {
    display: block;
    -webkit-filter: grayscale(0%) contrast(100%);
    filter: grayscale(0%) contrast(100%);
    transition: -webkit-filter 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: filter 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: filter 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-filter 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.section-servizi .servizi-wrap .servizi .servizio-cont .thumb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    opacity: 0;
}

.section-servizi .servizi-wrap .servizi:hover .servizio-cont .thumb,
.section-servizi .servizi-wrap .servizi .servizio-cont .thumb:hover {
}

.section-servizi .servizi-wrap .servizi .servizio-cont .thumb:after {
}

.section-servizi .servizi-wrap .servizi:hover .servizio-cont .thumb {
    /*-webkit-filter: grayscale(50%) contrast(150%);
    filter: grayscale(50%) contrast(150%);
    background-color: #FFE534;
    background-blend-mode: multiply;*/
}

.lack-permission {
    background-color: #63636350;
    mix-blend-mode: multiply;
}

.lack-permission img {
    -webkit-filter: grayscale(50%) contrast(150%);
    filter: grayscale(50%) contrast(150%);
    mix-blend-mode: multiply;
    opacity: 0.2;
}

.section-collezione .products-wrap .row .product.lack-permission .product-info {
    opacity: 1 !important;
}
.section-collezione .products-wrap .row .lack-permission p,
.section-collezione .products-wrap .row .lack-permission h5 {
    text-shadow: none;
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

.sectionSlider {
    margin-top: -50px;
}

.img-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100vw;
    background: #232323;
}

.img-container img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.img-container img.sx {
    -o-object-position: left;
    object-position: left;
}

.img-container img.dx {
    -o-object-position: right;
    object-position: right;
}

.img-container img.next {
    opacity: 1;
    z-index: 1;
}

.img-container img.prev {
    opacity: 1;
    z-index: 2;
}

.img-container img.fade-out {
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
    visibility: hidden;
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    33.333% {
        opacity: 0;
    }
    66.666% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade2 {
    0% {
        opacity: 0;
    }
    33.333% {
        opacity: 1;
    }
    66.666% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade3 {
    0% {
        opacity: 0;
    }
    33.333% {
        opacity: 0;
    }
    66.666% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.SettoriSpecialHolder .section-servizi > .wrapper_2:before {
    display: none;
}

.section-content .col:nth-of-type(2) {
    padding: 20px 20px;
}

.ServiziPage .section-content .col:nth-of-type(2) {
    padding-left: 8%;
}

.SettoriPage .section-content .col:nth-of-type(2) {
    padding-left: 8%;
}

.section-content .col:first-of-type {
    padding: 20px 20px;
}

.slider-mobile {
    display: none;
    visibility: hidden;
}

.section-blog .blog-wrap .news .news-cont .thumb {
    max-height: 150px;
    height: auto;
    width: auto;
}

.section-servizi > .wrapper_2:before {
    z-index: 1;
}

.section-servizi .servizi-wrap {
    z-index: 10;
}

header.header .main-menu > li:nth-of-type(4) {
    margin: auto !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0px 20px !important;
}

.section-blog > .wrapper_2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
    width: calc(100% - 44px);
    height: 50%;
    background-color: #f2f2f2;
}

.main-page-img {
    position: absolute;
    z-index: -5;
    height: 595px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.main-page-img .main-page-img-img {
    background-position: center center;
    background-attachment: scroll;
    background-color: transparent;
    position: fixed;
    height: inherit;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: inherit;
    height: inherit;
    max-width: none;
}

.section-head .wrapper_2 {
    z-index: 10;
}

.section-content {
    padding-top: 20px;
}

.flow {
    background: #fff;
    padding-bottom: 25px;
    position: relative;
    z-index: 3;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .flow {
        padding-bottom: 0;
    }
}

.heigh500 {
    height: 595px;
    background: transparent;
}

.section-head h1.c_alt {
    position: absolute;
    padding: 0;
    bottom: 0;
    background: #fff;
    padding: 5px 20px;
    text-transform: none;
    font-size: 40px;
    color: #000;
    margin-left: -20px;
}

@media screen and (max-width: 767px) {
    .section-head .wrapper_2 {
        padding: 0;
    }
    .section-head h1.c_alt {
        position: relative;
        margin-left: 0;
    }
}
.heigh500 h1.c_alt {
}

.SettoriSpecialHolder .section-servizi > .wrapper_2 {
    max-width: 1160px;
}

.padding_25 {
    padding-left: 0;
    padding-right: 0;
}

.full-menu {
    height: 30vh;
    min-height: 300px;
}

.full-menu .full-menu-body {
    width: 100%;
    height: calc(30vh - 50px);
    padding-top: 0;
    padding-bottom: 0;
    min-height: 300px;
}

.full-menu .full-menu-body .menu-wrap .menu {
    min-width: 30%;
    padding: 20px 3% 0 0;
}

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Aligner-item {
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}

/*.full-menu{
    clip-path: inset(0 0);
}
#toggle-menu:checked ~ .full-menu {
    clip-path: inset(0 100%);
}

.burger {
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid currentColor;
  width: 28px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out;
}
.burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.burger:before {
  content: "";
  display: block;
  border-bottom: 4px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger:after {
  content: "";
  display: block;
  border-bottom: 4px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger.open {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}
.burger.open:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger.open:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

html.no-touchevents .full-menu > button, html.no-touchevents header.header .main-menu li:last-child > button {
    display: inline-block !important;
}

.burger {
  color: #000;
}

.burger.open {
  color: #fff;
}

*/

.section-search {
    bottom: -125px;
    top: auto;
}

.slide-popup {
    z-index: 99;
    position: absolute;
}

/*.section-blog .blog-tools{padding: 0 20px;}*/

@media screen and (max-width: 1023px) {
    .HomePage .slide .slide-popup {
        left: 20px !important;
    }

    .HomePage .slide .slide-popup p {
        font-size: 36px;
    }

    .full-menu {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .HomePage .slide .slide-popup {
        left: 0px !important;
    }
    .HomePage .slide .slide-popup p {
        font-size: 30px;
        padding: 0 20px;
    }
    .slider-mobile {
        display: block;
        visibility: visible;
    }

    .slider-desktop {
        display: none;
        visibility: hidden;
    }

    .HomePage .section-search h3 {
        text-shadow: none;
    }
}

.cbp-hrmenu {
    height: 100%;
}

/* general ul style */
.cbp-hrmenu ul {
    height: 100%;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
}

.cbp-hrmenu > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
}

.cbp-hrmenu > ul > li > a {
    font-size: 16px;
}

.cbp-hrmenu > ul > li > a:hover {
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #232323;
    width: 100%;
    left: 0;
    top: 50px;
    padding-bottom: 1em;
}

.cbp-hropen .cbp-hrsub {
    display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
    line-height: 1em;
}

.full-menus .full-menu-body .menu-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: flex-end;
}

.full-menus .full-menu-body .menu-wrap {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.full-menus .full-menu-body .menu-wrap .menu {
    width: 20.5%;
    padding: 40px 0 20px 0;
}

.full-menus .full-menu-body .menu-wrap .menu li {
    margin-bottom: 10px;
    width: 100%;
}

.full-menus .full-menu-body .menu-wrap .menu li .sub-menu {
    margin-top: 5px;
    /*border-left: solid 2px #FFE534;*/
    border-top: 1px solid #fff;
    padding-top: 15px;
    padding-left: 0;
}

.full-menus .full-menu-body .menu-wrap .menu li a {
    font-size: 18px;
    font-family: canada-type-gibson, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}

.full-menus .full-menu-body .menu-wrap .menu li a:hover {
    color: #ffe534;
}

#burger {
    width: 15px;
    height: 11px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #232323;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#burger span:nth-child(1) {
    top: 0px;
}

#burger span:nth-child(2) {
    top: 5px;
}

#burger span:nth-child(3) {
    top: 10px;
    width: 50%;
}

#burger:hover span:nth-child(3) {
    width: 100%;
}

#burger:hover span:nth-child(1),
#burger:hover span:nth-child(2),
#burger:hover span:nth-child(3) {
    background: #000;
}

#burger.open span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #000;
}

#burger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    background: #000;
    pointer-events: none;
}

#burger.open span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
    background: #000;
}

header.header .main-menu > li.plus {
    padding: 0;
}

.btn-header-pop {
    border: 1px solid white;
    border-radius: 2rem;
    padding: 2px 10px 0 10px!important;
}
.btn-header-pop:hover {
    background: white;
    color:black;
}
.btn-header {
    border: 2px solid black;
    border-radius: 2rem;
    margin: 0 20px;
    padding: 3px 15px!important;
    height: 32px!important;
}
.btn-header a {
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    margin-top: 1px;
}
.btn-header:hover {
    background: black;
}
.btn-header:hover a {
    color:white
}
.btn-header:hover a:after {
    width: 0;
}

ul.main-menu  li  div.desktop {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 49px;
    left: 0;
    background: #232323;
    padding: 40px 0 40px 0;
    font-size: 18px;
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}
ul.main-menu  li:hover  div.desktop {
    opacity: 1;
    visibility: visible;
}
ul.main-menu  li:hover  div.desktop a {
    display: inline-block;
    visibility: visible!important;
}

ul.main-menu li div.desktop a {
    /*display: none;*/
    text-align: left;
    position: relative;
    padding-left: 9px;
    margin: 0 20px;
    visibility: hidden!important;
}


ul.main-menu li div.desktop a:after {
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    top: 50%;
    bottom: 0;
    left: 0;
    background: #ffe534;
    transition: all .25s ease-in-out;
}
ul.main-menu li div.desktop  a:hover:after {
    height: 100%;
    top: 0;
}

ul.main-menu li div.desktop  a .claim{
    margin-top: 9px;
    color: rgb(190,190,190);
    max-width: 250px;
}


.iframeFullHeight {

}
.iframeFullHeight iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    border: none;
}

@media screen and (max-width: 1024px) {
    .cbp-hrmenu .cbp-hrsub {
        /*height: 30vh;*/
    }

    .full-menus .full-menu-body .menu-wrap .menu {
        width: 33.33%;
    }

    header.header .main-menu li:nth-of-type(1),
    header.header .main-menu li:nth-of-type(2),
    header.header .main-menu li:nth-of-type(3) {
        display: inline-block;
    }

    header .noMobile {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .cbp-hrmenu .cbp-hrsub {
        height: 100vh;
    }

    .full-menus .full-menu-body .menu-wrap .menu {
        width: 100%;
    }

    header.header .main-menu li:nth-of-type(1),
    header.header .main-menu li:nth-of-type(2),
    header.header .main-menu li:nth-of-type(3) {
        display: inline-block;
    }

    header .noMobile {
        display: none !important;
    }

    header.header .logo {
        width: 100%;
        height: 28px;
    }
    .section-meta .meta-wrap {
        flex-flow: column nowrap;
    }
}

@media screen and (max-width: 43em) {
    .cbp-hrmenu {
    }

    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
    }

    .cbp-hrmenu .cbp-hrsub-inner {
    }

    .cbp-hrmenu > ul > li {
    }

    .cbp-hrmenu > ul > li > a {
    }

    .cbp-hrmenu .cbp-hrsub {
    }

    .cbp-hrsub h4 {
    }
}

@media screen and (max-width: 36em) {
    .cbp-hrmenu .cbp-hrsub-inner > div {
    }
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 12px;
    font-family: canada-type-gibson;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.logo {
    margin-top: 6px;
}

.section-copy {
    text-align: center;
}

.section-collezione .products-wrap .row .product.type-1::before {
    opacity: 1;
}

.section-gallery img {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.section-gallery a {
    position: relative;
    color: #fff;
}

.section-gallery a .dida {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff !important;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    opacity: 0;
    font-size: 14px;
}

.section-gallery a .dida p {
    font-size: 14px;
    color: #fff !important;
}

.section-gallery a:hover img {
    opacity: 0.2;
}

.section-gallery a:hover .dida {
    opacity: 1;
}

.social-block {
    padding-left: 0;
    margin-left: 0;
    float: left;
    width: 100%;
}

.social-block .nav-social-item {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: auto !important;
}

.nav-social-item span {
    display: none;
    visibility: hidden;
}
.nav-social-item a {
    color: #ffe534 !important;
}
.nav-social-item a:hover {
    color: #fff !important;
}

.onlygiga {
    margin-top: 10px;
}

.notfound {
    margin-top: 0 !important;
}

.CaseHistoryHolder .f_default {
    margin-bottom: 20px;
}
.CaseHistoryHolder .heigh500 {
    background: #fff;
}

footer.footer p {
    font-size: 16px;
    margin-bottom: 0;
    color: #efefef;
}

footer.footer p a {
    font-size: 16px;
    color: #efefef;
}

footer.footer .row:first-of-type {
    display: inline-block;
    width: 100%;
}

footer.footer {
    position: relative;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}

footer.footer .foot-info,
footer.footer .foot-menu {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    width: 100%;
    font-size: 11px;
}

footer.footer .foot-menu ul {
    width: 100%;
    margin-top: 7px;
}

footer.footer .foot-menu li {
    display: inline;
    margin: 0 5px;
}

footer.footer .foot-menu li a {
    font-size: 14px;
}

footer.footer .foot-info .logo img {
    margin-left: 0;
    height: 20px;
}

p.footerCopy,
p.footerCopy a {
    text-align: center;
}

footer.footer .row:last-of-type {
    padding: 0;
    margin: 0;
    text-align: center;
}

p.footerCopy,
p.footerCopy a {
    font-family: canada-type-gibson;
    text-transform: uppercase;
    color: #ccc;
    font-size: 10px !important;
}
p.footerCopy .heart {
    font-size: 10px;
    color: #efefef;
    font-family: "Segoe UI Symbol";
}

@media screen and (max-width: 767px) {
    footer.footer p {
        line-height: 16px;
    }
}

.fw-embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.fw-embed-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.fw-embed-box iframe,
.fw-embed-box > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fw-embed-caption .slide-popup {
    float: left;
    position: absolute;
    left: 100px;
}

.HomePage .slide .slide-popup {
    margin-top: initial;
    width: 100%;
    bottom: 250px;
}

@media screen and (min-width: 1025px) and (max-height: 800px) {
    .HomePage .slide .slide-popup {
    }
}

.serach-inside-wall h3 {
    min-height: 30px;
}

.section-search {
    position: sticky;
    z-index: 20;
    top: -10px; /* -10px */
    margin-bottom: 50px;
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #232323;
    padding-top: 10px;
    padding-bottom: 10px;
}
#onlyGigaContainer {
    display: none;
}


@media screen and (max-width: 992px) {
    .section-search {
        top: -50px;
    }
}

@media screen and (max-width: 768px) {
    .section-search h3 {
        min-height: 50px;
    }
    .section-search {
        top: -25px;
    }

    .p0-20 {
        padding: 0 10px;
    }
    .section-search form {
        display: flex;
        flex-direction: column;
    }
    div.omega {
        flex: 1;
    }
    .section-search form button {
        width: 100px!important;
    }
}


.sectionVideo {
    z-index: 3;
    position: relative;
    background-color: #232323;
}

.sectionVideo .VideoPlayer {
    position: fixed;
    top: 0;
    left: 0;
}

.Block .mouse {
    position: fixed;
    bottom: 50px;
    left: 50%;
    z-index: 2;
    height: auto;
    margin-left: -19px;
    opacity: 1;
}

.mouse-icon {
    width: 25px;
    height: 45px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

.hidemouse .mouse {
    opacity: 0;
}

@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

.parallax__group {
    z-index: 10;
}

.fw-embed {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}

.flowHome {
    z-index: 3;
    /* margin-top: -50px; */
    margin-top: -165px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .flowHome {
        margin-top: -224px;
    }
}

@media screen and (max-width: 767px) {
    .flowHome {
        padding-bottom: 0;
        margin-top: 0;
    }
    .main-page-img {
        height: 300px !important;
        top: 0;
    }
    .section-head h1.c_alt {
        margin-top: 0;
    }
    .section-head h1.c_alt {
        font-size: 30px;
        margin-top: 15px;
    }
    .arrows li span {
        overflow: hidden;
        max-width: 250px;
        text-overflow: ellipsis;
        position: relative;
        display: inline-block;
        padding-top: 5px;
        /*top: 5px*/
    }
    .section-blog .blog-wrap .news .news-cont,
    .section-blog .blog-wrap .news .news-cont:hover {
        padding-top: 0;
        margin-top: 90px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 45px -12px rgba(35, 35, 35, 0.4);
    }
}

@media screen and (max-width: 500px) {
    .main-page-img {
        height: 200px !important;
        top: 0;
    }
    .arrows li span {
        max-width: 200px;
    }
}

@media screen and (max-width: 450px) {
    .arrows li span {
        max-width: 180px;
    }
}

@media screen and (max-width: 400px) {
    .arrows li span {
        max-width: 150px;
    }
}

.Block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
}

.Block {
    overflow: hidden;
    position: relative;
    margin-top: 0;
    min-height: 100vh;
    line-height: 1.5;
}

@media (min-width: 61.25rem),
(orientation: landscape) and (max-width: 61.1875rem) {
    .Block {
        min-height: 56.25vw;
        min-height: 80vh;
    }
}

@media (min-width: 1024px) {
    .slick-slider .slick-list .slick-track {
        width: 100% !important;
    }
    .news.d-4 {
        float: left;
        width: 33.33333% !important;
    }

    .texttoo {
        border-left: 1px solid #000;
    }

    .servizio-noimg .texttoo {
        border-left: 0;
    }

    .servizio-noimg .p20-20 {
        padding-bottom: 0;
    }

    .servizio-noimg .padding_25 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .Block {
        min-height: calc(100vh - 224px);
        height: calc(100vh - 224px);
    }
}

.Block.has-dark {
    background-color: #000;
}

.Block.has-light {
    background-color: #fff;
}

.Block-media {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
}

.Block-media.is-fixed {
    clip: rect(0, auto, auto, 0);
    -webkit-clip-path: inset(0 0 0 0);
    max-height: none;
}

.Block-media.is-fixed > * {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;*/
}

.Block-media.is-fixed > * _::-webkit-full-page-media,
.Block-media.is-fixed > * _:future,
:root .Block-media.is-fixed > * {
    -webkit-transform: translateZ(0);
}

@media (min-width: 61.25rem) {
    .has-inset-media .Block-media > * {
        position: fixed;
        transform: translateY(-50%);
        top: 50vh;
        width: 33rem;
        max-width: 42.5%;
        height: auto;
    }

    .has-inset-media .Block-media > * _::-webkit-full-page-media,
    .has-inset-media .Block-media > * _:future,
    :root .has-inset-media .Block-media > * {
        -webkit-transform: translateY(-50%);
    }
}

@media (min-width: 112.5rem) {
    .has-inset-media .Block-media > * {
        width: 44rem;
    }
}

@media (min-width: 61.25rem) {
    .has-inset-media.has-left .Block-media > * {
        right: calc(30% - 16rem);
        left: auto;
    }
}

@media (min-width: 112.5rem) {
    .has-inset-media.has-left .Block-media > * {
        right: calc(30% - 25.75rem);
    }
}

@media (min-width: 61.25rem) {
    .has-inset-media.has-right .Block-media > * {
        right: auto;
        left: calc(30% - 16rem);
    }
}

@media (min-width: 112.5rem) {
    .has-inset-media.has-right .Block-media > * {
        left: calc(30% - 25.75rem);
    }
}

@media (max-width: 61.1875rem) {
    .has-inset-media .Block-media:not(.is-fixed) {
        clip: rect(0, auto, auto, 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

.has-inset-media .Block-media:not(.is-fixed) > * {
    position: absolute;
}

@media (max-width: 61.1875rem) {
    .has-inset-media .Block-media:not(.is-fixed) > * {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }
}

.Block-media.is-beyond {
    position: absolute;
    top: auto;
    bottom: 0;
}

.Block-media > * {
    height: 100%;
}

.is-not-piecemeal .Block-media > :after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.is-not-piecemeal.has-dark .Block-media > :after {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(
            180deg,
            transparent 50%,
            rgba(0, 0, 0, 0.6)
    );
}

.is-not-piecemeal.has-light .Block-media > :after {
    background-color: hsla(0, 0%, 100%, 0.3);
    background-image: linear-gradient(
            180deg,
            hsla(0, 0%, 100%, 0) 50%,
            hsla(0, 0%, 100%, 0.6)
    );
}

@media (min-width: 61.25rem) {
    .has-left.is-not-piecemeal .Block-media > :after,
    .has-right.is-not-piecemeal .Block-media > :after {
        background-color: transparent;
    }

    .has-left.has-dark.is-not-piecemeal .Block-media > :after,
    .has-right.has-dark.is-not-piecemeal .Block-media > :after {
        background-image: linear-gradient(
                180deg,
                transparent 50%,
                rgba(0, 0, 0, 0.6)
        ),
        linear-gradient(90deg, rgba(0, 0, 0, 0.45) 40%, transparent 65%);
    }

    .has-left.has-light.is-not-piecemeal .Block-media > :after,
    .has-right.has-light.is-not-piecemeal .Block-media > :after {
        background-image: linear-gradient(
                180deg,
                hsla(0, 0%, 100%, 0) 50%,
                hsla(0, 0%, 100%, 0.6)
        ),
        linear-gradient(
                90deg,
                hsla(0, 0%, 100%, 0.45) 40%,
                hsla(0, 0%, 100%, 0) 65%
        );
    }

    .has-right.is-not-piecemeal .Block-media > :after {
        transform: scaleX(-1);
    }
}

.is-not-piecemeal .Block-media img,
.is-not-piecemeal .Block-media video {
    z-index: -1;
}

.Block-media .background-transition.colour {
    transition: all 0.3s ease;
}

.Block-media .background-transition.colour.transition-in {
    animation: blackIn 1s linear forwards 1;
}

.Block-media .background-transition.colour.transition-out {
    animation: blackOut 1s linear forwards 1;
}

@keyframes blackIn {
    0%,
    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes blackOut {
    0% {
        opacity: 1;
    }

    50%,
    to {
        opacity: 0;
    }
}

.Block-media .background-transition.crossfade.transition-in {
    opacity: 0;
    z-index: 10;
    animation: fadeIn 1s ease 0s 1 normal forwards;
}

.Block-media .background-transition.crossfade.transition-out {
    opacity: 1;
    z-index: 9;
}

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

    to {
        opacity: 1;
    }
}

.Block-media .background-transition.bouncefade.transition-in {
    z-index: 10;
    animation: bounceFadeIn 1s ease 0s 1 normal forwards;
}

.Block-media .background-transition.bouncefade.transition-out {
    z-index: 9;
    animation: bounceFadeOut 1s ease 0s 1 normal forwards;
}

@keyframes bounceFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes bounceFadeOut {
    0% {
        opacity: 1;
        transform: translate(0);
    }

    to {
        opacity: 1;
        transform: translateY(20px);
    }
}

.Block-media .background-transition.zoomfade.transition-in {
    z-index: 9;
    opacity: 1;
}

.Block-media .background-transition.zoomfade.transition-out {
    z-index: 10;
    animation: zoomFadeOut 1s ease 0s 1 normal forwards;
}

@keyframes zoomFadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(1.15);
    }
}

.Block-media .background-transition.slideup {
    transition: all 1s ease;
}

.Block-media .background-transition.slideup.transition-in {
    animation: slideupIn 0.5s linear 0s 1 forwards;
}

.Block-media .background-transition.slideup.transition-out {
    animation: slideupOut 0.5s linear 0s 1 forwards;
}

@keyframes slideupIn {
    0% {
        transform: translateY(100%);
    }

    to {
        transform: translate(0);
    }
}

@keyframes slideupOut {
    0% {
        transform: translate(0);
    }

    to {
        transform: translateY(-100%);
    }
}

.Block-media .background-transition.slidedown {
    transition: all 1s ease;
}

.Block-media .background-transition.slidedown.transition-in {
    animation: slidedownIn 0.5s linear 0s 1 forwards;
}

.Block-media .background-transition.slidedown.transition-out {
    animation: slidedownOut 0.5s linear 0s 1 forwards;
}

@keyframes slidedownIn {
    0% {
        transform: translateY(-100%);
    }

    to {
        transform: translate(0);
    }
}

@keyframes slidedownOut {
    0% {
        transform: translate(0);
    }

    to {
        transform: translateY(100%);
    }
}

.Block-media .background-transition.slideright {
    transition: all 1s ease;
}

.Block-media .background-transition.slideright.transition-in {
    animation: sliderightIn 0.5s linear 0s 1 forwards;
}

.Block-media .background-transition.slideright.transition-out {
    animation: sliderightOut 0.5s linear 0s 1 forwards;
}

@keyframes sliderightIn {
    0% {
        transform: translate(100%);
    }

    to {
        transform: translate(0);
    }
}

@keyframes sliderightOut {
    0% {
        transform: translate(0);
    }

    to {
        transform: translate(-100%);
    }
}

.Block-media .background-transition.slideleft {
    transition: all 1s ease;
}

.Block-media .background-transition.slideleft.transition-in {
    animation: slidelefttIn 0.5s linear 0s 1 forwards;
}

.Block-media .background-transition.slideleft.transition-out {
    animation: slidelefttOut 0.5s linear 0s 1 forwards;
}

@keyframes slidelefttIn {
    0% {
        transform: translate(-100%);
    }

    to {
        transform: translate(0);
    }
}

@keyframes slidelefttOut {
    0% {
        transform: translate(0);
    }

    to {
        transform: translate(100%);
    }
}

.Block-media .background-transition.shuffle.transition-in {
    z-index: 9;
    animation: shuffleIn 1s linear 0s 1 forwards;
}

.Block-media .background-transition.shuffle.transition-out {
    z-index: 10;
    animation: shuffleOut 1s linear 0s 1 forwards;
}

@keyframes shuffleIn {
    0% {
        opacity: 0;
        transform: scale(0.25) translate(0);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.5) translate(-100%) rotate(-10deg);
    }

    to {
        opacity: 1;
        transform: scale(1) translate(0);
    }
}

@keyframes shuffleOut {
    0% {
        opacity: 1;
        transform: scale(1) translate(0);
    }

    35% {
        opacity: 0.5;
        transform: scale(0.5) translate(100%) rotate(10deg);
    }

    to {
        opacity: 0;
        transform: scale(0.25) translate(0);
    }
}

.Block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
}

@media (min-width: 61.25rem) and (max-width: 112.4375rem) {
    .Block-content.is-left,
    .Block-content.is-right {
        max-width: 35rem;
    }

    .has-inset-media > .Block-content.is-left,
    .has-inset-media > .Block-content.is-right {
        max-width: 30rem;
    }
}

@media (min-width: 61.25rem) {
    .Block-content.is-left {
        margin-left: calc(25% - 12.5rem);
    }

    .has-inset-media > .Block-content.is-left {
        margin-left: calc(25% - 14rem);
    }

    .Block-content.is-right {
        margin-right: calc(25% - 12.5rem);
    }

    .has-inset-media > .Block-content.is-right {
        margin-right: calc(25% - 14rem);
    }
}

@media (min-width: 112.5rem) {
    .Block-content.is-left {
        margin-left: calc(25% - 17.5rem);
    }

    .Block-content.is-right {
        margin-right: calc(25% - 17.5rem);
    }
}

.Header.is-floating + .Block > .Block-content:nth-child(2) {
    margin-top: calc(100vh - 4rem);
}

.Block-content > * {
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0.75rem 1.75rem;
}

@media (min-width: 61.25rem) {
    .Block-content > * {
        padding: 1.125rem 1.75rem;
    }
}

.is-piecemeal > .Block-content > :first-child {
    margin-top: 40vh !important;
}

.is-piecemeal > .Block-content:nth-child(2) > :first-child {
    margin-top: 80vh !important;
}

.is-piecemeal > .Block-content > :last-child {
    margin-bottom: 40vh !important;
}

@media (min-width: 61.25rem) {
    .is-piecemeal.has-inset-media > .Block-content:nth-child(2) > :first-child {
        margin-top: 40vh !important;
    }
}

.is-not-piecemeal .Block-content.u-richtext > * {
    background-color: hsla(0, 0%, 100%, 0.75);
}

.is-piecemeal .Block-content.u-richtext > * {
    background-color: hsla(0, 0%, 100%, 0.9);
}

.is-not-piecemeal .Block-content.u-richtext-invert > * {
    background-color: rgba(0, 0, 0, 0.3);
}

.is-piecemeal .Block-content.u-richtext-invert > * {
    background-color: rgba(0, 0, 0, 0.6);
}

.Block-content > :first-child {
    padding-top: 1.5rem;
}

@media (min-width: 61.25rem) {
    .Block-content > :first-child {
        padding-top: 2.25rem;
    }
}

.is-not-piecemeal > .Block-content > :first-child {
    padding-top: 5rem;
}

.Block-content > :last-child {
    padding-bottom: 1.5rem;
}

@media (min-width: 61.25rem) {
    .Block-content > :last-child {
        padding-bottom: 2.25rem;
    }
}

.is-not-piecemeal > .Block-content > :last-child {
    padding-bottom: 5rem;
}

.Block-content > a[name] {
    padding: 0;
}

.Block-content > h2 {
    max-width: 100%;
}

.Block.Block > .Block-content:nth-child(2):last-child > h2 {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

@media (min-width: 43.75rem) and (max-width: 61.1875rem) {
    .is-piecemeal > .Block-content > blockquote,
    .is-piecemeal > .Block-content > h4,
    .is-piecemeal > .Block-content > ol li,
    .is-piecemeal > .Block-content > p,
    .is-piecemeal > .Block-content > ul li {
        font-size: 1.25rem;
    }
}

@media (min-width: 61.25rem) {
    .is-piecemeal > .Block-content > blockquote,
    .is-piecemeal > .Block-content > h4,
    .is-piecemeal > .Block-content > ol li,
    .is-piecemeal > .Block-content > p,
    .is-piecemeal > .Block-content > ul li {
        font-size: 1.375rem;
    }
}

.Block-content [class*="u-pull"] {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

.parallax {
    height: 500px;
    /* fallback for older browsers */
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin-x: 100%;
    perspective-origin-x: 100%;
}

.parallaxScroll {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;
    /* So the width will be 100% + 17px */
}

.parallax__group {
    position: relative;
    height: 500px;
    /* fallback for older browsers */
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

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

    100% {
        opacity: 1;
    }
}

.parallax__group:first-child {
    opacity: 0;
    animation: fadeInOut 1s ease-in-out 1s forwards;
}

.parallax__layer {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin-x: 100%;
    transform-origin-x: 100%;*/
}

.parallax__group p {
    /* text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
         0px 18px 23px rgba(0, 0, 0, 0.1);
     font-family: canada-type-gibson;
     font-size: 50px;
     font-weight: normal;
     line-height: normal;
     margin: 0px 0px 5px;
     color: #fff;
     font-weight: 600;*/
}

.parallax__group p strong {
    color: #ffe534;
}

.parallax__group p span {
    text-decoration: none !important;
}

.parallax__layer--fore {
    -webkit-transform: translateZ(90px) scale(0.7);
    transform: translateZ(90px) scale(0.7);
    z-index: 1;
}

.parallax__layer--base {
    /*-webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;*/
}

.parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;
}

.parallax__layer--deep {
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;
}

.title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.gototo {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gototoOpera {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -41px;
    margin-left: -45px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    overflow: hidden;
    height: 45px;
    width: 90px;
    background: #000;
}

.gototoOpera:hover {
}

.gototoOpera a {
    background: #000;
    width: 100%;
    height: 100%;
    pointer-events: all;
    width: 90px;
    text-shadow: none;
    height: 45px;
    padding-top: 5px;
    float: left;
    top: 0;
    position: relative;
}

.gototoOpera a:hover {
    padding-top: 10px;
}

.bottom {
    display: inline-block;
}

.bottom:after {
    content: "";
    display: inline-block;
    margin-top: 0;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.section-collezione .products-wrap .row .product.type-1:before {
    background-image: url(../svg/icon-zoom.png);
}

.materialize-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.materialize-form input:not([type]),
.materialize-form input[type="text"],
.materialize-form input[type="password"],
.materialize-form input[type="email"],
.materialize-form input[type="url"],
.materialize-form input[type="time"],
.materialize-form input[type="date"],
.materialize-form input[type="datetime"],
.materialize-form input[type="datetime-local"],
.materialize-form input[type="tel"],
.materialize-form input[type="number"],
.materialize-form input[type="search"],
.materialize-form textarea.materialize-textarea {
    width: 100%;
    font-family: canada-type-gibson;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    border: 0px;
    padding: 15px 20px;
    color: #232323;
    background: #f2f2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 5px;
}

.contact-form-area .field.f-checkbox input[type="checkbox"] {
    float: left;
    position: relative;
    top: 1px;
    left: 0;
    opacity: 0;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .contact-form-area .field {
        margin-top: 0;
        margin-bottom: 0;
    }
    .contact-form-area .field input {
        box-sizing: border-box;
        height: 2.5rem;
    }
    .contact-form-area #Privacy.field {
        margin-bottom: 20px;
    }
    /* .contact-form-area #Privacy.field input[type="checkbox"] {
        opacity: 0;
    } */
}

.materialize-form button,
.materialize-form html input[type="button"],
.materialize-form input[type="reset"],
.materialize-form input[type="submit"] {
    font-family: canada-type-gibson;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    border: 0px;
    box-shadow: 0px;
    background-color: #232323;
    padding: 15px 40px;
    color: #232323;
    background-color: #ffe534;
}

.materialize-form textarea.materialize-textarea {
    height: 250px;
}

.materialize-form .input-field label {
    display: none;
    visibility: hidden;
}

.materialize-form input:not([type]):focus:not([readonly]),
.materialize-form input[type="text"]:focus:not([readonly]),
.materialize-form input[type="password"]:focus:not([readonly]),
.materialize-form input[type="email"]:focus:not([readonly]),
.materialize-form input[type="url"]:focus:not([readonly]),
.materialize-form input[type="time"]:focus:not([readonly]),
.materialize-form input[type="date"]:focus:not([readonly]),
.materialize-form input[type="datetime"]:focus:not([readonly]),
.materialize-form input[type="datetime-local"]:focus:not([readonly]),
.materialize-form input[type="tel"]:focus:not([readonly]),
.materialize-form input[type="number"]:focus:not([readonly]),
.materialize-form input[type="search"]:focus:not([readonly]),
.materialize-form textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 0;
    box-shadow: 0 1px 0 0 #000;
}

.materialize-form [type="checkbox"]:checked + label:before {
    background: #fff;
}

.materialize-form {
    margin: 2em 0;
}

.mapwrap {
    margin-bottom: 50px;
}

.section-opera {
    z-index: 5;
}

.section-cta {
    top: 0;
    position: relative!important;
    margin-bottom: 0;
    background-color: #f2f2f2;
}

header.header .main-menu > li:nth-of-type(4) a {
    display: inline-block;
    align-items: center;
}

.SettoriSpecialHolder .flow,
.SettoriSpecialPage .flow,
.SettoriPage .flow,
.ServiziPage .flow,
.OperaHolder .flow,
.OperaPage .flow {
    padding-bottom: 0;
}

.modalbg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #232323;
    z-index: 99999999;
    -moz-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
    display: none;
    /*visibility: hidden;*/
    pointer-events: none;
}

.modalbg.ok {
    display: inline-block;
    visibility: visible;
}

.modalbg .dialog {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    top: -1000px;
    margin: 10% auto;
    background: #232323;
    color: #fff;
}

.modalbg .dialog h4 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #ffe534;
}

.modalbg .dialog p {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    max-width: 700px;
}

.modalbg .dialog .ie7 {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}

.modalbg.ok {
    display: block;
    pointer-events: auto;
    background: #232323;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.modalbg.ok .dialog {
    top: -20px;
    -moz-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -transition-delay: 0.4s;
}

.close {
    font-family: canada-type-gibson;
    background: #232323;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
}

.close .ie7 {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}

.close:hover {
    background: #000;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.popup_modal #nomemodal,
.popup_modal #emailmodal {
    width: 50%;
    margin-left: auto;
    left: auto;
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    right: auto;
}

.popup_modal #nomemodal label,
.popup_modal #emailmodal label {
    display: none;
}

.popup_modal #privacymodal {
    display: inline-block;
}

.popup_modal #privacymodal label {
    font-weight: normal;
    margin: 0px 0px 5px;
    color: #000 !important;
    font-family: Montserrat;
    line-height: 22px;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .modalbg .dialog {
        width: 90%;
        padding: 20px;
    }

    .contact-form-area {
        padding: 0;
    }

    .popup_modal #nomemodal,
    .popup_modal #emailmodal {
        width: 100%;
        float: none;
    }
}

.contact-form-area .field .cf-error {
    margin-top: 5px;
    display: block;
    visibility: visible;
    margin-top: 0;
}

.contact-form-area .field .cf-error label {
    display: block;
    visibility: visible;
    top: 0;
    left: 0;
}

.content p a {
    text-decoration: none;
}

.content p a:hover {
    text-decoration: none;
}

.content p a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: black;
    padding: 0 2px;
    transition: color ease 0.3s;
    font-size: 18px;
}

.content p a::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #ffe534;
    transition: all ease 0.3s;
}

.content p a:hover {
    color: #000;
}

.content p a:hover::after {
    height: 100%;
}

.SettoriSpecialHolder .content p a {
    display: inline;
    padding: 0;
}

.SettoriSpecialHolder .content p a::after {
    display: none;
    visibility: hidden;
}

.headerMenu {
    position: relative;
}

.headerMenu:hover {
    text-decoration: none !important;
}

.headerMenu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 0;
    right: 0;
    background: #232323;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
}

.headerMenu:hover:after {
    width: 100%;
    left: 0;
    background: #232323;
}

.switchLang {
    /*overflow: hidden;*/
    padding: 0 20px;
    height: 100%!important;
}

#showMenuLanguage {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    height: auto;
    width: auto;
    padding: 7px 15px;
    list-style-type: none;
    background: white;

    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.switchLang:hover #showMenuLanguage,
.switchLang.active #showMenuLanguage {
    display: block;
    opacity: 1;
    visibility: visible;
}
#showMenuLanguage li {
    margin-top: .5rem;
}
#showMenuLanguage li:first-child {
    margin-top: 0;
}

#showMenuLanguage a {
    display: inherit;
    font-size: 18px;
}


.contact-form-area .field .cf-error label,
label.error {
    color: #d30300;
    text-transform: none;
    font-size: 12px;
    display: inline-block;
    text-transform: lowercase !important;
}

.section-cta p {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    max-width: 700px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1300px) {
    .parallax__group p {
        font-size: 42px;
    }
}

@media screen and (max-width: 1100px) {
    .parallax__group p {
        font-size: 38px;
    }
}

@media screen and (max-width: 992px) {
    .parallax__group p {
        font-size: 34px;
    }
}

@media all and (-ms-high-contrast: none) {
    footer.footer {
        position: relative !important;
    }

    .flow {
        margin-bottom: 0 !important;
    }
}

@supports (-ms-ime-align: auto) {
    footer.footer {
        position: relative !important;
    }

    .flow {
        margin-bottom: 0 !important;
    }
}

.smooth {
    pointer-events: all;
}

.smooth a {
    pointer-events: all;
    text-shadow: none;
    font-family: canada-type-gibson;
}

.gototoOpera .smooth a {
    pointer-events: all;
    text-shadow: none;
    font-family: canada-type-gibson;
}

.anchorHome {
    top: -100px;
    position: relative;
}

.opera-wrap {
    position: relative;
    background: #000;
}

.anchorBot {
    top: -60px;
    position: relative;
}

#recaptcha {
    display: none;
}

.section-collezione .products-wrap .row .product img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

@media screen and (min-width: 941px) {
    .section-collezione .products-wrap .row .product img {
        max-height: 300px;
    }
}

.serach-inside {
    padding: 10px;
    text-align: left;
    overflow: hidden;
}

.serach-inside h3 {
    text-align: left;
    margin-bottom: 20px;
}

.serach-inside-wall h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.serach-inside strong {
    color: #ffe534;
}

.serach-inside .texto {
    text-align: left;
}

.serach-inside .texto p {
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}

.serach-inside input {
    width: 100%;
    font-family: canada-type-gibson;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    border: 0px;
    padding: 15px 20px;
    color: #ebebeb;
    background: #4d4d4d;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.serach-inside textarea {
    color: #ebebeb;
    background: #4d4d4d;
    height: 120px;
}

.serach-inside p {
    text-align: left;
}

.serach-inside button {
    margin-top: 20px;
}

.serach-inside [type="checkbox"]:checked + label:before,
.serach-inside [type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #4d4d4d;
    background: #4d4d4d;
}

.btn-black {
    background-color: #232323;
    color: #ffe534;
}

.btn-black:hover {
    background-color: #232323;
    color: #fff;
}

.btn.btn-large-2 {
    padding: 10px 40px;
}

.section-newsletter .btn.btn-large-2 {
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    .section-newsletter {
        padding: 0 20px 20px;
    }
    .section-newsletter .wrapper_4 .col {
        min-width: 1px;
        flex-basis: 100%;
        padding: 20px 0;
    }
}

.serach-inside-wall button.btn.btn-large-2 {
    margin-top: 0;
    width: 100%;
    padding: 14px 40px;
}

.section-risultato-ricerca strong {
    text-decoration: underline;
}

.btn_nuova_ricerca a {
    background-color: #232323;
    padding: 7px 15px;
    margin: 15px 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .alpha {
        padding-left: 0;
    }

    .omega {
        padding-right: 0;
    }
}

.section-blog .blog-wrap .news .news-cont {
    width: 100%;
}

.ServiziPage .colFirst {
    padding-left: 0 !important;
}

.ServiziPage .section-servizi .wrapper_2 {
    max-width: 1160px;
}

.SettoriPage .colFirst {
    padding-left: 0 !important;
}

.SettoriSpecialHolder .section-blog > .wrapper_2:before,
.SettoriPage .section-blog > .wrapper_2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
    width: calc(80% - 32px);
    height: 50%;
    background-color: #f2f2f2;
    left: 0;
    width: 100%;
    height: 70%;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Carousel Gallery*/
.carousel-gallery {
    margin: 50px 0;
}

.carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
    color: #fff;
}

.carousel-gallery .swiper-slide .image .overlay .product-info {
    top: 38%;
    position: absolute;
    width: 100%;
}

.carousel-gallery .swiper-slide a:hover .image .overlay p {
    font-size: 12px;
}

.carousel-gallery .swiper-slide a:hover .image .overlay p,
.carousel-gallery .swiper-slide a:hover .image .overlay h5 {
    color: #fff;
}

.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}

.carousel-gallery
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffe534;
    transform: scale(1.1, 1.1);
}

/*# Carousel Gallery*/
.plugins {
    text-align: center;
}

.plugins h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-transform: uppercase;
    color: #111;
}

.plugins a {
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 14px;
    margin: 10px;
    transition: all 0.2s linear;
}

.plugins a:hover {
    color: #ffe534;
}

.eqWrap {
    display: flex;
}

.equalHW {
    flex: 1;
}

.equalHMWrap {
    justify-content: space-between;
}

.equalHM {
    width: 33%;
}

.equalHMRWrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.equalHMR {
    width: 32%;
    margin-bottom: 2%;
}

.equalHMVWrap {
    flex-wrap: wrap;
}

.equalHMV {
    width: 33%;
    margin: 1%;
}

.equalHMV:nth-of-type(3n) {
    margin-right: 0;
}

.equalHMV:nth-of-type(3n + 1) {
    margin-left: 0;
}

/*
.section-collezione .products-wrap .row a{position: relative;}
.section-collezione .products-wrap .row a .speech-bubble{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    padding: 10px 20px;
    background: #000000;
    border-radius: 0;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #000000;
    border-top: 0;
    margin-left: -15px;
    margin-top: -15px;
}

.section-collezione .products-wrap .row a:hover .product-info, .section-collezione .products-wrap .row a:hover .product-info-alt {
    opacity: 1;
}
*/

.condividi {
    margin-top: 20px;
}

.jssocials-share-label {
    font-family: canada-type-gibson;
    font-size: 14px;
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1em;
}

.jssocials-share-link {
    background: #232323 !important;
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
    color: #ffe534 !important;
}

.HomePage .section-search form {
    margin: 10px 0;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #232323;
    background: #ffe534;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.fancybox-button:hover {
    color: #ffe534;
}

.fancybox-toolbar .fancybox-button:hover,
.fancybox-button:hover div {
    color: #ffe534;
    background: #232323;
}

.fancybox-thumbs {
    background: #232323;
}

.fancybox-thumbs__list a:before {
    border: 5px solid #ffe534;
}

.sectionVideo {
    top: -50px;
}

.section-collezione .products-wrap .row .product.notext .product-info {
    display: none;
}

.f_default p a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: black;
    padding: 0 2px;
    transition: color ease 0.3s;
    font-size: 26px;
    line-height: 1.5;
}

.f_default p a::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #ffe534;
    transition: all ease 0.3s;
}

.f_default p a:hover::after {
    height: 100%;
}

.materialize-form .input-field {
    position: relative;
    margin-top: 1rem;
    float: left;
    width: 100%;
}

.materialize-form #datisensibili.input-field label {
    display: inline-block;
    visibility: visible;
    font-size: 18px;
    margin-left: -12px;
    color: #000;
    height: auto;
}

#datisensibili [type="checkbox"]:checked + label:before,
#datisensibili [type="checkbox"]:not(:checked) + label:before {
    border: 2px solid #000;
}

.materialize-form #datisensibili [type="checkbox"]:checked + label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.contact-form-area #datisensibili.field .cf-error label,
#datisensibili label.error {
    color: #d30300;
    text-transform: none;
    font-size: 12px;
    display: inline-block;
    text-transform: lowercase !important;
    margin-left: 0px;
    margin-top: 15px;
}

.contact-form-area .field,
#Privacy {
    float: left;
    width: 100%;
}

#Privacy [type="checkbox"]:checked + label:before,
#Privacy [type="checkbox"]:not(:checked) + label:before {
    border: 2px solid #000;
}

.materialize-form #Privacy [type="checkbox"]:checked + label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

@media screen and (max-width: 767px) {
    .f_default p,
    .f_default p a {
        font-size: 19px;
    }
}

.fw-embed-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.fw-embed-box iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-content-nodata {
    background: #000;
    color: #fff;
}

.section-content-nodata h4 {
    color: #fff;
    padding: 100px 0 25px 0;
}

.section-content-nodata .cta-nodata {
    margin-bottom: 100px;
}

footer i sup {
    font-size: 16px;
    font-style: normal;
}

.CollezionePage .row.wrapper_2.t_center.p40-20 {
    padding: 0;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .CollezionePage .section-content {
        display: none;
    }
}

.firstimg {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    display: inline-block;
    background: #232323;
}

.imglist .equalHM {
    background: #232323;
}

.iubenda-cs-content p,
.iubenda-cs-content p a {
    font-size: 14px;
    line-height: 1.34;
    color: #fff;
}

@media screen and (max-height: 800px) {
    .section-opera iframe {
        min-height: 600px;
    }
}
@media screen and (max-height: 768px) and (max-width: 1366px) {
    .main-page-img,
    .heigh500,
    .ServiziPage .section-head,
    .SettoriPage .section-head {
        height: 320px;
    }
    .main-page-img .main-page-img-img {
        background-color: #000;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
}

@media screen and (max-height: 700px) {
    .section-opera iframe {
        min-height: 500px;
    }
    .main-page-img .main-page-img-img {
        background-size: cover;
    }
}

@media screen and (max-height: 600px) {
    .section-opera iframe {
        min-height: 400px;
    }
}

@media screen and (max-height: 500px) {
    .section-opera iframe {
        min-height: 300px;
    }

    .ServiziPage .section-head,
    .SettoriPage .section-head {
        height: 110px;
    }

    footer.footer {
        position: relative;
    }
}

@media screen and (max-height: 400px) {
    .section-opera iframe {
        min-height: 200px;
    }
}

@media all and (max-width: 1024px) {
    .section-collezione .products-wrap .row .product.type-1:before {
        opacity: 1;
    }

    .section-blog > .wrapper_2:before {
        height: 100%;
    }

    .section-collezione .products-wrap .row:nth-of-type(1),
    .section-collezione .products-wrap .row:nth-of-type(2) {
        display: flex;
    }

    .section-collezione .products-wrap .row .product p {
        font-size: 20px;
    }

    .section-collezione .products-wrap .row .product h5 {
        font-size: 22px;
    }

    .section-collezione .products-wrap .row .product.type-1:before {
        padding: 20px 20px;
    }
    .section-collezione .products-wrap .row .product.type-1:before,
    .section-collezione .products-wrap .row .product.type-1:before {
        padding: 20px 20px;
    }



    .section-content .col:nth-of-type(2) img {
        max-width: 100%;
    }

    .ServiziPage .section-head,
    .SettoriPage .section-head {
        height: 220px;
    }

    .carousel-gallery .swiper-slide a .image .overlay {
        opacity: 1;
        background-color: rgba(20, 20, 20, 0.5);
    }

    .carousel-gallery .swiper-slide a .image .overlay p,
    .carousel-gallery .swiper-slide a .image .overlay h5 {
        color: #fff;
    }
    .slick-slider .slick-dots {
        bottom: 0;
        margin: 10px 0 20px 0;
        display: flex;
        position: relative;
    }
}

@media all and (max-width: 768px) {
    .section-collezione .products-wrap .row .product.notext .product-info {
        display: block;
    }
    .section-search h3 {
        color: #fff;
    }

    .parallaxScroll {
        display: none;
        visibility: hidden;
    }

    .parallaxScroll.lastparallaxScroll {
        display: inline-block;
        visibility: visible;
    }

    .section-collezione .products-wrap .row .product h5 {
        font-size: 18px;
    }

    .section-collezione .products-wrap .row .product p {
        font-size: 14px;
    }

    .padding_25 {
        /* padding-left: 20px;
        padding-right: 20px; */
        padding: 0 20px;
    }

    .serach-inside-wall button.btn.btn-large-2 {
        margin-top: 0;
        width: 100%;
        padding: 14px 10px;
    }

    .content p iframe {
        margin: 20px auto;
        position: relative;
        display: inherit;
    }

    .imageSection {
        /*width: 33.33%*/
    }

    .textSection {
        /*width: 66.66%;*/
    }

    .section-cta h3 {
        color: #000;
    }

    .HomePage .section-search h3 {
        color: #fff;
    }

    .wrapMobile {
        padding-left: 0;
        padding-right: 0;
    }
    .section-blog .blog-wrap .news .news-cont .btn {
        position: relative;
        bottom: 20px;
        left: 0;
    }

    .ServiziPage .section-head,
    .SettoriPage .section-head {
        height: 250px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-blog .blog-wrap .news {
        flex-basis: 50%;
    }
}

@media screen and (max-width: 767px) {
    .section-blog .blog-wrap {
        margin-bottom: 0;
    }
    .section-blog .blog-wrap .news {
        flex-basis: 100%;
    }
    .main-page-img .main-page-img-img {
        background-size: cover !important;
    }
}

@media all and (max-width: 500px) {
    .section-collezione .products-wrap .row:nth-of-type(1),
    .section-collezione .products-wrap .row:nth-of-type(2) {
        display: inline-block;
    }

    .section-collezione .products-wrap .row .product {
        position: relative;
        display: inline-block;
        border: 0;
        margin-bottom: 5px;
        /* margin-bottom: 20px; */
        overflow: hidden;
    }

    .btn {
        padding: 8px 20px;
        width: 100%;
    }

    .section-blog .blog-wrap .news {
        padding: 0;
    }

    .section-blog .blog-tools {
        padding: 20px 60px 40px;
    }

    .section-blog .blog-wrap .news .news-cont .btn {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .section-search h3 {
        color: #fff;
    }

    .content p iframe {
        max-width: 100%;
    }

    .section-servizi > .wrapper_2 {
        flex-flow: column nowrap;
    }

    .textSection {
        width: 100%;
        order: 2;
    }

    .imageSection {
        width: 100%;
        order: 1;
        padding-bottom: 0;
    }

    .section-cta h3 {
        color: #000;
    }
    .SettoriSpecialHolder .flow,
    .SettoriSpecialPage .flow,
    .SettoriPage .flow,
    .ServiziPage .flow,
    .OperaPage .flow {
        padding-bottom: 0px;
    }

    /* .OperaHolder .flow {
        padding-bottom: 20px;
    } */

    .OperaHolder .section-content .col:nth-of-type(2) {
        display: none;
    }

    .section-servizi .servizi-wrap .servizi .servizio-cont .btn {
        bottom: 10px;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
        z-index: 10;
        max-width: 200px;
    }
    .SettoriSpecialHolder .section-blog > .wrapper_2 {
        position: relative;
        padding: 0 20px;
    }

    .SettoriSpecialHolder .section-blog > .wrapper_2:before,
    .SettoriPage .section-blog > .wrapper_2:before {
        height: 100%;
    }

    .SettoriSpecialHolder .content p {
        font-size: 16px;
    }
    .SettoriSpecialHolder .section-educational {
        padding-top: 0;
    }
    .section-servizi > .wrapper_2:before {
        height: 100%;
    }

    .section-blog > .wrapper_2:before {
        height: 100%;
        left: 0;
        width: 100%;
    }
    .section-blog .blog-wrap .news .news-cont .btn {
        position: relative;
        bottom: 20px;
        left: 0;
    }
    .SettoriPage .servizi-wrap .col {
        display: none;
    }
    .SettoriPage .servizi-wrap .servizi {
        margin: 0 0 0;
    }
}

.section-pb .block {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.section-pb .block.block-full {
    max-width: 100%;
    padding: 0px;
}
.section-pb .block.block-image img {
    width: 100%;
}
.section-pb .block.block-slider-image {
    position: relative;
    width: 100%;
}
.section-pb .block.block-slider-image.block-full .slick-dots {
    margin-bottom: 0px;
}
.section-pb .block.block-slider-image .slick-list {
    position: relative;
}
.section-pb .block.block-slider-image .slick-list .slick-track {
    display: flex;
}
.section-pb .block.block-slider-image .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    list-style: none;
    padding: 40px 0px;
    margin-bottom: 40px;
    font-size: 0px;
}
.section-pb .block.block-slider-image .slick-dots > li.slick-active button {
    opacity: 1;
    background: #8b5e42;
}
.section-pb .block.block-slider-image .slick-dots > li button {
    font-size: 0px;
    padding: 0px;
    width: 100px;
    height: 5px;
    margin: 0px 10px;
    opacity: 0.5;
    background: #fff;
    border: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.section-pb .block.block-slider-image .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-pb .block.block-text {
    padding: 40px 20px;
}
.section-pb .block.block-text .title::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 15px auto 40px;
    border-bottom: solid 3px;
}
.section-pb .block.block-text.multiple-columns .text {
    column-count: 2;
    column-gap: 80px;
    text-align: justify;
}
.section-pb .block.block-sheet {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
}
.section-pb .block.block-sheet.block-full .slide {
    padding: 0px;
}
.section-pb .block.block-sheet.block-full .slide .slide-desc {
    padding: 0px 40px 40px;
}
.section-pb .block.block-sheet .slide {
    flex-grow: 1;
    width: 33.33%;
    min-width: 260px;
    padding: 20px;
}
.section-pb .block.block-sheet .slide img {
    width: 100%;
}
.section-pb .block.block-sheet .slide .slide-desc .title {
    margin-top: 60px;
}
.section-pb .block.block-sheet-v2 {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px;
}
.section-pb .block.block-sheet-v2 .slide {
    flex-grow: 1;
    width: 33.33%;
    min-width: 260px;
    padding: 40px;
}
.section-pb .block.block-sheet-v2 .slide .title::before {
    content: "";
    display: block;
    width: 100px;
    border-bottom: solid 3px;
    margin-bottom: 15px;
}
.section-pb .block.block-sheet-v2 .slide img {
    width: calc(100% + 80px);
    max-width: unset;
    margin-left: -40px;
    margin-bottom: 40px;
}
.section-pb .block.block-image-desc {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.section-pb .block.block-image-desc.reverse {
    flex-direction: row-reverse;
}
.section-pb .block.block-image-desc.reverse .slide-desc {
    padding-left: 0px;
    padding-right: 40px;
}
.section-pb .block.block-image-desc.reverse .slide-desc .title {
    text-align: right;
}
.section-pb .block.block-image-desc.reverse .slide-desc .title:after {
    border-left: 0px;
    border-right: solid 400px;
}
.section-pb .block.block-image-desc.reverse .slide-desc .text,
.section-pb .block.block-image-desc.reverse .slide-desc .subtitle {
    text-align: right;
}
.section-pb .block.block-image-desc img {
    flex-grow: 1;
    width: 50%;
    min-width: 385px;
}
.section-pb .block.block-image-desc .slide-desc {
    flex-grow: 1;
    width: 50%;
    padding: 40px;
    padding-right: 0px;
}
.section-pb .block.block-image-desc .slide-desc .title::after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 15px;
    border-left: solid 400px;
}
.section-pb .block.block-image-desc .slide-desc .text,
.section-pb .block.block-image-desc .slide-desc .subtitle {
    text-align: justify;
}
.section-pb .block.block-image-desc-v2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.section-pb .block.block-image-desc-v2.reverse {
    flex-direction: row-reverse;
}
.section-pb .block.block-image-desc-v2.reverse .slide-desc {
    padding-right: 40px;
    padding-left: 20px;
}
.section-pb .block.block-image-desc-v2.reverse .slide-desc .title {
    text-align: right;
}
.section-pb .block.block-image-desc-v2.reverse .slide-desc .title:before {
    border-left: 0px;
    border-right: solid 100px;
}
.section-pb .block.block-image-desc-v2.reverse .slide-desc .text,
.section-pb .block.block-image-desc-v2.reverse .slide-desc .subtitle {
    text-align: right;
}
.section-pb .block.block-image-desc-v2 img {
    flex-grow: 1;
    width: 66.66%;
    min-width: 515px;
    margin-bottom: 40px;
}
.section-pb .block.block-image-desc-v2 .slide-desc {
    flex-grow: 1;
    width: 33.33%;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.section-pb .block.block-image-desc-v2 .slide-desc .title::before {
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 15px;
    border-left: solid 100px;
}
.section-pb .block.block-image-desc-v2 .slide-desc .text,
.section-pb .block.block-image-desc-v2 .slide-desc .subtitle {
    text-align: justify;
}
.section-pb .block.block-text-bg {
    position: relative;
}
.section-pb .block.block-text-bg img {
    width: 100%;
}
.section-pb .block.block-text-bg .slide-desc {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 40px 20px;
    margin-top: 40px;
}
.section-pb .block.block-text-bg .slide-desc .title::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 15px auto 40px;
    border-bottom: solid 3px;
}
.section-pb .block.block-text-bg .slide-desc-2 {
    text-align: justify;
    padding-bottom: 60px;
    margin-top: -67px;
}
.section-pb .block.block-collection > img {
    width: 100%;
    margin: 40px 0px;
}
.section-pb .block.block-collection .slide-desc {
    margin-top: -80px;
}
.section-pb .block.block-collection .slide-desc img {
    position: relative;
    top: 0px;
    height: 50px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation: move-up-down 1.5s linear infinite;
    -moz-animation: move-up-down 1.5s linear infinite;
    -o-animation: move-up-down 1.5s linear infinite;
    animation: move-up-down 1.5s linear infinite;
}
.section-pb .block.block-collection .slide-desc img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.section-pb .block.block-collection .slide-desc .title {
    margin-top: 40px;
}
.section-pb .block.block-collection .slide-desc .title:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 15px auto 40px;
    border-bottom: solid 3px;
}
@-webkit-keyframes move-up-down {
    33.33% {
        top: -10px;
    }
    66.66% {
        top: 10px;
    }
}
@-moz-keyframes move-up-down {
    33.33% {
        top: -10px;
    }
    66.66% {
        top: 10px;
    }
}
@-ms-keyframes move-up-down {
    33.33% {
        top: -10px;
    }
    66.66% {
        top: 10px;
    }
}
@-o-keyframes move-up-down {
    33.33% {
        top: -10px;
    }
    66.66% {
        top: 10px;
    }
}
@keyframes move-up-down {
    33.33% {
        top: -10px;
    }
    66.66% {
        top: 10px;
    }
}
@media only screen and (min-device-pixel-ratio: 2) and (max-width: 1880px),
(max-width: 940px) {
    .section-pb .block.block-image-desc.reverse .slide-desc .title::after {
        border-right: 0px;
        border-left: solid 400px;
    }
    .section-pb .block.block-image-desc.reverse .slide-desc .title,
    .section-pb .block.block-image-desc.reverse .slide-desc .text,
    .section-pb .block.block-image-desc.reverse .slide-desc .subtitle {
        text-align: left;
    }
    .section-pb .block.block-image-desc .slide-desc {
        padding: 40px 20px !important;
    }
    .section-pb .block.block-image-desc-v2.reverse .slide-desc .title::before {
        border-right: 0px;
        border-left: solid 100px;
    }
    .section-pb .block.block-image-desc-v2.reverse .slide-desc .title,
    .section-pb .block.block-image-desc-v2.reverse .slide-desc .text,
    .section-pb .block.block-image-desc-v2.reverse .slide-desc .subtitle {
        text-align: left;
    }
    .section-pb .block.block-image-desc-v2 .slide-desc {
        padding: 0px 20px 40px !important;
    }
    .section-pb .block.block-text-bg .slide-desc {
        position: relative;
        margin-top: 0px;
    }
    .section-pb .block.block-text-bg .slide-desc-2 {
        margin-top: 0px;
    }
}
@media only screen and (min-device-pixel-ratio: 2) and (max-width: 1534px),
(max-width: 767px) {
    .section-pb .block.block-text.multiple-columns .text {
        column-count: 1;
    }
    .section-pb .block.block-image-desc .slide-desc .title::after {
        height: 0px !important;
        border-right: 0px !important;
        border-left: 0px !important;
        border-bottom: solid 3px;
    }
}

.section-pb .block.block-collection.no-margin > img {
    margin-top: -5px;
}

.section-pb .block.block-image img {
    display: block;
}

.section-pb .block-collection img {
}

@media screen and (max-width: 1023px) {
    .main-page-img {
        position: relative;
        height: 300px;
        overflow: hidden;
    }
    .ServiziPage .section-head,
    .SettoriPage .section-head {
        height: 110px;
    }
    .section-head {
        height: 110px;
        margin-top: -110px;
    }
}

@media (max-width: 941px) {
    .products-wrap,
    .js-wall {
        width: 100%;
    }

    .CollezionePage .flow {
        float: left;
        width: 100%;
    }

    .CollezionePage .flow .blog-tools {
        float: left;
        width: 100%;
    }

    .section-collezione .products-wrap .row:nth-of-type(1),
    .section-collezione .products-wrap .row:nth-of-type(2),
    .section-collezione .products-wrap .row {
        display: initial;
    }
    .section-collezione .products-wrap .row .product {
        width: 46vw;
        float: left;
        height: 350px;
        overflow: hidden;
        position: relative;
    }

    .section-collezione .products-wrap .row .product img {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .flow .section-pb {
        margin-top: 0;
        padding-top: 20px;
    }
    .wrapMobile {
        flex-flow: column nowrap;
    }
}
.rwd-media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
}

.rwd-media iframe,
.rwd-media video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.PBtitle {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 1em;
}

.PBtext,
.PBtext p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.6;
}

.PBsubtitle {
    margin-bottom: 1em;
}

.PBsubtitle,
.PBsubtitle p {
    font-size: 26px;
    line-height: 1.3;
    font-family: canada-type-gibson, sans-serif !important;
}

.sectionPB {
    margin-bottom: 40px;
}
.slide-desc {
    margin-top: 40px;
}

.block-full {
    max-width: 100%;
}
.PBtextLast {
    padding-bottom: 0;
    margin-bottom: 0;
}
.PBtextLast p {
    padding-bottom: 0;
    margin-bottom: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    background: #ffe534;
}

.multiple-columns .PBtext {
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
}

.section-pb .threecols {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
}

.section-pb .threecols .slide {
    flex-grow: 1;
    width: 33.33%;
    min-width: 260px;
    padding: 20px;
}

.sectionPB.sectionVideo {
    top: 0;
    margin-bottom: 0;
}

.wrapperQuote {
    height: 33vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 2px;
    margin: 3em 0;
    padding-bottom: 100px;
}

.parallax {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.wrapperQuote .row{
    position: absolute;
    height: 33vh;
    width: 100%;
    top:0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.quotecontent {
    position: absolute;
    box-shadow:0px 0px 10px 10px rgba(35,35,35,0.2);
    background-color: #fff;
    width: 50%;
    right: 15px;
    bottom: 70px;
    float: right;
    padding: 50px 60px;
    z-index: 10;
    font-style: italic;
}



.quotecontent:after{
    content: '"';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    color: #ebebeb;
    top: 0;
    left: 0;
    font-size: 250px;
    line-height: 1;
    font-family: canada-type-gibson;
}

.sectionPB .imageSection {
    position: relative;
}

.sectionPB .imageSection .btn {
    position: absolute;
    bottom: 5px;
    right: 20px;
}

.sectionPB.sectionImgSx .imageSection .btn {
    right: auto;
    left: 20px;
}

.parallaxtext{
    box-shadow:0px 0px 10px 10px rgba(35,35,35,0.2);
    background-color: rgba(255,255,255,.5);
    width: 50%;
    float: left;
    padding: 20px;
    z-index: 10;
    color: #000;
}

@media screen and (max-width: 767px) {
    .HomePage .slide .slide-popup {
        bottom: 25px;
    }
    header.header .main-menu li.plus a.burgerzone {
        padding: 10px 15px;
        position: relative;
        float: left;
    }
    .section-collezione .products-wrap .row .product img {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .section-collezione .products-wrap .row:nth-of-type(1),
    .section-collezione .products-wrap .row:nth-of-type(2),
    .section-collezione .products-wrap .row {
        display: block;
    }
    .section-collezione .products-wrap .row .product {
        width: 100%;
        float: left;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .section-collezione .products-wrap .row .product img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-height: 700px) and (max-width: 650px) {
    .HomePage .slide .slide-popup {
    }
}

@media screen and (max-height: 500px) and (min-width: 1024px) {
    .Block {
        min-height: 500px;
    }
    .HomePage .slide .slide-popup p {
        font-size: 36px;
    }
    .HomePage .slide .slide-popup {
    }
}

@media screen and (max-height: 600px) and (max-width: 1024px) {
    .Block {
        min-height: 500px;
    }
    .HomePage .slide .slide-popup p {
        font-size: 36px;
    }
    .HomePage .slide .slide-popup {
        bottom: 250px;
    }
}

@media screen and (max-height: 600px) and (max-width: 740px) {
    .HomePage .slide .slide-popup {
        bottom: 50px;
    }
}
