.hero.home-search,
.hero.medium-height
{
    background-image: url("../images/cover_page_zleby-KExcBxJ.webp");
    background-size: cover;
}


a.box_cat_rooms figure {
    background-size: cover;
    background-position: center center;
}

.gallery {
    position: relative;
}

body .sl-overlay {
    background-color: black;
}

.logo_normal img,
.logo_sticky img,
.logo_panel img {
    height: auto;
}

.gallery-item {
    padding: 0.5rem;
    display: inline-block;
}

.security-page .hero.medium-height{
    height: 250px;
}

footer .footer_bg {
    padding-top: 130px;
}

.security-page {
    min-height: 800px;
    width: 100%;
    position: relative;
}

.login-card {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-wrapper {
    font-size: 1rem;
    font-weight: 500;
}

.price-wrapper .price-persons,
.price-wrapper .price-local-fee {
    display: flex;
    flex: auto;
    justify-content: space-between;
}

.price-wrapper hr {
    float: right;
    width: 80%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.price-wrapper .price-total {
    font-size: 1.5rem;
    font-weight: bold;
}

.home-reservation {
    display: none;
    margin-top: 4rem;
}

@media (max-width: 992px) {
    .home-reservation {
        display: block;
    }
}

@media (max-width: 576px) {
    .price-wrapper {
        font-size: 1.2rem;
    }
}

label {
    position: relative;
}

label.required:before {
    content: '*';
    color: red;
    position: absolute;
    right: -15px;
    width: 10px;
    height: 10px;
}
@media (max-width: 992px) {
    .homepage .parallax_wrapper {
        padding-left: 0;
    }
    .homepage .parallax_wrapper img {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .homepage .parallax_wrapper {
        position: relative;
        padding-left: 10%;
    }

    .homepage .parallax_wrapper .image-floated {
        position: absolute;
        right: -30px;
        bottom: -130px;
        width: 70%;
        border: 3px solid white;
    }
}
@media (min-width: 1200px) {
    .homepage .parallax_wrapper .image-floated {
        right: -20px;
        bottom: -180px;
        width: 70%;
    }
}

.footer-partners img {
    width: 205px;
}

.background-white {
    background-color: #fff;
    padding-top: 5rem;
    margin-bottom: -40px;
}
label[for="reservation_children"],
label[for="reservation_persons"] {
    font-size: 0.85rem;
}
.footer-section-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}
footer .singula-link {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.facility-item {
    max-width: 100%;
    display: contents;
}
.facility-icon {
    width: 20%;
    display: inline-block;
}
.facility-icon img {
    max-width: 100%;
}
.facility-name {
    width: 80%;
    display: inline-block;
}
.facility-name div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 1rem;
}
.custom-calendar-select {
    height: 50px;
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    background-color: white;
    color: #333;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .375rem;
    padding-left: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}
