@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
#4a3e5a
*/

site html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-size: 20px !important;
  line-height: 1;
  font-family: "Merriweather", serif;
  transition: 0.3s all;
  color: #535353 !important;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  background-color: #FAF7F3;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style: inside;
  list-style-type: disc;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
select {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  background-color: transparent;
}
img {
  background-position-x: center;
  background-position-y: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
hr {
  border-top: 2px solid rgba(0, 0, 0, .2) !important;
  background-color: transparent !important;
}
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
.post, .page {
  margin: 0;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important;
}
#masthead {
  padding: 0rem 2rem;
  position: fixed;
  z-index: 10000 !important;
  height: 100px;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #B9A28F;
}
#masthead.sticky-top {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  /*  padding: 0rem 1rem;*/
}
.logo {
  padding: 5px;
}
.logo > div {
  height: 80px;
  width: 110px;
  background-repeat: no-repeat;
  background-size: cover;
}
#menu-desk {
  height: 100%;
}
.menu-item {
  font-family: "Merriweather", serif;
  color: #ffffff;
  line-height: initial;
  width: max-content;
  margin: auto;
}
.navbar-brand {
  display: flex !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 25%;
  height: inherit;
}
/* MENU EXPAND*/
/* Hamburger menu + overlay effect menu
--------------------------------------------- */
.button_container {
  height: 27px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.button_container.active span:nth-of-type(3) {
  width: 100%;
}
.button_container:hover span:nth-of-type(2) {
  width: 100%;
}
.button_container:hover span:nth-of-type(3) {
  width: 100%;
}
#navbarNav {
  column-count: 2;
}
.overlay {
  position: fixed;
  background: #4289a8;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 60%;
  margin: auto;
}
.overlay ul li {
  display: block;
  line-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "Merriweather", serif;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(255, 255, 255, .5);
  transition: 0.35s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* END Hamburger menu + overlay effect menu
------------------------------------------------------------------------------------------ */
/*Background image Main menu*/
.workImagesMenuMain {
  background-color: #171615;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.workImagesMenuMain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
/*END Background image Main menu*/
/* ----------- sezione 1 - Layout1*/
.sez-1-img {
  margin-top: 60px !important;

}
.text-overlay-s1 {
  margin-left: 16.66666667%;
}
.photo-bg-s1 {
  min-height: 80vh;
}
/*END ---------- sezione 1 - Layout1*/
/* SEZ1 _ SLIDE*/
@media (min-width: 425px) {
  .bigTitle {
    font-size: 10vw;
  }
}
@media (min-width: 1024px) {
  .bigTitle {
    font-size: 6vw;
  }
}
@media (min-width: 768px) {
  .bigTitle .orangeIcon {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1440px) {
  .bigTitle .orangeIcon {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 425px) {
  .arrow-button {
    font-size: 16px;
  }
  .arrow-button svg {
    width: 45px;
  }
}
@media (min-width: 1024px) {
  .arrow-button {
    font-size: 20px;
  }
  .arrow-button svg {
    width: 62px;
  }
  .arrow-button:hover {
    padding-left: 20px;
  }
  .arrow-button:hover svg circle {
    fill: #AD7F1C;
  }
}
@media (min-width: 1440px) {
  .arrow-button {
    font-size: 15px;
  }
  .arrow-button svg {
    width: 60px;
  }
}
@media (min-width: 1920px) {
  .arrow-button {
    font-size: 18px;
  }
  .arrow-button svg {
    width: 70px;
  }
}
.bigTitle .orangeIcon {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #f7970e;
  display: inline-block;
  margin-left: 5px;
}
.arrow-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: fit-content;
  font-size: 16px;
  text-transform: uppercase;
}
.arrow-button svg {
  width: 33px;
  margin-left: 10px;
}
.arrow-button svg circle {
  transition: fill 0.75s ease;
  fill: transparent;
}
.home-showcase {
  padding: 0;
  position: relative;
}
.home-showcase .home-showcaseSlider > * 
{
	color:#ffffff !important;
	text-shadow: 0 0 20px #433527 !important;
}
.home-showcase .home-showcaseSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 72vh;
  overflow: hidden;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
  max-width: 100%;
  margin: auto 3rem;
  padding: 3rem;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
  /*  transform: translate(-140%, 0);*/
  transition: transform 1s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
  color: #fff;
  margin: 0 0 2.5rem;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
  /*  transform: translate(-160%, 0);*/
  transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
  width: fit-content;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
  color: #fff;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
  fill: #fff;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
  stroke: #fff;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
  stroke: #AD7F1C;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
  width: 100%;
  height: 100%;
  background-color: #10112b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  transition: opacity 0.8s ease-in 0.5s;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle, .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
  transform: translate(0, 0);
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
  opacity: 0;
}
.home-showcase .home-showcaseSlider .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding: 3.5% 0;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
  width: 4vw;
  border-radius: 0px;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
  background-color: #AD7F1C;
  width: 8vw;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav {
  display: flex;
  flex-direction: row;
  padding: 0 0 3.5% 5%;
  padding-right: 0;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
  position: static;
  display: flex;
  align-items: flex-end;
  font-weight: 900;
  margin: 0 2vw;
  width: 20px;
  height: auto;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
  opacity: 1;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
  color: #ffffff;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
  font-size: 4vw;
  color: #AD7F1C;
}
.home-showcase .home-showcaseSlider #macaron {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 5%;
  width: 30%;
}
.home-showcase .home-showcaseSlider #macaron #text-circle {
  animation: rotate-360 12s linear 0s infinite reverse forwards;
  transform-origin: center;
}
.home-showcase .scrollSliderButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0%);
  color: #fff !important;
  text-decoration: none;
  font-size: 3.5vw;
  height: 21vw;
  font-family: "Merriweather", serif;
}
.home-showcase .scrollSliderButton .line {
  height: 15vw;
  width: 1px;
  background: #8c97d0;
  margin-top: 5px;
  animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
}
@media (min-width: 1024px) {
  .home-showcase .home-showcaseSlider {
    display: block;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: clamp(45rem, 75vh, 5000px);
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    align-items: center;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
    max-width: 75%;
    margin: 0;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    margin: 0 0 1.25rem;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5% 5%;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 1.5vw;
    height: 3px;
    margin: 0 8px !important;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    width: 3vw;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 5% 2.5% 5%;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    margin: 0 0.6vw;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 1vw;
  }
  .home-showcase .home-showcaseSlider #macaron {
    width: fit-content;
    width: 8.4vw;
  }
  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 40%);
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9vw;
    height: 4.8vw;
    font-family: "Merriweather", serif;
  }
  .home-showcase .scrollSliderButton .line {
    height: 4.8vw;
    width: 2px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
  }
}
/* END SEZ1 _ SLIDE*/
/*Simple Bookinkg*/
#simplebookingQuote .sb__form-field-label.sb-custom-label-color .sb a {
  color: #535353 !important;
}
#sb-container {
  position: fixed;
  bottom: 0;
  z-index: 11;
  width: 80%;
  margin: 0 10%;
}
#sb-container .sb__footer, #sb-container-2 .sb__footer {
	display: none;
}
.modal {
	z-index: 10002 !important;
}
#ModalLabel {
  border: none !important;
}
.modal-dialog.modal-dialog-booking {
  display: flex;
  max-width: 98%;
}
.modal-content.modal-booking {
  background-color: transparent !important;
  width: 98%;
  margin: auto;
  border: 0;
}
.modal-content.modal-booking .modal-body {
  background-color: #ffffff;
  width: 90%;
}
.modal-body.modal-body-booking {
  padding: 0 !important;
}
.close {
  background-color: transparent !important;
  color: #1C1C1C;
  border: none !important;
  font-size: 30px;
}
/*END Simple Bookinkg*/
/*modal dialog*/
.modal-dialog {
  width: 90% !important;
  min-width: 90% !important;
	margin: 0 auto !important;
}
.modal-content {
  border-radius: 0 !important;
  border: none !important;
}
.modal-body.modal-body-img {
	background-color: #ffffff !important;
}
.modal-body.modal-body-img img {
	width:  auto !important;
	object-fit: contain;
}
.modal-dialog.modal-dialog-img {
	margin-top: 80px !important;
  height: calc(100% - 80px) !important;
}
.modal-header.modal-header-transparent, .modal-content.modal-content-transaprent {
	background-color:  transparent !important;
}
 /*
.modal-dialog.modal-dialog-img {
  width: 65% !important;
  margin: auto;
  max-width: 65%;
  height: 100%;
  border-radius: 0;
}
.modal-body.modal-body-img img {
  height: auto !important;
  max-width: 100% !important;
}
.modal-header.modal-header-img {
  background-color: transparent !important;
  border: 0;
}
*/
/*FORM */
.ginput_container.ginput_container_date input {
  width: 100% !important;
}
.contact-form {
  padding: 0 16.66666667%;
	background-color: #B9A28F;
}
.gform_heading {
  display: none !important;
}
.gfield_consent_description a {
  color: #000000 !important;
}
.gform_wrapper.gravity-theme #field_submit {
  display: block !important;
}
.gfield_description.gfield_consent_description {
  overflow-y: visible !important;
  border: 0px solid #ddd !important;
}
.gfield_description a {
  font-weight: bold;
  text-transform: uppercase;
}
.ginput_container input, .ginput_container textarea, .ginput_container select {
  border: 0 !important;
  box-shadow: none !important;
  background-color: #ffffff !important;
  border-radius: 0px !important;
}
.gfield_consent_label {
  font-size: 14px;
}
.gform_wrapper.gravity-theme .gfield_label, .gfield_label.gform-field-label {
  font-size: 14px !important;
  font-family: "Merriweather", serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  left: 0 !important;
  position: relative !important;
  top: -20px !important;
}
.gform_submission_error {
  font-size: 20px !important;
  line-height: 20px !important;
  font-family: "Merriweather", serif;
}
.hide-label .gfield_label {
  display: none !important;
}
.gform-button {
  margin: auto !important;
  background-color: #88796D !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
}
.gform_button:hover {
  background-color: #E5E5E5 !important;
}
/* OVERRIDE BOOTSTRAP CSS */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important;
}
.card {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0px solid rgba(0, 0, 0, 0) !important;
}
/* end OVERRIDE BOOTSTRAP CSS */
/*TIPOGRAFIA*/
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "Merriweather", serif;
  font-style: normal;
  position: relative;
}
.h1, h1 {
  font-size: 50px !important;
}
.h2, h2 {
  font-size: 45px !important;
}
.h3, h3 {
  font-size: 40px !important;
}
.h4, h4 {
  font-size: 35px !important;
}
.h5, h5 {
  font-size: 30px !important;
}
.h6, h6 {
  font-size: 28px !important;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
p a {
	color: #535353 !important;
	text-decoration: underline !important;
}
/* END TIPOGRAFIA*/
/* Links
--------------------------------------------- */
a {
  text-decoration: none !important;
}
a:visited {
  /*color: #800080; */
}
a:hover, a:focus, a:active {
  text-decoration: none !important;
}
a:focus {
  /*outline: thin dotted;*/
}
a:hover, a:active {
  /* outline: 0; */
}
/* ICONE SOCIAL*/
.fa.fa-youtube-play {
  position: relative;
  top: 45%;
  left: 45%;
  background-color: transparent !important;
}
a .fa {
  color: #ffffff;
  font-size: 30px;
  margin: 0 5px;
}
/* Links
--------------------------------------------- */
/**MAGNIFIC POPUP*/
.image-source-link {
  color: #59775D;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/**END MAGNIFIC POPUP*/
/*btn book header*/
.btn.btn-book {
  font-size: 16px !important;
}
/* SEZIONE LINGUE*/
#masthead .language {
  color: #000000;
}
.list-menu-lang a {
  color: #fff;
  font-size: 16px !important;
  text-transform: uppercase;
}
.list-menu-lang a:hover {
  color: #fff;
}
#navbarNav .lang-item {
  display: none;
}
.btn.dropdown-toggle.btn-menu {
  margin-top: 0px;
  border: none;
  background-color: transparent !important;
  font-size: 16px !important;
  padding: 5px 24px !important;
  line-height: 30px;
  font-family: "Merriweather", serif;
}
.dropdown-menu.show > li {
  display: block;
  background-color: #171615;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  border: solid 1px #d3cabe;
  width: 100%;
  text-align: center;
  margin: auto;
}

.dropdown-menu.dropdown-lang.show ul {
  width: 100%;
	padding: 0; margin:0;
}
.dropdown-menu.dropdown-lang.show li {
  color: #fff;
  list-style-type: none;
  padding-top: 5px !important;
  background-color: #B68B69;
  margin-top: 10px;
  letter-spacing: 3px;
}
.dropdown-menu.dropdown-lang.show {
  background-color: transparent !important;
  min-width: 70px;
  text-align: center;
  margin: 0px;
	padding:0;
	border: none;
}
.dropdown-menu.show {
  width: max-content;
}
/* END SEZIONE LINGUE*/
/*bottoni - CTA*/
.btn-primary {
  color: #432321 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.btn-primary:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.btn {
  font-family: "Merriweather", serif !important;
  border-radius: 16px !important;
  background-color: #AA9686 !important;
  border: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding: 0.2rem 2.5rem !important;
  width: max-content;
  float: none;
  opacity: 1;
  font-size: 18px !important;
}
.btn-negative .btn {
  color: #fff !important;
}
.arrow-btn {
  content: url("img/arrow.svg");
  display: flex;
  width: 60px;
  margin-left: 1rem;
}
.btn:hover .arrow-btn {
  animation: a9 .6s infinite linear alternate;
}
@keyframes a9 {
  0% {
    transform: translate(-3px)
  }
  100% {
    transform: translate(3px)
  }
}
/*END bottoni - CTA*/
/*Classi generiche layout
--------------------------------------------- */
.h-10vh {
  min-height: 10vh !important;
}
.h-20vh {
  min-height: 20vh !important;
}
.h-30vh {
  min-height: 30vh !important;
}
.h-40vh {
  min-height: 40vh !important;
}
.h-50vh {
  min-height: 50vh !important;
}
.h-60vh {
  min-height: 60vh !important;
}
.h-70vh {
  min-height: 70vh !important;
}
.h-75vh {
  height: 75vh !important;
}
.h-80vh {
  min-height: 100vh !important;
}
.h-90vh {
  min-height: 90vh !important;
}
.h-100vh {
  min-height: 100vh !important;
}
.h-auto {
  min-height: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-60 {
  height: 60% !important;
}
.top-25 {
  top: 25% !important;
}
.top-75 {
  top: 75% !important;
}
.start-25 {
  left: 25% !important;
}
.start-n10 {
  left: -10rem;
}
.mt-10 {
  margin-top: 12rem !important;
}
.mt-n10 {
  margin-top: -10rem !important;
}
.ms-n5 {
  margin-left: -3rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.me-11 {
  margin-right: 11rem !important;
}
.me-12 {
  margin-right: 12rem !important;
}
.me-4c {
  margin-right: 4rem !important;
}
.me-6c {
  margin-right: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.w-90 {
  width: 90%;
}
.w-65per {
  width: 65%;
}
.w-25per {
  width: 25%;
}
.text-shadow {
  text-shadow: 0 0 20px #433527;
}
.position-bg {
  background-position-x: center;
  background-position-y: center;
}
.cover-bg {
  background-size: cover;
}
	.double-column p {
		column-count: 2;
	}
.no-border {
  border: 0 !important;
}
.z-1 {
  z-index: 1;
}
.z-n1 {
  z-index: -1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.bg-FAF7F3 {
  background-color: #FAF7F3 !important;
}
.bg-F0EAE2 {
  background-color: #F0EAE2 !important;
}
.bg-88796D {
  background-color: #88796D !important
}
.borderwhite {
  border: solid #fff 5px;
}
.bg-black-opacity {
  background-color: rgba(0, 0, 0, .4) !important;
}
.abss {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 100%;
  align-items: center;
  display: grid;
}
.box {
  padding-top: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
/*classi generiche parallax*/
.bg-parallax {
  padding-top: 40px;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 160%;
  top: 0;
  z-index: 1;
}
/*custom offset*/
.customoffset-1 {
  margin-left: 8.33333333%;
}
.customoffset-2 {
  margin-left: 16.66666667%;
}
.customoffset-3 {
  margin-left: 25%;
}
.customoffset-4 {
  margin-left: 33.33333333%;
}
.customoffsetend-1 {
  margin-right: 8.33333333%;
}
/*swiper button general*/
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
	background: transparent !important;
  opacity: 1 !important;
  border: solid #fff 3px;
}
.wrapper-general {
  height: 20%;
  width: 150px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.swiper-button-next {
  content: url("img/swiper-next.svg");
  width: 60px !important;
  height: 60px !important;
  display: inline-block;
}
.swiper-button-prev {
  content: url("img/swiper-prev.svg");
  width: 60px !important;
  height: 60px !important;
  display: inline-block;
}
/*standardGallery*/
.standardGallery, .standardGallery .swiper-slide {
	min-height: 70vh;
}
/*END Classi generiche layout*/
/*Classi specifiche layout 
--------------------------------------------- */
/*
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display:none !important;
}
.plyr__controls {
	display: none !important;
}
*/
/*
.sez1-layout2, .plyr {
	height: 100vh;
}
*/
.plyr__video-wrapper {
	margin-bottom: 0 !important;
}
.widget {
  margin: 0 !important;
}
/*empty space layout*/
.empty-space {
  height: 60px;
  width: 100%;
}
/*sezioni e tpl*/
/*TPL Contatti*/
.page-template-contatti #mappa {
  display: none;
}
.tpl-contatti p, .tpl-contatti a, .tpl-contatti a:hover {
  font-size: 18px;
  color: #1D1D1D;
}
.border-contact {
  border: solid rgba(0, 0, 0, .2) 2px !important;
}
/* END TPL Contatti*/
/* TPL galleria fotografica*/
.mfp-wrap {
  z-index: 10043 !important;
}
/*END TPL galleria fotografica*/
/*Sezione 1 Layout 1*/
/*Sezione 2 Layout 1*/
/*layout1*/
.layout1 {
  padding: 3rem 0;
}
.swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.textbl1 {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
}
    
/*layout2*/
.layout2 {}
.label-general-wrapper {
  min-height: 20vh;
  position: relative;
  z-index: 1;
  width: 100%;
}
.label-l3 {
  position: absolute !important;
  bottom: 0;
  padding: 2rem 6rem;
  overflow: hidden;
	background-color: #AA9686 !important;
	color: #ffffff;
}

.triple-slider-next, .triple-slider-next .labelCamere {
  cursor: url("img/swiper-next.png"), pointer !important;
}
.triple-slider-prev, .triple-slider-prev .labelCamere {
  cursor: url("img/swiper-prev.png"), pointer !important;
}
.btn.btn-light {
  background-color: #ffffff !important;
	color: #AA9686 !important;
}
.swiper-slide-bg-image {
	border-radius: 50px;
	overflow: hidden;
}
/*layout3*/
.layout3 .btn {
  margin: auto;
}
/*layout4*/
.layout4 {
  background-color: #F7F2EB;
}
.zoom-photo {
  clip-path: polygon(15% 15%, 65% 15%, 65% 65%, 15% 65%);
  transition: 1.3s ease;
}
.zoom-photo.inVista {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
/*layout5*/
.layout5 {
  padding: 8.33333333% 0 !important;
}
.big-image-l5 {
  min-height: 100vh;
}
.bl-text-l5 {
  padding: 0 !important;
}
/*layout6*/
.accordion-button {
	padding: 1rem 0 !important;
	color: #535353;
}
.accordion-button:not(.collapsed), .accordion-item {
	background-color: transparent !important;
	box-shadow: none !important;
	color: #535353 !important;
}
.accordion-item {
	padding: 0 1rem;
	
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.accordion-button::after {
	 background-image: url("img/arrow-faq.svg") !important;
	content:"";
}

.accordion-button:not(.collapsed)::after {
  background-image: url("img/arrow-faq.svg") !important;
content:"";
}

/*layout7*/
.layout7 {}
/*layout8*/
.layout8 {}
.swiper.standardGallery8 .swiper .box {
  border-radius: 50px !important;
}
.bl-text-l8 {
  display: flex !important;
  padding: 3rem 0;
}
.l8-half-title {
  width: 50%;
}
.l8-half-text {
  width: 50%;
  padding-right: 3rem;
}
/*
.box-container {
  padding: 0 5rem;
}

.p-customw100 {
  padding: 0 8rem !important;
}
.p-customw50 {
  padding: 3rem 8rem !important;
}
*/
/*layout 9*/
.layout9 {
  background-color: #F0EAE2;
}
.custompl9 {
  padding: 3rem 0;
}
/*banner sticky*/
.stripe.sticky {
  bottom: 0;
}
.stripe {
  position: fixed;
  width: 100%;
  z-index: 7;
  background: #E5E5E5;
  left: 0;
  bottom: -150px;
  padding: 20px 0;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
}
.stripe .divider {
  bottom: calc(100% - 1px);
  top: initial;
}
.divider {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.divider img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.index-0 {
  z-index: 0 !important;
}
.title-banner {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1rem;
}
.btn-banner {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  padding: 5px 15px;
}
.btn-banner a, .btn-banner a:hover {
  color: #ffffff;
}
.wrap {
  width: 83.33333vw;
}
.wrap {
  padding-right: 45px;
  padding-left: 45px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
/*layout 10*/
.layout10 {
}
.lista-servizi-camere {
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
ul.lista-servizi-camere li {
  width: 33%;
  float: left;
  display: inline;
  margin-bottom: 1vh;
  text-align: left;
  font-size: 18px;
  line-height: 50px;
  color: #383B39;
}
.mini-icone-dotazioni {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-color: #F0EAE2;
  padding: 7px;
  background-size: 70%;
  background-position: center;
  border-radius: 30px;
}
.wrapper-nav-10 {
  position: absolute;
  width: 100px;
  height: 50%;
  border: solid red 1px;
  bottom: 0;
  right: 0;
}
.wrapper-nav-10 .swiper-button-next {
	
}
.wrapper-nav-10 .swiper-button-prev {
	top: 80%;
	left: auto;
	right: 10px;
}
/*carosello casolari*/
.main-carousel-portfolio {
  min-height: 85vh;
}
.item-carousel-portfolio-casolari {
  height: 60%;
  background-size: cover;
	background-position: center;
	align-content: center;
	text-align: center;
}
/*layout11*/
.layout11 {
  padding: 3rem 0;
}
.gallery-l11 {
	min-height: 70vh;
}
/*END Classi specifiche layout*/
/*FOOTER ------------------------------------------------------------------------ */
/*contact form grafica*/

.logo-footer {
  width: 75%;
}
.logo-footer > div {
  min-height: 15vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.site-footer {
  font-family: "Merriweather", serif;
  color: #ffffff;
  background-color: #867364;
  font-size: 16px;
}
.site-footer a, .site-footer a:hover {
  color: #ffffff;
}
.blog_info {
	 font-family: "Merriweather", serif;
  margin: 0;
  font-size: 16px;
}
.blog_info a {
color: #ffffff !important;
}
.site-info {
  font-size: 14px;
}
.site-info a {
  color: #000000;
}
.ultra-h {
  height: 10vh;
}
.btn-privacy {
  border: none !important;
  margin: auto;
  display: block;
}
/* END FOOTER ------------------------------------------------------------------------ */
/*ANIMAZIONI*/
.hideit {
  opacity: 0;
}
.showit {
  opacity: 1;
}
.startAnimCard {
  transform: scale(1.1);
  transition: transform 3.5s ease;
  opacity: 1;
}
.zoomOutEffect.inVista {
  transform: scale(1.1);
  transition: transform 3.5s ease;
}
.zoomOutEffectBG.inVista {
  transform: scale(1.05);
  transition: transform 3.5s ease;
}
.startAnimImg.inVista img {
  transform: scale(1.1);
  transition: transform 3.5s ease;
}
.anim-photo {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 1.3s cubic-bezier(0.2, 0, .8, 0);
}
.anim-photo.inVista {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.anim-bg-open {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.anim-photo-small-l1 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.3s cubic-bezier(0.2, 0, .8, 0);
}
.anim-photo-small-l1.inVista {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.anim-bg-small-l1 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.3s cubic-bezier(0.2, 0, .8, 0);
}
.anim-bg-small-l1-open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.anim-photo-big-l1 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.3s cubic-bezier(0.2, 0, .8, 0);
}
.anim-photo-big-l1-open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.anim-testo, .anim-testo > div {
  position: relative;
}
.sub-anim-testo {
  position: relative;
}
/*END ANIMAZIONI*/
/*blocco-offerte-home*/
.blocco-offerte-home {
  padding: 8.33333333% 0 !important;
  background-image: url(img/bg-blocco-offerte-home.svg);
  background-size: cover;
  background-position: center;
}
.blocco-off-title {
  padding: 0 !important;
}
.ms-custom {
  margin-left: 12%;
}
.swiper-button-prev.bho-swiper-button-next, .swiper-button-next.bho-swiper-button-next {
  top: 25% !important;
}
/*mappa */
.mappa-dinamica {}
.row.mobile-fixed {
  display: none !important;
}
.leaflet-map {
  height: 600px !important;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  #navbarNav .lang-item {
    display: block;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  /*menu mobile*/
  .overlay ul {
    width: 90%;
  }
  .overlay ul li a {
    font-size: 20px;
  }
  .overlay ul li {
    line-height: 40px;
  }
	#sb-container {
		display: none !important;
	}
  .row.mobile-fixed {
    font-family: "Merriweather", serif;
    display: flex !important;
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 1001;
    margin: 0px;
    height: 45px;
    background-color: #B68B69;
  }
  .row.mobile-fixed a {
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
  }
  .row.mobile-fixed a:hover {
    color: #fff !important;
  }
  .line-end {
    border-right: solid #fff 1px;
  }
  /*layout 8*/
  .workList-mobile {
    font-family: "Merriweather", serif;
    color: #AD7F1C;
    font-size: 30px;
    list-style-type: none;
  }
  .workList-mobile a {
    color: #AD7F1C;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
	.label-l3 .double-column{
display:none;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
  html {
    font-size: 75%;
    margin: 0 !important;
  }
  html #wpadminbar {
    display: none !important;
  }
	.sez1-layout2 {
		margin-top: 45px;
	}
	.plyr--video {
		height: 350px;
	}
	.plyr__video-wrapper {
		width: 650px !important;
		margin:0 !important;
		padding-bottom:100% !important;
	}
	 .sb__dates .sb__form-field {
    width: 100% !important;

  }
	#navbarNav {
  column-count: 1;
}
  /*generiche*/
  .hide-mobile {
    display: none !important;
  }
	.btn {
		width: auto;
	}
	.standardGallery, .standardGallery .swiper-slide {
	min-height: 50vh;
}
  /*TIPOGRAFIA*/
  .h1, h1 {
    font-size: 28px !important;
  }
  .h2, h2 {
    font-size: 26px !important;
  }
  .h3, h3 {
    font-size: 24px !important;
  }
  .h4, h4 {
    font-size: 22px !important;
  }
  .h5, h5 {
    font-size: 20px !important;
  }
  .h6, h6 {
    font-size: 18px !important;
  }
  /* END TIPOGRAFIA*/

  /*modal booking*/
  .modal-dialog.modal-dialog-booking {
    margin-top: 10rem;
  }
  /*Header*/
  #masthead, #menu-desk {
    height: 70px;
  }
  #masthead {
    padding: 0rem 1rem;
  }
  .logo > div {
    height: 60px;
    width: 87px;
  }
  .btn.btn-book {
    width: 80px;
    font-size: 14px !important;
    line-height: 16px;
  }
  /*custom offset*/
  .customoffset-1 {
    margin-left: 0;
  }
  .customoffset-2 {
    margin-left: 0;
  }
  .customoffset-3 {
    margin-left: 0;
  }
  .customoffset-4 {
    margin-left: 0;
  }
  .customoffsetend-1 {
    margin-right: 0;
  }
  /*sez 1 L1*/
  .text-overcover {
    width: 100%;
  }
  .text-overlay-s1 {
    margin-left: 0;
  }
  .photo-bg-s1 {
    min-height: 60vh;
  }
  /*layout1*/
  .offset-l1 {
    margin-left: 0;
  }
  .swiper-button-next.swiper-button-next-alt {
    top: 50% !important;
    right: 10px;
    left: auto;
  }
  .swiper-button-prev.swiper-button-prev-alt {
    top: 50% !important;
    left: 10px;
    right: auto;
  }
	.textbl1 {
	position: relative !important;
	top: auto;
	transform: none;
}
  /**layout2*/
  .label-general-wrapper {
    min-height: 18vh;
    width: 80%;
  }
	.label-l3 {

  padding: 1rem 2rem;
text-align: center;
}
  /*layout 4*/
  .layout4 {
    min-height: 50vh;
  }
  /*layout5*/
  .layout5 {
    padding: 3rem 0 !important;
    background-image: none;
  }
  .big-image-l5 {
    min-height: 50vh;
  }
  .bl-text-l5 {
    padding: 3rem !important;
  }
  /*layout 6*/

  /*layout8*/
  .bl-text-l8 {
    display: inline-block !important;
    padding: 3rem !important;
  }
  .l8-half-title {
    width: 100%;
  }
  .l8-half-text {
    width: 100%;
    padding-right: 0;
  }
  /*layout9*/
  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    display: none
  }
  .home-showcase .home-showcaseSlider .swiper-pagination {
    bottom: 100px !important;
    left: 20px !important;
  }
  .custompl9 {
    padding: 3rem !important;
  }
  /*layout10*/
  ul.lista-servizi-camere li {
    width: 100%;
  }
  .layout10 .col-md-7 {
    display: none;
  }
	.wrappercasali10 .swiper-button-prev, .wrappercasali10 .swiper-button-next {
  top: 90% !important;
}
	.wrapper-nav-10 .swiper-button-prev {
  top: 70%;

}
	.wrapper-nav-10 .swiper-button-next {
  top: 30% !important;
}
	.main-carousel-portfolio {
  min-height: 70vh;
}
	/*layout11*/
	.gallery-l11 {
	min-height: 50vh;
}
  /*blocco offerte home*/
  .blocco-off-title {
    padding: 0 3rem !important;
  }
  /*mappa*/
  .mappa-dinamica {}
  .leaflet-map {
    height: 350px !important;
  }
  .contact-form {
    padding: 0;
  }
  /*footer*/
  .bg-sepia-nosolid {
    display: block;
  }
  .logo-footer {
    width: 100%;
  }
}