/* SERVICE BOX STYLE2 */
.serviceBox.style2 { }
	
.serviceBox.style2 * { text-align: center; }

.serviceBox.style2 img {
	width: 70%;
	margin: 0 auto;
	display: block;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; 
	transition: all 0.2s linear;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.serviceBox.style2:hover img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
.serviceBox.style2 h3 {
	font-size: 18px;
	line-height: 20px;
}
.serviceBox.style2 h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #aaa;
	text-transform: none;
}
.serviceBox.style2 p { color: #666; }
.serviceBox.style2 .readmore {	margin: 0 auto; }

.serviceBox-shadow.shadow {
	height: 25px;
	margin-bottom: 0;
}