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

[class^="sicon-"], [class*=" sicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'socialicon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: black!important;
	

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sicon-mail:before {
	content: "\e900";
}
.sicon-soundcloud:before {
	content: "\e905";
}
.sicon-facebook:before {
	content: "\e90b";
}
.sicon-google:before {
	content: "\e90e";
}
.sicon-instagram:before {
	content: "\e90f";
}
.sicon-linkedin:before {
	content: "\e911";
}
.sicon-twitter:before {
	content: "\e915";
}
.sicon-youtube:before {
	content: "\f166";
}
