@font-face {
	font-family: 'icons';
	src:url('/themes/longview/fonts/icons.eot?-wegzk2');
	src:url('/themes/longview/fonts/icons.eot?#iefix-wegzk2') format('embedded-opentype'),
		url('/themes/longview/fonts/icons.woff?-wegzk2') format('woff'),
		url('/themes/longview/fonts/icons.ttf?-wegzk2') format('truetype'),
		url('/themes/longview/fonts/icons.svg?-wegzk2#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-search:before {
	content: "\73";
}
.icon-twitter:before {
	content: "\74";
}
.icon-linkedin:before {
	content: "\e603";
}
.icon-mail:before {
	content: "\6d";
}
.icon-arrow-right:before {
	content: "\61";
}
.icon-arrow-down:before {
	content: "\e601";
}
.icon-arrow-up:before {
	content: "\e602";
}
.icon-arrow-left:before {
	content: "\e600";
}
.icon-arrow-right2:before {
	content: "\e604";
}
