html {
    scroll-behavior:smooth;
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
}

body {
    color:#000000;
    background-color:#FFFFFF;
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:28px;
}

/* generici ------------------------------- */
.bg-black{background-color:#000;}
.bg-white{background-color:#FFF;}
.bg-yellow{background-color:#e8d100;}
.relative{position:relative;}
.float-right{float:right;}
.float-left{float:left;}
.h-full{height:100%;}.max-h-full{max-height:100%;}.min-h-full{min-height:100%;}
.w-full{width:100%;}.max-w-full{max-width:100%;}.min-w-full{min-width:100%;}
.h-screen{height:100vh;}.max-h-screen{max-height:100vh;}.min-h-screen{min-height:100vh;}
.w-screen{width:100vh;}.max-w-screen{max-width:100vh;}.min-w-screen{min-width:100vh;}
.uppercase{text-transform:uppercase;}
.cursor-pointer{cursor:pointer;}
img{display:block;max-width:100%;height:auto;}
a{text-decoration:none;color:#000;}
a:hover{color:#e8d100;}
a, .btn, a svg, .transition-all{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
a:focus{outline:0;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.verticalize{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);}
.zinfix{z-index:2;}
.row.doublegutter{--bs-gutter-x:3rem;}
.aspect-square{aspect-ratio: 1 / 1;}
.aspect-wide{aspect-ratio: 20 / 9;}
.truncate{overflow: hidden;}
.nopad {padding-right: 0; padding-left: 0}

/* TITOLI ------------------------------- */
h1{font: normal normal 600 42px/50px Rubik;letter-spacing: 0px;color: #000000;max-width:100%;}
h2{font: normal normal 300 34px/42px Rubik;letter-spacing: 0px;color: #000000;}
.home h2{font: normal normal 700 64px/100px Rubik;letter-spacing: 0px;color: #000000;text-transform: uppercase;margin-bottom:20px;}
h3{font: normal normal 600 26px/30px Rubik;letter-spacing: 0px;color: #000000;text-transform: uppercase;}
h4{font: normal normal 300 34px/42px Rubik;letter-spacing: 0px;color: #000000;}
h5{font: normal normal 400 30px/40px Rubik;letter-spacing: 0px;color: #000000;}
h6{text-transform:uppercase;font-weight:500;font-size:20px;line-height:24px;letter-spacing:2px;color:#FFF;margin:0;padding:0;}


/* MENUBAR ------------------------------- */
.menubar{background-color:rgba(255,255,255,0);position:fixed;left:0;top:0;z-index:100;padding-top:0;transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.logo{position:absolute;top:10px;left:0;display:inline-block;width:170px;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.menubar.scrolled{background-color:rgba(255,255,255,1);-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);}
.menubar.scrolled .logo{top:0;width:82px;}

.menubar .logosfondobianco {opacity: 1; position: absolute; top: 5px}
.home .menubar .logosfondobianco {opacity: 0}
.menubar.scrolled .logosfondobianco {opacity: 1; top: 10px}
.home .menubar.scrolled .logosfondobianco {opacity: 1}

.menubar .logoscuro {opacity: 0;position: absolute; top: 5px}
.home .menubar .logoscuro {opacity: 1}
.menubar.scrolled .logoscuro {opacity: 0;top: 10px}
.home .menubar.scrolled .logoscuro {opacity: 0}


.menubar nav.navbar{padding-top:0;margin-top:10px;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.menubar.scrolled nav.navbar{padding-top:0;margin-top:0;}
.menubar ul.header-menu{list-style-type:none;margin:0;padding:0;}
.menubar ul.header-menu > li{float:left;border-bottom:4px solid transparent;}
.menubar ul.header-menu li+li{margin-left:60px;}
.menubar ul.header-menu li .nav-link {font: normal normal 600 17px/26px Rubik;letter-spacing: 0px;color: #000;text-transform: uppercase;text-decoration: none;padding:10px 0;}
.home .menubar ul.header-menu li .nav-link {color:#fff;}
.menubar.scrolled ul.header-menu li .nav-link {color:#000;}
.menubar ul.header-menu li.current_page_item{border-bottom:4px solid #e8d100;}
.menubar ul.header-menu li .nav-link:hover{color:#e8d100;}
.menubar ul.header-menu li a.dropdown-toggle{padding-right:16px;}
.menubar ul.header-menu li a.dropdown-toggle::after, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: "";
  background:transparent url('../img/angle-down-solid.svg') no-repeat right center;
  display:inline-block;
  width:10px;
  height:10px;
  position:absolute;
  top:16px;
  right:0;
  border:0;
}
.menubar .dropdown-menu{
    border:0 solid #e9ecef;border-top:5px solid #94B2C4;margin-top: 0;
    padding:0;
    color:#fff;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
}
.menubar .dropdown-menu li{margin:0;padding:0;text-align:center;border-bottom:1px solid #fff;}
.menubar ul.header-menu .dropdown-menu li+li{margin:0;}
.menubar .dropdown-menu li a{background-color:#DEDEDE;margin:0;padding:10px;font-weight:400;font-size:16px;line-height:22px;letter-spacing:0px;color:#000;text-transform:none;}
.menubar .dropdown-menu li a:hover, .menubar .dropdown-menu li a:focus, .menubar .dropdown-menu li.current_page_item a{background-color:#94B2C4;color:#fff;}
.dropdown-item.active, .dropdown-item:active{background-color:#94B2C4;color:#fff;}

.top-menu, .telmail{list-style-type:none;float:left;}
.top-menu li, .telmail li{border-left:1px solid #000;font-weight:500;font-size:15px;line-height:30px;letter-spacing:0px;color:#000;padding: .2rem 0 .2rem 1rem;margin-left:1rem;}
.home .top-menu li, .home .telmail li{border-left:1px solid #fff;color:#FFFFFF;}
.top-menu a, .telmail a{color:#000;padding:0 !important;}
.home .top-menu a, .home .telmail a{color:#FFFFFF;padding:0 !important;}
.top-menu a:hover, .telmail a:hover{color:#e8d100;}

ul.telmail > li.mailicon, ul.telmail > li.phoneicon{position:relative;padding-left:45px;}
ul.telmail > li.mailicon::before{position:absolute;top:8px;left:14px;content:"";display:inline-block;width:20px;height:20px;background:transparent url('../img/icon-feather-mail.svg') no-repeat center center;background-size:contain;}
ul.telmail > li.phoneicon::before{position:absolute;top:8px;left:14px;content:"";display:inline-block;width:20px;height:20px;background:transparent url('../img/icon-feather-phone-call.svg') no-repeat center center;background-size:contain;}

.hdr-sopra{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.menubar.scrolled .hdr-sopra{transform:translateY(-60px);-webkit-transform:translateY(-60px);-ms-transform:translateY(-60px);margin-bottom:-40px;}

/* NAVBAR TOGGLER ------------------------------- */
.navbar-toggler{margin:8px 0 0 auto;height:32px;width:40px;padding:0;background:none;position:relative;border:0;cursor:pointer;transition:all 0.4s ease-out 0.2s;}
.navbar-toggler:focus{outline: none;box-shadow:0 0 0 0;}
.navbar-toggler .bar{position:absolute;height:3px;width:30px;left:4px;display:block;background:#000;border-radius:2px;}
.home .navbar-toggler .bar {background-color: #fff}
.home .scrolled .navbar-toggler .bar {background-color: #000}
.navbar-toggler .bar:nth-of-type(1){top:6px;transform:rotate(0deg);transition:top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;}
.navbar-toggler .bar:nth-of-type(2){top:14px;transform:rotate(0deg);transition:0.25s ease 0.25s; opacity: 1;}
.navbar-toggler .bar:nth-of-type(3){top:22px;transform:rotate(0deg);transition:top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;}
.navbar-toggler:hover{transform:rotate(-135deg);}
.navbar-toggler:hover .bar:nth-of-type(1){top:14px;transform:rotate(45deg);transition:top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s;}
.navbar-toggler:hover .bar:nth-of-type(2){opacity:0;transition:0.25s ease 0.25s;}
.navbar-toggler:hover .bar:nth-of-type(3){top:14px;transform:rotate(-45deg);transition:top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s;}


/* SOCIAL ------------------------------- */
.social{padding:0;display:inline-block;width:auto;position:absolute;top:-40px;right:12px;}
.social strong{text-transform:uppercase;margin-bottom:10px;display:block;}
.social > ul{list-style-type:none;float:left;}
.social > ul { display:inline-block;margin:0 auto;padding:0;}
.social > ul > li {margin:0 0 0 5px;padding:0;float:left;}
.social li > a {background:#636060 none repeat scroll 0 0;border:1px solid #636060;border-radius:0;color:#b2b2b2 !important;display:inline-block;font-size:16px;width:28px;height:28px;line-height:26px;margin:0;text-align:center;transition:background 200ms ease 0s, color 200ms ease 0s;}
.social li > a.facebook:hover, .social li > a.facebook-f:hover {color:#fff !important;background-color:#3b5998 !important;border:1px solid #3b5998;}
.social li > a.twitter:hover {color:#fff !important;background-color:#1dcaff !important;border:1px solid #1dcaff;}
.social li > a.pinterest:hover {color:#fff !important;background-color:#c92026 !important;border:1px solid #c92026;}
.social li > a.vimeo:hover {color:#fff !important;background-color:#446d82 !important;border:1px solid #446d82;}
.social li > a.linkedin:hover, .social li > a.linkedin-in:hover {color:#fff !important;background-color:#0c7bb3 !important;border:1px solid #0c7bb3;}
.social li > a.youtube:hover {color:#fff !important;background-color:#ed413e !important;border:1px solid #ed413e;}
.social li > a.instagram:hover {color:#fff !important;background-color:#3f729b !important;border:1px solid #3f729b;}
.social li > a.soundcloud:hover {color:#fff !important;background-color:#ff551a !important;border:1px solid #ff551a;}
.social li > a.spotify:hover {color:#fff !important;background-color:#1dd05d !important;border:1px solid #1dd05d;}
.social li > a.flickr:hover {color:#fff !important;background-color:#0062dc !important;border:1px solid #0062dc;}
.social li > a.pandora:hover {color:#fff !important;background-color:#224099 !important;border:1px solid #224099;}
.social li > a.telegram:hover {color:#fff !important;background-color:#4e96d4 !important;border:1px solid #4e96d4;}
.social li > a.houzz:hover {color:#fff !important;background-color:#4dbc15 !important;border:1px solid #4dbc15;}
.social li > a.blogger:hover {color:#fff !important;background-color:#f49541 !important;border:1px solid #f49541;}


/*video*/
iframe.video {    width: 100%;    height: 294px;}


/* HOME CAROUSEL ------------------------------- */
.sfondocarousel{background-color:#265B73;}
.sfondocarouseldue{background-color:#3B8DAC;}
.carouselPrincipale{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.carouselPrincipale .carousel-item{height:710px;overflow:hidden;}
.page-template-template_attivita .carouselPrincipale .carousel-item{height:calc(100vh - 100px);}
.home .carouselPrincipale{position:sticky;top:0;}
#carouselPrincipale1{z-index:1;background-color:#265B73;}
#carouselPrincipale2{z-index:2;background-color:#265B73;}
#carouselPrincipale3{z-index:3;background-color:#265B73;}
#carouselPrincipale4{z-index:4;background-color:#265B73;}
#carouselPrincipale5{z-index:5;background-color:#265B73;}
#carouselPrincipale6{z-index:6;background-color:#265B73;}
.home .carouselPrincipale .carousel-item{height:100vh;}
.carouselPrincipale .carousel-indicators{display:none;}
.carouselPrincipale .carousel-caption{
    bottom:160px;top:auto;
    left:50%;right:auto;
    transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);
    text-align:left;
    text-transform:none;
    z-index:60;
    font-weight:300;
    font-size:120px;
    line-height:120px;
    letter-spacing:0px;
}
.carouselPrincipale .carousel-caption .carousel-title{font: normal normal 700 80px/80px Rubik;letter-spacing: 0px;color: #FFFFFF;text-transform: uppercase;}
.carouselPrincipale .carousel-caption .carousel-link{color:#FFFFFF;display:inline-block;width:100%;position:relative;}
.carouselPrincipale .carousel-caption .carousel-link:hover{color:#FFF;}
.carouselPrincipale .carousel-caption .carousel-link::after{content:"";display:inline-block;position:absolute;top:50%;right:0;width: 81px;height: 81px;margin-top:-40px;background:transparent url('../img/arrowlink1.svg') no-repeat center center;background-size:81px 81px;}
.carouselPrincipale .carousel-caption .carousel-link span{display:inline-block;width:850px;max-width:100%;}
.carouselPrincipale .carousel-caption .carousel-subtitle{border-top:1px solid #fff;margin-top:60px;padding-top:20px;font: normal normal 400 26px/34px Rubik;letter-spacing: 0px;color: #FFFFFF;}

/*#carouselPrincipale4.carouselPrincipale{margin-top:100px;}
#carouselPrincipale4.carouselPrincipale .carousel-item{height:645px;}
#carouselPrincipale4.carouselPrincipale .carousel-item .carousel-caption{bottom:auto;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);}*/

.numerocarousel{display:inline-block;text-transform:uppercase;font:normal normal 300 16px/50px Rubik;letter-spacing:3.2px;color:#FFFFFF;opacity:1;position:relative;margin-bottom:60px;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.numerocarousel::after{content:"";display:inline-block;width:88px;height:4px;background-color:#FFF;position:absolute;left:100%;top:50%;margin-top:-2px;margin-left:15px;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.numerocarousel::before{content:"";display:inline-block;width:0;height:4px;background-color:#FFF;position:absolute;left:0;top:50%;margin-top:-2px;margin-left:0;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.carouselPrincipale.mouseover .numerocarousel{padding-left:103px;}
.carouselPrincipale.mouseover .numerocarousel::after{width:0;}
.carouselPrincipale.mouseover .numerocarousel::before{width:88px;}

.titolobarretta{text-transform:uppercase;font:normal normal 300 16px/50px Rubik;letter-spacing:3.2px;color:#b2b2b2;opacity:1;position:relative;margin-bottom:15px;}
.titolobarretta::after{content:"";display:inline-block;width:88px;height:4px;background-color:#b2b2b2;position:absolute;top:50%;margin-top:-2px;margin-left:15px;}

.titolobarretta a{color:#b2b2b2;}
.titolobarretta a:hover{color:#e8d100;}

.bordatura{border:2px solid #000;}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}

.carouselPrincipale .jarallax-container{
  -webkit-animation: zoom 15s ease-in-out alternate infinite;
  animation: zoom 15s ease-in-out alternate infinite;
}

.testimonianza{text-align: center;font: italic normal 300 44px/56px Rubik;letter-spacing: 0px;color: #FFFFFF;text-shadow: 0px 1px 10px #00000066;}

.testimonianzainterna{text-align: center;font: italic normal 300 16px/20px Rubik;letter-spacing: 0px;color: #000;padding-bottom:30px;margin-bottom:30px;position:relative;}
.testimonianzainterna::after{content:"";display:inline-block;width:88px;height:4px;background-color:#b2b2b2;position:absolute;bottom:0;left:50%;margin-left:-44px;}


.videocompleto{
    position:absolute;bottom:160px;right:160px;z-index:60;
    font-weight:300;font-size:13px;line-height:20px;letter-spacing:1.3px;color:#FFFFFF;text-transform: uppercase;
    background:linear-gradient(120deg, rgba(255,234,61,0) 0%, rgba(255,234,61,0) 100%);
    background-repeat:no-repeat;
    background-size:0 50%;
    background-position:0 50%;
    padding-right:10px;
    padding-left:10px;
}
.videocompleto:hover{
    background:linear-gradient(120deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background-repeat:no-repeat;
    background-size:100% 50%;
    background-position:0 50%;
    color: #fff;
}
.videocompleto img{display:inline;margin-right:10px;}

.bottonicarousel{counter-reset: section;position:absolute;bottom:60px;left:50%;z-index:25;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);}
.bottonicarousel a.btn-settori{
    float:left;
    display:inline-block;
    font-weight:300;
    font-size:24px;
    line-height:29px;
    letter-spacing:4px;
    color:#FFFFFF;
    text-transform:uppercase;
    position: relative;
    padding-left:30px;
}
.bottonicarousel a.btn-settori+a.btn-settori{margin-left:60px;}
.bottonicarousel a.btn-settori::before {
  counter-increment: section;
  content: "0" counter(section);
  font-weight:300;font-size:15px;line-height:29px;letter-spacing: 3px;color: #FFFFFF;
  position: absolute;
    top:0;left:0;z-index:26;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.bottonicarousel a.btn-settori::after{
    content:"";
    width: 26px;
    height: 126px;
    display: inline-block;
    position: absolute;
    top:100%;left:-4px;z-index:25;
    background:transparent url('../img/hover.svg') no-repeat center center;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.bottonicarousel a.btn-settori:hover::before{color:#000;}
.bottonicarousel a.btn-settori:hover::after{top:-15px;opacity:1;}
.bottonicarousel a.btn-settori .scopridipiu{
    position:absolute;top:25px;right:5px;z-index:25;
    font-weight:300;font-size:15px;line-height:29px;letter-spacing: 3px;color: #FFFFFF;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.bottonicarousel a.btn-settori:hover .scopridipiu{opacity:1;}

.titlesopra{position:absolute;top:140px;left:130px;z-index:70;max-width:34vw;}
.titlesopra h1{font: normal normal bold 50px/54px Rubik;letter-spacing:0px;color:#fff;text-shadow:0px 1px 5px #00000026;padding-right:8%;}
.titlesopra .titolobarretta{color:#fff;text-shadow:0px 1px 5px #00000026;}
.titlesopra .titolobarretta::after{background-color:#fff;}

.padfix{padding:30px 30% 30px 8%;}

.columnslink{border-bottom: 1px solid #DBDBDB;display:inline-block;margin-bottom:30px;padding-bottom:33px;}
.columnslink .row{margin-left:0;margin-right:0;}
.columnslink *, .columnslink .arwlnk::after{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.columnslink p{margin:0;padding:0;}
.columnslink .arwlnk::after{
    content: "";
    display: inline-block;
    position: absolute;
    border-radius:50%;
    top: 50%;
    right: 0;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    background: transparent url('../img/arrowlink1.svg') no-repeat center center;
    background-size: 54px 54px;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.columnslink:hover .arwlnk::after{
    background:#e8d100 url('../img/arrowlink1.svg') no-repeat center center;
    background-size: 54px 54px;
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.columnslink:hover{border-bottom:4px solid #e8d100;padding-bottom:30px;color:#000;}

.boxcolconbordo{position:relative;padding-bottom:30px;margin-bottom:30px;}
.boxcolconbordo hr{position:absolute;bottom:0;left:calc(var(--bs-gutter-x) / 2);height:5px;background-color:#DEDEDE;opacity:1;width:calc(100% - var(--bs-gutter-x));}

.link_testo_principale {position:relative;display:inline-block;width:58px;height:58px;}
.link_testo_principale::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: transparent url('../img/link_arrow.svg') no-repeat center center;
  background-size: 58px 58px;
  border-radius:50%;overflow:hidden;border:1px solid #e8d100;
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.link_testo_principale:hover::after{border:1px solid #e8d100;background: #e8d100 url('../img/link_arrow_2.svg') no-repeat center center;}

.link_arrow_2 {position:relative;display:inline-block;width:58px;height:58px;}
.link_arrow_2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: transparent url('../img/link_arrow_2.svg') no-repeat center center;
  background-size: 58px 58px;
  border-radius:50%;overflow:hidden;border:1px solid #000;
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.link_arrow_2:hover::after{border:1px solid #fff;background: #fff url('../img/link_arrow.svg') no-repeat center center;}


.link_bianco {position:relative;display:inline-block;width:58px;height:58px;}
.link_bianco::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: transparent url('../img/link_arrow_2.svg') no-repeat center center;
  background-size: 58px 58px;
  border-radius:50%;overflow:hidden;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.link_bianco:hover::after{filter: invert(1);}


/* ALTRO HOME ------------------------------- */
.link-arrow, .link-arrow *{-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.link-arrow{position:relative;display:inline-block;color:#e8d100;font-weight:500;font-size:18px;line-height:22px;letter-spacing:2px;text-transform:uppercase;}
.link-arrow img{opacity:1;position:absolute;top:6px;left:0;line-height:22px;width:50px !important;max-width:50px !important;display:inline;}
.link-arrow:hover{color:#e8d100;}
.link-arrow:hover img{left:100%;}
.link-arrow span{opacity:0 !important;color:#e8d100;text-transform:uppercase;padding-right:10px;}
.link-arrow:hover span, .link-arrow:hover img{opacity:1 !important;}

.sfondopartesotto{position:absolute;top:0;left:0;width:45%;height:100%;}
.cutbttmrght{
    position:absolute;
    bottom:0;right:0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 65px 65px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(0deg);
}

.titolo_sotto{
    font-weight:300;
    font-size:94px;
    line-height:94px;
    letter-spacing:0px;
    color:#000000;
    text-transform:uppercase;
}
.testo_sotto{
    font-weight:400;
    font-size:16px;
    line-height:28px;
    letter-spacing:0px;
    color:#000000;
    padding:60px 0 30px 60px; 
}

.lnk_materiali{
    display:inline-block;
    font-weight:400;
    font-size:24px;
    line-height:24px;
    letter-spacing: 1.2px;
    color: #000000;
    text-transform: uppercase;
    padding-right:60px;
    width:auto;
    background:transparent url('../img/icon-feather-arrow-right.svg') no-repeat right center;
}



/* template chi siamo ------------------------------- */
.bg-rosso{background-color:rgba(51,51,51,0.8);position:relative;color:#FFFFFF;}
.bg-rosso .sfondorosso{padding-top:100px;padding-bottom:120px;}
.primo_contenuto_sotto_rosso{padding-top:90px;padding-left:90px}
.stileul ul, .primo_contenuto_sotto_rosso ul{padding-left:10px}
.stileul ul li, .primo_contenuto_sotto_rosso ul li{padding-left:28px;margin-bottom:0;position:relative;list-style:none;padding-bottom:15px;}
.stileul ul li::before, .primo_contenuto_sotto_rosso ul li::before {content: "";position:absolute;top:4px;left:-10px;background:transparent url('../img/material-check.svg') no-repeat center center;background-size:100% 100%;height:27px;width:27px;}
#carouselAboutus{width:39vw;height:100%;position:absolute;top:-40px;right:40px;z-index:3;}
.maggiorinfo{background-color:#F5F5F5;padding-top:75px;padding-bottom:75px;font-weight:400;font-size:16px;line-height:28px;letter-spacing:0px;color:#000000;}
.primotxtcentrale{font-weight:700;font-size:16px;line-height:26px;letter-spacing:0px;color:#000000;margin-bottom:30px;}

/* archive cantieri ------------------------------- */
.taxonomy-filters{position:relative;}
.taxonomy-filters::before{content:"";display:inline-block;width:100%;height:1px;position:absolute;top:50%;left:0;background-color:#DEDEDE;z-index:1;}
.taxonomy-list{position:relative;z-index:3;list-style-type: none;background-color:#fff;margin:0 !important;padding:0 40px !important;}
.taxonomy-list li{display:inline;}
.taxonomy-list li+li{margin-left:22px;padding-left:30px;position:relative}
.taxonomy-list li+li::before{content:"/";display:inline-block;position:absolute;top:0;left:0;text-align: center;font-weight:400;font-size:15px;line-height:24px;letter-spacing: 0.75px;color: #DEDEDE;text-transform: uppercase;}
.taxonomy-list li a{font-weight:400;font-size:15px;line-height:24px;letter-spacing: 0.75px;text-transform: uppercase;}
.taxonomy-list li a.active{border-bottom:4px solid #FF2D16;}
.post-item a{display:inline-block;}
.cat_cantiere{text-align: center;font-weight:400;font-size:14px;line-height:32px;letter-spacing: 1.4px;color: #000000;text-transform: uppercase;}
.tit_cantiere{text-align: center;font-weight:600;font-size:18px;line-height:32px;letter-spacing: 0px;color: #000000;}
.post-list .post-item {transition: opacity 0.3s ease-in-out;}
.post-list:hover .post-item {opacity: 0.4;}
.post-list .post-item:hover {opacity: 1;}
.fancybox__toolbar__items--right, .fancybox__thumbs{display:none;}

/* APOLLO FX ------------------------------- */
.grid {
    position: relative;
    clear: both;
    margin:0 auto;
    padding:0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.grid figure:last-child{margin-top:60px;}
.grid figure img.imgtech {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    position:relative;
    z-index:10;
    padding:30px;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,.grid figure figcaption::after {pointer-events: none;}
.grid figure figcaption,.grid figure figcaption > a {position:absolute;top:0;left:0;width:100%;height:100%;}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure.effect-apollo {
    background: #000;   
    position: relative;
    float: left;
    overflow: hidden;
    margin:0;
    width:50%;
    height:567px;
    border:1px solid #fff;
    background: #000;
    text-align: center;
    cursor: pointer;
}
figure.effect-apollo::before {
    position:absolute;
    top:0;
    left:0;
    z-index:6;
    width:100%;
    height:100%;
    content: '';
    background: rgb(0,0,0);
    background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
figure.effect-apollo img.imgtech {
    opacity: 0.9;
    position:relative;
    z-index:5;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
    object-fit: cover;
}
figure.effect-apollo figcaption::before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(2.2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
    position:absolute;
    left:30px;
    bottom:60px;
    text-align:left;
    opacity:0;
    max-width:calc(100% - 60px);
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    font-weight:300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
figure.effect-apollo h2{
    color:#e8d100;
    text-align:left;
    font-weight:300;
    font-size:54px;
    line-height:50px;
    letter-spacing:0px;
    max-width:calc(100% - 60px);
    
    position:absolute;
    bottom:30px;
    left:30px;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
figure.effect-apollo h2 span{color:#FFFFFF;}
figure.effect-apollo img.arrowlnk{position:absolute;bottom:30px;left:0;opacity:0;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
figure.effect-apollo:hover img.arrowlnk{opacity:1;left:30px;}
figure.effect-apollo:hover img.imgtech {opacity:0.4;-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1);}
figure.effect-apollo:hover figcaption::before {-webkit-transform: scale3d(2.2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);transform: scale3d(2.2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
figure.effect-apollo:hover h2 {bottom:190px;}
figure.effect-apollo:hover p {opacity: 1;-webkit-transition-delay: 0.1s;transition-delay: 0.1s;}

.velatura{background-color:rgba(0,0,0,0.6);display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;}
.velatura85{background-color:rgba(0,0,0,0.85);display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;}

.gradientetop{
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 49;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.gradientebottom{
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  height: 460px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 49;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.gradientetophover{background: transparent linear-gradient(180deg, #e8d100 0%, #e8d10000 100%) 0% 0% no-repeat padding-box;opacity:0;}
.gradientebottomhover{background: transparent linear-gradient(180deg, #e8d10000 0%, #e8d100 100%) 0% 0% no-repeat padding-box;opacity:0;}

.carouselPrincipale.mouseover{background-color:#e8d100 !important;}
.carouselPrincipale.mouseover .gradientetop{opacity:0;}
.carouselPrincipale.mouseover .gradientebottom{opacity:0;}
.carouselPrincipale.mouseover .gradientetophover{opacity:0.6;}
.carouselPrincipale.mouseover .gradientebottomhover{opacity:0.6;}

.bg-giallo {background-color: #e0cf0b}
.bg-gialloscuro {background-color: #a29705; color: #fff}
.bg-gialloscuro h5 {color: #fff}
.bg-red{background-color:#231f20;position:relative;}
.bg-red::after{content:"";display:inline-block;height:100%;width:50vh;position:absolute;top:0;left:100%;background-color:#231f20;}
.occhiellocantieri{font-weight:500;font-size:15px;line-height:30px;letter-spacing:0px;color:#FFFFFF;text-transform:uppercase;margin-bottom:10px;}
.titolocantieri{font:normal normal bold 42px/50px Rubik;letter-spacing:0px;color:#FFFFFF;margin-bottom:20px;}
.testocantieri{font-weight:400;font-size:18px;line-height:30px;letter-spacing:0px;color:#FFFFFF;}
.cantieripadding{padding:80px 0 80px 80px;}



.moduloformcf7 h5 {margin-bottom: 10px;}
.moduloformcf7 label {display: block; color: #000; font-size: 16px; line-height: 19px; font-weight: 500;}
.moduloformcf7 input[type="text"], .moduloformcf7 input[type="url"], .moduloformcf7 input[type="email"], .moduloformcf7 input[type="tel"], .moduloformcf7 textarea, .moduloformcf7 select { padding:  10px; margin-top: 5px; width: 100%; color: #000; font-size: 14px; line-height: 18px; font-weight: 400; background: #FFFFFF 0% 0% no-repeat padding-box;border: 1px solid #CCCCCC;border-radius:0;}
.moduloformcf7 input[type="file"] {float: right; }
.moduloformcf7 textarea {    height: 140px; }
.moduloformcf7 input[type="checkbox"] {background: #FFFFFF 0% 0% no-repeat padding-box;border: 1px solid #CCCCCC;border-radius: 4px;}
.moduloformcf7 .wpcf7-list-item {margin-left: 0;}
.moduloformcf7 .wpcf7-acceptance .wpcf7-list-item-label { font-size: 12px; line-height: 20px; color: #000; font-weight: 400; margin-top: -20px;margin-left: 30px;display: block;}
.moduloformcf7 .wpcf7-acceptance label {margin-top: 10px;}
.moduloformcf7 .btn {float: right;margin-top: 15px;}
.recap {margin-top: 10px;}

.gmappa{display:block;margin:0;padding:0;width:100%;}


.elenco_numeri { }
.elenco_numeri .bignumber{}
.elenco_numeri .count-num{font-weight:800;font-size:40px;line-height:42px;letter-spacing: 0px;color: #fff;text-transform: uppercase; text-align: center;display: block;}
.elenco_numeri .txtsotto{font-weight:400;font-size:18px;line-height:24px;letter-spacing: 0px;color: #ffffff; padding-top: 10px; text-align: center;}

.spaziadestra40 {padding-right: 40px;}


/* FOOTER ------------------------------- */
.footer{background-color:#e0cf0b;color:#000;padding-top:100px;padding-bottom:100px;font-size:14px;line-height:24px;font-weight:300;}
.footer a{color:#000;}
.footer a:hover{color:#000; text-decoration: underline;}
.footersotto a{color:#fff;}
.footersotto a:hover{color:#fff; text-decoration: underline;}

.logonelfooter{background:transparent url('../img/linea-footer.png') repeat-x center center;}
.logonelfooter a{width:81px;padding-right:15px;background-color:#B7B7B7;}
a.button, .wp-block-button__link, .wpcf7-submit{border-radius:0;border:1px solid #e8d100;background-color:#e8d100;color:#000;display:inline-block;padding:5px 25px;text-transform:uppercase;}
a.button:hover, .wp-block-button__link:hover, .wpcf7-submit:hover{background-color:#000;color:#FFF;border:1px solid #FFF;}
.btn-default{font: normal normal 400 13px/18px Rubik;letter-spacing: 0.65px;color: #FFFFFF;text-transform: uppercase;padding: 6px 20px;border: 1px solid #94B2C4;background-color: #94B2C4;}
.btn-default:hover{background-color: #e8d100;color: #fff;border: 1px solid #e8d100;}
.followa strong{font-weight:300;font-size:14px;letter-spacing:0px;color:#FFFFFF;margin-right:5px;}
.col1txt{width:237px;max-width:100%;font-weight:400;font-size:13px;line-height:20px;letter-spacing:0.5px;color:#FFFFFF;text-transform:uppercase;}
.chdpgs{font-weight:300;font-size:14px;line-height:16px;letter-spacing:0.8px;color:#FFFFFF;opacity:0.7;}
.chdpgs:hover{opacity:1;}
.footersotto{background-color:#929292;font-size:14px;line-height:24px;font-weight:300;color:#fff;padding-top:30px;padding-bottom:30px;}
.footersotto p{margin:0;padding:0;}
.bloccotelemail .tel{background:transparent url('../img/telefono.png') no-repeat 0 0;font-weight:300;padding-left:40px;font-size:15px;line-height:24px;margin-bottom:10px;}
.bloccotelemail .mail{background:transparent url('../img/email.png') no-repeat 0 0;font-weight:300;padding-left:40px;font-size:15px;line-height:24px;margin-bottom:10px;}
.prtnrfooter{margin-bottom:15px;}
.prtnrfooter+.prtnrfooter{margin-right:30px;}
.wpcf7-spinner{display:block;}
.wpcf7-list-item{margin:0;}
.loghifooter{text-align:left;display:inline-block;width:auto;margin-left:auto;margin-right:0;}
.loghifooter img{display:inline;}
.loghifooter img+img{margin-left:20px;}
.fxwdt{width:300px;max-width:100%;}

.logofooter img {max-width: 120px}


/* LANG SEL ------------------------------- */
.box-icl_language_selector{
    position:relative;
    min-height:30px;
    float:right;
    margin-left:0;
    margin-right:15px;
}
.box-icl_language_selector .wpml-ls-legacy-dropdown-click{width:70px;}
.box-icl_language_selector .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
    padding-left:0;
    border:1px solid transparent;
    background-color:transparent;
    font-weight:400;
    font-size:14px;
    line-height:21px;
    letter-spacing: 0.7px;
    color:#FFF;
    text-transform:uppercase;
    padding-right:15px;
    width:50px;
}
.wpml-ls-legacy-dropdown-click a{background-color:transparent;font-weight: 400;  font-size: 14px;color:#FFF;}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{left:-1px;border:0 solid transparent;border-left:1px solid rgba(255,255,255,0.6);}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{text-align: left;padding-left:15px;border:0 solid transparent;font-weight: 400;  font-size: 14px;color:#000;text-transform:uppercase;}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a span{font-weight: 400;  font-size: 14px;color:#FFF;}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus{color: #FFF !important;background:rgba(0,0,0,0.6)  !important;}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover span, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus span{color: #FFF !important;}


/* INTERNE ------------------------------- */
.introduzione{font-weight:400;font-size:30px;line-height:40px;letter-spacing:0px;color:#FFFFFF;}
.introduzione strong{font-weight:600;color:#e8d100;}
.brdt20{border-top:20px solid #e8d100;}
.gallerypagine{display:inline-block;width:100%;margin-bottom:20px;}
.gallerypagine img{aspect-ratio: 4 / 3;width: 100%;}
.gallerypagine img.quadrate{aspect-ratio: 1 / 1;width: 100%;}
.placeholder{opacity:0;}
.videoedizionepassata{position:relative;}
.home .videoedizionepassata{height:400px;width:100%;display:block;overflow: hidden;}
.videoedizionepassata::before{
    content:"";display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-color:#e8d100;opacity:0;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.videoedizionepassata:hover::before{opacity:0.6;}
.videoedizionepassata .labelvideo.centrato{
    padding:0;
    position:absolute;
    left:50%;
    top:50%;
    z-index:2;
    margin-top:-28px;
    margin-left:-28px;
    background-size: 100% 100%;
    background-position: 0 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-image:none;
    background-color:rgba(255,234,61,0);
}

.sedibox.card{
    border-radius:0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow:hidden;
}
.gmappa{
    display:block;
    overflow:hidden;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-left: 0px solid rgba(0,0,0,.125);
}
.home .sedibox.card{margin-bottom:30px;border-radius:20px;}
.sedibox.card hr{margin:0 auto 15px auto;width:88px;height:4px;background-color:#CBD3DE;opacity:1;}
.desc_sede{padding:15px;}
.sede-title{padding-top:5px;padding-bottom:15px;font:normal normal 500 14px/20px Rubik;letter-spacing:0.7px;color:#000000;text-transform:uppercase;}

.mrtpmnbr{margin-top:105px;}
.gradientesfondo{background: transparent linear-gradient(0deg, #265B7300 0%, #265A72 100%) 0% 0% no-repeat padding-box;opacity:0.1;position:absolute;top:0;left:0;width:100%;height:460px;z-index:1;}

.colonnanotizia{margin-bottom:30px;}
.colonnanotizia .imgnews{margin-bottom:10px;}
.colonnanotizia .datanews, .dataindettaglio{margin-bottom:10px;font:normal normal 300 16px/16px Rubik;letter-spacing:2px;color:#b2b2b2;}
.colonnanotizia .titolonews{margin-bottom:10px;font:normal normal 500 20px/22px Rubik;letter-spacing:0.7px;color:#000000;}
.colonnanotizia .excerptnews{margin-bottom:10px;}

.pagination ul{list-style-type:none;}
.pagination ul li{display:inline-block;}
.pagination a, .pagination .current{border:1px solid #b2b2b2;color:#000;padding: 6px 10px;margin:0 1px;width:42px;text-align:center;}
.pagination .current{border:1px solid #e8d100 !important;}
.pagination a.active{border:1px solid #e8d100;color:#cc0000;}
.pagination a:hover{border:1px solid #e8d100;background-color:#e8d100;color:#fff;}


/*tab home*/
#myTabHome {width: 100%; display: block; float: left; border-bottom: 0}
#myTabHome li {width: 50%; display:block; float:left; }
#myTabHome li button {  background-color:#000; color:#fff;width: 100%;    border: 0;    text-align: center; border-radius:0;        font-size: 24px;    line-height: 34px;    font-weight: 900;    text-transform: uppercase;}
#myTabHome li button:hover {background-color: #00000022; color:#000;}
#myTabHome li button.active {background-color: transparent; color:#000;}
.altezzatesto {min-height: 80px}

/* FULL SCREEN MODAL MENU
    -------------------------------------------------- */
.btn.focus, .btn:focus {outline: 0;box-shadow: 0 0 0 0 rgba(0,0,0,0);}
.modal-header .close{position:absolute;top:0;right:0;opacity:1;text-shadow:0 0 0 #000;font-size:20px;color:#fff;text-align:left !important;outline:0;margin:0;padding:16px 22px;}
.modal-header .chiudisottomenu{position:absolute;top:0;left:0;opacity:1;text-shadow:0 0 0 #000;font-size:20px;color:#fff;text-align:left !important;outline:0;margin:0;padding:22px;}
.modal-header .chiudisottomenu i, .modal-header .chiudisottomenu svg{float:left;}
.modal-header .chiudisottomenu span{float:left;text-transform:uppercase;font-weight:400;letter-spacing:1px;font-size:12px;margin-left:5px;line-height:20px;text-transform:none;}
.modal-header .chiudisottomenu{display:none;}
.modal-header .chiudisottomenu.visualizza{display:inline-block;}
.modal-header .close:hover,.modal-header .chiudisottomenu:hover{opacity:1;color:#94B2C4;}
.fullscreen.modal {z-index:9999;width:100%;max-width:100%;overflow-x:hidden;height:100%;}
.modal-backdrop{z-index:1000;}
.fullscreen .modal-dialog {margin:0; width:100%;max-width:100%;height:100%;min-height:100%;padding:0;color:#fff;max-width:100%;}
.fullscreen .modal-header{position:relative;height:50px;padding:0 0 90px 0;text-align:left !important;background-color:transparent;border-bottom: 0 solid transparent;box-shadow:0px 4px 8px rgba(0, 0, 0, 0);z-index: 9999;position: relative;}
.fullscreen .modal-content {width:100%;max-width:100%;height:100%;min-height:100%;border-radius:0;color:#fff;background-color:rgba(224,207,11,0.95);overflow-x:hidden;} 
.fullscreen .modal-body {width:100%;max-width:100%;padding:0 0 15px 0;text-align:left;background:transparent;background-image:none;}
.fullscreen .modal-body ul.navbar-nav{position:static;width:100%;margin:0 !important;padding:0 12px !important;clear:both;box-shadow:0 0 0 rgba(0, 0, 0, 0);border:0 solid rgba(0, 0, 0, 0);list-style-type:none;background-color:transparent;}
.fullscreen .modal-body .navbar-nav li{background-color:transparent;text-align:left;float: none;display:inline-block;clear:both;width:100%;padding:0;}
.fullscreen .modal-body .navbar-nav li:hover{background-color:transparent !important;}
.fullscreen .modal-body .navbar-nav li a{display:inline-block;width:auto;font-size:22px;line-height:24px;font-weight:400;letter-spacing:2px;text-align:left;padding:10px 70px 10px 10px;background-color:transparent !important;color:#fff;position:relative;text-decoration:none;text-transform:uppercase;}
.fullscreen .modal-body .navbar-nav li a:hover{background-color:transparent !important;color:#000;text-decoration:none;}
.fullscreen .modal-body .navbar-nav .dropdown-menu {
    margin:0;
    padding:0;
    position:absolute !important;
    left:100%;top:0;right:auto;bottom:auto;
    width:100%;
    max-width:100%;
    transform: translateX(0) !important;
    border:0 solid rgba(0,0,0,0);
    border-radius:0;
    border-bottom:0 solid transparent;
    transition: all 0.3s ease;
    background-color:transparent;
}
.fullscreen .modal-body .navbar-nav .dropdown{position:static;}
.fullscreen .modal-body .navbar-nav ul.move{transform:translateX(-100%) !important;}
.fullscreen .modal-body .navbar-nav{transform:translateX(0%) !important;transition: all 0.3s ease;}
.fullscreen .modal-body .navbar-nav.sposta{transform:translateX(-100%) !important;}
.fullscreen .modal-body .navbar-nav.sposta .dropdown-menu{transform:translateX(100%) !important;}
.fullscreen .modal-body .navbar-nav .dropdown-menu li a{white-space:wrap;padding-left:22px;font-size:22px;line-height:24px;font-weight:400;letter-spacing:2px;}
.fullscreen .nav > li > a:hover, .fullscreen .nav > li > a:focus{background-color:transparent;}
.fullscreen .modal-body .navbar-nav li.menu-item .dropdown-toggle span{position: relative;display: block;}
.fullscreen .modal-body .navbar-nav li.menu-item .dropdown-toggle::after{
    content:"";
    position:absolute;
    top:18px;right:15px;
    border:0 solid transparent !important;
    display:inline-block;
    width:44px;
    height:10px;
    background:transparent url('../img/icon-feather-arrow-right.svg') no-repeat center center;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.fullscreen .modal-body .navbar-nav li.menu-item .dropdown-toggle:hover::after{
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.fullscreen .modal-body .navbar-nav li.menu-item .dropdown-toggle.show::after{content:"\f0d8";}
.fullscreen .modal-body .navbar-nav .dropdown-menu li.menu-item::after, .fullscreen .modal-body .navbar-nav .dropdown-menu li.menu-item.show::after{display:none !important;}
.fullscreen .modal-body .box-icl_language_selector{margin-left:40px;margin-top:30px;}
.fullscreen .modal-body .box-icl_language_selector::before{display:none;}
.fullscreen .modal-body .box-icl_language_selector .wpml-ls-legacy-dropdown-click{width:70px;border:1px solid #fff;padding-right:10px;padding-left:10px;}
.fullscreen .modal-body .box-icl_language_selector .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{color:#fff;}

.vedimobile{display:none;}


/* media ------------------------------- */

@media only screen and (max-width:1499.98px) {
  .top-menu li, .telmail li{padding: .2rem 0 .2rem 7px;margin-left:7px;}
}
@media only screen and (max-width:1199.98px) {
    .carouselPrincipale .carousel-caption .carousel-title{font: normal normal 700 40px/50px Rubik;}
    .carouselPrincipale .carousel-caption .carousel-subtitle{font: normal normal 400 30px/40px Rubik;}
    h2 {font: normal normal 700 60px/60px Rubik;}
    .testimonianza{font: italic normal 300 40px/50px Rubik;}

    .top-menu li, .telmail li{padding: .2rem 0 .2rem 7px;margin-left:5px; font-size: 13px; font-weight: 400}
    ul.telmail > li.mailicon, ul.telmail > li.phoneicon {padding-left: 5px}
    ul.telmail > li.mailicon::before,ul.telmail > li.phoneicon::before {display: none;}
    .menubar ul.header-menu li+li {margin-left: 30px}


}
@media only screen and (max-width:1080px) {
    .carouselPrincipale .carousel-caption .carousel-title{font: normal normal 700 40px/50px Rubik;}
    .carouselPrincipale .carousel-caption .carousel-subtitle{font: normal normal 400 40px/40px Rubik;}
    h2 {font: normal normal 700 50px/50px Rubik;}
    .padfix{padding:30px 8%;}
}
@media only screen and (max-width:991.98px) {
    .carouselPrincipale .carousel-caption .carousel-title{font: normal normal 700 40px/40px Rubik;}
    .carouselPrincipale .carousel-caption .carousel-subtitle{font: normal normal 400 30px/30px Rubik;}
    h2, .home h2 {font: normal normal 700 40px/40px Rubik;}
    .testimonianza{font: italic normal 300 30px/30px Rubik;}
    .titlesopra{left:0;max-width:100%;padding-left:30px;padding-right:30px;}
    .titlesopra h1 {font: normal normal 700 40px/40px Rubik;}
    .hdr-sopra{display:none;}
    .fasciacantieri{padding:0;}
    .fasciacantieri .container{width:100%;max-width:100%;}
    .fasciacantieri .container .cantieripadding{padding:30px;}
    #carouselAboutus{position:static;width:100%;margin-top: 12px;}
    .bg-rosso .sfondorosso{padding-top:40px;padding-bottom:40px;}
    .primo_contenuto_sotto_rosso {padding-top:15px;padding-bottom:0;padding-right: calc(var(--bs-gutter-x)/ 2);  padding-left: calc(var(--bs-gutter-x)/ 2);}
    .container{max-width:100%;width:100%;}
     iframe.video {height: 200px}
     .spaziadestra40 {padding-right: 0;}
     .carouselPrincipale .carousel-caption {    bottom: 40px;}

     .logo {left: 10px}
     .menubar.scrolled .logosfondobianco {top: 5px;}

     .colonnafooter {padding-bottom: 15px}
     .colonnafooter p {margin-bottom: 0}
}
@media only screen and (max-width:767.98px) {
    /*body{padding-top:110px;}*/
    .carouselPrincipale .carousel-caption .carousel-title{font: normal normal 700 30px/30px Rubik;}
    .carouselPrincipale .carousel-caption .carousel-subtitle{font: normal normal 400 20px/20px Rubik;}
    h1, .home h1, .titlesopra h1 {font: normal normal 700 30px/30px Rubik;}
    h2, .home h2 {font: normal normal 700 30px/30px Rubik;}
    .testimonianza{font: italic normal 300 20px/20px Rubik;}
    .carouselPrincipale .carousel-caption .carousel-link{padding-right:45px;}
    .carouselPrincipale .carousel-caption .carousel-link::after {width:40px;height:40px;margin-top:-20px;background-size:40px 40px;} 
    #carouselPrincipale1.carouselPrincipale .carousel-item, #carouselPrincipale2.carouselPrincipale .carousel-item, #carouselPrincipale3.carouselPrincipale .carousel-item, #carouselPrincipale4.carouselPrincipale .carousel-item, #carouselPrincipale5.carouselPrincipale .carousel-item, #carouselPrincipale6.carouselPrincipale .carousel-item, .page-template-template_attivita .carouselPrincipale .carousel-item {height:380px;}
    #carouselPrincipale1.carouselPrincipale .carousel-item .carousel-caption, #carouselPrincipale2.carouselPrincipale .carousel-item .carousel-caption, #carouselPrincipale3.carouselPrincipale .carousel-item .carousel-caption, #carouselPrincipale4.carouselPrincipale .carousel-item .carousel-caption, #carouselPrincipale5.carouselPrincipale .carousel-item .carousel-caption, #carouselPrincipale6.carouselPrincipale .carousel-item .carousel-caption{bottom:auto;top:30px;left:0;padding-left:15px;padding-right:15px;transform: translate(0);-webkit-transform: translate(0);-ms-transform: translate(0);}
    .numerocarousel{margin-bottom:10px;}
    .logo{width:120px;}
    .logofooter{display:block;text-align:center;margin:0 auto 20px auto;width:100px;}
    .loghifooter{display:block;text-align:center;margin:0 auto;}
    .loghifooter img{display:block;margin:0 auto;}
    .loghifooter img + img {margin:0 auto;}
    .footer .fxwdt{text-align:center;margin:0 auto;}
    .page-template-template_attivita #carouselPrincipale1{height:300px;}
    .titlesopra{position:static;padding:15px;max-width:100%;}
    .titlesopra h1{color: #000;text-shadow: 0px 0px 0px #00000000;padding-right:0;}
    .titlesopra .titolobarretta{color: #b2b2b2;text-shadow: 0px 0px 0px #00000000;padding-right:0;}
    .titlesopra .titolopagina.titolobarretta::after{background-color:#b2b2b2;}
    .padfix{padding:0 15px;}
    .footer{padding-top:30px;padding-bottom:30px;}
    .footersotto .text-end {text-align:left !important;}
    .columnslink .col-12.col-sm-12.col-md-2.relative{padding-bottom:60px;}
    .float-end.prtnrfooter{float: none !important;margin:15px 0 0 0;}
    .mrtpmnbr {margin-top: 0;}
    .gmappa{border-radius:0 !important;margin-top:5px;border: 0 solid rgba(0,0,0,0) !important;}
    .sedibox.card{border-radius:20px !important;}
    .sistemapadding{padding-left:0 !important;padding-right:0 !important;}
    .taxonomy-list li{display:block;margin:10px 0 0 0 !important;padding:10px 0 0 0 !important;}
    .taxonomy-list li a.py-2 {padding-top: .2rem !important;padding-bottom: .2rem !important;}
    .taxonomy-list li + li::before{content:"";background-color:#DEDEDE;display:inline-block;height:2px;width:20px;top:0;left:50%;margin-left:-10px;}
    iframe.video {height: 300px}
    #myTabHome li {width: 100%;}
    .numerino h5 { text-align: center;}
    .elenco_numeri {padding-top: 30px}

    .social {top:0}
}

@media only screen and (max-width:639.98px) {
    iframe.video {height: 200px}

    .titolocantieri {font: normal normal bold 32px / 40px Rubik;}

    .carouselPrincipale .carousel-caption .carousel-subtitle {margin-top: 20px}
}

@media (min-width: 576px) {
  .col-sm-15 {
    flex: 0 0 auto;
    width: 20%;
  }
}