@font-face {
	font-family: 'TappyIco';
	src:url('fonts/TappyIco.eot');
	src:url('fonts/TappyIco.eot?#iefix') format('embedded-opentype'),
		url('fonts/TappyIco.woff') format('woff'),
		url('fonts/TappyIco.ttf') format('truetype'),
		url('fonts/TappyIco.svg#TappyIco') 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: 'TappyIco';
	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-chat-alt-fill, .icon-comment-alt1-fill, .icon-checkmark, .icon-document-alt-stroke, .icon-denied, .icon-plus-alt, .icon-minus-alt, .icon-user, .icon-calendar-alt-fill, .icon-radio-checked, .icon-radio-unchecked, .icon-cog, .icon-share, .icon-key-stroke, .icon-magnifying-glass, .icon-pencil, .icon-arrow-left-alt1, .icon-arrow-right-alt1 {
	font-family: 'TappyIco';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-chat-alt-fill:before {
	content: "\21";
}
.icon-comment-alt1-fill:before {
	content: "\22";
}
.icon-checkmark:before {
	content: "\23";
}
.icon-document-alt-stroke:before {
	content: "\24";
}
.icon-denied:before {
	content: "\25";
}
.icon-plus-alt:before {
	content: "\26";
}
.icon-minus-alt:before {
	content: "\27";
}
.icon-user:before {
	content: "\28";
}
.icon-calendar-alt-fill:before {
	content: "\29";
}
.icon-radio-checked:before {
	content: "\2a";
}
.icon-radio-unchecked:before {
	content: "\2b";
}
.icon-cog:before {
	content: "\2c";
}
.icon-share:before {
	content: "\2d";
}
.icon-key-stroke:before {
	content: "\2e";
}
.icon-magnifying-glass:before {
	content: "\2f";
}
.icon-pencil:before {
	content: "\30";
}
.icon-arrow-left-alt1:before {
	content: "\31";
}
.icon-arrow-right-alt1:before {
	content: "\32";
}
