.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #fff;
  background-image: none;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center; }

.carousel-control-next,
.carousel-control-prev {
  color: #006A95; }

.carousel-control-next-icon i,
.carousel-control-prev-icon i {
  font-size: 25px; }

.carousel-caption h1,
.carousel-caption h2 {
  font-size: .9rem;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase; }

.carousel-caption h3 {
  text-align: left;
  font-size: 1.6em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.carousel-item:not(.andromeda-carousel-container) img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

/* Aspect ratios */
.carousel-item.ar-1x1,
.carousel-item img.ar-1x1 {
  height: 100vw; }

.carousel-item.ar-3x2,
.carousel-item img.ar-3x2 {
  height: calc(100vw * 2 / 3); }

.carousel-item.ar-4x3,
.carousel-item img.ar-4x3 {
  height: calc(100vw * 3 / 4); }

.carousel-item.ar-16x9,
.carousel-item img.ar-16x9 {
  height: calc(100vw * 9 / 16); }

.carousel-item.ar-18x9,
.carousel-item img.ar-18x9 {
  height: calc(100vw * 9 / 18); }

.carousel-item.ar-21x9,
.carousel-item img.ar-21x9 {
  height: calc(100vw * 9 / 21); }

/*------------------------------ Default bootstrap slider----------------------------*/
.carousel-default .andromeda-carousel-container {
  min-height: 360px;
  position: relative;
  padding: 0 100px 50px 100px; }

@media only screen and (max-width: 767.98px) {
  .carousel-default .andromeda-carousel-container {
    padding: 10px; } }

.carousel-default .carousel-indicators {
  bottom: 4px; }

.carousel-default .carousel-indicators li {
  border-radius: 20px;
  height: 16px;
  width: 16px;
  background-clip: unset;
  background: transparent;
  border: 0;
  margin-right: 5px;
  margin-left: 6px;
  opacity: 1; }

.carousel-default .carousel-indicators li::after {
  content: '';
  height: 16px;
  width: 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  display: list-item;
  position: relative;
  bottom: 0;
  right: 0; }

.carousel-default .carousel-indicators li.active {
  background: #006A95; }

.carousel-default .carousel-control-prev,
.carousel-default .carousel-control-next {
  align-items: flex-end;
  padding-bottom: 2rem; }

.carousel-default .carousel-caption h1,
.carousel-default .carousel-caption h2,
.carousel-default .carousel-caption h3 {
  text-align: center; }

.carousel-default.has-boat-search .carousel-caption {
  bottom: 137px; }

.carousel-default.has-activity-search .carousel-caption {
  bottom: 137px; }

.carousel-default .boat-searcher-plugin, .carousel-default .activity-searcher-plugin {
  position: absolute;
  bottom: 60px;
  width: 60%;
  left: 20%;
  z-index: 45; }

@media only screen and (max-width: 1400px) {
  .carousel-default .boat-searcher-plugin, .carousel-default .activity-searcher-plugin {
    position: absolute;
    bottom: 60px;
    width: 70%;
    left: 15%;
    z-index: 45; } }

@media (min-width: 991.98px) and (max-width: 1120px) {
  .carousel-default .boat-searcher-plugin, .carousel-default .activity-searcher-plugin {
    position: absolute;
    bottom: 60px;
    width: 78%;
    left: 11%;
    z-index: 45; } }

.carousel-default.has-boat-search .carousel-control-prev, .carousel-default.has-boat-search .carousel-control-next {
  padding-bottom: 88px; }

.carousel-default.has-activity-search .carousel-control-prev, .carousel-default.has-activity-search .carousel-control-next {
  padding-bottom: 88px; }

@media only screen and (max-width: 991.98px) {
  .carousel-default .boat-searcher-plugin,
  .carousel-default .activity-searcher-plugin {
    background-color: #006A95 !important;
    width: 100%;
    left: 0;
    bottom: unset;
    top: 100%;
    position: relative; }
  .carousel-default .boat-searcher-plugin ~ .carousel-inner .carousel-caption,
  .carousel-default .activity-searcher-plugin ~ .carousel-inner .carousel-caption {
    bottom: 2rem; }
  .carousel-default .carousel-inner .carousel-caption {
    background-color: #006A95;
    bottom: 0;
    right: 0;
    left: 0;
    position: relative;
    height: 140px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .carousel-default .carousel-inner .carousel-caption h3 {
    font-size: .8rem; } }

@media only screen and (max-width: 767.98px) {
  .carousel-default {
    margin-top: 85px;
    background: #006A95; }
  .background-title-container .title-container .carousel-default {
    margin-top: unset;
    background: unset; } }

/*------------------------------ Alternative bootstrap slider----------------------------*/
.carousel-alternative ~ .carousel-control-prev,
.carousel-alternative ~ .carousel-control-next {
  height: 20%;
  min-height: 50px;
  top: unset;
  width: 50px; }

.carousel-alternative ~ .carousel-control-prev {
  right: calc(10% + 50px);
  left: unset; }

.carousel-alternative ~ .carousel-control-next {
  right: 10%; }

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #006A95; }

.carousel-alternative .carousel-caption {
  left: 0;
  bottom: 0;
  max-width: 75%;
  right: unset;
  background: #00000077;
  font-weight: bold;
  text-align: left;
  padding: 2rem 2.5rem; }

.carousel-alternative .carousel-caption h3,
.carousel-alternative .carousel-caption h4 {
  text-align: left; }

/*------------------------------ vertical bootstrap slider----------------------------*/
.carousel-vertical {
  position: relative;
  height: calc(100vh - 85px); }
  .carousel-vertical .pp-section {
    transform: translate3d(0, -100%, 0) !important;
    -webkit-transform: translate3d(0, -100%, 0) !important;
    -moz-transform: translate3d(0, -100%, 0) !important;
    -ms-transform: translate3d(0, -100%, 0) !important;
    -o-transform: translate3d(0, -100%, 0) !important;
    top: 0; }
  .carousel-vertical .pp-section.active {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    top: 0; }
  .carousel-vertical .pp-section.active ~ .section {
    transform: translate3d(0, 100%, 0) !important;
    -webkit-transform: translate3d(0, 100%, 0) !important;
    -moz-transform: translate3d(0, 100%, 0) !important;
    -ms-transform: translate3d(0, 100%, 0) !important;
    -o-transform: translate3d(0, 100%, 0) !important;
    top: 0; }

@media only screen and (max-width: 767.98px) {
  .carousel-vertical {
    display: contents; } }

/*------------------------------- vertical carousel indicators ------------------------------*/
#pp-nav.right {
  position: absolute;
  height: auto;
  padding: 0;
  left: 6px;
  right: unset;
  bottom: auto;
  margin: 0 !important;
  top: calc(50% + 61px);
  transform: translateY(-50%); }

#pp-nav li {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #006A95;
  width: 4px;
  height: 23px;
  margin: 3px; }

#pp-nav li span {
  top: 0;
  left: 0;
  width: 2px;
  height: 21px;
  border: 0;
  border-radius: 0;
  background-color: #ffffff77; }

#pp-nav li .active span {
  margin-bottom: 5px;
  background-color: #006A95; }

@media only screen and (max-width: 767.98px) {
  .carousel-vertical {
    height: unset; }
  html, body {
    overflow: visible; } }

/* Client comments */
.comment-container {
  padding: 40px 1rem 2rem 1rem;
  margin: 0 1rem;
  margin-top: 80px;
  transition: .6s ease;
  border-radius: 10px; }

.comment-container .comment {
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif;
  min-height: calc(84px + 2rem);
  padding: 1rem 0rem;
  color: #002A40; }

.comment-container .name {
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif;
  color: #002A40;
  font-weight: bold;
  margin-top: auto; }

.comment-container .charge {
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif;
  color: #002A40; }

.carousel-comments .carousel-control-prev,
.carousel-comments .carousel-control-next {
  position: relative;
  width: 60px;
  height: 50px; }

.carousel-comments .carousel-control-prev-icon,
.carousel-comments .carousel-control-next-icon {
  border: solid 1px #006A95;
  width: 30px;
  height: 30px; }

.carousel-comments .carousel-control-prev-icon i,
.carousel-comments .carousel-control-next-icon i {
  font-size: 20px; }

.carousel-comments .carousel-control-prev-icon {
  padding-right: 3px; }

.carousel-comments .carousel-control-next-icon {
  padding-left: 3px; }

.carousel-comments .image-container {
  width: 100px;
  height: 100px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  left: 3rem;
  top: 30px; }

.carousel-comments img {
  display: inline;
  margin: 0 auto;
  height: 100% !important;
  width: 100%; }

.comment-container:hover {
  background-color: #02A6C3;
  text-decoration: none; }

.comment-container:hover .comment,
.comment-container:hover .name,
.comment-container:hover .charge {
  color: #FFFFFF; }

@media only screen and (max-width: 767.98px) {
  .carousel-alternative .carousel-caption {
    padding: 0.5rem 0.5rem 0.1rem .5rem; }
  .carousel-caption h1, .carousel-caption h2 {
    font-size: 0.5rem; }
  .carousel-caption h3 {
    font-size: 0.7rem; } }

/* SLICK CAROUSEL */
.carousel-slick .carousel-item img {
  height: 225px;
  width: 100%; }

.carousel-slick .andromeda-centered-images a {
  height: 100%; }

.carousel-slick .slick-slide {
  width: 200px;
  margin: 0;
  margin-left: 20px;
  margin-right: 20px; }

@media (min-width: 576px) and (max-width: 991.98px) {
  .carousel-slick .andromeda-centered-images a {
    margin: 0px; }
  .carousel-slick .carousel-item img {
    height: 175px; } }

/* Carousel card */
.carousel-card-title,
.carousel-card-title p {
  margin: 0;
  color: #006A95;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold; }

.carousel-card .card-body {
  color: #002A40;
  position: relative;
  min-height: 10rem;
  padding-top: 0.5rem; }

.carousel-card .carousel-item {
  padding-top: 100%; }

.carousel-card .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: unset; }

.carousel-card .card-body .row {
  justify-content: space-between; }

.carousel-card .highlight,
.card-links {
  margin-bottom: 1rem; }

.carousel-card .highlight,
.card-links a {
  background-color: #006A9550;
  color: #002A40;
  padding: .3rem;
  font-weight: bold;
  transition: all .6s ease;
  border-radius: 4px;
  font-size: .7rem; }

@media (max-width: 1350px) {
  .card-links a {
    font-size: .5rem; } }

.carousel-card .highlight {
  position: absolute;
  top: 0;
  padding: .3rem;
  text-transform: uppercase;
  transition: all .6s ease;
  max-width: -webkit-fill-available; }

.highlight-price .from_text {
  font-size: .5rem;
  text-transform: none; }

.carousel-card .highlight-top {
  right: 0; }

.carousel-card .highlight-pax {
  position: absolute;
  right: 0;
  top: 2px; }

@media (max-width: 1225px) {
  .carousel-card .highlight-pax {
    top: -35px; }
  .carousel-card .highlight,
  .card-links {
    margin-bottom: 3rem; } }

.carousel-card .highlight-bottom span {
  background-color: #f08633;
  color: #000000;
  padding: .3rem;
  font-weight: bold;
  transition: all .6s ease;
  border-radius: 4px;
  width: fit-content; }

.carousel-card .highlight-bottom-2 {
  color: #da0063; }

/* CAROUSEL BOXED TEXT FOOTER */
.carousel-boxed-text-footer .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000077;
  font-weight: bold;
  text-align: left;
  padding: 1rem 2.5rem; }
  .carousel-boxed-text-footer .carousel-caption h1 {
    padding: 0;
    margin: 0; }

.carousel-boxed-text-footer #total-slides, .carousel-boxed-text-footer #counter-slides {
  font-weight: normal;
  font-size: .8rem;
  position: absolute;
  bottom: 17.6px;
  right: 60px;
  color: #FFFFFF;
  z-index: 10;
  font-size: .8rem;
  display: flex;
  align-items: center; }

.carousel-boxed-text-footer #counter-slides {
  bottom: 18px;
  right: 85px; }

.carousel-boxed-text-footer .control-indicator {
  position: absolute;
  bottom: 18px;
  right: 30px;
  color: #FFFFFF;
  z-index: 10;
  font-size: .8rem;
  display: flex;
  align-items: center; }
  .carousel-boxed-text-footer .control-indicator .carousel-control-indicator-prev-icon,
  .carousel-boxed-text-footer .control-indicator .carousel-control-indicator-next-icon {
    color: #FFFFFF;
    background-color: transparent;
    padding: 15px; }
  .carousel-boxed-text-footer .control-indicator .carousel-control-indicator-prev-icon {
    padding-right: 30px; }
