@font-face {
	font-family: 'sd-icons';
	src:url('fonts/sd-icons.eot');
	src:url('fonts/sd-icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/sd-icons.woff') format('woff'),
		url('fonts/sd-icons.ttf') format('truetype'),
		url('fonts/sd-icons.svg#sd-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'sd-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-linkedin, .icon-twitter, .icon-envelop, .icon-phone, .icon-star, .icon-arrow-right, .icon-angle-right, .icon-icomoon-data, .icon-icomoon-adhoc, .icon-icomoon-speach {
	font-family: 'sd-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-twitter:before {
	content: "\e000";
}
.icon-envelop:before {
	content: "\e001";
}
.icon-phone:before {
	content: "\e002";
}
.icon-star:before {
	content: "\e004";
}
.icon-arrow-right:before {
	content: "\e007";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-icomoon-data:before {
	content: "\e003";
}
.icon-icomoon-adhoc:before {
	content: "\e005";
}
.icon-icomoon-speach:before {
	content: "\e006";
}
