.prod-banner-container{
  width:100%;
  height:100%;
  background:#010101;
  overflow: hidden;
  position: relative;
  background-image:url('../images/img/prod-banner-img.jpg');
  background-color:#000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y:center;
}

.prod-banner-content{
  padding:40px 40px;
  margin-top:200px;
}

.prod-banner-content h1{
  color:#fff;
  font-size:100px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.prod-banner-content p{
  color:rgba(255,255,255,0.70);
  font-size:19px;
    letter-spacing: 1.5px;
}

.prod-caption p{
  font-size:40px;
  text-align: center;
  margin-bottom:40px;
}

.prod-caption p span{
  font-weight:500;
}

.prod-caption-content{
  padding:100px 0 60px;
}

.zap-manual{
  text-align: center;
  background:#f5f4f4;
}

.zap-manual h1{

}

.zap-manual p{
  font-size:40px;
  line-height: 50px;
}

.zap-manual span{
  font-size:19px;
}

.zap-manual img{
  margin-top:80px;
  margin-bottom:0;
}

.zap-manual .prod-manual-content{
  padding:100px 0 0 0 !important;
}

.prod-features{
  height:auto !important;
}

.prod-features .pf-header{
  position: relative;
  background:#fff;
  padding:50px 0;
}

.prod-features .pf-header h1{
  font-size:60px;
}

.arrow-down-container{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom:-30px;
  left:0;
}

.zap-main-features-container{
  padding:70px 0;
}

.zap-main-features-container.zmp-stocks{
  background-image:url('../images/img/material-zapstocks.png');
  background-color:#f9f9f9;
  background-size:60%;
  background-position-y:bottom ;
  background-position-x: right;
  background-repeat: no-repeat;
}

.zap-main-features-container.zmp-order{
  background-image:url('../images/img/material-order.png');
  background-color:#fff;
  background-size:contain;
  background-position-y:bottom ;
  background-position-x: right;
  background-repeat: no-repeat;
}

.zap-main-features-container.zmp-ledger{
  background-image:url('../images/img/material-ledger.jpg');
  background-color:#fff;
  background-size:cover;
  background-position-y:top ;
  background-position-x: right;
  background-repeat: no-repeat;
}

.zap-main-features-container.zmp-zpace{
  background-image: url(../images/img/zap-prod-zpace.jpg);
  background-color: #0e0e0e;
  background-size: 80%;
  background-position-y: top;
  background-position-x: right;
  background-repeat: no-repeat;
}

.zmf-content-container{
  padding:30px 40px;
  background:rgba(0,0,0,0.80);
}

.zmf-content-container h1{
  color:#4db224;
}

.zmf-content-container p{
  color:#fff;
}

.zmf-content-container ul{
  margin-bottom:30px !important;
}

.zmf-content-container ul li{
  color:#fff;
}

.zmf-content-container a{
  border:1px solid #4db224;
  padding:8px 20px;
  display: inline-block;
  color:#fff;
  margin-bottom:20px !important;
}

.zmf-content-container a:hover{
  background:#4db224;
  color:#fff;
}
.zap-spacer{
  display: none;
  height: 285px;
}
.small-font{
  font-size: 15px!important;
}