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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	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: "\e900";
}
.icon-google-plus:before {
	content: "\e805";
}
.icon-facebook:before {
	content: "\e806";
}
.icon-twitter:before {
	content: "\e807";
}
.icon-paperplane:before {
	content: "\e801";
}

