.menu-container {
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  box-shadow: -5px 10px 15px -8px rgba(0, 0, 0, 0.05), 5px 10px 15px -8px rgba(0, 0, 0, 0.05);
  z-index: 10; }
  .menu-container .logo img {
    width: 170px; }
  .menu-container .nav-item a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    position: relative; }
    .menu-container .nav-item a:before {
      content: '';
      width: 100%;
      position: absolute;
      height: 0;
      bottom: 0;
      right: 0;
      transition: all 0.5s ease;
      border-radius: 4px; }
    .menu-container .nav-item a:after {
      content: '';
      width: 100%;
      position: absolute;
      height: 0;
      left: 0;
      top: 0;
      transition: all 0.5s ease;
      border-radius: 4px; }
  .menu-container .nav-item .dot {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    transform: scale(0);
    transition: all 0.3s ease; }
    .menu-container .nav-item .dot:nth-child(1) {
      top: 7px;
      left: 7px; }
    .menu-container .nav-item .dot:nth-child(2) {
      bottom: 7px;
      left: 7px; }
    .menu-container .nav-item .dot:nth-child(3) {
      top: 7px;
      right: 7px; }
    .menu-container .nav-item .dot:nth-child(4) {
      bottom: 7px;
      right: 7px; }
  .menu-container .nav-item:active a:before, .menu-container .nav-item:hover a:before, .menu-container .nav-item:focus a:before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 100%;
    width: 100%; }
  .menu-container .nav-item:active a:after, .menu-container .nav-item:hover a:after, .menu-container .nav-item:focus a:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 100%;
    width: 100%; }
  .menu-container .navbar-toggler span {
    position: relative;
    display: block;
    top: 0;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
    transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right, 0.3s ease background-color;
    border-radius: 2px; }
  .menu-container .navbar-toggler :not(.collapsed):first-child {
    top: 11px;
    transform: rotateZ(45deg); }
  .menu-container .navbar-toggler :not(.collapsed):last-child {
    top: -5px;
    transform: rotateZ(45deg); }
  .menu-container .navbar-toggler :not(.collapsed):nth-child(2) {
    width: 24px;
    top: 3px;
    right: 0;
    transform: rotateZ(-45deg); }
  .menu-container .navbar-toggler.collapsed span:first-child {
    transform-origin: 0;
    top: auto;
    transform: none; }
  .menu-container .navbar-toggler.collapsed span:last-child {
    margin-bottom: 0;
    transform-origin: 24px;
    top: auto;
    transform: none; }
  .menu-container .navbar-toggler.collapsed span:nth-child(2) {
    right: 0;
    width: 24px;
    top: auto;
    transform: none; }
  .menu-container .search {
    position: relative; }
    .menu-container .search input {
      visibility: hidden;
      width: 0;
      padding: 0;
      transition: all 0.3s ease; }
    .menu-container .search img {
      position: absolute;
      right: 0.5rem;
      transition: all 0.3s ease;
      cursor: pointer; }
      .menu-container .search img:hover {
        opacity: 0.8; }
    .menu-container .search.active input {
      visibility: visible;
      width: 150px;
      padding: 0.5rem 1rem; }
    .menu-container .search.active img {
      filter: invert(1); }

.nav-cta li a {
  text-decoration: none; }
  .nav-cta li a:hover {
    text-decoration: underline; }

@media (min-width: 992px) {
  #navbar-main {
    background: transparent !important; }
    #navbar-main .nav-item a {
      color: #fff; } }

@media (max-width: 991px) {
  .navbar {
    position: static;
    padding-top: 54px; }
  .top-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8); }
    .top-nav ul {
      display: flex !important;
      flex-direction: row;
      max-width: 720px;
      margin: 0 auto;
      width: 100%;
      padding: 0 .75rem; }
      .top-nav ul li:first-child {
        margin-left: auto; }
      .top-nav ul a.nav-social, .top-nav ul a.nav-webcam, .top-nav ul a span {
        display: none !important; }
      .top-nav ul a.nav-phone span, .top-nav ul a.nav-email span {
        display: block !important; }
  .menu-container .logo img {
    width: 115px; }
  .menu-container .navbar-collapse {
    position: absolute;
    top: 129px;
    right: 0;
    z-index: 10;
    width: 300px;
    background: black;
    box-shadow: -5px 10px 15px -8px rgba(0, 0, 0, 0.05), 5px 10px 15px -8px rgba(0, 0, 0, 0.05); }
    .menu-container .navbar-collapse ul {
      padding: 1rem 0; }
    .menu-container .navbar-collapse .btn {
      margin: 1rem 0; }
  .menu-container .nav-item.current a {
    color: #fff !important; }
  .menu-container .nav-item a:before, .menu-container .nav-item a:after {
    display: none !important; } }

@media (max-width: 767px) {
  .top-nav ul {
    max-width: 540px; }
    .top-nav ul a {
      font-size: 14px;
      margin-right: 0 !important; } }

@media (max-width: 576px) {
  .top-nav ul {
    max-width: 540px;
    padding: 0 2rem; }
    .top-nav ul .nav-weather {
      display: none !important; }
  .menu-container .navbar-collapse {
    width: 100%; } }

@media (max-width: 450px) {
  .top-nav ul .nav-email {
    display: none !important; } }

.footer-container {
  background: #f3f6f7; }
  .footer-container .logo img {
    width: 200px; }
  .footer-container .frank-logo img {
    width: 140px; }
  .footer-container a {
    color: #00002C !important;
    text-decoration: none; }
    .footer-container a:hover {
      text-decoration: underline; }
  .footer-container .socials .ig img {
    width: 24px;
    height: 24px;
    margin-top: 4px; }
  .footer-container ul li:last-child span {
    display: none !important; }
  .footer-container .copyright {
    font-size: 14px; }
  .footer-container hr {
    opacity: 1;
    background: #000; }
  .footer-container .footer-small {
    font-size: 14px; }

body {
  font-family: 'Montserrat', sans-serif; }

h1 {
  font-size: 56px;
  line-height: 64px; }

h2 {
  font-size: 48px;
  line-height: 56px; }

h3 {
  font-size: 40px;
  line-height: 48px; }

h4 {
  font-size: 36px;
  line-height: 44px; }

h5 {
  font-size: 24px;
  line-height: 32px; }

.text-navy-blue {
  color: #00002C; }

.bg-navy-blue {
  background: #00002C; }

.text-orange {
  color: #FF8613; }

.bg-orange {
  background: #FF8613; }

.text-light-blue {
  color: #68AFFF; }

.bg-light-blue {
  background: #68AFFF; }

.text-dark-blue {
  color: #1076E8; }

.text-light-gray {
  color: #D5DAEB; }

.text-medium-gray {
  color: #B4C7D1; }

.text-dark-gray {
  color: #72809D; }

.bold-500 {
  font-weight: 500; }

.bold-700 {
  font-weight: 700; }

.split-column {
  column-count: 2;
  column-gap: 80px; }

.btn-orange-outline, .btn-orange {
  border: 2px solid #FF8613; }

.btn {
  transition: all 0.3s ease; }
  .btn:hover, .btn:active, .btn:focus {
    opacity: 0.9; }

.brand-hr {
  height: 2px !important;
  opacity: 1; }

a {
  transition: all 0.3s ease; }

#overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2;
  top: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  #overlay.active {
    visibility: visible; }

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px; }
  h2 {
    font-size: 32px;
    line-height: 38px; }
  h3 {
    font-size: 24px;
    line-height: 30px; }
  h4 {
    font-size: 22px;
    line-height: 28px; }
  h5 {
    font-size: 18px;
    line-height: 24px; } }

@media (max-width: 767px) {
  .split-column {
    column-count: 1; } }

/* Secondary Page  */
.page-header {
  height: 745px;
  background-size: cover; }
  .page-header h1 {
    font-size: 56px;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(2rem);
    animation: 1s fade-in ease;
    animation-delay: 0.3s;
    animation-fill-mode: forwards; }
  .page-header h5 {
    font-size: 16px;
    opacity: 0;
    transform: translateY(2rem);
    animation: 1s fade-in ease;
    animation-fill-mode: forwards; }
  .page-header .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 745px;
    width: 100%;
    background: rgba(0, 0, 44, 0.4);
    z-index: 1; }
  .page-header .hero-content {
    position: relative;
    z-index: 2; }

.page-intro {
  padding-top: 64px;
  padding-bottom: 215px; }
  .page-intro p {
    line-height: 28px; }

@media (max-width: 991px) {
  .page-header {
    height: 545px; }
    .page-header .hero-overlay {
      height: 545px; }
    .page-header h5 {
      padding-top: 54px; }
    .page-header h1 {
      font-size: 44px; } }

@media (max-width: 767px) {
  .page-intro {
    padding-top: 64px;
    padding-bottom: 175px; }
  .page-header {
    height: 475px; }
    .page-header .hero-overlay {
      height: 475px; }
    .page-header h5 {
      padding-top: 75px; }
    .page-header h1 {
      font-size: 38px; } }

.page-no-header {
  margin-top: 195px; }

.additional-image {
  height: 400px;
  background-size: cover; }

/* Photo Carousel */
.carousel-control-next, .carousel-control-prev {
  border: none;
  color: #000;
  background: #d8d8d8;
  opacity: 1;
  height: 40px;
  width: 40px;
  top: 50%;
  margin-top: -20px;
  transition: all 0.3s ease; }
  .carousel-control-next:hover, .carousel-control-prev:hover {
    background: #cccbcb; }
  .carousel-control-next img, .carousel-control-prev img {
    width: 10px; }

.carousel-control-next img {
  transform: rotate(180deg); }

.carousel-indicators {
  bottom: 16px; }
  .carousel-indicators button {
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px;
    padding: 0 !important;
    border: 1px solid #979797;
    background: #D8D8D8;
    -webkit-appearance: none; }
    .carousel-indicators button.active, .carousel-indicators button:focus {
      background: #979797;
      outline: none; }

.visually-hidden {
  display: none; }

.cta:hover svg, .cta-black:hover svg {
  animation: 1.5s back-and-forth ease-in-out infinite; }

.cta, .cta-black {
  text-decoration: none; }
  .cta span, .cta-black span {
    transition: all 0.3s ease; }
  .cta:hover span:first-child, .cta:active span:first-child, .cta:focus span:first-child, .cta-black:hover span:first-child, .cta-black:active span:first-child, .cta-black:focus span:first-child {
    opacity: 0.85; }

.cta-black {
  color: #000; }
  .cta-black:hover {
    color: #000;
    opacity: 0.75; }

/* Animations */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(2rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes back-and-forth {
  0%, 5%, 95%, 100% {
    left: 0%;
    transform: translate(0, 0); }
  45%, 55% {
    left: 100%;
    transform: translate(-1rem, 0); } }

/* End of Animations */
/* Newsletter Form */
.sib-form-message-panel {
  display: none; }

.sib-form-message-panel--active {
  display: flex !important; }

/* End of Newsletter Form */
.booking-form {
  margin-top: -115px;
  z-index: 2;
  position: relative; }
  .booking-form .ai-snipapps-snippet {
    display: flex;
    width: 100% !important;
    /* Check In / Check Out */ }
    .booking-form .ai-snipapps-snippet div {
      width: 100% !important;
      display: none; }
    .booking-form .ai-snipapps-snippet table {
      width: 50% !important;
      display: flex; }
      .booking-form .ai-snipapps-snippet table tbody {
        width: 100% !important; }
        .booking-form .ai-snipapps-snippet table tbody tr {
          display: flex;
          flex-direction: row; }
          .booking-form .ai-snipapps-snippet table tbody tr td {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 !important; }
            .booking-form .ai-snipapps-snippet table tbody tr td div {
              display: inline-flex !important; }
            .booking-form .ai-snipapps-snippet table tbody tr td label, .booking-form .ai-snipapps-snippet table tbody tr td .ai-hotel-form_label_top {
              font-size: 16px !important;
              font-weight: 700 !important;
              color: #000 !important;
              text-align: left !important;
              margin-bottom: 10px !important; }
            .booking-form .ai-snipapps-snippet table tbody tr td input, .booking-form .ai-snipapps-snippet table tbody tr td select {
              border: 1px solid #CFDBE1 !important;
              border-radius: 4px !important;
              height: 24px !important;
              line-height: 24px !important; }
            .booking-form .ai-snipapps-snippet table tbody tr td input {
              padding: .5rem 1rem !important; }
            .booking-form .ai-snipapps-snippet table tbody tr td select {
              background: #fff;
              border-radius: 4px !important; }
            .booking-form .ai-snipapps-snippet table tbody tr td table {
              width: 100% !important; }
              .booking-form .ai-snipapps-snippet table tbody tr td table td div:nth-of-type(2) {
                display: none !important; }
    .booking-form .ai-snipapps-snippet table:nth-of-type(2) {
      width: 31% !important; }
    .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody {
      width: 100% !important; }
      .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr {
        display: flex;
        flex-direction: row; }
        .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: start;
          position: relative; }
          .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td div {
            display: inline-flex !important;
            width: auto !important;
            margin-top: 0 !important;
            position: static !important; }
          .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td div:nth-of-type(3) {
            display: none !important; }
          .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td div:nth-of-type(4) {
            padding-left: 5px; }
          .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td img {
            position: absolute;
            top: 31px;
            right: 55px;
            width: 15px;
            height: 15px; }
          .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td table tr:nth-of-type(1) td:nth-of-type(1) {
            margin-left: 40px !important;
            width: 200px !important;
            margin-bottom: 10px !important; }
        .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td:nth-of-type(2) table tr td img {
          position: absolute;
          top: 31px;
          right: 55px;
          width: 15px;
          height: 15px; }
    .booking-form .ai-snipapps-snippet .ai-hotel-space_top_small {
      width: 15% !important;
      display: flex; }
  .booking-form form {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    display: flex;
    padding: 40px 30px;
    border: 1px solid #ccc; }
    .booking-form form .ai-hotel-button_submit {
      background: #00002C;
      color: #fff !important;
      padding: 1rem !important;
      font-weight: 700 !important;
      display: block !important;
      float: right !important;
      width: auto !important;
      height: auto !important;
      font-size: 16px !important; }

@media (max-width: 1400px) {
  .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td img {
    right: 35px; } }

@media (max-width: 991px) {
  .home-booking-container .booking-form form {
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #ccc; }
  .home-booking-container .booking-form .ai-snipapps-snippet table {
    width: 63% !important; }
    .home-booking-container .booking-form .ai-snipapps-snippet table tr td table {
      width: 100% !important; }
    .home-booking-container .booking-form .ai-snipapps-snippet table tr td img {
      top: 32px !important;
      right: 20px !important; }
    .home-booking-container .booking-form .ai-snipapps-snippet table td:nth-of-type(2) table tr td img {
      top: 32px !important;
      right: 55px !important; }
  .home-booking-container .booking-form .ai-snipapps-snippet table:nth-of-type(2) {
    width: 37% !important;
    margin-left: auto !important; }
  .home-booking-container .booking-form .ai-hotel-space_top_small {
    margin-top: 25px !important;
    width: 100% !important;
    justify-content: center; } }

@media (max-width: 767px) {
  .home-booking-container .booking-form form {
    flex-direction: column; }
  .home-booking-container .booking-form .ai-snipapps-snippet table {
    width: 100% !important; }
    .home-booking-container .booking-form .ai-snipapps-snippet table tbody tr {
      justify-content: center; }
      .home-booking-container .booking-form .ai-snipapps-snippet table tbody tr td {
        width: auto; }
        .home-booking-container .booking-form .ai-snipapps-snippet table tbody tr td input {
          margin-left: 10px; }
    .home-booking-container .booking-form .ai-snipapps-snippet table td:nth-of-type(2) table tr td img {
      right: 18px !important; }
    .home-booking-container .booking-form .ai-snipapps-snippet table tr td img {
      right: 18px !important; }
  .home-booking-container .booking-form .ai-snipapps-snippet table:nth-of-type(2) {
    margin-top: 25px !important;
    width: 100% !important; }
  .home-booking-container .booking-form .ai-snipapps-snippet .ai-hotel-space_top_small {
    margin-top: 25px !important;
    width: 100% !important;
    justify-content: center; }
  .home-booking-container .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td {
    justify-content: center !important; } }

@media (max-width: 575px) {
  .home-booking-container .booking-form form {
    flex-direction: column;
    width: 300px;
    padding: 20px 30px 40px 30px;
    margin: 0 auto; }
  .home-booking-container .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr {
    flex-direction: column; }
    .home-booking-container .booking-form .ai-snipapps-snippet form > table:nth-of-type(1) tbody tr td table tr:nth-of-type(1) td:nth-of-type(1) {
      width: 100% !important;
      margin-top: 25px !important;
      margin-left: 0 !important;
      text-align: center !important; }
  .home-booking-container .booking-form .ai-snipapps-snippet table td:nth-of-type(2) table tr td img {
    top: 4px !important;
    right: 18px !important; }
  .home-booking-container .booking-form .ai-snipapps-snippet table tr td img {
    top: 3px !important;
    right: 18px !important; } }

body {
  font-family: 'Montserrat', sans-serif; }

/* Book Adventure */
.book-adventure p {
  line-height: 28px; }

@media (max-width: 767px) {
  .book-adventure p {
    width: 100% !important; } }

/* End of Book Adventure */
/* Newsletter Signup */
.newsletter-signup button {
  padding: 0 2.5rem; }

/* End of Newsletter Signup */
/* Events Page */
.events-intro, .page-intro {
  padding: 80px 0; }
  .events-intro h2, .page-intro h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    width: 46%;
    display: block;
    float: left;
    margin-right: 4%; }
  .events-intro p, .page-intro p {
    width: 50%;
    display: block;
    float: left; }
    .events-intro p:last-child, .page-intro p:last-child {
      margin-bottom: 0; }

.events-description h2 {
  margin-bottom: 1rem;
  font-weight: 700; }

.event-card {
  border-bottom: 1px solid #CFDBE1;
  padding: 2.5rem 0; }
  .event-card h2 {
    font-size: 32px;
    line-height: 1.25; }
  .event-card h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0; }
  .event-card .name {
    font-size: 24px; }
  .event-card a {
    border: 2px solid #00002C;
    transition: all 0.3s ease; }
    .event-card a:hover, .event-card a:focus, .event-card a:active {
      background: #00002C;
      color: #fff; }
  .event-card:last-child {
    border-bottom: none; }

@media (max-width: 991px) {
  .events-intro h2, .page-intro h2 {
    margin-bottom: 1.5rem; }
  .events-intro h2, .events-intro p, .page-intro h2, .page-intro p {
    width: 100%; }
  .event-card h2 {
    font-size: 28px;
    line-height: 1; } }

@media (max-width: 767px) {
  .events-intro, .page-intro {
    padding: 35px 0; }
  .event-card:first-child {
    padding-top: 0; }
  .event-card h2 {
    font-size: 26px;
    line-height: 1; }
  .event-card h3, .event-card .date {
    font-size: 20px;
    line-height: 1; }
  .event-card .date {
    font-size: 16px;
    margin-bottom: 2rem; }
  .event-card .name {
    font-size: 22px;
    line-height: 1.25; } }

/* End of Events Page */
/* Specials Page */
.special-card {
  margin-top: 155px; }
  .special-card:first-child {
    margin-top: 0; }
  .special-card:last-child {
    margin-bottom: 125px; }
  .special-card .special-info {
    margin-left: auto; }
  .special-card:nth-child(even) {
    flex-direction: row-reverse !important; }
    .special-card:nth-child(even) .special-info {
      margin-left: 0;
      margin-right: auto; }
  .special-card h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700; }
    .special-card h2:first-child {
      margin-bottom: 1.5rem; }
    .special-card h2:last-child {
      margin-top: 1.5rem;
      font-size: 36px; }
  .special-card h3 {
    font-size: 36px; }
  .special-card p {
    line-height: 2; }
  .special-card ul {
    padding: 0 0 0 22px; }
    .special-card ul li {
      line-height: 2;
      padding: 0 0 0 15px; }

@media (max-width: 991px) {
  .special-card {
    margin-top: 100px; }
    .special-card:first-child {
      margin-top: 0; }
    .special-card:last-child {
      margin-bottom: 75px; }
    .special-card:nth-child(even) {
      flex-direction: column !important; }
    .special-card h2 {
      font-size: 32px;
      line-height: 40px; }
      .special-card h2:first-child {
        margin-top: 2rem;
        margin-bottom: 1rem; }
      .special-card h2:last-child {
        margin-top: 1rem; }
    .special-card p {
      line-height: 1.5; } }

@media (max-width: 767px) {
  .special-card {
    margin-top: 60px; }
    .special-card:first-child {
      margin-top: 24px; }
    .special-card:last-child {
      margin-bottom: 40px; }
    .special-card h2 {
      font-size: 26px;
      line-height: 32px; }
      .special-card h2:first-child {
        margin-top: 1rem; } }

/* End of Specials Page */
/* Home Page */
.home-booking-container .booking-info h3 {
  font-size: 24px;
  padding: 2rem 0 3rem 0;
  text-transform: uppercase;
  font-weight: 700;
  flex: 0 0 100%;
  text-align: center; }

.home-booking-container .booking-info h2 {
  width: 45%;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px; }

.home-booking-container .booking-info p {
  width: 50%;
  margin-left: auto;
  line-height: 28px; }

@media (max-width: 767px) {
  .home-booking-container .booking-info h3 {
    font-size: 24px;
    padding: 2rem 0 2rem 0; }
  .home-booking-container .booking-info h2 {
    width: 100%;
    text-align: left;
    font-size: 32px;
    line-height: 38px;
    padding: 0 0 1rem 0; }
  .home-booking-container .booking-info p {
    width: 100%;
    margin-left: auto;
    line-height: 28px; } }

.home-accommodations a {
  text-decoration: none;
  transition: all 0.3s ease; }

@media (max-width: 767px) {
  .home-accommodations .col-12 {
    align-items: initial !important; } }

.home-carousel-accommodation {
  overflow: hidden; }
  .home-carousel-accommodation .col {
    position: relative; }
  .home-carousel-accommodation .carousel-item .col .card-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 425px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 1;
    transition: all .5s ease; }
  .home-carousel-accommodation .carousel-item.active > .col:first-child .card-overlay {
    opacity: 0 !important;
    transition: all .5s ease; }

.home-carousel .col-carousel {
  height: 425px; }

.home-carousel .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  border-top-right-radius: 5px;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(1rem); }
  .home-carousel .description h2 {
    font-size: 20px;
    line-height: 1.5; }
  .home-carousel .description h2 + * {
    display: none; }

.home-carousel .carousel-item.active > .col:first-child .description {
  opacity: 1 !important;
  transition: all .5s ease;
  transform: none; }

.home-carousel .carousel-control-next, .home-carousel .carousel-control-prev {
  width: 48px;
  height: 48px; }
  .home-carousel .carousel-control-next img, .home-carousel .carousel-control-prev img {
    width: 14px; }

@media (max-width: 767px) {
  .home-carousel {
    overflow: hidden;
    height: auto; }
    .home-carousel .description h2 {
      font-size: 18px; }
  .home-carousel-accommodation .col:before {
    display: none; } }

.carousel-accomodation {
  left: 0;
  position: absolute;
  width: 115%;
  overflow: hidden;
  /* medium and up screens */ }
  .carousel-accomodation .carousel-inner .carousel-item.active,
  .carousel-accomodation .carousel-inner .carousel-item-next,
  .carousel-accomodation .carousel-inner .carousel-item-prev {
    display: flex; }
  .carousel-accomodation .carousel-inner .carousel-item-end.active,
  .carousel-accomodation .carousel-inner .carousel-item-next {
    transform: translateX(750px);
    flex: 0 0 750px; }
  .carousel-accomodation .carousel-inner .carousel-item-start.active,
  .carousel-accomodation .carousel-inner .carousel-item-prev {
    transform: translateX(-750px);
    flex: 0 0 750px; }
  .carousel-accomodation .carousel-inner .carousel-item-end,
  .carousel-accomodation .carousel-inner .carousel-item-start {
    transform: translateX(0); }
  .carousel-accomodation .carousel-item .col {
    flex: 0 0 750px !important;
    padding-right: 32px !important; }

.carousel-inner {
  overflow: visible !important; }

.carousel-accommodation-page .carousel-inner {
  overflow: hidden !important; }

.amenity img {
  height: 24px;
  width: 24px; }

@media (max-width: 767px) {
  .amenity p {
    font-size: 14px; } }

.home-things h2 {
  width: 45%;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px; }

.home-things p:nth-of-type(1), .home-things p:nth-of-type(2) {
  width: 50%;
  margin-left: auto;
  line-height: 28px; }

.home-things a {
  margin: -20px 0 0 auto;
  text-align: right;
  width: 100%;
  display: block;
  font-weight: 700; }

@media (max-width: 991px) {
  .home-things h2 {
    font-size: 32px;
    line-height: 44px; }
  .home-things a {
    margin: 0 0 0 auto; } }

@media (max-width: 767px) {
  .home-things h2 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 1rem 0; }
  .home-things p:nth-of-type(1), .home-things p:nth-of-type(2) {
    width: 100%; }
  .home-things p:nth-of-type(1) {
    margin: 1rem 0 2rem 0; }
  .home-things p:last-child {
    margin: 0; }
  .home-things a {
    margin: 0;
    text-align: right;
    width: 100%;
    display: block;
    font-weight: 700; } }

.things-to-do-container {
  overflow: hidden;
  padding-bottom: 53px !important; }

.things-to-do {
  position: relative; }
  .things-to-do:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease; }
  .things-to-do .content {
    top: 40px;
    transition: all 0.3s ease; }
    .things-to-do .content a {
      font-size: 24px;
      font-weight: 700;
      color: #00002C;
      text-decoration: none;
      transition: all 0.3s ease;
      background: rgba(255, 255, 255, 0.7);
      display: inline-flex;
      padding: 0 10px; }
      .things-to-do .content a:hover {
        text-decoration: underline; }
  .things-to-do:hover .content {
    top: 50%;
    transform: translateY(-50%); }
  .things-to-do:hover:before {
    background: rgba(0, 0, 0, 0); }

@media (max-width: 991px) {
  .things-to-do .content {
    top: 40px; }
    .things-to-do .content a {
      font-size: 18px; } }

@media (max-width: 767px) {
  .things-to-do a {
    font-size: 16px; } }

@media (max-width: 576px) {
  .things-to-do-container {
    padding-bottom: 0 !important; }
  .things-to-do .content {
    top: 50%; }
    .things-to-do .content a {
      font-size: 20px;
      padding: 5px 20px; } }

.special-card.home {
  margin-top: 120px; }
  .special-card.home:first-child {
    margin-top: 0; }
  .special-card.home a {
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
    margin-top: 24px;
    display: block;
    text-align: right; }

@media (max-width: 991px) {
  .special-card.home {
    margin-top: 60px; }
    .special-card.home:nth-child(even) {
      flex-direction: row-reverse !important; }
    .special-card.home h2:first-child {
      margin-top: 0rem;
      margin-bottom: 1rem;
      font-size: 28px;
      line-height: 36px; }
    .special-card.home a {
      margin-top: 10px; } }

@media (max-width: 767px) {
  .special-card.home {
    margin-top: 55px; }
    .special-card.home h2:first-child {
      margin-top: 1rem; }
    .special-card.home:nth-child(even) {
      flex-direction: column !important; } }

.home-testimonials {
  padding: 175px 0 340px 0 !important;
  overflow: hidden;
  /* medium and up screens */ }
  .home-testimonials h5 {
    font-size: 16px;
    line-height: 1; }
  .home-testimonials .carousel-controls {
    margin-top: 130px !important;
    width: 180px; }
    .home-testimonials .carousel-controls:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(18deg);
      color: #e8e4e4;
      font-weight: 300;
      font-size: 50px;
      z-index: 2;
      width: 2px;
      height: 48px;
      background: #ece9e9; }
  .home-testimonials .carousel-control-next, .home-testimonials .carousel-control-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 90px;
    height: 90px;
    float: left;
    background: #fff; }
  .home-testimonials .carousel {
    position: absolute;
    top: 175px;
    right: -5rem;
    height: 460px;
    width: 60%;
    overflow: hidden; }
  .home-testimonials .carousel-item .card a {
    text-decoration: none; }
  .home-testimonials .carousel-item .card h3 {
    color: #00002C;
    font-size: 19px;
    line-height: 22px;
    font-weight: 700; }
  .home-testimonials .carousel-item .card .review-content p {
    font-size: 14px;
    line-height: 22px;
    color: #00002C; }
  .home-testimonials .carousel-item .card .reviewer p {
    font-size: 16px;
    color: #000; }
  .home-testimonials .carousel-item .card .reviewer p:last-child {
    font-size: 14px;
    color: #6c6d71; }
  .home-testimonials .carousel-item .card img {
    max-height: 36px;
    max-width: 165px; }
  .home-testimonials .carousel-inner .carousel-item.active,
  .home-testimonials .carousel-inner .carousel-item-next,
  .home-testimonials .carousel-inner .carousel-item-prev {
    display: flex; }
  .home-testimonials .carousel-inner .carousel-item-end.active,
  .home-testimonials .carousel-inner .carousel-item-next {
    transform: translateX(400px);
    flex: 0 0 400px; }
  .home-testimonials .carousel-inner .carousel-item-start.active,
  .home-testimonials .carousel-inner .carousel-item-prev {
    transform: translateX(-400px);
    flex: 0 0 400px; }
  .home-testimonials .carousel-inner .carousel-item-end,
  .home-testimonials .carousel-inner .carousel-item-start {
    transform: translateX(0); }
  .home-testimonials .carousel-item .col {
    flex: 0 0 400px !important;
    padding-right: 48px;
    height: 460px; }

@media (max-width: 991px) {
  .home-testimonials {
    padding: 90px 0 340px 0 !important;
    overflow: hidden; }
    .home-testimonials .carousel {
      top: 90px; } }

@media (max-width: 767px) {
  .home-testimonials {
    padding: 90px 0 340px 0 !important;
    overflow: hidden; }
    .home-testimonials .carousel-controls {
      position: absolute !important;
      bottom: 200px;
      left: 50%;
      transform: translateX(-50%); }
    .home-testimonials .carousel {
      position: relative;
      top: auto;
      right: auto;
      width: 500px;
      margin-top: 40px;
      height: auto; }
    .home-testimonials .carousel-item .col {
      flex: 0 0 500px !important;
      padding-right: 0;
      height: auto; } }

@media (max-width: 576px) {
  .home-carousel {
    height: 320px; }
  .home-testimonials .home-carousel {
    height: auto;
    width: 100%; }
    .home-testimonials .home-carousel .col {
      flex: 0 0 100% !important; }
  .carousel-accomodation .carousel-item .col {
    flex: 0 0 100% !important;
    display: none; }
    .carousel-accomodation .carousel-item .col:first-child {
      display: flex; }
  .col-carousel .carousel-control-next, .col-carousel .carousel-control-prev {
    top: 30%; } }

.home-book-adventure {
  padding: 0 80px; }
  .home-book-adventure p {
    line-height: 32px; }
  .home-book-adventure a {
    font-size: 22px; }

.home-testimonials + .home-book-adventure {
  top: -215px;
  position: relative;
  margin-bottom: -230px !important; }

@media (max-width: 991px) {
  .home-book-adventure {
    padding: 0 25px; }
  .home-testimonials + .home-book-adventure {
    top: -175px;
    position: relative;
    margin-bottom: -165px !important; } }

@media (max-width: 767px) {
  .home-book-adventure h2 {
    font-size: 28px;
    line-height: 38px; }
  .home-book-adventure p {
    width: 100% !important; }
  .home-book-adventure a {
    font-size: 16px; } }

.home-newsletter-signup h3, .newsletter-signup h3 {
  font-size: 24px;
  color: #000; }

.home-newsletter-signup input, .newsletter-signup input {
  border: 2px solid #72809D; }

.home-newsletter-signup button, .newsletter-signup button {
  padding: .5rem 3.5rem !important; }

.home-hotel-features .special-card:last-child {
  margin-bottom: 48px; }

@media (max-width: 767px) {
  .home-hotel-features .special-card:last-child {
    margin-bottom: 40px; } }

@media (max-width: 576px) {
  .home-newsletter-signup input, .newsletter-signup input {
    width: 100%; }
  .home-newsletter-signup button, .newsletter-signup button {
    width: 200px; } }

/* End of Home Page */
/* Contact Page */
.page-intro.contact {
  padding: 80px 0; }
  .page-intro.contact h2 {
    font-weight: 700;
    margin-bottom: 2rem;
    width: 42%;
    display: block;
    float: left;
    margin-right: 8%; }
  .page-intro.contact p {
    width: 42%;
    display: block;
    float: none; }
    .page-intro.contact p:last-child {
      margin-bottom: 0; }
  .page-intro.contact iframe {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 50px; }

.webcam-container {
  padding: 80px 0; }
  .webcam-container h2 {
    font-weight: 700;
    margin-bottom: 1.75rem;
    font-size: 48px;
    line-height: 56px; }
  .webcam-container p {
    line-height: 28px; }
    .webcam-container p:last-child {
      margin-bottom: 0; }

@media (max-width: 767px) {
  .page-intro.contact {
    padding: 50px 0; }
    .page-intro.contact h2 {
      margin-bottom: 1rem;
      width: 100%;
      margin-right: 0%; }
    .page-intro.contact p {
      width: 100%;
      float: left; }
    .page-intro.contact iframe {
      width: 100%;
      position: relative;
      top: auto;
      right: auto;
      margin-top: 2rem;
      padding: 0; } }

/* End of Contact Page */
/* Accommodation Page */
.carousel-accommodation-page .carousel-inner .carousel-item-end.active,
.carousel-accommodation-page .carousel-inner .carousel-item-next {
  transform: translateX(100%);
  flex: 0 0 100%; }

.carousel-accommodation-page .carousel-inner .carousel-item-start.active,
.carousel-accommodation-page .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
  flex: 0 0 100%; }

.carousel-accommodation-page .carousel-inner .carousel-item-end,
.carousel-accommodation-page .carousel-inner .carousel-item-start {
  transform: translateX(0); }

/* End of Accommodation Page */
/* Error Page */
/* .error-page-header {
    height: 400px;

    .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 400px;
    }
} */
.error-intro h1 {
  width: 40%;
  margin-bottom: 30px;
  font-weight: 700; }

.error-intro p {
  margin: 0 0 30px auto;
  width: 56%; }

@media (max-width: 991px) {
  .error-intro h1 {
    width: 100%; }
  .error-intro p {
    margin: 0 0 20px auto;
    width: 100%; } }

/* End of Error Page */
/* Things To Do Page */
.things-intro p:last-child {
  margin-left: auto; }

.things.page-content-4 h2 {
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #000; }

.things.page-content-4 h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1rem 0 2rem 0; }

.things.page-content-4 h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: #000; }

.things.page-content-4 h5 {
  font-weight: 700;
  margin: 2rem 0 .5rem 0; }

.things.page-content-4 .col-12 {
  margin-bottom: 2rem; }

.things.page-content-4 ul li {
  padding: 0 0 10px 10px;
  font-weight: 700; }

.things.page-content-4 p {
  font-weight: 700; }

.things.page-content-2 h2, .things.page-content-3 h2 {
  font-weight: 700;
  width: 50%;
  margin-bottom: 1.5rem;
  color: #000; }

.things.page-content-2 h3, .things.page-content-3 h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  width: 50%;
  margin: 1rem 0 2rem 0; }

.things.page-content-2 h4, .things.page-content-3 h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 2rem 0 2rem 0;
  color: #000;
  float: left;
  width: 100%;
  display: block; }

.things.page-content-2 h5, .things.page-content-3 h5 {
  font-weight: 700;
  margin: 1.5rem 0 0 0;
  width: 100%;
  float: left; }

.things.page-content-2 p, .things.page-content-3 p {
  font-weight: 700;
  width: 50%;
  float: left;
  clear: both;
  margin: 1rem 0; }
  .things.page-content-2 p:first-child, .things.page-content-3 p:first-child {
    margin: 0; }
  .things.page-content-2 p:last-child, .things.page-content-3 p:last-child {
    float: right;
    width: 44%; }

.things.page-content-2 ul, .things.page-content-3 ul {
  float: left;
  width: 50%;
  clear: both; }
  .things.page-content-2 ul li, .things.page-content-3 ul li {
    padding: 0 0 10px 10px;
    font-weight: 700; }

.things.page-content-2 img, .things.page-content-3 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%; }

.things.page-content-2 .left ~ *, .things.page-content-3 .left ~ * {
  float: right !important;
  width: 50% !important;
  clear: both; }
  .things.page-content-2 .left ~ * p:first-child, .things.page-content-3 .left ~ * p:first-child {
    margin: 0; }
  .things.page-content-2 .left ~ * img, .things.page-content-3 .left ~ * img {
    left: 0;
    right: auto !important; }

@media (max-width: 991px) {
  .things.page-content-2 h2, .things.page-content-2 h3, .things.page-content-2 h4, .things.page-content-2 h5, .things.page-content-2 ul, .things.page-content-2 p, .things.page-content-3 h2, .things.page-content-3 h3, .things.page-content-3 h4, .things.page-content-3 h5, .things.page-content-3 ul, .things.page-content-3 p {
    width: 100%; }
  .things.page-content-2 p:last-child, .things.page-content-3 p:last-child {
    float: left;
    width: 100%; }
  .things.page-content-2 img, .things.page-content-3 img {
    display: none !important; }
  .things.page-content-2 .left ~ *, .things.page-content-3 .left ~ * {
    float: right !important;
    width: 100% !important;
    clear: both; }
    .things.page-content-2 .left ~ * p:first-child, .things.page-content-3 .left ~ * p:first-child {
      margin: 0; }
    .things.page-content-2 .left ~ * img, .things.page-content-3 .left ~ * img {
      left: 0;
      right: auto !important;
      position: relative;
      width: auto; } }

/* End of Things To Do Page */
