.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.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 Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}



.item {
	width: 240px;
	height: 160px;
	margin: 10px;
	float: left;
	text-align: center;
	color: white;
	display: block;
	font-size: 14px;
  }
  
  
  .item-a:link  {
	color: white;
  }
  
  /* visited link */
  .item-a:visited   {
	color: white;
  }
  
  /* mouse over link */
  .item-a:hover  {
	color: white;
  }
  
  /* selected link */
  .item-a:active  {
	color: white;
  }
  
  .center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
  }
  
  .item.next {
	width: 240px;
	height: 160px;
	border: 5px solid black;
	border-radius: 35px;
  }
  
  /* Start: Recommended Isotope styles */
  
  /**** Isotope Filtering ****/
  
  .isotope-item {
	z-index: 2;
  }
  
  .isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
  }
  
  .item .tooltiptext {
	visibility: hidden;
	width: 400px;
	background-color: white;
	color: black;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
  
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
	overflow: visible;
  }
  
  /**** Isotope CSS3 transitions ****/
  
  .isotope,
  .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
  }
  
  .isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
  }
  
  .isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
  }
  
  .button.is-checked {
	background-color: dimgray;
	color: white;
  }
  
  /**** disabling Isotope CSS3 transitions ****/
  
  .isotope.no-transition,
  .isotope.no-transition .isotope-item,
  .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
  }
  
  .Agriculture {
	background-color: #33a02c;
  }
  
  .Climate {
	background-color: #e31a1c;
  }
  
  .Education {
	background-color: #ff7f00;
  }
  
  .Energy {
	background-color: #1f78b4;
  }
  
  .Environment {
	background-color: #66a61e;
  }
  
  .Introduction {
	background-color: #5bc0de;
  }
  
  .General {
	background-color: #1f78b4;
  }
  
  .Health {
	background-color: #e7298a;
  }
  
  .Public_Health {
	background-color: #E6B6BD;
  }
  
  .Transport {
	background-color: #6a3d9a;
  }
  
  .Urban {
	background-color: #b15928;
  }
  
  .Social {
	background-color: #ff7f00;
  }
  
  .Water {
	background-color: #4466ff;
  }
  .Conservation {
	background-color: #e39ae3;
  }
  .DRM {
	background-color: #939ae3;
  }
  .Education {
	background-color: #e31a88;
  }
  .Energy_Climate {
	background-color: #16a612;
  }
  .Finance {
	background-color: #5bc0d2;
  }
  .Water_and_Sanitation {
	background-color: #1188ff;
  }