/* Minification failed. Returning unminified contents.
(343,7): run-time error CSS1035: Expected colon, found '}'
 */
.section-title {
   font-weight: bold;
}

.product-header {
   color: #fff;
}

   .product-header .product-title {
      font-size: 2.5rem;
   }

   .product-header .product-rating {
      color: #ffd300;
   }

   .product-header .product-location {
   }


.product-room {
   border: 1px solid #093358;
   border-radius: 4px;
   padding: 0 5px;
}

   .product-room .accomodationTitle {
      font-weight: bold;
   }

   .product-room .product-room-title {
      font-weight: bold;
      font-size: 1.3rem;
      color: #093358;
      display: block;
   }

   .product-room .product-room-pax {
      font-weight: 600;
   }

   /* Inizio accomodation */
   .product-room .accomodation {
      border-radius: 4px;
   }

      .product-room .accomodation:nth-child(even) {
         background: aliceblue;
      }

      .product-room .accomodation .accomodation-price {
         color: #a51e36;
         font-size: 1.75rem;
         font-weight: 700 !important;
      }

      .product-room .accomodation .accomodation-availability {
         font-size: 1.25rem;
         font-weight: 700 !important;
         line-height: 0px;
      }

      .product-room .accomodation .accomodation-title {
         color: #093358;
         font-weight: bold;
      }

      .product-room .accomodation .accomodation-occupation .accomodation-occupation-label {
      }

      .product-room .accomodation .accomodation-occupation .accomodation-occupation-text {
         font-size: 0.9rem;
      }

         .product-room .accomodation .accomodation-occupation .accomodation-occupation-text .occupation-icon {
            color: #333;
         }


      /* Inizio penality */
      .product-room .accomodation .accomodation-penalities {
         font-size: 0.9rem;
      }

         .product-room .accomodation .accomodation-penalities .accomodation-penality {
         }

            .product-room .accomodation .accomodation-penalities .accomodation-penality .accomodation-penality-label {
               font-weight: bold;
            }

            .product-room .accomodation .accomodation-penalities .accomodation-penality .accomodation-penality-text {
            }

      /* Inizio trattamenti */
      .product-room .accomodation .accomodation-treatments {
         font-size: 0.9rem;
      }

         .product-room .accomodation .accomodation-treatments .accomodation-treatment {
         }

            .product-room .accomodation .accomodation-treatments .accomodation-treatment:not(:last-child) {
               margin-bottom: 0.3rem;
               border-bottom: 1px solid lightgray;
            }

            .product-room .accomodation .accomodation-treatments .accomodation-treatment .treatment-price {
               color: #a51e36;
            }

      /* Inizio supplementi */
      .product-room .accomodation .accomodation-suppl-redux-list {
         font-size: 0.9rem;
      }

         .product-room .accomodation .accomodation-suppl-redux-list .accomodation-suppl-redux {
         }

            .product-room .accomodation .accomodation-suppl-redux-list .accomodation-suppl-redux:not(:last-child) {
               margin-bottom: 0.3rem;
               border-bottom: 1px solid lightgray;
            }

            .product-room .accomodation .accomodation-suppl-redux-list .accomodation-suppl-redux .suppl-redux-price {
               color: #a51e36;
            }


.search-pane-container i.fas, .search-pane-container i.far {
   color: #093358;
}


blockquote {
   border: none;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 0px;
   font-size: 100%;
}

   blockquote .blockquote-boderlines,
   blockquote {
      float: left;
      width: 100%;
      position: relative;
   }

.blockquote-boderlines {
   padding: 45px 40px 42px;
   border: 1px solid #ccc;
}

blockquote p {
   float: left;
   width: 100%;
   margin-bottom: 14px;
   display: inline-block;
   padding-bottom: 13px;
   position: relative;
}

.blockquote-boderlines p:before {
   position: absolute;
   content: "";
   bottom: 0px;
   left: 0px;
   border-bottom: 1px solid;
   width: 35px;
}

.blockquote-boderlines span {
   display: inline-block;
   margin: 0px;
   /*font-size: 95px;*/
   float: left;
   width: auto;
}

.blockquote-boderlines a {
   display: inline-block;
   color: #333333;
   font-weight: 500;
}

.blockquote-boderlines:after,
.blockquote-boderlines:before,
blockquote:after,
blockquote:before {
   position: absolute;
   content: "";
   width: 40px;
   height: 40px;
   z-index: 3;
}

blockquote:before {
   top: 0px;
   left: 0px;
   border-top: 2px solid;
   border-left: 2px solid;
}

blockquote:after {
   bottom: 0px;
   left: 0px;
   border-bottom: 2px solid;
   border-left: 2px solid;
}

.blockquote-boderlines:after {
   top: -1px;
   right: -1px;
   border-top: 2px solid;
   border-right: 2px solid;
}

.blockquote-boderlines:before {
   bottom: -1px;
   right: -1px;
   border-bottom: 2px solid;
   border-right: 2px solid;
}

.blockquote-boderlines {
}

.blockquote-padding {
   float: left;
   width: 100%;
   padding: 0px 20px;
}

/*PREZZO IN EVIDENZA*/
.price-booking {
   float: left;
   width: 100%;
   padding: 36px 45px 25px;
   border-bottom: 1px solid rgba(255,255,255,0.1);
   background-color: #f5600c;
   color: #fff;
}

/*sistemazioni*/

.card-header-detail {
   background-color: #f1f2f4;
   border-radius: 0px;
   min-height: 25px;
   font-size: 18px;
}

.details-panel {
   border: 1px solid #ccc;
   border-radius: 0px !important;
}

.card-header-detail span {
   font-size: 20px;
   font-weight: 300;
   color: #666;
}

.card-header-detail a {
   font-size: 18px;
   font-weight: 300;
   color: #666;
}

.card-header-detail i {
   color: #666;
}

/*collapse dettagli*/
.details-panel .collapsed-icon {
   display: none;
}

.details-panel .collapsed .collapsed-icon {
   display: inline-block;
}

.details-panel .collapsed .expanded-icon {
   display: none;
}


#divPackageServices {
   min-height: 400px;
}


#myTab {
   border-bottom: none;
}

   #myTab .nav-link {
      background-color: #31597a;
      border-bottom: none;
      color: #fff;
   }

      #myTab .nav-link.active {
         color: #093358;
         font-weight: bold;
         background-color: #fff;
         border-color: #093358 #093358 #fff;
      }

.tab-content {
   border: 1px solid #093358;
}


.fotorama__nav-wrap {
   position: absolute;
   bottom: 0.5rem;
}

#fields .field-content ul, #fields .field-content ul li {
   list-style: disc;
   margin-left: 1rem;
   line-height: 1.0rem
}
/*region menu contenuti pagina*/
.content-menu {
   z-index: 10;
   padding-bottom: 5px;
   padding-top: 5px;
}

   .content-menu [data-dg-scroll-to] {
      text-decoration: none;
      position: relative;
      margin: 0px 5px 0px 0px
   }

      .content-menu [data-dg-scroll-to]:hover,
      .content-menu [data-dg-scroll-to].active {
        v
      }

         .content-menu [data-dg-scroll-to]:hover::after,
         .content-menu [data-dg-scroll-to].active::after {
            position: absolute;
            content: "";
            border-bottom: 2px solid #00aeef;
            bottom: 0;
            left: 1rem;
            right: 1rem;
         }
/*endregion menu contenuti pagina*/

/*region comuni ai box*/
.box-section {
   /*padding: .5rem 1rem;*/
}
/*endregion comuni ai box*/

/*#region box header*/
.headerbox-stay {
   background-color: #999;
   color: #fff;
   height: 25vh;
   padding-top: 10vh;
   background-size: cover;
   background-position: center;
   opacity: 0.9;
}

.box-header {
   background-color: #666;
   color: #fff;
   background-size: cover;
   background-position: center;
   opacity: 0.7;
   padding-top: 2rem;
   padding-bottom: 2rem;
   height: 200px;
   position: relative;
}

.headerbox-package {
   background-color: #999;
   color: #fff;
   height: 25vh;
   padding-top: 5vh;
   background-size: cover;
   background-position: center;
   opacity: 0.9;
}
/*#endregion box header*/

/*#region box riassuntivo*/
.box-summary {
   padding: 1rem;
   border-radius: 0px;
   box-shadow: 0 2px 3px rgba(0,0,0,0.09);
}

   .box-summary .box-title {
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 1rem;
   }

   .box-summary .loading-amount {
      text-align: center;
   }

   .box-summary .total-amount {
      font-size: 1.1rem;
      margin: 1rem 0;
   }

      .box-summary .total-amount span {
         float: right;
         font-weight: 700;
      }

/*#endregion box riassuntivo*/

/*#region menu navigazione*/
.content-menu {
   z-index: 10;
   background-color: #fff;
   border-radius: 4px;
}
/*#endregion */


/*region box carosello*/
#lightgallery-container {
   height: 36rem;
   background-color: #fff;
   position: relative;
}

   #lightgallery-container .carousel-item.active,
   #lightgallery-container .carousel-item-next,
   #lightgallery-container .carousel-item-prev {
      display: flex;
   }

   #lightgallery-container .carousel-item img {
      max-width: 100%;
      max-height: 100%;
   }
/*endregion box carosello*/

.info-box {
   padding: 1.5rem !important;
   margin-bottom: 1.5rem !important;
   margin-top: 1.5rem !important;
}

/*region nasconde titolo box */
.box-title {
   font-size: 1.2rem;
   font-weight: 900;
   padding-bottom: .5rem;
   border-bottom: 1px solid #ccc;
   display: flex;
   justify-content: space-between;
}
/*endregion nasconde titolo box */

/* Margine nelle righe dei campi come nel cms */
.field-content p {
   margin-top: 14px;
}

.summary-item-icon {
   width: 25px;
   text-align: center;
}

.box-section-gallery .carousel-control-prev, .box-section-gallery .carousel-control-next {
   top: 50%;
   background-color: #7c2929;
   width: 50px;
   height: 50px;
}

.box-summary .btn-1 {
   background-color: none;
}

.facilities-container > div {
   display: flex;
   align-items: center;
   color: #666;
   padding-top: 0.5rem;
}

.field-content {
   white-space: pre-wrap
}

.box-header::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.4);
}

.box-icon-connector {
   max-width: 150px;
   background: #ffffff8a;
   border-radius: 5px;
   margin-top: 10px;
   padding-left: .5rem;
   padding-right: .5rem;
}



/* Sovrascrive le classi del calendario */
.daterangepicker td.available {
   background-color: #78d28c;
   border-radius: 0;
   border: 1px solid #ffffff;
   color: #ffffff;
}

.daterangepicker td.disabled {
   color: #ffffff;
   border-radius: 0;
   border: 1px solid #ffffff;
   text-decoration: none;
   background-color: #c8c6c6;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
   background-color: #118d2c !important;
   color: #ffffff;
}

.daterangepicker td.active {
   background-color: #118d2c !important;
}
/* Fine Calendario */
