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

[class^="icon-"], [class*=" icon-"] {
	font-family: '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-arrow_down:before {
	content: "\e60a";
}
.icon-arrow_left:before {
	content: "\e609";
}
.icon-arrow_right:before {
	content: "\e608";
}
.icon-arrow_up:before {
	content: "\e607";
}
.icon-phone:before {
	content: "\e600";
}
.icon-location:before {
	content: "\e601";
}
.icon-mail:before {
	content: "\e602";
}
