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

.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;
}

.ico-search:before {
	content: "\f002";
}
.ico-twitter-square:before {
	content: "\f081";
}
.ico-facebook-square:before {
	content: "\f082";
}
.ico-linkedin-square:before {
	content: "\f08c";
}
.ico-rss:before {
	content: "\f09e";
}
.ico-cloud:before {
	content: "\f0c2";
}
.ico-google-plus-square:before {
	content: "\f0d4";
}
.ico-coffee:before {
	content: "\f0f4";
}

