#footerwrap {
  float: left;
  width: 100%;
  position: relative;
  
  z-index: 1;
  
  font-size: 90%;
  
  background: rgba(0,0,0,0.8);
  
  border-bottom: none;
  
  border-top: none;
  color: #ccc !important;
  margin: 0;
  
  
}
#footerwrap a {
  color: #fff;
  
}
#footerwrap a:hover {
  color: #a63749;
  background: none;
}
#footerwrap ul li {
  float: left;
  margin: 0 3% 0 0;
}
#footerwrap h1,
#footerwrap h2,
#footerwrap h3,
#footerwrap h4,
#footerwrap h5,
#footerwrap h6 {
  color: #333333;
}
#footerwrap .zen-container {
  
  background: none;
  
  border-top: none;
  
  border-bottom: none;
  padding: 20px 0 60px;
}
#footerwrap .zen-container ul {
  margin: 0;
}
#zen-copyright {
  float: right;
}