div.m3d-container {
  position:relative;
}

.leaflet-container {
  background: #fff;
}
.leaflet-polygon {
  fill: #ff0;
  fill-opacity: 0;
  stroke: #ff0;
  stroke-width: 1;
  stroke-opacity: 1;
}
.leaflet-polygon:hover {
  fill-opacity: 0.4;
}
/*=== ICON ===*/
.lfi {}
.lfi0 {
  margin-top: -14px;
  margin-left: -14px;
}
.lfi1 {
  margin-top: -43px;
  margin-left: -14px;
}
.lfi2 {
  margin-top: -43px;
  margin-left: -170px;
}
.lfi3 {
  margin-top: -43px;
  margin-left: -142px;
}
.lfiv {
  margin-top: -85px;
  margin-left: -128px;
}
.lfiz {
  margin-top: -85px;
  margin-left: -29px;
}



/* CSS3 Loader */
.m3d-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9980;
  background-color: rgba(0,0,0,0.3);
}
.m3d-loader div:before,
.m3d-loader div:after,
.m3d-loader div {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: m3d-loader 1.8s infinite ease-in-out;
  animation: m3d-loader 1.8s infinite ease-in-out;
}
.m3d-loader div {
  color: #fff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.m3d-loader div:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.m3d-loader div:after {
  left: 3.5em;
}
.m3d-loader div:before,
.m3d-loader div:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes m3d-loader {
  0%,80%,100% { box-shadow: 0 2.5em 0 -1.3em; }
  40% { box-shadow: 0 2.5em 0 0; }
}
@keyframes m3d-loader {
  0%,80%,100% { box-shadow: 0 2.5em 0 -1.3em; }
  40% { box-shadow: 0 2.5em 0 0; }
}