﻿.inner-page {
    overflow: hidden;
    padding: 35px 0;
}

    .inner-page .boxes {
        display: block;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

header {
    position: unset;
    height: auto;
    background: #f2f2f2;
}

    header .header-bottom .grid.wide {
        background: #f2f2f2;
    }

    header.fixed .header-bottom {
        background: #f2f2f2;
    }

    header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }
/* Mobile */
@media (max-width: 739px) {
    header.fixed {
        background: #f2f2f2 !important;
    }

    .inner-page {
        padding: 23px 0;
    }
}
