/* SERVICE BOX STYLE1 */

.serviceBox.style1 {
	border: 1px solid #ccc;
}

.serviceBox.style1 .imageContainer {
	position: relative;
}

.serviceBox.style1 .imageContainer h3 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -26px;
	margin-bottom: 0;
	
	text-align: center;
	display: block;
	
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-shadow: 2px 1px 2px rgba(0,0,0,.8);
	color: #fff;
}

.serviceBox.style1 .imageContainer .readmore {
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-left: -50px;
	margin-bottom: -46px;
}

.serviceBox.style1 .textContainer {
	background: #fff;
	padding: 15px;
}

.serviceBox.style1 h4 { 
	color: #0075BE;
	text-transform: uppercase; 
}

.serviceBox.style1 p {
	color: #004F9F;
	margin: 0;
}

.serviceBoxContainer .shadow {
	height: 18px;
	margin-bottom: 0;
}