/* .single-lodge #header {
    position: sticky;
} */

.lodge-page .banner {
    padding: 0;
    display: flex;
    align-items: flex-end;
    height: auto;
    background-position: 50% 50%;
}
.single-lodge .banner {
	height: 35vw;
    min-height: 550px;
    z-index: 3;
}

.single-lodge .banner-text h1 {
    margin-bottom: 120px;
}

.lodge-banner-buttons {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 20px;
    z-index: 6;
    max-height: 110px;
    overflow: hidden;
    height: 80px;
}

.view-photos-btn {
    background: #fff;
    border-radius: 50px;
    float: right;
    font-weight: 500;
    color: #252424;
    text-transform: uppercase;
    padding: 14px 24px 12px 52px;
    position: relative;
}

.view-photos-btn:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/bgi/sprites.png) no-repeat -202px -22px;
    width: 27px;
    height: 27px;
}

.view-photos-btn:hover:before {
    background-position: -202px -51px;
}

.view-photos-btn:hover {
    background: #ea8504;
    color: #fff;
    text-decoration: none;
}

body.single-lodge .mobile-more {
    display: none;
}

#reviewsTAcount {
    font-size: 13px;
    color: #4e4e4e;
    line-height: 18px;
    margin-left: 5px;
    font-weight: 400;
}

.trip-advisor-show-reviews {
    display: none;
}

.reviewsTAcount .lds-dual-ring:after {
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-color: #000 #000 #000 transparent;
}

body.single-lodge .trip-advisor {
    pointer-events: none;
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}

body.single-lodge .review-container {
    min-height: 0;
}

#lodgemenu {
    display: flex;
    justify-content: space-between;
}

body.single-lodge #lodgemenu, body.single-lodge #sidebar {
    top: 0;
}

#lodgemenu li {
    width: 100%;
    text-align: center;
}

body.single-lodge #rates>.mobile-rates-section {
    display: none;
}

body.single-lodge .lodge-highlites {
    position: relative;
}

.question-mark-text .mobile-from-price-descr {
    padding-left: 5px;
}

.trip-advisor-title {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.trip-advisor-stars, .trip-advisor-footer-stars {
    display: flex;
}

.trip-advisor-stars>span, .trip-advisor-footer-stars>span {
    width: 17px;
    height: 16px;
    background: url(./img/ta-circle.png) no-repeat;
    background-size: contain;
    display: inline-block;
}

.trip-advisor-gold-stars {
    width: 84px;
    height: 15px;
    display: block;
}

.trip-advisor-gold-stars>span {
    width: 100%;
    height: 100%;
    background: url(./img/gold-star.png);
    background-size: contain;
    display: block;
}

.reviewsTAcount.underlined {
    text-decoration: underline;
}

.reviewsTArating {
    line-height: 0;
}

.footer-underline {
    text-decoration: underline;
}

#form-mobile-toggle {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1250px) {
    body.single-lodge .trip-advisor {
        padding-left:10px;
    }
}

@media only screen and (max-width: 1023px) {
    /* .lodge-page #mainmenu li.reviews-menu {
        display: block;
        margin: 0;
    } */
    /* .lodge-page #mainmenu li.reviews-menu>a {
        margin: 0;
        color: white;
        border: 0;
        line-height: 47px;
        font-weight: 300;
        text-transform: none;
        border-radius: 0;
    } */
    .lodge-page .reserve-search-wrapper {
        display: none;
    }

    .lodge-detail-section.reviews-lodge-section {
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 567px) {
    .lodge-page .banner {
        height: 65vh;
    }
	
	.single-lodge .banner {
		min-height: 0px;
	}
    .lodge-banner-buttons .poptrigger {
        float: left;
        margin-left: 20px;
    }
    .view-photos-btn {
        float: left;
        text-indent: -9999px;
        width: 40px;
        height: 40px;
        padding: 0;
    }
    .view-photos-btn:hover:before {
        background-position: 0 0;
    }
    .view-photos-btn:before {
        width: 26px;
        height: 26px;
        background: url(./img/photo.svg);
        background-size: contain;
        left: 7px;
    }
    .lodge-detail-main-section {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 10px;
    }
    body.single-lodge .lodge-navigation-bar {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 62px;
        background: white;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        border-top: 1px solid #8a8a8a;
        box-shadow: 0px 0px 8px 0px #7d7d7d;
        color: black;
    }
    .lodge-navigation-bar .poptrigger {
        padding: 15px 6px;
        text-align: center;
        min-width: 120px;
        text-transform: none;
        font-size: 12px;
    }
    body.single-lodge .lodge-navigation-bar .trip-advisor {
        padding: 0;
        margin: 0;
        justify-content: start;
        border: none;
        cursor: default;
    }
    body.single-lodge .lodge-navigation-bar .mobile-from-price {
        font-size: 16px;
        line-height: 10px;
        color: black;
    }
    body.single-lodge .lodge-navigation-bar .trip-advisor-details {
        display: flex;
        align-items: center;
        padding: 0;
    }
    body.single-lodge .lodge-navigation-bar .trip-advisor .star {
        margin: 0;
        margin-right: 5px;
    }
    body.single-lodge .lodge-navigation-bar .reviewsTAcount {
        line-height: 20px;
        font-size: 13px !important;
        min-width: 25px;
        padding-left: 3px;
    }
    body.single-lodge .lodge-navigation-bar .reviewsTAcount .lds-dual-ring {
        width: 15px;
        height: 15px;
    }
    body.single-lodge .lodge-navigation-bar .reviewsTAcount .lds-dual-ring {
        width: 15px;
        height: 15px;
    }
    body.single-lodge .lodge-navigation-bar .reviewsTAcount .lds-dual-ring:after {
        width: 13px;
        height: 13px;
        border: 2px solid #000;
        border-color: #000 #000 #000 transparent;
    }
    body.single-lodge .lodge-detail-section .lodge-section-title {
        margin: 0 0 5px -5px;
        padding: 0;
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    body.single-lodge .lodge-detail-section .lodge-section-title-separator {
        border-bottom: 1px dotted black;
        width: 100%;
        margin-left: 10px;
    }
    .trip-advisor a:hover {
        text-decoration: none;
    }
    #LodgeReviews {
        display: none;
    }
    body.single-lodge #reviews .lodge-section-title {
        display: none;
    }
    body.single-lodge .trip-advisor {
        cursor: pointer;
        pointer-events: all;
        justify-content: center;
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .trip-advisor-title {
        text-align: center;
    }
    .trip-advisor-show-reviews {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 12px;
    }
    body.single-lodge .forest-lodge-features, body.single-lodge .lodge-reserve-name {
        display: none;
    }
    body.single-lodge .lodge-description {
        margin-top: 0;
    }
    body.single-lodge #rates>.pr-detail-wrapper, body.single-lodge #rates>.special-overview {
        display: none;
    }
    body.single-lodge #rates>.mobile-rates-section {
        font-weight: 100;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        padding-top: 22px;
    }
    body.single-lodge .mobile-from-price {
        font-size: 25px;
        /* color: #6DA15B; */
        padding-left: 4px;
        padding-right: 4px;
        line-height: 20px;
    }
    /* body.single-lodge .mobile-from-price-descr {
        font-weight: bold;
        color: #6DA15B;
    } */
    body.single-lodge .mobile-rates-section .poptrigger {
        width: 120px;
        text-align: center;
        font-size: 13px;
        padding: 14px;
        margin-top: 22px;
        border-radius: 21px;
    }
    body.single-lodge .mobile-rates-section .mobile-rates-price {
        display: flex;
        align-items: flex-end;
        width: 100%;
        justify-content: center;
    }
    body.single-lodge .mobile-rates-section .trip-advisor {
        border-bottom: 0;
    }
    body.single-lodge .mobile-rates-separator {
        width: 30%;
        margin: 30px 35% 15px 35%;
        height: 1px;
        border-bottom: 1px solid lightgray;
    }
    body.single-lodge .readmore-facilities.readmore-hidden {
        padding-top: 10px;
    }
    .lodge_btn_more {
        margin: 10px 0 20px 0;
    }
    .lodge_btn_more button {
        line-height: 31px;
        font-size: 15px;
        padding: 0 15px;
    }
    .prw_rup.prw_reviews_review_resp .ui_column.is-9 {
        font-size: 12px;
        line-height: 15px;
    }
    .prw_rup.prw_reviews_review_resp .quote .title {
        font-size: 15px;
        line-height: 15px;
    }
    body.single-lodge .prw_rup.prw_reviews_inline_photos_hsx {
        height: auto;
    }
    body.single-lodge .prw_rup.prw_reviews_inline_photos_hsx .inlinePhotosWrapper {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        overflow: hidden;
    }
    body.single-lodge .prw_rup.prw_reviews_inline_photos_hsx .photoContainer {
        margin-right: 5px;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .trip-advisor-footer-stars>span {
        width: 15px;
        height: 14px;
    }

    body.single-lodge .livecall-callback-v1-widget .livecall-callback-v1-overlay {
        bottom: 68px !important;
    }

    body.single-lodge .livecall-callback-v1-widget.livecall-minimized .livecall-callback-v1-overlay {
        bottom: 108px !important;
    }
}