html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*****************************************************************************************/
/********************* GLOBAL CSS FOR INSIGHT MAIL **************************************/
/*****************************************************************************************/
body {
    font-family: "Raleway";
    font-size: 14px;
    line-height: 1.2;
    background: url(../img/bg-pattern.jpg) repeat-y right 0 #bdbeb9;
    background-attachment: fixed;
    color: #222;
}

b{
    font-weight: bold;
}

a {
    color: #ff8711;
}

a:hover, a:focus {
    color: #ff8711;
    outline: 0;
    text-decoration: none;
}

p {
    line-height: 1.5;
    font-family: arial;
}

p strong {
    font-weight: bold;
}

p .exerg {
    color: #ff8711;
}

@media (min-width: 992px) {
    .container {
        width: 990px;
    }
}

header {
    padding: 0 0 0;
}

header .container {
    position: relative;
}

header .container > div {
    padding: 40px 0 15px;
    background: rgba(255, 255, 255, 0.9)
}

h1 {
    font-size: 36px;
}

/*h2 { font-size:16px; font-weight:bold; text-transform:uppercase; }*/
hr {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    display: block;
    max-width: 100%;
}

.navbar-toggle {
    margin-top: 28px;
}

.navbar-toggle .icon-bar {
    background: #fabe00;
}

.navbar-nav {
    margin-top: 65px;
}

.navbar-nav > li > a {
    position: relative;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 25px;
}

.navbar-nav > li > a:hover, .nav > li > a:focus, .nav > li > a:hover {
    background: #f9b600;
}

.navbar-nav > li.active > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3Px;
    background: #f9b600;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -3px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #ffde00
}

.dropdown-menu > li > a {
    position: relative;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    display: block;
    padding: 0 13px;
}

.dropdown-menu > li > a i {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 45px;
    color: #f9b600;
}

@media (max-width: 768px) {
    .navbar-brand {
        max-width: 300px;
    }
}

@media (max-width: 400px) {
    .navbar-brand {
        max-width: 200px;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-nav {
        margin-top: 0;
        background: #fff;
    }

    .navbar-nav > li > a {
        color: #222;
    }

    .dropdown-menu > li > a {
        margin-left: 10px;
    }
}

.row.nm {
    margin: 0;
}

.row.nm > * {
    padding: 0;
}

#newsletter-form {
    margin-bottom: 10px;
    overflow: hidden;
    background: #ffffff;
    padding: 22px 40px;
    border-bottom: 5px solid #f9b600;
}

#newsletter-form i {
    color: #f9b600;
    line-height: 42px;
    margin: 0 10px;
}

#newsletter-form .title {
    letter-spacing: 1px;
    float: left;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    text-transform: uppercase;
}

input[type="text"], input[type="email"], textarea {
    border-radius: 0;
    height: 42px;
    padding: 15px;
    width: 100%;
    border: 1px solid #e9e4d7;
}

.form-group > div {
    margin-top: 10px;
}

#newsletter-form .form-group {
    position: relative;
    margin: 0;
}

button {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    height: 36px;
    background: #f9b600;
    color: #272727;
    padding: 5px 16px;
    position: absolute;
    border: 0;
    top: 3Px;
    right: 3Px;
}

#find-us-push {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px 30px;
    background: #f9b600;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.6);
}

#find-us-push .title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 10px;
    width: 120px;
    float: left;
    line-height: 45px;
    color: #ffffff;
}

#find-us-push ul {
    margin-left: 120px;
}

#find-us-push ul li {
    float: left;
    width: 33%;
    padding: 0 4px;
}

#find-us-push ul li a {
    margin: 1px;
    position: relative;
    font-size: 14px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    display: block;
    padding: 0 13px;
    background: #ffffff;
}

#find-us-push ul li a i {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 45px;
    color: #f9b600;
}

#foot {
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.8);
    margin-top: 50px;
    background: url(../img/bg-footer.jpg) repeat-y center 0;
}

#foot #find-us-push {
    margin-top: -50px;
}

#footer {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 30px 30px;
    color: #fff;
}

#footer .title {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#footer .title:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 8px 0 10px 0;
}

#footer p {
    margin-bottom: 15px;
    font-family: arial;
}

#footer i {
    color: #f9b600;
}

#footer a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

#footer ul {
    border-bottom: 3px solid #f9b600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#footer ul a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
}

.copyright {
    font-size: 13px;
    color: #fff;
    margin-bottom: 120px;
}

#private-event-link {
    position: absolute;
    right: 40px;
    top: 0;
    background: #fabe00;
    padding: 6px 10px;
    color: #272727;
    font-weight: bold;
    text-transform: uppercase;
}

#contact-us-link {
    position: absolute;
    right: 180px;
    top: 0;
    background: none;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #footer .col-md-4 {
        margin-bottom: 30px;
    }

    #find-us-push ul li {
        width: 33.333%;
        margin-bottom: 8px;
    }
}

@media (max-width: 768px) {
    #find-us-push ul li {
        width: 50%;
        margin-bottom: 8px;
    }
}

@media (max-width: 600px) {
    #find-us-push ul li {
        width: 100%;
        margin-bottom: 8px;
    }
}

/* HOMEPAGE */
#welcome {
    height: 430px;
    position: relative;
}

#welcome .parallax-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 430px;
}

#welcome .parallax {
    position: absolute;
    left: 0;
    top: 0;
}

#welcome .intro {
    z-index: 2;
    position: relative;
    background: rgba(249, 182, 0, 0.9);
    top: 75px;
    padding: 55px 60px 40px;
    color: #272727;
}

#welcome .intro h1 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px;
}

#welcome .intro h1 strong {
    font-weight: bold;
}

#welcome .intro p {
    font-family: arial;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

#push-we-are-here {
    background: #fff;
    z-index: 3;
    padding: 45px 35px;
}

#push-we-are-here .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

#push-we-are-here .title:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 10px 0 13px 0;
}

#push-we-are-here p {
    font-family: arial;
    font-size: 14px;
    font-weight: 400;
}

#push-we-are-here p strong {
    font-weight: bold;
}

#push-we-are-here .btn {
    border: 3px solid #f9b600;
    border-radius: 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    line-height: 30px;
}

#push-we-are-here .btn i {
    margin-left: 20px;
}

@media (max-width: 992px) {
    #welcome {
        height: auto;
    }

    #welcome .intro {
        top: 0;
    }

    #welcome .parallax-wrapper {
        height: 100%;
    }

    #push-we-are-here {
        position: relative;
    }
}

@media (min-width: 992px) {
    #welcome .intro:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -50px;
        background: rgba(249, 182, 0, 0.8);
        height: 280px;
        width: 50px;
    }

    #welcome .intro:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -50px;
        background: rgba(249, 182, 0, 0.8);
        height: 280px;
        width: 50px;
    }

    #welcome .intro {
        padding-right: 400px;
        height: 280px;
    }

    #push-we-are-here {
        position: absolute;
        top: 15px;
        right: 3%;
        width: 260px;
        min-height: 350px;
    }
}

#home-menu {
    position: relative;
    overflow: hidden;
    background: url(../img/home-menu.jpg) no-repeat 0 0;
}

#home-menu .col-md-8 {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}

#home-menu img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
}

#home-menu .title {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 27px;
}

#home-menu .title span {
    font-weight: bold;
    display: block;
}

#home-menu .title:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 15px 0 18px 0;
}

#home-menu .wrap {
    position: relative;
    z-index: 2;
    float: right;
    padding: 30px 20px 30px 45px;
    height: 320px;
    max-width: 320px;
    background: #fff;
}

#home-menu .link {
    float: right;
    width: 320px;
    height: 320px;
    text-align: center;
}

#home-menu .link a {
    display: inline-block;
    margin-top: 135px;
    background: #f9b600;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
}

#home-menu .link a i {
    margin-left: 10px;
}

#home-menu p {
    font-family: arial;
    font-size: 14px;
    font-weight: 400;
}

#home-story {
    padding: 50px 40px;
    height: 320px;
    background: url(../img/home-story-bg-2.jpg) no-repeat right 0 #ffcc00;
	background-size:cover;
    color: #ffffff;
}

#home-story .title {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 27px;
}

#home-story .title span {
    font-weight: bold;
    display: block;
}

#home-story .title:after {
    content: '';
    display: block;
    background: #ffffff;
    width: 50px;
    height: 3px;
    margin: 15px 0 18px 0;
}

#home-story p {
    font-family: arial;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

#home-story a {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#home-story a:hover {
    color: #222;
}

#home-story a i {
    color: #f9b600;
    margin-left: 10px;
}

#home-news {
    padding: 50px 40px;
    height: 320px;
    background: #ffffff;
    color: #f9b600;
}

#home-news .title {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 27px;
}

#home-news .title span {
    font-weight: bold;
    display: block;
}

#home-news .title:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 15px 0 18px 0;
}

#home-news p {
    color: #111111;
    font-family: arial;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

#home-news a {
    color: #f9b600;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#home-news a:hover {
    color: #222;
}

#home-news a i {
    color: #f9b600;
    margin-left: 10px;
}

#follow-us {
    background: url(../img/follow-us-bg.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: 640px;
}

#follow-us .wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 260px;
    height: 260px;
    padding-top: 50px;
    background: #f9b600;
    text-align: center;
    color: #ffffff;
}

#follow-us .wrapper .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#follow-us .wrapper a {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    margin: 4px 10px;
}

#follow-us .wrapper a:hover {
    color: #222;
}

#private-event {
    background: url(../img/private-events-bg.jpg) no-repeat 0 0;
    background-size: cover;
    height: 320px;
    width: 640px;
    text-align: center;
    position: relative;
}

#private-event a {
    z-index: 2;
    display: inline-block;
    margin-top: 135px;
    background: #f9b600;
    padding: 15px 50px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}

#private-event:before {
    z-index: 1;
    width: 280px;
    height: 80px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    top: 119px;
    background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
    #home-menu .col-md-8 {
        width: 640px;
    }

    #home-menu .col-md-4 {
        width: 320px;
    }
}

@media (max-width: 992px) {
    #home-menu .wrap {
        max-width: none;
    }

    #home-menu .col-md-8 {
        background-size: 100% 100%;
    }

    #home-story {
        padding-right: 40px;
        background-size: 100% auto;
    }

    #private-event {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #home-menu .wrap {
        padding-bottom: 20px;
    }

    #home-menu .link, #home-menu .wrap {
        height: auto;
    }

    #home-menu .link a {
        margin: 0 auto 40px;
    }
}

/* PRODUCTS */
#product-top .breadcrumbs {
    margin-top: 20px;
    float: left;
    color: #fabe00;
    margin-bottom: 10px;
}

#product-top .breadcrumbs a {
    color: #fabe00;
    margin-bottom: 0;
    opacity: 0.6;
}

#product-top .breadcrumbs a:hover {
    opacity: 1;
}

#product-top h1 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fabe00;
}

#product-top h1.title {
    float: left;
    font-size: 36px;
    margin-bottom: 20px;
}

#product-top {
    padding: 40px 30px 40px 60px;
    background: url(../img/district-bg.jpg) no-repeat right top #f3f3f3
}

#product-top .content {
    padding-top: 20px;
    padding-right: 80px;
}

#product-top h2 {
    clear: both;
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 15px;
}

#product-top h2 strong {
    font-weight: bold;
}

#product-top p {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

#product-top .product-text > div {
    position: relative;
    z-index: 2;
}

#product-top .product-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0.9;
    z-index: 1;
    margin: -40px 15px -70px -45px;
}

#oil {
    background: #fabd00;
    background-image: url(../img/bg_oil.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: 29px;
}

#oil .oil {
    margin-top: -40px;
}

#oil .content {
    position: relative;
    z-index: 2;
    padding: 70px 70px 0;
}

#oil .content .title {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 20px;
}

#oil .content .title strong {
    font-weight: bold;
}

#oil .content p {
    text-align: justify;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#bottom-products {
    background: url(../img/bottom-products-2.jpg) no-repeat center 0 #f1f1f1;
    padding: 120px 40px;
    text-align: center;
}

#bottom-products a {
    display: inline-block;
    background: #f9b600;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
}

#bottom-products a i {
    margin-left: 10px;
}

/* MENU */
#menu {
    padding-top: 20px;
    background: url(../img/district-bg.jpg) no-repeat right top #f3f3f3;
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

#menu .breadcrumbs {
    margin-top: 20px;
    float: left;
    color: #fabe00;
    margin-bottom: 10px;
}

#menu .breadcrumbs a {
    color: #fabe00;
    margin-bottom: 0;
    opacity: 0.6;
}

#menu .breadcrumbs a:hover {
    opacity: 1;
}

#menu h1 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fabe00;
}

/*#menu .intro  { z-index:2; position:relative; background:rgba(249,182,0,0.8); padding:40px 60px 0; color:#fff; }*/
#menu .head {
    min-height: 320px;
    z-index: 2;
    position: relative;
    padding: 40px 60px 40px;
}

#menu .head .row {
    clear: both;
}

#menu .head h1.title {
    float: left;
    font-size: 36px;
    margin-bottom: 20px;
}

#menu .head h2.title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}

#menu .head h2.title strong {
    font-weight: bold;
}

#menu .head .wrap {
    clear: both;
}

#menu .head p {
    font-family: arial;
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    color: #222;
    margin-bottom: 20px;
}

#menu .head p strong {
    font-weight: bold;
}

#menu .head img {
    float: right;
    display: block;
    max-width: 100%;
    margin-top: -10px;
}

#menu-details {
    background: #fabe00;
    padding-top: 60px;
    padding-left: 20px;
}

#menu-details .text {
    color: #272727;
    padding: 0 20px 0 10px;
}

#menu-details .text .title {
    font-size: 22px;
    font-weight: 26px;
    text-align: justify;
    margin-bottom: 15px;
}

#menu-details .text .title strong {
    font-weight: bold;
}

#menu-details .text p {
    font-family: arial;
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
}

#menu-details .text p strong {
    font-weight: bold;
}

#menu-details .salad {
    margin-top: 0;
    position: relative;
    z-index: 2;
}

#menu-details .rice {
    margin-bottom: 10px;
    display: block;
}

#menu-details .currently {
    font-size: 22px;
    line-height: 1;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1Px;
    text-transform: uppercase;
    color: #fff;
    background: url(../img/arrow-currently.png) no-repeat 10px bottom;
    padding-left: 40px;
    height: 185px;
    margin-top: 20px;
}

.currently {
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    padding: 0 40px 10px;
}

#menu-items {
    padding: 10px 0 0;
    position: relative;
    z-index: 200;
    background: url(../img/menu-bottom.jpg) no-repeat right bottom #f3f3f3;
}

#menu-items .row {
    margin-left: -5px;
    margin-right: -5px;
}

#menu-items .row > * {
    padding: 0 5px;
}

#menu-items .item {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}

#menu-items .item:after {
    clear: both;
    display: table;
    content: '';
}

#menu-items .item .image {
    float: left;
}

#menu-items .item .content {
    margin-left: 380px;
    padding: 30px 30px 30px 0;
}

#menu-items .item .name {
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

#menu-items .item .name:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 15px 0 18px 0;
}

#menu-items .item p {
    font-family: arial;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

#menu-items .item p.info {
    font-size: 14px;
    color: #ce9c19;
    font-style: italic;
}

#menu-items .item span {
    color: #999;
    cursor: help;
}

#menu-items .item.wrap {
    padding: 30px;
}

#menu-items .item.wrap img {
    margin-left: -10px;
    margin-bottom: 10px;
}

#menu-items .item.wrap .name:after {
    display: none;
}

#menu.summer #menu-items .item.wrap .name:after {
    display: block;
}

#menu-items .item.small img {
    float: none;
}

#menu-items .item.small .content {
    margin: 0;
    padding: 0px 30px 24px;
}

#menu-items .item a {
    color: #666;
}

#menu-items .item hr {
    border-top: 3px solid #f9b600;
}

#menu .links {
    display: block;
    margin-top: 340px;
    text-align: center;
    overflow: hidden;
}

#menu .links li {
    display: inline-block;
    margin: 5px;
}

#menu .links a {
    display: inline-block;
    background: #f9b600;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
}

#menu-foot {
    background: #fabe00;
    padding: 50px 30px 40px 50px;
}

#menu-foot .qty {
    margin-top: 5px;
    color: #272727;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

#menu-foot a {
    color: #272727;
    font-weight: bold;
    font-size: 16px;
}

#menu-foot a:hover {
    text-decoration: underline;
}

#menu-foot a i {
    color: #a66f2c;
    margin-left: 10px;
}

#menu-foot #food-rating {
    padding: 15px 20px 0;
    margin: 10px 0 20px;
    background: rgba(255, 255, 255, 0.25);
}

@media (min-width: 992px) {
    #menu .intro:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -50px;
        background: rgba(249, 182, 0, 0.8);
        height: 100%;
        width: 50px;
    }

    #menu .intro:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -50px;
        background: rgba(249, 182, 0, 0.8);
        height: 100%;
        width: 50px;
    }

    #menu .intro {
        padding-right: 350px;
    }
}

@media (max-width: 992px) {
    #menu-details .text {
        padding: 30px;
    }

    #menu .intro img {
        display: none;
    }
}

@media (max-width: 768px) {
    #menu-items .item .image {
        float: none;
    }

    #menu-items .item .content {
        margin: 0;
        padding: 30px;
    }
}

/* DISTRICT */
#district {
    background: url(../img/district-bg.jpg) no-repeat 0 0;
}

#district #district-top {
    padding: 65px 50px;
}

#district #district-top .back {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #f9b600;
}

#district #district-top .back:hover {
    color: #333;
}

#district .content .title {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
}

#district .content .title:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 15px 0 18px 0;
}

#district p {
    text-align: justify;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#district-slide {
    background: #ffffff;
    overflow: hidden;
    border: 5px solid #222;
    max-width: 460px;
    max-height: 300px;
    margin: 30px auto 0;
}

#district .date {
    background: #fabe00;
    padding: 15px 30px 15px 65px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
	position:relative;
}

#district .date i {
    background: #222;
    color: #fff;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 30px;
    margin: 0;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 15px;
    top: 14px;
}

#district-map {
    height: 400px;
}

/* CONCEPT */
#concept {
    background: url(../img/district-bg.jpg) no-repeat 0 0;
}

#concept #concept-top {
    padding: 65px 50px;
}

#concept .content .title {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
}

#concept .content .title:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 15px 0 18px 0;
}

#concept p {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

#concept-slide {
    overflow: hidden;
    border: 5px solid #222;
    width: 460px;
	max-width:100%;
    max-height: 300px;
    margin: 30px auto 0;
}

#concept-slide img {
    width: 100%;
}

#concept-img {
    background: #222222;
    margin: 0 -20px;
    padding: 8px;
}

#concept-img .row {
    margin: 0 -4px;
}

#concept-img .row > div {
    padding: 0 4px;
}

#concept-video .title {
    margin-top: 40px;
    font-size: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1.1;
    text-align: justify;
    margin-bottom: 15px;
}

#concept-video .title:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 15px 0 18px 0;
}
#concept-video .row  { margin-bottom:20px;  }

#concept-video iframe { width:100%; }
#concept-video .row .story-img { 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
@media (min-width:992px) { 
	#concept-video .row:nth-child(2) { flex-direction:row-reverse; }
	#concept-video .row  { display:flex; flex-wrap:wrap;  }
}
@media (max-width:992px) { #concept-video .row .story-img { width: 100%; }}

#concept-video .title strong {
    font-weight: bold;
}

#concept-video {
    padding: 40px 30px;
    background: #ffffff;
}

#concept-video .video {
    border: solid 5px #222;
}

#concept #concept-bottom {
    background: #fff;
    padding: 65px 50px;
}

#concept #concept-bottom {
    background: #fabe00;
    color: #272727;
    padding: 0 50px 45px;
}

#concept #concept-bottom .content {
    padding: 65px 10px 0;
}

#concept #concept-bottom .title {
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 15px;
}

#concept #concept-bottom .title:after {
    display: none;
}

#concept #concept-bottom .title strong {
    font-weight: bold;
}

#news-push {
    background: #262626;
    padding: 50px;
}

#news-push > .title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

#news-list {
    margin-left: -5px;
    margin-right: -5px;
}

#news-list .item {
    color: #fff;
    padding: 5px;
}

#news-list .item > div {
    overflow: hidden;
    position: relative;
}

#news-list .item > div:hover {
    background: #222;
    cursor: pointer;
}

#news-list .item > div:hover .title {
    color: #f9b600;
}

#news-list .image {
    float: left;
    margin-right: 25px;
    width: 400px;
}

#news-list .title {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}

#news-list .desc {
    padding-right: 30px;
}

#news-list a {
    color: #f9b600;
    float: right;
}

#news-list a:hover {
    text-decoration: underline;
}

#news-list .owl-nav {
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

#news-list .owl-next, #news-list .owl-prev {
    display: inline-block;
    width: 40px;
    margin: 0 5px;
}

#news-list .owl-next i {
    background: #f9b600;
    color: #fff;
    border-radius: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

#news-list .owl-prev i {
    background: #f9b600;
    color: #fff;
    border-radius: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

#press-push {
    background: #e9e9e9;
    padding: 30px;
}

#press-push > .title {
    color: #222;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

#press-list {
    margin-left: -5px;
    margin-right: -5px;
}

#press-list .item {
    padding: 5px;
}

#press-list .item > div {
    overflow: hidden;
    position: relative;
    background: #fafafa;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}

#press-list .item > div:hover {
    background: #fff;
    cursor: pointer;
}

#press-list .item > div:hover .title {
    color: #f9b600;
}

#press-list .image {
    float: left;
    margin-right: 15px;
    width: 160px;
}

#press-list .title {
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
}

#press-list a {
    color: #f9b600;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

#press-list a:hover {
    text-decoration: underline;
}

#press-list .owl-nav {
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

#press-list .owl-next, #press-list .owl-prev {
    display: inline-block;
    width: 40px;
    margin: 0 5px;
}

#press-list .owl-next i {
    background: #f9b600;
    color: #fff;
    border-radius: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

#press-list .owl-prev i {
    background: #f9b600;
    color: #fff;
    border-radius: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

#link-who-we-are {
    display: block;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}

#link-who-we-are a {
    display: block;
    background: #272727;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 30px 20px 30px 270px;
    margin-top: 240px;
    margin-bottom: 70px;
}

#link-who-we-are img {
    position: absolute;
    left: 10px;
    top: 0;
}

@media (max-width: 992px) {
    #concept-img img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 768px) {
    #concept-img .col-sm-4 {
        display: none;
    }

    #concept-img .col-sm-4:first-child {
        display: block;
    }

    #link-who-we-are a {
        margin-bottom: 50px;
    }

    #link-who-we-are img {
        display: none;
    }

    #press-list .image {
        float: none;
        overflow: hidden;
        width: auto;
        margin: 0;
    }

    #press-list .image img {
        width: 100%;
    }

    #press-list a {
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        text-align: right;
        margin-top: 10px;
    }
}

/* team */
#team {
    background: url(../img/district-bg.jpg) no-repeat 0 0;
}

#team #team-top {
    padding: 65px 50px 20px;
}

.breadcrumbs {
    overflow: hidden;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.breadcrumbs li {
    float: left;
    margin-right: 10px;
}

.breadcrumbs a {
    color: #222;
}

.breadcrumbs a:after {
    margin-left: 13px;
    font-family: 'FontAwesome';
    content: '\f0da';
    display: inline-block;
}

.breadcrumbs > li:first-child a {
    color: #fabe00;
}

.breadcrumbs > li:first-child a:after {
    color: #fabe00;
    content: '\f105';
}

#team .content .title {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
}

#team .team-member {
    padding-bottom: 50px;
    background: url(../img/team-bg-stephen-sep.jpg) no-repeat right top #ffffff;
}

#team .team-member.afroditi {
    background: url(../img/team-bg-afroditi-sep.jpg) no-repeat right top #ffffff;
}

#team .team-member.telemaque {
    background: url(../img/team-bg-telemaque-sep.jpg) no-repeat right top #ffffff;
}

#team .team-member .name {
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

#team .team-member .name:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 15px 0 18px 0;
}

#team .team-member img {
    max-width: 110%;
    border: 5px solid #222;
    margin: 0 -20px;
}

#team .team-member p {
    font-size: 15px;
    text-align: justify;
}

@media (max-width: 992px) {
    .team-member {
        padding: 300px 30px;
    }
}

/* FIND US */
#find-us {
    background: url(../img/district-bg.jpg) no-repeat 0 0;
}

#find-us #find-us-top {
    padding: 65px 50px;
}

#find-us #find-us-top .breadcrumbs {
    margin-bottom: 10px;
}

#find-us .content .title {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
}

#find-us .content .title:after {
    content: '';
    display: block;
    background: #f9b600;
    width: 50px;
    height: 3px;
    margin: 15px 0 18px 0;
}

#find-us p {
    text-align: justify;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#find-us-slide {
    background: #ffffff;
    overflow: hidden;
    border: 5px solid #222;
    max-width: 460px;
    max-height: 300px;
    margin: 30px auto 0;
}

#find-us .date {
    background: #fabe00;
    padding: 20px 30px;
    font-size: 15px;
    font-weight: 400;
}

#find-us .date i {
    background: #222;
    color: #fff;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 30px;
    margin: -15px 10px -15px 0;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#find-us-map {
    height: 400px;
}

#today .where {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
}

#today .time {
    font-weight: bold;
    text-transform: none;
    font-size: 22px;
    margin: 12px 0;
    letter-spacing: 2px;
}

#today a {
    display: inline-block;
    background: #f9b600;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
}

#today a i {
    margin-left: 10px;
}

#find-us-calendar {
    background: #fff;
}

#find-us-calendar > div {
    padding: 15px;
}

#find-us-calendar > div:nth-child(odd) {
    background: #f8f7f5;
}

#find-us-calendar .day {
    padding: 30px;
    border-right: 3px solid #f9b600;
    min-height: 85px;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: right;
    font-weight: bold;
}

#find-us-calendar .time {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    color: #666;
}

#find-us-calendar .where {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

#find-us-calendar a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #f9b600;
}

@media (max-width: 992px) {
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px;
    }

    .dropdown-menu > li > a i {
        line-height: 35px;
    }

    #find-us-calendar .day {
        min-height: auto;
        text-align: left;
        padding: 10px 0;
        border-right: 0;
        border-bottom: 1px solid #ccc;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin: 0;
    }

    .navbar-brand {
        padding-left: 0;
    }
}

/* PRIVATE EVENTS */
#dish-slide {
    margin-left: -6px;
}

#private-events {
    background: url(../img/private-events.jpg) no-repeat 0 0 #ffffff;
    padding: 420px 120px 100px 100px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

#private-events .content {
    padding: 30px 30px 30px 40px;
    background: #f9b600;
}

#private-events .wrap {
    background: #ffffff;
    padding: 50px 35Px;
    margin-top: -100px;
}

#private-events .breadcrumbs a {
    color: #fff;
}

#private-events h1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2Px;
    line-height: 1;
    margin-bottom: 20px;
}

#private-events h2 {
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 15px;
}

#private-events h2 strong {
    font-weight: bold;
}

#private-events p {
    line-height: 24px;
    margin-bottom: 25px;
}

#contact-us-link {
    color: #222;
}
#form-contact { margin-bottom:40px; }

.navbar-nav > li > a {
    color: #222;
}

#private-events {
    box-shadow: none;
}

#district, #menu, #find-us, #concept, #team {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.9);
}

.by-lorweb {
    float: right;
    margin-top: 0;
}

.allergen {
    position: relative;
}

.allergen > a {
    color: rgba(0, 0, 0, 0.6) !important;
    display: block;
    font-size: 12px;
    padding: 10px 0;
}

.allergen:hover .dropdown {
    display: block;
}

.allergen .dropdown {
    z-index: 2000;
    margin-left: -15px;
    position: absolute;
    top: 100%;
    min-width: 230px;
    display: none;
    width: auto;
    background: #f1f1f1;
    padding: 5px 15px 0;
}

.allergen .dropdown p {
    margin-bottom: 5px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
}

.allergen li {
    font-weight: 600;
    background: #fff;
    margin: 1px -14px;
    overflow: hidden;
    vertical-align: middle;
    padding: 5px 5px;
}

.allergen svg {
    vertical-align: middle;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
}

.allergen svg path {
    fill: #222;
}

.allergen .dropdown:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #f1f1f1 transparent;

    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 13px;
}

/* SUMMMMMMMMMMMER MENU */
#menu.summer .breadcrumbs {
    float: none;
}

#menu.summer .big-title {
    font-size: 114px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.70;
    color: #222222;
    margin-right: -10px;
}

#menu.summer .head {
    padding: 20px;
    background: url(../img/bg-summer-lunch.jpg) no-repeat 0 0 #222222;
}

#menu.summer .head .row:first-child {
    position: relative;
    z-index: 2;
}

#menu.summer .head .wrapper {
    min-height: 300px;
    background: #ffffff;
    padding: 35px;
}

#menu.summer .head .wrapper .title {
    line-height: 1;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#menu.summer .head .wrapper p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

#menu.summer .head .wrapper .title:after {
    margin-top: 15px;
    content: '';
    background: #fabe00;
    display: block;
    width: 38px;
    height: 4px;
}

#menu.summer .head img {
    margin: 0;
    float: none;
}

#menu.summer .head .photo {
    min-width: 100%;
    margin-top: -200px;
}

#menu.summer .head .text {
    color: #fff;
    font-size: 22px;
    margin: 50px 20px 10px 20px;
    font-weight: 300;
    letter-spacing: 0.5Px;
    line-height: 1.4;
}

#menu.summer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu.summer .breadcrumbs {
    z-index: 2;
    position: relative;
}

#menu.summer #menu-items {
    background: none;
    padding: 30px;
}

#menu.summer #menu-items .row {
    margin: 0 -10px;
}

#menu.summer #menu-items .row > * {
    padding: 0 10px;
}

#menu.summer .item img {
    position: relative;
    z-index: 20;
}

#menu.summer .item .title:after {
    margin-top: 15px;
    content: '';
    background: #fabe00;
    display: block;
    width: 38px;
    height: 4px;
}

#menu.summer .koulouri {
    margin-top: 50px;
    display: block;
}

#menu.summer .item {
    padding: 30px;
}

#menu.summer .item.yellow {
    margin-bottom: 20px;
    width: 255px;
    margin-top: -100px;
    float: right;
    background: #fabe00;
    padding: 30px;
    position: relative;
    z-index: 2;
}

#menu.summer .item.yellow .name:after {
    background: #fff;
}

#menu.summer .salad > div > img {
    margin-top: -160px;
}

#menu.summer .salad .item {
    margin-left: -30px;
    margin-right: 30px;
}

#menu.summer .rice {
    margin: 20px 0;
}

#menu.summer .rice > img {
    float: left;
}

#menu.summer .rice .content {
    padding: 0;
    margin-left: 314px;
}

/* BREAAAAAAAAAKFAST */
#menu.breakfast .breadcrumbs {
    float: none;
}

#menu.breakfast .big-title {
    font-size: 170px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.70;
    color: #fabe00;
    margin-right: -10px;
    letter-spacing: -16px;
    margin-left: -12px;
}

#menu.breakfast #menu-items {
    background: none;
    padding: 30px;
}

#menu.breakfast #menu-items .row {
    margin: 0 -10px;
}

#menu.breakfast #menu-items .row > * {
    padding: 0 10px;
}

#menu.breakfast .head {
    z-index: 2000;
    position: relative;
    padding: 20px;
    background: #fabe00;
}

#menu.breakfast .head .row:first-child {
    position: relative;
    z-index: 2;
}

#menu.breakfast .head .wrapper {
    margin: 40px 0 0 -60px;
    min-height: 300px;
    background: #ffffff;
    padding: 35px;
}

#menu.breakfast .head .wrapper .title {
    line-height: 1;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#menu.breakfast .head .wrapper p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

#menu.breakfast .head .wrapper .title:after {
    margin-top: 15px;
    content: '';
    background: #fabe00;
    display: block;
    width: 38px;
    height: 4px;
}

#menu.breakfast .head img {
    margin: 0;
    float: none;
}

#menu.breakfast .head .photo {
    min-width: 100%;
    margin-top: -200px;
}

#menu.breakfast .head .text {
    color: #fff;
    font-size: 22px;
    margin: 50px 20px 10px 20px;
    font-weight: 300;
    letter-spacing: 0.5Px;
    line-height: 1.4;
}

#menu.breakfast * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu.breakfast .item {
    padding: 30px;
}

#menu.breakfast .item.yellow {
    margin-right: -40px;
    margin-bottom: 20px;
    width: 255px;
    margin-top: 50px;
    float: right;
    background: #fabe00;
    padding: 30px;
    position: relative;
    z-index: 2;
}

#menu.breakfast .item.yellow .name:after {
    background: #fff;
}

#menu.breakfast .koulouri {
    margin-bottom: 30px !important;
}

#menu.breakfast .koulouri > div {
    position: relative;
}

#menu.breakfast .koulouri .item {
    box-shadow: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 300px;
}

#menu.breakfast .salmon {
    padding-top: 200px;
    height: 258px;
}

#menu.breakfast .yoghurt .item {
    text-align: right;
    margin-right: -60px;
    position: relative;
    z-index: 20;
    margin-left: 60px;
    margin-top: 30px;
}

#menu.breakfast .yoghurt .item .name {
    position: relative;
    margin-bottom: 40px;
    right: 0;
    left: auto;
}

#menu.breakfast .yoghurt .item .name:after {
    position: absolute;
    right: 0;
    left: auto;
}

#menu.breakfast #menu-items .row:first-child {
    margin-bottom: 30px;
}

#menu-menu {
    margin: 30px 0;
}

@media (max-width: 992px) {
    #menu.breakfast .big-title {
        font-size: 120px;
    }

    #menu.breakfast .salmon {
        height: auto;
        padding: 0;
        padding: 20px;
    }

    #menu.breakfast .item {
        margin-bottom: -60px;
    }
}

@media (max-width: 768px) {
    #menu.breakfast .big-title {
        font-size: 40px;
        letter-spacing: -1px;
        margin-left: 0;
    }

    #menu.breakfast .head .img-responsive {
        width: 100%;
    }

    #menu.breakfast .head .wrapper {
        margin: 0;
    }

    #menu.breakfast .koulouri .item {
        width: auto;
        position: relative;
        margin: 0;
    }

    #menu.breakfast .item.yellow {
        float: none;
        margin-bottom: -20px;
        margin-right: 0;
        width: auto;
    }

    #menu.breakfast .yoghurt .item {
        max-width: 300px;
        margin: 0;
        margin-left: 20px;
        margin-bottom: -20px;
    }
}






/* LOADER */
#loader  { display:none; width:100%; height:100%; display:table; z-index:200; position:fixed; top:0; left:0; right:0; bottom:0; background:#ffffff;  }
#loader > div  { display:table-cell; background:#ffffff; text-align:center; vertical-align:middle; }
#loader #logo-svg { max-width:90%; z-index:200; margin:0 auto; }
#loader #logo-svg path { 
	stroke-dasharray: 1000;
	-webkit-stroke-dasharray: 1000;
	-ms-stroke-dasharray: 1000;
	
	stroke-dashoffset: 1000;
	-webkit-stroke-dashoffset: 1000;
	-ms-stroke-dashoffset: 1000;
	/*
	animation: dash 5s linear;
	-webkit-animation: dash 5s linear; 
	-ms-animation: dash 5s linear; */
}
#loader .baseline { 
	transition:all cubic-bezier(0,0.5,0.5,1) 0.8s; -webkit-transition:all cubic-bezier(0,0.5,0.5,1) 0.8s; -ms-transition:all cubic-bezier(0,0.5,0.5,1) 0.8s; opacity:0;
    font-size: 18px;
    letter-spacing: 6px;
    margin-bottom: 50px;
    font-weight: 300;
    line-height: 1.4;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash {
	to {
		-webkit-stroke-dashoffset: 0;
	}
}
@-ms-keyframes dash {
	to {
		-ms-stroke-dashoffset: 0;
	}
}












/* WINTER MENU */
#menu.winter .breadcrumbs { float:none; }
#menu.winter .big-title {
    font-size: 114px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.70;
    color: #222222;
    margin-right: -10px;
}
#menu.winter .head { padding:20px; background:url(/Front/img/winter-bg.jpg) no-repeat 0 0 #d3eff0; }
#menu.winter #menu-items { background: #d3eff0!important; }
#menu.winter .head .row:first-child { position:relative; z-index:2; }
#menu.winter .head .wrapper { min-height:300px; background:#ffffff; padding:35px; }
#menu.winter .head .wrapper .title { line-height:1; font-size:23px; font-weight:bold; letter-spacing:1px; text-transform:uppercase; }
#menu.winter .head .wrapper p { font-size:16px; letter-spacing:0.5px; }
#menu.winter .head .wrapper .title:after { margin-top:15px; content:''; background:#fabe00; display:block; width:38px; height:4px; }
#menu.winter .head img { margin:0; float:none; }
#menu.winter .head .photo { min-width:100%; margin-top:-200px; }
#menu.winter .head .text {
    color: #222;
    font-size: 22px;
    margin: 50px 20px 10px 20px;
    font-weight: 300;
    letter-spacing: 0.5Px;
    line-height: 1.4; }
#menu.winter * { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; }
#menu.winter  .breadcrumbs { z-index:2; position:relative; }
#menu.winter  #menu-items { background:none; padding:30px; }
#menu.winter  #menu-items .row { margin:0 -10px; }
#menu.winter  #menu-items .row > * { padding:0 10px; }
#menu.winter .item img { position:relative; z-index:20; }
#menu.winter .item .title:after { margin-top:15px; content:''; background:#fabe00; display:block; width:38px; height:4px; }
#menu.winter .koulouri { margin-top:50px; display:block; }
#menu.winter .item {  padding:30px;  }
#menu.winter .item.yellow { margin-bottom:20px; width:255px; margin-top:-100px; float:right; background:#fabe00; padding:30px; position:relative; z-index:2; }
#menu.winter .item.yellow .name:after { background:#fff; }
#menu.winter .salad  > div > img { margin-top:-85px;}
#menu.winter .rice { margin:20px 0; }
#menu.winter .rice > img { float:left; }
#menu.winter .rice .content { padding:0; margin-left:314px; }
#menu.winter #menu-items .item.wrap .name:after { display:block; }


@media (max-width:992px) { 
	#menu.winter .salad  > div > img { margin:0 auto 0; max-width:100%; display:block; }
	#menu.winter .rice .content { margin-left:0; clear:both; }
	#menu.winter .rice > img { margin-bottom:30px; }
	#menu.winter .item.yellow {  margin-top:0; }  
	#private-events { padding:0; }
	#private-events .content { padding:20px; }
	#private-events .wrap { margin:0; } 
	
	#newsletter-form { padding:20px; }
	#newsletter-form .col-md-5 { margin-bottom:10px; }
	#newsletter-form .title { display:inline; line-height:1.3; float:none; }
	#newsletter-form i { line-height:1.3; }
	.copyright { padding:20px; }
	
	#contact-us-link { right:150px; }
	#private-event-link{ right:10px; }
}
@media (min-width:768px) and (max-width:992px) { 
#home-menu { background:none!important; }
}
.container {position:relative; }
@media (max-width:768px) { 
	.container { padding:0; }
	header .container > div { padding:40px 15px 15px;  }
	#menu.winter .big-title { font-size:34px; }
	#menu.winter .head .wrapper p { text-align:left; letter-spacing:0; font-size:14Px;  }
	
	#find-us-push ul { margin-left:0; }
		
	#product-top { padding:0; }
	#product-top .product-text:before { margin-top:0; }
	#product-top .content { padding:20px; }
	#product-top video { display:none;  }
	#oil .content { padding:20px;  }
	
	#district #district-top { padding:20px; }
	#concept #concept-top { padding:20px; }
	#concept #concept-bottom { padding:0 20px 20px; }
	#link-who-we-are a { padding:20px; margin-top:40px; }
	
	#welcome .intro { padding:20px; }
	#home-menu .wrap{ padding:20px; }
	#home-menu { padding-top: 240px; }
	
	#loader .baseline { font-size:13px; margin:0 20px 50px; }
	
	#home-story{ padding:20px; background-color:#d59e05; }
	
	#follow-us { padding-top:200%; min-height:auto; background-size:contain; }
	#follow-us .wrapper { left:5%; width:90%; }
}

#district .date span { font-weight :bold ; }



/* update call us */
.contact-head { margin-bottom:20px;  overflow:hidden;  }
.contact-head h1 { float:left; margin-top:20px; }
.contact-head .call-us { color:#222; text-transform:uppercase; float:right; background:#fabe00; padding:20px; display:block; }
.contact-head .call-us strong { margin-left:5px; font-size:26px; font-weight:bold; }
@media(max-width:992px) {
	.contact-head h1 { float:none; margin-bottom:15px; }
	.contact-head .call-us { float:none; }
}

.owl-bg-image { padding-top:100%; background-size:cover; background-position:center; }
@media(max-width:992px) {
	.owl-bg-image { padding-top:50%;}
}


