/* ==========================================================================
   STILI GENERICI
   ========================================================================== */
   audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
  }
  textarea {
    resize: vertical;
  }
  /*questo sotto non somma il padding*/
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* ==========================================================================
     STILI SITO
     ========================================================================== */

   :root {
    --elettrogeni: #ffc600;
    --motopompe: #26a9e0;
    --antincendio: #ea3034;
    --motori: #686868;
    --rosso: #ea3034;
    --nero: #000000;
    --bianco: #ffffff;
    --grigio: #d2d2d2;
    --grigino: #646464;
    --grigione: #3d3d3d;
    --grigetto:#edeaea;
    
  }

body {
  font-size: 18px;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
}
figure{
  margin-left: 0;
  margin-right: 0;
}
img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.img-center{
  text-align: center;

}
/*testo due colonne*/
.colonneDue,
.colonneTre {
  column-count: 1;
  column-gap: 40px;
}
.pulsante{
  background-color: var(--rosso);
  padding: 10px 40px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  color: var(--bianco);
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
}
.pulsante-small{
  background-color: var(--rosso);
  padding: 9px 30px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  color: var(--bianco);
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
}
.pulsante-cert{
  background-color: var(--rosso);
  padding: 6px 10px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  color: var(--bianco);
  font-size: 20px;
  border: 0;
  display: inline-block;
  margin-bottom:5px;"
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper {
  width: 92%;
  margin: 0 4%;
}
.wrapper_nomargin {
  width: 100%;
}
.show-mobile {
  display: inline-block !important;
}
.show-desk {
  display: none !important;
}

a {
  color: var(--rosso);
  text-decoration: none;
}
p.small{
  margin: 0.5em 0;
}
.margin-top{
  margin-top: 40px;
}
.padding-tb{
  padding: 50px 0;
}

h1 {
  color: var(--nero);
  font-size: 43px;
  line-height: 45px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-weight: 800;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
h2 {
  color: var(--nero);
  font-size: 33px;
  text-align: left;
  padding-bottom: 20px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  margin: 0;
  font-weight: 500;
  line-height: 38px;
}
h3 {
  color: var(--grigione);
  font-size: 26px;
  text-align: left;
  line-height: 28px;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-weight: 500;
}
.box-form {
  background: #f5f5f5;
  padding: 40px;
}

/*STILI GENERICI*/
.venti, .trenta, .quaranta, .cinquanta, .sessanta, .settanta, .ottanta {
  float: left;
  width: 100%;
}

/*LIGHTSLIDER*/
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: var(--rosso) !important;
}
.lSSlideOuter .lSPager.lSpg>li a{
  height: 12px !important;
  width: 12px !important;
}




/* DA VERIFICARE----------------------------*/


h4 {
  color: rgb(217, 20, 20);
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h5 {
  background-color: rgb(240, 240, 240);
  border: solid 1px #d7d7d7;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  padding: 5px;
}
figcaption {
  color: #666666;
  font-style: italic;
  font-size: 14px;
  line-height: 15px;
  margin: 4px 0 10px 0;
}
.right {
  float: right;
}
img.right {
  float: right;
  margin: 0 0 10px 10px;
}
.left {
  float: left;
}
img.left {
  float: left;
  margin: 0 40px 40px 0;
}
.hide {
  display: none;
}
.hide-show {
  display: none !important;
}
.show-hide {
  display: inline-block !important;
}
.venti, .trenta, .quaranta, .cinquanta, .sessanta, .settanta, .ottanta {
  float: left;
  width: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app.flex {
  padding: 10px 0 60px 0;
  text-align: center;
}
#app.flex div {
  flex: 0 1 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 15px;
  margin: 5px;
  box-shadow: 0px 7px 5px #ccc;
  transition: background-color 0.4s ease-in-out;
}
#app.flex div:hover {
  background: #fdcc03;
}
#app.flex div:hover .numeri {
  background: #fff;
  color: #000;
}
.app-elcos .settanta {
  padding-left: 40px;
}
.app-store a {
  margin-right: 10px;
}
.app-store .flex {
  justify-content: center;
}
.numeri {
  font-size: 35px;
  display: inline-block;
  text-align: center;
  background: #fbc300;
  border-radius: 100px;
  height: 55px;
  width: 55px;
  color: #fff;
  padding: 15px 0 0 0;
}
hr {
  color: #D8D8DA;
  background-color: #D8D8DA;
  height: 1px;
  border: 0px;
}
ul {
  padding-left: 20px;
}
ol {
  padding-left: 20px;
}

#submit_manuale_richiedi, #reset_manuale_richiedi {
  color: #fff;
  background: #ea3332;
  border-radius: 5px;
  border: 0;
  padding: 5px;
  line-height: 18px;
  text-decoration: none !important;
  font-size: 20px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-weight: 400;
  width: 45%;
  margin-right: 5%;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 30px;
}
section.wrapper {
  margin-bottom: 40px;
}
.info{
	border: solid 1px #ea3332;
	padding: 15px;
	color: #ea3332;
	font-style: italic;
	font-size: 17px;
  margin-bottom: 30px;
	
}



/* HEADER 
------------------------------------------------------------------------------- eli*/
.dati-user {
  background: #d91414;
  padding-top: 10px;
  color: var(--bianco);
}
.dati-user em {
  font-weight: bold;
  font-size: 13px;
}
header {
  background: var(--grigione);
  width: 100%;
  padding-bottom: 30px;
}
.logo {
  width: 100%;
  padding-top: 20px;
}
.logo img{
  max-width: 250px;
}
.navigazione {
  width: 100%;
  margin-top: 15px;
}
.lingue {
  display: inline-block;
  text-align: right;
  float: right;
}
.lingue img {
  margin-left: 10px;
}
.puls-cerca a{
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  color: var(--bianco);
  font-size: 22px;
  margin-left: 15px;
  
}
.puls-cerca img{
  margin: 0 10px 0 20px;
}
.menu-orizzontale {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 30px;
}
.nav-container {
  text-transform: uppercase;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-weight: 500;
  align-items: flex-end;
}
/*NAV
------------------------------------------------------------------------------- eli*/
nav.menu-container ul li a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0px 5px;
	font-size: 22px;
	color: #fff;
  margin: 0;
}
nav.menu-container ul li a:hover{
  text-decoration: none;
}
nav.menu-container ul li.voceOn a{
 text-decoration: underline;
}
nav.menu-container ul li ul li.voceOn {
  background-color: var(--rosso);
  text-decoration: none;
}
nav.menu-container ul li ul li.voceOn a{
  color: var(--bianco) !important;
  text-decoration: none;
}
nav.menu-container ul li ul li.voceOn ul li a.voceOn{
background-color: var(--rosso);
color: var(--bianco) !important;
}
nav.menu-container ul li ul li.voceOn ul li a{
  color: var(--grigione) !important;
  }
  nav.menu-container ul li ul li.voceOn ul li a:hover{
    color: var(--bianco) !important;
    }
/*SERACH BAR
------------------------------------------------------------------------------- eli*/
#search-bar input[type="text"] {
  -moz-border-bottom-colors: none;
  background-color: #FFF;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border: solid 1px #ccc;
  color: #000;
  display: inline-block;
  left: 0;
  margin: auto;
  text-align: left;
 flex: 1 0 60%;
  padding: 10px;
  font-size: 16px;
}
#search-bar input::-moz-placeholder, #search-bar textarea::-moz-placeholder {
  opacity: 1 !important;
}
#search-bar {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: var(--nero);
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  display: none;
  left: 0;
  padding: 20px;
  text-align: center !important;
  width: 100%;
  z-index: 600;
  color: var(--bianco);
}
#search-bar .flex{
  justify-content: center;
  align-items: center;
}
#search-bar img{
 margin: 0 5px;
}
#search-bar h3 {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  color: var(--bianco);
}
#search-bar input[type="text"]:focus {
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
}
form input[type="submit"].btn-cerca {
  background: url("/images/cerca-ricerca.png")  no-repeat;
  height: 23px;
  margin-left: 10px;
  width: 23px;
  border: 0;
}
.x-chiudi {
  float: right;
  bottom: 0;
  right: 0;
  background: url(/images/ico-chiudi.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* AZIENDA
------------------------------------------------------------------------------- eli*/
#azienda .flex{
  align-items: center;
}

.azienda-desc{
  flex: 0 1 100%;
}
.azienda-img{
  flex: 0 1 100%;
}
.nota-azienda {
  font-size: 11px;
  line-height: 15px;
}
/*TEAM*/
#team{
  background-color: var(--grigetto);
  padding: 40px 0;
}
#team .flex{
  align-items: center;
}
#team .flex div{
  flex: 0 1 100%;
}
#team .flex figure{
  flex: 0 1 100%;
}

/*GALLERY*/
#azienda-gallery{
  padding: 40px 0;
  display: none;

}
#azienda-gallery div{
  flex: 0 1 30%;
  margin-top: 30px;
}
#azienda-gallery h2, #azienda-gallery p {
  margin: 0;
  padding: 0;
}
/*SMALTIMENTO*/
.table-container {
  width: 100%;
  overflow-x: auto
}
.table-smaltimento{
width: 100%;
color: #212529;
margin-top: 40px;
font-size: 16px;

}
.table-smaltimento img{
  max-height: 60px;
 }
.table-smaltimento td{
  border-bottom: solid 1px var(--grigetto);
  border-left: solid 1px var(--grigetto);
  padding: 8px;
}
.table-smaltimento tr td:last-child{
  border-right: solid 1px var(--grigetto);
}
.table-smaltimento th{
  text-align: left;
  border-bottom: solid 1px var(--grigetto);
  border-left: solid 1px var(--grigetto);
  border-top: solid 1px var(--grigetto);
  padding: 8px;
}
.table-smaltimento tr th:last-child{
  border-right: solid 1px var(--grigetto);
}
/* SOFTWARE
------------------------------------------------------------------------------- eli*/
#software{
  padding: 60px 0 60px 0;
}
#software h3 a{
  font-size: 24px;
  text-transform: uppercase;
}
#software h3{
  font-size: 24px;
  color: var(--rosso);
  border-bottom: solid 1px var(--grigio);
  text-transform: uppercase;
}
#software .scheda-zoom figure{
  background-color: var(--rosso);
  margin: 0 !important;

}
#software .scheda-zoom a{
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 26px;
}
#software .parag h3{
margin-bottom: 0;
}
#software .flex{
justify-content: flex-start;
}
#software .flex a{
  margin-right: 15px;
  }
#software i {
  font-size: 25px;
  font-style: normal;
  line-height: 15px;
  border-radius: 15px;
  padding: 5px 10px 5px 6px;
  color: #fff;
display: inline-block;
float: right;
background-color: var(--rosso);
}
.fa-plus:before {
  content: "+";
  height: 8px;
  width: 8px;
  display: inline-block;
}
.fa-minus:before{
  content:"-";
  height: 8px;
  width: 7px;
  display: inline-block;
  margin-left: 1px;
}
.video .rwd-video {
  margin-bottom: 20px;
}

/* CERTIFICAZIONE
------------------------------------------------------------------------------- eli*/

.certificazione-desc{
  flex: 0 1 100%;
}
.certificazione-img{
  flex: 0 1 100%;
  text-align: center;
  background-color: var(--grigetto);
  padding: 20px;
  margin-top: 30px;
}
.certificazione-loghi.flex{
  justify-content: flex-start;
  align-items: center;
}
.certificazione-loghi figure{
  margin-right: 20px;
}

/* DOWNLOAD
------------------------------------------------------------------------------- eli*/
#download .login{
  width: 100%;
  background-color: var(--grigetto);
  padding: 30px;
}
#download .download-filtri{
  width: 100%;
}
#download .download-filtri h2{
  padding: 0;
}
#download .download-filtri p{
  margin: 0 0 10px;
}
#download .download-filtri select{
  width: 100%;
  margin-bottom: 10px;
}
/*LOGIN
--------------------------------------------------------------------------------eli*/
/*password reset*/
#pass-reset .form_buttons button{
  background-color: var(--rosso);
  padding: 10px 40px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  color: var(--bianco);
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
}
#pass-reset #reset_password_1 label{
  width: 100%;
}
#pass-reset #reset_password_1 input{
  width: 100%;
}
#pass-reset p{
  margin: 0;

}


/*HOME
------------------------------------------------------------------------------- eli*/
#home-slide{
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(61,61,61,1) 5%);
}
.swiper-slide{
  background-color: var(--bianco);
}
.swiper-button-next, .swiper-button-prev{
  color: var(--rosso) !important;
}
.swiper-pagination{
  padding-top: 20px !important;
  position: relative !important;
}
.swiper-pagination-bullet-active{
  background-color: var(--rosso) !important;
}
.swiper-pagination-bullet {
  height: 11px !important;
  width: 11px !important;
 
}
.swiper-wrapper{
  align-items: stretch;
}

#home-slide .wrapper{
  bottom: 0px;
  position: relative;
}
.slide-foto{
  width: 100%;
}
.slide-foto img{
  width: 100%;
}
.slide-descrizione{
  background-color: #fff;
  width: 100%;
  padding: 40px;
  align-items: center;
  color: #000;
  text-align: left;
}
.slide-descrizione a{
  color: var(--rosso);
  text-decoration: underline;
}

.slide-fascia {
  bottom: 0;
  height: 45%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
/*.slide-content-container {
  width: 100%;
  margin-bottom: 0px;
  margin-right: 0px;
}
a .slide-content-container p{
  color: #000;
}
.slide-content {
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
}
.slide-content h1 {
  font-weight: 700;
  margin-bottom: 0;
}
.slide-content span {
  text-decoration: underline;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--nero);

}*/
.slide-prodotto {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.slide-prodotto figure {
  text-align: center;
  width: 100%;
}
/*PRODOTTI---------------eli*/
.prodotti-home {
  padding: 70px 0 0px 0;
}
.prodotti-home h2 {
  font-weight: 800;
  margin: 0px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 41px;
  line-height: 40px;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.prodotti-home h2 figure{
  float: left;
  height: 53px;
 width: 65px;
 margin: 0;
 padding: 0;
 margin-right: 20px;
 display: inline-block;
}
.prodotti-home .box:hover h2 figure{
  margin-left: 10px;
  margin-right: 10px;
}
.prodotti-home .box {
  text-align: center;
  width: 100%;
  margin-bottom: 90px;
  align-items: stretch;
  justify-content:space-between;
  flex-direction: column;
  padding-top: 20px;
}
.prodotti-home .box div{
  width: 100%;
}
.prodotti-home a {
  text-decoration: none;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
}
.prodotti-home p{
  padding-bottom: 0;
  padding: 0 10px;
}
.prodotti-home .box:hover p{
 color: var(--bianco);

}
.prodotti-home .box:hover h2{
  color: var(--bianco);
 }

.prodotti-home a.prodotti-link {
  text-decoration: none !important;
  font-size: 26px;
  font-weight: 700;
  padding: 10px;
  color: var(--bianco) !important;
}
.prodotti-home a.download{
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0;
  background-color: var(--bianco);
}
.prodotti-home .elettrogeni a.download, .prodotti-home .elettrogeni h2 {
  color: var(--elettrogeni);
}
.prodotti-home .elettrogeni .prodotti-link {
  background-color: var(--elettrogeni);
}
.elettrogeni:hover{
  background-color: var(--elettrogeni);
}


.prodotti-home .motopompe a.download, .prodotti-home .motopompe h2 {
  color: var(--motopompe);
}
.prodotti-home .motopompe .prodotti-link {
  background-color: var(--motopompe);
}

.motopompe:hover{
  background-color: var(--motopompe);
}
.prodotti-home .antincendio a.download, .prodotti-home .antincendio h2 {
  color: var(--antincendio);
}
.prodotti-home .antincendio .prodotti-link {
  background-color: var(--antincendio);
}
.antincendio:hover{
  background-color: var(--antincendio);
}
.prodotti-home .motori a.download, .prodotti-home .motori h2 {
  color: var(--motori);
}
.prodotti-home .motori .prodotti-link {
  background-color: var(--motori);
}
.motori:hover{
  background-color: var(--motori);
}

.prodotti-home .elettrogeni figure {
  background: url(../images/icona_gruppi_elettrogeni.png) no-repeat top center;
}
.prodotti-home .elettrogeni:hover figure {
  background: url(../images/icona_gruppi_elettrogeni_bianco.png) no-repeat top center;
}
.prodotti-home .motopompe figure {
  background: url(../images/icona_motopompe_irigazione.png) no-repeat top center;
}
.prodotti-home .motopompe:hover figure {
  background: url(../images/icona_motopompe_irigazione_bianco.png) no-repeat top center;
}

.prodotti-home .antincendio figure {
  background: url(../images/icona_gruppi_antincendio.png) no-repeat top center;
}
.prodotti-home .antincendio:hover figure {
  background: url(../images/icona_gruppi_antincendio_bianco.png) no-repeat top center;
}
.prodotti-home .motori figure {
  background: url(../images/icona_motori_diesel.png) no-repeat top center;
}
.prodotti-home .motori:hover figure {
  background: url(../images/icona_motori_diesel_bianco.png) no-repeat top center;
}
/*da verificare----------------------------------

.mappa {
  background: #f0ede5;
}
.home-newprodotti {
  background: #f3f3f3;
  padding: 30px 0;
}
.home-newprodotti .trenta {
  padding-right: 30px;
}
.home-newprodotti h2 {
  margin: 0;
  padding: 0;
}
.home-newprodotti h2 strong {
  padding-right: 10px;
}
.home-newprodotti img {
  border: solid 1px #c8c8c8;
}*/
/* MAIN 
------------------------------------------------------------------------------- da verificare*/
.main {
  padding: 50px 0 50px 0;
}
.qtip {
  background: #fff !important;
  border: solid 1px #ccc !important;
  margin-top: -5px !important;
}



/*NEWS
-------------------------------------------------------------------------------eli*/
#news .box-news{
 width: 100%;
}
.box-news {
  border: solid 1px #ccc;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 50px;
  padding: 30px;
}
.box-news h2{
  padding: 0;
}
.box-news figure {
  width: 100%;
}
.box-news div {
  width: 100%;
}
/*NEWS-DETTAGLIO
-------------------------------------------------------------------------------eli*/
#news-dettaglio .video{
  background-color: var(--grigetto);
  padding: 50px 0;

}
#news-dettaglio a{
  text-decoration: underline;
}
#news-dettaglio .data{
  font-size: 18px;
  color: var(--grigino);
}
#news-dettaglio figure{
  margin:0 0 30px 0;
  width: 100%;
}

/*CONTATTI
-------------------------------------------------------------------------------eli*/
.contatti .dovesiamo, .contatti .mappa{
  width: 100%;
}

/*PRODOTTI
-------------------------------------------------------------------------------eli*/
/*a.download-CAT1 {
  background-color: solid 2px var(--motopompe);
  width: 100%;
  padding: 8px;
  color: var(--bianco);
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
a.download-CAT2 {
  background-color: solid 2px var(--elettrogeni);
  width: 100%;
  padding: 8px;
  color: var(--bianco);
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
a.download-CAT3 {
  background-color: solid 2px var(--antincendio);
  width: 100%;
  padding: 8px;
  color: var(--bianco);
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
a.download-CAT4 {
  background-color: solid 2px var(--motori);
  width: 100%;
  padding: 8px;
  color: var(--bianco);
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}*/

/*PRODOTTI
-------------------------------------------------------------------------------eli*/
.prodotti-listone{
  padding: 30px;
  display: block;
}
.boxetto_categoria {
  margin-bottom: 80px;
}
.boxetto_categoria h3{
  background-color: #959595;
  color: var(--bianco);
  padding: 10px;
}
article.prodotto-lista {
  padding: 10px;
  min-height: 310px;
}
article.prodotto-lista a.pulsante{
  font-size: 20px;
  line-height: 21px;
  padding: 5px;
  display: block;
  text-align: center;
}
article img {
  border: solid 1px var(--grigetto);
}



/*---------da verificare*/
.filtro-categoria{
	padding: 0 0 50px 0;
	width: 100%;	
}
.filtro-categoria select{
	width: 100%;
	margin: 0;
	/*background-color: #fdfdfd;*/
	border: solid 1px #e5e5e5;
	font-weight: bold;
}
.parag h5, .testo h5{
	padding: 0px;
	border: 0;
	background-color: #e6e6e6;
	font-size: 15px;
}



.prodotti {
  padding: 10px 0 40px 0;
}
.prodotti .venti {
  text-align: center;
  margin-bottom: 20px;
}
.prodotti h1 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.icona {
  margin-top: -50px;
  max-height: 80px;
}
.prodotti p {
  text-align: center;
}
.prodotti a {
  text-decoration: none;
  color: #000;
}
.prodotti span {
  text-decoration: underline;
}
a.download-elettrogeni, a.download-CAT2 {
  border: solid 2px #ffc600;
  width: 100%;
  padding: 8px;
  color: #000;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
.prodotti .elettrogeni, .prodotti .motopompe, .prodotti .antincendio, .prodotti .motori {
  padding: 10px 8px;
  min-height: 100px;
  margin-top: 40px;
}
.prodotti .elettrogeni a, .prodotti .motopompe a, .prodotti .antincendio a, .prodotti .motori a {
  text-decoration: underline;
  color: #000;
}
.prodotti .elettrogeni:hover > span, .prodotti .motopompe:hover > span, .prodotti .antincendio:hover > span, .prodotti .motori:hover > span {
  color: #fff;
}
.prodotti .elettrogeni:hover > p, .prodotti .motopompe:hover > p, .prodotti .antincendio:hover > p, .prodotti .motori:hover > p {
  color: #fff;
}
.prodotti .elettrogeni:hover > h1, .prodotti .motopompe:hover > h1, .prodotti .antincendio:hover > h1, .prodotti .motori:hover > h1 {
  color: #fff;
}
.prodotti .elettrogeni:hover {
  background: #ffc600;
}
a.download-motopompe, a.download-CAT1 {
  border: solid 2px #26a9e0;
  width: 100%;
  padding: 8px;
  color: #000;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
.prodotti .motopompe:hover {
  background: #26a9e0;
}
a.download-antincendio, a.download-CAT3 {
  border: solid 2px #ec1c24;
  width: 100%;
  padding: 8px;
  color: #000;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
.prodotti .antincendio:hover {
  background: #ec1c24;
}
a.download-motori, a.download-CAT4 {
  border: solid 2px #686868;
  width: 100%;
  padding: 8px;
  color: #000;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
.prodotti .motori:hover {
  background: #686868;
}
.puls-dow-cat a {
  margin-top: 0;
}

/*scheda--------------------------------------------------------------------------------------eli*/
.titolo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.titolo a span{
  text-transform: uppercase;
  margin: 20px 0;
  color: var(--bianco);
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 24px;
  font-weight: 400;
  background: url("/images/freccia-back.png")  no-repeat;
  padding-left: 20px;
}
.titolo h1{
  text-transform: uppercase;
  margin: 0;
  color: var(--bianco);
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 43px;
  line-height: 45px;
  font-weight: 400;
  padding-left: 0px;
}
.scheda-prod {
  align-items: flex-start;
}
.scheda-prod a{
  font-size: 26px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.scheda-prod h1 {
  margin: 0;
}

.scheda-prod .scheda-img {
  flex: 0 1 100%;
}
.misuradett {
  border: solid 1px var(--grigetto);
}
.scheda-prod .scheda-img figure{
  margin: 0 0 20px 0;
}
.scheda-prod .scheda-img figure img{
  width: 100%;
}
.scheda-zoom figure {
  padding: 2px;
  display: inline-block;
  margin: 0 4px 8px 0 !important;
flex: 0 1 28%;
}
.scheda-zoom{
  margin-bottom: 40px;
  display: flex;
}

.scheda-prod .scheda-desc {
  flex: 0 1 100%;
}

/*toggle*/
div.parag {
  margin-top: 40px;
}
div.parag table {
  border-collapse: collapse;
  border: solid 1px var(--grigetto);
}
div.parag table td {
  padding: 5px 10px;
	border-bottom:  solid 1px var(--grigetto);
}
.parag h3, #allegati-pdf h3{
	padding: 5px 0px;
	border: 0;
	border-bottom: solid 1px var(--grigio);
	font-size: 15px;
  margin-bottom: 30px;
}
.dettaglio {
  display: none;
  margin-bottom: 60px;
}
.dettaglio a {
text-decoration: underline;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
}
.parag #dett1 table{
	width: 100%;
	background-color: none;
	border: 0px;
	
}
.parag #dett2 table{
	width: 100%;
	background-color: none;
	
}
.st-accordion i {
  font-size: 25px;
  line-height: 15px;
  border-radius: 15px;
  padding: 5px 10px 5px 6px;
  font-style: normal;
  color: #fff;
display: inline-block;
float: right;
}
.fa-plus:before {
  content: "+";
  height: 8px;
  width: 8px;
  display: inline-block;
}
.fa-minus:before{
  content:"-";
  height: 8px;
  width: 7px;
  display: inline-block;
  margin-left: 1px;
}


/*colori categorie*/

.scheda-CAT2 a, .scheda-CAT2 .scheda-prod h1{
  color: var(--elettrogeni);
}
.scheda-CAT1 a, .scheda-CAT1 .scheda-prod h1{
  color: var(--motopompe);
}
.scheda-CAT3 a, .scheda-CAT3 .scheda-prod h1{
  color: var(--antincendio);
}
.scheda-CAT4 a, .scheda-CAT4 .scheda-prod h1{
  color: var(--motori);
}

.scheda-CAT2 .scheda-zoom figure, .tit-CAT2, .scheda-CAT2 .st-accordion i {
  background-color: var(--elettrogeni);
}
.scheda-CAT1 .scheda-zoom figure, .tit-CAT1, .scheda-CAT1 .st-accordion i {
  background-color: var(--motopompe);
}
.scheda-CAT3 .scheda-zoom figure, .tit-CAT3, .scheda-CAT3 .st-accordion i {
  background-color: var(--antincendio);
}
.scheda-CAT4 .scheda-zoom figure, .tit-CAT4, .scheda-CAT4 .st-accordion i {
  background-color: var(--motori);
}

/*download*/
.scheda-download {
  background-color: var(--grigetto);
  padding: 50px 0 70px 0;
}
.scheda-download h2 {
  margin-bottom: 0;
}
.scheda-download strong {
  display: block;
  margin-top: 30px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 26px;
  font-weight: 500;
}
.not-close{
  margin-bottom: 60px;
}
.scheda-download .allegati-line {
  background-color: transparent;
  border-bottom: solid 1px var(--bianco);
  padding: 8px 0;
}






.print {
  float: right;
  text-align: right;
}
.print a {
  text-decoration: none;
}
.close {
  display: none;
}
.paragrafoText {
  border: solid 1px #d7d7d7;
  background-color: #FFFFFF;
  padding: 5px 10px;
  margin-top: 1px;
}

.fotodett {
  vertical-align: top;
  width: 10%;
}
.descdett {
  vertical-align: top;
  padding-top: 60px;
}
.immaginetta {
  border: solid 1px #ff4a49;
  /*margin-top: 20px;
	margin-right: 20px;*/
}
.scheda-download .allegati-download {
  flex: 0 1 100%;
	display: flex;
	justify-content: flex-start;
}
.allegati-descrizione{
  flex:0 1 100%;
  }
.allegati-download {
    float: right;
}
.allegati-download a, .allegati-download span.off-ico {
	margin: 0 3px;
}
.allegati-download-label {
  float: left;
  padding: 1px 10px 1px 4px;
  font-size: 10px; 
  line-height: 12px; 
}
.allegati-download-auth {
  font-weight: bold;
  color: #ea3332;
}
.allegati-download-login {
  color: #aaa;  
}

.allegati-line {
	background: #f0f0f0;
	clear: both;
    padding: 4px;
    margin: 4px 0;
}

#allegati {
  margin-top: 60px;
}
#allegati h5 {
  border: 0;
  background: none;
  font-size: 18px;
  font-weight: bold;
}

/* VIDEO YT 
---------------------------------------------------------------------------*/
.HOMEvideo{
  display: block;
  justify-content: center;
  align-items: flex-start;
}
.rwd-video{
  height:0;
  overflow:hidden;
  padding-bottom:56.25%;
  padding-top:30px;
  position:relative;
}
.rwd-video iframe, .rwd-video object, .rwd-video embed{
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}




/*MANUALI
-------------------------------------------------------------------------------*/
.lista-modello {
  padding-top: 20px;
  color: #ea3332;
  font-size: 17px;
  font-weight: bold;
}
.lista-cat {
  font-size: 25px;
  color: #fff;
  background: #ea3332;
  padding: 10px;
  text-transform: uppercase;
  margin-top: 70px;
}
.lista-subcat {
  font-size: 22px;
  font-weight: bold;
  margin-top: 60px;
  border-bottom: solid #ea3332 1px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
}
table.manuali {
  border: solid 1px #CCCCCC;
  border-collapse: collapse;
}
table.manuali th {
  padding: 5px 10px;
  font-size: 12px;
  text-align: left;
}
table.manuali td {
  padding: 5px 10px;
  border-top: solid 1px #CCCCCC;
  font-size: 12px;
  text-align: left;
}
table.manuali td img {
  padding: 1px;
  border: solid 1px #CCCCCC;
  margin-right: 5px;
}
#manuale a {
  padding-right: 10px;
  text-decoration: none;
}
#manuale img {
  padding: 1px;
  border: solid 1px #CCCCCC;
  margin-bottom: -5px;
}
/* GOOGLE MAP
-------------------------------------------------------------------------------*/
.googlemap_wrap {
  height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 65.25%;
  padding-top: 10px;
  position: relative;
}
.googlemap_wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dovesiamo {
  margin: 0 0 50px 0;
}
.dovesiamo h2 {
  margin-top: 0;
}
/*CALL TO ACTION
------------------------------------------------------------------------------- eli*/

.calltoaction{
  background: url("/images/calltoaction-bg.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0 0 0;
}
.calltoaction .wrapper div{
  background-color: rgba(250,250,250,0.85);
  width: 100%;
  padding: 60px;
  text-align: center;
  margin-bottom: -20px;
  position: relative;
}
.calltoaction .wrapper div h2{
  text-align: center;
}


/* FOOTER 
------------------------------------------------------------------------------- eli*/
footer {
  background: var(--grigione);
  color: var(--bianco);
  padding: 100px 0 0 0;
  font-size: 14px;
}
footer .flex div{
  width: 100%;
  margin-bottom: 25px;

}
footer a {
  color: var(--bianco);
}
footer .link a {
  color: var(--bianco);
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 24px;
}
footer .chiusura{
  text-align: center;
  border-top: solid 1px var(--grigino);
  padding: 30px 0 ;
  margin-top: 30px;
  font-style: italic;
}
footer .dati {
  color: var(--grigino);
  font-size: 13px;
  line-height: 15px;
  font-style: normal;
}
footer strong{
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-weight: 500;
  font-size: 24px;

}
/* ==============================================================================================================================
   Media Queries
   ============================================================================================================================== */
@media only screen and (min-width: 480px) {
  .venti {
    width: 33%;
  }
}
@media only screen and (min-width: 760px) {

   /*NEWS-DETTAGLIO
-------------------------------------------------------------------------------eli*/
#news-dettaglio figure{
  float: right;
  max-width: 450px;
  width: auto;
  margin:0 0 40px 40px;
}


}

@media only screen and (min-width: 1024px) {
      /*testo due colonne*/
      .colonneDue {
        column-count: 2;
        column-gap: 40px;
      }
    
      .colonneTre {
        column-count: 3;
        column-gap: 40px;
      }
      /*STILI GENERICI*/
      .venti {
        width: 20%;
      }
      .trenta {
        width: 30%;
      }
      .quaranta {
        width: 40%;
      }
      .cinquanta {
        width: 47%;
        margin-right: 3%;
      }
      .sessanta {
        width: 57%;
        margin-right: 3%;
      }
      .settanta {
        width: 67%;
        margin-right: 3%;
      }
      .ottanta {
        width: 77%;
        margin-right: 3%;
      }

  .show-mobile {
    display: none !important;
  }
  .show-desk {
    display: inline-block !important;
  }
  /*SOFTWARE*/
  #app.flex div {
    flex: 0 1 20%;
  }
  .video.trenta {
    width: 33%;
  }
    /*HEADER
------------------------------------------------------------------------------- eli*/

.puls-cerca a{
  border-left: solid 1px #737373;
}
  .logo {
    width: 27%;
  }
  .logo img{
    max-width: 380px;
    width: 100%;
  }
  .navigazione {
    width: 73%;
  }
  .menu-orizzontale {
    justify-content: right;
  }


    /*HOME
------------------------------------------------------------------------------- eli*/
/*SLIDER*/
.slide-content-container {
  width: 40%;
  margin-bottom: 40px;
margin-right: 80px;
}
.slide-bg {
  height: 370px;
  background-size: cover;
}
#home-slide{
  background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(61,61,61,1) 15%);
}
#home-slide .wrapper{
  bottom: -20px;
}
.slide-foto{
  width: 65%;
}
.slide-descrizione{
  width: 35%;
}




  /*PRODOTTI*/

  .prodotti-home .box {
    width: 45%;
    margin-bottom: 80px;
  }
  .prodotti-home {
    padding: 90px 0 90px 0;
  }

/* AZIENDA
------------------------------------------------------------------------------- eli*/

.azienda-desc{
  flex: 0 1 50%;
}
.azienda-img{
  flex: 0 1 45%;
}
/*TEAM*/

#team .flex div{
  flex: 0 1 55%;
}
#team .flex figure{
  flex: 0 1 40%;
}
/*GALLERY*/
#azienda-gallery{
  display: block;

}


/* CERTIFICAZIONE
------------------------------------------------------------------------------- eli*/

.certificazione-desc{
  flex: 0 1 50%;
}
.certificazione-img{
  flex: 0 1 45%;
  margin-top: 0;
}

/* DOWNLOAD
------------------------------------------------------------------------------- eli*/
#download .login{
  width: 30%;
}
#download .download-filtri{
  width: 60%;
}

/*CONTATTI
-------------------------------------------------------------------------------eli*/
.contatti .dovesiamo, .contatti .mappa{
  width: 50%;
}
/*NEWS
-------------------------------------------------------------------------------eli*/
#news .box-news{
  width: 46%;
 }



  /*SCHEDA---------------------*/
	.scheda-download .allegati-download {
    flex: 0 1 35%;
	justify-content: flex-end;
}
.allegati-descrizione{
  flex:0 0 65%;
  }
  .scheda-prod .scheda-img {
    flex: 0 1 30%;
  }
  .scheda-prod .scheda-desc {
    flex: 0 1 65%;
  }
  .scheda-desc {
    padding-left: 10px;
    padding-top: 0px;
  }
	

	
	

  /*.pulsante {
    width: 70%;
  }*/

  .hide-show {
    display: inline-block !important;
  }
  .show-hide {
    display: none !important;
  }
  .googlemap_wrap {
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 35.25%;
    padding-top: 10px;
    position: relative;
  }


}




/*@media only screen and (min-width: 980px) {
  .puls-cerca-show-hide {
    display: none !important;
  }
  .puls-cerca-hide-show {
    display: inline-block !important;
  }

}*/

@media only screen and (min-width: 1120px) {
      /*NAV
------------------------------------------------------------------------------- eli*/
nav.menu-container ul li a {
	padding: 0px 9px;
}
}




@media only screen and (min-width: 1366px) {
  .wrapper {
    width: 1296px;
    margin: 0px auto;
  }
    /*NAV
------------------------------------------------------------------------------- eli*/
nav.menu-container ul li a {
	padding: 0px 21px;
}
  /*HOME
------------------------------------------------------------------------------- eli*/
  /*PRODOTTI*/

.prodotti-home .box {
  width: 20%;
  margin-bottom: 0px;
}

  /*CALL TO ACTION
------------------------------------------------------------------------------- eli*/

.calltoaction{
  padding: 200px 0 0 0;
}
.calltoaction .wrapper div{
  width: 70%;
  margin-bottom: -40px;
}
    /*FOOTER
  ---------------------------------------------------------------------------------- eli*/
  footer .flex div{
    width: auto;
    
  }

}

/* ======================================================================================
   Helper classes
   ====================================================================================== */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}