html[data-useragent*='MSIE 10.0'] .title, html[data-useragent*='rv:11.0'] .title {
    
    text-transform: uppercase;
    font-size: 50px;
    font-family: Delta;
    font-weight: 900;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #d0d2d3;
    margin: 50px 0;
    color: rgba(158,158,158,1);
	background:none;
}
html[data-useragent*='MSIE 10.0'] .icons-txt-blue p{
	font-family: 'Myriad Pro';
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-top:12px;
}