/*
	Main colors
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
	Device widths
*/
/*
	Margins
*/
/*
	Font Sizes
*/
/*
	Line heights
*/
/*
	Border radius
*/
/* Own mixins */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.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;
}
.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;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.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;
  transform-style: preserve-3d;
}
.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-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.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("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-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;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.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;
}
.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-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span {
  background: #9b948c;
}
.owl-dots span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #d9cfc2;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.promotion.slider .owl-controls,
.news.slider .owl-controls {
  top: auto;
  bottom: 30px;
}
.news-carousel .owl-dot:hover span,
.news-carousel .owl-dot.active span {
  background: #ffffff;
}
.news-carousel span {
  background: rgba(255, 255, 255, 0.5);
}
.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker{width:100%}.picker__holder{position:absolute;background:#fff;border:1px solid #aaa;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:"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 .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s}.picker__frame{padding:1px}.picker__wrap{margin:-1px}.picker--opened .picker__holder{max-height:25em;-ms-filter:"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 .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;box-shadow:0 6px 18px 1px rgba(0,0,0,.12)}

.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.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:-.5em}}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--next,.picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-.25em}@media (min-width:24.5em){.picker__nav--next,.picker__nav--prev{top:-.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--next:before,.picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--next:hover,.picker__nav--prev:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:before,.picker__nav--disabled:before:hover,.picker__nav--disabled:hover{cursor:default;background:0 0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.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}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:33.875em){.picker__weekday{padding-bottom:.5em}}.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:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted{border-color:#0089ec}.picker--focused .picker__day--highlighted,.picker__day--highlighted:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker--focused .picker__day--selected,.picker__day--selected,.picker__day--selected:hover{background:#0089ec;color:#fff}.picker--focused .picker__day--disabled,.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__footer{text-align:center}.picker__button--clear,.picker__button--close,.picker__button--today{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:700;width:33%;display:inline-block;vertical-align:bottom}.picker__button--clear:hover,.picker__button--close:hover,.picker__button--today:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--clear:focus,.picker__button--close:focus,.picker__button--today:focus{background:#b1dcfb;border-color:#0089ec;outline:0}.picker__button--clear:before,.picker__button--close:before,.picker__button--today:before{position:relative;display:inline-block;height:0}.picker__button--clear:before,.picker__button--today:before{content:" ";margin-right:.45em}.picker__button--today:before{top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{top:-.25em;width:.66em;border-top:3px solid #e20}.picker__button--close:before{content:"\D7";top:-.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__button--today[disabled]:before{border-top-color:#aaa}

.picker__list{list-style:none;padding:.75em 0 4.2em;margin:0}.picker__list-item{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-bottom:-1px;position:relative;background:#fff;padding:.75em 1.25em}@media (min-height:46.75em){.picker__list-item{padding:.5em 1em}}.picker__list-item:hover{cursor:pointer;color:#000;background:#b1dcfb;border-color:#0089ec;z-index:10}.picker__list-item--highlighted{border-color:#0089ec;z-index:10}.picker--focused .picker__list-item--highlighted,.picker__list-item--highlighted:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker--focused .picker__list-item--selected,.picker__list-item--selected,.picker__list-item--selected:hover{background:#0089ec;color:#fff;z-index:10}.picker--focused .picker__list-item--disabled,.picker__list-item--disabled,.picker__list-item--disabled:hover{background:#f5f5f5;color:#ddd;cursor:default;border-color:#ddd;z-index:auto}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:0 0;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.picker--time .picker__button--clear:focus,.picker--time .picker__button--clear:hover{background:#b1dcfb;background:#e20;border-color:#e20;cursor:pointer;color:#fff;outline:0}.picker--time .picker__button--clear:before{top:-.25em;color:#666;font-size:1.25em;font-weight:700}.picker--time .picker__button--clear:focus:before,.picker--time .picker__button--clear:hover:before{color:#fff;border-color:#fff}.picker--time{min-width:256px;max-width:320px}.picker--time .picker__holder{background:#f2f2f2}@media (min-height:40.125em){.picker--time .picker__holder{font-size:.875em}}.picker--time .picker__box{padding:0;position:relative}

/* Chosen v1.4.0 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(chosen-sprite.png) no-repeat -30px -20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}
.sidr .sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #ffffff;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 1rem;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333333;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}
.sidr .btn--login-button-mobile {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.sidr .btn--login-button-mobile .fa {
  margin-right: 1rem;
}
.row {
  padding: 0 5%;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .row {
    padding: 0;
  }
}
.row.responsive {
  display: table;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .row.responsive {
    width: 100%;
  }
}
.row.responsive .first {
  display: table-footer-group;
}
.row.responsive .second {
  display: table-header-group;
}
@media only screen and (min-width: 768px) {
  .col {
    float: left;
    position: relative;
  }
}
.col.full {
  width: 100%;
}
.col.full-width {
  margin: 0 0.75%;
  width: 98.5%;
}
.col.two {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .col.two {
    width: 36.58730158730159%;
    padding: 0 6.706349206349206%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .col.four.product-grid {
    height: 0;
    padding-bottom: 25%;
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .col.four .inner {
    padding: 12%;
  }
}
@media only screen and (min-width: 1025px) {
  .col.one-half {
    width: 50%;
  }
}
.col.two-third {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1025px) {
  .col.two-third {
    width: 64.16666666666%;
    padding: 0 2.5% 0 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .col.two-third.cart-full {
    float: left;
  }
}
.col.one-third {
  width: 100%;
  /* display small text in side columns */
}
@media only screen and (min-width: 1025px) {
  .col.one-third {
    width: 30.83333333333%;
    padding: 0 0 0 2.5%;
  }
}
@media only screen and (min-width: 1025px) {
  .col.one-third.cart-widget {
    padding: 0;
    display: inline-block;
    width: 33.33333%;
  }
  .col.one-third.cart-widget:before,
  .col.one-third.cart-widget:after {
    content: "";
    display: table;
  }
  .col.one-third.cart-widget:after {
    clear: both;
  }
}
.col.one-third .text-only .big {
  font-size: 1.125rem;
  line-height: 1.4rem;
}
.col.one-third .text-only.content.main {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .col.one-third .text-only.content.main {
    padding-top: 3.625rem;
  }
}
.col.one-fourth {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .col.one-fourth {
    width: 48.5%;
    padding: 0 0.75%;
  }
}
@media only screen and (min-width: 850px) {
  .col.one-fourth {
    width: 31.8333%;
  }
}
@media only screen and (min-width: 1401px) {
  .col.one-fourth {
    width: 23.5%;
  }
}
.col.two.text-box.image-box,
.col.two.image-box.image-box {
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .col.two.text-box,
  .col.two.image-box {
    padding: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 1250px) {
  .col.two.text-box,
  .col.two.image-box {
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
  }
}
.col.two.text-box .inner,
.col.two.image-box .inner {
  padding: 9% 11%;
}
@media only screen and (min-width: 1250px) {
  .col.two.text-box.cubic,
  .col.two.image-box.cubic {
    padding-bottom: 50%;
  }
}
.col.two.text-box .btn,
.col.two.image-box .btn {
  display: inline-block;
  margin-top: 10px;
}
.col.six {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .col.six {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 1025px) {
  .col.six {
    width: 16.66666667%;
  }
}
.product-grid {
  max-width: 90%;
}
.product-grid .row {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .product-grid .four {
    height: 0;
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 1250px) {
  .product-grid .four {
    width: 25%;
    padding-bottom: 25%;
  }
}
.product-grid .four .inner {
  padding: 12% 11%;
}
.product-grid .six {
  height: 0;
  width: 50%;
  padding-bottom: 50%;
}
@media only screen and (min-width: 768px) {
  .product-grid .six {
    width: 33.33333333%;
    padding-bottom: 33.33333333%;
  }
}
@media only screen and (min-width: 1025px) {
  .product-grid .six {
    width: 16.66666667%;
    padding-bottom: 16.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  .product-grid.content.full {
    max-width: 96%;
  }
}
@media only screen and (min-width: 1025px) {
  .product-grid.content.full {
    max-width: 90%;
  }
}
.text-box {
  background: #ffffff;
  color: #55534f;
}
.product-grid {
  background: #9b948c;
}
.product-grid.alt {
  background: #f9f2e9;
}
/* Contao specific font overrides */
.one-third .mod_article .content.main {
  width: auto;
}
.one-third .mod_article .content.main .row {
  width: auto;
}
/*
	Basics
*/
body {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  background-color: #f9f2e9;
  color: #55534f;
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
}
body.active-overlay {
  overflow: hidden;
}
strong {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #55534f;
}
a:hover {
  color: #ff5b03;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
a[href^=tel] .fa {
  font-size: 1.388888888888889rem;
}
/* inner text links */
.text-only a,
p a {
  border-bottom: 1px solid #55534f;
}
.text-only a:hover,
p a:hover {
  border-color: #ff5b03;
}
/*
	Images
*/
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/*
	Titles
*/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
h1 {
  font-size: 1.625rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.625rem;
  }
}
h2 {
  font-size: 1.625rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.625rem;
  }
}
h2.topmargin {
  margin-top: 2.785rem;
}
h3 {
  font-size: 1.625rem;
  margin-bottom: 1.238095238095238rem;
}
.bold {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
/*
	Paragraphs
*/
p {
  margin: 0 0 1.5rem;
}
.text-left-box p,
.text-right-box p,
.bubble-inner p,
.product-grid p {
  line-height: 1.5rem;
}
p.empty {
  margin: 0;
}
/*
	Navigations
*/
nav ul {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  nav li {
    float: left;
    width: auto;
  }
}
nav li a {
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
nav li a:hover {
  color: #ff5b03;
}
/*
	Styles
*/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.small {
  font-size: 0.875rem;
  line-height: 1.1rem;
}
.big {
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .big {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.no-margin {
  margin: 0;
}
button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  padding: 14px 10px 13px;
}
input,
textarea {
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  -ms-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  background: #f8efe5;
}
/*
	Tables
*/
table {
  border-collapse: separate;
  background: transparent;
  margin: 0 0 2.25rem;
  width: 100%;
}
table.no-style tr {
  background: transparent;
}
table.no-style tr:nth-child(2n) {
  background: transparent;
}
table.no-style td {
  padding: 0;
  border: none;
}
table.transparent tr {
  background: transparent;
}
table.transparent tr td {
  border-bottom: none;
}
thead th {
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
  padding: 20px;
  background-image: #646f7f, #4a5564;
  border-top: 1px solid #858d99;
}
tr {
  background: none;
}
td {
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
tbody tr:last-child td {
  border-bottom: none;
}
/*
	Address
*/
address {
  font-style: normal;
  margin-bottom: 1.1rem;
}
/*
	Font colors
*/
.white {
  color: #ffffff;
}
.orange {
  color: #ff5b03;
}
.grey {
  color: rgba(0, 0, 0, 0.35);
}
.grey-light {
  color: #a2a09b;
}
/*
	Background colors
*/
.white-bg {
  background-color: #ffffff;
}
.orange-bg {
  background-color: #ff5b03;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.orange-bg:hover {
  background-color: #e95100;
}
.green-bg {
  background-color: #93ba21;
}
.brown-yellow-bg {
  background-color: #8f7e4f;
}
.purple-bg {
  background-color: #98838f;
}
.brown-bg {
  background: #696056;
}
.grey-bg {
  background: #9b948c;
}
/*
	Responsive helper
*/
.hidden-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-mobile-up {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-mobile-inline {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-tablet {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1250px) {
  .hidden-desktop-sm {
    display: none;
  }
}
/*
	Clearfix
*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none;
}
iframe.jobs {
  height: 2600px;
}
/* animations */
@keyframes shake {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes drivethrough {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(-30px) rotate(7deg);
    -moz-transform: translateX(-30px) rotate(7deg);
    -ms-transform: translateX(-30px) rotate(7deg);
    transform: translateX(-30px) rotate(7deg);
  }
  100% {
    -webkit-transform: translateX(-1500px) rotate(0deg);
    -moz-transform: translateX(-1500px) rotate(0deg);
    -ms-transform: translateX(-1500px) rotate(0deg);
    transform: translateX(-1500px) rotate(0deg);
  }
}
@keyframes show {
  0% {
    opacity: 1;
    height: 100%;
  }
  95% {
    opacity: 1;
    height: 100%;
  }
  99.9% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-3px);
  }
}
@-webkit-keyframes drivethrough {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(-30px) rotate(7deg);
    -moz-transform: translateX(-30px) rotate(7deg);
    -ms-transform: translateX(-30px) rotate(7deg);
    transform: translateX(-30px) rotate(7deg);
  }
  100% {
    -webkit-transform: translateX(-1500px) rotate(0deg);
    -moz-transform: translateX(-1500px) rotate(0deg);
    -ms-transform: translateX(-1500px) rotate(0deg);
    transform: translateX(-1500px) rotate(0deg);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 1;
    height: 100%;
  }
  95% {
    opacity: 1;
    height: 100%;
  }
  99.9% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.navigation-container {
  width: 100%;
  z-index: 10;
  position: relative;
  -webkit-transform: translateZ(100px);
  -moz-transform: translateZ(100px);
  -ms-transform: translateZ(100px);
  transform: translateZ(100px);
}
.navigation-container .inner {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .navigation-container .inner {
    max-width: 96%;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .navigation-container .inner {
    max-width: 90%;
  }
}
.navigation-container.scroll-to-fixed-fixed {
  background: #f9f2e9;
}
.main-navigation .navigation-container.scroll-to-fixed-fixed ul a {
  color: #55534f;
}
.main-navigation .navigation-container.scroll-to-fixed-fixed .nav-right li.shopping-cart a {
  color: #ffffff;
}
.main-navigation .navigation-container.scroll-to-fixed-fixed .nav-right li.book-menu a,
.main-navigation .navigation-container.scroll-to-fixed-fixed .nav-right li.order-menu a {
  color: #ff5b03;
}
.main-navigation .spacer {
  height: 25px;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-navigation .spacer {
    display: block;
  }
}
.main-navigation,
.product-navigation {
  width: 100%;
}
.startpage .main-navigation,
.startpage .product-navigation,
.transparent .main-navigation,
.transparent .product-navigation {
  position: relative;
  z-index: 30;
}
@media only screen and (min-width: 768px) {
  .startpage .main-navigation,
  .startpage .product-navigation,
  .transparent .main-navigation,
  .transparent .product-navigation {
    padding: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 768px) {
  .startpage .main-navigation ul a,
  .startpage .product-navigation ul a,
  .transparent .main-navigation ul a,
  .transparent .product-navigation ul a {
    color: white;
  }
}
@media only screen and (min-width: 768px) {
  .startpage .main-navigation ul a:hover,
  .startpage .product-navigation ul a:hover,
  .transparent .main-navigation ul a:hover,
  .transparent .product-navigation ul a:hover {
    color: #ff5b03;
  }
}
.startpage .main-navigation ul li.submenu:hover > a,
.startpage .product-navigation ul li.submenu:hover > a,
.transparent .main-navigation ul li.submenu:hover > a,
.transparent .product-navigation ul li.submenu:hover > a {
  color: #ff5b03;
}
.startpage .main-navigation ul li.submenu:hover li:hover a,
.startpage .product-navigation ul li.submenu:hover li:hover a,
.transparent .main-navigation ul li.submenu:hover li:hover a,
.transparent .product-navigation ul li.submenu:hover li:hover a {
  color: #ff5b03;
}
.startpage .main-navigation ul li.book-menu:hover a,
.startpage .product-navigation ul li.book-menu:hover a,
.transparent .main-navigation ul li.book-menu:hover a,
.transparent .product-navigation ul li.book-menu:hover a,
.startpage .main-navigation ul li.order-menu:hover a,
.startpage .product-navigation ul li.order-menu:hover a,
.transparent .main-navigation ul li.order-menu:hover a,
.transparent .product-navigation ul li.order-menu:hover a {
  color: #ff5b03;
}
@media only screen and (min-width: 768px) {
  .startpage .main-navigation ul.level_2 a,
  .startpage .product-navigation ul.level_2 a,
  .transparent .main-navigation ul.level_2 a,
  .transparent .product-navigation ul.level_2 a {
    color: #55534f;
  }
}
.main-navigation .sidebar-nav,
.product-navigation .sidebar-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-navigation .sidebar-nav,
  .product-navigation .sidebar-nav {
    display: block;
    float: left;
  }
}
.main-navigation li,
.product-navigation li {
  font-size: 0.875rem;
  position: relative;
}
.main-navigation li.submenu > a,
.product-navigation li.submenu > a {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  background: transparent;
}
.main-navigation li.submenu > a span:after,
.product-navigation li.submenu > a span:after {
  content: " ▾";
}
@media only screen and (min-width: 768px) {
  .main-navigation li.submenu:focus .level_2,
  .product-navigation li.submenu:focus .level_2,
  .main-navigation li.submenu:hover .level_2,
  .product-navigation li.submenu:hover .level_2 {
    -webkit-transition-delay: 0s, 0s;
    max-height: 1000px;
    opacity: 1;
  }
}
.main-navigation li.submenu:focus > a,
.product-navigation li.submenu:focus > a,
.main-navigation li.submenu:hover > a,
.product-navigation li.submenu:hover > a {
  background: #ffffff;
  color: #ff5b03;
}
.main-navigation li.active > a,
.product-navigation li.active > a,
.main-navigation li.forward > a,
.product-navigation li.forward > a {
  color: #ff5b03;
}
.main-navigation a,
.product-navigation a {
  text-transform: uppercase;
  padding: 12px 0;
  display: block;
  line-height: 1rem;
}
@media only screen and (min-width: 768px) {
  .main-navigation a,
  .product-navigation a {
    padding: 16px 9px 15px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1401px) {
  .main-navigation a,
  .product-navigation a {
    padding: 16px 18px 15px;
  }
}
.main-navigation .brand,
.product-navigation .brand {
  font-size: 1.4375rem;
  float: left;
}
.main-navigation .brand a,
.product-navigation .brand a {
  line-height: 1;
  text-transform: lowercase;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  padding: 18px 0;
}
@media only screen and (min-width: 768px) {
  .main-navigation .brand a,
  .product-navigation .brand a {
    padding: 11px 8px 10px 0;
  }
}
@media only screen and (min-width: 1250px) {
  .main-navigation .brand a,
  .product-navigation .brand a {
    padding: 11px 22px 10px 0;
  }
}
.main-navigation .mobile-nav,
.product-navigation .mobile-nav {
  float: right;
  padding: 16px 0;
  margin-left: 20px;
}
.main-navigation .mobile-nav .fa,
.product-navigation .mobile-nav .fa {
  font-size: 25px;
}
.main-navigation .level_1.first li.first a,
.product-navigation .level_1.first li.first a {
  padding-left: 0;
}
.main-navigation .level_2,
.product-navigation .level_2 {
  float: none;
  position: absolute;
  background: #ffffff;
  max-width: 480px;
  z-index: 20;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  -webkit-transition-property: opacity, max-height;
  -webkit-transition-duration: .35s, 0s;
  -webkit-transition-delay: 0s, .35s;
}
@media only screen and (min-width: 768px) {
  .main-navigation .level_2,
  .product-navigation .level_2 {
    visibility: visible;
  }
}
.main-navigation .level_2 li,
.product-navigation .level_2 li {
  white-space: nowrap;
  float: none;
  position: static;
}
.main-navigation .level_2 a,
.product-navigation .level_2 a {
  display: block;
}
.product-navigation {
  background: #55534f;
  padding: 0.5rem 0;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-navigation {
    margin-top: 25px;
    width: 100%;
  }
}
.product-navigation.scroll-to-fixed-fixed {
  margin-top: 0;
}
.product-navigation .product-nav-close {
  display: none;
  top: 50px;
  right: 20px;
  position: absolute;
  z-index: 20;
}
.product-navigation .product-nav-close.show {
  display: block;
}
@media only screen and (min-width: 768px) {
  .product-navigation .product-nav-close.show {
    display: none;
  }
}
.product-navigation .inner {
  padding: 0 20px;
  position: relative;
  line-height: 0;
}
.product-navigation .inner:before,
.product-navigation .inner:after {
  content: "";
  display: table;
}
.product-navigation .inner:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .product-navigation .inner {
    max-width: 96%;
    margin: 0 auto;
    padding: 0;
    position: static;
  }
}
@media only screen and (min-width: 1025px) {
  .product-navigation .inner {
    max-width: 90%;
  }
}
.product-navigation .level_1 {
  float: left;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_1 {
    margin-right: 0;
  }
}
.product-navigation .level_1 li {
  position: static;
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_1 li {
    position: relative;
  }
}
.product-navigation .level_1 li.filter {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_1 li.filter {
    position: relative;
  }
}
.product-navigation .level_1 li.filter span small {
  background: #9b948c;
  color: white;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  text-indent: -0.5px;
  line-height: 15px;
}
.product-navigation .level_1 li.filter span small.active {
  background: #ff5b03;
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_1 li.filter .level_2 {
    position: absolute;
    width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_1 li.filter .level_2 li {
    width: 100%;
  }
}
.product-navigation .level_1 li.filter .inner {
  padding: 0;
  max-width: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_1 li.filter .inner {
    padding: 0;
    margin: 0 auto;
    max-width: 96%;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .product-navigation .level_1 li.filter .inner {
    max-width: 90%;
  }
}
.product-navigation .level_1 li.filter .form__group {
  margin: 1rem 0;
}
.product-navigation .level_1 li.filter .form__group.first {
  margin-top: 1rem;
}
.product-navigation .level_1 li.filter .form__group.last {
  margin-bottom: 2rem;
}
.product-navigation .level_1 li.filter .form__group.last input {
  margin-bottom: 0;
}
.product-navigation .level_1 li.filter .form__group input[type="submit"] {
  float: none;
}
.product-navigation .level_1 li.filter .checkbox-custom-label .label-text {
  padding: 0.5rem 0;
  display: block;
  line-height: 1;
}
.product-navigation .level_1 li.filter .filter-checkbox:hover + .checkbox-custom-label {
  color: #ff5b03;
}
.product-navigation .level_1 li.filter .filter-checkbox:checked + .checkbox-custom-label:before {
  background-color: #ff5b03 !important;
}
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label:before {
  background: transparent;
  border: none;
  width: 19px;
  height: 25px;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.no_tuna:before,
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.beliebteste:before {
  background: transparent url('../images/hot.png') no-repeat center center;
  background-size: contain;
}
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.vegi:before,
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.vegetarian:before {
  background: transparent url('../images/vegetarian.png') no-repeat center center;
  background-size: contain;
}
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.vegan:before {
  background: transparent url('../images/vegan.png') no-repeat center center;
  background-size: contain;
  width: 22px;
}
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.glutenfrei:before {
  background: transparent url('../images/gluteenfree.png') no-repeat center center;
  background-size: contain;
  width: 25px;
}
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.laktosefrei:before,
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.no_lactose:before {
  background: transparent url('../images/lactosefree.png') no-repeat center center;
  background-size: contain;
  width: 25px;
}
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.newgeneration:before {
  background: transparent url('../images/new.png') no-repeat center center;
  background-size: contain;
  width: 25px;
}
.product-navigation .level_1 li.filter .filter-checkbox + .checkbox-custom-label.superfood:before {
  background: transparent url('../images/superfood.png') no-repeat center center;
  background-size: 100%;
  width: 22px;
}
.product-navigation .level_1.last {
  float: right;
  margin: 0;
}
.product-navigation .level_1.last li {
  display: none;
}
@media only screen and (min-width: 1250px) {
  .product-navigation .level_1.last li {
    display: block;
  }
}
.product-navigation .level_1.last li.shopping-cart {
  float: right;
  display: block;
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_1.last li.shopping-cart {
    display: none;
  }
}
.product-navigation .level_1.last li.shopping-cart span.amount {
  display: inline-block;
  margin: 0 7px;
}
.product-navigation .level_1.last li.shopping-cart a {
  padding-left: 7px;
  padding-right: 7px;
}
.product-navigation .level_1.last a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .product-navigation .level_1.last a {
    max-width: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (min-width: 1250px) {
  .product-navigation .level_1.last a {
    max-width: none;
    text-overflow: clip;
  }
}
.product-navigation .level_1.last a.hover:hover {
  color: #ff5b03;
}
.product-navigation .level_1.last i {
  position: relative;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_1.last i {
    top: -4px;
  }
}
.product-navigation .level_1.last i.last {
  top: 0px;
}
@media only screen and (min-width: 1025px) {
  .product-navigation .level_1.last span {
    color: #ffffff;
    max-width: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .product-navigation .level_1.last span {
    max-width: none;
    text-overflow: clip;
  }
}
.product-navigation .level_2 {
  background: #55534f;
  width: 100%;
  max-width: none;
  left: 0;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_2 {
    position: static;
    max-width: none;
    padding-top: 0;
  }
  .product-navigation .level_2:before,
  .product-navigation .level_2:after {
    content: "";
    display: table;
  }
  .product-navigation .level_2:after {
    clear: both;
  }
}
.product-navigation .level_2.show {
  -webkit-transition-delay: 0s, 0s;
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.product-navigation .level_2 li {
  float: left;
  width: 50%;
  position: static;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .product-navigation .level_2 li {
    width: auto;
    padding: 0;
  }
}
.product-navigation .level_2.first ul,
.product-navigation .level_2.last ul {
  overflow: hidden;
  opacity: 0;
}
.product-navigation li.submenu:hover a {
  background: none;
}
@media only screen and (min-width: 768px) {
  .product-navigation li.category > a {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-navigation li.category .level_2 {
    display: block;
  }
}
.product-navigation a {
  color: #ffffff;
}
.product-navigation a:hover {
  color: #ff5b03;
}
@media only screen and (min-width: 768px) {
  .category-menu .level_1 > li > a {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .category-menu .level_2 {
    opacity: 1;
    overflow: inherit;
  }
}
.nav-left {
  float: left;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .nav-left ul {
    float: left;
  }
}
.nav-right {
  float: right;
  padding: 0;
}
.nav-right ul {
  padding: 7px 0 0 0;
  float: left;
}
@media only screen and (min-width: 768px) {
  .nav-right ul {
    padding: 0;
    float: none;
  }
}
.nav-right li {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  position: relative;
}
.nav-right li.login-menu {
  display: none;
  float: left;
}
@media only screen and (min-width: 768px) {
  .nav-right li.login-menu {
    display: block;
  }
}
.nav-right li.login-menu a span {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .nav-right li.login-menu a span {
    display: inline-block;
  }
}
.nav-right li.login-menu a:before {
  content: "\f090";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1025px) {
  .nav-right li.login-menu a:before {
    display: none;
  }
}
.nav-right li.login-menu a .fa {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .nav-right li.login-menu a .fa {
    display: inline-block;
  }
}
.nav-right li.book-menu {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .nav-right li.book-menu {
    display: block;
  }
}
.nav-right li.book-menu a span {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .nav-right li.book-menu a span {
    display: inline-block;
  }
}
.nav-right li.book-menu a:before {
  content: "\f0f5";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1025px) {
  .nav-right li.book-menu a:before {
    display: none;
  }
}
.nav-right li.order-menu {
  position: relative;
}
.nav-right li.order-menu a {
  color: #ff5b03;
}
.nav-right li.order-menu:hover {
  display: block;
}
.nav-right li.order-menu:hover > .hover-area {
  display: block;
}
.nav-right li.order-menu:hover .dropdown {
  background: #f8efe5;
}
@media only screen and (min-width: 768px) {
  .nav-right li.order-menu:hover a {
    background: #ffffff;
  }
  .nav-right li.order-menu:hover a.close {
    background: transparent;
  }
}
.nav-right li.order-menu:hover a.chosen-single {
  background: #f8efe5;
  color: #55534f;
}
@media only screen and (min-width: 768px) {
  .nav-right li.order-menu:hover ul {
    display: block;
  }
}
.nav-right li.order-menu:hover ul li {
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
}
.nav-right li.order-menu:hover ul .delivery-courier {
  background: #ffffff;
  -webkit-animation: inherit;
  animation: inherit;
}
.nav-right li.order-menu:hover ul .delivery-list a {
  text-transform: none;
}
.nav-right li.order-menu:hover ul .delivery-list ul {
  max-width: 100%;
  position: relative;
}
.nav-right li.order-menu ul {
  text-align: center;
  position: absolute;
  right: 0;
  display: none;
  z-index: 20;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .nav-right li.order-menu ul {
    max-width: 640px;
    width: 640px;
  }
}
.nav-right li.order-menu ul.chosen-results {
  position: static;
}
.nav-right li.order-menu .form-book {
  background: #ffffff;
}
.nav-right li.order-menu li {
  float: none;
}
.nav-right li.order-menu input {
  padding-left: 1.5%;
  padding-right: 1.5%;
  text-align: center;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.nav-right li.order-menu input:hover {
  background: #f8efe5;
}
.nav-right li.order-menu .order-form .form-left,
.nav-right li.order-menu .order-form .form-right {
  background: #ffffff;
}
.nav-right li.order-menu .order-form .form-left input,
.nav-right li.order-menu .order-form .form-right input {
  background: #f8efe5;
}
.nav-right li.order-menu .order-form .orange {
  color: #9b948c;
}
.nav-right li.order-menu .order-form .dropdown {
  background: #ffffff;
}
.nav-right li.order-menu .order-form button {
  background: #ff5b03;
  color: #ffffff;
}
.nav-right li.book-menu .booking-number-container {
  width: 20%;
  float: left;
  margin: 0 2% 0 0;
}
.nav-right li.book-menu .delivery-date-container {
  float: left;
  width: 50%;
  margin: 0 2% 0 0;
  display: inline-block;
}
.nav-right li.book-menu .delivery-date-container input {
  text-align: left;
  padding-left: 10px;
}
.nav-right li.book-menu .delivery-time-container input {
  text-align: left;
  padding-left: 10px;
}
.nav-right li.book-menu .btn {
  float: left;
  width: 26%;
  padding-left: 1rem;
  padding-right: 1rem;
  border-color: #ff5b03;
  height: 47px;
}
.nav-right li.book-menu input {
  width: 100%;
}
.nav-right li.book-menu .form-inner {
  padding: 24px 6.122448979591837% 6.122448979591837%;
}
.nav-right li.shopping-cart {
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  line-height: 1.1rem;
  float: left;
}
@media only screen and (min-width: 768px) {
  .nav-right li.shopping-cart {
    max-width: inherit;
    margin-top: 0;
  }
}
.nav-right li.shopping-cart a {
  display: inline-block;
  padding: 13px 9px 12px;
}
@media only screen and (min-width: 768px) {
  .nav-right li.shopping-cart a {
    padding: 16px 9px 15px;
  }
}
@media only screen and (min-width: 1250px) {
  .nav-right li.shopping-cart a {
    padding: 16px 18px 15px;
  }
}
.nav-right li.shopping-cart a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .nav-right li.shopping-cart a span {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-right li.shopping-cart a span {
    display: inline-block;
  }
  .nav-right li.shopping-cart a:before {
    display: none;
  }
}
.hover-area {
  position: absolute;
  top: 47px;
  left: -512px;
  height: 450px;
  width: 640px;
  display: none;
}
.ecommercepage.subpage .main-navigation {
  background: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ecommercepage.subpage .main-navigation {
    top: 0;
  }
}
.ecommercepage.subpage .main-navigation a:hover {
  color: #ff5b03;
}
.ecommercepage.subpage .main-navigation .brand a {
  color: #ff5b03;
}
.ecommercepage.subpage .main-navigation .mobile-nav .fa {
  color: #ffffff;
}
.ecommercepage .navigation-container {
  background: #f9f2e9;
  z-index: 20;
  width: 100%;
}
.sidr {
  background: #55534f;
  -webkit-box-shadow: inset 5px 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 5px 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 0 5px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
}
.sidr .sidr-inner {
  padding: 0.7rem 1rem;
}
.sidr ul {
  border: none;
}
.sidr ul li {
  font-size: 0.875rem;
  position: relative;
  border: none;
  line-height: 1rem;
  /* subs */
}
.sidr ul li:hover,
.sidr ul li.active {
  line-height: 1rem;
}
.sidr ul li:hover > a,
.sidr ul li.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #6f6d68;
}
.sidr ul li a {
  text-transform: uppercase;
  padding: 12px 15px;
  display: block;
  color: #ffffff;
}
.sidr ul li a span {
  color: #ffffff;
  display: inline-block;
  padding: 0;
}
.sidr ul li a:hover {
  color: #ff5b03;
}
.sidr ul li.submenu > a:after {
  content: " ▾";
}
.sidr ul li ul li {
  font-size: 0.875rem;
  position: relative;
  border: none;
  line-height: 1rem;
}
.sidr ul li ul li:hover {
  line-height: 1rem;
}
.sidr ul li ul li:hover > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sidr ul li ul li a {
  text-transform: uppercase;
  padding: 12px 15px;
  display: block;
  color: #ffffff;
  padding-left: .5rem;
}
.sidr ul li ul li a span {
  color: #ffffff;
}
.sidr ul li ul li a:hover {
  color: #ff5b03;
}
.sidr-open .navigation-container.scroll-to-fixed-fixed {
  position: static !important;
}
/* webdesign link */
.designlink {
  display: block;
}
@media only screen and (min-width: 768px) {
  .designlink {
    margin-left: 1rem;
    float: right;
  }
}
/* sushi configurator display */
.configurator-display.scrollupPanel-fixed {
  background-color: #e0d7cb;
  z-index: 10;
}
.configurator-display.loading {
  opacity: 0.2;
}
/*
	General files (negishi, nooch, butcher)
 */
/* old browser warning */
.oldbrowser-msg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f9f2e9;
  color: #55534f;
  z-index: 100;
  font-size: 24px;
}
.oldbrowser-msg .inner {
  padding: 10%;
  text-align: center;
}
.oldbrowser-msg .inner a {
  text-decoration: underline;
  color: #ff5b03;
}
.content {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .content {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .content {
    width: 840px;
  }
}
@media only screen and (min-width: 768px) {
  .content.full {
    width: 96%;
  }
}
@media only screen and (min-width: 1025px) {
  .content.full {
    width: 90%;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  .content.ecommerce {
    width: 96%;
  }
}
@media only screen and (min-width: 1025px) {
  .content.ecommerce {
    max-width: 90%;
  }
}
.content-inner {
  line-height: 2.5rem;
}
.content-inner h2 {
  margin-bottom: 1.75rem;
}
.content-inner.big {
  font-size: 1.388888888888889em;
}
.content.text-only h1 {
  line-height: 1.2;
}
.content--wide {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content--wide {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1025px) {
  .content--wide {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1250px) {
  .content--wide {
    max-width: 1200px;
  }
}
.content__inner {
  padding: 2rem 1rem;
  background: #ffffff;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .content__inner {
    padding: 2rem;
  }
}
.ce_form h1 {
  line-height: 1.2;
}
.mod_login:before,
.mod_login:after {
  content: "";
  display: table;
}
.mod_login:after {
  clear: both;
}
/* highlighted text only element */
.text-only h1 {
  line-height: 1;
  margin-bottom: 1.5rem;
}
.text-only.highlight {
  background: #93ba21;
  color: white;
  margin-top: 160px;
}
.text-only.highlight .row {
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) {
  .text-only.highlight .row {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .text-only.highlight .row {
    width: 840px;
  }
}
.text-only p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .sub-page {
    min-height: 916px;
  }
}
.sub-page .content.padding {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .sub-page .content.padding {
    padding: 0;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 1025px) {
  .sub-page .content.padding {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
.sub-page .content.main {
  margin-top: 5%;
  margin-bottom: 5%;
}
.sub-page .content .content {
  width: 100%;
}
.sub-page .content.form,
.sub-page .content.ecommerce {
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .sub-page .content.form,
  .sub-page .content.ecommerce {
    margin-top: 100px;
  }
}
.sub-page .content.product-grid:first-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sub-page .content.product-grid {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 1025px) {
  .sub-page .content.product-grid {
    margin-top: 5%;
  }
}
.sub-page .content.product-grid p a {
  color: #ffffff;
  border-color: #ffffff;
}
.sub-page .content.product-grid + div.product-grid {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .sub-page .content.product-grid + div.product-grid {
    margin-top: 0;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 1025px) {
  .sub-page .content.product-grid + div.product-grid {
    margin-top: 0;
    margin-bottom: 5%;
  }
}
.sub-page .content.product-grid .col {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sub-page .content.product-grid .col .img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sub-page .content.product-grid .col:hover {
  background: #837b71;
}
.sub-page .content.product-grid .col:hover.orange-bg {
  background: #cf4800;
}
.sub-page .content.product-grid .col:hover .img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.sub-page .content.product-grid .col:hover + .col .img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.sub-page .content.product-grid .col.inverse:hover {
  background: #837b71;
}
.sub-page .content.product-grid .col.inverse:hover.orange-bg {
  background: #cf4800;
}
.sub-page .content.product-grid .col.inverse:hover .img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.sub-page .content.product-grid .col.inverse:hover + .col {
  background: #837b71;
}
.sub-page .content.product-grid .col.inverse:hover + .col.orange-bg {
  background: #cf4800;
}
.sub-page .content.product-grid .col.inverse:hover + .col .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sub-page .content.image-text {
  /*
			~ div.image-text {
				margin-top: 0;
				margin-bottom: 125px;
			}
			*/
}
@media only screen and (min-width: 768px) {
  .sub-page .content.image-text {
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 1025px) {
  .sub-page .content.image-text {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .sub-page .content.image-text.content.full {
    max-width: 96%;
  }
}
@media only screen and (min-width: 1025px) {
  .sub-page .content.image-text.content.full {
    max-width: 90%;
  }
}
.sub-page .content.image-text.white {
  background: white;
}
@media only screen and (min-width: 768px) {
  .sub-page .please-scroll {
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) {
  .sub-page .please-scroll.is-brown {
    bottom: -120%;
  }
}
.sub-page.location,
.sub-page.form {
  margin-bottom: 100px;
}
.logo-big {
  background: url("../images/logo-negishi.png");
  width: 91px;
  height: 91px;
  background-size: 91px 91px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .logo-big {
    background-size: 170px 170px;
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-height: 768px) {
  .logo-big {
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
  }
}
.start-screen {
  padding: 30px 20px 70px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  /* desktop first for loading the background - prevents double loading */
}
@media only screen and (max-width: 1025px) {
  .start-screen {
    background-image: url('../images/start1.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .start-screen {
    padding: 0;
    width: 100%;
    height: 100vh;
    min-height: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  .start-screen {
    background: none;
  }
}
.start-screen h1 {
  text-align: center;
}
.start-screen h1 span {
  display: inline-block;
}
.start-screen nav {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .start-screen nav {
    margin: 0 auto;
    width: 100%;
    max-width: inherit;
  }
}
.start-screen ul {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .start-screen ul {
    width: auto;
  }
}
.start-screen li {
  font-size: 1.125rem;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .start-screen li {
    font-size: 1.625rem;
  }
}
.start-screen li.brand {
  margin: 0 80px;
  padding: 0;
}
.start-screen li.brand a {
  background: none;
}
.start-screen a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .start-screen a {
    padding: 28px 6px 16px 5px;
  }
}
.start-screen a:hover {
  color: #ff5b03;
}
.start-screen .order-form-container nav ul {
  width: 100%;
}
.start-screen nav {
  margin-bottom: -6px;
}
.start-screen nav li {
  padding: 0;
}
.start-screen nav li.first,
.start-screen nav li.last {
  width: 49.5%;
  display: block;
}
.start-screen nav li.first {
  float: left;
}
.start-screen nav li.last {
  float: right;
}
.start-screen nav li.active a {
  color: #ff5b03;
  background: #ece1d3;
  padding: 7px 0 8px;
  display: block;
}
.start-screen nav li a {
  background: #9b948c;
  padding: 7px 0 8px;
  display: block;
}
.announcement {
  color: #ffffff;
  padding: 1rem;
  position: absolute;
  max-width: 120px;
  bottom: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 25;
  display: none;
}
@media only screen and (min-width: 768px) {
  .announcement {
    max-width: 150px;
    margin: 0 auto;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
    -ms-transform: rotate(-5deg);
    /* IE 9 */
    -webkit-transform: rotate(-5deg);
    /* Safari */
    transform: rotate(-5deg);
  }
  .announcement + .header-top + .order-widget {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .announcement {
    max-width: 150px;
    left: 4%;
    bottom: auto;
    top: 20%;
  }
}
@media only screen and (min-width: 1401px) {
  .announcement {
    max-width: 200px;
    left: 8%;
    top: 20%;
  }
}
.announcement.show + .header-top + .order-widget {
  margin-bottom: 220px;
}
.announcement.show {
  display: block;
}
.announcement .close-button {
  position: absolute;
  top: 15px;
  right: 0;
  text-align: center;
}
.announcement .close-button a {
  width: 35px;
  height: 35px;
  background: #9b948c;
  display: block;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.announcement .close-button a:hover {
  color: #000000;
}
.announcement .close-button a .fa {
  position: relative;
  top: 5px;
  text-align: center;
}
.announcement h4 {
  margin-bottom: 0;
  margin-top: -1rem;
}
.announcement p:last-of-type {
  margin-bottom: 0;
}
.announcement .read-more {
  text-align: right;
  margin-top: 1rem;
}
.header-top {
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-top {
    position: absolute;
    left: 50%;
    top: 7%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .header-top {
    top: 12%;
  }
}
.order-overview {
  margin-top: 2.25rem;
}
.order-overview table {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .order-widget {
    height: 100%;
  }
}
.order-form-container {
  margin: 0 auto 40px auto;
  max-width: 280px;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .order-form-container {
    position: absolute;
    margin: auto;
    max-width: 640px;
    height: 212px;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .order-form-container {
    top: 5%;
  }
}
.order-form-container.flip-active .flipper {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.delivery-list {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
.delivery-list .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media only screen and (min-width: 768px) {
  .delivery-list {
    min-height: 219px;
  }
}
.delivery-list h4 {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  font-size: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .delivery-list h4 {
    margin: 0;
  }
}
.delivery-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .delivery-list ul {
    text-align: left;
  }
}
.delivery-list li {
  padding: 0.5rem 0;
  font-size: 1rem;
  text-align: center;
}
.delivery-list li .small {
  color: #9b948c;
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
}
.delivery-list a {
  color: #55534f;
  padding: 3px 0;
}
.delivery-list .fa {
  font-size: 12px;
}
.delivery-list .inner {
  padding: 24px 6.122448979591837% 6.122448979591837%;
  width: 87.75510204081633%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.delivery-list .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  color: #55534f;
  padding: 0.75rem;
}
.delivery-list.error {
  background: #b40001;
  color: white;
  width: 100%;
}
.delivery-list.error .close {
  color: #ffffff;
}
.delivery-courier {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #f8efe5;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
.delivery-courier .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.delivery-courier .inner {
  padding: 24px 6.122448979591837% 6.122448979591837%;
}
@media only screen and (min-width: 768px) {
  .delivery-courier .inner {
    padding: 24px 12.2448979592% 12.2448979592%;
  }
}
.close-container a {
  color: #55534f;
}
.close.special {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 0;
}
.courier-location {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .courier-location {
    margin-bottom: 29px;
  }
}
.courier-location a {
  padding: 0;
  text-transform: none;
  color: #55534f !important;
}
.courier-location a:hover {
  color: #ff5b03 !important;
}
.flip-container,
.flip-front,
.flip-back {
  height: 480px;
}
@media only screen and (min-width: 768px) {
  .flip-container,
  .flip-front,
  .flip-back {
    height: 221px;
    width: 640px;
  }
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-container .flipper {
  transition: 0.6s;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform-origin: 100% 240px;
  -webkit-transform-origin: 100% 240px;
  transform-origin: 100% 240px;
}
@media only screen and (min-width: 768px) {
  .flip-container .flipper {
    -ms-transform-origin: 100% 110.5px;
    -webkit-transform-origin: 100% 110.5px;
    transform-origin: 100% 110.5px;
  }
}
.flip-container .flip-front {
  z-index: 2;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.flip-container .flip-back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-container .flip-back h3 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .flip-container .flip-back h3 {
    display: block;
  }
}
.flip-container .flip-back.error {
  position: relative;
}
.flip-container .flip-back.error h4 {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  font-size: 1.625rem;
}
.flip-container .flip-back.error .close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  padding: 0.75rem;
  color: #ffffff;
  z-index: 30;
}
.flip-container .flip-back.error .close:hover {
  color: #ff5b03;
}
.flip-container .flip-back.error:hover {
  background: #b40001;
}
.flip-container .flip-back .success {
  color: #ffffff;
  background: #93ba21;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
.flip-container .flip-back .success .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.flip-container .flip-back .success .inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  padding: 0 12.24489795918367%;
  text-align: center;
  width: 75.51020408163266%;
}
.flip-container .flip-back .error {
  color: #ffffff;
  background: #b40001;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
.flip-container .flip-back .error .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.flip-container .flip-back .error .inner {
  padding: 24px 12.24489795918367% 12.24489795918367%;
  text-align: center;
}
.flip-container .flip-front,
.flip-container .flip-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.delivery-time-checkout {
  display: inline-block;
}
.order-intro {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .order-intro {
    background: #93ba21;
    color: #ffffff;
    text-align: center;
    position: relative;
    width: 60%;
    margin: 0 auto;
    top: -10px;
    z-index: 10;
    padding: 1rem 0;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  @-webkit-keyframes Floatingx {
    from {
      -webkit-transform: translate(0, 0px);
    }
    65% {
      -webkit-transform: translate(0, 4px);
    }
    to {
      -webkit-transform: translate(0, 0px);
    }
  }
  @-moz-keyframes Floating {
    from {
      -moz-transform: translate(0, 0px);
    }
    65% {
      -moz-transform: translate(0, 4px);
    }
    to {
      -moz-transform: translate(0, 0px);
    }
  }
  .order-intro:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #93ba21;
    border-width: 15px;
    margin-left: -15px;
  }
}
.order-intro.show {
  opacity: 1;
  visibility: visible;
}
.please-scroll {
  display: none;
  text-align: center;
  font-size: 1.428571428571429rem;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .please-scroll {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    display: block;
    position: absolute;
    bottom: 10%;
    left: 50%;
    background: #ff5b03;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 64px;
    margin-left: -25px;
  }
  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
}
.please-scroll .fa {
  font-size: 40px;
  line-height: 50px;
}
.slider {
  position: relative;
  /*display slider at location on 100% of height on mobiles too */
}
.slider.news .title p {
  font-size: 1.625rem;
  margin-bottom: 1rem;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .slider.news .title p {
    font-size: 2.625rem;
  }
}
.slider .content {
  padding: 39px 20px 80px;
}
@media only screen and (min-width: 768px) {
  .slider .content {
    padding: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .slider .content-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-top: 0;
  }
}
.slider.location {
  height: 100vh;
}
.slider.location .location-carousel,
.slider.location .owl-carousel,
.slider.location .owl-stage-outer,
.slider.location .owl-stage,
.slider.location .owl-item {
  height: 100%;
}
.slider.location .location-carousel .active .bg-image {
  z-index: 101;
}
.slider.location .owl-stage {
  margin-top: -60px;
}
.slider.location .owl-nav {
  margin-top: -10px;
}
.slider.location .owl-next,
.slider.location .owl-prev {
  position: absolute;
  background: #55534f;
  height: 34px;
  width: 34px;
  margin-top: -17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .slider.location .owl-next,
  .slider.location .owl-prev {
    margin-top: -25px;
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .slider.location .owl-next:hover,
  .slider.location .owl-prev:hover {
    background: #ff5b03;
  }
}
.slider.location .owl-next .fa,
.slider.location .owl-prev .fa {
  position: relative;
  color: #ffffff;
  font-size: 25px;
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .slider.location .owl-next .fa,
  .slider.location .owl-prev .fa {
    font-size: 40px;
    top: 3px;
  }
}
.slider.location .owl-prev {
  left: 2.5%;
}
.slider.location .owl-prev .fa {
  right: 2px;
}
.slider.location .owl-next {
  right: 2.5%;
}
.slider.location .owl-next .fa {
  left: 2px;
}
.slider.location .owl-nav {
  position: absolute;
  width: 100%;
  top: 95%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .slider.location .owl-nav {
    top: 50%;
  }
}
.slider.location .owl-dots {
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .slider.location {
    height: 100vh;
  }
  .slider.location .owl-stage {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .slider .item {
    height: 800px;
    padding: 0;
  }
}
.slider.news .item {
  background-image: url("../images/newsbg.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider.news .pre-title {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .slider .left-content,
  .slider .right-content {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .slider .left-content {
    padding-top: 3rem;
    padding-right: 2rem;
    width: calc(50% - 2rem);
  }
}
.slider .right-content {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .slider .right-content {
    text-align: inherit;
  }
}
.slider p {
  font-size: 1.06255rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .slider p {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.pre-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.1rem;
}
.pre-title.brown {
  color: #9b948c;
  margin: 0;
  display: block;
  text-align: inherit;
}
.bg-image {
  background-size: cover;
  height: 100%;
  position: relative;
}
.location-carousel .bg-image:after,
.mod_article .bg-image:after {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  content: " ";
  display: block;
  background: -moz-linear-gradient(top, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 60%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(22, 7, 4, 0.75)), color-stop(60%, rgba(16, 5, 3, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 60%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 60%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 60%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 60%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3160704', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.bg-image .content {
  height: 100%;
}
.bg-image.small-height {
  height: 50vh;
  margin-top: 0;
  background-attachment: fixed;
}
@media only screen and (min-width: 768px) {
  .bg-image.small-height {
    min-height: 500px;
  }
}
.bg-image.big-height {
  height: 100vh;
  margin-top: 0;
  background-attachment: fixed;
}
.bg-image.small-height-content {
  height: 200px;
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-image.small-height-content {
    height: 524px;
  }
}
.location-bubble {
  display: inline-block;
  width: 240px;
  height: 240px;
  background-color: rgba(233, 81, 0, 0.84);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  margin: -120px 0 0 -120px;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .location-bubble {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 0 0 -120px;
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  .location-bubble {
    width: 365px;
    height: 365px;
    margin-left: -182.5px;
  }
}
.location-bubble.brown {
  background-color: rgba(105, 96, 86, 0.84);
}
.location-bubble.is-blue {
  background-color: rgba(124, 163, 227, 0.84);
}
.location-bubble.is-green {
  background-color: rgba(124, 158, 64, 0.84);
}
.location-bubble .fa {
  font-size: 1.625rem;
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .location-bubble .fa {
    font-size: 2.1875rem;
  }
}
.location-bubble .fa:hover {
  color: #55534f;
}
.location-bubble a[href^=tel] .fa {
  font-size: 1.625rem;
}
@media only screen and (min-width: 1025px) {
  .location-bubble a[href^=tel] .fa {
    font-size: 2.1875rem;
  }
}
.location-bubble .bubble-content {
  margin: 0.5rem 0;
}
@media only screen and (min-width: 1025px) {
  .location-bubble .bubble-content {
    margin: 1.5rem 0;
  }
}
.location-bubble .bubble-content h2 {
  font-size: 1.625rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .location-bubble .bubble-content h2 {
    font-size: 2.625rem;
  }
}
.location-bubble.small-bubble {
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 768px) {
  .location-bubble.small-bubble {
    width: 310px;
    height: 310px;
  }
}
.location-bubble .bubble-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
  width: calc(100% - 30px);
}
.location-bubble h2 {
  margin: 0;
  font-size: 1.625rem;
}
@media only screen and (min-width: 1025px) {
  .location-bubble h2 {
    font-size: 2.625rem;
  }
}
.location-bubble h2 + p {
  margin-top: 1rem;
}
.location-bubble p {
  margin-bottom: 0;
}
.offers ul,
.specials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.1rem;
}
.offers li a:before,
.specials li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.72em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, -2px);
  content: "\f1c1";
}
.ecommerce .inner {
  padding: 5%;
}
.ecommerce .inner .radio-group,
.ecommerce .inner .step-group {
  max-width: 600px;
}
.ecommerce .inner .btn-small {
  left: 0;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .ecommerce .inner .btn-small {
    display: inline;
    float: right;
    left: -30px;
  }
}
.ecommerce .inner .btn-small:hover {
  border: none;
}
.ecommerce .inner .btn-small:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ecommerce .inner .btn-small:after {
    display: inline-block;
  }
}
.ecommerce .form__group:before,
.ecommerce .form__group:after {
  content: "";
  display: table;
}
.ecommerce .form__group:after {
  clear: both;
}
.ecommerce .form__group.number .inner {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .ecommerce .form__group.number .inner {
    float: right;
    width: 59%;
  }
}
.ecommerce .form__group.number input[type="number"] {
  background: #ebebeb;
  float: left;
  width: 35%;
}
@media only screen and (min-width: 1025px) {
  .ecommerce .form__group.number input[type="number"] {
    width: 25%;
  }
}
.ecommerce .form__group.number input[type="text"] {
  float: right;
  width: 60%;
}
@media only screen and (min-width: 1025px) {
  .ecommerce .form__group.number input[type="text"] {
    width: 70%;
  }
}
.ecommercepage .two-third .content {
  width: auto;
}
.ecommercepage.productspage .nav-right li.order-menu,
.ecommercepage.productspage .nav-right li.shopping-cart {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ecommercepage.productspage .nav-right li.order-menu,
  .ecommercepage.productspage .nav-right li.shopping-cart {
    display: block;
  }
}
.shippingmethod {
  display: none;
}
.billingaddress {
  background: #f8f8f8;
  padding: 5%;
  margin-bottom: 2.5rem;
  max-width: calc(600px - 10%);
}
.billingaddress .address_new {
  margin-top: 2.5rem;
}
.order-informations ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-informations .first,
.order-informations .second {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
.order-informations .last {
  margin-bottom: 1.5rem;
}
.booking-number-container {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .booking-number-container .chosen-container span {
    padding-left: 25px;
  }
}
.booking-number-container .fa-user {
  position: absolute;
  left: 10px;
  top: 16px;
}
.step {
  background: #f9f2e9;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 52px;
  width: 52px;
}
.step .number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: block;
}
.product-list {
  /* special list classes */
}
.product-list .inner {
  padding: 0 0 5% 0;
}
.product-list .inner:before,
.product-list .inner:after {
  content: "";
  display: table;
}
.product-list .inner:after {
  clear: both;
}
.product-list .one-fourth {
  margin-bottom: 2.5%;
}
.product-list.textonly .product-item .product-description {
  height: 8.9425rem;
}
@media only screen and (min-width: 768px) {
  .product-list.smallheight .product-item .product-information {
    height: 200px;
  }
  .product-list.smallheight .product-item .product-information .inner {
    height: 100px;
  }
}
.product-item {
  padding: 0.5rem 1rem;
  background: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  /* special badget */
}
@media only screen and (min-width: 768px) {
  .product-item {
    padding: 0.5rem 1.5rem;
  }
}
.product-item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.product-item .variants-inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-item .product-variants {
    height: 4.5rem;
  }
}
.product-item .product-variants .variant-label {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .product-item .product-variants .variant-label {
    float: left;
    width: 35%;
    padding-top: 0.75rem;
    margin-bottom: 0;
  }
}
.product-item .product-variants .chosen-container {
  position: static;
}
.product-item .product-variants .chosen-container .chosen-drop {
  top: 40px;
}
.product-item .product-variants .chosen-container .chosen-drop .chosen-results li {
  font-size: 13px;
}
.product-item .product-variants .chosen-container .chosen-single {
  padding: 0.75rem 0.25rem;
}
.product-item .product-variants .chosen-container .chosen-single:after {
  top: 0.75rem;
}
.product-item .product-variants .chosen-container .chosen-single span {
  font-size: 13px;
}
.product-item .product-variants .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop .chosen-results li {
  font-size: 13px;
}
.product-item .product-variants .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  padding: 0.75rem 0.25rem;
}
.product-item .product-variants .chosen-container.chosen-container-active.chosen-with-drop .chosen-single:hover {
  background: #f8efe5;
}
.product-item .product-variants .chosen-container.chosen-container-active.chosen-with-drop .chosen-single:after {
  top: 0.75rem;
}
.product-item .product-variants .chosen-container.chosen-container-active.chosen-with-drop .chosen-single span {
  font-size: 13px;
}
.product-item .product-variants .variant-label,
.product-item .product-variants .chosen-container span {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .product-item .product-variants .chosen-container {
    float: right;
    width: 65% !important;
  }
}
.product-item .product-variants .chosen-container .chosen-drop .chosen-search {
  display: none;
}
.product-item .product-variants .chosen-container .chosen-single {
  padding: 0.75rem 0.25rem;
  height: auto;
  text-transform: none;
}
.product-item .product-variants .chosen-container .chosen-single:after {
  top: 0.75rem;
}
.product-item .product-variants .chosen-container .chosen-single span {
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
}
.product-item .product-variants .chosen-container .chosen-single:hover {
  background: #f8efe5;
}
.product-item .product-variants .chosen-container span {
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .product-item .product-variants .chosen-container span {
    padding-left: 1rem;
    font-size: 13px;
  }
}
.product-item .product-information {
  float: left;
  width: 55%;
}
.product-item .product-information:before,
.product-item .product-information:after {
  content: "";
  display: table;
}
.product-item .product-information:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .product-item .product-information {
    float: none;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .product-item .product-information .inner {
    height: 150px;
  }
}
@media only screen and (min-width: 850px) {
  .product-item .product-information .inner {
    height: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .product-item .product-information .inner {
    height: 260px;
  }
}
@media only screen and (min-width: 1250px) {
  .product-item .product-information .inner {
    height: 220px;
  }
}
@media only screen and (min-width: 1401px) {
  .product-item .product-information .inner {
    height: 260px;
  }
}
@media only screen and (min-width: 1500px) {
  .product-item .product-information .inner {
    height: 230px;
  }
}
.product-item .product-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0 0 1rem;
  overflow: hidden;
}
.product-item .product-description p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .product-item .product-description p {
    height: 7.497rem;
  }
}
.product-item .special {
  display: none;
  position: absolute;
  background: #7c9e40;
  width: 60px;
  height: 60px;
  line-height: 1.0;
  text-align: center;
  margin-top: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  -ms-transform: rotate(-12deg);
  /* IE 9 */
  -webkit-transform: rotate(-12deg);
  /* Safari */
  transform: rotate(-12deg);
  font-size: 0.7rem;
  top: -8px;
}
.product-item .special .text {
  position: relative;
  top: 22px;
}
@media only screen and (min-width: 768px) {
  .product-item .special {
    width: 80px;
    height: 80px;
    line-height: 1.0;
    font-size: 0.875rem;
  }
  .product-item .special .text {
    position: relative;
    top: 32px;
  }
}
.product-item .special.active {
  display: inline-block;
}
.product-title {
  display: inline-block;
  margin: 0.5rem 0 0.75rem;
}
@media only screen and (min-width: 768px) {
  .product-title {
    font-size: 1.625rem;
  }
}
.product-price {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.product-image {
  float: left;
  width: 40%;
  margin-right: 5%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-image {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.sushi-container .product-image img {
  max-width: 85%;
  cursor: pointer;
  margin: 0.5rem auto 0;
}
.sushi-container .product-image img.badge {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  .sushi-container .product-image img.badge {
    width: 65px;
    height: 65px;
  }
}
.product-image a {
  display: block;
  text-align: center;
}
.product-image .inner {
  padding-right: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .product-image .inner {
    padding-right: 0;
  }
}
.product-count {
  float: left;
  padding: 12px 0 0 0;
}
.product-count .count {
  display: inline-block;
  width: 1rem;
  text-align: center;
}
.product-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
}
.product-overlay.accept {
  overflow: hidden;
}
.product-overlay .product-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.product-overlay .product-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
.product-overlay .product-container > .inner {
  margin: auto;
  max-width: 600px;
  background: #ffffff;
  position: relative;
  padding: 0.5rem 1rem;
  max-height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.product-overlay .product-container > .inner:before,
.product-overlay .product-container > .inner:after {
  content: "";
  display: table;
}
.product-overlay .product-container > .inner:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .product-overlay .product-container > .inner {
    max-height: inherit;
  }
}
.product-overlay .product-item {
  position: relative;
}
.product-overlay .fa-times {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-overlay .product-image,
.product-overlay .product-information {
  float: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-overlay .product-image,
  .product-overlay .product-information {
    float: left;
    width: 50%;
  }
}
.product-overlay .product-image .inner {
  text-align: center;
}
.product-overlay .product-image img {
  display: inline-block;
}
.product-overlay .product-information .inner {
  height: auto;
}
.product-overlay .continue-shopping {
  color: #ff5b03;
  display: inline-block;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .product-overlay .continue-shopping {
    margin-bottom: 0;
    padding-top: 36px;
  }
}
.product-overlay .btn-small {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 2rem;
}
.product-overlay .btn-small.arrow {
  padding-left: 0;
  padding-right: 0;
  left: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .product-overlay .btn-small.arrow {
    padding: 15px 3rem;
    left: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .product-overlay .btn-small.arrow:hover {
    left: -20px;
    padding-right: 58px;
  }
}
.product-overlay .btn-small.arrow:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-overlay .btn-small.arrow:after {
    display: inline-block;
    right: -19px;
  }
}
@media only screen and (min-width: 850px) {
  .product-overlay .btn-small {
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .product-overlay .btn-small {
    float: right;
  }
}
.bottom-bar:before,
.bottom-bar:after {
  content: "";
  display: table;
}
.bottom-bar:after {
  clear: both;
}
.bottom-bar button.btn-onplate .bottom-bar__check {
  background: #ff5b03;
}
.bottom-bar button.btn-onplate .bottom-bar__check .fa {
  color: #ffffff;
}
.bottom-bar--plate {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 10px;
}
.bottom-bar--plate:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.bottom-bar__bottom:before,
.bottom-bar__top:before,
.bottom-bar__bottom:after,
.bottom-bar__top:after {
  content: "";
  display: table;
}
.bottom-bar__bottom:after,
.bottom-bar__top:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .bottom-bar__variant {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .bottom-bar__price {
    float: right;
  }
}
.bottom-bar__check {
  background: #f8efe6;
  width: 36px;
  height: 36px;
  position: relative;
}
.bottom-bar__check .fa {
  color: #ded5cc;
  font-size: 20px;
  position: relative;
  top: 6px;
}
.sushi-container {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .sushi-container {
    margin: 0 -0.75%;
  }
}
.sushi-container__title {
  margin-bottom: 0.5rem;
}
.picker {
  color: #55534f;
}
.picker--focused .picker__day--disabled {
  background: #ebebeb;
  border: none;
  border-width: 0;
  color: #c5c5c5;
}
.picker--focused .picker__day--disabled:hover {
  background: #ebebeb;
}
.picker--focused .picker__list-item--highlighted,
.picker--focused .picker__day--selected,
.picker--focused .picker__day--highlighted {
  background: #f9f2e9;
  border-width: 0;
  border-style: none;
  color: #55534f;
}
.picker--focused .picker__list-item--highlighted:hover .picker--focused .picker__list-item--highlighted,
.picker--focused .picker__list-item--highlighted:hover .picker--focused .picker__day--selected,
.picker--focused .picker__list-item--highlighted:hover .picker--focused .picker__day--highlighted,
.picker--focused .picker__day--selected:hover .picker--focused .picker__list-item--highlighted,
.picker--focused .picker__day--selected:hover .picker--focused .picker__day--selected,
.picker--focused .picker__day--selected:hover .picker--focused .picker__day--highlighted,
.picker--focused .picker__day--highlighted:hover .picker--focused .picker__list-item--highlighted,
.picker--focused .picker__day--highlighted:hover .picker--focused .picker__day--selected,
.picker--focused .picker__day--highlighted:hover .picker--focused .picker__day--highlighted {
  background: #f9f2e9;
}
.picker--focused .picker__list-item--highlighted {
  border: none;
}
.picker__table {
  border: none;
}
.picker__table thead th {
  border: none;
}
.picker__table tr {
  background: none;
}
.picker__table tr:nth-child(2n) {
  background: none;
}
.picker__table td {
  border: none;
  text-align: center;
}
.picker__list {
  padding: 0;
}
.picker__list-item {
  padding: 4.5% 0;
  width: 25%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  border: none;
}
.picker__list-item:hover {
  background: #f9f2e9;
}
.picker__list-item--disabled {
  display: none;
}
.picker__weekday {
  padding: 0 0 0.5rem;
  text-align: center;
}
.picker__day {
  border: none;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: #f9f2e9;
}
.picker__day--outfocus {
  color: #c5c5c5;
}
.picker__button--today:before,
.picker__day--today:before {
  border: none;
}
@media only screen and (min-width: 1025px) {
  .picker__holder {
    width: 175%;
    max-width: 352px;
  }
}
.picker__footer button {
  font-size: 0.875rem;
  background: white;
  color: #55534f;
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
}
.message-basket {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  width: calc(100% - 3rem);
}
.message-basket.success {
  background: #7c9e40;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.message-basket.error {
  background: #b40001;
}
.cart-widget .message-basket.error {
  position: static;
}
.message-basket.special {
  position: static;
  background: #e0d7cb;
  color: #55534f;
}
.message-basket.special.big {
  padding-bottom: 1.5rem;
}
.message-basket.special .btn.btn-small {
  margin-bottom: 0;
}
.message-basket.remember {
  position: static;
  background: #ff5b03;
}
.message-basket.remember.arrowtop {
  position: relative;
  margin-top: -6px;
}
.message-basket.remember.arrowtop:before {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ff5b03;
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  top: -10px;
}
.message-basket p:last-of-type {
  margin-bottom: 4px;
}
.empty-cart {
  margin-bottom: 1.5rem;
}
.cart-widget {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .cart-widget {
    display: block;
  }
}
.cart-widget.hidden-tablet {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .cart-widget.hidden-tablet {
    display: none;
  }
}
.cart-widget.hidden-tablet.scrollupPanel-fixed {
  position: static !important;
}
.cart-widget.hidden-tablet.scrollupPanel-fixed + div {
  display: none !important;
}
.cart-widget.hidden-tablet h2.paste {
  margin-top: 0;
  font-size: 1.4rem;
}
.cart-widget.hidden-tablet .paste-order {
  margin-bottom: 1rem;
}
.cart-widget.hidden-tablet .paste-order tr {
  display: none;
}
.cart-widget.hidden-tablet .paste-order tr.sum {
  display: table-row;
}
.cart-widget.hidden-tablet .btn.btn-small.arrow.secondary {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: static;
  float: none;
}
@media only screen and (min-width: 768px) {
  .cart-widget.hidden-tablet .btn.btn-small.arrow.secondary {
    float: right;
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cart-widget.hidden-tablet .btn.btn-small.arrow.secondary:after {
  display: none;
}
.cart-widget.account {
  margin-bottom: 4rem;
}
.cart-widget.account h2.paste {
  margin-top: 0;
}
.cart-widget .inner {
  padding: 5% 0;
}
.cart-widget h2 {
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1.0625rem;
}
.cart-widget h2.paste {
  margin-top: 4rem;
  font-size: 1.625rem;
}
.cart-widget table {
  padding-top: 5%;
}
.cart-widget table.paste-order {
  padding-top: 0;
}
.cart-widget table tr {
  background: transparent;
}
.cart-widget table tr td {
  border: none;
  padding: 0 0 25px;
  vertical-align: top;
}
.cart-widget table tr td .product-count {
  padding: 0;
}
.cart-widget table tr td.product-count-td {
  width: 30%;
}
.cart-widget table tr td.third-td {
  vertical-align: bottom;
}
.cart-widget table tr td.product-count-td,
.cart-widget table tr td.cart-total-price {
  width: 45%;
}
@media only screen and (min-width: 1401px) {
  .cart-widget table tr td.product-count-td,
  .cart-widget table tr td.cart-total-price {
    width: 30%;
  }
}
.cart-widget table tr td *[rv-html="cartitem.item.name"] {
  display: block;
}
.cart-widget table tr td *[rv-text="child.item.name"] {
  font-size: 0.875rem;
}
.cart-widget table tr td *[rv-text="child.item.name"]:after {
  content: ", ";
}
.cart-widget table tr td *[rv-text="child.item.name"]:last-child:after {
  content: "";
}
.cart-widget table tr.delivery td {
  padding-bottom: 50px;
}
.cart-widget table tr.sub-total {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.cart-widget table tr.sum {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1401px) {
  .cart-widget table tr.sum {
    font-size: 1.3em;
  }
}
.cart-widget table tr.small td {
  padding: 0;
}
.cart-widget .btn-small {
  float: right;
}
.cart-widget .product-count .count {
  display: inline-block;
  width: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 1401px) {
  .cart-widget .product-count .count {
    width: 2rem;
  }
}
.cart-full {
  /* additional sidebar overrides right side of cart */
}
.cart-full .inner {
  margin: 0 0 5% 0;
  background: white;
  /*discount */
  /* CTA */
}
.cart-full .inner table {
  margin: 0 0 1.5rem 0;
  empty-cells: show;
  border-collapse: separate;
}
.cart-full .inner table tr {
  width: 100%;
  margin-bottom: 2.5rem;
  display: block;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr {
    display: table-row;
  }
}
.cart-full .inner table tr.sum {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1401px) {
  .cart-full .inner table tr.sum {
    font-size: 1.5em;
  }
}
.cart-full .inner table tr td {
  vertical-align: top;
  padding: 0;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td {
    width: auto;
  }
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td {
    display: table-cell;
    padding: 10px 0 2.5rem 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .cart-full .inner table tr td.empty {
    display: none;
  }
}
.cart-full .inner table tr td.product-description {
  text-align: left;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td.product-description {
    padding-right: 20px;
    width: 50%;
  }
}
.cart-full .inner table tr td.product-description-right {
  text-align: right;
}
.cart-full .inner table tr td.delete {
  text-align: center;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .cart-full .inner table tr td.delete {
    width: 31.3333333%;
  }
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td.delete {
    text-align: right;
    float: none;
    width: 10%;
  }
}
.cart-full .inner table tr td.stepper {
  float: left;
}
.cart-full .inner table tr td.stepper .product-count {
  padding: 0;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td.stepper .product-count {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-full .inner table tr td.stepper {
    width: 33.3333333%;
  }
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td.stepper {
    float: none;
    text-align: right;
    width: 20%;
  }
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td.stepper .product-count {
    float: none;
    width: auto;
    padding: 0;
  }
}
.cart-full .inner table tr td.stepper .count {
  display: inline-block;
  width: 1.2rem;
  text-align: center;
}
.cart-full .inner table tr td.product-count-td .product-count {
  padding: 0;
  float: none;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td.product-count-td .product-count {
    float: left;
  }
}
.cart-full .inner table tr td.total-price-description {
  width: 40%;
  float: left;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td.total-price-description {
    text-align: right;
    float: none;
    width: auto;
  }
}
.cart-full .inner table tr td.price {
  text-align: right;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .cart-full .inner table tr td.price {
    width: 35.3333333%;
  }
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td.price {
    padding-top: 10px;
  }
}
.cart-full .inner table tr td.price.total {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .cart-full .inner table tr td.price.flat {
    width: 100%;
    text-align: right;
    padding-top: 0.75rem;
  }
}
@media only screen and (min-width: 850px) {
  .cart-full .inner table tr td.price {
    float: none;
    white-space: nowrap;
  }
}
.cart-full .inner select {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cart-full .inner select {
    width: 378px;
  }
}
.cart-full .inner .col.two {
  padding: 0;
  width: 40%;
}
.cart-full .inner .btn-small {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner .btn-small {
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cart-full .inner .btn-small.discount {
  display: inline;
  float: left;
  width: 59%;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner .btn-small.discount {
    width: auto;
  }
}
@media only screen and (min-width: 850px) {
  .cart-full .inner .confirmation-table table tr td {
    padding-bottom: 0.5rem;
  }
}
.cart-full .inner .confirmation-table table tr td.hidden-mobile {
  display: none;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner .confirmation-table table tr td.hidden-mobile {
    display: table-cell;
  }
}
.cart-full .inner .confirmation-table table tr td:empty {
  visibility: hidden;
}
.cart-full .inner .confirmation-table table tr.sum td,
.cart-full .inner .confirmation-table table tr.delivery td {
  padding-bottom: 1.5rem;
  width: 50%;
  float: left;
}
@media only screen and (min-width: 850px) {
  .cart-full .inner .confirmation-table table tr.sum td,
  .cart-full .inner .confirmation-table table tr.delivery td {
    width: auto;
    float: none;
  }
}
.cart-full .inner .confirmation table tr td.stepper {
  text-align: left;
}
.cart-full + div.col.one-third .inner {
  padding: 0;
}
.cart-full + div.col.one-third.register .inner {
  padding: 5%;
}
.cart-full + div.col.one-third h3 {
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
}
.cart-full + div.col.one-third .box {
  margin-bottom: 2.5rem;
}
.cart-full + div.col.one-third .box p {
  max-width: 80%;
  line-height: 1.4rem;
}
.cart-full + div.col.one-third .box ul {
  list-style-type: none;
  padding: 0;
}
.cart-full + div.col.one-third .box ul li {
  line-height: 2;
}
.cart-full + div.col.one-third .box ul li i {
  display: inline-block;
  width: 1.8rem;
}
.cart-full + div.col.one-third .box.discount:before,
.cart-full + div.col.one-third .box.discount:after {
  content: "";
  display: table;
}
.cart-full + div.col.one-third .box.discount:after {
  clear: both;
}
.cart-full + div.col.one-third .box.discount input[type="text"] {
  float: left;
}
.cart-full + div.col.one-third .box.discount .btn-small {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.box.discount-success {
  color: #93ba21;
  padding-bottom: 1rem;
}
.back-to-shop {
  display: block;
  margin-bottom: 1rem;
}
.job-full .inner,
.locations-full .inner {
  background: #ffffff;
}
.job-full + .map-container,
.locations-full + .map-container {
  overflow: hidden;
  height: 300px;
}
@media only screen and (min-width: 1025px) {
  .job-full + .map-container,
  .locations-full + .map-container {
    position: absolute;
    top: 3.875rem;
    bottom: 0;
    right: 0;
    height: auto;
    overflow: auto;
  }
}
.job-full + .map-container .inner,
.locations-full + .map-container .inner {
  padding: 0;
  width: 100%;
  height: 60vh;
  background: #ece1d3;
}
.job-full + .map-container .inner .map,
.locations-full + .map-container .inner .map {
  width: 100%;
  height: 100%;
}
.location-table {
  margin-bottom: 0;
}
.location-table address {
  margin-bottom: 0;
}
.location-table tr {
  display: block;
}
@media only screen and (min-width: 1401px) {
  .location-table tr {
    display: table-row;
  }
}
.location-table td {
  padding: 0;
}
.location-table .location-full-title {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1401px) {
  .location-table .location-full-title {
    display: table-cell;
  }
}
.location-table .location-address {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .location-table .location-address {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 1401px) {
  .location-table .location-address {
    display: table-cell;
    width: 25%;
    margin-bottom: 0;
    padding: 0 0 3rem 0;
  }
}
.location-table .location-book,
.location-table .location-star,
.location-table .location-phone {
  vertical-align: bottom;
  text-align: left;
  width: 100%;
  display: block;
  padding: 1rem 0 0.5rem 0;
}
@media only screen and (min-width: 768px) {
  .location-table .location-book,
  .location-table .location-star,
  .location-table .location-phone {
    width: 33.333333%;
    float: left;
    padding: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 1401px) {
  .location-table .location-book,
  .location-table .location-star,
  .location-table .location-phone {
    display: table-cell;
    float: none;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .location-table .location-phone {
    text-align: left;
  }
}
@media only screen and (min-width: 1401px) {
  .location-table .location-phone {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .location-table .location-star {
    text-align: center;
  }
}
@media only screen and (min-width: 1401px) {
  .location-table .location-star {
    width: 20%;
  }
}
.location-table .location-book {
  padding: 1rem 0 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .location-table .location-book {
    text-align: left;
    padding: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 1401px) {
  .location-table .location-book {
    width: 25%;
  }
}
.location-table .location-title {
  cursor: pointer;
  display: inline;
  float: left;
  width: 90%;
}
.location-table .location-icon {
  float: right;
  width: 10%;
  font-size: 1.625rem;
  text-align: right;
}
.location-table .highlight .location-title h3,
.location-table .highlight .location-title a {
  color: #ff5b03;
}
.location .row {
  position: relative;
  /* FIX RELATIVE FOR SIZING THE MAP CONTAINER */
}
.contact-form .chosen-container {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .contact-form .chosen-container {
    float: right;
    width: 59% !important;
  }
}
.job-table {
  margin-bottom: 0;
}
.job-table tr {
  padding-bottom: 3rem;
}
.job-table tr:first-child td {
  padding: 0;
}
.job-table td {
  vertical-align: top;
  padding: 3rem 0 0 0;
}
.job-table .job-description {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.coupons {
  margin-bottom: 2.5rem;
}
.coupons .inner {
  background: #ffffff;
}
.coupons .inner.first {
  margin-bottom: 2.5rem;
}
.coupons__button-container {
  margin-bottom: 2.5rem;
}
.coupon-item {
  max-width: 600px;
  margin-top: 2.5rem;
}
.coupon-item:before,
.coupon-item:after {
  content: "";
  display: table;
}
.coupon-item:after {
  clear: both;
}
.coupon-item:first-child {
  margin-top: 0;
}
.coupon-image {
  float: left;
  width: 40%;
  margin-right: 5%;
}
@media only screen and (min-width: 768px) {
  .coupon-image {
    width: 40%;
  }
}
.coupon-description {
  float: left;
  width: 55%;
}
@media only screen and (min-width: 768px) {
  .coupon-description {
    width: 53%;
  }
}
.coupon-description .product-title {
  margin-top: 0;
}
.voucher-sub-menu {
  margin-bottom: 2.5rem;
}
.voucher-sub-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #ebebeb;
}
.voucher-sub-menu__list:before,
.voucher-sub-menu__list:after {
  content: "";
  display: table;
}
.voucher-sub-menu__list:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .voucher-sub-menu__element {
    float: left;
  }
}
.voucher-sub-menu__link {
  padding: 16px 9px 15px;
  display: block;
  line-height: 1rem;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .voucher-sub-menu__link {
    padding: 16px 18px 15px;
  }
}
.voucher-sub-menu__link:focus,
.voucher-sub-menu__link:hover {
  background: #f9f2e9;
  color: #ff5b03;
}
.voucher-sub-menu__link--current {
  background: #ff5b03;
  color: #ffffff;
}
.voucher-sub-menu__link--current:focus,
.voucher-sub-menu__link--current:hover {
  background: #ff5b03;
  color: #ffffff;
}
.voucher-basket,
.total-value {
  margin: 3rem 0 5rem;
  max-width: 600px;
}
.voucher-basket {
  background: #e0d7cb;
}
.voucher-basket ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 1rem 1.5rem;
}
.voucher-basket li {
  text-align: right;
}
.voucher-basket li.voucher-basket-entry {
  padding: 10px 0;
}
.voucher-basket li.voucher-basket-entry:first-child {
  padding-top: 10px;
}
.voucher-basket li.voucher-basket-total {
  padding-top: 1.5rem;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.confirmation {
  max-width: 600px;
}
.confirmation .addresses {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .confirmation .address-right,
  .confirmation .address-left {
    float: left;
    width: 50%;
  }
}
.confirmation .special span {
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 1250px) {
  .confirmation .special span {
    display: inline-block;
    margin-right: 1.25rem;
    margin-top: 0;
  }
}
.confirmation .special span:first-child {
  margin-top: 0;
}
.sushi-course {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) {
  .sushi-course {
    margin-top: 0;
  }
}
.sushi-courses-list {
  margin-top: 40px;
}
.sushi-courses-list h4 {
  margin-bottom: 1rem;
}
.sushi-courses-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sushi-courses-list li {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .sushi-courses-list li {
    display: inline-block;
    width: 24.3333%;
  }
}
.sushi-courses-list.first {
  margin-top: 0;
  padding-top: 0;
}
.content-form {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .content-form {
    padding: 0;
  }
}
.sushi-course-form .form legend {
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1025px) {
  .sushi-course-form .form legend {
    float: left;
    width: 41%;
    margin-bottom: 0;
  }
}
.sushi-course-form .form .form__group textarea[type="text"]:focus,
.sushi-course-form .form .form__group input[type="text"]:focus,
.sushi-course-form .form .form__group textarea[type="number"]:focus,
.sushi-course-form .form .form__group input[type="number"]:focus,
.sushi-course-form .form .form__group textarea[type="email"]:focus,
.sushi-course-form .form .form__group input[type="email"]:focus,
.sushi-course-form .form .form__group textarea[type="time"]:focus,
.sushi-course-form .form .form__group input[type="time"]:focus,
.sushi-course-form .form .form__group textarea[type="password"]:focus,
.sushi-course-form .form .form__group input[type="password"]:focus,
.sushi-course-form .form .form__group textarea[type="tel"]:focus,
.sushi-course-form .form .form__group input[type="tel"]:focus {
  outline: 1px solid #d9cfc2;
}
.sushi-course-form select[name="location_date"] + .chosen-container,
.sushi-course-form .chosen-container {
  width: 100% !important;
}
.sushi-course-form .radio_container {
  margin: 0 0 1.875rem;
  padding: 0;
  max-width: 600px;
}
.sushi-course-form .radio_container span {
  display: inline-block;
  margin-right: 2rem;
}
@media only screen and (min-width: 1025px) {
  .sushi-course-form .radio_container span {
    width: 29.5%;
    float: right;
    margin-right: 0;
  }
}
.sushi-course-form .radio_container span.mandatory {
  float: none;
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .sushi-course-form .radio_container label {
    float: none;
    width: auto;
  }
}
.accordion ul {
  margin: 0;
  padding: 0;
}
.accordion ul li {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: 1rem;
}
.accordion ul li > a {
  display: block;
  position: relative;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.accordion ul li h3:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f107";
  margin-right: 1.5rem;
}
.accordion ul li.pouch-open h3:before {
  content: "\f106";
}
.accordion ul li ol {
  padding-left: 20px;
  margin-bottom: 2rem;
}
.accordion ul li ol li {
  overflow: inherit;
}
.accordion .kangaroo-content {
  position: absolute;
  min-width: 100%;
}
.footer-products {
  margin: 2rem 0;
}
.footer-products a.submenu.textonly.first {
  display: none;
}
.footer-products li {
  margin: 0.5rem 0;
}
@media only screen and (min-width: 768px) {
  .footer-products {
    margin: 3rem 0;
  }
  .footer-products li {
    margin: 0 2rem 0 0;
  }
  .footer-products li.last-child {
    margin-right: 0;
  }
}
.pre-footer {
  background: #9b948c;
}
.pre-footer .inner {
  padding: 2.5rem 20px;
}
.pre-footer .inner:before,
.pre-footer .inner:after {
  content: "";
  display: table;
}
.pre-footer .inner:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .pre-footer .inner {
    max-width: 96%;
    margin: 0 auto;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .pre-footer .inner {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .pre-footer__left {
    float: left;
  }
}
.pre-footer__methods {
  margin: 12px 0 1rem;
}
.pre-footer__methods:before,
.pre-footer__methods:after {
  content: "";
  display: table;
}
.pre-footer__methods:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .pre-footer__methods {
    margin: 0;
  }
}
.pre-footer__method {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.pre-footer__method:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .pre-footer__method {
    padding-top: 6px;
  }
}
.pre-footer__method-image {
  height: 31px;
}
@media only screen and (min-width: 768px) {
  .pre-footer__method-image {
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .pre-footer__right {
    float: right;
  }
}
.pre-footer__link {
  padding: 12px 0;
  display: block;
  line-height: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .pre-footer__link {
    padding: 16px 9px 15px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1401px) {
  .pre-footer__link {
    padding: 16px 18px 15px;
  }
}
.pre-footer__link:focus,
.pre-footer__link:hover {
  color: #ff5b03;
}
@media only screen and (min-width: 1025px) {
  .pre-footer__link:focus,
  .pre-footer__link:hover {
    background: #ffffff;
  }
}
.footer {
  background: #55534f;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .inner {
  padding: 2.5rem 20px;
}
.footer .inner:before,
.footer .inner:after {
  content: "";
  display: table;
}
.footer .inner:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .footer .inner {
    max-width: 96%;
    margin: 0 auto;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .footer .inner {
    max-width: 90%;
  }
}
.footer a {
  color: #ffffff;
  padding: 8px 0 7px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer a {
    display: inline-block;
    padding: 16px 9px 15px;
  }
}
@media only screen and (min-width: 1401px) {
  .footer a {
    padding: 16px 18px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .footer a.first {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer a.last {
    padding-right: 0;
  }
}
.footer a:hover {
  color: #ff5b03;
}
@media only screen and (min-width: 768px) {
  .footer a.facebook span {
    display: none;
  }
}
.footer a.facebook:before {
  content: "\f09a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .footer a.facebook:before {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer a.twitter span {
    display: none;
  }
}
.footer a.twitter:before {
  content: "\f099";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .footer a.twitter:before {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer a.pinterest span {
    display: none;
  }
}
.footer a.pinterest:before {
  content: "\f231";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .footer a.pinterest:before {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer a.instagram span {
    display: none;
  }
}
.footer a.instagram:before {
  content: "\f16d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .footer a.instagram:before {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer a.whatsapp span {
    display: none;
  }
}
.footer a.whatsapp:before {
  content: "\f232";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .footer a.whatsapp:before {
    margin-right: 0;
  }
}
.footer .footer-left {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .footer .footer-left {
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-right {
    float: right;
  }
}
.bg-video {
  overflow: hidden;
}
.bg-video video,
.bg-video img {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .bg-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .bg-video video,
  .bg-video img {
    display: block !important;
  }
}
.bg-video video,
.bg-video img {
  position: absolute;
  top: 70%;
  left: 50%;
  min-width: 100%;
  min-height: 101%;
  max-width: 200%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-70%);
  transform: translateX(-50%) translateY(-70%);
}
.bg-video .mejs-controls {
  display: none !important;
}
.mod_iso_orderhistory tr {
  background: transparent;
}
.mod_iso_orderhistory tr:nth-child(1n+6) {
  display: none;
}
.mod_iso_orderhistory tr td {
  background: transparent;
  text-align: left;
}
.mod_iso_orderhistory tr td:last-child {
  text-align: right;
}
.mod_iso_orderhistory tr td:first-child {
  padding: 20px 0;
}
.mod_iso_orderhistory tr th {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  color: #55534f;
  border-top: none;
}
.mod_iso_orderhistory tr th:first-child {
  padding: 20px 0;
}
.mod_article > div.content.main:first-child {
  margin-top: 0;
}
.coupon-name,
.coupon-discount,
.coupon-code {
  display: inline-block;
  width: 33%;
  max-width: 280px;
  min-width: 200px;
  line-height: 2rem;
}
.coupon-code {
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .coupon-code {
    margin-bottom: 0;
  }
}
.coupon-name {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.main-alert {
  background: #ff5b03;
  color: white;
  text-align: center;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
body.startpage div.mod_article.first {
  min-height: 0;
}
.nohover:hover:before {
  color: white;
}
.stampcard .stamp {
  width: 15%;
  height: 0;
  margin-right: 5%;
  margin-bottom: 5%;
  padding-bottom: 15%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  background: white;
  position: relative;
}
.stampcard .stamp:nth-of-type(5n+0) {
  margin-right: 0;
}
.stampcard .stamp.valid {
  background: #ff5b03;
}
.stampcard .stamp.valid:before {
  content: "\f00c";
  font: normal normal normal 2rem/1 FontAwesome;
  position: absolute;
  margin: auto;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  width: 30px;
  color: #ffffff;
}
.flipper #delivery-date_root .picker__holder {
  width: 245px;
  margin-top: -150px;
}
.owl-item .content,
.owl-item .bg-image {
  z-index: 100;
  opacity: 0.98;
  -webkit-transition: opacity 0.01s linear;
  -moz-transition: opacity 0.01s linear;
  -ms-transition: opacity 0.01s linear;
  -o-transition: opacity 0.01s linear;
  transition: opacity 0.01s linear;
}
.owl-item.active .content,
.owl-item.active .bg-image {
  opacity: 1;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  z-index: 1;
}
.reservation-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lunchgate {
  width: 100%;
  height: 100%;
}
.lunchgate:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 15%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(22, 7, 4, 0.75)), color-stop(15%, rgba(16, 5, 3, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 15%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 15%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 15%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(22, 7, 4, 0.75) 0%, rgba(16, 5, 3, 0) 15%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3160704', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.summersushi-table tr {
  display: block;
}
.summersushi-table tr.highlight {
  background: #f8efe5;
}
.summersushi-table tr td {
  display: block;
  padding: 5px 0;
}
.summersushi-table tr td:nth-child(even) {
  margin-bottom: 1.4rem;
}
.summersushi-table h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .summersushi-table tr {
    display: table-row;
  }
  .summersushi-table tr:hover {
    background: #f8efe5;
  }
  .summersushi-table tr.city-title:hover,
  .summersushi-table tr.empty:hover {
    background: transparent;
  }
  .summersushi-table tr td {
    padding: 5px;
    display: table-cell;
  }
  .summersushi-table tr td:nth-child(even) {
    margin-bottom: 0;
  }
  .summersushi-table tr td h3 {
    margin: 0.5rem;
  }
}
.summersushi-locate__listcontainer {
  background: white;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.summersushi-locate__list {
  list-style-type: none;
  padding: 0;
  padding: 2rem 0;
}
.summersushi-locate__btn {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .summersushi-locate__btn {
    display: inline-block;
  }
}
.summersushi-locate__listitem {
  margin: 0rem;
  padding: 0.75rem 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .summersushi-locate__listitem {
    margin: 0rem 3rem;
  }
}
.summersushi-locate__listitem h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .summersushi-locate__listitem:hover {
    background: #f8efe5;
  }
}
.summersushi-locate__locationtitle {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .summersushi-locate__locationtitle {
    display: inline-block;
    width: 70%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-container video,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form {
  /*specific errors */
}
.form.contao p.error {
  color: #b40001;
}
.form.contao + fieldset.radio_container#ctrl_PaymentMethod label {
  padding-top: 0;
}
.form.contao .form label.error {
  color: #55534f;
}
@media only screen and (min-width: 768px) {
  .form.contao .form label.error {
    float: left;
  }
}
.form--register input {
  background: #ffffff;
}
.form .coupon-text p {
  margin-bottom: 0rem;
}
.form p.error + .delivery-datetime .delivery-date-container {
  color: white;
}
.form p.error + .delivery-datetime .delivery-date.picker__input {
  background: #b40001;
  color: white;
}
.form p.error + .step-group.checkbox .checkbox-custom-label:before {
  background: #b40001;
  border-color: #b40001;
}
.form p.error + .step-group.checkbox #agb:checked + .checkbox-custom-label:before {
  background: white;
}
.form .radio_container,
.form__fieldset {
  border: none;
  margin: 0 0 1.875rem;
  padding: 0;
  max-width: 600px;
}
.form .radio_container--first,
.form__fieldset--first {
  margin-top: 1.875rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .form .radio_container--first,
  .form__fieldset--first {
    margin-top: 0;
  }
}
.form .radio_container--last,
.form__fieldset--last {
  margin-bottom: 0;
}
.form__legend {
  max-width: 600px;
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .form__legend {
    font-size: 1.625rem;
  }
}
.form__group {
  position: relative;
}
.form__group:before,
.form__group:after {
  content: "";
  display: table;
}
.form__group:after {
  clear: both;
}
.form__group textarea,
.form__group input {
  background: #ebebeb;
  border: none;
  padding: 14px 10px 13px;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 0;
  height: 53px;
  width: 100%;
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
}
.sushi-course-form .form__group textarea,
.sushi-course-form .form__group input {
  background: #ffffff;
}
.form__group textarea[type="text"]:focus,
.form__group input[type="text"]:focus,
.form__group textarea[type="number"]:focus,
.form__group input[type="number"]:focus,
.form__group textarea[type="email"]:focus,
.form__group input[type="email"]:focus,
.form__group textarea[type="time"]:focus,
.form__group input[type="time"]:focus,
.form__group textarea[type="password"]:focus,
.form__group input[type="password"]:focus,
.form__group textarea[type="tel"]:focus,
.form__group input[type="tel"]:focus {
  background: #f8efe5;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(239, 239, 239, 0.25);
  -moz-box-shadow: inset 0 0 10px 0 rgba(239, 239, 239, 0.25);
  box-shadow: inset 0 0 10px 0 rgba(239, 239, 239, 0.25);
}
.form__group textarea.form__input--box,
.form__group input.form__input--box {
  margin-bottom: 0.9rem;
  text-align: center;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .form__group textarea.form__input--box,
  .form__group input.form__input--box {
    margin-bottom: 1.375rem;
  }
}
.form__group textarea.form__input--box:focus,
.form__group input.form__input--box:focus {
  background: #ffffff;
}
.form__group input[type="submit"] {
  display: inline-block;
  width: auto;
  float: right;
}
.form__group textarea {
  height: 80px;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.form__group textarea:focus {
  height: 100px;
  background: #f8efe5;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(239, 239, 239, 0.25);
  -moz-box-shadow: inset 0 0 10px 0 rgba(239, 239, 239, 0.25);
  box-shadow: inset 0 0 10px 0 rgba(239, 239, 239, 0.25);
}
@media only screen and (min-width: 768px) {
  .form__group textarea {
    height: 53px;
  }
}
.form__group--birthday input[type="text"] {
  max-width: 18%;
  min-width: 31%;
  margin-right: 2.5%;
  float: left;
}
.form__group--birthday input[type="text"]:nth-of-type(3) {
  margin-right: 0;
}
.message-basket .form__group--birthday input[type="text"] {
  min-width: 63px;
}
.form__group--icon input {
  padding-left: 35px;
}
.form__group--choice-group {
  margin-top: 0.75rem;
}
.form__group--choice-group:first-child {
  margin-top: 0;
}
.form__group select,
.form__group .form__select {
  width: 100%;
  height: 53px;
}
.form__group .form__select {
  margin-bottom: 0.9rem;
  text-align: center;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .form__group .form__select {
    margin-bottom: 1.375rem;
  }
}
.form__group.booking input:focus {
  background: #ffffff;
}
.form__label-container {
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 1025px) {
  .form__label-container {
    float: left;
    width: 41%;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.form__label-container label {
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
}
.form__label-container label.error {
  display: block;
  color: #b40001;
  margin-bottom: 1.142857142857143rem;
}
.form__label-container--custom-voucher {
  width: auto;
  margin-right: 10px;
  float: left;
  padding-top: 0;
}
.form__label-container--custom-voucher label {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.form__input-container {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .form__input-container {
    float: right;
    width: 59%;
  }
}
.form__input-container--custom-voucher {
  float: left;
  width: auto;
  margin-left: 3.25rem;
}
.form__input-container--custom-voucher input {
  max-width: calc(75px);
  text-align: right;
}
.form .checkbox_container label,
.form .radio_container label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 0;
}
.form .checkbox_container label:before,
.form .radio_container label:before {
  content: '';
  background: #ebebeb;
  border: 6px solid #ebebeb;
  display: block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  float: left;
}
.sushi-course-form .form .checkbox_container label:before,
.sushi-course-form .form .radio_container label:before {
  background: #ffffff;
  border-color: #ffffff;
}
.form .checkbox_container input,
.form .radio_container input {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 0;
  height: auto;
  width: auto;
}
.form .checkbox_container input:checked + label:before,
.form .radio_container input:checked + label:before {
  background: #ff5b03;
}
.form .radio_container label:before {
  border-radius: 50%;
}
.form p.error {
  color: #b40001;
  padding: 1rem 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .form p.error {
    margin: 0 0 0 41%;
  }
}
.form p.error.form__error--no-spacing {
  margin: 0;
}
.form .radio_container p.error,
.form .checkbox_container p.error {
  margin: 0;
}
.form .invisible {
  position: absolute;
  left: -10000rem;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#ctrl_agb h3 {
  display: none;
}
.btn,
.form__group input[type="submit"] {
  font-size: 1.125rem;
  background: #ff5b03;
  color: #ffffff;
  padding: 0.8125rem 2rem 0.875rem;
  line-height: normal;
  cursor: pointer;
  border: none;
  display: inline-block;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  -ms-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.btn:focus,
.btn:hover {
  color: #ffffff;
  background-color: #e95100;
  border: none;
}
.btn:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.btn--big {
  display: block;
  width: 100%;
}
.btn--right {
  float: right;
}
.btn--cookies-space {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1025px) {
  .btn--cookies-space {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .btn--cookies {
    float: right;
  }
}
.btn--arrow {
  position: relative;
  padding: 13px 3rem;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.btn--arrow:after {
  content: " ";
  display: inline-block;
  background: #ff5b03;
  position: absolute;
  width: 37px;
  height: 36px;
  top: 8px;
  right: -19px;
  margin-left: 30px;
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.btn--arrow:focus,
.btn--arrow:hover {
  background: #e95100;
}
@media only screen and (min-width: 768px) {
  .btn--arrow:focus,
  .btn--arrow:hover {
    left: -10px;
    padding-right: 68px;
  }
}
.btn--arrow:focus:after,
.btn--arrow:hover:after {
  background: #e95100;
}
@media only screen and (min-width: 768px) {
  .btn--arrow:focus:after,
  .btn--arrow:hover:after {
    margin-left: 50px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn--arrow {
    padding: 13px 3rem 12px;
  }
}
.btn--arrow-right {
  float: right;
  left: -30px;
}
.btn--discount {
  width: 59%;
  float: left;
}
@media only screen and (min-width: 850px) {
  .btn--discount {
    width: auto;
  }
}
.btn--grey {
  background: #9b948c;
  color: #ffffff;
}
.btn--grey:focus,
.btn--grey:hover {
  background: #8f877e;
}
.btn--delete {
  padding: 0;
  height: 21px;
  width: 21px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .btn--delete {
    display: inline-block;
  }
}
.btn--small {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .btn--space-right {
    margin-right: 1rem;
  }
}
.btn--delete,
.btn--remove,
.btn--add {
  display: inline-block;
  background: #e0d7cb;
  width: 21px;
  height: 21px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn--delete .fa,
.btn--remove .fa,
.btn--add .fa {
  position: relative;
  top: -4px;
  font-size: 0.6rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn--delete .fa,
  .btn--remove .fa,
  .btn--add .fa {
    top: -5px;
  }
}
.btn--delete {
  background: #55534f;
  line-height: 18px;
}
.btn--delete .fa {
  font-size: 0.7175rem;
  top: -2px;
}
.btn--add-to-basket {
  overflow: hidden;
  width: auto;
  line-height: 0.5;
  font-size: 2.1875rem;
  padding: 4px 0;
  color: #55534f;
  background: none;
  float: right;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.btn--add-to-basket:focus,
.btn--add-to-basket:hover {
  background: none;
  color: #ff5b03;
}
@media only screen and (min-width: 768px) {
  .btn--login-button-mobile {
    display: none !important;
  }
}
.btn--secondary {
  background: #9b948c;
}
.btn--secondary:after {
  background: #9b948c;
}
.cart__button-container {
  margin-bottom: 2rem;
}
.discount__group {
  margin-bottom: 2rem;
}
.discount__group:before,
.discount__group:after {
  content: "";
  display: table;
}
.discount__group:after {
  clear: both;
}
.discount input {
  float: left;
  width: 41%;
}
@media only screen and (min-width: 850px) {
  .discount input {
    width: auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .discount input {
    height: 54px;
  }
}
#ctrl_PaymentMethod {
  margin-bottom: 0;
}
#ctrl_PaymentMethod input:checked + label {
  background: #9b948c;
  color: #ffffff;
}
#ctrl_PaymentMethod input:checked + label:before {
  background: #ff5b03;
}
#ctrl_PaymentMethod label {
  background: #ebebeb;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 1rem;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media only screen and (min-width: 500px) {
  #ctrl_PaymentMethod label {
    padding: 13px 1rem 14px;
    display: table-cell;
    height: 75px;
  }
}
#ctrl_PaymentMethod label:before {
  background: #ffffff;
  border-color: #ffffff;
  margin-right: 0.75rem;
}
@media only screen and (min-width: 850px) {
  #ctrl_PaymentMethod label:before {
    margin-right: 1.5rem;
  }
}
.paymentmethod span {
  display: block;
  margin-bottom: 2px;
  position: relative;
}
@media only screen and (min-width: 500px) {
  .paymentmethod span {
    display: table;
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 500px) {
  .paymentmethod span:nth-child(3),
  .paymentmethod span:nth-child(5) {
    width: calc(50% - 2px);
    margin-left: 2px;
  }
}
.paymentmethod span.currency {
  display: inline-block;
  margin-bottom: 0;
  float: none;
}
@media only screen and (min-width: 1025px) {
  .paymentmethod span.currency {
    width: auto;
  }
}
#lbl_PaymentMethod_1 span.currency {
  display: inline;
  margin: 0;
}
#lbl_PaymentMethod_1 span.currency:before {
  content: "+ ";
}
.form-box {
  text-align: center;
  padding: 24px 6.122448979591837% 6.122448979591837%;
  box-sizing: border-box;
  background: #ece1d3;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.form-box:hover {
  background: #f8efe5;
}
.form-box:hover .form__input--box,
.form-box:hover .chosen-single {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .form-box--left,
  .form-box--right {
    float: left;
    width: 50%;
    height: 229px;
  }
}
.form-box--nav {
  background: #ffffff;
}
.form-box--nav:hover {
  background: #ffffff;
}
.form-box--nav:hover h3 {
  color: #ff5b03;
}
.form-box--nav:hover .form__input--box,
.form-box--nav:hover .chosen-container a.chosen-single {
  background: #f8efe5;
}
.form-box h3 {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.form-box .form__input--nav {
  background: #f8efe5;
  color: #000000;
}
.form-box .form__input--box,
.form-box .chosen-container a.chosen-single {
  color: #55534f !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.form-box .form__input--box:focus,
.form-box .chosen-container a.chosen-single:focus,
.form-box .form__input--box:hover,
.form-box .chosen-container a.chosen-single:hover {
  background: #ffffff;
}
.form-box .chosen-container {
  margin-bottom: 0.9rem;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .form-box .chosen-container {
    margin-bottom: 1.375rem;
  }
}
.form-box__message-box {
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.form-box__message-box--success {
  background: #93ba21;
}
.form-box__message-box--error {
  background: #b40001;
}
.form-box__message-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2rem;
  width: calc(100% - 4rem);
}
.form-book {
  padding: 24px 6.122448979591837% 6.122448979591837%;
  box-sizing: border-box;
  background: #ece1d3;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .form-book {
    float: none;
    width: auto;
  }
}
.form-book div.success {
  background: #b40001;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.form-book div.success .inner {
  padding-top: 40px;
  min-height: 79px;
}
.form-book div.success.success {
  background: #93ba21;
  padding: 0 2rem;
  width: calc(100% - 4rem);
}
.form-book div.success + .error + .success + .close {
  display: block;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  color: white;
  position: absolute;
  background: transparent;
  z-index: 30;
}
.booking {
  margin-bottom: 2px;
}
.booking:before,
.booking:after {
  content: "";
  display: table;
}
.booking:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .booking {
    margin-bottom: 3%;
  }
}
.booking--first {
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .booking--first {
    margin-bottom: 1%;
  }
}
.booking--last {
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .booking--last {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.booking__name-container,
.booking__phone-container,
.booking__delivery-date-container,
.booking__delivery-time-container {
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .booking__name-container,
  .booking__phone-container,
  .booking__delivery-date-container,
  .booking__delivery-time-container {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .booking__name-container,
  .booking__phone-container,
  .booking__email-container,
  .booking__delivery-date-container,
  .booking__delivery-time-container,
  .booking__number-container {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .booking__name-container input,
  .booking__phone-container input,
  .booking__email-container input,
  .booking__delivery-date-container input,
  .booking__delivery-time-container input,
  .booking__number-container input {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .booking__name-container {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .booking__phone-container {
    width: 23%;
    margin-left: 1%;
  }
}
@media only screen and (min-width: 768px) {
  .booking__email-container {
    width: 40%;
    margin-left: 1%;
  }
}
.booking .chosen-container {
  margin-bottom: 0.5rem !important;
}
@media only screen and (min-width: 768px) {
  .booking__delivery-time-container,
  .booking__delivery-date-container {
    display: inline-block;
  }
}
.booking__delivery-date-container,
.booking__delivery-time-container,
.booking__number-container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .booking__delivery-date-container,
  .booking__delivery-time-container,
  .booking__number-container {
    width: calc(33.33333% - 0.7%);
  }
}
.booking__delivery-date-container .fa,
.booking__delivery-time-container .fa,
.booking__number-container .fa {
  position: absolute;
  left: 10px;
  top: 17px;
}
@media only screen and (min-width: 768px) {
  .booking__delivery-time-container {
    margin-left: 1%;
  }
}
@media only screen and (min-width: 768px) {
  .booking__number-container {
    margin-left: 1%;
    display: inline-block;
  }
}
.booking__delivery-time {
  padding: 12px 10px 12px 35px !important;
}
.booking__delivery-date,
.booking__number {
  padding-left: 20px;
}
.booking .btn {
  padding: 12px 2rem 13px;
  display: block !important;
  margin: 0 auto;
  width: 100% !important;
  float: inherit !important;
}
@media only screen and (min-width: 768px) {
  .booking .btn {
    padding: 12px 2rem 12px;
    width: 50% !important;
  }
}
.booklocation {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .booklocation {
    width: 50%;
  }
}
.book-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.65);
}
.book-overlay__close-container {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .book-overlay__close-container {
    right: -12px;
    top: -12px;
    left: auto;
  }
}
.book-overlay__close-container .fa {
  line-height: 1;
  position: relative;
  top: 3px;
}
.book-overlay__inner {
  position: absolute;
  background: #ffffff;
  padding: 1rem;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .book-overlay__inner {
    top: 50%;
    left: 50%;
    height: 90vh;
    margin-top: -45vh;
    margin-left: -300px;
    width: 600px;
  }
}
.book-overlay__iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.checkout__legend {
  width: auto;
}
.checkout__legend--one {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .checkout__legend--one {
    margin-top: 0;
  }
}
.checkout__bubble {
  background: #f9f2e9;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  float: left;
}
@media only screen and (min-width: 768px) {
  .checkout__bubble {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.checkout__bubble-text {
  padding-top: 5px;
  margin-left: 3rem;
}
@media only screen and (min-width: 768px) {
  .checkout__bubble-text {
    padding-top: 7px;
    margin-left: 4rem;
  }
}
.checkout__delivery-date-container {
  position: relative;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 1025px) {
  .checkout__delivery-date-container {
    float: left;
    width: 45%;
    margin-bottom: 0;
  }
}
.checkout__delivery-date-container .fa {
  position: absolute;
  right: 10px;
  top: 18px;
}
.checkout__delivery-time-container {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .checkout__delivery-time-container {
    float: right;
    width: 50%;
  }
}
.checkout__delivery-time-container .fa {
  position: absolute;
  right: 10px;
  top: 19px;
}
.checkout__delivery-time-container input.picker__input--active,
.checkout__delivery-date-container input.picker__input--active {
  background: #f8efe5;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(239, 239, 239, 0.25);
  -moz-box-shadow: inset 0 0 10px 0 rgba(239, 239, 239, 0.25);
  box-shadow: inset 0 0 10px 0 rgba(239, 239, 239, 0.25);
}
.checkout__edit {
  color: #ff5b03;
}
.checkout__edit:focus,
.checkout__edit:hover {
  border-bottom: 1px solid #ff5b03;
}
.form__fieldset--first .checkout__edit-area {
  margin-bottom: 1.875rem;
}
.checkout__tip-container,
.checkout__boncard-container {
  margin-top: 1.875rem;
  background: #f8f8f8;
  padding: 5%;
  max-width: calc(590px);
}
.mod_subscribe {
  background: #ffffff;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.mod_subscribe .form__fieldset {
  margin-right: auto;
  margin-left: auto;
}
.mod_subscribe.visible {
  padding: 2rem;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .mod_subscribe.visible {
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 1025px) {
  .mod_subscribe.visible {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
a[name="nlform"]:target + .mod_subscribe {
  padding: 2rem;
  margin-bottom: 100px;
  height: auto;
}
.tipslider {
  margin-top: 1.5rem;
}
.tipslider.noUi-target {
  border-radius: 0;
  box-shadow: none;
  border-color: #ebebeb;
  background: #ebebeb;
}
.tipslider .noUi-handle {
  border-radius: 50%;
  box-shadow: none;
  background: #ff5b03;
  height: 26px;
  width: 26px;
  border: none;
  top: -4px;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.tipslider .noUi-handle:before,
.tipslider .noUi-handle:after {
  display: none;
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 58px;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.65);
}
@media only screen and (min-width: 768px) {
  .overlay {
    top: 0;
  }
}
.overlay--show {
  display: block;
}
.overlay a.overlay__close-container {
  padding: 0;
  position: absolute;
  right: 3px;
  top: 0;
  background: #ffffff;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  color: #000000;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.overlay a.overlay__close-container:focus,
.overlay a.overlay__close-container:hover {
  color: #ff5b03;
}
@media only screen and (min-width: 768px) {
  .overlay a.overlay__close-container {
    right: -12px;
    top: -12px;
  }
}
.overlay a.overlay__close-container .fa {
  line-height: 1;
  position: relative;
  top: 3px;
}
.overlay__inner {
  position: absolute;
  background: #ffffff;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .overlay__inner {
    top: 50%;
    left: 50%;
    height: 400px;
    margin-top: -200px;
    margin-left: -300px;
    width: 600px;
  }
}
.overlay__inner--video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  margin: 0;
  width: calc(100vw - 90px);
  max-width: 600px;
}
.overlay__button-container {
  margin-top: 2rem;
  text-align: center;
}
.overlay__video {
  max-width: 100%;
  height: auto;
}
.overlay .btn {
  padding: 0.8125rem 2rem 0.875rem;
  display: inline-block;
}
.overlay .btn:focus,
.overlay .btn:hover {
  color: #ffffff;
  background-color: #e95100;
  border: none;
}
.text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #55534f;
  padding: 5%;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .text-image {
    width: 100%;
    padding: 0;
  }
}
.text-image--grey-bg {
  color: #ffffff;
  background: #9b948c;
}
.text-image__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .text-image__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .text-image__col--text {
    order: -1;
  }
}
@media only screen and (min-width: 768px) {
  .text-image__col--reverse {
    order: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .text-image__inner {
    padding: 9% 11%;
  }
}
.text-image__inner p:last-of-type {
  margin-bottom: 0;
}
.text-image--grey-bg .text-image__inner p a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.text-image__title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.register-advantages {
  padding: 5.125rem 0 2rem;
  background: #e0d7cb;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .register-advantages {
    padding: 7.125rem 0 4rem;
  }
}
.register-advantages * {
  box-sizing: border-box;
}
@media only screen and (min-width: 1025px) {
  .register-advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.register-advantages__col {
  margin-top: 5.125rem;
}
@media only screen and (min-width: 768px) {
  .register-advantages__col {
    padding: 0 1rem;
  }
}
.register-advantages__col:nth-child(1) {
  margin-top: 0;
}
@media only screen and (min-width: 1025px) {
  .register-advantages__col:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .register-advantages__col:nth-child(2),
  .register-advantages__col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1250px) {
  .register-advantages__col:nth-child(1),
  .register-advantages__col:nth-child(2),
  .register-advantages__col:nth-child(3) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 0;
  }
}
.register-advantages__icon-container {
  text-align: center;
  line-height: 0;
  margin-top: -82px;
  margin-bottom: 1.238095238095238rem;
}
.register-advantages__icon-inner {
  background: #ff5b03;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
}
.register-advantages__icon {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.register-advantages__title {
  text-align: center;
  font-size: 1.29375rem;
}
.register-advantages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.register-advantages__element {
  position: relative;
  padding-left: 2rem;
  margin-top: 1rem;
}
.register-advantages__element:before {
  content: "";
  display: block;
  background: url("../images/icons/check.svg");
  background-size: 100%;
  width: 18px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
.register-advantages__element:first-child {
  margin: 0;
}
.register-advantages__button-container {
  margin-top: 2rem;
  text-align: center;
}
.cookies {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  color: #ffffff;
  padding: 15px 30px 15px;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
@media only screen and (min-width: 1025px) {
  .cookies__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .cookies__col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.cookies__col--last {
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .cookies__col--last {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 1250px) {
  .cookies__col--last {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
	Negishi specific files
 */
/* social strema */
.social-container h3 {
  margin-top: 100px;
}
.social-container .social-stream {
  margin: 50px auto 100px auto;
  background: white;
}
.social-container .social-stream .stream-image {
  position: relative;
  overflow: hidden;
}
.social-container .social-stream .stream-image img {
  max-width: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.social-container .social-stream .stream-image img:hover {
  -webkit-transform: translate(-50%,-50%) scale(1.05);
  -moz-transform: translate(-50%,-50%) scale(1.05);
  -ms-transform: translate(-50%,-50%) scale(1.05);
  transform: translate(-50%,-50%) scale(1.05);
}
.social-container .social-stream .stream-image:after {
  content: "";
  display: inline-block;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  width: 25px;
  height: 25px;
  background: white;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
  margin-right: -12px;
}
.social-container .social-stream .stream-caption {
  background: white;
  position: relative;
  overflow: hidden;
}
.social-container .social-stream .stream-caption .inner {
  position: relative;
  z-index: 10;
  margin: 5%;
  font-size: 0.875rem;
  overflow: hidden;
  height: 0;
  padding-bottom: 80%;
  color: #55534f;
}
@media only screen and (min-width: 1401px) {
  .social-container .social-stream .stream-caption .inner {
    margin: 10%;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 768px) {
  .social-container .social-stream .stream-caption .inner {
    margin: 10%;
  }
}
.social-container .social-stream .stream-caption .inner .avatar {
  position: relative;
  top: 10px;
  margin-right: .25rem;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (min-width: 1401px) {
  .social-container .social-stream .stream-caption .inner .avatar {
    width: 30px;
    height: 30px;
  }
}
.social-container .social-stream .stream-caption .inner .caption {
  display: block;
  margin-top: 1.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.social-container .social-stream .stream-caption .inner .likes {
  display: block;
  position: absolute;
  right: 0%;
  bottom: 0%;
  min-height: 30px;
  background: white;
}
.social-container .social-stream .stream-caption .inner .likes.gray {
  opacity: 0.35;
}
.social-container .social-stream .row:nth-child(even) .stream-caption + .stream-image:after {
  content: "";
  display: inline-block;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  width: 25px;
  height: 25px;
  background: white;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  margin-left: -12px;
}
.loader {
  position: fixed;
  height: 0;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f9f2e9;
  z-index: 100;
  animation: show 3s linear both;
  /* hide after some time */
}
.loader.hide {
  opacity: 0;
  height: 0;
}
.loader .text {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .loader .text {
    width: 400px;
  }
}
.loader .inner {
  position: absolute;
  background: #f9f2e9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  margin: auto;
  width: 200px;
  height: 180px;
  animation: drivethrough 4s ease both;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .loader .inner {
    width: 322px;
    height: 250px;
  }
}
.loader .inner img {
  position: absolute;
}
.loader .inner img.wheels {
  width: 290px;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.loader .inner img.bike {
  width: 322px;
  bottom: 15px;
  z-index: 5;
  animation: shake 0.15s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  animation-delay: 0.1s;
  -webkit-animation: shake 0.15s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  -webkit-animation-delay: 0.1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,10);
  -moz-transform: translate3d(0,0,10);
  -ms-transform: translate3d(0,0,10);
  transform: translate3d(0,0,10);
}
.loader .inner img.head {
  width: 50px;
  left: 66px;
  bottom: 125px;
  animation: shake 0.15s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  -webkit-animation: shake 0.15s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .loader .inner img.head {
    width: 78px;
    left: 108px;
    bottom: 187px;
  }
}
.loader .inner img.clouds {
  bottom: 50px;
  right: -110px;
}
.countdown {
  background: transparent;
}
.countdown--intro .countdown__container {
  position: relative;
  min-height: 350px;
}
@media only screen and (min-width: 1025px) {
  .countdown--intro .countdown__container {
    min-height: 50vh;
  }
}
.countdown--intro .countdown__content {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.countdown--intro .countdown__title {
  text-align: left;
}
.countdown--intro .countdown__subtitle {
  display: block;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1025px) {
  .countdown--intro .countdown__subtitle {
    font-size: 1.625rem;
  }
}
.countdown__background {
  min-height: 350px;
  position: relative;
  overflow: hidden;
}
.countdown__background:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .countdown--intro .countdown__background {
    min-height: 50vh;
  }
}
.countdown__content {
  color: #ffffff;
  margin: 4rem auto;
  text-align: center;
  max-width: 640px;
  position: relative;
  z-index: 2;
}
.countdown__counter {
  min-height: 100px;
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 640px;
  padding: 2rem;
}
@media only screen and (min-width: 1025px) {
  .countdown__counter {
    margin: -4rem auto 0 auto;
  }
}
.countdown__text {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1025px) {
  .countdown__text {
    padding-bottom: 2rem;
  }
}
.counter {
  text-align: center;
}
.counter-container {
  display: inline-block;
  width: 50%;
}
.counter-container:last-child {
  width: calc(50% - 0.5rem);
}
.counter-container span.counter-space {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .counter-container span.counter-space {
    margin-bottom: 0rem;
    width: 49%;
  }
}
.counter-container span.counter-space .number {
  font-size: 3.9375rem;
  /* multiplied - only for counter!*/
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .counter-container span.counter-space .number {
    font-size: 6.5625rem;
    /* multiplied - only for counter!*/
  }
}
.counter-container span.counter-space .subtitle {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  display: block;
  text-align: center;
}
.widCOE {
  margin: 0 !important;
}
.corporate-sushi-intro {
  background: #e0d7cb;
  padding: 1rem 1.5rem;
}
.corporate-sushi-button {
  background: none;
  border: none;
  padding: 0;
}
.corporate-sushi-add {
  background: #ff5b03;
  width: 39px;
  height: 39px;
  display: inline-block;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
}
.corporate-sushi-plus {
  position: relative;
  top: -7px;
  font-size: 45px;
  color: #ffffff;
}
.corporate-sushi-text {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  position: relative;
  top: 9px;
}
.corporate-sushi .btn.add-to-plate span.small {
  display: inline-block;
  width: 60px;
  text-align: right;
}
.js--countdownform-persons {
  padding: 1.5rem;
  background: #ece1d3;
}
.js--countdownform-persons .step-group:first-child {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.js--countdownform-persons + .form-group.submit .step-container.last {
  margin-top: 2rem;
}
.configurator-display {
  background: #e0d7cb;
  position: relative;
  margin-bottom: 1.5rem;
}
.configurator-display:after {
  content: "";
  display: block;
  position: absolute;
  background: #e0d7cb;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .configurator-display:after {
    bottom: -20px;
  }
}
.configurator-display__inner {
  padding: 0.5rem;
}
.configurator-display__inner:before,
.configurator-display__inner:after {
  content: "";
  display: table;
}
.configurator-display__inner:after {
  clear: both;
}
@media only screen and (min-width: 850px) {
  .configurator-display__inner {
    padding: 1rem;
    position: relative;
  }
}
.configurator-display__title,
.configurator-display__price {
  font-size: 1.125rem;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.configurator-display__title {
  margin-bottom: 1rem;
}
.configurator-display__title--small {
  font-size: 0.875rem;
}
.configurator-display__title br {
  display: none;
}
@media only screen and (min-width: 850px) {
  .configurator-display__title br {
    display: block;
  }
}
@media only screen and (min-width: 850px) {
  .configurator-display__add,
  .configurator-display__price {
    text-align: right;
  }
}
.configurator-display__price {
  float: left;
  position: relative;
  top: 13px;
}
@media only screen and (min-width: 850px) {
  .configurator-display__price {
    float: none;
    position: static;
  }
}
.configurator-display__add {
  float: right;
}
@media only screen and (min-width: 850px) {
  .configurator-display__add {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    float: none;
  }
}
.configurator-display__chosen {
  font-size: 0.875rem;
}
.configurator-display__chosen--bottom {
  display: none;
}
@media only screen and (min-width: 850px) {
  .configurator-display__chosen--bottom {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-display__left {
    float: left;
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 768px) {
  .configurator-display__right {
    float: right;
    width: 180px;
    margin-left: 20px;
  }
}
.configurator-display.scrollupPanel-fixed .configurator-display__title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .configurator-display.scrollupPanel-fixed .configurator-display__title {
    display: block;
  }
}
.configurator-display.scrollupPanel-fixed p:first-child {
  display: none;
}
.configurator-display .item-collection {
  display: none;
}
@media only screen and (min-width: 850px) {
  .configurator-display .item-collection {
    display: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .closeable-tags {
    margin-top: 1rem;
  }
}
.closeable-tags__tag {
  line-height: 1;
  background: #e0d7cb;
  position: relative;
  display: inline-block;
  margin-bottom: 0.35rem;
  margin-right: 0.4rem;
}
.closeable-tags__close {
  padding: 0.35rem 0.5rem;
  display: inline-block;
  background: #cdbeab;
  cursor: pointer;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  -moz-transition: background 0.4s ease, color 0.4s ease;
  -o-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
.closeable-tags__close:focus,
.closeable-tags__close:hover {
  background: #ff5b03;
  color: #ffffff;
}
.closeable-tags__text {
  display: inline-block;
  padding: 0 0.25rem 0 0.5rem;
}
.closeable-tags__text--active {
  padding: 0 0.25rem 0.5rem 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .closeable-tags__text--active {
    padding: 0 0.25rem 0 0;
    display: inline-block;
  }
}
.jobs {
  position: relative;
}
.jobs:before,
.jobs:after {
  content: "";
  display: table;
}
.jobs:after {
  clear: both;
}
.design-1 .jobs {
  background-color: #f6d1a2;
  color: #000000;
}
.design-1 .jobs__input {
  display: none;
}
.design-1 .jobs__input:checked + .jobs__label:before {
  background: #009481;
}
.design-1 .jobs a.btn {
  background: #009481;
  color: #ffffff;
}
.design-1 .jobs a {
  color: #009481;
}
.design-1 .jobs a:hover {
  border-color: #009481;
}
.design-1 .jobs__label {
  outline: 2px solid black;
  color: #000000;
  background: transparent;
}
.design-1 .jobs__label:before {
  background: #000000;
}
.design-1 .jobs__label .fa-check {
  color: #000000;
}
.design-1 .jobs__td,
.design-1 .jobs__th {
  border-color: #000000;
}
.design-1 .jobs__td:last-child,
.design-1 .jobs__th:last-child {
  border-color: #000000;
}
.design-1 .jobs__filter-criterias {
  margin-left: 2px;
}
.design-2 .jobs {
  background-color: #ffffff;
  color: #000000;
}
.design-2 .jobs__input {
  display: none;
}
.design-2 .jobs__input:checked + .jobs__label:before {
  background: #ffffff;
}
.design-2 .jobs a.btn {
  background: #000000;
  color: #ffffff;
}
.design-2 .jobs a {
  color: #000000;
}
.design-2 .jobs a:hover {
  border-color: #000000;
}
.design-2 .jobs__label {
  color: #000000;
  background: #eeeeee;
}
.design-2 .jobs__label:before {
  background: #000000;
}
.design-2 .jobs__label .fa-check {
  color: #000000;
}
.design-2 .jobs__td,
.design-2 .jobs__th {
  border-color: #000000;
}
.design-2 .jobs__td:last-child,
.design-2 .jobs__th:last-child {
  border-color: #000000;
}
.design-3 .jobs {
  background-color: #ffffff;
  color: #000000;
  max-width: 1300px;
  margin: 5% auto 5% auto;
}
.design-3 .jobs__input {
  display: none;
}
.design-3 .jobs__input:checked + .jobs__label:before {
  background: #ffffff;
}
.design-3 .jobs a.btn {
  background: #000000;
  color: #ffffff;
}
.design-3 .jobs a {
  color: #000000;
}
.design-3 .jobs a:hover {
  border-color: #000000;
}
.design-3 .jobs__label {
  color: #000000;
  background: #eeeeee;
}
.design-3 .jobs__label:before {
  background: #000000;
}
.design-3 .jobs__label .fa-check {
  color: #000000;
}
.design-3 .jobs__td,
.design-3 .jobs__th {
  border-color: #000000;
}
.design-3 .jobs__td:last-child,
.design-3 .jobs__th:last-child {
  border-color: #000000;
}
.jobs__iframe,
.jobs--white-bg {
  background: #ffffff;
}
@media only screen and (min-width: 1250px) {
  .jobs__left,
  .jobs__right {
    float: left;
  }
}
.jobs__left {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1250px) {
  .jobs__left {
    width: calc(25% - 4rem);
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .jobs__left--reversed {
    width: calc(40% - 4rem);
  }
}
@media only screen and (min-width: 1250px) {
  .jobs__right {
    width: 75%;
  }
}
@media only screen and (min-width: 1250px) {
  .jobs__right--reversed {
    width: 60%;
  }
}
.jobs__title {
  margin: 0;
}
.jobs__filter-criterias {
  margin-bottom: 1rem;
}
.jobs__filter-criteria {
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.jobs__label {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  line-height: 1;
  background: #e0d7cb;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.jobs__label:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 1rem;
  background: #ffffff;
  width: 16px;
  height: 16px;
}
.jobs__label .fa-check {
  position: absolute;
  top: 0.75rem;
  left: 1.125rem;
  z-index: 10;
  font-size: 0.75rem;
  color: #ffffff;
}
.jobs__input {
  display: none;
}
.jobs__input:checked + .jobs__label:before {
  background: #ff5b03;
}
.jobs__table {
  background: none;
  text-align: left;
}
.jobs__tr {
  background: none;
  border-bottom: 2px solid #ece1d3;
}
.jobs__tr:nth-child(2n) {
  background: none;
}
.jobs__tr:last-child .jobs__td:last-child {
  border-bottom: none;
}
.jobs__th {
  font-weight: normal;
  border-bottom: 2px solid #e0d7cb;
  display: none;
}
@media only screen and (min-width: 768px) {
  .jobs__th {
    display: table-cell;
  }
}
.jobs__th,
.jobs__td {
  padding: 0.5rem 1rem;
  background: none;
}
@media only screen and (min-width: 768px) {
  .jobs__th,
  .jobs__td {
    text-align: left;
  }
}
.jobs__td {
  text-align: right;
  display: block;
  border: none;
}
@media only screen and (min-width: 768px) {
  .jobs__td {
    border-bottom: 2px solid #ece1d3;
    text-align: left;
    display: table-cell;
  }
}
.jobs__td:last-child {
  border-bottom: 2px solid #ece1d3;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.jobs__td:before {
  content: attr(data-label);
  float: left;
}
@media only screen and (min-width: 768px) {
  .jobs__td:before {
    display: none;
  }
}
.jobs__td a {
  color: #ff5b03;
}
.jobs__td a:focus,
.jobs__td a:hover {
  text-decoration: underline;
}
.jobs__company-logo-container {
  text-align: center;
}
.jobs__company-logo {
  display: inline-block;
  max-height: 73px;
  margin-bottom: 1.5rem;
}
.jobs__recruiter {
  text-align: center;
}
.jobs__recruiter-title {
  margin-bottom: 1rem;
}
.jobs__recruiter-name {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.jobs__recruiter-name,
.jobs__recruiter-address,
.jobs__recruiter-phone {
  margin-bottom: 1rem;
}
.jobs__recruiter-image {
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #ff5b03;
}
.jobs a[href^=tel],
.jobs a[href^=mailto] {
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
.jobs .btn {
  display: inline-block;
}
.jobs__back {
  margin-bottom: 2rem;
}
.jobs__back--desktop {
  display: none;
}
@media only screen and (min-width: 1250px) {
  .jobs__back--desktop {
    display: block;
  }
}
.jobs__back--mobile {
  margin-bottom: 0;
}
@media only screen and (min-width: 1250px) {
  .jobs__back--mobile {
    display: none;
  }
}
.jobs__clear-filter {
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (min-width: 1250px) {
  .jobs__clear-filter {
    margin-top: 4rem;
  }
}
.design-1 {
  background: transparent;
}
.chosen-container,
.chosen-container.chosen-container-active.chosen-with-drop {
  /* drop down with search field */
}
@media only screen and (min-width: 1041px) {
  .chosen-container + .fa-angle-down,
  .chosen-container.chosen-container-active.chosen-with-drop + .fa-angle-down {
    display: none;
  }
}
.chosen-container:hover .chosen-drop,
.chosen-container.chosen-container-active.chosen-with-drop:hover .chosen-drop {
  display: block;
}
.chosen-container .chosen-single,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  background: #ebebeb;
  border: none;
  padding: 18px 7px 13px;
  height: 53px;
  position: relative;
  box-shadow: none;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* arrow down */
  /* font settings */
}
.chosen-container .chosen-single:focus,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single:focus,
.chosen-container .chosen-single:hover,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single:hover {
  background: #f8efe5;
  border: none;
}
.sushi-course-form .chosen-container .chosen-single,
.sushi-course-form .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
}
.chosen-container .chosen-single:after,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single:after {
  content: "\f078";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font: normal normal normal 1.125em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #55534f;
}
.chosen-container .chosen-single span,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single span {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1;
}
.chosen-container .chosen-single span + div,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single span + div {
  display: none;
}
.chosen-container .chosen-drop,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.chosen-container .chosen-drop .chosen-search,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop .chosen-search {
  padding: 0.5rem;
  position: relative;
  display: none;
}
.chosen-container .chosen-drop .chosen-search input,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop .chosen-search input {
  padding: 0.5rem;
  background: #ebebeb;
  border: none;
}
.chosen-container .chosen-drop .chosen-search:after,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop .chosen-search:after {
  content: "\f002";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font: normal normal normal 1.125rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.chosen-container .chosen-drop .chosen-results,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop .chosen-results {
  width: 100%;
  padding: 0.5rem;
}
.chosen-container .chosen-drop .chosen-results li,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop .chosen-results li {
  font-size: 1.125rem;
  font-family: 'Proxima N W01 Light', Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  line-height: 1.4rem;
}
.chosen-container .chosen-drop .chosen-results li.highlighted,
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop .chosen-results li.highlighted {
  background: #f8efe5;
  color: black;
}
.sushi-places .chosen-container {
  width: 100% !important;
}
@media only screen and (min-width: 1025px) {
  .sushi-places .chosen-container {
    width: 59% !important;
  }
}
select[name="location_date"] + .chosen-container {
  width: 100% !important;
}
@media only screen and (min-width: 1025px) {
  select[name="location_date"] + .chosen-container {
    width: 59% !important;
  }
}
select[name="location_date"] + .chosen-container .chosen-drop .chosen-results li.group-result {
  padding-top: 15px;
  margin-top: 15px;
  width: 100%;
  float: none;
  clear: both;
  padding-left: 15px;
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
}
select[name="location_date"] + .chosen-container .chosen-drop .chosen-results li.group-option {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  select[name="location_date"] + .chosen-container .chosen-drop .chosen-results li.group-option {
    display: inline-block;
    width: 50%;
  }
}
select[name="location_date"] + .chosen-container .chosen-drop .chosen-results li:first-child {
  margin-top: 0;
}
select[name="location_date"] + .chosen-container .chosen-drop,
select[name="location_date"] + .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
select[name="location_date"] + .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
}
select[name="location_date"] + .chosen-container.chosen-container-active.chosen-with-drop .chosen-single:hover {
  background: #ffffff;
}
/* specific styles or overrides for all touch devices */
.touch {
  height: 100%;
}
.touch body {
  height: 100%;
  overflow-y: visible;
  /* fix problem with affecting margins on parents @ touch devices */
  /* sizing of background images */
  /* fix height issue with vh */
  /* font rendering with bold fonts and headlines */
}
.touch body.sidr-open {
  overflow: hidden;
}
.touch body .sub-page {
  padding-top: 1px;
  margin-top: -1px;
}
@media screen and (device-aspect-ratio: 2/3) {
  .touch body .sub-page .location.slider {
    height: 400px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .touch body .sub-page .location.slider {
    height: 505px;
  }
}
.touch body header.start-screen {
  background-attachment: scroll;
  background-size: cover;
  overflow: hidden;
}
.touch body .order-form-container {
  top: 15px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .touch body .order-form-container {
    top: 80px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .touch body .start-screen,
  .touch body .location.slider,
  .touch body .mod_article .bg-image {
    height: 927px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .touch body .start-screen,
  .touch body .location.slider,
  .touch body .mod_article .bg-image {
    height: 671px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .touch body .start-screen,
  .touch body .location.slider,
  .touch body .mod_article .bg-image {
    height: 780px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .touch body .location.slider {
    height: 505px;
  }
}
.touch body .bg-image {
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
}
.touch body .bg-image.small-height-content {
  height: 200px;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .touch body .bg-image.small-height-content {
    height: 524px;
  }
}
@media screen and (max-width: 767px) {
  .touch body .mod_article .bg-image.small-height {
    height: 250px;
    background-attachment: scroll;
  }
}
.touch body .sub-page,
.touch body .mod_article.first {
  min-height: 100%;
  overflow: visible;
}
.touch body li.filter a {
  white-space: nowrap;
}
.touch body h1,
.touch body h2,
.touch body h3,
.touch body h4,
.touch body h5,
.touch body h6 {
  font-weight: normal;
}
.touch .form-group {
  position: relative;
}
.touch select {
  border: 1px solid #9b948c;
  padding: 12px 10px 13px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.touch select::-ms-expand {
  display: none;
}
.touch select.grey-light-bg {
  border: none;
  background: #f8efe5;
}
.touch select + .fa {
  position: absolute;
}
.touch select + .fa-user {
  right: 10px;
  left: auto;
  top: 14px;
  pointer-events: none;
}
.touch select + .fa-angle-down {
  right: 10px;
  top: 10px;
  font-size: 1.5rem;
}
.touch .form-book select,
.touch .form-right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.touch .order-form .form-book:hover select {
  background: #ffffff;
}
.touch .main-navigation a {
  padding-top: 13px;
}
.touch .main-navigation .brand a {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .touch .main-navigation a {
    padding-top: 16px;
  }
  .touch .main-navigation .brand a {
    padding-top: 11px;
  }
}
.touch .picker {
  z-index: 100;
}
@-moz-document url-prefix() {
  .product-navigation .level_1 li.filter span small {
    text-indent: 0;
  }
  .ecommerce input.discount-code {
    height: 50px;
  }
  .btn.btn-small.arrow::after {
    width: 39px;
    height: 39px;
    top: 8px;
    margin-left: 32px;
  }
  .btn.btn-small.arrow:hover::after {
    margin-left: 52px;
  }
  .product-count button.remove span {
    top: -3px;
  }
  .product-count button.add span {
    position: relative;
    top: -1px;
  }
  .ecommerce .step-container input[type="submit"] {
    padding-bottom: 2rem;
  }
  @media only screen and (min-width: 768px) {
    .booking__delivery-date-container,
    .booking__delivery-time-container,
    .booking__number-container {
      width: 24.95%;
    }
  }
}
.browser-ie11,
.browser-ie10,
.touch {
  /*  UPDATED! flip the pane when hovered */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */
}
.browser-ie11 .flip-active.order-form-container .flipper,
.browser-ie10 .flip-active.order-form-container .flipper,
.touch .flip-active.order-form-container .flipper {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.browser-ie11 .flip-active .flip-container .flip-front,
.browser-ie10 .flip-active .flip-container .flip-front,
.touch .flip-active .flip-container .flip-front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.browser-ie11 .flip-active .flip-container .flip-back,
.browser-ie10 .flip-active .flip-container .flip-back,
.touch .flip-active .flip-container .flip-back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.browser-ie11 .flip-front,
.browser-ie10 .flip-front,
.touch .flip-front,
.browser-ie11 .flip-back,
.browser-ie10 .flip-back,
.touch .flip-back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.browser-ie11 .flip-front,
.browser-ie10 .flip-front,
.touch .flip-front {
  z-index: 2;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.browser-ie11 .flip-back,
.browser-ie10 .flip-back,
.touch .flip-back {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.browser-ie9 .flip-active.order-form-container .flip-front {
  display: none;
}
@media only screen and (min-width: 768px) {
  .browser-ie11 .location-bubble,
  .browser-ie10 .location-bubble,
  .browser-ie9 .location-bubble {
    margin-top: 90px;
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
