/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }
/* HTML5 display definitions
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  /* 2 */
  /* 1 */
  display: block; }
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  /* 1 */
  display: none; }
/* Links
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/* Forms
 ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button, input, select, textarea {
  font: inherit; }
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button, input, select {
  /* 1 */
  /* 2 */
  overflow: visible; }
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  /* 1 */
  margin: 0; }
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }
/**
 * Change the cursor in all browsers (opinionated).
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */ }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/*!
 Ionicons, v#{$ionicons-version}
 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
 https://twitter.com/benjsperry  https://twitter.com/ionicframework
 MIT License: https://github.com/driftyco/ionicons
 Android-style icons originally built by Google’s
 Material Design Icons: https://github.com/google/material-design-icons
 used under CC BY http://creativecommons.org/licenses/by/4.0/
 Modified icons to fit ionicon’s grid from original.
 */
@font-face {
  font-family: "Ionicons";
  src: url("../themes/freerangechef/assets/fonts/ionicons.eot?v=2.0.0");
  src: url("../themes/freerangechef/assets/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../themes/freerangechef/assets/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../themes/freerangechef/assets/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../themes/freerangechef/assets/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .numinputwrap .btn.dec:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .numinputwrap .btn.inc:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .page.fmf .leftcol .category .item .editCateBtn:before, .page.fmf .rightcol .tagInfo .adminControl .editTagBtn:before, .dish .editbtn:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .flex-direction-nav .flex-nav-prev .flex-prev:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .flex-direction-nav .flex-nav-next .flex-next:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .dish .portion .btn.remove:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .page.fmf .leftcol .addCateBtn:before, .page.fmf .rightcol .tagInfo .adminControl .addTagBtn:before, .page.fmf .rightcol article .addDishBtn:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-circle:before {
  content: "\f359"; }

.ion-android-alarm-clock:before {
  content: "\f35a"; }

.ion-android-alert:before {
  content: "\f35b"; }

.ion-android-apps:before {
  content: "\f35c"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down:before {
  content: "\f35d"; }

.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

.ion-android-arrow-dropleft:before {
  content: "\f361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

.ion-android-arrow-dropright:before {
  content: "\f363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

.ion-android-arrow-dropup:before {
  content: "\f365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

.ion-android-arrow-forward:before {
  content: "\f30f"; }

.ion-android-arrow-up:before {
  content: "\f366"; }

.ion-android-attach:before {
  content: "\f367"; }

.ion-android-bar:before {
  content: "\f368"; }

.ion-android-bicycle:before {
  content: "\f369"; }

.ion-android-boat:before {
  content: "\f36a"; }

.ion-android-bookmark:before {
  content: "\f36b"; }

.ion-android-bulb:before {
  content: "\f36c"; }

.ion-android-bus:before {
  content: "\f36d"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-cancel:before {
  content: "\f36e"; }

.ion-android-car:before {
  content: "\f36f"; }

.ion-android-cart:before {
  content: "\f370"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkbox:before {
  content: "\f374"; }

.ion-android-checkbox-blank:before {
  content: "\f371"; }

.ion-android-checkbox-outline:before {
  content: "\f373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

.ion-android-checkmark-circle:before {
  content: "\f375"; }

.ion-android-clipboard:before {
  content: "\f376"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-cloud:before {
  content: "\f37a"; }

.ion-android-cloud-circle:before {
  content: "\f377"; }

.ion-android-cloud-done:before {
  content: "\f378"; }

.ion-android-cloud-outline:before {
  content: "\f379"; }

.ion-android-color-palette:before {
  content: "\f37b"; }

.ion-android-compass:before {
  content: "\f37c"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-contract:before {
  content: "\f37d"; }

.ion-android-create:before {
  content: "\f37e"; }

.ion-android-delete:before {
  content: "\f37f"; }

.ion-android-desktop:before {
  content: "\f380"; }

.ion-android-document:before {
  content: "\f381"; }

.ion-android-done:before {
  content: "\f383"; }

.ion-android-done-all:before {
  content: "\f382"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-drafts:before {
  content: "\f384"; }

.ion-android-exit:before {
  content: "\f385"; }

.ion-android-expand:before {
  content: "\f386"; }

.ion-android-favorite:before {
  content: "\f388"; }

.ion-android-favorite-outline:before {
  content: "\f387"; }

.ion-android-film:before {
  content: "\f389"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-folder-open:before {
  content: "\f38a"; }

.ion-android-funnel:before {
  content: "\f38b"; }

.ion-android-globe:before {
  content: "\f38c"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-hangout:before {
  content: "\f38d"; }

.ion-android-happy:before {
  content: "\f38e"; }

.ion-android-home:before {
  content: "\f38f"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-laptop:before {
  content: "\f390"; }

.ion-android-list:before {
  content: "\f391"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-lock:before {
  content: "\f392"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-map:before {
  content: "\f393"; }

.ion-android-menu:before {
  content: "\f394"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-microphone-off:before {
  content: "\f395"; }

.ion-android-more-horizontal:before {
  content: "\f396"; }

.ion-android-more-vertical:before {
  content: "\f397"; }

.ion-android-navigate:before {
  content: "\f398"; }

.ion-android-notifications:before {
  content: "\f39b"; }

.ion-android-notifications-none:before {
  content: "\f399"; }

.ion-android-notifications-off:before {
  content: "\f39a"; }

.ion-android-open:before {
  content: "\f39c"; }

.ion-android-options:before {
  content: "\f39d"; }

.ion-android-people:before {
  content: "\f39e"; }

.ion-android-person:before {
  content: "\f3a0"; }

.ion-android-person-add:before {
  content: "\f39f"; }

.ion-android-phone-landscape:before {
  content: "\f3a1"; }

.ion-android-phone-portrait:before {
  content: "\f3a2"; }

.ion-android-pin:before {
  content: "\f3a3"; }

.ion-android-plane:before {
  content: "\f3a4"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-print:before {
  content: "\f3a5"; }

.ion-android-radio-button-off:before {
  content: "\f3a6"; }

.ion-android-radio-button-on:before {
  content: "\f3a7"; }

.ion-android-refresh:before {
  content: "\f3a8"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-remove-circle:before {
  content: "\f3a9"; }

.ion-android-restaurant:before {
  content: "\f3aa"; }

.ion-android-sad:before {
  content: "\f3ab"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-share-alt:before {
  content: "\f3ac"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-star-half:before {
  content: "\f3ad"; }

.ion-android-star-outline:before {
  content: "\f3ae"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-subway:before {
  content: "\f3af"; }

.ion-android-sunny:before {
  content: "\f3b0"; }

.ion-android-sync:before {
  content: "\f3b1"; }

.ion-android-textsms:before {
  content: "\f3b2"; }

.ion-android-time:before {
  content: "\f3b3"; }

.ion-android-train:before {
  content: "\f3b4"; }

.ion-android-unlock:before {
  content: "\f3b5"; }

.ion-android-upload:before {
  content: "\f3b6"; }

.ion-android-volume-down:before {
  content: "\f3b7"; }

.ion-android-volume-mute:before {
  content: "\f3b8"; }

.ion-android-volume-off:before {
  content: "\f3b9"; }

.ion-android-volume-up:before {
  content: "\f3ba"; }

.ion-android-walk:before {
  content: "\f3bb"; }

.ion-android-warning:before {
  content: "\f3bc"; }

.ion-android-watch:before {
  content: "\f3bd"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-aperture:before {
  content: "\f313"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before, .numinputwrap .btn.dec:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before, .numinputwrap .btn.inc:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-asterisk:before {
  content: "\f314"; }

.ion-at:before {
  content: "\f10f"; }

.ion-backspace:before {
  content: "\f3bf"; }

.ion-backspace-outline:before {
  content: "\f3be"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bonfire:before {
  content: "\f315"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-bowtie:before {
  content: "\f3c0"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-cash:before {
  content: "\f316"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-closed-captioning:before {
  content: "\f317"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-crop:before {
  content: "\f3c1"; }

.ion-cube:before {
  content: "\f318"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-easel:before {
  content: "\f3c2"; }

.ion-edit:before, .page.fmf .leftcol .category .item .editCateBtn:before, .page.fmf .rightcol .tagInfo .adminControl .editTagBtn:before, .dish .editbtn:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-email-unread:before {
  content: "\f3c3"; }

.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-fireball:before {
  content: "\f319"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flame:before {
  content: "\f31a"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-funnel:before {
  content: "\f31b"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-happy:before {
  content: "\f31c"; }

.ion-happy-outline:before {
  content: "\f3c6"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-heart-broken:before {
  content: "\f31d"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios-alarm:before {
  content: "\f3c8"; }

.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

.ion-ios-albums:before {
  content: "\f3ca"; }

.ion-ios-albums-outline:before {
  content: "\f3c9"; }

.ion-ios-americanfootball:before {
  content: "\f3cc"; }

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

.ion-ios-analytics:before {
  content: "\f3ce"; }

.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

.ion-ios-arrow-back:before, .flex-direction-nav .flex-nav-prev .flex-prev:before {
  content: "\f3cf"; }

.ion-ios-arrow-down:before {
  content: "\f3d0"; }

.ion-ios-arrow-forward:before, .flex-direction-nav .flex-nav-next .flex-next:before {
  content: "\f3d1"; }

.ion-ios-arrow-left:before {
  content: "\f3d2"; }

.ion-ios-arrow-right:before {
  content: "\f3d3"; }

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

.ion-ios-arrow-up:before {
  content: "\f3d8"; }

.ion-ios-at:before {
  content: "\f3da"; }

.ion-ios-at-outline:before {
  content: "\f3d9"; }

.ion-ios-barcode:before {
  content: "\f3dc"; }

.ion-ios-barcode-outline:before {
  content: "\f3db"; }

.ion-ios-baseball:before {
  content: "\f3de"; }

.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

.ion-ios-basketball:before {
  content: "\f3e0"; }

.ion-ios-basketball-outline:before {
  content: "\f3df"; }

.ion-ios-bell:before {
  content: "\f3e2"; }

.ion-ios-bell-outline:before {
  content: "\f3e1"; }

.ion-ios-body:before {
  content: "\f3e4"; }

.ion-ios-body-outline:before {
  content: "\f3e3"; }

.ion-ios-bolt:before {
  content: "\f3e6"; }

.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

.ion-ios-book:before {
  content: "\f3e8"; }

.ion-ios-book-outline:before {
  content: "\f3e7"; }

.ion-ios-bookmarks:before {
  content: "\f3ea"; }

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

.ion-ios-box:before {
  content: "\f3ec"; }

.ion-ios-box-outline:before {
  content: "\f3eb"; }

.ion-ios-briefcase:before {
  content: "\f3ee"; }

.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

.ion-ios-browsers:before {
  content: "\f3f0"; }

.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

.ion-ios-calculator:before {
  content: "\f3f2"; }

.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

.ion-ios-calendar:before {
  content: "\f3f4"; }

.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

.ion-ios-camera:before {
  content: "\f3f6"; }

.ion-ios-camera-outline:before {
  content: "\f3f5"; }

.ion-ios-cart:before {
  content: "\f3f8"; }

.ion-ios-cart-outline:before {
  content: "\f3f7"; }

.ion-ios-chatboxes:before {
  content: "\f3fa"; }

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

.ion-ios-chatbubble:before {
  content: "\f3fc"; }

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

.ion-ios-checkmark:before {
  content: "\f3ff"; }

.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

.ion-ios-circle-filled:before {
  content: "\f400"; }

.ion-ios-circle-outline:before {
  content: "\f401"; }

.ion-ios-clock:before {
  content: "\f403"; }

.ion-ios-clock-outline:before {
  content: "\f402"; }

.ion-ios-close:before {
  content: "\f406"; }

.ion-ios-close-empty:before {
  content: "\f404"; }

.ion-ios-close-outline:before, .dish .portion .btn.remove:before {
  content: "\f405"; }

.ion-ios-cloud:before {
  content: "\f40c"; }

.ion-ios-cloud-download:before {
  content: "\f408"; }

.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

.ion-ios-cloud-outline:before {
  content: "\f409"; }

.ion-ios-cloud-upload:before {
  content: "\f40b"; }

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

.ion-ios-cloudy:before {
  content: "\f410"; }

.ion-ios-cloudy-night:before {
  content: "\f40e"; }

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

.ion-ios-cog:before {
  content: "\f412"; }

.ion-ios-cog-outline:before {
  content: "\f411"; }

.ion-ios-color-filter:before {
  content: "\f414"; }

.ion-ios-color-filter-outline:before {
  content: "\f413"; }

.ion-ios-color-wand:before {
  content: "\f416"; }

.ion-ios-color-wand-outline:before {
  content: "\f415"; }

.ion-ios-compose:before {
  content: "\f418"; }

.ion-ios-compose-outline:before {
  content: "\f417"; }

.ion-ios-contact:before {
  content: "\f41a"; }

.ion-ios-contact-outline:before {
  content: "\f419"; }

.ion-ios-copy:before {
  content: "\f41c"; }

.ion-ios-copy-outline:before {
  content: "\f41b"; }

.ion-ios-crop:before {
  content: "\f41e"; }

.ion-ios-crop-strong:before {
  content: "\f41d"; }

.ion-ios-download:before {
  content: "\f420"; }

.ion-ios-download-outline:before {
  content: "\f41f"; }

.ion-ios-drag:before {
  content: "\f421"; }

.ion-ios-email:before {
  content: "\f423"; }

.ion-ios-email-outline:before {
  content: "\f422"; }

.ion-ios-eye:before {
  content: "\f425"; }

.ion-ios-eye-outline:before {
  content: "\f424"; }

.ion-ios-fastforward:before {
  content: "\f427"; }

.ion-ios-fastforward-outline:before {
  content: "\f426"; }

.ion-ios-filing:before {
  content: "\f429"; }

.ion-ios-filing-outline:before {
  content: "\f428"; }

.ion-ios-film:before {
  content: "\f42b"; }

.ion-ios-film-outline:before {
  content: "\f42a"; }

.ion-ios-flag:before {
  content: "\f42d"; }

.ion-ios-flag-outline:before {
  content: "\f42c"; }

.ion-ios-flame:before {
  content: "\f42f"; }

.ion-ios-flame-outline:before {
  content: "\f42e"; }

.ion-ios-flask:before {
  content: "\f431"; }

.ion-ios-flask-outline:before {
  content: "\f430"; }

.ion-ios-flower:before {
  content: "\f433"; }

.ion-ios-flower-outline:before {
  content: "\f432"; }

.ion-ios-folder:before {
  content: "\f435"; }

.ion-ios-folder-outline:before {
  content: "\f434"; }

.ion-ios-football:before {
  content: "\f437"; }

.ion-ios-football-outline:before {
  content: "\f436"; }

.ion-ios-game-controller-a:before {
  content: "\f439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

.ion-ios-game-controller-b:before {
  content: "\f43b"; }

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

.ion-ios-gear:before {
  content: "\f43d"; }

.ion-ios-gear-outline:before {
  content: "\f43c"; }

.ion-ios-glasses:before {
  content: "\f43f"; }

.ion-ios-glasses-outline:before {
  content: "\f43e"; }

.ion-ios-grid-view:before {
  content: "\f441"; }

.ion-ios-grid-view-outline:before {
  content: "\f440"; }

.ion-ios-heart:before {
  content: "\f443"; }

.ion-ios-heart-outline:before {
  content: "\f442"; }

.ion-ios-help:before {
  content: "\f446"; }

.ion-ios-help-empty:before {
  content: "\f444"; }

.ion-ios-help-outline:before {
  content: "\f445"; }

.ion-ios-home:before {
  content: "\f448"; }

.ion-ios-home-outline:before {
  content: "\f447"; }

.ion-ios-infinite:before {
  content: "\f44a"; }

.ion-ios-infinite-outline:before {
  content: "\f449"; }

.ion-ios-information:before {
  content: "\f44d"; }

.ion-ios-information-empty:before {
  content: "\f44b"; }

.ion-ios-information-outline:before {
  content: "\f44c"; }

.ion-ios-ionic-outline:before {
  content: "\f44e"; }

.ion-ios-keypad:before {
  content: "\f450"; }

.ion-ios-keypad-outline:before {
  content: "\f44f"; }

.ion-ios-lightbulb:before {
  content: "\f452"; }

.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

.ion-ios-list:before {
  content: "\f454"; }

.ion-ios-list-outline:before {
  content: "\f453"; }

.ion-ios-location:before {
  content: "\f456"; }

.ion-ios-location-outline:before {
  content: "\f455"; }

.ion-ios-locked:before {
  content: "\f458"; }

.ion-ios-locked-outline:before {
  content: "\f457"; }

.ion-ios-loop:before {
  content: "\f45a"; }

.ion-ios-loop-strong:before {
  content: "\f459"; }

.ion-ios-medical:before {
  content: "\f45c"; }

.ion-ios-medical-outline:before {
  content: "\f45b"; }

.ion-ios-medkit:before {
  content: "\f45e"; }

.ion-ios-medkit-outline:before {
  content: "\f45d"; }

.ion-ios-mic:before {
  content: "\f461"; }

.ion-ios-mic-off:before {
  content: "\f45f"; }

.ion-ios-mic-outline:before {
  content: "\f460"; }

.ion-ios-minus:before {
  content: "\f464"; }

.ion-ios-minus-empty:before {
  content: "\f462"; }

.ion-ios-minus-outline:before {
  content: "\f463"; }

.ion-ios-monitor:before {
  content: "\f466"; }

.ion-ios-monitor-outline:before {
  content: "\f465"; }

.ion-ios-moon:before {
  content: "\f468"; }

.ion-ios-moon-outline:before {
  content: "\f467"; }

.ion-ios-more:before {
  content: "\f46a"; }

.ion-ios-more-outline:before {
  content: "\f469"; }

.ion-ios-musical-note:before {
  content: "\f46b"; }

.ion-ios-musical-notes:before {
  content: "\f46c"; }

.ion-ios-navigate:before {
  content: "\f46e"; }

.ion-ios-navigate-outline:before {
  content: "\f46d"; }

.ion-ios-nutrition:before {
  content: "\f470"; }

.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

.ion-ios-paper:before {
  content: "\f472"; }

.ion-ios-paper-outline:before {
  content: "\f471"; }

.ion-ios-paperplane:before {
  content: "\f474"; }

.ion-ios-paperplane-outline:before {
  content: "\f473"; }

.ion-ios-partlysunny:before {
  content: "\f476"; }

.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

.ion-ios-pause:before {
  content: "\f478"; }

.ion-ios-pause-outline:before {
  content: "\f477"; }

.ion-ios-paw:before {
  content: "\f47a"; }

.ion-ios-paw-outline:before {
  content: "\f479"; }

.ion-ios-people:before {
  content: "\f47c"; }

.ion-ios-people-outline:before {
  content: "\f47b"; }

.ion-ios-person:before {
  content: "\f47e"; }

.ion-ios-person-outline:before {
  content: "\f47d"; }

.ion-ios-personadd:before {
  content: "\f480"; }

.ion-ios-personadd-outline:before {
  content: "\f47f"; }

.ion-ios-photos:before {
  content: "\f482"; }

.ion-ios-photos-outline:before {
  content: "\f481"; }

.ion-ios-pie:before {
  content: "\f484"; }

.ion-ios-pie-outline:before {
  content: "\f483"; }

.ion-ios-pint:before {
  content: "\f486"; }

.ion-ios-pint-outline:before {
  content: "\f485"; }

.ion-ios-play:before {
  content: "\f488"; }

.ion-ios-play-outline:before {
  content: "\f487"; }

.ion-ios-plus:before {
  content: "\f48b"; }

.ion-ios-plus-empty:before, .page.fmf .leftcol .addCateBtn:before, .page.fmf .rightcol .tagInfo .adminControl .addTagBtn:before, .page.fmf .rightcol article .addDishBtn:before {
  content: "\f489"; }

.ion-ios-plus-outline:before {
  content: "\f48a"; }

.ion-ios-pricetag:before {
  content: "\f48d"; }

.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

.ion-ios-pricetags:before {
  content: "\f48f"; }

.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

.ion-ios-printer:before {
  content: "\f491"; }

.ion-ios-printer-outline:before {
  content: "\f490"; }

.ion-ios-pulse:before {
  content: "\f493"; }

.ion-ios-pulse-strong:before {
  content: "\f492"; }

.ion-ios-rainy:before {
  content: "\f495"; }

.ion-ios-rainy-outline:before {
  content: "\f494"; }

.ion-ios-recording:before {
  content: "\f497"; }

.ion-ios-recording-outline:before {
  content: "\f496"; }

.ion-ios-redo:before {
  content: "\f499"; }

.ion-ios-redo-outline:before {
  content: "\f498"; }

.ion-ios-refresh:before {
  content: "\f49c"; }

.ion-ios-refresh-empty:before {
  content: "\f49a"; }

.ion-ios-refresh-outline:before {
  content: "\f49b"; }

.ion-ios-reload:before {
  content: "\f49d"; }

.ion-ios-reverse-camera:before {
  content: "\f49f"; }

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

.ion-ios-rewind:before {
  content: "\f4a1"; }

.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

.ion-ios-rose:before {
  content: "\f4a3"; }

.ion-ios-rose-outline:before {
  content: "\f4a2"; }

.ion-ios-search:before {
  content: "\f4a5"; }

.ion-ios-search-strong:before {
  content: "\f4a4"; }

.ion-ios-settings:before {
  content: "\f4a7"; }

.ion-ios-settings-strong:before {
  content: "\f4a6"; }

.ion-ios-shuffle:before {
  content: "\f4a9"; }

.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

.ion-ios-skipbackward:before {
  content: "\f4ab"; }

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

.ion-ios-skipforward:before {
  content: "\f4ad"; }

.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

.ion-ios-snowy:before {
  content: "\f4ae"; }

.ion-ios-speedometer:before {
  content: "\f4b0"; }

.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

.ion-ios-star:before {
  content: "\f4b3"; }

.ion-ios-star-half:before {
  content: "\f4b1"; }

.ion-ios-star-outline:before {
  content: "\f4b2"; }

.ion-ios-stopwatch:before {
  content: "\f4b5"; }

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

.ion-ios-sunny:before {
  content: "\f4b7"; }

.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

.ion-ios-telephone:before {
  content: "\f4b9"; }

.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

.ion-ios-tennisball:before {
  content: "\f4bb"; }

.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

.ion-ios-time:before {
  content: "\f4bf"; }

.ion-ios-time-outline:before {
  content: "\f4be"; }

.ion-ios-timer:before {
  content: "\f4c1"; }

.ion-ios-timer-outline:before {
  content: "\f4c0"; }

.ion-ios-toggle:before {
  content: "\f4c3"; }

.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

.ion-ios-trash:before {
  content: "\f4c5"; }

.ion-ios-trash-outline:before {
  content: "\f4c4"; }

.ion-ios-undo:before {
  content: "\f4c7"; }

.ion-ios-undo-outline:before {
  content: "\f4c6"; }

.ion-ios-unlocked:before {
  content: "\f4c9"; }

.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

.ion-ios-upload:before {
  content: "\f4cb"; }

.ion-ios-upload-outline:before {
  content: "\f4ca"; }

.ion-ios-videocam:before {
  content: "\f4cd"; }

.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

.ion-ios-volume-high:before {
  content: "\f4ce"; }

.ion-ios-volume-low:before {
  content: "\f4cf"; }

.ion-ios-wineglass:before {
  content: "\f4d1"; }

.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

.ion-ios-world:before {
  content: "\f4d3"; }

.ion-ios-world-outline:before {
  content: "\f4d2"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before {
  content: "\f29a"; }

.ion-load-b:before {
  content: "\f29b"; }

.ion-load-c:before {
  content: "\f29c"; }

.ion-load-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-lock-combination:before {
  content: "\f4d4"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-merge:before {
  content: "\f33f"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-mouse:before {
  content: "\f340"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "\f20d"; }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-network:before {
  content: "\f341"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-outlet:before {
  content: "\f342"; }

.ion-paintbrush:before {
  content: "\f4d5"; }

.ion-paintbucket:before {
  content: "\f4d6"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-planet:before {
  content: "\f343"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-podium:before {
  content: "\f344"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-pull-request:before {
  content: "\f345"; }

.ion-qr-scanner:before {
  content: "\f346"; }

.ion-quote:before {
  content: "\f347"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-ribbon-a:before {
  content: "\f348"; }

.ion-ribbon-b:before {
  content: "\f349"; }

.ion-sad:before {
  content: "\f34a"; }

.ion-sad-outline:before {
  content: "\f4d7"; }

.ion-scissors:before {
  content: "\f34b"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-angular:before {
  content: "\f4d9"; }

.ion-social-angular-outline:before {
  content: "\f4d8"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-chrome:before {
  content: "\f4db"; }

.ion-social-chrome-outline:before {
  content: "\f4da"; }

.ion-social-codepen:before {
  content: "\f4dd"; }

.ion-social-codepen-outline:before {
  content: "\f4dc"; }

.ion-social-css3:before {
  content: "\f4df"; }

.ion-social-css3-outline:before {
  content: "\f4de"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-euro:before {
  content: "\f4e1"; }

.ion-social-euro-outline:before {
  content: "\f4e0"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-foursquare:before {
  content: "\f34d"; }

.ion-social-foursquare-outline:before {
  content: "\f34c"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-google:before {
  content: "\f34f"; }

.ion-social-google-outline:before {
  content: "\f34e"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-html5:before {
  content: "\f4e3"; }

.ion-social-html5-outline:before {
  content: "\f4e2"; }

.ion-social-instagram:before {
  content: "\f351"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-javascript:before {
  content: "\f4e5"; }

.ion-social-javascript-outline:before {
  content: "\f4e4"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-markdown:before {
  content: "\f4e6"; }

.ion-social-nodejs:before {
  content: "\f4e7"; }

.ion-social-octocat:before {
  content: "\f4e8"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-python:before {
  content: "\f4e9"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-sass:before {
  content: "\f4ea"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-snapchat:before {
  content: "\f4ec"; }

.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitch:before {
  content: "\f4ee"; }

.ion-social-twitch-outline:before {
  content: "\f4ed"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-usd:before {
  content: "\f353"; }

.ion-social-usd-outline:before {
  content: "\f352"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-whatsapp:before {
  content: "\f4f0"; }

.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-yen:before {
  content: "\f4f2"; }

.ion-social-yen-outline:before {
  content: "\f4f1"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-soup-can:before {
  content: "\f4f4"; }

.ion-soup-can-outline:before {
  content: "\f4f3"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-toggle:before {
  content: "\f355"; }

.ion-toggle-filled:before {
  content: "\f354"; }

.ion-transgender:before {
  content: "\f4f5"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-trophy:before {
  content: "\f356"; }

.ion-tshirt:before {
  content: "\f4f7"; }

.ion-tshirt-outline:before {
  content: "\f4f6"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-university:before {
  content: "\f357"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-wand:before {
  content: "\f358"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

.flatpickr-input, .flatpickr-wrapper input {
  z-index: 1;
  cursor: pointer; }

.flatpickr-wrapper {
  position: absolute;
  display: block; }

.flatpickr-wrapper.inline, .flatpickr-wrapper.static {
  display: block;
  position: relative; }

.flatpickr-wrapper.inline .flatpickr-calendar {
  position: relative; }

.flatpickr-wrapper.static .flatpickr-calendar {
  position: absolute; }

.flatpickr-wrapper.inline .flatpickr-calendar, .flatpickr-wrapper.open .flatpickr-calendar {
  z-index: 99999;
  display: block; }

.flatpickr-calendar {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 90%;
  border-radius: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  display: none;
  width: 256px; }

.flatpickr-calendar.hasWeeks {
  width: 288px; }

.flatpickr-calendar.hasWeeks .flatpickr-weekdays span {
  width: 12.5%; }

.flatpickr-calendar:after, .flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  bottom: 100%;
  left: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
  border-bottom-color: #ddd; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
  border-bottom-color: #fff; }

.flatpickr-month {
  background: 0 0;
  color: #000;
  padding: 4px 5px 2px;
  text-align: center;
  position: relative; }

.flatpickr-next-month, .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0.5rem; }

.flatpickr-next-month i, .flatpickr-prev-month i {
  position: relative; }

.flatpickr-next-month:hover, .flatpickr-prev-month:hover {
  color: #f99595; }

.flatpickr-prev-month {
  float: left;
  left: 0.5rem; }

.flatpickr-next-month {
  float: right;
  right: 0.5rem; }

.flatpickr-current-month {
  font-size: 135%;
  font-weight: 300;
  color: rgba(0, 0, 0, .7);
  display: inline-block; }

.flatpickr-current-month .cur_month {
  font-weight: 700;
  color: #000; }

.flatpickr-current-month .cur_year {
  background: 0 0;
  box-sizing: content-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 2px;
  margin: 0;
  width: 3.1em;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  height: initial;
  border: 0; }

.flatpickr-current-month .cur_year:hover {
  background: rgba(0, 0, 0, .05); }

.flatpickr-weekdays {
  font-size: 90%;
  background: 0 0;
  padding: 2px 0 4px;
  text-align: center; }

.flatpickr-weekdays span {
  opacity: 0.54;
  text-align: center;
  display: inline-block;
  width: 14.28%;
  font-weight: 700; }

.flatpickr-weeks {
  width: 32px;
  float: left; }

.flatpickr-days {
  padding-top: 1px; }

.flatpickr-day {
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 33px;
  margin: 0 1px 1px;
  text-align: center; }

.flatpickr-day:hover {
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #f99595; }

.flatpickr-day.today:hover {
  border-color: #f99595;
  background: #f99595;
  color: #fff; }

.flatpickr-day.selected, .flatpickr-day.selected:hover {
  background: #446cb3;
  color: #fff;
  border-color: #446cb3; }

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  color: rgba(57, 57, 57, .3);
  background: 0 0;
  border-color: transparent;
  cursor: default; }

.flatpickr-am-pm, .flatpickr-time input[type=number], .flatpickr-time-separator {
  height: 38px;
  display: inline-block;
  line-height: 38px;
  color: #393939; }

.flatpickr-time {
  overflow: auto;
  text-align: center;
  border-top: 1px solid #ddd; }

.flatpickr-time input[type=number] {
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  width: 33%;
  min-width: 33%;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 700; }

.flatpickr-am-pm:hover, .flatpickr-time input[type=number]:hover {
  background: #f0f0f0; }

.flatpickr-time input[type=number].flatpickr-minute {
  width: 26%;
  font-weight: 300; }

.flatpickr-time input[type=number].flatpickr-second {
  font-weight: 300; }

.flatpickr-time input[type=number]:focus {
  outline: 0;
  border: 0; }

.flatpickr-time.has-seconds input[type=number] {
  width: 25%;
  min-width: 25%; }

.flatpickr-am-pm {
  width: 21%;
  padding: 0 2%;
  cursor: pointer;
  text-align: left; }
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }
/* No Js */
.no-js .owl-carousel {
  display: block; }
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../themes/freerangechef/assets/sass/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }
/* Colours */
/* Font Faces */
@font-face {
  font-family: 'amaticbold';
  src: url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.eot');
  src: url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.woff2') format('woff2'), url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.woff') format('woff'), url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.ttf') format('truetype'), url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.svg#amaticbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura_ltlight';
  src: url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.eot');
  src: url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.woff2') format('woff2'), url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.woff') format('woff'), url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.ttf') format('truetype'), url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.svg#futura_ltlight') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura_ltbook';
  src: url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.eot');
  src: url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.woff2') format('woff2'), url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.woff') format('woff'), url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.ttf') format('truetype'), url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.svg#futura_ltbook') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura_ltbold';
  src: url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.eot');
  src: url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.woff2') format('woff2'), url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.woff') format('woff'), url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.ttf') format('truetype'), url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.svg#futura_ltbold') format('svg');
  font-weight: normal;
  font-style: normal; }

html {
  font-family: sans-serif; }

body {
  font-family: 'futura_ltbook', sans-serif;
  letter-spacing: 0.4px;
  overflow-x: hidden; }

div {
  box-sizing: border-box; }

ul, ol {
  padding-left: 0;
  margin: 0; }
  ul li, ol li {
    list-style: none;
    box-sizing: border-box;
    line-height: 1.7em; }

p {
  line-height: 1.7em; }

a {
  color: #000;
  text-decoration: none; }

.clear {
  clear: both; }

button {
  border: none; }

.cta, .serviceArea .map a {
  color: #c85c6c !important;
  display: inline-block; }
  .cta:hover, .serviceArea .map a:hover {
    text-decoration: underline; }
  .cta:focus, .serviceArea .map a:focus {
    outline: none; }

.keepshopping {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  background: #bebebe;
  color: #fff; }
  .keepshopping:hover {
    color: #fff;
    background: #a5a5a5; }

.gotoCart {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  background: #c85c6c;
  color: #fff; }
  .gotoCart:hover {
    color: #fff;
    background: #b43d4e; }

.current {
  color: #f58129 !important; }

.innerWidth {
  max-width: 1440px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px; }
  .innerWidth:before, .innerWidth:after {
    content: "";
    display: block;
    clear: both; }

.narrowWidth {
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }
  .narrowWidth:before, .narrowWidth:after {
    content: "";
    display: block;
    clear: both; }

.hidden {
  display: none !important; }

.message {
  display: block;
  box-sizing: border-box;
  clear: both;
  margin: 15px 0;
  padding: 15px;
  border: #fff 1px solid;
  font-family: 'futura_ltlight';
  color: #999;
  background: #e8e8e8;
  border-color: #999; }
  .message.info {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #00529b;
    background-color: #bde5f8;
    border-color: #00529b; }
  .message.success {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #fff;
    background-color: #92bf2e;
    border-color: transparent; }
  .message.warning {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #9f6000;
    background-color: #feefb3;
    border-color: #9f6000; }
  .message.error {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #fff;
    background-color: #e87a8b;
    border-color: transparent; }
  .message.alert {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #999;
    background: #e8e8e8;
    border-color: #999; }

.visible {
  display: none; }

.wrapper {
  width: 100%;
  position: absolute;
  transform: translateX(0);
  transition: transform 0.5s ease; }
  .wrapper.active {
    transform: translateX(-260px); }

input, textarea, select {
  appearance: none; }
  input:focus, textarea:focus, select:focus {
    outline: none; }

.shadow {
  content: '';
  display: block;
  width: 100%;
  height: 26px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, .2);
  border-radius: 50%;
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translate(-50%, -26px);
  z-index: 3; }
  @media (max-width: 1050px) {
  .shadow {
    top: 120px; } }

header {
  position: relative;
  z-index: 5;
  background: #fff;
  margin-bottom: 30px; }
  header .innerWidth {
    max-width: none; }
  header:after {
    content: "";
    display: block;
    clear: both; }
  header .topbanner {
    background: #f58129;
    background: linear-gradient(to bottom right, #f58129, #c85c6c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start, endColorstr=$end, GradientType=1);
    height: 5px;
    margin-bottom: 10px; }
    @media (max-width: 1050px) {
  header .topbanner {
    margin-bottom: 0; } }
  header .logo {
    float: left; }
    @media (max-width: 1050px) {
  header .logo {
    display: none; } }
  header .TopRight {
    clear: both;
    float: right;
    position: absolute;
    right: 0;
    top: 13%; }
    @media (max-width: 1050px) {
  header .TopRight {
    border-top: 1px solid #fff;
    padding-top: 20px;
    position: relative;
    right: auto;
    top: auto; } }
    header .TopRight li {
      margin-right: 11px;
      padding-right: 11px;
      font-size: 12px;
      line-height: 1em; }
      header .TopRight li a {
        color: #c85c6c !important; }
      header .TopRight li:not(:last-of-type) {
        border-right: #666 1px solid; }
      header .TopRight li:nth-last-of-type(2) {
        border: none; }
      header .TopRight li.right {
        float: right;
        padding-right: 0;
        margin-right: 0;
        margin-left: 11px; }
  header .mobheader {
    display: none; }
    @media (max-width: 1050px) {
  header .mobheader {
    display: block;
    position: relative; }
    header .mobheader:before, header .mobheader:after {
      content: "";
      display: block;
      clear: both; } }
    header .mobheader .logoMob {
      float: left;
      width: 120px;
      margin: 11px 0 0 15px; }
      header .mobheader .logoMob img {
        width: 100%; }
    header .mobheader ul {
      float: right; }
      header .mobheader ul li {
        text-transform: uppercase;
        font-size: 12px;
        color: #666;
        float: right; }
    header .mobheader .cart {
      width: auto;
      margin: 3px 20px 0 0; }
      header .mobheader .cart:before, header .mobheader .cart:after {
        content: "";
        display: block;
        clear: both; }
      @media (max-width: 1050px) {
  header .mobheader .cart {
    padding-top: 5px; } }
      header .mobheader .cart img {
        width: 25px;
        display: inline-block;
        float: right;
        margin-top: -5px;
        margin-left: 5px; }
    header .mobheader .navHandler {
      float: right;
      width: 44px;
      height: 40px;
      color: #c85c6c;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      box-sizing: border-box;
      padding-top: 5px;
      text-align: center; }
      header .mobheader .navHandler:before {
        font-size: 31px; }
  @media (max-width: 1050px) {
    header .mobLine {
      width: 100%;
      box-size: border-box;
      padding: 0 5%; } }
  header nav {
    float: left;
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding-left: 30px;
    text-align: center; }
    @media (max-width: 1050px) {
  header nav {
    width: 100%;
    padding-left: 0; } }
    header nav ul:before, header nav ul:after {
      content: "";
      display: block;
      clear: both; }
      header nav ul li {
        width: auto;
        float: left; }
    header nav .topNav {
      text-transform: uppercase;
      text-align: center; }
      @media (max-width: 1050px) {
  header nav .topNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    z-index: 10;
    transform: translateX(260px);
    transition: transform 0.5s ease;
    background: #c85c6c;
    padding-top: 50px; }
    header nav .topNav:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      display: block;
      width: 0;
      height: 0;
      border-top: transparent 20px solid;
      border-bottom: transparent 20px solid;
      border-left: #fff 10px solid; } }
      header nav .topNav > ul {
        display: inline-block; }
      header nav .topNav li {
        padding-right: 11px;
        margin-right: 11px;
        line-height: 0.7em; }
        @media (max-width: 1050px) {
  header nav .topNav li {
    display: block;
    width: 100%;
    padding: 5px 0 5px 30px;
    text-align: left;
    margin-bottom: 20px; } }
        header nav .topNav li a {
          font-size: 12px;
          color: #666; }
          header nav .topNav li a:hover {
            color: #f58129; }
          @media (max-width: 1050px) {
  header nav .topNav li a {
    color: #fff !important; }
    header nav .topNav li a:hover {
      color: #fff !important;
      text-decoration: underline; } }
        header nav .topNav li:not(:last-of-type) {
          border-right: #666 1px solid; }
        header nav .topNav li:nth-last-of-type {
          border: none; }
        header nav .topNav li.right {
          float: right;
          padding-right: 0;
          margin-right: 0;
          margin-left: 11px; }
    header nav .whatwedo {
      font-size: 14px;
      color: #f58129;
      font-family: 'futura_ltbook';
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      margin-bottom: 7px;
      margin-top: 20px;
      transform: translateX(-29px); }
      @media (max-width: 1050px) {
  header nav .whatwedo {
    transform: translateX(0); } }
      header nav .whatwedo:before, header nav .whatwedo:after {
        content: '';
        display: block;
        width: 63px;
        height: 1px;
        border-top: #f58129 1px solid;
        position: absolute;
        top: 50%;
        left: -80px; }
      header nav .whatwedo:after {
        left: 110px; }
    @media (max-width: 1050px) {
    header nav .mobNavStrap {
      padding-right: 0;
      height: 51px;
      width: 100%;
      overflow-y: hidden;
      overflow-x: auto;
      overflow-scrolling: touch; } }
      @media (max-width: 780px) {
  header nav .mobNavStrap {
    height: auto; } }
    header nav .main {
      text-align: center;
      width: 100%;
      box-sizing: border-box;
      padding-right: 58px;
      margin: auto; }
      @media (max-width: 1050px) {
  header nav .main {
    padding-right: 0; } }
      @media (max-width: 930px) {
  header nav .main {
    height: 49px;
    width: 670px; } }
      @media (max-width: 780px) {
  header nav .main {
    width: 100%;
    height: auto; } }
      header nav .main > li {
        display: inline-block;
        float: none;
        box-sizing: border-box;
        padding-left: 22px;
        margin-left: -5px; }
        @media (max-width: 930px) {
  header nav .main > li {
    padding-left: 10px; } }
        header nav .main > li:not(:last-of-type) {
          padding-right: 22px; }
          @media (max-width: 930px) {
  header nav .main > li:not(:last-of-type) {
    padding-right: 20px; } }
        header nav .main > li:hover > a:after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          bottom: -12px;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          z-index: 10;
          border-top: #fff 12px solid;
          border-left: transparent 10px solid;
          border-right: transparent 10px solid; }
          header nav .main > li:hover .sub-menu {
            display: block; }
        header nav .main > li.active > a, header nav .main > li.child-active > a {
          color: #f58129; }
        header nav .main > li > a {
          position: relative;
          display: block;
          padding-top: 8px;
          padding-bottom: 20px;
          font-size: 26px;
          font-family: 'amaticbold', sans-serif;
          color: #666;
          text-transform: uppercase; }
          @media (max-width: 930px) {
  header nav .main > li > a {
    font-size: 20px; } }
          header nav .main > li > a:hover {
            color: #f58129; }
        header nav .main > li > .sub-menu {
          display: none;
          position: absolute;
          background: rgba(214, 97, 58, 1);
          background: linear-gradient(to bottom, rgba(214, 97, 58, 1), rgba(214, 97, 58, 0.9));
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start, endColorstr=$end, GradientType=1);
          max-width: none;
          width: 100%;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          box-sizing: border-box;
          padding: 50px 0; }

          header nav .main > li > .sub-menu:hover {
            display: block; }
          header nav .main > li > .sub-menu:empty:before {
            content: 'no sub menu items'; }
          header nav .main > li > .sub-menu li {
            margin-right: 20px; }
            header nav .main > li > .sub-menu li:last-of-type {
              margin-right: 0; }
            header nav .main > li > .sub-menu li a {
              font-size: 15px; }
        header nav .main > li ul {
          width: 95%;
          max-width: 960px;
          margin: 0 auto;
          text-align: center; }
          header nav .main > li ul li {
            display: inline-block;
            float: none; }
            header nav .main > li ul li:not(:last-of-type) {
              margin-right: 10px; }
            header nav .main > li ul li a {
              color: #fff;
              text-transform: uppercase; }
              header nav .main > li ul li a:hover {
                text-decoration: underline; }
            header nav .main > li ul li.active a {
              text-decoration: underline; }

.page {
  clear: both;
  padding-bottom: 50px; }
  .page:before, .page:after {
    content: "";
    display: block;
    clear: both; }

footer {
  background: #f58129;
  background: linear-gradient(to bottom right, #f58129, #c85c6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start, endColorstr=$end, GradientType=1);
  color: #fff;
  box-sizing: border-box;
  padding: 35px 0; }
  footer .innerWidth {
    max-width: 1440px; }
    footer .innerWidth:after {
      content: "";
      display: block;
      clear: both; }
    footer .innerWidth > .gridcol {
      float: left;
      margin-right: 2%;
      width: 23.5%; }
      footer .innerWidth > .gridcol:nth-child(4n) {
        margin-right: 0px; }
    @media (max-width: 850px) {
  footer .innerWidth:after {
    content: "";
    display: block;
    clear: both; }
    footer .innerWidth > .gridcol {
      float: left;
      margin-right: 2%;
      width: 49%; }
      footer .innerWidth > .gridcol:nth-child(2n) {
        margin-right: 0px; } }
    @media (max-width: 450px) {
  footer .innerWidth:after {
    content: "";
    display: block;
    clear: both; }
    footer .innerWidth > .gridcol {
      float: left;
      margin-right: 0%;
      width: 100%; }
      footer .innerWidth > .gridcol:nth-child(1n) {
        margin-right: 0px; } }
  footer .credit {
    clear: both;
    text-align: center;
    font-size: 11px;
    padding-top: 40px; }
  footer h3 {
    font-family: 'amaticbold', sans-serif;
    font-size: 24px;
    cursor: pointer;
    margin: 15px 0;
    padding-bottom: 10px; }
    @media (max-width: 460px) {
  footer h3 {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid; }
    footer h3:not(:last-of-type):after {
      content: '\f3d0';
      font-family: 'Ionicons';
      display: inline-block;
      float: right; }
    footer h3:not(:last-of-type).active:after {
      content: '\f3d8'; } }
  footer .footer.nav {
    width: calc(100% - 300px);
    float: left;
    margin-bottom: 20px; }
    @media (max-width: 780px) {
  footer .footer.nav {
    width: 100%; } }
    footer .footer.nav .dropdown {
      display: block;
      float: left;
      width: 33%; }
      @media (max-width: 540px) {
  footer .footer.nav .dropdown {
    width: 50%; } }
    footer .footer.nav > ul > li {
      padding: 0 8px; }
      @media (max-width: 460px) {
  footer .footer.nav > ul > li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; } }
  footer .social {
    width: 100%;
    max-width: 270px;
    float: left;
    margin-top: -8px; }
    footer .social #instagramLink, footer .social #facebookLink {
      margin-bottom: 10px; }
      footer .social #instagramLink a, footer .social #facebookLink a {
        display: flex;
        align-items: center; }
        footer .social #instagramLink a #instaIcon, footer .social #facebookLink a #instaIcon {
          width: 40px;
          margin-right: 8px; }
        footer .social #instagramLink a span, footer .social #facebookLink a span {
          color: #fff; }
  footer ul {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%; }
    footer ul:before, footer ul:after {
      content: "";
      display: block;
      clear: both; }
    footer ul.active {
      display: block; }
    @media (max-width: 460px) {
  footer ul {
    display: block; } }
    footer ul li {
      width: 32%; }
      footer ul li span {
        font-size: 14px;
        display: block; }
      footer ul li a {
        display: block;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        opacity: 0.8; }
        @media (max-width: 780px) {
  footer ul li a {
    font-size: 12px; } }
      footer ul li ul {
        display: block; }
        footer ul li ul li {
          width: 100%; }
          footer ul li ul li.active a {
            display: block;
            text-decoration: underline;
            font-size: 12px;
            opacity: 1; }

.wrapper.order header {
  margin-bottom: 0; }
  .wrapper.order header nav .main {
    width: auto; }
    .wrapper.order header nav .main li:hover > a:after {
      content: none; }
  .wrapper.order .innerWidth {
    width: 90%;
    max-width: 960px;
    margin: 0 auto; }
  .wrapper.order footer .credit {
    padding-top: 0; }

.chapter {
  font-size: 22px;
  color: #f58129;
  font-family: 'futura_ltbook';
  text-transform: uppercase;
  display: flex;
  position: relative;
  margin: 32px 0;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1050px) {
  .chapter {
    transform: translateX(0); } }
  .chapter:before, .chapter:after {
    content: '';
    display: block;
    width: 63px;
    height: 1px;
    border-top: #f58129 1px solid;
    margin-right: 20px; }
  .chapter:after {
    margin-right: 0;
    margin-left: 20px; }

.page.home .innerWidth:hover h2 {
  color: #f58129; }
  .page.home .mainSlider {
    height: 575px;
    background: #eee;
    position: relative; }
  .page.home .mainSlider .slides {
    position: absolute;
    width: 100%;
    height: 100%; }
    .page.home .mainSlider .slides li {
      position: absolute;
      width: 100%;
      height: 100%;
      background: no-repeat center;
      background-size: cover; }
  .page.home .promoBanner:before, .page.home .promoBanner:after {
    content: "";
    display: block;
    clear: both; }
  .page.home .promoBanner .full {
    background: url('http://lorempixel.com/1000/500/business') no-repeat center;
    background-size: cover;
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 2%;
    position: relative; }
    .page.home .promoBanner .full .flex-viewport {
      height: 100%; }
    .page.home .promoBanner .full .slides {
      height: 100%;
      overflow: hidden; }
    .page.home .promoBanner .full li {
      position: relative;
      width: 100%;
      height: 394px;
      background: no-repeat center;
      background-size: cover; }
    .page.home .promoBanner .full li .content {
      position: absolute;
      width: 100%;
      height: 100%; }
    @media (max-width: 800px) {
      .page.home .promoBanner .full li {
        height: auto;
        position: relative; }
        .page.home .promoBanner .full li:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 49.375%; }
        .page.home .promoBanner .full li > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
      .textbox {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 22px;
        line-height: 1.5;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 300px;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        z-index: 10;
        color: #fff;
        text-shadow: 0 0 12px #000;
        transition: all 0.5s ease; }
        .textbox:before, .textbox:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #fff;
          position: absolute;
          top: -20px;
          left: 0;
          opacity: 0.3;
          transition: all 0.5s ease; }
        .textbox:after {
          top: auto;
          bottom: -20px; }
        .textbox:hover {
          text-decoration: none; }
          .textbox:hover:before, .textbox:hover:after {
            opacity: 1;
            top: 0; }
          .textbox:hover:after {
            top: auto;
            bottom: 0; }
  .page.home .promoBanner .tilebanner li {
    position: relative; }
    .aThird:after {
      content: "";
      display: block;
      clear: both; }
      .aThird > .gridcol {
        float: left;
        margin-right: 2%;
        width: 32%; }
        .aThird > .gridcol:nth-child(3n) {
          margin-right: 0px; }
      @media (max-width: 780px) {
      .aThird:after {
        content: "";
        display: block;
        clear: both; }
        .aThird > .gridcol {
          float: left;
          margin-right: 0%;
          width: 100%; }
          .aThird > .gridcol:nth-child(1n) {
            margin-right: 0px; } }
      .aThird .gridcol {
        position: relative;
        background: #f2f2f2;
        background: no-repeat center;
        background-size: cover;
        margin-bottom: 2%; }
        .aThird .gridcol:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 75%; }
        .aThird .gridcol > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        @media (max-width: 780px) {
      .aThird .gridcol {
        position: relative;
        margin-bottom: 2%; }
        .aThird .gridcol:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 49.375%; }
        .aThird .gridcol > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
        .aThird .gridcol:before {
          background: rgba(0, 0, 0, 0.1); }

.serviceArea .aHalf {
  width: 49%;
  float: left;
  clear: left; }
  .serviceArea .map {
    width: 49%;
    margin-left: 2%;
    float: right; }
  .serviceArea .map .mapCanvas {
    outline: #eee 1px solid;
    width: 100%;
    height: 395px; }
  .serviceArea .map a {
    font-family: 'futura_ltlight';
    font-size: 13px;
    margin: 15px 0; }

#instaGallery .instaPosts:before, #instaGallery .instaPosts:after {
  content: "";
  display: block;
  clear: both; }
  #instaGallery .instaPosts .singlePost {
    width: 20%;
    float: left;
    background: no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    #instaGallery .instaPosts .singlePost:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    #instaGallery .instaPosts .singlePost > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #instaGallery .instaPosts .singlePost .caption {
      opacity: 0;
      font-size: 12px;
      background: rgba(142, 48, 62, 0.9);
      box-sizing: border-box;
      padding: 20px;
      color: #fff;
      line-height: 1.3em;
      transition: opacity 0.7s ease; }
    #instaGallery .instaPosts .singlePost:hover .caption {
      opacity: 1; }

.flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  overflow: visible; }
  @media (max-width: 460px) {
  .flex-direction-nav {
    display: none; } }
  .flex-direction-nav .flex-nav-prev {
    display: inlnie-block;
    width: auto !important;
    float: left; }
  .flex-direction-nav .flex-nav-prev .flex-prev {
    font-size: 0;
    padding: 10px; }
    .flex-direction-nav .flex-nav-prev .flex-prev:before {
      font-size: 30px;
      color: #fff; }
  .flex-direction-nav .flex-nav-next {
    display: inlnie-block;
    width: auto !important;
    float: right; }
  .flex-direction-nav .flex-nav-next .flex-next {
    font-size: 0;
    padding: 10px;
    position: relative !important; }
    .flex-direction-nav .flex-nav-next .flex-next:before {
      font-size: 30px;
      color: #fff; }

.page.team .innerWidth:hover h2 {
  color: #f58129; }
  .page.team .post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .page.team .post-list .post {
    width: 30%;
    margin: 0 1%;
    text-align: center;
    transition: all 0.3s ease; }
    @media (max-width: 780px) {
    .page.team .post-list .post {
      width: 65%;
      margin: 20px 0; } }
    @media (max-width: 460px) {
    .page.team .post-list .post {
      width: 80%; } }
    .page.team .post-list .post:hover .post-image {
      border: 5px solid #f58129; }
    .page.team .post-list .post .post-image {
      position: relative;
      width: 70%;
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0 auto;
      transition: all 0.3s ease; }
    .page.team .post-list .post .post-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .page.team .post-list .post .post-image > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .page.team .post-list .post h2 {
      margin: 5px 0 10px; }
    .page.team .post-list .post h2 > a:hover {
      text-decoration: none; }
  .page.team.blog-detail-page h2 {
    text-align: center; }
    .page.team.blog-detail-page h2:hover {
      color: #000; }
  .page.team.blog-detail-page .post-image {
    height: 300px;
    width: 300px;
    margin: 30px auto;
    background-size: cover;
    border-radius: 50%; }

.page.wedding table {
  max-width: none; }
  .page.wedding table td {
    vertical-align: top; }
  .page.wedding table img {
    width: 100% !important;
    height: auto !important; }

.channel {
  display: block;
  clear: both;
  font-size: 14px; }
  .channel *:after {
    content: '';
    display: block;
    clear: both; }
  .channel legend {
    font-size: inherit;
    border-bottom: none;
    margin: 20px 0 10px; }
  .channel .form-select {
    display: flex;
    align-items: center; }
  .channel input[type="radio"] {
    display: inline-block;
    width: 25px;
    border: none;
    box-shadow: none; }
  .channel input[type="radio"]:focus {
    outline: none; }
  .channel input[type="radio"] + label {
    width: calc(100% - 40px);
    display: inline-block;
    margin: 0; }
  .channel #recomm_detail {
    margin-left: 25px; }

.privatepolicy h2 {
  font-size: 30px;
  margin: 40px 0 20px 0; }

.tag {
  display: inline-block; }
  .tag.dietary {
    text-transform: capitalize;
    background: #efefef;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    font-family: 'futura_ltlight';
    padding: 0 10px 0 24px;
    box-sizing: border-box;
    position: relative; }
  .tag.dietary span {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 24px;
    background: #d4d4d4; }
  .tag.upselling {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    background: #c85c6c;
    box-sizing: border-box;
    padding: 2px 10px;
    margin-right: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'futura_ltbold', sans-serif; }

h2 {
  font-size: 36px; }

q {
  line-height: 1.7em; }

small {
  font-size: 50px; }

form {
  width: 90%;
  margin: 0 auto; }
  form:before, form:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 780px) {
  form {
    width: 100%; } }
  form .form-group {
    margin-bottom: 15px; }
  form label {
    text-transform: uppercase;
    color: #666;
    box-sizing: border-box;
    display: block;
    clear: left;
    float: left;
    font-size: 13px;
    height: 30px;
    padding: 10px 0;
    margin: 0 5% 15px 0;
    width: 20%; }
  @media (max-width: 780px) {
    form label {
      width: 30%; } }
  form .inputwrap {
    display: block;
    float: left;
    width: 75%;
    padding: 10px 0; }
  form .inputwrap:before, form .inputwrap:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 780px) {
    form .inputwrap {
      width: 65%; } }
  form .inputwrap span {
    color: #666;
    font-size: 13px;
    height: 30px;
    width: auto;
    display: inline-block; }
  form .inputwrap > *:not(:first-of-type) {
    margin-left: 15px; }
  form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form textarea {
    border: #dedede 1px solid;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 13px;
    display: block;
    width: 75%;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 0; }
  @media (max-width: 780px) {
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form textarea {
      width: 65%; } }
  @media (max-width: 460px) {
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form textarea {
      width: 100%; } }
  form textarea {
    height: 100px; }
  .selwrap {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    border: #dedede 1px solid;
    position: relative;
    height: 30px;
    margin-bottom: 10px;
    background: url('/images/selarr.jpg') no-repeat 95% center;
    background-size: 15px auto; }
    .selwrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      width: 120%;
      font-size: 13px;
      background: transparent;
      border: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      text-indent: 5px; }
  form input[type="checkbox"] {
    display: none !important; }
  form input[type="checkbox"] + label {
    clear: none;
    display: inline-block;
    width: auto;
    background: #f2f2f2;
    color: #f58129;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    height: auto;
    padding: 10px; }
  form input[type="checkbox"]:checked + label {
    color: #fff;
    background: #c85c6c; }
  form input[type="checkbox"].default {
    display: inline-block !important;
    appearance: checkbox;
    float: left; }
    form input[type="checkbox"].default + label {
      display: inline-block;
      background: #fff;
      padding: 0;
      font-size: 11px;
      color: #666; }
  form input[type="checkbox"].classic {
    display: block !important;
    appearance: checkbox;
    float: left;
    padding: 10px 0;
    margin-top: 30px; }
  form input[type="checkbox"].classic + label {
    float: left;
    margin-top: 30px;
    background: #fff;
    color: #999;
    padding-top: 0;
    text-transform: initial;
    font-size: 16px;
    cursor: pointer; }
    form input[type="checkbox"].classic + label a {
      color: #999;
      text-decoration: underline; }
  form input[type="checkbox"].classic:checked + label {
    color: #f58129; }
    form input[type="checkbox"].classic:checked + label a {
      color: #f58129; }
  form fieldset {
    box-sizing: border-box;
    margin: 0 0 10px;
    width: 100%;
    border: none;
    border-top: #999 1px dotted;
    border-bottom: #999 1px dotted;
    padding: 5px 0; }
  form fieldset.remove-overbar {
    border-top: none; }
  form fieldset .label {
    font-size: 13px;
    text-transform: uppercase; }
  form .btn {
    font-size: 12px;
    clear: left;
    margin-top: 30px;
    background: #c85c6c; }
  form .btn.inactiveItem {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    background: #bebebe;
    color: #fff;
    margin-right: 20px; }
    form .btn.inactiveItem:hover {
      color: #fff;
      background: #a5a5a5; }
  form .btn.deleteItem {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    background: #bebebe;
    color: #fff; }
    form .btn.deleteItem:hover {
      color: #fff;
      background: #a5a5a5; }
  form .g-recaptcha {
    clear: both; }
  form input[type="submit"], form button {
    border: none;
    background: #c85c6c;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    width: 200px;
    padding: 10px 0;
    clear: both; }

.numinputwrap {
  width: 50px;
  height: 30px;
  position: relative;
  display: inline-block;
  border: #dedede 1px solid; }
  .numinputwrap .btn {
    position: absolute;
    right: 0;
    left: auto;
    width: 20px;
    height: 50%;
    background: #d4d4d4;
    color: #fff;
    text-align: center;
    margin-top: 0; }
  .numinputwrap .btn:hover {
    background: #f58129;
    color: #fff; }
  .numinputwrap .btn.inc {
    top: 0; }
  .numinputwrap .btn.dec {
    bottom: 0; }
  .numinputwrap .btn.deleteItem {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    background: #bebebe;
    color: #fff; }
    .numinputwrap .btn.deleteItem:hover {
      color: #fff;
      background: #a5a5a5; }
  .numinputwrap input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 100%;
    text-indent: 5px; }
  .numinputwrap input[type="number"]::-webkit-outer-spin-button, .numinputwrap input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    opacity: 0.5; }

.popup.forcart .popupcontent {
  text-align: center; }
  .popup.forcart .popupcontent i {
    display: inline-block;
    font-size: 68px; }
  .popup.forcart .popupcontent .inprogress i {
    color: #999; }
    .popup.forcart .popupcontent .inprogress p {
      text-transform: uppercase; }
  .popup.forcart .popupcontent .addResult.success i {
    color: #92bf2e; }
    .popup.forcart .popupcontent .addResult.error i {
      color: #e87a8b; }

.popup.forcategory .deleteItem {
  float: right;
  clear: both; }

.popup.fortag_add .selwrap {
  width: 75%; }

.popup.fortag_edit .tagItem:before, .popup.fortag_edit .tagItem:after {
  content: "";
  display: block;
  clear: both; }
  .popup.fortag_edit .selwrap, .popup.fortag_edit .name, .popup.fortag_edit .colour, .popup.fortag_edit .delete {
    width: 25%;
    float: left; }
  .popup.fortag_edit .selwrap input, .popup.fortag_edit .name input, .popup.fortag_edit .colour input, .popup.fortag_edit .delete input {
    width: 100%; }

.parsley-success {
  border-bottom: #92bf2e 3px solid !important; }

.parsley-error {
  border-bottom: #e87a8b 3px solid !important; }

.parsley-errors-list.filled {
  clear: both;
  width: 100%;
  color: #e87a8b;
  text-align: right;
  font-size: 13px; }
  .pageTitle {
    background: url('http://lorempixel.com/1000/500/business') no-repeat center;
    background-size: cover;
    height: 394px;
    background-color: #f2f2f2;
    margin-bottom: 2%;
    position: relative; }
  .pageTitle:before, .pageTitle:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 800px) {
  .pageTitle {
    height: auto;
    position: relative; }
    .pageTitle:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 49.25%; }

    .pageTitle > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

.finedining .finedining-nav {
  text-align: center; }
  .finedining .finedining-nav .cta {
    text-transform: uppercase;
    margin: 0 20px; }

article h1 {
  font-family: 'futura_ltbook', sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px; }
  article h2 {
    font-size: 1.9 rem !important; }
  article p {
    margin-bottom: 20px; }
  article .lead {
    font-size: 20px; }
  article .q, article q, article blockquote {
    border: 1px;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    text-align: center;
    color: #999; }
  article small {
    font-family: 'futura_ltlight', sans-serif;
    font-size: 14px; }
  article table, article .menu {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
    padding-top: 30px; }
  article table.list, article .menu.list {
    border-top: 1px #000 solid; }
  article table tr, article .menu tr, article table li, article .menu li {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'futura_ltlight', sans-serif;
    list-style: none; }
    article table tr td, article .menu tr td, article table li td, article .menu li td {
      padding: 5px 0; }
    article table tr strong, article .menu tr strong, article table li strong, article .menu li strong, article table tr .name, article .menu tr .name, article table li .name, article .menu li .name {
      font-family: 'futura_ltbook', sans-serif; }
  article ul {
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
    max-width: 940px;
    margin: 30px auto; }
  article ul.grid {
    padding-left: 0;
    max-width: none; }
  article ul li {
    list-style: disc; }
    article ul li.gridcol {
      list-style: none;
      margin-bottom: 20px; }
    article ul li ul {
      width: 100%;
      max-width: 940px;
      margin: auto; }
    article ul li ul li {
      list-style: circle; }
  article a {
    color: #f58129; }
  article a:hover {
    text-decoration: underline; }
  article .circle {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    max-width: 300px; }
  article .circle.right {
    float: right;
    margin: 0 0 30px 30px; }
    @media (max-width: 780px) {
    article .circle.right {
      float: none;
      margin: 0 auto 30px; } }
  article .circle img {
    width: 100%;
    display: block; }
  article .aHalf {
    width: 46%;
    margin-right: 8%;
    float: left; }
  article .aHalf:nth-of-type(odd) {
    margin-right: 0; }
  @media (max-width: 780px) {
    article .aHalf {
      float: none;
      margin: 30px 0;
      width: 100%; } }
  article .aThird {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%; }
  article .aThird:nth-of-type(3n) {
    margin-right: 0; }
  #Packery {
    padding-left: 0; }
  @media (max-width: 780px) {
  #Packery {
    width: 100%;
    max-width: 350px;
    margin: auto; } }
  #Packery .grid-gutter {
    width: 2%; }
  @media (max-width: 1050px) {
    #Packery .grid-gutter {
      width: 4%; } }
  @media (max-width: 780px) {
    #Packery .grid-gutter {
      width: 0; } }
  #Packery .item {
    box-sizing: border-box;
    padding: 20px;
    width: 32%;
    float: left;
    list-style: none;
    margin-bottom: 2%;
    box-shadow: 0px 0px 3px #d4d4d4; }
  @media (max-width: 1050px) {
    #Packery .item {
      width: 48%; } }
  @media (max-width: 780px) {
    #Packery .item {
      width: 100%;
      margin-bottom: 4%; } }
  #Packery .item .headline {
    font-family: 'futura_ltlight';
    font-size: 12px;
    text-transform: uppercase;
    color: #f58129; }
  #Packery .item .name, #Packery .item .company {
    font-family: 'futura_ltlight';
    font-size: 12px;
    color: #999;
    text-transform: uppercase; }

.testimonials {
  background-color: #fafafa;
  position: relative; }
  .testimonials .slides li .content {
    padding: 32px; }
  .testimonials p {
    color: #616161; }
  .testimonials .headline {
    font-family: 'futura_ltlight';
    font-size: 12px;
    text-transform: uppercase;
    color: #f58129; }
  .testimonials .name, .testimonials .company {
    font-family: 'futura_ltlight';
    font-size: 12px;
    color: #999;
    text-transform: uppercase; }
  .testimonials .flex-direction-nav .flex-nav-prev .flex-prev:before, .testimonials .flex-direction-nav .flex-nav-next .flex-next:before {
    color: #e0e0e0; }
/* Colours */
/* Font Faces */
@font-face {
  font-family: 'amaticbold';
  src: url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.eot');
  src: url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.woff2') format('woff2'), url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.woff') format('woff'), url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.ttf') format('truetype'), url('../themes/freerangechef/assets/fonts/amatic-bold-webfont-webfont.svg#amaticbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura_ltlight';
  src: url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.eot');
  src: url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.woff2') format('woff2'), url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.woff') format('woff'), url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.ttf') format('truetype'), url('../themes/freerangechef/assets/fonts/futuralt-light-webfont.svg#futura_ltlight') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura_ltbook';
  src: url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.eot');
  src: url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.woff2') format('woff2'), url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.woff') format('woff'), url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.ttf') format('truetype'), url('../themes/freerangechef/assets/fonts/futuralt-book-webfont.svg#futura_ltbook') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura_ltbold';
  src: url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.eot');
  src: url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.woff2') format('woff2'), url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.woff') format('woff'), url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.ttf') format('truetype'), url('../themes/freerangechef/assets/fonts/futuralt-bold-webfont.svg#futura_ltbold') format('svg');
  font-weight: normal;
  font-style: normal; }

html {
  font-family: sans-serif; }

body {
  font-family: 'futura_ltbook', sans-serif;
  letter-spacing: 0.4px;
  overflow-x: hidden; }

div {
  box-sizing: border-box; }

ul, ol {
  padding-left: 0;
  margin: 0; }
  ul li, ol li {
    list-style: none;
    box-sizing: border-box;
    line-height: 1.7em; }

p {
  line-height: 1.7em; }

a {
  color: #000;
  text-decoration: none; }

.clear {
  clear: both; }

button {
  border: none; }

.cta, .serviceArea .map a {
  color: #c85c6c !important;
  display: inline-block; }
  .cta:hover, .serviceArea .map a:hover {
    text-decoration: underline; }
  .cta:focus, .serviceArea .map a:focus {
    outline: none; }

.keepshopping {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  background: #bebebe;
  color: #fff; }
  .keepshopping:hover {
    color: #fff;
    background: #a5a5a5; }

.gotoCart {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  background: #c85c6c;
  color: #fff; }
  .gotoCart:hover {
    color: #fff;
    background: #b43d4e; }

.current {
  color: #f58129 !important; }

.innerWidth {
  max-width: 1440px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px; }
  .innerWidth:before, .innerWidth:after {
    content: "";
    display: block;
    clear: both; }

.narrowWidth {
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }
  .narrowWidth:before, .narrowWidth:after {
    content: "";
    display: block;
    clear: both; }

.hidden {
  display: none !important; }

.message {
  display: block;
  box-sizing: border-box;
  clear: both;
  margin: 15px 0;
  padding: 15px;
  border: #fff 1px solid;
  font-family: 'futura_ltlight';
  color: #999;
  background: #e8e8e8;
  border-color: #999; }
  .message.info {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #00529b;
    background-color: #bde5f8;
    border-color: #00529b; }
  .message.success {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #fff;
    background-color: #92bf2e;
    border-color: transparent; }
  .message.warning {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #9f6000;
    background-color: #feefb3;
    border-color: #9f6000; }
  .message.error {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #fff;
    background-color: #e87a8b;
    border-color: transparent; }
  .message.alert {
    display: block;
    box-sizing: border-box;
    clear: both;
    margin: 15px 0;
    padding: 15px;
    border: #fff 1px solid;
    font-family: 'futura_ltlight';
    color: #999;
    background: #e8e8e8;
    border-color: #999; }

.visible {
  display: none; }

.wrapper {
  width: 100%;
  position: absolute;
  transform: translateX(0);
  transition: transform 0.5s ease; }
  .wrapper.active {
    transform: translateX(-260px); }

input, textarea, select {
  appearance: none; }
  input:focus, textarea:focus, select:focus {
    outline: none; }

.shadow {
  content: '';
  display: block;
  width: 100%;
  height: 26px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, .2);
  border-radius: 50%;
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translate(-50%, -26px);
  z-index: 3; }
  @media (max-width: 1050px) {
  .shadow {
    top: 120px; } }

header {
  position: relative;
  z-index: 5;
  background: #fff;
  margin-bottom: 30px; }
  header .innerWidth {
    max-width: none; }
  header:after {
    content: "";
    display: block;
    clear: both; }
  header .topbanner {
    background: #f58129;
    background: linear-gradient(to bottom right, #f58129, #c85c6c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start, endColorstr=$end, GradientType=1);
    height: 5px;
    margin-bottom: 10px; }
  @media (max-width: 1050px) {
    header .topbanner {
      margin-bottom: 0; } }
  header .logo {
    float: left; }
  @media (max-width: 1050px) {
    header .logo {
      display: none; } }
  header .TopRight {
    clear: both;
    float: right;
    position: absolute;
    right: 0;
    top: 13%; }
  @media (max-width: 1050px) {
    header .TopRight {
      border-top: 1px solid #fff;
      padding-top: 20px;
      position: relative;
      right: auto;
      top: auto; } }
  header .TopRight li {
    margin-right: 11px;
    padding-right: 11px;
    font-size: 12px;
    line-height: 1em; }
    header .TopRight li a {
      color: #c85c6c !important; }
    header .TopRight li:not(:last-of-type) {
      border-right: #666 1px solid; }
    header .TopRight li:nth-last-of-type(2) {
      border: none; }
    header .TopRight li.right {
      float: right;
      padding-right: 0;
      margin-right: 0;
      margin-left: 11px; }
  header .mobheader {
    display: none; }
  @media (max-width: 1050px) {
    header .mobheader {
      display: block;
      position: relative; }
      header .mobheader:before, header .mobheader:after {
        content: "";
        display: block;
        clear: both; } }
  header .mobheader .logoMob {
    float: left;
    width: 120px;
    margin: 11px 0 0 15px; }
    header .mobheader .logoMob img {
      width: 100%; }
  header .mobheader ul {
    float: right; }
    header .mobheader ul li {
      text-transform: uppercase;
      font-size: 12px;
      color: #666;
      float: right; }
  header .mobheader .cart {
    width: auto;
    margin: 3px 20px 0 0; }
    header .mobheader .cart:before, header .mobheader .cart:after {
      content: "";
      display: block;
      clear: both; }
    @media (max-width: 1050px) {
    header .mobheader .cart {
      padding-top: 5px; } }
    header .mobheader .cart img {
      width: 25px;
      display: inline-block;
      float: right;
      margin-top: -5px;
      margin-left: 5px; }
  header .mobheader .navHandler {
    float: right;
    width: 44px;
    height: 40px;
    color: #c85c6c;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    box-sizing: border-box;
    padding-top: 5px;
    text-align: center; }
    header .mobheader .navHandler:before {
      font-size: 31px; }
  @media (max-width: 1050px) {
    header .mobLine {
      width: 100%;
      box-size: border-box;
      padding: 0 5%; } }
  header nav {
    float: left;
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding-left: 30px;
    text-align: center; }
  @media (max-width: 1050px) {
    header nav {
      width: 100%;
      padding-left: 0; } }
  header nav ul:before, header nav ul:after {
    content: "";
    display: block;
    clear: both; }
    header nav ul li {
      width: auto;
      float: left; }
  header nav .topNav {
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1050px) {
    header nav .topNav {
      position: fixed;
      top: 0;
      right: 0;
      width: 260px;
      height: 100%;
      z-index: 10;
      transform: translateX(260px);
      transition: transform 0.5s ease;
      background: #c85c6c;
      padding-top: 50px; }
      header nav .topNav:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        border-top: transparent 20px solid;
        border-bottom: transparent 20px solid;
        border-left: #fff 10px solid; } }
    header nav .topNav > ul {
      display: inline-block; }
    header nav .topNav li {
      padding-right: 11px;
      margin-right: 11px;
      line-height: 0.7em; }
    @media (max-width: 1050px) {
      header nav .topNav li {
        display: block;
        width: 100%;
        padding: 5px 0 5px 30px;
        text-align: left;
        margin-bottom: 20px; } }
    header nav .topNav li a {
      font-size: 12px;
      color: #666; }
      header nav .topNav li a:hover {
        color: #f58129; }
      @media (max-width: 1050px) {
      header nav .topNav li a {
        color: #fff !important; }
        header nav .topNav li a:hover {
          color: #fff !important;
          text-decoration: underline; } }
    header nav .topNav li:not(:last-of-type) {
      border-right: #666 1px solid; }
    header nav .topNav li:nth-last-of-type {
      border: none; }
    header nav .topNav li.right {
      float: right;
      padding-right: 0;
      margin-right: 0;
      margin-left: 11px; }
  header nav .whatwedo {
    font-size: 14px;
    color: #f58129;
    font-family: 'futura_ltbook';
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    margin-top: 20px;
    transform: translateX(-29px); }
    @media (max-width: 1050px) {
    header nav .whatwedo {
      transform: translateX(0); } }
    header nav .whatwedo:before, header nav .whatwedo:after {
      content: '';
      display: block;
      width: 63px;
      height: 1px;
      border-top: #f58129 1px solid;
      position: absolute;
      top: 50%;
      left: -80px; }
    header nav .whatwedo:after {
      left: 110px; }
  @media (max-width: 1050px) {
      header nav .mobNavStrap {
        padding-right: 0;
        height: 51px;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        overflow-scrolling: touch; } }
    @media (max-width: 780px) {
    header nav .mobNavStrap {
      height: auto; } }
  header nav .main {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding-right: 58px;
    margin: auto; }
    @media (max-width: 1050px) {
    header nav .main {
      padding-right: 0; } }
    @media (max-width: 930px) {
    header nav .main {
      height: 49px;
      width: 670px; } }
    @media (max-width: 780px) {
    header nav .main {
      width: 100%;
      height: auto; } }
    header nav .main > li {
      display: inline-block;
      float: none;
      box-sizing: border-box;
      padding-left: 22px;
      margin-left: -5px; }
    @media (max-width: 930px) {
      header nav .main > li {
        padding-left: 10px; } }
    header nav .main > li:not(:last-of-type) {
      padding-right: 22px; }
      @media (max-width: 930px) {
      header nav .main > li:not(:last-of-type) {
        padding-right: 20px; } }
    header nav .main > li:hover > a:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      bottom: -12px;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      z-index: 10;
      border-top: #fff 12px solid;
      border-left: transparent 10px solid;
      border-right: transparent 10px solid; }
      header nav .main > li:hover .sub-menu {
        display: block; }
    header nav .main > li.active > a, header nav .main > li.child-active > a {
      color: #f58129; }
    header nav .main > li > a {
      position: relative;
      display: block;
      padding-top: 8px;
      padding-bottom: 20px;
      font-size: 26px;
      font-family: 'amaticbold', sans-serif;
      color: #666;
      text-transform: uppercase; }
      @media (max-width: 930px) {
      header nav .main > li > a {
        font-size: 20px; } }
      header nav .main > li > a:hover {
        color: #f58129; }
    header nav .main > li > .sub-menu {
      display: none;
      position: absolute;
      background: rgba(214, 97, 58, 1);
      background: linear-gradient(to bottom, rgba(214, 97, 58, 1), rgba(214, 97, 58, 0.9));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start, endColorstr=$end, GradientType=1);
      max-width: none;
      width: 100%;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      box-sizing: border-box;
      padding: 50px 0; }

      header nav .main > li > .sub-menu:hover {
        display: block; }
      header nav .main > li > .sub-menu:empty:before {
        content: 'no sub menu items'; }
      header nav .main > li > .sub-menu li {
        margin-right: 20px; }
        header nav .main > li > .sub-menu li:last-of-type {
          margin-right: 0; }
        header nav .main > li > .sub-menu li a {
          font-size: 15px; }
    header nav .main > li ul {
      width: 95%;
      max-width: 960px;
      margin: 0 auto;
      text-align: center; }
      header nav .main > li ul li {
        display: inline-block;
        float: none; }
        header nav .main > li ul li:not(:last-of-type) {
          margin-right: 10px; }
        header nav .main > li ul li a {
          color: #fff;
          text-transform: uppercase; }
        header nav .main > li ul li a:hover {
          text-decoration: underline; }
        header nav .main > li ul li.active a {
          text-decoration: underline; }

.page {
  clear: both;
  padding-bottom: 50px; }
  .page:before, .page:after {
    content: "";
    display: block;
    clear: both; }

footer {
  background: #f58129;
  background: linear-gradient(to bottom right, #f58129, #c85c6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start, endColorstr=$end, GradientType=1);
  color: #fff;
  box-sizing: border-box;
  padding: 35px 0; }
  footer .innerWidth {
    max-width: 1440px; }
  footer .innerWidth:after {
    content: "";
    display: block;
    clear: both; }
  footer .innerWidth > .gridcol {
    float: left;
    margin-right: 2%;
    width: 23.5%; }
    footer .innerWidth > .gridcol:nth-child(4n) {
      margin-right: 0px; }
  @media (max-width: 850px) {
    footer .innerWidth:after {
      content: "";
      display: block;
      clear: both; }
      footer .innerWidth > .gridcol {
        float: left;
        margin-right: 2%;
        width: 49%; }
        footer .innerWidth > .gridcol:nth-child(2n) {
          margin-right: 0px; } }
  @media (max-width: 450px) {
    footer .innerWidth:after {
      content: "";
      display: block;
      clear: both; }
      footer .innerWidth > .gridcol {
        float: left;
        margin-right: 0%;
        width: 100%; }
        footer .innerWidth > .gridcol:nth-child(1n) {
          margin-right: 0px; } }
  footer .credit {
    clear: both;
    text-align: center;
    font-size: 11px;
    padding-top: 40px; }
  footer h3 {
    font-family: 'amaticbold', sans-serif;
    font-size: 24px;
    cursor: pointer;
    margin: 15px 0;
    padding-bottom: 10px; }
  @media (max-width: 460px) {
    footer h3 {
      border-bottom: rgba(255, 255, 255, 0.4) 1px solid; }
      footer h3:not(:last-of-type):after {
        content: '\f3d0';
        font-family: 'Ionicons';
        display: inline-block;
        float: right; }
      footer h3:not(:last-of-type).active:after {
        content: '\f3d8'; } }
  footer .footer.nav {
    width: calc(100% - 300px);
    float: left;
    margin-bottom: 20px; }
  @media (max-width: 780px) {
    footer .footer.nav {
      width: 100%; } }
  footer .footer.nav .dropdown {
    display: block;
    float: left;
    width: 33%; }
    @media (max-width: 540px) {
    footer .footer.nav .dropdown {
      width: 50%; } }
  footer .footer.nav > ul > li {
    padding: 0 8px; }
    @media (max-width: 460px) {
    footer .footer.nav > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 20px; } }
  footer .social {
    width: 100%;
    max-width: 270px;
    float: left;
    margin-top: -8px; }
  footer .social #instagramLink, footer .social #facebookLink {
    margin-bottom: 10px; }
    footer .social #instagramLink a, footer .social #facebookLink a {
      display: flex;
      align-items: center; }
    footer .social #instagramLink a #instaIcon, footer .social #facebookLink a #instaIcon {
      width: 40px;
      margin-right: 8px; }
    footer .social #instagramLink a span, footer .social #facebookLink a span {
      color: #fff; }
  footer ul {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%; }
  footer ul:before, footer ul:after {
    content: "";
    display: block;
    clear: both; }
  footer ul.active {
    display: block; }
  @media (max-width: 460px) {
    footer ul {
      display: block; } }
  footer ul li {
    width: 32%; }
    footer ul li span {
      font-size: 14px;
      display: block; }
    footer ul li a {
      display: block;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      opacity: 0.8; }
    @media (max-width: 780px) {
      footer ul li a {
        font-size: 12px; } }
    footer ul li ul {
      display: block; }
    footer ul li ul li {
      width: 100%; }
      footer ul li ul li.active a {
        display: block;
        text-decoration: underline;
        font-size: 12px;
        opacity: 1; }

.wrapper.order header {
  margin-bottom: 0; }
  .wrapper.order header nav .main {
    width: auto; }
    .wrapper.order header nav .main li:hover > a:after {
      content: none; }
  .wrapper.order .innerWidth {
    width: 90%;
    max-width: 960px;
    margin: 0 auto; }
  .wrapper.order footer .credit {
    padding-top: 0; }

.chapter {
  font-size: 22px;
  color: #f58129;
  font-family: 'futura_ltbook';
  text-transform: uppercase;
  display: flex;
  position: relative;
  margin: 32px 0;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1050px) {
  .chapter {
    transform: translateX(0); } }
  .chapter:before, .chapter:after {
    content: '';
    display: block;
    width: 63px;
    height: 1px;
    border-top: #f58129 1px solid;
    margin-right: 20px; }
  .chapter:after {
    margin-right: 0;
    margin-left: 20px; }

#fmfLogo {
  width: 90%;
  max-width: 400px;
  display: block;
  margin: auto; }

.page.fmf {
  background-color: #f0eee9; }
  .page.fmf:before, .page.fmf:after {
    content: "";
    display: block;
    clear: both; }
  .page.fmf .productList li:first-child {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0 auto; }
    .page.fmf .productList li:first-child .thisweek_wrap {
      width: 100%;
      max-width: 1000px;
      /*outline: 1px solid green;*/ }
    @media (max-width: 1000px) {
      .page.fmf .productList li:first-child .thisweek_wrap {
        max-width: 460px; } }
    .page.fmf .productList li:first-child .thisweek_wrap .text-center {
      width: 468px;
      height: 468px;
      float: left;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media (max-width: 1000px) {
      .page.fmf .productList li:first-child .thisweek_wrap .text-center {
        width: 100%;
        max-width: 460px; } }
      .page.fmf .productList li:first-child .thisweek_wrap .text-center .product-img {
        display: none; }
    .page.fmf .productList li:first-child .thisweek_wrap .product_text_wrap {
      width: 532px;
      height: 468px;
      background-color: #fff;
      float: left;
      position: relative;
      padding: 50px; }
      @media (max-width: 1000px) {
      .page.fmf .productList li:first-child .thisweek_wrap .product_text_wrap {
        width: 100%;
        max-width: 460px; } }
      .page.fmf .productList li:first-child .thisweek_wrap .product_text_wrap .product_btn_wrap {
        position: absolute;
        bottom: 50px; }
      .page.fmf .productList li:first-child .thisweek_wrap .product_text_wrap .product-description {
        padding-top: 25px;
        padding-bottom: 36px; }
  .page.fmf .productList {
    /*outline: 1px solid red; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page.fmf .productList li:not(:first-child) {
    /*outline: 1px solid blue;*/
    width: 24%;
    background-color: #fff;
    margin-top: 100px; }
    @media (max-width: 1050px) {
    .page.fmf .productList li:not(:first-child) {
      width: 49%; } }
    @media (max-width: 460px) {
    .page.fmf .productList li:not(:first-child) {
      width: 100%; } }
    .page.fmf .productList li:not(:first-child) img {
      width: 100%;
      max-width: 100%; }
    .page.fmf .productList li:not(:first-child) .product_text_wrap {
      margin-left: 30px; }
  .page.fmf .pageTitle {
    margin-bottom: 200px; }
  .page.fmf .product-text p {
    text-align: center;
    font-size: 15px;
    margin-top: 100px; }
  .page.fmf .product-titleBox {
    background-color: #d6613a;
    text-transform: uppercase;
    width: 20%;
    padding: 10px 0;
    clear: both;
    font-size: 16px;
    color: #fff;
    margin: auto;
    text-align: center; }
  .page.fmf .btn {
    border: none;
    background: #d6613a;
    text-transform: uppercase;
    color: #fff;
    width: 120px;
    padding: 10px 0;
    margin-right: 10px; }
  .page.fmf .leftcol {
    width: 250px;
    float: left; }
  @media (max-width: 780px) {
    .page.fmf .leftcol {
      width: 100%;
      float: none; } }
  .page.fmf .leftcol > h2 {
    margin: 0 0 20px; }
  .page.fmf .leftcol .addCateBtn {
    display: inline-block;
    font-family: 'futura_ltbook';
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #f58129;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 5px;
    width: auto;
    cursor: pointer;
    margin-bottom: 15px; }
    .page.fmf .leftcol .addCateBtn:hover {
      background: #f2f2f2, 10%;
      color: #e1670a; }
    .page.fmf .leftcol .addCateBtn:before {
      display: inline-block;
      font-size: 23px;
      vertical-align: sub;
      margin-right: 8px; }
    @media (max-width: 1050px) {
    .page.fmf .leftcol .addCateBtn {
      display: none; } }
  .page.fmf .leftcol #mobCateSelect {
    display: none; }
    @media (max-width: 780px) {
    .page.fmf .leftcol #mobCateSelect {
      width: 100%;
      max-width: 400px;
      margin: 30px auto 0;
      display: block;
      padding: 7px 10px;
      box-sizing: border-box;
      border: #f58129 3px solid;
      cursor: pointer;
      background: url('/images/selarr.jpg') no-repeat 95% center;
      background-size: 15px auto; }
      .page.fmf .leftcol #mobCateSelect.active {
        margin-bottom: 0; } }
  .page.fmf .leftcol .category {
    margin-right: 40px; }
    @media (max-width: 780px) {
    .page.fmf .leftcol .category {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 30px;
      box-sizing: border-box;
      padding: 10px;
      border: #dedede 1px solid;
      border-top: none;
      display: none; }
      .page.fmf .leftcol .category.active {
        display: block; } }
    .page.fmf .leftcol .category .menubreak {
      text-align: center;
      font-size: 13px;
      text-transform: uppercase;
      margin-top: 15px;
      position: relative; }
    .page.fmf .leftcol .category .menubreak:before {
      content: '';
      display: block;
      width: 30px;
      heighit: 1px;
      border-top: #ddd 1px solid;
      position: absolute;
      top: 50%;
      left: 0; }
    .page.fmf .leftcol .category .menubreak:after {
      content: '';
      display: block;
      width: 30px;
      heighit: 1px;
      border-top: #ddd 1px solid;
      position: absolute;
      top: 50%;
      right: 0; }
    .page.fmf .leftcol .category .item {
      font-family: 'futura_ltbook';
      font-size: 17px;
      margin-bottom: 8px;
      position: relative; }
    .page.fmf .leftcol .category .item:hover {
      background-color: #f2f2f2; }
      .page.fmf .leftcol .category .item:hover a {
        background-color: #f2f2f2; }
    .page.fmf .leftcol .category .item.active {
      border-left: #f58129 5px solid;
      padding-left: 8px; }
      .page.fmf .leftcol .category .item.active a {
        color: #f58129; }
    .page.fmf .leftcol .category .item a {
      display: block; }
    .page.fmf .leftcol .category .item .editCateBtn {
      display: inline-block;
      font-family: 'futura_ltbook';
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      color: #f58129;
      background: #f2f2f2;
      box-sizing: border-box;
      padding: 5px;
      width: auto;
      cursor: pointer;
      color: #999;
      background: #fff;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      padding: 0; }
      .page.fmf .leftcol .category .item .editCateBtn:hover {
        background: #f2f2f2, 10%;
        color: #e1670a; }
      .page.fmf .leftcol .category .item .editCateBtn:hover {
        color: #c85c6c;
        background: #fff; }
      .page.fmf .leftcol .category .item .editCateBtn:before {
        display: inline-block;
        font-size: 23px;
        vertical-align: sub;
        margin-right: 8px; }
      @media (max-width: 780px) {
      .page.fmf .leftcol .category .item .editCateBtn {
        display: none; } }
      .page.fmf .leftcol .category .item .editCateBtn:hover {
        background: transparent; }
  .page.fmf .rightcol {
    width: calc(100% - 250px);
    float: left; }
  @media (max-width: 780px) {
    .page.fmf .rightcol {
      width: 100%;
      float: none; } }
  .page.fmf .rightcol .tagInfo {
    margin-bottom: 30px; }
    .page.fmf .rightcol .tagInfo:before, .page.fmf .rightcol .tagInfo:after {
      content: "";
      display: block;
      clear: both; }
    .page.fmf .rightcol .tagInfo .tagList {
      width: 70%;
      float: left; }
    @media (max-width: 780px) {
      .page.fmf .rightcol .tagInfo .tagList {
        width: 100%;
        padding-top: 20px;
        border-top: #bcbcbc 1px solid;
        margin-top: 50px; } }
    .page.fmf .rightcol .tagInfo .tagList li {
      margin-bottom: 10px; }
    .page.fmf .rightcol .tagInfo .adminControl {
      width: 30%;
      float: right;
      text-align: right; }
    @media (max-width: 1050px) {
      .page.fmf .rightcol .tagInfo .adminControl {
        display: none; } }
    .page.fmf .rightcol .tagInfo .adminControl .editTagBtn {
      display: inline-block;
      font-family: 'futura_ltbook';
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      color: #f58129;
      background: #f2f2f2;
      box-sizing: border-box;
      padding: 5px;
      width: auto;
      cursor: pointer;
      color: #999;
      background: #fff;
      box-sizing: border-box;
      border: #ddd 1px solid;
      margin-bottom: 10px;
      display: inlnine-block; }
      .page.fmf .rightcol .tagInfo .adminControl .editTagBtn:hover {
        background: #f2f2f2, 10%;
        color: #e1670a; }
      .page.fmf .rightcol .tagInfo .adminControl .editTagBtn:hover {
        color: #c85c6c;
        background: #fff; }
      .page.fmf .rightcol .tagInfo .adminControl .editTagBtn:before {
        display: inline-block;
        font-size: 23px;
        vertical-align: sub;
        margin-right: 8px; }
      @media (max-width: 1050px) {
      .page.fmf .rightcol .tagInfo .adminControl .editTagBtn {
        display: none; } }
    .page.fmf .rightcol .tagInfo .adminControl .addTagBtn {
      display: inline-block;
      font-family: 'futura_ltbook';
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      color: #f58129;
      background: #f2f2f2;
      box-sizing: border-box;
      padding: 5px;
      width: auto;
      cursor: pointer;
      display: inlnine-block;
      margin-bottom: 10px; }
      .page.fmf .rightcol .tagInfo .adminControl .addTagBtn:hover {
        background: #f2f2f2, 10%;
        color: #e1670a; }
      .page.fmf .rightcol .tagInfo .adminControl .addTagBtn:before {
        display: inline-block;
        font-size: 23px;
        vertical-align: sub;
        margin-right: 8px; }
      @media (max-width: 1050px) {
      .page.fmf .rightcol .tagInfo .adminControl .addTagBtn {
        display: none; } }
  .page.fmf .rightcol article {
    border-top: #999 1px solid;
    margin-bottom: 50px; }
    .page.fmf .rightcol article .addDishBtn {
      display: inline-block;
      font-family: 'futura_ltbook';
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      color: #f58129;
      background: #f2f2f2;
      box-sizing: border-box;
      padding: 5px;
      width: auto;
      cursor: pointer;
      display: block;
      margin: 30px auto 0;
      max-width: 100px;
      text-align: center; }
    .page.fmf .rightcol article .addDishBtn:hover {
      background: #f2f2f2, 10%;
      color: #e1670a; }
    .page.fmf .rightcol article .addDishBtn:before {
      display: inline-block;
      font-size: 23px;
      vertical-align: sub;
      margin-right: 8px; }

@media (max-width: 1050px) {
    .adminControl {
      display: none; } }
  @media (max-width: 1050px) {
    .adminControl .editbtn {
      display: none; } }

.dishList {
  display: table;
  width: 100%;
  margin-top: 50px;
  border-top: #dedede 1px solid;
  padding-top: 20px;
  padding-left: 0; }
  @media (max-width: 780px) {
  .dishList {
    display: block;
    padding-left: 0; } }

.dishEdit {
  background: #c85c6c;
  display: block;
  width: 100%; }

.dish {
  display: table-row;
  min-height: 50px;
  padding-top: 1px; }
  @media (max-width: 780px) {
  .dish {
    display: block;
    margin-bottom: 15px; }
    .dish:before, .dish:after {
      content: "";
      display: block;
      clear: both; } }
  .dish:hover, .dish.isadded {
    background: #f2f2f2; }
  .dish:hover .numinputwrap, .dish.isadded .numinputwrap {
    visibility: visible !important; }
  .dish:hover .btn.default, .dish.isadded .btn.default, .dish:hover .btn.remove, .dish.isadded .btn.remove {
    visibility: visible !important; }
  .dish .isadded .inCart {
    display: none; }
  .dish > div {
    display: table-cell;
    box-sizing: border-box; }
  @media (max-width: 780px) {
    .dish > div {
      display: block;
      float: left;
      width: 100%; } }
  .dish .dishDeets {
    width: 50%;
    padding: 5px 10px 10px; }
  @media (max-width: 780px) {
    .dish .dishDeets {
      width: 100%;
      padding-left: 0; } }
  .dish h2 {
    font-size: 17px;
    font-family: 'futura_ltbook';
    margin: 0; }
  .dish h2:hover {
    color: #000; }
  .dish p {
    margin: 0;
    font-size: 14px; }
  .dish .ingredients {
    color: #999; }
  .dish .price, .dish .portion, .dish .state, .dish .adminControl {
    vertical-align: middle;
    text-align: center; }
  .dish .price {
    text-align: right;
    width: 20%; }
  @media (max-width: 780px) {
    .dish .price {
      width: 33%;
      text-align: left;
      padding-top: 10px; } }
  .dish .portion {
    text-align: center;
    white-space: nowrap;
    width: 20%; }
  @media (max-width: 780px) {
    .dish .portion {
      width: 33%; } }
  .dish .portion .numinputwrap {
    visibility: hidden;
    border: none;
    display: inline-block;
    height: 40px; }
    @media (max-width: 780px) {
    .dish .portion .numinputwrap {
      visibility: visible; }
      .dish .portion .numinputwrap .number {
        border: #d4d4d4 1px solid; } }
  .dish .portion .btn {
    display: inline-block;
    cursor: pointer; }
    .dish .portion .btn.remove {
      color: #999;
      visibility: hidden;
      font-size: 20px; }
  .dish .cart {
    text-align: center;
    vertical-align: middle; }
  @media (max-width: 780px) {
    .dish .cart {
      width: 33%;
      float: right;
      padding-top: 10px;
      text-align: right; } }
  .dish .cart .addtoCart {
    cursor: default;
    display: inline-block;
    font-size: 12px;
    box-sizing: border-box;
    padding: 5px;
    background: #ddd;
    color: #fff;
    text-transform: uppercase; }
    .dish .cart .addtoCart.active {
      cursor: pointer;
      color: #fff;
      background: #f58129; }
  .dish .editbtn {
    text-align: center;
    font-size: 22px;
    color: #999;
    cursor: pointer; }
  .dish .editbtn:hover {
    color: #c85c6c; }

.dish.added {
  background: #f2f2f2; }
  .dish .remove {
    margin-top: 10px; }

.tagging table {
  height: 100%; }
  .tagging tr {
    height: 100%; }
  .tagging .tag {
    width: 14px;
    height: 28px;
    margin-right: -5px;
    background: #999;
    color: transparent;
    vertical-align: middle; }
  @media (max-width: 780px) {
    .tagging .tag {
      width: 28px;
      height: 14px; } }

.page.lessons .flicker.grid {
  padding-left: 0; }
  .page.lessons .flicker.grid:after {
    content: "";
    display: block;
    clear: both; }
  .page.lessons .flicker.grid > .gridcol {
    float: left;
    margin-right: 2%;
    width: 23.5%; }
    .page.lessons .flicker.grid > .gridcol:nth-child(4n) {
      margin-right: 0px; }
  @media (max-width: 1050px) {
    .page.lessons .flicker.grid:after {
      content: "";
      display: block;
      clear: both; }
      .page.lessons .flicker.grid > .gridcol {
        float: left;
        margin-right: 2%;
        width: 49%; }
        .page.lessons .flicker.grid > .gridcol:nth-child(2n) {
          margin-right: 0px; } }
  @media (max-width: 780px) {
    .page.lessons .flicker.grid:after {
      content: "";
      display: block;
      clear: both; }
      .page.lessons .flicker.grid > .gridcol {
        float: left;
        margin-right: 0%;
        width: 100%; }
        .page.lessons .flicker.grid > .gridcol:nth-child(1n) {
          margin-right: 0px; } }

.page.checkout, .orderSummary {
  padding-top: 30px;
  background: #e2e2e2;
  min-height: calc(100vh - 230px); }
  .page.checkout .paper, .orderSummary .paper {
    background: #fff;
    box-sizing: border-box;
    padding: 50px; }
  .page.checkout h1, .orderSummary h1 {
    text-align: center; }
  .page.checkout h2, .orderSummary h2 {
    margin-top: 0; }
  @media (max-width: 780px) {
      .page.checkout form h2, .orderSummary form h2 {
        font-size: 25px; } }
  .page.checkout .message, .orderSummary .message {
    max-width: 960px;
    margin: 0 auto; }
  .page.checkout .info, .orderSummary .info {
    text-align: right;
    font-size: 14px;
    color: #999; }
  .page.checkout .cartContent, .orderSummary .cartContent {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 50px; }
  .page.checkout .cartContent:before, .orderSummary .cartContent:before, .page.checkout .cartContent:after, .orderSummary .cartContent:after {
    content: "";
    display: block;
    clear: both; }
  .page.checkout .cartContent .step1, .orderSummary .cartContent .step1 {
    margin: 0 auto 50px; }
  @media (max-width: 780px) {
      .page.checkout .dishList .dish, .orderSummary .dishList .dish {
        padding-bottom: 10px;
        border-bottom: #d4d4d4 1px solid; } }
    .page.checkout .dishList .dish .portion input[type="number"], .orderSummary .dishList .dish .portion input[type="number"] {
      visibility: visible;
      border: #d4d4d4 1px solid; }
    .page.checkout .dishList .dish .portion a, .orderSummary .dishList .dish .portion a {
      visibility: visible; }
    .page.checkout .dishList .dish:hover, .orderSummary .dishList .dish:hover {
      background-color: #fff; }
    .page.checkout .dishList .dish .itemSum, .orderSummary .dishList .dish .itemSum {
      vertical-align: middle;
      text-align: right;
      padding-right: 15px; }
    @media (max-width: 780px) {
      .page.checkout .dishList .dish .itemSum, .orderSummary .dishList .dish .itemSum {
        width: 33%;
        padding-top: 10px; } }
    .page.checkout .dishList .dish:last-of-type > div, .orderSummary .dishList .dish:last-of-type > div {
      border-bottom: #d4d4d4 1px solid; }
      @media (max-width: 780px) {
      .page.checkout .dishList .dish:last-of-type > div, .orderSummary .dishList .dish:last-of-type > div {
        border-bottom: none; } }
  .page.checkout .dishList .listHeader, .orderSummary .dishList .listHeader {
    background: #fff; }
    .page.checkout .dishList .listHeader:hover, .orderSummary .dishList .listHeader:hover {
      background: #fff; }
    .page.checkout .dishList .listHeader > div, .orderSummary .dishList .listHeader > div {
      color: #000;
      text-transform: uppercase;
      font-size: 14px;
      border-bottom: 2px #000 solid; }
    .page.checkout .dishList .listHeader .qty, .orderSummary .dishList .listHeader .qty {
      text-align: center; }
  .page.checkout .buttons, .orderSummary .buttons {
    clear: both;
    text-align: center; }
  .page.checkout .buttons:before, .orderSummary .buttons:before, .page.checkout .buttons:after, .orderSummary .buttons:after {
    content: "";
    display: block;
    clear: both; }
  .page.checkout .buttons a, .orderSummary .buttons a {
    display: inline-block;
    width: auto; }
  .page.checkout .buttons .cancel, .orderSummary .buttons .cancel {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    background: #bebebe;
    color: #fff;
    display: inline-block;
    width: auto; }
    .page.checkout .buttons .cancel:hover, .orderSummary .buttons .cancel:hover {
      color: #fff;
      background: #a5a5a5; }
  .page.checkout .buttons .order, .orderSummary .buttons .order {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    background: #c85c6c;
    color: #fff;
    display: inline-block;
    width: auto; }
    .page.checkout .buttons .order:hover, .orderSummary .buttons .order:hover {
      color: #fff;
      background: #b43d4e; }
  .page.checkout .buttons #process-order, .orderSummary .buttons #process-order {
    display: none; }
    .page.checkout .buttons #process-order.active, .orderSummary .buttons #process-order.active {
      display: inline-block; }
  .page.checkout .buttons #goback, .orderSummary .buttons #goback {
    display: none; }
    .page.checkout .buttons #goback.active, .orderSummary .buttons #goback.active {
      display: inline-block; }
  .page.checkout .buttons #update-cart, .orderSummary .buttons #update-cart {
    display: none; }
    .page.checkout .buttons #update-cart.active, .orderSummary .buttons #update-cart.active {
      display: inline-block; }
  .page.checkout .buttons #discard, .orderSummary .buttons #discard {
    display: none; }
    .page.checkout .buttons #discard.active, .orderSummary .buttons #discard.active {
      display: inline-block; }

.cartSummary {
  width: 40%;
  float: right;
  margin: 30px 0 50px;
  padding-left: 0; }
  .cartSummary:before, .cartSummary:after {
    content: "";
    display: block;
    clear: both; }
  .cartSummary li {
    list-style: none; }
  .cartSummary.disable {
    visibility: hidden !important; }
  @media (max-width: 1050px) {
  .cartSummary {
    width: 45%; } }
  @media (max-width: 780px) {
  .cartSummary {
    width: 100%; } }
  .cartSummary li {
    color: #999;
    font-size: 14px;
    text-transform: uppercase; }
  .cartSummary li span {
    float: right;
    margin-right: 10px; }
  .cartSummary li.total {
    color: #000;
    font-size: 16px;
    font-weight: bold; }

.wheretogo {
  margin-bottom: 15px; }
  .wheretogo:before, .wheretogo:after {
    content: "";
    display: block;
    clear: both; }
  .wheretogo input[type="radio"] {
    display: none; }
  .wheretogo input[type="radio"] + label {
    display: block;
    width: 50%;
    height: auto;
    clear: none;
    margin: 0;
    border: #d4d4d4 1px solid;
    text-align: center; }
  .wheretogo input[type="radio"]:checked + label {
    background: #f58129;
    border-color: #f58129;
    color: #fff; }

.delieveryInfo {
  font-size: 13px; }

.step2 form {
  box-sizing: border-box;
  background: #fff;
  padding: 50px;
  max-width: 550px; }
  @media (max-width: 780px) {
    .step2 form {
      width: 100%;
      padding: 20px; } }
  .step2 form input, .step2 form textarea {
    border-color: #dedede; }
  .step2 form fieldset {
    padding-top: 20px; }

.orderProcess {
  color: #999;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 50px; }

.orderFinal {
  text-align: center; }
  .orderFinal .btn {
    float: none !important; }
  .orderFinal .btn.cancel {
    color: #999 !important;
    background: #fff !important; }

.update.message.error {
  display: none !important; }
  .update.message.error.active {
    display: block !important; }

.page.orderSummary {
  padding-top: 50px;
  background: #e2e2e2; }
  .page.orderSummary .btn {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    background: #c85c6c;
    color: #fff;
    margin: 20px 0;
    float: right;
    font-size: 14px; }
  .page.orderSummary .btn:hover {
    color: #fff;
    background: #b43d4e; }
  .page.orderSummary .order-result {
    text-align: center;
    font-family: 'amaticbold';
    font-size: 30px;
    border: none;
    color: #fff;
    background: #92bf2e; }

.PDF {
  clear: both;
  box-shadow: 1px 1px 3px #d4d4d4;
  background: #fff;
  border: #f2f2f2 1px solid;
  box-sizing: border-box;
  padding: 1em; }
  .PDF:before, .PDF:after {
    content: "";
    display: block;
    clear: both; }
  .PDF .customer {
    width: 85%;
    margin: 50px auto;
    margin-bottom: 30px; }
  .PDF .customer:before, .PDF .customer:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 780px) {
    .PDF .customer {
      width: 100%; } }
  .PDF .customer > li {
    width: 32%;
    margin-right: 2%;
    float: left;
    border-top: #ddd 1px solid;
    padding-top: 20px; }
    @media (max-width: 780px) {
    .PDF .customer > li {
      width: 100%; } }
    .PDF .customer > li:last-of-type {
      margin-right: 0; }
  .PDF .customer p {
    margin: 8px 0;
    font-size: 13px; }
  .PDF h1 {
    margin-top: 0; }
  .PDF h2 {
    font-size: 1.5em; }
  .PDF .aHalf {
    width: 50%;
    float: left; }
  .PDF .dishList {
    padding-left: 0; }
  @media (max-width: 780px) {
      .PDF .dish.listHeader {
        display: none; } }
    .PDF .dish.listHeader .qty {
      text-align: center; }
  .PDF .dish .subTot {
    vertical-align: middle; }
  @media (max-width: 780px) {
    .PDF .dish .dishDeets {
      margin-bottom: 20px; }
      .PDF .dish .price {
        padding-top: 0; }
      .PDF .dish .subTot {
        width: 32%;
        float: left; } }
  .PDF .dish .name {
    font-size: 14px; }

.page.users {
  margin-top: 100px; }
  .page.users .userTitle {
    font-family: FuturaLT;
    font-size: 40px;
    text-align: center;
    color: #000;
    text-transform: uppercase; }
  .page.users .loginTitle {
    color: #d6613a; }
  .page.users form {
    margin-top: 40px;
    width: 500px; }
  .page.users input[type="text"], .page.users input[type="email"], .page.users input[type="tel"], .page.users input[type="password"], .page.users textarea {
    width: 100%; }
  .page.users button[type="submit"] {
    background-color: #d6613a;
    text-transform: uppercase;
    width: 30%;
    padding: 10px 0;
    clear: both;
    font-family: FuturaLT;
    font-size: 16px;
    color: #fff;
    margin-bottom: 250px; }
  .page.users .forgotten-password {
    width: 150px;
    font-family: FuturaLT;
    font-size: 14px;
    text-align: left;
    color: #d6613a; }
  .page.users .lead {
    font-family: FuturaLT;
    font-size: 14px;
    line-height: 1.64;
    text-align: center;
    color: #666;
    margin-top: 30px;
    margin-left: 55px; }

body.dashboard .wrapper {
  background: #f58129;
  background: linear-gradient(to bottom right, #f58129, #c85c6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start, endColorstr=$end, GradientType=1); }
  body.dashboard .wrapper .loginform {
    width: 90%;
    max-width: 500px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 30px; }
    body.dashboard .wrapper .loginform h1 {
      text-align: center; }
    body.dashboard .wrapper .loginform .remember {
      display: inline-block;
      float: right; }
    body.dashboard .wrapper .loginform input[type="submit"] {
      clear: both;
      display: block;
      margin: 0 auto; }
  body.dashboard footer {
    background: transparent;
    position: absolute;
    bottom: 0;
    width: 100%; }

.news-detail-page h1 {
  font-family: 'futura_ltbook', sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px; }
  .news-detail-page h2 {
    font-size: 1.9 rem !important; }
  .news-detail-page p {
    margin-bottom: 20px; }
  .news-detail-page .lead {
    font-size: 20px; }
  .news-detail-page .q {
    border: 1px;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    text-align: center;
    color: #999; }
  .news-detail-page small {
    font-family: 'futura_ltlight', sans-serif;
    font-size: 14px; }
  .news-detail-page table, .news-detail-page .menu {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
    padding-top: 30px; }
  .news-detail-page table.list, .news-detail-page .menu.list {
    border-top: 1px #000 solid; }
  .news-detail-page table tr, .news-detail-page .menu tr, .news-detail-page table li, .news-detail-page .menu li {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'futura_ltlight', sans-serif;
    list-style: none; }
    .news-detail-page table tr td, .news-detail-page .menu tr td, .news-detail-page table li td, .news-detail-page .menu li td {
      padding: 5px; }
    .news-detail-page table tr td a, .news-detail-page .menu tr td a, .news-detail-page table li td a, .news-detail-page .menu li td a {
      display: block;
      color: #000; }
    .news-detail-page table tr strong, .news-detail-page .menu tr strong, .news-detail-page table li strong, .news-detail-page .menu li strong, .news-detail-page table tr .name, .news-detail-page .menu tr .name, .news-detail-page table li .name, .news-detail-page .menu li .name {
      font-family: 'futura_ltbook', sans-serif; }
  .news-detail-page ul {
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
    max-width: 940px;
    margin: 30px auto; }
  .news-detail-page ul.grid {
    padding-left: 0;
    max-width: none; }
  .news-detail-page ul li {
    list-style: disc; }
    .news-detail-page ul li.gridcol {
      list-style: none; }
    .news-detail-page ul li ul {
      width: 100%;
      max-width: 940px;
      margin: auto; }
    .news-detail-page ul li ul li {
      list-style: circle; }
  .news-detail-page a {
    color: #f58129; }
  .news-detail-page a:hover {
    text-decoration: underline; }
  .news-detail-page .circle {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    max-width: 300px; }
  .news-detail-page .circle.right {
    float: right;
    margin: 0 0 30px 30px; }
    @media (max-width: 780px) {
    .news-detail-page .circle.right {
      float: none;
      margin: 0 auto 30px; } }
  .news-detail-page .circle img {
    width: 100%;
    display: block; }
  .news-detail-page .aHalf {
    width: 46%;
    margin-right: 8%;
    float: left; }
  .news-detail-page .aHalf:nth-of-type(odd) {
    margin-right: 0; }
  .news-detail-page .news-images {
    padding-left: 0;
    list-style: none; }
  .news-detail-page .news-images .news-images-item {
    position: relative;
    list-style: none;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    background-size: cover; }
    .news-detail-page .news-images .news-images-item:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.66667%; }
    .news-detail-page .news-images .news-images-item > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .news-detail-page .news-images .news-images-item:nth-of-type(even) {
      margin-right: 0; }
    .news-detail-page .news-images .news-images-item .content {
      position: absolute;
      width: 100%;
      height: 100%; }

#get-a-quote {
  cursor: pointer;
  display: inline-block;
  background-color: #f58129;
  padding: 16px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-family: 'futura_ltbook', sans-serif;
  text-decoration: none; }

.related-news {
  text-align: center; }
  .related-news a {
    display: inline-block; }

.slideshow {
  position: relative; }
  .slideshow .news-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: block;
    width: 90%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 10;
    color: #fff;
    text-shadow: 0 0 12px #000;
    transition: all 0.5s ease; }
  .slideshow .news-title:before, .slideshow .news-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0.3;
    transition: all 0.5s ease; }
  .slideshow .news-title:after {
    top: auto;
    bottom: -20px; }
  .slideshow .news-title h1 {
    font-size: 16px; }
  .slideshow .slides {
    box-sizing: border-box;
    padding-left: 0;
    width: 100%;
    max-width: none;
    margin: 0; }
  .slideshow .slides li {
    list-style: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 394px; }
  .slideshow .flex-direction-nav {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    max-width: none; }
  .slideshow .flex-direction-nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
