/* cmsms stylesheet: custom modified: 09/25/24 15:30:23 */
/* Check availability form */
.check-availability {
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    min-height: 115px;
    background: rgba(22, 24, 25, 0.7);
    position: absolute;
    z-index: 1;
}
.check-availability h2 {
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.check-availability .booking-widget {
    max-width: 560px;
    margin: 0 auto;
}
.check-availability .demo__input input {
    padding: 0;
    width: 100% !important;
    max-width: 226px;
    min-width: 200px;
    text-align: center;
    min-height: 43px;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #fff;
    color: #000;
}
.check-availability .demo__input input:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

/* Footer */
.footer-desc {
    position: relative;
    color: #fff;
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .txt-center {
        text-align: left;
    }
    .footer-desc {
        padding-bottom: 10px!important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .txt-center {
        text-align: center;
    }
    .footer-desc {
        padding-bottom: 30px!important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
/* cmsms stylesheet: be-styles modified: 12/24/24 16:13:25 */
#block-search,
#block-search * {
  box-sizing: border-box;
}

#block-search {
  background: #171819;
}

@media screen and (min-width: 1200px) {
  #block-search.block-search--main {
    position: relative;
    z-index: 1;
    margin-top: -95px;
    background: rgba(23, 24, 25, 0.85);
    backdrop-filter: blur(10px);
  }
}

.be-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#tl-booking-cart {
  z-index: 1 !important;
}

#map iframe {
  display: block;
}
