/*<style type="text/css">*/
#IphoneIconMenu,
#Menu,
#TopMenu,
#SearchForm,
.banner_home_page_top,
#CategoryPagingTop{
    display: none !important;
}
body {
    background: #f5f5f5 !important;
}
#Container,
.customDesktopHeader,
.customDesktopSubheader,
.homepageSlider{
    opacity: 0 !important;
}
.customDesktopHeader.show,
.customDesktopSubheader.show,
#Container.show,
.homepageSlider.show {
    opacity: 1 !important;
    transition: opacity 500ms linear;
}
/*</style>*/