@font-face {
	font-family: "flaticons";
	src: 	url("fonts/flaticons.woff2?v=2015-06-20") format("woff2"),
		url("fonts/flaticons.woff?v=2015-06-20") format("woff"),
		url("fonts/flaticons.ttf?v=2015-06-20") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.flaticons {
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 1;
	font-family: "flaticons";
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	text-align: center;
}
