@font-face{
font-family:'fontawesome';
src:url('fonts/fontawesome.eot');
src:url('fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome.woff') format('woff'), url('fonts/fontawesome.ttf') format('truetype'), url('fonts/fontawesome.svg#fontawesome') format('svg');
font-weight:normal;
font-style:normal;
}
/* Use the following CSS code if you want to have a class per icon */

[class*="icon-"] {
	height: 1em;
	
	font-family: 'fontawesome';
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
}

.icon-google:before {
	content: "\e000";
}

.icon-twitter:before {
	content: "\e001";
}

.icon-facebook:before {
	content: "\e002";
}

.icon-film:before {
	content: "\f008";
}

.icon-comments:before {
	content: "\f086";
}

.icon-link:before {
	content: "\f0c1";
}

.icon-picture:before {
	content: "\f03e";
}

.icon-camera:before {
	content: "\f030";
}

.icon-comment:before {
	content: "\f075";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-bullhorn:before {
	content: "\f0a1";
}

