/**
* Template Name: Imperial - v5.6.1
* Template URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html, body {
  background: #F9F8F2;
  color: #001D3D;
  font-family: "Figtree", sans-serif;
}

a {
  text-decoration: none;
  color: #001D3D;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #001D3D;
  outline: none;
  text-decoration: none;
}

p {
  font-family: "Livvic", sans-serif;
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(255,255,255,1) url("../img/preloader-2025.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #F0EEDF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #001D3D;
  line-height: 0;
}
.back-to-top:hover {
  background: #001D3D;
  color: #F9F8F2;
}

.back-to-top:hover i {
  color: #F9F8F2;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 80vh;
  /*background: url(../img/hero-bg.jpg) top center;
  background-size: cover;*/
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
#hero .hero-logo {
  margin-top: 20px;
}
#hero .hero-logo img {
  width: 240px;
  max-width: 100%;
}
#hero .hero-container {
  background: rgba(100, 100, 100, 0.03);
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: bottom;
  overflow: hidden;
}
#hero h1 {
  margin: 20px 0 10px 0;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#hero h2 {
  color: #fff;
  margin-bottom: 50px;
}
#hero h2 span {
  color: #001D3D;
  transition: 0.3s;
  background-color: rgba(255,255,255,0.7);
  padding-left: 8px;
  padding-bottom: 3px;
  /*border-bottom: 2px solid #666;*/
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  #hero h2 .rotating {
    display: block;
  }
}
#hero .rotating > .animated {
  display: inline-block;
}
#hero .actions a {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}
#hero .btn-get-started {
  background: #FAD02C;
  border: 2px solid #FAD02C;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services:hover {
  background: #FAD02C;
  border: 2px solid #FAD02C;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #F9F8F2;
  transition: all 0.5s;
  z-index: 997;
  height: 100px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); /* Ombra leggera */

}
@media (max-width: 992px) {
  #header {
    height: 70px;
  }
}
#header.fixed-top {
  background: rgba(249, 248, 242, 1);
}

.filters {
  margin-bottom: 40px;
  padding: 0;
}

.filters input[type=checkbox], .filters input[type=radio] {
  display:none;
  visibility: hidden;
  width:0;
  height:0;
  padding:0;
  margin:0;
}

#filters_box span.title {
  display: block;
  color:  #bbb;
  margin-bottom: 5px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 100;
}

.cBox {
  margin: 0 2px 6px 0;
  position: relative;
  display:  inline-block;
  width: auto;
  font-size: 13px;
  width: auto;
  height: 30px;
  border-radius: 30px;
  line-height:29px;
  padding: 0px;
}

.cBox label {
  position:relative;
  font-weight: normal;
  cursor: pointer;
  width: inherit;

  top: 0;
  left: 0;
  margin-left:0;
  border-radius: inherit;
  background: #F0EEDF;
  border: 2px solid transparent;
  text-align:center;
  padding-left: 10px;
  padding-right: 10px;
  color: #001D3D;
}

.big {
  margin: 20px 0px 0px 0;
  position: relative;
  display:  inline-block;
  width: auto;
  font-size: 12px;
  min-height: 30px;
  max-height: 72px;
  border-radius: 10px;
  line-height:20px;
  padding: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.big label {

  color:#001D3D;

}

.big label span {
  position: relative;
  color: #001D3D;
  top: -5px;
  line-height: 15px;
}

.cBox label i {
  font-size:  26px;
  line-height: 26px;
  margin: 0;
}



.cBox label.reset {
  font-weight: 700;
}

.cBox label.cats {
  font-weight: normal;
}

.cBox input[type=checkbox]:checked + label,
.cBox input[type=radio]:checked + label {
  font-weight: normal;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  background: #1E91C4;
  color:#F9F8F2;
  border: 2px solid transparent;
}

.cBox.big input[type=checkbox]:checked + label,
.cBox.big input[type=radio]:checked + label {
  font-weight: normal;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  background: #1E91C4;
  color:#001D3D;
  border: 2px solid transparent;
}

.cBox.radiob.first input[type=radio]:checked + label,
.cBox.radiob.middle input[type=radio]:checked + label,
.cBox.radiob.last input[type=radio]:checked + label {
  border: 2px solid #1E91C4 !important;
}


.cBox input[type=checkbox]:checked + label.reset,
.cBox input[type=radio]:checked + label.reset
 {
  font-weight: 700;
}


.cBox label:hover {
  /*border: 2px solid #FAD02C;*/
}

.cBox.radiob.first label:hover,
.cBox.radiob.middle label:hover,
.cBox.radiob.last label:hover
 {
  border-top: 1px solid #FFB600 !important;
  border-bottom: 1px solid #FFB600 !important;
  border-left: 1px solid #FFB600 !important;
  border-right: 1px solid #FFB600 !important;
}

.cBox input[type=checkbox]:checked + label:after,
.cBox input[type=radio]:checked + label:after
 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}




#filters.fixed-bottom {
  background: rgba(0, 0, 0, 0.85);
}
#header .logo {
  font-size: 30px;
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  height: 60px;
}

.scrolled-offset {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 70px;
  }

  #header .logo img {
  height: 45px;
}


}

.ajax-load {
  min-height: 80vh;

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/


#filters {
  background: #000000;
}

#filters a {
  margin: 2px !important;
}

.filters_top {
  margin-top: 70px;
  text-align: center;
}

.navbar {
  padding: 0;

}
.navbar ul {
  margin: 0 20px 0 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 5px 0px;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight:bold;
  color: #001D3D;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}

.navbar a:hover,
.navbar .active {
  background-size: 100% 100%; /* Riempie il testo progressivamente */
  color: #1E91C4; /* Nasconde il colore base e mostra il gradiente */
}

.navbar li {
  font-size: 18px;
  position: relative;
  border-top: 1px solid transparent; 
  border-bottom: 1px solid transparent; 
  margin: 0 15px;
}

.navbar li.travellers {
  border-top: 1px solid transparent; 
  border-bottom: 1px solid #1E91C4; 
}

.navbar li.hoteliers {
  border-top: 1px solid transparent; 
  border-bottom: 1px solid #001D3D;
}

.navbar .btn:focus, .navbar .btn:active {
   outline: none !important;
   box-shadow: none;
}

.navbar .dropdown ul {
  max-width: 80px;
}

.navbar .dropdown a {
  display:  inline;
  padding: 0 15px;
  text-transform: none;
  color: #001D3D;
  border-bottom: 0px;
  margin: 0 0px;
  font-weight: normal;
}
.navbar .dropdown a span, .navbar .dropdown button span {
  margin-right: 6px;
}
.navbar .dropdown a:hover, .navbar .dropdown .active:hover, .navbar .dropdown li:hover > a {
  color: #001D3D;
  background-color: #fff;
}

.dropdown-menu {
  min-width: 60px;
  padding: 0px;
  margin-left: 2px;
}


.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 991px) {

  .navbar .dropdown {
    text-align:center
  }

  .dropdown-menu {
   text-align: center !important;
  }


}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #001D3D;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  
  .navbar li.travellers {
  border-top: 1px solid transparent; 
  border-bottom: 1px solid transparent; 
}

.navbar li.hoteliers {
  border-top: 1px solid transparent; 
  border-bottom: 1px solid transparent;
}
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #1E91C4;
  transition: 0.3s;
  z-index: 999;
}


.navbar-mobile #btn_ls {
  position: fixed;
  top: 90px;
  right: 20px;
  width: 70px;
}

.navbar-mobile #btn_acc {
  position: relative;
  top: 25px;
}

.navbar-mobile .dropdown-menu {
  position: relative;
  
}


.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0 120px 0;
  background-color: #F9F8F2;
  overflow-y: auto;
  transition: 0.3s;
  margin:0;
  overflow-y: scroll;
}

.navbar-mobile a {
  display: block;
}


.navbar-mobile .logo {
  margin:20px 0px 30px 0px !important;
}


.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  font-size: 32px;
  color: #001D3D;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 991px) {



.section-title {
  font-size: 24px;
  color: #001D3D;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

}


.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #1E91C4;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
  padding: 40px 0 80px 0;
}
#about .about-img {
  overflow: hidden;
}
#about .about-img img {
  max-width: 700px;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
    max-width: 100%;
  }
}
#about .about-content {

}
#about .about-title {
  color: #001D3D;
  font-weight: 700;
  font-size: 28px;
}
#about .about-text {
  line-height: 26px;
  margin-bottom: 15px;
}
#about .about-text:last-child {
  margin-bottom: 0;
}


/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#subscribe .subscribe-text {
  color: #fff;
}
#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}
#subscribe .subscribe-btn {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#subscribe .subscribe-btn:hover {
  background: #FAD02C;
  border: 2px solid #FAD02C;
}


/*--------------------------------------------------------------
# Post in zone
--------------------------------------------------------------*/
.posts {
  padding-right: 20px;
}

@media (max-width: 768px) {
.posts {
  border-right: 0px;
  padding-right: 0px;
}
}


.posts .post-item {
  box-sizing: content-box;
  padding: 0px 0px 30px 0px;
  margin: 5px 5px;
  box-shadow: 0px 0 5px rgba(1, 1, 1, 0.2);
  background: #fcfbf7;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: 0.3s;
  border-radius:30px !important;
}

.posts .post-item .post-img {
  width:100%;
  margin: 0 auto;
  padding: 0px;
  border-radius: 30px 30px 0 0 !important;
}

.related-posts .card img {
  border-radius: 30px 30px 0 0 !important;
}


.posts .post-item h3 {
  font-size:22px;
  font-weight: bold;
  margin: 20px 8px 10px 8px;
  padding: 2px 10px;
  color: #001D3D;
}
.posts .post-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.posts .post-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.posts .post-item .abs {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  margin: 15px 0 0 0;
  text-align: left;
  padding-left:20px;
  padding-right: 20px;
}
.posts .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.posts .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #001D3D;
}
.posts .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #001D3D;
}
.posts .swiper-slide {
  opacity: 1;
}


.posts .swiper-slide-active {
  opacity: 1;
}

.posts .swiper-button-next {
  visibility :hidden;
  color: #fff;
  right:0px;
  border-radius: 50px;
  padding:25px;
  outline: none;
}

.posts .swiper-button-prev {
  visibility: hidden;
  color: #fff;
  left:0px;
  border-radius: 50px;
  padding:25px;
  outline: none;
}

.posts:hover .swiper-button-next, .posts:hover .swiper-button-prev {
  visibility: visible;
  background: rgba(0,0,0,0.13);
  transition: 0.3s;
}

@media (max-width: 768px) {
  .posts:hover .swiper-button-next, .posts:hover .swiper-button-prev {
    visibility: hidden;
  }
}

.posts .swiper-button-next:hover, .posts .swiper-button-prev:hover {
  visibility: visible;
  background: rgba(0,0,0,0.50);
  transition: 0.3s;
}

.posts .swiper-button-next::after,.posts .swiper-button-prev::after {
  font-size:10px;
  font-weight: bold;
}

.posts .swiper-button-disabled {
  display: none;
}

.posts .swiper-slide:hover {
  opacity: 1;
  transition: 0.3s;
}




/*--------------------------------------------------------------
# zone
--------------------------------------------------------------*/
.zone {
  padding:  20px 10px;
}

@media (max-width: 768px) {
  .zone {
    padding: 20px 0px;
  }
}

.zone .zone-item {
  box-sizing: content-box;
  padding: 0px;
  margin: 20px 10px;
  background: transparent;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  border-radius: 35px !important;
  box-shadow: 0px 0 10px rgba(1, 1, 1, 0.2);
}

.zone .zone-item .zone-img {
  width: 100%;
  margin: 0 auto;
  border-radius: 35px 35px 0px 0px;

}
.zone .zone-item h3 {
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  color: #001D3D;
}
.zone .zone-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.zone .zone-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.zone .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.zone .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #001D3D;
}
.zone .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #001D3D;
}
.zone .swiper-slide {
  opacity: 1;

}


.zone .swiper-slide-active {
  opacity: 1;

}

.zone .swiper-button-next {
  visibility :hidden;
  color: #fff;
  right:0px;
  border-radius: 50px;
  padding:25px;
  outline: none;
}

.zone .swiper-button-prev {
  visibility: hidden;
  color: #fff;
  left:0px;
  border-radius: 50px;
  padding:25px;
  outline: none;
}

.zone:hover .swiper-button-next, .zone:hover .swiper-button-prev {
  visibility: visible;
  background: rgba(0,0,0,0.13);
  transition: 0.3s;
}

@media (max-width: 768px) {
  .zone:hover .swiper-button-next, .zone:hover .swiper-button-prev {
    visibility: hidden;
  }
}

.zone .swiper-button-next:hover, .zone .swiper-button-prev:hover {
  visibility: visible;
  background: rgba(0,0,0,0.50);
  transition: 0.3s;
}

.zone .swiper-button-next::after,.zone .swiper-button-prev::after {
  font-size:10px;
  font-weight: bold;
}

.zone .swiper-button-disabled {
  display: none;
}

.zone .swiper-slide:hover {
  opacity: 1;
}

@media (max-width: 1199px) {
  .zone .swiper-slide-active {
    opacity: 1;
  }
  .zone .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .zone .swiper-slide-next {
    opacity: 1;

  }
}

@media (max-width: 992px) {
.zone .zone-item {

  margin: 20px 5px;
}
.zone .swiper-slide-active {
    opacity: 1;
  }

}




/*--------------------------------------------------------------
# zone Details
--------------------------------------------------------------*/
.zone-details {
  padding-top: 0px;
}


.zone-details .zone-details-slider img {
  width: 100%;
  max-width:  640px;
  max-height: 400px;
}
.zone-details .zone-details-slider .swiper-pagination {
  margin-top: 10px;
  position: relative;
}
.zone-details .zone-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #001D3D;
}
.zone-details .zone-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #001D3D;
}

.zone-details .zone-details-slider .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height:1px;
}
.zone-details .zone-info {
  padding: 0px;
  box-shadow: 10px 10 30px rgba(51, 51, 51, 0.08);
}
.zone-details .zone-info h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #001D3D;

}

.zone-details .zone-info h1 span {
  display: inline-block;
  max-width: 80%;

}

.zone-info h1 div {
  float: right;
  width: 55px;
  margin-right: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background-color: #666;
  text-align: center;
  font-family: "Livvic", sans-serif;
}

.zone-info h1 img {
  width: 55px;
  margin-right: 4px;
}


.bio {

  margin-bottom: 30px;
  font-size: 13px;
  padding: 10px;
  color: #001D3D;
}

.localita-lista {
border-top: 1px solid #001D3D;
padding: 0;
margin: 0;
}

.localita-lista .btn-secondary {
background-color:#F9F8F2 !important;
border-radius: 25px !important;
border-color: #001D3D !important;
color: #001D3D !important;
}

.localita-lista .btn-secondary:hover {
background-color:#001D3D !important;
border-radius: 25px !important;
border-color: #001D3D !important;
color: #F9F8F2 !important;
}


.bio p {
  margin-bottom: 0px;
}

.piczone {
  padding-right: 25px;
}

@media (max-width: 768px) {
.piczone {
  border-right: 0px;
  padding-right: 0px;
}
}

.biosk {

  margin-bottom: 10px;
  margin-top:20px;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0px 10px 0px;
  color: #001D3D;
}

.zone-details .zone-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.zone-details .zone-info ul li i {
  padding-right: 5px;
}
.zone-details .zone-description {
  padding-top: 0px;
}
.zone-details .zone-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.zone-details .zone-description ul li {
  margin-bottom: 7px;
}


.zone-details .zone-description p.pig {
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 24px;
}

.zone-details .zone-description p.pig i {
  padding-right: 5px;
}

.zone-details a, .zone-details a:hover {
  color: #001D3D;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}
#testimonials .profile {
  text-align: center;
}
#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}
#testimonials .profile .pic img {
  max-width: 100%;
}
#testimonials .profile h4 {
  font-weight: 700;
  color: #FAD02C;
  margin-bottom: 5px;
}
#testimonials .profile span {
  color: #001D3D;
}
#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}
#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}
#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* acc Section
--------------------------------*/



#acc {
  padding: 0px 0 60px 0;
}
#acc .affiliated {
  background-color: #fcfbf7;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 35px;
}

#acc .accommodations a {
  color: #001D3D;
}

#acc .accommodations {
  display: flex;
  align-items: flex-end;
}


#acc .affiliated .cont {
  position: relative;
  top: 0;
  left: 0;
}

#acc .affiliated .rounded-top {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  overflow: hidden;
  max-height: 330px;
  z-index: 1;
  border-radius: 35px 35px 0px 0px !important;
}


#acc .affiliated .pic img {
  max-width: 100%;
}

#acc .affiliated .marchio {
  position: absolute;
  bottom: -25px;
  right: 15px;
  width: 50px;
  z-index: 99;
  /* box-shadow: 1px 0px 2px rgba(0, 0, 0, 1.0); */
  color: #fff;
  background-color: #001D3D;
  font-size: 14px;
  font-weight: 700;
}

#acc .affiliated .marchio img {
  width: 50px;
}

#acc .affiliated h4 {

  font-weight: 800;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

#acc .affiliated a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95%;
}


#acc .affiliated h4 small {
  font-weight: 100;
  padding: 0;
  font-size: 70%;
}
#acc .affiliated span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#acc .affiliated .social {
  margin-top: 15px;
}
#acc .affiliated .social a {
  color: #b3b3b3;
}
#acc .affiliated .social a:hover {
  color: #FAD02C;
}
#acc .affiliated .social i {
  font-size: 18px;
  margin: 0 2px;
}



.bg-yellow-500 {
    background-color: #1E91C4;
    color: #F9F8F2 !important;
    border-radius: 25px;
}

#backbutton {
    border-radius: 25px !important;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 120px 0;
}
#contact .info {
  color: #001D3D;
}
#contact .info i {
  font-size: 32px;
  color: #FAD02C;
  float: left;
  line-height: 0;
}
#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #FAD02C;
}
#contact .php-email-form button[type=submit] {
  background: #FAD02C;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#contact .php-email-form button[type=submit]:hover {
  background: #25d8fc;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: gray;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}



.modal-xl {
    max-width: 1100px !important;
}


.maincont {
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .maincont {
    padding-right: 10px;
    padding-left: 10px;
  }
}


.custom, .custom_fix {
    margin-top: 30px;
}

.custom .card, .custom_fix .card {
  padding:2px;
  margin:10px;
}

.custom h3 {
  text-align: center;
  color: #001D3D;
  padding-top: 10px;
  font-weight: 700;
}

.custom_fix h3 {
  color: #001D3D;
  padding-top: 10px;
  font-weight: 700;
}

.custom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.custom_fix ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom ul li {
  color:#000 !important;
  font-size: 14px;
  line-height: 14px;
  min-height:50px;
  list-style: none;
  text-align: center;
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  display: flex;
      justify-content: center;
    align-content: center;
    flex-direction: column;
}

.custom_fix ul li {
  font-size: 13px;
  line-height: 14px;
  min-height:50px;
  list-style: none;
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  display: flex;
      justify-content: center;
    align-content: center;
    flex-direction: column;
}

.custom a.btn {
  font-size: 18px;
  padding: 10px 10px !important;
}

@media (max-width: 1224px) {

  .custom h3, .custom_fix h3 {
    font-size: 11px;
}

  .custom ul li, .custom_fix ul li {
    font-size: 13px;
    line-height: 16px;
    list-style: none;
    border-top: 1px dotted #ccc;
    padding: 7px 0;
    min-height:65px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
}

@media (max-width: 780px) {

.custom_fix .card {
  padding:2px 2px 2px 10px;
  margin:10px;
}


  .custom h3, .custom_fix h3 {
    min-height:  40px;
    font-size: 12px;
}

  .custom ul li, .custom_fix ul li {
    font-size: 11px;
    line-height: 15px;
    list-style: none;
    border-top: 1px dotted #ccc;
    padding: 7px 0;
    min-height:65px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

.custom a.btn {
  font-size: 12px;
  padding: 10px 1px !important;
}

}

.custom_main img {
    width: 100%;
    max-width:  1020px;
}


.pricing {
width:160px;
margin: auto;
text-align:center;
background-color: #1E91C4;
color: #F9F8F2;
font-weight: 100;
padding: 10px;
margin-bottom:20px;
text-transform: uppercase;
letter-spacing: 1px;
}

.pricing strong {
font-size: 30px;
}

@media (max-width: 780px) {
.pricing {
width:70px;
margin: auto;
text-align:center;
background-color: #1E91C4;
color: #F9F8F2;
font-weight: 100;
padding: 5px;
margin-bottom:20px;
text-transform: uppercase;
letter-spacing: 0px;
}

.pricing strong {
font-size: 20px;
display: block;
}

.custom a.btn {
  font-size: 12px;
  padding: 10px 1px !important;
}

}




.pricing p {
margin:0;
padding:0;
}

.custom .btn {
  width: 97%;
  display: block !important;
  color: #fff;
  margin: 20px auto auto auto;

}

table {
  display: block;
  max-width: 100%;
  margin:  0 auto;
  overflow-x: auto;

}

td {
  border: 1px solid #666;
  padding: 10px;
}

td p {
  margin-bottom: 0;
}

tr {
  padding: 0;
  margin: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  margin-top: 5vh;
  padding: 30px 0;
  color: #001D3D;

}

#footer .container-fluid {
	/*padding-bottom: 5vh;*/
}

#footer h4 {
  font-weight: 700;
}



#footer .footer-links, #footer .footer-newsletter {
  margin-top:30px;
}

#footer .form-control {
  background-color: #ccc;
  font-size: 12px;
  font-weight: 100;
}

#footer button {
  margin-top:10px;
  width:100%;

}

#footer a {
  margin-top:10px;
  width:100%;

}

#footer .social-links {
  margin-top: 5px;
  margin-bottom: 5px;
}

#footer .social-links a {
  font-size: 40px;
  padding-right: 5px;
}

#footer .copyright {
  font-size: 13px;
  text-align: center;
  color: #001D3D;
  letter-spacing: 2px;
  font-weight: 100;
  text-transform: uppercase;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  color: #666;

}

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul li {
  list-style: none;
  padding: 1px 0;
  margin:0;
}

/* Services Section
--------------------------------*/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.info-box {
  font-size: 12px;
  padding:  10px;
}

.services .service-box {
  box-shadow: 1px 1px 20px rgba(3, 3, 3, 0.2);
  background-color: #F9F8F2;
  color: #000815;
  padding: 10px 10px;
  text-align: center;
  transition: 0.3s;
  border-radius: 30px;
  font-size: 14px
}

.btn-y {
	  background: #F9F8F2;
	  color: #FFB600;
	  border-radius: 30px;
	  font-weight: bold;
	  padding: 10px 0px;
	  border: 2px solid #FFB600
}

.btn-y:hover {
	  background: #FFB600;
	  color: #F9F8F2;
	  border-radius: 30px;
	  font-weight: bold;
	  padding: 10px 0px;
	  border: 2px solid #FFB600
}

.btn-yp:hover {
	  background: #F9F8F2;
	  color: #FFB600;
	  border-radius: 30px;
	  font-weight: bold;
	  padding: 10px 0px;
	  border: 2px solid #FFB600
}

.btn-yp {
	  background: #FFB600;
	  color: #F9F8F2;
	  border-radius: 30px;
	  font-weight: bold;
	  padding: 10px 0px;
	  border: 2px solid #FFB600
}

.btn-b {

	    background: #F9F8F2;
	  color: #1E91C4;
	  border-radius: 30px;
	  font-weight: bold;
	  padding: 10px 30px;
	  border: 2px solid #1E91C4
}

.btn-b:hover {
	  background: #1E91C4;
	  color: #F9F8F2;
	  border-radius: 30px;
	  font-weight: bold;
	  padding: 10px 0px;
	  border: 2px solid #1E91C4
}

.btn-bp:hover {

	    background: #F9F8F2;
	  color: #1E91C4;
	  border-radius: 30px;
	  font-weight: bold;
	  padding: 10px 30px;
	  border: 2px solid #1E91C4
}

.btn-bp {
	  background: #1E91C4;
	  color: #F9F8F2;
	  border-radius: 30px;
	  font-weight: bold;
	  padding: 10px 0px;
	  border: 2px solid #1E91C4
}


.socials .service-box {
  color: #001D3D;
  padding: 10px 10px;
  text-align: center;  
  font-size: 14px
}

.socials .service-box a {
  color: #001D3D;
}


.services .service-box .icon {
  font-size: 50px;
  padding: 20px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
  color: #1E91C4;
  border: 0px;
}

.services .service-box .icon-g {
  font-size: 50px;
  padding: 20px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
  color: #FFB600;
  border: 0px;
}

.services .service-box p {
  margin: 0;
  padding: 0;
}

.services .service-box h3 {
  color: #001D3D;
  font-weight: 700;
  margin-top: 0px;
}

.services .service-box h5 {
    color: #001D3D;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 15px 0;
    padding: 0;
}

.services .service-box p {
  padding-bottom: 10px;
}


.services .service-box .read-more {
  display: block;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  padding: 20px 10px 20px 10px;
  text-align: center;
  width: 100%;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}


.services .service-box.black {
  border: 0px solid #FAD02C;
}

.services .service-box.black .read-more {
  color: #001D3D;
}





.services .service-box.blackoff {
  background-color: #eee;
  color: #001D3D;
  border: 0;
}
.services .service-box.blackoff .icon {
  color: #fff;
  background: #001D3D;
}
.services .service-box.blackoff .read-more {
  color: #001D3D;
}


.box_guida {
    margin-bottom: 15px;
}

.box_guida i.arrow {
  font-size: 40px;
  margin: 0 20px;
  color: #001D3D;
}


a.guide_download {

  font-weight: 700;
}
a.guide_download i {

  padding-right: 5px;
}

a.guide_download i.start {
  margin-right: 15px;
}

a.guide_download i.end {
  margin-left: 15px;
}


.blog_post {
  color:  #001D3D;
}

.blog_post h2 {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
}

.blog_post img {
    max-width:  100%;
    max-height: 60vh;
    display:  block;
    padding: 0px;
    margin: auto;
}

.blog_post_badge {
  padding: 5px 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  float: right;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #001D3D;
  background-color: #fcfbf7;
  border-bottom:  3px solid #1E91C4;
}

.blog_post_badge_rel {
  padding: 10px 10px 5px 10px;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #001D3D;
  border-bottom:  3px solid #1E91C4;
  margin-bottom: 20px;
}


.related_posts_container {

  background-color: #fff;
}

.related_posts_abs {
  font-size:80%;
  padding: 0px 20px;
  color: #666;
}

.related-posts .card {
 margin-bottom: 30px;
 padding: 0;
 background-color: #fcfbf7;
 border-radius: 30px !important;
}

.related-posts h3 {
	font-weight: bold;
	font-size:20px;
	margin:0 !important;
}


.related_posts a  {
  display: block;
}

.related_posts img  {
  padding: 10px 10px 0px 10px;
}


.swiper-slide {
   -webkit-transform: translate3d(0,0,0);
}



.btn:focus {
outline: none;
box-shadow: none;
}

.card.tcond {
	background-color: inherit !important;
	border-bottom: 1px solid #001D3D;
	border-radius: 0px !important;
	margin-bottom: 50px;
}

.ttcond p {
  padding: 0;
  margin: 0 0 0px 0;
}

.tcond a {
  font-weight: bold;
  text-decoration: underline;
}


.tcond ol li {
  margin-bottom:20px;
}

.tcond ol ol li {
  margin-bottom:10px !important;
}

.tcond ol ol ol li {
  margin-bottom:0px !important;
}

.pbarpics{
  background: rgba(0,0,0,1);
  position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}

.zone-details-slider .swiper-button-next {
  visibility :hidden;
  color: #fff;
  right:0px;
  padding:25px;
  outline: none;
}

.zone-details-slider .swiper-button-prev {
  visibility: hidden;
  color: #fff;
  left:0px;
  padding:25px;
  outline: none;
}

.zone-details-slider:hover .swiper-button-next, .zone-details-slider:hover .swiper-button-prev {
  visibility: visible;
  opacity: 0.3;
  transition: 0.9s;
}

@media (max-width: 768px) {
  .zone-details-slider:hover .swiper-button-next, .zone-details-slider:hover .swiper-button-prev {
    visibility: hidden;
  }
}


.swiper-wrapper__center {
      justify-content: center;
      margin: 0 auto;
}

#bcmb nav {
background-color: #fcfbf7;
border-radius:25px;
border: 1px solid #F0EEDF;
}

.breadcrumbs {
flex-wrap: nowrap;
white-space: nowrap;
overflow-x: auto;
}



@media (max-width: 768px) {
  #bcmb nav {
font-size:75%;
}
   .breadcrumb {
    display: flex;
    flex-wrap: nowrap;      /* impedisce il wrap */
    overflow: hidden;       /* taglia in caso di overflow */
    align-items: center;
  }

  .breadcrumb-item {
    flex-shrink: 0;         /* impedisce il resize dei primi */
  }

  .breadcrumb-item:last-child {
    flex: 1 1 auto;         /* si espande nello spazio restante */
    min-width: 0;           /* consente il truncation */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#myModal {
  z-index: 1055 !important;
}

.modal-content {
  border-radius: 30px;
  background-color: #F9F8F2;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3); /* ombra soft */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.modal-header {
  background-color: #F0EEDF;
}


#blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(20px) brightness(1.2) saturate(1.2);
  -webkit-backdrop-filter: blur(40px) brightness(1.2) saturate(1.2);
  z-index: 1049;
  pointer-events: none;
  display:none;
}

.modal {
  z-index: 1050;
}
.modal-backdrop {
  z-index: 1040;
}



.modal-body {
  scrollbar-width: thin; /* Per Firefox */
  scrollbar-color: #ddd transparent; /* Per Firefox */
}

/* Per Chrome, Safari, Edge */
.modal-body::-webkit-scrollbar {
  width: 3px;
}

.modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #eee;
}

.btn-warning,.btn-warning:hover, .btn.bg-dark {
	  background: #001D3D !important;
	  border: 1px solid #001D3D;
	  color: #F9F8F2 !important;
	  border-radius: 30px !important;
}


.guide_download {
		background: #001D3D !important;
		border: 1px solid #001D3D;
	  color: #F9F8F2 !important;
	  border-radius: 30px !important;
}


.manifesto-box {
      background-color: #001D3D;
      color: #F9F8F2;
      border-radius: 30px;
      padding: 20px;
      margin: 10px 0;
      text-align: center;
      min-height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 120%;
    }

    @media (min-width: 768px) {
      .manifesto-box {
        margin: 10px;
      }
    }
    
    
.spinner-border.text-warning {
color: #001D3D !important;
}

.blog_post p a {
text-decoration: underline;
color: #1E91C4;
}

.blog_post p a:hover {
color: #001D3D;
}