/*==================  GOOGLE MAP  ======================*/
.map {
  position: relative;
  -moz-transform: rotate(-6deg) translateY(-102px);
  -ms-transform: rotate(-6deg) translateY(-102px);
  -o-transform: rotate(-6deg) translateY(-102px);
  -webkit-transform: rotate(-6deg) translateY(-102px);
  transform: rotate(-6deg) translateY(-102px);
  height: 268px;
  color: #232323;
}
.map .map_wrap {
  position: absolute;
  top: -5px;
  bottom: -1px;
  left: -100px;
  right: -100px;
  clip: rect(0, auto, 600px, 0);
  background: #232323;
}
.map .map_model {
  position: absolute;
  top: -103px;
  height: auto;
  bottom: -101px;
  left: 0;
  right: 0;
  background: #232323;
  transform: rotate(6deg) !important;
  -moz-transform: rotate(6deg) !important;
  -ms-transform: rotate(6deg) !important;
  -o-transform: rotate(6deg) !important;
  -webkit-transform: rotate(6deg) !important;
  transform: rotate(6deg) !important;
}
.map .map_model img {
  max-width: none !important;
}
.map_locations {
  display: none;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
  .map .iw-content p {
    max-width: 200px;
  }
}

.map-2 {
  height: 542px;
  color: #232323;
}
.map-2 .map_model {
  width: 100%;
  height: 100%;
}
.map-2 .map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map-2 {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map-2 {
    height: 200px;
  }
}
