.zt-category.headline .post-thumnail ~ .zt-article_content {
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  padding: 15px 15px;
  z-index: 11;
  bottom: -140px;
  width: 100%;
}
.zt-category.headline .zt-item {
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}
.zt-category.headline .zt-item p {
  color: #fff;
}
.zt-category.headline .zt-item img{
    padding: 0; 
    border: none;
}
.post-thumnail{
    transition: all 0.5s ease-in-out 0s;
    position: relative;
}
.zt-category.headline .zt-item:hover .post-thumnail:before {
    opacity: 0.1;
}
.post-thumnail:before {
    background-image: linear-gradient(45deg, #000000 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
    content: "";
    display: block;
    left: 0;
    opacity: 0.45;
    position: absolute;transition: all 0.5s ease-in-out 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.zt-category.headline .zt-item:hover .zt-article_content h3 a{
    color: #e5e5e5;
}
.zt-category.headline .zt-item:hover .zt-article_content p{
    color: #e5e5e5;
}
.zt-category.headline .zt-item:hover .zt-article_content {
  bottom: 0;
}
.zt-article_content h3 a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.zt-article_content h3 {
  margin: 0;
}
span.created,
p.zt-introtext {
  color: #fff;
}
span.created {
  font-size: 13px;
  font-weight: 300;
}
p.zt-introtext {
  font-size: 14px;
  font-weight: 400;
}
.zt-category.headline img {
  margin-bottom: 0;
}
#carousel-example-generic .carousel-control {
  height: 35px;
  position: absolute;
  top: 47%;
  width: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
#carousel-example-generic .control-left {
  left: 0;
  right: auto;
}
#carousel-example-generic .control-right {
  right: 0;
  left: auto;
}
.link-category {
  position: absolute;
  top: 15%;
  z-index: 10;
  background: #ff3a3d;
  color: #fff;
  padding: 5px 15px;
}
.link-category a {
  color: #fff;
}

.zt-introtext p{
  margin: 0;
}
.carousel-indicators{display: none; }