body{
	width: 100%;
	color: black;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
}
/* misc */
/* img{display: block;} */
.phone-show{display: none;}
div{position: relative;}
.grey-bg{	background-color: #E5E5E5}

/* font stuff */
a{color: black;}
a:hover{
	text-decoration: none;
	color: inherit;
}
a.c-contact-link {
	color: white;
}
a.c-contact-link:hover {
	color: black;
	background-color: white;
}
a[href^=tel] {
text-decoration:inherit;
color: inherit;
}
.relative{position: relative;}
@font-face {
	font-family: "Clarke Light";
	src: url("../fonts/clarke_light.otf");
}
@font-face {
	font-family: "Clarke Regular";
	src: url("../fonts/clarke_regular.otf");
}
@font-face {
	font-family: "Clarke Medium";
	src: url("../fonts/clarke_medium.otf");
}
@font-face {
	font-family: "Clarke Black";
	src: url("../fonts/clarke_black.otf");
}
@font-face {
	font-family: "Din";
	src: url("../fonts/din.otf");
}
@font-face {
  font-family: "din_bold";
  src: url("../fonts/din_bold.otf");
}
.din_bold{
  font-family: "din_bold";
}
h1, h2, h3, h4, h5, h6, p{
	margin-top: 0;
}
h1{
	font-size: 80px;
	line-height: 82px;
	font-family: Clarke Medium;
}
h2{
	font-family: "Clarke Medium";
	font-size: 60px;
	line-height: 61px;
}
h3{
	font-family: "Clarke Medium";
	font-size: 50px;
	line-height: 50px;
}
h4{
	font-family: "Clarke Medium";
	font-size: 24px;
	line-height: 32px;
}
h5{
	font-family: "Din";
	font-size: 20px;
	line-height: 20px;
}
h6{
	font-family: "Din";
	font-size: 18px;
	line-height: 24px;
}
p{
	font-family: "Din";
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
.light{font-family: Clarke Light;}
.reg{font-family: Clarke Regular;}
.med{font-family: Clarke Medium;}
.bold{font-family: Clarke Black;}
.black{color: black;}
.white{color: white;}
.txt-center{text-align: center;}

/* alignement */
.ab-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.top-text {
	width: 50%;
	position: relative;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.line-center{
	position: relative;
	left: 50%;
	transform: translate(-50%);
}
.bot-center{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
/* spacing */
.topbot-padding{
	padding:100px 0;
}
/* Menu Stuff */
.mobile-nav{
	width: 100%;
	position: fixed;
	z-index: 999;
}
.mobile-nav a{
	color: black;
	text-transform: uppercase;
	text-align: center;
}
.mobile-nav li{
	list-style: none;
}
.nav-space{
	z-index: 999;
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
}
.index-link-logo {
	width: 180px;
	margin: 30px;
}
.activemenu{height: 90%;}
.nav-wrapper{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
}
.burger_bar{z-index: 909;}
.container {
	position: absolute;
  z-index: 909;
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: white;
    margin: 6px 0px;
    transition: 0.4s;
}
.contact-bg .bar1, .contact-bg .bar2, .contact-bg .bar3{
    background-color: black;
}
.bar2{
	width: 20px;
	transition: all 0.3s ease;
}
.mobile-nav:hover .bar2{
	width: 30px;
}
.change .bar1 {
		background-color: black;
    -webkit-transform: rotate(-45deg) translate(-4px, 2px);
    transform: rotate(-45deg) translate(-4px, 2px);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
		background-color: black;
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.overlay_nav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
		background: url(/images/concrete.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
    overflow-x: hidden;
    transition: 0.5s;
}
/*  background be transparent
.overlay_nav::before{
			content: "";
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background-image: url(/images/concrete.jpg);
	    opacity: 0.8;
}
*/
.burgermenu {
	float: right;
	position: relative;
	z-index: 999;
  list-style: none;
  padding: 20px;
}
.menu{
	padding-left: 0;
}
/* scroll symbols*/
.bottom-scroll{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.top-scroll{
	position: relative;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
/* general */
.top90{
	position: relative;
	background-color: grey;
	height: 95vh;
	width: 100%;
}
.top50{
	position: relative;
	background-color: grey;
	height: 60vh;
	width: 100%;
}
.home-logo{
	max-width: 320px;
}
/* background images */
/* .index-bg{background: url(/images/index-bg.jpg) no-repeat top center fixed;} */

.building-bg{	background: url(/images/building-bg.jpg) no-repeat top center fixed;}
.location-bg{background: url(/images/location-bg.jpg) no-repeat top center fixed;}
.transport-bg{background: url(/images/transport-bg.jpg) no-repeat top center fixed;}
.about-bg{background: url(/images/about-bg.jpg) no-repeat top center fixed;}
.downloads-bg{background: url(/images/downloads-bg.jpg) no-repeat top center fixed;}
.contact-bg{
    height: 40vh;
	background: url(/images/contact-bg.jpg) no-repeat top center fixed;}

.index-bg, .building-bg, .location-bg, .transport-bg, .about-bg, .downloads-bg, .contact-bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.index-bg, .building-bg, .location-bg, .transport-bg, .about-bg, .downloads-bg, .contact-bg{
		background-position-x: center;
	}
}
/*  */
.welcome{
	color: white;
	height: 70%;
	width: 100%;
}
.navwelcome {
    color: white;
}
.home-link-pad{
	padding: 40px 0 0;
}
.bold-underline{
	margin-top: 30px;
	height: 5px;
	background-color:white;
	width: 160px;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
}
.contact-bg .bold-underline{
	background-color: black;
}
.link-section{
	position: relative;
	background: url(/images/link-section.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 620px;
}
.downloads-section{
	position: relative;
	height: 450px;
}
.link-content{
	width: 70%;
}
.content-section{
}
.right-text{
	position: relative;
	left:50%;
	width: 35%;
	padding:10em 0 0em;
}
/* button */
.link-boxes{}
.box{
	display: inline-block;
	width: 30%;
	border: 1px solid black;
	margin-right: 3%;
}
.downloads-section .box {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
}
.box:last-child{
	margin-right: 0;
}
.box p{
	text-align: center;
	font-family: "Clarke Black";
	line-height: 0;
	margin: 0;
	padding: 30px;
}
.link_box {
	cursor: pointer;
	display: block;
	position: relative;
	transition: color 0.5s ease-in-out;
}
.link_box:hover {
  color:white;
  text-decoration: none;
}
.link_box:after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: black;
  transform-origin:left;
  transition:width 0.5s ease-in-out;
  z-index:-1;
}
/*  */
.nav-box{
	display: inline-block;
	width: 30%;
	border: 1px solid black;
	margin-right: 3%;
}
.nav-box:last-child{
	margin-right: 0;
}
/*  */
.link_box:hover::after {
  width: 100%;
}
.specification{
	width: 35%;
}
.specification h4{
	margin-bottom: 40px;
}
.specification ul{
	padding: 0;
	list-style: none;
}
.specification li{
	border-bottom: 1px solid #C1C1C1;
	margin: 0 0 10px;
}
.availability{
}
table {
  border-collapse: collapse;
  width: 100%;
}
th {
  background-color: black;
  color: white;
}
th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.col{
	padding: 40px 0;
	justify-content: space-between;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-wrap: wrap;
}
/* footer */
footer{
	width: 100%;
	color: white;
	position: absolute;
	background:black;
}
footer h1{
	margin-bottom: 8%;
}
footer p{
	color: #C1C1C1;
	bottom: 0;
}
.thin-line{
	height: 1px;
	width: 100%;
	background-color: white;
}
.agents{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
 padding: 70px 0;
 flex-wrap: wrap;
}
.agent{
	display: inline-block;
	margin-right: 5%
}
.footer-content{
	width: 70%;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin: 80px 0;
}
/* location */
.klo-pad{
	padding:50px 0 0;
}
.klo{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 80%;
	align-items: center;
	justify-content: space-between;
}
.klo img{
	height: 100%;
}
.ourdevs{
		margin-top: 100px;
}
/* .klo img:not(:last-child){
	margin-right: 3%;

} */
/* development */
.grid-container{
	width: 70%;
	left: 50%;
	transform: translate(-50%);
}
.develop-gms{
	margin-top: 25px;
	position: relative;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.development{
	width: 22%;
	padding: 30px 0;
}
.development img{
	width: 100%;
}
.development h5{
	padding-top: 20px;
}
.development:not(:last-child){
	margin-right: 3%;
}
.grid-row{display: inline-flex;flex-wrap: wrap;}
/* gallery */
.gallery{
	position: relative;
	max-width: 80%;
	margin: auto;
}
.gal_row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.gallery_col {
    -ms-flex: 30%; /* IE10 */
    flex: 30%;
    max-width: 53%;
    padding: 0 4px;
}

.gallery_col img {
    margin-top: 8px;
    vertical-align: middle;
}
.colcontain{
	width: 70%;
}
.floorPlates{
	margin:100px 0;
	left: 50%;
	transform: translate(-50%);
}
.floorPlates .box {
  width: 100%;
}
.fp_image{
	width: 60%;
}

.fp_context{
	margin-bottom: 40%;
	margin-top: 40%;
}
.floorplan-container{
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
}
.floorplan-container .link-boxes{
    width: 100%;
}
.floorplan-slide{
	width: 100%;
	display: inline-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.selector{
	width: 30%;
}
.floor-plates{
	width: 50%;
}
.slider-container{
	margin: 100px 0;
	width:70%;
	left: 50%;
	transform: translate(-50%);
}
.slick-prev{
  background-image: url(/images/prevArrow.png);
}
.slick-next{
  background-image: url(/images/nextArrow.png);
}
.slick-prev, .slick-next {
    z-index: 99;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 16px;
    height: 30px;
}
.floorPlates .slick-prev {
    left: 5%;
    transform: rotate(90deg);
    top: -55%;
}
.floorPlates .slick-next {
    left: 5%;
    top: 125%;
    transform: rotate(90deg);
}
.slick-slide img {
    width: 100%;
    display: block;
}
.floorPlates img{
	width: 80%;
	float: right;
}
.slick-prev {
    left: -55px;
}
.slick-next{
	right: -55px;
}
/*  */
.mapfilter_context{
	margin-top: 25%;
}
.mapfilter_context div{
	margin: 5px 0;
}
.map-slider{
	width: 70%;
}
.map-select{
	display: inline-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.map-select img{
	width: 26px;
	margin-right: 15px;
}
.map-select svg{
	margin-right: 15px;
}

.cubelogo{
	margin-top: 30px;
	width: 100px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-top-50 {

	padding-top: 50px;
}
