@charset "UTF-8";
/* --------- */
/* VARIABLES */
/* --------- */
/* ------ */
/* RESETS */
/* ------ */

/* ---- */
/* GMAP */
/* ---- */
.gmap_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.gmap {
  /*width: 100%;
  /*padding: 200px 0 0 1335px;
  /* = marker height * 2 */
  /*position: relative;
  /*top: -24px;
  /* = marker height */
  /*left: -400px; */}

.gmap img {
  max-width: none; }

.gmap .marker:before {
  content: " ";
  display: block;
  width: 45px;
  height: 39px;
  margin: 0 0 0 0;
  background-repeat: no-repeat; }

.gmap .gmap_tooltip_wrapper {
  overflow: visible;
  height: 0;
  position: relative; }

.gmap .gmap_tooltip {
  width: 165px;
  position: absolute;
  left: -70px;
  bottom: 50px;
  font-size:14px;
  padding: 9px 10px 10px 10px;
  background: #ffffff;
  text-align: center;
  color: #606060;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12); }

.gmap_tooltip:after,
.gmap_tooltip:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.gmap_tooltip:after {
  border-color: transparent;
  border-top-color: #ffffff;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
  margin-top: 0px; }

.gmap_tooltip:before {
  border-color: transparent;
  border-top-color: #e8e8e8;
  border-top-color: rgba(0, 0, 0, 0.08);
  border-width: 7px;
  left: 50%;
  margin-left: -7px; }

/* ---------- */
/* GMAP */
/* ---- */
.gmap .marker:before {
  background-image: url("http://micrositio.pchmayoreo.com/sentinel_html/marker.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gmap .marker:before {
    background-image: url("http://micrositio.pchmayoreo.com/sentinel_html/marker@2x.png");
    background-size: 45px 39px;
    /* equals the size of @1x version */ } }
/* ------- */
