.ui-112 {
	/* margin:60px 0px; */
}

.ui-112 .ui-112-item{
	text-align:center;
	margin:10px auto;
	max-width:250px;
}
.ui-112 .ui-112-img{
	/* position: relative; */
	z-index: 10;
	overflow: hidden;
}
.ui-112 img {
	width: 100% !important;
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		 -o-transition: all 2s ease;
			transition: all 2s ease;
}
.ui-112 .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.ui-112 .ui-112-item:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ui-112  .image-caption {
	margin-top: 30%;
	text-align: center;
}
.ui-112 .image-caption a i{
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:2px;
	margin:0px 2px;
	line-height:35px;
	color:#fff;
}
.ui-112 .ui-112-cap{
	background:#fff;
	padding:12px 20px 15px;
	text-align:center;
	border:1px solid #e7e7e7;
	border-top:0px;
}
.ui-112 h4{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
.ui-112 h4 a{
	color:#777;
}
.ui-112 .btn{
	margin-top:5px;
}