@font-face {
	font-family: 'ifrima-icons';
	src:url('../fonts/icons/ifrima-icons.eot');
	src:url('../fonts/icons/ifrima-icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icons/ifrima-icons.ttf') format('truetype'),
		url('../fonts/icons/ifrima-icons.woff') format('woff'),
		url('../fonts/icons/ifrima-icons.svg#ifrima-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'ifrima-icons';
	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-lock:before {
	content: "\e600";
}
.icon-sitemap:before {
	content: "\e601";
}
.icon-pencil:before {
	content: "\e602";
}
.icon-facebook:before {
	content: "\e603";
}
.icon-twitter:before {
	content: "\e604";
}
.icon-linkedin:before {
	content: "\e605";
}
.icon-angle-left:before {
	content: "\e606";
}
.icon-angle-right:before {
	content: "\e607";
}
.icon-angle-up:before {
	content: "\e608";
}
.icon-angle-down:before {
	content: "\e609";
}