@font-face {
	font-family: 'icons';
	src:url('fonts/icons.eot?97p6z8');
	src:url('fonts/icons.eot?#iefix97p6z8') format('embedded-opentype'),
		url('fonts/icons.woff?97p6z8') format('woff'),
		url('fonts/icons.ttf?97p6z8') format('truetype'),
		url('fonts/icons.svg?97p6z8#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-file:before {
	content: "\e600";
}
.icon-clock:before {
	content: "\e612";
}
.icon-bubble:before {
	content: "\e609";
}
.icon-bubble2:before {
	content: "\e60a";
}
.icon-user:before {
	content: "\e601";
}
.icon-busy:before {
	content: "\e60b";
}
.icon-stats:before {
	content: "\e602";
}
.icon-signup:before {
	content: "\e60c";
}
.icon-menu:before {
	content: "\e60d";
}
.icon-cancel-circle:before {
	content: "\e60e";
}
.icon-checkmark-circle:before {
	content: "\e60f";
}
.icon-close:before {
	content: "\e610";
}
.icon-checkmark:before {
	content: "\e603";
}
.icon-exit:before {
	content: "\e604";
}
.icon-arrow-left:before {
	content: "\e611";
}
.icon-checkbox-checked:before {
	content: "\e605";
}
.icon-checkbox-unchecked:before {
	content: "\e606";
}
.icon-radio-checked:before {
	content: "\e607";
}
.icon-radio-unchecked:before {
	content: "\e608";
}
