.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.htmleaf-container{
	margin: 0 auto;
}
	.post-slide{
		margin-right:9px;
		overflow:hidden;
		height:293px;
	}
	.post-slide .post-img{
		overflow: hidden;
	}
	.post-slide .post-img img{
		width: 100%;
		height: auto;
		transform: scale(1);
		transition: all 1s ease-in-out 0s;
		display:block;
	}
	.post-slide:hover .post-img img{
		transform: scale(1.08);
	}
	.post-slide .post-content{
		background: #170a06;
		padding:0 9px;
		padding-top:15px;
		padding-bottom:6px;
		height:99px;
         -webkit-transition: all 0.5s;
        transition: all 0.5s;
  position:relative;
	}
	.post-content h2{font-size:16px;color:#fff;margin-bottom:18px;text-align:center;
	transition: all 0.3s, -webkit-transform 0.3s;
  transition: all 0.3s, transform 0.3s;
  transition: all 0.3s, transform 0.3s, -webkit-transform 0.3s;}
	.post-slide .post-title{
		font-size: 18px;
		margin-top: 0;
		text-transform: capitalize;
		text-align:center;
		margin-bottom:12px;
	}
	.post-slide .post-title a{
		display: inline-block;
		color: #fff;
		transition: all 0.3s ease 0s;
	}

	.post-slide .post-description{
		font-size: 15px;
		color: #fff;
		line-height: 24px;
		margin-bottom: 14px;
		 position: absolute;
  left: 20px;
  right: 20px;
  bottom: 56px;
  margin: 0;
  padding: 0;

  line-height: 27px;
   opacity: 0; 
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
	}
	.post-slide:hover .post-content{height:214px;-webkit-transform: translateY(-90px);
          transform: translateY(-90px);
           -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;}
	.post-slide:hover .post-description{
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.post-slide:hover .post-content h2{opacity:0;}
	.post-slide .post-bar{
		padding: 0;
		margin-bottom: 15px;
		list-style: none;
	}
	.post-slide .post-bar li{
		color: #676767;
		padding: 2px 0;
	}
	.post-slide .post-bar li i{
		margin-right: 5px;
	}
	.post-slide .post-bar li a{
		display: inline-block;
		font-size: 12px;
		color: #808080;
		transition: all 0.3s ease 0s;
	}
	.post-slide .post-bar li a:after{
		content: ",";
	}
	.post-slide .post-bar li a:last-child:after{
		content: "";
	}
	.post-slide .post-bar li a:hover{
		color: #3d3030;
		text-decoration: none;
	}
	.post-slide .read-more{
		display: inline-block;
		padding: 10px 15px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: #e7989a;
		border-bottom-right-radius: 10px;
		text-transform: capitalize;
		transition: all 0.30s linear;
	}
	.post-slide .read-more:hover{
		background: #333;
		text-decoration: none;
	}
	
	.post-slide:hover .post-content1{display:block;}
