@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Settings
 * Anything that should be specified globally and changed quickly
 */
/**
 * Frameworks
 * Using grid layout with Bourbon Neat (and useful SASS Mixins)*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * Helpers
 * Useful functions and mixins
 */
.hide {
  display: none !important; }

.show {
  display: block !important; }

/**
 * Vendor
 * Styles for vendor plugins
 */
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider/flexslider-icon.eot");
  src: url("../fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider/flexslider-icon.woff") format("woff"), url("../fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/vendor/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/vendor/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/vendor/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../images/vendor/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
select {
  display: none; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

/*# sourceMappingURL=nice-select.css.map */
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: white; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s; }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }
.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }
.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.nice-select {
  float: none;
  margin: 10px;
  margin-bottom: 20px; }
  .nice-select ul.list {
    display: block;
    max-height: 350px;
    width: 100%;
    overflow: scroll; }
    .nice-select ul.list li {
      display: block; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-wrap .fancybox-skin {
  padding: 60px !important;
  background: #fff;
  border-radius: 0; }
.fancybox-wrap .fancybox-close {
  top: 12px;
  right: 12px;
  height: 14px;
  width: 14px;
  background: url("../images/vendor/fancybox/close.png") no-repeat; }
  .fancybox-wrap .fancybox-close:hover {
    background: url("../images/vendor/fancybox/close-hover.png") no-repeat; }

.picker__input.picker__input--active {
  border-color: white; }

.picker__day--highlighted,
.picker--focused .picker__day--selected {
  background: #E61A42;
  border-color: #E61A42; }

.picker__day--today:before {
  border-top-color: white; }

.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
  border-color: white; }

.picker {
  outline: none !important; }

*:focus {
  outline: none; }

/**
 * Layout
 * Basic layout things like Header, Footer, Buttons etc.
 */
html,
body {
  height: 100%;
  background: #FFFAF2; }

#page main {
  position: relative;
  display: block;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top; }
  #page main::after {
    clear: both;
    content: "";
    display: table; }
  #page main::after {
    clear: both;
    content: "";
    display: table; }

#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -50px; }
  #page .stick {
    display: block;
    height: 50px; }

body > footer {
  height: 50px; }

p, span, a, strong,
h1, h2, h3, h4,
input, textarea, button, label,
dl dt, dl dd,
li, li a,
table td, table th,
.picker__month, .picker__year {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #353739;
  line-height: 140%; }

h1, h2 {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 130%;
  font-size: 1.5625em;
  padding-bottom: 20px; }

h3 {
  display: block;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 20px; }
  h3:first-of-type {
    padding-top: 0; }

p {
  display: block;
  padding-bottom: 10px; }
  p:last-child {
    padding-bottom: 0; }

form h2 {
  padding-left: 7px;
  padding-bottom: 30px; }

.strong, strong {
  font-weight: 700; }
  .strong a, strong a {
    font-weight: 700; }

header#page-header {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  header#page-header::after {
    clear: both;
    content: "";
    display: table; }
  header#page-header::after {
    clear: both;
    content: "";
    display: table; }

footer#page-footer {
  position: relative;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  footer#page-footer::after {
    clear: both;
    content: "";
    display: table; }
  footer#page-footer span {
    display: inline-block;
    font-size: 13px;
    line-height: 50px;
    padding-right: 5px; }
  footer#page-footer span.copyleft {
    padding-right: 8px; }

.content {
  background: white;
  padding: 30px; }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons-common.eot?b647cd720b48b3c03c098272116144b4");
  src: url("../fonts/icons/icons-common.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/icons-common.woff?b647cd720b48b3c03c098272116144b4") format("woff"), url("../fonts/icons/icons-common.ttf?b647cd720b48b3c03c098272116144b4") format("truetype");
  font-weight: normal;
  font-style: normal; }
.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hamburger:before {
  content: "\f101"; }

.icon-cart:before {
  content: "\f102"; }

.icon-cross:before {
  content: "\f103"; }

.icon-like:before {
  content: "\f104"; }

.icon-info:before {
  content: "\f105"; }

ul {
  position: relative;
  list-style: none; }
  ul li {
    display: inline-block; }
  ul a {
    display: block; }

dl dt {
  float: left;
  clear: both;
  width: 70px;
  color: #909090; }
dl dt, dl dd {
  padding: 3px 0; }

ul.blocks li {
  display: block; }
ul.blocks li.top {
  padding-top: 10px; }

form label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #909090;
  padding-top: 20px; }
  form label.required:after {
    content: ' *';
    color: #E61A42;
    font-size: 18px;
    font-weight: 700; }
form input, form textarea {
  display: block;
  width: 100%;
  padding: 10px 10px;
  outline: none;
  font-size: 20px;
  border: 0;
  resize: none; }
form .holder {
  position: relative;
  border-bottom: 1px dashed #909090; }
  form .holder.has-error span.form-error {
    position: absolute;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    background: #F78900;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    top: 50px;
    right: 10px; }
form .advice {
  padding: 30px 0 0;
  text-align: center;
  color: #838383; }
form .actions {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 30px; }
form input.delivery-date {
  cursor: pointer; }

form#order {
  width: 550px; }
  form#order h2 {
    padding-bottom: 10px; }
  form#order .legal {
    display: block;
    padding-left: 8px;
    text-transform: uppercase;
    padding-bottom: 30px; }
  form#order .lesamis-advice {
    display: none; }
    form#order .lesamis-advice strong {
      color: #F25774; }
  form#order.lesamis-order .company-holder,
  form#order.lesamis-order .street-holder,
  form#order.lesamis-order .place-holder {
    display: none; }
  form#order.lesamis-order .lesamis-advice {
    display: block; }
  form#order .order-advice {
    padding: 20px;
    background: #CAE4FC; }
  @media screen and (max-width: 720px) {
    form#order {
      width: 100%; } }

button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
  background: #E61A42;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: white !important;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }
  button:hover {
    background: #b91434; }

a, li a {
  text-decoration: none;
  color: #E61A42;
  outline: none; }

nav#navigation {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 74.59566%;
  margin-right: 0;
  margin-top: 45px;
  padding: 25px 0; }
  nav#navigation:last-child {
    margin-right: 0; }
  nav#navigation ul {
    float: right; }
    nav#navigation ul li {
      padding: 0 10px; }
      nav#navigation ul li a {
        color: #6c6c6c;
        font-size: 0.9375em;
        text-transform: uppercase; }
        nav#navigation ul li a:hover {
          color: #E61A42; }
      nav#navigation ul li a.like {
        font-size: 18px;
        margin-top: -5px;
        color: #47639F; }
        nav#navigation ul li a.like:hover {
          color: #E61A42; }
      nav#navigation ul li.active a {
        color: #E61A42; }
  @media screen and (max-width: 720px) {
    nav#navigation {
      float: left;
      display: block;
      margin-right: 1.61735%;
      width: 100%;
      padding: 0;
      margin: 0;
      margin-bottom: 35px;
      text-align: center; }
      nav#navigation:last-child {
        margin-right: 0; }
      nav#navigation ul {
        float: none;
        display: inline-block; } }

/**
 * Components
 * Components cobines multiple markup elements into one and are highly reusable
 */
#products {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 61.89349%;
  max-width: 930px; }
  #products:last-child {
    margin-right: 0; }
  #products > ul > li {
    text-align: center; }
  @media screen and (min-width: 1048px) {
    #products ul > li {
      float: left;
      display: block;
      margin-right: 1.61735%;
      width: 32.2551%;
      margin-bottom: 13px; }
      #products ul > li:last-child {
        margin-right: 0; }
      #products ul > li:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 1048px) and (min-width: 720px) {
    #products ul > li {
      float: left;
      display: block;
      margin-right: 1.61735%;
      width: 49.19133%;
      margin-bottom: 8px; }
      #products ul > li:last-child {
        margin-right: 0; }
      #products ul > li:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    #products {
      float: left;
      display: block;
      margin-right: 1.61735%;
      width: 100%; }
      #products:last-child {
        margin-right: 0; }
      #products ul > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }

aside#cart {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 36.48916%;
  padding-left: 20px;
  font-size: 14px;
  padding-top: 20px; }
  aside#cart:last-child {
    margin-right: 0; }
  aside#cart.more-topping {
    padding-top: 90px; }
  aside#cart .inner > ul > li {
    display: table;
    width: 100%;
    padding: 10px 4px;
    border-bottom: 1px dashed #909090; }
    aside#cart .inner > ul > li div {
      position: relative;
      display: table-cell; }
      aside#cart .inner > ul > li div.count {
        width: 60px; }
        aside#cart .inner > ul > li div.count .amount {
          position: absolute;
          display: block;
          top: -2px;
          left: 0; }
          aside#cart .inner > ul > li div.count .amount .pieces {
            font-weight: 700; }
      aside#cart .inner > ul > li div.title {
        overflow: hidden; }
      aside#cart .inner > ul > li div.price {
        width: 80px;
        text-align: right; }
      aside#cart .inner > ul > li div.action {
        width: 30px;
        text-align: right; }
        aside#cart .inner > ul > li div.action a {
          margin-top: -4px;
          font-size: 10px;
          color: #353739; }
          aside#cart .inner > ul > li div.action a:hover {
            color: #E61A42; }
  aside#cart .inner > ul > li.placeholder {
    border-bottom: 0;
    color: #909090;
    padding-left: 0; }
  aside#cart .inner > .action {
    position: relative;
    display: block;
    padding: 20px 0;
    text-align: center; }
    aside#cart .inner > .action .delivery-conditions {
      display: block;
      color: #777777;
      font-size: 12px;
      font-weight: 300;
      padding-bottom: 5px;
      margin: 0 auto; }
      aside#cart .inner > .action .delivery-conditions a {
        display: inline; }
      aside#cart .inner > .action .delivery-conditions:last-of-type {
        padding-bottom: 20px; }
  @media screen and (max-width: 720px) {
    aside#cart {
      float: none;
      float: left;
      display: block;
      margin-right: 1.61735%;
      width: 100%;
      margin-right: 0; }
      aside#cart:last-child {
        margin-right: 0; } }

.cart-order-success-message {
  height: 80px;
  text-align: left; }
  .cart-order-success-message span {
    display: block; }
  .cart-order-success-message span.title {
    font-size: 25px; }
    .cart-order-success-message span.title i {
      color: #E61A42;
      font-size: 22px; }
  .cart-order-success-message span.hint {
    padding-top: 20px;
    font-size: 15px;
    color: #777777; }

/**
 * Partials
 * Small (and mostyl reusable) elements like buttons, batches or navigations
 */
.logo {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 23.78699%;
  margin: 25px 0 35px; }
  .logo:last-child {
    margin-right: 0; }
  .logo a {
    display: inline-block; }
  .logo .full {
    display: block; }
  .logo .signet {
    display: none; }
  @media screen and (max-width: 720px) {
    .logo {
      float: left;
      display: block;
      margin-right: 1.61735%;
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
      .logo:last-child {
        margin-right: 0; }
      .logo .full {
        display: none; }
      .logo .signet {
        display: block; } }

.amount {
  display: inline-block;
  width: 70px;
  vertical-align: top; }
  .amount li {
    display: inline-block !important;
    width: 15px;
    height: 20px;
    text-align: center;
    line-height: 20px; }
  .amount li a {
    display: block;
    font-size: 0.75em;
    color: #c3c3c3; }
    .amount li a:hover {
      color: #E61A42; }
  .amount .reduce a {
    font-size: 1.25em;
    line-height: 14px; }
  .amount .pieces {
    width: 20px;
    font-size: 0.875em; }

.paycards {
  position: absolute;
  display: block;
  top: 15px;
  right: 27px; }
  @media screen and (max-width: 720px) {
    .paycards {
      display: none; } }

.loader {
  position: relative;
  display: none;
  margin: 0px auto;
  width: 40px; }
  .loader:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .loader .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .loader .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }
@keyframes color {
  100%, 0% {
    stroke: #E61A42; } }
.svg span.legacy-browser-message {
  display: none; }

table.timetable {
  margin: 0 0 10px 0; }
  table.timetable td {
    padding: 2px 0; }
  table.timetable td.day {
    padding-right: 20px;
    color: #909090;
    width: 180px; }

.topadvice {
  background: #fff0d9; }

.useradvice {
  padding-left: 80px !important;
  background: #F2CB07; }
  .useradvice i.icon-info {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -20px;
    left: 22px;
    font-size: 40px; }

.topadvice, .useradvice {
  position: relative;
  display: block;
  padding: 25px 35px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-transform: uppercase; }
  .topadvice p, .useradvice p, .topadvice strong, .useradvice strong {
    font-size: 18px;
    line-height: 140%; }

article.product {
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 100%;
  text-align: left;
  background: white;
  padding: 8px;
  border-radius: 4px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }
  article.product .product-image {
    width: 100%;
    height: 180px;
    overflow: hidden; }
    article.product .product-image img {
      width: 100%;
      height: auto;
      max-height: 180px; }
    article.product .product-image.drink {
      text-align: center; }
      article.product .product-image.drink img {
        display: inline-block;
        width: auto;
        height: 180px; }
  article.product .description {
    height: 120px; }
    article.product .description h2 {
      font-size: 1.3125em;
      padding-bottom: 20px;
      font-family: 'Raleway', sans-serif; }
  article.product .order {
    position: relative;
    display: block; }
    article.product .order .cart {
      position: absolute;
      display: block;
      right: 20px;
      top: 14px;
      font-size: 24px;
      color: #353739;
      -webkit-transition: color 100ms;
      -moz-transition: color 100ms;
      transition: color 100ms; }
      article.product .order .cart:hover {
        color: #E61A42; }
  article.product .description, article.product .price {
    font-size: 0.875em; }
  article.product:hover {
    box-shadow: 0px 0px 18px -3px rgba(66, 66, 66, 0.3); }

article.product .price, article.product .order, article.product .description {
  padding: 10px; }

/**
 * Templates
 * Page or Template specific styles
 */
