/**
 * 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;
}

.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;
}

.mapApp {
  position: relative;
}
.mapApp > .mapView {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.mapApp > .template {
  display: none;
}
.mapApp .spinIcon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px rgba(0, 0, 0, 0.25) solid;
  border-top: 2px rgb(0, 0, 0) solid;
  border-radius: 50%;
  opacity: 0;
}
.mapApp.busy .spinIcon {
  opacity: 1;
}
.mapApp > .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: #CCC;
}
.mapApp > .preloader html.ios8, html.safari8 .mapApp > .preloader {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
html.msie .mapApp > .preloader {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
}
html.firefox .mapApp > .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) .mapApp > .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;
}
.mapApp > .preloader .spinIcon {
  width: 32px;
  height: 32px;
}
.mapApp.inited > .preloader {
  display: none !important;
}
.mapApp .mapTooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 8px;
  width: 160px;
}
.mapApp .mapTooltip .title {
  font-size: 14px;
  color: #FFF;
}
.mapApp .mapTooltip .description {
  font-size: 12px;
  color: #999;
}
.mapApp .mapTooltip.meal-provider {
  padding: 0;
  width: 230px;
}
.mapApp .mapTooltip.meal-provider > .wrapper {
  display: flex;
  justify-content: space-between;
}
.mapApp .mapTooltip.meal-provider > .wrapper > .left {
  padding: 16px 8px 16px 16px;
}
.mapApp .mapTooltip.meal-provider > .wrapper > .left .title {
  font-size: 15px;
  margin-bottom: 5px;
}
.mapApp .mapTooltip.meal-provider > .wrapper > .left .description {
  font-size: 14px;
  color: #A7A7A7;
}
.mapApp .mapTooltip.meal-provider > .wrapper > .right {
  border-left: 1px solid #707070;
  padding: 10px;
  color: #A7A7A7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.mapApp .mapTooltip.meal-provider > .wrapper > .right .label {
  font-size: 12px;
  white-space: nowrap;
}
.mapApp .mapTooltip.meal-provider > .wrapper > .right .number-of-meal {
  width: 45px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/map/mealProviderBox.png);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.mapApp .mapTooltip.meal-provider > .wrapper > .right .number-of-meal > .amount-label {
  font-size: 20px;
  font-family: "Metric";
  font-weight: bold;
  line-height: 12px;
  color: #2B2204;
}
.mapApp .mapTooltip.meal-provider > .wrapper > .right .number-of-meal.inactive {
  background-image: url(../images/map/mealProviderBoxInactive.png);
}
.mapApp .mapTooltip.meal-provider > .wrapper > .right .number-of-meal.inactive > .amount-label {
  color: #FFFFFF;
}
.mapApp .currentLocation {
  padding-left: 10px;
  padding-top: 10px;
}
.mapApp .currentLocation > .btn {
  background-image: url("../images/map/currrent-location.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(125, 125, 125, 0.3);
}

.mapMenu {
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}
.mapMenu > .btn-show-panel {
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(125, 125, 125, 0.2);
  width: 32px;
  height: 64px;
  background: #FFF url(../images/map/icon-menu.png) center center no-repeat;
  background-size: 16px 16px;
}
.mapMenu > .panel {
  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;
  position: absolute;
  top: 0;
  left: -320px;
  width: 285px;
  height: 65vh;
  background-color: #FFF;
  padding: 15px 0 15px 20px;
  box-shadow: 0 0 3px rgba(125, 125, 125, 0.2);
  font-size: 14px;
  -webkit-transition: left linear 0.2s;
  transition: left linear 0.2s;
}
.mapMenu > .panel html.ios8, html.safari8 .mapMenu > .panel {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .mapMenu > .panel {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .mapMenu > .panel {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .mapMenu > .panel {
  /** 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;
}
.mapMenu > .panel > .head {
  height: 24px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  /** 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;
}
.mapMenu > .panel > .head html.ios8, html.safari8 .mapMenu > .panel > .head {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .mapMenu > .panel > .head {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .mapMenu > .panel > .head {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .mapMenu > .panel > .head {
  /** 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;
}
.mapMenu > .panel > .head .left .btn-back {
  background: url(../images/map/panel-back.png) left top no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  visibility: hidden;
}
.mapMenu > .panel > .head .center {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  text-align: center;
}
.mapMenu > .panel > .head .right .btn-hide-panel {
  background: url(../images/map/panel-close.png) center center no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.mapMenu > .panel > .body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;
}
.mapMenu > .panel > .body::-webkit-scrollbar {
  width: 8px;
}
.mapMenu > .panel > .body::-webkit-scrollbar-track {
  background-color: #F0F0F0;
}
.mapMenu > .panel > .body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #E1E1E1;
}
.mapMenu > .panel > .body select,
.mapMenu > .panel > .body input[type=text] {
  font-size: 14px;
  color: #6c6360;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #f0edec;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.mapMenu > .panel > .body select {
  background-image: url(../images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 5%;
  margin-bottom: 5px;
}
.mapMenu > .panel > .body .label {
  margin-top: 10px;
}
.mapMenu > .panel > .body .tabs {
  /** 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;
  margin-top: 10px;
}
.mapMenu > .panel > .body .tabs html.ios8, html.safari8 .mapMenu > .panel > .body .tabs {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .mapMenu > .panel > .body .tabs {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .mapMenu > .panel > .body .tabs {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .mapMenu > .panel > .body .tabs {
  /** 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;
}
.mapMenu > .panel > .body .tabs .tab {
  width: 50%;
  padding: 10px 5px;
  border: 1px solid transparent;
  border-bottom: 1px solid #EAEAEA;
  text-decoration: none;
  text-align: center;
  color: #6c6360;
}
.mapMenu > .panel > .body .tabContents > .district,
.mapMenu > .panel > .body .tabContents > .place {
  padding: 15px 0 0 0;
  display: none;
}
.mapMenu > .panel > .body hr {
  display: block;
  margin-top: 15px;
  border: none;
  border-top: 1px solid #EAEAEA;
}
.mapMenu > .panel > .body .filterAction {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /** 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-top: 10px;
}
.mapMenu > .panel > .body .filterAction html.ios8, html.safari8 .mapMenu > .panel > .body .filterAction {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .mapMenu > .panel > .body .filterAction {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .mapMenu > .panel > .body .filterAction {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .mapMenu > .panel > .body .filterAction {
  /** 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;
}
.mapMenu > .panel > .body .filterAction .label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  margin-top: 0;
}
.mapMenu > .panel > .body .filterAction .btns span {
  margin-left: 5px;
  margin-right: 5px;
  color: #CCC;
}
.mapMenu > .panel > .body .filterAction .btns a {
  text-decoration: none;
}
.mapMenu > .panel > .body .filters {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 15px;
}
.mapMenu > .panel > .body .filters .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}
.mapMenu > .panel > .body .filters .item > .head {
  /** 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;
  cursor: pointer;
}
.mapMenu > .panel > .body .filters .item > .head html.ios8, html.safari8 .mapMenu > .panel > .body .filters .item > .head {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
html.msie .mapMenu > .panel > .body .filters .item > .head {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
}
html.firefox .mapMenu > .panel > .body .filters .item > .head {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .mapMenu > .panel > .body .filters .item > .head {
  /** 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;
}
.mapMenu > .panel > .body .filters .item > .head > .icon {
  width: 44px;
  height: 44px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 44px 88px;
}
.mapMenu > .panel > .body .filters .item > .head > .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}
.mapMenu > .panel > .body .filters .item > .head > .arrow {
  width: 16px;
  height: 9px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 16px 18px;
  background-image: url(../images/map/accordion-arrow.png);
  -webkit-transition: transform linear 0.2s;
  transition: transform linear 0.2s;
}
.mapMenu > .panel > .body .filters .item > .body {
  padding-left: 52px;
  overflow: hidden;
  height: 0px;
  -webkit-transition: height linear 0.1s;
  transition: height linear 0.1s;
}
.mapMenu > .panel > .body .filters .item > .body > .items > label {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mapMenu > .panel > .body .filters .item > .body > .items > label input[type=checkbox] {
  margin-right: 10px;
}
.mapMenu > .panel > .body .filters .item.meal-provider .icon {
  background-image: url(../images/map/menu-meal-provider.png);
}
.mapMenu > .panel > .body .filters .item.food-operator .icon {
  background-image: url(../images/map/menu-food-operator.png);
}
.mapMenu > .panel > .body .filters .item.food-distribution .icon {
  background-image: url(../images/map/menu-food-distribution.png);
}
.mapMenu > .panel > .body .filters .item.volunteer-service .icon {
  background-image: url(../images/map/menu-volunteer-service.png);
}
.mapMenu > .panel > .body .filters .item.caring-restaurant .icon {
  background-image: url(../images/map/menu-caring-restaurant.png);
}
.mapMenu > .panel > .body .filters .item.shared-kitchen .icon {
  background-image: url(../images/map/menu-shared-kitchen.png);
}
.mapMenu > .panel > .body .filters .item.community-refrigerator .icon {
  background-image: url(../images/map/menu-community-refrigerator.png);
}
.mapMenu > .panel > .body .filters .item.success-match .icon {
  background-image: url(../images/map/menu-success-match.png);
}
.mapMenu > .panel > .body .filters .item.opened .head .arrow {
  transform: rotate(180deg);
}
.mapMenu > .panel > .body .filters .item.hasCheckedChild .icon {
  background-position: center top;
}
.mapMenu > .panel > .body .others > a {
  display: block;
  text-decoration: none;
  padding: 15px;
}
.mapMenu.showPanel > .panel {
  left: 0;
}
.mapMenu.district-mode .tabs .tab[data-mode=district] {
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid transparent;
  color: #000;
}
.mapMenu.district-mode .tabContents > .district {
  display: block !important;
}
.mapMenu.place-mode .tabs .tab[data-mode=place] {
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid transparent;
  color: #000;
}
.mapMenu.place-mode .tabContents > .place {
  display: block !important;
}

.inspector {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
}
.inspector > .btn-show-panel {
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(125, 125, 125, 0.2);
  width: 32px;
  height: 64px;
  background: #FFF url(../images/map/icon-inspector.png) center center no-repeat;
  background-size: 16px 16px;
}
.inspector > .panel {
  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;
  position: absolute;
  top: 0;
  right: -320px;
  width: 285px;
  height: 65vh;
  background-color: #FFF;
  padding: 15px 0 15px 20px;
  box-shadow: 0 0 3px rgba(125, 125, 125, 0.2);
  font-size: 14px;
  -webkit-transition: right linear 0.2s;
  transition: right linear 0.2s;
}
.inspector > .panel html.ios8, html.safari8 .inspector > .panel {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .inspector > .panel {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .inspector > .panel {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .inspector > .panel {
  /** 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;
}
.inspector > .panel > .head {
  height: 24px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  /** 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;
}
.inspector > .panel > .head html.ios8, html.safari8 .inspector > .panel > .head {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .inspector > .panel > .head {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .inspector > .panel > .head {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .inspector > .panel > .head {
  /** 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;
}
.inspector > .panel > .head .left .btn-back {
  background: url(../images/map/panel-back.png) left top no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  visibility: hidden;
}
.inspector > .panel > .head .center {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
}
.inspector > .panel > .head .right .btn-hide-panel {
  background: url(../images/map/panel-close.png) center center no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.inspector > .panel > .body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  position: relative;
}
.inspector > .panel > .body > .mainRegion {
  overflow: hidden;
  -ms-overflow-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inspector > .panel > .body > .mainRegion > div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  background-color: #FFF;
}
.inspector > .panel > .body > .mainRegion > div::-webkit-scrollbar {
  width: 8px;
}
.inspector > .panel > .body > .mainRegion > div::-webkit-scrollbar-track {
  background-color: #F0F0F0;
}
.inspector > .panel > .body > .mainRegion > div::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #E1E1E1;
}
.inspector.showPanel > .panel {
  right: 0;
}
.inspector.backable .btn-back {
  visibility: visible !important;
}

.summaryView {
  padding-top: 20px;
  padding-right: 20px;
}
.summaryView select,
.summaryView input[type=text] {
  font-size: 14px;
  color: #444;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #F0F0F0;
  width: 100%;
  padding: 4px 8px;
  margin-top: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.summaryView select {
  background-image: url(../images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 5%;
  margin-bottom: 10px;
}
.summaryView input[type=text] {
  width: 258px;
}
.summaryView .datas {
  padding-top: 15px;
}
.summaryView .datas > .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}
.summaryView .datas > .item.hided {
  display: none;
}
.summaryView .datas > .item > .head {
  /** 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-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.summaryView .datas > .item > .head html.ios8, html.safari8 .summaryView .datas > .item > .head {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
html.msie .summaryView .datas > .item > .head {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
}
html.firefox .summaryView .datas > .item > .head {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .summaryView .datas > .item > .head {
  /** 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;
}
.summaryView .datas > .item > .head > .total {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  font-size: 16px;
  font-weight: 600;
}
.summaryView .datas > .item > .head > .icon {
  width: 44px;
  height: 44px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 44px 88px;
}
.summaryView .datas > .item > .head > .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  padding-left: 10px;
}
.summaryView .datas > .item > .head > .arrow {
  width: 16px;
  height: 9px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 16px 18px;
  background-image: url(../images/map/accordion-arrow.png);
  -webkit-transition: transform linear 0.2s;
  transition: transform linear 0.2s;
}
.summaryView .datas > .item > .body {
  overflow: hidden;
  height: 0px;
  -webkit-transition: height linear 0.1s;
  transition: height linear 0.1s;
}
.summaryView .datas > .item > .body > .items > .label {
  text-align: right;
  padding: 4px 0;
  font-size: 12px;
}
.summaryView .datas > .item > .body > .items > .item {
  padding: 10px 10px 10px 20px;
  cursor: pointer;
}
.summaryView .datas > .item > .body > .items > .item:hover {
  background-color: #FAFAFA;
}
.summaryView .datas > .item > .body > .items > .item .name {
  font-size: 14px;
  padding-top: 6px;
}
.summaryView .datas > .item > .body > .items > .item .address {
  padding-top: 4px;
}
.summaryView .datas > .item > .body > .items > .item.meal-provider-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summaryView .datas > .item > .body > .items > .item.meal-provider-item .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.summaryView .datas > .item > .body > .items > .item.meal-provider-item .title > .close-label {
  font-size: 10px;
  padding: 2px 4px;
  background-color: #A59D9A;
  color: #fff;
  border-radius: 3px;
}
.summaryView .datas > .item > .body > .items > .item.meal-provider-item .number-of-meal {
  width: 45px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/map/mealProviderBox.png);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.summaryView .datas > .item > .body > .items > .item.meal-provider-item .number-of-meal > .amount-label {
  font-size: 20px;
  font-family: "Metric";
  font-weight: bold;
  line-height: 12px;
  color: #2B2204;
}
.summaryView .datas > .item > .body > .items > .item.meal-provider-item .number-of-meal.inactive {
  background-image: url(../images/map/mealProviderBoxInactive.png);
}
.summaryView .datas > .item > .body > .items > .item.meal-provider-item .number-of-meal.inactive > .amount-label {
  color: #FFFFFF;
}
.summaryView .datas > .item.opened .head .arrow {
  transform: rotate(180deg);
}

.refList {
  padding-top: 20px;
  padding-right: 10px;
}
.refList .datas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 15px;
}
.refList .datas .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
  /** 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;
}
.refList .datas .item html.ios8, html.safari8 .refList .datas .item {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
html.msie .refList .datas .item {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
}
html.firefox .refList .datas .item {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .refList .datas .item {
  /** 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;
}
.refList .datas .item > .icon {
  width: 22px;
  height: 22px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 22px 44px;
}
.refList .datas .item > .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  padding-left: 6px;
}
.refList .datas .item > .text .name {
  font-size: 14px;
  padding-top: 6px;
}
.refList .datas .item > .text .address {
  padding-top: 4px;
  color: #666;
}
.refList .datas .item > .arrow {
  width: 9px;
  height: 16px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-image: url(../images/map/arrow-right.png);
}
.refList .datas .item.food-operator .icon {
  background-image: url(../images/map/menu-food-operator.png);
}
.refList .datas .item.food-distribution .icon {
  background-image: url(../images/map/menu-food-distribution.png);
}
.refList .datas .item.volunteer-service .icon {
  background-image: url(../images/map/menu-volunteer-service.png);
}
.refList .datas .item.caring-restaurant .icon {
  background-image: url(../images/map/menu-caring-restaurant.png);
}
.refList .datas .item.shared-kitchen .icon {
  background-image: url(../images/map/menu-shared-kitchen.png);
}
.refList .datas .item.community-refrigerator .icon {
  background-image: url(../images/map/menu-community-refrigerator.png);
}
.refList .datas .item.success-match .icon {
  background-image: url(../images/map/menu-success-match.png);
}
.refList .datas .item.meal-provider .icon {
  background-image: url(../images/map/menu-meal-provider.png);
}

.refDetail {
  padding-top: 20px;
  padding-right: 10px;
  background-color: #FFF;
}
.refDetail .displayName {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}
.refDetail .closeLabel {
  float: right;
  font-size: 14px;
  color: #fff;
  background-color: #A59D9A;
  border-radius: 3px;
  padding: 3px 5px;
}
.refDetail > .datas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 15px;
}
.refDetail > .datas > .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}
.refDetail > .datas > .item > .head {
  /** 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;
  cursor: pointer;
}
.refDetail > .datas > .item > .head html.ios8, html.safari8 .refDetail > .datas > .item > .head {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
html.msie .refDetail > .datas > .item > .head {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
}
html.firefox .refDetail > .datas > .item > .head {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .refDetail > .datas > .item > .head {
  /** 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;
}
.refDetail > .datas > .item > .head > .icon {
  width: 22px;
  height: 22px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 22px 44px;
}
.refDetail > .datas > .item > .head > .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  padding-left: 10px;
}
.refDetail > .datas > .item > .head > .arrow {
  width: 16px;
  height: 9px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 16px 18px;
  background-image: url(../images/map/accordion-arrow.png);
  -webkit-transition: transform linear 0.2s;
  transition: transform linear 0.2s;
}
.refDetail > .datas > .item > .body {
  overflow: hidden;
  height: 0px;
  -webkit-transition: height linear 0.1s;
  transition: height linear 0.1s;
}
.refDetail > .datas > .item > .body > .items .LoadingIcon {
  padding-top: 10px;
}
.refDetail > .datas > .item > .body > .items .tableItems {
  border: 1px solid #FFF;
}
.refDetail > .datas > .item > .body > .items .tableItems > .tableItem {
  margin-top: 20px;
  margin-bottom: 10px;
}
.refDetail > .datas > .item > .body > .items .tableItems > .tableItem > .table {
  margin-top: 10px;
}
.refDetail > .datas > .item > .body > .items .singleItem {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #EAEAEA;
}
.refDetail > .datas > .item > .body > .items .image {
  width: 100%;
  min-height: 175px;
  display: block;
  background-size: cover;
  background-position: center;
  background-image: url(../images/map/mealProvider.placeholder.jpg);
}
.refDetail > .datas > .item > .body > .items .redemption {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refDetail > .datas > .item > .body > .items .redemption .label {
  font-weight: bold;
  font-size: 18px;
  font-family: "PingFang HK";
  color: #776C69;
  margin-bottom: 16px;
}
.refDetail > .datas > .item > .body > .items .redemption .redemptionBox {
  width: 105px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/map/mealProviderBox.png);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.refDetail > .datas > .item > .body > .items .redemption .redemptionBox .amount {
  font-size: 46px;
  font-family: "Metric";
  font-weight: bold;
  line-height: 34px;
  color: #2B2204;
}
.refDetail > .datas > .item > .body > .items .service-frequency .text {
  font-size: 12px;
  margin-top: 12px;
}
.refDetail > .datas > .item.meal-provider .icon {
  background-image: url(../images/map/menu-meal-provider.png);
}
.refDetail > .datas > .item.food-operator .icon {
  background-image: url(../images/map/menu-food-operator.png);
}
.refDetail > .datas > .item.food-distribution .icon {
  background-image: url(../images/map/menu-food-distribution.png);
}
.refDetail > .datas > .item.volunteer-service .icon {
  background-image: url(../images/map/menu-volunteer-service.png);
}
.refDetail > .datas > .item.caring-restaurant .icon {
  background-image: url(../images/map/menu-caring-restaurant.png);
}
.refDetail > .datas > .item.shared-kitchen .icon {
  background-image: url(../images/map/menu-shared-kitchen.png);
}
.refDetail > .datas > .item.community-refrigerator .icon {
  background-image: url(../images/map/menu-community-refrigerator.png);
}
.refDetail > .datas > .item.basicInfo .icon {
  background-image: url(../images/map/menu-basic-info.png);
}
.refDetail > .datas > .item.basicInfo .value a {
  color: #000;
}
.refDetail > .datas > .item.basicInfo .value address {
  font-style: normal;
}
.refDetail > .datas > .item.successMatch .icon {
  background-image: url(../images/map/menu-success-match.png);
}
.refDetail > .datas > .item.opened .head .arrow {
  transform: rotate(180deg);
}
.refDetail > .datas > .item.hided {
  display: none;
}

.statisticOverlay {
  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: #FFF;
  color: #333;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}
.statisticOverlay html.ios8, html.safari8 .statisticOverlay {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .statisticOverlay {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .statisticOverlay {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .statisticOverlay {
  /** 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;
}
.statisticOverlay.onOverlay {
  top: 100px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  width: auto;
  height: auto;
  z-index: 600;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .statisticOverlay.onOverlay {
    padding: 15px;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.statisticOverlay.fadeIn {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.statisticOverlay > .head {
  text-align: right;
}
.statisticOverlay > .head .btnHide {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/btnClose.png) center center no-repeat;
  background-size: cover;
}
.statisticOverlay > .body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.statisticOverlay > .body::-webkit-scrollbar {
  width: 8px;
}
.statisticOverlay > .body::-webkit-scrollbar-track {
  background-color: #FFF;
}
.statisticOverlay > .body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #EAEAEA;
}

.figure > .inner > .LoadingIcon {
  display: none;
  margin: 20px auto;
}
.figure > .inner > .charts > .row.hidden {
  border-bottom: none;
}
.figure > .inner > .charts > .row.hidden .item {
  display: none;
}
.figure .hidden {
  display: none;
}
.figure .foodco-max-width-container {
  margin-bottom: 30px;
}
.figure .filter-fields {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  /*Remove IE default dropdown arrow*/
}
.figure .filter-fields select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f0edec url("../images/dropdown-arrow.png") center right no-repeat;
  background-size: 16px;
  border-radius: 0;
  border: none;
  color: #6c6360;
  font-weight: 500;
  padding: 10px;
  width: 180px;
}
.figure .filter-fields select::-ms-expand {
  display: none;
}
.figure .filter-fields select:focus {
  outline: none;
}
.figure .filter-fields select:last-child {
  margin-right: 0;
}
.figure .filters {
  margin-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #6c6360;
  /*Remove IE default dropdown arrow*/
}
@media screen and (min-width: 480px) {
  .figure .filters {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
  }
  .figure .filters html.ios8, html.safari8 .figure .filters {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
  }
  html.msie .figure .filters {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: center;
    -ms-align-items: center;
  }
  html.firefox .figure .filters {
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
  }
  html:not(.ios8):not(.safari8) .figure .filters {
    /** 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;
  }
  .figure .filters select {
    width: 120px;
  }
  .figure .filters select[name=district] {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .figure .filters {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
  }
  .figure .filters html.ios8, html.safari8 .figure .filters {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
  }
  html.msie .figure .filters {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    -ms-align-items: center;
  }
  html.firefox .figure .filters {
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
  }
  html:not(.ios8):not(.safari8) .figure .filters {
    /** 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;
  }
  .figure .filters select {
    width: 200px;
    margin-bottom: 10px;
  }
}
.figure .filters select {
  font-weight: 500;
  border: none;
  border-radius: 0;
  padding: 10px;
  background: #f0edec url("../images/dropdown-arrow.png") center right no-repeat;
  background-size: 16px;
  color: #6c6360;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.figure .filters select::-ms-expand {
  display: none;
}
.figure .filters select:focus {
  outline: none;
}
.figure .filters select:last-child {
  margin-right: 0;
}
.figure .charts {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .figure .charts .row {
    /** SAFARI **/
    /** IE 10+ **/
    /** FIREFOX LEGACY **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    border-bottom: 1px solid #6c6360;
    padding: 40px 0;
  }
  .figure .charts .row html.ios8, html.safari8 .figure .charts .row {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: start;
  }
  html.msie .figure .charts .row {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: center;
    -ms-align-items: flex-start;
  }
  html.firefox .figure .charts .row {
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: start;
  }
  html:not(.ios8):not(.safari8) .figure .charts .row {
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: center;
    box-align: start;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.figure .charts .row .item {
  width: 100%;
  padding-bottom: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 769px) {
  .figure .charts .row .item {
    width: auto;
    margin: auto;
    padding-top: 30px;
    padding-right: 0;
    border-bottom: 1px solid #6c6360;
  }
}
.figure .charts .row .item + .item {
  border-left: 1px solid #6c6360;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  .figure .charts .row .item + .item {
    border-left: none;
    padding-left: 0;
  }
}
.figure .charts .row .item .topic {
  font-size: 22px;
  font-weight: bold;
}
.figure .charts .row .item .chart {
  margin-top: 40px;
}
.figure .charts .row .item .chart .LoadingIcon {
  margin: auto;
}
.figure .charts .row .item .itemLabels {
  display: none;
}
.figure .charts .row .item > img {
  width: 100%;
  opacity: 0.1;
}

.foodType {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.foodType .total {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: stretch;
  -webkit-align-items: center;
}
.foodType .total html.ios8, html.safari8 .foodType .total {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: stretch;
  -webkit-box-align: center;
}
html.msie .foodType .total {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: stretch;
  -ms-align-items: center;
}
html.firefox .foodType .total {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: stretch;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .foodType .total {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: stretch;
  box-align: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
.foodType .total > .num {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  text-align: center;
  font-family: "Food-co-00";
  font-size: 80px;
  margin-top: -25px;
}
@media screen and (max-width: 520px) {
  .foodType .total > .num {
    font-size: 50px;
    margin-top: -15px;
  }
}
.foodType .graphic {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  padding: 20px 40px 0 40px;
}
.foodType .graphic html.ios8, html.safari8 .foodType .graphic {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: start;
}
html.msie .foodType .graphic {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: flex-start;
}
html.firefox .foodType .graphic {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .foodType .graphic {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: center;
  box-align: start;
  /** NATIVE **/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .foodType .graphic {
    padding: 20px 0 0 0;
  }
}
.foodType .graphic .food {
  width: 120px;
  text-align: center;
  margin: 20px 30px;
}
@media screen and (max-width: 767px) {
  .foodType .graphic .food {
    width: 100px;
    margin: 10px;
  }
}
.foodType .graphic .food .subTotal {
  font-family: "Food-co-00";
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .foodType .graphic .food .subTotal {
    font-size: 20px;
  }
}
.foodType .graphic .food .icon {
  width: 120px;
  height: 120px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .foodType .graphic .food .icon {
    width: 80px;
    height: 80px;
  }
}
.foodType .graphic .food .caption {
  font-size: 18px;
  margin-top: 5px;
}
.foodType .graphic .food.nonPerishable .icon {
  background-image: url("../images/charts/foodTypes/nonPerishable.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.foodType .graphic .food.dairy .icon {
  background-image: url("../images/charts/foodTypes/dairy.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.foodType .graphic .food.festive .icon {
  background-image: url("../images/charts/foodTypes/festive.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.foodType .graphic .food.drink .icon {
  background-image: url("../images/charts/foodTypes/drink.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.foodType .graphic .food.baked .icon {
  background-image: url("../images/charts/foodTypes/baked.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.foodType .graphic .food.chilled .icon {
  background-image: url("../images/charts/foodTypes/chilled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.foodType .graphic .food.frozen .icon {
  background-image: url("../images/charts/foodTypes/frozen.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.foodType .graphic .food.fresh .icon {
  background-image: url("../images/charts/foodTypes/fresh.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.foodType .graphic .food.cooked .icon {
  background-image: url("../images/charts/foodTypes/cooked.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.singleBar {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  position: relative;
}
.singleBar .total {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  position: relative;
  overflow: hidden;
}
.singleBar .total html.ios8, html.safari8 .singleBar .total {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: stretch;
}
html.msie .singleBar .total {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: stretch;
}
html.firefox .singleBar .total {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .singleBar .total {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: center;
  box-align: stretch;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.singleBar .total .line {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 35%;
  height: 20px;
  background: url(../images/charts/distance-line.png) center center repeat-x;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.singleBar .total .num {
  z-index: 2;
  display: inline-block;
  background-color: #FFF;
  font-family: "Food-co-00";
  font-size: 80px;
  margin-top: -25px;
  padding: 0 10px;
}
@media screen and (max-width: 520px) {
  .singleBar .total .num {
    font-size: 50px;
    margin-top: -15px;
  }
}
.singleBar .graphic {
  /** 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;
  margin-top: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.singleBar .graphic html.ios8, html.safari8 .singleBar .graphic {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .singleBar .graphic {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .singleBar .graphic {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .singleBar .graphic {
  /** 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;
}
.singleBar .types {
  /** 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-top: 20px;
}
.singleBar .types html.ios8, html.safari8 .singleBar .types {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .singleBar .types {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .singleBar .types {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .singleBar .types {
  /** 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;
}
.singleBar .types > .type {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  /** 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-right: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.singleBar .types > .type html.ios8, html.safari8 .singleBar .types > .type {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .singleBar .types > .type {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .singleBar .types > .type {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .singleBar .types > .type {
  /** 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;
}
.singleBar .types > .type .square {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}
[lang=zh-HK] .singleBar .types > .type .square {
  margin-top: 3px;
}
.singleBar .types > .type .name {
  margin-left: 5px;
}
.singleBar .types > .type .percentage {
  margin-left: 5px;
}
.singleBar .tooltips {
  /** 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-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 3px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
}
.singleBar .tooltips html.ios8, html.safari8 .singleBar .tooltips {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
html.msie .singleBar .tooltips {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
}
html.firefox .singleBar .tooltips {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .singleBar .tooltips {
  /** 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;
}
.singleBar .tooltips .square {
  border: 2px solid #FFF;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.singleBar .tooltips .name {
  margin-left: 5px;
}
.singleBar .tooltips .value {
  margin-left: 4px;
}

.pattern {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.pattern .total {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: stretch;
  -webkit-align-items: center;
}
.pattern .total html.ios8, html.safari8 .pattern .total {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: stretch;
  -webkit-box-align: center;
}
html.msie .pattern .total {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: stretch;
  -ms-align-items: center;
}
html.firefox .pattern .total {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: stretch;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .pattern .total {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: stretch;
  box-align: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
.pattern .total > .num {
  -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;
  font-family: "Food-co-00";
  font-size: 80px;
  margin-top: -25px;
  padding-left: 20px;
}
@media screen and (max-width: 520px) {
  .pattern .total > .num {
    font-size: 50px;
    margin-top: -15px;
  }
}
.pattern .total .each {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  font-family: "Food-co-00";
  font-size: 20px;
}
.pattern .total .each html.ios8, html.safari8 .pattern .total .each {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
html.msie .pattern .total .each {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
}
html.firefox .pattern .total .each {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .pattern .total .each {
  /** 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;
}
.pattern .total .each > .icon {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pattern .total .each > .equal {
  font-size: 40px;
  padding: 0 10px;
}
.pattern .total .each > .value {
  font-size: 40px;
}
.pattern .graphic {
  /** 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-top: 15px;
}
.pattern .graphic html.ios8, html.safari8 .pattern .graphic {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .pattern .graphic {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .pattern .graphic {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .pattern .graphic {
  /** 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;
}
.pattern .graphic .icon {
  width: 77px;
  height: 77px;
  margin: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.singleIcon {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.singleIcon .total {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.singleIcon .total html.ios8, html.safari8 .singleIcon .total {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
html.msie .singleIcon .total {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
}
html.firefox .singleIcon .total {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .singleIcon .total {
  /** 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;
}
.singleIcon .total > .icon img {
  width: 81px;
  height: 163px;
}
@media screen and (max-width: 520px) {
  .singleIcon .total > .icon img {
    width: 40px;
    height: 81px;
  }
}
.singleIcon .total > .num {
  margin-left: 20px;
  text-align: left;
  font-family: "Food-co-00";
  font-size: 80px;
  margin-top: -20px;
}
@media screen and (max-width: 520px) {
  .singleIcon .total > .num {
    font-size: 50px;
    margin-top: -15px;
  }
}

.multipleBar {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.multipleBar .total {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  position: relative;
  overflow: hidden;
}
.multipleBar .total html.ios8, html.safari8 .multipleBar .total {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: stretch;
}
html.msie .multipleBar .total {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: stretch;
}
html.firefox .multipleBar .total {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .multipleBar .total {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: center;
  box-align: stretch;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.multipleBar .total .num {
  z-index: 2;
  display: inline-block;
  background-color: #FFF;
  font-family: "Food-co-00";
  font-size: 80px;
  margin-top: -25px;
  padding: 0 10px;
}
@media screen and (max-width: 520px) {
  .multipleBar .total .num {
    font-size: 50px;
    margin-top: -15px;
  }
}
.multipleBar .graphic {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -webkit-justify-content: stretch;
  -webkit-align-items: stretch;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
.multipleBar .graphic html.ios8, html.safari8 .multipleBar .graphic {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: stretch;
  -webkit-box-align: stretch;
}
html.msie .multipleBar .graphic {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: stretch;
  -ms-align-items: stretch;
}
html.firefox .multipleBar .graphic {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: stretch;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .multipleBar .graphic {
  /** LEGACY **/
  display: box;
  box-orient: vertical;
  box-direction: normal;
  box-pack: stretch;
  box-align: stretch;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.multipleBar .graphic > .graphicItem {
  /** 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;
  margin-top: 15px;
}
.multipleBar .graphic > .graphicItem html.ios8, html.safari8 .multipleBar .graphic > .graphicItem {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .multipleBar .graphic > .graphicItem {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .multipleBar .graphic > .graphicItem {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .multipleBar .graphic > .graphicItem {
  /** 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;
}
.multipleBar .graphic > .graphicItem .name {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
}
.multipleBar .graphic > .graphicItem .bar {
  -webkit-box-flex: 3.5;
  -moz-box-flex: 3.5;
  box-flex: 3.5;
  -ms-flex: 3.5;
  -webkit-flex: 3.5;
  flex: 3.5;
  min-height: 0;
  /** 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-left: 10px;
}
.multipleBar .graphic > .graphicItem .bar html.ios8, html.safari8 .multipleBar .graphic > .graphicItem .bar {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .multipleBar .graphic > .graphicItem .bar {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .multipleBar .graphic > .graphicItem .bar {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .multipleBar .graphic > .graphicItem .bar {
  /** 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;
}
.multipleBar .graphic > .graphicItem .bar .percentage {
  padding-left: 10px;
}

.donut .graphic {
  /** 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;
  margin-top: 10px;
  overflow: hidden;
  width: 240px;
  height: 240px;
  margin: auto;
  position: relative;
}
.donut .graphic html.ios8, html.safari8 .donut .graphic {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
}
html.msie .donut .graphic {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
}
html.firefox .donut .graphic {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
}
html:not(.ios8):not(.safari8) .donut .graphic {
  /** 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;
}
.donut .graphic .total {
  /** SAFARI **/
  /** IE 10+ **/
  /** FIREFOX LEGACY **/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.donut .graphic .total html.ios8, html.safari8 .donut .graphic .total {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
html.msie .donut .graphic .total {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
}
html.firefox .donut .graphic .total {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
}
html:not(.ios8):not(.safari8) .donut .graphic .total {
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: center;
  box-align: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.donut .graphic .total .num {
  display: inline-block;
  font-family: "Food-co-00";
  font-size: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 520px) {
  .donut .graphic .total .num {
    font-size: 50px;
  }
}
.donut .graphic canvas {
  z-index: 2;
}
.donut .types {
  margin: 20px auto 0 auto;
  max-width: 400px;
}
.donut .types > .type {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  /** 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-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.donut .types > .type html.ios8, html.safari8 .donut .types > .type {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
html.msie .donut .types > .type {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;
}
html.firefox .donut .types > .type {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
}
html:not(.ios8):not(.safari8) .donut .types > .type {
  /** 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;
}
.donut .types > .type .square {
  width: 15px;
  height: 15px;
}
[lang=zh-HK] .donut .types > .type .square {
  margin-top: 3px;
}
.donut .types > .type .name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  margin-left: 10px;
  text-align: left;
}
.donut .types > .type .percentage {
  margin-left: 5px;
}

body .topBar {
  z-index: 300;
}
body .main {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  min-height: 458px;
  overflow: hidden;
}
body .bottomBar {
  display: none !important;
}

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