@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;

400;500;600;700&display=swap);/* CSS Document */
body {
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400px;
  text-align: justify;
  line-height: 22px;
  background-image: url("/img/bg_body.png");
}

#logo-container {
  padding-top: 5px;
  padding-bottom: 35px;
  background-image: url("/img/bg_header.jpg");
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #422a1a;
}

.logo {
  position: absolute;
  width: 90%;
  z-index: 99;
  margin-top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 576px) {
  .logo {
    text-align: center;
    width: 540px;
  }
}

@media (min-width: 768px) {
  .logo {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .logo {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .logo {
    width: 1140px;
  }
}

.container-page {
  background-color: #ede8df;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 10;
  margin-top: -12px;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#footer {
  background-color: #422a1a;
  color: white;
  padding-bottom: 15px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

#footer .border {
  border: 2px solid #26180f !important;
}

@media (min-width: 576px) {
  #footer {
    padding-top: 0px;
  }
}

#footer a {
  color: white;
}

#footer-bottom {
  background-color: #26180f;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}

#footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
}

#footer-bottom .text-right {
  text-align: left !important;
}

@media (min-width: 768px) {
  #footer-bottom .text-right {
    text-align: right !important;
  }
}

.container-footer {
  display: none;
}

@media (min-width: 576px) {
  .container-footer {
    display: block;
    background-color: #ede8df;
    height: 15px;
    border-bottom: 2px solid #736357;
    margin-bottom: 20px;
  }
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div#lingue {
  text-align: right;
  font-style: italic;
  color: #FFF;
  font-size: 10px;
}

div#lingue a {
  color: #FFF;
  text-decoration: none;
}

div#lingue img {
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 15px;
  border: none;
}

div#lingue img a {
  border: none;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
  z-index: 20;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.navbar {
  margin-top: 15px;
  padding: 0;
}

.bg-dark {
  background-color: #736357 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.nav-fill .nav-item.active {
  background-color: #422a1a;
}

.nav-fill .nav-item:hover {
  background-color: #422a1a;
}

.navbar-dark .navbar-toggler {
  width: 100%;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.contenuto-pagina {
  padding-top: 15px;
}

.img-storia {
  display: none;
}

@media (min-width: 768px) {
  .contenuto-pagina {
    padding-top: 30px;
  }

  .img-storia {
    display: block;
    margin-bottom: 20px;
  }

  .img-storia img {
    border: 1px solid #c9bba0;
  }
}

h1 {
  color: #796769;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c9bba0;
  padding-top: 0px;
}

h2 {
  color: #796769;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 7px;
  padding-top: 0px;
  margin-top: 0px;
}

.owl-carousel-foto {
  margin-bottom: 20px;
}

.owl-dots {
  text-align: center;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #736357;
  margin-right: 7px;
}

.owl-carousel button.owl-dot.active {
  background-color: #422a1a;
}

.owl-carousel-foto .border {
  border: 2px solid #c9bba0 !important;
}

.box {
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.box.border {
  border: 2px solid #c9bba0 !important;
}

.box .txt {
  font-size: 13px;
  text-align: left !important;
  line-height: 20px;
  height: 100%;
}

.box .txt h3 {
  font-size: 18px !important;
  color: #796769;
  margin-top: 10px;
}

.box .txt a {
  font-size: 14px;
  color: #422a1a;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.bg-prodotti {
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}

.bg-salute {
  background-image: url("/img/benessere.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}

.row-eq-height {
  display: flex;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-disponibilita {
  color: #fff;
  background-color: #422a1a;
  width: 100%;
  font-size: 20px;
}

.btn-invia {
  color: #fff;
  background-color: #736357;
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.well {
  border: 1px solid #c9bba0 !important;
  background-color: #f4f0ea;
  padding: 5px;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  .btn-disponibilita {
    color: #422a1a;
    background-color: transparent;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
  }

  .well {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
  }

  .disponibilita {
    border: 1px solid #c9bba0 !important;
    background-color: #f4f0ea;
    padding: 5px;
  }
}

/***** Booking form *****/

.booking {
  padding-left: 15px;
  padding-right: 15px;
}

.booking .icon {
  background-image: url("/img/icons_wykol9.png");
  width: 27px;
  height: 30px;
  pointer-events: none;
}

.booking label {
  font-size: 13px;
  line-height: 16px;
}

/*inputs*/

.booking .dates,
.booking .persons {
  width: 100%;
  margin: 5px auto 0 auto;
}

.booking label:not(.checkbox) {
  display: block;
}

.booking .dates .input-text,
.booking .recapiti .input-text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.booking .div-file label {
  border: none;
  background-color: transparent;
  color: #999999;
}

.booking .input-text {
  border-radius: 2px;
  background-color: #f4f4f4;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  padding-left: 11px;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.booking .input-text .icon {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 36px;
  height: 36px;
  background-color: #736357;
  border-radius: 2px;
  background-position: 10px -80px;
  cursor: pointer;
}

.booking .input-text input,
.booking .input-text textarea {
  border: none;
  background-color: transparent;
  color: #999999;
  width: 100%;
}

/*checkbox*/

.div-chck {
  position: relative;
  margin-top: 50px;
}

.div-chck input,
.div-chck .icon.input-text {
  top: -8px;
  left: 0;
  position: absolute;
  width: 23px;
  height: 23px;
}

.div-chck input {
  opacity: 0;
  z-index: 1;
}

.booking .persons .div-chck .input-text {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: 9px;
}

.div-chck .icon.input-text {
  background-position: -30px -415px;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

.div-chck input:checked + .icon {
  background-position: 4px -415px;
}

.div-chck label {
  margin-left: 34px;
}

.booking .persons .input-text {
  width: 100%;
  height: 45px;
  padding: 0;
  margin-top: 9px;
}

.booking .persons select {
  font-size: 14px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #404a58;
  padding-left: 9px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.booking .persons option {
  background-color: #f4f4f4;
}

.booking .persons option:hover {
  background-color: red;
}

.booking .persons .icon {
  background-position: 15px -106px;
}

/*button*/

.booking .button-big {
  position: relative;
  padding-left: 20px;
  margin-top: 40px;
}

.booking .button-big .icon {
  background-position: 0 -150px;
  position: absolute;
  left: 59px;
}

.offerta {
  border: 1px solid #c9bba0 !important;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #821214;
}

.offerta {
  border: 1px solid #c9bba0 !important;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #821214;
  display: block;
  font-weight: bold;
  background-image: url("/img/offerte.jpg");
  background-size: cover;
  background-position: center center;
  font-size: 20px;
}

.offerta-txt {
  background-color: rgba(255, 255, 255, 0.8);
}

.offerta:hover {
  color: #821214;
  text-decoration: none;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

a.box-appartamenti {
  background-color: #c9bba0;
  text-align: center;
  padding-bottom: 10px;
  display: block;
}

a.box-appartamenti .txt {
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  color: #000000;
}

a.box-appartamenti .txt h3 {
  font-size: 18px !important;
  color: #796769;
  margin-top: 10px;
}

a.box-appartamenti:hover {
  text-decoration: none;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  background-color: #cdc2b2;
}

.servizi {
  margin-top: 60px;
  font-size: 14px;
  text-align: center;
}

.servizi > div {
  margin-top: 20px;
}

.servizi > div img {
  margin-bottom: 10px;
}

.servizi .border {
  border: 1px solid #c9bba0 !important;
}

.servizi .border p {
  padding-left: 5px;
  padding-right: 5px;
}

.evidenza {
  border: 1px solid #c9bba0 !important;
  background-color: #f4f0ea;
  padding: 15px;
  margin-bottom: 30px;
}

.evidenza h1 {
  color: #796769;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  border-bottom: none;
  padding-top: 0px;
}

.evidenza h2 {
  color: #796769;
  border-bottom: 1px solid #c9bba0;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 7px;
  padding-top: 0px;
  margin-top: 0px;
}

#map-canvas {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 10;
}

#tooltip {
  padding: 5px;
  text-align: left;
  width: 200px;
  color: #000;
}

#tooltip p,
#tooltip img {
  float: left;
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2dot4 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 960px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1140px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.gallery {
  margin-bottom: 20px;
}

.gallery .border {
  border: 2px solid #c9bba0 !important;
}

.appartamento {
  text-align: left;
  border: 1px solid #c9bba0 !important;
  background-color: #f4f0ea;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 30px;
  font-size: 15px;
}

.appartamento ol {
  list-style: disc;
}

.appartamento ol li {
  margin-top: 10px;
}

.gallery-item img {
  height: 120px;
  width: 100%;
}

