@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?7lj3az');
    src:    url('../fonts/icomoon.eot?7lj3az#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?7lj3az') format('truetype'),
        url('../fonts/icomoon.woff?7lj3az') format('woff'),
        url('../fonts/icomoon.svg?7lj3az#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-question-circle:before {
    content: "\f059";
}
.icon-linkedin-square:before {
    content: "\f08c";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-ellipsis-h:before {
    content: "\f141";
}
.icon-youtube:before {
    content: "\f167";
}

