@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: 'Roboto Condensed', sans-serif;
  background-color: #000000 !important;
  transition: 0.3s all;
  color: #fff !important;
}
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: 16px;
  line-height: 28px;
}
select {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  background-color: transparent;
}
img, .position-bg {
  background-position-x: center;
  background-position-y: center;
}
hr {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  border-top: 1px solid rgba(89, 119, 93, .1) !important;
}
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'agency_fbbold';
  src: url('css/fonts/agencyfbbold-webfont.woff2') format('woff2'), url('css/fonts/agencyfbbold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
:target {
  display: block;
  position: relative;
  top: -120px;
}
/***************************/
/*start mobile menu overlay*/
/***************************/
/* MENU EXPAND*/
/* Hamburger menu + overlay effect menu
--------------------------------------------- */
.button_container {
  height: 27px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.button_container.active span:nth-of-type(3) {
  width: 100%;
}
.button_container:hover span:nth-of-type(2) {
  width: 100%;
}
.button_container:hover span:nth-of-type(3) {
  width: 100%;
}
.sticky-top .button_container span {
  background: #ffffff;
}
.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 1000;
}
.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: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
  width: auto;
  margin: auto;
}
.overlay ul li {
  display: block;
  line-height: 60px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 30px;
}
.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
------------------------------------------------------------------------------------------ */
/*************************/
/*end mobile menu overlay*/
/*************************/
.menu-wordpress .sub-menu {
  display: none;
}
.menu-wordpress a.active {
  color: red;
}
.sub-menu {
  list-style-type: none;
  margin: 0px;
  clear: both !important;
}
.sub-menu .menu-item {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  display: inline-block;
  position: relative;
  height: 30px;
}
.sub-menu .menu-item a {
  font-size: 16px;
  font-weight: 400;
}
#masthead {
  padding: .74rem 2rem;
  position: fixed;
  z-index: 10001 !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: #000000;
}
#mastheadbis {
  padding: .74rem 2rem;
  position: fixed;
  z-index: 1001 !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: #000000;
}
#menu-desk, #menu-deskbis {
  height: 95px;
}
.menu-item {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 2rem;
  line-height: initial;
}
#primary-menu {
  list-style-type: none !important;
}
#primary-menu .sub-menu .menu-item:not(:last-child)::after {
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}
.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/*navbar-toggler*/
.navbar-toggler {
  background-color: #ffb706 !important;
  border-radius: 0px !important;
  border: none !important;
}
/*
#leftBar {
  width: 6vw;
  height: calc(119vh + 60px);
  background-color: rgba(255, 255, 255, .37);
  position: absolute;
  left: 0;
  z-index: 1;
}
#leftBar-28 {
  width: 6vw;
  height: 110vh;
  background-color: rgba(255, 255, 255, .37);
  position: absolute;
  left: 0;
  z-index: 1;
}
#leftBar-slide {
  width: 6vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, .37);
  position: absolute;
  left: 0;
  z-index: 1;
}
.barTop {
  height: 32vh;
}
.barCenter {
  height: 41vh;
}
.barBottom {
  height: 27vh;
}
.barBottom a .fa {
  background-color: transparent;
  width: 5vw;
  text-align: center;
}
.barCenterslidenovanta {
  height: 80vh;
}
.barCenterslidenovanta p {
  line-height: 2vw;
  margin: 2vw;
  background-color: #000;
}
#leftBar-slidenovanta {
  width: 6vw;
  height: 105vh;
  background-color: rgba(255, 255, 255, .37);
  position: absolute;
  left: 0;
  z-index: 5;
}
.barCenterslidecento {
  height: 100vh;
}
#leftBar-slidecento {
  width: 6vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, .37);
  position: absolute;
  left: 0;
  z-index: 1;
}
*/
.layout-noleggio {}
.layout-noleggio h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px !important;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  color: #fff;
  top: 50%;
  font-weight: bold !important;
}
.dropdown-item.dropdown-item2l {
  margin: 0px !important;
  padding: 0px 10px !important;
  border: none !important;
  font-size: 14px;
  float: left;
  display: inline;
  letter-spacing: 5px;
}
/* END MENU EXPAND*/
/*menu lingue*/
.btn-menu {
  background-color: transparent !important;
  color: #000;
  text-transform: uppercase;
  border: 0;
  font-size: 18px;
  font-weight: lighter;
  font-family: 'agency_fbbold';
}
/*btn prenotazione mobile*/
a .fa.fa-calendar {
  background-color: transparent !important;
  font-size: 24px;
  width: auto;
  height: auto;
  text-align: center;
  margin: auto;
  line-height: inherit;
}
.btn-calendar {
  background-color: #F58D00;
  text-align: center;
}
.btn-calendar span {
  display: inherit;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
/*FORM */
.gform_confirmation_message h3 {
  font-size: 40px !important;
}
.gfield_label {
  color: #ffffff;
}
.gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  overflow-y: visible !important;
  border: 0px solid #ddd !important;
  color: #ffffff;
}
.gfield_description a {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.gfield_description a:hover {
  color: #ffffff;
}
.gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  background-color: rgba(97, 97, 97, 1.00) !important;
  color: #ffffff !important;
  border-radius: 0px;
  border: solid #000 0px;
}
#input_2_1, #input_2_3 {
  background-color: #fff !important;
  color: #000 !important;
}
.contact-form form input[type="submit"] {
  min-width: 100%;
  margin-left: 0;
  background-color: #F58D00 !important;
  color: #000000 !important;
  border: solid #ffffff 1px;
  height: 50px;
  line-height: normal;
}
.contact-form form input[type="submit"]:hover {
  background-color: rgba(97, 97, 97, 1.00);
  color: #ffffff;
  border: solid rgba(97, 97, 97, 1.00) 1px;
}
.gfield_consent_label {
  font-size: 14px;
}
.contact-form {
  min-height: 60vh !important;
  font-size: 16px;
  width: 100%;
  margin: auto !important;
  background-color: #000000;
  border: solid #ffffff 3px;
}
.contact-form-frame {
  border: solid #ffffff 6px;
  width: 70%;
  margin-left: 15%;
  padding: 10px;
  background-color: #000000;
}
.form-container {
  background-color: #3A3A3A;
  background-image: url(https://sleepandride.it/wp-content/uploads/2022/03/Sleepnride-Ride.svg);
  background-size: cover;
  background-position: center;
  padding: 5vh 0 !important;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 5px;
}
.gform_confirmation_wrapper {
  color: #fff;
}
#field_2_22, #field_2_22 a, #field_3_22, #field_3_22 a {
  color: #fff;
}
.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;
}
.hide-label .gfield_label {
  display: none !important;
}
gform_submit_button_2 /* OVERRIDE BOOTSTRAP CSS */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important;
}
thead {
  background-color: #6E869E;
  color: #fff;
  font-weight: bold;
}
.card {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.bottoni-tessera {
  width: 100%;
  padding-bottom: 30px;
}
.bg-color-card {
  background-color: #fff;
}
.bg-color-card h3 {
  padding: 20px 0px;
  margin-left: 20px;
}
.img-cover.height-img-card {
  height: 350px;
}
.img-slide-camere {
  height: 60vh;
  text-align: center;
  display: inline-grid;
}
.black-bg {
  background-color: #000 !important;
}
.transparent-bg {
  background-color: transparent !important;
}
.white-close {
  color: #fff !important;
}
.img-slide-camere img {
  height: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.modal-content.black-bg {
  height: 90vh !important;
}
.modal-dialog.modal-dialog-slide {
  max-width: 100% !important;
  height: 100% !important;
}
.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}
.modal {
  padding-right: 0px !important;
}
.modal-dialog {
  max-width: 85% !important;
  margin: 0 auto !important;
  padding: 60px 10px 60px 10px !important;
  min-height: 100% !important;
}
.modal-content {
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0px !important;
  border: 0px;
  height: auto !important;
}
.modal-body {
  padding: 0px 60px 40px 60px !important;
  background-color: #ffffff;
}
.modal-header {
  border-bottom: 0px !important;
}
.modal-body input[type="text"], .modal-body textarea {
  border: solid #ccc 1px;
}
.modal-body .gform_wrapper .gform_footer {
  width: 40% !important;
  clear: none !important;
  text-align: center !important;
  padding: 16px 0 10px 0 !important;
  margin: 0 16px 0 0 !important;
}
.modal-header .close {
  padding: 0rem 1rem;
}
body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}
.close {
  font-size: 3rem !important;
}
/*modal booking engine*/
.modal-content.modal-content-booking {
  min-height: 70% !important;
  margin: auto;
  border: solid 0px #000;
}
.h1, h1, .h2, h2, .h3, h3 {
  font-family: 'agency_fbbold';
  font-style: normal;
  position: relative;
}
.h1, h1 {
  font-size: 110px !important;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.h2, h2 {
  font-size: 90px !important;
  letter-spacing: 4px;
  line-height: 160px !important;
}
.h3, h3 {
  font-size: 70px !important;
}
.h4, h4 {
  font-size: 50px !important;
  position: relative;
}
.h5, h5 {
  font-size: 40px !important;
  position: relative;
}
.h6, h6 {
  font-size: 30px !important;
  font-weight: 200 !important;
  position: relative;
}
.h4, h4, .h5, h5, .h6, h6 {
  font-family: 'agency_fbbold';
}
p, ul {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  position: relative;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 3px;
  text-align: inherit;
}
.dropdown-menu {
  border: none !important;
  color: #393939 !important;
  font-size: 14px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000000 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: solid #fff 0px !important;
}
.dropdown-item:hover {
  text-decoration: none !important;
  background-color: transparent !important;
}
.html-content a {
  text-align: center !important;
  padding: 15px 60px !important;
}
.gform_button.button {
  text-align: center !important;
  padding: 15px 40px !important;
}
.html-content a, .btn, .gform_button.button {
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  text-shadow: none !important;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  white-space: initial;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gform_button.button {
  height: auto !important;
}
/*booking engine*/
#booking-div {
  border-radius: 0;
  text-align: center;
  font-size: 20px;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  padding: 13px 8vw;
  margin: -134px auto 0;
  position: fixed;
  color: #383128;
  bottom: 0;
  z-index: 1000;
}
.sb__form-field-label {
  text-align: left;
}
#booking-div .sb__footer {
  display: none;
}
.modal-content.modal-booking {
  width: 50%;
  margin: auto 25%;
  background-color: #fffff3;
}
.modal-content.modal-booking .modal-body {
  background-color: #fffff3;
}
.modal-content.modal-booking .modal-header h3 {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.modal-dialog.modal-dialog-booking {
  vertical-align: middle;
  display: flex;
}
/*
#booking-div-2 .sb__footer, #booking-div-2 .sb__guests-rooms {
  display: none;
}
#booking-div-2 .sb__dates .sb__form-field {
  float: none !important;
}
#booking-div-2 .sb__form-field {
  display: block;
}
#sb-container-2 {
  background-color: rgba(255, 255, 255, 0.4);
}
#sb-container-2 .sb__dates .sb__form-field {
  width: 100% !important;
}
*/
.sb__form-field-label.sb-custom-label-color {
  font-size: 13px;
  line-height: 45px;
  width: 35%;
  display: inline;
  text-shadow: none;
  font-weight: bold;
}
/*
#sb-container-2 .sb-custom-field-bg-color {
  width: 65%;
  border-radius: 0px;
  float: right;
}
#sb-container-2 .sb-custom-icon-color {
  display: none !important;
}
#sb-container-2 .sb-custom-button-color {
  color: #000000 !important;
}
*/
#sb-container_sb__form-field--checkavailability {
  margin-top: 44px;
}
/*bookin engine modal*/
.btn-bookinengine {
  background-color: #ffb706;
  color: #000;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
}
.btn-bookinengine:hover {
  color: #000;
}
/* 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; */
}
.fa.fa-youtube-play {
  position: relative;
  top: 45%;
  left: 45%;
  background-color: transparent !important;
}
a .fa {
  color: #000000;
  width: 50px;
  height: 50px;
  font-size: 30px;
  background-color: #ffffff;
  border-radius: 50px;
  line-height: 50px;
  margin: 0 5px;
  text-align: center;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0) !important;
}
/* end OVERRIDE BOOTSTRAP CSS */
/**MAGNIFIC POPUP*/
.mfp-wrap {
  z-index: 100001 !important;
}
.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*/
.list-menu-lang a {
  color: #fff;
  font-family: 'agency_fbbold';
  text-transform: uppercase;
}
.list-menu-lang a:hover {
  color: #fff;
}
.dropdown-menu.show > li {
  display: block;
  background-color: #000000;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  border-right: solid 1px;
}
.dropdown-menu.show > li:last-child {
  border-right: none;
}
.dropdown-menu.dropdown-lang.show ul {
  width: 100%;
}
.dropdown-menu.dropdown-lang.show li {
  color: #fff;
  list-style-type: none;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #333333;
  margin-top: 10px;
  letter-spacing: 3px;
}
.dropdown-menu.dropdown-lang.show {
  background-color: transparent !important;
  min-width: 50px;
  text-align: center;
  margin: 0px;
}
.dropdown-menu.show {
  width: max-content;
  display: flex !important;
}
/*bottoni - CTA*/
.btn-primary {
  color: #432321 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.btn-primary:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.btn {
  font-family: 'agency_fbbold';
  border-radius: 0px !important;
  background-color: #000 !important;
  text-transform: uppercase;
  padding: 15px !important;
  color: #fff !important;
  border: solid #F58D00 20px !important;
}
.btn.btn-info {
  font-family: 'agency_fbbold';
  border-radius: 0px !important;
  background-color: #F58D00 !important;
  text-transform: uppercase;
  padding: 15px !important;
  color: #000 !important;
  border: solid #F58D00 0px !important;
}
/* #Shape Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* General Button Style */
/* General Button Style */
.button {
  display: block;
  position: relative;
  background: #fff;
  width: max-content;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  margin: 40px auto;
  font-family: 'agency_fbbold';
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 10px;
}
/* Button Border Style */
.button.border {
  border-top: 4px solid #e04e5e;
  border-bottom: 4px solid #e04e5e;
}
.button.border:hover {
  background: #fff;
  color: #3A3A3A;
}
/* Button Ribbon-Outset Border Style */
.button.ribbon-outset.border:after, .button.ribbon-outset.border:before {
  top: 50%;
  content: " ";
  height: 43px;
  width: 43px;
  position: absolute;
  pointer-events: none;
}
.button.ribbon-outset.border:after {
  left: 0;
  margin-top: -40px;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(57.5deg) skew(30deg);
  background-color: #fff;
}
.button.ribbon-outset.border:before {
  right: -43px;
  margin-top: -40px;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(57.5deg) skew(30deg);
  background-color: #fff;
}
/* #Shape Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn.btn-primary.btn-room {
  background-color: #f9f7f5 !important;
  color: #000 !important;
  width: 80%;
  margin: 20px 10% 0 10%;
}
.btn.btn-primary.btn-room.btn-room6 {
  width: 40%;
  margin: 20px 30% 0 30%;
}
.btn-primary.btn-room:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.btn.btn-primary.btn-card {
  background-color: #315D8E !important;
  border-color: #315D8E !important;
  padding: 15px !important;
  margin: 3px;
}
.btn.btn-primary.btn-card:hover {
  color: #6CA0A2 !important;
}
.btn-outline-secondary {
  color: #315D8E !important;
  border-color: transparent !important;
  font-size: 80px !important;
  line-height: 40px !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active {
  background-color: transparent !important;
}
.btn.btn-primary.arrow-span span {
  font-size: 90px;
  color: #315D8E;
}
.navbar-nav .nav-link {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: lighter;
  font-family: 'agency_fbbold';
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.header .logo {
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.logo {
  background-repeat: no-repeat;
  background-size: contain;
}
.logo > div {
  height: 96px;
  width: 16vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.logo-footer {
  width: 50%;
  margin: 5% auto;
}
.entry-title {
  display: none !important;
}
.sez-1-slide {
  min-height: 100vh;
  width: 100%;
}
.layout-card {
  background-color: #6CA0A2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.layout-card h1 {
  color: #ffffff;
}
.img-card {
  min-height: 250px;
  background-size: cover;
}
.card-body {
  background-color: #fff;
  text-align: center;
}
.card-offerte {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3)
}
.arrow-right:before {
  content: url(img/arrow-right.svg);
  width: 75px;
  display: inline-block;
}
.arrow-left:before {
  content: url(img/arrow-left.svg);
  width: 75px;
  display: inline-block;
}
.btn.btn-primary.arrow-span.mb-3 {
  padding: 10px !important;
}
/*Classi generiche layout
--------------------------------------------- */
.customoffset-1 {
  margin-left: 8.33333333%;
}
.customoffset-2 {
  margin-left: 16.66666667%;
}
.top-0 {
  top: 0;
}
.pStrong {
  padding: 120px;
}
.plStrong {
  padding-left: 10rem;
}
.prStrong {
  padding-right: 10rem;
}
.h-100vh {
  height: 100vh !important;
}
.txt-stroke {
  -webkit-text-stroke: 2px white;
  color: #000000;
}
.text-black {
  color: #000000 !important;
}
.txt-boxed {
  padding: 120px !important;
}
.txt-boxed-left {
  padding: 0 120px !important;
}
.txt-box {
  padding: 0 120px;
}
.gallerybox {
  min-height: 60vh;
}
.special-gallerybox {
  height: 100vh;
}
.z-1 {
  z-index: 1;
}
.lang-item {
  display: inline;
  text-transform: uppercase;
}
.lang-item a {
  font-size: 16px;
}
/*txt overlay*/
.txt-overlay {
  width: 100%;
  color: #fff;
}
.txt-overlay h1 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 170px;
}
.deco-btn {
  width: 50%;
  height: 50px;
  display: inline-block;
  border-top: solid 2px #59775D;
  position: relative;
  top: 20px;
}
.detail-btn {
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border: solid #59775D 2px;
  float: right;
  right: 3px;
  ;
  display: relative;
  position: relative;
}
.line-btn-big-photo {
  position: absolute;
  border: solid #fffff3 1px;
  top: 43%;
  left: 150px;
  width: 1px;
  height: 100%;
  display: inline-block;
}
.h-86 {
  height: 86vh;
}
.h-119 {
  height: 119vh;
}
/* widget instagram */
#instagram-feed-widget-4 .widget-title {
  margin: 0;
  padding: 3rem;
}
/* END widget instagram */
.widget-title {
  font-family: 'agency_fbbold';
  letter-spacing: 5px;
}
.position-txt h1 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 22px;
  line-height: 170px;
}
.position-txt h2 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 150px;
}
.font-agency {
  font-family: 'agency_fbbold';
}
.borderblack {
  border: solid #000 10px;
}
/*END Classi generiche layout*/
/*Classi specifiche layout
--------------------------------------------- */
.widget {
  margin: 0 !important;
}
/*empty space layout*/
.empty-space {
  height: 70px;
  width: 100%;
}
/*sezioni e tpl*/
.sezione1 {
  z-index: -1;
  position: relative;
  overflow: hidden;
}
.sezione3-intro {
  min-height: 100vh;
}
#mappa-footer .leaflet-map {
  height: 500px;
}
.leaflet-top, .leaflet-bottom {
  z-index: 999 !important;
}
.tpl-contatti p {
  font-size: 18px;
}
.tpl-contatti a, .tpl-contatti a:hover {
  color: #ffffff;
}
.newsletter-div {
  padding: 60px !important;
}
.newsletter-bg {
  background-color: rgba(0, 0, 0, .5);
  padding: 60px !important;
}
#gform_fields_2 input[type="text"] {
  background-color: #ffffff3 !important;
}
/*layout1*/
.layout1 {
  min-height: 80vh !important;
  position: relative;
  width: 100%;
  background-color: #3A3A3A;
  color: #ffffff;
}
.neon-border4B6EA3 {
  border: solid #4B6EA3 20px !important;
  /*    transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;*/
}
.neon-borderF58D00 {
  border: solid #F58D00 20px !important;
  /*    transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;*/
}
.neon-border8F0009 {
  border: solid #8F0009 20px !important;
  /*    transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;*/
}
.neon-border4B6EA3:hover {
  background-color: transparent;
  color: #000;
  box-shadow: 0 0 5px #4B6EA3, 0 0 20px rgb(75 110 163 / 0.8), 0 0 35px rgb(75 110 163 / 0.7), 0 0 50px rgb(75 110 163 / 0.6);
  border-color: #fff;
  animation: animate 3s infinite alternate;
}
.neon-borderF58D00:hover {
  background-color: transparent;
  color: #000;
  box-shadow: 0 0 5px #F58D00, 0 0 20px rgb(245 141 0 / 0.8), 0 0 35px rgb(245 141 0 / 0.7), 0 0 50px rgb(245 141 0 / 0.6);
  border-color: #fff;
  animation: animate 3s infinite alternate;
}
.neon-border8F0009:hover {
  background-color: transparent;
  color: #000;
  box-shadow: 0 0 5px #8F0009, 0 0 20px rgb(143 0 9 / 0.8), 0 0 35px rgb(143 0 9 / 0.7), 0 0 50px rgb(143 0 9 / 0.6);
  border-color: #fff;
  animation: animate 3s infinite alternate;
}
@keyframes animate {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.3;
  }
  46% {
    opacity: 1;
  }
}
.pl1 {
  padding: 2rem 5rem 5rem 2rem !important
}
.base-flexslider {
  border-radius: 0px !important;
}
.base-flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  height: 50%;
  width: calc(100% - 3rem);
}
.base-flexslider .flex-direction-nav a {
  top: 0 !important;
}
.layout1 h1 {
  font-size: 100px !important;
  font-family: 'agency_fbbold';
  -webkit-text-stroke: 2px white;
  color: transparent;
}
.bg-logo0 {
  background-image: url("img/arrow-bg0.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: contain;
}
.bg-logo1 {
  background-image: url("img/arrow-bg1.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: contain;
}
.bg-logo2 {
  background-image: url("img/arrow-bg2.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: contain;
}
/*layout2*/
.layout2 {
  min-height: 80vh !important;
  width: 100% !important;
}
.btn-parallax {
  z-index: 1;
  position: absolute;
  right: 15px;
  text-align: right;
  width: 100%;
  float: right;
  font-size: 16px;
  font-weight: 300;
}
.btn-parallax span {
  width: 85%;
  display: inline-block;
  height: 13px;
  border-bottom: solid #FFFFF3 1px;
  position: absolute;
  margin-left: 15px;
  margin-right: 15px;
  left: 15px;
}
.btn-parallax a {
  color: #FFFFF3;
  text-transform: uppercase;
}
.btn-parallax a:hover {
  color: #FFFFF3;
}
/*PARALLAX*/
.bg-parallax {
  padding-top: 40px;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 140%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
/*layout3*/
.layout3 {
  background-color: #000000;
  color: #ffffff;
}
.layout3 a {
  color: #000000;
  font-weight: bold;
}
.layout3 a:hover {
  color: #000000;
}
.layout3 h1 {
  color: #ffffff;
  font-size: 200px !important;
  line-height: 170px;
}
.cipressil3 {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 0;
}
#cipressi {
  padding-top: 30%;
}
/*layout10*/
.layout10 {
  min-height: 100vh !important;
  position: relative;
  width: 100%;
  padding: 5% 0 5% 5%;
}
.titolo-blocco-articoli {
  padding: 0 5% !important;
}
.title-post-m-h {
  min-height: 180px;
  display: inline-block;
  color: #000000;
}
.title-post-m-h:hover {
  color: #000000;
}
.img-card-l10 {
  min-height: 400px;
}
/*layout15*/
.domanda {
  background-color: #FFFFF3;
  padding: 20px !important;
  color: #000000;
}
.domanda a, .domanda a:hover {
  color: #000000;
}
.content-accordion h2 {
  text-align: left;
  float: left;
}
.content-accordion .row {
  margin-bottom: 10px;
}
.testo-accordion p {
  margin-top: 20px;
  padding: 0px 30px;
  font-size: 20px;
}
/*layout28*/
.section-layout28 {
  min-height: 100vh;
}
.rect-bottom-title {
  width: 225px;
  height: 25px;
  background-color: #fff;
  position: relative;
  left: -112px;
}
.position-txt-28 h1 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 22px;
  line-height: 170px;
}
.position-txt-28 h2 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 150px;
}
.logo-mask {
  -webkit-mask: url("https://bomberweb.it/demo/bike-service/wp-content/uploads/2025/04/bikeservice-logo.svg") no-repeat right;
  mask: url("https://bomberweb.it/demo/bike-service/wp-content/uploads/2025/04/bikeservice-logo.svg") no-repeat 150%;
  position: relative;
  height: 100vh;
  background-position-x: center;
  background-position-y: center;
}
.layout28 {
  height: 100vh;
  top: 0;
  position: absolute;
}
.layout28 .testo28 {
  color: #000000;
  padding-left: 3vw;
}
.gallerybox-bg-anim {
  height: calc(100vh - 70px);
  width: calc(50% - 35px);
  position: absolute;
  background-color: rgba(72, 61, 57, .7);
  right: 0;
}
/*layout29*/
.layout29 {
  background-color: #FFFFF3;
  min-height: 100vh !important;
}
.img-offerte {
  display: inline-block;
  height: 60vh;
}
.testo-offerte {
  float: right;
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.testo-offerte a, .testo-offerte a:hover {
  color: #000000;
}
.slide-frame-offerte {
  position: absolute;
  background-color: #d3cabe;
  width: calc(50% + 50px);
  height: 30vh;
  left: 0;
  top: 0;
  z-index: -1;
  margin-top: calc(30vh + 50px);
}
.titolo-blocco-offerte {
  padding: 0 5% !important;
}
.button-row {
  position: relative;
  top: -150px;
  float: right;
  right: 20vw;
}
/*layout30*/
.img-intro3 {
  height: calc(100vh - 220px);
}
.p-left {
  padding-left: 120px !important;
}
.p-right {
  padding-right: 120px !important;
}
/*layout31*/
.layout31 {
  position: relative;
  width: 100%;
}
.layout31 h2 {
  text-transform: uppercase;
}
.layout31 h1 {
  letter-spacing: 25px;
  line-height: 170px;
}
.servizi-camera {
  color: #ffffff;
  padding: 20px 60px 60px 60px;
}
.servizi-camera h3 {
  text-transform: uppercase;
  letter-spacing: 12px;
  font-size: 100px !important;
}
.blocco-servizi-camere {
  margin: 20px 0 100px 0 !important;
}
.profilo-dotazioni {
  background-image: url(https://sleepandride.it/wp-content/uploads/2022/02/profilo-dotazioni.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 19vh;
  background-position-x: right;
  background-position-y: bottom;
}
.profilo-dettagli {
  background-image: url(https://sleepandride.it/wp-content/uploads/2022/02/profilo-dettagli.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 19vh;
  background-position-x: right;
  background-position-y: 5px;
}
.bg-black-dotazioni, .bg-black-dettagli {
  background-color: #000000;
}
.lista-servizi-camere {
  list-style-type: none;
  display: inline-block;
  padding: 70px 140px;
  width: 100%;
}
ul.lista-servizi-camere li {
  width: 33%;
  float: left;
  display: inline;
  margin-bottom: 1vh;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
}
.mini-icone-servizi {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.p-leftStrong {
  padding-left: 120px !important;
  padding-right: 60px !important;
}
.p-rightStrong {
  padding-left: 60px !important;
  padding-right: 120px !important;
}
/*layout32*/
.layout32 {
  min-height: 100vh !important;
  position: relative;
  width: 100%;
  background-color: #d3cabe;
  color: #59775D;
  padding-top: 140px;
  padding-bottom: 140px;
}
.count-slide-32 {
  font-family: 'agency_fbbold';
  font-size: 30px !important;
  position: absolute;
  bottom: 85px;
  border-bottom: solid #59775D 2px;
  width: 25%;
  z-index: 2;
  margin-left: -5%;
  text-align: right;
  margin-bottom: 80px;
  padding-bottom: 4px;
  color: #59775D;
}
.count-slide-32::before {
  content: '';
  height: 10px;
  width: 10px;
  border: solid 2px #59775D;
  background-color: #59775D;
  transform: rotate(45deg);
  position: relative;
  float: left;
  left: 0;
  bottom: -45px;
}
.count-slide-32.count-slide-32-2 {
  text-align: left;
  margin-left: -65%;
}
.count-slide-32.count-slide-32-2::before {
  float: right;
}
.base-flexslide-32-count .flex-viewport {
  display: none;
}
/*layout35*/
.layout35 {
  min-height: auto !important;
  position: relative;
  width: 100%;
  padding: 6vw 0 6vw 6vw;
}
/*layout40*/
.layout40 {
  width: 80%;
  margin: 50px auto;
}
.rect-top, .rect-bottom {
  width: 225px;
  height: 25px;
  background-color: #fff;
  position: absolute;
}
.rect-top {
  top: 10%;
  right: 0px;
}
.rect-bottom {
  top: 60%;
  left: 0px;
}
.layout40-title {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.slick-current .layout40-title h3 {
  display: inline-block;
  font-size: 38px !important;
  color: #ffffff;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.slider-nav-portfolio .slick-slide {
  transition: 1s ease-in !important;
}
.slick-slide .layout40-title h3 {
  display: none;
}
.slick-slide.slick-current .layout40-title h3 {
  display: inline-block;
}
.layout40-title h3, .slick-cloned .layout40-title h3 {
  font-size: 80px !important;
  color: #000000;
}
.slick-slide .frame-slick {
  border: solid #4B6EA3 20px !important;
  margin: 10px 3px;
  padding: 10px 10px 50px 10px !important;
}
.slick-slide.slick-current.slick-active.slick-center .frame-slick {
  border: solid #F58D00 20px !important;
  margin: 10px 3px;
  padding: 10px 10px 50px 10px !important;
}
.slick-slide .slick-active .frame-slick {
  border: solid #8F0009 20px !important;
  margin: 10px 3px;
  padding: 10px 10px 50px 10px !important;
}
.slider-for .btn {
  width: max-content;
  margin: auto;
}
.slider.slider-nav, .slider.slider-nav p, .slide-nav .slick-slide {
  min-height: 40vh !important;
  height: 40vh !important;
}
.font-16 {
  font-size: 16px !important;
}
.NextArrowdx {
  background-image: url("img/arrow-dx-w.svg");
  width: 87px;
  height: 51px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: transparent;
  border: 0px;
}
.t-40 {
  top: calc(40vh - 38px);
}
.PrevArrowsx.slick-arrow {
  background-image: url("img/arrow-sx-w.svg");
  width: 87px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: transparent;
  border: 0px;
  z-index: 1;
}
/*layout41*/
.layout41 {
  min-height: 90vh;
  background-color: #000000;
}
.layout41 h3 {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 30px;
  text-transform: uppercase;
}
.layout41-title {
  position: absolute;
  width: 100%;
  margin-top: 5vh;
}
.rhombus {
  -webkit-clip-path: polygon(51% 6%, 94% 50%, 50% 94%, 6% 50%);
  clip-path: polygon(51% 6%, 94% 50%, 50% 94%, 6% 50%);
  transition: .3s cubic-bezier(0.2, 0, .8, 0);
}
.rhombus:hover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/*layout42*/
.layout42, .layout42 .main-carousel .flickity-viewport {
  min-height: 100vh !important;
}
.slide100-h-100 {
  height: 100vh;
}
/*layout43*/
.layout43 {
  background-image: url(https://sleepandride.it/wp-content/uploads/2022/02/rombo-portfolio.svg);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
}
.layout43, .layout43 .main-carousel-portfolio .flickity-viewport {
  min-height: 80vh !important;
}
.main-carousel-portfolio .flickity-button.flickity-prev-next-button.previous {
  display: none;
}
.item-carousel-portfolio-bike {
  background-size: contain;
  background-repeat: no-repeat;
  height: 80vh;
  background-position: center;
  background-color: #fff;
}
.slider-nav-portfolio {
  color: #ffffff;
  z-index: 1;
}
.slider-nav-portfolio .slick-slide {
  line-height: 10vh;
}
.slider-nav-portfolio .slick-slide p {
  padding: 0 2vw;
  font-family: 'agency_fbbold';
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: .3s linear;
}
.slider-nav-portfolio .slick-slide.is-active p {
  font-size: 70px;
  line-height: 45px;
}
.line {
  height: 5px;
  background-color: #FFFFFF;
  top: -15.5vh;
  z-index: 0;
}
.crown {
  background-image: url(https://sleepandride.it/wp-content/uploads/2022/02/crown2.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
  margin: 2vh auto;
  transition: .3s linear;
}
.crown-dettagli p {}
.is-active .crown {
  background-image: url(https://sleepandride.it/wp-content/uploads/2022/02/crown2.svg);
  width: 80px;
  height: 80px;
  background-size: cover;
  margin: .5vh auto 0 auto;
}
.layout43-nav {
  height: 25vh;
  background-color: #000;
}
/*layout50*/
.layout50 {
  background-color: #fff;
  color: #000;
  text-align: center;
}
.layout50 h3 {
  font-size: 40px !important;
  text-transform: uppercase;
  letter-spacing: 10px;
  padding: 4vh 0;
  line-height: 40px;
  margin-bottom: 0;
}
/*filtri isotope*/
.filters-select {
  list-style: none;
  display: inline-block;
}
.filters-select li {
  float: left;
  margin: 0 2vw;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px !important;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.filters-select a, .filters-select a:hover {
  color: #000000;
}
.quadDiv {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100% !important;
  background-size: cover !important;
  background-position: center center !important;
}
/*partners*/
.partners {
  background-color: #ffffff;
  padding: 2vh 0;
}
/*END Classi specifiche layout*/
/*ANIMAZIONI*/
.hideit {
  opacity: 0;
}
.showit {
  opacity: 1;
}
.anim-photo {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: .8s cubic-bezier(0.2, 0, .8, 0);
}
.anim-photo-open {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.anim-bg-gallerybox {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: .8s cubic-bezier(0.2, 0, .8, 0);
}
.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-open {
  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*/
.layout17 span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 400px;
  z-index: 99;
  position: absolute;
  color: #fff;
  text-shadow: #333338 0px 0px 4px;
  height: 40vh;
  width: 100%;
  text-align: center;
  padding-top: 46vh;
}
.layout17 h1, .layout17 h2, .layout5 h1, .masonry-gallery h1 {
  color: #fff;
  text-shadow: #333338 0px 0px 4px;
}
.layout5 a {
  color: #ffffff;
  font-weight: bold;
}
.partner {
  margin-top: 1.5em !important;
}
.img-logo {
  height: 60px;
  width: 300px;
  margin: 30px auto;
}
.layout5 {
  min-height: 80vh;
  display: inline-block;
  width: 100%;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
.layout5 .col-1 {
  height: 80vh;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  width: 53%;
  float: left;
}
.layout5 .col-2 {
  height: 40vh;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  float: left;
}
.custom-card {
  position: absolute !important;
  top: 0px;
  width: 100%;
}
.fr5 {
  padding-top: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
}
.layout7 {
  min-height: 40vh !important;
  position: relative;
  width: 100%;
  margin: 5px 0;
}
.layout8 {
  min-height: 70vh !important;
  position: relative;
  width: 100%;
}
.carousel-l8 {
  width: 100%;
  min-height: 60vh;
  padding: 40px;
}
.txt-card {
  min-height: 50%;
  margin-top: 50%;
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, .65);
  padding-top: 10px;
  padding-bottom: 10px;
  width: inherit;
  text-align: center;
}
.txt-content {
  min-height: 125px;
}
.txt-card .btn-primary {
  color: #fff !important;
  background-color: #315D8E !important;
  border-color: #315D8E !important;
}
.txt-card .btn {
  padding: 15px !important;
}
.layout9 {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 60vh;
  padding: 30px 60px;
}
.layout92 {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 60vh;
  padding: 30px 60px;
}
.layout5m {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.layout12 {
  min-height: 70vh !important;
  position: relative;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.layout18 {
  width: 100%;
  min-height: 100vh;
}
.layout18 h1 {
  color: #000;
  padding-bottom: 20px;
}
.p-40 {
  padding-left: 60px;
  padding-right: 60px;
}
.gallerybox-room {
  height: 60vh;
}
.tile {
  min-height: 60vh;
}
.tile-title {
  min-height: 30vh;
}
.txt-tile {
  font-family: 'agency_fbbold';
  font-size: 35px;
  color: #fff;
  padding-top: 250px;
}
.txt-tile h1 {
  margin: 0 !important;
}
.tile-hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-opacity-tile {
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
}
.h-30-sep {
  width: 100%;
  height: 30px;
}
.img-cover {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.img-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: inline-block;
}
.color-sugar {
  background-color: #6E869E;
}
.color-sugar2 {
  background-color: #ACBEBE;
}
.color-grey {
  background-color: #4a3e5a;
}
.box-form {
  height: 100%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.3);
}
.gform_wrapper label.gfield_label {
  font-weight: normal !important;
  text-transform: uppercase;
  color: #ffffff;
}
.gform-theme--framework .gform-field-label, .gfield_label.gform-field-label.gfield_label_before_complex, .gform-field-label.gfield_consent_label {
  color: #fff !important;
}
.gform_footer {
  width: 35%;
  margin: auto !important;
}
label {
  margin-bottom: 0px !important;
}
input[type="text"] {
  border-radius: 0px !important;
  border-style: solid;
  border-color: #000000;
  color: #000000;
  background-color: transparent;
}
.gform_wrapper.gravity-theme select {
  border-radius: 0px !important;
  border-color: #5A4F4A;
  background-color: transparent;
}
.gfield_select option {
  color: #404040 !important;
}
.finesezione {
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
}
.row.box-title.position-bg {
  height: 50vh;
}
.box-title .card.h-100.justify-content-center {
  width: 100%;
}
.box-container {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
#stanze h1, #attivita h1 {
  font-size: 30px !important;
  margin-left: 20px;
}
.layout18 h1 {
  font-size: 30px !important;
  margin-left: 25px;
}
.privacy-flex {
  display: flex;
}
.btn-privacy {
  border: none !important;
  margin: auto;
  display: block;
  text-transform: uppercase;
}
.site-footer {
  font-size: 14px;
  color: #ffffff;
  background-color: #000000;
  height: 100%;
}
.line-top {
  border-top: solid #fff 1px;
}
.line-left {
  border-left: solid #fff 1px !important;
}
.line-right {
  border-right: solid #fff 1px !important;
}
.site-footer h3 {
  font-size: 70px !important;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  color: #ffffff;
}
.site-info {
  padding: 30px 0px;
  text-align: center;
}
.site-info a {
  color: #ffffff;
}
.footer-social-links {
  margin-top: 20px;
}
.contatti {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.div-mappa {
  min-height: 80vh;
}
.leaflet-map {
  height: 100%;
}
.page-template-contatti #mappa-footer- {
  display: none;
}
.mappa-pin {
  height: 60vh;
}
/*animazione pin mappa*/
.beacon {
  position: absolute;
  top: 42%;
  left: 56%;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.beacon:before, .beacon:after {
  position: absolute;
  content: "";
  height: 3em;
  width: 3em;
  left: 0;
  top: 0;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #000000;
  -webkit-animation: active 2s infinite linear;
  -moz-animation: active 2s infinite linear;
  animation: active 2s infinite linear;
}
.beacon:after {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes active {
  0% {
    -webkit-transform: scale(.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes active {
  0% {
    transform: scale(.1);
    transform: box-shadow(0px 0px 0px 1px #000000);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
/*MASONRY*/
.masonry-gallery {
  border: solid #f9f7f5 10px;
}
.grid-item {
  padding: 0px !important;
}
.grid-item-content {
  height: 40vh;
  overflow: hidden;
}
.grid-item-content--height2 {
  height: 80vh;
}
.text-upp {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
}
/*SLICK*/
.sliderContainer {
  position: relative;
  width: 100%;
}
.slick-list {
  /*min-height: 80vh;*/
}
.slick-slide {
  /*background: #3a8999;*/
  color: white;
  font-size: 30px;
  text-align: center;
}
.slick-prev:before, .slick-next:before {
  color: black;
}
.slick-dots {
  bottom: -30px;
}
.slick-slide:nth-child(odd) {
  /*background: #e84a69;*/
}
.progressBarContainer {
  position: absolute;
  top: 100px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.progressBarContainer div {
  display: block;
  width: 33%;
  padding: 0;
  cursor: pointer;
  float: left;
  color: white;
}
.progressBarContainer div:last-child {
  margin-right: 0;
}
.progressBarContainer div span.progressBar {
  width: calc(100% - 12px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  right: 12px;
  position: relative;
}
.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 1px;
}
.inProgress.on {
  width: 100% !important;
}
.center .slick-slide {
  opacity: 1.2;
  transition: all 300ms ease;
  min-height: auto !important;
}
.slick-center {
  opacity: 1 !important;
}
.height-fix {
  height: 70vh;
}
.p-50 {
  padding: 50px;
}
.center h1, .center h2, .center h3, .center h4, .center p {
  color: #fff !important;
}
.inProgress::after {
  display: block;
  width: 12px;
  height: 12px;
  border: solid rgba(255, 255, 255, 0.4) 1px;
  content: '';
  top: -6px;
  right: -12px;
  position: absolute;
  border-radius: 50%;
}
.inProgress.on::after {
  background-color: #fff;
}
.tml-point {
  position: relative;
  left: -12px;
}
.NextArrow {
  position: absolute;
  top: 50%;
  right: 3vw;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, .50);
  border: 0 none;
  text-align: center;
  font-size: 20px;
  color: #000;
  z-index: 5;
  border-radius: 25px;
  line-height: 20px;
  padding: 0px;
}
.PrevArrow {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, .50);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #FFF;
  z-index: 5;
}
/*END SLICK*/
.line-bottom.menu-item {
  border-bottom: solid #fffff3 1px;
}
.bg-gradient {
  background: rgb(198, 219, 107);
  background: -webkit-linear-gradient(rgba(198, 219, 107, 1) 0%, rgba(85, 98, 26, 1) 100%);
  background: -o-linear-gradient(rgba(198, 219, 107, 1) 0%, rgba(85, 98, 26, 1) 100%);
  background: linear-gradient(rgba(198, 219, 107, 1) 0%, rgba(85, 98, 26, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6db6b", endColorstr="#55621a", GradientType=1);
}
#tab {
  background-color: #f9f7f5;
  color: #000;
  margin: 40px;
  border: solid #000 1px;
}
#tab .row {
  margin: 0px;
}
.nav-tabs {
  border-bottom: 0px solid transparent !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #f9f7f5 !important;
  border-color: transparent !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent !important;
}
.nav-tabs .nav-link {
  border: 0px;
  border-top-left-radius: 0px !important;
  ;
  border-top-right-radius: 0px !important;
}
.nav-link {
  border-radius: 0px;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
.nav-link:hover {
  color: #fff;
}
.color-bg-tab {
  background-color: #f9f7f5;
  padding: 0px !important;
}
#myTab a:hover {
  color: #000 !important;
}
.nav-item.custom-nav-item a {
  color: #000;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.nav-item.custom-nav-item {
  border-top: solid #000 1px;
}
.nav-item.custom-nav-item:first-child {
  border-top: solid #000 0px;
}
.tab-content {
  padding: 70px 40px;
}
/* FLICKITY*/
.excerpt {
  font-size: .875rem;
  line-height: 1.3125rem;
}
.carousel, .main-carousel {
  background: transparent !important;
}
/*
.main-carousel {
  min-height: 600px;
  border: solid red 1px;
}
.main-carousel .carousel-cell {
  min-height: 500px;
  border: solid red 1px;
}
*/
.flickity-page-dots {
  bottom: 20px !important;
}
.flickity-page-dots .dot {
  background: #ffffff !important;
}
.flickity-prev-next-button {
  width: 60px !important;
  height: 60px !important;
}
.flickity-button {
  background: transparent !important;
  color: #fff !important;
}
.carousel-cell {
  width: 100%;
  height: auto;
  color: #000000;
}
.carousel-cell h3 {
  font-size: 30px;
  margin: 30px 0px !important;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.carousel-cell img {
  width: 100% !important;
}
.carousel-flick .carousel-cell, .carousel-flick-tpl-offerte .carousel-cell {
  width: 23.5rem;
  margin-right: 1.5rem;
}
.carousel-flick-offerte .carousel-cell {
  width: 100%;
}
.flickity-viewport {
  transition: height 0.2s;
  min-height: 100vh !important;
}
.text-slide-fli {
  height: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 40vh;
  padding-left: 60px;
  padding-right: 60px;
}
.text-slide-fli h1 {
  font-size: 100px !important;
}
.text-slide-fli h1, .text-slide-fli h2, .text-slide-fli h3 {
  color: #fff !important;
}
.button.button--previous {
  background-image: url(img/flickity-prev.svg);
  background-repeat: no-repeat;
  padding: 0;
  width: 50px;
  height: 100px;
  background-size: cover;
  background-color: transparent;
  border-color: transparent;
}
.button.button--previous:hover {
  background-image: url(img/flickity-prev-hover.svg);
}
.button.button--next {
  background-image: url(img/flickity-next.svg);
  background-repeat: no-repeat;
  padding: 0;
  width: 50px;
  height: 100px;
  background-size: cover;
  background-color: transparent;
  border-color: transparent;
  position: relative;
  left: -1px;
}
.button.button--next:hover {
  background-image: url(img/flickity-next-hover.svg);
}
/* OWL CAROUSEL*/
.owl-stage {
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel .owl-item {
  min-height: 150px !important;
  overflow: hidden;
}
.item {
  min-height: 150px;
  width: inherit;
}
.item h3 {
  font-size: 30px;
}
.item.loop-item {
  min-height: inherit;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
}
.nav-prev-owl::before {
  content: url(img/arrow-left.svg);
  width: 60px;
  display: inline-block;
}
.nav-next-owl::before {
  content: url(img/arrow-right.svg);
  width: 60px;
  display: inline-block;
}
.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 32px;
}
.img-item {
  height: 100%;
}
.details-room {
  height: 60px;
  margin: 20px 0px;
  padding: 0px 30px;
}
.half {
  width: 50%;
  float: left;
  height: 52px;
}
.half h4 {
  position: relative;
  top: -50px;
  margin-left: 60px;
  height: 50px;
  vertical-align: middle;
  padding: 11px 0px;
  text-align: left;
  font-size: 20px;
}
.mq-icon {
  background-image: url(img/019-room.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
  float: left;
}
.guest-icon {
  content: url(img/ospiti.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.bath-icon {
  content: url(img/045-bathtub.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.bed-icon {
  content: url(img/006-bed-1.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.5);
  }
}
.full-bg {
  background-repeat: no-repeat;
  overflow: hidden;
}
.full-bg, .flex-viewport, .bg-anim {
  width: 100%;
  margin: 0;
  padding: 0;
}
.full-bg img {
  background-size: cover;
}
.full-bg:hover {
  animation: zoomin 10s ease-in forwards;
  transform-origin: top left;
}
.bg-anim:hover {
  animation: zoomin 10s ease-in forwards;
  transform-origin: top left;
}
.abs {
  position: absolute !important;
  z-index: 1;
  top: 40%;
  width: 100%;
  text-align: center;
}
.txt-overlay4.txt-center {
  top: 40%;
  padding-left: 40px;
  padding-right: 40px;
}
.txt-overlay4 {
  text-shadow: #333338 0px 0px 4px;
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
}
.txt-overlay4 h1 {
  color: #ffffff !important;
  font-size: 60px;
  margin: 0 0 10px 0;
  font-weight: 200;
  text-transform: inherit;
}
.txt-overlay4 h4 {
  font-size: 20px;
}
.bg-black-opacity {
  background-color: rgba(47, 29, 13, .8) !important;
}
.row.mobile-fixed {
  display: none !important;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    /*color: #fff;*/
  }
  .navbar-nav .dropdown-menu {
    /*background: transparent;
    box-shadow: none;
    border: none;*/
  }
  .pre-lang-menu {
    display: inline-block;
  }
  .post-lang-menu {
    display: none;
  }
  .navbar-nav .nav-link, .btn-bookinengine {
    letter-spacing: 3px;
  }
  .btn.dropdown-toggle.btn-menu {
    padding: 5px 17px !important;
  }
  .position-txt {
    top: -100vh;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  .pl1 {
    padding: 19px !important;
  }
  .empty-space {
    height: 50px;
  }
  #booking-div {
    display: none;
  }
  .border-bot {
    border-bottom: solid 1px #000000 !important;
  }
  .row.mobile-fixed {
    font-family: 'agency_fbbold';
    display: flex !important;
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 1001;
    margin: 0px;
  }
  .row.mobile-fixed a {
    color: #000;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 5px;
  }
  .row.mobile-fixed a:hover {
    color: #000 !important;
  }
  .turquoise {
    background-color: #F58D00;
    height: 40px;
  }
  .yellow {
    background-color: #F58D00;
    height: 40px;
    border-right: solid #000 1px;
  }
  .col-md-6.turquoise {
    float: left;
  }
  label.gfield_label {
    font-size: 12px !important;
  }
  .txt-box {
    padding: 30px 30px !important;
  }
  .nav-link {
    font-size: 30px;
  }
  .btn.btn-primary {
    margin: 20px auto;
  }
  .card-img-top-350 {
    height: 200px;
  }
  .min-h-txt h4 {
    min-height: 80px;
  }
  .sezione1 {
    height: 89vh !important;
  }
  .sez-1-slide {
    height: 89vh;
  }
  .contact-form {
    padding: 40px;
  }
  #immagini {
    padding-bottom: 40px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  .sezione1 .txt-overlay h1 {
    font-size: 60px;
  }
  .sezione1 .txt-overlay h2 {
    font-size: 40px;
  }
  .sezione1 .txt-overlay h3 {
    font-size: 30px;
  }
  .sezione1 .txt-overlay p {
    font-size: 20px;
  }
  .nav-item.custom-nav-item {
    border-top: solid #fff 0px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .h1, h1 {
    font-size: 60px !important;
    text-transform: uppercase;
    letter-spacing: 10px;
  }
  .h2, h2 {
    font-size: 50px !important;
    letter-spacing: 8px;
    line-height: 160px !important;
  }
  .h3, h3 {
    font-size: 40px !important;
  }
  .h4, h4 {
    font-size: 45px !important;
    position: relative;
  }
  .h5, h5 {
    font-size: 26px !important;
    position: relative;
  }
  .h6, h6 {
    font-size: 20px !important;
    font-weight: 200 !important;
    position: relative;
  }
  p, ul {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    position: relative;
    line-height: 25px;
    letter-spacing: 0;
  }
  .mobile-menu-trig {
    display: inline;
  }
  html {
    font-size: 80%;
  }
  .logo-footer {
    width: 180px;
  }
  .sezione1 .txt-overlay h1 {
    font-size: 40px;
  }
  .sezione1 .txt-overlay h2 {
    font-size: 35px;
  }
  .sezione1 .txt-overlay h3 {
    font-size: 30px;
  }
  .sezione1 .txt-overlay p {
    font-size: 20px;
  }
  .sezione1 {
    height: 50vh !important;
  }
  .sez-1-slide {
    height: 50vh;
  }
  .owl-carousel .owl-stage {
    height: 140px;
  }
  .owl-item .txt-overlay {
    top: 25%;
  }
  .owl-nav {
    top: -49px;
  }
  .txt-overlay h3 {
    font-size: 30px;
  }
  .txt-overlay {
    padding: 0px
  }
  .contact-form {
    height: 100%;
    margin-top: 0px;
  }
  .gform_wrapper .gform_footer {
    width: 100% !important;
  }
  .site-footer {
    padding-bottom: 5vh;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 100%;
  }
  #field_1_31 {
    float: none !important;
    width: 100% !important;
    position: relative;
    top: auto;
  }
  .gform_wrapper.gf_browser_gecko select {
    padding: 8px !important;
  }
  .grid-item-content {
    height: 20vh;
  }
  .grid-item-content--height2 {
    height: 40vh;
  }
  .text-slide-fli {
    top: 20vh;
  }
  .box-container {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .btn {
    padding: 15px 30px !important;
  }
  .abs {
    top: 25%;
  }
  .layout18 {
    min-height: 75vh;
  }
  .bg-parallax {
    height: 50vh;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
  html {
    font-size: 75%;
  }
  /*Classi generiche layout
--------------------------------------------- */
  .customoffset-1 {
    margin-left: 0
  }
  .customoffset-2 {
    margin-left: 0;
  }
  .h1, h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .h2, h2 {
    font-size: 48px !important;
    line-height: 48px !important;
  }
  /*.h3, h3 {
    font-size: 32px !important;
  }
  .h4, h4 {
    font-size: 28px !important;
  }
  .h5, h5 {
    font-size: 26px !important;
  }
  .h6, h6 {
    font-size: 24px !important;
    font-weight: 200 !important;
  }
  p, ul {
    font-size: 18px;
  } */
  #masthead {
    height: 100px;
  }
  .logo > div {
    height: 11vh;
    width: 18vh;
    margin-top: 0px;
  }
  .sezione1, .sez-1-slide {
    height: 60vh;
    min-height: auto;
  }
  .col-md-6.col-xs-6.align-self-center.pa-mob, .row.layout9 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .nav-link {
    font-size: 18px;
  }
  #tab {
    margin: 10px;
  }
  .layout1 h1 {
    font-size: 58px !important;
  }
  .tab-content {
    padding: 10px;
  }
  .foto-tab {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .txt-box {
    padding: 15px 15px !important;
  }
  .txt-box9 {
    padding: 10px !important;
  }
  .txt-box9 h1 {
    font-size: 35px !important;
  }
  .txt-box9 h2 {
    font-size: 30px !important;
  }
  .txt-overlay {
    padding: 0px 10px;
  }
  .txt-overlay.top-35 {
    top: 10%;
  }
  .txt-overlay h1 {
    font-size: 45px;
    margin: 0 0 10px 0;
    font-weight: 200;
  }
  .txt-overlay h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-weight: 200;
    letter-spacing: 0.1em;
    padding-right: 0px;
    padding-left: 0px;
  }
  .txt-box.bg-w h1 {
    font-size: 30px;
  }
  .txt-box.bg-w h2 {
    font-size: 30px;
  }
  .txt-overlay.txt-left {
    text-align: center;
    padding: 0px;
    top: 0;
  }
  .contact-form {
    margin-top: 0px;
  }
  .gform_wrapper .gform_footer {
    width: 100% !important;
    float: none !important;
    padding: 0px !important;
    margin: 20px auto 0 auto !important;
  }
  .gallerybox {
    padding: 0px !important;
    min-height: 400px !important;
  }
  body .gform_wrapper ul li.gfield {
    width: 100%;
  }
  .btn, #gform_submit_button_1 {
    font-size: 1.1rem;
  }
  #gform_submit_button_1 {
    line-height: 0;
  }
  .contact-form {
    border: solid #fff 0px;
    padding: 10px;
  }
  .text-slide-fli h1 {
    font-size: 40px !important;
  }
  .text-slide-fli {
    top: 20vh;
    height: max-content;
  }
  .carousel-cel img {
    height: 100%;
  }
  .modal-body {
    padding: 0px 10px 10px 10px !important;
    background-color: #ffffff;
  }
  .grid-item-content {
    height: 40vh;
  }
  .logo-footer {
    width: 280px;
  }
  .txt-boxed {
    padding: 20px 40px !important;
  }
  .custom-nav-item {
    border-bottom: solid #000 1px;
  }
  .col-md-3.foto-tab img {
    width: 100%;
  }
  .nav-tabs .nav-link.active {
    border-bottom: solid #000 2px !important;
  }
  .bg-color-card h3 {
    min-height: 70px;
  }
  .masonry-gallery {
    border: solid #f9f7f5 0px;
  }
  .layout18 .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-frame {
    margin-left: 0px;
  }
  .layout28 .testo28 {
    padding: 40px;
  }
  .gallerybox-bg-anim, .slide-frame, .line-gallery, .count-slide-32, .count-slide-28, .count-slide-34, .deco-btn, .slide-frame-photogallery, .slide-frame-offerte, .flickity-page-dots {
    display: none
  }
  .p-left {
    padding-left: 30px !important;
  }
  .p-right {
    padding-right: 30px !important;
  }
  .sezione3-intro {
    min-height: inherit;
    padding: 150px 20px 20px 20px;
    height: 60vh;
  }
  .img-intro3 {
    height: 100%;
  }
  .layout32, .layout1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flex-control-nav {
    bottom: 2% !important;
  }
  .flickity-viewport {
    min-height: 60vh !important;
  }
  .carousel-flick-offerte .flickity-viewport {
    min-height: 110vh !important;
  }
  .layout10 .flickity-viewport {
    min-height: 60vh !important;
  }
  .layout10 {
    min-height: 70vh !important;
  }
  .img-card-l10 {
    min-height: 40vh;
    height: auto !important;
  }
  .carousel-cell {
    height: 100%;
  }
  .carousel-cell img {
    max-width: unset !important;
    height: inherit;
  }
  .large-ph-layout1 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .offset-2.col-md-8.gallerybox.p-0.anim-photo-small-l1.anim-photo-small-l1-open {
    margin-left: 0px !important;
  }
  .anim-photo {
    transition: 1s cubic-bezier(0.2, 0, .8, 0);
  }
  .layout34 {
    min-height: 70vh !important;
  }
  .layout31 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .layout2, .layout3 {
    min-height: auto !important;
  }
  .button-row {
    top: 0px;
    text-align: center;
    right: 0;
    float: none;
  }
  .testo-offerte {
    float: none;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .contatti {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .tpl-contatti p {
    font-size: 16px !important;
  }
  .blocco-servizi-camere {
    padding: 0px;
    margin: 0px !important;
  }
  .profilo-dotazioni {
    height: 6vh;
    background-size: cover;
  }
  .profilo-dettagli {
    height: 6vh;
    background-size: cover;
    background-position-y: 9px;
  }
  .servizi-camera h3 {
    font-size: 70px !important;
  }
  .div-mappa {
    min-height: 40vh;
  }
  .beacon {
    top: 40%;
    left: 56%;
  }
  .lista-servizi-camere {
    padding: 0px 30px;
  }
  ul.lista-servizi-camere li {
    width: 100%;
  }
  ul.lista-servizi-camere li {
    line-height: 30px;
  }
  .mini-icone-servizi {
    width: 30px;
    height: 30px;
  }
  .site-footer {
    margin-bottom: 0px;
  }
  .modal-content.modal-booking {
    width: 100%;
    margin: auto;
  }
  .modal-dialog.modal-dialog-booking {
    max-width: 100% !important;
  }
  .layout29 {
    padding-bottom: 30px;
  }
  .layout28 .anim-testo {
    margin-bottom: 0px;
  }
  .layout28 {
    margin-bottom: 5vh;
    height: auto;
  }
  .row-logo-mask {
    display: none !important;
  }
  .logo-mask {
    -webkit-mask: url("https://bomberweb.it/demo/bike-service/wp-content/uploads/2025/04/bikeservice-logo.svg") no-repeat right;
    mask: url("https://bomberweb.it/demo/bike-service/wp-content/uploads/2025/04/bikeservice-logo.svg") no-repeat bottom;
    position: relative;
    height: 100vh;
    background-position-x: center;
    background-position-y: center;
  }
  .sb__form-field-input {
    height: 48px !important;
  }
  .line-btn-big-photo {
    top: 80%;
    left: 99px;
  }
  .anim-testo, .anim-testo > div {
    margin-bottom: 0;
  }
  #leftBar, #leftBar-28, #leftBar-slide, #leftBar-slidenovanta, #leftBar-slidecento, .booking-div-2-mobile {
    display: none;
  }
  .position-txt {
    padding: 0px;
    top: -65px;
  }
  .position-txt-28 {
    padding-right: 0px;
    top: 0;
  }
  .position-txt-28 h1 {
    line-height: 150px;
    letter-spacing: 20px;
  }
  .position-txt-28 h2 {
    letter-spacing: 20px;
  }
  .position-txt h1 {
    font-size: 70px !important;
    line-height: 70px !important;
    letter-spacing: 10px !important;
  }
  .layout40-title h3 {
    line-height: 60px;
  }
  .layout40-title h3, .layout41-title h3 {
    font-size: 70px !important;
    letter-spacing: 12px;
  }
  .height-fix {
    height: 50vh;
  }
  .NextArrowdx {
    top: 50%;
    right: 0;
    background-image: url("img/arrow-dx-mob.svg");
    width: 65px;
  }
  .PrevArrowsx.slick-arrow {
    left: 0;
    background-image: url("img/arrow-sx-mob.svg");
    width: 65px;
  }
  .NextArrowdx.t-40 {
    top: 75%;
    right: 10px;
  }
  .flex-direction-nav a::before {
    width: 40px !important;
  }
  .flex-direction-nav a {
    width: 40px !important;
    height: 48px !important;
  }
  .layout41 {
    min-height: 100vh;
  }
  .layout43, .layout43 .main-carousel-portfolio .flickity-viewport {
    min-height: 45vh !important;
  }
  .layout42, .layout42 .main-carousel .flickity-viewport {
    min-height: 30vh !important;
  }
  .slide100-h-100 {
    height: 30vh;
  }
  .layout43-nav {
    height: 20vh;
  }
  .line {
    top: -13.5vh;
  }
  .layout44, .link-sx, .link-dx {
    height: 45vh;
  }
  a.ourteam h3, a.ourfriends h3 {
    font-size: 70px !important;
  }
  .contact-form h3, .partners h3 {
    font-size: 70px !important;
    line-height: 70px;
  }
  .partners {
    padding: 2vh 0;
  }
  .item {
    min-height: 140px;
  }
  .ourteam .abs {
    top: 10%;
  }
  .ourfriends .abs {
    top: 70%;
  }
  .layout43 {
    background-size: 200%;
  }
  .item-carousel-portfolio-bike {
    background-size: 170%;
    background-repeat: no-repeat;
    height: 45vh;
    background-position-x: center;
    background-position-y: center;
  }
  .slider-nav-portfolio .slick-slide.is-active p {
    font-size: 40px;
  }
  .logo-footer {
    margin: 15% auto;
  }
  .title-post-m-h h3 {
    font-size: 70px !important;
  }
  .contact-form-frame {
    width: 90%;
    margin-left: 5%;
  }
  .contact-form-frame h1 {
    font-size: 20px !important;
  }
  .form-container {
    padding: 5% 0 !important;
  }
  .line-left {
    border-left: solid #000 1px !important;
  }
  .line-right {
    border-right: solid #000 1px !important;
  }
  .site-footer h3 {
    font-size: 45px !important;
  }
  /*layout40*/
  .layout40 {
    width: 100%;
    margin: auto;
    padding: 1.5rem;
  }
  .leaflet-map {
    height: 300px;
  }
}