@font-face {
    font-family: 'basis-grotesque-off-white-pro';
    src: url('../fonts/basis-grotesque-off-white-pro/basis-grotesque-off-white-pro.eot');
    src: url('../fonts/basis-grotesque-off-white-pro/basis-grotesque-off-white-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/basis-grotesque-off-white-pro/basis-grotesque-off-white-pro.woff2') format('woff2'),
         url('../fonts/basis-grotesque-off-white-pro/basis-grotesque-off-white-pro.woff') format('woff'),
         url('../fonts/basis-grotesque-off-white-pro/basis-grotesque-off-white-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html * {
    font-family: 'basis-grotesque-off-white-pro' !important;
}

.grid-wrapper {
    margin: 0 !important;
}
/*LOGO*/
#logo a {
    height: 40px;
    background-image: url(../images/MONO-white.png);
}

html.no-scroll #logo a, html.full-scrolled #logo a,
html.scrolled #logo a {
    background-image: url(../images/MONO-black.png);
}


/*INSTAGRAM*/
html.ready {
    overflow-y: auto !important;
}

html {
    overflow: auto !important;
}
#root {
    overflow: visible !important;
}
.eapps-instagram-feed-popup-item a, .eapps-instagram-feed-popup-item p, .eapps-instagram-feed-popup-item div {
    font-family: "Neuzeit Grotesk T Regular" !important;
}
.eapps-instagram-feed-popup-item-media {
    height: inherit !important;
}
.eapps-instagram-feed-popup-item-media>div {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    width: 100% !important;
    -webkit-transform: inherit !important;
    transform: inherit !important;
    z-index: 10 !important;
}
.eapps-instagram-feed-popup-item {
    height: 100% !important;
}
.home-instagram .instagram-row .instagram-info .info-wrapper{
    padding-bottom: 99.5% !important;
}
.eapps-instagram-feed-popup-item{ border-bottom: 0px !important;}
/*COLOR*/
.home-instagram .instagram-row.even .instagram-info, .page-expertise .expertise-tabs, .page-contacts .contacts-map-careers .careers {
    background-color: #F4F4F4 !important; /* #f9f8f0 */
}

.page-expertise .expertise-tabs .expertise-tabs-wrapper .tabs-infos .tabs-info:before {
    background-color: #F4F4F4 !important;
}
/*PAGE TITLE*/

#hero-title-page {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
    z-index: 20;
    text-align: center;
}

#hero-title-page h1 {
    font-size:62px; 
    font-family: "Neuzeit Grotesk T Regular";
    line-height:64px;
    color: #fff;
}
#hero-title-page p {
    color: #fff;
}

/*CLIENTS*/
#logo-container {
    padding-bottom: 80px;
}
.page-clients .clients-list .client-logo {
    position: relative;
    width: 16.6%;
    height: 170px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-left: -1px;
    margin-right: -1px;
}

.page-clients .clients-list .client-logo img {
    width: 180px;
    height: auto;
}

#list-client-name {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 80px;
    text-align: center;
    float: left;
}

#list-client-name ul {}

#list-client-name ul li {
    font-family: "Neuzeit Grotesk T Regular";
    font-size: 25px;
    margin-bottom: 30px;
    padding-left: 0;
    width: 33.3%;
    display: inline-block;
    float: left;
}
/*#list-client-name ul li:before {
content: "— ";
}*/
/*PAGE*/
.page-expertise .expertise-about, .page-company .company-about {
    text-align: center;
} 
.page-expertise .expertise-about, .page-company .company-about {
    padding: 150px 0 100px 0;
}
.page-expertise .expertise-about .text, .page-company .company-about .text {
    font-size: 38px;
    line-height: 48px;
}
.page-expertise .expertise-about .text, .page-company .company-about .text {
    margin: 0 auto;
    max-width: 700px;
}
.page-expertise .expertise-about .text .title, .page-company .company-about .text .title {
    margin-bottom: 40px;
}
.page-expertise .expertise-about .text .title strong, .page-company .company-about .text .title strong {
    border-bottom: 1px solid #000;
}
.page-expertise .expertise-about .text p, .page-company .company-about .text p, .page-contacts .contacts-about .text .desc, .page-contacts .contacts-about .text .desc p {
font-size: 38px;
    line-height: 48px;
}
/*PAGE EXPERTISE*/
.page-expertise .expertise-rows .expertise-row {
    margin-bottom: 10%;
}
/*Clients Tab*/
#clients-tab {
    text-align: center;
    margin-bottom: 20px;}
#clients-tab ul {


}
#clients-tab ul li {
position: relative;
display: inline-block;
font-size: 18px;
line-height: 100%;
letter-spacing: 2px;
font-weight: bold;
font-family: "FreightDisp-Book";
padding: 0px 0;
text-transform: uppercase;
margin: 0px 0px 50px 30px;
}
#clients-tab ul li:first-child {
    margin-left: 0;
}
#clients-tab ul li a {


}
#clients-tab ul li a:before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 0;
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 50%;
    margin-top: -1px;
    -webkit-transition: width 0.2s ease-out,opacity 0.05s ease-out;
    -spec-transition: width 0.2s ease-out,opacity 0.05s ease-out;
    transition: width 0.2s ease-out,opacity 0.05s ease-out;
}
.no-touch #clients-tab ul li a:hover:before {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);

}
#clients-tab ul li a.active:before {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
#clients-tab ul li a.active {


}
#clients-tab-wrapper {
    width: 100%;
    position: relative;

}
.clients-tab-inner {
    display: none;
}
.clients-tab-inner.active {
    display: block;
}
/*CONTACT*/
.page-contacts .contacts-map-careers .careers .desc {
    font-size: 28px !important;
}
/*MENU*/
.extended-menu {
    background-color: #F4F4F4;
}
.extended-menu .lang-switch {
    z-index: 996;
}
.extended-menu .lang-switch ul li a, .extended-menu .menu-socials ul li a {
    color: #000;
}
.extended-menu .lang-switch ul li a:after, .extended-menu .menu-socials ul li a:after {
    background-color: #000;
}

html.no-scroll #logo a, html.full-scrolled #logo a {
    background: transparent url(../images/MONO-black.png) no-repeat 0 0;
    background-size: 100%;
}

.extended-menu .bottom-left p, .extended-menu .bottom-right p {
    color: #000;
}

html.no-scroll #menu-opener a span {
    border-color: #000;
}

.extended-menu .top-menu ul.top-menu-list li.black a, .extended-menu .top-menu ul.top-menu-list li a {
    color: #000;
}

.extended-menu .top-menu ul.top-menu-list li.black a:after, .extended-menu .top-menu ul.top-menu-list li a:after {
    background-color: #000;
}
.extended-menu .top-menu-images .image-wrapper:before {
background-color: #F4F4F4; 
}
#full-menu .top-menu-images {
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
}
.hero .scroll-down {
    bottom:40px;
    width: 40px;
    height: 50px;
}

.hero .scroll-down a {

    background-image: url(../images/scroll-down-white.gif);

}

.hero .logo {
    padding: 0 30px;
    max-width: none;
}

.hero .logo img {
    width: 100%;
}

.home-hero .home-hero__shapes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.home-hero .home-hero__shapes .home-hero__shapes__row {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.home-hero .home-hero__shapes .home-hero__shapes__row > * {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.home-hero .home-hero__shapes .home-hero__shapes__circle {
    width: clamp( 150px, 50vw, 235px );
    height: auto;
    pointer-events: all;
    animation: rotation 15s infinite linear;
}

.home-hero .home-hero__shapes .home-hero__shapes__dmng {
   display: block;
   width: clamp( 100px, 25vw, 235px );
   pointer-events: all;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.home-hero .home-hero__shapes .home-hero__shapes__dmng img {
    width: 100%;
    height: auto;
    display: block;
}

@media ( min-width: 1200px ){

    .home-hero .home-hero__shapes {
        height: auto;
        padding: 75px 155px;
    }

    .home-hero .home-hero__shapes .home-hero__shapes__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .home-hero .home-hero__shapes .home-hero__shapes__row > * {
        display: block;
        flex: none;
    }

    .home-hero .home-hero__shapes .home-hero__shapes__circle {
        width: 95px;
    }

    .home-hero .home-hero__shapes .home-hero__shapes__dmng {
        width: 140px;
    }

}

.extended-menu .logo {
    top:  40px;
}

.extended-menu .logo img {
    width: 250px;
}

/*ELEMENTS*/
.super-bold {
    font-weight: 900;
    border-bottom: none !important;
}

/*COOKIE*/
.divascookies {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
        background: rgba(255, 255, 255, 0.55);
    text-align: center;
    padding: 25px 0;
}
.divascookies-banner-text {
    font-size: 16px;
    color: #fff;
}
.divascookies-accept-button-container {
    display: none;
}
.divascookies-policy-link {
    margin-left: 5px;
}
.divascookies-policy-link a {
    text-decoration: underline;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    /*PAGE EXPERTISE*/
    .extended-menu .top-menu ul.top-menu-list li a {
        color: #000;
    }

    .extended-menu .top-menu ul.top-menu-list li a:after {
        background-color: #000;
    }
}

/*PRELOAD*/
.pace .pace-progress:before, .load-mask span {
    background: transparent url(../images/MONO-white.png) no-repeat 0 0;
    width: 25px;
    height: 30px;
    background-size: 100%;
}

.pace .pace-progress:after, .load-mask span:after {
    display: none;
}

.loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    position: relative;
    width: 65px;
    margin: auto;
    margin-top: -30px;
}

.loader .circle {
    position: absolute;
    width: 58px;
    height: 58px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: orbit;
    animation-name: orbit;
    -webkit-animation-duration: 5.5s;
    animation-duration: 5.5s;
}

.loader .circle:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #fff;

    /* Pick a color */
}

.loader .circle:nth-child(2) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

.loader .circle:nth-child(3) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}

.loader .circle:nth-child(4) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}

.loader .circle:nth-child(5) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}

@-webkit-keyframes orbit {
    0% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    7% {
        -webkit-transform: rotate(345deg);
        transform: rotate(345deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    30% {
        -webkit-transform: rotate(455deg);
        transform: rotate(455deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    39% {
        -webkit-transform: rotate(690deg);
        transform: rotate(690deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    70% {
        -webkit-transform: rotate(815deg);
        transform: rotate(815deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    75% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    76% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes orbit {
    0% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    7% {
        -webkit-transform: rotate(345deg);
        transform: rotate(345deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    30% {
        -webkit-transform: rotate(455deg);
        transform: rotate(455deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    39% {
        -webkit-transform: rotate(690deg);
        transform: rotate(690deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    70% {
        -webkit-transform: rotate(815deg);
        transform: rotate(815deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    75% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    76% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
/*FIXED POST*/
.page-news-single .news-single-content .news-single-wrapper .desc p {
    margin-top: 20px;
}
.page-news-single .news-single-content .news-single-wrapper .desc img {
    padding: 0 !important;
}
.news-row-mobile img {
    width: 100%;
}
/*RESPONSIVE*/
@media only screen and (max-width: 1024px) {
/*PAGE*/
.page-expertise .expertise-about, .page-company .company-about {
    padding: 80px 0 40px 0;
}
.page-expertise .expertise-about .text, .page-company .company-about .text, .page-contacts .contacts-about .tex {
    font-size: 32px;
    line-height: 42px;
}
.page-expertise .expertise-about .text, .page-company .company-about .text {
    margin: 0 auto;
    max-width: 700px;
}
.page-expertise .expertise-about .text .title, .page-company .company-about .text .title {
    margin-bottom: 40px;
}
.page-expertise .expertise-about .text .title strong, .page-company .company-about .text .title strong {
    border-bottom: 1px solid #000;
}
.page-expertise .expertise-about .text p, .page-company .company-about .text p, .page-contacts .contacts-about .text .desc p {
    font-size: 32px;
    line-height: 42px;
}
/*Instagram*/
.home-instagram .instagram-row .instagram-info .info-wrapper{
    padding-bottom: 99% !important;
}

}
@media only screen and (max-width: 992px) {
    #hero-title-page h1 {
            font-size: 40px;
            line-height: 40px;
    }
    .page-clients .clients-list .client-logo {
        width: 25% !important;
    }
    #list-client-name ul li {
        width: 50%;
    }
}
@media only screen and (max-width: 780px) {

.home-instagram .instagram-row .instagram-feed, .home-instagram .instagram-row .instagram-info {
    width: 50%;
}
}
@media only screen and (max-width: 960px) { 
.page-expertise .expertise-about, .page-company .company-about {
    padding: 60px 0;
}
}
@media only screen and (max-width: 767px) {
.page-expertise .expertise-about .text, .page-company .company-about .text, .page-contacts .contacts-about .text {
    font-size: 18px;
    line-height: 26px;
}}
.page-expertise .expertise-about .text p, .page-company .company-about .text p, .page-contacts .contacts-about .text .desc p{
    font-size: 18px;
    line-height: 26px;
}
    .page-clients .clients-list .client-logo {
        width: 50% !important;
    }
.page-clients .clients-list .client-logo img {
    max-width: 155px;
    height: auto;
    width: auto;
}
    #list-client-name ul li {
        width: 100%;
        font-size: 21px;
    }


@media only screen and (max-width: 780px) {

    .home-instagram .instagram-row .instagram-feed, .home-instagram .instagram-row .instagram-info {
        width: 100%;
    }

}


.load-mask{display:none!important;opacity:0!important;visibility:hidden!important;}


/* EMERGENZA: forza visualizzazione anche se JS non parte */
html, body { background:#fff !important; }
body { opacity:1 !important; visibility:visible !important; }
#root, .home-content, .page-expertise, .container { opacity:1 !important; visibility:visible !important; }

.load-mask,
.loader-wrapper,
.loader { display:none !important; opacity:0 !important; visibility:hidden !important; pointer-events:none !important; }

#full-menu { display:block !important; } 


.divascookies {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0;
    right: 0;
    z-index: 99999;
}