@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon-webfont.eot');
    src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon-webfont.woff') format('woff'),
         url('../fonts/socicon-webfont.ttf') format('truetype'),
         url('../fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

[class^="social-icon-"]:before, [class*=" social-icon-"]:before {
	position:					relative;
	top:						1px;
	display:					inline-block;
	font-family:				'socicon';
	font-style:					normal;
	font-weight:				normal;
	line-height:				1;
	-webkit-font-smoothing:		antialiased;
	}
.social-icon-facebook:before			{ content: "b"; }
.social-icon-twitter:before				{ content: "a"; }
.social-icon-youtube:before				{ content: "r"; }
