#destinationid, #destinfotmp, #ProjectSliderfirst .owl-controls {
	display: none;
}

#destinationsFakeSlideshow {
	display: block;
	height: fit-content;
	align-content: center;
	/* overlay real slideshow */
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}

#slideshowbox {
    max-height: 100vh;
	min-height: 100vh;
}

#slideshow {    
    max-height: 100vh;
    min-height: 100vh;
}

#destinationsFakeSlideshow h1 {
	text-shadow: 2px 2px #000000;
	width: 93.5%;
}

#destination {
	width: 100%;
	min-width: 400px;
	max-width: 750px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 15px;
	row-gap: 20px;
	color: #fff;
	padding: 20px;
	font-size: 22px;
	letter-spacing: 2px;
	font-kerning: normal;
	text-transform: uppercase;
	font-family: 'HelveticaLight';
}

#destination a {
	cursor: pointer;
}

#destination a.selected {
	text-decoration: underline;
}

#destination a:after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(/gfx/OY_Brand_Icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 15px;
}

#destination li:nth-of-type(3n+3) a:after {
	display: none;
}

#destinationguide {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

#destinationguide .b11kh2title:after {
	content: '';
	display: none;
	width: 0px;
	height: 0;
	margin: 0;
}

#destination a:hover {
	color: #B8A47A;
}

#destinationcontent {
	width: 100%;	
	padding:40px 0 60px 0;
	background-color: #182C5C;
}

#destinationinfo {
	width: 100%;	
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 27px;	
}

#destinationinfo h2 {
	padding-left: 0;
	margin-bottom: 35px;
}

#destinationinfo p:not(:last-child) {
	margin-bottom: 15px;
}

#destinationinfo p img {
	max-width:100%;
}

#areanav li.selected h2,
#areanav li.selected h3, #destination li.selected a {
	color: #B8A47A;
}



#area {
	display: grid;
	width: 100%;
	grid-template-columns: 50% 50%;
	min-height: 730px;
}

#arearight {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 200px 1fr;
}

#arearight .header {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	padding: 40px 80px;
	background-color: #182C5C;
	align-content: center;
}

#arearight .header h3 {
	font-size: 19px;
	font-family: 'HelveticaLight';
	font-weight: lighter;
	letter-spacing: 2px;
}

#arearight .content {
	padding: 80px;
	color: #182C5C;
	background: #fff;
	align-content: center;
	font-size: 23px;
}

#arearight .content h3, #destinationinfo h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

#arearight .content ul, #destinationinfo ul {
	list-style: disc;
	padding: 20px;
}

#arearight .content img {
	width:100%;
}

/* Map */
#arealeft {
	width: 100%;
	height: 100%;
}

/* image slider */
.fancybox__container {
	z-index: 10000;
}

#ProjectSliderfirst.productlist {
	margin: 0;
}

#ProjectSliderfirst .listitembox {
	width: 100%;
}

#ProjectSliderfirst .listitembox .image {
	height: 30vh;
	background-size: 100% 100%;
	transition: all .3s ease-in-out;
}

#ProjectSliderfirst .listitembox:hover .image {
	background-size: calc(100% * 1.1) calc(100% * 1.1);
}

#ProjectSliderfirst .listitembox .image img {
	width: 100%;
}

#content {
	padding: 7vh 0 60px 0;
}

#content .b11kh1title {
	padding-left: 6%;
	font-size: 50px;
}

@media screen and (max-width:1800) {
	#arearight .header {
		background-size: cover;
	}
}

@media screen and (max-width: 1400px) {
	.relatednews .b11kh2title {
		line-height: 20px;
		font-size: 13px;
	}

	#destination a {
		font-size: 16px;
	}
}



@media screen and (min-width: 1001px) {
	#arearight .header h2 {
		font-size: 50px;
		line-height: 55px;
		padding: 10px 0
	}
}

@media screen and (max-width: 1400px) {
	.b11kh1title {
		padding-left: 0;
		line-height: calc(0.01944 * 100vw + 35px);
		font-size: calc(0.01944 * 100vw + 25px);
	}

	#arearight .content {
		font-size: 18px;
	}
}

@media screen and (max-width: 1240px) {
	#destinationinfo {
		width: 94%;		
	}
}

@media screen and (max-width:800px) {
	#destinationsFakeSlideshow h1 {
		font-size: 35px;
	}

	#destination {
		font-size: 15px;
	}

	#destination a:after {
		display: none;
	}

	#area {
		grid-template-columns: 100%;
	}

	#arealeft {
		height: 400px;
	}

	#arearight .header,
	#arearight .content {
		padding: 40px 6%;
	}

	#arearight {
		
	}
}

@media screen and (max-height: 960px) {
	#destinationsFakeSlideshow {
		top: 150px;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	#enquirebtn {
		position: fixed;
		right: 5vw;
		z-index: 9999;
		display: none;
		top: 85vh;
	}
}

@media screen and (max-width: 750px) {

	#ProjectSliderfirst .listitembox .image {
		height: 42vh;
		width: 100%;
		background-size: 100% 100%;
	}
}
