/*  
Theme Name: MeatKing
Version:    1.14.20
Author:     ThemeWagon


TABLE OF CONTENTS
    01 - General and Typography
    02 - Header
    03 - Navigation
    04 - Services
    05 - Parallax
    06 - Food menu
    07 - Special offers
    08 - Reservation
    09 - Chefs
    10 - Footer
    11 - Responsive styles
*/


/* ==========================================================================
    01. General and Typography 
========================================================================== */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.modal-open {
    overflow: hidden;
    position: fixed;
    left: 100%;
}
.h4, h4{
    font-size: 14px;
}
input {
    outline: 0;
}
body {
    font-family:'Kreon',serif;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
}
.disable-add-to-cart{
    pointer-events: none;
}

img {
    max-height:100%;
    max-width:100%;
}
section {
    position:relative;
    padding:0;
    color:#FFF;
    text-align:center;
}
section::before,section::after {
    position:absolute;
    content: '';
}


/* ==========================================================================
    03. Navigation 
========================================================================== */
.navbar-inverse .navbar-toggle {
    border-color: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
}
#menu {
    margin-bottom:0;
}
.navbar-brand h2 {
    margin-top:0;
    font-weight:bold;
    color:white;
}
.navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
}
.navbar-inverse .navbar-nav>li>a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    color:white;
    font-weight:bold;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background:rgba(255,214,88,0.9);
}

a:hover,a:focus, a:active{
    outline: none;
    text-decoration: none;
}

/* ==========================================================================
    04. Services 
========================================================================== */
.light-wrapper {
    background:#fbfbfb;
}
.inner {
    padding-top: 57px;
    padding-bottom: 57px;
}
.inner-customer-dashboard {
    padding-top: 100px;
    padding-bottom: 20px;
}
.section-title {
    font-size:36px;
    line-height:40px;
    text-transform:uppercase;
    margin-bottom:15px;
    font-weight:600;
}
.main.lead {
    margin-bottom:44px;
}
.lead {
    font-size:17px;
    line-height:24px;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:15px;
    color:#2e2e2e;
    position:relative;
}
.lead:after {
    position:absolute;
    content:' ';
    background:#ed0121;
    width:80px;
    height:3px;
    bottom:-22px;
    left:50%;
    margin-left:-40px;
}
.story .col-wrapper {
    padding:0 10px;
}
.story .icon-wrapper {
    position:relative;
    height:80px;
    margin-top: 40px;
}

/* ==========================================================================
    05. contact
========================================================================== */



/* ==========================================================================
    05. parallax 
========================================================================== */
.parallax {
    background:url(../img/parallax1.jpg) fixed no-repeat center center;
    /*    -webkit-background-size:/*@@prefixmycss->No equivalent*/;
    /*  -moz-background-size:cover;
      -o-background-size:/*@@prefixmycss->No equivalent*/;
    background-size:cover;
    position:relative;
    color:#FFF;
}



.parallax .inner {
    padding-top:57px;
    padding-bottom:57px;
}
.parallax.parallax2 {
    background-image:url(../img/parallax2.jpg);
}
.bm10 {
    margin-bottom:10px !important;
}
.facts h4 {
    font-size:40px;
    margin-bottom:20px;
}
.parallax h1,.parallax h2,.parallax h3,.parallax h4,.parallax h5,.parallax h6 {
    color:#fff;
}
.facts p {
    font-size:16px;
    text-transform:uppercase;
    margin:0;
}
.story .icon-wrapper i {
    font-size:70px;
}
.facts i {
    font-size: 70px;
}


/* ==========================================================================
    06. Food menu 
========================================================================== */
.menu-items {
    text-align:center;
    margin:0 auto;
}
.menu-titles h1 {
    text-shadow:none;
    color:#ed0121;
    text-align:center;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:15px;
}
#food-menu ul {
    margin:0;
    padding:0;
    list-style:none;
}
.menu-images img {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border:5px solid #dadada;
    display:block;
    margin:auto;
    margin-top: 40px;
}


/* ==========================================================================
    07. Special offers 
========================================================================== */
.hot-tag {
    position:absolute;
    bottom:0;
    right:0;
    z-index:15;
    display:inline-block;
    width:80px;
    height:80px;
    line-height:90px;
    text-align:center;
    font-weight:700;
    color:#fff;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
}
.br-red {
    background-color:#ed0121 !important;
}
.br-lblue {
    background-color:#32c8de !important;
}
.br-green {
    background-color:#51d466 !important;
}
.pricing {
    border-top:1px solid #f1f1f1;
}
.pricing .pricing-item {
    position:relative;
    margin-top:40px;
    margin-bottom:10px;
}
.pricing .pricing-item img {
    max-width:250px;
    float:left;
}
.pricing-item-details a,.pricing-item-details p,.pricing .lead {
    color:white;
    font-weight:bold;
}
.pricing .pricing-item .pricing-item-details {
    margin-left:265px;
}
.pricing .pricing-item .pricing-item-details h3 {
    margin-top:0;
    margin-bottom:8px;
    font-size:22px;
}
.pricing .pricing-item .pricing-item-details p {
}
.pricing .pricing-item .pricing-item-details a.btn {
    margin-top:10px;
}
.pricing .pricing-item .pricing-item-details a.view-link {
    display:inline-block;
    margin-top:7px;
    font-size:12px;
    border-bottom:1px dotted #aeaeae;
}
.pricing .pricing-item .hot-tag {
    top:0;
    left:0;
    margin-top:-15px;
    margin-left:-15px;
    width:55px;
    height:55px;
    line-height:50px;
    font-size:23px;
    font-weight:700;
    border: 4px solid white;
}


/* ==========================================================================
    08. Reservation 
========================================================================== */
.form-group {
    margin-bottom:15px;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor:not-allowed;
    background-color: transparent;
}
.form-control {
    height:40px;
    font-size:14px;
    vertical-align:middle;
    background-color:rgba(255,255,255,1);
    -webkit-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:10px;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
    border: 1px solid #363232
}

.form p {margin: 10px 0 30px 0;}
legend { border-bottom: 1px solid #363232; margin-bottom:2px;}


/* ==========================================================================
    09. Chefs 
========================================================================== */
.chefs img {
    border:5px solid #e7e7e7;
    width: 80%;
}


/* ==========================================================================
    10. Footer 
========================================================================== */
.dark-wrapper {
    background:#ed0121;
    color:white;
    font-size:20px;
    font-weight:bold;
}
.dark-wrapper .ss-style-top::before {
    background-image:linear-gradient(315deg,#ed0121 50%,transparent 50%),linear-gradient(45deg,#ed0121 50%,transparent 50%);
}
.social-bar {
    width:100%;
    text-align:right;
}
.social-bar a {
    display:inline-block;
    margin-right:11px;
    font-size:2.15em;
    text-decoration:none;
    color:#fff;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:opacity 350ms ease;
    -moz-transition:opacity 350ms ease;
    -o-transition:opacity 350ms ease;
    transition:opacity 350ms ease;
}
.social-bar a:hover {
    opacity:0.5;
    filter: alpha(opacity=50);
}

.themeBy{
    color: #ed0121;
    background: white;
}

/*====================================================
only for customer dashboard
=========================================================*/
.payment-table {
    border: 1px solid #e9e9e9;
    color: #262626;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    text-align:left;
}
.payment-table tr.even {
    background-color: #f0f0f0;
}
.payment-table tr td input.textfield-small {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    box-shadow: 5px 5px 6px -6px #868686 inset;
    color: #3b3b3b;
    float: left;
    font-style: italic;
    margin: 0 18px 0 0;
    padding: 5px 8px;
    width: 45%;
}
.payment-table tr td {
    padding: 8px;
}
.payment-table tr td select.dropdown {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    box-shadow: 5px 5px 6px -6px #868686 inset;
    color: #3b3b3b;
    font-style: italic;
    margin: 0;
    padding: 8px 8px;
    width: 100%;
}
.bdr-bottom {
    border-bottom: 1px solid #d6d6d6;
}
.bdr-right {
    background: #f5f5f5 none repeat scroll 0 0;
    border-right: 1px solid #d6d6d6;
    padding: 15px;
    text-align: left;
}
.tabactivebg {
    background: #e0e0e0 none repeat scroll 0 0;
    color: #f00 !important;
}
.payment-table tr.odd {
    background-color: #f7f7f7;
}
.full-infotab { border:1px solid #000; width:100%;}
.content-innerspan1 {
    box-sizing: border-box;
    float: left;
    height: auto;
    margin: 15px 0 0;
    padding: 0 0 5px;
    width: 100%;
}
.inner-leftmenu ul {
    float: left;
    height: auto;
    margin: 0 5%;
    padding: 0;
    width: 90%;
}
.inner-leftmenu ul li {
    float: left;
    height: auto;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}
.inner-leftmenu ul li a {
    border-bottom: 1px dashed #c0c0c0;
    color: #2e2e2e;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    width: 100%;
}
.inner-leftmenu ul li a:hover {
    Background-color:#dbdbdb;
    color:#2e2e2e;
}
.my_account_fullwidth {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.client-dashboard h1 span.black {
    color: #323232;
}
.client-dashboard ul {
    float: left;
    height: auto;
    margin: 16px 0;
    padding: 0;
    width: 100%;
}
.client-dashboard ul li {
    box-sizing: border-box;
    float: left;
    height: 150px;
    list-style: outside none none;
    margin: 1%;
    padding: 0;
    width: 14.6%;
}
.clientid ul li span.textgreen {
    color: #52b6ec;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.client-dashboard ul li a {
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1);
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-shadow: 5px 5px 6px -6px #787878;
    box-sizing: border-box;
    color: #323232;
    float: left;
    font-size: 9px;
    font-weight: bold;
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}

.client-dashboard ul li a:hover { color:#228ac3;}








/* ==========================================================================
    11. custom css
========================================================================== */

.form-control {color: #000000}
footer {background-color: rgb(255,255,255); min-height: 30px;}
.copyright { min-height:40px; background-color:#000000;}
.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
.heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
.post p { font-size:12px; color:#FFF; line-height:20px;}
.post p span { display:block; color:#8f8f8f;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF;  font-size:12px;}
.soccial-icons.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
.soccial-icons.bottom_ul li { float:left; line-height:40px;}
.soccial-icons.bottom_ul li:after { content:""; color:#000000; margin-right:8px; margin-left:8px; font-size:32px}
.soccial-icons.bottom_ul li a { color:#000000;  font-size:32px; padding: 12px;}
.light-wrapper.nav-seperator {margin: 10px 0px;}
/*==============================================================================
Online order page
================================================================================*/
.online-order-page .category-title {font-size: 29px; text-align: center; padding: 0; margin: 0px auto;}
.online-order-page label.restaurant-desc {font-size: 11px; margin-top: 10px; font-weight: 200;}
.online-order-page .type-table li {color: #ff7200;font-size: 14px; padding: 4px 4px;}
.online-order-page .type-table li:hover{background: #f7eedc;border-radius: 8px;cursor:pointer; -webkit-transition: all .35s;-moz-transition: all .35s; transition: all .35s;}
.online-order-page .restaurant-table li {background: #fcf0de none repeat scroll 0 0;border-left: 1px solid #fca037; border-right: 1px solid #fca037; border-bottom: 1px solid #fca037;color: #4c493f;cursor: pointer;font-size: 16px;padding: 15px 24px;list-style-position:inside;overflow: hidden;text-overflow: ellipsis;}
.online-order-page .restaurant-table h1{background: #ffeac9 none repeat scroll 0 0;color: #4c493f;border-left: 1px solid #fca037;border-top: 1px solid #fca037;border-right: 1px solid #fca037; border-bottom: 1px solid #fca037;font-weight: 400; margin: 0;padding: 15px 20px;text-transform: uppercase; font-size: 21px}
.online-order-page  .restaurant-table h3{font-size:14px;background: none none repeat scroll 0 0;}
.online-order-page .restaurant-table h1 {border-top-left-radius: 10px;border-top-right-radius: 10px;}
.online-order-page .restaurant-table li .desc {font-size: 14px;}
.online-order-page .checkout{background: #ffab35;}
.online-order-page  .checkout:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.19);-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.online-order-page .checkout:active {background: #ffd089;}
.online-order-page .cart{background: #fcf0de;border: 1px solid #fca037;position:relative;}
.online-order-page .checkout-hr-border{color: #fca037;background: #fca037;}
.online-order-page  .cart-footer{background: #ffeac9;}
.panel-heading{background: #ffeac9;}
.online-order-page .fa.fa-check {color: #2cc14f;}.online-order-page .fa.fa-times {color: #BA5340;}
.online-order-page .fa{font-size:30px;}
.online-order-page label{cursor: pointer; padding: 0;margin: 0;}
.online-order-page .no-padding{padding:0;}
.online-order-page  ul{padding:0;}
.shop-product .quantity-button {
    color: #000000;
    width: 28px;
    height: 30px;
    padding: 0px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    background:transparent;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    border: 1px solid #000;
    margin: -1px 0px; 
}
.shop-product .quantity-field {
    width: 35px;
    height: 30px;
    outline: none;
    margin: -3px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #000;
    padding-bottom: 0px;
}
.online-order-page .price, .online-order-page .quantity{text-align: center;} 
.online-order-page .add-to-cart{text-align: right;} 
.online-order-page .restaurant-table category-navigation a:hover{ background:  #ffd089; cursor:pointer; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0 30px 0 rgba(0, 0, 0, 0.19); -webkit-transition: all .35s;-moz-transition: all .35s; transition: all .35s;}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){display: none;}
.online-order-page .restaurant-table .category-navigation a { background: #fcf0de none repeat scroll 0 0;border-left: 1px solid #fca037; border-right: 1px solid #fca037;border-bottom: 1px solid #fca037; color: #4c493f;cursor: pointer; font-size: 16px;  padding: 5px 5px 5px 20px; display: block;}
.online-order-page .restaurant-table .category-navigation a:active{color: #A52D35!important}
.bhoechie-tab-content.active .content-scroll-pane{width: 100%;height: 560px;overflow: auto; }
#termsConditionPage .modal-body{height: 560px;overflow: auto; width: 100%}
.restaurant-menu ul.selection-list li { border: none!important; padding: 15px 1px 10px 15px !important;}
.restaurant-menu ul.selection-list li:hover{ background: none!important;}
.category-navigation.bhoechie-tab-menu{width: 100%;height: 560px;overflow: auto;}
.cart .cart-scroll-pane{width: 100%;min-height: 273px; height: 273px;overflow: auto;}
.cart .panel-body {padding: 7px 4px;}

.cart-item{border-bottom: 1px dotted #000000;color: #45070b; }
.cart-item h5,.cart-item small i{color: #45070b; }
.cart-item.cuurent, .cart-item.cuurent h5, .cart-item.cuurent small i {color: #a52d35;}


/* ==========================================================================
    11. Responsive styles 
========================================================================== */
.xs-sm-category-open-button{display: none;}
.lg-md-category-open-button{display: block;}
.category-display{display: block;}
#XmSmCartbtn {position: fixed;top: 10%;right: 0px;width: 50%;z-index: 9999;opacity: 0.9;}
/*Table*/
.gktable .table {
    background: #fff;
}

.gktable .table th {
    min-width: 100px;
}

.gktable .table td {
    vertical-align: middle;
}

.gktable .table h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 5px;
}

.gktable .table a {
    color: #555;
}

.gktable .table-search-v2 td img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.gktable .table > thead > tr > th, 
.gktable .table > tbody > tr > th, 
.gktable .table > tfoot > tr > th, 
.gktable .table > thead > tr > td, 
.gktable .table > tbody > tr > td, 
.gktable .table > tfoot > tr > td {
    padding: 11px;
}
/*End Table*/

@media (max-width: 991px){
    .pricing .pricing-item .pricing-item-details {
        margin-left: 0;
    }

    .pricing .pricing-item a img {
        float: none;
        margin-bottom: 30px;
    }
    .app-downloads .app-store img {
        padding: 14px 0px;
        width: 113px;
        min-height: 75px;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        /*float:none !important;*/
        /*width:100%; */
        text-align:center;
        margin-left:9px;
    }
    .navbar-nav>li {
        display:inline-block;
        float:none;
    }
    #logo {
        position:absolute;
        display:block !important;
        width:150px;
        left:50%;
        margin-left:-55px;
        padding: 12px;
    }
    .app-downloads .app-store img {
        padding: 14px 0px;
        width: 113px;
        min-height: 75px;
    }
    .navbar-nav>li>a{
        padding-top: 25px;
        padding-bottom: 25px; 
    }
    .slider-wrapper {
        margin-top: 70px;
    }
    div#story.home-wrapper img {
        min-height: 285px;
    }
    div#story.home-wrapper img {
        border: 6px solid #ffcf40;
        border-radius: 5px;
    }
    .sel-md-quantity{
        text-align: left!important;
    }
    .menu-md-quantity {
        text-align: left !important;
        padding-left: 6px!important;
    }
    .restaurant-menu > li > ul > li {
        border: none !important;
        padding: 15px 1px!important;
    }
    .gallery-thumbnails img {
        min-width: 197px;
        max-width: 197px;
        min-height: 157px;
        max-height: 157px;
    }

}

@media (max-width:767px) {
    #header .banner h1 {font-size:30px;}
    #header .subtitle h4 {
        font-size: 22px;
    }
    .social-bar {
        text-align: left;
        margin-top: 30px;
    }
    .col-sm-5.opening-hour-block {
        margin-top: 20px;
    }
    .soccial-icons.bottom_ul li a {
        color: #000000;
        font-size: 20px;
        padding: 0;
        text-align: left;
    }
    .soccial-icons.bottom_ul.navbar-left.social-part {
        float: left;
        padding: 0;
        margin: 0;
    }
    .soccial-icons.bottom_ul.app-downloads {
        margin: 0;
        padding: 0;
        float: left;
    }
    .app-downloads .app-store img {
        padding: 14px 0px;
        width: 113px;
        min-height: 75px;
    }
    .online-order-page .cart {
        margin-left: 0px;
    }
    .online-order-page .price{text-align: left;}
    .online-order-page .quantity{text-align: left;} 
    .online-order-page .add-to-cart{text-align: right;} 
    .slider-wrapper {margin-top: 50px;}
    div#story.home-wrapper img {border: 6px solid #000;border-radius: 5px;}
    .ribbon-inner-content {padding: 0px;text-align: center;margin: 75px 0 15px 0;}
    .xs-sm-category-open-button{display: block;}
    .lg-md-category-open-button{display: none;}
    .category-display{display: none;}
    .gallery-thumbnails img{min-width:200px; max-height: 450px}
    #XmSmCartbtn {
        width: 25%;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: auto!important;
        margin-top: 0px;
    }
}

/*--------------------------------------------------
  [39. Revolution Slider]
----------------------------------------------------*/

.tp-dottedoverlay {
    z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
    border-radius: 10px !important;
}

.tp-banner-container ul li,
.fullscreenbanner-container ul li {
    list-style: none;
    visibility: hidden;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
    color: #fff;
    border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
    background: none;
    border: solid 1px #fff;
}

.tp-banner-container a.re-btn-brd:hover {
    color: #555;
    background: #fff;
}

/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
    font-weight: 400;
}

.tp-banner-container {
    position: relative;
}

/*Fullscreen*/
.fullscreen-container {
    padding:0;
    width:100%;
    position:relative;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.revolution-ch1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}

.revolution-ch2 {
    color: #fff;
    font-size: 20px;
    max-width: 470px;
    line-height: 32px;
    position: relative;
    text-align: center;
    font-weight: normal;
}

.revolution-ch2:after {
    left: 50%;
    width: 70px;
    height: 2px;
    content: ' ';
    bottom: -20px;
    background: #fff;
    margin-left: -35px;
    position: absolute;
}

/*Slider Contents v2*/
.re-title-v1 {
    color: #fff;
    font-size: 75px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
}

.re-title-v2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}

.re-text-v1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.re-text-v2 {
    color: #fff;
    font-size: 24px;
}

/*Slides*/
.rs-caption-1 {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    padding: 6px 75px;
    position: relative;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.rs-caption-1:after,
.rs-caption-1:before {
    font-size: 16px;
    content: "\f005";
    position: absolute;
    font-family: FontAwesome;
}





@media (max-width: 768px) {
    .rs-caption-1:after,
    .rs-caption-1:before {
        content: "";
    }
}

.rs-caption-1:after {
    right: 4%;
}

.rs-caption-1:before {
    left: 4%;
}

.rs-caption-2 {
    color: #fff;
    position: relative;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    padding: 10px 50px;
    text-align: center;
}

.rs-caption-2:after {
    left: 50%;
    content: "";
    height: 1px;
    width: 100px;
    bottom: -10px;
    background: #fff;
    margin-left: -50px;
    position: absolute;
}

.rs-caption-3 a {
    margin: 0 5px;
    padding: 7px 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .rs-caption-1,
    .rs-caption-2,
    .rs-caption-3 {
        font-weight: normal;
    }
}
@media(min-width:1200px){
    #gallery .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        line-height: 1;
        width: 100%;
        min-height : 648px!important;
    }
}
/*========================================
All background and color 
==========================================*/
#menu {background:rgba(165,45,53,1);}
.date-body {background: rgba(165,45,53,1);padding-bottom: 2px;margin: 2px 0px ;}
.date-body .date-title{color: white; font-size: 14px;}
.date-body .date-content{margin:0; padding: 0; background:#FFFFFF}
.date-body .date-content p { font-size: 12px;} 
.date-body .nomargin{margin: 0;}
span.schedule-today {color: yellow;}
.home-wrapper{background: rgba(165,45,53,1);color:#ffffff;font-size: 17px;}
.home-wrapper .section-title {color:#ffcf40;}
.about-wrapper{background: rgba(0,45,57,0.9);color:#ffffff;font-size: 17px;}
.about-wrapper .section-title {color:#ffcf40;}
.reservation-wrapper{background: rgba(165,45,53,1);color:#ffffff;font-size: 17px;}
.reservation-wrapper .section-title {color:#ffcf40;}
#RestaurantSchedule .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 3px 7px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: center;
}
.btn-u.btn-brd.btn-u-light {border-radius: 5px;}
.contact-wrapper{background: rgba(250, 255, 220,1);color:#000000;font-size: 14px;}
.contact-wrapper .section-title {color:#000000;}
.btn-u.btn-brd.btn-u-brown {border-radius: 5px;}
.contact-wrapper iframe {border: 1px solid #363232; border-radius: 10px;}

.gallery-wrapper{background: rgba(165,45,53,1); color: #ffffff;}
.gallery-wrapper .section-title {color:#ffcf40;}
.menu-wrapper{background: rgba(255,255,226,1);color:#000000;font-size: 14px;}
.menu-wrapper .section-title {color:#000000;}
.menu-wrapper a { color: #000000;} 
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}
.nav-seperator{
    background: rgba(226,226,226,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(226,226,226,1) 16%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(245,245,245,1) 82%, rgba(254,254,254,1) 90%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(16%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(82%, rgba(245,245,245,1)), color-stop(90%, rgba(254,254,254,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(226,226,226,1) 16%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(245,245,245,1) 82%, rgba(254,254,254,1) 90%);
    background: -o-radial-gradient(center, ellipse cover, rgba(226,226,226,1) 16%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(245,245,245,1) 82%, rgba(254,254,254,1) 90%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(226,226,226,1) 16%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(245,245,245,1) 82%, rgba(254,254,254,1) 90%);
    background: radial-gradient(ellipse at center, rgba(255,255,226,1) 16%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(245,245,245,1) 82%, rgba(254,254,254,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );

}
.review-wrapper {
    background: rgb(242, 168, 97);
    color: #000000;
}

.copyright { background-color:rgba(95,0,0,1);}
.well {
    min-height: 20px;
    padding:10px 0px;
}
.well ul li{
    background: none!important;
    border: none!important;
}
.form-check {
    padding: 3px 15px; 
}
.meal-deal-area .deal-set {
    background: #FCF0DE;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}
#termsConditionPage p {
    padding: 0px 20px;
}
#checkoutpage input[type = text], #checkoutpage select {
    height: 30px!important;
}
.checkout-information-part {
    background: #EAAA48;
    padding: 20px;
    box-sizing: border-box;
}
#checkoutpage .checkout-information-part .list-group {

    box-shadow: 0 1px 2px rgba(0,0,0,0.0);
}
#checkoutpage .checkout-information-part .list-group-item {
    background: transparent !important;
    border: none;
}

span.label-red, span.badge-red, .list-group-item.active > .badge {
    background: #ff0000;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    font-size: 10px;
}
#gallery .hide-bullets {list-style:none; margin-left: -40px;margin-top:20px;}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {line-height: 1;  height: 628px; margin-top: 20px;  background: transparent;  border: 2px solid #ffffff; border-radius: 10px;}
.carousel-control.left,.carousel-control.right{background-image : none;}
#gallery .thumbnail {padding: 0px;margin: 0px auto;border-radius: 10px;margin: 5px 0px;border: 2px solid #ffffff;}


.jumbotron {
    padding: 15px 0;
    opacity: 0.9;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 20px;
    padding-left: 20px;
}
.glyphicon.glyphicon-star.star-active {
    color: #fea305;
}
.navbar-fixed-bottom.bs-dark.apps-navigation {background: rgba(0,35,54,1);}
#FooterAppsNavigation ul.bottom_ul {float:none;}
#FooterAppsNavigation ul.bottom_ul li a{font-size: 11px;}
.bottom_ul li:after { content:""; color:#FFF; margin-right:8px; margin-left:8px;}