#map {
	min-height:440px;
	width:50%;
	
}

#map2 {
	min-height:600px;
	max-width:100%;
}

.campus-popup {
    position: absolute;
    width: 261px;
    padding: 0px 30px 40px;
    height: auto;
    top: -10px;
    left: -4592px;
    background: #0b3048;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    z-index: 300!important;
    transition: all 0s;
    transition-delay: .3s;
    display: none;
    
}

a .campus-popup,.campus-popup a {
	text-decoration:none;
	color:#fff;
	transition:color .3s;
}

.campus-popup .ico-facebook:hover,.campus-popup .ico-twitter:hover,.campus-popup .ico-instagram:hover {
	color:#b0b0b0;
}

.map_campus[data-latitude="21.3962716"] h2.tag {
	position:absolute;
	left:-245px;
	padding-left:0px;
	padding-right:0px;
	white-space:nowrap;
}

.map_campus[data-latitude="21.3962716"]:hover .campus-popup {
	left:-245px;
}

.popup-bubble-content:hover .campus-popup {
	top: 0;
	left: 0;
	transform: translate(-45%, -100%);
	top: -13px;


}

.campus-container h2 {
	font-size:17px;
	font-weight:500;
	margin:0;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	padding:8px 15px;
	top: 5px;
}

h2.tag {
    padding-left:15px;
    left:20px;
    background:#33312d;
    width:261px;
}

.campus-container p {
	text-transform:none;
	font-weight:300;
	margin:0;
	padding-bottom:17px;
	padding-left:15px;
	line-height: 1.2!important;
}
/*
.popup-tip-anchor:nth-child(2) {
	display: none;
}
*/
#campus-one {
	position:relative;
	overflow:visible;
}
.popup-tip-anchor.above {
/* 	z-index: 44444444; */
}
.pin {
	position:absolute;
	left:0;
	top:0;
	width:26px;
	height:auto;

}

/* The location pointed to by the popup tip. */
.popup-tip-anchor {
	height:0;
	position:absolute;
/* The max width of the info window. */
	width:400px;

}

/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
	position:absolute;
	width:100%;
	bottom:/* TIP_HEIGHT= */
12px;
/*   left: 24%; */

}

/* Draw the tip. */
/* The popup bubble itself. */
.popup-bubble-content {
    color: #fff;
    font-size: 16px;
}

.map_campus_mobile {
	display:none;
}

/*
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    display:none !important;
}
*/
.popup-bubble-content:hover {
/*   background: #504e4a; */
}

.popup-btn {
	position:absolute;
	bottom:0;
	left:0;
	background: #60b251;
	width:100%;
	height:43px;
	transition:all .3s;
	cursor:pointer;
	margin-top:10px;
	color: white;
}
.popup-btn:after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #60b251;
	transition: all .7s;
}
.popup-btn:hover:after {
	border-top: 10px solid #4f9842;
}
a div.popup-btn h2 {
	color: white!important;
}
.popup-btn:hover {
	background:#4f9842;
	
}

a.blue-btn:hover:after,a.red-btn:hover:after {
}





.popup-btn h2 {
	padding:0!important;
	text-align:center;
	line-height:35px;
	font-weight:500;
	font-size: 14px;
}

.campus-container {
    width: 100%;
    min-height: 20px;
    position: relative;
}

/* Locations Tab */
.red-tab {
	position:absolute;
	bottom:-23px;
	right:13%;
	width:154px;
	height:23px;
	z-index:40000;
	background:#60b251;
	font-weight:100;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'Raleway',sans-serif;
	transition:all .6s;
	z-index:4000;
	cursor:pointer;
}

.red-tab h1 {
	color:#fff;
	font-weight:500!important;
	letter-spacing:6px!important;
	font-size:11px!important;
}

.red-tab h1:before {
	content: "\e902";
    font-family: 'social-icons';
    padding-right: 5px;
    font-size: 12px;
    color: #fff;
    position: relative;
    /* right: -10px; */
    top: 1px;
    transition: all .7s;
}

.locations-tab {
	height:600px;
	background:#000;
	width:100%;
	position:fixed;
	top:-600px;
	transition:all .6s;
	z-index:4000;
}

.main-container {
	transition:all .6s;
}

.locations-tab.active ~ .main-container {
	margin-top:600px;
	position:fixed;
}

.locations-tab.active {
	top:0;
}

.red-tab:hover {
	height:27px;
	bottom:-27px;
}

.red-tab:hover :after {
	right:-15px;
}