/************************************************
FILE GENERATO AUTOMATICAMENTE, NON MODIFICARE
(il file da modificare e` 'styleless.less')
*************************************************/

.backgroundCover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.centrato-vert {
  display: table;
  height: 100%;
  width: 100%;
}
.centrato-vert>div,
.centrato-vert-interno {
  display: table-cell;
  vertical-align: middle;
}
a img {
  border: none;
  outline: none;
}
.hoverTrasparenza {
  opacity: 0.8;
  text-decoration: none;
}
.bottoneHoverTrasparenza {
  text-decoration: none;
}
.bottoneHoverTrasparenza:focus {
  text-decoration: none;
}
.bottoneHoverTrasparenza:hover {
  opacity: 0.8;
  text-decoration: none;
}
.disattivaBottoneHoverTrasparenza:hover {
  opacity: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.scala-di-grigi {
  filter: url(lsbox/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)';
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.fixed-ratio-cropped-image-default {
  width: 100%;
}
.fixed-ratio-cropped-image-default>div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fixed-ratio-cropped-image-default>div>div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fixed-ratio-cropped-image-default>div>div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fixed-ratio-cropped-image-default>div>div .img-cropped-attr-alt-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.iframe-autoridimensionante {
  width: 100%;
  height: 800px;
  border: none;
  outline: none;
}
.soloMobile990 {
  display: none;
}
@media only screen and (max-width: 990px) {
  .soloMobile990 {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .soloDesktop990 {
    display: none;
  }
}
.soloMobile768 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .soloMobile768 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .soloDesktop768 {
    display: none;
  }
}
.paginazione {
  padding: 20px 0;
  text-align: center;
}
.paginazione .page-numbers {
  background: #eeeeee;
  display: inline-block;
  text-align: center;
  width: 30px;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  padding-top: 5px;
  font-weight: 400;
  height: 30px;
}
.paginazione .page-numbers:hover:not(.dots),
.paginazione .page-numbers.current {
  background: #FF0000;
  color: white;
}
