    /*  
	http://www.freshdesignweb.com/beautiful-image-hover-effects-with-jquery-css.html 
	*/
	 .freshdesignweb{width:950px; margin:0 auto;}
	 .freshdesignweb a:link{text-decoration:none;}
     .freshdesignweb article{ float:left; width:157px; height:157px; } /*cursor:pointer;opacity:0.5;*/
	/*portfolio*/
	.fdw-background{ background-color:rgba(232,92,100,0.9);opacity:0; width:100%; height:100%;position: relative; z-index:1005; padding: 20px 0; }
	.fdw-background h4{font-size:20px; text-align:center; padding:40px 40px 0; font-weight:200; color:#fff; }
	.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: -40px;
color: #00D8FF;
width: 80%;
margin-left: auto;
margin-right: auto;
}
	.fdw-subtitle a{ color:#F90; }
	/*columns*/
	.c-two{
max-width: 1180px;
}
	/*align*/
	.a-center{ text-align:center; }
	/*border*/
	.border{ }
	/*link buttons*/
    .fdw-port a{ 
		background-color:transparent; 
		color:#fff;
		text-decoration:none;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		
	}
	.intro{
		padding:100px 0;
		
	}
    .fdw-port a:hover{ 
		background-color:#f2f2f2; 
		text-decoration:none;
		color:#b4bc19 !important; 
		
	}
	