@charset "UTF-8";
/* import css normalise/reset library */
/* stylelint-disable */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

/* HTML5 display definitions
========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

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

/* Text-level semantics
========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/* Forms
========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* stylelint-enable */
/* import vars */
/* import mixins */
/* Usage

@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}

*/
/* Mixin for font declaration syntax
Usage: @include font-face('Gotham', 'gotham');
*/
/* Mixin: Responsive font sizing
Usage:
// Sets every breakpoint to have a different font size
.foo {
	@include resp-font-size(22, 24, 28, 36, 48);
}

// Sets xs, sm and md to have different font sizes,
// lg and xl will then inherit the md size
.bar {
	@include resp-font-size(18, 20, 24)
}
*/
/* stylelint-disable */
/* stylelint-enable */
/* import components */
.additional-holidays {
  padding: 60px 0;
}
.additional-holidays__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.additional-holidays__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .additional-holidays__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.additional-holidays__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  border-bottom: 2px solid #a70a2c;
}

/* Address finder */
.address-finder__list {
  list-style: none;
  padding: 0;
  background: #fff;
  font-size: 16px;
  border-radius: 3px;
  max-height: 300px;
  overflow-y: scroll;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.address-finder__item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dedede;
}
.address-finder__link {
  color: #000;
  text-decoration: none;
  padding: 0.5em 1em;
  display: block;
}
.address-finder__link:hover {
  background: #dedede;
}

.js-address-finder-results {
  position: absolute;
}

.back-to-top {
  position: fixed;
  top: 0;
  right: 45px;
  background: #a70a2c;
  color: #fff;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  font-size: 20px;
  z-index: 900;
  border-radius: 0 0 5px 5px;
  padding: 10px 15px;
  text-decoration: none;
  border-top: 0;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.4);
  transition: all 500ms;
  transform: translate3d(0, -100%, 0);
}
.back-to-top.is-active {
  transform: translate3d(0, 0, 0);
}
.back-to-top:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  background: #860328;
}

.banner-blocks {
  padding: 30px 0;
}
.banner-blocks--sidebar {
  padding: 0;
  margin: 0 0 30px;
}
.banner-blocks__heading {
  border-top: 5px solid #ddd;
  padding: 30px 0 0;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  text-align: center;
  margin: 0 0 20px;
}
.banner-blocks__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.banner-blocks__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .banner-blocks__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .banner-blocks__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.banner-blocks__heading-link {
  color: #333;
  position: relative;
}
.banner-blocks__heading-link::before {
  position: absolute;
  content: "";
  left: -45px;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("/img/icon-call.png") center/auto 34px no-repeat;
}
.banner-blocks__banner {
  display: block;
  border: 1px dotted #999;
  padding: 5px;
  text-decoration: none;
}
.banner-blocks__banner--sidebar {
  margin: 0 0 15px;
}
.banner-blocks__inner {
  display: flex;
}
.banner-blocks__inner--cream {
  background: #f4f1ea;
}
.banner-blocks__inner--orange {
  background: #de6300;
}
.banner-blocks__inner--red {
  background: #a70a2c;
}
.banner-blocks__inner--brown {
  background: #a48360;
}
.banner-blocks__inner--green {
  background: #0c8161;
}
.banner-blocks__inner--grey {
  background: #505050;
}
.banner-blocks__inner--burgundy {
  background: #860328;
}
.banner-blocks__content {
  flex: 1 1 auto;
  padding: 0 0 0 15px;
}
.banner-blocks__title, .banner-blocks__link {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
  display: inline-block;
  position: relative;
}
.banner-blocks__title::after, .banner-blocks__link::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  bottom: 2px;
  right: -15px;
  font-size: 15px;
}
.banner-blocks__title {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.16;
}
.banner-blocks__title--large {
  display: block;
  font-size: 30px;
  color: #a70a2c;
  top: 0;
  transform: none;
}
.banner-blocks__title--large::after {
  display: none;
}
.banner-blocks__link {
  font-size: 24px;
  color: #3c3c3c;
}
.banner-blocks__icon {
  flex: 0 0 50px;
  padding: 0 15px 0 0;
}
.banner-blocks__img {
  position: relative;
  top: -10px;
  width: 50px;
}

.blog-search {
  background: #ab9f7b;
  color: #fff;
}
.blog-search--sidebar {
  padding: 15px;
  border-radius: 5px;
  margin: 0 0 30px;
}
.blog-search--gutter {
  margin: 0 0 30px;
}
.blog-search--border {
  border-bottom: 1px dotted #999;
}
.blog-search--hidden {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.blog-search__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0;
  padding: 20px 0 15px;
}
@media (min-width: 640px) {
  .blog-search__row {
    display: flex;
    flex-wrap: wrap;
    align-items: initial;
    margin: 0 -5px -10px;
  }
}
.blog-search__row--hidden {
  display: none;
}
.blog-search__row--center {
  justify-content: center;
}
.blog-search__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0;
  margin: 0 0 0;
}
@media (min-width: 768px) {
  .blog-search__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-search__col--heading, .blog-search__col--buttons {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .blog-search__col--mid {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .blog-search__col--wide {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .blog-search__col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .blog-search__col--heading {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .blog-search__col--buttons {
    flex: 0 0 23.3333333333%;
    max-width: 23.3333333333%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .blog-search__col--mid {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .blog-search__col--wide {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1023px) {
  .blog-search__col--hidden {
    display: none;
  }
}
.blog-search__separator {
  margin: 20px auto;
  width: 80%;
  opacity: 0.3;
}
.blog-search__separator--hidden {
  display: none;
}
.blog-search__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
.blog-search__heading--right {
  text-align: center;
}
@media (min-width: 1024px) {
  .blog-search__heading--right {
    text-align: right;
  }
}
.blog-search__heading--inline {
  display: inline-block;
}
.blog-search__el {
  margin: 0 0 10px;
}
.blog-search__el label {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  font-size: 18px;
  color: #333;
}
.blog-search__input, .blog-search__select {
  padding: 0 10px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17), inset -2px 2px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  margin: 0 0 5px;
}
.blog-search__input::-moz-placeholder {
  color: black;
}
.blog-search__input::placeholder {
  color: black;
}
.blog-search__select {
  background: url(/img/dropdown.ico) right/20px no-repeat #fff;
}
.blog-search__select--auto {
  width: 80%;
}
.blog-search__select::-ms-expand {
  display: none;
}
.blog-search__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-search__buttons--right {
  align-items: flex-end;
}
.blog-search__buttons--hidden {
  display: none;
}
.blog-search__fields--hidden {
  display: none;
}
.blog-search__toggle {
  position: absolute;
  border-radius: 0;
  right: 0;
  bottom: 0;
}
.blog-search__toggle:hover {
  background: #fff;
}

.blog_search_form_container {
  display: flex;
}
.blog_search_form button {
  border: 0px;
  background: transparent;
  cursor: pointer;
}
.blog_search_form svg {
  fill: #a70a2c;
}
.blog_search_form svg:hover {
  fill: #000;
}

.blog__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.blog__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .blog__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.blog__box {
  height: 100%;
  border-bottom: 1px dotted #999;
}
.blog__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
.blog__link {
  color: #333;
  text-decoration: none;
}
.blog__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 10px;
}
.blog__author {
  margin: 0;
}
.blog__image {
  display: block;
  margin: 0 0 15px;
}
.blog__img {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.blog__content {
  margin: 0 0 60px;
}
.blog figure {
  margin: 0 0 15px;
}
.blog figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
.blog figure figcaption {
  padding: 10px 0;
  text-align: center;
  background: #eee;
  border-bottom: 1px dotted #999;
  font-size: 12px;
}
.blog .image-block {
  padding: 0 0 10px;
  text-align: center;
  background: #eee;
  border-bottom: 1px dotted #999;
  font-size: 12px;
}
.blog .image-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}

.breadcrumbs {
  margin: 20px -3px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.breadcrumbs__item {
  display: inline-block;
  margin: 0 3px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .breadcrumbs__item {
    font-size: 13px;
  }
}
.breadcrumbs__item--active {
  font-weight: 700;
  color: #a70a2c;
}
.breadcrumbs__link {
  text-decoration: none;
  color: #333;
}
.breadcrumbs__link:hover {
  color: #a70a2c;
  text-decoration: underline;
}

.button {
  display: inline-block;
  text-decoration: none !important;
  font-size: 22px;
  line-height: 1;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  background: #a70a2c;
  color: white;
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #a70a2c;
  transition: all 500ms;
  text-align: center;
}
.button--disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.button--sq {
  border-radius: 0;
}
.button--active {
  position: relative;
}
.button--active::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f0d7";
  top: 28px;
  left: 50%;
  color: #a70a2c;
  margin: 0 0 0 -6px;
}
.button--outline {
  background: transparent;
  color: #fff;
  border: 1px solid;
  padding: 11px 7px;
  text-align: center;
}
.button--primary {
  background: #a70a2c;
  border-color: #a70a2c;
  color: #fff;
}
.button--primary:hover {
  background: #fff;
  color: #a70a2c;
}
.button--primary-o {
  background: #fff;
  border-color: #a70a2c;
  color: #a70a2c;
}
.button--primary-o:hover {
  background: #fff;
  color: #a70a2c;
}
.button--primary-o[href]:hover {
  background: #a70a2c;
  color: #fff;
}
.button--secondary {
  background: #333;
  border-color: #333;
}
.button--secondary:hover {
  background: #fff;
  color: #333;
}
.button--inverse {
  background: #fff;
  border-color: #fff;
  color: #a70a2c;
}
.button--inverse:hover {
  background: #a70a2c;
  color: #fff;
}
.button--link {
  background: none;
  border: none;
  padding: 6px 0;
  color: #a70a2c;
}
.button--link:hover {
  color: #333;
}
.button--white {
  color: #fff;
}
.button--small {
  font-size: 17px;
  padding: 8px 5px 9px;
}
.button--thin {
  padding: 6px 10px;
}
.button--simple {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.button--xs {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 3px 6px;
}
.button--icon {
  padding: 6px 30px 6px 12px;
  position: relative;
}
.button--icon.button--link {
  padding-left: 0;
}
.button--icon::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  top: 13px;
  right: 12px;
  font-size: 13px;
}
.button--right::after {
  content: "\f054";
}
.button--down::after {
  content: "\f078";
}
.button--up::after {
  content: "\f077";
}
.button--alt {
  font: 700 16px "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: left;
}
.button--alt.button--right::after {
  top: 10px;
}
.button--destinations {
  text-align: left;
  display: block;
  background: #f4f1ea url(/img/sidebar-map.png) bottom center no-repeat;
  border-radius: 5px;
  height: 170px;
  font-size: 24px;
  line-height: 1;
  color: #a70a2c;
  text-decoration: none;
  padding: 20px;
  margin: 0 0 30px;
  border: 0;
}
.button--destinations:hover {
  color: #a70a2c;
  background: #f4f1ea url(/img/sidebar-map.png) bottom center no-repeat;
}
.button--block {
  display: block;
}
.button--full {
  display: block;
  font-size: 24px;
}
.button--header {
  margin: 0 0 10px;
}
.button--slim {
  padding: 6px;
}
@media (min-width: 768px) {
  .button--slim {
    padding: 6px 12px;
  }
}
.button--fake {
  cursor: default;
}
.button--fake:hover {
  background: #a70a2c;
  border-color: #a70a2c;
  color: #fff;
}
.button--fake.button--secondary:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

.category-images {
  text-align: center;
  margin: 0 0 30px;
}
.category-images__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
@media (min-width: 0px) {
  .category-images__heading {
    font-size: 30px;
  }
}
@media (min-width: 460px) {
  .category-images__heading {
    font-size: 30px;
  }
}
@media (min-width: 640px) {
  .category-images__heading {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .category-images__heading {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .category-images__heading {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .category-images__heading {
    font-size: 42px;
  }
}
@media (min-width: 1600px) {
  .category-images__heading {
    font-size: 42px;
  }
}
.category-images__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.category-images__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .category-images__col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.category-images__content {
  display: inline-block;
  border: 1px dotted #999;
  padding: 5px;
  color: #333;
  text-decoration: none;
}
.category-images__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
@media (min-width: 0px) {
  .category-images__title {
    font-size: 16px;
  }
}
@media (min-width: 460px) {
  .category-images__title {
    font-size: 22px;
  }
}
@media (min-width: 640px) {
  .category-images__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .category-images__title {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .category-images__title {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .category-images__title {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .category-images__title {
    font-size: 22px;
  }
}

.dates-table {
  width: 100%;
  margin: 0 0 30px;
}
.dates-table__heading {
  display: none;
}
@media (min-width: 1024px) {
  .dates-table__heading {
    display: table-cell;
    text-align: left;
    background: #f4f1ea;
    padding: 5px;
  }
}
.dates-table__cell {
  text-align: center;
  display: block;
  padding: 5px;
  border-bottom: 1px dotted #999;
}
@media (max-width: 1023px) {
  .dates-table__cell:last-of-type {
    margin: 0 0 15px;
  }
  .dates-table__cell::before {
    content: attr(data-label);
    width: 50%;
    display: inline-block;
  }
  .dates-table__cell--dates {
    background: #f4f1ea;
    padding: 5px;
    font-weight: 700;
    border: 0;
  }
  .dates-table__cell--dates::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .dates-table__cell {
    display: table-cell;
    text-align: left;
  }
  .dates-table__cell--dates {
    width: 35%;
  }
  .dates-table__cell--availability {
    width: 20%;
  }
  .dates-table__cell--land-only {
    width: 20%;
  }
  .dates-table__cell--tooltip {
    position: relative;
    cursor: pointer;
  }
  .dates-table__cell--tooltip:hover .dates-table__tooltip {
    display: block;
  }
}
.dates-table__availability {
  text-transform: uppercase;
}
.dates-table__availability--restricted {
  color: #333;
}
.dates-table__availability--fully-booked {
  color: #a70a2c;
}
.dates-table__availability--limited-guaranteed {
  color: #f8872b;
}
.dates-table__availability--guaranteed, .dates-table__availability--available {
  color: #0c8161;
}
.dates-table__icon {
  display: inline-block;
  color: #a70a2c;
  border: 1px solid #a70a2c;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 0 0 0 1px;
  line-height: 1.4;
}
.dates-table__tooltip {
  width: 50%;
  margin-left: 50%;
  font-size: 11px;
}
@media (min-width: 1024px) {
  .dates-table__tooltip {
    display: none;
    position: absolute;
    top: 110%;
    left: -140px;
    width: 300px;
    padding: 15px;
    border-radius: 15px;
    background: rgba(51, 51, 51, 0.95);
    color: #fff;
    margin: 0;
    z-index: 100;
    font-size: 14px;
  }
  .dates-table__tooltip a {
    color: #fff;
  }
}
.dates-table__title {
  display: none;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
@media (min-width: 1024px) {
  .dates-table__title {
    display: block;
  }
}

@media (min-width: 1024px) {
  .departures {
    margin: 0 0 15px;
  }
}
.departures--center {
  text-align: center;
}
.departures__heading {
  margin: 0 0 10px;
}
.departures__heading--inline {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  display: inline-block;
}
.departures__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  font-weight: 700;
  width: 210px;
}
@media (min-width: 640px) {
  .departures__list {
    width: 100%;
  }
}
.departures__list--inline {
  width: auto;
  display: inline-block;
  vertical-align: super;
}
.departures__item {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  padding: 6px 0;
  width: 30px;
  margin: 0 3px 3px 0;
  border-radius: 3px;
  background: #d9d7d2;
  box-shadow: 0 1px 0 #a8a69f;
}
.departures__item--available {
  color: #a70a2c;
  background: #fff;
}
.departures__item--unavailable {
  color: #333;
}
.departures__item--unavailable a {
  color: #333;
}
.departures__item--good {
  background: #de6300;
  color: #fff;
}
.departures__item--best {
  background: #0c8161;
  color: #fff;
}
.departures__item--off {
  background: #a70a2c;
  color: #fff;
}
.departures__link {
  text-decoration: none;
}

.destination {
  border: 1px dotted #999;
  padding: 5px;
  margin: 0 0 30px;
}
.destination__inner {
  background: #f4f1ea;
  padding: 20px;
}
.destination__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0;
}
@media (min-width: 640px) {
  .destination__row {
    display: flex;
    flex-wrap: wrap;
    align-items: initial;
    margin: 0 -15px -30px;
  }
}
.destination__info, .destination__regions {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0;
  margin: 0 0 0;
}
@media (min-width: 640px) {
  .destination__info {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
    border-right: 1px dotted #999;
  }
}
.destination__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.destination__img {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
@media (min-width: 640px) {
  .destination__regions {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}

.destinations {
  display: none;
  position: relative;
  background: #f4f1ea;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .destinations {
    display: block;
    text-align: right;
  }
}
@media (min-width: 0px) {
  .destinations h1 {
    font-size: 32px;
  }
}
@media (min-width: 460px) {
  .destinations h1 {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  .destinations h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .destinations h1 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .destinations h1 {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .destinations h1 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .destinations h1 {
    font-size: 32px;
  }
}
.destinations__heading {
  color: #a70a2c;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.destinations__content {
  text-align: center;
}
@media (min-width: 1024px) {
  .destinations__content {
    text-align: left;
    position: absolute;
    bottom: 120px;
  }
}
.destinations__content p {
  margin: 0;
}
.destinations__cta {
  font-size: 22px;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  position: relative;
  display: inline-block;
}
.destinations__cta::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  top: 10px;
  right: -10px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .destinations__map {
    width: 90%;
  }
}
.destinations__map path {
  transition: opacity 500ms;
}
.destinations__map a:hover path, .destinations__map--active path {
  transition: opacity 500ms;
  opacity: 1;
}

.destinations-listings {
  text-align: left;
}
.destinations-listings__listing {
  display: none;
  background: #fff;
  position: absolute;
  border: 1px solid #999;
  padding: 15px;
  z-index: 10000;
  border-radius: 3px;
}
.destinations-listings__listing--visible {
  display: block;
}
.destinations-listings__listing::before, .destinations-listings__listing::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}
.destinations-listings__listing::before {
  border-left: 28px solid #999;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  top: 14px;
  right: -28px;
}
.destinations-listings__listing::after {
  border-left: 27px solid #fff;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  top: 15px;
  right: -27px;
}
.destinations-listings__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}

.destinations-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.destinations-list--sub {
  margin: 0 0 0 10px;
}
.destinations-list__item {
  margin: 5px 0;
}
.destinations-list__link {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 0 0 0 10px;
}
.destinations-list__link--region {
  font-weight: 700;
}
.destinations-list__link::before {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  top: 4px;
  left: 0;
  font-size: 9px;
}

.dropdown {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #860328;
  border-top: 0;
  text-align: left;
  padding: 5px 15px;
  z-index: 5000;
  margin: 0;
  width: 100%;
}
.dropdown--sm {
  width: 175%;
}
.dropdown--mid {
  width: 250%;
}
.dropdown--wide {
  width: 450%;
  padding: 15px;
}
.dropdown__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.dropdown__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.dropdown__col--wide {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.dropdown__col--narrow {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 15px;
  margin: 0 0 30px;
  border-left: 1px dotted #999;
}
.dropdown__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropdown__list--parent {
  margin: 0 0 60px;
}
.dropdown__list--child {
  display: none;
  position: absolute;
  left: 100%;
  width: 100%;
  padding: 0 0 0 30px;
  height: 360px;
}
.dropdown__item {
  border-bottom: 1px dotted #999;
}
.dropdown__item--sub {
  position: relative;
  width: 50%;
}
.dropdown__item--sub:hover .dropdown__list--child {
  display: block;
}
.dropdown__item--sub:hover > .dropdown__link {
  color: #a70a2c;
}
.dropdown__item:last-of-type, .dropdown__item--region, .dropdown__item--city {
  border: 0;
}
.dropdown__item:nth-child(1) .dropdown__list--child {
  top: calc(0 * -40px + 5px);
}
.dropdown__item:nth-child(2) .dropdown__list--child {
  top: calc(1 * -40px + 5px);
}
.dropdown__item:nth-child(3) .dropdown__list--child {
  top: calc(2 * -40px + 5px);
}
.dropdown__item:nth-child(4) .dropdown__list--child {
  top: calc(3 * -40px + 5px);
}
.dropdown__item:nth-child(5) .dropdown__list--child {
  top: calc(4 * -40px + 5px);
}
.dropdown__item:nth-child(6) .dropdown__list--child {
  top: calc(5 * -40px + 5px);
}
.dropdown__item:nth-child(7) .dropdown__list--child {
  top: calc(6 * -40px + 5px);
}
.dropdown__item:nth-child(8) .dropdown__list--child {
  top: calc(7 * -40px + 5px);
}
.dropdown__item:nth-child(9) .dropdown__list--child {
  top: calc(8 * -40px + 5px);
}
.dropdown__item:nth-child(10) .dropdown__list--child {
  top: calc(9 * -40px + 5px);
}
.dropdown__item:nth-child(11) .dropdown__list--child {
  top: calc(10 * -40px + 5px);
}
.dropdown__link {
  display: block;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
}
.dropdown__link:hover {
  color: #a70a2c;
}
.dropdown__link--area:hover::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  top: 16px;
  right: 0;
  font-size: 13px;
}
.dropdown__link--region {
  padding: 5px 0;
}
.dropdown__link--city {
  padding: 3px 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.dropdown__map {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 0 90px;
  background: #f4f1ea url(/img/dropdown-map.png) center/75% no-repeat;
  border-radius: 5px;
  height: 277px;
  color: #a70a2c;
  padding: 30px 15px;
}
.dropdown__heading {
  position: relative;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  display: inline-block;
}
.dropdown__heading::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  top: 9px;
  right: -15px;
  font-size: 15px;
}

.feature-blocks {
  padding: 30px 0;
}
.feature-blocks--bg {
  background: #333;
  color: #fff;
}
.feature-blocks--overlay {
  position: relative;
}
.feature-blocks--overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.8);
}
.feature-blocks--overlay .container {
  position: relative;
}
.feature-blocks__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  text-align: center;
  line-height: 1.1;
}
.feature-blocks__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.feature-blocks__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .feature-blocks__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.feature-blocks__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
}
.feature-blocks--bg .feature-blocks__link {
  color: #fff;
}
.feature-blocks__img {
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .feature-blocks__img {
    margin: 0 0 15px;
  }
}
.feature-blocks__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  line-height: 1.1;
}
@media (min-width: 0px) {
  .feature-blocks__title {
    font-size: 42px;
  }
}
@media (min-width: 460px) {
  .feature-blocks__title {
    font-size: 42px;
  }
}
@media (min-width: 640px) {
  .feature-blocks__title {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .feature-blocks__title {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .feature-blocks__title {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .feature-blocks__title {
    font-size: 42px;
  }
}
@media (min-width: 1600px) {
  .feature-blocks__title {
    font-size: 42px;
  }
}
.feature-blocks__title--overlay {
  background: #860328;
  color: #fff;
  padding: 5px 20px;
}
@media (min-width: 0px) {
  .feature-blocks__title--overlay {
    font-size: 20px;
  }
}
@media (min-width: 460px) {
  .feature-blocks__title--overlay {
    font-size: 20px;
  }
}
@media (min-width: 640px) {
  .feature-blocks__title--overlay {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .feature-blocks__title--overlay {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .feature-blocks__title--overlay {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .feature-blocks__title--overlay {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .feature-blocks__title--overlay {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .feature-blocks__title--overlay {
    position: absolute;
    top: 105px;
  }
}
.feature-blocks__content a {
  color: #fff;
}

.filter {
  margin: 0 0 30px;
}
.filter__upper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #333;
  padding: 0 0 10px;
  margin: 0 0 15px;
  position: relative;
}
.filter__upper--simple {
  border: 0;
  padding: 0;
  margin: 0;
}
.filter__upper--push {
  border: 0;
  padding: 0;
  margin: 0 0 15px;
}
@media (min-width: 640px) {
  .filter__lower {
    display: flex;
    justify-content: space-between;
  }
}
.filter__buttons {
  font-size: 0;
}
.filter__buttons--hide {
  display: none;
}
@media (min-width: 640px) {
  .filter__buttons--hide {
    display: block;
  }
}
.filter__button {
  margin: 0 10px 0 0;
}
.filter__button--hide {
  display: none;
}
@media (min-width: 640px) {
  .filter__button--hide {
    display: inline-block;
  }
}
.filter__types {
  position: absolute;
  right: 0;
  z-index: 9;
  display: none;
}
@media (min-width: 1024px) {
  .filter__types {
    display: flex;
    align-items: baseline;
  }
}
.filter__destinations {
  display: flex;
}
.filter__tailor-made {
  position: relative;
  text-align: right;
}
.filter__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  font-size: 24px;
  margin: 0 5px 0 0;
}
.filter__heading--dropdown {
  position: relative;
  color: #a70a2c;
}
.filter__heading--dropdown:hover .dropdown {
  width: 450%;
  border-top: 1px solid #860328;
  display: block;
}
.filter__dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  display: inline-block;
  background: #fff;
  min-width: 215px;
  overflow: hidden;
}
.filter__dropdown:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.filter__dropdown:hover .filter__item {
  display: block;
}
.filter__dropdown--alt {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.filter__item {
  display: none;
  font-size: 20px;
}
.filter__item:first-child {
  display: block;
  font-size: 24px;
}
.filter__item--alt {
  font-size: 16px;
}
.filter__item--alt:first-child {
  font-size: 20px;
}
.filter__link {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0 30px 0 10px;
}
.filter__link:hover {
  color: #a70a2c;
}
.filter__link--all {
  color: #a70a2c;
}
.filter__link--all::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f078";
  top: 11px;
  right: 11px;
  font-size: 13px;
}
.filter__lower {
  align-items: center;
}
@media (min-width: 640px) {
  .filter__count {
    margin: 0;
  }
}
.filter__select {
  width: 200px;
  padding: 0 10px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17), inset -2px 2px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/img/dropdown.ico) right/20px no-repeat #fff;
}

.footer {
  margin: 30px 0 0;
}
.footer__upper {
  background: #333;
  padding: 15px 0;
}
.footer__lower {
  background: #f4f1ea;
  padding: 45px 0 0;
}
.footer__nav {
  margin: 0 0 30px;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.footer__row--center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px -30px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__row--center {
    text-align: left;
  }
}
.footer__row--nav {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__row--nav {
    display: flex;
    flex-wrap: wrap;
    align-items: initial;
    margin: 0 -15px -30px;
  }
}
.footer__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.footer__col--nav {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0;
  margin: 0 0 0;
}
@media (min-width: 768px) {
  .footer__col--nav {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .footer__col--award {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .footer__col--logos {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .footer__col--half {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .footer__col--copyright {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .footer__col--copyright {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .footer__col--credit {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .footer__col--credit {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .footer__col--right {
    text-align: right;
  }
  .footer__col--center {
    text-align: center;
  }
}
.footer__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  border-bottom: 1px dotted #999;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__heading {
    padding: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .footer__heading--toggle {
    cursor: pointer;
    position: relative;
  }
  .footer__heading--toggle::after {
    position: absolute;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
  }
  .footer__heading--up::after, .footer__heading--down::after {
    top: 12px;
    right: 14px;
    font-size: 12px;
  }
  .footer__heading--up::after {
    content: "\f077";
  }
  .footer__heading--down::after {
    content: "\f078";
  }
}
.footer__link {
  text-decoration: none;
  color: #333;
}
.footer__link--underline {
  text-decoration: underline;
}
.footer__link--toggle:hover {
  color: #a70a2c;
}
.footer__logos {
  border-bottom: 1px dotted #999;
  padding: 10px 0;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .footer__logos {
    border-top: 1px dotted #999;
  }
}
.footer__logos--simple {
  border-top: 0;
  padding: 0 0 10px;
  margin: -30px 0 30px;
}
.footer__copyright {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copyright {
    text-align: left;
  }
}

.form {
  margin: 0 0 30px;
}
.form__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.form__heading--primary {
  color: #a70a2c;
}
.form__heading--flush {
  margin: 0;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0;
}
.form__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .form__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .form__col--full {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .form__col--wide {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .form__col--narrow {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.form__col--flex {
  display: flex;
  justify-content: space-between;
}
.form__col--wrap {
  flex-wrap: wrap;
}
.form__col--rating {
  align-items: center;
  margin: 0 0 35px;
}
.form__sep {
  border: 0;
  border-top: 1px dotted #999;
  margin: 30px 0;
}
.form__label {
  display: block;
  font-size: 14px;
  margin: 0 0 5px;
}
.form__label--right {
  text-align: right;
}
.form__label--rating {
  flex: 0 0 40%;
  max-width: 40%;
  margin: 0;
}
.form__label--input-only {
  margin: 0 0 10px;
}
.form__label + label {
  display: block;
  font-size: 14px;
  margin: 0 0 5px;
}
.form__label + label + label {
  display: block;
  font-size: 14px;
  margin: 0 0 5px;
}
.form__label--required::after {
  content: " *";
  color: #a70a2c;
}
.form__text, .form__input, .form__email, .form__select, .form__textarea, .form__datetime {
  padding: 0 10px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17), inset -2px 2px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  margin: 0 0 10px;
}
.form__text:invalid, .form__input:invalid, .form__email:invalid, .form__select:invalid, .form__textarea:invalid, .form__datetime:invalid {
  background: rgba(167, 10, 44, 0.1);
}
.form__text--small, .form__input--small, .form__email--small, .form__select--small, .form__textarea--small, .form__datetime--small {
  height: 30px;
}
.form__input--header {
  width: 215px;
  margin: 0 10px 10px 0;
}
.form__file {
  margin: 0 0 10px;
}
.form__input::-moz-placeholder, .form__text::-moz-placeholder {
  color: black;
}
.form__input::placeholder, .form__text::placeholder {
  color: black;
}
.form__select {
  background: url(/img/dropdown.ico) right/20px no-repeat #fff;
}
.form__select:invalid {
  background: url(/img/dropdown.ico) right/20px no-repeat rgba(167, 10, 44, 0.1);
}
.form__select--auto {
  max-width: 100%;
  width: auto;
  padding: 0 30px 0 10px;
}
.form__select--hidden {
  visibility: hidden;
}
.form__dropdown {
  background: url(/img/dropdown.ico) right/20px no-repeat #fff;
  padding: 0 10px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17), inset -2px 2px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  margin: 0 0 10px;
}
.form__dropdown:invalid {
  background: url(/img/dropdown.ico) right/20px no-repeat rgba(167, 10, 44, 0.1);
}
.form__dropdown--auto {
  max-width: 100%;
  width: auto;
  padding: 0 30px 0 10px;
}
.form__dropdown--hidden {
  visibility: hidden;
}
.form__textarea {
  height: 150px;
}
.form__select::-ms-expand {
  display: none;
}
.form__checkbox, .form__checkbox_group {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}
.form__checkbox--right, .form__checkbox_group--right {
  margin: 0 0 0 5px;
}
.form__radio--rating {
  visibility: hidden;
}
.form__rating label {
  font-size: 24px;
  position: relative;
  color: transparent;
  background: #f4f1ea;
}
.form__rating label::before, .form__rating label::after {
  position: absolute;
  top: 0;
  left: 0;
  color: #f8872b;
}
.form__rating label::before {
  content: "☆";
}
.form__rating label::after {
  content: "★";
  color: transparent;
}
.form__rating label.star::after {
  color: #f8872b;
}
.form__rating label::-moz-selection {
  background: transparent;
  color: transparent;
  text-shadow: none;
}
.form__rating label::selection {
  background: transparent;
  color: transparent;
  text-shadow: none;
}
.form__heading, .form__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0 0 5px;
}
.form__button {
  vertical-align: baseline;
}
.form__buttons--right {
  text-align: right;
}
.form__buttons--full {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .form__buttons--full {
    flex: 1 1 auto;
  }
}
.form__buttons--push {
  margin: 0 0 15px;
}
.form__rating-text {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  display: inline-block;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
  margin: 0;
}
.form__instructions {
  font-size: 12px;
  font-style: italic;
  color: #4d4d4d;
  margin: -5px 0 5px;
}
.form__thanks {
  display: none;
}
.form__message {
  font-weight: 700;
  font-size: 18px;
}
.form__error {
  border: 1px solid red;
  border-width: 2px;
}

.freeform-errors {
  margin: 0 0 30px;
  border: 1px solid red;
  -width: 2px;
}

.freeform-form-errors {
  --alert-main: #a70a2c;
  --alert-bg: #fde7ec;
  --alert-border: #f4b8c5;
  position: relative;
  background-color: var(--alert-bg);
  border: 1px solid var(--alert-border);
  padding: 6px 14px;
  padding-left: 32px;
  font-size: 14px;
  color: var(--alert-main);
  margin-bottom: 20px;
  border-radius: 4px;
}

.freeform-form-errors::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: var(--alert-main);
  transform: translateY(-50%);
}

.freeform-form-errors::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid var(--alert-border);
  transform: translateY(-50%) scale(1);
  animation: border-pulse 1.6s ease-in-out infinite;
}

@keyframes border-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
.freeform-form-errors p {
  margin: 0;
  display: inline;
}

.grading {
  border: 1px dotted #999;
  padding: 15px;
  margin: 0 0 30px;
}
.grading__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.grading__button {
  text-align: right;
}
.grading__title {
  margin: 0;
}

.grading-list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #999;
}
.grading-list__item {
  padding: 5px;
  border-bottom: 1px dotted #999;
}

.grading-scale {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: inline-block;
}
.grading-scale__item {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 2px 0 0;
}
.grading-scale__item--active:nth-of-type(1), .grading-scale__item--active:nth-of-type(2) {
  background: #0c8161;
}
.grading-scale__item--active:nth-of-type(3), .grading-scale__item--active:nth-of-type(4) {
  background: #f8872b;
}
.grading-scale__item--active:nth-of-type(5), .grading-scale__item--active:nth-of-type(6) {
  background: #de6300;
}
.grading-scale__item--active:nth-of-type(7), .grading-scale__item--active:nth-of-type(8) {
  background: #a70a2c;
}
.grading-scale__info {
  display: inline-block;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.grading-scale__info:hover .grading-scale__tooltip {
  display: block;
}
.grading-scale__icon {
  display: inline-block;
  color: #a70a2c;
  border: 1px solid #a70a2c;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 1.4;
}
.grading-scale__tooltip {
  display: none;
  position: absolute;
  top: 110%;
  left: -140px;
  width: 300px;
  padding: 15px;
  border-radius: 15px;
  background: rgba(51, 51, 51, 0.95);
  color: #fff;
  z-index: 100;
}
.grading-scale__tooltip a {
  color: #fff;
}
.grading-scale__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}

.header--push {
  margin: 0 0 30px;
}
.header--sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}
.header__top {
  background: #a70a2c;
  color: #fff;
}
.header__upper {
  background: #a70a2c;
  color: #fff;
}
.header__lower {
  min-height: 39px;
  background: #860328;
}
.header__lower--dark {
  background: #333;
}
.header__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0;
}
.header__logo {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0;
  margin: 0 0 0;
}
@media (min-width: 640px) {
  .header__logo {
    flex: 0 0 30.8333333333%;
    max-width: 30.8333333333%;
    padding: 0 0;
    margin: 0 0 0;
  }
}
.header__img {
  display: block;
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .header__img {
    padding: 0 0 10px 0;
  }
}
.header__img.img, .header__img.isvg {
  max-width: 300px;
}
.header__img--blog.img, .header__img--blog.isvg {
  max-width: 240px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header__img--blog.img, .header__img--blog.isvg {
    max-width: 180px;
    margin: 0;
  }
}
.header__info {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .header__info {
    flex: 0 0 69.1666666667%;
    max-width: 69.1666666667%;
    padding: 0 0;
    margin: 0 0 0;
    text-align: right;
  }
}
.header__contact {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #d2c589;
  margin: 0;
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .header__contact {
    display: block;
  }
}
.header__contact a {
  color: #d2c589;
}
.header__contact--link {
  text-decoration: none;
}
.header__contact::before {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f095";
  position: relative;
  padding: 0 5px 0 5px;
}
.header__spacer {
  padding: 0 8px;
}
.header__strap {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
@media (min-width: 0px) {
  .header__strap {
    font-size: 15px;
  }
}
@media (min-width: 460px) {
  .header__strap {
    font-size: 15px;
  }
}
@media (min-width: 640px) {
  .header__strap {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .header__strap {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .header__strap {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .header__strap {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .header__strap {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .header__strap {
    margin: 0 0 10px;
  }
}
@media (min-width: 0px) {
  .header__strap--tailor-made {
    font-size: 24px;
  }
}
@media (min-width: 460px) {
  .header__strap--tailor-made {
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  .header__strap--tailor-made {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .header__strap--tailor-made {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .header__strap--tailor-made {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .header__strap--tailor-made {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .header__strap--tailor-made {
    font-size: 24px;
  }
}
.header__alert {
  padding: 8px;
  background-color: #f4f1ea;
  color: #333;
  border-bottom: 1px dotted #999;
  display: flex;
  justify-content: center;
}
.header__alert--inner {
  text-align: center;
  display: flex;
}
.header__alert--inner p {
  margin: 0px;
}
.header__alert--inner-danger {
  color: #a70a2c;
}
.header__alert--inner-danger::before {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  color: #a70a2c;
  content: "\f071";
  position: relative;
  padding: 0 5px 0 0;
  transform: translateY(2px);
}

.hero {
  width: 100% !important;
}
.hero__slide {
  background: var(--background--mobile) top center/cover no-repeat;
  height: 300px;
}
@media (min-width: 640px) {
  .hero__slide {
    background: var(--background--medium) center top/cover no-repeat;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .hero__slide {
    background: var(--background--large) center top/cover no-repeat;
    height: 420px;
  }
}
.hero__slide .container {
  position: relative;
  height: 300px;
  margin-left: 0px;
}
@media (min-width: 640px) {
  .hero__slide .container {
    height: 400px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .hero__slide .container {
    height: 420px;
  }
}
.hero__content {
  position: absolute;
  left: 20px;
  bottom: auto;
  top: 20px;
  max-width: 420px;
  text-decoration: none;
}
@media (min-width: 640px) {
  .hero__content {
    left: 0;
    bottom: 100px;
    top: auto;
  }
}
@media (min-width: 1024px) {
  .hero__content {
    max-width: 100%;
  }
}
.hero__heading, .hero__text {
  margin: 0;
}
.hero__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  background: #a70a2c;
  color: #fff;
  padding: 15px 20px 5px;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 0px) {
  .hero__heading {
    font-size: 20px;
  }
}
@media (min-width: 460px) {
  .hero__heading {
    font-size: 42px;
  }
}
@media (min-width: 640px) {
  .hero__heading {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .hero__heading {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .hero__heading {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .hero__heading {
    font-size: 42px;
  }
}
@media (min-width: 1600px) {
  .hero__heading {
    font-size: 42px;
  }
}
.hero__heading--sq {
  border-radius: 0;
}
.hero__text {
  background: #fff;
  padding: 10px 20px 10px;
  color: #333;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 0px) {
  .hero__text {
    font-size: 14px;
  }
}
@media (min-width: 460px) {
  .hero__text {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .hero__text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .hero__text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .hero__text {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .hero__text {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .hero__text {
    font-size: 16px;
  }
}
.hero__text--sq {
  border-radius: 0;
}
.hero__arrow {
  display: inline-block;
  position: relative;
}
.hero__arrow::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f0da";
  top: 3px;
  right: -10px;
}
.hero__flash {
  text-decoration: none;
  background: #a70a2c;
  color: #fff;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 5px;
}
@media (min-width: 0px) {
  .hero__flash {
    font-size: 20px;
  }
}
@media (min-width: 460px) {
  .hero__flash {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  .hero__flash {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .hero__flash {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .hero__flash {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .hero__flash {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .hero__flash {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  .hero__flash {
    margin-top: 10px;
  }
}

.holiday-dates__heading, .holiday-dates__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.holiday-dates__heading--h5, .holiday-dates__title--h5 {
  font-size: 22px;
}
.holiday-dates__heading--h4, .holiday-dates__title--h4 {
  font-size: 24px;
}
.holiday-dates__heading, .holiday-dates__highlight {
  color: #a70a2c;
}
.holiday-dates__heading--flush {
  margin: 0;
}
.holiday-dates__highlight--link {
  color: #a70a2c;
  text-decoration: none;
}
.holiday-dates__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.holiday-dates__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .holiday-dates__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}

.holiday-extensions__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
}
.holiday-extensions__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.holiday-extensions__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .holiday-extensions__col--narrow {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .holiday-extensions__col--wide {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.holiday-extensions__col--flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.holiday-extensions__img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .holiday-extensions__img {
    margin: 0 0 15px;
  }
}
.holiday-extensions__meta {
  margin: 0 0 15px;
}
@media (min-width: 640px) {
  .holiday-extensions__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.holiday-extensions__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
.holiday-extensions__title--holiday {
  font-size: 24px;
}
.holiday-extensions__toggle {
  padding: 15px 0 0;
  max-height: 0;
  overflow: hidden;
  transition: all 500ms;
}

.faq {
  margin-bottom: 2rem;
}
.faq__heading {
  margin-bottom: 1rem;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
}
.faq__list {
  margin: 0;
  padding: 0;
}
.faq__question {
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 26px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}
.faq__question::before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ccc;
  display: block;
  height: 0;
  width: 0;
  left: -20px;
  top: 15px;
  position: relative;
}
.faq__question:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}
.faq__answer {
  margin: 0 0 0 2rem;
}
.faq__answer--hidden {
  display: none;
}
.faq__answer-text {
  margin-bottom: 10px;
}

.holiday-gallery__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
.holiday-gallery__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
  margin: 0;
}
.holiday-gallery__heading--photo {
  font-size: 32px;
}
.holiday-gallery__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.holiday-gallery__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .holiday-gallery__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .holiday-gallery__col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.holiday-gallery__content {
  display: inline-block;
  border: 1px dotted #999;
  padding: 5px;
  color: #333;
}
.holiday-gallery__img {
  display: block;
}

.holiday-glance__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
}
.holiday-glance__heading--glance {
  font-size: 28px;
}
.holiday-glance__heading--itinerary, .holiday-glance__heading--leader {
  font-size: 22px;
}
.holiday-glance__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.holiday-glance__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .holiday-glance__col--narrow {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .holiday-glance__col--wide {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.holiday-glance__grade {
  font-size: 14px;
  margin: 0 0 15px;
}

.holiday-introduction__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.holiday-introduction__row--push {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px;
}
.holiday-introduction__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .holiday-introduction__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .holiday-introduction__col--narrow {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .holiday-introduction__col--wide {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.holiday-introduction__heading, .holiday-introduction__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.holiday-introduction__heading {
  color: #a70a2c;
  margin: 0 0 20px;
  font-size: 32px;
}
.holiday-introduction__title--stars {
  display: flex;
  justify-content: space-between;
}
.holiday-introduction__title--stars, .holiday-introduction__title--highlights, .holiday-introduction__title--private {
  font-size: 24px;
}
.holiday-introduction__slide {
  display: none;
}
.holiday-introduction__slide--active {
  display: block;
}
.holiday-introduction__nav {
  text-align: right;
}
.holiday-introduction__next {
  cursor: pointer;
  color: #a70a2c;
  text-decoration: underline;
}
.holiday-introduction__next:hover {
  text-decoration: none;
}
.holiday-introduction__button {
  text-align: right;
  font-size: 14px;
}
.holiday-introduction__link {
  text-decoration: none;
}
.holiday-introduction__img {
  display: block;
  margin: 0 auto;
}

.holiday-itinerary__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
  font-size: 28px;
}
.holiday-itinerary__heading--key {
  color: #333;
  padding: 0 10px;
}
.holiday-itinerary__row {
  clear: both;
}
.holiday-itinerary__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  background: #f4f1ea;
  color: #a70a2c;
  padding: 5px;
  font-size: 22px;
}
.holiday-itinerary__img {
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .holiday-itinerary__img {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.holiday-itinerary__icon {
  width: 45px;
  margin: 0 5px 0 0;
}
.holiday-itinerary__key {
  background: #f4f1ea;
  padding: 5px;
}
.holiday-itinerary__download-list {
  text-align: left;
  border: 1px solid #a70a2c;
  border-radius: 4px;
  box-shadow: -1px 2px 5px #999;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 300px;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.holiday-itinerary__download-list--hidden {
  display: none;
}
.holiday-itinerary__download-item {
  border-bottom: 1px dotted #999;
}
.holiday-itinerary__download-item:first-of-type .holiday-itinerary__download-link {
  border-radius: 4px 4px 0 0;
}
.holiday-itinerary__download-item:last-of-type {
  border: 0;
}
.holiday-itinerary__download-item:last-of-type .holiday-itinerary__download-link {
  border-radius: 0 0 4px 4px;
}
.holiday-itinerary__download-link {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 20px 5px 7px;
  position: relative;
}
.holiday-itinerary__download-link::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  top: 10px;
  right: 11px;
  font-size: 8.4px;
}
.holiday-itinerary__download-link:hover {
  background: #f4f1ea;
}

.holiday-listings--simple {
  display: flex;
  flex-direction: column;
}
.holiday-listings--simple .pagination {
  order: 1;
}
.holiday-listings--hidden {
  display: none;
}
.holiday-listings__map {
  width: 100%;
  height: 50vh;
  margin: 0 0 30px;
}

.holiday-overview__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.holiday-overview__title {
  margin: 0;
}
@media (min-width: 0px) {
  .holiday-overview__title {
    font-size: 22px;
  }
}
@media (min-width: 460px) {
  .holiday-overview__title {
    font-size: 22px;
  }
}
@media (min-width: 640px) {
  .holiday-overview__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .holiday-overview__title {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .holiday-overview__title {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .holiday-overview__title {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .holiday-overview__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .holiday-overview__title {
    max-width: 520px;
  }
}
.holiday-overview__icon {
  width: 24px;
}
.holiday-overview__tag {
  margin: 0 0 3px;
  border-radius: 3px;
  background: #f4f1ea;
  padding: 3px 15px;
  display: none;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .holiday-overview__tag {
    display: inline-block;
  }
}
.holiday-overview__categories {
  font-size: 12px;
}
.holiday-overview__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.holiday-overview__col {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .holiday-overview__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.holiday-overview__img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .holiday-overview__img {
    margin: 0 0 15px;
  }
}
.holiday-overview__price {
  color: #a70a2c;
}
.holiday-overview__button {
  font-size: 14px;
}
.holiday-overview__link {
  text-decoration: none;
}
.holiday-overview__caption {
  position: absolute;
  top: 20px;
  left: 15px;
  padding: 5px 18px 5px 8px;
  background: #a70a2c;
  color: #fff;
  font-size: 21px;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}

.holiday-reviews__list--hidden {
  visibility: hidden;
}
.holiday-reviews__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
.holiday-reviews__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
  margin: 0;
}
.holiday-reviews__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.holiday-reviews__overview {
  margin: 0;
}

.holiday-review {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #999;
}
.holiday-review--simple {
  margin: 0;
  padding: 0;
  border: 0;
}
.holiday-review--last {
  padding: 0;
  border: 0;
}
.holiday-review__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
.holiday-review__title, .holiday-review__date, .holiday-review__author {
  margin: 0;
}
.holiday-review__title--push {
  margin: 0 0 15px;
}
.holiday-review__link {
  margin: 0 10px 0 0;
}

.holiday-search {
  background: #333;
  color: #fff;
}
.holiday-search:not(.holiday-search--sidebar) {
  position: sticky;
  z-index: 800;
  top: 0;
}
.holiday-search--sidebar {
  padding: 15px;
  border-radius: 5px;
  margin: 0 0 30px;
}
.holiday-search--gutter {
  margin: 0 0 30px;
}
.holiday-search--border {
  border-bottom: 1px dotted #999;
}
.holiday-search--hidden {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.holiday-search__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0;
  padding: 20px 0 15px;
}
@media (min-width: 640px) {
  .holiday-search__row {
    display: flex;
    flex-wrap: wrap;
    align-items: initial;
    margin: 0 -5px -10px;
  }
}
.holiday-search__row--hidden {
  display: none;
}
.holiday-search__row--center {
  justify-content: center;
}
.holiday-search__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0;
  margin: 0 0 0;
}
@media (min-width: 768px) {
  .holiday-search__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .holiday-search__col--heading, .holiday-search__col--buttons {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .holiday-search__col--mid {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .holiday-search__col--wide {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .holiday-search__col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .holiday-search__col--heading {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .holiday-search__col--buttons {
    flex: 0 0 23.3333333333%;
    max-width: 23.3333333333%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .holiday-search__col--mid {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .holiday-search__col--wide {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1023px) {
  .holiday-search__col--hidden {
    display: none;
  }
}
.holiday-search__separator {
  margin: 20px auto;
  width: 80%;
  opacity: 0.3;
}
.holiday-search__separator--hidden {
  display: none;
}
.holiday-search__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
.holiday-search__heading--right {
  text-align: center;
}
@media (min-width: 1024px) {
  .holiday-search__heading--right {
    text-align: right;
  }
}
.holiday-search__heading--inline {
  display: inline-block;
}
.holiday-search__el {
  margin: 0 0 10px;
}
.holiday-search__input, .holiday-search__select {
  padding: 0 10px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17), inset -2px 2px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  margin: 0 0 5px;
}
.holiday-search__input::-moz-placeholder {
  color: black;
}
.holiday-search__input::placeholder {
  color: black;
}
.holiday-search__select {
  background: url(/img/dropdown.ico) right/20px no-repeat #fff;
}
.holiday-search__select--auto {
  width: 80%;
}
.holiday-search__select::-ms-expand {
  display: none;
}
.holiday-search__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.holiday-search__buttons--right {
  align-items: flex-end;
}
.holiday-search__buttons--hidden {
  display: none;
}
.holiday-search__fields--hidden {
  display: none;
}
.holiday-search__toggle {
  position: absolute;
  border-radius: 0;
  right: 0;
  bottom: 0;
}
.holiday-search__toggle:hover {
  background: #fff;
}

.holiday-types {
  margin: 0 0 30px;
}
.holiday-types__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
@media (min-width: 0px) {
  .holiday-types__heading {
    font-size: 32px;
  }
}
@media (min-width: 460px) {
  .holiday-types__heading {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  .holiday-types__heading {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .holiday-types__heading {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .holiday-types__heading {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .holiday-types__heading {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .holiday-types__heading {
    font-size: 32px;
  }
}
.holiday-types__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.holiday-types__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .holiday-types__col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .holiday-types__col--wide {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .holiday-types__col--wide {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.holiday-types__img {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
.holiday-types__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}

.included__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}

.inline-highlights {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inline-highlights__item {
  display: inline-block;
  position: relative;
}
.inline-highlights__item:not(:first-child) {
  padding-left: 1rem;
  margin-left: 1rem;
}
.inline-highlights__item:not(:first-child)::before {
  height: 0.6rem;
  width: 0.6rem;
  background: #a70a2c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  content: "";
}

.inspiration__slider {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px dotted #999;
}
.inspiration__slide {
  position: relative;
}
.inspiration__link, .inspiration__image {
  display: block;
}
.inspiration__image {
  width: 100%;
}
.inspiration__overlay {
  background: #a70a2c;
  padding: 10px 39.9px 10px 10px;
}
@media (min-width: 1024px) {
  .inspiration__overlay {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 10;
  }
}
.inspiration__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #fff;
  margin: 0;
}

.introduction {
  background: #f4f1ea;
  padding: 30px;
  margin: 0 0 30px;
}
.introduction__img.img {
  margin: -30px -30px 15px;
  max-width: calc(100% + 60px);
  width: calc(100% + 60px);
}
.introduction__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
@media (min-width: 0px) {
  .introduction__heading {
    font-size: 24px;
  }
}
@media (min-width: 460px) {
  .introduction__heading {
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  .introduction__heading {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .introduction__heading {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .introduction__heading {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .introduction__heading {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .introduction__heading {
    font-size: 24px;
  }
}

.itinerary-table {
  width: 100%;
  margin: 0 0 15px;
}
.itinerary-table__row--heading {
  font-weight: 700;
}
.itinerary-table__row:nth-child(even) .itinerary-table__day,
.itinerary-table__row:nth-child(even) .itinerary-table__cell {
  background: #f4f1ea;
}
.itinerary-table__day {
  color: #a70a2c;
  text-align: left;
  padding: 5px;
}
.itinerary-table__day--heading {
  background: #f4f1ea;
}
.itinerary-table__day--number {
  text-align: center;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  font-size: 22px;
  width: 70px;
  min-width: 70px;
}
.itinerary-table__day--wide {
  width: 100px;
  min-width: 100px;
}
.itinerary-table__cell {
  padding: 5px;
  clear: both;
}
.itinerary-table__cell--heading {
  background: #f4f1ea;
  text-align: left;
  color: #a70a2c;
}
.itinerary-table__img {
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .itinerary-table__img {
    float: right;
    margin: 0 0 20px 20px;
  }
}

.list {
  margin: 0;
  padding: 0 0 0 15px;
}
.list--simple {
  list-style: none;
  padding: 0;
}
.list--inline {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.list--lg {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.list--spaced {
  margin: 0 -15px;
}
@media (min-width: 1024px) {
  .list--spaced {
    margin: 0 -20px;
  }
}
.list--social {
  margin: 0 -7.5px;
}
.list--arrows {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  font-size: 22px;
}
.list--columns {
  margin: 0 -2.5px;
}
.list--push {
  margin: 0 0 15px;
}
.list--center {
  text-align: center;
}
.list--toggle {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms;
}
@media (min-width: 768px) {
  .list--toggle {
    max-height: 100%;
    overflow: unset;
  }
}
.list--toggle .list__item:first-of-type {
  padding: 15px 0 0;
}
.list__item {
  margin: 0 0 10px;
}
.list__item--inline {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.list__item--lg {
  font-size: 32px;
}
.list__item--spaced {
  margin: 0 15px;
}
@media (min-width: 1024px) {
  .list__item--spaced {
    margin: 0 20px;
  }
}
.list__item--social {
  margin: 0 7.5px;
}
.list__item--dashed {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px dotted #999;
}
.list__item--dashed:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
.list__item--flush {
  margin: 0;
}
.list__item--border {
  border-bottom: 1px dotted #999;
}
.list__item--border:last-of-type {
  border: 0;
}
.list__item--hidden:nth-child(1n+4) {
  display: none;
}
.list__item--columns {
  padding: 10px 5px;
  margin: 0 2.5px 5px;
  background: #fff;
  width: calc(100% - 5px);
}
@media (min-width: 640px) {
  .list__item--columns {
    width: calc(50% - 5px);
  }
}
.list__item--center {
  vertical-align: middle;
}
.list__link {
  text-decoration: none;
  line-height: 1.1;
}
.list__link:hover {
  text-decoration: underline;
}
.list__link--underline {
  text-decoration: underline;
}
.list__link--underline:hover {
  text-decoration: none;
}
.list__link--text {
  color: #333;
}
.list__link--text:hover {
  color: #860328;
}
.list__link--footer {
  color: #333;
}
.list__link--arrowless {
  display: inline-block;
  padding: 5px 15px 5px 0;
  color: #a70a2c;
}
.list__link--arrow {
  display: block;
  padding: 5px 15px 5px 0;
  color: #a70a2c;
  position: relative;
}
.list__link--arrow::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f061";
  top: 13px;
  right: 0;
  font-size: 17px;
}
.list__icon {
  vertical-align: middle;
}
.list__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
.list__primary {
  color: #a70a2c;
}
.list__iframe--facebook {
  width: 69px !important;
}
.list__email {
  display: block;
  height: 20px;
  width: 56px;
  background: url(/img/email-sprite.png) bottom center no-repeat;
}
.list__email:hover {
  background: url(/img/email-sprite.png) center no-repeat;
}
.list__email:active {
  background: url(/img/email-sprite.png) top center no-repeat;
}

.regions-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.regions-list--nested {
  padding: 0 0 0 10px;
}
.regions-list__item--region {
  padding: 5px 0;
  border-bottom: 1px dotted #999;
}
.regions-list__item--region:last-of-type {
  border: 0;
}
.regions-list__link {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
}
.regions-list__link::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  top: 11px;
  right: 0;
  font-size: 13px;
}
.regions-list__link--region {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  font-size: 22px;
}
.regions-list__link--city::after {
  top: 6px;
  right: 2px;
  font-size: 9px;
}
.regions-list__link--alt {
  font-size: 18px;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
  text-decoration: underline;
}
.regions-list__link--alt:hover {
  text-decoration: none;
}
.regions-list__link--alt::after {
  display: none;
}

.listing--flex {
  display: flex;
  align-items: center;
  padding: 0 30px 10px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #999;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.listing__meta {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .listing__meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
.listing__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.listing__title--flex {
  flex: 1 1 auto;
}
.listing__title, .listing__summary {
  margin: 0;
}
.listing__icon {
  width: 24px;
  position: relative;
  top: 3px;
}
.listing__summary {
  color: #999;
}
@media (min-width: 1024px) {
  .listing__summary {
    text-align: right;
    flex-grow: 1;
  }
}
.listing__summary p {
  margin: 0px;
}
.listing__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.listing__row--bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -15px -30px;
}
.listing__image {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .listing__image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.listing__img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .listing__img {
    margin: 0 0 15px;
  }
}
.listing__flag {
  position: absolute;
  padding: 5px 18px 5px 8px;
  background: #a70a2c;
  color: #fff;
  font-size: 17px;
  top: 10px;
  left: 15px;
  padding-right: 10px;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  font-weight: 600;
}
.listing__content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .listing__content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.listing__price {
  color: #a70a2c;
}
.listing__departures {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .listing__departures {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.listing__button {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
  text-align: right;
}
@media (min-width: 1024px) {
  .listing__button {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}

.marker__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.marker__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0;
}
.marker__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0;
  margin: 0 0 0;
  padding: 0 0 15px;
}
.marker__col--content p {
  display: none;
}
@media (min-width: 640px) {
  .marker__col--image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 0;
    margin: 0 0 0;
    padding: 0 15px 0 0;
  }
  .marker__col--content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 0;
    margin: 0 0 0;
  }
  .marker__col--content p {
    display: block;
  }
}
.gm-style .marker__img {
  max-width: 90%;
}
@media (min-width: 640px) {
  .gm-style .marker__img {
    max-width: 100%;
  }
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.nav--flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .nav--mobile {
    display: none;
  }
}
.nav--blog {
  display: block;
}
.nav--toggle {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms;
}
@media (min-width: 768px) {
  .nav--toggle {
    max-height: 100%;
    overflow: unset;
  }
}
.nav__item {
  display: inline-block;
  font-size: 22px;
  position: relative;
}
.nav__item--small, .nav__item--search, .nav__item--tm {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.nav__item--small:last-of-type, .nav__item--search:last-of-type, .nav__item--tm:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  .nav__item--small, .nav__item--search, .nav__item--tm {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}
.nav__item--small {
  border-right: 1px dotted #d599aa;
}
.nav__item--small:last-of-type {
  border: 0;
}
@media (max-width: 1023px) {
  .nav__item--small:nth-last-of-type(2) {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.nav--strip .nav__item--small:first-of-type, .nav--strip .nav__item--small:last-of-type {
  display: none;
}
@media (min-width: 1024px) {
  .nav--strip .nav__item--small:first-of-type, .nav--strip .nav__item--small:last-of-type {
    display: inline-block;
  }
}
.nav__item--tm {
  border-right: 1px dotted #d599aa;
}
.nav__item--tm:last-of-type {
  border: 0;
}
.nav__item--flex {
  text-align: center;
  flex: 1 0 auto;
  line-height: 1;
}
@media (min-width: 768px) {
  .nav__item--flex {
    border-left: 1px dotted #d599aa;
  }
  .nav__item--flex:last-of-type {
    border-right: 1px dotted #d599aa;
  }
}
.nav__item--desktop {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .nav__item--desktop {
    flex: 1 0 auto;
  }
}
@media (min-width: 768px) {
  .nav__item--dark {
    border-left: 1px dotted #999;
  }
  .nav__item--dark:last-of-type {
    border-right: 1px dotted #999;
  }
}
@media (min-width: 768px) {
  .nav__item--dropdown:hover .dropdown {
    display: block;
  }
}
.nav__link {
  color: #fff;
  text-decoration: none;
  transition: color 500ms;
  position: relative;
}
.nav__link:hover, .nav__link--active {
  color: #d2c589;
  transition: color 500ms;
}
.nav__link--tall {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  display: block;
  padding: 8px 0 9px;
}
.nav__link--alt, .nav__link--highlight {
  position: relative;
}
@media (min-width: 768px) {
  .nav__link--alt::after, .nav__link--highlight::after {
    content: "";
    width: 100%;
    display: block;
    height: 5px;
    background: #a70a2c;
    position: absolute;
    bottom: -5px;
  }
}
@media (min-width: 768px) {
  .nav__link--alt::after {
    display: none;
  }
  .nav__link--alt:hover {
    color: #fff;
  }
  .nav__link--alt:hover::after {
    display: block;
  }
}
.nav__link--highlight {
  color: #d2c589;
}
@media (min-width: 768px) {
  .nav__link--highlight {
    color: #fff;
  }
  .nav__link--highlight::after {
    content: "";
    width: 100%;
    display: block;
    height: 5px;
    background: #a70a2c;
    position: absolute;
    bottom: -5px;
  }
}
.nav__link--arrow, .nav__link--icon {
  cursor: pointer;
}
.nav__link--arrow::after, .nav__link--icon::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.nav__link--arrow {
  padding-left: 15px;
  padding-right: 15px;
}
.nav__link--arrow::after {
  content: "\f078";
  top: 15px;
  right: 10px;
  font-size: 13px;
}
.nav__link--icon::after {
  content: "\f002";
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
}
.nav__link--svg svg {
  margin-bottom: -2px;
}
.nav__link--svg svg path {
  transition: 500ms;
}
.nav__link--svg:hover path {
  fill: #d2c589;
}
.nav__link--facebook {
  background: url(/img/icons/facebook.svg) right center/12px 12px no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.nav__link--instagram {
  background: url(/img/icons/instagram.svg) right center/12px 12px no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.nav__link--user-icon svg {
  width: 15px;
  height: 15px;
}
.nav__link--user-icon svg path {
  fill: white;
}
.nav--mini {
  padding: 10px 0 0;
  display: none;
}
@media (min-width: 768px) {
  .nav--mini {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.nav--mini .nav__link {
  font-size: 12px;
}
.nav--mini .nav__link:hover, .nav--mini .nav__link--active {
  color: #d2c589;
  transition: color 500ms;
}

.news-offers {
  padding: 30px 0;
}
.news-offers__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  position: relative;
}
.news-offers__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: #ddd;
  height: 5px;
  z-index: -1;
}
.news-offers__overlay {
  background: #fff;
  padding: 0 10px 0 0;
}
.news-offers__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.news-offers__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .news-offers__col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.news-offers__img {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.news-offers__button {
  text-align: right;
}

.news__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
}
.news__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.news__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .news__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .news__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.news__img {
  display: block;
  width: 100%;
}

.news-entry {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px dotted #999;
}
.news-entry__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
}
.news-entry h4 {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.news-entry h4 img {
  width: 38px;
  vertical-align: middle;
}
.news-entry__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
  flex-wrap: wrap-reverse;
}
@media (min-width: 1024px) {
  .news-entry__row {
    flex-wrap: wrap;
  }
}
.news-entry__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .news-entry__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.news-entry__col--full {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
  clear: both;
}
.news-entry__img {
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .news-entry__img {
    float: right;
    margin: 0 0 20px 20px;
  }
  .news-entry__img--width.img {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

.page__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
  flex-wrap: wrap-reverse;
}
@media (min-width: 640px) {
  .page__row {
    flex-wrap: wrap;
  }
}
.page__row--wrap {
  flex-wrap: wrap;
}
.page__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .page__col--narrow, .page__col--blog-narrow {
    flex: 0 0 38.3333333333%;
    max-width: 38.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .page__col--blog-narrow {
    overflow: hidden;
  }
  .page__col--wide, .page__col--blog-wide {
    flex: 0 0 61.6666666667%;
    max-width: 61.6666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
    overflow-x: unset;
  }
  .page__col--half {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .page__col--full {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .page__col--narrow {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .page__col--wide {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .page__col--blog-narrow {
    flex: 0 0 32.9166666667%;
    max-width: 32.9166666667%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .page__col--blog-wide {
    flex: 0 0 67.0833333333%;
    max-width: 67.0833333333%;
    padding: 0 15px;
    margin: 0 0 30px;
    overflow-x: unset;
  }
}
.page__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
@media (min-width: 0px) {
  .page__heading {
    font-size: 32px;
  }
}
@media (min-width: 460px) {
  .page__heading {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  .page__heading {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .page__heading {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .page__heading {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .page__heading {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .page__heading {
    font-size: 32px;
  }
}
.page__heading--sidebar {
  margin: 0;
}
.page__heading--center {
  text-align: center;
}
.page__heading--primary {
  color: #a70a2c;
}
@media (min-width: 0px) {
  .page__heading--lg {
    font-size: 42px;
  }
}
@media (min-width: 460px) {
  .page__heading--lg {
    font-size: 42px;
  }
}
@media (min-width: 640px) {
  .page__heading--lg {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .page__heading--lg {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .page__heading--lg {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .page__heading--lg {
    font-size: 42px;
  }
}
@media (min-width: 1600px) {
  .page__heading--lg {
    font-size: 42px;
  }
}
.page__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.page__title--sidebar {
  margin: 0;
}
.page__icon {
  width: 24px;
  margin: 0 10px 0 0;
  position: relative;
  top: 6px;
}
.page__image {
  float: right;
  margin: 0 0 15px;
}
.page__img {
  display: block;
}
@media (min-width: 1024px) {
  .page__content--narrow {
    padding: 39px 60px;
  }
  .page__content--vert-pad {
    padding: 39px 0;
  }
}
.page__content--primary h3,
.page__content--primary h4 {
  color: #a70a2c;
}
.page__content h2.blog-h2,
.page__content h3,
.page__content h4 {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.page__content h2.blog-h2 b,
.page__content h2.blog-h2 strong,
.page__content h3 b,
.page__content h3 strong,
.page__content h4 b,
.page__content h4 strong {
  font-weight: 400;
}
@media (min-width: 0px) {
  .page__content h2.blog-h2 {
    font-size: 24px;
  }
}
@media (min-width: 460px) {
  .page__content h2.blog-h2 {
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  .page__content h2.blog-h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .page__content h2.blog-h2 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .page__content h2.blog-h2 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .page__content h2.blog-h2 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .page__content h2.blog-h2 {
    font-size: 24px;
  }
}
.page__content figure,
.page__content h4 {
  display: inline-block;
  vertical-align: middle;
}
.page__content figure {
  margin: 1em 10px;
}
.page__content figure.blog-fig {
  margin: 0 0 15px;
}
.page__content figure img {
  max-width: 100%;
  height: auto;
}
.page__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.page__title--grade .grading-scale {
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.page__title--primary {
  color: #a70a2c;
}
.page__sidebar {
  margin: 0 0 30px;
}
.page__sticky {
  position: sticky;
  top: 10px;
}
.page__link {
  text-decoration: none;
}

.pagination {
  margin: 30px -5px 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  text-align: right;
}
@media (min-width: 640px) {
  .pagination {
    margin: 60px -5px 0;
  }
}
.pagination--flush {
  margin: 0 -5px 0;
}
.pagination__item {
  margin: 0 5px;
  display: inline-block;
  font-size: 14px;
}
.pagination__link {
  display: inline-block;
  text-decoration: none;
  color: #a70a2c;
  background: #f4f1ea;
  padding: 2.5px 5px;
  width: 24px;
  text-align: center;
  cursor: pointer;
}
.pagination__current {
  font-weight: 700;
}

.people__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
@media (min-width: 640px) {
  .people__row {
    margin: 0 -4px;
  }
}
@media (min-width: 1024px) {
  .people__row {
    margin: 0 -8px;
  }
}
.people__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .people__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
    padding: 0 4px;
  }
}
@media (min-width: 768px) {
  .people__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
    padding: 0 4px;
  }
}
@media (min-width: 1024px) {
  .people__col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
    padding: 0 8px;
  }
}
.people__image {
  display: block;
  border: 1px dotted #999;
  padding: 5px;
  margin: 0 0 10px;
}
.people__img {
  display: block;
}
.people__img--sm {
  width: 100%;
}
.people__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
  font: 50%/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) {
  .people__title {
    font-size: 14px;
  }
}
@media (min-width: 460px) {
  .people__title {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .people__title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .people__title {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .people__title {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .people__title {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .people__title {
    font-size: 14px;
  }
}
.people__content {
  margin: 0;
}
.people__link {
  color: #a70a2c;
  cursor: pointer;
}

.related__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}

.review-rating {
  display: inline-block;
}
.review-rating .star {
  font-size: 14px;
  position: relative;
  display: inline-block;
  width: 14px;
}
.review-rating .star::before, .review-rating .star::after {
  position: absolute;
  top: 0;
  left: 0;
  color: #f8872b;
}
.review-rating .star::before {
  content: "☆";
}
.review-rating .star::after {
  content: "★";
  color: transparent;
}
.review-rating.rating-1 .star:nth-child(1)::after, .review-rating.rating-10 .star:nth-child(1)::after, .review-rating.rating-15 .star:nth-child(1)::after, .review-rating.rating-15 .star:nth-child(2)::after, .review-rating.rating-2 .star:nth-child(1)::after, .review-rating.rating-2 .star:nth-child(2)::after, .review-rating.rating-20 .star:nth-child(1)::after, .review-rating.rating-20 .star:nth-child(2)::after, .review-rating.rating-25 .star:nth-child(1)::after, .review-rating.rating-25 .star:nth-child(2)::after, .review-rating.rating-25 .star:nth-child(3)::after, .review-rating.rating-3 .star:nth-child(1)::after, .review-rating.rating-3 .star:nth-child(2)::after, .review-rating.rating-3 .star:nth-child(3)::after, .review-rating.rating-30 .star:nth-child(1)::after, .review-rating.rating-30 .star:nth-child(2)::after, .review-rating.rating-30 .star:nth-child(3)::after, .review-rating.rating-35 .star:nth-child(1)::after, .review-rating.rating-35 .star:nth-child(2)::after, .review-rating.rating-35 .star:nth-child(3)::after, .review-rating.rating-35 .star:nth-child(4)::after, .review-rating.rating-4 .star:nth-child(1)::after, .review-rating.rating-4 .star:nth-child(2)::after, .review-rating.rating-4 .star:nth-child(3)::after, .review-rating.rating-4 .star:nth-child(4)::after, .review-rating.rating-40 .star:nth-child(1)::after, .review-rating.rating-40 .star:nth-child(2)::after, .review-rating.rating-40 .star:nth-child(3)::after, .review-rating.rating-40 .star:nth-child(4)::after, .review-rating.rating-45 .star:nth-child(1)::after, .review-rating.rating-45 .star:nth-child(2)::after, .review-rating.rating-45 .star:nth-child(3)::after, .review-rating.rating-45 .star:nth-child(4)::after, .review-rating.rating-45 .star:nth-child(5)::after, .review-rating.rating-5 .star::after, .review-rating.rating-50 .star::after {
  color: #f8872b;
}
.review-rating.rating-15 .star:nth-child(2)::after, .review-rating.rating-25 .star:nth-child(3)::after, .review-rating.rating-35 .star:nth-child(4)::after, .review-rating.rating-45 .star:nth-child(5)::after {
  width: 7px;
  overflow: hidden;
}

.reviews-bar {
  background: #f4f1ea;
  margin: 0 0 30px;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .reviews-bar {
    text-align: left;
  }
}
.reviews-bar__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -30px -60px;
}
.reviews-bar__row--flush {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0;
}
@media (min-width: 1024px) {
  .reviews-bar__row--flush {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px -30px;
  }
}
.reviews-bar__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 0 60px;
}
@media (min-width: 640px) {
  .reviews-bar__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
    margin: 0 0 60px;
  }
}
.reviews-bar__col--flush {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0;
  margin: 0 0 0;
}
@media (min-width: 1024px) {
  .reviews-bar__col--flush {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.reviews-bar__col--border {
  position: relative;
}
.reviews-bar__col--border::after {
  content: "";
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -30px;
  width: calc(100% - 60px);
}
@media (min-width: 640px) {
  .reviews-bar__col--border {
    border-right: 2px solid #ddd;
  }
  .reviews-bar__col--border::after {
    display: none;
  }
}
.reviews-bar__content {
  font-weight: 700;
  margin: 0;
}
.reviews-bar__reviews {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 1024px) {
  .reviews-bar__reviews {
    justify-content: flex-end;
  }
}
.reviews-bar__stars {
  text-align: right;
  padding: 0 10px 0 0;
}
.reviews-bar__stars-heading, .reviews-bar__score-heading {
  line-height: 1;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
.reviews-bar__stars-heading {
  font-size: 28px;
}
.reviews-bar__score-heading {
  font-size: 32px;
}

@media (min-width: 1024px) {
  .reviews__information {
    display: flex;
    justify-content: space-between;
  }
}
.reviews__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.reviews__stats {
  display: inline-block;
  vertical-align: top;
}
.reviews__stars {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}
.reviews__star-wrapper {
  position: relative;
  margin: 0;
  color: #333;
  font-size: 14px;
}
.reviews__label {
  margin: 0 10px 0 0;
  min-width: 45px;
  vertical-align: super;
  display: block;
}
@media (min-width: 768px) {
  .reviews__label {
    display: inline-block;
  }
}
.reviews__bar {
  height: 18px;
  width: 204px;
  border: 1px solid #b2b2b2;
  display: inline-block;
  border-radius: 3px;
  position: relative;
}
.reviews__bar-score {
  top: 1px;
  left: 1px;
  right: 1px;
  display: block;
  position: absolute;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(to right, #f8872b calc((var(--bar-count)) * 1%), calc((var(--bar-count)) * 1%), white 100%);
}
.reviews__count {
  margin: 0 0 0 10px;
  vertical-align: super;
  display: inline-block;
  width: 45px;
}

.share {
  border: 1px dotted #999;
  padding: 5px;
  margin: 0 0 30px;
  text-align: center;
}
.share__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  position: relative;
  top: -25px;
  margin: 0 0 -25px;
}
.share__heading--flush {
  top: -4px;
  margin: 0;
}
.share__background {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
}

.social {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  text-align: center;
}
.social__item {
  font-size: 14px;
  padding: 15px 0;
  margin: 15px 0;
}
@media (min-width: 640px) {
  .social__item {
    display: inline-block;
    padding: 7.5px 15px 7.5px 0;
    margin: 7.5px 15px 7.5px 0;
    border-right: 1px dotted #999;
  }
  .social__item:last-of-type {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .social__item {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border-right: 1px dotted #999;
  }
  .social__item:last-of-type {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.social__link {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 7px 38px 7px 0;
}
.social__link--icon {
  padding: 7px 28px 7px 0;
}
.social__link--facebook {
  background: url(/img/icons/facebook.svg) right center/28px 28px no-repeat;
}
.social__link--instagram {
  background: url(/img/icons/instagram-circle.svg) right center/28px 28px no-repeat;
}
.social__link--newsletter {
  background: url(/img/footer-newsletter.png) right center/28px 28px no-repeat;
}
.social__link--blog {
  background: url(/img/footer-blog.png) right center/28px 28px no-repeat;
}
.social__link--videos {
  background: url(/img/footer-videos.png) right center/28px 28px no-repeat;
}

.tabs {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 0;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  border-bottom: 4px solid #a70a2c;
  display: none;
}
@media (min-width: 1024px) {
  .tabs {
    display: block;
  }
  .tabs--flex {
    display: flex;
  }
}
.tabs h1 {
  margin: 0;
}
@media (min-width: 0px) {
  .tabs h1 {
    font-size: 22px;
  }
}
@media (min-width: 460px) {
  .tabs h1 {
    font-size: 22px;
  }
}
@media (min-width: 640px) {
  .tabs h1 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .tabs h1 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .tabs h1 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .tabs h1 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .tabs h1 {
    font-size: 22px;
  }
}
.tabs--flush {
  margin: 0;
}
.tabs--sticky {
  padding: 10px 0 0;
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgb(255, 255, 255);
  z-index: 10;
}
.tabs--mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .tabs__select {
    display: none;
  }
}
.tabs__item {
  display: inline-block;
  font-size: 22px;
  margin: 0 5px 0 0;
}
.tabs__item--full {
  display: none;
}
@media (min-width: 1024px) {
  .tabs__item--full {
    display: inline-block;
    position: relative;
    flex: 1 1 auto;
  }
}
.tabs__link {
  text-decoration: none;
  display: block;
  color: #333;
  border-radius: 3px 3px 0 0;
  border: 1px solid #cccbc5;
  border-bottom: none;
  background: #f4f1ea;
  padding: 5px 15px;
}
.tabs__link--narrow {
  padding: 5px 6px;
}
.tabs__link--active {
  color: #fff;
  background: #a70a2c;
  border-color: #a70a2c;
}

.tailor-made__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.tailor-made__row--center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px -30px;
}
.tailor-made__row--flush {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px;
  flex-flow: column-reverse wrap;
}
@media (min-width: 768px) {
  .tailor-made__row--flush {
    flex-flow: inherit;
  }
}
.tailor-made__row--push {
  margin-bottom: 30px;
}
.tailor-made__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.tailor-made__col--desktop {
  display: none;
}
.tailor-made__col--center {
  text-align: center;
}
@media (min-width: 768px) {
  .tailor-made__col--mobile {
    display: none;
  }
  .tailor-made__col--desktop {
    display: block;
  }
  .tailor-made__col--half {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .tailor-made__col--quarter {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .tailor-made__col--narrow {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .tailor-made__col--third {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .tailor-made__col--wide {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .tailor-made__col--three-quarters {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.tailor-made__splide {
  margin: 0 auto 30px;
}
.tailor-made__splide:not(.is-active) .tailor-made__track {
  overflow: visible;
}
.tailor-made__splide:not(.is-active) .tailor-made__slides {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
  justify-content: center;
  width: 100%;
}
.tailor-made__splide:not(.is-active) .tailor-made__slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .tailor-made__splide:not(.is-active) .tailor-made__slide {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.tailor-made__slide {
  display: flex;
  flex-direction: column;
}
.tailor-made__slide p {
  flex: 1;
}
.tailor-made__listings--hidden {
  display: none;
}
.tailor-made__image {
  display: block;
  position: relative;
}
.tailor-made__image--push {
  margin: 10px 0 0;
}
.tailor-made__img {
  width: 100%;
  display: block;
  margin: 0 0 5px;
}
.tailor-made__img--circle {
  border-radius: 50%;
}
.tailor-made__img--center {
  width: auto;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .tailor-made__img--mobile {
    display: none;
  }
}
.tailor-made__img--desktop {
  display: none;
}
@media (min-width: 640px) {
  .tailor-made__img--desktop {
    display: block;
  }
}
.tailor-made__figure {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin: -15px 0;
}
.tailor-made__figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tailor-made__link {
  text-decoration: none;
}
.tailor-made__caption {
  padding: 5px 20px;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  border: 1px solid #a70a2c;
  color: #a70a2c;
}
@media (min-width: 0px) {
  .tailor-made__caption {
    font-size: 22px;
  }
}
@media (min-width: 460px) {
  .tailor-made__caption {
    font-size: 22px;
  }
}
@media (min-width: 640px) {
  .tailor-made__caption {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .tailor-made__caption {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .tailor-made__caption {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .tailor-made__caption {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .tailor-made__caption {
    font-size: 22px;
  }
}
.tailor-made__overlay {
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 30px;
  left: 0px;
  background: #333;
  color: #fff;
  padding: 5px 20px;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.tailor-made__overlay--right {
  left: unset;
  right: 0px;
}
.tailor-made__cta {
  background: #a70a2c;
  color: #fff;
  padding: 15px;
  margin: 30px 0;
}
.tailor-made__cta--alt {
  background: #505050;
}
.tailor-made__cta--narrow {
  padding: 15px 0;
}
.tailor-made__cta--narrow .tailor-made__row--center {
  margin: 0;
}
@media (min-width: 768px) {
  .tailor-made__cta--narrow .tailor-made__col {
    flex: 1;
    max-width: inherit;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .tailor-made__cta--narrow .tailor-made__col--details {
    flex: 0 0 280px;
  }
}
.tailor-made__cta--narrow .tailor-made__col--details .tailor-made__title {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 5px;
}
.tailor-made__cta--narrow .tailor-made__col--details ul {
  margin: 0;
}
.tailor-made__cta--narrow .tailor-made__col--details a {
  color: #fff;
}
.tailor-made__cta--narrow .tailor-made__figure {
  padding-bottom: 51%;
}
@media (min-width: 768px) {
  .tailor-made__cta--narrow .tailor-made__figure {
    padding-bottom: 128%;
  }
}
@media (min-width: 1024px) {
  .tailor-made__cta--narrow .tailor-made__figure {
    padding-bottom: 58%;
  }
}
.tailor-made__expert {
  display: flex;
  margin: 0 0 15px;
}
.tailor-made__expert:last-of-type {
  margin: 0;
}
.tailor-made__flex--auto {
  flex: 1 1 auto;
}
.tailor-made__flex--image {
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}
.tailor-made__intro {
  text-align: center;
  margin: 0 0 45px;
}
.tailor-made__intro--flush {
  margin: 0 0 15px;
}
.tailor-made__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
.tailor-made__heading--primary {
  color: #a70a2c;
}
.tailor-made__heading--center {
  text-align: center;
}
.tailor-made__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  margin: 0;
}
.tailor-made__title--primary {
  color: #a70a2c;
}
.tailor-made__title--box {
  color: #a70a2c;
  background-color: #fff;
  border: 1px solid #a70a2c;
  padding: 5px 10px;
  margin: 0 0 10px;
}
.tailor-made__title--push {
  margin: 0 0 15px;
}
.tailor-made__location {
  font-size: 12px;
}
.tailor-made__location--box {
  color: #a70a2c;
  background-color: #fff;
  border: 1px solid #a70a2c;
  border-top: 0;
  padding: 0 10px 10px;
  margin: -15px 0 10px;
}
.tailor-made__text--lg {
  font-size: 16px;
  font-weight: 700;
}
.tailor-made__reviews {
  background: #f4f1ea;
  padding: 15px 0;
  margin: 0 0 60px;
}
.tailor-made__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 15px;
}
.tailor-made__meta--center {
  align-items: center;
}
.tailor-made__meta--flush {
  margin: 0;
}
.tailor-made__meta--start {
  align-items: flex-start;
}
.tailor-made__tag {
  background: #333;
  color: #fff;
  margin: 5px 0 0;
  display: inline-block;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: 700;
}
.tailor-made__button--right {
  text-align: right;
}
.tailor-made__map {
  width: 100%;
  height: 70vh;
  margin: 0 0 30px;
}
.tailor-made__map--spaced {
  margin: 30px 0;
}
.tailor-made__gallery--link {
  text-decoration: none;
}
.tailor-made__gallery--link .button--primary-o:hover {
  background: #a70a2c;
  color: #fff;
}
.tailor-made__destinations {
  margin: 0 0 30px;
}

.video__heading {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  text-align: center;
}
.video__row {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  margin: 0 -15px -30px;
}
.video__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .video__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .video__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.video__image {
  display: block;
  border: 1px dotted #999;
  padding: 5px;
}
.video__img {
  display: block;
  width: 100%;
}
.video__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.video__link {
  text-decoration: none;
}

.video-entry__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
}
.video-entry__container {
  position: relative;
  padding: 0 0 56.25%;
  margin: 0 0 15px;
}
.video-entry__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.what-is-this {
  background-color: rgb(252, 252, 175);
  border: 1px solid yellow;
  padding: 6px;
}

/* import modules */
.booking-form__option {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.booking-form__option span {
  max-width: 75%;
}

.booking-steps {
  margin: 0 10px 30px 0;
  padding: 0;
  font-size: 22px;
  color: #fff;
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  display: flex;
}
.booking-steps__step {
  display: inline-block;
  background: #a2a098;
  position: relative;
  padding: 0 0 0 10px;
  text-align: center;
  flex-grow: 1;
  height: 37px;
}
.booking-steps__step::before, .booking-steps__step::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  top: 0;
  background: transparent;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
}
.booking-steps__step::before {
  right: -10px;
  z-index: 10;
  border-left: 10px solid #a2a098;
}
.booking-steps__step::after {
  right: -13px;
  top: -5px;
  z-index: 5;
  border-left: 13px solid #fff;
  border-top-width: 24px;
  border-bottom-width: 24px;
}
.booking-steps__step--active {
  background: #a70a2c;
}
.booking-steps__step--active::before {
  border-left: 10px solid #a70a2c;
}
.booking-steps__step--complete {
  background: #333;
}
.booking-steps__step--complete::before {
  border-left: 10px solid #333;
}
.booking-steps__link {
  display: block;
  color: #fff;
  text-decoration: none;
}
.booking-steps__title {
  display: none;
}
@media (min-width: 1024px) {
  .booking-steps__title {
    display: inline;
  }
}

.booking-summary.border-box {
  padding: 6px 15px 15px;
}
.booking-summary__container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.booking-summary__item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0;
}
.booking-summary__item p {
  margin: 0;
}
.booking-summary__item--wrap {
  flex-wrap: wrap;
}
.booking-summary__item--total {
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  padding: 6px 0;
  margin: 6px 0;
  color: #a70a2c;
  font-weight: 700;
}
.booking-summary__heading {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.booking-summary__heading--full-width {
  width: 100%;
}
.booking-summary__heading--main {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0 0 6px 0;
  font-size: 28px;
  border-bottom: 1px dotted;
}
.booking-summary__clear-form {
  margin-top: 15px;
}
.booking-summary__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.booking-summary__sublist-item {
  display: flex;
  justify-content: space-between;
}
.booking-summary__sublist-item span {
  max-width: 65%;
}

/* import third party  styles */
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: auto;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
@media (min-width: 768px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
}
.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
}
@media (min-width: 768px) {
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide-image {
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
@media (min-width: 768px) {
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
}
.desc-top .gslide-image img, .desc-bottom .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
@media (min-width: 768px) {
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
}
.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}
.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .gslide-inline {
    max-height: 95vh;
  }
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
@media (min-width: 768px) {
  .gslide-external {
    max-height: 100vh;
  }
}

.gslide-media {
  display: block;
  display: inline-flex;
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  box-shadow: none !important;
}
.desc-top .gslide-media, .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}
.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}
@media (min-width: 768px) {
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
}
.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  padding: 15px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}
@media (min-width: 768px) {
  .glightbox-open {
    height: auto;
  }
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  will-change: opacity;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}
.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean,
.glightbox-modern {
  /* .gprev,
     .gnext,
     .gclose{
         border: none;
         background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
     } */
}
@media (min-width: 768px) {
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
}
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 15px;
}
@media (min-width: 768px) {
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner,
  .glightbox-modern .description-left .gdesc-inner,
  .glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
}
.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 0;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.5);
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}
.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}
.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}
@media (min-width: 768px) {
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }
}
.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}
@media (min-width: 768px) {
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
  background-position: -59px 2px;
}
.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}
@media (min-width: 1024px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.splide__arrow {
  border-radius: 0;
  background: none;
}
.splide__arrow svg {
  width: 40px;
  height: 40px;
}
.splide__arrow svg path {
  fill: #860328;
}
.splide__arrow--prev {
  left: -33px;
}
@media (min-width: 460px) {
  .splide__arrow--prev {
    left: -50px;
  }
}
.splide__arrow--next {
  right: -33px;
}
@media (min-width: 460px) {
  .splide__arrow--next {
    right: -50px;
  }
}
.splide__pagination {
  bottom: 8px;
}
.splide__pagination__page {
  background: #999;
  opacity: 1;
}
.splide__pagination__page.is-active {
  background: #a70a2c;
  transform: none;
}

/* import base styles */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-out-up {
  0% {
    opacity: 1;
    transform: translateY(2rem);
  }
  90% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    transform: translateY(2rem);
  }
  90% {
    opacity: 0;
    transform: translateY(0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
.site,
.site-wrap {
  max-width: 100vw;
}

/*
Forces a sticky footer
*/
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site > .site-wrap {
  flex: 1;
}

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-main:focus, .skip-main:active {
  position: static;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  background: #fff;
  padding: 5px;
  text-align: center;
  z-index: 999;
}

.container {
  margin: 0 auto;
  width: 300px;
}
@media (min-width: 640px) {
  .container {
    width: 460px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 980px;
  }
}

@font-face {
  font-family: "YanoneKaffeesatz-Light";
  src: url("/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.eot");
  src: url("/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.svg") format("svg"), url("/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/FontAwesome/fontawesome-webfont.eot");
  src: url("/fonts/FontAwesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/FontAwesome/fontawesome-webfont.svg") format("svg"), url("/fonts/FontAwesome/fontawesome-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.img,
.isvg {
  max-width: 100%;
  height: auto;
}
.img--block,
.isvg--block {
  display: block;
}
.img--round,
.isvg--round {
  border-radius: 50%;
}

.border-box {
  border: 1px dotted #999;
  padding: 5px;
  margin: 0 0 15px;
}
.border-box--sidebar {
  margin: 0 0 30px;
}
.border-box--white {
  background: #fff;
}
.border-box--tall {
  height: 100%;
}
.border-box__inner {
  background: #f4f1ea;
  padding: 15px;
  height: 100%;
}
.border-box__inner--narrow {
  padding: 10px;
}
.border-box__inner--center {
  text-align: center;
}
.border-box__inner--white {
  background: transparent;
}
.border-box__inner--relative {
  position: relative;
}
.border-box__inner--reviews {
  margin-bottom: -1.01rem;
}
.border-box__inner--reviews .holiday-introduction__splide {
  margin-bottom: -1.05rem;
}
.border-box__meta {
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .border-box__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.border-box__toggle, .border-box__title {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
  color: #a70a2c;
}
.border-box__title--flush {
  margin: 0;
}
.border-box h4 {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}
.border-box__toggle {
  cursor: pointer;
  position: relative;
  margin: 0;
}
.border-box__toggle::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  top: 13px;
  right: 14px;
  font-size: 16px;
}
.border-box__toggle--up::after {
  content: "\f077";
}
.border-box__toggle--down::after {
  content: "\f078";
}
.border-box__toggle-area {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.border-box__toggle-area .border-box__title:first-of-type {
  padding: 15px 0 0;
}

.sep {
  border: 0;
  border-top: 1px dotted #999;
  margin: 30px 0;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: visibility 0s 0.3s, height 0s 0.3s linear, opacity 0.3s linear;
}

html {
  color: #333;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a,
.js-link {
  color: #a70a2c;
  text-decoration: underline;
}
a:hover,
.js-link:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "YanoneKaffeesatz-Light", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ul,
ol {
  margin: 0 0 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
}

@media (min-width: 0px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 460px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 640px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}

@media (min-width: 0px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 460px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

@media (min-width: 0px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (min-width: 460px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (min-width: 640px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

@media (min-width: 0px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (min-width: 460px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

@media (min-width: 0px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (min-width: 460px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (min-width: 640px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

@media (min-width: 0px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 460px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 0px) {
  p,
  ul,
  ol {
    font-size: 14px;
  }
}
@media (min-width: 460px) {
  p,
  ul,
  ol {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  p,
  ul,
  ol {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  p,
  ul,
  ol {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  p,
  ul,
  ol {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  p,
  ul,
  ol {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  p,
  ul,
  ol {
    font-size: 14px;
  }
}

ul,
ol {
  padding: 0 0 0 20px;
}

@media (min-width: 0px) {
  table {
    font-size: 14px;
  }
}
@media (min-width: 460px) {
  table {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  table {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  table {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  table {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  table {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  table {
    font-size: 14px;
  }
}

.heading__tick {
  padding: 1px 0 1px 45px;
  background: url("/img/icon-tick.jpg") top left/40px no-repeat;
}

/* import 'sins' file - when you need to put a quick hacky fix in */
/*
This file is for nasty, hacky, fixes that need to be done quickly
They should always only be temporary and should be resolved properly asap then removed from this file
*/
/* import 'ie' file - Internet Explorer fun! */
.ie-warning {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .ie-warning {
    display: block;
    background: #d2c589;
    width: 100%;
    padding: 15px 30px;
  }
  .ie-warning > * {
    margin: 0;
  }
  .site-wrap,
  .site {
    display: block;
  }
  .splide {
    visibility: visible;
  }
  .hero__slides > *:not(:first-child) {
    display: none;
  }
  .category-images__content {
    width: 100%;
  }
  .tailor-made__slides {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tailor-made__slide {
    width: 30%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tailor-made__title {
    line-height: 1;
  }
  .destinations__map {
    width: 100%;
    height: 280px;
  }
  .banner-blocks__content {
    position: relative;
  }
  .banner-blocks__title {
    position: absolute;
    line-height: 1.1;
  }
  .banner-blocks__link {
    bottom: 0;
    position: absolute;
  }
}

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