@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: 'Raleway', sans-serif;
  background-color: #F7F0E6 !important;
  transition: 0.3s all;
  color: #3C3C3B !important;
}
.iubenda-cs-preferences-link {
  font-size: 11px;
  color: #6B6B6B !important;
  background-color: #fff;
  padding: 2px 8px;
  border: solid #ddd 1px;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.iubenda-cs-preferences-link:hover {
  color: #333;
}
blockquote {
  font-style: italic;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  list-style: inside;
  list-style-type: disc;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}
select {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  background-color: transparent;
}
img, .position-bg {
  background-position-x: center;
  background-position-y: center;
}
hr {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  border-top: 1px solid rgba(89, 119, 93, .1) !important;
}
* {
  box-sizing: border-box;
}
/*
section {
  min-height: 100vh;
}
*/
a:focus {
  outline: none !important;
}
.btn.focus, .btn:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important;
}
/*booking engine*/
#booking-div {
  border-radius: 0;
  text-align: center;
  font-size: 20px;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  padding: 13px 8vw;
  margin: -134px auto 0;
  position: fixed;
  color: #383128;
  bottom: 0;
  z-index: 1000;
}
.sb__form-field-label {
  text-align: left;
}
#booking-div .sb__footer {
  display: none;
}
.modal-content.modal-booking {
  width: 50%;
  margin: auto 25%;
}
.modal-content.modal-booking .modal-header h3 {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.modal-dialog.modal-dialog-booking {
  vertical-align: middle;
  display: flex;
}
.o-scroll {
  overflow: hidden;
}
#masthead {
  padding: .5rem 1rem;
  position: fixed;
  z-index: 999 !important;
  height: 90px;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: transparent;
}
#masthead.sticky-top {
  padding: .5rem 0rem;
  background-color: #D2A772;
}
/* Hamburger menu + overlay effect menu
--------------------------------------------- */
.button_container {
  height: 27px;
  width: 45px !important;
  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%;
}
.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: 'Playfair Display', 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: 60px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Playfair Display', 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*/
/*FORM */
.gfield_description.gfield_consent_description {
  border: 0px !important;
}
.gform-button {
  background-color: #D2A772 !important;
}
.gform-button:hover {
  background-color: #B08166 !important;
}
.gform_wrapper.gravity-theme .m-top-gfield {
  margin-top: 16%;
}
.gfield_label.gfield_label_before_complex {
  margin: 0 !important;
  font-weight: normal !important;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .ginput_container_time {
  max-width: 44% !important;
  min-width: 44% !important;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  overflow-y: visible !important;
  border: 0px solid #ddd !important;
  color: #3C3C3B !important;
}
.gfield_consent_description a {
  color: #3C3C3B !important;
  font-weight: bold;
  text-transform: uppercase;
}
.form-container form input[type="submit"] {
  min-width: 100%;
  margin-left: 0;
  background-color: #C3D8EA;
  color: #FFFFFF;
  border: solid #C3D8EA 1px;
}
.form-container form input[type="submit"]:hover {
  background-color: #779CB7;
  color: #FFFFFF;
  border: solid #779CB7 1px;
}
.gform_footer {
  width: 40%;
  margin-left: 30% !important;
}
.gfield_consent_label {
  color: #3C3C3B !important;
  font-size: 16px;
}
.contact-form {
  font-size: 16px;
  width: 100%;
  margin: 0 !important;
}
.txt-cf {
  text-align: center;
  text-transform: uppercase;
}
.txt-cf h1 {
  font-size: 80px !important;
  text-transform: uppercase;
  border-top: solid #A58769 1px;
  border-bottom: solid #A58769 1px;
  margin: 0 !important;
}
.blocco-cf {
  padding: 8vh 15vh !important;
  background-color: #A5B197;
	margin-left: 8.33333333%;
}
.general-wrapper-cf {
  padding: 6rem 0;
  background-image: url(img/rombicontactform.png);
  background-size: contain;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px !important;
  font-family: 'Raleway', sans-serif;
}
.gform_confirmation_wrapper {
  color: #3C3C3B;
}
.gform_submission_error {
  font-size: 20px !important;
  line-height: 20px !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;
}
thead {
  background-color: #A5B197;
  color: #fff;
}
.table {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}
.card {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.bottoni-tessera {
  width: 100%;
  padding-bottom: 30px;
}
.bg-color-card {
  background-color: #fff;
}
.bg-color-card h3 {
  padding: 20px 0px;
  margin-left: 20px;
}
.img-cover.height-img-card {
  height: 350px;
}
.img-slide-camere {
  height: 60vh;
  text-align: center;
  display: inline-grid;
}
.black-bg {
  background-color: #000 !important;
}
.transparent-bg {
  background-color: transparent !important;
}
.white-close {
  color: #fff !important;
}
.img-slide-camere img {
  height: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.modal-content.black-bg {
  height: 90vh !important;
}
.modal-dialog.modal-dialog-slide {
  max-width: 100% !important;
  height: 100% !important;
}
.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}
.modal {
  padding-right: 0px !important;
}
.modal-dialog {
  max-width: 85% !important;
  margin: 0 auto !important;
  padding: 60px 10px 60px 10px !important;
  min-height: 100% !important;
}
.modal-content {
  font-family: 'Raleway', sans-serif;
  border-radius: 0px !important;
  border: 0px;
  height: auto !important;
}
.modal-body {
  padding: 0px 60px 40px 60px !important;
  background-color: #ffffff;
}
.modal-header {
  border-bottom: 0px !important;
}
.modal-body input[type="text"], .modal-body textarea {
  border: solid #ccc 1px;
}
.modal-body .gform_wrapper .gform_footer {
  width: 40% !important;
  clear: none !important;
  text-align: center !important;
  padding: 16px 0 10px 0 !important;
  margin: 0 16px 0 0 !important;
}
.modal-header .close {
  padding: 0rem 1rem;
  font-weight: 200 !important;
}
body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}
.close {
  font-size: 5rem !important;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin: 20px 0px !important;
  font-family: 'Playfair Display', serif;
  font-style: normal;
}
.h1, h1 {
  font-size: 90px !important;
  font-weight: 200 !important;
}
.h2, h2 {
  font-size: 80px !important;
  font-weight: 200 !important;
}
.h3, h3 {
  font-size: 70px !important;
  font-weight: 200 !important;
}
.h4, h4 {
  font-size: 50px !important;
}
.h5, h5 {
  font-size: 40px !important;
}
.h6, h6 {
  font-size: 35px !important;
}
p {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.dropdown-menu {
  border: none !important;
  color: #393939 !important;
  font-size: 14px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
}
.dropdown-menu ul {
  width: 100%;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #393939 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: solid #fff 0px !important;
}
.dropdown-item:hover {
  color: #983228 !important;
  text-decoration: none !important;
  background-color: transparent !important;
}
.html-content a, .gform_button.button {
  text-align: center !important;
  padding: 15px 60px !important;
}
.html-content a, .btn, .gform_button.button {
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  text-shadow: none !important;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  white-space: initial;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn-iso {
  color: #000;
}
.btn-iso:hover {
  color: #983228 !important;
}
.btn-iso::after:hover {
  background-color: #983228 !important;
}
.btn-iso.selected {
  color: #983228;
}
span .btn-iso.selected::after {
  background-color: #983228;
}
span .btn-iso::after {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: -webkit-calc(50% - 8px);
  left: -moz-calc(50% - 8px);
  left: calc(50% - 8px);
  position: relative;
  top: 15px;
  width: 16px;
}
.btn.btn-primary.btn-faq span {
  padding: 0px 20px;
  font-size: 30px;
  line-height: 30px;
}
.btn.btn-primary.btn-faq {
  line-height: 30px;
}
/* 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; */
}
a .fa {
  color: #3C3C3B;
  width: 40px;
  font-size: 30px;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0) !important;
}
/* end OVERRIDE BOOTSTRAP CSS */
/**MAGNIFIC POPUP*/
.image-source-link {
  color: #A58769;
}
.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*/
#menu-desk #dropdownMenuButton {
  color: #ffffff !important;
}
#menu-deskbis #dropdownMenuButton {
  color: #3C3C3B !important;
}
.list-menu-lang a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
}
.list-menu-lang a:hover {
  color: #ffffff;
}
.pre-lang-menu {
  display: none;
}
.btn.dropdown-toggle.btn-menu {
  font-size: 16px !important;
  color: #000;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-shadow: #333338 0px 0px 4px;
  border: none;
  background-color: transparent !important;
}
.dropdown-menu.dropdown-lang.show li {
  list-style-type: none;
  padding: 10px;
  background-color: #A58769;
}
.dropdown-menu.dropdown-lang.show {
  background-color: transparent !important;
  min-width: 70px;
  text-align: center;
  margin: 0px;
}
.dropdown-menu.show {
  display: flex !important;
}
/*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 {
  background-color: #2A3C43 !important;
  font-family: 'Raleway', sans-serif;
  border-radius: 0px !important;
  text-transform: uppercase;
  padding: 15px 60px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  display: inline-block !important;
  margin: 10px 20px;
  max-width: max-content;
  border: 0px;
}
.btn:hover {
  color: #2A3C43 !important;
  background-color: #B7D1D6 !important;
}
.btn.btn-primary.btn-room {
  background-color: #B7D1D6 !important;
  color: #000 !important;
  width: 80%;
  margin: 20px 10% 0 10%;
}
.btn.btn-primary.btn-room.btn-room6 {
  width: 40%;
  margin: 20px 30% 0 30%;
}
.btn-primary.btn-room:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.btn.btn-primary.btn-card {
  background-color: #315D8E !important;
  border-color: #315D8E !important;
  padding: 15px !important;
  margin: 3px;
}
.btn.btn-primary.btn-card:hover {
  color: #6CA0A2 !important;
}
.btn-outline-secondary {
  color: #315D8E !important;
  border-color: transparent !important;
  font-size: 80px !important;
  line-height: 40px !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active {
  background-color: transparent !important;
}
.btn.btn-primary.arrow-span span {
  font-size: 90px;
  color: #315D8E;
}
.navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  letter-spacing: 3px;
}
.navbar-brand {
  margin: auto !important;
}
.header .logo {
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.logo > div {
  height: 50px;
  width: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  background-position: center;
}
.logo img {
  height: 130px;
}
.entry-title {
  display: none !important;
}
.widget-title {
  color: #3C3C3B;
  font-family: 'Raleway', sans-serif;
  font-size: 12vh !important;
  text-transform: uppercase;
  font-weight: normal;
}
.sez-1-slide {
  min-height: 100vh;
  width: 100%;
}
.layout-card {
  background-color: #6CA0A2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.layout-card h1 {
  color: #ffffff;
}
.img-card {
  min-height: 250px;
  background-size: cover;
}
.card-body {
  background-color: #fff;
  text-align: center;
}
.card-offerte {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3)
}
.arrow-right:before {
  content: url(img/arrow-right.svg);
  width: 75px;
  display: inline-block;
}
.arrow-left:before {
  content: url(img/arrow-left.svg);
  width: 75px;
  display: inline-block;
}
.btn.btn-primary.arrow-span.mb-3 {
  padding: 10px !important;
}
/*Classi generiche layout
--------------------------------------------- */ :target::before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}
.borderwhite {
  border: solid #F7F0E6 5px;
}
.box {
  padding-top: 100%;
}
.palmadx {
  background-image: url(img/vegetazionedx.png);
  width: 27vw !important;
  height: 100%;
  position: absolute;
  background-size: contain;
  right: 0;
  background-repeat: no-repeat;
}
.palmasx {
  background-image: url(img/vegetazionesx.png);
  width: 28vw !important;
  height: 100%;
  position: absolute;
  background-size: contain;
  left: 0;
  background-repeat: no-repeat;
}
.palma50sx {
  background-image: url(img/_rombisx.png);
  width: 37vw;
  height: 57vh;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 100px;
}
.zoom-icon {
  height: 100%;
  width: 20%;
  text-align: center;
  margin-left: 40%;
  font-size: 80px;
  color: #fff;
  display: none !important;
}
.zoom-icon a, .zoom-icon a:hover {
  color: #fff;
}
.lang-item {
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
}
.txt-boxed {
  padding: 140px !important;
}
.txt-box {
  padding: 0 140px;
}
.gallerybox {
  min-height: 80vh;
  z-index: 2;
  top: 5vw;
  margin-top: -10vw;
}
.gallerybox2 {
  min-height: 60vh;
  z-index: 2;
}
/*txt overlay*/
.txt-overlay {
  text-shadow: #000 0px 0px 6px;
  width: 100%;
  color: #fff;
}
.p-left {
  padding-left: 15vw !important;
}
.p-right {
  padding-right: 15vw !important;
}
.p-rightStrong {
  padding-right: 8vw !important;
}
.margin-5 {
  margin: 5%;
}
.m-left {
  margin-left: 10vw !important;
}
.m-right {
  margin-right: 10vw !important;
}
.m-top {
  margin-top: 2vw !important;
}
.m-bottom {
  margin-bottom: 2vw !important;
}
.bg-C3B9AC {
  background-color: #C3B9AC;
  color: #ffffff;
}
.bg-D4CABB {
  background-color: #A58769 !important;
  color: #3C3C3B !important;
}
.l-heightStrong {
  line-height: 40px !important;
}
.slide-position {
  position: absolute;
  bottom: 0;
  width: 50%;
  z-index: 1;
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
  color: #E8DDCF;
  font-size: 20px !important;
  font-family: 'Raleway', sans-serif;
  line-height: 65px;
}
.flex-direction-nav {
  height: 75px;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}
.flex-nav-prev {
  height: 100%;
  position: absolute;
  width: 50%;
}
.flex-nav-next {
  height: 100%;
  position: absolute;
  width: 50%;
  right: 0;
}
.flex-direction-nav a {
  opacity: 1 !important;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  margin: 0 !important;
}
.h-20vh {
  min-height: 20vh !important;
}
.h-40vh {
  min-height: 40vh !important;
}
.h-50vh {
  min-height: 50vh !important;
}
.h-60vh {
  min-height: 60vh !important;
}
.h-80vh {
  min-height: 80vh !important;
}
.h-90vh {
  min-height: 90vh !important;
}
.h-100vh {
  min-height: 100vh !important;
}
.h-auto {
  min-height: auto !important;
}
.flexed {
  display: flex;
  overflow: hidden;
}
.flexed.oEnd {
  justify-content: flex-end;
}
.hideclass {
  display: none;
}
.z-1 {
  z-index: 1;
}
.z-n1 {
  z-index: -1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
/*END Classi generiche layout*/
/*Classi specifiche layout
--------------------------------------------- */
/*Stack Card Slick Slide
*/
.slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}
.slider-nav-list.slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.slick-list {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}
.slider-nav-list .slick-list {
  padding: 0% !important;
}
.slick-dots {
  position: absolute;
  top: 10%;
  left: -25%;
  list-style-type: none;
}
.slick-dots .slick-active .pager__item h3 {
  font-weight: bold !important;
}
a.pager__item {
  cursor: pointer;
}
.pager__item h5 {
  text-transform: none;
  color: #3C3C3B;
  font-weight: normal;
  margin: 5px 0px !important;
  font-size: 38px !important;
}
.pager__item:hover {
  color: #3C3C3B;
}
.slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 80% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.slick-snext, .slick-sprev, .slick-snext2, .slick-sprev2 {
  display: block;
}
.slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick-snext {
  opacity: 1;
  transform: translate3d(10%, 0, -10px);
  z-index: 1;
  perspective: 1000px;
}
.slick-snext2 {
  opacity: 1;
  transform: translate3d(30%, 0, -20px);
  z-index: 0;
  perspective: 1000px;
}
.slick-sprev {
  opacity: 1;
  transform: translate3d(-10%, 0, -10px);
  display: none !important;
}
.slick-sprev2 {
  opacity: 1;
  transform: translate3d(-20%, 0, -20px);
  display: none !important;
}
.test {
  display: block;
  width: 100%;
  height: 80vh;
  cursor: url("img/swipepng.png"), pointer;
}
/*END Stack Card Slick Slide
*/
.widget {
  margin: 0 !important;
}
/*empty space layout*/
.empty-space {
  height: 70px;
  width: 100%;
}
/*sezioni e tpl*/
.sezione1 {
  z-index: -1;
  position: relative;
  overflow: hidden;
}
.sezione3-intro {
  min-height: 100vh;
}
.tpl-contatti {
  height: 100%;
  padding: 70px;
}
.tpl-contatti a, .tpl-contatti a:hover {
  color: #3C3C3B;
}
.border-contact {
  border: solid rgba(0, 0, 0, .2) 2px !important;
}
.newsletter-div {
  padding: 60px !important;
}
.newsletter-bg {
  background-color: rgba(0, 0, 0, .5);
  padding: 60px !important;
}
/*sezione 1 - immagine cover*/
.sez-1-img {
  height: 100vh;
}
.black-bg-opacity {
  background-color: rgba(0, 0, 0, 0.1);
}
/*layout1*/
.layout1 {
  position: relative;
  width: 100%;
  background-color: #F7F0E6;
}
.layout1-bgsx {
  background-image: url(img/albero-w-c.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.layout1-bgdx {
  background-image: url(img/albero-w-sx.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.topText {
  letter-spacing: 10px;
  font-size: 17px !important;
}
.overviewTitle {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
/*VIDEO*/
.plyr--video .plyr__controls {
  display: none !important;
}
.heightVideo {
  height: 100vh;
}
/*layout2*/
.layout2 {
  min-height: 100vh;
  width: 100% !important;
  padding: 5% !important;
}
.layout2 .card {
  background-color: transparent !important;
}
.btn-parallax {
  z-index: 1;
  position: absolute;
  right: 15px;
  text-align: right;
  width: 100%;
  float: right;
  font-size: 16px;
  font-weight: 300;
}
.btn-parallax span {
  width: 85%;
  display: inline-block;
  height: 13px;
  border-bottom: solid #FFFFF3 1px;
  position: absolute;
  margin-left: 15px;
  margin-right: 15px;
  left: 15px;
}
.btn-parallax a {
  color: #FFFFF3;
  text-transform: uppercase;
}
.btn-parallax a:hover {
  color: #FFFFF3;
}
/*PARALLAX*/
.bg-parallax {
  padding-top: 40px;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  z-index: 1;
  opacity: 0.9;
}
/*layout3*/
.bl-center3 {
	margin-left: 8.33333333%;
	padding: 24vh 0;
}
.layout3 {
  background-color: #F7F0E6;
  background-image: url("img/sfondo.svg");
  text-align: center;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  ;
}
.layout3 h3 {
  font-size: 8vh !important;
  background-image: url(img/bg-title.jpg);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-position-y: center;
  line-height: 8vh !important;
  text-transform: uppercase;
}
/*layout10*/
.layout10 {
  min-height: 100vh !important;
  position: relative;
  width: 100%;
  background-color: #E3DACB;
  color: #3C3C3B;
}
/*layout15*/
.domanda {
  background-color: #FFFFF3;
  padding: 20px !important;
  color: #3C3C3B;
}
.domanda a, .domanda a:hover {
  color: #3C3C3B;
}
.content-accordion h2 {
  text-align: left;
  float: left;
}
.content-accordion .row {
  margin-bottom: 10px;
}
.testo-accordion p {
  margin-top: 20px;
  padding: 0px 30px;
  font-size: 20px;
}
/*layout28*/
.container-frame {
  margin-left: 70px;
  background-color: #E2E1D6;
  min-height: 100vh;
}
.layout28 {
  background-color: #E2E1D6;
}
.layout28 .testo28 {
  background-color: #FFFFF3;
  padding: 70px;
  color: #A58769;
}
.gallerybox-bg-anim {
  height: calc(100% - 70px);
  width: calc(50% - 35px);
  position: absolute;
  background-color: rgba(72, 61, 57, .7);
  right: 0;
}
.count-slide-28 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px !important;
  color: #A58769;
  border-bottom: solid #A58769 2px;
  bottom: 120px;
  z-index: 2;
  margin-left: 40%;
  height: 50px;
}
.count-slide-28::before {
  content: '';
  height: 10px;
  width: 10px;
  border: solid 2px #A58769;
  background-color: #A58769;
  transform: rotate(45deg);
  position: relative;
  float: right;
  right: -15px;
  bottom: -44px;
}
/*layout29*/
.layout29 {
  background-color: #C3B9AC;
}
.img-offerte {
  display: inline-block;
  height: 60vh;
}
.testo-offerte {
  float: right;
  padding: 12vw 4vw !important;
  text-align: center;
}
.testo-offerte a, .testo-offerte a:hover {
  color: #3C3C3B;
}
.slide-frame-offerte {
  position: absolute;
  background-color: #E2E1D6;
  width: calc(50% + 50px);
  height: 30vh;
  left: 0;
  top: 0;
  z-index: -1;
  margin-top: calc(30vh + 50px);
}
.titolo-blocco-offerte {
  padding: 5% 140px !important;
}
.foto-off {
  width: 60%;
  min-height: 70vh;
  display: inline-block;
}
.dettagli-off {
  width: 40%;
  min-height: 70vh;
}
.dettagli-off h3 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
/*layout30*/
.img-intro3 {
  height: 100vh;
}
/*layout31*/
.layout31 {
  min-height: 100vh !important;
  position: relative;
  width: 100%;
  background-color: #A58769;
  color: #3C3C3B;
}
.blocco-servizi-camere {
  background-color: #ffffff;
}
.lista-servizi-camere {
  font-family: 'Raleway', sans-serif;
  list-style-type: none;
  display: inline-block;
  margin-top: 120px;
  width: 80%;
}
ul.lista-servizi-camere li {
  width: 33%;
  float: left;
  display: inline;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 45px;
}
.mini-icone-servizi {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px;
}
/*layout32*/
.layout32 {
  min-height: 100vh !important;
  position: relative;
  width: 100%;
  background-color: #A58769;
  color: #3C3C3B;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.count-slide-32 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px !important;
  position: absolute;
  bottom: 140px;
  border-bottom: solid #A58769 2px;
  width: 25%;
  z-index: 2;
  margin-left: 37.5%;
  margin-right: 37.5%;
  text-align: right;
  margin-bottom: 80px;
  padding-bottom: 4px;
  color: #A58769;
}
.count-slide-32::before {
  content: '';
  height: 10px;
  width: 10px;
  border: solid 2px #A58769;
  background-color: #A58769;
  transform: rotate(45deg);
  position: relative;
  float: left;
  left: 0;
  bottom: -45px;
}
.count-slide-32.count-slide-32-2 {
  text-align: left;
}
.count-slide-32.count-slide-32-2::before {
  float: right;
}
/*layout34*/
.layout34 {
  min-height: 100vh !important;
  position: relative;
  width: 100%;
  background-color: #E2E1D6;
  color: #A58769;
}
.vertical-txt {
  transform: rotate(-90deg);
  width: max-content;
  position: relative;
  top: 20vh;
  left: -100px;
}
.line-gallery {
  border-left: solid #A58769 2px;
  height: 100%;
  display: inline-block;
  position: relative;
  width: 60px;
  top: 35%;
  margin-left: 28px;
}
.slide-frame-photogallery {
  background-color: #A58769;
  width: calc(66% + 50px);
  height: calc(50vh + 50px);
  position: absolute !important;
  z-index: 1;
  right: 0;
  margin-top: 50vh;
  ;
}
/*layout35*/
.layout35 {
  min-height: 100vh !important;
  position: relative;
  width: 100%;
  padding: 5% 0 5% 5%;
  background-color: #C3B9AC;
}
.layout352 {
  position: relative;
  width: 100%;
  padding: 5% 0 5% 5%;
  background-color: #C3B9AC;
}
/*layout36*/
.layout36 {
  color: #3C3C3B;
  background-color: #C3B9AC;
}
/*layout37*/
.layout37 {
  color: #3C3C3B;
  min-height: 100vh;
}
.dettagli-app37 {
  width: 50%;
  background-color: #E3DACB;
  position: absolute;
  margin-left: 4vw;
  margin-top: 5vh;
  padding: 1vw;
  min-height: 60vh;
}
.dettagli-app37 h4 {
  font-weight: 200;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.border-app {
  min-height: 57vh;
  width: 100%;
  position: relative;
  border: solid #891A22 1px;
  padding: 2vw;
}
.foto-app {
  width: 50%;
  float: right;
  min-height: 70vh;
}
/*layout38*/
.layout38 {
  color: #3C3C3B;
  background-color: #C3B9AC;
}
.dettagli-app {
  width: 50%;
  background-color: #C3D8EA;
  position: absolute;
  margin-left: 4vw;
  margin-top: 5vh;
  padding: 4vw;
  min-height: 60vh;
}
.dettagli-app h4 {
  font-weight: 200;
  margin-bottom: 1em;
  text-transform: uppercase;
}
/*layout39*/
.layout39 {
  color: #3C3C3B;
  background-color: #C3B9AC;
  min-height: 100vh;
}
.sez-related-post {
  text-align: center;
}
.sez-related-post h3, .sez-related-post h3:hover {
  line-height: 60px !important;
}
/*layout40*/
.layout40 {
  min-height: 80vh;
  color: #ffffff;
  text-align: center;
}
.layout40 h3 {
  text-shadow: #000 0px 0px 4px !important;
  font-weight: 400 !important;
}
/*layout50*/
.layout50txt {
  color: #3C3C3B;
  position: relative;
}
.layout50 {
  color: #3C3C3B;
  background-image: url(img/_rombicenter.png);
  background-size: 30%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}
.layout50 h1 {
  font-size: 130px !important;
}
.color-bg-sugar {
  background-color: #B08166;
  color: #ffffff;
  width: 100%;
  top: 65%;
  position: absolute;
  z-index: -1;
}
/*layout52*/
.layout52 {
  background-color: #DCE0CC;
  background-image: url(img/rombi.png);
  background-size: contain;
  height: 55vh;
  background-position: center;
  background-repeat: no-repeat;
}
.gallerybox-52 {
  min-height: 60vh;
  z-index: 2;
  top: 5vw;
  margin-top: -10vw;
}
/*END Classi specifiche layout*/
/*ANIMAZIONI*/
.hideit {
  opacity: 0;
}
.showit {
  opacity: 1;
}
.anim-photo {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: 1.5s cubic-bezier(0.2, 0, .8, 0) .8s;
}
.anim-photo.is-inview {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.anim-bg-gallerybox {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: 1.5s cubic-bezier(0.2, 0, .8, 0);
}
.anim-bg-gallerybox.is-inview {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.anim-bg.is-inview {
  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.5s cubic-bezier(0.2, 0, .8, 0);
}
.anim-photo-small-l1.is-inview {
  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.5s cubic-bezier(0.2, 0, .8, 0);
}
.anim-bg-small-l1.is-inview {
  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.5s cubic-bezier(0.2, 0, .8, 0);
}
.anim-photo-big-l1.is-inview {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/*END ANIMAZIONI*/
.layout17 span {
  font-family: 'Raleway', sans-serif;
  font-size: 400px;
  z-index: 99;
  position: absolute;
  color: #fff;
  text-shadow: #333338 0px 0px 4px;
  height: 40vh;
  width: 100%;
  text-align: center;
  padding-top: 46vh;
}
.layout17 h1, .layout17 h2, .layout5 h1, .masonry-gallery h1 {
  color: #fff;
  text-shadow: #333338 0px 0px 4px;
}
.layout4 {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.layout4 a, .layout5 a {
  color: #ffffff;
  font-weight: bold;
}
.partner {
  margin-top: 1.5em !important;
}
.img-logo {
  height: 60px;
  width: 300px;
  margin: 30px auto;
}
.layout5 {
  min-height: 80vh;
  display: inline-block;
  width: 100%;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
.layout5 .col-1 {
  height: 80vh;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  width: 53%;
  float: left;
}
.layout5 .col-2 {
  height: 40vh;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  float: left;
}
.custom-card {
  position: absolute !important;
  top: 0px;
  width: 100%;
}
.fr5 {
  padding-top: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
}
.layout7 {
  min-height: 40vh !important;
  position: relative;
  width: 100%;
  margin: 5px 0;
}
.layout8 {
  min-height: 70vh !important;
  position: relative;
  width: 100%;
}
.carousel-l8 {
  width: 100%;
  min-height: 60vh;
  padding: 40px;
}
.txt-card {
  min-height: 50%;
  margin-top: 50%;
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, .65);
  padding-top: 10px;
  padding-bottom: 10px;
  width: inherit;
  text-align: center;
}
.txt-content {
  min-height: 125px;
}
.txt-card .btn-primary {
  color: #fff !important;
  background-color: #315D8E !important;
  border-color: #315D8E !important;
}
.txt-card .btn {
  padding: 15px !important;
}
.layout9 {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 60vh;
  padding: 30px 60px;
}
.layout92 {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 60vh;
  padding: 30px 60px;
}
.layout5m {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.layout12 {
  min-height: 70vh !important;
  position: relative;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.layout18 {
  width: 100%;
  min-height: 100vh;
}
.layout18 h1 {
  color: #000;
  padding-bottom: 20px;
}
.z-1 {
  z-index: 1;
}
.p-40 {
  padding-left: 60px;
  padding-right: 60px;
}
.gallerybox-room {
  height: 60vh;
}
.tile {
  min-height: 60vh;
}
.tile-title {
  min-height: 30vh;
}
.txt-tile {
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  color: #fff;
  padding-top: 250px;
}
.txt-tile h1 {
  margin: 0 !important;
}
.tile-hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-opacity-tile {
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
}
.h-30-sep {
  width: 100%;
  height: 30px;
}
.img-cover {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.img-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: inline-block;
}
.color-sugar {
  background-color: #6E869E;
}
.color-sugar2 {
  background-color: #ACBEBE;
}
.color-grey {
  background-color: #4a3e5a;
}
.box-form {
  height: 100%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.3);
}
.gform_required_legend {
  display: none;
}
.gform_wrapper label.gfield_label {
  font-weight: normal !important;
  text-transform: uppercase;
}
label {
  margin-bottom: 0px !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], .gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 0px !important;
  border-style: none;
  color: #3C3C3B !important;
}
.gform_wrapper.gravity-theme select {
  border-radius: 0px !important;
  border-style: none none solid none;
  border-color: #5A4F4A;
  color: #3C3C3B;
  background-color: transparent;
}
.finesezione {
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
}
.row.box-title.position-bg {
  height: 50vh;
}
.box-title .card.h-100.justify-content-center {
  width: 100%;
}
.box-container {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
#stanze h1, #attivita h1 {
  font-size: 30px !important;
  margin-left: 20px;
}
.layout18 h1 {
  font-size: 30px !important;
  margin-left: 25px;
}
.site-footer {
  font-size: 14px;
  color: #F7F0E6;
  background-color: #B08166;
}
.site-footer h3 {
  font-size: 20px !important;
}
.site-footer a {
  color: #F7F0E6;
  font-weight: bold;
}
.site-footer a:hover {
  color: #F7F0E6;
}
.site-info {
  color: #F7F0E6;
}
.site-info a {
  color: #F7F0E6;
}
.contatti {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.footerData {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.footerData .fa {
  font-size: 30px;
}
.fa.fa-facebook, .fa.fa-instagram {
  color: #F7F0E6;
  width: 50px;
  height: 50px;
  font-size: 30px;
  background-color: #3C3C3B;
  border-radius: 50px;
  line-height: 50px;
  margin: 0 5px;
  text-align: center;
}
.footerTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 4vw;
  width: 20vw;
  text-align: right;
  text-transform: uppercase;
}
.footerTitle:after {
  content: url("img/arrow-contatti.svg");
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px
}
.footerText {
  font-family: 'Raleway', sans-serif;
  margin-left: 20px;
  font-size: 20px;
}
.mappa-pin {
  height: 60vh;
}
.layout-mappa {}
.leaflet-map {
  height: 550px !important;
}
/*MASONRY*/
.masonry-gallery {
  border: solid #f9f7f5 10px;
}
.grid-item {
  padding: 0px !important;
}
.grid-item-content {
  height: 40vh;
  overflow: hidden;
  border: solid #f4efe8 10px;
}
.grid-item-content--height2 {
  height: 80vh;
}
.text-upp {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
}
.height-fix {
  min-height: 500px;
}
.p-50 {
  padding: 50px;
}
.center h1, .center h2, .center h3, .center h4, .center p {
  color: #fff !important;
}
.inProgress::after {
  display: block;
  width: 12px;
  height: 12px;
  border: solid rgba(255, 255, 255, 0.4) 1px;
  content: '';
  top: -6px;
  right: -12px;
  position: absolute;
  border-radius: 50%;
}
.inProgress.on::after {
  background-color: #fff;
}
.tml-point {
  position: relative;
  left: -12px;
}
/*END SLICK*/
.bg-gradient {
  background: rgb(198, 219, 107);
  background: -webkit-linear-gradient(rgba(198, 219, 107, 1) 0%, rgba(85, 98, 26, 1) 100%);
  background: -o-linear-gradient(rgba(198, 219, 107, 1) 0%, rgba(85, 98, 26, 1) 100%);
  background: linear-gradient(rgba(198, 219, 107, 1) 0%, rgba(85, 98, 26, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6db6b", endColorstr="#55621a", GradientType=1);
}
#tab {
  background-color: #f9f7f5;
  color: #000;
  margin: 40px;
  border: solid #000 1px;
}
#tab .row {
  margin: 0px;
}
.nav-tabs {
  border-bottom: 0px solid transparent !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #f9f7f5 !important;
  border-color: transparent !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent !important;
}
.nav-tabs .nav-link {
  border: 0px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.nav-link {
  border-radius: 0px;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
.color-bg-tab {
  background-color: #f9f7f5;
  padding: 0px !important;
}
#myTab a:hover {
  color: #000 !important;
}
.nav-item.custom-nav-item a {
  color: #000;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.nav-item.custom-nav-item {
  border-top: solid #000 1px;
}
.nav-item.custom-nav-item:first-child {
  border-top: solid #000 0px;
}
.tab-content {
  padding: 70px 40px;
}
/*Card slider rotator*/
.slider-content {
  display: block !important;
}
.ui-card-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.ui-card-slider .slide {
  display: block;
  -webkit-user-select: none;
  position: absolute;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  -webkit-transition-property: all;
  overflow: hidden;
}
.ui-card-slider .slide img {
  width: 100%;
  height: 100%;
}
.ui-card-slider .center-slide {
  -webkit-user-select: none;
  z-index: 30;
  bottom: 12px;
  left: 0px;
  height: 100%;
}
.ui-card-slider .left-slide {
  -webkit-user-select: none;
  z-index: 20;
  bottom: 30px;
  left: -30px;
  height: 175px;
}
.ui-card-slider .right-slide {
  -webkit-user-select: none;
  z-index: 20;
  bottom: 30px;
  left: 210px;
  height: 100%;
  transform: translate(40%) matrix(0.8, 0, 0, 0.8, 0, 0);
}
.ui-card-slider .left-hidden-slide {
  z-index: 10;
  bottom: 30px;
  left: -160px;
  width: 120px;
  height: 130px;
}
.ui-card-slider .right-hidden-slide {
  z-index: 10;
  bottom: 30px;
  left: 210px;
  height: 100%;
  transform: translate(70%) matrix(0.6, 0, 0, 0.6, 0, 0);
}
.ui-card-slider .hidden-slide {
  visibility: hidden;
  display: none;
}
/*END Card slider rotator*/
/* FLICKITY*/
.excerpt {
  font-size: .875rem;
  line-height: 1.3125rem;
}
.carousel, .carousel .flickity-viewport, .carousel .carousel-cell {
  min-height: 100vh !important;
}
.carousel, .main-carousel {
  background: transparent !important;
}
.main-carousel {
  min-height: 600px;
  border: solid red 1px;
}
.main-carousel .carousel-cell {
  min-height: 500px;
  border: solid red 1px;
}
.carousel-cell {
  width: 80%;
  height: 100%;
}
.carousel-cell img {
  width: 100% !important;
}
.modal-carousel .carousel-cell {
  height: 100% !important;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
.carousel-flick .carousel-cell {
  width: 100%;
}
.carousel-appartamenti {
  width: 100vw;
}
.carousel-appartamenti .carousel-cell, .carousel-attivita .carousel-cell, .carousel-flick-tpl-offerte .carousel-cell, .carousel-flick-articoli .carousel-cell {
  width: 80%;
}
.carousel-flick-offerte .carousel-cell {
  width: 100%;
}
.flickity-viewport {
  transition: height 0.2s;
  min-height: 70vh !important;
}
.text-slide-fli {
  height: auto;
  position: absolute;
  width: 100%;
  text-shadow: #333338 0px 0px 4px;
  text-align: center;
  color: #fff;
  top: 40vh;
  padding-left: 60px;
  padding-right: 60px;
}
.text-slide-fli h1 {
  font-size: 100px !important;
  margin-top: 0 !important;
}
.text-slide-fli h1, .text-slide-fli h2, .text-slide-fli h3 {
  color: #fff !important;
}
.button.button--previous {
  background-image: url(img/arrow-dx.svg);
  background-repeat: no-repeat;
  padding: 0;
  width: 75px;
  height: 75px;
  background-size: cover;
  background-color: transparent;
  border-color: transparent;
}
.button.button--next {
  background-image: url(img/arrow-sx.svg);
  background-repeat: no-repeat;
  padding: 0;
  width: 75px;
  height: 75px;
  background-size: cover;
  background-color: transparent;
  border-color: transparent;
  position: relative;
  left: -1px;
}
.flickity-page-dots {
  bottom: 40px !important;
}
.flickity-page-dots .dot {
  background: #891A21 !important;
}
/* OWL CAROUSEL*/
.owl-stage {
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel .owl-item {
  min-height: 300px !important;
  overflow: hidden;
}
.item {
  min-height: 450px;
  width: inherit;
}
.item h3 {
  font-size: 30px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
}
.nav-prev-owl::before {
  content: url(img/arrow-left.svg);
  width: 60px;
  display: inline-block;
}
.nav-next-owl::before {
  content: url(img/arrow-right.svg);
  width: 60px;
  display: inline-block;
}
.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 32px;
}
.img-item {
  height: 100%;
}
.details-room {
  height: 60px;
  margin: 20px 0px;
  padding: 0px 30px;
}
.half {
  width: 50% !important;
  float: left;
  height: 52px;
}
.half h4 {
  position: relative;
  top: -50px;
  margin-left: 60px;
  height: 50px;
  vertical-align: middle;
  padding: 11px 0px;
  text-align: left;
  font-size: 20px;
}
.mq-icon {
  background-image: url(img/019-room.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
  float: left;
}
.guest-icon {
  content: url(img/ospiti.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.bath-icon {
  content: url(img/045-bathtub.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.bed-icon {
  content: url(img/006-bed-1.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.5);
  }
}
.full-bg {
  background-repeat: no-repeat;
  overflow: hidden;
}
.full-bg, .flex-viewport, .bg-anim {
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
}
.full-bg img {
  background-size: cover;
}
.full-bg:hover {
  animation: zoomin 10s ease-in forwards;
  transform-origin: top center;
}
.bg-anim:hover {
  animation: zoomin 10s ease-in forwards;
  transform-origin: top left;
}
.abs {
  position: absolute !important;
  z-index: 1;
  top: 40%;
  width: 100%;
  text-align: center;
}
.txt-overlay4.txt-center {
  top: 40%;
  padding-left: 40px;
  padding-right: 40px;
}
.txt-overlay4 {
  text-shadow: #333338 0px 0px 4px;
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
}
.txt-overlay4 h1 {
  color: #ffffff !important;
  font-size: 60px;
  margin: 0 0 10px 0;
  font-weight: 200;
  text-transform: inherit;
}
.txt-overlay4 h4 {
  font-size: 20px;
}
.bg-black-opacity {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
}
.row.mobile-fixed {
  display: none !important;
}
#recensioni {
  text-align: center;
  padding: 40px 40px 80px 40px;
}
.quota-tripadvisor, .quota-trivago, .quota-google {
  font-size: 3em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  margin: 10px 0px;
}
.quota-tripadvisor {
  color: #00aa6c;
  background-color: #fff;
}
.quota-tripadvisor span {
  font-size: 2.5rem;
}
.quota-tripadvisor img {
  width: 180px;
}
.quota-trivago {
  color: #007fad;
  background-color: #fff;
}
.quota-trivago span {
  font-size: 2.5rem;
}
.quota-trivago img {
  width: 180px;
}
.quota-google {
  color: #4285f4;
  background-color: #fff;
}
.quota-google span {
  font-size: 2.5rem;
}
.quota-google img {
  width: 180px;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    /*color: #fff;*/
  }
  .navbar-nav .dropdown-menu {
    /*background: transparent;
    box-shadow: none;
    border: none;*/
  }
  .pre-lang-menu {
    display: inline-block;
  }
  .post-lang-menu {
    display: none;
  }
  .menu-txt {
    display: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  .pl1 {
    padding: 19px !important;
  }
  .empty-space {
    height: 50px;
  }
  #booking-div {
    display: none;
  }
  .row.mobile-fixed {
    margin: 0px;
  }
  .row.mobile-fixed {
    display: inline !important;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 10001;
  }
  .mobile-fixed a {
    line-height: 45px;
    color: #A58769;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
  }
  .mobile-fixed a:hover {
    color: #fff !important;
  }
  .rubydx {
    background-color: #3C3C3B;
    height: 45px;
  }
  .rubysx {
    background-color: #3C3C3B;
    height: 45px;
    border-right: solid #A58769 1px;
  }
  .fa.fa-phone, .fa.fa-pencil-square-o {
    font-size: 18px;
  }
  .col-md-6.turquoise {
    float: left;
  }
  label.gfield_label {
    font-size: 12px !important;
  }
  .txt-box {
    padding: 30px 30px !important;
  }
  .nav-link {
    font-size: 30px;
  }
  .btn.btn-primary {
    margin: 20px auto;
  }
  .card-img-top-350 {
    height: 200px;
  }
  .min-h-txt h4 {
    min-height: 80px;
  }
  .sezione1 {
    height: 89vh !important;
  }
  .sez-1-slide {
    height: 89vh;
  }
  .contact-form {
    padding: 40px;
  }
  .slick-dots {
    top: 6%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  section {
    min-height: 40vh;
  }
  .sezione1 .txt-overlay h1 {
    font-size: 60px;
  }
  .sezione1 .txt-overlay h2 {
    font-size: 40px;
  }
  .sezione1 .txt-overlay h3 {
    font-size: 30px;
  }
  .sezione1 .txt-overlay p {
    font-size: 20px;
  }
  .nav-item.custom-nav-item {
    border-top: solid #fff 0px;
  }
  .h1, h1 {
    font-size: 60px !important;
  }
  .text-slide-fli h1 {
    font-size: 65px !important;
  }
  .h6, h6 {
    font-size: 40px !important;
    bottom: -15px;
  }
  .dettagli-app {
    min-height: 40vh;
  }
  .foto-app {
    min-height: 50vh;
  }
  .layout37 {
    min-height: 40vh;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  .sezione1 .txt-overlay h1 {
    font-size: 40px;
  }
  .sezione1 .txt-overlay h2 {
    font-size: 35px;
  }
  .sezione1 .txt-overlay h3 {
    font-size: 30px;
  }
  .sezione1 .txt-overlay p {
    font-size: 20px;
  }
  .sezione1 {
    height: 50vh !important;
  }
  .sez-1-slide {
    height: 50vh;
  }
  .owl-carousel .owl-stage {
    height: 340px;
  }
  .owl-item .txt-overlay {
    top: 25%;
  }
  .owl-nav {
    top: -49px;
  }
  .txt-overlay h3 {
    font-size: 30px;
  }
  .txt-cf {
    padding: 10px;
  }
  .txt-overlay {
    padding: 0px
  }
  .contact-form {
    height: 100%;
    margin-top: 0px;
  }
  .txt-cf .txt-overlay.txt-left.align-self-center {
    position: relative;
  }
  .gform_wrapper .gform_footer {
    width: 100% !important;
  }
  .site-footer {
    text-align: center;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 100%;
  }
  #field_1_31 {
    float: none !important;
    width: 100% !important;
    position: relative;
    top: auto;
  }
  .gform_wrapper.gf_browser_gecko select {
    padding: 8px !important;
  }
  .grid-item-content {
    height: 20vh;
    border: solid #f9f7f5 5px;
  }
  .grid-item-content--height2 {
    height: 40vh;
  }
  .text-slide-fli {
    top: 20vh;
  }
  .box-container {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .btn {
    padding: 15px 30px !important;
  }
  .abs {
    top: 25%;
  }
  .layout18 {
    min-height: 75vh;
  }
  .bg-parallax {
    height: 50vh;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  #wpadminbar {
    display: none;
  }
  section {
    min-height: 100%;
  }
  #masthead, #menu-desk, #menu-deskbis {
    height: 82px;
  }
  .btn.dropdown-toggle.btn-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
  }
  .modal-dialog.modal-dialog-booking {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .modal-content.modal-booking {
    width: 100% !important;
    margin: auto !important;
  }
  .navbar-brand {
    margin: 0 !important;
  }
  .menu-icon {
    width: 46px;
  }
  .overlay ul li a {
    font-size: 20px;
  }
  .h1, h1 {
    font-size: 5vh !important;
    line-height: 7vh !important;
  }
  .h2, h2 {
    font-size: 5vh !important;
    line-height: 6vh !important;
  }
  .h3, h3 {
    font-size: 28px !important;
  }
  .h4, h4 {
    font-size: 24px !important;
  }
  .h5, h5 {
    font-size: 20px !important;
  }
  .h6, h6 {
    font-size: 22px !important;
    font-weight: 200 !important;
  }
  p {
    font-size: 18px;
  }
  .logo {
    padding-left: 0rem;
  }
  .logo > div {
    height: 25px;
    width: 165px;
  }
  .menu-txt {
    letter-spacing: 0px;
    font-size: 14px;
  }
  .col-md-6.col-xs-6.align-self-center.pa-mob, .row.layout9 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .nav-link {
    font-size: 18px;
  }
  .btn {
    padding: 15px !important;
  }
  .flexed {
    padding-bottom: 4vh;
  }
  #tab {
    margin: 10px;
  }
  .tab-content {
    padding: 10px;
  }
  .foto-tab {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .txt-box {
    padding: 15px 15px !important;
  }
  .txt-box9 {
    padding: 10px !important;
  }
  .txt-box9 h1 {
    font-size: 35px !important;
  }
  .txt-box9 h2 {
    font-size: 30px !important;
  }
  .txt-overlay {
    padding: 0px 10px;
  }
  .txt-overlay.top-35 {
    top: 10%;
  }
  .txt-overlay h1 {
    font-size: 45px;
    margin: 0 0 10px 0;
    font-weight: 200;
  }
  .txt-overlay h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-weight: 200;
    padding-right: 0px;
    padding-left: 0px;
  }
  .txt-box.bg-w h1 {
    font-size: 30px;
  }
  .txt-box.bg-w h2 {
    font-size: 30px;
  }
  .col-md-4.txt-cf {
    padding: 0px;
    text-align: center !important;
  }
  .txt-overlay.txt-left {
    text-align: center;
    padding: 0px;
    top: 0;
  }
  .contact-form {
    margin-top: 0px;
  }
  .gform_wrapper .gform_footer {
    width: 100% !important;
    float: none !important;
    padding: 0px !important;
    margin: 20px auto 0 auto !important;
  }
  .gallerybox, .gallerybox2 {
    padding: 0px !important;
    min-height: 400px !important;
  }
  body .gform_wrapper ul li.gfield {
    width: 100%;
  }
  .btn, #gform_submit_button_1 {
    font-size: 1.1rem;
  }
  .contact-form {
    border: solid #fff 0px;
    padding: 20px;
  }
  .text-slide-fli h1 {
    font-size: 30px !important;
  }
  .text-slide-fli {
    top: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .carousel-flick-articoli .carousel-cell {
    width: 100%;
  }
  .carousel-cell {
    height: 60vh;
  }
  .carousel-cel img {
    height: 100%;
  }
  .dettagli-app {
    margin-left: 0;
    width: 100%;
    background-color: rgba(88, 110, 116, .4) !important;
  }
  .foto-app {
    min-height: 40vh;
    margin-top: 5vh;
    width: 100%;
  }
  .h-80vh.rel-post {
    min-height: 20vh !important;
    height: 80vh;
  }
  .h-80vh.rel-post .flickity-viewport {
    min-height: 40vh !important;
  }
  .modal-body {
    padding: 0px 20px 20px 20px !important;
    background-color: #ffffff;
  }
  .modal-dialog {
    max-width: 98% !important;
    margin: auto !important;
    padding: 10px !important;
    min-height: 80% !important;
  }
  .grid-item-content {
    height: 50vh;
  }
  .txt-boxed {
    padding: 40px !important;
  }
  .custom-nav-item {
    border-bottom: solid #000 1px;
  }
  .col-md-3.foto-tab img {
    width: 100%;
  }
  .nav-tabs .nav-link.active {
    border-bottom: solid #000 2px !important;
  }
  .bg-color-card h3 {
    min-height: 70px;
  }
  .masonry-gallery {
    border: solid #f9f7f5 0px;
  }
  .layout18 .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-frame {
    margin-left: 0px;
  }
  .layout28 .testo28 {
    padding: 40px;
  }
  .gallerybox-bg-anim, .line-gallery {
    display: none
  }
  .menu-txt {
    display: none;
  }
  .carousel-appartamenti, .carousel-attivita, .carousel-flick-tpl-offerte {
    width: 100%;
  }
  .carousel-appartamenti .carousel-cell, .carousel-attivita .carousel-cell, .carousel-flick-offerte .carousel-cell, .carousel-flick-tpl-offerte .carousel-cell {
    width: 100%;
    height: 350px;
  }
  .carousel-appartamenti .flickity-viewport, .carousel-attivita .flickity-viewport, .carousel-flick-offerte .flickity-viewport {
    min-height: auto !important;
    height: 370px !important;
  }
  .carousel-flick-tpl-offerte .flickity-viewport {
    min-height: auto !important;
    height: 350px !important;
  }
  .carousel-appartamenti .dettagli-app37 {
    width: 100%;
    min-height: 350px;
    position: relative;
    background-color: rgba(227, 218, 203, .7);
    margin-left: 0;
    margin-top: 0;
    padding: 20px;
    z-index: 1;
  }
  .carousel-appartamenti .border-app {
    min-height: 310px;
    padding: 4vw;
  }
  .carousel-appartamenti .foto-app {
    width: 100%;
    min-height: 350px;
    position: absolute;
    top: 0;
  }
  .carousel-attivita .dettagli-app, .carousel-flick-tpl-offerte .dettagli-app {
    width: 100%;
    min-height: 350px;
    position: relative;
    background-color: rgba(227, 218, 203, .7);
    margin-left: 0;
    margin-top: 0;
    padding: 20px;
    z-index: 1;
  }
  .carousel-attivita .foto-app, .carousel-flick-tpl-offerte .foto-app {
    width: 100%;
    min-height: 350px;
    position: absolute;
    top: 0;
  }
  .layout35 {
    padding: 5%;
    min-height: auto !important;
  }
  .carousel-attivita .dettagli-app h4 {
    margin-bottom: 4em;
  }
  .layout2 {
    min-height: 58vh;
  }
  .carousel-flick-offerte {
    margin-left: 0;
  }
  .carousel-flick-offerte .foto-off {
    width: 100%;
    min-height: 350px;
    position: absolute;
    top: 0;
  }
  .carousel-flick-offerte .dettagli-off {
    width: 100%;
    min-height: 350px;
    position: relative;
    background-color: rgba(227, 218, 203, .7);
    z-index: 1;
  }
  .testo-offerte {
    padding: 8vw !important;
  }
  .blocco-cf {
    padding: 40px 20px !important;
  }
  .txt-cf {
    padding-left: 10px !important;
  }
  .txt-cf h1 {
    font-size: 28px !important;
  }
  .div-mappa {
    min-height: 40vh;
  }
	.table {

  font-size: 16px;
}
/*layout3*/
	
  .layout3 h3 {
    font-size: 6vh !important;
    line-height: 7vh !important;
  }
	.bl-center3 {
		margin: 0;
		padding: 3rem 0;
	}
  .p-left {
    padding-left: 2vw !important;
  }
  .p-right {
    padding-right: 2vw !important;
  }
  .palmasx, .palma50sx, .palmadx {
    display: none;
  }
  .test {
    height: 40vh;
  }
  .widget-title {
    font-size: 6vh !important;
    line-height: 7vh !important;
  }
  .color-bg-sugar {
    top: 75%;
    position: relative !important;
  }
  .color-bg-sugar h3 {
    font-size: 50px !important;
  }
  .layout50 {
    background-image: none;
  }
  .flex-direction-nav {
    height: 66px !important;
  }
  .flex-direction-nav a::before {
    width: 60px !important;
  }
  .layout10 {
    min-height: auto !important;
  }
  .dettagli-off {
    background-color: rgba(88, 110, 116, .4) !important;
  }
  .language.dropdown {
    left: -35px;
  }
	.blocco-cf {
	margin-left: 0;
}
  .footerTitle {
    font-size: 5vw;
    width: 50%;
  }
  .footerText {
    margin-left: 15px;
    width: 50%;
    font-size: 14px;
    text-align: left;
  }
  .gform_wrapper.gravity-theme .m-top-gfield {
    margin-top: 0;
  }
  .slick-dots {
    position: relative;
    list-style-type: none;
    text-align: center;
    left: 0
  }
  /*	video cover*/
  .heightVideo {
    min-height: 60vh !important;
    height: 60vh;
  }
  .plyr--video, .plyr__video-embed {
    height: 62vh !important;
  }
  .plyr__video-wrapper {
    width: 239% !important;
    margin-left: -70% !important;
  }
  .gallerybox-52 {
    min-height: 40vh;
  }
  .leaflet-map {
    height: 350px !important;
  }
  .site-info {
    padding-bottom: 3rem;
  }
  .tpl-contatti {
    padding: 0;
  }
}