/**
 * CSS Reset
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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; }

/**
	Colors
**/
/**
	General
**/
body, html {
  background: #fafafa;
  font-family: 'myriad-pro', sans-serif; }

/* Reset some basic elements */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/* Basic styling */
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/* Images */
img {
  max-width: 100%;
  vertical-align: middle;
  display: block; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
  color: #e03c4d; }

html h1 {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  line-height: 54px;
  margin: 0px; }
  @media (max-width: 768px) {
    html h1 {
      font-size: 40px;
      line-height: 44px; } }
  @media (max-width: 767px) {
    html h1 {
      font-size: 30px;
      line-height: 34px; } }

h2 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-size: 32px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 25px; } }

h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0px 0px 8px; }
  @media (max-width: 768px) {
    h4 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px; }

p {
  color: #666666;
  font-size: 17px;
  line-height: 1.7em;
  word-break: break-word; }
  @media (max-width: 767px) {
    p {
      font-size: 16px; } }

.subtitle {
  color: #666666;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .subtitle {
      font-size: 21px;
      line-height: 25px; } }

.smaller, .smaller * {
  font-size: 14px;
  line-height: 1.9em; }

/* Links */
a {
  color: #188cff;
  text-decoration: none; }
  a:visited {
    color: #188cff; }
  a:hover {
    color: #188cff;
    text-decoration: underline; }

/* Buttons */
.btn {
  padding: 17px 35px;
  color: white !important;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  background-color: #e03c4d;
  border-radius: 2px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 767px) {
    .btn {
      padding: 17px 15px;
      font-size: 15px; } }
  .btn:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 5px;
    background-color: #e03c4d;
    bottom: 1px;
    left: 50%;
    will-change: transform;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
    margin-left: -45%; }

.btn:hover {
  text-decoration: none;
  color: white;
  background-color: #e02539;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px); }
  .btn:hover:after {
    background-color: #e02539;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    -webkit-transform: scaleX(1.07);
    -moz-transform: scaleX(1.07);
    -ms-transform: scaleX(1.07);
    -o-transform: scaleX(1.07);
    transform: scaleX(1.07); }

p {
  margin-bottom: 16px; }

/* Sections */
.sections {
  padding: 0 15px; }

/**
	Section - Header
**/
#main-header {
  background-color: white;
  /* Logo */
  /* Navigation */ }
  #main-header #logo {
    overflow: hidden;
    padding: 30px;
    position: relative; }
    #main-header #logo img {
      max-width: 256px;
      float: right;
      position: relative;
      z-index: 2;
      -webkit-backface-visibility: hidden; }
    #main-header #logo:after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #e03c4d;
      position: absolute;
      bottom: 38px;
      left: 0px; }
    @media (max-width: 767px) {
      #main-header #logo {
        padding: 20px; }
        #main-header #logo img {
          max-width: 175px; }
        #main-header #logo:after {
          bottom: 26px; } }
  #main-header nav {
    background: #e03c4d;
    position: relative;
    overflow-y: auto; }
    #main-header nav.sticky {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      z-index: 999; }
    #main-header nav ul {
      text-align: center;
      display: table;
      width: 980px;
      margin: 0 auto; }
    #main-header nav li {
      display: table-cell; }
      #main-header nav li a {
        color: white;
        line-height: 40px;
        padding: 0 20px;
        display: block;
        text-decoration: none;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        @media (max-width: 1010px) {
          #main-header nav li a {
            padding: 0 15px;
            font-size: 15px; } }
      #main-header nav li a:hover {
        text-decoration: underline; }
    #main-header nav .stand-out {
      padding: 10px 0;
      position: relative;
      display: block; }
      @media (max-width: 980px) {
        #main-header nav .stand-out {
          margin-left: 15px; } }
      #main-header nav .stand-out a {
        background: #ffd718;
        border-radius: 3px;
        color: #333; }
      #main-header nav .stand-out a:hover {
        text-decoration: none;
        background: #ffe04b; }

/**
	Section - Hero
**/
#hero {
  height: 60vw;
  max-height: 600px;
  background: url(hero-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    #hero {
      height: 60vw;
      max-height: 410px; } }
  #hero img {
    max-width: 1020px;
    width: 100%;
    left: 50%;
    position: absolute;
    bottom: 8vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      #hero img {
        bottom: 15%; } }

/**
	Section - Boxes
**/
.box {
  max-width: 980px;
  margin: 0px auto 80px;
  position: relative; }
  @media (max-width: 767px) {
    .box {
      margin: 0px auto 30px; } }
  .box:focus {
    outline: none; }
  .box .box-content {
    background-color: white;
    padding: 60px;
    position: relative;
    border-radius: 4px;
    height: 100%;
    z-index: 2; }
    @media (max-width: 767px) {
      .box .box-content {
        padding: 25px; } }
  .box .text-panel {
    background-color: #fafafa;
    padding: 40px; }
    @media (max-width: 767px) {
      .box .text-panel {
        padding: 20px; } }
  .box:after {
    content: '';
    width: 95%;
    height: 100%;
    left: 50%;
    margin-left: -47.5%;
    position: absolute;
    top: 0px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }

/**
	Section - Welcome
**/
#welcome.box {
  margin-top: -10%; }
  #welcome.box .subtitle {
    padding: 20px 0px 50px;
    text-align: center; }
    @media (max-width: 767px) {
      #welcome.box .subtitle {
        padding-bottom: 30px; } }
  #welcome.box .btn {
    display: block;
    max-width: 190px;
    margin: 0 auto 60px; }
    @media (max-width: 767px) {
      #welcome.box .btn {
        margin: 0 auto 30px; } }
  #welcome.box #intro {
    font-size: 20px;
    line-height: 28px;
    padding: 0 60px; }
    @media (max-width: 767px) {
      #welcome.box #intro {
        padding: 40px; } }
    @media (max-width: 550px) {
      #welcome.box #intro {
        padding: 20px;
        font-size: 16px;
        line-height: 1.7em; } }

/**
	Section - Programme
**/
.dark-bg {
  background: #fafafa; }

#programme.box #programme-table {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  width: 100%;
  border-spacing: 0; }
  #programme.box #programme-table p {
    margin-bottom: 0; }
  #programme.box #programme-table tr {
    vertical-align: baseline; }
  #programme.box #programme-table td {
    display: inline-block;
    padding: 18px 0; }
  #programme.box #programme-table .spacer {
    padding: 0 20px;
    font-size: 12px;
    color: #ebebeb; }
    @media (max-width: 600px) {
      #programme.box #programme-table .spacer {
        padding: 18px 20px; } }
  #programme.box #programme-table .programme-date {
    width: 100%;
    max-width: 170px;
    text-align: right;
    color: #666666;
    font-weight: 600; }
    @media (max-width: 842px) {
      #programme.box #programme-table .programme-date {
        max-width: 100%;
        text-align: left;
        padding: 18px 0 0 30px; } }
    @media (max-width: 600px) {
      #programme.box #programme-table .programme-date {
        max-width: 160px;
        padding: 18px 0 10px 20px; } }
  #programme.box #programme-table .programme-time {
    text-align: center;
    width: 100%;
    max-width: 45px; }
    #programme.box #programme-table .programme-time p {
      color: #999999; }
    @media (max-width: 842px) {
      #programme.box #programme-table .programme-time {
        text-align: left;
        padding: 0 0 0 30px; } }
    @media (max-width: 600px) {
      #programme.box #programme-table .programme-time {
        display: block;
        padding: 0 0 2px 20px; } }
  #programme.box #programme-table .programme-event {
    color: #666666; }
    @media (max-width: 600px) {
      #programme.box #programme-table .programme-event {
        padding: 0 0 20px 20px; } }
  @media (max-width: 842px) {
    #programme.box #programme-table .tablet-disp-none {
      display: none; } }
  @media (max-width: 600px) {
    #programme.box #programme-table .mobile-disp-none {
      display: none; } }
#programme.box #small-print {
  padding: 20px 0 0 0; }
  #programme.box #small-print p {
    color: #999999;
    font-size: 14px;
    line-height: 150%; }

/**
	Section - Pricing
**/
#pricing .cell {
  display: table-cell;
  width: 50%; }
  #pricing .cell:nth-child(1) {
    padding: 0 20px 0 0; }
  #pricing .cell:nth-child(2) {
    padding: 0 0 0 20px; }
    @media (max-width: 767px) {
      #pricing .cell:nth-child(2) {
        margin-top: 20px; } }
  @media (max-width: 767px) {
    #pricing .cell {
      padding: 0px !important;
      width: 100%;
      display: block; } }
#pricing .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #999999; }
#pricing .table-container {
  margin-top: 50px; }
  #pricing .table-container p {
    margin-bottom: 0; }
#pricing .table-responsive {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto; }
#pricing .pricingTables {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  border-spacing: 0; }
  #pricing .pricingTables tr:nth-child(even) {
    background: #fafafa; }
  #pricing .pricingTables thead tr {
    background: #fafafa; }
  #pricing .pricingTables th {
    font-weight: 400;
    color: #666666; }
  #pricing .pricingTables th, #pricing .pricingTables td {
    text-align: left;
    padding: 18px 40px 18px 20px; }
  #pricing .pricingTables th:not(:last-child), #pricing .pricingTables td:not(:last-child) {
    border-right: 1px solid #f5f5f5; }

/**
	Section - How To Get There
**/
#taxis p {
  margin-bottom: 0; }

#how-to-get-there.box .map-container {
  position: relative;
  width: 100%; }
#how-to-get-there.box .map-shadow {
  content: '';
  width: 90%;
  height: 90%;
  left: 50%;
  top: 10%;
  margin-left: -45%;
  position: absolute;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.2); }
#how-to-get-there.box #map {
  height: 500px;
  width: 100%;
  background-color: green;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    #how-to-get-there.box #map {
      height: 350px; } }
#how-to-get-there.box iframe {
  width: 100%;
  height: 100%;
  border: none; }
#how-to-get-there.box .address {
  display: table;
  table-layout: fixed;
  padding: 80px 0;
  width: 100%; }
  #how-to-get-there.box .address .cell {
    width: 33.3%;
    display: table-cell;
    vertical-align: top; }
    #how-to-get-there.box .address .cell p {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      #how-to-get-there.box .address .cell {
        width: 100%;
        display: block;
        text-align: center; } }
  #how-to-get-there.box .address .cell:last-child {
    margin-top: 20px; }
  #how-to-get-there.box .address .location-icon {
    max-width: 160px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media (max-width: 767px) {
      #how-to-get-there.box .address .location-icon {
        max-width: 110px;
        margin: 0 auto; } }
#how-to-get-there.box .subtitle {
  margin-bottom: 60px; }

#shuttle-info {
  padding: 0 40px 40px; }
  @media (max-width: 767px) {
    #shuttle-info {
      padding: 0 20px 20px; } }

/* Tab Box */
.tab-box {
  border: 1px solid #f5f5f5;
  border-radius: 4px; }
  .tab-box .select-tab-mobile {
    display: none;
    background-color: #fafafa;
    background-image: url("arrow-down.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    color: #aaa;
    font-weight: 600;
    padding: 0 15px;
    height: 45px; }
  @media (max-width: 767px) {
    .tab-box .select-tab-mobile {
      display: block; }
    .tab-box .select-tab-desktop {
      display: none; } }
  .tab-box nav ul {
    list-style: none; }
    .tab-box nav ul li {
      display: inline-block;
      width: 24.9%;
      text-align: center;
      border-right: 1px solid #f5f5f5; }
      .tab-box nav ul li img {
        display: inline-block;
        margin-right: 10px;
        opacity: 0.6; }
        @media (max-width: 960px) {
          .tab-box nav ul li img {
            display: none; } }
      .tab-box nav ul li button {
        padding: 0;
        background-color: #fafafa;
        border: none;
        border-bottom: 1px solid #f5f5f5;
        display: block;
        line-height: 55px;
        width: 100%;
        cursor: pointer;
        outline: none;
        color: #aaa;
        font-weight: 600;
        font-size: 15px; }
      .tab-box nav ul li li:last-child button {
        border-radius: 0 4px 0 0; }
      .tab-box nav ul li button:hover,
      .tab-box nav ul li button.active {
        color: #999999;
        background-color: white !important; }
        .tab-box nav ul li button:hover img,
        .tab-box nav ul li button.active img {
          opacity: 1; }
      .tab-box nav ul li button.active {
        border: none; }
      .tab-box nav ul li:last-child {
        border: 0px;
        margin-right: -3px; }
    .tab-box nav ul li:nth-child(1) img {
      width: 40px; }
    .tab-box nav ul li:nth-child(2) img {
      width: 40px; }
    .tab-box nav ul li:nth-child(3) img {
      width: 25px; }
    .tab-box nav ul li:nth-child(4) img {
      width: 25px; }
  .tab-box .content-box {
    display: none; }
    .tab-box .content-box.active {
      display: block; }
    .tab-box .content-box[data-link-target="dont-forget"] ul {
      overflow: hidden;
      padding-left: 20px; }
    .tab-box .content-box[data-link-target="dont-forget"] li {
      float: left;
      margin-right: 30px;
      width: 28%;
      color: #666666;
      font-size: 17px;
      line-height: 1.4em;
      word-break: break-word;
      margin-bottom: 10px; }
    @media (max-width: 767px) {
      .tab-box .content-box[data-link-target="dont-forget"] li {
        float: inherit;
        width: 100%;
        margin: 0px; } }
    @media (max-width: 767px) {
      .tab-box .content-box {
        padding: 20px; } }
    .tab-box .content-box .table {
      width: 100%;
      display: table; }
      @media (max-width: 767px) {
        .tab-box .content-box .table {
          padding: 0px; } }
    .tab-box .content-box .cell {
      width: 25%;
      display: table-cell;
      padding: 40px; }
      @media (max-width: 767px) {
        .tab-box .content-box .cell {
          display: block;
          width: 100%;
          padding: 0px; } }
    .tab-box .content-box .subtitle .the-title,
    .tab-box .content-box .subtitle .arrow-right {
      display: inline-block;
      margin: 0px;
      vertical-align: middle; }
    .tab-box .content-box .subtitle .the-title {
      font-weight: 500;
      color: #999999; }
    .tab-box .content-box .subtitle .arrow-right {
      position: relative;
      height: 20px;
      width: 42px;
      margin: 0 10px; }
      .tab-box .content-box .subtitle .arrow-right:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 2px;
        top: 50%;
        margin-top: -1px;
        left: 0px;
        background-color: #999999; }
      .tab-box .content-box .subtitle .arrow-right img {
        height: 20px;
        width: 10px;
        right: 0px;
        position: absolute; }
    .tab-box .content-box .links {
      overflow: hidden; }
      .tab-box .content-box .links .link {
        float: left;
        width: 33.3%;
        min-height: 55px;
        color: #999999; }
        @media (max-width: 767px) {
          .tab-box .content-box .links .link {
            display: block;
            width: 100%;
            float: inherit; } }
      .tab-box .content-box .links p {
        font-size: 15px;
        margin-bottom: 0; }
      .tab-box .content-box .links h5 {
        font-size: 15px; }
      .tab-box .content-box .links a, .tab-box .content-box .links span {
        font-size: 15px;
        padding: 0 7px 0 0; }

/* Blocks */
.block {
  padding: 40px; }
  @media (max-width: 767px) {
    .block {
      padding: 20px 0 0 0; } }
  .block h4 {
    margin-bottom: 20px; }
  .block .table {
    margin-top: 30px; }
  .block .subtitle {
    margin-bottom: 10px !important; }
  .block .cell:nth-child(1) {
    padding: 0px 20px 0px 0px; }
  .block .cell:nth-child(2) {
    padding: 0px 0px 0px 20px; }
  @media (max-width: 767px) {
    .block .cell {
      padding: 0px !important;
      margin-top: 25px; } }
  .block hr {
    border: none;
    border-bottom: 1px solid #f5f5f5;
    margin: 40px 0 30px; }

/**
	Section - Accomodation
**/
#accomodation .table {
  display: table;
  width: 100%;
  table-layout: fixed; }
#accomodation .cell {
  display: table-cell;
  width: 50%; }
  #accomodation .cell:nth-child(1) {
    padding: 0 20px 0 0; }
  #accomodation .cell:nth-child(2) {
    padding: 0 0 0 20px; }
    @media (max-width: 767px) {
      #accomodation .cell:nth-child(2) {
        margin-top: 20px; } }
  @media (max-width: 767px) {
    #accomodation .cell {
      padding: 0px !important;
      width: 100%;
      display: block; } }

/**
	Section - General Information
**/
html #general-information .tab-box nav ul li {
  width: 19.9%; }
html #general-information .tab-box li:nth-child(1) img {
  width: 18px; }
html #general-information .tab-box li:nth-child(2) img {
  width: 18px; }
html #general-information .tab-box li:nth-child(3) img {
  width: 20px; }
html #general-information .tab-box li:nth-child(4) img {
  width: 18px; }
html #general-information .tab-box li:nth-child(5) {
  border: 0px;
  margin-right: -4px; }
  html #general-information .tab-box li:nth-child(5) img {
    width: 21px; }

/**
	Section - Contact
**/
#contact form {
  max-width: 600px;
  margin: 0 auto; }
#contact label {
  color: #666666; }
#contact input:not([type="submit"]),
#contact textarea {
  width: 100%;
  margin: 10px 0 20px;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #666666;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-animation: all 0.3s ease-in-out;
  -moz-animation: all 0.3s ease-in-out;
  -ms-animation: all 0.3s ease-in-out;
  animation: all 0.3s ease-in-out; }
  #contact input:not([type="submit"]):focus,
  #contact textarea:focus {
    border-color: #e02539; }
#contact .g-recaptcha {
  margin-bottom: 20px; }
#contact .btn {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  text-transform: capitalize;
  cursor: pointer; }
  @media (max-width: 480px) {
    #contact .btn {
      width: 100%; } }
#contact .form-message {
  margin-top: 30px;
  display: none; }
  #contact .form-message.message-success {
    color: #47ab41; }
  #contact .form-message.message-error {
    color: #e03c4d; }

.video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Footer */
#main-footer {
  padding: 26px 0 26px 0;
  text-align: left;
  background: #e6e6e6;
  vertical-align: middle; }
  #main-footer #footer-box {
    margin: 0px auto;
    max-width: 980px; }
  #main-footer a {
    text-decoration: underline; }
  #main-footer .footer-element {
    padding-right: 20px; }
    @media (max-width: 625px) {
      #main-footer .footer-element {
        margin-bottom: 5px;
        display: block; } }
  #main-footer .logo-grey {
    width: 34px;
    height: auto;
    float: right;
    margin-top: -6px; }
    @media (max-width: 625px) {
      #main-footer .logo-grey {
        float: none;
        margin-top: 10px; } }
  #main-footer p {
    font-size: 12px;
    color: #b3b3b3; }
  #main-footer a {
    font-size: 12px;
    font-weight: 400;
    color: #b3b3b3; }

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