/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
@import "../fonts/Food-co-00/styles.css";
@import "../fonts/Food-co-chi/styles.css";
@import "../fonts/Metric/stylesheet.css";
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /*
  &.defaultPosition > .inner > .front > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
  }
  */
}
.Overlay.hide {
  display: none;
}
.Overlay > .inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Overlay > .inner > .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.Overlay > .inner > .front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/*
container-flex params :
$content - justify-content: flex-start | flex-end | center | space-between | space-around;
$item -  align-items: flex-start | flex-end | center | baseline | stretch;
$direction - flex-direction: row | row-reverse | column | column-reverse;
$wrap -  flex-wrap: nowrap | wrap | wrap-reverse;
*/
.hide {
  display: none !important;
}

.clear {
  clear: both;
}

.disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30) !important;
  cursor: default !important;
  text-decoration: none !important;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.table {
  display: table;
  width: 100%;
}
.table > .head {
  display: table-header-group;
}
.table > .body {
  display: table-row-group;
}
.table > .foot {
  display: table-footer-group;
}
.table .row {
  display: table-row;
}
.table .row > .cell {
  display: table-cell;
}
.table .row > .cell input[type=text],
.table .row > .cell input[type=email],
.table .row > .cell input[type=url],
.table .row > .cell input[type=tel],
.table .row > .cell input[type=number],
.table .row > .cell input[type=password],
.table .row > .cell input[type=search],
.table .row > .cell textarea,
.table .row > .cell select {
  width: 100%;
  padding-right: 0;
}

.spinIcon {
  border: 2px rgba(0, 0, 0, 0.25) solid;
  border-top: 2px rgb(0, 0, 0) solid;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  -webkit-animation: spinIconAnimate 0.6s infinite linear;
  animation: spinIconAnimate 0.6s infinite linear;
}

@-webkit-keyframes spinIconAnimate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spinIconAnimate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.LoadingIcon {
  width: 50px;
  text-align: left;
}

.LoadingIcon > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: LoadingIconAnimate 1.4s infinite ease-in-out both;
  animation: LoadingIconAnimate 1.4s infinite ease-in-out both;
}

.LoadingIcon .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.LoadingIcon .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes LoadingIconAnimate {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes LoadingIconAnimate {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale(1.2, 1.2);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
.foodco-max-width-container {
  max-width: 840px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .foodco-max-width-container {
    max-width: 566px;
  }
}
@media screen and (max-width: 768px) {
  .foodco-max-width-container {
    max-width: none;
    padding: 0 50px;
  }
}
@media screen and (max-width: 480px) {
  .foodco-max-width-container {
    max-width: none;
    padding: 0 35px;
  }
}

.foodco-black-button {
  display: inline-block;
  font-size: 14px;
  font-weight: bolder;
  line-height: 30px;
  border-radius: 2px;
  border: 0;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .foodco-black-button {
    width: 270px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .foodco-black-button {
    width: 100%;
    max-width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .foodco-black-button {
    width: 100%;
    max-width: none;
  }
}
html[lang=en-US] .foodco-black-button {
  font-size: 20px;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  html[lang=en-US] .foodco-black-button {
    font-size: 16px;
  }
}

.foodco-big-button {
  display: inline-block;
  font-size: 14px;
  font-weight: bolder;
  line-height: 30px;
  border-radius: 2px;
  border: 0;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 400px;
  background-color: #f0edec;
  color: #6c6360;
}
@media screen and (max-width: 1024px) {
  .foodco-big-button {
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .foodco-big-button {
    width: 100%;
    max-width: 290px;
  }
}
@media screen and (max-width: 480px) {
  .foodco-big-button {
    width: 100%;
    max-width: none;
  }
}
html[lang=en-US] .foodco-big-button {
  font-size: 20px;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  html[lang=en-US] .foodco-big-button {
    font-size: 16px;
  }
}

.foodco-medium-button {
  display: inline-block;
  background-color: #f0edec;
  color: #6c6360;
  font-size: 14px;
  font-weight: bolder;
  line-height: 30px;
  border-radius: 2px;
  border: 0;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 270px;
}
@media screen and (max-width: 1024px) {
  .foodco-medium-button {
    width: 195px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .foodco-medium-button {
    width: 100%;
    max-width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .foodco-medium-button {
    width: 100%;
    max-width: none;
  }
}
html[lang=en-US] .foodco-medium-button {
  font-size: 20px;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  html[lang=en-US] .foodco-medium-button {
    font-size: 16px;
  }
}

.foodco-small-button {
  display: inline-block;
  background-color: #f0edec;
  color: #6c6360;
  font-size: 14px;
  font-weight: bolder;
  line-height: 30px;
  border-radius: 2px;
  border: 0;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 180px;
  /* In English version the button size is same as foodco-black-button*/
}
@media screen and (max-width: 1024px) {
  .foodco-small-button {
    width: 121px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .foodco-small-button {
    width: 100%;
    max-width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .foodco-small-button {
    width: 100%;
    max-width: none;
  }
}
html[lang=en-US] .foodco-small-button {
  font-size: 20px;
  padding-top: 8px;
  width: 400px;
}
@media screen and (max-width: 1024px) {
  html[lang=en-US] .foodco-small-button {
    font-size: 16px;
    width: 100%;
    max-width: 270px;
  }
}
@media screen and (max-width: 480px) {
  html[lang=en-US] .foodco-small-button {
    max-width: none;
  }
}

.foodco-table-kv {
  display: table;
  width: 100%;
}
.foodco-table-kv > .head {
  display: table-header-group;
}
.foodco-table-kv > .body {
  display: table-row-group;
}
.foodco-table-kv > .foot {
  display: table-footer-group;
}
.foodco-table-kv .row {
  display: table-row;
}
.foodco-table-kv .row > .cell {
  display: table-cell;
}
.foodco-table-kv .row > .cell input[type=text],
.foodco-table-kv .row > .cell input[type=email],
.foodco-table-kv .row > .cell input[type=url],
.foodco-table-kv .row > .cell input[type=tel],
.foodco-table-kv .row > .cell input[type=number],
.foodco-table-kv .row > .cell input[type=password],
.foodco-table-kv .row > .cell input[type=search],
.foodco-table-kv .row > .cell textarea,
.foodco-table-kv .row > .cell select {
  width: 100%;
  padding-right: 0;
}
.foodco-table-kv > .row > .cell {
  border: 1px solid #FFF;
  padding: 10px;
  vertical-align: top;
}
.foodco-table-kv > .row > .cell.key {
  background-color: #E0E0E0;
  width: 40%;
}
.foodco-table-kv > .row > .cell.value {
  background-color: #EFEFEF;
  width: 60%;
}
.foodco-table-kv > .row > .cell.value img {
  width: 100%;
}
.foodco-table-kv > .row > .cell.value.warn {
  color: #F00;
}

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /*
  &.defaultPosition > .inner > .front > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
  }
  */
}
.Overlay.hide {
  display: none;
}
.Overlay > .inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Overlay > .inner > .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.Overlay > .inner > .front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/*
    version : 0.0.8;
    author : Kenny Cheung
*/
.transitionRegion {
  height: 100% !important;
}
.transitionRegion .in,
.transitionRegion .out {
  position: absolute !important;
  -webkit-transition: all 300ms !important;
  -moz-transition: all 300ms !important;
  transition: all 300ms !important;
}
.transitionRegion.slideLeft .in {
  top: 0 !important;
  left: 100% !important;
}
.transitionRegion.slideLeft.swap .in, .transitionRegion.slideLeft.swap .out {
  -webkit-transform: translate3d(-100%, 0, 0) !important;
  -moz-transform: translate3d(-100%, 0, 0) !important;
  transform: translate3d(-100%, 0, 0) !important;
}
.transitionRegion.slideRight .in {
  top: 0 !important;
  left: -100% !important;
}
.transitionRegion.slideRight.swap .in, .transitionRegion.slideRight.swap .out {
  -webkit-transform: translate3d(100%, 0, 0) !important;
  -moz-transform: translate3d(100%, 0, 0) !important;
  transform: translate3d(100%, 0, 0) !important;
}
.transitionRegion.slideUp .in {
  top: 100% !important;
  left: 0 !important;
}
.transitionRegion.slideUp.swap .in, .transitionRegion.slideUp.swap .out {
  -webkit-transform: translate3d(0, -100%, 0) !important;
  -moz-transform: translate3d(0, -100%, 0) !important;
  transform: translate3d(0, -100%, 0) !important;
}
.transitionRegion.slideDown .in {
  top: -100% !important;
  left: 0 !important;
}
.transitionRegion.slideDown.swap .in, .transitionRegion.slideDown.swap .out {
  -webkit-transform: translate3d(0, 100%, 0) !important;
  -moz-transform: translate3d(0, 100%, 0) !important;
  transform: translate3d(0, 100%, 0) !important;
}
.transitionRegion.coverLeft .in {
  top: 0 !important;
  left: 100% !important;
}
.transitionRegion.coverLeft.swap .in {
  -webkit-transform: translate3d(-100%, 0, 0) !important;
  -moz-transform: translate3d(-100%, 0, 0) !important;
  transform: translate3d(-100%, 0, 0) !important;
}
.transitionRegion.coverRight .in {
  top: 0 !important;
  left: -100% !important;
}
.transitionRegion.coverRight.swap .in {
  -webkit-transform: translate3d(100%, 0, 0) !important;
  -moz-transform: translate3d(100%, 0, 0) !important;
  transform: translate3d(100%, 0, 0) !important;
}
.transitionRegion.coverUp .in {
  top: 100% !important;
  left: 0 !important;
}
.transitionRegion.coverUp.swap .in {
  -webkit-transform: translate3d(0, -100%, 0) !important;
  -moz-transform: translate3d(0, -100%, 0) !important;
  transform: translate3d(0, -100%, 0) !important;
}
.transitionRegion.coverDown .in {
  top: -100% !important;
  left: 0 !important;
}
.transitionRegion.coverDown.swap .in {
  -webkit-transform: translate3d(0, 100%, 0) !important;
  -moz-transform: translate3d(0, 100%, 0) !important;
  transform: translate3d(0, 100%, 0) !important;
}
.transitionRegion.revealLeft .in,
.transitionRegion.revealLeft .out {
  top: 0 !important;
  left: 0 !important;
}
.transitionRegion.revealLeft.swap .out {
  -webkit-transform: translate3d(-100%, 0, 0) !important;
  -moz-transform: translate3d(-100%, 0, 0) !important;
  transform: translate3d(-100%, 0, 0) !important;
}
.transitionRegion.revealRight .in,
.transitionRegion.revealRight .out {
  top: 0 !important;
  left: 0 !important;
}
.transitionRegion.revealRight.swap .out {
  -webkit-transform: translate3d(100%, 0, 0) !important;
  -moz-transform: translate3d(100%, 0, 0) !important;
  transform: translate3d(100%, 0, 0) !important;
}
.transitionRegion.revealUp .in,
.transitionRegion.revealUp .out {
  top: 0 !important;
  left: 0 !important;
}
.transitionRegion.revealUp.swap .out {
  -webkit-transform: translate3d(0, -100%, 0) !important;
  -moz-transform: translate3d(0, -100%, 0) !important;
  transform: translate3d(0, -100%, 0) !important;
}
.transitionRegion.revealDown .in,
.transitionRegion.revealDown .out {
  top: 0 !important;
  left: 0 !important;
}
.transitionRegion.revealDown.swap .out {
  -webkit-transform: translate3d(0, 100%, 0) !important;
  -moz-transform: translate3d(0, 100%, 0) !important;
  transform: translate3d(0, 100%, 0) !important;
}
.transitionRegion.fade .in {
  top: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
}
.transitionRegion.fade.swap .in {
  opacity: 1 !important;
}
.transitionRegion.pop .in {
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: scale3d(0.5, 0.5, 0.5) !important;
  -moz-transform: scale3d(0.5, 0.5, 0.5) !important;
  transform: scale3d(0.5, 0.5, 0.5) !important;
  opacity: 0 !important;
}
.transitionRegion.pop .out {
  top: 0 !important;
  left: 0 !important;
  opacity: 1 !important;
}
.transitionRegion.pop.swap .in {
  -webkit-transition: all 150ms 150ms !important;
  -moz-transition: all 150ms 150ms !important;
  transition: all 150ms 150ms !important;
  -webkit-transform: scale3d(1, 1, 1) !important;
  -moz-transform: scale3d(1, 1, 1) !important;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1 !important;
}
.transitionRegion.pop.swap .out {
  -webkit-transition: all 150ms !important;
  -moz-transition: all 150ms !important;
  transition: all 150ms !important;
  -webkit-transform: scale3d(0.5, 0.5, 0.5) !important;
  -moz-transform: scale3d(0.5, 0.5, 0.5) !important;
  transform: scale3d(0.5, 0.5, 0.5) !important;
  opacity: 0 !important;
}
.transitionRegion.flipX {
  position: relative !important;
}
.transitionRegion.flipX .in {
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: rotateY(180deg) !important;
  -moz-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
  z-index: 1 !important;
  opacity: 0 !important;
}
.transitionRegion.flipX .out {
  top: 0 !important;
  left: 0 !important;
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: rotateY(0) !important;
  -moz-transform: rotateY(0) !important;
  transform: rotateY(0) !important;
  z-index: 2 !important;
  opacity: 1 !important;
}
.transitionRegion.flipX.swap {
  -webkit-transition: all 300ms !important;
  -moz-transition: all 300ms !important;
  transition: all 300ms !important;
  -webkit-transform: rotateY(180deg) !important;
  -moz-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
  transform-style: preserve-3d !important;
}
.transitionRegion.flipX.swap .in {
  opacity: 1 !important;
}
.transitionRegion.flipX.swap .out {
  opacity: 0 !important;
}
.transitionRegion.flipY {
  position: relative !important;
}
.transitionRegion.flipY .in {
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  opacity: 0 !important;
  -webkit-transform: rotateX(180deg) !important;
  -moz-transform: rotateX(180deg) !important;
  transform: rotateX(180deg) !important;
}
.transitionRegion.flipY .out {
  top: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  opacity: 1 !important;
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: rotateX(0) !important;
  -moz-transform: rotateX(0) !important;
  transform: rotateX(0) !important;
}
.transitionRegion.flipY.swap {
  -webkit-transition: all 300ms !important;
  -moz-transition: all 300ms !important;
  transition: all 300ms !important;
  -webkit-transform: rotateX(180deg) !important;
  -moz-transform: rotateX(180deg) !important;
  transform: rotateX(180deg) !important;
  transform-style: preserve-3d !important;
}
.transitionRegion.flipY.swap .in {
  opacity: 1 !important;
}
.transitionRegion.flipY.swap .out {
  opacity: 0 !important;
}
.transitionRegion.none .in {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
}
.transitionRegion.none .out {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
  display: none !important;
}
.transitionRegion .testView {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
}

* {
  outline: none;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 320px;
  background-color: #FFF;
  color: #6c6360;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  /*fix IE 11 bug : cant detect font-family by gobal: html[lang=zh-HK] in form element*/
}
html[lang=zh-HK] body {
  font-family: "Noto Sans TC", "HanHei TC", "PingFang HK", "STHeitiTC-Light", "Heiti TC", "LiHei Pro", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-size: 15px;
}
html[lang=en-US] body {
  font-family: "Metric", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
}
html[lang=zh-HK] body textarea,
html[lang=zh-HK] body input,
html[lang=zh-HK] body button,
html[lang=zh-HK] body select {
  font-family: "Noto Sans TC", "HanHei TC", "PingFang HK", "STHeitiTC-Light", "Heiti TC", "LiHei Pro", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-size: 15px;
}
html[lang=en-US] body textarea,
html[lang=en-US] body input,
html[lang=en-US] body button,
html[lang=en-US] body select {
  font-family: "Metric", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  padding-bottom: 5px !important;
}
body .Overlay {
  z-index: 1000;
}
body .Overlay.dark > .inner > .back {
  background-color: rgba(0, 0, 0, 0.1);
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input[type=submit] {
  /*Disable IOS default submit button style*/
  -webkit-appearance: none;
}

.outliner-only {
  display: none;
}

.notifyjs-bootstrap-base {
  font-size: 16px;
  border-radius: 0 !important;
  background-image: none !important;
}

.hided {
  display: none !important;
}

.template {
  display: none !important;
}

html[lang=zh-HK] .gm-style {
  font-family: "Noto Sans TC", "HanHei TC", "PingFang HK", "STHeitiTC-Light", "Heiti TC", "LiHei Pro", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
html[lang=en-US] .gm-style {
  font-family: "Metric", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.swiper-button {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 22px;
  height: 41px;
  margin-top: -20px;
}
.bannerOverLeft .swiper-button {
  background-position: center bottom;
}
.bannerOverRight .swiper-button {
  background-position: center bottom;
}
.bannerIndexLeft .swiper-button {
  background-position: center bottom;
}
.bannerIndexRight .swiper-button {
  background-position: center bottom;
}
.swiper-button.swiper-button-prev {
  background-image: url(../images/swiper/btnLeft.png);
}
.swiper-button.swiper-button-next {
  background-image: url(../images/swiper/btnRight.png);
}
@media screen and (max-width: 1024px) {
  .swiper-button {
    width: 12px;
    height: 22px;
    margin-top: -11px;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 120px;
}
@media screen and (max-width: 1440px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 15px;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 120px;
}
@media screen and (max-width: 1440px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 15px;
  }
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.topBar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  z-index: 1;
  box-shadow: 0 1px 1px rgba(120, 120, 120, 0.1);
  overflow: hidden;
}
.topBar > .inner {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  /*@include container-flex(center, center, row, nowrap); //old browser
  @include container-flex(space-between, center, row, nowrap);
  Food-co Logo not at center when using space-between after added donateFood & donateFund button*/
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  z-index: 1;
  -webkit-transition: background linear 0.3s, border linear 0.3s;
  transition: background linear 0.3s, border linear 0.3s;
  background-color: #FFF;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  height: 60px;
  overflow: hidden;
  padding: 0 120px;
}
.topBar > .inner html.ios8, html.safari8 .topBar > .inner {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
html.msie .topBar > .inner {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
}
html.firefox .topBar > .inner {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .topBar > .inner {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .topBar > .inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .topBar > .inner {
    padding: 0 35px;
  }
}
.topBar > .inner .middle {
  -webkit-box-flex: 0.5;
  -moz-box-flex: 0.5;
  box-flex: 0.5;
  -ms-flex: 0.5;
  -webkit-flex: 0.5;
  flex: 0.5;
  min-height: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .topBar > .inner .middle {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-height: 0;
  }
}
.topBar > .inner .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  text-align: left;
}
.topBar > .inner .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  text-align: right;
}
.topBar > .inner .right .rightIconContainer {
  /*Fix icon text-indent: -9999px; not work when text-align:right*/
  display: inline-block;
  text-align: left;
}
.topBar > .inner .logo {
  text-indent: -9999px;
  display: inline-block;
  /*          width: 156px;
  height: 51px;*/
  width: 100px;
  height: 33px;
  background: url(../images/topBar/logo.png) center top no-repeat;
  background-size: cover;
}
.topBar > .inner .donateFoodBtn {
  display: inline-block;
  background: #a79d99 url(../images/donateFood.png) left center no-repeat;
  background-size: 30%;
  margin-left: 10px;
  vertical-align: -10px;
  color: #FFF;
  border-radius: 3px;
  padding: 8px 12px 8px 30px;
  font-weight: bolder;
  text-decoration: none;
}
html[lang=en-US] .topBar > .inner .donateFoodBtn {
  background-size: 28%;
  padding: 10px 12px 5px 30px;
}
.topBar > .inner .foodWasteBtn {
  display: inline-block;
  background: #a79d99 url(../images/foodWaste.png) left center no-repeat;
  background-size: 30%;
  margin-left: 10px;
  vertical-align: -10px;
  color: #FFF;
  border-radius: 3px;
  padding: 8px 12px 8px 30px;
  font-weight: bolder;
  text-decoration: none;
}
html[lang=en-US] .topBar > .inner .foodWasteBtn {
  background-size: 28%;
  padding: 10px 12px 5px 30px;
}
.topBar > .inner .donateFundBtn {
  display: inline-block;
  background: #a79d99 url(../images/donateFund.png) left center no-repeat;
  background-size: 30%;
  margin-left: 10px;
  vertical-align: -10px;
  color: #FFF;
  border-radius: 3px;
  padding: 8px 12px 8px 30px;
  font-weight: bolder;
  text-decoration: none;
}
html[lang=en-US] .topBar > .inner .donateFundBtn {
  background-size: 28%;
  padding: 10px 12px 5px 30px;
}
.topBar > .inner .mealProviderBtn {
  display: inline-block;
  background: #a79d99 url(../images/mealProviderBox.png) 8px center no-repeat;
  background-size: 16px;
  margin-right: 10px;
  vertical-align: -10px;
  color: #FFF;
  border-radius: 3px;
  padding: 8px 12px 8px 30px;
  font-weight: bolder;
  text-decoration: none;
}
html[lang=en-US] .topBar > .inner .mealProviderBtn {
  background-size: 16px;
  padding: 10px 12px 5px 30px;
}
.topBar > .inner .word {
  display: inline-block;
  font-weight: bolder;
  color: #000;
  vertical-align: -10px;
  text-decoration: none;
}
.topBar > .inner .icon {
  text-indent: -9999px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.topBar > .inner .icon.menu {
  background-image: url(../images/topBar/menu.png);
}
@media screen and (max-width: 768px) {
  .topBar > .inner .icon.menu {
    margin-left: -12px;
  }
}
.topBar > .inner .icon.user {
  background-image: url(../images/topBar/user.png);
}
.topBar > .inner .icon.map {
  background-image: url(../images/topBar/map.png);
}
.topBar > .inner .icon.facebook {
  background-image: url(../images/topBar/facebook.png);
}
.topBar > .inner .icon.language {
  background-image: url(../images/topBar/language-en.png);
}
html[lang=en-US] .topBar > .inner .icon.language {
  background-image: url(../images/topBar/language-zh.png);
}
.topBar > .inner .icon.search {
  background-image: url(../images/topBar/search.png);
}
@media screen and (max-width: 768px) {
  .topBar > .inner .icon.search {
    margin-right: -12px;
  }
}
@media screen and (max-width: 1280px) {
  .topBar > .inner .mealProviderBtn,
  .topBar > .inner .donateFoodBtn,
  .topBar > .inner .donateFundBtn,
  .topBar > .inner .foodWasteBtn,
  .topBar > .inner .word {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .topBar > .inner .icon {
    width: 40px;
    height: 40px;
  }
  .topBar > .inner .icon.user, .topBar > .inner .icon.map, .topBar > .inner .icon.facebook, .topBar > .inner .icon.language {
    display: none;
  }
}
.bannerOverLeft .topBar {
  box-shadow: none;
}
.bannerOverLeft .topBar > .inner {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.bannerOverLeft .topBar > .inner .word {
  color: #FFF;
}
.bannerOverLeft .topBar > .inner .logo,
.bannerOverLeft .topBar > .inner .icon {
  background-position: center bottom;
}
.bannerOverLeft .topBar > .inner .mealProviderBtn,
.bannerOverLeft .topBar > .inner .donateFoodBtn,
.bannerOverLeft .topBar > .inner .foodWasteBtn,
.bannerOverLeft .topBar > .inner .donateFundBtn {
  display: none;
}
.bannerOverRight .topBar {
  box-shadow: none;
}
.bannerOverRight .topBar > .inner {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.bannerOverRight .topBar > .inner .word {
  color: #FFF;
}
.bannerOverRight .topBar > .inner .logo,
.bannerOverRight .topBar > .inner .icon {
  background-position: center bottom;
}
.bannerOverRight .topBar > .inner .mealProviderBtn,
.bannerOverRight .topBar > .inner .donateFoodBtn,
.bannerOverRight .topBar > .inner .foodWasteBtn,
.bannerOverRight .topBar > .inner .donateFundBtn {
  display: none;
}
.bannerIndexLeft .topBar {
  box-shadow: none;
}
.bannerIndexLeft .topBar > .inner {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.bannerIndexLeft .topBar > .inner .word {
  color: #FFF;
}
.bannerIndexLeft .topBar > .inner .logo,
.bannerIndexLeft .topBar > .inner .icon {
  background-position: center bottom;
}
.bannerIndexLeft .topBar > .inner .mealProviderBtn,
.bannerIndexLeft .topBar > .inner .donateFoodBtn,
.bannerIndexLeft .topBar > .inner .foodWasteBtn,
.bannerIndexLeft .topBar > .inner .donateFundBtn {
  display: none;
}
.bannerIndexRight .topBar {
  box-shadow: none;
}
.bannerIndexRight .topBar > .inner {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.bannerIndexRight .topBar > .inner .word {
  color: #FFF;
}
.bannerIndexRight .topBar > .inner .logo,
.bannerIndexRight .topBar > .inner .icon {
  background-position: center bottom;
}
.bannerIndexRight .topBar > .inner .mealProviderBtn,
.bannerIndexRight .topBar > .inner .donateFoodBtn,
.bannerIndexRight .topBar > .inner .foodWasteBtn,
.bannerIndexRight .topBar > .inner .donateFundBtn {
  display: none;
}

.navigationBar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.navigationBar .mainMenu .swiper-slide {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #a69c98;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
}
.navigationBar .mainMenu .swiper-slide .inner {
  -webkit-transition: transform linear 0.3s;
  transition: transform linear 0.3s;
  -webkit-transform-origin: 50% 50%;
}
html[lang=zh-HK] .navigationBar .mainMenu .swiper-slide .inner {
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  padding: 20px 0 30px 0;
}
@media screen and (max-width: 1024px) {
  html[lang=zh-HK] .navigationBar .mainMenu .swiper-slide .inner {
    padding: 10px 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  html[lang=zh-HK] .navigationBar .mainMenu .swiper-slide .inner {
    padding: 0 0 10px 0;
  }
}
html[lang=en-US] .navigationBar .mainMenu .swiper-slide .inner {
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  padding: 20px 0 30px 0;
}
.navigationBar .mainMenu .swiper-slide .inner .zh {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: inline-block;
  font-size: 84px;
  line-height: 110px;
  border-bottom: 2px solid transparent;
  font-family: "Food-co-chi", "Noto Sans TC", "HanHei TC", "PingFang HK", "STHeitiTC-Light", "Heiti TC", "LiHei Pro", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
html[lang=en-US] .navigationBar .mainMenu .swiper-slide .inner .zh {
  display: none;
}
@media screen and (max-width: 1024px) {
  .navigationBar .mainMenu .swiper-slide .inner .zh {
    font-size: 50px;
    line-height: 62px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  .navigationBar .mainMenu .swiper-slide .inner .zh {
    font-size: 34px;
    line-height: 40px;
    padding-top: 10px;
  }
}
.navigationBar .mainMenu .swiper-slide .inner .en {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-family: "Food-co-00";
}
html[lang=zh-HK] .navigationBar .mainMenu .swiper-slide .inner .en {
  display: none;
  /*                       font-size: 50px;
  line-height: 70px;
  opacity: 0;
  @media screen and (max-width: 1280px) {
      font-size: 40px;
      line-height: 60px;
  }
  @media screen and (max-width: 1024px) {
      font-size: 25px;
      line-height: 35px;
  }
  @media screen and (max-width: 480px) {
      font-size: 16px;
      line-height: 22px;
  }*/
}
html[lang=en-US] .navigationBar .mainMenu .swiper-slide .inner .en {
  font-size: 50px;
  line-height: 60px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 1024px) {
  html[lang=en-US] .navigationBar .mainMenu .swiper-slide .inner .en {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  html[lang=en-US] .navigationBar .mainMenu .swiper-slide .inner .en {
    font-size: 30px;
    line-height: 40px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  html[lang=en-US] .navigationBar .mainMenu .swiper-slide .inner .en {
    font-size: 20px;
    line-height: 30px;
  }
}
.navigationBar .mainMenu .swiper-slide.swiper-slide-active {
  color: #000;
}
html[lang=zh-HK] .navigationBar .mainMenu .swiper-slide.swiper-slide-active .inner {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
html[lang=en-US] .navigationBar .mainMenu .swiper-slide.swiper-slide-active .inner {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.navigationBar .mainMenu .swiper-slide.swiper-slide-active .inner .zh {
  border-bottom: 2px solid #000;
}
html[lang=zh-HK] .navigationBar .mainMenu .swiper-slide.swiper-slide-active .inner .en {
  opacity: 1;
}
html[lang=en-US] .navigationBar .mainMenu .swiper-slide.swiper-slide-active .inner .en {
  border-bottom: 2px solid #000;
}
.navigationBar .mainMenu .swiper-button {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  top: 0;
  height: 100%;
  width: 120px;
  padding: 0 20px;
  background: none;
  margin-top: 0 !important;
}
.navigationBar .mainMenu .swiper-button html.ios8, html.safari8 .navigationBar .mainMenu .swiper-button {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
html.msie .navigationBar .mainMenu .swiper-button {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
}
html.firefox .navigationBar .mainMenu .swiper-button {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .navigationBar .mainMenu .swiper-button {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: center;
  box-align: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .navigationBar .mainMenu .swiper-button {
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .navigationBar .mainMenu .swiper-button {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .navigationBar .mainMenu .swiper-button {
    width: 50px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 620px) {
  .navigationBar .mainMenu .swiper-button {
    width: 35px;
  }
}
@media screen and (max-width: 480px) {
  .navigationBar .mainMenu .swiper-button {
    width: 26px;
  }
}
.navigationBar .mainMenu .arrow {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 22px;
  height: 41px;
}
@media screen and (max-width: 1024px) {
  .navigationBar .mainMenu .arrow {
    width: 12px;
    height: 22px;
  }
}
.navigationBar .mainMenu .arrow.prev {
  background-image: url(../images/swiper/btnLeft.png);
}
.navigationBar .mainMenu .arrow.next {
  background-image: url(../images/swiper/btnRight.png);
}
.navigationBar .mainMenu .swiper-button-next {
  right: 0;
}
.navigationBar .mainMenu .swiper-button-prev {
  left: 0;
}
.navigationBar .subMenu {
  background-color: #f0edec;
  padding: 12px 0 8px 0;
}
.navigationBar .subMenu .swiper-slide {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  white-space: nowrap;
  font-size: 18px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .navigationBar .subMenu .swiper-slide {
    font-size: 14px;
  }
}
.navigationBar .subMenu .swiper-slide a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #6c6360;
  padding: 0 15px;
}
.navigationBar .subMenu .swiper-slide a.current {
  color: #000;
}
.navigationBar .template {
  display: none !important;
}
.navigationBar .preloader {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: #FFF;
}
.navigationBar .preloader html.ios8, html.safari8 .navigationBar .preloader {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
html.msie .navigationBar .preloader {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
}
html.firefox .navigationBar .preloader {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .navigationBar .preloader {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: center;
  box-align: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navigationBar .preloader .spinIcon {
  width: 32px;
  height: 32px;
}
.navigationBar.inited .preloader {
  display: none !important;
}

.sideBar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.99);
  color: #f1eeed;
  text-align: left;
  padding: 20px 40px 100px 125px;
  left: -340px;
  width: 340px;
}
.sideBar::-webkit-scrollbar {
  width: 6px;
}
.sideBar::-webkit-scrollbar-track {
  background-color: transparent;
}
.sideBar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: rgba(125, 125, 125, 0.4);
}
@media screen and (max-width: 1440px) {
  .sideBar {
    padding: 20px 40px 100px 65px;
  }
}
@media screen and (max-width: 768px) {
  .sideBar {
    padding: 20px 30px;
    left: -188px;
    width: 188px;
  }
}
.sideBar.onOverlay {
  left: 0;
}
.sideBar.slideRight {
  -webkit-animation: slideRight 0.3s;
  animation: slideRight 0.3s;
}
.sideBar .btnHide {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/btnClose.png) center center no-repeat;
  background-size: cover;
}
.sideBar .languages {
  margin-top: 20px;
}
.sideBar .languages .btnLanguage {
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
}
.sideBar .languages .btnLanguage + .btnLanguage {
  margin-left: 40px;
}
.sideBar .btnGroup {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
}
.sideBar .btnGroup html.ios8, html.safari8 .sideBar .btnGroup {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .sideBar .btnGroup {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .sideBar .btnGroup {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .sideBar .btnGroup {
  /** LEGACY **/
  display: box;
  box-orient: vertical;
  box-direction: normal;
  box-pack: start;
  box-align: start;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sideBar .btnSignin {
  display: inline-block;
  margin-top: 30px;
  background-color: #f0edec;
  color: #6d6461;
  border-radius: 3px;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  font-weight: bolder;
}
html[lang=en-US] .sideBar .btnSignin {
  font-size: 18px;
  padding-bottom: 5px;
}
.sideBar .donateFoodBtn {
  display: inline-block;
  margin-top: 10px;
  background: #a79d99 url(../images/donateFood.png) left center no-repeat;
  background-size: 30%;
  color: #FFF;
  border-radius: 3px;
  padding: 8px 12px 8px 28px;
  font-weight: bolder;
  text-decoration: none;
}
html[lang=en-US] .sideBar .donateFoodBtn {
  background-size: 28%;
  padding: 8px 12px 4px 35px;
  font-size: 18px;
}
.sideBar .footWasteBtn {
  display: inline-block;
  margin-top: 10px;
  background: #a79d99 url(../images/foodWaste.png) left center no-repeat;
  background-size: 30%;
  color: #FFF;
  border-radius: 3px;
  padding: 8px 12px 8px 28px;
  font-weight: bolder;
  text-decoration: none;
}
html[lang=en-US] .sideBar .footWasteBtn {
  background-size: 28%;
  padding: 8px 12px 4px 35px;
  font-size: 18px;
}
.sideBar .donateFundBtn {
  display: inline-block;
  margin-top: 10px;
  background: #a79d99 url(../images/donateFund.png) left center no-repeat;
  background-size: 30%;
  color: #FFF;
  border-radius: 3px;
  padding: 8px 12px 8px 28px;
  font-weight: bolder;
  text-decoration: none;
}
html[lang=en-US] .sideBar .donateFundBtn {
  background-size: 28%;
  padding: 8px 12px 4px 35px;
  font-size: 18px;
}
.sideBar .mealProviderBtn {
  display: inline-block;
  margin-top: 10px;
  background: #a79d99 url(../images/mealProviderBox.png) 8px center no-repeat;
  background-size: 16px;
  color: #FFF;
  border-radius: 3px;
  padding: 8px 12px 8px 28px;
  font-weight: bolder;
  text-decoration: none;
}
html[lang=en-US] .sideBar .mealProviderBtn {
  background-size: 16px;
  padding: 8px 12px 4px 35px;
  font-size: 18px;
}
.sideBar .sitemap {
  margin-top: 15px;
}
.sideBar .sitemap .item > a {
  display: block;
  font-size: 16px;
  color: #f0edec;
  font-weight: bold;
  margin-top: 40px;
}
.sideBar .sitemap .item > .sub {
  margin-left: 10px;
}
.sideBar .sitemap .item > .sub > a {
  display: block;
  font-size: 15px;
  color: #9F9F9F;
  margin-top: 10px;
}
.sideBar .sitemap .item.closed > .sub {
  display: none;
}

.bottomBar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f0edec;
  /*remove grey background on clicked - IOS*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bottomBar .top {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  text-align: center;
  padding: 20px 120px 20px 120px;
  background-color: #6c6360;
  text-align: center;
  padding: 26px 30px;
}
.bottomBar .top html.ios8, html.safari8 .bottomBar .top {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
html.msie .bottomBar .top {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
}
html.firefox .bottomBar .top {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .bottomBar .top {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: center;
  box-align: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bottomBar .top {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    padding: 35px;
  }
  .bottomBar .top html.ios8, html.safari8 .bottomBar .top {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
  }
  html.msie .bottomBar .top {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    -ms-align-items: center;
  }
  html.firefox .bottomBar .top {
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
  }
  html:not(.ios8):not(.safari8) .bottomBar .top {
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.bottomBar .top a {
  margin: 0 27px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bottomBar .top a {
    margin: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bottomBar .top a {
    margin: 10px auto;
  }
}
.bottomBar .bottom {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  background-color: #000;
  vertical-align: top;
  padding: 40px 120px;
}
.bottomBar .bottom html.ios8, html.safari8 .bottomBar .bottom {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .bottomBar .bottom {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .bottomBar .bottom {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .bottomBar .bottom {
  /** LEGACY **/
  display: box;
  box-orient: vertical;
  box-direction: normal;
  box-pack: start;
  box-align: start;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  .bottomBar .bottom {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .bottomBar .bottom {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    padding: 35px;
  }
  .bottomBar .bottom html.ios8, html.safari8 .bottomBar .bottom {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: stretch;
  }
  html.msie .bottomBar .bottom {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-align-items: stretch;
  }
  html.firefox .bottomBar .bottom {
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: stretch;
  }
  html:not(.ios8):not(.safari8) .bottomBar .bottom {
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: stretch;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.bottomBar .bottom .aboutFoodco {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.bottomBar .bottom .aboutFoodco html.ios8, html.safari8 .bottomBar .bottom .aboutFoodco {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .bottomBar .bottom .aboutFoodco {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .bottomBar .bottom .aboutFoodco {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .bottomBar .bottom .aboutFoodco {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: start;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .bottomBar .bottom .aboutFoodco {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-end;
  }
  .bottomBar .bottom .aboutFoodco html.ios8, html.safari8 .bottomBar .bottom .aboutFoodco {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: end;
  }
  html.msie .bottomBar .bottom .aboutFoodco {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-align-items: flex-end;
  }
  html.firefox .bottomBar .bottom .aboutFoodco {
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: end;
  }
  html:not(.ios8):not(.safari8) .bottomBar .bottom .aboutFoodco {
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: end;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .bottomBar .bottom .aboutFoodco {
    padding: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .bottomBar .bottom .aboutFoodco {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
  }
  .bottomBar .bottom .aboutFoodco html.ios8, html.safari8 .bottomBar .bottom .aboutFoodco {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: start;
  }
  html.msie .bottomBar .bottom .aboutFoodco {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-align-items: flex-start;
  }
  html.firefox .bottomBar .bottom .aboutFoodco {
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: start;
  }
  html:not(.ios8):not(.safari8) .bottomBar .bottom .aboutFoodco {
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: start;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.bottomBar .bottom .aboutFoodco .connection {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
}
.bottomBar .bottom .aboutFoodco .connection html.ios8, html.safari8 .bottomBar .bottom .aboutFoodco .connection {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .bottomBar .bottom .aboutFoodco .connection {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .bottomBar .bottom .aboutFoodco .connection {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .bottomBar .bottom .aboutFoodco .connection {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: start;
  /** NATIVE **/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 620px) {
  .bottomBar .bottom .aboutFoodco .connection {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-height: 0;
  }
}
@media screen and (max-width: 960px) {
  .bottomBar .bottom .aboutFoodco .connection .logo {
    width: 100%;
  }
  .bottomBar .bottom .aboutFoodco .connection .sns {
    margin-top: 20px;
    margin-left: 0 !important;
    width: 100%;
    order: 2 !important;
  }
  .bottomBar .bottom .aboutFoodco .connection .subscribe {
    width: 100%;
    order: 1 !important;
  }
}
.bottomBar .bottom .aboutFoodco .connection .logo {
  text-indent: -9999px;
  display: block;
  width: 100px;
  height: 32px;
  background: url(../images/bottomBar/logo.png) center top no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.bottomBar .bottom .aboutFoodco .connection .sns {
  order: 2;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  padding: 5px;
}
.bottomBar .bottom .aboutFoodco .connection .sns .icon {
  text-indent: -9999px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.bottomBar .bottom .aboutFoodco .connection .sns .icon.facebook {
  background-image: url(../images/bottomBar/facebook.png);
}
.bottomBar .bottom .aboutFoodco .connection .sns .icon.youtube {
  background-image: url(../images/bottomBar/youtube.png);
  margin-left: 20px;
}
.bottomBar .bottom .aboutFoodco .connection .subscribe {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  order: 1;
  margin-right: 20px;
}
.bottomBar .bottom .aboutFoodco .connection .subscribe html.ios8, html.safari8 .bottomBar .bottom .aboutFoodco .connection .subscribe {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .bottomBar .bottom .aboutFoodco .connection .subscribe {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .bottomBar .bottom .aboutFoodco .connection .subscribe {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .bottomBar .bottom .aboutFoodco .connection .subscribe {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: stretch;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .bottomBar .bottom .aboutFoodco .connection .subscribe {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .bottomBar .bottom .aboutFoodco .connection .subscribe {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
  }
  .bottomBar .bottom .aboutFoodco .connection .subscribe html.ios8, html.safari8 .bottomBar .bottom .aboutFoodco .connection .subscribe {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-align: start;
  }
  html.msie .bottomBar .bottom .aboutFoodco .connection .subscribe {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-justify-content: flex-start;
    -ms-align-items: flex-start;
  }
  html.firefox .bottomBar .bottom .aboutFoodco .connection .subscribe {
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: start;
  }
  html:not(.ios8):not(.safari8) .bottomBar .bottom .aboutFoodco .connection .subscribe {
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: start;
    box-align: start;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.bottomBar .bottom .aboutFoodco .connection .subscribe input[type=email] {
  float: left;
  padding: 10px;
  width: 300px;
  box-sizing: border-box;
  border: 1px solid #969696;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background: transparent url(../images/bottomBar/email.png) 20px center no-repeat;
  background-size: 15px 10px;
  color: #f0edec;
  text-indent: 32px;
  font-weight: bolder;
}
html[lang=en-US] .bottomBar .bottom .aboutFoodco .connection .subscribe input[type=email] {
  background-position: 20px 12px;
}
@media screen and (max-width: 960px) {
  .bottomBar .bottom .aboutFoodco .connection .subscribe input[type=email] {
    width: 270px;
  }
}
@media screen and (max-width: 420px) {
  .bottomBar .bottom .aboutFoodco .connection .subscribe input[type=email] {
    border-right: 1px solid #969696;
    border-radius: 3px;
    width: 100%;
  }
}
.bottomBar .bottom .aboutFoodco .connection .subscribe input.subscribeConfirm {
  float: left;
  border: 1px solid #969696;
  border-left: none;
  font-weight: bolder;
  line-height: 30px;
  border-radius: 0 3px 3px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #f0edec;
  color: #6c6360;
}
html[lang=zh-Hk] .bottomBar .bottom .aboutFoodco .connection .subscribe input.subscribeConfirm {
  width: 70px;
}
html[lang=en-US] .bottomBar .bottom .aboutFoodco .connection .subscribe input.subscribeConfirm {
  line-height: normal;
  padding-top: 10px;
}
@media screen and (max-width: 420px) {
  .bottomBar .bottom .aboutFoodco .connection .subscribe input.subscribeConfirm {
    border-left: 1px solid #969696;
    border-radius: 3px;
    margin-top: 10px;
  }
}
.bottomBar .bottom .aboutFoodco .connection .subscribe .template {
  display: none;
}
.bottomBar .bottom .aboutFoodco .connection .subscribe .hided {
  display: none;
}
.bottomBar .bottom .aboutFoodco .connection .subscribe .errorMessage {
  padding-top: 4px;
  color: red;
  clear: both;
}
.bottomBar .bottom .aboutFoodco .privacyGroup {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-end;
  font-size: 12px;
  line-height: 15px;
}
.bottomBar .bottom .aboutFoodco .privacyGroup html.ios8, html.safari8 .bottomBar .bottom .aboutFoodco .privacyGroup {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  -webkit-box-align: end;
}
html.msie .bottomBar .bottom .aboutFoodco .privacyGroup {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: flex-end;
  -ms-align-items: flex-end;
}
html.firefox .bottomBar .bottom .aboutFoodco .privacyGroup {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: end;
  -moz-box-align: end;
}
html:not(.ios8):not(.safari8) .bottomBar .bottom .aboutFoodco .privacyGroup {
  /** LEGACY **/
  display: box;
  box-orient: vertical;
  box-direction: normal;
  box-pack: end;
  box-align: end;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 620px) {
  .bottomBar .bottom .aboutFoodco .privacyGroup {
    width: 100%;
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    margin-top: 20px;
  }
  .bottomBar .bottom .aboutFoodco .privacyGroup html.ios8, html.safari8 .bottomBar .bottom .aboutFoodco .privacyGroup {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-align: start;
  }
  html.msie .bottomBar .bottom .aboutFoodco .privacyGroup {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-justify-content: flex-start;
    -ms-align-items: flex-start;
  }
  html.firefox .bottomBar .bottom .aboutFoodco .privacyGroup {
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: start;
  }
  html:not(.ios8):not(.safari8) .bottomBar .bottom .aboutFoodco .privacyGroup {
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: start;
    box-align: start;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.bottomBar .bottom .aboutFoodco .privacyGroup .privacy {
  color: #f0edec;
  margin-bottom: 5px;
}
.bottomBar .bottom .aboutFoodco .privacyGroup .copyright {
  color: #f0edec;
  margin-top: 10px;
  line-height: 0;
}
.bottomBar .bottom .sitemap {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.bottomBar .bottom .sitemap html.ios8, html.safari8 .bottomBar .bottom .sitemap {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .bottomBar .bottom .sitemap {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .bottomBar .bottom .sitemap {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .bottomBar .bottom .sitemap {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: start;
  /** NATIVE **/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .bottomBar .bottom .sitemap {
    display: none !important;
  }
}
.bottomBar .bottom .sitemap .item {
  min-height: 200px;
  padding: 10px;
  float: left;
  margin-right: 40px;
  font-size: 14px;
  text-align: left;
}
.bottomBar .bottom .sitemap .item a {
  display: block;
  line-height: 30px;
}
.bottomBar .bottom .sitemap .item a.page {
  font-weight: bold;
  color: #f0edec;
}
.bottomBar .bottom .sitemap .item a.section {
  color: #f0edec;
}
@media screen and (max-width: 1024px) {
  .bottomBar .bottom .sitemap .item {
    font-size: 12px;
  }
}
.bottomBar .bottom .sitemap .item:last-child {
  margin-right: 0 !important;
}
.bottomBar .bottom .sitemap .clear {
  clear: both;
}

.promotedVideo {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -ms-overflow-style: none;
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  background-color: rgba(0, 0, 0, 0.95);
  color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}
.promotedVideo html.ios8, html.safari8 .promotedVideo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .promotedVideo {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .promotedVideo {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .promotedVideo {
  /** LEGACY **/
  display: box;
  box-orient: vertical;
  box-direction: normal;
  box-pack: start;
  box-align: stretch;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.promotedVideo.onOverlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 600;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .promotedVideo.onOverlay {
    padding: 15px;
  }
}
.promotedVideo.fadeIn {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.promotedVideo > .head {
  text-align: right;
}
.promotedVideo > .head .btnHide {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/btnClose.png) center center no-repeat;
  background-size: cover;
}
.promotedVideo > .body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  padding-top: 15px;
}
.promotedVideo > .body > .iframeWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.promotedVideo > .body > .iframeWrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  border: 1px solid #333;
}

.searcher {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -ms-overflow-style: none;
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  border-radius: 3px;
  background-color: #FFF;
  color: #333;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}
.searcher html.ios8, html.safari8 .searcher {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .searcher {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .searcher {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .searcher {
  /** LEGACY **/
  display: box;
  box-orient: vertical;
  box-direction: normal;
  box-pack: start;
  box-align: stretch;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.searcher.onOverlay {
  border: 1px solid #EAEAEA;
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.3);
  position: relative;
  margin: 60px auto 0 auto;
  width: 500px;
  height: 220px;
  z-index: 600;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .searcher.onOverlay {
    margin: 60px auto 0 auto;
    width: 90vw;
    height: 200px;
    padding: 8px;
  }
}
.searcher.fadeIn {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.searcher > .head {
  text-align: right;
}
.searcher > .head .btnHide {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/btnClose.png) center center no-repeat;
  background-size: cover;
}
.searcher > .body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  padding: 0 30px 15px 30px;
}
@media screen and (max-width: 768px) {
  .searcher > .body {
    padding: 0 20px 15px 20px;
  }
}
@media screen and (max-width: 480px) {
  .searcher > .body {
    padding: 0 10px 15px 10px;
  }
}
.searcher > .body .title {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.searcher > .body form input {
  width: 100%;
  box-sizing: border-box;
  background-color: #F0F0F0;
  border: 0;
  padding: 10px 0 10px 15px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.searcher > .body form input.submit {
  background-color: #000;
  color: #fff;
  padding: 5px 0;
  margin-top: 10px;
  font-size: 14px;
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .searcher > .body form input.submit {
    width: 121px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .searcher > .body form input.submit {
    width: 100%;
    max-width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .searcher > .body form input.submit {
    width: 100%;
    max-width: none;
  }
}
.searcher > .body .template {
  display: none;
}
.searcher > .body .hided {
  display: none;
}
.searcher > .body .errorMessage {
  color: red;
}

body #topBar {
  z-index: 300;
}
body main {
  z-index: 200;
  text-align: center;
  min-height: 458px;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  body main {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  body main {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
body main h2 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body main h2 {
    font-size: 16.5px;
  }
}
body main .thumbnail {
  max-width: 100%;
  width: 100%;
}
body main .thumbnail > img {
  width: 100%;
  height: auto;
}
body main header {
  padding: 10px;
}
body main .detail {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  padding: 15px 0 60px 0;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #6c6360;
  border-top: 1px solid #6c6360;
}
body main .detail html.ios8, html.safari8 body main .detail {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie body main .detail {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox body main .detail {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) body main .detail {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: start;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body main .detail {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    padding: 15px 0 40px 0;
  }
  body main .detail html.ios8, html.safari8 body main .detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-align: start;
  }
  html.msie body main .detail {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-justify-content: flex-start;
    -ms-align-items: flex-start;
  }
  html.firefox body main .detail {
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: start;
  }
  html:not(.ios8):not(.safari8) body main .detail {
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: start;
    box-align: start;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
body main .detail .customFields {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  order: 1;
}
@media screen and (max-width: 1024px) {
  body main .detail .customFields {
    width: 138px;
    min-width: 138px;
    max-width: 138px;
    order: 2;
  }
}
body main .detail .content {
  width: 100%;
  line-height: 27px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  body main .detail .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-height: 0;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  body main .detail .content {
    order: 1;
    padding-left: 0;
  }
}
body main .actions {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  body main .actions {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    margin: 35px;
  }
  body main .actions html.ios8, html.safari8 body main .actions {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
  }
  html.msie body main .actions {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    -ms-align-items: center;
  }
  html.firefox body main .actions {
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
  }
  html:not(.ios8):not(.safari8) body main .actions {
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
body main .actions .btn {
  display: inline-block;
  background-color: #f0edec;
  color: #6c6360;
  font-size: 14px;
  font-weight: bolder;
  line-height: 30px;
  border-radius: 2px;
  border: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 180px;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  body main .actions .btn {
    width: 100%;
    max-width: 290px;
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  body main .actions .btn {
    width: 100%;
    max-width: none;
  }
}
body main .actions .btn:last-child {
  margin-right: 0 !important;
}
body main .share {
  margin-top: 25px;
}

/*# sourceMappingURL=single.upcomingEvents.css.map */
