body {
    overflow-x: hidden;
    margin: 0 !important;
    font-family: 'Nunito Sans', sans-serif;
    color: #5c5c5c;
    font-size: 16px;
}

/*body.home {*/
/*    padding: 30px 0;*/
/*}*/

.hero-home {
    max-height: 1100px;
    overflow: hidden;
}

.home header {
    position: absolute;
    width: 100%;
}

header {
    position: sticky;
    top: 0;
    z-index: 1025;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 0;
}

#bs-navbar-collapse {
    position: absolute;
    width: 100%;
    padding: 0;
    right: 0;
    left: 0;
    border-color: transparent;
}


.navbar-header {
    z-index: 999;
}

.main-logo>img {
    max-width: 266px;
    width: 100%;

}

.section-home-contract .navbar-brand>img {
    filter: grayscale(1);
}

.navbar-default {
    border-radius: 0;
    border: none;
    background: #fff;
    margin: 0;
    min-height: auto;
}

.navbar-default a {
    font-size: 17px;
    color: #000603;
    /*font-family: 'Nunito', sans-serif;*/
}

.home .effect-page,
.page .effect-page,
.page-template-lighthing-page .effect-page,
.page-template-coming-soon .effect-page,
.search-results .effect-page {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999999999;
    width: 100vw;
    background-color: #1065b1;
    animation-name: page-intro;
    animation-delay: .6s;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.effect-page h2 {
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}

.effect-page img {
    position: absolute;
    /* bottom: 50px; */
    top: calc(-100px + 100%);
    left: 0;
    right: 0;
    margin: auto;
}

.effect-page h2 span {
    font-weight: bold;
}

@keyframes page-intro {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

.effect-page.transition {
    height: 100vh;
    position: fixed;
    top: -100vw;
    z-index: 999999999;
    width: 100vw;
    background-color: #cb0502;
    animation-name: backsipario;
    animation-delay: .6s;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.effect-page.transition.col-md-4.home-medical {
    background-color: #0b65b1 !important;
}

.effect-page.transition.col-md-4.home-border {
    background-color: #424242 !important;
}

.effect-page.transition.col-md-4.home-lighthin {
    background-color: #cb0603 !important;
}

@keyframes backsipario {
    0% {
        top: -100vw;
    }

    100% {
        top: 0;
    }
}

.page-template-download-page .effect-page {
    display: none !important;
}

.fluid-mw {
    max-width: 1775px;
    margin: auto;
    position: relative;
}

.fluid-vw {
    max-width: 1775px;
    margin: auto;
    position: relative;
}

.navbar-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.container-mw {
    max-width: 1540px;
    margin: auto;
    padding: 0 15px;
}

.home-title-menu {
    text-align: center;
    min-height: 95vh;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 0;
    gap: 70px;
}

.lang-switcher {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.trp-language-switcher>div {
    padding: 0;
    line-height: 1.5;
    border: 0 none;
}

.trp-language-switcher>div>a {
    color: #cd1e1d;
}

.title-big h1 {
    text-align: center;
    color: #cb0603;
    font-size: 9.740vw;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.75;
    margin: 0;
}

.title-big h1 span {
    font-size: 3.906vw;
    display: block;
}

.home-menu .col-md-4 {
    text-align: center;
    padding: 0 4vw;
    display: flex;
    flex-direction: column;
    gap: 20px;
    -webkit-align-items: center;
    align-items: center;
}

.home-menu .col-md-4:not(:first-child):not(:last-child) {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

@media(max-width:767px) {
    .home-menu .col-md-4 {
        margin-bottom: 30px;
    }

    .title-big h1 {
        font-size: 70px;
    }

    .title-big h1 span {
        font-size: 30px;
    }
}

.btn-home {
    background-color: #cb0603;
    padding: 10px 20px;
    color: #ffffff !important;
    max-width: max-content;
}

.home-menu {
    text-align: center;
}

.home-menu h2 {
    font-size: 38px;
    color: #737373;
    margin: 0;
}

.home-menu p {
    font-size: 16px;
    width: 70%;
    margin: 0;
}

.prodotti-evidenza {
    margin-bottom: 150px;
}

.prodotti-evidenza h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    padding-left: 15px;
}

.prodotti-evidenza .box {
    height: 575px;
    background-size: cover !important;
    position: relative;
    background-position: center !important;
}

.prodotti-evidenza .box:after {
    content: '';
    opacity: 0;
    transition: all .2s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.section-medical-lighting .prodotti-evidenza .box:after {
    background: #1065b1;
}

.section-medical-lighting .prodotti-evidenza .row>h3 {
    color: #1065b1;
}

/* .page-template-coming-soon .prodotti-evidenza .box:after,
.section-home-lighthing .prodotti-evidenza .box:after{
  background: #cc0603;
}
 */

.section-home-lighthing .prodotti-evidenza .row>h3 {
    color: #cc0603;
}

.section-contract-lighting .container-collection-all .grid-item:after,
.section-contract-lighting .prodotti-evidenza .box:after,
.section-home-contract .prodotti-evidenza .box:after {
    background: #353535;
}

.section-home-contract .prodotti-evidenza .row>h3 {
    color: #353535;
}

.container-certificazioni-plus .col-md-4 .icon-arrow,
.prodotti-evidenza .box .icon-arrow {
    opacity: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    content: '/e5c8';
    transform: translateY(-50%);
    right: 30px;
    top: 50%;
    z-index: 101;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.container-certificazioni-plus .col-md-4 .icon-arrow i,
.prodotti-evidenza .box .icon-arrow i {
    color: #ffffff;
}

.container-certificazioni-plus .col-md-4:hover .icon-arrow,
.prodotti-evidenza .box:hover .icon-arrow {
    opacity: 1;
}

.prodotti-evidenza .box:hover:before {
    display: block;
}

.prodotti-evidenza .box:hover:after {
    opacity: 1;
}

.container-collection-all .grid-item:hover .title-box,
.prodotti-evidenza .box:hover .title-box {
    opacity: 1;
}

.title-box {
    opacity: 0;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 100;
    text-align: right;
}

.title-box h3 {
    color: #ffffff;
    font-size: 30px;
    //*font-family: 'Nunito', sans-serif;*/
    font-weight: 100;
}

.title-box span {
    display: block;
    color: #ffffff !important;
    text-align: right;
    font-size: 20px;
    font-weight: 400;
}

.lighthing-text-red p {
    color: #cb0502;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 60px;
}

.section-contract-lighting .lighthing-text-red p {
    color: #393939;
}

.section-medical-lighting .lighthing-text-red p {
    color: #1065b1;
}

.section-contract-lighting .lighthing-text-red p {
    color: #353535;
}

.lighthing-text-normal {
    margin-bottom: 150px;
}

.lighthing-text-normal p {
    font-size: 18px;
    /*font-family: 'Nunito Sans', sans-serif;*/
}

footer {
    padding-top: 130px;
    min-height: 600px;
    /*font-family: 'Nunito Sans', sans-serif;*/
    margin-top: 70px;
    color: #FFF;
}

footer a,
footer p {
    color: #fff !important;
    font-size: 16px;
}

footer h2 {
    color: #ffffff;
    font-size: 30px;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
}

footer.red {
    background: #1065b1;
}

footer.gray {
    background: #353535;
}

footer.blue {
    background: #1065b1;
}

.intro-lighthing {
    padding-top: 140px;
}

.intro-lighthing h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: #585858;
    /*font-family: 'Nunito', sans-serif;*/
}

.intro-lighthing p {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 150px;
    font-weight: 100;
}

/* masonry-grid */
.grid {
    opacity: 0;
}

.grid-item {
    display: block;
    /* border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7); */
}

@media (max-width: 767px) {
    .grid-item {
        height: 50vw;
        min-height: 360px;
    }
}

@media (min-width: 768px) {
    .grid.masonrize {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 24vw;
        grid-gap: 0;
        padding-top: 120px;
    }

    .grid.masonrize2 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0;
        padding-top: 0;
        grid-auto-rows: auto !important;
    }

    body .grid.masonrize2 .box-designer:nth-child(even) {
        transform: translateY(100px);
    }

    section.fluid-mw.container-collection-all.container-designer-all {
        padding-bottom: 120px;
    }

    /* .grid.masonrize2 .grid-item:first-child, .grid.masonrize2 .grid-item:nth-child(5), .grid.masonrize2 .grid-item.grid-item--height2:nth-child(5n+1), .grid.masonrize2 .grid-item:nth-child(5n+2):not(:nth-child(2)), .grid.masonrize2 .grid-item.grid-item--width2:nth-child(5n+3), .grid.masonrize2 .grid-item.grid-item--height2:nth-child(18n){
  margin-top: 0 !important;
} */

    /* .grid.masonrize2 .grid-item:nth-child(odd) {
  margin-top: -120px !important;
} */

    .grid.masonrize .grid-item:first-child,
    .grid.masonrize .grid-item:nth-child(5),
    .grid.masonrize .grid-item.grid-item--height2:nth-child(5n+1),
    .grid.masonrize .grid-item:nth-child(5n+2):not(:nth-child(2)),
    .grid.masonrize .grid-item.grid-item--width2:nth-child(5n+3),
    .grid.masonrize .grid-item.grid-item--height2:nth-child(18n) {
        margin-top: -120px;
    }

    .grid.masonrize .grid-item--width2 {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    .grid.masonrize .grid-item--height2 {
        grid-row-end: span 1;
    }

    .grid-item--width2 {
        height: 48vw;
    }

    .grid-item--height2 {
        height: 24vw;
    }

    .grid:not(.masonrize) {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grid:not(.masonrize)>.grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid:not(.masonrize)>.grid-item--width2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1860px) {
    .grid.masonrize {
        grid-auto-rows: 440px;
    }

    .grid-item--height2 {
        max-height: 440px;
    }

    .grid-item--width2 {
        max-height: 880px;
    }
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


/*------------*/

.container-collection-all .grid-item {
    position: relative;
    border: 1px solid #fff;
}


.container-collection-all .grid-item:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #c22020;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s linear;
    mix-blend-mode: multiply;
}

.container-collection-all .grid-item:hover:after {
    opacity: 1;
}

.container-single-product img {
    width: 100%;
}

.container-single-product img+img {
    margin-top: 15px;
}

.container-info-product-download,
.container-info-product-navigator {
    padding: 35px;
}

[class^="container-info-product-"]+[class^="container-info-product-"] {
    position: relative;
    margin-top: -5px;
}

[class^="container-info-product-"]+[class^="container-info-product-"]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    width: calc(100% + 30px);
    height: 5px;
    background-color: #fff;
}

.container-info-product-download a,
.container-info-product-navigator a {
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 15px;
    padding-left: 15px;
    border-left: 1px solid #d25352;
    display: block;
    margin-bottom: 30px;
    font-weight: 100;
    /*font-family: 'Nunito', sans-serif;*/
}

.container-info-product-download a {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-left: none;
}

.container-single-sticky {
    position: sticky;
    top: 110px;
    height: auto;
}

.container-info-product-download h2 {
    color: #cb0602;
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 50px;
    /*font-family: 'Nunito', sans-serif;*/
}

.title-product-page {
    font-size: 60px !important;
    color: #cb0602;
    font-weight: 100;
    /*font-family: 'Nunito', sans-serif;*/
    /* margin-bottom: 30px; */
    margin-bottom: 0;
    margin-top: 60px;
    line-height: 0.9;
    margin-left: -3px;
    text-transform: uppercase;
}

.subtitle-product-page {
    font-size: 25px;
    color: #1065b1 !important;
}

.container-info-product-download img {
    max-width: 19px;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.breadcrumb {
    background: none;
    margin: 60px 0;
}

.breadcrumb a {
    color: inherit;
}

.breadcrumb br {
    display: none;
}

.breadcrumb .current-item {
    font-weight: 900;
}

.mega-menu-wrap .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu {
    top: 70px !important;
}


.mega-menu-wrap .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-item>ul.mega-sub-menu:after {
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #ffffff;
    content: '';
    top: 0;
    left: 100%;
    display: block !important;
}

.mega-menu-wrap .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-item>ul.mega-sub-menu:before {
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #ffffff;
    content: '';
    top: 0;
    left: -100vw;
    display: block !important;
}

.navbar-collapse.collapse {
    height: 50px !important;
}

.mega-sub-menu li {
    padding: 0 !important;
}

.mega-title-menu-parent>a.mega-menu-link {
    text-transform: uppercase !important;
    font-size: 22px !important;
    font-weight: 200 !important;
}


.container-par-red-chi-siamo,
.container-intro-chi-siamo,
.container-intro-made {
    padding-top: 300px;
    padding-bottom: 300px;
}


.container-par-red-chi-siamo h3,
.container-intro-chi-siamo h3,
.container-intro-made h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.para-bottom h2,
.container-intro-chi-siamo h2,
.container-intro-made h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.container-intro-chi-siamo p,
.container-intro-made p {
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
}

.container-intro-made {
    background-image: url('../img/world-striped-bg.png');
    background-repeat: no-repeat;
    background-position: -32% 70%;
    /* background-size: auto 580px; */
    background-size: auto 80%;
    margin-bottom: 7.5vw;
}

.container-par-red-chi-siamo .pred {
    font-size: 38px;
    color: #cb0502;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    max-width: 1260px;
}

.section-medical-lighting .container-par-red-chi-siamo .pred {
    color: #1065b1;
}

.section-contract-lighting .container-par-red-chi-siamo .pred {
    color: #353535;
}

.container-par-red-chi-siamo .text-normal {
    font-size: 19px;
    margin-top: 70px;
    max-width: 890px;
}

.box-gray-made,
.box-red-chi-siamo {
    min-height: 100vh;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.box-gray-made {
    padding: 16% 15px;
    background-color: #3b3b3b;
}

@media (min-width: 1921px) {
    .box-gray-made {
        padding: 300px 15px;
    }
}

.box-red-chi-siamo {
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: #cb0502;
}

.section-medical-lighting .box-red-chi-siamo {
    background: #1065b1;
}

.section-contract-lighting .box-red-chi-siamo {
    background: #353535;
}

.box-red-chi-siamo .testo-chi-siamo-box-blu {
    padding-left: 200px;
    padding-right: 200px;
}

.box-red-chi-siamo .col-md-12 {
    padding-left: 100px;
    padding-right: 100px;
}

.circle-chi-siamo {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-top: 50px;
}

.box-red-chi-siamo h2 {
    font-size: 40px;
}

.box-red-chi-siamo p {
    font-size: 16px;
    font-weight: 100;
}

.box-gray-made__quote {
    font-size: 32px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}

.box-gray-made__quote>* {
    font-size: inherit;
}

.box-gray-made__quote>h3 {
    color: #cb0502;
    font-weight: 700;
    margin-bottom: 25px;
}

.section-medical-lighting .box-gray-made__quote>h3 {
    color: #1065b1;
}

.box-gray-made__quote p {
    margin-left: 7.5%;
}

.para-bottom {
    margin-top: 260px;
    margin-bottom: 260px;
}

.para-bottom p {
    margin-top: 50px;
    font-size: 19px;
    font-weight: 100;
}

.mega-wpml-ls-current-language a {
    color: #cb0502 !important;
}

.section-medical-lighting .mega-wpml-ls-current-language a {
    color: #1065b1 !important;
}

.section-medical-collection .container-collection-all .grid-item:after {
    background: #1065b1;
}


.category-medical .container-info-product-download h2,
.category-medical .title-product-page,
.section-medical-collection .title-product-page {
    color: #1065b1 !important;
}

.category-medical .container-info-product-download a,
.category-medical .container-info-product-navigator a {
    border-color: #1065b1;
}

.category-contract .container-info-product-download a,
.category-contract .container-info-product-navigator a {
    border-color: #737373 !important;
}

.category-contract .container-info-product-download h2,
.category-contract .title-product-page,
.section-contract-lighting .title-product-page {
    color: #737373 !important;
}



.info-menu {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 100;
}

.info-menu,
.info-menu a {
    font-size: 18px !important;
}

.info-menu a {
    font-size: 22px;
}

.info-link-menu {
    margin-top: 100px;
}

.info-link-menu a {
    position: relative;
    display: inline-block;
    font-size: 18px;
}

.info-link-menu a+a {
    margin-left: 30px;
}

.info-link-menu a+a:before {
    content: '|';
    position: absolute;
    top: auto;
    left: -17px;
    display: block;
}

.mega-menu-wrap i {
    line-height: 45px;
}

.mega-menu-toggle:not(.mega-menu-open)+.mega-menu .search-menu a {
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    max-height: 25px !important;
    line-height: 25px !important;
}

.mega-menu-wrap li.mega-menu-item.search-menu {
    margin: 0 8px !important;
    height: 35px !important;
}

.mega-menu-wrap .search-menu i {
    background-image: url(../img/search-icon.png);
    width: 28px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: 0 8px;
    font-size: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

#menu-menu-footer-collections {
    display: flex;
}

ul#menu-menu-footer-collections li {
    width: 50%;
}

[class*="widget_"]>.widget-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 200;
}

.widget_social_icons {
    padding-top: 25px;
}

.widget_social_icons>.widget-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.social-icons-lists {
    text-align: right;
}

.social-icons-lists li.social-icons-list-item>a>span {
    color: #fff !important;
    padding: 2px !important;
}

.dwn-cta {
    display: block;
    margin-top: 5px;
}

.dwn-cta:hover,
.dwn-cta:focus {
    text-decoration: none;
}

.dwn-cta .material-icons {
    position: relative;
    left: 0px;
    transform: rotate(180deg);
    vertical-align: middle;
    margin-left: 5px;
    transition: 0.2s ease;
}

.dwn-cta:hover .material-icons {
    left: 3px;
}

.Upper-footer {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 20px;
}

.Upper-footer li {
    text-transform: capitalize;
    display: block;
}

.container-red-cosa-facciamo {
    background: #cb0502;
    color: #ffffff;
    padding-top: 450px;
    padding-bottom: 450px;
}

.section-medical-lighting .container-red-cosa-facciamo {
    background: #1065b1;
}

.section-contract-lighting .container-red-cosa-facciamo {
    background: #353535;
}

.container-red-cosa-facciamo h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}

.container-red-cosa-facciamo p {
    font-weight: 100;
    font-size: 40px;
    line-height: 1;
}

@media(max-width:991px) {

    .progetti .container-info-product-download,
    .progetti .container-info-product-navigator {
        padding-top: 35px !important;
    }


    .container-title-header-title-design .sottotitolo-header-single {
        max-width: 80vw !important;
    }

    div.mega-menu-wrap,
    div.mega-menu-wrap,
    div.mega-menu-wrap {
        top: 0;
    }
}


@media(max-width:1350px) {
    a.mega-menu-link {
        font-size: 14px !important;
    }


}


a.mega-menu-link {
    font-size: 16px !important;
}

.home #mega-menu-wrap-medical-menu #mega-menu-medical-menu{
    width:100% ;
}
/* #mega-menu-109-0-1 { border-right:1px #ccc solid !important;} */
.mega-menu-row>.mega-sub-menu>li.mega-menu-column:last-child {
    position: relative !important;
}

.mega-menu-row>.mega-sub-menu>li.mega-menu-column:last-child::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: calc(-100px + 2px) !important;
    /* left: calc(-20% + 2px) !important; */
    bottom: 0 !important;
    width: 1px !important;
    height: 100% !important;
    background-color: #ccc !important;
}

.mega-menu-row>.mega-sub-menu>li.mega-menu-column#mega-menu-146-0-3::before {
    /* left: calc(-20% + 2px) !important; */
    left: calc(-100px + 2px) !important;
}

.mega-menu-row>.mega-sub-menu>li.mega-menu-column#mega-menu-194-0-3::before {
    /* left: calc(-20% + 2px) !important; */
    left: calc(-100px + 2px) !important;
}

.row.flex-row {
    display: flex;
    flex-wrap: wrap;
}

body.page-template-contact-page .breadcrumb,
body.page-template-cosa-facciamo-page .breadcrumb {
    display: none;
}

footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer>.container-mw {
    flex: 0 0 100%;
}

footer>.container-mw+.container-mw {
    margin-top: 120px;
}

footer .col-copy>p {
    margin: 0;
}

.two-column-menu .menu {
    /*display: flex;*/
    /*justify-content: space-between;*/
    width: 95%;
}

.info-contatti {
    margin-top: 135px;
    margin-bottom: 135px;
}

.info-contatti h2 {
    margin-bottom: 55px;
    color: #333;
    font-size: 40px;
    position: relative;
    margin-top: 0;
    font-weight: 100 !important;
}

.info-contatti h2:after {
    height: 1px;
    background: #5c5c5c;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    bottom: -15px;
}

.info-contatti div {
    margin-bottom: 80px;
}

.info-contatti p {
    font-size: 19px;
    color: #5c5c5c;
    line-height: 2 !important;
}

.info-contatti a {
    color: #333;
    line-height: 2 !important;
}

.info-contatti .input-cut input {
    width: calc(50% - 25px);
    height: 35px;
    float: left;
    margin-bottom: 25px;
    margin: 12.5px;
    padding: 15px;
}

.info-contatti input[type="submit"] {
    text-transform: uppercase;
    padding: 20px 50px;
    font-size: 15px;
    border-radius: 0;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 15px;
}

.info-contatti textarea {
    width: calc(100% - 25px);
    margin: 12.5px;
    max-width: calc(100% - 25px);
    min-width: 200px;
    max-height: 400px;
    padding: 15px;
}

.info-contatti span {
    font-size: 14px;
}

.text-info {
    padding-left: 300px;
}

.info-contatti .social-icons-lists li.social-icons-list-item>a>span {
    color: #333 !important;
}

.info-contatti .social-icons-lists {
    text-align: left;
    margin: 0;
    padding: 0;
}

.info-contatti form .intro-form {
    line-height: 1 !important;
    padding-left: 15px;
}

.page-template-plus-page .plus-testo-colorato {
    color: #1065b1;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 130px;
}

.page-template-plus-page .breadcrumb {
    display: none;
}

.plus-testo-colorato h3 {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.plus-testo-colorato {
    margin-top: 100px;
}

.container-certificazioni-plus a {
    height: 800px;
    display: block;
    position: relative;
    width: 523px;
    border: 1px solid #66666659;
    margin: 0 7.5px;
    object-fit: cover !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 110%;
}


@media(max-width:1500px) {
    .container-certificazioni-plus a {
        width: calc(100% - 15px);
        ;
        margin: 15px 7.5px;
    }
}

.container-certificazioni-plus a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #1065b1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .2s linear;
    mix-blend-mode: multiply;
}

.container-certificazioni-plus a:hover h3,
.container-certificazioni-plus a:hover:after {
    opacity: 1;
}

.container-certificazioni-plus h3 {
    position: absolute;
    bottom: 50px;
    right: 50px;
    opacity: 0;
    transition: all .2s linear;
    color: #fff;
    z-index: 100;
    text-transform: uppercase;
}

.container-certificazioni-plus

/*.container-punti-plus */
    {
    margin-bottom: 150px;
}

.container-punti-plus h2 {
    font-size: 35px;
    font-weight: 100;
}

.container-punti-plus p {
    font-size: 18px;
}

.container-maps {
    margin-top: 100px;
}

.riga-download {
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 35px;
}

.riga-download a {
    color: inherit;
}

.riga-download i {
    vertical-align: middle;
    margin-right: 15px;
}

.form-modale-info {
    position: fixed;
    background-color: #1065b1;
    width: 100%;
    z-index: 999999;
    transition: all .3s linear;
    bottom: -150%;
}

.section-contract-lighting .form-modale-info {
    background-color: #353535 !important;
}

.form-modale-info.form-open {
    bottom: 0;
}

.form-modale-info textarea,
.form-modale-info input {
    width: 100%;
    background: none;
    color: #ffffff !important;
    padding: 15px;
    outline: none !important;
    border: 1px solid rgba(255, 255, 255, 0.33);
}

.form-modale-info .col-md-4 {
    padding: 0;
}

.form-modale-info textarea::placeholder,
.form-modale-info input::placeholder {
    color: #ffffff;
}

.form-modale-info input[type="submit"] {
    max-width: 250px;
    width: 100%;
    font-size: 18px;
    display: block;
    margin: auto;
    color: #0f65b1;
    text-transform: uppercase;
    transition: all .2s linear;
}

.form-modale-info input[type="submit"]:hover {
    background: #ffffff !important;
    color: #0f65b1 !important;
}

span.wpcf7-form-control-wrap.acceptance-904 input,
span.wpcf7-form-control-wrap.acceptance-904 span {
    width: auto;
    color: #ffffff;
}

.form-modale-info .row {
    margin: 0;
}

.form-modale-info .col-md-12 {
    padding: 0;
}

.container-form-close {
    text-align: center;
    position: relative;
    color: #ffffff;
    padding: 15px;
}

.container-form-close p {
    margin: 0;
}

.close-form {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.container-certificazioni-plus {
    max-width: 1614px;
}

.richiesta-chi-siamo {
    text-decoration: none !important;
    color: #5c5c5c !important;
    font-size: 20px;
    margin-top: 30px;
    display: block;
    font-weight: 600;
}

.richiesta-chi-siamo:hover i {
    margin-left: 30px;
}

.richiesta-chi-siamo i {
    transition: all .2s linear;
    transform: rotateY(180deg);
    vertical-align: middle;
    font-size: 50px;
    font-weight: 100 !important;
    margin-left: 25px;
}

.form-bt-open {
    display: block;
}

/*-----search--------*/

.container-search-full input[type=search] {
    -webkit-appearance: none;
    width: 100%;
    border: none;
    height: 35px;
    border-radius: 0;
    background: none;
    padding: 35px 35px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.6666666666666667rem;
    outline: none;
    color: #ffffff;
}

.container-search-full input[type=search]::placeholder {
    color: #fff !important
}

#search-toggle {
    margin: 100px auto;
}

#search-toggle i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #fff;
}

#search-toggle form {
    position: relative;
}

.container-search-full .bg-search {
    height: 100%;
    width: 100%;
    background: #000000b5;
    position: fixed;
    top: 0;
}


.container-search-full.search-active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.container-search-full {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all .2s linear;
    pointer-events: none;
    visibility: hidden;
}

.container-search-full #search-toggle {
    width: 70%;
}


.none {
    display: none !important;
}

/*---------------*/

@media(max-width:1628px) {
    .container-certificazioni-plus a {
        width: 400px;
        height: 400px;
    }

    .container-certificazioni-plus {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(min-width:1200px) {
    .home .mega-menu-wrap {
        display: flex !important;
        flex-direction: row-reverse;
        min-height: 45px !important;
    }

    .home .mega-menu-wrap .mega-menu-toggle {
        display: none !important;
        position: absolute;
        z-index: 9999 !important;
        height: auto !important;
        background: rgba(255, 255, 255, 0.8) !important;
        padding: 0 15px;
        max-height: 45px;
        border-radius: 50px 0 0 50px !important;
    }

    /*.home .mega-menu-wrap .mega-menu-toggle.mega-menu-open {*/
    /*    background: rgba(0, 0, 0, 0.0) !important;*/
    /*}*/

    /*.home .mega-menu-wrap .mega-menu-toggle+.mega-menu.max-mega-menu.mega-menu-horizontal {*/
    /*    display: none !important;*/
    /*}*/

    .home .mega-menu-wrap .mega-menu-toggle.mega-menu-open+.mega-menu.max-mega-menu.mega-menu-horizontal {
        display: block !important;
        width: 100% !important;
        left: auto !important;
        padding-right: 124px !important;
        background: rgba(255, 255, 255, 0.8) !important;
    }

    .home .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1::after {
        margin: 2px 0 0 5px !important;
    }

    .home .mega-menu-wrap .mega-toggle-label {
        line-height: 46px;
        font-size: 16px !important;
    }

    .home .header-main {
        padding: 30px 0;
    }

    .home header .navbar-default {
        background: transparent;
    }

    ul:not(.mega-sub-menu)>.mega-menu-item {
        margin: 0 20px !important;
    }

}

.mega-menu-wrap .mega-menu-toggle .mega-toggle-label {
    color: #000 !important;
}

.mega-menu-wrap .mega-menu-toggle .mega-toggle-label span {
    display: none !important;
}

.mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1::after {
    color: #000 !important;
}

@media(max-width:1199px) {
    .container-media h2 {
        font-size: 25px;
    }

    .mega-menu.max-mega-menu.mega-menu-horizontal {
        top: 70px !important;
    }

    .container-certificazioni-plus a {
        float: none;
        margin-bottom: 15px !important;
    }
}

@media(max-width:991px) {
    .container-single-product .col-md-3 {
        width: 100% !important;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media(max-width:768px) {
    .container-collection-all .grid-item {
        margin-bottom: 15px;
    }


    .container-red-cosa-facciamo {
        padding: 100px 15px;
        margin-bottom: 50px;
    }

    .text-info {
        padding-left: 15px;
    }

    .container-red-cosa-facciamo h2,
    .container-punti-plus h2,
    .text-info h2 {
        font-size: 25px;
    }

    .box-gray-made,
    .box-red-chi-siamo {
        min-height: auto !important;
        margin-bottom: 100px;
    }

    .mega-menu-wrap i:before,
    .mega-menu-wrap i:after {
        display: none;
    }

    .info-menu a,
    .container-intro-made h2,
    .box-gray-made__quote p,
    .info-menu {
        font-size: 18px;
        padding-top: 20px;
    }

    .container-red-cosa-facciamo p,
    .section-medical-lighting .box-gray-made__quote>h3,
    .page-template-plus-page .plus-testo-colorato p,
    .subtitle-product-page {
        font-size: 20px;
    }

    .title-product-page {
        font-size: 30px !important;
    }


    .section-medical-lighting .box-red-chi-siamo {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fluid-mw.box-red-chi-siamo>.row {
        margin: 0 !important;
    }

    .container-par-red-chi-siamo,
    .container-intro-chi-siamo,
    .container-intro-made {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .fluid-mw {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prodotti-evidenza .box {
        height: 300px;
    }

    .para-bottom h2,
    .container-intro-chi-siamo h2,
    .container-intro-made h2 .intro-lighthing h2 {
        font-size: 30px;
    }

    .section-medical-lighting .container-par-red-chi-siamo .pred,
    .container-intro-chi-siamo p,
    .container-intro-made p,
    .intro-lighthing p {
        font-size: 20px;
    }

    .page-template-plus-page .plus-testo-colorato {
        font-size: 28px;
    }


    .navbar-collapse.collapse,
    .mega-menu-item {
        padding: 0 !important;
    }

    .navbar-collapse.collapse {
        height: auto !important;
    }

    div.mega-menu-wrap {
        top: 0 !important;
    }



    .container-media h2 {
        font-size: 25px !important;
    }

    .content-text-designer p {
        font-size: 16px;
        text-align: justify;
    }

    .content-text-designer h2,
    .content-text-designer strong,
    .content-text-designer b {
        font-size: 26px !important;
    }

    .container-correlati-designer {
        padding: 15px !important;
    }

    .container-correlati-designer .col-md-3 {
        margin-bottom: 100px;
    }

    .container-title-header-title-design .sottotitolo-header-single {
        margin: 0 !important;
    }

    .header-design-page h2 {
        font-size: 45px !important;
    }

    .container-title-header-title-design .sottotitolo-header-single {
        font-size: 30px !important;
    }
}

@media(max-width:767px) {

    .intro-lighthing p,
    .container-par-red-chi-siamo .pred,
    .container-intro-chi-siamo p,
    .container-intro-made p,
    .sub-title-designer,
    .lighthing-text-red p {
        font-size: 20px !important;
    }

    .title-designer,
    .para-bottom h2,
    .container-intro-chi-siamo h2,
    .container-intro-made h2,
    .intro-lighthing h2 {
        font-size: 30px !important;
        margin-bottom: 30px !important;
    }

    .box-red-chi-siamo .testo-chi-siamo-box-blu {
        padding: 50px 15px;
    }

    @keyframes page-intro {
        0% {
            top: 0;
        }

        100% {
            top: -150%;
        }
    }

    .header-design-page .row {
        display: block !important;
    }

    .container-title-header-title-design .sottotitolo-header-single {
        position: initial !important;
    }

    .container-title-header-title-design {
        transform: none !important;
    }

    .container-title-header-title-design {
        margin-bottom: 50px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .container-title-header-title-design .sottotitolo-header-single {
        font-size: 20px !important;
    }

    .content-text-designer {
        margin-top: 50px !important;
    }
}

@media(max-width:600px) {
    .mega-hide-on-mobile {
        display: block !important;
    }

    .container-certificazioni-plus {
        display: block;
    }

    .container-certificazioni-plus a {
        width: auto !important;
        margin: 15px !important;
    }

    .title-big-home h1 span {
        font-size: 30px;
    }

    .title-big-home h1 {
        font-size: 70px;
    }





    .navbar-collapse {
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 0;
    }


}

@media(min-width:601px) and (max-width:991px) {


    .navbar .mega-menu-item {
        padding: 0 !important;
    }

    a.mega-menu-link {
        font-size: 13px !important;
    }


}


@media(max-width:500px) {
    .navbar-brand>img {
        max-width: 200px;
    }


}


@media(max-height:600px) {
    .info-link-menu {
        margin: 0;
    }

    .mega-menu-wrap .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    .mega-menu-wrap .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    .mega-menu-wrap .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    .mega-menu-wrap .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    .info-menu,
    a.mega-menu-link {
        font-size: 14px !important;
    }

    .mega-menu-wrap .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu,
    .mega-menu-wrap .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding-top: 15px !important;
    }

    .form-modale-info textarea {
        height: 100px !important;
    }
}

.disable {
    width: 162px;
    cursor: no-drop;
    opacity: .4;
    pointer-events: none;
}

.title-designer {
    font-size: 40px;
    color: #cb0602;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1;
}

.sub-title-designer {
    font-size: 40px;
    font-weight: 100;
    color: #333;
    line-height: 1;
    margin-top: 100px;
    margin-bottom: 160px
}

.page-template-designer-page .breadcrumb {
    display: none;
}

.content-text-designer {
    margin-top: 150px;
}

.content-text-designer p {
    font-size: 19px;
    font-weight: 100;
}

.content-text-designer h2,
.content-text-designer strong,
.content-text-designer b {
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
    color: #393939;
    margin-bottom: 35px;
}

.header-design-page h2 {
    font-size: 62px;
    font-weight: bold;
    line-height: 0.9;
    color: #3b3b3b;
}

.container-title-header-title-design {
    text-align: left;
    max-width: 620px;
    margin-left: auto;
    /* padding-right: 100px; */
    position: relative !important;
    transform: translateY(-100px);
    z-index: 1025;
}

.header-design-page .row {
    display: flex;
    align-items: center;
}

.container-title-header-title-design .sottotitolo-header-single {
    color: #cb0602;
    font-weight: 100;
    font-size: 40px;
    position: absolute;
    line-height: 0.8;
    margin-left: 150px;
    width: 100vw;
    /* right: -150px; */
    z-index: 1025 !important;
}

.header-design-page img {
    max-height: 850px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.container-media a {
    text-decoration: none !important;
    color: inherit;
}

.container-media img {
    margin-bottom: 70px;
}

.container-media .col-md-4 {
    margin-bottom: 50px;
}

.red-link-media {
    margin-top: 70px;
    display: block;
    color: #c60403 !important;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
}

.box-media h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 100;
}

.box-media p {
    font-size: 19px;
}

.page-template-media-contract-page .breadcrumb {
    display: none;
}

.container-single .img-single-article {
    max-width: 1380px;
    width: 100%;
    max-height: 750px;
    margin-bottom: 70px;
    object-fit: cover;
}

.container-single h2 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 50px;
}

.container-single p {
    font-size: 19px;
    font-weight: 100;
}

.container-info-product-download span {
    font-size: 25px;
    font-weight: 100;
    line-height: 1;
    color: #5c5c5c !important;
    display: block;
    margin-top: 25px;
}

.type-progetti .container-info-product-download h2 {
    font-size: 38px;
    margin-top: 0;
}

.gallery-news {
    margin-top: 100px;
    background: #ededed;
    padding-bottom: 100px;
    overflow: hidden;
}

.box-img-gallery-news img {
    margin-bottom: 15px;
    display: block;
}

.box-img-gallery-news {
    float: left;
}

.container-correlati-designer {
    margin-top: 170px;
    padding: 50px;
    background: #ededed;
}

.fluid-mw.container-correlati-designer img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.container-correlati-designer a {
    color: #393939;
    text-decoration: none;
}

.container-articoli_correlati_designer h2 {
    font-size: 25px !important;
}

.title-article-correlati-cont {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 70px;
}

.designer .breadcrumb span:nth-child(4) {
    display: none;
}

@media(min-width:768px) {
    .container-media h2 {
        font-size: 25px;
    }

    .box-img-gallery-news {
        padding: 5px;
        width: 20%;
    }

    .box-img-gallery-news img {
        height: 350px;
        object-fit: cover;
        width: 100%;

    }
}

.progetti .container-single-sticky {
    top: 140px;
}

.progetti .container-info-product-download,
.progetti .container-info-product-navigator {
    padding-top: 0;
}

.section-contract-lighting,
.progetti .section-info-progetti .container-info-product-download span,
.progetti .section-info-progetti p,
.progetti .section-info-progetti h3,
.progetti .title-product-page {
    color: #3b3b3b;
}

.progetti .container-info-product-download span {
    margin-top: 5px;
}

.progetti .container-info-product-download p {
    font-size: 20px;
    font-weight: 100;
}

.progetti .section-info-progetti h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.container-media h2 {
    font-size: 40px;
}

.title-media-page {
    color: #cb0602;
}

h2.title-media {
    min-height: 90px;
}

.excerpt {
    min-height: 150px;
}

.extra-single a {
    color: #5b5b5b;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1;
    margin-top: 15px;
    display: block;
    font-weight: bold;
}

.extra-single .material-icons {
    vertical-align: middle;
    margin-right: 15px;
}

.container-article-contract-media {
    display: flex;
    flex-wrap: wrap;
}

/* 2021-02-02 */
body.page-template-coming-soon footer {
    min-height: inherit;
    padding-top: 100px;
    padding-bottom: 100px;
}

.prodotti-evidenza .box--catalog {
    height: 40.6vw;
    height: 100% !important;
}

@media (max-width: 768px) {
    .prodotti-evidenza .box--catalog {
        height: 100vw;
        min-height: 480px;
    }
}

body.page-template-media-contract-page .effect-page {
    display: none;
    visibility: hidden;
}

body.page-template-media-contract-page.section-medical-lighting .title-media-page,
body.page-template-media-contract-page.section-medical-lighting .red-link-media {
    color: #1065b1 !important;
}