﻿/* Map Popup */
#map .popup-single {
	width: 190px;
	font-family: ChevinPro, ChevinPro-fallback-font;
}

#map .popup-single img
{
    min-height:100px;
}

#map .popup-single a
{
    color:#5DBDCB;
    font-weight:bold;
}

#map .popup-office {
	width: 150px;
	font-size: 14px;
	font-family: ChevinPro, ChevinPro-fallback-font;
}

	#map .popup-office h3 {
		color: #5DBDCB;
		font-weight: bold;
		font-family: ChevinPro, ChevinPro-heading-fallback-font;
	}   

/* Map Marker Cluster */


.marker-cluster-small {
	background-color: rgba(0, 135, 204, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(0, 135, 204, 0.8);
	}

.marker-cluster-medium {
	background-color: rgba(233, 86, 43, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(233, 86, 43, 0.8);
	}

.marker-cluster-large {
	background-color: rgba(139, 52, 60, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(139, 52, 60, 0.8);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(0, 135, 204);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(0, 135, 204);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(233, 86, 43);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(233, 86, 43);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(139, 52, 60);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(139, 52, 60);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	color:#FFF;
}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
	line-height: 30px;
}