@font-face {
	font-family: "Flaticon";
	src: url("flaticon.eot");
	src: url("flaticon.eot#iefix") format("embedded-opentype"),
	url("flaticon.woff") format("woff"),
	url("flaticon.ttf") format("truetype"),
	url("flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*[class^="icon-"]:before, [class*=" icon-"]:before,*/
/*[class^="icon-"]:after, [class*=" icon-"]:after {*/
/*}*/
[class^="icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 Flaticon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-angle-left:before {
	content: "\e000";
}
.icon-angle-right:before {
	content: "\e001";
}
.icon-earth:before {
	content: "\e002";
}
