﻿
.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('http://dummyimage.com/1920x800/000/00ffd5.png') no-repeat center center scroll;*/
    padding: 90px 0 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;
}

.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:15px;
    font-weight:bold;
}

    .home-title.text-center {
        text-align: center;
    }
@media (max-width: 480px) {
    .rotating-text {
        font-size: 18px;
    }

    .image-bg-fluid-height {
        padding-top: 70px !important;
        /*padding-bottom: 20px !important;
        background-image: url('../Images/home/search-bg-mobile.jpg') !important;
        background-position-y: bottom !important;
        background-position-x: center !important;*/
    }

    .home-title {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 769px) {

    .home-background-link {
        bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .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;
    }
}

.search-center {
    margin: 0 auto;
    z-index: 4;
    max-width: 1100px;
    padding: 5px !important;
    display: flex;
    align-items: center;
}

.search-center h3 {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    font-size:18px;
    font-weight:300 !important;
}

.header-left {
    /*padding-right: 70px !important;*/
   
}

.header-right {
    padding: 0px 0 0px 40px !important;
}

.header-left-contain {
    background-color: #fff;
    width: 360px;
    float: left;
    margin: 0 auto !important;
    padding: 15px 30px;
    border-radius: 5px;
    /*display: table-cell;*/
    -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 2px rgba(153, 153, 153,0.5);
}

/*.home-input .fa-glass-martini {
    position: absolute;
    z-index: 2;
}*/


.search-center .inner-addon i {
    top: 0px;
    font-size: 16px !important;
    color: #ccc;
    line-height: 30px;
    left:0;
}

.search-desktop .form-horizontal {
    background-color: #f2f2f2;
    display: table;
    padding: 15px;
    margin:0 -15px;
    border-radius: 5px;
}

.header-left-contain .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.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;
}

.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;
}

.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%;
}

    .table-header-right-top .header-right-box {
        position:relative;
        padding: 75px 30px;
        height:210px;
        text-align: center;
        background-color: #fff;
        margin:0 8px;
        border-radius:5px;
        color:#fff;
    }
        /*.table-header-right-top .header-right-box .child {
            position:absolute;
            left:0;
            right:0;
        }*/

    .table-header-right-buttom .header-right-box {
        padding: 40px 30px;
        text-align: center;
        background-color: #fff;
        margin: 0 8px;
        border-radius: 5px;
        color: #fff;
    }

.header-right .title {
    /*font-family: 'Prompt-ExtraBold';*/
    font-weight:bold;
    font-size: 20px !important;
}

.header-righ-link:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

/*.table-header-right-top .header-right-box label {
    position:relative;
    font-family: 'Prompt-ExtraBold';
    font-size: 20px !important;
    height:25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .header-righ-link:hover + label:before {
        content: '';
        height: 1.5px;
        width: 100%;
        bottom: 0px;
        position: absolute;
        background: #2196F3;
        -webkit-transition: 300ms ease all;
        transition: 300ms ease all;
        left: 0%;
    }
*/

.search-mobile {
    min-height:unset;
}
@media(max-width:480px) {
    .table-venue-type label {
        padding: 14px 10px;
        height: 50px;
    }

    .table-header-right-buttom .header-right-box {
        padding: 40px 15px;
    }

    .search-center {
        display: block;
    }

}

/****************Mobile Home Venue Type box**************************/

.mobile-home-venue-type {
    padding-top:20px;
}

    .mobile-home-venue-type .table-header-right-buttom {
        margin-top: 5px;
    }

        .mobile-home-venue-type .table-header-right-top .header-right-box,
        .mobile-home-venue-type .table-header-right-buttom .header-right-box {
            margin: 0 3px;
        }

    .mobile-home-venue-type  .table-header-right-top .header-right-box {
        padding: 30px 30px !important;
        height: unset;
        
    }

.mobile-home-venue-type .table-header-right-buttom td {
    width: 50%;
    display: inline-block;
    margin-bottom:5px;
}

.mobile-home-venue-type .title {
    font-weight:bold;
    font-size: 16px !important;
}

@media(max-width:480px) {
    .mobile-home-venue-type .table-header-right-top .header-right-box {
        padding: 40px 5px !important;
        height: unset;
    }
}

/****************End Mobile Home Venue Type box**************************/

.box-company-party {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../Images/home/company-party2.jpg');
    background-size: cover;
}

    .box-company-party:hover {
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../Images/home/company-party2.jpg');
        background-size: cover;
    }

.box-wedding {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../Images/home/wedding2.jpg');
    background-size: cover;
}

    .box-wedding:hover {
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../Images/home/wedding2.jpg');
        background-size: cover;
    }

.box-workshop {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../Images/home/workshop2.jpg');
    background-size: cover;
}

    .box-workshop:hover {
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../Images/home/workshop2.jpg');
        background-size: cover;
    }

.box-metting {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../Images/home/metting2.jpg');
    background-size: cover;
}

    .box-metting:hover {
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../Images/home/metting2.jpg');
        background-size: cover;
    }

.box-party {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../Images/home/party2.jpg');
    background-size: cover;
}

    .box-party:hover {
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../Images/home/party2.jpg');
        background-size: cover;
    }

.box-workin-space {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../Images/home/workin-space.jpg');
    background-size: cover;
}

    .box-workin-space:hover {
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../Images/home/workin-space.jpg');
        background-size: cover;
    }


.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 {
    max-width: 1100px;
    margin: auto;
    padding-top: 50px;
    text-align: center;
}

    .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 span {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 20px;
            color: #fff;
            font-weight: bold;
            text-align: center;
            margin: auto;
            height: 30px;
            cursor: pointer;
        }

            .eventtype-link .event-type-box span: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;
    }
}
/****************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;
        }

    .header-left-contain {
        background-color: transparent;
        width: 100%;
        /*float: unset;*/
        /*padding: unset;*/
        border-radius: unset;
        display: table-cell;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
       text-align:center;
    }

    .header-left {
        padding: unset !important;
    }

    .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;
    }

    .header-left-contain {
        padding: 15px 20px;
    }
}

.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****************/

/**************Ask Expert****************/

.ask-expert-session {
    padding: 30px 10px;
    text-align: center;
    /*background-color: #333;*/
    margin: 0 -10px;
    color: #000;
    font-size:16px;
}
/*.ask-expert {
    background-color: #fff;
    color: #000;
    padding: 10px 50px;
    display: inline-block;
    border-radius: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

    .ask-expert:hover {
        background-color: #ddd;
    }
    */
.ask-expert-link {
    color: #F9D805;
    padding-left:15px;
    text-decoration:underline;
}

    .ask-expert-link:hover {
        color: #F3C50C;
       cursor:pointer;
    }

@media (max-width: 768px) {
    .ask-expert {
        padding: 10px;
        width:100%;
        margin-top: 10px;
    }

    .ask-expert-session {
        padding: 0px 10px 30px;
        text-align: center;
        /*background-color: #333;*/
        margin: 0 -10px;
        color: #000;
        font-size: 16px;
    }
}

/********************UVP in Home Page****************/
.uvp-session {
    margin: 0 -10px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    text-align: center;
    font-size:13px;
    padding:30px 0;
}

.uvp-panel {
    max-width: 1200px;
    float: none;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.uvp-panel label{
   padding-bottom:15px;
}

.uvp-container {
    width: 382px;
    /*width: 33%;*/
    display: inline-block;
    vertical-align: top;
}

    .uvp-container table {
        margin:0 10px;
    }

    .uvp-container table td{
       vertical-align:top;
    }

.uvp-image {
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 10px;
}

    .uvp-image img {
        width: 35px;
        height: auto;
        display: inline-block;
    }

.uvp-image-handshake {
    display: inline-block;
    padding: 17px 15px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 10px;
}

.uvp-image-handshake img {
    width: 35px;
    height: auto;
    display: inline-block;
}

.uvp-header-title {
    display: inline-block;
    font-weight:bold;
    font-size:14px;
    padding-bottom:10px;
}

.uvp-body {
    text-align: left;
    display: inline-block;
    vertical-align:top;
    padding-left:10px;
}

.header-gradient {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

@media (max-width: 1190px) {

    .uvp-session {
        position: unset;
        box-shadow: unset;
    }


    .uvp-body {
        /*padding: 20px ;
        text-align: center;*/
    }

    .header-gradient {
      display:none;
    }
}

@media (max-width: 769px) {
    .uvp-session {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {

    .uvp-container {
        width: 100vw;
    }
}

/********************End UVP in Home Page****************/



@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;
    }

}


/**************Catering Servise****************/
.catering-session {
    background-color: #f2f2f2;
    margin: 0 -10px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.catering-session-content {
    max-width: 1100px;
    margin: auto;
}
.catering-service {
    /*background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../Images/catering-bg.jpg');*/    
    position: relative;
    padding: 70px;
    text-align: left;
    color: #000;
}

    .catering-service h3 {
        padding-top: 0;
        padding-bottom: 10px;
        margin-top:0;
        font-size:20px;
        font-weight:bold;
    }

    .catering-service p {
        /*font-size: 20px;*/
    }

.catering-service-list {
    display: inline-block;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
}

.catering-service-list p{
    font-weight:300;
}

    .catering-service-list i {
        font-size: 18px;
        color: #22B14C;
        padding-right:5px;
    }

.catering-service .btn-eventbanana-salmon {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 30px;
}

        .catering-service .btn-eventbanana-salmon:hover {
            color: #fff;
            background-color: #EC5252 !important;
        }

        .catering-service .btn-eventbanana-salmon:focus {
            outline: none !important;
            color: #fff;
        }

.catering-service-header {
    position: absolute;
    top: 15%;
    right: 5%;
    padding: 16px 21px;
    background-color: #fff;
    border-radius: 50%;
    color: #ec5252;
    font-size: 13px;
    font-weight: bold;
}

    .catering-service-header:focus,
    .catering-service-header:hover {
        color: #ec0000;
        text-decoration: unset;
    }

    .catering-service-header i {
        font-size: 30px;
    }
    .catering-service-header .p1 {
       padding-top:5px;
       margin:unset;
    }

    .catering-service-header .p2 {
        padding-top: 3px;
        margin: unset;
    }

.catering-table {
    width: 100%;
}
    .catering-table td {
        height: 220px;
        width: 33%;        
        vertical-align:bottom;
        background-size:cover !important;
    }

    .catering-table .catering-link {
        color: #fff;
        padding-left: 15px;
        padding-bottom:15px;
    }

    .catering-table .catering-link p {
        margin-bottom:5px;
    }

        .catering-table .catering-link span {
            text-decoration:underline;
        }

    .catering-table a:hover {
        color: #fff;
    }

#CateringServiceContent {
    border-radius: 25px;
    height: 45px !important;
    width: 200px;
}


@media(max-width: 480px) {
    .catering-service-list i {
       float:left;
       padding-right:5px;
       height:30px;
    }

    #CateringServiceContent {
        width:100%;
    }
}

@media(max-width: 768px) {
    .catering-service-header {
       display:none;
    }

    .catering-session {
        margin-top: 50px;
    }
    .catering-service {
        padding: 50px 30px;
    }


}
/**************Event Banana Reference****************/

.reference-session {
    margin: 0 auto !important;
    max-width: 1100px;
    background: #fff;
    padding-top: 80px;
}

    .reference-session h1 {
        text-align: center;
        font-size: 28px;
    }

.testimonial {
    max-width: 1100px;
}

    .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-top: 100px;
    padding-bottom: 100px;
    max-width: 1100px;
    margin: auto;
}

    .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) {
   
}
/**************Partner****************/

.partner-session {
    padding:80px 0;
    max-width: 1100px;
    margin: auto;
}

.partner-left, .partner-right {
    background-size: cover;
    color: #fff;
    height: 320px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    margin: auto;
    margin-top:20px;
}

.partner-left {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../Images/home/partner-bg.jpg');   
}

.partner-right {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../Images/home/company-party.jpg');
}

.partner-left .partner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 140px;
    padding: 0 80px;
}

.partner-right .partner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 140px;
    padding: 0 20px;
}

.last-section-desc {
    padding: 20px !important;
    height: 350px;
}

.partner-leftc a {
    padding: 15px;
}

@media(max-width:1200px) {
    .last-section-desc {
        height: auto;
    }
}

@media(max-width:480px) {
    .partner-session {
        padding-top: 0px ;
        max-width: 1100px;
        margin: auto;
    }

    .partner-left .partner-content {
        padding: 0 20px;
    }

    .partner-left .partner-content,
    .partner-right .partner-content {
        height: 200px;
    }
}

/*************************Short Article*************************/

.short-article-session {
    position: relative;
    /*height: 400px;*/
    margin: 0 -12px;
    margin-bottom: 100px;
    background-color: #fff;
    max-width: 1100px;
    margin:auto;
    padding-bottom:80px;
}

    .short-article-session .home-title {
        padding-bottom:30px;
    }

    .short-article-session .image-lest {
        height: auto;
        width: 100%;
        max-width: 475px;
    }

.short-article-sessionshort-article .content-panel {
    padding-right: 20px;
}

.short-article-session .content-panel .content-heading {
    font-weight: bold;
    padding: 20px 0 10px 0;
    font-size: 16px;
}

.promotion-content {
    margin: 5px 13px;
}
/*.image-bg-fluid-height {
    background: linear-gradient(-45deg, #F9D805, #F37335);
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}*/

.promotion-slider,
.venue-slider,
.catering-slider,

.blog-category-slider {
    display: none;
}
