@charset 'UTF-8';

@font-face {
	font-family: 'webfont0';
	src:url('../../fonts/webfont0.eot');
	src:url('../../fonts/webfont0.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/webfont0.woff') format('woff'),
		url('../../fonts/webfont0.ttf') format('truetype'),
		url('../../fonts/webfont0.svg#icomoon') 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: 'webfont0';
	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-"] {
*/
.wf0-icon-bottom, .wf0-icon-couple, .wf0-icon-left, .wf0-icon-loop1, .wf0-icon-loop2, .wf0-icon-man, .wf0-icon-right, .wf0-icon-top, .wf0-icon-trans, .wf0-icon-woman, .wf0-icon-checkmark, .wf0-icon-user, .wf0-icon-support, .wf0-icon-power {
	font-family: 'webfont0';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.wf0-icon-bottom:before {
	content: "\e001";
}
.wf0-icon-couple:before {
	content: "\e000";
}
.wf0-icon-left:before {
	content: "\e002";
}
.wf0-icon-loop1:before {
	content: "\e003";
}
.wf0-icon-loop2:before {
	content: "\e004";
}
.wf0-icon-man:before {
	content: "\e005";
}
.wf0-icon-right:before {
	content: "\e006";
}
.wf0-icon-top:before {
	content: "\e007";
}
.wf0-icon-trans:before {
	content: "\e008";
}
.wf0-icon-woman:before {
	content: "\e009";
}
.wf0-icon-checkmark:before {
	content: "\e00a";
}
.wf0-icon-user:before {
	content: "\e600";
}
.wf0-icon-support:before {
	content: "\e601";
}
.wf0-icon-power:before {
	content: "\e602";
}