@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('SourceSansPro-Regular.woff') format('woff'), url('SourceSansPro-Regular.ttf') format('truetype'), url('SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('SourceSansPro-Bold.woff') format('woff'), url('SourceSansPro-Bold.ttf') format('truetype'), url('SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
body, html {
  height: 100%;
}
body {
  font-size: 1em;
  /*line-height: 1.2em;*/
  font-family: Arial, Verdana, sans-serif;
  color: #808080;
  background-image: url(../files/bg.jpg);
  background-repeat: no-repeat;
  background-color: #D1E0FF;
	background-size: cover;
}
a {
  color: #0066AB;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a:hover {
  color: #20569d;
  text-decoration: underline;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a img {
  border: 0;
}
.shell {
  clear: both;
}
#navigabile-widget {
  z-index: 1000 !important;
}
article, aside, details, footer, header, menu, nav, section {
  display: block;
}
input, textarea, select {
  /* font-size: 12px; */
}
textarea {
  overflow: auto;
}
.cl {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
}
.notext {
  font-size: 0;
  /*line-height: 0;*/
  text-indent: -4000px;
}
#wrapper .shell .main #content .tabprod {
  border: 1px solid #666;
  background-color: #D1E0FF;
  background-image: url(../files/sfondo-prodotti-1.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#wrapper .shell .main #content .tabprodcal {
  border: 1px solid #666;
  background-color: #D1E0FF;
  background-image: url(../files/sfondo-prodotti-2.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#wrapper .shell .main #content .tabprodtot {
  border: 1px solid #666;
  background-color: #D1E0FF;
  background-image: url(../files/tabprodtot.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
/* inizio dashboard utente */
.box-dashboard {
  margin: 0;
  padding: 20px 20px 20px 20px;
  background-color: #eee;
}
.box-dashboard h1 {
  margin: .67em 0 !important;
  padding: 0 !important;
  font-weight: bold !important;
}
.box-dashboard h2 {
  margin: .75em 0 !important;
  padding: 0 !important;
  font-weight: bold !important;
}
.box-dashboard p {
  margin: .5em 0 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
}
.hr {
  margin: 20px 0px 10px 0px;
  padding: 0;
  border: 1px solid #eee;
}
.hr-utente {
  margin: 20px 0px 10px 0px;
  padding: 0;
  border: 1px solid #ddd;
}
/* fine dashboard utente */
.immagine-news {
  margin: 0;
  padding: 0px 0px 30px 0px;
  text-align: center;
}
.box-messaggio-utente {
  margin: 0;
  padding: 30px 0px 30px 0px;
  max-width: 890px;
  clear: both;
  background-color: #fff;
  border: 2px solid #20569d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-radius: 5px;
  border-radius: 5px;
}
h3.lab a em {
  padding: .3px !important;
  background-color: #006699;
  color: #fff;
}
.footer-news {
  position: relative;
  margin: 0px 0px 55px 0px;
  padding: 0;
}
.slider-section .slide-text h1, .slider-section .slide-text h2, .slider-section .slide-text h3, .slider-section .slide-text h4, .slider-section .slide-text h5, .slider-section .slide-text h6 {
  color: #fff;
  font-size: 1em;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid #20569d;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer .gallery-widget ul li, #footer .gallery-widget ul li ul, #footer .gallery-widget ul li ul li {
  font-size: 1em;
}
@media only screen and (max-width: 949px) {
  /* inizio menù mobile */
  .e-navbar-icon {
    position: absolute;
    top: -8px;
    left: 8px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    font-size: 30px;
    border-color: #e2001a;
    border-style: solid;
    border-width: 2px;
    z-index: 3000;
  }
  .e-navbar-icon span {
    background: #e2001a;
  }
  .e-navbar {
    position: fixed !important;
    /* hex color: #F7DA30 */
    /* background: rgba(107, 162, 185, .9); */
    /* hex color: #F4F4F4 */
    /* background: rgba(244, 244, 244, .9);/
    /* hex color: #232323 */
    /* background: rgba(35, 35, 35, .9); */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    white-space: nowrap;
    z-index: 2000;
    transition-delay: .3s;
    overflow: hidden;
  }
  .e-checkbox-trigger {
    z-index: 3000;
  }
  .e-checkbox-trigger:checked ~ label .e-navbar-icon {
    border-color: transparent;
  }
  .e-navbar nav ul li a {
    text-align: center;
    color: #F4F4F4;
    font-size: .5em;
    text-decoration: none;
  }
  .e-navbar nav ul li a:hover {
    color: #eee;
  }
  .e-checkbox-trigger:checked ~ .e-navbar nav ul li:nth-child(1) {
    transition-delay: .3s;
  }
  .e-checkbox-trigger:checked ~ .e-navbar nav ul li:nth-child(2) {
    transition-delay: .6s;
  }
  .e-checkbox-trigger:checked ~ .e-navbar nav ul li:nth-child(3) {
    transition-delay: .9s;
  }
  .e-checkbox-trigger:checked ~ .e-navbar nav ul li:nth-child(4) {
    transition-delay: 1.2s;
  }
  .e-checkbox-trigger:checked ~ .e-navbar nav ul li:nth-child(5) {
    transition-delay: 1.5s;
  }
  .e-checkbox-trigger:checked ~ .e-navbar nav ul li:nth-child(6) {
    transition-delay: 1.8s;
  }
  .e-checkbox-trigger:checked ~ .e-navbar nav ul li:nth-child(7) {
    transition-delay: 2.1s;
  }
  .e-checkbox-trigger:checked ~ .e-navbar nav ul li:nth-child(8) {
    transition-delay: 2.4s;
  }
  .e-checkbox-trigger:checked ~ .e-navbar nav ul li:nth-child(9) {
    transition-delay: 2.7s;
  }
  .e-navbar nav ul li:nth-child(1) {
    transition-delay: 0s;
  }
  .e-navbar nav ul li:nth-child(2) {
    transition-delay: 0s;
  }
  .e-navbar nav ul li:nth-child(3) {
    transition-delay: 0s;
  }
  .e-navbar nav ul li:nth-child(4) {
    transition-delay: 0s;
  }
  .e-navbar nav ul li:nth-child(5) {
    transition-delay: 0s;
  }
  .e-navbar nav ul li:nth-child(6) {
    transition-delay: 0s;
  }
  .e-navbar nav ul li:nth-child(7) {
    transition-delay: 0s;
  }
  .e-navbar nav ul li:nth-child(8) {
    transition-delay: 0s;
  }
  .e-navbar nav ul li:nth-child(9) {
    transition-delay: 0s;
  }
  /* fine menù mobile */
  .links-utente {
    margin: 5px 26px 0px 0px;
    padding: 10px 0px 10px 0px;
    font-size: .85em;
  }
  .links-utente ul {
    list-style: none;
    list-style-position: outside;
    font-weight: bold;
    text-align: right;
  }
  .links-utente ul li {
    display: inline-block;
  }
  .links-utente ul li a {
    margin: 0;
    padding: 10px;
    background-color: #20569d;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .links-utente ul li a:hover, .links-utente ul li.active a {
    color: #fff;
    text-decoration: none;
  }
  #navigation {
    display: none;
  }
  #wrapper {
    margin: 0;
    padding: 0px 20px 0px 20px;
  }
  #logo-desktop {
    display: none;
  }
  #logo-mobile {
    margin: 40px 0px 0px 0px;
    padding: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    clear: both;
  }
  #loghi-certificazioni {
    text-align: center;
    clear: both;
  }
	#loghi-certificazioni img {
    border-radius: 5px;
  }
  #logo-mobile img, #loghi-certificazioni img {
    max-width: 100%;
  }
  #banner {
    margin: -40px 0px 24px 0px;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: 2px solid #20569d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-radius: 5px;
    border-radius: 5px;
  }
  #banner img {
    width: 100%;
    height: auto;
  }
  #highlighted {
    margin: 5px 0px 5px 0px;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    display: block;
    font-size: 1.16em;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #highlighted a {
    font-weight: bold;
    color: #CCCCCC;
    padding-left: 6px;
    text-decoration: none;
  }
  #highlighted a:hover {
    font-weight: bold;
    color: #666;
    text-decoration: none;
  }
  #highlighted h1 {
    font-size: .8em;
    color: #424242;
  }
  .flex-prev, .flex-next {
    display: none;
  }
  .flex-control-nav, .flex-control-paging {
    display: none;
  }
  .flexslider ul.slides li .slide-text {
    display: none;
  }
  .flexslider ul.slides li .slide-cnt a.slider-btn {
    text-transform: uppercase;
    font-weight: bold;
  }
  #content img {
    max-width: 100%;
  }
  #box-news-wrapper {
    margin: 30px 0px 30px 0px;
    padding: 0;
  }
  .splash-prodotti-hp {
    width: 98%;
  }
  .box-news {
    margin: 0;
    padding: 20px 0px 0px 0px;
    width: 100%;
    display: block;
    clear: both;
    border-top: 2px solid #00509c;
  }
  .box-news .titolo-news h2 {
    font-weight: bold;
    color: #000;
  }
  .box-news .titolo-news h2 a {
    color: #000;
    text-decoration: none;
  }
  .box-news .immagine-news {
    margin: 0px 30px 0px 0px;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    text-align: center;
  }
  .box-news .immagine-news img {
    width: 99%;
    border: 1px solid #20569d;
  }
  /*.box-categorie-prodotti-wrapper {
    margin: 60px 0px 30px 0px;
    padding: 30px 0px 30px 0px;
    width: 100%;
    background: #d1e0ff url(../files/tabprodtot.jpg) center bottom no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #fff;
  }*/
  .box-categorie-prodotti-wrapper {
    margin: 60px 0px 30px 0px;
    padding: 30px 0px 30px 0px;
    width: 100%;
    background: url(../files/tabprodtot.jpg) center bottom no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #20569d;
  }
  .box-categorie-prodotti {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .box-categorie-prodotti h2 {
    font-size: 1em;
  }
  .box-categorie-prodotti h2 a {
    font-weight: bold;
  }
  .box-categorie-prodotti img {
    width: 75%;
    height: auto;
  }
  .box-categorie-prodotti.sensori-di-temperatura {
    margin: 30px 0px 0px 0px;
    padding: 0;
  }
  .box-categorie-prodotti.meetering img {
    border: 5px solid #00a8ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .box-categorie-prodotti.wireless-solutions-iot img {
    border: 5px solid #00599c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .box-categorie-prodotti.sensori-di-temperatura img {
    border: 5px solid #cc0033;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .box-categorie-prodotti {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .box-categorie-prodotti h2 {
    font-size: 1em;
  }
  .box-categorie-prodotti h2 a {
    font-weight: bold;
  }
  .box-categorie-prodotti img {
    width: 75%;
    height: auto;
  }
  .box-categorie-prodotti.contatori-contabilizzazione {
    margin: 30px 0px 0px 0px;
    padding: 0;
  }
  .box-categorie-prodotti.contatori-acqua img {
    border: 5px solid #00599c;
  }
  .box-categorie-prodotti.sistemi-di-trasmissione-dati img {
    border: 5px solid #00a8ff;
  }
  .box-categorie-prodotti.contatori-contabilizzazione img {
    border: 5px solid #cc0033;
  }
  /*.box-categorie-prodotti {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .box-categorie-prodotti h2 {
    font-size: 1em;
  }

  .box-categorie-prodotti h2 a {
    font-weight: bold;
  }

  .box-categorie-prodotti img {
    width: 75%;
    height: auto;
  }

  .box-categorie-prodotti.contatori-contabilizzazione {
    margin: 30px 0px 0px 0px;
    padding: 0;
  }

  .box-categorie-prodotti.contatori-acqua img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #00599c;
  }

  .box-categorie-prodotti.sistemi-di-trasmissione-dati img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #00a8ff;
  }

  .box-categorie-prodotti.contatori-contabilizzazione img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #cc0033;
  }*/
  .box-prodotti-wrapper {
    width: 100%;
    display: block;
  }
  .box-prodotto {
    margin: 10px 0px 0px 0px;
    padding: 0;
    border: 1px solid #666;
  }
  .box-prodotto.contatori-acqua {
    background: transparent url(../files/sfondo-prodotti-1.jpg) center bottom no-repeat;
  }
  .box-prodotto.sistemi-di-trasmissione-dati {
    background: transparent url(../files/sfondo-prodotti-1.jpg) center bottom no-repeat;
  }
  .box-prodotto.contatori-contabilizzazione {
    background: transparent url(../files/sfondo-prodotti-2.jpg) center bottom no-repeat;
  }
  .box-prodotto-categoria, .box-prodotto-titolo {
    margin: 0;
    padding: 5px;
    clear: both;
    background-color: #20569d;
    color: #fff;
  }
  .box-prodotto-immagini {
    width: 100%;
    clear: both;
  }
  .box-prodotto-immagini img {
    width: 100%;
    clear: both;
  }
  .box-prodotto-marchio-certificazione {
    margin: 0;
    padding: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
  }
  .box-prodotto-descrizione {
    margin: 0;
    padding: 2%;
    width: 96%;
    clear: both;
  }
  .box-prodotto-descrizione ul {
    padding: 25px;
    clear: both;
  }
  .box-prodotto-descrizione p {
    padding: 20px;
  }
  .pulsante-approfondisci {
    margin: 0;
    padding: 10px 0px 0px 0px;
  }
  .pulsante-approfondisci p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-approfondisci a:link, .pulsante-approfondisci a:visited {
    margin: 0 auto 20px auto;
    padding: .7em 0em .7em 0em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    width: 200px;
    display: block;
    text-decoration: none;
    clear: both;
  }
  .pulsante-approfondisci a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-approfondisci-news {
    margin: 0;
    padding: 10px 0px 0px 0px;
  }
  .pulsante-approfondisci-news p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-approfondisci-news a:link, .pulsante-approfondisci-news a:visited {
    margin: 0 auto 20px auto;
    padding: .7em 0em .7em 0em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    width: 200px;
    display: block;
    text-decoration: none;
    clear: both;
  }
  .pulsante-approfondisci-news a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-scarica-file {
    margin: 0;
    padding: 10px 0px 0px 0px;
  }
  .pulsante-scarica-file p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-scarica-file a:link, .pulsante-scarica-file a:visited {
    margin: 0 auto 20px auto;
    padding: .7em 0em .7em 0em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    width: 200px;
    display: block;
    text-decoration: none;
    clear: both;
  }
  .pulsante-scarica-file a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-approfondisci-news-footer {
    margin: 0;
    padding: 10px 0px 0px 40px;
  }
  .pulsante-approfondisci-news-footer p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-approfondisci-news-footer a:link, .pulsante-approfondisci-news-footer a:visited {
    margin: 0;
    padding: .7em 0em .7em 0em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    width: 200px;
    display: block;
    text-decoration: none;
    text-align: center;
    clear: both;
  }
  .pulsante-approfondisci-news-footer a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-standard {
    margin: 10px;
    padding: 0;
  }
  .pulsante-standard p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-standard a:link, .pulsante-standard a:visited {
    margin: 0 auto 20px auto;
    padding: .7em 0em .7em 0em;
    color: #FFF;
    background-color: #20569d;
    width: 35%;
    display: block;
    text-decoration: none;
    clear: both;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
  }
  .pulsante-standard a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-accedi-o-registrati {
    margin: 10px 0px 0px 0px;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    font-weight: 400;
    color: #20569d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  a.pulsante-accedi-o-registrati {
    color: #20569d !important;
    text-decoration: none;
  }
  .pulsante-dashboard-utente {
    margin: 0;
    padding: 10px 0px 0px 0px;
    text-align: center;
  }
  .pulsante-dashboard-utente p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-dashboard-utente a:link, .pulsante-dashboard-utente a:visited {
    margin: 0 auto 20px auto;
    padding: .7em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    width: 200px;
    display: block;
    text-decoration: none;
    clear: both;
  }
  .pulsante-dashboard-utente a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-files-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .pulsante-files {
    margin: 0;
    padding: 10px 0px 0px 0px;
    text-align: center;
  }
  .pulsante-files p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-files a:link, .pulsante-files a:visited {
    margin: 0 auto 20px auto;
    padding: .7em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    width: 200px;
    display: block;
    text-decoration: none;
    clear: both;
  }
  .pulsante-files a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .foto-azienda {
    width: 100%;
    height: 100%;
  }
  .main .cols {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main .cols .col {
    margin: 0;
    padding: 20px 0px 20px 0px;
    width: 100%;
  }
  .main .cols .col:last-of-type {
    width: 100%;
  }
  .main .cols .col h3 {
    padding-left: 40px;
    font-weight: bold;
  }
  .main .cols .col h3 a {
    color: #006699;
  }
  .main .cols .col h3 a:hover {
    text-decoration: none;
    color: #20569d;
  }
  .main .cols .col h3.lab {
    background: url(../files/lab.png) no-repeat 0 0;
  }
  .main .cols .col h3.cert {
    background-image: url(../files/app.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .main .cols .col h3.dich {
    background-image: url(../files/ddc.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .main .cols .col p {
    padding-bottom: 10px;
    text-align: justify;
  }
  .main .cols .col a.more {
    text-transform: uppercase;
  }
  .pulsante-modelli {
    margin: 0 auto;
    padding: 0;
  }
  .pulsante-modelli p {
    margin: 0 auto;
    padding: 5px 0px 5px 0px;
    text-align: center;
  }
  .pulsante-modelli p a:link, .pulsante-modelli p a:visited {
    margin: 0;
    padding: 12px 0px 12px 0px;
    width: 99%;
    color: #FFF;
    text-align: center;
    display: inline-block;
    background-color: #20569d;
    border: 1px solid #20569d;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
  }
  .pulsante-modelli p a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-scarica-scheda-pdf {
    margin: 0 auto;
    padding: 0;
  }
  .pulsante-scarica-scheda-pdf p, .box-messaggio-utente-accedi-o-registrati p {
    margin: 0 auto;
    padding: 5px 0px 5px 0px;
    text-align: center;
  }
  .box-messaggio-utente-accedi-o-registrati {
    margin: 10px;
    padding: 10px;
    background-color: #20569d;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
  }
  .box-messaggio-utente-accedi-o-registrati a:link, .box-messaggio-utente-accedi-o-registrati a:visited, .box-messaggio-utente-accedi-o-registrati a:hover {
    color: #fff;
  }
  .pulsante-scarica-scheda-pdf a:link, .pulsante-scarica-scheda-pdf a:visited {
    margin: 0;
    padding: 12px 0px 12px 0px;
    width: 99%;
    color: #FFF;
    text-align: center;
    display: inline-block;
    background-color: #20569d;
    border: 1px solid #20569d;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
  }
  .pulsante-scarica-scheda-pdf a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  table.tabella-dichiarazioni td {
    margin: 0;
    padding: 2%;
    background-color: #fff;
    border: 1px solid #666;
  }
  table.tabella-dichiarazioni td.table-data-1, table.tabella-dichiarazioni td.table-data-2, table.tabella-dichiarazioni td.table-data-3 {
    width: 96%;
    display: block;
  }
  /* inizio forms */
  form input[type=text], form input[type=email], form input[type=password] {
    margin: 0;
    padding: 1em;
    border: 2px solid #20569d;
    width: 94%;
    font-size: .85em;
  }
  textarea {
    margin: 0;
    padding: 1em;
    border: 2px solid #20569d;
    width: 94%;
    font-family: Arial, Verdana, sans-serif;
    font-size: .85em;
  }
  form.form-contatti input[type=text], form.form-contatti input[type=email], form.form-contatti input[type=password] {
    margin: 0;
    padding: 1em;
    border: 2px solid #20569d;
    width: 94%;
    font-size: .85em;
  }
  form.form-contatti textarea {
    margin: 0;
    padding: 1em;
    border: 2px solid #20569d;
    width: 94%;
    font-family: Arial, Verdana, sans-serif;
    font-size: .85em;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #006699;
    color: #fff;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
  }
  /* fine forms */
  /* inizio footer */
  #footer {
    padding: 30px 20px 0px 20px;
    background-color: #006699;
  }
  #footer h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 8px;
  }
  #footer .widget {
    width: 100%;
  }
  #footer .widget ul {
    list-style: none;
    list-style-position: outside;
    font-size: 12px;
  }
  #footer .widget ul li {
    padding-bottom: 1px;
    font-size: 12px;
  }
  #footer .widget ul li a:link, #footer .widget ul li a:visited {
    color: #fff;
    text-decoration: none;
  }
  #footer .widget ul li a:hover {
    color: #2497e0;
  }
  #footer .gallery-widget ul li {
    float: left;
    padding-right: 14px;
    width: 72px;
    height: 45px;
  }
  #footer .gallery-widget ul li a img {
    display: block;
    width: 72px;
    height: 45px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #footer .gallery-widget ul li a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #footer .contact-widget p {
    color: #FFFFFF;
    padding-bottom: 12px;
    font-size: 0.8em;
    padding-left: 35px;
  }
  #footer .contact-widget p a {
    color: #FFFFFF;
    /* font-size: 11px; */
    /*line-height: 14px;*/
  }
  #footer .contact-widget p.address-ico {
    background-image: url(../files/address.png);
    background-repeat: no-repeat;
    background-position: 0 top;
  }
  #footer .contact-widget p.phone-ico {
    background-image: url(../files/phone.png);
    background-repeat: no-repeat;
    background-position: 0px top;
  }
  #footer .contact-widget p.mail-ico {
    background-image: url(../files/mail.png);
    background-repeat: no-repeat;
    background-position: 0 -8px;
  }
  #footer .contact-widget a.chat-btn {
    padding: 0 30px 0 57px;
    position: relative;
    height: 39px;
    background: #000 url(../files/chat-btn.png) repeat-x 0 0;
    /*line-height: 39px;*/
    color: #65cbf8;
    /* font-size: 15px; */
    display: block;
    border: 1px solid #0e0e0e;
    border-top: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 16px;
  }
  #footer .contact-widget a.chat-btn:hover {
    text-decoration: none;
    color: #fff;
  }
  #footer .contact-widget a.chat-btn span.chat-ico {
    width: 16px;
    height: 14px;
    position: absolute;
    top: 13px;
    left: 26px;
    background: url(../files/chat-ico.png) no-repeat 0 0;
  }
  #footer .contact-widget a:link, #footer .contact-widget a:visited {
    color: #fff;
    text-decoration: none;
  }
  #footer .contact-widget a:hover {
    color: #2497e0;
  }
  .footer-nav {
    display: flex;
    justify-content: center;
  }
  .footer-nav ul {
    list-style: none;
    list-style-position: outside;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
  }
  .footer-nav ul li {
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .footer-nav ul li a {
    color: #FFFFFF;
  }
  .footer-nav ul li a:hover, .footer-nav ul li.active a {
    color: #2497e0;
    text-decoration: none;
  }
  #footer p.copy {
    color: #FFFFFF;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 40px;
    font-size: 0.8em;
  }
  #footer p.copy a {
    color: #FF9900;
    text-decoration: underline;
  }
  #footer p.copy a:hover {
    text-decoration: none;
  }
  #footer p.associaz {
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    text-align: center;
    margin-top: 13px;
    width: 330px;
    font-size: 0.8em;
  }
  #footer img.accredia {
		display: block;
    width: auto;
    height: 70px;
		margin: 0px auto 10px auto;
  }
  #footer img.anima {
		display: block;
    width: auto;
    height: 70px;
		margin: 0px auto 10px auto;
  }
  #footer img.acism {
		display: block;
    width: auto;
    height: 70px;
		margin: 0px auto 10px auto;
  }
  #footer img.aqua {
		display: block;
    width: auto;
    height: 70px;
		margin: 0px auto 10px auto;
  }
  #footer p.social-icon {
    margin: 0;
    padding: 0;
    font-size: 2em;
  }
  /* fine footer */
}
@media only screen and (min-width: 950px) {
  /* inizio menù mobile */
  .e-navbar-icon, .e-navbar, .e-checkbox-trigger {
    display: none;
  }
  /* fine menù mobile */
  html, body {
    height: 100%;
  }
  body {
    font-size: 1em;
    /*line-height: 1.2em;*/
    font-family: Arial, Verdana, sans-serif;
    color: #808080;
    /* min-width: 950px; */
    background-image: url(../files/bg.jpg);
    background-repeat: no-repeat;
    background-color: #D1E0FF;
  }
  #wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -279px;
  }
  #wrapper .shell .main #content .focus {
    height: 202px;
    float: right;
  }
  #wrapper .shell .main #content .focus .img {
    float: left;
  }
  #wrapper .shell .main #content .td {
    padding: 5px;
    border: 1px solid #666;
    background-color: #FFFFFF;
  }
  #wrapper .shell .main #content .td1 {
    padding: 5px;
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #666;
    border-right-color: #666;
    border-bottom-color: #666;
  }
  #wrapper .shell .main #content ol {
    margin-left: 5px;
  }
  #wrapper .shell .main #content .titprod {
    /* font-size: 18px; */
    color: #FFFFFF;
    padding-bottom: 5px;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #20569d;
  }
  #wrapper .shell .main #content .cert {
    text-align: center;
    /* font-size: 11px; */
    font-weight: bold;
    width: 220px;
    padding-top: 10px;
  }
  #wrapper .shell .main #content .descr {
    margin: 0;
    padding: 10px 5px 0px 5px;
    min-height: 300px;
  }
  .header {
    height: 133px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .shell {
    margin: 0 auto;
    width: 950px;
  }
  .splash-prodotti-hp {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
  }
  .immagine-categoria-prodotti img {
    width: 250px;
    height: 297px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
  }
  .immagine-categoria-prodotti img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 100;
    opacity: 1;
  }
  .links-utente {
    margin: 10px auto 0px auto;
    padding: 10px 0px 10px 0px;
    width: 950px;
    font-size: .85em;
  }
  .links-utente ul {
    list-style: none;
    list-style-position: outside;
    font-weight: bold;
    text-align: right;
  }
  .links-utente ul li {
    display: inline-block;
  }
  .links-utente ul li a {
    margin: 0;
    padding: 10px;
    background-color: #20569d;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .links-utente ul li a:hover, .links-utente ul li.active a {
    color: #fff;
    text-decoration: none;
  }
  #navigation {
    margin: 0;
    padding: 20px 0px 20px 0px;
    width: 100%;
    font-size: 1.1em;
    background-color: #20569d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #navigation ul {
    list-style: none;
    list-style-position: outside;
    font-weight: bold;
    text-align: center;
  }
  #navigation ul li {
    padding-top: 0;
    display: inline-block;
    margin-right: 10px;
  }
  #navigation ul li a {
    color: #FFF;
  }
  #navigation ul li a:hover, #navigation ul li.active a {
    color: #2497e0;
    text-decoration: none;
  }
  #navigation ul li.language {
    margin-right: 30px;
  }
  #navigation ul li.language a {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 20px;
    height: auto;
    display: block;
    top: 73px;
  }
  #navigation ul li.language a img {
    margin: 0;
    padding: 0;
    width: 20px;
    height: auto;
    border: 2px solid #FFF;
    border-radius: 50%;
  }
  #logo-desktop {
    margin: 0;
    padding: 10px 0px 10px 0px;
    float: left;
  }
  #logo-desktop img {
    width: 950px;
    height: auto;
    border-radius: 5px;
  }
  #logo-desktop a {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    color: #E2001A;
    text-align: left;
    /* width: 950px; */
    max-width: 950px;
  }
  #logo-mobile, #loghi-certificazioni {
    display: none;
  }
  #banner {
    margin: -20px 0px 24px 0px;
    padding: 0;
    width: 948px;
    clear: both;
    background-color: #fff;
    border: 2px solid #20569d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-radius: 5px;
    border-radius: 5px;
  }
  #banner img {
    width: auto;
    height: 75px;
  }
  #highlighted {
    margin: -20px 0px 24px 0px;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 1.35em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #highlighted a {
    font-weight: bold;
    color: #CCCCCC;
    padding-left: 6px;
    text-decoration: none;
  }
  #highlighted a:hover {
    font-weight: bold;
    color: #666;
    text-decoration: none;
  }
  #highlighted h1 {
    font-size: 1.2em;
    color: #424242;
  }
  .slider-section {
    padding-bottom: 30px;
    width: 950px;
    /* overflow: hidden !important; */
  }
  .video-section {
    padding-bottom: 30px;
    width: 950px;
    /* overflow: hidden !important; */
  }
  .flexslider {
    margin-top: 24px;
    max-width: 950px;
    height: 377px;
    overflow: hidden !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
  }
  .flex-prev, .flex-next {
    display: none;
  }
  .slider-holder {
    position: relative;
  }
  .slider-holder span.slider-shadow {
    /* width: 951px; */
    max-width: 951px;
    height: 27px;
    position: absolute;
    bottom: -27px;
    left: 0;
    background: url(../files/slider-shadow.png) no-repeat 0 0;
    z-index: 20;
  }
  .flexslider ul.slides {
    list-style: none;
    list-style-position: outside;
    position: relative;
  }
  .flexslider ul.slides li {
    /* width: 950px; */
    max-width: 950px;
    height: 377px;
    position: relative;
    float: left;
  }
  .flexslider ul.slides li img {
    /* width: 950px; */
    max-width: 950px;
    height: auto;
  }
  .flexslider ul.slides li .slide-cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    /* width: 780px; */
    max-width: 780px;
    background: url(../files/slide-cnt.png) repeat 0 0;
    padding-top: 10px;
    padding-right: 150px;
    padding-bottom: 10px;
    padding-left: 21px;
  }
  .flexslider ul.slides li .slide-cnt h3 {
    /* font-size: 18px; */
    color: #FFFFFF;
  }
  .flexslider ul.slides li .slide-cnt p {
    color: #FFFFFF;
    /* font-size: 12px; */
    text-align: justify;
  }
  .flexslider ul.slides li .slide-text {
    min-height: 55px;
    width: 771px;
  }
  .flexslider ul.slides li .slide-button {
    float: right;
  }
  .flexslider ul.slides li .slide-cnt a.slider-btn {
    height: 93px;
    line-height: 93px;
    background: url(../files/slider-btn.png) repeat-x 0 0;
    position: absolute;
    top: -9px;
    right: 0;
    /* font-size: 17px; */
    color: #438bb9;
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px 0 5px 0;
    -o-border-radius: 5px 0 5px 0;
    border-radius: 5px 0 5px 0;
    padding-top: 20;
    padding-right: 15px;
    padding-bottom: 20;
    padding-left: 15px;
  }
  .flexslider ul.slides li .slide-cnt a.slider-btn span {
    background: url(../files/plus-ico.png) no-repeat 0 0;
    width: 23px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .flexslider ul.slides li .slide-cnt a.slider-btn:hover {
    text-decoration: none;
    color: #8ed9fa;
  }
  #content img {
    max-width: 100%;
  }
  #box-news-wrapper {
    margin: 80px 0px 30px 0px;
    padding: 0;
    clear: both;
  }
  .box-news {
    margin: 0;
    padding: 20px 0px 30px 0px;
    height: 250px;
    border-top: 2px solid #00509c;
  }
  .box-news .titolo-news h2 {
    font-weight: bold;
    color: #000;
  }
  .box-news .titolo-news h2 a {
    color: #000;
    text-decoration: none;
  }
  .box-news .immagine-news {
    margin: 0px 30px 0px 0px;
    padding: 0;
    width: 200px;
    float: left;
  }
  .box-news .immagine-news img {
    width: 100%;
    border: 1px solid #20569d;
  }
  h1#prodotti-hp {
    margin: 0px 0px 20px 0px;
    padding: 0;
    text-transform: uppercase;
    color: #20569d;
  }
  h1#video-hp {
    margin: 0px 0px 25px 0px;
    padding: 0;
    text-transform: uppercase;
    color: #20569d;
  }
  .box-categorie-prodotti-wrapper {
    margin: 0px 0px 30px 0px;
    padding: 30px 0px 30px 0px;
    width: 99%;
    display: inline-block;
    background: #d1e0ff url(../files/tabprodtot.jpg) center bottom no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #20569d;
  }
  #box-video-wrapper {
    margin: 0;
    padding: 0px 0px 0px 0px;
  }
  .box-categorie-prodotti {
    width: 33.3333333%;
    float: left;
    text-align: center;
  }
  .box-categorie-prodotti h2 {
    font-size: 1em;
  }
  .box-categorie-prodotti h2 a {
    font-weight: bold;
  }
  .box-categorie-prodotti.meetering img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #00a8ff;
  }
  .box-categorie-prodotti.wireless-solutions-iot img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #00599c;
  }
  .box-categorie-prodotti.sensori-di-temperatura img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #cc0033;
  }
  .box-categorie-prodotti {
    width: 33.3333333%;
    float: left;
    text-align: center;
  }
  .box-categorie-prodotti h2 {
    font-size: 1em;
  }
  .box-categorie-prodotti h2 a {
    font-weight: bold;
  }
  .box-categorie-prodotti.contatori-acqua img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #00599c;
  }
  .box-categorie-prodotti.sistemi-di-trasmissione-dati img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #00a8ff;
  }
  .box-categorie-prodotti.contatori-contabilizzazione img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #cc0033;
  }
  /*.box-categorie-prodotti {
    width: 33.3333333%;
    float: left;
    text-align: center;
  }

  .box-categorie-prodotti h2 {
    font-size: 1em;
  }

  .box-categorie-prodotti h2 a {
    font-weight: bold;
  }

  .box-categorie-prodotti.contatori-acqua img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #00599c;
  }

  .box-categorie-prodotti.sistemi-di-trasmissione-dati img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #00a8ff;
  }

  .box-categorie-prodotti.contatori-contabilizzazione img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #cc0033;
  }*/
  .box-prodotti-wrapper {
    width: 100%;
    display: inline-block;
  }
  .box-prodotto {
    margin: 10px 0px 0px 0px;
    padding: 0;
    float: left;
    width: 100%;
    border: 1px solid #666;
  }
  .box-prodotto.contatori-acqua {
    background: transparent url(../files/sfondo-prodotti-1.jpg) center bottom no-repeat;
  }
  .box-prodotto.sistemi-di-trasmissione-dati {
    background: transparent url(../files/sfondo-prodotti-1.jpg) center bottom no-repeat;
  }
  .box-prodotto.contatori-contabilizzazione {
    background: transparent url(../files/sfondo-prodotti-2.jpg) center bottom no-repeat;
  }
  .box-prodotto-categoria, .box-prodotto-titolo {
    margin: 0;
    padding: 5px;
    clear: both;
    background-color: #20569d;
    color: #fff;
  }
  .box-prodotto-immagini {
    width: 258px;
    float: left;
  }
  .box-prodotto-marchio-certificazione {
    margin: 0;
    padding: 10px 0px 10px 0px;
    width: 220px;
    float: left;
    text-align: center;
  }
  .box-prodotto-descrizione {
    position: relative;
    margin: 0;
    padding: 20px;
    width: 430px;
    /*height: 350px;
    overflow-y: auto;*/
    float: left;
  }
  .pulsante-modelli, .pulsante-scarica-scheda-pdf, .box-messaggio-utente-accedi-o-registrati {
    clear: both;
    width: 950px;
  }
  .pulsante-approfondisci {
    margin: 0;
    padding: 10px 0px 0px 0px;
  }
  .pulsante-approfondisci p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-approfondisci a:link, .pulsante-approfondisci a:visited {
    margin: 0 auto;
    padding: .7em 0em .7em 0em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    width: 200px;
    display: block;
    float: right;
    text-decoration: none;
    clear: both;
  }
  .pulsante-approfondisci a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-approfondisci-news {
    margin: 0;
    padding: 10px 0px 0px 0px;
  }
  .pulsante-scarica-file {
    margin: 0;
    padding: 10px 0px 0px 0px;
  }
  .pulsante-approfondisci p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-approfondisci-news a:link, .pulsante-approfondisci-news a:visited {
    margin: 0 auto;
    padding: .7em 0em .7em 0em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    width: 200px;
    display: block;
    text-decoration: none;
    clear: both;
  }
  .pulsante-approfondisci-news a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-scarica-file a:link, .pulsante-scarica-file a:visited {
    margin: 0 auto;
    padding: .7em 0em .7em 0em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    width: 200px;
    display: block;
    text-decoration: none;
    clear: both;
  }
  .pulsante-scarica-file a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-approfondisci-news-footer {
    position: absolute;
    bottom: 0;
    padding: 0px 0px 0px 40px;
    font-size: .75em;
  }
  .pulsante-approfondisci-news-footer p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
  }
  .pulsante-approfondisci-news-footer a:link, .pulsante-approfondisci-news-footer a:visited {
    margin: 0 auto;
    padding: .7em .7em .7em .7em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    /*width: 200px;*/
    display: block;
    text-decoration: none;
    text-align: center;
    clear: both;
  }
  .pulsante-approfondisci-news-footer a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-standard {
    margin: 10px;
    padding: 0;
  }
  .pulsante-standard p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-standard a:link, .pulsante-standard a:visited {
    margin: 0 auto 20px auto;
    padding: .7em 0em .7em 0em;
    color: #FFF;
    background-color: #20569d;
    width: 35%;
    display: block;
    text-decoration: none;
    clear: both;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
  }
  .pulsante-standard a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-accedi-o-registrati {
    margin: 10px 0px 0px 0px;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    font-weight: 400;
    color: #20569d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  a.pulsante-accedi-o-registrati {
    color: #20569d !important;
    text-decoration: none;
  }
  .pulsante-dashboard-utente {
    margin: 0;
    padding: 10px 0px 0px 0px;
  }
  .pulsante-dashboard-utente p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-dashboard-utente a:link, .pulsante-dashboard-utente a:visited {
    margin: 0;
    padding: .7em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    clear: both;
  }
  .pulsante-dashboard-utente a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-files-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .pulsante-files {
    margin: 20px auto 10px auto;
    padding: 10px 0px 0px 0px;
  }
  .pulsante-files p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .pulsante-files a:link, .pulsante-files a:visited {
    margin: 0;
    padding: .7em;
    color: #FFF;
    background-color: #20569d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    clear: both;
  }
  .pulsante-files a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .foto-azienda {
    width: 394px;
    height: 92px;
  }
  .left, .alignleft {
    float: left;
    display: inline;
    padding-right: 5px;
    padding-top: 5px;
  }
  .right, .alignright {
    float: right;
    display: inline;
    padding-top: 5px;
    padding-left: 5px;
  }
  .immagine-prodotto {
    width: 250px;
    height: auto;
    border: 0px;
  }
  .imgalignleft {
    float: left;
    display: inline;
    border: 1px solid #666;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .imgalignleft2 {
    float: left;
    display: inline;
    border: 1px solid #666;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .imgalignright {
    float: right;
    display: inline;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    border: 1px solid #666;
  }
  .immagine-loghi-prodotto {
    width: 100px;
    height: auto;
  }
  .main .cols {
    padding-bottom: 54px;
  }
  .main .cols .col {
    /*width: 280px;*/
    width: 182.5px;
    float: left;
  }
  .main .cols .col:last-of-type {
    /*width: 274px;*/
  }
  .main .cols .col + .col {
    padding-left: 55px;
  }
  .main .cols .col h3 {
    padding-left: 40px;
    font-size: 1em;
    font-weight: bold;
    /*line-height: 17px;*/
    padding-bottom: 8px;
  }
  .main .cols .col h3 a {
    color: #006699;
  }
  .main .cols .col h3 a:hover {
    text-decoration: none;
    color: #20569d;
  }
  .main .cols .col h3.lab {
    background: url(../files/lab.png) no-repeat 0 0; /* font-family: Geneva, Arial, Helvetica, sans-serif; */
  }
  .main .cols .col h3.cert {
    background-image: url(../files/app.png);
    background-repeat: no-repeat;
    background-position: 0 0; /* font-family: Geneva, Arial, Helvetica, sans-serif; */
  }
  .main .cols .col h3.dich {
    background-image: url(../files/ddc.png);
    background-repeat: no-repeat;
    background-position: 0 0; /* font-family: Geneva, Arial, Helvetica, sans-serif; */
  }
  .main .cols .col p {
    padding-bottom: 10px;
    text-align: justify;
  }
  .main .cols .col a.more {
    text-transform: uppercase;
  }
  .pulsante-modelli p, .pulsante-scarica-scheda-pdf p {
    margin: 0px 85px 0px 0px;
    padding: 5px 0px 15px 0px;
    width: 430px;
    float: right;
  }
  .box-messaggio-utente-accedi-o-registrati {
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    background-color: #20569d;
    color: #fff;
    width: 90%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
  }
  .box-messaggio-utente-accedi-o-registrati a:link, .box-messaggio-utente-accedi-o-registrati a:visited, .box-messaggio-utente-accedi-o-registrati a:hover {
    text-transform: uppercase;
    color: #fff;
  }
  .pulsante-modelli a:link, .pulsante-modelli a:visited {
    margin: 0 auto;
    padding: 12px 0px 12px 0px;
    width: 100%;
    display: inline-block;
    color: #FFF;
    text-align: center;
    background-color: #20569d;
    border: 1px solid #20569d;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
  }
  .pulsante-modelli a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .pulsante-scarica-scheda-pdf a:link, .pulsante-scarica-scheda-pdf a:visited {
    margin: 0 auto;
    padding: 12px 0px 12px 0px;
    width: 100%;
    display: inline-block;
    color: #FFF;
    text-align: center;
    background-color: #20569d;
    border: 1px solid #20569d;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-radius: 3px;
    border-radius: 3px;
  }
  .pulsante-scarica-scheda-pdf a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  table.tabella-dichiarazioni td {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #666;
  }
  table.tabella-dichiarazioni td.table-data-1, table.tabella-dichiarazioni td.table-data-2 {
    width: 40%;
  }
  table.tabella-dichiarazioni td.table-data-3 {
    width: 20%;
  }
  /* inizio forms */
  form input[type=text], form input[type=email], form input[type=password] {
    margin: 0;
    padding: 1em;
    border: 2px solid #20569d;
    width: 407px;
    font-size: .85em;
  }
  form textarea {
    margin: 0;
    padding: 1em;
    border: 2px solid #20569d;
    width: 776px;
    font-family: Arial, Verdana, sans-serif;
    font-size: .85em;
  }
  form.form-contatti input[type=text], form.form-contatti input[type=email], form.form-contatti input[type=password] {
    margin: 0;
    padding: 1em;
    border: 2px solid #20569d;
    width: 395px;
    font-size: .85em;
  }
  form.form-contatti textarea {
    margin: 0;
    padding: 1em;
    border: 2px solid #20569d;
    width: 840px;
    font-family: Arial, Verdana, sans-serif;
    font-size: .85em;
  }
  .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-group {
    margin: .5em;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #006699;
    color: #fff;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
  }
  /* fine forms */
  /* inizio footer */
  #footer {
		padding: 30px 20px 0px 20px;
    background-color: #006699;
    background-image: url(../files/footer.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #footer-push {
    height: 150px;
    padding-top: 90px;
  }
  #footer h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 8px;
  }
  #footer .widget {
    float: left;
    width: 265px;
  }
  #footer .widget + .widget {
    padding-left: 70px;
  }
  #footer .widget ul {
    list-style: none;
    list-style-position: outside;
    font-size: 12px;
  }
  #footer .widget ul li {
    padding-bottom: 1px;
    font-size: 12px;
  }
  #footer .widget ul li a:link, #footer .widget ul li a:visited {
    color: #fff;
    text-decoration: none;
  }
  #footer a:hover, #footer .widget ul li a:hover {
    color: #2497e0;
  }
  #footer .gallery-widget ul li {
    float: left;
    padding-right: 14px;
    width: 72px;
    height: 45px;
  }
  #footer .gallery-widget ul li a img {
    display: block;
    width: 72px;
    height: 45px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #footer .gallery-widget ul li a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #footer .contact-widget p {
    color: #FFFFFF;
    padding-bottom: 12px;
    font-size: 0.8em;
    /*line-height: 14px;*/
    padding-left: 35px;
  }
  #footer .contact-widget p a {
    color: #FFFFFF;
  }
  #footer .contact-widget p.address-ico {
    background-image: url(../files/address.png);
    background-repeat: no-repeat;
    background-position: 0 top;
  }
  #footer .contact-widget p.phone-ico {
    background-image: url(../files/phone.png);
    background-repeat: no-repeat;
    background-position: 0px top;
  }
  #footer .contact-widget p.mail-ico {
    background-image: url(../files/mail.png);
    background-repeat: no-repeat;
    background-position: 0 -8px;
  }
  #footer .contact-widget a.chat-btn {
    padding: 0 30px 0 57px;
    position: relative;
    height: 39px;
    background: #000 url(../files/chat-btn.png) repeat-x 0 0;
    /*line-height: 39px;*/
    color: #65cbf8;
    /* font-size: 15px; */
    display: block;
    border: 1px solid #0e0e0e;
    border-top: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 16px;
  }
  #footer .contact-widget a.chat-btn:hover {
    text-decoration: none;
    color: #fff;
  }
  #footer .contact-widget a.chat-btn span.chat-ico {
    width: 16px;
    height: 14px;
    position: absolute;
    top: 13px;
    left: 26px;
    background: url(../files/chat-ico.png) no-repeat 0 0;
  }
  #footer .contact-widget a:link, #footer .contact-widget a:visited {
    color: #fff;
    text-decoration: none;
  }
  #footer .contact-widget a:hover {
    color: #2497e0;
  }
  .footer-nav {
    display: flex;
    justify-content: center;
  }
  .footer-nav ul {
    list-style: none;
    list-style-position: outside;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
  }
  .footer-nav ul li {
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .footer-nav ul li a {
    color: #FFFFFF;
  }
  .footer-nav ul li a:hover, .footer-nav ul li.active a {
    color: #2497e0;
    text-decoration: none;
  }
  #footer p.copy {
    color: #FFFFFF;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 40px;
    font-size: 0.8em;
  }
  #footer p.copy a {
    color: #FF9900;
    text-decoration: underline;
  }
  #footer p.copy a:hover {
    text-decoration: none;
  }
  #footer p.associaz {
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    text-align: center;
    margin-top: 13px;
    width: 330px;
    font-size: 0.8em;
  }
  #footer img.accredia {
    width: auto;
    height: 70px;
  }
  #footer img.anima {
    width: auto;
    height: 70px;
  }
  #footer img.acism {
    width: auto;
    height: 70px;
  }
  #footer img.aqua {
    width: auto;
    height: 70px;
  }
  #footer p.social-icon {
    margin: 0;
    padding: 0;
    font-size: 2em;
  }
  /* fine footer */
}
.main {
  padding-top: 30px;
}
#page {
  padding: 30px;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#wrapper .shell .main #content h1 {
  padding: 0px 0px 20px 0px;
  color: #20569d;
  font-size: 1.75em;
  text-align: center;
}
.main h2 {
  /* font-size: 18px; */
  /* line-height: 18px; */
  font-weight: normal;
  color: #424242;
  padding-bottom: 15px;
}
.main h2 strong {
  font-weight: bold;
}
.main h3 {
  /* font-size: 12px; */
  /* line-height: 22px; */
  color: #006699;
  font-weight: normal;
}
.cold {
  color: #00599C;
  font-weight: bold; /* font-size: 18px; */
}
.warm {
  color: #FF334D;
  font-weight: bold;
}
.hot {
  color: #CC0033;
  font-weight: bold; /* font-size: 18px; */
}
.hot a:link, .hot a:visited, .hot a:hover {
  color: #CC0033;
}
#associaz {
  margin-left: 450px;
}
.main #content {
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  /* font-size: 12px; */
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  text-align: justify;
  color: #666;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: #006699;
  margin-bottom: 12px;
}
.main #content ul {
  padding-left: 20px;
}
.main #content #breadcrumbs {
  margin: 0px 0px 20px 0px;
  padding: 20px;
  background-color: #20569d;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.main #content #breadcrumbs a:link, .main #content #breadcrumbs a:visited {
  color: #c4def0;
  text-decoration: none;
}
.main #content #breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}
.main section a.all-projects {
  float: right;
  /* font-size: 11px; */
  color: #000;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 0 13px 0 15px;
  height: 23px;
  /*line-height: 23px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: 6px;
}
.main section a.all-projects strong {
  padding-right: 3px;
  font-weight: bold; /* font-size: 12px; */
}
.main section a.all-projects:hover {
  text-decoration: none;
  color: #65cbf8;
}
.main .featured {
  padding-bottom: 44px;
  padding-top: 16px;
}
.main .featured .entry {
  width: 171px;
  height: 88px;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.main .featured .entry img {
  width: 171px;
  height: 88px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.main .featured .entry span {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../files/entry-cnt.png) repeat 0 0;
  width: 156px;
  padding: 7px 0 7px 15px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  color: #fff;
}
.main .featured .entry em {
  display: none;
  background: url(../files/entry-plus.png) no-repeat 0 0;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  ;
}
.main .featured .entry + .entry {
  margin-left: 22px;
}
.main .featured .entry strong {
  display: none;
  background: url(../files/entry-shadow-b.png) no-repeat 0 bottom;
  width: 174px;
  height: 10px;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.main .featured .entry:hover strong {
  display: block;
}
.main .featured .entry a:hover span {
  display: block;
}
.main .featured .entry a:hover em {
  display: block;
}
a.link-pdf:link, a.link-pdf:visited {
  font-size: 3em;
  color: #d52f20;
}
a.link-pdf:hover {
  font-size: 3em;
  color: #20569d;
}
a.hot {
  color: #CC0033;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}