.template-basic .section-content {
	padding-right: 0
}

.gold {
	border-bottom: 4px solid #baa88d;
	width: 100px;
	margin: 15px auto 20px;
}

.featured {
	width: 50%;
	margin: 35px auto;
	text-align: center;
}

.cabin-na-j {
	margin-top: 90px;
}

.cabin-y {
	margin-bottom: 50px;
}

.sustainability,
.map,
.video {
	border-left: none;
	border-right: none;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sustainability img,
.map img {
	margin-bottom: 20px;
}

section h2 {
	text-align: center;
	margin-top: 50px;
}

section.intro h2 {
	text-align: inherit;
	margin-top: inherit;
}

.intro {}

.intro h2 {
	font-size: 18px;
	margin-bottom: 25px;
}

/*Sticky Navigation*/
nav.sticky {
	margin: 20px -20px 0 -20px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	z-index: 10;
	min-height: 100px;
}

nav.sticky ul {
	padding-left: 0;
	margin-bottom: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

nav.sticky li {
	display: inline-block;
	list-style: none;
	width: 24%;
	text-align: center;
	margin-bottom: 0;
}

nav.sticky li img {
	margin: 20px 0 9px;
}

nav.sticky li span {
	display: block;
	font-size: 16px;
	font-weight: 600;
}

nav.sticky li a {
	color: #333333;
	text-decoration: none;
	border-bottom: 4px solid transparent;
	display: block;
	padding-bottom: 15px;
}

nav.sticky li:hover a {
	border-bottom-color: #d82930;
}

/*Zoom*/
.image-wrapper div {
	position: relative;
	overflow: hidden;
	display: block
}

.image-wrapper div img {
	transform: scale(1);
	transition: all 0.3s;
}

.image-wrapper:hover div img {
	transform: scale(1.5);
}

/*Magnifying Glass*/
.map-wrap.MagnifyWrapper {
	position: relative;
}

.map-wrap .magnifyingGlass {
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 30px 2px rgba(0, 0, 0, 0.25);
	display: none;
	background-repeat: no-repeat !important;
	z-index: 20;
}

/*video*/
.videowrapper {
	text-align: center;
	width: 72%;
	margin: auto;
	height: 415px;

}

@media only screen and (max-width: 767px) {
	nav.sticky ul li{

	}
	.template-basic .section-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.template-basic .section-wrapper {
		padding: 0 10px;
	}

	.featured {
		width: 90%;
		margin: 15px auto;
	}

	.cabin-na-j {
		margin-top: 50px;
	}

	.cabin-y {
		margin-bottom: 10px;
	}

	.cabin-na-j img,
	.cabin-y img {
		margin-bottom: 10px;
	}

	section h2 {
		margin-top: 20px;
	}

	/*Sticky Navigation*/
	nav.sticky {
		border-bottom: none;
	}

	nav.sticky li {
		display: inherit;
		width: auto;
		border-bottom: 1px solid #e6e6e6;
		margin: 0 10px;
	}

	nav.sticky li img {
		margin: 0 10px 0 0;
	}

	nav.sticky li span {
		display: inline-block;
		line-height: 40px;
	}

	nav.sticky li a {
		padding-bottom: 5px;
		padding-top: 5px;
	}
}