
      #pinpoint
      {
      	background-size: 100% 100%;
        background-position-x:center;
      }
.local
{
width:42px;
height:42px;

}

.localImage
{
background-color:rgba(194, 16 , 16,1);
width:100%;
height:100%;
z-index:102;
position:relative;
}

.localTitle
{
  display:none;
  font-size: 10px !important;
  font-family: monospace !important;
  text-transform: uppercase;
position:absolute;
top:64px;
right:-38px;
font-weight:900;
color:#fff;
text-shadow: 0px 0px 9px rgba(0,0,0,.6);
padding:4px;
border-radius: 8px 16px 8px 8px;
letter-spacing: .1em;
text-align: center;
z-index:101;
width:100px;
}

      .pad2 {
        padding: 20px;
      }

      .map {
        width: 99.6666%;
        height: 100%;
        top: 0;
        bottom: 0;
        display: inline-block;
      }


      .heading {
        background: #fff;
        border-bottom: 1px solid #eee;
        min-height: 60px;
        line-height: 60px;
        padding: 0 10px;
        background-color: #00853e;
        color: #fff;
      }

      ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        border-left: 0;
        background: rgba(0, 0, 0, 0.1);
      }
      ::-webkit-scrollbar-track {
        background: none;
      }
      ::-webkit-scrollbar-thumb {
        background: #00853e;
        border-radius: 0;
      }

      #marker-YOU {
        border: none;
        cursor: pointer;
        height: 42px;
        width: 42px;
        background-color: rgba(0, 0, 0, 0);
       background-size: 100% 100%;
      }

      .clearfix {
        display: block;
      }
      .clearfix:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

      /* Marker tweaks */
      .mapboxgl-popup {
        padding-bottom: 50px;
      }

      .mapboxgl-popup-close-button {
        display: block;
      }
      .mapboxgl-popup-content {
        font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
        padding: 0;
        width: 180px;
      }
      .mapboxgl-popup-content-wrapper {
        padding: 1%;
      }
      .mapboxgl-popup-content h3 {
        background: #91c949;
        color: #fff;
        margin: 0;
        display: block;
        padding: 10px;
        border-radius: 3px 3px 0 0;
        font-weight: 700;
        margin-top: -15px;
      }

      .mapboxgl-popup-content h4 {
        margin: 0;
        display: block;
        padding: 10px 10px 10px 10px;
        font-weight: 400;
      }

      .mapboxgl-popup-content div {
        padding: 10px;
      }

      .mapboxgl-container .leaflet-marker-icon {
        cursor: pointer;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
        margin-top: 15px;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
        border-bottom-color: #91c949;
      }
      .mapboxgl-ctrl-geocoder {
        border: 0;
        border-radius: 0;
        position: relative;
        top: 0;
        width: 800px;
        margin-top: 0;
      }

      .mapboxgl-ctrl-geocoder > div {
        min-width: 100%;
        margin-left: 0;
      }

      .mapboxgl-canvas
      {
        position: relative;
      }
