/* foot */

footer{
    background: #333; float: left; width: 100%; color: #888; font-size: 14px;
}
footer .foot-l{
    width: 100%;
    float: left;
}

footer p{ margin: 28px 0 26px; display: block;
    line-height: 24px;
    text-transform: uppercase;
}
footer p i{
    color: #e77817;
}
footer span{ margin: 0 5px;}
footer span a{ color: #888;}
