body{ overflow-x: hidden; color: #444; }
.text-white { color: #ffffff; }
.font-light { font-weight: 300; }
#header-top {
    height: 39px;
    line-height: 39px;
}
#header-top .nav-social {
    list-style: none;
    border: none;
    clear: both;
}
#header-top .nav-social a {
    color: #fff;
    font-size: 17px;
}
#header-top .nav-social > li {
    float: left;
    margin-left: 10px;
}
#header-top .infos div:last-child span:last-child {
    font-size: 22px;
    font-weight: bold;
}
#header-top a:hover { color: #777; }
#header-brand { margin: 10px 0 }
#header-brand .navbar-nav a.active{ background-color: #EF372F; color: #fff; }
#header-brand nav { margin-top: 20px; }
#header-brand #brand-logo img{ max-height: 100px; }
#header-brand nav a {
    color: #777;
    text-shadow: none;
}
#header-brand nav a:hover {
    color: #fff;
    background: #FF3737;
}
#header-brand nav li.open > a {
    color: #fff;
    background: #EF372F;
}
#page-home .super-title p{
    font-size: 45px;
    padding: 35px 70px;
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
    font-weight: 300;
}

<!-- HOME -->

#page-home .super-title p b{font-size: 50px;}
#page-home .resume-functions > div{ padding: 45px 0;}
#page-home .resume-functions > div h2:first-child{ padding-bottom: 35px; }
#page-home .resume-functions .featured-list{ margin-top: 60px; }
#page-home .resume-functions .featured{ color: #777; margin-top: 65px; }
#page-home .resume-functions .ball {
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 70px;
    border: 2px solid #444;
}
#page-home .cognize { padding-top: 65px;}
#page-home .cognize p{  color: #444; }
#page-home .cognize .featured{ color: #777; margin-top: 45px; }
#page-home .cognize .featured h4{ margin-top: 30px; margin-bottom: 15px; }
#page-home .cognize .ball {
    display: inline-block;
    width: 125px;
    height: 125px;
    line-height: 125px;
    font-size: 40px;
}
#page-home .cognize a{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 0 25px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: none;
    margin: 30px 0;
}

footer{
    background: #333;
    color: #fff;
    padding-top: 35px;
    margin-top: 35px;
}
footer div.row:last-child{
    height: 50px;
    line-height: 30px;
    padding: 10px;
    margin-top: 30px;
    background: #222;
    vertical-align: middle;
    color: #fff;
}