/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
input,
select,
textarea {

    padding:5px 10px;
    border:none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea {
    background-color: rgba(85,70,60, .08);
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    -webkit-appearance: menulist;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

.bamboo-green-bg-color {
    background-color: #97c43d;
}
.bamboo-green {
    color:#97c43d;
}

:-webkit-full-screen a {
    display: -webkit-flex;
    display: flex; }
:-moz-full-screen a {
    display: flex; }
:-ms-fullscreen a {
    display: -ms-flexbox;
    display: flex; }
:fullscreen a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none; }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none; }
::selection {
    background: #b3d4fc;
    text-shadow: none; }

/*
 * A better looking default horizontal rule
 */

hr {

    display: block;
    border: 0;
    border-bottom:3px dotted #5D4419;
    margin-bottom:10px;
    padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

/*.modal-open.page-overflow .page-container, .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom, .modal-open.page-overflow .modal-scrollable {*/
    /*overflow-y: auto;*/
/*}*/

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    box-sizing: border-box;
    min-width: 100%;
    /*overflow-x: hidden; this breaks the fixed overlay with static background.. */
}



.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.2;
    filter: alpha(opacity=70);
    background: #000;
}

.page-india .progress-bar {
    background-color: #d76e2d;
    box-shadow: none;
}
.page-vietnam .progress-bar {
    background-color: #b98732;
    box-shadow: none;
}
.page-japan .progress-bar {
    background-color: #5aa59b;
    box-shadow: none;
}


*, *:before, *:after {
    box-sizing: inherit; }


img {
    max-width: 100%; }


html {
    font-size: 14px;
    font-family: 'Montserrat', "helvetica neue", helvetica, sans-serif; }

@media (max-width: 767px) {
    html {

    }


}

a:hover, a:focus {
    color:#b9b43c;
}



p {
    font-size: 1rem;
    color: #55463C;
    font-family: 'Montserrat', "helvetica neue", helvetica, sans-serif; }


body {
    font-size: 1em;
    width:100%;
    /*padding-bottom:198px;*/
    min-height: 100%;
    /*height: 100%;*/
    /*position: relative;*/
    line-height: 1.4;
    font-family: 'Montserrat', "helvetica neue", helvetica, sans-serif;
    background-color: #e9dac8;
    background-image: url(../images/menu_bg_pattern.jpg); }


h1, h2, h3, h4 {
    font-family: 'Montserrat', "helvetica neue", helvetica, sans-serif; }


h1 {
    font-size: 3rem; }


h2 {
    font-size: 2rem; }


h3 {
    font-size: 1.5rem; }


.slab {
    font-family: 'Alfa Slab One', times new roman, serif; }


header {
    /*height: 102px; */
    /*margin-top:50px;*/
}

header a {
    text-decoration: none;
    color:#55463C;
}

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

/* logo green: #8eab19 or rgb 142,171,25
    leaf green: #98c21f or rgb 152,194,31
*/


/*.page-home header .navbar {*/
    /*background-image: url(../images/header-bg-flat.jpg);*/
/*}*/

header .navbar {
    background-image: url(../images/header-bg-repeat.png);
    background-repeat: repeat-x;
    /*background-size: 100% 100%;*/
    background-position: top left;
    margin-bottom:0;
    border:none;
}

header .navbar-container {
    background-image: url(../images/header-overlay.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}

@media (min-width: 768px) {
    header .navbar {
        border-radius: 0;
    }

    .navbar-nav > li {
        float:none;
        display: inline-block;
    }
}

.navbar-nav > .seperator {
    padding-left:5px;
    display: inline-block;
}
.navbar-nav > li .cart-link {
    padding-right:0;
}



/*header .navbar li {*/
    /*display: inline-block;*/
    /*float: none; }*/

/*header .navbar .container {*/
    /*position: relative; }*/

header .navbar-brand img {
    width:100%;
    height:100%;
    max-width: 245px;
    max-height: 99px;
}







header .navbar-default .navbar-toggle {
    margin-top:50px;
    border: 2px solid #55463C;

}

header .navbar-default .navbar-toggle .icon-bar {
    background-color: #55463C;
}

header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:active {
    background-color: transparent;
}






header .main-menu ul.nav > li:hover > a:before, header .main-menu ul.nav > li.nav-selected > a:before, header .main-menu ul.nav > li.nav-path-selected > a:before {
    content:"\00b7 \00b7 \00b7 \00b7";
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
}
header .main-menu ul:first-of-type li {
    margin-right:40px;
}
header .main-menu li:last-child {
    margin-right:0;
}
header .main-menu {
    margin-top: 45px; }

header .main-menu a:hover, .jumbotron a:hover {
    text-decoration: none;
    color: #483B38;
    background-color: transparent;
}
header .main-menu a {
    padding:0;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    display:block;
    height:25px;

}

header .main-menu ul ul li a {
    padding-top:2px;
}

header .main-menu ul ul {
    border:none;
    background: transparent url("../images/menu_bg_pattern.jpg");
    display: none;

}

header .main-menu ul ul li:hover a, header .main-menu ul ul li a:hover {
    cursor: pointer;
    opacity:1;
    /*background-color: #97c43d;*/

}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #97c43d;
}

header .main-menu ul li:hover ul, header .main-menu ul li a:hover ul {
    display: block;


}

/*header .main-menu ul li.nav-item-112:hover ul, header .main-menu ul li.nav-item-112 a:hover ul {*/
    /*display: none;*/

/*}*/


header .main-menu ul ul a {
    font-size: 1rem;
    font-weight: 500;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    /* ...and now for the proper property */
    transition:.2s;


}



/* default menu */
header .main-menu ul ul > li.nav-selected > a:before, header .main-menu ul ul > li > a:before{
    content:"";
    background-color:#b9b43c;
    position: relative;
    margin-left:5px;
    margin-right:5px;
    display: inline-block;
    width:7px;
    height:7px;
}

header .main-menu ul ul > li > a:before {
    visibility: hidden;
}
header .main-menu ul ul > li.nav-selected > a:before, header .main-menu ul ul > li:hover > a:before {
    visibility: visible;
}


/* india menu */
header .main-menu ul ul > li.nav-selected.nav-item-213 > a:before, header .main-menu ul ul > li.nav-item-213 > a:before,
header .main-menu ul ul > li.nav-selected.nav-item-217 > a:before, header .main-menu ul ul > li.nav-item-217 > a:before{
    background-color:#d76e2d;
}

/* vietnam menu */
header .main-menu ul ul > li.nav-selected.nav-item-215 > a:before, header .main-menu ul ul > li.nav-item-215 > a:before,
header .main-menu ul ul > li.nav-selected.nav-item-219 > a:before, header .main-menu ul ul > li.nav-item-219 > a:before {
    background-color:#b98732;
}

/* japan menu */
header .main-menu ul ul > li.nav-selected.nav-item-214 > a:before, header .main-menu ul ul > li.nav-item-214 > a:before,
header .main-menu ul ul > li.nav-selected.nav-item-218 > a:before, header .main-menu ul ul > li.nav-item-218 > a:before {
    background-color:#5aa59b;
}


header .main-menu ul ul li {
    position: relative;
    /*margin-right:30px;*/
}
header .main-menu ul ul li:last-child {
    margin-right:0;
}
header .main-menu ul ul {
    position: absolute;
    font-weight: 300;
    top: 25px;
    padding-top: 5px;
    left: 0;
    right:auto;
    /*min-width: 400px;*/
    margin-left: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:auto;
    }
}


header .top-menu {
    position: absolute;
    top: 0;
    right: 0;
}

header .login-register-link {
    margin-right:5px;
}


.jumbotron {
    /*background-image: url("../images/hero-table-cuisine_03.jpg");*/
    background-repeat: no-repeat;
    background-position: left center;
    background-color:transparent;
    background-size: 100%;
    color: white;
    margin:0;
    margin-bottom:10px;
    padding:0;
    max-height: 400px;
    min-height: 400px;
    position: relative;
    text-align: center; }

.jumbotron .subtitle {
    font-size: 2.1rem;
    color: white;
    font-weight: 200;
}

.jumbotron .title {
    color: white;
    font-size: 5rem;
    margin-bottom: .09em; }

.jumbotron .order-online {
    position: absolute;
    display: block;
    right: 0;
    top: 25px;
    color:#55463C;
    width: 140px;
    font-size: 1rem;
    text-decoration: none;
    height: 36px;
    background-image: url(../images/order-now-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 140px 36px;
    padding-top: 8px;
    text-align: center;
    z-index:11; /* one over jumbotron */
}

.jumbotron a.order-online:hover {
    color:white;
}

.jumbotron .explore {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid white;
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
}

.jumbotron .leaf-icons {
    margin-top: 40px;
    margin-bottom: 1em;
    width: 200px;
    display: inline-block; }

.jumbotron .explore:hover {
    border-color:#b9b43c;
    /*background-color:#b9b43c;*/
    color:white;
}
.jumbotron .explore {
    text-decoration: none;
}


.main-content {
    padding-bottom: 80px; }


.dots-container {
    text-align: center;
    }

.main-content .dots-container .dots {
    position: relative;
    top:3px;
}
.main-content .dots-container {

}


.dots {
    font-size: 2.3rem;
    color: #b9b43c; }


.dots-title {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px; }


.dots-subtitle {
    display: block;
    font-size: 1rem;
    text-align: center; }


.page-checkout .jumbotron {
    position: relative;
    margin-top: 0;
    min-height: auto;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 0;
    background-image: none;
    background-color: transparent; }


/* keep footer on bottom */
.footer-wrapper {
    /*position: absolute;*/
    /*left:0;*/
    /*right:0;*/
    /*bottom:0;*/
}



footer {
    background-image: url("../images/menu_bg_pattern_dark.png");
    text-align: center;
    padding:30px 0;
}

footer .footer-badge {
    background-image: url("../images/footer-badge-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 298px;
    height: 125px;
    text-align: center;
    margin:0 auto;
    color: white; }

footer .slab {
    color: white;
    font-weight: 200;
}

footer .connect {
    margin-bottom:5px;
}

footer .nav-header {
    margin:0;
    padding:0;
    text-align: center;
    margin-bottom:5px;
}


footer .nav-header li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
}


footer .nav-header li a {
    text-decoration: none;
}

footer .footer-badge {

}

footer .nav-header li:first-child {
    padding-left:0;
}
footer .nav-header li:last-child {
    padding-right:0;
}

footer .footer-col {

    padding-top:25px;

     }


footer .form-control {
    border:1px solid #55463C;
    border-radius: 0;
    background:transparent;
    color:white;
}

footer .form-control::-webkit-input-placeholder {
    color: white;
}

footer .form-control:-moz-placeholder { /* Firefox 18- */
    color: white;
}

footer .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: white;
}

footer .form-control:-ms-input-placeholder {
    color: white;
}

footer .btn {
    position: relative;
    left:-5px;
}

footer .btn, footer .btn:hover, footer .btn:active, footer .btn:focus {
    background-color: #55463C !important;
    color:#99908A !important;
    border-radius: 0;
    border:1px solid #55463C !important;

}

footer .btn:hover {
    color:white !important;
}


footer nav ul {
    padding: 0;
    margin: 0; }

footer nav ul li {
    list-style: none;
    display: inline-block; }

footer .social-icons a, footer .social-icons span {
    display: inline-block;
    vertical-align: middle;

}

footer .social-icons .fb-icon {
    width: 17px;
    background: url(../images/facebook-icon.png) no-repeat left top;
    height:17px;
}
footer .social-icons .twitter-icon {
    width: 17px;
    background: url(../images/twitter-icon.png) no-repeat left top;
    height:15px;
}

footer .social-icons .yelp-icon {
    width: 19px;
    background: url(../images/yelp-icon.png) no-repeat left top;
    height:22px;
}
footer .social-icons .social-icon {
    margin:10px;
}
footer .social-icons .social-icon:hover {
    background-position: bottom left;
}


.footer-bottom {
    background-color: #55463C;
    text-align: center;
    padding: 5px 0;
    font-weight: 300;
}

.footer-bottom * {
    color: white; }












/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {

    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important; }


    a,
    a:visited {
        text-decoration: underline; }


    a[href]:after {
        content: " (" attr(href) ")"; }


    abbr[title]:after {
        content: " (" attr(title) ")"; }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""; }


    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }


    thead {
        display: table-header-group;
        /* h5bp.com/t */ }


    tr,
    img {
        page-break-inside: avoid; }


    img {
        max-width: 100% !important; }

    @page {
        margin: 0.5cm; }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }

    h2,
    h3 {
        page-break-after: avoid; } }

.modal a {
    text-decoration: none;
}

.modal a:hover {
    text-decoration: underline;
}

.checkout-jumbotron {
    margin-top:20px;
}

.ccm-core-commerce-order-shipping label, .ccm-core-commerce-order-billing label, table.ccm-results-list tr th, table.ccm-results-list tr.ccm-list-record-alt td, table.ccm-results-list tr.ccm-row-alt td, table.ccm-results-list tbody tr:hover td, table.ccm-results-list tbody tr:hover th, table.ccm-results-list tr.ccm-list-record:hover td {
    background-color:transparent !important;
    cursor: auto !important;
    border:none !important;
}

.ccm-core-commerce-order-shipping table td, .ccm-core-commerce-order-billing table td, table.ccm-results-list tr.ccm-list-record td, table.ccm-results-list tr.ccm-list-record-no-hover td {
    background-color:transparent !important;
    cursor: auto !important;
    border:none !important;
}


.picker__input.form-control[disabled], .picker__input.form-control[readonly], fieldset[disabled] .picker__input.form-control {
    cursor: pointer;
}

.well {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#order-total-table td:nth-of-type(3n) {
 text-align: left;
}

.apply-btn {
    text-decoration: underline;
    margin-left:5px;
}

.tip_amt_wrapper {
    position: relative;
    margin-left:-7px;
}