.venueImage {
    width: 100%;
    height: 100%;
}

.card-stars .MBstar {
    color: #e6e6e6;
}

.card-stars .MBstar.goldStar,
.card-stars .MBstar.fa-star-half {
    color: #f9c64e;
}

.card-stars {
    font-size: .75rem;
    line-height: 1px;
}

.sidebar {
    will-change: min-height;
}

.sidebar__inner {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.card {
    border-radius: 0;
}

.mapLoaded {
    height: 450px;
    margin-top: 70px;
}

.card-img {
    height: 220px;
}

.facilIcon {
    min-width: 25px;
}

.label-img-text .label {
    width: 100%;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.label-img-text p {
    background-position: center !important;
    background-size: contain !important;
}

.savingBadge {
    position: absolute !important;
    right: 30px;
    bottom: -24px;
}

.price {
    position: absolute;
    bottom: 0;
    padding: 2px 7px 2px 5px;
    border-top-right-radius: 7px;
    text-transform: uppercase;
    background-color: #833177;
    color: #fff;
    font-size: 1.4rem;
    background-color: #9cc83c;
}

#venueImages .gallery-image:nth-of-type(1) {
    margin-right: .4rem;
    padding-bottom: 42%;
    width: calc(60% - .4rem);
}

#venueImages .gallery-image:nth-of-type(2) {
    padding-bottom: 28%;
    width: 40%;
}

#venueImages .gallery-image:nth-of-type(3) {
    margin-top: .4rem;
    margin-right: .4rem;
    padding-bottom: calc(14% - .4rem);
    width: 20%;
}

#venueImages .gallery-image:nth-of-type(4) {
    margin-top: .4rem;
    padding-bottom: calc(14% - .4rem);
    width: calc(20% - .5rem);
}

#venueImages .gallery-image {
    display: block;
    float: left;
    height: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

#RoomPlaceholder .roomContainer:last-child .card {
   
}

.selectableRoom {
    background-color: rgba(131, 49, 119, .1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.shortlistableRoom {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.shortlistableRoom.unselected {
    background-color: rgba(80, 102, 144, .1);
    color: #506690;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.shortlistRoomContainer {
    cursor: pointer;
}

.shortlistRoomContainer .border {
    border-color: rgba(80, 102, 144, .1) !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.shortlistableRoom.unselected .fa-circle.hover,
.shortlistableRoom.unselected .fa-shopping-cart {
    display: none;
}

.shortlistRoomContainer.shortlisted .fa-shopping-cart {
    display: initial;
}

.shortlistRoomContainer.shortlisted .fa-circle {
    display: none;
}

.roomContainer {
    cursor: pointer;
    border-radius: 10px;
}

.roomContainer .border {
    border-color: rgba(131, 49, 119, .1) !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.selectableRoom .unselected {
    color: rgba(131, 49, 119, .6);
}

.selectableRoom .hover {
    display: none;
}

.roomContainer:hover .selectableRoom {
    background-color: #833177;
}

.roomContainer:hover .selectableRoom .unselected {
    display: none;
}

.roomContainer:hover .selectableRoom .hover {
    display: initial;
    color: #fff;
}

.selected.roomContainer:hover .selectableRoom .hover {
    display: none;
}

.selectableRoom .selected {
    display: none;
}

.selected .selectableRoom {
    background-color: #833177;
}

.selected .selectableRoom .unselected {
    display: none;
}

.selected .selectableRoom .selected {
    display: initial;
    color: #fff;
}

.premiumListing {
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #833177;
    color: #fff;
}

.selectLabel {
    padding-top: .00937rem;
    padding-bottom: .00937rem;
    padding-left: 0;
    font-size: .75rem;
}

.flickity-enabled {
    height: 100%;
}

.hasvideo {
    content: "";
    position: absolute;
    background: url("https://static.meetingsbooker.com/styles/img/btn-play.png") no-repeat;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    cursor: pointer;
}

.hasvideo:hover {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.avatar-title {
    background-color: rgba(131, 49, 119, .1);
    color: #833177;
}

.avatar-lg {
    width: 2.65rem;
    height: 2.65rem;
}

#reviewsHolder {
    right: -18px;
}

@media(max-width:768px) {
    #venueImages .gallery-image:nth-of-type(1) {
        width: 100%;
        height: 200px;
    }
    #venueImages .gallery-image:nth-of-type(2) {
        display: none;
    }
    #venueImages .gallery-image:nth-of-type(3) {
        display: none;
    }
    #venueImages .gallery-image:nth-of-type(4) {
        display: none;
    }
    #reviewsHolder {
        right: 0;
        overflow-y: scroll;
    }
    .selectableRoom {
        border-top-right-radius: 0;
        height: 50px;
        background-color: transparent !important;
    }
    .dimensions span {
        color: #161c2d;
        font-weight: 400;
        font-size: 1.0625rem;
        line-height: 1.6;
        letter-spacing: unset;
        margin-bottom: unset;
    }
    .roomName {
        font-size: 1.2rem;
        text-align: center;
    }
    .price {
        font-size: 1.15rem;
    }
}

@media(min-width:769px) {
    .dimensions {
        margin-top: 2px;
        font-size: 13px;
    }
    .facilityName {
        font-size: 88.2%;
        font-weight: 400;
    }
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating .MBstar {
    font-size: 24px;
}

.rating .MBstar.mb-fa-star,
.rating .MBstar.mb-fa-star~.MBstar {
    color: #f6772c;
}

.rating .MBstar {
    color: #e6e6e6;
}

.rating .MBstar:hover {
    cursor: pointer;
}

.rating .MBstar:hover,
.rating .MBstar:hover~.MBstar {
    color: #ffb400;
}