/* ==========================================================================
   Start carousel Portfolio Style 5 (Eagle 1)
========================================================================== */
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-carousel-header:before {
    border: 10px solid transparent;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-carousel-header:hover:before {
    background: rgba(255,255,255,0.8);
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-carousel-meta {
    top: 50%;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate(0px, -50%);
       -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
         -o-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-carousel-category {
    color: #444;
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-carousel-title a {
    color: #9b9b9b;
    font-size: 12px;
    text-transform: uppercase;  
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-carousel-header:hover .cs-carousel-meta {
    opacity: 1;
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .bx-controls {
    display: none;
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-nav {
    text-align: center;
    margin: 0 0 20px;
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-morelink {
    padding: 45px 0;
    margin: 0;
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-morelink > a {
    color: #fff;
}
.cs-carousel-portfolio.cs-carousel-portfolio-style5 .cs-morelink > a:before {
    content: "\f002";
    padding: 0 10px;
    font-family: FontAwesome;
}
/* ==========================================================================
   End carousel Portfolio Style 5 (Eagle 1)
========================================================================== */