body {
            padding: 0;
            margin: 0; 
}

.navbar-fixed {
  position: absolute;
  z-index: 999999999;
}

/*
html, body, #map {
            height: 100%;
        }

*/

/* #map{ width: 900px; height: 500px; } */

#map {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);	  
  position: absolute;
  top: 49px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  
}	

