.grid-section,
.grid-section .ct-section-inner-wrap {
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
}
.otgs-development-site-front-end{display:none !important;}
body header{position:fixed !important; width: 100%;}
body header:before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 0;
    background: #102433;
    z-index: -1; transition:all .4s cubic-bezier(.76,.11,.49,.97);
}

body.sticky-header header:before{width:100%;}
.oxy-pro-menu.oxy-pro-menu-off-canvas > .oxy-pro-menu-container{z-index:-1 !important;}

/*BUTTON*/
.square-button{transition:width .4s cubic-bezier(.76,.11,.49,.97);}
/*.square-button.active{width:auto;}*/
.square-button > .ct-text-block{white-space:nowrap; transition:all .4s cubic-bezier(.76,.11,.49,.97); margin-left:-129px;}
.square-button.active > .ct-text-block{margin-left:20px !important;}


/*NEWS*/
.news-block .ct-span a{color:#fff;}
.news-block > div.ct-div-block:nth-child(2n){background-color:#183650 !important;}
.news-block > div.ct-div-block:nth-child(3n){background-color:#32709E !important;}
.news-block > div.ct-div-block:nth-child(4n){background-color:#3D8EBF !important;}




/*ANIMAZIONI TESTO*/
body:not(.oxygen-builder-body):not(.page-id-4045):not(.page-id-4296) .ct-inner-content .ct-headline .char,
body:not(.oxygen-builder-body):not(.page-id-4045):not(.page-id-4296) .ct-inner-content .ct-text-block{opacity: 0; left: 30px; position: relative; transition: all 0.8s cubic-bezier(.76,.11,.49,.97);}
body:not(.oxygen-builder-body):not(.page-id-4045):not(.page-id-4296) .ct-inner-content .ct-text-block{transition-delay: .2s;}
body:not(.oxygen-builder-body):not(.page-id-4045):not(.page-id-4296) .ct-inner-content .inview .ct-headline .char,
body:not(.oxygen-builder-body):not(.page-id-4045):not(.page-id-4296) .ct-inner-content .inview .ct-text-block{opacity:1; left:0;}