#fullScreenFloorPlan {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-color: rgba(255,255,255,0.7);
	/*    background: linear-gradient(
        to right, rgba(252,242,212,0.54) 0%, rgba(252,242,212,0.94) 10%, rgba(252,242,212,0.94) 50%, rgba(252,242,212,0.94) 90%, rgba(252,242,212,0.54) 100%
    ); */
	overflow: scroll;
	display: none;
	z-index: 999;
}
#fullScreenFloorPlanContainer {
	position: absolute;
	top: 4vh;
	left: 2%;
	right: 2%;
	bottom: 4vh;
	padding: 20px 0px;
	background-color: rgba(29,151,196,0.78);
	border-radius: 8px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
	border: solid 0px #FFFFFF;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#loaderFloorPlan {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #666666;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#floorPlanTable {
	position: relative;
	width: 90%;
	height: 75vh;
	overflow: hidden;
	margin: 8px auto;
	text-align: center;
	display:  table;
	vertical-align: middle;
}
#FloorPlanContainer {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow: hidden;
	vertical-align: middle;
	margin: 8px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	display:  table-cell;
	vertical-align: middle;
}
#FloorPlanContainer img {
	position: relative;
	max-width: 96%;
	max-height: 96%;
	margin: auto;
	display: inline-block;
	z-index: 100;
}
#fullFloorPlan {
	background-color: #FFFFFF;
	display: inline-block;
}+
#fullScreenFloorPlanClose {
	position: relative;
	width: 100%;
	margin-top: 52px;
	text-align: center;
	z-index: 110;
	background-color: #FFFFFF;
}
#floorplan {
	cursor: pointer;
}
#fullScreenFloorPlanClose a {
	box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.floorplanview {
	cursor: pointer;
}
.loupe { 
		background-color: #FFFFFF;
		background: rgba(0, 0, 0, 0.0);
		border: 2px solid rgba(0, 0, 0, .25);
		border-radius: 50%;
		max-width: 80%;
		z-index: 999;
	}
.loupe img { 
		max-width: none;
	}

@media only screen and (max-width: 1100px) {
	.loupe { 
	max-width: 70%;
	}
}

@media only screen and (max-width: 800px) {
	.loupe { 
	max-width: 60%;
	}
}

@media only screen and (max-width: 400px) {
	.loupe { 
	max-width: 50%;
	}

}