@charset "UTF-8";
/* CSS Document */

body {
}
* {
	font-variant-ligatures: no-common-ligatures!important;
	-moz-font-feature-settings: 0!important;
	-webkit-font-feature-settings: 0!important;
	font-feature-settings: 0!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: black;
}
::-moz-placeholder { /* Firefox 19+ */
 color: black;
}
:-ms-input-placeholder { /* IE 10+ */
 color: black;
}
:-moz-placeholder { /* Firefox 18- */
 color: black;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	margin: 5px 0;
}
li:nth-child(1) {
	margin-top: 30px;
}
section {
	position: relative;
	height: auto;
}
.nopad {
	padding: 0
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
img.arrow_ovv {
	margin-left: 15px;
	width: 43px;
	height: auto;
}
.slick-dots > li button {
	cursor: pointer;
	margin-top: 0;
	text-indent: 9000px;
	outline: none;
	background-color: transparent;
	border: 0;
}
.slick-dots > li {
	cursor: pointer;
	margin-top: 0;
	outline: none;
	float: left;
	text-indent: 9000px;
	overflow: hidden;
	width: 16px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/inactive_line.png);
}
.slick-dots > li.slick-active {
	cursor: pointer;
	margin-top: 0;
	outline: none;
	float: left;
	text-indent: 9000px;
	overflow: hidden;
	width: 16px;
	height: 26px;
	background-image: url(img/active_line.png);
	background-position: center center;
	background-repeat: no-repeat;
}
a {
	cursor: pointer
}
.hidemobile, .hidemobile_footer {
	display: block
}
.showmobile, .showmobile_footer {
	display: none
}
body {
	overflow-x: hidden
}
.bfold_h1 {
	font-size: 37px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: 200;
	color: #bf9b5d;
	margin-bottom: 15px;
}
.bfold_p {
	font-family: "kepler-std-display";
	font-weight: 500;
	color: #252525;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
}
ul.nav {
	text-align: center
}
ul.nav > li a {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	color: white;
	font-size: 14px;
	letter-spacing: 2px;
}
li.nav_li {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	color: white;
	font-size: 16px;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
	color: black;
	padding-bottom: 15px;
	list-style-type: none;
}
li.nav_li > a {
	color: black;
}
ul.nav > li {
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	width: auto;
	display: inline-block;
	margin: 10px 24px;
}
ul.nav > li:nth-child(1) {
	margin-left: -4px;
}
.navovveride {
	width: 100%
}
.nav>li>a.nav_item:focus, .nav>li>a.nav_item:hover {
	background-color: none;
	background-color: transparent;
}
.nav>li>a.nav_logo:focus, .nav>li>a.nav_logo:hover {
	background-color: none;
	background-color: transparent;
}
.bfold_h1_over_one {
	font-size: 45px;
	white-space: nowrap;
	line-height: 45px;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	color: #bf9b5d;
	position: absolute;
	bottom: 59px;
	left: -50px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.footer_acum {
	font-size: 13px;
	white-space: nowrap;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	color: #bf9b5d;
	text-align: left;
	padding-left: 10px;
}
.footer_acum_mobile {
	font-size: 13px;
	white-space: nowrap;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	line-height: 30px;
	color: #bf9b5d;
	text-align: center;
}
.footer_kep {
	font-family: "kepler-std-display";
	font-weight: 500;
	color: black;
	font-size: 13px;
	line-height: 14px;
	padding-top: 16px;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 10px;
}
.footer_kep a {
	white-space: nowrap
}
.footer_kep_mobile {
	font-family: "kepler-std-display";
	font-weight: 500;
	color: black;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 2px;
	text-align: center;
}
.footer_logo {
	text-align: right;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}
img.line_left_one {
	opacity: 0;
	position: absolute;
	top: 196px;
	left: 128px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
img.line_right_one {
	opacity: 0;
	position: absolute;
	top: 193px;
	left: 189px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
img.arrow_one {
	opacity: 0;
	position: absolute;
	top: 203px;
	margin-left: 50%;
	left: -25px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.bfold_h1_over_hidden_one {
	font-size: 45px;
	white-space: nowrap;
	line-height: 45px;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	color: #bf9b5d;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 10px;
	opacity: 0;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.p_box_one {
	font-family: "kepler-std-display";
	font-weight: 500;
	opacity: 0;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 20px;
	width: 100%;
	position: absolute;
	color: white;
	top: 131px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.bfold_h1_over_two {
	font-size: 45px;
	white-space: nowrap;
	line-height: 45px;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	color: #bf9b5d;
	position: absolute;
	top: 79px;
	left: -50px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
img.line_left_two {
	opacity: 0;
	position: absolute;
	top: 270px;
	left: 112px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
img.line_right_two {
	opacity: 0;
	position: absolute;
	top: 267px;
	left: 173px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
img.arrow_two {
	opacity: 0;
	position: absolute;
	top: 277px;
	margin-left: 50%;
	left: -21px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.bfold_h1_over_hidden_two {
	font-size: 45px;
	white-space: nowrap;
	line-height: 45px;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	color: #bf9b5d;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 62px;
	opacity: 0;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.p_box_two {
	font-family: "kepler-std-display";
	font-weight: 500;
	opacity: 0;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 20px;
	width: 100%;
	position: absolute;
	color: white;
	top: 183px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.bfold_h1_over_three {
	font-size: 45px;
	white-space: nowrap;
	line-height: 45px;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	color: #bf9b5d;
	text-align: right;
	position: absolute;
	top: 59px;
	right: -50px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
img.line_left_three {
	opacity: 0;
	position: absolute;
	top: 250px;
	left: 113px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
img.line_right_three {
	opacity: 0;
	position: absolute;
	top: 247px;
	left: 173px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
img.arrow_three {
	opacity: 0;
	position: absolute;
	top: 257px;
	margin-left: 50%;
	left: -21px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.bfold_h1_over_hidden_three {
	font-size: 45px;
	white-space: nowrap;
	line-height: 45px;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	color: #bf9b5d;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 42px;
	opacity: 0;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.p_box_three {
	font-family: "kepler-std-display";
	font-weight: 500;
	opacity: 0;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 20px;
	width: 100%;
	position: absolute;
	color: white;
	top: 163px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_one {
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	cursor: pointer;
	width: 345px;
	height: 251px;
	position: absolute;
	background-repeat: no-repeat;
	background-color: #144733;
	background-image: url(img/home_collage_one.jpg);
	background-size: cover;
	top: 40px;
	right: 8px;
}
div.collage_res_one {
	width: 396px;
	height: auto;
	position: absolute;
	background-size: cover;
	top: 66px;
	right: 20px;
}
div.collage_res_four {
	width: 457px;
	height: auto;
	position: absolute;
	background-size: cover;
	top: 530px;
	right: 20px;
}
div.collage_res_two {
	width: 415px;
	height: auto;
	position: absolute;
	top: 260px;
	left: 20px;
}
div.collage_res_three {
	width: 365px;
	height: auto;
	position: absolute;
	top: 780px;
	left: 20px;
}

div.collage_res_one.amenities_collage_one {
	transform: inherit;
	top: 122px;
}
div.collage_home_two {
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	;
	cursor: pointer;
	width: 315px;
	height: 371px;
	position: absolute;
	background-repeat: no-repeat;
	background-color: #144733;
	background-image: url(img/home_collage_two.jpg);
	background-size: cover;
	top: 306px;
	right: 8px;
}
div.collage_home_three {
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	;
	cursor: pointer;
	width: 317px;
	height: 322px;
	position: absolute;
	background-repeat: no-repeat;
	background-color: #144733;
	background-image: url(img/home_explore.png);
	background-size: cover;
	top: 133px;
	left: 7px;
}
div.collage_home_one:hover {
	background-position: 400px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
div.collage_home_two:hover {
	background-position: 400px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
div.collage_home_three:hover {
	background-position: 400px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
div.collage_home_one:hover div.bfold_h1_over_one {
	opacity: 0;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
div.collage_home_one:hover .bfold_h1_over_hidden_one {
	opacity: 1;
	top: 20px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_one:hover .p_box_one {
	opacity: 1;
	top: 121px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_one:hover img.line_left_one {
	opacity: 1;
	top: 206px;
	left: 138px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_one:hover img.line_right_one {
	opacity: 1;
	top: 183px;
	left: 179px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_one:hover img.arrow_one {
	opacity: 1;
	left: -21px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
div.collage_home_two:hover div.bfold_h1_over_two {
	opacity: 0;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
div.collage_home_two:hover .bfold_h1_over_hidden_two {
	opacity: 1;
	top: 72px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_two:hover .p_box_two {
	opacity: 1;
	top: 173px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_two:hover img.line_left_two {
	opacity: 1;
	top: 280px;
	left: 122px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_two:hover img.line_right_two {
	opacity: 1;
	top: 257px;
	left: 163px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_two:hover img.arrow_two {
	opacity: 1;
	left: -21px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
div.collage_home_three:hover div.bfold_h1_over_three {
	opacity: 0;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
div.collage_home_three:hover .bfold_h1_over_hidden_three {
	opacity: 1;
	top: 52px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_three:hover .p_box_three {
	opacity: 1;
	top: 153px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_three:hover img.line_left_three {
	opacity: 1;
	top: 260px;
	left: 123px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_three:hover img.line_right_three {
	opacity: 1;
	top: 237px;
	left: 163px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.collage_home_three:hover img.arrow_three {
	opacity: 1;
	left: -21px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
#inquire_section {
	z-index: 84;
	height: 290px;
	background-color: #ede8dc;
}
#inquire_section > div {
	width: 100%;
	max-width: 520px;
	height: 250px;
	position: absolute;
	text-align: center;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%)
}
.bfold_h1_mobile {
	font-size: 35px;
	white-space: nowrap;
	line-height: 40px;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	color: #bf9b5d;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}
.p_box_mobile {
	font-family: "kepler-std-display";
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 20px;
	width: 100%;
	color: black;
	margin: 0 auto 0px;
	display: block;
	max-width: 430px;
}
img.arrow_mobile {
	display: block;
	margin: 15px auto 40px;
}
#abovefold_text {
	height: 675px;
	background: transparent;
	background-color: transparent;
	background-image: url(img/lines_taupe_bg.svg);
	background-size: 100% 100%;
	z-index: 100;
	margin-top: -106px;
}
#abovefold_home {
	height: 675px;
	background: transparent;
	background-color: transparent;
	background-image: url(img/doco_lines_1.svg);
	background-size: 100% 100%;
	z-index: 100;
	margin-top: -106px;
}
#abovefold_mobile {
	height: auto;
	background: transparent;
	background-color: transparent;
	background-size: 100% 100%;
	z-index: 100;
	margin-top: 0;
}
.abovefold_wrapper {
	width: 100%;
	max-width: 540px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.slider_home_one {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_home_two {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_home_three {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_ame_one {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_ame_two {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_ame_three {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_ame_four {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_ame_five {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_loc_one {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_loc_two {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_loc_three {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_loc_four {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_loc_five {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_loc_six {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_loc_seven {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_loc_eight {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_home_four {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_home_five {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_home_six {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_home_seven {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_home_eight {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_home_nine {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_home_ten {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_res_one {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_res_two {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_res_three {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
img.underline_nav {
	opacity: 0;
	width: 48px;
	display: block;
	margin: 0 auto 0;
	transition: all 0.3s ease-in-out
}
img.underline_nav.showit {
	opacity: 1;
	transition: all 0.3s ease-in-out
}
.img_slider_one {
	opacity: 0;
	display: block;
	margin: 0 auto 0;
	width: auto;
	height: 100vh
}
.img_slider_two {
	opacity: 0;
	display: block;
	margin: 0 auto 0;
	width: auto;
	height: 100vh
}
.img_slider_three {
	opacity: 0;
	display: block;
	margin: 0 auto 0;
	width: auto;
	height: 100vh
}
#nav_menu {
	z-index: 9998;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 108px;
	overflow: hidden
}
#nav_menu_mob {
	display: none;
	height: 66px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: white;
}
ul.nav > li>a.nav_item:hover + img.underline_nav {
	opacity: 1;
	transition: all 0.3s ease-in-out
}
.inside_nav {
	background-color: white;
	border-bottom: 3px solid #bf9b5d;
	position: fixed!important;
}
.inside_nav ul.nav > li a {
	color: black
}
.inside_nav ul.nav > li a img.logo_head {
	display: none
}
.inside_nav ul.nav > li a img.logo_head_inside {
	display: block
}
.inside_nav ul.nav > li>a.nav_item:hover, .inside_nav ul.nav > li>a.nav_item:focus {
}
.inside_nav ul.nav > li>a.nav_item.active {
}
#footer {
	height: 125px;
	background-color: white;
	border-top: 2px solid #bf9b5d
}
#footer_mobile {
	height: auto;
	background-color: white;
	border-top: 2px solid #bf9b5d
}
#footer > div {
	width: 100%;
	max-width: 1170px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
#collage_wrapper_home {
	z-index: 85;
	height: 830px;
	background: transparent;
	background-color: transparent;
	background-image: url(img/white.svg);
	background-size: 100% 100%;
}
#collage_wrapper_inside {
	z-index: 85;
	height: 1050px;
	background-color: white;
}
#collage_wrapper_inside.reswrap {
	height: 1300px;
}
#collage_wrapper_inside_a {
	z-index: 85;
	height: 1070px;
	background-color: white;
}
#collage_wrapper_home_mobile {
	z-index: 85;
	height: auto;
	background: transparent;
	background-color: white;
}
a.viewfloorplaninside {
	letter-spacing: 1px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	color: black;
	font-size: 13px;
}
a.viewfloorplaninside:hover {
	text-decoration: none
}
img.logo_head, img.logo_head_inside {
	width: 200px;
	height: auto;
}
.nav_wrapper_slider_home {
	left: 50%;
	z-index: 4444;
	position: absolute;
	bottom: 100px;
	width: 200px;
	height: 26px;
	transform: translateX(-50%)
}
.nav_wrapper_slider_home.bottom {
	bottom: 56px
}
.nav_wrapper_slider_location {
	left: 50%;
	z-index: 4444;
	position: absolute;
	bottom: 100px;
	width: 320px;
	height: 26px;
	transform: translateX(-50%)
}
.nav_wrapper_slider_location.bottom {
	bottom: 56px
}
.wrapper_lines_home {
	width: 73px;
	height: 26px;
	position: absolute;
	left: -25px;
	margin-left: 50%;
	top: -7px;
}
.wrapper_lines_home.amelines {
	width: 81px;
	left: -31px;
}
.wrapper_lines_home.reslines {
	width: 50px;
	left: -18px;
}
a.disclaimer {
	color: #252525
}
.wrapper_lines_location {
	width: 180px;
	height: 26px;
	position: absolute;
	left: -75px;
	margin-left: 50%;
	top: -7px;
}
.slick-slide {
	outline: none
}
.modal_disclaimer {
	display: none;
	top: 50%;
	left: 50%;
	position: fixed;
	z-index: 9999;
	width: 90%;
	max-width: 600px;
	height: auto;
	max-height: 90%;
	overflow: auto;
	background-color: #fff;
	border: 2px solid #ac7345;
	padding: 20px;
	line-height: 20px;
	transform: translate(-50%, -50%);
	letter-spacing: 1px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	text-align: center;
	padding-top: 9px;
}
.modal_disclaimer > .close_button {
	padding: 2px 8px;
	cursor: pointer;
	font-size: .8em;
	position: absolute;
	top: 7px;
	right: 7px;
}
.modal_disclaimer > .close_button:hover {
	background-color: rgba(0,0,0,0.08);
}
.modal_back {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9998;
	background: rgba(0,0,0,0.6);
}
#static_header_loc {
	background-image: url(img/location_header.jpg);
	background-size: cover;
	background-position: center center;
	height: 65vh;
	margin-top: 100px;
}
#static_header_res {
	background-image: url(img/res_header.jpg);
	background-size: cover;
	background-position: center center;
	height: 65vh;
	margin-top: 100px;
}
#static_header_ame {
	background-image: url(img/amenities_header.jpg);
	background-size: cover;
	background-position: top center;
	height: 65vh;
	margin-top: 100px;
}
#slider_inside_bottom {
	margin-top: 0;
}
.bfold_h1_inside {
	font-size: 60px;
	line-height: 70px;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 1px;
	color: black;
	text-align: left;
	text-transform: uppercase
}
.bfold_h2_inside {
	text-align: left;
	color: #bf9b5d;
	margin: 15px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}
.bfold_p_inside {
	font-family: 'kepler-std-display';
	font-weight: 500;
	color: #252525;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	padding-left: 20px;
	text-align: left;
	border-left: 2px solid #bf9b5d;
}
h1.bfold_h1_inside_contact {
	font-size: 60px;
	line-height: 70px;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 1px;
	color: black;
	text-align: center;
	color: #bf9b5d;
	margin-bottom: 25px;
}
p.bfold_p_inside_contact {
	font-family: 'kepler-std-display';
	font-weight: 500;
	color: #02402d;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	text-align: center;
}
#cform {
	height: 217px;
	margin-top: 65px;
}
.form_input {
	color: black;
	letter-spacing: 2px;
	padding-bottom: 12px;
	text-align: center;
	font-family: 'kepler-std-display';
	font-weight: 500;
	color: black;
	font-size: 13px;
	line-height: 14px;
	width: 100%;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #bf9b5d;
}
.submitbutton {
	background-color: white;
	background-image: url(img/submit_information.svg);
	background-size: contain;
	border: 0;
	outline: 0;
	border-radius: 0;
	display: block;
	margin: 0px auto 0;
	width: 243px;
	height: 43px;
	background-position: center center
}
.abovefold_wrapper.contact_ov {
	width: 100%;
	max-width: 1170px;
}
#contact_green {
	height: 485px;
	background-image: url(img/lines_green_taupe.svg);
	background-size: 100%;
	z-index: 888;
	background-repeat: no-repeat
}
img.contact_img {
	margin-bottom: 15px;
	height: 44px;
}
span.sub_contact_details {
	margin-bottom: 15px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-style: normal;
	color: #bf9b5d;
	font-size: 18px;
	font-weight: 400;
}
p.pcontactdetails {
	padding-top: 15px;
	font-family: 'kepler-std-display';
	font-style: normal;
	color: white;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
}
a.acontact {
	color: white;
	text-decoration: none
}
a.acontact:hover {
	text-decoration: underline
}
.amenities_h2 {
	text-align: left;
	color: #bf9b5d;
	margin: 15px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}
.amenities_p_bottom {
	font-family: 'kepler-std-display';
	font-weight: 500;
	color: #252525;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	border-bottom: 2px solid #bf9b5d;
	text-align: left;
}
.amenities_p_left {
	font-family: 'kepler-std-display';
	font-weight: 500;
	color: #252525;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	padding-left: 20px;
	border-left: 2px solid #bf9b5d;
	text-align: left;
}
.marbottom40 {
	margin-bottom: 40px;
}
.amenities_one_img {
	width: 382px;
	height: 370px;
	display: block
}
.amenities_two_img {
	margin-top: 30px;
	width: 517px;
	height: 219px;
	display: block
}
.amenities_three_img {
	width: 432px;
	height: 360px;
	display: block;
	margin-top: -60px
}
img.residence_close_button {
	cursor: pointer;
	width: 50px;
	outline: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	transition: all 0.3s ease-in-out;
	z-index: 9999
}
img.residence_close_button:hover {
	transition: all 0.3s ease-in-out;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
div.fplan_wrapper {
	width: 100%;
	height: 100vh;
	background-color: #e8e2d5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11998;
	display: none;
}
div.fpop_title {
	color: black;
	font-size: 45px;
	text-align: center;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
}
div.floorplan_d_wrapper {
	padding: 0 10px;
	width: 100%;
	height: calc(100vh - 220px);
	position: absolute;
	left: 0;
	top: 30px;
}
p.fpop_subtitle {
	text-align: center;
	color: #bf9b5d;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 6px;
	line-height: 26px;
}
/* img.floorplansrc {max-height: calc(100vh - 420px); max-width: 980px;display:block;margin:10% auto 0;width:100%;} */
img.floorplansrc {
	width: auto;
	height: auto;
	max-height: calc(100vh - 390px);
	max-width: 100%;
	display: block;
	margin: 0% auto 0;
}
div.download_button {
	text-align: center;
	display: block;
	margin: 0 auto 30px;
	width: 281px;
	height: auto;
p
}
.previous_text {
	cursor: pointer;
	font-size: 14px;
	text-align: right;
	height: auto;
	color: black;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	letter-spacing: 1px;
}
.next_text {
	cursor: pointer;
	font-size: 14px;
	text-align: left;
	height: auto;
	color: black;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	letter-spacing: 1px;
}
img.arrowfloor {
	cursor: pointer;
	margin-top: 20px;
	width: 50px;
}
.info_slider {
	font-size: 28px;
	line-height: 35px;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 1px;
	z-index: 9372;
	position: absolute;
	bottom: 56px;
	left: 9.75%;
	color: white;
	padding-left: 20px;
	background-color: transparent;
	background: transparent;
	width: 150px;
	height: auto;
	border-left: 2px solid #bf9b5d;
}
.info_loc_slider {
	font-size: 28px;
	line-height: 35px;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 1px;
	z-index: 9372;
	position: absolute;
	bottom: 56px;
	left: 9.75%;
	color: white;
	padding-left: 20px;
	background-color: transparent;
	background: transparent;
	width: 150px;
	height: auto;
	border-left: 2px solid #bf9b5d;
}
.info_loc_slider.widerinfo {
	width: 150px;
}
.info_slider_home {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 35px;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 1px;
	z-index: 9372;
	position: absolute;
	bottom: 150px;
	left: 9.75%;
	color: white;
	padding-left: 20px;
	background-color: transparent;
	background: transparent;
	width: 200px;
	height: auto;
	border-left: 2px solid #bf9b5d;
}
img.logogoldfooter {
	height: 56px;
	width: 56px;
	margin: 15px auto 0;
	display: block
}
.bottom_slider_top_des {
	height: 120px;
	z-index: 8888;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	background-color: transparent;
	background-size: 100% 100%;
	background-image: url(img/line_triangle_beige.svg)
}
.top_slider_top_des {
	height: 120px;
	z-index: 8888;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	background-color: transparent;
	background-size: 100% 100%;
	background-image: url(img/line_triangle.svg)
}
.sform {
	margin-top: 110px;
	height: 576px;
	padding-top: 65px;
}
.inputform {
	margin-top: 40px;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	width: 70%;
	color: #bf9b5d;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.logo_wrapper_mob_menu {
	width: calc(100% - 50px);
	text-align: center;
	float: left;
}
.mob_nav_pop {
	cursor: pointer;
	width: 50px;
	float: right;
	padding-right: 20px;
}
.mob_nav_pop_ex {
	cursor: pointer;
	width: 50px;
	float: right;
	padding-right: 20px;
}
img.mob_logo {
	height: 50px;
	display: block;
	margin: 7px auto 0;
	padding-left: 50px;
}
img.ham_mob {
	width: 30px;
	display: block;
	margin: 21px auto 0
}
img.ham_mob_close {
	width: 30px;
	display: block;
	margin: 21px auto 0;
	display: none;
}
.homeslider {
	height: 100vh
}
.mob_menu_wrapper {
	top: 66px;
	position: fixed;
	height: calc(100vh - 66px);
	left: 0;
	background-color: white;
	width: 100%;
	z-index: 9000;
	display: none;
}
.cta_inquiry_home {
	margin-top: 20px;
	height: 42px;
	width: auto;
}
a.sectionlinks {color:#bf9b5d}
.contact_ov {top:60%}
.amenities_collage_two {top:0!important}
.location_one_coll {width: 457px!important;
    height: auto!important;
    position: absolute!important;
    background-size: cover!important;
    top: 50%!important;
    right: 20px!important;
    transform: translateY(-50%)!important;
    }
.location_one_coll_2 {top:40px!important}
.location_one_coll_3 {top:540px!important}

@media all and (max-width:1550px) {
.abovefold_wrapper.contact_ov {
	max-width: 1070px;
}
}

@media all and (max-width:1450px) {
.abovefold_wrapper.contact_ov {
	max-width: 1070px;
}
}

@media all and (max-width:1200px) {
.abovefold_wrapper.contact_ov {
	max-width: 970px;
}
#contact_green {
	margin-top: 90px;
}
ul.nav > li {
	margin: 10px 15px;
}
p.bfold_p_inside_contact {
	padding-left: 15%;
	padding-right: 15%
}
#cform {
	height: auto;
}
}

@media all and (max-width:1150px) {
		.contact_ov {top:50%;}

ul.nav > li {
	margin: 10px 15px;
}
#contact_green {
	height: 485px;
	background-color: #144733;
	background-image: none;
}
img.contact_img {
	margin-top: 25px;
}
}

@media all and (max-width:1080px) {
ul.nav > li {
	margin: 10px 9px;
}
}

@media all and (max-width:1000px) {
body > div.mob_menu_wrapper > li:nth-child(1) {
	margin-top: 50px;
}
.sform {
	padding-top: 25px;
}
#static_header_ame, #static_header_res, #static_header_loc {
	margin-top: 66px;
}
.hidemobile_footer {
	display: none
}
.showmobile_footer {
	display: block
}
#nav_menu {
	display: none
}
#nav_menu_mob {
	display: block
}
#inquire_section {
	padding-bottom: 20px;
	height: auto;
}
#inquire_section > div {
	position: relative;
	height: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
}

@media all and (max-width:991px) {
	.top_slider_top_des {height:40px;}
	.homepage_slider {
		margin-top: 50px!important
	}
	.bottom_slider_top_des {
		height: 50px;
	}
	.wrapper_lines_home {
		left: -18px
	}
	.col-md-6 {
		width: 50%;
		float: left;
	}
	.bfold_h1_inside {
		font-size: 50px;
		line-height: 46px;
		text-align: center
	}
	.bfold_h2_inside {
		text-align: center;
		text-align: center;
		margin-top: 24px;
		margin-bottom: 12px;
		font-size: 16px;
	}
	.bfold_p_inside {
		padding-left: 40px;
		text-align: center;
		padding-right: 40px;
		border: 0;
	}
	#abovefold_mobile > .abovefold_wrapper {
		position: relative;
		padding: 25px 20px;
		top: inherit;
		left: inherit;
		transform: inherit;
		max-width: inherit;
	}
	.hidemobile {
		display: none
	}
	.showmobile {
		display: block
	}
}


@media all and (max-width:840px) {
#abovefold_text {
}
.hidemobile {
	display: none
}
.showmobile {
	display: block
}
ul.nav {
	display: none
}
}

@media all and (max-width:768px) {
.abovefold_wrapper {
	top: 48%
}
img.residence_close_button {
	width: 30px;
	top: 10px;
	right: 10px;
}
p.fpop_subtitle {
	font-size: 16px;
	line-height: 21px;
}
p.bfold_p_inside_contact {
	padding-left: 5%;
	padding-right: 5%
}
.info_slider_home, .info_loc_slider, .info_slider {
	display: none
}
}

@media all and (max-width:640px) {
#slider_inside_bottom {
	height: 35vh!important
}
#static_header_ame, #static_header_loc, #static_header_res {
	height: 35vh;
}
.previous_text, .next_text {
	font-size: 11px;
	letter-spacing: 0px;
	white-space: nowrap;
}
div.floorplan_d_wrapper {
	top: 40px;
}
.nav_wrapper_slider_home {
	bottom: 15px;
}
.homeslider {
	height: 35vh;
	overflow: hidden;
}
.img_slider_one, .img_slider_two, .img_slider_three {
	height: 35vh
}
}