/* <!-- [IE compatibility] --> */

	.show-ie {
	display: none;
	}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* For IE 10 & IE 11 compatibility*/
   
	.hide-ie {
	display: none !important;
	}
	
	.show-ie {
	display: block;
	}
	

}
