/* CSS Document */
/* Service HOme */
.sevices-home-bound{
	width:1180px;
	height:167px;
	margin:0 auto;
}
.one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
float: left;
margin-right: 2%;
margin-bottom: 15px;
overflow: hidden;
}
.one_third {
	width: 32%;
}
.one_third.last{
	margin-right: 0;
	overflow: hidden;
}
.feature_content_wrapper{
	height:100px;
}
.feature.shortcode .feature_content_wrapper.icon {
	float: left;
	border: 1px solid #d7d7d7;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all .3s ease-in-out 0;
	-moz-transition: all .3s ease-in-out 0;
	-webkit-transition: all .3s ease-in-out 0;
	margin: 0;
	letter-spacing: -0.1px;
	padding: 25px 15px 20px 135px;
}
.feature-pink .feature.shortcode .feature_content_wrapper.icon .feature_thumbnail {
	background-color: #d81997;
}
.feature-green .feature.shortcode .feature_content_wrapper.icon .feature_thumbnail {
	background-color: #63b968;
}
.feature-blue .feature.shortcode .feature_content_wrapper.icon .feature_thumbnail {
	background-color: #197cd8;
}
.feature_thumbnail:hover{
	background-color:#197cd8 !important;
}
.feature.shortcode .feature_content_wrapper .feature_thumbnail {
	position: absolute;
	top: 27px;
	left: 25px;
	width: 85px;
	height: 85px;
	bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
h3.feature_title{
	margin:0;
	padding:0;
}
h3.feature_title a{
	color: #2e2e2e;
	font-size: 18px;
	text-transform:uppercase;
	line-height: 26px;
	letter-spacing: -.2px;
	text-decoration:none;
	font-weight: bold;
}
h3.feature_title a:hover{
	color: #197cd8;
}
.feature_excerpt{
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	color: #505050;
}