@charset "UTF-8";
/*
style.less - master style source
Copyright (c) 2015 Cristiano Cicconi
*/
/* variabili */
/* font */
.fontSans {
  font-family: arial, helvetica, sans-serif;
}
.fontSerif {
  font-family: "Source Serif 4", georgia, times, serif;
}
.fontMono {
  font-family: "Menlo", Monospace;
}
.fontAlt {
  font-family: "Source Serif 4", georgia, serif;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.text-normal {
  font-variant: normal;
}
.text-smallcaps {
  font-variant: small-caps;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html,
  body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
/* inizio tema */
html,
body {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
  overflow-x: hidden;
  height: auto !important;
}
body {
  color: #F9F9F9;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  background-color: #FFF;
}
#contenitore {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0;
  max-width: 1920px;
  height: 100vh;
}
a {
  color: #B79267;
}
a:hover {
  color: #9f794c;
  text-decoration: underline;
}
a.coloreTema {
  font-weight: 600;
  text-decoration: underline;
}
a.coloreTema:hover {
  color: #a68876 !important;
  text-decoration: none;
}
.coloreTema {
  color: #F0EBE8 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Serif 4", georgia, serif;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2.1rem;
}
h1.headline {
  font-size: 3.2rem;
  letter-spacing: 0.5px;
}
h1.huge {
  font-size: 5.8rem;
  letter-spacing: -0.5px;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.3rem;
}
h6 {
  font-size: 1.1rem;
}
h1.sep:after,
h2.sep:after,
h3.sep:after,
h4.sep:after,
h5.sep:after,
h6.sep:after {
  display: block;
  position: relative;
  content: "";
  width: 70px;
  margin: 7px auto 17px auto;
  border-top: 3px solid;
}
h1.sep.sinistra:after,
h2.sep.sinistra:after,
h3.sep.sinistra:after,
h4.sep.sinistra:after,
h5.sep.sinistra:after,
h6.sep.sinistra:after {
  margin: 17px 0 0 0 !important;
}
@media (min-width: 991px) {
  h1 {
    font-size: 3.2rem;
  }
  h1.headline {
    font-size: 4.8rem;
    letter-spacing: 0.5px;
  }
  h1.huge {
    font-size: 6.4rem;
    letter-spacing: -0.5px;
  }
  h1.fontAlt.huge {
    font-size: 8.2rem;
    letter-spacing: 0;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.2rem;
  }
}
.titoli {
  text-align: center;
  position: relative;
}
.separatore {
  background: #d3d3d3;
  height: 1px;
  width: 50px;
  margin: 0 auto;
}
.titoli span {
  width: 100%;
  display: block;
  left: 0;
  font-family: "Source Serif 4", georgia, times, serif;
  font-weight: 700;
  font-size: 4pc;
  color: #ddd;
  z-index: 0;
  text-align: center;
  font-style: italic;
  position: absolute;
}
.titoli h1,
.titoli h2 {
  position: relative;
  z-index: 2;
  padding-top: 75px;
  letter-spacing: 2.5px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.titoli h1 {
  font-size: 36px;
}
.titoli h2 {
  font-size: 28px;
}
.titoli p {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 700;
}
hr {
  border: solid #E5E5E5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 12px 0 12px 0;
}
figcaption {
  color: #767676;
  font-size: 1.4rem;
}
.sottolineato {
  border-bottom: 2px solid;
}
.sottolineato.tema {
  border-color: #F0EBE8;
}
.sottolineato.giallo {
  border-color: #FDEBC9;
}
.sottolineato.oro {
  border-color: #B79267;
}
.sottolineato.rosso {
  border-color: #841E1A;
}
.sottolineato.grigio {
  border-color: #F9F9F9;
}
.sottolineato.grigio-chiaro {
  border-color: #F8F8F8;
}
.sottolineato.grigio-scuro {
  border-color: #353535;
}
.sottolineato.nero {
  border-color: #282828;
}
.sottolineato.bianco {
  border-color: #FFF;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #841E1A;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #FFF;
  background-color: #FDEBC9;
}
.tab-content {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 10px;
}
.nav-tabs {
  margin-bottom: 0;
}
.argomento {
  color: #872633;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1999;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1999;
}
@media (min-width: 991px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
@media (max-width: 990px) {
  .vertical-align-center {
    margin-top: -55px;
  }
}
@media (max-width: 767px) {
  .vertical-align-center .testo-vac {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .vertical-align-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
}
/* margini e padding */
.mt-pulsante-navbar {
  margin-top: 8px;
}
.m0 {
  margin: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.m {
  margin: 10px !important;
}
.ml {
  margin-left: 10px !important;
}
.mr {
  margin-right: 10px !important;
}
.mt {
  margin-top: 10px !important;
}
.mb {
  margin-bottom: 10px !important;
}
.m-sm {
  margin: 5px !important;
}
.ml-sm {
  margin-left: 5px !important;
}
.mr-sm {
  margin-right: 5px !important;
}
.mt-sm {
  margin-top: 5px !important;
}
.mb-sm {
  margin-bottom: 5px !important;
}
.m-lg {
  margin: 15px !important;
}
.ml-lg {
  margin-left: 15px !important;
}
.mr-lg {
  margin-right: 15px !important;
}
.mt-lg {
  margin-top: 15px !important;
}
.mb-lg {
  margin-bottom: 15px !important;
}
.m-xl {
  margin: 30px !important;
}
.ml-xl {
  margin-left: 30px !important;
}
.mr-xl {
  margin-right: 30px !important;
}
.mt-xl {
  margin-top: 30px !important;
}
.mt-xxl {
  margin-top: 50px !important;
}
.mb-xl {
  margin-bottom: 30px !important;
}
.mb-xxl {
  margin-bottom: 50px !important;
}
.mv {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mh {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mv-lg {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv-xl {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv-xxl {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mh-lg {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh-xl {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh-xxl {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mv-sm {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mh-sm {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.p0 {
  padding: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ph0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p {
  padding: 10px !important;
}
.pl {
  padding-left: 10px !important;
}
.pr {
  padding-right: 10px !important;
}
.pt {
  padding-top: 10px !important;
}
.pb {
  padding-bottom: 10px !important;
}
.p-sm {
  padding: 5px !important;
}
.pl-sm {
  padding-left: 5px !important;
}
.pr-sm {
  padding-right: 5px !important;
}
.pt-sm {
  padding-top: 5px !important;
}
.pb-sm {
  padding-bottom: 5px !important;
}
.p-lg {
  padding: 15px !important;
}
.pl-lg {
  padding-left: 15px !important;
}
.pl-xl {
  padding-left: 25px !important;
}
.pl-xxl {
  padding-left: 50px !important;
}
.pr-lg {
  padding-right: 15px !important;
}
.pr-xl {
  padding-right: 25px !important;
}
.pr-xxl {
  padding-right: 50px !important;
}
.pt-lg {
  padding-top: 15px !important;
}
.pb-lg {
  padding-bottom: 15px !important;
}
.pt-xl {
  padding-top: 25px !important;
}
.pt-xxl {
  padding-top: 50px !important;
}
.pb-xl {
  padding-bottom: 25px !important;
}
.pb-xxl {
  padding-bottom: 50px !important;
}
.pv {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ph {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pv-lg {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ph-lg {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph-xl {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph-xxl {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (min-width: 1024px) {
  .ph-max {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1200px) {
  .ph-max {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
.pv-sm {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ph-sm {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.pv-xl {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv-xxl {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pv-max {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
/* margini e padding personalizzati */
.mt-navbar {
  margin-top: 70px !important;
}
.mb-cop {
  margin-bottom: 20px !important;
}
/* border-radius */
.br0 {
  border-radius: 0 !important;
}
.br-sm {
  border-radius: 4px !important;
}
.br-md {
  border-radius: 8px !important;
}
.br-lg {
  border-radius: 16px !important;
}
.br-xl {
  border-radius: 32px !important;
}
/* thumbnail */
.thumb16 {
  width: 16px !important;
}
.thumb20 {
  width: 20px !important;
}
.thumb24 {
  width: 24px !important;
}
.thumb28 {
  width: 28px !important;
}
.thumb32 {
  width: 32px !important;
}
.thumb36 {
  width: 36px !important;
}
.thumb40 {
  width: 40px !important;
}
.thumb48 {
  width: 48px !important;
}
.thumb64 {
  width: 64px !important;
}
.thumb80 {
  width: 80px !important;
}
.thumb96 {
  width: 96px !important;
}
.thumb128 {
  width: 128px !important;
}
.thumb150 {
  width: 150px !important;
}
.thumb200 {
  width: 200px !important;
}
.thumb250 {
  width: 250px !important;
}
.thumb300 {
  width: 300px !important;
}
.thumb400 {
  width: 400px !important;
}
.thumb480 {
  width: 480px !important;
}
.thumb500 {
  width: 500px !important;
}
.thumb500 {
  width: 600px !important;
}
@media (max-width: 768px) {
  .half {
    width: 50% !important;
  }
}
/* spaziatura caratteri */
.ls-xs {
  letter-spacing: -2px !important;
}
.ls-sm {
  letter-spacing: -1px !important;
}
.ls-md {
  letter-spacing: 1px !important;
}
.ls-lg {
  letter-spacing: 2px !important;
}
.ls-xl {
  letter-spacing: 4px !important;
}
/* interlinea */
.lh-sm {
  line-height: 1.1 !important;
}
.lh-md {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 1.9 !important;
}
.lh-xl {
  line-height: 2.3 !important;
}
/* numero linee fisso */
.ln-0 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ln-1 {
  line-height: 1.3em;
  min-height: 1.3em;
  height: 1.3em;
  overflow: hidden;
}
.ln-2 {
  line-height: 1.3em;
  min-height: 2.6em;
  height: 2.6em;
  overflow: hidden;
}
.ln-3 {
  line-height: 1.3em;
  min-height: 3.9em;
  height: 3.9em;
  overflow: hidden;
}
.ln-4 {
  line-height: 1.3em;
  min-height: 5.2em;
  height: 5.2em;
  overflow: hidden;
}
.text-middle {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
/* nascondi preservando layout */
.vh-hidden {
  visibility: hidden;
}
/* colori testo */
.text-tema {
  color: #F0EBE8 !important;
}
.text-nero {
  color: #282828 !important;
}
.text-bianco {
  color: #FFF !important;
}
.text-rosso {
  color: #841E1A !important;
}
.text-giallo {
  color: #FDEBC9 !important;
}
.text-marrone {
  color: #5A3224 !important;
}
.text-verde {
  color: #434B39 !important;
}
.text-azzurro {
  color: #48B6E2 !important;
}
.text-blu {
  color: #0080AD !important;
}
.text-grigio {
  color: #F9F9F9 !important;
}
.text-grigiochiaro {
  color: #F8F8F8 !important;
}
.text-grigioscuro {
  color: #353535 !important;
}
.text-oro {
  color: #B79267 !important;
}
.text-arancione {
  color: #872633 !important;
}
.text-viola {
  color: #703385 !important;
}
/* colori sfondo */
.bg-default {
  background-color: #FFF !important;
}
.bg-default .interno {
  background-color: #FFF !important;
  color: #333 !important;
}
.bg-tema {
  background-color: #F0EBE8 !important;
  color: #B79267 !important;
}
.bg-tema .interno {
  background-color: #F0EBE8 !important;
  color: #B79267 !important;
}
.bg-tema.dark {
  background-color: #cebdb4 !important;
  color: #B79267 !important;
}
.bg-tema.trasparente {
  background: rgba(240, 235, 232, 0.85) !important;
  color: #B79267 !important;
}
.bg-tema.logo {
  background-image: url("../img/loghi/logo-sfondo.svg");
  background-size: 300px;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-tema a {
  color: #B79267 !important;
}
.bg-bianco {
  background-color: #FFF !important;
  color: #333 !important;
}
.bg-bianco .interno {
  background-color: #FFF !important;
  color: #333 !important;
}
.bg-bianco a {
  color: #333 !important;
}
.bg-rosso {
  background-color: #841E1A !important;
  color: #FFF !important;
}
.bg-rosso .interno {
  background-color: #741628 !important;
  color: #FFF !important;
}
.bg-rosso a {
  color: #FFF !important;
}
.bg-bread {
  background-color: #F0EBE8 !important;
  color: #171717 !important;
}
.bg-bread .interno {
  background-color: #F0EBE8 !important;
  color: #171717 !important;
}
.bg-bread a {
  color: #171717 !important;
}
.bg-nero {
  background-color: #282828 !important;
  color: #E9E9E9 !important;
}
.bg-nero .interno {
  background-color: #282828 !important;
  color: #E9E9E9 !important;
}
.bg-nero a {
  color: #E9E9E9 !important;
}
.bg-azzurro {
  background-color: #48B6E2 !important;
  color: #FFF !important;
}
.bg-azzurro .interno {
  background-color: #48B6E2 !important;
  color: #FFF !important;
}
.bg-azzurro a {
  color: #FFF;
}
.bg-blu {
  background-color: #0080AD !important;
  color: #FFF !important;
}
.bg-blu .interno {
  background-color: #0080AD;
  color: #FFF !important;
}
.bg-blu a {
  color: #FFF;
}
.bg-giallo {
  background-color: #FDEBC9 !important;
  color: #171717;
}
.bg-giallo .interno {
  background-color: #FDEBC9 !important;
  color: #171717 !important;
}
.bg-giallo a {
  color: #171717 !important;
}
.bg-arancione {
  background-color: #872633 !important;
  color: #FFF !important;
}
.bg-arancione .interno {
  background-color: #872633 !important;
  color: #FFF !important;
}
.bg-arancione a {
  color: #FFF;
}
.bg-viola {
  background-color: #703385 !important;
  color: #FFF !important;
}
.bg-viola .interno {
  background-color: #703385 !important;
  color: #FFF !important;
}
.bg-viola a {
  color: #FFF;
}
.bg-grigio {
  background-color: #F9F9F9 !important;
  color: #414141 !important;
}
.bg-grigio .interno {
  background-color: #F9F9F9 !important;
  color: #414141 !important;
}
.bg-grigio a {
  color: #414141;
}
.bg-grigio-chiaro {
  background-color: #F8F8F8 !important;
  color: #414141 !important;
}
.bg-grigio-chiaro .interno {
  background-color: #F8F8F8 !important;
  color: #414141 !important;
}
.bg-grigio-chiaro a {
  color: #414141;
}
.bg-grigio-scuro {
  background-color: #353535 !important;
  color: #E9E9E9 !important;
}
.bg-grigio-scuro .interno {
  background-color: #353535 !important;
  color: #E9E9E9 !important;
}
.bg-grigio-scuro a {
  color: #E9E9E9;
}
.bg-verde {
  background-color: #434B39 !important;
  color: #FFF !important;
}
.bg-verde .interno {
  background-color: #434B39 !important;
  color: #FFF !important;
}
.bg-verde a {
  color: #FFF;
}
.bg-marrone {
  background-color: #5A3224 !important;
  color: #FFF !important;
}
.bg-marrone .interno {
  background-color: #5A3224 !important;
  color: #FFF !important;
}
.bg-marrone a {
  color: #FFF;
}
.bg-oro {
  background-color: #B79267 !important;
  color: #666 !important;
}
.bg-oro .interno {
  background-color: #F2B139 !important;
  color: #666 !important;
}
.bg-oro a {
  color: #666;
}
.bg-oro h1,
.bg-oro h2,
.bg-oro h3,
.bg-oro h4,
.bg-oro h5 {
  color: #666;
}
.bg-facebook {
  background: #44619B;
  color: #FFF;
}
.bg-facebook a {
  color: #FFF;
}
.bg-twitter {
  background: #63ABDC;
  color: #FFF;
}
.bg-twitter a {
  color: #FFF;
}
fieldset.contatti.bordo {
  border: 1px solid #F0EBE8;
}
fieldset.contatti label {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}
fieldset.contatti .form-control {
  border: none;
  border-radius: 0;
  background-color: #F9F9F9;
  color: #282828;
}
fieldset.contatti .form-control.input-lg {
  height: auto;
  padding: 20px 17px;
}
.btn {
  font-family: arial, helvetica, sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.btn-tema {
  color: #B79267 !important;
  background-color: #F0EBE8;
  border-color: #F0EBE8;
}
.btn-tema:hover,
.btn-tema:focus,
.btn-tema.focus,
.btn-tema:active,
.btn-tema.active,
.open > .dropdown-toggle.btn-tema {
  color: #B79267;
  background-color: #bea89b;
  border-color: #baa395;
}
.btn-tema:active,
.btn-tema.active,
.open > .dropdown-toggle.btn-tema {
  background-image: none;
}
.btn-tema.disabled,
.btn-tema[disabled],
fieldset[disabled] .btn-tema,
.btn-tema.disabled:hover,
.btn-tema[disabled]:hover,
fieldset[disabled] .btn-tema:hover,
.btn-tema.disabled:focus,
.btn-tema[disabled]:focus,
fieldset[disabled] .btn-tema:focus,
.btn-tema.disabled.focus,
.btn-tema[disabled].focus,
fieldset[disabled] .btn-tema.focus,
.btn-tema.disabled:active,
.btn-tema[disabled]:active,
fieldset[disabled] .btn-tema:active,
.btn-tema.disabled.active,
.btn-tema[disabled].active,
fieldset[disabled] .btn-tema.active {
  background-color: #F0EBE8;
  border-color: #F0EBE8;
}
.btn-tema .badge {
  color: #F0EBE8;
  background-color: #FFF;
}
.btn-inverse {
  color: #FFF !important;
  background-color: #131E26;
  border-color: #131E26;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #FFF;
  background-color: #333E46;
  border-color: #232E36;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #131E26;
  border-color: #131E26;
}
.btn-inverse .badge {
  color: #131E26;
  background-color: #FFF;
}
.btn-trasparente {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.btn-trasparente:hover,
.btn-trasparente:focus,
.btn-trasparente.focus,
.btn-trasparente:active,
.btn-trasparente.active,
.open > .dropdown-toggle.btn-trasparente {
  color: #171717;
  background-color: #FFF;
}
.btn-trasparente:active,
.btn-trasparente.active,
.open > .dropdown-toggle.btn-trasparente {
  background-image: none;
}
.btn-trasparente.disabled,
.btn-trasparente[disabled],
fieldset[disabled] .btn-trasparente,
.btn-trasparente.disabled:hover,
.btn-trasparente[disabled]:hover,
fieldset[disabled] .btn-trasparente:hover,
.btn-trasparente.disabled:focus,
.btn-trasparente[disabled]:focus,
fieldset[disabled] .btn-trasparente:focus,
.btn-trasparente.disabled.focus,
.btn-trasparente[disabled].focus,
fieldset[disabled] .btn-trasparente.focus,
.btn-trasparente.disabled:active,
.btn-trasparente[disabled]:active,
fieldset[disabled] .btn-trasparente:active,
.btn-trasparente.disabled.active,
.btn-trasparente[disabled].active,
fieldset[disabled] .btn-trasparente.active {
  background-color: #F0EBE8;
  border-color: #F0EBE8;
}
.btn-trasparente .badge {
  color: #F0EBE8;
  background-color: #B79267;
}
.btn-outline {
  color: #282828;
  background-color: transparent;
  border-color: #282828;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline {
  color: #F8F8F8;
  background-color: #282828;
}
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline {
  background-image: none;
}
.btn-outline.disabled,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled.focus,
.btn-outline[disabled].focus,
fieldset[disabled] .btn-outline.focus,
.btn-outline.disabled:active,
.btn-outline[disabled]:active,
fieldset[disabled] .btn-outline:active,
.btn-outline.disabled.active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline.active {
  background-color: #F9F9F9;
  border-color: #353535;
}
.btn-outline .badge {
  color: #F0EBE8;
  background-color: #B79267;
}
.btn-outline-inverse {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus,
.btn-outline-inverse:active,
.btn-outline-inverse.active,
.open > .dropdown-toggle.btn-outline-inverse {
  color: #282828;
  background-color: #FFF;
}
.btn-outline-inverse:active,
.btn-outline-inverse.active,
.open > .dropdown-toggle.btn-outline-inverse {
  background-image: none;
}
.btn-outline-inverse.disabled,
.btn-outline-inverse[disabled],
fieldset[disabled] .btn-outline-inverse,
.btn-outline-inverse.disabled:hover,
.btn-outline-inverse[disabled]:hover,
fieldset[disabled] .btn-outline-inverse:hover,
.btn-outline-inverse.disabled:focus,
.btn-outline-inverse[disabled]:focus,
fieldset[disabled] .btn-outline-inverse:focus,
.btn-outline-inverse.disabled.focus,
.btn-outline-inverse[disabled].focus,
fieldset[disabled] .btn-outline-inverse.focus,
.btn-outline-inverse.disabled:active,
.btn-outline-inverse[disabled]:active,
fieldset[disabled] .btn-outline-inverse:active,
.btn-outline-inverse.disabled.active,
.btn-outline-inverse[disabled].active,
fieldset[disabled] .btn-outline-inverse.active {
  background-color: #F9F9F9;
  border-color: #353535;
}
.btn-tag,
.btn-tag-inverse {
  border-radius: 10px;
  text-transform: capitalize;
}
.btn-tag {
  color: #555;
  background-color: transparent;
  border-color: #555;
}
.btn-tag:hover,
.btn-tag:focus,
.btn-tag.focus,
.btn-tag:active,
.btn-tag.active,
.open > .dropdown-toggle.btn-tag {
  color: #B79267;
  background-color: #F0EBE8;
  border-color: #F0EBE8;
}
.btn-tag:active,
.btn-tag.active,
.open > .dropdown-toggle.btn-tag {
  background-image: none;
}
.btn-tag.disabled,
.btn-tag[disabled],
fieldset[disabled] .btn-tag,
.btn-tag.disabled:hover,
.btn-tag[disabled]:hover,
fieldset[disabled] .btn-tag:hover,
.btn-tag.disabled:focus,
.btn-tag[disabled]:focus,
fieldset[disabled] .btn-tag:focus,
.btn-tag.disabled.focus,
.btn-tag[disabled].focus,
fieldset[disabled] .btn-tag.focus,
.btn-tag.disabled:active,
.btn-tag[disabled]:active,
fieldset[disabled] .btn-tag:active,
.btn-tag.disabled.active,
.btn-tag[disabled].active,
fieldset[disabled] .btn-tag.active {
  background-color: #F0EBE8;
  border-color: #F0EBE8;
}
.btn-tag .badge {
  color: #F0EBE8;
  background-color: #FFF;
}
.btn-tag-inverse {
  color: #B79267;
  background-color: #F0EBE8;
  border-color: #F0EBE8;
}
.btn-tag-inverse:hover,
.btn-tag-inverse:focus,
.btn-tag-inverse.focus,
.btn-tag-inverse:active,
.btn-tag-inverse.active,
.open > .dropdown-toggle.btn-tag-inverse {
  color: #FFF;
  background-color: #020304;
  border-color: #000;
}
.btn-tag-inverse:active,
.btn-tag-inverse.active,
.open > .dropdown-toggle.btn-tag-inverse {
  background-image: none;
}
.btn-tag-inverse.disabled,
.btn-tag-inverse[disabled],
fieldset[disabled] .btn-tag-inverse,
.btn-tag-inverse.disabled:hover,
.btn-tag-inverse[disabled]:hover,
fieldset[disabled] .btn-tag-inverse:hover,
.btn-tag-inverse.disabled:focus,
.btn-tag-inverse[disabled]:focus,
fieldset[disabled] .btn-tag-inverse:focus,
.btn-tag-inverse.disabled.focus,
.btn-tag-inverse[disabled].focus,
fieldset[disabled] .btn-tag-inverse.focus,
.btn-tag-inverse.disabled:active,
.btn-tag-inverse[disabled]:active,
fieldset[disabled] .btn-tag-inverse:active,
.btn-tag-inverse.disabled.active,
.btn-tag-inverse[disabled].active,
fieldset[disabled] .btn-tag-inverse.active {
  background-color: #F0EBE8;
  border-color: #F0EBE8;
}
.btn-tag-inverse .badge {
  color: #F0EBE8;
  background-color: #FFF;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #FFF;
  cursor: inherit;
  display: block;
}
.btn-ecommerce {
  color: #FFF;
  background-color: #9F3D0D;
  border-color: #9F3D0D;
}
.btn-ecommerce:hover,
.btn-ecommerce:focus,
.btn-ecommerce.focus,
.btn-ecommerce:active,
.btn-ecommerce.active,
.open > .dropdown-toggle.btn-ecommerce {
  color: #FFF;
  background-color: #291003;
  border-color: #200c03;
}
.btn-ecommerce:active,
.btn-ecommerce.active,
.open > .dropdown-toggle.btn-ecommerce {
  background-image: none;
}
.btn-ecommerce.disabled,
.btn-ecommerce[disabled],
fieldset[disabled] .btn-ecommerce,
.btn-ecommerce.disabled:hover,
.btn-ecommerce[disabled]:hover,
fieldset[disabled] .btn-ecommerce:hover,
.btn-ecommerce.disabled:focus,
.btn-ecommerce[disabled]:focus,
fieldset[disabled] .btn-ecommerce:focus,
.btn-ecommerce.disabled.focus,
.btn-ecommerce[disabled].focus,
fieldset[disabled] .btn-ecommerce.focus,
.btn-ecommerce.disabled:active,
.btn-ecommerce[disabled]:active,
fieldset[disabled] .btn-ecommerce:active,
.btn-ecommerce.disabled.active,
.btn-ecommerce[disabled].active,
fieldset[disabled] .btn-ecommerce.active {
  background-color: #9F3D0D;
  border-color: #9F3D0D;
}
.btn-ecommerce .badge {
  color: #9F3D0D;
  background-color: #FFF;
}
.btn-facebook {
  color: #FFF;
  background-color: #44619B;
  border-color: #44619B;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #FFF;
  background-color: #333E46;
  border-color: #232E36;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #131E26;
  border-color: #131E26;
}
.btn-facebook .badge {
  color: #131E26;
  background-color: #FFF;
}
.wrap-window {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.wrap-window #video-sfondo {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0px;
  overflow: hidden;
  z-index: 1;
}
.wrap-window .bordo {
  position: absolute;
  left: 45px;
  top: 105px;
  bottom: 45px;
  right: 45px;
}
.bordoSx::before,
.bordoSx::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
.bordoDx::before,
.bordoDx::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  background: #FFF;
  z-index: 1;
}
.bordoSx::before,
.bordoDx::before {
  width: 0;
  height: 1px;
  width: 50%;
}
.bordoSx::after,
.bordoDx::after {
  width: 1px;
  height: 50%;
}
@media (max-width: 767px) {
  .wrap-window {
    position: relative;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .wrap-window {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .wrap-window {
    margin-top: 0px;
  }
  .wrap-window.h700 {
    margin-top: 0px !important;
    min-height: 700px !important;
  }
  .wrap-window.h650 {
    margin-top: 0px !important;
    min-height: 650px !important;
  }
  .wrap-window.h600 {
    margin-top: 0px !important;
    min-height: 600px !important;
  }
  .wrap-window.h550 {
    margin-top: 0px !important;
    min-height: 550px !important;
  }
  .wrap-window.h500 {
    margin-top: 0px !important;
    min-height: 500px !important;
  }
  .wrap-window.h450 {
    margin-top: 0px !important;
    min-height: 450px !important;
  }
  .wrap-window.h400 {
    margin-top: 0px !important;
    min-height: 400px !important;
  }
  .wrap-window.h350 {
    margin-top: 0px !important;
    min-height: 350px !important;
  }
  .wrap-window.h300 {
    margin-top: 0px !important;
    min-height: 300px !important;
  }
  .wrap-window.h200 {
    margin-top: 0px !important;
    min-height: 200px !important;
  }
}
.wrap-header {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-size: cover;
}
.wrap-header .overfly-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0);
}
.wrap-header .overfly-header-medio {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.17);
}
.wrap-header .overfly-header-scuro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.34);
}
.wrap-header .content-header {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 15;
  display: table;
  color: #FFF;
}
.wrap-header .content-header .mid-content-header {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 80px;
}
.wrap-header .content-header .bot-content-header {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  text-align: center;
  padding: 0 80px 25px 80px;
}
@media (max-width: 767px) {
  .wrap-header .content-header .mid-content-header {
    padding: 40px 15px 80px;
  }
}
.carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  text-shadow: none;
}
.carousel-caption-bot {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  background: #ffaa00;
}
.carousel-caption .spot {
  width: 100%;
}
.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 3px 2px;
  text-indent: -999px;
  border: 2px solid #FFF;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: transparent;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active .img-wrap {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}
.carousel-fade.kb .carousel-inner .active .img-wrap {
  transform: scale3d(1.3, 1.3, 1.3);
  -ms-transform: scale3d(1.3, 1.3, 1.3);
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  -moz-transform: scale3d(1.3, 1.3, 1.3);
  -o-transform: scale3d(1.3, 1.3, 1.3);
}
.carousel-fade.kb .carousel-inner .primo-slide .img-wrap {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}
.carousel-fade.kb .carousel-inner .active.slide-singolo .img-wrap {
  transform: scale3d(1, 1, 1);
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-inner .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 5s 0s;
  -webkit-transition: all 5s 0s;
  -moz-transition: all 5s 0s;
  -o-transition: all 5s 0s;
  -ms-transition: all 5s 0s;
}
.carousel-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-01 .carousel-inner,
.carousel-01 .item {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.control-slide {
  position: absolute;
  bottom: 15px;
  height: 40px;
  left: 0;
}
@media (max-width: 992px) {
  .control-slide {
    position: relative;
    text-align: center;
  }
}
.control-slide a {
  position: absolute;
  width: 40px;
  bottom: 0;
  line-height: 40px;
  text-decoration: none;
  left: 0;
  display: inline-block;
  height: 40px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  text-align: center;
  background: #282828;
  color: #FFF;
}
@media (max-width: 992px) {
  .control-slide a {
    position: relative;
  }
}
.control-slide a:hover {
  background: #242121;
}
.control-slide a[data-slide="next"] {
  left: 40px;
}
@media (max-width: 992px) {
  .control-slide a[data-slide="next"] {
    left: 0;
  }
}
@-webkit-keyframes anima-indicatore {
  0% {
    top: 1px;
  }
  50% {
    top: 17px;
  }
  100% {
    top: 1px;
  }
}
@-moz-keyframes anima-indicatore {
  0% {
    top: 1px;
  }
  50% {
    top: 17px;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes anima-indicatore {
  0% {
    top: 1px;
  }
  50% {
    top: 17px;
  }
  100% {
    top: 1px;
  }
}
@keyframes anima-indicatore {
  0% {
    top: 1px;
  }
  50% {
    top: 17px;
  }
  100% {
    top: -1px;
  }
}
.continua {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  position: absolute;
  left: 50%;
  bottom: 70px;
  white-space: nowrap;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  z-index: 200;
  padding-top: 80px;
}
@media screen and (max-device-width: 991px) and (orientation: landscape) {
  .continua {
    bottom: 10px;
  }
}
a.continua {
  color: #E9E9E9 !important;
}
.continua:hover,
.continua:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5) !important;
}
.indicatore {
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 36px;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  padding-top: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(150, 150, 150, 0.7);
  cursor: pointer;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.99, 0, 1, 55);
  -moz-animation: pulse 3s infinite cubic-bezier(0.99, 0, 1, 55);
  -ms-animation: pulse 3s infinite cubic-bezier(0.99, 0, 1, 55);
  animation: pulse 3s infinite cubic-bezier(0.99, 0, 1, 55);
  transition: all 0.2s ease-in-out 0s;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  border-color: #2d2d2d;
  border-width: 2px;
  box-shadow: none;
  outline: 0 none;
}
.contenuti,
.contenuti p {
  font-family: "Source Serif 4", georgia, times, serif;
  font-size: 1.7rem;
}
.contenuti img {
  max-width: 100%;
}
.inline-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(7, 7, 7, 0.5);
  color: #F9F9F9;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.inline-zoom:hover {
  background: #F0EBE8;
  color: #FFF;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  font-family: "Source Serif 4", georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  font-family: "FontAwesome";
  content: "\f105";
  color: #171717;
}
.breadcrumb > li.sottocategoria + li.sottocategoria:before {
  padding: 0 5px;
  font-family: "FontAwesome";
  content: "";
}
.breadcrumb > li a {
  color: #282828 !important;
  font-weight: 700;
}
.breadcrumb > li.corrente,
.breadcrumb > li.corrente a {
  color: #F0EBE8 !important;
  font-weight: 700;
}
.breadcrumb > li.sottocategoria,
.breadcrumb > li.sottocategoria a {
  color: #999 !important;
  font-weight: 700;
}
.pagination {
  width: 100%;
  font-family: arial, helvetica, sans-serif;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #F0EBE8;
  border-color: #F0EBE8;
}
.pagination li a {
  font-size: 1.5rem;
  color: #333;
  border: none;
}
@media screen and (max-width: 990px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 1.3rem;
    padding: 4px 6px;
  }
}
.navbar-default {
  background-color: #FFF;
}
main {
  position: relative;
  z-index: 2;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
@media screen and (min-width: 768px) {
  main {
    height: auto !important;
  }
}
.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-nav-oauth {
  position: fixed;
  z-index: 1030;
  right: 0px;
  top: 70px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #e6ded9 !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  color: #E9E9E9;
}
.cd-nav-oauth img {
  margin-top: 15px;
}
.cd-nav-oauth a {
  display: block;
  margin-top: 0px;
  color: #E9E9E9;
}
@media screen and (min-width: 768px) {
  .cd-nav-oauth {
    left: 71px;
    top: 0px;
    background-color: #e6ded9 !important;
    color: #E9E9E9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cd-nav-oauth a {
    display: block;
    margin-top: 1px;
    color: #E9E9E9;
  }
}
.cd-nav-book {
  position: fixed;
  z-index: 1030;
  right: 0;
  top: 0;
  height: 70px;
  width: 70px;
  background-color: #e6ded9 !important;
  border-radius: 0;
  overflow: hidden;
  color: #FFF;
}
.cd-nav-book img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  bottom: auto;
  right: auto;
}
@media only screen and (min-width: 768px) {
  .cd-nav-book {
    position: fixed;
    z-index: 1030;
    right: 0;
    top: 0;
    height: 70px;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    color: #FFF;
  }
  .cd-nav-book img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    max-height: 32px;
    margin-left: -50px;
    margin-top: -14px;
    bottom: auto;
    right: auto;
  }
}
.cd-nav-trigger {
  position: fixed;
  z-index: 1030;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  background-color: #e6ded9 !important;
  border-radius: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 28px;
  height: 2px;
  background-color: #E9E9E9;
}
.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation-is-open .cd-nav-trigger {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after,
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
.cd-nav-barra {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0px;
  height: 70px;
  width: 100%;
  background-color: #F0EBE8;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-nav-barra.trasparente {
  background: rgba(240, 235, 232, 0.75) !important;
}
.cd-nav-barra h3 {
  font-size: 2.7rem;
  line-height: 70px;
}
.cd-nav-barra img {
  max-width: 184px;
  margin-top: 24px;
}
@media only screen and (min-width: 1170px) {
  .cd-nav-barra {
    top: 0;
  }
  .cd-nav-trigger {
    top: 0px;
  }
  .cd-nav-book {
    top: 0px;
  }
}
.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #282828;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.cd-nav .cd-navigation-wrapper {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px 0 0 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav .cd-primary-nav {
  list-style-type: none;
  padding: 0;
}
.cd-nav .cd-primary-nav li {
  margin: 0.2em 0;
}
.cd-nav .cd-primary-nav a {
  font-family: "Source Serif 4", georgia, times, serif;
  font-size: 2.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.cd-nav .cd-primary-nav a.selected {
  color: #F8F8F8;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #F8F8F8;
  text-decoration: none;
  border-bottom: 3px solid #872633;
}
.cd-nav .cd-contact-info {
  list-style-type: none;
  padding: 0;
}
.cd-nav .cd-contact-info li {
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
.cd-nav .cd-contact-info a {
  color: #FFF;
}
.cd-nav .cd-contact-info li,
.cd-nav .cd-contact-info a,
.cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}
.cd-nav .cd-contact-info a:hover {
  text-decoration: none;
  border-bottom: 3px solid #841E1A;
}
@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-primary-nav li {
    margin: 0.3em 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 2.3rem;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.1em;
  }
  .cd-nav .cd-contact-info li,
  .cd-nav .cd-contact-info a,
  .cd-nav .cd-contact-info span {
    font-size: 1.7rem;
  }
}
.no-js main {
  height: auto;
  overflow: visible;
}
.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-dots {
  position: relative;
  top: -10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 7px;
  background: #b3b3b3;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e6e6e6;
}
.owl-theme .owl-controls {
  margin-top: -27px;
}
.articoli {
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.articoli:after,
.articoli:before {
  right: 50%;
  top: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.articoli:after {
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #F0EBE8;
  border-width: 20px;
  margin-top: -20px;
}
.servizio {
  margin-bottom: 25px;
  padding: 0 25px;
}
.servizio .bg-servizio {
  background: transparent !important;
  color: #282828 !important;
}
.servizi {
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.servizi.descrizione:after,
.servizi.descrizione:before {
  right: 50%;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.servizi .lh-lg {
  line-height: 1.7 !important;
}
.servizi.descrizione:after {
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #F0EBE8;
  border-width: 15px;
  margin-top: -45px;
}
@media (min-width: 768px) {
  .servizio {
    margin-bottom: 0;
    padding: 0;
  }
  .servizio .bg-servizio {
    background-color: #e6ded9 !important;
    color: #E9E9E9 !important;
  }
  .servizi {
    height: 335px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .servizi.titolo:after,
  .servizi.titolo:before {
    right: 0;
    top: 155px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .servizi.titolo:after {
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #F8F8F8;
    border-width: 19px;
    margin-top: -19px;
  }
  .servizi.descrizione:after,
  .servizi.descrizione:before {
    right: 100%;
    top: 155px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .servizi.descrizione:after {
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #F0EBE8;
    border-width: 21px;
    margin-top: -20px;
  }
}
.camere {
  height: auto;
  display: block;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.camere.descrizione:after,
.camere.descrizione:before {
  right: 50%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.camere.descrizione:after {
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #F0EBE8;
  border-width: 20px;
  margin-top: -40px;
}
@media (max-width: 990px) {
  .camere.descrizione.bianco:after {
    border-bottom-color: #FFF;
  }
  .camere.descrizione.nero:after {
    border-bottom-color: #282828;
  }
  .camere.descrizione.blu:after {
    border-bottom-color: #0080AD;
  }
  .camere.descrizione.rosso:after {
    border-bottom-color: #841E1A;
  }
  .camere.descrizione.grigio:after {
    border-bottom-color: #F9F9F9;
  }
  .camere.descrizione.giallo:after {
    border-bottom-color: #FDEBC9;
  }
}
@media (min-width: 991px) {
  .camere {
    height: auto;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .camere.descrizione:after,
  .camere.descrizione:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .camere.descrizione:after {
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #F0EBE8;
    border-width: 20px;
    margin-top: -30px;
  }
  .camere.descrizione.bianco:after {
    border-right-color: #FFF;
  }
  .camere.descrizione.nero:after {
    border-right-color: #282828;
  }
  .camere.descrizione.blu:after {
    border-right-color: #0080AD;
  }
  .camere.descrizione.rosso:after {
    border-right-color: #841E1A;
  }
  .camere.descrizione.grigio:after {
    border-right-color: #F9F9F9;
  }
  .camere.descrizione.giallo:after {
    border-right-color: #FDEBC9;
  }
  .camere.descrizione.alt:after,
  .camere.descrizione:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    poshtion: absolute;
    pointer-events: none;
    margin-left: 0px;
  }
  .camere.descrizione.alt:after {
    border-color: rgba(51, 51, 51, 0);
    border-left-color: #F0EBE8;
    border-width: 20px;
    margin-top: -30px;
    z-index: 1;
  }
  .camere.descrizione.alt.bianco:after {
    border-left-color: #FFF;
  }
  .camere.descrizione.alt.nero:after {
    border-left-color: #282828;
  }
  .camere.descrizione.alt.blu:after {
    border-left-color: #0080AD;
  }
  .camere.descrizione.alt.rosso:after {
    border-left-color: #841E1A;
  }
  .camere.descrizione.alt.grigio:after {
    border-left-color: #F9F9F9;
  }
  .camere.descrizione.alt.giallo:after {
    border-left-color: #FDEBC9;
  }
}
/*  masonry */
.masonry-container {
  padding: 0;
}
.masonry-item {
  padding: 0 !important;
  width: 25% !important;
  border: 0 solid transparent;
}
.masonry-item .img-thumbnail {
  background-color: #FFF;
  padding: 9px;
}
.masonry-item a {
  color: #F0EBE8 !important;
}
@media screen and (max-width: 1199px) {
  .masonry-item {
    width: 25% !important;
  }
}
@media screen and (max-width: 991px) {
  .masonry-item {
    width: 33.3% !important;
  }
}
@media screen and (max-width: 768px) {
  .masonry-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 520px) {
  .masonry-item {
    width: 100% !important;
  }
}
@media screen and (min-width: 320px) {
  .masonry-fumetto {
    width: 100% !important;
  }
}
@media screen and (min-width: 991px) {
  .masonry-fumetto {
    width: 50% !important;
  }
}
.fumetto {
  display: block;
  max-width: 940px;
  position: relative;
  padding: 0 45px 0 0;
}
.fumetto .fumetto-foto {
  float: left;
}
.fumetto .fumetto-autore {
  background-color: #F9F9F9;
}
.fumetto-testo {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
.arrow_box {
  position: relative;
  background: #F8F8F8;
  margin-left: 80px;
  border: 1px solid #F9F9F9;
}
.arrow_box:after,
.arrow_box:before {
  right: 100%;
  top: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(51, 51, 51, 0);
  border-right-color: #F8F8F8;
  border-width: 22px;
  margin-top: -22px;
}
.arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #F9F9F9;
  border-width: 23px;
  margin-top: -23px;
}
/* services columns */
.services-columns .border-left-services {
  border-left: 1px solid #cbcbcb;
}
.services-columns .border-top-services {
  border-top: none;
}
.services-columns .border-top-services:after {
  position: absolute;
  content: '';
  width: 90%;
  border-bottom: 1px solid #cbcbcb;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.services-padding {
  padding: 0 5%;
}
.fotografia img {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
}
.fotografia img:hover {
  opacity: 0.3;
}
img.outline {
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -30px;
}
#mappa {
  width: 100%;
  height: 400px;
  border: none;
}
.mappa {
  width: 100%;
  height: 400px;
  border: none;
}
.mappa-overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 400px;
  top: 400px;
  margin-top: -400px;
}
/* footer */
footer {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  border-top: 1px solid #E9E9E9;
}
footer p {
  line-height: 1.5;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  line-height: 1.3;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #841E1A !important;
  text-decoration: none;
}
