/* GENERAL
=============================== */

body {
	overflow-x: hidden;
}

.row {
	max-width: 80rem;
}

.wow {
	position: relative;
	z-index: 1;
}

/* HERO + HEADER
=============================== */

.hero {
	height: 100vh;
	min-height: 671px;
	position: relative;
}

.logoContainer {
	position: relative;
}

.hero .logo {
	width: 150px;
	right: 15px;
	top: 25px;
	position: absolute;
}

.heroBanner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999999
}

.brand {
	
	padding: 40px 0 50px
}

.brand h1 {
	width: 370px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

h1.stuckLogo {
	display: none;
}

.navContainer {
	background: #bb965c;
	padding: 15px 0;
	transition: all .4s ease;
}

nav ul {
	list-style: none;
	margin: 0;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	padding: 0 20px;
	text-transform: uppercase;
	font-family: 'Azo Sans';
	font-weight: 300;
	color: #1e252c;
	letter-spacing: 2px;
	font-size: 14px;
	transition: color .4s ease;
}

nav ul li a:hover {
	color: white;
}

.heroBottom {
	position: absolute;
	bottom: 35px;
	width: 100%;
}

.heroBottom h2 {
	font-size: 18px;
	font-family: 'Azo Sans';
	font-weight: 700;
	letter-spacing: 4px;
	color: #bb965c;
	line-height: 1.4;
	margin: 0;
}

.heroBanner.stuck {
	position: fixed;
	top: 0;
	transform: none;
	-webkit-transform: none;
	left: 0;
	right: 0;
	z-index: 999999
}

.heroBanner.stuck .brand {
	display: none;
}

.heroBanner.stuck .navContainer {
	background: #1e252c;
	text-align: right;
	padding: 20px 0;
}

.heroBanner.stuck nav ul li a {
	color: white;
}

.heroBanner.stuck nav ul li a:hover,
.heroBanner.stuck nav ul li a.active {
	color: #dbc69e;
}

h1.stuckLogo {
	display: inline-block;
	width: 225px;
	float: left;
	line-height: 1;
	margin: 0;
	font-size: 0;
}

.slicknav_menu {
	display: none;
	background: none;
}

.slicknav_btn {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 10px 13px 6px;
	background: #1e252c;
}

.slicknav_menu .slicknav_menutxt {
	line-height: 1.4;
	font-family: 'Azo Sans';
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: none;
}

.slicknav_menu .slicknav_icon-bar {
	background: #dbc69e;
}

.slicknav_nav a {
	color: #1e252c;
	font-family: 'Azo Sans';
	font-weight: 300;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 5px 0 5px;
	transition: all .3s ease;
}

.slicknav_nav a.active,
.slicknav_nav a:hover {
	color: white;
	background: #1e252c;
	border-radius: 0;
}

.heroBanner.stuck .slicknav_btn {
	background: #dbc69e;
}

.heroBanner.stuck .slicknav_menu .slicknav_menutxt {
	color: white;
}

.heroBanner.stuck .slicknav_menu .slicknav_icon-bar {
	background: white;
}

.heroBanner.stuck .slicknav_nav a {
	color: white;
}

.heroBanner.stuck .slicknav_nav {
	text-align: center;
	padding-top: 15px;
	margin-bottom: -15px;
}

.heroBanner.stuck  .slicknav_nav a.active,
.heroBanner.stuck .slicknav_nav a:hover {
	color: #dbc69e;
	border-radius: 0;
}

@media screen and (max-width: 1023px) {
	.heroBanner.stuck nav ul li a {
		padding: 0 10px;
		font-size: 13px;
		letter-spacing: 1px;
	}
	h1.stuckLogo {
		width: 170px;
	}
}

@media screen and (max-width: 767px) {
	#menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.navContainer {
		padding: 10px 0;
	}
	h1.stuckLogo {
		width: 250px;
	}
}

@media screen and (max-width: 639px) {
	.brand h1 {
		width: 300px;
	}
	
	h1.stuckLogo {
		width: 200px;
	}
	
	.heroBanner.stuck .slicknav_btn {
	margin-top: -5px;
}
	
	.hero { 
		min-height: 450px;
	}
	
	.brand {
		padding: 25px 0 30px;
	}

}


@media screen and (max-width: 500px) {
	h1.stuckLogo {
		width: 175px;
		margin-top: 8px
	}
	
	.heroBanner.stuck .slicknav_btn {
		padding-left: 8px;
		padding-right: 5px;
	}
	
}


/* DESCRIPTION
=============================== */

.windowImg {
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

.sectionText {
	padding: 30px 0 45px;
	position: relative;
	z-index: 0;
}

h1.sectionTitle {
	margin: 0 0 25px;
	line-height: 1;
	font-size: 0;
	padding: 18px 0;
	border-bottom: 7px solid #bcc6c4;
	position: relative;
	box-sizing: content-box;
}

h1.sectionTitle.left {
	padding-right: 15px;
}

h1.sectionTitle img {
	height: 14px;
}

h1.sectionTitle.left:before {
	height: 100%;
	width: 90px;
	background: #1e252c;
	content: " ";
	position: absolute;
	width: 1000px;
	right: 0;
	top: 0;
	z-index: 1;
	border-bottom: 7px solid #bcc6c4;
	z-index: -1
}

.sectionText p,
.sectionText li {
	color: #1e252c;
	font-family: 'Azo Sans';
	font-weight: 300;
}

.introImg {
	height: 330px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
	.introImg.double {
		margin-top: 30px;
		height: 400px
	}
}


@media screen and (max-width: 767px) {
	h1.sectionTitle {
		background: #1e252c;
	}
	
	h1.sectionTitle.left {
		padding-left: 15px;
	}
	
	h1.sectionTitle.left:before {
		content: none;
		width: 0;
		border: none;
		height: 0;
	}
}

/* SITE PLAN
=============================== */

h1.sectionTitle.right {
	padding-left: 25px;
}

h1.sectionTitle.right:after {
	height: 100%;
	width: 90px;
	background: #1e252c;
	content: " ";
	position: absolute;
	width: 1000px;
	left: 0;
	top: 0;
	z-index: 1;
	border-bottom: 7px solid #bcc6c4;
	z-index: -1
}

img.siteLegend {
	padding: 25px 25px 15px 25px;
}

/*
.sectionText h2 {
	font-size: 24px;
	font-family: 'Azo Sans';
	font-weight: 700;
	letter-spacing: 4px;
	color: #dbc69e;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}
*/

@media screen and (max-width: 1023px) {
	.introImg.map {
		height: 550px;
	}
	img.siteLegend {
		padding-top: 0
	}
}

@media screen and (max-width: 639px) {
	img.siteLegend {
		padding: 25px 25px 40px
	}
	.sectionText {
		padding: 20px 0 30px;
	}
	
	h1.sectionTitle.right:after {
		content: none;
		width: 0;
		border: none;
		height: 0;
	}
	
		h1.sectionTitle.left, h1.sectionTitle.right  {
		background: #1e252c;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
}


/* SPECIFICATION
=============================== */

.introImg.spec {
	margin-bottom: 25px;
	height: 375px
}

.planSlider h3 {
	color: white;
	text-transform: uppercase;
	font-family: 'Azo Sans';
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 4px;
	margin: 25px 0 3px;
	line-height: 1
}

.planSlider p {
	color: #dbc69e;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.planSlider {
	text-align: center;
}

.planSlider img {
	max-height: 500px;
	margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
	color: #dbc69e;
}

.slick-prev {
	left: 0;
	z-index: 9999
}

.slick-next {
	right: 0;
}

.slide {
	padding: 0 45px 25px;
}

@media screen and (max-width: 1023px) {
	.introImg.spec {
		margin: 25px 0 0;
	}
	.introImg.spec.last {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 639px) {
	.planSlider h3 {
		font-size: 18px;
		letter-spacing: 3px
	}
}


/* LOCATION
=============================== */

.blueBg {
	background: #1e252c;
}

.mapText {
	padding: 25px 0;
}

.mapText h2 {
	color: #dbc69e;
	font-size: 18px;
	font-family: 'Azo Sans';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 5px 0 5px 35px;
}

.mapText ul {
	margin-bottom: 25px;
}

.mapText li {
	color: white;
	font-size: 15px;
}

@media screen and (max-width: 1023px) {
	.mapText {
		padding-top: 40px;
	}
	.mapText h2 {
		margin-bottom: 5px;
	}
	.roadMap {
		width: 85%;
		margin: 0 auto;
		margin-top: -15px;
	}
}

@media screen and (max-width: 639px) {
	.roadMap {
		width: 100%;
		padding: 0 15px;
		margin-top: -40px;
	}
}


/* CONTACTS
=============================== */

#contacts a.brochure {
	font-family: 'Azo Sans';
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	color: #dbc69e;
}

/*.contactDetails img {
	width: 125px;
	margin-bottom: 40px;
}*/

.contactDetails p {
	font-weight: 700;
}

/*.contactDetails p a {
	font-weight: 300;
	text-decoration: underline;
	color: #1e252c;
	line-height: 1.3
}*/

@media screen and (max-width: 1023px) {
	.contactDetails {
		margin-top: 25px;
	}
}


/* FOOTER 
=============================== */

footer .row {
	padding: 0 15px;
}

footer .columns {
	border-top: 1px solid #1e252c;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
}

footer p {
	font-family: 'Azo Sans';
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
	color: #1e252c;
	line-height: 1.3
}

footer p a {
	color: #1e252c;
	font-weight: 700;
}

footer p.misrep {
	font-size: 12px;
	text-transform: none;
}

@media screen and (max-width: 639px) {
	footer .columns:last-child {
		border-top: none;
	}
	footer .columns {
		text-align: center!important;
	}
	footer p.misrep {
		margin-bottom: 5px;
	}
}