@import url(../css/font-awesome.css);
@import url(../css/fl-great-icon-set.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,300,500);
/*==================  GOOGLE MAP  ======================*/
.map {
  position: relative;
  padding-bottom: 31%;
}
@media (max-width: 2047px) {
  .map {
    padding-bottom: 600px;
  }
}
@media (max-width: 991px) {
  .map {
    padding-bottom: 400px;
  }
}
@media (max-width: 767px) {
  .map {
    padding-bottom: 300px;
  }
}
.map .gm-style .gm-style-iw {
  font-size: 0.86666667rem;
  line-height: 1.2;
}
.map_model {
  position: absolute;
  width: 100%;
  height: 100%;
}
.map_model img {
  max-width: none !important;
}
.map_locations {
  display: none;
}
.map .gm-wrapper > div > div {
  background-color: #ffffff;
}
.map .gm-wrapper > div > div .iw-content {
  height: 130px;
  font-size: 16px;
  color: #909495;
  padding-left: 1.33333333rem;
  padding-right: 1.33333333rem;
}
@media (min-width: 1199px) {
  .map .gm-wrapper > div > div .iw-content {
    height: 10.66666667rem;
  }
}
.map .gm-wrapper > div > div > div:nth-child(1) {
  display: none;
}
.map .gm-wrapper > div > div > div:nth-child(3) {
  display: none;
}
.map .gm-wrapper > div > div div:nth-child(4) {
  background-color: #ffffff !important;
}
.map .gm-wrapper > div > div div:nth-child(3) > div > div {
  background-color: #ffffff !important;
}
.map .gm-wrapper > div:before {
  content: "";
  position: absolute;
  top: 96%;
  left: 10%;
  height: 0;
  width: 80%;
  pointer-events: none;
  border-top: 0.46666667rem solid #72b03f;
  z-index: 99;
}
.map span {
  display: block;
  text-align: left;
  margin-top: 5px;
  font-size: 1.06666667rem;
  line-height: 1.25;
}
.map span:nth-child(1) {
  text-align: center;
  color: #72b03f;
  font-size: 2rem;
}
.map span:nth-child(2) {
  margin-top: 0.66666667rem;
}
