* {
  box-sizing: border-box !important;
}

#map-canvas{
  width: 100%;
  height: 500px;
  display: inline-block;
}

#overlay {
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: 1000;

}

#active {
  background-color: #333;
  display: block;
  margin-bottom: -5px;
  height: 5px;
  width: 25.08%;
  position: relative;
  z-index: 999;
}

.nav {
  display: table;
  height: 15%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav li {
  padding: 7px;
  color: #ffffff;
  cursor: pointer;
  display: table-cell;
  background: #c2d1c2;
  text-align: center;
  vertical-align: middle;
  width: 130px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin: auto;
display: table;
font-size: 12px;
margin-bottom: 20px;
}
.nav li:first-child {
  border-left: none;
}
.contBannerMini.nav a{color: #ffffff}
