.post-slide{
    margin: 0 15px;

    transition: all 0.4s ease-in-out 0s;
}

.post-slide .post-img{
    position: relative;
    overflow: hidden;
	text-align: center;
}

.post-slide .post-img:before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}

.post-slide:hover .post-img:before{
    background: rgba(0, 0, 0, 0.6);
}

.post-slide .post-img img{
    width: 120px;
    height: 120px;
}

.post-slide .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #ff9412;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}

.post-slide:hover .category{
    left: 0;
}

.post-slide .post-review{
    padding: 25px 20px;
    background: #fff;
    position: relative;
	text-align: center;
}

.post-slide .post-title{
    margin: 0;
}

.post-slide .post-title a{
    display: inline-block;
    font-size: 16px;
    color: #555555;
    font-weight: none;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.30s linear 0s;
}

.post-slide .post-title a:hover{
    text-decoration: none;
    color: #555;
}

.post-slide .post-description{
    font-size: 14px;
    color: #555;
    line-height: 26px;
}

.post-review .post-bar{
    margin-top: 20px;
}
.demo
{
	padding: 0px;
}
.heading-title
{
	margin-bottom: 60px;
	font-size: 30px;
	color: #555555;
}
.post-bar span{
    display: inline-block;
    font-size: 14px;
}

.post-bar span i{
    margin-right: 5px;
    color: #999;
}

.post-bar span a{
    color: #999;
    text-transform: uppercase;
}

.post-bar span a:hover{
    text-decoration: none;
    color: #ff9412;
}

.post-bar span.comments{
    float: right;
}

@media only screen and (max-width: 359px) {
    .post-slide .category{ font-size: 13px; }
}@charset "utf-8";
/* CSS Document */

