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

.sciicons {
	font-family: 'socialicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

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

.sci-google-plus2:before {
	content: "\ea89";
    color:#dd4b39;
}

.sci-facebook2:before {
	content: "\ea8d";
    color:#3b5998;
}

.sci-twitter2:before {
	content: "\ea92";
    color:#00aced;
}

.sci-feed3:before {
	content: "\ea95";
}

