/* Generated by less 3.11.1 */
#map {
  height: 700px;
  position: relative;
}
#map.full {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 1000;
  border: none;
}
#map_resize,
.full #map_resize:hover {
  width: 46px;
  height: 46px;
  background: url(../../_img/map_resize.png) no-repeat center top;
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
}
#map_resize:hover,
.full #map_resize {
  background-position: center -46px;
}
.legend {
  position: absolute;
  background-color: rgba(0, 83, 70, 0.85);
  width: 330px;
  height: 700px;
  top: 0px;
  right: 10%;
  z-index: 1;
  padding: 30px 10px 0 10px;
}
.legend .logo_little {
  height: 60px;
  width: 100%;
  background: url('../../_img/logo_bottom.png') no-repeat left 0px;
  cursor: pointer;
  display: block;
  margin: 0 0 20px -13px;
}
.legend .logo_little:hover {
  background-position: left -60px;
}
.legend .content {
  padding: 15px;
}
.legend h1,
.legend h2,
.legend h3,
.legend h4 {
  color: #BBE342;
}
@media screen and (max-width: 768px) {
  .legend {
    position: relative;
    right: 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
    height: auto;
  }
  .legend .logo_little {
    background-position: center 0;
  }
  .legend .logo_little:hover {
    background-position: center -60px;
  }
  .legend .triangle {
    display: none;
  }
  #map {
    margin: 20px 20px 0px 20px;
    height: 400px;
  }
}
