@charset "UTF-8";
@font-face {
  font-family: "BigJohn";
  src: url("../../fonts/bigjohnpro-regular.woff2") format("woff2");
}
@font-face {
  font-family: "BigJohnBold";
  src: url("../../fonts/bigjohnpro-bold.woff2") format("woff2");
}
body {
  font-family: "Ubuntu", "Helvetica Neue", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "BigJohnBold", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

h6, p {
  font-size: 1.25rem;
}

img {
  max-width: 100%;
}

@media (min-width: 1440px) {
  .container-wide {
    max-width: 1344px;
  }
}

.bg-primary {
  background: #5a8bae !important;
}

.bg-secondary {
  background: #073759 !important;
}

.bg-faded {
  background: #f8f9fa;
}

.text-faded {
  color: #f8f9fa;
}

.text-primary {
  color: #5a8bae !important;
}

.text-secondary {
  color: #073759 !important;
}

.text-shadow {
  text-shadow: 0 1px 2px #333;
}

.box-shadow {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
}

.box-shadow-hover {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover:hover {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
}

.br-square {
  border-radius: 0px;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #073759;
}

.o-hidden {
  overflow: hidden;
}

.o-cover {
  object-fit: cover;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-a-t-50 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pos-a-l-50 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.top-0-left-0 {
  top: 0;
  left: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

li > i {
  text-align: center;
  width: 24px;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .mb-xxxl-6 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .d-nb-flex {
    display: flex !important;
  }
}
.btn {
  outline: none !important;
  box-shadow: none !important;
  padding: 0.4375rem 1rem;
}
.btn.btn-shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.btn-lg {
  line-height: 1.75rem;
  padding: 1rem 1.75rem 1.125rem;
}

.btn-xl {
  font-size: 2rem;
  line-height: 2.5rem;
  padding: 1.5rem 3rem;
}

.btn-primary {
  background-color: #5a8bae;
  border-color: #5a8bae;
}
.btn-primary:hover {
  background-color: #4d7b9d;
  border-color: #4d7b9d;
}

.btn-secondary {
  background-color: #073759;
  border-color: #073759;
}
.btn-secondary:hover {
  background-color: #042338;
  border-color: #042338;
}
.btn-secondary.mixitup-control-active {
  background-color: #5a8bae;
  border-color: #5a8bae;
}
.btn-secondary.mixitup-control-active:hover {
  background-color: #4d7b9d;
  border-color: #4d7b9d;
}

.btn-white {
  color: #073759;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  background-color: #ededed;
  border-color: #ededed;
}

.btn-white-o {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white-o:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-primary-o {
  color: #5a8bae;
  background-color: transparent;
  border-color: #5a8bae;
}
.btn-primary-o:hover {
  color: #5a8bae;
  background-color: rgba(90, 139, 174, 0.15);
}

.btn-cta {
  background-color: #FAEB7D;
  border-color: #FAEB7D;
}
.btn-cta:hover {
  background-color: #f9e65b;
  border-color: #f9e65b;
}

.btn-gradient {
  background: linear-gradient(60deg, #073759, #5a8bae, #D7CB7D, #BB5543);
  color: #fff;
  border: none;
  background-size: 200% 200%;
  animation: gradient 3s ease alternate infinite;
}
.btn-gradient:hover {
  color: #e8e8e8;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.logo {
  position: relative;
  width: 165.111px;
}

header {
  position: relative;
  z-index: 1000;
}

.navbar {
  padding: 0 1.5rem;
  z-index: 1;
}
.navbar .navbar-brand {
  padding: 0.5rem 0;
}
body.home .navbar .navbar-brand {
  opacity: 0;
  visibility: hidden;
}
.navbar .menu-toggler {
  cursor: pointer;
  position: fixed;
  background: transparent;
  top: 4.5rem;
  right: 1.5rem;
  width: 2.75rem;
  height: 2.25rem;
  border: none;
  z-index: 1002;
  transition: all 0.5s ease-in-out;
}
.navbar .menu-toggler.mtScroll {
  top: 1.5rem;
}
.navbar .menu-toggler span {
  display: block;
  position: absolute;
  background: #FAFAFA;
  width: 100%;
  height: 0.25rem;
  left: 0;
  opacity: 1;
  border-radius: 0.25rem;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.home .navbar .menu-toggler span {
  background: #073759;
  box-shadow: 0 1px 8px rgba(255, 255, 255, 0.7);
}
.navbar .menu-toggler span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.navbar .menu-toggler span:nth-child(2) {
  top: 1rem;
  transform-origin: left center;
}
.navbar .menu-toggler span:nth-child(3) {
  top: 2rem;
  transform-origin: left center;
}
.navbar .menu-toggler:not(.collapsed) span {
  background: #FAFAFA;
}
.navbar .menu-toggler:not(.collapsed) span:nth-child(1) {
  top: 2px;
  left: 0;
  transform: rotate(45deg);
}
.navbar .menu-toggler:not(.collapsed) span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar .menu-toggler:not(.collapsed) span:nth-child(3) {
  top: 2rem;
  left: 0;
  transform: rotate(-45deg);
}
.navbar .menu-toggler:hover span {
  background: #dedfe0;
}
.navbar .menu-toggler:hover:not(.collapsed) span {
  background: #FAFAFA;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.97%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body.home .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.97%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .menu-collapsed {
  position: fixed;
  background: rgba(7, 55, 89, 0.95);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  z-index: 1001;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.navbar .menu-collapsed.collapsed {
  transform: translateY(-100%);
}
.navbar .menu-collapsed .navbar-nav {
  position: absolute;
  overflow-y: scroll;
  height: 100%;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  padding-top: 144px;
}
.navbar .menu-collapsed .navbar-nav .nav-link {
  font-size: 2rem;
  text-align: center;
}

.light {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(2);
  width: 0px;
  height: 0px;
  margin: 0;
  background: #fff;
  z-index: 9;
  -moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  -moz-animation: flaremove 10s alternate infinite ease-in-out, lightbright 10s alternate infinite linear;
  -webkit-animation: flaremove 10s alternate infinite ease-in-out, lightbright 10s alternate infinite linear;
  animation: flaremove 10s alternate infinite ease-in-out, lightbright 10s alternate infinite linear;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

.flare {
  position: absolute;
  top: 80%;
  left: 80%;
  -moz-animation: flaremove 10s alternate infinite ease-in-out;
  -webkit-animation: flaremove 10s alternate infinite ease-in-out;
  animation: flaremove 10s alternate infinite ease-in-out;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

.flare.one {
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  -moz-box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
  -webkit-box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
  box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
}

.flare.two {
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  -moz-box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
  -webkit-box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
  box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
}

.flare.three {
  margin: -150px 0 0 -150px;
  width: 300px;
  height: 300px;
  -moz-box-shadow: inset 0px 0px 22px 2px rgba(255, 210, 50, 0.15), 0px 0px 13px 2px rgba(255, 210, 50, 0.15);
  -webkit-box-shadow: inset 0px 0px 22px 2px rgba(255, 210, 50, 0.15), 0px 0px 13px 2px rgba(255, 210, 50, 0.15);
  box-shadow: inset 0px 0px 22px 2px rgba(255, 210, 50, 0.15), 0px 0px 13px 2px rgba(255, 210, 50, 0.15);
}

.flare.four {
  margin: 20% 0 0 20%;
  width: 100px;
  height: 100px;
  -moz-box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
  -webkit-box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
  box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
}

.flare.five {
  margin: -5% 0 0 -5%;
  width: 60px;
  height: 60px;
  -moz-box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
  -webkit-box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
  box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
}

.flare.six {
  margin: 20% 0 0 20%;
  width: 20px;
  height: 20px;
  -moz-box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
  -webkit-box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
  box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
}

@-moz-keyframes flaremove {
  0% {
    left: -20%;
    top: 0%;
  }
  100% {
    left: 140%;
    top: 120%;
  }
}
@-webkit-keyframes flaremove {
  0% {
    left: -20%;
    top: 0%;
  }
  100% {
    left: 140%;
    top: 120%;
  }
}
@keyframes flaremove {
  0% {
    left: -20%;
    top: 0%;
  }
  100% {
    left: 140%;
    top: 120%;
  }
}
@-moz-keyframes lightbright {
  0% {
    -moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  50% {
    -moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  100% {
    -moz-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
    box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
  }
}
@-webkit-keyframes lightbright {
  0% {
    -moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  50% {
    -moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  100% {
    -moz-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
    box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
  }
}
@keyframes lightbright {
  0% {
    -moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  50% {
    -moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  100% {
    -moz-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
    box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
  }
}
.fb-page > span {
  height: 600px !important;
}
.fb-page iframe {
  height: 600px !important;
}

h1.title,
h2.title,
h3.title {
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
h1.title::after,
h2.title::after,
h3.title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  background-color: #073759;
  width: 64px;
  height: 4px;
  left: calc(50% - 40px);
}

section.hero {
  min-height: 100vh;
  margin-top: -179.667px;
}
section.hero > img {
  object-fit: cover;
}
section.hero .main-content {
  padding: 0.5rem 0 1rem;
  z-index: 10;
}
@media (min-width: 576px) {
  section.hero .main-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  section.hero .main-content {
    padding: 2rem 0 2rem;
  }
}
@media (min-width: 992px) {
  section.hero .main-content {
    padding: 2.5rem 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.hero .main-content {
    padding: 3rem 0 3rem;
  }
}
@media (min-width: 1440px) {
  section.hero .main-content {
    padding: 5rem 0 5rem;
  }
}
@media (min-width: 1680px) {
  section.hero .main-content {
    padding: 8rem 0 8rem;
  }
}
section.hero .heroContent {
  width: 100%;
}
@media (min-width: 576px) {
  section.hero .heroContent {
    width: auto;
  }
}
section.hero .hLogo {
  width: 165.111px;
}
@media (min-width: 576px) {
  section.hero .hLogo {
    width: 84.238vw;
    min-width: 165.111px;
  }
}
section.hero.heroAnimation > i {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  bottom: -4px;
  animation: animate linear infinite;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-100vh);
  }
}
section.next_show {
  background: linear-gradient(to top, #0b5488, #073759);
}
section.next_show .nsBorder {
  border: 4px solid #fff;
  padding: 0.75rem 2rem 1rem;
}
section.next_show .nsImg {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  section.next_show .nsImg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
section.next_show iframe {
  max-width: 100%;
  max-height: 320px;
}

section.icon_links .col-lg-4 {
  background: linear-gradient(to bottom right, #5a8bae, #073759);
}
section.icon_links .col-lg-4:hover, section.icon_links .col-lg-4:active, section.icon_links .col-lg-4:focus {
  background: linear-gradient(to bottom right, #4d7b9d, #042338);
}
section.icon_links .ilWrap {
  padding: 4rem 1rem;
}
@media (min-width: 768px) {
  section.icon_links .ilWrap {
    padding: 5rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  section.icon_links .ilWrap {
    padding: 6rem 2rem;
  }
}

@media (min-width: 992px) {
  section.stay_in_touch .sitContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 5rem;
  }
}
section.stay_in_touch .sitContent p {
  font-size: 1.25rem;
}
section.stay_in_touch input, section.stay_in_touch textarea {
  background-color: #d2d2d2;
  color: #373737;
  font-size: 0.875rem;
  box-shadow: none;
  border: 0;
  padding: 0.75rem 1.5rem;
}
section.stay_in_touch input {
  line-height: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  section.stay_in_touch .sitFbWrap {
    width: 50%;
  }
}
section.stay_in_touch .sitFb {
  width: 340px;
}
section.stay_in_touch .sitFbContent {
  max-width: 800px;
}
@media (min-width: 992px) {
  section.stay_in_touch .sitFbContent {
    background: #fff;
  }
}

section.whats_on .head p {
  font-size: 1.25rem;
}
section.whats_on .col-lg-4 {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
section.whats_on .woContent {
  display: flex;
  flex-direction: column;
  background: #073759;
  height: 100%;
  padding: 1rem;
  transition: all 0.15s ease;
}
section.whats_on .woContent:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
section.whats_on .woWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
section.whats_on .woLink {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 40px;
  z-index: 2;
}
section.whats_on .woLink:hover + .woImg .woExerpt {
  left: 0;
}
section.whats_on .woExerpt {
  position: absolute;
  background: rgba(7, 55, 89, 0.9);
  color: #fff;
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  padding: 1.5rem 2rem;
  z-index: 1;
  transition: all 0.15s ease;
}
section.whats_on .woExerpt p {
  color: #fff !important;
  font-family: "Ubuntu", "Helvetica Neue", sans-serif !important;
  font-size: 1.25rem;
  line-height: 1.5 !important;
  overflow: hidden;
  max-height: 100%;
  margin: 0;
}
section.whats_on .woImg {
  position: relative;
  overflow: hidden;
}
section.whats_on .woImg::before {
  content: "";
  display: block;
  padding-top: 75%;
}
section.whats_on .woImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.whats_on .woImg + div > p {
  font-family: "Ubuntu", "Helvetica Neue", sans-serif;
}

footer {
  color: #f8f9fa;
}
footer h3 {
  font-size: 1.25rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
footer a {
  color: #fff;
}
footer a:hover, footer a:active, footer a:focus {
  color: #edeeef;
}
footer .footer-social-icon {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  margin-right: 0.75rem;
}
footer .footer-social-icon:hover > i {
  color: #4d7b9d;
}
footer .footer-social-icon > i {
  color: #5a8bae;
  left: 0;
  transform: translateY(50%);
}

section.whats_on_detail {
  background: linear-gradient(to top, #0b5488, #073759);
}
section.whats_on_detail .wodInfoPre {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  section.whats_on_detail .wodInfoPre {
    font-size: 1rem;
  }
}
section.whats_on_detail .wodInfo {
  font-family: "Ubuntu", "Helvetica Neue", sans-serif;
}
@media (min-width: 992px) {
  section.whats_on_detail .wodInfo {
    font-size: 1.125rem;
  }
}
section.whats_on_detail .text-white p {
  color: #fff !important;
  font-family: "Ubuntu", "Helvetica Neue", sans-serif !important;
  line-height: 1.5 !important;
}

.fixed-side {
  position: fixed;
  right: -130px;
  z-index: 500;
}
@media (min-width: 992px) {
  .fixed-side {
    top: 50%;
  }
}
@media (max-width: 991.98px) {
  .fixed-side {
    bottom: -80px;
    right: 0;
    left: 0;
    transition: all 0.3s ease;
    display: flex;
  }
  .fixed-side > a {
    flex-grow: 1;
  }
}
.fixed-side i {
  font-size: calc(16px + 0.2vw);
  color: #fff;
}
@media (min-width: 992px) {
  .fixed-side .side-one,
.fixed-side .side-two,
.fixed-side .side-three {
    position: relative;
    height: 60px;
    width: 190px;
    transition: all 0.3s ease;
  }
  .fixed-side .side-three {
    border-bottom: 0;
  }
  .fixed-side .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }
  .fixed-side .side-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    left: 0;
    transition: all 0.3s ease;
  }
  .fixed-side .side-content:hover {
    left: -120px;
    background: #5a8bae;
  }
}

@media (max-width: 991.98px) {
  .side-two,
.side-three,
.side-one {
    height: 50px;
    display: flex;
    justify-content: space-around;
  }

  .side-content {
    position: relative;
    display: flex;
    align-items: center;
    left: 0;
    transition: all 0.3s ease;
  }
  .side-content:hover {
    background: #5a8bae;
    transition: all 0.3s ease;
  }
  .side-content i {
    color: white;
  }
}
@media (max-width: 991.98px) and (max-width: 768px) {
  .side-content p {
    display: none;
  }
}
@media (max-width: 992px) {
  .fixed-side-show {
    bottom: -1px;
    transition: all 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fixed-side {
    display: none;
  }

  .fixed-side.fixed-desktop {
    display: block;
  }

  .side-one .side-content {
    background: #343940;
  }

  .side-two .side-content {
    background: #455060;
  }

  .side-three .side-content {
    background: #66707c;
  }
}
@media (max-width: 991.98px) {
  .fixed-side .cta-one {
    background: #343940;
  }

  .fixed-side .cta-two {
    background: #455060;
  }

  .fixed-side .cta-three {
    background: #66707c;
  }
}
section.hero_short {
  min-height: 640px;
  margin-top: -179.667px;
}
section.hero_short.shorter {
  min-height: 400px;
}
section.hero_short .hsOverlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
}
section.hero_short .main-content-wrap {
  max-height: 100%;
  top: calc(50% + 72px);
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  section.hero_short .main-content-wrap {
    top: unset;
    bottom: 0;
    transform: none;
  }
}
section.hero_short .main-content {
  max-width: 1024px;
}
@media (min-width: 576px) {
  section.hero_short h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  section.hero_short h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1440px) {
  section.hero_short h1 {
    font-size: 3.25rem;
  }
}
section.hero_short p {
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  section.hero_short p {
    margin-bottom: 1;
  }
}
@media (min-width: 768px) {
  section.hero_short p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
section.hero_short .btn-lg {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 0.625rem 0.625rem;
}
@media (min-width: 370px) {
  section.hero_short .btn-lg {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.25rem 0.875rem;
  }
}
@media (min-width: 576px) {
  section.hero_short .btn-lg {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 1rem 1.75rem 1.125rem;
  }
}

.whats_on_filter h2 {
  line-height: 1.25rem;
}
.whats_on_filter li {
  width: 100%;
}
@media (min-width: 768px) {
  .whats_on_filter li {
    width: auto;
  }
}
.whats_on_filter input, .whats_on_filter select {
  background-color: #fafafa;
  color: #373737;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  box-shadow: none;
  border: 0;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .whats_on_filter input, .whats_on_filter select {
    width: auto;
  }
}
.whats_on_filter input::placeholder, .whats_on_filter select::placeholder {
  color: #373737;
}
.whats_on_filter .inputDate {
  position: relative;
}
.whats_on_filter .inputDate input {
  cursor: pointer;
}
@media (min-width: 768px) {
  .whats_on_filter .inputDate input {
    width: 200px;
  }
}
.whats_on_filter .inputDropdown {
  position: relative;
}
.whats_on_filter .inputDropdown:after {
  content: "";
  position: absolute;
  display: inline-block;
  color: #bdbdbd;
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 900;
  right: 1rem;
  top: 1rem;
  pointer-events: none;
}
.whats_on_filter .inputDropdown select {
  color: #727272;
  height: 3rem;
  appearance: none;
  cursor: pointer;
  outline: 0;
}
@media (min-width: 768px) {
  .whats_on_filter .inputDropdown select {
    width: 200px;
  }
}
.whats_on_filter .btn {
  width: 100%;
  padding: 0.6875rem 1.5rem;
}

.dragonScales {
  background-color: #073759;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%23073759' cx='50' cy='0' r='50'/%3E%3Cg fill='%230d3b5d' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%23123f61' cx='50' cy='100' r='50'/%3E%3Cg fill='%23174365' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%231b4769' cx='50' cy='200' r='50'/%3E%3Cg fill='%231f4b6e' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%23234f72' cx='50' cy='300' r='50'/%3E%3Cg fill='%23275376' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%232b577a' cx='50' cy='400' r='50'/%3E%3Cg fill='%232f5b7e' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%23335f83' cx='50' cy='500' r='50'/%3E%3Cg fill='%23376487' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%233b688b' cx='50' cy='600' r='50'/%3E%3Cg fill='%233f6c8f' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%23437094' cx='50' cy='700' r='50'/%3E%3Cg fill='%23467598' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%234a799c' cx='50' cy='800' r='50'/%3E%3Cg fill='%234e7ea1' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%235282a5' cx='50' cy='900' r='50'/%3E%3Cg fill='%235687aa' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%235a8bae' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: contain;
  z-index: -1;
}

a.text-white:hover, a.text-white:active, a.text-white:focus {
  text-decoration: underline;
}

.gallery-image {
  width: 50%;
}
@media (min-width: 992px) {
  .gallery-image {
    width: 33.333%;
  }
}
.gallery-image > a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.gallery-image > a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
