/* Add here all your CSS customizations */

html.sticky-header-enabled #header.header-semi-transparent .header-body {
    position: relative;
}

html.sticky-header-active #header.header-semi-transparent .header-body {
    position: fixed;
	top: -46px !important;
}
