#features i {display:block; width:100%; font-size:40px; margin-bottom:10px; color:#54585a; text-align:center;}

#features span.title {display: block; text-align: center;}
#features span.title a {position:relative;color:#c8102e; margin-bottom:15px; font-size: 1.5em; font-weight: 200; line-height: 1.25; transition:.2s}
#features span.title a:hover {color:#640817;}
#features span.title a:after {content: ""; display: block; position: absolute; width: 30px; height: 1px; margin-left: -15px; left: 50%; bottom: -8px; background-color: #c8102e; transition:.2s;}
#features span.title a:hover:after {content: ""; display: block; position: absolute; width: 60px; height: 1px; margin-left: -30px; left: 50%; bottom: -8px; background-color: #640817;}

	h2 {
    color: #54585a;
    font-family: 'League Gothic', sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: .95em;
    letter-spacing: 0;
    margin: 30px 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
		z-index: 0;}