@charset "UTF-8";
/* Grid
----------------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Kanit:300,500);
html {
  box-sizing: border-box; }

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

/* Reset */
/************************/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-weight: normal; }

strong {
  font-weight: bold; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*
COLOURS
----------------------------------------------------------------------------- */
/*
FONT SIZES
----------------------------------------------------------------------------- */
/* Text Offset - for screen readers and SEO */
/************************/
/* Clearfix */
/************************/
.clearfix, blockquote {
  zoom: 1; }
  .clearfix:before, blockquote:before, .clearfix:after, blockquote:after {
    content: "";
    display: table; }
  .clearfix:after, blockquote:after {
    clear: both; }

/*
FONT FAMILIES
----------------------------------------------------------------------------- */
body, #header-wrap #header nav ul li.takeaway, #footer-wrap #footer p, .btn, input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select, input[type="submit"],
button, #contact-wrap .contact-info p .travel-info,
#contact-wrap .contact-info-mobile p .travel-info {
  font-family: 'Kanit', sans-serif; }

h1, h2, h3, h4, h5, h6, #header-wrap #header #logo-wrap #logo, #header-wrap #header nav ul li, #header-wrap #header-home .tagline, #header-wrap #header-home .home-contact, #footer-wrap #footer .logo, #footer-wrap #footer .content .col h3, #footer-wrap #footer .content #menu-wrap .menu-section .col-1 h3, #menu-wrap .menu-section #footer-wrap #footer .content .col-1 h3, #footer-wrap #footer .content
#menu-wrap .menu-section .col-2 h3,
#menu-wrap .menu-section #footer-wrap #footer .content .col-2 h3, #footer-wrap #footer .content
#menu-wrap .menu-section .col-3 h3,
#menu-wrap .menu-section #footer-wrap #footer .content .col-3 h3, .home-page #header-wrap .tagline, .home-page #header-wrap #header #logo-wrap .tagline, #menu-wrap #lunch-menu .col-link a, #about-wrap .lead, #contact-wrap .contact-info p,
#contact-wrap .contact-info-mobile p {
  font-family: 'LoremIpsum', sans-serif;
  text-transform: lowercase; }

@font-face {
  font-family: 'LoremIpsum';
  src: url("../fonts/LoremIpsum.eot?#iefix") format("embedded-opentype"), url("../fonts/LoremIpsum.woff") format("woff"), url("../fonts/LoremIpsum.ttf") format("truetype"), url("../fonts/LoremIpsum.svg#Bayadera4F") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
HEADINGS
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #d9d43d;
  margin: 0 0 10px;
  line-height: 1em;
  font-weight: 400;
  text-rendering: optimizelegibility;
  text-transform: lowercase; }

h1 {
  font-size: 135px; }

h2 {
  font-size: 80px; }

h3 {
  font-size: 60px; }

h4 {
  font-size: 50px; }

.section-title {
  text-transform: uppercase; }

.display-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 38px; }

small {
  font-size: 85%; }

p {
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0 0 20px; }

strong {
  font-weight: 500; }

img {
  margin-bottom: 20px; }

blockquote {
  border-left: 5px solid #cccccc;
  padding: 0 0 0 15px;
  margin-bottom: 1.25em; }
  blockquote p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 0; }
  blockquote small {
    color: #cccccc;
    display: block;
    line-height: 20px; }
    blockquote small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

table {
  border: 1px solid #cccccc;
  margin: 10px 0;
  text-align: left;
  width: 100%; }
  table th {
    font-weight: 500; }
  table tr td, table th {
    border: 1px solid #eee;
    padding: 5px 20px; }

ol {
  padding: 0 0 0 25px; }
  ol li {
    list-style: decimal outside; }

ul {
  padding: 0 0 0 25px; }
  ul li {
    list-style: disc; }

li {
  margin: 5px 0 5px 10px; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

sup, sub {
  font-size: 0.8em;
  height: 0;
  position: relative;
  vertical-align: baseline; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

code, pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #000000;
  font-family: Inconsolata,monospace;
  font-size: 12px;
  padding: 0 3px; }

pre {
  padding: 5px 12px;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 10px; }
  pre code {
    border: 0 none !important;
    padding: 0; }

/*
DELETE
----------------------------------------------------------------------------- */
.grid1 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 6.588579795%; }
  .grid1:last-child {
    margin-right: 0; }

.grid2 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 15.0805270864%; }
  .grid2:last-child {
    margin-right: 0; }

.grid3 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 23.5724743777%; }
  .grid3:last-child {
    margin-right: 0; }

.grid4 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 32.0644216691%; }
  .grid4:last-child {
    margin-right: 0; }

.grid5 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 40.5563689605%; }
  .grid5:last-child {
    margin-right: 0; }

.grid6 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 49.0483162518%; }
  .grid6:last-child {
    margin-right: 0; }

.grid7 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 57.5402635432%; }
  .grid7:last-child {
    margin-right: 0; }

.grid8 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 66.0322108346%; }
  .grid8:last-child {
    margin-right: 0; }

.grid9 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 74.5241581259%; }
  .grid9:last-child {
    margin-right: 0; }

.grid10 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 83.0161054173%; }
  .grid10:last-child {
    margin-right: 0; }

.grid11 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 91.5080527086%; }
  .grid11:last-child {
    margin-right: 0; }

.grid12 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 100%; }
  .grid12:last-child {
    margin-right: 0; }

.offset1 {
  margin-left: 8.4919472914%; }

.offset2 {
  margin-left: 16.9838945827%; }

.offset3 {
  margin-left: 25.4758418741%; }

.offset4 {
  margin-left: 33.9677891654%; }

.offset5 {
  margin-left: 42.4597364568%; }

.offset6 {
  margin-left: 50.9516837482%; }

.offset7 {
  margin-left: 59.4436310395%; }

.offset8 {
  margin-left: 67.9355783309%; }

.offset9 {
  margin-left: 76.4275256223%; }

.offset10 {
  margin-left: 84.9194729136%; }

.offset11 {
  margin-left: 93.411420205%; }

.gridsystem .grids {
  margin-bottom: 20px;
  display: block; }
  .gridsystem .grids::after {
    clear: both;
    content: "";
    display: table; }
  .gridsystem .grids div {
    background: #4b5c54;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
/*
BASE
----------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none; }

body {
  position: relative;
  font-size: 20px;
  line-height: 1.25em;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  background: #fffdf1;
  color: #4b5c54;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 1024px) {
    body {
      min-width: 620px; } }
  @media screen and (max-width: 480px) {
    body {
      min-width: 320px; } }

a {
  color: inherit;
  font-weight: 300; }
  a:hover, a:active, a:focus {
    outline: none; }

.mobile-only {
  display: none; }
  @media screen and (max-width: 480px) {
    .mobile-only {
      display: block; } }

.tablet-mobile {
  display: none; }
  @media screen and (max-width: 1024px) {
    .tablet-mobile {
      display: inline-block; } }

@media screen and (max-width: 480px) {
  .mobile-hide {
    display: none !important; } }

.wrap {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1418px) {
    .wrap {
      max-width: 96.3328631876%; } }
  @media screen and (max-width: 1024px) {
    .wrap {
      max-width: 69.140625%; } }
  @media screen and (max-width: 768px) {
    .wrap {
      max-width: 92.1875%; } }
  @media screen and (max-width: 480px) {
    .wrap {
      max-width: 89.3333333333%; } }

/*
HEADER
----------------------------------------------------------------------------- */
#header-wrap {
  width: 100%;
  min-height: 227px; }
  #header-wrap #header {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    #header-wrap #header::after {
      clear: both;
      content: "";
      display: table; }
    #header-wrap #header #logo-wrap {
      width: 50%;
      float: left;
      display: inline-block; }
      #header-wrap #header #logo-wrap #logo {
        font-weight: 400;
        line-height: 90px;
        font-size: 80px;
        letter-spacing: 0;
        margin: 55px 0 0 0;
        padding: 0;
        color: #d9d43d; }
        #header-wrap #header #logo-wrap #logo a {
          text-decoration: none; }
    #header-wrap #header nav {
      width: 50%;
      float: left;
      display: inline-block; }
      #header-wrap #header nav ul {
        padding: 50px 0 0 0;
        margin: 0;
        list-style: none;
        float: right; }
        #header-wrap #header nav ul li {
          font-size: 24px;
          float: left;
          display: inline-block;
          margin: 20px 40px 0 0;
          letter-spacing: 1px; }
          #header-wrap #header nav ul li a {
            color: #4b5c54;
            text-decoration: none;
            display: block;
            font-weight: inherit; }
            #header-wrap #header nav ul li a.active, #header-wrap #header nav ul li a:hover {
              color: #d9d43d; }
          #header-wrap #header nav ul li.takeaway {
            margin: 0;
            text-align: center;
            border: 2px solid #ece897;
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase; }
            #header-wrap #header nav ul li.takeaway a {
              padding: 12px 20px;
              line-height: 14px; }
    #header-wrap #header #burger-menu {
      position: absolute;
      z-index: 1000;
      top: 20px;
      right: 20px;
      text-align: left;
      display: none;
      vertical-align: middle;
      width: 22px;
      height: 18px; }
      #header-wrap #header #burger-menu span {
        transition: none;
        text-align: left;
        text-indent: -999em;
        margin: 8px 0 0 0;
        width: 22px;
        height: 2px;
        background-color: #fffdf1;
        position: relative;
        float: right;
        z-index: 1000; }
        #header-wrap #header #burger-menu span::before {
          top: -8px; }
        #header-wrap #header #burger-menu span::after {
          bottom: -8px; }
        #header-wrap #header #burger-menu span::before, #header-wrap #header #burger-menu span::after {
          transition: all 0.3s ease;
          transform: rotate(0deg);
          content: " ";
          width: 22px;
          height: 2px;
          background-color: #fffdf1;
          left: 0;
          position: absolute; }
      #header-wrap #header #burger-menu.open span {
        background-color: transparent; }
        #header-wrap #header #burger-menu.open span::before {
          transform: rotate(-45deg);
          top: 0; }
        #header-wrap #header #burger-menu.open span::after {
          transform: rotate(45deg);
          bottom: 0; }
  #header-wrap #header-home {
    position: relative; }
    #header-wrap #header-home .icon-arrow-down {
      position: absolute;
      left: 50%;
      bottom: 40px;
      z-index: 100;
      transform: translateX(-50%);
      text-align: left; }
    #header-wrap #header-home .col-r, #header-wrap #header-home .col-l {
      width: 50%;
      min-height: 430px;
      float: left;
      display: inline-block;
      position: relative; }
    #header-wrap #header-home .header-img {
      position: absolute;
      bottom: 85px;
      left: 0;
      margin-bottom: 0; }
    #header-wrap #header-home .tagline {
      color: #ffffff;
      font-size: 135px;
      line-height: 1em;
      position: absolute;
      bottom: 0;
      left: 0; }
    #header-wrap #header-home .home-contact {
      color: #d9d43d;
      text-transform: none;
      text-align: right;
      font-size: 50px;
      line-height: 1.1em;
      position: absolute;
      bottom: 100px;
      right: 0;
      margin-bottom: 0;
      letter-spacing: 1px; }
      #header-wrap #header-home .home-contact .open-time {
        font-size: 24px;
        display: block;
        line-height: 24px;
        color: #ffffff;
        padding-top: 5px; }
        #header-wrap #header-home .home-contact .open-time .icon-clock-white {
          margin-top: -2px; }
  @media screen and (max-width: 1024px) {
    #header-wrap {
      min-height: 145px; }
      #header-wrap #header {
        max-width: 708px; }
        #header-wrap #header #logo-wrap {
          width: 35.0282485876%; }
          #header-wrap #header #logo-wrap #logo {
            font-size: 49px;
            line-height: 50px;
            margin-top: 34px; }
        #header-wrap #header nav {
          width: 64.9717514124%; }
          #header-wrap #header nav ul {
            padding-top: 30px; }
            #header-wrap #header nav ul li {
              font-size: 22px;
              margin-right: 24px; } }
  @media screen and (max-width: 480px) {
    #header-wrap {
      min-height: 104px; }
      #header-wrap #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9000;
        height: 60px;
        background-color: #4b5c54; }
        #header-wrap #header #burger-menu {
          display: inline-block; }
        #header-wrap #header #logo-wrap {
          max-width: 89.3333333333%;
          margin-right: auto;
          margin-left: auto;
          width: 100%;
          float: none;
          display: block;
          z-index: 9900; }
          #header-wrap #header #logo-wrap #logo {
            font-size: 32px;
            margin-top: 0;
            line-height: 70px; }
            #header-wrap #header #logo-wrap #logo::before {
              background-color: #4b5c54;
              content: "";
              display: block;
              height: 60px;
              width: 100%;
              position: fixed;
              top: 0;
              left: 0;
              right: 0;
              z-index: 5; }
            #header-wrap #header #logo-wrap #logo a {
              z-index: 100;
              position: absolute; }
        #header-wrap #header nav {
          overflow: auto;
          -webkit-overflow-scrolling: touch;
          position: absolute;
          top: -350px;
          left: 0;
          right: 0;
          height: auto;
          width: 100%;
          transition: -webkit-top .3s ease;
          transition: top .3s ease;
          transition: top .3s ease,-webkit-top .3s ease; }
          #header-wrap #header nav.open {
            display: block;
            top: 100%; }
          #header-wrap #header nav ul {
            padding-top: 0;
            background-color: #fffdf1;
            padding-bottom: 20px;
            width: 100%; }
            #header-wrap #header nav ul li {
              max-width: 89.3333333333%;
              margin-top: 4px;
              margin-right: auto;
              margin-left: auto;
              width: 100%;
              float: none;
              display: block;
              height: 58px;
              border-bottom: 1px solid #d2d5ca; }
              #header-wrap #header nav ul li:first-child {
                margin-top: 4px; }
              #header-wrap #header nav ul li a {
                line-height: 58px;
                color: #4b5c54; }
              #header-wrap #header nav ul li.takeaway {
                margin: 20px auto 0;
                border: none; }
                #header-wrap #header nav ul li.takeaway a {
                  background-color: #d9d43d;
                  height: 58px;
                  line-height: 58px;
                  padding-top: 0;
                  padding-bottom: 0; }
                  #header-wrap #header nav ul li.takeaway a:hover {
                    color: #4b5c54; }
                  #header-wrap #header nav ul li.takeaway a br {
                    display: none; } }

/*

----------------------------------------------------------------------------- */
.mobileOverlay {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear .6s,opacity .2s ease 0s;
  position: fixed;
  background: rgba(75, 92, 84, 0.8);
  z-index: 999;
  overflow: auto;
  -ms-overflow-style: none; }
  @media screen and (max-width: 480px) {
    .mobileOverlay.open {
      transition: opacity .4s ease;
      visibility: visible;
      opacity: 1;
      pointer-events: all; } }

/*
Footer
----------------------------------------------------------------------------- */
#footer-wrap {
  margin-top: 100px;
  width: 100%;
  height: 400px;
  background-color: #d9d43d; }
  #footer-wrap #footer {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    #footer-wrap #footer::after {
      clear: both;
      content: "";
      display: table; }
    #footer-wrap #footer .col-l, #footer-wrap #footer .col-r {
      float: left;
      display: block;
      margin-right: 1.9033674963%;
      width: 49.0483162518%; }
      #footer-wrap #footer .col-l:last-child, #footer-wrap #footer .col-r:last-child {
        margin-right: 0; }
    #footer-wrap #footer .logo {
      font-size: 60px;
      font-weight: 400;
      color: #4b5c54;
      text-transform: lowercase;
      margin-top: 70px;
      line-height: 1em;
      margin-bottom: 35px; }
    #footer-wrap #footer .content {
      float: left;
      display: block;
      margin-right: 3.8805970149%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 50px; }
      #footer-wrap #footer .content:last-child {
        margin-right: 0; }
      #footer-wrap #footer .content .col, #footer-wrap #footer .content #menu-wrap .menu-section .col-1, #menu-wrap .menu-section #footer-wrap #footer .content .col-1, #footer-wrap #footer .content
      #menu-wrap .menu-section .col-2,
      #menu-wrap .menu-section #footer-wrap #footer .content .col-2, #footer-wrap #footer .content
      #menu-wrap .menu-section .col-3,
      #menu-wrap .menu-section #footer-wrap #footer .content .col-3 {
        float: left;
        display: block;
        margin-right: 3.8805970149%;
        width: 30.7462686567%; }
        #footer-wrap #footer .content .col:last-child, #footer-wrap #footer .content #menu-wrap .menu-section .col-1:last-child, #menu-wrap .menu-section #footer-wrap #footer .content .col-1:last-child, #footer-wrap #footer .content
        #menu-wrap .menu-section .col-2:last-child,
        #menu-wrap .menu-section #footer-wrap #footer .content .col-2:last-child, #footer-wrap #footer .content
        #menu-wrap .menu-section .col-3:last-child,
        #menu-wrap .menu-section #footer-wrap #footer .content .col-3:last-child {
          margin-right: 0; }
        #footer-wrap #footer .content .col h3, #footer-wrap #footer .content #menu-wrap .menu-section .col-1 h3, #menu-wrap .menu-section #footer-wrap #footer .content .col-1 h3, #footer-wrap #footer .content
        #menu-wrap .menu-section .col-2 h3,
        #menu-wrap .menu-section #footer-wrap #footer .content .col-2 h3, #footer-wrap #footer .content
        #menu-wrap .menu-section .col-3 h3,
        #menu-wrap .menu-section #footer-wrap #footer .content .col-3 h3 {
          font-size: 30px;
          font-weight: 400;
          color: #4b5c54;
          text-transform: lowercase;
          line-height: 1em;
          margin-bottom: 10px; }
    #footer-wrap #footer p {
      color: #ffffff;
      font-size: 16px;
      line-height: 1.2em;
      letter-spacing: 0.025em;
      margin: 0;
      font-weight: 300; }
      #footer-wrap #footer p a {
        font-weight: inherit; }
      #footer-wrap #footer p.byline {
        font-weight: 500;
        font-size: 12px; }
    #footer-wrap #footer .footer-bah {
      display: inline-block;
      margin-top: -30px; }
  @media screen and (max-width: 1024px) {
    #footer-wrap #footer {
      max-width: 708px;
      position: relative; }
      #footer-wrap #footer .logo {
        margin-bottom: 40px; }
      #footer-wrap #footer .col-l {
        width: 100%;
        margin-right: 0; }
      #footer-wrap #footer .col-r {
        width: 100%; }
        #footer-wrap #footer .col-r img {
          position: absolute;
          top: -30px;
          right: 0;
          width: 325px; } }
  @media screen and (max-width: 480px) {
    #footer-wrap {
      height: auto; }
      #footer-wrap #footer {
        max-width: 89.3333333333%;
        text-align: center; }
        #footer-wrap #footer .logo {
          font-size: 50px;
          margin-top: 130px; }
        #footer-wrap #footer .content {
          margin-bottom: 0; }
          #footer-wrap #footer .content .col, #footer-wrap #footer .content #menu-wrap .menu-section .col-1, #menu-wrap .menu-section #footer-wrap #footer .content .col-1, #footer-wrap #footer .content
          #menu-wrap .menu-section .col-2,
          #menu-wrap .menu-section #footer-wrap #footer .content .col-2, #footer-wrap #footer .content
          #menu-wrap .menu-section .col-3,
          #menu-wrap .menu-section #footer-wrap #footer .content .col-3 {
            margin-right: 0;
            width: 100%;
            margin-bottom: 30px; }
            #footer-wrap #footer .content .col h3, #footer-wrap #footer .content #menu-wrap .menu-section .col-1 h3, #menu-wrap .menu-section #footer-wrap #footer .content .col-1 h3, #footer-wrap #footer .content
            #menu-wrap .menu-section .col-2 h3,
            #menu-wrap .menu-section #footer-wrap #footer .content .col-2 h3, #footer-wrap #footer .content
            #menu-wrap .menu-section .col-3 h3,
            #menu-wrap .menu-section #footer-wrap #footer .content .col-3 h3 {
              margin-bottom: 0; }
        #footer-wrap #footer p.byline {
          margin-bottom: 30px; }
        #footer-wrap #footer .col-r img {
          width: 280px;
          right: auto;
          left: 50%;
          margin-left: -140px;
          margin-bottom: 0; } }

.btn {
  margin: 0;
  text-align: center;
  border: 2px solid #ece897;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 20px;
  line-height: 14px;
  text-decoration: none;
  letter-spacing: 0.06em; }

.icon-arrow-down, .icon-clock-yellow, .icon-clock-white, .icon-burger-menu, .icon-arrow-right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  text-indent: -999em; }

.icon-arrow-down {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 30px;
  height: 16px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-arrow-down {
      background-image: url(../img/sprite@2x.png);
      background-size: 92px 46px; } }

.icon-clock-yellow {
  background-image: url(../img/sprite.png);
  background-position: -40px 0px;
  width: 20px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-clock-yellow {
      background-image: url(../img/sprite@2x.png);
      background-size: 92px 46px; } }

.icon-clock-white {
  background-image: url(../img/sprite.png);
  background-position: 0px -26px;
  width: 20px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-clock-white {
      background-image: url(../img/sprite@2x.png);
      background-size: 92px 46px; } }

.icon-clock-yellow {
  background-image: url(../img/sprite.png);
  background-position: -40px 0px;
  width: 20px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-clock-yellow {
      background-image: url(../img/sprite@2x.png);
      background-size: 92px 46px; } }

.icon-burger-menu {
  background-image: url(../img/sprite.png);
  background-position: -70px 0px;
  width: 22px;
  height: 18px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-burger-menu {
      background-image: url(../img/sprite@2x.png);
      background-size: 92px 46px; } }

.icon-arrow-right {
  background-image: url(../img/sprite.png);
  background-position: -40px -30px;
  width: 17px;
  height: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-arrow-right {
      background-image: url(../img/sprite@2x.png);
      background-size: 92px 46px; } }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  font-size: 16px;
  line-height: 1.25em;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  outline: none;
  border-radius: 3px;
  margin: 0 0 1.25em 0; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

textarea {
  height: auto; }

select {
  height: 32px;
  line-height: 32px; }

input[type="submit"],
button {
  height: 32px;
  line-height: 1.25em;
  background: #f8f8f8;
  border: 0;
  padding: 0 10px;
  color: #000000;
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin: 0 0 1.25em 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

/*
HOME
----------------------------------------------------------------------------- */
.home-page #header-wrap {
  background-color: #2a3831;
  background-image: url(../img/home-bg.jpg);
  background-size: cover;
  background-position: center center; }
  .home-page #header-wrap .tagline {
    color: #ffffff;
    font-size: 61px;
    line-height: 1em; }
  .home-page #header-wrap #header #logo-wrap #logo {
    font-size: 130px;
    margin-top: 80px; }
  .home-page #header-wrap #header #logo-wrap .tagline {
    color: #ffffff;
    font-size: 61px;
    line-height: 1em; }
  .home-page #header-wrap #header nav ul li.takeaway {
    border-color: #b3b341; }
  .home-page #header-wrap #header nav ul li a {
    color: #ffffff; }

@media screen and (max-width: 1024px) {
  .home-page #header-wrap {
    max-height: 970px; }
    .home-page #header-wrap #header {
      height: 560px; }
      .home-page #header-wrap #header #logo-wrap {
        width: 100%;
        text-align: center; }
        .home-page #header-wrap #header #logo-wrap #logo {
          margin-top: 320px;
          margin-bottom: 25px; }
      .home-page #header-wrap #header nav {
        width: 100%; }
        .home-page #header-wrap #header nav ul {
          padding-top: 0;
          float: none;
          text-align: center; }
          .home-page #header-wrap #header nav ul li {
            margin: 0 12px 0;
            display: inline-block;
            float: none; }
            .home-page #header-wrap #header nav ul li.takeaway {
              position: absolute;
              top: 30px;
              right: 0;
              margin: 0; }
    .home-page #header-wrap #header-home .col-l,
    .home-page #header-wrap #header-home .col-r {
      height: 410px; }
    .home-page #header-wrap #header-home .col-l .header-img {
      width: 170px;
      bottom: 55px;
      left: 0; }
    .home-page #header-wrap #header-home .col-r .home-contact {
      font-size: 30px; }
      .home-page #header-wrap #header-home .col-r .home-contact a {
        text-decoration: none; } }

@media screen and (max-width: 480px) {
  .home-page #header-wrap {
    height: 667px;
    position: relative; }
    .home-page #header-wrap #header {
      height: 60px;
      background-color: #4b5c54; }
      .home-page #header-wrap #header #logo-wrap {
        max-width: 89.3333333333%;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        float: none;
        display: block;
        z-index: 9900; }
        .home-page #header-wrap #header #logo-wrap #logo {
          font-size: 32px;
          margin-top: 0;
          line-height: 70px;
          text-align: left;
          margin-bottom: 0;
          height: 60px; }
        .home-page #header-wrap #header #logo-wrap .tagline {
          display: none; }
      .home-page #header-wrap #header nav {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: -350px;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        transition: -webkit-top .3s ease;
        transition: top .3s ease;
        transition: top .3s ease,-webkit-top .3s ease; }
        .home-page #header-wrap #header nav.open {
          display: block;
          top: 100%; }
        .home-page #header-wrap #header nav ul {
          padding-top: 0;
          background-color: #fffdf1;
          padding-bottom: 20px;
          width: 100%;
          text-align: left;
          float: left; }
          .home-page #header-wrap #header nav ul li {
            max-width: 89.3333333333%;
            margin-top: 4px;
            margin-right: auto;
            margin-left: auto;
            width: 100%;
            float: none;
            display: block;
            height: 58px;
            border-bottom: 1px solid #d2d5ca; }
            .home-page #header-wrap #header nav ul li:first-child {
              margin-top: 4px; }
            .home-page #header-wrap #header nav ul li a {
              line-height: 58px;
              color: #4b5c54; }
            .home-page #header-wrap #header nav ul li.takeaway {
              margin: 20px auto 0;
              border: none;
              position: relative;
              top: auto;
              right: auto; }
              .home-page #header-wrap #header nav ul li.takeaway a {
                background-color: #d9d43d;
                height: 58px;
                line-height: 58px;
                padding-top: 0;
                padding-bottom: 0; }
                .home-page #header-wrap #header nav ul li.takeaway a:hover {
                  color: #4b5c54; }
                .home-page #header-wrap #header nav ul li.takeaway a br {
                  display: none; }
    .home-page #header-wrap .tagline {
      position: absolute;
      top: 50%;
      text-align: center;
      transform: translateY(-50%); }
    .home-page #header-wrap #header-home {
      height: 100%; }
      .home-page #header-wrap #header-home .col-l {
        display: none; }
      .home-page #header-wrap #header-home .col-r {
        height: 100%;
        width: 100%;
        text-align: center; }
        .home-page #header-wrap #header-home .col-r .home-contact {
          width: 100%;
          text-align: center;
          font-size: 24px;
          bottom: 60px; }
          .home-page #header-wrap #header-home .col-r .home-contact .open-time {
            text-align: center;
            padding-left: 0; }
      .home-page #header-wrap #header-home .icon-arrow-down {
        bottom: 15px; } }

#home-wrap .btn {
  letter-spacing: 0.06em; }

#home-wrap .authentic-row .col-l {
  margin-top: 215px;
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 32.0644216691%; }
  #home-wrap .authentic-row .col-l:last-child {
    margin-right: 0; }
  #home-wrap .authentic-row .col-l h4 {
    line-height: 1.1em; }
  #home-wrap .authentic-row .col-l h4,
  #home-wrap .authentic-row .col-l p,
  #home-wrap .authentic-row .col-l a {
    margin-left: 15%; }

#home-wrap .authentic-row .col-r {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 66.0322108346%; }
  #home-wrap .authentic-row .col-r:last-child {
    margin-right: 0; }
  #home-wrap .authentic-row .col-r img {
    margin-top: 60px;
    float: right; }

#home-wrap .menu-row .col-l {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 57.5402635432%; }
  #home-wrap .menu-row .col-l:last-child {
    margin-right: 0; }

#home-wrap .menu-row .col-r {
  margin-top: 90px;
  margin-left: 4.2459736457%;
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 36.3103953148%; }
  #home-wrap .menu-row .col-r:last-child {
    margin-right: 0; }
  #home-wrap .menu-row .col-r h4 {
    line-height: 1.1em; }
  #home-wrap .menu-row .col-r p {
    letter-spacing: 0; }

#home-wrap .relaxed-row .col-l {
  margin-top: 130px;
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 40.5563689605%; }
  #home-wrap .relaxed-row .col-l:last-child {
    margin-right: 0; }
  #home-wrap .relaxed-row .col-l h4 {
    line-height: 1.1em; }
  #home-wrap .relaxed-row .col-l h4,
  #home-wrap .relaxed-row .col-l p,
  #home-wrap .relaxed-row .col-l a {
    margin-left: 15%; }

#home-wrap .relaxed-row .col-r {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 57.5402635432%; }
  #home-wrap .relaxed-row .col-r:last-child {
    margin-right: 0; }
  #home-wrap .relaxed-row .col-r img {
    margin-top: -30px;
    margin-bottom: 0;
    float: right; }

#home-wrap .forward-row .col-l {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 57.5402635432%; }
  #home-wrap .forward-row .col-l:last-child {
    margin-right: 0; }
  #home-wrap .forward-row .col-l img {
    margin-top: -10px;
    margin-left: 20px; }

#home-wrap .forward-row .col-r {
  margin-left: 4.2459736457%;
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 36.3103953148%; }
  #home-wrap .forward-row .col-r:last-child {
    margin-right: 0; }
  #home-wrap .forward-row .col-r h4 {
    line-height: 1.1em;
    margin-top: 180px;
    font-size: 60px; }

@media screen and (max-width: 1024px) {
  #home-wrap .authentic-row .col-l {
    margin-top: 56px;
    float: left;
    display: block;
    margin-right: 2.8824833703%;
    width: 48.5587583149%; }
    #home-wrap .authentic-row .col-l:last-child {
      margin-right: 0; }
    #home-wrap .authentic-row .col-l h4 {
      line-height: 1.1em; }
    #home-wrap .authentic-row .col-l h4,
    #home-wrap .authentic-row .col-l p,
    #home-wrap .authentic-row .col-l a {
      margin-left: 0; }
  #home-wrap .authentic-row .col-r {
    margin-top: 56px;
    float: left;
    display: block;
    margin-right: 2.8824833703%;
    width: 48.5587583149%; }
    #home-wrap .authentic-row .col-r:last-child {
      margin-right: 0; }
    #home-wrap .authentic-row .col-r img {
      margin-top: 0;
      margin-bottom: 0;
      width: 100%; }
  #home-wrap .menu-row .col-l {
    float: left;
    display: block;
    margin-right: 2.8824833703%;
    width: 48.5587583149%; }
    #home-wrap .menu-row .col-l:last-child {
      margin-right: 0; }
    #home-wrap .menu-row .col-l img {
      margin-top: 50px;
      margin-bottom: 0;
      width: 100%; }
  #home-wrap .menu-row .col-r {
    margin-top: 0;
    margin-left: 0;
    float: left;
    display: block;
    margin-right: 2.8824833703%;
    width: 48.5587583149%; }
    #home-wrap .menu-row .col-r:last-child {
      margin-right: 0; }
  #home-wrap .relaxed-row .col-l {
    margin-top: 55px;
    float: left;
    display: block;
    margin-right: 2.8824833703%;
    width: 48.5587583149%; }
    #home-wrap .relaxed-row .col-l:last-child {
      margin-right: 0; }
    #home-wrap .relaxed-row .col-l h4 {
      line-height: 1.1em; }
    #home-wrap .relaxed-row .col-l h4,
    #home-wrap .relaxed-row .col-l p,
    #home-wrap .relaxed-row .col-l a {
      margin-left: 0; }
    #home-wrap .relaxed-row .col-l p br {
      display: none; }
  #home-wrap .relaxed-row .col-r {
    float: left;
    display: block;
    margin-right: 2.8824833703%;
    width: 48.5587583149%; }
    #home-wrap .relaxed-row .col-r:last-child {
      margin-right: 0; }
    #home-wrap .relaxed-row .col-r img {
      margin-top: 55px;
      margin-bottom: 0;
      width: 100%; }
  #home-wrap .forward-row .col-l {
    float: left;
    display: block;
    margin-right: 2.8824833703%;
    width: 48.5587583149%; }
    #home-wrap .forward-row .col-l:last-child {
      margin-right: 0; }
    #home-wrap .forward-row .col-l img {
      margin-left: 0;
      margin-top: 50px;
      margin-bottom: 0;
      width: 100%; }
  #home-wrap .forward-row .col-r {
    margin-left: 0;
    float: left;
    display: block;
    margin-right: 2.8824833703%;
    width: 48.5587583149%; }
    #home-wrap .forward-row .col-r:last-child {
      margin-right: 0; }
    #home-wrap .forward-row .col-r h4 {
      line-height: 1.1em;
      margin-top: 75px;
      font-size: 45px; }
      #home-wrap .forward-row .col-r h4 br {
        display: none; } }

@media screen and (max-width: 480px) {
  #home-wrap .wrap .col-l,
  #home-wrap .wrap .col-r {
    width: 100%;
    text-align: center;
    margin-right: 0; }
    #home-wrap .wrap .col-l h4,
    #home-wrap .wrap .col-r h4 {
      font-size: 40px; }
    #home-wrap .wrap .col-l p,
    #home-wrap .wrap .col-r p {
      font-size: 16px;
      line-height: 1.2em; }
    #home-wrap .wrap .col-l img,
    #home-wrap .wrap .col-r img {
      width: 100%;
      margin-bottom: 25px; }
  #home-wrap .wrap.forward-row .col-r h4 {
    margin-top: 0; } }

#menu-wrap #lunch-menu {
  margin-bottom: 65px;
  border-bottom: 2px solid #d9d43d; }
  #menu-wrap #lunch-menu .col-title,
  #menu-wrap #lunch-menu .col-link {
    float: left;
    display: block;
    margin-right: 1.9033674963%;
    width: 49.0483162518%;
    margin-bottom: 40px;
    height: 45px; }
    #menu-wrap #lunch-menu .col-title:last-child,
    #menu-wrap #lunch-menu .col-link:last-child {
      margin-right: 0; }
  #menu-wrap #lunch-menu .col-title h3 {
    font-size: 80px;
    line-height: 45px;
    color: #4b5c54;
    margin-bottom: 0; }
  #menu-wrap #lunch-menu .col-link {
    text-align: right; }
    #menu-wrap #lunch-menu .col-link a {
      display: inline-block;
      font-size: 24px;
      text-decoration: none;
      vertical-align: baseline;
      line-height: 20px;
      margin-top: 25px;
      letter-spacing: 1px; }

#menu-wrap .col, #menu-wrap .menu-section .col-1, #menu-wrap .menu-section .col-2, #menu-wrap .menu-section .col-3 {
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 32.0644216691%; }
  #menu-wrap .col:last-child, #menu-wrap .menu-section .col-1:last-child, #menu-wrap .menu-section .col-2:last-child, #menu-wrap .menu-section .col-3:last-child {
    margin-right: 0; }
  #menu-wrap .col p, #menu-wrap .menu-section .col-1 p, #menu-wrap .menu-section .col-2 p, #menu-wrap .menu-section .col-3 p {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0.025; }
    #menu-wrap .col p strong, #menu-wrap .menu-section .col-1 p strong, #menu-wrap .menu-section .col-2 p strong, #menu-wrap .menu-section .col-3 p strong {
      font-size: 20px;
      text-transform: uppercase; }
    #menu-wrap .col p span, #menu-wrap .menu-section .col-1 p span, #menu-wrap .menu-section .col-2 p span, #menu-wrap .menu-section .col-3 p span {
      color: #d9d43d;
      font-size: 20px;
      font-weight: 500;
      white-space: nowrap; }

#menu-wrap .full-border, #menu-wrap .menu-section#summer-rolls, #menu-wrap .menu-section#bun-vermicelli, #menu-wrap .menu-section#large-bowl, #menu-wrap .menu-section#noodles-rice, #menu-wrap .menu-section#desert, #menu-wrap .menu-section#beers {
  border: 2px solid #d9d43d;
  padding: 40px 20px 20px; }

#menu-wrap .menu-section {
  border-bottom: 2px solid #d9d43d;
  margin-bottom: 100px;
  padding-bottom: 20px; }
  #menu-wrap .menu-section:last-child {
    margin-bottom: 0; }
  #menu-wrap .menu-section .section-description {
    font-size: 20px;
    margin-bottom: 30px;
    color: #78847b; }
  #menu-wrap .menu-section .title-row {
    margin-bottom: 30px; }
  #menu-wrap .menu-section#light-bites {
    border-bottom: 0; }
  #menu-wrap .menu-section#summer-rolls {
    margin-top: 260px; }
    #menu-wrap .menu-section#summer-rolls .title-row {
      margin-bottom: 0; }
    #menu-wrap .menu-section#summer-rolls .section-description {
      margin-bottom: 30px; }
    #menu-wrap .menu-section#summer-rolls .col-img {
      float: left;
      display: block;
      margin-right: 1.9033674963%;
      width: 66.0322108346%; }
      #menu-wrap .menu-section#summer-rolls .col-img:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#summer-rolls .col-img img {
        margin-bottom: 0;
        margin-top: -160px; }
  #menu-wrap .menu-section#bun-vermicelli .col-header {
    margin-left: 67.9355783309%;
    float: left;
    display: block;
    margin-right: 1.9033674963%;
    width: 32.0644216691%; }
    #menu-wrap .menu-section#bun-vermicelli .col-header:last-child {
      margin-right: 0; }
    #menu-wrap .menu-section#bun-vermicelli .col-header h4 {
      margin-bottom: 0; }
  #menu-wrap .menu-section#vietnamese-salads {
    border-bottom: none; }
  #menu-wrap .menu-section#large-bowl {
    margin-top: 390px; }
    #menu-wrap .menu-section#large-bowl .col-img {
      float: left;
      display: block;
      margin-right: 1.9033674963%;
      width: 66.0322108346%; }
      #menu-wrap .menu-section#large-bowl .col-img:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#large-bowl .col-img img {
        max-width: 718px;
        width: 100%;
        margin-bottom: 0;
        margin-top: -290px; }
    #menu-wrap .menu-section#large-bowl .col-header {
      float: left;
      display: block;
      margin-right: 1.9033674963%;
      width: 32.0644216691%;
      margin-right: 0; }
      #menu-wrap .menu-section#large-bowl .col-header:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#large-bowl .col-header h4 {
        margin-bottom: 0; }
  #menu-wrap .menu-section#mains {
    margin-top: 270px;
    border-bottom: none; }
    #menu-wrap .menu-section#mains .col-double {
      float: left;
      display: block;
      margin-right: 1.9033674963%;
      width: 66.0322108346%; }
      #menu-wrap .menu-section#mains .col-double:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#mains .col-double .col-img {
        float: left;
        display: block;
        margin-right: 2.8824833703%;
        width: 100%; }
        #menu-wrap .menu-section#mains .col-double .col-img:last-child {
          margin-right: 0; }
        #menu-wrap .menu-section#mains .col-double .col-img img {
          margin-bottom: 50px;
          margin-top: -250px; }
      #menu-wrap .menu-section#mains .col-double .col, #menu-wrap .menu-section#mains .col-double .col-1, #menu-wrap .menu-section#mains .col-double .col-2, #menu-wrap .menu-section#mains .col-double .col-3 {
        float: left;
        display: block;
        margin-right: 2.8824833703%;
        width: 48.5587583149%; }
        #menu-wrap .menu-section#mains .col-double .col:last-child, #menu-wrap .menu-section#mains .col-double .col-1:last-child, #menu-wrap .menu-section#mains .col-double .col-2:last-child, #menu-wrap .menu-section#mains .col-double .col-3:last-child {
          margin-right: 0; }
  #menu-wrap .menu-section#noodles-rice .col-spacer {
    float: left;
    display: block;
    margin-right: 1.9033674963%;
    width: 66.0322108346%; }
    #menu-wrap .menu-section#noodles-rice .col-spacer:last-child {
      margin-right: 0; }
  #menu-wrap .menu-section#noodles-rice .col-header {
    float: left;
    display: block;
    margin-right: 1.9033674963%;
    width: 32.0644216691%;
    margin-right: 0; }
    #menu-wrap .menu-section#noodles-rice .col-header:last-child {
      margin-right: 0; }
  #menu-wrap .menu-section#desert .col-spacer {
    float: left;
    display: block;
    margin-right: 1.9033674963%;
    width: 66.0322108346%; }
    #menu-wrap .menu-section#desert .col-spacer:last-child {
      margin-right: 0; }
  #menu-wrap .menu-section#desert .col-header {
    float: left;
    display: block;
    margin-right: 1.9033674963%;
    width: 32.0644216691%;
    margin-right: 0; }
    #menu-wrap .menu-section#desert .col-header:last-child {
      margin-right: 0; }
  #menu-wrap .menu-section#bahn {
    border-bottom: none; }
    #menu-wrap .menu-section#bahn .col-img {
      float: left;
      display: block;
      margin-right: 1.9033674963%;
      width: 66.0322108346%; }
      #menu-wrap .menu-section#bahn .col-img:last-child {
        margin-right: 0; }
    #menu-wrap .menu-section#bahn .title-row {
      margin-bottom: 0; }
  #menu-wrap .menu-section#drinks {
    border-bottom: none; }
  #menu-wrap .menu-section#beers {
    margin-top: 140px; }
    #menu-wrap .menu-section#beers .col-img img {
      margin-top: -140px; }

#menu-wrap .discretionary p {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2em; }

@media screen and (max-width: 1024px) {
  #menu-wrap .col, #menu-wrap .menu-section .col-1, #menu-wrap .menu-section .col-2, #menu-wrap .menu-section .col-3 {
    float: left;
    display: block;
    margin-right: 2.8824833703%;
    width: 48.5587583149%; }
    #menu-wrap .col:last-child, #menu-wrap .menu-section .col-1:last-child, #menu-wrap .menu-section .col-2:last-child, #menu-wrap .menu-section .col-3:last-child {
      margin-right: 0; }
    #menu-wrap .col p, #menu-wrap .menu-section .col-1 p, #menu-wrap .menu-section .col-2 p, #menu-wrap .menu-section .col-3 p {
      font-size: 16px;
      line-height: 1.2em; }
      #menu-wrap .col p strong, #menu-wrap .menu-section .col-1 p strong, #menu-wrap .menu-section .col-2 p strong, #menu-wrap .menu-section .col-3 p strong {
        font-size: 20px;
        text-transform: uppercase; }
      #menu-wrap .col p span, #menu-wrap .menu-section .col-1 p span, #menu-wrap .menu-section .col-2 p span, #menu-wrap .menu-section .col-3 p span {
        color: #d9d43d;
        font-size: 20px;
        font-weight: 500;
        white-space: nowrap; }
  #menu-wrap .menu-section#light-bites .col-2 {
    display: none; }
  #menu-wrap .menu-section#summer-rolls {
    padding: 20px 40px;
    border: 2px solid #d9d43d;
    margin-top: 200px; }
    #menu-wrap .menu-section#summer-rolls .title-row {
      margin-bottom: 0; }
    #menu-wrap .menu-section#summer-rolls .section-description {
      margin-bottom: 30px; }
    #menu-wrap .menu-section#summer-rolls .col-img {
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      #menu-wrap .menu-section#summer-rolls .col-img:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#summer-rolls .col-img img {
        max-width: 100%; }
    #menu-wrap .menu-section#summer-rolls .section-description {
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 48.5587583149%; }
      #menu-wrap .menu-section#summer-rolls .section-description:last-child {
        margin-right: 0; }
    #menu-wrap .menu-section#summer-rolls .col, #menu-wrap .menu-section#summer-rolls .col-1, #menu-wrap .menu-section#summer-rolls .col-2, #menu-wrap .menu-section#summer-rolls .col-3 {
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 100%; }
      #menu-wrap .menu-section#summer-rolls .col:last-child, #menu-wrap .menu-section#summer-rolls .col-1:last-child, #menu-wrap .menu-section#summer-rolls .col-2:last-child, #menu-wrap .menu-section#summer-rolls .col-3:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#summer-rolls .col .col-tablet, #menu-wrap .menu-section#summer-rolls .col-1 .col-tablet, #menu-wrap .menu-section#summer-rolls .col-2 .col-tablet, #menu-wrap .menu-section#summer-rolls .col-3 .col-tablet {
        float: left;
        display: block;
        margin-right: 2.8824833703%;
        width: 48.5587583149%; }
        #menu-wrap .menu-section#summer-rolls .col .col-tablet:last-child, #menu-wrap .menu-section#summer-rolls .col-1 .col-tablet:last-child, #menu-wrap .menu-section#summer-rolls .col-2 .col-tablet:last-child, #menu-wrap .menu-section#summer-rolls .col-3 .col-tablet:last-child {
          margin-right: 0; }
  #menu-wrap .menu-section#bun-vermicelli {
    padding: 20px;
    border: 2px solid #d9d43d; }
    #menu-wrap .menu-section#bun-vermicelli .col-header {
      margin-left: 51.4412416851%;
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 48.5587583149%; }
      #menu-wrap .menu-section#bun-vermicelli .col-header:last-child {
        margin-right: 0; }
    #menu-wrap .menu-section#bun-vermicelli .hide-tablet {
      display: none; }
  #menu-wrap .menu-section#vietnamese-salads {
    margin-bottom: 80px;
    padding-bottom: 0; }
    #menu-wrap .menu-section#vietnamese-salads .col-1 h4 {
      width: 85%; }
    #menu-wrap .menu-section#vietnamese-salads .col-2 {
      display: none; }
  #menu-wrap .menu-section#large-bowl {
    padding: 20px;
    border: 2px solid #d9d43d;
    margin-top: 140px; }
    #menu-wrap .menu-section#large-bowl .col-img {
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 48.5587583149%; }
      #menu-wrap .menu-section#large-bowl .col-img:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#large-bowl .col-img img {
        max-width: 100%;
        margin-top: -120px; }
    #menu-wrap .menu-section#large-bowl .col-header {
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 48.5587583149%;
      margin-right: 0; }
      #menu-wrap .menu-section#large-bowl .col-header:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#large-bowl .col-header h4 {
        max-width: 85%; }
    #menu-wrap .menu-section#large-bowl .col-2 {
      display: none; }
  #menu-wrap .menu-section#mains {
    margin-top: 0; }
    #menu-wrap .menu-section#mains .col-double {
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 48.5587583149%; }
      #menu-wrap .menu-section#mains .col-double:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#mains .col-double .col-img {
        float: left;
        display: block;
        margin-right: 5.9360730594%;
        width: 100%; }
        #menu-wrap .menu-section#mains .col-double .col-img:last-child {
          margin-right: 0; }
        #menu-wrap .menu-section#mains .col-double .col-img img {
          max-width: 100%;
          margin-top: 0; }
      #menu-wrap .menu-section#mains .col-double .col, #menu-wrap .menu-section#mains .col-double .col-1, #menu-wrap .menu-section#mains .col-double .col-2, #menu-wrap .menu-section#mains .col-double .col-3 {
        float: left;
        display: block;
        margin-right: 5.9360730594%;
        width: 100%; }
        #menu-wrap .menu-section#mains .col-double .col:last-child, #menu-wrap .menu-section#mains .col-double .col-1:last-child, #menu-wrap .menu-section#mains .col-double .col-2:last-child, #menu-wrap .menu-section#mains .col-double .col-3:last-child {
          margin-right: 0; }
        #menu-wrap .menu-section#mains .col-double .col .hide-tablet, #menu-wrap .menu-section#mains .col-double .col-1 .hide-tablet, #menu-wrap .menu-section#mains .col-double .col-2 .hide-tablet, #menu-wrap .menu-section#mains .col-double .col-3 .hide-tablet {
          display: none; }
  #menu-wrap .menu-section#noodles-rice {
    padding: 20px;
    border: 2px solid #d9d43d;
    margin-bottom: 80px; }
    #menu-wrap .menu-section#noodles-rice .col-spacer, #menu-wrap .menu-section#noodles-rice .col-header {
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 48.5587583149%; }
      #menu-wrap .menu-section#noodles-rice .col-spacer:last-child, #menu-wrap .menu-section#noodles-rice .col-header:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#noodles-rice .col-spacer:nth-child(2n), #menu-wrap .menu-section#noodles-rice .col-header:nth-child(2n) {
        margin-right: 0; }
      #menu-wrap .menu-section#noodles-rice .col-spacer:nth-child(2n+1), #menu-wrap .menu-section#noodles-rice .col-header:nth-child(2n+1) {
        clear: left; }
    #menu-wrap .menu-section#noodles-rice .col-header .title-row {
      width: 85%; }
    #menu-wrap .menu-section#noodles-rice .col-2 {
      display: none; }
  #menu-wrap .menu-section#bahn {
    margin-bottom: 80px;
    padding-bottom: 0; }
    #menu-wrap .menu-section#bahn .hide-tablet {
      display: none; }
    #menu-wrap .menu-section#bahn .col-img {
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 48.5587583149%;
      font-size: 16px;
      line-height: 1.2em; }
      #menu-wrap .menu-section#bahn .col-img:last-child {
        margin-right: 0; }
      #menu-wrap .menu-section#bahn .col-img img {
        max-width: 85%; }
      #menu-wrap .menu-section#bahn .col-img strong {
        font-size: 20px;
        text-transform: uppercase; }
      #menu-wrap .menu-section#bahn .col-img span {
        color: #d9d43d;
        font-size: 20px;
        font-weight: 500;
        white-space: nowrap; }
  #menu-wrap .menu-section#desert {
    padding: 20px;
    border: 2px solid #d9d43d;
    margin-bottom: 60px; }
    #menu-wrap .menu-section#desert .col-spacer,
    #menu-wrap .menu-section#desert .col-header {
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 48.5587583149%; }
      #menu-wrap .menu-section#desert .col-spacer:last-child,
      #menu-wrap .menu-section#desert .col-header:last-child {
        margin-right: 0; }
    #menu-wrap .menu-section#desert .col-header,
    #menu-wrap .menu-section#desert .col-2 {
      margin-right: 0; }
  #menu-wrap .menu-section#drinks .col-2 {
    margin-right: 0; }
  #menu-wrap .menu-section#beers {
    padding: 20px;
    border: 2px solid #d9d43d;
    margin-bottom: 80px; }
    #menu-wrap .menu-section#beers img {
      max-width: 90%;
      margin-right: auto;
      margin-left: auto;
      display: block;
      margin-top: -110px; }
    #menu-wrap .menu-section#beers .col-2 {
      display: none; }
    #menu-wrap .menu-section#beers .col-3 .title-row {
      display: none; }
    #menu-wrap .menu-section#beers .col-3 .tablet-mobile .title-row {
      display: block; } }

@media screen and (max-width: 480px) {
  #menu-wrap #lunch-menu {
    margin-bottom: 40px;
    border-bottom: 1px solid #d9d43d; }
    #menu-wrap #lunch-menu .col-title,
    #menu-wrap #lunch-menu .col-link {
      float: left;
      display: block;
      margin-right: 12.6213592233%;
      width: 43.6893203883%;
      margin-bottom: 30px;
      height: 45px; }
      #menu-wrap #lunch-menu .col-title:last-child,
      #menu-wrap #lunch-menu .col-link:last-child {
        margin-right: 0; }
    #menu-wrap #lunch-menu .col-title h3 {
      font-size: 40px;
      line-height: 65px; }
    #menu-wrap #lunch-menu .col-link a {
      margin-top: 13px;
      height: 32px;
      font-size: 16px;
      line-height: 16px;
      padding-right: 20px;
      font-family: 'Kanit', sans-serif;
      font-weight: 300;
      position: relative;
      text-align: left; }
      #menu-wrap #lunch-menu .col-link a .icon-arrow-right {
        position: absolute;
        right: 0;
        top: 10px; }
  #menu-wrap h4 {
    font-size: 40px; }
  #menu-wrap .col, #menu-wrap .menu-section .col-1, #menu-wrap .menu-section .col-2, #menu-wrap .menu-section .col-3 {
    float: left;
    display: block;
    margin-right: 12.6213592233%;
    width: 100%; }
    #menu-wrap .col:last-child, #menu-wrap .menu-section .col-1:last-child, #menu-wrap .menu-section .col-2:last-child, #menu-wrap .menu-section .col-3:last-child {
      margin-right: 0; }
    #menu-wrap .col p strong, #menu-wrap .menu-section .col-1 p strong, #menu-wrap .menu-section .col-2 p strong, #menu-wrap .menu-section .col-3 p strong {
      font-size: 16px; }
    #menu-wrap .col p span, #menu-wrap .menu-section .col-1 p span, #menu-wrap .menu-section .col-2 p span, #menu-wrap .menu-section .col-3 p span {
      font-size: 16px; }
  #menu-wrap .menu-section {
    margin-bottom: 40px; }
    #menu-wrap .menu-section .section-description {
      font-size: 16px;
      line-height: 20px; }
    #menu-wrap .menu-section#light-bites {
      margin-bottom: 10px; }
    #menu-wrap .menu-section#summer-rolls {
      padding: 30px 20px 20px;
      margin-top: 0px; }
      #menu-wrap .menu-section#summer-rolls .col-img {
        display: none; }
      #menu-wrap .menu-section#summer-rolls .section-description {
        float: left;
        display: block;
        margin-right: 12.6213592233%;
        width: 100%; }
        #menu-wrap .menu-section#summer-rolls .section-description:last-child {
          margin-right: 0; }
      #menu-wrap .menu-section#summer-rolls .col, #menu-wrap .menu-section#summer-rolls .col-1, #menu-wrap .menu-section#summer-rolls .col-2, #menu-wrap .menu-section#summer-rolls .col-3 {
        float: left;
        display: block;
        margin-right: 12.6213592233%;
        width: 100%; }
        #menu-wrap .menu-section#summer-rolls .col:last-child, #menu-wrap .menu-section#summer-rolls .col-1:last-child, #menu-wrap .menu-section#summer-rolls .col-2:last-child, #menu-wrap .menu-section#summer-rolls .col-3:last-child {
          margin-right: 0; }
        #menu-wrap .menu-section#summer-rolls .col .col-tablet, #menu-wrap .menu-section#summer-rolls .col-1 .col-tablet, #menu-wrap .menu-section#summer-rolls .col-2 .col-tablet, #menu-wrap .menu-section#summer-rolls .col-3 .col-tablet {
          float: left;
          display: block;
          margin-right: 12.6213592233%;
          width: 100%; }
          #menu-wrap .menu-section#summer-rolls .col .col-tablet:last-child, #menu-wrap .menu-section#summer-rolls .col-1 .col-tablet:last-child, #menu-wrap .menu-section#summer-rolls .col-2 .col-tablet:last-child, #menu-wrap .menu-section#summer-rolls .col-3 .col-tablet:last-child {
            margin-right: 0; }
    #menu-wrap .menu-section#bun-vermicelli {
      padding: 30px 20px 20px; }
      #menu-wrap .menu-section#bun-vermicelli .col-header {
        margin-left: 0%;
        float: left;
        display: block;
        margin-right: 12.6213592233%;
        width: 100%;
        margin-right: 0; }
        #menu-wrap .menu-section#bun-vermicelli .col-header:last-child {
          margin-right: 0; }
    #menu-wrap .menu-section#vietnamese-salads {
      margin-top: 0px;
      margin-bottom: 20px; }
      #menu-wrap .menu-section#vietnamese-salads .col-1 h4 {
        margin-bottom: 20px; }
    #menu-wrap .menu-section#large-bowl {
      padding: 30px 20px 20px;
      margin-top: 0; }
      #menu-wrap .menu-section#large-bowl .col-img {
        display: none; }
      #menu-wrap .menu-section#large-bowl .col-header {
        float: left;
        display: block;
        margin-right: 12.6213592233%;
        width: 100%;
        margin-right: 0; }
        #menu-wrap .menu-section#large-bowl .col-header:last-child {
          margin-right: 0; }
        #menu-wrap .menu-section#large-bowl .col-header h4 {
          max-width: 70%; }
      #menu-wrap .menu-section#large-bowl .col-2 {
        display: none; }
    #menu-wrap .menu-section#mains {
      margin-top: 0px;
      margin-bottom: 10px; }
      #menu-wrap .menu-section#mains .col-double {
        float: left;
        display: block;
        margin-right: 12.6213592233%;
        width: 100%; }
        #menu-wrap .menu-section#mains .col-double:last-child {
          margin-right: 0; }
        #menu-wrap .menu-section#mains .col-double .col-img {
          float: left;
          display: block;
          margin-right: 12.6213592233%;
          width: 100%; }
          #menu-wrap .menu-section#mains .col-double .col-img:last-child {
            margin-right: 0; }
          #menu-wrap .menu-section#mains .col-double .col-img img {
            display: none; }
        #menu-wrap .menu-section#mains .col-double .col, #menu-wrap .menu-section#mains .col-double .col-1, #menu-wrap .menu-section#mains .col-double .col-2, #menu-wrap .menu-section#mains .col-double .col-3 {
          float: left;
          display: block;
          margin-right: 12.6213592233%;
          width: 100%; }
          #menu-wrap .menu-section#mains .col-double .col:last-child, #menu-wrap .menu-section#mains .col-double .col-1:last-child, #menu-wrap .menu-section#mains .col-double .col-2:last-child, #menu-wrap .menu-section#mains .col-double .col-3:last-child {
            margin-right: 0; }
    #menu-wrap .menu-section#noodles-rice {
      padding: 30px 20px 20px;
      margin-bottom: 10px; }
      #menu-wrap .menu-section#noodles-rice .col-spacer {
        display: none; }
      #menu-wrap .menu-section#noodles-rice .col-header {
        float: left;
        display: block;
        margin-right: 12.6213592233%;
        width: 100%;
        margin-right: 0; }
        #menu-wrap .menu-section#noodles-rice .col-header:last-child {
          margin-right: 0; }
    #menu-wrap .menu-section#bahn {
      margin-top: 50px;
      margin-bottom: 20px; }
      #menu-wrap .menu-section#bahn .col-img {
        float: left;
        display: block;
        margin-right: 12.6213592233%;
        width: 100%;
        font-size: 16px; }
        #menu-wrap .menu-section#bahn .col-img:last-child {
          margin-right: 0; }
        #menu-wrap .menu-section#bahn .col-img img {
          display: none; }
        #menu-wrap .menu-section#bahn .col-img strong {
          font-size: 16px; }
        #menu-wrap .menu-section#bahn .col-img span {
          font-size: 16px; }
    #menu-wrap .menu-section#desert {
      padding: 30px 20px 20px;
      margin-bottom: 10px; }
      #menu-wrap .menu-section#desert .col-spacer {
        display: none; }
      #menu-wrap .menu-section#desert .col-header {
        float: left;
        display: block;
        margin-right: 12.6213592233%;
        width: 100%; }
        #menu-wrap .menu-section#desert .col-header:last-child {
          margin-right: 0; }
      #menu-wrap .menu-section#desert .col p, #menu-wrap .menu-section#desert .col-1 p, #menu-wrap .menu-section#desert .col-2 p, #menu-wrap .menu-section#desert .col-3 p {
        width: 85%; }
    #menu-wrap .menu-section#drinks .col, #menu-wrap .menu-section#drinks .col-1, #menu-wrap .menu-section#drinks .col-2, #menu-wrap .menu-section#drinks .col-3 {
      margin-top: 40px; }
    #menu-wrap .menu-section#beers {
      padding: 30px 20px 20px;
      margin-top: 0; }
      #menu-wrap .menu-section#beers img {
        display: none; }
  #menu-wrap .discretionary {
    margin-top: 50px; }
    #menu-wrap .discretionary p {
      font-size: 14px; } }

@media screen and (max-width: 480px) {
  .menu-page #header-wrap {
    min-height: 80px; } }

/*
ABOUT
----------------------------------------------------------------------------- */
#about-wrap .lead {
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  line-height: 1.1em;
  font-weight: 400;
  font-size: 50px;
  text-rendering: optimizelegibility;
  text-align: center;
  color: #4b5c54;
  text-transform: none; }

#about-wrap .img-wrap,
#about-wrap .img-wrap-tablet {
  width: 100%;
  display: block;
  margin: 50px auto;
  max-width: 96.3328631876%; }

#about-wrap .img-wrap {
  max-width: 1387px; }

#about-wrap .img-wrap-tablet {
  display: none; }

#about-wrap .about-copy {
  margin-left: 25.4758418741%;
  float: left;
  display: block;
  margin-right: 1.9033674963%;
  width: 49.0483162518%;
  margin-right: 0; }
  #about-wrap .about-copy:last-child {
    margin-right: 0; }
  #about-wrap .about-copy .btn {
    margin: 20px 0 50px; }
  #about-wrap .about-copy .img-block {
    display: block; }
    #about-wrap .about-copy .img-block::after {
      clear: both;
      content: "";
      display: table; }

@media screen and (max-width: 1024px) {
  #about-wrap .lead {
    margin-left: 9.0395480226%;
    width: 81.9209039548%;
    letter-spacing: 0; }
    #about-wrap .lead br {
      display: none; }
  #about-wrap .img-wrap {
    display: none; }
  #about-wrap .img-wrap-tablet {
    display: block;
    margin: 35px auto;
    width: auto; }
  #about-wrap .about-copy {
    margin-left: 12.9943502825%;
    width: 74.011299435%; } }

@media screen and (max-width: 480px) {
  #about-wrap .lead {
    font-size: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 95%; }
  #about-wrap .img-wrap-tablet {
    width: 100%;
    margin-top: 25px;
    max-width: 89.3333333333%; }
  #about-wrap .about-copy {
    margin-left: 0;
    width: 100%; }
    #about-wrap .about-copy p {
      font-size: 16px;
      line-height: 1.2em; }
    #about-wrap .about-copy .btn {
      margin-bottom: 0; }
    #about-wrap .about-copy .img-block {
      display: none; } }

/*
GALLERY
----------------------------------------------------------------------------- */
#gallery-wrap #gallery-holder .gallery-row {
  width: 100%;
  display: block;
  float: left; }
  #gallery-wrap #gallery-holder .gallery-row img {
    display: inline-block;
    float: left;
    margin-right: 1.9033674963%;
    margin-bottom: 1.9033674963%; }
    #gallery-wrap #gallery-holder .gallery-row img:last-child {
      margin-right: 0; }
    #gallery-wrap #gallery-holder .gallery-row img.half {
      width: 49.0483162518%; }
    #gallery-wrap #gallery-holder .gallery-row img.third {
      width: 32.0644216691%; }
    #gallery-wrap #gallery-holder .gallery-row img.six {
      width: 17.4231332357%; }
    #gallery-wrap #gallery-holder .gallery-row img.seven {
      width: 39.3118594436%; }
    #gallery-wrap #gallery-holder .gallery-row img.eleven {
      width: 28.4040995608%; }
    #gallery-wrap #gallery-holder .gallery-row img.twelve {
      width: 33.8945827233%; }
    #gallery-wrap #gallery-holder .gallery-row img.fourteen {
      width: 53.2942898975%; }
    #gallery-wrap #gallery-holder .gallery-row img.fifthteen {
      width: 44.8023426061%; }
    #gallery-wrap #gallery-holder .gallery-row img.eighteen {
      width: 44.5095168375%; }
    #gallery-wrap #gallery-holder .gallery-row img.nineteen {
      width: 22.1083455344%; }
    #gallery-wrap #gallery-holder .gallery-row img.twenty {
      width: 29.5754026354%; }

@media screen and (max-width: 480px) {
  #gallery-wrap #gallery-holder .gallery-row img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.3333333333%; }
    #gallery-wrap #gallery-holder .gallery-row img:last-child {
      margin-right: 0; }
    #gallery-wrap #gallery-holder .gallery-row img.half, #gallery-wrap #gallery-holder .gallery-row img.third, #gallery-wrap #gallery-holder .gallery-row img.seven, #gallery-wrap #gallery-holder .gallery-row img.eleven, #gallery-wrap #gallery-holder .gallery-row img.twelve, #gallery-wrap #gallery-holder .gallery-row img.fourteen, #gallery-wrap #gallery-holder .gallery-row img.fifthteen, #gallery-wrap #gallery-holder .gallery-row img.eighteen {
      width: 100%; }
    #gallery-wrap #gallery-holder .gallery-row img.six, #gallery-wrap #gallery-holder .gallery-row img.nineteen, #gallery-wrap #gallery-holder .gallery-row img.twenty {
      display: none; } }

#contact-wrap {
  color: #4b5c54; }
  #contact-wrap .col-yellow {
    color: #d9d43d; }
  #contact-wrap .contact-info,
  #contact-wrap .contact-info-mobile {
    float: left;
    display: block;
    margin-right: 1.9033674963%;
    width: 40.5563689605%; }
    #contact-wrap .contact-info:last-child,
    #contact-wrap .contact-info-mobile:last-child {
      margin-right: 0; }
    #contact-wrap .contact-info p,
    #contact-wrap .contact-info-mobile p {
      font-size: 50px;
      margin-bottom: 50px;
      line-height: 1em;
      text-transform: lowercase; }
      #contact-wrap .contact-info p .travel-info,
      #contact-wrap .contact-info-mobile p .travel-info {
        display: block;
        font-size: 16px;
        line-height: 18px;
        font-weight: 300;
        margin-bottom: 5px;
        text-transform: none;
        letter-spacing: normal; }
      #contact-wrap .contact-info p .open-time,
      #contact-wrap .contact-info-mobile p .open-time {
        font-size: 24px;
        display: block;
        line-height: 24px;
        color: #d9d43d;
        letter-spacing: 1px;
        margin-top: 5px; }
        #contact-wrap .contact-info p .open-time .icon-clock-yellow,
        #contact-wrap .contact-info-mobile p .open-time .icon-clock-yellow {
          margin-top: -2px; }
      #contact-wrap .contact-info p small,
      #contact-wrap .contact-info-mobile p small {
        font-size: 30px;
        line-height: 1em;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px; }
      #contact-wrap .contact-info p:last-child,
      #contact-wrap .contact-info-mobile p:last-child {
        margin-bottom: 0; }
    #contact-wrap .contact-info a,
    #contact-wrap .contact-info-mobile a {
      text-decoration: none; }
  #contact-wrap .contact-info-mobile {
    display: none; }
  #contact-wrap .contact-map {
    float: left;
    display: block;
    margin-right: 1.9033674963%;
    width: 57.5402635432%;
    margin-right: 0; }
    #contact-wrap .contact-map:last-child {
      margin-right: 0; }
    #contact-wrap .contact-map #map-canvas {
      width: 100%;
      height: 540px;
      display: block; }
  @media screen and (max-width: 1024px) {
    #contact-wrap .contact-info {
      display: none; }
    #contact-wrap .contact-map {
      float: left;
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 100%;
      margin-right: 0; }
      #contact-wrap .contact-map:last-child {
        margin-right: 0; }
      #contact-wrap .contact-map #map-canvas {
        height: 488px; }
    #contact-wrap .contact-info-mobile {
      display: block;
      margin-top: 50px;
      float: left;
      display: block;
      margin-right: 2.8824833703%;
      width: 100%; }
      #contact-wrap .contact-info-mobile:last-child {
        margin-right: 0; }
      #contact-wrap .contact-info-mobile p {
        font-size: 36px; }
        #contact-wrap .contact-info-mobile p small {
          font-size: 24px; }
        #contact-wrap .contact-info-mobile p .travel-info br {
          display: none; }
      #contact-wrap .contact-info-mobile .col-l {
        float: left;
        display: block;
        margin-right: 2.8824833703%;
        width: 48.5587583149%;
        padding-right: 5%; }
        #contact-wrap .contact-info-mobile .col-l:last-child {
          margin-right: 0; }
      #contact-wrap .contact-info-mobile .col-r {
        float: left;
        display: block;
        margin-right: 2.8824833703%;
        width: 48.5587583149%; }
        #contact-wrap .contact-info-mobile .col-r:last-child {
          margin-right: 0; }
        #contact-wrap .contact-info-mobile .col-r p:first-child {
          margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    #contact-wrap .contact-map {
      width: 100%; }
      #contact-wrap .contact-map #map-canvas {
        height: 290px; }
    #contact-wrap .contact-info-mobile {
      margin-top: 30px;
      text-align: center; }
      #contact-wrap .contact-info-mobile .col-l,
      #contact-wrap .contact-info-mobile .col-r {
        width: 100%;
        margin-right: 0;
        padding-right: 0; }
        #contact-wrap .contact-info-mobile .col-l p,
        #contact-wrap .contact-info-mobile .col-r p {
          font-size: 30px;
          max-width: 300px;
          margin-right: auto;
          margin-left: auto; }
      #contact-wrap .contact-info-mobile .col-l {
        margin-bottom: 30px; }
        #contact-wrap .contact-info-mobile .col-l p small {
          margin-top: 15px;
          margin-bottom: 15px; }
      #contact-wrap .contact-info-mobile .col-r p:first-child {
        margin-bottom: 30px; }
      #contact-wrap .contact-info-mobile .col-r p .open-time {
        margin-top: 10px; } }
