.hero.home-search,
.hero.medium-height
{
    background-image: url("../images/pageheader_srub-6f79f3748e42d41b43c454dac8d6e3a3.jpg");
    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;
}
