@charset "UTF-8";
/* Fonts */

@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?5647461');
	src: url('../fonts/fontello.eot?5647461#iefix') format('embedded-opentype'),
		url('../fonts/fontello.woff?5647461') format('woff'),
		url('../fonts/fontello.ttf?5647461') format('truetype'),
		url('../fonts/fontello.svg?5647461#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
}
 
.icon-twitter:before { content: '\e800'; } /* '' */
.icon-youtube:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\e802'; } /* '' */