
p {
	color: #666;
}


#school-map *:not(i) {
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#school-map-wrapper {
	position:relative;
	background-color:rgb(0,52,96);
	padding:0;
	transition:padding 0.3s;
}

#school-map-wrapper.show-legend {
	padding-left:150px;
}

#school-map .map-resource {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#school-map .marker-container {
	position:absolute;
	
}

#school-map .marker {
	position: absolute;
	background-color: rgba(0,52,96, 0.85);
	border: 1px solid rgb(0,52,96);
	border-radius: 5px;
	color: white;
	padding: 5px 10px;
	font-weight: 100;
	font-size: 13px;
	z-index:5;
}

#school-map .marker:after, #school-map .marker:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#school-map .marker:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: rgb(0,52,96);
	border-width: 11px;
	margin-left: -11px;
}

#school-map .marker:hover {
	cursor:pointer;
	background-color: rgba(0,52,96, 1);
}

.marker-content {
	width: 620px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -310px;
	margin-top: -250px;
	display: none;
	z-index: 10;
}

.fa {
	position:relative;
}

.fa-angle-left:after {
	content: "\f104";
	position: absolute;
	opacity: 0.15;
	color: black;
	left: 1px;
	top: 1px;
}

.fa-angle-right:after {
	content: "\f105";
	position: absolute;
	opacity: 0.15;
	color: black;
	left: 1px;
	top: 1px;
}


.marker-inner-top {
	background-color:rgb(0,52,96);
	width:100%;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,.175);
	position: relative;
	height:33%;
	box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.5);
}

.marker-title {
	margin: 0;
	color:#fff;
	font-weight:100;
	display:inline-block;
}

.close-marker {
	position: absolute;
	top: 27px;
	right: 20px;
	font-size: 20px;
	color: rgb(0,52,96);
	cursor:pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	width: auto !important;
	height: auto !important;
	animation:pulsate 15s infinite;
	-webkit-animation:pulsate 15s infinite;
}

.marker-inner-top p {
	color: white;
}

@-webkit-keyframes pulsate {
    0%   {
    	color: rgb(0,52,96);
    }
    50%  {
    	color: white;
    }
    100%   {
    	color: rgb(0,52,96);
    }
}

@keyframes pulsate {
    0%   {
    	color: rgb(0,52,96);
    }
    50%  {
    	color: white;
    }
    100%   {
    	color: rgb(0,52,96);
    }
}

.marker-content-view {
	background-color: rgb(0,52,96);
	background-repeat: no-repeat;
	background-position:142% -140%;
	height:70%;
	box-shadow: 0 1px 2px rgba(0,0,0,.175);
	position:relative;

}

.img-responsive {
	width:100%;
	height:100%;
}

.marker-content-view a:not(.view-gallery) {
	height:100%;
	width:100%;
	overflow:hidden;
	display:block;
}

.marker-window {
	width: 100%;
	height:15%;
	background-color: rgba(0,52,96, 0.3);
	box-shadow: 0 0px 2px rgba(0,0,0,.175);
}

.school-map-loading {
	background-color:rgb(0,52,96);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99999;
	text-align:center;
}

.campus-select-welcome {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: none;
	border: 1px solid white;
	color: white;
	font-weight: 200;
	font-size: 21px;
	border-radius: 30px;
	padding: 5px 18px;
	outline: none;
	box-shadow: none;
	left:0;
	text-align:center;
	margin-top:300px;
	opacity:0;
}

.campus-select-welcome:focus {
	color: #969696;
}




.choose-campus {
	color:#d43f3a;
	display:none;
}

.school-map-loading .welcome-text {
	position:absolute;
	top:50%;
	left:0;
	text-align:center;
	width:100%;
	margin-top:-100px;
	color:white !important;
	opacity:0;
	font-weight:100;
}	

.school-map-loading .explore {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-51px;
	margin-top:60px;
	background-color:transparent;
	color:white !important;
	border:1px solid white;
	opacity:0;
}

.school-map-loading .explore:hover {
	background-color:white;
	color:rgb(0,52,96) !important;
}

.school-map-loading .virtual-tour {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-67px;
	margin-top:130px;
	background-color:transparent;
	color:white !important;
	border:1px solid white;
	opacity:0;
}

.school-map-loading .virtual-tour:hover {
	background-color:white;
	color:rgb(0,52,96) !important;
}

.school-map-loading .map-loader {
	width:250px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-125px;
	margin-top:-40px;
}


/* campuses */
#school-map .campus {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.school-map-controls * {
	z-index:11;
}

.btn {
	z-index:11;
	box-shadow:none !important;
}

.btn-primary {
	color:rgb(0,52,96) !important;
	border-color:rgb(0,52,96);
}

.btn-primary:hover, .btn-primary.active, .btn-primary.btn-active {
	color:#fff !important;
	background-color:rgb(0,52,96);
	border-color:rgb(0,52,96);
	transition:color 0.5s, background-color 0.5s;
	-webkit-transition:color 0.5s, background-color 0.5s;
}


.btn-primary:focus, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color:rgb(0,52,96) !important;
	background-color: rgba(255,255,255,1);
	border-color:rgb(0,52,96);
}

.btn-primary:active, .search:focus {
	color:#fff !important;
	background-color:rgb(0,52,96);
	border-color:rgb(0,52,96);
}

.btn-outline {
	background-color: rgba(255,255,255,1);
	color: inherit;
}

.btn-round {
	padding: 10px 20px;
	border-radius:30px;
	outline:none !important;
}

.btn-disabled {
	opacity:0.3;
	pointer-events: none;
	cursor: not-allowed;
}


.tour {
	position:absolute;
	bottom:20px;
	left:20px;
	transform: translateX(0px);

	transition: transform 0.3s;
}

.tour.show-legend {
	transform: translateX(50px);
	background-color:rgb(0,52,96);
	color:white !important;
}

.tour.show-legend:hover,
.tour.show-legend:focus {
	color:rgb(0,52,96) !important;
	background-color:white !important;
}

.btn-legend {
	position:absolute;
	top:20px;
	left:20px;
}

span.close-legend {
    position: absolute;
    right: 15px;
    top: 17px;
}

span.close-legend:hover {
	cursor:pointer;
}


.campus-select-map {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: none;
	border: 1px solid rgb(0,52,96);
	color: rgb(0,52,96);
	font-weight: 200;
	font-size: 18px;
	border-radius: 30px;
	padding: 8px 18px;
	outline: none;
	box-shadow: none;
	position:absolute;
	right:20px;
	top:20px;
	background-color:white;
}

.search {
	position:absolute;
	top:20px;
	left:20px;
	opacity:0.8;
	transition:opacity 0.5s;
	display:none !important;
}



.search:hover {
	opacity:1;
}

.input-search {
	outline: none;
	border: none;
	background: none;
	border-bottom: 1px solid;
	display: inline-block;
	width: 200px;
}

.input-search > div > div:last-of-type {
	display: none;
}

.input-search * {
	background:none !important;
}

.input-search input {
	color:inherit !important;
	margin-top:-17px !important;
}

.input-search input:first-of-type {
	opacity:0.7;
}


.campus-map-legend {
	background-color: rgb(0,52,96);
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform:translateX(-300px);

    transition:transform 0.3s;
}

.campus-map-legend.show-legend {
	transform:translateX(0px);	
}

.campus-map-legend h3 {
	color:white;
	background-color:rgb(0, 47, 87);
	font-weight: 300;
	margin:0px;
    padding: 15px;
    position: relative;
    z-index: 999;
}

.campus-map-legend ol {
	padding:0px;
	overflow: auto;
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    padding-top: 56px;
    margin: 0px;
    padding-bottom: 75px;
}

.campus-map-legend ol li {
	list-style:none;
	color:white;
	font-weight: 300;
    padding: 10px 15px;
    font-size: 16px;
}

.campus-map-legend ol li:hover,
.campus-map-legend ol li:focus {
	background-color:rgba(0,0,0,0.05);
	cursor:pointer;
}

.btn-group {
	
}

.zoom_in {
	position:absolute;
	bottom:20px;
	right:20px;
	padding: 10px 12px;
}

.zoom_out {
	position:absolute;
	bottom:20px;
	right:70px;
	padding: 10px 12px;
}

/*.fullscreen {
	position:absolute;
	bottom:20px;
	right:20px;
	padding: 10px 12px;
}*/
.view-gallery {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -55px;
	padding: 7px 14px;
	font-size: 14px;
}

.view-gallery .badge {
	background-color: rgb(0,52,96);
	color: white;
	left: 5px;
	transition:color 0.4s, background-color 0.4s;
	-webkit-transition:color 0.4-s, background-color 0.4s;
}

.view-gallery:hover .badge {
	color:rgb(0,52,96);
	background-color:white;
}

.prev-marker {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 130px;
	margin-top: -65px;
	font-size: 80px;
	background-color: transparent;
	border: none;
	display:none;
	box-shadow:none !important;
}

.prev-marker.show-legend {
	margin-left:300px;
}

.prev-marker:hover {
	background-color: transparent;
	border: none;
}	

.tour-marker {
	opacity:1 !important;
}

.next-marker {
	position: absolute;
	top: 50%;
	right: 15px;
	height: 130px;
	margin-top: -65px;
	font-size: 80px;
	background-color: transparent;
	border: none;
	display:none;
	box-shadow:none !important;
}

.next-marker:hover {
	background-color: transparent;
	border: none;
}	

.line{
  transform-origin: 0 100%;
  height: 2px; 
  background: #fff; 
  z-index:1;
  box-shadow:0px 1px 2px 0px rgba(0,0,0,0.15);
}

.path-indicator {
	width: 8px;
	position: absolute;
	left: 0;
	top: -3px;
	height: 8px;
	border-radius: 100%;
	background-color: rgb(0,52,96);
	box-sizing: content-box !important;
	-webkit-animation: pathindicator 4s infinite linear;
}

@-webkit-keyframes pathindicator {
 	0%   {
 		opacity:0;
  		left:0%;
  	}
  	25% {
  		opacity:1;
  	}
  	75% {
  		opacity:1;
  	}
  	100% { 
  		left:100%;
  		opacity:0;
  	}
}


