@font-face {
	font-family: 'cib';
	src:url('../fonts/cib.eot');
	src:url('../fonts/cib.eot?#iefix') format('embedded-opentype'),
		url('../fonts/cib.svg#cib') format('svg'),
		url('../fonts/cib.woff') format('woff'),
		url('../fonts/cib.ttf') format('truetype');
	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: 'cib';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 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-youtube-icon, .icon-twitter-icon, .icon-fb-icon, .icon-linkedin-icon, .icon-button-arrow, .icon-financial-planning-icon, .icon-mentoring-business-managers-icon, .icon-benchmarking-icon, .icon-taxation-icon, .icon-self-managed-funds, .icon-auditing-icon, .icon-business-startups-icon, .icon-more-services-icon {
	font-family: 'cib';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-youtube-icon:before {
	content: "\e00a";
}
.icon-twitter-icon:before {
	content: "\e00b";
}
.icon-fb-icon:before {
	content: "\e00c";
}
.icon-linkedin-icon:before {
	content: "\e009";
}
.icon-button-arrow:before {
	content: "\e000";
}
.icon-financial-planning-icon:before, .services-icon-01:before {
	content: "\e001";
}
.icon-mentoring-business-managers-icon:before, .services-icon-02:before {
	content: "\e002";
}
.icon-benchmarking-icon:before, .services-icon-03:before {
	content: "\e003";
}
.icon-taxation-icon:before, .services-icon-04:before {
	content: "\e004";
}
.icon-self-managed-funds:before, .services-icon-05:before {
	content: "\e005";font-size: 32px !important;
}
.icon-auditing-icon:before, .services-icon-06:before {
	content: "\e006";
}
.icon-business-startups-icon:before, .services-icon-07:before {
	content: "\e007";
}
.icon-more-services-icon:before, .services-icon-08:before {
	content: "\e008";
}
