﻿body {
    background-color: #FAFAFA;
}

.venue-detail-page {
    max-width: 1100px;
    width: 100%;
    margin: 20px auto;

}

.venue-detail-section {
    padding: 40px 35px;
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
    box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
}

.venue-detail-title {
    font-weight:bold;
    font-size:18px;
    padding:20px 0 10px;
    margin:unset;
}

.venue-detail-title-outside {
    font-weight: bold;
    font-size: 18px;
    padding: unset;
    margin: unset;
    padding-left: 0px;
}

.package-type-name.package-type-name-outside {
    padding-left: 0px;
}

.package-type-name {
    padding: 10px 0px 0px 35px;
    font-size: 16px;
}

.venue-name {
    /*padding-right:100px;*/
    font-size:24px;
    margin-top:0px;
    padding-right:60px;
    font-weight:bold;
}
.venue-name.have-promotion {    
    padding-top: 40px;
}
.header-image {
    margin-bottom:10px;
}

.header-image table {
    width: 100%;
}

    .header-image .table-image1 td {
        width: 50%;
        padding: 0 2px 2px 0;
        overflow: hidden;
        position: relative;
        height: 230px;
    }

    .header-image .table-image1 td img {
        height: 230px;
        width: 100%;
        -o-object-fit: cover;
        font-family: object-fit\:cover;
        object-fit: cover;
        cursor: pointer;
    }

.header-image .table-image2 td {
    padding-right: 2px;
}

.header-image .table-image2 td:not(:last-child) {
    width: 40%;
}

.header-image .table-image2 td:last-child {
    width: 20%;
}
    .header-image .table-image2 td:not(:last-child) img {
        width: 100%;
        height: 180px;
        -o-object-fit: cover;
        font-family: object-fit\:cover;
        object-fit: cover;
        cursor: pointer;
    }

    .header-image .table-image2 td:last-child .see-all-image,
    .header-image .table-image2 td:last-child .google-map-content {
        height: 90px;
    }

.see-all-image {
    position:relative;
}

    .see-all-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        font-family: object-fit\:cover;
        object-fit: cover;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

    .see-all-image  .see-all-overlay {
        padding: 2px;
        position: absolute;
        color: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
        display: table;
        background-color: rgba(0,0,0,.3);
        transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
    }

    .see-all-image .see-all-overlay-text {
        font-size: 24px;
        display: table-cell;
        vertical-align: middle;
        letter-spacing: normal;
        font-weight: 700;
        transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
    }

        .see-all-image .see-all-overlay:hover {
            background-color: rgba(0,0,0,.5);
        }

        .see-all-image .see-all-overlay-text:hover{
            -webkit-transform: scale(1.1);
        }

#media-iframe {
    position: absolute;
    width: 100%;
    height: calc(100% - 2px);
    top: 0;
    bottom: 2px;
}
.header-image .overlay-360 {
    padding: 0 2px 2px 0;
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    height: 230px;
    text-align: center;
    display: table;
    background-color: rgba(0,0,0,.2);
    transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.icon-360 {
    font-size: 45px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: normal;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.header-image .overlay-360:hover {
    background-color: rgba(0,0,0,.3);
}

    .header-image .overlay-360:hover .icon-360 {
        -webkit-transform: scale(1.2);
    }


.header-image .table-image2 td:last-child .google-map-content {
    position: relative;
}

.venue-video-panel {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 30px 5px 15px;
    border: solid 1px #fff;
    border-radius: 25px;
    color: #fff;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .venue-video-panel:hover {
        -webkit-transform: scale(1.1);
    }

    .venue-video-panel i {
        position: absolute;
        top: 2px;
        right: 2px;
        font-size: 22px;
    }

#venue-google-map {
    /*height: 360px;*/
    height: 100%;
    width: 100%;
    margin: auto;
}

.small-google-map-overlay {
    position: absolute;
    color: #fff;
    top:0;
    width: 100%;
    height: 100%;
    text-align: center;
    /*background-color: rgba(0,0,0,.3);*/
    transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    z-index:1;
    cursor:pointer;
}

.venue-google-map-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    padding: 5px 15px;
    color: #007791;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    z-index: 2;
    box-shadow: 0px 1px 10px rgba(128, 128, 128, 0.5);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .venue-google-map-link:hover {
        -webkit-transform: scale(1.1);
    }

.modal-venue-google-map .remodal-content {
    width: 800px;
    height: calc(100vh - 100px);
    max-height:600px;
    border-radius:unset;
}

    .modal-venue-google-map .remodal-content #venue-google-map-large {
        height:100%;
    }

.modal-venue-google-map .modal-dialog {
    width: unset;
}

.modal-venue-google-map .close.modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: unset;
    opacity: unset;
    text-shadow: unset;
    font-weight: normal;
    outline: none;
    z-index: 1;
}

    .modal-venue-google-map .close.modal-close:before {
        font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
        font-size: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 29px;
        content: "\00d7";
        text-align: center;
    }

.table-capacity {
    width:100%;
    margin-top:20px;
}

    .table-capacity td:not(:last-child) {
        display: inline-block;
        padding-right:15px;
    }
    .table-capacity td:last-child {
       text-align:right;
    }

    .table-capacity td .icon-stand {
        padding-right: 5px;
        font-size: 20px;
    }

    .table-capacity td .icon-sit {
        padding-right: 8px;
        font-size: 18px;
    }

.venue-detail-container {
    display: flex;
    padding-bottom:20px;
}

.vertical-bottom {   
    align-items: flex-end;
}

#small-google-map-mobile{
    margin-top:15px;
    width:100% !important;
}

#small-google-map-mobile .google-map-content {
    height: 150px;
}

.amenities-detail i {
    font-size: 20px !important;
}

.amenities-detail .icon2 {
    font-size: 26px !important;
}

.amenities-detail .amenities-item {
    padding-bottom: 10px;
    color: #2A9A4B;
    padding-right: unset;
}

    .amenities-detail .amenities-item .amenities-disable {
        color:#eee !important;
    }


.view-counter {
    position: absolute;
    float: unset;
    top: 10px;
    right: 10px;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ccc;
    border-radius: 3px;
    display: inline-block;
}

    .view-counter .fa-eye {
        font-size: 14px;
    }

.venue-detail-counter .fa-check-circle {
    color: #007791;
    font-size: 16px;
}

.table-transportation td {
    padding-right: 50px;
}

.table-transportation i {
    padding-right: 5px;
}

.venue-description .morelink {
    border: unset;
    margin-top: unset;
}

    .venue-description .morelink:after {
        bottom: 30px;
        font-size: 35px;
    }

.transportation-detail h4,
.parking-detail h4,
.parking-number h4 {
    font-size: 14px;
    font-weight: bold;
}

.transportation-detail,
.parking-detail {
    padding-bottom: 5px;
}

    .transportation-detail h4 i,
    .parking-detail h4 i,
    .parking-number h4 i {
        padding-right: 5px;
    }

.parking-number h4 {
    color: #007791;
}

.package-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.parking-number h4 i {
    font-size: 26px;
}

.table-package-detail {
    width: 100%;
}

    .table-package-detail td {
        vertical-align: top;
    }

        .table-package-detail td:nth-last-child(2) {
            width: 21%;
            text-align: right;
        }

        .table-package-detail td:last-child {
            width: 15%;
            text-align: right;
            padding-left: 10px;
        }

.package-price {
    color: #22B14C !important;
    font-weight: bold;
    font-size: 16px;
}

.download-package-content ul {
    padding-left: 20px;
}

.package-detail {
    display:none;
    padding-top:5px;
}

.package-detail p{
    margin:unset;
}

.resemble-venue-name {
    width: 200px;
    text-align: left;
    height: 50px;
}

.resemble-venue-slider .also-like {
    border-radius: 10px;
}

    .resemble-venue-slider .also-like img {
        border-radius: 4px;
    }

.expand-package-detail {
    position: relative;
    color: #ccc;
    padding-right: 30px;
    cursor: pointer;
    transition: all 0.5s;
}

    .expand-package-detail:hover {
        color: #EC5252;
        text-decoration: unset;
    }

        .expand-package-detail:hover:after {
            color: #EC5252 !important;
        }

    .expand-package-detail:after {
        content: '\e316';
        font-size: 20px;
        position: absolute;
        font-family: 'Material Icons';
        right: 0px;
        bottom: -3px;
        transform: rotate(180deg);
        transition: all 0.5s;
        color: #ccc;
    }

    .expand-package-detail.less:after {
        transform: rotate(0deg);
        transition: all 0.5s;
    }

.venue-detail-btn-back {
    margin-bottom:10px;
    min-width:140px;
    }
    
.favorite-card-icon {
    position: absolute;
    float: unset;
    top: 28px;
    right: 35px;
}

.has-more .venue-description {
    overflow: hidden;
    position: relative;
    line-height: 20px;
    max-height: 60px;
    text-align: justify;
    margin-right: -10px;
    padding-right: 7px !important;
}

.has-more .venue-description p{
   margin:unset;
}

    .has-more .venue-description.less {
        max-height: unset;
    }

        .has-more .venue-description.less:before {
            display: none;
        }

    /*.has-more .venue-description:before {
        content: '...';
        position: absolute;
        right: 0px;
        bottom: -2px;
        background: white;
    }*/

.venue-detail-section.has-more .venue-detail-morelink {
    border: unset;
    margin-top: unset;
    /*height: 20px;*/
    display: block;
    /*margin-top: 15px;*/
    font-size: 13px;
    color: #ccc;
    text-align: center;
}

    .venue-detail-section.has-more .venue-detail-morelink:after {
        content: '\e316';
        font-size: 26px;
        position: absolute;
        font-family: 'Material Icons';
        right: 45%;
        bottom: 0px;
        transform: rotate(180deg);
        transition: all 0.5s;
        color: #ccc;
    }

    .venue-detail-section.has-more .venue-detail-morelink.less:after {
        transform: rotate(0deg);
        transition: all 0.5s;
    }

@media (max-width: 480px) {
    #small-google-map-mobile {
        position: relative;
        height: 120px
    }
        #small-google-map-mobile img {
            height: 120px;
        }
}
@media (max-width: 768px) {
    #small-google-map-mobile img {
        height: 150px;
    }
    .venue-detail-page {
        max-width: 1100px;
        width: 100%;
        margin: 20px auto !important;
        padding: unset;
    }

        .header-image {
            margin-left: 5px;
            margin-right: 5px;
        }


        .venue-detail-session {
            padding: 25px 20px;
            margin: 15px 5px 0 !important;
        }

        #small-google-map-mobile {
            position: relative;
            height: 150px
        }

        .header-image .table-image2 td {
            width: 33% !important;
        }

            .see-all-image,
            .header-image .table-image2 td img {
                height: 100px !important;
            }

        .header-image .overlay-360,
        .header-image .table-image1 td,
        .header-image .table-image1 td img {
            height: 150px !important;
        }

        .modal-venue-google-map .modal-dialog {
            /*margin: auto !important;*/
            width: 90%;
        }

        .modal-venue-google-map .remodal-content {
            width: 100% !important;
            height: 100vh;
        }

        /*.table-package-detail td:not(:first-child) {
        width: 20%;
    }*/

        .table-package-detail .table-package-tr-mobile {
            display: table-row !important;
        }

            .table-package-detail .table-package-tr-mobile td {
                width: 100% !important;
                text-align: left;
                padding-bottom: 5px;
                padding-left: 0px;
            }

        .table-package-detail tr:nth-child(2) td {
            display: inline-block;
            text-align: left !important;
            width: unset !important;
            padding-right: 10px;
            padding-top: 5px;
        }

        .venue-description .morelink:after {
            bottom: 15px;
        }

        .venue-detail-btn-back {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1031;
            border: unset;
            width: unset;
            padding: 13px 15px 0;
            background-color: unset !important;
            min-width: unset;
        }

            .venue-detail-btn-back:focus,
            .venue-detail-btn-back:active {
                box-shadow: unset;
                outline: unset;
            }

        .logo.visible-xs {
            display: none !important;
        }

        .expand-package-detail:hover {
            color: #ccc;
        }

            .expand-package-detail:hover:after {
                color: #ccc !important;
            }
    }

    @media (max-width: 480px) {
        .venue-name {
            font-size: 20px;
        }
        /*.view-counter {
        top: 28px;
        right: 20px;
    }*/

        .venue-detail-page {
            margin-top: unset !important;
            overflow: unset;
        }

        .header-image {
            margin-left: -10px;
            margin-right: -10px;
        }

        .table-capacity td:not(:last-child) {
            display: block;
        }

        .table-transportation td {
            padding-right: 10px;
        }

        .venue-detail-section {
            padding: 40px 20px;
        }
    }

    /*************Certified***************/
    .certified {
        font-size: 12px !important;
        display: inline-block !important;
        padding-right: 10px;
        display: none;
        border-radius: 50px;
        padding: 5px 10px;
        /*margin-right: 10px;*/
        background-color: #f2f2f2;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(222,222,222,1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(222,222,222,1);
        box-shadow: 0px 0px 3px 1px rgba(222,222,222,1);
        line-height: unset;
    }

        .certified div {
            /*margin-top:5px;*/
            display: inline-block;
            line-height: unset;
        }

        .certified:hover {
            cursor: pointer;
        }

        .certified img {
            width: auto;
            height: 20px;
        }

        .certified span {
            font-size: 12px !important;
        }

            .certified span:hover {
                font-weight: bold;
            }

    #modalCertified {
        width: 700px !important;
        height: unset !important;
    }

        #modalCertified hr {
            margin: 10px 100px !important;
            text-align: center;
            height: 2px;
        }

    .remodal-venue-certified-content {
        padding: 30px 40px;
        text-align: left;
    }

    .certified-title {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 10px;
        text-align: center;
    }

    .certified-description {
        font-size: 20px;
        padding-bottom: 15px;
        text-align: center;
    }

    .certified-body .certified-body-topic {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .certified-body .certified-panel {
        padding-top: 20px;
    }

    .certified-body .certified-body-indent {
        text-indent: 30px
    }

    .certified-body img {
        height: auto;
        width: 50px;
        padding-top: 5px;
    }

    .certified-footers {
        padding-top: 40px;
        font-size: 12px;
    }

    /*************End Certified***************/

    /*************Room***************/

    .room-item {
        position: relative;
        margin-top: 20px;
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
        -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
        box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
        overflow: hidden;
    }

        .room-item.room-recommend {
            /*border: solid 1px #F9D805;*/
            -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
            -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
            box-shadow: 0px 0px 5px 1px rgba(249, 216, 5,1);
        }

        .room-item .room-recommend-detail {
            display: none;
        }

        .room-item.room-recommend .room-recommend-detail {
            display: block;
            background-color: #F9D805;
            color: #000;
            padding: 11px;
        }

    .room-item-images {
        position: relative;
        width: 450px;
        display: table-cell;
        cursor: pointer;
    }

    .room-gallery-show-img,
    .room-item-images {
        height: 293px;
    }

    .room-gallery-show-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        max-height: 293px;
        /*border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -o-object-fit: cover;
        font-family: object-fit\:cover;
        object-fit: cover;
    }

    .room-item.room-recommend .room-item-images {
        /*border-right: solid 3px #F9D805;*/
        height: 334px;
    }

    .room-detail {
        display: table-cell;
        padding: 20px;
        width: 360px;
    }

    .room-name {
        font-size: 18px;
        font-weight: bold;
    }

    .number-capacity {
        color: #565656;
    }

    .room-detail-capacity span {
        font-size: 16px;
        color: #565656;
    }

    .room-size {
        position: absolute;
        top: 253px;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.7);
        color: #fff;
        padding: 0px;
        text-align: center;
        /*border-bottom-left-radius: 5px;*/
    }

        .room-size table {
            margin: auto;
        }

            .room-size table td {
                padding: 10px;
            }

    .table-room-information {
        width: 100%;
    }

        .table-room-information td:nth-last-child(2) {
            color: #22B14C;
            font-weight: bold;
            text-align: right;
            padding-right: 15px;
        }

    .room-item-expand {
        display: none;
    }

    .btn-room-expand {
        position: relative;
        padding: 10px 15px 10px 35px;
    }

        .btn-room-expand:hover .btn-room-expand:after {
            color: #fa0c0c !important;
        }

        .btn-room-expand:after {
            content: '\e316';
            font-size: 26px;
            position: absolute;
            font-family: 'Material Icons';
            left: 8px;
            bottom: 1px;
            transform: rotate(180deg);
            transition: all 0.5s;
            color: #007791;
        }

        .btn-room-expand.less:after {
            transform: rotate(0deg);
            transition: all 0.5s;
        }

    .image-first:before {
        font-family: 'icomoon' !important;
        content: "\e90d";
        position: absolute;
        right: 15px;
        top: 215px;
        font-size: 22px;
        color: #fff;
        z-index: 99;
    }

    .room-item.room-recommend .image-first:before {
        bottom: 85px;
    }

    .room-360 {
        position: absolute;
        top: 10px;
        left: 10px;
        margin: 0 auto !important;
        width: 50px;
        height: 50px;
        text-align: center;
        background-color: rgba(0,0,0,.7);
        /*border: solid 1px #fff;
    border-color: rgba(255,255,255,.7);*/
        border-radius: 50%;
        display: flex;
        justify-content: center; /* align horizontal */
        align-items: center; /* align vertical */
        color: rgba(255,255,255,.7);
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 10px 3px rgba(255,255,255,0.5);
    }

        .room-360 i {
            padding-right: 0px;
        }

    .room-amenities-item {
        font-size: 14px;
        padding-left: unset;
        padding-bottom: 5px;
    }

        .room-amenities-item i {
            font-size: 16px;
            padding-right: 5px;
        }

    .room-amenities-table {
        width: 100%;
    }

        .room-amenities-table td {
            vertical-align: top;
        }

    .amenities-icon,
    .amenities-name {
        display: table-cell;
        vertical-align: top;
    }

    .room-amenities-expand {
        display: none;
        padding-left: unset;
        padding-right: unset;
    }

    .room-amenities-expand-link-div {
        display: block;
        clear: both;
        text-align: center !important;
    }

    .room-amenities-expand-link {
        position: relative;
        cursor: pointer;
        color: #ccc;
        padding-right: unset;
        padding-top: 5px;
        padding-left: unset;
        margin: auto;
        transition: all 0.5s;
    }

        .room-amenities-expand-link i:after {
            content: '\e313';
            font-size: 28px;
            position: relative;
            font-family: 'Material Icons';
            line-height: 0px;
            top: 10px;
            /*transform: rotate(100deg);*/
            transition: all 0.5s;
            color: #ccc;
            font-weight: normal;
        }

        .room-amenities-expand-link.less i:after {
            content: '\e316';
            /*transform: rotate(0deg);*/
            transition: all 0.5s;
        }

        .room-amenities-expand-link:hover,
        .room-amenities-expand-link:hover i:after {
            color: #EC5252;
        }

    @media (max-width: 480px) {

        .room-item {
            margin-left: 5px;
            margin-right: 5px;
        }

        .room-item-images,
        .room-detail {
            display: block;
            /*padding: 20px;*/
        }

        .room-detail {
            width: 100%;
        }

        .room-item-images {
            width: 100%;
            height: 250px;
        }

        .room-gallery-show-img {
            border-radius: unset;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            height: 100%;
        }

        .room-item.room-recommend .room-item-images {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: solid 1px #F9D805;            
        }

        .room-size {
            top: unset;
            bottom: 0;
        }

        .room-amenities-expand-link {
            padding-top: 10px;
        }

            .room-amenities-expand-link:hover,
            .room-amenities-expand-link:hover i:after {
                color: #ccc;
            }
    }

    /*************End Room***************/

    /****************Rating***************/
    .venue-detail-rating {
        display: inline-block;
        width: 100%;
    }

        .venue-detail-rating span {
            color: #565656 !important;
        }

    .display-inline-block.link a {
        font-size: 16px;
        padding-left: 10px;
    }

    .rating-header {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #dedede;
    }

    .rating-review {
        padding: 15px;
    }

    .rating-review-border {
        border-bottom: solid 1px #dedede;
        border-color: rgba(204, 204, 204, 0.3);
    }

    .rating-review-left {
        list-style-type: none;
        padding-left: 20px;
    }

        .rating-review-left .created-date {
            color: #999 !important;
        }

        .rating-review-left li:nth-child(2) {
            padding: 3px 0;
        }

    .rating-review .br-theme-fontawesome-stars-o .br-widget a {
        font-size: 12px;
    }

    .rating-review-right {
        display: block;
        min-height: 30px;
    }

    .rating-review-right-footer {
        display: block;
        padding-top: 15px;
    }

        .rating-review-right-footer i {
            padding-right: 5px;
            font-size: 16px;
        }

        .rating-review-right-footer button {
            outline: none;
        }

    .create-rating,
    .create-rating-ime,
    .create-rating-venue-name {
        margin: 20px;
    }

        .create-rating .room-gallery-show-img {
            height: auto;
            width: 150px;
        }

    .rating-review-ime {
        padding-top: 15px;
    }

        .rating-review-ime img {
            /*height: auto;
    width: 150px;*/
            margin-right: 8px;
        }

    .create-rating .room-gallery-show-img:hover {
        filter: contrast(100%);
    }

    .create-rating-input-from {
        border: solid 1px #ccc;
        border-radius: 3px;
        margin: 20px;
        padding: 10px;
        padding-right: 30px;
    }

    #create-rating .extra-click {
        outline: none !important;
        color: #fff;
    }

    .venue-detail-rating .current-rating {
        display: inline-block;
    }

        .venue-detail-rating .current-rating span {
            font-size: 16px;
            padding-left: 10px;
        }

    #select-rating {
        border: 1px solid #ff0000;
    }

    .create-rating-input-from .file-footer-buttons .kv-file-upload {
        display: none;
    }

    .create-rating-input-from .file-footer-caption {
        display: none !important;
    }

    .create-rating-input-from .krajee-default.file-preview-frame .kv-file-content {
        width: 173px;
        height: 130px;
    }

    .create-rating-input-from .krajee-default.file-preview-frame .file-thumbnail-footer {
        height: 30px;
    }

    .create-rating .extra-click,
    .create-rating .btn-cancle {
        padding: 3px;
        height: 35px;
        width: 150px;
        border-radius: 5px;
    }

    .create-rating-input-from .file-preview {
        border: 1px dashed #aaa;
    }

    .create-rating-input-from .file-drop-zone {
        border: none;
        margin: 0;
    }

    .create-rating-input-from .file-input .btn-file span {
        color: #fff !important;
    }

    .post-review-rating {
        margin: 0 auto !important;
        max-width: 800px;
    }

        .post-review-rating #create-rating h4 {
            padding: 0 20px;
        }

        .post-review-rating #create-rating h2 {
            padding: 0 20px;
        }

    #write-review {
        width: 150px;
    }

    .post-review-rating .br-theme-fontawesome-stars-o .br-widget a {
        font-size: 50px;
    }

    .file-upload-indicator {
        display: none;
    }

    .write-review-section {
        text-align: right;
    }

    @media (max-width: 768px) {
        .rating-review-left {
            padding-left: 0px;
        }
    }

    @media (max-width: 480px) {
        .write-review-section {
            text-align: center;
            margin-top: 15px;
        }
    }
    /****************End Rating***************/

    /****************Venue Detail Right***************/

    .venue-detail-right {
        margin: 15px 0px 0 20px;
        height: 100%;
        width: 100%;
        max-width: 250px;
    }

        .venue-detail-right .btn i {
            padding-right: 10px;
            font-size: 18px;
        }

    .btn-request-to-book,
    .add-short-list,
    .btn-click-to-call {
        width: 100%;
        min-height: 45px;
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .venue-detail-right-bottom {
        padding: 10px;
        border-radius: 5px;
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
        -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
        box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
    }

    .request-to-book-fix {
        position: fixed;
        top: 50px;
        width: 250px;
        /*width: 19.65%;*/
        webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .why-eventbanana {
        padding: 5px;
        /*margin-top: 15px;*/
        background-color: #fff;
    }

        .why-eventbanana tr:not(:first-child) {
            color: #565656;
        }

        .why-eventbanana table td {
            padding: 5px;
            vertical-align: top;
        }

        .why-eventbanana table td {
            font-size: 13px;
        }

        .why-eventbanana i {
            color: #EC5252;
        }

    #request-to-book-section .btn-eventbanana-salmon2 {
        box-shadow: unset;
        border-color: #EC5252;
        border-width: 0.9px;
    }

        #request-to-book-section .btn-eventbanana-salmon2:active,
        #request-to-book-section .btn-eventbanana-salmon2:focus {
            color: #EC5252;
            outline: unset;
        }

    #request-to-book-section .btn-eventbanana-salmon2-active:focus {
        color: #22B14C;
        outline: unset;
    }

    #request-to-book-section .btn-eventbanana-salmon2-active i {
        padding-right: 5px;
        color: #22B14C !important;
    }

    /****************---Social Share Venue----***************/
    /****************Start desktop***************/
    .venue-social-share-desktop {
        margin: 0 auto;
        width: 65%;
        padding-top: 0px;
        text-align: center;
    }

        .venue-social-share-desktop .venue-social-share-title {
            /*text-align:left;*/
            padding: 10px 0;
            color: #565656;
        }

        .venue-social-share-desktop .share-buttons-venue {
            padding: 0 3px;
        }

        .venue-social-share-desktop .social-icons {
            list-style-type: none;
            padding: 0;
        }

            .venue-social-share-desktop .social-icons li {
                display: inline-block
            }
            /**/
            .venue-social-share-desktop .social-icons i {
                font-size: 35px;
                color: #007791;
                outline: unset !important;
                text-decoration: none !important;
            }

                .venue-social-share-desktop .social-icons i:hover {
                    color: #00586A;
                    text-decoration: none !important;
                }

            .venue-social-share-desktop .social-icons a:active,
            .venue-social-share-desktop .social-icons a:focus,
            .venue-social-share-desktop .social-icons a:hover {
                text-decoration: none !important;
            }
    /****************End desktop***************/

    /****************---End Social Share Venue----***************/


    @media (max-width: 768px) {
        /**************** Fix Request T Book***************/
        .venue-detail-container {
            display: block;
        }

        .venue-detail-right-bottom {
            display: none;
        }

        .venue-detail-right-top {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #fff;
            z-index: 99;
            box-shadow: 0px 5px 15px rgba(128, 128, 128, 0.5);
        }

            .venue-detail-right-top .btn {
                display: table-cell !important;
                margin: unset;
                border: unset;
                border-radius: unset;
                padding-top: 10px;
                padding-bottom: 5px;
                font-weight: normal !important;
                font-size: 14px;
            }

                .venue-detail-right-top .btn:active {
                    -webkit-box-shadow: unset;
                    box-shadow: unset;
                }

                .venue-detail-right-top .btn i {
                    display: block;
                    font-size: 20px;
                    padding-bottom: 5px;
                }

            /*.venue-detail-right-top .add-short-list,*/
            .venue-detail-right-top .btn-click-to-call {
                width: 25%;
                float: left;
            }
            .venue-detail-right-top .btn-click-to-call.no-chat {
                width: 30% !important;
            }

            .venue-detail-right-top .btn-request-to-book {
                width: 25%;
                float: right;
            }
            .venue-detail-right-top .btn-request-to-book.no-chat {
                width: 40% !important;
            }

            .venue-detail-right-top .click-get-package {
                width: 25%;
                float: right;
            }

                .venue-detail-right-top .click-get-package.no-chat {
                    width: 30% !important;
                }
    }
    /****************End Venue Detail Right***************/

    /**********************Map Info Windows Start**********************/
    .map-info-windows {
        width: 150px;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        padding: 5px;
        font-family: 'Prompt';
    }

    .map-info-table img {
        max-height: 120px !important;
        width: 100% !important;
        height: auto !important;
    }

    .map-info-windows .map-info-table {
        width: 100%;
        font-size: 12px;
    }

        .map-info-windows .map-info-table td {
            display: block;
            width: 100% !important;
        }

    /*.map-info-windows .map-info-table td:first-child {
                width: 50%;
            }


            .map-info-windows .map-info-table td:last-child {
                width: 50%;
                padding: 0px 0 0 10px;
            }*/




    .map-info-table-header {
        /*height: 97px;*/
        margin: 10px 0;
    }

    .map-info-windows .map-info-table .map-info-table-footer {
        width: 100%;
    }

        .map-info-windows .map-info-table .map-info-table-footer td {
            display: block !important;
            vertical-align: bottom !important;
            padding: unset;
            width: 100% !important;
        }

            .map-info-windows .map-info-table .map-info-table-footer td:first-child {
                padding: 0 5px;
            }

                .map-info-windows .map-info-table .map-info-table-footer td:first-child .btn-eventbanana-inactive {
                }

            .map-info-windows .map-info-table .map-info-table-footer td:last-child {
                padding: 10px 5px 0 5px !important;
            }

        .map-info-windows .map-info-table .map-info-table-footer .btn {
            width: 100%;
            font-size: 12px !important;
            padding: 5px 10px !important;
        }

        .map-info-windows .map-info-table .map-info-table-footer .text-prominent {
            color: #22B14C;
            font-size: 16px;
            font-weight: 700;
        }

    .map-info-windows .icon-stand {
        font-size: 18px;
        padding-right: 5px;
    }

    .map-info-windows .icon-sit {
        padding-right: 8px;
        font-size: 14px;
    }

    .venue-info-price {
        margin-top: 0px;
    }

        .venue-info-price .shortlistIcon {
            font-size: unset;
        }

            .venue-info-price .shortlistIcon .shortlist {
                line-height: 16px;
            }

    .footer-info-windows .btn {
        width: 100% !important;
        white-space: normal;
        padding: 5px 10px;
        font-size: 12px;
    }

    .footer-info-windows span {
        padding-right: 5px;
    }

    .text-prominent {
        color: #22B14C;
        font-size: 20px;
        font-weight: 700;
    }

    /*.gm-style-iw {
        width: unset !important;
        top: 10px !important;
        left: 10px !important;
    }*/


.gm-style-iw {
    width: unset !important;   
}

    /*shadow*/

    .gm-style > div > div > div > div > div > div > div:nth-child(2) {
        width: 172px !important;
    }

    .gm-style > div > div > div > div > div:nth-child(1),
    .gm-style > div > div > div > div > div > div > div:nth-child(4) {
        width: 170px !important;
    }

    /*.gm-style > div > div > div > div > div > div > div:nth-child(3) > div > div {
    box-shadow: none !important;
    z-index: 1;
    border: none !important;
}*/
    /*arrow*/
    /*.gm-style > div > div > div > div > div > div > div:nth-child(3) {
    display: none !important;
}

.gm-style > div > div > div > div > div > div > div:nth-child(1) {
    border: none !important;
}*/


    /*close icon*/
    /*.gm-style > div > div > div > div > div > div:nth-child(3) {
    top: 5px !important;
    right: 5px !important;
}*/

    .gm-ui-hover-effect {
        top: -5px !important;
        width: 28px !important;
    }

    #google-map[data-width="small"] .map-info-table td {
        display: block;
        width: 100% !important;
    }

        #google-map[data-width="small"] .map-info-table td:last-child {
            padding-left: 0;
            padding-top: 5px;
        }

    #google-map[data-width="small"] .map-info-table-header {
        height: unset;
        padding-bottom: 10px;
    }

    #google-map[data-width="small"] td img {
        min-height: 120px;
    }

    #google-map[data-width="small"] .map-info-windows {
        width: unset;
        padding: 5px;
    }

    #google-map[data-width="small"] .gm-style-iw {
        top: 15px !important;
        left: 5px !important;
    }

    #google-map[data-width="small"] .gm-style > div > div > div > div > div > div > div:nth-child(2) {
        width: 202px !important;
    }

    #google-map[data-width="small"] .gm-style > div > div > div > div > div:nth-child(1),
    #google-map[data-width="small"] .gm-style > div > div > div > div > div > div > div:nth-child(4) {
        /*display: none !important;*/
        width: 200px !important;
    }

    #google-map[data-width="small"] .shortlistIcon .btn-heart {
        height: 30px;
    }
    /**********************Map Info Windows End**********************/

    /**********************Spy Scroll**********************/
    #navbar-spy-scroll {
        background: #fff;
        width: 100%;
        top: 51px;
        left: 0;
        position: fixed;
        z-index: 999;
        box-shadow: 0px 1px 5px rgba(128, 128, 128, 0.3);
        display: none;
    }

        #navbar-spy-scroll .nav {
            text-align: left;
            max-width: 1100px;
            margin: auto;
        }

        #navbar-spy-scroll li {
            list-style: none;
            display: inline-block;
            border-bottom: 2px solid #fff;
        }

        #navbar-spy-scroll a {
            text-decoration: none;
            color: #565656;
            padding: 12px 10px 10px;
            background: #fff;
            s
        }

            #navbar-spy-scroll a:hover {
                color: #007791;
                background: #fff;
            }

        #navbar-spy-scroll .active {
            border-bottom: 4px solid #007791;
            background: #fff;
        }

            #navbar-spy-scroll .active a {
                color: #000;
            }

    @media (max-width: 768px) {
        #navbar-spy-scroll {
            display: none;
        }
    }

    /**********************End Spy Scroll**********************/

    /**********************lightgallery**********************/
    #image-gallery img {
        border: 1px solid red;
        width: 100%;
        height: auto;
    }

    /**********************End lightgallery**********************/



    .favorite-card-icon.have-promotion {
        top: 70px;
    }