@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWyV-hs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWiUOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}


.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;
}
.fixvis {
  position: fixed;
  overflow: visible;
}
.margineg-sx {
  left: 50%;
  margin-left: calc(((1270px / 2) * -1));
}
@media only screen and (max-width: 1380px) {
  .margineg-sx {
    margin-left: 0;
    left: 3vw;
  }
}
.margineg-dx {
  right: 50%;
  margin-right: calc(((1270px / 2) * -1));
}
@media only screen and (max-width: 1380px) {
  .margineg-dx {
    margin-right: 0;
    right: 3vw;
  }
}
/*----------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
html {
  height: 100%;
}
*:first-child + html {
  overflow: auto;
}
body {
  overflow: auto;
  font-size: 17px;
  background: #fefefe;
}
@media only screen and (max-width: 460px) {
}
body::after {
  content: " ";
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 1px;
  margin: -1px 0 0 0;
}
body.fix {
  overflow: hidden;
  height: 100vh;
}
body.int::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 2;
  top: -200px;
  left: 0;
  right: 0;
  height: 200px;
  -webkit-box-shadow: 0 30px 100px 100px #ada491;
  -moz-box-shadow: 0 30px 100px 100px #ada491;
  box-shadow: 0 30px 100px 100px #ada491;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
}
body.int #contenitore {
  padding-top: 140px;
}
body.slidebassa nav ul.sopra {
  top: calc(70vh - 50px) !important;
}
body.slidebassa nav ul.sopra .icona {
  width: 26px !important;
  height: 26px !important;
  padding: 2px !important;
  margin-right: 10px !important;
}
body.slidebassa nav ul.sopra .icona .ico {
  transform: scale(0.26) !important;
}
strong {
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
  margin: .5em 0;
  padding: 0;
}

p {margin: 10px 0; padding: 0;}

h1 {margin: 20px 0 30px 0; padding: 0;}

hr {
  clear: both;
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid #b6b8b8;
  height: 1px;
  size: 1px;
  background: none;
}
hr.margine {
  margin: 15px 0;
}
hr.stretto {
  position: relative;
  overflow: hidden;
  margin: 50px auto;
  width: 1000px;
}
@media only screen and (max-width: 1260px) {
  hr.stretto {
    max-width: 85vw;
  }
}
a {
  outline: none;
  color: #00a4da;
  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: #1a171b;
}
a img {
  border: none;
}
a.allegato {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 15px 0;
  padding: 0 30px;
  background: #f5f2f0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #fefefe;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
a.allegato:hover {
  background: #969696;
  color: #3e3d40;
}
/*
strong{font-weight:700;}

*/
table {
  padding: 0;
  border-spacing: 0;
  border: none;
  border-collapse: collapse;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
table tr:nth-child(1) td {
  font-size: 110%;
}
table tr:nth-child(2n) td {
  background: rgba(255, 255, 255, 0.2);
}
table tr td {
  vertical-align: center;
  max-width: auto;
  border: none;
  padding: 5px 10px;
}
/*----------------------------------*/
h1,
h2,
.titolo {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #1a171b;
  font-weight: 300;
  line-height: 46px;
  text-transform: uppercase;
}
h1 a,
h2 a,
.titolo a {
  text-decoration: none;
  color: #1a171b;
}
h1 a:hover,
h2 a:hover,
.titolo a:hover {
  color: #b6b8b8;
}
h1.due,
h2.due,
.titolo.due {
  color: #b6b8b8;
}
h1.due a,
h2.due a,
.titolo.due a {
  color: #b6b8b8;
}
h1.due a:hover,
h2.due a:hover,
.titolo.due a:hover {
  color: #1a171b;
}
h1.bianco,
h2.bianco,
.titolo.bianco {
  color: #fefefe;
}
h1.bianco a,
h2.bianco a,
.titolo.bianco a {
  color: #fefefe;
}
h1.bianco a:hover,
h2.bianco a:hover,
.titolo.bianco a:hover {
  color: #f5f2f0;
}
h1.small,
h2.small,
.titolo.small {
  font-size: 2em;
}
.sottotitolo,
h3,
h4 {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #1a171b;
  font-weight: 600;
  line-height: 1.3em;
}
.sottotitolo.due,
h3.due,
h4.due {
  color: #b6b8b8;
}
.sottotitolo.tre,
h3.tre,
h4.tre {
  color: #969696;
  font-weight: 400;
}
.sottotitolo.small,
h3.small,
h4.small {
  font-size: 1.4em;
}
.sottotitolo.maiu,
h3.maiu,
h4.maiu {
  text-transform: uppercase;
}
.bottone {
  display: inline-block;
  padding: 10px 15px;
  min-height: 20px;
  min-width: 120px;
  margin: 0;
  background: #02a6dc;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fefefe;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  -webkit-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  -moz-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  -ms-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.bottone:hover {
  background: #b6b8b8;
  color: #1a171b;
  -webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
}
.bottone.due {
  background: #fac100;
  color: #1a171b;
}
.bottone.due:hover {
  background: #ada491;
  color: #fac100;
}
.sx {
  float: left;
  max-width: 50%;
  margin: 0 5vw 3vw 0;
}
@media only screen and (max-width: 1000px) {
  .sx {
    max-width: 40%;
  }
}
@media only screen and (max-width: 940px) {
  .sx {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2em 0;
  }
}
.dx {
  float: right;
  max-width: 50%;
  margin: 0 0 3vw 5vw;
}
@media only screen and (max-width: 1000px) {
  .dx {
    max-width: 40%;
  }
}
@media only screen and (max-width: 940px) {
  .dx {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2em 0;
  }
}
.icon-arrow-down,
.icon-arrow-up {
  position: relative;
  overflow: hidden;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.icon-arrow-down::before,
.icon-arrow-up::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  top: 25%;
  left: 25%;
  width: 36%;
  height: 36%;
  border: 0.07em solid rgba(0, 0, 0, 0.3);
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.icon-arrow-down::before {
  top: 10%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.icon-arrow-up::before {
  top: 40%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.ico {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("images/ico.png");
  background-repeat: no-repeat;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.ico.fb {
  background-position: 0 0;
}
.ico.vm {
  background-position: 0 -100px;
}
.ico.ig {
  background-position: 0 -200px;
}
.ico.tel {
  background-position: 0 -300px;
}
/*-----------------------------*/
#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: #3e3d40;
  cursor: pointer;
}
#tornasu b {
  position: absolute;
  overflow: hidden;
  left: 13px;
  top: 15px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  border-top: 4px solid #fefefe;
  border-right: 4px solid #fefefe;
  border-bottom: none;
  border-left: none;
  background: none;
}
#cookiePopup {
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}
#cookiePopup:active #cookieBox {
  -webkit-box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.6) !important;
  -moz-box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.6) !important;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc) !important;
}
#cookiePopup #cookieBox {
  position: absolute !important;
  overflow: hidden !important;
  top: 0;
  right: 0;
  width: calc(100% - 50px) !important;
  max-width: 640px !important;
  border: none !important;
  background: #b6b8b8 !important;
}
#cookiePopup #cookieBox h3 {
  margin-bottom: .5em !important;
}
#cookiePopup #cookieBox #checkboxContainer {
  padding: 20px 0 !important;
}
#cookiePopup #cookieBox #checkboxContainer .singleCheckBox {
  padding: 0 25px 0 0 !important;
  margin: 10px 0 !important;
}
#cookiePopup #cookieBox #checkboxContainer .singleCheckBox input {
  margin: 0 10px 0 0 !important;
}
#cookiePopup #cookieBox a {
  text-decoration: underline !important;
}
#cookiePopup #cookieBox button {
  border: none !important;
  background-color: #fac100 !important;
  font-size: 90% !important;
  letter-spacing: .1em !important;
  font-weight: 700 !important;
}
#cookiePopup #cookieBox button:hover {
  background-color: #fefefe !important;
}
ul.filada3,
ul.filada4,
ul.filada5 {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px !important;
  padding: 0;
  width: calc(100% + 40px) !important;
}
ul.filada3 li,
ul.filada4 li,
ul.filada5 li {
  list-style: none;
  margin: 0 20px 40px !important;
  padding: 0 !important;
  width: calc(100% / 5 - 40px) !important;
}
@media only screen and (min-width: 1921px) {
  ul.filada3 li,
  ul.filada4 li,
  ul.filada5 li {
    width: calc(100% / 6 - 40px) !important;
  }
}
@media only screen and (max-width: 1260px) {
  ul.filada3 li,
  ul.filada4 li,
  ul.filada5 li {
    width: calc(100% / 4 - 40px) !important;
  }
}
@media only screen and (max-width: 1000px) {
  ul.filada3 li,
  ul.filada4 li,
  ul.filada5 li {
    width: calc(100%  / 3 - 40px) !important;
  }
}
@media only screen and (max-width: 780px) {
  ul.filada3 li,
  ul.filada4 li,
  ul.filada5 li {
    width: calc(100% / 2 - 40px) !important;
  }
}
@media only screen and (max-width: 580px) {
  ul.filada3 li,
  ul.filada4 li,
  ul.filada5 li {
    width: 100% !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #efefef;
  }
  ul.filada3 li:nth-last-of-type(1),
  ul.filada4 li:nth-last-of-type(1),
  ul.filada5 li:nth-last-of-type(1) {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
}
ul.filada4 li {
  width: calc(100% / 4 - 40px) !important;
}
@media only screen and (min-width: 1921px) {
  ul.filada4 li {
    width: calc(100% / 5 - 40px) !important;
  }
}
@media only screen and (max-width: 1000px) {
  ul.filada4 li {
    width: calc(100%  / 3 - 40px) !important;
  }
}
@media only screen and (max-width: 780px) {
  ul.filada4 li {
    width: calc(100% / 2 - 40px) !important;
  }
}
@media only screen and (max-width: 580px) {
  ul.filada4 li {
    width: 100% !important;
  }
}
ul.filada3 li {
  width: calc(100% / 3 - 40px) !important;
}
@media only screen and (min-width: 1921px) {
  ul.filada3 li {
    width: calc(100% / 4 - 40px) !important;
  }
}
@media only screen and (max-width: 1000px) {
  ul.filada3 li {
    width: calc(100%  / 2 - 40px) !important;
  }
}
@media only screen and (max-width: 780px) {
  ul.filada3 li {
    width: 100% !important;
  }
}
.blocco01 .int {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 100%;
  -webkit-transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -moz-transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -ms-transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.blocco01 .int .immagine {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.blocco01 .int .immagine picture,
.blocco01 .int .immagine #picture {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.blocco01 .int .immagine picture img,
.blocco01 .int .immagine #picture img {
  display: block;
  margin: 0;
  width: 100%;
}
.blocco01 .int .immagine.quad::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.blocco01 .int .immagine.quad picture,
.blocco01 .int .immagine.quad #picture {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocco01 .int .immagine.quad picture img,
.blocco01 .int .immagine.quad #picture img {
  position: absolute;
  margin: auto auto;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  /*queste caratteristiche sotto x effetto COVER*/
  max-width: 10000% !important;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  object-fit: cover;
  /*queste caratteristiche sotto x effetto CONTAIN
						max-width: 10%;
						max-height: 10%;
						-webkit-transform:scale(10);
						transform: scale(10);*/
}
.blocco01 .int .testo {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 15px 20px 80px;
  color: #515151;
  text-align: center;
}
.blocco01 .int .testo a.tit {
  display: block;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #1a171b;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.blocco01 .int .testo a.tit:hover {
  color: #b6b8b8;
}
.blocco01 .int .bottone {
  position: absolute;
  overflow: hidden;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  -webkit-transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -moz-transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -ms-transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.blocco02 {
  height: 100%;
}
.blocco02 .int {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.blocco02 .int .immagine {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.blocco02 .int .immagine::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.blocco02 .int .immagine picture,
.blocco02 .int .immagine #picture {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocco02 .int .immagine picture img,
.blocco02 .int .immagine #picture img {
  position: absolute;
  margin: auto auto;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  /*queste caratteristiche sotto x effetto COVER*/
  max-width: 10000% !important;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  object-fit: cover;
  /*queste caratteristiche sotto x effetto CONTAIN
					max-width: 10%;
					max-height: 10%;
					-webkit-transform:scale(10);
					transform: scale(10);*/
}
.blocco02 .int .testo {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 2;
  width: 50%;
  max-width: 400px;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fefefe;
  transform: translateY(-50%);
}
.blocco02 .int .testo .tit {
  position: relative;
  overflow: hidden;
  display: block;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #fefefe;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.blocco02 .int .testo .tit:hover {
  color: #b6b8b8;
}
.blocco02 .int .testo a {
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 700;
}
.blocco02 .int .testo a:hover {
  color: #b6b8b8;
}
.blocco02 .int .testo a.link {
  display: inline-block;
  margin-top: 2em;
  padding: 10px 0 0;
  border-top: 5px solid #fefefe;
}
@media only screen and (max-width: 780px) {
  .blocco02 .int .testo p {
    display: none;
  }
}
.blocco03 .int {
  position: relative;
  overflow: hidden;
  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;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.blocco03 .int .immagine {
  position: relative;
  overflow: hidden;
  display: block;
  width: 30%;
}
.blocco03 .int .immagine picture,
.blocco03 .int .immagine #picture {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.blocco03 .int .immagine picture img,
.blocco03 .int .immagine #picture img {
  display: block;
  border: 0;
  width: auto;
  max-height: 80px;
  margin: 0 auto;
}
.blocco03 .int .testo {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 0;
  min-height: 140px;
}
.blocco03 .int .testo .tit {
  position: relative;
  overflow: hidden;
  display: block;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #1a171b;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}
.blocco03 .int .testo .tit a {
  color: #1a171b;
}
.blocco03 .int .testo .tit a:hover {
  color: #b6b8b8;
}
.blocco04 .int {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  /*-webkit-lign-items: center;
		-ms-align-items: center;
		align-items: center;*/
  margin: 40px;
  background: #f5f2f0;
  /*
		picture,
		#picture{
			.relhide;
			display: block;
			z-index: 2;
			width: 50%;
			height: auto;

			img{
				display: block;
				margin: 0;
			}
		}
		*/
}
.blocco04 .int::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  background: #fefefe;
}
@media only screen and (max-width: 780px) {
  .blocco04 .int {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
    margin: 40px 0 0;
  }
  .blocco04 .int::before {
    display: none;
  }
}
.blocco04 .int article,
.blocco04 .int #article,
.blocco04 .int main,
.blocco04 .int #main {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding: 5%;
  width: 40%;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .blocco04 .int article,
  .blocco04 .int #article,
  .blocco04 .int main,
  .blocco04 .int #main {
    width: 80%;
    padding: 10%;
  }
}
.blocco04 .int article .titolo,
.blocco04 .int #article .titolo,
.blocco04 .int main .titolo,
.blocco04 .int #main .titolo {
  font-size: 2em;
}
.blocco04 .int article p,
.blocco04 .int #article p,
.blocco04 .int main p,
.blocco04 .int #main p {
  margin: 1em 0 3em;
}
.blocco04 .int .immagine {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 2;
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 780px) {
  .blocco04 .int .immagine {
    width: 100%;
    height: 56vw;
  }
}
.blocco04 .int .immagine picture,
.blocco04 .int .immagine #picture {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocco04 .int .immagine picture img,
.blocco04 .int .immagine #picture img {
  position: absolute;
  margin: auto auto;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  /*queste caratteristiche sotto x effetto COVER*/
  max-width: 10000% !important;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  object-fit: cover;
  /*queste caratteristiche sotto x effetto CONTAIN
					max-width: 10%;
					max-height: 10%;
					-webkit-transform:scale(10);
					transform: scale(10);*/
}
.blocco04.due {
  -webkit-align-items: flex-start;
  -ms-align-items: start;
  align-items: flex-start;
}
.blocco04.due article,
.blocco04.due #article {
  text-align: left;
}
.blocco04.due article .bottone,
.blocco04.due #article .bottone {
  margin-right: 15px;
}
@media only screen and (max-width: 780px) {
  .blocco04.due article .bottone,
  .blocco04.due #article .bottone {
    margin: 10px 5px 0 0;
  }
}
@media only screen and (min-width: 781px) {
  .blocco04:nth-child(even) article,
  .blocco04:nth-child(even) #article,
  .blocco04:nth-child(even) main,
  .blocco04:nth-child(even) #main {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
.blocco05 .int {
  position: relative;
  overflow: visible;
  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;
}
@media only screen and (max-width: 780px) {
  .blocco05 .int {
    margin: 30px -10% 50px -5%;
  }
}
.blocco05 .int .immagine {
  position: relative;
  overflow: visible;
  display: block;
  z-index: 1;
  width: 60%;
}
@media only screen and (max-width: 780px) {
  .blocco05 .int .immagine {
    width: 50%;
  }
}
.blocco05 .int .immagine::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.blocco05 .int .immagine::after {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  width: 50%;
  height: 80%;
  top: 10%;
  right: -25%;
  border: 15px solid #b6b8b8;
}
.blocco05 .int .immagine picture,
.blocco05 .int .immagine #picture {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocco05 .int .immagine picture img,
.blocco05 .int .immagine #picture img {
  position: absolute;
  margin: auto auto;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  /*queste caratteristiche sotto x effetto COVER*/
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  object-fit: cover;
  /*queste caratteristiche sotto x effetto CONTAIN
					max-width: 10%;
					max-height: 10%;
					-webkit-transform:scale(10);
					transform: scale(10);*/
}
.blocco05 .int .testo {
  position: relative;
  overflow: visible;
  display: inline-block;
  z-index: 2;
  margin: 0;
  padding: 60px;
  background: #fefefe;
  width: calc(40% - 120px);
  font-size: 1.3em;
  color: #1a171b;
}
@media only screen and (max-width: 780px) {
  .blocco05 .int .testo {
    padding: 5%;
    width: 60%;
  }
}
.blocco05 .int .testo a.tit {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 20px 0 10px;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #1a171b;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  -webkit-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  -moz-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  -ms-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.blocco05 .int .testo a.tit:hover {
  color: #ada491;
}
.blocco05 .int .testo .data {
  color: #b6b8b8;
  text-transform: uppercase;
}
.blocco05 .int .testo a.link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 15px;
  width: auto;
  padding: 7px 10px;
  border: 1px solid #1a171b;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #1a171b;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: .05em;
  -webkit-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  -moz-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  -ms-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 0.28s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.blocco05 .int .testo a.link:hover {
  background: #f5f2f0;
  color: #fefefe;
}
@media only screen and (max-width: 780px) {
  .blocco05 .int .testo a.link {
    display: none;
  }
}
.blocco05:nth-child(even) {
  margin: 40px 40px 70px -40px;
}
@media only screen and (max-width: 780px) {
  .blocco05:nth-child(even) {
    margin: 30px -5% 50px -10%;
  }
}
.blocco05:nth-child(even) .immagine {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.blocco05:nth-child(even) .immagine::after {
  right: auto;
  left: -25%;
}
.blocco05:nth-child(even) .testo {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-align: right;
}
.blocco05:nth-child(even) .testo::before {
  left: auto;
  right: 60px;
}
@media only screen and (max-width: 780px) {
  .blocco05:nth-child(even) .testo::before {
    right: 9%;
  }
}
/*------------------------------*/
#contenitore {
  position: relative;
  z-index: 1 !important;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  /*min-height:100%;*/
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #1a171b;
  font-weight: 300;
  line-height: 1.85em;
  letter-spacing: .05em;
  /*
	@media only screen and (max-width: 1260px) {
        padding:0;
        
        &::after{
            content: "";
            .fixhide;
            display: block;
            z-index: 9995;
            opacity: 1;
            top:0;
            left:0;
            width: 100%;
            height: 64px;
            background: @colore01scuro2;
            -webkit-transform: translateY(-100px);
                    transform: translateY(-100px);
            .transizione(all,.5s,ease);
        }
        
        &.showhead::after{
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            .transizione(all,.5s,ease-out);
        }
        
        &.hidehead::after{
            opacity: 0;
            .transizione(all,.5s,ease);
        }
    }*/
}
#contenitore.nohead {
  padding-top: 290px;
}
#contenitore.nohead::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 1;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  background: #b6b8b8;
}
@media only screen and (max-width: 1260px) {
  #contenitore.nohead {
    padding-top: 160px;
  }
  #contenitore.nohead::before {
    height: 160px;
  }
}
#contenitore::after {
  content: "";
  position: fixed;
  overflow: hidden;
  display: block;
  z-index: 7;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #f5f2f0;
  background: #fefefe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#contenitore.basso::after {
  top: 0;
}
/*------------------------------*/
#logo {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 9;
  top: 30px;
  left: 50%;
  width: 200px;
  height: 180px;
  margin-left: -100px;
  background: url("images/logo.png") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#logo a {
  display: block;
  padding-top: 200px;
}
@media only screen and (max-width: 1260px) {
  #logo {
    top: 14px;
    width: 100px;
    height: 90px;
    margin-left: -50px;
  }
  #logo.fix {
    position: fixed;
    -webkit-animation: inpos 0.5s ease-out 0s;
    -moz-animation: inpos 0.5s ease-out 0s;
    -ms-animation: inpos 0.5s ease-out 0s;
    -o-animation: inpos 0.5s ease-out 0s;
    animation: inpos 0.5s ease-out 0s;
    animation-fill-mode: forwards;
  }
  #logo.fix .act 0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  #logo.fix .act 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  @-webkit-keyframes inpos {
    0% {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-moz-keyframes inpos {
    0% {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-o-keyframes inpos {
    0% {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes inpos {
    0% {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}
#logo.basso {
  top: -100px;
  width: 100px;
  height: 66px;
  margin-left: -50px;
  background: url("images/logo_colori.png") 50% 50% no-repeat;
  background-size: contain;
}
#logo.fix {
  position: fixed;
  top: 17px;
}
.menu {
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  z-index: 10;
  top: 135px;
  left: 60px;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fefefe;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: .56s;
  /*mobnav*/
  transition-delay: 0s;
}
.menu strong {
  padding: 0 15px;
  cursor: pointer;
}
.menu .lingua {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  color: #fefefe;
  font-weight: 300;
  line-height: 20px;
  text-transform: none;
}
.menu .lingua a {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.18em;
  font-weight: 700;
  color: #fefefe;
  text-transform: uppercase;
}
.menu .lingua a:hover {
  color: #f5f2f0;
}
.menu .mobnav {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 24px;
  height: 20px;
  padding: 0;
  margin: 0;
  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;
  /*
		@media only screen and (max-width: 1260px) {
			display:block;

			&.fix{
				position: fixed;
				.animazione(inpos, .5s, ease-out, 0s);
				.act{ 
					0% {
						-webkit-transform: translateY(-100px);
						transform: translateY(-100px);
					}
					100% {
						-webkit-transform: translateY(0);
						transform: translateY(0);
					}
				}

				.animazione-act(inpos);
				animation-fill-mode:forwards;
			}
		}*/
}
.menu .mobnav::before,
.menu .mobnav::after {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 12px;
  border-top: 4px solid #fefefe;
  border-bottom: 4px solid #fefefe;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu .mobnav::after {
  right: 0;
  height: 8px;
  border-top: none;
  border-bottom: 4px solid #fefefe;
}
.menu.ics {
  position: fixed;
  z-index: 10;
  top: 30px;
  left: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu.ics strong,
.menu.ics .lingua {
  display: none;
}
.menu.ics .mobnav {
  -webkit-animation: change 1.12s cubic-bezier(0.52, 0.16, 0.24, 1) 0s;
  -moz-animation: change 1.12s cubic-bezier(0.52, 0.16, 0.24, 1) 0s;
  -ms-animation: change 1.12s cubic-bezier(0.52, 0.16, 0.24, 1) 0s;
  -o-animation: change 1.12s cubic-bezier(0.52, 0.16, 0.24, 1) 0s;
  animation: change 1.12s cubic-bezier(0.52, 0.16, 0.24, 1) 0s;
  animation-fill-mode: forwards;
}
.menu.ics .mobnav .act 0% {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.menu.ics .mobnav .act 70% {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.menu.ics .mobnav .act 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes change {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes change {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes change {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes change {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.menu.ics .mobnav::before,
.menu.ics .mobnav::after {
  border-color: #1a171b !important;
  -webkit-transform: rotate(-45deg) translateY(-45%);
  transform: rotate(-45deg) translateY(-45%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: .84s;
}
.menu.ics .mobnav::after {
  -webkit-transform: rotate(45deg) translateX(8%) translateY(-7%);
  transform: rotate(45deg) translateX(8%) translateY(-7%);
}
@media only screen and (max-width: 1260px) {
  .menu {
    left: 5vw;
    top: 70px;
  }
  .menu .lingua {
    display: none;
  }
}
@media only screen and (max-width: 780px) {
  .menu.sotto {
    z-index: 1;
  }
}
.menu.basso {
  top: -40px;
  color: #1a171b;
}
.menu.basso .mobnav::before,
.menu.basso .mobnav::after {
  border-color: #1a171b;
}
.menu.basso .lingua {
  color: #1a171b;
}
.menu.basso .lingua a {
  color: #1a171b;
}
.menu.fix {
  position: fixed;
  top: 40px;
}
.menu.fix.ics {
  top: 30px;
}
.smartcall {
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 5;
  right: 5vw;
  top: 65px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 780px) {
  .smartcall {
    display: block;
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .smartcall .ico {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  .smartcall.basso {
    top: -35px;
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  .smartcall.fix {
    top: 35px;
    position: fixed;
  }
}
.book {
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  z-index: 8;
  top: 135px;
  right: 60px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fefefe;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.book li {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
}
.book li a {
  color: #fefefe;
}
.book li a:hover {
  color: #f5f2f0;
}
@media only screen and (max-width: 1260px) {
  .book {
    right: 5vw;
    top: 70px;
  }
  .book li:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 780px) {
  .book {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffd200;
    padding: 20px 0;
    text-align: center;
  }
  .book li {
    margin: 0 auto;
    color: #1a171b;
  }
  .book li a {
    color: #1a171b;
  }
}
@media only screen and (min-width: 781px) {
  .book.basso {
    top: -40px;
    color: #1a171b;
  }
  .book.basso a {
    color: #1a171b;
  }
  .book.fix {
    position: fixed;
    top: 40px;
  }
}
/*------------------*/
nav,
#nav {
  position: fixed;
  display: block;
  overflow-y: auto !important;
  overflow-x: hidden;
  z-index: 9;
  width: 100% !important;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: #fefefe;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -moz-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -ms-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  /*ul*/
}
nav.mostralo,
#nav.mostralo {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -moz-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -ms-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
}
nav.mostralo > div,
#nav.mostralo > div {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -moz-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -ms-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
}
nav.home,
#nav.home {
  position: relative;
}
@media only screen and (orientation: portrait) {
}
nav > div,
#nav > div {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  padding: 0;
  min-height: 100vh;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -moz-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -ms-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
}
@media only screen and (max-width: 780px) {
  nav > div,
  #nav > div {
    display: block;
  }
}
nav ul,
#nav ul {
  position: relative;
  overflow: hidden;
  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;
  padding: 30px 0 60px 5vw;
  margin: 0 auto;
  width: 45%;
  min-height: calc(100vh - 90px);
  left: 0;
  /*sotto*/
}
@media only screen and (max-width: 780px) {
  nav ul,
  #nav ul {
    padding: 30px 75px 40px;
    width: calc(100vw - 150px);
    min-height: calc(100vh - 70px);
  }
}
nav ul li,
#nav ul li {
  display: inline-block;
  /**/
  list-style: none;
  z-index: 3;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.5vw;
  color: #3e3d40;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  nav ul li,
  #nav ul li {
    font-size: 2.75vh !important;
  }
}
nav ul.principale,
#nav ul.principale {
  z-index: 2;
  background: #fefefe;
}
nav ul.principale > li,
#nav ul.principale > li {
  padding: .5vw 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
}
@media only screen and (max-width: 780px) {
  nav ul.principale > li,
  #nav ul.principale > li {
    padding: 1vh 0;
  }
}
nav ul.principale > li a,
#nav ul.principale > li a {
  color: #1a171b;
  -webkit-transition: all 0.14s linear;
  -moz-transition: all 0.14s linear;
  -ms-transition: all 0.14s linear;
  -o-transition: all 0.14s linear;
  transition: all 0.14s linear;
}
nav ul.principale > li a:hover,
#nav ul.principale > li a:hover {
  color: #b6b8b8;
}
nav ul.principale > li.home,
#nav ul.principale > li.home {
  padding: 0;
  font-size: 1vw;
  font-weight: 700;
  margin-bottom: 50px;
}
nav ul.principale > li.spazio,
#nav ul.principale > li.spazio {
  height: 1.5vw;
}
@media only screen and (min-width: 781px) {
  nav ul.principale > li.current,
  #nav ul.principale > li.current {
    border-bottom: 1px solid #b6b8b8;
  }
  nav ul.principale > li.current a,
  #nav ul.principale > li.current a {
    color: #ada491;
  }
}
nav ul.principale > li.contatto,
#nav ul.principale > li.contatto {
  font-size: 1vw;
  font-weight: 700;
  white-space: nowrap;
}
nav ul.principale > li.contatto a,
#nav ul.principale > li.contatto a {
  color: #b6b8b8;
}
nav ul.principale > li.contatto a:hover,
#nav ul.principale > li.contatto a:hover {
  color: #1a171b;
}
@media only screen and (max-width: 780px) {
  nav ul.principale > li.contatto a,
  #nav ul.principale > li.contatto a {
    font-size: 80%;
  }
}
nav ul.principale > li.contatto:nth-last-child(2),
#nav ul.principale > li.contatto:nth-last-child(2) {
  margin-top: auto;
}
nav ul.secondario,
#nav ul.secondario {
  display: none;
  z-index: 1;
  width: 40%;
  padding: 110px 5vw 60px 5vw;
  min-height: calc(100vh - 170px);
  background: #f5f2f0;
}
nav ul.secondario.aperto,
#nav ul.secondario.aperto {
  display: block;
}
@media only screen and (max-width: 780px) {
  nav ul.secondario,
  #nav ul.secondario {
    position: absolute;
    overflow: hidden;
    display: block;
    z-index: 2;
    top: 0;
    left: 100vw;
    padding: 10vh 75px;
    width: calc(100vw - 150px);
    min-height: calc(80vh);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
    -moz-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
    -ms-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  nav ul.secondario .chiudi,
  #nav ul.secondario .chiudi {
    position: absolute;
    overflow: hidden;
    display: block;
    top: 25px;
    left: 30px;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    margin: 0 !important;
  }
  nav ul.secondario .chiudi::before,
  #nav ul.secondario .chiudi::before {
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    top: 8px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #1a171b;
    border-left: 4px solid #1a171b;
    -webkit-transform: rotate(-225deg) translateY(40%);
    transform: rotate(-225deg) translateY(40%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  nav ul.secondario.apertomob,
  #nav ul.secondario.apertomob {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
    -moz-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
    -ms-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: all 1.12s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
}
nav ul.secondario > li,
#nav ul.secondario > li {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: .7vw 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1vw;
  color: #1a171b;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 780px) {
  nav ul.secondario > li,
  #nav ul.secondario > li {
    margin: 1.5vh 0;
  }
}
nav ul.secondario > li a,
#nav ul.secondario > li a {
  display: inline-block;
  padding: 0;
  color: #1a171b;
  -webkit-transition: all 0.14s linear;
  -moz-transition: all 0.14s linear;
  -ms-transition: all 0.14s linear;
  -o-transition: all 0.14s linear;
  transition: all 0.14s linear;
}
nav ul.secondario > li a:hover,
#nav ul.secondario > li a:hover {
  color: #ada491;
}
nav ul.secondario > li.icona,
#nav ul.secondario > li.icona {
  width: 42px;
  height: 42px;
  margin: 1em 0 0;
  filter: invert(1);
}
nav ul.secondario > li.icona .ico,
#nav ul.secondario > li.icona .ico {
  transform: scale(0.42);
}
nav ul.secondario > li > i.icona,
#nav ul.secondario > li > i.icona {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 15px 0 0;
  filter: invert(1);
}
nav ul.secondario > li > i.icona .ico,
#nav ul.secondario > li > i.icona .ico {
  transform: scale(0.24);
}
/*------------------------------*/
/*------------------------------*/
header.bigslide,
#header.bigslide {
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  /*slide*/
}
header.bigslide .cont-slide,
#header.bigslide .cont-slide {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
header.bigslide .mappa,
#header.bigslide .mappa {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
header.bigslide .mappa iframe,
#header.bigslide .mappa iframe {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
header.bigslide ul#slidepreview,
#header.bigslide ul#slidepreview,
header.bigslide ul#slidepreview1,
#header.bigslide ul#slidepreview1 {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1 !important;
  width: 100% !important;
  /*height: 50vw;*/
    height: 33vw;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 780px) {
  header.bigslide ul#slidepreview,
  #header.bigslide ul#slidepreview,
  header.bigslide ul#slidepreview1,
  #header.bigslide ul#slidepreview1 {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
header.bigslide ul#slidepreview li,
#header.bigslide ul#slidepreview li,
header.bigslide ul#slidepreview1 li,
#header.bigslide ul#slidepreview1 li {
  position: relative;
  overflow: hidden;
  z-index: 1 !important;
  /*float:left;*/
  list-style: none;
  width: 100vw;
  height: 50vw;
  margin: 0;
  padding: 0;
  background-color: #fefefe;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
header.bigslide ul#slidepreview li::before,
#header.bigslide ul#slidepreview li::before,
header.bigslide ul#slidepreview1 li::before,
#header.bigslide ul#slidepreview1 li::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 780px) {
  header.bigslide ul#slidepreview li,
  #header.bigslide ul#slidepreview li,
  header.bigslide ul#slidepreview1 li,
  #header.bigslide ul#slidepreview1 li {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
header.bigslide ul#slidepreview li picture,
#header.bigslide ul#slidepreview li picture,
header.bigslide ul#slidepreview1 li picture,
#header.bigslide ul#slidepreview1 li picture,
header.bigslide ul#slidepreview li #picture,
#header.bigslide ul#slidepreview li #picture,
header.bigslide ul#slidepreview1 li #picture,
#header.bigslide ul#slidepreview1 li #picture {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1 !important;
  width: 100%;
  height: 100%;
}

header.bigslide ul#slidepreview li picture img,
#header.bigslide ul#slidepreview li picture img,
header.bigslide ul#slidepreview1 li picture img,
#header.bigslide ul#slidepreview1 li picture img,
header.bigslide ul#slidepreview li #picture img,
#header.bigslide ul#slidepreview li #picture img,
header.bigslide ul#slidepreview1 li #picture img,
#header.bigslide ul#slidepreview1 li #picture img {
  position: absolute;
  margin: auto auto;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  /*queste caratteristiche sotto x effetto COVER*/
  max-width: 10000% !important;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  object-fit: cover;
}





header.bigslide ul#slidepreview li .video,
#header.bigslide ul#slidepreview li .video,
header.bigslide ul#slidepreview1 li .video,
#header.bigslide ul#slidepreview1 li .video {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1 !important;
  width: 100%;
  height: 100%;
}
header.bigslide ul#slidepreview li .video iframe,
#header.bigslide ul#slidepreview li .video iframe,
header.bigslide ul#slidepreview1 li .video iframe,
#header.bigslide ul#slidepreview1 li .video iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 780px) {
  header.bigslide ul#slidepreview li .video,
  #header.bigslide ul#slidepreview li .video,
  header.bigslide ul#slidepreview1 li .video,
  #header.bigslide ul#slidepreview1 li .video {
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    margin: -40px;
  }
  header.bigslide ul#slidepreview li .video iframe,
  #header.bigslide ul#slidepreview li .video iframe,
  header.bigslide ul#slidepreview1 li .video iframe,
  #header.bigslide ul#slidepreview1 li .video iframe {
    min-height: calc(100vh + 150px);
    min-width: calc(177.77vh + 150px);
  }
}
header.bigslide ul#slidepreview li .intro,
#header.bigslide ul#slidepreview li .intro,
header.bigslide ul#slidepreview1 li .intro,
#header.bigslide ul#slidepreview1 li .intro {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 3;
  width: 60%;
  max-width: 1000px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20%;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fefefe;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
header.bigslide ul#slidepreview li .intro h2,
#header.bigslide ul#slidepreview li .intro h2,
header.bigslide ul#slidepreview1 li .intro h2,
#header.bigslide ul#slidepreview1 li .intro h2 {
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 300;
  font-size: 3em;
  letter-spacing: .1em;
}
header.bigslide ul#slidepreview li .intro h2 strong,
#header.bigslide ul#slidepreview li .intro h2 strong,
header.bigslide ul#slidepreview1 li .intro h2 strong,
#header.bigslide ul#slidepreview1 li .intro h2 strong {
  font-weight: 700;
}
header.bigslide ul#slidepreview li .intro .bottone,
#header.bigslide ul#slidepreview li .intro .bottone,
header.bigslide ul#slidepreview1 li .intro .bottone,
#header.bigslide ul#slidepreview1 li .intro .bottone {
  font-size: .8em;
}
header.bigslide.bassa,
#header.bigslide.bassa {
  height: 33vw;
}
header.bigslide.bassa ul#slidepreview,
#header.bigslide.bassa ul#slidepreview,
header.bigslide.bassa ul#slidepreview1,
#header.bigslide.bassa ul#slidepreview1 {
  height: 33vw !important;
  z-index: 1;
}
header.bigslide.bassa ul#slidepreview li,
#header.bigslide.bassa ul#slidepreview li,
header.bigslide.bassa ul#slidepreview1 li,
#header.bigslide.bassa ul#slidepreview1 li {
  height: 33vw;
}
header.bigslide.bassa ul#slidepreview li .intro h2,
#header.bigslide.bassa ul#slidepreview li .intro h2,
header.bigslide.bassa ul#slidepreview1 li .intro h2,
#header.bigslide.bassa ul#slidepreview1 li .intro h2 {
  font-size: 1.8em;
}
@media only screen and (max-width: 780px) {
  header.bigslide.bassa,
  #header.bigslide.bassa {
    height: 150px;
  }
  header.bigslide.bassa ul#slidepreview,
  #header.bigslide.bassa ul#slidepreview {
    height: 100vw !important;
  }
  header.bigslide.bassa ul#slidepreview li,
  #header.bigslide.bassa ul#slidepreview li {
    height: 100vw;
  }
}
/*------------------------------*/
section,
#section {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /*article*/
  /*-----------------------*/
  /*navigatore*/
}
section img,
#section img {
  max-width: 100%;
}
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,
#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;
  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;
  margin-bottom: 45px;
}
@media only screen and (max-width: 900px) {
  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 {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
  }
}
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;
  width: 48%;
}
@media only screen and (max-width: 900px) {
  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 {
    -webkit-box-ordinal-group: -1 !important;
    -moz-box-ordinal-group: -1 !important;
    -ms-flex-order: -1 !important;
    -webkit-order: -1 !important;
    order: -1 !important;
    width: 100%;
  }
}
section article .img-sx img,
#section article .img-sx img,
section #article .img-sx img,
#section #article .img-sx img,
section article .img-dx img,
#section article .img-dx img,
section #article .img-dx img,
#section #article .img-dx img {
  max-width: 48%;
}
@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,
  section article .img-dx img,
  #section article .img-dx img,
  section #article .img-dx img,
  #section #article .img-dx img {
    max-width: 100%;
    margin: 30px 0 0 0 !important;
  }
}
section article .img-sx img,
#section article .img-sx img,
section #article .img-sx img,
#section #article .img-sx img {
  margin-right: 4%;
}
section article .img-dx img,
#section article .img-dx img,
section #article .img-dx img,
#section #article .img-dx img {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 4%;
}
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;
  -webkit-justify-content: space-between;
  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%;
  height: auto;
  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.gen,
#section.gen {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  section.gen,
  #section.gen {
    max-width: 94vw;
  }
}
@media only screen and (max-width: 370px) {
  section.gen,
  #section.gen {
    max-width: 90vw;
  }
}
section.gen.stretto,
#section.gen.stretto {
  overflow: visible;
  max-width: 900px;
  width: 80%;
}
section.gen.centro,
#section.gen.centro {
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  section.gen.listino,
  #section.gen.listino {
    max-width: 90%;
    width: 90%;
  }
}
@media only screen and (max-width: 780px) {
  section.gen.listino .contable,
  #section.gen.listino .contable {
    overflow-x: scroll;
    scrollbar-width: none;
    max-width: 100vw;
    width: 100vw;
    margin: 0 -5vw;
  }
  section.gen.listino .contable::-webkit-scrollbar,
  #section.gen.listino .contable::-webkit-scrollbar {
    display: none;
  }
  section.gen.listino h1,
  #section.gen.listino h1,
  section.gen.listino h3,
  #section.gen.listino h3 {
    padding: 0 5%;
  }
  section.gen.listino table,
  #section.gen.listino table {
    min-width: 600px;
  }
}
section.navigatore,
#section.navigatore {
  margin: 0 auto 0;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  section.navigatore,
  #section.navigatore {
    display: none;
  }
}
section.navigatore ul,
#section.navigatore ul {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 35px 60px;
}
@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: #1a171b;
  font-weight: 300;
  line-height: 20px;
}
section.navigatore ul li a,
#section.navigatore ul li a {
  color: #00a4da;
  font-weight: bold;
  text-decoration: none;
}
section.navigatore ul li a:hover,
#section.navigatore ul li a:hover {
  color: #b6b8b8;
  text-decoration: none;
}
section.navigatore ul li:after,
#section.navigatore ul li:after {
  content: " /";
  margin: 0 0 0 5px;
  font-size: 1em;
  color: #1a171b;
  font-weight: 700;
  vertical-align: text-bottom;
  line-height: 17px;
  opacity: .5;
}
section.navigatore ul li:nth-last-child(1):after,
#section.navigatore ul li:nth-last-child(1):after {
  content: none;
}
section.servizi,
#section.servizi {
  padding: 100px 0;
}
@media only screen and (max-width: 1000px) {
  section.servizi,
  #section.servizi {
    padding: 60px 0 0;
  }
}
section.servizi article,
#section.servizi article,
section.servizi #article,
#section.servizi #article {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 1270px;
  max-width: 94%;
  text-align: center;
  /*elencoalbum*/
}
@media only screen and (max-width: 1260px) {
  section.servizi article,
  #section.servizi article,
  section.servizi #article,
  #section.servizi #article {
    max-width: 94vw;
  }
}
@media only screen and (max-width: 370px) {
  section.servizi article,
  #section.servizi article,
  section.servizi #article,
  #section.servizi #article {
    max-width: 90vw;
  }
}
@media only screen and (max-width: 1000px) {
  section.servizi article,
  #section.servizi article,
  section.servizi #article,
  #section.servizi #article {
    max-width: 100%;
  }
  section.servizi article h1,
  #section.servizi article h1,
  section.servizi #article h1,
  #section.servizi #article h1,
  section.servizi article h2,
  #section.servizi article h2,
  section.servizi #article h2,
  #section.servizi #article h2,
  section.servizi article h3,
  #section.servizi article h3,
  section.servizi #article h3,
  #section.servizi #article h3,
  section.servizi article h4,
  #section.servizi article h4,
  section.servizi #article h4,
  #section.servizi #article h4,
  section.servizi article .titolo,
  #section.servizi article .titolo,
  section.servizi #article .titolo,
  #section.servizi #article .titolo,
  section.servizi article .sottotitolo,
  #section.servizi article .sottotitolo,
  section.servizi #article .sottotitolo,
  #section.servizi #article .sottotitolo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.servizi article ul,
#section.servizi article ul,
section.servizi #article ul,
#section.servizi #article ul {
  position: relative;
  overflow: visible;
  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: 50px -30px;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  section.servizi article ul,
  #section.servizi article ul,
  section.servizi #article ul,
  #section.servizi #article ul {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-box-direction: column;
    -webkit-box-direction: column;
    margin: 50px auto 0;
  }
}
section.servizi article ul li,
#section.servizi article ul li,
section.servizi #article ul li,
#section.servizi #article ul li {
  list-style: none;
  margin: 0 30px;
  padding: 0;
  width: calc((100% / 3) - 60px);
}
@media only screen and (max-width: 1000px) {
  section.servizi article ul li,
  #section.servizi article ul li,
  section.servizi #article ul li,
  #section.servizi #article ul li {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 480px;
  }
}
section.servizi article ul.elencoalbum,
#section.servizi article ul.elencoalbum,
section.servizi #article ul.elencoalbum,
#section.servizi #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;
  margin: 30px -20px 0;
  padding: 0;
  /*li*/
}
section.servizi article ul.elencoalbum li,
#section.servizi article ul.elencoalbum li,
section.servizi #article ul.elencoalbum li,
#section.servizi #article ul.elencoalbum li {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 20px;
  width: calc((100% / 3) - 40px);
}
@media only screen and (max-width: 1260px) {
  section.servizi article ul.elencoalbum li,
  #section.servizi article ul.elencoalbum li,
  section.servizi #article ul.elencoalbum li,
  #section.servizi #article ul.elencoalbum li {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 780px) {
  section.servizi article ul.elencoalbum li,
  #section.servizi article ul.elencoalbum li,
  section.servizi #article ul.elencoalbum li,
  #section.servizi #article ul.elencoalbum li {
    width: 100%;
  }
}
section.banner,
#section.banner {
  width: 100%;
  height: 400px;
  margin: 50px 0 0;
}
@media only screen and (max-width: 780px) {
  section.banner,
  #section.banner {
    height: 75vw;
  }
}
section.recensioni,
#section.recensioni {
  padding: 100px 0;
  background: #f5f2f0;
  text-align: center;
}
section.recensioni .slide,
#section.recensioni .slide {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1260px) {
  section.recensioni .slide,
  #section.recensioni .slide {
    max-width: 85vw;
  }
}
section.recensioni .slide .lista,
#section.recensioni .slide .lista {
  position: relative;
  overflow: visible;
  width: 1000px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 1260px) {
  section.recensioni .slide .lista,
  #section.recensioni .slide .lista {
    max-width: 85vw;
  }
}
@media only screen and (max-width: 1260px) {
  section.recensioni .slide .lista,
  #section.recensioni .slide .lista {
    height: calc((100vw / 3 - 20px) * 1.2);
  }
}
@media only screen and (max-width: 940px) {
  section.recensioni .slide .lista,
  #section.recensioni .slide .lista {
    height: calc(60vw * 1.2);
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 580px) {
  section.recensioni .slide .lista,
  #section.recensioni .slide .lista {
    height: calc(75vw * 1.2);
  }
}
section.recensioni .slide .lista > div,
#section.recensioni .slide .lista > div {
  position: relative;
  overflow: hidden;
  display: block;
}
section.recensioni .slide .flickity-page-dots .dot,
#section.recensioni .slide .flickity-page-dots .dot {
  background: #b6b8b8;
  display: none;
}
section.recensioni .slide .flickity-prev-next-button::before,
#section.recensioni .slide .flickity-prev-next-button::before {
  border-color: #1a171b;
}
section.recensioni .slide .flickity-prev-next-button .flickity-button-icon,
#section.recensioni .slide .flickity-prev-next-button .flickity-button-icon {
  fill: #1a171b;
}
section.recensioni .slide .flickity-prev-next-button.previous,
#section.recensioni .slide .flickity-prev-next-button.previous {
  left: -80px;
}
section.recensioni .slide .flickity-prev-next-button.next,
#section.recensioni .slide .flickity-prev-next-button.next {
  right: -80px;
}
section.dettaglio,
#section.dettaglio {
  padding: 0 40px;
  margin-bottom: 100px;
}
section.dettaglio article,
#section.dettaglio article,
section.dettaglio main,
#section.dettaglio main,
section.dettaglio #article,
#section.dettaglio #article,
section.dettaglio #main,
#section.dettaglio #main {
  padding: 60px;
  background: #f5f2f0;
}
@media only screen and (max-width: 780px) {
  section.dettaglio,
  #section.dettaglio {
    padding: 0;
    margin-bottom: 50px;
  }
  section.dettaglio article,
  #section.dettaglio article,
  section.dettaglio main,
  #section.dettaglio main,
  section.dettaglio #article,
  #section.dettaglio #article,
  section.dettaglio #main,
  #section.dettaglio #main {
    padding: 10%;
  }
}
section.gallery,
#section.gallery {
  padding: 0 40px;
}
section.gallery article,
#section.gallery article,
section.gallery main,
#section.gallery main,
section.gallery #article,
#section.gallery #article,
section.gallery #main,
#section.gallery #main {
  text-align: center;
}
section.gallery article ul,
#section.gallery article ul,
section.gallery main ul,
#section.gallery main ul,
section.gallery #article ul,
#section.gallery #article ul,
section.gallery #main ul,
#section.gallery #main ul {
  margin-top: 50px !important;
}
@media only screen and (max-width: 780px) {
  section.gallery,
  #section.gallery {
    padding: 40px 0;
  }
  section.gallery .slide,
  #section.gallery .slide {
    overflow-x: scroll;
    width: 100%;
    max-width: 100%;
    scrollbar-width: none;
  }
  section.gallery .slide::-webkit-scrollbar,
  #section.gallery .slide::-webkit-scrollbar {
    display: none;
  }
  section.gallery .slide ul,
  #section.gallery .slide ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: max-content !important;
    margin: 25px 0 0 !important;
  }
  section.gallery .slide ul li,
  #section.gallery .slide ul li {
    width: 100vw !important;
    margin: 0 !important;
    border-bottom: none !important;
  }
}
section.info,
#section.info {
  padding: 0 40px;
}
@media only screen and (max-width: 1260px) {
  section.info,
  #section.info {
    padding: 0;
  }
}
section.info article,
#section.info article,
section.info main,
#section.info main,
section.info #article,
#section.info #article,
section.info #main,
#section.info #main {
  padding: 60px;
  /*background: #f5f2f0;*/
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  section.info article,
  #section.info article,
  section.info main,
  #section.info main,
  section.info #article,
  #section.info #article,
  section.info #main,
  #section.info #main {
    padding: 50px 20px;
  }
}
section.info form,
#section.info form {
  margin: 50px auto 0;
  width: 1270px;
  max-width: 94%;
}
@media only screen and (max-width: 1260px) {
  section.info form,
  #section.info form {
    max-width: 94vw;
  }
}
@media only screen and (max-width: 370px) {
  section.info form,
  #section.info form {
    max-width: 90vw;
  }
}
@media only screen and (max-width: 1260px) {
  section.info form,
  #section.info form {
    width: 100%;
    max-width: 100%;
  }
}
section.faq,
#section.faq {
  padding: 20px 0 44px;
  overflow: visible;
  background: #f5f2f0;
  -webkit-box-shadow:  -35vw 0 0 0 #f5f2f0, 35vw 0 0 0 #f5f2f0;
  -moz-box-shadow:  -35vw 0 0 0 #f5f2f0, 35vw 0 0 0 #f5f2f0;
  box-shadow:  -35vw 0 0 0 #f5f2f0, 35vw 0 0 0 #f5f2f0;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  /*
        .domanda{
            
            .accordionHead i{
                width: 14px;
                height: 14px;
                margin-top:-7px;
                right:5px;
            }
            
            .accordionCnt{
                 padding:12px 50px 0 0;
            }
        }*/
}
@media only screen and (max-width: 1000px) {
  section.faq article,
  #section.faq article,
  section.faq #article,
  #section.faq #article {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 780px) {
  section.faq,
  #section.faq {
    width: 100% !important;
  }
}
section.faq .domanda,
#section.faq .domanda {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 50px 0 0;
  margin-top: 24px;
  border-top: 1px solid #d4d4d4;
  padding: 24px 0;
  font-size: 1.2em;
  cursor: pointer;
}
section.faq .domanda:nth-of-type(1),
#section.faq .domanda:nth-of-type(1) {
  border: none;
}
section.faq .domanda:focus,
#section.faq .domanda:focus,
section.faq .domanda:active,
#section.faq .domanda:active {
  border: none;
  outline: none;
}
section.faq .domanda i,
#section.faq .domanda i {
  position: absolute;
  overflow: hidden;
  display: block;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.faq .domanda i::before,
#section.faq .domanda i::before,
section.faq .domanda i::after,
#section.faq .domanda i::after {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  width: 14%;
  height: 100%;
  left: 43%;
  background: #d4d4d4;
}
section.faq .domanda i::before,
#section.faq .domanda i::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
section.faq .domanda,
#section.faq .domanda {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.faq .domanda.ui-state-active,
#section.faq .domanda.ui-state-active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.faq .domanda.ui-state-active > i,
#section.faq .domanda.ui-state-active > i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*-----------------------------------------------------------------*/
footer,
#footer {
  position: relative;
  overflow: visible;
  z-index: 0;
  width: 100%;
  padding-top: 70px;
    background-color: #dddddd
  /*section*/
  /* idlab */
}
footer::before,
#footer::before {
  /*content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  width: 1000px;
  height: 1px;
  margin: 0 auto;
  top: -1px;
  left: 0;
  right: 0;
  background: #b6b8b8;*/
}
@media only screen and (max-width: 1260px) {
  footer::before,
  #footer::before {
    max-width: 85vw;
  }
}
footer section,
#footer section,
footer #section,
#footer #section {
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 1270px;
  max-width: 94%;
  margin: 0 auto;
  /*
		@media only screen and (max-width: 1460px){
			padding:50px 5vw;
			width:90vw;
		}
		*/
  /*foot*/
  /*fondo*/
}
@media only screen and (max-width: 1260px) {
  footer section,
  #footer section,
  footer #section,
  #footer #section {
    max-width: 94vw;
  }
}
@media only screen and (max-width: 370px) {
  footer section,
  #footer section,
  footer #section,
  #footer #section {
    max-width: 90vw;
  }
}
footer section.foot,
#footer section.foot,
footer #section.foot,
#footer #section.foot {
  position: relative;
  overflow: hidden;
  padding: 0 0 30px;
  margin: 0 auto;
  width: 1270px;
  max-width: 94%;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #1a171b;
  font-weight: 300;
  line-height: 1.85em;
  text-align: center; 
    
  /*
            @media only screen and (max-width: 1000px) {
                width: 50%;
            }
            @media only screen and (max-width: 880px) {
                width: 60%;
				max-width: 60%;
				margin:0 3vw;
            }
			*/
}
@media only screen and (max-width: 1260px) {
  footer section.foot,
  #footer section.foot,
  footer #section.foot,
  #footer #section.foot {
    max-width: 94vw;
  }
}
@media only screen and (max-width: 370px) {
  footer section.foot,
  #footer section.foot,
  footer #section.foot,
  #footer #section.foot {
    max-width: 90vw;
  }
}
footer section.foot .minilogo,
#footer section.foot .minilogo,
footer #section.foot .minilogo,
#footer #section.foot .minilogo {
  display: inline-block;
  width: 100px;
  margin-bottom: 20px;
}
footer section.foot a,
#footer section.foot a,
footer #section.foot a,
#footer #section.foot a {
  color: #1a171b;
}
footer section.foot a:hover,
#footer section.foot a:hover,
footer #section.foot a:hover,
#footer #section.foot a:hover {
  color: #b6b8b8;
}
footer section.foot .social,
#footer section.foot .social,
footer #section.foot .social,
#footer #section.foot .social {
  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: 1.5em auto 0;
  padding: 1.5em;
  /*border-top: 1px solid #b6b8b8;*/
  width: max-content;
  min-width: 400px;
}
@media only screen and (max-width: 780px) {
  footer section.foot .social,
  #footer section.foot .social,
  footer #section.foot .social,
  #footer #section.foot .social {
    min-width: 90%;
    padding: 1.5em 5%;
  }
}
footer section.foot .social .icona,
#footer section.foot .social .icona,
footer #section.foot .social .icona,
#footer #section.foot .social .icona {
  width: 30px;
  height: 30px;
  margin: 0 15px;
}
footer section.foot .social .icona .ico,
#footer section.foot .social .icona .ico,
footer #section.foot .social .icona .ico,
#footer #section.foot .social .icona .ico {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
footer section.foot .lingua,
#footer section.foot .lingua,
footer #section.foot .lingua,
#footer #section.foot .lingua {
  display: inline-block;
  min-width: 400px;
  padding: 1.5em;
  border-top: 1px solid #b6b8b8;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  color: #1a171b;
  font-weight: 300;
  line-height: 20px;
  text-transform: none;
}
@media only screen and (max-width: 780px) {
  footer section.foot .lingua,
  #footer section.foot .lingua,
  footer #section.foot .lingua,
  #footer #section.foot .lingua {
    min-width: 90%;
    padding: 1.5em 5%;
  }
}
footer section.foot .lingua a,
#footer section.foot .lingua a,
footer #section.foot .lingua a,
#footer #section.foot .lingua a {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.18em;
  font-weight: 700;
  color: #1a171b;
  text-transform: uppercase;
}
footer section.foot .lingua a:hover,
#footer section.foot .lingua a:hover,
footer #section.foot .lingua a:hover,
#footer #section.foot .lingua a:hover {
  color: #b6b8b8;
}
footer section.fondo,
#footer section.fondo,
footer #section.fondo,
#footer #section.fondo {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  padding: 30px 0;
  width: 100%;
  max-width: 100%;
  background: #b6b8b8;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  color: #1a171b;
  font-weight: 300;
  line-height: 1.8n 5em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  footer section.fondo,
  #footer section.fondo,
  footer #section.fondo,
  #footer #section.fondo {
    padding-bottom: 80px;
  }
}
footer section.fondo div,
#footer section.fondo div,
footer #section.fondo div,
#footer #section.fondo div {
  width: 1270px;
  max-width: 94%;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  footer section.fondo div,
  #footer section.fondo div,
  footer #section.fondo div,
  #footer #section.fondo div {
    max-width: 94vw;
  }
}
@media only screen and (max-width: 370px) {
  footer section.fondo div,
  #footer section.fondo div,
  footer #section.fondo div,
  #footer #section.fondo div {
    max-width: 90vw;
  }
}
@media only screen and (max-width: 780px) {
  footer section.fondo div,
  #footer section.fondo div,
  footer #section.fondo div,
  #footer #section.fondo div {
    max-width: 100%;
  }
}
footer section.fondo a,
#footer section.fondo a,
footer #section.fondo a,
#footer #section.fondo a {
  color: #1a171b;
  font-weight: 300;
  text-decoration: none;
}
footer section.fondo a:hover,
#footer section.fondo a:hover,
footer #section.fondo a:hover,
#footer #section.fondo a:hover {
  color: #fefefe;
}
footer #idlab,
#footer #idlab {
  position: absolute;
  overflow: hidden;
  right: 20px;
  top: 30px;
  margin: 0;
  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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
}
form.classic {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  margin: 30px 0 0;
  width: 100%;
}
form.classic div {
  width: 100%;
  padding: 0 !important;
  margin: 0 0 15px;
  text-align: left;
  line-height: 36px;
}
@media only screen and (max-width: 780px) {
  form.classic div {
    width: 100% !important;
  }
}
form.classic div:nth-child(1) {
  margin-left: 0;
}
form.classic div:nth-child(3) {
  margin-right: 0;
}
form.classic div.mezzo {
  width: calc((100% - 40px) / 2);
}
form.classic div.unterzo {
  width: calc((100% - 80px) / 3);
}
form.classic div.dueterzi {
  width: calc(((100% - 80px) / 3) * 2 + 40px);
}
form.classic div.tit {
  margin-top: 30px;
}
form.classic div.nomargin {
  margin: 0;
}
form.classic div.flesso {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form.classic div.flesso.smalltxt {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
form.classic div.flesso.smalltxt label {
  width: auto;
}
form.classic div.flesso label {
  display: block;
  width: 100%;
}
form.classic div.smalltxt {
  font-size: .9em;
}
form.classic div.smalltxt label {
  padding: 8px 0;
  line-height: 20px;
}
form.classic div.privacy {
  width: 100% !important;
  font-size: .9em;
  line-height: 1.4em;
}
form.classic div.privacy a {
  font-size: 1em;
  color: #ada491;
  text-decoration: none;
}
form.classic div.privacy a:hover {
  color: #b6b8b8;
  text-decoration: none;
}
form.classic div.txt {
  margin: 20px 0;
  line-height: 1.3em;
  font-size: .9em;
  color: #1a171b;
}
form.classic div.selezione .int {
  padding-top: 8px !important;
  width: calc(100% - 40px);
  font-size: .9em;
  line-height: 1.5em;
}
form.classic div.selezione .int strong {
  font-weight: 600;
}
form.classic div.selezione .int strong.nome {
  font-size: 1.2em;
}
form.classic div.selezione .int img.pagamento {
  display: inline-block;
  height: 64px;
  margin-bottom: 10px;
}
form.classic div label {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #1a171b;
  font-weight: 300;
  line-height: 36px;
}
form.classic div label.piccolo {
  float: left;
  margin: 0 30px 0 0;
  padding: 8px 0;
  line-height: 20px !important;
}
form.classic div label a {
  color: #ada491;
}
form.classic div input {
  margin: 0;
  padding: 0 10px;
  width: calc(100% - 20px - 2px);
  height: 36px;
}
form.classic div input.btn {
  padding: 0;
  margin: 0 0 20px;
  width: calc(100% - 2px);
  height: 36px;
  border: 1px solid #1a171b;
  background: #1a171b;
  -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: 1em !important;
  color: #fefefe !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  letter-spacing: .7px;
  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: #3e3d40;
  border-color: #3e3d40;
  -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 {
  -webkit-box-flex: 0 0 20px;
  -webkit-flex: 0 0 20px;
  /**/
  -moz-box-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  box-flex: 0 0 20px;
  width: 20px !important;
  height: 20px !important;
  margin: 8px 10px 8px 0;
  padding: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
form.classic div input.grandepiccolo1 {
  width: calc(89% - 74px);
}
form.classic div input.grandepiccolo2 {
  width: 70px;
  margin-left: 3%;
}
form.classic div input.data {
  color: #888 !important;
}
form.classic div input.data:focus {
  color: #1a171b !important;
}
form.classic div select {
  position: relative;
  width: calc(78%);
  height: 38px;
  padding: 0 10px;
  background: #fefefe url("images/frecciaselect.png") right center no-repeat !important;
  background-size: 36px 36px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
form.classic div select:required:invalid {
  color: #888 !important;
}
form.classic div select option[value=""][disabled] {
  display: none;
}
form.classic div select option {
  color: black;
}
form.classic div textarea {
  width: calc(100% - 20px - 2px);
  padding: 0 10px;
  margin: 0;
}
form.classic div input,
form.classic div select,
form.classic div textarea {
  display: block;
  border: 1px solid #b6b8b8;
  background: #fefefe;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 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: 1em !important;
  color: #1a171b !important;
  font-weight: 300 !important;
  line-height: 36px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form.classic div input:focus,
form.classic div select:focus,
form.classic div textarea:focus {
  border: 1px solid #b6b8b8;
  -webkit-box-shadow: 1px 0 0 #b6b8b8 inset,-1px 0 0 #b6b8b8 inset,0 1px 0 #b6b8b8 inset,0 -1px 0 #b6b8b8 inset;
  -moz-box-shadow: 1px 0 0 #b6b8b8 inset,-1px 0 0 #b6b8b8 inset,0 1px 0 #b6b8b8 inset,0 -1px 0 #b6b8b8 inset;
  box-shadow: 1px 0 0 #b6b8b8 inset,-1px 0 0 #b6b8b8 inset,0 1px 0 #b6b8b8 inset,0 -1px 0 #b6b8b8 inset;
  behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form.classic div a.small {
  font-size: .9em;
}
form.newsletter {
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-box-direction: column;
  -webkit-box-direction: column;
}
form.newsletter div {
  width: 100%;
}
