
a:hover {
	text-decoration:underline;
	color:#0084C7;
}







/**************Showcase Style Starts*****************/


.showcase {
	list-style: none;
	padding: 0 0 40px 40px;
	height: 300px;
}
.showcase li {
	float: left;
	width: 285px;
	height: auto;
	overflow: hidden;
	margin: 0 13px 0 0;
}
.showcase a {
	display: block;
	width: 285px;
	height: 300px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.showcase a img {
	width: 500px;
	height: 300px;
	margin: 0 auto;
	position: absolute;
	left: -104px;
	top: -40px;
	-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 {
	width: 285px;
	height: 300px;
	left: 0;
	top: -10px;
}
.showcase a p {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 11px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 20px;
	display: block;
	width:300px;
	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-color: rgba(0,0,0,0.7);
}
.showcase a h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	/*background: #59A214;*/
	background-color: rgba(0,0,0,0.6);
	width:285px;
	padding: 8px 10px;
	position: absolute;
	/*left:10px;*/
	bottom:233px;
	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 h3 {
	bottom:100px;
	background-color: rgba(0,0,0,0.6);
}
.showcase a h3 i {
	width: 33px;
	height: 49px;
	position: absolute;
	right: -34px;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	-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:30px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}
.showcase .thumb2 a p, .showcase .thumb2 a h3 {
	background: #F68B28;
}
.showcase .thumb2 a:hover p, .showcase .thumb2 a:hover h3 {
	background: #F16B17;
}
.showcase .thumb2 a h3 i {
	background: #F68B28;
}
.showcase .thumb2 a:hover h3 i {
	background: #F16B17;
}
.showcase .thumb3 a p, .showcase .thumb3 a h3 {
	background: #0065BB;
}
.showcase .thumb3 a:hover p, .showcase .thumb3 a:hover h3 {
	background: #0046A2;
}
.showcase .thumb3 a h3 i {
	background: #0065BB;
}
.showcase .thumb3 a:hover h3 i {
	background: #0046A2;
}
