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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'metrilo-blog' !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-menu:before {
	content: "\e600";
}
.icon-m-logo:before {
	content: "\e60a";
}
.icon-arrow-down-slim:before {
	content: "\e60b";
}
.icon-facebook:before {
	content: "\e802";
}
.icon-twitter:before {
	content: "\e80d";
}
.icon-arrow-right-slim:before {
	content: "\e80e";
}
.icon-googleplus:before {
	content: "\e80f";
}

