@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,300);
@import url(../css/fl-36-slim-icons.css);
@import url(../css/fl-bigmug-line.css);
/*==================  GOOGLE MAP  ======================*/
.map {
  position: relative;
}
.map_model {
  height: 454px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 360px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 240px;
  }
}
.map_locations {
  display: none;
}
.map2 .map_model {
  height: 592px;
}
/*================== Info Window Background ========================*/
.gm-wrapper {
  top: -10px !important;
}
.gm-wrapper > div:first-child {
  margin-left: 25px;
}
.gm-wrapper div:first-child {
  width: 280px !important;
}
.gm-wrapper div:first-child div + div + div + div {
  width: 280px !important;
  background: #17dda3 !important;
}
.gm-wrapper * {
  box-shadow: 0 0 0 #000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
/*================== Info Window Styles ========================*/
.gm-style-iw {
  text-align: center;
  width: 280px !important;
  height: 106px !important;
  right: 0;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  color: #888;
  padding: 24px 0 0 48px;
  font: 300 16px/28px 'Lato', sans-serif !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible !important;
}
.gm-style-iw:after {
  content: '';
  top: 100%;
  margin-top: 17px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 16.5px 0 16.5px;
  border-color: #17dda3 transparent transparent transparent;
  position: absolute;
}
.gm-style-iw p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 479px) {
  .gm-style-iw {
    width: 220px !important;
    padding-left: 10px;
  }
  .gm-style-iw:after {
    margin-top: 0;
  }
  .gm-wrapper div:first-child {
    width: 220px !important;
  }
  .gm-wrapper div:first-child div + div + div + div {
    height: 106px !important;
    width: 220px !important;
  }
}
