@charset "ISO-8859-1";


.building-container {
	margin-left: -15px;
	margin-right: -15px;
}

.hotspot-images img {
	padding: 10px;
	min-width: 33%;
	max-width: 50%;
}

.hotspot-copy {
	padding: 10px;
}

.hotspot {
	width: 100%;
	height: 30px;
	margin: auto;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 2;
	cursor: pointer;
}

.circle {
	width: 30px;
	height: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #EEB211;
	border: 3px solid #ffffff;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 2
}

.hotspot:hover>.circle {
	background: #004f9f;
}

.hotspot:hover>.hotspot-pulse {
	display: none !important;
}

.colorbox-node-content {
	display: none;
	z-index: 99;
}

@media ( min-width : 1600px) {
	.hotspot-images img {
		width: 100%
	}
}

@media ( max-width : 576px) {
	.building-container {
		width: 768px;
		position: relative;
	}
	.building-wrapper {
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		margin-left: -15px;
		margin-right: -15px;
		-webkit-overflow-scrolling: touch;
		/*ZOOM-PAN*/
		/*overflow: hidden;
	position: relative;
	width: 100%;*/
	}
	.building-container img {
		
	}
	.hotspot-images img {
		max-width: 100% !important;
	}
	.hotspot-copy h1 {
		font-size: 1.5rem !important;
	}
}

/*Locations*/
.hotspot-1 {
	top: 16%;
	left: 72.6%;
	position: absolute;
	width: 8%;
	height: 30px;
	z-index: 0;
}

.hotspot-2 {
	top: 24.75%;
	left: 68.7%;
	position: absolute;
	width: 8%;
	height: 30px;
}

.hotspot-3 {
	top: 22.7%;
	left: 79.7%;
	position: absolute;
	width: 8%;
	height: 30px;
}

.hotspot-4 {
	top: 21.8%;
	left: 64.4%;
	position: absolute;
	width: 8%;
	height: 30px;
}

.hotspot-5 {
	top: 18.2%;
	left: 61.3%;
	position: absolute;
	width: 8%;
	height: 30px;
}

.hotspot-6 {
	top: 17%;
	left: 56.5%;
	position: absolute;
	width: 8%;
	height: 30px;
}

.hotspot-7 {
	top: 32.5%;
	left: 47%;
	position: absolute;
	width: 8%;
	height: 30px;
}

.hotspot-8 {
	top: 39.3%;
	left: 39.25%;
	position: absolute;
	width: 8%;
	height: 30px;
}

.hotspot-9 {
	top: 39%;
	left: 31.6%;
	position: absolute;
	width: 8%;
	height: 30px;
}

.hotspot-10 {
	top: 34.5%;
	left: 19.5%;
	position: absolute;
	width: 8%;
	height: 30px;
}

.hotspot-11 {
	top: 57.8%;
	left: 30.8%;
	position: absolute;
	width: 8%;
	height: 30px;
}

/* The Modal (background) */
.map-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.map-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.map-modal-images{
	display:flex;
	flex-wrap: wrap;
}

/* Caption of Modal Image */
.map-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.map-caption p{
  color: white;
  opacity: 1;
}

/* Add Animation */
.map-modal-content, .map-caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.map-closeButton {
  position: absolute;
  top: 50px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.map-closeButton:hover,
.map-closeButton:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .map-modal-content {
    width: 100%;
  }
}

/*Animations*/
.hotspot-pulse {
	width: 30px;
	height: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: auto;
	top: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	border: 3px solid #ffffff;
	-webkit-animation: pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	position: absolute;
	z-index: 1;
}

@-webkit-keyframes pulsate { 
	0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.5, 1.5); opacity: 0.0;}
}

@-webkit-keyframes fade { 
	0% {opacity: 1.0;}
    50% {opacity: 1.0;}
    75% {opacity: 1.0}
    100% {opacity: 0.0}
}