h1, h2 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #3e359a;
    color:#3e359a;
}
h1{
    padding-left: 75px;
}
h2{
    padding-left: 0;
}
h1:before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "linea-basic-10";
    content: "\e011";
    width: 60px;
    height: 60px;
    background: #3e359a;
    color: #b3c2d6;
    font-size: 42px;
    line-height: 60px;
    text-align: center;
}
#sidebar h3{
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    background-color: #3e359a;
    padding: 0 15px;
    margin-bottom: -1px !important;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase
}
#sidebar a.active{
    background-color: #99ffff;
    border-left-color:#ddd;
    border-right-color:#ddd;
    border-top-color: #ddd;
    border-bottom-color: #ddd;
    border:0;
    color: #333;
    font-weight: 700;
}