

#logo {
        position: absolute;
        z-index: 1;
        bottom: 20px;
        right: 20px;
        background: #fff;
        font-family: 'Calibri', sans-serif;
        font-size: 15px;
        position: absolute;
        z-index: 1;
        padding: 10px;
        display: inline-block;
        color: #fff;
        box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2)
}

        body {
            margin: 0;
            padding: 0;
            font-family: 'Calibri', sans-serif;
        }
        
        #map {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
			height:100%;
        }
        

.popimg{
padding-top: 5px;
   width: 200px; 
    margin: auto;
}

.poplogo{
    display: block;
    padding: 5px;
   max-width: 190px; 
    max-height: 60px;
  margin-left: auto;
margin-right: auto;
}
    
.marker-title   {
    font: 16px/18px 'Calibri', Arial, Helvetica, sans-serif;
    text-align: center;
    margin: auto;
    font-weight: 700;
}


.mapboxgl-map   {
    font: 12px/20px 'Calibri', Arial, Helvetica, sans-serif;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    font-size: 8px;
    background-color: rgba(255,255,255,0.2);
}
    
.mapboxgl-popup-content {
    box-sizing: border-box;
    border-radius: 6px;
    border: 1.5px solid #223e60;
  background:white;
  color:#223e60;
  line-height:1.4em;
  padding-left: 15px;
  padding-right: 15px;
}
    
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    border-top-color: #223e60;
    height:10px;
    opacity:0.6;
}
    
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    opacity:0.6;
    border-bottom-color: #223e60;
    height:10px;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    opacity:0.6;
    border-bottom-color: #223e60;
    height:10px;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    opacity:0.6;
    border-bottom-color: #223e60;
    height:10px;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    opacity:0.6;
    border-top-color: #223e60;
    height:20px;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    opacity:0.6;
    border-top-color: #223e60;
    height:10px;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    opacity:0.6;
    border-top-color: #223e60;
    height:10px;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    opacity:0.6;
    border-right-color: #223e60;
    width:10px;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    opacity:0.6;
    border-left-color: #223e60;
    width:10px;
}
    
.mapboxgl-popup-close-button {
    display: none;
}
    
.marker-title   {
    font: 16px/18px 'Calibri', Arial, Helvetica, sans-serif;
    text-align: center;
    margin: auto;
    font-weight: 700;
}  

.mapboxgl-ctrl-group {
    border-radius: 0px;
    -moz-box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #fff;}

.mapboxgl-ctrl-group > button {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    outline: none;
    border: none;
    border-bottom: 0px solid #444B61;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}

.mapboxgl-ctrl > button:hover {
    background-color: #00e409;
}

