@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700,700i&display=swap&subset=latin-ext');
@font-face {
  font-family: 'caratreg';
  src: url('/layout/fonts/carat_regular_czech/caratreg-webfont.woff2') format('woff2'), url('/layout/fonts/carat_regular_czech/caratreg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* SETTINGS */
#filter-gold {
  -webkit-filter: invert(58%) sepia(31%) saturate(548%) hue-rotate(4deg) brightness(96%) contrast(86%);
          filter: invert(58%) sepia(31%) saturate(548%) hue-rotate(4deg) brightness(96%) contrast(86%);
}
#filter-white {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}
/*
 MEDIA QUERIES
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* BASE */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* 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 {
  -webkit-box-sizing: content-box;
          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 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 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: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.break {
  clear: both;
  display: block;
  width: 80%;
}
p.report {
  border: 1px #A0C856 solid;
  padding: 12px;
  text-align: left;
  background-color: #CDF9BC;
}
p.report.error {
  border-color: #FF8D9A;
  background: #F9BDBD;
}
p.report.info {
  border-color: #A0C856;
  background: #CDF9BC;
}
p.report.warning {
  border-color: #E9D757;
  background: #FFEC93;
}
#files h4,
.files h4 {
  margin-bottom: 4px;
}
#files ul.ico,
.files ul.ico {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.6em;
  list-style: none;
  background: none;
}
#files ul.ico li,
.files ul.ico li,
#files .ico,
.files .ico {
  padding: 0 0 0.5em 23px;
}
#files ul.ico li,
.files ul.ico li {
  background-repeat: no-repeat;
  list-style: none;
}
#files ul.ico li span,
.files ul.ico li span {
  font-size: 92%;
}
#files li.ico,
.files li.ico {
  background: url("ico/noname.gif") no-repeat left 0.5em;
  padding-bottom: 5px;
}
#files li.ico-pdf,
.files li.ico-pdf {
  background-image: url("ico/pdf.gif");
}
#files li.ico-doc,
.files li.ico-doc,
#files li.ico-docx,
.files li.ico-docx {
  background-image: url("ico/doc.gif");
}
#files li.ico-xls,
.files li.ico-xls,
#files li.ico-xlsx,
.files li.ico-xlsx {
  background-image: url("ico/xls.gif");
}
#files li.ico-ppt,
.files li.ico-ppt,
#files li.ico-pptx,
.files li.ico-pptx {
  background-image: url("ico/ppt.png");
}
#files li.ico-jpg,
.files li.ico-jpg,
#files li.ico-jpeg,
.files li.ico-jpeg {
  background-image: url("ico/jpg.gif");
}
#files li.ico-zip,
.files li.ico-zip,
#files li.ico-rar,
.files li.ico-rar,
#files li.ico-7z,
.files li.ico-7z {
  background-image: url("ico/zip.gif");
}
#files li.ico-png,
.files li.ico-png {
  background-image: url("ico/png.gif");
}
#files li.ico-gif,
.files li.ico-gif {
  background-image: url("ico/gif.gif");
}
#files li.ico-rss,
.files li.ico-rss {
  background-image: url("ico/rss.png");
}
.titlebox {
  padding: 2px 0;
}
.titlebox > .titlebox-title {
  cursor: pointer;
  font-size: 14px;
  background: url("images/titlebox-plus.png") no-repeat scroll right center transparent;
  margin: 0;
  padding: 5px 13px;
}
.titlebox > .titlebox-content {
  *zoom: 1;
  display: none;
  padding: 4px 16px;
}
.titlebox > .titlebox-content:before,
.titlebox > .titlebox-content:after {
  content: " ";
  display: table;
}
.titlebox > .titlebox-content:after {
  clear: both;
}
.titlebox.open > .titlebox-title {
  background: url("images/titlebox-minus.png") no-repeat scroll right center transparent;
}
.titlebox.article-form > .titlebox-content {
  padding: 20px 16px;
}
.titlebox.article-files > .titlebox-content {
  padding: 20px 16px;
}
.titlebox.article-images > .titlebox-content {
  padding: 4px;
}
.no-js .titlebox > .titlebox-content {
  display: block;
}
.no-js .titlebox > .titlebox-title {
  background-image: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#checkout-settings {
  padding: 20px 0;
  position: relative;
}
#checkout-settings .loading {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#checkout-settings .loading p {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #ab9258;
  padding: 30px 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  border: 2px solid #ab9258;
}
#checkout-settings .loading p img {
  margin-bottom: 10px;
}
/* Dropdown control */
.selectBox-dropdown {
  min-width: 150px;
  position: relative;
  border: solid 1px #BBB;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #F2F2F2;
  background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  display: inline-block;
  cursor: default;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}
.selectBox-dropdown.selectBox-menuShowing {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;
  border-left: solid 1px #BBB;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #BBB;
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #000;
}
/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  border-radius: 4px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
}
.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0.3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.monthpicker {
  border: 1px solid #eee;
  padding: 1em;
  top: 6px;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.2em;
}
.monthpicker:before {
  content: '';
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 6px;
  z-index: 1002;
}
.monthpicker:after {
  content: '';
  border-bottom: 6px solid #ddd;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -7px;
  left: 6px;
  z-index: 1001;
}
.monthpicker .years {
  margin-bottom: 0.8em;
  text-align: center;
}
.monthpicker .years select {
  font-size: 1em;
  width: 100%;
}
.monthpicker .years select:focus {
  outline: none;
}
.monthpicker table {
  border-collapse: collapse;
  table-layout: fixed;
}
.monthpicker td {
  padding: 0.1em;
}
.monthpicker table button {
  width: 100%;
  border: none;
  background: #CAE3FB;
  font-size: 0.8em;
  padding: 0.6em;
  cursor: pointer;
  border-radius: 0.2em;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.monthpicker table button:hover {
  background: #B1D3F3;
}
.monthpicker table button:focus {
  outline: none;
}
html,
body {
  font-family: 'Source Sans Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #051F45;
  font-weight: 400;
}
body.body--hidden {
  overflow: hidden;
}
.page {
  background-color: #fff;
}
.headline {
  text-align: center;
  color: rgba(0, 0, 0, 0.25);
  font-size: 2.5rem;
  margin: 85px 0 65px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .headline {
    font-size: 2rem;
    margin: 65px 0 45px;
  }
}
.subheadline {
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  margin: 35px 0 15px;
  font-weight: 400;
}
.subheadline strong {
  font-weight: 700;
}
.subheadline a {
  color: #555555;
  text-decoration: none;
}
.subheadline a:hover {
  text-decoration: underline;
}
.subheadline a.btn-reset {
  position: relative;
  display: inline-block;
  color: #707070;
  font-size: 1.25rem;
  text-decoration: none;
  border: 2px solid #707070;
  text-align: center;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.subheadline a.btn-reset:hover {
  color: #333;
  border-color: #333;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .subheadline {
    font-size: 1.3rem;
    margin: 25px 0 15px;
  }
}
.selectBox-dropdown-menu {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}
.btn-wrap {
  text-align: center;
  margin-bottom: 80px;
}
.btn {
  position: relative;
  display: inline-block;
  color: #AB9258;
  font-size: 1.25rem;
  text-decoration: none;
  border: 3px solid #AB9258;
  width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 0;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  cursor: pointer;
}
.btn .normal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.btn.small {
  width: auto;
  height: auto;
  padding: 4px 10px;
  font-size: 1.1rem;
  border-width: 2px;
}
.btn .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -50px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.btn:hover {
  background-color: #AB9258;
  color: #ffffff;
}
.btn:hover .normal {
  margin-top: 50px;
}
.btn:hover .hover {
  margin-top: 0;
}
.btn-text {
  position: relative;
  display: inline-block;
  color: #AB9258;
  font-size: 1.25rem;
  text-decoration: none;
  padding: 8px 0;
  -webkit-transition: 0.5s ease color;
  -o-transition: 0.5s ease color;
  transition: 0.5s ease color;
}
.btn-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #AB9258;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
      -ms-transform: translate(-50%, -15px);
          transform: translate(-50%, -15px);
  opacity: 0;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
.btn-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #AB9258;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
.btn-text:hover:before {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}
.btn-text:hover:after {
  -webkit-transform: translate(-50%, 15px);
      -ms-transform: translate(-50%, 15px);
          transform: translate(-50%, 15px);
  opacity: 0;
}
/* IMPORT */
.page {
  padding-top: 106px;
}
.navbar {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #051F45;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar__menu-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  height: 100%;
  margin: auto;
  -webkit-transform: translate(60px, 0);
      -ms-transform: translate(60px, 0);
          transform: translate(60px, 0);
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .navbar__menu-cont {
    margin: 0;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .navbar__menu-cont {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.navbar__logo {
  display: inline-block;
  width: 113px;
  margin-left: 20px;
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .navbar__logo {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .navbar__logo {
    margin-left: 30px;
    width: 90px;
  }
}
.navbar__logo img {
  width: 100%;
}
.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .navbar__menu {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .navbar__menu {
    display: none;
  }
}
.navbar__menu-item {
  margin: 0;
  padding: 0;
  height: 106px;
}
.navbar__menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26.5px;
  height: 53px;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .navbar__menu-link {
    font-size: 1.1rem;
    padding: 0 10px;
  }
}
.navbar__menu-link .normal {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.navbar__menu-link .hover {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  padding: 0 25px;
  color: #AB9258;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
          transform: translate(0, -15px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
@media (max-width: 1200px) {
  .navbar__menu-link .hover {
    padding: 0 10px;
  }
}
.navbar__menu-link:hover .normal,
.navbar__menu-link--active .normal {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
.navbar__menu-link:hover .hover,
.navbar__menu-link--active .hover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.navbar__menu-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
}
.navbar__menu-icons-search {
  padding: 6px;
}
.navbar__menu-icons-search:hover img {
  -webkit-filter: invert(58%) sepia(31%) saturate(548%) hue-rotate(4deg) brightness(96%) contrast(86%);
          filter: invert(58%) sepia(31%) saturate(548%) hue-rotate(4deg) brightness(96%) contrast(86%);
}
.navbar__menu-icons-menu {
  padding: 6px;
}
.navbar__menu-icons-menu:hover img {
  -webkit-filter: invert(58%) sepia(31%) saturate(548%) hue-rotate(4deg) brightness(96%) contrast(86%);
          filter: invert(58%) sepia(31%) saturate(548%) hue-rotate(4deg) brightness(96%) contrast(86%);
}
.main-menu {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051F45;
  overflow: auto;
}
.main-menu--visible {
  display: block;
}
.main-menu__icons {
  position: absolute;
  top: 35px;
  right: 45px;
}
.main-menu__search {
  margin-right: 6px;
}
.main-menu__close {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.main-menu__close:after,
.main-menu__close:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #AB9258;
  position: absolute;
  top: 50%;
  left: 0;
}
.main-menu__close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-menu__close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-menu__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .main-menu__list-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu__item {
  margin: 15px 0;
  padding: 0;
}
.main-menu__link {
  color: #fff;
  font-size: 2rem;
  font-family: 'Source Sans Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .main-menu__link {
    font-size: 1.5rem;
  }
}
.main-menu__link:hover {
  text-decoration: underline;
}
.search-screen {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051F45;
  overflow: auto;
}
.search-screen--visible {
  display: block;
}
.search-screen__close {
  position: absolute;
  top: 35px;
  right: 45px;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.search-screen__close:after,
.search-screen__close:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #AB9258;
  position: absolute;
  top: 50%;
  left: 0;
}
.search-screen__close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search-screen__close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search-screen__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-screen__header h2 {
  font-size: 2.5rem;
  margin-top: 100px;
  color: #fff;
}
.search-screen__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .search-screen__search {
    display: block;
    padding: 0 25px;
    height: auto;
  }
}
.search-screen__search-type {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .search-screen__search-type {
    margin-bottom: 25px;
  }
}
.search-screen__search-type .selectBox {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
  background: none;
  background-color: transparent;
  border-radius: 0;
  height: 54px;
  min-width: 270px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.65rem;
  padding-right: 50px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .search-screen__search-type .selectBox {
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
}
.search-screen__search-type .selectBox .selectBox-label {
  height: 55px;
  line-height: 50px;
  padding-left: 20px;
  font-weight: 700;
  width: auto !important;
  overflow: hidden;
  display: block;
}
.search-screen__search-type .selectBox .selectBox-arrow {
  border: none;
  background-image: url("images/icon-arr-search.png");
  width: 50px;
}
.search-screen__search-input {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 400px;
  height: 58px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .search-screen__search-input {
    width: 100%;
  }
}
.search-screen__search-input-text {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.75rem;
  padding: 0 10px 0 25px;
  height: 58px;
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.search-screen__search-input-text::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.search-screen__search-input-text::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.search-screen__search-input-text:-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.search-screen__search-input-text::-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.search-screen__search-input-text::placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.search-screen__search-input-submit {
  display: inline-block;
  background-image: url("images/ikona-vyhledavani.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 60px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  cursor: pointer;
  -webkit-filter: invert(58%) sepia(31%) saturate(548%) hue-rotate(4deg) brightness(96%) contrast(86%);
          filter: invert(58%) sepia(31%) saturate(548%) hue-rotate(4deg) brightness(96%) contrast(86%);
}
.search-screen__list {
  max-width: 1280px;
  padding: 0 40px !important;
  margin: 80px auto 40px !important;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .search-screen__list {
    padding: 0 15px !important;
  }
}
.footer {
  background-color: #051F45;
}
.footer__support {
  text-align: center;
  margin: 40px 0 80px;
}
.footer__fond-text {
  color: rgba(255, 255, 255, 0.75);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 940px;
  margin: auto;
  padding: 60px 20px 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .footer__menu {
    display: block;
    text-align: center;
  }
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0 40px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .footer__menu ul {
    padding: 15px 0;
  }
}
.footer__menu ul li {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .footer__menu ul li {
    display: block;
    margin: 5px 0 5px 30px;
  }
}
.footer__menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
}
.footer__menu ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  overflow: hidden;
}
.footer__menu ul li > a:hover {
  color: #AB9258;
  text-decoration: underline;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .footer__logo {
    display: inline-block;
    margin-bottom: 40px;
  }
}
.footer__logo img {
  width: 127px;
  height: 135.5px;
}
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0 40px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .footer__list {
    padding: 15px 0;
  }
}
.footer__item {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .footer__item {
    display: block;
    margin: 5px 0 5px 30px;
  }
}
.footer__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  height: 2.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
}
.footer__link .normal {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.footer__link .hover {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #AB9258;
  text-decoration: underline;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
          transform: translate(0, -15px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.footer__link:hover .normal {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
.footer__link:hover .hover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.article-thumb {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb--our-selection .article-thumb__text {
    margin-top: 15px;
  }
}
.article-thumb__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.article-thumb__wrap:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb__wrap:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
  }
}
.article-thumb__wrap:nth-child(2n) .article-thumb__text {
  padding-right: 100px;
  padding-left: 10%;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb__wrap:nth-child(2n) .article-thumb__text {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb__wrap:nth-child(2n) .article-thumb__text {
    padding-left: 40px;
  }
}
.article-thumb__thumb {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb__thumb {
    padding-right: 0;
    width: 100%;
  }
}
.article-thumb__thumb img {
  display: block;
  width: 100%;
}
.article-thumb__text {
  width: 50%;
  padding-right: 10%;
  padding-left: 100px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb__text {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb__text {
    margin-top: 50px;
    width: 100%;
    padding-right: 40px;
  }
}
.article-thumb__our-selection {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #AB9258;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb__our-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.article-thumb__our-selection-img {
  position: absolute;
  top: -12px;
  left: -60px;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-thumb__our-selection-img {
    position: static;
    margin-right: 20px;
  }
}
.article-thumb__winery {
  font-size: 1.15rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  letter-spacing: 1px;
  margin: 30px 0 5px;
}
.article-thumb__winery-name {
  font-family: 'caratreg', serif;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.article-thumb__winery-place {
  font-size: 1.15rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px 0 20px;
}
.article-thumb__headline {
  font-family: 'caratreg', serif;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 15px;
}
.article-thumb__type {
  font-size: 1.15rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 40px;
}
.article-thumb__description {
  font-family: 'caratreg', serif;
  font-size: 1.15rem;
  line-height: 1.85rem;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 25px;
}
.article-thumb__btn {
  margin: 60px 0;
  text-align: center;
}
.event-list {
  padding: 0;
  margin: 0 0 60px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .event-list {
    display: block;
  }
}
.event-list--search {
  background-color: transparent;
}
.event-list--search .event-list__link {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.event-list--search .event-list__link:hover .event-list__date-arr {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.event-list--search .event-list__date-arr:after,
.event-list--search .event-list__date-arr:before {
  background-color: #445774 !important;
}
.event-list--search .event-list__date {
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.event-list--search .event-list__date-top:after {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.event-list--search .event-list__description-text p {
  color: rgba(255, 255, 255, 0.8);
}
.event-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0;
  margin: 0;
}
.event-list__item:nth-child(2n) .event-list__link {
  border-left: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .event-list__item:nth-child(2n) .event-list__link {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.event-list__link {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.event-list__link:hover .event-list__description-img-title {
  text-decoration: underline;
}
.event-list__link:hover .event-list__date-arr {
  height: 100%;
  background-color: #e5e5e5;
  -webkit-transition: height 0.5s ease, background-color 0.05s ease;
  -o-transition: height 0.5s ease, background-color 0.05s ease;
  transition: height 0.5s ease, background-color 0.05s ease;
}
@media (max-width: 500px) {
  .event-list__link {
    display: block;
  }
}
.event-list__date {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  font-family: 'caratreg', serif;
  font-size: 4rem;
  font-weight: 700;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
  color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 500px) {
  .event-list__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.event-list__date-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 276px;
  position: relative;
  z-index: 5;
}
@media (max-width: 500px) {
  .event-list__date-top {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-list__date-top-day {
  font-family: 'Source Sans Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (max-width: 500px) {
  .event-list__date-top-day {
    display: inline-block;
    margin: 0 10px;
  }
}
.event-list__date-top:after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
@media (max-width: 500px) {
  .event-list__date-top:after {
    display: none;
  }
}
.event-list__date-bottom {
  position: relative;
  z-index: 5;
  text-align: center;
}
@media (max-width: 500px) {
  .event-list__date-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-list__date-bottom-year {
  font-family: 'Source Sans Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (max-width: 500px) {
  .event-list__date-bottom-year {
    display: inline-block;
    margin: 0 10px;
  }
}
.event-list__date-arr {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22px;
  overflow: hidden;
  -webkit-transition: height 0.5s ease, background-color 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: height 0.5s ease, background-color 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: height 0.5s ease, background-color 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (max-width: 500px) {
  .event-list__date-arr {
    display: none;
  }
}
.event-list__date-arr:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  background: #e5e5e5;
  -webkit-transform: rotate(18deg) translate(45%);
      -ms-transform: rotate(18deg) translate(45%);
          transform: rotate(18deg) translate(45%);
}
.event-list__date-arr:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  background: #e5e5e5;
  -webkit-transform: rotate(-18deg) translate(-45%);
      -ms-transform: rotate(-18deg) translate(-45%);
          transform: rotate(-18deg) translate(-45%);
}
.event-list__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.event-list__description-img {
  position: relative;
  overflow: hidden;
  height: 276px;
}
.event-list__description-img-title {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  margin: 0;
  font-family: 'caratreg', serif;
  font-size: 1.75rem;
}
.event-list__description-img-gradient {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 35%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 35%);
}
.event-list__description-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 276px;
}
.event-list__description-text p {
  font-family: 'caratreg', serif;
  font-size: 1rem;
  margin: 0;
  padding: 20px;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.8);
}
.wine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.wine-list__item {
  width: 25%;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (min-width: 481px) and (max-width: 720px) {
  .wine-list__item {
    width: 50%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  .wine-list__item {
    width: 100%;
  }
}
.wine-list__link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  text-align: center;
  height: 100%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid transparent;
  -webkit-transition: border 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease, border 0.25s ease;
  transition: box-shadow 0.25s ease, border 0.25s ease;
  transition: box-shadow 0.25s ease, border 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.wine-list__link:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #AB9258;
  z-index: 9;
}
.wine-list__thumb {
  padding: 10px 0 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}
.wine-list__thumb img {
  height: 100%;
  max-height: 320px;
}
.wine-list__manufacturer {
  font-size: 1.15rem;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin: auto 0 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.wine-list__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #AB9258;
  font-family: 'caratreg', serif;
  text-decoration: underline;
  margin: 0 0 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.wine-list__tag {
  margin: 6px 0 0;
  color: #AB9258;
  font-size: 1.15rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.wine-list__price {
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  letter-spacing: 0.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.winery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .winery-list {
    display: block;
  }
}
.winery-list--search .winery-list__headline,
.winery-list--search .winery-list__description,
.winery-list--search .winery-list__place {
  color: #fff;
}
.winery-list__item {
  width: 33.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .winery-list__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.winery-list__link {
  display: block;
  text-decoration: none;
}
.winery-list__link:hover .winery-list__arr-cont {
  height: 70px;
}
.winery-list__link:hover .winery-list__arr {
  height: 75px;
}
.winery-list__link:hover .winery-list__headline {
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.winery-list__link:hover .winery-list__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.winery-list__thumb {
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.winery-list__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.winery-list__flag-cont {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 38px;
  height: 30px;
  overflow: hidden;
}
.winery-list__flag {
  display: block;
  width: 100%;
  height: 12px;
  background-color: #fff;
}
.winery-list__flag:after,
.winery-list__flag:before {
  content: "";
  position: absolute;
  z-index: 6;
  bottom: 5px;
  display: block;
  width: 100%;
  height: 15px;
  background-color: #fff;
}
.winery-list__flag:after {
  left: -15px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.winery-list__flag:before {
  right: -15px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.winery-list__arr-cont {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 38px;
  height: 8px;
  overflow: hidden;
  -webkit-transition: height ease 0.5s;
  -o-transition: height ease 0.5s;
  transition: height ease 0.5s;
}
.winery-list__arr {
  display: block;
  height: 0;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transition: height ease 0.5s;
  -o-transition: height ease 0.5s;
  transition: height ease 0.5s;
}
.winery-list__arr:after,
.winery-list__arr:before {
  content: "";
  position: absolute;
  z-index: 6;
  top: -1px;
  display: block;
  width: 100%;
  height: 13px;
  background-color: #fff;
}
.winery-list__arr:after {
  left: -15px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.winery-list__arr:before {
  right: -15px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.winery-list__headline {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0;
  color: #fff;
  font-family: 'caratreg', serif;
  font-size: 2rem;
  text-transform: uppercase;
  -webkit-transition: bottom ease 0.5s, -webkit-transform ease 0.5s;
  transition: bottom ease 0.5s, -webkit-transform ease 0.5s;
  -o-transition: bottom ease 0.5s, transform ease 0.5s;
  transition: bottom ease 0.5s, transform ease 0.5s;
  transition: bottom ease 0.5s, transform ease 0.5s, -webkit-transform ease 0.5s;
}
.winery-list__img {
  display: block;
  width: 100%;
}
.winery-list__description {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.winery-list__type {
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0 4px;
}
.winery-list__place {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.magazine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .magazine-list {
    display: block;
  }
}
.magazine-list--search .magazine-list__headline {
  color: #fff;
}
.magazine-list--search .magazine-list__name {
  color: rgba(255, 255, 255, 0.25);
}
.magazine-list__item {
  margin: 0 0 60px 0;
  padding: 0;
  width: 33.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .magazine-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.magazine-list__link {
  display: block;
  text-decoration: none;
}
.magazine-list__link:hover .magazine-list__thumb {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
.magazine-list__link:hover .magazine-list__headline {
  color: #AB9258;
}
.magazine-list__thumb {
  width: 100%;
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  -o-transition: filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
.magazine-list__headline {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'caratreg', serif;
  text-decoration: underline;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding: 0 25px;
  margin: 20px 0 15px;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.magazine-list__name {
  font-size: 1.15rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
  text-align: center;
}
.header {
  position: relative;
  height: 529px;
  width: 100%;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header {
    height: 350px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header--article {
    height: 220px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header--article .header__content {
    bottom: auto;
    top: 100%;
  }
}
.header--article .header__content-wrap {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header--article .header__content-wrap {
    margin-top: 25px;
  }
}
.header--article .header__content .header__type,
.header--article .header__content .header__title,
.header--article .header__content .header__place {
  text-shadow: none;
}
.header--article .header__content .header__type {
  font-size: 1.5rem;
  color: #fff;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header--article .header__content .header__type {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 6px;
  }
}
.header--article .header__content .header__title {
  width: auto;
  font-size: 3.5rem;
  font-family: 'caratreg', serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header--article .header__content .header__title {
    font-size: 1.75rem;
    color: rgba(0, 0, 0, 0.75);
  }
}
.header--article .header__content .header__place {
  font-size: 1.15rem;
  color: #C2CFE2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header--article .header__content .header__place {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.2);
  }
}
.header--article .header__content .header__place img {
  display: inline-block;
  -webkit-transform: translate(0, 3px);
      -ms-transform: translate(0, 3px);
          transform: translate(0, 3px);
  margin-right: 1px;
}
.header--article .header__content .header__date {
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.header--article .header__content .header__date img {
  display: inline-block;
  -webkit-transform: translate(0, 3px);
      -ms-transform: translate(0, 3px);
          transform: translate(0, 3px);
  margin-right: 1px;
  height: 1.15rem;
}
.header--article .header__content .header__date img.desktop-only {
  display: inline-block;
}
.header--article .header__content .header__date img.mobile-only {
  display: none;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header--article .header__content .header__date {
    font-size: 1rem;
    color: #404040;
  }
  .header--article .header__content .header__date img.desktop-only {
    display: none;
  }
  .header--article .header__content .header__date img.mobile-only {
    display: inline-block;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header--article .header__photo img {
    width: auto !important;
    height: 220px;
    min-width: 100%;
    min-height: 100%;
  }
}
.header__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header__photos .slick-track {
    height: 100%;
  }
}
.header__photos .slick-list {
  width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header__photo {
    width: auto;
    height: 100%;
  }
}
.header__photo img {
  width: 940px !important;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header__photo img {
    width: auto !important;
    height: 350px;
    min-width: 100%;
    min-height: 100%;
  }
}
.header__content {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: auto;
  width: 940px;
  padding: 0 80px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header__content {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  .header__content {
    padding: 0 20px 40px;
  }
}
.header__type,
.header__title a,
.header__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.header__type {
  font-size: 1.15rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 2px;
  margin: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header__type {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
  }
}
.header__title {
  width: 50%;
  margin: 10px 0 10px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header__title {
    width: 100%;
    margin: 0 0 10px;
  }
}
.header__title a {
  font-family: 'caratreg', serif;
  text-decoration: underline;
  font-size: 2.5rem;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header__title a {
    font-size: 1.5rem;
  }
}
.header__title a:hover {
  color: #AB9258;
}
.header__text {
  font-family: 'caratreg', serif;
  font-size: 1.15rem;
  line-height: 1.85rem;
  color: #fff;
  width: 75%;
  margin: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .header__text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.taglist {
  max-width: 1250px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 45px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .taglist {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.taglist .headline {
  font-size: 2rem;
  margin: 40px 0 0;
}
.taglist__list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  text-align: center;
}
.taglist__item {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 40px;
  margin-bottom: 15px;
}
.taglist__link {
  color: rgba(0, 0, 0, 0.25);
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.taglist__tag {
  display: inline-block;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
  padding-left: 8px;
  text-decoration: underline;
}
.wine-filter {
  position: relative;
  width: 100%;
  height: 115px;
  background-color: rgba(0, 0, 0, 0.05);
}
.wine-filter .shopping-cart {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .wine-filter .shopping-cart {
    position: static;
  }
}
@media (max-width: 1200px) {
  .wine-filter {
    height: 160px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .wine-filter {
    height: auto;
    padding-bottom: 15px;
  }
}
.wine-filter__container {
  max-width: 960px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 170px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .wine-filter__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .wine-filter__container {
    max-width: 720px;
    padding-right: 40px;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
  }
}
@media (max-width: 1200px) and only screen and (max-width: 360px), (max-width: 1200px) and only screen and (min-width: 361px) and (max-width: 480px), (max-width: 1200px) and only screen and (min-width: 481px) and (max-width: 720px) {
  .wine-filter__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .wine-filter__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wine-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1200px) {
  .wine-filter__list {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .wine-filter__list {
    display: block;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .wine-filter__list {
    padding-top: 20px;
  }
}
.wine-filter__item {
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 0 14px 0 24px;
  cursor: default;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .wine-filter__item {
    margin: 0;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1200px), only screen and (min-width: 1201px) and (max-width: 1500px), only screen and (min-width: 1501px) {
  .wine-filter__item:hover .wine-filter__text {
    z-index: 11;
  }
  .wine-filter__item:hover .wine-filter__text:after {
    -webkit-transform: translate(0, -50%) rotate(0);
        -ms-transform: translate(0, -50%) rotate(0);
            transform: translate(0, -50%) rotate(0);
  }
  .wine-filter__item:hover .wine-filter__options-list {
    z-index: 10;
    display: block;
    height: auto;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1200px) and only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 1201px) and (max-width: 1500px) and only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 1501px) and only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 961px) and (max-width: 1200px) and only screen and (min-width: 721px) and (max-width: 960px), only screen and (min-width: 1201px) and (max-width: 1500px) and only screen and (min-width: 721px) and (max-width: 960px), only screen and (min-width: 1501px) and only screen and (min-width: 721px) and (max-width: 960px) {
  .wine-filter__item:hover {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .wine-filter__item--open {
    margin-bottom: 15px;
  }
}
.wine-filter__item--open .wine-filter__text {
  z-index: 11;
}
.wine-filter__item--open .wine-filter__text:after {
  -webkit-transform: translate(0, -50%) rotate(0);
      -ms-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%) rotate(0);
}
.wine-filter__item--open .wine-filter__options-list {
  z-index: 10;
  display: block;
  height: auto;
}
.wine-filter__text {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  color: #051F45;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  padding-right: 30px;
  white-space: nowrap;
}
.wine-filter__text:after {
  content: "";
  display: block;
  width: 20px;
  height: 10.5px;
  background-image: url("/layout/images/icon-arr.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 10.5px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wine-filter__options-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 3rem 14px 10px 24px;
  white-space: nowrap;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.wine-filter__options-list-item {
  margin: 0;
  padding: 0;
}
.wine-filter__options-list-item--active .wine-filter__options-list-option {
  text-decoration: underline;
  color: #AB9258;
}
.wine-filter__options-list-option {
  display: block;
  font-size: 1.25rem;
  color: #051F45;
  font-weight: 700;
  text-decoration: none;
  margin: 15px 0;
}
.wine-filter__options-list-option:hover {
  text-decoration: underline;
}
.shopping-cart {
  max-width: 300px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shopping-cart {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .shopping-cart {
    height: 90px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shopping-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shopping-cart {
    max-width: 1000px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    height: auto;
  }
}
@media only screen and (max-width: 360px) and only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px) and only screen and (max-width: 360px), only screen and (min-width: 481px) and (max-width: 720px) and only screen and (max-width: 360px), only screen and (max-width: 360px) and only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 361px) and (max-width: 480px) and only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) and only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) and only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 361px) and (max-width: 480px) and only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 481px) and (max-width: 720px) and only screen and (min-width: 481px) and (max-width: 720px) {
  .shopping-cart {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.shopping-cart__cart {
  position: relative;
  display: block;
  padding: 20px;
}
.shopping-cart__cart:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.shopping-cart__cart:hover:after {
  background-color: #051F45;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.shopping-cart__cart-icon {
  position: relative;
  z-index: 3;
  display: block;
}
.shopping-cart__items-number {
  position: absolute;
  z-index: 4;
  top: 4px;
  right: -2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #AB9258;
  font-size: 1.35rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shopping-cart__text {
  width: 120px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-style: italic;
  padding-left: 5px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shopping-cart__text {
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
    width: 50%;
  }
  .shopping-cart__text p {
    margin-top: 0;
  }
}
.shop-cart {
  max-width: 1020px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.shop-cart__table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 20px 0;
  }
}
.shop-cart__cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.shop-cart__cell--name {
  padding-right: 60px;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell--name {
    padding: 0 30px 0 0;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell--name {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .shop-cart__cell--name a {
    font-size: 1.3rem !important;
  }
}
.shop-cart__cell--name a {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'caratreg', serif;
  font-weight: 700;
}
.shop-cart__cell--description {
  padding-right: 100px;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.75rem;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell--description {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell--description {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.shop-cart__cell--quantity-less .shop-cart__cell__btn-quantity {
  float: right;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell--quantity-less .shop-cart__cell__btn-quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}
.shop-cart__cell--quantity-more .shop-cart__cell__btn-quantity {
  float: left;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell--quantity-more .shop-cart__cell__btn-quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}
.shop-cart__cell--quantity {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell--quantity {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 0 !important;
  }
}
.shop-cart__cell--price {
  padding-left: 100px;
  font-size: 1.65rem;
  color: #AB9258;
  letter-spacing: 1px;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell--price {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__cell--price {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.3rem;
    padding-bottom: 25px !important;
  }
}
.shop-cart__shopping-note {
  text-align: right;
  color: rgba(0, 0, 0, 0.25);
  font-style: italic;
  font-size: 1.25rem;
  padding-right: 25px;
}
.shop-cart__summary {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 50px 26px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shop-cart__summary-discount {
  margin: 0;
}
.shop-cart__summary-discount a {
  font-size: 1.25rem;
  text-decoration: underline;
  color: #AB9258;
}
.shop-cart__summary-discount .coupon-block {
  display: none;
  font-size: 1.25rem;
}
.shop-cart__summary-discount .coupon-block.open {
  display: block;
  padding-bottom: 30px;
}
.shop-cart__summary-discount .coupon-block input[type="text"] {
  border: 2px solid #AB9258;
  padding: 0 10px;
  height: 33px;
  display: inline-block;
}
.shop-cart__summary-discount .coupon-block .btn {
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}
.shop-cart__summary-text {
  margin: 8px 0 0;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
}
.shop-cart__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 100px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .shop-cart__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .shop-cart__btns .btn {
    margin-top: 25px;
  }
}
.experiences-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.experiences-filter__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 10px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .experiences-filter__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .experiences-filter__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.experiences-filter__item:hover .experiences-filter__box,
.experiences-filter__item--active .experiences-filter__box {
  background-color: #AB9258;
  border-color: #AB9258;
}
.experiences-filter__item:hover .experiences-filter__box *::-ms-backdrop,
.experiences-filter__item--active .experiences-filter__box *::-ms-backdrop,
.experiences-filter__item:hover .experiences-filter__box,
.experiences-filter__item--active .experiences-filter__box {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.experiences-filter__item:hover .experiences-filter__icon,
.experiences-filter__item--active .experiences-filter__icon {
  -webkit-filter: brightness(200%) !important;
          filter: brightness(200%) !important;
}
.experiences-filter__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  color: #AB9258;
  font-size: 1.25rem;
}
.experiences-filter__box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.experiences-filter__text {
  padding-left: 20px;
}
.monthpicker {
  background-color: #fff;
}
@media only screen and (max-width: 360px) {
  .monthpicker {
    padding: 0.5rem;
    left: -20px !important;
  }
}
.monthpicker table button {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  .monthpicker table button {
    font-size: 1rem;
  }
}
.monthpicker table button:hover,
.monthpicker table button:focus {
  background-color: #051F45;
  color: #fff;
}
.calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.calendar__headline {
  position: relative;
  margin: 0;
  padding-right: 24px;
}
.calendar__headline-title {
  position: relative;
  display: block;
  font-family: 'caratreg', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
  border: 0;
  outline: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  padding-right: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-image: url("images/icon-arr-down.svg");
  background-position: right 8px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  .calendar__headline-title {
    font-size: 2rem;
    background-position: right -6px;
  }
}
.calendar__days-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin: 0 0 0 -13px;
}
.calendar__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.28571429%;
  height: 52px;
  font-size: 1.35rem;
  color: rgba(0, 0, 0, 0.75);
}
.calendar__day--inactive {
  color: rgba(0, 0, 0, 0.25);
}
.calendar__day--active .calendar__day-num {
  background-color: #AB9258;
  color: #fff;
}
.calendar__day-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  cursor: default;
}
.text-content {
  overflow: hidden;
}
.text-content__narrow {
  max-width: 1030px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__narrow {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__narrow {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.text-content__wide {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__wide {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.text-content__first-paragraph::first-letter,
.text-content > .text-content__narrow:first-child > p:first-child:not(.report)::first-letter {
  display: block;
  float: left;
  margin-right: 6px;
  margin-top: 8px;
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'Source Sans Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.text-content p,
.text-content ul,
.text-content ol,
.text-content dl,
.text-content table {
  max-width: 700px;
  font-size: 1.15rem;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'caratreg', serif;
  line-height: 1.95rem;
}
.text-content table {
  border: none;
}
.text-content table td,
.text-content table th {
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  color: rgba(0, 0, 0, 0.75);
  font-family: 'caratreg', serif;
  line-height: 2rem;
  font-weight: 700;
  margin: 2em 0 1em;
}
.text-content h1 {
  font-size: 2.5rem;
}
.text-content h2 {
  font-size: 2rem;
}
.text-content h3 {
  font-size: 1.75rem;
}
.text-content h4 {
  font-size: 1.5rem;
}
.text-content h5 {
  font-size: 1.25rem;
}
.text-content a {
  color: #AB9258;
  text-decoration: underline;
}
.text-content__photo,
.text-content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 50px 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__photo,
  .text-content figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin: 50px 0 25px;
  }
}
.text-content__photo-description,
.text-content figure-description,
.text-content__photo figcaption,
.text-content figure figcaption {
  width: 240px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.35) !important;
  font-family: 'Source Sans Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.15rem;
  line-height: 1.75rem !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__photo-description,
  .text-content figure-description,
  .text-content__photo figcaption,
  .text-content figure figcaption {
    width: 80%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 20px;
  }
}
.text-content__photo-description:before,
.text-content figure-description:before,
.text-content__photo figcaption:before,
.text-content figure figcaption:before {
  content: "";
  display: block;
  width: 85px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.text-content__photo-img,
.text-content figure-img,
.text-content__photo > *:first-child,
.text-content figure > *:first-child {
  width: 950px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 950px;
          flex: 0 0 950px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .text-content__photo-img,
  .text-content figure-img,
  .text-content__photo > *:first-child,
  .text-content figure > *:first-child {
    width: 700px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__photo-img,
  .text-content figure-img,
  .text-content__photo > *:first-child,
  .text-content figure > *:first-child {
    width: calc(100% + 50px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 50px);
            flex: 0 0 calc(100% + 50px);
    margin-left: -25px;
  }
}
.text-content__photo-img p:first-child,
.text-content figure-img p:first-child,
.text-content__photo > *:first-child p:first-child,
.text-content figure > *:first-child p:first-child {
  margin-top: 0;
}
.text-content__photo-img p:last-child,
.text-content figure-img p:last-child,
.text-content__photo > *:first-child p:last-child,
.text-content figure > *:first-child p:last-child {
  margin-bottom: 0;
}
.text-content__photo-img img,
.text-content figure-img img,
.text-content__photo > *:first-child img,
.text-content figure > *:first-child img {
  width: 100%;
}
.text-content__narrow .text-content__photo,
.text-content .text-content__narrow figure {
  margin-left: -150px;
  margin-right: -150px;
}
@media (max-width: 1300px) {
  .text-content__narrow .text-content__photo,
  .text-content .text-content__narrow figure {
    margin-left: 0;
    margin-right: 0;
  }
  .text-content__narrow .text-content__photo > *:first-child img,
  .text-content .text-content__narrow figure > *:first-child img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__narrow .text-content__photo,
  .text-content .text-content__narrow figure {
    margin-left: 0;
    margin-right: 0;
  }
}
.text-content__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 60px 0;
}
.text-content__gallery-img-cont:nth-child(n+7) {
  display: none;
}
.text-content__gallery-img-cont--show-more {
  display: block !important;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__gallery-img-cont:nth-child(n+4) {
    display: none;
  }
}
.text-content__gallery-img-cont--large {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__gallery-img-cont--large {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 66.66666667%;
            flex: 1 1 66.66666667%;
  }
}
.text-content__gallery-img-cont--small {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__gallery-img-cont--small {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33333333%;
            flex: 1 1 33.33333333%;
  }
}
.text-content__gallery-img-cont-inner {
  display: block;
  height: 340px;
  margin: 0 3px 3px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__gallery-img-cont-inner {
    height: 220px;
  }
}
.text-content__gallery-img-cont-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__gallery-img-cont-overlay-num--desktop {
    display: none;
  }
}
.text-content__gallery-img-cont-overlay-num--mobile {
  display: none;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .text-content__gallery-img-cont-overlay-num--mobile {
    display: block;
  }
}
.text-content__gallery-img-cont img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.article-map {
  position: relative;
  width: 100%;
  height: 440px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-map {
    height: 610px;
  }
}
.article-map__map {
  height: 100%;
}
.article-map__info-cont {
  position: absolute;
  z-index: 9;
  top: 40px;
  right: 90px;
  width: 270px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-map__info-cont {
    top: auto;
    bottom: 38px;
    left: 30px;
    width: calc(100% - 30px*2);
  }
}
.article-map__info-cont--higher {
  top: 15px;
}
.article-map__info-cont-headline,
.article-map__info-cont-address,
.article-map__info-cont-hours,
.article-map__info-cont-contact,
.article-map__info-cont-web {
  font-family: 'Source Sans Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.article-map__info-cont-address,
.article-map__info-cont-hours,
.article-map__info-cont-contact,
.article-map__info-cont-web {
  font-size: 1.25rem !important;
  margin: 0;
  padding: 12px 0;
  overflow-x: auto;
  overflow-wrap: break-word;
}
.article-map__info-cont-address,
.article-map__info-cont-hours,
.article-map__info-cont-contact {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.article-map__info-cont-web {
  font-weight: 700;
}
.article-map__info-cont-headline {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  text-align: center;
  background-color: #051F45;
  margin: 0 !important;
  padding: 35px 20px 20px !important;
}
.article-map__info-cont-headline-text {
  max-height: 4rem;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-map__info-cont-headline-text {
    height: auto;
  }
}
.article-map__info-cont-headline-flag-cont {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30px;
  height: 24px;
  overflow: hidden;
}
.article-map__info-cont-headline-flag {
  display: block;
  width: 100%;
  height: 12px;
  background-color: #3f5068;
}
.article-map__info-cont-headline-flag:after,
.article-map__info-cont-headline-flag:before {
  content: "";
  position: absolute;
  z-index: 6;
  bottom: 5px;
  display: block;
  width: 100%;
  height: 15px;
  background-color: #3f5068;
}
.article-map__info-cont-headline-flag:after {
  left: -15px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.article-map__info-cont-headline-flag:before {
  right: -15px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.article-map.article-map-embed {
  border: none;
  padding-bottom: 10px;
  height: 505px;
}
.article-map.article-map-embed .article-map__map {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .article-map.article-map-embed {
    height: auto;
  }
  .article-map.article-map-embed .article-map__info-cont {
    position: relative;
  }
}
.submenu {
  position: relative;
  width: 100%;
  height: 115px;
  background-color: rgba(0, 0, 0, 0.05);
}
.submenu__container {
  height: 100%;
}
.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .radio-list {
    display: block;
  }
}
.radio-list--cnt3 .radio-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
}
.radio-list--cnt4 .radio-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.radio-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .radio-list__item {
    padding: 0 !important;
    margin-bottom: 20px;
  }
}
.radio-list__item:first-child {
  padding-left: 0;
}
.radio-list__item:last-child {
  padding-right: 0;
}
.radio-list__link {
  display: block;
  width: 100%;
  height: 100%;
}
.radio-list--no-img .radio-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radio-list--no-img .radio-btn__img-cont {
  display: none;
}
.radio-list--no-img .radio-btn__text {
  padding-left: 15px;
  text-align: center;
}
.radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  padding: 35px 0 20px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.radio-btn:hover .radio-btn__title {
  text-decoration: underline;
}
.radio-btn--active {
  border-color: #AB9258;
  color: #fff;
}
.radio-btn--active label {
  background-color: #AB9258;
}
.radio-btn--active:after {
  -webkit-transform: scale(2) !important;
      -ms-transform: scale(2) !important;
          transform: scale(2) !important;
  opacity: 1 !important;
}
.radio-btn--active .radio-btn__price {
  color: #fff;
}
.radio-btn--active .radio-btn__img {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}
.radio-btn--active .radio-btn__title {
  text-decoration: none !important;
  color: #fff;
}
.radio-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  background-color: #AB9258;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
}
.radio-btn__img-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10%;
  position: relative;
  z-index: 3;
}
.radio-btn__img-cont img {
  display: block;
}
.radio-btn--personal .radio-btn__img-cont {
  width: 60px;
  height: 59px;
}
.radio-btn--address .radio-btn__img-cont {
  width: 68px;
  height: 47px;
}
.radio-btn--credit-card .radio-btn__img-cont {
  width: 50px;
  height: 34px;
}
.radio-btn--bank-payment .radio-btn__img-cont {
  width: 55px;
  height: 46px;
}
.radio-btn--cod .radio-btn__img-cont {
  width: 44px;
  height: 43px;
}
.radio-btn__text {
  padding-right: 15px;
  position: relative;
  z-index: 3;
}
.radio-btn__title {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 5px;
}
.radio-btn__description {
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0;
  margin-bottom: 5px;
}
.radio-btn__description p {
  margin: 0;
}
.radio-btn__price {
  font-weight: 700;
  font-size: 1.2rem;
  color: #AB9258;
  margin: 0;
}
.radio-btn__input {
  display: none;
}
.text-input--required .text-input__input-wrap:after {
  display: block;
}
.text-input--invalid .text-input__input-wrap {
  -webkit-box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.5);
  border-color: #f00;
}
.text-input__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px;
}
.text-input__label {
  font-size: 1.3rem;
  color: #3f5068;
}
.text-input__note {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.25);
  font-style: italic;
}
.text-input__input-wrap {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.text-input__input-wrap:after {
  content: "*";
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  height: 58px;
  line-height: 72px;
  color: #AB9258;
  font-size: 2.5rem;
}
.text-input__input {
  outline: none;
  border: none;
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding: 0 15px;
  padding-right: 30px;
  font-size: 1.65rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.textarea-input--required .textarea-input__input-wrap:after {
  display: block;
}
.textarea-input--invalid .textarea-input__input-wrap {
  -webkit-box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.5);
  border-color: #f00;
}
.textarea-input__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px;
}
.textarea-input__label {
  font-size: 1.3rem;
  color: #3f5068;
}
.textarea-input__note {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.25);
  font-style: italic;
}
.textarea-input__input-wrap {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.textarea-input__input-wrap:after {
  content: "*";
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  height: 58px;
  line-height: 72px;
  color: #AB9258;
  font-size: 2.5rem;
}
.textarea-input__input {
  outline: none;
  border: none;
  width: 100%;
  height: auto;
  line-height: 1.6;
  padding: 0 15px;
  padding-right: 30px;
  font-size: 1.35rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-selectbox .selectBox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  background-color: transparent;
  border-radius: 0;
  height: 58px;
  width: 100% !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.65rem;
}
.input-selectbox .selectBox .selectBox-label {
  height: 58px;
  line-height: 50px;
  padding-left: 20px;
  font-weight: 700;
  width: auto !important;
  color: rgba(0, 0, 0, 0.7);
}
.input-selectbox .selectBox .selectBox-arrow {
  border: none;
  background-image: url("images/icon-arr-selectbox.jpg");
  width: 50px;
  padding-right: 40px;
}
.input-selectbox .selectBox .selectBox-arrow:after {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 58px;
  line-height: 72px;
  color: #AB9258;
  font-size: 2.5rem;
}
.pager {
  padding: 20px 0;
}
.pager ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 2px;
  list-style: none;
  margin: 0;
  background: none;
}
.pager ul > li a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  border: 2px solid #AB9258;
  text-align: center;
  background: #fff;
  color: #373737;
}
.pager ul > li a:hover {
  text-decoration: underline;
}
.pager ul > li.empty {
  padding: 0 10px;
  border-color: transparent;
}
.pager ul > li.active a {
  background: #AB9258;
  color: #fff;
  font-weight: bold;
}
.page-home .event-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-home .event-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-home .event-list-container .event-list {
  margin-bottom: 35px;
}
.page-home .event-list-container .more-events {
  text-align: center;
  margin-bottom: 40px;
}
.page-home .wine-list-container {
  max-width: 920px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-home .wine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-home .wine-list-container .wine-list {
  margin-bottom: 35px;
}
.page-home .wine-list-container .all-wines {
  text-align: center;
  margin-bottom: 40px;
}
.page-home .wine-list-container .btn-cont {
  text-align: center;
}
.page-home .winery-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-home .winery-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-home .winery-list-container .headline {
  margin-bottom: 40px;
}
.page-home .winery-list-container .btn-cont {
  text-align: center;
  margin: 60px 0;
}
.page-home .restaurant-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-home .restaurant-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-home .restaurant-list-container .headline {
  margin-bottom: 40px;
}
.page-home .restaurant-list-container .btn-cont {
  text-align: center;
  margin: 60px 0;
}
.page-home .magazine-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-home .magazine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-wine .wine-list-container {
  max-width: 920px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-wine .wine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-wine .wine-list-container .btn-cont {
  text-align: center;
  margin-top: 30px;
}
.page-wine .article-thumb__wrap:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 70px;
  margin-top: 70px;
}
.page-wine .magazine-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-wine .magazine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-wine .magazine-list-container .magazine-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.page-wine .wine-list-container-2 .btn-cont {
  margin-bottom: 80px;
}
.page-wine .winery-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-wine .winery-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-wine .winery-list-container .headline {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 80px;
  margin-top: 0;
}
.page-wine .winery-list-container .winery-list {
  margin-bottom: 55px;
}
.page-wine .winery-list-container .btn-cont {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.page-wine .winery-list-container .btn-cont .btn {
  width: 350px;
}
.experiences-page .experiences-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
}
.experiences-page .experiences-wrapper.no-map {
  margin-bottom: 80px;
}
.experiences-page .experiences-wrapper .experiences-container {
  max-width: 980px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
  padding-bottom: 250px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .experiences-page .experiences-wrapper .experiences-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.experiences-page .experiences-map-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -220px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .experiences-page .experiences-map-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.experiences-page .experiences-map-container #experiences-map {
  width: 100%;
  height: 590px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .experiences-page .experiences-map-container #experiences-map {
    height: 320px;
  }
}
.experiences-page .event-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .experiences-page .event-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.experiences-page .event-list-container h2 {
  margin-top: 0;
}
.experiences-page .event-list-container .more-events {
  text-align: center;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.experiences-page .magazine-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .experiences-page .magazine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.experiences-page .winery-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .experiences-page .winery-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.experiences-page .winery-list-container .winery-list {
  margin-bottom: 40px;
}
.experiences-page .winery-list-container .btn-cont {
  text-align: center;
  margin: 70px 0 80px;
}
.calendar-page {
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page {
    background-color: transparent;
  }
}
.calendar-page__container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page__container {
    display: block;
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.calendar-page .calendar {
  width: 50%;
  padding: 0 100px;
}
@media (max-width: 1100px) {
  .calendar-page .calendar {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page .calendar {
    width: 100%;
    max-width: 500px;
  }
}
.calendar-page .event-list-container {
  width: 50%;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page .event-list-container {
    width: 100%;
  }
}
.calendar-page .event-list-container .headline {
  margin: 8px 0 60px;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page .event-list-container .headline {
    margin: 60px 0 40px;
  }
}
.calendar-page .event-list-container .event-list {
  margin-bottom: -140px;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page .event-list-container .event-list {
    margin-bottom: 0;
  }
}
.calendar-page .event-list-container .event-list--first-event .event-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.calendar-page-events-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 200px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page-events-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page-events-list-container {
    margin-top: 0;
  }
}
.calendar-page-events-list-container .event-list {
  margin-top: 60px;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .calendar-page-events-list-container .event-list {
    margin-top: 0;
  }
}
.calendar-page-events-list-container .btn-cont {
  text-align: center;
  margin: 60px 0 90px;
}
.gastronomy-page .magazine-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 90px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .gastronomy-page .magazine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gastronomy-page .magazine-list-container .btn-cont {
  margin-top: 50px;
  text-align: center;
}
.gastronomy-page .event-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .gastronomy-page .event-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gastronomy-page .event-list-container .more-events {
  text-align: center;
  margin: 40px 0 60px;
}
.gastronomy-page .article-thumb-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .gastronomy-page .article-thumb-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gastronomy-page .article-thumb-container .headline {
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.gastronomy-page .article-thumb-container .article-thumb {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .gastronomy-page .article-thumb-container .article-thumb {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gastronomy-page .business-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .gastronomy-page .business-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gastronomy-page .business-list-container .winery-list {
  margin-bottom: 60px;
}
.gastronomy-page .business-list-container .btn-cont {
  text-align: center;
  margin-bottom: 65px;
}
.page-article .description-container {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .description-container {
    padding-top: 60px;
  }
}
.page-article .description-container .description {
  margin: 0;
  max-width: 600px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .description-container .description {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-article .description-container .description__text {
  margin: 0;
  font-family: 'caratreg', serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
}
.page-article .description-container .description__text p {
  margin: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .description-container .description__text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.page-article .services-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-article .services-container .services {
  padding: 20px 0 15px 0;
  max-width: 1030px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .services-container .services {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .services-container .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-article .services-container .services__list2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 50%;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .services-container .services__list2 {
    width: 100%;
  }
}
.page-article .services-container .services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 0 25px 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .services-container .services__item {
    padding: 0 10px 10px 0;
  }
}
@media only screen and (max-width: 360px) {
  .page-article .services-container .services__item {
    width: 100%;
  }
}
.page-article .services-container .services .services__list2.services__list-limited-view > .services__item {
  display: none;
}
.page-article .services-container .services .services__list2.services__list-limited-view > .services__item:nth-child(1),
.page-article .services-container .services .services__list2.services__list-limited-view > .services__item:nth-child(2),
.page-article .services-container .services .services__list2.services__list-limited-view > .services__item:nth-child(3),
.page-article .services-container .services .services__list2.services__list-limited-view > .services__item:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-article .services-container .services__list3 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 75%;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .services-container .services__list3 {
    width: 100%;
  }
}
.page-article .services-container .services__list3 .services__item {
  width: 33.33333333%;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .services-container .services__list3 .services__item {
    width: 50%;
  }
}
@media only screen and (max-width: 360px) {
  .page-article .services-container .services__list3 .services__item {
    width: 100%;
  }
}
.page-article .services-container .services__icon-cont {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-article .services-container .services__name {
  color: #3f5068;
  font-size: 1.25rem;
  margin-left: 25px;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  .page-article .services-container .services__name {
    font-size: 1.1rem;
    margin-left: 10px;
  }
}
.page-article .services-container .services__btn-more {
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .services-container .services__btn-more {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 20px 0 40px;
  }
}
.page-article .services-container .services__btn-contact {
  margin-left: 80px;
  width: 240px;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .services-container .services__btn-contact {
    margin-left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 30px;
  }
}
.page-article .article-container {
  margin-top: 70px;
  margin-bottom: 90px;
}
.page-article .article-container .article-map {
  margin-top: 70px;
}
.page-article .events-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .events-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-article .wines-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .wines-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-article .wines-container .btn-cont {
  text-align: center;
}
.page-article .winery-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .winery-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-article .winery-list-container .btn-cont {
  text-align: center;
  margin: 70px 0;
}
.page-article .magazine-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .magazine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-article .magazine-list-container .btn-cont {
  text-align: center;
  margin: 70px 0;
}
.page-article .linked-subject-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .linked-subject-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-article .linked-subject-container .winery-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-article .linked-subject-container .winery-list .winery-list__item {
  width: 50%;
}
@media only screen and (min-width: 721px) and (max-width: 960px), only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-article .linked-subject-container .winery-list .winery-list__item {
    width: 100%;
  }
}
.page-shop-category .wine-list-container {
  max-width: 1020px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-category .wine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-shop-category .other-wine-list-container {
  max-width: 1020px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 100px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-category .other-wine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-shop-category .other-wine-list-container .btn-cont {
  text-align: center;
  margin-top: 50px;
}
.page-shop-cart .submenu__container {
  max-width: 1020px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-cart .submenu__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .page-shop-product .submenu {
    height: 180px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .submenu {
    height: auto;
  }
}
.page-shop-product .submenu__container {
  max-width: 850px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .submenu__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .page-shop-product .submenu__container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .submenu__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .page-shop-product .submenu__container .btn-text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .submenu__container .btn-text {
    margin-top: 40px;
  }
}
.page-shop-product .submenu__container .shopping-cart {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px), only screen and (min-width: 721px) and (max-width: 960px) {
  .page-shop-product .submenu__container .shopping-cart {
    position: static;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .page-shop-product .submenu__container .shopping-cart {
    height: 115px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .submenu__container .shopping-cart {
    height: auto;
  }
}
.page-shop-product .product-container {
  max-width: 840px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .product-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .product-container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.page-shop-product .product-container .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .product-container .product {
    display: block;
  }
}
.page-shop-product .product-container .product__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 191px;
          flex: 0 0 191px;
}
.page-shop-product .product-container .product__image img {
  max-width: 100%;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .product-container .product__image {
    display: none;
  }
}
.page-shop-product .product-container .product__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 110px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .product-container .product__description {
    padding-left: 0;
  }
}
.page-shop-product .product-container .product__description-winery {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 4px;
}
@media only screen and (max-width: 360px) {
  .page-shop-product .product-container .product__description-winery {
    font-size: 1.1rem;
  }
}
.page-shop-product .product-container .product__description-name {
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'caratreg', serif;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .product-container .product__description-name {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
  .page-shop-product .product-container .product__description-name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 360px) {
  .page-shop-product .product-container .product__description-name {
    font-size: 1.75rem;
  }
}
.page-shop-product .product-container .product__description-description {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 360px) {
  .page-shop-product .product-container .product__description-description {
    font-size: 1.1rem;
  }
}
.page-shop-product .product-container .product__description-image {
  display: none;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .product-container .product__description-image {
    display: block;
    float: left;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .page-shop-product .product-container .product__description-image img {
    height: 250px;
  }
}
.page-shop-product .product-container .product__description-price {
  font-size: 2rem;
  font-weight: 700;
  color: #AB9258;
  margin-bottom: 0;
}
.page-shop-product .product-container .product__description-buy {
  clear: both;
  margin-top: 10px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .product-container .product__description-buy {
    margin-top: 25px;
  }
}
.page-shop-product .product-container .product__description-text {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'caratreg', serif;
  line-height: 1.7rem;
}
.page-shop-product .product-container .product__description-text p,
.page-shop-product .product-container .product__description-text ul,
.page-shop-product .product-container .product__description-text ol,
.page-shop-product .product-container .product__description-text dl {
  margin: 2.5rem 0;
}
.page-shop-product .product-container .product__description-table {
  color: #3f5068;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.page-shop-product .product-container .product__description-table tr td:first-child {
  padding-right: 25px;
}
.page-shop-product .product-container .product__description-table tr td:last-child {
  font-weight: 700;
}
.page-shop-product .winery-container .winery-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-shop-product .winery-container .winery-images .winery-images-cont {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  height: 270px;
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .page-shop-product .winery-container .winery-images .winery-images-cont {
    height: 180px;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .winery-container .winery-images .winery-images-cont {
    height: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: none;
  }
  .page-shop-product .winery-container .winery-images .winery-images-cont:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-shop-product .winery-container .winery-images .winery-images-cont img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  will-change: transform;
}
.page-shop-product .winery-container .winery-description {
  background-color: rgba(0, 0, 0, 0.05);
}
.page-shop-product .winery-container .winery-description-container {
  max-width: 700px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .winery-container .winery-description-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-shop-product .winery-container .winery-description-container-headline {
  margin: 0;
  padding: 0 0 30px;
  font-family: 'caratreg', serif;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 700;
}
.page-shop-product .winery-container .winery-description-container-text {
  margin: 0 0 25px;
  font-family: 'caratreg', serif;
  font-size: 1.2rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.7);
}
.page-shop-product .winery-container .winery-description-container-btn {
  margin: 0;
}
.page-shop-product .wine-list-container {
  max-width: 1020px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-product .wine-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-shop-product .wine-list-container .btn-cont {
  text-align: center;
  margin-bottom: 95px;
}
.page-shop-checkout {
  padding-bottom: 100px;
}
.page-shop-checkout .submenu__container {
  max-width: 1020px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-checkout .submenu__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-shop-checkout__form {
  max-width: 1020px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-checkout__form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-shop-checkout__form .headline {
  margin-bottom: 30px;
}
.page-shop-checkout__form-text-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.page-shop-checkout__form-text-inputs-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 10px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-checkout__form-text-inputs-input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 !important;
  }
  .page-shop-checkout__form-text-inputs-input--blank {
    display: none;
  }
}
.page-shop-checkout__form-text-inputs-input:nth-child(2n) {
  padding-right: 0;
  padding-left: 10px;
}
.page-shop-checkout__form-text-inputs-input *::-ms-backdrop,
.page-shop-checkout__form-text-inputs-input {
  padding-left: 0 !important;
  padding-right: 10px !important;
}
.page-shop-checkout__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 50px 26px 50px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-checkout__summary {
    display: block;
  }
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-checkout__summary-left {
    padding-bottom: 50px;
  }
}
.page-shop-checkout__summary-left table tr th {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  text-align: left;
  padding-right: 50px;
}
.page-shop-checkout__summary-left table tr td {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  text-align: right;
}
.page-shop-checkout__summary-right {
  text-align: right;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-checkout__summary-right {
    text-align: left;
  }
}
.page-shop-checkout__summary-discount {
  margin: 0;
}
.page-shop-checkout__summary-discount a {
  font-size: 1.25rem;
  text-decoration: underline;
  color: #AB9258;
}
.page-shop-checkout__summary-text {
  margin: 8px 0 0;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
}
.page-shop-checkout__terms-conditions {
  text-align: center;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.7);
  margin: 40px 0 60px;
}
.page-shop-checkout__terms-conditions a {
  color: #AB9258;
}
.page-shop-checkout__submit-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  .page-shop-checkout__submit-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .page-shop-checkout__submit-btns .btn-text {
    margin-bottom: 50px;
  }
}
.page-shop-order-complete .submenu__container {
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-order-complete .submenu__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-shop-order-complete__container {
  max-width: 610px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-order-complete__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-shop-order-complete__container p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: rgba(0, 0, 0, 0.7);
}
.page-shop-order-complete__payment-info {
  margin: 40px 0;
}
.page-shop-order-complete__payment-info p {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 6px 0;
}
.page-shop-order-complete .btn-wrap {
  margin: 50px 0;
}
.page-shop-order-complete .event-list-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 60px;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .page-shop-order-complete .event-list-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.magazine-container {
  max-width: 1330px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 360px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 720px) {
  .magazine-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.magazine-container .magazine-list-container {
  margin-bottom: 65px;
}

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