@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.svg#icomoon') format('svg'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.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: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: .3em;
	
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
	content: "\21";
}
.icon-picture:before {
	content: "\22";
}
.icon-pencil:before {
	content: "\23";
}
.icon-user:before {
	content: "\24";
}
.icon-calendar:before {
	content: "\25";
}
.icon-comments:before {
	content: "\26";
}
.icon-search:before {
	content: "\27";
}
.icon-cog:before {
	content: "\28";
}
.icon-gift:before {
	content: "\29";
}
.icon-lab:before {
	content: "\2a";
}
.icon-target:before {
	content: "\2b";
}
.icon-clipboard:before {
	content: "\2c";
}
.icon-flag:before {
	content: "\2d";
}
.icon-bookmark:before {
	content: "\2e";
}
.icon-bookmark-2:before {
	content: "\2f";
}
.icon-file-pdf:before {
	content: "\30";
}
.icon-file-zip:before {
	content: "\31";
}
.icon-microphone:before {
	content: "\32";
}
.icon-book:before {
	content: "\33";
}
.icon-paper:before {
	content: "\34";
}
.icon-copy:before {
	content: "\35";
}
.icon-tag:before {
	content: "\36";
}
.icon-clipboard-2:before {
	content: "\37";
}
.icon-flag-2:before {
	content: "\38";
}
