/******************************
SMALLER SCREENS / LAPTOPS
*******************************/

@media only screen and (max-width : 1400px) {
  


/******************************
HOME
*******************************/


.home h1{
	font-size:2.3em;
	line-height:.2em;
}

.home .smalltext{
	font-size:1em;
	line-height:1.2em;
}

.smalltext h2{
	font-size:.8em;
}

.home .medtext{
	font-size:1.1em;
	line-height:1.2em;
}


/******************************
RENOVATION
*******************************/
#renovation{
	left:35%;
	margin-top:5%;
	 /*border:solid thin red;*/
}

.renovation-image {
	width:180px;
}


/******************************
PLANS
*******************************/

#stack-container {
	left:850px;
}

.stack-plan {
	height:580px;
	}

#plan-container {
	width:600px;
	left:300px;
	top:120px;
	/*border:solid thin red;*/
}

.white-line {
	width:400px;
	}

#avail-pdf a{
	font-size:12px;
}

#avail-plan img {
	height:400px;
}


.availabilities {
	font-size:12px;
	
	/*border:solid thin red;*/
	
}

#avail-text{
	font-size:1.3em;
}


/******************************
FEATURES
*******************************/


#textcontainer-features{
	 z-index: 2;
     position: absolute;
     width: 75%;
	 right:0;
	 top:50px;
     padding: 20px;
	 background-image:url('../images/home-fadebg2.png');
	 background-repeat:repeat-y;   
	 text-align:left;
     /*border:solid thin red;*/
}

.features{
	line-height:1.6em;
}


.features .col1{
	margin-left:80px;
	font-size:.9em;
	/*border:solid thin red;*/
}

.features .col2{
	left:450px;
	font-size:.9em;
	/*border:solid thin red;*/
}

.col1 .red{
	font-weight:bold;
}

/******************************
Gallery
*******************************/

#thumb {
	left:360px;
	/*border:solid thin red;*/
}

#thumb img{
	width:55px;
	height:55px;
}

#gallery {
	left:550px;
	top:120px;
}

#gallery img{
	height:500px;
}

#gallery-label{
	width:900px;
	font-size:.9em;
}

/******************************
NEIGHBORHOOD
*******************************/

.map-container{
	position:absolute;
	top:50px;
	left:350px;
}

.map-key{
	left:100px;
	line-height:1.5em;
	font-size:.9em;
}



}