@charset "UTF-8";
/**********************
Breakpoints 
***********************/
/**********************
Colors
***********************/
/**********************
Color Usage
***********************/
/**********************
Font Family
***********************/
/**********************
Font Weights
***********************/
/**********************
Font Size
***********************/
/*==============================================================================
Easings
==============================================================================*/
/*==============================================================================
Transitions
==============================================================================*/
/*==============================================================================
Paddings
==============================================================================*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }

html, body {
  padding: 0;
  margin: 0; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  overflow: scroll;
  overflow-x: hidden !important;
  background: #0b022b;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  font-family: "Titillium Web", sans-serif !important;
  font-size: 16px; }

/**
 * Add the correct display in IE 9-.
 */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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; }

a {
  outline: none; }

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

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

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

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

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

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

iframe {
  display: block; }

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

/*==============================================================================
Miscellaneous
==============================================================================*/
::-moz-selection {
  background: #000 !important;
  color: #fff !important;
  text-shadow: none !important; }

::selection {
  background: #000 !important;
  color: #fff !important;
  text-shadow: none !important; }

.disabled {
  cursor: default !important; }

nav {
  width: 100%;
  height: 65px;
  background: rgba(29, 13, 97, 0.9);
  border-bottom: solid 1px #100734;
  position: fixed;
  top: 0;
  z-index: 998;
  -webkit-box-shadow: 0 0 14px 0 transparent;
  box-shadow: 0 0 14px 0 transparent;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s; }

.logo-swap nav {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.48);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.48); }

.nav-icon {
  float: left;
  width: 2.9375em;
  height: 2.1875em;
  margin: .9375em;
  background: url(../img/icon__themescape.png);
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s .3s;
  transition: transform .3s .3s; }
  .nav-icon:after {
    width: 2.9375em;
    height: 2.1875em;
    background: url(../img/icon__themescape-hover.png);
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: 0 0 6px 0 #fff;
    box-shadow: 0 0 6px 0 #fff; }

.no-touch .nav-icon:hover:after {
  opacity: 1; }

.nav-logo {
  height: 2.1875em;
  left: .9375em;
  top: .9375em;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform .3s 0s, opacity .3s;
  transition: transform .3s 0s, opacity .3s; }
  .nav-logo:hover {
    opacity: .7; }
  .nav-logo img {
    height: 100%;
    width: auto; }

.logo-swap .nav-logo {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .3s .3s;
  transition: transform .3s .3s; }

.logo-swap .nav-icon {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: -webkit-transform .3s 0s;
  transition: transform .3s 0s; }

.nav-list {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right; }

.nav-list > li {
  display: block;
  padding: 0;
  margin: 0; }

.nav-item {
  line-height: 65px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.125em;
  height: 65px;
  border-left: solid 1px #4310c5;
  padding: 0 1.5625em;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.nav-item:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #1d0d61;
  background: -webkit-gradient(linear, left top, left bottom, from(#230a92), to(#1d0d61));
  background: -webkit-linear-gradient(top, #230a92 0, #1d0d61 100%);
  background: linear-gradient(to bottom, #230a92 0, #1d0d61 100%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 0; }

.nav-item > span {
  position: relative;
  z-index: 1;
  display: block;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0);
  -webkit-transition: text-shadow .3s;
  transition: text-shadow .3s;
  text-transform: uppercase;
  font-weight: 600; }

.no-touch .nav-item:hover span {
  text-shadow: 0 0 4px #fff; }

.no-touch .nav-item:hover:before {
  opacity: 1; }

.nav-current span {
  text-shadow: 0 0 25px #ccc; }

.nav-current .nav-item:before {
  opacity: 1 !important; }

.with-sub-nav {
  position: relative; }

.with-sub-nav li a:before {
  display: none; }

.with-sub-nav:hover ul {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: visibility 0ms 0ms, -webkit-transform 300ms 0ms;
  transition: visibility 0ms 0ms, transform 300ms 0ms; }

.with-sub-nav:hover ul li {
  opacity: 1;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms; }

.with-dropdown .nav-link-text {
  padding-right: 15px; }

.with-sub-nav:before {
  content: "▼";
  display: block;
  position: absolute;
  right: 25px;
  top: 24px;
  width: 10px;
  font-size: 14px;
  color: #fff;
  transition: .3s;
  z-index: 3; }

.with-sub-nav:hover:before {
  transform: rotate(-90deg); }

.hamburger {
  position: absolute;
  z-index: 9998;
  width: 30px;
  height: 27px;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  display: none;
  top: 11px;
  right: 15px;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .hamburger:before {
    width: 40px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .hamburger:after {
    width: 35px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 13px;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s; }

.sub-nav__list {
  visibility: hidden;
  list-style: none;
  display: block;
  position: absolute;
  top: 65px;
  left: 0;
  background: rgba(42, 19, 142, 0.9);
  z-index: 4;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: visibility 0ms 300ms, -webkit-transform 300ms;
  transition: visibility 0ms 300ms, transform 300ms;
  min-width: 100%;
  line-height: 3; }

.sub-nav-list__item {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  text-align: left;
  width: auto;
  opacity: 0;
  -webkit-transition: all 150ms 0ms;
  transition: all 150ms 0ms;
  position: relative;
  overflow: hidden;
  background-color: transparent; }
  .sub-nav-list__item:last-of-type {
    border-bottom: 0; }
  .sub-nav-list__item a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    padding: 0 15px;
    background: 0 0;
    -webkit-transition: background 300ms;
    transition: background 300ms; }
    .sub-nav-list__item a:hover {
      background-color: #1d0d61; }

.current-sub-nav > a {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1); }

/***********************************************
Mobile Nav
***********************************************/
.hamburger {
  position: absolute;
  z-index: 9998;
  width: 30px;
  height: 27px;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  display: none;
  top: 11px;
  right: 15px;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 800px) {
    .hamburger {
      display: block;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      padding: 0; } }

.hamburger:before {
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s; }

.hamburger:after {
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 13px;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s; }

@media (max-width: 1270px) {
  .nav-item a {
    padding: 0 20px;
    font-size: 0.875em; } }

@media (max-width: 900px) {
  .nav-divider {
    display: none; }
  .nav-item a {
    padding: 0 10px; }
  .nav-list {
    padding-right: 15px; } }

@media (max-width: 750px) {
  nav {
    height: 50px; }
  nav:before {
    height: 30px;
    background-color: #242424; }
  nav:after {
    display: block !important;
    background-color: #1e1e1e; }
  nav li {
    display: block !important;
    padding: 0 !important;
    border-bottom: 0 !important; }
  .nav-divider {
    display: none !important; }
  nav a {
    display: block;
    padding: 1.25em;
    color: white;
    font-family: "avalon", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: color .3s ease-in, background .3s ease-in; }
  nav h1 {
    transform: scale(0.7);
    transform-origin: top left;
    margin: 0;
    position: relative;
    top: 18px;
    left: 20px;
    background-image: url(../img/header-logo-mobile.png); }
  .nav-list {
    position: fixed;
    top: -100%;
    opacity: 0;
    transition: opacity .3s, top 0s .3s, visibility 0ms .3s;
    height: 100%;
    z-index: 9999;
    width: 100%;
    padding-right: 0;
    visibility: hidden; }
  .social-nav {
    display: none; }
  .nav-item {
    height: 60px; }
  .nav-item a {
    height: 60px;
    line-height: 60px; }
  .nav-item:before {
    display: none !important; } }

.nav-enabled .hamburger {
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  top: 20px; }

.nav-enabled .hamburger:before {
  transform: rotate(45deg);
  background: white; }

.nav-enabled .hamburger:after {
  transform: rotate(-45deg);
  top: 3px;
  background: white; }

.nav-enabled .hamburger:hover:before, .nav-enabled .hamburger:hover:after {
  background: white; }

.nav-enabled .nav-container {
  height: 100%; }

.nav-enabled .nav-list {
  top: 50px;
  opacity: 1;
  transition: opacity .3s, top 0s 0s, visibility 0ms 0ms;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  visibility: visible;
  background-color: #22004c; }

.nav-enabled body {
  overflow: hidden; }

.nav-enabled nav {
  height: 100%; }

.nav-enabled .sub-nav__list .nav-item {
  height: 50px;
  line-height: 50px;
  font-size: 13px; }

.content:after, .nav-container:after, .feature:after, .home-news-item:after, .gallery:after, .single-event-details:after, .single-event-title-container:after, .single-event-buttons:after {
  content: "";
  display: table;
  clear: both; }

nav:before, nav:after, .nav-item:before, .hamburger:before, .hamburger:after, .feature > a:before, .read-more:before, .button:before, .dark-button:before, .light-button:before, .single-event-title-container:before, .single-event-title-container:after, .flickity-prev-next-button:before {
  display: block;
  content: '';
  position: absolute; }

@media (max-width: 1085px) {
  .nav-list {
    font-size: 90%; }
  .nav-item {
    padding: 0 .9375em; } }

@media (max-width: 900px) {
  .nav-list {
    font-size: 80%; }
  .nav-item {
    padding: 0 .625em; } }

@media (max-width: 800px) {
  nav {
    height: 50px;
    top: 0; }
  .nav-list {
    float: none;
    display: block;
    position: absolute;
    top: 50px;
    z-index: 9997;
    width: 100%;
    height: 0;
    font-size: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    -webkit-transition: -webkit-transform .2s .2s ease-out, visibility 0s .4s;
    transition: transform .2s .2s ease-out, visibility 0s .4s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  .nav-enabled nav {
    position: fixed; }
  .nav-height-adjusted .nav-list {
    height: 100vh !important; }
  .nav-enabled .nav-list {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-transition: -webkit-transform .2s 0s ease-out, visibility 0s 0s;
    transition: transform .2s 0s ease-out, visibility 0s 0s;
    height: 100vh; }
  .nav-item {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    border-left: none;
    border-bottom: solid 1px #39007f;
    opacity: 0;
    -webkit-transition: all .2s 0ms;
    transition: all .2s 0ms;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); }
  .nav-enabled .nav-item {
    opacity: 1;
    -webkit-transition: all .3s .2s;
    transition: all .3s .2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .nav-icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    margin: .6875em; }
  .nav-enabled .hamburger {
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: 13px; }
  .nav-enabled .hamburger:after {
    width: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px; }
  .nav-enabled .hamburger:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sub-list-enabled ul {
    display: block; }
  .sub-nav__list {
    visibility: visible;
    display: none;
    list-style: none;
    position: static;
    top: 95px;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  .sub-nav-list__item {
    opacity: 1;
    text-align: right;
    position: relative;
    text-align: center; }
  .sub-nav-list__item:before {
    display: none; }
  .sub-nav-list__item:last-of-type {
    border-bottom: none; }
  .sub-nav-list__item a:hover {
    background: rgba(0, 0, 0, 0.1); } }

header {
  width: 100%;
  height: 600px;
  background: #150c1d url(../img/bg-header.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 65px 50px 0; }
  header h1 a {
    display: block;
    margin: 0 auto; }
    header h1 a img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 600px;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    header h1 a:hover img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

header .hero-logo {
  padding-bottom: 3.5% !important; }

@media (max-width: 1500px) {
  header {
    height: 400px; } }

@media (max-width: 800px) {
  header .hero-logo {
    height: auto !important; }
  header {
    height: 250px; }
  header h1 a {
    display: block;
    margin: 0 auto; }
  header h1 a img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 400px; } }

.loader {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  background: -webkit-radial-gradient(center, ellipse, #361cab 11%, #15094b 100%);
  background: radial-gradient(ellipse at center, #361cab 11%, #15094b 100%); }
  .loader svg {
    width: 100px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: block;
    padding: 8px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .loader svg polygon {
      fill: #fff;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }

.upper-triangle {
  -webkit-animation: scale .7s .2s ease-in infinite alternate;
  animation: scale .7s .2s ease-in infinite alternate; }

.lower-triangle {
  -webkit-animation: scale .7s ease-in infinite alternate;
  animation: scale .7s ease-in infinite alternate; }

.outer-triangle {
  display: none; }

.loaded .loader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s .5s, visibility 0s 1s;
  transition: opacity .5s .5s, visibility 0s 1s; }

footer {
  background-color: #2b1644;
  border-top: solid 1px #472372;
  width: 100%; }

.footer-container {
  max-width: 1250px;
  padding: 3.125em;
  margin: 0 auto; }

.footer-form {
  width: 375px;
  float: left;
  text-align: left; }
  .footer-form h2 {
    color: #fff;
    font-weight: 1.125em;
    font-weight: 400;
    text-transform: uppercase; }
  .footer-form form {
    margin-top: 25px; }
  .footer-form input.email-input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #2b1644;
    border: solid 1px #726b7c;
    text-align: left;
    padding: 0 20px;
    color: #726b7c;
    font-weight: 400;
    font-size: 13px;
    outline: 0;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-top-color: transparent;
    border-right-color: transparent; }
    .footer-form input.email-input:focus {
      background-color: #492c6b;
      border-right-color: #726b7c;
      border-top-color: #726b7c;
      color: #fff; }

.submit-button {
  display: none; }

.submit-replace {
  float: right;
  color: #ebe4f5;
  text-decoration: none;
  position: relative;
  text-align: left;
  font-size: 1em;
  display: inline-block;
  letter-spacing: -em(1);
  -webkit-transition: color .3s;
  transition: color .3s; }
  .submit-replace:before {
    width: 10px;
    height: 15px;
    left: -17px;
    top: 50%;
    margin-top: -7px;
    background: url(../img/icon__arrow.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: left .2s;
    transition: left .2s; }
  .submit-replace:hover {
    color: #fff; }
    .submit-replace:hover:before {
      left: -14px; }

.social-links {
  float: right;
  width: 300px; }
  .social-links div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .social-links h2 img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px; }

.social-link {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #552d97;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  position: relative; }
  .social-link svg {
    max-width: 40%;
    max-height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block; }
    .social-link svg path {
      fill: #d3c8df;
      -webkit-transition: fill .3s;
      transition: fill .3s; }
  .social-link:hover {
    background-color: #6a10d5; }
    .social-link:hover svg path {
      fill: #fff; }

.bottom {
  width: 100%;
  background-color: #150b22;
  margin: 0; }

.copyright {
  font-size: .8125em;
  text-transform: uppercase;
  color: #67587a;
  float: left;
  padding: 25px; }

.privacy {
  float: right;
  text-transform: uppercase;
  color: #67587a;
  padding: 25px;
  font-size: .8125em; }
  .privacy a {
    text-transform: uppercase;
    color: #67587a;
    text-decoration: none; }

@media (max-width: 900px) {
  .footer-form {
    width: 250px; }
  .social-links {
    width: 250px;
    margin-top: 20px; }
  .social-link {
    width: 40px;
    height: 40px; } }

@media (max-width: 675px) {
  .footer-form {
    width: 100%;
    margin-bottom: 50px; }
  .social-links {
    width: 250px;
    float: none;
    margin: 0 auto;
    margin-top: 0; }
  .submit-replace {
    float: left;
    margin-left: 17px; }
  .copyright {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 25px 25px 0;
    font-size: .6875em; }
  .privacy {
    float: none;
    margin: 0 auto;
    text-align: center;
    font-size: .6875em; } }

.nav-enabled body {
  overflow-y: hidden !important; }

.loaded body {
  overflow: auto; }

body.vbox-open {
  overflow: hidden; }

#wrapper {
  min-height: 100%;
  width: 100%;
  padding-bottom: 90px;
  margin-bottom: -90px; }

.left-column, .right-column {
  float: left;
  width: 50%;
  position: relative; }

.left-column {
  padding-right: .625em; }

.right-column {
  padding-left: .625em; }

.column-1 {
  float: left;
  width: 45%;
  padding-right: 20px; }

.column-2 {
  width: 55%;
  float: right;
  padding-left: 20px; }

.column-photo {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 1.5625em; }

.container {
  position: relative;
  z-index: 3; }

.container-inner {
  width: 100%;
  position: relative;
  padding: 0 3.125em;
  background: #0b022b;
  overflow: hidden; }
  .container-inner:before {
    width: 100%;
    top: -100%;
    height: 200%;
    left: 0;
    background: -webkit-radial-gradient(center, ellipse, #1f0088 26%, #0b022b 98%);
    background: radial-gradient(ellipse at center, #1f0088 26%, #0b022b 98%); }

.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 3.125em 0; }
  .content:before {
    top: 0;
    left: 0;
    width: 50%;
    height: 10px;
    background-color: #ac1bcd; }
  .content:after {
    top: 0;
    right: 0;
    width: 50%;
    height: 10px;
    background-color: #7d0a92; }

.divider {
  height: 10px;
  width: 100%;
  background-color: #8f00f4;
  position: relative;
  margin: 2.1875em 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out; }
  .divider:after {
    top: 0;
    right: 0;
    width: 50%;
    height: 10px;
    background-color: #53008e; }

section {
  width: 100%;
  padding: 2.8125em;
  background-color: #0d0439; }
  section:last-child {
    margin-bottom: 0; }
  section p, section ul {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: .875em; }
  section h1, section h2, section h3, section h4, section h5, section h6 {
    color: #5fcef9;
    font-size: 1.75em;
    font-weight: 700;
    letter-spacing: -em(1);
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px; }
  section a {
    color: #5fcef9;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s; }
    section a:hover {
      color: #09abe9; }

.site-module {
  margin-bottom: 2.5em !important;
  z-index: 1; }
  @media (max-width: 1200px) {
    .site-module {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (max-width: 1024px) {
    .site-module {
      padding-left: 0;
      padding-right: 0; } }
  .site-module .container:not(:first-child) {
    padding-top: 0; }
  .site-module:last-child {
    margin-bottom: 0 !important; }
  @media (max-width: 650px) {
    .site-module {
      margin-bottom: 1.875em !important; } }

/******************************************
Image 
******************************************/
.img-block {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }
  .img-block img {
    display: block;
    width: 100%;
    height: auto; }

/******************************************
Image Gallery
******************************************/
.image-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .image-gallery a {
    width: 25%;
    padding: 5px; }
    .image-gallery a img {
      display: block;
      width: 100%;
      height: auto;
      transition: opacity .2s; }
    .image-gallery a:hover img {
      opacity: 0.7; }
    @media (max-width: 1440px) {
      .image-gallery a {
        width: 33.33%; } }
    @media (max-width: 1024px) {
      .image-gallery a {
        width: 50%; } }
    .grid-49 .image-gallery a {
      width: 50%; }

/******************************************
Media Embed
******************************************/
.site-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  width: 100%;
  height: 0; }
  .site-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  aside .site-video:after {
    display: none; }

.site-embed {
  position: relative; }
  .site-embed iframe {
    width: 100%;
    position: relative;
    z-index: 2; }
  aside .site-embed:after {
    display: none; }

/*****************************************
Accordion
*****************************************/
/* Style the buttons that are used to open and close the accordion panel */
.accordion-container {
  margin-bottom: 0.625em; }

.accordion {
  color: #fff;
  background-color: #230b98;
  cursor: pointer;
  padding: 20px 0 20px 1.25em;
  width: 100%;
  border-radius: 15px;
  text-align: left;
  border: none;
  outline: none;
  transition: background 0.3s;
  font-size: 1.125em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: relative; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background: #3e1aef; }

.active {
  border-radius: 15px;
  background: #180769;
  color: #fff;
  border-bottom: 1px solid #fff; }

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 1.25em;
  background-color: #cccccc;
  display: none;
  overflow: hidden; }
  .panel p {
    color: #000;
    margin-bottom: 0;
    font-size: 16px; }
  @media (max-width: 650px) {
    .panel {
      padding: 1.25em .5em; } }

.accordion:before {
  content: '';
  /* Unicode character for "plus" sign (+) */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/icon-link-arrow.png);
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: center;
  transition: all .3s; }

.active:before {
  transform: rotate(90deg); }

.columns:after, .container-inner:after, .footer-container:after, .home-info-container:after, .home-info > div:after, .login-buttons:after, footer:after, section:after {
  content: "";
  display: table;
  clear: both; }

.booking-button span:after, .booking-button span:before, .booking-button--small span:after, .booking-button--small span:before, .booking-button--small:before, .booking-button:before, .contact-form .submit-replace:before, .container-inner:before, .content:after, .content:before, .cta h1:after, .cta h1:before, .cta-button span:after, .cta-button span:before, .cta-button:before, .divider:after, .home-info-container:before, .home-info:after, .home-info:before, .map-address:after, .nav-icon:after, .nav-item:before, .page-title:before, .site-message span:after, .site-message span:before, .site-message:before, .stat-title:before, .submit-replace:before, .testimonial:after, .testimonial:before, .testimonials h2:after, .testimonials h2:before {
  display: block;
  content: '';
  position: absolute; }

.home-container {
  position: relative;
  top: 100%;
  z-index: 3; }

.home-info-container {
  width: 100%;
  position: relative;
  padding: 0 3.125em;
  background: #0b022b;
  overflow: hidden; }
  .home-info-container:before {
    width: 100%;
    top: -100%;
    height: 200%;
    left: 0;
    background: -webkit-radial-gradient(center, ellipse, #1f0088 26%, #0b022b 98%);
    background: radial-gradient(ellipse at center, #1f0088 26%, #0b022b 98%); }

.home-info {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 4em 0; }
  .home-info:before {
    top: 0;
    left: 0;
    width: 50%;
    height: 10px;
    background-color: #ac1bcd; }
  .home-info:after {
    top: 0;
    right: 0;
    width: 50%;
    height: 10px;
    background-color: #7d0a92; }

.home-video {
  width: 100%;
  float: left;
  height: 0;
  position: relative;
  overflow: hidden;
  height: 375px;
  -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  margin-top: 30px; }
  .home-video img {
    display: block;
    width: 625px;
    height: 375px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s; }
  .home-video a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    display: block; }
  .home-video:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .home-video:hover .play-icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

.home-video.in-view {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.play-icon {
  width: 9.0625em;
  height: 9.0625em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: url(../img/icon__play.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s; }

.home-stats {
  width: 42%;
  float: right; }

.home-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.375em; }

.home-room {
  margin-bottom: 35px;
  -webkit-transition: -webkit-transform .5s .2s ease-out, opacity .5s .2s ease-out;
  transition: transform .5s .2s ease-out, opacity .5s .2s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  .home-room img {
    max-width: 100%;
    margin: auto; }
  .home-room .cta-button {
    width: 100%;
    margin-bottom: 30px; }
  .home-room .content {
    color: #fff;
    text-align: center; }
  .home-room:first-child {
    padding-left: 0; }
  .home-room:last-child {
    padding-right: 0; }
  @media screen and (max-width: 800px) {
    .home-room {
      padding: 30px 0; }
      .home-room:first-child {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; }
      .home-room:last-child {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0; } }

.home-rooms {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px auto; }
  @media (max-width: 800px) {
    .home-rooms {
      grid-template-columns: 1fr; } }

.home-room-content {
  color: #fff;
  text-align: center;
  padding: 0px 0 30px; }

.home-room:last-of-type {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  margin-bottom: 0; }

.home-room:last-of-type .status-bar:last-of-type {
  margin-bottom: 0; }

.in-view .home-room {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.stat-title {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 25px;
  margin-left: 25px; }
  .stat-title a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .stat-title a:before {
      width: 14px;
      height: 20px;
      left: -25px;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .stat-title a:hover {
      opacity: .5; }

.status-bar {
  width: 100%;
  height: 50px;
  background-color: #3212b3;
  border-radius: 5px;
  padding: 2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden; }

.status-length {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(#0048e2), to(#0072ed));
  background: -webkit-linear-gradient(left, #0048e2 0, #0072ed 100%);
  background: linear-gradient(to right, #0048e2 0, #0072ed 100%);
  -webkit-transition: all .7s .4s ease-out;
  transition: all .7s .4s ease-out; }

.in-view .status-length {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.status-rate-title {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  font-size: .875em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  line-height: 50px; }

.status-percentage {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  font-size: .875em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  line-height: 50px; }

.site-message {
  width: 100%;
  padding: .9375em 0;
  margin: 0 auto;
  display: block;
  background: #4310c5;
  position: absolute;
  overflow: hidden;
  top: 65px;
  text-decoration: none;
  -webkit-transition: border .3s;
  transition: border .3s;
  z-index: 100; }
  .site-message:before {
    background: -webkit-radial-gradient(center, ellipse, #4310c5 26%, #2b0a7e 98%);
    background: radial-gradient(ellipse at center, #4310c5 26%, #2b0a7e 98%);
    width: 100%;
    height: 200%;
    z-index: 1;
    top: 0;
    -webkit-transition: top .2s;
    transition: top .2s; }
  .site-message span {
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: -em(1);
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative; }
    .site-message span:before {
      width: 14px;
      height: 20px;
      left: 0;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow--blue.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .site-message span:after {
      width: 14px;
      height: 20px;
      right: 0;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow--blue.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .site-message span:hover span {
      text-shadow: 0 0 3px #fff;
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      transform: scale(1.01); }
    .site-message span:hover:before {
      top: -80%; }

.st0 {
  fill: none !important;
  stroke-width: 10px;
  stroke-linecap: round; }

.st0:first-of-type {
  -webkit-animation: drop .5s infinite alternate;
  animation: drop .5s infinite alternate;
  display: none; }

.st0:nth-of-type(2) {
  -webkit-animation: drop .75s .19s infinite alternate;
  animation: drop .75s .19s infinite alternate; }

.st0:nth-of-type(3) {
  -webkit-animation: drop .75s infinite alternate;
  animation: drop .75s infinite alternate; }

.gm-style-iw {
  text-align: center !important; }
  .gm-style-iw p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center; }
  .gm-style-iw div {
    width: auto !important;
    text-align: center; }
  .gm-style-iw a img {
    margin: 0 0 30px 50px !important;
    opacity: 0.5 !important;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }

.gm-style-iw + div {
  display: none;
  text-align: center; }

.page-photo {
  width: 100%;
  height: auto;
  display: block; }

.room-info {
  width: 55%;
  float: right;
  padding-left: 20px; }

.room-media {
  float: left;
  width: 45%;
  padding-right: 20px; }

.room-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56%; }
  .room-video a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    display: block; }
  .room-video img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s; }
  .room-video .play-icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .room-video:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .room-video:hover .play-icon {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }

.room-stats {
  width: 100%;
  margin-top: 0; }
  .room-stats .home-room {
    margin-bottom: 35px;
    -webkit-transition: -webkit-transform .5s .2s ease-out, opacity .5s 0s ease-out;
    transition: transform .5s .2s ease-out, opacity .5s 0s ease-out;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 0; }
    .room-stats .home-room:last-of-type {
      margin-bottom: 0; }
      .room-stats .home-room:last-of-type .status-bar:last-of-type {
        margin-bottom: 0; }
  .room-stats .stat-title:before {
    background-image: url(../img/icon__arrow--blue.png); }

.in-view .home-room {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Grid */
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px; }
  @media (max-width: 1024px) {
    .grid-container {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 650px) {
    .grid-container {
      grid-template-columns: 1fr; } }

.grid-31 {
  width: 32.33%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 1024px) {
    .grid-31 {
      width: 48%; } }
  @media (max-width: 650px) {
    .grid-31 {
      width: 100%; } }

.grid-31-xsml {
  width: 32.33%;
  position: relative; }

.grid-31-sml {
  width: 32.33%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 650px) {
    .grid-31-sml {
      width: 100%; } }

.grid-31-stretch {
  width: 32.33%;
  margin: 0 0.5%;
  margin-bottom: 2%;
  position: relative;
  flex-grow: 1; }
  @media (max-width: 650px) {
    .grid-31-stretch {
      width: 100%; } }

.grid-35 {
  width: 32.33%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 1024px) {
    .grid-35 {
      width: 48%; } }
  @media (max-width: 650px) {
    .grid-35 {
      width: 100%; } }

.grid-65 {
  width: 64.66%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 1024px) {
    .grid-65 {
      width: 48%; } }
  @media (max-width: 650px) {
    .grid-65 {
      width: 100%; } }

.grid-24 {
  width: 23.5%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 1024px) {
    .grid-24 {
      width: 49%; } }
  @media (max-width: 650px) {
    .grid-24 {
      width: 100%; } }

.grid-49 {
  width: 48%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 650px) {
    .grid-49 {
      width: 100%;
      margin-bottom: 40px; } }

/* Flex */
.flex-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.left-flex:after {
  display: block;
  height: 0;
  content: '';
  flex-grow: 1;
  max-width: 49%; }

@media (max-width: 1024px) {
  .left-flex:after {
    display: none; } }

@media (max-width: 1270px) {
  .container-inner {
    font-size: 90%; } }

@media (max-width: 1085px) {
  .column-2 {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 20px; }
  .column-1 {
    float: none;
    width: 100%;
    padding-right: 0; }
  .home-video {
    height: 273px;
    font-size: 75%; }
  .status-bar {
    height: 30px;
    margin-bottom: 8px; }
  .status-percentage, .status-rate-title {
    line-height: 30px; }
  .stat-title {
    font-size: 1.125em;
    margin-bottom: 25px; }
  .room-info {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 20px; }
  .room-media {
    float: none;
    width: 100%;
    padding-right: 0; } }

@media (max-width: 885px) {
  .left-column {
    padding-right: 0;
    width: 100%;
    margin-bottom: 3px; }
  .right-column {
    padding-left: 0;
    width: 100%;
    margin-bottom: 3px; } }

@media (max-width: 800px) {
  .home-container {
    top: auto !important;
    margin-top: 50px; }
  body.home {
    background: #0b022b url(../img/bg.jpg) no-repeat top center;
    -webkit-background-size: 800px;
    background-size: 800px; }
  .container-inner {
    font-size: 80%; }
  .faq-title:before {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .home-info-container {
    padding: 0 1.875em; }
  .home-video {
    height: 0;
    padding-bottom: 61%;
    float: none;
    margin-bottom: 60px;
    width: 100%;
    font-size: 60%; }
  .home-video img {
    width: 100%;
    height: auto; }
  .home-stats {
    width: 100%;
    float: none; }
  .home-info > div {
    padding: 1em 0; }
  .contact-sidebar {
    width: 100%;
    float: none;
    margin-bottom: 25px; }
  .contact-form {
    width: 100%;
    float: none;
    padding-left: 0; }
  .site-message {
    top: 50px; } }

@media (max-width: 600px) {
  .container-inner {
    font-size: 65%; }
  .faq-title:before {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  .home-video {
    margin-bottom: 40px;
    font-size: 50%; }
  .home-info > div {
    padding: 0; }
  .home-info-container {
    padding: 0 1.25em; } }

@media (max-width: 500px) {
  .booking-button--small {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px !important; }
  .booking-button--small:last-of-type {
    margin-bottom: 0; } }

@-webkit-keyframes scale {
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); } }

@keyframes scale {
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); } }

@-webkit-keyframes playload {
  from {
    background-position: 0; }
  to {
    background-position: -576px; } }

@-ms-keyframes playload {
  from {
    background-position: 0; }
  to {
    background-position: -576px; } }

@keyframes playload {
  from {
    background-position: 0; }
  to {
    background-position: -576px; } }

@-webkit-keyframes drop {
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    stroke-width: 0; } }

@keyframes drop {
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    stroke-width: 0; } }

/*! Flickity v2.0.3
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: #fff; }

.flickity-prev-next-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #09F;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: .6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 35px;
  height: 5px;
  margin: 0 4px;
  background: #0069ed;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: #fff; }

.flickity-viewport {
  -webkit-transition: height .2s;
  transition: height .2s; }

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vbox-overlay {
  background: #fdfdfd;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto; }

.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(../img/plugins/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(../img/plugins/close.gif) no-repeat;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
  outline: 0;
  focus: none; }

.vbox-next, .vbox-prev {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent;
  overflow: hidden; }

.vbox-prev {
  left: 15px;
  border-width: 0 30px 0 10px;
  background: url(../img/plugins/prev.gif) center center no-repeat; }

.vbox-next {
  right: 15px;
  border-width: 0 10px 0 30px;
  background: url(../img/plugins/next.gif) center center no-repeat; }

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: 65pxpx;
  left: 0; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: 65px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none; }

.vbox-inline {
  max-width: 500px;
  padding: 10px;
  background: #000;
  text-align: left;
  margin: 0 auto;
  overflow: auto; }

.venoframe {
  border: none;
  width: 900px;
  height: 506px;
  margin: 0 auto;
  position: relative; }

.page-template-index .venoframe, .page-template-template--club-alt .venoframe {
  width: 800px;
  height: 880px;
  max-width: none; }

.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

@media (max-width: 900px) {
  .page-template-index .venoframe, .page-template-template--club-alt .venoframe {
    width: 600px;
    height: 680px; } }

@media (max-width: 992px) {
  .venoframe {
    width: 420px;
    height: 236px; } }

@media (max-width: 700px) {
  .page-template-index .venoframe, .page-template-template--club-alt .venoframe {
    width: 400px;
    height: 480px; } }

@media (max-width: 500px) {
  .page-template-index .venoframe, .page-template-template--club-alt .venoframe {
    width: 280px;
    height: 360px; } }

@media (max-width: 460px) {
  .vbox-inline {
    width: 100%; }
  .venoframe {
    width: 100%; } }

/***********************************************
Feature Area
***********************************************/
.feature {
  margin-bottom: 20px; }

.feature > a {
  position: relative;
  display: block; }

.feature > a:before {
  background-color: #9e0000;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all .3s; }

.feature > a img {
  width: 100%;
  height: auto;
  display: block; }

.feature > a:hover:before {
  opacity: 0.5; }

.feature-button {
  width: 50%;
  float: left; }

.page-title {
  width: 100%;
  padding: 1em 1em 1em 2.25em;
  background: #d8d8d8 url(../img/title-bg-v6.jpg) center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 1.75em;
  font-weight: 400;
  position: relative;
  border-top: solid 1px #003096;
  margin: 0; }
  .page-title:before {
    font-size: .5em;
    width: 1.1875em;
    height: 1.5625em;
    left: 2.625em;
    top: 50%;
    margin-top: -.75em;
    background: url(../img/icon__arrow.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }

.contact-form input.form-input, .contact-form textarea {
  outline: 0;
  background: #e7e7e7;
  height: 45px;
  border: none;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 15px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: solid 2px #d9d9d9; }

.contact-form input.form-input:focus, .contact-form textarea:focus {
  background-color: #fff; }

.contact-form {
  text-align: justify;
  float: right;
  padding-left: 30px;
  width: 65%; }
  .contact-form:after {
    content: "";
    width: 100%;
    display: inline-block; }
  .contact-form h3 {
    color: #3b4046;
    font-size: 1.375em;
    font-weight: 700;
    letter-spacing: -em(1);
    margin-bottom: 0;
    position: relative;
    margin-bottom: 20px; }
  .contact-form textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    margin-bottom: 15px; }
  .contact-form input.form-input {
    width: 100%;
    margin-bottom: 8px; }

.submit-button {
  display: none; }

.form-select {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  height: 40px;
  padding: 10px;
  outline: 0;
  border: solid 1px #ccc; }

select[disabled] {
  display: none; }

.status.errors {
  background: #fee;
  border: 1px solid #fcc;
  padding: 20px !important;
  margin-bottom: 25px; }
  .status.errors p {
    color: red;
    margin-bottom: 0 !important; }

.status.success {
  background: #ddfadd;
  border: 1px solid #beb;
  padding: 20px !important;
  margin-bottom: 25px; }
  .status.success p {
    margin-bottom: 0 !important; }

.parsley-errors-list {
  display: none; }

.contact-photo-upload .parsley-errors-list {
  display: block; }

.parsley-error {
  background: #fee !important;
  border: 2px solid #fcc !important; }

.c-req {
  color: tomato !important;
  display: block;
  margin-right: 40px;
  margin-top: 8px;
  float: none !important; }

.contact-form .submit-replace {
  color: #150b22;
  font-size: 1.125em;
  margin-right: 10px; }
  .contact-form .submit-replace:before {
    background: url(../img/icon__arrow--blue.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: left .2s;
    transition: left .2s; }
  .contact-form .submit-replace:hover {
    color: #150b22; }

.contact-sidebar {
  float: left;
  width: 35%;
  background-color: #e7e7e7;
  padding: 1.875em; }
  .contact-sidebar div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .contact-sidebar h3 {
    color: #3212b3;
    font-size: 1.375em;
    font-weight: 700;
    letter-spacing: -em(1);
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px; }
  .contact-sidebar p {
    color: #3b4046;
    font-size: 1.25em;
    line-height: 1.3;
    margin-bottom: 1.875em; }
    .contact-sidebar p a {
      color: #3212b3;
      text-decoration: none; }
  .contact-sidebar div .social-link {
    width: 24% !important; }

@media (max-width: 1000px) {
  .contact-sidebar {
    width: 40%; }
  .contact-form {
    width: 60%; } }

@media (max-width: 900px) {
  .contact-sidebar {
    width: 45%; }
  .contact-form {
    width: 55%; } }

@media (max-width: 675px) {
  .contact-form input.form-input, .contact-form textarea {
    width: 100%;
    display: block;
    margin-bottom: 8px; }
  .contact-form input.form-input {
    width: 100% !important;
    display: block;
    margin-bottom: 8px; } }

#map-contact {
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  min-height: 300px;
  position: relative; }
  @media (max-width: 800px) {
    #map-contact {
      height: 350px; } }

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .5;
  background-color: transparent;
  visibility: visible;
  cursor: pointer; }

.map-enabled {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s, visibility 0ms .6s;
  transition: opacity .6s, visibility 0ms .6s; }

.map-container {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.in-view .map-container {
  opacity: 1; }

.map-address {
  position: absolute;
  top: 40%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#fefefe));
  background: -webkit-linear-gradient(top, #d0d0d0 0, #fefefe 100%);
  background: linear-gradient(to bottom, #d0d0d0 0, #fefefe 100%);
  padding: 30px;
  z-index: 3;
  text-align: right;
  padding-right: 45px; }
  @media (max-width: 800px) {
    .map-address {
      padding: 15px;
      right: 0;
      left: 0;
      top: 0;
      text-align: center;
      background: rgba(69, 20, 149, 0.7) !important; } }
  .map-address:after {
    width: 14px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: url(../img/icon__arrow--blue.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2; }
    @media (max-width: 800px) {
      .map-address:after {
        display: none; } }

.map-address-link {
  color: #09002f;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px; }
  @media (max-width: 1260px) {
    .map-address-link {
      font-size: 17px; } }
  @media (max-width: 1000px) {
    .map-address-link {
      font-size: 16px; } }
  @media (max-width: 900px) {
    .map-address-link {
      font-size: 14px; } }
  @media (max-width: 800px) {
    .map-address-link {
      font-size: 14px;
      color: #fff; } }

.map-phone-number {
  display: block;
  color: #09002f;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px; }
  @media (max-width: 1260px) {
    .map-phone-number {
      font-size: 14px; } }
  @media (max-width: 1000px) {
    .map-phone-number {
      font-size: 13px; } }
  @media (max-width: 900px) {
    .map-phone-number {
      font-size: 12px; } }
  @media (max-width: 900px) {
    .map-phone-number {
      color: #fff; } }

.faq-title {
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
  position: relative;
  margin: 15px 0; }

.faq-copy {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 1.875em; }
  @media (max-width: 800px) {
    .faq-copy {
      font-size: 1.25em; } }

/***********************************************
Buttons
***********************************************/
.button, .dark-button, .light-button {
  position: relative;
  display: block;
  transition: background .3s;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600; }

.button:before, .dark-button:before, .light-button:before {
  width: 100%;
  height: 50%;
  z-index: 1;
  top: 0;
  background-color: rgba(255, 255, 255, 0.04);
  transition: all .3s; }

.button:hover, .dark-button:hover, .light-button:hover {
  background-color: #9e0000; }

.button:hover:before, .dark-button:hover:before, .light-button:hover:before {
  background-color: rgba(255, 255, 255, 0.2); }

.button:hover .button-circle, .dark-button:hover .button-circle, .light-button:hover .button-circle {
  background-color: white;
  border-color: #9e0000; }

.button-circle {
  float: left;
  background-color: #9e0000;
  border-radius: 100%;
  border-style: solid;
  display: block;
  position: relative;
  z-index: 2;
  transition: all .3s; }

.button-text {
  float: left;
  color: white;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  z-index: 2; }

/** Dark **/
.dark-button {
  background-color: #1e1e1e; }

.dark-button .button-circle {
  border-color: #1e1e1e; }

/** Light **/
.light-button {
  background-color: #2f2f2f; }

.light-button .button-circle {
  border-color: #2f2f2f; }

/** Large **/
.large-button {
  height: 5.3125em; }

.large-button .button-circle {
  height: 3.375em;
  width: 3.375em;
  border-width: 0.625em;
  top: 50%;
  margin-top: -1.6875em;
  left: 1.25em; }

.large-button .button-text {
  font-size: 1.25em;
  margin-left: 2.1875em;
  line-height: 4.375em; }

/** Small **/
.sml-button {
  height: 2.8125em; }

.sml-button .button-circle {
  height: 1.375em;
  width: 1.375em;
  border-width: 0.3125em;
  top: 50%;
  margin-top: -0.6875em;
  left: 0.75em; }

.sml-button .button-text {
  font-size: 0.9375em;
  margin-left: 1.5625em;
  line-height: 2.8125em; }

.booking-button {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  margin-top: 50px;
  border-bottom: solid 1px #0c0538;
  border-top: solid 1px #0099ed;
  display: block;
  background: #0036bf;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: border .3s;
  transition: border .3s; }
  .booking-button:before {
    background: -webkit-radial-gradient(center, ellipse, #0082f2 26%, #0036bf 98%);
    background: radial-gradient(ellipse at center, #0082f2 26%, #0036bf 98%);
    width: 100%;
    height: 200%;
    z-index: 1;
    top: 0;
    -webkit-transition: top .2s;
    transition: top .2s; }
  .booking-button:hover span {
    text-shadow: 0 0 3px #fff;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .booking-button:hover:before {
    top: -80%; }
  .booking-button span {
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
    height: 65px;
    line-height: 65px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: -em(1);
    font-size: 1.5em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 600; }
    .booking-button span:before {
      width: 14px;
      height: 20px;
      left: 0;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow--blue.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .booking-button span:after {
      width: 14px;
      height: 20px;
      right: 0;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow--blue.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.login-buttons {
  padding: 1.875em;
  background-color: #dcdcdc;
  margin-bottom: 1.5625em; }

.booking-button--small {
  width: 49%;
  height: 55px;
  margin: 0 auto;
  border-bottom: solid 1px #0c0538;
  border-top: solid 1px #0099ed;
  display: block;
  background: #0036bf;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: border .3s;
  transition: border .3s;
  float: left; }
  .booking-button--small:before {
    background: -webkit-radial-gradient(center, ellipse, #0082f2 26%, #0036bf 98%);
    background: radial-gradient(ellipse at center, #0082f2 26%, #0036bf 98%);
    width: 100%;
    height: 200%;
    z-index: 1;
    top: 0;
    -webkit-transition: top .2s;
    transition: top .2s; }
  .booking-button--small:hover span {
    text-shadow: 0 0 3px #fff;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .booking-button--small:hover:before {
    top: -80%; }
  .booking-button--small:last-of-type {
    float: right; }
  .booking-button--small span {
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
    height: 55px;
    line-height: 55px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: -em(1);
    font-size: 1.125em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 600; }
    .booking-button--small span:before {
      width: 14px;
      height: 20px;
      left: 0;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow--blue.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .booking-button--small span:after {
      width: 14px;
      height: 20px;
      right: 0;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow--blue.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.hero {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat 50% 15%;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: -1;
  will-change: transform;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.hero-logo {
  z-index: 3;
  will-change: transform;
  width: 100%;
  height: 0;
  padding-bottom: 15%; }
  .hero-logo img {
    width: 49.3%;
    height: auto;
    display: block;
    max-width: 750px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto; }
  @media (max-width: 1440px) {
    .hero-logo {
      padding-bottom: 25%; } }

.purple {
  z-index: -1;
  animation: glitch .3s infinite linear alternate-reverse; }

.pink {
  z-index: -2;
  animation: glitch .5s infinite linear alternate-reverse; }

@keyframes glitch {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes noise-anim {
  0% {
    clip: rect(99px, 9999px, 23px, 0); }
  5% {
    clip: rect(15px, 9999px, 6px, 0); }
  10% {
    clip: rect(56px, 9999px, 97px, 0); }
  15% {
    clip: rect(57px, 9999px, 23px, 0); }
  20% {
    clip: rect(20px, 9999px, 34px, 0); }
  25% {
    clip: rect(16px, 9999px, 7px, 0); }
  30% {
    clip: rect(47px, 9999px, 88px, 0); }
  35% {
    clip: rect(21px, 9999px, 21px, 0); }
  40% {
    clip: rect(60px, 9999px, 51px, 0); }
  45% {
    clip: rect(14px, 9999px, 50px, 0); }
  50% {
    clip: rect(79px, 9999px, 33px, 0); }
  55% {
    clip: rect(10px, 9999px, 80px, 0); }
  60% {
    clip: rect(18px, 9999px, 36px, 0); }
  65% {
    clip: rect(68px, 9999px, 13px, 0); }
  70% {
    clip: rect(54px, 9999px, 15px, 0); }
  75% {
    clip: rect(23px, 9999px, 37px, 0); }
  80% {
    clip: rect(29px, 9999px, 15px, 0); }
  85% {
    clip: rect(40px, 9999px, 65px, 0); }
  90% {
    clip: rect(72px, 9999px, 54px, 0); }
  95% {
    clip: rect(22px, 9999px, 97px, 0); }
  100% {
    clip: rect(59px, 9999px, 49px, 0); } }

@keyframes noise-anim-2 {
  0% {
    clip: rect(6px, 9999px, 9px, 0); }
  5% {
    clip: rect(40px, 9999px, 42px, 0); }
  10% {
    clip: rect(44px, 9999px, 26px, 0); }
  15% {
    clip: rect(28px, 9999px, 33px, 0); }
  20% {
    clip: rect(89px, 9999px, 6px, 0); }
  25% {
    clip: rect(23px, 9999px, 42px, 0); }
  30% {
    clip: rect(50px, 9999px, 43px, 0); }
  35% {
    clip: rect(17px, 9999px, 46px, 0); }
  40% {
    clip: rect(17px, 9999px, 82px, 0); }
  45% {
    clip: rect(50px, 9999px, 68px, 0); }
  50% {
    clip: rect(37px, 9999px, 56px, 0); }
  55% {
    clip: rect(91px, 9999px, 60px, 0); }
  60% {
    clip: rect(17px, 9999px, 78px, 0); }
  65% {
    clip: rect(38px, 9999px, 92px, 0); }
  70% {
    clip: rect(72px, 9999px, 89px, 0); }
  75% {
    clip: rect(28px, 9999px, 81px, 0); }
  80% {
    clip: rect(59px, 9999px, 50px, 0); }
  85% {
    clip: rect(26px, 9999px, 1px, 0); }
  90% {
    clip: rect(37px, 9999px, 65px, 0); }
  95% {
    clip: rect(8px, 9999px, 21px, 0); }
  100% {
    clip: rect(37px, 9999px, 52px, 0); } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero {
    position: absolute !important;
    top: 0 !important; }
  h1 {
    position: absolute !important; } }

@media (max-width: 800px) {
  .hero-logo {
    height: 160px;
    padding-bottom: 0;
    position: relative !important; }
  .hero-logo img {
    min-width: 285px; }
  .scroll-prompt {
    display: none; } }

.hero-container {
  position: relative; }
  @media (max-width: 800px) {
    .hero-container {
      height: auto;
      position: static;
      top: 200px; } }

.hero-container {
  width: 100%;
  height: auto;
  z-index: 2; }

.home-container {
  position: relative;
  top: auto;
  z-index: 3; }

.cta {
  padding: 0 30px;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto;
  text-align: center;
  font-size: 95%; }
  @media (max-width: 1270px) {
    .cta {
      font-size: 90%; } }
  @media (max-height: 765px) and (min-width: 1100px) {
    .cta {
      bottom: auto;
      top: 435px;
      font-size: 80%; } }
  @media (max-width: 650px) {
    .cta {
      margin: 30px auto;
      position: static;
      margin-top: 40px;
      font-size: 70%; } }
  .cta p {
    color: #fff;
    font-size: 1.75em;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 650px) {
      .cta p {
        font-size: 1.25em; } }
  .cta a {
    color: #fff; }
    .cta a:hover {
      color: #ccc; }
  .cta h1 {
    position: relative;
    text-align: center;
    color: #bb5bff;
    font-size: 2.25em;
    font-weight: 400;
    margin-bottom: .9375em;
    display: inline-block;
    letter-spacing: -em(1); }
    .cta h1:before {
      width: 14px;
      height: 20px;
      left: -45px;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cta h1:after {
      width: 14px;
      height: 20px;
      right: -45px;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .ctas .cta-button {
    margin: 0; }
    .ctas .cta-button:first-child {
      margin-right: 20px; }
    @media (max-width: 650px) {
      .ctas .cta-button:first-child {
        margin-right: 0px;
        margin-bottom: 10px; } }
.cta .cta-button {
  margin: 0 15px;
}

.cta-button {
  width: 250px;
  height: 65px;
  margin: 0 15px;
  border-bottom: solid 1px #0c0538;
  border-top: solid 1px #0099ed;
  display: block;
  background: #0036bf;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: border .3s;
  transition: border .3s; }
  .cta-button span {
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
    height: 65px;
    line-height: 65px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: -em(1);
    font-size: 1.25em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 600; }
    .cta-button span:before {
      width: 14px;
      height: 20px;
      left: 0;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow--blue.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cta-button span:after {
      width: 14px;
      height: 20px;
      right: 0;
      top: 50%;
      margin-top: -10px;
      background: url(../img/icon__arrow--blue.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .cta-button:before {
    background: -webkit-radial-gradient(center, ellipse, #0082f2 26%, #0036bf 98%);
    background: radial-gradient(ellipse at center, #0082f2 26%, #0036bf 98%);
    width: 100%;
    height: 200%;
    z-index: 1;
    top: 0;
    -webkit-transition: top .2s;
    transition: top .2s; }
  .cta-button:hover span {
    text-shadow: 0 0 3px #fff;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .cta-button:hover:before {
    top: -80%; }
  @media(max-width: 640px) {
    .cta-button {
      margin: 0;
    }
  }
.scroll-prompt {
  max-width: 40px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0px; }
  @media (max-width: 1440px) {
    .scroll-prompt {
      padding: 30px 0; } }
  .scroll-prompt svg {
    stroke: #fff;
    fill: none !important;
    width: 40px;
    height: auto; }

.testimonial-animate, .home-video, .home-room, .map-container, .footer-container {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important; }

.gift-cards {
  color: white;
  position: absolute;
  top: 80px;
  right: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  z-index: 9998; }
  @media (max-width: 700px) {
    .gift-cards {
      color: white;
      position: absolute;
      top: 60px;
      right: 25px;
      text-decoration: none;
      display: flex;
      z-index: 9998;
      font-size: 12px; } }
  .gift-cards img {
    height: 18px;
    margin-right: 8px;
    width: auto;
    display: inline-block; }

.main-carousel .flickity-page-dots {
  display: none; }

.carousel-cell {
  opacity: 0;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: .3s; }

.carousel-cell.is-selected {
  opacity: 1; }

@media (max-width: 1085px) {
  .cta {
    font-size: 80%; } }

@media (max-height: 765px) and (max-width: 1100px) {
  .cta {
    bottom: auto;
    top: 335px;
    font-size: 80%; } }

@media (max-height: 605px) {
  .hero-logo {
    position: absolute; } }

.testimonials {
  width: 100%;
  background: #d8d8d8 url(../img/testimonial-bg.jpg) bottom;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-bottom: 3.75em;
  overflow: hidden; }

.testimonials h2 {
  position: relative;
  text-align: center;
  color: #3212b3;
  font-size: 2.25em;
  font-weight: 700;
  display: inline-block;
  letter-spacing: -em(1);
  margin: 0 auto;
  margin-top: 60px; }
  .testimonials h2:before {
    width: 14px;
    height: 20px;
    left: -30px;
    top: 50%;
    margin-top: -10px;
    background: url(../img/icon__arrow--blue.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .testimonials h2:after {
    width: 14px;
    height: 20px;
    right: -30px;
    top: 50%;
    margin-top: -10px;
    background: url(../img/icon__arrow--blue.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.testimonial-animate {
  -webkit-transition: -webkit-transform .5s .2s ease-out, opacity .5s .2s ease-out;
  transition: transform .5s .2s ease-out, opacity .5s .2s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  display: flex;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .testimonial-animate {
      flex-wrap: wrap; } }

.in-view .testimonial-animate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.facebook-container {
  height: 100%;
  padding-bottom: 2.5em;
  min-height: 9.375em; }

.google-container {
  height: 100%;
  padding-bottom: 2.5em;
  min-height: 9.375em; }

.tripadvisor-container {
  height: 100%;
  padding-bottom: 2.5em;
  min-height: 9.375em; }

.testimonial-carousel {
  margin: 0 auto;
  padding: 2em 0;
  width: 100%; }
  @media (max-width: 800px) {
    .testimonial-carousel {
      padding: 0; } 
      .testimonial-carousel .flickity-page-dots {
    bottom: 0px; }
  }
  .testimonial-carousel .flickity-page-dots {
    bottom: -35px; }

.testimonial {
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 5.3125em;
  padding: 0 2.5em;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  .testimonial:before {
    left: 20px;
    top: 0;
    width: 115px;
    height: 85px;
    background: url(../img/quotation-mark.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: .6;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }
  .testimonial:after {
    right: 20px;
    bottom: 0;
    width: 115px;
    height: 85px;
    background: url(../img/quotation-mark-2.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom right;
    opacity: .6;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right; }
  .testimonial p {
    color: #1f0d86;
    font-size: 1.25em;
    line-height: 1.2; }
  .testimonial div {
    position: relative;
    z-index: 2;
    padding: 0 0.5em; }

.reviewer {
  font-weight: 600;
  font-size: 14px;
  color: #1f0d86; }

.star {
  color: #1f0d86;
  font-size: 24px;
  margin-bottom: 10px; }

.one-stars .star:first-child {
  opacity: 1; }

.one-stars .star:nth-child(n+2) {
  opacity: 0;
  display: none; }

.two-stars .star:nth-child(-n+1) {
  opacity: 1; }

.two-stars .star:nth-child(n+3) {
  opacity: 0;
  display: none; }

.three-stars .star:nth-child(-n+2) {
  opacity: 1; }

.three-stars .star:nth-child(n+4) {
  opacity: 0;
  display: none; }

.four-stars .star:last-child {
  opacity: 0;
  display: none; }

.testimonial.is-selected {
  opacity: 1; }

@media (max-width: 1085px) {
  .testimonials {
    font-size: 80%; }
  .testimonial:before {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .testimonial:after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .testimonials h2 {
    margin-top: 40px; }
  .testimonials h2:after, .testimonials h2:before {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

@media (max-width: 800px) {
  .testimonials {
    font-size: 75%; }
  .testimonial:before {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  .testimonial:after {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  .testimonials h2 {
    margin-top: 30px; }
  .testimonials h2:after, .testimonials h2:before {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); } }

@media (max-width: 600px) {
  .testimonials {
    font-size: 70%; }
  .testimonial:before {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  .testimonial:after {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  .testimonials h2:after, .testimonials h2:before {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); } }

/***********************************************
Gallery
***********************************************/
.gallery-item {
  width: 33%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  background-color: #2f2f2f;
  position: relative;
  float: left;
  transition: background .3s; }

.gallery-item:hover {
  background-color: #9e0000; }

.gallery-item:hover img {
  opacity: 0.5; }

.gallery-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2; }

.gallery-item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: opacity .3s; }

.gallery-item:nth-of-type(3n) {
  margin-right: 0; }

.gallery-item-title {
  text-align: left;
  width: 100%;
  padding: 12px;
  display: block;
  width: 100%;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 0.875em;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }

.post {
  display: flex; }
  @media (max-width: 650px) {
    .post {
      display: block; } }

.post-content {
  max-width: 750px;
  margin-right: 50px; }
  @media (max-width: 650px) {
    .post-content {
      width: 100%;
      max-width: 100%; } }

.post-sidebar {
  background: #fff;
  padding: 20px;
  display: block;
  height: fit-content;
  max-width: 400px;
  width: 100%; }
  @media (max-width: 650px) {
    .post-sidebar {
      width: 100%;
      max-width: 100%;
      margin-top: 10px; } }
  .post-sidebar .social-links {
    float: none;
    width: 100%;
    margin-bottom: 10px; }
  .post-sidebar .social-link {
    width: 100%;
    margin: 0 1px; }
    .post-sidebar .social-link:first-child {
      margin-left: 0; }
    .post-sidebar .social-link:last-child {
      margin-right: 0; }

.post-photo {
  max-width: 100%;
  margin-bottom: 10px; }
  .post-photo:hover {
    opacity: .75; }

.post-headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  .post-headline h2 {
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 0; }

.news-date {
  color: #fff;
  height: auto;
  vertical-align: middle; }

.featured-post {
  margin: 20px 0 0; }

.featured-posts h3 {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.1; }

.featured-posts a {
  color: #0d0439;
  font-weight: 700;
  text-transform: uppercase; }

.featured-posts p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #0d0439;
  font-size: 13px;
  line-height: 1.2; }

/***********************************************
News
***********************************************/
.home-news-item {
  position: relative;
  background-color: #bebebe;
  height: 95px;
  margin-bottom: 3px;
  transition: background .3s; }

.home-news-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.home-news-item:last-of-type {
  margin-bottom: 0; }

.home-news-item:hover {
  background-color: #e4e4e4; }

.home-news-item:hover .read-more {
  color: #0d0d0d; }

.home-news-item:hover .read-more:before {
  border-color: #9e0000;
  background-color: white; }

.home-news-image {
  width: auto;
  height: 100%;
  float: left;
  display: block; }

.home-news-copy {
  width: 65%;
  float: left;
  text-align: left;
  padding: 0.625em 1.25em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  height: 100%; }

.home-news-copy h3 {
  font-weight: 300;
  font-size: 0.75em;
  color: #737373;
  text-transform: uppercase;
  margin-bottom: 4px; }

.home-news-copy h2 {
  font-weight: 500;
  font-size: 1.25em;
  color: #0d0d0d;
  text-transform: uppercase;
  margin-bottom: 7px; }

.read-more {
  position: relative;
  color: #9e0000;
  font-weight: 500;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 20px;
  display: block;
  transition: color .3s; }

.read-more:before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #9e0000;
  border: solid 2px #979797;
  left: 0;
  transition: all .3s; }

.home-news-button {
  margin-top: 18px; }
