html, .html{
	background-color: #7d7d7d;
}
body, #page {
	min-height: 100%;
	max-height: 100%;
	background-color: #7d7d7d;
}

#buttonu140,
#buttonu142,	
#buttonu146,
#buttonu148 { 
	box-sizing: unset;
}
/* Bootstrap addons BEGIN */
.row {
	max-width: 100%;
}

.footer {
  flex: 1 1 auto;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.no-wrap {
	display: inline-block;
}

.col-md-4 {
	min-width: 33.3333%;
}

.col-md-6 {
	width: 50%;
}


.interactive-nav {
	background-color: #7d7d7d;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	padding-top: 2px;
	padding-bottom: 10px;
}
.interactive-nav-block {
	color: #fff;
	font-family: Times;
	font-size: 14pt;
	text-align: center;
	padding-top: 24px;
	display: block;
	float: left;
}
.interactive-nav-block a,
.interactive-nav-block a:link,
.interactive-nav-block a:visited
{
	color: #fff;
	font-size: 14pt;
	text-decoration: none;
	margin-top:-8px; 
	padding: 6px; 
	border: 2px #fff solid;
}
.interactive-nav-block a:hover
{
	color: #71756a;
	background-color: #fff;
}

.interactive-floor {
	background-image: url("");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	width: 100%;
	display: block;
	margin-top: 10px;
}

.interactive-data,
.interactive-data-lock {
	color: #fff;
	padding: 8px 15px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.75);
	background-color: #434B3E;
	border: 1px #fff solid;
	width: 200px;
	height: 250px;
	margin-top: 40px;
	margin-left: 40px;
	margin-left: 40px;
}

.interactive-preview {
	max-height: 435px;
	max-width: 100%;
	width: auto;
}

#info-locked-img {
	padding-left: 5px; 
	padding-top: 12px;
}
.view-legend {
	color: #fff;
	width: 100%;
	display: block;
	margin: auto auto;
}
.view-legend-item {
	line-height: 25px;
	text-align: center;
	display: inline;
	float: left;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 33.333%;
}

.view-photo-img {
	background-image: url("");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	width: 100%;
}

.modal-content {
	margin: auto;
	display: block;
	height: 25%;
	max-width: 980px;
	box-shadow: none;
	border: none;
}
@media (max-width: 1078px) and (min-width: 200px) {
	.modal-content {
	margin-top: 15% ;
	height: 85%;
	}
}


#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 50px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: #7d7d7d; /* Black w/ opacity */
	border: none;
}

.close {
	position: absolute;
	top: 22px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.svg-free {
	fill: rgba(18, 67, 127, 0.44);
	/*fill: rgba(144, 255, 144, 0.44);*/
}
.svg-busy {
	fill: rgba(255, 237, 0, 0.44);
}
.svg-sold {
	fill: rgba(227, 0, 15, 0.44);
}
.view-interactive-polygon:hover {
	fill: rgba(255, 255, 255, 0.75);
}
.svg-floor {
	fill: rgba(255, 205, 37, 0.0);
}
.svg-floor:hover {
	fill: rgba(255, 205, 37, 0.75);
}
.svg-floor-active {
	fill: rgba(255, 205, 37, 0.75);
}
#photo-svg {
	margin-top: 0;
}
#plan-svg {
}


@media only screen and (max-device-width: 480px) {
	.col-md-4 {
		min-width: 33.3333%;
	}

	.col-md-6 {
		width: 100%;
	}

	.interactive-nav-block {
		font-size: 28px;
		padding-top: 16px;
	}

	.interactive-nav-block a,
	.interactive-nav-block a:link,
	.interactive-nav-block a:visited {
		color: #fff;
		font-size: 28px;
		text-decoration: none;
		margin-top:-8px; 
		padding: 6px; 
		border: 2px #fff solid;
		background-color: #7d7d7d;
	}

	.interactive-data,
	.interactive-data-lock {
		font-size: 26pt;
		line-height: 26pt;
		margin-bottom: 100px;
	}

	.interactive-preview {
		margin-left: 75px;
	}

	.modal-content {
		width: 90%;
		height: auto;
		max-height: 90%;
	}
}