/* =====================================================================
	CSS
===================================================================== */
.dropdown button, .dropdown {
	display: none;
}

#img2227, 
#img21, 
#img20, 
#img19, 
#img18,
#img17,
#img16,
#img15,
#img14, 
#img12, 
#img11, 
#img10,
#img9,
#imgparking
{
 display: none;
}

#l2227, 
#l21, 
#l20, 
#l19, 
#l18,
#l17,
#l16,
#l15,
#l14, 
#l12, 
#l11, 
#l10,
#l9,
#lparking
{
	display: none;
}

.clickbuilding .load2227, 
.clickbuilding .load21, 
.clickbuilding .load20, 
.clickbuilding .load19, 
.clickbuilding .load18, 
.clickbuilding .load17, 
.clickbuilding .load16, 
.clickbuilding .load15, 
.clickbuilding .load14, 
.clickbuilding .load12, 
.clickbuilding .load11, 
.clickbuilding .load10, 
.clickbuilding .load9, 
.clickbuilding .loadparking
{
	display: none;
}
   
/* =====================================================================
	WRAPPER / NON-RESPONSIVE ELEMENTS
===================================================================== */
.customwrapper {
	width: 100%;
	height: 677px;
	clear: both;
	position: relative;
    font-family: "futura-pt", Sans-serif;
	font-style: normal;
	font-weight: 400;
	z-index: 0;
    font-size: 14px;
	background-color: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:80px;
}

.customgrid {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.colfloors {
	box-sizing: border-box;
	visibility: hidden;
	float: left;
	width: 22%;
	height: 100%;
	font-size: 20px;
	color: #282828;
	padding-top: 0;
}

.colfloors ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
}

 li.floorid{
	visibility: hidden;
	list-style: none;
	display: block;
	clear:both;
	margin: 0;
	border-top: 1px solid #E0E0E0;
}

 li.floorid a {
	position: relative;
	color: #5E666F;
	text-decoration: none;
	text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	width: 100%;
    display: flex;
    padding: 0 1em;
    min-height: 47px;
    align-items: center;
	font-weight: 500;
}
 li.floorid a:hover {
	 background: rgb(66 167 198 / 10%);
}
 li.floorid a.active {
	 background: #42A7C6;
}
 li.floorid a.active .btn-col-1,
 li.floorid a.active .btn-col-2 .btn-status,
 li.floorid a.active .btn-col-2 .btn-notes {
	color: white !important;
}
 li.floorid a .btn-col-1 {
    font-size: 14px;
    line-height: 1em;
    width: 60%;
	letter-spacing: .1em;
}
li.floorid.btn-available a .btn-col-1 {
	color: #004750;
}
li.floorid.btn-leased a .btn-col-1 {
	color: #BBC5C3;
}
 li.floorid a .btn-col-2 {
    font-size: 12px;
    line-height: 1em;
    width: 40%;
}

 li.floorid a .btn-col-2 .btn-status {
    letter-spacing: .15em;
}

 li.floorid a .btn-col-2 .btn-status.btn-yes {
    color: #4CA686;
}

 li.floorid a .btn-col-2 .btn-status.btn-no {
    color: #A1634E;
}
 li.floorid a .btn-col-2 .btn-notes {
    font-size: 10px;
    color: #5B6670;
    line-height: 2em;
    text-transform: initial;
}
 /*li.floorid a:after {
    position: absolute;
    top: 12px;
    right: -10px;
    background-color: #5e666f;
    content: "";
    height: 1px;
    width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.floorid a:hover:after {
    right: -74px;
    width: 60px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.floorid a:after {
    position: absolute;
    top: 12px;
    right: -10px;
    background-color: #5e666f;
    content: "";
    height: 1px;
    width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.floorid a:hover:after {
    right: -74px;
    width: 60px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}*/

li.floorid a.active {
	position: relative;
    color: #3E7A96;
}


/*li.floorid a.active:after {
	top: 12px;
    right: -94px;
    width: 80px;
    background-color: #3E7A96;
}*/

/* =====================================================================
	3D Building / NON-RESPONSIVE ELEMENTS
===================================================================== */
.col3dview {
	position: relative;
	float: left;
	width: 43%;
	margin-left: 4%;
	height: 100%;
	box-sizing: border-box;
}

.whiteoverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 6;
}

.summitlabel {
	visibility: hidden;
	position: absolute;
	top: 36px;
	left: 264px;
	color: #5e666f;
	font-size: 20px;
	text-transform: uppercase;
	z-index: 4;
}

.summitlabel:before {
    position: absolute;
    top: 13px;
    left: -30px;
    background-color: #5e666f;
    content: "";
    height: 1px;
    width: 20px;
}

.renewlabel {
	visibility: hidden;
	position: absolute;
	bottom: 230px;
	left: 382px;
	color: #5e666f;
	z-index: 5;
	font-size: 20px;
	text-transform: uppercase;
	z-index: 4;
}

.renewlabel:before {
    position: absolute;
    top: 10px;
    left: -30px;
    background-color: #5e666f;
    content: "";
    height: 1px;
    width: 20px;
}

.summitlabel img {
	width: 100%;
	max-width: 80px !important;
	min-width: 80px;
}

.renewlabel img {
	width: 100%;
	max-width: 80px !important;
	min-width: 80px;
}


.building {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.building img {
	position: relative;
	width: 100%;
	max-width: 508px;
	height: auto;
	z-index: 1;
}

.flooractive {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.flooractive img {
	width: 100%;
	height: auto;
	max-width: 508px;
	z-index: 2;
}


.imagemapcontainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.imagemapcontainer map {
	display: block;
}

/* =====================================================================
	FLOORPLANS / NON-RESPONSIVE ELEMENTS
===================================================================== */
.colfloorplan{
	position: relative;
	float: left;
	width: 27%;
	height: 100%;
	color: #5e666f;
	margin-left: 4%;
	box-sizing: border-box;
}

.floorplangrid {
	width: 100%;
	clear: both;
	display: block;
}

.infowhiteoverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 6;
}

.fpimage {
	clear: both;
}

.fpimage img {
	width: 100%;
}

.buildinglevels {
    clear: both;
    font-size: 15px;
    font-weight: 600;
    color: #5B6670;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 1em 0;
}

.squarefeet {
    clear: both;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: .8em;
}

a.download-button {
	margin-top: 35px;
	clear: both;
	display: inline-block;
    font-family: "futura-pt", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
	font-size:18px;
    color: #252425;
    background-color: #BAC6C4;
    border-radius: 22px 22px 22px 22px;
    padding: 6px 36px 8px 36px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.download-button:hover {
    color: #ffffff;
    background-color: #3975A6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


@media only screen and (max-width: 1380px) {

	.customwrapper {
		height: 653px;
	}

	.colfloors {
		font-size: 18px;
	}

	li.floorid a:hover:after {
		right: -60px;
		width: 30px;
	}
	
	li.floorid a.active:after {
		right: -60px;
		width: 30px;
	}



	.summitlabel {
		top: 20px;
		left: 197px;
		font-size: 16px;
	}

	.renewlabel {
		bottom: 179px;
		left: 270px;
		font-size: 16px;
	}


	.fpimage img {
		width: 100%;
	}
	
	.summitlabel img {
		max-width: 70px !important;
		min-width: 70px;
	}

	.renewlabel img {
		max-width: 70px !important;
		min-width: 70px;
	}
	li.floorid a {
    	min-height: 45px;
	}
	




}

@media only screen and (max-width: 1200px) {


	.colfloors {
		font-size: 16px;
	}
	
	li.floorid a.active {
		padding-left: 10px;
	}


	li.floorid a.active:after {
		display: none;
	}



	
	.renewlabel {
		left: 255px;
		bottom: 209px;
	}
	
	.summitlabel img {
		max-width: 60px !important;
		min-width: 60px;
	}

	.renewlabel img {
		max-width: 60px !important;
		min-width: 60px;
	}




}

@media only screen and (max-width: 900px) {

	.customwrapper {
		height: 770px;
    	width: 98%;

	}

	.colfloors {
		display: none;
	}

	.col3dview {
		width: 50%;
		margin: 0;
	}

	.colfloorplan {
		width: 45%;
		margin-left: 5%;
	}
	


	.renewlabel {
		left: 305px;
		bottom: 255px;
	}

	.dropdown {
		position: relative;
		display: block;
		height: 60px;
		z-index: 10;
		margin: 8px 0;
	}

	.dropdown button {
		display: block;
	}
	
	.dropbtn {
		border: none;
		background-color: #3975A6 !important;
		color: #fff !important;
		margin-left: 0;
		border-radius: 0 0 0 0 !important;
		padding: .5em 1em !important;
		font-size: 22px !important;
		width: 100% !important;
		text-align: left !important;
		cursor: pointer;
	}
 
	.dropdown-content {
		position: absolute;
		background-color: #ffffff;
		min-width: 248px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		padding: 0;
		z-index: 1;
		top: 41px;
		left: 0;
		cursor: pointer;
		opacity: 1;
		display: none;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		border: 1px solid #3975A6;
	}

	.show {display:block}

	.dropdown:hover {
		cursor: pointer;
	}

	#down-triangle {
		position: relative;
		float: right ;
		width: 0; 
		height: 0;
		margin-top: 10px ;
		border-top: 6px solid #ffffff;
		border-left: 6px solid transparent; 
		border-right: 6px solid transparent; 
		}
	
	.dropdown:hover > #down-triangle {
		border-top: 6px solid #ffffff;
		border-left: 6px solid transparent; 
		border-right: 6px solid transparent; 
	}

	.dropdown ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#menu li {
		display: block;
		margin: 0;
		padding: 0;
	}

	#menu li a {
		display: block;
		text-transform: uppercase;
		color: #5E666F;
		font-size: 20px;
		padding: 6px 10px 6px 16px;
		letter-spacing: 0;
		line-height: 1.4em !important;
	}

	#menu li a.active {
		padding-left: 26px;
		color: #3E7A96;
		font-weight: 600;;
	}

	a.download-button {
		margin-top: 19px;
	}

	.renewlabel:before {
		top: 8px;
		left: -16px;
		width: 10px;
	}

	.summitlabel {
		top: 20px;
		left: 175px;
		font-size: 14px;
	}

	.summitlabel:before {
		top: 12px;
		left: -16px;
		width: 10px;
	}

	.renewlabel {
		bottom: 260px;
		left: 275px;
		font-size: 14px;
	}

	.renewlabel:before {
		top: 10px;
		left: -16px;
		width: 10px;
	}

	.fpimage img { 
		min-width: 280px;
	}


}



@media only screen and (max-width: 700px) {

	.customwrapper {
		height: 613px;
	}

	.col3dview {
		width: 50%;
		margin: 0;
	}

	.colfloorplan {
		width: 45%;
		padding-left: 5%;
	}

	.floorplangrid {
		padding-top: 20px;
	}
	


	.summitlabel {
		top: 20px;
		left: 140px;
		font-size: 14px;
	}

	.summitlabel:before {
		top: 8px;
		left: -16px;
		width: 10px;
	}

	.renewlabel {
		bottom: 230px;
		left: 205px;
		font-size: 14px;
	}

	.renewlabel:before {
		top: 8px;
		left: -16px;
		width: 10px;
	}
	
	.summitlabel img {
		max-width: 50px !important;
		min-width: 50px;
	}

	.renewlabel img {
		max-width: 50px !important;
		min-width: 50px;
	}

	.fpimage img { 
		min-width: 220px;
	}

}

@media only screen and (max-width: 620px) {

	.customwrapper {
		height: 540px;
	}

	.col3dview {
		width: 25%;
	}

	.colfloorplan {
		width: 75%;
		padding-left: 85px;
	}

	.floorplangrid {
		padding-top: 10px;
	}
	
	.flooractive img {
		max-width: 200px;
	}

	.building img {
		max-width: 200px;
	}

	.fpimage img {
		width: 85%;
		max-width: 225px;
	}

	.summitlabel {
		top: 10px;
		left: 108px;
	}

	.renewlabel {
		bottom: 272px;
		left: 150px;
	}
	

}

@media only screen and (max-width: 600px) {

	.customwrapper {
		height: auto;
		padding-bottom: 50px
	}

	.col3dview {
		display: none;
	}

	.colfloorplan {
		width: 100%;
		padding-left: 10px;
	}

	.fpimage img {
		min-width: unset;
		max-width: 500px;
	}



}