/**********************

	WORK PAGE STYLING

***********************/

.ASGSworkCell {
	display: inline-table;
	margin: 1px;
	margin-bottom: 3px;
	width: 310px;
	height: 200px;
	background: #f5f5f5 url('http://placehold.it/310x200/acc02b/ffffff') center no-repeat;
	}

.ASGSworkCellIn {
	opacity: 0.0;
	/* width: 250px; */
	height: 200px;
	padding: 30px;
	background-color: #acc02b;
	overflow: auto;

	color: #000;
	text-align: center;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	o-transition: 0.2s all ease-in-out;
	}

.ASGSworkCell:hover .ASGSworkCellIn {
	opacity: 0.9;
	}

.projTitle {
	padding-top: 45px;
	font-family: century gothic;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

.clientName {
	font-family: century gothic;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
