.gallery {
	overflow: hidden;
}
.gallery img {
	display: block;
	position: relative;
	transition: all 0.4s ease-out 0s;
}
.gallery:hover img {
	transform: scale(1.2);
}
.gallery {
	border: 1px solid #929446;
	padding: 05px;
	position: relative;
	margin: 15px 0px;
	border-radius: 02px;
	-webkit-box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.75);
}
.gallery:hover {
	border: 1px solid #7d73a8;
	cursor: pointer;
}
.gallery:hover .heading i {
	color: #929446;
}
.gallery .heading {
	text-align: left;
	min-height: 43px;
	position: absolute;
	bottom: 5px;
	width: 96%;
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
	padding: 05px;
}
.gallery .heading p {
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.gallery .heading p span {
	font-size: 10px;
	color: #999;
}
.gallery .heading i {
	float: right;
	font-size: 36px;
	color: #7d73a8;
}
.post-container {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 1px 1px #ddd;
	-moz-box-shadow: 0 0 1px 1px #ddd;
	-ms-box-shadow: 0 0 1px 1px #ddd;
	-o-box-shadow: 0 0 1px 1px #ddd;
	box-shadow: 0 0 1px 1px #ddd
}
.post-image {
	background-color: #fff;
	padding: 15px
}
.post-desc {
	border-top: 1px solid #ddd;
	padding: 15px;
	background-color: #fff;
	font-size: 14px
}
