﻿#map-div {
    /*    margin-top: 2rem;*/
    width: 100%;
    height: 600px;
    border: 2px solid #ddd;
}

#swiper-div {
    height: 500px;
}

.hotel-dropdown-item:before {
    font-family: FontAwesome;
    content: "\f0f7";
    display: inline-block;
    margin-right: 8px;
    color: #495057
}

.location-dropdown-item:before {
    font-family: FontAwesome;
    /*       content: "\e081";*/
    content: "\f124";
    display: inline-block;
    margin-right: 8px;
    color: #495057
}

.dropdown-header {
    text-align: left;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.voted {
    color: #f0751d;
}

.details-block {
    margin-top: 1rem;
}

    .details-block h6 {
        color: #111;
        font-size: 16px;
    }

    .details-block p {
        margin-bottom: 0.2rem;
    }

    .details-block.hotel-details h4 {
        font-size: 20px;
        font-weight: 500;
        color: #111;
    }

    .details-block.price-details {
        font-size: 20px;
        font-weight: 400;
        color: #111;
    }

        .details-block.price-details span {
            color: red !important;
        }

    .details-block.accommodation-details span {
        font-weight: 600;
    }

.hotel-item {
    margin-bottom: 1.5rem;
}

.hotel-photo img {
    height: 200px;
    object-fit: cover;
}

.hotel-description {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: white;
}

.hotel-price {
    padding-top: 1rem;
    background-color: white;
    text-align: center;
    border-left: 1px solid #eeeeee;
}

    .hotel-price span {
        color: red;
        font-size: 22px;
        font-weight: 600;
    }

    .hotel-price a {
        position: absolute;
        bottom: 0.3rem;
        right: 1rem;
    }

        .hotel-price a i.fa.fa-chevron-down {
            font-weight: 100;
            font-size: 10px;
            vertical-align: top;
            margin: 4px;
        }

.more-prices-expand {
    font-size: 14px;
    text-align: right;
}

    .more-prices-expand i {
        font-size: 12px;
        margin-top: 1rem;
    }

.nowrap-span span {
    text-wrap: nowrap;
}

.payment-plan-details p {
    padding-left: 1rem;
}

.cancellation-details p {
    padding-left: 1rem;
}

.cancellation {
    padding-top: 0.75rem;
    font-size: 12px;
    color: red;
}

.payment-policy {
    padding-top: 0.75rem;
    font-size: 12px;
    color: red;
}

.viewMore[aria-expanded="false"]:before {
    content: "more";
}

.viewMore[aria-expanded="false"] i.accordion-arrow {
    padding-bottom: 1px;
    font-size: 9px;
}

.viewMore[aria-expanded="true"]:before {
    content: "less";
}

.viewMore[aria-expanded="true"] i.accordion-arrow {
    font-size: 9px;
}


.viewMore[aria-expanded="false"] i.accordion-arrow {
    transform: rotate(180deg);
}

.book-button {
    min-width: 100px;
}

    .book-button.book-now {
        background-color: #58bf24 !important;
        border-color: #58bf24 !important;
    }

    .book-button.on-request {
        background-color: royalblue !important;
    }

.promo-slide-image {
    height: 240px;
}

.promo-body {
    min-height: 240px;
}

#loader {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.loader {
    position: absolute;
    right: -15px;
    top: 0;
}


.room-description-slider {
    height: 200px;
}

hr.narrow {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rate-description .rate-description-item {
    margin-bottom: 1rem;
}

.rate-description h5 {
	margin-top: 1rem;
    margin-bottom: 0;
}

.room-title {
    text-decoration: underline;
	 text-transform: uppercase;
}