@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: 'canelathin';
  transition: 0.3s all;
  color: #535353 !important;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  background-color: #FAF7F3;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style: inside;
  list-style-type: disc;
  font-size: 18px;
  line-height: 35px;
  position: relative;
  font-family: 'canelathin';
}
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;
  margin-top: 0 !important
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'canelathin';
  src: url('css/fonts/canela-thin-webfont.woff2') format('woff2'), url('css/fonts/canela-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.post, .page {
  margin: 0;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important;
}
#masthead {
  padding: 0rem 2rem;
  position: fixed;
  z-index: 10000 !important;
  height: 120px;
  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;
  height: 120px;
  background-color: #e8e1d9;
}
.logo {
  padding: 5px;
}
.logo > div {
  height: 106px;
  width: 140px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.site-header .logo .logo-in {
  opacity: 1;
}
.site-header .logo .logo-out {
  opacity: 0;
}
.site-header.sticky-top .logo .logo-in {
  opacity: 0;
}
.site-header.sticky-top .logo .logo-out {
  opacity: 1;
}
#menu-desk {
  height: 100%;
}
/*menu apartments widget*/
.menu-apartments-menu-container .menu-item {
  font-family: 'canelathin';
  font-size: 18px;
  line-height: initial;
width: 18% !important;
    min-width: 18%;
     list-style-type:  none;
    padding: .8rem;
border: solid #535353 1px;
    font-weight: bold;
    margin: 1%;
    text-align: center;
}
.menu-apartments-menu-container .menu-item a {
    color: #ad3713 !important;
}
.menu-item-description {
    font-size: 16px;
    font-weight: normal;
	 color: #535353 !important;
}
#menu-apartments-menu {
    list-style-type:  none;
    margin:0 !important;
    padding: 3rem !important;
    display: flex;
    flex-wrap: wrap;
}
/* END menu apartments widget*/
.menu-item {
  font-family: 'canelathin';
  color: #ffffff;
  line-height: initial;
  width: max-content;
}
.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;
  position: absolute;
}
/* MENU EXPAND*/
/* Hamburger menu + overlay effect menu
--------------------------------------------- */
.button_container {
  height: 27px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}
.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container.span-black span {
  background: #000 !important;
}
#masthead.sticky-top .button_container span {
  background: #000;
}
.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.overlay-palazzo-antellesi {
  background: #e8e1d9;
}
.overlay {
  position: fixed;
  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: 'canelathin';
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
  margin: auto;
}
.overlay ul li {
  display: block;
  line-height: 34px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #505050;
  overflow: hidden;
  font-size: 22px;
  font-family: 'canelathin';
}
.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(80, 80, 80, .5);
  transition: 0.35s;
}
 .contatti-overlay {
	  width: 25%;
  }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.pcustom {
  padding: 10rem 5rem !important;
}
.textcustom {
  text-align: right !important;
}
.btn-o-struct {
  padding: 5rem !important;
  text-align: end;
}
.btn-o-struct-palazzo-antellesi .btn {
  background-color: #8E5D2A !important;
  color: #fff !important;
}
.overlay p {
  text-align: left;
  font-size: 16px;
  margin: 0;
}
.overlay p a {
  color: #505050;
}
.pcustom-contact {
  padding: 0 0 5rem 3rem !important;
}
/* END Hamburger menu + overlay effect menu
------------------------------------------------------------------------------------------ */
/*Background image Main menu*/
.workImagesMenuMain {
  background-color: #171615;
  height: 100%;
  z-index: -1;
}
.workImagesMenuMain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
/*END Background image Main menu*/
/* ----------- sezione 1 - Layout1*/
.sez-1-img {
  margin-top: 7% !important;
  margin-bottom: 7% !important;
}

.sez-1-img h1, .cover-image-s1l175 h1 {
  color: #ffffff !important;
}
.plyr__controls {
  display: none !important;
}
.cover-image-s1l175 {
	min-height: 75vh;
}
.cover-image-s1l1 {
	min-height: 100vh;
}
/*END ---------- sezione 1 - Layout1*/
/* SEZ1 _ SLIDE*/
@media (min-width: 425px) {
  .bigTitle {
    font-size: 10vw;
  }
}
@media (min-width: 1024px) {
  .bigTitle {
    font-size: 6vw;
  }
}
@media (min-width: 768px) {
  .bigTitle .orangeIcon {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1440px) {
  .bigTitle .orangeIcon {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 425px) {
  .arrow-button {
    font-size: 16px;
  }
  .arrow-button svg {
    width: 45px;
  }
}
@media (min-width: 1024px) {
  .arrow-button {
    font-size: 20px;
  }
  .arrow-button svg {
    width: 62px;
  }
  .arrow-button:hover {
    padding-left: 20px;
  }
  .arrow-button:hover svg circle {
    fill: #AD7F1C;
  }
}
@media (min-width: 1440px) {
  .arrow-button {
    font-size: 15px;
  }
  .arrow-button svg {
    width: 60px;
  }
}
@media (min-width: 1920px) {
  .arrow-button {
    font-size: 18px;
  }
  .arrow-button svg {
    width: 70px;
  }
}
.bigTitle .orangeIcon {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #f7970e;
  display: inline-block;
  margin-left: 5px;
}
.arrow-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: fit-content;
  font-size: 16px;
  text-transform: uppercase;
}
.arrow-button svg {
  width: 33px;
  margin-left: 10px;
}
.arrow-button svg circle {
  transition: fill 0.75s ease;
  fill: transparent;
}
.home-showcase {
  padding: 0;
  position: relative;
}
.home-showcase .home-showcaseSlider {
  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: 'canelathin';
}
.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: 'canelathin';
  }
  .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*/
/*modal*/
.modal {
  z-index: 10000 !important;
}
/*modal dialog*/
.modal-dialog {
  display: flex;
  max-width: 98% !important;
}
.modal-content {
  width: 98% !important;
  margin: auto !important;
  border: 0 !important;
  background-color: transparent !important;
}
.modal-content .modal-body {
  background-color: #ffffff;
  width: 90% !important;
  padding: 0 !important;
  margin: auto;
}
.close {
  background-color: transparent !important;
  border: none !important;
  font-size: 30px;
  color: #ffffff;
}
/*FORM */
/*form matrimoni*/
.gform-theme--framework {
  padding: 3rem;
}
.gfield_label.gform-field-label {
  font-family: "Marcellus", serif !important;
	font-size: 20px !important;
}
.gform_wrapper {
  background-color: #fff;
  padding: 3rem;
}
.ginput_container_address label {
  display: none !important;
}
/*end form matrimoni*/
.contact-form {}
.bg-form-palazzo-antellesi {
  background-image: url("img/pattern-stemma.svg");
  background-size: 15%;
  padding: 5rem 0 !important;
  height: 100%;
}
.pcustom-converto {
  padding: 10rem 3rem !important;
}
.gform_heading {
  display: none !important;
}
.gform_button.button {
  background-color: #cd8016 !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;
	 font-family: "Marcellus", serif !important;
}
.gfield_description a {
  font-weight: bold;
  text-transform: uppercase;
}
.ginput_container input, .ginput_container textarea, .ginput_container select {
  border: solid #eee 1px !important;
  box-shadow: none !important;
  background-color: #ffffff !important;
}
.gfield_consent_label {
  font-size: 14px;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  font-family: 'canelathin';
  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: 'canelathin';
}
.hide-label .gfield_label {
  display: none !important;
}
.gform-button {
  margin: auto !important;
  background-color: #88796D !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
}
.gform_button:hover {
  background-color: #E5E5E5 !important;
}
.ginput_container_date input {
  width: 100% !important;
}
/* OVERRIDE BOOTSTRAP CSS */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important;
}
.card {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0px solid rgba(0, 0, 0, 0) !important;
}
/* end OVERRIDE BOOTSTRAP CSS */
/*TIPOGRAFIA*/
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: 'canelathin';
  font-style: normal;
  position: relative;
}
.h1, h1 {
  font-size: 80px !important;
  color: #ad3713;
}
.h2, h2 {
  font-size: 70px !important;
}
.h3, h3 {
  font-size: 60px !important;
}
.h4, h4 {
  font-size: 50px !important;
}
.h5, h5 {
  font-size: 40px !important;
}
.h6, h6 {
  font-size: 30px !important;
}
p, ul {
  font-family: 'canelathin';
  font-size: 22px;
  line-height: 32px;
  position: relative;
}
/* 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;
}
.round-button {
  width: 77%;
}
.round-button-circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #c83c2a;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.round-button-circle:hover {
  background: #E0DDDA;
  color: #c83c2a;
  transform: scale(1.1);
}
.round-button a:hover {
  color: #c83c2a;
}
.round-button a {
  display: block;
  float: left;
  width: 100%;
  padding-top: 43%;
  padding-bottom: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  font-family: 'canelathin';
}
/* SEZIONE LINGUE*/
.list-menu-lang a {
  color: #535353;
  font-size: 16px !important;
  text-transform: uppercase;
}
.list-menu-lang a:hover {
  color: #535353;
}
#navbarNav .lang-item {
  display: none;
}
.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: 'canelathin';
  color: #fff !important;
  text-transform: uppercase;
}
.dropdown-toggle.btn-menu.lang-black {
  color: #000000 !important;
}
#masthead.sticky-top .dropdown-toggle.btn-menu {
  color: #000 !important;
}
.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%;
}
.dropdown-menu.dropdown-lang.show li {
  color: #535353;
  list-style-type: none;
  background-color: #fff;
}
.dropdown-menu.dropdown-lang.show {
  background-color: transparent !important;
  min-width: 70px;
  text-align: center;
  margin: -35px auto;
  border: none;
  padding: 0;
}
.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: 'canelathin', serif !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: solid 1px #505050 !important;
  color: #505050 !important;
  text-transform: uppercase !important;
  padding: 15px 30px !important;
  width: max-content;
  float: none;
  opacity: 1;
  font-size: 20px !important;
	margin-top: 1rem;
}
.btn:hover {
  background-color: #c83c2a !important;
  border: solid #c83c2a 1px !important;
  color: #fff !important;
}
.btn-negative .btn {
  color: #fff !important;
}
.btn.btn-privacy {
  font-size: 14px !important;
  padding: 0 !important;
}
/*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: 80vh !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;
}
.z-4 {
  z-index: 4;
}
.borderwhite {
  border: solid #fff 5px;
}
.bg-black-opacity {
  background-color: rgba(0, 0, 0, .2) !important;
}
.bg-booking-palazzo-antellesi {
  background-color: #88796D !important;
}
.abss {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 100%;
  align-items: center;
  display: grid;
}
.box {
  padding-top: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
/*classi generiche parallax*/
.bg-parallax {
  padding-top: 40px;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 160%;
  top: 0;
  z-index: 1;
}
/*custom offset*/
.customoffset-1 {
  margin-left: 8.33333333%;
}
.customoffset-2 {
  margin-left: 16.66666667%;
}
.customoffset-3 {
  margin-left: 25%;
}
.customoffset-4 {
  margin-left: 33.33333333%;
}
.customoffsetend-1 {
  margin-right: 8.33333333%;
}
.cover-img {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
/*swiper button general*/
.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: 70px !important;
  height: 70px !important;
  display: inline-block;
}
.swiper-button-prev {
  content: url("img/swiper-prev.svg");
  width: 70px !important;
  height: 70px !important;
  display: inline-block;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: transparent !important;
  opacity: 1 !important;
  border: solid #fff 3px;
}
/*END Classi generiche layout*/
/*Classi specifiche struttura
--------------------------------------------- */
.site-content-palazzo-antellesi {
  background-color: #e8e1d9;
}
.site-footer-palazzo-antellesi {
  background-color: #000000;
}
.monogramma-palazzo-antellesi {
  background-image: url(img/PA_monogramma.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*Classi specifiche layout
--------------------------------------------- */
.widget {
  margin: 0 !important;
}
/*empty space layout*/
.empty-space {
  height: 60px;
  width: 100%;
}
/*sezioni e tpl*/
/*TPL Contatti*/
.page-template-contatti #mappa {
  display: none;
}
.tpl-contatti p, .tpl-contatti a, .tpl-contatti a:hover {
  font-size: 18px;
  color: #1D1D1D;
}
.border-contact {
  border: solid rgba(0, 0, 0, .2) 2px !important;
}
/* END TPL Contatti*/
/* TPL galleria fotografica*/
.mfp-wrap {
  z-index: 10043 !important;
}
/*END TPL galleria fotografica*/
/*Sezione 1 Layout 1*/
/*Sezione 1 Layout 2*/
.sez1-layout2 {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
	position:relative;
}
.sez1-layout2 h1 {
  color:#ffffff !important;
}
/*Sezione 2 Layout 1*/
/*layout1*/
.layout1 {
  padding: 0 3rem 3rem 3rem;
  min-height: 80vh !important;
}
.text-l1 {
  position: absolute !important;
  min-height: 60vh;
  background-color: #ffffff !important;
}
.customposition-l1 {
  right: 0 !important;
  margin-right: 3rem !important;
}
.img-l1 {
  min-height: 80vh;
}
.swiper-pagination-bullet-active {
  background: #ffffff !important;
}
/*layout2*/
.layout2 {}
.label-general-wrapper {
  font-family: 'canelathin';
  z-index: 1;
}
.lh8vh {
  line-height: 8vh;
  text-align: right;
}
.label-l3 {
  position: relative;
  right: 0vw;
  padding: 0;
  background: transparent !important;
  color: #505050;
  overflow: hidden;
  display: flex;
}
.label-l3-w {
  width: 50%;
}
.triple-slider-prev .label-general-wrapper, .triple-slider-next .label-general-wrapper {
  display: none;
}
.btn.btn-light {
  color: #ffffff !important;
}
.triple-slider-main .swiper-button-next, .triple-slider-main .swiper-button-prev {
	top: 30vh !important;
}
.triple-slider-next .swiper-button-next, .triple-slider-next .swiper-button-prev, .triple-slider-prev .swiper-button-next, .triple-slider-prev .swiper-button-prev {
	display: none;
}
/*layout3*/
/*layout4*/
.layout4 {
  padding: 0 3rem 3rem 3rem;
}
.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%);
}
.wrapperimg-l4 {
  margin-top: 20vh !important;
  padding-left: 3rem !important;
}
.img-l4 {
  height: 100% !important;
}
/*layout5*/
.layout5 {
  padding: 3rem !important;
}
.layout5 .btn {
  margin: auto;
}
.img-l5 {
  min-height: 80vh;
}
.bloccotestol5 {
	margin: 0 0 3rem 0;
	padding: 0 !important;
}
/*layout6*/
.layout6 {
  display: flex;
}
.margin-bottom-l6 {
  margin-bottom: 1vw !important;
}
.margin-top-l6 {
  margin-top: 1vw !important;
}
.layout6 .col {
  padding: 1vw;
  overflow: hidden;
}
.cover-img img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.blocco50 {
  height: 50vh;
}
.blocco100 {
  height: 100vh;
}
/*layout7*/
.layout7 {}
.wrapperimg-l7 {
  min-height: 80vh;
}
.wrapperlabel-l7 {
  width: 50% !important;
  bottom: 0;
  position: absolute !important;
  margin: 3rem !important;
  left: 0;
}
/*layout8*/
.tab-item {
  display: flex;
  align-items: center;
}
.tab-item_content-wrap {
  flex: 1;
}
.tab-item_content {
  display: flex;
  align-items: baseline;

}
.tab-item_title {
  order: 1;
  margin-right: 20px;
  font-size: 24px;
  line-height: 1.25;
}
.tab-item_title p {
  margin: 0px;
}
.tab-item_price {
  order: 3;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: 'canelathin';
}
.tab-item_content::after {
  content: '';
  width: 100%;
  height: 1px;
  flex: 1;
  order: 2;
  border-bottom: 1px solid #0f3738;
}
.tab-item_desc p {
  font-size: 16px;
}
/*
.box-container {
  padding: 0 5rem;
}

.p-customw100 {
  padding: 0 8rem !important;
}
.p-customw50 {
  padding: 3rem 8rem !important;
}
*/
/*layout 9*/
.layout9 {
  position: relative;
}
.text-l9 {
  position: absolute !important;
}
.wrapperimg-l9 {
  min-height: 100vh;
  margin-top: 3rem;
	padding: 3rem !important;
}
.img-l9 {
  margin-top: 3rem;
}
/*banner sticky*/
.stripe.sticky {
  bottom: 0;
}
.stripe {
  position: fixed;
  width: 100%;
  z-index: 7;
  background: #E5E5E5;
  left: 0;
  bottom: -150px;
  padding: 20px 0;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
}
.stripe .divider {
  bottom: calc(100% - 1px);
  top: initial;
}
.divider {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.divider img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.index-0 {
  z-index: 0 !important;
}
.title-banner {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1rem;
}
.btn-banner {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  padding: 5px 15px;
}
.btn-banner a, .btn-banner a:hover {
  color: #ffffff;
}
.wrap {
  width: 83.33333vw;
}
.wrap {
  padding-right: 45px;
  padding-left: 45px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
/*layout 10*/
.layout10 {}
.layout10gallery, .layout10description {
  padding: 3rem !important;
}
  .Equipment h6 {
    margin-bottom: 3rem !important;
  }
.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: 20px;
  line-height: 50px;
  color: #383B39;
}
.mini-icone-dotazioni {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-color: #656950;
  padding: 7px;
  background-size: 70%;
  background-position: center;
  border-radius: 30px;
}
.swiper-slide-l10 {
  min-height: 70vh;
}
.end-decoration::before {
  content: '';
  position: absolute;
  width: calc(100% - 6rem);
  border-top: 2px solid #505050;
}
.end-decoration::after {
  content: '';
  background: #505050;
  height: 16px;
  text-align: center;
  transform: rotate(45deg);
  width: 16px;
  position: relative;
  left: -7px;
  top: -14px;
  display: inline-block;
}
/*layout11*/
.layout11 {
  padding: 3rem 0;
}
/*END Classi specifiche layout*/
/*FOOTER ------------------------------------------------------------------------ */
/*contact form grafica*/
.logo-footer > div {
  min-height: 20vh;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
}
.site-footer {
  font-family: 'canelathin';
  color: #ffffff;
  font-size: 16px;
}
.site-footer a, .site-footer a:hover {
  color: #ffffff !important;
}
.blog_info {
  text-align: center;
  margin: 0;
  font-size: 16px;
}
.site-info {
  font-size: 14px;
}
.site-info a {
  color: #000000;
}
.customborder-top {
  border-top: solid #ffffff 1px !important;
}
.ultra-h {
  height: 20vh;
}
/* 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.1);
  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: 1s 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: .8s 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: .8s 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: .8s cubic-bezier(0.2, 0, .8, 0);
}
.anim-photo-big-l1-open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.anim-testo, .anim-testo > div {
  position: relative;
}
.sub-anim-testo {
  position: relative;
}
/*END ANIMAZIONI*/
/*blocco-offerte-home*/
.blocco-offerte-home {
  padding: 8.33333333% 0 !important;
  background-image: url(img/bg-blocco-offerte-home.svg);
  background-size: cover;
  background-position: center;
}
/*mappa */
.mappa-dinamica {}
.row.mobile-fixed {
  display: none !important;
}
.leaflet-map {
  height: 600px !important;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  #navbarNav .lang-item {
    display: block;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  /*TIPOGRAFIA*/
  .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: 'canelathin';
    font-style: normal;
    position: relative;
  }
  .h1, h1 {
    font-size: 50px !important;
  }
  .h2, h2 {
    font-size: 40px !important;
  }
  .h3, h3 {
    font-size: 36px !important;
  }
  .h4, h4 {
    font-size: 32px !important;
  }
  .h5, h5 {
    font-size: 28px !important;
  }
  .h6, h6 {
    font-size: 26px !important;
  }
  p, ul {
    font-size: 18px;
    line-height: 26px;
  }
  /* END TIPOGRAFIA*/
  .sez1-layout2 {
    height: 70vh;
    max-height: 70vh;
  }
  /*SB*/
  #sb-container {
    width: 90%;
    left: 5%;
    bottom: 5% !important;
  }
  /*layout 8*/
  .workList-mobile {
    font-family: 'canelathin';
    color: #AD7F1C;
    font-size: 30px;
    list-style-type: none;
  }
  .workList-mobile a {
    color: #AD7F1C;
  }
  .layout8 {
    min-height: auto !important;
  }
  /*layout10*/
  .layout10gallery {
    padding: 3rem 3rem 0 3rem !important;
  }
  .layout10description {
    padding: 3rem 3rem 3rem 0 !important;
  }
  .pcustom-converto {
    padding: 6rem 3rem 6rem 0rem !important;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  /*SB*/
  #sb-container.sb-simple {
    display: none;
  }
  .row.mobile-fixed {
    font-family: 'canelathin';
    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: #cd8016;
  }
  .row.mobile-fixed a {
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
  }
  .row.mobile-fixed a:hover {
    color: #fff !important;
  }
  .line-end {
    border-right: solid #fff 1px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
  html #wpadminbar {
    display: none !important;
  }
  html {
    font-size: 75%;
  }
  /*TIPOGRAFIA*/
  .h1, h1 {
    font-size: 38px !important;
  }
  .h2, h2 {
    font-size: 36px !important;
  }
  .h3, h3 {
    font-size: 32px !important;
  }
  .h4, h4 {
    font-size: 28px !important;
  }
  .h5, h5 {
    font-size: 24px !important;
  }
  .h6, h6 {
    font-size: 20px !important;
  }
  p {
    font-size: 18px;
    line-height: 30px;
    position: relative;
  }
  /* END TIPOGRAFIA*/
  .btn-effect {
    margin: 15px 0px;
    font-size: 16px !important;
  }
  /*menu overlay*/
	.overlay ul {
  width: 100%;
}
  .contatti-overlay {
	  width: 100%;
  }
  .textcustom {
    text-align: center !important;
  }
  .textcustom ul li {
  }
  .btn-o-struct {
    text-align: center;
  }
  .pcustom {
    padding: 30% 3rem !important;
  }
  .round-button {
    width: 70%;
    margin-left: auto;
  }
  .round-button a {
    font-size: 14px;
    padding-left: .4rem;
    padding-right: .4rem;
  }
  /*video home*/
  .plyr--video {
    height: 70vh;
  }
  .plyr__video-wrapper {
    width: 270% !important;
    margin: 0 !important;
    padding-bottom: 70vh !important;
  }
  /*modal booking*/
  .modal-dialog.modal-dialog-booking {
    margin-top: 10rem;
  }
  /*Header*/
  #masthead, #menu-desk {
    height: 80px !important;
  }
  .logo > div {
    height: 67px;
    width: 79px;
  }
  /*custom offset*/
  .customoffset-1 {
    margin-left: 0;
  }
  .customoffset-2 {
    margin-left: 0;
  }
  .customoffset-3 {
    margin-left: 0;
  }
  .customoffset-4 {
    margin-left: 0;
  }
  .customoffsetend-1 {
    margin-right: 0;
  }
    /*menu apartments widget*/
.menu-apartments-menu-container .menu-item {
width: 48% !important;
    min-width: 48%;
    margin: 1%;
}
  /*sez 1 L1*/
  .sez-1-img {
    height: 60vh;
  }
  .text-overlay-s1 {
    margin-left: 0;
  }
  .photo-bg-s1 {
    min-height: 60vh;
  }
	.cover-image-s1l1 {
	min-height: 60vh;
}
	.cover-image-s1l175 {
	min-height: 60vh;
}
  /*layout1*/
  .text-l1 {
    position: relative !important;
  }
.layout1 {
  padding: 3rem 0 3rem 0;
}
  .img-l1 {
    min-height: 40vh;
  }
  .offset-l1 {
    margin-left: 0;
  }
  .swiper-button-next.swiper-button-next-alt {
    top: 50% !important;
    right: 10px;
    left: auto;
  }
  .swiper-button-prev.swiper-button-prev-alt {
    top: 50% !important;
    left: 10px;
    right: auto;
  }
  .customposition-l1 {
    margin-right: 0rem !important;
  }
  /**layout2*/
  .label-l3 {
    display: flex;
    padding: 1rem 0;
  }
  .label-l3-w {
    width: 500%;
  }
  .label-l3-w h4 {
    font-size: 22px !important;
  }
  .lh8vh {
    font-size: 18px;
    text-align: right;
    line-height: inherit !important;
  }
	.triple-slider-main .swiper-button-next, .triple-slider-main .swiper-button-prev {
  top: 14vh !important;
		width: 50px !important;
  height: 50px !important;
}
  /*layout 4*/
  .layout4 {
    min-height: 50vh;
  }
  .wrapperimg-l4 {
    margin-top: 3rem !important;
    padding: 0 !important;
  }
  .img-l4 {
    height: 100% !important;
    min-height: 40vh;
  }
  /*layout5*/
  .img-l5 {
    min-height: 40vh;
  }
  .btn-l5 {
    margin-top: 3rem;
  }
  /*layout 6*/
  .layout6 {
    display: inline-block;
  }
  /*layout7*/
  .wrapperimg-l7 {
    min-height: 60vh;
  }
  /*layout9*/
  .text-l9 {
    position: relative !important;
  }
  .wrapperimg-l9 {
    min-height: 40vh;
	  padding:0 !important;
  }
  .img-l9 {
    margin-top: 0rem;
  }
  .wrapperlabel-l7 {
    width: 100% !important;
    bottom: auto;
    position: relative !important;
    margin: 0rem !important;
    left: 0;
  }
  /*
  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    display: none
  }
  .home-showcase .home-showcaseSlider .swiper-pagination {
    bottom: 100px !important;
    left: 20px !important;
  }
*/
  /*layout10*/
	.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
}
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
}
  ul.lista-servizi-camere li {
    width: 100%;
    font-size: 20px;
  }
  .swiper-slide-l10 {
    min-height: 40vh;
  }
  .layout10description {
    padding: 3rem !important;
  }
  .Equipment h6 {
    font-size: 26px !important;
  }
  .end-decoration::after {
    top: -21px;
  }
  /*form matrimoni*/
  .gform_wrapper {
    padding: 3rem;
  }
  /*mappa*/
  .mappa-dinamica {}
  .leaflet-map {
    height: 300px;
  }
  /*footer*/
  .bg-sepia-nosolid {
    display: block;
  }
  .pcustom-converto {
    padding: 0rem !important;
  }
  .leaflet-map {
    height: 450px !important;
  }
  .site-footer {
    padding-bottom: 5rem;
  }
}