
/* Destination Guides CSS */

	.contentBox {
		display:inline-block;
	}

	.destinationHeader {
		text-align:center;
		font-weight: bold;
		margin-top: 35px;
		margin-bottom: 70px;
		font-size:30px;
	}

	.destinations {
		padding: 0;
	}

	.destinationWrapper {
		padding-right: 8px;
		padding-left: 8px;
	}

	.destination {
		margin-bottom: 18px;
		padding: 0;
		-webkit-transition: 1.5s ease-in-out;
		-moz-transition: 1.5s ease-in-out;
		-o-transition: 1.5s ease-in-out;
		transition: 1.5s ease-in-out;
		overflow: hidden;
	}

	.destination .destinationImage {
		width: 100%;
		transition: transform 150ms;
	}

	.destination:hover .destinationImage {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
	}

	.destination .destinationOverlay {
		position: absolute;
		bottom: 35px;
		font-size: 24px;
		font-weight: 300;
		text-align: center;
		margin: 0;
		color: white;
		font-size: 1.35em;
		width: 100%;
		z-index: 2;
	}

	.destination .destinationLanguages {
		position: absolute;
		top: 0;
		right: 0;
		color: white;
		padding: 5px 10px;
		font-size: 13px;
		font-weight: bold;
		text-shadow: 1px 1px #000000;
	}

	.destination-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent linear-gradient(180deg, #151E4724 0%, #04060E 100%) 0% 0%;
		z-index: 1;
	}

	.destination:hover .destination-overlay {
		background: rgba(21, 30, 71, 0.5);
	}

	.destination:hover .destinationOverlay {
		bottom: 35%;
	}

	.destinationIcon {
		display: none;
		width: 28px;
		margin-left: auto;
		margin-right: auto;
	}

	.destination:hover .destinationIcon {
		display: block;
	}

	.destinationName {
		font-family: "Nunito";
	}

	.destinationNameLine {
		display: none;
		border: 1px solid #3ab1a7;
		width: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6px;
	}

	.destination:hover .destinationNameLine {
		display: block;
	}

	.sticky {
		z-index: 99;
	}

	#directToTop {
		height:50px;
		width:50px;
		position:fixed;
		bottom:50px;
		right:30px;
		background-color: #297cbb;
		border-radius: 40px;
		text-align:center;
		z-index: 2;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
		cursor: pointer;
	}

	.fiveColumn {
		width: 20%;
	}

	.upButton {
		top:10px;
		position: relative;
	}

	.slider.banner_simple {
		height: 480px;
	}

	.section p {
		font-size: 1em;
		line-height: 1.4em;
	}

	.sectionNavigations {
		margin-bottom:50px;
	}

	.sectionNavigations .navWrapper {
		padding: 15px;
	}

	.sectionNavigations .sectionNavigation {
		border-bottom: 1px solid #e6e6e6;
		height: 45px;
		padding: 10px 0px 0px 10px;
	}

	.sectionNavigations .sectionNavigation a {
		text-decoration: none;
		font-size: 1em;
		color: #151E47;
		font-weight: 600;
	}

	.cityHeader {
		text-align:center;
		position: absolute;
		top: 260px;
		margin: 0;
		color: white;
		font-size: 4em;
		font-weight: 300;
		text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
		display: inline-block;
		width: 100%;
	}

	.cityOverview .overview {
		padding-top: 30px;
		margin-bottom: 50px;
		text-align: justify;
	}

	.cityFacts {
		background-color: #F7F7F7;
		margin-bottom: 50px;
	}

	.cityFacts .fact {
		position: relative;
		padding: 10px 0px 10px 60px;
		border-bottom: 1px solid #E1E4E5;
	}

	.cityFacts .fact .text{
		font-size:12px;
		display:inline;
	}

	.cityFacts .fact .icon {
		text-align:left;
		position:absolute;
		left: 0;
		top: 14px;
		padding-left: 30px;
	}

	img.icon {
		width:50px;
	}

	.section {
		margin-bottom:50px;
		border-bottom: 1px solid #e6e6e6;
		padding: 40px 40px;
	}

	.sectionOverview {
		position: relative;
	}

	.sectionHeader {
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 2.6em;
		color: #3ab1a7;
		font-weight: 300;
	}

	.sectionDescription {
		margin-bottom: 30px;
		font-size: 14px;
		text-align: justify;
		display: inline-block;
		padding-bottom: 40px;
		border-bottom: 1px solid #E7EBEE;
	}

	.sectionImage {
		width:100%;
		height:100%;
		min-height: 100px;
	}

	.sectionPOI {
		margin-bottom: 50px;
	}

	.pointOfInterest {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right:10px;
	}

	.pointOfInterest .POIImage {
		width: 100%;
	}

	.pointOfInterest .POIOverlay {
		position: absolute;
		bottom: 0;
		color: white;
		padding-left: 5px;
		max-width: 90%;
		overflow-y: hidden;
		word-wrap: break-word;
		font-size: 1em;
	}

	.pointOfInterest .POIOverlay p {
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.essentialItem {
		display:inline-block;
		margin-bottom: 15px;
		vertical-align: top;
		margin-right: 10px;
	}

	.essentialTitle {
		font-size: 1.1em !important;
		color: #151E47;
		font-weight: 600;
	}

	.essentialDescription {
		color: #707070;
		line-height: 1.4em;
		font-size: 0.9em !important;
	}

	.essentialMeta {
		color: #707070;
		font-size: 0.8em;
		word-wrap: break-word;
	}

	#poiModal {
		z-index: 99999;
	}
	.modal-title {
		padding-left: 15px;
	}

	.modal-body {
		text-align: left !important;
		display:inline-block;
		width: 100%;
		word-wrap: break-word;
	}

	.languagewarning {
		background: #ffdada;
		padding: 6px;
		font-size: 14px;
		margin-bottom: 5px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
	}

	.languageoptions {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.languageoptions a {
		margin-left: 10px;
		margin-right: 10px;
	}

	.contentBox {
		width: 100%;
	}

	.attribution {
		position: absolute;
		bottom: -15px;
		right: 10px;
		font-size: 9px;
		color: #afafaf;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	@media (max-width: 767px) {

		.slider.banner_simple {
			height:400px;
		}

		.contentBox {
			padding: 0 !important;
		}

		.essentialItem {
			width:100%;
		}

		.fiveColumn {
			width:50%;
		}

		.section {
			padding: 0 30px;
		}

		.sectionImage {
			max-width: none;
		}

		.cityFacts {
			padding: 0 30px;
		}
	}

	@media (max-width: 479px) {

		.destinations {
			padding: 15px;
		}

		.parent_home .contentBox {
			padding: 20px;
		}

		.destinationHeader {
			padding-top: 35px;
		}

		.sectionHeader {
			font-size: 1.8em;
		}

		.pointOfInterest .POIOverlay {
			right: auto;
		}

		.cityHeader {
			font-size: 45px;
		}

		.pointOfInterest .POIOverlay p {
			font-size: 12px;
		}

		.col-xs-6.pointOfInterest {
			padding: 0 6px;
		}

		.slider_overlay {
			height: 300px;
		}

		.motif-box-bg {
			height: 80px;
		}

	}