/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* Margin bottom by footer height */
    background-color: #F6F6F6;
}

.header {
    border-bottom: 1px solid #CFD2D3;
    width: 100%;
    height: 74px;
    line-height: 74px;
    background-color: #FFF;
}

.footer {
    border-top: 1px solid #CFD2D3;
    background-color: #FFF;
    padding-top: 15px;
}


@media (min-width: 768px) {
    .footer {
        height: 74px;
        line-height: 74px;
        padding-top: 0px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}