@font-face {
	font-family: 'fsCustomIcons';
	src:url('../font/fsCustomIcons.eot');
	src:url('../font/fsCustomIcons.woff') format('woff'),
 	 url('../font/fsCustomIcons.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: 'fsCustomIcons';
	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*="fsicon-"] {
*/
.fsicon-phone, .fsicon-phone-2, .fsicon-phone-hang-up, .fsicon-tree, .fsicon-enter, .fsicon-radio-checked, .fsicon-mic, .fsicon-mic-2, .fsicon-support, .fsicon-home, .fsicon-camera, .fsicon-camera-2, .fsicon-bubble, .fsicon-bubble-2, .fsicon-bubble-plus, .fsicon-bubble-minus, .fsicon-forward {
	font-family: 'fsCustomIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.fsicon-phone:before {
	content: "\21";
}
.fsicon-phone-2:before {
	content: "\22";
}
.fsicon-phone-hang-up:before {
	content: "\23";
}
.fsicon-tree:before {
	content: "\24";
}
.fsicon-enter:before {
	content: "\25";
}
.fsicon-radio-checked:before {
	content: "\26";
}
.fsicon-mic:before {
	content: "\27";
}
.fsicon-mic-2:before {
	content: "\28";
}
.fsicon-support:before {
	content: "\29";
}
.fsicon-home:before {
	content: "\2a";
}
.fsicon-camera:before {
	content: "\2b";
}
.fsicon-camera-2:before {
	content: "\2c";
}
.fsicon-bubble:before {
	content: "\2d";
}
.fsicon-bubble-2:before {
	content: "\2e";
}
.fsicon-bubble-plus:before {
	content: "\2f";
}
.fsicon-bubble-minus:before {
	content: "\30";
}
.fsicon-forward:before {
	content: "\31";
}
