/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'eurostile_next';
  src: url("../fonts/eurostilenext/EurostileNextLTPro-Regular.woff") format("woff"), url("../fonts/eurostilenext/EurostileNextLTPro-Regular.ttf") format("truetype"), url("../fonts/eurostilenext/EurostileNextLTPro-Regular.svg#EurostileNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'eurostile_next';
  src: url("../fonts/eurostilenext/EurostileNextLTPro-Bold.woff") format("woff"), url("../fonts/eurostilenext/EurostileNextLTPro-Bold.ttf") format("truetype"), url("../fonts/eurostilenext/EurostileNextLTPro-Bold.svg#EurostileNextLTPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'eurostile_next';
  src: url("../fonts/eurostilenext/EurostileNextLTPro-Light.woff") format("woff"), url("../fonts/eurostilenext/EurostileNextLTPro-Light.ttf") format("truetype"), url("../fonts/eurostilenext/EurostileNextLTPro-Light.svg#EurostileNextLTPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'eurostile_next';
  src: url("../fonts/eurostilenext/EurostileNextLTPro-SmBd.woff") format("woff"), url("../fonts/eurostilenext/EurostileNextLTPro-SmBd.ttf") format("truetype"), url("../fonts/eurostilenext/EurostileNextLTPro-SmBd.svg#EurostileNextLTPro-SmBd") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neue';
  src: url("../fonts/bebasneue/BebasNeue.woff") format("woff"), url("../fonts/bebasneue/BebasNeue.ttf") format("truetype"), url("../fonts/bebasneue/BebasNeue.svg#BebasNeue") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "surrounding-bold";
  src: url("../fonts/surrounding/SurroundingBold.woff") format("woff"), url("../fonts/surrounding/SurroundingBold.ttf") format("truetype"), url("../fonts/surrounding/SurroundingBold.svg#surrounding-bold") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'eurostile_next', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff; }

a {
  outline: none;
  font-weight: bold;
  text-decoration: none; }

input, select, textarea, button {
  font: inherit; }

h1, h2, h3, h4, p strong, h5, h6 {
  padding: 0 0 15px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  color: #fff; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, p strong:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

h1 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-top: 8px; }
  @media (min-width: 414px) {
    h1 {
      padding-top: 12px;
      font-size: 26px; } }
  @media (min-width: 1024px) {
    h1 {
      padding-top: 15px;
      font-size: 20px; }
      h1 br {
        display: none; } }

h2 {
  font-size: 25px; }

h3 {
  font-family: 'bebas_neue', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding: 4px 0 20px; }
  @media (min-width: 414px) and (max-width: 1023px) {
    h3 {
      font-size: 32px; } }

h4, p strong {
  font-family: 'bebas_neue', sans-serif;
  font-size: 20px;
  text-transform: uppercase; }
  @media (min-width: 414px) {
    h4, p strong {
      font-size: 26px; } }
  @media (min-width: 1024px) {
    h4, p strong {
      font-size: 22px; } }

p {
  margin: 0 0 15px; }
  p:last-child {
    margin-bottom: 0; }
  @media (min-width: 414px) and (max-width: 1023px) {
    p {
      font-size: 20px; } }

ul, ol {
  padding-left: 20px;
  margin-bottom: 16px; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

img {
  max-width: 100%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.cf::after {
  clear: both;
  content: "";
  display: table; }

video {
  width: 100% !important;
  height: auto !important; }

body {
  background-image: url(../img/iphone4/body_bg.jpg);
  background-position: top center;
  background-color: #151515;
  background-size: 100% auto;
  padding: 8px; }
  @media (min-width: 414px) {
    body {
      background-image: url(../img/iphone6plus/body_bg.jpg);
      padding: 12px; } }
  @media (min-width: 1024px) {
    body {
      background-image: url(../img/ipad/body_bg.jpg);
      padding: 15px; } }

.button {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  padding: 7px 16px;
  font-family: 'bebas_neue', sans-serif;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.94);
  background: rgba(255, 255, 255, 0.9); }
  @media (min-width: 414px) {
    .button {
      font-size: 26px;
      padding: 11px 16px; } }
  @media (min-width: 1024px) {
    .button {
      font-size: 30px;
      padding: 13px 16px; } }
  .button.dark {
    background: #575757;
    color: #fff;
    font-size: 14px;
    padding: 3px 18px; }
    @media (min-width: 414px) {
      .button.dark {
        font-size: 16px;
        padding: 5px 22px; } }
    @media (min-width: 1024px) {
      .button.dark {
        font-size: 25px;
        padding: 7px 18px; } }
  .button.surrounding {
    font-family: 'surrounding-bold', sans-serif;
    letter-spacing: 0;
    padding: 1px 2px 0;
    color: #434343; }
    @media (min-width: 414px) {
      .button.surrounding {
        padding: 1px 3px 0;
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .button.surrounding {
        padding: 1px 5px 0 4px;
        font-size: 24px; }
        .button.surrounding span {
          position: relative;
          left: 1px; } }

#home #discover-title {
  display: block;
  max-width: 150px;
  margin: 25px auto 30px; }
  @media (min-width: 360px) {
    #home #discover-title {
      margin: 35px auto;
      max-width: 250px; } }
#home .thirds, #home .halfs {
  width: 100%;
  padding-bottom: 35px; }
  #home .thirds::after, #home .halfs::after {
    clear: both;
    content: "";
    display: table; }
  #home .thirds .block, #home .halfs .block {
    float: left;
    position: relative;
    margin-left: 8px;
    padding-top: 18px;
    width: -webkit-calc((100% - 16px) / 3);
    width: calc((100% - 16px) / 3);
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/home-divider-mobile.png);
    background-size: 100% auto; }
    @media (min-width: 360px) {
      #home .thirds .block, #home .halfs .block {
        background-image: url(../img/home-divider.png);
        padding-top: 35px;
        margin-left: 10px;
        width: -webkit-calc((100% - 20px) / 3);
        width: calc((100% - 20px) / 3); } }
    @media (min-width: 1024px) {
      #home .thirds .block, #home .halfs .block {
        margin-left: 12px;
        width: -webkit-calc((100% - 24px) / 3);
        width: calc((100% - 24px) / 3); } }
    #home .thirds .block:first-child, #home .halfs .block:first-child {
      margin-left: 0; }
    #home .thirds .block h2, #home .halfs .block h2 {
      font-size: 12px;
      text-transform: uppercase;
      text-align: center;
      height: 20px; }
      @media (min-width: 360px) {
        #home .thirds .block h2, #home .halfs .block h2 {
          font-size: 15px; } }
      @media (min-width: 1024px) {
        #home .thirds .block h2, #home .halfs .block h2 {
          height: 50px;
          font-size: 25px; } }
    #home .thirds .block .image, #home .halfs .block .image {
      width: 100%;
      overflow: hidden;
      padding-bottom: 20px;
      height: 165px; }
      @media (min-width: 360px) {
        #home .thirds .block .image, #home .halfs .block .image {
          height: 350px; } }
      @media (min-width: 1024px) {
        #home .thirds .block .image, #home .halfs .block .image {
          height: auto; } }
      #home .thirds .block .image img, #home .halfs .block .image img {
        height: 100%;
        display: none;
        max-width: none;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media (max-width: 359px) {
          #home .thirds .block .image img.iphone4, #home .halfs .block .image img.iphone4 {
            display: block; } }
        @media (min-width: 360px) and (max-width: 1023px) {
          #home .thirds .block .image img.iphone6plus, #home .halfs .block .image img.iphone6plus {
            display: block; } }
        @media (min-width: 1024px) {
          #home .thirds .block .image img, #home .halfs .block .image img {
            height: auto;
            width: 100%;
            left: 0;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none; }
            #home .thirds .block .image img.ipad, #home .halfs .block .image img.ipad {
              display: block; } }
    #home .thirds .block .button, #home .halfs .block .button {
      display: block;
      width: 70px;
      margin: 0 auto;
      font-weight: 300; }
      @media (max-width: 359px) {
        #home .thirds .block .button, #home .halfs .block .button {
          padding: 3px 15px;
          font-size: 12px; } }
      @media (min-width: 360px) {
        #home .thirds .block .button, #home .halfs .block .button {
          width: 85px;
          font-size: 15px; } }
      @media (min-width: 1024px) {
        #home .thirds .block .button, #home .halfs .block .button {
          width: 140px;
          font-size: 25px; } }
#home .halfs .block {
  width: -webkit-calc((100% - 16px) / 2);
  width: calc((100% - 16px) / 2); }
  @media (min-width: 360px) {
    #home .halfs .block {
      padding-top: 35px;
      margin-left: 10px;
      width: -webkit-calc((100% - 20px) / 2);
      width: calc((100% - 20px) / 2); } }
  @media (min-width: 1024px) {
    #home .halfs .block {
      margin-left: 12px;
      width: -webkit-calc((100% - 24px) / 2);
      width: calc((100% - 24px) / 2); } }

.full-image {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 25px;
  height: -webkit-calc(100vh - 16px);
  height: calc(100vh - 16px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .full-image::after {
    clear: both;
    content: "";
    display: table; }
  .full-image#big-night {
    background-image: url(../img/iphone4/home_full_background.jpg); }
    .full-image#big-night img {
      max-width: 100%; }
    @media (min-width: 414px) {
      .full-image#big-night {
        background-image: url(../img/iphone6plus/home_full_background.jpg); } }
    @media (min-width: 1024px) {
      .full-image#big-night {
        background-image: url(../img/ipad/home_full_background.jpg); } }
  @media (min-width: 414px) {
    .full-image {
      padding: 30px 0 50px;
      height: -webkit-calc(100vh - 24px);
      height: calc(100vh - 24px); } }
  @media (min-width: 1024px) {
    .full-image {
      padding: 50px 0 60px;
      height: -webkit-calc(100vh - 30px);
      height: calc(100vh - 30px); } }
  .full-image .inner {
    width: 100%;
    height: 100%;
    position: relative; }
    .full-image .inner .image {
      height: -webkit-calc(100% - 49px);
      height: calc(100% - 49px); }
      .full-image .inner .image img {
        max-width: 65%;
        max-height: 100%;
        display: block;
        margin: 0 auto; }
    .full-image .inner .button {
      display: block;
      width: 80px;
      margin: 0 auto;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media (min-width: 414px) {
      .full-image .inner .image {
        height: -webkit-calc(100% - 72px);
        height: calc(100% - 72px); }
        .full-image .inner .image img {
          max-width: 75%; }
      .full-image .inner .button {
        width: 130px; } }
    @media (min-width: 1024px) {
      .full-image .inner {
        width: 50%;
        float: right; }
        .full-image .inner .image {
          height: -webkit-calc(100% - 76px);
          height: calc(100% - 76px); }
          .full-image .inner .image img {
            max-width: 65%; }
        .full-image .inner .button {
          width: 180px; } }

#brunch.full-image {
  background-image: url(../img/iphone4/brunch-bg.jpg); }
  @media (min-width: 414px) {
    #brunch.full-image {
      background-image: url(../img/iphone6plus/brunch-bg.jpg); } }
  @media (min-width: 1024px) {
    #brunch.full-image {
      background-image: url(../img/ipad/brunch-bg.jpg);
      padding-top: 70px; } }
  #brunch.full-image .image img {
    max-width: 100%; }
    @media (min-width: 1024px) {
      #brunch.full-image .image img {
        max-width: 95%;
        margin: 0; } }
    @media (max-width: 320px) and (min-height: 540px) {
      #brunch.full-image .image img {
        max-width: 90%; } }

#brunch.third-images .block.one {
  background-image: url(../img/iphone4/brunch-menu-one.jpg); }
  @media (min-width: 414px) {
    #brunch.third-images .block.one {
      background-image: url(../img/iphone6plus/brunch-menu-one.jpg); } }
  @media (min-width: 1024px) {
    #brunch.third-images .block.one {
      background-image: url(../img/ipad/brunch-menu-one.jpg); }
      #brunch.third-images .block.one img {
        max-width: 90%;
        top: 50px; } }
#brunch.third-images .block.two {
  padding: 20px 12px;
  background-image: url(../img/iphone4/brunch-menu-two.jpg); }
  @media (min-width: 414px) {
    #brunch.third-images .block.two {
      padding: 12px;
      background-image: url(../img/iphone6plus/brunch-menu-two.jpg); } }
  @media (min-width: 1024px) {
    #brunch.third-images .block.two {
      background-image: url(../img/ipad/brunch-menu-two.jpg); }
      #brunch.third-images .block.two img {
        top: 130px; } }
#brunch.third-images .block.three {
  background-image: url(../img/iphone4/brunch-menu-three.jpg);
  margin: 0; }
  @media (min-width: 414px) {
    #brunch.third-images .block.three {
      background-image: url(../img/iphone6plus/brunch-menu-three.jpg); } }
  @media (min-width: 1024px) {
    #brunch.third-images .block.three {
      background-image: url(../img/ipad/brunch-menu-three.jpg); }
      #brunch.third-images .block.three img {
        max-width: 95%;
        top: 75px; } }

#celebration.full-image {
  background-image: url(../img/iphone4/celebration-bg.jpg); }
  @media (min-width: 414px) {
    #celebration.full-image {
      background-image: url(../img/iphone6plus/celebration-bg.jpg); } }
  @media (min-width: 1024px) {
    #celebration.full-image {
      background-image: url(../img/ipad/celebration-bg.jpg); } }
  #celebration.full-image .image img {
    max-width: 100%; }

#celebration.third-images .block.one {
  background-image: url(../img/iphone4/celebration-menu-one.jpg); }
  @media (min-width: 414px) {
    #celebration.third-images .block.one {
      background-image: url(../img/iphone6plus/celebration-menu-one.jpg); } }
  @media (min-width: 1024px) {
    #celebration.third-images .block.one {
      background-image: url(../img/ipad/celebration-menu-one.jpg); }
      #celebration.third-images .block.one img {
        top: 105px; } }
#celebration.third-images .block.two {
  background-image: url(../img/iphone4/celebration-menu-two.jpg); }
  @media (min-width: 414px) {
    #celebration.third-images .block.two {
      background-image: url(../img/iphone6plus/celebration-menu-two.jpg); } }
  @media (min-width: 1024px) {
    #celebration.third-images .block.two {
      background-image: url(../img/ipad/celebration-menu-two.jpg); }
      #celebration.third-images .block.two img {
        top: 35px; } }
#celebration.third-images .block.three {
  background-image: url(../img/iphone4/celebration-menu-three.jpg);
  margin: 0; }
  @media (min-width: 414px) {
    #celebration.third-images .block.three {
      background-image: url(../img/iphone6plus/celebration-menu-three.jpg); } }
  @media (min-width: 1024px) {
    #celebration.third-images .block.three {
      background-image: url(../img/ipad/celebration-menu-three.jpg); }
      #celebration.third-images .block.three img {
        max-width: 95%;
        top: 100px; } }

body.no-padding {
  padding-left: 0;
  padding-right: 0; }
  body.no-padding img {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 414px) {
      body.no-padding img {
        margin-bottom: 24px; } }

video, .video-wrapper {
  margin-bottom: 15px; }
  @media (min-width: 414px) {
    video, .video-wrapper {
      margin-bottom: 24px; } }

.content {
  padding: 0 10px; }
  @media (min-width: 414px) {
    .content {
      padding: 0 16px; } }
  @media (min-width: 1024px) {
    .content {
      padding: 0 74px; } }

.more-recipes {
  padding-top: 25px; }
  .more-recipes::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1024px) {
    .more-recipes {
      padding-top: 80px; } }
  .more-recipes h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
    margin-bottom: 15px;
    background-image: url(../img/iphone4/divider.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
    @media (min-width: 414px) {
      .more-recipes h2 {
        font-size: 20px;
        background-image: url(../img/iphone6plus/divider.png); } }
    @media (min-width: 1024px) {
      .more-recipes h2 {
        font-size: 25px;
        margin-bottom: 45px;
        background-image: url(../img/ipad/divider.png); } }
    .more-recipes h2 span {
      display: inline-block;
      width: 60%; }
  .more-recipes h3 {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 0 0 5px;
    position: relative; }
    @media (min-width: 414px) {
      .more-recipes h3 {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .more-recipes h3 {
        font-size: 25px;
        padding-bottom: 20px; } }
    .more-recipes h3 span {
      display: block;
      width: 80%;
      margin: 0 auto; }
      @media (min-width: 414px) {
        .more-recipes h3 span {
          width: 90%; } }
  .more-recipes .recipes {
    margin-bottom: 10px;
    text-align: center;
    padding: 0 10px; }
    .more-recipes .recipes::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 414px) {
      .more-recipes .recipes {
        padding: 0 16px;
        margin-bottom: 16px; } }
    @media (min-width: 1024px) {
      .more-recipes .recipes {
        padding: 0 74px;
        margin-bottom: 25px; } }
    .more-recipes .recipes .block {
      display: inline-block;
      width: -webkit-calc((100% - 8px) / 3);
      width: calc((100% - 8px) / 3);
      vertical-align: middle; }
      @media (min-width: 414px) {
        .more-recipes .recipes .block {
          width: -webkit-calc((100% - 32px) / 3);
          width: calc((100% - 32px) / 3);
          margin-right: 10px; } }
      @media (min-width: 1024px) {
        .more-recipes .recipes .block {
          width: -webkit-calc((100% - 48px) / 3);
          width: calc((100% - 48px) / 3);
          margin-right: 20px; } }
      .more-recipes .recipes .block:nth-child(3n) {
        margin-right: 0; }
      .more-recipes .recipes .block img {
        margin-bottom: 0; }
    .more-recipes .recipes.halves .block {
      width: -webkit-calc((100% - 4px) / 2);
      width: calc((100% - 4px) / 2);
      margin-right: 4px; }
      @media (min-width: 414px) {
        .more-recipes .recipes.halves .block {
          width: -webkit-calc((100% - 16px) / 2);
          width: calc((100% - 16px) / 2);
          margin-right: 16px; } }
      @media (min-width: 1024px) {
        .more-recipes .recipes.halves .block {
          width: -webkit-calc((100% - 24px) / 2);
          width: calc((100% - 24px) / 2);
          margin-right: 24px; } }
      .more-recipes .recipes.halves .block:nth-child(2n) {
        margin-right: 0; }
  .more-recipes .button {
    float: right;
    margin: 0 10px 25px 0; }
    @media (min-width: 414px) {
      .more-recipes .button {
        margin-right: 16px; } }
    @media (min-width: 1024px) {
      .more-recipes .button {
        margin-right: 74px; } }

.third-images {
  width: 100%;
  height: -webkit-calc(100vh - 16px);
  height: calc(100vh - 16px); }
  .third-images::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 414px) {
    .third-images {
      height: -webkit-calc(100vh - 24px);
      height: calc(100vh - 24px); } }
  @media (min-width: 1024px) {
    .third-images {
      height: -webkit-calc(100vh - 30px);
      height: calc(100vh - 30px); } }
  .third-images#editorial .block img {
    max-width: 100%; }
  .third-images#editorial .block.one {
    background-image: url(../img/iphone4/menu-one.jpg); }
    @media (min-width: 414px) {
      .third-images#editorial .block.one {
        background-image: url(../img/iphone6plus/menu-one.jpg); } }
    @media (min-width: 1024px) {
      .third-images#editorial .block.one {
        background-image: url(../img/ipad/menu-one.jpg); }
        .third-images#editorial .block.one img {
          top: 5px; } }
  .third-images#editorial .block.two {
    background-image: url(../img/iphone4/menu-two.jpg); }
    @media (min-width: 414px) {
      .third-images#editorial .block.two {
        background-image: url(../img/iphone6plus/menu-two.jpg); } }
    @media (min-width: 1024px) {
      .third-images#editorial .block.two {
        background-image: url(../img/ipad/menu-two.jpg); }
        .third-images#editorial .block.two img {
          top: 15px; } }
  .third-images#editorial .block.three {
    background-image: url(../img/iphone4/menu-three.jpg);
    margin: 0;
    padding: 20px 15px; }
    @media (min-width: 414px) {
      .third-images#editorial .block.three {
        background-image: url(../img/iphone6plus/menu-three.jpg); } }
    @media (min-width: 1024px) {
      .third-images#editorial .block.three {
        background-image: url(../img/ipad/menu-three.jpg); }
        .third-images#editorial .block.three img {
          top: 25px; } }
  .third-images .block {
    display: block;
    position: relative;
    margin-bottom: 8px;
    box-sizing: border-box;
    padding: 12px;
    height: -webkit-calc((100% - 16px) / 3);
    height: calc((100% - 16px) / 3);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 414px) {
      .third-images .block {
        padding: 15px 20px 25px;
        margin-bottom: 12px;
        height: -webkit-calc((100% - 24px) / 3);
        height: calc((100% - 24px) / 3); } }
    @media (min-width: 1024px) {
      .third-images .block {
        float: left;
        padding: 40px 20px;
        margin: 0 15px 0 0;
        height: 100%;
        width: -webkit-calc((100% - 30px) / 3);
        width: calc((100% - 30px) / 3); } }
    .third-images .block img {
      max-height: 100%;
      max-width: 85%;
      display: block;
      margin: 0 auto;
      position: relative; }
      .third-images .block img.tablet {
        display: none; }
      .third-images .block img.left {
        margin: 0 0; }
      @media (min-width: 1024px) {
        .third-images .block img {
          top: 25%; }
          .third-images .block img.mobile {
            display: none; }
          .third-images .block img.tablet {
            display: block; } }
    .third-images .block .button {
      position: absolute;
      bottom: 8px;
      right: 8px; }
      @media (min-width: 414px) {
        .third-images .block .button {
          bottom: 12px;
          right: 12px; } }
      @media (min-width: 1024px) {
        .third-images .block .button {
          bottom: 15px;
          right: 15px; } }

#red-meat.full-image {
  background-image: url(../img/iphone4/red-meat-bg.jpg); }
  @media (min-width: 414px) {
    #red-meat.full-image {
      background-image: url(../img/iphone6plus/red-meat-bg.jpg); } }
  @media (min-width: 1024px) {
    #red-meat.full-image {
      background-image: url(../img/ipad/red-meat-bg.jpg);
      padding-top: 70px; } }
  #red-meat.full-image .image img {
    max-width: 100%; }
    @media (min-width: 1024px) {
      #red-meat.full-image .image img {
        max-width: 95%;
        margin: 0; } }
    @media (max-width: 320px) and (min-height: 540px) {
      #red-meat.full-image .image img {
        max-width: 90%; } }

#red-meat.third-images .block.one {
  background-image: url(../img/iphone4/red-meat-menu-one.jpg); }
  @media (min-width: 414px) {
    #red-meat.third-images .block.one {
      background-image: url(../img/iphone6plus/red-meat-menu-one.jpg); } }
  @media (min-width: 1024px) {
    #red-meat.third-images .block.one {
      background-image: url(../img/ipad/red-meat-menu-one.jpg); }
      #red-meat.third-images .block.one img {
        max-width: 90%;
        top: 50px; } }
#red-meat.third-images .block.two {
  padding: 20px 12px;
  background-image: url(../img/iphone4/red-meat-menu-two.jpg); }
  @media (min-width: 414px) {
    #red-meat.third-images .block.two {
      padding: 12px;
      background-image: url(../img/iphone6plus/red-meat-menu-two.jpg); } }
  @media (min-width: 1024px) {
    #red-meat.third-images .block.two {
      background-image: url(../img/ipad/red-meat-menu-two.jpg); }
      #red-meat.third-images .block.two img {
        top: 130px; } }
#red-meat.third-images .block.three {
  background-image: url(../img/iphone4/red-meat-menu-three.jpg);
  margin: 0; }
  @media (min-width: 414px) {
    #red-meat.third-images .block.three {
      background-image: url(../img/iphone6plus/red-meat-menu-three.jpg); } }
  @media (min-width: 1024px) {
    #red-meat.third-images .block.three {
      background-image: url(../img/ipad/red-meat-menu-three.jpg); }
      #red-meat.third-images .block.three img {
        max-width: 95%;
        top: 75px; } }

#wellbeing.full-image {
  background-image: url(../img/iphone4/wellbeing-bg.jpg); }
  @media (min-width: 414px) {
    #wellbeing.full-image {
      background-image: url(../img/iphone6plus/wellbeing-bg.jpg); } }
  @media (min-width: 1024px) {
    #wellbeing.full-image {
      background-image: url(../img/ipad/wellbeing-bg.jpg);
      padding-top: 70px; } }
  #wellbeing.full-image .image img {
    max-width: 100%; }
    @media (min-width: 1024px) {
      #wellbeing.full-image .image img {
        max-width: 95%;
        margin: 0; } }
    @media (max-width: 320px) and (min-height: 540px) {
      #wellbeing.full-image .image img {
        max-width: 90%; } }

#wellbeing.third-images .block.one {
  background-image: url(../img/iphone4/wellbeing-menu-one.jpg); }
  @media (min-width: 414px) {
    #wellbeing.third-images .block.one {
      background-image: url(../img/iphone6plus/wellbeing-menu-one.jpg); } }
  @media (min-width: 1024px) {
    #wellbeing.third-images .block.one {
      background-image: url(../img/ipad/wellbeing-menu-one.jpg); }
      #wellbeing.third-images .block.one img {
        max-width: 90%;
        top: 50px; } }
#wellbeing.third-images .block.two {
  padding: 20px 12px;
  background-image: url(../img/iphone4/wellbeing-menu-two.jpg); }
  @media (min-width: 414px) {
    #wellbeing.third-images .block.two {
      padding: 12px;
      background-image: url(../img/iphone6plus/wellbeing-menu-two.jpg); } }
  @media (min-width: 1024px) {
    #wellbeing.third-images .block.two {
      background-image: url(../img/ipad/wellbeing-menu-two.jpg); }
      #wellbeing.third-images .block.two img {
        top: 40px; } }
#wellbeing.third-images .block.three {
  background-image: url(../img/iphone4/wellbeing-menu-three.jpg);
  margin: 0; }
  @media (min-width: 414px) {
    #wellbeing.third-images .block.three {
      background-image: url(../img/iphone6plus/wellbeing-menu-three.jpg); } }
  @media (min-width: 1024px) {
    #wellbeing.third-images .block.three {
      background-image: url(../img/ipad/wellbeing-menu-three.jpg); }
      #wellbeing.third-images .block.three img {
        max-width: 95%;
        top: 65px; } }

#world-of-food.full-image {
  background-image: url(../img/iphone4/world-of-food-bg.jpg); }
  @media (min-width: 414px) {
    #world-of-food.full-image {
      background-image: url(../img/iphone6plus/world-of-food-bg.jpg); } }
  @media (min-width: 1024px) {
    #world-of-food.full-image {
      background-image: url(../img/ipad/world-of-food-bg.jpg);
      padding-top: 70px; } }
  #world-of-food.full-image .image img {
    max-width: 100%; }
    @media (min-width: 1024px) {
      #world-of-food.full-image .image img {
        max-width: 95%;
        margin: 0; } }
    @media (max-width: 320px) and (min-height: 540px) {
      #world-of-food.full-image .image img {
        max-width: 90%; } }

#world-of-food.third-images .block.one {
  background-image: url(../img/iphone4/world-of-food-menu-one.jpg); }
  @media (min-width: 414px) {
    #world-of-food.third-images .block.one {
      background-image: url(../img/iphone6plus/world-of-food-menu-one.jpg); } }
  @media (min-width: 1024px) {
    #world-of-food.third-images .block.one {
      background-image: url(../img/ipad/world-of-food-menu-one.jpg); }
      #world-of-food.third-images .block.one img {
        max-width: 90%;
        top: 50px; } }
#world-of-food.third-images .block.two {
  padding: 20px 12px;
  background-image: url(../img/iphone4/world-of-food-menu-two.jpg); }
  @media (min-width: 414px) {
    #world-of-food.third-images .block.two {
      padding: 12px;
      background-image: url(../img/iphone6plus/world-of-food-menu-two.jpg); } }
  @media (min-width: 1024px) {
    #world-of-food.third-images .block.two {
      background-image: url(../img/ipad/world-of-food-menu-two.jpg); }
      #world-of-food.third-images .block.two img {
        top: 130px; } }
#world-of-food.third-images .block.three {
  background-image: url(../img/iphone4/world-of-food-menu-three.jpg);
  margin: 0; }
  @media (min-width: 414px) {
    #world-of-food.third-images .block.three {
      background-image: url(../img/iphone6plus/world-of-food-menu-three.jpg); } }
  @media (min-width: 1024px) {
    #world-of-food.third-images .block.three {
      background-image: url(../img/ipad/world-of-food-menu-three.jpg); }
      #world-of-food.third-images .block.three img {
        max-width: 95%;
        top: 210px; } }

/*# sourceMappingURL=main.css.map */
