﻿
.image-bg-fluid-height,
.image-bg-fixed-height {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

    /*.image-bg-fluid-height .overlay-screen {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.9;
        z-index: -1;
    }*/

.image-bg-fluid-height {
    background: url('../Images/home/index-home-bg.jpg') no-repeat top center #fff;
    margin: 60px -10px 0px;
    /*background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));*/
    /*background-image: url('../Images/home/search-bg-desktop.jpg');*/
    background-color: #fff;
    height: 100%;    
}

.image-bg-fixed-height {
    background: url('http://lorempixel.com/g/1920/700/') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

.home-background-link {
    font-size: 16px;
    color: white;
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-decoration: underline;
    text-shadow: 2px 2px 5px #000;
    padding-right: 5px;
}

    .home-background-link:hover {
        color: white;
        text-decoration: underline;
        text-shadow: 2px 2px 5px #000;
    }

.rotating-text {
    color: white; 
    font-size: 26px;
    font-style: italic;
}

.home-title {
    font-size:20px;
    text-align:left;
    padding-bottom:20px;
    font-weight:bold;
}

    .home-title.text-center {
        text-align: center;
    }

#select2-restuarantPackageTypeId-container,
#select2-searchBudgetRange-container {
    color: #999
}

@media (max-width: 480px) {
    .rotating-text {
        font-size: 18px;
    }

    .home-title {
        padding-left: 10px;
        padding-right: 10px;
    }

    
}
@media (max-width: 1170px) {
    .nav.nav-tabs.tab-blog-category.tab-mobile {
        border-bottom: unset;
        height: 70px;
        line-height: 50px;       
        overflow-x: auto;
        white-space: nowrap;
    }

        .nav.nav-tabs.tab-blog-category.tab-mobile > li {
            float: unset;
            display: inline-block;
        }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .nav.nav-tabs.tab-blog-category.tab-mobile::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE and Edge */
    .nav.nav-tabs.tab-blog-category.tab-mobile {
        -ms-overflow-style: none;
    }
}

@media (max-width: 769px) {

    .home-background-link {
        bottom: 20px;
    }

    
}

.search-center {
    content: " ";
    margin: 0 auto;
    z-index: 4;
    /*max-width: 1100px;*/
    padding: 5px !important;
    /*display: flex;*/
    /*align-items: center;*/
    height: calc(100vh - 100px);
    max-height: 500px;
    overflow:hidden;
}

.search-center h3 {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    font-size:18px;
    font-weight:300 !important;
}

.header-left {
    height: 100%;
    /*background-image: url('../Images/home/home-bg-venue.jpg');
    background-position-y: top !important;
    background-position-x: right !important;
    background-repeat: no-repeat;
    background-color:#fff;*/
}

.header-right {
    height: 100%;
    /*background-image: url('../Images/home/home-bg-catering.jpg');
    background-position-y: center !important;
    background-position-x: left !important;
    background-repeat: no-repeat;
    background-color: #fff;*/
}

.header-left-contain,
.header-right-contain {
    position: absolute;    
    width: 400px;
    top: 50%;
    transform: translateY(-50%);
    text-align:center;
}

.header-left-contain {
    right: 100px ;
    color: #fff;
}

.header-right-contain {
    left: 100px;
    color: #000;
}

.search-center .inner-addon i {
    top: 0px;
    font-size: 16px !important;
    color: #ccc;
    line-height: 30px;
    left:0;
}

.search-desktop .form-horizontal {
    display: table;
    display: none;
    padding-left: 50px;
    padding-right: 50px;
}

.search-footer .home-search-button .btn {
    width:unset !important;
}


.header-left-contain .title,
.header-right-contain .title {
    font-weight: bold;
    line-height: 22px;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 0 15px;
}

    .header-left-contain .title.title-en,
    .header-right-contain .title.title-en {
        font-size: 30px;
    }

    .header-left-contain .title.title-thai,
    .header-right-contain .title.title-thai {
        font-size: 36px;
    }
.search-desktop .header-description {
    font-size: 14px;
    margin-top: unset;
    line-height:22px;
}

.search-center .select2 {
    font-family: 'Prompt','FontAwesome' !important;
}

    .search-center .select2 i {
        color: #ccc;
    }

.home-form-search .home-input {
   padding:5px 0;
   position:relative;
}

.home-input .select2-container .select2-selection--single,
.home-form-search .search-input {
    border-color: #ccc !important;
}

.home-input .select2-container .select2-selection--single {
    padding-left: 23px;
    padding-top: 3px !important;
    text-align:left;
}

.home-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.search-footer {
    padding-top:10px;
}

.table-venue-type {
   width:100%;
}

.table-venue-type td:first-child{
    text-align:left;
}

    .table-venue-type td:last-child {
        text-align: right;
    }


    .table-venue-type label {
        text-align: center;
        position: relative;
        border: 0.9px solid red;
        border-color: rgba(204, 204, 204, 1);
        padding: 6px 10px;
        border-radius: 5px;
        font-weight: normal;
        background-color: #fff;
        cursor: pointer;
        min-width: 90px;
    }

.table-venue-type input[type="checkbox"] {
    display: none;
}

    .table-venue-type input[type="checkbox"] + label:before {
        content: "\f00c";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 12px;
        position: absolute;
        top: -8px;
        right: -5px;
        text-align: center;
        padding-top: 1px;
        color: #fff;
        z-index: 999;
        height: 18px;
        width: 18px;
        background-color: #ccc;
        border-radius: 25px;
    }

    .table-venue-type input[type="checkbox"]:checked + label:before {
        background-color: #007791;
    }

    .table-venue-type input[type="checkbox"]:checked + label {
        border-color: #007791;
    }

.search-footer .home-search-button .btn {
    height: unset !important;
    padding: 10px 30px;
    width: 100%;
    border-radius: 5px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Prompt-SemiBold';
    font-size: 16px;
    border:unset;
    min-width:200px;
}

.table-header-right-top,
.table-header-right-buttom {
    width: 100%;
}

.table-header-right-buttom {
   margin-top:15px;
}

.table-header-right-top td {
    width: 50%;
}

.table-header-right-buttom td {
    width: 33%;
}

.search-mobile {
    min-height:unset;
}

.search-center-mobile {
    display:none;
}

.table-search-mobile {
    width:100%;
}

    .table-search-mobile td:first-child {
        width: 50%;
        text-align:left;
        padding-right:10px;
    }
    .table-search-mobile td:last-child {
        width: 50%;
        text-align: right;
        padding-left:10px;
    }

.home-input .icon-close {
    position: absolute;
    font-size: 8px !important;
    width: unset;
    left: unset;
    right: 8px;
    color: #b1b3b9;
    z-index: 2;
    padding: 5px;
    background-color: #eff1f3;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    top: 50%;
    transform: translateY(-50%);
}

.btn-search-mobile {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    font-weight: bold;
    outline: unset;
    text-align: center;
    /*-webkit-box-shadow: 0px 0px 5px 1px rgba(222,222,222,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(222,222,222,0.5);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);*/
}
    .btn-search-mobile:active,
    .btn-search-mobile:focus {
        outline: unset !important;
    }

    .btn-search-mobile i {
        /*position:absolute;
        left: 10px;
        top: 50% !important;
        transform: translateY(-50%);*/
        padding-right:10px;
        font-size:18px;
    }

    .btn-search-mobile.active {
        background-color: #fff;
        color: #000;
        box-shadow:unset;
    }

.btn-search-mobile-text-new {
    background-color:#EC5252;
    font-size:13px;
    padding:1px 10px;
    border-radius:5px;
    color:#fff;
}

.image-bg-fluid-height.venue-mobile {
    background: url('../Images/home/home-bg-venue-800.jpg') no-repeat top center #fff;
    margin: 0px -10px 0px;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height:100vh;
}

.image-bg-fluid-height.catering-mobile {
    background: url('../Images/home/home-bg-catering-800.jpg') no-repeat bottom center #fff;
    margin: 0px -10px 0px;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
}

.image-bg-fluid-height.image-bg-mobile-small {
    height: unset !important;
    padding-bottom: 30px !important;
}

@media(max-width:1000px) {
    .header-left-contain {
        right: unset;
    }

    .header-right-contain {
        left: unset;
    }

        .header-left-contain .title.title-en,
        .header-right-contain .title.title-en {
            font-size: 24px;
        }

    .image-bg-fluid-height.catering-mobile {
        background: url('../Images/home/home-bg-catering-800.jpg') no-repeat top center #fff;
        height: 100vh;
    }
}

@media(max-width:768px) {
    .table-venue-type label {
        padding: 14px 10px;
        height: 50px;
    }

    .search-center {
        display: block;
        /*max-width: 480px;*/
    }

    #header-catering {
        display: none;
    }

    .header-left-contain,
    .header-right-contain {
        position: unset;
        right: 0;
        left: 0;
        background-color: #fff;
        padding: 15px 20px;
        border-radius: 5px;
        top: unset;
        transform: unset;
        /*width: 100%;*/
        max-width: unset;
        /*margin-top: 15px;*/
        color: #000;
        margin: 15px auto 0;
    }

    .header-right-contain {
        -webkit-box-shadow: 0px 0px 5px 1px rgba(222,222,222,0.5);
        -moz-box-shadow: 0px 0px 5px 1px rgba(222,222,222,0.5);
        box-shadow: 0px 0px 5px 1px rgba(222,222,222,0.5);
    }

    .image-bg-fluid-height {
        padding-top: 70px !important;
    }

    .search-footer .home-search-button .btn {
        width: 100% !important;
    }

    .search-center-mobile {
        display: block;
    }

    .table-search-mobile td:first-child {
        text-align: right;
        padding-right: 10px;
    }

    .table-search-mobile td:last-child {
        text-align: left;
        padding-left: 10px;
    }

    .image-bg-fluid-height.venue-mobile,
    .image-bg-fluid-height.catering-mobile {
        height: unset;
    }

    .header-left.col-sm-6,
    .header-right.col-sm-6 {
        width: 100%;
    }

}

@media(max-width: 480px) {

    .image-bg-fluid-height {
        background: unset;
        height: 100vh;
    }

        .image-bg-fluid-height.catering-mobile {
            background: url('../Images/home/home-bg-catering-500.jpg') no-repeat top center #fff;
            height: 100vh;
        }


        .image-bg-fluid-height.venue-mobile {
            background: url('../Images/home/home-bg-venue-500.jpg') no-repeat top center #fff;
        }

    .search-desktop .header-description {
        font-size: 12px;
    }

    .header-left-contain .title.title-en,
    .header-left-contain .title.title-thai,
    .header-right-contain .title.title-en,
    .header-right-contain .title.title-thai {
        font-size: 22px !important;
        font-family: 'Prompt-SemiBold';
    }

    .search-center {
        height: unset;
        max-height: unset;
        overflow: hidden;
    }

    .header-left-contain,
    .header-right-contain {
        width: 100%;
    }

    .image-bg-fluid-height.venue-mobile,
    .image-bg-fluid-height.catering-mobile {
        height: 100vh;
    }
}

.home-form-search label.control-label {
    width: 100%;
    text-align: left;
}

.home-form-search input[type=submit] {
    padding: 6px 15px;
}

.form-group-no-margin {
    margin: 0px !important;
}

.suggest-left,.suggest-right {
    text-align: center;
}

.suggest-leftright-places {
    width: 100%;
    margin-bottom: 30px;
}

    .suggest-leftright-places img {
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }

/*.suggest-left h3 {
    text-align: center;
}*/
.suggest-center {
    text-align: center;
    z-index: 2;
}

.suggest-center .suggest-center-desc {
    width: 80%;
    margin: 0 auto;
}

.suggest-center .suggest-center-facilities {
    width: 100%;
    padding: 10px;
}

.suggest-parking-lot {
    padding-left: 10px;
    padding-right: 20px;
}

.suggest-guest {
    padding-left: 10px;
}

.suggest-center img {
    border: 5px solid #fff;
    margin-top: -30px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
}

/****************Venue Idea**************************/

.eventtype-link {
    padding: 50px 10px 0;
}

    .eventtype-link .event-type-box {
        position: relative;
        display: inline-block;
        width: 23.7%;
        height: 180px;
        border-radius: 5px;
        margin: 5px;
        background-size: cover !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .eventtype-link .event-type-box img {
           
            background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)) !important;
        }

        .eventtype-link .event-type-box .event-type-box-text {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            font-size: 20px;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
            top: 50%;
            transform: translateY(-50%);
        }

            .eventtype-link .event-type-box .event-type-box-text:hover {
                text-decoration: underline;
            }

@media(max-width:1100px) {
    .eventtype-link .event-type-box {
        width: 32%;
    }
}

@media(max-width:1030px) {
    .eventtype-link .event-type-box {
        width: 48%;
    }
}

@media(max-width:650px) {
    .eventtype-link .event-type-box {
        width: 44%;
        height: 150px;
    }
}

@media(max-width: 480px) {
    .eventtype-link .event-type-box {
        height: 200px;
    }
}
/****************End Venue Idea**************************/

.extra-click{
    color: #fff;
    font-weight: 700;
    padding: 12px 25px !important;
    background-color: #EC5252;
    box-shadow: #2b2b2b 2px 2px 13px -5px; 
}

.extra-click:hover{
    background-color: #f15864;
    color: #fff;
}


.step-1-icon{
    color: #347aac;
}

.step-2-icon, .step-3-icon {
    color: #347aac;
}

@media(max-width:768px) {  
    
    .home-form-search input[type=submit] {
        width: auto !important;
    }
      .home-form-search {
        /*background: #fff;*/
        width: 100%;
        /*margin: 0 auto;*/
    }
        .home-form-search label.control-label {
            width: 100%;
            text-align: left;
            color: #fff;
            /*text-shadow: 1px 1px #000;*/
        }

    .image-bg-fluid-height {
        padding: 50px 10px 0;
    }

    .suggest-center img {
        margin-top: 0px;
        border: none;
        -webkit-border-top-left-radius: 0px;
        -moz-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        -o-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
        -o-border-top-right-radius: 0px;
    }
       
    .suggest-left,.suggest-right {
        display: block;
    }
    
    .suggest-leftright-places {
        width: 50%;
        padding: 1%;
        float: left;
    }

    .home-search-button {
        text-align:center;
    }
        .home-search-button .btn {
            border: unset !important;
            box-shadow: unset;
        }

    .search-desktop .form-horizontal {
        background-color: unset;
        display: block;
        padding: unset;
        margin: unset;
        border-radius: unset;
    }

    .home-input {
         margin: 5px 0 0 !important; 
    }

        .home-input .select2-container .select2-selection.select2-selection--single,
        .home-form-search .search-input {
            height: 50px !important;
            text-align: left;
        }

        .home-input .select2-container .select2-selection.select2-selection--single{
            padding-top:10px !important;
        }

        .home-input .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: 10px !important;
        }

    .search-center .inner-addon .fa.fa-map-marker-alt,
    .search-center .inner-addon i {
        top: 10px;
        font-size:18px !important;
    }
}

@media(max-width:480px) {
    .home-search-button .btn {
        border: unset !important;
        box-shadow: unset;
        padding: 15px 30px !important;
        margin-top:15px !important;
    }
}

.img-darken{
    filter: contrast(60%);
}

.highlighted-venue-main {
    height: 430px;
    position: relative;
    margin-top: -1px;
}
.highlighted-venue-detail {
    position: absolute;
    width: 30%;
    top: 0px;
    right: 0px;
    height: 100%;
    /*background-color: #333333;
    opacity: 0.9;*/
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFF;
}

.detail-header{
    padding-top:25px;
   
}
.detail-content {
    padding-top: 40px;
    font-size: 30px;
    font-weight: bold;
}
    .detail-content table {
        width: 100%;
    }

        .detail-content table td {
            padding: 25px 0;
            margin: 0 auto;

        }
            .detail-content table td div {
                padding-top: 10px;
            }

        .detail-content table td:first-child {          
            border-right: 1px solid #999999;
        } 
    
    .detail-content i,
    .icon-sofa-chair {
        font-size: 60px;
    }

.icon-sofa-chair {
    position: relative;
    top: 10px;
}

.detail-footer {
    padding-top: 30px;
    text-align:left;
    padding-left:45px;
}

    .detail-footer .btn-main-highlight {
        width: 130px !important;
        color: #FFCC00 !important;
        font-weight: bold;
        font-size: 18px;
        padding: 4px 0 7px 0;
        background-color: transparent;
        border: 1px solid #FFCC00;
    }

    .detail-footer .fa-angle-right {
        font-size: 26px;
        position: relative;
        top: 3px;
        left: 3px;
    }

.btn-main-highlight:hover {
    color: #000 !important;
    background-color: #FFCC00;
}

.highlight-value {
    max-width: 1600px;
    margin: 0 auto;
}

div.highlighted-item-left,
div.highlighted-item-right {
    position:relative;
    width: 450px;
    height: 250px;

}

div.highlighted-item-left {
    text-align: right;
    margin-right: 15px;
    float: right;
    background-repeat: no-repeat;
}

div.highlighted-item-right {
    text-align: left;
    margin-left: 15px;
    float: left;
    background-repeat: no-repeat;
}

.highlighted-item-link {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 10px;
}

    .highlighted-item-link .content-link {
        color: #FFF;
        font-size: 18px;
        height: 60px;
        text-align: left;
        padding: 15px;
        background-color: rgba(51, 51, 51, 0.8);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .highlighted-item-link:hover {
        text-decoration: none;
    }
    .highlighted-item-link .content-link .btn-arrow {
        position: absolute;
        right: 20px;
        top: 17px;
        padding:0px 15px;
        color:#000;       
        background-color: #FFCC00;
    }

        .highlighted-item-link .content-link .btn-arrow i {
            font-size: 45px;
        }
    .highlighted-item-link .content-link:hover {
        background-color: rgba(51, 51, 51, 1);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


.testimonial img {
    /*width: 60% !important;
    border: 1px solid #ff0000;*/
}

.suggest-places {
    position: relative;
    max-width: 320px;
    margin:0 auto;
}
@media(max-width:768px) {
    /*section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }*/

}

/**************Contact Us****************/
/***** Top content *****/

.inner-bg {
    padding: 40px 0 40px 0;
}

.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.top-content .description {
    margin: 20px 0 10px 0;
}

    .top-content .description p {
        opacity: 0.8;
    }

    .top-content .description a {
        color: #fff;
    }

        .top-content .description a:hover,
        .top-content .description a:focus {
            border-bottom: 1px dotted #fff;
        }

.top-content .top-big-link {
    margin-top: 35px;
}

.form-box {
    padding-top: 40px;
    max-width: 650px;
    margin:0 auto;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.35);
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

    .form-top-left h3 {
        margin-top: 0;
        color: #fff;
    }

    .form-top-left p {
        opacity: 0.8;
        color: #fff;
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

    .form-bottom #contact-message {
        height: 100px;
    }

    .form-bottom form .input-error {
        border-color: #19b9e7;
    }

    .form-bottom p {
        opacity: 0.8;
        color: #fff;
    }


/**************End Contact Us****************/

@media(max-width: 480px) {

    .home-form-search input[type=submit] {
        width: 100% !important;
        height: 60px !important;
    }

    .highlighted-venue-detail {
        width: 100% ;
        background-color: rgba(51, 51, 51, 0.2);
    }

    div.highlighted-item-left,
    div.highlighted-item-right {
        float: none;
        width: 100%;
        margin: 0px;
        margin-top: 10px;
    }

    .blog-content {
        width: 260px;
    }

}

/**************Event Banana Reference****************/

.reference-session {
    margin: 0 auto !important;
    background: #fff;
    padding: 50px 10px 0;
}

    .reference-session h1 {
        text-align: center;
        font-size: 28px;
    }

.testimonial {
}

    .testimonial img {
        width: 80%;
        margin: auto;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }


/*.last-section-desc .left-side {
    width: 70%;
    float: none;
    display: table-cell;
}

.last-section-desc .right-side {
    width: 30%;
    float: none;
    display: table-cell;
}*/


@media(max-width: 480px) {
    .reference-session {
        padding: 40px 0px 0;
    }

        .reference-session .home-title {
            padding-left: 10px;
            padding-right: 10px;
        }
}

/**************As Seen On****************/

.as-seen-on {
    color: #000;
    padding: 50px 10px 50px;
}

    .as-seen-on h4 {
        text-align: center;
        padding-bottom: 40px;
    }

.as-seen-on-img-align {
    display: inline-block;
    margin: 0 30px;
    vertical-align: middle !important;
}

    .as-seen-on-img-align img {
        height: 45px;
        margin: 0 10px;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .as-seen-on-img-align a:hover img,
    .as-seen-on-img-align a:focus img {
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        /*filter: contrast(80%);*/
    }

@media(max-width: 480px) {
   
}

/*************************Caterting Map*************************/
.modal-map-address .modal-content {
    /*padding: 10px;*/
}

.modal-map-address .modal-header {
    color: #000;
    border: unset;
    padding-bottom: unset;
}

.modal-map-address .modal-body {
    position: relative;
    height: calc(100vh - 100px);
    max-height: 550px;
    display: block;
}

.modal-map-address .modal-body-map {
    /*display:table-row;*/
    position: relative;
    padding-top: 15px;
    height: 100% !important;
}

.display-none {
    display: none !important;
}

#address-map-canvas .canvas-content {
    position: relative;
    height: 100%;
}


#address-map-canvas .canvas-body {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-top: 100px;
}

#address-map-canvas .map-pin-center {
    height: 100%;
    margin: 0;
}

#address-map-canvas .address-map-mobile {
    height: 100%;
}

#address-map-canvas .btn-link-back {
    padding-bottom: 10px;
    color: #000;
}

    #address-map-canvas .btn-link-back span:first-child {
        padding-right: 10px;
    }

#address-map-canvas .canvas-header-mobile {
    padding: 10px;
}

/*************************End Caterting Map*************************/

/****************catering card**************************/

.restaurant-card {
    text-align: left;
    min-height: unset;
}

    .restaurant-card .restaurant-cover {
        width: 100%;
        height: auto;
    }

    .restaurant-card .icon-map-marker {
        color: #000;
        font-size: 16px;
    }

    .restaurant-card .res-badge {
        min-height: 20px;
        margin-bottom: 10px;
    }

    .restaurant-card .restaurant-logo {
        position: absolute;
        bottom: 5px;
        left: 20px;
        width: 50px;
        height: 50px;
    }

        .restaurant-card .restaurant-logo img {
            width: 100%;
            height: auto;
            border-radius: 50%;
            background-color: #fff;
        }

.catering-session .catering-image .restaurant-logo {
    left: 5px;
    bottom: 5px;
}
.catering-session {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    overflow: hidden;
}

    .catering-session .catering-title {
        font-size: 20px;
        text-align: left;
        padding-bottom: 15px;
        font-weight: bold;
    }

        .catering-session .catering-title img {
            width: 20px;
        }

    .catering-session .catering-card {
        display: inline-block;
        width: 320px;
        vertical-align: top;
        margin: 5px 13px;
        outline: none;
        cursor: pointer;
        position:relative;
    }

    .catering-session .catering-card-contain,
    .resCard {
        border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
        box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    }

    .catering-session .catering-image {
        position: relative;
    }

        .catering-session .catering-image img.restaurant-cover {
            width: 100%;
            height: auto;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    .catering-session .catering-card-body {
        min-height: 200px;
    }

        .catering-session .catering-card-body .restaurant-name {
            margin-top: 5px;
            height: 60px;
            overflow: hidden;
            font-size: 16px;
            padding-top: 5px;
            padding-bottom: 5px;
            text-decoration: inherit;
            color: #000;
            font-weight:bold;
        }

        .catering-session .catering-card-body p.res-badge {
            position: absolute;
            bottom: 10px;
        }

.slick-arrow.slick-disabled {
    display: none !important;
}

.restaurant-name a {
    color: #000;
    outline: unset;
}

.restaurant-type {
    padding: 5px;
    /*border: 1px solid #ddd;
    border-radius: 100px;*/
    /*margin-bottom: 7px;*/
    /*font-size: 16px;*/
    /*height: 80px*/
}

    .restaurant-type i {
        font-size: 22px;
        padding-right: 5px;
        float: left
    }

    .restaurant-type .pull-left {
        width: 42%;
        padding-left: 6px;
        padding-top: 25px;
    }

    .restaurant-type .pull-right {
        width: 58%;
    }

.restaurant-type-disable {
    opacity: 0.3;
    background-color: #E3E3E3;
}

    .restaurant-type-disable .pull-left {
        padding-left: 6px;
    }

    .restaurant-type-disable .pull-left,
    .restaurant-type-disable .pull-right {
        padding-top: 25px !important;
    }

.price-start {
    color: #22b14c;
}

.packagetype-name {
    padding: 5px 0;
    font-weight:bold;
}

.resDesc {
    height: 40px;
    color: #999;
    overflow: hidden;
}

.leadTime-label,
.popular-label {
    display: table;
    color: white;
    /*font-weight: bold;*/
    padding: 3px 8px 3px 5px;
    cursor: default;
    /*border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;*/
}

.popular-label {
    background-color: #EC5252;
    margin-bottom: 5px;
}

.leadTime-label {
    background-color: #EC5252;
    font-size: 16px;
}

.restaurant-badge {
    position: absolute !important;
    top: 20px !important;
}

.comment-content .comment-card .comment-card-rating {
    padding-bottom: 5px;
}
.restaurant-rating {
    min-height: 25px;
}

.restaurant-rating-number {
    display: inline-block;
    font-weight: bold;
    padding-right: 5px;
}

.rating-description {
    display: inline-block;
    padding: 1px 5px;
    background-color: #F8D908;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    min-width: 40px;
    text-align: center;
}

.restaurant-rating-top .br-theme-fontawesome-stars-o .br-readonly a {
    font-size: 18px;
}

@media(max-width: 480px) {
    .catering-session .catering-card {
        margin: 5px 10px;
    }
}

/****************Operation Hours**************************/
.operation-hour {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    background-color: #22b14c;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

    .operation-hour i {
        padding-right: 5px;
    }

#restaurantOperationHourModal p {
    margin: unset;
}

#restaurantOperationHourModal .restuarant-operation-hour {
    padding-bottom: 10px;
}

#restaurantOperationHourModal .restuarant-holiday-list {
    margin-bottom: 2px;
}

#restaurantOperationHourModal .modal-dialog {
    width: 300px !important;
}

#restaurantOperationHourModal .modal-header {
    border: unset;
    word-break: break-word;
    -webkit-box-shadow: 0px 3px 5px -3px rgba(204, 204, 204,1);
    -moz-box-shadow: 0px 3px 5px -3px rgba(204, 204, 204,1);
    box-shadow: 0px 3px 5px -3px rgba(204, 204, 204,1);
}

/****************End Operation Hours**************************/

/****************End catering**************************/

.food-service-other-box .other-box-contact {
    margin-top: 10px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
}

.food-service-other-box p {
   margin:unset;
}

.promotion-slider,
.venue-slider,
.catering-slider,
.venue-idea-slider,
.catering-slider,
.blog-category-slider {
    display: none;
}
