@import url(../vendors/bootstrap/dist/css/bootstrap.min.css);
@import url(../vendors/normalize/normalize.css);
@font-face {
  font-family: "arial-rounded-bold";
  src: url("/assets/fonts/arial-rounded-bold.woff") format("woff"); }
.bg-hibiscus {
  background-color: #B8277B; }

.bg-disco {
  background-color: #9E1F63; }

.bg-rose-bud-cherry {
  background-color: #751175; }

.bg-flamingo {
  background-color: #EF5A28; }

.bg-carrot-orange {
  background-color: #F3901E; }

.bg-casablanca {
  background-color: #F7AC40; }

.bg-yellow-orange {
  background-color: #FAAF40; }

.bg-zest {
  background-color: #E8782D; }

.bg-mosque {
  background-color: #045E66; }

.bg-deep-cerulean {
  background-color: #008AAA; }

.bg-cerulean {
  background-color: #04A9D3; }

.bg-malibu {
  background-color: #6ACFF6; }

.bg-roti {
  background-color: #CCA249; }

.bg-brown {
  background-color: #AB7B2B; }

.bg-dark-brown {
  background-color: #764D1E; }

.bg-polar {
  background-color: #EFF8FB; }

.bg-white {
  background-color: white; }

.bg-black {
  background-color: black; }

.bg-stripped {
  background-image: url("/assets/images/tables/strip.png");
  background-size: 7% 100%;
  background-repeat-x: repeat;
  overflow: hidden; }

.color-hibiscus {
  color: #B8277B; }

.color-disco {
  color: #9E1F63; }

.color-rose-bud-cherry {
  color: #751175; }

.color-flamingo {
  color: #EF5A28; }

.color-carrot-orange {
  color: #F3901E; }

.color-casablanca {
  color: #F7AC40; }

.color-yellow-orange {
  color: #FAAF40; }

.color-zest {
  color: #E8782D; }

.color-mosque {
  color: #045E66; }

.color-deep-cerulean {
  color: #008AAA; }

.color-cerulean {
  color: #04A9D3; }

.color-malibu {
  color: #6ACFF6; }

.color-green {
  color: #89C23F; }

.color-dark-green {
  color: #009345; }

.color-polar {
  color: #EFF8FB; }

.color-white {
  color: white; }

.color-black {
  color: black; }

body {
  font-size: 14px; }

.flex {
  display: flex;
  width: 100%; }
  .flex.center {
    justify-content: center; }
  .flex.vertical-center {
    align-items: center; }
  .flex.direction-column {
    flex-direction: column; }

.has-bottom-line {
  position: relative;
  padding-bottom: 30px; }
  .has-bottom-line:after {
    position: absolute;
    width: 30%;
    height: 3px;
    background-color: black;
    content: "";
    left: 35%;
    bottom: 15px; }

.section-title {
  font-size: 20px;
  margin: 15px 0; }

.oca-form-group {
  position: relative; }
  .oca-form-group:after {
    background-color: #EEEFEF;
    content: "";
    cursor: text;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    pointer-events: none; }

.oca-form {
  margin: 10px 0; }
  .oca-form.oca-form-input {
    text-align: center; }

.hero-image {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.3s; }

.page-title.with-background {
  background-image: url("/assets/images/page-title.png");
  background-size: 100% 100%;
  background-position: top left;
  padding: 40px 30px 40px 20px;
  font-size: 18px;
  color: white; }

.no-padding {
  padding: 0 !important; }

p {
  line-height: 25px; }

.oca-section {
  padding: 50px 0; }
  .oca-section.no-padding {
    padding: 0; }
  .oca-section.after-slant {
    padding-top: 250px;
    z-index: 0; }

.slick {
  width: 100%;
  z-index: 1; }
  .slick img {
    width: inherit; }

.wrapper {
  background-image: url("/assets/images/bg-wrapper.png");
  background-size: cover;
  position: relative;
  z-index: 2; }
  .wrapper .container, .wrapper .container-fluid {
    z-index: 1; }
  .wrapper .slant {
    z-index: 0;
    position: absolute;
    width: 120vw;
    height: 250px;
    overflow: hidden;
    left: -10%;
    background-color: transparent; }
    .wrapper .slant.end {
      bottom: -250px;
      top: auto; }
    .wrapper .slant.start {
      top: -250px;
      bottom: auto; }
    .wrapper .slant:after, .wrapper .slant:before {
      content: "";
      position: absolute;
      height: 200%;
      width: 100%;
      left: 0;
      bottom: 50%; }
    .wrapper .slant:before {
      top: 50%;
      bottom: auto; }
    .wrapper .slant.right:after, .wrapper .slant.right:before {
      transform: rotate(-8deg); }
    .wrapper .slant.left:after, .wrapper .slant.left:before {
      transform: rotate(8deg); }

.page-subtitle {
  letter-spacing: 2px; }

.fill-height {
  height: 100% !important; }

.bold {
  font-weight: 800; }

.text-center {
  text-align: center; }

.background-image {
  background-size: cover;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 2s ease-in-out; }
  .background-image.active {
    opacity: 0.5; }

.arrow {
  background-image: url("/assets/images/facilities/hero-banners/arrow.png");
  height: 80px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute; }

#oca-map-container {
  width: 100%;
  height: 50vh;
  max-height: 500px;
  position: relative; }
  #oca-map-container #oca-map {
    width: 100%;
    height: 100%; }
  #oca-map-container .map-caption {
    position: absolute;
    max-width: 500px;
    padding: 20px;
    bottom: 0;
    background-image: url("/assets/images/map-caption-bg.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
    #oca-map-container .map-caption .caption-content .title {
      font-size: 16px;
      padding-bottom: 20px; }
    #oca-map-container .map-caption .caption-content .content {
      max-width: 80%;
      font-size: 11px; }

.top-background {
  background-image: url("/assets/images/bg-top.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 300px;
  width: 100%; }
  .top-background h1 {
    font-size: 16px;
    color: white;
    letter-spacing: 4px; }

header * {
  transition: all 0.3s ease-in-out; }

header, footer {
  z-index: 21;
  color: white;
  background-color: #231F20; }
  header #oca-navbar, footer #oca-navbar {
    background-color: #231F20;
    transition: all 0.4s ease-in-out;
    color: white;
    z-index: 100;
    width: 100%;
    height: 150px;
    box-shadow: 1px 2px 10px -6px black; }
    header #oca-navbar > .container, footer #oca-navbar > .container {
      height: 100%; }
      header #oca-navbar > .container .navbar-container, footer #oca-navbar > .container .navbar-container {
        z-index: 100;
        display: grid;
        grid-template-columns: 1fr 6fr;
        position: relative;
        justify-content: space-between;
        height: 100%;
        align-items: center; }
      header #oca-navbar > .container a.navbar-brand, footer #oca-navbar > .container a.navbar-brand {
        padding: 0;
        margin: 0; }
        header #oca-navbar > .container a.navbar-brand img, footer #oca-navbar > .container a.navbar-brand img {
          width: 150px;
          height: auto !important; }
    header #oca-navbar .oca-menu, footer #oca-navbar .oca-menu {
      display: inline-flex;
      align-items: flex-end;
      height: 100%; }
      header #oca-navbar .oca-menu ul, footer #oca-navbar .oca-menu ul {
        display: flex;
        padding: 0;
        justify-content: space-around;
        align-items: flex-end;
        margin-bottom: 0;
        z-index: 2; }
        header #oca-navbar .oca-menu ul li, footer #oca-navbar .oca-menu ul li {
          display: inline-block;
          position: relative; }
          header #oca-navbar .oca-menu ul li a, footer #oca-navbar .oca-menu ul li a {
            position: relative;
            color: white;
            height: 100%;
            padding: 25px;
            font-size: 12px;
            display: inline-block;
            z-index: 1; }
            header #oca-navbar .oca-menu ul li a:after, footer #oca-navbar .oca-menu ul li a:after {
              position: absolute;
              left: 0;
              right: 100%;
              background-color: #808082;
              height: 1px;
              content: "";
              bottom: 0;
              transition: all ease-in-out 0.1s; }
            header #oca-navbar .oca-menu ul li a:hover:after, footer #oca-navbar .oca-menu ul li a:hover:after {
              right: 0; }
          header #oca-navbar .oca-menu ul li.has-submenu, footer #oca-navbar .oca-menu ul li.has-submenu {
            transition: all ease-in-out 0.2s; }
            header #oca-navbar .oca-menu ul li.has-submenu .submenu, footer #oca-navbar .oca-menu ul li.has-submenu .submenu {
              position: absolute;
              transition: all ease-in-out 0.15s;
              top: 68px;
              min-width: 200px;
              opacity: 1;
              pointer-events: auto;
              transform: translateY(0);
              visibility: visible; }
              header #oca-navbar .oca-menu ul li.has-submenu .submenu ul, footer #oca-navbar .oca-menu ul li.has-submenu .submenu ul {
                display: flex;
                justify-content: center;
                flex-direction: column;
                padding: 0;
                box-shadow: 3px 4px 10px -6px black; }
                header #oca-navbar .oca-menu ul li.has-submenu .submenu ul li, footer #oca-navbar .oca-menu ul li.has-submenu .submenu ul li {
                  padding: 0;
                  display: block;
                  width: 100%; }
                  header #oca-navbar .oca-menu ul li.has-submenu .submenu ul li a, footer #oca-navbar .oca-menu ul li.has-submenu .submenu ul li a {
                    padding: 20px;
                    background-color: rgba(65, 64, 66, 0.9);
                    width: 100%; }
                    header #oca-navbar .oca-menu ul li.has-submenu .submenu ul li a:after, footer #oca-navbar .oca-menu ul li.has-submenu .submenu ul li a:after {
                      background-color: #808082;
                      left: 10px;
                      right: 10px;
                      height: 1px; }
                    header #oca-navbar .oca-menu ul li.has-submenu .submenu ul li a:hover, footer #oca-navbar .oca-menu ul li.has-submenu .submenu ul li a:hover {
                      background-color: rgba(20, 20, 20, 0.7); }
            header #oca-navbar .oca-menu ul li.has-submenu a i, footer #oca-navbar .oca-menu ul li.has-submenu a i {
              position: absolute;
              color: white;
              left: 0; }
            header #oca-navbar .oca-menu ul li.has-submenu:before, footer #oca-navbar .oca-menu ul li.has-submenu:before {
              position: absolute;
              content: "";
              z-index: 2;
              width: 0;
              height: 0;
              border-left: 8px solid transparent;
              border-right: 8px solid transparent;
              border-bottom: 10px solid #414042;
              bottom: 0;
              left: calc(50% - 4px);
              transform: translateY(0);
              opacity: 1;
              transition: all ease-in-out 0.2s; }
            header #oca-navbar .oca-menu ul li.has-submenu.collapsed:before, footer #oca-navbar .oca-menu ul li.has-submenu.collapsed:before {
              transform: translateY(5px);
              opacity: 0;
              transition: all 0.1s ease-in-out 0.1s; }
            header #oca-navbar .oca-menu ul li.has-submenu.collapsed .submenu, footer #oca-navbar .oca-menu ul li.has-submenu.collapsed .submenu {
              opacity: 0;
              visibility: hidden;
              pointer-events: none;
              height: 0;
              transform: translateY(-5px); }
            header #oca-navbar .oca-menu ul li.has-submenu.collapsed:hover:after, footer #oca-navbar .oca-menu ul li.has-submenu.collapsed:hover:after {
              right: 0; }

footer #oca-navbar .oca-menu ul li.has-submenu .submenu ul li:last-child a:after, footer #oca-navbar .oca-menu ul li.has-submenu .submenu ul li:last-child a:hover:after {
  height: 0px; }
footer > .container {
  padding: 50px 0;
  position: relative; }
footer .footer-title {
  padding-bottom: 50px;
  font-size: 60px;
  display: inline-block;
  position: relative;
  margin: 0 0 50px 0;
  font-weight: 700; }
  footer .footer-title span {
    font-weight: 400; }
  footer .footer-title:after {
    width: 40%;
    height: 3px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    content: ""; }
footer .address-container {
  display: block;
  font-size: 12px; }
  footer .address-container .address {
    display: flex;
    justify-content: flex-start;
    algin-items: flex-start;
    margin-bottom: 10px; }
    footer .address-container .address:first-child {
      margin-top: 10px; }
    footer .address-container .address .content {
      margin-left: 20px;
      line-height: 20px; }
footer .social-media {
  position: absolute;
  bottom: 50px;
  right: 0; }
  footer .social-media .footer-title {
    margin-bottom: 0; }
    footer .social-media .footer-title:after {
      display: none; }
  footer .social-media .social-media-container {
    display: flex;
    justify-content: center; }
    footer .social-media .social-media-container a {
      margin: 0 15px;
      color: white;
      font-size: 50px; }
footer .copyright {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06C0C9; }
  footer .copyright span {
    font-size: 16px;
    color: white; }

#footer-calendar {
  width: 100%;
  display: block;
  height: auto;
  background-image: url("/assets/images/bg-home-calendar.jpg");
  background-size: cover;
  padding: 50px;
  background-position: center; }
  #footer-calendar.active > .container > .row.second-row {
    padding-left: 190px;
    padding-top: 30px; }
    #footer-calendar.active > .container > .row.second-row > .calendar-container.triangle-down {
      border-top-color: rgba(100, 100, 100, 0.8) !important; }
    #footer-calendar.active > .container > .row.second-row > .calendar-container.triangle-up {
      border-bottom-color: rgba(100, 100, 100, 0.8) !important; }
  #footer-calendar.active > .container > .row > * {
    opacity: 1;
    transform: translateY(0) translateX(0) !important;
    transition: opacity 0.6s ease-in-out, border 0.15s ease-in-out, transform 0.7s; }
  #footer-calendar > .container {
    height: 100%;
    padding-left: 50px; }
    #footer-calendar > .container > .row {
      height: auto;
      padding-left: 60px; }
      #footer-calendar > .container > .row > * {
        opacity: 0; }
      #footer-calendar > .container > .row > .triangle-down {
        transform: translateY(-40px); }
      #footer-calendar > .container > .row > .triangle-up {
        transform: translateY(40px); }
  #footer-calendar .visit-container {
    height: 280px;
    display: flex;
    width: 290px;
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px 25px;
    justify-content: center;
    flex-direction: column;
    transform: translateX(-60px); }
    #footer-calendar .visit-container h6 {
      color: white;
      transform: translateX(-20px);
      margin-bottom: 20px; }
    #footer-calendar .visit-container .visit-menu {
      padding: 0; }
      #footer-calendar .visit-container .visit-menu li {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        list-style: none;
        margin-bottom: 10px; }
        #footer-calendar .visit-container .visit-menu li:hover > svg, #footer-calendar .visit-container .visit-menu li:hover a {
          color: #06C0C9; }
        #footer-calendar .visit-container .visit-menu li > svg {
          font-size: 10px;
          color: white;
          transform: translateX(-20px);
          display: inline-block; }
        #footer-calendar .visit-container .visit-menu li a {
          color: white;
          font-size: 10px;
          font-family: "Open Sans";
          letter-spacing: 1px;
          line-height: 12px; }
    #footer-calendar .visit-container:before {
      z-index: -1;
      position: absolute;
      height: 100%;
      content: "";
      width: 100%;
      top: 0;
      left: 0;
      transform: skew(30deg);
      background-color: rgba(3, 98, 114, 0.9); }
  #footer-calendar .calendar-container {
    width: 0;
    height: 0;
    cursor: pointer;
    transition: all ease-in-out 0.15s; }
    #footer-calendar .calendar-container.first-child {
      left: -30px; }
    #footer-calendar .calendar-container.second-child {
      margin-left: -140px;
      margin-top: 30px; }
    #footer-calendar .calendar-container.third-child {
      left: -110px; }
    #footer-calendar .calendar-container.triangle-down {
      border-left: 140px solid transparent;
      border-right: 140px solid transparent;
      border-top: 250px solid rgba(15, 180, 207, 0.9);
      position: relative; }
      #footer-calendar .calendar-container.triangle-down:hover {
        border-top: 250px solid rgba(3, 98, 114, 0.9); }
      #footer-calendar .calendar-container.triangle-down .content {
        margin-top: -250px; }
        #footer-calendar .calendar-container.triangle-down .content .calendar {
          padding-top: 25px; }
    #footer-calendar .calendar-container.triangle-up {
      border-left: 140px solid transparent;
      border-right: 140px solid transparent;
      border-bottom: 250px solid rgba(15, 180, 207, 0.9); }
      #footer-calendar .calendar-container.triangle-up:hover {
        border-bottom: 250px solid rgba(3, 98, 114, 0.9); }
    #footer-calendar .calendar-container .content .detail {
      font-size: 10px;
      line-height: 16px;
      display: flex;
      justify-content: center;
      letter-spacing: 1px;
      text-align: center;
      color: white;
      margin-top: 20px;
      width: 140px;
      margin-left: -70px; }
    #footer-calendar .calendar-container .content .calendar {
      font-size: 10px;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-top: 80px; }
      #footer-calendar .calendar-container .content .calendar .month {
        text-transform: uppercase;
        letter-spacing: 4px;
        padding-bottom: 8px;
        display: inline-block;
        border-bottom: 2px solid white; }
      #footer-calendar .calendar-container .content .calendar .date {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-top: 8px; }

header.fixed {
  z-index: 21;
  position: fixed;
  width: 100%;
  bottom: auto;
  top: 0; }
header.bottom #oca-navbar .submenu {
  top: -250px !important; }
header.small #oca-navbar {
  height: 80px; }
  header.small #oca-navbar > .container {
    height: 100%; }
  header.small #oca-navbar .oca-menu ul li.has-submenu .submenu {
    top: 47px; }
header.small .navbar-brand img {
  width: 90px !important; }
header.small .oca-menu ul li a {
  font-size: 10px !important;
  padding: 16px !important; }

.button-container {
  margin: 25px 0; }

.oca-button {
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
  transition: all ease-in-out 0.2s;
  background-size: cover;
  background-position: center;
  box-shadow: 4px 4px 10px -6px rgba(0, 0, 0, 0.7);
  display: inline-block;
  text-align: center;
  margin: 5px 10px; }
  .oca-button:hover {
    cursor: pointer;
    opacity: 0.8;
    color: white; }
  .oca-button.default {
    background-color: #6D6E71; }
  .oca-button.btn-blue {
    background-image: url("/assets/images/buttons/bg-btn-blue.png"); }
  .oca-button.btn-green {
    background-image: url("/assets/images/buttons/bg-btn-green.png"); }
  .oca-button.btn-orange {
    background-image: url("/assets/images/buttons/bg-btn-orange.png"); }
  .oca-button.btn-purple {
    background-image: url("/assets/images/buttons/bg-btn-purple.png"); }
  .oca-button.btn-black {
    background-image: url("/assets/images/buttons/bg-btn-black.png"); }

.oca-table {
  padding: 40px 0;
  font-size: 16px; }
  .oca-table > .row {
    margin-left: 0;
    margin-right: 0; }
  .oca-table .sub-table {
    padding: 0; }
    .oca-table .sub-table .row.last .col {
      border-bottom-width: 0px !important; }
    .oca-table .sub-table .row.first .col {
      border-top-width: 0px !important; }
  .oca-table.curved-table .row.first .col {
    border-top: 4px solid black; }
  .oca-table.curved-table .row.last .col {
    border-bottom-width: 4px; }
  .oca-table.curved-table .row .col.col-top-left {
    border-top-left-radius: 10px; }
  .oca-table.curved-table .row .col.col-top-right {
    border-top-right-radius: 10px; }
  .oca-table.curved-table .row .col.col-bottom-left {
    border-bottom-left-radius: 10px; }
  .oca-table.curved-table .row .col.col-bottom-right {
    border-bottom-right-radius: 10px; }
  .oca-table .col {
    padding: 10px 25px;
    overflow: hidden;
    margin: 0;
    border: 2px solid black;
    border-top: none;
    border-left: none; }
    .oca-table .col.first {
      border-left: 4px solid black; }
    .oca-table .col.last {
      border-right: 4px solid black; }

#modal {
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.2s;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  #modal.active {
    opacity: 1;
    pointer-events: auto; }
    #modal.active #modal-container {
      opacity: 1; }
  #modal #modal-container {
    padding: 20px;
    box-shadow: 2px 3px 10px -6px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    background-color: white;
    min-height: 200px;
    border-radius: 15px;
    position: relative;
    opacity: 0;
    transition: all 0.2ss ease-in-out 0.2s; }
    #modal #modal-container .header .title {
      font-size: 30px;
      letter-spacing: 2px;
      margin: 0;
      width: 100%;
      display: block; }
    #modal #modal-container .header .subtitle {
      width: 100%;
      display: block;
      font-size: 16px; }
    #modal #modal-container .content {
      padding: 10px 0;
      max-height: 60vh;
      overflow-y: auto; }
      #modal #modal-container .content .content-point {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        #modal #modal-container .content .content-point li {
          margin: 20px 0; }
          #modal #modal-container .content .content-point li .id {
            display: block;
            font-weight: 800;
            color: black; }
          #modal #modal-container .content .content-point li .en {
            display: block;
            font-weight: 400;
            font-style: italic;
            color: #04A9D3; }
    #modal #modal-container #modal-close {
      position: absolute;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      background-color: #EF5A28;
      color: white;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      top: -25px;
      right: -25px; }

.news-slider {
  padding: 0 50px; }
  .news-slider .news-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
    .news-slider .news-container .news {
      position: relative;
      max-width: 300px;
      width: 90%; }
      .news-slider .news-container .news .news-thumb {
        width: 100%;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        overflow: hidden; }
        .news-slider .news-container .news .news-thumb img {
          width: 100%; }
      .news-slider .news-container .news .news-content {
        padding: 20px 0; }
  .news-slider .navigation {
    position: absolute;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    top: 0; }
    .news-slider .navigation:hover {
      background-color: rgba(109, 110, 113, 0.6);
      color: white; }
    .news-slider .navigation.next {
      right: 0;
      left: auto; }
    .news-slider .navigation.prev {
      right: auto;
      left: 0; }

.dots-container {
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .dots-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
    margin: 0; }
    .dots-container ul li {
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      cursor: pointer;
      border: 3px solid #6D6E71;
      border-radius: 100%;
      margin: 0 10px;
      overflow: hidden; }
      .dots-container ul li:hover, .dots-container ul li.slick-active {
        background-color: #6D6E71; }
        .dots-container ul li:hover button, .dots-container ul li.slick-active button {
          color: white; }
      .dots-container ul li button {
        height: 35px;
        width: 35px;
        border-radius: 100%;
        background: none;
        border: none;
        box-shadow: none;
        pointer-events: none;
        color: #6D6E71;
        font-family: "Lato"; }

#scrollAnchor.home {
  margin-top: 80px; }

.slideshow-container {
  transition: all ease-in-out 0.4s; }
  .slideshow-container .dots-container {
    position: absolute;
    bottom: 20px; }
    .slideshow-container .dots-container ul li {
      width: 15px;
      height: 15px;
      border: 0;
      background-color: white; }
      .slideshow-container .dots-container ul li:hover, .slideshow-container .dots-container ul li.slick-active {
        background-color: #04A9D3; }
      .slideshow-container .dots-container ul li button {
        display: none; }
  .slideshow-container .navigation {
    position: absolute;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    top: 0;
    color: white;
    z-index: 2; }
    .slideshow-container .navigation:hover {
      background-color: rgba(109, 110, 113, 0.6);
      color: white; }
    .slideshow-container .navigation.next {
      right: 0;
      left: auto; }
    .slideshow-container .navigation.prev {
      right: auto;
      left: 0; }

.oca-calendar-container {
  background-color: white;
  margin: 20px 0px 50px 0px;
  padding: 20px 50px;
  position: relative;
  border-radius: 20px; }
  .oca-calendar-container .calendar-nav {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
    width: 50px;
    top: 0; }
    .oca-calendar-container .calendar-nav span {
      background-color: rgba(255, 255, 255, 0.3);
      color: #414042;
      height: 30px;
      width: 30px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      cursor: pointer;
      transition: all ease-in-out 0.2s; }
      .oca-calendar-container .calendar-nav span:hover {
        background-color: rgba(255, 255, 255, 0.9);
        color: #414042; }
    .oca-calendar-container .calendar-nav.next {
      right: 0;
      left: auto; }
    .oca-calendar-container .calendar-nav.prev {
      right: auto;
      left: 0; }

.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
  padding-bottom: 0; }

#oca-calendar {
  opacity: 0;
  background-color: white;
  transition: all ease-in-out 0.1s; }
  #oca-calendar.active {
    opacity: 1; }
  #oca-calendar .fc-toolbar {
    padding: 20px;
    margin: 0; }
    #oca-calendar .fc-toolbar.fc-header-toolbar {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; }
  #oca-calendar .fc-widget-header table > thead > tr > th {
    padding: 20px;
    margin: 0; }
    #oca-calendar .fc-widget-header table > thead > tr > th span {
      padding: 6px 15px;
      color: white;
      background-color: #A4A6A9;
      border-radius: 15px; }
    #oca-calendar .fc-widget-header table > thead > tr > th.fc-sat span, #oca-calendar .fc-widget-header table > thead > tr > th.fc-sun span {
      background-color: #414042; }
  #oca-calendar .fc-body {
    padding-top: 30px;
    padding: 20px;
    display: block; }
    #oca-calendar .fc-body tr td {
      border: none; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
  width: 30%;
  text-align: center;
  margin-left: 35%;
  padding: 10px 0; }

.fc-event-container {
  position: relative; }
  .fc-event-container .oca-calendar-event {
    display: flex;
    justify-content: center;
    width: 10px;
    position: absolute;
    align-items: center;
    left: 80px;
    top: -28px;
    color: red !important;
    background-color: red !important;
    border-radius: 100%;
    height: 10px;
    overflow: hidden;
    padding: 0;
    border: none; }

td.fc-day-top.fc-thu.fc-today span {
  background: #04A9D3 !important;
  color: white;
  border-radius: 20px; }

.oca-calendar-navigation-container {
  background-color: white;
  border-radius: 20px;
  padding: 0px 50px;
  margin: 50px 0 20px 0;
  height: 90px; }
  .oca-calendar-navigation-container > div {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
    .oca-calendar-navigation-container > div h2 {
      margin: 0; }
  .oca-calendar-navigation-container .oca-calendar-title {
    justify-content: flex-start; }
  .oca-calendar-navigation-container .oca-calendar-navigation .navigation-input {
    height: 90px;
    margin: 0 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
    .oca-calendar-navigation-container .oca-calendar-navigation .navigation-input > * {
      margin: 0 10px; }
  .oca-calendar-navigation-container .oca-calendar-submit {
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #A4A6A9;
    color: white;
    border-radius: 100%; }

#preloader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008AAA;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  pointer-events: none;
  opacity: 0; }
  #preloader.active {
    opacity: 1;
    pointer-events: auto; }
  #preloader span {
    width: 150px; }
    #preloader span img {
      width: 100%; }

.hero-video {
  background-color: black;
  width: 100vw;
  position: relative;
  background-size: cover;
  overflow: hidden;
  z-index: 20; }
  .hero-video video {
    position: absolute;
    background: black;
    top: 0;
    bottom: 0;
    height: calc(100vh - 150px);
    left: 0;
    width: 100vw; }
  .hero-video .play-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 7px solid white;
    border-radius: 100%;
    left: calc(50% - 50px);
    top: calc(50% - 50px); }
  .hero-video .scroll-bottom {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 30px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .hero-video .scroll-bottom span {
      transition: all ease-in-out 0.2s; }
      .hero-video .scroll-bottom span:hover {
        color: white;
        cursor: pointer; }
  .hero-video .text {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    color: white;
    height: 100vh;
    justify-content: center;
    right: 50px; }
    .hero-video .text h5 {
      font-size: 24px;
      margin: 0;
      font-weight: 400;
      letter-spacing: 33px; }
    .hero-video .text h1 {
      font-size: 80px;
      font-weight: 700;
      margin: 0;
      padding: 0; }

.home-map-container {
  width: 100vw;
  padding: 0; }
  .home-map-container img {
    width: 100%; }

#contact-form {
  min-width: 320px; }

.map-container {
  padding: 25px 0; }
  .map-container img {
    max-width: 100%; }

.socmed-container {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 50px 0; }
  .socmed-container a {
    display: inline-block;
    margin: 0 15px; }
    .socmed-container a img {
      width: 50px; }

.facilities.hero-image {
  height: 900px; }

#facilities-banner {
  overflow: hidden;
  position: relative;
  height: 100%; }
  #facilities-banner #facilities-banner-content {
    z-index: 0; }
    #facilities-banner #facilities-banner-content #facilities-banner-items .arrow {
      transition: all ease-in-out 0.3s; }
    #facilities-banner #facilities-banner-content #facilities-banner-items .main-image {
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      #facilities-banner #facilities-banner-content #facilities-banner-items .main-image img {
        width: 600px;
        display: inline-block; }
    #facilities-banner #facilities-banner-content #facilities-banner-items .items-container {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 83px; }
      #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .items-item-container {
        position: relative; }
      #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .mascot-items .text, #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .text {
        color: white;
        position: absolute;
        width: 100%;
        text-align: center; }
      #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .mascot-items {
        position: absolute;
        height: 180px;
        width: 120px; }
        #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .mascot-items .mascot-img {
          height: 180px;
          width: 120px;
          background-size: contain;
          background-repeat: no-repeat; }
          #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .mascot-items .mascot-img .arrow {
            transform: rotate(-60deg) scale(0.8); }
      #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items {
        position: absolute; }
        #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items:hover .arrow, #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .active .arrow {
          opacity: 0;
          transition: all ease-in-out 0.3s; }
        #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items:hover .bubble-content, #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .active .bubble-content {
          opacity: 1;
          right: -250px;
          transition: all ease-in-out 0.2s; }
          #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items:hover .bubble-content.left, #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .active .bubble-content.left {
            left: -250px;
            right: 50%; }
          #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items:hover .bubble-content span, #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .active .bubble-content span {
            opacity: 1;
            transition: all 0.2s ease-in-out 0.2s; }
        #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .bubble-content {
          font-size: 11px;
          position: absolute;
          opacity: 0;
          background: #04A9D3;
          color: white;
          top: 0;
          left: 50%;
          right: 0px;
          width: auto;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-left: 85px;
          padding-right: 20px;
          z-index: 1;
          box-shadow: 4px 3px 10px -5px rgba(0, 0, 0, 0.5);
          transition: all 0.2s ease-in-out 0.2s; }
          #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .bubble-content.left {
            right: 50%;
            left: 0px;
            padding-right: 85px;
            padding-left: 20px; }
          #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .bubble-content span {
            opacity: 0;
            transition: all ease-in-out 0.2s; }
        #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .items-img {
          position: relative;
          z-index: 2;
          width: 150px;
          height: 150px;
          background-position: center;
          background-size: 110%;
          background-repeat: no-repeat;
          border-radius: 100%;
          border-width: 3px;
          border-style: solid; }
          #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .items-img .arrow {
            background-image: url("/assets/images/facilities/hero-banners/arrow.png");
            height: 100px;
            width: 50px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            position: absolute; }
          #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .items-img.cyan {
            border-color: #6ACFF6; }
          #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .items-img.purple {
            border-color: #9E1F63; }
          #facilities-banner #facilities-banner-content #facilities-banner-items .items-container .bubble-items .items-img.orange {
            border-color: #FAAF40; }
  #facilities-banner #facilities-banner-bg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute; }
    #facilities-banner #facilities-banner-bg > #snow-bg-1 {
      left: 90%;
      top: 120px; }
    #facilities-banner #facilities-banner-bg > #snow-bg-2 {
      top: 90%;
      left: 80%; }
    #facilities-banner #facilities-banner-bg > #snow-bg-3 {
      top: 78%;
      left: 70%; }
    #facilities-banner #facilities-banner-bg > #snow-bg-4 {
      top: 80%;
      left: 50%; }
    #facilities-banner #facilities-banner-bg > #snow-bg-5 {
      top: 90%;
      left: 20%; }
    #facilities-banner #facilities-banner-bg > #snow-bg-6 {
      top: 300px;
      left: 50px; }
    #facilities-banner #facilities-banner-bg > #snow-bg-7 {
      top: 80px;
      left: 50%; }
    #facilities-banner #facilities-banner-bg > #snow-bg-8 {
      top: 70px;
      left: 80%; }
    #facilities-banner #facilities-banner-bg > .snow-bg {
      background-size: contain;
      background-position: center;
      position: absolute;
      background-repeat: no-repeat; }
      #facilities-banner #facilities-banner-bg > .snow-bg.big {
        background-image: url("/assets/images/facilities/hero-banners/bg/snow-big.png");
        width: 200px;
        height: 200px; }
      #facilities-banner #facilities-banner-bg > .snow-bg.medium {
        background-image: url("/assets/images/facilities/hero-banners/bg/snow-medium.png");
        width: 120px;
        height: 120px; }
      #facilities-banner #facilities-banner-bg > .snow-bg.small {
        background-image: url("/assets/images/facilities/hero-banners/bg/snow-small.png");
        width: 60px;
        height: 60px; }
      #facilities-banner #facilities-banner-bg > .snow-bg.tiny {
        background-image: url("/assets/images/facilities/hero-banners/bg/snow-small.png");
        width: 20px;
        height: 20px; }

.mascot-container {
  position: absolute;
  left: calc(350px + 500px);
  top: calc(120px + 515px);
  width: 250px;
  height: 250px; }
  .mascot-container:hover .mascot-content {
    transition: all ease-in-out 0.2s;
    opacity: 1; }
  .mascot-container .mascot-content {
    font-size: 11px;
    position: absolute;
    color: white;
    padding: 40px;
    left: 0;
    width: 100%;
    height: 160px;
    background-color: #04A9D3;
    opacity: 0;
    transition: all ease-in-out 0.4s;
    box-shadow: 4px 3px 10px -5px rgba(0, 0, 0, 0.5); }

.mascot-items#mascot-1 .mascot-img {
  height: 220px;
  width: 130px; }
.mascot-items#mascot-1 .arrow {
  top: 49px;
  left: -6px; }
.mascot-items#mascot-1 .text {
  top: 52px;
  left: -60px; }
.mascot-items#mascot-2 {
  left: calc(150px); }
  .mascot-items#mascot-2 .arrow {
    top: 39px;
    left: -18px; }
  .mascot-items#mascot-2 .text {
    top: 46px;
    left: -80px; }

.bubble-items#bubble-1 {
  left: calc(350px + 500px + 350px);
  top: calc(120px + 0px); }
  .bubble-items#bubble-1 .arrow {
    transform: rotate3d(-1, 1, 0, 180deg);
    top: 80px;
    left: -60px; }
  .bubble-items#bubble-1 .text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: -80px;
    bottom: -30px; }
    .bubble-items#bubble-1 .text .big-number {
      font-size: 50px;
      margin-left: 5px; }
.bubble-items#bubble-2 {
  left: calc(350px + 500px + 430px);
  top: calc(120px + 190px); }
  .bubble-items#bubble-2 .arrow {
    transform: rotate3d(-1.6, 1, 0, 180deg);
    left: -60px;
    top: 51px; }
  .bubble-items#bubble-2 .text {
    bottom: -45px; }
.bubble-items#bubble-3 {
  left: calc(350px + 500px + 380px);
  top: calc(120px + 380px); }
  .bubble-items#bubble-3 .arrow {
    transform: rotate3d(-2, 1, 0, 180deg);
    top: 0;
    left: -70px; }
  .bubble-items#bubble-3 .text {
    bottom: -25px; }
.bubble-items#bubble-4 {
  left: calc(350px + 200px);
  top: calc(120px + 515px); }
  .bubble-items#bubble-4 .arrow {
    transform: rotate(180deg);
    top: -60px;
    right: -30px; }
  .bubble-items#bubble-4 .text {
    bottom: -25px; }
.bubble-items#bubble-5 {
  left: calc(350px + 0px);
  top: calc(120px + 340px); }
  .bubble-items#bubble-5 .arrow {
    transform: rotate3d(1.9, 1, 0, 180deg) scale(0.6);
    top: -35px;
    right: -31px; }
  .bubble-items#bubble-5 .text {
    bottom: -25px; }
.bubble-items#bubble-6 {
  left: calc(350px + 0px);
  top: calc(120px + 146px); }
  .bubble-items#bubble-6 .arrow {
    right: -38px;
    top: 98px;
    transform: rotate(-80deg); }
  .bubble-items#bubble-6 .text {
    bottom: -25px; }

#facilities-content {
  max-width: 960px; }
  #facilities-content img {
    max-width: 100%; }
    #facilities-content img.ice-resurface-time {
      width: 400px; }
  #facilities-content .ice-resurface-schedule {
    padding: 30px 0; }
    #facilities-content .ice-resurface-schedule .oca-button {
      padding: 10px 15px;
      border-radius: 10px;
      font-size: 10px; }
      #facilities-content .ice-resurface-schedule .oca-button:hover {
        cursor: auto;
        opacity: 1; }

#facilities-food {
  background-color: rgba(100, 100, 100, 0.2); }
  #facilities-food > .row > .container {
    max-width: 960px; }
  #facilities-food .dummy-image {
    width: 300px;
    height: 200px;
    display: block;
    background-color: #888;
    margin-left: 50px; }
  #facilities-food .facilities-food-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    #facilities-food .facilities-food-image img {
      width: 200px;
      margin-top: 20px; }

.text-big {
  font-size: 20px;
  font-weight: 700; }

.sport-section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0; }
  .sport-section:first-child {
    margin-top: 50px; }
  .sport-section.active > * {
    opacity: 1; }
    .sport-section.active > *:first-child, .sport-section.active > *:last-child {
      transform: translateX(0px); }
  .sport-section > * {
    opacity: 0;
    transition: all ease-in-out 0.3s; }
    .sport-section > *:first-child {
      transform: translateX(-50px); }
    .sport-section > *:last-child {
      transform: translateX(50px); }
  .sport-section .sport-content {
    position: relative; }
    .sport-section .sport-content .sport-title {
      font-weight: 800;
      font-style: italic;
      position: relative;
      font-size: 60px;
      margin-bottom: 10px; }
      .sport-section .sport-content .sport-title span {
        display: block;
        line-height: 55px;
        letter-spacing: 1px;
        margin: 0; }
    .sport-section .sport-content .sport-description {
      font-size: 12px;
      line-height: 25px;
      font-weight: 400; }
  .sport-section .sport-image img {
    max-width: 900px; }
  .sport-section#sport-figure-skating .sport-content .sport-title {
    text-align: right; }
    .sport-section#sport-figure-skating .sport-content .sport-title span {
      display: block;
      line-height: 60px;
      margin: 0; }
      .sport-section#sport-figure-skating .sport-content .sport-title span:first-child {
        transform: translateX(40px); }
      .sport-section#sport-figure-skating .sport-content .sport-title span:last-child {
        transform: translateX(-20px); }
  .sport-section#sport-figure-skating .sport-content .sport-description {
    text-align: right; }
  .sport-section#sport-figure-skating .sport-image {
    position: absolute;
    right: 0;
    top: -30px;
    display: block;
    width: 800px; }
  .sport-section#sport-ice-hockey .sport-content .sport-title {
    text-align: left; }
    .sport-section#sport-ice-hockey .sport-content .sport-title span:first-child {
      transform: translateX(-40px); }
    .sport-section#sport-ice-hockey .sport-content .sport-title span:last-child {
      transform: translateX(-20px); }
  .sport-section#sport-stss-skating .sport-content .sport-title {
    text-align: left;
    margin-bottom: 20px; }
    .sport-section#sport-stss-skating .sport-content .sport-title span {
      line-height: 40px;
      font-size: 60px; }
      .sport-section#sport-stss-skating .sport-content .sport-title span:first-child {
        font-size: 30px;
        letter-spacing: 2px; }
  .sport-section#sport-stss-skating .sport-content .sport-description {
    text-align: right;
    padding-right: 80px; }

#entry-ticket {
  background-image: none; }
  #entry-ticket .background-image {
    background-image: url("/assets/images/bg-wrapper.png");
    height: calc(100% + 200px); }
  #entry-ticket .slant.end::after {
    background-color: #04A9D3; }
  #entry-ticket #entry-ticket-table {
    color: white; }
    #entry-ticket #entry-ticket-table .col {
      border-color: #045E66; }

#basic-level-pricing-table, #advanced-level-pricing-table {
  color: white; }
  #basic-level-pricing-table .col, #advanced-level-pricing-table .col {
    border-color: #045E66;
    border-width: 4px; }

#registration-fee {
  background-image: none;
  padding-bottom: 280px; }
  #registration-fee .background-image {
    background-image: url("/assets/images/bg-wrapper.png");
    height: calc(100%);
    top: 250px; }

#pricing-addons {
  display: block; }
  #pricing-addons > div > .row {
    padding: 20px 0; }
  #pricing-addons .addon-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
    #pricing-addons .addon-container .addon-subtitle {
      text-align: center;
      margin: 10px 0;
      color: white;
      font-size: 12px;
      height: 80px; }
    #pricing-addons .addon-container .addon-price-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row; }
      #pricing-addons .addon-container .addon-price-container .addon-price {
        width: auto; }
      #pricing-addons .addon-container .addon-price-container .separator {
        margin: 0 10px;
        color: white;
        font-size: 40px; }
    #pricing-addons .addon-container .addon-price {
      font-size: 14px;
      font-weight: 800;
      margin: 10px 0;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      width: 100%;
      text-align: center;
      height: 30px; }
    #pricing-addons .addon-container .addon-thumbnail {
      width: 100%; }
      #pricing-addons .addon-container .addon-thumbnail img {
        width: 80%;
        margin-left: 10%; }
      #pricing-addons .addon-container .addon-thumbnail.two {
        display: grid;
        grid-template-columns: 1fr 1fr; }
        #pricing-addons .addon-container .addon-thumbnail.two img {
          width: 100%; }

#skating-aid {
  z-index: 1;
  padding-top: 150px;
  height: 480px;
  background-image: url(/assets/images/ticketing-and-pricing/skating-aid-bg.png);
  background-repeat: repeat;
  background-size: 100% 100%;
  top: -120px; }
  #skating-aid .skating-aid-title {
    position: absolute;
    top: -100px;
    width: 300px; }
    #skating-aid .skating-aid-title img {
      width: 100%; }
  #skating-aid #skating-aid-types {
    height: 100%; }
    #skating-aid #skating-aid-types > .row {
      height: 100%; }
    #skating-aid #skating-aid-types .skating-aid-type {
      position: relative;
      height: 100%;
      justify-content: flex-end; }
      #skating-aid #skating-aid-types .skating-aid-type .name {
        margin: 10px 0;
        display: inline-flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start; }
        #skating-aid #skating-aid-types .skating-aid-type .name > * {
          margin-top: 10px; }
        #skating-aid #skating-aid-types .skating-aid-type .name .title {
          font-size: 35px;
          font-family: "arial-rounded-bold";
          text-shadow: 3px 3px 6px #045E66;
          letter-spacing: 2px; }
        #skating-aid #skating-aid-types .skating-aid-type .name .subtitle {
          font-size: 16px;
          font-weight: 400;
          display: inline-block;
          margin-top: 0; }
        #skating-aid #skating-aid-types .skating-aid-type .name .price {
          background-color: white;
          color: #04A9D3;
          padding: 6px;
          border-radius: 10px; }
      #skating-aid #skating-aid-types .skating-aid-type .image {
        height: 120%;
        display: inline-block;
        position: absolute; }
        #skating-aid #skating-aid-types .skating-aid-type .image img {
          height: 100%;
          width: auto; }
      #skating-aid #skating-aid-types .skating-aid-type.type-1 .name {
        position: absolute;
        right: 250px;
        align-items: center;
        top: 60px; }
      #skating-aid #skating-aid-types .skating-aid-type.type-1 .image {
        right: 0;
        bottom: 30px; }
      #skating-aid #skating-aid-types .skating-aid-type.type-1 .arrow {
        transform: rotate(-90deg);
        top: 170px;
        left: 230px; }
      #skating-aid #skating-aid-types .skating-aid-type.type-2 .name {
        position: absolute;
        right: 250px;
        align-items: center;
        top: 80px; }
      #skating-aid #skating-aid-types .skating-aid-type.type-2 .image {
        top: -200px;
        right: 0; }
      #skating-aid #skating-aid-types .skating-aid-type.type-2 .arrow {
        top: 140px;
        left: 340px;
        transform: rotate(-120deg); }

#what-to-wear {
  z-index: 0;
  margin-top: -200px;
  padding-top: 200px;
  padding-bottom: 300px;
  background-size: cover;
  background-image: url("/assets/images/ticketing-and-pricing/outfit-bg.jpg");
  background-position: center; }
  #what-to-wear .outfit-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    transform: translateY(50px); }
    #what-to-wear .outfit-title.active {
      opacity: 1;
      transform: translateY(0); }
  #what-to-wear .outfit-list {
    opacity: 0;
    transition: all 0.4s ease-in-out 0.5s;
    transform: translateY(50px); }
    #what-to-wear .outfit-list.active {
      opacity: 1;
      transform: translateY(0); }
    #what-to-wear .outfit-list .image {
      height: 200px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      margin-bottom: 20px; }
      #what-to-wear .outfit-list .image img {
        height: 100%; }
    #what-to-wear .outfit-list span {
      width: 100%;
      display: inline-block;
      text-align: center;
      font-weight: 800; }

#rules-regulations {
  height: 500px;
  background-color: #EDEEEE; }
  #rules-regulations .slant:before {
    background-color: #EDEEEE; }
  #rules-regulations .slant:after {
    background-color: transparent; }
  #rules-regulations .rules-regulations-image img {
    max-width: 400px; }
  #rules-regulations .rules-regulations-content ul {
    padding: 0;
    margin: 0; }
    #rules-regulations .rules-regulations-content ul li {
      padding: 0;
      margin: 0;
      cursor: pointer;
      color: black;
      transition: all ease-in-out 0.2s; }
      #rules-regulations .rules-regulations-content ul li:hover {
        color: #04A9D3; }

.operational-hours .day-hours {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px; }
  .operational-hours .day-hours span {
    color: white;
    display: block; }

.dummy-page .dummy-image {
  position: relative;
  width: 100vw; }
  .dummy-page .dummy-image img {
    width: 100%; }

#modal #modal-container.coaches-modal {
  max-width: 70vw; }
  #modal #modal-container.coaches-modal .title {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800; }
  #modal #modal-container.coaches-modal .subtitle {
    font-size: 40px;
    text-align: center;
    margin: 30px 0; }
  #modal #modal-container.coaches-modal .coach-profile-modal h6 {
    font-weight: 800; }
  #modal #modal-container.coaches-modal .coach-profile-modal ul li {
    margin-bottom: 30px !important;
    margin-top: 0 !important; }

#our-coaches .coach-new-line-separator {
  width: 0%;
  background-color: #414042;
  transition: all 0.5s ease-in-out 0.5s;
  margin: 0;
  height: 1px; }
  #our-coaches .coach-new-line-separator.active {
    width: 100%; }
#our-coaches .coach {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0; }
  #our-coaches .coach.active .coach-container .coach-avatar {
    opacity: 1;
    transform: translateY(0px); }
  #our-coaches .coach.active .coach-container .coach-content .coach-name {
    opacity: 1;
    transform: translateY(0);
    cursor: pointer; }
    #our-coaches .coach.active .coach-container .coach-content .coach-name:hover {
      color: #04A9D3; }
  #our-coaches .coach.active .coach-container .coach-content .separator {
    width: 60%; }
  #our-coaches .coach.active .coach-container .coach-content .coach-title {
    opacity: 1;
    transform: translateY(0px); }
  #our-coaches .coach.active .coach-container .coach-content .coach-socmed {
    opacity: 1;
    transform: translateY(0px); }
  #our-coaches .coach .coach-container {
    width: 250px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
    #our-coaches .coach .coach-container .coach-avatar {
      width: 250px;
      height: 250px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      overflow: hidden;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      transform: translateY(-10px); }
      #our-coaches .coach .coach-container .coach-avatar img {
        width: 100%; }
    #our-coaches .coach .coach-container .coach-content {
      margin-top: 20px;
      position: relative;
      padding-bottom: 50px; }
      #our-coaches .coach .coach-container .coach-content .coach-name {
        color: #414042;
        font-size: 20px;
        text-align: center;
        font-weight: 700;
        display: block;
        opacity: 0;
        transition: all 0.2s ease-in-out 0.2s; }
      #our-coaches .coach .coach-container .coach-content .separator {
        transition: all 0.6s ease-in-out 0.2s;
        width: 0%;
        margin: 10px 20%;
        height: 1px;
        background-color: #414042;
        display: block; }
      #our-coaches .coach .coach-container .coach-content .coach-title {
        text-align: center;
        color: #414042;
        font-size: 14px;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s ease-in-out 0.2s;
        height: 80px; }
      #our-coaches .coach .coach-container .coach-content .coach-socmed {
        bottom: 0;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        position: absolute;
        height: 50px;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.5s ease-in-out 0.5s; }
        #our-coaches .coach .coach-container .coach-content .coach-socmed a {
          display: inline-block;
          color: #414042;
          margin: 0 10px;
          transition: transform ease-in-out 0.2s; }
          #our-coaches .coach .coach-container .coach-content .coach-socmed a:hover {
            transform: scale(1.1, 1.1); }

#athlete-training-programme .hero-container {
  background-image: url("/assets/images/ocapass/athlete-training-bg.jpg");
  height: 400px;
  background-size: cover;
  background-position: center; }
#athlete-training-programme .training-programme-content {
  padding-bottom: 200px; }
  #athlete-training-programme .training-programme-content p {
    text-align: justify !important; }

#price-table .background-image {
  background-image: url("/assets/images/bg-wrapper-2.png"); }
  #price-table .background-image.active {
    opacity: 0.2; }
#price-table .page-title {
  font-weight: 400; }
#price-table .page-subtitle {
  font-weight: 700; }
#price-table .price-table-quotes {
  font-size: 16px;
  margin: 30px 0; }
#price-table .price-table-content {
  font-size: 14px; }
#price-table .registration-title {
  align-items: center; }

#page-rules-regulations .list-container, #page-terms-conditions .list-container {
  padding: 60px 0; }
#page-rules-regulations .page-title, #page-terms-conditions .page-title {
  font-weight: 400; }
#page-rules-regulations .page-subtitle, #page-terms-conditions .page-subtitle {
  font-weight: 700; }
#page-rules-regulations .id, #page-terms-conditions .id {
  font-style: italic; }
#page-rules-regulations .en, #page-terms-conditions .en {
  font-weight: 700; }
#page-rules-regulations .page-title-content, #page-terms-conditions .page-title-content {
  margin: 30px 0; }
  #page-rules-regulations .page-title-content p, #page-terms-conditions .page-title-content p {
    margin: 0; }
#page-rules-regulations .page-rules-regulations-list, #page-terms-conditions .page-rules-regulations-list {
  list-style: none;
  padding-bottom: 30px; }
  #page-rules-regulations .page-rules-regulations-list li, #page-terms-conditions .page-rules-regulations-list li {
    position: relative;
    margin: 20px 0; }
    #page-rules-regulations .page-rules-regulations-list li:after, #page-terms-conditions .page-rules-regulations-list li:after {
      position: absolute;
      left: -30px;
      top: 0;
      content: "";
      width: 20px;
      height: 20px;
      background-size: contain;
      background-position: center; }
    #page-rules-regulations .page-rules-regulations-list li span, #page-terms-conditions .page-rules-regulations-list li span {
      display: block;
      margin: 10px 0; }
  #page-rules-regulations .page-rules-regulations-list#skating-rules-regulations li:after, #page-terms-conditions .page-rules-regulations-list#skating-rules-regulations li:after {
    background-image: url("/assets/images/ocapass/bullet-green.png"); }
  #page-rules-regulations .page-rules-regulations-list#skating-rules-regulations li .en, #page-terms-conditions .page-rules-regulations-list#skating-rules-regulations li .en {
    color: #009345; }
  #page-rules-regulations .page-rules-regulations-list#skating-safety-advice li:after, #page-terms-conditions .page-rules-regulations-list#skating-safety-advice li:after {
    background-image: url("/assets/images/ocapass/bullet-purple.png"); }
  #page-rules-regulations .page-rules-regulations-list#skating-safety-advice li .en, #page-terms-conditions .page-rules-regulations-list#skating-safety-advice li .en {
    color: #9E1F63; }

.oca-list.green li:after {
  background-image: url("/assets/images/ocapass/bullet-green.png"); }
.oca-list.green li .en {
  color: #009345; }
.oca-list.purple li:after {
  background-image: url("/assets/images/ocapass/bullet-purple.png"); }
.oca-list.purple li .en {
  color: #9E1F63; }

#plan-visit #visit-getting-here {
  padding: 50px 0;
  background-color: #eee; }
#plan-visit #visit-direction {
  padding: 50px 0; }
  #plan-visit #visit-direction .getting-here li.active > .row > div {
    opacity: 1;
    transform: translateX(0); }
  #plan-visit #visit-direction .getting-here li > .row > div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    #plan-visit #visit-direction .getting-here li > .row > div:first-child {
      transform: translateX(-30px);
      transition: all ease-in-out 0.2s; }
    #plan-visit #visit-direction .getting-here li > .row > div:last-child {
      transform: translateX(30px);
      transition: all 0.2s ease-in-out 0.2s; }
#plan-visit #visit-socmed {
  position: relative;
  background-color: rgba(3, 98, 114, 0.9);
  padding: 50px 0; }
  #plan-visit #visit-socmed:after {
    content: "";
    background-image: url("/assets/images/bg-wrapper-2.png");
    position: absolute;
    background-size: cover;
    background-position: top left;
    left: 0;
    top: 0;
    width: 0;
    height: 100%; }
#plan-visit .getting-here {
  list-style: none;
  padding: 0;
  width: 100%; }
  #plan-visit .getting-here li {
    padding: 0;
    margin: 40px 0;
    background-color: rgba(255, 255, 255, 0.6); }
    #plan-visit .getting-here li .row > div {
      padding: 40px; }
      #plan-visit .getting-here li .row > div .title {
        font-size: 20px;
        color: #04A9D3;
        margin-bottom: 20px; }
      #plan-visit .getting-here li .row > div .content {
        font-size: 14px; }
      #plan-visit .getting-here li .row > div.thumbnail {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row; }
        #plan-visit .getting-here li .row > div.thumbnail img {
          width: 100%; }

#ocapass-table {
  padding: 30px;
  background-color: #EFF8FB; }
  #ocapass-table * {
    border-color: #008AAA; }

.event-lists {
  padding: 50px; }
  .event-lists .event-list .list-container .container-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 150px; }
    .event-lists .event-list .list-container .container-image img {
      width: 150px; }
  .event-lists .event-list .list-container .container-title {
    font-size: 20px;
    color: #04A9D3;
    height: 80px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
  .event-lists .event-list .list-container .container-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center; }
    .event-lists .event-list .list-container .container-content p {
      width: 300px; }

.birthday-package img {
  align-self: center; }

.error-container {
  height: 100vh;
  background-image: url("/assets/images/bg-wrapper-2.png");
  background-color: #EFF8FB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .error-container h1 {
    font-size: 4em;
    font-weight: 400;
    text-shadow: 3px 4px rgba(0, 0, 0, 0.2); }

body {
  font-family: "Montserrat";
  color: #414042;
  background-color: white;
  overflow-x: hidden; }

a {
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    text-decoration: none; }

.wrapper {
  padding: 0; }

.page-title {
  font-weight: 700; }

img {
  width: 100%; }
