@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-family: 'canela-light', sans-serif;
  transition: 0.3s all;
  color: #000000 !important;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  background-color: #FAF7F3;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .6px;
  line-height: 1.8;
}
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: 28px;
  position: relative;
  font-family: 'canela-light', sans-serif;
}
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;
}
@font-face {
  font-family: 'silverline_script';
  src: url('css/fonts/SilverlineScript-Regular.woff2') format('woff2'), url('css/fonts/SilverlineScript-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'canela-thin';
  src: url('css/fonts/Canela-Thin.woff2') format('woff2'), url('css/fonts/Canela-Thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'canela-light';
  src: url('css/fonts/Canela-Light.woff2') format('woff2'), url('css/fonts/Canela-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#masthead {
  padding: 0rem 2rem;
  position: fixed;
  z-index: 10000 !important;
  height: 80px;
  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 {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  /*  padding: 0rem 1rem;*/
  background-color: #ECE9E5;
}
.logo {
  padding: 5px;
}
.logo > div {
  height: 66px;
  width: 172px;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-header .logo.logo-in {
  opacity: 0;
}
.site-header .logo.logo-out {
  opacity: 1;
}
.site-header.sticky-top .logo.logo-in {
  opacity: 1;
}
.site-header.sticky-top .logo.logo-out {
  opacity: 0;
}
#menu-desk {
  height: 100%;
}
.menu-item {
  font-family: 'canela-light', sans-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;
  position: relative;
  margin-left: auto;
}
.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;
}
#masthead.sticky-top .button_container span {
  background: #C67022;
}
.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: 'canela-light', sans-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: 'canela-light', sans-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-height {
  min-height: 100vh;
}
.text-overcover {
  width: 100%;
  padding: 0 8.33333333%;
}
.text-overcover h1, .text-overcover h2, .text-overcover h3, .text-overcover h4, .text-overcover h5, .text-overcover h6 {
  color: #ffffff !important;
}
.text-overlay-s1 {
  margin-left: 16.66666667%;
}
.photo-bg-s1 {
  min-height: 80vh;
}
/*END ---------- sezione 1 - Layout1*/
/*disintermediazione*/
.wrapper-dis {
  background: rgba(255, 255, 255, .4);
}
.swiper.disintermediazione {
  min-height: 10vh;
  color: white;
  font-size: 16px;
  width: 80%;
  padding: 0 2rem;
  align-content: center;
}
.swiper.disintermediazione .swiper-slide {
  padding: 0 4rem;
}
.swiper.disintermediazione .swiper-button-next, .swiper.disintermediazione .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
}
/* 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 {
  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: 'canela-light', sans-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: 'canela-light', sans-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*/
/*Quovai*/
#quovai-airone {
  min-height: 6vh;
}
form.quovai-booking-form {
  text-align: center;
}
.quovai-container {
  margin: 1rem 0;
}
/*END Quovai*/
/*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 */
.wrapper-form {
  margin-top: 30vh !important;
  background-color: #F5F3F0;
}
.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-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: solid #707070 1px !important;
  box-shadow: none !important;
  background-color: #ffffff !important;
  border-radius: 0px !important;
}
.ginput_container_date input {
  width: 100% !important;
}
.gfield_consent_label {
  font-size: 14px;
}
.gform_wrapper.gravity-theme .gfield_label, .gfield_label.gform-field-label {
  font-size: 14px !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: 'canela-light', sans-serif;
}
.hide-label .gfield_label {
  display: none !important;
}
.gform-button {
  margin: auto !important;
  background-color: #ECE9E5 !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  color: #000 !important;
}
.gform_button:hover {
  background-color: #C67022 !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, .h4, h4, .h5, h5, .h6, h6 {
  font-family: 'canela-light', sans-serif;
  font-style: normal;
  position: relative;
  color: #C67022;
  letter-spacing: 1px;
}
.h1, h1 {
  font-size: 60px !important;
}
.h2, h2 {
  font-size: 58px !important;
}
.h3, h3 {
  font-size: 48px !important;
  font-family: 'silverline_script';
  font-style: normal;
  position: relative;
  color: #C67022;
}
.h4, h4 {
  font-size: 34px !important;
}
.h5, h5 {
  font-size: 30px !important;
}
.h6, h6 {
  font-size: 28px !important;
}
p, ul {
  font-family: 'canela-light', sans-serif;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}
p a {
  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;
  background-color: #C67022 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
}
/* SEZIONE LINGUE*/
.btn-lang .btn {
  border: 0 !important;
  color: #fff !important;
}
#masthead.sticky-top .btn-lang .btn {
  color: #C67022 !important;
}
.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: 'canela-light', sans-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: 'canela-light', sans-serif !important;
  border-radius: 25px !important;
  background-color: #C67022 !important;
  border: solid #C67022 1px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 0.6rem 2rem !important;
  width: max-content;
  float: none;
  opacity: 1;
  font-size: 16px !important;
  margin: .2rem 0 !important;
}
.btn:hover {
  background-color: #F59B48 !important;
}
.btn-negative .btn {
  color: #fff !important;
}
.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;
}
.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-C67022 {
  background-color: #C67022 !important
}
.bg-D3C7BD {
  background-color: #D3C7BD;
}
.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;
}
.bg-gradiente {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}
/*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%;
}
.customoffset-6 {
  margin-left: 50%;
}
.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;
}
.swiper-button-next:hover {
  content: url("img/swiper-next-beige-hover.svg") !important;
}
.swiper-button-prev:hover {
  content: url("img/swiper-prev-beige-hover.svg") !important;
}
/*standardGallery*/
.standardGallery, .standardGallery .swiper-slide {
  min-height: 100%;
  height: 100%;
}
/*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*/
.tpl-contatti a {
  color: #C67022;
}
.page-template-contatti #mappa {
  display: none;
}
.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;
  background-color: #EDE9E5;
}
.layout1deco {
  background-image: url(img/elementoairone-beige.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 30vh;
}
.gallery-top {
  height: 100%;
  width: 92%;
  margin: 2px 0 0 14% !important;
}
.gallery-thumbs {
  float: left;
  width: calc(28% - 10px);
  height: 50vh;
  margin-left: 10px;
  position: absolute !important;
  z-index: 2 !important;
  background-color: #EDE9E5;
  padding: 10px !important;
  transform: translate(-00%, -50%) !important;
  top: 50%;
}
.gallery-thumbs .swiper-slide {
  /*
      width: 25%;
      height: 100%;
      opacity: 0.4;
*/
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.layout1text {
  padding: 3rem 0 !important;
}
/*layout2*/
.layout2 {
  background-color: #ECE9E5;
  padding: 3rem 0;
}
.layout2 h1, .layout2 h2, .layout2 h3 {
  color: #ffffff !important;
}
.swiper.swiper-camere {
  padding: 0 39px;
}
.layout2text {
  padding: 3rem 0 !important;
}
.label-general-wrapper {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  min-height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  left: 0;
  padding: 8.33333333%;
  align-content: end;
}
.btn.btn-light {
  color: #ffffff !important;
}
.swiper-slide-bg-image {
  min-height: 80vh;
}
/*layout3*/
.layout3 {
  padding: 8.33333333% 0 !important;
}
.layout3 .btn {
  margin: auto;
}
/*layout4*/
.layout4 {
  padding: 8.33333333% 0 !important;
}
.workImagessx {
  min-height: 80vh;
}
.workImages, .workImagessx {
  height: 100%;
}
.workImages img {
  border-radius: 50%;
  border: solid #FAF6F2 15px;
  position: absolute;
  top: 0;
}
.workImages img {
  border-radius: 50%;
  border: solid #ffffff 15px;
  position: absolute;
  top: 0;
}
.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% !important;
}
.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  min-height: 80vh;
  margin-top: 3rem !important;
}
.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 2 / 1 / 3 / 2;
}
.div3 {
  grid-area: 1 / 2 / 3 / 3;
}
.div4 {
  grid-area: 1 / 3 / 2 / 5;
}
.div5 {
  grid-area: 2 / 3 / 3 / 4;
}
.div6 {
  grid-area: 2 / 4 / 3 / 5;
}
/*layout6*/
.title-deco {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
.realizzazioni .owl-nav {
  text-align: center;
  margin-top: 3rem;
}
.realizzazioni .owl-nav button {
  width: 40px;
  height: 40px;
  margin-left: 1rem;
  margin-right: 1rem;
}
.realizzazioni .owl-item {
  padding: 0 60px;
}
.realizzazioni .owl-item.active.center {
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
/*layout7*/
.layout7 {}
.layout7 h1, .layout7 h2, .layout7 h3 {
  color: #ffffff !important;
}
.mask-7 {
  -webkit-mask: url("img/mask-7.svg") no-repeat center;
  mask: url("img/mask-7.svg") no-repeat;
  mask-position: center;
  mask-size: contain;
  min-height: 100vh;
}
.mask-7 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/*layout8*/
.layout8 {
  background-color: #EDE9E5;
  border-top: solid #ffffff 5px;
}
.bl-text-l8 {
  display: flex !important;
  padding: 3rem 0;
}
.l8-half-text {
  width: 50%;
}
.standardGallery8 .swiper-slide h3 {
  font-family: 'canela-light', sans-serif;
  font-size: 20px !important;
  margin-top: 1rem;
  text-transform: uppercase;
}
/*
.standardGallery8 {
  padding-top: 12vh !important;
}
*/
.swiper-button-l8 {
  position: absolute;
  top: 0;
  width: 13vw;
  right: 5vw;
  height: 6vh;
}
/*
.box-container {
  padding: 0 5rem;
}

.p-customw100 {
  padding: 0 8rem !important;
}
.p-customw50 {
  padding: 3rem 8rem !important;
}
*/
/*layout 9*/
.layout9 {
  padding: 8.33333333% 0;
  background-color: #FAF6F2;
}
.monogramma {
  background-image: url(img/AIRONElogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.position-iframe .plyr {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.position-iframe .plyr .plyr__video-wrapper {
  margin: -40% !important;
  padding: 90% !important;
}
/*banner sticky*/
.stripe.sticky {
  bottom: 0;
}
.stripe {
  position: fixed;
  width: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, .4);
  left: 0;
  bottom: -150px;
  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;
}
.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 {
  background-color: #ECE9E5;
}
.layout10icon {
  padding: 3rem 0 !important;
}
.titolo-camere-l10 {
  padding: 3rem 0 !important;
}
.h-standardGallery {
  min-height: 70vh;
}
.img_circle {
  z-index: 2;
  transform: translate(-50%, -50%) !important;
  border: solid #fff 15px;
  border-radius: 50%;
  overflow: hidden;
}
.img_circle.border_change {
  border: solid #ECE9E5 15px;
}
.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: 16px;
  line-height: 50px;
  color: #383B39;
}
.mini-icone-dotazioni {
  width: 50px;
  height: 50px;
  float: left;
  background-repeat: no-repeat;
  padding: 7px;
  background-size: 70%;
  background-position: center;
  border-radius: 30px;
  background-color: #C77022;
  margin-right: 10px;
}
.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;
}
.btn.single-l10 {
  color: #383B39 !important;
  border: solid #383B39 1px !important;
  border-radius: 50px !important;
}
.btn.single-l10-w {
  color: #fff !important;
  border: solid #fff 1px !important;
  border-radius: 50px !important;
}
/*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: 8.33333333%;
}
/*layout13*/
.accordion-button {
  padding: 1rem 0 !important;
}
.accordion-button:not(.collapsed), .accordion-item {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #535353 !important;
}
.accordion-item {
  border: 0 !important;
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.accordion-button::after {
  background-image: none !important;
  content: "";
}
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "";
}
#accordionExample {
  padding: 0;
}
/*layout14*/
.layout14 {
  margin: auto 0 auto 8.33333333%;
}
.layout14 .text-l14 {
  padding: 3rem 0 !important;
}
.swiper.triple-slider-main {
  padding: 0 39px;
}
.swiper.triple-slider-prev {
  display: none;
}
.swiper.triple-slider-next .swiper-button-next, .swiper.triple-slider-next .swiper-button-prev {
  display: none;
}
.label-general-wrapper14 {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  min-height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  left: 0;
  padding: 8.33333333%;
  align-content: end;
}
.label-general-wrapper14 h1, .label-general-wrapper14 h2, .label-general-wrapper14 h3 {
  color: #ffffff;
}
.swiper.triple-slider-main .swiper-button-next {
  content: url("img/swiper-next-bianco.svg");
}
.swiper.triple-slider-main .swiper-button-prev {
  content: url("img/swiper-prev-bianco.svg");
}
.swiper.triple-slider-main .swiper-button-next:hover {
  content: url("img/swiper-next-bianco-hover.svg") !important;
}
.swiper.triple-slider-main .swiper-button-prev:hover {
  content: url("img/swiper-prev-bianco-hover.svg") !important;
}
/*END Classi specifiche layout*/
/*FOOTER ------------------------------------------------------------------------ */
/*Newsletter*/
#newsletter {
  background-color: #C67022;
  color: #ffffff;
}
.layoutnewsletterdeco {
  background-image: url(img/elementoairone.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 30vh;
}
/*contact form grafica*/
/*icone contatti*/
.icona-pin {
  height: 60px;
  background-image: url("img/pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.icona-mail {
  height: 60px;
  background-image: url("img/email.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.icona-phone {
  height: 60px;
  background-image: url("img/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.fa.fa-map-pin, .fa.fa-envelope-o, .fa.fa-phone {
  font-size: 48px;
  display: flex;
}
#navbarFooter .menu-item {
  list-style-type: none;
  text-align: left;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.logo-footer {}
.logo-footer > div {
  min-height: 15vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.site-footer {
  font-family: 'canela-light', sans-serif;
  color: #ffffff;
  background-color: #C67022;
  font-size: 16px;
}
.site-footer a, .site-footer a:hover {
  color: #ffffff;
}
.row-contatti, .row-contattisocial {
  padding: 0 !important;
}
.blog_info {
  margin: 0;
  font-size: 16px;
}
.site-info {
  font-size: 14px;
}
.site-info a {
  color: #C67022;
}
.ultra-h {
  height: 10vh;
}
.btn-privacy {
  border: none !important;
  margin: auto;
  display: block;
}
.privacy-flex {
  display: flex;
}
/* 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: .8s 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;
}
.bloccoofferteimg {
  height: 48vw;
}
.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 {
  background-color: #C67022;
  color: #ffffff;
  font-size: initial;
}
.blog_info_mappa {
  padding: 0;
}
.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;
  }
  #sticky {
    display: none;
  }
  .row.mobile-fixed {
    font-family: 'canela-light', sans-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: #C67022;
    border-top: solid #fff 1px;
  }
  .row.mobile-fixed a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
  }
  .row.mobile-fixed a:hover {
    color: #fff !important;
  }
  .line-end {
    border-right: solid #fff 1px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
  html {
    font-size: 75%;
    margin: 0 !important;
  }
  html #wpadminbar {
    display: none !important;
  }
  .sez1-layout2 {}
  .plyr--video {
    height: 350px;
  }
  .plyr__video-wrapper {
    width: 670px !important;
    margin: 0 !important;
    padding-bottom: 100% !important;
  }
  .sb__dates .sb__form-field {
    width: 100% !important;
  }
  /*generiche*/
  .hide-mobile {
    display: none !important;
  }
  .btn {
    width: auto;
  }
  .standardGallery, .standardGallery .swiper-slide {
    min-height: 50vh;
  }
  /*TIPOGRAFIA*/
  .h1, h1 {
    font-size: 38px !important;
  }
  .h2, h2 {
    font-size: 36px !important;
  }
  .h3, h3 {
    font-size: 34px !important;
  }
  .h4, h4 {
    font-size: 32px !important;
  }
  .h5, h5 {
    font-size: 30px !important;
  }
  .h6, h6 {
    font-size: 28px !important;
  }
  /* END TIPOGRAFIA*/
  /*modal booking*/
  .modal-dialog.modal-dialog-booking {
    margin-top: 10rem;
  }
  /*Header*/
  #masthead {
    padding: 1rem;
    height: 60px;
  }
  .btn.btn-book {
    width: 80px;
    font-size: 14px !important;
    line-height: 16px;
  }
  .logo > div {
    height: 50px;
    width: 125px;
  }
  /*custom offset*/
  .customoffset-1 {
    margin-left: 0;
  }
  .customoffset-2 {
    margin-left: 0;
  }
  .customoffset-3 {
    margin-left: 0;
  }
  .customoffset-4 {
    margin-left: 0;
  }
  .customoffset-6 {
    margin-left: 0;
  }
  .customoffsetend-1 {
    margin-right: 0;
  }
  /*sez 1 L1*/
  .sez-1-img-height {
    min-height: 75vh;
  }
  .text-overcover {
    width: 100%;
  }
  .text-overlay-s1 {
    margin-left: 0;
  }
  .photo-bg-s1 {
    min-height: 60vh;
  }
  /*layout1*/
  .gallery-thumbs {
    padding: 0 10px !important;
  }
  .layout1text {
    padding: 3rem !important;
  }
  /**layout2*/
  .swiper.swiper-camere {
    padding: 0;
  }
  .swiper-slide-bg-image {
    min-height: 60vh;
  }
  .layout2text {
    padding: 3rem !important;
  }
  .label-general-wrapper {
    width: 100%;
    bottom: 0;
    min-height: 100%;
    padding: 7rem;
  }
  /*layout 3*/
  .layout3 {
    padding: 3rem !important;
  }
  /*layout 4*/
  .layout4 {
    min-height: 50vh;
  }
  .workImages {
    display: none;
  }
  .tile-l4-mobile {
    color: #fff;
  }
  /*layout5*/
  .layout5 {
    min-height: 50vh;
  }
  .div1 {
    grid-area: 1 / 1 / 1 / 6;
  }
  /*layout 6*/
  .layout6 {
    min-height: auto;
  }
  /*layout7*/
  .mask-7 {
    min-height: 50vh;
    mask-size: cover;
  }
  /*layout8*/
  .swiper-button-l8 {
    width: 40vw;
  }
  .bl-text-l8 {
    display: inline-block !important;
    padding: 3rem !important;
  }
  .l8-half-title {
    width: 100%;
  }
  .l8-half-text {
    width: 100%;
    padding-right: 0;
  }
  .standardGallery8 .swiper-slide {
    padding: 3rem;
  }
  /*layout9*/
  .monogramma {
    background-position: center;
  }
  .testo-l9 {
    padding: 3rem !important;
  }
  /*layout10*/
  .layout10icon {
    padding: 3rem !important;
  }
  ul.lista-servizi-camere li {
    width: 100%;
  }
  .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;
  }
  .img_circle {
    display: none;
  }
  .titolo-camere-l10 {
    padding: 3rem !important;
  }
  .h-standardGallery {
    min-height: 50vh;
  }
  /*layout11*/
  .gallery-l11 {
    min-height: 50vh;
  }
  /*layout13*/
  #accordionExample {
    padding: 0 3rem;
  }
  /*layout14*/
  .layout14 {
    margin: 0;
  }
  .label-general-wrapper14 {
    padding: 12%;
  }
  .layout14 .text-l14 {
    padding: 3rem !important;
  }
  .swiper.triple-slider-next {
    display: none;
  }
  .swiper.triple-slider-main {
    padding: 0 3rem !important;
  }
  .triple-slider .swiper {
    width: 100vw !important;
  }
  /*blocco offerte home*/
  .blocco-off-title {
    padding: 0 3rem !important;
  }
  .bloccoofferteimg {
    height: 60vh;
  }
  /*mappa*/
  .mappa-dinamica {}
  .leaflet-map {
    height: 350px !important;
  }
  .contact-form {
    padding: 0;
  }
  /*footer*/
  .wrapper-form {
    margin-top: 0vh !important;
  }
  .layoutnewsletterdeco {
    height: 6vh;
  }
  .blog_info_mappa {
    padding: 3rem;
  }
  .logo-footer {
    width: 100%;
  }
  .privacy-flex {
    display: block;
    text-align: center;
  }
  .row-contatti {
    padding: 0 3rem !important;
  }
  .row-contattisocial {
    padding: 3rem !important;
  }
}