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

.icon-twitter:before,
.icon-youtube:before,
.icon-googleplay:before,
.icon-itunes:before,
.icon-pinterest:before,
.icon-google:before,
.icon-email:before,
.icon-instagram:before,
.icon-rss:before,
.icon-facebook:before {
	font-family: "fontello" !important;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	speak: none;
 
	display: inline-block;
	text-decoration: inherit;
	width: 24px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
 	
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.icon-twitter:before 	{ content: '\e80d'; }
.icon-youtube:before 	{ content: '\e80e'; }
.icon-googleplay:before { content: '\e812'; }
.icon-itunes:before 	{ content: '\e813'; }
.icon-pinterest:before 	{ content: '\e81a'; }
.icon-google:before 	{ content: '\e823'; }
.icon-email:before 		{ content: '\e82a'; }
.icon-instagram:before 	{ content: '\e841'; }
.icon-rss:before 		{ content: '\e850'; }
.icon-facebook:before 	{ content: '\e854'; }
