.post-slide{
    padding: 0 15px;
}
.demo
{
	padding: 0px 0;
}
.heading-title
{
	margin-bottom: 60px;
	font-size: 30px;
	color: #555555;
}
.post-slide .post-img{
    overflow: hidden;
}

.post-slide .post-img img{
    width: 100%;
    height: auto;
    filter: grayscale(0%);
    opacity: 0.9;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}

.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}

.post-slide .post-content{
    padding: 20px 30px;
    position: relative;
    background: #0b65ce2b;
}

.post-slide .post-date{
    min-width:28px;
    min-height:28px;
    line-height: 28px;
    text-align: center;
    background: #556677;
    position: absolute;
    top: -30px;
    left: 30px;
}

.post-slide .month{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #05a945;
    text-transform: uppercase;
}

.post-slide .date{
    color: #fff;
    font-size: 14px;
	padding-left: 5px;
    padding-right: 5px;
}

.post-slide .post-title{
    margin: 20px 0;
}

.post-slide .post-title a{
    color:#0b65ce;
    font-size:22px;
    text-transform:none;
    transition: all 0.50s ease 0s;
}

.post-slide .post-title a:hover{
    color:#555555;
    text-decoration: none;
}

.post-slide .post-description{
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

.post-slide .post-bar{
    padding: 15px 0;
    list-style: none;
    text-align: center;
    background: #0b65ce;
}

.post-slide .post-bar li{
    display: inline-block;
    margin-right: 5px;
}

.post-slide .post-bar li a{
    text-transform: none;
    font-size: 12px;
    color: #fff;
    transition:0.2s ease;
}

.post-slide .post-bar li a:hover{
    text-decoration: none;
    color:#333;
}

.post-slide .post-bar li i{
    color:#fff;
    margin-right: 5px;
}@charset "utf-8";
/* CSS Document */

