@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.42em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------
	GENERAL
-----------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }

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

body, html {
  min-height: 100%;
  overflow-x: hidden; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 16px;
  /*font-feature-settings: "onum" 1;*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  color: #444; }

a {
  color: #DF2036; }

.ucase {
  text-transform: uppercase; }

body::before {
  content: "small";
  display: none; }

@media (min-width: 661px) {
  body::before {
    content: "form"; } }

@media (min-width: 800px) {
  body::before {
    content: "large"; } }

/*----------------------
	TYPOGRAPHY 
----------------------*/
span.numbers {
  letter-spacing: -2px; }

p,
ul,
ol {
  margin: 0 0 15px 0;
  line-height: 1.5;
  padding: 0; }

ul,
ol {
  padding-left: 20px; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 0 0 1em 0;
  padding: 0; }

h1 {
  font-size: 2.25rem;
  line-height: 1; }

h2 {
  margin-bottom: 10px;
  color: #082032;
  font-size: 1.625rem; }

h3 {
  color: #082032;
  font-size: 1.3125rem;
  margin: 0 0 8px 0; }

h4 {
  color: #082032;
  font-size: 1.2rem;
  margin: 0 0 8px 0; }

p + h3,
ul + a:not(.anchor) + h3,
p + a:not(.anchor) + h3,
ul + h3 {
  margin-top: 25px; }

h3.reverse {
  background: #082032;
  color: #fff;
  font-size: 1.375rem;
  padding: 12px 15px;
  border-radius: 3px;
  margin-bottom: 15px; }

h3.no-bottom-radius {
  border-radius: 3px 3px 0 0; }

fieldset + h3 {
  margin-top: 20px; }

h4,
legend {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.3125rem;
  margin: 0 0 0.5em 0;
  font-weight: 400; }

h5 {
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0 0 .7em 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #082032; }

h6 {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin: 0 0 .7em 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #082032; }

h6 + ul,
p + ul {
  margin-top: -5px; }

li > ol {
  margin-bottom: 5px; }

address {
  font-style: normal; }

.underline {
  text-decoration: underline;
  color: #DF2036; }

.lines-across {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .lines-across b {
    background: #082032;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
    font-weight: 400; }
  .lines-across::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1; }

.lines-across.reverse b {
  background: #fff; }

.lines-across.reverse::before {
  background: rgba(8, 32, 50, 0.7); }

p + .lines-across,
ul + .lines-across {
  margin-top: 30px; }

.note {
  font-size: 0.9375rem; }

.list--2-col,
.list--3-col,
.list--5-col {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 3px 0 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left; }
  .list--2-col li,
  .list--3-col li,
  .list--5-col li {
    margin-bottom: 12px; }
  .list--2-col br,
  .list--3-col br,
  .list--5-col br {
    display: none; }
  .list--2-col strong,
  .list--3-col strong,
  .list--5-col strong {
    font-size: 120%;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.1; }

.list--conditions {
  text-align: left;
  margin-bottom: 0; }
  .list--conditions li {
    margin-bottom: 12px; }
  .list--conditions li:last-child {
    margin-bottom: 0; }

@media (min-width: 880px) {
  .list--conditions {
    padding-left: 20px; } }

a.anchor {
  display: inline-block;
  margin: 15px 0 0 0; }

dl.contact {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  dl.contact dd,
  dl.contact dt {
    margin: 0;
    padding: 0;
    display: inline-block; }
  dl.contact dt {
    min-width: 60px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #8D8D8D; }
    dl.contact dt::after {
      content: " :"; }

address + .contact {
  margin-top: 15px; }

.red {
  color: #DF2036; }

@media (min-width: 800px) {
  .list--2-col,
  .list--3-col {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    .list--2-col br,
    .list--3-col br {
      display: inline; }
    .list--2-col li,
    .list--3-col li {
      margin: 10px 2% 25px 2%; }
  .list--2-col li br {
    display: none; }
  .list--conditions {
    text-align: center;
    list-style: inside; }
    .list--conditions li {
      text-align: center; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5rem; } }

@media (min-width: 880px) {
  .list--5-col {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px; }
    .list--5-col br {
      display: inline; }
    .list--5-col li {
      margin: 10px 5px 25px 5px; }
    .list--5-col li:first-child {
      min-width: 160px;
      margin-left: 0; }
    .list--5-col li:nth-child(2) {
      min-width: 180px; }
    .list--5-col li:nth-child(4) {
      min-width: 155px; }
    .list--5-col li:last-child {
      margin-right: 0;
      min-width: 150px; } }

/*----------------------
	STATE 
----------------------*/
.is-visible {
  display: block !important; }

.hide-header__nav {
  mobiledisplay: none; }

.hide {
  display: none; }

/*----------------------
	BUTTONS
-----------------------*/
button,
.button {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: none;
  box-shadow: none;
  background: #DF2036;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: -0.5px;
  padding: 14px 30px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  text-align: center; }

.button--white {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  color: #DF2036;
  padding: 12px 15px; }

.button.small {
  font-size: .75rem;
  padding: 5px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  font-weight: 400; }

.button.big {
  font-size: 1.125rem;
  padding: 16px 50px; }

.button--wide {
  width: 100%;
  max-width: 300px;
  min-width: 260px; }

.button--date {
  width: 100%;
  min-width: 200px; }

.button--inline {
  width: auto;
  min-width: auto; }

.button.reverse {
  border: 2px solid #B7C501;
  background: none;
  color: #B7C501;
  padding: 10px 15px;
  border-radius: 4px; }

.highlight {
  display: inline-flex;
  background: #fff;
  border-radius: 4px;
  padding: 5px 20px;
  min-height: 38px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9375rem;
  background: #082032;
  color: #fff; }

.highlight.big {
  font-size: 1.25rem; }

.action--back {
  position: relative;
  padding: 12px 10px 12px 32px;
  line-height: 1;
  text-align: left; }
  .action--back::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: 'keyboard_arrow_left';
    font-size: 24px;
    position: absolute;
    display: inline-block;
    top: 7.5px;
    left: 10px; }

.action--full {
  width: 100%;
  display: block;
  border-radius: 0; }

/*----------------------
	ICONS
-----------------------*/
.icon-inline {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 31px;
  height: 31px; }

i.icon--ticket {
  background-image: url("../img/icon-ticket.svg");
  width: 32px; }

i.icon--grandstand {
  background-image: url("../img/icon-grandstand.svg"); }

i.icon--vip {
  background-image: url("../img/icon-vip.svg"); }

i.icon--baggage {
  background-image: url("../img/icon-baggage.svg");
  width: 30px; }

i.icon--camp {
  background-image: url("../img/icon-camp.svg");
  width: 40px; }

i.icon--child {
  background-image: url("../img/icon-child.svg");
  width: 19px; }

i.icon--power {
  background-image: url("../img/icon-power.svg");
  width: 28px;
  height: 35px; }

i.icon--power-white {
  background-image: url("../img/icon-power-white.svg");
  width: 28px;
  height: 35px; }

i.icon--race {
  background-image: url("../img/icon-race.svg");
  width: 35px;
  height: 35px; }

i.icon--bar {
  background-image: url("../img/icon-bar.svg");
  width: 47px;
  height: 39px; }

i.icon--bar-white {
  background-image: url("../img/icon-bar-white.svg");
  width: 47px;
  height: 39px; }

/* ICONS SVG */
.icon {
  position: relative;
  padding-left: 45px; }
  .icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -30px;
    margin-top: -3px; }

.icon-only {
  font-size: 0; }
  .icon-only::before {
    content: '';
    display: inline-block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }

a.icon,
a.m-icon {
  text-decoration: none; }

.icon--facebook::before {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-facebook.svg"); }

.icon--twitter::before {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-twitter.svg"); }

p.m-icon--arrow-left {
  line-height: 1.3;
  color: #8D8D8D;
  margin: 0; }

p.m-icon--arrow-left {
  padding-left: 0;
  padding-top: 25px; }
  p.m-icon--arrow-left::before {
    margin: 0 auto;
    margin-top: -25px;
    left: 0;
    right: 0;
    border-radius: 100px;
    border: 1px solid #8D8D8D;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #8D8D8D;
    opacity: 0.5;
    font-size: 18px; }

/* MATERIAL ICONS */
.m-icon {
  padding-left: 45px;
  position: relative; }
  .m-icon::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 24px;
    position: absolute;
    margin-left: -30px;
    margin-top: -3px;
    display: inline-block; }

.m-icon.after {
  position: relative; }
  .m-icon.after::before {
    display: none; }
  .m-icon.after::after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 24px;
    position: absolute;
    display: inline-block; }

.m-icon-only {
  font-size: 0;
  text-decoration: none; }
  .m-icon-only::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 24px; }

.m-icon-field {
  position: relative; }
  .m-icon-field::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 24px;
    position: absolute;
    display: inline-block;
    color: rgba(141, 141, 141, 0.6);
    top: 10px;
    left: 10px;
    z-index: 1 }

.package-icon::before {
  font-size: 32px;
  color: #B7B7B7; }

.package-icon.m-icon--deal::before {
  font-size: 37px;
  line-height: 1.2; }

.m-icon--close::before {
  content: 'close';
  font-size: 30px;
  color: #DF2036; }

.m-icon--email::before {
  content: 'email'; }

.m-icon--phone::before {
  content: 'phone'; }

.m-icon--deal::before {
  content: 'local_play'; }

.m-icon--date::before {
  content: 'event'; }

.m-icon--room::before {
  content: 'hotel'; }

.m-icon--map::before {
  content: 'map'; }

.m-icon--pic::before {
  content: 'photo';
  margin: 0;
  left: 5px;
  top: 6px; }

.m-icon--arrow-left::before {
  content: 'arrow_back'; }

.button.m-icon--pic {
  padding-left: 30px; }

.m-icon--cart::before {
  content: 'shopping_cart'; }

.m-icon--arrow::after {
  content: 'keyboard_arrow_down';
  color: #DF2036; }

.m-icon--grandstand::before {
  content: 'radio_button_checked';
  color: #DF2036; }

.m-icon--info::before {
  content: 'info_outline';
  color: #DF2036;
  margin-left: -26px;
  margin-top: -1px; }

.m-icon--check-circle {
  padding-left: 35px; }
  .m-icon--check-circle::before {
    content: 'check';
    color: #DF2036;
    border: 2px solid #DF2036;
    border-radius: 100px;
    margin-left: -35px; }

.m-icon--help {
  color: #082032; }
  .m-icon--help::before {
    content: 'help'; }

/*----------------------
	FORM
-----------------------*/
form {
  margin: 0;
  padding: 0; }

label {
  display: block;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #444;
  margin: 0 0 3px 0; }
  label.mandatory::after {
    content: " *";
    color: #DF2036; }

label.copy {
  font-size: 1rem;
  text-transform: none;
  line-height: 1.4; }

input::placeholder {
  color: rgba(141, 141, 141, 0.5); }

input,
textarea {
  background: #fff;
  border: 1px solid #C2CED9;
  padding: 10px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  width: 100%; }

textarea {
  min-height: 100px; }

input + input {
  margin-top: 15px; }

/* SELECT */
select {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #C2CED9;
  padding: 12px 30px 12px 10px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  width: 100%; }

.m-icon-field select,
.icon-field select {
  padding-left: 40px; }

.select__wrapper {
  position: relative;
  display: inline-block;
  width: 100%; }
  .select__wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #082032 transparent transparent transparent;
    position: absolute;
    z-index: 2;
    right: 12px;
    top: 18px;
    pointer-events: none; }

.select__wrapper.m-icon::before,
.select__wrapper.icon::before {
  top: 10px;
  left: 8px;
  color: #ccc;
  font-size: 23px; }

.select--qty {
  max-width: 80px; }

.select--small {
  max-width: 140px; }

/* RADIO BUTTON */
.radio-button__wrapper {
  position: relative;
  display: inline-block;
  margin-right: 10px; }
  .radio-button__wrapper input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden; }
  .radio-button__wrapper label {
    position: relative;
    padding-left: 35px;
    font-size: 1rem;
    text-transform: none;
    padding: 2px 15px 20px 30px;
    display: inline-block; }
    .radio-button__wrapper label::before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "radio_button_unchecked";
      top: -1px;
      left: 0;
      position: absolute;
      font-size: 24px; }
  .radio-button__wrapper input[type="radio"]:checked + label::before {
    content: "radio_button_checked";
    color: #DF2036; }

/* CHECKBOX */
.checkbox__wrapper {
  position: relative;
  display: inline-block; }
  .checkbox__wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden; }
  .checkbox__wrapper label {
    position: relative;
    padding-left: 35px;
    font-size: 1rem;
    text-transform: none;
    padding: 2px 15px 20px 30px;
    display: inline-block; }
    .checkbox__wrapper label::before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "check_box_outline_blank";
      top: -1px;
      left: 0;
      position: absolute;
      font-size: 24px; }
  .checkbox__wrapper input[type="checkbox"]:checked + label::before {
    content: "check_box";
    color: #DF2036; }

/* NUMBER + - */
.input--number__wrapper {
  display: flex;
  justify-content: center; }
  .input--number__wrapper input[type="tel"] {
    border-radius: 0;
    margin: 0;
    height: 40px;
    width: 40px; }
  .input--number__wrapper .button--plus,
  .input--number__wrapper .button--minus {
    border: 1px solid #C2CED9;
    display: inline-flex;
    font-size: 25px;
    font-weight: 700;
    color: #DF2036;
    text-decoration: none;
    height: 40px;
    width: 37px;
    line-height: 1;
    font-weight: 400;
    box-shadow: none;
    border-radius: 4px 0 0 4px;
    justify-content: center;
    align-items: center;
    background: #fff; }
  .input--number__wrapper .button--plus {
    border-left: none;
    border-radius: 0 4px 4px 0; }
  .input--number__wrapper .button--minus {
    font-size: 37px;
    border-right: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

legend {
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%; }

legend.lines-across::before {
  top: 20px; }

/* FORM */
.form {
  text-align: left;
  margin: 30px 0; }

.form--login {
  margin-bottom: 40px; }

/* FORM ROW */
.form__row {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 260px; }

.form__row.grey {
  background: #F1F1F1;
  padding: 15px 15px 0 15px;
  border-radius: 4px; }

.form__row.small {
  max-width: 100px; }

.form__row.date {
  max-width: 200px; }

.form__row.email {
  max-width: 320px; }

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

.form__row.half {
  max-width: 100%; }

.form__row.cvc {
  max-width: 120px; }
  .form__row.cvc input {
    max-width: 60px; }

.form__row.cc-dates {
  max-width: 140px; }
  .form__row.cc-dates input {
    max-width: 60px; }

.form__row--checkbox,
.form__row--radio-button {
  margin-bottom: 0; }

.form__row--action {
  max-width: 100%;
  padding-top: 5px; }
  .form__row--action .button {
    max-width: 100%; }

.form__row-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  justify-content: flex-start; }
  .form__row-group > p,
  .form__row-group .form__row {
    margin-left: 8px;
    margin-right: 8px; }

.form__row input + a {
  display: block;
  margin: 5px 0 0 0; }

.form__row.has-hint {
  position: relative;
  padding-right: 30px; }
  .form__row.has-hint > .hint {
    position: absolute;
    right: 0;
    bottom: 10px; }

@media (min-width: 480px) {
  .form__row--action .button {
    width: auto; } }

@media (min-width: 560px) {
  .form__row.half {
    max-width: calc(50% - 18px); } }

.form--consultant .form__row-group {
  background: #F1F1F1;
  padding: 15px 15px 18px 15px;
  border-radius: 4px;
  margin: 0 0 20px 0; }
  .form--consultant .form__row-group .form__row {
    margin: 0; }
  .form--consultant .form__row-group .form__row:nth-child(2) {
    margin: 0 auto; }

@media (min-width: 800px) {
  .form--consultant .form__row-group .form__row:nth-child(2) {
    margin: 0 0 0 auto; } }

/* FORM GRANDSTAND */
.form--grandstand .status-tag {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 0 8px; }
  .form--grandstand .status-tag i {
    font-size: 0.8125rem;
    background: rgba(255, 255, 255, 0.8); }

.form--grandstand .grandstand__header,
.form--grandstand .grandstand__description {
  display: none; }

.form--grandstand .grandstand__header.show,
.form--grandstand .grandstand__description.show {
  display: block; }

@media (min-width: 800px) {
  .form--grandstand {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px; }
    .form--grandstand .grandstand__header.show,
    .form--grandstand .grandstand__description.show {
      display: flex; }
    .form--grandstand .fieldset {
      order: 1;
      width: 235px; }
      .form--grandstand .fieldset .form__row {
        max-width: 100%; }
      .form--grandstand .fieldset .button {
        width: 100%; }
    .form--grandstand .panel {
      order: 2;
      width: calc(100% - 255px);
      margin: 0; }
      .form--grandstand .panel header,
      .form--grandstand .panel .content {
        padding-left: 0;
        padding-right: 0; }
      .form--grandstand .panel .content {
        padding-bottom: 0; }
    .form--grandstand header {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between; }
      .form--grandstand header h6 {
        margin: 0;
        flex: 0 auto; }
      .form--grandstand header tags {
        flex: 0 auto; }
    .form--grandstand .status-tag i {
      background: white; } }

/* FORM BARE */
.form--bare {
  margin: 0 auto;
  max-width: 200px; }
  .form--bare .form__row-group {
    justify-content: center; }
  .form--bare .select__wrapper {
    border-bottom: 1px solid #C2CED9; }
    .form--bare .select__wrapper::before {
      display: none; }
    .form--bare .select__wrapper::after {
      right: 3px;
      top: 17px; }
  .form--bare select {
    border: none;
    background: none;
    min-width: auto;
    padding: 12px 20px 6px 3px; }
  .form--bare .m-icon select,
  .form--bare .icon select {
    padding-left: 3px; }
  .form--bare label {
    padding: 0 0 0 3px;
    margin-bottom: 0; }
  .form--bare .form__row--action {
    text-align: right; }
    .form--bare .form__row--action .button {
      padding-left: 15px;
      padding-right: 15px; }

.tab__content .form--bare {
  margin: 0 auto; }

@media (min-width: 480px) {
  .form--bare {
    max-width: 420px; }
  .form--bare.form--3-fields {
    max-width: 640px; } }

@media (min-width: 800px) {
  .form--bare {
    max-width: 900px; }
    .form--bare .form__row-group {
      justify-content: space-between; }
    .form--bare .form__row {
      width: auto; } }

/*----------------------
	LAYOUT
-----------------------*/
.wrapper {
  max-width: 1230px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }

.wrapper--medium {
  max-width: 1020px; }

.wrapper--small {
  max-width: 700px; }

.wrapper--xsmall {
  max-width: 500px; }

.center {
  text-align: center; }

.article__wrapper {
  max-width: 800px;
  margin: 0 auto 30px auto; }

.border-top {
  border-top: 1px solid rgba(8, 32, 50, 0.7);
  padding-top: 8px;
  margin-top: 10px; }

.form__row-group + .form__row.border-top {
  padding-top: 20px; }

/*----------------------
	BREADCRUMB
-----------------------*/
.breadcrumb {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.1;
  color: #082032;
  font-weight: 500;
  font-size: 0.75rem;
  max-width: 1000px; }
  .breadcrumb li {
    display: inline-block;
    margin: 0 9px;
    background: #082032;
    position: relative;
    height: 50px;
    width: calc(29.5% - 18px);
    color: #fff;
    opacity: 0.8; }
  .breadcrumb li:not(:first-child) i {
    display: none;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    width: 28px;
    height: 28px;
    margin: 0 5px 0 0;
    font-style: normal;
    font-size: 0.875rem;
    justify-content: center;
    align-items: center; }
  .breadcrumb li:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .breadcrumb li:first-child i {
      display: inline-block; }
  .breadcrumb .m-icon--cart {
    margin: 0; }
  .breadcrumb a {
    display: block;
    color: #fff;
    text-decoration: none; }
  .breadcrumb span {
    display: inline-flex;
    align-items: center;
    margin: 0;
    background: none;
    height: 50px;
    padding: 0 2px 0 7px;
    width: 100%;
    justify-content: center;
    text-align: center; }
    .breadcrumb span br {
      display: block; }
  .breadcrumb li:first-child {
    border-radius: 3px 0 0 3px;
    width: calc(15% - 9px); }
  .breadcrumb li::before,
  .breadcrumb li::after {
    content: "";
    height: 100%;
    display: block;
    width: 15px;
    background-position: -9px center;
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    top: 0; }
  .breadcrumb li:after {
    width: 12px;
    background-position: right center;
    background-repeat: no-repeat;
    right: -12px;
    left: auto; }
  .breadcrumb li:first-child:before {
    display: none; }
  .breadcrumb li:last-child:after {
    display: none; }
  .breadcrumb li:last-child {
    padding-right: 5px;
    border-radius: 0 3px 3px 0;
    width: calc(26% - 9px); }
    .breadcrumb li:last-child span {
      font-size: 0; }
      .breadcrumb li:last-child span::before {
        content: "Confirm";
        font-size: 0.8125rem;
        display: inline-block; }
  .breadcrumb li.completed,
  .breadcrumb li.current {
    opacity: 1; }
  .breadcrumb li.current {
    background: #DF2036; }

.breadcrumb li::before {
  background-image: url(../img/angle-2.svg); }

.breadcrumb li::after {
  background-image: url(../img/angle-1.svg); }

.breadcrumb li.current::before {
  background-image: url(../img/angle-2b.svg); }

.breadcrumb li.current::after {
  background-image: url(../img/angle-1b.svg); }

@media (min-width: 480px) {
  .breadcrumb {
    font-size: 0.8125rem; } }

@media (min-width: 560px) {
  .breadcrumb li span br {
    display: none; }
  .breadcrumb li:last-child span {
    font-size: 0.8125rem; }
    .breadcrumb li:last-child span::before {
      display: none; } }

@media (min-width: 720px) {
  .breadcrumb li:not(:first-child) i {
    display: inline-flex; } }

/*----------------------
	MESSAGE
-----------------------*/
.message {
  border: 2px solid #082032;
  border-radius: 5px;
  padding: 10px 15px;
  color: #082032;
  margin: 0 auto 15px auto;
  background: rgba(241, 241, 241, 0.2); }
  .message > *:last-child {
    margin-bottom: 0; }
  .message.red {
    color: #DF2036;
    border-color: #DF2036; }

/*----------------------
	TABLE
-----------------------*/
table {
  border-collapse: collapse;
  margin: 0; }

th, td {
  padding: 10px 7px;
  vertical-align: top;
  text-align: left; }

th {
  background: #082032;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  vertical-align: middle; }

tr:nth-child(odd) td {
  background: #F1F1F1; }

@media (min-width: 414px) {
  th, td {
    padding: 12px 10px; } }

@media (min-width: 720px) {
  th, td {
    padding: 15px 10px; } }

@media (min-width: 800px) {
  td {
    padding: 20px 10px; }
  th {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 880px) {
  td, th {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 960px) {
  td, th {
    padding-left: 20px;
    padding-right: 20px; } }

/*----------------------
	HEADER
-----------------------*/
.header {
  background: rgba(241, 241, 241, 0.8); }

.header__top {
  display: none; }

.header__main {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 50px;
  align-items: center; }
  .header__main .logo {
    width: 55%;
    max-width: 240px;
    min-width: 180px;
    padding: 5px 5px; }
    .header__main .logo a {
      display: inline-block;
      width: 100%; }
      .header__main .logo a img {
        width: 100%; }

.header__nav--mobile {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0;
  min-height: 50px; }
  .header__nav--mobile a {
    color: #082032;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(8, 32, 50, 0.1); }
    .no-touch .header__nav--mobile a:hover {
      background: rgba(8, 32, 50, 0.1); }

.header__top {
  display: none;
  justify-content: space-between; }
  .header__top .nav--sites,
  .header__top .nav--social {
    list-style: none;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    display: inline-flex;
    text-align: left; }
    .header__top .nav--sites a,
    .header__top .nav--social a {
      color: #fff;
      text-decoration: none;
      padding: 10px 18px;
      display: inline-block;
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .no-touch .header__top .nav--sites a:hover,
      .no-touch .header__top .nav--social a:hover {
        color: rgba(255, 255, 255, 0.8); }
    .header__top .nav--sites li:first-child a,
    .header__top .nav--social li:first-child a {
      padding-left: 0;
      border: none; }
  .header__top .nav--social a.icon--facebook {
    width: 57px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .header__top .nav--social a.icon--facebook::before {
      height: 20px; }
    .no-touch .header__top .nav--social a.icon--facebook:hover {
      opacity: 0.8; }
  .header__top .nav--social a.m-icon--email {
    width: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .header__top .nav--social a.m-icon--email::before {
      font-size: 22px;
      position: relative;
      top: -1px; }

.nav--social .toll-phone a {
  height: 40px;
  display: inline-flex;
  align-items: center; }
  .nav--social .toll-phone a .phone {
    margin-left: 6px; }
  .nav--social .toll-phone a::before {
    top: 10px; }

.phone {
  font-size: 140%;
  position: relative;
  display: inline-block; }

@media (min-width: 880px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
    background: rgba(241, 241, 241, 0.95);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
    .header::before {
      content: "";
      height: 40px;
      background: #082032;
      width: 100%;
      display: block; }
  .header__top {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%; }
  .header__top,
  .header__main {
    max-width: 1230px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; }
  .header__main {
    padding-top: 15px;
    padding-bottom: 12px; }
  .header__main .logo {
    padding-left: 0;
    max-width: 280px; }
  .header__nav--mobile {
    display: none; } }

/*----------------------
	FOOTER
-----------------------*/
.footer {
  background: #484848; }
  .footer .wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer .copyright {
    background: #353535;
    padding: 15px 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.875rem;
    margin: 0;
    text-align: center; }

.footer__logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px -10px;
  align-items: center; }
  .footer__logos a {
    display: inline-block;
    width: 33.333322%;
    padding: 0 10px 10px 10px; }
    .footer__logos a img {
      width: 100%; }
  .footer__logos .logo--f1 {
    max-width: 142px; }
  .footer__logos .logo--motogp {
    opacity: 0.45;
    max-width: 148px; }
  .footer__logos .logo--gptravel {
    max-width: 147px; }

.footer__nav {
  display: flex;
  margin: 0 -10px;
  justify-content: space-between; }
  .footer__nav .nav--main {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer__nav .nav--main a {
      color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      text-decoration: none;
      font-size: 0.875rem;
      display: inline-block;
      padding: 10px 5px;
      margin: 0 5px; }
      .no-touch .footer__nav .nav--main a:hover {
        text-decoration: underline;
        color: rgba(255, 255, 255, 0.5); }
  .footer__nav .nav--social {
    list-style: none;
    margin: 10px 5px 10px 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: nowrap; }
    .footer__nav .nav--social a {
      color: #fff;
      text-decoration: none;
      padding: 0;
      display: inline-flex;
      background-color: #353535;
      margin: 0 10px;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center; }
      .no-touch .footer__nav .nav--social a:hover {
        background-color: rgba(53, 53, 53, 0.6); }

@media (min-width: 560px) {
  .footer__nav .nav--main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 370px;
    align-items: flex-start; }
    .footer__nav .nav--main li:nth-child(1) {
      order: 1;
      width: 210px; }
    .footer__nav .nav--main li:nth-child(2) {
      order: 3;
      width: 210px; }
    .footer__nav .nav--main li:nth-child(3) {
      order: 5;
      width: 210px; }
    .footer__nav .nav--main li:nth-child(4) {
      order: 2;
      width: 150px; }
    .footer__nav .nav--main li:nth-child(5) {
      order: 4;
      width: 150px; } }

@media (min-width: 800px) {
  .footer .wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: flex-start; }
  .footer__logos {
    margin: 7px 25px 0 -10px; }
  .footer__nav .nav--main a {
    padding-top: 10px;
    padding-bottom: 7px; } }

/*----------------------
	OFF CANVAS NAV
----------------------*/
.off-canvas__wrapper {
  min-height: 100%;
  position: relative; }

.off-canvas {
  -webkit-backface-visibility: hidden;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 99998;
  text-align: right; }

.off-canvas--left {
  background: #aaa;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }

.off-canvas--right {
  background: #082032;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }

.move-left .off-canvas--left,
.move-right .off-canvas--right {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.off-canvas * {
  -webkit-backface-visibility: hidden; }

.off-canvas__button,
.off-canvas__close {
  background: none;
  width: 50px;
  padding: 0;
  font-size: 0px;
  color: #fff;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  border-radius: 0; }

.off-canvas__button {
  border-left: 1px solid rgba(8, 32, 50, 0.1); }
  .no-touch .off-canvas__button:hover {
    background: rgba(8, 32, 50, 0.1); }

.off-canvas__button span,
.off-canvas__button span:before,
.off-canvas__button span:after,
.off-canvas__close span,
.off-canvas__close span:before,
.off-canvas__close span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 25px;
  background: #082032;
  position: absolute;
  display: block;
  content: '';
  left: 0;
  display: inline-block; }

.off-canvas__button span,
.off-canvas__close span {
  left: 0;
  right: 0;
  margin: 0 auto; }

.off-canvas__button span:before,
.off-canvas__close span:before {
  top: -7px; }

.off-canvas__button span:after,
.off-canvas__close span:after {
  bottom: -7px; }

.off-canvas__close {
  height: 50px; }
  .off-canvas__close span {
    background-color: transparent; }
  .off-canvas__close span:before,
  .off-canvas__close span:after {
    top: 0;
    background-color: #fff; }
  .off-canvas__close span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .off-canvas__close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.off-canvas__exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 19999; }

@media (min-width: 880px) {
  .off-canvas__exit--right.is-visible {
    display: none !important; }
  .off-canvas--right {
    background: none;
    overflow-x: visible;
    overflow-y: visible;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    z-index: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    max-width: 1230px;
    margin: 0 auto;
    z-index: 11; }
  .off-canvas__button,
  .off-canvas__close {
    display: none; } }

/*----------------------
	NAV
----------------------*/
.header__nav--main ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.header__nav--main a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 500;
  font-size: 0.9375rem;
  text-align: left; }

.header__nav--main a.m-icon,
.header__nav--main a.icon {
  padding-left: 45px; }
  .header__nav--main a.m-icon::before,
  .header__nav--main a.icon::before {
    opacity: 0.4; }

.header__nav--main .nav--social {
  border-top: 2px solid rgba(255, 255, 255, 0.7); }

@media (min-width: 880px) {
  .header__nav--main li {
    display: inline-block; }
  .header__nav--main a {
    color: #082032;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
    .no-touch .header__nav--main a:hover {
      color: rgba(8, 32, 50, 0.8); }
  .header__nav--main a.m-icon::before,
  .header__nav--main a.icon::before {
    opacity: 1; }
  .header__nav--main .nav--social {
    display: none; }
  .header__nav--main.off-canvas--right {
    margin-right: -5px; } }

@media (min-width: 920px) {
  .header__nav--main a {
    padding-left: 8px;
    padding-right: 8px; }
  .header__nav--main.off-canvas--right {
    margin-right: -8px; } }

@media (min-width: 960px) {
  .header__nav--main a {
    padding-left: 15px;
    padding-right: 15px; }
  .header__nav--main.off-canvas--right {
    margin-right: -15px; } }

/*----------------------
	MAIN
----------------------*/
@media (min-width: 880px) {
  #main {
    padding-top: 40px; } }

/*----------------------
	CARD
----------------------*/
.card {
  width: 100%;
  max-width: 300px;
  min-width: 280px;
  color: #444;
  padding: 15px;
  background: #fff;
  margin: 0 auto; }
  .card *:last-child {
    margin-bottom: 0; }

.cards--4 .card {
  max-width: 300px;
  min-width: 270px;
  flex: 0 auto; }

.cards {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .cards .card {
    margin: 0 10px 20px 10px; }

.card__img img {
  width: 100%; }

.card__copy {
  background-color: rgba(255, 255, 255, 0.5); }

.card__caption {
  color: #082032;
  width: 100%;
  padding: 10px;
  text-transform: uppercase; }
  .card__caption h4 {
    margin: 0;
    padding: 5px 10px 0 0;
    font-size: 1.25rem; }

.card__details {
  padding: 0 10px 10px 10px; }
  .card__details > *:last-child {
    margin-bottom: 0; }

.card--slideup-content {
  height: 190px;
  overflow: hidden;
  position: relative;
  padding: 0; }
  .card--slideup-content > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .card--slideup-content .card__copy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    transition: top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .card--slideup-content .card__caption {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    position: absolute;
    top: -50px;
    transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.no-touch .card--slideup-content > a:not(.no-slide):hover + .card__copy {
  top: 50%;
  background-color: rgba(255, 255, 255, 0.88); }
  .no-touch .card--slideup-content > a:not(.no-slide):hover + .card__copy > .card__caption {
    background-color: rgba(255, 255, 255, 0.88); }
    .no-touch .card--slideup-content > a:not(.no-slide):hover + .card__copy > .card__caption h4.m-icon--arrow::after {
      transform: rotate(180deg);
      top: 2px;
      transition: transform 0.4s ease; }

.no-touch .card--slideup-content a.no-slide + .card__copy h4.m-icon--arrow::after {
  transform: rotate(270deg); }

.cards--4 .card--slideup-content {
  height: 185px; }

.cards--2 {
  display: flex; }
  .cards--2 .card {
    min-width: 200px;
    max-width: 200px;
    text-align: center; }

a.card {
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: #DF2036;
  color: #fff;
  border-radius: 3px;
  font-weight: 500; }
  a.card i.icon-inline {
    display: block;
    margin: 0 auto 5px auto; }
  a.card span.button {
    margin-top: 12px; }
  a.card .button {
    color: #fff;
    border-color: #fff; }

/*----------------------
	BANNER
----------------------*/
figure.banner {
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  position: relative;
  overflow: hidden; }
  figure.banner .banner__img {
    height: 100%;
    background-position: center center;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover; }
    figure.banner .banner__img img {
      display: none; }
  figure.banner figcaption {
    position: relative;
    z-index: 1;
    background: rgba(8, 32, 50, 0.8);
    padding: 20px 10px 16px 10px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    color: #fff;
    text-transform: uppercase;
    max-width: 660px; }
    figure.banner figcaption.wide {
      max-width: 880px; }
    figure.banner figcaption h1 {
      margin: 0 0 10px 0;
      padding: 0; }
    figure.banner figcaption h4 {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding-top: 8px;
      display: inline-block;
      margin: 0 auto; }
    figure.banner figcaption > *:last-child {
      margin-bottom: 0; }

@media (min-width: 560px) {
  figure.banner {
    padding-top: 50px; }
    figure.banner figcaption {
      padding: 30px 15px 25px 15px; } }

@media (min-width: 720px) {
  figure.banner {
    padding-top: 80px; }
    figure.banner figcaption {
      padding: 40px 15px 35px 15px; } }

@media (min-width: 880px) {
  figure.banner {
    padding-top: 250px; } }

/*----------------------
	PRICING
----------------------*/
.pricing {
  font-size: 1.9rem;
  font-weight: 700;
  color: #082032;
  position: relative;
  letter-spacing: -1.5px;
  display: inline-flex;
  align-items: center;
  line-height: 1; }
  .pricing small {
    font-size: 0.75rem;
    font-weight: normal;
    display: inline-block;
    margin: 0 6px 0 5px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #727272;
    max-width: 30px;
    line-height: 1; }
  .pricing sup {
    position: relative;
    font-size: 1.4rem;
    top: -2px;
    letter-spacing: 0; }

.icons {
  padding: 3px 0 0 0;
  height: 45px; }
  .icons > * {
    display: inline-block;
    margin: 0 1px; }

@media (min-width: 880px) {
  .icons {
    padding: 25px 0 0 0;
    height: 68px; } }

/*----------------------
	TAGS
----------------------*/
.tags {
  display: flex;
  margin: 0 -5px; }
  .tags > * {
    margin: 0 5px; }

/*----------------------
	TABS
----------------------*/
.tabs__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0 10px;
  align-items: stretch;
  max-width: 700px; }

  .tabs--three.tabs__tab{
    max-width: 1080px;
  }  
  
.tab {
  padding: 12px 5px;
  position: relative;
  cursor: pointer;
  max-width: 360px;
  margin: 0;
  text-align: center;
  flex: 1 1 0%;
  border-right: 1px solid #ccc; }

.tabs__tab .tab:last-child {
  border-right: none; }

.tab.button-color {
  background: #DF2036;
  color: #fff; }
  .tab.button-color a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9375rem;
    padding-left: 0; }
    .tab.button-color a::after {
      color: #fff; }

.tab.card {
  padding: 12px 40px 10px 10px;
  margin: 0 2px 4px 2px;
  border: none; }
  .tab.card[data-for="Promo"] {
    padding: 12px 50px 20px 20px; }
  .tab.card h4 {
    margin: 0;
    color: #082032;
    line-height: 1.1;
    font-size: 1.25rem; }
    .tab.card h4 small {
      display: inline-block;
      margin: 0 5px;
      white-space: nowrap;
      font-size: 0.9375rem;
      line-height: 1;
      top: -1px;
      position: relative; }
  .tab.card .pricing {
    border-top: 1px solid #C2CED9;
    padding-top: 5px;
    margin: 5px auto 0 auto; }
  .tab.card .button {
    position: absolute;
    right: 0;
    display: block;
    height: 100%;
    width: 28px;
    padding: 0;
    border-radius: 0;
    font-size: 0;
    background: #DF2036;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden; }
    .tab.card .button::before {
      content: "keyboard_arrow_right";
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 36px;
      color: #fff;
      display: inline-flex; }

.tab.card[data-tab="Promo"] {
  padding-bottom: 15px; }
  .tab.card[data-tab="Promo"] h4 br {
    display: inline; }

.tabs__content {
  position: absolute;
  top: 0;
  left: 0;
  background: #F1F1F1;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  z-index: 10;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.tab__content > header {
  background: #082032;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  margin: 0 0 20px 0; }
  .tab__content > header h1 {
    font-size: 1.6rem;
    margin: 0; }
  .tab__content > header h1 + p {
    margin-top: 15px; }
  .tab__content > header p {
    text-align: left;
    padding: 0 10px; }
  .tab__content > header::after {
    border-top: 10px solid #082032;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    width: 0;
    height: 0;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto; }

.tab__content .note {
  border-top: 1px solid #C2CED9;
  padding-top: 10px; }

.main--has-tabs {
  position: relative;
  overflow: hidden; }

.tabs__content.move-right {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.tabs__content * {
  -webkit-backface-visibility: hidden; }

.tab__content {
  display: none; }

.active {
  display: block; }

@media (min-width: 880px) {
  .tabs__tab {
    max-width: 1220px;
    margin: 0 auto; }
  .tab.card {
    margin: 0 4px;
    min-width: auto;
    text-align: center;
    padding: 10px 5px 80px 5px;
    position: relative;
    display: inline-block; }
    .tab.card h4 {
      height: 75px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 1.3125rem; }
      .tab.card h4 small {
        top: 0;
        position: relative;
        display: block;
        margin: 1px 0; }
    .tab.card[data-for="Promo"] {
      padding: 10px 10px 80px 10px; }
      .tab.card[data-for="Promo"] h4 {
        height: 130px; }
    .tab.card .br,
    .tab.card .br-2 {
      display: block; }
    .tab.card.selected {
      background: #082032;
      color: #fff;
      z-index: 2;
      min-height: auto; }
      .tab.card.selected::before {
        content: '';
        width: 100%;
        height: 15px;
        top: -15px;
        left: 0;
        display: block;
        background: #082032;
        position: absolute; }
      .tab.card.selected::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid #082032;
        border-left: 82px solid transparent;
        border-right: 82px solid transparent;
        bottom: -8px;
        content: "";
        display: block;
        position: absolute;
        overflow: hidden;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 4; }
      .tab.card.selected h4,
      .tab.card.selected .pricing {
        color: #fff; }
      .tab.card.selected .pricing {
        border-color: rgba(255, 255, 255, 0.2); }
    .tab.card .pricing {
      margin: 5px 0 0 0; }
    .tab.card .button {
      width: 120px;
      height: auto;
      margin: 0 auto;
      display: inline-block;
      border: 2px solid #DF2036;
      background: none;
      color: #DF2036;
      padding: 8px 0;
      border-radius: 4px;
      font-size: 0.9375rem;
      bottom: 30px;
      right: 0;
      left: 0;
      top: auto; }
      .tab.card .button::before {
        display: none; }
  .tabs__tab.has-selected .tab.card {
    padding-bottom: 20px; }
  .tabs__tab.has-selected .tab.selected {
    background: #082032; }
  .tabs__tab.has-selected .button {
    display: none; }
  .main--has-tabs {
    height: auto !important; }
  .tabs__content {
    position: static;
    background: #F1F1F1;
    max-width: 1200px;
    margin: 0 auto;
    top: -1px;
    z-index: 1;
    overflow: visible; }
  .tabs__content.move-right,
  .tabs__content {
    transform: none;
    transition: none;
    transition: none; }
  .tab__content .action--back,
  .tab__content > header {
    display: none; }
  .tab__content > header.has-intro {
    display: block;
    padding-left: 10px;
    padding-right: 10px; }
    .tab__content > header.has-intro .icons,
    .tab__content > header.has-intro h1 {
      display: none; }
    .tab__content > header.has-intro p {
      max-width: 870px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px; }
  .tab__content > header.wide p {
    max-width: 1080px; } }

.tabs--package-info {
  max-width: none;
  padding: 0; }
  .tabs--package-info .tab {
    max-width: none; }

.tab.selected[data-for="Details"] {
  background: #F1F1F1; }
  .tab.selected[data-for="Details"] a {
    color: #082032; }
    .tab.selected[data-for="Details"] a::after {
      transform: rotate(-180deg);
      top: -5px;
      color: #082032; }

.tab.selected[data-for="Package-Inclusions"] {
  background: #082032; }
  .tab.selected[data-for="Package-Inclusions"] a::after {
    transform: rotate(-180deg);
    top: -5px; }

h4[data-for="Inclusions"] {
  display: none; }

@media (min-width: 880px) {
  h4[data-for="Inclusions"] {
    display: block; } }

@media (min-width: 960px) {
  .tab.card {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1125px) {
  /*
		.tab.card{
			h4{
				height: 50px;
				flex-direction: unset;
				flex-wrap: wrap;

				.br-2{
					display: inline-block;
					margin: 0 5px;
				}

				.br{
					width: 100%;
				}
			}

			&[data-for="Promo"]{
				flex-direction: column;

				h4{
					height: 100px;
				}
			}
		}
		*/ }

/*----------------------
	MAP
----------------------*/
.map img {
  width: 100%; }

/*----------------------
	PANEL
----------------------*/
.panel {
  background: #D9D5D5;
  margin: 0 -10px 20px -10px; }
  .panel header {
    padding: 15px 15px 0 15px; }

@media (min-width: 800px) {
  .panel {
    background: none;
    padding: 0; } }

/*----------------------
	CONTENT e.g. TAB content
----------------------*/
.content {
  padding: 15px;
  max-width: 880px;
  margin: 0 auto; }
  .content > *:last-child {
    margin-bottom: 0; }

.content--wide {
  max-width: 1080px; }

@media (min-width: 480px) {
  .content {
    padding: 20px; }
  .panel header {
    padding: 20px 20px 0 20px; } }

@media (min-width: 640px) {
  .content {
    padding: 30px 20px; }
  .panel header + .content {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (min-width: 720px) {
  .content {
    padding: 40px 20px; } }

@media (min-width: 880px) {
  .content {
    padding: 45px 20px 50px 20px; } }

/*----------------------
	SECTION
----------------------*/
.section {
  padding-top: 30px;
  padding-bottom: 30px; }

.section--blue {
  background: #082032;
  color: #fff; }

.section--packages {
  background: url(../img/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
  background-size: auto 120%; }

.section--grey {
  background: #eeeeee;
  padding-top: 25px;
  padding-bottom: 25px; }

.section--breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px; }

.section--search-again {
  padding-bottom: 5px; }

.section > *:last-child {
  margin-bottom: 0; }

@media (min-width: 720px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section--grey {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section--breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px; }
  .section--search-again {
    padding-bottom: 5px; } }

@media (min-width: 880px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section--grey {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section--breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px; }
  .section--search-again {
    padding-bottom: 10px; } }

@media (min-width: 880px) {
  .section--packages {
    background-size: 100% auto; } }

/*----------------------
	PACKAGES
----------------------*/
.results.hide {
  display: none; }

.accom {
  padding: 10px;
  position: relative;
  margin-bottom: 10px; }

.accom__name {
  display: block;
  color: #082032;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
  font-size: 1rem;
  margin: 0 0 5px 0; }
  .accom__name i {
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem; }

.accom__image {
  margin-bottom: 8px; }

.accom__rating {
  background: #97C192;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 5px 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 82px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif; }
  .accom__rating[data-rating="Standard"] {
    background: #94C0D7; }
  .accom__rating[data-rating="Superior"] {
    background: #DFB98B; }
  .accom__rating[data-rating="First Class"] {
    background: #B38BDF; }

.popup .accom__rating {
  width: auto;
  padding: 5px;
  position: static;
  margin: 0 0 10px 0;
  display: inline-block; }

.accom__description {
  font-size: 0.9375rem;
  line-height: 1.4; }

.status-tag {
  display: inline-block; }
  .status-tag i {
    color: #DF2036;
    border: 2px solid rgba(223, 32, 54, 0.8);
    display: inline-block;
    padding: 2px 2px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .8125rem;
    background: #fff;
    margin: 0px -5px 0 0;
    font-family: "Roboto Condensed", sans-serif;
    opacity: 1;
    font-style: normal;
    border-left: 0;
    border-right: 0; }

@media (min-width: 560px) {
  .accom {
    display: flex;
    margin-bottom: 0; }
  .accom__image {
    margin-right: 15px;
    margin-bottom: 0; }
  .accom__info {
    position: relative; }
  .accom__name {
    margin-bottom: 8px;
    padding-right: 80px;
    padding-top: 3px; }
  .accom__rating {
    position: absolute;
    top: -5px;
    right: -5px; } }

@media (min-width: 880px) {
  .accom {
    margin-bottom: 0;
    margin-right: 5px; }
  .accom__name {
    padding-right: 0;
    padding-left: 90px; }
  .accom__rating {
    left: 0;
    right: auto;
    top: 0; } }

/*----------------------
	FILTER HOTEL
----------------------*/
.filter {
  display: flex;
  justify-content: stretch;
  margin: 0 auto 15px auto;
  max-width: 600px; }
  .filter label {
    flex: 0 auto;
    background: #082032;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.875rem;
    justify-content: center;
    margin: 0; }
  .filter .select__wrapper {
    flex: 2; }

@media (min-width: 880px) {
  .filter {
    max-width: 350px;
    margin-right: 0; } }

/*----------------------
	PACKAGES
----------------------*/
.product--tickets {
  max-width: 800px;
  margin: 0 auto; }
  .product--tickets header {
    background: #082032;
    padding: 12px 15px;
    border-radius: 3px 3px 0 0; }
    .product--tickets header h3 {
      padding: 0;
      margin-bottom: 0; }

.form--ticket {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(8, 32, 50, 0.1);
  align-items: flex-end;
  margin: 0 0 0 0;
  padding: 5px 10px 15px 10px;
  background: #F1F1F1; }
  .form--ticket .ticket__name {
    padding: 10px 0;
    margin: 0;
    width: 100%;
    position: relative;
    text-align: left; }
    .form--ticket .ticket__name .status-tag {
      font-weight: normal;
      display: block;
      margin: 3px 0 3px 0; }
      .form--ticket .ticket__name .status-tag i {
        opacity: 1; }
  .form--ticket .ticket__price.sold-out {
    margin-right: 0;
    width: 200px; }
  .form--ticket .ticket__price .status-tag i {
    font-size: 1rem;
    font-weight: 700; }

.product--tickets > .form--ticket:last-child {
  margin-bottom: 0;
  border: none; }

.product--tickets > .form--ticket:nth-child(odd) {
  background: rgba(241, 241, 241, 0.8); }

.ticket__price {
  margin: 0 10px 0 0;
  text-align: left;
  width: 160px;
  display: inline-flex; }
  .ticket__price .pricing {
    width: 90px;
    min-width: 90px;
    padding: 0;
    font-size: 1.375rem;
    letter-spacing: -1px;
    margin-right: 15px; }
    .ticket__price .pricing sup {
      font-size: 1rem;
      top: 0; }
  .ticket__price .select__wrapper {
    width: 70px;
    display: block; }

.ticket__action {
  padding: 0;
  text-align: right;
  width: 85px; }
  .ticket__action .button {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%; }

.product--adult-child header .label {
  display: none; }

.product--adult-child .ticket__price {
  max-width: 90px;
  min-width: 90px;
  flex-direction: column;
  margin-right: 0; }
  .product--adult-child .ticket__price[data-ticket-for]::after {
    text-transform: uppercase;
    color: #8D8D8D;
    font-size: 0.875rem;
    display: block;
    margin: 2px 0 0 2px; }
  .product--adult-child .ticket__price[data-ticket-for="adult"]::after {
    content: "Adult"; }
  .product--adult-child .ticket__price[data-ticket-for="child"]::after {
    content: "Child"; }
  .product--adult-child .ticket__price .select__wrapper {
    max-width: 70px; }

.product--adult-child .ticket__action {
  margin-bottom: 18px; }

.product--adult-child .ticket__price.sold-out {
  margin-right: 0;
  width: 200px;
  min-width: 200px; }

@media (min-width: 414px) {
  .form--ticket {
    padding-left: 15px;
    padding-right: 15px; }
  .ticket__price {
    margin: 0 20px 0 0;
    width: 200px; }
    .ticket__price .pricing {
      width: 120px;
      min-width: 120px;
      margin-right: 15px; }
    .ticket__price .select__wrapper {
      width: 80px; }
  .ticket__action {
    width: 100px; } }

@media (min-width: 600px) {
  .product--tickets header {
    display: flex;
    align-items: center;
    padding: 12px 15px; }
  .form--ticket {
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: flex-end; }
    .form--ticket .ticket__name {
      width: 100px;
      flex: 2;
      align-self: center;
      padding: 0 10px 0 0; }
  .ticket__price {
    width: 175px;
    min-width: 175px; }
    .ticket__price .pricing {
      width: 100px;
      min-width: 100px;
      justify-content: flex-end; }
    .ticket__price select__wrapper {
      width: 60px; }
  .ticket__price[data-ticket-for]::after {
    display: none; }
  .ticket__action {
    padding-bottom: 1px; }
  .ticket__price.sold-out {
    justify-content: flex-end;
    padding: 5px; }
  .product--adult-child .ticket__price {
    margin-right: 0; }
    .product--adult-child .ticket__price .pricing {
      justify-content: flex-start; }
    .product--adult-child .ticket__price[data-ticket-for]::after {
      display: none; }
  .product--adult-child .ticket__action {
    margin-bottom: 0; }
  .product--adult-child .ticket__price.sold-out {
    text-align: right; }
  .product--adult-child header {
    justify-content: flex-end; }
    .product--adult-child header h3 {
      width: 80%;
      text-align: left; }
    .product--adult-child header .label {
      display: inline-block;
      max-width: 90px;
      width: 90px;
      min-width: 90px;
      text-align: left;
      text-transform: uppercase;
      font-size: 0.875rem;
      color: #fff;
      padding-left: 2px; }
    .product--adult-child header::after {
      content: "";
      display: inline-block;
      width: 100%;
      max-width: 100px;
      min-width: 100px;
      height: 1px;
      flex: 0 auto; } }

/*----------------------
	CART
-----------------------*/
.cart {
  margin: 0 -12px;
  border-bottom: 2px solid #082032;
  width: calc(100% - (-24px)); }

.cart td {
  padding-top: 15px; }

th.qty,
td.qty,
th.qty-person,
td.qty-person {
  text-align: center;
  width: 40px; }

th.total,
td.total {
  text-align: right; }

th.price,
td.price {
  width: 90px;
  text-align: center; }

td.total,
td.price {
  color: #082032;
  font-weight: 900; }

td.total strong {
  display: block;
  margin: 0 0 10px 0; }

td.qty,
th.qty-person,
td.qty-person,
th.price,
td.price,
.qty .button--plus,
.qty .button--minus {
  display: none; }

th.qty {
  font-size: 0; }
  th.qty::before {
    content: 'Qty';
    font-size: 0.875rem; }

td.qty .input--number__wrapper,
td.qty-person .input--number__wrapper {
  margin-top: -11px; }

.qty label,
.qty-person label {
  font-size: 0.75rem;
  display: inline-block;
  margin: 2px 0 10px 0; }

.qty label + .input--number__wrapper,
.qty-person label + .input--number__wrapper {
  margin-top: 0; }

.input--qty[type=tel] {
  width: 35px;
  min-width: 35px;
  text-align: center;
  height: 35px;
  padding: 5px;
  margin: 0 auto; }

.item h6 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: 1.2; }

.item p,
.item ul,
.item dl {
  font-size: 0.9375rem;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: #082032;
  line-height: 1.3; }

.item li {
  margin-bottom: 5px; }

.item strong {
  font-weight: 900;
  color: #082032; }

.item__dates {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #C2CED9; }
  .item__dates dl {
    margin: 0 0 5px 0;
    padding: 0;
    display: flex;
    flex-direction: column; }
  .item__dates dl:last-child {
    margin: 0; }
  .item__dates dd {
    display: block;
    line-height: 1.2;
    font-weight: 700;
    color: #082032;
    margin: 0; }
  .item__dates dt {
    display: block;
    width: 80px; }
    .item__dates dt span {
      font-size: 0.8125rem;
      text-transform: uppercase;
      color: #8D8D8D; }

.item--per-room td.qty::after,
.item--per-person td.qty::after,
.item--per-room td.qty-person::after,
.item--per-person td.qty-person::after {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #8D8D8D;
  line-height: 1.1;
  display: block;
  margin: 5px 0 0 0; }

tr:not(.item--per-person) td.qty {
  display: table-cell; }

.item--per-person td.qty-person {
  display: table-cell; }

.button--remove {
  width: 40px;
  margin-right: -5px; }
  .button--remove::before {
    font-size: 28px !important; }

.subtotal {
  text-align: right;
  border-bottom: 1px solid #082032;
  margin: 0 -10px 15px -10px;
  padding: 15px 5px; }
  .subtotal dl {
    margin: 0 0 8px 0;
    padding: 0;
    display: flex;
    color: #082032;
    align-items: center;
    justify-content: flex-end; }
  .subtotal dd,
  .subtotal dt {
    flex: 1 1 100%;
    text-align: right;
    padding: 0;
    max-width: 130px;
    margin: 0; }
  .subtotal dt {
    text-transform: uppercase;
    font-size: 0.9375rem;
    max-width: 250px; }
  .subtotal dl:not(.gst) {
    font-weight: 900; }
    .subtotal dl:not(.gst) dd {
      font-size: 1.375rem; }
    .subtotal dl:not(.gst) dt {
      font-size: 1rem; }

.cart__actions--primary {
  text-align: center;
  margin-bottom: 30px; }
  .cart__actions--primary .checkbox__wrapper {
    background: rgba(241, 241, 241, 0.5);
    border-radius: 3px;
    margin: 0 0 15px 0;
    padding: 0 10px; }
    .cart__actions--primary .checkbox__wrapper label {
      text-align: left; }

.cart__actions--secondary {
  display: flex;
  justify-content: center;
  margin: 0 -10px 10px -10px; }
  .cart__actions--secondary a {
    margin: 0 10px; }

@media screen and (min-width: 414px) {
  .subtotal {
    padding: 15px 10px; } }

@media screen and (min-width: 480px) {
  .cart,
  .subtotal {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% - (-10px)); }
  .item__dates dl {
    flex-direction: row; } }

@media (min-width: 560px) {
  .cart td {
    padding-top: 20px; }
  th.qty,
  td.qty,
  th.qty-person,
  td.qty-person {
    display: table-cell;
    width: auto; }
  th.qty {
    font-size: 0.875rem; }
    th.qty::before {
      display: none; }
  dl.person {
    display: none; }
  .subtotal {
    position: relative; }
    .subtotal .button--recalculate {
      position: absolute;
      left: 10px;
      top: 8px; }
    .subtotal dl:last-of-type {
      margin-bottom: 0; } }

@media screen and (min-width: 720px) {
  .cart,
  .subtotal {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  th.qty,
  td.qty {
    width: 130px; }
  .qty .button--minus,
  .qty .button--plus {
    display: inline-flex; } }

@media screen and (min-width: 800px) {
  th.price,
  td.price {
    display: table-cell; }
  th.price small {
    display: block; }
  .cart__actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 30px; }
  .message + .cart__actions {
    margin-top: 20px; }
  .cart__actions--primary {
    text-align: right;
    order: 2;
    margin-bottom: 0; }
    .cart__actions--primary .checkbox__wrapper {
      max-width: 280px; }
  .cart__actions--secondary {
    order: 1; } }

/*----------------------
	STEP 1
----------------------*/
.product-details {
  background: #F1F1F1;
  padding: 15px;
  margin-bottom: 15px; }
  .product-details h6 {
    margin-bottom: 0; }
  .product-details small {
    text-transform: none;
    font-size: 1rem;
    font-weight: 400; }

h3 + .product-details {
  margin-top: -15px; }

.credit-card {
  display: flex;
  flex-wrap: wrap; }
  .credit-card .credit-card__fields {
    flex: 1 1 0%;
    min-width: 260px;
    margin-right: 10px; }
  .credit-card .credit-card__note {
    background: #F1F1F1;
    padding: 15px 15px 15px 37px;
    min-width: 300px;
    flex: 1 1 0%; }

_:-ms-fullscreen, :root .IE-FlexAuto {
  flex-basis: auto; }

.payment__info,
.payment__credit-card {
  display: none; }
  .payment__info.show,
  .payment__credit-card.show {
    display: block; }

.payment__amount {
  display: none;
  margin: 20px 0 5px 0; }
  .payment__amount.show {
    display: block; }
  .payment__amount dl {
    display: none;
    margin: 0;
    padding: 0;
    color: #082032;
    max-width: 300px; }
    .payment__amount dl.show {
      display: flex; }
    .payment__amount dl dd,
    .payment__amount dl dt {
      flex: 1 1 100%;
      margin: 0;
      padding: 0 10px 8px 0;
      display: inline-flex;
      max-width: 150px;
      text-transform: uppercase;
      font-size: 0.9375rem;
      align-items: center; }
    .payment__amount dl dd {
      font-size: 1.25rem;
      font-weight: 900;
      letter-spacing: -0.5px; }

fieldset + .border-top {
  padding-top: 25px; }

/*----------------------
	STEP 2
----------------------*/
.booking-details {
  margin: 0 -10px; }
  .booking-details dl {
    margin: 0 0 20px 0;
    padding: 0;
    background: #F1F1F1; }
  .booking-details dd,
  .booking-details dt {
    margin: 0;
    padding: 0; }
  .booking-details dt {
    padding: 10px 5px;
    color: #fff;
    background: #082032;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center; }
  .booking-details dd {
    padding: 15px; }
    .booking-details dd div,
    .booking-details dd address {
      margin-bottom: 6px; }

@media screen and (min-width: 480px) {
  .booking-details {
    width: calc(100% - (-10px));
    margin: 0 -5px; }
    .booking-details dt {
      padding: 12px 15px; } }

@media (min-width: 640px) {
  .booking-details {
    display: flex;
    align-items: stretch;
    justify-content: stretch; }
    .booking-details dl {
      width: 50%; }
    .booking-details dt {
      text-align: left; } }

@media screen and (min-width: 720px) {
  .booking-details {
    width: 100%;
    margin: 0; }
    .booking-details dt {
      padding: 15px; } }

@media screen and (min-width: 800px) {
  .booking-details dt {
    padding: 15px 20px; } }

/*----------------------
	NAV ANCHOR
----------------------*/
.nav--anchor {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .nav--anchor li {
    min-width: 260px;
    display: inline-flex;
    margin-bottom: 5px;
    padding-left: 5px; }
    .nav--anchor li::before {
      content: "»";
      color: #DF2036;
      display: inline-block;
      margin-right: 5px; }
    .nav--anchor li a {
      display: inline-block;
      padding: 3px 0;
      line-height: 1.3; }

.nav--anchor.col-2 li {
  width: 100%; }

@media (min-width: 560px) {
  .nav--anchor.col-2 li {
    width: 50%; } }

/*----------------------
	MODAL
----------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.no-touch .mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 50px;
  height: 50px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #DF2036;
  font-style: normal;
  font-size: 50px;
  font-weight: normal;
  font-family: Arial, Baskerville, monospace; }

.no-touch .mfp-close:hover,
.no-touch .mfp-close:focus {
  opacity: 0.9;
  filter: alpha(opacity=100); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #DF2036;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.9;
  filter: alpha(opacity=9);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.no-touch .mfp-arrow:hover,
.no-touch .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

/*
	  .mfp-arrow .mfp-b,
	  .mfp-arrow .mfp-a {
	    content: '';
	    display: block;
	    width: 0;
	    height: 0;
	    position: absolute;
	    left: 0;
	    top: 0;
	    margin-top: 35px;
	    margin-left: 35px;
	    border: medium inset transparent; 
	 	}

	 	.mfp-arrow .mfp-a {
	    border-top-width: 13px;
	    border-bottom-width: 13px;
	    top: 8px; 
	  }
	  
	  .mfp-arrow .mfp-b {
	    border-top-width: 21px;
	    border-bottom-width: 21px;
	    opacity: 1; 
	  }

	  .mfp-arrow-left .mfp-a {
	    border-right: 17px solid $color-secondary;
	    margin-left: 31px; 
	  }
	  
	  .mfp-arrow-left .mfp-b {
	    margin-left: 25px;
	    border-right: 27px solid $color-secondary; 
	  }

		
	  
	  .mfp-arrow-right .mfp-a {
	    border-left: 17px solid $color-secondary;
	    margin-left: 39px;
	  }

	  .mfp-arrow-right .mfp-b{
	  	border-left: 27px solid $color-secondary; 
	  }
	  */
.mfp-arrow-left {
  left: 0; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 75px;
  color: #DF2036; }

.mfp-arrow-right:before {
  content: "keyboard_arrow_right"; }

.mfp-arrow-left:before {
  content: "keyboard_arrow_left"; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  border: none; }

.mfp-iframe-holder .mfp-close {
  top: -45px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	       * Remove all paddings around the image on small screen
	       */
  .mfp-img-header__nav mobilep-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-header__nav mobile.mfp-img {
    padding: 0; }
  .mfp-img-header__nav mobilep-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-header__nav mobilep-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-header__nav mobilep-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-header__nav mobilep-bottom-bar:empty {
    padding: 0; }
  .mfp-img-header__nav mobilep-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-header__nav mobilep-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.lightbox-wrapper {
  max-width: 520px;
  background: #fff;
  padding: 25px 20px;
  margin: 0 auto; }

/*----------------------
	MODAL
----------------------*/
.mfp-popup {
  background: #fff;
  max-width: 780px;
  padding: 37px 20px 20px;
  margin: 0 auto;
  position: relative; }
  .mfp-popup > *:nth-last-child(2) {
    margin-bottom: 0; }
  .mfp-popup.mfp-popup--medium {
    max-width: 600px; }
  .mfp-popup.mfp-popup--large {
    max-width: 800px; }

.mfp-popup--full {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: transparent; }

.mfp-popup.mfp-popup--no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.mfp-popup .section {
  padding: 0 20px 20px 20px; }

.mfp-popup .section + .section {
  padding-top: 30px; }

@media (min-width: 480px) {
  .mfp-popup {
    padding: 50px 30px; }
  .mfp-popup .section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px; }
  .mfp-popup .section + .section {
    padding-top: 40px; } }

@media (min-width: 720px) {
  .mfp-popup {
    padding: 50px 40px; }
  .mfp-popup .section {
    padding-left: 40px;
    padding-right: 40px; } }

/* SLIDE */
.mfp-slide {
  margin: 0 auto;
  position: relative;
  max-width: 700px; }
  .mfp-slide img {
    width: 100%; }
  .mfp-slide button.mfp-close {
    top: -50px;
    border-radius: 0;
    font-size: 50px; }

/* IFRAME */
.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 800px;
  max-height: 1000px;
  height: 100%; }

/*----------------------
	STYLING GENERIC
----------------------*/
.col-1 {
  flex: 1 1 auto; }

.col-2 {
  flex: 1 1 auto; }

@media (min-width: 880px) {
  .hide-xlarge {
    display: none; }
  .show-xlarge {
    display: block; } }

/*----------------------
	Loading
----------------------*/
.loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 30;
  text-align: center;
  padding-top: 50px;
  display: none; }

.loading__anim {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.loading__anim div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #082032;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.loading__anim div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.loading__anim div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.loading__anim div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.loading__anim div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

/*----------------------
	HOTEL POPUP
----------------------*/
.hotel__features {
  display: flex;
  flex-wrap: wrap; }
  .hotel__features > div {
    min-width: 240px;
    width: 50%; }

.tabs--hotel {
  margin-top: 20px; }
  .tabs--hotel .tab {
    background: #DF2036;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff; }
    .tabs--hotel .tab.selected {
      background: #fff;
      color: #082032; }
  .tabs--hotel .tab__content {
    background: #fff; }

.popup {
  background: #F1F1F1; }

.popup--white {
  background: #fff; }

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

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

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

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

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

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

/* NEXT PREV */
.slick-prev,
.slick-next {
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 40%;
  padding: 0; }

.slick-prev {
  left: -50px; }

[dir='rtl'] .slick-prev {
  right: -50px;
  left: auto; }

.slick-next {
  right: -50px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -50px; }

.slick-prev::before,
.slick-next::before {
  content: "keyboard_arrow_left";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  font-size: 60px;
  margin: 0;
  position: absolute;
  top: -5px;
  left: -10px;
  color: #DF2036; }

.slick-next::before {
  content: "keyboard_arrow_right"; }

/* DOTS */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

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

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

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

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

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

.slick-dots li.slick-active button {
  border: 1px solid #DF2036;
  background: none; }

.gallery-w-dots-arrow {
  width: calc(100% - 60px);
  margin: 0 auto; }

.gallery-w-dots-arrow + p {
  margin-top: 50px; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/*----------------------
	FORM PACKAGE
----------------------*/
.form--package {
  background: #ECECEC;
  margin: 0 -5px 15px -5px;
  border: 1px solid #E4E4E4; }
  .form--package header {
    width: 100%;
    padding: 12px 10px 10px 10px; }
    .form--package header h6 {
      margin: 0;
      padding: 0; }
  .form--package .row-1 {
    display: flex;
    width: 100%; }
  .form--package .package-options {
    width: calc(100% - 160px);
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column; }
  .form--package div.package-options {
    padding: 10px;
    background: #f7f7f7;
    position: relative; }
    .form--package div.package-options::after {
      content: "";
      display: block;
      width: 1px;
      height: calc(100% - 20px);
      border-left: 1px solid #E4E4E4;
      position: absolute;
      right: 0;
      top: 10px; }
  .form--package .select--grandstand {
    max-width: 260px; }
  .form--package .row-2 {
    width: 160px;
    flex-direction: column; }
  .form--package .row-2.light {
    background: #f7f7f7; }
  .form--package div.empty {
    background: #f7f7f7;
    display: none; }
    .form--package div.empty::after {
      display: none; }
  .form--package .empty + .row-2 {
    width: 100%; }
    .form--package .empty + .row-2 .pricings {
      display: flex;
      justify-content: flex-end; }
  .form--package .pricings {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f7f7f7; }
    .form--package .pricings li {
      display: flex;
      padding: 12px 8px 5px 5px;
      justify-content: flex-end;
      align-items: center;
      margin: 0; }
    .form--package .pricings .select__wrapper {
      min-width: 50px;
      width: 50px; }
      .form--package .pricings .select__wrapper select {
        padding: 10px 20px 10px 10px; }
      .form--package .pricings .select__wrapper::after {
        top: 16px; }
    .form--package .pricings .sold-out__text {
      width: 100%;
      text-align: center;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 1.375rem;
      text-transform: uppercase;
      letter-spacing: -0.5px;
      color: #727272;
      font-weight: 700; }
  .form--package .pricings.sold-out {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .form--package .pricings.instruction {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%; }
  .form--package .pricings.hide {
    display: none; }
  .form--package .pricings.show {
    display: inline-block; }
  .form--package .show.sold-out {
    display: flex; }
  .form--package .pricings.show ~ .pricings.instruction {
    display: none; }
  .form--package .pricings.show:not(.sold-out) ~ .action {
    display: block; }
  .form--package .status-tag {
    display: block;
    font-weight: 400; }
  .form--package .radio-button__wrapper {
    margin: 0;
    display: block; }
    .form--package .radio-button__wrapper label {
      padding: 15px 8px 15px 32px;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      line-height: 1.2;
      font-size: 0.9375rem;
      width: 100%;
      margin: 0; }
      .form--package .radio-button__wrapper label::before {
        margin-top: 12px;
        margin-left: 5px;
        top: 0; }
    .form--package .radio-button__wrapper input[type="radio"]:checked + label {
      background: #f7f7f7;
      font-weight: 700; }
    .form--package .radio-button__wrapper.sold-out label {
      color: rgba(114, 114, 114, 0.5); }
  .form--package .pricing {
    display: inline-block;
    text-align: right;
    margin-right: 7px;
    width: calc(100% - 50px);
    font-size: 1.625rem; }
    .form--package .pricing sup {
      font-size: 1.25rem;
      top: -3px; }
    .form--package .pricing small {
      display: block;
      max-width: 100%;
      width: 100%;
      padding-right: 7px; }
  .form--package .action {
    text-align: right;
    padding: 5px 8px 10px 0;
    background: #f7f7f7; }
    .form--package .action .button {
      padding-left: 15px;
      padding-right: 15px; }
  .form--package .action.hide {
    display: none; }
  .form--package .panel {
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px 0 5px;
    background: #f7f7f7; }
  .form--package .map__wrapper {
    max-width: 680px;
    margin: 0 auto;
    border: 1px solid rgba(194, 206, 217, 0.5); }
  .form--package .panel header,
  .form--package .panel .content {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px; }
  .form--package .panel header {
    padding-bottom: 0; }
    .form--package .panel header h6 {
      margin-bottom: 10px; }
    .form--package .panel header .highlight {
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 500;
      white-space: nowrap; }
  .form--package .panel .status-tag {
    display: block;
    margin-top: 2px; }

.form--package.results .package-options {
  width: 60%; }

.form--package.results .row-2 {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 40%; }

.form--package.results .pricing {
  width: 100%;
  margin: 0;
  text-align: center; }

.form--package.results .action {
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0; }

.form--package.results .action.hide {
  display: none; }

.form--package.results .package-options .radio-button__wrapper {
  border-top: 1px solid #fff; }

.form--package.results--accommodation .row-2 {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-direction: row;
  padding: 10px 0; }
  .form--package.results--accommodation .row-2 .pricings {
    width: 150px;
    padding: 10px 20px 10px 0; }
    .form--package.results--accommodation .row-2 .pricings .pricing {
      text-align: right; }
  .form--package.results--accommodation .row-2 .action {
    width: auto;
    margin: 0;
    padding-right: 12px; }

.form--package.sold-out {
  position: relative; }
  .form--package.sold-out::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(241, 241, 241, 0.7);
    top: 0;
    left: 0;
    z-index: 9; }
  .form--package.sold-out::after {
    content: "Full to Capacity";
    position: relative;
    z-index: 10;
    background: #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 1rem;
    padding: 5px 0;
    display: block;
    color: #DF2036;
    border: 2px solid rgba(223, 32, 54, 0.8);
    border-left: 0;
    border-right: 0;
    bottom: 0;
    width: 95%;
    text-align: center;
    font-weight: 700;
    margin: 10px auto; }
  .form--package.sold-out .row-1 {
    display: none; }
  .form--package.sold-out header + .row-2 {
    display: none; }

@media (min-width: 414px) {
  .form--package .pricings li {
    padding-right: 10px; }
  .form--package .action {
    padding-right: 10px; } }

@media (min-width: 480px) {
  .form--package header {
    padding: 15px 15px 12px 15px; }
  .form--package .radio-button__wrapper label {
    padding-left: 36px; }
    .form--package .radio-button__wrapper label::before {
      margin-left: 10px; }
  .form--package .row-2 {
    width: 170px; }
  .form--package .package-options {
    width: calc(100% - 170px); }
  .form--package div.package-options {
    padding: 15px; }
    .form--package div.package-options::after {
      height: calc(100% - 30px);
      top: 15px; }
  .form--package .pricings li {
    padding-right: 15px;
    padding-top: 15px; }
  .form--package .action {
    padding: 10px 15px 15px 0; }
  .form--package .panel header,
  .form--package .panel .content {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 560px) {
  .form--package {
    margin: 0 0 20px 0; }
    .form--package .package-options {
      width: 40%; }
    .form--package div.empty {
      display: block; }
    .form--package .row-2 {
      width: 60%;
      min-width: 340px; }
    .form--package .pricings {
      display: flex;
      justify-content: flex-end; }
      .form--package .pricings li {
        width: 33.333333%;
        display: inline-block;
        text-align: right;
        padding-bottom: 15px; }
      .form--package .pricings .select__wrapper {
        min-width: 68px;
        width: 68px; }
    .form--package .pricings.show {
      display: flex; }
    .form--package .col-2 .package-options {
      width: 60%; }
    .form--package .col-2 .row-2 {
      width: 40%;
      min-width: 226.666666px; }
    .form--package .col-2 .pricings li {
      width: 50%; }
    .form--package .pricing {
      width: 100%; }
    .form--package .action {
      padding-bottom: 20px;
      padding-top: 0; }
    .form--package .panel {
      padding: 0 15px 0 15px; }
      .form--package .panel .content,
      .form--package .panel header {
        padding-left: 0;
        padding-right: 0; }
      .form--package .panel header {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .form--package .panel header h6 {
          margin-bottom: 0; }
        .form--package .panel header .tags {
          display: inline-flex;
          justify-content: flex-end; }
  .form--package.results {
    max-width: 600px;
    margin: 0 auto 15px auto;
    flex-direction: column;
    flex-wrap: nowrap; }
    .form--package.results header {
      width: 100%;
      flex: 100%; }
    .form--package.results .row-1 {
      min-width: 140px;
      width: 100%; }
    .form--package.results .package-options {
      width: 70%; }
    .form--package.results .row-2 {
      width: 30%;
      min-width: 140px; }
  .form--package.results--accommodation .row-2 {
    width: 100%;
    min-width: none; } }

@media (min-width: 800px) {
  .form--package {
    display: flex;
    flex-wrap: wrap; }
    .form--package .panel {
      width: 75%;
      max-width: 75%;
      margin: 0 0 0 auto; }
    .form--package header {
      width: 25%;
      flex: 25%; }
    .form--package .row-1 {
      width: 75%;
      flex: 75%; }
    .form--package .radio-button__wrapper label {
      padding-top: 17px;
      padding-bottom: 15px; }
      .form--package .radio-button__wrapper label::before {
        margin-top: 15px; }
    .form--package div.package-options {
      padding-top: 20px; }
    .form--package .panel {
      padding: 5px 20px 0 20px; }
      .form--package .panel .map__wrapper,
      .form--package .panel .content,
      .form--package .panel header {
        margin: 0; } }

@media (min-width: 880px) {
  .form--package header {
    padding-top: 20px; }
  .form--package .col-2 .package-options,
  .form--package .package-options {
    width: 37%; }
  .form--package .col-2 .row-2,
  .form--package .row-2 {
    width: 63%;
    min-width: 400px; }
  .form--package .col-2 .package-options {
    width: 54%; }
  .form--package .col-2 .row-2 {
    width: 46%;
    min-width: 297px; }
  .form--package .row-2 {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .form--package .pricings {
    width: calc(100% - 90px);
    height: 100%; }
    .form--package .pricings li {
      padding-bottom: 25px;
      padding-top: 20px; }
  .form--package .pricings.sold-out {
    width: 100%; }
  .form--package .action {
    width: 90px;
    padding: 0 20px 0 0;
    height: 100%;
    display: inline-flex;
    align-items: flex-start; }
    .form--package .action .button {
      margin: 60px 0 0 auto; }
  .form--package .pricings.show:not(.sold-out) ~ .action {
    display: inline-flex; }
  .form--package.results {
    max-width: 1020px;
    flex-direction: row;
    flex-wrap: wrap; }
    .form--package.results header {
      width: 57%;
      flex: auto;
      margin-right: 0;
      padding: 10px 20px 10px 10px; }
    .form--package.results .row-1 {
      width: 43%;
      flex: auto; }
    .form--package.results .row-2 {
      display: inline-flex;
      flex-direction: column;
      justify-content: center; }
    .form--package.results .pricings {
      width: 100%;
      height: auto;
      margin: 20px auto; }
    .form--package.results .action {
      height: auto;
      width: 100%;
      display: block;
      margin: -10px auto 20px auto; }
      .form--package.results .action .button {
        margin-top: 0; }
    .form--package.results .pricings.show:not(.sold-out) ~ .action {
      display: block; }
    .form--package.results .package-options .radio-button__wrapper:first-child {
      border-top: none; }
  .form--package.results--accommodation header {
    width: 75%; }
  .form--package.results--accommodation .row-2 {
    width: 25%;
    flex-direction: row;
    padding-right: 5px; }
  .form--package.sold-out {
    align-items: center; }
    .form--package.sold-out::after {
      width: calc(43% - 40px);
      margin: 0 20px; }
  .sold-out.results--accommodation::after {
    width: calc(25% - 40px); } }

@media (min-width: 960px) {
  .form--package .radio-button__wrapper label {
    padding-left: 45px; }
    .form--package .radio-button__wrapper label::before {
      margin-left: 15px; }
  .form--package div.package-options {
    padding-left: 20px; }
  .form--package .pricings {
    width: calc(100% - 100px); }
  .form--package .action {
    width: 100px;
    padding-right: 20px; } }

@media (min-width: 560px) {
  .form--package .pricings.instruction {
    padding: 30px 0; } }

/*----------------------
	FORM ADD-ONS e.g. powered site, motogp weekend upgrade
----------------------*/
.form--add-ons .row {
  padding: 10px;
  background: #f7f7f7; }

.form--add-ons .pricing {
  text-align: left; }
  .form--add-ons .pricing small {
    display: inline; }

.form--add-ons .action-group {
  display: flex;
  align-items: flex-end;
  padding: 10px 0 0 0; }

.form--add-ons .options {
  margin-right: 10px;
  text-align: left; }

.select--site {
  max-width: 220px;
  width: 220px; }

@media (min-width: 480px) {
  .form--add-ons .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    align-items: flex-end; }
  .form--add-ons .pricing {
    width: auto;
    margin-right: 20px;
    padding-bottom: 3px; }
    .form--add-ons .pricing small {
      text-align: right;
      padding: 0;
      margin: 0;
      display: block; }
  .form--add-ons .action-group {
    padding-top: 0; } }

@media (min-width: 560px) {
  .form--add-ons .options {
    margin-right: 20px; } }

@media (min-width: 720px) {
  .form--add-ons {
    display: flex; }
    .form--add-ons header {
      width: 30%;
      display: inline-flex;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0; }
    .form--add-ons .row {
      width: 70%; }
    .form--add-ons .pricing {
      width: 100px;
      text-align: right; } }

@media (min-width: 880px) {
  .form--add-ons {
    justify-content: space-between; }
    .form--add-ons header {
      width: 35%; }
    .form--add-ons .pricing {
      margin-right: 30px; }
    .form--add-ons .row {
      width: 65%;
      padding: 20px;
      justify-content: flex-end; } }

/*----------------------
	INTRO
----------------------*/
.intro {
  margin-bottom: 0; }
  .intro .note {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin-top: 25px; }

.intro__left {
  margin-bottom: 20px; }

.intro__right {
  text-align: left; }

@media (min-width: 720px) {
  .intro {
    display: flex; }
  .intro__left {
    margin-right: 15px; }
  .intro__right {
    margin-left: 15px; } }

@media (min-width: 880px) {
  .intro__left {
    margin-right: 20px; }
  .intro__right {
    margin-left: 20px; } }

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 879px) {
  .header__main {
    display: block;
    height: 50px;
    overflow: hidden; }
    .header__main::after {
      content: '';
      clear: both;
      display: table; }
    .header__main > .logo {
      float: left; }
  .header__nav--mobile {
    float: right;
    height: 50px; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 599px) {
  .tab {
    flex: auto; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  select,
  .select__wrapper select {
    padding-right: 5px; }
  .select__wrapper::after {
    display: none; } }

.addthis_inline_share_toolbox {
  margin: 20px auto;
  text-align: center; }
