/*==================  GOOGLE MAP  ======================*/
.map {
  background: rgba(0, 0, 0, 0.7);
}
.map_model {
  height: 405px;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_locations {
  display: none;
}
