@import url(../css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700|Lato:400,700|Abril+Fatface);
/*==================  GOOGLE MAP  ======================*/
.map {
  position: relative;
  padding-bottom: 30.71428571rem;
}
@media (max-width: 2047px) {
  .map {
    padding-bottom: 430px;
  }
}
@media (max-width: 991px) {
  .map {
    padding-bottom: 400px;
  }
}
@media (max-width: 767px) {
  .map {
    padding-bottom: 300px;
  }
}
.map .gm-style .gm-style-iw {
  font-size: 1rem;
  line-height: 1.2;
  color: #333333;
}
.map_model {
  position: absolute;
  width: 100%;
  height: 100%;
}
.map_model img {
  max-width: none !important;
}
.map_locations {
  display: none;
}
/*# sourceMappingURL=google-map.css.map */