.yacht-details-placeholder {
	width: 100%;
	height: 150px;
	background-color: #d8d8d8;
	background: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(50%, #ccc), to(#eee));
	background: -o-linear-gradient(left, #eee 0%, #ccc 50%, #eee 100%);
	background: linear-gradient(to right, #eee 0%, #ccc 50%, #eee 100%);
	background-size: 200% 100%;
	-webkit-animation: gradient-flow 2s linear infinite;
	        animation: gradient-flow 2s linear infinite;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 1em 0;
}

@-webkit-keyframes gradient-flow {
	0% {
		background-position: 100% 0;
		/* Start with the gradient off to the right */
	}

	100% {
		background-position: -100% 0;
		/* Move the gradient off to the left */
	}
}

@keyframes gradient-flow {
	0% {
		background-position: 100% 0;
		/* Start with the gradient off to the right */
	}

	100% {
		background-position: -100% 0;
		/* Move the gradient off to the left */
	}
}

#yacht_page_header {
	display: block;
	padding-top: 40%;
	background-color: #fff;
	margin-bottom: 200px;
}

#yacht_intro_box {
	background-color: #223A42;
	color: #fff;
	text-align: center;
	max-width: 980px;
	margin: auto;
	padding: 45px 30px;
	position: relative;
	top: 120px;
	z-index: 1;
}

#yacht_intro_box .icon {
    width: 80px;
    display: block;
    margin: 0 auto 20px;
}

#yacht_intro_box > span {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #F7F3EB;
}

#yacht_intro_box h1 {
	color: #fff;
	font-size: 43px;
	margin: 10px 0;
}

#yacht_intro_box > p {
    font-size: 27px;
    font-family: 'Sentinel';
    margin-bottom: 25px;
}

#yacht_intro_box h1:empty {
	opacity: 0;
}

#yacht_intro_box h1::before {
	content: '‘';
}

#yacht_intro_box h1::after {
	content: '’';
}

#yacht_intro_box_cta {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 1em;
}

#yacht_intro_box_cta a,
#yacht_intro_box_cta button,
#yacht .read-more-toggle {
    cursor: pointer;
    background-color: #DF8B70 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 14.2px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #223A42 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #DF8B70 !important;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 25px 15px 25px !important;
    text-align: center;
    transition: all .3s;
    display: inline-block !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

#yacht_intro_box_cta a:hover,
#yacht_intro_box_cta button:hover,
#yacht .read-more-toggle:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #DF8B70 !important;
}

#yacht .yacht-overview-list {
    column-count: 2;
    column-gap: 2em;
}

#yacht-toys-list {
    column-count: 2;
    column-gap: 2em;
}

#yacht .read-more-fade {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(246 243 235) 100%) !important;
}

#yacht .crew-profile br,
#price-details br {
    margin-bottom: 1em;
    display: block;
}

.yacht-name {
    text-transform: capitalize;
}

#gallery {
	max-width: 1140px;
	margin: auto;
}

/*#MENU {
    overflow: unset !important;
}*/

#gallery .slick-dots li,
#MENU .slick-dots li {
    border: 1px solid #223a42;
    margin: 0 4px;
    width: 17px;
    height: 17px;
    padding: 0;
}

#gallery .slick-dots li button,
#MENU .slick-dots li button {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    background-color: rgba(0,0,0,0);
}

#gallery .slick-dots li button:before,
#MENU .slick-dots li button:before {
    display: none;
}

#gallery .slick-active button,
#MENU .slick-active button {
    background-color: #223a42 !important;
}

#gallery .slick-dots,
#MENU .slick-dots {
    bottom: -45px;
}

#MENU .menu-images img,
#gallery .yacht-gallery img {
	width: auto;
	height: 450px;
	border-right: 10px solid #fff;
	-o-object-fit: contain;
	   object-fit: contain;
}

#MENU .menu-images .slick-arrow,
#GUESTS .feedbacks-wrapper .slick-arrow,
#gallery .yacht-gallery .slick-arrow {
	z-index: 1;
	padding: 0;
    border: none;
    width: 32px;
    height: 32px;
    background: none;
    object-fit: cover;
    border-radius: 100px;
}

#MENU .menu-images .slick-arrow img,
#GUESTS .feedbacks-wrapper .slick-arrow img,
#gallery .yacht-gallery .slick-arrow img {
	width: 100%;
	height: 100%;
	border: none;
}

#MENU .menu-images .slick-arrow:before,
#GUESTS .feedbacks-wrapper .slick-arrow:before,
#gallery .yacht-gallery .slick-arrow:before {
	display: none;
}

#MENU .menu-images .slick-prev,
#GUESTS .feedbacks-wrapper .slick-prev,
#gallery .yacht-gallery .slick-prev {
	left: 18px;
}


#MENU .menu-images .slick-next,
#GUESTS .feedbacks-wrapper .slick-next,
#gallery .yacht-gallery .slick-next {
	right: 18px;
}

#MENU .menu-images .slick-dots li button:before,
#GUESTS .feedbacks-wrapper .slick-dots li button:before,
#gallery .yacht-gallery .slick-dots li button:before {
	font-size: 1rem;
}


#yacht {
	max-width: 1140px;
	margin: auto;
}

#yacht>div {
	margin: 30px 0;
}

#yacht ul,
#MENU ul {
    list-style-type: none;
    padding: 0;
}

#yacht ul li {
    position: relative;
    border-bottom: 1px solid #223A42;
    padding: 14px 0 14px 30px;
}

#yacht ul li:before {
    content: '*';
    font-size: 27px;
    position: absolute;
    left: 0;
    top: 11px;
}

#MENU ul li:before {
    display: none;
}

#yacht_title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
    border-bottom: 1px solid #223A42;   
    padding-bottom: 25px;   
    flex-wrap: wrap;  
    margin-top: 60px !important;
}

#yacht_title .yacht-name {
    margin: 0;
}

#yacht_title .yacht-prices {
    font-family: 'Sentinel';
    font-style: italic;
    font-size: 34px;
    line-height: 1.3em;
}

#yacht_title .yacht-prices .yacht-price-value {
    color: #DF8B70;
}

#yacht .crew-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#yacht .crew-image {
	padding: 5px;
}

#yacht .crew-images img,
.ct-image {
	max-width: 100%;
}

#yacht .crew-images .crew-image {
	width: 33.33%;
}

#yacht .crew-images .crew-image img {
	aspect-ratio: 3 / 2;
	-o-object-position: 50% 25%;
	   object-position: 50% 25%;
	width: 100%;
}

#yacht .crew-images:not([data-images-count="1"]) .crew-image img {
	aspect-ratio: 1 / 1;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 30%;
	   object-position: 50% 30%;
}

#GUESTS .feedbacks-wrapper .feedback-single {
	padding: 30px 60px !important;
	background-color: #fff;
}

#yacht .tableWrapper {
	margin-bottom: 1rem;
}

#yacht table tr {
	padding: 2px 2.35px;
	color: #000;
	text-align: center;
}

#yacht table td,
#yacht table tr {
	border: 1px solid #051830;
	color: #000;
}

#yacht table td {
	padding: 4.5px 12px;
}

#yacht table.legend,
#yacht table.legend td,
#yacht table.legend tr {
	border: none;
}

#yacht table td.tableLegend {
	padding: 4.5px 12px;
	margin-right: 5px;
	text-align: center;
}

#yacht table td.bookedDateCell {
	color: #223b43;
	background-color: #DF8B70;
}

#yacht table td.transitDateCell {
	color: #fff;
	background-color: #ff9100;
}

#yacht table td.hold {
	color: #213f5a;
	background-color: #ffbf00;
}

#yacht table td.boatShowDateCell {
	color: #213f5a;
	background-color: #a2e1e5;
}

#yacht table td.unavailableDateCell {
	color: #fff;
	background-color: #787878;
}

#yacht .tableWrapper {
	overflow-x: scroll;
}

#yacht .tableWrapper table {
	min-width: 650px;
}

#yacht table th {
	background: #223b43;
	color: #fff;
	border: 1px solid #223b43;
	text-align: center;
	padding: 4.5px 12px;
	white-space: nowrap;
}

.loading-hide {
	display: none !important;
}

#OVERVIEW h3:not(:first-child) {
    margin-top: 2.5rem;
}

@media screen and (max-width: 1024px){
	#yacht {
	    padding: 0 20px;
	}

	#yacht_title .yacht-prices {
	    font-size: 22px;
	}

	#gallery {
	    padding: 0 40px;
	}
}

@media screen and (max-width: 767px){
	#gallery .slick-dots,
	#MENU .slick-dots {
		display: none !important;
	}

	#yacht_title {
	    margin-top: 30px !important;
	}
}