.hotel-detail .titlebar {
    margin: 0;
    padding-bottom: 22px;
    vertical-align: middle;
    position: relative;
}

.hotel-detail h1 {
    font-size: 36px;
    font-family: "Gotham Light", Helvetica, Arial, sans-serif;
    font-weight: 300;
    vertical-align: middle;
    margin: 0;
}

.hotel-detail .hotel-logo {
    text-align: right;
    vertical-align: middle;
}

.hotel-detail .hotel-logo .h-logo{
    height: auto;
    width: 102px;
}
@media (min-width: 992px) {
    .hotel-detail .hotel-logo .h-logo {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(calc(-50% + 21px));
    }
}

.hotel-detail .stars {
    margin-bottom: 24px;
}

.hotel-detail .stars .nh-star {
    height: 13px;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-left: 0;
}

.hotel-detail .address-row {
    margin-bottom: 26px;
}

.hotel-detail .address-link {
    font-size: 14px;
    font-family: 'Lucida Sans Regular', Helvetica, Arial, sans-serif;
    font-weight: 5;
    color: rgba(0, 159, 223, 1);
    text-decoration: none;
}

.hotel-detail img.address-icon {
    height: 20px;
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.hotel-detail h4.subtitle {
    font-size: 24px;
    font-family: "Gotham Light", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 56px;
}

@media (max-width: 991.98px) {

    .hotel-detail .titlebar {
        padding-bottom: 9px;
    }

    .hotel-detail .hotel-logo {
        margin-bottom: 24px;
    }

    .hotel-detail .hotel-logo .h-logo{
        width: 87px;
    }

    .hotel-detail h1 {
        font-size: 30px;
        font-family: "Gotham", Helvetica, Arial, sans-serif;
        font-weight: 400;
    }

    .hotel-detail h4.subtitle {
        font-size: 18px;
        font-family: "Gotham", Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-top: 23px;
        margin-bottom: 24px;
        padding-bottom: 10px;
        border-bottom: solid 1px #d1d1d1;
    }

    .hotel-detail .address-link {
        font-size: 16px;
        font-family: "Gotham", Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
}

/* Carousel */

#carouselHotel .carousel-control-prev-icon, #carouselHotel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    background-size: 30%;
}

#carouselHotel .carousel-control-prev-icon {
    background-image: url("../images/prev_chevron.svg");
}

#carouselHotel .carousel-control-next-icon {
    background-image: url("../images/next_chevron.svg");
}

#carouselHotel .carousel-inner {
    border-radius: 5px;
}

@media (min-width: 992px) {
    #carouselHotel .carousel-inner {
        max-height: 436px;
    }

    #carouselHotel .carousel-item {
        height: 100%;
    }

    #carouselHotel .carousel-control-prev, #carouselHotel .carousel-control-next {
        width: 10%;
    }
}

@media (max-width: 991.98px) {
    #carouselHotel .carousel-control-prev, #carouselHotel .carousel-control-next {
        width: 20%;
    }

    #carouselHotel .carousel-control-prev-icon, #carouselHotel .carousel-control-next-icon {
        height: 25px;
        width: 25px;
    }
}
