@import "../style.css";

.in-services {
	margin:0px !important;
}
/*

.services-entry h2 { font-weight:bold; }
.services h4 { font-size:20px !important; }
.services li { background:none !important; }

.service-img img { width:130px; margin-bottom:10px; position:relative; }

*/



.project li a{
	background:#eee;
	width:170px;
	display:block;
}

.project li { float:left; margin-right:70px; margin-bottom: 40px; }
.project li:nth-child(3n+3) { margin-right: 0px; }
.project ul {margin:0px auto; }
.project ul, .project ul li { background:none !important; margin-left:0px !important; position:relative; }
.project ul li img { width:170px; height:221px }
.caption { 
	background:black; 
	width:170px; height:auto; 
	color:white; font-weight:bold;
	text-shadow:1px 1px 1px #000;
	font-size:14px;
	display:block;
	/*opacity: 0.7;*/
	position:absolute;
	top:0px;
}
.caption p { display:block; padding:7px; line-height:14px; margin-bottom:0px; }