@font-face {
	font-family: NeutrafaceCondensed;
    src: url(../fonts/NeutrafaceCondensed-Bold.otf);    
}
@font-face {
	font-family: NeutraTextBoldAlt;
    src: url(../fonts/NeutraText-BoldAlt.otf);    
}
@font-face {
	font-family: NeutraTextBook;
    src: url(../fonts/NeutraText-Book.otf);    
}
body{
	width:1920px;
	height:1080px;
	margin: 0;    
	left: 0;
    top: 0;
    position: relative;
	font-size:20pt;
	overflow:hidden;
}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
/* NAV ****************/
.nav{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:16.67%;
	background-color:#43263b;
}
.menu{
	width:13%;
	height:100%;
	margin-right:3%;
	cursor:pointer;
	transition:all 0.5s;
	float:left;
}
.item-home{
	background:url(../files/images/btn-home.svg) no-repeat center center;
    background-size: 60%!important;
}
.item-home:hover, .item-home.active{
	background-color: #351b2f;
}
.item-renders{
	background:url(../files/images/btn-gallery.svg) no-repeat center center;
    background-size: 60%!important;
}
.item-renders:hover, .item-renders.active{
	background-color: #351b2f;
}
.item-plans{
	background:url(../files/images/btn-floorplans.svg) no-repeat center center;
    background-size: 60%!important;
}
.item-plans:hover, .item-plans.active{
	background-color: #351b2f;
}
.logo{
	width:26%;
	height:100%;
	margin: 0;
	cursor:pointer;
	transition:all 0.5s;
	float:left;
	background:url(../files/images/logo2.svg) no-repeat center center;	
    background-size: 40%!important;
}
.main{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:83.33%;
	overflow:hidden;
}
.main>div{
	width:100%;
	height:100%;
}
/* HOME **************************************************/
.main>div.home{
	display:block;
	background-color:#000;
	background-size:cover!important;
	background:url(../files/renders/To-Lake-Aerial.jpg) center center no-repeat;
}
.home-logo{
	width:14%;
	height:auto;
	position: absolute;
	left:43%;
	top:5%;
}
.home-logo img{
	width:100%;
}

/* RENDERS ****************************/
/* slider */
.shutter {
  overflow: hidden;
  position: relative;
  height:100%;
  width:100%;
}
.shutter-container{	
    width: 74%;
    height: 101%;
    position: absolute;
    left: 26%;
    top: 0;
	background-size:cover!important;
	background:url(../files/images/bg-gallery.jpg) center center no-repeat;
}
.shutter-disclaimer{
	position:absolute;
	left:8%;
	bottom: 2.5%;
	width:70%;
}
.shutter-nav-container {
  	display: block;
    width: 26%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c4b298;
    padding:1% 1% 1% 0;
}
.shutter-nav {
  	display: block;
  	width: 100%;
  	height:100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
/*
.shutter-nav>a{
    max-height: 200px;
    overflow: hidden;
}*/
.shutter-nav::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: transparent;
}

.shutter-nav::-webkit-scrollbar
{
    width: 5px;
    background-color: transparent;
}

.shutter-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #43263b;
}

.shutter-nav img{
	width:100%;
}
.shutter-nav a{
	padding: 10% 10% 0;
    display: block;
    position: relative;
}
.shutter-nav a:last-child{
	padding-bottom: 10%;
    display: block;
}
.shutter-btn {
	list-style: none;
}
.shutter-btn li {
  position: absolute;
  z-index: 999;
  top: 47.5%;
  width: 4em;
  height: 50em;
  margin-top: -25em;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 1.5%;
  background: url(../files/images/btn-arrow.svg) no-repeat center center;
  background-size:30px;
}
.shutter-btn li.next {
  right: 1.5%;
  background: url(../files/images/btn-arrow.svg) no-repeat center center;
  background-size:30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shutter-front{
	position:absolute;
	left:9.5%;
	top:5.5%;
	width:81%;
	height:89%;	
	background-size:100%!important;
	background:url(../files/renders/Location-Plan.jpg) center center no-repeat;
	z-index:99;
	transition: all 0.5s;
}
.shutter-caption{
	display: none;
	position:absolute;
	bottom:3.5%;
	width:100%;	
	text-align:center;
	color:#fff;
	font-family: Sofia Pro regular, sans-serif;	
	font-size:26px;
}
.video-container{
	display:none;
}
.panotour-iframe{
	display: none;
}
.icon-interactive{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../files/images/icon-interfactive-w.svg) center 65% no-repeat;
    background-size: 45%;
}
.icon-interactive-b{
	position:absolute;
    left: 12px;
    top: 12px;
    width: 60px;
    height: 50px;
	background: url(../files/images/icon-interfactive-b.svg) center center no-repeat;
    background-size: 100%;
}
/* PLANS **************************************************/
.plans{
}
.plans-container{
	margin:7%;
	background-color:#ffffff;
	position: absolute;
	height:86%;
	width:86%;
}
.building{
	width:58%;
	padding-top:48%;
	margin:auto;
	position: relative;
    top: 40%;
    transform: translateY(-50%);
	transition: all 0.5s;
	display:none;
	font-family: acumin-pro, sans-serif;
    background-size: 100%!important;
}
.building.levelp{	
	width:67%;	
    padding-top: 41%;
	background: url(../files/levels/phase-2-0.png) no-repeat center center;
}
.building.level1{
	display:block;
	width:77%;
    padding-top: 42%;
	background: url(../files/levels/phase-2-1.png) no-repeat center center;
}
.building.level2{
	padding-top: 37%;
	background: url(../files/levels/phase-2-2.png) no-repeat center center;
}
.building.level3{
	padding-top: 37%;
	background: url(../files/levels/phase-2-3.png) no-repeat center center;
}
.building.level4{
	padding-top: 37%;
	background: url(../files/levels/phase-2-4.png) no-repeat center center;
}
.building.level5{
	padding-top: 38%;
	background: url(../files/levels/phase-2-5.png) no-repeat center center;
}
.landscape .building{
	width:50%;
}
.landscape .building.levelp{	
	width:58%;	
    padding-top: 35%;
	background: url(../files/levels/phase-2-0.png) no-repeat center center;
}
.landscape .building.level1{
	width:63%;
    padding-top: 33%;
	background: url(../files/levels/phase-2-1.png) no-repeat center center;
}
.landscape .building.level2{
	padding-top: 32%;
	background: url(../files/levels/phase-2-2.png) no-repeat center center;
}
.landscape .building.level3{
	padding-top: 32%;
	background: url(../files/levels/phase-2-3.png) no-repeat center center;
}
.landscape .building.level4{
	padding-top: 32%;
	background: url(../files/levels/phase-2-4.png) no-repeat center center;
}
.landscape .building.level5{
	padding-top: 34%;
	background: url(../files/levels/phase-2-5.png) no-repeat center center;
}
.building>div{
	position:absolute;
	cursor:pointer;
}
.compass{
	background: url(../files/images/compass.svg) no-repeat center center;
    width: 7%;
    background-size: 100%;
    height: 20%;
    position: absolute;
    left: 3%;
    bottom: 20%;
}
.filters{
	width: 100%;
    position: fixed;
    left: 0;
    bottom: 20%;
    text-align: center;
}
.levels span{
	display:inline-block;
}
.filters .title{
    color: #43263b;
    text-align: right;
    display: inline-block;
	font-family: NeutrafaceCondensed;
	font-size:24px;	
    margin-top: 6px;
    margin-right: 10px;
}
span.btn-level {
    font-size: 24px;
    padding: 5px 20px;
	font-family: NeutrafaceCondensed;
	margin:0 15px;
    text-indent: -9999px;
}
span.btn-level.active{
}
.btn-levelp{
	background:url(../files/images/0P-A.svg) center center no-repeat;
}
.btn-levelp.active{
	background:url(../files/images/0P-B.svg) center center no-repeat;
}
.btn-level1{
	background:url(../files/images/1-A.svg) center center no-repeat;
}
.btn-level1.active{
	background:url(../files/images/1-B.svg) center center no-repeat;
}
.btn-level2{
	background:url(../files/images/2-A.svg) center center no-repeat;
}
.btn-level2.active{
	background:url(../files/images/2-B.svg) center center no-repeat;
}
.btn-level3{
	background:url(../files/images/3-A.svg) center center no-repeat;
}
.btn-level3.active{
	background:url(../files/images/3-B.svg) center center no-repeat;
}
.btn-level4{
	background:url(../files/images/4-A.svg) center center no-repeat;
}
.btn-level4.active{
	background:url(../files/images/4-B.svg) center center no-repeat;
}
.btn-level5{
	background:url(../files/images/5-A.svg) center center no-repeat;
}
.btn-level5.active{
	background:url(../files/images/5-B.svg) center center no-repeat;
}
.bedrooms{
	clear:both;
	padding-top: 2em;
}
.bedrooms span{
	float:left;
	display:block;
}
/*.building>div{
	background-color:#000;
	opacity: 0.3;
}*/
.unit-disclaimer{
	width: 10%;
    left: calc(26% + 40px);
    top: 40px;
    position: absolute;
}
.unit-p1234{
	width:67.68%;	height:35.36%;	left:16.82%;	top:0;
}

.unit-101{
	width:12.11%;	height:38.15%;	left:13.27%;	top:15.2%;
}
.unit-102{
	width:16.14%;	height:38.7%;	left:25.53%;	top:15.2%;
}
.unit-103{
	width:16.91%;	height:37.93%;	left:41.63%;	top:15.52%;
}
.unit-104{
	width:16.31%;	height:37.93%;	left:58.44%;	top:15.52%;
}
.unit-105{
	width:11.88%;	height:37.72%;	left:74.79%;	top:15.52%;
}
.unit-106{
	width:17.63%;	height:35.15%;	left:70.32%;	top:61.14%;
}
.unit-107{
	width:11.43%;	height:33.35%;	left:55.81%;	top:61.14%;
}
.unit-108{
	width:11.35%;	height:33.35%;	left:44.58%;	top:61.14%;
}
.unit-109{
	width:13.03%;	height:33.35%;	left:31.55%;	top:61.14%;
}
.unit-110{
	width:17.63%;	height:35.15%;	left:12.32%;	top:61.14%;
}

.unit-201{
	width:21.35%;	height:47%;	left:17.17%;	top:0%;
}
.unit-202{
	width:22.63%;	height:47.1%;	left:38.8%;	top:0%;
}
.unit-203{
	width:21.43%;	height:47%;	left:61.48%;	top:0%;
}
.unit-204{
	width:22.85%;	height:52.42%;	left:0%;	top:47.26%;
}
.unit-205{
	width:19.55%;	height:46.75%;	left:22.95%;	top:53.05%;
}
.unit-206{
	width:14.97%;	height:46.51%;	left:42.48%;	top:53.05%;
}
.unit-207{
	width:19.55%;	height:46.75%;	left:57.65%;	top:53.05%;
}
.unit-208{
	width:22.25%;	height:52.31%;	left:77.25%;	top:47.14%;
}

.unit-501{
	width:29.24%;	height:48.28%;	left:16.65%;	top:0%;
}
.unit-502{
	width:28.49%;	height:47.48%;	left:54.49%;	top:0%;
}
.unit-503{
	width:21.33%;	height:50.69%;	left:0%;	top:47.03%;
}
.unit-504{
	width:22.1%;	height:50.57%;	left:77.62%;	top:47.03%;
}

/* UNITS **************************************************/
.units{
	display:none;
}
.units .thumbnail{
	position:absolute;
	width:26%;
	height:100%;
	left:0%;
	top:0%;
	background-color: #c4b298;
}
.logo3{
	width:100%;
	height: 30%;
    background: url(../files/images/logo3.svg) no-repeat center center;
    background-size: 30%!important;
}
.unitplan{
	text-align:center;
    margin-left: 26%;
}
.unitplan img{
	width:100%;
}
.units .description h1{
	color:#fff;
	text-align: center;
	font-family: NeutrafaceCondensed;	
	font-size: 53pt;
	line-height: 56pt;
	margin-top:0;
    margin-bottom: 30px;
}
.units .description p{
	margin:0;
}
.detail-container{
	width:70%;
	margin-left:15%;
	border-top:1px solid #43263b;
	border-bottom:1px solid #43263b;
	font-family: NeutraTextBoldAlt;
	font-size: 20pt;
	line-height: 33pt;
	padding: 10px 0;
	color:#43263b;
}
.detail-container span{
	font-family: NeutraTextBook;
	font-size: 20pt;
	line-height: 33pt;
}
.area-container{
	border-bottom:1px solid #43263b;
	width: 70%;
	margin-left:15%;
	padding: 10px 0;
	color:#43263b;
}
.area-left{
	border-right:1px solid #43263b;
	width: 50%;
	float:left;
	font-family: NeutraTextBoldAlt;
	font-size: 20pt;
	line-height: 33pt;
}
.area-right{
	width: 40%;
	float:left;
	font-family: NeutraTextBook;
	font-size: 20pt;
	line-height: 33pt;
	padding-left:20px;
}
.clear{
	clear:both;
}
.img-compass{
	text-align: center;
    margin-top: 10%;
}
.img-compass img{
	max-width: 30%;
	width:113px;
}
.plan-detail{
	display:none;
}
.see-similar-group{
	margin-left: 26%;
    position: absolute;
    width: 74%;
    bottom: 5%;
}
.btn-left-similar{
	width: 10%;
    display: block;
    position:absolute;
    left:5%;
    bottom:0%;
}
.btn-left-similar img{
	cursor:pointer;
	width: 100%;
}
.btn-right-similar{
	width: 10%;
    display: block;
    position:absolute;
    right:5%;
    bottom:0%;
}
.btn-right-similar img{
	cursor:pointer;
	width: 100%;
}
/*portrait*/
.portrait .menu {
    width: 21%;
}
.portrait .building{
	width: 100%;
    padding-top: 67%;
}
.portrait .building.levelp{
    padding-top: 62%;
}
.portrait .building.level1{
    padding-top: 54%;	
}
.portrait .compass {
    width: 12%;
    background-size: 100%;
    height: 20%;
    left: 0%;
    bottom: 15%;
}
.portrait .filters .title {
    font-size: 25px;
}
.portrait span.btn-level {
    padding: 10px 40px;
}
.portrait .logo3{
    background-size: 70%!important;
}
.portrait .img-compass {
    margin-top: 15%;
}
.portrait .img-compass img {
    max-width: 45%;
}
.portrait .detail-container, .area-container {
    padding: 15px 0;
}
.portrait .btn-left-similar,
.portrait .btn-right-similar{
	width:16%!important;
}

@media only screen and (min-width: 2500px) {
    
}
@media only screen and (max-width: 1700px) {
    
}
@media only screen and (max-width: 1465px) {    
	.units .description h1{
		font-size: 38pt;
		line-height: 38pt;
	}
	.detail-container,
	.detail-container span,
	.area-left,
	.area-right{
		font-size: 14pt;
		line-height: 24pt;
	}
	.shutter-btn li {
	    width: 2em;
	}
}
@media only screen and (max-width: 1255px) {
    
}
@media only screen and (max-width: 1025px) {
    .units .description h1{
		font-size: 26pt;
		line-height: 26pt;
	}
	.detail-container,
	.detail-container span,
	.area-left,
	.area-right{
		font-size: 10pt;
		line-height: 15pt;
	}
	.area-right{
	    width: 35%;
	}
	.shutter-btn li {
	    width: 2em;
	}
	.shutter-btn li.prev,
	.shutter-btn li.next{
		background-size: 20px;
	}

	.landscape .filters .title{
		font-size: 14px;
    	margin-top: 3px;
	}
	.landscape span.btn-level{
	    font-size: 14px;
    	padding: 2px 10px;
	    margin: 0 5px;
	}
}
@media only screen and (max-width: 800px) {    
    .units .description h1{
		font-size: 18pt;
		line-height: 20pt;
		margin-bottom:10px;
	}
	.unit-disclaimer{
		width: 10%;
		left: calc(26% + 20px);
		top: 20px;
		position: absolute;
	}
	.detail-container,
	.detail-container span,
	.area-left,
	.area-right{
		font-size: 8pt;
		line-height: 12pt;
	}
	.area-right{		
    	padding-left: 5px;
	    width: 40%;
	}
	.img-compass {
	    margin-top: 5%;
	}
	.detail-container,.area-container{
	    padding: 5px 0;
	}
	.filters .title{
		font-size: 14px;
    	margin-top: 3px;
	}
	span.btn-level{
	    font-size: 14px;
    	padding: 2px 10px;
	    margin: 0 5px;
	}
	.shutter-btn li {
	    width: 1em;
	}
	.shutter-btn li.prev,
	.shutter-btn li.next{
		background-size: 10px;
	}
}
@media only screen and (max-width: 700px) {    
    .units .description h1{
		font-size: 16pt;
		line-height: 16pt;
		margin-bottom:6px;
	}
	.detail-container,
	.detail-container span,
	.area-left,
	.area-right{
		font-size: 7pt;
		line-height: 10pt;
	}
	.area-right{		
    	padding-left: 5px;
	    width: 40%;
	}
	.img-compass {
	    margin-top: 5%;
	}
	.detail-container,.area-container{
	    padding: 5px 0;
	}
	.filters .title{
		font-size: 14px;
    	margin-top: 3px;
	}
	span.btn-level{
	    font-size: 14px;
    	padding: 2px 10px;
	    margin: 0 5px;
	}
}
@media only screen and (max-width: 600px) {    
    .units .description h1{
		font-size: 16pt;
		line-height: 16pt;
		margin-bottom:6px;
	}
	.detail-container,
	.detail-container span,
	.area-left,
	.area-right{
		font-size: 6pt;
		line-height: 10pt;
	}
	.area-right{		
    	padding-left: 5px;
	    width: 40%;
	}
	.img-compass {
	    margin-top: 5%;
	}
	.detail-container,.area-container{
	    padding: 5px 0;
	}
	.filters .title{
		font-size: 14px;
    	margin-top: 3px;
	}
	span.btn-level{
	    font-size: 14px;
    	padding: 2px 10px;
	    margin: 0 5px;
	}
	.portrait .filters .title {
    	font-size: 14px;
	}
	.portrait span.btn-level {
	    padding: 3px 15px;
	}
}
