@media (min-width: 1024px) {
    body main {
        padding-top: 132px !important;
        transition: padding-top .32s cubic-bezier(.2,.8,.2,1) !important;
    }

    body .site-header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        background: #fff !important;
        transition: box-shadow .32s ease !important;
    }

    body .meta-nav {
        display: block !important;
        height: 55px !important;
        max-height: 55px !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
        overflow: hidden !important;
        transition: max-height .34s cubic-bezier(.2,.8,.2,1), opacity .24s ease, transform .34s cubic-bezier(.2,.8,.2,1) !important;
    }

    body .header-strip,
    body .header-strip-inner {
        height: 77px !important;
        transition: height .34s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease !important;
    }

    body .site-header.header-condensed {
        box-shadow: 0 8px 22px rgba(0,0,0,0.12) !important;
    }

    body .site-header.header-condensed .meta-nav {
        max-height: 0 !important;
        opacity: 0 !important;
        transform: translate3d(0, -16px, 0) !important;
        pointer-events: none !important;
    }

    body .site-header.header-condensed .header-strip,
    body .site-header.header-condensed .header-strip-inner {
        height: 72px !important;
    }

    body .site-header.header-condensed .header-nav > li > a,
    body .site-header.header-condensed .header-nav .nav-trigger {
        padding-top: 24px !important;
        padding-bottom: 23px !important;
    }
}
