.cs-carousel-post-style1 .cs-carousel-header {
	position: relative;
}
.cs-carousel-post-style1 .cs-carousel-title {
	text-transform: uppercase;
	margin-top: 15px;
}
.cs-carousel-post-style1 .cs-carousel-post-category {
	margin: 0 0 10px;
}
.cs-carousel-post-style1 .cs-carousel-zoom-images {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	-webkit-transform: translate(0px, -50%);
       -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
         -o-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
}
.cs-carousel-post-style1 .cs-carousel-zoom-images i {
	color: #fff;
    font-size: 22px;
}
.cs-carousel-post-style1 .cs-carousel-zoom-images a {
	display: inline-block;
	padding-top: 10px;
}
.cs-carousel-post-style1 .cs-carousel-meta {
	margin: 0 0 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.cs-carousel-post-style1 .cs-carousel-meta .meta-item {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
}
.cs-carousel-post-style1 .cs-carousel-header .zoom-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 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-style1 .cs-carousel-header .cs-carousel-zoom-images a {
	opacity: 0;
	-webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(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-style1 .cs-carousel-header:hover .cs-carousel-zoom-images a {
	opacity: 1;
	-webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.cs-carousel-post-style1 .cs-carousel-body{
   padding-top: 15px;
}
.cs-carousel-post-style1 .cs-carousel-footer{
   padding-top: 10px;
}
.cs-carousel-post-style1 .cs-carousel-post-description{
   padding-top: 10px;
}
.cs-carousel-post-style1 .cs-nav{
   padding-top: 30px;
}