/* MOVE CHAT */
@media (max-width:667px) {
.zopim.move {
    bottom: 80px !important;
}
}

.footer-reviews, .footer-insta {
	display: none
}
body {
	overflow-x: hidden;
  line-height: 1.75;
}
h4 {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
}
.text-width {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.border-orange {
	border: solid 2px #EDAC43;
}
.background-orange {
	background-color: #EDAC43;
  color: #fff;
}
#product-header .date-alert.sale {
    display: inline;
    padding: 4px 6px;
    box-shadow: 2px 2px 10px #ccc;
    -moz-box-shadow: 2px 2px 6px #ccc;
    -webkit-box-shadow: 2px 2px 6px #ccc;
    -khtml-box-shadow: 3px 2px 6px #ccc;
    font-size: 0.8rem;
    background-color: #e41548;
  	margin-bottom: 9px !important;
    margin-left: 20px;
}
#product-header h1 {
    display: inline !important;
}
#product-header .badge3-tr {
    max-width: 80px;
}
#product-header .company-tourr {
    max-width: 110px !important;
}
#product-header .tourr-reviews {
    min-width: 140px;
}
#product-header .small, #product-cta-bar .small {
    font-size: 0.75rem;
}
#header-cta {
    padding-left: 45px !important;
    padding-right: 45px !important;
  	padding-top: 19.5px !important;
    padding-bottom: 19.5px !important;
}
#product-header .header-deposit {
	max-width: 90px;
}
/* JUMP BAR */
#jump-bar {
    position: sticky;
    top: 54px;
    left: 0;
    background-color: #fff;
    z-index: 999;
    border-bottom: solid 1px #159bd1;
}
#jump-bar a {
    font-family: Avenirnextltpro-demi;
    color: #159bd1;
    margin: 0 30px;
    padding: 10px 4px;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
}
#jump-bar a.active {
    color: #EDAC43;
    border-bottom: solid 2px #EDAC43;
}
#jump-bar a:hover {
    color: #EDAC43;
    text-decoration: none;
}
/* JUMP BAR END */

/* OVERVIEW TEXT */
#overview h4 {
	letter-spacing: 1px;
}
#about {
    max-width: 900px;
}
#about p {
  white-space: pre-wrap;
}
/* OVERVIEW TEXT END */

/* OVERVIEW GALLERY */
#overview .swiper-container {
     width: 100%;
     margin-left: auto;
     margin-right: auto;
}
#overview .swiper-slide {
    background-size: cover;
    background-position: center;
}
#overview .gallery-top {
    height: calc(100vh - 260px) !important;
    width: 80%;
}
#overview .swiper-button-next-gallery {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    right: 20px;
    width: 27px;
    height: 44px;
}
#overview .swiper-button-prev-gallery {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    left: 20px;
    width: 27px;
    height: 44px;
}
#overview .swiper-button-disabled {
    display: none;
}
@media (max-width:767px) {
  #overview .gallery-top {
      width: 100%;
    height: 300px !important;
  }
  #overview > .row > div {
      padding: 0;
  }
}
/* OVERVIEW GALLERY END */
/* VIDEO */
#overview video {
    object-fit: cover!important;
}
.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
    width:100px;
    height:100px;
    transition:0.5s opacity;
  }
  .play.playing {
    opacity:0;
  }
  video {
    object-position: 50% 50%;
  }
  .custom-video {
    position: relative;
  }
    @media (max-width:576px) {
    .play {
        width: 75px !important;
        height: 75px !important;
    }
  }
/* VIDEO */

/* TAGLINE */
#tagline table td {
    width: 100px !important;
    color: #159bd1;
    font-size: 0.8rem;
    text-transform: uppercase;
}
/* TAGLINE END */

/* OVERVIEW BOX */
.trip-tips img {
    height: 40px;
}
/* OVERVIEW BOX END */

/* ABOUT */
#about {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
#about h4 {
    font-size: 2.5rem;
}
/* ABOUT END */

/* HIGHLIGHTS */
#highlights .image1 {
    width: 25vw;
    height: 25vw;
    max-width: 350px;
    max-height: 350px;
    object-fit: cover;
    float: right;
    border-radius: 5%;
    box-shadow: 4px 2px 10px #606060;
      -moz-box-shadow: 4px 2px 10px #606060;
      -webkit-box-shadow: 4px 2px 10px #606060;
      -khtml-box-shadow: 4px 2px 10px #606060;
}
#highlights .image2 {
    width: 20vw;
    height: 20vw;
    max-width: 330px;
    max-height: 330px;
    object-fit: cover;
    margin-top:-40%;
    margin-right: 30%;
    float: right;
    border-radius: 5%;
    box-shadow: 4px 2px 10px #606060;
      -moz-box-shadow: 4px 2px 10px #606060;
      -webkit-box-shadow: 4px 2px 10px #606060;
      -khtml-box-shadow: 4px 2px 10px #606060;
}
#highlights p:before{
        content: '';
    background-image: url(https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/tick.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -40px;
}
#highlights .highlights-box {
    max-width: 550px;
}
/* HIGHLIGHTS END */

/* SCHEDULE */
#itinerary .hide {
    display: none;
}
#itinerary .select-day.active {
    background-color: #e41548;
    color: #fff;
}
#itinerary .sched-days {
    flex-wrap: nowrap !important;
}
#itinerary .sched-box {
    padding: 2.5rem;
}
#itinerary .sched-right, #itinerary .sched-left  {
    height: 570px !important;
}
#itinerary .day-sched {
    box-shadow: 4px 2px 10px #ccc;
    -moz-box-shadow: 4px 2px 10px #ccc;
    -webkit-box-shadow: 4px 2px 10px #ccc;
    -khtml-box-shadow: 4px 2px 10px #ccc;
}
#itinerary .day-img {
    object-fit: cover;
}
#itinerary .sched-info {
    overflow-y: auto;
    height: 400px !important;
}
#itinerary .sched-info h6, #itinerary .sched-info h5, #itinerary .sched-info h4, #itinerary .sched-info h3, #itinerary .sched-info h2, #itinerary .sched-info h1 {
    color: #23455b;
}
#itinerary .sched-info strong {
    color: #23455b;
    font-family: Avenirnextltpro-demi;
}
#itinerary .sched-info em {
    color: #159bd1;
}
#itinerary .sched-info::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #FFF;
}
#itinerary .sched-info::-webkit-scrollbar
{
	width: 6px !important;
	background-color: #F5F5F5;
}
#itinerary .sched-info::-webkit-scrollbar-thumb
{
	background-color: rgba(228, 21, 72, 0.4);
}
#itinerary .swiper-slide {
    width: auto !important;
}
#itinerary .swiper-button-next-schedule {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    right: -40px;
    width: 20px;
    height: 30px;
}
#itinerary .swiper-button-prev-schedule {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    left: -40px;
    width: 20px;
    height: 30px;
}
#itinerary .swiper-button-disabled {
    display: none;
}
@media (max-width:768px) {
  #itinerary .swiper-button-next-schedule {
      right: 0px;
  }
  #itinerary .swiper-button-prev-schedule {
      left: 0px;
  }
}


/* MOBILE SCHEDULE */
.plan-container-mobile .mobile-sched-button {
    display: block;
    margin-bottom: 5px;
}
.plan-container-mobile .mobile-sched-button:not(.collapsed) {
    background-color: #e41548;
    color: #fff;
}
#itinerary .plan-container-mobile .sched-box {
    padding: 10px;
}
#itinerary .plan-container-mobile .sched-info {
    overflow-y: auto;
    height: auto !important;
}
.plan-container-mobile .mobile-sched-button:before {
    content: "\f067";
    font: normal normal normal 12px/1 FontAwesome;
    margin-right: 5px;
}
.plan-container-mobile .mobile-sched-button:not(.collapsed):before {
    content: "\f068";
    font: normal normal normal 12px/1 FontAwesome;
    margin-right: 5px;
}
/* SCHEDULE END */

/* DEPOSIT */
#deposit .deposit-image {
    height: 600px;
    background-size: cover;
    background-position: center;
}
#deposit h2 {
    font-size: 3rem;
}
/* DEPOSIT END */

/* INCLUDED */
.incl-card {
    width: 200px;
}
.incl-card img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.included-items {
    justify-content: center;
    display: flex;
}
#included-mob .swiper-container {
    height: 230px !important;
}
#included-mob .swiper-button-next-included {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
  	right: 5px;
}
#included-mob .swiper-button-prev-included {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
  	left: 5px;
}
/* INCLUDED */

/* SNAPSHOT */
#snapshot .outer {
    background-position: center;
  background-size: cover;
}
#snapshot .swiper-container {
    height: 300px !important;
}
#snapshot .swiper-button-next-snapshot {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    right: -40px;
}
#snapshot .swiper-button-prev-snapshot {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    left: -40px;
}
@media (max-width:768px) {
  #snapshot .swiper-button-next-snapshot {
      right: -10px;
  }
  #snapshot .swiper-button-prev-snapshot {
      left: -10px;
  }
}
#snapshot .swiper-div {
    position: relative;
}
#snapshot .outer:hover .overlay-bg {
    visibility: visible;
  	opacity: 1;
    background-color: rgba(0,0,0,0.6);
}
#snapshot .outer .overlay-bg {
    visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity 0.4s ease;
}
#snapshot .outer:hover .inner-bottom {
    display: none !important;
}
/* SNAPSHOT END */

/* INCLUDED */
@media (min-width:768px) {
  #includes ul {
      column-count: 3;
      column-gap: 40px;
  }
}
#includes .btn.btn-primary-outline {
    padding: 25px;
    border-radius: 0;
    font-size: 1.2rem;
}
#includes .btn.btn-primary-outline:before {
    content: "\f067";
    font: normal normal normal 17px/1 FontAwesome;
    }
#includes .btn.btn-primary-outline:not(.collapsed) {
    background-color: #e41548;
    color: #fff;
}
#includes .btn.btn-primary-outline:not(.collapsed):before {
    content: "\f068";
    font: normal normal normal 17px/1 FontAwesome;
}
/* INCLUDED END */

/* FLIGHTS */
#flights .flights-image {
    height: 600px;
    background-size: cover;
    background-position: center;
}
#flights h2 {
    font-size: 3rem;
}
#flights .inner {
    max-width: 800px;
  	width: 95%;
}
/* FLIGHTS END */

/* REVIEWS END */
#reviews .fa-star {
    color: #FFD700;
}
#reviews .review-box {
    background-color: #f7f7f9;
    padding: 2rem;
}
#reviews .badge-link-tr {
    color: #23455b;
    font-family: Avenirnextltpro-demi;
}
#reviews .review-row {
    border-bottom: solid 1px rgba(153, 153, 153,0.2);
}
#reviews .review-row:last-of-type {
    border-bottom: none;
}
@media (max-width:767px) {
  #reviews .review-box {
      margin-left: 1rem;
      margin-right: 1rem;
  }
  #reviews .info-tr {
  	text-align: center;
  }
}
/* REVIEWS END */

/* EXTRAS */
.extras-header {
    max-width: 800px;
}
#extras .card-footer {
    background-color: #e41548;
    color: #fff;
    border-radius: 0 0 5px 5px !important;
}
#extras .card {
    box-shadow: 4px 2px 10px #ccc;
    -moz-box-shadow: 4px 2px 10px #ccc;
    -webkit-box-shadow: 4px 2px 10px #ccc;
    -khtml-box-shadow: 4px 2px 10px #ccc;
    border-radius: 5px !important;
  	border: none;
  	max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
#extras .card-img-top {
  	height: 240px;
    object-fit: cover;
    border-radius: 5px 5px 0 0 !important;
}
#extras .card-body {
    height: 180px;
}
#extras a.card:hover {
    text-decoration: none;
    box-shadow: 4px 2px 10px #aaa;
    -moz-box-shadow: 4px 2px 10px #6c757d;
    -webkit-box-shadow: 4px 2px 10px #6c757d;
    -khtml-box-shadow: 4px 2px 10px #6c757d;
}

#extras .product-swiper-button-next {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    right: -40px;
}
#extras .product-swiper-button-prev {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    left: -40px;
}
@media (max-width:768px) {
  #extras .product-swiper-button-next {
      right: -10px;
  }
  #extras .product-swiper-button-prev {
      left: -10px;
  }
}
/* EXTRAS END */

/* COVERED */
.covered-card {
    width: 220px;
}
.covered-card img {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}
.covered-items {
    justify-content: center;
    display: flex;
}
#covered-mob .swiper-container {
    height: 230px !important;
}
#covered-mob .swiper-button-next-covered {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
}
#covered-mob .swiper-button-prev-covered {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
/* COVERED END */

/* DATES */
#dates {
    background-color: #f7f7f9;
}
#dates .retreat-dates a:hover {
    text-decoration: none;
}
#dates .date-row {
    box-shadow: 4px 2px 10px #ccc;
    -moz-box-shadow: 4px 2px 10px #ccc;
    -webkit-box-shadow: 4px 2px 10px #ccc;
    -khtml-box-shadow: 4px 2px 10px #ccc;
    border-radius: 5px !important;
  	background-color: #fff;
}
#dates .low-stock {
    background-color: #EDAC43;
}
#dates .sold-out {
    background-color: #000;
}
#dates .sale {
    background-color: #e41548;
}
#dates .date-alert {
    display: inline-block;
    padding: 4px 10px;
    box-shadow: 2px 2px 10px #ccc;
    -moz-box-shadow: 2px 2px 6px #ccc;
    -webkit-box-shadow: 2px 2px 6px #ccc;
    -khtml-box-shadow: 3px 2px 6px #ccc;
    font-size: 0.8rem;
    min-width: 115px;
}
#dates .date-row del {
    color: #800000;
}
@media (max-width:767px) {
  .date-row h5 {
      font-size: 1rem;
  }
  .date-row h4 {
      font-size: 1rem;
  }
  .date-row p {
      font-size: 0.8rem;
  }
  .date-row .dates {
    flex-grow: 1;
	}
}
.special-event {
    color: #999;
    font-family: Avenirnextltpro-demi;
    font-size: 80%;
}
/* DATES END */

/* FAQ */
#faq .btn.btn-secondary-outline {
    padding: 25px;
    border-radius: 0;
    font-size: 1.2rem;
    font-family: Avenirnextltpro-regular;
}
#faq .btn.btn-secondary-outline:before {
    position: absolute;
    top: 23px;
    content: "\f067";
    font: normal normal normal 17px/1 FontAwesome;
}
#faq .btn.btn-secondary-outline:not(.collapsed) {
    background-color: #EDAC43;
    color: #fff;
}
#faq .btn.btn-secondary-outline:not(.collapsed):before {
    content: "\f068";
    font: normal normal normal 17px/1 FontAwesome;
}
#faq .faq-header a {
    text-decoration: underline;
    font-size: 1.2rem;
}
#faq .faq-answer {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:767px) {
  #faq .faqs-questions a.btn {
      font-size: 1rem;
      white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
      white-space: -pre-wrap;      /* Opera 4-6 */
      white-space: -o-pre-wrap;    /* Opera 7 */
      white-space: pre-wrap;       /* css-3 */
      word-wrap: break-word;       /* Internet Explorer 5.5+ */
      white-space: normal;
  }
}
/* FAQ END */

/* FOOTER */
.productfooter.sticky {
    position: sticky;
}
.productfooter {
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    color: #fff !important;
    z-index: 1000;
}
.productfooter h3 {
    font-size: 2.5rem;
}
.productfooter a.btn {
    padding-top: 19.5px !important;
    padding-bottom: 19.5px !important;
}
.border-top-blue {
    border-top: solid 2px #159bd1;
}
/* FOOTER */



/* POPUP */
#_form_5DA8B23872099_ button[type="submit"] {
        padding: 20px;
        font-size: 1.2em !important;
  			width: 100%;
    }
@media (max-width: 667px) and (min-width: 320px) {
    #_form_5DA8B23872099_ button[type="submit"] {
        padding: 20px;
        font-size: 1.2em !important;
    }
}
/* POPUP */

/* POPUP */
body.popup-open-product {
  overflow:hidden;
}
.popup-overlay-product {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index:9999;
  background-color:rgba(0, 0, 0, 0.4);
  align-items:center;
  justify-content:center;
}
.popup-open-product .popup-overlay-product {
  display:flex
}
.popup-overlay-product .popup-inner {
  width: auto;
  height: auto;
  overflow-y: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color:rgba(21, 155, 209,1);
  border: solid 1px;
  max-width: 100vw;
}
.popup-overlay-product .form-header {
  padding: 10px 30px;
  color: #fff;
  display: flex;
  margin-bottom:20px;
}
.popup-overlay-product .form-header img {
  object-fit:contain;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 180px;
}
.popup-overlay-product .form-title {
    color: #fff !important;
}
.popup-overlay-product .closepop {
  position:absolute;
  top:15px;
  right:25px;
  cursor:pointer;
  color:#fff;
}
@media (max-width: 667px) and (min-width: 320px) {
    #_form_67_submit {
        padding: 20px;
        font-size: 1.2em !important;
    }
}
/* POPUP */

/* POPUP presale */
body.popup-open-presale {
  overflow:hidden;
}
.popup-overlay-presale {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index:9999;
  background-color:rgba(0, 0, 0, 0.4);
  align-items:center;
  justify-content:center;
}
.popup-open-presale .popup-overlay-presale {
  display:flex
}
.popup-overlay-presale .popup-inner {
  width: auto;
  height: auto;
  overflow-y: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color:rgba(21, 155, 209,1);
  border: solid 1px;
  max-width: 100vw;
}
.popup-overlay-presale .form-header {
  padding: 10px 30px;
  color: #fff;
  display: flex;
  margin-bottom:20px;
}
.popup-overlay-presale .form-header img {
  object-fit:contain;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 180px;
}
.popup-overlay-presale .form-title {
    color: #fff !important;
}
.popup-overlay-presale .closepop {
  position:absolute;
  top:15px;
  right:25px;
  cursor:pointer;
  color:#fff;
}
@media (max-width: 667px) and (min-width: 320px) {
    #_form_67_submit {
        padding: 20px;
        font-size: 1.2em !important;
    }
}
/* POPUP presale */

/* POPUP secret book */
body.popup-open-secret-book {
  overflow:hidden;
}
.popup-overlay-secret-book {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index:9999;
  background-color:rgba(0, 0, 0, 0.4);
  align-items:center;
  justify-content:center;
}
.popup-open-secret-book .popup-overlay-secret-book {
  display:flex
}
.popup-overlay-secret-book .popup-inner {
  width: auto;
  height: auto;
  overflow-y: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color:rgba(21, 155, 209,1);
  border: solid 1px;
  max-width: 100vw;
}
.popup-overlay-secret-book .form-header {
  padding: 10px 30px;
  color: #fff;
  display: flex;
  margin-bottom:20px;
}
.popup-overlay-secret-book .form-header img {
  object-fit:contain;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 180px;
}
.popup-overlay-secret-book .form-title {
    color: #fff !important;
}
.popup-overlay-secret-book .closepop {
  position:absolute;
  top:15px;
  right:25px;
  cursor:pointer;
  color:#fff;
}
#password {
    height: 45px;
    width: 120px;
}
@media (max-width: 667px) {
    .popup-overlay-secret-book .popup-inner {
        width: 95vw;
    }
}
/* POPUP secret book */

/* YACHTS */
.yacht-block .outer {
    background-position: center;
  background-size: cover;
}
.yacht-block .swiper-container {
    height: 300px !important;
}
.yacht-block .swiper-button-next-yacht-one, .yacht-block .swiper-button-next-yacht-two {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    right: -40px;
}
.yacht-block .swiper-button-prev-yacht-one, .yacht-block .swiper-button-prev-yacht-two {
    background-image: url('https://canvas-themes.s3-eu-west-1.amazonaws.com/Seller+Sites/Life+Before+Work/Assets/arrow.png');
    background-size: contain;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    left: -40px;
}
.yacht-block .swiper-div {
    position: relative;
}
.yacht-img {
    object-fit: cover;
    width: 100%;
    height: 120px;
}
.yacht-block .col-6 {
    padding: 5px;
}
.yacht-img-lg {
    height: 250px;
    object-fit: cover;
}
.yacht-block ul {
    padding-left: 2rem;
    margin-bottom: 0;
}
.yacht-block div.large-img {
    padding: 5px;
}
/* YACHTS */

/* BOOKING BAR */
@media (max-width: 667px) {
  .product-cta-bar .col-md-auto.col-12.text-right {
      text-align: center !important;
  }
}
.productfooter h3 {
    margin-bottom: -10px !important;
}


/* BANNER CTA */
.banner-cta {
    background-color: #159bd1;
    font-family: Avenirnextltpro-demi;
}
.banner-cta a {
    display: block;
    padding: 18px 10px;
}
.banner-cta a:hover {
    color: #EDAC43 !important;
    text-decoration: none;
}