﻿.hasLoading {
    position: relative;
}

.loadingActive {
    display: inline-block !important;
}

.inputLoading {
    position: relative;
    height: 20px;
    width: 20px;
    display: none;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.inputLoading::after, .inputLoading::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.inputLoading::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.icon-container {
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
}

/* toastr notification */
#toast-container > div {
    opacity: 1;
    filter: alpha(opacity=100);
}

    #toast-container > div, #toast-container > div:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.toast-close-button {
    opacity: 0.3;
    filter: alpha(opacity=30);
    top: -11px;
    text-shadow: none;
    color: #fff;
}

    .toast-close-button:hover, .toast-close-button:focus {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.toast a {
    text-decoration: underline;
}

    .toast a:hover, .toast a:focus {
        text-decoration: none;
        color: #fff;
    }

.toast .toast-message {
    font-size: 14px;
    line-height: 1.4;
}

.toast-info {
    background-color: #ff9933;
}

    .toast-info .toast-close-button {
        color: #2a5ba0;
    }

.toast-success {
    background-color: #22af46;
}

    .toast-success .toast-close-button {
        color: #115a24;
    }

.toast-warning {
    background-color: #F26B09;
}

    .toast-warning .toast-close-button {
        color: #8f6604;
    }

.toast-error {
    background-color: #de4848;
}

    .toast-error .toast-close-button {
        color: #8d1919;
    }


.deals .one-third img {
    height: 180px;
    width: 100%;
}

.deals h3 {
    white-space: nowrap;
    padding: 0 5px 5px 0;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel-details .stars ,stars1 {
    margin-top: 5px;
}

.results .details {
    height: 335px;
}

    .results .details .stars, stars1 {
        top: 37px;
    }

    .results .details .description {
        height: auto;
    }

    .results .full-width {
        width: calc(100% - 10px);
        padding: 0;
        margin: 10px;
        background-color: #fff;
    }

@media only screen and (max-width: 860px) {
    .deals .one-third img {
        height: auto;
        width: 100%;
        max-height: 400px;
    }

    .results .details {
        height: auto;
    }
}

@media screen and (max-width: 860px) {
    .results .full-width {
        width: calc(100% - 20px) !important;
    }
}

    @media only screen and (max-width: 1070px) {

        .results .details .description {
            height: 110px;
            overflow: hidden;
        }
    }



    .table {
        display: table;
    }

    .table-cell {
        display: table-cell;
    }

    .pager {
        float:left;
    }


.popover-header {
    background-color: #E9E6E0;
}

.lightSlider img {
    width: 100%;
}

.gallery .lightSlider img {
    width: 100%;
    max-height: 560px;
}

.gallery .lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    max-height: 90px;
}

@media only screen and (max-width: 1024px) {
    .gallery .lightSlider img {
        max-height: 470px;
    }

    .gallery .lSSlideOuter .lSPager.lSGallery img {
        max-height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .gallery .lSSlideOuter .lSPager.lSGallery img {
        max-height: 40px;
    }
}

@media only screen and (max-width: 639px) {
    .gallery .lightSlider img {
        max-height: 235px;
    }

    .gallery .lSSlideOuter .lSPager.lSGallery img {
        max-height: 35px;
    }
}





.hasFacility::before {
    content: "\2714";
    font-size: 13px;
    top: 0px;
}

.hasntFacility::before {
    content: "\2716";
    font-size: 13px;
    top: 0px; 
}

.gmap p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.offers figure img {
    height: 185px;
    width: 100%;
}

.offers-title {
    display: none;
}

#packageDescription,
#packageDescription p {
    color: #454545 !important;
}

.room-types li:before {
    content: "";
}

.tab-content .room-types .meta {
    width: 62%;
    /*min-height: 70px;*/
}

.room-information {
    width: 30%;
}

.modal-header .close {
    margin: 0;
}

.modal-header h3 {
    padding: 10px 0;
}

.modal-content iframe {
    height: 400px;
    border-width: 4px;
    border-style: ridge;
    margin: 10px;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 850px;
    }
}

.hotel-options {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0 0 5px;
}

    .hotel-options li {
        float: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin: 0 0 30px;
        padding: 0 0 30px;
    }

        .hotel-options li:last-of-type {
            border-bottom: none;
            margin: 0;
            padding: 0;
        }

        .hotel-options li figure {
            position: relative;
            width: 33%;
            height: auto;
            overflow: hidden;
            max-height: 162px;
            float: left;
        }

            .hotel-options li figure a {
                display: none;
            }

                .hotel-options li figure a:first-of-type {
                    display: block;
                }

    .hotel-options img {
        margin: 0;
    }

.tab-content .hotel-options .meta h3 {
    font: 700 15px/1.2 'Open Sans', Helvetica, Arial, sans-serif;
    color: #3FAEA9;
    padding: 0 0 10px;
}

.tab-content .hotel-options .meta {
    float: left;
    width: 36%;
    padding: 0 20px;
    min-height: 152px;
}

.tab-content .meta .text-wrap,
.tab-content .more-information .text-wrap {
    padding: 0;
}

.hotel-options li .meta p {
    padding: 0 0 11px;
}

.hotel-options .more-info {
    font-size: 13px;
    font-weight: 600;
    color: #3f3f3f;
    text-decoration: none;
}

.hotel-options li:before {
    content: "";
}

.tab-content .hotel-options .meta {
    width: 62%;
    /*min-height: 70px;*/
}