﻿
/* sticky header */
body > .SpecialfixedPadding {
    height:55px;
}

body > .container {
    padding: 0px 15px 60px;
}

/* sticky footer */ 

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}