.pg-main div:not([data-unit~="section-calendar"] div):not(.fb-back),
.pg-footer div:not([data-unit="footer-share"]):not([data-unit="footer-share"] *), 
[data-unit^="footer-share-btn-youtube"],
[data-unit^="footer-share-btn-flickr"],
[data-unit^="footer-share-btn-appstore"],
[data-unit^="footer-share-btn-google"],
[data-unit^="footer-share-btn-appgallery"],
[data-unit="share-panel"] *,
[data-unit~="go-top"] svg, 
[data-unit~="search-bar"] div, 
[data-unit~="legco-logo"] div, 
[data-unit~="submenu-wrapper"] div, 
[data-unit="container"] .menu, 
[data-unit~="options"] [data-unit="options-btns"],
[data-unit~="options"] [data-unit="header-search-legcodb"],
[data-unit~="options"] [data-unit="search-input"],
[data-unit~="options"] [data-unit="search-legcodb"]{
	filter: grayscale(100%);
}



.pg-header .menu [data-unit~=submenu-wrapper]{
	background: white!important;
}

@media (max-width: 1279px){
	.pg-header [data-unit=container] {
		border-left: 1.2rem solid black!important;
	}		
}

.pg-footer [data-unit~=footer-share-btn-share]{
	background: url('/cs/images/share_bw.png')!important;
}


[data-unit~="greenbar-background"],
[data-unit~="content"]{
	z-index: 0;
}

[data-unit~="banner"]{
	z-index: 1;
}

.pg-main [data-unit=shortcut] [data-unit^=item-] div:nth-child(2){
	width: calc(100% - 70px)!important;
}
    