@import url(../css/font-awesome.css);
@import url(../css/material-icons.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300%7CMontserrat:400,700);
/*
*  Google Map
*/
.map {
  color: #333;
}
.map_model {
  height: 250px;
}
.map_model img {
  max-width: none !important;
}
@media (min-width: 480px) {
  .map_model {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .map_model {
    height: 400px;
  }
}
@media (min-width: 2051px) {
  .map_model {
    height: 22.22222222rem;
  }
}
.map_locations {
  display: none;
}
/*# sourceMappingURL=google-map.css.map */