@font-face {
	font-family: 'otixo-icons';
	src:url('../fonts/otixo-icons.eot');
	src:url('../fonts/otixo-icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/otixo-icons.woff') format('woff'),
		url('../fonts/otixo-icons.ttf') format('truetype'),
		url('../fonts/otixo-icons.svg#otixo-icons') 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: 'otixo-icons';
	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-mobile, .icon-tablet, .icon-circ, .icon-envelope-alt, .icon-circ-question, .icon-circ-key, .icon-user {
	font-family: 'otixo-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-mobile:before {
	content: "\70";
}
.icon-tablet:before {
	content: "\74";
}
.icon-circ:before {
	content: "\6e";
}
.icon-envelope-alt:before {
	content: "\6d";
}
.icon-circ-question:before {
	content: "\71";
}
.icon-circ-key:before {
	content: "\6b";
}
.icon-user:before {
	content: "\75";
}