@font-face {
    font-family: 'stag';
    src:url('stag.eot');
    src:url('stag.eot?#iefix') format('embedded-opentype'),
        url('stag.woff') format('woff'),
        url('stag.ttf') format('truetype'),
        url('stag.svg#stag') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Novecento Wide';
    src: url('novecentowide-bold-stag.eot');
    src: url('novecentowide-bold-stag.eot?#iefix') format('embedded-opentype'),
         url('novecentowide-bold-stag.woff') format('woff'),
         url('novecentowide-bold-stag.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: 'stag';
    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-browser, .icon-lamp, .icon-podcast, .icon-rocket, .icon-user, .icon-settings, .icon-aside, .icon-audio, .icon-chat, .icon-vimeo, .icon-twitter, .icon-rss, .icon-pinterest, .icon-linkedin, .icon-google-plus, .icon-forrst, .icon-facebook, .icon-email, .icon-dribbble, .icon-status, .icon-video, .icon-standard, .icon-quote, .icon-link, .icon-image, .icon-gallery, .icon-volume, .icon-play, .icon-pause, .icon-quote-icon, .icon-link-icon, .icon-arrow-right, .icon-arrow-left, .icon-navicon, .icon-eye, .icon-minus, .icon-plus, .icon-post-link, .icon-close, .icon-behance, .icon-deviantart, .icon-flickr, .icon-instagram, .icon-myspace, .icon-soundcloud, .icon-youtube {
    font-family: 'stag';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-browser:before {
    content: "\e000";
}
.icon-lamp:before {
    content: "\e001";
}
.icon-podcast:before {
    content: "\e002";
}
.icon-rocket:before {
    content: "\e003";
}
.icon-user:before {
    content: "\e004";
}
.icon-settings:before {
    content: "\e005";
}
.icon-aside:before {
    content: "\e006";
}
.icon-audio:before {
    content: "\e007";
}
.icon-chat:before {
    content: "\e008";
}
.icon-vimeo:before {
    content: "\e009";
}
.icon-twitter:before {
    content: "\e00a";
}
.icon-rss:before {
    content: "\e00b";
}
.icon-pinterest:before {
    content: "\e00c";
}
.icon-linkedin:before {
    content: "\e00d";
}
.icon-google-plus:before {
    content: "\e00e";
}
.icon-forrst:before {
    content: "\e00f";
}
.icon-facebook:before {
    content: "\e010";
}
.icon-email:before {
    content: "\e011";
}
.icon-dribbble:before {
    content: "\e012";
}
.icon-status:before {
    content: "\e013";
}
.icon-video:before {
    content: "\e014";
}
.icon-standard:before {
    content: "\e015";
}
.icon-quote:before {
    content: "\e016";
}
.icon-link:before {
    content: "\e017";
}
.icon-image:before {
    content: "\e018";
}
.icon-gallery:before {
    content: "\e019";
}
.icon-volume:before {
    content: "\e01a";
}
.icon-play:before {
    content: "\e01b";
}
.icon-pause:before {
    content: "\e01c";
}
.icon-quote-icon:before {
    content: "\e01d";
}
.icon-link-icon:before {
    content: "\e01e";
}
.icon-arrow-right:before {
    content: "\e01f";
}
.icon-arrow-left:before {
    content: "\e020";
}
.icon-navicon:before {
    content: "\e021";
}
.icon-eye:before {
    content: "\e022";
}
.icon-minus:before {
    content: "\e023";
}
.icon-plus:before {
    content: "\e024";
}
.icon-post-link:before {
    content: "\e025";
}
.icon-close:before {
    content: "\e026";
}
.icon-behance:before {
    content: "\e027";
}
.icon-deviantart:before {
    content: "\e028";
}
.icon-flickr:before {
    content: "\e029";
}
.icon-instagram:before {
    content: "\e02a";
}
.icon-myspace:before {
    content: "\e02b";
}
.icon-soundcloud:before {
    content: "\e02c";
}
.icon-youtube:before {
    content: "\e02d";
}
