/*==================  GOOGLE MAP  ======================*/
.gmap{
	height: 370px;
	}
.map_model {
  height: 300px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_model__contact {
  height: 370px;
}
.map_model__contact img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model__contact {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model__contact {
    height: 200px;
  }
}
.map_locations {
  display: none;
}
