<style>
.leaflet-container a {
  color: #5e4334!important;
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.marker-cluster-small {
  background-color: rgba(255, 255, 255, 0.3);
}
.marker-cluster-small div {
  background-color: rgba(191, 95, 13, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(255, 255, 255, 0.3);
}
.marker-cluster-medium div {
  background-color: rgba(191, 95, 13, 0.8);
}
.marker-cluster-large {
  background-color: rgba(255, 255, 255, 0.3);
}
.marker-cluster-large div {
  background-color: rgba(191, 95, 13, 0.8);
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: rgb(191, 95, 13);
}
.leaflet-oldie .marker-cluster-small div {
  bbackground-color: rgb(191, 95, 13);
}
.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(191, 95, 13);
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(191, 95, 13);
}
.leaflet-oldie .marker-cluster-large {
  background-color: rgb(191, 95, 13);
}
.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(191, 95, 13);
}
.leaflet-top {
  top: 44px;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px 'Helvetica', Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}
.marker-cluster span {
  line-height: 30px;
}
a.leaflet-disabled {
  filter: alpha(opacity=30)!important;
  -moz-opacity: 0.3!important;
  -khtml-opacity: 0.3!important;
  opacity: 0.3!important;
}
.ca-icon {
  font-family: 'chimani_content_areas';
  speak: none;
}
</style>