@charset "UTF-8";
/* 
------------------------------------------------
METRICS
------------------------------------------------
*/
/* 
------------------------------------------------
FONT SIZES
------------------------------------------------
*/
/* 
------------------------------------------------
METRICS
------------------------------------------------
*/
/* 
------------------------------------------------
FONTS FACE
------------------------------------------------
*/
/* 
------------------------------------------------
MISC
------------------------------------------------
*/
/* 
------------------------------------------------
COLORS
------------------------------------------------
*/
/* 
------------------------------------------------
LINKS
------------------------------------------------
*/
/* 
------------------------------------------------
GRID
------------------------------------------------
*/
/* 
------------------------------------------------
BREAKPOINTS
------------------------------------------------
*/
/* 
------------------------------------------------
FRAMEWORK SETTINGS
------------------------------------------------
*/
/* 
------------------------------------------------
IMPORTS
------------------------------------------------
*/
/* 
------------------------------------------------
BASE
------------------------------------------------
*/
/* 
------------------------------------------------
RESPONSIVE
------------------------------------------------
*/
/* 
------------------------------------------------
FONT SIZES
------------------------------------------------
*/
/* 
------------------------------------------------
BRAND
------------------------------------------------
*/
/* 
------------------------------------------------
GRID
------------------------------------------------
*/
/* 
------------------------------------------------
METRICS VARS
------------------------------------------------
*/
/* 
------------------------------------------------
LOADER VARS
------------------------------------------------
*/
/* 
------------------------------------------------
FRAMEWORK SETTINGS
------------------------------------------------
*/
/* 
------------------------------------------------
MIXINS
------------------------------------------------
*/
/* Example:
* @include keyframes(slide-down) {
*  0% { opacity: 1; }
*  90% { opacity: 0; }
* }

* .element {
*   @include animation('slide-down 5s 3');
* }
*/
/* 
------------------------------------------------
RESET
------------------------------------------------
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Remove outline
 */
a:focus {
  outline: none;
  -moz-outline-style: none; }

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

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

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

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

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

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

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

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* 
------------------------------------------------
HELPERS
------------------------------------------------
*/
.media:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

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

.visible--tablet {
  display: none; }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .visible--tablet {
      display: block; } }

.visible--desk {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .visible--desk {
      display: block; } }

/* 
------------------------------------------------
HEADINGS
------------------------------------------------
*/
/* 
------------------------------------------------
BUTTONS
------------------------------------------------
*/
/* 
------------------------------------------------
MAIN
------------------------------------------------
*/
html {
  font: 1em/1.6875/px "Basis Grotesque Pro"; }

/* 
------------------------------------------------
LISTS
------------------------------------------------
*/

.list {
  padding: 0;
  margin: 0; }


.list--unstyled {
  list-style: none; }


.list--inline {
  list-style: none;
  padding: 0;
  margin: 0; }
  
  .list--inline > li {
    display: inline-block;
    margin-left: 0.3em; }
    
    .list--inline > li:first-child {
      margin-left: 0; }

/* 
------------------------------------------------
FORMS
------------------------------------------------
*/
/* 
------------------------------------------------
GRIDS
------------------------------------------------
*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * example @include cell(6 of 12);
 */
/* 
------------------------------------------------
FLAG (@csswizardry)
------------------------------------------------
*/
.flag {
  display: table;
  width: 100%; }

.flag__image,
.flag__body {
  display: table-cell;
  vertical-align: middle; }
  .flag--top .flag__image, .flag--top
  .flag__body {
    vertical-align: top; }
  .flag--bottom .flag__image, .flag--bottom
  .flag__body {
    vertical-align: bottom; }

.flag__image {
  padding-right: 10px; }
  .flag__image > img {
    display: block;
    max-width: none; }
  .flag--rev .flag__image {
    padding-right: 0;
    padding-left: 10px; }

.flag__body {
  width: 100%; }

/* 
------------------------------------------------
TABDATA
------------------------------------------------
*/
.tabdata .tabdata__group {
  display: block;
  margin-bottom: 8px ;
  margin-bottom: 0.5rem ; }

.tabdata .tabdata__group__name {
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin-right: 16px ;
  margin-right: 1rem ; }

.tabdata .tabdata__group__value {
  display: inline-block;
  vertical-align: middle; }

/* 
------------------------------------------------
MEDIA (@stubbornella)
------------------------------------------------
*/
.media__body {
  overflow: hidden; }

.media__image {
  float: left;
  margin-right: 10px; }
  .media__image img {
    display: block; }
  .media--right .media__image {
    float: right;
    margin-left: 10px;
    margin-right: 0; }
  .media--wide .media__image {
    margin-right: 30px; }
  .media--wide.media--right .media__image {
    margin-left: 30px; }

/* 
------------------------------------------------
LOADER
------------------------------------------------
*/
@font-face {
  font-family: "freshperts-roomservice-icons";
  src: url("../fonts/freshperts-roomservice-icons.eot");
  src: url("../fonts/freshperts-roomservice-icons.eot?#iefix") format("eot"), url("../fonts/freshperts-roomservice-icons.woff2") format("woff2"), url("../fonts/freshperts-roomservice-icons.woff") format("woff"), url("../fonts/freshperts-roomservice-icons.ttf") format("truetype"), url("../fonts/freshperts-roomservice-icons.svg#freshperts-roomservice-icons") format("svg"); }

.icon {
  font-family: "freshperts-roomservice-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1; }

.icon_alert:before {
  content: ""; }

@media screen {
  @font-face {
    font-family: 'Basis Grotesque Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local("Basis Grotesque Pro Light"), url("../fonts/BasisGrotesquePro-Light.woff") format("woff"); }
  @font-face {
    font-family: 'Basis Grotesque Pro';
    font-style: normal;
    font-weight: normal;
    src: local("Basis Grotesque Pro"), url("../fonts/BasisGrotesquePro-Regular.woff") format("woff"); }
  @font-face {
    font-family: 'Basis Grotesque Pro Bold';
    font-style: normal;
    font-weight: bold;
    src: local("Basis Grotesque Pro Bold"), url("../fonts/BasisGrotesquePro-Bold.woff") format("woff"); } }

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 16px;
  line-height: 13px; }

body {
  margin: 0;
  padding: 0;
  color: #8b817a;
  font-family: "Basis Grotesque Pro";
  font-size: 16px;
  line-height: 27px ;
  line-height: 1.6875rem ;
  word-spacing: -2px;
  background-color: #beb6af;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 64.0625em) {
    body {
      font-size: 16px;
      line-height: 27px ;
      line-height: 1.6875rem ; } }
  @media (min-width: 93.75em) {
    body {
      font-size: 16px;
      line-height: 27px ;
      line-height: 1.6875rem ; } }
  body.noscroll {
    position: fixed;
    width: 100%; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #8b817a; }

button {
  color: #8b817a; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

strong {
  font-weight: normal; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none; }

.container {
  margin: 0 auto;
  padding: 0 20px ;
  padding: 0 1.25rem ; }
  @media (min-width: 64.0625em) {
    .container {
      padding: 0;
      width: 1000px ;
      width: 62.5rem ; } }
  @media (min-width: 75em) {
    .container {
      width: 1180px ;
      width: 73.75rem ; } }
  @media (min-width: 93.75em) {
    .container {
      width: 1420px ;
      width: 88.75rem ; } }

.allcontent {
  opacity: 0;
  height: 0px;
  overflow: hidden; }
  .allcontent--loader {
    position: relative;
    margin: 50px auto;
    height: 35px;
    width: 50px;
    overflow: hidden;
    margin: 150px auto; }

.header {
  position: relative;
  width: 100%;
  height: 110px ;
  height: 6.875rem ;
  background-color: #f4dbb2;
  color: #8b817a; }
  .header__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .header__content__logo {
      float: left;
      height: 40px ;
      height: 2.5rem ; }

footer {
  text-align: center;
  color: #000;
  font-size: 14px;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: #999; }

.home {
  padding-top: 50px ;
  padding-top: 3.125rem ; }
  .home__block {
    position: relative;
    float: left;
    width: 100%;
    margin-right: 2%;
    padding: 40px 20px ;
    padding: 2.5rem 1.25rem ;
    margin-bottom: 50px ;
    margin-bottom: 3.125rem ;
    text-align: center;
    height: 485px ;
    height: 30.3125rem ; }
    @media (min-width: 48em) {
      .home__block {
        width: 49%; } }
    @media (min-width: 64.0625em) {
      .home__block {
        width: 30%; } }
    .home__block:last-child {
      margin-right: 0; }
    .home__block__logo {
      height: 50px ;
      height: 3.125rem ;
      line-height: 50px ;
      line-height: 3.125rem ; }
    .home__block__text {
      font-family: "Basis Grotesque Pro Light";
      font-size: 24px;
      font-size: 1.5rem;
      padding: 40px 20px 0 ;
      padding: 2.5rem 1.25rem 0 ; }
    .home__block__img {
      position: relative;
      width: 100%;
      height: 230px ;
      height: 14.375rem ;
      padding: 25px 0 ;
      padding: 1.5625rem 0 ; }
      .home__block__img img {
        width: 100%;
        max-width: 221px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .home__block__button {
      position: absolute;
      bottom: 20px ;
      bottom: 1.25rem ;
      left: 0;
      width: 100%; }
      .home__block__button .btn {
        display: block;
        width: 100%;
        height: 30px ;
        height: 1.875rem ;
        line-height: 30px ;
        line-height: 1.875rem ;
        max-width: 155px ;
        max-width: 9.6875rem ;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: "Basis Grotesque Pro Bold";
        letter-spacing: 1px; }
    .home__block.sushifresh {
      background-color: #000;
      color: #fff; }
      .home__block.sushifresh .home__block__logo img {
        width: 127px ;
        width: 7.9375rem ; }
      .home__block.sushifresh .home__block__img img {
        max-width: 221px ;
        max-width: 13.8125rem ; }
      .home__block.sushifresh .home__block__button .btn {
        background-color: #FFB4AA;
        color: #000; }
    .home__block.boko {
      background-color: #CFEDD8;
      color: #332B2A; }
      .home__block.boko .home__block__logo img {
        width: 72px ;
        width: 4.5rem ; }
      .home__block.boko .home__block__img img {
        max-width: 172px ;
        max-width: 10.75rem ; }
      .home__block.boko .home__block__button .btn {
        background-color: #332B2A;
        color: #CFEDD8; }
    .home__block.fishandgreens {
      background-color: #FFF;
      background-image: url("/img/fishandgreens-background.jpg");
      background-size: cover;
      background-position: center center;
      color: #2b4038; }
      .home__block.fishandgreens .home__block__logo img {
        width: 188px ;
        width: 11.75rem ; }
      .home__block.fishandgreens .home__block__button .btn {
        background-color: #2b4038;
        color: #FFF; }
    .home__block.hotto {
      background-color: #d36149;
      color: #f4dbb2; }
      .home__block.hotto .home__block__logo img {
        width: 133px ;
        width: 8.3125rem ; }
      .home__block.hotto .home__block__img img {
        max-width: 159px ;
        max-width: 9.9375rem ; }
      .home__block.hotto .home__block__button .btn {
        background-color: #f4dbb2;
        color: #d36149; }
    .home__block.freshperts {
      background-color: #f47b68;
      color: #a9e7e8; }
      @media (min-width: 64.0625em) {
        .home__block.freshperts {
          margin-left: 19%; } }
      .home__block.freshperts .home__block__logo img {
        width: 170px ;
        width: 10.625rem ; }
      .home__block.freshperts .home__block__img {
        top: 20px ;
        top: 1.25rem ; }
        .home__block.freshperts .home__block__img img {
          max-width: 230px ;
          max-width: 14.375rem ; }
      .home__block.freshperts .home__block__button .btn {
        background-color: #a9e7e8;
        color: #f47b68; }
