#bannerwrap {
  
  background: none;
  
  border-bottom: none;
  
  border-top: none;
  
  color: #ffffff;
}
#bannerwrap p {
  color: #ffffff;
  margin-bottom: 0;
}
#bannerwrap a {
  
  color: #e23143;
}
#bannerwrap a:hover {
  
  color: #ae1828;
}
#bannerwrap h1,
#bannerwrap h2,
#bannerwrap h3,
#bannerwrap h4,
#bannerwrap h5,
#bannerwrap h6 {
  color: #ffffff;
}
#bannerwrap img {
  margin-bottom: 0;
}
#bannerwrap .container {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
  
  background: none;
  
  border-top: none;
  
  border-bottom: none;
  
  padding: 0;
  margin-bottom: 30px;
}
#bannerwrap .zentools .clear {
  height: 0;
}
#bannerwrap .allitems {
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px !important;
  top: 80px;
}
#bannerwrap .allitems h1,
#bannerwrap .allitems h2,
#bannerwrap .allitems h3,
#bannerwrap .allitems h4,
#bannerwrap .allitems h5,
#bannerwrap .allitems h6 {
  font-size: 150%;
}
#bannerwrap .allitems a {
  color: #fff;
}
#bannerwrap .slideshowstandard .slide-controller {
  margin-left: 30px;
  bottom: 40px;
}
#bannerwrap .flex-direction-nav {
  float: right;
}
#bannerwrap .flex-direction-nav li:before {
  content: "";
}
#bannerwrap .flex-direction-nav li a {
  margin-top: -30px !important;
  background: #333 !important;
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 0;
  text-align: center;
}
#bannerwrap .flex-direction-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #e23143 !important;
}
#bannerwrap .flex-direction-nav li a.prev {
  left: auto;
  right: 100px;
  bottom: -10px;
}
#bannerwrap .flex-direction-nav li a.prev:before {
  margin-right: 0px !important;
  margin-left: 5px;
  content: '\e836';
  font-family: 'zentools-icons' !important;
}
#bannerwrap .flex-direction-nav li a.next {
  margin-left: 0px !important;
  right: 60px;
  bottom: -10px;
}
#bannerwrap .flex-direction-nav li a.next:before {
  margin-right: 0 !important;
  margin-left: 10px !important;
}