@charset "UTF-8";
/*! DrinkUp.London | Built by Speciality Drinks | All Rights Reserved */
@font-face {
  font-family: "dulicons";
  src: url("/fonts/dulicons.eot?8xzfo8");
  src: url("/fonts/dulicons.eot?8xzfo8#iefix") format("embedded-opentype"), url("/fonts/dulicons.ttf?8xzfo8") format("truetype"), url("/fonts/dulicons.woff?8xzfo8") format("woff"), url("/fonts/dulicons.svg?8xzfo8#dulicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.dulicon {
  display: inline;
  font-family: "dulicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dulicon--alert:before {
  content: "\e900";
}

.dulicon--app:before {
  content: "\e901";
}

.dulicon--arrows:before {
  content: "\e902";
}

.dulicon--basket:before {
  content: "\e903";
}

.dulicon--calendar:before {
  content: "\e904";
}

.dulicon--card:before {
  content: "\e905";
}

.dulicon--coupe:before {
  content: "\e906";
}

.dulicon--cross:before {
  content: "\e907";
}

.dulicon--expand:before {
  content: "\e908";
}

.dulicon--facebook .path1:before {
  content: "\e909";
  color: #262626;
}

.dulicon--facebook .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: white;
}

.dulicon--heart:before {
  content: "\e90b";
}

.dulicon--instagram .path1:before {
  content: "\e90c";
  color: #262626;
}

.dulicon--instagram .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: white;
}

.dulicon--location:before {
  content: "\e90e";
}

.dulicon--menu:before {
  content: "\e90f";
}

.dulicon--nav-menu:before {
  content: "\e910";
}

.dulicon--notifications:before {
  content: "\e911";
}

.dulicon--payment:before {
  content: "\e912";
}

.dulicon--profile:before {
  content: "\e913";
}

.dulicon--share:before {
  content: "\e914";
}

.dulicon--twitter .path1:before {
  content: "\e915";
  color: #262626;
}

.dulicon--twitter .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: white;
}

.animate {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate--fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate--fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate--fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animate--fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animate--fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "EB Garamond", times, serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  letter-spacing: 0.2rem;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none !important;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

p {
  margin: 7px 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  visibility: visible !important;
}

/*! jQuery UI - v1.12.1 - 2017-04-24
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  z-index: 80 !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  min-width: 300px;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  width: 100%;
  min-height: 100%;
  min-width: 300px;
  background: #ffffff;
  color: #000000;
}
@media (min-width: 960px) {
  body {
    font-size: 1.8rem;
  }
}

main {
  margin-top: 163px;
  /*@include respond(width2) {
      margin-top: 161px;
  }*/
  /*@include respond(width1) {
      margin-top: 139px;
  }*/
}
@media (min-width: 768px) {
  main {
    margin-top: 195px;
  }
}
@media (min-width: 960px) {
  main {
    margin-top: 225px;
  }
}
@media (min-width: 1200px) {
  main {
    margin-top: 225px;
  }
}

.main--countdown {
  margin-top: 163px;
}
@media (min-width: 768px) {
  .main--countdown {
    margin-top: 210px;
  }
}
@media (min-width: 960px) {
  .main--countdown {
    margin-top: 230px;
  }
}
@media (min-width: 1200px) {
  .main--countdown {
    margin-top: 250px;
  }
}

header.with-search + main {
  margin-top: 202px;
}
@media (min-width: 768px) {
  header.with-search + main {
    margin-top: 220px;
  }
}
@media (min-width: 960px) {
  header.with-search + main {
    margin-top: 242px;
  }
}
@media (min-width: 1200px) {
  header.with-search + main {
    margin-top: 254px;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

a {
  color: #000000;
}

.simple-container {
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding-left: 0;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .simple-container {
    font-size: 1.5rem;
  }
}

.simple-container--no-gutter {
  padding: 0;
}

.simple-container--center {
  text-align: center;
}

.about {
  *zoom: 1;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.about:before, .about:after {
  content: " ";
  display: table;
}
.about:after {
  clear: both;
}

.about__copy {
  padding: 10px;
}
@media (min-width: 768px) {
  .about__copy {
    float: left;
    width: 50%;
  }
}

.about__images {
  padding: 10px;
  display: none;
}
@media (min-width: 768px) {
  .about__images {
    display: block;
    float: left;
    width: 50%;
  }
}

.about__copy p:first-of-type {
  margin-top: 0;
}

.about__images img {
  margin: 1em 0;
}

.about__images img:first-of-type {
  margin-top: 0;
}

.app-download {
  *zoom: 1;
  padding: 0 10px;
  max-width: 500px;
  margin: 0 auto;
}
.app-download:before, .app-download:after {
  content: " ";
  display: table;
}
.app-download:after {
  clear: both;
}

.app-download__link {
  padding: 0 10px;
  float: left;
  width: 50%;
}

.article {
  font-family: "EB Garamond", times, serif;
  font-weight: 400;
  color: #000000;
}

.article__header {
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.article__header-inner {
  padding: 30px 0 15px;
}
@media (min-width: 660px) {
  .article__header-inner {
    padding: 50px 0 25px;
  }
}

.article__meta {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .article__meta {
    font-size: 1.2rem;
  }
}

.article__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #a10e19;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 960px) {
  .article__title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .article__title {
    margin-top: 10px;
  }
}

.article__summary {
  margin: 0;
  font-size: 2rem;
}
@media (min-width: 660px) {
  .article__summary {
    font-size: 2rem;
  }
}

.article__share-left {
  display: block;
  text-align: right;
}

.article__share {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #000000;
}

.article__body {
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
  /*font-size: 1.9rem;
  line-height: 1.5;*/
  clear: both !important;
}
@media (min-width: 660px) {
  .article__body {
    /*font-size: 2.3rem;*/
  }
}

.article__body-inner {
  /*display: flex;
  flex-direction: column;*/
  margin: 0 auto;
  padding: 30px 0 15px;
}
@media (min-width: 660px) {
  .article__body-inner {
    padding: 50px 0 25px;
  }
}

.article__body p {
  font-family: "EB Garamond", times, serif;
}
.article__body strong {
  font-family: "Lora", times, serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (min-width: 660px) {
  .article__body strong {
    font-size: 1.9rem;
  }
}

.article__body h2 {
  margin: 0 0 30px;
  font-family: "Montserrat", arial sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
@media (min-width: 660px) {
  .article__body h2 {
    margin: 0 0 50px;
    font-size: 2.6rem;
  }
}

.article__body a,
.article__body a:focus,
.article__body a:visited,
.article__body a:hover {
  text-decoration: underline;
  color: #D3312F;
}

.article__body blockquote {
  margin: 0 0 30px 15px;
  padding-left: 15px;
  border-left: 10px solid #f8efed;
  font-size: 2rem;
}
@media (min-width: 660px) {
  .article__body blockquote {
    margin: 0 0 50px 25px;
    padding-left: 25px;
    font-size: 2.5rem;
  }
}

.article__body img {
  padding: 10px;
  display: block;
  width: 100%;
  background-color: #f8efed;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .article__body img {
    margin: 10px 10px;
  }
}

.copy_body__image {
  padding: 10px;
  display: block;
  background-color: #f8efed;
  margin: 10px 0;
  clear: both !important;
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 768px) {
  .copy_body__image {
    padding: 10px;
    margin: 10px 10px;
    width: unset !important;
    height: unset !important;
  }
}

.article__body .video-lazy {
  margin: 0 0 30px;
}
@media (min-width: 660px) {
  .article__body .video-lazy {
    margin: 0 0 50px;
  }
}

.banner {
  /*@include gutter(tblr,full);
  max-width: $df__max-width;
  margin: 0 auto;
     padding: 0;*/
}

.banner__link {
  display: block;
}

@media (min-width: 660px) {
  .banner__image--small {
    display: none;
  }
}

.banner__image--medium {
  display: none;
}
@media (min-width: 660px) {
  .banner__image--medium {
    display: block;
  }
}
@media (min-width: 960px) {
  .banner__image--medium {
    display: none;
  }
}

.banner__image--large {
  display: none;
}
@media (min-width: 960px) {
  .banner__image--large {
    display: block;
  }
}

.video_banner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .video_banner {
    padding: 0 10px;
  }
}

.video_banner__mobile {
  display: none;
}
.video_banner__inner {
  position: relative;
  overflow: hidden;
}

.video_banner__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -2;
}

.video_banner__video {
  width: auto !important;
  height: auto !important;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
  /*max-height: 200px;

     @include respond(width3) {
         max-width: 100%;
         max-height: 410px;
     }*/
}
@media (min-width: 450px) {
  .video_banner__video {
    height: auto !important;
  }
}

.video_banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  z-index: -1;
}

.video_banner__content {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 40px 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .video_banner__content {
    padding: 80px 150px;
  }
}

.video_banner__content_inner {
  text-align: center;
}

.video_banner__content_inner > p {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #EEE1E1;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .video_banner__content_inner > p {
    font-size: 1.6rem;
  }
}
@media (min-width: 960px) {
  .video_banner__content_inner > p {
    font-family: "Montserrat", arial sans-serif;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .video_banner__content_inner > p {
    font-size: 2.3rem;
  }
}

.video_banner__content_inner > h1 {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}
@media (min-width: 960px) {
  .video_banner__content_inner > h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .video_banner__content_inner > h1 {
    font-family: "Montserrat", arial sans-serif;
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 3.2rem;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .video_banner__content_inner > h1 {
    font-size: 3rem;
  }
}

.video_banner__content_inner > a {
  font-weight: bold;
}

.opening_hours__container {
  padding: 0;
  margin: 0;
}

.opening_hours__times {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.opening_hours__container > div {
  width: 50%;
}

.opening_hours__values {
  list-style-type: none;
  text-transform: lowercase;
  text-align: right;
}

.opening_hours__closed {
  text-transform: capitalize;
}

.lcw_festival__cta {
  margin-bottom: 20px;
}

.lcw_festival__cta--mobile {
  display: none;
}
@media (min-width: 768px) {
  .lcw_festival__cta--mobile {
    display: block;
  }
}

.lcw_festival__cta--responsive {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .lcw_festival__cta--responsive {
    display: block;
  }
}

.lcw_festival__cta--responsive > a {
  width: 65%;
}
@media (min-width: 768px) {
  .lcw_festival__cta--responsive > a {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .bar__sections {
    display: flex;
    flex-direction: column;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bar__sections {
    display: block;
  }
}
.section_2 {
  order: 2;
}
@media (min-width: 960px) {
  .section_2 {
    order: 1;
  }
}

.section_3 {
  order: 1;
}
@media (min-width: 768px) {
  .section_3 {
    order: 2;
  }
}

.clearfix {
  list-style-type: none;
  padding-left: 0;
}

.center {
  text-align: center;
}

.opening_time-add_time {
  text-align: center;
  font-size: 20pt;
}

.bar-opening-times__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bar-opening-times__container {
    flex-direction: row;
  }
}

.bar-opening-times__container > li {
  flex-grow: 0;
  width: 50%;
}
@media (min-width: 768px) {
  .bar-opening-times__container > li {
    flex-grow: 1;
    width: unset;
  }
}

.copy__container {
  padding: 0 10px;
}

.basket {
  position: relative;
  padding: 0 20px;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

ul.basket__list li.basket__item.attention {
  animation: attention 4s linear;
}
@keyframes attention {
  0% {
    background-color: #ded8bd;
  }
  25% {
    background-color: #efecdf;
  }
  100% {
    background-color: white;
  }
}

.basket__background-image {
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .basket__background-image {
    height: 392px;
  }
}

.trade_header.trade_header--basket {
  padding: 0;
}

.basket__header {
  border-bottom: 3px solid #f8efed;
  padding: 20px;
  text-align: center;
}
.basket__header h1 {
  display: inline;
}
.basket__header h1.inactive {
  color: #ccc;
  display: none;
  font-weight: 100;
}
@media (min-width: 660px) {
  .basket__header h1.inactive {
    display: inline;
  }
}
.basket__header .basket__title-separator {
  color: #666;
  display: none;
}
.basket__header .basket__title-separator .fa {
  line-height: 0;
  font-size: 1.5em;
}
@media (min-width: 660px) {
  .basket__header .basket__title-separator {
    display: inline;
  }
}

.page__checkout .basket__edit {
  display: block;
}
@media (min-width: 660px) {
  .page__checkout .basket__edit .form__button {
    display: inline;
  }
}

.basket__edit {
  padding: 0 20px;
  padding: 0 20px;
  display: none;
}

.basket__edit--no-padding {
  padding: 0;
}

.basket__edit-content {
  padding: 20px 0;
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  color: #000000;
}
@media (min-width: 960px) {
  .basket__edit-content {
    font-size: 1.8rem;
  }
}
@media (min-width: 660px) {
  .basket__edit-content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.basket__edit-button {
  padding-top: 0;
}
@media (min-width: 660px) {
  .basket__edit-button {
    display: table-cell;
    width: 20%;
    padding: 0;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .basket__edit-button {
    /*padding-left: 10px;*/
  }
}
.basket__edit-button button:disabled, .basket__edit-button button[disabled] {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.basket__edit-button span {
  transform: rotate(180deg);
}

.basket__update {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  background-color: #D3312F;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 960px) {
  .basket__update {
    font-size: 1.6rem;
  }
}
@media (min-width: 660px) {
  .basket__update {
    width: 200px;
  }
}

.basket__update--small {
  width: 120px;
  height: 41px;
}

.basket__update--disabled {
  display: none;
}

.basket__promotion {
  padding: 0 20px;
}

.basket__promotion-container {
  padding: 20px 0;
  padding: 10px;
  border: 4px dashed #bdb078;
  width: 100%;
}

.page__checkout .basket__footer {
  border-bottom: 3px solid #f8efed;
}

.basket__footer {
  padding: 0 20px;
  /*@include clearfix;*/
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .basket__footer {
    flex-direction: row;
  }
}
.basket__footer .promotion-code {
  padding: 10px;
}
.basket__footer .guest-checkout {
  border: 1px solid #bdb078;
  padding: 10px 20px;
}
.basket__footer .basket__footer-column {
  width: 100%;
}

.basket__footer-column {
  padding: 10px 0;
}
.basket__footer-column .basket__footer--totals {
  width: 100%;
  border-collapse: separate;
  color: #000;
}
@media (min-width: 960px) {
  .basket__footer-column .basket__footer--totals {
    padding-left: 20px;
  }
}
.basket__footer-column #PromotionCode {
  text-transform: uppercase;
}

.basket__footer-content {
  *zoom: 1;
  padding: 20px 0;
  padding: 0;
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  color: #000000;
  display: block;
  /*@include respond(width2) {
      display: table;
      table-layout: fixed;
      width: 100%;
  }*/
}
.basket__footer-content:before, .basket__footer-content:after {
  content: " ";
  display: table;
}
.basket__footer-content:after {
  clear: both;
}
@media (min-width: 960px) {
  .basket__footer-content {
    font-size: 1.8rem;
  }
}
.basket__footer-content a.form__link.form__link--center {
  display: block;
}
@media (min-width: 660px) {
  .basket__footer-content a.form__link.form__link--center {
    padding: 0 20px;
    display: inline-block;
  }
}
.basket__footer-content .form__switch {
  padding: 20px;
  text-align: center;
  display: block;
}
@media (min-width: 660px) {
  .basket__footer-content .form__switch {
    padding: 0 20px;
    display: inline-block;
  }
}
.basket__footer-content .form__switch--right {
  padding-right: 0px;
}

.basket__footer-spacer {
  display: none;
}
@media (min-width: 768px) {
  .basket__footer-spacer {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
  }
}

.basket__footer-button {
  text-align: right;
  padding: 20px 0;
  padding-top: 0;
}
@media (min-width: 660px) {
  .basket__footer-button {
    padding: 0;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .basket__footer-button {
    padding-left: 20px;
  }
}
.basket__footer-button a, .basket__footer-button a.book-button {
  display: block;
  text-align: center;
}
@media (min-width: 660px) {
  .basket__footer-button a, .basket__footer-button a.book-button {
    display: inline-block;
  }
}

@media (min-width: 660px) {
  .basket__footer-title {
    font-family: "EB Garamond", times, serif;
    font-weight: 300;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    text-transform: none;
    display: table-cell;
    width: 35%;
    text-align: right;
    font-weight: 600;
    vertical-align: middle;
  }
}
@media (min-width: 660px) and (min-width: 960px) {
  .basket__footer-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .basket__footer-title {
    width: 20%;
  }
}
@media (min-width: 960px) {
  .basket__footer-title {
    width: 35%;
  }
}

.basket__footer-item {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  border-top: 1px solid 3px solid #f8efed;
}
@media (min-width: 960px) {
  .basket__footer-item {
    font-size: 1.8rem;
  }
}
.basket__footer-item .basket__footer-label {
  flex-grow: 1;
  padding: 5px 0;
}
.basket__footer-item .basket__footer-value {
  flex-grow: 0;
  padding: 5px 0;
  text-align: right;
}
@media (min-width: 660px) {
  .basket__footer-item .basket__footer-value {
    min-width: 200px;
  }
}

.basket__footer-item--emphasised {
  font-weight: 600;
  font-size: 2rem;
  border-top: 3px solid 3px solid #f8efed;
}
.basket__footer-item--emphasised .basket__footer-label.order-total {
  line-height: 1.5em;
}
.basket__footer-item--emphasised .basket__footer-value.order-total {
  font-size: 1.5em;
}

.page__checkout .basket__footer-item--emphasised {
  color: #8a012b;
}

.basket__list {
  padding: 0 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.basket__item {
  padding: 20px 0;
  padding: 10px 20px;
  border-bottom: 3px solid #f8efed;
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
}
.basket__item.selected {
  background-color: #ffffea;
}
.basket__item.error {
  background-color: rgba(138, 1, 43, 0.1);
}
.basket__item .basket__item--part {
  display: flex;
}
.basket__item .basket__item--part:first-child {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .basket__item {
    flex-direction: row;
  }
}

@media (min-width: 660px) {
  .basket__item--shift-right {
    margin-left: 120px;
  }
}

.basket__content {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
}

.basket__info-tooltip {
  margin-bottom: 5px;
}

.basket__update-price {
  height: 41.297px;
}
.basket__item--part-quantity-sub-total {
  margin-top: 10px;
  min-width: 250px;
}
@media (min-width: 768px) {
  .basket__item--part-quantity-sub-total {
    margin-top: 0;
  }
}

.basket__image {
  vertical-align: top;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
@media (min-width: 660px) {
  .basket__image {
    width: 90px;
    height: 90px;
  }
}

.basket__image::after {
  display: block;
  content: "";
}

.basket__info {
  vertical-align: top;
}
.basket__info--shift-left {
  padding-left: 0;
}

.basket__name {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 2.5px;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 960px) {
  .basket__name {
    font-size: 1.8rem;
  }
}

.basket__name--shift-right {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 960px) {
  .basket__name--shift-right {
    font-size: 1.8rem;
  }
}

.basket__dates {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  color: #666666;
}
@media (min-width: 960px) {
  .basket__dates {
    font-size: 1.2rem;
  }
}

.basket__info-ticket-price {
  --font-size:0.9em;
}

.fa.event-details-link:hover {
  color: black;
}
.fa.basket-icon {
  border: 1px solid #cfcfcf;
  padding: 2px 5px;
  width: 20px;
  text-align: center;
}
.fa.fa-warning {
  font-size: 2.3em;
  padding: 10px;
}

.basket__warning {
  color: #EA012b;
  flex-grow: 0;
  display: flex;
  align-self: flex-start;
}

.basket__description {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .basket__description {
    margin-bottom: 5px;
  }
}

.basket__name--small {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .basket__name--small {
    font-size: 1.8rem;
  }
}

.basket__quantity {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}
.basket__quantity .basket__quantity-input {
  display: inline-block;
  width: 42px;
  vertical-align: middle;
  border: 1px solid black;
  text-align: center;
  padding: 10px;
  margin-left: -5px;
}
.basket__quantity .basket__quantity-input:not([value="0"]) {
  font-weight: bold;
}
.basket__quantity .basket__quantity-plus, .basket__quantity .basket__quantity-minus {
  border: 1px solid black;
  padding: 10px;
  background-color: white;
  color: black;
  vertical-align: middle;
  font-weight: bold;
  width: 30px;
}
.basket__quantity .basket__quantity-plus {
  margin-left: -5px;
}

.basket__remove {
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  padding-left: 10px;
  display: inline-block;
  color: #D3312F;
  text-decoration: underline;
}
@media (min-width: 960px) {
  .basket__remove {
    font-size: 1.8rem;
  }
}

.basket__price-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  /*justify-content: flex-end;*/
  justify-content: space-between;
}

.basket__price-container > * {
  flex-grow: 0;
  flex-basis: 1;
  padding-left: 20px;
}

.basket__price {
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  text-align: right;
}
@media (min-width: 960px) {
  .basket__price {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .basket__price {
    min-width: 100px;
  }
}

.basket__price--emphasised {
  font-weight: 600;
}

.basket__price--sub-total {
  font-size: 1.2em;
  line-height: 1.9em;
  flex-grow: 2;
}

.basket__price--message {
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  flex-grow: 1;
  padding-left: 0;
  text-align: left;
  font-size: 1.4em;
}
@media (min-width: 960px) {
  .basket__price--message {
    font-size: 1.8rem;
  }
}

.basket__label {
  /*display: block;*/
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: right;
}
@media (min-width: 660px) {
  .basket__label {
    display: none;
  }
}

.basket__notifications {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  align-self: flex-start;
}

.basket__notifications-item {
  padding: 10px;
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
  padding: 5px;
}
@media (min-width: 960px) {
  .basket__notifications-item {
    font-size: 1.8rem;
  }
}
.basket__notifications-item .error {
  color: #EA012b;
}

.basket__foooter--promo-warning {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 10px 0;
}

.basket__footer-checkout-buttons {
  display: flex;
}
.basket__footer-checkout-buttons .basket__footer-content {
  flex-grow: 1;
}

#basket__checkout-locked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.95;
  display: flex;
  align-items: center;
  padding: 20px;
}

#basket__checkout-locked.basket__checkout-locked-no {
  display: none;
}

#button-update {
  width: 100%;
  display: none;
}

.basket__info-ticket-warnings {
  display: flex;
  flex-direction: row;
}
.basket__info-ticket-warnings .fa-warning {
  font-size: inherit;
  padding: 2px;
}
.basket__info-ticket-warnings .basket__notifications {
  padding: 4px 0;
}
.basket__info-ticket-warnings .basket__notifications .basket__notifications-item {
  padding-left: 0;
}

.book-button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  background-color: #D3312F;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 960px) {
  .book-button {
    font-size: 1.6rem;
  }
}

.book-button--login {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  /*margin: 0;*/
  padding: 10px 20px;
  border: 1px solid #000000;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 960px) {
  .book-button--login {
    font-size: 1.6rem;
  }
}

.book-button--disabled {
  background-color: #666666;
}

.btn--disabled {
  background-color: #666666;
}

.book-button--black {
  background-color: #000000;
}

.book-button--top {
  margin-top: 10px;
}

.box {
  *zoom: 1;
  display: block;
  position: relative;
  height: 300px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
}
.box:before, .box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}

.box__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.168);
  z-index: 20;
}

.box__festival {
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333333%;
  z-index: 40;
}
.box__festival:before, .box__festival:after {
  content: " ";
  display: table;
}
.box__festival:after {
  clear: both;
}

.box__content {
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 30;
}

.box__flag {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 960px) {
  .box__flag {
    font-size: 1.6rem;
  }
}

.box__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.3em;
}
@media (min-width: 960px) {
  .box__title {
    font-size: 2.3rem;
  }
}

.button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  /*border: 1px dashed #bdb078;*/
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  padding: 10px 20px;
}
@media (min-width: 960px) {
  .button {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .button {
    font-family: "Montserrat", arial sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .button {
    font-size: 1.8rem;
  }
}

.button--small {
  padding: 10px;
}

.button--smaller {
  font-size: 1.2rem;
}

.button--3d {
  border-left: 1px #B0443C solid;
  border-top: 1px #B0443C solid;
  border-bottom: 1px #750811 solid;
  border-right: 1px #750811 solid;
}

.button--3d:hover {
  border-left: 1px #B0443C solid;
  border-top: 1px #B0443C solid;
  border-bottom: 1px #750811 solid;
  border-right: 1px #750811 solid;
}

.button--red {
  background-color: #D3312F;
  border-left: 1px #B0443C solid;
  border-top: 1px #B0443C solid;
  border-bottom: 2px #750811 solid;
  border-right: 2px #750811 solid;
}

.button--red:hover {
  background-color: #a10e19;
  border-left: 1px #B0443C solid;
  border-top: 1px #B0443C solid;
  border-bottom: 2px #750811 solid;
  border-right: 2px #750811 solid;
}

.button--dark_red {
  background-color: #a10e19;
}

.button--dark_red:hover {
  background-color: #D3312F;
}

.button--white {
  background-color: #ffffff;
  color: #000000;
  border: 1px #000000 solid;
}

.button--search {
  border: none;
  background-color: #ffffff;
  text-align: right;
  color: #a10e19;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

.buy-button {
  padding: 10px 0;
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background-color: #f15a25;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 960px) {
  .buy-button {
    font-size: 1.8rem;
  }
}

.buy-button--disabled {
  background-color: #666666;
}

.buy-button__inner {
  padding: 10px 20px;
  border-top: 2px dotted #ffffff;
  border-bottom: 2px dotted #ffffff;
  background-image: url(/images/newsite/icons/arrows--white.svg);
  background-size: 28px 28px;
  background-position: right 10px top 12px;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .buy-button__inner {
    background-size: 34px 34px;
    background-position: right 10px top 13px;
  }
}

.buy-button__inner--small {
  background-size: 20px 20px;
  background-position: right 10px top 10px;
}

.buy-button__meta {
  display: block;
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .buy-button__meta {
    font-size: 1.2rem;
  }
}

.caption {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.caption__container {
  padding: 10px;
  *zoom: 1;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000;
}
.caption__container:before, .caption__container:after {
  content: " ";
  display: table;
}
.caption__container:after {
  clear: both;
}

.caption__left {
  padding: 10px;
  width: 100%;
}
@media (min-width: 450px) {
  .caption__left {
    float: left;
    width: 25%;
  }
}

.caption__right {
  padding: 10px;
}
@media (min-width: 450px) {
  .caption__right {
    float: left;
    width: 75%;
  }
}

.caption__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #000000;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  z-index: 10;
}

.caption__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption__image::after {
  display: block;
  content: "";
  padding-bottom: 50%;
}
@media (min-width: 450px) {
  .caption__image::after {
    padding-bottom: 100%;
  }
}

.caption__name {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000000;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 960px) {
  .caption__name {
    font-size: 2.3rem;
  }
}

.caption__copy {
  margin: 0;
}

.carousel {
  padding: 10px;
  display: block;
  position: relative;
  width: 100%;
  background-color: red;
}

.carousel__item {
  padding: 0;
  margin: 0;
}

.carousel__image {
  padding: 0 !important;
  margin: 0;
  background-color: none;
}

.carousel__caption {
  margin: 0 !important;
  font-size: 1.6rem !important;
}

.carousel .slick-dots {
  padding: 20px;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  list-style-type: none;
}

.carousel .slick-dots li {
  display: table-cell;
  width: 2%;
}

.carousel .slick-dots button {
  display: block;
  width: 100%;
  height: 10px;
  border: 1px solid #EEE1E1;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 0;
  cursor: pointer;
}

.carousel .slick-dots .slick-active button {
  background-color: #EEE1E1;
}

.slick-dots {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.85;
  color: #EEE1E1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.95;
  color: #D3312F;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}
.container--text {
  text-align: center;
  word-wrap: break-word;
}

.container--padded {
  max-width: 1100px;
  margin: 0 auto;
  /*@include respond(width6) {
      padding-left: 0;
      padding-right: 0;
  }*/
}

.container--full {
  padding: 10px 0;
}

.container--clear {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 660px) {
  .container--clear {
    padding: 10px 0;
  }
}

.container--no_padding_mobile {
  padding: 0;
}
@media (min-width: 768px) {
  .container--no_padding_mobile {
    padding: initial;
  }
}

.container--lift {
  margin-left: -10px;
  margin-right: -10px;
}

.container--top {
  margin-top: 20px;
}

.container--clear_bottom {
  padding-bottom: 0;
}

.link {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 1.2rem !important;
}
@media (min-width: 960px) {
  .link {
    font-size: 1.2rem;
  }
}

.container--clear_mobile {
  padding: 0;
}
@media (min-width: 660px) {
  .container--clear_mobile {
    padding: 0 10px;
  }
}

.container--banner {
  padding: 0 10px;
}

.collection-container {
  padding: 0 20px;
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.collection-container:before, .collection-container:after {
  content: " ";
  display: table;
}
.collection-container:after {
  clear: both;
}

.collection-column {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 660px) {
  .collection-column {
    float: left;
    width: 50%;
  }
}

.collection-colum-left {
  max-width: unset;
}
@media (min-width: 660px) {
  .collection-colum-left {
    max-width: 250px;
  }
}

.collection-colum-right {
  max-width: unset;
  float: unset;
}
@media (min-width: 660px) {
  .collection-colum-right {
    width: 250px;
    float: right;
  }
}

.collection-near-me-link {
  text-decoration: none;
}

.collection-near-me-button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  height: 68px;
  line-height: 66px;
  background-image: url(/images/newsite/icons/map2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
}
@media (min-width: 960px) {
  .collection-near-me-button {
    font-size: 1.8rem;
  }
}

.collection__filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 10px;
  padding-top: 5px;
}

.collection__filters_view {
  display: flex;
  justify-content: flex-start;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .collection__filters_view {
    margin-right: 25px;
    width: unset;
  }
}

.collection__filters_buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .collection__filters_buttons {
    width: 50%;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}

.collection__filters_toggle {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .collection__filters_toggle {
    margin-top: 0;
  }
}

.collection__filters_download {
  display: none;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .collection__filters_download {
    display: flex;
    justify-content: flex-end;
  }
}

.collection__filters_checkbox {
  display: none;
}
@media (min-width: 768px) {
  .collection__filters_checkbox {
    display: none;
  }
}

.collection__filters_download > span {
  margin-top: 10px;
}

.collection__filters_download > img {
  padding-left: 8px;
  width: 45px;
  height: 35px;
}

.collection__toggle_title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.2rem !important;
  margin-top: 8px;
  margin-right: 10px;
  font-weight: bold;
}
@media (min-width: 960px) {
  .collection__toggle_title {
    font-size: 1.2rem;
  }
}

.collection__filters_button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 1.2rem !important;
  height: 28px;
  width: 100%;
  white-space: nowrap;
  line-height: 2;
}
@media (min-width: 960px) {
  .collection__filters_button {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .collection__filters_button {
    width: auto !important;
    padding: 0 10px;
  }
}

.collection__filters_button:focus {
  outline: 0;
}

.collection__filters_button--active {
  background-color: #EEE1E1;
  font-weight: bold;
}

.collection__filters_button_left {
  border: 2px #666666 solid;
  border-right-width: 1px;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.collection__filters_button_right {
  border: 2px #666666 solid;
  border-left-width: 1px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px #666666 solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 2px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  border: 2px #666666 solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #a10e19;
}

input:focus + .slider {
  box-shadow: 0 0 1px #a10e19;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.countdown--desktop {
  display: none;
}
@media (min-width: 768px) {
  .countdown--desktop {
    display: block;
    height: 44px;
  }
}

.countdown {
  display: none;
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 2.2em;
  /*border-bottom: 3px $color__lcw_dark_red solid;*/
  text-align: center;
  font-weight: bold;
  color: #f4f1e6;
  padding: 3px 0;
  font-size: 1.3rem;
  text-align: center;
  background-color: #a10e19;
  /*@include respond(width3) {
      display: none;
  }*/
}
@media (min-width: 960px) {
  .countdown {
    font-size: 1.2rem;
  }
}

.countdown__container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.countdown__container > * {
  padding: 0;
}

.countdown-numbers {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.countdown-numbers > .days, .hours, .minutes, .seconds {
  background-color: #f4f1e6;
  color: #a10e19;
  padding: 2px 6px;
  text-align: center;
  /* @include respond(width4) {
      width: 45px;
      height: 30px;
  }*/
}

.countdown__text {
  padding-left: 5px;
  padding-right: 5px;
}

.countdown__button {
  padding: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.drinkaware,
.drinkaware:hover,
.drinkaware:visited,
.drinkaware:focus {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: lowercase;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-left: 0;
}
@media (min-width: 960px) {
  .drinkaware,
.drinkaware:hover,
.drinkaware:visited,
.drinkaware:focus {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .drinkaware,
.drinkaware:hover,
.drinkaware:visited,
.drinkaware:focus {
    margin-left: 10px;
  }
}

.drinkaware__dot {
  color: #d31145;
}

.bar_event__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
  justify-content: space-between;
}
@media (min-width: 660px) {
  .bar_event__container {
    flex-direction: row;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bar_event__container {
    display: block;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .bar_event__container {
    display: flex;
    flex-direction: row;
  }
}
.bar_event__container--bottom {
  align-items: flex-end;
}

.bar_event__container__column_left {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 768px) {
  .bar_event__container__column_left {
    width: 80%;
    margin-right: 20px;
  }
}

.bar_event__container__column_left--70 {
  width: 100%;
}
@media (min-width: 660px) {
  .bar_event__container__column_left--70 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .bar_event__container__column_left--70 {
    width: 60%;
  }
}
@media (min-width: 960px) {
  .bar_event__container__column_left--70 {
    width: 70%;
  }
}

.bar_event__container__column_right {
  width: 100%;
  margin-left: 0;
  margin-top: 25px;
}
@media (min-width: 660px) {
  .bar_event__container__column_right {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .bar_event__container__column_right {
    width: 20%;
    margin-left: 10px;
    margin-top: 0;
  }
}

.bar_event__container__column_right--clear {
  margin-top: 0;
}

.bar_event__container__column_right--30 {
  width: 100%;
}
@media (min-width: 660px) {
  .bar_event__container__column_right--30 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .bar_event__container__column_right--30 {
    width: 40%;
  }
}
@media (min-width: 960px) {
  .bar_event__container__column_right--30 {
    width: 30%;
  }
}

.bar_event__container__column_left--50 {
  widows: 100%;
}
@media (min-width: 768px) {
  .bar_event__container__column_left--50 {
    width: 50%;
  }
}

.bar_event__container__column_right--50 {
  widows: 100%;
}
@media (min-width: 768px) {
  .bar_event__container__column_right--50 {
    width: 50%;
  }
}

.bar_event__container__column--100 {
  width: 100%;
}

.bar_event__container__about_images img + img {
  margin-top: 10px;
}

.bar_event__container__column_hide--mobile {
  display: none;
}

.see_also__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .see_also__container {
    flex-direction: row;
  }
}

.see_also__column_left {
  width: 100%;
  margin-top: 10px;
  margin-right: 0;
  order: 0;
}
@media (min-width: 768px) {
  .see_also__column_left {
    width: 75%;
    margin-right: 10px;
    order: 1;
  }
}

.see_also__column_right {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  order: 0;
}
@media (min-width: 768px) {
  .see_also__column_right {
    width: 25%;
    margin-top: 10px;
    margin-left: 10px;
    order: 1;
  }
}

.see_also__container__column--center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.see_also__container__column--100 {
  width: 100%;
  margin-right: 0;
}
.see_also__column_accent {
  background-color: #EEE1E1;
  padding: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .see_also__container {
    display: block;
  }
}
@media (-ms-high-contrast: none) and (min-width: 660px), (-ms-high-contrast: active) and (min-width: 660px) {
  .see_also__container {
    display: flex;
    flex-direction: row;
  }
}
.error-page {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #000000;
}

.error-page__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .error-page__title {
    font-size: 4.5rem;
  }
}

.error-page__copy {
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
}
@media (min-width: 960px) {
  .error-page__copy {
    font-size: 2rem;
  }
}

.facebook-button {
  padding: 10px;
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  background-color: #4267b2;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 960px) {
  .facebook-button {
    font-size: 1.6rem;
  }
}

.festival-flag {
  position: relative;
  float: right;
  width: 100%;
  max-width: 180px;
  overflow: hidden;
}

.festival-flag::after {
  display: block;
  content: "";
  padding-bottom: 50%;
}

.festival-flag__background {
  position: absolute;
  top: -8%;
  left: 0%;
  width: 200%;
  height: 100%;
  -webkit-transform: rotate(26deg);
  -moz-transform: rotate(26deg);
  transform: rotate(26deg);
  z-index: 20;
}

.festival-flag__image {
  position: absolute;
  top: 10px;
  right: 0;
  width: auto;
  height: calc(100% - 10px);
  max-width: 85%;
  margin: 0 15% 0 0;
  z-index: 20;
}

.festival-insert {
  position: relative;
  background-color: #000000;
}

.festival-insert__inner {
  color: #000000;
}
@media (min-width: 768px) {
  .festival-insert__inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.festival-insert__inner--IE-full-height {
  color: #000000;
  height: 100%;
}
@media (min-width: 768px) {
  .festival-insert__inner--IE-full-height {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.festival-insert__left--IE-full-height-image {
  width: 100%;
  height: 100%;
  /*position: relative;*/
  /*CAUSE THE BUG IN THE CHROME*/
}

.festival-insert__flag {
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.festival-insert__flag:before, .festival-insert__flag:after {
  content: " ";
  display: table;
}
.festival-insert__flag:after {
  clear: both;
}

@media (min-width: 768px) {
  .festival-insert__left {
    display: table-cell;
    position: relative;
    width: 30%;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .festival-insert__left--IE-full-height {
    display: table-cell;
    position: relative;
    width: 30%;
    height: 100%;
    vertical-align: top;
  }
}

.festival-insert__right {
  *zoom: 1;
  padding: 10px;
  background-color: #ffffff;
}
.festival-insert__right:before, .festival-insert__right:after {
  content: " ";
  display: table;
}
.festival-insert__right:after {
  clear: both;
}
@media (min-width: 768px) {
  .festival-insert__right {
    display: table-cell;
    width: 70%;
    vertical-align: top;
  }
}

.festival-insert__fullsize {
  *zoom: 1;
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
}
.festival-insert__fullsize:before, .festival-insert__fullsize:after {
  content: " ";
  display: table;
}
.festival-insert__fullsize:after {
  clear: both;
}

.festival-insert__header {
  padding: 10px;
}
@media (min-width: 768px) {
  .festival-insert__header {
    float: left;
    width: 100%;
  }
}

.festival-insert__content {
  padding: 10px;
}
@media (min-width: 768px) {
  .festival-insert__content {
    float: left;
    width: 60%;
  }
}

.festival-insert__action {
  padding: 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 768px) {
  .festival-insert__action {
    float: right;
    width: 40%;
  }
}

.festival-insert__action-button {
  display: table-header-group;
}
@media (min-width: 768px) {
  .festival-insert__action-button {
    display: table-footer-group;
  }
}

.festival-insert__action-copy {
  display: table-footer-group;
}
@media (min-width: 768px) {
  .festival-insert__action-copy {
    display: table-header-group;
  }
}

.festival-insert__action-copy--inner {
  padding-top: 20px;
  border-bottom: 2px #000000 dashed;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .festival-insert__action-copy--inner {
    border-top: 2px #000000 dashed;
    border-bottom: none;
  }
}

.festival-insert__image {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
}
@media (min-width: 768px) {
  .festival-insert__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.festival-insert__image::after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 50%;
}
@media (min-width: 768px) {
  .festival-insert__image::after {
    display: none;
  }
}

.festival-insert__details {
  float: left;
  width: 100%;
}
@media (min-width: 660px) {
  .festival-insert__details {
    width: 75%;
  }
}
@media (min-width: 960px) {
  .festival-insert__details {
    width: 80%;
  }
}

.festival-insert__festival {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 960px) {
  .festival-insert__festival {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .festival-insert__festival {
    margin-bottom: 5px;
  }
}

.festival-insert__date-small {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .festival-insert__date-small {
    display: none;
  }
}

.festival-insert__info {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 960px) {
  .festival-insert__info {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .festival-insert__info {
    margin-bottom: 5px;
  }
}

.festival-insert__info--requirement {
  color: #f15a25;
}

.festival-insert__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 960px) {
  .festival-insert__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .festival-insert__title {
    font-size: 1.5rem;
  }
}

.festival-insert__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.festival-insert__item {
  padding: 15px 0;
  border-bottom: 1px dashed #000000;
}

.festival-insert__item:last-of-type {
  border-bottom: none;
}

.festival-insert__name {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 960px) {
  .festival-insert__name {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .festival-insert__name {
    font-size: 1.5rem;
  }
}

.festival-insert__description {
  margin: 0;
  color: #000000;
  font-size: 1.7rem;
}

.festival-insert__item-included {
  /*@include font(copy);*/
  font-weight: 500;
  margin: 15px 0;
  padding-left: 30px;
  background-image: url(/images/newsite/icons/tick.svg);
  background-size: 24px 20px;
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  line-height: 1.5;
}

.festival-insert__terms-content {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px #000 dashed;
}

@media (min-width: 768px) {
  .festival-insert__terms-content-left {
    display: table-cell;
    width: 10%;
    /*padding-left: $df__gutter;*/
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .festival-insert__terms-content-right {
    display: table-cell;
    width: 90%;
    padding-left: 20px;
    vertical-align: top;
  }
}

.festival-insert__barcode-image {
  width: 50px;
  float: left;
}

.festival-insert__date-large {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #808080;
}
@media (min-width: 960px) {
  .festival-insert__date-large {
    font-size: 1.5rem;
  }
}

.festival-insert__label {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-bottom: -3px;
}
@media (min-width: 960px) {
  .festival-insert__label {
    font-size: 1.2rem;
  }
}

.festival-insert__terms {
  *zoom: 1;
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  text-transform: none;
  color: #000000;
  margin-left: 50px;
  padding-left: 20px;
}
.festival-insert__terms:before, .festival-insert__terms:after {
  content: " ";
  display: table;
}
.festival-insert__terms:after {
  clear: both;
}
@media (min-width: 660px) {
  .festival-insert__terms {
    font-size: 1.2rem;
  }
}

.festival__insert {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 5px #a10e19 solid;
  border-bottom: 5px #a10e19 solid;
}
@media (min-width: 768px) {
  .festival__insert {
    flex-direction: row;
    margin-bottom: 5px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .festival__insert {
    display: block;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .festival__insert {
    display: flex;
    flex-direction: row;
  }
}
.festival__insert_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.festival__insert--30 {
  display: none;
}
@media (min-width: 768px) {
  .festival__insert--30 {
    display: block;
    width: 30%;
  }
}

.festival__insert--70 {
  width: 100%;
}
@media (min-width: 768px) {
  .festival__insert--70 {
    width: 70%;
  }
}

.festival__insert--100 {
  width: 100%;
}

.festival__insert_content {
  display: flex;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .festival__insert_content {
    display: block;
  }
}
.festval__insert_title {
  color: #ffffff;
  padding-left: 20px;
  background-color: #a10e19;
}

.festval__insert_title > h1 {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
}
@media (min-width: 960px) {
  .festval__insert_title > h1 {
    font-size: 3rem;
  }
}

.festval__insert_title > p {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.festival_insert__entitles {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0;
  padding: 20px 0;
  color: #a10e19;
  font-weight: bold;
}
@media (min-width: 960px) {
  .festival_insert__entitles {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .festival_insert__entitles {
    font-size: 1.3rem;
  }
}

.festival__insert_inner_content {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .festival__insert_inner_content {
    display: flex;
    flex-direction: row;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .festival__insert_inner_content {
    display: block;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .festival__insert_inner_content {
    display: flex;
    flex-direction: row;
  }
}
.festival__insert_data {
  background-color: #F6F1E7;
}

.festval__insert_button {
  padding-bottom: 10px;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .festval__insert_button {
    margin-left: 20px;
    padding: 10px;
  }
}

.festval__insert_button > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.festval__insert_button > a > img {
  width: 65%;
}
@media (min-width: 768px) {
  .festval__insert_button > a > img {
    width: 100%;
  }
}

.festival__insert_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.festival__insert_list > li {
  padding-top: 0;
  padding-bottom: 10px;
}

.festival__insert_mobile_buy_now {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .festival__insert_mobile_buy_now {
    display: none;
  }
}

.festival__insert_mobile_buy_now > div {
  width: 50%;
}

.festival__insert_mobile_buy_now--hide_mobile {
  display: none !important;
}
@media (min-width: 768px) {
  .festival__insert_mobile_buy_now--hide_mobile {
    display: flex !important;
  }
}

.festival__insert_mobile_buy_now > .festival__insert_image {
  margin-right: 10px;
}

.festival__insert_mobile_buy_now__button {
  margin-left: 10px;
}

.filters {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.filters--form {
  padding-top: 0px;
}

.filters__container {
  /*@include gutter(tblr,shared);*/
  padding: 5px;
  background-color: #a10e19;
  color: #ffffff;
}

.filters__container--form {
  padding-top: 0;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .filters__container--form {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

.filters__group {
  *zoom: 1;
  border: none;
  /*margin: 0;
  padding: 0;*/
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 5px;
  padding: 0 10px;
  flex-wrap: wrap;
}
.filters__group:before, .filters__group:after {
  content: " ";
  display: table;
}
.filters__group:after {
  clear: both;
}
@media (min-width: 768px) {
  .filters__group {
    flex-direction: row;
  }
}

.filters__group > * {
  padding: 0 5px;
}

.filters__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: bottom;
  align-self: flex-start;
  /*flex-basis: 0;
  flex-grow: 1;*/
  white-space: nowrap;
}
@media (min-width: 960px) {
  .filters__title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .filters__title {
    width: 20%;
    margin: 0;
    padding-top: 32px;
    padding-bottom: 0;
  }
}

.filters__element {
  width: 100%;
  padding-top: 5px;
  /*flex-basis: 0;
  flex-grow: 1;*/
  flex: 0 0 50%;
  /*@include gutter(tblr,shared);
  display: inline-block;
  width: 50%;
  vertical-align: bottom;

  @include respond(width2) {
      width: 25%;
  }

  @include respond(width4) {
      width: 15%;
  }

  @include respond(width5) {
      width: 12%;
  }*/
}
@media (min-width: 768px) {
  .filters__element {
    flex-basis: 0;
    flex-grow: 0;
    padding-top: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filters__element {
    flex: 0 0 98%;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .filters__element {
    flex-basis: 0;
    flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .filters__element--dropdown {
    flex-grow: 1;
  }
}

.filters__element--large {
  /*width: 100%;

  @include respond(width4) {
      width: 40%;
  }

  @include respond(width5) {
      width: 35%;
  }*/
}

.filters__element--button-adjacent-story {
  /*width: 60%;

  @include respond(width1) {
      width: 60%;
  }

  @include respond(width2) {
      width: 50%;
  }

  @include respond(width3) {
      width: 55%;
  }

  @include respond(width4) {
      width: 65%;
  }

  @include respond(width5) {
      width: 56%;
  }*/
}
@media (min-width: 768px) {
  .filters__element--button-adjacent-story {
    flex-grow: 4;
  }
}

.filters__element--large-story {
  /*width: 100%;

  @include respond(width5) {
      width: 68%;
  }*/
}

.filters__element--button-adjacent {
  flex-grow: 2;
  /*width: 60%;

  @include respond(width4) {
      width: 20%;
  }

  @include respond(width5) {
      width: 20%;
  }*/
}

.filters__element--button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  flex: 1;
  /*width: 40%;

  @include respond(width4) {
      width: 20%;
  }

  @include respond(width5) {
      width: 15%;
  }*/
}
@media (min-width: 768px) {
  .filters__element--button {
    width: 20%;
    margin-top: 22px;
  }
}

.filters__element--button-story {
  /*width: 30%;

  @include respond(width1) {
      width: 40%;
  }

  @include respond(width2) {
      width: 25%;
  }

  @include respond(width3) {
      width: 20%;
  }

  @include respond(width4) {
      width: 20%;
  }

  @include respond(width5) {
      width: 15%;
  }*/
}

.filters__label {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  text-transform: none;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 660px) {
  .filters__label {
    font-size: 1.2rem;
  }
}

.filters__element input,
.filters__element select {
  display: block;
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 0;
  padding: 0 10px;
  font-size: 1.7rem;
  font-family: "EB Garamond", times, serif;
}

.filters__button,
.filters__element input.filters__button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
}
@media (min-width: 960px) {
  .filters__button,
.filters__element input.filters__button {
    font-size: 1.2rem;
  }
}

@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .filters__button {
    font-size: 1rem !important;
  }
}
.form {
  *zoom: 1;
  padding: 10px;
}
.form:before, .form:after {
  content: " ";
  display: table;
}
.form:after {
  clear: both;
}

/*.form--center {
    text-align: center;
    margin: 0 auto 15px;
}*/
@media (min-width: 768px) {
  .form__column {
    float: left;
    width: 50%;
  }
}

.form__item {
  padding: 10px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.form__item--to-left {
  padding-left: 0;
}

@media (min-width: 660px) {
  .form__item--half {
    width: 50%;
  }
}

.form__item--left-button {
  margin-top: 0;
}
@media (min-width: 768px) {
  .form__item--left-button {
    margin-top: 24px;
  }
}

.form__message {
  padding: 0 10px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  color: #EA012b;
}

.form__label {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  color: #666666;
}
@media (min-width: 960px) {
  .form__label {
    font-size: 1.6rem;
  }
}

.label--support {
  text-transform: lowercase;
  color: #999;
}

.form__label--required::after {
  content: "*";
  /*font-weight: bold;*/
  color: #D3312F;
}

.form__checkbox-label {
  color: #000000;
  font-size: 2rem;
}

.form__checkbox-listing_container {
  padding-left: 0;
}

.form__checkbox-listing {
  list-style-type: none;
  padding-bottom: 10px;
}

.form__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 1.8rem;
  border: 1px solid #666666;
}

.form__input--textarea {
  height: 120px;
}

.form__input--disalbed {
  background-color: #f2dada;
}

.form__validation {
  margin: 0;
  color: #EA012b;
  font-weight: 600;
}

.form__link {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  color: #D3312F;
  text-decoration: none;
}
@media (min-width: 960px) {
  .form__link {
    font-size: 1.6rem;
  }
}

.form__link--center {
  text-align: center;
}

.form__button {
  padding: 10px;
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: 1px solid #000000;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 960px) {
  .form__button {
    font-size: 1.6rem;
  }
}

.form__list {
  margin: 0;
  padding-left: 1em;
  color: #000000;
}

.form__copy {
  margin: 0;
  color: #000000;
}

.form__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  color: #000000;
}
@media (min-width: 960px) {
  .form__title {
    font-size: 1.6rem;
  }
}

.form__title--center {
  text-align: center;
}

.form__title--top {
  margin-top: 20px !important;
}

.form__switch {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 960px) {
  .form__switch {
    font-size: 1.6rem;
  }
}

.validation-summary-errors {
  padding: 10px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  color: #EA012b;
}

.validation-summary-errors--no-padding {
  padding-left: 0;
  padding-right: 0;
}

.validation-summary-errors ul {
  padding: 10px;
  margin: 0;
  background-color: rgba(234, 1, 43, 0.1);
  border-left: 10px solid #EA012b;
  list-style-type: none;
}

.validation-summary-errors li {
  padding: 10px;
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
  color: #EA012b;
}
@media (min-width: 960px) {
  .validation-summary-errors li {
    font-size: 1.8rem;
  }
}

.js__intro-text {
  margin-bottom: 20px;
}

.image-info-banner {
  background-color: #922926;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

.image-info-banner a {
  color: #ffffff;
}

.form__title {
  font-family: oswald, open sans, arial, sans-serif;
  font-weight: 400;
  /*font-size: 1.5rem;*/
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  color: #000;
  margin-bottom: 10px;
}

.form__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.form__copy--success {
  font-weight: 700;
  background-color: #922926;
  color: white;
  padding: 20px;
  margin: 0 10px;
  margin-bottom: 30px;
  text-align: center;
}

.form__copy--hidden, .form__error--hidden {
  display: none;
}

.section__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section__container > .section__input {
  width: 100%;
  padding: 10px 10px;
}
@media (min-width: 660px) {
  .section__container > .section__input {
    width: 50%;
  }
}

.section__input--full {
  width: 100% !important;
}

.file__uploader__area {
  border: 2px #e5e5e5 dashed;
  padding: 16px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

#js--file-uploader__files > li > div > a {
  text-transform: uppercase;
}

.file__uploader__messages {
  list-style-type: none;
  color: #D3312F;
  font-weight: bold;
}

.file__uploader__messages--ok {
  color: #666666;
}

.field-validation-error {
  color: #D3312F;
  font-weight: bold;
  list-style-type: circle;
}

.google__map {
  height: 400px;
  /*margin: 0 10px;*/
  border: 2px #e5e5e5 solid;
}

/* Dynamic Form - Form & field styling */
.generic-form__container {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
}

.generic-form__row {
  width: 100%;
  padding: 10px;
}

.generic-form__row--full {
  width: 100%;
}

.generic-form__row--half {
  width: 100%;
}
@media (min-width: 660px) {
  .generic-form__row--half {
    width: 50%;
  }
}

.generic-form__row--full-right {
  width: 100%;
}
@media (min-width: 660px) {
  .generic-form__row--full-right {
    width: 50%;
    margin-left: 50%;
  }
}

.generic-form__row--full-left {
  width: 100%;
}
@media (min-width: 660px) {
  .generic-form__row--full-left {
    width: 50%;
    margin-right: 50%;
  }
}

.generic-form__status {
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .generic-form__status {
    font-size: 1.8rem;
  }
}

.generic-form__success {
  background-color: rgba(120, 150, 85, 0.1);
  border-left: 10px solid #789655;
  color: #789655;
}

.generic-form__fail--js {
  display: none;
}

.generic-form__fail {
  background-color: rgba(234, 1, 43, 0.1);
  border-left: 10px solid #EA012b;
  color: #EA012b;
}

/* Dynamic Form - Template styling */
.article__body.article__body--dynamic-form {
  max-width: 1200px;
}
.article__body.article__body--dynamic-form .article__body-inner.article__body-inner--dynamic-form {
  width: 100%;
  max-width: 1200px;
  padding: 30px 0 15px;
}
.article__body.article__body--dynamic-form .article__body-inner.article__body-inner--dynamic-form p {
  margin-bottom: 10px;
  text-transform: none;
  font-size: 17px;
  font-weight: 300;
  color: #666666;
  font-family: "open sans", arial, sans-serif;
  letter-spacing: normal;
  line-height: 22.1px;
  text-size-adjust: 100%;
}
.article__body.article__body--dynamic-form .article__body-inner.article__body-inner--dynamic-form p * {
  font-family: inherit;
}

.google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.header-bar {
  *zoom: 1;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #000000;
  color: #ffffff;
}
.header-bar:before, .header-bar:after {
  content: " ";
  display: table;
}
.header-bar:after {
  clear: both;
}

.header-bar__header {
  padding: 10px;
}
@media (min-width: 768px) {
  .header-bar__header {
    float: left;
    width: 60%;
  }
}

.header-bar__aside {
  padding: 10px;
}
@media (min-width: 768px) {
  .header-bar__aside {
    float: left;
    width: 40%;
  }
}

@media (min-width: 768px) {
  .header-bar__share {
    text-align: right;
  }
}

.header-bar__book {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .header-bar__book {
    text-align: right;
  }
}

.header-bar__insert {
  padding: 10px;
}
@media (min-width: 768px) {
  .header-bar__insert {
    float: left;
    width: 100%;
  }
}

.header-bar__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 960px) {
  .header-bar__title {
    font-size: 3rem;
  }
}

.header-bar__list {
  padding: 0;
  margin: 15px 0 0 0;
  list-style-type: none;
  font-size: 0;
}

.header-bar__item {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 960px) {
  .header-bar__item {
    font-size: 1.6rem;
  }
}

.header-bar__item::after {
  display: inline-block;
  content: " / ";
}

.header-bar__item:last-of-type::after {
  display: none;
}

.header-image {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .header-image {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .header-image {
    padding: 0 10px;
  }
}

.header-image__wrapper {
  border-bottom: 5px #a10e19 solid;
  position: relative;
}

.header-image__slider {
  visibility: visible;
}

.header-image__image {
  display: block;
  width: 100%;
  height: auto;
}

.header-image__festival {
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333333%;
  z-index: 20;
}
.header-image__festival:before, .header-image__festival:after {
  content: " ";
  display: table;
}
.header-image__festival:after {
  clear: both;
}

/*.header-image__content {
    max-width: $df__width-4;
    margin: 0 auto;
}*/
.header-image__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 2rem;
  color: #a10e19;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 960px) {
  .header-image__title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .header-image__title {
    margin-top: 10px;
    font-size: 2.8rem;
  }
}

.header-image__sub-title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 960px) {
  .header-image__sub-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .header-image__sub-title {
    font-size: 1.6rem;
  }
}

.header-image__sub-title-h3 {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 960px) {
  .header-image__sub-title-h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) {
  .header-image__sub-title-h3 {
    font-size: 2rem;
  }
}

.header-image__description {
  margin-top: 10px;
}

.header__container {
  display: flex;
  flex-direction: row;
  max-width: 1100px;
  margin: 0 auto;
}

.header__container_column--full {
  width: 100% !important;
}

.header__container_column_left {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header__container_column_left {
    width: 80%;
    padding-right: 30px;
  }
}

.header__container_column_right--no_left_padding {
  padding-right: 0;
}

.header__container_column_right {
  display: none;
}
@media (min-width: 768px) {
  .header__container_column_right {
    display: block;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
  }
}

.icon {
  display: inline-block;
  width: 17px;
  height: 17px;
}
@media (min-width: 960px) {
  .icon {
    width: 20px;
    height: 20px;
  }
}

.icon--small {
  width: 12px;
  height: 12px;
}

.icon--arrows {
  background-image: url(/images/newsite/icons/arrows.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon--arrows-white {
  background-image: url(/images/newsite/icons/arrows--white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.image_gallery__container {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.image_gallery__container > li {
  padding: 10px;
  width: 100%;
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .image_gallery__container > li {
    flex: 0 1 25%;
  }
}

.image-gallery {
  padding: 10px;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  text-align: left;
}

.image-gallery__item {
  padding: 10px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 1.7rem;
}
@media (min-width: 660px) {
  .image-gallery__item {
    width: 33.333333%;
  }
}

.image-gallery__link {
  display: block;
}

.image-gallery__image {
  display: block;
  width: 100%;
  height: auto;
}

.information {
  *zoom: 1;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.information:before, .information:after {
  content: " ";
  display: table;
}
.information:after {
  clear: both;
}

.information__column {
  padding: 10px;
}
@media (min-width: 768px) {
  .information__column {
    float: left;
    width: 50%;
  }
}

.information__copy {
  margin: 0;
  margin-bottom: 5px;
}

.information__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #a10e19;
}
@media (min-width: 960px) {
  .information__title {
    font-size: 1.2rem;
  }
}

.information__data {
  margin: 0 0 20px 0;
}

.information__data--lowercase {
  text-transform: lowercase;
}

.information__data--nopadding {
  margin-bottom: 0;
}

.information__data > a {
  text-decoration: none;
}

.information__data:last-of-type {
  margin: 0;
}

.information__title_website > a {
  color: #666666;
}

.information__data_website {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.information__map {
  position: relative;
  background-color: #000;
  padding-bottom: 57%;
}

.intro {
  /*@include gutter(tblr,shared);*/
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.intro__copy {
  padding: 0 10px;
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  margin-top: 0;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 960px) {
  .intro__copy {
    font-size: 1.8rem;
  }
}

.lcw-quick-to-buy {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: #d91c1c;
  padding: 5px;
  display: block;
}
@media (min-width: 660px) {
  .lcw-quick-to-buy {
    display: none;
  }
}
@media (min-width: 960px) {
  .lcw-quick-to-buy {
    position: relative;
    display: block;
  }
}

.lcw-quick-to-buy__border {
  padding: 0;
  border-width: 8px 0;
  border-style: solid;
  border-image: url(/images/lcw/lcw-border.png) 17 repeat;
}

.lcw-quick-to-buy__container {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
@media (min-width: 960px) {
  .lcw-quick-to-buy__container {
    justify-content: center;
    padding: 0;
  }
}

.lcw-quick-to-buy__elements {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .lcw-quick-to-buy__elements {
    flex-direction: row;
  }
}

.lcw-element__logotype-image--desktop {
  display: none;
}
@media (min-width: 960px) {
  .lcw-element__logotype-image--desktop {
    display: block;
    width: auto;
    height: 36px;
  }
}

.lcw-element__logotype-image--mobile {
  display: block;
  width: auto;
  height: 45px;
}
@media (min-width: 360px) {
  .lcw-element__logotype-image--mobile {
    height: 70px;
  }
}
@media (min-width: 960px) {
  .lcw-element__logotype-image--mobile {
    display: none;
  }
}

.lcw-element__logotype-image {
  width: auto;
}

.lcw-element__date-image {
  width: auto;
  height: 23px;
}
@media (min-width: 960px) {
  .lcw-element__date-image {
    width: auto;
    height: 35px;
  }
}

.lcw-element__button-image {
  width: auto;
  height: 47px;
}
@media (min-width: 960px) {
  .lcw-element__button-image {
    height: 40px;
  }
}

.list {
  list-style-type: none;
  font-size: 0;
  text-align: left;
  padding-left: 0;
  /*margin-right: -10px;
  margin-left: -10px;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow-x: hidden;
}

.list--right {
  direction: rtl;
}

.list__item {
  padding: 10px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1.7rem;
  direction: ltr;
}
@media (min-width: 768px) {
  .list__item {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .list__item--33 {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .list__item--50 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .list__item--66 {
    width: 66.666666%;
  }
}

@media (min-width: 768px) {
  .list__item--100 {
    width: 100%;
  }
}

.listing {
  *zoom: 1;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  color: #000000;
}
.listing:before, .listing:after {
  content: " ";
  display: table;
}
.listing:after {
  clear: both;
}
@media (min-width: 660px) {
  .listing {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.listing--no_flex {
  *zoom: 1;
  text-decoration: none;
  color: #000000;
}
.listing--no_flex:before, .listing--no_flex:after {
  content: " ";
  display: table;
}
.listing--no_flex:after {
  clear: both;
}
@media (min-width: 660px) {
  .listing--no_flex {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.list .list__item:last-of-type .listing {
  padding-bottom: 0;
  border-bottom: none;
}

.detail-page__title + .listing {
  padding-bottom: 0;
  border-bottom: none;
}

.listing__image {
  position: relative;
  /*float: left;
  width: 25%;*/
}
@media (min-width: 660px) {
  .listing__image {
    float: none;
    width: 100%;
    height: 300px;
  }
}

.listing__image::after {
  display: block;
  content: "";
  padding-bottom: 50%;
}
@media (min-width: 660px) {
  .listing__image::after {
    display: none;
  }
}

.listing__image--highlighted {
  display: none;
}
@media (min-width: 660px) {
  .listing__image--highlighted {
    display: block;
  }
}

.listing__image--promoted {
  float: none;
  width: 100%;
}
@media (min-width: 660px) {
  .listing__image--promoted {
    height: 400px;
  }
}

.listing__image--promoted::after {
  padding-bottom: 50%;
}

.listing__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.listing__flag {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  max-width: 80%;
  margin: 0;
  padding: 7px;
  background-color: #ffffff;
  z-index: 20;
}
@media (min-width: 960px) {
  .listing__flag {
    font-size: 1.2rem;
  }
}
@media (min-width: 660px) {
  .listing__flag {
    padding: 10px;
  }
}

.listing__festival {
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  width: 33.333333%;
  min-width: 60px;
}
.listing__festival:before, .listing__festival:after {
  content: " ";
  display: table;
}
.listing__festival:after {
  clear: both;
}

.listing__content {
  float: left;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 660px) {
  .listing__content {
    float: none;
    padding-left: 0;
  }
}

.listing__content--promoted {
  float: none;
  width: 100%;
  padding: 15px 0 0;
}
@media (min-width: 660px) {
  .listing__content--promoted {
    padding: 0;
  }
}

.listing__content--highlighted {
  padding: 20px;
  width: 100%;
}
@media (min-width: 660px) {
  .listing__content--highlighted {
    padding-top: 0;
  }
}

.listing__content_lcw {
  position: absolute;
  width: 100%;
  z-index: 11;
  bottom: 0;
  text-align: center;
}

.listing__content_lcw__wrapper {
  background-color: #a10e19;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
}

.listing__content_lcw__wrapper_video {
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
}

.listing__content_lcw__wrapper_video > h3 {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0;
}
@media (min-width: 960px) {
  .listing__content_lcw__wrapper_video > h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .listing__content_lcw__wrapper_video > h3 {
    font-family: "Montserrat", arial sans-serif;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .listing__content_lcw__wrapper_video > h3 {
    font-size: 2.3rem;
  }
}

.listing__content_lcw > .listing__content_lcw__wrapper > h3 {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 0;
  padding: 5px 0;
}
@media (min-width: 960px) {
  .listing__content_lcw > .listing__content_lcw__wrapper > h3 {
    font-size: 2.3rem;
  }
}

.listing__header {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #a10e19;
}
@media (min-width: 660px) {
  .listing__header {
    padding: 10px 0;
    padding-bottom: 5px;
  }
}

.listing__header--promoted {
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #999999;
  /*$df__text--dark*/
}
@media (min-width: 660px) {
  .listing__header--promoted {
    padding: 15px 0;
  }
}

.listing__header--with-icon {
  position: relative;
  padding-right: 40px;
}

.listing__meta {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #808080;
  display: none;
  margin: 0;
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  .listing__meta {
    font-size: 1.2rem;
  }
}
@media (min-width: 450px) {
  .listing__meta {
    display: block;
  }
}

.listing__meta--promoted {
  display: block;
  font-size: 1.2rem;
}

.listing__meta--highlighted {
  color: #fefefe;
}

.listing__title, .modal h1 {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 960px) {
  .listing__title, .modal h1 {
    font-size: 1.8rem;
  }
}

.listing__date {
  margin: 0;
  font-weight: 600;
  font-size: 1.4rem;
}

.listing__location {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #808080;
  margin: 0;
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  .listing__location {
    font-size: 1.2rem;
  }
}

.listing__copy {
  margin: 0;
  color: #000000;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  text-transform: none;
}

.listing__copy--promoted {
  display: block;
}

.listing__remove {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  color: #D3312F;
}
@media (min-width: 960px) {
  .listing__remove {
    font-size: 2.3rem;
  }
}
@media (min-width: 660px) {
  .listing__remove {
    top: 15px;
  }
}

.listing_custom__container {
  display: grid;
  width: 100%;
  display: -ms-grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr 1.5fr;
  -ms-grid-rows: auto auto;
}
@media (min-width: 768px) {
  .listing_custom__container {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto 1fr;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 300px auto 1fr;
  }
}

.listing_custom__item1 {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  padding-right: 10px;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
@media (min-width: 768px) {
  .listing_custom__item1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-right: 0;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}

.listing_custom__background_image {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .listing_custom__background_image {
    margin-top: 0;
    height: 100%;
  }
}

.listing_custom__item2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
@media (min-width: 768px) {
  .listing_custom__item2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}

.listing_custom__item3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
@media (min-width: 768px) {
  .listing_custom__item3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
}

.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
  color: #000000;
  z-index: 110;
}

.loader--inbox {
  position: absolute;
}

.loader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login {
  height: auto;
  overflow: hidden;
  transition: height 200ms ease-in-out;
}

.login__panel {
  position: relative;
  display: none;
  width: 100%;
}

.login__panel--active {
  display: block;
}

.login__navigation {
  padding: 20px;
  padding-bottom: 0;
  font-size: 0;
}

.login__navigation-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #666666;
}

.login__link {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  /*@include font(heading-3);*/
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 960px) {
  .login__link {
    font-size: 2.6rem;
  }
}

.login__link:last-of-type {
  margin-right: 0;
}

.login__link--active {
  color: #D3312F;
}

.magazine-nav {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.magazine-nav__container {
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
}

.magazine-nav__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px;
  display: block;
  margin: 0 0 -10px;
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 960px) {
  .magazine-nav__title {
    font-size: 2.3rem;
  }
}
@media (min-width: 960px) {
  .magazine-nav__title {
    display: none;
  }
}

.magazine-nav__icon {
  font-size: 1.2em !important;
}

.magazine-nav__list {
  padding: 10px;
  width: 100%;
  margin: 0;
  list-style-type: none;
  font-size: 0;
}
@media (min-width: 960px) {
  .magazine-nav__list {
    text-align: center;
  }
}

.magazine-nav__item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  font-size: 1.7rem;
}
@media (min-width: 960px) {
  .magazine-nav__item {
    width: auto;
    border-bottom: none;
  }
}

.magazine-nav__link {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
@media (min-width: 960px) {
  .magazine-nav__link {
    font-size: 1.6rem;
  }
}
@media (min-width: 960px) {
  .magazine-nav__link {
    padding: 0 20px;
    color: #ffffff;
  }
}

@media (min-width: 960px) {
  .magazine-nav__link:hover {
    color: #D3312F;
  }
}

.overlay {
  *zoom: 1;
  display: block;
  position: relative;
  text-decoration: none;
  color: #000000;
}
.overlay:before, .overlay:after {
  content: " ";
  display: table;
}
.overlay:after {
  clear: both;
}

.overlay__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.overlay__container {
  display: table;
  table-layout: fixed;
  position: relative;
  float: left;
  width: 80%;
  max-width: 350px;
  height: 300px;
  padding: 25px 25px 25px 0;
  z-index: 20;
}

.overlay__container-inner {
  display: table-cell;
  vertical-align: bottom;
}

.overlay__flag {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 25px;
  padding: 15px;
  background-color: #ffffff;
}
@media (min-width: 960px) {
  .overlay__flag {
    font-size: 1.6rem;
  }
}

.overlay__festival {
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333333%;
  z-index: 30;
}
.overlay__festival:before, .overlay__festival:after {
  content: " ";
  display: table;
}
.overlay__festival:after {
  clear: both;
}

.overlay__content {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 960px) {
  .overlay__content {
    background-color: #ffffff;
  }
}

.overlay__header {
  padding: 0 0 10px;
  margin-bottom: 0;
}

.overlay__meta {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 960px) {
  .overlay__meta {
    font-size: 1.6rem;
  }
}

.overlay__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  color: #a10e19;
}
@media (min-width: 960px) {
  .overlay__title {
    font-size: 1.6rem;
  }
}

.overlay__location,
.overlay__date {
  margin: 0;
  font-weight: 600;
}

.overlay__copy {
  /*margin: 0;
  color: $df__text;*/
  margin: 0;
  color: #000000;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  text-transform: none;
}

.not-supported-browser {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2em;
}

.not-supported-browser > div {
  color: #000;
}

.not-supported-browser img {
  display: inline-block !important;
  width: 260px;
}

.not-supported-browser h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.not-supported-browser p {
  font-size: 2rem;
}

.panel {
  position: fixed;
  top: 65px;
  height: calc(100% - 65px);
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 400ms ease-in-out;
  z-index: 80;
}
@media (min-width: 960px) {
  .panel {
    display: none;
    top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    background-color: transparent;
    transform: translateX(0%);
    transition: none;
  }
}

.panel--open {
  transform: translateX(0%);
  transition: transform 400ms ease-in-out;
  z-index: 90;
}
@media (min-width: 960px) {
  .panel--open {
    display: block;
    transition: none;
  }
}

.panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  .panel__content {
    top: 45px;
    left: auto;
    right: 20px;
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: calc(100% - 45px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    transition: top 200ms ease-in-out;
    z-index: 2;
  }
}

.panel__mask {
  display: none;
}
@media (min-width: 960px) {
  .panel__mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}

.partner {
  *zoom: 1;
  display: block;
  text-decoration: none;
  color: #000000;
}
.partner:before, .partner:after {
  content: " ";
  display: table;
}
.partner:after {
  clear: both;
}

.partner__background {
  padding: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.partner__image {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #666666;
}

.partner__image--headline {
  width: 50%;
}

.partner__image--headline--100 {
  display: inline-block;
  width: 360px;
  max-width: 100%;
}

.partner__name {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 15px 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 960px) {
  .partner__name {
    font-size: 2.3rem;
  }
}

.partner__description {
  margin: 0;
}

.partner-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  list-style-type: none;
  font-size: 0;
  text-align: left;
  padding: 0;
}

.partner-list__item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1.7rem;
  padding: 5px;
  text-align: center;
}
@media (min-width: 960px) {
  .partner-list__item {
    width: 33.333333%;
  }
}

.partner-list__item--16 {
  width: 50%;
}
@media (min-width: 450px) {
  .partner-list__item--16 {
    width: 33.33333%;
  }
}
@media (min-width: 660px) {
  .partner-list__item--16 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .partner-list__item--16 {
    width: 20%;
  }
}
@media (min-width: 960px) {
  .partner-list__item--16 {
    width: 16.666666%;
  }
}

.partner-list__item--25 {
  width: 100%;
}
@media (min-width: 450px) {
  .partner-list__item--25 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .partner-list__item--25 {
    width: 33%;
  }
}
@media (min-width: 960px) {
  .partner-list__item--25 {
    width: 25%;
  }
}

.partner-list__item--33 {
  width: 100%;
}
@media (min-width: 768px) {
  .partner-list__item--33 {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .partner-list__item--33 {
    width: 33.333333%;
  }
}

.partner-list__item--50 {
  width: 100%;
}
@media (min-width: 768px) {
  .partner-list__item--50 {
    width: 50%;
  }
}

.partner-list__item--100 {
  width: 100%;
}
@media (min-width: 768px) {
  .partner-list__item--100 {
    width: 100%;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
  color: #000000;
  z-index: 110;
}

.popup__container {
  border: 1px black solid;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f6f1e7;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.5);
}
@media (min-width: 660px) {
  .popup__container {
    width: 50%;
  }
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.profile-nav {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.profile-nav__list {
  padding: 20px 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  border-bottom: 1px solid #666666;
}

.profile-nav__item {
  padding: 0 20px;
  display: inline-block;
  border-right: 1px solid #666666;
  font-size: 1.7rem;
}

.profile-nav__item:last-of-type {
  border-right: none;
}

.profile-nav__button {
  color: #000000;
  text-decoration: none;
}

.profile-nav__button:hover,
.profile-nav__button--active {
  color: #D3312F;
}

.profile-nav__icon {
  display: block;
  font-size: 3rem;
}

.profile-nav__text {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 960px) {
  .profile-nav__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 960px) {
  .profile-nav__text {
    display: block;
  }
}

.purchase-history {
  padding: 0 20px;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.purchase-history__header {
  display: none;
}
@media (min-width: 768px) {
  .purchase-history__header {
    *zoom: 1;
    display: block;
  }
  .purchase-history__header:before, .purchase-history__header:after {
    content: " ";
    display: table;
  }
  .purchase-history__header:after {
    clear: both;
  }
}

.purchase-history__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.purchase-history__item {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .purchase-history__item {
    padding: 0;
  }
}

.purchase-history__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 20px 0;
  float: left;
  width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  border-bottom: 3px solid #000000;
  color: #000000;
}
@media (min-width: 960px) {
  .purchase-history__title {
    font-size: 1.6rem;
  }
}

.purchase-history__title--invoice {
  text-align: right;
}

.purchase-history__details {
  *zoom: 1;
  padding-top: 20px;
  border-top: 1px solid #666666;
}
.purchase-history__details:before, .purchase-history__details:after {
  content: " ";
  display: table;
}
.purchase-history__details:after {
  clear: both;
}
@media (min-width: 768px) {
  .purchase-history__details {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .purchase-history__item:first-of-type .purchase-history__details {
    border-top: none;
  }
}

.purchase-history__term {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 960px) {
  .purchase-history__term {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .purchase-history__term {
    display: none;
  }
}

.purchase-history__data {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .purchase-history__data {
    padding: 10px;
    float: left;
    width: 33.333333%;
    margin: 0;
  }
}

.purchase-history__data:last-of-type {
  margin: 0;
}

@media (min-width: 768px) {
  .purchase-history__data--invoice {
    text-align: right;
  }
}

.reviews {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.reviews__review {
  *zoom: 1;
  padding: 10px;
}
.reviews__review:before, .reviews__review:after {
  content: " ";
  display: table;
}
.reviews__review:after {
  clear: both;
}

.reviews__image {
  padding: 10px;
}
@media (min-width: 450px) {
  .reviews__image {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .reviews__image {
    width: 15%;
  }
}

.reviews__content {
  padding: 10px;
}
@media (min-width: 450px) {
  .reviews__content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .reviews__content {
    width: 85%;
  }
}

.reviews__image-file {
  width: 50%;
}
@media (min-width: 450px) {
  .reviews__image-file {
    width: 100%;
  }
}

.reviews__author {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  color: #000000;
}
@media (min-width: 960px) {
  .reviews__author {
    font-size: 1.2rem;
  }
}

.reviews__excerpt {
  margin: 0;
}

.search {
  max-width: 1200px;
  min-height: 100px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}

.search-toggle-invert {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #000000;
}
@media (min-width: 960px) {
  .search-toggle-invert {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 270px;
  }
}

.search__toggle {
  padding: 0 20px;
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.search__toggle:before, .search__toggle:after {
  content: " ";
  display: table;
}
.search__toggle:after {
  clear: both;
}

.search__button {
  display: block;
  float: right;
  width: 100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 450px) {
  .search__button {
    width: 50%;
    max-width: 250px;
  }
}

.search__button--map-open {
  position: fixed;
  top: calc(65px + 20px);
  right: 20px;
  width: auto;
  height: 66px;
  z-index: 80;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 960px) {
  .search__button--map-open {
    position: static;
    top: auto;
    right: auto;
    width: 50%;
    height: 60px;
    z-index: auto;
  }
}

.search__map-icon {
  display: block;
  float: right;
  height: 38px;
  width: auto;
}

.search__print {
  text-align: left;
}

.search__column {
  width: 100%;
}
@media (min-width: 768px) {
  .search__column {
    float: left;
    width: 50%;
  }
}

.search__column--map {
  text-align: right;
}

.search__list-button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 10px;
  height: 30px;
  width: 100%;
  background-color: #000000;
  line-height: 30px;
}
@media (min-width: 960px) {
  .search__list-button {
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .search__list-button {
    height: 60px;
    line-height: 60px;
  }
}

.search__list-button--fixed-height {
  height: 66px;
  line-height: 66px;
}

.search__list {
  display: block;
}

@media (min-width: 960px) {
  .search__list--closed {
    display: none;
  }
}

.print-list {
  display: none;
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  background-color: #000000;
  z-index: 70;
}
@media (min-width: 960px) {
  .print-list {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: calc(100% - 40px);
    max-width: calc(1200px - 40px);
    margin: 20px auto 0;
    z-index: auto;
  }
}

.search__map {
  display: none;
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #000000;
  margin-top: 20px;
  z-index: 70;
}
@media (min-width: 960px) {
  .search__map {
    position: relative;
    top: auto;
    left: auto;
    height: 400px;
    width: calc(100% - 40px);
    max-width: calc(1200px - 40px);
    margin: 20px auto 0;
    z-index: auto;
  }
}

.search__map--open {
  display: block;
}

@media (min-width: 960px) {
  .search__map::after {
    display: block;
    content: "";
    padding-bottom: 60%;
  }
}

.search-page {
  display: none;
}

.search-page-1 {
  display: inline-block;
}

header .header__search {
  position: absolute;
  width: 100%;
  background-color: white;
  margin: auto;
  max-height: 0;
  padding: 0;
  overflow-y: hidden;
}
header .header__search.opened {
  padding: 10px;
  max-height: 62px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
header.with-search .header__search {
  padding: 10px;
  max-height: 62px;
}

.searchbox {
  position: relative;
  height: 42px;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding-right: 50px;
  background-color: #ffffff;
  border: 1px solid #000000;
  /*@include respond(width2) {
      margin-right: 10px;
      margin-left: auto;
      max-width:300px
  }*/
}

.searchbox__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: none;
  color: #000000;
  font-weight: bold;
}

.searchbox__input--bordered {
  border: 1px black solid;
}

.searchbox__input:focus {
  outline: none !important;
}

.searchbox__button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  /*width: 40px;*/
  height: 30px;
  background-color: #a10e19;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 10px;
}
@media (min-width: 960px) {
  .searchbox__button {
    font-size: 1.8rem;
  }
}

.searchbox__button:hover {
  background-color: #D3312F;
}

.searchbox__button.searchbox__button_clear {
  right: 35px;
  background-color: #ffffff;
  color: #666666;
  font-size: 1.5em;
  display: block;
  -webkit-text-stroke: thin;
}
.searchbox__button.searchbox__button_clear.hidden {
  display: none;
}

.searchbox__button.searchbox__button_clear:hover {
  color: #000000;
}

.autocomplete-suggestions {
  overflow: auto;
  background-color: #ffffff;
  border: 1px #000000 solid;
}

.autocomplete-suggestion {
  padding: 5px;
}

.autocomplete-suggestion > strong {
  color: #D3312F;
}

.autocomplete-suggestion:hover {
  cursor: pointer;
  background-color: #f8efed;
}

.autocomplete-selected {
  background-color: #f8efed;
}

.section {
  padding-bottom: 25px;
}

.section__button {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.sharing {
  font-size: 0;
  margin-top: 10px;
  margin-left: 10px;
}

.sharing__item {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.7rem;
}

.sharing__item:last-of-type {
  margin-right: 0;
}

.sharing__link {
  font-size: 2.4rem;
  color: #000000;
}
@media (min-width: 768px) {
  .sharing__link {
    font-size: 3.5rem;
  }
}

.sharing__link--favourite {
  color: #D3312F;
}

.sub-nav {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.sub-nav__list {
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
}

.sub-nav__item {
  padding: 0 20px;
  display: inline-block;
  padding-left: 0;
  font-size: 1.7rem;
}

.sub-nav__button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .sub-nav__button {
    font-size: 2.3rem;
  }
}

.sub-nav__button--active {
  color: #D3312F;
}

.tagline {
  padding: 20px;
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  /* font-family: Avenir;*/
  width: 100%;
  max-width: 1200px;
  margin: 0 auto -25px;
  /*padding-bottom: 0;*/
  letter-spacing: 0.25em;
  text-align: center;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 960px) {
  .tagline {
    font-size: 1.6rem;
  }
}

.tagline--bottom-padding-ziro {
  padding-bottom: 0;
}

.title {
  padding: 20px;
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto -20px;
  text-align: center;
  color: #000000;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media (min-width: 960px) {
  .title {
    font-size: 2.3rem;
  }
}

.title--top {
  padding-top: 10px;
}

.subtitle-3 {
  padding: 10px;
  font-family: "Montserrat", arial sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
@media (min-width: 960px) {
  .subtitle-3 {
    font-size: 1.8rem;
  }
}

.subtitle-text {
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 960px) {
  .subtitle-text {
    font-size: 1.8rem;
  }
}

.video-lazy {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  background-color: #000;
}

.video-lazy-placeholder {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.video-lazy-spacer {
  padding: 0 0 57% 0;
  background: url(/images/newsite/video/ytplay.png) center center no-repeat;
}

.video-lazy iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-player {
  /*position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  cursor: pointer;
  /*opacity: 0;*/
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: video-player__animation--fade-in;
  z-index: 200000000;
}

.video-player__container {
  position: relative;
  background-color: #000;
  cursor: auto;
}

.video-player__placeholder {
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
}
@media (min-width: 1200px) {
  .video-player__placeholder {
    max-width: 60vw;
  }
}

.video-player__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.video-player__close-button {
  position: absolute;
  top: -20px;
  right: -20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #000;
  line-height: 1;
  text-align: center;
  color: #fff;
  z-index: 20;
}

.video-player-thumbnail::after {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 35px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 70px;
  height: 40px;
  content: "\f04b";
  background-color: #D3312F;
  border-radius: 5px;
  font-family: "FontAwesome";
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.video-player-thumbnail:hover::after {
  background-color: #a10e19;
}

.video-player__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #000000);
  opacity: 0.8;
  color: #ffffff;
  z-index: 11;
}
@media (min-width: 960px) {
  .video-player__title {
    font-size: 1.8rem;
  }
}

.video-player__description {
  position: absolute;
  bottom: 0;
  display: none;
  background-color: #000000;
  opacity: 0.75;
  color: #ffffff;
  padding: 10px;
  z-index: 11;
}

.user-profile {
  padding: 10px;
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.user-profile:before, .user-profile:after {
  content: " ";
  display: table;
}
.user-profile:after {
  clear: both;
}

.user-profile__column {
  width: 100%;
}
@media (min-width: 768px) {
  .user-profile__column {
    float: left;
    width: 50%;
  }
}

.user-profile__section {
  padding: 10px;
}

.user-profile__container {
  background-color: #f8efed;
}

.user-top-nav {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.user-top-nav__list {
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  border-bottom: 2px solid #666666;
}

.user-top-nav__item {
  padding: 20px;
  display: inline-block;
  /*font-size: $df__font-size;*/
}

.user-top-nav__button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .user-top-nav__button {
    font-size: 1.8rem;
  }
}

.user-top-nav__button--active {
  color: #D3312F;
}

.tickets-listing {
  padding: 0 20px;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tickets-listing__header {
  /*display: none;*/
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .tickets-listing__header {
    *zoom: 1;
    display: block;
  }
  .tickets-listing__header:before, .tickets-listing__header:after {
    content: " ";
    display: table;
  }
  .tickets-listing__header:after {
    clear: both;
  }
}

.tickets-listing__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tickets-listing__item {
  padding: 10px 0;
  padding: 10px;
  /*@include respond(width2) {
      padding: 10px;
  }*/
}

.tickets-listing__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 20px 0;
  /*float: left;*/
  /*width: 50%;*/
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  border-bottom: 3px solid #000000;
  color: #000000;
}
@media (min-width: 960px) {
  .tickets-listing__title {
    font-size: 1.6rem;
  }
}

.tickets-listing__title--unique-code {
  text-align: right;
}

.tickets-listing__details {
  *zoom: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
}
.tickets-listing__details:before, .tickets-listing__details:after {
  content: " ";
  display: table;
}
.tickets-listing__details:after {
  clear: both;
}
@media (min-width: 768px) {
  .tickets-listing__details {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .tickets-listing__item:first-of-type .tickets-listing__details {
    border-top: none;
  }
}

.tickets-listing__details--festival {
  border: 2px #eee dashed;
  *zoom: 1;
  padding: 10px;
}
.tickets-listing__details--festival:before, .tickets-listing__details--festival:after {
  content: " ";
  display: table;
}
.tickets-listing__details--festival:after {
  clear: both;
}
@media (min-width: 768px) {
  .tickets-listing__details--festival {
    padding: 0;
  }
}

.tickets-listing__term {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 960px) {
  .tickets-listing__term {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .tickets-listing__term {
    display: none;
  }
}

.tickets-listing__data {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .tickets-listing__data {
    padding: 10px;
    float: left;
    width: 50%;
    margin: 0;
  }
}

.tickets-listing__data--hide-on-resize {
  display: none;
}
@media (min-width: 768px) {
  .tickets-listing__data--hide-on-resize {
    display: block;
  }
}

.tickets-listing__image {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 660px) {
  .tickets-listing__image {
    width: 135px;
    height: 135px;
  }
}

@media (min-width: 768px) {
  .tickets-listing__image--margin-bottom {
    margin-bottom: 10px;
  }
}

.tickets-listing__image--pass-image {
  position: relative;
  width: 300px;
  height: 300px;
}

.tickets-listing__image-black-border {
  background-color: #000;
  padding: 5px;
}

.tickets-listing__image-white-dotted-border {
  border: 3px #fff dotted;
  padding: 5px;
}

.ticketing-listing__animation {
  width: 300px;
  height: 300px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3px;
}

.ticketing-listing__festival-flag {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .tickets-listing__data-100 {
    padding: 10px;
    width: 100%;
    margin: 0;
  }
}

.tickets-listing__data-70 {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .tickets-listing__data-70 {
    padding: 10px;
    float: left;
    width: 70%;
    margin: 0;
  }
}

.tickets-listing__data-30 {
  margin: 0 0 5px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .tickets-listing__data-30 {
    padding: 10px;
    float: left;
    width: 30%;
    margin: 0;
  }
}

.tickets-listing__data--barcode {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .tickets-listing__data--barcode {
    float: right;
    padding-top: 0;
  }
}

.tickets-listing__data--barcode > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tickets-listing__data:last-of-type {
  margin: 0;
}

.tickets-listing__data-buttons {
  text-align: left;
}
@media (min-width: 450px) {
  .tickets-listing__data-buttons {
    text-align: left;
    display: block;
  }
}

.tickets-listing__data-buttons > a {
  width: 100%;
  text-align: center;
  clear: both;
  margin-top: 10px;
}
@media (min-width: 660px) {
  .tickets-listing__data-buttons > a {
    width: inherit;
    margin-bottom: 0px;
  }
}

.tickets-listing__data--uniquecode {
  /*position: relative;*/
  /*@include respond(width3) {
      text-align: right;
  }*/
}

.tickets-listing__barcode {
  width: 200px;
  height: 66px;
}

.tickets-listing__data--uniquecode img {
  width: 200px;
  height: 66px;
  /*@include respond(width3) {
      position: absolute;
      top: 20px;
      right: 10px;
  }*/
}

tickets-listing__data-70 > img {
  width: 100px;
}

.tickets-listing__data-column {
  float: left;
  margin-right: 20px;
}

.tickets-listing__data-column-last {
  margin-left: 120px;
  clear: right;
}
.tickets-listing__data-column-last p:nth-of-type(1) {
  margin-bottom: 0;
}
.tickets-listing__data-column-last p:nth-of-type(2) {
  margin: 0;
}
@media (min-width: 660px) {
  .tickets-listing__data-column-last {
    margin-left: 155px;
  }
}

.claim-section {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: 3px solid #000;
}
.claim-section .tickets-listing__title {
  border-bottom: none;
}
.claim-section > div {
  padding: 0 20px 20px;
}
.claim-section > div .claim-ticket-button, .claim-section > div .activate-pass-widget .section.action .activate-ticket-button, .activate-pass-widget .section.action .claim-section > div .activate-ticket-button {
  display: inline-block;
  margin-bottom: 1em;
  width: auto;
  float: none;
}

.claim-ticket-button, .activate-pass-widget .section.action .activate-ticket-button {
  display: block;
  width: 100%;
  border: none;
  background-color: #EF582F;
  color: #fff;
  float: right;
}
@media (min-width: 768px) {
  .claim-ticket-button, .activate-pass-widget .section.action .activate-ticket-button {
    width: 300px;
  }
}

.show-pass-widget h2.pass-holder {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 1px;
}
.show-pass-widget h3 {
  max-width: 326px;
  margin: 0 0 0.5em 0;
  position: relative;
  letter-spacing: 1px;
}
.show-pass-widget .festival-flag__image {
  right: -10px;
}
.show-pass-widget .tickets-listing__details--festival {
  border: 0;
}
.show-pass-widget .tickets-listing__details--festival .tickets-listing__data-100 {
  padding: 15px 0;
}
.show-pass-widget .tickets-listing__details--festival .tickets-listing__data-column {
  margin: 0 10px 0 0;
}
.show-pass-widget .tickets-listing__details--festival .tickets-listing__data-column .tickets-listing__image {
  width: 80px;
  height: 80px;
}
.show-pass-widget .tickets-listing__data-column-last {
  margin-left: 0;
  font-size: 0.85em;
}
.show-pass-widget .tickets-listing__data-column-last h3 {
  text-align: left;
  font-size: 1.3em;
  letter-spacing: 2px;
}
.show-pass-widget .tickets-listing__data-column-last div {
  text-align: left;
}

.show-pass-widget .loader, .claim-widget .loader, .activate-pass-widget .loader {
  position: absolute;
  margin: 0;
  padding: 0.5em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  z-index: 100;
}

.claim-widget {
  width: 300px;
}
.claim-widget .form {
  padding: 10px 0;
}
.claim-widget .wallet__form-item--clearfix {
  margin: 1em 0;
}
.claim-widget .wallet__claim-info {
  margin: 10px 0;
}
.claim-widget .unique-code-box {
  background-color: black;
  text-align: left;
}
.claim-widget .unique-code-box .form__label {
  color: white;
  margin-bottom: 0;
}
.claim-widget .unique-code-box span {
  display: inline-block;
  color: #CCC;
  font-size: 0.8em;
  letter-spacing: 1px;
}
.claim-widget .validation-summary-errors {
  margin-bottom: 1em;
  padding: 0;
}
.claim-widget .validation-summary-errors li {
  padding: 0;
}

.activate-pass-widget h1 {
  font-size: 1.2em;
}
.activate-pass-widget h3 {
  margin: 10px 0;
}
.activate-pass-widget .section {
  padding: 0;
  margin: 0;
}
.activate-pass-widget .section.festival-name {
  margin: 0.7em 0;
}
.activate-pass-widget .section.preview {
  position: relative;
  height: 300px;
  width: 300px;
  background-color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid black;
}
.activate-pass-widget .section.preview button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: grey;
  padding: 2px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  margin: 10px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
.activate-pass-widget .section.preview button + button {
  bottom: 55px;
}
.activate-pass-widget .section.preview img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.activate-pass-widget .section.preview .instructions, .activate-pass-widget .section.preview .error, .activate-pass-widget .section.preview .success, .activate-pass-widget .section.preview .loader {
  position: absolute;
  margin: 0;
  padding: 0.5em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  display: table;
}
.activate-pass-widget .section.preview .instructions span, .activate-pass-widget .section.preview .error span, .activate-pass-widget .section.preview .success span, .activate-pass-widget .section.preview .loader span {
  padding: 0.2em;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}
.activate-pass-widget .section.preview .instructions {
  background: url(/images/activate-pass-bg.png) no-repeat;
}
.activate-pass-widget .section.preview .instructions span {
  font-size: 0.85em;
  vertical-align: top;
}
.activate-pass-widget .section.preview .success span {
  color: black;
  font-size: 1.5em;
}
.activate-pass-widget .section.preview div.error span {
  color: red;
}
.activate-pass-widget .section.browse input.image-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.activate-pass-widget .section.browse label {
  white-space: nowrap;
  cursor: pointer;
  background-color: #bdb078;
  color: #fff;
  font-weight: normal;
  border: none;
}
.activate-pass-widget .section.action {
  padding-top: 1em;
}
.activate-pass-widget .section.action .activate-ticket-button {
  float: none;
  clear: both;
  width: 100%;
}

.show-if-printing {
  display: none;
}

.print-all-button {
  float: right;
  padding-right: 20px;
}

@media print {
  #dulNavigation {
    display: none !important;
  }

  .header {
    display: none !important;
  }

  .footer {
    display: none !important;
  }

  .profile-nav {
    display: none !important;
  }

  .header__link {
    display: none !important;
  }

  .claim-section {
    display: none !important;
  }

  .tickets-listing__data-buttons {
    display: none !important;
  }

  .tickets-listing__data-column {
    float: none;
    margin-right: 0px;
  }

  .tickets-listing__image {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .tickets-listing__data-column-last {
    text-align: center;
    margin-left: 0px;
  }

  .tickets-listing__data-30 {
    width: 100%;
  }

  .tickets-listing__data-70 {
    float: none;
    width: 100%;
  }

  .tickets-listing__data--barcode {
    float: none;
    text-align: center;
  }

  #wallet-purchase-history {
    display: none !important;
  }

  .hide-if-printing {
    display: none !important;
  }

  .show-if-printing {
    display: inline-block;
  }

  html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
  }

  .drinkup-london-print-logotype, .drinkup-london-print-footer {
    text-align: center;
  }

  .page-break-if-printing {
    page-break-inside: avoid;
    page-break-after: auto;
    position: relative;
    display: block;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
  top: 0;
}

.watermark {
  position: absolute;
  left: 20px;
}

.watermark--listing {
  display: none;
}
@media (min-width: 1200px) {
  .watermark--listing {
    display: block;
  }
}

.watermark--top {
  top: 10px;
}

.watermark--bottom {
  bottom: 10px;
}

.watermark--ffffff {
  color: white;
  text-shadow: 2px 2px 5px black;
}

.watermark--000000 {
  color: black;
  text-shadow: 2px 2px 5px white;
}

.watermark--20 {
  font-size: 2rem;
}

.subscribebox {
  position: relative;
  width: 100%;
  height: 42px;
  padding-right: 50px;
  background-color: #ffffff;
}

.subscribebox__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: none;
  color: #000000;
  font-weight: bold;
}

.subscribebox__input:focus {
  outline: none !important;
}

.subscribebox__button {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  height: 30px;
  background-color: #a10e19;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 3px;
}
@media (min-width: 960px) {
  .subscribebox__button {
    font-size: 1.8rem;
  }
}

.subscribebox__button:hover {
  background-color: #D3312F;
}

.checkout__section {
  /*margin-top: $df__gutter;*/
}

.checkout__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.checkout__container--padded {
  padding: 20px 0;
}

.checkout__header {
  max-width: 1200px;
  margin: 16px auto 0 auto;
}

.checkout__title {
  padding: 20px;
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto -20px;
  text-align: center;
  color: #000000;
}
@media (min-width: 960px) {
  .checkout__title {
    font-size: 3rem;
  }
}

.checkout__subtitle {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 2.3rem;
  padding: 20px 20px 5px 20px;
}
@media (min-width: 960px) {
  .checkout__subtitle {
    font-size: 2.3rem;
  }
}

.checkout__subtitle-3 {
  padding: 10px;
  font-family: "Montserrat", arial sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  color: #000000;
}
@media (min-width: 960px) {
  .checkout__subtitle-3 {
    font-size: 1.8rem;
  }
}

.checkout__subtitle-text {
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 960px) {
  .checkout__subtitle-text {
    font-size: 1.8rem;
  }
}

.checkout__note {
  padding: 0 20px;
  margin: 0;
  color: #000000;
}
.checkout__note a {
  font-weight: bold;
}

.checkout__submit {
  padding: 0 20px;
}

.checkout__container.checkout__container--subscribe {
  padding-top: 0;
}

.form.form__subscribe .form__item input[type=checkbox], .form.form__place-your-order .form__item input[type=checkbox] {
  margin-left: 4px;
  transform: scale(1.25);
  margin-right: 4px;
}
.form.form__subscribe .form__item label, .form.form__place-your-order .form__item label {
  font-size: 0.9em;
}

.form.form__subscribe .form__item {
  margin-top: 0;
}

.basket__quantity-input.checkout__quantity-input-readonly {
  width: 100px;
  background-color: #ffffea;
  border: 1px solid #cfcfcf;
}

#btnPlaceOrder:disabled {
  background: #aaa;
  cursor: not-allowed;
}

#ddcFrame {
  display: none;
  visibility: hidden;
  height: 0;
  widows: 0;
  overflow: hidden;
}

.twe-product {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .twe-product {
    margin: auto;
  }
}

.click-to-buy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 2px #eee solid;
  background-color: #F9F7F7;
  justify-content: center;
}
.click-to-buy__item {
  text-align: center;
}

.click-to-buy__item-1 > img {
  background-color: #fff;
  margin: 0 auto;
  width: 85%;
}
@media (min-width: 768px) {
  .click-to-buy__item-1 > img {
    width: 65%;
  }
}

.click-to-buy__item-2 {
  display: none;
}

.click-to-buy__item-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.click-to-buy__partnership {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 10px;
}

img.click-to-buy__twe-logotype {
  background-color: #fff;
}

.click-to-buy__product-name {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .click-to-buy__product-name {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .click-to-buy__product-name {
    font-family: "Montserrat", arial sans-serif;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .click-to-buy__product-name {
    font-size: 2.3rem;
  }
}

.click-to-buy__product-name-line-1 {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 960px) {
  .click-to-buy__product-name-line-1 {
    font-size: 1.2rem;
  }
}

.click-to-buy__product-size-strength {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 960px) {
  .click-to-buy__product-size-strength {
    font-size: 1.2rem;
  }
}

.click-to-buy__product-price {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  margin: 20px;
  color: #000000;
}
@media (min-width: 960px) {
  .click-to-buy__product-price {
    font-size: 3rem;
  }
}

.click-to-buy__button {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

a.click-to-buy__button-source-url {
  padding-top: 10px;
  padding-bottom: 10px;
}

.click-to-buy__button-source-url > img {
  padding: 0;
}

.click-to-buy__button-prefix {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  margin-top: 10px;
  color: #D3312F;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .click-to-buy__button-prefix {
    font-size: 1.2rem;
  }
}

.detail-page__section.detail-page__section-reviews-click-to-buy {
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .detail-page__section.detail-page__section-reviews-click-to-buy {
    max-width: 350px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .detail-page__section.detail-page__section-reviews-click-to-buy {
    flex-direction: row;
    max-width: 1200px;
    padding-right: 20px;
  }
}
.detail-page__section.detail-page__section-reviews-click-to-buy .detail-page__reviews {
  flex-basis: 0;
  flex-grow: 1;
}
.detail-page__section.detail-page__section-reviews-click-to-buy .twe-product {
  flex-basis: 0;
  flex-grow: 1;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(246, 241, 231, 0.9);
  text-align: center;
  z-index: 1000;
}

.cookie__message {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 960px) {
  .cookie__message {
    font-size: 1.2rem;
  }
}

.cookie__button {
  max-width: 200px;
  margin: 0 auto !important;
}

.detail-page__section {
  margin-top: 25px;
}

.detail-page__section--nomargin {
  margin-top: 0px;
}

.detail-page__header {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.detail-page__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  /*padding-bottom: $df__spacer;*/
  /*border-bottom: 1px solid $df__text--dark;*/
  color: #a10e19;
}
@media (min-width: 960px) {
  .detail-page__title {
    font-size: 2.3rem;
  }
}

.detail-page__title--event {
  margin-top: 0;
}

.detail-page__title--spaced {
  margin: 0 0 15px;
}

.detail-page__title--shared {
  margin-left: 10px;
  margin-right: 10px;
}

.detail-page__title--clear-top {
  margin-top: 0;
  margin-bottom: 10px;
}

.footer {
  margin-top: 20px;
  padding-top: 10px;
  background-color: #F6F1E7;
  border-bottom: 5px #a10e19 solid;
}

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 300px) {
  .footer__container {
    flex-direction: column;
  }
}
@media (min-width: 360px) {
  .footer__container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .footer__container {
    flex-direction: row;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer__container > div {
    flex: 0 0 98% !important;
    padding: 0 !important;
  }
}
.footer__container > div {
  width: 100%;
  flex: 0 0 50%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .footer__container > div {
    width: 25%;
    flex: 1 0 0%;
  }
}

.footer__container > div:last-child {
  margin-right: 0;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 2px solid #a10e19;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 960px) {
  .footer__title {
    font-size: 1.6rem;
  }
}

.footer__link {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 960px) {
  .footer__link {
    font-size: 1.2rem;
  }
}

.footer__item--show_mobile {
  display: block;
}
@media (min-width: 768px) {
  .footer__item--show_mobile {
    display: none;
  }
}

.footer__item--hide_mobile {
  display: none;
}
@media (min-width: 768px) {
  .footer__item--hide_mobile {
    display: block;
  }
}

.footer__copyright {
  padding: 10px;
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  text-transform: none;
  font-weight: normal;
  color: #000000;
  margin-top: 20px;
}
@media (min-width: 660px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-top: 0;
  }
}

.footer__section1 {
  order: 4;
}
@media (min-width: 768px) {
  .footer__section1 {
    order: 1;
  }
}

.footer__section2 {
  order: 2;
}
@media (min-width: 768px) {
  .footer__section2 {
    order: 2;
  }
}

.footer__section3 {
  order: 3;
}
@media (min-width: 768px) {
  .footer__section3 {
    order: 3;
  }
}

.footer__section4 {
  order: 1;
}
@media (min-width: 768px) {
  .footer__section4 {
    order: 4;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #a10e19, #6a0006 75%);
  z-index: 90;
  border: none;
}
@media (min-width: 768px) {
  .header {
    position: fixed;
  }
}
.header__wrapper {
  border-bottom: 2px black solid;
}
@media (min-width: 768px) {
  .header__wrapper {
    max-width: 1180px;
    margin: 0 auto;
  }
}

.header__extra {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.2em;
  text-align: center;
  font-weight: bold;
  color: #f4f1e6;
  padding: 3px 0;
  font-size: 1.3rem;
  text-align: center;
  background-color: #a10e19;
}
@media (min-width: 960px) {
  .header__extra {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .header__extra {
    display: none;
  }
}

.header__logo-link {
  display: block;
  margin: 0 auto;
}
.header__logo_container {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .header__logo_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

.header__logo_container img.header__poweredby {
  display: none;
  width: 75px;
  height: auto;
  position: fixed;
  top: 1.5em;
  right: 40px;
  padding: 5px 0;
  background-color: #a10e19;
  /*    @include respond (width3) {
      display: block;
      top: 1.5em;
      width: 100px;
      height: auto;
  }*/
}
@media (min-width: 768px) {
  .header__logo_container img.header__poweredby {
    display: block;
    top: 1.4em;
    width: 120px;
    height: auto;
  }
}

/*.header__logo_container > .header__logo_illustration {
    max-width: 280px !important;
    height: auto;

    @include respond(width3) {
        max-width: 300px !important;
    }

    @include respond(width4) {
        max-width: 500px !important;
    }
}

.header__logo_illustration {
    display: none;

    @include respond(width3) {
        display: block;
    }
}

.header__logo_illustration--left {
    margin-left: 5px;
}

.header__logo_illustration--right {
    margin-right: 5px;
}*/
.header__logo {
  height: 100px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 0;
  /* @include respond(width4) {
       display: block;
       height: 120px;
       margin-top: 15px;
       margin-bottom: 0;
   }*/
}
@media (min-width: 768px) {
  .header__logo {
    display: block;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    top: -10px;
  }
}

.header__logo--mobile {
  display: block;
}
@media (min-width: 768px) {
  .header__logo--mobile {
    display: none;
  }
}

.header__logo--desktop {
  display: none;
}
@media (min-width: 768px) {
  .header__logo--desktop {
    display: block;
  }
}

.header__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 27px;
  left: 0;
  width: 40px;
  height: 50px;
  color: #f4f1e6;
  font-size: 24px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header__link {
    display: none;
  }
}

.header__link.header__search-icon {
  left: unset;
  right: 0;
}

.left-nav {
  *zoom: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.left-nav:before, .left-nav:after {
  content: " ";
  display: table;
}
.left-nav:after {
  clear: both;
}

@media (min-width: 768px) {
  .left-nav__navigation {
    float: left;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .left-nav__content {
    float: left;
    width: 75%;
    border-left: 1px solid #000000;
  }
}

.left-nav__list {
  padding: 20px;
  margin: 0;
  list-style-type: none;
}

.left-nav__item {
  margin-bottom: 10px;
}

.left-nav__item:last-of-type {
  margin-bottom: 0;
}

.left-nav__link {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 960px) {
  .left-nav__link {
    font-size: 1.2rem;
  }
}

.left-nav__link:hover,
.left-nav__link--active {
  color: #D3312F;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(169, 169, 169, 0.7);
  font-size: 1.8rem;
  color: #000000;
  z-index: 110;
}
.modal h1 {
  padding: 10px 0;
  color: white;
  background-color: black;
}

.modal__close-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 1%;
  right: 1%;
  color: #000;
  opacity: 0.7;
}

.modal-content {
  position: absolute;
  overflow-y: auto;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 318px;
  border: 2px #eee solid;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  border-radius: 10px;
  z-index: 111;
}

.modal-content__auto {
  margin-left: auto;
  margin-right: auto;
}

.navigation {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 144px;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(-100%);
  transition: transform 400ms ease-in-out;
  z-index: 90;
  padding: 10px;
}
@media (min-width: 450px) {
  .navigation {
    top: 144px;
  }
}
@media (min-width: 768px) {
  .navigation {
    text-align: center;
    position: static;
    height: auto;
    overflow-y: hidden;
    transform: translateX(0%);
    transition: none;
    padding-top: 10px;
  }
}

.navigation--open {
  transform: translateX(0%);
  transition: transform 400ms ease-in-out;
  top: 158px;
  background: #a10e19;
}

.navigation__link {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  color: #f4f1e6;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 1px solid #999;
  padding: 10px 0;
}
@media (min-width: 960px) {
  .navigation__link {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .navigation__link {
    padding: 0 20px;
    padding-left: 25px;
    border-bottom: none;
    border-left: 1px solid #999;
    font-size: 1.7rem;
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .navigation__link {
    padding: 0 30px;
    padding-left: 35px;
  }
}

.navigation__link:hover {
  color: #bbac78;
}

@media (min-width: 768px) {
  .navigation__link:first-of-type {
    border-left: none;
  }
}

.navigation__link--active {
  color: #f4f1e6;
}

.navigation__link.navigation__link--search {
  display: none;
}
@media (min-width: 768px) {
  .navigation__link.navigation__link--search {
    display: inline-block;
  }
}
.navigation__link.navigation__link--search .label {
  display: none;
}
@media (min-width: 960px) {
  .navigation__link.navigation__link--search .label {
    display: inline-block;
  }
}

.trade__section {
  margin-top: 25px;
}

.trade__section--center {
  margin-top: 25px;
}

.trade__container {
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.trade_header {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.trade_header-image__image {
  max-width: 1200px;
}

.trade_header__header {
  *zoom: 1;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #000000;
  color: #ffffff;
}
.trade_header__header:before, .trade_header__header:after {
  content: " ";
  display: table;
}
.trade_header__header:after {
  clear: both;
}

.trade_header__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 960px) {
  .trade_header__title {
    font-size: 3rem;
  }
}

.trade_header__title--basket {
  padding: 10px;
}

.trade_intro {
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.trade_intro__copy {
  padding: 0 10px;
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  margin: 0;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 960px) {
  .trade_intro__copy {
    font-size: 1.8rem;
  }
}

.trade__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
  color: #000000;
}
@media (min-width: 960px) {
  .trade__title {
    font-size: 1.8rem;
  }
}

.trade__title--noborder {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #000000;
}
@media (min-width: 960px) {
  .trade__title--noborder {
    font-size: 2.3rem;
  }
}

.trade__subtitle {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000000;
  margin: 0 auto;
  /*text-align: center;*/
}
@media (min-width: 960px) {
  .trade__subtitle {
    font-size: 1.6rem;
  }
}

.trade__container .form__validation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.trade__container .form__checkbox-label {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  color: #666666;
}
@media (min-width: 960px) {
  .trade__container .form__checkbox-label {
    font-size: 1.6rem;
  }
}

.social {
  display: block;
  width: 100%;
}

.social__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .social__inner {
    padding: 0 10px;
  }
}

.social__content {
  width: 100%;
  padding: 0;
  background-color: #F6F1E7;
  color: #000000;
  position: relative;
}
@media (min-width: 768px) {
  .social__content {
    padding: 10px;
  }
}

.social__header {
  padding: 10px;
}

.social__title {
  font-family: "Montserrat", arial sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #a10e19;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 960px) {
  .social__title {
    font-size: 1.8rem;
  }
}

.social__subtitle {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  .social__subtitle {
    font-size: 3rem;
  }
}

.social__copy {
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  font-family: "Montserrat", arial sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  /*@include respond(width3) {
      font-size: 1.6rem;
  }*/
}
@media (min-width: 960px) {
  .social__copy {
    font-size: 1.8rem;
  }
}

.social__container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 190px 190px 190px 190px;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: 190px 190px 190px 190px;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 768px) {
  .social__container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 190px 190px 190px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 190px 190px 190px;
  }
}
@media (min-width: 960px) {
  .social__container {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 190px 190px;
    -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 190px 190px;
  }
}

.social__item {
  position: relative;
  background-color: #ffffff;
  margin: 5px;
  list-style: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .social__item {
    margin: 10px;
  }
}

.social__item-1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
}
@media (min-width: 768px) {
  .social__item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
}
@media (min-width: 960px) {
  .social__item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
  }
}

.social__item-2 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
}
@media (min-width: 768px) {
  .social__item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
}
@media (min-width: 960px) {
  .social__item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
  }
}

.social__item-3 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 5;
  display: none;
}
@media (min-width: 660px) {
  .social__item-3 {
    display: block;
  }
}
@media (min-width: 768px) {
  .social__item-3 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
  }
}
@media (min-width: 960px) {
  .social__item-3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
  }
}

.social__item-4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 6;
  display: none;
}
@media (min-width: 660px) {
  .social__item-4 {
    display: block;
  }
}
@media (min-width: 768px) {
  .social__item-4 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
  }
}
@media (min-width: 960px) {
  .social__item-4 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
  }
}

.social__item-5 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
@media (min-width: 768px) {
  .social__item-5 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
@media (min-width: 960px) {
  .social__item-5 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}

.social__item-6 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
@media (min-width: 768px) {
  .social__item-6 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}
@media (min-width: 960px) {
  .social__item-6 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
}

.social__item-7 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
@media (min-width: 768px) {
  .social__item-7 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
}
@media (min-width: 960px) {
  .social__item-7 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
}

.social__item-8 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
@media (min-width: 768px) {
  .social__item-8 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
}
@media (min-width: 960px) {
  .social__item-8 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
}

.social__item-9 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
@media (min-width: 768px) {
  .social__item-9 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
}
@media (min-width: 960px) {
  .social__item-9 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
}

.social__item-10 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
@media (min-width: 768px) {
  .social__item-10 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
}
@media (min-width: 960px) {
  .social__item-10 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 5;
    -ms-grid-row: 2;
  }
}

.social__link {
  display: block;
  text-decoration: none;
  color: #f57c00;
}

.social__link:hover {
  color: #c26200;
}

.social__link--twitter {
  padding: 10px;
}

.social__twitter-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
  color: #78CDF0;
}

.social__twitter-headline {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #505050;
}
@media (min-width: 960px) {
  .social__twitter-headline {
    font-size: 1.2rem;
  }
}

.social__twitter-meta {
  font-weight: 500;
}

.social__twitter-text {
  font-family: "EB Garamond", times, serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: none;
  margin-top: 5px;
  color: #000000;
}
@media (min-width: 960px) {
  .social__twitter-text {
    font-size: 1.8rem;
  }
}

.social__instagram-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 1px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-radius: 4px;
  font-size: 2rem;
}

.social__instagram-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.social__news_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 10;
}

.social__news_content {
  position: absolute;
  z-index: 11;
  background-color: #fff;
  left: 0;
  bottom: 15%;
  padding: 15px;
  margin-right: 30px;
  width: 250px;
}

.social__news-column-1 {
  float: left;
  width: 70%;
  padding: 10px;
}

.social__news-column-2 {
  display: block;
  margin-left: 70%;
}

.social__category {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #a10e19;
}
@media (min-width: 960px) {
  .social__category {
    font-size: 1.2rem;
  }
}

.social__published {
  display: none;
  font-weight: 500;
  font-size: 1.5rem;
  color: #505050;
  font-style: italic;
}

.socila__news-headline {
  font-family: "Montserrat", arial sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding-bottom: 5px;
  color: #000000;
}
@media (min-width: 960px) {
  .socila__news-headline {
    font-size: 1.8rem;
  }
}

.social__news-readmore {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  text-align: right;
  width: 70%;
  color: #a10e19;
  text-transform: lowercase;
  letter-spacing: 0.1em;
}

.social__news-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wallet {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.wallet__section {
  margin-top: 20px;
  /*margin-bottom: $df__gutter * 2;*/
}

.wallet__section--claim {
  background-color: #f8efed;
  /*padding-top: $df__gutter;*/
  /*padding-bottom: $df__gutter;*/
}

.wallet__section--padding {
  padding: 0 20px;
}

.wallet__column {
  width: 100%;
}
@media (min-width: 768px) {
  .wallet__column {
    float: left;
    width: 50%;
  }
}

.wallet__claim {
  background-color: #f8efed;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wallet__section--border-bottom {
  clear: both;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #666666 solid;
}

.wallet__form-item {
  padding: 10px;
  display: block;
  position: relative;
  width: 100%;
}

.wallet__form-item--clearfix {
  clear: both;
  padding: 10px;
  display: block;
  position: relative;
  width: 100%;
}

.wallet__subtitle {
  /*@include font(heading-4);*/
  font-family: "Montserrat", arial sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto 15px;
  text-align: center;
  color: #000000;
}
@media (min-width: 960px) {
  .wallet__subtitle {
    font-size: 1.8rem;
  }
}

.wallet__subtitle-3 {
  padding: 10px;
  font-family: "Montserrat", arial sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  color: #000000;
}
@media (min-width: 960px) {
  .wallet__subtitle-3 {
    font-size: 1.8rem;
  }
}

.wallet__subtitle-text {
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 960px) {
  .wallet__subtitle-text {
    font-size: 1.8rem;
  }
}

.wallet__claim-info {
  font-family: "Montserrat", arial sans-serif;
  font-size: 1.7rem;
  color: #666666;
}

/*!
 * Cropper.js v1.2.2
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-01-03T13:26:29.610Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline-color:rgba(51,153,255,.75);outline:1px solid #39f;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}