@charset "UTF-8";
/* CSS Document */
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;
}
html {
  scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.post, .page {
  margin: 0;
}
/* Header
--------------------------------------------- */
.site-header {
  background-color: transparent;
  transition: all .4s ease 0s;
  position: fixed;
  z-index: 1030;
}
.site-header.sticky-top {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 5rem !important;
  background-color: #333333;
  color: #ffffff;
}
.site-title.logo {
  min-height: 100%;
  background-color: #333333;
  transition: all .4s ease 0s;
	padding: 1rem 0;
}
.site-header.sticky-top .site-title.logo {
  background-color: transparent;
  transition: all .4s ease 0s;
	padding: 0;
}
.site-header .logo > div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 15vh;
  transition: all .4s ease 0s;
}
.site-header.sticky-top .logo > div {
  height: 7vh;
}
.btn-prenotazione a, .btn-prenotazione a:visited, .btn-prenotazione a:hover {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.bi.bi-bell::before {
  content: url("img/bell_white.svg");
  display: inline-block;
  margin: 0;
  width: 55px;
  height: 55px;
}
.btn-lang {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
  padding: 0 !important;
  margin: 0 1rem;
}
#navbarNav {
  list-style-type: none;
}
#navbarNav .menu-item {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 1rem;
  font-size: 16px;
  float: left;
}
#navbarNav .menu-item a, #navbarNav .menu-item a:hover {
  text-decoration: none;
  color: #ffffff;
}
/* END Header
------------------------------------------------------------------------------------------ */
/* Hamburger menu + overlay effect menu
--------------------------------------------- */
.button_container {
  position: fixed;
  top: 4%;
  right: 18%;
  height: 27px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #000000;
}
.button_container.active .middle {
  opacity: 0;
  background: #000000;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #000000;
}
.button_container span {
  background: #000000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.site-header.sticky-top .button_container span {
  background: #ffffff;
}
.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%;
}
.overlay {
  position: fixed;
  background: #EDE7DE;
  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: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 20%;
  margin: auto;
}
.overlay ul li {
  display: block;
  line-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 26px;
}
.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: 2px;
  background: rgba(255, 255, 255, .5);
  transition: 0.35s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.workImagesMenuMain {
  background-color: #171615;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.workImagesMenuMain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
/* END Hamburger menu + overlay effect menu
------------------------------------------------------------------------------------------ */
/* Dropdown Lingue
--------------------------------------------- */
.dropdown-lang {
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0 !important;
  background-color: #009D9C !important;
  border: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  width: max-content;
	min-width: 70px !important;
}
.dropdown-lang ul {
  list-style-type: none;
}
.list-menu-lang a, .list-menu-lang a:hover {
  color: #ffffff;
  text-decoration: none;
}
/* END Dropdown Lingue
------------------------------------------------------------------------------------------ */
/* Override Bootstrap
--------------------------------------------- */
.card {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.btn {
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 25px !important;
  background-color: #009D9C !important;
  border: solid #009D9C 1px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 0.8rem 1.75rem !important;
  width: max-content;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.btn:hover {
  background-color: #ffffff !important;
  color: #009D9C !important;
  border: solid #009D9C 1px !important;
}
.btn-negative .btn {
  background-color: #009D9C !important;
  color: #fff !important;
  border: 0 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.btn-negative .btn:hover {
  background-color: #ffffff !important;
  color: #009D9C !important;
  border: solid #009D9C 1px !important;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009D9C'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion {
  padding: 0 5rem;
}
.accordion-item {
  background-color: transparent !important;
  border: 0px !important;
}
.accordion-button {
  background-color: transparent !important;
  text-align: center !important;
}
.accordion-body {
  text-align: left;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.accordion-button:not(.collapsed) {
  color: #000000 !important;
  box-shadow: none !important;
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.accordion-button::after, .accordion-button::after:active {
  color: red !important;
}
.btn.accordion-button {
  color: #009D9C !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: solid 4px #009D9C !important;
  border-radius: 0px !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}
.btn.accordion-button:hover {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  background-color: transparent !important;
}
/* END Override Bootstrap
------------------------------------------------------------------------------------------ */
/* Typography
--------------------------------------------- */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  font-weight: bold !important;
}
.h1, h1 {
  font-size: 70px !important;
}
.h2, h2 {
  font-size: 60px !important;
}
.h3, h3 {
  font-size: 50px !important;
}
.h4, h4 {
  font-size: 40px !important;
}
.h5, h5 {
  font-size: 30px !important;
}
.h6, h6 {
  font-size: 20px !important;
}
p, ul {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  line-height: 24px;
  font-size: 18px !important;
}
/* END Typography
------------------------------------------------------------------------------------------ */
/* 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-80vh {
  min-height: 80vh !important;
}
.h-90vh {
  min-height: 90vh !important;
}
.h-100vh {
  min-height: 100vh !important;
}
.mt-10 {
  margin-top: 6rem !important;
}
.text-shadow {
  text-shadow: #000 1px 1px 3px;
}
.plyr {
  padding: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2;
}
.position-bg {
  background-position: center;
}
.cover-bg {
	background-size: cover;
}
/*Swiper generiche*/
.swiper-button-prev::after {
  content: url("img/arrow-prev-sportivo.svg") !important;
  display: inline-block;
  width: 60px;
}
.swiper-button-next::after {
  content: url("img/arrow-next-sportivo.svg") !important;
  display: inline-block;
  width: 60px;
}
.swiper-button-next, .swiper-button-prev {
  width: 60px !important;
}
.swiper-slide > img {
  transform: scale(1.3);
  transition: transform 3.5s ease;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.swiper-slide-active > img {
  transform: none;
}
.swiper-backface-hidden .swiper-slide {
  overflow: hidden;
}
/* END Swiper generiche*/
/*Animazioni*/
.anim-testo, .anim-testo > div {
  position: relative;
}
.zoomInEffectBG.inVista {
  transform: scale(1.1);
  transition: transform 2s ease;
}
.zoomInEffectImg.inVista img {
  transform: scale(1.1);
  transition: transform 2s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.open-from-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: .4s cubic-bezier(0.2, 0, .8, 0);
}
.open-from-top.inVista {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.open-from-bottom {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: .4s cubic-bezier(0.2, 0, .8, 0);
}
.open-from-bottom.inVista {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
/* END Animazioni*/
/* END Classi generiche layout
------------------------------------------------------------------------------------------ */
/* CSS 01. Sezione layout 1 
--------------------------------------------- */
.sez-1-img {
  background-color: #000;
}
.bg-grey {
  background-color: #333333;
  color: #ffffff;
}
.bg-grey h1, .bg-grey h2, .bg-grey h3, .bg-grey h4, .bg-grey h5, .bg-grey h6 {
  color: #009D9C !important;
}
.position-row {
  margin: -20vh 0 0 0 !important;
  position: relative;
}
.position-row-btn {
  height: 20vh;
  margin-top: 20vh !important;
}
.btn-color-DD8C49 {
  background-color: #DD8C49 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.btn-color-DD8C49:hover {
  background-color: #ffffff !important;
  color: #DD8C49 !important;
  border: solid #DD8C49 1px !important;
}
.btn-color-009D9C {
  background-color: #009D9C !important;
  border-radius: 0 !important;
}
/* END CSS 01. Sezione layout 1 
------------------------------------------------------------------------------------------ */
/* CSS 01. Sezione layout video
--------------------------------------------- */
.barra-laterale {
  position: absolute;
  height: 100%;
  flex: 2;
  display: flex;
  width: 8%;
  background-color: #fff;
  right: 0;
  z-index: 1;
}
/* END CSS 01. Sezione layout 1 
------------------------------------------------------------------------------------------ */
/* CSS 02. Sezione layout 1 
--------------------------------------------- */
/* Layout 1 */
.layout1 {
  min-height: 60vh !important;
  position: relative;
  width: 100%;
}
.bg-concrete {
  background-image: url("img/muro-di-cemento-grigio.jpg");
  background-size: cover;
}
.blocco-titolo-l1 {
  border-left: 10px solid #009D9C;
  padding-left: 3rem;
}
/* Layout 2 */
.layout2 {
  background-color: #D5CFC5;
}
.deco-bike-l2 {
  background-image: url("img/svg-l2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 35vh;
  margin-top: -20vh !important;
}
/* Layout 3 */
.layout3 {
  overflow: hidden;
  position: relative;
  background-image: url("img/machera-svg-l3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.layout3::before {
  content: "";
  background-image: url('img/light-brown-wooden-textured-background.jpg');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 90%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
}
.tassonomypost .swiper-slide-next .box, .tassonomypost .swiper-slide-prev .box {
  background-color: rgba(0, 0, 0, .5);
}
/* Layout 4 */
.layout4 {
  background-color: #ffffff;
}
.swiper-button-next.swiper-button-next-l4 {
  top: 96% !important;
}
.swiper-button-prev.swiper-button-prev-l4 {
  top: 96% !important;
}
.layout4 .blocco-titolo-l4 h1 {
  border-left: 10px solid #009D9C;
  padding-left: 3rem;
}
.timeline-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-slide-wrap {
  height: 100%;
  width: 100%;
}
.single-slide-wrap .slide-item {
  display: flex;
  align-items: center;
}

.content-wrap {
  overflow: hidden;
  padding-left: 60%;
  position: absolute;
  left: 0;
  height: 100%;
	background-color: #fff;
}
.description-text {
  display: flex;
  flex-direction: column;
}
.meta-box-wrap {
  display: inherit;
  align-items: center;
  overflow: hidden;
  text-align: right;
	
}
.image-wrap {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
}
.image-wrap::before {
  position: absolute;
  content: none;
  height: 80px;
  width: 10px;
  background: #f00;
  left: 35%;
  bottom: 0;
}
.swiper-pagination-bullet-active {
  background: #009D9C !important;
}
/*
.swiper-button-wrapperl4 .swiper-button-next, .swiper-button-wrapperl4 .swiper-button-prev {
  top: 110%;
}
.swiper-button-wrapperl4 .swiper-button-prev {
  margin-left: 600px;
}
.swiper-button-next.swiper-button-nextl4::after, .swiper-button-prev.swiper-button-prevl4::after {
  content: '' !important;
}
.swiper-button-wrapperl4 span {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  color: #707070;
  font-size: 26px;
}
.swiper-button-wrapperl4 span:hover {
  text-decoration: underline #8F1F52 7px;
}
*/
/* Layout 7 */
.layout7 {
  position: relative;
}
/*PARALLAX*/
.bg-parallax {
  color: #fff;
  /*  background-color: #000000;*/
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 140%;
  top: 0;
  z-index: 1;
  /*  opacity: 0.7;*/
}
/* Layout 8 */
.turistico .layout8 {
  background-image: url("img/bg-tour-turistico.svg");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position-x: right;
}
.sportivo .layout8 {
  background-image: url("img/bg-tour-sportivo.svg");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position-x: left;
}
.piu-giorni .layout8 {
  background-image: url("img/bg-tour-piu-giorni.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position-x: right;
}
.swiper-wrapper-padding {
  padding: 50px 0;
}
.turistico .blocco-titolo-l8 {
  border-left: 10px solid #7BC1D1;
  padding-left: 3rem;
}
.sportivo .blocco-titolo-l8 {
  border-right: 10px solid #DD8C49;
  padding-right: 3rem;
}
.sportivo {
  text-align: right;
}
.piu-giorni .blocco-titolo-l8 {
  border-left: 10px solid #A6C668;
  padding-left: 3rem;
}
.title-card {
  /*
  height: 85%;
  align-items: end;
  display: grid;
*/
  width: 100%;
  padding: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  text-shadow: #333338 0px 0px 4px;
}
.swiper-slide-prev .title-card, .swiper-slide-next .title-card {
  display: none;
}
.turistico .swiperlayout8 .swiper-button-next::after {
  content: url("img/arrow-next.svg") !important;
  display: inline-block;
  width: 50px;
}
.turistico .swiperlayout8 .swiper-button-prev::after {
  content: url("img/arrow-prev.svg") !important;
  display: inline-block;
  width: 50px;
}
.sportivo .swiperlayout8 .swiper-button-next::after {
  content: url("img/arrow-next-sportivo.svg") !important;
  display: inline-block;
  width: 60px;
}
.sportivo .swiperlayout8 .swiper-button-prev::after {
  content: url("img/arrow-prev-sportivo.svg") !important;
  display: inline-block;
  width: 60px;
}
.piu-giorni .swiperlayout8 .swiper-button-next::after {
  content: url("img/arrow-next-piu-giorni.svg") !important;
  display: inline-block;
  width: 50px;
}
.piu-giorni .swiperlayout8 .swiper-button-prev::after {
  content: url("img/arrow-prev-piu-giorni.svg") !important;
  display: inline-block;
  width: 50px;
}
.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
  background-color: rgba(0, 0, 0, .5);
}
/* Layout 9*/
.layout9 {}
.m-lateral-auto {
  margin-left: auto;
  margin-right: auto;
}
.deco-h1 {
  width: max-content;
  border-left: 10px solid #7BC1D1;
  padding-left: 3rem;
  border-right: 10px solid #7BC1D1;
  padding-right: 3rem;
}
.wrapper-l9 {
  width: 100%;
  display: flex;
}
.card-l9 {
  height: 70vh;
  flex: 1;
  margin: 0 15px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 500ms ease-in-out;
  /*  cursor: pointer;*/
}
.card__title {
  margin: 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: 'Mali', cursive;
  font-size: 25px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in 0.5ms
}
.card-l9.active {
  flex: 5;
}
.card-l9.active .card__title {
  opacity: 1;
}
.card-l9.active .vertical-txt {
  display: none !important;
}
.center-position-vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.horizontal-txt {
  opacity: 0;
}
.card-l9.active .horizontal-txt {
  display: block !important;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
/* Layout 10*/
.layout10 {
  background-image: url("img/muro-di-cemento-grigio.jpg");
  background-size: cover;
}
.clip-path-mask {
  clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
}
/* layout11 */
.layout11 {}
.blocco-titolo-l11 {
  border-left: 10px solid #009D9C;
  padding-left: 3rem;
}
.icona-servizi {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
/* layout12 */
.layout12 {}
.border-grid-tour {
  border: solid #ffffff 10px;
}
#turistico .blocco-titolo-l12 {
  border-left: 10px solid #7BC1D1;
  padding-left: 3rem;
}
#sportivo .blocco-titolo-l12 {
  border-right: 10px solid #DD8C49;
  padding-right: 3rem;
}
#sportivo {
  text-align: right;
}
#piu-giorni .blocco-titolo-l12 {
  border-left: 10px solid #A6C668;
  padding-left: 3rem;
}
#turistico .layout12 {
  background-image: url("img/bg-tour-turistico.svg");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position-x: right;
}
#sportivo .layout12 {
  background-image: url("img/bg-tour-sportivo.svg");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position-x: left;
}
#piu-giorni .layout12 {
  background-image: url("img/bg-tour-piu-giorni.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position-x: right;
}
/* Layout13*/
.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;
  line-height: 1;
}
.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;
}
.blocco-titolo-l13 {
  border-left: 10px solid #7BC1D1;
  padding-left: 3rem;
}
.bg-tariffe {
  background-image: url("img/bg-tariffe.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 40%;
}
/* Layout14 */
.layout14 {
  height: 80vh;
}
.clip-path-mask-l14 {
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}
.blocco-titolo-l14 {
  border-left: 10px solid #A6C668;
  padding-left: 3rem !important;
  margin: 0 3rem;
  height: fit-content;
}
/* END CSS 02. Sezione layout 1 
------------------------------------------------------------------------------------------ */
/* Sezione form
--------------------------------------------- */
.contact-form {}
.contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form h6 {
  color: #000000;
  font-weight: bold;
}
.contact-form img {
  object-fit: cover;
}
.vertical-txt {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}
.vertical-txt-letter-spacing {
  letter-spacing: 20px;
}
.bg-form {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
/* END Sezione form
------------------------------------------------------------------------------------------ */
/* Gravity Form
--------------------------------------------- */
/* Nasconde solo il calendario Gravity Forms dei campi prenotazione */
#ui-datepicker-div {
    display: none !important;
}
.gform_heading {
  display: none;
}
.gfield_label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 14px !important;
  color: #403931;
}
.ginput_container input, .ginput_container select, .ginput_container textarea {
  background-color: #C6C6C6 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #000;
}
.gform_wrapper.gravity-theme #field_submit {
  display: block !important;
}
.gfield_description.gfield_consent_description {
  border: 0 !important
}
.gfield_description.gfield_consent_description a {
  color: #403931;
  text-decoration: none;
  font-weight: bold;
}
.gfield_consent_label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  border: 0px solid #ddd;
}

.gform_wrapper.gravity-theme .gfield_consent_description {
  overflow-y: auto !important;
}
.gform_wrapper .gform_footer .gform_button {
    width: 100%;
    background-color: #009d9c;
    border: 1px solid #009d9c;
    color: #fff;
}
.gform_wrapper.gravity-theme .ginput_container_date {
    position: relative;
    display: block;
}

.gform_wrapper.gravity-theme
.ginput_container_date input.gform-datepicker {
    width: 100% !important;
    padding-right: 48px !important;
}

.gform_wrapper.gravity-theme
.ginput_container_date .gform-datepicker-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);

    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    color: #666 !important;
    line-height: 1 !important;
}

.gform_wrapper.gravity-theme
.ginput_container_date .gform-datepicker-toggle-icon {
    display: block;
    width: 26px;
    height: 26px;
}
/* Datepicker Gravity Forms: non modificare larghezza o posizione del popup. */
.gform-datepicker-calendar td.nav.btn {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    transform: none !important;
}

.gform-datepicker-calendar td.nav.btn:hover,
.gform-datepicker-calendar td.nav.btn:focus,
.gform-datepicker-calendar td.nav.btn:focus-visible,
.gform-datepicker-calendar td.nav.btn:active {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    transform: none !important;
}

/* Elimina le frecce aggiunte dal CSS del sito. */
.gform-datepicker-calendar td.nav.btn::before,
.gform-datepicker-calendar td.nav.btn::after {
    content: none !important;
    display: none !important;
}

/* Mantiene una sola freccia: quella originale di Gravity Forms. */
.gform-datepicker-calendar td.nav.btn > span[aria-hidden="true"] {
    display: inline !important;
}

/* Nasconde il messaggio visivo; il calendario conserva le etichette ARIA. */
.gform-datepicker-calendar .monthMessage {
    display: none !important;
}

/* Mostra il datepicker come overlay centrato, indipendente dal campo. */
.gform-datepicker-calendar {
    position: fixed !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    z-index: 999999 !important;

    width: min(720px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 32px) !important;
    overflow: auto !important;

    box-sizing: border-box !important;
    transform: translate(-50%, -50%) !important;
}

.gform-datepicker-calendar > div,
.gform-datepicker-calendar table.calendar {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.gform-datepicker-calendar table.calendar {
    table-layout: fixed !important;
}

.gform-datepicker-calendar table.calendar th,
.gform-datepicker-calendar table.calendar td {
    box-sizing: border-box !important;
}

/* Impedisce ai contenitori del form di ritagliare il popup. */
.gform_wrapper,
.gform_wrapper .gform_body,
.gform_wrapper .gform_fields,
.gform_wrapper .gfield {
    overflow: visible !important;
}

/*
.gform_wrapper .ginput_container_date .gform-datepicker-toggle {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: inherit !important;
}
*/
/*
.gform-button.button {
  width: 100%;
  background-color: #009D9C !important;
  border: solid #009D9C 1px !important;
  border-radius: 0px !important;
	color: #ffffff !important;
	text-transform: uppercase;
}
.gform-button.button:hover {
  background-color: #DD8C49 !important;
  border: solid #DD8C49 1px !important;
}
*/
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 13.2px !important;
}
/* newsletter */
#gform_4 .gfield_label {
  color: #ffffff;
}
#field_4_4 .ginput_container input {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  border-radius: 0 !important;
  color: #000;
}
#gform_4 .gfield_description.gfield_consent_description a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#gform_submit_button_4 {
  width: 60%;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  color: #EDE7DE !important;
  text-transform: uppercase !important;
  padding: 0.8rem 1.75rem !important;
  margin: 0 20%;
}
/* END Gravity Form
------------------------------------------------------------------------------------------ */
/* Mappa
--------------------------------------------- */
.mappa-dinamica {
  background-color: #EDE7DE;
  background-position-y: -10%;
  background-repeat: no-repeat;
}
.leaflet-map {
  height: 600px;
}
/*tpl mappe google*/
.tpl-map-google-tour {
	padding:3rem;
}
/* END Mappa
------------------------------------------------------------------------------------------ */
/* Site-footer
--------------------------------------------- */
.bi.bi-google.bi-dimension::before, .bi.bi-tripadvisor.bi-dimension::before {
	font-size: 18px;
}
.bi-tripadvisor {
	content: url(img/Tripadvisoricon.svg);
	width: 25px;
  display: inline-block;
  line-height: 25px;
  height: 25px;
	margin-right: .2rem;
}
a:hover .bi-tripadvisor {
	content: url(img/Tripadvisoricon_verde.svg);

}
.site-footer {
  background-color: #333333 !important;
  color: #ffffff;
}
.deco-bg-footer {
  background-image: url("img/bg-footer.svg");
  background-size: 100%;
  height: 11vh;
  background-position-y: bottom;
  background-repeat: no-repeat;
  margin-bottom: -1px;
}
.site-footer a, .site-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.logo-footer {
  width: 60%;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  font-size: 40px;
  margin-left: 10px;
}
.site-info {
  color: #ffffff;
  background-color: #000000;
  font-size: 12px;
}
.site-info a, .site-info a:hover {
  color: #ffffff !important;
}
.social-icons {
  list-style-type: none;
}
.social-icons li {
  float: left
}
.page-template-maps-google .bg-form {
	display: none;
}
/* END Site-footer
------------------------------------------------------------------------------------------ */
/* TPL noleggio.php
--------------------------------------------- */
.noleggio-bg {
}
.card-bike {
  background-size: 70%;
  background-repeat: no-repeat;
}
.card-bike h6 {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 100%;
  align-items: center;
  display: grid;
  color: #fff;
}
.card-bike p {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 100%;
  align-items: center;
  display: grid;
  color: #fff;
}
.intro-wrapper {
  padding: 0 5rem;
}
.intro-wrapper p {
  text-align: left;
}
.custom-list-type {
  list-style-position: inside;
}
.deco-line {
  width: 100%;
  height: 4px;
  background-color: #009D9C;
}
.modal-header-bike {
  border-bottom: 0 !important;
}
.modal-dialog.modal-bike {
  height: 100%;
  max-width: 80% !important;
  margin: 0 auto !important;
  padding: 60px 10px 60px 10px !important;
  min-height: 100% !important;
}
.modal-content.modal-content-bike {
  margin: 10% 0;
  border-radius: 0;
}
.bike-modal-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* togliere in caso di scelta accordion x noleggio.php*/
/*
#prenotazione {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
*/
.triangle {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  height: 10vh;
  background-color: #f6f6f6;
  margin-bottom: -1px;
}
/* END TPL noleggio.php
------------------------------------------------------------------------------------------ */
/* TPL galleria-fotografica.php
--------------------------------------------- */
.borderwhite {
  border: solid #ffffff 5px;
}
/* END TPL galleria-fotografica.php
------------------------------------------------------------------------------------------ */
/* TPL single-tour.php
--------------------------------------------- */
.dettagli-tour {
  list-style-type: none;
}
.dettagli-tour li {
  float: left;
  width: 50%;
  line-height: 30px;
}
.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.div1 {
  grid-area: 1 / 1 / 2 / 4;
}
.div2 {
  grid-area: 1 / 4 / 3 / 6;
}
.div3 {
  grid-area: 2 / 1 / 7 / 4;
}
.div4 {
  grid-area: 3 / 4 / 7 / 6;
}
.parent2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.div1-2 {
  grid-area: 1 / 1 / 4 / 5;
}
.div2-2 {
  grid-area: 4 / 1 / 6 / 3;
}
.div3-2 {
  grid-area: 4 / 3 / 6 / 5;
}
.div4-2 {
  grid-area: 1 / 5 / 3 / 7;
}
.div5-2 {
  grid-area: 3 / 5 / 6 / 7;
}
.gallery-top {
  float: left;
  width: 50% !important;
  height: 50vh;
}
.gallery-thumbs {
  float: left;
  width: 45% !important;
  height: 50vh;
  padding-left: 5% !important;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
}
.img-thumb-tour {
  width: 30% !important;
  float: left;
}
.swiper-slide .img-thumb-tour {
  transform: none !important;
}
.swiper-button-prev.swiper-button-prev-vertical {
  left: 0 !important;
}
.swiper-button-prev.swiper-button-prev-vertical::after {
  content: url("img/arrow-vertical.svg") !important;
  display: inline-block;
  width: 50px;
}
.i-difficolta {
  background-image: url("img/dificoltà.svg");
  width: 40px;
  display: inline-block;
  height: 40px;
  float: left;
  margin-right: 1rem;
}
.i-durata {
  background-image: url("img/durata.svg");
  width: 40px;
  display: inline-block;
  height: 40px;
  float: left;
  margin-right: 1rem;
}
.i-luogo {
  background-image: url("img/luogo.svg");
  width: 40px;
  display: inline-block;
  height: 40px;
  float: left;
  margin-right: 1rem;
}
.i-highlight {
  background-image: url("img/highlight.svg");
  width: 40px;
  display: inline-block;
  height: 40px;
  float: left;
  margin-right: 1rem;
}
.i-prezzo {
  background-image: url("img/prezzo.svg");
  width: 40px;
  display: inline-block;
  height: 40px;
  float: left;
  margin-right: 1rem;
}
/* END TPL single-tour.php
------------------------------------------------------------------------------------------ */
/* TPL contatti.php
--------------------------------------------- */
.page-template-contatti .mappa-dinamica {
  display: none;
}
.tpl-contatti {}
.tpl-contatti a, .tpl-contatti a:hover {
  color: #009D9C;
  text-decoration: none;
}
/* END TPL contatti.php
------------------------------------------------------------------------------------------ */
/* Menu mobile fixed bottom
--------------------------------------------- */
.menu-mobile-fixed {
  display: none;
}
/* END Menu mobile fixed bottom
------------------------------------------------------------------------------------------ */
@media (max-width: 1200px) {
  /*	elementi nascosti nel mobile da tablet*/
  .language, .vertical-txt-footer, .barra-laterale {
    display: none !important;
  }
  .site-header .logo > div {
    height: 10vh;
  }
  .button_container {
    right: 10%;
  }
}
@media (max-width: 992px) {
  /*footer*/
  .deco-bg-footer {
    height: 5vh;
  }
}
@media (max-width: 768px) {}
@media (max-width: 576px) {
  .overlay ul {
    width: 100%;
    margin: auto;
  }
  .h1, h1 {
    font-size: 40px !important;
  }
  .h2, h2 {
    font-size: 36px !important;
  }
  .h3, h3 {
    font-size: 32px !important;
  }
  .h4, h4 {
    font-size: 30px !important;
  }
  .h5, h5 {
    font-size: 28px !important;
  }
  .h6, h6 {
    font-size: 24px !important;
  }
  p, ul {
    font-size: 16px !important;
  }
  .button_container {
    top: 2.5%;
  }
  .svg-small, .label-l3 {
    display: none !important;
  }
  /* CSS 01. Sezione layout 1 */
  .position-row-btn {
    margin-top: 1.5rem !important;
  }
  /*Layout1*/
  .blocco-titolo-l1 {
    padding-left: 1.5rem;
  }
  /* Layout 4*/
  .layout4 .blocco-titolo-l4 h1 {
    border-left: 10px solid #009D9C;
    padding-left: 1.5rem;
  }
  .swiper-button-next.swiper-button-next-l4 {
    top: 25% !important;
  }
  .swiper-button-prev.swiper-button-prev-l4 {
    top: 25% !important;
  }
  .content-wrap {
    padding: 0 2rem;
    max-width: 100%;
    position: relative;
    left: auto;
    margin-top: 3rem;
  }
  .timeline-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .image-wrap {
    width: 80%;
    margin: auto;
  }
  .upk-xnac-title {
    min-height: 10vh;
    margin-bottom: 3rem;
  }
  /* Layout 7*/
  .bg-parallax {
    height: 40vh;
  }
  /* Layout 8*/
  .layout8 {
    background-size: 60%;
    background-position: right 7%;
  }
  .turistico .blocco-titolo-l8, .piu-giorni .blocco-titolo-l8 {
    padding-left: 1.5rem;
  }
  .sportivo .blocco-titolo-l8 {
    padding-right: 1.5rem;
  }
  .title-card {
    font-size: 25px;
  }
  /* Layout 9*/
  .deco-h1 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* Layout 10*/
  .clip-path-mask {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
  }
  .margin-negative {
    margin-bottom: 0;
  }
  /*Layout11*/
  .blocco-titolo-l11 {
    padding-left: 1.5rem;
  }
  /* Layout 12*/
  .bg-mask-l12 {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
  }
  /*Layout13*/
  .blocco-titolo-l13 {
    padding-left: 1.5rem;
  }
  /*Layout14*/
  .layout14 {
    height: auto;
  }
  .clip-path-mask-l14 {
    height: 40vh !important;
    margin-top: 6rem !important;
  }
  .blocco-titolo-l14 {
    padding-left: 1.5rem !important;
  }
  /* TPL noleggio-php*/
  .intro-wrapper {
    padding: 0;
  }
  .card-bike {
    background-size: contain;
  }
  .accordion {
    padding: 0;
  }
  /*mappa*/
  .leaflet-map {
    height: 350px;
  }
	/*tpl mappe google*/
.tpl-map-google-tour {
	padding:3rem 0;
}
  /* Menu mobile fixed bottom
--------------------------------------------- */
  .menu-mobile-fixed {
    display: block;
  }
  .half {
    width: 50% !important;
    float: left;
    height: 52px;
  }
  .half a {
    color: #ffffff !important;
    text-decoration: none;
    line-height: 52px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .bg-mobile-fixed {
    background-color: #009D9C;
  }
  .bg-mobile-fixed-lineleft {
    border-left: solid #ffffff 1px;
  }
  /* END Menu mobile fixed bottom
------------------------------------------------------------------------------------------ */
  /*single tour*/
  .dettagli-tour li {
    width: 100% !important;
  }
  #turistico .blocco-titolo-l12 {
    padding-left: 1.5rem;
  }
  #sportivo .blocco-titolo-l12 {
    padding-right: 1.5rem;
  }
  #piu-giorni .blocco-titolo-l12 {
    padding-left: 1.5rem;
  }
  /*footer*/
	.mt-mobile {
  margin-top: .5rem !important;
}
	.bg-form {
  background-position: center left;
}
  .deco-bg-footer {
    height: 4vh;
  }
}
