.cs-carousel-post-style5 img {
    display: block;
}
.cs-carousel-post-style5 .cs-header {
    margin: 0 0 20px;
}
.cs-carousel-post-style5 h3.cs-title {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin: 0 0 15px !important;
}
.cs-carousel-post-style5 h3.cs-title span.line {
    display: inline-block;
    padding: 0 0 10px 0;
}
.cs-carousel-post-style5 .cs-carousel-header {
    position: relative;
    border: 10px solid #fff;
}

.cs-carousel-post-style5 .cs-carousel-header img {
    width: 100%;
    transform: translateY(0px) !important;
}
.cs-carousel-post-style5 .cs-more-post {
    font-size: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin: auto !important;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -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:translateY(-300%);
    -moz-transform:translateY(-300%);
    -ms-transform:translateY(-300%);
    -o-transform:translateY(-300%);
    transform:translateY(-300%);
}
.cs-carousel-post-style5 .cs-more-post a {
    color: #fff;
}
.cs-carousel-post-style5 .cs-carousel-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    z-index: 1;
    -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-post-style5 .cs-carousel-item:hover .cs-more-post {
    opacity: 1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}
.cs-carousel-post-style5 .cs-carousel-body h3.cs-carousel-title  {
    line-height: 22px;
    margin: 0;
}
.cs-carousel-post-style5 .cs-carousel-body h3.cs-carousel-title a {
    display: block;
    font-size: 16px;
}
.cs-carousel-post-style5 .cs-carousel-body .cs-carousel-post-style5-description {
    margin: 0 0 14px;
}
.cs-carousel-post-style5 .cs-carousel-body .cs-carousel-meta {
    line-height: 26px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0;
    margin: 20px 0;
}
.cs-carousel-post-style5 .cs-carousel-body .cs-carousel-meta span + span {
    margin-left: 5px;
}

.cs-carousel-post-style5 .cs-carousel-body{
    position: relative;
    z-index: 2;
    margin-top: -50px;
}
.cs-carousel-post-style5 .cs-carousel-inner {
    background: #ccc;
    text-align: center;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    width: 80%;
    z-index: 999;
}

.cs-carousel-post-style5 .cs-carousel-body:before {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ccc;
    border-style: solid;
    display: block;
    height: 0;
    margin: 0 auto 20px;
    width: 0;
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
}
.cs-carousel-post-style5 .cs-carousel-post-description{
    margin-top: 15px;
}