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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}
.icon-books:before {
    content: "\e920";
}
.icon-file-text:before {
    content: "\e922";
}
.icon-envelop:before {
    content: "\e945";
}
.icon-user-tie:before {
    content: "\e976";
}
.icon-briefcase:before {
    content: "\e9ae";
}
.icon-behance2:before {
    content: "\eaa9";
}
.icon-github:before {
    content: "\eab0";
}
.icon-wordpress:before {
    content: "\eab4";
}
.icon-linkedin:before {
    content: "\eac9";
}

