@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	/* IE10+ specific styles go here */  
	.menuFXabs h1 {
		color: #000000 !important;
		text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF !important;
	}
		/* Fill Text Effect On Hover - Css3 */
		.menuFXabs h1.effect-1 {
	}
}