@charset "utf-8";
/* CSS Document */

body {
  color: #8c8c8c;
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
a{
  color: #ce1318;
}
a:hover,a:focus,a:active{
  color: #ce1318;
  opacity: 0.8;
}
a:hover {
  text-decoration: none
}

.h-nav-desk {
  height: 94px/*150px*/;
}

.altobasso {
  text-transform: none;
}

.img100 {
  width: 100%;
}

.imgh100 {
  height: 100%;
}
#arrow-scroll-down{
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform:translate(-50%,150%);
          transform:translate(-50%,150%);
  background-color:#ce1318;
  width: 60px;
  height: 60px;
  border-radius:50%;
  z-index: 999999999;
  overflow: hidden;
  transition: 1s ease-out;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.5);
  cursor: pointer;
}
@media screen and (max-width:1024px) {
  /*#arrow-scroll-down{
    display: none;
  }*/
}

#arrow-scroll-down.show{
  -webkit-transform:translate(-50%,50%);
          transform:translate(-50%,50%);
  opacity: 1;
}
#arrow-scroll-down:after{
  content:"\f107";
  position: absolute;
  color:#fff;
  top: 15%;
  left: 50%;
  -webkit-transform:translate(-50%,0%) scale(1);
          transform:translate(-50%,0%) scale(1);
  font-family:FontAwesome;
  font-size:1.5rem;
  line-height:1rem;
  /*-webkit-animation:scroll-down infinite 1.5s ease-out;
          animation:scroll-down infinite 1.5s ease-out;*/
  opacity:1;
}
@-webkit-keyframes scroll-down {
  0% {
    opacity:1;
    -webkit-transform:translate(-50%,-200%) scale(1);
            transform:translate(-50%,-200%) scale(1);
  }
  50% {
    opacity:1;
    -webkit-transform:translate(-50%,0%) scale(.85);
            transform:translate(-50%,0%) scale(.85);
  }
  100% {
    opacity:0;
    -webkit-transform:translate(-50%,200%) scale(.7);
            transform:translate(-50%,200%) scale(.7);
  }
}
@keyframes scroll-down {
  0% {
    opacity:0;
    -webkit-transform:translate(-50%,-200%) scale(1);
            transform:translate(-50%,-200%) scale(1);
  }
  50% {
    opacity:1;
    -webkit-transform:translate(-50%,0%) scale(.85);
            transform:translate(-50%,0%) scale(.85);
  }
  100% {
    opacity:0;
    -webkit-transform:translate(-50%,200%) scale(.7);
            transform:translate(-50%,200%) scale(.7);
  }
}
/*paginazione*/

.paginazione-risultati-ricerca {
  position: absolute;
  bottom: 0;
}

.paginazione-risultati-ricerca .page-first, .paginazione-risultati-ricerca .page-previous, .paginazione-risultati-ricerca .page-next, .paginazione-risultati-ricerca .page-last, .paginazione-risultati-ricerca .active {
  color: #ce1318;
}

.paginazione-risultati-ricerca a {
  color: grey;
  padding: 0 10px;
}

.paginazione-risultati-ricerca a:hover {
  -webkit-text-decoration: uderline;
  text-decoration: uderline;
}

.divisore-paginazione:after {
  content: "|";
}

.pagine-paginazione .divisore-paginazione:last-child:after {
  content: "";
}

/*ruota mobile*/

#rotate-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999
}

@media only screen and (min-aspect-ratio: 13/9) and (max-device-width: 736px) {
  #rotate-mobile {
    display: block
  }
  #rotate-mobile:before {
    content: '\f10b';
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px;
    font-size: 100px;
    font-family: FontAwesome;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation-name: ruota-mob;
    animation-name: ruota-mob;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  #rotate-mobile:after {
    content: 'Questo sito è ottimizzato per la navigazione verticale \A per favore, girami!';
    color: #fff;
    white-space: pre;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 40px
  }
}

@-webkit-keyframes ruota-mob {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes ruota-mob {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

/* fine ruota mobile*/

/*
.navbar {height: 86px;font-family: 'Oswald', sans-serif; color: #58595b; font-size: 0.81rem; font-weight: 400; letter-spacing: 0.2rem; -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3); box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);}
.brand-left {position: absolute; right: 50%; margin-right: 40px;}
.brand-right {position: absolute; left: 50%; margin-left: 40px;}
.navbar-brand {position: absolute; left: 50%; margin-left: -39px;}
.navbar-toggleable-md .navbar-nav .nav-link {padding-left: 1.5rem; padding-right:1.5rem;}
.bg-faded {background: #fff;}
.navbar-light .navbar-nav .nav-link { color: #58595b;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #ce1318;}
.dropdown-item {color: #58595b; font-weight: 300; font-size: 0.81rem}
*/

.clear {
  clear: both;
  display: block;
  width: 100%;
}

#navigazione .collapse .sottomenu-soluz {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 0.9rem;
}

#navigazione .sottomenu-soluz a {
  letter-spacing: 3px;
  font-size: 12px;
}

#navigazione .collapse .sottomenu-soluz a, #navigazione .collapsing .sottomenu-soluz a {
  padding: 3px 15px;
  color: #58595B;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

#navigazione .collapse a:hover, #navigazione .collapsing a:hover {
  text-decoration: none;
  color: #ce1318;
}

#navigazione .collapsing {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 0.9rem;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

#navigazione {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

nav {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: 300;
  max-width: 1600px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.81rem;
  letter-spacing: 0.2rem;
}

.navbar {
  padding: 0.2rem 0rem;
}
.navbar-mobile{
  position: absolute;
  top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#navigazione.bgwhite {
  background-color: white!important
}

#navigazione.bgwhite .navbar-light .navbar-nav .nav-link {
  color: #58595B
}

#navigazione.bgwhite .navbar-light .navbar-nav .nav-link:hover, #navigazione .navbar-light .navbar-nav .nav-link.active {
  color: #ce1318
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

#navigazione {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#navigazione:hover {
  background: rgba(255, 255, 255, 1);
}

#navigazione:hover .nav-link {
  color: #58595B;
}

#navigazione.menu-sticky {
  background: rgba(255, 255, 255, 1);
  /*-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);*/
  /*-webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;*/
}

.menu-sticky .navbar-nav .nav-link {
  color: #58595B;
}

.navbar-brand img {
  width: 78px;
	height: 78px;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.menu-sticky .navbar-brand img {
  width: 40px;
  height: 40px
}

.navbar a[aria-expanded="true"] {
  color: #ce1318;
}

.menu-sticky .navbar-light .navbar-nav .nav-link:focus {
  color: #58595B;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}

.nav-social-icon {
  opacity: .5;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.nav-social-icon:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.nav-social-icon.square {
  max-width: 16px;
	width:16px;
	height: 16px;
}

.nav-social-icon.rectangle {
  max-width: 64px;
}

.navbar.hidden-lg-up {
  padding: 0;
}

.navbar.hidden-lg-up .navbar-brand {
  padding: .25rem;
  margin: 0;
  /*border-bottom: 1px solid #f0f0f0;*/
  width: 70px;
}

.navbar.hidden-lg-up .navbar-brand img {
  width: 60px;
height: 60px;
}

.navbar.hidden-lg-up .navbar-toggler {
  padding: 6px;
  border-radius: 0;
  top: 20px;
  right: 13px;
  border: none;
  outline: none!important;
  height: 28px;
}

.navbar.hidden-lg-up .navbar-nav .nav-item {
  border-bottom: 1px solid #e2e3df;
}

.navbar.hidden-lg-up .navbar-nav .nav-link {
  padding: 15px;
  font-size: 14px;
  position: relative;
}

.navbar.hidden-lg-up .dropdown-item {
  font-size: 14px;
  font-weight: 300;
  padding: 10px 21px;
  border-bottom: 1px solid #f0f0f0;
}

.navbar.hidden-lg-up .dropdown-menu {
  border-radius: 0;
  border: none;
}

.navbar.hidden-lg-up .navbar-nav .nav-link:before {
  width: 45px;
  text-align: center;
}

.navbar.hidden-lg-up .navbar-nav .nav-link[aria-expanded="false"]:before {
  content: "\e803";
  font-family: "Fontello";
  font-size: 27px;
  line-height: 21px;
  position: absolute;
  top: 15px;
  right: 0;
}

.navbar.hidden-lg-up .navbar-nav .nav-link[aria-expanded="true"]:before {
  content: "\e806";
  font-family: "Fontello";
  font-size: 15px;
  line-height: 21px;
  position: absolute;
  top: 15px;
  right: 0;
}

.navbar.hidden-lg-up .navbar-nav .dropdown-item {
  background: #fff;
}

.navbar-light.navbar.hidden-lg-up .navbar-nav .nav-link {
  color: #58595B;
}

@media (min-width: 1201px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 1200px) {
  .h-nav-desk {
    height: 80px;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  #navigazione .sottomenu-soluz a {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .h-nav-desk {
    height: 0px;
  }
}

.col-rosso {
  color: #ce1318;
  font-weight: 700;
}

.apice {
  font-size: 60% !important;
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: super;
}

.pedice {
  font-size: 60% !important;
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mw1600 {
  max-width: 1600px;
  margin: 0 auto;
}

.mw400 {
  max-width: 400px;
  margin: 0 auto;
}

.mw600 {
  max-width: 600px;
  margin: 0 auto;
}

.mw900 {
  max-width: 900px;
  margin: 0 auto;
}

.mw1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.mw1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.mw1300 {
  max-width: 1300px;
  margin: 0 auto;
}

.padding-0 {
  padding: 0;
}

.img100 {
  width: 100%;
}

.news-home {
  background: #f0f0f0;
  padding-bottom: 30px;
  padding-top: 30px;
}

.ricerca-magazine {
  margin: 0 auto 40px auto;
  max-width: 300px;
}

.ricerca-pg-risultati {
  margin: auto;
  max-width: 300px;
}

.ricerca-sidebar {
  width: 100%;
}

.campo-ricerca {
  font-size: 18px;
  line-height: 26px;
  padding: 6px;
  font-family: "Oswald", sans-serif;
  width: 100%;
}

.btn-ricerca {
  background: #ce1318;
  color: #fff;
  font-family: "Oswald", sans-serif;
  border: none;
  font-size: 18px;
  line-height: 26px;
  padding: 6px;
  width: 100%;
  border: 2px solid #ce1318;
  cursor: pointer;
}

.blocco-risultati-ricerca .element-item {
  width: 50%
}

.p-pulsante {
  margin-bottom: 0;
  z-index: 10
}

.pulsante {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: inherit;
  background: none;
  cursor: pointer;
  padding: 6px 20px;
  /*padding: 6px 18px 6px 9px;*/
  display: inline-block;
  margin: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  border: 1px solid #ce1318;
  color: #ce1318;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pulsante span {
  position: relative;
  z-index: 2;
}

.pulsante:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ce1318;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}

.pulsante:before {
  font-family: 'Fontello';
  content: "\e802";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  height: 100%;
  line-height: 38px;
  color: #fff;
  right: 30%;
  opacity: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.pulsante:hover, .pulsante:active {
  color: #fff;
  text-decoration: none;
}
.pulsante:focus {
text-decoration: none;
}
.pulsante:hover:after, .pulsante:active:after {
  width: 100%;
}

.pulsante:before {}

.pulsante:hover:before {
  right: 3%;
  opacity: 1
}

.pulsante-viola {
  border: 1px solid #fff;
  color: #fff;
}

.pulsante-white {
  border: 1px solid #fff;
  color: #fff;
}

.pulsante-viola:after {
  background: #283258;
}

#footer {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #e2e3df;
  line-height: 1.2rem;
  font-size: 0.9rem;
}

#footer p {
  margin-bottom: 0;
}

#footer a {
  color: #858585;
  /*font-weight: 700;*/
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: underline;
}

#footer a:hover, #footer a:focus, #footer a:active {
  color: #ce1318;
  text-decoration: none;
}

#footer img {
  /*width: 71px;
  height: 56px;
  display: inline-block;
  padding-right: 15px;*/
}

#footer span {
  text-align: right;
  display: inline-block;
}
.footer-col{
  margin-top:1.5rem;
}

.hp-news {
  /*margin-top: -70px;*/
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 100%;
  background-color: #fff;
  /*-webkit-transform: translateY(-35px);
  transform: translateY(-35px);*/
}

.hp-news:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

.hp-news-img {
  position: relative;
}

.hp-news-img img {
  width: 100%;
}

.hp-news-img .tag-news {
  position: absolute;
  top: 10px;
  left: 0;
  background: #f0f0f0;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 3px 9px;
  font-size: 0.93rem;
}

.hp-news-intro {
  background: #fff;
  padding: 15px;

  padding-bottom: 70px;
}

.hp-news-intro h2 {
  font-weight: 300;
  color: #000;
}
.hp-news-intro p {
  margin-bottom: 0;
}

.hp-news-intro .p-pulsante {
  position: absolute;
  bottom: 0;
  right: 15px;
  margin-right: 15px;
}

.punto-rosso {
  height: 10px;
  width: 10px;
  background: #ce1318;
  display: inline-block;
}

.container-hp-project {
  background: #b0b0b0/*8c8c8c*/;
  /*min-height: 100vh;*/
  padding-bottom: 30px;
}

.hp-projects {
  margin-top: -20%;
  width: 100%;
}

.txt-hp-project {
  max-width: 600px;
  padding: 0 15px;
  color: #fff;
  border-left: 1px solid #ce1318;
  margin-left: 30px;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 18px;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
}

h3.hp-ultimi-prog {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  padding-left: 6px;
  border-left: 1px solid #ce1318;
  padding-bottom: 50px;
}

h3.hp-ultimi-prog span {
  color: #ce1318;
  font-weight: 900;
}

.owl-nav {
  width: 100px;
  margin-top: 6px;
}

.owl-nav .disabled {
  opacity: 0.6;
}
#customNav-selectedProjects{
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(50%);
}

.owl-carousel:hover .owl-prev {
	background: rgba(255,0,0,0.7);

}

.owl-carousel:hover .owl-next {
	background: rgba(255,0,0,0.7);

}

.owl-prev, .owl-next {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 2px;
  /*background: #ce1318;*/
}

.owl-prev:hover, .owl-next:hover {
  background: #000;
}

.owl-next i.icon-freccia-dx:before, .owl-prev i.icon-freccia-sx:before {
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  margin: 0;
}

.owl-next:hover i.icon-freccia-dx:before, .owl-prev:hover i.icon-freccia-sx:before {
  color: #ce1318;
}

.owl-prev, .owl-next, .owl-next i.icon-freccia-dx:before, .owl-prev i.icon-freccia-sx:before {
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.hp-projects .owl-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hp-projects .owl-item.active {
  opacity: 1
}

.hp-projects .owl-item .dati-prog-carosello {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hp-projects .owl-item .dati-prog-carosello .concetto {
  color: #ce1318;
}

.hp-projects .owl-item.active .dati-prog-carosello {
  opacity: 1
}

#conta-item {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  line-height: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
}

#conta-item span {
  position: relative;
  padding: 0 10px;
}

#conta-item span:after {
  content: "";
  width: 1px;
  height: 48px;
  background: #f00;
  position: absolute;
}

.carosello-pro {
  width: 160%;
}

.caro-hover {
  position: relative;
}

.caro-hover {
  position: relative;
}

.caro-hover a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.caro-hover a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.caro-hover a:before {
  content: "continua";
  width: 100px;
  height: 40px;
  text-align: center;
  background: #ce1318;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -25px 0 0 -50px;
  opacity: 0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.caro-hover a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(30px) skewY(0deg);
  transform: translateX(0px) translateY(30px) skewY(0deg);
}

#solarlab-home {
  color: #fff;
  background:url(https://www.baraclit.it/gestione/img/sito/solarlab-home-2.jpg) left center no-repeat #040507;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

#solarlab-home iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#solarlab-home h2 {
  color: #fff;
  /*color: #283258;*/
  font-size: 54px;
  font-weight: 300;
}

#solarlab-home h2 .tit-big {
  font-size: 72px;
  display: block;
  font-weight: 900;
}

.bg-bianco {
  background: #fff;
}

#home-cp {
  position: relative;
  padding-top: 150px;
}

#home-cp .row {
  margin-top: -70px;
}

#home-cp h2 {
  font-size: 57px;
  font-weight: 900;
  text-transform: uppercase;
}

#home-cp h2 span.tit-profile {
  font-size: 120px;
  line-height: 80px;
  margin-bottom: 30px;
  font-weight: 300;
  display: block;
  margin-left: -2%;
}

.home-cp-sx, .home-cp-dx {
  margin-top: -100px;
}

.home-cp-sx>div {
  max-width: 670px;
  float: right;
  padding: 0 30px 30px 30px;
  background: #f0f0f0;
  margin-top:-20px
}

.home-cp-dx img:first-child {
  width: 50%;
}

.home-cp-dx img:last-child {
  width: 90%;
}

.mar-bot-30 {
  margin-bottom: 30px;
}

#home-cp img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#home-cp img:hover {
  /*-moz-transform: scale(1.01);
-webkit-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);*/
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

.anima-rigo-cp {
  position: relative;
  padding: 10px 0;
  margin: 10px auto;
}

.anima-rigo-cp:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #f5f5f5;
  background: rgba(197, 197, 197, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.anima-rigo-cp:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #f5f5f5;
  background: rgba(197, 197, 197, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.animated.anima-rigo-cp:before, .animated.anima-rigo-cp:after {
  width: 100%;
}

.pg-home .read-story-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer
}

.pg-home .pulse-wrapper {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.pg-home .inner-story-button img {
  position: absolute;
  width: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.pg-home .read-story .read-story-button .inner-story-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  border-radius: 100%
}

.pg-home .pulse {
  background-color: #ce1318;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  opacity: .2
}

.pg-home .pulse.pulse-1 {
  -webkit-animation: pulse-animation-home 3s infinite;
  animation: pulse-animation-home 3s infinite
}

.pg-home .pulse.pulse-2 {
  -webkit-animation: pulse-animation-home 3s infinite;
  -webkit-animation-delay: -.7s;
  animation: pulse-animation-home 3s infinite;
  animation-delay: -.7s
}

.pg-home .pulse.pulse-3 {
  -webkit-animation: pulse-animation-home 3s infinite;
  -webkit-animation-delay: -1.4s;
  animation: pulse-animation-home 3s infinite;

  animation-delay: -1.4s
}

.pg-home .inner-story-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 100%;
  border: 1px solid #ce1318;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center
}

.pg-home .inner-story-button:before {
  content: "\e807";
  font-family: "Fontello";
  font-size: 12px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  color: #fff;
  font-weight: 300;
  display: inline-block
}

.pg-home .circle-hover-white {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  stroke-dasharray: 201.072px;
  stroke-dashoffset: 201px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.read-story-button:hover .circle-hover-white {
  stroke-dasharray: 201.072px;
  stroke-dashoffset: 0
}

@-webkit-keyframes pulse-animation-home {
  0% {
    opacity: 0;
    -webkit-transform: scale(.25)
  }
  25% {
    opacity: .65
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1)
  }
}

@keyframes pulse-animation-home {
  0% {
    opacity: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25)
  }
  25% {
    opacity: .65
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.pg-home .spotsoluzioneattiva .barretta:before {
  height: 168px
}

.pg-home .nomesoluzione {
  bottom: 35px;
  width: 300px
}

.pg-home .nomesoluzione h3 {
  font-size: 24px;
  color: #ce1318;
  margin-bottom: 0
}

.pg-home .nomesoluzione h4 {
  font-size: 10px;
  display: inline-block;
  background: #ce1318;
  color: #fff;
  padding: 3px 9px;
  letter-spacing: 9px;
  margin-bottom: 3px;
  text-transform: uppercase
}

.pg-home .nomesoluzione p {
  font-size: 18px;
  color: #8c8c8c;
  margin-bottom: 0;
  font-weight: 300
}

.pg-home .nomesoluzione p.p-pulsante {
  font-size: .8rem
}

.pg-home .nomesoluzione p.p-pulsante .pulsante:before {
  font-size: .75rem;
  line-height: 32px
}

.pg-home .lista {
  /*margin-top: 70px;*/
    position: relative;
    padding: 50px 0 50px 0;
}
@media screen and (max-width:1024px) {
  .pg-home .lista {
    margin-top: 30px;
      padding:0;
  }
}
/*.pg-home .descrizione {
  display: none
}*/
.pos-rel.scroll-top{
  height: 50px;
}
#scroll-top {
  position: /*fixed*/
  absolute;
  bottom: 0;
  right: 30px;
  background: rgba(206, 19, 24, 0.8);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  z-index: 3;
  color: #fff;
  font-size: 21px;
  display: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase
}

@media screen and (max-width: 1200px) {
  .pg-home .hp-news-intro h2 {
    font-size: 21px
  }
  .pg-home .intro-txt-news-hp {
    display: none
  }
}

@media screen and (max-width: 991px) {
  .pg-home .txt-hp-project {
    font-size: 15px
  }
  .pg-home .hp-projects {
    margin-top: 10%
  }
  .pg-home #home-cp h2 span {
    font-size: 30px;
    line-height: 30px
  }
  .pg-home #home-cp h2 span.tit-profile {
    font-size: 60px;
    line-height: 40px
  }
  .pg-home #solarlab-home h2 {
    font-size: 30px;
    line-height: 30px
  }
  .pg-home #solarlab-home h2 .tit-big {
    font-size: 45px;
    line-height: 45px
  }
  .pg-home #soluzioni-home .item {
    width: 100%
  }
  .pg-home .titolosoluzioni {
    padding-top: 0;
    height: 0
  }
  .pg-home #solarlab-home {
    background-size: cover
  }
}

@media screen and (max-width: 768px) {
  .pg-home .titolosoluzioni{
    padding-top: 50px;
    margin-bottom: 80px;
  }
  .pg-home .lista{
    margin-top: 30px;
  }
  .lista li{
    width: 20%;
  }
  
  #header-lavora {
    height: 80vh!important;
    }
    
    .tit-header-bpower {top:40%!important}
}
@media screen and (max-width: 767px) {
  body .animsition{
    padding-top: 70px;
  }
  .pg-home .lista li {
    width: 33.333333%;
    float: left;
    line-height: 21px;
    display: block;
    font-size: 12px
  }
  .pg-home .lista li img {
    display: none
  }
  .pg-home .livello-testo-parag {
    display: none!important
  }
}

@media screen and (max-width: 575px) {
  .home-news-column:nth-child(odd){
    margin: 50px 0;
  }
  .hp-news {
    margin-top: 15px;
  }
  .home-cp-dx {
    margin-top: 0px;
  }
}

/* singola soluzione */

.pg-soluzione h2 {
  font-size: 3.75rem;
  color: #ce1318;
  font-weight: 300;
}

.pg-soluzione #navigazione, .pg-header-bianco #navigazione {
  background: #fff;
}

.pg-soluzione .navbar-light .navbar-nav .nav-link, .pg-header-bianco .navbar-light .navbar-nav .nav-link {
  color: #58595B;
}

#header-soluz {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#header-soluz #header-soluz-img {
  position: absolute;
  /*top: 0%; left: 0%;*/
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  height: 100%;
  width: 100%;
  -webkit-animation-name: zoom-img;
  animation-name: zoom-img;
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.tit-header-soluz {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.tit-header-soluz h1 {
  font-size: 5.25rem;
  line-height: 6rem;
  color: #ce1318;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0
}

.tit-header-soluz h2 {
  font-size: 30px;
  line-height: 3rem;
  color: #525458;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0
}

.tit-header-soluz h3 {
  font-size: 30px;
  line-height: 2.2rem;
  color: #525458;
  font-weight: 300;
  margin-bottom: 0;
  width: 80vw
}

@-webkit-keyframes zoom-img {
  from {
    -webkit-transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(1deg);
  }
}

@keyframes zoom-img {
  from {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
  }
}

#scroll-giu {
  width: 55px;
  height: 55px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto 0;
}

#puntini {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dotted #ce1318;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#scroll-giu svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#righino {
  width: 1px;
  height: 54px;
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

#righino:before {
  content: '';
  background: #ce1318;
  width: 2px;
  height: 100px;
  display: block;
  position: absolute;
  -webkit-animation-name: righino-scr;
  animation-name: righino-scr;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#puntini:after {
  font-family: 'Fontello';
  content: "\e803";
  color: #ce1318;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  line-height: 54px;
  font-size: 32px;
  -webkit-animation-name: scrollgiu;
  animation-name: scrollgiu;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes scrollgiu {
  0% {
    top: 40%;
    opacity: 0;
  }
  10% {
    top: 40%;
    opacity: 0;
  }
  40% {
    top: 70%;
    opacity: 1;
  }
  50% {
    top: 70%;
    opacity: 0;
  }
  100% {
    top: 70%;
    opacity: 0;
  }
}

@keyframes scrollgiu {
  0% {
    top: 40%;
    opacity: 0;
  }
  10% {
    top: 40%;
    opacity: 0;
  }
  40% {
    top: 70%;
    opacity: 1;
  }
  50% {
    top: 70%;
    opacity: 0;
  }
  100% {
    top: 70%;
    opacity: 0;
  }
}

@-webkit-keyframes righino-scr {
  0% {
    top: -100px;
    opacity: 0;
  }
  10% {
    top: -100px;
    opacity: 0;
  }
  40% {
    top: 100px;
    opacity: 1;
  }
  50% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: -54px;
    opacity: 0;
  }
}

@keyframes righino-scr {
  0% {
    top: -100px;
    opacity: 0;
  }
  10% {
    top: -100px;
    opacity: 0;
  }
  40% {
    top: 100px;
    opacity: 1;
  }
  50% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: -54px;
    opacity: 0;
  }
}

.descrizione-soluz {
  /*background:url(https://www.baraclit.it/gestione/img/sito/descr-aliant.jpg) center center no-repeat;*/
  position: relative;
  padding: 60px 0 30px;
}

.descrizione-soluz h3 {
  font-size: 1.25rem;
  color: #ce1318;
}

.blocco-righino {
  padding-left: 30px;
}

.blocco-righino:before {
  content: "";
  width: 2px;
  height: 100px;
  background: #ce1318;
  display: block;
  position: absolute;
  left: 30px;
  ;
  top: 10px;
}

.tecnologia-soluz {
  padding: 100px 0 60px;
  position: relative;
}

.tecnologia-soluz-aliant {
  background:url(https://www.baraclit.it/gestione/img/sito/aliant-bg-tecnologia.jpg) center center no-repeat;
}

#soluz-tec-img {
  position: absolute;
  top: 0;
  left: 0;
}

.soluz-tooltip {
  height: 100vh;
  position: relative;
}

.soluz-tooltip h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.soluz-vantaggi {
  padding: 100px 0 100px 0;
}
.soluz-vantaggi .blocco-ico-rosse >div {
  margin-top: 30px;
}

.soluz-vantaggi-carosello {
  padding: 20px 0 80px 0;
}

.soluz-vantaggi .owl-carousel {
  max-width: 800px;
  margin: 0 auto;
}

#titoli-attivi {
  color: #ce1318;
  text-align: center;
  font-weight: 700;
}

.owl-vantaggi .owl-item {
  padding: 20px;
  text-align: center;
}

.owl-vantaggi .owl-item img {
  width: 60%;
  margin: auto
}

.owl-vantaggi .owl-item h3 {
  color: #ce1318;
  font-weight: 300;
  font-size: 1.4rem;
  display: inline-block;
  border-left: 2px solid #ce1318;
  padding-left: 10px;
}

.owl-vantaggi .owl-dots, .owl-vantaggi .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-vantaggi .owl-nav {
  margin-top: 10px
}

.owl-vantaggi .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-vantaggi .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-vantaggi .owl-nav .disabled {

  opacity: .5;
  cursor: default
}

.owl-vantaggi .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-vantaggi .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  padding-right: 50px;
  position: relative;
}

.owl-vantaggi .owl-dots .owl-dot:last-child {
  padding-right: 0px;
}

.owl-vantaggi .owl-dots .owl-dot:before {
  content: '';
  height: 1px;
  width: 44px;
  position: absolute;
  top: 10px;
  left: 24px;
  display: block;
  background: #dbdbdb;
}

.owl-vantaggi .owl-dots .owl-dot:last-child:before {
  display: none;
}

.owl-vantaggi .owl-dots .owl-dot span {
  width: 21px;
  height: 21px;
  margin: 0px;
  background: #fff;
  border: 1px solid #575756;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-vantaggi .owl-dots .owl-dot.active span, .owl-vantaggi .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 1px solid #ce1318;
  position: relative
}

.owl-vantaggi .owl-dots .owl-dot.active span:after, .owl-vantaggi .owl-dots .owl-dot:hover span:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #ce1318;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ava-ind-owl-vant {
  position: relative;
}

.ava-ind-owl-vant img {
  max-width: 100%;
  opacity: 0.5;
}

.freccia-vantaggi {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #ce1318;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#avanti .freccia-vantaggi {
  left: auto;
  right: 30px;
}

.deco-freccia-vantaggi {
  width: 64px;
  height: 64px;
  background: url(https://www.baraclit.it/gestione/img/sito/deco-freccia-vantaggi.svg) 0 0;
  position: absolute;
  top: 50%;
  left: 25px;
  /*transform: translate(0%, -50%);*/
  margin-top: -32px;
}

#avanti .deco-freccia-vantaggi {
  left: auto;
  right: 25px;
}

.freccia-vantaggi:before {
  font-family: 'Fontello';
  content: "\e800";
  display: block;
  color: #ce1318;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#avanti .freccia-vantaggi:before {
  content: "\e801";
}

.deco-rigo-vantaggi {
  width: 70%;
  height: 25px;
  background: url(https://www.baraclit.it/gestione/img/sito/deco-fr-ind.svg) center right no-repeat;
  position: absolute;
  top: 50%;
  left: 95px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#avanti .deco-rigo-vantaggi {
  background: url(https://www.baraclit.it/gestione/img/sito/deco-fr-ava.svg) center left no-repeat;
  left: auto;
  right: 95px;
}

.ava-ind-owl-vant:hover .freccia-vantaggi {
  background: #ce1318;
}

.ava-ind-owl-vant:hover .freccia-vantaggi:before {
  color: #fff;
  padding-right: 9px;
}

#avanti.ava-ind-owl-vant:hover .freccia-vantaggi:before {
  padding-left: 9px;
  padding-right: 0;
}

#tit-vant-indietro {
  position: absolute;
  top: 50%;
  margin-top: 50px;
  left: 35px;
  color: #ce1318;
  font-size: 1rem
}

#tit-vant-avanti {
  position: absolute;
  top: 50%;
  margin-top: 50px;
  text-align: right;
  right: 35px;
  color: #ce1318;
  font-size: 1rem
}


.ava-ind-owl-vant:hover .deco-freccia-vantaggi {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.didascalia-produzione {
  font-weight: 400;
  font-size: 14px;
  color: #8c8c8c;
  padding-top: 5px;
  margin-bottom: 0;
  height: 60px;
}
.didascalia-produzione span{
  font-weight: 700;
  font-size: 16px;
  background-color: #ce1318;
  padding: 2px 4px;
  margin-bottom: 0;
  height: 60px;
  color: #fff;
  line-height: 2;
  margin-right: 5px;
}

#soluzioni-home {
  overflow: hidden;
  /*padding-bottom: 50px;*/
}

#soluzioni-home .pulsa {
  width: 40px;
  height: 40px;
  padding: 4px;
}


#altre-soluz {
  margin-top: 50px;
}

.altra-soluz>a, .altra-soluz>a:hover {
  text-decoration: none
}

.altra-soluz>a>div {
  padding: 40px 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.altra-al-spazio {
  background: url(https://www.baraclit.it/gestione/img/sito/bot-spazio.png) center center no-repeat #f5f5f5;
}

.altra-al-shed {
  background: url(https://www.baraclit.it/gestione/img/sito/bot-shed.png) center center no-repeat #f5f5f5;
}

.txt-altre-soluz {
  position: relative;
  padding-left: 140px;
}

.txt-altre-soluz:before {
  content: '';
  width: 1px;
  height: 80px;
  display: block;
  background: #ce1318;
  position: absolute;
  top: 50%;
  left: 125px;
  margin-top: -40px;
}

.txt-altre-soluz span {
  display: block;
}

.txt-altre-soluz span.altre-scopri {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #ce1318;
}

.txt-altre-soluz span.altre-nome {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #c0c0c0;
}

.txt-altre-soluz span.altre-concetto {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: #ce1318;
}

.frec-altre-soluz {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -50px;
  border: 3px solid #c0c0c0;
  border-radius: 50%;
}

.frec-altre-soluz:before {
  font-family: 'Fontello';
  content: "\e800";
  color: #c0c0c0;
  display: block;
  font-size: 90px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 0;
}

.frec-altre-soluz, .frec-altre-soluz:before {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.altra-soluz:last-child .frec-altre-soluz {
  left: auto;
  right: 20px;
}

.altra-soluz:last-child .txt-altre-soluz {
  padding-left: 0px;
  padding-right: 140px;
  float: right;
}

.altra-soluz:last-child .frec-altre-soluz:before {
  content: "\e801";
}

.altra-soluz:last-child .txt-altre-soluz:before {
  left: auto;
  right: 125px;
  margin-top: -40px;
}

.altra-soluz>a:hover .frec-altre-soluz {
  border-color: #ce1318;
}

.altra-soluz>a:hover .frec-altre-soluz:before {
  padding-right: 10px;
  color: #ce1318;
}

.altra-soluz:last-child>a:hover .frec-altre-soluz:before {
  padding-left: 10px;
}

.altra-soluz>a:hover>div {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

.tit-altre {
  color: #ce1318;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  padding: 60px 0 30px 0;
}

.pg-soluzione .una-soluz h2 {
  font-size: 32px;
}
@media (max-width:768px) {
  .tecnologia-soluz{
    padding: 60px 0 0;
  }
  .soluz-img-tecnologia{
    background-color: #fff;
    width: 100vw;
    max-width: 100vw;
    margin-left: -45px;
    margin-top: 0px;
    padding: 30px;
  }
  .anima-rigo-cp {
    position: relative;
    padding: 10px 0 0;
    margin: 10px auto 0;
  }
}
@media (max-width:767px) {
  .mob-experience-title{
    padding-top: 70px;
  }
  .anima-rigo-cp:after{
    display: none;
  }

  .soluz-vantaggi {
  padding: 20px 0 20px 0;
}
}

/* pagina projects */

#navigazione {
  border-bottom: 1px solid #e2e3df
}

.tit-projects {
  color: #ce1318;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.tit-projects:before {
  content: "";
  background: #e2e3df;
  height: 1px;
  width: 700px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -350px;
  ;
  z-index: 1;
}

.tit-projects span {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.txt-projects {
  max-width: 900px;
  font-size: 20px;
  margin: 0 auto 80px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 15px
}

#filtro-prog {
  margin-bottom: 90px;
  /*background: #fff;*/
  border-top: 1px solid #e2e3df;
  border-bottom: 1px solid #e2e3df;
  position: relative;
}

#filtro-prog:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #f0f0f0;
  z-index: -1
}

#filtro-prog-select {
  padding-bottom: 45px;
  padding-top: 45px;
  margin-bottom: 15px;
  font-weight: 300;
  background: #f0f0f0;
  border-bottom: 1px solid #e2e3df;
}

#filtro-prog-select select, #filtro-prog-select option {
  font-weight: 300;
  font-family: "Lato", sans-serif
}

#filtro-prog-select option {
  padding: 6px 2px;
}

.lista-filtri-proj {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}

.lista-filtri-proj li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.lista-filtri-proj li:first-child button.button, .lista-filtri-proj li:nth-child(2) button.button {
  border-left: none;
}

.lista-filtri-proj li:first-child p {
  margin: 0;
  padding: 0;
}

.lista-filtri-proj li:first-child:before {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  background: #ce1318;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 15px;
}

.lista-filtri-proj li:first-child:after {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #ce1318;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 100%;
  left: -15px
}

.lista-filtri-proj li:nth-child(2):after {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #e2e3df;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
}

.lista-filtri-proj li:last-child:after {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #e2e3df;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -100px;
}

.lista-filtri-proj li button.button {
  display: block;
  padding: 30px 15px;
  border: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  background: #fff;
  border-left: 1px solid #e2e3df;
  color: #8c8c8c;
}

.lista-filtri-proj li button span {
  display: block;
  color: #ce1318;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 3px;
  position: relative;
  padding: 2px 6px 2px 2px;
  z-index: 2;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.lista-filtri-proj li button span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  background: #ce1318;
  width: 1px;
  height: 13px;
  z-index: -1
}

.lista-filtri-proj li button:hover span {
  color: #fff;
}

.lista-filtri-proj li button:hover span:before {
  width: 100%;
}

.flotta-filt-proj {
  float: left
}

.pg-projects .button {}

.pg-projects .button:focus {
  outline: none;
}

.pg-projects .button:hover {}

.pg-projects .button:active, .button.is-checked {}

.pg-projects .button.is-checked {}

.pg-projects .button.is-checked span, .pg-projects .button:active span {
  color: #fff;
}

.pg-projects .button.is-checked span:before, .pg-projects .button:active span:before {
  width: 100%;
}

.pg-projects .button-group:after {}

.pg-projects .button-group .button {}

.pg-projects .button-group .button:first-child {}

.pg-projects .button-group .button:last-child {}

.pg-projects .grid {}

.pg-projects .grid:after {
  content: '';
  display: block;
  clear: both
}

.pg-projects .element-item {
  position: relative;
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
  border: none;
}

.pg-projects .element-item>* {
  margin: 0;
  padding: 0
}

.pg-projects .progetto {
  padding: 15px 15px 55px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.progetto img {
  width: 100%;
}

.progetto .progetto-dati {
  position: relative
}

.progetto .conten-progetto-dati {
  height: 70px;
  position: absolute;
  top: -35px;
  left: 10%;
  width: 80%;
}

.progetto .deco-progetto-dati {
  height: 70px;
  position: absolute;
  top: -35px;
  left: 10%;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.progetto span.deco-sx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.progetto span.deco-sx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  left: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.progetto span.deco-dx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.progetto span.deco-dx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.progetto span.deco-md:before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 1px;
  background: #d7d8d2;
}

.progetto span.deco-md:after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #d7d8d2;
}

.progetto h3 {
  color: #ce1318;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 15px;
}

.progetto p {
  font-size: 13px;
  opacity: 1;
  margin-bottom: 0;
  padding-top: 0px;
}

.progetto a.lk-box-anima {
  font-size: 13px;
  color: #ce1318;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0;
  margin-bottom: 0;
  padding-top: 0px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.progetto a.lk-box-anima:hover {
  text-decoration: none
}

.progetto span.deco-sx:after, .progetto span.deco-dx:after, .progetto span.deco-md:after {
  -webkit-transition: height .5s linear;
  transition: height .5s linear;
}

.progetto span.deco-dx:after {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.progetto span.deco-md:after {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.progetto:hover span.deco-sx:after, .progetto:hover span.deco-dx:after, .progetto:hover span.deco-md:after {
  height: 600px;
}

.progetto h3, .progetto p, .progetto a.lk-box-anima, .lista-filtri-proj li button span, .lista-filtri-proj li button span:before, .progetto .deco-progetto-dati {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.progetto:hover h3 {
  opacity: 0;
  padding-left: 20px;
}

.progetto:hover p {
  opacity: 0;
  padding-right: 20px;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.progetto:hover a.lk-box-anima {
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.progetto:hover .deco-progetto-dati {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#filtro-prog-select select {
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0rem;
  border: none;
  border-bottom: 1px solid #d7d8d2;
  border-radius: 0;
}

.filtro-regione {
  padding: 30px 15px 0;
  position: relative;
  z-index: 2
}

.filtro-regione p {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  color: #ce1318;
  font-size: 14px;
  margin-bottom: 3px;
}

.filtro-regione select {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  padding: 6px 18px 6px 6px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
}

.filtro-regione select * {
  border-bottom: 1px solid #f00;
  font-size: 13px;
  color: #8c8c8c
}

/* animazione righini */

.lista-filtri-proj li:first-child:before {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.lista-filtri-proj li:first-child:after, .lista-filtri-proj li:nth-child(2):after, .lista-filtri-proj li:last-child:after {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.lista-filtri-proj li.animated:first-child:before {
  width: 600px;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.lista-filtri-proj li.animated:first-child:after {
  height: 11px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.lista-filtri-proj li.animated:nth-child(2):after {
  height: 200px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.lista-filtri-proj li.animated:last-child:after {
  height: 200px;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
#filters-reset{
  position: relative;
  text-align: center;
  padding: 3px 10px;
  /*background-color: #fff;*/
  margin: 0 auto;
  font-size:.8rem;
  color:#ce1318;
  letter-spacing: .1rem;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(170%);
          transform: translateY(170%);
  display: table;
}
#filters-reset i{
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
#filters-reset:after{
  content: '';
  height: 100%;
  width:0;
  position: absolute;
  left: 0;
  top: 0;
  background-color:#ce1318;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: -1;
}
#filters-reset:hover:after{
  width:100%
}
#filters-reset:hover{
  color:#fff;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  #filters-reset{
    background-color: #fff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }
}
@media screen and (max-width:340px) {/*iphone 5 query*/
  #filters-reset i{
    display: none;
  }
}
@media screen and (max-width: 1200px) {
	.about-block {margin-top:20px;margin-bottom:20px}
	.carosello-about {margin-top:20px;}
  .pg-projects .element-item {
    width: 33.333333%;
  }
  .lista-filtri-proj li button.button {
    font-size: 18px;
  }
  .lista-filtri-proj li button span {
    font-size: 8px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 991px) {
  .pg-projects .element-item {
    width: 50%;
  }
  .lista-filtri-proj li:first-child {
    display: block;
    border-bottom: 1px solid #f0f0f0;
  }
  .lista-filtri-proj li:first-child .button {
    margin: auto;
  }
  .flotta-filt-proj {
    float: none;
  }
  .filtro-regione {
    text-align: center;
    background: #f0f0f0;
    padding: 15px;
  }
  .lista-filtri-proj li button.button {
    font-size: 18px;

    padding: 30px 10px;
  }
  .lista-filtri-proj li button span {
    font-size: 8px;
    letter-spacing: 0px;
  }
  .tit-projects {
    padding-top: 80px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .flotta-filt-proj {
    float: left;
  }
  .pg-projects .element-item {
    width: 100%;
  }
  #filtro-prog {
    border-bottom: none;
  }
  #filters-reset{
    -webkit-transform: translateY(160%);
    transform: translateY(160%);
  }
  .lista-filtri-proj li {
    display: block;
    float: left;
    width: 50%;
  }
  .lista-filtri-proj li:first-child {
    display: block;
    border-bottom: none;
  }
  .lista-filtri-proj li:nth-child(2) button.button {
    border-left: 1px solid #d7d8d2;
  }
  .lista-filtri-proj li:first-child:before {
    display: none
  }
  .lista-filtri-proj li:first-child:after {
    display: none
  }
  .lista-filtri-proj li:nth-child(2):after {
    display: none
  }
  .lista-filtri-proj li:last-child:after {
    display: none
  }
  .lista-filtri-proj li button.button {
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d8d2;
  }
  .lista-filtri-proj li button.button {
    font-size: 14px;
  }
  .lista-filtri-proj li button span {
    font-size: 6px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 320px) {
  .lista-filtri-proj li button.button {
    font-size: 13px;
  }
  .lista-filtri-proj li button span {
    font-size: 5px;
    letter-spacing: 0px;
  }
}

/* pagina progetto */

#header-progetto {
  position: relative;
  height: 100vh;
  width: 100%;
  background-size: cover;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#header-progetto #scroll-giu {
  margin: 50px;
}

#header-progetto img {
  max-height: 100%;
  min-width: 100%;
  -webkit-animation-name: zoom-img;
  animation-name: zoom-img;
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.tit-header-progetto {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: left;
  width: 100%;
}
@media screen and (max-width:1600px) {
  .tit-header-progetto {
    left: 5%;
  }
}
@media screen and (max-width:991px) {
  .tit-header-progetto {
    top: 40%;
    left: 5%;
  }
}
@media screen and (max-width:767px) {
  .tit-header-progetto {
    top: 20%;
    left: 5%;
  }
}
.tit-header-progetto h1 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  max-width: 600px;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.tit-header-progetto h2 {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  padding: 4px;
  letter-spacing: 3px;
  display: block;
  padding: 0 15px;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
}

.tit-header-progetto h1:before {
  content: "";
  position: absolute;
  top: -1000px;
  right: -50px;
  height: 0px;
  width: 1px;
  background: #d7d8d2;
  z-index: 1;
}

.tit-header-progetto h1:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 50px;
  width: 0px;
  height: 1px;
  background: #d7d8d2;
  z-index: 1;
}

.tit-header-progetto h1 span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 30px;
  height: 1px;
  width: 0px;
  background: #d7d8d2;
  z-index: 1;
}

.tit-header-progetto h1 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -30px;
  height: 0px;
  width: 1px;
  background: #d7d8d2;
  z-index: 1;
}

.dati-pg-prog {
  margin: 30px auto 0px auto;
  background: #fff;
  border-top: 1px solid #e2e3df;
  border-bottom: 1px solid #e2e3df;
  position: relative;
}

.box-dato-progetto {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  background: #fff;
  border-right: 1px solid #e2e3df;
  color: #8c8c8c;
  padding: 30px 15px;
}

.box-dato-progetto span {
  display: block;
  color: #ce1318;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 3px;
  position: relative;
  padding: 2px 6px 2px 2px;
  z-index: 2
}

.box-dato-progetto:first-child:before {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #ce1318;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0px;
}

.box-dato-progetto:first-child:after {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  background: #ce1318;
  position: absolute;
  top: 50%;
  left: -300px;
}

.box-dato-progetto:last-child {
  border: none;
}

.box-dato-progetto:last-child:after {
  content: "";
  height: 200px;
  width: 1px;
  display: block;
  background: #e2e3df;
  position: absolute;
  top: -50%;
  right: 0px;
}

.settore-prog {
  background: #f5f5f5;
}

.testo-pg-prog {
  margin: 60px auto;
  padding: 30px 15px;
  max-width: 900px;
  text-align: center;
  background: #fff;
  position: relative;
}

.testo-pg-prog h2 {
  font-weight: 300;
  color: #ce1318;
}

.testo-pg-prog p {}

.testo-pg-prog:before {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #d7d8d2;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -2px
}

.testo-pg-prog:after {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  background: #d7d8d2;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -7px
}

.galleria-prog {
  position: relative;
  border-top: 1px solid #d7d8d2;
}

.rigo-sotto-prog-txt:before {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #d7d8d2;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -1px
}

.rigo-sotto-prog-txt:after {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  background: #d7d8d2;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -7px
}

/*animazione righini */

.rigo-sotto-prog-txt {
  position: relative;
}

.tit-header-progetto h1 span:after, .box-dato-progetto:first-child:before, .testo-pg-prog:after, .rigo-sotto-prog-txt:after {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.tit-header-progetto h1:before, .tit-header-progetto h1:after, .tit-header-progetto h1 span:before, .box-dato-progetto:first-child:after, .testo-pg-prog:before, .rigo-sotto-prog-txt:before {
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

.tit-header-progetto h1.animated:before {
  height: 2000px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.tit-header-progetto h1.animated:after {
  width: 2000px;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.tit-header-progetto h1.animated span:before {
  width: 500px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.tit-header-progetto h1.animated span:after {
  height: 11px;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.box-dato-progetto.animated:first-child:before {
  height: 11px;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.box-dato-progetto.animated:first-child:after {
  width: 300px;
}

.testo-pg-prog.animated:before {
  height: 100px;
}

.testo-pg-prog.animated:after {
  width: 11px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.rigo-sotto-prog-txt.animated:before {
  height: 60px;
}

.rigo-sotto-prog-txt.animated:after {
  width: 11px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

@media screen and (max-width: 1200px) {
  .tit-header-progetto h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .tit-header-progetto h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .box-dato-progetto {
    border-bottom: 1px solid #e2e3df;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .tit-header-progetto h1 {
    font-size: 45px;
    line-height: 45px;
    margin-top: 170px;
  }
  #header-progetto #scroll-giu {
    margin:20px 70px 50px auto;
  }
}

/* pagina lista soluzioni */

.pg-soluzioni #navigazione {
  border-bottom: 1px solid #e2e3df
}

.tit-soluzioni-lst {
  color: #ce1318;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.tit-soluzioni-lst:before {
  content: "";
  background: #e2e3df;
  height: 1px;
  width: 700px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -350px;
  ;
  z-index: 1;
}

.tit-soluzioni-lst span {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.txt-soluzioni-lst {
  max-width: 900px;
  font-size: 20px;
  margin: 0 auto 80px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 15px;
}

#filtro-soluz {
  margin-bottom: 90px;
  /*background: #fff;*/
  border-top: 1px solid #e2e3df;
  border-bottom: 1px solid #e2e3df;
  position: relative;
}

.lista-filtri-soluz {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}

.lista-filtri-soluz li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.lista-filtri-soluz li:first-child button.button, .lista-filtri-soluz li:nth-child(2) button.button {
  border-left: none;
}

.lista-filtri-soluz li:first-child p {
  margin: 0;
  padding: 0;
}

.lista-filtri-soluz li:first-child:before {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  background: #ce1318;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 15px;
}

.lista-filtri-soluz li:first-child:after {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #ce1318;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 100%;
  left: -15px
}

.lista-filtri-soluz li:nth-child(2):after {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #e2e3df;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
}

.lista-filtri-soluz li:last-child:after {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #e2e3df;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -100px;
}

.lista-filtri-soluz li button.button {
  display: block;
  padding: 30px 15px;
  border: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  background: #fff;
  border-left: 1px solid #e2e3df;
  color: #8c8c8c;
}

.lista-filtri-soluz li button span {
  display: block;
  color: #ce1318;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 3px;
  position: relative;
  padding: 2px 6px 2px 2px;
  z-index: 2;
  -webkit-transform:translateX(5px);
  transform:translateX(5px);
}

.lista-filtri-soluz li button span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  background: #ce1318;
  width: 1px;
  height: 13px;
  z-index: -1
}

.lista-filtri-soluz li button:hover span {
  color: #fff;
}

.lista-filtri-soluz li button:hover span:before {
  width: 100%;
}

.button {}

.button:focus {
  outline: none;
}

.button:hover {}

.button:active, .button.is-checked {}

.button.is-checked {}

.button.is-checked span, .button:active span {
  color: #fff;
}

.button.is-checked span:before, .button:active span:before {
  width: 100%;
}

.button-group:after {}

.button-group .button {}

.button-group .button:first-child {}

.button-group .button:last-child {}

.pg-soluzioni .grid {}

.pg-soluzioni .grid:after {
  content: '';
  display: block;
  clear: both
}

.pg-soluzioni .element-item {
  position: relative;
  float: left;
  width: 33.333333%;
  margin: 0px;
  padding: 0px;
  border: none;
}

/*.element-item > *{margin:0;padding:0}*/

.una-soluz {
  padding: 0px 15px 55px 15px;
  margin-top: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.una-soluz img {
  width: 100%;
}

.una-soluz .una-soluz-dati {
  position: relative
}

.una-soluz .conten-soluz-dati {
  height: 70px;
  position: absolute;
  top: -35px;
  left: 10%;
  width: 80%;
}

.una-soluz .deco-soluz-dati {
  height: 70px;
  position: absolute;
  top: -35px;
  left: 10%;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.una-soluz span.deco-sx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.una-soluz span.deco-sx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  left: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.una-soluz span.deco-dx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.una-soluz span.deco-dx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.una-soluz span.deco-md:before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 1px;
  background: #d7d8d2;
}

.una-soluz span.deco-md:after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #d7d8d2;
}

.una-soluz h3 {
  color: #ce1318;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 15px;
}

.una-soluz p {
  font-size: 13px;
  opacity: 1;
  margin-bottom: 0;
  padding-top: 0px;
}

.una-soluz a.lk-box-anima {
  font-size: 13px;
  color: #ce1318;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0;
  margin-bottom: 0;
  padding-top: 0px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.una-soluz a.lk-box-anima:hover {
  text-decoration: none
}

.una-soluz span.deco-sx:after, .una-soluz span.deco-dx:after, .una-soluz span.deco-md:after {
  -webkit-transition: height .5s linear;
  transition: height .5s linear;
}

.una-soluz span.deco-dx:after {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.una-soluz span.deco-md:after {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.una-soluz:hover span.deco-sx:after, .una-soluz:hover span.deco-dx:after, .una-soluz:hover span.deco-md:after {
  height: 600px;
}

.una-soluz h3, .una-soluz p, .una-soluz a.lk-box-anima, .lista-filtri-soluz li button span, .lista-filtri-soluz li button span:before, .una-soluz .deco-soluz-dati {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.una-soluz:hover h3 {
  opacity: 0;
  padding-left: 20px;
}

.una-soluz:hover p {
  opacity: 0;
  padding-right: 20px;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.una-soluz:hover a.lk-box-anima {
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.una-soluz:hover .deco-soluz-dati {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.pos-rel {
  position: relative;
}

.img-sol-absol {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.una-soluz:hover .img-sol-absol {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.una-soluz h2 {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 90%;
  text-align: center;
  color: #ce1318;
  font-weight: 300;
  text-transform: uppercase;
}

/* animazione righini */

.lista-filtri-soluz li:first-child:before {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.lista-filtri-soluz li:first-child:after, .lista-filtri-soluz li:nth-child(2):after, .lista-filtri-soluz li:last-child:after {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.lista-filtri-soluz li.animated:first-child:before {
  width: 600px;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.lista-filtri-soluz li.animated:first-child:after {
  height: 11px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.lista-filtri-soluz li.animated:nth-child(2):after {
  height: 200px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.lista-filtri-soluz li.animated:last-child:after {
  height: 200px;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

#filtro-soluz-select select {
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0rem;
  border: none;
  border-bottom: 1px solid #d7d8d2;
  border-radius: 0;
}

.pg-soluzioni a.lk-box-anima span {
  position: relative;
  z-index: 2;
  padding: 1px 6px 1px 0px;
}

.pg-soluzioni a.lk-box-anima span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 1px;
  height: 100%;
  background: #ce1318;
  z-index: -1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.pg-soluzioni a.lk-box-anima:hover {
  color: #fff;
}

.pg-soluzioni a.lk-box-anima:hover span:before {
  width: 100%;
}

.pg-soluzione a.lk-box-anima span {
  position: relative;
  z-index: 2;
  padding: 1px 6px 1px 0px;
}

.pg-soluzione a.lk-box-anima span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 1px;
  height: 100%;
  background: #ce1318;
  z-index: -1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.pg-soluzione a.lk-box-anima:hover {
  color: #fff;
}

.pg-soluzione a.lk-box-anima:hover span:before {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .pg-soluzioni .element-item {
    position: relative;
    float: left;

    width: 33%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .lista-filtri-soluz li button.button {
    font-size: 18px;
  }
  .lista-filtri-soluz li button span {
    font-size: 8px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 991px) {
  .pg-soluzioni .element-item {
    position: relative;
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .lista-filtri-soluz li button.button {
    font-size: 18px;
    padding: 30px 10px;
  }
  .lista-filtri-soluz li button span {
    font-size: 8px;
    letter-spacing: 0px;
  }
  .pg-soluzioni .element-item {
    width: 50%;
  }
  .tit-soluzioni-lst {
    padding-top: 100px;
    margin-top: 0;
  }
  .txt-soluzioni-lst {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .pg-soluzioni .element-item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .pg-soluzioni .element-item {
    width: 100%;
  }
  #filtro-soluz {

    border-bottom: none;
    margin-bottom: 30px;
  }
  .lista-filtri-soluz li {
    display: block;
    float: left;
    width: 50%;
  }
  .lista-filtri-soluz li:first-child {
    width: 100%;
  }
  .lista-filtri-soluz li:nth-child(2) button.button {
    border-left: 1px solid #d7d8d2;
  }
  .lista-filtri-soluz li:first-child:before {
    display: none
  }
  .lista-filtri-soluz li:first-child:after {
    display: none
  }
  .lista-filtri-soluz li:nth-child(2):after {
    display: none
  }
  .lista-filtri-soluz li:last-child:after {
    display: none
  }
  .lista-filtri-soluz li button.button {
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d8d2;
  }
  .lista-filtri-soluz li button.button {
    font-size: 18px;
  }
  .lista-filtri-soluz li button span {
    font-size: 9px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 320px) {
  .lista-filtri-soluz li button.button {
    font-size: 13px;
  }
  .lista-filtri-soluz li button span {
    font-size: 5px;
    letter-spacing: 0px;
  }
}

/*pagina prodotto -- aliant*/

.scopri-focus-mobile {
  background: #ce1318;
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  border: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 12px;
}

.lista-hotspot-mobile {
  border-radius: 0;
  background: #fafafa;
}

.lista-hotspot-mobile ul {
  list-style-type: none;
  counter-reset: li;
}

.lista-hotspot-mobile li {
  position: relative;
  counter-increment: li;
  margin-bottom: 15px;
  /*list-style-type:decimal;*/
}

.lista-hotspot-mobile li:before {
  content: counter(li);
  width: 8px;
  height: 8px;
  color: #ce1318;
  position: absolute;
  top: 0;
  left: -20px;
}

.pg-soluzione .soluzione {
  /*margin-top: 60px; */
  position: relative
}

.pg-soluzione .titolisoluzione {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40px
}

.pg-soluzione .titolisoluzione strong {
  font-weight: 700
}

.pg-soluzione .gallery h3 {
  font-size: 1rem
}

.pg-soluzione .grid img {
  width: 100%
}

.pg-soluzione .hotspot {
  cursor: pointer;
  position: absolute;
  z-index: 0;
}

.hotspot .hotspot-titolo {
  display: none;
}

.hotspot-grigio .hotspot-titolo {
  color: #ce1318;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  margin-left: 0;
  font-size: 9px;
  letter-spacing: 3px;
  padding: 3px 6px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  max-width: 250px;
  min-width: 200px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.hotspot-grigio.info .hotspot-titolo {
  background: transparent;
}

.hotspot-grigio:hover .hotspot-titolo {
  opacity: 1;
  /*margin-left: 20px;*/
}
.hotspot-grigio.info .hotspot-titolo {
  opacity: 1;
  margin-left: 20px;
}

.pg-soluzione .aliantdiv {
  overflow: hidden!important;
  width: 100%;
  height: 100vh;
  background: url(https://www.baraclit.it/gestione/img/sito/bg-2.jpg) center top no-repeat;
  background-size: cover
}

.pg-soluzione .soluzione {
  position: relative
}

.pg-soluzione .titolisoluzione {
  position: absolute;

  width: 100%;
  text-align: center;
  top: 140px
}

.pg-soluzione .titolisoluzione h2 {
  color: #ce1318;
  font-weight: 300;
  font-size: 60px;
}

.pg-soluzione .titolisoluzione p {
  font-size: 15px;
  max-width: 600px;
  margin: auto;
}

.interno {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.aliantdiv>.img-soluzione>img {
  height: 100vh
}

.aliantdiv>.img-soluzione {
  position: relative;
  background: url(https://www.baraclit.it/gestione/img/sito/stratigrafia2.png) no-repeat center center;
  height: 100%;
  width: 100%;
  background-size: cover;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.aliantdiv>.scale {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.skew-fuori {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -100%;
  -webkit-transform: skew(-7deg);
  transform: skew(-7deg);
  overflow: hidden;
  /*background-color: #eee;*/
}

.skew-mezzo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 75%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate(-50%, 0%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, 0%) translate3d(0px, 0px, 0px);
}

.skew-dentro {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: skew(7deg);
  transform: skew(7deg);
  opacity: 1;
}

.skew-dentro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain/*cover*/
  ;
  -webkit-box-shadow: inset 0 -240px 200px rgba(0, 2, 6, 0.6);
  box-shadow: inset 0 -240px 200px rgba(0, 2, 6, 0.6);
  display: block;
  left: 0%;
}

.contenuto-interno {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 90%;
}

.contenuto-interno h3 {
  color: #fff;
  display: inline-block;
  background: #ce1318;
  padding: 3px 6px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contenuto-interno h2 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 26px;
}

.contenuto-interno p {
  margin-bottom: 100px;
  color: #fff;
  font-weight: 300;
  width: 80%;
}

.tabgallery {
  background: #fff;
  color: #ce1318;
  border: 1px solid #ce1318;
  text-decoration: none;
  padding: 6px 6px 6px 9px;
  font-size: 10px;
  letter-spacing: 3px;
  display: inline-block;
  margin: 3px auto;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tabgallery:first-child {
  /*margin-right:10px;*/
}

.tabgallery:hover, .tabgallery:active,.tabgallery.active, .tabgallery:focus {
  color: #fff;
  background: #ce1318;
  text-decoration: none;
}

.read-story-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer
}

.pulse-wrapper {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.inner-story-button img {
  position: absolute;
  width: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.read-story .read-story-button .inner-story-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  border-radius: 100%
}

.pulse {
  background-color: #ce1318;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  opacity: .2
}

.pulse.pulse-1 {
  -webkit-animation: pulse-animation 3s infinite;
  animation: pulse-animation 3s infinite
}

.pulse.pulse-2 {
  -webkit-animation: pulse-animation 3s infinite;
  -webkit-animation-delay: -.7s;
  animation: pulse-animation 3s infinite;
  animation-delay: -.7s
}

.pulse.pulse-3 {
  -webkit-animation: pulse-animation 3s infinite;
  -webkit-animation-delay: -1.4s;
  animation: pulse-animation 3s infinite;
  animation-delay: -1.4s
}

.inner-story-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 100%;
  border: 1px solid #ce1318;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  ;
}

.inner-story-button:before {
  content: "\e807";
  font-family: "Fontello";
  font-size: 12px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
}
.inner-story-button.info:before {
  content: "\f129";
  font-family: FontAwesome;
}

svg:not(:root) {
  /*overflow:hidden*/
}

.circle-hover-white {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  stroke-dasharray: 201.072px;
  stroke-dashoffset: 201px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.read-story-button:hover .circle-hover-white {
  stroke-dasharray: 201.072px;
  stroke-dashoffset: 0
}

.chiudi-pulse.read-story-button {
  width: 60px;
  height: 60px;
}

.chiudi-pulse .pulse-wrapper {
  width: 130px;
  height: 130px;
}

.chiudi-pulse .inner-story-button img {
  width: 100%;
}

.chiudi-pulse .inner-story-button {
  border: 2px solid #ce1318;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.chiudi-pulse .inner-story-button:before {
  content: "\e806";
  font-size: 12px;
  line-height: 56px;
  width: 56px;
  height: 56px;
}

.txt-chiudi {
  padding-left: 10px;
  padding-top: 5px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

#scroll-giu .chiudi-pulse .inner-story-button:before {
  content: "scorri";
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: -5px;
  left: 0;
}

#scroll-giu .chiudi-pulse .inner-story-button:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 8px;
  left: 0;
}


/* hotspot mobile ---- più piccolo */

.hotspot-mobile .read-story-button {
  width: 16px;
  height: 16px;
}

.hotspot-mobile .pulse-wrapper {
  width: 35px;
  height: 35px;
}

.hotspot-mobile .inner-story-button img {
  width: 16px;
}

.hotspot-mobile .inner-story-button:before {
  font-size: 9px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.blocco-ico-rosse .btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blocco-ico-rosse .btn {
  font-family: 'Lato', sans-serif;
  /*text-transform: uppercase;*/
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 9px;
  border-radius: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  letter-spacing: 2px;
  overflow:hidden;
  white-space:normal
}

.blocco-ico-rosse .btn span {
  /*background: #ce1318;*/
  font-family: "Oswald", sans-serif;
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  display: block;
  padding: 6px 12px;
  overflow:visible;
}

.blocco-ico-rosse .btn span.leggi-chiudi {
  background: none;
  width: 110px;
  overflow: hidden;
  display: inline-block;
  padding: 2px 6px 2px 2px;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.blocco-ico-rosse  .btn span.leggi-chiudi:after {
  content: "leggi di più";
  width: 100%;
  display: block;
  color: #ce1318;
  letter-spacing: 3px;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blocco-ico-rosse .btn[aria-expanded="true"] span.leggi-chiudi:after {
  content: "chiudi";
  color: #fff;
}

.blocco-ico-rosse .btn[aria-expanded="true"] span.leggi-chiudi:before {
  width: 100%;
}

.blocco-ico-rosse  .btn span.leggi-chiudi:before {
  content: "";
  background: #ce1318;
  height: 13px;

  width: 1px;
  position: absolute;
  top: 0;
  left: -4px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blocco-ico-rosse .btn:hover span.leggi-chiudi:before {
  width: 100%;
}

.blocco-ico-rosse .btn:hover span.leggi-chiudi:after {
  color: #fff;
}

.blocco-ico-rosse img {
  display: block;
  text-align: center;
  margin: auto;
  max-width: 150px;
}

.blocco-ico-rosse .card {
  font-weight: 300;
  border-radius: 0;
  border: none;
}

.blocco-ico-rosse .btn .ico-continua {}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(.25)
  }
  25% {
    opacity: .65
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1)
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25)
  }
  25% {
    opacity: .65
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.imgswipe {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.cont-swipe {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  width: 50px;
  z-index: 3
}

.swipe {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ce1318;
  position: relative;
  -webkit-animation-name: anima-swipe;
  animation-name: anima-swipe;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.swipe img {
  width: 100%
}

@-webkit-keyframes anima-swipe {
  0% {
    opacity: 0;
    left: 25px
  }
  5% {
    opacity: 1
  }
  10% {
    left: 50px
  }
  20% {
    left: 0
  }
  25% {
    left: 25px
  }
  30% {
    opacity: 1
  }
  35% {
    opacity: 0
  }
  100% {
    left: 25px;
    opacity: 0
  }
}

@keyframes anima-swipe {
  0% {
    opacity: 0;
    left: 25px
  }
  5% {
    opacity: 1
  }
  10% {
    left: 50px
  }
  20% {
    left: 0
  }
  25% {
    left: 25px
  }
  30% {
    opacity: 1
  }
  35% {
    opacity: 0
  }
  100% {
    left: 25px;
    opacity: 0
  }
}

.grid figcaption {
  display: none
}

.soluz-vantaggi-carosello .owl-nav {
  margin: auto;
  height: 60px;
  margin-top: 15px;
}

.soluz-vantaggi-carosello .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.soluz-vantaggi-carosello .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.soluz-vantaggi-carosello .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.soluz-vantaggi-carosello .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #8c8c8c;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px
}

.soluz-vantaggi-carosello .owl-dots .owl-dot.active span, .soluz-vantaggi-carosello .owl-dots .owl-dot:hover span {
  background: #ce1318
}

@media (max-width: 1200px) {
  .skew-fuori {
    left: -60%;
  }
  .st-effect-1.st-menu {
    -webkit-transform: translate3d(-180%, 0, 0);
    transform: translate3d(-180%, 0, 0);
  }
}

@media (max-width: 991px) {
  .blocco-ico-rosse .btn span {
    font-size: 15px;
  }
}

/* pagina referenze */

.pg-referenze #navigazione {
  border-bottom: 1px solid #e2e3df
}

.pg-referenze h1 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #ce1318;
  text-align: center;
  font-weight: 300;
  overflow: hidden;
  position:relative
}

.pg-referenze h1 span {
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}
 .pg-referenze h1:before {
     content: "";
    background: #e2e3df;
    height: 1px;
    width: 700px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -350px;
    z-index: 1;
    }
.referenza {
  width: 20%;
  float: left;
  padding: 0;
  position: relative;
  -webkit-transition: all .3s ease
}

.referenza:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #e2e3df;
  bottom: 0;
  left: 0
}

.referenza:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background: #e2e3df;
  bottom: 0;
  right: 0
}

.rigo-su-sx {
  position: relative
}

.rigo-su-sx:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #e2e3df;
  top: 0;
  left: 0;
  z-index: 1;
}

.rigo-su-sx:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background: #e2e3df;
  top: 0;
  left: 0;
  z-index: 1;
}

.referenza img {
  width: 100%;
  display: block;
  margin: auto;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.pg-referenze #filtro-referenze {
  margin-bottom: 90px;
  background: #fff;
  border-top: 1px solid #e2e3df;
  border-bottom: 1px solid #e2e3df
}

.pg-referenze .lista-filtri {
  margin: 0;
  padding: 0;
  text-align: center
}

.pg-referenze .lista-filtri li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0
}

.pg-referenze .lista-filtri li:first-child .button, .lista-filtri li:nth-child(2) .button {
  border-left: none
}

.pg-referenze .lista-filtri li:first-child p {
  margin: 0;
  padding: 0
}

.pg-referenze .lista-filtri li:first-child:after {
  content: "";
  height: 0;
  width: 1px;
  display: block;
  background: #e2e3df;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px
}

.pg-referenze .lista-filtri li:last-child:after {
  content: "";
  height: 0;
  width: 1px;
  display: block;
  background: #e2e3df;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -100px
}

.pg-referenze .lista-filtri li .button {
  display: block;
  padding: 30px 15px;
  border: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  background: #fff;
  border-left: 1px solid #e2e3df;
  color: #8c8c8c
}

.pg-referenze .lista-filtri li span {
  display: block;
  color: #ce1318;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 2px;
  letter-spacing: 3px;
  position: relative;
  padding: 2px 6px 2px 2px;
  z-index: 2
}

.pg-referenze .lista-filtri li span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  background: #ce1318;
  width: 0;
  height: 1px;
  z-index: -1;
  -webkit-transition: all .3s ease;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.pg-referenze .lista-filtri li a:hover span {
  color: #fff
}

.pg-referenze .lista-filtri li a:hover span:before {
  width: 100%
}

.pg-referenze .button:focus {
  outline: none
}

.pg-referenze .button.is-checked span, .button:active span {
  color: #fff
}

.pg-referenze .button.is-checked span:before, .button:active span:before {
  width: 100%
}

.pg-referenze .lista-filtri li:first-child:after, .pg-referenze .lista-filtri li:last-child:after {
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.pg-referenze .lista-filtri li.animated:first-child:after {
  height: 200px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.pg-referenze .lista-filtri li.animated:last-child:after {
  height: 200px;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.pg-referenze .lista-filtri li .button.active {
  color: #ce1318;
}

@media screen and (max-width: 1200px) {
  .pg-referenze .element-item {
    position: relative;
    float: left;
    width: 33%;
    margin: 0;
    padding: 0;
    border: none
  }
  .pg-referenze .lista-filtri li .button {
    font-size: 18px
  }
  .pg-referenze .lista-filtri li span {
    font-size: 8px;
    letter-spacing: 2px
  }
  .pg-referenze h1 {
    margin-top: 70px
  }
}

@media screen and (max-width: 991px) {
  .pg-referenze .element-item {
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    border: none
  }
  .pg-referenze .lista-filtri li .button {
    font-size: 18px;
    padding: 30px 8px
  }
  .pg-referenze .lista-filtri li span {
    font-size: 8px;
    letter-spacing: 0
  }
  .pg-referenze h1 {
    padding-top: 100px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pg-referenze h1 {
    margin: 0px auto 30px;
     padding-top: 50px;
  }
  .pg-referenze .element-item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none
  }
  .pg-referenze #filtro-referenze {
    border-bottom: none;
    margin-bottom: 30px
  }
  .pg-referenze .lista-filtri li {
    display: block;
    float: left;
    width: 33.33333%
  }
  .pg-referenze .lista-filtri li:first-child button.button {
    border-left: 1px solid #d7d8d2
  }
  .pg-referenze .lista-filtri li:first-child:after {
    display: none
  }
  .pg-referenze .lista-filtri li:last-child:after {
    display: none
  }
  .pg-referenze .lista-filtri li .button {
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d8d2;
    font-size: 14px
  }
  .pg-referenze .lista-filtri li span {
    font-size: 6px;
    letter-spacing: 0
  }
  .referenza {
    width: 25%
  }
}

@media screen and (max-width: 320px) {
  .pg-referenze .lista-filtri li .button {
    font-size: 13px
  }
  .pg-referenze .lista-filtri li span {
    font-size: 5px;
    letter-spacing: 0
  }
}

/* pagina bpower */

#header-bpower {
  position: relative;
  height: 90vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width:991px) {
  #header-bpower {
    height: 100vh;
  }
}
#header-bpower #scroll-giu {
  margin: 50px;
}

#header-bpower img {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*animation-name: zoom-img;  animation-duration: 21s; animation-iteration-count: infinite; -ms-transform-origin: center center;
-webkit-transform-origin: center center; transform-origin: center center; -webkit-animation-timing-function: linear; animation-timing-function: linear;animation-direction: alternate;*/
}

.tit-header-bpower {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: left;
  width: 100%;
}

.tit-header-bpower h1 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
}

#bpower-intro {
  background: #fff;
  padding: 60px 0;
}

#bpower-intro h2 {
  font-size: 60px;
  font-weight: 300;
  color: #ce1318;
}

#bpower-intro p {
  font-size: 18px;
  font-weight: 300;
}

.video-background-bpower {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.video-background-bpower h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
}

.video-background-bpower p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.video-foreground-bpower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: -1
}

.video-background-bpower iframe {
  position: absolute;
  top: -10vh;
  left: -10vw;
  width: 120vw;
  height: 120vh;
  pointer-events: none;
  z-index: -1
}

#ytplayer {
  position: absolute;
  top: -10vh;
  left: -10vw;
  width: 120vw;
  height: 120vh;
  pointer-events: none;
  z-index: -1
}

.reticolato {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://www.baraclit.it/gestione/img/sito/pattern-video.png) 0 0 repeat rgba(0, 0, 0, 0.8);
}

.blocco-ico-bp {
  background: #f0f0f0;
  padding: 60px 0 30px 0;
}

.ico-bpower {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
}

.ico-bpower h3 {
  color: #9ec239;
  font-size: 21px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
}

.ico-bpower p {
  text-align: center;
  font-size: 18px;
}


.galleria-bpower h2 {
  color: #ce1318;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  font-size: 60px;
  margin-top: 60px;
}

.pg-bpower .grid {}

.pg-bpower .grid:after {
  content: '';
  display: block;
  clear: both
}

.pg-bpower .element-item {
  position: relative;
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
  border: none;
}

/*.pg-bpower .element-item > *{margin:0;padding:0}*/

.referenza-bp {
  padding: 15px 15px 55px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.referenza-bp img {
  width: 100%;
}

.referenza-bp .referenza-bp-dati {
  position: relative
}

.referenza-bp .conten-referenza-bp-dati {
  height: 70px;
  position: absolute;
  top: -35px;
  left: 10%;
  width: 80%;
}

.referenza-bp .deco-referenza-bp-dati {
  height: 70px;
  position: absolute;
  top: -35px;
  left: 10%;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.referenza-bp span.deco-sx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.referenza-bp span.deco-sx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  left: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.referenza-bp span.deco-dx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.referenza-bp span.deco-dx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.referenza-bp span.deco-md:before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 1px;
  background: #d7d8d2;
}

.referenza-bp span.deco-md:after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #d7d8d2;
}

.referenza-bp h3 {
  color: #ce1318;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 15px;
}

.referenza-bp p {
  font-size: 13px;
  opacity: 1;
  margin-bottom: 0;
  padding-top: 0px;
}

.referenza-bp a.lk-box-anima {
  font-size: 13px;
  color: #ce1318;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0;
  margin-bottom: 0;
  padding-top: 0px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.referenza-bp a.lk-box-anima:hover {
  text-decoration: none
}

.referenza-bp span.deco-sx:after, .referenza-bp span.deco-dx:after, .referenza-bp span.deco-md:after {
  -webkit-transition: height .5s linear;
  transition: height .5s linear;
}

.referenza-bp span.deco-dx:after {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.referenza-bp span.deco-md:after {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.referenza-bp:hover span.deco-sx:after, .referenza-bp:hover span.deco-dx:after, .referenza-bp:hover span.deco-md:after {
  height: 600px;
}

.referenza-bp h3, .referenza-bp p, .referenza-bp a.lk-box-anima, .referenza-bp .deco-referenza-bp-dati {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.referenza-bp:hover h3 {
  opacity: 0;
  padding-left: 20px;
}

.referenza-bp:hover p {
  opacity: 0;
  padding-right: 20px;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.referenza-bp:hover a.lk-box-anima {
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.referenza-bp:hover .deco-referenza-bp-dati {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1400px) {
  .tit-header-bpower h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .tit-header-bpower h1 {
    font-size: 45px;
    line-height: 45px;
  }
  #bpower-intro h2 {
    font-size: 40px;
  }
  .pg-bpower .element-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .pg-bpower .element-item {
    width: 100%;
  }
}

/*pagina solarlab*/

#header-solarlab {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.video-background {
  background: #000;
  /*position:fixed;top:0;right:0;bottom:0;left:0;z-index:-99;*/
}

.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1
}

#ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1
}

.reticolato {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://www.baraclit.it/gestione/img/sito/pattern-video.png) 0 0 repeat;
}

.block-ico-solar {
  width: 50%;
  float: left;
  min-height: 120px;
  padding-right: 15px
}

.block-ico-solar img {
  width: 90px;
  padding-right: 15px;
  float: left;
}

.block-ico-solar p {
  font-size: 20px;
  font-weight: 300;
  display: inline;
  font-weight: 300;
}

.tit-header-solarlab {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: left;
  width: 100%;
}

.tit-header-solarlab h1 {
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 15px;
}

.tit-header-solarlab h2 {
  font-size: 80px;
  color: #ce1318;
  font-weight: 300;
  padding: 0 15px;
}

.tit-header-solarlab #scroll-giu {
  margin: 50px;
}

#slab-intro {
  background:url(https://www.baraclit.it/gestione/img/sito/bg-slab-1.jpg) top center repeat-y #000;
  padding: 60px 0;
  color: #fff;
}

#slab-intro h2 {
  font-weight: 300;
  font-size: 60px;
  margin-bottom: 30px;
}

.col-verde {
  color: #9ec239;
}

.solar-blocchi-txt {
  max-width: 700px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  font-weight: 300;
}

.solar-blocchi-txt h2 {
  font-size: 3.75rem;
  color: #ce1318;
  font-weight: 300;
}

.owl-solarlab .owl-nav {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
}


.owl-prev, .owl-next {
  margin: 4px 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: .3s ease-out;
}
.owl-prev:hover, .owl-next:hover {
  color: #ce1318;
	background: rgba(255,255,255,0.7)!important;
}

.row-video-solarlab {
  margin-top: 100px;
}

.row-video-solarlab p {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.owl-solarlab.frec-sx .owl-nav {
  right: auto;
  left: 0;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 200%;
    top: -50%
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 200%;
    left: -50%
  }
}

@media (max-width: 1200px) {
  #slab-intro h2 {
    font-size: 40px;
  }
  .block-ico-solar p {
    font-size: 18px;
  }
  .solar-blocchi-txt h2 {
    font-size: 2.75rem;
  }
  .solar-blocchi-txt p {
    line-height: 1.4rem;
  }
}

@media (max-width: 991px) {
  .solar-blocchi-txt h2 {
    font-size: 40px;
  }
  .cont-solarlab .flex-last {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .tit-header-solarlab h1, .tit-header-solarlab h2 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .block-ico-solar {
    width: 100%;
  }
  .tit-header-solarlab h1, .tit-header-solarlab h2 {
    font-size: 45px;
  }
}

/*   lavora con noi  */

#header-lavora {
  position: relative;
  height: 70vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#header-lavora #scroll-giu {
  margin: 25px 50px;
}

#header-lavora img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*animation-name: zoom-img;  animation-duration: 21s; animation-iteration-count: infinite; -ms-transform-origin: center center;
-webkit-transform-origin: center center; transform-origin: center center; -webkit-animation-timing-function: linear; animation-timing-function: linear;animation-direction: alternate;*/
}

.tit-header-lavora {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: left;
  width: 100%;
}

.tit-header-lavora h1 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.header-job {
  margin-top: 75px;
  text-align: center;
  color: #ce1318;
  font-weight: 300;
  text-transform: uppercase;
}

.bg-candidatura {
  background: #fff;
  padding: 0;
  margin-top: 0;
}

.bg-candidatura h2 {
  color: #ce1318;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.privacy-candidatura {
  padding: 45px 0;
  font-size: 12px;
}

.intro-job {
  font-weight: 300;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.tabella-job {
  background: #f7f7f7;
  padding: 45px 0;
}

.tabella-job h2 {
  color: #ce1318;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .tit-header-lavora h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 400px) {
  .tabella-job thead {
    display: none
  }
  .tabella-job th, .tabella-job td {
    display: block
  }
}

/* form prodotto */

.fuori-form-prod {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 100;
}

#richiedi-info-pul {
  /*position: fixed; bottom: 0px; */
  width: 100%;
  z-index: 100;
  text-align: right;
  padding-right: 15px;
}
@media (max-width:1024px) {
  #richiedi-info-pul{
    text-align: center;
    padding-right:0;
  }
}

#richiedi-info-pul a {
  background: #ce1318;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  padding: 6px 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.cont-pro-chiudi {
  background: #ce1318;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  padding: 6px 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2px;
}
.form button{
  font-family: 'oswald';
  font-weight: 300;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  background: green;
  color: #fff;
  cursor: pointer;
}
#richiedi-info-pul a:hover {
  text-decoration: none;
}

#form-prodotti {
  font-family: "Lato", sans-serif;
}

#form-prodotti input {
  border: none;
  border-bottom: 1px solid #d7d8d2;
  border-radius: 0;
}

#form-prodotti .form-control {
  border: none;
  border-bottom: 1px solid #d7d8d2;
  border-radius: 0;
}

#form-prodotti textarea.form-control {
  border: 1px solid #d7d8d2;
  border-radius: 0;
  height: 150px;
}

h5.modal-title {
  font-weight: 300;
  color: #ce1318;
  text-align: center;
  text-transform: uppercase;
}

.help-block.with-errors {
  color: #ce1318;
  font-size: 11px;

  font-style: italic;
}

.form-group, #form-prodotti input, #form-prodotti textarea, #form-prodotti #inviaform, .form-group select {
  font-family: "Lato", sans-serif;
  font-weight: 300
}

#Richiedi-info-prod {
  font-family: "Lato", sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
}

::-moz-placeholder {
  font-family: "Lato", sans-serif;
}

:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
}

:-moz-placeholder {
  font-family: "Lato", sans-serif;
}

.conditional input {
  margin-left: 30px
}

.control:checked~.conditional, #lib-prof:checked~.conditional, #required-2:checked~.conditional {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;

}

.control:not(:checked)~.conditional, #lib-prof:not(:checked)~.conditional, #required-2:not(:checked)~.conditional {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
  }
}

@media (min-width: 1024px) {
  .modal-dialog {
    max-width: 960px;
    margin: 30px auto;
  }
}
@media (max-width: 1024px) {
  #navigazione-facilitata {
    display:none;
  }
}

@media (min-width: 1400px) {
  .modal-dialog {
    max-width: 1200px;
    margin: 30px auto;
  }
}

@media (max-width: 1400px) {
  .form-group {
    margin-bottom: 10px;
  }
  #form-prodotti textarea.form-control {
    height:80px;
  }
  #form-prodotti .btn-group-lg>.btn, .btn-lg {
    padding: 10px;
  }
}

/*  lista news  */

body.pg-lista-news {
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.pg-lista-news #navigazione {
  border-bottom: 1px solid #e2e3df
}

.pg-lista-news .tit-projects {
  color: #ce1318;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
}

.pg-lista-news .tit-projects:before {
  content: "";
  background: #e2e3df;
  height: 1px;
  width: 700px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -350px;
  ;
  z-index: 1;
}

.pg-lista-news .tit-projects span {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.pg-lista-news .txt-projects {
  max-width: 900px;
  font-size: 20px;
  margin: 0 auto 40px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.pg-lista-news #filtro-prog {
  margin-bottom: 90px;
  background: #fff;
  border-top: 1px solid #e2e3df;
  border-bottom: 1px solid #e2e3df
}

.pg-lista-news #filtro-prog:after {
  background: none;
}

.pg-lista-news .lista-filtri {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pg-lista-news .lista-filtri li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.pg-lista-news .lista-filtri li:first-child button.button, .lista-filtri li:nth-child(2) button.button {
  border-left: none;
}

.pg-lista-news .lista-filtri li:first-child p {
  margin: 0;
  padding: 0;
}

.pg-lista-news .lista-filtri li:first-child:before {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  background: #ce1318;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 15px;
}

.pg-lista-news .lista-filtri li:first-child:after {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #ce1318;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 100%;
  left: -15px
}

.pg-lista-news .lista-filtri li:nth-child(2):after {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #e2e3df;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
}

.pg-lista-news .lista-filtri li:last-child:after {
  content: "";
  height: 0px;
  width: 1px;
  display: block;
  background: #e2e3df;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -100px;
}

.pg-lista-news .lista-filtri li button.button {
  display: block;
  padding: 30px 15px;
  border: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  background: #fff;
  border-left: 1px solid #e2e3df;
  color: #8c8c8c;
}

.pg-lista-news .lista-filtri li button span {
  display: block;
  color: #ce1318;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 2px;
  letter-spacing: 3px;
  position: relative;
  padding: 2px 6px 2px 2px;
  z-index: 2
}

.pg-lista-news .lista-filtri li button span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ce1318;

  width: 0px;
  height: 1px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pg-lista-news .lista-filtri li button:hover span {
  color: #fff;
}

.pg-lista-news .lista-filtri li button:hover span:before {
  width: 100%;
}

.pg-lista-news .button:focus {
  outline: none;
}

.pg-lista-news .button.is-checked span, .button:active span {
  color: #fff;
}

.pg-lista-news .button.is-checked span:before, .button:active span:before {
  width: 100%;
}

.pg-lista-news .grid:after {
  content: '';
  display: block;
  clear: both
}

.pg-lista-news .element-item {
  position: relative;
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
  border: none;
}

.pg-lista-news .element-search {
  width: 50% /*33.3%*/;
}

.pg-lista-news .element-item>* {
  margin: 0;
  padding: 0
}

.pg-lista-news .item-news {
  padding: 15px 15px 55px 15px;
  position: relative;
  overflow: hidden;
}

.pg-lista-news .una-news {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pg-lista-news .una-news:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

.pg-lista-news .item-news img {
  width: 100%;
}

.pg-lista-news .lst-news-intro {
  padding: 15px;
  min-height: 315px;
}

.pg-lista-news .lst-news-intro h2, .lst-news-intro h2 a {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.pg-lista-news .tag-news-lst {
  position: absolute;
  bottom: 6px;
  left: 6px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 0px;
  font-size: 14px;
}

.pg-lista-news .bg-tag-grigio {
  background: #f0f0f0;
  padding: 1px 3px;
}

/* animazione righini */

.pg-lista-news .lista-filtri li:first-child:before {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.pg-lista-news .lista-filtri li:first-child:after, .pg-lista-news .lista-filtri li:nth-child(2):after, .pg-lista-news .lista-filtri li:last-child:after {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.pg-lista-news .lista-filtri li.animated:first-child:before {
  width: 600px;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.pg-lista-news .lista-filtri li.animated:first-child:after {
  height: 11px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.pg-lista-news .lista-filtri li.animated:nth-child(2):after {
  height: 200px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.pg-lista-news .lista-filtri li.animated:last-child:after {
  height: 200px;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

@media screen and (max-width: 1200px) {
  .pg-lista-news .element-item {
    position: relative;
    float: left;
    width: 33%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .pg-lista-news .element-search {
    width: 50%;
  }
  .pg-lista-news .lista-filtri li button.button {
    font-size: 16px;
  }
  .pg-lista-news .lista-filtri li button span {
    font-size: 8px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 991px) {
  .pg-lista-news .element-item {
    position: relative;
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .pg-lista-news .element-search {
    width: 50%;
  }
  .pg-lista-news #filtro-prog {
    border-bottom: none;
  }
  .pg-lista-news .lista-filtri li {
    display: block;
    float: left;
    width: 25%;
  }
  .pg-lista-news .lista-filtri li:nth-child(2) button.button {
    border-left: 1px solid #d7d8d2;
  }
  .pg-lista-news .lista-filtri li:first-child:before {
    display: none
  }
  .pg-lista-news .lista-filtri li:last-child:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #d7d8d2;
  }
  .pg-lista-news .lista-filtri li:first-child:after {
    display: none
  }
  .pg-lista-news .lista-filtri li:nth-child(2):after {
    display: none
  }
  .pg-lista-news .lista-filtri li:last-child:after {
    display: none
  }
  .pg-lista-news .lista-filtri li button.button {
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d8d2;
  }
  .pg-lista-news .lista-filtri li button.button {
    font-size: 14px;
  }
  .pg-lista-news .lista-filtri li button span {
    font-size: 6px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pg-lista-news .element-item {
    width: 100%;
  }
  .pg-lista-news .element-search {
    width: 100%;
  }
  .pg-lista-news .lista-filtri li {
    width: 33.33333%;
  }
}

@media screen and (max-width: 500px) {
  .pg-lista-news .lista-filtri li {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .pg-lista-news .lista-filtri li button.button {
    font-size: 13px;
  }
  .pg-lista-news .lista-filtri li button span {
    font-size: 5px;
    letter-spacing: 0px;
  }
}

/* singola news */

.pg-header-bianco.pg-news {}

.blocco-news {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}

.blocco-news:before {
  content: "";
  height: 3000px;
  width: 1px;
  background: #d7d8d2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.news-header {
  position: relative;
}

.tag-news-header {
  position: absolute;
  bottom: 6px;
  left: 6px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 0px;
  font-size: 14px;
}

.tag-news-header-relative {
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 0px;
  font-size: 14px;
}

.bg-tag-grigio {
  background: #f0f0f0;
  padding: 1px 3px;
}

.tit-news {
  font-weight: 300;
  color: #000;
  margin: 30px 0;
}

.corpo-news {
  color: #58595b;
}

.corpo-news blockquote {
  background: #f0f0f0;
  padding: 15px 15px 15px 90px;
  font-style: italic;
  position: relative;
}

.corpo-news blockquote:before {
  content: "";
  background: #ce1318;
  display: block;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 75px;
  height: calc(100% - 30px);
  width: 1px;
}

.corpo-news img {
  width: 100%;
}

.sidebar-news {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}

.sidebar-news h3 {
  color: #ce1318;
  font-family: "Oswald", sans-serif;
  font-weight: 300
}

.separatore {
  height: 30px;
}

.lista-altre-news {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.lista-altre-news li {
  position: relative;
}

.lista-altre-news li:before {
  content: "";
  width: 3000px;
  height: 1px;
  background: #d7d8d2;
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
}

.lista-altre-news li a {
  padding: 15px 0;
  display: block;
  position: relative
}

.lista-altre-news li a:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #ce1318;
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
}

.lista-altre-news li a:hover:after {
  width: 100px;
}

.lista-altre-news h4 {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #58595b;
}

.lista-altre-news a:hover h4 {
  color: #000;
}

.lista-altre-news p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 300
}

.lista-categorie-news {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.lista-categorie-news li {
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lista-categorie-news li a {
  padding: 15px 0;
  display: block;
}

.lista-categorie-news li:hover {
  padding-left: 6px;
}

.lista-categorie-news li:before {
  content: "";
  width: 3000px;
  height: 1px;
  background: #d7d8d2;
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
}

.lista-categorie-news h4 {
  font-size: 18px;
  line-height: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #58595b;
  margin: 0;
  position: relative;
}

.lista-categorie-news h4:before {
  content: "";
  width: 0px;
  height: 1px;
  background: #ce1318;
  display: block;
  position: absolute;
  top: 9px;
  left: -16px;
}

.lista-categorie-news h4:after {
  content: "";
  width: 1px;
  height: 0px;
  background: #ce1318;
  display: block;
  position: absolute;
  top: 4px;
  left: -6px;
}

.lista-categorie-news a:hover h4:after {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.lista-categorie-news h4:before, .lista-categorie-news h4:after, .lista-altre-news li a:after, .lista-altre-news h4 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lista-categorie-news a:hover h4:before {
  width: 10px;
}

.lista-categorie-news a:hover h4:after {
  height: 11px;
}

.gal-news {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.gal-news li {
  width: 100px;
  float: left;
  margin-right: 15px
}

/* pagina video */

body.pg-video {
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.pg-video #navigazione {
  border-bottom: 1px solid #e2e3df
}

.cont-tit-vert {
  position: relative;
  overflow: hidden;
}

.tit-video {
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  top: 200px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.pg-video .tit-projects {
  color: #ce1318;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}

.pg-video .tit-projects:before {
  content: "";
  background: #e2e3df;
  height: 1px;
  width: 700px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -350px;
  ;
  z-index: 1;
}

.pg-video .tit-projects span {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.pg-video .txt-projects {
  max-width: 900px;
  font-size: 20px;
  margin: 0 auto 45px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.pg-video .grid {}

.pg-video .grid:after {
  content: '';
  display: block;
  clear: both
}

.pg-video .griglia-video li {
  position: relative;
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
  border: none;
}

/*.griglia-video li > *{margin:0;padding:0}*/

.item-video {
  padding: 15px 15px 55px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.item-video img {
  width: 100%;
}

.item-video .download-dati {
  position: relative
}

.item-video .conten-download-dati {
  height: 70px;
  position: absolute;
  top: -35px;
  left: 10%;
  width: 80%;
}

.item-video .deco-video-dati {
  height: 70px;
  position: absolute;
  top: -35px;
  left: 10%;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.item-video span.deco-sx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.item-video span.deco-sx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  left: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.item-video span.deco-dx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.item-video span.deco-dx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.item-video span.deco-md:before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 1px;
  background: #d7d8d2;
}

.item-video span.deco-md:after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #d7d8d2;
}

.item-video h3 {
  color: #ce1318;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 15px;
  height: 55px;
  width: 80%;
}

.item-video a.lk-box-anima {
  font-size: 13px;
  color: #ce1318;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0;
  margin-bottom: 0;
  padding-top: 0px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.item-video a.lk-box-anima:hover {
  text-decoration: none
}

.item-video span.deco-sx:after, .item-video span.deco-dx:after, .item-video span.deco-md:after {
  -webkit-transition: height .5s linear;
  transition: height .5s linear;
}

.item-video span.deco-dx:after {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.item-video span.deco-md:after {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.item-video:hover span.deco-sx:after, .item-video:hover span.deco-dx:after {
  height: 600px;
}

.item-video:hover span.deco-md:after {
  height: 80px;
}

.item-video h3, .item-video p, .item-video a.lk-box-anima, .item-video .deco-video-dati {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.item-video:hover h3 {
  opacity: 0;
  padding-left: 20px;
}

.item-video:hover a.lk-box-anima {
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.item-video:hover .deco-video-dati {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.i-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -30px;
}

.triangolo-play {
  fill: #CE1318;
}

.cerchio-play {
  fill: none;
  stroke: #ce1318;
  stroke-width: 1px;
  stroke-dasharray: 175.84px;
  stroke-dashoffset: 175.84px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.item-video:hover .cerchio-play {
  stroke-dasharray: 175.74px;
  stroke-dashoffset: 0;
}

@media screen and (max-width: 1200px) {
  .griglia-video li {
    position: relative;
    float: left;
    width: 33%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .pg-video .griglia-video li {
    width: 33.3333333%;
  }
  .pg-video .tit-projects {
    margin-top: 150px
  }
  .pg-video .txt-projects {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .griglia-video li {
    position: relative;
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .pg-video .griglia-video li {
    width: 50%;
  }
  .pg-video .tit-projects {
    padding-top: 100px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .griglia-video li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .pg-video .griglia-video li {
    width: 100%;
  }
  .pg-video .txt-projects {}
}

/*pagina download*/

.tit-download {
  color: #ce1318;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 60px;
  position: relative;
}

.tit-download:before {
  content: "";
  background: #e2e3df;
  height: 1px;
  width: 700px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -350px;
  ;
  z-index: 1;
}

.tit-download span {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.txt-download {
  max-width: 900px;
  font-size: 20px;
  margin: 0 auto 80px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.grid {}

.grid:after {
  content: '';
  display: block;
  clear: both
}

.griglia-download li {
  position: relative;
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
  border: none;
}

/*.griglia-download li > *{margin:0;padding:0}*/

.item-download {
  padding: 15px 15px 90px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.item-download img {
  width: 100%;
}

.item-download .download-dati {
  position: relative
}

.item-download .conten-download-dati {
  height: 70px;
  position: absolute;
  top: -8px;
  left: 10%;
  width: 80%;
}

.item-download .deco-download-dati {
  height: 70px;
  position: absolute;
  top: -8px;
  left: 10%;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.item-download span.deco-sx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.item-download span.deco-sx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  left: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.item-download span.deco-dx:before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -80px;
  width: 100px;
  height: 1px;
  background: #d7d8d2;
}

.item-download span.deco-dx:after {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: 20px;
  width: 1px;
  height: 11px;
  background: #d7d8d2;
}

.item-download span.deco-md:before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 1px;
  background: #d7d8d2;
}

.item-download span.deco-md:after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #d7d8d2;
}

.item-download h3 {
  color: #ce1318;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 15px;
}

.item-download p {
  font-size: 13px;
  opacity: 1;
  margin-bottom: 0;
  padding-top: 0px;
}

.item-download a.lk-box-anima {
  font-size: 13px;
  color: #ce1318;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0;
  margin-bottom: 0;
  padding-top: 0px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.item-download a.lk-box-anima:hover {
  text-decoration: none
}

.item-download span.deco-sx:after, .item-download span.deco-dx:after, .item-download span.deco-md:after {
  -webkit-transition: height .5s linear;
  transition: height .5s linear;
}

.item-download span.deco-dx:after {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.item-download span.deco-md:after {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.item-download:hover span.deco-sx:after, .item-download:hover span.deco-dx:after, .item-download:hover span.deco-md:after {
  height: 600px;
}

.item-download h3, .item-download p, .item-download a.lk-box-anima, .item-download .deco-download-dati {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.item-download:hover h3 {
  opacity: 0;
  padding-left: 20px;
}

.item-download:hover p {
  opacity: 0;
  padding-right: 20px;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.item-download:hover a.lk-box-anima {
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.item-download:hover .deco-download-dati {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1200px) {
  .griglia-download li {
    position: relative;
    float: left;
    width: 33%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
}

@media screen and (max-width: 991px) {
  .griglia-download li {
    position: relative;
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .tit-download{
    padding-top: 100px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .griglia-download li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
  }
}

/* pagina about us */

#blocchi-about h2 {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
}

.tit-righino {
  position: relative;
}

.tit-righino:before {
  content: "";
  width: 2px;
  height: 120px;
  background: #ce1318;
  display: block;
  position: absolute;
  left: -15px;
  top: 10px;
}

#blocchi-about p {
  font-weight: 300;
  font-size: 18px;
}

#blocchi-about ul {
  list-style-type: none;
  padding: 0;
  font-weight: 300;
  font-size: 18px;
}

#about-block-1 .about-txt-header {
  position: absolute;
  top: 60px;
  right: 90px;
  color: #fff;
}

.about-txt-meta {
  padding: 30px;
}

#about-block-4 .txt-about-4 {
  position: absolute;
  top: 60px;
  left: 90px;
  color: #fff;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
}
#about-block-12 .txt-about-12 {
  position: absolute;
  top: 165px;
  left: 90px;
  color: #fff;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
}
@media screen and (min-width:1600px) {
  #about-block-12 .txt-about-12 {
    top: 180px;
  }
}

#about-block-6 .txt-about-6, #about-block-8 .txt-about-8, #about-block-16 .txt-about-16 {
  position: absolute;
  top: 90px;
  left: 90px;
  color: #fff;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
}

#about-img-2, #carosello-about-3, #about-img-5 {
  position: relative;
  left: 0;
  z-index: 2
}

.cont-box-prlx {
  margin: 0 auto;
  width: 94%;
  position: relative
}

.owl-chi-siamo .owl-nav {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
}

.owl-ref-bpower .owl-prev, .owl-ref-bpower .owl-next {
color:red
}

.owl-ref-bpower:hover .owl-prev, .owl-ref-bpower:hover .owl-next {
color:white
}

.owl-ref-bpower .owl-prev:hover, .owl-ref-bpower .owl-next:hover {
color:red!important
}
.txt-stile-normale {
  text-transform: none;
}

@media (max-width: 1400px) {
  #blocchi-about h2 {
    font-size: 42px;
  }
  #blocchi-about p {
    font-size: 15px;
  }
  #blocchi-about ul {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #blocchi-about {
    padding-top: 0px;
  }
  #blocchi-about h2 {
    font-size: 30px;
  }
  #blocchi-about p {
    font-size: 15px;
  }
  #blocchi-about ul {
    font-size: 15px;
  }
  #about-block-1 .about-txt-header {
    top: 45px;
    right: 45px;
  }
  #about-block-4 .about-txt-header {
    top: 45px;
    right: 45px;
  }
  #about-block-6 .txt-about-6, #about-block-8 .txt-about-8, #about-block-10 .txt-about-10, #about-block-14 .txt-about-14 {
    top: 45px;
    left: 45px;
  }
  
  .about-block {margin-top:0}
}

@media (max-width: 767px) {
	#footer .fullwidth {max-width:45px!important}
    #footer .footer-col {text-align:center}
    #footer .footer-col img {display:inline}
  .titolosoluzioni {
    font-size: 27px;
  }
  #about-block-1 .about-txt-header {
    top: 30px;
    right: 30px;
  }
  #about-block-4 .txt-about-4 {
    top: 15px;
    left: 30px;
  }
  #about-block-6 .txt-about-6, #about-block-8 .txt-about-8, #about-block-10 .txt-about-10, #about-block-14 .txt-about-14 {
    top: 15px;
    left: 30px;
  }
  .form-group, #form-prodotti input, #form-prodotti textarea, #form-prodotti #inviaform, .form-group select {
    font-size: 12px;
    line-height: 16px;
  }
  .fuori-form-prod .card-block {
    padding: 9px
  }
  .form-control {
    padding: 2px;
  }
  .form-group {
    margin-bottom: 8px;
  }
  .fuori-form-prod hr {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  #form-prodotti textarea.form-control {
    height: 60px;
  }
  .pg-home .owl-sol-mob-home .owl-nav {
    margin: 6px auto;
    height: 48px;
  }
  .pg-home .owl-sol-mob-home {
    margin-top: 0;
  }
  .pg-home .mob-vant-sol .cont-swipe {
    bottom: 60px;
  }
  .pg-home #soluzioni-home {
    display: none;
  }
  .pg-home .una-soluz {
    padding: 0px 0px 55px 0px;
  }
  #header-soluz #header-soluz-img {
    /*top: -70px;*/
  }
}

/* pagina contatti */

.pg-contatti {
  overflow-x: hidden
}

#map {
  height: 400px;
  width: 100%;
}
@media screen and (min-width:1600px) {
  #map {
    height: 600px;
    width: 100%;
  }
}
.tit-contatti-form {
  padding: 45px 30px;
}

.tit-contatti-form h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ce1318;
}
.contatti-form h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ce1318;
}

.contatti-indirizzo {
  background: #f0f0f0;
  padding: 60px 30px;
}

.contatti-form {
  padding: 0 30px 60px 30px;
  position: relative;
}
.contatti-form h4{
  padding: 0 30px 60px 30px;
  position: relative;
}

/*
.contatti-form:before {content: ""; width: 1px; height: 2000px; position: absolute; bottom: 0; left: 0; background: #d7d8d2;}
.contatti-form:after {content: ""; width: 1px; height: 2000px; position: absolute; bottom: 0; right: 0; background: #d7d8d2;}

.contatti-indirizzo:before {content: ""; width: 3000px; height: 1px; position: absolute; top: 0; left: -1000px; background: #d7d8d2;}
.contatti-indirizzo:after {content: ""; width: 1px; height: 2000px; position: absolute; bottom: 0; left: 0; background: #d7d8d2;}
*/

/* HELP CLASS */

.fullwidth {
  width: 100%;
  height: auto;
}

.margin-top-1 {
  margin-top: 1rem;
}
.img-soluzione.aliant-shed{
  margin-top: 50px;
}


/* Banner Cookie */

.bannercookie {
position: fixed;
top:-200px;
    z-index: 10000;
    background-color: #eee;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.notice__content {color:#000}
#acconsentocookie {width:60px; font-size:13px; line-height:15px}