* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	background: #2f3234 !important;
	cursor: default;
	color: #fff;
}
.col {
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
	/*padding-left: 20px;
	padding-right: 20px;*/
	width: 100%;
	margin-right: -4px;
	*zoom: 1;
	*display: inline;
}
.row {
	max-width: 1400px;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.banner {
	position: relative;
	background: #0006;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.scroll-down {
	position: absolute;
	z-index: 9;
	min-width: 100%;
	text-align: center;
	bottom: 10%;
	-webkit-animation: bounce 2s infinite; /* Safari 4.0 - 8.0 */
	animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
	from, 20%, 53%, 80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
.project {
	width: 100%;
	overflow: hidden;
	padding: 115px 30px 115px 0px;
}
.container  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px;
	line-height: 1.8;
	text-align: justify;
	font-size: 18px;
	opacity: 0;
}
.container.is-visible {
	opacity: 1;
	position: relative;
	-webkit-animation: FadeUp 2s; /* Safari 4.0 - 8.0 */
	animation: FadeUp 2s ;
}
@-webkit-keyframes FadeUp {
	from {top: 200px;}
	to {top: 0px;}
}

@keyframes FadeUp {
	from {top: 200px;}
	to {top: 0px;}
}
.data h1, .data p {
	transform: scale(0.8);
	opacity: 1;
	transition: .2s all;
	cursor: default;
}
.data:hover h1, .data:hover p {
	opacity: 1;
	transform: scale(1);
}
.project-data sub {
	font-size: 12px;
}
.project-info {
	padding-top: 8px;
}
.data {
	padding-top: 8px;
}
.amenities {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
	text-align: justify;
	font-size: 18px;
	padding: 0px 20px 115px 20px;
}
.amenities .row {
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
}
.amenities .col {
	text-align: center;
}
.amenities .row.is-visible {
	position: relative;
	-webkit-animation: ZoomIn2 2s; /* Safari 4.0 - 8.0 */
	animation: ZoomIn2 2s;
}
@-webkit-keyframes ZoomIn2 {
	from {transform: scale(0);}
	to {transform: scale(1);}
}

@keyframes ZoomIn2 {
	from {transform: scale(0);}
	to {transform: scale(1);}
}
.col-4 h1 {
	padding-bottom: 15px;
}
.col-4 h2 {
	padding-bottom: 30px;
}
.amenities .col-4 h2:after {
	background: #fff;
	content: '';
	display: inline-block;
	height: 1px;
	max-width: 315px;
	width: 90%;
	opacity: 0.5;
}
.item {
	/*width: 50%;
	margin-left: 25%;*/
	cursor: default;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.item:hover {
	padding-top: 0 !important;
}
.item h3 {
	font-weight: 100;
}
.item:hover h3 {
	font-weight: 600;
}
.item img {
	transform: scale(0.9);
	opacity: 0.5;
	transition: .4s all;
}
.item:hover img {
	transform: scale(1.1);
	opacity: 1;
}
.item p {
	display: none;
	font-size: 16px;
	transition: .4s all;
}
.item:hover p {
	display: block;
}
.col-4 {
	width: 50%;
	text-align: center;
}
.sustainability {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	text-align: justify;
	font-size: 18px;
	overflow: hidden;
	padding: 0px 30px 115px 30px;
}
.sustainability .col.col-sidebar {
	padding-top: 25px;
}
.sustainability h3 {
	font-size: 20px;
}
.col-3-2 img {
	max-width: 600px;
	width: 90%;
	opacity: 0.6;
	transform: scale(0.8);
	transition: transform .5s;
}
.col-3-2 img:hover {
	opacity: 1;
	transform: scale(1);
}
.location {
	max-width: 100%;
	line-height: 2;
	text-align: justify;
	font-size: 18px;
	color: #fff;
	background-color: #2f3234;
	overflow: hidden;
	padding: 0px 30px 115px 30px;
}
.location .row {
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
}
.location .col.col-sidebar {
	/*padding: 0px 30px 0px 30px;*/
}
.col-map.is-visible {
	-webkit-animation: fadeInLeft 2s; /* Safari 4.0 - 8.0 */
	animation: fadeInLeft 2s;
}
.col-map {
	position: relative;
	padding-top: 10px;
}
.local {
	position: absolute;
	height: 30px;
	min-width: 30px;
}
.local:hover .info-local {
	display: block;
}
.local-1 {
	top: 50%;
	left: 47%;
}
.local-2 {
	top: 58%;
	left: 43.5%;
}
.local-3 {
	top: 63%;
	left: 46.5%;
}
.local-4 {
	top: 60%;
	left: 51%;
}
.local-5 {
	top: 63%;
	left: 56%;
}
.local-6 {
	top: 64%;
	left: 33%;
}
.local-7 {
	top: 86%;
	left: 47.5%;
}
.local-8 {
	top: 75%;
	left: 67%;
}
.local-9 {
	top: 10%;
	left: 20%;
}
.local-10 {
	top: 85%;
	left: 87.5%;
}
.local-10:hover {
	left: 80%;
}
.local-11 {
	top: 68%;
	left: 83%;
}
.info-local {
	display: none;
	background: #fff;
	color: #000;
	padding: 6px;
	font-weight: 600;
	border-radius: 5px;
	font-size: 14px;
	cursor: none;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.col-sidebar.is-visible {
	-webkit-animation: fadeInRight 2s; /* Safari 4.0 - 8.0 */
	animation: fadeInRight 2s;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.footer {
	max-width: 100%;
	font-size: 16px;
	text-align: center;	
	color: #fff;
	background-color: #2f3234;
	padding-top: 50px !important;
	margin-left: auto;
	margin-right: auto;	
}
.footer h3 {
	padding: 2%;
}
.sales {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px !important;
	border-bottom: 1px solid #fff;
}
.sales a {
	text-decoration: none;
	color: #fff;
}
.sales a:hover {
	font-weight: 600;
}
.col-3-2 {
	text-align: center;
}
@media (min-width: 1400px) {
	.container {
		max-width: 1400px;
		padding: 0;
	}
}
@media (min-width: 740px) {
	.project-data {
		width: 25%;
	}
	.project-info {
		width: 75%;
	}
	.col-4 {
		width: 25%;
	}	
	.col-3 {
		width: 33.3333%;
	}	
}
@media (min-width: 1024px) {
	.col-3-1 {
		width: 50%;
	}
	.col-3-2 {
		width: 50%;
		text-align: right;
	}
}
@media (min-width: 1200px) {
	.col-sidebar {
		width: 34%;
	}
	.col-map {
		width: 66%;
	}
}