@font-face {
	font-family: 'icon24';
	src:url('fonts/icon24.eot');
	src:url('fonts/icon24.eot?#iefix') format('embedded-opentype'),
		url('fonts/icon24.svg#icon24') format('svg'),
		url('fonts/icon24.woff') format('woff'),
		url('fonts/icon24.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: 'icon24';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	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-"]:before {
*/
.icon-tablet:before, .icon-mobile:before, .icon-mobile-2:before, .icon-arrow-up:before {
	font-family: 'icon24';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	-webkit-font-smoothing: antialiased;
}
.icon-tablet:before {
	content: "\21";
}
.icon-mobile:before {
	content: "\22";
}
.icon-mobile-2:before {
	content: "\23";
}
.icon-arrow-up:before {
	content: "\24";
}
