/* Generale */
html, body {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
}

h2 {
  font-size: 24px;
}

.form_error {
  font-size: 0.9em;
  padding: 0.5em;
  display: block;
  background-color: rgb(253, 214, 214);
  border-bottom: 2px solid rgb(189, 148, 148);
}
.backPage {
  border-radius: 5px;
  float: left;
  font-size: 1.3em;
  margin-left: 36%;
  margin-right: 36%;
  margin-top: 1em;
  width: 20%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  /* width: 100%; */
}
.citazione {
  font-style: italic;
}
.autore {
  font-size: 1em !important;
  font-weight: bold !important;
  margin-bottom: 4em;
  text-align: right !important;
}
table.schedaDettaglio td.data {
  width: 70%;
  border: none;
  background-color: #fff;
  font-weight: 300;
}
table.schedaDettaglio td.etichetta {
  width: 30%;
  font-weight: 400;
  text-align: right;
  background-color: #eee;
  border: 1px solid #eee;
}
td.icona,
th.icona {
  text-align: center;
}
td.icona img {
  width: 2em;
}
.errore {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
  color: #435665;
}
.errore span {
  font-size: 0.7em;
}
footer .listaFooter ul li.claim {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .topheader {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    display: none !important;
  }
}
.back {
  background-color: transparent;
  font-size: 1.6em;
  font-weight: 300;
  margin: 0;
  padding: 0.2em 0.5em;
  float: right;
  list-style-type: none;
}
.back li {
  width: 1em;
}
.back li a {
  color: #b2b2b2;
}
.back li a img {
  width: 100%;
  height: 100%;
}
.breadcrumb {
  background-color: transparent;
  font-size: 1em;
  font-weight: 300;
  margin: 0;
  padding: 0.5em;
  float: right;
  border-left: 1px solid #b2b2b2;
  border-radius: 0;
}
.breadcrumb .macroArea {
  text-transform: uppercase;
  font-size: 1.3em;
  color: #006797;
  font-weight: 400;
}
.breadcrumb li {
  margin: 0 0 0 0.5em !important;
  width: auto;
}
.breadcrumb > .active {
  color: #000;
}
.hide {
  display: none;
}
.immagine img {
  width: 100%;
}
#leggiAncora {
  margin-top: 2em;
}
a.btnInvisibile {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.zIndex100 {
  position: relative;
  z-index: 100;
}
a.zIndex200 {
  position: relative;
  z-index: 200;
}
/* Fine - Generale */
/* Pagina per upload file e immagini */
#uploadFile {
  margin: 0;
  padding: 0;
}
#uploadFile .logoNews {
  width: 100%;
  float: left;
  position: absolute;
}
#uploadFile .logoNews img {
  width: 100%;
  float: left;
  position: absolute;
}
/* Fine Pagina per upload file e immagini */
/* Login Frontend */
.topheader div.login {
}
.topheader div.login button {
  margin: 1em 2em;
  height: 2.5em;
  font-weight: 400;
  font-size: 0.85em;
}
.topheader div.login fieldset {
  float: left;
  display: block;
  margin-top: 1em;
}
.topheader div.login fieldset label {
  font-weight: 300 !important;
  margin-left: 0.5em;
}
.topheader div.login fieldset input {
  font-weight: 300 !important;
  width: 13em;
}
.topheader div.login .passwordDimenticata {
  font-size: 0.8em;
  display: block;
  text-align: right;
  font-weight: bold;
}
.topheader div.login div.benvenutoUtente {
  margin-top: 1em;
}
.topheader div.login div.benvenutoUtente a {
  margin-right: 1em;
}
.topheader div.login div.benvenutoUtente a.pulsante {
  font-size: 0.9em;
}
.topheader ol {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  float: left;
  display: block;
  margin-top: 0.5em;
}
.topheader li {
  list-style-type: none;
  width: 2em;
  float: right;
  margin-right: 1em;
}
.topheader li img {
  width: 100%;
}
.topheader li.backend {
  width: 10em;
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 0.2em;
  padding: 0.2em;
  text-align: center;
  position: relative;
  top: -4px;
}
.topheader li.backend li.divider {
  margin-top: 1em;
  display: block;
}
.topheader li.backend li.dropdown-header {
  background-color: #eee;
  padding: 0.5em;
}
.topheader li.backend a {
  text-decoration: none;
}
.topheader li.backend ul {
}
.topheader li.backend li i {
  margin-right: 0.5em;
}
.topheader li.backend li {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.topheader li {
  list-style-type: none;
  width: 2em;
  float: right;
  margin-right: 1em;
}
/* Fine - Login Frontend */
/* Personalizzazione Bootstrap */
.modal-backdrop.in {
  opacity: 0.8;
  background-color: #435665;
  height: 2000px;
}
.modal-content {
  box-shadow: 0 0 0 0;
  border: none;
  border-radius: 0;
}
.modal-title {
  font-size: 1.8em;
  font-weight: 300;
}
.modal-body {
  font-weight: 300;
}
.modal-body input[type="file"] {
  margin-top: 2em;
}
.modal-body .msgError {
  margin: 1em;
  color: red;
}
.btn {
  border-radius: 0;
  border: none;
  font-weight: 300;
}
.btn.btn-success {
  background-color: #5d9c03;
}
.btn:disabled {
  background-color: #b2b2b2;
  color: #333;
}
.alert {
  margin: 0;
  border-radius: 0;
  border: none;
}
/* Fine - Personalizzazione bootstrap */
/* Browser Iframe per accesso ai siti esterni */
#headerBrowser {
  top: 0em;
  left: 0;
  position: absolute;
  height: 4em;
  width: 100%;
  box-shadow: 0px 0px 10px #b2b2b2;
  z-index: 100;
  background-color: #fff;
}
#headerBrowser .logoBrowser {
  width: 16em;
  float: left;
}
#headerBrowser .logoBrowser img {
  width: 100%;
}
#headerBrowser .back {
  width: 11em;
  float: right;
  margin-top: 0.5em;
}
#headerBrowser .back img {
  width: 0.7em;
  margin-right: 0.8em;
}
#headerBrowser .back span {
  font-size: 0.7em;
}
#contenutoBrowser {
  top: 4em;
  left: 0;
  position: absolute;
  height: calc(100% - 4em);
  width: 100%;
}
#contenutoBrowser iframe {
  border: none;
  width: 100%;
  height: 100%;
}
/* Fine - Browser Iframe per accesso ai siti esterni */
/* Pulsanti */
.pulsante {
  border-radius: 0;
  color: #b1181d;
  padding: 0.3em 1em;
  font-weight: bold;
  border: none;
}
.pulsante.destra {
  float: right;
}
.pulsante.bordo {
  border: 2px solid #b1181d;
}
.pulsante.maiuscolo {
  text-transform: uppercase;
}
.pulsante.piccolo {
  font-size: 0.9em;
}
.pulsante.chiaro {
  color: #b1181d;
  background-color: #fff;
}
.pulsante.trasparente {
  color: #b1181d;
  background-color: transparent;
}
.pulsante.leftSidebar {
  float: left;
  margin: 1em 0;
}
.pulsante.grigio {
  color: #000;
  background-color: #eee;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.6em 1.5em;
  position: relative;
}
.pulsante.grigio.active {
  background-color: #b1181d;
  color: #fff;
}
.pulsante.noEffetto:hover {
  background-color: #b1181d;
  color: #fff;
  text-decoration: none;
}
.pulsante.effetto {
  -ms-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.pulsante.slide {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid;
  float: left;
  margin-left: 10%;
  margin-top: 2em;
  position: relative;
  z-index: 10000;
  text-decoration: none;
}
.pulsante.slide:hover {
  background-color: #b1181d;
  color: #fff;
}
.pulsante.effetto:hover {
  -ms-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #fff;
  background-color: transparent;
}
.pulsante.effetto:after {
  padding: 15px 5px;
  background: #fff;
  color: #fff;
  opacity: 0;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  -ms-transform: scale(1.3, 1.3) rotateX(-120deg);
  -webkit-transform: scale(1.3, 1.3) rotateX(-120deg);
  -moz-transform: scale(1.3, 1.3) rotateX(-120deg);
  transform: scale(1.3, 1.3) rotateX(-120deg);
  -ms-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  height: 3em !important;
  z-index: -10;
}
.pulsante.effetto:hover:after {
  opacity: 1;
  background: #b1181d;
  -ms-transform: scale(1, 1) rotateX(0deg);
  -moz-transform: scale(1, 1) rotateX(0deg);
  -webkit-transform: scale(1, 1) rotateX(0deg);
  transform: scale(1, 1) rotateX(0deg);
  -ms-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.pulsante.multiprodotto {
  font-size: 0.6em;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 1em;
}
.pulsante.multiprodotto.destra {
  float: right;
  margin: 30px 10px 0 0;
}
.pulsante.multiprodotto.sinistra {
  float: left;
  margin-left: 10px;
  margin: 30px 0 0 10px;
}
.pulsante.multiprodotto:hover {
  background-color: #fff;
  color: #000;
}
.altriElementi .pulsante {
  text-align: center;
  width: 100% !important;
  text-transform: uppercase;
  background-color: #70bddb;
  color: #fff;
  font-weight: 300;
  font-size: 1.4em !important;
  border-radius: 4px !important;
  border-bottom: 4px solid #4b8297;
  margin: 0 !important;
}
.pulsante.rosso {
  border: 2px solid #b1181d;
  color: #b1181d;
}
.pulsante.rosso:hover {
  background-color: #ffd9d8;
  color: #b1181d;
}
.altriElementi .pulsante {
  text-align: center;
  width: 100% !important;
  text-transform: uppercase;
  background-color: #70bddb;
  color: #fff;
  font-weight: 300;
  font-size: 1.4em !important;
  border-radius: 4px !important;
  border-bottom: 4px solid #4b8297;
  margin: 0 !important;
}
.pulsante:disabled {
  background-color: #b2b2b2;
  color: #333;
}
/* Fine - Pulsanti */
/* Header Singola Immagine */
header.titoloGrande {
  margin: 0 2em;
  background-color: #eee;
  padding: 0 0 0 2em;
  border: 1px solid #eee;
  text-align: center;
}
header.titoloGrande h1 {
  color: #b1181d;
  font-size: 5em;
  font-weight: bold;
  margin: 0;
}
header.breadcrumbs {
  border: none !important;
}
header.titoloGrande h1 span.piccolo {
  font-size: 0.3em;
}
@media screen and (max-width: 768px) {
  header.titoloGrande {
    display: none;
  }
  header.titoloGrande h1 {
    font-size: 3em;
  }
  header.breadcrumbs {
    border-bottom: 1px solid #b2b2b2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header.titoloGrande h1 {
    font-size: 6em;
  }
}
/* Fine - Header Singola Immagine */
/* Layout Semplice */
@media screen and (max-width: 768px) {
  .layoutSemplice {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.layoutSemplice {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.7em;
}
@media screen and (max-width: 360px) {
  .layoutSemplice {
    margin-top: 1em;
  }
}
.layoutSemplice .contatti {
  margin-bottom: 2em;
  padding: 1em 1em;
  font-weight: 300 !important;
  background-color: #eee;
  font-size: 1em;
  border-bottom: 1px solid #b2b2b2;
}
.layoutSemplice .contenuto {
}
.layoutSemplice .contenuto.testo {
  margin-top: 0em;
  margin-bottom: 2em;
}
.layoutSemplice .contenuto p {
  font-size: 1.3em;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5em;
}
@media screen and (max-width: 360px) {
  .layoutSemplice .contenuto.testo h2 {
    font-size: 2.2em !important;
  }
}
.layoutSemplice .contenuto.testo h2 {
  font-weight: 300;
  text-align: left;
  font-size: 3.2em;
  display: block;
  color: #b1181d;
  margin-bottom: 0.5em;
}
.layoutSemplice .contenuto.testo h3 {
  font-weight: 300;
  text-align: left;
  font-size: 2.2em;
  display: block;
  color: #b1181d;
  margin-top: 2em;
}
.layoutSemplice .contenuto.testo ul.listaContenuto {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}
.layoutSemplice .contenuto.testo ul.listaContenuto.alto {
  list-style-type: none;
  margin: 2em 0;
  padding: 0;
}
.layoutSemplice .contenuto.testo ul.listaContenuto.alto li {
  height: 2em;
}
.layoutSemplice .contenuto.testo ul.listaContenuto.alto li img {
  width: 60px;
}
.layoutSemplice .contenuto.testo ul.listaContenuto.piccolo {
  font-size: 1.1em;
}
.layoutSemplice .contenuto.testo table.tabellaContenuto {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 2em;
}
.layoutSemplice .contenuto.testo table.tabellaContenuto thead th {
  font-weight: 600;
  background-color: #eee;
}
/*
@media screen and (min-width: 1000px) {
  .layoutSemplice .contenuto.testo {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
  .layoutSemplice .contenuto.testo.largo {
    width: 64%;
    margin-left: 18%;
    margin-right: 18%;
  }
}
*/
@media screen and (max-width: 360px) {
  .layoutSemplice .contenuto.video h2 {
    font-size: 2.2em !important;
  }
}
.layoutSemplice .contenuto.video h2 {
  font-weight: 300;
  text-align: left;
  font-size: 3.2em;
  display: block;
  color: #006797;
  margin-bottom: 0.5em;
}
.layoutSemplice .contenuto.video h3 {
  font-weight: 300;
  text-align: left;
  font-size: 2.2em;
  display: block;
  color: #006797;
  /* margin-top: 2em; */
}
.layoutSemplice .contenuto .immagine {
  margin-top: 1em;
  margin-bottom: 1em;
}
.layoutSemplice .contenuto .thumbnail {
  padding: 0;
  border: none;
  margin: 2em 0 2em 0;
}
.layoutSemplice .contenuto .thumbnail img {
  width: 100%;
}
.layoutSemplice .contenuto .thumbnail .caption {
  font-style: italic;
  font-size: 0.7em;
  margin-top: 0.5em;
  padding: 0.5em;
  border: 1px solid #eee;
  background-color: #eee;
}
.layoutSemplice .contenuto .sezione {
  margin-top: 1em;
}
.layoutSemplice h5 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}
.layoutSemplice h6 {
  font-weight: bold;
}
.layoutSemplice #accordion {
  margin-top: 2em;
}
.layoutSemplice #accordion .panel,
.layoutSemplice #accordion .panel-group {
  border-radius: 0 !important;
}
.layoutSemplice #accordion p {
  font-size: 1em;
  margin-bottom: 2em;
}
.layoutSemplice #accordion ul li {
  font-weight: 300;
}
.layoutSemplice #accordion .panel-heading:hover {
  background-color: #b1181d;
}
.layoutSemplice #accordion .panel-heading:hover a {
  color: #fff;
}
.layoutSemplice .allegati {
  margin-top: 2em;
  float: left;
  margin-bottom: 2em;
}
.layoutSemplice .allegati > div {
  margin-bottom: 1em;
}
.layoutSemplice .allegati.conTesto h4 {
  padding-top: 0;
  margin-top: 0;
}
.layoutSemplice .allegati.conTesto > div {
  margin-bottom: 3em;
}
.layoutSemplice .allegati p {
  font-size: 1.2em !important;
  text-align: left;
  margin: 0.3em;
  line-height: 1.2em;
}
.layoutSemplice .contenuto .boxInterni {
}
.layoutSemplice .contenuto .boxInterni h3 {
  margin: 1em 0;
  font-size: 1.5em;
  font-weight: normal;
}
.layoutSemplice .contenuto .boxInterni p {
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.layoutSemplice .immaginePiccola {
  position: relative;
  width: 100%;
  height: 320px;
  margin: 2em 0;
}
.layoutSemplice .immaginePiccola p {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  width: 100%;
  text-align: center;
}
.layoutSemplice .immaginePiccola .contenitoreThumb {
  background-size: cover;
  height: 300px;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-filter: blur(10px) opacity(0.15);
  -moz-filter: blur(10px) opacity(0.2);
  -o-filter: blur(10px) opacity(0.2);
  -ms-filter: blur(10px) opacity(0.2);
  filter: blur(10px) opacity(0.2);
}
.layoutSemplice .immaginePiccola .immagine {
  text-align: center;
  padding: 0;
  margin: 0 !important;
  position: absolute;
  width: 100%;
  height: 300px;
}
.layoutSemplice .immaginePiccola .immagine img {
  height: 250px;
  margin-top: 25px;
  border: 10px solid #fff;
  width: auto !important;
}
.layoutSemplice .gallery h3 {
  font-weight: 300;
  margin-bottom: 1em;
  margin-left: 0.8em;
}
.layoutSemplice .gallery .thumbnail img {
  width: 100%;
}
.layoutSemplice .gallery .thumbnail div.caption {
  font-size: 0.9em;
  height: 4em;
}
.layoutSemplice .gallery .thumbnail {
  text-decoration: none;
  cursor: pointer;
}
/* Fine - Layout Semplice */
/* Layout Blog */
.layoutBlog {
}
.layoutBlog .contenitore {
  margin-top: 3em;
}
.layoutBlog .contatti {
  margin-bottom: 2em;
  padding: 1em 1em;
  font-weight: 300 !important;
  background-color: #eee;
  font-size: 1em;
  border-bottom: 1px solid #b2b2b2;
}
.layoutBlog .contenuto {
  border-right: 1px solid #b2b2b2;
}
.layoutBlog h2 {
  color: #b1181d;
  font-weight: bold;
  text-transform: uppercase;
}
.layoutBlog .contenuto.testo h2 {
  font-weight: 300;
  text-align: left;
  font-size: 3.2em;
  display: block;
  color: #b1181d;
  text-transform: none;
  margin-bottom: 1em;
}
.layoutBlog .contenuto .contenitoreVideo {
  width: 100%;
  margin: 0 !important;
  margin-bottom: 2em;
}
.layoutBlog .contenuto .contenitoreVideo video {
  width: 100%;
  margin: 0 0 2em 0 !important;
  border: 2px solid #b1181d;
  padding: 0.5em;
}
.layoutBlog .contenuto .contenitoreAudio {
  width: 100%;
  margin: 0 !important;
  margin-bottom: 2em;
}
.layoutBlog .contenuto .contenitoreAudio audio {
  width: 100%;
  margin: 0 0 2em 0 !important;
}
.layoutBlog .contenuto.testo h2.tipo {
  padding-left: 1.6em;
  padding-bottom: 0.5em;
  background-size: 1.3em;
  background-repeat: no-repeat;
}
.layoutBlog .contenuto.testo h2.tipo.tipoDocumento {
  background-image: url("/img/internet/icone/newsMedia/tipoDocumento.png");
}
.layoutBlog .contenuto.testo h2.tipo.tipoVideo {
  background-image: url("/img/internet/icone/newsMedia/tipoVideo.png");
}
.layoutBlog .contenuto p {
  font-size: 1.3em;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5em;
}
.layoutBlog .contenuto.testo h3 {
  font-weight: 300;
  text-align: left;
  font-size: 2.2em;
  display: block;
  color: #006797;
  margin-top: 2em;
}
.layoutBlog .contenuto.testo ul.listaContenuto {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}
.layoutBlog .contenuto.testo ul.legenda {
  display: block;
  clear: both;
  list-style-type: none;
  padding: 2em 0;
}
.layoutBlog .contenuto.testo ul.legenda li {
  margin: 0.4em 0;
}
.layoutBlog .contenuto.testo ul.legenda li .fa {
  margin-right: 1em;
}
.layoutBlog .contenuto.testo .fa.verde {
  color: #5d9c03;
}
.layoutBlog .contenuto.testo .fa.blue {
  color: blue;
}
.layoutBlog .contenuto.testo .fa.rosso {
  color: red;
}
.layoutSemplice .contenuto .immagine {
  margin-top: 1em;
  margin-bottom: 1em;
}
.layoutBlog.newsMedia {
}
.layoutBlog .box {
  margin-top: 4em;
  margin-bottom: 4em;
}
.layoutBlog .box h2 {
  text-align: center;
  margin-right: 1em;
  text-transform: none;
}
.layoutBlog .info {
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
  margin-right: 2em;
}
.layoutBlog .info span {
  padding: 0.2em 0.5em;
  border: 2px solid #eee;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
.layoutBlog .box .immagine {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-right: 1em;
}
.layoutBlog .box .allegatiLista {
  margin-top: 3em;
  margin-bottom: 3em;
}
.layoutBlog .box .allegatiLista ul.listaContenuto {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.layoutBlog .box .allegatiLista ul.listaContenuto li {
  margin: 0.5em 0;
  font-size: 1.5em;
  font-weight: 300;
}
.layoutBlog .box .allegatiLista ul.listaContenuto li a {
  text-decoration: none;
  padding: 0.3em;
}
.layoutBlog .box .allegatiLista ul.listaContenuto li a i {
  margin-right: 0.6em;
}
.layoutBlog .box .allegatiLista ul.listaContenuto li a:hover {
  text-decoration: none;
  background-color: #0080bc;
  color: #fff;
}
.layoutBlog .box .allegatiLista .singoloAllegato {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.layoutBlog .socialButton {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: right;
}
.layoutBlog .socialButton a {
  width: 3em;
  float: right;
  text-align: center;
  margin-left: 1em;
}
.layoutBlog .socialButton a img {
  width: 100%;
}
.layoutBlog .logoEvento {
  position: relative;
  width: 100%;
  /* float: left; */
  /* display: block; */
  height: 220px;
}
.layoutBlog .logoEvento .contenitoreThumb {
  background-size: cover;
  height: 200px;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-filter: blur(10px) opacity(0.15);
  -moz-filter: blur(10px) opacity(0.2);
  -o-filter: blur(10px) opacity(0.2);
  -ms-filter: blur(10px) opacity(0.2);
  filter: blur(10px) opacity(0.2);
}
.layoutBlog .logoEvento .immagine {
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 200px;
}
.layoutBlog .logoEvento .immagine img {
  width: 250px;
  margin-top: 25px;
  border: 10px solid #fff;
}
.layoutBlog .box p {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
  margin-right: 1em;
}
.layoutBlog .box .pulsante {
  float: left;
  margin-left: 40%;
  margin-right: 40%;
  width: 23%;
  font-size: 1.3em;
  border-radius: 5px;
  margin-top: 1em;
}
.layoutBlog .box .pulsante.numero3 {
  margin: 2em 3% 0 7.5%;
}
.layoutBlog .box .pulsante.numero2 {
  margin: 2em 2% 0 11%;
  width: 14em;
}
.layoutBlog .box .pulsante.destra {
  float: right;
  margin: 0 0.5em;
  font-size: 0.9em;
  border-radius: 0;
}
@media screen and (max-width: 460px) {
  .layoutBlog .box .pulsante {
    font-size: 0.6em !important;
    width: 50%;
    margin-top: 1em !important;
    margin-left: 25% !important;
  }
}
.layoutBlog .sidebar .row {
  margin-bottom: 2em;
}
.layoutBlog .sidebar h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #000;
  margin-right: 0;
  text-align: left;
  text-transform: none !important;
  margin-bottom: 1em;
}
.layoutBlog .sidebar ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  font-size: 1.2em;
  font-weight: 300;
}
.layoutBlog .sidebar ul li {
  margin-top: 0.2em;
}
.layoutBlog .sidebar ul li i {
  margin-right: 0.5em;
  display: block;
  float: left;
  width: 9%;
  margin-top: 0.3em;
}
.layoutBlog .sidebar ul li a {
  text-decoration: none;
  padding: 0.2em;
  display: block;
}
.layoutBlog .sidebar ul li a span {
  display: block;
  float: left;
  width: 85%;
}
.layoutBlog .sidebar ul li a:hover {
  background-color: #b1181d;
  color: #fff;
}
.layoutBlog .sidebar .thumbnail {
  padding: 0;
  border: none;
  margin: 0 0 2em 0;
}
.layoutBlog .sidebar .thumbnail img {
  width: 100%;
}
.layoutBlog .sidebar .thumbnail .caption {
  font-style: italic;
  font-size: 0.9em;
  margin-top: 0.5em;
  padding: 0.2em 0 0 0.2em;
}
.layoutBlog .sidebar .categorie a {
  display: inline;
}
.layoutBlog .sidebar .categorie .badge {
  font-size: 0.9em;
  font-weight: 300;
  background-color: #b1181d;
  color: #fff;
  margin-left: 0.5em;
}
.layoutBlog .sidebar .categorie a:hover {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}
.layoutBlog .sidebar p.didascalia {
  font-size: 0.9em;
  font-weight: 300;
}
.layoutBlog .calendario .listaMesi {
  padding-left: 0em;
}
.layoutBlog .calendario .listaMesi span a {
  display: block;
  float: left;
  width: 15%;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em;
  margin: 0.1em;
  background-color: #eee;
  font-size: 0.9em;
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .layoutBlog .calendario .listaMesi span a {
    width: 48%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .layoutBlog .calendario .listaMesi span a {
    width: 13% !important;
  }
}
@media screen and (max-width: 320px) {
  .layoutBlog .calendario .listaMesi span a {
    width: 48% !important;
  }
  .layoutBlog .calendario .listaAnni span a {
    width: 32% !important;
  }
}
.layoutBlog .calendario .listaMesi span a:hover,
.layoutBlog .calendario .listaMesi span a.active {
  background-color: #b1181d;
  border: 1px solid #b1181d;
  color: #fff;
}
.layoutBlog .calendario .listaAnni {
  padding-left: 0em;
}
.layoutBlog .calendario hr {
  float: left;
  width: 100%;
}
.layoutBlog .calendario .listaAnni span a {
  display: block;
  float: left;
  width: 24%;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em;
  margin: 0.1em;
  background-color: #eee;
  font-size: 0.9em;
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
}
.layoutBlog .calendario .listaAnni span.ultimiMesi a {
  height: 2.5em;
  width: 98.5%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .layoutBlog .calendario .listaAnni span a {
    width: 48%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .layoutBlog .calendario .listaMesi span a {
    width: 23% !important;
  }
}
.layoutBlog .calendario .listaAnni span a:hover,
.layoutBlog .calendario .listaAnni span a.active {
  background-color: #b1181d;
  border: 1px solid #b1181d;
  color: #fff;
}
.layoutBlog .newsletter .newsletterForm {
  padding-left: 1.5em;
}
.layoutBlog .newsletter .newsletterForm input {
  width: 92%;
  padding: 0.5em 4%;
  font-weight: 300;
  font-style: italic;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
}
.layoutBlog .newsletter .newsletterForm button.pulsante {
  margin-top: 1em;
  border-radius: 3px;
  font-weight: 300;
  border: 1px solid;
}
.layoutBlog .allegati {
  margin-top: 2em;
  float: left;
}
.layoutBlog .allegati > div {
  margin-top: 1em;
  height: 5em;
}
.layoutBlog .allegati p {
  font-size: 1.2em;
  text-align: left;
  margin: 0.3em;
  line-height: 1.2em;
}
/* Fine - Layout Blog */
/* Layout Multiprodotto */
.layoutMultiprodotto {
  margin-top: 5em;
  margin-bottom: 5em;
  line-height: 1.7em;
}
/**
@media screen and (min-width: 1000px) {
  .layoutMultiprodotto .contenuto.testo {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}
**/
.layoutMultiprodotto .contenuto.testo {
  margin-top: 0em;
  margin-bottom: 2em;
}
.layoutMultiprodotto .contenuto.testo h2 {
  font-weight: 300;
  text-align: left;
  font-size: 3.2em;
  display: block;
  color: #006797;
  margin-bottom: 0.5em;
}
.layoutMultiprodotto .contenuto.testo h3 {
  font-weight: 300;
  text-align: left;
  font-size: 2.2em;
  display: block;
  color: #b1181d;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.layoutMultiprodotto .contenuto.testo p {
  font-size: 1.3em;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5em;
}
.layoutMultiprodotto .contenuto.testo ul.listaContenuto {
  font-size: 1.3em;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .layoutMultiprodotto .contenuto.testo p {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.layoutMultiprodotto .contenuto.quicksand {
  margin-top: 4em;
}
.layoutMultiprodotto .contenuto.quicksand #filtro {
  width: 98%;
  margin: 0 1%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .layoutMultiprodotto .contenuto.quicksand #filtro {
    font-size: 0.8em;
    text-align: center;
  }
}
.layoutMultiprodotto .contenuto.quicksand #multiprodotto {
  width: 100% !important;
  /*margin: 4em 0;*/
  padding: 0;
  float: left;
}
.layoutMultiprodotto .contenuto.quicksand #multiprodotto img {
  width: 100%;
}
/* Common style */
@media screen and (max-width: 712px) {
  .layoutMultiprodotto .contenuto.quicksand .grid figure {
    width: 100% !important;
  }
}
.layoutMultiprodotto .contenuto.quicksand .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  /* max-width: 480px; */
  max-height: 360px;
  width: 48%;
  background: #006797;
  text-align: center;
  /*cursor: pointer;*/
}
.layoutMultiprodotto .contenuto.quicksand .grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.layoutMultiprodotto .contenuto.quicksand .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  /*font-size: 1.25em;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.layoutMultiprodotto .contenuto.quicksand .grid figure figcaption::before,
.layoutMultiprodotto .contenuto.quicksand .grid figure figcaption::after {
  pointer-events: none;
}
.layoutMultiprodotto .contenuto.quicksand .grid figure figcaption,
.layoutMultiprodotto .contenuto.quicksand .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.layoutMultiprodotto .contenuto.quicksand .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  #fff-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.layoutMultiprodotto .contenuto.quicksand .grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.layoutMultiprodotto .contenuto.quicksand .grid figure h2 span {
  font-weight: 800;
}
.layoutMultiprodotto .contenuto.quicksand .grid figure h2,
.layoutMultiprodotto .contenuto.quicksand .grid figure p {
  margin: 0;
}
.layoutMultiprodotto .contenuto.quicksand .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.layoutMultiprodotto .contenuto.quicksand figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #435665;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  /*-webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);*/
}
.layoutMultiprodotto .contenuto.quicksand figure.effect-zoe h2 {
  float: left;
}
.layoutMultiprodotto .contenuto.quicksand figure.effect-zoe p.icon-links a {
  float: right;
  color: #435665;
  font-size: 1.4em;
}
.layoutMultiprodotto
  .contenuto.quicksand
  figure.effect-zoe:hover
  p.icon-links
  a:hover,
.layoutMultiprodotto
  .contenuto.quicksand
  figure.effect-zoe:hover
  p.icon-links
  a:focus {
  color: #333;
}
.layoutMultiprodotto .contenuto.quicksand figure.effect-zoe h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  /*-webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);*/
}
.layoutMultiprodotto .contenuto.quicksand figure.effect-zoe p.icon-links a {
  font-size: 2em;
  margin: 0.2em 0.6em;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  /*-webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);*/
}
.layoutMultiprodotto .contenuto.quicksand figure.effect-zoe p.icon-links a img {
  width: 1.3em !important;
}
.layoutMultiprodotto
  .contenuto.quicksand
  figure.effect-zoe
  p.icon-links
  a
  span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: "feathericons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layoutMultiprodotto .contenuto.quicksand figure.effect-zoe h2 {
  display: inline-block;
}

/*-
.layoutMultiprodotto .contenuto.quicksand figure.effect-zoe:hover figcaption, .layoutMultiprodotto .contenuto.quicksand figure.effect-zoe:hover h2, .layoutMultiprodotto .contenuto.quicksand figure.effect-zoe:hover p.icon-links a {
 webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.layoutMultiprodotto .contenuto.quicksand figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
*/

@media screen and (max-width: 992px) {
  .layoutMultiprodotto .contenuto.quicksand figure.effect-zoe:hover h2 {
    font-size: 1.2em !important;
  }
  .layoutMultiprodotto
    .contenuto.quicksand
    figure.effect-zoe:hover
    p.icon-links
    a {
    font-size: 1.8em !important;
    margin: 0 0.2em !important;
    padding: 0 0.2em !important;
  }
}
.layoutMultiprodotto
  .contenuto.quicksand
  figure.effect-zoe:hover
  p.icon-links
  a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.layoutMultiprodotto
  .contenuto.quicksand
  figure.effect-zoe:hover
  p.icon-links
  a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layoutMultiprodotto
  .contenuto.quicksand
  figure.effect-zoe:hover
  p.icon-links
  a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* Fine - Layout Blog */
/* Video & Audio */
video {
  margin: 0em 1.5% 0 1.5% !important;
  width: 97%;
  max-height: 50 em;
}
audio {
  margin: 0em 1.5% 0 1.5% !important;
  width: 97%;
}
/* Fine - Video & audio */
/* Lavora con noi */
.layoutBlog .contenitore .lavora_con_noi {
  margin-bottom: 4em;
}
.layoutBlog .contenitore .lavora_con_noi div.fotoOffertePubblicate {
  width: 100%;
  /* float:left; */
  display: inline-block;
  background-image: url("/img/internet/lavoraConNoi/promo.png");
  background-repeat: no-repeat;
  height: 33em;
  padding: 2em 20% 2em 2%;
  text-align: justify;
  margin-bottom: 2em;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .layoutBlog .contenitore .lavora_con_noi div.fotoOffertePubblicate {
    width: 100%;
    float: initial;
    background-image: none;
    padding: 2em 2% 2em 2% !important;
    margin-bottom: 1em;
    height: auto !important;
  }
}
.layoutBlog .contenitore .lavora_con_noi h3 {
  margin: 0 0 1em 0;
}
.layoutBlog .contenitore .lavora_con_noi a.pulsante {
}
.layoutBlog .contenitore .lavora_con_noi .modal-body div.formInvioCV ul {
  list-style-type: none;
  margin: 1em 0px 0px;
  padding: 0px;
  float: left;
}
.layoutBlog .contenitore .lavora_con_noi .modal-body div.formInvioCV ul li {
  margin-top: 0.5em;
  float: left;
  width: 100%;
}
.layoutBlog
  .contenitore
  .lavora_con_noi
  .modal-body
  div.formInvioCV
  ul
  li
  label {
  font-weight: 300;
  width: 22%;
  float: left;
  height: 1em;
  margin-top: 0.5em;
  text-align: right;
  margin-right: 0.5em;
}
.layoutBlog
  .contenitore
  .lavora_con_noi
  .modal-body
  div.formInvioCV
  ul
  li
  input {
  float: left;
  width: 76%;
  margin-top: 0.5em;
}
.layoutBlog .contenitore .lavora_con_noi .modal-body div.privacyInvioCV {
  margin-top: 2em;
  height: 200px;
  overflow-x: hidden;
  font-size: 0.8em;
  background-color: #fcf1c3;
  padding: 2em 4em;
  margin-bottom: 2em;
}
.layoutBlog
  .contenitore
  .lavora_con_noi
  .modal-body
  div.privacyInvioCV
  .privacyCheck {
  font-size: 1.2em;
  padding: 1em 0;
  margin-bottom: 1em;
  color: #000;
}
.layoutBlog
  .contenitore
  .lavora_con_noi
  .modal-body
  div.privacyInvioCV
  .privacyCheck
  label {
  font-weight: 600;
}
.layoutBlog
  .contenitore
  .lavora_con_noi
  .modal-body
  div.privacyInvioCV
  .privacyCheck
  input {
  font-size: 2em;
}
/* Fine - Lavora con noi */
/* Slideshow */
#slideshow,
#carouselSlider {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #slideshow .carousel-caption,
  #carouselSlider .carousel-caption {
    top: 3em !important;
  }
}
#slideshow .carousel-caption,
#carouselSlider .carousel-caption {
  text-shadow: none;
  width: 100%;
  left: 0;
  margin-left: 0;
  display: block;
  padding: 0;
  position: absolute;
  top: 5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #slideshow .carousel-caption .titolo,
  #carouselSlider .carousel-caption .titolo {
    margin-left: 10% !important;
    font-size: 2.5em !important;
  }
  #slideshow .carousel-caption .testo,
  #carouselSlider .carousel-caption .testo {
    margin-left: 10% !important;
    font-size: 1.3em !important;
  }
  #slideshow .carousel-caption .pulsante,
  #carouselSlider .carousel-caption .pulsante {
    font-size: 1em;
    margin-left: 10%;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 1300px) {
  #slideshow .carousel-caption .titolo,
  #carouselSlider .carousel-caption .titolo {
    width: 43% !important;
    font-size: 2em !important;
  }
  #slideshow .carousel-caption .testo,
  #carouselSlider .carousel-caption .testo {
    width: 80% !important;
  }
  .pulsante.slide {
    margin-top: 1em !important;
  }
}
#slideshow .carousel-caption .titolo,
#carouselSlider .carousel-caption .titolo {
  width: 50%;
  text-align: left;
  font-size: 2em;
  color: #b1181d;
  margin-left: 10%;
  line-height: 1.2em;
  text-shadow: 5px 5px 10px #eee;
}
#slideshow .carousel-caption .testo,
#carouselSlider .carousel-caption .testo {
  width: 50%;
  text-align: left;
  margin-left: 10%;
  font-weight: 300;
  font-size: 1.6em;
  color: #000;
  margin-top: 1em;
  text-shadow: 2px 2px 1px #fff;
}
@media screen and (max-width: 482px) {
  #slideshow .carousel-caption,
  #carouselSlider .carousel-caption {
    /* height: 20em !important; 
  }
  #slideshow .carousel-caption .titolo, #carouselSlider .carousel-caption .titolo {
    font-size: 2em;
  }
  #slideshow .carousel-caption .testo, #carouselSlider .carousel-caption .testo {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #slideshow .carousel-caption, #carouselSlider .carousel-caption {
    /* position: relative; */
    /* background-color: #0080bc; */
    padding: 1em 0 0em 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    height: 21em;
  }
  #slideshow .carousel-caption .titolo,
  #carouselSlider .carousel-caption .titolo {
    width: 80% !important;
    margin-left: 10%;
    position: relative;
    color: #fff !important;
    text-shadow: none;
  }
  #slideshow .carousel-caption .testo,
  #carouselSlider .carousel-caption .testo {
    width: 80% !important;
    margin-left: 10%;
    position: relative !important;
    text-shadow: none;
    color: #fff;
  }
  #slideshow .carousel-caption .pulsante,
  #carouselSlider .carousel-caption .pulsante {
    font-size: 1.2em;
    margin-left: 10%;
    margin-top: 1.5em;
    position: relative;
  }
}
/* Fine - Slideshow */
/* Slideshow - Home */
@media screen and (max-width: 900px) {
  #slideshow.home {
    margin-top: 0em !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  #slideshow.home {
    margin-left: 0 !important;
    margin-top: 1em !important;
    margin-right: 0 !important;
  }
  #slideshow.home .carousel-indicators {
    height: 4em !important;
  }
  #slideshow.home .carousel-indicators li.primoSlide {
    margin-left: 0em !important;
    /*width:6em !important;*/
  }
  #slideshow.home .carousel-indicators li {
    width: 14em !important;
    height: auto !important;
    top: -11px;
    vertical-align: middle !important;
  }
  #slideshow.home .carousel-indicators li .testo {
    display: none;
  }
  #slideshow.home .carousel-indicators li .titolo {
    text-align: center;
  }
}
#slideshow.home {
  max-width: 1170px;
  margin: 2em auto 0 auto;
}
@media screen and (max-width: 768px) {
  #slideshow.home .carousel-inner img,
  #slideshow.home .carousel-inner a img {
    /* display: none; */
    min-height: 294px;
    object-fit: cover;
    object-position: right;
  }
}
@media screen and (max-width: 900px) {
  #slideshow.home .carousel-indicators {
    display: none;
  }
}
#slideshow.home .carousel-indicators {
  width: 100%;
  left: 0;
  margin-left: 0;
  position: absolute;
  height: 6.5em;
  background-color: rgba(27, 13, 13, 0.78);
  bottom: -0.8em;
}
/*#slideshow.home .carousel-indicators li.primoSlide {
	width:16em
}*/
/*#slideshow.home .carousel-indicators li.secondoSlide {
	width: 16em !important;
}*/
#slideshow.home .carousel-indicators li {
  display: inline-block;
  width: 16em;
  height: 6em;
  padding: 10px 0;
  text-indent: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.21) !important;
  border-radius: 0px;
  cursor: pointer;
  /* background-color: #fff; */
  position: relative;
  /* float: right; */
  border: none;
  margin: 0.5em 0 0 0;
}
@media screen and (min-width: 1400px) {
  #slideshow.home .carousel-indicators li.primoSlide {
    /* margin-left: 19em; */
  }
}
@media screen and (max-width: 1400px) {
  #slideshow.home .carousel-indicators li.primoSlide {
    /*margin-left: 10em;*/
    margin-left: 2em;
  }
}
#slideshow.home .carousel-indicators li.active {
  background-color: rgba(250, 250, 250, 0.8);
}
#slideshow.home .carousel-indicators li.active span.titolo {
  color: #b1181d;
  font-weight: 400;
}
#slideshow.home .carousel-indicators li.active span.testo {
  color: #b1181d;
  font-weight: 200;
}
#slideshow.home .carousel-indicators li span {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
  text-align: left;
}
#slideshow.home .carousel-indicators li span.titolo {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #fff;
  font-weight: 400;
}
#slideshow.home .carousel-indicators li span.testo {
  font-size: 0.88em;
  font-weight: 300;
  color: #fff;
  /* display: none; */
}
/* Fine - Slideshow - Home */
/* Slideshow - Numismatica */
#slideshow.numismatica {
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 0em;
}
#slideshow.numismatica .carousel-indicators {
  bottom: -3em;
}
#slideshow.numismatica .carousel-indicators li {
  /* border: 1px solid #0080bc; */
  width: 15px;
  height: 15px;
  background-color: #b2b2b2;
}
#slideshow.numismatica .carousel-indicators li.active {
  background-color: #0080bc;
  width: 10px;
  height: 10px;
}
/* Fine - Slideshow - Numismatica  */
/* Slideshow - Contenuto Pagina */
#slideshow.contenutoPagina {
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 0em;
}
#slideshow.contenutoPagina .carousel-indicators {
  bottom: -3em;
}
#slideshow.contenutoPagina .carousel-indicators li {
  /* border: 1px solid #0080bc; */
  width: 15px;
  height: 15px;
  background-color: #b2b2b2;
}
#slideshow.contenutoPagina .carousel-indicators li.active {
  background-color: #0080bc;
  width: 15px;
  height: 15px;
}
/* Fine - Slideshow - Contenuto Pagina  */
/* Slideshow - Prodotti Homepage */
@media screen and (max-width: 768px) {
  #carouselSlider.interno.prodottiHome {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }
}
#carouselSlider.interno.prodottiHome {
  margin-left: 1.5em;
  margin-top: 0em;
}
#carouselSlider.interno.prodottiHome .carousel-indicators {
  bottom: -3em;
}
#carouselSlider.interno.prodottiHome .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #b2b2b2;
}
#carouselSlider.interno.prodottiHome .carousel-indicators li.active {
  /*background-color: #0080bc;*/
  background: linear-gradient(0deg, #5a7e74, #5a7e74),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 360px) {
  #carouselSlider.interno .grid figure {
    margin: 2em 0 1em 0 !important;
    width: 100% !important;
  }
  #carouselSlider.interno .grid figure.effect-zoe figcaption {
    padding: 1em 0 !important;
    margin: 0;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  #carouselSlider.interno .grid figure {
  }
}
#carouselSlider.interno .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  /* min-width: 320px; */
  /* max-width: 480px; */
  /* max-height: 360px; */
  width: 98%;
  /* background: #b1181d; */
  text-align: center;
  cursor: pointer;
}
#carouselSlider.interno .grid figure img {
  position: relative;
  display: block;
  width: 100%;
  /* opacity: 0.8; */
}
#carouselSlider.interno .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#carouselSlider.interno .grid figure figcaption img {
  width: 1.5em;
}
#carouselSlider.interno .grid figure figcaption::before,
#carouselSlider.interno .grid figure figcaption::after {
  pointer-events: none;
}
#carouselSlider.interno .grid figure figcaption,
#carouselSlider.interno .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#carouselSlider.interno .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  #fff-space: nowrap;
  font-size: 0;
  opacity: 0;
}
#carouselSlider.interno .grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 1.5em;
  margin-top: 0.3em !important;
}
#carouselSlider.interno .grid figure h2 span {
  font-weight: 800;
}
#carouselSlider.interno .grid figure h2,
#carouselSlider.interno .grid figure p {
  margin: 0;
}
#carouselSlider.interno .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
#carouselSlider.interno .grid figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #435665;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#carouselSlider.interno .grid figure.effect-zoe h2 {
  float: left;
}
#carouselSlider.interno .grid figure.effect-zoe p.icon-links a {
  float: right;
  color: #435665;
  font-size: 1.4em;
}
#carouselSlider.interno .grid figure.effect-zoe:hover p.icon-links a:hover,
#carouselSlider.interno .grid figure.effect-zoe:hover p.icon-links a:focus {
  color: #333;
}
#carouselSlider.interno .grid figure.effect-zoe h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
#carouselSlider.interno .grid figure.effect-zoe p.icon-links a {
  font-size: 2em;
  margin: 0.2em 0.6em;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
#carouselSlider.interno .grid figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: "feathericons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#carouselSlider.interno .grid figure.effect-zoe h2 {
  display: inline-block;
}
#carouselSlider.interno .grid figure.effect-zoe:hover figcaption,
#carouselSlider.interno .grid figure.effect-zoe:hover h2,
#carouselSlider.interno .grid figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#carouselSlider.interno .grid figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#carouselSlider.interno
  .grid
  figure.effect-zoe:hover
  p.icon-links
  a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#carouselSlider.interno
  .grid
  figure.effect-zoe:hover
  p.icon-links
  a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#carouselSlider.interno
  .grid
  figure.effect-zoe:hover
  p.icon-links
  a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* Fine - Slideshow - Prodotti Homepage  */
/* Slideshow - Siamo Con te tutti i giorni */
#slideshow.siamoConTe {
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 0em;
}
#slideshow.siamoConTe .carousel-indicators {
  bottom: -3em;
}
#slideshow.siamoConTe .carousel-indicators li {
  /* border: 1px solid #0080bc; */
  width: 15px;
  height: 15px;
  background-color: #b2b2b2;
}
#slideshow.siamoConTe .carousel-indicators li.active {
  background-color: #0080bc;
  width: 15px;
  height: 15px;
}
/* Fine - Slideshow - Siamo Con te tutti i giorni  */
/* Card SiamoConTe */
.card-body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.card-icon {
  padding-top: 10px;
  padding-right: 20px;
}
.card-block {
  min-width: 300px;
}
img.card-icon-image {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  img.card-icon-image {
    width: 60px;
    height: 60px;
  }
  .card-icon {
    padding-top: 6px;
    padding-right: 10px;
  }
  h3.card-title.h3 {
    margin-top: 8px;
  }
}
.card {
  padding: 30px;
}
/* FINE - Card SiamoConTe */
/* Slideshow - Prodotti Arte */
#slideshow.prodottiArte {
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 0em;
}
#slideshow.prodottiArte .carousel-indicators {
  bottom: -3em;
}
#slideshow.prodottiArte .carousel-indicators li {
  /* border: 1px solid #0080bc; */
  width: 15px;
  height: 15px;
  background-color: #b2b2b2;
}
#slideshow.prodottiArte .carousel-indicators li.active {
  background-color: #0080bc;
  width: 15px;
  height: 15px;
}
/* Fine - Slideshow - Documenti di Riconoscimento */
/* Slideshow - passaporto elettronico*/
#slideshow.passaportoElettronico {
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 0em;
}
#slideshow.passaportoElettronico .carousel-indicators {
  bottom: -3em;
}
#slideshow.passaportoElettronico .carousel-indicators li {
  /* border: 1px solid #0080bc; */
  width: 15px;
  height: 15px;
  background-color: #b2b2b2;
}
#slideshow.passaportoElettronico .carousel-indicators li.active {
  background-color: #0080bc;
  width: 15px;
  height: 15px;
}
/* Fine - Slideshow - Elementi di Sicurezza nei prodotti IPZS  */
/* Potrebbe Interessarti */
.potrebbeInteressarti {
  margin-top: 3em;
}
.potrebbeInteressarti .row.intestazione {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 2em;
}
.potrebbeInteressarti .intestazioneBox {
  padding: 1em;
  text-align: left;
  font-size: 1.7em;
  color: #000;
  font-weight: 300;
  height: 3.5em;
  /* text-align: right; */
}
.potrebbeInteressarti .descrizioneBox {
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1em;
  color: #000;
  font-weight: 300;
  height: 5.5em;
  border-left: 1px solid #b2b2b2;
}
/* Fine - Potrebbe Interessarti */
/* Link utili */
.linkUtili {
  /* margin-top:3em; */
  /* margin-bottom: 3em; */
}
.linkUtili .row.intestazione {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 2em;
}
.linkUtili .intestazioneBox {
  padding: 1em;
  text-align: left;
  font-size: 1.7em;
  color: #000;
  font-weight: 300;
  height: 3.5em;
  /* text-align: right; */
}
.linkUtili .descrizioneBox {
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1em;
  color: #000;
  font-weight: 300;
  height: 5.5em;
  border-left: 1px solid #b2b2b2;
}
/* Fine - Link utili */
/* Social Area Header */
#socialArea {
  width: 390px;
  height: auto;
  float: right;
  margin: 2em 0 0 200px;
}
#socialArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#socialArea ul li {
  width: 40px;
  float: left;
  margin-right: 4%;
}
#socialArea ul li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #socialArea {
    width: 200px;
    height: auto;
    float: left;
    margin: 1em 0 0 0;
  }
}
/* Fine - Social Area Header */

/* HOMEPAGE > Siamo con te e Supportiamo l'italia */
.siamoSupportiamoHome {
  /* margin-top: 4em; */
}
.siamoSupportiamoHome .box {
  height: auto;
  margin-bottom: 2em;
}
.siamoSupportiamoHome .box .immagine {
  width: 25%;
  float: left;
}
.siamoSupportiamoHome .box .testo {
  width: 75%;
  float: left;
  height: 11em;
}
@media screen and (min-width: 360px) and (max-width: 1240px) {
  .siamoSupportiamoHome .box .testo {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 360px) {
  .siamoSupportiamoHome .box .testo {
    font-size: 0.4em;
  }
}
.siamoSupportiamoHome .box .testo .siamo {
  display: block;
  text-transform: uppercase;
  font-size: 5em;
  position: relative;
  top: -0.3em;
  color: #b2b2b2;
  font-weight: 300;
  margin-left: 0.3em;
}
.siamoSupportiamoHome .box .testo .conte {
  display: block;
  font-size: 3.5em;
  position: relative;
  top: -1.2em;
  color: #b2b2b2;
  font-weight: 300;
  margin-left: 2.5em;
}
.siamoSupportiamoHome .box .testo .tuttigiorni {
  display: block;
  font-size: 4em;
  position: relative;
  top: -1.6em;
  color: #b1181d;
  font-weight: 300;
  text-transform: uppercase;
}
.siamoSupportiamoHome .box .testo .supportiamo {
  display: block;
  font-size: 4em;
  position: relative;
  top: -0.2em;
  color: #b1181d;
  font-weight: 300;
  text-transform: uppercase;
}
.siamoSupportiamoHome .box .testo .sistemaitalia {
  display: block;
  font-size: 2.8em;
  position: relative;
  top: -0.8em;
  color: #b1181d;
  font-weight: 300;
  margin-left: 2.5em;
}
.siamoSupportiamoHome .box .testo .versofuturo {
  display: block;
  text-transform: uppercase;
  font-size: 3.5em;
  position: relative;
  top: -0.9em;
  color: #b2b2b2;
  font-weight: 300;
  margin-left: 0.3em;
}
/* Fine - HOMEPAGE > Siamo con te e Supportiamo l'italia */
/* HOMEPAGE > News & Media */
.newsMediaHome {
  margin-top: 2em;
}
.newsMediaHome .row.intestazione {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 2em;
}
.newsMediaHome .intestazioneBox {
  padding: 1em;
  text-align: left;
  font-size: 2em;
  color: #000;
  font-weight: 300;
  height: 3.5em;
}
.newsMediaHome .descrizioneBox {
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1em;
  color: #000;
  font-weight: 300;
  height: 5.5em;
  border-left: 1px solid #b2b2b2;
}
.row.newsitem {
  margin-bottom: 6vh;
}
.margine-dx {
  margin-right: 4vw;
}
@media screen and (max-width: 600px) {
  .descrizioneBox {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .newsMediaHome .box {
    height: auto !important;
    margin-bottom: 2em;
  }
}
.newsMediaHome .box div.immagine {
  width: 35%;
  float: left;
  position: relative;
  margin-bottom: 4em;
}
.newsMediaHome .box div.immagine div.tipo {
  width: 2.8em;
  height: 2.8em;
  position: absolute;
  bottom: -1em;
  right: -1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.newsMediaHome .box div.immagine div.tipo.tipoDocumento {
  background-image: url("/img/internet/icone/newsMedia/tipoDocumento.png");
}
.newsMediaHome .box div.immagine div.tipo.tipoVideo {
  background-image: url("/img/internet/icone/newsMedia/tipoVideo.png");
}
.newsMediaHome .box .testo {
  width: 60%;
  float: left;
  height: 4em;
  font-weight: 300;
  margin-left: 5%;
}
.newsMediaHome .box h2 {
  width: 58%;
  float: left;
  margin: 0px 0px 1em 7%;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 0.7em;
  font-weight: 300;
  height: 5.5em;
  font-size: 1.3em;
  line-height: 1.6em;
  overflow: hidden;
}
.newsMediaHome .box .data {
  width: 58%;
  float: left;
  margin: 0px 0px 0.4em 7%;
  font-weight: 300;
  font-style: italic;
  text-align: left;
}
.newsMediaHome .box .data span {
  margin-right: 0.5em;
}
/* Fine - HOMEPAGE > News & Media */
/* HOMEPAGE > Servizi per la Pubblica Amministrazione */
.serviziPubblicaAmministrazioneHome {
  margin-top: 3em;
}
.serviziPubblicaAmministrazioneHome .row.intestazione {
  /* border-bottom:1px solid #b2b2b2; */
  margin-bottom: 2em;
}
.serviziPubblicaAmministrazioneHome .intestazioneBox {
  padding: 1em;
  text-align: left;
  font-size: 2em;
  color: #000;
  font-weight: 300;
  height: 3.5em;
}
.serviziPubblicaAmministrazioneHome .descrizioneBox {
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1em;
  color: #000;
  font-weight: 300;
  height: 5.5em;
  border-left: 1px solid #b2b2b2;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .serviziPubblicaAmministrazioneHome .lista ul {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.5em !important;
  }
}
.serviziPubblicaAmministrazioneHome .lista ul {
  list-style-type: none;
  margin: 0;
  padding: 1.5em 0;
  text-transform: uppercase;
  text-align: right;
  font-size: 2em;
  font-weight: 300;
  margin-top: 1em;
}
.serviziPubblicaAmministrazioneHome .lista ul li {
  margin-bottom: 0.5em;
}
/* Fine - HOMEPAGE > Servizi per la Pubblica Amministrazione */
/* HOMEPAGE > Prodotti Istituzionali */
.prodottiIstituzionaliHome {
  margin-top: 3em;
}
.prodottiIstituzionaliHome h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  padding-bottom: 0.7em;
}
.prodottiIstituzionaliHome .intestazioneBox {
  padding: 1em;
  text-align: left;
  font-size: 1.8em;
  color: #000;
  font-weight: 300;
  height: 3.5em;
}
.prodottiIstituzionaliHome .box {
  text-align: left;
  font-weight: 300;
  margin: 0;
  padding: 0 2em;
}
.prodottiIstituzionaliHome .box p {
  font-size: 1.5em;
  font-weight: 300;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .prodottiIstituzionaliHome .immagine {
    display: none !important;
  }
  .prodottiIstituzionaliHome .lista {
    width: 100%;
  }
  .prodottiIstituzionaliHome .lista ul {
    margin-top: 0em !important;
  }
}
.prodottiIstituzionaliHome .immagine {
  margin: 0;
  padding: 0;
}
.prodottiIstituzionaliHome .lista {
  margin: 0;
  padding: 0;
}
.prodottiIstituzionaliHome .lista ul {
  list-style-type: none;
  margin: 0;
  padding: 1em 0;
  text-align: left;
  font-size: 2em;
  font-weight: 300;
  margin-top: 1.5em;
}
.prodottiIstituzionaliHome .lista ul li {
  margin-bottom: 0.3em;
}
/* Fine - HOMEPAGE > Prodotti Istituzionali */
/* HOMEPAGE > IPZS Store */
.ipzsStoreHome {
  margin-top: 3em;
}
.ipzsStoreHome .row.intestazione {
  /* border-bottom:1px solid #b2b2b2; */
  /* margin-bottom: 2em; */
}
.ipzsStoreHome .intestazioneBox {
  padding: 1em;
  text-align: left;
  font-size: 2em;
  color: #000;
  font-weight: 300;
  height: 3.5em;
}
.ipzsStoreHome .descrizioneBox {
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1em;
  color: #000;
  font-weight: 300;
  height: 5.5em;
  border-left: 1px solid #b2b2b2;
}
.ipzsStoreHome .lista ul {
  list-style-type: none;
  margin: 0;
  padding: 1.5em 0;
  text-transform: uppercase;
  text-align: right;
  font-size: 2em;
  font-weight: 300;
  margin-top: 1em;
}
.ipzsStoreHome h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  padding-bottom: 0.7em;
}
.ipzsStoreHome .lista ul li {
  margin-bottom: 0.5em;
}
.ipzsStoreHome .box {
  text-align: left;
  font-weight: 300;
  margin: 0;
  padding: 0 2em;
}
.ipzsStoreHome .box p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
/* Fine - HOMEPAGE > IPZS Store */
/* HOMEPAGE > CNAC */
.cnac {
  margin-top: 3em;
}
.cnac .row.intestazione {
  /* border-bottom:1px solid #b2b2b2; */
  /* margin-bottom: 2em; */
}
.cnac .intestazioneBox {
  padding: 1em;
  text-align: left;
  font-size: 2em;
  color: #000;
  font-weight: 300;
  height: 3.5em;
}
.cnac .descrizioneBox {
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1em;
  color: #000;
  font-weight: 300;
  height: 5.5em;
  border-left: 1px solid #b2b2b2;
}
.cnac .lista ul {
  list-style-type: none;
  margin: 0;
  padding: 1.5em 0;
  text-transform: uppercase;
  text-align: right;
  font-size: 2em;
  font-weight: 300;
  margin-top: 1em;
}
.cnac h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  padding-bottom: 0.7em;
}
.cnac .lista ul li {
  margin-bottom: 0.5em;
}
.cnac .box {
  text-align: left;
  font-weight: 300;
  margin: 0;
  padding: 0 2em;
}
.cnac .box p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
/* Fine - HOMEPAGE > CNAC */
/* HOMEPAGE > GIUSTAMM */
.giustamm {
  margin-top: 3em;
}
.giustamm .row.intestazione {
  /* border-bottom:1px solid #b2b2b2; */
  /* margin-bottom: 2em; */
}
.giustamm .intestazioneBox {
  padding: 1em;
  text-align: left;
  font-size: 2em;
  color: #000;
  font-weight: 300;
  height: 3.5em;
}
.giustamm .descrizioneBox {
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1em;
  color: #000;
  font-weight: 300;
  height: 5.5em;
  border-left: 1px solid #b2b2b2;
}
.giustamm .lista ul {
  list-style-type: none;
  margin: 0;
  padding: 1.5em 0;
  text-transform: uppercase;
  text-align: right;
  font-size: 2em;
  font-weight: 300;
  margin-top: 1em;
}
.giustamm h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  padding-bottom: 0.7em;
}
.giustamm a.btn {
  margin-left: 1em;
}
.giustamm .lista ul li {
  margin-bottom: 0.5em;
}
.giustamm .box {
  text-align: left;
  font-weight: 300;
  margin: 0;
  padding: 0 2em;
}
.giustamm .box p {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
/* Fine - HOMEPAGE > GIUSTAMM */
/* Contatti */
.layoutSemplice .contatti_ipzs {
}
.layoutSemplice .contatti_ipzs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* Fine - Contatti */
/* News Media */
.layoutBlog .newsMedia {
}
.layoutBlog .newsMediaSingolo .immagine {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* Fine - News Media */
/* Video Galleria */
.layoutBlog .videoGalleria {
}
.layoutBlog .videoGalleria .thumbnail .caption {
  padding: 30px 50px;
}
.layoutBlog .videoGalleria .thumbnail .caption .data {
  font-weight: 300;
  font-style: italic;
}
.layoutBlog .videoGalleria .thumbnail img {
  width: 100%;
}
.layoutBlog .videoGalleria .thumbnail p {
  height: 5em;
  text-align: left;
  font-size: 1em;
}
/* Fine - Video Galleria */
/* Griglia Elementi */
.layoutBlog .grigliaElementi {
}
.layoutBlog .grigliaElementi .thumbnail .caption {
  padding: 30px 50px;
}
.layoutBlog .grigliaElementi .thumbnail img {
  width: 100%;
}
.layoutBlog .grigliaElementi .thumbnail p {
  height: 5em;
  text-align: left;
  font-size: 1em;
}
/* Fine - Video Galleria */
/* Galleria > Multimedia */
.layoutBlog .videoGalleria.multimedia h3 {
  height: 2.5em;
}
.layoutBlog .videoGalleria.multimedia img {
  height: 15em;
}
.layoutBlog .videoGalleria.multimedia p {
  height: 7em;
}
/* Fine - Galleria > Multimedia */
/* Griglia > Numismatica */
.layoutBlog .grigliaElementi.numismatica .thumbnail h3 {
  font-size: 1.3em;
  line-height: 1.5em;
  display: block;
  height: 3em;
  margin-top: 1em;
  font-weight: 300;
  margin-bottom: 2em;
}
.layoutBlog .grigliaElementi.numismatica .thumbnail p.data {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  border-bottom: 2px solid #eee;
  height: auto;
  text-align: right;
}
/* Fine - Griglia > Numismatica */
/* Griglia > Contrassegni D.O. */
.layoutBlog .grigliaElementi.contrassegni_do .thumbnail .caption {
  padding: 1em;
}
.layoutBlog .grigliaElementi.contrassegni_do .thumbnail h3 {
  font-size: 1em;
  font-size: 1.9em;
  margin-top: 0.5em;
}
.layoutBlog .grigliaElementi.contrassegni_do .thumbnail p.data {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  border-bottom: 2px solid #eee;
  height: auto;
  text-align: right;
}
/* Fine - Griglia > Contrassegni D.O. */
/* Griglia > Libreria dello Stato */
.layoutBlog .grigliaElementi.editoria .thumbnail h3 {
  font-size: 2em;
  line-height: 1.5em;
  display: block;
  height: 3em;
  margin: 0;
  padding: 0;
}
.layoutBlog .grigliaElementi.editoria .thumbnail p.data {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  border-bottom: 2px solid #eee;
  height: auto;
  text-align: right;
}
/* Fine - Griglia > Libreria dello Stato */
/* Griglia > Prodotti Arte */
.layoutBlog .grigliaElementi.prodottiArte .thumbnail h3 {
  font-size: 2em;
  line-height: 1.5em;
  display: block;
  height: 3em;
  margin: 0;
  padding: 0;
}
.layoutBlog .grigliaElementi.prodottiArte .thumbnail p.data {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  border-bottom: 2px solid #eee;
  height: auto;
  text-align: right;
}
/* Fine - Griglia > Prodotti Arte */
/* Griglia > Ecommerce */
.layoutBlog .grigliaElementi.ecommerce .thumbnail h3 {
  font-size: 1.3em;
  line-height: 1.5em;
  display: block;
  height: 5em;
  margin: 0;
  padding: 0;
}
.layoutBlog .grigliaElementi.ecommerce .thumbnail p.data {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  border-bottom: 2px solid #eee;
  height: auto;
  text-align: right;
}
/* Fine - Griglia > Ecommerce */
/* Comunicati */
.layoutBlog .comunicati {
}
.layoutBlog .comunicati .thumbnail p {
  font-size: 1em;
}
.layoutBlog .comunicati .thumbnail h3 {
  margin: 0px 0px 0.5em;
}
.layoutBlog .comunicati .thumbnail .caption {
  /* padding:30px 50px; */
}
.layoutBlog .comunicati .thumbnail p.data {
  height: auto !important;
  font-weight: 600;
  font-size: 0.8em;
  text-align: right;
  padding: 0.2em;
  border-bottom: 1px solid #435665;
}
/* Fine - Comunicati */
/* CNAC */
.layoutBlog .cnac {
}
.layoutBlog .cnac .thumbnail p {
  font-size: 1em;
}
.layoutBlog .cnac .thumbnail h3 {
  margin: 0px 0px 0.5em;
}
.layoutBlog .cnac .thumbnail .caption {
  /* padding:30px 50px; */
}
.layoutBlog .cnac .thumbnail p.data {
  height: auto !important;
  font-weight: 600;
  font-size: 0.8em;
  text-align: right;
  padding: 0.2em;
  border-bottom: 1px solid #435665;
}
.layoutBlog .panel-group {
  border: none;
  float: left;
  width: 100%;
}
.layoutBlog .cnac .panel-group h3 {
  margin: 0.5em 0 !important;
  padding: 0;
}
.layoutBlog .cnac .panel-group .panel {
  border: none;
}
.layoutBlog .cnac .panel-group .panel .panel-heading {
  background-color: #eee;
  border: none !important;
}
.layoutBlog .cnac .panel-group .panel .panel-heading a {
  color: #000;
  text-decoration: none;
  width: 100%;
}
.layoutBlog .cnac .panel-group .panel .panel-heading a i {
  float: right;
}
.layoutBlog .cnac .panel-group .panel .panel-heading a:hover {
  color: #006797;
}
.layoutBlog .cnac .panel-group .panel .panel-body {
  margin: 0;
  padding: 1em 0;
}
.layoutBlog .cnac .panel-group .panel .panel-body .cnac_pdf {
  background: url("../../img/internet/icone/allegati/allegatoPDF.png") no-repeat
    scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  padding: 5px 0 28px 59px;
}
.layoutBlog .cnac .panel-group .panel .panel-body .cnac_xml {
  background: url("../../img/internet/icone/allegati/allegatoXML.png") no-repeat
    scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  padding: 5px 0 28px 59px;
}
.layoutBlog .cnac .panel-group .panel .panel-body .cnac_xsd {
  background: url("../../img/internet/icone/allegati/allegatoXSD.png") no-repeat
    scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  padding: 5px 0 28px 59px;
}
.layoutBlog .cnac .panel-group .panel .panel-body .cnac_xls {
  background: url("../../img/internet/icone/allegati/allegatoXLS.png") no-repeat
    scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  padding: 5px 0 28px 59px;
}
.layoutBlog .cnac .downloadVideoCorso {
  width: 100%;
  float: left;
  margin-top: 1em;
  margin-bottom: 1em;
}
.layoutBlog .cnac .downloadVideoCorso #code_c {
  float: left;
  display: block;
  width: 38%;
  margin-right: 1em;
}
.layoutBlog .cnac .downloadVideoCorso #code_c img {
  width: 100%;
}
.layoutBlog .cnac .downloadVideoCorso form {
  float: left;
  display: block;
  width: 57%;
  margin-right: 1em;
}
.layoutBlog .cnac .downloadVideoCorso form input[type="radio"] {
  float: left;
  display: block;
  width: 7%;
  margin-right: 1em;
}
.layoutBlog .cnac .downloadVideoCorso form input[type="text"] {
  float: left;
  display: block;
  width: 75%;
  margin-right: 1em;
  margin-top: 1em;
}
.layoutBlog .cnac .downloadVideoCorso form input[type="submit"] {
  float: left;
  display: block;
  width: 15%;
  margin-right: 1em;
  margin-top: 1em;
}
.layoutBlog .cnac .downloadVideoCorso form label {
  float: left;
  display: block;
  width: 83%;
  margin-right: 1em;
  font-weight: 300;
  font-size: 1.2em;
}
/* Fine - CNAC */
/* Sicurezza Anticontraffazione */
.layoutMultiprodotto .sicurezzaAnticontraffazione .thumbnail h3 {
  text-align: center;
}
/* Fine - Sicurezza Anticontraffazione */
/* Sigilli di stato */
.layoutSemplice .sigilli_stato .dizionario {
  border: 1px solid #b2b2b2;
  padding: 1em;
  margin: 1em 0;
}
.layoutSemplice .sigilli_stato .dizionario p {
  font-style: italic;
  font-size: 1em;
}
.layoutSemplice .sigilli_stato .dizionario p.fonte {
  font-weight: 600;
}
/* Fine - Sigilli di stato */
/* Thumb > Portali */
.layoutSemplice .portali .thumbnail {
  padding: 1em;
  border: 1px solid #eee;
}
.layoutSemplice .portali .thumbnail .caption {
  background-color: transparent !important;
  border: none;
}
.layoutSemplice .portali .thumbnail .caption h3 {
  font-size: 3em;
  margin: 0.5em 0 1em;
}
.layoutSemplice .portali .thumbnail .caption span {
  color: #b2b2b2;
  font-size: 1.7em;
  font-weight: 300;
  margin-bottom: 1em;
  float: left;
  width: 100%;
}
.layoutSemplice .portali .thumbnail .caption p {
  font-size: 1.6em;
  margin-bottom: 2em;
  font-style: normal;
}
.layoutSemplice .portali .thumbnail .caption.vertici p {
  margin-bottom: 1em !important;
}
.layoutSemplice .portali .thumbnail .caption p img {
  width: 11em;
  float: right;
  margin-left: 1em;
  border: 2px solid #eee;
  padding: 4px;
}
/* Fine - Thumb > Portali */
/* Thumb > Prodotti */
.layoutSemplice .prodotti .thumbnail {
  padding: 1em;
  border: 1px solid #eee;
}
.layoutSemplice .prodotti .thumbnail .caption {
  background-color: transparent !important;
  border: none;
}
.layoutSemplice .prodotti .thumbnail .caption h3 {
  font-size: 3em;
  margin: 0.5em 0 1em;
}
/* Fine - Thumb > Prodotti */
/* Documenti di riconoscimento */
.layoutMultiprodotto .documentiRiconoscimento .thumbnail h3 {
  text-align: center;
}
/* Fine - Documenti di riconoscimento */
.spaziatura-stretta {
  letter-spacing: -0.08em;
}
/* Layout Backend */
.layoutBackend {
}
.layoutBackend .contenitore {
  margin-top: 3em;
}
.layoutBackend .contatti {
  margin-bottom: 2em;
  padding: 1em 1em;
  font-weight: 300 !important;
  background-color: #eee;
  font-size: 1em;
  border-bottom: 1px solid #b2b2b2;
}
.layoutBackend h2 {
  color: #435665;
  font-weight: bold;
  text-transform: uppercase;
}
.layoutBackend .contenuto.testo h2 {
  font-weight: 300;
  text-align: left;
  font-size: 3.2em;
  display: block;
  color: #435665;
  text-transform: none;
  margin-bottom: 1em;
}
.layoutBackend .contenuto .contenitoreVideo {
  width: 100%;
  margin: 0 !important;
  margin-bottom: 2em;
}
.layoutBackend .contenuto .contenitoreVideo video {
  width: 100%;
  margin: 3em 0 0 0 !important;
  border: 2px solid #435665;
  padding: 0.5em;
}
.layoutBackend .contenuto .contenitoreAudio {
  width: 100%;
  margin: 3em 0 0 0 !important;
}
.layoutBackend .contenuto .contenitoreAudio audio {
  width: 100%;
  margin: 0 0 2em 0 !important;
}
.layoutBackend .contenuto.testo h2.tipo {
  padding-left: 1.6em;
  padding-bottom: 0.5em;
  background-size: 1.3em;
  background-repeat: no-repeat;
}
.layoutBackend .contenuto.testo h2.tipo.tipoDocumento {
  background-image: url("/img/internet/icone/newsMedia/tipoDocumento.png");
}
.layoutBackend .contenuto.testo h2.tipo.tipoVideo {
  background-image: url("/img/internet/icone/newsMedia/tipoVideo.png");
}
.layoutBackend .contenuto p {
  font-size: 1.3em;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5em;
}
.layoutBackend .contenuto.testo h3 {
  font-weight: 300;
  text-align: left;
  font-size: 2.2em;
  display: block;
  color: #435665;
  margin-top: 2em;
}
.layoutBackend .contenuto.testo ul.listaContenuto {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}
.layoutBackend .contenuto.testo ul.legenda {
  display: block;
  clear: both;
  list-style-type: none;
  padding: 2em 0;
}
.layoutBackend .contenuto.testo ul.legenda li {
  margin: 0.4em 0;
}
.layoutBackend .contenuto.testo ul.legenda li .fa {
  margin-right: 1em;
}
.layoutBackend .contenuto.testo .fa.verde {
  color: #5d9c03;
}
.layoutBackend .contenuto.testo .fa.blue {
  color: blue;
}
.layoutBackend .contenuto.testo .fa.rosso {
  color: red;
}
.layoutSemplice .contenuto .immagine {
  margin-top: 1em;
  margin-bottom: 1em;
}
.layoutBackend .box {
  margin-bottom: 4em;
}
.layoutBackend .box h2 {
  text-align: center;
  margin-right: 1em;
  text-transform: none;
}
.layoutBackend .box .info {
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
  margin-right: 2em;
}
.layoutBackend .box .info span {
  padding: 0.2em 0.5em;
  border: 2px solid #eee;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
.layoutBackend .box .immagine {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-right: 1em;
}
.layoutBackend .box .allegatiLista {
  margin-top: 3em;
  margin-bottom: 3em;
}
.layoutBackend .box .allegatiLista ul.listaContenuto {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.layoutBackend .box .allegatiLista ul.listaContenuto li {
  margin: 0.5em 0;
  font-size: 1.5em;
  font-weight: 300;
}
.layoutBackend .box .allegatiLista ul.listaContenuto li a {
  text-decoration: none;
  padding: 0.3em;
}
.layoutBackend .box .allegatiLista ul.listaContenuto li a i {
  margin-right: 0.6em;
}
.layoutBackend .box .allegatiLista ul.listaContenuto li a:hover {
  text-decoration: none;
  background-color: #0080bc;
  color: #fff;
}
.layoutBackend .box .allegatiLista .singoloAllegato {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.layoutBackend .logoEvento {
  position: relative;
  width: 100%;
  /* float: left; */
  /* display: block; */
  height: 220px;
}
.layoutBackend .logoEvento .contenitoreThumb {
  background-size: cover;
  height: 200px;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-filter: blur(10px) opacity(0.15);
  -moz-filter: blur(10px) opacity(0.2);
  -o-filter: blur(10px) opacity(0.2);
  -ms-filter: blur(10px) opacity(0.2);
  filter: blur(10px) opacity(0.2);
}
.layoutBackend .logoEvento .immagine {
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 200px;
}
.layoutBackend .logoEvento .immagine img {
  width: 250px;
  margin-top: 25px;
  border: 10px solid #fff;
}
.layoutBackend .box p {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
  margin-right: 1em;
}
.layoutBackend .box .pulsante {
  float: left;
  margin-left: 20%;
  margin-right: 40%;
  width: 20%;
  font-size: 1.3em;
  border-radius: 5px;
  margin-top: 1em;
}
.layoutBackend .box .pulsante.numero3 {
  margin: 0 3% 0 7.5%;
}
.layoutBackend .box .pulsante.destra {
  float: right;
  margin: 0 0.5em;
  font-size: 0.9em;
  border-radius: 0;
}
.layoutBackend .sidebar .row {
  margin-bottom: 2em;
}
.layoutBackend .sidebar h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #000;
  margin-right: 0;
  text-align: left;
  text-transform: none !important;
  margin-bottom: 1em;
}
.layoutBackend .sidebar ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  font-size: 1.2em;
  font-weight: 300;
}
.layoutBackend .sidebar ul li {
  margin-top: 0.2em;
}
.layoutBackend .sidebar ul li i {
  margin-right: 0.5em;
  display: block;
  float: left;
  width: 9%;
  margin-top: 0.3em;
}
.layoutBackend .sidebar ul li a {
  text-decoration: none;
  padding: 0.2em;
  display: block;
}
.layoutBackend .sidebar ul li a span {
  display: block;
  float: left;
  width: 85%;
}
.layoutBackend .sidebar ul li a:hover {
  background-color: #b1181d;
  color: #fff;
}
.layoutBackend .sidebar .thumbnail {
  padding: 0;
  border: none;
  margin: 0 0 2em 0;
}
.layoutBackend .sidebar .thumbnail img {
  width: 100%;
}
.layoutBackend .sidebar .thumbnail .caption {
  font-style: italic;
  font-size: 0.9em;
  margin-top: 0.5em;
  padding: 0.2em 0 0 0.2em;
}
.layoutBackend .sidebar .categorie a {
  display: inline;
}
.layoutBackend .sidebar .categorie .badge {
  font-size: 0.9em;
  font-weight: 300;
  background-color: #b1181d;
  color: #fff;
  margin-left: 0.5em;
}
.layoutBackend .sidebar .categorie a:hover {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}
.layoutBackend .sidebar p.didascalia {
  font-size: 0.9em;
  font-weight: 300;
}
.layoutBackend .calendario .listaMesi {
  padding-left: 0em;
}
.layoutBackend .calendario .listaMesi span a {
  display: block;
  float: left;
  width: 15%;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em;
  margin: 0.1em;
  background-color: #eee;
  font-size: 0.9em;
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .layoutBackend .calendario .listaMesi span a {
    width: 48%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .layoutBackend .calendario .listaMesi span a {
    width: 13% !important;
  }
}
@media screen and (max-width: 320px) {
  .layoutBackend .calendario .listaMesi span a {
    width: 48% !important;
  }
  .layoutBackend .calendario .listaAnni span a {
    width: 32% !important;
  }
}
.layoutBackend .calendario .listaMesi span a:hover,
.layoutBackend .calendario .listaMesi span a.active {
  background-color: #b1181d;
  border: 1px solid #b1181d;
  color: #fff;
}
.layoutBackend .calendario .listaAnni {
  padding-left: 0em;
}
.layoutBackend .calendario hr {
  float: left;
  width: 100%;
}
.layoutBackend .calendario .listaAnni span a {
  display: block;
  float: left;
  width: 24%;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em;
  margin: 0.1em;
  background-color: #eee;
  font-size: 0.9em;
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
}
.layoutBackend .calendario .listaAnni span.ultimiMesi a {
  height: 2.5em;
  width: 98.5%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .layoutBackend .calendario .listaAnni span a {
    width: 48%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .layoutBackend .calendario .listaMesi span a {
    width: 23% !important;
  }
}
.layoutBackend .calendario .listaAnni span a:hover,
.layoutBackend .calendario .listaAnni span a.active {
  background-color: #b1181d;
  border: 1px solid #b1181d;
  color: #fff;
}
.layoutBackend .newsletter .newsletterForm {
  padding-left: 1.5em;
}
.layoutBackend .newsletter .newsletterForm input {
  width: 92%;
  padding: 0.5em 4%;
  font-weight: 300;
  font-style: italic;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
}
.layoutBackend .newsletter .newsletterForm button.pulsante {
  margin-top: 1em;
  border-radius: 3px;
  font-weight: 300;
  border: 1px solid;
}
.layoutBackend .allegati {
  margin-top: 2em;
  float: left;
}
.layoutBackend .allegati > div {
  margin-top: 1em;
  height: 5em;
}
.layoutBackend .allegati p {
  font-size: 1.2em;
  text-align: left;
  margin: 0.3em;
  line-height: 1.2em;
}
/* Fine - Layout Backend */
/* Backend */
.backend h2 {
  margin-bottom: 2em;
}
.backend label {
  font-size: 1.2em;
  font-weight: 300;
  width: 100%;
}
.backend label img {
  width: 20px;
  height: 20px;
  margin-left: 1em;
}
.backend input.pulsante {
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
}
.backend .radioScelta {
  margin-top: 1em;
  margin-bottom: 4em;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.backend .console_allegati {
  width: 100%;
  margin-top: 2em;
  display: block;
  float: left;
  margin-bottom: 2em;
}
.backend .console_allegati i {
  /* margin-right:0.5em
 */
}
.backend iframe.frameLogoNews {
  width: 100% !important;
  border: 0;
  height: 250px;
  overflow: hidden;
}
.backend .logoNews {
  width: 100%;
}
.backend .logoNews img {
  width: 100%;
  border: 2px solid #b1181d;
  padding: 0.25em;
}
.backend .listaElementiAllegati {
  float: left;
  width: 100%;
}
.backend .listaContenuto {
  list-style-type: none;
  padding: 0 0.5em;
}
.backend .listaContenuto li {
  width: 100%;
  height: 2em;
}
.backend .listaContenuto span {
  list-style-type: none;
  padding: 0.1em;
  background-color: #5d9c03;
  border-radius: 5px;
  width: 2em;
  height: 1.8em;
  display: block;
  font-size: 0.9em;
  margin: 0;
  text-align: center;
  float: left;
  margin-right: 0.5em;
  color: #fff;
}
.backend a.pulsante.allega {
  width: 25%;
  float: left;
  font-weight: 300;
  font-size: 2em;
  border: none;
  padding: 0;
  text-align: center;
}
.backend #uploadImageForm img {
  width: 100%;
}
.backend .form-group.upload input[type="file"] {
  width: 80%;
  float: left;
  margin-bottom: 2em;
}
.backend .form-group.upload input[type="button"] {
  width: 18%;
  margin-left: 2%;
  font-size: 1.1em;
  float: left;
  margin-bottom: 2em;
}
.backend .alert {
  margin: 0 0 2em 0 !important;
}
.backend .listaAllegati {
  width: 100%;
  float: left;
}
.backend .listaAllegati .singoloAllegato {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.backend .listaAllegati .singoloAllegato > a {
  width: 23%;
  float: left;
  margin-right: 2%;
  height: 8em;
  overflow: hidden;
}
.backend .listaAllegati .singoloAllegato > a img {
  width: 100%;
  float: left;
  border: 2px solid #eee;
  padding: 0.2em;
}
.backend .listaAllegati .singoloAllegato > .testo {
  width: 75%;
  float: left;
}
.backend .listaAllegati .singoloAllegato > .testo h2 {
  font-size: 1.5em;
  padding: 0.5em 1em;
  background-color: #eee;
  margin: 0;
}
.backend .listaAllegati .singoloAllegato > .testo .descrizione {
  float: left;
  margin-top: 1em;
  width: 100%;
}
.backend .listaAllegati .singoloAllegato > .testo h2 .pulsante.piccolo {
  font-size: 0.5em;
  margin-right: 0.5em;
}
.backend .listaAllegati .singoloAllegato.documenti > a {
  width: 15%;
  padding-right: 2%;
  float: left;
  margin-bottom: 1em;
}
.backend .listaAllegati .singoloAllegato.documenti > .testo {
  width: 83%;
  float: left;
}
.backend iframe.visualizzaAllegati {
  width: 100%;
  height: 44em !important;
  border: none;
}
.backend iframe.visualizzaAllegati.alto {
  height: 50em !important;
}
.backend .paginatore {
  display: block;
  width: 99%;
  margin: 2em 0;
  border-top: 1px dotted #eee;
  padding: 1em 0;
  float: left;
  height: 20px;
}
.backend .paginatore .indietro {
  padding-left: 20px;
  height: 20px;
  display: block;
  float: left;
  width: 30%;
  text-align: left;
}
.backend .paginatore .indietro a {
  height: 20px;
  display: block;
  cursor: pointer;
  background: #fff url(../../img/internet/prev.png) top left no-repeat;
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #006797;
}
.backend .paginatore .avanti {
  height: 20px;
  display: block;
  float: right;
  text-align: right;
  padding-right: 20px;
}
.backend .paginatore .avanti a {
  height: 20px;
  display: block;
  cursor: pointer;
  background: #fff url(../../img/internet/next.png) top right no-repeat;
  padding: 0 20px 0 0;
  text-decoration: none;
  color: #006797;
}
.backend .paginatore .pagine {
  float: left;
  width: 38%;
  text-align: center;
}
.backend .titoloNewsCorrelata {
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
}
.backend .infoAllegati {
  width: 100%;
  margin-bottom: 2em;
  float: left;
}
.backend .infoAllegati input[type="file"].caricamento {
  width: 70%;
  float: left;
  margin-right: 2%;
}
.backend .infoAllegati .miniatura {
  width: 25%;
  height: auto;
  float: left;
  margin-right: 2%;
  border: 2px solid #eee;
  padding: 0.3em;
}
.backend .infoAllegati .miniatura img {
  width: 100%;
  height: auto;
  float: left;
}
.backend .infoAllegati .testo {
  width: 73%;
  float: left;
}
.backend .infoAllegati .testo.allWidth {
  width: 100%;
  float: left;
}
.backend .infoAllegati table td.etichetta {
  width: 20%;
  background-color: #eee;
  text-align: right;
  font-weight: 600;
}
.backend .galleriaFotografica {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 3em;
}
.backend .galleriaFotografica .singolaThumb {
  width: 24%;
  float: left;
  margin: 0.2em 0.5%;
  border: 2px solid #b2b2b2;
}
.backend .galleriaFotografica .singolaThumb .scelta {
  width: 98%;
  padding: 0.5em;
  background-color: #eee;
  margin: 0 1%;
  text-transform: uppercase;
}
.backend .galleriaFotografica .singolaThumb input {
  margin: 0.15em 0.5em;
  float: left;
  font-size: 1.5em;
}
.backend .galleriaFotografica .singolaThumb .foto {
  width: 98%;
  margin: 0 1%;
  height: 12em;
  overflow: hidden;
}
.backend .galleriaFotografica .singolaThumb .foto img {
  width: 100%;
}
.backend .homeBox {
  width: 100%;
  height: 3em;
  margin-top: 1em;
  text-align: center;
  border-top: 1px solid #b2b2b2;
  padding-top: 1em;
  float: left;
}
.backend .pulsantiera {
  text-align: center;
  width: 100%;
  float: left;
}
.backend.thumb .thumbnail {
  height: AUTO;
}
.backend.thumb .thumbnail h3 {
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 2em !important;
}
.backend.thumb .thumbnail ul.listaContenuto {
  padding: 0;
}
.backend .selezione_offerta {
  width: 2%;
  height: 30px;
  float: left;
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  margin-top: 10px;
}
.backend label.radio {
  width: auto;
  height: 30px;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 13px;
}
.backend .tool_tip {
  float: left;
  width: 20px;
  margin-top: 16px;
  margin-right: 0px;
}
/* Fine - Backend */

/* Footer 
@media screen and (max-width: 1000px) {
  footer {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
}
footer {
  padding: 2em 0;
  background-color: #eee;
  font-size: 1.1em;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 3em;
}
footer .listaFooter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .listaFooter ul li {
  font-weight: 300;
}
footer .listaFooter ul li.headerMenu {
  color: #b1181d;
  padding: 0.3em;
}
footer .listaFooter ul li.disabled a {
  color: #b2b2b2
}
footer .listaFooter ul li.disabled a:hover {
  color: #b2b2b2;
  background-color: #eee;
}
footer .listaFooter ul li a {
  width: 100%;
  display: block;
  padding: 0.3em;
  color: #000
}
footer .listaFooter ul li a:hover {
  background-color: #b1181d;
  color: #fff;
  text-decoration: none;
}
footer .listaFooter ul li.titolo {
  text-transform: uppercase;
  border-bottom: 1px solid #b2b2b2;
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: 2em;
}
footer .listaFooter ul li.social {
  float: left;
  width: 3em;
}
footer .listaFooter ul li.social a:hover {
  background-color: transparent;
  color: #000;
}
footer .listaFooter ul li.claim {
  font-style: italic;
  font-weight: 600;
}
footer .menuFooter {
  margin-top: 4em;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
footer .menuFooter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .menuFooter ul li {
  float: left;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0.5em;
}
footer .tornasu {
  width: 70%;
  margin-left: 15%;
  margin-top: 5em;
  text-align: center;
  font-weight: 300;
  font-size: 0.9em;
}
footer .menuFooter ul li.evidenziato {
  background-color: #b1181d;
  border-radius: 5px;
}
footer .menuFooter ul li.evidenziato > i {
  font-size: 1.2em;
  padding: 0em 0.5em 0 0;
  color: #fff;
}
footer .menuFooter ul li.evidenziato > span {
  font-size: 1.2em;
  padding: 0em 0.5em 0 0;
  color: #fff;
}
footer .menuFooter ul li.evidenziato a {
  color: #fff;
}
@media screen and (max-width:992px) {
  footer .menuFooter ul li {
    width: 100%;
    text-align: center;
    margin-top: 0.5em;
  }
  footer .menuFooter ul li.evidenziato {
    background-color: #b1181d;
    border-radius: 5px;
    color: #0080bc;
    padding-left: 0em;
    text-align: center;
  }
  footer .menuFooter ul li.evidenziato > i {
    font-size: 1.2em;
    padding: 0em 0.5em 0 0;
    color: #fff;
  }
  footer .menuFooter ul li.evidenziato a {
    color: #fff;
  }
}
@media screen and (min-width:992px) and (max-width:1200px) {
  footer .menuFooter ul li.evidenziato {
    background-color: #b1181d;
    border-radius: 5px;
    color: #0080bc;
    padding-left: 1em;
  }
}
footer .tornasu {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 5em;
  text-align: center;
  font-weight: 300;
  font-size: 0.9em;
}
footer .tornasu .top {
  margin-bottom: 1em;
}
footer p.datiIPZS {
  font-size: 0.8em;
  line-height: 2em;
  margin-top: 2em;
}
.SostenibilitaBox .caption .btn {
  float: none;
}
.VideoGazz .effect-zoe {
  width: 100% !important;
}
.VideoGazz {
  margin-top: 0 !important;
}
.VideoGazz .grid {
  margin-top: 2em !important;
}
.required {
  background-color: #FCF1C3;
}
/* Fine - Footer */

/* Sezione Chi Siamo -> Certificazioni */
#contenitorePaginaCertificazioni.contenitore.chisiamo li {
  line-height: 3em;
  list-style-type: none;
  font-size: 1.3em;
  font-weight: 300;
}
#contenitorePaginaCertificazioni #stabilimenti .btn-default {
  margin-top: 10px;
}
@media screen and (min-width: 360px) and (max-width: 460px) {
  #contenitorePaginaCertificazioni.contenitore.chisiamo ul {
    padding: 0px;
  }
}
/* Sezione Chi Siamo -> Innovazione */
.sezione_contenuti .immagine img {
  min-height: 20rem;
}
#contenuti_sviluppo_innovazione.row h3 {
  color: #b1181d;
  margin: 0 0 15px 15px;
}

#contenuti_sviluppo_innovazione .row.no-gutter p {
  padding: 0 15px 0 15px;
}

#contenuti_sviluppo_innovazione p {
  padding: 0 0 25px 0;
}

#contenuti_sviluppo_innovazione .row {
  padding: 15px 0 15px 0;
}
.banner_sviluppo_innovazione img {
  width: 100%;
}
.siderbar_innovazione {
  display: block;
  margin: 0;
  max-width: 100%;
  padding: 0 0 0 15px;
}
#sidebar h2 {
  color: #b1181d;
  text-align: center;
}
.siderbar_innovazione img {
  width: 100%;
}
.siderbar_innovazione p {
  margin: 0 15px 0 0;
}
.siderbar_innovazione .col-lg-8.col-sm-8.col-xs-8 {
  padding-left: 0;
}

.siderbar_innovazione .row {
  display: flex;
  align-items: center;
}

.siderbar_innovazione.immagini .row {
  margin-bottom: 10px;
}
@media screen and (min-width: 360px) and (max-width: 1200px) {
  .sezione_contenuti .immagine {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #contenuti_sviluppo_innovazione.layoutSemplice {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 760px) {
  .banner_sviluppo_innovazione img {
    min-height: 294px;
    object-fit: cover;
    object-position: right;
  }
}
@media screen and (max-width: 1200px) {
  #contenuti_sviluppo_innovazione.row h3 {
    margin: 300px 0 15px 15px;
  }
}
@media screen and (max-width: 760px) {
  .banner_sviluppo_innovazione img {
    min-height: 294px;
    object-fit: cover;
    object-position: left;
  }
}
/* I Vertici */
#vertici span,
h3 {
  color: #b1181d;
  font-style: normal;
  font-size: 2em;
}

/* Rivista Consortium */
.consortium img {
  width: 100%;
  width: -moz-available; /* For Mozzila */
  width: -webkit-fill-available; /* For Chrome */
  width: stretch;
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  .consortium h4,
  a {
    font-size: 1em;
  }
}

@media screen and (max-width: 434px) {
  .consortium h4,
  a {
    font-size: 0.8em;
  }
}

/* Libreria dello Stato */
.editoria img {
  width: 100%;
  width: -moz-available; /* For Mozzila */
  width: -webkit-fill-available; /* For Chrome */
  width: stretch;
}

/* SostenibilitÃƒÆ’Ã†â€™Ãƒâ€šÃ‚  > Div per ancore download */
.SostenibilitaBox > .thumbnail > div {
  margin: 10px 0 10px 0;
  display: flex;
  justify-content: center;
}

.SostenibilitaBox > .thumbnail {
  margin-top: 30px;
}

.centerbox {
  display: flex;
  justify-content: center;
}

.P-Sostenibilita p {
  margin-left: 1em;
}

.SostenibilitaBox > .thumbnail {
  margin-top: 30px;
}

/* Libreria dello Stato */

#lds .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#lds .caption {
  /*font-size: 0.7em;
  margin-top: 0.5em;
  padding: 0.5em;*/
  border: 0px;
  font-style: normal;
  background-color: white;
}

#lds .landing > a {
  width: 100%;
  font-size: 18px;
}

#lds .thumbnail h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #006797;
}

#headerShop {
  float: right;
  position: relative;
  top: -50px;
  height: 50px;
  padding: 5px 70px 0 30px;
  clip-path: polygon(15px 0, 100% 0px, 100% 100%, 0px 100%);
  background: rgb(105, 140, 130);
  background: -moz-linear-gradient(
    top,
    rgba(105, 140, 130, 1) 0%,
    rgba(1, 69, 50, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(105, 140, 130, 1) 0%,
    rgba(1, 69, 50, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(105, 140, 130, 1) 0%,
    rgba(1, 69, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#698c82', endColorstr='#014532',GradientType=0);
}

/* Per Slider new Home 

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  /*
    height: 100vh;
    */
}

.carousel-inner {
  background: linear-gradient(110.47deg, #5a7e74 7.57%, #122b24 60.24%);
}

.fade-carousel .carousel-inner .item {
  /*
    height: 100vh;
  */
}

.carousel-indicators {
  bottom: -50px;
  margin-left: -65px;
  left: 0;
}

.carousel-indicators > li {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  /*border-color: #D9D9D9;
    opacity: .7;*/
  border: 0;
}

.carousel-indicators > li.active {
  margin: 0;
  width: 10px;
  height: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    #5a7e74;
  /*oborder-color: #5A7E74;
  pacity: 1;*/
}

/********************************/
/*          Hero Headers        */
/********************************/
#hero {
  /*
    position: absolute;
  */
  top: 0;
  left: 36px;
  z-index: 3;
  color: #fff;
  text-align: left;
  /*
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
   
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
    */
  /*
      width: 604px;
    */
  /*
    height: 364px;
    */
  padding-right: 80px;
}

#hero h2 {
  left: 64px;
  top: 1579px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
}

#hero p {
  left: 64px;
  top: 1651px;

  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #ffffff;
}

/*
.hero h2 {
    text-transform: uppercase;
}
*/

#hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.fade-carousel .carousel-inner .item #hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active #hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*
    background-color: #080d15;
    opacity: .8;
    */
  background: linear-gradient(110.47deg, #5a7e74 7.57%, #122b24 60.24%);
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
.fade-carousel .slides .slide-1 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}
*/

/********************************/
/*    Dimensione immagini       */
/********************************/
#bs-carousel .sfondo-img {
  float: right;
  clip-path: polygon(50px 0, 100% 0px, 100% 100%, 0px 100%);
  max-width: 100%;
  height: auto;
  display: block;
}

/********************************/
/*        Testo News            */
/********************************/
#hero hgroup {
  width: 80%;
  margin-top: 40px;
}

/********************************/
/*        NEWS & MEDIA          */
/********************************/
#cont_newsemedia {
  width: 110px;
  height: 26px;
  padding: 5px 12px 5px 12px;
  border-radius: 30px;
  gap: 10px;
  background: #ffffff80;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #101010;
}

/********************************/
/*        Bottone News          */
/********************************/

#hero .btn {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  text-align: center;
  color: white;
  border: solid 1px white;
  border-radius: 4px;
}

#hero .pulsante.noEffetto {
  background-color: #fff0;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
}

#tutte_news .btn {
  background-color: #fff0;
  color: #fff;
  text-decoration: none;
  color: #212121;
  /*border: solid 1px #B0B0B0;*/
  bottom: -10px;
  float: right;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
}

#tutte_news .btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

/********************************/
/*          Media Queries       */
/********************************/
/*
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
*/

/* fine Slider new Home

/* Restyling 2023 */

/* Hero banner home */

.hero-banner {
    position: relative;
    background-image: url("/static/homepage/slideshow/banner-sam.png");
    background-size: cover;
    background-position: center;
    color: #fff;
    display: block;
}

.hero-banner:hover, .hero-banner:focus {
    color: #fff;
}

@media screen and (max-width: 767px) {
  .hero-banner {
    background-position-x: 70%;
  }
}
.hero-text {
  padding: 20px 20px 20px 50px;
}
.hero-text h1 {
  font-weight: 200 !important;
  font-size: 36px;
  margin-bottom: 20px;
}
.hero-text p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
}
.hero-text .btn {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .hero-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hero-text p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  /*
  .hero-banner {
    padding: 60px 0;
  }
  */
  .hero-text {
   padding: 0 0 0 15px;
  }
  .hero-banner {
     padding: 10px 0;
  }
}
/* Hero banner home */

/* Restyling 2023 */

/* ***************** CHI SIAMO ********************* */
.chi-siamo-container {
  padding: 0 20px 0 66px;
  margin-bottom: 40px;
}
.chi-siamo-card {
  border: 1px solid #ddd;
  height: 260px;
  padding-top: 90px;
  padding-left: 25px;
}
.card-verde {
  background: rgba(159, 193, 184, 0.4);
}
.card-verde > p {
  border-color: #5a7e74;
}
.cosa-facciamo {
  font-size: 16px;
  font-weight: 400;
  padding: 25px 0 5px 0;
}
.cosa-facciamo span {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.chi-siamo-card-testo {
  border-left: 4px solid #b1181d;
  height: 60px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.chi-siamo-card-img {
  height: 64px;
  width: 64px;
}
/********************************/
/*          Card Grigia         */
/********************************/
.chi-siamo-card-grigio {
  background-color: #f0f0f0;
  height: 520px;
  border: 1px solid #ddd;
  padding-left: 50px;
  padding-top: 25px;
}
.chi-siamo-grigio-titolo {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.chi-siamo-grigio-content-dati {
  border-left: 4px solid #b1181d;
  height: 60px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 55px;
}
.chi-siamo-grigio-box-dati {
  line-height: 24px;
  display: block;
  padding-top: 5px;
}
.chi-siamo-grigio-numeri {
  font-size: 40px;
  font-weight: 700;
}
.chi-siamo-grigio-descrizione {
  font-size: 20px;
}
/* ******************************************* */
/*          Hover quadrati                     */
/* ******************************************* */
.sopra {
  position: relative;
}
.overlay-chi-siamo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #b1181d;
}
.overlay-chi-siamo-v {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #5a7e74;
}
.sopra:hover .overlay-chi-siamo {
  opacity: 1;
  cursor: pointer;
}
.sopra:hover .overlay-chi-siamo-v {
  opacity: 1;
  cursor: pointer;
}
.contenitore-over {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.titolo-over {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  width: 73%;
  font-weight: 700;
  padding-top: 12px;
}
.dati-over {
  font-size: 16px;
  padding-bottom: 10px;
  border-left: 4px solid #fff;
  padding-left: 10px;
  position: absolute;
  top: 74px;
}
.dati-over-num {
  font-size: 50px;
  display: block;
  font-weight: 700;
}
.dati-over-testo {
  display: block;
  line-height: 16px;
}
.scopri-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #b1181d;
  text-transform: uppercase;
}
.scopri-btn-verde {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #5a7e74;
  text-transform: uppercase;
}
.scopri-btn:hover,
.scopri-btn-verde:hover {
  background-color: transparent;
}
.scopri-btn,
.scopri-btn-verde {
  display: none;
}

/* ******************************************* */
/*          slider mobile                    */
/* ******************************************* */

.contenitore-slider-xs {
  font-size: 20px;
  height: 245px;
  border: 1px solid;
  padding: 15px;
  border: 3px solid #fff;
  background-color: #fafafa;
  -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}
.titolo-slider-xs {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-flex;
  width: 75%;
  font-weight: 700;
  padding-top: 12px;
}
.dati-slider-xs {
  font-size: 16px;
  padding-bottom: 10px;
  border-left: 4px solid #b1181d;
  padding-left: 10px;
}
.dati-slider-xs-num {
  font-size: 2em;
  display: block;
  font-weight: 700;
}
.dati-slider-xs-testo {
  display: block;
  line-height: 16px;
}
/* ******************************************* */
/*          quadrati mobile                    */
/* ******************************************* */

.chi-siamo-card-grigio-xs {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding-left: 50px;
  padding-top: 25px;
  margin-bottom: 3em;
  margin-top: 6em;
}
.chi-siamo-grigio-titolo-xs {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.chi-siamo-grigio-content-dati-xs {
  border-left: 4px solid #b1181d;
  height: 60px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 55px;
}
.chi-siamo-grigio-box-dati-xs {
  line-height: 24px;
  display: block;
  padding-top: 5px;
}
.chi-siamo-grigio-numeri-xs {
  font-size: 40px;
  font-weight: 700;
}
.chi-siamo-grigio-descrizione-xs {
  font-size: 20px;
}
/******************************************/
/*          media query chi siamo         */
/******************************************/
@media screen and (max-width: 768px) {
  .chi-siamo-card-testo {
    font-size: 70%;
    height: 42px;
  }
  .chi-siamo-card {
    height: 190px;
    padding-top: 55px;
    padding-left: 16px;
  }
  .chi-siamo-card-grigio {
    height: 380px;
    padding-left: 20px;
  }
  .chi-siamo-grigio-titolo {
    font-size: 14px;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 12px;
  }
  .chi-siamo-grigio-numeri {
    font-size: 30px;
  }
  .chi-siamo-grigio-descrizione {
    font-size: 18px;
  }
  .chi-siamo-grigio-content-dati {
    padding-left: 12px;
    margin-top: 10px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 940px) and (min-width: 769px) {
  .chi-siamo-card-testo {
    font-size: 85%;
    height: 51px;
  }
  .chi-siamo-grigio-numeri {
    font-size: 35px;
  }
  .chi-siamo-card {
    height: 220px;
    padding-top: 65px;
  }
  .chi-siamo-card-grigio {
    background-color: #f0f0f0;
    height: 440px;
    padding-left: 40px;
    padding-top: 0;
  }
  .titolo-over {
    font-size: 11px;
    width: 100%;
  }
  .contenitore-over img {
    display: none;
  }
  .dati-over-num {
    font-size: 30px;
  }
  .dati-over {
    font-size: 11px;
    border-left: 4px solid #fff;
    padding-left: 10px;
    position: absolute;
    top: 54px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 940px) {
  .chi-siamo-card-testo {
    font-size: 85%;
  }
  .chi-siamo-grigio-numeri {
    font-size: 35px;
  }
  .chi-siamo-card {
    height: 220px;
    padding-top: 65px;
  }
  .chi-siamo-card-grigio {
    background-color: #f0f0f0;
    height: 440px;
    padding-left: 40px;
    padding-top: 0;
  }
  .titolo-over {
    font-size: 9px;
    width: 60%;
  }
  .dati-over {
    font-size: 11px;
    top: 60px;
  }
  .dati-over-num {
    font-size: 40px;
  }
  .dati-over-testo {
    margin-top: 0;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1025px) {
  .titolo-over {
    font-size: 11px;
    width: 68%;
  }
  .dati-over {
    font-size: 16px;
    top: 60px;
  }
  .dati-over-num {
    font-size: 40px;
  }
  .dati-over-testo {
    margin-top: 0;
    line-height: 18px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .chi-siamo-card {
    height: 240px;
    padding-top: 75px;
  }
  .chi-siamo-card-grigio {
    padding-left: 35px;
    height: 480px;
  }
  .chi-siamo-card-testo {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1280px) {
  .chi-siamo-card-testo {
    font-size: 17px;
    height: 52px;
  }
  .chi-siamo-card {
    height: 245px;
  }
  .chi-siamo-card-grigio {
    height: 490px;
  }
  .titolo-over {
    font-size: 14px;
    width: 70%;
  }
  .dati-over {
    top: 68px;
    font-size: 14px;
  }
}

/*************** In Evidenxa ***********/
.evidenza-container {
  padding: 0 40px 0 40px;
  margin-bottom: 40px;
}

/*
.evidenza_testata {
  padding: 0px;
}


.gap-column {
  column-gap: 16px;
  display: flex;
  padding: 0px;
}
*/

#prd_evidenza {
  background: linear-gradient(182deg, #fff 0%, #f5f5f5 100%);
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.1);
  border: 1.5px solid #ffffff;
  padding: 8px;
  border-radius: 4px;
}

.evidenza-container .thumbnail {
  /*
  height: 436px;
  */
  background-color: transparent;
  border: 0;
  padding: 0px;
}

.evidenza-container .thumbnail img {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
}

/********************************/
/*        Bottone evidenza      */
/********************************/

.evidenza-container .btn {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  text-align: center;
  color: black;
  border: 0;
  border-radius: 4px;
  float: right;
}

.evidenza-container .pulsante.noEffetto {
  background-color: #fff0;
  color: #000;
  text-decoration: none;
  /*
  margin-top: 40px;
  */
}

.evidenza-container h2 {
  /*
  width: 604px;
  height: 58px;
  */
  left: 64px;
  top: 1579px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  height: 30px;
}

.evidenza-container .caption {
  padding: 0;
  margin: 0;
}

.evidenza-container .caption p {
  /*
  width: 563px;
  height: 144px;
  */
  left: 64px;
  top: 1651px;

  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  /* or 150% */

  color: #000;
  height: 120px;
}

.evidenza {
  font-size: 16px;
  font-weight: 400;
  padding: 25px 0;
  margin: 0 0 0 50px;
}

.evidenza span {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

/******************************************/
/*          media query evidenza          */
/******************************************/
@media screen and (max-width: 768px) {
  .evidenza-container {
    padding: 0;
  }
  .evidenza-container .evidenza {
    margin: 0 0 0 60px;
  }
}

@media screen and (max-width: 940px) and (min-width: 769px) {
  .evidenza-container {
    padding: 0;
  }
  .evidenza-container .evidenza {
    margin: 0 0 0 90px;
  }
  .evidenza-items {
    margin: 0 0 0 0px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 940px) {
  .evidenza-container {
    padding: 0;
  }
  .evidenza-container .evidenza {
    margin: 0 0 0 90px;
  }
  .evidenza-items {
    margin: 0 55px 0 55px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .evidenza-container {
    padding: 0;
  }

  .evidenza-container .evidenza {
    margin: 0 0 0 30px;
  }
  .evidenza-items {
    margin: 0 55px 0 55px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .evidenza-container {
    padding: 0;
  }
  .evidenza-container .evidenza {
    margin: 0 0 0 90px;
  }
  .evidenza-items {
    margin: 0 45px 0 45px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1280px) {
  .evidenza-container {
    padding: 0;
  }
  .evidenza-container .evidenza {
    margin: 0 0 0 90px;
  }
  .evidenza-items {
    margin: 0 40px 0 40px;
  }
}

/*** Footer ***/

footer {
  margin-left: 0em;
  margin-right: 0em;
  padding-top: 50px;
}

footer .footer-brand {
  top: 15px;
  position: relative;
}

footer .footerlinks {
  background-color: #f0f0f0;
  padding-bottom: 3em;
}
footer .listaFooter ul {
  margin: 0;
  color: #000000;
  list-style-type: none;
  padding-inline-start: 0;
}
footer .listaFooter ul li {
  width: 100%;
  display: block;
  padding: 0 0.3em 0 0.3em;
}

footer .listaFooter ul li a {
  color: #000000;
  width: 100%;
  display: block;
  padding: 0.3em 0.3em 0.3em 1.3em;
  font-size: 0.87em;
}

footer .listaFooter ul li p {
  padding: 0.3em 0.3em 0.3em 1.3em;
  font-size: 0.87em;
}

footer .listaFooter ul li.headerMenu {
  color: #b1181d;
}

footer .listaFooter ul li .hideicon {
  display: none;
  text-decoration: none;
}

footer .listaFooter ul li a:hover {
  color: #b1181d;
  font-weight: 700;
  text-decoration: none;
}

footer .listaFooter ul li a:hover .hideicon {
  display: revert;
  color: #b1181d;
}

footer .listaFooter ul li.titolo-new {
  font-size: 1.1em;
  border-left: 3px solid #b1181d;
  height: 20px;
  padding-left: 1em;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 2em;
  margin-left: 0;
  padding-top: 0;
  line-height: 1;
}
footer .listaFooter ul li.social {
  float: left;
  width: 2.6em;
  font-size: 1.6em;
  margin-left: -0.5em;
}
footer .listaFooter ul li.social a:hover {
  color: #b1181d;
  font-weight: 800;
  text-decoration: none;
}

footer .listaFooter ul li.claim {
  font-style: italic;
  font-weight: 600;
}
footer .menuFooter {
  margin-top: 4em;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
footer .menuFooter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .menuFooter ul li {
  float: left;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0.5em;
}

footer .footerbottom {
  background-color: #ffffff;
  color: #000000;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1em;
  font-size: 0.8em;
}

footer .footerbottom p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

footer .footertop {
  background-color: #f8f8f8;
  height: 80px;
  border-bottom: 1px solid #d3d3d3;
}
/* Fine - Footer */

/*********** Con te ogni giorno **********/
.conte_ognigiorno {
  background: #f8f8f8;
  padding: 0 20px 0px 20px;
  /*
  margin-bottom: 40px;
  */
  margin: 80px 50px 10px 50px;
}

.conte_ognigiorno h2 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #262626;
}

.conte_ognigiorno p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #1c1c23;
}

.conte_ognigiorno img {
  position: relative;
  top: -60px;
  left: -30px;
}

#conte_ognigiorno_ico {
  position: relative;
  width: 128px;
  height: 128px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  top: -46px;
  left: -10px;
}

#conte_ognigiorno_ico img {
  position: relative;
  width: 64px;
  height: 64px;
  left: 34px;
  top: 31px;
}

.conte_ognigiorno .btn {
  background-color: #fff0;
  color: #fff;
  text-decoration: none;
  color: #212121;
  border: 0;
  bottom: -10px;
  float: right;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
}

.conte_ognigiorno .btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

.conte_ognigiorno .pulsante.noEffetto {
  background-color: #fff0;
  color: #fff;
  text-decoration: none;
  margin-top: 40px;
  color: #262626;
  padding: 0 0 30px 0;
}

/******************************************/
/*          media query con te            */
/******************************************/
@media screen and (min-width: 940px) {
  .conte_ognigiorno.cnac_home {
    margin: 180px 50px 10px 50px;
  }
}

@media screen and (max-width: 768px) {
  .conte_ognigiorno {
    margin: 0;
  }
}

@media screen and (max-width: 940px) and (min-width: 769px) {
  .conte_ognigiorno {
    margin: 0;
  }
}

/* Mobile */
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: #fff;
  border: none;
  color: #b1181d;
  margin-top: 28px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-toggle .icon-bar {
  border: 1px solid #000000;
}
.navbar-toggle:hover .icon-bar {
  border: 1px solid #b1181d;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 8px;
  border-radius: 10px;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: 500;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* Fine - Mobile */

/* Header e Navigazione (Menu) */
#navbar {
  margin: 16px 0 0 0;
  padding: 0;
  background-color: #f0f0f0;
}
.navbar {
  min-width: 230px;
}
.navbar-nav {
  margin: 0 0 0 52px !important;
}
.navbar-default {
  background-color: unset;
  border-color: unset;
  border: 0;
  height: 120px;
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  margin: 8px 8px 8px 34px !important;
  padding: 0px;
}
.navbar-default .navbar-brand img {
  width: 164px !important;
}
.navbar-default .navbar-toggle {
  background-color: #fff;
  border: none;
  color: #b1181d;
  margin-top: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border: none;
  color: #b1181d;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-toggle .icon-bar {
  border: 1px solid #000000;
}
.navbar-toggle:hover .icon-bar {
  border: 1px solid #b1181d;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 8px;
  border-radius: 10px;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: 500;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#navbar li.disabled {
  background-color: #eee;
  color: rgb(71, 0, 0);
}
#navbar li.disabled a {
  color: #b2b2b2;
}
#navbar li.dropdown-header {
  letter-spacing: 0.14px;
  background-color: revert;
  color: #3a3838;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  height: 2em;
  margin: 0px 0px 14px -6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a {
  color: #000000;
  font-weight: 400;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #b2b2b2ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navigazioneMenu {
  background-color: transparent;
  border: none !important;
  height: 100px;
  font-weight: 300;
  z-index: 999999;
}
.navigazioneMenu .navbar-nav > .active > a {
  color: #333;
  border-bottom: 3px solid #b1181d;
  background-color: transparent;
  padding-bottom: 7px;
}
.navigazioneMenu .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #000000;
}
.navigazioneMenu .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 11px;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.175px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  margin-right: 48px;
}

.navigazioneMenu .navbar-nav > li > a:hover {
  border-bottom: 3px solid #b1181d;
  padding-bottom: 7px;
}

/* Nuovi primi livelli menu in formato button */
button.menu-primo-livello {
  border: none;
  background: none;
  padding-top: 10px;
  padding-bottom: 11px;
  line-height: 20px;
  color: #000;
  width: 100%;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.175px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}

li.dropdown {
    margin-right: 48px;
}

button.menu-primo-livello:hover {
  border-bottom: 3px solid #b1181d;
  padding-bottom: 7px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border-left: 4px solid #b1181d;
  background-color: #f2f3f4;
  color: #000000;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  border-left: 4px solid #b1181d;
  background-color: #f2f3f4;
  color: #000000;
}

button.dropdown-toggle.menu-primo-livello.active {
  border-bottom: 3px solid #b1181d;
  padding-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 80px;
  }
  .navbar-nav {
    margin: 0 0 0 26px !important;
  }

  #navbar {
    background-color: #ffffff;
    margin: 0;
    height: 100vh;
  }
  .navbar-default {
    height: 80px;
  }
  .navbar-default .navbar-brand {
    margin: 8px 8px 8px 12px !important;
    padding: 0px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
    font-size: 16px;
    padding-left: 40px;
  }
  #navbar > ul > li > button > span {
    float: right;
  }
  button.menu-primo-livello {
    padding-left: 10px;
    margin-left: -10px;
  }
  #navbar li.dropdown-header {
    letter-spacing: 0.14px;
    background-color: revert;
    color: #3a3838;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    height: 2em;
    margin: 0px 0px 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #navbar > ul > li.dropdown.open > button {
    background-color: #f2f3f4;
    border-left: 4px solid #b1181d;
    border-bottom: none;
  }
  .navigazioneMenu .navbar-nav > li > a:hover {
    border-left: 4px solid #b1181d;
    background-color: #f2f3f4;
    color: #000000;
    padding-left: 10px;
    margin-left: -10px;
  }
  .navigazioneMenu .navbar-nav > .active > a {
    color: #333;
    border-left: 4px solid #b1181d;
    margin-left: -10px;
    padding-left: 7px;
    border-bottom: none;
    background-color: transparent;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    border-left: 4px solid #b1181d;
    background-color: #f2f3f4;
    color: #000000 !important;
  }
  button.dropdown-toggle.menu-primo-livello.active {
    border-left: 4px solid #b1181d;
    color: #000000 !important;
    border-bottom: none;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-left: -10px;
    margin-right: 10px;
    margin-top: 0;
    background-color: #f7f7f8;
    color: #000000;
    border: 0;
    box-shadow: none;
  }
  li.dropdown {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .shop-inner-img {
    left: unset !important;
    width: 90%;
    margin-left: 30px;
  }
}
/* Fine - Header e Navigazione (Menu) */

.freccia-min {
    position: unset !important;
    display: inline-block !important;
    width: 20px !important;
    margin-bottom: 2px;
}

@media (max-width: 320px) {
  .titolo-news {
      height: 160px !important;
  }
}


