@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('../css/fonts/websymbolsligaregular.eot');
  src: url('../css/fonts/websymbolsligaregular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/websymbolsligaregular.woff') format('woff'), url('../css/fonts/websymbolsligaregular.ttf') format('truetype'), url('../css/fonts/websymbolsligaregular.svg#WebSymbolsRegular') format('svg');
}
.bottoni {
  -webkit-box-shadow: 0px 1px 2px #fff inset, 0px -1px 1px #000 inset, 0px 0px 3px #666,  0px -10px 10px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0px 1px 2px #fff inset, 0px -1px 1px #000 inset, 0px 0px 3px #666,  0px -10px 10px rgba(0,0,0,0.2) inset;
  box-shadow: 0px 1px 2px #fff inset, 0px -1px 1px #000 inset, 0px 0px 3px #666,  0px -10px 10px rgba(0,0,0,0.2) inset;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
}
.bottonihover {
  -webkit-box-shadow: 0px 1px 2px #fff inset, 0px -1px 1px #000 inset, 0px 0px 3px #666,  0px 10px 10px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0px 1px 2px #fff inset, 0px -1px 1px #000 inset, 0px 0px 3px #666,  0px 10px 10px rgba(0,0,0,0.2) inset;
  box-shadow: 0px 1px 2px #fff inset, 0px -1px 1px #000 inset, 0px 0px 3px #666,  0px 10px 10px rgba(0,0,0,0.2) inset;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
}
.luce {
  -webkit-box-shadow: 0px 1px 2px #fff inset;
  -moz-box-shadow: 0px 1px 2px #fff inset;
  box-shadow: 0px 1px 2px #fff inset;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
}
.ombra-int {
  -webkit-box-shadow: 0px -1px 1px #000 inset;
  -moz-box-shadow: 0px -1px 1px #000 inset;
  box-shadow: 0px -1px 1px #000 inset;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
}
.ombra-ext {
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
}
.ombra-txt {
  -webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  -moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
}
.bianconero {
  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");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.nobianconero {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.relauto {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.relhide {
  position: relative;
  overflow: hidden;
}
.absauto {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
}
.abshide {
  position: absolute;
  overflow: hidden;
}
.relvis {
  position: relative;
  overflow: visible;
}
.absvis {
  position: absolute;
  overflow: visible;
}
.fixhide {
  position: fixed;
  overflow: hidden;
}
.margineg-sx {
  left: 50%;
  margin-left: -620px;
}
@media only screen and (max-width: 1260px) {
  .margineg-sx {
    margin-left: -496px;
  }
}
.margineg-dx {
  right: 50%;
  margin-right: -620px;
}
@media only screen and (max-width: 1260px) {
  .margineg-dx {
    margin-right: -496px;
  }
}
/*----------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
html {
  height: 100%;
}
*:first-child + html {
  overflow: auto;
}
body {
  overflow: auto;
  height: 100%;
  font-size: 13px;
  background: #fff;
}
body::after {
  content: " ";
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 1px;
  margin: -1px 0 0 0;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
hr {
  clear: both;
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid #959595;
  height: 1px;
  size: 1px;
  background: none;
  color: #959595;
}
hr.margine {
  margin: 15px 0;
}
/**/
a {
  outline: none;
  color: #ca1e60;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /*per eliminare il riquadro al tap dei link*/
}
a:hover {
  color: #444444;
}
a img {
  border: none;
}
a.tutti {
  position: relative;
  overflow: hidden;
  display: block;
  width: 15%;
  min-width: 80px;
  margin: 50px auto 0;
  border: 1px solid #1c1c1c;
  padding: 0 50px;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #1c1c1c;
  font-weight: 300;
  line-height: 2em;
  text-transform: uppercase;
  text-align: center;
}
a.tutti:hover {
  background: #1c1c1c;
  color: #fff;
}
a.allegato {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 15px 0;
  padding: 0 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  background: #ca1e60;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
a.allegato:hover {
  background: #959595;
  color: #1c1c1c;
}
/*
strong{font-weight:700;}

*/
.btn {
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 0 0;
  border: none;
  background: #cd0000;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover {
  background: #1c1c1c;
  color: #dedede;
}
.btn.due {
  background: #444444;
}
.btn.due:hover {
  background: #959595;
  color: #1c1c1c;
}
/*----------------------------------*/
h2,
.titolo {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #1c1c1c;
  font-weight: 300;
  line-height: 1.3em;
  text-transform: uppercase;
}
h2.due,
.titolo.due {
  font-weight: 600;
  font-size: 1.8em;
}
h2.riga,
.titolo.riga {
  display: block;
  text-align: center;
}
.sottotitolo,
h3,
h4 {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  color: #1c1c1c;
  font-weight: 300;
  line-height: 1.5em;
}
.sottotitolo.small,
h3.small,
h4.small {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #1c1c1c;
  font-weight: 600;
  line-height: 1.5em;
}
.sx {
  float: left;
  max-width: 50%;
  margin: 0 50px 15px 0;
}
@media only screen and (max-width: 1000px) {
  .sx {
    max-width: 30%;
    margin: 0 5% 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .sx {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.dx {
  float: right;
  max-width: 50%;
  margin: 0 0 15px 50px;
}
@media only screen and (max-width: 1000px) {
  .dx {
    max-width: 40%;
    margin: 0 0 5px 5%;
  }
}
@media only screen and (max-width: 480px) {
  .dx {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
/*-----------------------------*/
#contenitore {
  position: relative;
  z-index: 2 !important;
  margin: 0 auto;
  padding: 65px 0 0;
  width: 100%;
  /*max-width:@larghezzamax;
	min-height:100%;*/
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
  font-weight: 300;
  line-height: 1.7em;
  /*
	&::before{
		content:" ";
		.relhide;
		display:block;
		width:100%;
		height:110px;
		background:@grigio03;
	}
	*/
  /**/
  /*nav*/
}
#contenitore.home {
  padding: 0;
}
@media only screen and (max-width: 1260px) {
  #contenitore {
    overflow-x: hidden;
    z-index: 40 !important;
    margin: 0;
    -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 0 rgba(0, 0, 0, 0.1);
    behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
    background: #fff;
  }
  #contenitore::after {
    content: " ";
    position: fixed;
    overflow: hidden;
    display: block;
    z-index: 40;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: #444444;
  }
  #contenitore.home.basso::after {
    display: block ;
  }
}
#contenitore #navigator {
  position: fixed;
  overflow: hidden;
  z-index: 50;
  content: "";
  display: none;
  width: 30px;
  height: 20px;
  padding: 0;
  right: 20px;
  top: 22px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -ms-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /*per eliminare il riquadro al tap dei link*/
  /**/
}
#contenitore #navigator::before,
#contenitore #navigator::after {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 16px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
#contenitore #navigator::after {
  height: 9px;
  border-top: none;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 1260px) {
  #contenitore #navigator {
    display: block;
  }
}
#mappa {
  display: block;
  width: 100%;
  height: 50vh;
}
#popup {
  padding: 30px;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #1c1c1c;
  font-weight: 300;
  line-height: 20px;
}
#popup .sottotitolo {
  color: #94016a;
}
#popup ul li {
  padding: 5px 30px 5px 0;
}
#popup .quad {
  padding: 25px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  background: #959595;
}
#tornasu {
  display: none;
  /**/
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  background: #1c1c1c;
  cursor: pointer;
}
#tornasu b {
  position: absolute;
  overflow: hidden;
  left: 13px;
  top: 15px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-bottom: none;
  border-left: none;
  background: none;
}
.cookies {
  /*display:none;*/
  position: fixed;
  z-index: 99999;
  bottom: 5%;
  left: 5%;
  width: 240px;
  padding: 80px 30px 30px;
  border: 1px solid #959595;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.7em;
  text-transform: uppercase;
  background: #fff;
}
.cookies .chiudi {
  position: absolute;
  overflow: hidden;
  display: block;
  right: 30px;
  top: 30px;
  width: 25px;
  height: 25px;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: none !important;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.1em;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cookies .chiudi:hover {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cookies .chiudi::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block !important;
  top: 4px;
  left: -6px;
  width: 14px;
  height: 14px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #1c1c1c;
  border-right: 3px solid #1c1c1c;
  border-bottom: none;
  border-left: none;
}
.cookies .chiudi::after {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block !important;
  top: 4px;
  left: 14px;
  width: 14px;
  height: 14px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: 3px solid #1c1c1c;
  border-right: 3px solid #1c1c1c;
  border-bottom: none;
  border-left: none;
}
.cookies a {
  color: #1c1c1c;
  font-weight: 700;
  text-decoration: underline;
}
div#sharing {
  /*display:none;*/
  position: fixed;
  overflow: hidden;
  z-index: 999;
  right: 0;
  top: calc(50vh - 75px);
  width: 30px;
  height: 150px;
  padding: 0;
}
div#sharing .jssocials-share {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
}
div#sharing .jssocials-share .jssocials-share-link {
  display: block !important;
  margin: 0;
  padding: 0;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  line-height: 30px;
}
.rotate {
  display: none;
}
@media only screen and (max-device-width: 1000px) and (orientation: portrait) {
  .rotate {
    position: fixed;
    overflow: hidden;
    display: block;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
  }
  .rotate img {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 125px;
    margin: -75px 0 0 -62px;
  }
}
/*------------------------------*/
#logo {
  position: absolute;
  overflow: hidden;
  z-index: 98 !important;
  top: 16px;
  left: 20px;
  /*transform:translateX(-50%);
	.margineg-sx;*/
  width: 154px;
  height: 32px;
  background: url(images/cpsa-logo.png) 0 50% no-repeat;
  background-size: contain;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /**/
}
@media only screen and (min-width: 1290px) {
  #logo {
    left: 50%;
    margin-left: calc((1240px / 2) * -1);
  }
}
@media only screen and (max-width: 1260px) {
  #logo {
    position: fixed;
  }
}
#logo a {
  display: block;
  padding-top: 300px;
}
#logo.basso {
  position: fixed;
  /**/
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /**/
}
/*------------------*/
nav,
#nav {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  /**/
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*background:rgba(0,0,0,.2);*/
  /*ul*/
  /**/
}
nav.home,
#nav.home {
  width: 100%;
}
nav::before,
#nav::before {
  /*content:" ";
		.abshide;
		display:block;
		z-index:90;
		top:0;
		left:0;
		right:0;
		height:30px;
		background:@grigio01;*/
}
@media only screen and (max-width: 1260px) {
  nav,
  #nav {
    position: fixed;
    display: block;
    overflow-y: auto !important;
    overflow-x: hidden;
    z-index: 0 !important;
    width: 180px !important;
    height: auto !important;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 20px;
    border: none;
    background: #1c1c1c;
    -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 4px 0 0 rgba(0, 0, 0, 0.2) inset;
    behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  }
  nav::before,
  #nav::before {
    display: none;
  }
  nav .formob,
  #nav .formob {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    /**/
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
    /**/
  }
}
nav ul,
#nav ul {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0 auto;
  width: 1240px;
  /*sotto*/
}
@media only screen and (max-width: 1260px) {
  nav ul,
  #nav ul {
    width: 94vw;
  }
}
@media only screen and (max-width: 1260px) {
  nav ul,
  #nav ul {
    position: relative;
    overflow: hidden;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    width: 100%;
    margin: 0;
    left: 0;
  }
}
nav ul li,
#nav ul li {
  display: inline-block;
  /**/
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1260px) {
  nav ul li,
  #nav ul li {
    border: none !important;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: left;
  }
}
nav ul li ul,
#nav ul li ul {
  display: none;
  padding: 10px;
  width: 180px;
}
nav ul li ul li,
#nav ul li ul li {
  padding: 5px 0;
}
nav ul li ul li a,
#nav ul li ul li a {
  font-size: .9em;
}
nav ul li sup,
#nav ul li sup {
  line-height: 1em;
}
nav ul.sotto,
#nav ul.sotto {
  overflow: visible;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  padding: 16px 0;
}
@media only screen and (max-width: 1260px) {
  nav ul.sotto,
  #nav ul.sotto {
    height: auto;
    padding: 0;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
  }
}
nav ul.sotto li,
#nav ul.sotto li {
  margin: 0 0 0 30px;
  padding: 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: .3em;
  /*
				&:nth-child(1), &.prenota{
					margin-left:250px;
					&::before{
						display:none;
					}
				}
				*/
  /*a*/
  /*ul*/
  /* con le lingue attive*/
  /*tel*/
}
@media only screen and (max-width: 1260px) {
  nav ul.sotto li,
  #nav ul.sotto li {
    margin: 0;
    padding: 10px 0;
    max-width: 100%;
    font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
  }
  nav ul.sotto li a,
  #nav ul.sotto li a {
    color: #fff;
  }
}
nav ul.sotto li a,
#nav ul.sotto li a {
  display: inline-block;
  padding: 0;
  color: #fff;
}
nav ul.sotto li a:hover,
#nav ul.sotto li a:hover {
  color: #cd0000;
}
nav ul.sotto li ul,
#nav ul.sotto li ul {
  display: none;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-box-direction: column;
  -webkit-box-direction: column;
  position: absolute;
  overflow: hidden;
  margin-top: 0px;
  padding: 25px 0 0;
  width: auto;
  background: transparent;
  border-bottom: 10px solid #cd0000;
}
nav ul.sotto li ul li,
#nav ul.sotto li ul li {
  padding: 7px 15px;
  margin: 0;
  background: #cd0000;
  text-align: left;
  line-height: 1.2em !important;
  letter-spacing: .1em;
}
nav ul.sotto li ul li a,
#nav ul.sotto li ul li a {
  font-size: .9em;
  color: #f4f4f4;
}
nav ul.sotto li ul li a:hover,
#nav ul.sotto li ul li a:hover {
  color: #1c1c1c;
}
nav ul.sotto li ul::before,
#nav ul.sotto li ul::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  top: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  border-bottom: 10px solid #cd0000;
}
nav ul.sotto li ul::after,
#nav ul.sotto li ul::after {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  top: 5px;
  left: 20px;
  border-top: none;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #cd0000;
  border-left: 15px solid transparent;
}
@media only screen and (max-width: 1260px) {
  nav ul.sotto li ul,
  #nav ul.sotto li ul {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px 0 0;
    border: none;
    border-left: 1px solid #cd0000;
  }
  nav ul.sotto li ul li,
  #nav ul.sotto li ul li {
    width: auto;
    padding: 7px;
    background: none;
  }
  nav ul.sotto li ul li a:hover,
  #nav ul.sotto li ul li a:hover {
    color: #cd0000;
  }
  nav ul.sotto li ul::before,
  #nav ul.sotto li ul::before,
  nav ul.sotto li ul::after,
  #nav ul.sotto li ul::after {
    display: none;
  }
}
nav ul.sotto li:hover,
#nav ul.sotto li:hover {
  color: #cd0000;
}
nav ul.sotto li:hover ul,
#nav ul.sotto li:hover ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
}
nav ul.sotto li.tel,
#nav ul.sotto li.tel {
  padding: 0 0 0 50px;
  margin: 0 0 0 50px;
  border-left: 1px solid #fff;
}
nav ul.sotto li.tel a,
#nav ul.sotto li.tel a {
  color: #cd0000;
  font-weight: 700;
}
nav ul.sotto li.tel a:hover,
#nav ul.sotto li.tel a:hover {
  color: #959595;
}
@media only screen and (max-width: 1260px) {
  nav ul.sotto li.tel,
  #nav ul.sotto li.tel {
    padding: 0;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 1270px) {
  nav.basso,
  #nav.basso {
    position: fixed;
    background: #444444;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    /*
            .sopra{
                padding:5px 0;
                margin-top:0;
                height: 30px;

                li{line-height: 30px;}
            }

            .sotto li{
                line-height: 50px;
            }*/
  }
}
/*------------------------------*/
section,
#section {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*article*/
  /*-----------------------*/
  /*navigatore*/
  /*presentazion-home*/
  /*blocchi-home*/
  /*servizi-honme*/
  /*--------flash news---------------*/
  /*gen*/
  /*richiesta*/
  /*submenu*/
}
section article,
#section article,
section #article,
#section #article {
  /*img-sx*/
  /*img-dx*/
}
section article .img-sx,
#section article .img-sx,
section #article .img-sx,
#section #article .img-sx,
section article .img-dx,
#section article .img-dx,
section #article .img-dx,
#section #article .img-dx {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}
section article .img-sx .int,
#section article .img-sx .int,
section #article .img-sx .int,
#section #article .img-sx .int,
section article .img-dx .int,
#section article .img-dx .int,
section #article .img-dx .int,
#section #article .img-dx .int {
  position: relative;
  overflow: hidden;
}
section article .img-sx img,
#section article .img-sx img,
section #article .img-sx img,
#section #article .img-sx img {
  float: left !important;
  max-width: 48% !important;
  margin: 0 4% 10px 0 !important;
}
@media only screen and (max-width: 900px) {
  section article .img-sx img,
  #section article .img-sx img,
  section #article .img-sx img,
  #section #article .img-sx img {
    float: none !important;
    max-width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}
section article .img-dx img,
#section article .img-dx img,
section #article .img-dx img,
#section #article .img-dx img {
  float: right !important;
  max-width: 48% !important;
  margin: 0 0 10px 8% !important;
}
@media only screen and (max-width: 900px) {
  section article .img-dx img,
  #section article .img-dx img,
  section #article .img-dx img,
  #section #article .img-dx img {
    float: none !important;
    max-width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}
section article .duecolonne,
#section article .duecolonne,
section #article .duecolonne,
#section #article .duecolonne,
section article .trecolonne,
#section article .trecolonne,
section #article .trecolonne,
#section #article .trecolonne {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 900px) {
  section article .duecolonne,
  #section article .duecolonne,
  section #article .duecolonne,
  #section #article .duecolonne,
  section article .trecolonne,
  #section article .trecolonne,
  section #article .trecolonne,
  #section #article .trecolonne {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
  }
  section article .duecolonne div,
  #section article .duecolonne div,
  section #article .duecolonne div,
  #section #article .duecolonne div,
  section article .trecolonne div,
  #section article .trecolonne div,
  section #article .trecolonne div,
  #section #article .trecolonne div {
    width: 100% !important;
    margin: 0;
  }
}
section article .duecolonne img,
#section article .duecolonne img,
section #article .duecolonne img,
#section #article .duecolonne img,
section article .trecolonne img,
#section article .trecolonne img,
section #article .trecolonne img,
#section #article .trecolonne img,
section article .duecolonne iframe,
#section article .duecolonne iframe,
section #article .duecolonne iframe,
#section #article .duecolonne iframe,
section article .trecolonne iframe,
#section article .trecolonne iframe,
section #article .trecolonne iframe,
#section #article .trecolonne iframe {
  max-width: 100%;
  margin: 0 !important;
}
section article .duecolonne div,
#section article .duecolonne div,
section #article .duecolonne div,
#section #article .duecolonne div {
  width: 48%;
}
section article .trecolonne div,
#section article .trecolonne div,
section #article .trecolonne div,
#section #article .trecolonne div {
  width: 30%;
}
section article .duecolonne table,
#section article .duecolonne table,
section #article .duecolonne table,
#section #article .duecolonne table,
section article .trecolonne table,
#section article .trecolonne table,
section #article .trecolonne table,
#section #article .trecolonne table,
section article .img-sx table,
#section article .img-sx table,
section #article .img-sx table,
#section #article .img-sx table,
section article img-dx table,
#section article img-dx table,
section #article img-dx table,
#section #article img-dx table {
  padding: 0;
  border-spacing: 0;
  border: none;
  border-collapse: collapse;
  max-width: 100%;
}
section article .duecolonne table td,
#section article .duecolonne table td,
section #article .duecolonne table td,
#section #article .duecolonne table td,
section article .trecolonne table td,
#section article .trecolonne table td,
section #article .trecolonne table td,
#section #article .trecolonne table td,
section article .img-sx table td,
#section article .img-sx table td,
section #article .img-sx table td,
#section #article .img-sx table td,
section article img-dx table td,
#section article img-dx table td,
section #article img-dx table td,
#section #article img-dx table td {
  vertical-align: top;
  max-width: auto;
}
section.navigatore,
#section.navigatore {
  margin: 0 auto 0;
  width: 100%;
  background: #dedede;
}
@media only screen and (max-width: 1420px) {
  section.navigatore,
  #section.navigatore {
    width: 100vw;
  }
}
section.navigatore.under-slide,
#section.navigatore.under-slide {
  margin: 0 auto;
}
section.navigatore ul,
#section.navigatore ul {
  position: relative;
  overflow: hidden;
  width: 1240px;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (max-width: 1260px) {
  section.navigatore ul,
  #section.navigatore ul {
    width: 94vw;
  }
}
@media only screen and (max-width: 1260px) {
  section.navigatore ul,
  #section.navigatore ul {
    padding: 10px 3vw;
  }
}
section.navigatore ul li,
#section.navigatore ul li {
  list-style: none;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #444444;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
section.navigatore ul li a,
#section.navigatore ul li a {
  color: #444444;
  text-decoration: none;
}
section.navigatore ul li a:hover,
#section.navigatore ul li a:hover {
  color: #1c1c1c;
  text-decoration: none;
}
section.navigatore ul li:after,
#section.navigatore ul li:after {
  content: " ▶︎";
  margin: 0 0 0 5px;
  font-size: .6em;
  color: #959595;
  vertical-align: text-bottom;
  line-height: 17px;
}
section.navigatore ul li:nth-last-child(1):after,
#section.navigatore ul li:nth-last-child(1):after {
  content: none;
}
section.navigatore.submenu li:after,
#section.navigatore.submenu li:after {
  content: " |";
}
section.bigslide,
#section.bigslide {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto 0;
  width: 100%;
  height: 100vh;
  background: #444444 url(images/cielo.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*height:calc(~"100vh - 110px");
		*/
  /*slide*/
}
@media only screen and (max-width: 800px) {
  section.bigslide,
  #section.bigslide {
    height: 75vw;
  }
}
section.bigslide::before,
#section.bigslide::before,
section.bigslide::after,
#section.bigslide::after {
  content: "";
  position: absolute;
  overflow: hidden;
  bottom: 0;
}
section.bigslide::before,
#section.bigslide::before {
  left: 0;
  border-top: 10vh solid transparent;
  border-right: none;
  border-bottom: none;
  border-left: 50vw solid #fff;
}
section.bigslide::after,
#section.bigslide::after {
  right: 0;
  border-top: 10vh solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: none;
  border-left: none;
}
section.bigslide ul#slidepreview,
#section.bigslide ul#slidepreview {
  position: absolute;
  overflow: hidden;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
}
section.bigslide ul#slidepreview li,
#section.bigslide ul#slidepreview li {
  position: relative;
  overflow: hidden;
  /*float:left;*/
  list-style: none;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /**/
}
@media only screen and (max-width: 1260px) {
  section.bigslide ul#slidepreview li,
  #section.bigslide ul#slidepreview li {
    height: 100vh;
  }
}
@media only screen and (max-width: 800px) {
  section.bigslide ul#slidepreview li,
  #section.bigslide ul#slidepreview li {
    height: 75vw;
  }
}
section.bigslide ul#slidepreview li span.spot,
#section.bigslide ul#slidepreview li span.spot {
  position: absolute;
  overflow: visible;
  display: block;
  margin: 0 auto;
  /*top:160px;*/
  top: 35vh;
  left: 0;
  right: 0;
  width: 70%;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 2.2vw;
  color: #fff;
  font-weight: 300;
  line-height: 1.3em;
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  section.bigslide ul#slidepreview li span.spot,
  #section.bigslide ul#slidepreview li span.spot {
    top: 100px;
  }
}
@media only screen and (max-width: 800px) {
  section.bigslide ul#slidepreview li span.spot,
  #section.bigslide ul#slidepreview li span.spot {
    display: none;
  }
}
section.bigslide ul#payoff,
#section.bigslide ul#payoff {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  width: 900px;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  section.bigslide ul#payoff,
  #section.bigslide ul#payoff {
    width: 100%;
    height: 80%;
  }
}
section.bigslide ul#payoff li,
#section.bigslide ul#payoff li {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0 auto;
  padding: 180px 0 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #fff;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: .3em;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  section.bigslide ul#payoff li,
  #section.bigslide ul#payoff li {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 600px) {
  section.bigslide ul#payoff li,
  #section.bigslide ul#payoff li {
    padding: 120px 0 0;
  }
  section.bigslide ul#payoff li::before,
  #section.bigslide ul#payoff li::before {
    width: 60px !important;
    height: 60px !important;
  }
  section.bigslide ul#payoff li::after,
  #section.bigslide ul#payoff li::after {
    top: 35px !important;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
section.bigslide ul#payoff li::before,
#section.bigslide ul#payoff li::before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 30px;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.bigslide ul#payoff li::after,
#section.bigslide ul#payoff li::after {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 50px;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  background-image: url(images/ico-big.png);
  background-size: 64px auto;
}
section.bigslide ul#payoff li:hover::before,
#section.bigslide ul#payoff li:hover::before {
  -webkit-transform: translateX(-50%) rotate(-225deg);
  transform: translateX(-50%) rotate(-225deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
section.bigslide ul#payoff li.zero1::after,
#section.bigslide ul#payoff li.zero1::after {
  background-position: 0 0;
}
section.bigslide ul#payoff li.zero2::after,
#section.bigslide ul#payoff li.zero2::after {
  background-position: 0 -400px;
}
section.bigslide ul#payoff li.zero3::after,
#section.bigslide ul#payoff li.zero3::after {
  background-position: 0 -200px;
}
section.presentazione-home,
#section.presentazione-home {
  width: 1240px;
  margin: 0 auto;
  padding: 80px 0 100px;
  /*background:@grigio05;*/
  /*--article--*/
}
@media only screen and (max-width: 1260px) {
  section.presentazione-home,
  #section.presentazione-home {
    width: 94vw;
  }
}
section.presentazione-home article,
#section.presentazione-home article,
section.presentazione-home #article,
#section.presentazione-home #article {
  margin: 0 auto;
  width: 60%;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #444444;
  font-weight: 300;
  line-height: 1.8em;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  section.presentazione-home article,
  #section.presentazione-home article,
  section.presentazione-home #article,
  #section.presentazione-home #article {
    font-size: 1.3em;
    width: 80%;
  }
}
section.presentazione-home article strong,
#section.presentazione-home article strong,
section.presentazione-home #article strong,
#section.presentazione-home #article strong {
  color: #cd0000;
  font-weight: 400;
}
section.blocchi-home,
#section.blocchi-home {
  margin: -50px 0 0 0;
  padding: 20px 0;
  background: none;
  /*article*/
}
@media only screen and (max-width: 1260px) {
  section.blocchi-home,
  #section.blocchi-home {
    margin: 0 auto;
  }
}
section.blocchi-home article,
#section.blocchi-home article,
section.blocchi-home #article,
#section.blocchi-home #article {
  position: relative;
  overflow: hidden;
  width: 1240px;
  margin: 0 auto 0;
  height: 480px;
}
@media only screen and (max-width: 1260px) {
  section.blocchi-home article,
  #section.blocchi-home article,
  section.blocchi-home #article,
  #section.blocchi-home #article {
    width: 94vw;
  }
}
@media only screen and (max-width: 1260px) {
  section.blocchi-home article,
  #section.blocchi-home article,
  section.blocchi-home #article,
  #section.blocchi-home #article {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  section.blocchi-home article,
  #section.blocchi-home article,
  section.blocchi-home #article,
  #section.blocchi-home #article {
    overflow-x: scroll;
  }
  section.blocchi-home article::-webkit-scrollbar,
  #section.blocchi-home article::-webkit-scrollbar,
  section.blocchi-home #article::-webkit-scrollbar,
  #section.blocchi-home #article::-webkit-scrollbar {
    display: none;
  }
}
section.blocchi-home article p,
#section.blocchi-home article p,
section.blocchi-home #article p,
#section.blocchi-home #article p {
  padding: 50px;
  text-align: center;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #000;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: .3em;
  text-transform: uppercase;
}
section.blocchi-home article ul,
#section.blocchi-home article ul,
section.blocchi-home #article ul,
#section.blocchi-home #article ul {
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  margin: 0 -10px 0;
  padding: 0;
  /*width: 10000px;*/
  height: 450px;
}
@media only screen and (max-width: 1260px) {
  section.blocchi-home article ul,
  #section.blocchi-home article ul,
  section.blocchi-home #article ul,
  #section.blocchi-home #article ul {
    margin: 0;
  }
}
section.blocchi-home article ul li,
#section.blocchi-home article ul li,
section.blocchi-home #article ul li,
#section.blocchi-home #article ul li {
  position: relative !important;
  overflow: hidden !important;
  display: block;
  list-style: none;
  width: 290px;
  height: 450px;
  margin: 0 10px;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 1260px) {
  section.blocchi-home article ul li,
  #section.blocchi-home article ul li,
  section.blocchi-home #article ul li,
  #section.blocchi-home #article ul li {
    width: calc((100vw / 4) - 20px);
  }
}
@media only screen and (max-width: 800px) {
  section.blocchi-home article ul li,
  #section.blocchi-home article ul li,
  section.blocchi-home #article ul li,
  #section.blocchi-home #article ul li {
    width: 290px;
  }
}
section.blocchi-home article ul li .boxli,
#section.blocchi-home article ul li .boxli,
section.blocchi-home #article ul li .boxli,
#section.blocchi-home #article ul li .boxli {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-box-direction: column;
  -webkit-box-direction: column;
}
section.blocchi-home article ul li .boxli a.immagine,
#section.blocchi-home article ul li .boxli a.immagine,
section.blocchi-home #article ul li .boxli a.immagine,
#section.blocchi-home #article ul li .boxli a.immagine {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  width: 100%;
  background-position: top 50%;
  background-size: cover;
  cursor: pointer;
}
section.blocchi-home article ul li .boxli a.immagine::after,
#section.blocchi-home article ul li .boxli a.immagine::after,
section.blocchi-home #article ul li .boxli a.immagine::after,
#section.blocchi-home #article ul li .boxli a.immagine::after {
  content: "";
  display: block;
  padding-top: 75%;
}
section.blocchi-home article ul li .boxli .testi,
#section.blocchi-home article ul li .boxli .testi,
section.blocchi-home #article ul li .boxli .testi,
#section.blocchi-home #article ul li .boxli .testi {
  z-index: 5;
  margin: -30px 15px 15px;
  padding: 15px;
}
section.blocchi-home article ul li .boxli .testi a.titolo,
#section.blocchi-home article ul li .boxli .testi a.titolo,
section.blocchi-home #article ul li .boxli .testi a.titolo,
#section.blocchi-home #article ul li .boxli .testi a.titolo {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  color: #1c1c1c;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  cursor: pointer;
}
section.blocchi-home article ul li .boxli .testi:hover .titolo,
#section.blocchi-home article ul li .boxli .testi:hover .titolo,
section.blocchi-home #article ul li .boxli .testi:hover .titolo,
#section.blocchi-home #article ul li .boxli .testi:hover .titolo {
  color: #1c1c1c;
}
section.blocchi-home article ul li .boxli .testi strong,
#section.blocchi-home article ul li .boxli .testi strong,
section.blocchi-home #article ul li .boxli .testi strong,
#section.blocchi-home #article ul li .boxli .testi strong {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #cd0000;
  font-weight: 600;
  line-height: 1.3em;
  text-transform: uppercase;
}
section.blocchi-home article ul li .boxli::after,
#section.blocchi-home article ul li .boxli::after,
section.blocchi-home #article ul li .boxli::after,
#section.blocchi-home #article ul li .boxli::after {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  z-index: 3;
  top: 187.5px;
  bottom: 20px;
  left: 15px;
  right: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  /*
                            @media only screen and (max-width: 940px){
                                top:calc(~"(100vw / 3 - 10px) * .65 ");
                            }
                            @media only screen and (max-width: 700px) {
                                top:calc(~"(100vw - 10px) * .65 ");
                            }*/
}
@media only screen and (max-width: 1260px) {
  section.blocchi-home article ul li .boxli::after,
  #section.blocchi-home article ul li .boxli::after,
  section.blocchi-home #article ul li .boxli::after,
  #section.blocchi-home #article ul li .boxli::after {
    top: calc(((100vw / 4) * .75) - 45px);
  }
}
section.blocchi-home ul.punti,
#section.blocchi-home ul.punti {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 20px auto;
  padding: 0;
}
section.blocchi-home ul.punti li,
#section.blocchi-home ul.punti li {
  list-style: none;
  margin: 1px 3px;
  padding: 0;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  background: #dedede;
}
section.blocchi-home ul.punti li.sel,
#section.blocchi-home ul.punti li.sel,
section.blocchi-home ul.punti li:hover,
#section.blocchi-home ul.punti li:hover,
section.blocchi-home ul.punti li.current,
#section.blocchi-home ul.punti li.current {
  margin: 0 2px;
  width: 16px;
  height: 16px;
  background: #cd0000;
}
@media only screen and (max-width: 800px) {
  section.blocchi-home ul.punti,
  #section.blocchi-home ul.punti {
    display: none;
  }
}
section.azienda-home,
#section.azienda-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  background: #f4f4f4;
}
@media only screen and (max-width: 900px) {
  section.azienda-home,
  #section.azienda-home {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
  }
}
section.azienda-home article,
#section.azienda-home article,
section.azienda-home #article,
#section.azienda-home #article {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 70px 0;
  width: calc(1220px - (45vw - (100% - 1220px) / 2));
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #444444;
  font-weight: 400;
  line-height: 1.8em;
}
@media only screen and (max-width: 1260px) {
  section.azienda-home article,
  #section.azienda-home article,
  section.azienda-home #article,
  #section.azienda-home #article {
    padding: 70px 3vw;
    width: 54vw ;
  }
}
@media only screen and (max-width: 900px) {
  section.azienda-home article,
  #section.azienda-home article,
  section.azienda-home #article,
  #section.azienda-home #article {
    padding: 70px 3vw;
    width: 94vw ;
  }
}
section.azienda-home article .vantaggi,
#section.azienda-home article .vantaggi,
section.azienda-home #article .vantaggi,
#section.azienda-home #article .vantaggi {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 25px 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #444444;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: .3em;
}
section.azienda-home article .vantaggi strong,
#section.azienda-home article .vantaggi strong,
section.azienda-home #article .vantaggi strong,
#section.azienda-home #article .vantaggi strong {
  color: #cd0000;
}
section.azienda-home article .vantaggi .barra,
#section.azienda-home article .vantaggi .barra,
section.azienda-home #article .vantaggi .barra,
#section.azienda-home #article .vantaggi .barra {
  display: block;
  width: 70%;
  height: 5px;
  margin: 10px 0 0;
  background: #dedede;
}
section.azienda-home article .vantaggi .barra .intbarra,
#section.azienda-home article .vantaggi .barra .intbarra,
section.azienda-home #article .vantaggi .barra .intbarra,
#section.azienda-home #article .vantaggi .barra .intbarra {
  display: block;
  width: 0;
  height: 5px;
  background: #cd0000;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
section.azienda-home article .vantaggi .barra .intbarra.carica,
#section.azienda-home article .vantaggi .barra .intbarra.carica,
section.azienda-home #article .vantaggi .barra .intbarra.carica,
#section.azienda-home #article .vantaggi .barra .intbarra.carica {
  width: 70%;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -ms-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
  transition-delay: .4s;
}
section.azienda-home article .vantaggi.due,
#section.azienda-home article .vantaggi.due,
section.azienda-home #article .vantaggi.due,
#section.azienda-home #article .vantaggi.due {
  margin-bottom: 40px;
}
section.azienda-home article .vantaggi.due .intbarra.carica,
#section.azienda-home article .vantaggi.due .intbarra.carica,
section.azienda-home #article .vantaggi.due .intbarra.carica,
#section.azienda-home #article .vantaggi.due .intbarra.carica {
  width: 40%;
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -ms-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
  transition-delay: .7s;
}
section.azienda-home figure,
#section.azienda-home figure,
section.azienda-home #figure,
#section.azienda-home #figure {
  content: "";
  display: block;
  width: 40vw;
  margin: 0 0 0 5vw;
  padding: 0;
  background: #959595;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  section.azienda-home figure,
  #section.azienda-home figure,
  section.azienda-home #figure,
  #section.azienda-home #figure {
    width: 100%;
    height: 56vw;
    margin: 0;
  }
}
section.servizi-home article,
#section.servizi-home article,
section.servizi-home #article,
#section.servizi-home #article {
  position: relative;
  overflow: hidden;
  width: 1240px;
  margin: 50px auto;
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  section.servizi-home article,
  #section.servizi-home article,
  section.servizi-home #article,
  #section.servizi-home #article {
    width: 94vw;
  }
}
@media only screen and (max-width: 1000px) {
  section.servizi-home article,
  #section.servizi-home article,
  section.servizi-home #article,
  #section.servizi-home #article {
    width: 90%;
    padding: 0 5%;
    margin: 40px auto;
  }
}
section.servizi-home article .titolo,
#section.servizi-home article .titolo,
section.servizi-home #article .titolo,
#section.servizi-home #article .titolo {
  color: #cd0000;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: .3em;
}
section.servizi-home article ul,
#section.servizi-home article ul,
section.servizi-home #article ul,
#section.servizi-home #article ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  margin: 40px -20px 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  section.servizi-home article ul,
  #section.servizi-home article ul,
  section.servizi-home #article ul,
  #section.servizi-home #article ul {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
  }
}
section.servizi-home article ul li,
#section.servizi-home article ul li,
section.servizi-home #article ul li,
#section.servizi-home #article ul li {
  position: relative;
  overflow: hidden;
  opacity: 0;
  list-style: none;
  width: calc((100% / 3) - 202px);
  margin: 0 20px 30px;
  padding: 20px 20px 20px 140px;
  border: 1px solid #959595;
  background: #fff;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -ms-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
}
@media only screen and (max-width: 900px) {
  section.servizi-home article ul li,
  #section.servizi-home article ul li,
  section.servizi-home #article ul li,
  #section.servizi-home #article ul li {
    width: calc(100% - 202px);
  }
}
section.servizi-home article ul li strong,
#section.servizi-home article ul li strong,
section.servizi-home #article ul li strong,
#section.servizi-home #article ul li strong {
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
}
section.servizi-home article ul li a,
#section.servizi-home article ul li a,
section.servizi-home #article ul li a,
#section.servizi-home #article ul li a {
  display: block;
  color: #1c1c1c;
}
section.servizi-home article ul li a:hover,
#section.servizi-home article ul li a:hover,
section.servizi-home #article ul li a:hover,
#section.servizi-home #article ul li a:hover {
  color: #959595;
}
section.servizi-home article ul li:hover,
#section.servizi-home article ul li:hover,
section.servizi-home #article ul li:hover,
#section.servizi-home #article ul li:hover {
  background: #dedede;
}
section.servizi-home article ul li::before,
#section.servizi-home article ul li::before,
section.servizi-home #article ul li::before,
#section.servizi-home #article ul li::before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 20px;
  margin: -50px 0 0 0;
  width: 100px;
  height: 100px;
  background-image: url(images/ico-big2.png);
  background-size: 100px auto;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
section.servizi-home article ul li.s01::before,
#section.servizi-home article ul li.s01::before,
section.servizi-home #article ul li.s01::before,
#section.servizi-home #article ul li.s01::before {
  background-position: 0 0;
}
section.servizi-home article ul li.s02::before,
#section.servizi-home article ul li.s02::before,
section.servizi-home #article ul li.s02::before,
#section.servizi-home #article ul li.s02::before {
  background-position: 0 -150px;
}
section.servizi-home article ul li.s03::before,
#section.servizi-home article ul li.s03::before,
section.servizi-home #article ul li.s03::before,
#section.servizi-home #article ul li.s03::before {
  background-position: 0 -300px;
}
section.servizi-home article ul li.s04::before,
#section.servizi-home article ul li.s04::before,
section.servizi-home #article ul li.s04::before,
#section.servizi-home #article ul li.s04::before {
  background-position: 0 -450px;
}
section.servizi-home article ul li.s05::before,
#section.servizi-home article ul li.s05::before,
section.servizi-home #article ul li.s05::before,
#section.servizi-home #article ul li.s05::before {
  background-position: 0 -600px;
}
section.servizi-home article ul li.s06::before,
#section.servizi-home article ul li.s06::before,
section.servizi-home #article ul li.s06::before,
#section.servizi-home #article ul li.s06::before {
  background-position: 0 -750px;
}
section.servizi-home article ul.mostrali li,
#section.servizi-home article ul.mostrali li,
section.servizi-home #article ul.mostrali li,
#section.servizi-home #article ul.mostrali li {
  opacity: 1;
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -ms-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
}
section.servizi-home article ul.mostrali li.s01,
#section.servizi-home article ul.mostrali li.s01,
section.servizi-home #article ul.mostrali li.s01,
#section.servizi-home #article ul.mostrali li.s01 {
  transition-delay: .3s;
}
section.servizi-home article ul.mostrali li.s02,
#section.servizi-home article ul.mostrali li.s02,
section.servizi-home #article ul.mostrali li.s02,
#section.servizi-home #article ul.mostrali li.s02 {
  transition-delay: .6s;
}
section.servizi-home article ul.mostrali li.s03,
#section.servizi-home article ul.mostrali li.s03,
section.servizi-home #article ul.mostrali li.s03,
#section.servizi-home #article ul.mostrali li.s03 {
  transition-delay: .9s;
}
section.servizi-home article ul.mostrali li.s04,
#section.servizi-home article ul.mostrali li.s04,
section.servizi-home #article ul.mostrali li.s04,
#section.servizi-home #article ul.mostrali li.s04 {
  transition-delay: 1.2s;
}
section.servizi-home article ul.mostrali li.s05,
#section.servizi-home article ul.mostrali li.s05,
section.servizi-home #article ul.mostrali li.s05,
#section.servizi-home #article ul.mostrali li.s05 {
  transition-delay: 1.5s;
}
section.servizi-home article ul.mostrali li.s06,
#section.servizi-home article ul.mostrali li.s06,
section.servizi-home #article ul.mostrali li.s06,
#section.servizi-home #article ul.mostrali li.s06 {
  transition-delay: 1.8s;
}
section.flash-news,
#section.flash-news {
  width: 1240px;
  margin: 40px auto 0;
  background: #dedede;
  -webkit-box-shadow: 50vw 0 0 #DEDEDE, -50vw 0 0 #CD0000;
  -moz-box-shadow: 50vw 0 0 #DEDEDE, -50vw 0 0 #CD0000;
  box-shadow: 50vw 0 0 #DEDEDE, -50vw 0 0 #CD0000;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
}
@media only screen and (max-width: 1260px) {
  section.flash-news,
  #section.flash-news {
    width: 94vw;
  }
}
@media only screen and (max-width: 1260px) {
  section.flash-news,
  #section.flash-news {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
    width: 100%;
  }
}
section.flash-news article,
#section.flash-news article,
section.flash-news #article,
#section.flash-news #article {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1260px) {
  section.flash-news article,
  #section.flash-news article,
  section.flash-news #article,
  #section.flash-news #article {
    width: 100%;
  }
}
section.flash-news article .tit,
#section.flash-news article .tit,
section.flash-news #article .tit,
#section.flash-news #article .tit {
  width: auto;
  padding: 0 30px 0;
  /*padding:0 0 0 30px;
                background:url(images/ico.png) 0 -100px no-repeat;*/
  background: #cd0000;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .3em;
}
@media only screen and (max-width: 1023px) {
  section.flash-news article .tit,
  #section.flash-news article .tit,
  section.flash-news #article .tit,
  #section.flash-news #article .tit {
    display: none;
  }
}
section.flash-news article .tit a,
#section.flash-news article .tit a,
section.flash-news #article .tit a,
#section.flash-news #article .tit a {
  color: #fff;
  text-decoration: none;
}
section.flash-news article .tit a:hover,
#section.flash-news article .tit a:hover,
section.flash-news #article .tit a:hover,
#section.flash-news #article .tit a:hover {
  color: #cd0000;
}
section.flash-news article .news,
#section.flash-news article .news,
section.flash-news #article .news,
#section.flash-news #article .news {
  position: relative;
  overflow: hidden;
  height: 80px;
}
section.flash-news article .news a,
#section.flash-news article .news a,
section.flash-news #article .news a,
#section.flash-news #article .news a {
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #1c1c1c;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
}
section.flash-news article .news a:hover,
#section.flash-news article .news a:hover,
section.flash-news #article .news a:hover,
#section.flash-news #article .news a:hover {
  color: #cd0000;
}
section.flash-news article .news ul,
#section.flash-news article .news ul,
section.flash-news #article .news ul,
#section.flash-news #article .news ul {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
section.flash-news article .news ul li,
#section.flash-news article .news ul li,
section.flash-news #article .news ul li,
#section.flash-news #article .news ul li {
  list-style: none;
  position: relative;
  overflow: visible;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 40px;
}
section.flash-news article .news ul li::after,
#section.flash-news article .news ul li::after,
section.flash-news #article .news ul li::after,
#section.flash-news #article .news ul li::after {
  content: "";
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 60px;
  width: 1px;
  background: #959595;
  transform: rotate(30deg);
}
section.gen article,
#section.gen article,
section.gen #article,
#section.gen #article {
  position: relative;
  overflow: hidden;
  width: 1240px;
  margin: 0 auto;
  padding: 70px 0;
  /*elencoalbum*/
  /*elencofoto*/
}
@media only screen and (max-width: 1260px) {
  section.gen article,
  #section.gen article,
  section.gen #article,
  #section.gen #article {
    width: 94vw;
  }
}
section.gen article ul,
#section.gen article ul,
section.gen #article ul,
#section.gen #article ul {
  padding-right: 40px;
}
section.gen article .spec,
#section.gen article .spec,
section.gen #article .spec,
#section.gen #article .spec {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 10px;
  font-size: 1.2em;
}
section.gen article .spec::before,
#section.gen article .spec::before,
section.gen #article .spec::before,
#section.gen #article .spec::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 0 0;
  background: #ee237c;
}
section.gen article ul.elencoalbum,
#section.gen article ul.elencoalbum,
section.gen #article ul.elencoalbum,
#section.gen #article ul.elencoalbum {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /*justify-content:space-around;
                -ms-flex-pack:justify;
                -webkit-justify-content:space-around;*/
  margin: 30px -20px 0;
  padding: 0;
  /*li*/
}
section.gen article ul.elencoalbum li,
#section.gen article ul.elencoalbum li,
section.gen #article ul.elencoalbum li,
#section.gen #article ul.elencoalbum li {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0 20px 40px;
  padding: 20px;
  width: calc((100% / 3) - 80px);
  background: #f4f4f4;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  /*min-width:248px;/**/
}
@media only screen and (max-width: 1260px) {
  section.gen article ul.elencoalbum li,
  #section.gen article ul.elencoalbum li,
  section.gen #article ul.elencoalbum li,
  #section.gen #article ul.elencoalbum li {
    width: calc(50% - 80px);
  }
}
@media only screen and (max-width: 700px) {
  section.gen article ul.elencoalbum li,
  #section.gen article ul.elencoalbum li,
  section.gen #article ul.elencoalbum li,
  #section.gen #article ul.elencoalbum li {
    width: calc(100% - 40px);
  }
}
section.gen article ul.elencoalbum li a.immagine,
#section.gen article ul.elencoalbum li a.immagine,
section.gen #article ul.elencoalbum li a.immagine,
#section.gen #article ul.elencoalbum li a.immagine {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px;
  background-position: 50% 50%;
  background-size: cover;
}
section.gen article ul.elencoalbum li a.immagine::after,
#section.gen article ul.elencoalbum li a.immagine::after,
section.gen #article ul.elencoalbum li a.immagine::after,
#section.gen #article ul.elencoalbum li a.immagine::after {
  content: " ";
  display: block;
  padding-top: 56%;
}
section.gen article ul.elencoalbum li a.titolo,
#section.gen article ul.elencoalbum li a.titolo,
section.gen #article ul.elencoalbum li a.titolo,
#section.gen #article ul.elencoalbum li a.titolo {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #1c1c1c;
  font-weight: 300;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: .2em;
}
@media only screen and (max-width: 1023px) {
  section.gen article ul.elencoalbum li a.titolo,
  #section.gen article ul.elencoalbum li a.titolo,
  section.gen #article ul.elencoalbum li a.titolo,
  #section.gen #article ul.elencoalbum li a.titolo {
    font-size: 1.3em;
  }
}
section.gen article ul.elencofoto,
#section.gen article ul.elencofoto,
section.gen #article ul.elencofoto,
#section.gen #article ul.elencofoto {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 30px -15px 0;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  section.gen article ul.elencofoto,
  #section.gen article ul.elencofoto,
  section.gen #article ul.elencofoto,
  #section.gen #article ul.elencofoto {
    margin: 0 -10px;
  }
  section.gen article ul.elencofoto.index li:nth-child(1n + 9),
  #section.gen article ul.elencofoto.index li:nth-child(1n + 9),
  section.gen #article ul.elencofoto.index li:nth-child(1n + 9),
  #section.gen #article ul.elencofoto.index li:nth-child(1n + 9) {
    display: none;
  }
}
section.gen article ul.elencofoto li,
#section.gen article ul.elencofoto li,
section.gen #article ul.elencofoto li,
#section.gen #article ul.elencofoto li {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 15px;
  padding: 0;
  width: calc((100% / 5) - 50px);
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  /*min-width:100px;*/
}
@media only screen and (max-width: 700px) {
  section.gen article ul.elencofoto li,
  #section.gen article ul.elencofoto li,
  section.gen #article ul.elencofoto li,
  #section.gen #article ul.elencofoto li {
    margin: 10px;
    width: calc((100% / 3) - 30px);
    border: 5px solid #fff;
  }
}
section.gen article ul.elencofoto li a,
#section.gen article ul.elencofoto li a,
section.gen #article ul.elencofoto li a,
#section.gen #article ul.elencofoto li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.gen article ul.elencofoto li a::after,
#section.gen article ul.elencofoto li a::after,
section.gen #article ul.elencofoto li a::after,
#section.gen #article ul.elencofoto li a::after {
  content: " ";
  display: block;
  padding-top: 100%;
}
section.gen article ul.elencofoto li a:hover::before,
#section.gen article ul.elencofoto li a:hover::before,
section.gen #article ul.elencofoto li a:hover::before,
#section.gen #article ul.elencofoto li a:hover::before {
  content: "＋";
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background: #cd0000;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #fff;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
}
section.gen article ul.elencofoto li:nth-last-child(1),
#section.gen article ul.elencofoto li:nth-last-child(1),
section.gen #article ul.elencofoto li:nth-last-child(1),
#section.gen #article ul.elencofoto li:nth-last-child(1) {
  margin-right: auto;
}
section.richiesta,
#section.richiesta {
  background: #dedede;
}
section.richiesta article,
#section.richiesta article,
section.richiesta #article,
#section.richiesta #article {
  padding: 80px;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
}
section.richiesta article .titolo,
#section.richiesta article .titolo,
section.richiesta #article .titolo,
#section.richiesta #article .titolo {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 3em;
  color: #1c1c1c;
  font-weight: 300;
  line-height: 1.1em;
  text-align: center;
}
section.submenu,
#section.submenu {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
  padding: 50px 0 ;
  /*article*/
  /*aside*/
}
@media only screen and (max-width: 1260px) {
  section.submenu,
  #section.submenu {
    width: 94vw;
  }
}
@media only screen and (max-width: 700px) {
  section.submenu,
  #section.submenu {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
  }
}
section.submenu article,
#section.submenu article,
section.submenu #article,
#section.submenu #article {
  width: 76%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  /*intro*/
  /*th*/
}
@media only screen and (max-width: 1460px) {
  section.submenu article,
  #section.submenu article,
  section.submenu #article,
  #section.submenu #article {
    width: calc(70% - 20px);
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1250px) {
  section.submenu article,
  #section.submenu article,
  section.submenu #article,
  #section.submenu #article {
    width: calc(100vw - 360px) !important;
  }
  section.submenu article.solotit,
  #section.submenu article.solotit,
  section.submenu #article.solotit,
  #section.submenu #article.solotit {
    width: calc(75% - 20px) !important;
  }
}
@media only screen and (max-width: 700px) {
  section.submenu article,
  #section.submenu article,
  section.submenu #article,
  #section.submenu #article {
    width: 94vw !important;
    padding: 0 3vw;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
section.submenu article img,
#section.submenu article img,
section.submenu #article img,
#section.submenu #article img {
  display: block;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.submenu article img.dx,
#section.submenu article img.dx,
section.submenu #article img.dx,
#section.submenu #article img.dx,
section.submenu article img.sx,
#section.submenu article img.sx,
section.submenu #article img.sx,
#section.submenu #article img.sx {
  margin-top: 0;
  margin-bottom: auto;
  max-width: 40%;
}
section.submenu article .intro,
#section.submenu article .intro,
section.submenu #article .intro,
#section.submenu #article .intro {
  font-size: 1.2em;
}
section.submenu article h2,
#section.submenu article h2,
section.submenu #article h2,
#section.submenu #article h2 {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #1c1c1c;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
section.submenu article h3,
#section.submenu article h3,
section.submenu #article h3,
#section.submenu #article h3 {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #cd0000;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: .1em;
}
section.submenu article ul,
#section.submenu article ul,
section.submenu #article ul,
#section.submenu #article ul {
  margin: 10px;
  padding: 0;
}
section.submenu article ul li,
#section.submenu article ul li,
section.submenu #article ul li,
#section.submenu #article ul li {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 3px 0 3px 15px;
  margin: 0;
}
section.submenu article ul li::before,
#section.submenu article ul li::before,
section.submenu #article ul li::before,
#section.submenu #article ul li::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  top: .85em;
  left: 0px;
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #cd0000;
}
section.submenu article .th-list,
#section.submenu article .th-list,
section.submenu #article .th-list,
#section.submenu #article .th-list {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  padding: 40px 0;
  margin: 40px -10px 0;
  border-top: 1px solid #444444;
}
section.submenu article .th-list a,
#section.submenu article .th-list a,
section.submenu #article .th-list a,
#section.submenu #article .th-list a,
section.submenu article .th-list div,
#section.submenu article .th-list div,
section.submenu #article .th-list div,
#section.submenu #article .th-list div {
  position: relative;
  overflow: hidden;
  display: block;
  width: calc((100% / 8) - 20px);
  margin: 0 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.submenu article .th-list a::after,
#section.submenu article .th-list a::after,
section.submenu #article .th-list a::after,
#section.submenu #article .th-list a::after,
section.submenu article .th-list div::after,
#section.submenu article .th-list div::after,
section.submenu #article .th-list div::after,
#section.submenu #article .th-list div::after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media only screen and (max-width: 1460px) {
  section.submenu article .th-list a,
  #section.submenu article .th-list a,
  section.submenu #article .th-list a,
  #section.submenu #article .th-list a,
  section.submenu article .th-list div,
  #section.submenu article .th-list div,
  section.submenu #article .th-list div,
  #section.submenu #article .th-list div {
    width: calc((100vw / 8) - 30px);
  }
}
@media only screen and (max-width: 1000px) {
  section.submenu article .th-list a,
  #section.submenu article .th-list a,
  section.submenu #article .th-list a,
  #section.submenu #article .th-list a,
  section.submenu article .th-list div,
  #section.submenu article .th-list div,
  section.submenu #article .th-list div,
  #section.submenu #article .th-list div {
    width: calc((100vw / 6) - 30px);
  }
}
@media only screen and (max-width: 700px) {
  section.submenu article .th-list a,
  #section.submenu article .th-list a,
  section.submenu #article .th-list a,
  #section.submenu #article .th-list a,
  section.submenu article .th-list div,
  #section.submenu article .th-list div,
  section.submenu #article .th-list div,
  #section.submenu #article .th-list div {
    width: calc((100vw / 4) - 30px);
  }
}
section.submenu aside,
#section.submenu aside,
section.submenu #aside,
#section.submenu #aside {
  width: 15%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  /*h2*/
  /*h2*/
  /*ul*/
  /*ul*/
  /*ul*/
}
@media only screen and (max-width: 700px) {
  section.submenu aside,
  #section.submenu aside,
  section.submenu #aside,
  #section.submenu #aside {
    width: 94vw !important;
    padding: 0 3vw;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  section.submenu aside h2,
  #section.submenu aside h2,
  section.submenu #aside h2,
  #section.submenu #aside h2,
  section.submenu aside .titolo,
  #section.submenu aside .titolo,
  section.submenu #aside .titolo,
  #section.submenu #aside .titolo {
    display: none !important;
  }
}
section.submenu aside h2,
#section.submenu aside h2,
section.submenu #aside h2,
#section.submenu #aside h2,
section.submenu aside .titolo,
#section.submenu aside .titolo,
section.submenu #aside .titolo,
#section.submenu #aside .titolo {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #1c1c1c;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .1em;
}
section.submenu aside .sottotitolo,
#section.submenu aside .sottotitolo,
section.submenu #aside .sottotitolo,
#section.submenu #aside .sottotitolo {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.2em;
  font-style: italic;
  letter-spacing: -0.1em;
}
section.submenu aside ul.contatti,
#section.submenu aside ul.contatti,
section.submenu #aside ul.contatti,
#section.submenu #aside ul.contatti {
  margin: 30px auto 0;
  padding: 0;
}
section.submenu aside ul.contatti li,
#section.submenu aside ul.contatti li,
section.submenu #aside ul.contatti li,
#section.submenu #aside ul.contatti li {
  position: relative;
  overflow: hidden;
  display: block;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #cd0000;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .1em;
}
section.submenu aside ul.contatti li a,
#section.submenu aside ul.contatti li a,
section.submenu #aside ul.contatti li a,
#section.submenu #aside ul.contatti li a {
  display: block;
  color: #1c1c1c;
}
section.submenu aside ul.contatti li a strong,
#section.submenu aside ul.contatti li a strong,
section.submenu #aside ul.contatti li a strong,
#section.submenu #aside ul.contatti li a strong {
  text-transform: none;
  color: #cd0000;
}
section.submenu aside ul.contatti li:hover,
#section.submenu aside ul.contatti li:hover,
section.submenu #aside ul.contatti li:hover,
#section.submenu #aside ul.contatti li:hover {
  background: #444444;
}
section.submenu aside ul.contatti li:hover a,
#section.submenu aside ul.contatti li:hover a,
section.submenu #aside ul.contatti li:hover a,
#section.submenu #aside ul.contatti li:hover a {
  color: #fff;
}
section.submenu aside ul.menulinee,
#section.submenu aside ul.menulinee,
section.submenu #aside ul.menulinee,
#section.submenu #aside ul.menulinee {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
}
section.submenu aside ul.menulinee::before,
#section.submenu aside ul.menulinee::before,
section.submenu #aside ul.menulinee::before,
#section.submenu #aside ul.menulinee::before {
  content: " ";
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 4px;
  background: #dedede;
}
section.submenu aside ul.menulinee::after,
#section.submenu aside ul.menulinee::after,
section.submenu #aside ul.menulinee::after,
#section.submenu #aside ul.menulinee::after {
  content: " ";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 30%;
  height: 4px;
  background: #94016a;
}
section.submenu aside ul.menulinee li,
#section.submenu aside ul.menulinee li,
section.submenu #aside ul.menulinee li,
#section.submenu #aside ul.menulinee li {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #dedede;
  opacity: .4;
}
section.submenu aside ul.menulinee li a,
#section.submenu aside ul.menulinee li a,
section.submenu #aside ul.menulinee li a,
#section.submenu #aside ul.menulinee li a {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #cd0000;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
}
section.submenu aside ul.menulinee li a.icon,
#section.submenu aside ul.menulinee li a.icon,
section.submenu #aside ul.menulinee li a.icon,
#section.submenu #aside ul.menulinee li a.icon {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0 20px 0 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
section.submenu aside ul.menulinee li:hover,
#section.submenu aside ul.menulinee li:hover,
section.submenu #aside ul.menulinee li:hover,
#section.submenu #aside ul.menulinee li:hover,
section.submenu aside ul.menulinee li.sel,
#section.submenu aside ul.menulinee li.sel,
section.submenu #aside ul.menulinee li.sel,
#section.submenu #aside ul.menulinee li.sel {
  opacity: 1;
}
section.submenu aside ul.menuvert,
#section.submenu aside ul.menuvert,
section.submenu #aside ul.menuvert,
#section.submenu #aside ul.menuvert {
  margin: 0;
  padding: 20px 0;
}
section.submenu aside ul.menuvert li,
#section.submenu aside ul.menuvert li,
section.submenu #aside ul.menuvert li,
#section.submenu #aside ul.menuvert li {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 25px;
}
section.submenu aside ul.menuvert li a,
#section.submenu aside ul.menuvert li a,
section.submenu #aside ul.menuvert li a,
#section.submenu #aside ul.menuvert li a {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.2em;
}
section.submenu aside ul.menuvert li::before,
#section.submenu aside ul.menuvert li::before,
section.submenu #aside ul.menuvert li::before,
#section.submenu #aside ul.menuvert li::before {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 8px;
  top: 13px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: 1px solid #959595;
  border-right: 1px solid #959595;
  border-bottom: none;
  border-left: none;
  background: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.submenu aside ul.menuvert li:hover::before,
#section.submenu aside ul.menuvert li:hover::before,
section.submenu #aside ul.menuvert li:hover::before,
#section.submenu #aside ul.menuvert li:hover::before {
  border-color: #94016a;
  transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.submenu.alt article,
#section.submenu.alt article,
section.submenu.alt #article,
#section.submenu.alt #article {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (max-width: 1460px) {
  section.submenu.alt article,
  #section.submenu.alt article,
  section.submenu.alt #article,
  #section.submenu.alt #article {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 700px) {
  section.submenu.alt article,
  #section.submenu.alt article,
  section.submenu.alt #article,
  #section.submenu.alt #article {
    width: 94vw !important;
    padding: 0 3vw;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
section.submenu.alt aside,
#section.submenu.alt aside,
section.submenu.alt #aside,
#section.submenu.alt #aside {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media only screen and (max-width: 1460px) {
  section.submenu.alt aside,
  #section.submenu.alt aside,
  section.submenu.alt #aside,
  #section.submenu.alt #aside {
    padding: 0;
    width: calc(25% - 30px);
  }
  section.submenu.alt aside h2,
  #section.submenu.alt aside h2,
  section.submenu.alt #aside h2,
  #section.submenu.alt #aside h2,
  section.submenu.alt aside .titolo,
  #section.submenu.alt aside .titolo,
  section.submenu.alt #aside .titolo,
  #section.submenu.alt #aside .titolo {
    padding: 0 20px 0 0;
  }
  section.submenu.alt aside h2 .donazioni h2,
  #section.submenu.alt aside h2 .donazioni h2,
  section.submenu.alt #aside h2 .donazioni h2,
  #section.submenu.alt #aside h2 .donazioni h2,
  section.submenu.alt aside .titolo .donazioni h2,
  #section.submenu.alt aside .titolo .donazioni h2,
  section.submenu.alt #aside .titolo .donazioni h2,
  #section.submenu.alt #aside .titolo .donazioni h2,
  section.submenu.alt aside h2 .donazioni2 h2,
  #section.submenu.alt aside h2 .donazioni2 h2,
  section.submenu.alt #aside h2 .donazioni2 h2,
  #section.submenu.alt #aside h2 .donazioni2 h2,
  section.submenu.alt aside .titolo .donazioni2 h2,
  #section.submenu.alt aside .titolo .donazioni2 h2,
  section.submenu.alt #aside .titolo .donazioni2 h2,
  #section.submenu.alt #aside .titolo .donazioni2 h2,
  section.submenu.alt aside h2 .donazioni .titolo,
  #section.submenu.alt aside h2 .donazioni .titolo,
  section.submenu.alt #aside h2 .donazioni .titolo,
  #section.submenu.alt #aside h2 .donazioni .titolo,
  section.submenu.alt aside .titolo .donazioni .titolo,
  #section.submenu.alt aside .titolo .donazioni .titolo,
  section.submenu.alt #aside .titolo .donazioni .titolo,
  #section.submenu.alt #aside .titolo .donazioni .titolo,
  section.submenu.alt aside h2 .donazioni2 .titolo,
  #section.submenu.alt aside h2 .donazioni2 .titolo,
  section.submenu.alt #aside h2 .donazioni2 .titolo,
  #section.submenu.alt #aside h2 .donazioni2 .titolo,
  section.submenu.alt aside .titolo .donazioni2 .titolo,
  #section.submenu.alt aside .titolo .donazioni2 .titolo,
  section.submenu.alt #aside .titolo .donazioni2 .titolo,
  #section.submenu.alt #aside .titolo .donazioni2 .titolo {
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  section.submenu.alt aside,
  #section.submenu.alt aside,
  section.submenu.alt #aside,
  #section.submenu.alt #aside {
    width: 94vw !important;
    padding: 0 3vw;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
section.submenu.dettaglio,
#section.submenu.dettaglio {
  /*ul.allegati*/
}
section.submenu.dettaglio .cont-img,
#section.submenu.dettaglio .cont-img {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 40px 30px 0;
  width: 50%;
}
section.submenu.dettaglio .cont-img img.big,
#section.submenu.dettaglio .cont-img img.big {
  width: 100%;
}
section.submenu.dettaglio .cont-img .th-dett,
#section.submenu.dettaglio .cont-img .th-dett {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -5px 0;
  width: calc(100% + 10px);
}
section.submenu.dettaglio .cont-img .th-dett a,
#section.submenu.dettaglio .cont-img .th-dett a {
  display: block;
  width: calc(20% - 12px);
  margin: 0 5px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #dedede;
}
section.submenu.dettaglio .cont-img .th-dett a::after,
#section.submenu.dettaglio .cont-img .th-dett a::after {
  content: "";
  display: block;
  padding-top: 100%;
}
section.submenu.dettaglio ul.allegati,
#section.submenu.dettaglio ul.allegati {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 30px 0;
  padding: 5px;
  border-top: 1px solid #959595;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
section.submenu.dettaglio ul.allegati li,
#section.submenu.dettaglio ul.allegati li {
  list-style: none;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #cd0000;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
section.submenu.dettaglio ul.allegati li a,
#section.submenu.dettaglio ul.allegati li a {
  color: #cd0000;
  text-decoration: none;
}
section.submenu.dettaglio ul.allegati li a:hover,
#section.submenu.dettaglio ul.allegati li a:hover {
  color: #959595;
  text-decoration: none;
}
section.submenu.dettaglio ul.allegati li:after,
#section.submenu.dettaglio ul.allegati li:after {
  content: " |";
  margin: 0 0 0 5px;
  font-size: 1em;
  color: #959595;
}
section.submenu.dettaglio ul.allegati li:nth-last-child(1):after,
#section.submenu.dettaglio ul.allegati li:nth-last-child(1):after {
  content: none;
}
section.download article,
#section.download article,
section.download #article,
#section.download #article {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1240px;
  margin: 0 auto;
  padding: 70px 0;
}
@media only screen and (max-width: 1260px) {
  section.download article,
  #section.download article,
  section.download #article,
  #section.download #article {
    width: 94vw;
  }
}
section.download article div,
#section.download article div,
section.download #article div,
#section.download #article div {
  border-left: 1px solid #dedede;
  padding: 0 30px;
  width: calc((100% / 2) - 61px);
}
section.download article div ul,
#section.download article div ul,
section.download #article div ul,
#section.download #article div ul {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 20px 10px;
  padding: 0;
}
section.download article div ul li,
#section.download article div ul li,
section.download #article div ul li,
#section.download #article div ul li {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 3px 0 3px 15px;
  margin: 0;
  font-size: 1.1em;
}
section.download article div ul li::before,
#section.download article div ul li::before,
section.download #article div ul li::before,
#section.download #article div ul li::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  top: .75em;
  left: 0px;
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #cd0000;
}
section.download article div ul li a,
#section.download article div ul li a,
section.download #article div ul li a,
#section.download #article div ul li a {
  color: #1c1c1c;
}
section.download article div ul li a:hover,
#section.download article div ul li a:hover,
section.download #article div ul li a:hover,
#section.download #article div ul li a:hover {
  color: #cd0000;
}
/*-----------------------------------------------------------------*/
footer,
#footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  background: #444444;
  /**/
  /*section*/
  /* idlab */
}
footer section,
#footer section,
footer #section,
#footer #section {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 1240px;
  /*
		@media only screen and (max-width: 1460px){
			padding:50px 5vw;
			width:90vw;
		}
		*/
  /*indirizzo*/
  /*fondo*/
}
@media only screen and (max-width: 1260px) {
  footer section,
  #footer section,
  footer #section,
  #footer #section {
    width: 94vw;
  }
}
footer section.indirizzo,
#footer section.indirizzo,
footer #section.indirizzo,
#footer #section.indirizzo {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  /*recapiti*/
}
@media only screen and (max-width: 1260px) {
  footer section.indirizzo,
  #footer section.indirizzo,
  footer #section.indirizzo,
  #footer #section.indirizzo {
    width: 94vw;
    padding: 40px 3vw;
  }
}
footer section.indirizzo ul,
#footer section.indirizzo ul,
footer #section.indirizzo ul,
#footer #section.indirizzo ul {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  footer section.indirizzo ul,
  #footer section.indirizzo ul,
  footer #section.indirizzo ul,
  #footer #section.indirizzo ul {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
  }
}
footer section.indirizzo ul li,
#footer section.indirizzo ul li,
footer #section.indirizzo ul li,
#footer #section.indirizzo ul li {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 60px;
  list-style: none;
  width: calc(100% / 4 - 60px);
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #dedede;
  font-weight: 400;
  line-height: 1.5em;
}
@media only screen and (max-width: 900px) {
  footer section.indirizzo ul li,
  #footer section.indirizzo ul li,
  footer #section.indirizzo ul li,
  #footer #section.indirizzo ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px !important;
    text-align: center !important;
  }
}
footer section.indirizzo ul li .tit,
#footer section.indirizzo ul li .tit,
footer #section.indirizzo ul li .tit,
#footer #section.indirizzo ul li .tit {
  display: block;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #dedede;
  font-weight: 600;
  line-height: 1.8em;
  text-transform: uppercase;
}
footer section.indirizzo ul li a,
#footer section.indirizzo ul li a,
footer #section.indirizzo ul li a,
#footer #section.indirizzo ul li a {
  color: #dedede;
  font-weight: 600;
}
footer section.indirizzo ul li a:hover,
#footer section.indirizzo ul li a:hover,
footer #section.indirizzo ul li a:hover,
#footer #section.indirizzo ul li a:hover {
  color: #cd0000;
  text-decoration: none;
}
footer section.indirizzo ul li ul,
#footer section.indirizzo ul li ul,
footer #section.indirizzo ul li ul,
#footer #section.indirizzo ul li ul {
  position: relative;
  overflow: hidden;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-box-direction: column;
  -webkit-box-direction: column;
  margin: 18px 0 0;
  padding: 0;
  width: 100%;
}
footer section.indirizzo ul li ul li,
#footer section.indirizzo ul li ul li,
footer #section.indirizzo ul li ul li,
#footer #section.indirizzo ul li ul li {
  display: block;
  width: 80%;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #dedede;
  font-weight: 400;
  line-height: 1.2em;
}
footer section.indirizzo ul li ul li::before,
#footer section.indirizzo ul li ul li::before,
footer #section.indirizzo ul li ul li::before,
#footer #section.indirizzo ul li ul li::before {
  content: " »";
  position: absolute;
  overflow: hidden;
  left: 4px;
  color: #959595;
}
footer section.indirizzo ul li ul.social,
#footer section.indirizzo ul li ul.social,
footer #section.indirizzo ul li ul.social,
#footer #section.indirizzo ul li ul.social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-box-direction: row;
  -webkit-box-direction: row;
  -webkit-justify-content: flex-start;
  -ms-justify-content: start;
  justify-content: flex-start;
  width: 100%;
  height: 24px;
  padding: 15px 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  footer section.indirizzo ul li ul.social,
  #footer section.indirizzo ul li ul.social,
  footer #section.indirizzo ul li ul.social,
  #footer #section.indirizzo ul li ul.social {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
footer section.indirizzo ul li ul.social li,
#footer section.indirizzo ul li ul.social li,
footer #section.indirizzo ul li ul.social li,
#footer #section.indirizzo ul li ul.social li {
  display: block;
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  padding: 0 !important;
  background: url(images/ico.png) no-repeat;
  background-size: 25px auto;
}
footer section.indirizzo ul li ul.social li.fb,
#footer section.indirizzo ul li ul.social li.fb,
footer #section.indirizzo ul li ul.social li.fb,
#footer #section.indirizzo ul li ul.social li.fb {
  background-position: 0 -100px;
}
footer section.indirizzo ul li ul.social li.gp,
#footer section.indirizzo ul li ul.social li.gp,
footer #section.indirizzo ul li ul.social li.gp,
#footer #section.indirizzo ul li ul.social li.gp {
  background-position: 0 -125px;
}
footer section.indirizzo ul li ul.social li.yt,
#footer section.indirizzo ul li ul.social li.yt,
footer #section.indirizzo ul li ul.social li.yt,
#footer #section.indirizzo ul li ul.social li.yt {
  background-position: 0 -225px;
}
footer section.indirizzo ul li ul.social li.tw,
#footer section.indirizzo ul li ul.social li.tw,
footer #section.indirizzo ul li ul.social li.tw,
#footer #section.indirizzo ul li ul.social li.tw {
  background-position: 0 -200px;
}
footer section.indirizzo ul li ul.social li.ig,
#footer section.indirizzo ul li ul.social li.ig,
footer #section.indirizzo ul li ul.social li.ig,
#footer #section.indirizzo ul li ul.social li.ig {
  background-position: 0 -150px;
}
footer section.indirizzo ul li ul.social li a,
#footer section.indirizzo ul li ul.social li a,
footer #section.indirizzo ul li ul.social li a,
#footer #section.indirizzo ul li ul.social li a {
  display: block;
  padding: 50px 0 0 ;
}
footer section.indirizzo ul li ul.social li::before,
#footer section.indirizzo ul li ul.social li::before,
footer #section.indirizzo ul li ul.social li::before,
#footer #section.indirizzo ul li ul.social li::before {
  display: none;
}
footer section.indirizzo ul li.map a,
#footer section.indirizzo ul li.map a,
footer #section.indirizzo ul li.map a,
#footer #section.indirizzo ul li.map a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/map.png) 50% 50% no-repeat;
  background-size: contain;
}
footer section.indirizzo ul li.location,
#footer section.indirizzo ul li.location,
footer #section.indirizzo ul li.location,
#footer #section.indirizzo ul li.location {
  width: 62%;
  background: #dedede;
  /*background:url(images/map.jpg) 50% 50% no-repeat;
                        background-size: cover;*/
}
footer section.indirizzo ul li.location #mappa,
#footer section.indirizzo ul li.location #mappa,
footer #section.indirizzo ul li.location #mappa,
#footer #section.indirizzo ul li.location #mappa {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
footer section.fondo,
#footer section.fondo,
footer #section.fondo,
#footer #section.fondo {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  background: #cd0000;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  footer section.fondo,
  #footer section.fondo,
  footer #section.fondo,
  #footer #section.fondo {
    width: 94%;
    padding: 30px 3%;
  }
  footer section.fondo p,
  #footer section.fondo p,
  footer #section.fondo p,
  #footer #section.fondo p {
    text-align: center !important;
  }
}
footer section.fondo a,
#footer section.fondo a,
footer #section.fondo a,
#footer #section.fondo a {
  color: #fff;
}
footer section.fondo p,
#footer section.fondo p,
footer #section.fondo p,
#footer #section.fondo p {
  width: 1240px;
  margin: 0 auto;
  text-align: right;
}
@media only screen and (max-width: 1260px) {
  footer section.fondo p,
  #footer section.fondo p,
  footer #section.fondo p,
  #footer #section.fondo p {
    width: 94vw;
  }
}
footer #idlab,
#footer #idlab {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  width: 70px;
  height: 25px;
  background: url(images/idlab.png) bottom right no-repeat;
}
footer #idlab a,
#footer #idlab a {
  display: block;
  padding-top: 32px;
}
/*footer*/
form.classic {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  /*.direction(column);*/
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: none;
  padding: 0;
  margin: 30px 0 0;
  width: 100%;
}
form.classic div {
  width: 30%;
  padding: 0 !important;
  margin: 0 auto 20px;
  text-align: left;
  line-height: 36px;
}
form.classic div:nth-child(1) {
  margin-left: 0;
}
form.classic div:nth-child(3) {
  margin-right: 0;
}
@media only screen and (max-width: 780px) {
  form.classic div {
    width: 100%;
  }
}
form.classic div.big {
  width: 100%;
}
form.classic div.privacy {
  width: 100% !important;
  font-size: .9em;
  text-align: center;
}
form.classic div.privacy a {
  font-size: 1em;
  color: #cd0000;
  text-decoration: underline;
}
form.classic div.privacy a:hover {
  text-decoration: none;
}
form.classic div label {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #94016a;
  font-weight: 300;
  line-height: 36px;
}
form.classic div label.piccolo {
  float: left;
  margin: 8px 30px 8px 0;
  line-height: 20px !important;
}
form.classic div input {
  margin: 0;
  padding: 0 2%;
  width: 96%;
  height: 36px;
}
form.classic div input.btn {
  padding: 0;
  margin: 36px 0 10px;
  width: 100%;
  height: 36px;
  background: #1c1c1c;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
  font-size: 1.1em !important;
  color: #fff !important;
  font-weight: 800 !important;
  line-height: 36px !important;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
form.classic div input.btn:hover {
  background: #cd0000;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}
form.classic div input.radio {
  float: left;
  width: 20px;
  height: 20px;
  margin: 8px 10px 8px 0;
}
form.classic div select {
  width: 100%;
  height: 36px;
  padding: 0 2%;
}
form.classic div textarea {
  width: 96%;
  height: 100px;
  padding: 0 2%;
  margin: 0;
}
form.classic div input,
form.classic div select,
form.classic div textarea {
  display: block;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  background: #f4f4f4;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
  font-size: 1.2em !important;
  color: #1c1c1c !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}
form.classic div.txt {
  margin: 20px 0;
  line-height: 1.3em;
  font-size: .9em;
  color: #1c1c1c;
}
/*------------------------------------------------*/
.ui-corner-all {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc) !important;
}
.ui-tooltip {
  border: none !important;
  padding: 20px !important;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc) !important;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
  font-size: 0.9em !important;
  color: #1c1c1c !important;
  font-weight: 400 !important;
  line-height: 1.7em !important;
  background: #ca1e60 !important;
}
.ui-front {
  padding: 0 !important;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  background: #fff !important;
  border: none !important;
}
.ui-dialog-titlebar {
  padding: 10px 18px !important;
  margin-bottom: 20px !important;
  border: none !important;
  background: #dedede !important;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
  font-size: 0.9em !important;
  color: #444444 !important;
  font-weight: 700 !important;
  line-height: auto !important;
}
.ui-dialog-titlebar-close {
  right: 12px !important;
  border: none !important;
  background: none !important;
}
/*------------------------------------------------*/
.swal-modal {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.7em;
  width: auto !important;
}
.swal-title {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
}
.swal-text {
  display: none;
}
.swal-footer {
  text-align: center;
}
.swal-button {
  padding: 10px 30px;
  border-radius: 4px;
  background-color: #ca1e60;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
}
/**/
/*# sourceMappingURL=style.css.map */