@font-face {
	font-family: 'cup';
	src:url('fonts/cup.eot');
	src:url('fonts/cup.eot?#iefix') format('embedded-opentype'),
		url('fonts/cup.woff') format('woff'),
		url('fonts/cup.ttf') format('truetype'),
		url('fonts/cup.svg#cup') 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: 'cup';
	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-info, .icon-soccer, .icon-rain-black, .icon-cup, .icon-logo, .icon-arrow_left_alt1, .icon-arrow_right_alt1 {
	font-family: 'cup';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-info:before {
	content: "\21";
}
.icon-soccer:before {
	content: "\22";
}
.icon-rain-black:before {
	content: "\23";
}
.icon-cup:before {
	content: "\24";
}
.icon-logo:before {
	content: "\25";
}
.icon-arrow_left_alt1:before {
	content: "\26";
}
.icon-arrow_right_alt1:before {
	content: "\27";
}
