

.header {
  padding-bottom: 15px;
  z-index: 9999;
  opacity: 1;
  bottom: 90%;
  overflow-y: auto;
  position: absolute;
  width: 97%;
  left: 2%;
  top: 0;
  background-color: rgba(255,255,255,0.5);
  margin: 1rem;
  height: 13%;
}

.container{
  z-index: 9999;
  position: absolute;
  margin-left: 400px;
  margin-right: 400px;
}

h5{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.1em;
  text-transform: uppercase;
  color: inherit;
}


.show{
  width: 16%;
  float: left;
  margin-top:10px;
}

@media (min-width: 768px)
.container {
    width: 750px;
}

@media (min-width: 768px)
.mapicons {
    width: 750px;
}

.mapicons{
  width:84%;
  float: left;
  margin-top:10px;
}

#map {
  position: absolute;
  top:0; bottom:0;
  right:0;
  left:0;
  width: 100%;
}

.icon{
  margin-left: 80px;
}

.list-inline a{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: right;
}
