/*  
	http://www.freshdesignweb.com/beautiful-image-hover-effects-with-jquery-css.html 
	*/
.freshdesignweb {
	width:1000px;
	margin:0 auto;
}
.freshdesignweb a:link {
	text-decoration:none;
}
.freshdesignweb article {
	float:left;
	width:320px;
	height:240px;
	/*background-color:#009c81;*/	
	background-repeat:no-repeat;
}
/*cursor:pointer;opacity:0.5;*/
/*portfolio*/
.fdw-background {
	opacity:0;
	
	height:100%;
	background-color:rgba(0, 0, 0, 0.6);
}
.fdw-background h4 {
	font-size:20px;
	text-align:center;
	padding:80px 60px 0;
}
.fdw-background .fdw-port {
	text-align:center;
	padding-top:25px;
}
.fdw-background .fdw-port a {
	padding:8px 15px;
	font-size:1em;
}
/*subtitle*/
.fdw-subtitle {
	font-size:0.8em;
	margin-top:-20px;
	color:#0CF;
}
.fdw-subtitle a {
	color:#F90;
}
/*columns*/
.c-two {
	width:300px !important;
}
/*align*/
.a-center {
	text-align:center;
}
/*border*/
.border {
	border:1px solid #009c81;
	border-right:0;
}
.border:last-child {
	border-right:1px solid #009c81;
}
/*link buttons*/
.fdw-port a {
	background-color:#009c81;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0 3px 0 #057a66, 3px 5px 3px #333;
	-moz-box-shadow: 0 3px 0 #057a66, 3px 5px 3px #333;
	box-shadow: 0 3px 0 #057a66, 3px 5px 3px #333;
	-o-box-shadow: 0 3px 0 #057a66, 3px 5px 3px #333;
	text-shadow:0 1px 1px #000;
}
.fdw-port a:hover {
	background-color:#f2f2f2;
	color:#009c81 !important;
	text-shadow:0 1px 1px #ccc;
	-webkit-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
	-moz-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
	box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
	-o-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
}