/*Floor plan*/
	.floor-plan{
		margin-top: 5rem;
		height: 90rem;
	}

	.floor-plan img{
		width: 709px;
	}

	.building button{
	   	width: 100%;
	    font-size: small;
	    border-top: 0px;
	    border-bottom: 1px solid #f4f4f4;
	    border-left: 1px solid #c5c5c5;
	    border-right: 1px solid #c5c5c5;
	    border-radius: 2px;
        -webkit-transition: background-color 100ms linear;
	    -ms-transition: background-color 100ms linear;
	    transition: background-color 100ms linear;
	}


	.color-code-cont{
		/*position: absolute;*/
		/* background-color: red; */
		/*margin-top: 1.5rem;*/
		height: 6rem;
		width: 15.5rem;
		/*z-index: -10;*/
	}
	

	.color-code-cont p{
		margin-top: 1.3rem;
	}

	.color-code-cont-vertical{
		/*background-color: red;*/
		/*margin-top: 6rem;*/
		height: 15.3rem;
		width: 5.8rem;
	}

	.color-code-cont-vertical p{
		/*background-color: red;*/
		margin-top: 5rem;
		height: 15.3rem;
		width: 5.8rem;
	}

	.floor-cont div{
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
	/* z-index: -10; */
	}

	
	.available{
  		background-color: rgba(198, 186, 0, 0.13);
	}

	.reserved, .hold{
		background-color: rgba(0, 76, 165, 0.5);
	}

	.unavailable{
	    background-color: rgba(4, 38, 62, 0.22);
	}


	.available:hover{
		background-color: rgba(177, 166, 0, 0.58);
		color: white;
		cursor: pointer;
	}

	.reserved:hover, .hold:hover{
		background-color: rgba(0, 76, 165, 0.76);
	    color: white;
	    cursor: pointer;
	}

	.unavailable:hover{
		background-color: rgba(39, 58, 72, 0.65);
		color: white;
		cursor: pointer;
	}

/*Units class*/

	.unit-1{
		/*background-color: red;*/
		/*margin-top: 1.5rem;*/
		height: 6.3rem;
		width: 12.7rem;
	}
	.unit-1 p{
		margin-top: 1.3rem;
	}

	.unit-18{
		/*background-color: red;*/
		/*margin-top: 6rem;*/
		height: 15.4rem;
		width: 12.5rem;
	}

	.unit-18 p{
		margin-top: 5rem;
	}

	.unit-27{
		/*background-color: red;*/
		/*margin-top: 6rem;*/
		height: 15.4rem;
		width: 7.5rem;
	}

	.unit-27 p{
		margin-top: 5rem;
	}

	.floor-cont p{
		font-weight: bold;
	}

	.download-eform{
		/*display: none;*/
	}


.download-eform{
	/* border: 1px solid #ddd; */
	/* display: none; */
	/* background-color: #fff; */
	/* float: left; */
	/* margin-top: -350px; */
	/* margin-left: 30px; */
	border: 1px solid #ddd;
	background-color: #fff;
	/* position: absolute; */
	z-index: 2;
	padding-bottom: 20px;
	/* left: 19%; */
	/* transform: translateX(-50%); */
	/* top: 144rem; */
	/* display: inline-block; */
}

.download-eform h5{
font-weight: bold;
}

.forms-container{
    margin-bottom: 20px;
    display: inline-block;
}

.download-eform h3{

font-family: Butler-Light;
}
.download-eform h1.blue-dash{
	font-size: 48px;
}

.download-eform p{
	font-size: 12px;
	line-height: 1.8;
}

.legends{
	border: 1px solid #ddd;
	background-color: #fff;
	/* position: absolute; */
	z-index: 2;
	padding-bottom: 20px;
	/* left: 70%; */
	/* transform: translateX(-50%); */
	/* top: 147rem; */
	/* display: inline-block; */
}

.legends .box{
	width: 20px;
	height: 20px;
	display: inline-block;
}

.legends span{
    margin: 5px;
}

#dropdown-floors{
	position: fixed;
	z-index: 2;
	bottom: 10px;
}

#dropdown-floors select{
	font-size: larger;
}

.keyplan-container{
    /*display: inline-block;*/
    /* padding-bottom: 100px; */
    padding-top: 100px;
    height: 1070px;
    background-image: url(../img/layout/grid.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}


#floor-level-mark{
float: left;
position: fixed;
top: 0;
left: 0;
background: #ffffff;
width: 100%;
height: 100%;
display: none;
}

#floor-level-mark h1{
    font-size: 120px;
    top: 25%;
    position: fixed;
    left: 40%;
}


#image-floorplan{
	
}

#floor{
    position: absolute;
    top: 350px;
    left: 475px;
}

#floor h1{
	font-size: 75px;
}