@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg#icomoon') 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: 'icomoon';
    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-cog, .icon-mail, .icon-github, .icon-github-2, .icon-forrst, .icon-search, .icon-reddit, .icon-linkedin, .icon-pinterest, .icon-skype, .icon-google-plus, .icon-facebook, .icon-twitter, .icon-deviantart, .icon-phone, .icon-location, .icon-mobile, .icon-close, .icon-checkmark, .icon-spinner, .icon-feed, .icon-vimeo, .icon-flickr, .icon-picassa, .icon-dribbble, .icon-yahoo, .icon-tumblr, .icon-apple, .icon-android, .icon-windows8 {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-cog:before {
    content: "\e0b7";
}
.icon-mail:before {
    content: "\e152";
}
.icon-github:before {
    content: "\e199";
}
.icon-github-2:before {
    content: "\e19e";
}
.icon-forrst:before {
    content: "\e1b9";
}
.icon-search:before {
    content: "\e0a1";
}
.icon-reddit:before {
    content: "\e000";
}
.icon-linkedin:before {
    content: "\e001";
}
.icon-pinterest:before {
    content: "\e002";
}
.icon-skype:before {
    content: "\e003";
}
.icon-google-plus:before {
    content: "\e004";
}
.icon-facebook:before {
    content: "\e005";
}
.icon-twitter:before {
    content: "\e006";
}
.icon-deviantart:before {
    content: "\e007";
}
.icon-phone:before {
    content: "\e008";
}
.icon-location:before {
    content: "\e009";
}
.icon-mobile:before {
    content: "\e00a";
}
.icon-close:before {
    content: "\e00b";
}
.icon-checkmark:before {
    content: "\e00c";
}
.icon-spinner:before {
    content: "\e00d";
}
.icon-feed:before {
    content: "\e00e";
}
.icon-vimeo:before {
    content: "\e00f";
}
.icon-flickr:before {
    content: "\e010";
}
.icon-picassa:before {
    content: "\e011";
}
.icon-dribbble:before {
    content: "\e012";
}
.icon-yahoo:before {
    content: "\e013";
}
.icon-tumblr:before {
    content: "\e014";
}
.icon-apple:before {
    content: "\e015";
}
.icon-android:before {
    content: "\e016";
}
.icon-windows8:before {
    content: "\e017";
}
