	

	 .freshdesignweb a:link{text-decoration:none;}
     .freshdesignweb article{ width:400px; height:205px; } /*cursor:pointer;opacity:0.5;*/
	/*portfolio*/
	.fdw-background{
	background-color: rgba(245,245,245,0.6);
	opacity: 0;
	margin-top: -25px;
	width: 100%;
	height: 100%;
}
	.fdw-background h4{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 40px 40px 0;
	font-weight: bold;
	color: #000;
}
	.fdw-background .fdw-port{ text-align:center; padding:0 40px 0; }
	.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:400px !important; }
	/*align*/
	.a-center{ text-align:center; }
	/*border*/
	.border{
	margin: -1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	/*link buttons*/
    .fdw-port a{
	background-color: #F37022;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-box-shadow: 0px 3px 0px #666666,3px 5px 3px #333;
	-moz-box-shadow: 0px 3px 0px #666666,3px 5px 3px #333;
	box-shadow: 0px 3px 0px #666666,3px 5px 3px #333;
	-o-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;
	text-shadow: 0px 1px 1px #000;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	}
    .fdw-port a:hover{
	background-color: #f2f2f2;
	color: #F37022 !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;
	}
	