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

/*================== 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 {
      background-color: #17DDA3 !important;
      width: 280px !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;
  -moz-box-sizing: border-box;
  -webkit-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: #FFF; }

@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; } }
