/* --- Fonts. --- */

@font-face {
	font-family: 'iconSweets Icons';
	src:url('fonts/icons.eot');
	src:url('fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/icons.woff') format('woff'),
		url('fonts/icons.ttf') format('truetype'),
		url('fonts/icons.svg#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: 'iconSweets Icons';
	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-"] {
*/
.icon-Zip-Documents, .icon-Word-Documents, .icon-Previous-track, .icon-Bar-Graph, .icon-Arrow-Up, .icon-Folder, .icon-Heart-Favorite, .icon-Presentation, .icon-V-card, .icon-Unlock-Unlocked, .icon-Unfavorite, .icon-Twitter-T, .icon-Tag, .icon-Stop, .icon-Speech-Bubbles, .icon-Single-Zip-Document, .icon-Single-Word-Document, .icon-Single-User, .icon-Single-PDF-Documents, .icon-Single-Excel-Document, .icon-Single-Powerpoint-Document, .icon-Multiple-Users, .icon-Minus, .icon-Message, .icon-Looking-Glass, .icon-Single-Document, .icon-Settings, .icon-Lock-Locked, .icon-Home, .icon-Save, .icon-Book-Bookmark, .icon-Bookmark, .icon-Calendar-today, .icon-Check, .icon-Clipboard, .icon-Clock, .icon-Cross, .icon-Music, .icon-New-Messages, .icon-Crosshair, .icon-Cut, .icon-Next-track, .icon-Off, .icon-Documents, .icon-Eject, .icon-PDF-Documents, .icon-Pencil-Edit, .icon-Excel-Documents, .icon-Address-Book, .icon-Facebook-F, .icon-Play, .icon-Plus, .icon-Favorite, .icon-Arrow-Down, .icon-Arrow-Left, .icon-Film, .icon-Polaroids, .icon-PowerPoint-Documents, .icon-Flatscreen, .icon-Arrow-Right {
	font-family: 'iconSweets Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-Zip-Documents:before {
	content: "\e000";
}
.icon-Word-Documents:before {
	content: "\e001";
}
.icon-Previous-track:before {
	content: "\e002";
}
.icon-Bar-Graph:before {
	content: "\e003";
}
.icon-Arrow-Up:before {
	content: "\e004";
}
.icon-Folder:before {
	content: "\e005";
}
.icon-Heart-Favorite:before {
	content: "\e006";
}
.icon-Presentation:before {
	content: "\e007";
}
.icon-V-card:before {
	content: "\e008";
}
.icon-Unlock-Unlocked:before {
	content: "\e009";
}
.icon-Unfavorite:before {
	content: "\e00a";
}
.icon-Twitter-T:before {
	content: "\e00b";
}
.icon-Tag:before {
	content: "\e00c";
}
.icon-Stop:before {
	content: "\e00d";
}
.icon-Speech-Bubbles:before {
	content: "\e00e";
}
.icon-Single-Zip-Document:before {
	content: "\e00f";
}
.icon-Single-Word-Document:before {
	content: "\e010";
}
.icon-Single-User:before {
	content: "\e011";
}
.icon-Single-PDF-Documents:before {
	content: "\e012";
}
.icon-Single-Excel-Document:before {
	content: "\e013";
}
.icon-Single-Powerpoint-Document:before {
	content: "\e014";
}
.icon-Multiple-Users:before {
	content: "\e015";
}
.icon-Minus:before {
	content: "\e016";
}
.icon-Message:before {
	content: "\e017";
}
.icon-Looking-Glass:before {
	content: "\e018";
}
.icon-Single-Document:before {
	content: "\e019";
}
.icon-Settings:before {
	content: "\e01a";
}
.icon-Lock-Locked:before {
	content: "\e01b";
}
.icon-Home:before {
	content: "\e01c";
}
.icon-Save:before {
	content: "\e01d";
}
.icon-Book-Bookmark:before {
	content: "\e01e";
}
.icon-Bookmark:before {
	content: "\e01f";
}
.icon-Calendar-today:before {
	content: "\e020";
}
.icon-Check:before {
	content: "\e021";
}
.icon-Clipboard:before {
	content: "\e022";
}
.icon-Clock:before {
	content: "\e023";
}
.icon-Cross:before {
	content: "\e024";
}
.icon-Music:before {
	content: "\e025";
}
.icon-New-Messages:before {
	content: "\e026";
}
.icon-Crosshair:before {
	content: "\e027";
}
.icon-Cut:before {
	content: "\e028";
}
.icon-Next-track:before {
	content: "\e029";
}
.icon-Off:before {
	content: "\e02a";
}
.icon-Documents:before {
	content: "\e02b";
}
.icon-Eject:before {
	content: "\e02c";
}
.icon-PDF-Documents:before {
	content: "\e02d";
}
.icon-Pencil-Edit:before {
	content: "\e02e";
}
.icon-Excel-Documents:before {
	content: "\e02f";
}
.icon-Address-Book:before {
	content: "\e030";
}
.icon-Facebook-F:before {
	content: "\e031";
}
.icon-Play:before {
	content: "\e032";
}
.icon-Plus:before {
	content: "\e033";
}
.icon-Favorite:before {
	content: "\e034";
}
.icon-Arrow-Down:before {
	content: "\e035";
}
.icon-Arrow-Left:before {
	content: "\e036";
}
.icon-Film:before {
	content: "\e037";
}
.icon-Polaroids:before {
	content: "\e038";
}
.icon-PowerPoint-Documents:before {
	content: "\e039";
}
.icon-Flatscreen:before {
	content: "\e03a";
}
.icon-Arrow-Right:before {
	content: "\e03b";
}
