/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    border:#428bca solid 1px;
}
.footer-btn-group {
    height: 60px;
    line-height: 60px;
}
.footer-btn-group div {
    padding: 0;
}
.footer-btn-group a {
    height: 60px;
    display: block;
    padding: 4px;
    padding-top: 8px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #919191;
}
.footer-btn-group a span {
    font-size: 20px;
}
.footer-btn-group a p {
    font-size: 12px;
}
.footer-btn-group a.active {
    color: #428bca;
}
.footer-btn-group a:hover {
    text-decoration: none;
    opacity: 0.8;
}