/**
* @subsection    GOOGLE MAP
*
* @description  Easy as hell Google Map Api Jquery plugin.
*
* @author       Evgeniy Gusarov (Diversant)
**/
.map_model {
  height: 440px;
  margin-top: 55px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .map_model {
    margin-top: 0px;
  }
}
.map_locations {
  display: none;
}
.map .icon {
  position: absolute;
  top: 35%;
  right: 40%;
  color: #fff;
  z-index: 100;
}
.map .gm-wrapper,
.map canvas {
  opacity: 0;
}
.map > .container:hover .overlay-1,
.map > .container:hover .overlay-2 {
  z-index: -100;
  opacity: 0;
}
.map > .container:hover .gm-wrapper,
.map > .container:hover canvas {
  opacity: 1;
}
.map > .container:hover .icon {
  display: none;
}
