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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-arrow-left:before {
	content: "\e600";
}
.icon-arrow-down:before {
	content: "\e601";
}
.icon-arrow-up:before {
	content: "\e602";
}
.icon-arrow-right:before {
	content: "\e603";
}
.icon-location:before {
	content: "\e604";
}
.icon-phone:before {
	content: "\f095";
}
.icon-envelope:before {
	content: "\f0e0";
}
.icon-file-text:before {
	content: "\f15c";
}
