@font-face {
    font-family: 'ewf';
    src:    url('fonts/ewf.eot?c2flut');
    src:    url('fonts/ewf.eot?c2flut#iefix') format('embedded-opentype'),
        url('fonts/ewf.ttf?c2flut') format('truetype'),
        url('fonts/ewf.woff?c2flut') format('woff'),
        url('fonts/ewf.svg?c2flut#ewf') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:not([class*="icon-mlk"]), [class*=" icon-"]:not([class*="icon-mlk"]) {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ewf' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
    content: "\e90e";
}
.icon-search:before {
    content: "\e900";
}
.icon-pin:before {
    content: "\e901";
}
.icon-lock:before {
    content: "\e902";
}
.icon-facebook:before {
    content: "\e903";
}
.icon-linkedin:before {
    content: "\e904";
}
.icon-youtube:before {
    content: "\e905";
}
.icon-document:before {
    content: "\e906";
}
.icon-picture:before {
    content: "\e907";
}
.icon-play:before {
    content: "\e908";
}
.icon-ppt:before {
    content: "\e909";
}
.icon-pdf:before {
    content: "\e90a";
}
.icon-txt:before {
    content: "\e90b";
}
.icon-xml:before {
    content: "\e90c";
}
.icon-docx:before {
    content: "\e90d";
}

