/*
 * Tudore Tranquility Styles
 *
 */
/* ==========================================================================
   Base styles
   ========================================================================== */
/* line 14, ../scss/main.scss */
html,
button,
input,
select,
textarea {
  color: #000;
  font-size: small;
}

/* line 19, ../scss/main.scss */
html, body {
  height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 29, ../scss/main.scss */
::-moz-selection {
  background: #666;
  text-shadow: none;
}

/* line 34, ../scss/main.scss */
::selection {
  background: #666;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 43, ../scss/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 56, ../scss/main.scss */
img {
  vertical-align: middle;
  border: 0;
}

/*
 * Remove default fieldset styles.
 */
/* line 65, ../scss/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 75, ../scss/main.scss */
textarea {
  resize: vertical;
}

/* line 79, ../scss/main.scss */
input.text {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #4b92db;
  height: 21px;
  width: 250px;
  padding: 5px;
}

/* line 88, ../scss/main.scss */
input[type="checkbox"], input[type="radio"] {
  margin: 4px 10px 0 0;
}

/* ==========================================================================
   AR styles 
   ========================================================================== */
/* line 104, ../scss/main.scss */
.scrolloff {
  pointer-events: none;
}

/* line 108, ../scss/main.scss */
a {
  color: #eb5e44;
  transition: color .3s;
  -webkit-transition: color .3s;
  text-decoration: none;
}

/* line 115, ../scss/main.scss */
a:hover {
  color: #aac933;
}

/* line 119, ../scss/main.scss */
.text-opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}

/* line 125, ../scss/main.scss */
a:focus {
  outline: 0;
}

/* line 129, ../scss/main.scss */
svg path {
  transition: fill .3s;
  -webkit-transition: fill .3s;
}

/* line 134, ../scss/main.scss */
p {
  margin: 0 0 20px;
}

/* line 138, ../scss/main.scss */
li {
  list-style-type: none;
  display: inline;
}

/* line 143, ../scss/main.scss */
body {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 140%;
  overflow-x: hidden;
}

/* line 153, ../scss/main.scss */
body.jp {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  font-weight: normal;
}
/* line 155, ../scss/main.scss */
body.jp h1, body.jp h2 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  font-weight: normal;
}
/* line 163, ../scss/main.scss */
body.jp h1.en, body.jp h2.en {
  font-family: 'Raleway', Helvetica, sans-serif !important;
}

/* line 169, ../scss/main.scss */
html {
  background: white;
  color: white;
  position: relative;
  font-size: small;
}

/* line 177, ../scss/main.scss */
h1, h2, .bold {
  font-weight: 500;
}

/* line 181, ../scss/main.scss */
.hidden {
  display: none !important;
}

/* line 185, ../scss/main.scss */
nav {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  font-weight: 500;
}
/* line 194, ../scss/main.scss */
nav a {
  color: white;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  margin-right: 20px;
}
/* line 205, ../scss/main.scss */
nav a:hover {
  color: white;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 213, ../scss/main.scss */
nav a.active {
  color: white;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 221, ../scss/main.scss */
nav a.last {
  margin-right: 0;
}
/* line 225, ../scss/main.scss */
nav ul {
  display: inline;
  z-index: 6;
}
/* line 230, ../scss/main.scss */
nav ul#language {
  margin-left: 80px;
}
/* line 233, ../scss/main.scss */
nav ul#language a {
  margin-right: 0;
}
/* line 238, ../scss/main.scss */
nav #nav-bg-circle {
  z-index: -1;
  background: #aac933;
  height: 10007px;
  width: 10000px;
  border-radius: 0 0 50% 50%;
  position: absolute;
  top: -9960px;
  left: 50%;
  margin-left: -5000px;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 255, ../scss/main.scss */
.container {
  margin: 0 auto;
  max-width: 1000px;
  height: 100%;
  position: relative;
}

/* line 262, ../scss/main.scss */
.padding {
  padding: 20px;
}

/* line 266, ../scss/main.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 271, ../scss/main.scss */
#menu-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 287, ../scss/main.scss */
#menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #eb5e44;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 306, ../scss/main.scss */
#menu-icon span:nth-child(1) {
  top: 0px;
}

/* line 310, ../scss/main.scss */
#menu-icon span:nth-child(2), #menu-icon span:nth-child(3) {
  top: 10px;
}

/* line 314, ../scss/main.scss */
#menu-icon span:nth-child(4) {
  top: 20px;
}

/* line 318, ../scss/main.scss */
#menu-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* line 324, ../scss/main.scss */
#menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 331, ../scss/main.scss */
#menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 338, ../scss/main.scss */
#menu-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* line 344, ../scss/main.scss */
#menu-bg, #menu-icon {
  display: none;
}

/* line 348, ../scss/main.scss */
.fixed {
  overflow: hidden;
}

/* line 352, ../scss/main.scss */
.vertical-align {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}

/* line 358, ../scss/main.scss */
section {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
/* line 365, ../scss/main.scss */
section h2 {
  font-size: 160%;
  margin: 0 0 20px;
}

/* line 372, ../scss/main.scss */
#home {
  background: url("../img/home-hero-2.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
}
/* line 377, ../scss/main.scss */
#home #title-panel {
  background: #eb5e44;
  border-radius: 50% 0% 50% 50%;
  width: 470px;
  height: 470px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  position: fixed;
  top: 20%;
  left: 15%;
  z-index: 3;
}
/* line 391, ../scss/main.scss */
#home #title-panel-copy {
  border-radius: 50% 0% 50% 50%;
  width: 470px;
  height: 470px;
  font-weight: 500;
  position: fixed;
  top: 20%;
  left: 15%;
  z-index: 4;
  text-align: center;
}
/* line 402, ../scss/main.scss */
#home #title-panel-copy .logo {
  width: 40px;
  height: 40px;
  margin-top: 20%;
}
/* line 408, ../scss/main.scss */
#home #title-panel-copy h1 {
  text-transform: uppercase;
  letter-spacing: .27em;
  line-height: .95em;
  font-weight: 300;
  padding: 0 60px;
  margin: 40px 0 0;
  z-index: 5;
}
/* line 418, ../scss/main.scss */
#home #title-panel-copy h2 {
  font-size: 100%;
  font-weight: 300;
  padding: 0 60px;
  line-height: 1.2em;
  margin: 40px 0 0;
  z-index: 5;
}

/* line 429, ../scss/main.scss */
#food {
  position: relative;
  z-index: -1;
}
/* line 433, ../scss/main.scss */
#food #pager {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 100;
}
/* line 441, ../scss/main.scss */
#food #pager .dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-transition: border .3s;
  transition: border .3s;
}
/* line 455, ../scss/main.scss */
#food #pager .dot:hover {
  border: 2px solid #aac933;
}
/* line 459, ../scss/main.scss */
#food #pager .dot.cycle-pager-active {
  background: white;
}
/* line 463, ../scss/main.scss */
#food #pager .dot.cycle-pager-active:hover {
  background: #aac933;
}
/* line 468, ../scss/main.scss */
#food .cycle-slideshow {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  position: absolute;
}
/* line 477, ../scss/main.scss */
#food .slide {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: 50% !important;
  text-align: center;
}
/* line 484, ../scss/main.scss */
#food .slide p {
  color: #eb5e44;
  margin: 20px;
  position: absolute;
  text-align: center;
  width: 30%;
}
/* line 492, ../scss/main.scss */
#food .slide .food-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
/* line 497, ../scss/main.scss */
#food .slide .food-wrapper h2 {
  margin: 20px auto;
  width: 50%;
  font-size: 130%;
  color: #eb5e44;
}
/* line 506, ../scss/main.scss */
#food .slide p.top-center {
  position: relative;
  margin: 173px auto;
  font-weight: 500;
}
/* line 512, ../scss/main.scss */
#food .slide p.top-left {
  position: relative;
  margin: 173px 15%;
  font-weight: 500;
}
/* line 518, ../scss/main.scss */
#food .slide p.bottom-left-reversed {
  top: 68%;
  left: 15%;
  font-weight: 500;
  color: white;
}

/* line 530, ../scss/main.scss */
#contact, #chef, #catering, #book, #food {
  color: #260e0f;
  display: table;
  vertical-align: middle;
}
/* line 535, ../scss/main.scss */
#contact .col, #contact .double-col, #chef .col, #chef .double-col, #catering .col, #catering .double-col, #book .col, #book .double-col, #food .col, #food .double-col {
  margin-top: 0;
}

/* line 542, ../scss/main.scss */
#chef img {
  width: 100%;
}
/* line 546, ../scss/main.scss */
#chef h2 {
  color: #eb5e44;
}

/* line 551, ../scss/main.scss */
.chef-wrapper {
  height: 100%;
  position: relative;
}

/* line 556, ../scss/main.scss */
.reviews-wrapper {
  background: #a0bf29;
  font-weight: 100;
}
/* line 560, ../scss/main.scss */
.reviews-wrapper .dark-text {
  color: #260e0f;
}

/* line 565, ../scss/main.scss */
#reviews h2 {
  color: #eb5e44;
}

/* line 569, ../scss/main.scss */
.author {
  font-weight: 500;
}

/* line 573, ../scss/main.scss */
#catering {
  color: white;
  z-index: 1;
}
/* line 577, ../scss/main.scss */
#catering img {
  width: 100%;
}
/* line 581, ../scss/main.scss */
#catering h2 {
  color: #eb5e44;
}
/* line 585, ../scss/main.scss */
#catering .red {
  color: #eb5e44;
}
/* line 589, ../scss/main.scss */
#catering .bold {
  display: block;
}

/* line 595, ../scss/main.scss */
.catering-wrapper {
  height: 100%;
  position: relative;
  background: #260e0f;
}

/* line 603, ../scss/main.scss */
#book {
  color: white;
}
/* line 607, ../scss/main.scss */
#book img {
  width: 100%;
}
/* line 611, ../scss/main.scss */
#book .bold {
  display: block;
}
/* line 615, ../scss/main.scss */
#book h2 {
  color: white;
}

/* line 620, ../scss/main.scss */
#opentable {
  background: #260e0f;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  margin: 40px 20px 0;
  font-size: 80%;
  width: 27.3%;
  text-align: center;
}

/* line 632, ../scss/main.scss */
.col {
  width: 33.333%;
  float: left;
  margin-top: 60px;
}

/* line 638, ../scss/main.scss */
.border-wrapper {
  float: left;
  width: 100%;
}

/* line 643, ../scss/main.scss */
.double-col {
  width: 66.666%;
  float: left;
  margin-top: 60px;
}

/* line 649, ../scss/main.scss */
#facebook {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  fill: #eb5e44;
}

/* line 659, ../scss/main.scss */
svg:hover path {
  fill: #aac933;
}

/* line 664, ../scss/main.scss */
#food h2, #form h2, #chef h2, #catering h2, #reviews h2 {
  margin: 0 0 0 20px;
}

/* line 669, ../scss/main.scss */
#reviews .second-review {
  margin-left: -10000px;
}

/* line 673, ../scss/main.scss */
.darker-bg {
  background: #eb5e44;
  height: 100%;
}

/* line 678, ../scss/main.scss */
.radial-pattern {
  background: url("../img/radial-pattern.png") center center no-repeat;
  background-size: 77%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/* line 692, ../scss/main.scss */
.radial-pattern-2 {
  background: url("../img/radial-pattern-2.png") center center no-repeat;
  background-size: 77%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 702, ../scss/main.scss */
.border {
  border-top: 1px dotted white;
  margin: 0 20px;
}

/* line 707, ../scss/main.scss */
form {
  position: relative;
  padding-top: 40px;
  float: left;
}
/* line 712, ../scss/main.scss */
form .label-note {
  display: block;
  font-size: 70%;
  font-weight: 300;
}
/* line 718, ../scss/main.scss */
form label {
  padding: 0 0 10px;
  display: block;
}
/* line 723, ../scss/main.scss */
form label.comments {
  height: auto;
  padding-bottom: 10px;
}
/* line 728, ../scss/main.scss */
form select, form input, form textarea, form button {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 100%;
  border-radius: .5em;
  border: 0;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
}
/* line 739, ../scss/main.scss */
form select, form input, form textarea {
  margin-bottom: 40px;
}
/* line 743, ../scss/main.scss */
form input, form textarea {
  width: 90%;
  display: block;
}
/* line 748, ../scss/main.scss */
form select {
  width: 96%;
  display: block;
}
/* line 753, ../scss/main.scss */
form select, form input {
  line-height: 30px;
}
/* line 757, ../scss/main.scss */
form .sunday-time {
  display: none;
}
/* line 761, ../scss/main.scss */
form #date, form #time, form #guests {
  width: 60%;
}
/* line 765, ../scss/main.scss */
form button {
  background: #aac933;
  width: auto;
  color: #eb5e44;
  font-weight: 500;
  padding: 10px;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}
/* line 777, ../scss/main.scss */
form button:hover {
  color: white;
}
/* line 781, ../scss/main.scss */
form .allergies {
  display: inline;
  width: auto;
  margin: 0 10px 40px 0;
}
/* line 787, ../scss/main.scss */
form input.allergies {
  margin-left: 5px;
}

/* line 793, ../scss/main.scss */
.go-top {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #eb5e44;
  width: 200px;
  height: 100px;
  border-radius: 200px 200px 0 0;
  text-align: center;
  margin: 0 auto 0 -100px;
  font-weight: 500;
  transition: background .5s;
  -webkit-transition: background .5s;
}
/* line 808, ../scss/main.scss */
.go-top .top {
  float: left;
  width: 40px;
  height: 40px;
  margin: 40px 0 0 25px;
}
/* line 815, ../scss/main.scss */
.go-top .top:after {
  content: '';
  display: inline-block;
  margin-top: 16px;
  width: 16px;
  height: 16px;
  border-top: 3.33333px solid white;
  border-right: 3.33333px solid white;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 828, ../scss/main.scss */
.go-top .top-text {
  color: white;
  float: left;
  margin: 48px 0 0 6px;
}

/* line 835, ../scss/main.scss */
.go-top:hover {
  background: #aac933;
}

/* line 839, ../scss/main.scss */
.thanks {
  background: #eb5e44;
  padding: 20px;
}

/* =============================
   Media Queries
   ============================= */
/* -----------------------------
   Mobile
   ----------------------------- */
@media only screen and (max-width: 736px) {
  /* line 855, ../scss/main.scss */
  .container {
    padding: 0;
    margin: 0;
    margin: 0;
    width: auto;
    height: auto;
    float: left;
    clear: both;
  }

  /* line 865, ../scss/main.scss */
  section {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  /* line 872, ../scss/main.scss */
  #menu-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aac933;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
    filter: alpha(opacity=93);
    opacity: 0.93;
    z-index: 5;
  }

  /* line 886, ../scss/main.scss */
  #menu-icon {
    display: block;
    z-index: 6;
    position: fixed;
    top: 30px;
    right: 30px;
  }

  /* line 894, ../scss/main.scss */
  #menu-icon.open span {
    background: white;
  }

  /* line 898, ../scss/main.scss */
  nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 6;
  }
  /* line 909, ../scss/main.scss */
  nav #ul-wrapper {
    vertical-align: middle;
    display: table-cell;
  }
  /* line 914, ../scss/main.scss */
  nav li {
    display: block;
  }
  /* line 917, ../scss/main.scss */
  nav li a {
    margin: 0;
  }
  /* line 922, ../scss/main.scss */
  nav ul#language {
    margin-left: 0;
    padding-top: 40px;
    display: block;
  }
  /* line 927, ../scss/main.scss */
  nav ul#language li {
    display: inline;
  }
  /* line 934, ../scss/main.scss */
  nav #nav-bg-circle {
    display: none;
  }

  /* line 939, ../scss/main.scss */
  #home {
    background: url("../img/home-hero-2.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  /* line 944, ../scss/main.scss */
  #home #title-panel {
    background: #eb5e44;
    border-radius: 50% 0% 50% 50%;
    width: 240px;
    height: 240px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -120px;
    z-index: 3;
  }
  /* line 959, ../scss/main.scss */
  #home #title-panel-copy {
    border-radius: 50% 0% 50% 50%;
    width: 240px;
    height: 240px;
    font-weight: 500;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -120px;
    z-index: 4;
    text-align: center;
    display: block;
  }
  /* line 972, ../scss/main.scss */
  #home #title-panel-copy .logo {
    width: 40px;
    height: 40px;
    margin-top: 11%;
  }
  /* line 978, ../scss/main.scss */
  #home #title-panel-copy h1 {
    text-transform: uppercase;
    letter-spacing: .27em;
    line-height: .95em;
    font-weight: 300;
    padding: 0;
    margin: 20px 0 0;
    z-index: 5;
    font-size: 130%;
  }
  /* line 989, ../scss/main.scss */
  #home #title-panel-copy h2 {
    font-size: 80%;
    font-weight: 300;
    padding: 0 40px;
    line-height: 1.2em;
    margin: 20px 0 0;
    z-index: 5;
  }

  /* line 1004, ../scss/main.scss */
  #food #pager .dot {
    width: 10px;
    height: 10px;
    border: 2px solid white;
    margin-right: 20px;
  }
  /* line 1015, ../scss/main.scss */
  #food .slide p {
    margin: 40px;
    display: block;
    position: relative;
    width: auto;
  }
  /* line 1022, ../scss/main.scss */
  #food .slide .food-wrapper {
    width: auto;
    padding: 20px;
    margin-top: 40px;
    display: block;
  }
  /* line 1028, ../scss/main.scss */
  #food .slide .food-wrapper h2 {
    width: 100%;
    font-size: 100%;
  }
  /* line 1034, ../scss/main.scss */
  #food .slide p {
    position: relative !important;
    margin: 80px 20px !important;
    top: auto !important;
    left: auto !important;
  }

  /* line 1046, ../scss/main.scss */
  .col, double-col {
    width: 100%;
    float: left;
    clear: both;
  }

  /* line 1052, ../scss/main.scss */
  .darker-bg {
    float: left;
    clear: both;
    height: auto;
  }

  /* line 1058, ../scss/main.scss */
  .catering-wrapper, .chef-wrapper, .reviews-wrapper {
    height: auto;
    float: left;
  }

  /* line 1063, ../scss/main.scss */
  .catering-wrapper .col {
    padding-bottom: 20px;
  }

  /* line 1067, ../scss/main.scss */
  #contact, #chef, #reviews, #catering, #book {
    display: block;
    overflow: visible;
    float: left;
    clear: both;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 1076, ../scss/main.scss */
  #contact .padding, #chef .padding, #reviews .padding, #catering .padding, #book .padding {
    padding: 0 20px;
  }
  /* line 1081, ../scss/main.scss */
  #contact .vertical-align, #chef .vertical-align, #reviews .vertical-align, #catering .vertical-align, #book .vertical-align {
    display: block;
    vertical-align: top;
    float: left;
  }
  /* line 1087, ../scss/main.scss */
  #contact img, #chef img, #reviews img, #catering img, #book img {
    padding-bottom: 20px;
  }
  /* line 1091, ../scss/main.scss */
  #contact h2, #chef h2, #reviews h2, #catering h2, #book h2 {
    margin: 20px 0 20px;
  }
  /* line 1095, ../scss/main.scss */
  #contact .map, #chef .map, #reviews .map, #catering .map, #book .map {
    display: none;
  }

  /* line 1101, ../scss/main.scss */
  .border {
    margin: 40px 20px;
  }

  /* line 1106, ../scss/main.scss */
  #form h2, #chef h2 {
    margin: 20px 20px 0 20px;
  }

  /* line 1112, ../scss/main.scss */
  #catering h2, #reviews h2 {
    margin: 20px;
  }

  /* line 1117, ../scss/main.scss */
  #reviews .col {
    margin-top: 0;
  }

  /* line 1121, ../scss/main.scss */
  .second-review {
    display: none;
  }

  /* line 1125, ../scss/main.scss */
  #form .info {
    margin-top: 20px;
  }

  /* line 1129, ../scss/main.scss */
  form {
    padding-top: 0;
  }

  /* line 1133, ../scss/main.scss */
  #contact {
    padding-bottom: 200px;
  }

  /* line 1137, ../scss/main.scss */
  #opentable {
    background: #260e0f;
    position: relative;
    padding: 10px 10px;
    margin: 0 20px;
    font-size: 80%;
    width: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 736px) and (orientation: landscape) {
  /* line 1150, ../scss/main.scss */
  #food .slide .food-wrapper {
    display: none;
  }
}
/* -----------------------------
   Tablet
   ----------------------------- */
/* -----------------------------
    @2x
   ----------------------------- */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 1188, ../scss/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 1196, ../scss/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 1207, ../scss/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 1216, ../scss/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 1233, ../scss/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 1246, ../scss/main.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 1263, ../scss/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 1268, ../scss/main.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 1277, ../scss/main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 1287, ../scss/main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 1295, ../scss/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 1299, ../scss/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 1303, ../scss/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 1313, ../scss/main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 1318, ../scss/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 1323, ../scss/main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 1328, ../scss/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 1332, ../scss/main.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 1342, ../scss/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 1348, ../scss/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
