.cs-carousel-portfolio-style-3 .cs-portfolio-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}
.cs-carousel-portfolio-style-3 .cs-portfolio-title {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
}
.cs-carousel-portfolio-style-3  .cs-portfolio-category,
.cs-carousel-portfolio-style-3  .cs-portfolio-description {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
}
.cs-carousel-portfolio-style-3 .cs-readmore {
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
}
.cs-carousel-portfolio-style-3 .cs-zoom {
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
}

.cs-carousel-portfolio-style-3 .cs-portfolio-link-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    opacity: 0;
    padding: 0 30px 20px 0;
    overflow: hidden;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.cs-carousel-portfolio-style-3 .cs-portfolio-link-wrap span {
    display: block;
    line-height: 16px;
}
.cs-carousel-portfolio-style-3 .cs-portfolio-link-wrap i {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    margin-right: 5px;
}
.rtl .cs-carousel-portfolio-style-3 .cs-portfolio-link-wrap i {
    margin: 0 0 0 5px;
}
.cs-carousel-portfolio-style-3 .cs-portfolio-link-wrap a {
    color: #fff;
    text-transform: capitalize;
    color: #fff;
    line-height: 22px;
    vertical-align: top;
    display: block;
}

/* Hover state */
.cs-carousel-portfolio-style-3 article:hover .cs-portfolio-content,
.cs-carousel-portfolio-style-3 article:hover .cs-portfolio-link-wrap{
    opacity: 1;
}

.cs-carousel-portfolio-style-3 article:hover .cs-portfolio-title,
.cs-carousel-portfolio-style-3 article:hover .cs-portfolio-category,
.cs-carousel-portfolio-style-3 article:hover .cs-readmore,
.cs-carousel-portfolio-style-3 article:hover .cs-zoom,
.cs-carousel-portfolio-style-3 article:hover .cs-portfolio-description{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
