.container-wrap {
    padding-top: 50px !important;
}
.facility-template-default h3 {
    font-size: 24px;
}
.row.beon-facility-row {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}
.facility-single-section {
    margin-bottom: 60px;
	width: 100%;
}
.row.beon-facility-row .left-col{
    width: 66%;
}
.row.beon-facility-row .right-col{
    width: 34%;
    padding-left: 10px;
}
.title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-row .left-title-row{
    display: flex;
    align-items: center;
}
.title-row h1.h3 {
    margin-bottom: 0 !important;
    margin-right: 20px;
	width: 80%;
}
.top-facilityrating-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
	min-width: 80px;
}
.top-facilityrating-wrapper .facility-rating {
    margin-left: 10px;
    margin-top: 5px;
}
.top-facilityrating-wrapper img {
	 filter: invert(25%) sepia(20%) saturate(4332%) hue-rotate(188deg) brightness(106%) contrast(92%);
	 width: 25px;
}
.booking-box {
    width: 100%;
    background: var(--button-color);
    padding: 20px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-timeframe {
    display: flex;
    justify-content: space-between;
}
.single-time {
    min-width: 40%;
}
.fromdate-box, .tilldate-box, .guests-box {
    padding: 10px;
    background: white;
}
.wrap-guests {
    margin-top: 20px;
}
.white-col {
    color: white;
}
.guests-box {
    width: 100%;
}
div#showPrice {
    color: white;
    padding: 20px 0;
    text-align: right;
    font-weight: bold;
    font-size: var(--font-size-text);
    font-family: 'Montserrat';
}
div#showPrice span {
    color: white;
    font-weight: bold;
    font-size: var(--font-size-text);
}
div#showPrice 
.wrap-minprice-btn {
    width: 100%;
    margin-top: 50px;
}
#min-price-btn {
    color: white;
    width: 100%;
    text-align: center;
}
.facility-wrap-booking-section {
    padding-top: 150px;
    margin-top: -50px;
}
/*Favourites*/
.facility-top-row .simplefavorite-button,
.facility-top-row .simplefavorite-button:hover {
	padding: 0px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
.facility-top-row .favorite-tooltip {
	line-height: 0;
}
.simplefavorite-button img {
	width: 25px;
}

.simplefavorite-button:focus {
	outline: none;
	border: none;
}

.simplefavorite-button.active {
	opacity: 1 !important;

}
.gallery-icon {
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    pointer-events: none;
    z-index: 11;
}
.share-button {
    cursor: pointer;
    display: none;
    margin-left: 10px;
}
#map {
    height: 300px;
}
.facility-wrap-offers p {
    padding-bottom: 0;
}
.single-offer {
    margin-bottom: 20px;
}
@media only screen and (max-width:999px){
    div.facility-wrap-highlights {
        width: 100%;
    }
    .highlight-list li, .distances-list li, .item-wrapper li {
        width: 50%;
    }
    .container-wrap {
        padding-top: 40px !important;
    }
    .facility-wrap-booking-section {
        padding-top: 0px;
        margin-top: 0px;
    }
}