.cs-carousel-post-style4 .cs-carousel-header {
    position: relative;
}
.cs-carousel-post-style4 .cs-carousel-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 10px solid transparent;
    -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-post-style4 .cs-carousel-header:hover:before {
    background: rgba(255,255,255,0.6) !important;
}

.cs-carousel-post-style4 .cs-carousel-header {
    margin: 0 0 10px;
}
.cs-carousel-post-style4 .cs-carousel-header img {
    width: 100%;
}
.cs-carousel-post-style4 .cs-carousel-header .cs-carousel-meta {
    left: 0;
    position: absolute;
    top: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    margin: auto;
    bottom: 0;
    opacity: 0;
    -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-post-style4 .cs-carousel-header:hover .cs-carousel-meta {
    opacity: 1;
}
.cs-carousel-post-style4 .cs-carousel-meta .cs-zoom-images,
.cs-carousel-post-style4 .cs-carousel-meta .cs-read-heart {
    display: inline-block;
    margin: 0 15px;
}
.cs-carousel-post-style4 .cs-carousel-meta i {
    color: #444;
}
.cs-carousel-post-style4 .cs-carousel-header:hover .cs-carousel-meta {
    opacity: 1;
}
.cs-carousel-post-style4 .cs-carousel-post-title .entry-title {
    margin: 0 0 10px;
}
.cs-carousel-post-style4 .cs-carousel-post-title a {
    font-size: 14px;
    color: #444;
}
.cs-carousel-post-style4 .cs-carousel-post-date {
    line-height: normal;
    margin: 0 0 5px;
}
.cs-carousel-post-style4 .cs-carousel-post-date span {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
}
.cs-carousel-post-style4 .cs-carousel-post-date span + span {
    margin-right: 10px;
}
.cs-carousel-post-style4 .cs-carousel-footer {
    margin: 20px 0 0;
}
.eagle1 .cs-carousel-post-style4 .cs-carousel-header {
    margin: 0 0 25px;
}
.eagle20 .cs-carousel-post-style4 .cs-carousel-container.hover-overlay {
    position: relative;
    -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;
}
.eagle20 .cs-carousel-post-style4 .cs-carousel-container.hover-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    content: "";
    z-index: 1;
}
.eagle20 .cs-carousel-post-style4 .cs-carousel-container.active-hover.hover-overlay:before {
    width: 0;
    height: 0;
    position: inherit;
}