/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
@font-face {
  font-family: "ysabeau";
  src: url('../fonts/ysabeau/ysabeau-variablefont_wght-webfont.woff2') format("woff2"), url('../fonts/ysabeau/ysabeau-variablefont_wght-webfont.woff') format("woff");
  font-weight: 100 800;
  /* Normal weight */
  font-style: normal;
}
@font-face {
  font-family: "ysabeau";
  src: url('../fonts/ysabeau/ysabeau-italic-variablefont_wght-webfont.woff2') format("woff2"), url('../fonts/ysabeau/ysabeau-italic-variablefont_wght-webfont.woff') format("woff");
  font-weight: 400;
  /* Normal weight for italic */
  font-style: italic;
}
@font-face {
  font-family: "plous";
  src: url('../fonts/plous/plous.woff2') format("woff2");
  font-weight: normal;
  font-style: normal;
}
.plous-font, .button-sail a {
  font-family: "plous", sans-serif;
  font-size: 20px;
}
body {
  font-size: 18px;
}
h1, h2, h3, h4 {
  font-weight: 500;
}
.success {
  background: #0f4f9d !important;
  color: #fefdee !important;
}
.grecaptcha-badge {
  visibility: hidden;
  /* or opacity: 0 */
}
em {
  color: #2f4b9e;
}
.jl-button-naked {
  background: none;
  border: none;
}
.text-shadow {
  text-shadow: 0px 0px 2px #000;
}
#whatsapp-link {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
#whatsapp-link i {
  font-size: 1.5rem;
  background-color: #25D366;
  /* WhatsApp green */
  border-radius: 50%;
  /* Circular background */
  padding: 0.5rem;
  /* Padding around the icon */
  color: white;
  /* Icon color */
}
.vpage-nav {
  position: fixed;
  padding: 1px;
  top: 150px;
}
.vpage-nav.sticky-left {
  left: 0;
}
.vpage-nav ul {
  /*background: rgba($saphireblue, 0.5);
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;*/
}
.vpage-nav ul.dotnav-large li {
  background: white;
}
.vpage-nav ul.dotnav-large li a {
  width: 30px;
  height: 30px;
}
@media only all and (max-width: 59.99rem) {
  .alacart-slider .tm-tilte {
    margin-bottom: 0;
  }
  .alacart-slider .tm-content {
    visibility: collapse;
    height: 0;
  }
  .alacart-slider .tm-content.jl-margin-top {
    margin-top: 0 !important;
  }
}
.jl-light .pre-heading-line:before, .jl-light .pre-heading-line:after {
  background-color: #fefdee !important;
}
.jl-light a:hover {
  color: #bebf8e !important;
}
.jl-accordion-title {
  cursor: pointer;
}
.plan-acc .jl-accordion-title {
  padding: 20px 0 0;
}
.g-offcanvas-toggle {
  z-index: 999999;
  font-size: 2rem;
}
.button-sail {
  padding: 0.8rem 0.2rem;
  text-align: left;
  background: url('../../../../images/plous-sail-bg.png') no-repeat;
  background-size: contain;
}
.button-sail a {
  color: #0f4f9d;
}
#g-copyright .mobile-emergency-icons {
  top: 80px;
  right: 0px;
}
#g-copyright .mobile-emergency-icons a.button-square {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #25336e;
  color: white;
}
body {
  /*@include breakpoint(mobile-only) {
        .fixed-boat {
            //left:100px;
        }
    }*/
}
body #g-navigation .jl-navbar-container:not(.jl-light) {
  border-bottom: none;
}
@media only all and (max-width: 59.99rem) {
  body #g-navigation .jl-navbar-container .jl-navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media only all and (min-width: 60rem) {
  body #g-navigation .g-grid:last-child {
    max-height: 0;
    overflow: hidden;
  }
}
@media only all and (max-width: 59.99rem) {
  body #g-navigation .g-grid:last-child {
    animation: slide-up 0.5s ease-out forwards;
  }
}
@media only all and (max-width: 59.99rem) {
  body #g-navigation.jl-sticky-below .g-grid:last-child {
    animation: slide-down 0.5s ease-out reverse forwards;
  }
}
body:not(.g-home-particles) .fixed-boat {
  margin-left: 1rem;
}
body.g-home-particles .fixed-boat .logo-container {
  overflow: hidden;
}
body.g-home-particles .fixed-boat .logo-container img {
  transition: width 0.5s;
  margin-left: 0.5rem;
  left: 0.5rem;
}
body.g-home-particles .fixed-boat:not(.ontop) .logo-container img {
  width: 0;
}
body.g-home-particles .fixed-boat.ontop .logo-container img {
  width: 120px;
  height: auto;
}
body.g-home-particles #g-slideshow:before {
  background-color: transparent;
}
body.g-home-particles #g-slideshow .home-slideshow-mod {
  min-height: 100vh;
}
body.g-home-particles #g-navigation:not(.jl-sticky-below) {
  background: #25336e;
}
body.g-home-particles #g-navigation.jl-sticky-below {
  background: rgba(37, 51, 110, 0.9) !important;
}
body.g-home-particles #g-navigation ul.jl-navbar-nav {
  gap: 0px !important;
}
body.g-home-particles #g-navigation ul.jl-navbar-nav > li {
  text-align: center;
}
body.g-home-particles #g-navigation ul.jl-navbar-nav > li > a {
  padding: 0 10px;
}
body.g-home-particles #g-navigation ul.jl-navbar-nav > li:not(:last-child) a {
  position: relative;
}
body.g-home-particles #g-navigation ul.jl-navbar-nav > li:not(:last-child) a::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 50%;
  /* Position it in the middle of the box */
  left: 100%;
  /* Align to the left */
  right: 0;
  /* Stretch to the right */
  height: 1rem;
  /* Height of the border */
  background-color: white;
  /* Color of the border */
  transform: translateY(-50%);
  /* Center it vertically */
}
@media only all and (max-width: 59.99rem) {
  body.g-home-particles #g-navigation .logo-divider .jl-logo {
    padding-right: 0;
  }
  body.g-home-particles #g-navigation .main-nav [id^="jlnavbar-"][id$="-particle"] {
    padding: 0;
  }
  body.g-home-particles #g-navigation .main-nav .el-horiz-nav {
    padding: 0;
    margin: 0;
  }
}
body.g-home-particles #g-header a {
  color: #25336e;
}
body.g-home-particles #g-header a:hover {
  color: #0f4f9d !important;
}
body.g-home-particles #g-header:before {
  background-color: rgba(254, 253, 238, 0.65);
}
body.g-home-particles #g-expanded {
  margin: 10px 0;
  background: url('../../../../images/woods-bg-pattern.svg') repeat-x left center;
  background-size: contain;
}
body.g-home-particles #g-expanded > .jl-container {
  display: none;
}
body.g-home-particles #g-expanded img {
  visibility: hidden;
}
body.g-home-particles #g-feature::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(37, 51, 110, 0.5);
}
body.g-home-particles #g-feature a {
  /*color:$navyblue;
                &:hover {
                    color: $saphireblue !important;
                }*/
}
@media only all and (min-width: 60rem) {
  body.g-home-particles .jl-navbar .jl-logo {
    visibility: hidden;
  }
}
body:not(.g-home-particles) #g-expanded > .jl-container .g-grid:last-child .g-block > .g-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 30px;
}
body:not(.g-home-particles) #g-expanded > .jl-container .g-grid:last-child .g-block > .g-content > .moduletable {
  width: 33.3%;
}
body:not(.g-home-particles) #g-expanded > .jl-container .g-grid:last-child .g-block > .g-content > .moduletable .jl-cover-container {
  max-height: 300px;
  overflow: hidden;
}
@media (max-width: 60rem) {
  body:not(.g-home-particles) #g-expanded > .jl-container .g-grid:last-child .g-block > .g-content {
    gap: 0;
    flex-wrap: wrap;
  }
  body:not(.g-home-particles) #g-expanded > .jl-container .g-grid:last-child .g-block > .g-content > .moduletable {
    width: 100%;
  }
}
body.contact-page .page-header {
  text-align: center;
}
.sharing-module {
  /*border-top: 1px solid #000;
    padding-top: 40px;*/
}
.sharing-module .share-icons {
  display: flex;
  justify-content: flex-start;
  column-gap: 10;
}
.sharing-module .share-icons div, .sharing-module .share-icons a, .sharing-module .share-icons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: transparent;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  background: none;
  color: #626262;
}
.sharing-module .share-icons div.share-label-icon, .sharing-module .share-icons a.share-label-icon, .sharing-module .share-icons button.share-label-icon {
  background: none;
  border: 1px solid #000;
}
@media only all and (max-width: 40rem) {
  .sharing-module .share-icons div, .sharing-module .share-icons a, .sharing-module .share-icons button {
    /*width: 20px;
                height: 20px;*/
    font-size: 1rem;
  }
}
.sharing-module .share-icons a:hover, .sharing-module .share-icons button:hover {
  border: 1px solid #bebf8e;
  color: #25336e;
}
.sharing-module .share-icons .share-label {
  display: none;
}
.com_content .jl-article {
  padding: 0;
}
.package-slider .tm-button a {
  border: 1px solid #25336e;
}
.package-slider .tm-button a:hover {
  border: 1px solid #25336e;
}
.formContainer .selectize-dropdown, .formContainer .selectize-input, .formContainer .selectize-input input {
  font-size: 16px;
}
.formContainer h4 {
  text-decoration: underline;
}
.formContainer .row hr.divider {
  border-top: 1px solid #616161;
}
.formContainer label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
.formContainer input[type="checkbox"]:not(.label-style) + label {
  font-weight: normal;
}
.formContainer input[type="checkbox"].label-style + label {
  margin-top: 1rem;
  font-weight: bold;
}
.formContainer input, .formContainer textarea, .formContainer .selectize-input, .formContainer .rsform-select-box {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.formContainer input[type="number"].small-num {
  width: 8rem;
}
@media (min-width: 641px) {
  .formContainer .label-margin-top {
    margin-top: calc(40px + 1rem);
  }
}
.formContainer .rsform-block-total-budget {
  padding: 20px 0;
}
.formContainer .rsform-block-total-budget label {
  font-size: 20px;
}
.formContainer input.jl-width-small {
  width: 150px !important;
}
.formContainer .rsform-type-switch {
  display: flex;
  align-content: center;
}
.formContainer .rsform-type-switch label {
  margin-bottom: 0;
}
.formContainer .rsform-type-switch > div {
  display: flex;
  align-items: center;
  width: auto;
}
.formContainer .rsform-type-switch .fp-toggler:not(.checked) {
  background: #cacaca;
}
.formContainer .rsform-block.rsform-block-submit {
  text-align: right;
}
.formContainer .rsform-block-total-budget {
  padding-bottom: 0;
}
.jl-modal-body .formContainer .rsform-block.rsform-block-submit {
  text-align: center;
}
.package-details-wrapper {
  margin-top: -10rem;
  background: none !important;
}
.package-details {
  z-index: 0 !important;
  background-color: white;
}
.package-details .overview-title {
  margin-bottom: 15px;
}
.package-details .overview-title h3 {
  margin-bottom: 0;
  margin-top: 0;
  text-decoration: none;
}
.package-details .overview-title i {
  color: #2f4b9e;
  margin-left: 0.5rem;
  line-height: 1.8;
}
.package-details h3, .package-details h4 {
  color: #2f4b9e;
  text-decoration: underline;
  margin-bottom: 0;
  font-weight: normal;
}
.package-details ul {
  margin-top: 0;
}
.package-details.aside {
  /*box-shadow: -10px 0 10px -5px rgba($coblue, 0.2);
        background-color: $white;// rgba($gold,0.2);*/
}
.com-content-category-blog .blog-item-package .system-unpublished {
  position: relative;
}
.com-content-category-blog .blog-item-package .system-unpublished::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
.com-content-category-blog .blog-item-package .item-content-package .jl-card .jl-card-media-top {
  aspect-ratio: 1.7777777778;
}
.com-content-category-blog .blog-item-package .item-content-package .jl-card .jl-card-media-top .image-container img {
  transition: all 0.4s ease-in-out;
}
.com-content-category-blog .blog-item-package .item-content-package .jl-card .jl-card-media-top:hover .image-container img {
  transform: scale(1.2);
}
.com-content-category-blog .blog-item-package .item-content-package .jl-card .fields-container {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  color: #0f4f9d;
}
.com-content-category-blog .blog-item-package .item-content-package .jl-card .fields-container .field-entry {
  /*box-shadow: 1px 1px 2px #9f9f9f;
                        padding: 0.2rem 0.4rem;*/
}
.com-content-category-blog .blog-item-package .item-content-package .jl-card .fields-container li {
  display: flex;
  align-items: center;
  margin: 0;
}
.com-content-category-blog .blog-item-package .item-content-package .jl-card .fields-container .iconlabel {
  margin-right: 0.2rem;
}
.com-content-article.item-pagepackage .article-hero {
  /*@include breakpoint(tablet-range) {
                min-height: 40vh;
            }*/
}
@media only all and (min-width: 60rem) {
  .com-content-article.item-pagepackage .article-hero {
    min-height: 30vh;
  }
}
@media screen and (min-height: 20484px) and (orientation: landscape) {
  .com-content-article.item-pagepackage .article-hero {
    min-height: 50vh;
  }
}
@media screen and (min-height: 3200px) and (orientation: landscape) {
  .com-content-article.item-pagepackage .article-hero {
    min-height: 60vh;
  }
}
.explore-more .jl-position-cover.jl-overlay-default {
  background: rgba(255, 255, 255, 0.6);
}
.explore-more .tm-meta {
  color: #2c2c2c;
}
.footer-contact-info ul {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.footer-menu ul {
  margin-top: 0;
}
.com-content-article__body h3, .com-content-article__body h4, .com-content-article__body h5 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.tier-table table thead td {
  font-weight: bold;
  text-align: left;
}
.tier-table table tbody tr td:first-child {
  font-weight: bold;
}
@media only all and (min-width: 75rem) {
  .plan-trip-home img {
    max-height: 90px;
    width: auto;
  }
}
@media only all and (max-width: 74.99rem) {
  .plan-trip-home img {
    max-height: 50px;
    width: auto;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /*    .plan-trip-home {
        img {
            max-height: 75px;
            width:auto;
        }
    }*/
}
@media only all and (max-width: 59.99rem) {
  .plan-trip-home img {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  #g-container-main > .jl-container {
    padding-left: 0;
    padding-right: 0;
  }
  #g-container-main > .jl-container #g-mainbar .g-grid .g-content {
    padding-left: 0;
    padding-right: 0;
  }
  #g-container-main .com-content-article__body {
    padding-right: 0;
  }
  #g-top > .jl-container > .g-grid .g-block.size-75 {
    width: 75% !important;
    flex-basis: 75%;
    max-width: 75%;
  }
  #g-top > .jl-container > .g-grid .g-block.size-50 {
    width: 50% !important;
    flex-basis: 50%;
    max-width: 50%;
  }
  #g-top > .jl-container > .g-grid .g-block.size-25 {
    width: 25% !important;
    flex-basis: 25%;
    max-width: 25%;
  }
  #g-top > .jl-container > .g-grid .g-block > .g-content {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
}
.fixed-boat {
  position: fixed;
  z-index: 9997;
}
.wave-container {
  position: relative;
  width: 60px;
  /* Width of the wave */
  height: 80px;
  /* Full height */
  overflow: hidden;
  text-align: center;
  z-index: 9998;
}
.wave-wrapper {
  padding: 20px;
}
.wave {
  position: absolute;
  width: 86%;
  /* Full width of the container */
  height: 20px;
  /* Height of the wave */
  left: 2px;
  background-image: url('../../../../images/wave-low.png');
  /* Top wave image */
  background-repeat: repeat-x;
  /* Repeat horizontally */
  z-index: 9999;
}
.wave-top {
  animation: move-top 6s linear infinite;
  /* Move to the right */
  bottom: 10px;
  /* Position at the top */
}
.wave-bottom {
  animation: move-top 6s linear infinite;
  /* Move to the left */
  bottom: 0;
  /* Position at the bottom */
}
@keyframes move-top {
  0% {
    background-position: 0 0;
    /* Start position */
  }
  100% {
    background-position: -80px 0;
    /* Move left by the width of the wave */
  }
}
@keyframes move-bottom {
  0% {
    background-position: 0 0;
    /* Start position */
  }
  100% {
    background-position: 80px 0;
    /* Move right by the width of the wave */
  }
}
.boat {
  position: absolute;
  bottom: 30px;
  /* Position the boat above the waves */
  left: 50%;
  /* Center the boat */
  transform: translateX(-50%);
  /* Center the boat */
  width: 60px;
  /* Width of the boat */
  height: 45px;
  /* Height of the boat */
  animation: bob 2s ease-in-out infinite;
  /* Bobbing animation */
}
@keyframes bob {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
    /* Start position */
  }
  50% {
    transform: translate(-50%, -5px) rotate(2deg);
    /* Move up and tilt */
  }
  100% {
    transform: translate(-50%, 0) rotate(0deg);
    /* Return to start */
  }
}
@keyframes diagonal {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
    /* Start position */
  }
  25% {
    transform: translate(-50%, -5px) translateX(-2px) rotate(2deg);
    /* Move up and slightly left */
  }
  50% {
    transform: translate(-50%, -5px) translateX(2px) rotate(-2deg);
    /* Move up and slightly right */
  }
  75% {
    transform: translate(-50%, -5px) translateX(-2px) rotate(2deg);
    /* Move up and slightly left */
  }
  100% {
    transform: translate(-50%, 0) rotate(0deg);
    /* Return to start */
  }
}
@keyframes slide-up {
  0% {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    max-height: 36px;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slide-down {
  0% {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    max-height: 36px;
    opacity: 1;
    visibility: visible;
  }
}
/*# sourceMappingURL=custom_12.css.map */