/* dCodes Framework:(c) TemplateAccess */

#gmap_with_overlay {
  display: block;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
  border: 1px solid #fff;
  margin: 0px;
}

#gmap_with_overlay.large {
  height: 500px;
}

#gmap_with_markers {
  display: block;
  width: 95%;
  height: 350px;
  margin: 0 auto;
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
  border: 1px solid #ccc;
  margin: 12px;
}

#gmap_with_markers.large {
  height: 500px;
}

#gmap_standard {
  display: block;
  width: 95%;
  height: 350px;
  margin: 0 auto;
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
  border: 1px solid #ccc;
  margin: 12px;
}

#gmap_standard.large {
  height: 500px;
}

#gmap_styled {
  display: block;
  width: 100%;
  height: 40vh;
  margin: 0 auto;
  border: 1px solid #ccc;
}

#gmap_styled.large {
  height: 70vh;
}

.overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  opacity: 0.93;
  background: #c00000;
  border: solid 1px #7e0000;
  border-radius: 2px;
  box-shadow: 2px 2px 10px rgb(21, 21, 21);
  text-shadow: 1px 1px 1px #1c1c1c;
  padding: 6px;
  width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #c00000;
}

.overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #c00000;
}
