/*!
Theme Name: Olympos
Description: Blank Wordpress Theme
Version: 3.0
Author: Ivan Dorić
Author URI: http://www.watch-learn.com/
Tags: starter theme, light, sass, gulp, livereload

        The CSS, XHTML is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/
@import url(https://web.archive.org/web/20210923091127cs_/https://fonts.googleapis.com/css?family=Pacifico);
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/web/20210923091127im_//wp-content/themes/olympos/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
} /*! formstone v0.8.24 [lightbox.css] 2015-10-21 | MIT License | formstone.it */
.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateZ(0);
}
.fs-lightbox,
.fs-lightbox *:not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fs-lightbox-inline {
  padding: 30px;
}
.fs-lightbox-animating {
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear,
    top 0.25s ease;
}
.fs-lightbox-animating .fs-lightbox-container {
  transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
}
.fs-lightbox-mobile .fs-lightbox-image_container {
  transform: translate3D(0, 0, 0);
}
.fs-lightbox-mobile.fs-lightbox-animating .fs-lightbox-image_container {
  transition: height 0.25s ease, width 0.25s ease, top 0.25s ease,
    left 0.25s ease;
}
.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000000;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.fs-lightbox-open {
  opacity: 1;
}
.fs-lightbox-overlay.fs-lightbox-open {
  opacity: 0.75;
}
.fs-lightbox-close {
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}
.fs-lightbox-close:focus {
  outline: none;
}
.fs-lightbox-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  content: "\00d7";
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  transition: color 0.15s linear;
}
.no-opacity .fs-lightbox-close {
  text-indent: -999px;
}
.fs-lightbox-loading_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  visibility: hidden;
}
.fs-lightbox-loading_icon:before,
.fs-lightbox-loading_icon:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: "";
  display: block;
}
.fs-lightbox-loading_icon:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}
.fs-lightbox-loading_icon:after {
  animation: fs-lightbox-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}
@keyframes fs-lightbox-loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #ffffff;
  overflow: hidden;
}
.fs-lightbox-container:after {
  clear: both;
  content: "";
  display: table;
}
.fs-lightbox-content {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  visibility: visible;
}
.fs-lightbox-content:after {
  clear: both;
  content: "";
  display: table;
}
.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
}
.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.fs-lightbox-mobile .fs-lightbox-image_container {
  width: 1px;
  height: 1px;
  margin: 0;
  position: absolute;
}
.fs-lightbox-image {
  float: left;
}
.fs-lightbox-mobile .fs-lightbox-image {
  position: relative;
  float: none;
}
.fs-lightbox-video {
  width: 100%;
  height: 100%;
}
.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}
.fs-lightbox-meta {
  clear: both;
  padding: 10px 10px 0;
}
.fs-lightbox-control {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  white-space: nowrap;
  visibility: visible;
}
.fs-lightbox-control:focus {
  outline: none;
}
.fs-lightbox-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
}
.no-opacity .fs-lightbox-control {
  text-indent: -999px;
}
.fs-lightbox-control_previous {
  left: 20px;
}
.fs-lightbox-control_previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}
.fs-lightbox-control_next {
  right: 20px;
}
.fs-lightbox-control_next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}
.fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}
.no-touch .fs-lightbox .fs-lightbox-control {
  opacity: 0;
  visibility: hidden;
}
.no-touch .fs-lightbox:hover .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}
.no-touch .fs-lightbox .fs-lightbox-control_disabled,
.no-touch .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default;
  visibility: hidden;
}
.fs-lightbox-position {
  color: #999999;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.fs-lightbox-caption:after {
  clear: both;
  content: "";
  display: table;
}
.fs-lightbox-caption p {
  color: #666666;
  font-size: 14px;
  margin: 5px 0;
  padding: 0;
}
.fs-lightbox-caption_toggle {
  display: none;
}
.fs-lightbox-error {
  width: 250px;
}
.fs-lightbox-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
.fs-lightbox-loading .fs-lightbox-container {
  opacity: 0;
  transition: opacity 0.25s linear;
  visibility: hidden;
}
.fs-lightbox-loading .fs-lightbox-loading_icon {
  opacity: 1;
  visibility: visible;
}
.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}
.fs-lightbox-mobile .fs-lightbox-close {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}
.fs-lightbox-mobile .fs-lightbox-close:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
  border-color: rgba(153, 153, 153, 0.25);
}
.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
  border-top-color: #999999;
}
.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111111;
}
.fs-lightbox-mobile .fs-lightbox-content {
  background-color: #111111;
  padding: 0 15px;
}
.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
}
.fs-lightbox-mobile .fs-lightbox-control {
  width: 50px;
  height: 100%;
  min-height: 50px;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}
.fs-lightbox-mobile .fs-lightbox-control_previous {
  left: 0;
}
.fs-lightbox-mobile .fs-lightbox-control_previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}
.fs-lightbox-mobile .fs-lightbox-control_next {
  right: 0;
}
.fs-lightbox-mobile .fs-lightbox-control_next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}
.no-touch .fs-lightbox-mobile .fs-lightbox-control,
.no-touch .fs-lightbox-mobile:hover .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}
.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touch .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touch .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default !important;
  visibility: hidden;
}
.fs-lightbox-mobile .fs-lightbox-meta {
  padding: 15px 65px;
}
.fs-lightbox-mobile .fs-lightbox-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}
.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.fs-lightbox-mobile .fs-lightbox-image {
  transition: none !important;
  transform: translate(0, 0);
}
.fs-lightbox-mobile.fs-lightbox-animated .fs-lightbox-image {
  transition: transform 0.25s ease-out !important;
}
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.fs-lightbox-lock {
  overflow: hidden !important;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: transparent;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  width: 100%;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111111;
  padding: 0 65px;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
  color: #999999;
  display: block;
  font-size: 12px;
  line-height: 50px;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222222;
  box-shadow: 0 0 25px #000000;
  padding: 15px 15px 65px;
  transform: translate(0, 100%);
  transition: transform 0.25s ease;
}
.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  transform: translate(0, 0);
}
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.picker__input {
  cursor: default;
}
.picker__input.picker__input--active {
  border-color: #0089ec;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
} /*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
.picker--opened .picker__holder {
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "TradeGothicBoldCn";
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot#iefix");
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot#iefix")
      format("eot"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169")
      format("svg");
}
@font-face {
  font-family: "TradeGothic";
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot#iefix");
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot#iefix")
      format("eot"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c")
      format("svg");
}
@font-face {
  font-family: "TradeGothicBold";
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/65196ee3-28dd-4eca-b4a6-4e2d22efc769.eot#iefix");
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/65196ee3-28dd-4eca-b4a6-4e2d22efc769.eot#iefix")
      format("eot"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/0909f879-d4b6-4d64-8bfd-b9990c7bd2ff.woff") format("woff"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/974cb5f7-6d77-4490-bdb9-7615021b81f6.ttf") format("truetype"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/5263ddfe-a3e4-4276-b299-753b86ed8c3e.svg#5263ddfe-a3e4-4276-b299-753b86ed8c3e")
      format("svg");
}
@font-face {
  font-family: "activenation";
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/activenation.eot?67821285");
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/activenation.eot?67821285#iefix") format("embedded-opentype"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/activenation.woff?67821285") format("woff"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/activenation.ttf?67821285") format("truetype"),
    url("/web/20210923091127im_//wp-content/themes/olympos/fonts/activenation.svg?67821285#activenation") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "activenation";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down:before {
  content: "\e800";
}
.icon-up:before {
  content: "\e801";
}
.icon-phone:before {
  content: "\e802";
}
html {
  font-size: 100%;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  html {
    font-size: 90%;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 80%;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 70%;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
* {
  box-sizing: border-box;
}
.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1120px) {
  .container {
    width: 90%;
  }
}
.responsive-image,
.feeling-social .feeling-social-social li img,
.page-content .right img,
.venues-list-region-description .col-3 img,
.try-box img,
.lockeroom-menu-search img,
.issue-featured .right img,
.lockeroom-join img,
.in-this-issue-related .lockeroom-article .left img {
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
}
.gray-wrap {
  padding: 20px 0;
  background: #e5e5e5;
}
.condensed-title,
.image-text-box h3,
.latest-news h2,
.activities-title,
.subpages-title,
.just-try-it,
.main-nav a,
.banner-text-title h2,
.banner-text-bottom h2,
.venues-intro h3,
.community-social h3,
.mission-statement,
.footer-navigations ul a,
.just-giving h4 {
  font-family: "TradeGothicBoldCn", sans-serif;
  letter-spacing: -2px;
}
.condensedBold,
.title-filter .left h2,
.search-filter label,
.title-with-subheading,
.news-box h3,
.mapp-iw .mapp-body .venue-map-info-box h3,
.comment-form-wrap h3,
.comments-title,
.activities-item h3,
.book-item h3,
#timetables .pool-name,
.lockeroom-article h3,
.outline-title h2,
.feeling-social h3,
.page-content h2,
.activities-title-filter .search-by-region h3,
.activities-title-filter .right h3,
.venues-filter h3,
.venues-list-item-left h1,
.venues-list-item-right h3,
.venues-list-region-description .col-1 h3,
.news-list-page h2,
.last-news .left h3,
.activity-slider-wrap h1,
.venue-slider-wrap h1,
.prices h2,
.free-class,
.main-content .content h3,
.videos h2,
.single-activity-venues h3,
.single-activity-location-list h4,
.activity-timetables h2,
.activity-timetable h4,
.facilities-full h3,
.memberships .name-price h4,
.online-membership strong,
h1.news-title,
.news-related-list h3,
.news-related-list h4,
.lockeroom-menu a,
.issue-picker h2,
.issue-picker .issue-picker-number,
.issue-picker .month,
.issue-picker h4,
.lockeroom-join h3,
.community-social-map .community h3,
.community-social-map .social h3,
.lockeroom-search-title span,
.recepie h3,
.recepie h4,
.in-this-issue-related h3,
.single-lockeroom-article .lockeroom-article h1,
.single-lockeroom-article .lockeroom-article h2,
.single-lockeroom-article .lockeroom-article h3,
.single-lockeroom-article .lockeroom-article h4,
.single-lockeroom-article .lockeroom-article h5,
.guide-title,
.workout-item h3,
.gt-get-in-touch-wrap h3,
.gt-get-in-touch-wrap .phone {
  font-family: "TradeGothicBoldCn", sans-serif;
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}
* + html .clearfix {
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.clr {
  clear: both;
}
.alert-bar {
  background: #dcdcdc;
  position: relative;
}
.alert-bar .choose-region {
  float: right;
}
.alert-bar .choose-region .venues-dd-filter .dd-trigger {
  background: #fff;
  font-size: 12px;
  padding: 10px;
  width: auto;
  min-width: 250px;
  padding-right: 25px;
  margin-top: 5px;
}
.alert-bar .choose-region .venues-dd-filter .dd-trigger a {
  cursor: pointer;
}
.alert-bar .choose-region .venues-dd-filter ul {
  font-size: 12px;
}
.alert-bar .choose-region .venues-dd-filter ul a {
  cursor: pointer;
}
.alert-bar .choose-region .venues-dd-filter {
  float: right;
}
.alert-bar .choose-region .change-region-label {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}
.alert-bar strong {
  font-family: "TradeGothicBold";
}
.alert-bar a {
  color: #f7692b;
}
.alert-bar .alert-bar-btn {
  width: 12.5%;
  float: left;
  text-align: center;
  color: #fff;
}
.alert-bar .alert-bar-btn.mobile {
  display: none;
}
.alert-bar .alert-bar-content {
  float: left;
  font-size: 1.125rem;
  margin: 0 0 0 3.57143%;
  padding: 13px 0;
  line-height: 1;
}
.alert-bar .btn-close,
.alert-bar .btn-open {
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  top: 97%;
  font-size: 24px;
  line-height: 0.5;
  color: #f7692b;
  cursor: pointer;
  background: #dcdcdc;
  width: 30px;
  outline: none;
  z-index: 99;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.alert-bar .btn-open {
  display: none;
}
@media screen and (max-width: 1120px) {
  .alert-bar .alert-bar-btn {
    width: 18.75%;
  }
  .alert-bar .change-region-label {
    display: none;
  }
  .alert-bar .choose-region .venues-dd-filter .dd-trigger {
    min-width: 200px;
  }
}
@media screen and (max-width: 980px) {
  .alert-bar .alert-bar-content {
    margin: 8px 0 0 0;
    padding: 5px 0 5px 5px;
  }
  .alert-bar .choose-region .venues-dd-filter .dd-trigger {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
  }
  .alert-bar .alert-bar-btn {
    width: 11.60714%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 720px) {
  .alert-bar {
    text-align: center;
    padding-bottom: 5px;
  }
  .alert-bar .alert-bar-btn {
    float: none;
    width: auto;
    padding: 10px 15px;
  }
  .alert-bar .alert-bar-btn.desktop {
    display: none;
  }
  .alert-bar .alert-bar-btn.mobile {
    display: inline-block;
  }
  .alert-bar .alert-bar-content {
    float: none;
    margin-top: 0;
    width: 100%;
  }
  .alert-bar .choose-region,
  .alert-bar .choose-region .venues-dd-filter {
    float: none;
  }
  .alert-bar .choose-region .venues-dd-filter .dd-trigger {
    display: inline-block;
  }
  .alert-bar .choose-region .venues-dd-filter .dd-trigger {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.btn {
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #fff;
  border: none;
  font-family: "TradeGothicBold", sans-serif;
}
.btn-outline {
  border: 1px solid #3a3a39;
  color: #3a3a39;
}
.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-small {
  padding: 10px 25px;
}
.btn-smaller {
  padding: 7px 20px;
  font-size: 0.9375rem;
  font-family: "TradeGothicBold", sans-serif;
}
.btn-smallest {
  padding: 5px 10px;
  font-size: 13px;
  font-family: "TradeGothicBold", sans-serif;
}
.btn-supersmall {
  padding: 5px 5px;
  font-size: 10px;
  font-family: "TradeGothicBold", sans-serif;
}
.btn-orange {
  background: #f7692b;
}
.btn-gray {
  background: #c9c9c9;
}
.btn-darkgray {
  background: #555757;
}
.btn-white {
  background: #fff;
}
.btn-green {
  background: #3fa535;
}
.btn-blue {
  background: #009fe3;
}
.btn-darkblue {
  background: #232b7b;
}
.btn-red {
  background: #c60f13;
}
.title-filter {
  margin-top: 40px;
  margin-bottom: 40px;
}
.title-filter .left {
  width: 35.71429%;
  float: left;
}
.title-filter .right {
  width: 50.89286%;
  float: right;
  margin-top: 20px;
}
.title-filter .left h2 {
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .title-filter .left,
  .title-filter .right {
    width: 100%;
    float: none;
  }
}
.search-filter label {
  font-size: 2.1875rem;
  float: left;
}
.typeahead-result {
  position: relative;
  width: 100%;
}
.typeahead-container input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/search-icon.png) no-repeat 95% center;
  outline: none;
  font-size: 16px;
  margin-left: 3px;
}
@media screen and (max-width: 980px) {
  .typeahead-container {
    width: 100%;
    margin-top: 10px;
  }
}
.typeahead-container.result .typeahead-list {
  display: block;
}
.typeahead-list {
  display: none;
  position: absolute;
  top: -1px;
  width: 100%;
  border-bottom: 3px solid #f7692b;
  z-index: 99;
}
.typeahead-list a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #a4a6a7;
  font-size: 18px;
}
.typeahead-list a strong {
  font-family: "TradeGothicBold";
  font-weight: normal;
  color: #706f6f;
}
.typeahead-list li a:hover,
.typeahead-list li:nth-child(even) a:hover,
.typeahead-list li.active a,
.typeahead-list li.active:nth-child(even) a {
  background: #f7692b;
  color: #fff;
}
.typeahead-list li a:hover strong,
.typeahead-list li:nth-child(even) a:hover strong,
.typeahead-list li.active a strong,
.typeahead-list li.active:nth-child(even) a strong {
  color: #fff;
}
.typeahead-list li:nth-child(even) a {
  background: #f5f5f5;
}
.title-with-subheading span {
  display: block;
  font-family: "TradeGothic", sans-serif;
  font-size: 0.3em;
}
.image-text-box {
  width: 49.10714%;
  display: table;
  float: left;
  color: #fff;
}
.image-text-box:nth-child(odd) {
  float: right;
}
.image-text-box .text,
.image-text-box .image {
  display: table-cell;
  width: 50%;
}
.image-text-box .text {
  vertical-align: top;
  padding: 20px;
  position: relative;
}
.image-text-box .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-text-box h3 {
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1120px) {
  .image-text-box h3 {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0;
  }
  .image-text-box p {
    margin-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .image-text-box .text {
    width: 70%;
  }
  .image-text-box .image {
    width: 30%;
  }
}
@media screen and (max-width: 720px) {
  .image-text-box {
    width: 100%;
    margin-bottom: 20px;
    height: auto !important;
  }
}
.image-text-box.community .text,
.image-text-box.community .image {
  background: #009fe3;
}
.image-text-box.community .text .btn,
.image-text-box.community .image .btn {
  color: #009fe3;
}
.image-text-box.motivation-to-move .text,
.image-text-box.motivation-to-move .image {
  background: #7b207f;
}
.image-text-box.motivation-to-move .text .btn,
.image-text-box.motivation-to-move .image .btn {
  color: #7b207f;
}
.news-box {
  background: #de3414;
  width: 49.01786%;
  margin-bottom: 20px;
  float: left;
  margin: 0.44643%;
}
.news-box .inner {
  display: table;
  width: 100%;
  min-height: 270px;
}
.news-box .text {
  display: table-cell;
  width: 50%;
  padding: 20px;
  vertical-align: top;
}
.news-box .image {
  width: 50%;
  display: table-cell;
}
.news-box .image img {
  max-width: 100%;
  height: 100%;
}
.news-box h3 {
  font-size: 1.5rem;
  margin-top: 0;
}
.news-box h3 a {
  color: #fff;
}
.news-box p {
  color: #fff;
}
.news-box .btn {
  color: #464646;
}
@media screen and (max-width: 980px) {
  .news-box .inner {
    display: block;
    min-height: 0;
  }
  .news-box .text,
  .news-box .image {
    display: block;
    float: left;
  }
  .news-box .text {
    width: 70%;
  }
  .news-box .image {
    width: 30%;
  }
  .news-box .image img {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .news-box {
    width: 100%;
    height: auto !important;
    margin-bottom: 10px;
  }
}
.latest-news {
  background: #3a3a39;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.latest-news img {
  height: 100%;
}
.latest-news h2 {
  color: #fff;
  margin-top: 0;
}
.latest-news h2 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  font-family: "TradeGothic", sans-serif;
}
.latest-news h3 {
  text-transform: none;
  margin-bottom: 0;
}
.latest-news p {
  margin-top: 5px;
}
.latest-news .image-text-box.first .text {
  background: #de3414;
}
.latest-news .image-text-box.first .btn {
  color: #de3414;
}
.latest-news .image-text-box.last .text {
  background: #3fa535;
}
.latest-news .image-text-box.last .btn {
  color: #3fa535;
}
.latest-news.news-list {
  background: #fff;
}
.latest-news.news-list h2 {
  color: #333332;
}
.latest-news.news-list h3 a {
  color: #fff;
}
.running {
  background: #f89829;
}
.cycling {
  background: #79288c;
}
.exercise {
  background: #d7df21;
}
.gym {
  background: #e54125;
}
.swimming {
  background: #00aeef;
}
.tennis {
  background: #40ae49;
}
.sailing {
  background: #203b94;
}
.paddling {
  background: #127b99;
}
.skiing {
  background: #ec008c;
}
.owl-dots {
  position: absolute;
  z-index: 99;
}
.owl-dots .owl-dot {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f7692b;
}
.owl-dots .owl-dot.active {
  background: #fff;
}
.mapp-iw .mapp-body .venue-map-info-box h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px !important;
}
.mapp-iw .mapp-body .venue-map-info-box .opening-times,
.mapp-iw .mapp-body .venue-map-info-box .contact {
  margin: 5px 0 0 0 !important;
  font-size: 14px;
}
.mapp-iw .mapp-body .venue-map-info-box .opening-times strong,
.mapp-iw .mapp-body .venue-map-info-box .contact strong {
  width: 150px;
  display: inline-block;
  font-family: "TradeGothicBold";
  font-weight: normal;
}
.mapp-iw .mapp-body .venue-map-info-box .opening-times-notes {
  font-size: 12px;
  color: #3a3a39;
  margin-bottom: 10px !important;
}
.mapp-iw .mapp-body .venue-map-info-box .address {
  font-size: 15px;
}
.mapp-iw .mapp-body .venue-map-info-box .contact {
  font-size: 14px;
}
.mapp-iw .mapp-body .venue-map-info-box .btn {
  color: #fff !important;
  padding: 5px !important;
  margin-top: 10px !important;
  font-size: 12px;
}
.mapp-iw .mapp-body .venue-map-info-box .btn:hover {
  text-decoration: none !important;
}
.activities,
.subpages {
  margin-top: 20px;
  background: #3a3a39;
}
@media screen and (max-width: 720px) {
  .activities,
  .subpages {
    padding-top: 1px;
  }
}
.activities-title,
.subpages-title {
  float: left;
  width: 22.94643%;
  font-size: 3.4375rem;
  color: #fff;
  margin-top: 35px;
}
.activities-title span,
.subpages-title span {
  font-family: "TradeGothic", sans-serif;
  letter-spacing: 0;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  .activities-title,
  .subpages-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .activities-title,
  .subpages-title {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.activities-slider,
.subpages-slider {
  width: 60.71429%;
  float: left;
  margin-top: 40px;
  position: relative;
}
.activities-slider .slide-item,
.subpages-slider .slide-item {
  overflow: visible;
  height: 100px;
}
.activities-slider a,
.subpages-slider a {
  display: block;
  text-align: center;
  width: 100%;
  height: 60px;
  background: #fff;
  position: relative;
}
.activities-slider a:hover .activity-title,
.subpages-slider a:hover .activity-title {
  display: inline-block;
}
.activities-slider a:hover img.gray,
.subpages-slider a:hover img.gray {
  display: none;
}
.activities-slider .activity-title,
.subpages-slider .activity-title {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  border-bottom: 3px solid #d7df21;
  font-size: 14px;
  padding-bottom: 5px;
}
.activities-slider .slide-item img,
.subpages-slider .slide-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.activities-slider .slide-item img.gray,
.subpages-slider .slide-item img.gray {
  z-index: 99;
}
.activities-slider .slide-item img.color,
.subpages-slider .slide-item img.color {
  z-index: 98;
}
.activities-slider .owl-prev,
.activities-slider .owl-next,
.subpages-slider .owl-prev,
.subpages-slider .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -25px;
  text-indent: -9999px;
}
.activities-slider .owl-prev,
.subpages-slider .owl-prev {
  left: -30px;
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/as-prev.jpg) no-repeat top left;
}
.activities-slider .owl-next,
.subpages-slider .owl-next {
  right: -30px;
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/as-next.jpg) no-repeat top left;
}
@media screen and (max-width: 980px) {
  .activities-slider,
  .subpages-slider {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .activities-slider a,
  .subpages-slider a {
    height: auto;
  }
  .activities-slider a:hover .activity-title,
  .subpages-slider a:hover .activity-title {
    display: none;
  }
  .activities-slider a:hover img.gray,
  .subpages-slider a:hover img.gray {
    display: inline-block;
  }
  .activities-slider .slide-item,
  .subpages-slider .slide-item {
    height: auto;
  }
  .activities-slider .slide-item img,
  .subpages-slider .slide-item img {
    position: relative;
    max-width: 100%;
    max-height: 99999px;
    height: auto;
  }
  .activities-slider .slide-item img.color,
  .subpages-slider .slide-item img.color {
    display: none;
  }
  .activities-slider .owl-prev,
  .activities-slider .owl-next,
  .subpages-slider .owl-prev,
  .subpages-slider .owl-next {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .activities-slider,
  .subpages-slider {
    width: 100%;
    float: none;
  }
}
.just-try-it {
  width: 14.28571%;
  float: right;
  font-size: 2.0625rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 60px;
  text-align: right;
}
.just-try-it span {
  color: #f49712;
}
@media screen and (max-width: 980px) {
  .just-try-it {
    display: none;
  }
}
.subpages {
  padding: 25px 0;
}
.subpages-title {
  font-size: 2.1875rem;
  margin: 10px 0 0 0;
}
.subpages-slider {
  margin-top: 0;
  float: right;
  margin-right: 40px;
  width: 68.75%;
}
.subpages-slider .slide-item {
  height: 60px;
}
.subpages-slider a {
  color: #3a3a39;
  font-size: 15px;
  font-family: "TradeGothicBold";
  text-transform: uppercase;
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.subpages-slider a span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.subpages-slider a:hover {
  box-shadow: 0 -5px 0 #009fe3 inset;
}
.subpages-slider .owl-prev,
.subpages-slider .owl-next {
  position: absolute;
  margin-top: -10px;
}
@media screen and (max-width: 980px) {
  .subpages-slider .owl-prev,
  .subpages-slider .owl-next {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .subpages-slider {
    float: none;
    margin: 20px auto;
  }
}
.comment-form-wrap {
  border-top: 2px solid #ccc;
}
.comment-form-wrap input {
  width: 48%;
  padding: 20px;
}
.comment-form-wrap #author {
  float: left;
}
.comment-form-wrap #email {
  float: right;
}
.comment-form-wrap #submit {
  width: auto;
  background: #a4a6a7;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.comment-form-wrap textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
}
#respond {
  margin-top: 40px;
}
#respond h3:first-child,
#respond .comment-notes {
  display: none;
}
.comments-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-left: 8.2%;
  margin-bottom: 40px;
}
.comment {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.author-name {
  font-family: "TradeGothicBold";
  font-size: 1.125rem;
}
.comment-date {
  font-size: 13px;
  color: #afafaf;
  margin-top: 3px;
}
ol.children {
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comment-author {
  width: 6.82128%;
  float: left;
}
.comment-author img {
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 720px) {
  .comment-author {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .comment-author img {
    width: 50px;
    height: auto;
  }
}
.comment-right {
  width: 91.40518%;
  float: right;
}
@media screen and (max-width: 720px) {
  .comment-right {
    width: 100%;
    float: none;
  }
}
.reply {
  font-size: 13px;
}
.reply a {
  color: #afafaf !important;
}
.reply a:hover {
  color: #f7692b !important;
}
.newsletter-subscribe {
  background: #dcdcdc;
  text-align: center;
  padding: 10px 0;
  margin-top: 40px;
}
.newsletter-subscribe .p-message {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0;
}
.newsletter-subscribe .wpcf7 {
  display: inline-block;
  width: 50%;
}
.newsletter-subscribe .wpcf7 p {
  margin: 0;
}
.newsletter-subscribe form {
  display: inline-block;
  width: 100%;
  position: relative;
}
.newsletter-subscribe input[type="email"] {
  padding: 13px;
  width: 70%;
  border: none;
  font-size: 1.125rem;
}
.newsletter-subscribe input[type="submit"] {
  color: #fff;
  background: #3fa535;
  padding-top: 15px;
  padding-bottom: 14px;
}
.newsletter-subscribe .wpcf7-not-valid-tip {
  display: none;
}
.newsletter-subscribe .wpcf7-response-output {
  position: absolute;
  top: 100%;
  margin: 0;
  border: none;
  padding: 10px;
  color: #fff;
  margin-top: 10px;
  width: 100%;
}
.newsletter-subscribe .wpcf7-validation-errors,
.newsletter-subscribe .wpcf7-mail-sent-ng {
  background: #d72227;
}
.newsletter-subscribe .wpcf7-mail-sent-ok {
  background: #86bb36;
}
@media screen and (max-width: 1120px) {
  .newsletter-subscribe {
    text-align: left;
  }
  .newsletter-subscribe .p-message,
  .newsletter-subscribe .wpcf7 {
    display: block;
    float: left;
  }
  .newsletter-subscribe .p-message {
    width: 40%;
    margin: 0;
    padding-top: 5px;
  }
  .newsletter-subscribe .wpcf7 {
    width: 60%;
  }
}
@media screen and (max-width: 980px) {
  .newsletter-subscribe .p-message,
  .newsletter-subscribe .wpcf7 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .newsletter-subscribe .p-message {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 720px) {
  .newsletter-subscribe input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
.activities-list,
.book-list {
  margin-bottom: 40px;
  text-align: justify;
  font-size: 0;
}
.activities-list:after,
.book-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.activities-list .gap,
.book-list .gap {
  display: inline-block;
  width: 24.10714%;
}
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
  transition: 300ms opacity;
  background: #f7f7f7 url(/web/20210923091127im_//wp-content/themes/olympos/images/loader.gif) no-repeat center;
  min-height: 60px;
}
.activities-item,
.book-item {
  width: 24.10714%;
  position: relative;
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.activities-item:hover .overlay,
.book-item:hover .overlay {
  top: 0;
}
.activities-item:hover .title-holder,
.book-item:hover .title-holder {
  height: 50px;
  padding: 20px 0 0 0;
}
.activities-item img,
.book-item img {
  display: block;
  width: 100%;
}
.activities-item .overlay,
.book-item .overlay {
  position: absolute;
  top: 170px;
  left: 0;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
  width: 100%;
  transition: top, 0.5s;
  height: 500px;
}
.activities-item .title-holder,
.book-item .title-holder {
  height: 110px;
  position: relative;
  display: table;
  width: 100%;
  transition: height, 0.5s;
}
.activities-item h3,
.book-item h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 1120px) {
  .activities-item .overlay,
  .book-item .overlay {
    top: 120px;
  }
  .activities-item h3,
  .book-item h3 {
    font-size: 1.5rem;
  }
  .activities-item:hover .title-holder,
  .book-item:hover .title-holder {
    height: 30px;
    padding: 0;
  }
  .activities-item:hover p,
  .book-item:hover p {
    margin-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .activities-item,
  .book-item {
    width: 32%;
  }
  .activities-item .overlay,
  .book-item .overlay {
    position: relative;
    top: 0;
    height: auto;
    padding: 10px;
  }
  .activities-item .title-holder,
  .book-item .title-holder {
    height: auto;
  }
  .activities-item:hover .title-holder,
  .book-item:hover .title-holder {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .activities-item,
  .book-item {
    width: 100%;
  }
  .activities-item:hover .overlay,
  .book-item:hover .overlay {
    top: auto;
  }
  .activities-item .overlay,
  .book-item .overlay {
    height: auto !important;
    position: absolute;
    top: auto;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.book-item {
  display: block;
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 35px;
  float: left;
}
.book-item:nth-child(3n + 3) {
  margin-right: 0;
}
.book-item:hover .title-holder {
  height: 50px;
  padding: 20px 10px 0 10px;
}
.book-item img {
  height: auto;
}
.book-item .title-holder {
  padding: 0 10px;
}
.book-item .overlay {
  top: 210px;
  background: rgba(0, 0, 0, 0.5);
}
.book-item p {
  padding: 10px;
  margin-top: 0;
}
@media screen and (max-width: 1120px) {
  .book-item .overlay {
    top: 180px;
  }
  .book-item h3 {
    font-size: 1.5rem;
  }
  .book-item:hover .title-holder {
    height: 30px;
    padding: 0;
  }
  .book-item:hover p {
    margin-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .book-item {
    width: 31.2%;
  }
  .book-item .overlay {
    position: relative;
    top: 0;
    height: auto;
    padding: 10px;
  }
  .book-item .title-holder {
    height: auto;
  }
  .book-item:hover .title-holder {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .book-item {
    width: 100%;
  }
  .book-item:hover .overlay {
    top: auto;
  }
  .book-item .overlay {
    height: auto !important;
    position: absolute;
    top: auto;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.timetables {
  max-height: 9999px !important;
}
.timetablewrap {
  background: #fff;
  padding: 15px;
}
.timetablewrap:nth-child(2n + 2) {
  margin-top: 20px;
}
.time-table .faux-table {
  width: 100%;
  border: 1px solid #a4a6a7;
  max-height: 310px;
  min-height: 310px;
  overflow-y: auto;
}
.time-table .faux-table .th {
  font-family: "TradeGothicBold";
  text-align: left;
  padding: 10px 5px;
  border-bottom: 1px solid #a4a6a7;
  float: left;
}
.time-table .faux-table .tr {
  position: relative;
  border-bottom: 1px solid #a4a6a7;
}
.time-table .faux-table .tr:nth-child(odd) {
  background: #ebebeb;
}
.time-table .faux-table .tr:nth-child(odd) .more-details {
  background: #ebebeb;
}
.time-table .faux-table .td {
  padding: 10px 5px 10px 5px;
  float: left;
}
.time-table .faux-table .time {
  width: 25%;
}
.time-table .faux-table .session {
  width: 40%;
}
.time-table .faux-table .info {
  width: 35%;
  text-align: center;
}
.time-table .faux-table span {
  display: block;
}
.time-table .faux-table .more-info {
  cursor: pointer;
}
.time-table .faux-table .more-details {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 100%;
  z-index: 99;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.time-table .faux-table .more-details div {
  float: left;
}
.time-table .faux-table .more-details p {
  margin-top: 0;
}
.time-table .faux-table .more-details .time span {
  font-family: "TradeGothicBold";
  font-size: 14px;
}
.time-table .faux-table .more-details .time .btn {
  margin-top: 10px;
}
.time-table .faux-table .more-details .description {
  width: 55%;
}
.time-table .faux-table .more-details .book {
  width: 20%;
  padding-left: 20px;
}
@media screen and (max-width: 720px) {
  .time-table .faux-table .more-info {
    padding: 3px;
  }
  .time-table .faux-table .more-details div,
  .time-table .faux-table .more-details .description,
  .time-table .faux-table .more-details .book {
    float: none;
    width: 100%;
    text-align: center;
  }
  .time-table .faux-table .more-details .time {
    margin-bottom: 10px;
  }
  .time-table .faux-table .more-details .book {
    padding-left: 0;
  }
  .time-table .faux-table .more-details .btn {
    font-size: 10px;
  }
}
.time-table .days {
  border: 1px solid #a4a6a7;
  padding: 10px 10px 0 10px;
}
.time-table .days li {
  float: left;
  margin-right: 5px;
}
.time-table .days a {
  display: block;
  padding: 10px;
  border-bottom: 5px solid #fff;
  cursor: pointer;
  font-family: "TradeGothicBold";
}
.time-table .days a.active {
  border-bottom: 5px solid #f7692b;
}
@media screen and (max-width: 720px) {
  .time-table .days a {
    padding: 10px 5px;
  }
}
.time-table .filters {
  background: #555757;
  padding: 10px;
  color: #fff;
  font-family: "TradeGothicBold";
}
.time-table .filters .select-wrap {
  float: right;
  margin-right: 20px;
}
.time-table .filters select {
  -webkit-appearance: none;
  background: #555757;
  border: none;
  width: 120px;
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/select-dd.jpg) no-repeat center right;
  outline: none;
  padding: 5px 25px 5px 0;
  margin-top: -5px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 720px) {
  .time-table .filters .select-wrap {
    float: none;
    margin-top: 10px;
  }
}
#timetables .title-with-subheading {
  float: left;
}
#timetables .timetables-dd-filter {
  margin-top: 0;
  margin-bottom: 20px;
  width: 50%;
  float: right;
}
#timetables .timetables-dd-filter .label {
  margin-bottom: 5px;
}
#timetables .timetables-dd-filter .invisible {
  display: none !important;
}
#timetables .timetables-dd-filter a {
  cursor: pointer;
}
#timetables .pool-name {
  font-size: 1.5rem;
  margin-top: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  #timetables .title-with-subheading,
  #timetables .timetables-dd-filter {
    width: 100%;
    float: none;
  }
}
.lockeroom-article {
  position: relative;
}
.lockeroom-article h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.lockeroom-article header p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.lockeroom-article .issue-date {
  font-size: 13px;
  text-transform: uppercase;
}
.lockeroom-article .issue-number {
  font-family: "TradeGothicBoldCn";
}
.lockeroom-article .intro-text {
  line-height: 1.2;
  margin-bottom: 10px;
}
.lockeroom-article p {
  font-size: 18px;
}
.lockeroom-article .lockeroom-category {
  color: #fff;
  font-size: 13px;
  font-family: "TradeGothicBoldCn";
  text-transform: uppercase;
  width: 40%;
  padding: 3px 0 3px 10px;
  display: inline-block;
}
.lockeroom-article .btn:hover {
  background: #f7692b;
  color: #fff;
}
.twitter-feed {
  width: 32%;
  display: table-cell;
  font-size: 14px;
}
.twitter-feed a {
  font-size: 14px;
  color: #606262;
  font-family: "TradeGothicBold";
}
.twitter-feed a:hover {
  color: #f7692b;
}
.twitter-feed p {
  margin: 0;
}
@media screen and (max-width: 720px) {
  .twitter-feed {
    display: block;
    width: 100%;
  }
  .twitter-feed .user-time,
  .twitter-feed .text {
    text-align: center;
  }
}
.modal {
  position: fixed;
  background: #fff;
  padding: 20px;
  width: 720px;
  top: 50px;
  left: 50%;
  margin-left: -360px;
  z-index: 9999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.modal button {
  cursor: pointer;
}
.modal .close-button {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 24px;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
}
@media screen and (max-width: 980px) {
  .modal {
    width: 80%;
    margin-left: -40%;
  }
}
@media screen and (max-width: 720px) {
  .modal {
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 0;
  }
}
.whole-page-overlay {
  display: none;
  width: 100%;
  height: 150%;
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
}
#ask-for-region {
  text-align: center;
  display: none;
}
#ask-for-region p {
  font-size: 18px;
}
#ask-for-region strong {
  font-family: "TradeGothicBold";
}
#ask-for-region .select-region {
  display: none;
}
#ask-for-region .show-all-regions {
  margin-top: 10px;
}
#ask-for-region li a {
  cursor: pointer;
}
#ask-for-region .thank-you {
  display: none;
}
.img-with-caption {
  position: relative;
  min-height: 100px;
}
.img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(158, 121, 14, 0.6);
  color: #fff;
  text-align: left;
}
#subpage-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  display: block;
  border: 1px solid #efefef;
  padding: 15px 10px 0 10px;
}
#subpage-menu .main-page-item {
  font-size: 18px;
  font-weight: 700;
}
#subpage-menu a {
  color: #535353;
}
#subpage-menu a:hover {
  color: #f7692b;
}
#subpage-menu ul {
  list-style: none;
  display: block;
  padding-left: 0;
  margin-top: 20px;
}
#subpage-menu ul li {
  margin-bottom: 0;
}
#subpage-menu ul a {
  border-bottom: 1px solid #efefef;
  padding: 10px 5px;
  margin-bottom: 0;
  display: block;
}
#subpage-menu ul a:hover {
  background: #f7692b;
  color: #fff;
}
#subpage-menu ul li.active a {
  background: #ccc;
  color: #fff;
}
#subpage-menu ul li:last-child {
  border-bottom: none;
}
.prices-table {
  border: 1px solid #9a9c9d;
}
.prices-table__section-header {
  border-bottom: 5px solid #f65e26;
  border-top: none;
  padding: 10px;
  font-family: "TradeGothicBold";
  position: relative;
}
.prices-table__section-header .open-close {
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/down-left-arrow.png) no-repeat bottom left;
  outline: none;
  cursor: pointer;
}
.prices-table__section.active .open-close {
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/down-left-arrow.png) no-repeat top left;
}
.prices-table__section.active .prices-table__section-content {
  display: block;
}
.prices-table__section-content {
  display: none;
}
.prices-table__section-content .table {
  width: 100%;
  display: table;
}
.prices-table__section-content .tr {
  display: table-row;
}
.prices-table__section-content .tr .td {
  border-bottom: 1px solid #9a9c9d;
}
.prices-table__section-content .table-heading {
  display: table-row;
}
.prices-table__section-content .table-heading .th {
  border-top: none;
  border-bottom: 1px solid #9a9c9d;
}
.prices-table__section-content .th {
  display: table-cell;
  padding: 15px 20px;
}
.prices-table__section-content .tr,
.prices-table__section-content .th {
  font-family: "TradeGothicBold";
  text-align: left;
}
.prices-table__section-content .td {
  display: table-cell;
  padding: 20px 20px;
}
.prices-table__section-content .price {
  font-family: "TradeGothic";
}
.prices-table__section-content .standard {
  text-align: right;
}
@media screen and (max-width: 1120px) {
  .prices-table__section-content table {
    display: block;
  }
  .prices-table__section-content tbody {
    display: block;
  }
  .prices-table__section-content td {
    padding: 10px 10px;
  }
  .prices-table__section-content .table-heading {
    display: none;
  }
  .prices-table__section-content .activity,
  .prices-table__section-content .price,
  .prices-table__section-content .table-venue-row {
    display: block;
    width: 100%;
  }
  .prices-table__section-content .activity {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #efefef;
  }
  .prices-table__section-content .price {
    border: none;
    text-align: left;
  }
  .prices-table__section-content .price:before {
    content: "Off peak price *";
    font-family: "TradeGothicBold";
  }
  .prices-table__section-content .price.standard:before {
    content: "Price ";
  }
}
.venue-prices .prices-table__section-header {
  text-transform: uppercase;
}
tr.table-venue-row {
  border-bottom: none;
  border-top: none;
}
tr.table-venue-row:last-child {
  border-bottom: 1px solid #9a9c9d;
}
.outline-title {
  text-align: center;
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
}
.outline-title h2 {
  background: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 30px;
  padding: 20px 50px;
  border: 1px solid #a9a9a9;
}
@media screen and (max-width: 720px) {
  .outline-title {
    top: -110px;
  }
  .outline-title h2 {
    font-size: 24px;
  }
}
.cursive-title {
  font-size: 35px;
  font-family: "Pacifico", cursive;
  color: #f7692b;
}
body {
  font-family: "TradeGothic", sans-serif;
  color: #535353;
}
h1 {
  font-size: 5.5625rem;
}
h2 {
  font-size: 3.4375rem;
}
h3 {
  font-size: 2.1875rem;
}
p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
h1,
h2,
h3,
p {
  margin: 1.25rem 0;
}
.mapp-align-left {
  float: left !important;
}
.mapp-align-right {
  float: right !important;
}
.mapp-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mapp-layout {
  margin: 5px;
  padding: 0px;
}
.mapp-map-links {
  background-color: #f0f0f0;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.mapp-map-links a {
  margin: 2px 15px 2px 5px;
  text-decoration: none;
}
.mapp-map-links a:hover {
  text-decoration: underline;
}
.mapp-hidden {
  display: none;
}
.mapp-dialog {
  position: relative;
  display: none;
}
.mapp-dialog-inner {
  position: absolute;
  width: 200px;
  left: 50%;
  top: 30px;
  margin-left: -100px;
  padding: 10px;
  background-color: white;
  z-index: 99999999999;
  text-align: center;
  border: 1px solid gray;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}
.mapp-canvas {
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px;
  word-wrap: normal;
}
.mapp-canvas img {
  background-color: transparent !important;
  max-width: 99999px !important;
  max-height: none !important;
  visibility: inherit !important;
  padding: 0px !important;
  margin: 0px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.mapp-iw * {
  color: black !important;
  margin: 0px !important;
  padding: 0px !important;
  line-height: normal !important;
}
.mapp-iw .mapp-title {
  font-weight: bold !important;
}
.mapp-iw .mapp-thumb {
  padding-right: 10px !important;
  vertical-align: top;
  float: left;
}
.mapp-iw img {
  margin: 3px 3px 3px 0px !important;
}
.mapp-iw .mapp-links {
  clear: both;
  white-space: nowrap;
  margin: 4px 0 0 0 !important;
  padding-top: 4px !important;
  border-top: 1px solid lightgray;
}
.mapp-iw a:link,
.mapp-iw a:visited {
  color: #4272db !important;
  text-decoration: none !important;
}
.mapp-iw a:hover {
  color: #4272db !important;
  text-decoration: underline !important;
}
.mapp-ib {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  max-width: 450px;
  min-width: 200px;
  overflow: auto;
  padding: 15px 30px 15px 15px;
  position: absolute;
  z-index: 100;
}
.mapp-ib-close {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  line-height: 4px;
  background: #f7692b;
  border-radius: 2px;
}
.mapp-ib-close:after {
  content: "×";
  text-align: center;
  color: #fff;
  display: block;
  padding-top: 1px;
  text-indent: 0;
  width: 100%;
  height: 100%;
}
.mapp-ib-tip {
  position: absolute;
  top: -10px;
  left: 20px;
  margin: 0;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  padding: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  z-index: 101;
}
.mapp-poi-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
}
.mapp-poi-list table {
  margin-top: 10px;
  width: 100%;
  line-height: normal !important;
  border-collapse: collapse;
}
.mapp-poi-list th {
  font-weight: bold;
}
.mapp-poi-list td {
  padding: 5px;
  margin: 0px;
  border: none;
  border-bottom: 1px solid lightgray;
  vertical-align: middle;
}
.mapp-directions {
  display: none;
  text-align: left;
  overflow: none;
  margin: 10px 0 0 0;
}
.mapp-travelmode {
  border: 1px solid lightgray;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 27px;
  line-height: 27px;
  background-color: #f5f5f5;
  padding: 0px;
  margin: 0px;
}
.mapp-travelmode-on {
  background-color: #d2d2d2;
}
.mapp-dir-swap {
  display: inline-block;
  border: 1px solid lightgray;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #f5f5f5;
  padding: 0px;
  margin: 0px;
  position: relative;
  vertical-align: bottom;
}
.adp-list {
  border: 1px solid lightgray;
  cursor: pointer;
}
.mapp-route {
  margin: 10px 0 0px 0;
}
.mapp-route input {
  width: 80%;
  line-height: normal;
}
.mapp-route li {
  padding: 2px;
}
.mapp-dir-icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background: transparent url("/web/20210923091127im_//wp-content/themes/images/directions.png") no-repeat;
}
.mapp-dir-car {
  width: 15px;
  height: 12px;
  background-position: 0px -96px;
}
.mapp-dir-bus {
  width: 13px;
  height: 15px;
  background-position: 0px -426px;
}
.mapp-dir-walk {
  width: 10px;
  height: 16px;
  background-position: 0px -489px;
}
.mapp-dir-bike {
  width: 17px;
  height: 14px;
  background-position: 0px -340px;
}
.mapp-dir-transit {
  width: 17px;
  height: 14px;
  background-position: 0px -425px;
}
.mapp-dir-arrows {
  width: 10px;
  height: 12px;
  background-position: -10px -489px;
}
.mapp-dir-del {
  width: 7px;
  height: 7px;
  background-position: 0px -189px;
}
.mapp-dir-letter {
  cursor: move;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background: transparent url("/web/20210923091127im_//wp-content/themes/images/directions.png") no-repeat;
}
.mapp-dir-a {
  width: 24px;
  height: 24px;
  background-position: 0px -140px;
}
.mapp-dir-b {
  width: 24px;
  height: 24px;
  background-position: 0px -72px;
}
.mapp-dir-dot {
  width: 9px;
  height: 10px;
  background-position: 0px -108px;
}
.mapp-control {
  border: black 1px solid;
  margin: 5px 0px 0px 0px;
  background-color: white;
  padding: 1px 6px 1px 6px;
  border: 1px solid #717b87;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  color: #333333;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: center;
}
.mapp-control * {
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
}
.mapp-icon {
  max-width: 32px !important;
  max-height: 32px;
  vertical-align: middle;
  box-shadow: none !important;
}
.mapp-icon-medium {
  width: 24px !important;
  height: 24px;
  vertical-align: middle;
}
.mapp-icon-small {
  width: 16px !important;
  height: 16px;
  vertical-align: middle;
}
.mapp-icon-top {
  max-width: 32px;
  height: 32px;
  vertical-align: top;
}
.mapp-error {
  background-color: #ffebe8;
  margin: 0;
  padding: 2px;
  background-color: pink;
  border: 1px solid red !important;
}
.mapp-table {
  width: auto;
  height: auto;
  background-color: #f9f9f9;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.mapp-table th {
  font-weight: bold;
  background-color: #f1f1f1;
  width: auto;
  height: auto;
  border-bottom: 1px solid lightgray;
  padding: 7px;
}
.mapp-table td {
  width: auto;
  height: auto;
  border-bottom: 1px solid lightgray;
  vertical-align: top;
  padding: 5px;
}
.mapp-table tfoot {
  background-color: #f1f1f1;
}
.mapp-spinner {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 10px;
  margin-right: 10px;
  background: transparent url(/web/20210923091127im_//wp-content/themes/images/loading.gif) no-repeat center center;
}
.mapp-spinner-center {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  background: transparent url(/web/20210923091127im_//wp-content/themes/images/loading.gif) no-repeat center center;
}
.mapp-poi-list-nav {
  background-color: #f0f0f0;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding-left: 5px;
  text-align: center;
  color: #777;
}
.mapp-search-button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  background: transparent url("/web/20210923091127im_//wp-content/themes/images/search.png") no-repeat center;
  width: 13px;
  height: 13px;
}
.mapp-next {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
  background: transparent url("/web/20210923091127im_//wp-content/themes/images/next.png") no-repeat;
  width: 22px;
  height: 22px;
}
.mapp-next-off {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
  background: transparent url("/web/20210923091127im_//wp-content/themes/images/next-off.png") no-repeat;
  width: 22px;
  height: 22px;
}
.mapp-prev {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  background: transparent url("/web/20210923091127im_//wp-content/themes/images/prev.png") no-repeat;
  width: 22px;
  height: 22px;
}
.mapp-prev-off {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  background: transparent url("/web/20210923091127im_//wp-content/themes/images/prev-off.png") no-repeat;
  width: 22px;
  height: 22px;
}
.main-header {
  margin-bottom: 10px;
}
h1.logo {
  width: 25.89286%;
  float: left;
  height: 170px;
  margin: 0;
  padding: 40px 0;
}
h1.logo img {
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  h1.logo {
    float: none;
    width: 200px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    height: auto;
  }
}
.main-nav {
  width: 50.89286%;
  float: right;
}
.main-nav li {
  width: 32.14286%;
  float: left;
  margin-right: 1.78571%;
}
.main-nav li.last {
  margin-right: 0;
}
.main-nav div {
  position: absolute;
  bottom: 10px;
}
.main-nav a {
  position: relative;
  display: block;
  height: 170px;
  padding: 10px;
  color: #fff;
  font-size: 3.125rem;
  text-transform: uppercase;
}
.main-nav a span {
  display: block;
  font-size: 18px;
  text-transform: none;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.main-nav li.mnu-venue a {
  background: #283186;
}
.main-nav li.mnu-activity a {
  background: #009fe3;
}
.main-nav li.mnu-book a {
  background: #3fa535;
}
@media screen and (max-width: 980px) {
  .main-nav {
    width: 66.96429%;
  }
  .main-nav li {
    width: 32.13333%;
  }
}
@media screen and (max-width: 720px) {
  .main-nav {
    width: 100%;
    float: none;
  }
  .main-nav a {
    font-size: 28px;
    height: 80px;
  }
}
.notification-bar {
  background: #f7692b;
}
.notification-bar p {
  color: #fff;
  font-size: 1.125rem;
  margin: 0 0 0 3.57143%;
  padding: 13px 0;
  line-height: 1;
}
.owl-carousel.hide {
  display: none !important;
}
.banner {
  height: 460px;
  position: relative;
}
.banner a {
  display: block;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.banner .container {
  height: 100%;
}
@media screen and (max-width: 720px) {
  .banner {
    height: 200px;
  }
}
.banner-text {
  width: 26.78571%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  position: relative;
}
.banner-text p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.1875rem;
}
@media screen and (max-width: 1120px) {
  .banner-text {
    width: 35.71429%;
  }
}
@media screen and (max-width: 980px) {
  .banner-text {
    width: 44.64286%;
  }
}
@media screen and (max-width: 720px) {
  .banner-text {
    width: 100%;
  }
}
.banner-text-title {
  color: #fff;
}
.banner-text-title h2 {
  font-size: 5.5625rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.8;
}
.banner-text-title h2 span {
  font-size: 4.6875rem;
}
@media screen and (max-width: 720px) {
  .banner-text-title h2,
  .banner-text-title h2 span {
    font-size: 36px;
  }
}
.banner-text-bottom {
  position: absolute;
  bottom: 0;
  color: #fff;
}
.banner-text-bottom h2 {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 4.125rem;
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  .banner-text-bottom h2 {
    font-size: 36px;
  }
}
.text-image-boxes {
  margin-top: 20px;
}
.venues-near-you {
  margin-top: 20px;
  display: table;
}
@media screen and (max-width: 980px) {
  .venues-near-you {
    display: block;
  }
}
.venues-intro {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  background: #f7692b;
  padding: 20px;
  color: #fff;
  position: relative;
}
.venues-intro h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.venues-intro .btn {
  color: #f7692b;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  .venues-intro {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .venues-intro {
    text-align: center;
  }
}
.number-of-venues {
  font-size: 25px;
}
.number-of-venues strong {
  font-family: "TradeGothicBold", sans-serif;
}
.number-of-venues span {
  font-size: 15px;
  display: block;
}
.venues-list {
  display: table-cell;
  padding-right: 20px;
  padding-top: 20px;
  width: 75%;
  border: 1px solid #dcdada;
}
@media screen and (max-width: 980px) {
  .venues-list {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.venue-item {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 22.02381%;
  position: relative;
  min-height: 90px;
}
.venue-item.first {
  text-align: center;
}
.venue-item h4 {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.venue-item h4 a {
  display: block;
  font-family: "TradeGothicBold", sans-serif;
  font-size: 15px;
  color: #f7692b;
}
@media screen and (max-width: 1120px) {
  .venue-item {
    width: 30%;
  }
}
@media screen and (max-width: 720px) {
  .venue-item {
    width: 100%;
    text-align: center;
  }
}
.available-activities {
  margin-bottom: 10px;
  margin-top: 10px;
}
.available-activities li {
  float: left;
  width: 28px;
  height: 28px;
  position: relative;
  color: #fff;
  margin-right: 4px;
}
.available-activities li:last-child {
  margin-right: 0;
}
.available-activities li img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  font-size: 21px;
}
.community-social {
  background: #f2f2f2;
  margin-top: 20px;
}
.community-social h3 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
}
.community-social p {
  line-height: 1.2;
  letter-spacing: -1px;
}
.community-social .community,
.community-social .social {
  width: 49.10714%;
  float: left;
  padding: 40px 20px 40px 20px;
}
.community-social .community {
  width: 50.44643%;
  border-right: 10px solid #fff;
}
.community-social .social {
  float: right;
}
.community-social .community .content {
  width: 56.86275%;
  float: right;
}
.community-social .social .content {
  width: 57.84314%;
  float: left;
}
.community-social .social ul {
  width: 30.39216%;
  margin-top: 25px;
  float: right;
}
.community-social .social ul li {
  float: left;
  width: 27.09677%;
  margin-right: 6.45161%;
  margin-bottom: 5px;
}
.community-social .social ul li:nth-child(3n) {
  margin-right: 0;
}
.community-social .social ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .community-social .community .content {
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
  }
}
@media screen and (max-width: 720px) {
  .community-social .community,
  .community-social .social {
    width: 100%;
    border: none;
  }
  .community-social .community {
    border-bottom: 10px solid #fff;
  }
}
.newsletter-signup {
  background: #706f6f;
  padding: 10px 0;
}
.newsletter-signup p {
  margin: 0;
}
.newsletter-signup .text,
.newsletter-signup form,
.newsletter-signup input[type="email"],
.newsletter-signup input[type="submit"] {
  float: left;
}
.newsletter-signup form {
  position: relative;
}
.newsletter-signup .text,
.newsletter-signup form {
  width: 50%;
}
.newsletter-signup .text {
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  padding-top: 13px;
}
.newsletter-signup .text strong {
  font-family: "TradeGothicBold", sans-serif;
}
.newsletter-signup img {
  display: none;
}
.newsletter-signup form {
  padding-left: 5px;
}
.newsletter-signup span.wpcf7-form-control-wrap.email {
  float: left;
  width: 70.90909%;
}
.newsletter-signup input[type="email"] {
  border: none;
  font-size: 1.125rem;
  padding: 12px;
  background: #fff;
}
.newsletter-signup input[type="submit"] {
  margin-left: 1.81818%;
  padding-top: 15px;
  padding-bottom: 13px;
}
.newsletter-signup .wpcf7-not-valid-tip {
  display: none;
}
.newsletter-signup .wpcf7-response-output {
  position: absolute;
  top: 100%;
  margin: 0;
  border: none;
  padding: 10px;
  color: #fff;
  margin-top: 10px;
  width: 100%;
}
.newsletter-signup .wpcf7-validation-errors,
.newsletter-signup .wpcf7-mail-sent-ng {
  background: #d72227;
}
.newsletter-signup .wpcf7-mail-sent-ok {
  background: #86bb36;
}
@media screen and (max-width: 1120px) {
  .newsletter-signup .text {
    width: 40%;
    text-align: left;
  }
  .newsletter-signup form {
    width: 60%;
  }
}
@media screen and (max-width: 980px) {
  .newsletter-signup .text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .newsletter-signup form {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .newsletter-signup form input[type="email"] {
    width: 100%;
  }
  .newsletter-signup form input[type="email"],
  .newsletter-signup form input[type="submit"],
  .newsletter-signup form span.wpcf7-form-control-wrap.email {
    float: none;
    display: inline-block;
  }
  .newsletter-signup form input[type="submit"] {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 720px) {
  .newsletter-signup input[type="email"] {
    margin-bottom: 10px;
  }
}
.feeling-social {
  display: table;
  margin-bottom: 40px;
  margin-top: 40px;
}
.feeling-social h3 {
  width: 30%;
  display: table-cell;
}
.feeling-social h3 {
  margin: 0;
  vertical-align: middle;
}
.feeling-social .feeling-social-social {
  vertical-align: middle;
  display: table-cell;
  width: 38%;
}
.feeling-social .feeling-social-social li {
  width: 9%;
  float: right;
  margin-left: 7%;
}
@media screen and (max-width: 980px) {
  .feeling-social {
    display: block;
  }
  .feeling-social h3 {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  .feeling-social h3 {
    width: 100%;
    text-align: center;
  }
  .feeling-social .feeling-social-social {
    display: block;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
  .feeling-social .feeling-social-social li {
    margin-left: 0;
    margin-right: 7%;
  }
}
.main-footer {
  color: #fff;
  background: #3a3a39;
  padding-top: 50px;
}
.main-footer a {
  color: #fff;
}
.mission-statement {
  width: 49.10714%;
  float: left;
  margin-top: 0;
  padding-left: 10px;
  font-size: 2.5rem;
}
.mission-statement span,
.mission-statement small {
  display: block;
}
.mission-statement span {
  font-size: 30px;
  margin-bottom: 10px;
}
.mission-statement small {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0;
  font-family: "TradeGothic", sans-serif;
}
@media screen and (max-width: 980px) {
  .mission-statement {
    width: 100%;
    text-align: center;
    float: none;
  }
}
.footer-navigations {
  width: 25%;
  float: left;
  margin-bottom: 50px;
}
.footer-navigations ul {
  float: left;
  width: 50%;
}
.footer-navigations ul li {
  margin-bottom: 5px;
}
.footer-navigations ul a {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 15px;
}
.footer-navigations ul a:hover {
  color: #f7692b;
}
@media screen and (max-width: 980px) {
  .footer-navigations {
    margin-top: 40px;
    width: 60%;
  }
}
@media screen and (max-width: 720px) {
  .footer-navigations {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-top: 40px;
  }
  .footer-navigations li {
    text-align: center;
  }
}
.just-giving {
  width: 24.10714%;
  float: right;
}
.just-giving h4 {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.just-giving p {
  margin-top: 0;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .just-giving {
    margin-top: 40px;
    width: 40%;
  }
}
@media screen and (max-width: 720px) {
  .just-giving {
    width: 100%;
    float: none;
    margin-top: 40px;
    text-align: center;
  }
}
.partnership {
  background: #fff;
}
.partnership-table {
  display: table;
}
@media screen and (max-width: 720px) {
  .partnership-table {
    display: block;
    padding-bottom: 20px;
  }
}
.partnership-table .text,
.partner-logo {
  display: table-cell;
}
.partnership-table .text {
  color: #606262;
  vertical-align: middle;
}
.partnership-table .text h3 {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 30px;
  margin-bottom: 0;
}
.partnership-table .text p {
  margin-top: 0;
  font-size: 15px;
}
@media screen and (max-width: 720px) {
  .partnership-table .text {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
.partner-logo {
  padding-left: 25px;
  vertical-align: middle;
}
.partner-logo img {
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  .partner-logo {
    text-align: center;
    padding: 10px 10px;
  }
}
.copy-uk-active {
  padding: 10px 0;
}
.uk-active-logo {
  float: left;
  margin-right: 10px;
}
.copy {
  font-size: 12px;
  float: left;
  margin: 0;
  padding-top: 3px;
}
@media screen and (max-width: 720px) {
  .copy-uk-active {
    text-align: center;
  }
  .uk-active-logo,
  .copy {
    float: none;
  }
  .uk-active-logo {
    margin-bottom: 10px;
  }
}
.page-content .left {
  width: 62.5%;
  float: left;
}
.page-content .img-with-caption.mobile {
  display: none;
}
.page-content .right {
  width: 33.03571%;
  float: right;
  position: relative;
  margin-bottom: 40px;
}
.page-content .right .img-caption {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 720px) {
  .page-content .left,
  .page-content .right {
    width: 100%;
    float: none;
  }
  .page-content .img-with-caption.mobile {
    display: block;
    margin-bottom: 20px;
  }
  .page-content .img-with-caption.mobile img {
    max-width: 100%;
  }
  .page-content .right .img-with-caption {
    display: none;
  }
}
.page-content h1 {
  font-size: 3rem;
}
.page-content h3 {
  font-size: 15px;
  font-family: "TradeGothicBold", sans-serif;
  line-height: 1.5;
}
.page-content h3:first-child {
  margin-top: 0;
}
.page-content h4 {
  text-transform: uppercase;
  font-family: "TradeGothicBold", sans-serif;
  font-weight: normal;
}
.page-content p {
  font-size: 15px;
}
.page-content strong {
  font-family: "TradeGothicBold", sans-serif;
}
.page-content ul {
  list-style: square;
  display: inline-block;
  padding-left: 20px;
}
.page-content ul li {
  margin-bottom: 10px;
}
.page-content a {
  color: #f7692b;
}
.page-content .entry-content img {
  margin: 0 0 1.5em 0;
}
.page-content .alignleft,
.page-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.page-content .alignright,
.page-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.page-content .aligncenter,
.page-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.page-content .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.page-content .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.page-content .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.page-content .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.page-content blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.page-content blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.activities-title-filter .left {
  width: 46.42857%;
}
.activities-title-filter .search-by-region h3 span,
.activities-title-filter .right h3 span {
  font-size: 14px;
  font-family: "TradeGothic";
}
.activities-title-filter .right {
  margin-top: 0;
}
.activities-title-filter .search-filter {
  margin-top: 28px;
}
@media screen and (max-width: 720px) {
  .activities-title-filter .left {
    width: 100%;
    float: none;
  }
}
.activities-option-filter {
  margin-top: 20px;
}
.activities-option-filter li {
  float: left;
  margin-right: 0;
  margin-top: 3px;
  width: 25%;
  background: #555756;
  border-left: 3px solid #fff;
}
.activities-option-filter button {
  color: #fff;
  border: none;
  background: none;
  outline: none;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}
.activities-option-filter button.active {
  color: #fff;
  background: #f7692b;
}
@media screen and (max-width: 1120px) {
  .activities-option-filter li {
    width: 30%;
  }
}
@media screen and (max-width: 980px) {
  .activities-option-filter li {
    width: 50%;
  }
}
.venues-filter .left h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.venues-filter .left {
  margin-top: 10px;
}
.venues-filter .left p {
  margin-top: 0;
}
.venues-filter .right {
  width: 33.03571%;
}
.venues-filter h3 {
  font-size: 2.0625rem;
  float: none;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .venues-filter .right {
    width: 44.64286%;
  }
}
@media screen and (max-width: 720px) {
  .venues-filter .left,
  .venues-filter .right {
    width: 100%;
    float: none;
  }
}
.venues-dd-filter,
.timetables-dd-filter {
  position: relative;
}
.venues-dd-filter .dd-trigger,
.timetables-dd-filter .dd-trigger {
  padding: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}
.venues-dd-filter .dd-trigger:after,
.timetables-dd-filter .dd-trigger:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.venues-dd-filter ul,
.timetables-dd-filter ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 999999;
}
.venues-dd-filter li,
.timetables-dd-filter li {
  border-bottom: 1px solid #ccc;
}
.venues-dd-filter a,
.timetables-dd-filter a {
  display: block;
  padding: 10px;
  color: #464646;
}
.venues-dd-filter a:hover,
.timetables-dd-filter a:hover {
  background: #efefef;
}
.venues-list-main,
.venue-single {
  margin-top: 40px;
}
.venues-list-item {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.venues-list-item .col {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
@media screen and (max-width: 980px) {
  .venues-list-item .col {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.venues-list-item-left {
  width: 65.44643%;
  float: left;
  position: relative;
}
.venues-list-item-left img {
  display: block;
  width: 100%;
  height: auto;
}
.venues-list-item-left h1 {
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 2.25rem;
}
@media screen and (max-width: 980px) {
  .venues-list-item-left {
    width: 100%;
    float: none;
  }
  .venues-list-item-left h1 {
    width: 45% !important;
    background: none !important;
    text-shadow: 1px 2px 3px black;
  }
}
@media screen and (max-width: 720px) {
  .venues-list-item-left h1 {
    background: rgba(0, 0, 0, 0.5) !important;
    width: 100% !important;
    text-shadow: none;
  }
}
.venues-list-item-right {
  background: #706f6f;
  width: 33.66071%;
  float: right;
  color: #fff;
  line-height: 1.2;
}
.venues-list-item-right .inner {
  padding: 20px;
}
.venues-list-item-right .inner .address {
  margin-bottom: 20px;
}
.venues-list-item-right .btn {
  padding: 5px 10px;
  color: #706f6f;
}
.venues-list-item-right h3 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.3125rem;
}
.venues-list-item-right li {
  padding: 2px 0;
}
.venues-list-item-right .opening-times strong {
  display: inline-block;
  width: 150px;
}
.venues-list-item-right .opening-times-notes {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1120px) {
  .venues-list-item-right .btn {
    padding: 5px 6px;
  }
}
@media screen and (max-width: 980px) {
  .venues-list-item-right {
    width: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(112, 111, 111, 0.8);
    z-index: 100;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 720px) {
  .venues-list-item-right {
    background: #706f6f;
    position: relative;
    width: 100%;
    float: none;
    right: 0;
    top: 0;
  }
}
.facilities-list {
  margin-bottom: 20px;
}
.facilities-list img {
  width: 7.89474%;
  margin-right: 5px;
  height: auto;
}
.venue-list-buttons {
  padding: 20px 10px;
  text-align: justify;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background: #505050;
}
.venue-list-buttons .btn {
  color: #fff;
  padding: 10px 0;
  width: 31.83024%;
  text-align: center;
  float: left;
  font-size: 13px;
  margin-right: 2.12202%;
}
.venue-list-buttons .btn:last-child {
  margin-right: 0;
}
.venues-list-region-description .inner {
  padding: 20px;
  display: table;
}
.venues-list-region-description .col {
  display: table-cell;
}
.venues-list-region-description .col-1 {
  vertical-align: top;
  width: 33.33333%;
}
.venues-list-region-description .col-1 h3 {
  font-size: 2.1875rem;
}
.venues-list-region-description .col-1 .intro {
  font-family: "TradeGothicBold";
}
.venues-list-region-description .col-2 {
  vertical-align: middle;
  padding: 0 30px;
  text-align: center;
}
.venues-list-region-description .col-2 .quote {
  margin-top: 20px;
  font-size: 1.375rem;
  color: #f7692b;
  font-style: italic;
  font-family: "TradeGothicBold";
  text-align: left;
  line-height: 1.5;
}
.venues-list-region-description .col-3 {
  vertical-align: middle;
  width: 45.37037%;
  text-align: center;
}
.venues-list-region-description .col-3 img {
  display: block;
}
.venues-list-region-description .col-3 .img-holder {
  position: relative;
}
@media screen and (max-width: 980px) {
  .venues-list-region-description .col {
    display: block;
  }
  .venues-list-region-description .col-1,
  .venues-list-region-description .col-2,
  .venues-list-region-description .col-3 {
    width: 100%;
  }
  .venues-list-region-description .col-2 {
    margin-bottom: 20px;
  }
}
.last-news {
  background: #333332;
  padding: 10px 0;
}
.last-news .left {
  width: 44.64286%;
  float: left;
  color: #fff;
}
.last-news .left img {
  display: none;
}
.last-news .left .btn {
  color: #333332;
}
.last-news .right {
  width: 50%;
  float: right;
}
.last-news .right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 720px) {
  .last-news .left,
  .last-news .right {
    width: 100%;
    float: none;
  }
  .last-news .left {
    margin-bottom: 20px;
  }
}
.news-list .gap {
  width: 49.10714%;
  display: inline-block;
}
.news-list .title-filter {
  margin-top: 0;
}
.news-list .title-filter h2 {
  margin-top: 20px;
}
.news-option-filter {
  margin-top: 20px;
}
.news-option-filter li {
  display: inline-block;
  margin-right: 7.01754%;
}
.news-option-filter button {
  background: none;
  border: none;
  display: inline;
  padding: 0;
  font-size: 16px;
  color: #706f6f;
  outline: none;
  cursor: pointer;
}
.news-option-filter button.active {
  color: #f7692b;
}
@media screen and (max-width: 720px) {
  .news-option-filter li {
    display: block;
    width: 50%;
    float: left;
    margin-right: 0;
  }
  .news-option-filter button {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }
}
.news-list-item {
  display: none;
}
#pbd-alp-load-posts {
  margin-top: 20px;
  text-align: center;
}
.single-activity .content {
  float: left;
  width: 65.44643%;
}
.single-activity .content-sidebar {
  width: 31.96429%;
  float: right;
}
@media screen and (max-width: 720px) {
  .single-activity .content,
  .single-activity .content-sidebar {
    width: 100%;
    float: none;
  }
}
.activity-slider-wrap,
.venue-slider-wrap {
  position: relative;
}
.activity-slider-wrap h1,
.activity-slider-wrap .slider-footer,
.venue-slider-wrap h1,
.venue-slider-wrap .slider-footer {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  padding: 20px;
}
.activity-slider-wrap .activity-slide img,
.venue-slider-wrap .activity-slide img {
  height: auto;
}
.activity-slider-wrap h1,
.venue-slider-wrap h1 {
  color: #fff;
  top: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.activity-slider-wrap .slider-footer,
.venue-slider-wrap .slider-footer {
  bottom: 0;
}
.activity-slider-wrap .slider-footer .btn,
.venue-slider-wrap .slider-footer .btn {
  float: right;
}
.activity-slider-wrap .invisible-button,
.venue-slider-wrap .invisible-button {
  width: 18.82674%;
  height: 45px;
}
@media screen and (max-width: 720px) {
  .activity-slider-wrap h1,
  .venue-slider-wrap h1 {
    font-size: 16px;
    padding: 10px;
  }
  .activity-slider-wrap .btn,
  .venue-slider-wrap .btn {
    padding: 5px;
  }
  .activity-slider-wrap .slider-footer,
  .venue-slider-wrap .slider-footer {
    display: none;
  }
}
.single-activity-slider .slider-text,
.single-venue-slider .slider-text {
  position: absolute;
  color: #fff;
  width: 50%;
  z-index: 99;
  bottom: 0;
  left: 50%;
  margin-left: -30%;
  display: table;
  height: 85px;
}
.single-activity-slider .slider-text p,
.single-venue-slider .slider-text p {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .single-activity-slider .slider-text,
  .single-venue-slider .slider-text {
    left: 10px;
    margin-left: 0;
    width: 65%;
  }
}
@media screen and (max-width: 720px) {
  .single-activity-slider .slider-text,
  .single-venue-slider .slider-text {
    display: none;
  }
}
.single-activity-slider .owl-dots {
  bottom: 40px;
  left: 40px;
}
.prices {
  margin-bottom: 20px;
}
.prices .view-tt {
  position: absolute;
  right: 35px;
}
.prices h2 {
  margin-top: 0;
  position: relative;
}
.prices h2 img {
  position: absolute;
  right: 0;
  top: -20px;
  width: 22.34637%;
  transform: rotate(20deg);
}
@media screen and (max-width: 720px) {
  .prices h2 img {
    display: none;
  }
}
.free-class {
  display: block;
  background: #f2f95d;
  position: relative;
  font-size: 1.75rem;
  padding: 20px 0;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-left: 17.73533%;
  color: #626262;
  margin-bottom: 40px;
}
.free-class img {
  position: absolute;
  top: -13px;
  left: 20px;
  width: 95px;
}
@media screen and (max-width: 1120px) {
  .free-class {
    font-size: 1.5rem;
  }
  .free-class img {
    top: -9px;
    width: 78px;
  }
}
@media screen and (max-width: 980px) {
  .free-class {
    font-size: 1.25rem;
  }
  .free-class img {
    width: 73px;
    left: 0;
  }
}
@media screen and (max-width: 720px) {
  .free-class {
    text-align: center;
    padding-left: 0;
  }
  .free-class img {
    left: 0;
    right: 0;
    top: -35px;
    margin: auto;
    width: 55px;
  }
}
.main-content {
  margin-top: 40px;
}
.main-content .left,
.main-content .right {
  width: 46.38472%;
}
.main-content .left {
  float: left;
}
.main-content .right {
  float: right;
}
.main-content .content h4 {
  font-size: 15px;
  font-family: "TradeGothicBold";
}
.main-content .content ul {
  padding-left: 20px;
}
.main-content .content ul li {
  margin-bottom: 5px;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.main-content .content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #f7692b;
  border-radius: 50%;
}
@media screen and (max-width: 720px) {
  .main-content .left,
  .main-content .right {
    width: 100%;
  }
  .main-content .right {
    margin-bottom: 20px;
  }
}
.try-box {
  position: relative;
  margin-bottom: 10px;
}
.try-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.try-box.similar .overlay {
  background: rgba(124, 41, 81, 0.7);
}
.try-box.different .overlay {
  background: rgba(74, 52, 15, 0.7);
}
.videos-map {
  background: #e5e5e5;
  padding: 40px 0;
  margin-top: 40px;
}
.videos {
  margin-bottom: 80px;
}
.videos h2 {
  margin-top: 0;
}
.videos h2 span {
  font-family: "TradeGothic";
  font-size: 15px;
  display: block;
}
.video-slider .owl-dots {
  right: 0;
  bottom: -30px;
}
.video-item {
  border: 1px solid #aaabab;
  position: relative;
  color: #fff;
}
.video-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}
.video-item .video-text {
  width: 86%;
  min-height: 40px;
}
.video-item .play-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/play-button.png) no-repeat left top;
  background-size: 100%;
}
.video-item .play-button:hover {
  background-position: bottom;
}
.video-item h3 {
  margin: 0;
  font-size: 18px;
  font-family: "TradeGothicBold";
}
.video-item p {
  margin: 0;
}
.single-activity-venues {
  background: #fff;
  padding: 20px;
}
.single-activity-venues h3 {
  font-size: 40px;
  margin-top: 0;
}
.single-activity-venues h3 span {
  display: block;
  font-family: "TradeGothic", sans-serif;
  font-size: 15px;
}
.single-activity-venues-map {
  width: 67.12963%;
  float: left;
}
@media screen and (max-width: 980px) {
  .single-activity-venues-map {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .single-activity-venues-map .mapp-canvas {
    height: 400px !important;
  }
  .single-activity-venues-map .mapp-layout {
    margin: 0;
  }
}
@media screen and (max-width: 720px) {
  .single-activity-venues-map .mapp-canvas {
    height: 300px !important;
  }
}
.single-activity-location-list {
  width: 28.7037%;
  float: right;
}
.single-activity-location-list h3 {
  margin-bottom: 40px;
}
.single-activity-location-list h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.single-activity-location-list h4 img {
  position: absolute;
  right: 0;
}
.single-activity-location-list .item {
  margin-bottom: 40px;
  position: relative;
}
.single-activity-location-list li {
  padding: 3px 0;
}
.single-activity-location-list li a {
  color: #3a3a39;
}
.single-activity-location-list li a.active {
  font-family: "TradeGothicBold";
}
.single-activity-location-list li a:hover {
  color: #f7692b;
}
@media screen and (max-width: 980px) {
  .single-activity-location-list {
    width: 50%;
    float: none;
  }
}
@media screen and (max-width: 720px) {
  .single-activity-location-list {
    width: 100%;
  }
}
.activity-timetables h2 {
  font-size: 35px;
  padding-bottom: 5px;
  margin-bottom: 60px;
}
.activity-timetable {
  float: left;
  width: 32.67857%;
  margin-right: 0.89286%;
  margin-bottom: 40px;
  height: 250px;
  position: relative;
}
.activity-timetable:nth-child(3n + 3) {
  margin-right: 0;
}
.activity-timetable h4 {
  font-size: 20px;
  border-bottom: 1px solid #c7c9c9;
  padding-bottom: 5px;
}
.activity-timetable table {
  width: 100%;
}
.activity-timetable th {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0;
}
.activity-timetable td {
  font-size: 12px;
  border: 1px solid #9a9c9d;
  padding: 6px 0;
}
.activity-timetable tr:nth-child(even) {
  background: #efefef;
}
.activity-timetable .date {
  text-align: left;
  padding: 6px 10px;
  border-right: none;
}
.activity-timetable .session,
.activity-timetable .time {
  text-align: center;
  border-left: none;
}
.activity-timetable .session {
  border-right: none;
}
.activity-timetable .buttons {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 980px) {
  .activity-timetable {
    width: 49.08333%;
    margin-right: 1.78571%;
  }
  .activity-timetable:nth-child(3n + 3) {
    margin-right: 1.78571%;
  }
  .activity-timetable:nth-child(2n + 2) {
    margin-right: 0;
  }
  .activity-timetable .buttons .btn {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 720px) {
  .activity-timetable {
    float: none;
    width: 100%;
    height: auto;
  }
  .activity-timetable .buttons {
    position: relative;
    margin-top: 20px;
    text-align: left;
  }
}
.venue-single {
  margin-top: 10px;
}
.venue-single .address .btn {
  margin-top: 10px;
}
.facilities-full {
  background: #706f6f;
  padding: 20px 0;
}
.facilities-full h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3125rem;
  margin-top: 0;
}
.facilities-list-single {
  color: #fff;
}
.facilities-list-single li {
  float: left;
  width: 20%;
  height: 35px;
  position: relative;
}
.facilities-list-single img,
.facilities-list-single span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
}
.facilities-list-single span {
  left: 15%;
  height: 17px;
}
.facilities-list-single img {
  width: 12%;
  height: auto;
}
@media screen and (max-width: 720px) {
  .facilities-list-single li {
    width: 50%;
  }
  .facilities-list-single li img,
  .facilities-list-single li span {
    margin: 0;
  }
}
.single-venue-slider .slider-text {
  position: absolute;
  color: #fff;
  width: auto;
  z-index: 99;
  bottom: -45px;
  margin-left: 0;
  left: 45px;
}
@media screen and (max-width: 1120px) {
  .single-venue-slider .slider-text {
    width: 60%;
  }
}
@media screen and (max-width: 720px) {
  .single-venue-slider .slider-text {
    left: 10px;
  }
  .single-venue-slider .btn {
    padding: 10px 15px;
  }
}
.single-venue-slider .owl-dots {
  bottom: 50px;
  left: 40px;
}
@media screen and (max-width: 720px) {
  .single-venue-slider .owl-dots {
    left: 5px;
  }
}
.single-venue-contact {
  margin-top: 40px;
}
.single-venue-contact a {
  color: #fff;
}
.single-venue-contact li {
  float: left;
  width: 50%;
}
.single-venue-contact li strong {
  display: block;
}
@media screen and (max-width: 1120px) {
  .single-venue-contact {
    margin-top: 20px;
  }
}
.timetables-prices h3 {
  font-size: 3.4375rem;
  margin-top: 0;
}
.timetables-prices .timetables,
.timetables-prices .prices .inner {
  background: #fff;
  padding: 15px;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 15px solid #fff;
  border-top: 15px solid #fff;
  overflow-y: auto;
}
.timetables-prices .timetables {
  background: none;
  padding: 0;
  border-bottom: none;
  border-top: none;
}
.timetables-prices .timetables {
  width: 66.07143%;
  float: left;
}
.timetables-prices .prices {
  width: 33.03571%;
  float: right;
}
.timetables-prices .prices .inner {
  height: 100%;
}
@media screen and (max-width: 720px) {
  .timetables-prices .timetables,
  .timetables-prices .prices {
    width: 100%;
    float: none;
  }
}
.memberships {
  width: 1150px;
  margin: 40px auto;
}
.memberships .memberships-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.memberships h3 {
  font-size: 3.4375rem;
  margin-left: 20px;
}
.memberships .width50 {
  width: 49.56522%;
}
.memberships .width25 {
  width: 24.34783%;
}
.memberships .membership-option {
  position: relative;
  overflow: hidden;
}
.memberships .membership-option img {
  max-width: 100%;
  display: block;
  height: auto;
}
.memberships .membership-option:hover .overlay {
  top: 0;
}
.memberships .membership-option:hover .name-price {
  padding-bottom: 0;
}
.memberships .membership-option:hover .membership-description {
  padding-top: 10px;
}
.memberships .overlay {
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s, top;
}
.memberships .name-price {
  color: #fff;
  padding: 40px 20px;
  transition: 0.5s, padding;
}
.memberships .name-price h4 {
  font-size: 1.5625rem;
  float: left;
  margin: 0;
}
.memberships .name-price .price {
  float: right;
  font-size: 1.125rem;
  margin-top: 5px;
}
.memberships .name-price .price span {
  font-size: 15px;
}
.memberships .membership-description {
  color: #fff;
  padding: 20px;
  transition: 0.5s, padding;
}
.memberships .membership-description p {
  margin: 0;
}
.memberships .membership-description .btn {
  margin-top: 20px;
}
@media screen and (max-width: 1120px) {
  .memberships {
    width: 90%;
  }
  .memberships .overlay {
    top: 150px;
  }
  .memberships .name-price {
    padding: 10px 20px 45px 20px;
  }
}
@media screen and (max-width: 980px) {
  .memberships .name-price {
    padding: 20px;
  }
  .memberships .name-price h4,
  .memberships .name-price .price {
    float: none;
  }
  .memberships .name-price h3 {
    text-align: left;
  }
  .memberships .membership-description {
    padding: 0 20px 20px 20px;
  }
  .memberships .overlay {
    position: relative;
    top: 0;
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .memberships .width50,
  .memberships .width25 {
    width: 100%;
    float: none;
  }
  .memberships img {
    width: 100%;
  }
  .memberships .memberships-list {
    display: block;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .memberships .membership-option {
    height: auto !important;
    margin-bottom: 20px;
  }
}
.online-membership {
  background: #f7692b;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}
.online-membership p {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.online-membership strong {
  font-weight: normal;
}
.online-membership .btn {
  color: #f7692b;
  margin-left: 40px;
}
.venue-contact {
  display: table;
  width: 100%;
  padding: 40px;
}
.venue-contact .left,
.venue-contact .right {
  display: table-cell;
  vertical-align: middle;
}
.venue-contact .btn {
  margin-top: 20px;
}
.venue-contact h3 {
  margin: 0;
  font-size: 3.4375rem;
}
.venue-contact ul {
  margin-top: 30px;
}
.venue-contact li {
  width: 50%;
  float: left;
  font-size: 1.5625rem;
  font-family: "TradeGothicBold";
}
.venue-contact h4 {
  font-family: "TradeGothic", sans-serif;
}
@media screen and (max-width: 720px) {
  .venue-contact {
    display: block;
  }
  .venue-contact .left,
  .venue-contact .right {
    display: block;
    margin-bottom: 20px;
  }
  .venue-contact li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
#get-in-touch {
  display: none;
}
.get-in-touch-form {
  min-width: 500px;
}
.get-in-touch-form label {
  display: block;
  padding: 20px 0 5px 0;
}
.get-in-touch-form label span {
  color: red;
}
.get-in-touch-form input[type="text"],
.get-in-touch-form input[type="email"],
.get-in-touch-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "TradeGothic";
  width: 100%;
}
.get-in-touch-form input[type="text"].wpcf7-not-valid,
.get-in-touch-form input[type="email"].wpcf7-not-valid,
.get-in-touch-form textarea.wpcf7-not-valid {
  border: 1px solid red;
}
.get-in-touch-form .wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
}
.get-in-touch-form input[type="submit"] {
  cursor: pointer;
}
.get-in-touch-form .wpcf7-validation-errors,
.get-in-touch-form .wpcf7-mail-sent-ok {
  display: block;
  padding: 20px;
  border: none;
  margin-left: 0;
}
.get-in-touch-form .wpcf7-validation-errors {
  background: #f8b503;
}
.get-in-touch-form .wpcf7-mail-sent-ok {
  background: #379b2f;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .get-in-touch-form textarea {
    height: 100px;
  }
}
h3.simnor-shortcode-toggle-heading {
  position: relative;
  padding-left: 45px !important;
  background: #efefef;
  border-bottom: 1px solid #ccc;
}
h3.simnor-shortcode-toggle-heading:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/down-left-arrow.png) no-repeat top left;
  position: static;
  position: absolute;
  top: 16px;
  left: 20px;
}
.simnor-shortcode-toggle-content table {
  width: 100%;
}
.simnor-shortcode-toggle-content td {
  padding: 10px 5px;
}
.simnor-shortcode-toggle-content table tr:first-child td,
.simnor-shortcode-toggle-content th {
  background: #e1e1e1;
  color: #ef6a2e;
  padding: 10px 5px;
}
.header-global.venues-header {
  position: absolute;
  width: 100%;
}
.venue-single.new-venue-single {
  margin-top: 0;
}
.venue-single.new-venue-single .hero-section {
  position: relative;
  background-size: cover !important;
  padding-top: 130px;
  padding-bottom: 36px;
  min-height: calc(100vh - 240px);
}
.venue-single.new-venue-single .hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
}
.venue-single.new-venue-single .hero-section .hero-section-inner .row .partLeft,
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight {
  min-height: 364px;
  float: left;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partLeft {
  border: 7px solid #ffffff;
  width: 56.59574%;
  margin-right: 2.97872%;
  padding: 57px 26px;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partLeft
  h2 {
  position: relative;
  color: #ffffff;
  font-size: 46px;
  line-height: 39px;
  margin-top: 0;
  letter-spacing: -1.47px;
  font-family: "TradeGothicBoldCn", sans-serif;
  margin-bottom: 63px;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partLeft
  h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 150px;
  height: 5px;
  background-color: #ffcb05;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partLeft
  p {
  font-family: "TradeGothicBold", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partLeft
  a {
  display: inline-block;
  background-color: #ec008c;
  border-bottom: 5px solid #be1077;
  padding: 20px 30px;
  margin-top: 10px;
  color: #ffffff;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partLeft
  a:hover {
  transition: all 0.4s;
  background-color: #be1077;
  border-bottom: 5px solid #ec008c;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partLeft
  a
  i {
  font-family: "TradeGothicBoldCn", sans-serif;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight {
  width: 40.42553%;
  color: #ffffff;
  background-color: #089bd1;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightTop {
  padding: 23px 23px;
  background-color: #00aeef;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightTop
  h2 {
  margin: 0;
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 32px;
  letter-spacing: -1.83px;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightTop
  p {
  margin: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom {
  padding: 0 22px;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  p,
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  h4,
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  h3 {
  margin: 0;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li {
  padding: 15px 0;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li:first-of-type {
  border-bottom: 1px solid rgba(6, 82, 110, 0.2);
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li:nth-of-type(2) {
  padding-bottom: 0;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li:nth-of-type(2)
  h3 {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 18px;
  letter-spacing: -0.38px;
  color: #007ead;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li:nth-of-type(3)
  p {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #ffcb05;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li:last-of-type
  span {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 22px;
  line-height: 44px;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li:last-of-type
  a {
  display: block;
  color: #ffffff;
  padding: 10px 0;
  padding-right: 20px;
  text-align: right;
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 22px;
  line-height: 22px;
  background: url("/web/20210923091127im_//wp-content/themes/olympos/images/right-arrow.png") no-repeat 10px 50%;
  background-size: 15px 15px;
  background-color: #ec008c;
  border-bottom: 3px solid #be1077;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li:last-of-type
  a:hover {
  transition: all 0.4s;
  background-color: #be1077;
  border-bottom: 3px solid #ec008c;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li
  span {
  width: 50%;
  float: left;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li
  span
  p {
  font-size: 12px;
  font-family: "Helvetica", sans-serif;
}
.venue-single.new-venue-single
  .hero-section
  .hero-section-inner
  .row
  .partRight
  .partRightBottom
  ul
  li
  span
  h4 {
  font-size: 26px;
  font-family: "TradeGothicBoldCn", sans-serif;
  line-height: 25px;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:first-of-type {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  float: left;
  width: 31.25%;
  min-height: 240px;
  height: 100%;
  background: url("/web/20210923091127im_//wp-content/themes/olympos/images/gymbackground.png") no-repeat center center;
  background-size: cover;
  padding-left: 50px;
  padding-right: 23%;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:first-of-type:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 211, 44, 0.5);
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:first-of-type
  h2 {
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 49px;
  letter-spacing: -2.19px;
  line-height: 39px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type {
  float: left;
  width: 68.75%;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li {
  position: relative;
  min-height: 240px;
  float: left;
  width: 33.33333%;
  background-color: #58595b;
  color: #ffffff;
  text-align: center;
  padding: 53px 0;
  padding-bottom: 37px;
  border-right: 1px solid #ffffff;
  overflow-y: hidden;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  img {
  margin-bottom: 20px;
  margin-top: 14px;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  h3,
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  p {
  margin: 0;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  p {
  font-size: 35px;
  line-height: 35px;
  font-family: "TradeGothicBoldCn", sans-serif;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  h3 {
  font-size: 18px;
  font-family: "TradeGothicBoldTwenty", sans-serif;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  h4 {
  display: none;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li:last-of-type {
  border-right: none;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li:last-of-type
  h4 {
  display: block;
  font-size: 35px;
  line-height: 35px;
  font-family: "TradeGothicBoldCn", sans-serif;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li:hover
  .membershipOptionDrop {
  transition: all 0.8s ease-in-out;
  transform: translateY(0);
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  .membershipOptionDrop {
  position: absolute;
  background-color: #ffcb05;
  overflow-y: auto;
  z-index: 2;
  transform: translateY(-100%);
  transition: all 0.8s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 23px 2% 15px 2%;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  .membershipOptionDrop
  h4 {
  font-size: 14px;
  font-family: "TradeGothicLT", sans-serif;
  line-height: 17px;
  max-width: 178px;
  margin: 0 auto;
  margin-bottom: 13px;
  margin-top: 13px;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  .membershipOptionDrop
  a {
  display: inline-block;
  background-color: #ec008c;
  border-bottom: 3px solid #be1077;
  line-height: 37px;
  width: 127px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 13px;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  .membershipOptionDrop
  a:hover {
  transition: all 0.4s;
  background-color: #be1077;
  border-bottom: 3px solid #ec008c;
}
.venue-single.new-venue-single
  .bellowHeroPart
  .bellowHeroPartInner
  > div:last-of-type
  ul
  li
  .membershipOptionDrop
  a
  i {
  font-family: "TradeGothicBoldTwenty", sans-serif;
}
.venue-single.new-venue-single .whiteStripe {
  padding: 25px 0;
}
.venue-single.new-venue-single .whiteStripe p {
  text-align: center;
  font-family: "TradeGothicBoldTwenty", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.37px;
  color: #5d5d5d;
}
.venue-single.new-venue-single .timetables-wrap {
  padding: 10px 0 30px;
  background-color: #f4f4f4;
}
.venue-single.new-venue-single .timetables-wrap-inner h2 {
  font-family: "TradeGothicBoldCn", sans-serif;
  margin-bottom: 24px;
  letter-spacing: -1.47px;
}
.venue-single.new-venue-single .timetables-wrap-inner h3 {
  font-size: 22px;
  color: #00aeef;
  font-family: "TradeGothicBoldCn", sans-serif;
}
.venue-single.new-venue-single .timetables-wrap-inner .left {
  width: 75%;
  float: left;
  padding-right: 16px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .venue-single.new-venue-single .timetables-wrap-inner .left {
    width: 100%;
    padding-right: 0;
  }
}
.venue-single.new-venue-single .timetables-wrap-inner .left ul.weekdays li {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #979797;
  float: left;
  width: auto;
  padding: 13px 25px;
  min-width: 89px;
  text-align: center;
  background-color: #ffffff;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  ul.weekdays
  li:hover {
  background-color: #007ead;
  color: #ffffff;
  cursor: pointer;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  ul.weekdays
  li.active {
  background-color: #007ead;
  color: #ffffff;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results {
  position: relative;
  background-color: #007ead;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-before,
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-next {
  position: absolute;
  z-index: 10;
  color: #ffffff;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-before:hover,
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-next:hover {
  cursor: pointer;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-before--inner,
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-next--inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-before--inner
  span,
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-next--inner
  span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  text-align: center;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-before {
  width: 60px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #016ea1;
  text-align: center;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-before
  span {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-next {
  width: 60px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #016ea1;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .button-next
  span {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 20px 60px;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  .slick-slide {
  visibility: hidden;
  opacity: 0;
  padding: 3px 0;
  padding-right: 10px;
  width: 0;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  .slick-slide.active {
  visibility: visible;
  opacity: 1;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  .activity-name {
  margin-bottom: 5px;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  img {
  display: block;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 20px;
  object-fit: contain;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  i {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffcb05;
  margin: 15px 0 0;
  display: inline-block;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  .activity-name {
  font-size: 18px;
  font-family: "TradeGothicBoldCn", sans-serif;
  font-weight: 400;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  .activity-time {
  font-size: 14px;
  font-family: "TradeGothicBoldCn", sans-serif;
  font-weight: 400;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  .activity-location {
  padding-top: 3px;
  font-weight: 400;
}
.venue-single.new-venue-single
  .timetables-wrap-inner
  .left
  .timetable-time-results.active
  .timeTableResults {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 20px 60px;
}
.venue-single.new-venue-single .timetables-wrap-inner .right {
  float: right;
  width: 25%;
  min-height: 200px;
  padding-left: 16px;
}
@media screen and (max-width: 720px) {
  .venue-single.new-venue-single .timetables-wrap-inner .right {
    width: 100%;
  }
}
.venue-single.new-venue-single .timetables-wrap .swimming {
  background-color: transparent;
}
.venue-single.new-venue-single .timetables-wrap .swimming-timetable {
  padding-top: 10px;
}
.venue-single.new-venue-single .facility-section {
  background-color: #089bd1;
}
.venue-single.new-venue-single .facility-section .facility-section-inner {
  padding-top: 22px;
  padding-bottom: 22px;
}
.venue-single.new-venue-single .facility-section .facility-section-inner h3 {
  font-family: "TradeGothicBoldCn", sans-serif;
  margin: 0;
  text-align: center;
  font-size: 28px;
  letter-spacing: -0.89px;
  line-height: 30px;
  color: #ffffff;
}
.venue-single.new-venue-single .facility-section .facility-section-inner ul {
  margin-top: 22px;
  text-align: center;
  margin-right: -19px;
}
.venue-single.new-venue-single .facility-section .facility-section-inner ul li {
  display: inline-block;
  position: relative;
  width: 83px;
  height: 83px;
  background: #ffcb05;
  margin-right: 19px;
}
.venue-single.new-venue-single
  .facility-section
  .facility-section-inner
  ul
  li
  img {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.venue-single.new-venue-single
  .facility-section
  .facility-section-inner
  ul
  li
  h4 {
  position: absolute;
  font-size: 16px;
  font-family: "TradeGothicBoldCn", sans-serif;
  letter-spacing: -0.51px;
  color: #000000;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.venue-single.new-venue-single
  .facility-section
  .facility-section-inner
  ul
  li:nth-of-type(n + 9) {
  margin-top: 23px;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner {
  padding: 63px 0 52px 0;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-left,
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-right {
  float: left;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-left {
  width: 57.44681%;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-left
  .featuredPostsSectionInner-single {
  position: relative;
  padding-left: 14.81481%;
  padding-right: 22.96296%;
  padding-top: 33px;
  padding-bottom: 27px;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-left
  .featuredPostsSectionInner-single
  h2,
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-left
  .featuredPostsSectionInner-single
  p {
  position: relative;
  margin: 0;
  z-index: 2;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-left
  .featuredPostsSectionInner-single
  h2 {
  font-size: 41px;
  color: #ffffff;
  font-family: "TradeGothicBoldCn", sans-serif;
  margin-bottom: 14px;
  letter-spacing: -1.32px;
  line-height: 35px;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-left
  .featuredPostsSectionInner-single
  p {
  font-family: "TradeGothicLT", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.38px;
  color: #ffffff;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-left
  .featuredPostsSectionInner-single
  a {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 33px;
  background-color: #00aeef;
  border-bottom: 3px solid #007ead;
  padding: 10px 20px;
  font-family: "TradeGothicBoldCn", sans-serif;
  color: #ffffff;
  font-size: 14px;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-left
  .featuredPostsSectionInner-single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-right {
  width: 42.55319%;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-right--inner {
  padding-left: 46px;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-right--inner
  h2 {
  font-family: "TradeGothicBoldCn", sans-serif;
  margin: 45px 0;
  font-size: 46px;
  letter-spacing: -1.47px;
  line-height: 39px;
  color: #00aeef;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-right--inner
  ul
  li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.11);
  background: url("/web/20210923091127im_//wp-content/themes/olympos/images/arrowRight.png") no-repeat center right;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-right--inner
  ul
  li
  a {
  text-transform: uppercase;
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #58595b;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-right--inner
  ul
  li
  a:hover {
  color: #00aeef;
  transition: color 0.4s;
}
.venue-single.new-venue-single
  .featuredPostsSection
  .featuredPostsSectionInner-right--inner
  ul
  li:last-of-type {
  border-bottom: none;
}
.venue-single.new-venue-single #pricesSearch input {
  height: 45px;
  width: 100%;
  border: none;
  padding-left: 13px;
  color: #605e57;
}
.venue-single.new-venue-single #pricesSearch ::-webkit-input-placeholder {
  font-style: italic;
}
.venue-single.new-venue-single #pricesSearch ::-moz-placeholder {
  font-style: italic;
}
.venue-single.new-venue-single #pricesSearch :-ms-input-placeholder {
  font-style: italic;
}
.venue-single.new-venue-single #pricesSearch :-moz-placeholder {
  font-style: italic;
}
.venue-single.new-venue-single #pricesSearch .mainPriceList li {
  margin-bottom: 10px;
}
.venue-single.new-venue-single #pricesSearch h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #016ea1;
  margin: 0;
  padding: 12px 2%;
}
.venue-single.new-venue-single #pricesSearch .priceList {
  padding: 5px 8px;
  background-color: #007ead;
  color: #ffffff;
}
.venue-single.new-venue-single #pricesSearch .priceList li span:first-child {
  margin-right: 5px;
}
.venue-single.new-venue-single #pricesSearch .priceList li span:last-child {
  font-weight: 700;
  font-size: 14px;
}
.venue-single.new-venue-single .venusImagessection {
  background-color: #f4f4f4;
  margin-top: -1px;
  padding-top: 1px;
}
.venue-single.new-venue-single .venusImagessection h2 {
  font-size: 46px;
  font-family: "TradeGothicBoldCn", sans-serif;
  letter-spacing: -1.47px;
  text-align: center;
  color: #58595b;
  margin: 50px 0 !important;
  margin-bottom: 32px !important;
}
.venue-single.new-venue-single .venusImagessection .slider-for {
  width: 78.9% !important;
  float: left !important;
}
.venue-single.new-venue-single
  .venusImagessection
  .slider-for
  .slick-slide
  img {
  width: 100%;
  max-height: 422px;
}
.venue-single.new-venue-single
  .venusImagessection
  .slider-for
  .slick-slide
  img:hover {
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0.6;
}
.venue-single.new-venue-single .venusImagessection .slider-for_caption {
  margin-top: 10px !important;
  font-weight: 700;
}
.venue-single.new-venue-single .venusImagessection .slider-nav {
  width: 19.15% !important;
  float: right !important;
}
.venue-single.new-venue-single .venusImagessection .slick-slide {
  margin-top: 18px;
}
.venue-single.new-venue-single .venusImagessection .slick-dotted.slick-slider {
  max-height: 422px;
}
.venue-single.new-venue-single .venusImagessection .slider-nav .slick-list {
  margin-top: -52px;
}
.venue-single.new-venue-single
  .venusImagessection
  .slider-nav
  .slick-list
  .slick-current {
  opacity: 0.6 !important;
}
.venue-single.new-venue-single
  .venusImagessection
  .slider-nav
  .slick-list
  .slick-slide.slick-active {
  opacity: 1;
}
.venue-single.new-venue-single
  .venusImagessection
  .slider-nav
  .slick-list
  .slick-slide {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .venue-single.new-venue-single .hero-section {
    padding-top: 180px;
  }
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partLeft {
    width: 47%;
    margin-right: 1.5%;
  }
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partRight {
    width: 51.5%;
  }
  .venue-single.new-venue-single
    .bellowHeroPart
    .bellowHeroPartInner
    div:first-of-type {
    width: 40%;
  }
  .venue-single.new-venue-single
    .bellowHeroPart
    .bellowHeroPartInner
    div:last-of-type {
    width: 60%;
  }
}
@media only screen and (max-width: 769px) {
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partLeft,
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partRight {
    width: 100%;
    margin-right: 0;
  }
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partLeft:first-child,
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partRight:first-child {
    margin-bottom: 20px;
  }
  .venue-single.new-venue-single
    .bellowHeroPart
    .bellowHeroPartInner
    div:first-of-type,
  .venue-single.new-venue-single
    .bellowHeroPart
    .bellowHeroPartInner
    div:last-of-type {
    width: 100%;
  }
  .venue-single.new-venue-single
    .facility-section
    .facility-section-inner
    ul
    li {
    margin-top: 19px;
  }
  .venue-single.new-venue-single
    .featuredPostsSection
    .featuredPostsSectionInner-left,
  .venue-single.new-venue-single
    .featuredPostsSection
    .featuredPostsSectionInner-right {
    width: 100%;
  }
  .venue-single.new-venue-single .venusImagessection .slider-for {
    width: 75% !important;
    padding-right: 19px;
  }
  .venue-single.new-venue-single .venusImagessection .slider-nav {
    width: 25% !important;
  }
  .slick-vertical .slick-slide img {
    max-height: 100px;
  }
}
@media only screen and (max-width: 481px) {
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partLeft {
    padding: 20px 2%;
  }
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partRight
    .partRightTop
    h2 {
    font-size: 24px;
  }
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partRight
    .partRightTop
    p {
    font-size: 12px;
  }
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partRight
    .partRightBottom
    ul
    li
    span
    h4 {
    font-size: 18px;
  }
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partRight
    .partRightBottom
    ul
    li:last-of-type
    span {
    font-size: 24px;
    line-height: 24px;
  }
  .venue-single.new-venue-single
    .hero-section
    .hero-section-inner
    .row
    .partRight
    .partRightBottom
    ul
    li:last-of-type
    a {
    font-size: 14px;
  }
  .venue-single.new-venue-single
    .bellowHeroPart
    .bellowHeroPartInner
    div:first-of-type {
    min-height: 180px;
  }
  .venue-single.new-venue-single
    .bellowHeroPart
    .bellowHeroPartInner
    div:first-of-type
    h2 {
    font-size: 40px;
  }
  .venue-single.new-venue-single
    .bellowHeroPart
    .bellowHeroPartInner
    div:last-of-type
    ul
    li {
    min-height: 100px;
    width: 100%;
    padding: 20px 0;
  }
  .venue-single.new-venue-single
    .featuredPostsSection
    .featuredPostsSectionInner-right--inner
    h2 {
    font-size: 30px;
    margin: 10px 0;
  }
  .venue-single.new-venue-single
    .featuredPostsSection
    .featuredPostsSectionInner-right--inner
    ul
    li
    a {
    font-size: 16px;
  }
  .slick-vertical .slick-slide img {
    max-height: 50px;
  }
  .venue-single.new-venue-single .venusImagessection h2 {
    font-size: 30px;
    margin: 10px 0 !important;
  }
}
h1.news-title {
  font-size: 2.1875rem;
  width: 65.44643%;
}
@media screen and (max-width: 720px) {
  h1.news-title {
    width: 100%;
  }
}
.news-content a,
.news-meta a {
  color: #f7692b;
}
.news-content {
  width: 65.44643%;
  float: left;
}
.news-content img {
  width: 100%;
  height: auto;
}
.news-content p {
  margin: 10px 0;
}
@media screen and (max-width: 720px) {
  .news-content {
    width: 100%;
    float: none;
  }
}
.news-sidebar {
  padding-top: 10px;
  width: 32.14286%;
  float: right;
}
@media screen and (max-width: 720px) {
  .news-sidebar {
    width: 100%;
    float: none;
  }
}
.news-meta {
  padding: 20px 20px 10px 20px;
  background: #efefef;
}
.news-meta strong {
  font-family: "TradeGothicBold";
}
.news-meta li {
  margin-bottom: 10px;
}
.news-related-list h3 {
  margin-top: 0;
}
.news-related-item {
  margin-bottom: 20px;
}
.news-related-item img {
  display: block;
  width: 100%;
  height: auto;
}
.news-related-item h4 {
  margin-top: 0;
  font-size: 24px;
}
.news-related-item .content {
  padding: 20px;
  background: #009fe3;
}
.news-related-item .btn {
  color: #009fe3;
}
.other-news {
  margin-top: 0;
}
.lockeroom-hero {
  text-align: center;
  margin-top: 40px;
  border-bottom: 1px solid #606262;
  position: relative;
}
.lockeroom-hero img {
  display: block;
  width: 100%;
  height: auto;
}
.lockeroom-hero .logo {
  top: 25%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}
.lockeroom-hero .logo .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.lockeroom-hero .logo img {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}
.lockeroom-menu-search {
  border-bottom: 1px solid #606262;
}
.lockeroom-menu-search .logo {
  float: left;
  width: 10.71429%;
  padding: 18px 0;
}
@media screen and (max-width: 720px) {
  .lockeroom-menu-search .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lockeroom-menu-search .logo {
    float: none;
    text-align: center;
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
  }
  .lockeroom-menu-search img {
    width: 100px;
    display: inline-block;
  }
}
.lockeroom-menu {
  float: left;
  margin-left: 4.46429%;
  width: 51.33929%;
}
.lockeroom-menu li {
  float: left;
  width: 22.26087%;
}
.lockeroom-menu a {
  color: #706f6f;
  display: block;
  text-transform: uppercase;
  font-size: 1.5625rem;
  padding: 20px 0 15px 0;
  text-align: center;
  border-bottom: 5px solid #fff;
}
.lockeroom-menu li.health a:hover,
.lockeroom-menu li.health.current-menu-item a {
  border-color: #009fe3;
}
.lockeroom-menu li.food a:hover,
.lockeroom-menu li.food.current-menu-item a {
  border-color: #86bb36;
}
.lockeroom-menu li.life a:hover,
.lockeroom-menu li.life.current-menu-item a {
  border-color: #6c0574;
}
.lockeroom-menu li.workouts a:hover,
.lockeroom-menu li.workouts.current-menu-item a {
  border-color: #f6352b;
}
@media screen and (max-width: 720px) {
  .lockeroom-menu {
    -ms-flex-order: 3;
    order: 3;
    float: none;
    width: 100%;
  }
}
.lockeroom-search {
  padding: 10px 0;
  width: 17.85714%;
  float: right;
}
.lockeroom-search input {
  padding: 10px;
  font-size: 1.0625rem;
  font-family: "TradeGothic";
  border: 1px solid #b5b6b6;
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/search-icon.png) no-repeat 95% center;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .lockeroom-search {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0;
  }
}
.featured-issues {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .featured-issues {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 720px) {
  .featured-issues {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.issue-featured {
  float: left;
  width: 62.5%;
}
.issue-featured .left {
  float: left;
  width: 42.85714%;
}
.issue-featured .right {
  float: right;
  width: 48.57143%;
}
@media screen and (max-width: 980px) {
  .issue-featured {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 52%;
  }
  .issue-featured .left {
    width: 100%;
    float: none;
    -ms-flex-order: 2;
    order: 2;
  }
  .issue-featured .right {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 720px) {
  .issue-featured {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.issues {
  width: 33.92857%;
  float: right;
  border-left: 1px solid #b2b2b2;
  padding-left: 30px;
}
@media screen and (max-width: 980px) {
  .issues {
    width: 45%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 720px) {
  .issues {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-left: 0;
    border-left: none;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.issue-picker {
  position: relative;
}
.issue-picker h2,
.issue-picker .issue-picker-number,
.issue-picker .month,
.issue-picker h4 {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
.issue-picker-number {
  color: #f7692b;
  position: relative;
  border: 1px solid #fff;
  padding: 5px 20px 0 5px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.issue-picker-number.active {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
.issue-picker-number:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #f7692b transparent transparent transparent;
}
.issue-picker-date {
  display: inline-block;
}
.issue-picker-date .month,
.issue-picker-date .year {
  font-size: 20px;
}
.issue-picker-menu {
  display: none;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 8;
  margin-top: -1px;
}
.issue-picker-menu a {
  display: block;
  padding: 10px;
  color: #535353;
  cursor: pointer;
}
.issue-picker-menu a:hover {
  background: #efefef;
}
.issue-picker-menu a .number {
  color: #f7692b;
}
.issue-picker-menu h4 {
  font-size: 20px;
}
.issue-picker-menu .month,
.issue-picker-menu .year {
  font-size: 16px;
}
.issue-article-list {
  list-style-type: decimal;
  padding: 0 0 20px 30px;
  margin-top: 20px;
  border-bottom: 1px solid #b2b2b2;
}
.issue-article-list li {
  font-size: 20px;
}
.issue-article-list a {
  color: #706f6f;
  padding: 5px 0;
  display: block;
}
.issue-article-list a:hover {
  color: #f7692b;
}
.lockeroom-welcome {
  font-size: 20px;
  line-height: 1.2;
}
.lockeroom-welcome strong {
  font-family: "TradeGothicBold";
}
.hot-topics-editor-notes {
  background: #eeeeee;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid #b2b2b2;
}
a.area-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hot-topics {
  position: relative;
  width: 62.5%;
  float: left;
}
.hot-topics .lockeroom-article {
  width: 48.57143%;
  float: left;
  margin-bottom: 40px;
}
.hot-topics .lockeroom-article:hover a {
  color: #f7692b;
}
.hot-topics .lockeroom-article img {
  width: 100%;
  height: auto;
}
.hot-topics .lockeroom-article h3 {
  font-size: 1.875rem;
}
.hot-topics .lockeroom-article:nth-child(even) {
  margin-right: 2.85714%;
}
.hot-topics .lockeroom-article .intro-text {
  margin-top: 0;
}
.hot-topics a {
  color: #656464;
}
.hot-topics a:hover {
  color: #f7692b;
}
.hot-topics .lockeroom-article-content {
  background: #fff;
  padding: 20px;
}
.hot-topics .lockeroom-category {
  margin-left: -20px;
}
@media screen and (max-width: 720px) {
  .hot-topics {
    width: 100%;
    float: none;
  }
  .hot-topics .lockeroom-article {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
  .hot-topics .lockeroom-article-content {
    height: auto !important;
  }
}
.editor-notes {
  width: 31.25%;
  float: right;
  border-bottom: 1px solid #b2b2b2;
}
.editor-notes h3 {
  margin-top: 0;
}
.editor-notes p {
  font-size: 1.25rem;
}
.editor-notes strong {
  font-family: "TradeGothicBold";
}
.editor-notes blockquote p {
  font-size: 2.1875rem;
  font-style: italic;
}
@media screen and (max-width: 720px) {
  .editor-notes {
    width: 100%;
    border-bottom: none;
  }
}
.related-stories {
  padding-top: 60px;
  border-top: 1px solid #b2b2b2;
}
.related-stories .container {
  position: relative;
}
.related-stories .lockeroom-article {
  width: 31.25%;
  float: left;
  margin-right: 3.125%;
}
.related-stories .lockeroom-article:hover a {
  color: #f7692b;
}
.related-stories .lockeroom-article:last-child {
  margin-right: 0;
}
.related-stories .lockeroom-article img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.related-stories .lockeroom-article h3 {
  font-size: 1.875rem;
}
.related-stories .lockeroom-article h3 a {
  color: #656464;
}
.related-stories .lockeroom-article h3 a:hover {
  color: #f7692b;
}
@media screen and (max-width: 720px) {
  .related-stories .lockeroom-article {
    width: 100%;
    margin-bottom: 20px;
  }
}
.previous-join {
  margin-top: 40px;
}
.previous-posts {
  width: 65.625%;
  float: left;
  border-top: 1px solid #b2b2b2;
  padding-top: 40px;
}
.previous-posts img {
  width: 32.65306%;
  height: auto;
  float: left;
}
.previous-posts h3 {
  font-size: 2.1875rem;
}
.previous-posts h3 a {
  color: #656464;
}
.previous-posts h3 a:hover {
  color: #f7692b;
}
.previous-posts .lockeroom-article {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.previous-posts .lockeroom-article:hover a {
  color: #f7692b;
}
.previous-posts .lockeroom-article-content {
  width: 59.86395%;
  float: right;
}
@media screen and (max-width: 720px) {
  .previous-posts {
    width: 100%;
    float: none;
  }
}
.lockeroom-join {
  width: 31.25%;
  float: right;
  border-top: 1px solid #b2b2b2;
}
.lockeroom-join h3 {
  font-size: 1.875rem;
  text-transform: uppercase;
}
.lockeroom-join p {
  font-size: 1.25rem;
}
.lockeroom-join img {
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .lockeroom-join {
    width: 100%;
    float: none;
    border-top: none;
  }
}
.community-social-map {
  margin-top: 40px;
  margin-bottom: 40px;
}
.community-social-map .community,
.community-social-map .social,
.community-social-map .map {
  width: 31.25%;
  float: left;
  margin-right: 3.125%;
}
.community-social-map .community,
.community-social-map .social {
  position: relative;
}
.community-social-map .community img,
.community-social-map .social img {
  width: 100%;
}
.community-social-map .community .content,
.community-social-map .social .content {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
.community-social-map .community h3,
.community-social-map .social h3 {
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-top: 0;
}
.community-social-map .social ul {
  width: 61.17647%;
  margin: 0 auto;
  text-align: justify;
}
.community-social-map .social ul li {
  width: 27.88462%;
  display: inline-block;
  margin-bottom: 10px;
}
.community-social-map .social ul img {
  display: block;
}
.community-social-map .map {
  margin-right: 0;
}
.community-social-map .map .mapp-layout {
  border: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 720px) {
  .community-social-map .community,
  .community-social-map .social,
  .community-social-map .map {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.lockeroom-category-list .container {
  padding-bottom: 40px;
  border-bottom: 1px solid #b2b2b2;
}
.lockeroom-category-list .container .lockeroom-article {
  min-height: 580px;
}
.lockeroom-category-list .container .lockeroom-article:nth-child(3n + 3) {
  margin-right: 0;
}
.lockeroom-search-title {
  margin-bottom: 40px;
  margin-top: 0;
}
.lockeroom-search-title span {
  text-transform: uppercase;
}
.single-lockeroom-article {
  margin-top: 40px;
}
.single-lockeroom-article .left {
  width: 65.625%;
  float: left;
  border-right: 1px solid #b2b2b2;
  padding-right: 2.72109%;
}
.single-lockeroom-article img {
  max-width: 100%;
  height: auto;
}
.single-lockeroom-article header img {
  width: 100%;
  height: auto;
}
.single-lockeroom-article header .lockeroom-category {
  width: 16.32653%;
}
.single-lockeroom-article .post-meta {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.single-lockeroom-article .post-meta strong {
  font-family: "TradeGothicBold";
}
.single-lockeroom-article .article-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 720px) {
  .single-lockeroom-article .left {
    width: 100%;
    float: none;
    border-right: none;
    padding-right: 0;
  }
}
.recepie {
  margin-top: 40px;
}
.recepie h3,
.recepie h4 {
  text-transform: uppercase;
}
.recepie h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.recepie h3 {
  margin-top: 7px;
  margin-bottom: 0;
}
.recepie h4 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.recepie p {
  margin-top: 0;
  font-size: 1.125rem;
}
.recepie .left {
  width: 40.81633%;
  float: left;
}
.recepie .left h4 {
  margin: 20px 0;
}
.recepie .left img {
  max-width: 100%;
  height: auto;
}
.recepie ul {
  list-style: square;
  font-size: 18px;
  padding-left: 20px;
}
.recepie ul li {
  padding: 5px 0;
}
.recepie .right {
  width: 55.78231%;
  float: right;
}
@media screen and (max-width: 980px) {
  .recepie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recepie .left {
    width: 100%;
    float: none;
    border-right: none;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .recepie .left img {
    width: 100%;
    height: auto;
    display: block;
  }
  .recepie .right {
    width: 100%;
    float: none;
    -ms-flex-order: 1;
    order: 1;
  }
}
.about-the-author {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.about-the-author .left {
  border-right: none;
  padding-right: 0;
  width: 16.32653%;
  float: left;
  padding-top: 20px;
}
.about-the-author .round-image img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.about-the-author .right {
  width: 78.91156%;
  float: right;
}
.about-the-author h3 {
  font-size: 1.5625rem;
  margin-bottom: 10px;
  margin-top: 0;
}
.about-the-author h4 {
  font-size: 18px;
  font-family: "TradeGothicBold";
  margin-top: 0;
  margin-bottom: 0;
}
.about-the-author p {
  margin-top: 0;
}
.related-stories.related-stories-single {
  margin-top: 120px;
}
.related-stories.related-stories-single .lockeroom-article {
  width: 46.2585%;
  margin-right: 7.48299%;
  margin-top: 30px;
}
.related-stories.related-stories-single .lockeroom-article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 720px) {
  .related-stories.related-stories-single .lockeroom-article {
    width: 100%;
    margin-right: 0;
  }
}
.in-this-issue-related {
  width: 31.25%;
  float: right;
}
.in-this-issue-related h3 {
  text-transform: uppercase;
}
.in-this-issue-related .in-this-issue {
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
}
.in-this-issue-related .lockeroom-article {
  margin-bottom: 20px;
}
.in-this-issue-related .lockeroom-article .left {
  width: 42.85714%;
  border-right: none;
  padding-right: 0;
}
.in-this-issue-related .lockeroom-article .right {
  width: 51.42857%;
  float: right;
}
.in-this-issue-related .lockeroom-article .lockeroom-category {
  width: 66.66667%;
}
.in-this-issue-related .lockeroom-article h4 {
  font-size: 1.25rem !important;
  text-transform: none !important;
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
  font-family: "TradeGothicBold";
}
.in-this-issue-related .lockeroom-article h4 span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.in-this-issue-related .lockeroom-article h4 a {
  color: #535353;
}
.in-this-issue-related .lockeroom-article h4 a:hover {
  color: #f7692b;
}
@media screen and (max-width: 720px) {
  .in-this-issue-related {
    width: 100%;
    float: none;
  }
  .in-this-issue-related .lockeroom-article .left {
    float: left;
  }
}
.single-lockeroom-article .lockeroom-article h1,
.single-lockeroom-article .lockeroom-article h2,
.single-lockeroom-article .lockeroom-article h3,
.single-lockeroom-article .lockeroom-article h4,
.single-lockeroom-article .lockeroom-article h5 {
  text-transform: uppercase;
}
.single-lockeroom-article .lockeroom-article h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.125rem;
}
.single-lockeroom-article .lockeroom-article h2 {
  font-size: 2.5rem;
}
.single-lockeroom-article .lockeroom-article h3 {
  font-size: 1.875rem;
}
.single-lockeroom-article .lockeroom-article h4 {
  font-size: 1.875rem;
  color: #f7692b;
  margin-bottom: 1.25rem;
}
.single-lockeroom-article .lockeroom-article h5 {
  font-size: 1.25rem;
}
.single-lockeroom-article .lockeroom-article ul {
  list-style-type: square;
  padding-left: 20px;
  font-size: 18px;
}
.single-lockeroom-article .lockeroom-article ul li {
  padding: 5px 0;
}
.single-lockeroom-article .lockeroom-article .big-list h4:nth-child(odd) {
  color: #535353;
}
.single-lockeroom-article .lockeroom-article .big-list h4:nth-child(even) {
  color: #6c0574;
}
.single-lockeroom-article .lockeroom-article .big-list h4 a {
  color: #f7692b;
  font-size: 1.25rem;
}
.page404 {
  padding-top: 20px;
  border-top: 20px solid #58595b;
}
.page404 .inner {
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/404.jpg) no-repeat 95% bottom;
  background-size: contain;
  border-bottom: 20px solid #58595b;
  padding: 0 20px;
}
.page404 h2 {
  font-size: 6.3125rem;
  color: #ffcb05;
  margin-bottom: 0;
}
.page404 h3 {
  font-size: 3.125rem;
  color: #ffcb05;
  margin-top: 0;
  font-family: "TradeGothicBoldCn";
}
.page404 p {
  font-size: 1.875rem;
  color: #6e0075;
  font-family: "TradeGothicBold";
  width: 45%;
  line-height: 1.1;
}
@media screen and (max-width: 720px) {
  .page404 .text404 {
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
  }
  .page404 .text404 p {
    width: 100%;
  }
}
.gt-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .gt-container {
    width: 90%;
  }
}
.gt-logo {
  position: absolute;
  top: -20px;
  left: 70px;
  width: 29.16667%;
  z-index: 10;
}
.gt-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 720px) {
  .gt-logo {
    left: 0;
  }
}
.gt-slide-01 {
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/goldenticket/bg-slide-01.jpg) repeat-x center top;
  background-size: cover;
  padding-top: 20px;
  overflow: hidden;
  position: relative;
}
.gt-tag {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (max-width: 1220px) {
  .gt-tag {
    width: 9.58333%;
  }
  .gt-tag img {
    width: 100%;
  }
}
.main-illustration {
  position: relative;
  z-index: 9;
}
.main-illustration img {
  max-width: 100%;
  display: block;
  height: auto;
}
.main-illustration .mi-image {
  position: relative;
  z-index: 9;
}
.fabulus-banner {
  width: 67.25%;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 15;
}
.ticket-man {
  float: right;
  width: 44.66667%;
  position: relative;
  margin-top: -48px;
  transform: rotate(22deg);
  z-index: 9;
}
.ticket-man img {
  width: 100%;
  height: auto;
  display: block;
}
.cyclist {
  position: absolute;
  width: 26.41667%;
  top: 38%;
  left: 36%;
  z-index: 11;
}
.bottom-part {
  position: relative;
}
.super-hero {
  position: absolute;
  top: 0;
  left: 0;
}
.super-hero img {
  display: block;
  width: 90%;
  height: auto;
}
.slide-02 {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  background: url(/web/20210923091127im_//wp-content/themes/olympos/images/goldenticket/bg-slide-02.jpg) repeat-y center top;
}
.guide-title {
  background: #2f0533;
  color: #fff;
  font-size: 3.4375rem;
  margin-top: 0;
  padding: 20px 0;
  text-transform: uppercase;
}
.guide-title small {
  display: block;
  font-family: "TradeGothic";
  font-size: 15px;
  text-transform: none;
}
@media screen and (max-width: 720px) {
  .guide-title {
    font-size: 1.75rem;
  }
  .guide-title small {
    font-size: 13px;
  }
}
.workout-item {
  width: 45.83333%;
  display: table;
  float: left;
  color: #fff;
}
.workout-item .text,
.workout-item .image {
  display: table-cell;
}
.workout-item h3 {
  text-align: center;
  font-size: 4.25rem;
  margin-top: 0;
  line-height: 0.8;
}
.workout-item img {
  display: block;
}
.workout-item.withborder {
  border: 4px solid #fff;
}
.workout-item .text {
  vertical-align: middle;
  padding: 10px 20px;
}
.workout-item p {
  line-height: 1;
}
.workout-item .read-more {
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  color: #7a6a49;
  font-family: "TradeGothicBold";
}
.workout-item.gt-zumba .text {
  background: #f16021;
}
.workout-item.gt-body-combat .text {
  background: #3c0a41;
}
.workout-item.gt-body-pump .text {
  background: #b33f0d;
}
.workout-item.gt-rpm .text {
  background: #771680;
}
.workout-item.gt-cx-works .text {
  background: #fa8d53;
}
@media screen and (max-width: 720px) {
  .workout-item {
    display: block;
    width: 100%;
  }
  .workout-item .text,
  .workout-item .image {
    display: block;
    width: 100%;
  }
  .workout-item img {
    width: 100%;
    height: auto;
  }
}
.gt-row:nth-child(even) .workout-item {
  float: right;
}
.gt-row {
  margin-top: 90px;
}
.gt-row:first-child {
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  .gt-row:nth-child(even) .workout-item {
    float: none;
  }
}
.gt-acslider .activities {
  margin-top: 0;
  background: #3c3c3c;
}
.slide-03 {
  background: url("/web/20210923091127im_//wp-content/themes/olympos/images/goldenticket/bg-slide-03.jpg") no-repeat center top;
  height: 1078px;
  position: relative;
  overflow: hidden;
}
.slide-03 .gt-container {
  height: 100%;
}
.slide-03 .sign {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 43.16667%;
}
@media screen and (max-width: 1220px) {
  .slide-03 {
    background: url("/web/20210923091127im_//wp-content/themes/olympos/images/goldenticket/bg-slide-03.jpg") no-repeat center
      bottom;
    background-size: cover;
    height: auto;
    padding-bottom: 150px;
  }
  .slide-03 .sign {
    bottom: -110px;
  }
}
.gt-timetables {
  width: 61.66667%;
  float: right;
  margin-top: 75px;
}
.gt-timetables .title-select-venue {
  border-bottom: 5px solid #fff;
}
.gt-timetables .title-select-venue h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "TradeGothicBoldCn";
  font-size: 3rem;
  float: left;
}
.gt-timetables .choose-region {
  float: right;
  width: 37.16216%;
  margin-top: 20px;
  font-size: 12px;
}
.gt-timetables .choose-region .dd-trigger {
  background: #fff;
}
.gt-timetables .choose-region a {
  cursor: pointer;
}
.gt-timetables .choose-region li span {
  padding: 10px;
  cursor: pointer;
  display: block;
}
.gt-timetables .choose-region li span:hover {
  background: #efefef;
}
.gt-timetables .title-with-subheading {
  font-size: 3rem;
}
.gt-timetables .title-with-subheading span {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .gt-timetables .title-select-venue h3 {
    float: none;
  }
  .gt-timetables .choose-region {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 720px) {
  .gt-timetables {
    width: 100%;
  }
}
.gt-get-in-touch-wrap {
  background: #f16021;
}
.gt-get-in-touch-wrap .gt-container {
  padding: 50px 0;
  background: #c94812;
  top: -40px;
  position: relative;
}
.gt-get-in-touch-wrap .gt-get-in-touch {
  background: #ab3c0e;
  position: relative;
  padding: 40px;
  width: 1300px;
  margin-left: -50px;
}
@media screen and (max-width: 1220px) {
  .gt-get-in-touch-wrap .gt-get-in-touch {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .gt-get-in-touch-wrap .gt-get-in-touch {
    padding-top: 10px;
  }
}
.gt-get-in-touch-wrap h3 {
  margin: 0;
  color: #fff;
  font-size: 5rem;
  float: left;
  margin-top: 10px;
}
.gt-get-in-touch-wrap .phone {
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: right;
}
.gt-get-in-touch-wrap .phone span {
  font-size: 2.625rem;
}
@media screen and (max-width: 980px) {
  .gt-get-in-touch-wrap h3,
  .gt-get-in-touch-wrap .phone {
    float: none;
    width: 100%;
    text-align: center;
  }
  .gt-get-in-touch-wrap .phone {
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .gt-get-in-touch-wrap h3 {
    font-size: 3.75rem;
  }
  .gt-get-in-touch-wrap .phone {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .gt-get-in-touch-wrap .phone span {
    font-size: 1.5rem;
  }
}
.main-footer.gt {
  padding-top: 0;
  margin-top: -40px;
}
.hand {
  position: absolute;
  left: 0;
  width: 49.16667%;
  animation-name: handanim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  z-index: 9;
}
.hand img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes handanim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.badminton {
  position: absolute;
  width: 33.33333%;
  height: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  transform: rotate(-40deg);
  z-index: 12;
  animation-name: badminton;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.badminton img {
  transform: rotate(-120deg);
  position: absolute;
  width: 14%;
  top: 10px;
}
@keyframes badminton {
  0% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(175deg);
  }
}
.foot {
  position: absolute;
  right: 5%;
  top: 65%;
  width: 14%;
  z-index: 1;
  animation-name: footanim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  transform-origin: left top;
}
@keyframes footanim {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.football {
  position: absolute;
  right: 2%;
  top: 53%;
  width: 6.33333%;
  animation-name: footballanim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@keyframes footballanim {
  0% {
    top: 54%;
    transform: rotate(0deg);
  }
  50% {
    top: 40%;
  }
  100% {
    top: 54%;
    transform: rotate(360deg);
  }
}
.bikerroad {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 1220px) {
  .bikerroad {
    display: none;
  }
}
.road {
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -15.83333%;
  width: 23.33333%;
}
.road img {
  width: 100%;
  display: block;
  height: auto;
}
.biker {
  position: absolute;
  left: 50%;
  transform: rotate(-35deg);
}
.tennis-ball {
  width: 4.5%;
  position: absolute;
  left: 0;
  top: -15%;
  animation-name: tennisanim;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.tennis-ball img {
  display: block;
  width: 100%;
  height: auto;
}
.tennis-ball .tb {
  animation-name: tbanim;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.tennis-ball .trail {
  width: 72.22222%;
  margin-left: 17%;
  margin-bottom: 10px;
  animation-name: trailanim;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes tennisanim {
  0% {
    top: -15%;
  }
  100% {
    top: 120%;
  }
}
@keyframes tbanim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes trailanim {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: rotate(5deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate(0deg);
    opacity: 1;
  }
  75% {
    transform: rotate(-5deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.ticket-man {
  animation-name: ticketmananim;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes ticketmananim {
  0% {
    transform: rotate(22deg);
    top: 0;
  }
  25% {
    transform: rotate(35deg);
    top: 20px;
  }
  50% {
    transform: rotate(22deg);
    top: 40px;
  }
  75% {
    transform: rotate(0deg);
    top: 20px;
  }
  100% {
    transform: rotate(22deg);
    top: 0;
  }
}
.small-plane {
  position: absolute;
  top: 0;
  left: -116px;
  transition: all 5s linear;
}
.small-plane.anim {
  left: 100%;
}
.animation,
.animation img {
  position: absolute;
}
.animation.cows {
  top: 350px;
  left: 150px;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  .animation.cows {
    top: 180px;
    left: 50px;
  }
}
.tennisBall {
  top: 70px;
  left: 30px;
  z-index: 4;
}
.cow .head {
  top: 0;
  left: 0;
  z-index: 3;
}
.cow .body {
  top: 36px;
  left: 10px;
  z-index: 2;
}
.cow1 .racket {
  top: 5px;
  left: -49px;
  z-index: 1;
}
.cow1 .legs {
  top: 117px;
  left: -25px;
  z-index: 1;
}
.cow1 {
  top: 50px;
  left: 70px;
}
.cow2 {
  top: 80px;
  left: 560px;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.cow2 .racket {
  top: 45px;
  left: -90px;
  z-index: 1;
}
.cow2 .legs {
  top: 118px;
  left: -40px;
  z-index: 1;
}
.animation.parachute {
  top: 50px;
  left: 200px;
}
.parachuteGuy {
  top: 0;
  left: 300px;
  height: 0;
  opacity: 0;
}
.animation.planeDrive {
  top: 200px;
  left: 0;
}
.plane {
  top: -10px;
  left: 200px;
}
#pillsAnimation {
  position: relative;
  background-color: #e0e0e0;
  width: 50%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  #pillsAnimation {
    display: none;
  }
}
#pillsAnimation #pillOffset {
  position: absolute;
  top: -150px;
  left: 0;
  height: 100%;
}
#pillsAnimation .pill {
  position: absolute;
  -webkit-backface-visibility: hidden;
}
.form-wrap,
.fake-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.fake-wrap {
  left: 0;
}
.fake-wrap img {
  max-width: 90%;
}
@media screen and (max-width: 720px) {
  .fake-wrap {
    position: relative;
    height: 30%;
    width: 100%;
  }
}
.form-wrap {
  right: 0;
  background: #4e4f50;
}
@media screen and (max-width: 720px) {
  .form-wrap {
    position: relative;
    height: auto;
    width: 100%;
    padding: 2.5rem 0;
  }
}
.vaucher-form {
  width: 360px;
}
.vaucher-form p {
  color: #fff;
  font-family: "TradeGothicBoldCn";
  font-size: 1.1875rem;
  line-height: 1.2;
}
.vaucher-form p strong {
  color: #edb815;
}
.vaucher-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.vaucher-form .button-holder {
  text-align: right;
}
.vaucher-form .button-holder .btn {
  background: #ffc30b;
  font-family: "TradeGothicBoldCn";
  padding: 10px 60px;
}
@media screen and (max-width: 980px) {
  .vaucher-form {
    width: 90%;
  }
}
@media screen and (max-width: 720px) {
  .vaucher-form {
    width: 80%;
  }
}
.vaucher-social {
  margin-top: 3.125rem;
}
.vaucher-social h3 {
  color: #fff;
  font-size: 1.1875rem;
  font-family: "TradeGothicBoldCn";
}
.vaucher-social ul li {
  float: left;
  margin-right: 10px;
}
.vaucher-print {
  border: 1px dotted #58595b;
  width: 620px;
  margin: 20px;
  padding: 40px;
  position: relative;
}
.vaucher-print .pills {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.vaucher-print .sccissors {
  position: absolute;
  bottom: -11px;
  right: 30px;
}
.vaucher-print .big-text {
  font-size: 64px;
  font-family: "TradeGothicBoldCn";
  text-transform: uppercase;
  margin-top: 30px;
}
.vaucher-print .big-text strong {
  color: #ffcb05;
  display: block;
  font-size: 53px;
}
.vaucher-print .message p {
  font-family: "TradeGothic";
  font-size: 31px;
  line-height: 1;
}
.vaucher-print .message strong {
  font-family: "TradeGothicBoldCn";
}

@font-face {
  font-family: "TradeGothicLT";
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLT.eot"); /* IE9 Compat Modes */
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLT.eot#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLT.otf") format("opentype"),
    /* Open Type Font */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLT.svg") format("svg"),
    /* Legacy iOS */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLT.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLT.woff") format("woff"),
    /* Modern Browsers */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLT.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TradeGothicLT-BoldCondTwenty";
  src: url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.otf")
      format("opentype"),
    /* Open Type Font */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.svg")
      format("svg"),
    /* Legacy iOS */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.woff")
      format("woff"),
    /* Modern Browsers */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TradeGothicLT-Light";
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.eot"); /* IE9 Compat Modes */
  src: url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.eot#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.otf") format("opentype"),
    /* Open Type Font */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.svg") format("svg"),
    /* Legacy iOS */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.woff")
      format("woff"),
    /* Modern Browsers */ url("/web/20210923091127im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.elementor-page .elementorpagesview .container {
  max-width: 980px;
  margin: 0 auto;
}

.elementor-page
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 980px !important;
  margin: 0 auto;
}
.elementor-page
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0px !important;
}

.elementor-page .banner_section > img {
  display: block !important;
}
.elementor-page .page-content > h2 {
  display: none;
}

.elementor-page .elementor-slick-slider .slick-slider .slick-track {
  display: flex !important;
  align-items: center !important;
}

.elementor-page .elementor-widget-testimonial-carousel {
  background: url("https://web.archive.org/web/20210923091127im_/http://b1anstage.wpengine.com/wp-content/uploads/2019/05/img-24-2.jpg")
    no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
}
.elementor-page .elementor-widget-testimonial-carousel:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(81, 81, 82, 0.9);
}
.elementor-page
  .elementor-widget-testimonial-carousel
  .elementor-testimonial__text {
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #ffffff;
  text-align: left;
}

.elementor-page
  .elementor-testimonial--align-center
  .elementor-testimonial__footer {
  -webkit-box-pack: left !important;
  -webkit-justify-content: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
}
.elementor-page
  .elementor-widget-testimonial-carousel
  .elementor-testimonial__text {
  color: #ffffff !important;
}
.elementor-page
  .elementor-widget-testimonial-carousel
  .elementor-testimonial__name {
  color: #ffcb05 !important;
}

.elementor-page .elementor-testimonial__footer {
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 16px;
  color: #ffcb05;
  text-transform: uppercase;
}
.elementor-page .eicon-chevron-left:before,
.eicon-chevron-right:before {
  display: none;
}
.elementor-page .elementor-testimonial__name {
  font-size: 16px !important;
}
.elementor-page .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px !important;
}
.elementor-page
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .swiper-container {
  padding: 25px 0px;
}

.elementor-page .elementor-swiper {
  position: relative;
}
.elementor-page .elementor-swiper:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 0;
  top: -25px;
  width: 67px;
  height: 56px;
  background: url("https://web.archive.org/web/20210923091127im_/http://b1anstage.wpengine.com/wp-content/uploads/2019/05/img-30.png")
    no-repeat;
}
.elementor-page .elementor-widget-testimonial-carousel {
  background-size: cover !important;
}
.elementor-page
  .elementor-widget-testimonial-carousel
  .elementor-testimonial__text {
  font-style: normal !important;
  padding-top: 15px !important;
}

body.elementor-page p {
  font-family: "TradeGothicLT", sans-serif !important;
  font-size: 14px;
  color: #575757;
  padding-bottom: 20px;
  margin: 0px;
  line-height: 22px;
  font-weight: 300;
}
.elementor-page
  .elementor-widget-testimonial-carousel
  .elementor-testimonial__text {
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif !important;
}
.elementor-page .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px !important;
}
.elementor-page
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .swiper-container {
  padding: 25px 0px;
}
.elementor-page .swiper-pagination-bullet {
  background: #d8d8d8 !important;
  opacity: 1 !important;
  width: 9px !important;
  height: 9px !important;
  -webkit-border-radius: 0 !important;
  vertical-align: middle;
  border-radius: 0 !important;
}
.elementor-page .swiper-pagination-bullet-active {
  background: #ffcb05 !important;
  width: 11px !important;
  height: 11px !important;
}

body.elementor-page .footer-inner-top-right-txt p {
  font-size: 24px;
  color: #515152;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif !important;
  padding-bottom: 0px;
}
body.elementor-page .desc_txt p {
  color: #ffffff;
}

.elementor-page .elementor-nav-menu li {
  margin-bottom: 0px !important;
}
.elementor-page .container {
  max-width: 980px;
}
.elementor-page .container-new {
  max-width: 980px;
}
.elementor-page .page-content ul {
  padding-left: 0px;
}

.elementor-page .page-content .left {
  width: 100%;
  float: none;
}
.elementor-column-gap-extended
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding-left: 0px !important;
}
.elementor-page .widget_1 h3,
.elementor-page .widget_2 h3 {
  padding-bottom: 15px !important;
}
.elementor-page .widget_2 h5 {
  font-size: 12px !important;
  padding-bottom: 3px !important;
}
.elementor-page .widget_3 h3,
.elementor-page .widget_4 h3,
.elementor-page .widget_5 h3 {
  padding-bottom: 10px !important;
}
.elementor-page .widget_4 {
  padding-bottom: 10px !important;
}
body.elementor-page .widget_5 p {
  padding-bottom: 5px;
}

.elementor-page .elementor-nav-menu--main .elementor-nav-menu a {
  padding: 13px 15px !important;
}
.elementor-page .elementor-widget-nav-menu nav ul li:first-child a {
  padding-left: 0px !important;
}
.elementor-page
  .elementor-widget-testimonial-carousel
  .elementor-testimonial__name {
  text-transform: capitalize;
}

.elementor-page .elementor-testimonial__text {
  position: relative;
}
.elementor-page .elementor-testimonial__text:after {
  content: "";
  position: relative;
  display: inline-block;
  right: 0;
  bottom: 0px;
  width: 19px;
  height: 15px;
  margin-left: 8px;
  background: url(https://web.archive.org/web/20210923091127im_/http://b1anstage.wpengine.com/wp-content/uploads/2019/05/quote.png)
    no-repeat;
}
.elementor-page .foot_location_2 h3 {
  font-size: 32px;
  font-weight: bold;
  color: #605e57;
  padding-bottom: 40px;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  margin: 0px;
}
.elementor-page .elementor-col-25 .image_sec img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.elementor-page .elementor-col-33 .image_sec img {
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.elementor-page .uc_basic_accordion {
  padding-top: 20px;
}

.elementor-page .elementor-widget-heading .elementor-heading-title {
  font-family: "TradeGothicLT", Sans-serif;
}
.elementor-page .container.page-content .left {
  white-space: normal;
  line-height: inherit;
}
.container.page-content .left,
.main-content .left {
  font-family: "TradeGothicLT", sans-serif !important;
  font-size: 14px;
  color: #575757;
  padding-bottom: 20px;
  line-height: 22px;
  font-weight: 300;
  white-space: pre-line;
}
.single-lockeroom-article .article-content {
  white-space: pre-line;
  line-height: 22px;
  font-weight: 300;
  font-family: "TradeGothicLT", sans-serif !important;
  font-size: 14px;
  color: #575757;
}
.container.page-content h2 {
  line-height: normal;
}

.signup-mob {
  display: none;
}
.single-lockeroom-article .article-content {
  font-family: "TradeGothicLT", sans-serif !important;
  font-size: 14px;
  color: #575757;
  padding-bottom: 20px;
  line-height: 22px;
  font-weight: 300;
}
.main-content,
.page-content p,
.venues-list-main {
  font-family: "TradeGothicLT", sans-serif !important;
}
.page-content .left {
  font-family: "TradeGothicLT", sans-serif !important;
}

.page-content .right,
.venues-list-item-right,
.opening-times > li,
.venues-list-item-right .opening-times-notes,
.single-activity-location-list li {
  font-family: "TradeGothicLT", sans-serif !important;
  font-size: 14px !important;
}
.signup-form-section span.wpcf7-list-item {
  margin: 10px 0px;
  padding-left: 27px;
}
.signup-form-section .wpcf7-list-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
.signup-form-section .wpcf7-list-item input {
  position: absolute;
  width: 100%;
  margin: 0px;
  opacity: 0;
  cursor: pointer;
}
.signup-form-section .wpcf7-list-item span:after {
  position: absolute;
  display: none;
  left: 1px;
  top: 1px;
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 10px;
  height: 5px;
  border: 0.125em solid #000000;
  border-top-style: none;
  border-right-style: none;
}
.signup-form-section .wpcf7-list-item span:before {
  left: 0px;
  top: 0px;
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 1px solid #ffffff;
}
.signup-form-section .wpcf7-list-item input:checked ~ span:after {
  display: block;
}

.signup-form-section .form-code .tnp-field .wpcf7-list-item label {
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}
.signup-form-section ul {
  padding-top: 5px;
}
.signup-form-section ul li {
  list-style: none;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

/* .uc_basic_accordion .uc_container .uc-heading span.bbb{margin-right:0px !important;}
.uc_basic_accordion .uc_container .uc-heading em{font-size:18px !important; font-family: "TradeGothicLT-BoldCondTwenty", sans-serif !important;}

.uc_basic_accordion .uc_container .uc_content{   border: 8px solid #eeeeee !important; border-top:0px !important;  margin-bottom: 10px;}
.uc_basic_accordion .uc_container .uc-heading {  margin-bottom: 10px !important; }
.uc_basic_accordion .uc_container .uc-heading.active{background:#eeeeee !important; margin-bottom: 0px !important; }

.uc_basic_accordion .uc_container .uc-heading.active span.uc_active {
    color: #929292 !important;
 }
.uc_basic_accordion .uc_container .uc-heading span.bbb{
     color: #929292;
     border:2px solid #929292;
     border-radius:50%;
     width:25px;
     height:25px;
     text-align: center;
    line-height: 22px;
     } */
.uc-heading em {
  font-size: 18px !important;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif !important;
}

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

form#postcode-search {
  position: relative;
}

input#postcode-value {
  width: 100%;
  padding: 15px;
  font-size: 15px;
  text-transform: uppercase;
}

input#postcode-value::placeholder {
  text-transform: initial;
}
form#header-postcode-search {
  position: relative;
}

input#header-postcode-value {
  width: 100%;
  padding: 15px;
  font-size: 15px;
  text-transform: uppercase;
}

input#header-postcode-value::placeholder {
  text-transform: initial;
}

#geo-location {
  position: absolute;
  right: 15px;
  top: 50%;
  background-color: transparent;
  border: none;
  apperance: none;
  -webkit-appearance: none;
  padding: 5px;
  cursor: pointer;
  transform: translateY(-50%);
}

#geo-location svg {
  width: 20px;
  display: block;
  fill: #00aeef;
}

svg.geo-location__filled,
svg.geo-location__loading {
  position: absolute;
  top: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#geo-location:hover .geo-location__filled {
  opacity: 1;
}

@keyframes spinloading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

#geo-location svg.geo-location__loading {
  display: block;
  animation: spinloading 0.8s linear infinite;
}

#geo-location.geo-location--loading svg.geo-location__outline,
#geo-location.geo-location--loading svg.geo-location__filled {
  opacity: 0;
}
#geo-location.geo-location--loading svg.geo-location__loading {
  opacity: 1;
}

/* Elementor Default Form Style */
/* - Sorry about all the !important's */

.elementor-element.elementor-widget-form form {
  padding: 15px;
}

.elementor-element.elementor-widget-form input,
.elementor-element.elementor-widget-form textarea,
.elementor-element.elementor-widget-form select {
  border-radius: 0px !important;
  background-color: white !important;
  font-family: "TradeGothic", sans-serif !important;
  font-weight: bold !important;
  border: 1px solid #cecece !important;
  resize: none !important;
  padding: 12px !important;
  color: #605e57 !important;
  outline: none !important;
  font-size: 15px !important;
}

.elementor-element.elementor-widget-form label {
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif !important;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
}

.elementor-form .elementor-button {
  border-radius: 0px !important;
  border-bottom: 3px solid #17831b !important;
  background-color: #41ad49 !important;
  color: white !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.elementor-element.elementor-widget-form .elementor-field-group {
  margin-bottom: 15px !important;
}

/* Elementor Posts Wdiget */

.elementor-post__text {
  padding: 0 !important;
  background-color: white !important;
  /* box-shadow: 0px 0px 5px rgba(0,0,0,0.3) !important; */
}

.elementor-post__thumbnail {
  padding-bottom: 100% !important;
}

.elementor-post__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.elementor-posts--skin-classic .elementor-post {
  overflow: visible !important;
}

.elementor-post__excerpt {
  display: none !important;
}

h3.elementor-post__title {
  padding: 20px 20px 0 20px !important;
  font-size: 26px !important;
  text-transform: uppercase;
}

.elementor-post__meta-data {
  padding: 0 20px;
  color: black !important;
}

span.elementor-post-date {
  color: #626262 !important;
  font-family: "TradeGothic" !important;
}

a.elementor-post__read-more {
  padding: 0 20px 20px !important;
  display: block !important;
  color: #358ad9 !important;
  font-family: "TradeGothic" !important;
}

.elementor-widget-posts {
  background-color: #eeeeee !important;
  padding: 20px !important;
}

a.elementor-post__thumbnail__link {
  margin-bottom: 10px !important;
}

/* Timetable Styles */
.timetables-include-wrap-inner h2 {
  font-family: "TradeGothicBoldCn", sans-serif;
  margin-bottom: 24px;
  letter-spacing: -1.47px;
}

.timetables-include-wrap-inner h3 {
  font-size: 22px;
  color: #00aeef;
  font-family: "TradeGothicBoldCn", sans-serif;
  margin-bottom: 20px !important;
}

.timetables-include-wrap-inner .left {
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 720px) {
  .timetables-include-wrap-inner .left {
    width: 100%;
    padding: 0;
  }
}

.timetables-include-wrap-inner .left ul.weekdays li {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #979797;
  float: left;
  width: auto;
  padding: 13px 25px;
  min-width: 89px;
  text-align: center;
  background-color: #ffffff;
}

.timetables-include-wrap-inner .left ul.weekdays li:hover {
  background-color: #007ead;
  color: #ffffff;
  cursor: pointer;
}

.timetables-include-wrap-inner .left ul.weekdays li.active {
  background-color: #007ead;
  color: #ffffff;
}

.timetables-include-wrap-inner .left .timetable-time-results {
  position: relative;
  background-color: #007ead;
}

.timetables-include-wrap-inner .left .timetable-time-results .button-before,
.timetables-include-wrap-inner .left .timetable-time-results .button-next {
  position: absolute;
  z-index: 10;
  color: #ffffff;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .button-before:hover,
.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .button-next:hover {
  cursor: pointer;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .button-before--inner,
.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .button-next--inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .button-before--inner
  span,
.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .button-next--inner
  span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  text-align: center;
}

.timetables-include-wrap-inner .left .timetable-time-results .button-before {
  width: 60px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #016ea1;
  text-align: center;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .button-before
  span {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.timetables-include-wrap-inner .left .timetable-time-results .button-next {
  width: 60px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #016ea1;
}

.timetables-include-wrap-inner .left .timetable-time-results .button-next span {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.timetables-include-wrap-inner .left .timetable-time-results .timeTableResults {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 20px 60px;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  .slick-slide {
  visibility: hidden;
  opacity: 0;
  padding: 3px 0;
  padding-right: 10px;
  width: 0;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  .slick-slide.active {
  visibility: visible;
  opacity: 1;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  .activity-name {
  margin-bottom: 5px;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  img {
  display: block;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 20px;
  object-fit: contain;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  i {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffcb05;
  margin: 15px 0 0;
  display: inline-block;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  .activity-name {
  font-size: 18px;
  font-family: "TradeGothicBoldCn", sans-serif;
  font-weight: 400;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  .activity-time {
  font-size: 14px;
  font-family: "TradeGothicBoldCn", sans-serif;
  font-weight: 400;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results
  .timeTableResults
  > div
  .activity-location {
  padding-top: 3px;
  font-weight: 400;
}

.timetables-include-wrap-inner
  .left
  .timetable-time-results.active
  .timeTableResults {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 20px 60px;
}

.timetables-include-wrap-inner .right {
  float: right;
  width: 25%;
  min-height: 200px;
  padding-left: 16px;
}

@media screen and (max-width: 720px) {
  .timetables-include-wrap-inner .right {
    width: 100%;
  }
}

ul.weekdays {
  background: transparent !important;
  list-style: none !important;
  padding: 0 !important;
  display: block !important;
}

ul.weekdays li {
  margin: 0 !important;
}

div#swimmingWrapp {
  margin-top: 30px;
}

.elementor-post__title a {
  font-family: "TradeGothicBoldCn", sans-serif !important;
  font-weight: normal !important;
}

.table_format thead {
  background: #605e57;
}
.table_format thead tr th {
  color: rgba(255, 255, 255, 0.69);
  text-transform: uppercase;
  font-size: 12px;
  padding: 11px 25px;
}
.table_format tbody {
  background: #ededed;
}
.table_format .table > tbody > tr > td {
  border: 0px;
  padding: 11px 25px;
  color: #575757;
}
.table_format .table > tbody > tr > td.sold {
  color: #cb2027;
  font-weight: bold;
  position: relative;
}
.table_format .table > tbody > tr > td.sold:before {
  content: "";
  position: relative;
  display: inline-block;
  left: 0;
  margin-right: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cb2027;
}
.table_format .table > tbody > tr > td.available {
  color: #41ad49;
  font-weight: bold;
  position: relative;
}
.table_format .table > tbody > tr > td.available:before {
  content: "";
  position: relative;
  display: inline-block;
  left: 0px;
  width: 6px;
  height: 6px;
  margin-right: 3px;
  border-radius: 50%;
  background: #41ad49;
}

.table_format .table > tbody > tr > td.disabled {
  color: rgba(96, 94, 87, 0.22);
}

@media only screen and (max-width: 991px) {
  .table_format .table > tbody > tr > td {
    padding: 11px 18px;
  }
}

td.note .cellnote {
  position: absolute;
  top: 0;
  width: 180px;
  background: white;
  left: 0;
  transform: translate(11%, -84%);
  opacity: 0;
  pointer-events: none;
  padding: 13px;
  text-align: center;
  right: 0;
}

td.note {
  position: relative;
}

td.note:hover .cellnote,
td.note .cellnote:hover {
  opacity: 1;
  pointer-events: initial;
}

td.note:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  /* Switch to /wp-content/themes/olympos/images/information.png once on server */
  background-image: url("/web/20210923091127im_//wp-content/themes/olympos/images/information.png");
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-size: contain;
  opacity: 0.7;
  background-repeat: no-repeat;
}

td.note:hover:before {
  opacity: 1;
  cursor: pointer;
}

span.cellnote:after {
  content: "";
  display: block;
  border: 5px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}

.action-text-span {
  font-family: "TradeGothicBoldCn", sans-serif !important;
  margin-left: 5px;
}

.table_format table {
  width: 100%;
}

/* Tabs Elementor Styling */

.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
  color: #58595b;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 22px;
  border-width: 0px !important;
  border: none !important;
  position: relative !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
  border: none !important;
}

.elementor-widget-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.elementor-active {
  color: #00aeef;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #f4f4f4 !important;
  border: none !important;
}

.elementor-widget-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.elementor-active:after {
  position: absolute;
  top: 0 !important;
  right: -5px !important;
  width: 5px !important;
  height: 1000% !important;
  background-color: #f4f4f4 !important;
}

.elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: none !important;
  border-radius: 10px !important;
  background-color: #f4f4f4 !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .elementor-widget-tabs .elementor-tabs-content-wrapper {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}

.elementor-widget-tabs
  .elementor-tabs-content-wrapper
  .elementor-tab-mobile-title {
  color: #58595b;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 22px;
  border-width: 0px !important;
  border: none !important;
  position: relative !important;
  padding: 20px;
  border-top: 1px solid #c6c6c6 !important;
}

.elementor-widget-tabs
  .elementor-tabs-content-wrapper
  .elementor-tab-mobile-title:first-child {
  border-top: 0px solid #c6c6c6 !important;
}

.elementor-widget-tabs
  .elementor-tabs-content-wrapper
  .elementor-tab-mobile-title.elementor-active {
  border-bottom: 1px solid #c6c6c6 !important;
}

.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
  border: none !important;
  padding: 20px;
}

@media (min-width: 768px) {
  .elementor-widget-tabs .elementor-tabs-content-wrapper {
    display: flex;
    align-items: center;
  }

  .elementor-widget-tabs
    .elementor-tabs-content-wrapper
    .elementor-tab-content
    p:last-child {
    padding-bottom: 0;
  }
}
.elementor-widget-tabs
  .elementor-tabs-content-wrapper
  .elementor-tab-content.elementor-active {
  background-color: #f4f4f4 !important;
}

.elementor-widget-tabs
  .elementor-tabs-content-wrapper
  .elementor-tab-content
  img {
  float: right;
  margin-left: 20px;
}

.homepage-button-section {
  background-color: #fccb03;
  padding: 10px;
}

.homepage-button-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.homepage-button-container > div {
  margin: 0 10px;
}

.homepage-button-container > div:first-child {
  margin: 0 10px 5px;
}

.homepage-button-container > div a {
  display: block;
}

.homepage-button-container > div a div {
  padding: 0px 30px;
}

.homepage-button-container p {
  margin: 0;
  color: white;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  font-family: "TradeGothic", sans-serif !important;
  margin: 0;
  cursor: pointer;
  padding-bottom: 0 !important;
}

@media screen and (min-width: 370px) {
  .homepage-button-container {
    flex-direction: row;
    max-width: 1100px;
    margin: 0 auto;
  }

  .homepage-button-container > div:first-child {
    margin: 0 5px 0px 0;
  }
}

@media screen and (min-width: 500px) {
  .homepage-button-section {
    display: none;
  }
}


#haveWordVideoBck {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: fill !important;
  object-fit: cover !important;
  object-position: center;
}




.hero-middle {
  display: flex;
  align-items: center;
}

.hero-middle .upper-text {
  padding-top: 0;
}

.hero-middle .bottom-text {
  transform: translateX(-10px);
}

.hero-middle .bottom-text h2 {
  text-shadow: 1px 2px 5px black;
  background-color: #0000009c;
}




.activity-slide-information > div > a {
  background-color: #ec008c;
  border-bottom: 5px solid #be1077;
  padding: 0 20px;
  display: inline-block;
  margin-top: 20px;
}

.activity-slide-information > div > a span {
  line-height: 45px;
  display: inline-block;
  color: white;
  font-size: 14px;
  font-family: "TradeGothic", sans-serif !important;
  margin: 0;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  padding-bottom: 0 !important;
}



.table-color-green .timetables-include-wrap-inner .left .timetable-time-results,
.table-color-green .timetables-include-wrap-inner .left ul.weekdays li.active,
.table-color-green .timetables-include-wrap-inner .left ul.weekdays li:hover{
  background-color: #40AA2D;
}
.table-color-green .timetables-include-wrap-inner h3{
  color: #40AA2D;
}


.table-color-green  .activity-slide-information > div > a {
  background-color: #2caeef;
  border-bottom: 5px solid #197daf;
}


p.hidden-note {
  padding: 9px;
  padding-bottom: 9px !important;
  position: absolute;
  top: 0;
  width: 88%;
  color: black !important;
  background-color: white;
  left: 0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  transform: translate(0%, -10%);
  border-radius: 5px;
  font-size: 14px !important;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}

.slick-slide {
  position: relative;
  outline: none;
}

.activity-slide-information {
  position: relative;
}

.activity-slide-information .info-icon {
  width: 15px;
  fill: white;
  position: relative;
  top: 2px;
  /* left: 5px; */
  margin-right: 5px;
}
.activity-slide-information .info-icon:hover ~ p.hidden-note,
p.hidden-note:hover{
  opacity: 1;
  transform: translate(0%, 0%);
  pointer-events: initial;
}

/*
     FILE ARCHIVED ON 09:11:27 Sep 23, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:24:30 Jun 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.488
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.037
  esindex: 0.009
  cdx.remote: 26.182
  LoadShardBlock: 675.121 (3)
  PetaboxLoader3.datanode: 395.856 (5)
  PetaboxLoader3.resolve: 287.95 (2)
  load_resource: 322.732
  loaddict: 171.39
*/