/*@import "sprite";*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small,
.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 {
  vertical-align: middle;
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important; }

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3em; }

/*IMGS*/
.w-img {
  overflow: hidden; }
  .w-img img {
    width: 100%;
    height: auto; }
  .w-img .img-cover {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%; }

.text-underline {
  text-decoration: underline !important; }

.text-success {
  color: #b3cf6c !important; }

.flex-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

/*BUTTONS*/
.custom-wrap .btn {
  max-width: 100%;
  min-width: 183px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  padding: 13px 15px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  border-color: transparent; }
.custom-wrap  .btn-warning {
    background-color: #a51a36;
    color: #fff; }
.custom-wrap .btn-warning:hover {
      color: #fff;
      background-color: #8f172f; }

.custom-wrap .btn:focus, .custom-wrap .btn.focus {
  outline: none; }

/*
--------------------- PAGES ---------------------*/
/*  SP SLIDER  */
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
  content: none; }

.sp-arrow {
  width: 31px;
  height: 58px;
  background: no-repeat center;
  background-size: 31px 58px; }

.sp-previous-arrow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA6CAYAAABIz4K8AAACDElEQVRYR82Zzy5EMRTGv/MOrBALIhHsxCNYWViIlXgJHkcsbawmsxEEWzyCp5iNiESOdPRKp27b256ejlnOTPL7zp+vPW0JDT/MvAjgAsAmgDNqxbbgBwDblvnWBN4DNvyROjwAfgGwrwqPgokmavAU2ORdBT4ErAJn5mUAt9ZOnZl+akw0cd1VNXILfgKw5kB6wVUjzwVXgwfAJgOHfqqrpj0AfgRwQETvsRVUVHMJWJR2KbgYXgNcBGfmdQBmd1px6jmoxn79s2puwaaLl6TgrMhrgwfDA+AxgGMi+igdSJJpj4CPiOizFJyMXBMchWuDg3Bm3rB2crva1Fic6ujazsw7Frzg/LE6+E/kLcEz8AB4ZO0k6uqQI6ZWC4CvAJwS0ZfETtEtlZnNCcKszW6N1cHTtDPzM4A9R2ETcAd/BbA7L3iftZpEP9+G69Id6PhrACfSDSRqtYQAldWtd21vucr17uetBASHiRYCopOM9p7+f8coxwVmVvdHZrELkpEnBNzZk2j0QDjI56mts/bsPjjyRAb0j0u1BWRH7gm4B7Baem4rhtvxy9w8+RdAg0sggksFiOESAVXgEQHBO7jkQTHle//33Lu4apE7LuhrQv3rz1wB1SP3BNwA2HLKM5MBNbhtQvOg476rmK9/BajCkwJyO7rk/3N74HF6wC9Bm6ctT8AlAHPtcv4NTshR/ojUhfoAAAAASUVORK5CYII="); }

.sp-next-arrow {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA6CAYAAABIz4K8AAAB5klEQVRYR8XZP0oEMRTH8W8QRGw8hVew3hUVG7GysRSPo5cQK7GwsPIIYreKIFqIWukdnrwlyuzuTDbJvGSmHz6/TP6/cSJyAJwBL8CJc+6bSo8TEUU3vfcIbNcKoPgNcNhobLUAim8Ad8BW7QBOwaECTPFAgCdg3zn3WWIM/uOBAG/AqESAGbx2gAW8ZoBWvFaATtwHWAdugXFjwJmNgSBeOsBSvGSAKDwQ4B3Ycc695qwD0XggwJdfB5IDJOHWAZJxywBZeCOAbse7jf5O6oJs3AdYBa4BPQ39PdEBeuF9A/TG+wQwwQMBfvyZcNK2DpjhOQFM8dQA5nhKgCJ4I8AlcNTo75kxUAz3AVaAC+C4LUBRfGmAnK0w9R0RafsCD8VbHmj9fXG8o9U68MZF8QCsN+FJMVxEdMe7mrsBl59qHp7fahfWefOWx8I6EE3xDlgPF9rHWgGZeczwAKw33NaTrQmeA5t89ly4Ny4ia3461T1AikjbDTb65Jrdcgs4C++AP/x0SrqvJY32Dji7WBCNW8PRn70EHIWXgpfiviyqN9FRY1HO7uPotb2jHmsGd7a8BtyKd8DPwJ51/TWm8Fus+P+PD1Fzn+JDwNM+Hwr+wwf9wTPory09hZwDOp1Oa/1T08/+C0RqWCsMfcWXAAAAAElFTkSuQmCC"); }

.text-warning {
  color: #b0102a !important; }

.pb-3 {
  padding-bottom: 15px !important; }

.m-0 {
  margin: 0 !important; }

.mb-3 {
  margin-bottom: 15px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.my-3 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mb-44 {
  margin-bottom: 44px !important; }

.bold {
  font-weight: bold !important; }

.text-uppercase {
  text-transform: uppercase; }

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

.grey-bg {
  background-color: #e8e8e8 !important; }

.light-grey-bg {
  background-color: #f9f9f9 !important; }

.divider {
  display: block;
  height: 2px; }
  .divider.warning {
    background-color: #b0102a; }

.custom-wrap {
  margin: 0 auto; }
  .custom-wrap * {
    font-family: inherit;
    font-size: inherit; }
  .custom-wrap *,
  .custom-wrap *::before,
  .custom-wrap *::after {
    box-sizing: border-box; }
  .custom-wrap p {
    margin-top: 0;
    margin-bottom: 22px; }
    .custom-wrap p:last-child {
      margin-bottom: 0; }
  .custom-wrap a {
    transition: 0.3s ease-in-out;
    -webkit-text-decoration-skip: objects; }
    .custom-wrap a:not([href]):not([tabindex]), .custom-wrap a:not([href]):not([tabindex]):hover, .custom-wrap a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none; }
    .custom-wrap a:hover {
      text-decoration: none; }
  .custom-wrap svg:not(:root) {
    overflow: hidden; }
  .custom-wrap button:focus {
    outline: none; }
  .custom-wrap ul:last-child {
    margin-bottom: 0; }
  .custom-wrap .nav-menu {
    margin-bottom: 40px; }
  .custom-wrap .section {
    margin-bottom: 55px; }
  .custom-wrap .article-header {
    margin-bottom: 22px; }
  .custom-wrap .section-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #505050;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 15px;
    background-color: #e9e9e9;
    margin: 0 0 42px 0; }
    .custom-wrap .section-title .icon {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #a7112b; }
      .custom-wrap .section-title .icon-left {
        margin-right: 11px; }
  .custom-wrap .nav-menu .nav-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #a7112b;
    margin-bottom: 5px; }
  .custom-wrap .nav-menu .nav-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: calc(100% / 3);
    min-width: 200px;
    color: #fff;
    font-size: 17px;
    padding: 21px 15px; }
    .custom-wrap .nav-menu .nav-item a {
      color: inherit; }
  .custom-wrap .text-block .title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 31px; }
  .custom-wrap .muted-block {
    color: #3d3d3d;
    padding: 21px 43px 31px; }
  .custom-wrap .dotted-list {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    list-style-type: none; }
    .custom-wrap .dotted-list li {
      position: relative; }
      .custom-wrap .dotted-list li:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #b0102a;
        top: 8px;
        margin-right: 10px;
        z-index: 1; }
      .custom-wrap .dotted-list li:last-child {
        margin-bottom: 0; }
  .custom-wrap .cost-block {
    position: relative;
    padding: 42px 37px 47px;
    margin-bottom: 43px; }
    .custom-wrap .cost-block .divider {
      margin: 24px 0 18px; }
    .custom-wrap .cost-block .btn {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }
  .custom-wrap .accommodation-block {
    color: #3f3f3f; }
    .custom-wrap .accommodation-block .w-img {
      position: relative; }
      .custom-wrap .accommodation-block .w-img .title {
        position: absolute;
        top: 38px;
        width: 100%;
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: bold;
        padding: 29px 15px;
        background-color: #a51a36;
        z-index: 2; }
    .custom-wrap .accommodation-block .txt-block {
      padding: 35px 27px; }
    .custom-wrap .accommodation-block .dotted-list li {
      margin-bottom: 0; }
    .custom-wrap .accommodation-block .grid {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -23px 21px; }
      .custom-wrap .accommodation-block .grid .column {
        padding: 0 23px 35px 23px; }
        .custom-wrap .accommodation-block .grid .column:first-child {
          border-right: 2px solid #b0102a; }
    .custom-wrap .accommodation-block .accommodation-dates {
      max-width: 280px;
      margin: 34px auto 0; }
  .custom-wrap .esp-slider .sp-bottom-thumbnails .sp-thumbnail-container,
  .custom-wrap .esp-slider .sp-top-thumbnails .sp-thumbnail-container {
    margin-left: 7px;
    margin-right: 7px; }
  .custom-wrap .esp-slider .sp-thumbnails {
    margin-top: 5px; }
  .custom-wrap .barcode-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 38px;
    background-color: #e9e9e9; }
    .custom-wrap .barcode-section .bar-img {
      width: 192px;
      height: 192px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 85px;
      background-color: #ccc;
      box-shadow: 0 0 60px 22px rgba(255, 255, 255, 0.92); }
    .custom-wrap .barcode-section .bar-txt {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .custom-wrap .barcode-section .bar-txt p {
        color: #505050; }

.timeline-holder {
  position: relative; }
  .timeline-holder:before {
    content: '';
    position: absolute;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #b0102a; }
  .timeline-holder .timeline-title {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase; }
  .timeline-holder .timeline-item {
    position: relative;
    color: #3a3a3a;
    padding: 25px 25px 0; }
    .timeline-holder .timeline-item ul {
      -webkit-padding-start: 0;
              padding-inline-start: 0; }
      .timeline-holder .timeline-item ul li {
        margin-bottom: 18px; }
    .timeline-holder .timeline-item .timeline-title {
      color: #3b3b3b; }
      .timeline-holder .timeline-item .timeline-title:before {
        content: '';
        position: absolute;
        top: -2px;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #b0102a;
        -webkit-transform: translateX(14px);
            -ms-transform: translateX(14px);
                transform: translateX(14px);
        z-index: 1; }

/*
LAYOUTS*/
@media (min-width: 320px) and (max-width: 991.98px) {
  .custom-wrap {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .custom-wrap {
    max-width: 779px; } }

@media (min-width: 768px) {
  .w-md-50 {
    width: 50%; }
  .timeline-holder {
    overflow: hidden; }
    .timeline-holder:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .timeline-holder .timeline-item {
      width: 50%;
      float: left;
      text-align: right;
      padding: 10% 25px 0; }
      .timeline-holder .timeline-item .timeline-title:before {
        right: -25px;
        -webkit-transform: translate(50%, -3px);
            -ms-transform: translate(50%, -3px);
                transform: translate(50%, -3px); }
      .timeline-holder .timeline-item:first-child {
        padding-top: 24px; }
      .timeline-holder .timeline-item:nth-child(2n) {
        float: right;
        text-align: left;
        border-right: none; }
        .timeline-holder .timeline-item:nth-child(2n) .timeline-title:before {
          left: -25px;
          -webkit-transform: translate(-50%, -3px);
              -ms-transform: translate(-50%, -3px);
                  transform: translate(-50%, -3px); } }

@media (max-width: 1199px) {
  .wrap {
    padding: 0 15px; } }

@media (max-width: 767.98px) {
  .sp-horizontal .sp-arrow {
    background-size: 20px 42px; }
  .sp-horizontal .sp-previous-arrow {
    left: 5px; }
  .sp-horizontal .sp-next-arrow {
    right: 5px; }
  .custom-wrap .nav-menu .nav-line {
    margin-bottom: 0; }
    .custom-wrap .nav-menu .nav-line:first-child {
      padding-top: 15px; }
    .custom-wrap .nav-menu .nav-line:last-child {
      padding-bottom: 15px; }
  .custom-wrap .nav-menu .nav-item {
    width: 100%; }
  .custom-wrap .accommodation-block .grid .column:first-child {
    border-right: none; }
  .timeline-holder:before {
    left: 0; }
  .timeline-holder .timeline-title:before {
    left: -50px; } }

/*# sourceMappingURL=maps/main.css.map */
