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


/* Preloader */
body {
  overflow: hidden;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1b1b1b;
  z-index: 500000;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
	top: 50%;
}
.loader {
  margin: -40px auto 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}







/* ----------------------------------------------------------------
	General
-----------------------------------------------------------------*/

html, body {
    position: relative;
    height: 100%;
}

body {
    background: #1b1b1b;
    font-family: "GothamBook", sans-serif;
    font-size: 14px;
    color:#fff;
    margin: 0;
    padding: 0;
}

.overflow-iframe {
	overflow: hidden;
}

.iframe-full-adj {
	width: 100%; 
	height: calc(100% - 120px); 
	margin-top: 120px;
}





/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/


.col_full { width: 100%; }
.col_half { width: 48%;}
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }

.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 25px;
	float: left;
}

.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}

.col_last {
	margin-right: 0 !important;
	clear: right;
}







/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

/*** WEBFONT DECLARATION */

@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/GothaBoo.eot');
	src: url('../fonts/GothaBoo.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/GothaBoo.woff') format('woff'), 
		 url('../fonts/GothaBoo.ttf') format('truetype'), 
		 url('../fonts/GothaBoo.svg#GothamBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/GothaMed.eot');
	src: url('../fonts/GothaMed.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/GothaMed.woff') format('woff'), 
		 url('../fonts/GothaMed.ttf') format('truetype'), 
		 url('../fonts/GothaMed.svg#GothamMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1 {
	font-family: "acumin-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	letter-spacing: 0px;
	line-height: 1;
	color: #fff;
	opacity: 0.35;
	margin: 25px 0 10px 0;
	text-align: center;
}

h2 {
	font-family: "acumin-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 0px;
	line-height: 1;
	color: #fff;
	opacity: 0.35;
	margin: 10px 0 25px 0;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	font-family: 'GothamMedium', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1.6px;
	line-height: 22px;
	color: #fff;
	margin: 0;
}

/*
.footer-contact-info h3 {
	font-size: 24px;
}
*/


.legal {
	font-size: 11px; 
	line-height: 14px !important;
}




/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

#header {
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1000; 
	width: 100%; 
	height: 80px; 
	background-color: #000;
}

#header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #1C1C1A !important;
	}


/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;
	line-height: 100%;
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
	margin-left: 0;
}

#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	max-width: 100%;
	height: 60px;
	margin: 10px 0;
}



/* ----------------------------------------------------------------
	Global Menu
-----------------------------------------------------------------*/
.nav-global {
display: block;
	float: right;
	height: 80px;
	margin-top: 0;
	/*margin-right: 15px;*/
	z-index: 999;	
}

.nav-global a {
    display: block;
	float: left;
	height: 80px;
	line-height: 80px;
    text-transform: uppercase;
    color: white;
    /*margin: 0 10px;*/
    font-size: 18px;
    transition: all 0.1s linear;
}

.nav-global .divider {
    display: block;
	float: left;
	height: 80px;
	line-height: 80px;
}

.nav-global a:hover,
.nav-global a.on {
	border-bottom: 5px solid white;
}



/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/


/*** NEW PRIMARY ***/
.nav-primary {
	display: block;
	float: none;
	width: 100%;
	height: 40px;
	margin-top: 0;
	text-align: center;
	background-color: #323230;
	z-index: 999;		
}

.nav-primary a {
    display: inline-block;
	float: none;
	height: 40px;
	line-height: 40px;
    text-transform: uppercase;
    color:rgba(255,255,255,0.60);
    margin: 0 10px;
    font-size: 12px;
    transition: all 0.1s linear;
	text-decoration: none;
}

.nav-primary .divider {
    display: block;
	float: left;
	height: 40px;
	line-height: 40px;
}

.nav-primary a:hover,
.nav-primary a.on {
	color: #fff;
	border-bottom: 2px solid white;
}

.nav-primary a.alt-on {
	color: #ffffff;
	/*border-bottom: 2px solid rgba(255,255,255,0.60);*/
}


a.btn_register-lozenge span {
	background-color:white;
	/*margin-right:20px;*/
	color:#ABB56A;
	margin-top:3px;
	margin-left:1em;
	text-shadow:none;
	border-bottom:none;
	border-radius:50px;
	padding:16px 24px;
}

a.btn_register-lozenge:hover {
	border-bottom: none;
}




.mobile_nav a.btn_register-lozenge span {
	display: inline-block;
	width: auto;
	background-color: transparent;
	color:#fff;
	text-shadow:none;
	border:1px solid #fff;
	border-radius:50px;
	margin: 0;
	padding:0px 30px;
}

.mobile_nav div.language-toggle-wrapper {
	margin:15px 0 100px 0;
}






/* ----------------------------------------------------------------
	Hamburger Nav
-----------------------------------------------------------------*/


#primary-nav {
	display: none;
	position: fixed;
	top: 20px;
	right: 25px;
	z-index: 99999;
}

#primary-nav-absolute {
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 99999;
}

#primary-nav > div {
	font-size: 9px;
	text-align: center;
}

#primary-nav > div > span {
	margin-right: 5px;
}

/*** NAV TOGGLE ***/

.mobile_nav {
	display: block;
	position: fixed;
	left: 0;
	width: 100vw;
	height: 100%;
	text-align: center;
	background-color: #1b1b1b;
	z-index: 88888;
	transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
	overflow-y: scroll;
	overflow-x: hidden;
	top: -100%;
}

.mobile_nav.active { top: 0;}

.mobile_nav .logo {
    width: auto;
	height: 90px;
	vertical-align: middle;
    margin: 6vh 0;
}


.mobile_nav a {
	display: block;
	font-size: 16px;
	color: #fff;
	margin: 10px 0;
	padding: 5px 0;
	text-decoration: none;
	line-height: 39px;
	text-transform: uppercase;
	cursor: pointer;
}

.mobile_nav a.on {
	background: #333333;
}

.mobile_nav a.language-buttons {
	display: inline;
	font-size: 16px;
	color: #fff;
	margin: 10px 0;
	padding: 5px 0;
	text-decoration: none;
	line-height: 39px;
	text-transform: uppercase;
	cursor: pointer;
}

a.language-buttons:hover {
	text-decoration: none;
}


.mobile_nav a.language-buttons span {
	margin: 0 10px;
}

.mobile-only {display: none;}



#nav-toggle {display: block; }

#nav-toggle {cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 0;
  height: 2px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -6px; 
}
#nav-toggle span:after {
  bottom: -6px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


/* ----------------------------------------------------------------
	Section Headers
-----------------------------------------------------------------*/


.sec-location h1,
.sec-neighbourhood h1,
.sec-megaclub h1,
.sec-gallery h1,
.sec-features h1,
.sec-floorplans h1,
.sec-views h1,
.sec-contact h1 {
	margin: 150px 0 50px 0;	
}

/*
.sec-views h1 {
	margin: 175px 0 100px 0;	
}
*/


.sec-gallery h2,
.sec-neighbourhood h2 {
	margin: 50px auto 20px;
}


.sec-contact h2 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 25px;
	text-transform: uppercase;
	opacity: 1;
}

.sec-contact h3 {
	font-size: 24px;
}

.sec-contact h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.sec-features h4 {
	margin: 15px 0 0 0;
	line-height: 1.5;
	font-family: 'GothamBook', sans-serif;	
}



/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/

/*** HOME ***/
.sec-home-slider-copyblock {
	position: absolute; 
	left:0; 
	bottom:0; 
	z-index: 9; 
	width: 100%; 
	height: 325px; 
	background: tansparent;
}

.sec-home-slider-gradient {
	width:100%; 
	height: 75px; 
	float: left; 
	background: transparent url('../img/slider/bg-gradient.png');
	background-repeat: repeat-x;
	background-position: top left; 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,1b1b1b+100&0+0,1+60 * /
background: -moz-linear-gradient(top,  rgba(27,27,27,0) 0%, rgba(27,27,27,1) 60%, rgba(27,27,27,1) 100%); / * FF3.6-15 * /
background: -webkit-linear-gradient(top,  rgba(27,27,27,0) 0%,rgba(27,27,27,1) 60%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 * /
background: linear-gradient(to bottom,  rgba(27,27,27,0) 0%,rgba(27,27,27,1) 60%,rgba(27,27,27,1) 100%); / * W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ * /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b1b1b', endColorstr='#1b1b1b',GradientType=0 ); / * IE6-9 */
}


.sec-home-slider-headline {
	float: left; 
	width: 100%; 
	height: 250px;
	text-align: center; 
	background: #1b1b1b;
}



/*** GALLERY & NEIGHBOURHOOD ***/

.container.sec-gallery,
.container.sec-neighbourhood {
	padding-left: 0; 
	padding-right: 0;
}



/*** LOCATION ***/
.sec-location {}




/*** MEGACLUB ***/
.sec-megaclub {}

.megaclub-bullets { margin:20px 0; }


/* Circled Numbers */
span.num-circles {
  background: transparent;
	border:1px solid #fff;	
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
  color: #fff;
  display: inline-block !important;
  font-weight: normal;
  line-height: 1.6em;
  margin-right: 5px;
	padding: 0 1px 0 0;
  text-align: center;
  width: 1.6em; 
}





/*** CONTACT ***/
.sec-contact {
	text-align: center;
}

.sec-contact.container .content {
	margin: 0 auto;
}

.sec-contact.container .content img.pc-img {
	min-width: 500px;
	max-width: 666px;
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
}



h4 + p {
	margin-top: 3px;
}



.bg-floorplans, .bg-views {
	background-image:url(../../assets/img/floorplans/bg-floorplans.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}

@media only screen and (min-width: 1090px) {
	.bg-floorplans, .bg-views {
		background-position: top center;
	}	
}



/*** FLOORPLANS ***/
.tower-kp {
	position: relative; 
	width: 700px; 
	height: 650px; 
	margin: 0 auto;
	overflow: hidden;
	background: transparent url('../img/floorplans/tower-kp.png') top right no-repeat; 
	background-size: contain;
}

.tower-kp div {
	float: none;
	clear: both;
}

	.upper-pos {margin: 180px auto 0 auto;}
	.lower-pos {margin: 140px auto 0 auto;}
	
	.villas-i-pos 	{position: absolute; margin: 0; left: 40px; bottom: 8px;}
	.villas-ii-pos	{position: absolute; margin: 0; right: 40px; bottom: 8px;}

	.tower-kp div>span:first-child,
	.tower-kp div>span:last-child {
		display: inline-block;
		height: 3px;
		width: 75px;
		background-color: #1b1b1b;
		margin-top: 39px;
		vertical-align: top;
	}

	.tower-kp div.btn-villas>span:first-child,	
	.tower-kp div.btn-villas>span:last-child {
		display: none;
	}




a:link.select-set,
a:active.select-set,
a:visited.select-set  {
	font-family: 'GothamMedium';
    padding: 16px 10px 14px 10px;
    border: 3px solid #1b1b1b;
    border-radius: 12px;
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	width: 200px;
	margin: 0;
	/*margin:25px 30px;*/
    clear: both;
	background-color:#fff;
	transition: all .3s ease;
}

.tower-kp div.btn-villas a:link.select-set,
.tower-kp div.btn-villas a:active.select-set,
.tower-kp div.btn-villas a:visited.select-set  {
	font-family: 'GothamMedium';
    padding: 6px 6px 6px 6px;
    border: 3px solid #1b1b1b;
    border-radius: 12px;
    font-size: 14px !important;
    color: #1b1b1b;
    line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	width: 125px;
	margin: 0;
    clear: both;
}

a:hover.select-set,
.tower-kp div.btn-villas a:hover.select-set {
	background-color: #1b1b1b;
	color: #fff;
}

a:hover.select-set span,
.tower-kp div.btn-villas a:hover.select-set {
	opacity: 0.7;
}


.sec-floorplans p.legal-footer {
	margin: 25px 0;
	text-align: center;
}

.sec-floorplans h1,
.sec-floorplans p.legal-footer,
.sec-floorplans p.legal-footer a {
	color: #1b1b1b;
	opacity: 1;
}

.sec-floorplans p.legal-footer a:hover {
	opacity: 0.7;
}


/*** INTERIORS / FEATURES & FINISHES ***/


.sec-features ul {
	padding: 0 0 0 15px;
	margin: 0 0 25px 0;
}

.sec-features ul li {
	line-height: 1.5em;
}







/*** VIEWS ***/

.views-kp {
	position: relative; 
	width:600px; 
	height: 550px; 
	margin: 0 auto;
	margin-top: 0; 
	overflow: hidden; 
	background: transparent url('../img/views/views-kp.png') top right no-repeat; 
	background-size: 200px 508px;
}

.views-kp div {
	float: left;
	clear: both;
}

	.views-kp .upper-pos {margin-top: 75px;}
	.views-kp .lower-pos {margin-top: 125px;}
	.views-kp .villas-pos {margin-top: 75px;}


.views-kp div>span {
	
	display: inline-block;
	height: 3px;
	width: 185px;
	background-color: #1b1b1b;
	margin-top: 39px;
	vertical-align: top;
}












.sec-views p.legal-footer {
	margin: 25px 0;
	text-align: center;
}

.sec-views h1,
.sec-views p.legal-footer,
.sec-views p.legal-footer a {
	color: #1b1b1b;
	opacity: 1;
}


.sec-views p.legal-footer a:hover {
	opacity: 0.7;
}


.views-kp a:link.select-set,
.views-kp a:active.select-set,
.views-kp a:visited.select-set  {
	font-family: 'GothamMedium';
    padding: 16px 10px 14px 10px;
    border: 3px solid #1b1b1b;
    border-radius: 12px;
    /*font-size: 14px;*/
    color: #1b1b1b;
    line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	width: 200px;
	margin: 0;
	/*margin:25px 30px;*/
    clear: both;
}





.views-kp a.select-set span {
	font-size: 18px;
}

.views-kp a:hover.select-set {
	background-color: #1b1b1b;
	color: #fff;
}

.views-kp a:hover.select-set span {
	opacity: 0.7;
}







hr {
    max-width: 100%;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    margin: 0 auto;
    clear: both;
    border-bottom: 1px solid #979797;
	margin-top: 35px;
    margin-bottom: 50px;
}





.legal-footer {
	text-align: center;
	font-size: 12px;
	margin:90px auto;
}

.legal-footer a:link,
.legal-footer a:active,
.legal-footer a:visited {
	color: #fff;
	text-decoration: none;
}

.legal-footer a:hover {
	opacity: 0.7;
}




.top {
	position: fixed;
	z-index: 11111;
	opacity: 0.7;
	width: 52px;
	height: 52px;
	right: 30px;
	bottom: 30px;
	transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
}












/* ----------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------*/


#google-map {
	position: relative;
	width: 100%;
	height: 263px;
}

.gmap img { max-width: none !important;}

.gm-style .gm-style-iw h3 span {
	font-size: inherit;
	font-family: inherit;
}

#map-overlay {
	position: relative;
	padding: 100px 0;
}

#map-overlay #google-map {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}





/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

/*
#footer {
	position: relative;
	background-color: #000000;
	padding: 50px 0;
	margin-top: 75px;
	border-top: 1px solid rgba(255,255,255,0.30);
}

.footer-col {
	position: relative;
	float: left;
	width: 33.333333333%;
}

.footer-nav {
	float: left;
	width: 100%;
}

.footer-nav-col {
 	float: left; 
	width: 50%; 
	color:#fff;
}

.footer-contact-info {
	color: #fff;
}

#copyrights {
	padding-top: 17px;
	font-size: 10px;
	text-align: right;
	line-height: 1.8;
}

#copyrights a:link,
#copyrights a:active,
#copyrights a:visited {
	display: inline-block;
	color: #fff;
}

#copyrights a:hover {
	color: #a08263;
}

.footer-logo {
	display: block;
	float: left;
}

.footer-logo div {margin: 30px 0;}

.footer-col a:link,
.footer-col a:active,
.footer-col a:visited {
	font-family: 'GothamMedium', sans-serif;
	text-decoration: none; 
	outline: 0; 
	display: block; 
	margin-bottom: 6px; 

cursor:pointer;
	color: rgba(255,255,255,0.50);
	line-height: 24px !important;
}

.footer-col a:hover,
.footer-col a.on {
	color: #fff;
}

*/

footer {
	display: none;	
}
@media only screen and (min-width: 1090px) {
	footer {
		background-color: #000;
		display: block;
		margin-top: 75px;
	}
	footer .wrapper {
		max-width: 80%;
		margin: 0 auto;
	}
	.concord-logo {
		padding-top: 6em;
		margin: 0 auto;
		width: 160px
	}
	.footerLinks {
		margin: 5em 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footerLinks a {
		color: #9f9f9f;
		font-size: 1.2em;
		padding: 0 2em
	}
	.footerLinks a:lang(zh-CN) {
		font-size: 1.1em
	}
	.footerLinks span {
		font-size: .6em
	}
	.footerLinks .cn-footer {
		font-size: .8em
	}
	.copyright {
		margin-top: 6em;
		padding-bottom: 3em;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.copyright,
	.social {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: baseline;
		align-items: baseline
	}
	.social h5 {
		text-transform: capitalize;
		color: #9f9f9f
	}
	.social a {
		padding: 0 .4em;
		color: #9f9f9f
	}
	.social-icons {
		margin-left: .8em
	}
	.social-icons a {
		font-size: 1.4em
	}
	.disclaimer {
		font-size: 13px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}
	.disclaimer p {
		line-height:1; 
		font-size: 13px;
		margin: 0 .6em
	}
	.disclaimer span {
		font-size: 13px
	}
	.disclaimer a {
		color: #6c6c6c;
		text-decoration: underline
	}
	.disclaimer,
	.footerLinks {
		color: #9f9f9f;
		text-transform: capitalize
	}
	.footerLinks a:hover,
	.social-icons a:hover {
		color: #896d3d;
		transition: all .2s ease-in-out
	}
}




/* ----------------------------------------------------------------
	PHOTOSWIPE Customizations
-----------------------------------------------------------------*/

.hovereffect {
	width:100%;
	height:100%;
	margin-bottom: 0;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor: pointer;
}

.hovereffect > .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}


.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.hovereffect:hover > .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}

.hovereffect:hover a.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}


.location-01,
.neighbourhood-01,
.megaclub-01 {
	display: none;
}
	


.neighbourhood-thumbnail,
.features-thumbnail,
.video-thumbnail  {
	float: left;
}

.neighbourhood-thumbnail > a,
.features-thumbnail > a,
.embed-thumbnail-wrapper {
	width: 340px; 
	height: auto; 
	margin-bottom: 15px;
	margin-left: 15px;
	
}

.thumbnail-last {
	margin-right: 0px;
}



#map {
	width: 100%;
	height: 320px;
	background-color: grey;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}
@media only screen and (min-width: 1090px) {
	#map {
		height: 400px
	}
}
.contact {
	margin: 4em 0
}
.contact h2 {
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 0.6em;
	text-align: left;
}
.contact p,
.contact span {
	font-size: 1.2em;
	text-align: left;
}
.contact span {
	text-transform: capitalize;
	margin-bottom: .6em
}
@media only screen and (min-width: 1090px) {
	.contact {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 5em
	}
	.contact .company-summary {
		width: 34.2797%;
	}
}
.other-pc,
.view-map {
	color: #fff;
	text-transform: capitalize;
	text-decoration: underline;
	font-size: 1.2em;
	margin-bottom: 2em;
	text-align: left;
}
.company-summary,
.office-hr,
.pc-location {
	margin-top: 3em
}
#qr,
.pc-location {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
#qr {
	margin-top: 3em
}
#qr .social-icons {
	margin-left: 0;
	margin-bottom: 1em;
	text-align: left;
}
#qr .social-icons a {
	margin-right: .6em;
	font-size: 1.6em;
	color: inherit
}
#qr .social-icons a:hover {
	color: #896d3d
}
#qr img {
	width: 190px
}
#qr span {
	margin-top: .8em;
	font-size: 1em
}
#qr a {
	margin-right: .4em;
	color: #2dc100
}







/* ----------------------------------------------------------------
	Video
-----------------------------------------------------------------*/

.embed-container { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; margin-top: 120px; background-color: #000; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed,
.embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.embed-container.content-video {margin-top: 0;}

.mobile-video {
	display: none;
}











/* ----------------------------------------------------------------
	Temp Popup
-----------------------------------------------------------------

.popup-container	{ margin: 0;}

.popup-main-image 	{ width: 100%; height: auto; margin: 0 auto; border:1px solid #fff;}

.popup-imglink img 	{ width: 33.33333333333%; float: left; height: auto; margin: 0 auto;}


.seasons-popup {
	background: #FFF;
	color: #000;
    padding: 0;
    text-align: left;
    max-width: 550px;
	height: auto;
    margin: 0 auto;
    position: relative;
}
*/

/* ----------------------------------------------------------------
	promo Popup
-----------------------------------------------------------------*/

.popup-container	{ /*width: 60%;*/ margin: 0; padding:25px;}

.popup-main-image 	{ max-width: 100%; height: auto; padding: 0; border:1px solid #fff;}

.popup-imglink img 	{ width: 33.33333333333%; float: left; height: auto; margin: 0 auto;}

.promo-popup {
	background: transparent;
	color: #000;
    padding: 0;
    text-align: left;
    max-width: 500px;
	height: auto;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-height: 710px) {
	.promo-popup {max-width: 600px;}
}

@media only screen and (min-height: 860px) {
	.promo-popup {max-width: 700px;}
}

ol.promo {
	display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
	margin:3em 0;
}

@media only screen and (min-width: 768px) {
	ol.promo {margin:3em 6em;}	
}

ol.promo li {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom:1em;
	padding-left: 1em;
}


/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
#go-to-top {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #231f20;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #go-to-top {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #go-to-top { bottom: 30px; }

#go-to-top:hover { background-color: #99ccff; }