html, body {
  background: #FFFFFF;
  font-family: "roboto", sans-serif;
  height: 100%;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  width: 100% !important;
  max-width: 1200px; }

h1, .h1 {
  font-family: "rift", sans-serif;
  font-size: 60px; }

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  font-family: "rift", sans-serif; }

a {
  color: #333333;
  text-decoration: none !important; }
  a:hover, a:active {
    color: #ebad21; }

.table {
  border: 0px !important; }
  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px;
    border-right: 1px solid #ddd; }
    .table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > td:last-child, .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child, .table > thead > tr > th:last-child {
      border-right: 0px; }
  .table > thead > tr > th {
    border-bottom: 0px;
    border-bottom: 1px solid #ddd; }
  .table > thead:first-child > tr:first-child {
    background-color: #333333;
    color: #FFFFFF; }
  .table > tbody > tr:first-child > td {
    border-top: 0px; }

.links-animation a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  position: relative; }
  .links-animation a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    background-color: #333333;
    content: "";
    -webkit-transition: width 0.35s ease-in-out;
    -moz-transition: width 0.35s ease-in-out;
    -ms-transition: width 0.35s ease-in-out;
    -o-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
    width: 0px; }
  .links-animation a:hover:after {
    width: 100%; }

.ss-content h1, .ss-content h2, .ss-content h3, .ss-content h4, .ss-content h5, .ss-content h6, .ss-content p, .ss-content span, .ss-content * {
  color: inherit; }

.arrow-down {
  position: absolute;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  width: 80px;
  height: 40px;
  background-image: url(../images/runaway-arrow-down.svg);
  background-position: center;
  background-size: cover;
  background-repeat: none;
  opacity: 0.4;
  cursor: pointer; }
  .arrow-down:hover {
    opacity: 1; }

.link-animation a {
  display: inline-block;
  color: #ebad21;
  position: relative; }
  .link-animation a:after {
    content: "";
    width: 0px;
    height: 2px;
    background: #ebad21;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -ms-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease; }
  .link-animation a:hover:after {
    width: 100%; }

#main {
  height: 100%; }

.page {
  padding-top: 50px;
  padding-bottom: 50px; }

.h1, h1 {
  color: #333333;
  font-weight: bold; }

.h2, h2 {
  color: #333333;
  font-weight: bold;
  font-size: 36px; }

.h3, h3 {
  color: #333333;
  font-size: 30px;
  font-weight: normal; }

.h4, h4 {
  color: #333333;
  font-weight: bold;
  font-size: 24px; }

.h5, h5 {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 16px; }

.h6, h6 {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px; }

.btn-arrow, .btn-arrow-full {
  display: inline-block;
  border: 2px solid;
  padding: 7px 8px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-family: rift;
  margin-top: 15px;
  color: inherit; }
  .btn-arrow:before, .btn-arrow-full:before {
    content: "\e258";
    display: block;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 8px 6px;
    color: inherit;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400; }
  .btn-arrow:after, .btn-arrow-full:after {
    content: none !important;
    display: none !important; }

.btn-arrow-full {
  display: block; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lightbox .lb-image {
  border: 0px;
  border-radius: 0px; }

.lightbox .lb-nav a.lb-prev, .lightbox .lb-nav a.lb-next {
  opacity: 1 !important;
  background-size: 70px auto;
  background-repeat: no-repeat; }

.lightbox .lb-nav a.lb-prev {
  background-image: url(../images/arrow-left.svg); }

.lightbox .lb-nav a.lb-next {
  background-image: url(../images/arrow-right.svg); }

.lightbox .lb-data {
  color: #FFFFFF; }
  .lightbox .lb-data .lb-details {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
    .lightbox .lb-data .lb-details .lb-caption {
      font-weight: 100; }
  .lightbox .lb-data .lb-close {
    display: none; }
  .lightbox .lb-data .lb-number {
    display: none !important; }

.multilevelpushmenu_wrapper {
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute; }
  .multilevelpushmenu_wrapper .backItemClass {
    background: #2e6196;
    border-top: 1px solid #295685;
    display: block;
    padding: .4em .4em .4em .4em; }
  .multilevelpushmenu_wrapper .cursorPointer {
    cursor: pointer; }
  .multilevelpushmenu_wrapper .floatRight {
    float: right; }
  .multilevelpushmenu_wrapper .floatLeft {
    float: left; }
  .multilevelpushmenu_wrapper .iconSpacing_ltr {
    padding: 0 .4em 0 0; }
  .multilevelpushmenu_wrapper .iconSpacing_rtl {
    padding: 0 0 0 .4em; }
  .multilevelpushmenu_wrapper .levelHolderClass {
    background: #336ca6;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: auto;
    zoom: 1; }
  .multilevelpushmenu_wrapper .ltr {
    left: 0;
    margin-left: -100%;
    -moz-box-shadow: 5px 0 5px -5px #1f4164;
    -webkit-box-shadow: 5px 0 5px -5px #1f4164;
    box-shadow: 5px 0 5px -5px #1f4164;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2); }
  .multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
    background: #2e6196;
    background: green; }
  .multilevelpushmenu_wrapper .rtl {
    margin-right: -100%;
    right: 0;
    -moz-box-shadow: 5px 0 5px 5px #1f4164;
    -webkit-box-shadow: 5px 0 5px 5px #1f4164;
    box-shadow: 5px 0 5px 5px #1f4164;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=270,strength=2); }
  .multilevelpushmenu_wrapper a {
    color: #fff;
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    outline: none;
    overflow: hidden;
    padding: .2em .2em;
    text-decoration: none; }
  .multilevelpushmenu_wrapper a:hover {
    color: #ffe; }
  .multilevelpushmenu_wrapper h2 {
    color: #1f4164;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    padding: 0 .4em 0 .4em; }
  .multilevelpushmenu_wrapper li {
    border-top: 1px solid #295685;
    cursor: pointer;
    padding: .4em .4em .4em .4em; }
  .multilevelpushmenu_wrapper li:hover {
    background-color: #295685; }
  .multilevelpushmenu_wrapper li:last-child {
    border-bottom: 1px solid #295685; }
  .multilevelpushmenu_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0; }

#topnav {
  height: 50px;
  background: #333333;
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60; }
  #topnav .logo, #topnav .open-nav {
    display: block;
    height: 50px;
    width: 70px;
    cursor: pointer;
    z-index: 61;
    position: relative; }
  #topnav .logo {
    float: left;
    background-image: url(../images/logo/logo-small.svg);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast; }
  #topnav .date {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    padding-left: 70px;
    text-align: center;
    line-height: 48px;
    color: white;
    text-transform: uppercase;
    font-size: 21px;
    z-index: 60; }
  #topnav .open-nav {
    float: right;
    width: 50px;
    text-align: center;
    padding-top: 10px; }
    #topnav .open-nav > div {
      height: 3px;
      width: 30px;
      display: block;
      margin: 6px auto;
      background: #ebad21; }

.fake-topnav {
  height: 50px; }

#sidenav {
  font-family: "rift", sans-serif;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 100;
  background-color: #333333;
  overflow: hidden; }
  #sidenav .scrollable {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: scroll; }
  #sidenav.open {
    left: 0; }
  #sidenav .collapsed-desktop {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 550;
    left: 0;
    top: 0; }

.sidenav-content {
  width: 100%;
  height: 100%;
  position: relative; }
  .sidenav-content .collapsed-desktop {
    background: #333333; }
    .sidenav-content .collapsed-desktop .menu-icon {
      position: absolute;
      height: 54px;
      width: 36px;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .sidenav-content .collapsed-desktop .menu-icon > div {
        height: 10px;
        width: 10px;
        margin: 6px auto;
        border-radius: 10px;
        background: #ebad21; }

.sidenav-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 600; }
  .sidenav-header .logo-container {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px; }
    .sidenav-header .logo-container a {
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
    .sidenav-header .logo-container .logo {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .sidenav-header .logo-container .logo-mobile {
      display: block;
      padding: 20px 30px;
      max-width: 240px; }
  .sidenav-header .close-nav {
    height: 50px;
    width: 50px;
    color: #ebad21;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    text-align: center;
    font-size: 36px; }

#menu {
  position: relative; }
  #menu .multilevelpushmenu_wrapper {
    margin-top: 140px;
    margin-bottom: 112px; }
    #menu .multilevelpushmenu_wrapper .glyphicon-menu-left, #menu .multilevelpushmenu_wrapper .glyphicon-menu-right {
      font-size: 18px;
      line-height: 20px; }
    #menu .multilevelpushmenu_wrapper .glyphicon-menu-left {
      left: 15px;
      position: absolute;
      top: 0;
      bottom: 0;
      display: block;
      height: 19px;
      margin: auto; }
    #menu .multilevelpushmenu_wrapper .glyphicon-menu-right {
      display: inline-block;
      padding-left: 8px;
      margin-top: 5px; }
    #menu .multilevelpushmenu_wrapper h2 {
      padding: 12px 40px;
      color: #ebad21;
      margin: 0px;
      display: none; }
    #menu .multilevelpushmenu_wrapper li {
      border: 0px !important;
      padding: 0px;
      text-align: left; }
      #menu .multilevelpushmenu_wrapper li a {
        padding: 6px 40px;
        font-size: 22px;
        position: relative;
        line-height: 1em;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "rift", sans-serif; }
        #menu .multilevelpushmenu_wrapper li a > span {
          display: inline-block;
          position: relative;
          padding: 4px 0px; }
          #menu .multilevelpushmenu_wrapper li a > span:after {
            content: "";
            width: 0px;
            height: 2px;
            background: #ebad21;
            bottom: 0;
            left: 0;
            position: absolute;
            -webkit-transition: width 0.35s ease;
            -moz-transition: width 0.35s ease;
            -ms-transition: width 0.35s ease;
            -o-transition: width 0.35s ease;
            transition: width 0.35s ease; }
      #menu .multilevelpushmenu_wrapper li:hover {
        background: inherit; }
        #menu .multilevelpushmenu_wrapper li:hover > a > span:after {
          width: 100%; }
      #menu .multilevelpushmenu_wrapper li.enter-now > a {
        padding: 13px 40px;
        font-size: 26px;
        color: #ebad21; }
    #menu .multilevelpushmenu_wrapper .levelHolderClass {
      cursor: initial;
      background: #333333;
      z-index: 510;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
      #menu .multilevelpushmenu_wrapper .levelHolderClass > ul > li > a {
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out; }
      #menu .multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass {
        z-index: 520; }
        #menu .multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .levelHolderClass {
          z-index: 530; }
      #menu .multilevelpushmenu_wrapper .levelHolderClass.multilevelpushmenu_active > ul > li > a {
        opacity: 1; }
    #menu .multilevelpushmenu_wrapper .backItemClass {
      background: #333333;
      padding: 0px;
      border: 0px !important; }
      #menu .multilevelpushmenu_wrapper .backItemClass a {
        padding: 10px 40px;
        color: #ebad21; }

.sidenav-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 102px;
  background: #333333;
  -webkit-box-shadow: 0px -10px 20px #333333;
  -moz-box-shadow: 0px -10px 20px #333333;
  box-shadow: 0px -10px 20px #333333;
  z-index: 550; }
  .sidenav-footer .collapsed-desktop span {
    display: block;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 25px;
    font-size: 16px; }
  .sidenav-footer .follow-us .stay-informed {
    padding: 5px 40px; }
    .sidenav-footer .follow-us .stay-informed a {
      display: inline-block;
      color: #ebad21;
      border: 2px solid #ebad21;
      padding: 7px 8px;
      padding-right: 40px;
      font-size: 20px;
      line-height: 1.1em;
      font-weight: bold;
      width: 160px;
      text-transform: uppercase;
      position: relative; }
      .sidenav-footer .follow-us .stay-informed a svg {
        height: 38px;
        width: 34px;
        position: absolute;
        right: 0;
        display: block;
        padding: 8px 6px;
        top: 0; }
        .sidenav-footer .follow-us .stay-informed a svg .social-icon {
          fill: #ebad21; }
      .sidenav-footer .follow-us .stay-informed a:hover {
        background: #ebad21;
        color: #FFFFFF; }
        .sidenav-footer .follow-us .stay-informed a:hover .social-icon {
          fill: #FFFFFF; }
  .sidenav-footer .follow-us .social-media {
    padding: 8px 0px 10px 29px;
    overflow: hidden; }
    .sidenav-footer .follow-us .social-media > a {
      display: block;
      float: left;
      width: 34px;
      height: 34px;
      margin-right: 14px; }
      .sidenav-footer .follow-us .social-media > a:last-child {
        margin-right: 0px; }
      .sidenav-footer .follow-us .social-media > a .social-icon {
        fill: #FFFFFF; }
      .sidenav-footer .follow-us .social-media > a:hover .social-icon {
        fill: #ebad21; }
    .sidenav-footer .follow-us .social-media > .seven8-icon {
      width: 40px; }

#event-date {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
  padding: 14px 30px;
  line-height: 1em;
  font-size: 33px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "rift", sans-serif;
  text-shadow: 2px 2px 4px rgba(51, 51, 51, 0.5);
  display: none; }

.page-header {
  position: relative;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  border-bottom: 0px; }
  .page-header .container {
    position: relative; }
  .page-header .padding-top {
    max-height: 300px;
    min-height: 200px;
    position: relative; }
    .page-header .padding-top:before {
      content: "";
      width: 100%;
      display: block;
      padding-top: 35%; }
    .page-header .padding-top .container {
      position: absolute;
      margin: auto;
      left: 0;
      top: 0;
      right: 0;
      height: 100%; }
  .page-header .race-sponsor {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: white;
    margin: 0px;
    font-size: 30px; }
  .page-header .padding-bottom {
    height: 20px;
    width: 100%; }
  .page-header h1 {
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 0px; }

.page-header-bg {
  background-color: #333333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

#nav-sections {
  height: 50px;
  color: #FFFFFF; }
  #nav-sections .nav {
    position: relative;
    width: 100%;
    background: -webkit-linear-gradient(transparent, #333333);
    background: -o-linear-gradient(transparent, #333333);
    background: -moz-linear-gradient(transparent, #333333);
    background: linear-gradient(transparent, #333333);
    height: 50px;
    top: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
    #nav-sections .nav .container {
      position: relative;
      height: 50px; }
    #nav-sections .nav .scroller-left, #nav-sections .nav .scroller-right {
      position: absolute;
      height: 50px;
      width: 50px;
      top: 0;
      z-index: 51;
      text-align: center;
      line-height: 50px;
      color: inherit;
      font-size: 24px;
      cursor: pointer; }
    #nav-sections .nav .scroller-left {
      left: 0;
      background: -webkit-linear-gradient(left, black, transparent);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, black, transparent);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, black, transparent);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, black, transparent);
      /* Standard syntax */ }
    #nav-sections .nav .scroller-right {
      right: 0;
      background: -webkit-linear-gradient(left, transparent, black);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, transparent, black);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, transparent, black);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, transparent, black);
      /* Standard syntax */ }
    #nav-sections .nav .scroller {
      height: 50px;
      position: relative;
      width: auto;
      top: 0;
      left: 0;
      overflow: hidden; }
      #nav-sections .nav .scroller ul.content {
        z-index: 50;
        height: 50px;
        position: absolute;
        margin: 0px;
        left: 0; }
        #nav-sections .nav .scroller ul.content li {
          display: block;
          float: left;
          padding: 0px;
          top: 0; }
          #nav-sections .nav .scroller ul.content li a {
            font-family: "rift", sans-serif;
            font-weight: bold;
            display: block;
            font-size: 18px;
            float: left;
            color: inherit;
            margin: 9px 0px;
            margin-right: 20px;
            line-height: 22px;
            padding: 5px 0px;
            position: relative; }
            #nav-sections .nav .scroller ul.content li a:after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              background: #FFFFFF;
              height: 2px; }
          #nav-sections .nav .scroller ul.content li:last-child a {
            margin-right: 0px; }
    #nav-sections .nav .active a:after {
      width: 100%; }
  #nav-sections.fixed {
    color: #000000; }
    #nav-sections.fixed .nav {
      background: #FFFFFF;
      position: fixed;
      top: 50px;
      left: 0;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }
      #nav-sections.fixed .nav ul.content li a:after {
        background: #333333; }
      #nav-sections.fixed .nav .scroller-left {
        left: 0;
        background: -webkit-linear-gradient(left, white, transparent);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, white, transparent);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, white, transparent);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, white, transparent);
        /* Standard syntax */ }
      #nav-sections.fixed .nav .scroller-right {
        right: 0;
        background: -webkit-linear-gradient(left, transparent, white);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, transparent, white);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, transparent, white);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, transparent, white);
        /* Standard syntax */ }

#footer {
  position: relative;
  background: #333333;
  padding-top: 10px;
  padding-bottom: 10px; }
  #footer a {
    display: block;
    margin: 10px auto;
    max-width: 300px; }
    #footer a:hover {
      opacity: 0.8; }

.modal-backdrop {
  background-color: #333333; }

#modal-video .modal-body {
  padding: 0px; }

#modal-video .modal-content {
  background: #000000; }

#modal-video .modal-dialog {
  width: 90%;
  max-width: 800px; }

#modal-video.modal.in .modal-dialog {
  -webkit-transform: translate(0, 10%);
  -moz-transform: translate(0, 10%);
  -o-transform: translate(0, 10%);
  transform: translate(0, 10%); }

#modal-main.enter-now-2017 {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }
  #modal-main.enter-now-2017 .modal-dialog {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 7rem; }
  #modal-main.enter-now-2017 .modal-content {
    border-radius: 45px;
    overflow: hidden;
    background-color: transparent; }
  #modal-main.enter-now-2017 .modal-body {
    position: relative;
    padding: 0px; }
  #modal-main.enter-now-2017 button.close {
    position: absolute;
    height: 38px;
    width: 38px;
    right: 26px;
    top: 26px;
    opacity: 0;
    text-shadow: none; }

.page-section {
  background-color: #FFFFFF;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  .page-section h2 + .ss-content {
    margin-top: 40px; }

.page-section-textonimage {
  padding-top: 0px;
  padding-bottom: 0px; }
  .page-section-textonimage .container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 30; }
  .page-section-textonimage:before {
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    display: none;
    z-index: 25; }
  .page-section-textonimage .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50%;
    min-height: 300px;
    z-index: 20; }
  .page-section-textonimage.page-section-textonimage-light .container, .page-section-textonimage.page-section-textonimage-light:before {
    background: #FFFFFF; }
  .page-section-textonimage.page-section-textonimage-light h2, .page-section-textonimage.page-section-textonimage-light .ss-content, .page-section-textonimage.page-section-textonimage-light .ss-content * {
    color: #333333 !important; }
  .page-section-textonimage.page-section-textonimage-dark .container, .page-section-textonimage.page-section-textonimage-dark:before {
    background: #333333; }
  .page-section-textonimage.page-section-textonimage-dark h2, .page-section-textonimage.page-section-textonimage-dark .ss-content, .page-section-textonimage.page-section-textonimage-dark .ss-content * {
    color: #FFFFFF !important; }
  .page-section-textonimage.page-section-textonimage-right:before {
    left: inherit;
    right: 0; }
  .page-section-textonimage.page-section-textonimage-right .col-sm-5 {
    float: right; }

.page-section-maps {
  color: #333333; }
  .page-section-maps .page-section-maps-list {
    margin-top: 30px;
    margin-bottom: 40px; }
    .page-section-maps .page-section-maps-list .map-link {
      display: block;
      padding: 6px 0px;
      color: inherit;
      font-size: 18px;
      border-bottom: 2px solid;
      margin-bottom: 10px;
      cursor: pointer; }
      .page-section-maps .page-section-maps-list .map-link.active {
        color: #ebad21;
        border-color: #ebad21; }
  .page-section-maps .page-section-maps-images .map-image {
    display: none; }
  .page-section-maps .page-section-maps-file {
    overflow: hidden;
    margin: 40px 0px; }
    .page-section-maps .page-section-maps-file a {
      margin-top: 0px; }
      .page-section-maps .page-section-maps-file a:hover {
        color: #FFFFFF;
        background: #333333;
        border-color: #333333; }

.page-section-gallery h2 {
  margin-bottom: 20px; }

.page-section-gallery .gallery-image {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden; }
  .page-section-gallery .gallery-image a:after {
    content: none; }
  .page-section-gallery .gallery-image:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .page-section-gallery .gallery-image .link, .page-section-gallery .gallery-image .square-image, .page-section-gallery .gallery-image .caption {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .page-section-gallery .gallery-image .caption {
    font-size: 18px;
    background: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center; }
  .page-section-gallery .gallery-image .square-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .page-section-gallery .gallery-image:hover .caption {
    opacity: 1; }
  .page-section-gallery .gallery-image:hover .square-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.page-section-accordions h2 + .accordions-list {
  margin-top: 40px; }

.page-section-accordions .accordion-item {
  border-top: 2px solid #ccc; }
  .page-section-accordions .accordion-item:last-child {
    border-bottom: 2px solid #ccc; }

.page-section-accordions .accordion-title {
  padding: 12px 0px;
  padding-right: 5px;
  margin: 0px;
  font-weight: bold;
  cursor: pointer; }
  .page-section-accordions .accordion-title .icon {
    float: right;
    font-size: 22px;
    margin-right: 5px; }

.page-section-accordions .accordion-content {
  display: none; }
  .page-section-accordions .accordion-content .ss-content {
    padding-bottom: 12px; }

.page-section-latestnews {
  background: #efefef; }
  .page-section-latestnews h2 {
    text-align: center; }
  .page-section-latestnews h2 + .latestnews-list {
    margin-top: 40px; }
  .page-section-latestnews .latestnews-info {
    padding: 18px; }
  .page-section-latestnews .latestnews-img {
    position: relative; }
  .page-section-latestnews .latestnews-readmore {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.75s ease;
    -moz-transition: opacity 0.75s ease;
    -ms-transition: opacity 0.75s ease;
    -o-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease; }
    .page-section-latestnews .latestnews-readmore > .bg {
      opacity: 0.7;
      background: #ebad21;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .page-section-latestnews .latestnews-readmore > span {
      display: block;
      color: #FFFFFF;
      font-size: 24px;
      text-align: center;
      height: 24px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .page-section-latestnews .latestnews-item {
    position: relative;
    background: #FFFFFF;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px; }
    .page-section-latestnews .latestnews-item > a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .page-section-latestnews .latestnews-item:hover .latestnews-readmore {
      opacity: 1; }

.page-section-ads {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .page-section-ads .google-ad {
    display: inline-block;
    margin: 0px 5px;
    border: 10px solid #EAEAEA; }
  .page-section-ads .google-ad-728 {
    display: none; }
  @media (min-width: 850px) {
    .page-section-ads .google-ad-300 {
      display: none; }
    .page-section-ads .google-ad-728 {
      display: inline-block; } }
  @media (min-width: 1180px) {
    .page-section-ads .google-ad-300 {
      display: inline-block; } }

.page-section-threecolumnslist {
  padding: 0px; }
  .page-section-threecolumnslist > div {
    padding-top: 100px;
    padding-bottom: 100px; }
  .page-section-threecolumnslist h2 {
    color: inherit; }
  .page-section-threecolumnslist h2 + .ss-content, .page-section-threecolumnslist h2 + .list, .page-section-threecolumnslist .ss-content + .list {
    margin-top: 35px; }
  .page-section-threecolumnslist .list .ss-content {
    margin-bottom: 40px; }

.HomePage .page-section-gallery {
  text-align: center; }
  .HomePage .page-section-gallery .ss-content {
    margin-top: 30px;
    margin-bottom: 45px; }

.HomePage #home-intro {
  width: 100%;
  height: 100%;
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .HomePage #home-intro .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s opacity;
    z-index: 0; }
  .HomePage #home-intro .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #333333, transparent, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #333333, transparent, transparent);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #333333, transparent, transparent);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #333333, transparent, transparent);
    /* Standard syntax */
    opacity: 0.7; }
  .HomePage #home-intro .container {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%; }
    .HomePage #home-intro .container .logo {
      width: 80%;
      max-height: 280px;
      height: 60%;
      margin: auto 15px;
      background-repeat: no-repeat;
      background-image: url(../images/logo/logo-full-animated.svg);
      background-position: center;
      background-size: contain;
      margin-top: 80px; }
  .HomePage #home-intro .home-intro-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }

.HomePage .home-section {
  position: relative;
  width: 100%;
  background-color: #333333; }
  .HomePage .home-section .bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .HomePage .home-section .bg:before {
      content: "";
      display: block;
      min-height: 250px;
      padding-top: 50%; }
  .HomePage .home-section .container .col-sm-6 {
    padding: 60px 40px; }
  .HomePage .home-section .container .img-svg {
    position: relative;
    margin-bottom: 20px; }
  .HomePage .home-section .container .btn-arrow, .HomePage .home-section .container .btn-arrow-full {
    color: #FFFFFF; }
    .HomePage .home-section .container .btn-arrow:hover, .HomePage .home-section .container .btn-arrow-full:hover {
      color: #333333;
      background: #FFFFFF;
      border-color: #FFFFFF; }
  .HomePage .home-section .container.fake {
    display: none; }
  .HomePage .home-section .container.real {
    position: relative; }
    .HomePage .home-section .container.real .bg-content-mobile {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .HomePage .home-section .container.real .bg-content-desktop-solid, .HomePage .home-section .container.real .bg-content-desktop-fade {
      position: absolute;
      opacity: 0.8;
      left: 0;
      top: 0;
      height: 75%;
      width: 100%; }
    .HomePage .home-section .container.real .bg-content-desktop-fade {
      top: 75%;
      height: 20%; }
    .HomePage .home-section .container.real .ss-content {
      position: relative;
      color: white; }

.HomePage #home-slider.swiper-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .HomePage #home-slider.swiper-container .swiper-slide {
    background-size: cover;
    background-position: center; }

#home-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100; }
  #home-nav ul {
    overflow: hidden;
    list-style: none;
    margin: 0px; }
    #home-nav ul a {
      display: block;
      position: relative;
      outline: none;
      border-radius: 50%;
      margin: 16px 5px;
      height: 14px;
      width: 14px;
      border: 2px solid #ccc; }
    #home-nav ul li.active a {
      background: #333333; }

.blogpost {
  padding-top: 70px;
  padding-bottom: 40px; }
  .blogpost h1 {
    font-family: inherit;
    font-size: 36px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 5px; }
  .blogpost .blogpost-date {
    color: #777777;
    margin-bottom: 30px; }
  .blogpost .blogpost-image {
    margin-bottom: 30px; }

.blog-posts-list {
  padding-top: 30px;
  padding-bottom: 30px; }

.blog-postsummary {
  border-bottom: 3px solid #333333;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative; }
  .blog-postsummary a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .blog-postsummary h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 5px; }
  .blog-postsummary .blog-postsummary-date {
    color: #777777;
    margin-bottom: 15px; }
  .blog-postsummary .blog-postsummary-summary {
    margin-bottom: 20px; }
  .blog-postsummary .blog-postsummary-readme {
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 2px;
    display: inline-block;
    border-bottom: 1px solid #333333; }
  .blog-postsummary:hover {
    background: #eee; }

@media (min-width: 450px) {
  .page-section-gallery .gallery-image {
    width: 33.33%; } }

@media (min-width: 768px) {
  #main {
    padding-top: 0px;
    padding-left: 80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #menu {
    opacity: 0;
    width: 240px !important;
    left: 80px; }
    #menu .multilevelpushmenu_wrapper {
      margin-top: 180px;
      margin-bottom: 112px;
      width: 240px !important; }
      #menu .multilevelpushmenu_wrapper .levelHolderClass {
        width: 240px !important; }
  .HomePage #event-date {
    display: block; }
  .HomePage #home-intro .container .logo {
    height: 55%;
    position: absolute;
    max-width: 800px;
    width: 80%;
    max-height: 550px;
    margin: auto 15px;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-position: left center; }
  .HomePage .home-section {
    min-height: 100%; }
    .HomePage .home-section .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .HomePage .home-section .container .col-sm-6 {
      padding: 120px 80px; }
    .HomePage .home-section .container.fake {
      display: block;
      opacity: 0; }
    .HomePage .home-section .container.real {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 100%; }
      .HomePage .home-section .container.real .row {
        height: 100%; }
        .HomePage .home-section .container.real .row .col-sm-6 {
          height: 100%; }
  .sidenav-footer .collapsed-desktop {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333333; }
    .sidenav-footer .collapsed-desktop .collapsed-desktop-stay-informed {
      height: 102px;
      width: 100%; }
      .sidenav-footer .collapsed-desktop .collapsed-desktop-stay-informed span {
        width: 100%;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 8px;
        padding: 5px;
        text-align: center;
        display: block;
        letter-spacing: 1px;
        line-height: 1.4em;
        position: absolute;
        margin-top: 40px; }
  #sidenav {
    width: 80px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }
    #sidenav .scrollable {
      width: 260px; }
    #sidenav .follow-us {
      width: 240px; }
    #sidenav .sidenav-header .logo-container {
      padding: 15px;
      height: 75px; }
      #sidenav .sidenav-header .logo-container .runthecity {
        position: absolute;
        top: 25px;
        left: 40px;
        opacity: 0;
        width: 0px; }
      #sidenav .sidenav-header .logo-container .akl-marathon {
        display: block;
        float: right;
        width: 100%;
        max-width: 85px; }
    #sidenav .sidenav-content {
      width: 80px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #sidenav .collapsed-desktop {
      display: block; }
    #sidenav:hover {
      width: 240px; }
      #sidenav:hover .sidenav-content {
        width: 240px; }
      #sidenav:hover .sidenav-header .logo-container {
        padding: 25px 40px;
        height: 175px; }
        #sidenav:hover .sidenav-header .logo-container .runthecity {
          position: absolute;
          opacity: 1;
          width: 80px; }
        #sidenav:hover .sidenav-header .logo-container .akl-marathon {
          display: block;
          float: right; }
      #sidenav:hover #menu {
        opacity: 1;
        left: 0px;
        -webkit-transition: opacity 3s ease;
        -moz-transition: opacity 3s ease;
        -ms-transition: opacity 3s ease;
        -o-transition: opacity 3s ease;
        transition: opacity 3s ease; }
  #topnav, .fake-topnav {
    display: none; }
  .container {
    width: 94% !important; }
  .lightbox .lb-nav a.lb-prev, .lightbox .lb-nav a.lb-next {
    background-size: 100px auto; }
  .page-section-textonimage .container {
    background: none !important;
    padding-top: 110px;
    padding-bottom: 110px; }
  .page-section-textonimage:before {
    display: block; }
  .page-section-textonimage .bg {
    padding-bottom: 0px;
    min-height: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page-section-gallery .gallery-image {
    width: 25%; }
  #nav-sections {
    display: block; }
    #nav-sections.fixed .nav {
      top: 0;
      padding-left: 80px; }
  .blog-postsummary {
    max-width: inherit; }
  .page-section-latestnews h2 {
    text-align: left; }
  #modal-main.enter-now-2017 .modal-dialog {
    margin-top: 70px; } }

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