#pnlNav a {
  background-color: transparent;
}

#lockBtn {
  border-radius: 10px 10px 0 0;
  position: fixed;
  left: 40%;
  bottom: 0;
  display: none;
}

.shadows {
  padding: 60px 0 !important;
  background-color: rgba(0, 0, 0, 0.85) !important;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
  -webkit-box-shadow: inset 1px 0 30px #000;
  -moz-box-shadow: inset 1px 0 30px #000;
  box-shadow: inset 1px 0 30px #000
}

.paddingBottom {
  padding-bottom: 30px;
}

