.relatednews {	
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	color: #fff;
}

.relatednews li {
	border-left: solid 1px #B8A47A;
	cursor: pointer;
	display: block;
}

.relatednews .image {
	position: relative;
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.relatednews .listboxcontent {
	margin-top: 10px;
}

.relatednews .txtblock {
	padding: 0 5%;
}

.relatednews li:first-of-type {
	border: none;
}

.relatednews h2 {
	text-transform: uppercase;
	font-size: 35px;
	font-weight: lighter;
	margin-bottom: 15px;
	line-height: 40px;
}

.relatednews h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	font-weight: lighter;
	font-family: 'HelveticaLight';
}

#destinationnav {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#destinationnav .b11kh2title {
	margin-bottom: 10px;
	text-align: center;
}

#destinationnav .b11kh2title:after {
	content: '';
	display: none;
	width: 0px;
	height: 0;
	margin: 0;
}

#content + #destinationnav {
	padding-top: 0;
}

@media screen and (max-width:1300px) {
	.relatednews {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		margin-bottom: 0px;
	}

	.relatednews h2 {
		margin-bottom: 0px;
	}
}

@media screen and (max-width:800px) {
	.relatednews {
		display: none;
	}


	.relatednews li.selected {
		display: block;
	}

	.relatednews li {
		border-left: none;
	}

	#destinationnav .relatednews {
		display: block;
	}
}

@media screen and (max-width:500px) {
	.relatednews li {
		margin-bottom: 10px;
	}

	.relatednews h2 {
		font-size: 20px;
		line-height: 30px;
	}
}
