.features {
	background-color: #fafafa;
}

.features .feature {
    margin: 0 0 40px;
    text-align: center;
}

.features .feature .feature-image {
    display: block;
    position: relative;
    min-height: 102px;
    margin: 0 0 20px;
}

.features .feature .feature-image img {
    display: block;
	margin: 0 auto;
}

.features .feature .feature-icon {
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    font-family: 'fontawesome';
    text-align: center;
    width: 80px;
    height: 80px;
    font-size: 24px;
    margin: -40px 0 0 -40px;
    line-height: 80px;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0,0,0,.07);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.features .feature:hover .feature-icon {
	box-shadow: 0 1px 20px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.15);
}

.features .feature .feature-title {
}

.features .feature .feature-content {
}