@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-Light.ttf);
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-LightItalic.ttf);
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-Regular.ttf);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-Italic.ttf);
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-Medium.ttf);
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-SemiBold.ttf);
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-SemiBoldItalic.ttf);
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-Bold.ttf);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url(/styles/fonts/Nunito-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic; }

html {
  font-size: 16px; }

body {
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
  body {
    font-size: 1rem; } }

@media only screen and (min-width: 1400px) {
  .container {
    width: 1370px; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

h1, .h1 {
  font-size: 2.5rem;
  color: #0092d8; }
  @media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 2.25rem; } }
  @media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 2rem; } }
  @media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.75rem; } }

h2, .h2 {
  font-size: 2.25rem;
  color: #0092d8; }
  @media only screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 2.125rem; } }
  @media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 1.875rem; } }
  @media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 1.625rem; } }

h3, .h3 {
  font-size: 2rem; }
  @media only screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 1.75rem; } }
  @media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 1.5rem; } }

h4, .h4 {
  font-size: 1.75rem; }
  @media only screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 1.625rem; } }
  @media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 1.375rem; } }

h5, .h5 {
  font-size: 1.5rem; }
  @media only screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 1.375rem; } }

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

a {
  color: #303030;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }
  a:hover, a:focus {
    color: #0092d8; }

.custom-button {
  display: inline-block;
  background: #fff;
  border: 1px solid #0092d8;
  border-radius: 1rem;
  font-family: ;
  color: #0092d8;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.875rem 1.5rem;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }
  .custom-button:hover, .custom-button:focus {
    background: #0092d8;
    color: #fff; }
  @media only screen and (max-width: 767px) {
  .custom-button {
    font-size: 0.875rem; } }

.page-wrapper {
  background: #ddd; }
  .page-wrapper .page-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1920px;
    min-height: 100vh;
    background: #fff;
    margin-left: auto;
    margin-right: auto; }
    .page-wrapper .page-wrapper-inner .page-content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }

.navbar {
  margin-top: 20px; }
  @media only screen and (min-width: 992px) {
  .navbar .nav.navbar-nav > li {
    border-bottom: 0; }
    .navbar .nav.navbar-nav > li.active a {
      color: #0092d8; }

    .navbar .nav.navbar-nav > li a:hover, .navbar .nav.navbar-nav > li a:focus {
      background-color: transparent; }

    .navbar .nav.navbar-nav > li:hover {
      border-bottom: 0; }

    .navbar .nav.navbar-nav > li[class^="navbar"] a {
      font-size: 1rem; } }
  @media only screen and (max-width: 991px) {
  .navbar .navbar-toggle {
    border-color: #0092d8; }
    .navbar .navbar-toggle .icon-bar {
      background-color: #0092d8; }
  .navbar .nav {
    padding-top: 1rem; } }

.carousel-wrap, .carousel-wrap .holder {
  height: 700px;
  max-height: 100vh; }
  @media only screen and (max-width: 1200px) {
  .carousel-wrap, .carousel-wrap .holder {
    height: 550px; } }
  @media only screen and (max-width: 991px) {
  .carousel-wrap, .carousel-wrap .holder {
    height: 400px; } }

.attractions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem; }
  .attractions .tile {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, .07);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .07);
    border-radius: 1rem;
    color: #303030;
    text-decoration: none !important;
    transition: all 0.15s ease-in-out 0s;
    overflow: hidden; }
    .attractions .tile:before {
      content: '\f105';
      font-family: 'FontAwesome';
      position: absolute;
      right: 1rem;
      bottom: 1rem;
      color: #0092d8;
      font-size: 2rem;
      line-height: 1; }
    .attractions .tile img {
      max-width: 100%; }
    .attractions .tile .content {
      padding: 1.75rem 2rem 3rem; }
      .attractions .tile .content .heading {
        position: relative;
        color: #0092d8;
        font-size: 1.5rem;
        font-weight: 700;
        padding-left: 1.5rem;
        margin-top: 0;
        margin-bottom: 1.25rem; }
        .attractions .tile .content .heading:before {
          content: '/';
          position: absolute;
          top: 0;
          left: 0;
          color: #0092d8; }
      .attractions .tile .content p {
        margin: 0;
        font-size: 1rem; }
    .attractions .tile:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  @media only screen and (max-width: 1399px) {
  .attractions {
    gap: 2rem; }
    .attractions .tile .content {
      padding: 1.5rem; } }
  @media only screen and (max-width: 1199px) {
  .attractions {
    grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 767px) {
  .attractions {
    gap: 1rem; }
    .attractions .tile .content {
      padding: 1rem; }
      .attractions .tile .content .heading {
        margin-bottom: 1rem; } }
  @media only screen and (max-width: 600px) {
  .attractions {
    grid-template-columns: 1fr; } }

.wrap-bg-gray {
  background: #eee; }

.pricelist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  .pricelist .tile {
    background-color: #d8f2ff;
    border-radius: 1rem;
    text-align: center;
    padding: 1.5rem 0.75rem; }
    .pricelist .tile .heading {
      margin-bottom: 1.25rem; }
    .pricelist .tile p {
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 0.25rem; }
      .pricelist .tile p i, .pricelist .tile p em {
        font-weight: 400; }
    .pricelist .tile hr {
      width: 80%;
      border-color: white;
      margin-left: auto;
      margin-right: auto; }
  @media only screen and (max-width: 767px) {
  .pricelist {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem; } }
  @media only screen and (max-width: 600px) {
  .pricelist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

footer.page-footer {
  position: relative;
  bottom: auto;
  height: auto;
  background: #eee;
  color: #303030;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0;
  padding-top: 3rem; }
  footer.page-footer a {
    color: #303030;
    text-decoration: none; }
    footer.page-footer a:hover {
      text-decoration: underline;
      opacity: 1; }
  footer.page-footer .footer-logo img {
    height: 85px;
    padding-left: 0; }
  footer.page-footer .socials {
    font-size: 1.5rem; }
  footer.page-footer .static-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #303030;
    font-size: 0.875rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem; }
    footer.page-footer .static-footer a {
      color: #303030; }
  @media only screen and (max-width: 991px) {
  footer.page-footer .footer-logo {
    margin-bottom: 1rem; }
  footer.page-footer .static-footer {
    display: block;
    text-align: left; } }
  @media only screen and (max-width: 767px) {
  footer.page-footer {
    font-size: unset;
    text-align: unset; }
    footer.page-footer .static-footer {
      text-align: center; } }
