

    
#mapElementsContainer
   {
       position: absolute; top:0;right:0;left:0;bottom:0; margin:0 15px;
       overflow:hidden;
   }
   #map { width:100%;height:550px; }
    .mapboxgl-popup {
        max-width: 550px;
        font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    }

    .marker-title {
        font-weight: 700;
    }
    pre.ui-coordinates {
        background:rgba(0,0,0,0.5);
        position:absolute;
        top:100px;
        padding:5px 10px;
        color:#fff;
        font-size:11px;
        line-height:18px;
        border-radius:3px;
        max-height:240px;
        overflow:auto;
        width:300px;
    }
    
    #toolbar
    {
        position:absolute;
        width:100%;
        background-color: #fff;
        padding: 10px 0;
        top: 0px;
        z-index: 9;
        min-height: 50px;
    }
    
    #toolbar button
    {
        margin-left: 15px;
    }
     #menu {
        background: #fff;
        position: absolute;
        z-index: 9999999999;
        bottom: 10px;
        left: 10px;
        border-radius: 3px;
        width: 120px;
        border: 1px solid rgba(0,0,0,0.4);
        font-family: 'Open Sans', sans-serif;
        
    }

    #menu a {
        font-size: 13px;
        color: #404040;
        display: block;
        margin: 0;
        padding: 0;
        padding: 10px;
        text-decoration: none;
        border-bottom: 1px solid rgba(0,0,0,0.25);
        text-align: center;
    }

    #menu a:last-child {
        border: none;
    }

    #menu a:hover {
        background-color: #f8f8f8;
        color: #404040;
    }

    #menu a.active {
        background-color: #3887be;
        color: #ffffff;
    }

    #menu a.active:hover {
        background: #3074a4;
    }
    
    #slideDetailsContainer
    {
        background-color:#fff;
        width: 24%;
        position:absolute;
        right:0;
        bottom:0;
        z-index:9999999999;
        height:100%;
        border-left: 2px solid #ddd;
        visibility: hidden;
    }
    
    #slideDetailsContainer .close
    {
        float:left;
        font-size: 30px;
        padding: 5px 7px;
    }
    
    #slideDetailsContainer #projectSliderDetails
    {
        clear:both;
        margin: 0 10px;
    }
    
    #sliderDetailsTitle
    {
        font-size: 20px;
    }
    #silderDetailsDescription p 
    {
        font-size: 12px;
    }
    
    #sliderDetailsLogo
    {
        border: 1px solid #ddd;
        width: 203px;
    }
    
    #sliderDetailsLink
    {
        margin: 10px 0;
    }
    
#map .leftTooltip
{
    width: 142px;
    height: 100%;
    position:absolute;
    background: #fff;
}

#map .leftTooltip .zoomLabel
{
    position:relative;
    top: 26px;
    left: 44px;
}

#map .leftTooltip .fullscreenLabel
{
    position:relative;
    top: 59px;
    left: 44px;
}

.leftTooltip .legend
{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 10px 5px;
    position: relative;
    top: 100px;
}

.leftTooltip .legend label
{
    margin: 5px 0;
}

.leftTooltip .legend img
{
    float:left;
    height: 30px;
}

.leftTooltip .legend .info
{
    float:left;
    line-height: 30px;
    margin-left: 16px
}