* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
    font-size: 0.625em;
}

body {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    font-size: 1.4em;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

body.About #content_container .blog_left h1 {
    display: none;
}

body.About #content_container .blog_left {
    font-size: 21px;
    color: #666666;
}

h1, h2, h3, h5, p {
    margin: 10px 0;
}
h4 {margin:30px 0 10px 0;font-size:1.1em;text-align:left;}

ul.collect{margin-left:30px;margin-bottom:20px;}

.left {
    float: left;
}

.right {
    float: right;
}

.col {
    float: left;
}

.clear {
    clear: both;
}

img {
    border: none;
}

a {
    color: #666666;
}

a:hover {
    color: #333;
}

.datepicker.dropdown-menu {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
}

.scrollToLink {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    font-size: 16px;
}

#main_container { /*margin: 0 auto -375px auto; height: auto !important; height: 100%; min-height: 100%;*/
    height: 100%;
}

/* Content */

#content_container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.screen-outer {
    min-height: 100%;
    position: relative;
}

.screen-inner {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
}

#splash_wrapper {
    background-image: url(../images/intro-bg-2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    font-family: 'Roboto', sans-serif;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/intro-bg-2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/intro-bg-2.jpg', sizingMethod='scale')";
}

#splash_wrapper {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}

#splash_container {
    display: table-cell;
    vertical-align: middle;
}

#splash_container {
    min-height: 600px;
    text-align: center;
}

#splash_wrapper .bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#splash_wrapper a {
    color: white;
}

#splash_wrapper .big-logo {
    position: relative;
    max-width: 80%;
}

#splash_wrapper .contact {
    font-family: 'Roboto', sans-serif;
    color: white;
    position: relative;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight:700;
    text-shadow: 2px 2px 6px #0b0b0b;
}

#splash_wrapper .contact .inner {
    display: inline-block;
}

#splash_wrapper .contact li {
    float: left;
    margin: 0 10px 0 20px;
}

#splash_wrapper .contact li:first-child {
    list-style: none;
}

#splash_wrapper .opening-soon-wrap {
    position: absolute;
    text-align: center;
    width: 100%;
}

#splash_wrapper .opening-soon {
    position: absolute;
    right: -35px;
    bottom: -70px;
    max-width: 30%;
    z-index: 2;
}

#menu_container {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    position: fixed;
    margin: 0;
    /*margin-top: -70px;
    position: relative;*/
    z-index: 20;
    left: 0;
    right: 0;
    text-align: center;
    background: rgb(0, 0, 0);
    background: #000;
    padding: 6px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#menu_container .nav ul {
    list-style: none;
    overflow: auto;
}

#menu_container .nav li {
    float: left;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    line-height: 1em;
    cursor: pointer;
}

#menu_container .nav li a {
    text-decoration: none;
    text-transform: uppercase;
}

#menu_container .nav li:hover a,
#menu_container .nav li.active a {
    color: #fff !important;
}

#menu_container .nav li.contact_screen:hover a,
#menu_container .nav li.contact_screen.active a {
    color: white !important;
}

#menu_container .nav li a {
    color: #fec401;
}

#menu_container .nav li a {
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

#menu_links {
    display: inline-block;
}

#menu_button {
    display: none;
    color: white;
    cursor: pointer;
    text-align: right;
    padding: 0 0.8em;
}

#menu_button i {
    font-size: 1.7em;
    margin-right: -0.4em;
    color: #fec401;
}

#menu_links li:first-child {
}

#full_small_logo {
    position: fixed;
    padding: 1em;
    display: none;
    z-index: 10;
}

#full_small_logo img {
    height: 10em;
}

.logo-link {
    position: fixed;
    margin: 50px 20px;
    z-index: 10;
}

.small-logo-white,
.small-logo-dark {
    position: relative;
    display: none;
}

.logo {
    float: left;
    position: absolute;
}

.mobile-logo {
    display: none;
}

#about_wrapper {
    background: #fff;
    color: #000;
    min-height: 0;
    text-align: center;
}

#about_container {
    padding: 80px 0;
}

#about_wrapper .col {
    position: relative;
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#about_wrapper .col img {
    width: 100%;
    height: auto;
}

#about_wrapper h3 {
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    padding: 30px 0 15px;
}

#about_wrapper .col p {
    text-align: left;
}

#about_wrapper .btn {
    background: #c8b066;
    display: inline-block;
    padding: 14px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    text-decoration: none;
}

#menus_wrapper {
    background: #000;
    min-height: 0;
    padding: 40px 0 50px 0;
}

#menus_wrapper .col1 {
    width: 40%;
    text-align: center;
    color: white;
}

#menus_wrapper .col1 .section-wrap {
    padding: 60px 80px 40px 0;
}

#menus_wrapper .col1 .section {
    padding-bottom: 30px;
}

#menus_wrapper .col1 h3 {
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    padding: 30px 0 15px;
}

#menus_wrapper .col1 p {
    text-align: left;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 8px 0 0;
}

#menus_wrapper .col2 {
    position: relative;
    width: 100%;
    text-align: center;
}

#menus_wrapper .col2 .menu-block {
    background: #000;
    padding: 40px 60px;
}

#menus_wrapper .col2 .menu-block h2 {
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}

#menus_wrapper .col2 .menu {
    display: none;
}

#menus_wrapper .col2 .menu.active {
    display: block;
}

#menus_wrapper .col2 .menu .section-wrap {
    overflow: auto;
}

#menus_wrapper .col2 .wprmm_menu ul li span.menu_price {
    min-width: 0;
}

#menus_wrapper .col2 .menu h1,
#menus_wrapper .col2 .menu h2 {
    display: none;
}

#menus_wrapper .col2 .nav ul {
    display: inline-block;
    list-style: none;
    overflow: auto;
}

#menus_wrapper .col2 .nav li {
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    float: left;
    font-size: 12px;
    line-height: 1em;
    cursor: pointer;
    margin: 0 12px;
    padding: 8px 12px;
    border: 1px solid transparent;
}

#menus_wrapper .col2 .nav li:hover,
#menus_wrapper .col2 .nav li.active {
    display: inline-block;
    border: 1px solid #bc9321;
    background: #e5e4e2;
}

#menus_wrapper .col2 .nav li a {
    text-decoration: none;
    text-transform: uppercase;
}

#menus_wrapper .col2 .menu_category {
    padding-top: 50px;
}

#menus_wrapper .col2 .menu li {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}

#menus_wrapper .col2 .menu li h3 {
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    text-transform: uppercase;
}

#menus_wrapper .col2 .menu li h3:before {
    content: "";
    border-top: 1px solid #7D7D7D;
    width: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -30px;
}

#menus_wrapper .col2 .menu li:first-child h3:before,
#menus_wrapper .col2 .menu li:nth-child(2) h3:before {
    display: none;
}

#menus_wrapper .col2 .menu li p {
    padding: 2px 0 20px 0;
}

#menus_wrapper .chocolates {
    position: absolute;
    bottom: -20px;
    right: 20px;
}

#menus_wrapper .btn {
    background: #fec401;
    display: inline-block;
    padding: 10px 10px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    text-decoration: none;
}
#menus_wrapper .btn:hover, #menus_wrapper.btn:focus{background:#e3a20b;}

.stockinfo {
    color: #fec401;
}

#chefs_wrapper {
    background: #fff;
    min-height: 0;
    padding: 40px 0 50px 0;
    color: #000;
}

#chefs_wrapper .col {
    color: #000;
}

#chefs_wrapper .col  p.stockinfo,
#chefs_wrapper .col .section p {
    text-align: left;
}

#chefs_wrapper .col p {
    /*text-align: left;*/
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 8px 0 0;
}


#chefs_wrapper .col h3 {
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 0;
    padding: 30px 0 15px;
}

#chefs_wrapper img {
    width: 80%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #fec401;
    background-color: #E3A20B;
}

#chefs_wrapper .col1 {
    width: 50%;
    text-align: center;
}

#chefs_wrapper .col2 {
    width: 50%;
    text-align: center;
}

#chefs_wrapper .col3 {
    width: 33%;
    text-align: center;
}

#chefs_wrapper .chocolates {
    position: absolute;
    bottom: -20px;
    right: 20px;
}

#chefs_wrapper .btn {
    background: #fec401;
    display: inline-block;
    padding: 10px 10px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.stockinfo {
    color: #fec401;
}
.stockinfo:hover, .stockinfo:focus{color:#e3a20b;}

#gallery_wrapper {
    height: 100%;
    padding: 0;
    margin-top: -1px;
}

#gallery_container {
    max-width: 100%;
    overflow: hidden;
}

#gallery_wrapper .nav_links {
    bottom: 50px;
    text-align: center;
    position: absolute;
    width: 100%;
}

#gallery_wrapper .nav_links .slider_links {
    display: inline-block;
}

#gallery_wrapper .nav_links .gallery_link {
    border-radius: 200px;
    background: #ffffff;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 12px;
    cursor: pointer;
    background-clip: padding-box;
    border: 2px solid transparent;
}

#gallery_wrapper .nav_links .gallery_link:hover,
#gallery_wrapper .nav_links .gallery_link.active {
    border: 2px solid #fec401;
}

#gallery_wrapper .left-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
}

#gallery_wrapper .right-arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
}

#plan-your-menu_wrapper {
    background: #fff;
    min-height: 0;
}

#plan-your-menu_wrapper .col1 {
    width: 50%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 110px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#plan-your-menu_wrapper h3 {
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

#plan-your-menu_wrapper p {
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    text-align: left
}

#plan-your-menu_wrapper ul {
    list-style: none;
    display: inline-block;
    padding-top: 20px;
}

#plan-your-menu_wrapper li {
    float: left;
    padding: 0 3px;
}

#plan-your-menu_wrapper li:first-child {
}

#plan-your-menu_wrapper .col2 {
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    color: #999;
    text-transform: uppercase;
    width: 50%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#plan-your-menu_wrapper .col2 p.text-left {
    position: relative;
    text-align: left;
    line-height: 42px;
}

#plan-your-menu_wrapper .email a {
    color: #000;
}

#plan-your-menu_wrapper .email a:hover {
    color: #fec401;
}

/* Footer */

#footer_container {
    background: #000;
    color: white;
    text-align: center;
    position: relative;
}

#footer {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
}

#footer_container .social-contact .inner {
    display: inline-block;
}

#footer_container .social-contact .social {
    display: inline-block;
    float: left;
    list-style: none;
}

#plan-your-menu_wrapper .col1 .social a {
    float: left;
    margin: 0 5px;
    height: 26px;
    opacity: 0.8;
}

#plan-your-menu_wrapper .col1 .social a:hover {
    opacity: 1;
}

#plan-your-menu_wrapper .col1 .socialbutton {
    margin-bottom: 20px;
}

#footer_container .social-contact .contact {
    display: inline-block;
    padding: 8px 20px;
    float: right;
    overflow: auto;
    list-style: none;
}

#footer_container .social-contact .contact li {
    float: left;
    padding: 0 20px;
    line-height: 13px;
    border-right: 1px solid white;
}

#footer_container .social-contact .contact li:last-child {
    border-right: 0;
}

#footer_container .social-contact .contact li a {
    color: white;
}

#footer_container .lower-right {
    position: absolute;
    bottom: 26px;
    right: 20px;
    font-size: 12px;
}

#footer_container .lower-right a {
    color: white;
}

.footer_widgets_cont {
    display: none;
}

.search_cont {
    float: right;
    margin: 0 6.7% 0 0;
    width: 21%;
    position: relative;
}

.search_cont form {
    position: relative;
    width: 100%;
}

.search_cont input[type=text] {
    width: 70%;
    padding: 0 8px;
    height: 23px;
    border: 1px solid #E5E5E5;
    padding: 0 8px;
    float: left;
    font-style: italic;
}

.search_icon {
    float: left;
    margin: 7px 0 0 8px;
}

/* for less than full size */

@media screen and (max-width: 1400px) {

    #menus_container {
        padding: 0 40px;
    }

    #footer_container .social-contact .inner {
        width: auto;
    }

    #footer_container .social-contact .social {
        float: none;
    }

    .social-contact .contact {
        padding: 28px 20px;
        display: block;
        float: none;
    }

    #footer_container .lower-right {
        position: relative;
        bottom: 0;
        right: 0;
    }

}

@media screen and (max-width: 1200px) {

    .screen-outer {
        padding: 0;
    }

    .screen-inner {
        max-width: 90%;
    }

    #menus_container {
        padding: 0;
    }

    #plan-your-menu_wrapper h3 {
        font-size: 16px;
    }

}

@media screen and (max-width: 1000px) {

    #splash_wrapper {
        overflow: visible;
    }

    #splash_wrapper .opening-soon-wrap {
        bottom: -80px;
    }

    #splash_wrapper .opening-soon {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 50%;
    }

    #menus_wrapper .col2 .menu-block {
        padding: 40px 0;
    }

    #menus_wrapper .col2 .menu {
        padding: 0 40px;
    }

    .menu_item,
    #menus_container .menu li {
        width: 100%;
    }

    #menus_wrapper .col2 .nav li {
        margin: 0 6px;
    }

    #chefs_wrapper {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-position: top;
    }

    #plan-your-menu_wrapper .col1 {
        padding: 110px 20px 20px 20px;
    }

    #plan-your-menu_wrapper .col2 {
        padding: 50px 20px 20px 20px;
    }

    #plan-your-menu_wrapper .col2 form {
        width: auto;
    }

}

@media screen and (max-width: 800px) {

    .col {
        float: none;
    }

    #about_wrapper .col {
        width: 100%;
    }

    #about_wrapper .col:first-child {
        padding-bottom: 40px;
    }

    #about_wrapper h3:before {
        content: "";
        border-top: 1px solid #fff;
        width: 80px;
        position: absolute;
        left: 50%;
        margin-left: -45px;
        top: -30px;
    }

    #about_wrapper .col:first-child h3:before {
        display: none;
    }

    #menus_wrapper .col1 {
        width: 100%;
    }

    #collums_wrapper .col {
        width: 100%;
    }

    #menus_wrapper .col1 .section-wrap {
        padding: 0 40px 40px 40px;
    }

    #menus_wrapper .col1 h3 {
        padding-top: 50px;
    }

    #menus_wrapper .col1 h3:before {
        content: "";
        border-top: 1px solid #fff;
        width: 80px;
        position: absolute;
        left: 50%;
        margin-left: -40px;
        margin-top: -30px;
    }

    #menus_wrapper .col1 h3:first-child:before {
        display: none;
    }

    #menus_wrapper .col1 h3:first-child {
        padding-top: 30px;
    }

    #menus_wrapper .col2 .menu {
        padding: 0 60px;
    }

    #menus_wrapper .col2 {
        width: 100%;
    }

    #events-we-cater_wrapper li {
        width: 100%;
        float: none;
    }

    #chefs_wrapper {
        overflow: visible;
        padding: 0;
        margin-bottom: 0;
        display: block;
    }

    #chefs_container {
        padding: 400px 0 200px 0;
        left: 5%;
        margin-left: 0;
        height: auto;
        position: relative;
        display: block;
    }

    #chefs_wrapper .chefs-inner {
        padding: 0;
        border: 0;
        border-radius: 0;
        height: auto;
        width: auto;
    }

    #chefs_wrapper .chefs {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        padding: 0 60px;
        border-radius: 0;
        background: none;
    }

    #chefs_wrapper .chefs h3:after {
        display: none;
    }

    #chefs_wrapper .fresh-local-color {
        text-align: center;
        right: 0;
        width: 100%;
        bottom: -140px;
    }

    #chefs_wrapper .fresh-local-color img {
        max-width: 90%;
    }

    #plan-your-menu_wrapper .col1 {
        width: 100%;
        padding: 160px 60px 20px 60px;
    }

    #plan-your-menu_wrapper .col2 {
        width: 100%;
    }

    #plan-your-menu_wrapper .col2 form {
        width: 400px;
    }

}

@media screen and (max-width: 600px) {
    #splash_wrapper .big-logo {
        position: relative;
        max-width: 80%;
    }

    #menu_container {
        height: auto;
        min-height: 40px;
    }

    #menu_links {
        display: none;
    }

    #menu_links li:first-child,
    #menu_links.clicked,
    #menu_button {
        display: block;
    }

    #menu_container .nav li {
        float: none;
        text-align: right;
    }

    /*#splash_wrapper .big-logo {position:relative;top: auto;left: auto;margin: 0;}*/
    #splash_wrapper .contact {
        position: relative;
        top: auto;
        margin-top: 0;
        padding-top: 20px;
    }

    #splash_wrapper .contact li {
        display: block;
        float: none;
    }

    #menus_wrapper .col2 {
        background: #000;
        padding-bottom: 80px;
        margin-bottom: 70px;
    }

    #menus_wrapper .col2 .menu li {
        width: 100%;
    }

    #menus_wrapper .col2 .menu li:nth-child(2) h3:before {
        display: block;
    }

    #menus_wrapper .btn {
        margin-top: 0;
    }

    #accent_wrapper {
        display: table;
        width: 100%;
        padding: 0;
    }

    #accent_container {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    #accent_wrapper .accent_stamp {
        display: inline-block;
    }

    #events-we-cater_wrapper h2 {
        font-size: 22px;
    }

    #chefs_container {
        padding: 300px 0 200px 0;
    }

    #chefs_wrapper .chefs {
        padding: 0 20px;
    }

    #plan-your-menu_wrapper .col1 {
        padding: 160px 20px 20px 20px;
    }

    #plan-your-menu_wrapper .col2 form {
        width: auto;
    }

    #plan-your-menu_wrapper .col2 .break-to-new-row {
        display: block;
        text-align: right
    }

    #footer_container .social-contact .contact li {
        float: none;
        line-height: 28px;
        border-right: 0;
    }

}

@media screen and (max-width: 400px) {
    #splash_wrapper .big-logo {
        position: relative;
        max-width: 40%;
    }

    #about_wrapper h3 {
        font-size: 17px;
    }

    #menus_wrapper .col1 .section-wrap {
        padding: 0 20px 40px 20px;
    }

    #menus_wrapper .col2 .menu-block {
        padding: 40px 0 0 0;
    }

    #menus_wrapper .col2 .menu-block h2 {
        font-size: 17px;
    }

    #menus_wrapper .col2 .nav li {
        margin: 0 2px;
        padding: 8px 6px;
    }

    #menus_wrapper .col2 .menu {
        padding: 0 20px;
    }

    #menus_wrapper .col2 .menu_category {
        padding-top: 30px;
    }

    #menus_wrapper .col2 .menu li h3 {
        font-size: 14px;
    }

    #events-we-cater_wrapper h2 {
        font-size: 17px;
    }

    #chefs_wrapper h3 {
        font-size: 18px;
    }

    #chefs_container {
        padding: 200px 0;
    }

    #plan-your-menu_container {
        padding-top: 70px;
    }

    #plan-your-menu_wrapper ul {
        display: none;
    }

    #plan-your-menu_wrapper .col1 {
        padding: 110px 20px 40px 20px;
    }

    #plan-your-menu_wrapper .col2 {
        padding: 20px;
    }

    #plan-your-menu_wrapper .col2 p.text-left span.label {
        min-width: 0;
    }

}

/* for less than full size */

@media screen and (max-width: 750px) {

    .search_cont {
        display: none;
    }

    .full-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    #content_container {
        width: 100%;
    }

}

@media only screen and (max-width: 530px) {

    #menus_container .nav li {
        float: none;
    }

}