@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,700,800');

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Montserrat', Verdana, sans-serif;
}
html, body{
    height: 100%;
    font-size: 16px;
    font-family: 'Montserrat', Verdana, sans-serif;  
    color: #333;
}

*::selection{
  color:   rgba(255,255,255,0.8);
  background: rgba(0,0,0,0.9) !important; 
}
 *::-moz-selection{
  color:   rgba(255,255,255,0.8);
  background: rgba(0,0,0,0.9)  !important;
}

h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h4 { 
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
a {
    color: #333;
    text-decoration: none;
    transition-duration: 0.3s;
}
a:hover {
    color: #c52c2b;
}
figure {
    margin: 2.5em 45px 3em 45px;
}

.description a{
    text-decoration: underline;
}
.pure-g > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boxed{ 
    max-width: 1400px;
    margin: 0 auto;
    overflow: auto;

}
.boxed div{
    /*float: left;*/
}
.no-box {
    width: 100%;
    margin: 0;
    /*overflow: auto;*/
    overflow: hidden;
}
.no-box div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header{
    width: 100%;
    float: left;
    background-color: #fff;
    position: fixed;
    top: 0;
    transition: top 0.4s ease-in-out;
    z-index: 100;

}
.nav-up {
    top: -110px;
}
main{
    width: 100%;
}
.h-top{
    width: 100%;
    color: #fff;
    background-color: #c52c2b;
    overflow: auto;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.h-top-r{
    float: right;
    text-transform: uppercase;
}
.h-top ul{
    float: left;
    margin: 0;
    list-style: none;
}
.h-top ul li{
    float: left;
    padding-left: 25px;
}
.h-top ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
}
.h-top ul li a:hover{
    opacity: 0.7;
}
.h-lang {
    padding: 0 30px;
}
.h-lang label{
    padding: 6px 0;
}
.h-lang svg{
    position: absolute;
    top: 9px;
    left: 45px;
}
.h-top{
    display: none;
}
.h-top-menu{
    padding: 6px 30px;
}
.h-contact{
  display: none;
}
.custom-select {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 10;
}
.custom-select select {
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 0 25px 0 15px;
  color: #fff;
}
.custom-select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
/*  line-height: 38px;*/
  font-family: "Font Awesome 5 Solid";   content: "\f107";
  text-align: center;
  color: #fff;
/*  font-size: 24px;*/
/*  border-left: 1px solid #3C1C78;*/
  z-index: -1;
  display: none;
}
.custom-select select option {
    background: #c52c2b;
    color: #fff;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}




.menu{
    width: 100%;
    text-transform: uppercase;
}
.menu nav{
    float: right;
    display: none;

}
#menu-small{
    padding: 20px 0 50px 0;
}
.logo{
    float: left;
}
.logo img{
    width: 110px;
    padding: 10px 0 0 10px ;
}

.menu nav ul{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0%;
    padding-right: 4%;
    width: 46%
}
.menu nav ul:first-child{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 4%;
    padding-right: 0%;
    width: 46%
}
.menu nav ul li{
    float: left;
    padding-left: 0;
    height: 44px;
    line-height: 44px;
    width: 100%;

}
.menu nav ul li a{
    color: #333;
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0px;
}
.menu nav ul li a:hover{
    opacity: 0.7;
}
.menu-icon{
  float: right;
  padding: 28px;
  font-size: 20px;
}
.area-title{
    background-color: #bbb;
}
.area-title h1{
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding: 110px 0 35px 0;
    letter-spacing: 0.03em;
    font-size: 1.8em;
}
.area-title figure{
    width: auto;
    margin: 0 auto;
}
.area-title img{
    max-width: 150px;
    margin: 0 auto;
}
.area-title-filter{
    background-color: #bbb;
}
.area-title-filter h1{
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding: 80px 0 10px 0;
    letter-spacing: 0.03em;
    font-size: 1.8em;
}
.area-title-filter figure{
    width: auto;
    margin: 0 auto;
}
.area-title-filter img{
    max-width: 100px;
    margin: 0 auto;
}

.description h2{
    font-size: 1.7em;
    color: #bbb;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.description p{
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.4em;
}
.description h5{
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.7em;
    color: #bbb;
    letter-spacing: 0.01em;
}

.description h6{
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}

.table-start{
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.table-all{
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
    margin-top: 55px;
    float: left;
    width: 100%;
}
.product-img img{
    width: 100%;
}
.tabella p{
    margin: 0;
}

footer{
    background-color: #b9b9b9;
}
.logo-footer{
    display: none;
}
footer h3{
    display: none;
}
footer span{
    float: left;
    font-weight: 300;
    width: 100%;
    line-height: 1.6em;
}
footer span a .icon-social{
    font-size: 1.5em;
    position: relative;
    bottom: -4px;
}
footer h4{
    font-weight: 500;
    margin: 30px 0 0 0;
    line-height: 1.6em;
}
footer h5{
    font-size: 2em;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 22px;
}
footer h6{
    font-size: 0.85em;
    font-weight: 300;
    margin-top: 1px;
    margin-bottom: 10px;
}
footer .pure-g{
    background-color: #ddd;
}
.t-tab p{
    font-weight: 500;    
}
.d-tab{
    margin-bottom: 10px;
}






.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
    
}
#search .close {
    color: #c52c2b;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
}

#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    font-size: 22px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#search .btn {
    left: 50%;
    margin-top: 60px;
    padding: 20px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    transition: 0.4s ease;
}
#search .btn:hover{
    color: #333;
    background-color: #ccc;
}

.s-icon a {
/*    background: #fff none repeat scroll 0 0 !important;
    border-radius: 40px !important;
    color: #c52c2b !important;
    font-size: 26px;
    height: 44px;
    margin: 3px -12px 0 0;
    padding: 7px 0 0 !important;
    text-align: center;
    width: 44px;*/
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-brand {
    background: #fff none repeat scroll 0 0 !important; 
    border-radius: 50px;
     color: #c52c2b !important;
    height: auto;
    margin: 3px 0 2px -12px !important;
    padding: 12px 20px !important;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border: 0;
     background: none;
     box-shadow: none;
     border-radius: 0px;
}
.btn-site {
    background: #c52c2b none repeat scroll 0 0;
    color: #fff;
}





.dropbtn {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    cursor: pointer;
    padding: 6px 30px !important;
    width: 30px;
    text-align: center;
   
}

.dropdown {

    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #c52c2b;
    z-index: 1;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 92px;
    top:32px;
}
.dropdown-content li{
    margin: 0;
    padding-left: 0 !important;
    width: 92px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: #000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {

}

.s-icon{
    display: none;
}
.s-icon-mob{
  float: right;
  padding: 28px 0;
  font-size: 20px;
}
.svg-icon{
    max-width: 96px;
    margin: 0 auto;
}
.svg-icon-home{
    max-width: 96px;
    margin: 0 auto;
}

.svg-icon-home-big{
    max-width: 200px;
    margin: 0 auto;
}
.icon-inline{
    width: 64px;
    height: 64px;
    margin: 0;
    float: left;
}
.elenco-prodotti h3{
    text-align:center;
    margin-bottom: 0.5em;
    color: #bbb;
    text-transform: uppercase;
}
.elenco-prodotti h3 a{
    
    color: #bbb;

}
.elenco-prodotti h3 a:hover{
    opacity: 0.5;
}
.elenco-prodotti{
    text-align:center;
}


.filter-product{

}
.filter-product .pure-g{
   max-width: 1400px;
    margin: 0 auto;
    overflow: auto;
    padding:0;
    /*height: 60px;*/
}
.filter-product ul li{
    box-sizing: border-box;
    color: #fff;
    margin: 8px 0;
    padding:  4px 10px;
}
.filter-product ul li a{
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
}

.filter-product ul li a:hover{
    color: #bbb !important;
}

.filters{
    color: #bbb !important;
    font-weight: 800;
    letter-spacing: 0.01em;
    /*position: relative;
    top:9px;*/
    text-align: left;
    font-size: 1.2em;
    float: left;
}




.filter-bgc{
    background-color: rgba(255,255,255,0.55);
    float: left;
    width: 100%;
}
.filters span{
  font-weight: 800;
  letter-spacing: 0.01em;
  position: relative;
  line-height: 50px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}



/* --|-- SWIPER GALLERIA HOME --|-- */



.swiper-container {
    width: 100%;
    height: 60vh;
}

.swiper-button-next {
    color: #b42c28;
}
.bg-img-slide{
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.swiper-slide h1{
    width: 100%;
    text-align: center;
    padding-top: 30vh;
    color: #fff;
    font-size: 5em;
    margin: 0;
}
.swiper-slide div{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size:1.52em;
}
.swiper-slide p{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size:1.52em;
}

.swiper-slide a{
    color: #fff;
    text-decoration: none;
}
.swiper-slide a:hover{
    opacity: 0.7;
}


.tre-aree {
     width: 100%;
}
.tre-aree div{
    height: 40vh;
    text-align: center;
    /*padding-top: 3vh;*/
    color: #fff;
}
.tre-aree figure{
    /*padding-top: 6vh;*/
    padding: 0;
    position: relative;
    top: -30px;

}
.overlay-home{
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}
.tre-aree h3{
    font-size: 2.5em;
    letter-spacing: 0.05em;
    margin: 15px 0;
}
.tre-aree ul{
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition:opacity 0.3s linear;
    font-size: 1.2em;
    line-height: 1.4em;
}
.tre-aree a{
    color: #fff;
}
.tre-aree a:hover{
    opacity: 0.7;
}
.area-uno:hover .mostra1 {
    opacity: 1;
    visibility: visible;
}
.area-due:hover .mostra2 {
    opacity: 1;
    visibility: visible;
}
.area-tre:hover .mostra3 {
    opacity: 1;
    visibility: visible;
}
.area-uno:hover .overlay-home {
    background-color: rgba(0, 0, 0, 0.3);
}
.area-due:hover .overlay-home {
    background-color: rgba(0, 0, 0, 0.3);
}
.area-tre:hover .overlay-home {
    background-color: rgba(0, 0, 0, 0.3);
}

.area-uno{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-color: #444;
}
.area-due{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #444;
}
.area-tre{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #444;
}
.chi-siamo-home h2{
    text-align: center; 
    text-transform: uppercase;
    color: #c52c2b;
    font-size: 2.5em;
    margin: 0;
    letter-spacing: 0.035em;
}
.chi-siamo-home p{
    text-align: left; 
}
.news-home{
    background-color: #c52c2b;
}
.news-home h3{
    color: #fff;
    margin-bottom: 5px;
}
.news-home h4 {
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
}
.news-home span{
    color: #fff;

}
.news-home a{
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 15px;
    font-weight: 500;
    font-size: 1.4em;
}
.news-home a:hover{
    color: rgba(255, 255, 255, 0.7)
}
.more-button{
    color: #c52c2b;
    font-weight: 500;
    background-color: #fff;
    border: 2px solid #c52c2b;

}
.more-button:hover{
    color: #fff;
    background-color: #c52c2b;
    border: 2px solid #c52c2b;
}

.more-box{
    text-align: center;
}
.contact-form input{
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 1.5em;
    font-weight: 500;
    color: #555;
}
.contact-form textarea{
    border: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 1.5em;
    font-weight: 500;
    color: #555;
    width: 100%;
    min-height: 125px;
}
.hid-over{
    overflow: hidden !important;
}

.elenco-prodotti h4{
    letter-spacing: 0.01em;
}
.pagination{
  
}
.pagination ul{
    width: auto;
    margin: 60px auto 0 auto;
    padding: 0;
    list-style: none;
}
.pagination ul li{
    float:left;
    padding: 14px;
    font-size: 1.7em; 
    font-weight: 700;
}
.pagination ul li .is-inactive{
    opacity: 0.3;
    cursor: default;
}

.pagination ul li .is-inactive:hover{
    color: #333;
}
.path{
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.area-parent{
    float: left;
}
.area-parent a{
    text-decoration: none;
}
.product-tag{
    float: left;
    margin: 1.33em;
}
.product-tag a{
    text-decoration: none;
}
.active-tag a{
    color: #bbb !important;
}
.coverimagearticle{
    float: left;
    margin: 0;
}
.coverimagearticle img{
    max-width: 100%;
}
.pure-g .description img{
    max-width: 100%;
}
.right-col ul{
    width: auto;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.right-col h4{
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.schede-tecniche a{
    text-decoration: none;
}
.news-home a svg{
    position: relative;
    top: 2px;
}
.news-home h3{
    font-size: 1.4em;
    font-weight: 500;
}
.news-home span{
    font-weight: 300;
}
.chi-siamo-home h2{
    font-weight: 500;
}
.chi-siamo-home p{
    font-weight: 300;
}
.pagination .active{
    color: #c52c2b;
}
.all-blog h2{
    float: left;
    width: 100%;
    margin: 5px 0 30px 0;
}
.all-blog h2 a{
    text-decoration: none;
}
.all-blog span a{
    text-decoration: none;
    float: left;
    width: 100%;
    margin-top: 15px;
    font-weight: 500;

}
.all-blog .table-all{
    margin-top: 70px;
}
.basic-page h1{
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.1em;
}

.basic-page h3{
    font-weight: 300;
    font-size: 1.2em;
}

.basic-page h4{
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 0px;
}

.basic-page h4:first-child{
    border-top: 2px solid #000;
    padding-top: 15px;
}

.basic-page p{
    font-size: 1em;
    line-height: 1.2em;
}
.basic-page p a{
    text-decoration: underline;
}
#map {
    width: 100%;
    height: 550px;
}
.home-button{
    display: block;
    width: 100%;
    height: 4vh;
    padding-top: 18vh;
    padding-bottom: 18vh;
    font-size: 2em;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
}
.intermedia-button{
    display: block;
    width: 100%;
    height: 4vh;
    padding-top: 18vh;
    padding-bottom: 18vh;
    font-size: 2.5em;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;

}
.prodotto-singolo{
    min-height: 415px;
}



/* ISOTOPE BOTTONI */

.button {
  width: 100%;
  padding: 0;
  background:  rgba(255,255,255,0);
  border: none;
  font-family: sans-serif;
  font-size: 0.8em;
 /* text-shadow: 0 1px white;*/
  cursor: pointer;
}

.button:hover {

  /*text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
  color: #fff;
}


.button.is-checked {
  color: white;
  /*text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);*/
}

.button:active {
 /* box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);*/
}

/* ---- button-group ---- */

.button-group {
    margin: 0 auto;
 
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  /*height: 35px;*/
  padding-top: 5px;
  padding-bottom: 5px;
}


.boxdiricerca { /* Stili comuni agli elementi del form */
    color: #333; /* Colore del testo */
    float: left; /* Float a sinistra */
    margin: 10px 0; /* Margini */
 /* Stili per la label */
    display: block; /* Impostiamo la label come elemento blocco */
    line-height: 30px; /* Altezza di riga */
    background: #eee; /* Colore di sfondo */
    border: 0px solid; /* Bordo */
    height: 60px; /* Altezza */
    width: 64%; /* Larghezza */
    padding: 0 3%; /* Padding */
    font-size: 2em;
    font-weight: 400;
    transition: 0.4s ease;
}

 
 .boxdiricerca:hover { /* Stili comuni agli elementi del form */
    background: #ccc; /* Colore di sfondo */
    
}

.boxdiricerca:focus {
    color: #333;
}

.boxdiricerca::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
}

.boxdiricerca:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

.boxdiricerca::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
}


.boxdifitraggio { /* Stili comuni agli elementi del form */
    color: #333; /* Colore del testo */
    float: left; /* Float a sinistra */
    margin: 10px 0; /* Margini */
 /* Stili per la label */
    display: block; /* Impostiamo la label come elemento blocco */
    line-height: 30px; /* Altezza di riga */
    background: #eee; /* Colore di sfondo */
    border: 0px solid; /* Bordo */
    height: 60px; /* Altezza */
    width: 94%; /* Larghezza */
    padding: 0 3%; /* Padding */
    font-size: 2em;
    font-weight: 400;
    transition: 0.4s ease;
}

 
 .boxdifitraggio:hover { /* Stili comuni agli elementi del form */
    background: #ccc; /* Colore di sfondo */
    
}

.boxdifitraggio:focus {
    color: #333;
}

.boxdifitraggio::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
}

.boxdifitraggio:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

.boxdifitraggio::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
}



.campo-newsletter { /* Stili comuni agli elementi del form */
    color: #333; /* Colore del testo */
    float: left; /* Float a sinistra */
    margin: 10px 0; /* Margini */
 /* Stili per la label */
    display: block; /* Impostiamo la label come elemento blocco */
    line-height: 30px; /* Altezza di riga */
    background: #eee; /* Colore di sfondo */
    border: 0px solid; /* Bordo */
    height: 60px; /* Altezza */
    width: 94%; /* Larghezza */
    padding: 0 3% 0 3%; /* Padding */
    font-size: 2em;
    font-weight: 400;
    transition: 0.4s ease;
}

 
 .campo-newsletter:hover { /* Stili comuni agli elementi del form */
    background: #ccc; /* Colore di sfondo */
    
}

.campo-newsletter:focus {
    color: #333;
}

.campo-newsletter::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
}

.campo-newsletter:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

.campo-newsletter::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
}

.container-pp{
    padding-left: 2px;
}
.newsletter-button{
    margin: 20px 0 30px 0;
    padding: 10px   20px;
    text-transform: uppercase;
    background-color: #eee;
    border: 0;
    transition: 0.4s ease;
}
.newsletter-button:hover{
    
    background-color: #ccc;
}

.search-button-big{
    margin: 10px 0 0 0;
    padding: 0 3%;
    width: 30%;
    height: 60px;
    text-transform: uppercase;
    color: #fff;
    background-color: #c52c2b;
    border: 0;
    transition: 0.4s ease;
}
.search-button-big:hover{
    color: #333;
    background-color: #ccc;
}


.boxed div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.boxed ul{
    padding: 0;
    margin: 0 auto;
}
.boxed li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#downloads-list ul{
    padding: 0;
    margin: 0;
}
#downloads-list li{
    min-height: 92px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
#downloads-list h4{
    margin: 0;
}
#downloads-list p{
    margin: 6px 0;
}

.risultati-ricerca h4{
    margin-bottom: 3px;
}
.risultati-ricerca h6{
    margin-top: 0;
    margin-bottom: 6px;
}
.risultati-ricerca p{
    font-size: 0.9em;
}


.basic-page div img{
    width: 100%;
    float: left;
}

.centra-il-testo{
    text-align: center;
}

.small-hide{
    display: none;
}

.statistiche{
    margin: 0 auto;
    text-align: center;
    width: 300px;
    margin-top: 120px;
}

.statistiche div{
    float: left;
    width: 100px;
}
.statistiche div::before {
    background-color: #c52c2b;
    width: 40px;
    height: 4px;
    content: "";
    float: left;
    position: relative;
    margin-left: -20px;
    left: 50%;
}
.statistiche div h3{
    color: #c52c2b;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 20px;
}

.statistiche div span{
    text-transform: uppercase;
    font-size: 0.9em;

}

.icone-colorimetria{
    width: 100%;
    float: left;
}
.icone-colorimetria img{
    max-width: 120px;
    margin: 60px 0 60px -60px;
    position: relative;
    left:50%;
  
}

.icona-advance{
    width: 100%;
    float: left;
}
.icona-advance img{
    max-width: 180px;
    margin: 20px 0 20px -90px;
    position: relative;
    left:50%;
  
}

.note-advance figure{
    margin: 0 30px 0 0 !important;
    float: left;

}
.note-advance img{
    max-width: 100px;

}


.uniform__potty {
    position: absolute;
    left: -9999px;
}

.servizi-page img{
    width: 100%;
}

.basic-page figure{
    margin: 33px 0 0 0;
    float: left;

}

.hidden-filters{
    display: none;
}
.speciale-grey8{
    background-color: yellow;
    text-transform: uppercase;
}

table{
    background-color: #ddd;
}
table thead{
    background-color: #ccc;
}
table thead th{
    padding: 10px;
}

table tbody td{
    padding: 10px;
}
.over-slide-home{
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    margin-top: 100px;
    z-index: 4;
    box-sizing: border-box;
    
}
.over-slide-home img{
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
}
.over-text-home{
    position: relative;
    z-index: 6;
    
}
.over-text-home p{
    font-size: 0.8em;
  }
.over-text-home h1{
  font-size: 1em !important;
}



  input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.gdpr-check {
    width: 24px;
    float: left;
    display: block;
    position: relative;
    top: -10px;
    height: 34px;
    margin-right: 10px !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
  margin-right: 10px;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 48px;
}

.footer-text p{
    float: left;
    font-weight: 300;
    width: 100%;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

.centertext{
    text-align: center;
}


.alert.success p{
    color: #35682d;
    font-weight: 700;
}

.honeypot {
    position: absolute;
    left: -9999px;
}