

/**************Showcase Style Starts*****************/

.showcase {
	list-style: none;
	padding: 0px 20px 20px 20px;
	height: 194px;
}
.showcase li {
	float: left;
	width: 309px;
	height: 194px;
	overflow: hidden;
	margin: 0 0px 0 0;
}
.showcase a {
	display: block;
	width: 309px;
	height: 194px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	
}
.showcase a img {
	width: 309px;
	height: 194px;
	margin: 0 auto;
	position: absolute;
	left: -0px;
	top: -00px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	
}
.showcase a:hover img {
	
	left: 0;
	top: 0;	
-webkit-filter: blur(2px);
height: 100%;
width: 100%;

}
.showcase a p {
	
	color: #fff;
	font-size: 16px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 8px;
	display: block;
	width: 309px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	
}
.showcase a:hover p {
	bottom: 0;
	background: #000;
	 opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.showcase a h3 {
	font-size: 13px;
	
	color: #2BD2C8;
	background: #000;
	width: 211px;
	padding: 8px 10px;
	position: absolute;
	left:10px;
	bottom:0px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	 opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.showcase a:hover h3 {
	bottom:94px;
	background: #000;
	
}
.showcase a h3 i {
	width: 33px;
	height: 26px;
	position: absolute;
	right: -34px;
	top: 0;
	background: #000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
	
}
.showcase .thumb2 a p, .showcase .thumb2 a h3 {
	background: #000;
}
.showcase .thumb2 a:hover p, .showcase .thumb2 a:hover h3 {
	background: #000;
}
.showcase .thumb2 a h3 i {
	background: #000;
}
.showcase .thumb2 a:hover h3 i {
	background: #000;
}
.showcase .thumb3 a p, .showcase .thumb3 a h3 {
	background: #000;
}
.showcase .thumb3 a:hover p, .showcase .thumb3 a:hover h3 {
	background: #000;
}
.showcase .thumb3 a h3 i {
	background: #000;
}
.showcase .thumb3 a:hover h3 i {
	background: #000;
}
