.cs-carousel-post-style3 .prev,
.cs-carousel-post-style3 .next{
    background: #dadbde;
    cursor: pointer;
    display: block;
    font-size: 60px;
    font-weight: normal;
    line-height: 22px;
    top: 50%;
    margin-top: -80px;
    overflow: hidden;
    position: absolute;
    vertical-align: middle;
    width: 600px;
}
.cs-carousel-post-style3 .prev a,
.cs-carousel-post-style3 .next a{
    padding: 50px 20px;
    display: block;
    outline: none;
}
.cs-carousel-post-style3 .prev{
    left: -605px;
    text-align: right;
}
.cs-carousel-post-style3 .next{
    right: -605px;
    text-align: left;
}
.cs-carousel-post-style3 .cs-title{
    margin: 0 0 40px 0!important;
}
.cs-carousel-post-style3 .cs-carousel-body{
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgba(30, 30, 30, 0.8);
}
.cs-carousel-post-style3 .cs-carousel-container{
    position: relative;
}
.cs-carousel-post-style3 .cs-carousel-header img{
    width: 100%;
}
.cs-carousel-post-style3 .cs-carousel-body:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.cs-carousel-post-style3 .cs-carousel-padding{
    padding: 10px;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.cs-carousel-post-style3 .cs-carousel-post-title{
    -webkit-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    -o-transform: translate(0, -200px);
    -ms-transform: translate(0, -200px);
    transform: translate(0, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cs-carousel-post-style3 .cs-carousel-post-title a{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
.cs-carousel-post-style3 .prev a i, .cs-carousel-post-style3 .next a i{
    font-size: 40px;
}
.cs-carousel-post-style3 .cs-zoom-images{
    display: inline-block;
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cs-carousel-post-style3 .cs-read-more{
    display: inline-block;
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cs-carousel-post-style3 .cs-zoom-images a,
.cs-carousel-post-style3 .cs-read-more a{
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 10px;
    padding: 10px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid;
}
.cs-carousel-post-style3 .cs-zoom-images a:hover,
.cs-carousel-post-style3 .cs-read-more a:hover{
    color: #fff;
}

.cs-carousel-post-style3 .cs-carousel-body:hover .cs-carousel-post-title,
.cs-carousel-post-style3 .cs-carousel-body:hover .cs-zoom-images,
.cs-carousel-post-style3 .cs-carousel-body:hover .cs-read-more{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}