/** STANDARD **/

@font-face {
  font-family: "Gantari_ExtraLightItalic";
  src: url("../fonts/Gantari-ExtraLightItalic.eot");
  src: url("../fonts/Gantari-ExtraLightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Gantari-ExtraLightItalic.woff") format("woff"),
    url("../fonts/Gantari-ExtraLightItalic.ttf") format("truetype"),
    url("../fonts/Gantari-ExtraLightItalic.svg#ExtraLightItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gantari_Light";
  src: url("../fonts/Gantari-Light.eot");
  src: url("../fonts/Gantari-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gantari-Light.woff") format("woff"),
    url("../fonts/Gantari-Light.ttf") format("truetype"),
    url("../fonts/Gantari-Light.svg#Gantari_Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gantari_Regular";
  src: url("../fonts/Gantari-Regular.eot");
  src: url("../fonts/Gantari-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gantari-Regular.woff") format("woff"),
    url("../fonts/Gantari-Regular.ttf") format("truetype"),
    url("../fonts/Gantari-Regular.svg#Gantari_Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gantari_Bold";
  src: url("../fonts/Gantari-Bold.eot");
  src: url("../fonts/Gantari-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gantari-Bold.woff") format("woff"),
    url("../fonts/Gantari-Bold.ttf") format("truetype"),
    url("../fonts/Gantari-Bold.svg#Gantari_Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gantari_BoldItalic";
  src: url("../fonts/Gantari-BoldItalic.eot");
  src: url("../fonts/Gantari-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gantari-BoldItalic.woff") format("woff"),
    url("../fonts/Gantari-BoldItalic.ttf") format("truetype"),
    url("../fonts/Gantari-BoldItalic.svg#BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --main-blue-color: #2a405f;
}

body {
  font-family: "Gantari_Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  background-color: #f0f0f0;
  color: #3b3b3b;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}
.right {
  float: right;
}

.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.font-italic {
  font-style: italic;
}
.font-light {
  font-family: "Gantari_Light";
}

.bg-bianco {
  background-color: #ffffff;
}
.bg-oroscuro {
  background-color: #bbb574;
}
.bg-grigio {
  background-color: #f0f0f0;
}
.bg-grigio2 {
  background-color: #e6e6e6;
}
.bg-grigino {
  background-color: #f9f9f9;
}
.bg-grigiochiaro {
  background-color: #efefef;
}
.bg-verde {
  background-color: #477d7f;
}

.txt-verde {
  color: #035028;
}
.txt-verde2 {
  color: #008080;
}
.txt-oro {
  color: #eee3a7;
}
.txt-oroscuro {
  color: #bbb574;
}
.txt-marrone {
  color: #a3936b;
}
.txt-rosso {
  color: #bf0000;
}
.txt-bianco {
  color: white;
}

.green {
  color: #1db200;
}
.orange {
  color: #ec9411;
}
.yellow {
  color: #fad000;
}
.red {
  color: #bf0000;
}
.white {
  color: white;
}
.violascuro {
  color: #8a0581;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.overflowhidden {
  overflow: hidden;
}
.right0 {
  right: 0;
}
.zindex1 {
  z-index: -1;
}

pre {
  overflow: visible;
  display: flex;
  width: 100%;
}

.clearb {
  clear: both;
}
.clearb5 {
  clear: both;
  height: 5px;
}
.clearb15 {
  clear: both;
  height: 15px;
}
.clearb20 {
  clear: both;
  height: 20px;
}
.clearb30 {
  clear: both;
  height: 30px;
}
.clearb40 {
  clear: both;
  height: 40px;
}
.clearb45 {
  clear: both;
  height: 45px;
}
.clearb60 {
  clear: both;
  height: 60px;
}
.clearb75 {
  clear: both;
  height: 75px;
}
.clearb90 {
  clear: both;
  height: 90px;
}
.pointer {
  cursor: pointer;
}
.nomt {
  margin-top: 0 !important;
}
.nomr {
  margin-right: 0 !important;
}
.nomb {
  margin-bottom: 0 !important;
}
.noml {
  margin-left: 0 !important;
}
.nom {
  margin: 0 !important;
}
.nopt {
  padding-top: 0 !important;
}
.nopr {
  padding-right: 0 !important;
}
.nopb {
  padding-bottom: 0 !important;
}
.nopl {
  padding-left: 0 !important;
}
.nop {
  padding: 0 !important;
}
.nbt {
  border-top: 0 !important;
}
.nbr {
  border-right: 0 !important;
}
.nbb {
  border-bottom: 0 !important;
}
.nbl {
  border-left: 0 !important;
}
.nb {
  border: 0 !important;
}
.maxwnone {
  max-width: none;
}
.absright {
  right: 0;
  position: absolute;
}
.absleft {
  left: 0;
  position: absolute;
}
.mauto {
  margin: 0 auto;
}
.block {
  display: block;
}
.cleargrigio {
  width: 100%;
  height: 2px;
  clear: both;
  background-color: #f6f6f6;
}

#menu-display,
#menu-display2 {
  display: none;
}
#menu {
  position: fixed;
  margin-left: -400px;
  z-index: 999999;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  margin-top: 0;
}
#menu li.selected {
  background-color: #474747;
}

#bg_black {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
#torna_su {
  width: 100px;
  height: 100px;
  cursor: pointer;
  background: url("../images/torna_su.png") no-repeat center center;
  position: fixed;
  bottom: -17px;
  z-index: 9999;
  right: 20px;
  display: none;
  max-width: 42px;
  background-size: contain;
}

/* TESTATE */
#slideshow {
  width: 100%;
  /* max-width: 1500px; */
  /* height: 551px; */
  margin: 0 auto;
}

.slideshow_txt h1.titolo {
  font-size: 48px;
  line-height: 1;
  margin: 0;
  color: white;
  text-shadow: 1px 1px 5px #4d4d4d;
  font-family: "Gantari_Regular";
}
.slideshow_txt h2.sottotitolo {
  font-size: 32px;
  line-height: 1;
  margin: 0;
  color: white;
  font-style: italic;
  text-shadow: 1px 1px 5px #4d4d4d;
  font-family: "Gantari_ExtraLightItalic";
  font-weight: 400;
  text-transform: uppercase;
}

#slideshow .item {
  height: 100vh;
}
#slideshow .item img {
  height: 100%;
}

/*#pulsantone {
  width: 121px;
  height: 121px;
  cursor: pointer;
  background: url("../images/circle1.png") no-repeat top center;
  position: absolute;
  top: 380px;
  z-index: 999;
  left: 50%;
  margin-left: -60px;
}
#animazione_pulsantone {
  width: 121px;
  height: 121px;
  cursor: pointer;
  background: url("../images/circle3.png") no-repeat top center;
  opacity: 0;
}
*/
#animazione_cursore {
  animation: MoveUpDown 2s linear infinite;
  -webkit-animation: MoveUpDown 2s linear infinite;
}
@keyframes MoveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

/* HEADER */
.header_top_sfumatura {
  height: 400px;
  background: transparent linear-gradient(180deg, #000 0%, #fff0 100%) 0% 0%
    no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.header_top_sfumatura2 {
  background: #aaaaaa 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}

.header_top_sfumatura3::after {
  background: #aaaaaa 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.header_top {
  height: 100px;
  /*background-color: white; */
  padding-top: 10px;
}
.header_top .container {
  height: 100%;
}
.nav {
  list-style: none;
  font-size: 12px;
  float: right;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  font-family: "Gantari_Bold";
}
.nav a {
  text-decoration: none;
  color: #fff;
}
.nav li {
  padding: 0 10px 0 10px;
  position: relative;
  cursor: pointer;
  display: inline;
}
.nav li i {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
  margin-top: -22px;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  pointer-events: none;
}
.nav li.selected span,
.nav li.selected a,
.nav li:hover a {
  color: #fff;
}
.nav li.selected i,
.nav li:hover i {
  margin-top: -14px;
  opacity: 1;
}
.socials {
  list-style: none;
  float: right;
  margin: 0 0 0 5px;
  padding: 0;
}
.socials li {
  float: left;
  background-color: #fff;
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
  border-radius: 3px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.socials li i {
  color: #477d7f;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.socials li:hover {
  background-color: #008081;
  cursor: pointer;
}
.socials li:hover i {
  color: #fff;
}
.langs {
  list-style: none;
  float: right;
  margin: 0 0 0 5px;
  padding: 0;
  font-family: "Gantari_Regular";
}
.langs li {
  float: left;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 12px;
  margin: 0 5px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.langs li:hover {
  background-color: #fff;
  color: #008081;
  cursor: pointer;
}
.langs li:hover a {
  text-decoration: none;
  color: #008081;
}
.langs li.selected {
  background-color: #fff;
  color: #008081;
  cursor: default !important;
}
.langsfooter {
  list-style: none;
  float: right;
  margin: 0 0 0 5px;
  padding: 0;
  font-family: "Gantari_Regular";
}
.langsfooter li {
  float: left;
  color: #4e8687;
  border: 1px solid #4e8687;
  background-color: #ffffff;
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 12px;
  margin: 0 5px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.langsfooter li:hover {
  background-color: #008081;
  color: white;
  cursor: pointer;
}
.langsfooter li:hover a {
  text-decoration: none;
  color: white;
}
.langsfooter li.selected {
  background-color: #008081;
  color: white;
  cursor: default !important;
}
#menu .langs {
  display: block !important;
  float: right;
}
#menu .langs li {
  padding: 0 !important;
  border: 0 !important;
  width: 30px;
}
#menu .langs li a {
  padding: 0 !important;
}
#menu .langs li a:hover {
  color: white !important;
}
#menu .langs li.selected {
  background-color: #477d7f;
  padding: 0 !important;
  color: white !important;
  border: 0 !important;
  width: 30px;
}

/** SITO **/
.titolo {
  font-family: "Gantari_Bold", sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: var(--main-blue-color);
  padding: 1rem 0;
  display: block;
}
.sottotitolo {
  font-family: "Gantari_Bold", sans-serif;
  font-size: 16px;
  color: #6c6c6c;
}
p {
  line-height: 1.5;
}
section a {
  color: #008080;
}
section a:hover {
  color: #008080;
}
.padding1 {
  padding: 25px 105px 25px 105px;
}
.padding2 {
  padding: 25px 105px 25px 190px;
}
.padding3 {
  padding: 25px 190px 25px 60px;
}
.padding4 {
  padding: 200px 50px 25px 50px;
}
.padding5 {
  padding: 30px 50px 30px 50px;
}
.padding6 {
  padding: 40px 40px;
  min-height: 225px;
}
.padding7 {
  padding: 0 0 0 40px;
}
.padding8 {
  padding: 5px 20px;
  margin-bottom: 10px;
}
.padding9 {
  padding: 20px 20px;
}
.padding10 {
  padding: 0 50px 30px 0;
}
.padding-l10 {
  padding-left: 10px;
}
.header_slide {
  /* height: 551px;  */
}
.box_villa_home {
  margin: 0 auto;
  margin-top: 33px;
  z-index: 100;
  text-align: center;
  color: white;
  font-size: 48px;
  font-family: "Gantari_ExtraLightItalic";
  line-height: 37px;
  text-shadow: 0 0 10px #4d4d4d;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 291px;
}
.box_villa_home span {
  font-family: "Gantari_Regular";
  display: block;
}
.box_villa_home i {
  font-size: 32px;
  line-height: 1.5;
}
.box_villa_home a {
  color: white;
}
.box_villa_home a:hover {
  text-decoration: none;
  color: white;
}
.pulsantino {
  width: 49px;
  height: 49px;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  margin-top: 15px;
  z-index: 999;
  box-shadow: 0 0 10px #9f9f9f;
}
.pulsantino i {
  font-size: 40px;
  color: var(--main-blue-color);
  text-shadow: none;
}
.jumbo {
  max-width: 1500px;
  margin: 0 auto;
}
.fascia_tre_home .container {
  height: 326px;
}
.absolute1 {
  position: absolute;
  z-index: -1;
  top: 0;
}
.slideshow_prevnext {
  width: 49px;
  height: 49px;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 10px #9f9f9f;
}
.slideshow_prevnext i {
  font-size: 40px;
  color: var(--main-blue-color);
  text-shadow: none;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 50px;
  position: absolute;
  outline: none;
}
.owl-carousel .owl-nav button.owl-next {
  right: 50px;
  position: absolute;
  outline: none;
}
.owl-carousel .owl-item {
  overflow: hidden;
}
.owl-carousel.owl-loaded {
  line-height: 0;
}
.villa_info {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 50px 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.villa_info .titolo {
  font-size: 30px;
  color: white;
  font-family: "Gantari_Bold";
}
.villa_info i {
  font-size: 90px;
  line-height: 40px;
  color: white;
  display: block;
}
#slideshowGalleriaHome,
.owl-item img,
#slideshowInterno .owl-item img {
  -webkit-transition: all 200ms linear !important;
  -moz-transition: all 200ms linear !important;
  -ms-transition: all 200ms linear !important;
  -o-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}
#slideshowGalleriaHome .owl-item:hover img,
#slideshowInterno .owl-item:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#slideshowGalleriaHome .owl-item i,
#slideshowInterno .owl-item i {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#slideshowGalleriaHome .owl-item:hover i,
#slideshowInterno .owl-item:hover i {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#slideshowGalleriaHome a:hover {
  text-decoration: none;
}
#slideshowInterno {
  /* height: 266px; */
  overflow-y: hidden;
}
.colorboxgallery {
  cursor: pointer;
}
.lh30 {
  line-height: 30px;
}
.lh30 table {
  line-height: 1.3;
}

.elenco_box {
  padding: 0 10px;
  margin-bottom: 30px;
}
.moreinfo2 {
  bottom: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
}
.moreinfo2 div {
  position: absolute;
  right: 0;
  margin-top: -43px;
  margin-right: -4px;
  width: 64px;
  height: 64px;
  box-shadow: none;
}

.moreinfo3 {
  bottom: 0;
  position: absolute;
  right: 2rem;
  transform: translateY(-100%);
}
.elenco_img {
  position: relative;
  background: white;
  overflow: hidden;
  height: 204px;
}
.elenco_img img.lazy {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.elenco_img:hover img.lazy {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.elenco_txt {
  background: white;
  padding: 15px 10px;
}
.elenco_txt .titolo {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.elenco_txt p {
  line-height: 25px;
}

.localinfo .elenco_txt a {
  display: block;
  margin-bottom: 3px;
}
#accordion {
  margin-top: 4px;
}
#accordion h3 {
  font-size: 12px;
  padding: 3px 10px 4px 10px;
}

#box_requestinfo_villa {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 335px;
  background: url("../images/bg_grey.png") no-repeat top left;
  font-size: 24px;
  color: white;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 110px;
  padding: 40px 10px 40px 25px;
  z-index: 100;
}
#box_requestinfo_villa span {
  font-family: "Gantari_Bold", sans-serif;
  font-style: normal;
}
#box_requestinfo_villa input {
  margin: 0 -36px 0 0;
  position: absolute;
  right: 0;
}
#googleMaps {
  float: left;
  width: 100%;
  height: 715px;
  margin: 0 0 0 0;
}
#googleMaps2 {
  float: left;
  width: 100%;
  height: 400px;
  margin: 0 0 0 0;
}

/* VILLE */
.calendarioElemento {
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.calendarioElemento label {
  display: inline;
  cursor: pointer;
}
.calendarioElemento span {
  float: left;
  color: var(--main-blue-color);
  margin-bottom: 5px;
}
.calendarioElemento input,
.calendarioElemento select {
  display: block;
  margin-right: 15px;
  float: left;
  clear: left;
  border: 0;
  padding: 9px 10px;
}
.calendarioElemento input {
  margin-right: 10px;
}
.calendarioElemento img {
  float: left;
  margin-right: 15px;
}
.calendarioElemento select.s1 {
  width: 155px;
}
.calendarioElemento select.s2 {
  width: 70px;
}
.calendarioElemento input {
  width: 155px;
}
.calendarioElemento button,
.calendarioElemento a.button {
  float: left;
  background-color: #477c80;
  color: white;
  text-align: center;
  border: 0;
  outline: none;
  font-size: 12px;
  padding: 9px 15px;
  margin-top: 20px;
  cursor: pointer;
}
.calendarioElemento a.button:hover {
  text-decoration: none;
}
/*To remove button from IE11, thank you Matt */
.selectdiv select::-ms-expand {
  display: none;
}
/* SELECT STYLING */
.selectdiv:after {
  content: "<>";
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 15px;
  top: 25px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  float: right;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

.villescheda p {
  line-height: 20px;
  margin-top: 10px;
}
.checkavailability .titolo {
  font-size: 22px;
  color: white;
}

.footer {
  background: linear-gradient(to left, #477c80 66%, #ffffff 66%);
}
.footer .logo {
  max-height: 100px;
  display: block;
  margin-bottom: 20px;
}
.footer .container .col-xl-12 .col-xl-4 {
  padding: 40px 0 60px 0;
}
.footer .container .col-xl-12 p {
  line-height: 20px;
}
.footer .socials,
.footer .langsfooter {
  float: left;
  margin: 20px 0;
}
.securePayments {
  color: #477c80;
  text-align: right;
  padding: 192px 80px 0 0;
}
.securePayments2 {
  color: #477c80;
  text-align: left;
  padding: 0px 0 0 20px;
}

.elencopuntato ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.elencopuntato ul li {
  line-height: 22px;
  background: url("../images/arrow_green2.png") no-repeat 0px 7px;
  padding-left: 20px;
  margin-bottom: 9px;
}

.risultatoricerca span.sottotitolo {
  color: var(--main-blue-color);
  font-size: 18px;
}
.risultatoricerca span.sottotitolo span {
  color: #477d7f;
}
#targetWarningVilla .container {
  background-color: #f34715;
  border-radius: 10px;
}
#targetWarningVilla .risultatoricerca span.sottotitolo {
  color: white;
}
.flatpickr-day.flatpickr-disabled {
  border: 1px solid rgba(177, 12, 12, 0.1) !important;
  color: rgba(177, 12, 12, 0.5) !important;
}
.rates {
  color: #008080;
  font-family: "Gantari_Bold";
  font-size: 15px;
  font-style: italic;
  text-align: right;
  padding: 10px 0 0 0;
}
.state {
  font-family: "Gantari_Bold";
  font-size: 15px;
  text-align: left;
  padding: 10px 0 0 0;
}

#formCalendario {
  float: left;
}
.booknow {
  margin-bottom: 10px;
}
.booknow .sottotitolo {
  font-size: 18px;
  display: block;
  line-height: 25px;
  text-align: left;
}
.booknow .sottotitolo span {
  color: var(--main-blue-color);
  font-size: 17px;
}
.booknow .sottotitolo.risultato {
  color: #008080;
  font-size: 24px;
  font-family: Georgia, sans-serif;
  font-style: italic;
  display: inline-block;
  margin-top: 0;
  float: left;
}
.booknow .calendarioElemento {
  float: right;
}
.booknow .calendarioElemento a.button {
  margin-top: 10px;
  margin-right: 19px;
  padding: 9 26px;
  color: white;
}
.booknow .state {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  padding-top: 0;
}

.contatti p {
  line-height: 22px;
}

#formContatti {
  margin-top: 15px;
}
#formContatti .col-xl-6 {
  padding: 0 30px 0 0;
  margin-bottom: 15px;
}
#formContatti .col-xl-6:nth-child(even) {
  padding-right: 0;
}
#formContatti input,
#formContatti textarea {
  border: 0;
  padding: 10px 10px;
}
#formContatti input {
  width: 100%;
}
#formContatti textarea {
  width: 100%;
  resize: none;
}
#formContatti span {
  display: block;
  margin-bottom: 10px;
}
#formContatti label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#formContatti .priv {
  margin: 40px 0 0 0;
}
#formContatti .priv input {
  width: auto;
  float: left;
}
#formContatti .priv a {
  float: left;
  margin: 0 20px 0 20px;
  font-size: 12px;
  line-height: 15px;
}
#formContatti #captcha {
  float: left;
  width: 200px !important;
}
#formContatti .continua {
  background-color: #477d7f;
  color: white;
  font-size: 16px;
}

/* cookie */
.cc-revoke,
.cc-window {
  font-size: 13px !important;
}

/* preloader css */
img.lazy,
img.owl-lazy {
  background: transparent
    url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAADxiciAvPgo8Yj5XYXJuaW5nPC9iPjogIG15c3FsX3F1ZXJ5KCkgWzxhIGhyZWY9J2Z1bmN0aW9uLm15c3FsLXF1ZXJ5Jz5mdW5jdGlvbi5teXNxbC1xdWVyeTwvYT5dOiBDYW4ndCBjb25uZWN0IHRvIGxvY2FsIE15U1FMIHNlcnZlciB0aHJvdWdoIHNvY2tldCAnL3Zhci9ydW4vbXlzcWxkL215c3FsZC5zb2NrJyAoMikgaW4gPGI+L2hvbWUvYWpheGxvYWQvd3d3L2xpYnJhaXJpZXMvY2xhc3MubXlzcWwucGhwPC9iPiBvbiBsaW5lIDxiPjY4PC9iPjxiciAvPgo8YnIgLz4KPGI+V2FybmluZzwvYj46ICBteXNxbF9xdWVyeSgpIFs8YSBocmVmPSdmdW5jdGlvbi5teXNxbC1xdWVyeSc+ZnVuY3Rpb24ubXlzcWwtcXVlcnk8L2E+XTogQSBsaW5rIHRvIHRoZSBzZXJ2ZXIgY291bGQgbm90IGJlIGVzdGFibGlzaGVkIGluIDxiPi9ob21lL2FqYXhsb2FkL3d3dy9saWJyYWlyaWVzL2NsYXNzLm15c3FsLnBocDwvYj4gb24gbGluZSA8Yj42ODwvYj48YnIgLz4KPGJyIC8+CjxiPldhcm5pbmc8L2I+OiAgbXlzcWxfcXVlcnkoKSBbPGEgaHJlZj0nZnVuY3Rpb24ubXlzcWwtcXVlcnknPmZ1bmN0aW9uLm15c3FsLXF1ZXJ5PC9hPl06IENhbid0IGNvbm5lY3QgdG8gbG9jYWwgTXlTUUwgc2VydmVyIHRocm91Z2ggc29ja2V0ICcvdmFyL3J1bi9teXNxbGQvbXlzcWxkLnNvY2snICgyKSBpbiA8Yj4vaG9tZS9hamF4bG9hZC93d3cvbGlicmFpcmllcy9jbGFzcy5teXNxbC5waHA8L2I+IG9uIGxpbmUgPGI+Njg8L2I+PGJyIC8+CjxiciAvPgo8Yj5XYXJuaW5nPC9iPjogIG15c3FsX3F1ZXJ5KCkgWzxhIGhyZWY9J2Z1bmN0aW9uLm15c3FsLXF1ZXJ5Jz5mdW5jdGlvbi5teXNxbC1xdWVyeTwvYT5dOiBBIGxpbmsgdG8gdGhlIHNlcnZlciBjb3VsZCBub3QgYmUgZXN0YWJsaXNoZWQgaW4gPGI+L2hvbWUvYWpheGxvYWQvd3d3L2xpYnJhaXJpZXMvY2xhc3MubXlzcWwucGhwPC9iPiBvbiBsaW5lIDxiPjY4PC9iPjxiciAvPgo8YnIgLz4KPGI+V2FybmluZzwvYj46ICBteXNxbF9xdWVyeSgpIFs8YSBocmVmPSdmdW5jdGlvbi5teXNxbC1xdWVyeSc+ZnVuY3Rpb24ubXlzcWwtcXVlcnk8L2E+XTogQ2FuJ3QgY29ubmVjdCB0byBsb2NhbCBNeVNRTCBzZXJ2ZXIgdGhyb3VnaCBzb2NrZXQgJy92YXIvcnVuL215c3FsZC9teXNxbGQuc29jaycgKDIpIGluIDxiPi9ob21lL2FqYXhsb2FkL3d3dy9saWJyYWlyaWVzL2NsYXNzLm15c3FsLnBocDwvYj4gb24gbGluZSA8Yj42ODwvYj48YnIgLz4KPGJyIC8+CjxiPldhcm5pbmc8L2I+OiAgbXlzcWxfcXVlcnkoKSBbPGEgaHJlZj0nZnVuY3Rpb24ubXlzcWwtcXVlcnknPmZ1bmN0aW9uLm15c3FsLXF1ZXJ5PC9hPl06IEEgbGluayB0byB0aGUgc2VydmVyIGNvdWxkIG5vdCBiZSBlc3RhYmxpc2hlZCBpbiA8Yj4vaG9tZS9hamF4bG9hZC93d3cvbGlicmFpcmllcy9jbGFzcy5teXNxbC5waHA8L2I+IG9uIGxpbmUgPGI+Njg8L2I+PGJyIC8+Cg==)
    no-repeat 50% 40%;
}
#preloader {
  width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  text-align: center;
  z-index: 9999;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e67e1f;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* FLATPICKR FIX MOBILE */
input[type="date"] {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 36px !important;
  height: 36px !important;
  width: 100%;
  background-color: white;
  padding: 8px 10px;
  border: 1px solid #bfbfbf;
  margin-bottom: 8px !important;
  position: relative;
  font-size: 14px;
  line-height: 14px;
}

input[type="date"]:before {
  color: lightgray;
  content: attr(placeholder);
  position: absolute;
  right: 10px;
  bottom: 0;
}

input[type="date"].full:before {
  color: black;
  content: "" !important;
  position: absolute;
  right: 10px;
  bottom: 0;
}

/* ERROR */
.flat {
  background-color: #ffffff;
  border: 1px solid #ccc !important;
  display: block;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0 16px;
}
.flat.error,
.flat.error2 {
  background-color: #ffdddd !important;
  margin-bottom: 10px;
  color: red;
  border-radius: 0;
}
.error {
  /* background-color: #ffdddd !important; */
  color: #ce0000;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding-bottom: 10px;
}
input[disabled],
input:disabled {
  background-color: #eee !important;
}
label.error {
  background-color: inherit !important;
  border: 0 !important;
  margin-left: 10px;
  text-decoration: none !important;
}
label .error2 {
  color: #f00;
  padding: 0px 10px;
}
.priv .error {
  /* color: yellow;  */
}

.cc-revoke {
  display: block !important;
  font-family: "din" !important;
}

/* IZIMODAL */
.izimod header {
  background: #eee;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  width: 100%;
}
.izimod header a {
  display: block;
  float: left;
  width: 50%;
  padding: 0;
  text-align: center;
  background: #ddd;
  color: #999;
  height: 65px;
  vertical-align: middle;
  line-height: 65px;
  font-family: "Lato", arial;
  font-size: 15px;
  transition: all 0.3s ease;
}
.izimod header a:not(.active):hover {
  box-shadow: inset 0 -10px 20px -10px #aaa;
}
.izimod header a.active {
  background: #fff;
  color: #777;
}
.izimod .sections {
  overflow: hidden;
}
.izimod section {
  padding: 30px;
}
.izimod section input:not([type="checkbox"]),
.izimod section button {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 26px;
  padding: 15px;
  font-size: 14px;
}
.izimod section button {
  height: 46px;
  padding: 0;
}

.izimod section input:focus {
  border-color: #28ca97;
}
.izimod section label[for="check"] {
  margin-bottom: 26px;
  font-size: 14px;
  color: #999;
  display: block;
}
.izimod section footer {
  overflow: hidden;
}
.izimod section button {
  background: #28ca97;
  color: white;
  margin: 0;
  border: 0;
  cursor: pointer;
  width: 50%;
  float: left;
}
.izimod section button:hover {
  opacity: 0.8;
}
.izimod section button:nth-child(1) {
  border-radius: 3px;
  background: #aaa;
}
.izimod section button:nth-child(2) {
  border-radius: 3px;
}

.izimod .icon-close {
  background: #fff;
  margin-bottom: 10px;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0;
  color: #a9a9a9;
  cursor: pointer;
}
.izimod .icon-close:hover,
.izimod .icon-close:focus {
  color: black;
}
.izimod.hasScroll .icon-close {
  display: none;
}

.izimod {
  display: none;
  font-family: "Gantari_Bold", sans-serif;
}

.izimod label {
  display: block;
  font-size: 20px;
  text-align: center;
  color: grey;
}
.izimod label i {
  font-size: 30px;
  color: #ec9411;
}
.izimod label p {
  color: grey;
}
.izimod label span {
  color: #ec9411;
}
.izimod label.label {
  display: inline;
}
.izimod section button {
  margin: 0 10px !important;
  max-width: 40%;
}
.izimod section button.alert {
}
.izimod footer {
  margin: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.flatpickr-day.nondisponibileRegola {
  border: 1px solid #b9b9b9 !important;
  color: #b9b9b9 !important;
}

/* villaowner */

.cl-sm-1 {
  width: 8.33%;
}

.cl-sm-2 {
  width: 16.66%;
}

.cl-sm-3 {
  width: 25%;
}

.cl-sm-4 {
  width: 33.33%;
}

.cl-sm-5 {
  width: 41.66%;
}

.cl-sm-6 {
  width: 50%;
}

.cl-sm-7 {
  width: 58.33%;
}

.cl-sm-8 {
  width: 66.66%;
}

.cl-sm-9 {
  width: 75%;
}

.cl-sm-10 {
  width: 83.33%;
}

.cl-sm-11 {
  width: 91.66%;
}

.cl-sm-12 {
  width: 100%;
}

.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-self-btm-left {
	align-self: flex-end;
}

.align-self-top-right {
	align-self: flex-start;
}

.aligner-item--bottom {
  align-self: flex-end;
}

.align-center {
	text-align: center !important;
}

.fascia_owner_home {
  background-color: #dddddd;
  border: solid 10px #eed898;
}

.background-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: scroll;
  background-size: cover;
}

.background-image.contain {
  background-size: contain;
}

.content-owner {
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
}

.titolo-owner {
  font-family: "Gantari_Bold", sans-serif;
  font-size: 30px;
  line-height: 45px;
  color: #477d7f;
}

.content-owner img {
  width: auto;
  height: 100px;
  margin-bottom: 10px;
}

.content-owner p {
  margin: 15px 0 !important;
}

.content-owner a {
  font-family: "Gantari_Regular", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #535353 !important;
  text-decoration: none;
}

.content-owner a:hover {
  font-family: "Gantari_Bold", sans-serif;
  color: #477d7f !important;
  text-decoration: underline;
}

.content-owner .div-link {
  font-size: 20px;
  line-height: 35px;
  color: #535353;
  margin: 0 10px;
}

.banner-subhead {
  background-color: #377e80;
  padding: 20px 50px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  max-width: 1500px;
  width: 100%;
  margin-top: -4px;
  font-size: 15px;
  line-height: 22px;
}

.banner-subhead .titolo {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
}

body.opportunities-for-owners .slideshow_txt h1.titolo,
body.opportunities-for-owners-ok .slideshow_txt h1.titolo,
body.opportunities-for-owners-ko .slideshow_txt h1.titolo {
  font-weight: 400;
  color: #CA9B4A;
  text-transform: uppercase;
}

body.opportunities-for-owners .slideshow_txt h2.sottotitolo,
body.opportunities-for-owners-ok .slideshow_txt h2.sottotitolo,
body.opportunities-for-owners-ko .slideshow_txt h2.sottotitolo {
  text-transform: none;
  font-family: "Gantari_Light";
  font-style: normal;
}

.box-slide {
  padding: 50px;
  box-sizing: border-box;
  vertical-align: top;
}

.box-slide p {
  font-family: "Gantari_Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 0 0;
  color: #fff;
  text-align: center;
}

.btn-gold {
  border: 2px solid #CA9B4A;
  background-color: #CA9B4A;
  border-radius: 20px;
  opacity: 1;
  padding: 0.3rem 2rem;
  color: #fff !important;
  text-decoration: none !important;
  height: 32px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Gantari_Bold";
  font-size: 14px;
  line-height: 18px;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: transparent;
  color: #CA9B4A !important;
  transition: all 0.3s ease;
}

h4.titolo {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gantari_Bold";
  text-transform: none;
}

.box-cella {
  text-align: left;
  padding-right: 100px;
  box-sizing: border-box;
  display: block;
}

.box-cella.right {
  padding-left: 100px;
}

.thumb-cella {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.box-singolo {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 10px;
}

img.ico-box {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  object-fit: contain;
}

.box-singolo h4.titolo {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 10px 0 10px 0;
}

.box-singolo p {
  font-size: 14px;
  line-height: 18px;
}

.bg_gradient {
  background: #F0F0F0 !important;
  background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

.tablet,
.mobile {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: #008081 !important;
}

.slick-prev {
  left: 20px !important;
  z-index: 1;
}

.slick-next {
  right: 20px !important;
  z-index: 1;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.frase_gold {
  font-size: 22px;
  line-height: 26px;
  color: #CA9B4A;
  font-family: 'Gantari_Regular';
  font-weight: 500;
}

.full-contain {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bg_blu {
  background-color: #2A405F;
}

input[type=submit] {
  cursor: pointer;
}

input.continua.form-send-button.gold {
  display: block;
  background-color: #CA9B4A !important;
  max-width: 100px !important;
  border-radius: 20px;
  padding: 10px !important;
  height: 34px;
  font-size: 15px !important;
  line-height: 16px !important;
  margin-top: 20px !important;
}

#formContatti textarea {
  height: 201px;
}

.padding-left-form {
  padding-left: 30px;
  box-sizing: border-box;
}

.veri {
  width: 50px !important;
  height: 50px !important;
  margin: 0 auto;
}

.elenco_img {
  height: 250px;
}

@media (max-width: 1199px) {
  .cl-dm-6 {
    width: 50%;
  }
}

@media (max-width: 1023px) {

  .tablet {
    display: block;
  }

  .no-tablet {
    display: none;
  }

  .t-all {
    width: 100%;
  }

  .flex-t {
    display: block !important;
  }

  .fascia_owner_home .background-image {
    height: 300px;
  }

  .box-slide {
    padding: 20px;
  }

  body.opportunities-for-owners .header_slide #slideshow .item > .container,
  body.opportunities-for-owners-ok .header_slide #slideshow .item > .container,
  body.opportunities-for-owners-ko .header_slide #slideshow .item > .container {
    max-width: 90%;
  }

  .veri {
    width: 30px !important;
    height: 30px !important;
  }

  .box-slide p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0 0;
  }

  .box-cella {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .box-cella.right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }

  body.opportunities-for-owners .container,
  body.opportunities-for-owners-ok .container,
  body.opportunities-for-owners-ko .container {
    max-width: 100%;
  }

  .thumb-cella:not(.no-full-m),
  .full-contain {
    margin-left: -25px;
    width: calc(100% + 50px) !important;
    max-width: calc(100% + 50px) !important;
  }

  .frase_gold {
    text-align: center;
  }

  .box-singolo {
    display: inline-block;
    max-width: 46.333%;
    vertical-align: top;
  }

  .box-singolo {
    display: block;
    max-width: 70%;
    margin: 0 auto;
  }

  .padding-left-form {
    padding-left: 0;
  }

  #formContatti .priv input {
    margin-top: 6px;
  }

}

@media (max-width: 767px) {

  .mobile {
    display: block;
  }

  .m-all {
    width: 100%;
  }

  .flex-m {
    display: block !important;
  }

  .content-owner .link-landing {
    text-align: center;
  }

  .content-owner .link-landing a {
    display: block;
    margin: 0 auto;
  }

  .content-owner .link-landing a:nth-child(2) {
    margin: 10px auto;
  }

  .content-owner .div-link {
    display: none;
  }

  .box-slide {
    display: inline-block;
    width: 48.333% !important;
  }

  header img.logo {
    max-width: 150px;
    margin-left: 20px;
    margin-top: 10px;
  }

}

/* villaowner */

.autocomplete-suggestions {
  background-color: white;
  overflow-y: scroll;
}
.autocomplete-suggestion {
  padding: 3px 5px;
}
.autocomplete-suggestion:nth-child(even) {
  background-color: #e7e7e7;
}
.autocomplete-suggestion.autocomplete-selected {
  background-color: #477d7f;
  color: #fff;
}

.openAccordion {
  cursor: pointer;
  text-decoration: underline;
  padding-right: 15px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.openAccordion::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 0;
}

.targetAccordion {
  display: none;
}

.targetAccordion.selected {
  display: block;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}

p.font-light a {
  border: 2px solid var(--main-blue-color);
  border-radius: 20px;
  opacity: 1;
  padding: 0.3rem 2rem;
  color: var(--main-blue-color);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Gantari_Bold";
  margin-top: 1rem;
}
p.font-light a:hover {
  background-color: var(--main-blue-color);
  color: #fff;
}

section .scheda_interna a,
.elenco_box.localinfo a {
  border: 2px solid var(--main-blue-color);
  border-radius: 20px;
  opacity: 1;
  padding: 0.3rem 2rem;
  color: var(--main-blue-color);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Gantari_Bold";
  margin-top: 1rem;
}
section .scheda_interna a:hover,
.elenco_box.localinfo a:hover {
  background-color: var(--main-blue-color);
  color: #fff;
}

.btn-holiday {
  border: 2px solid var(--main-blue-color);
  background-color: #fff;
  border-radius: 20px;
  opacity: 1;
  padding: 0.3rem 2rem;
  color: var(--main-blue-color);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  font-family: "Gantari_Bold";
  margin-top: 1rem;
  cursor: pointer;
}
.btn-holiday:hover,
.btn-holiday.selected {
  background-color: var(--main-blue-color);
  color: #fff;
  text-decoration: none;
}
.object-fit-cover {
  object-fit: cover;
}
.vh-100 {
  height: 100vh;
}
.pointer-events-none {
  pointer-events: none;
}
#accordion h3 {
  font-size: 16px;
}


.header_slide #slideshow .item > .container { transform: translate(-50%); position: absolute ! important; z-index: 2; left: 50%; top: 50%; text-align: center;
}
