/* FONT PATH
-------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont_v-4.0.3.eot');
    src: url('font/fontawesome-webfont.eot') format('embedded-opentype'), url('font/fontawesome-webfont_v-4.0.3.woff') format('woff'), url('font/fontawesome-webfont_v-4.0.3.ttf') format('truetype'), url('font/fontawesome-webfont_v-4.0.3-fontawesomeregular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*FontAwesome icon
 -------------------------- */
/*Mobile Menu Bar*/
.fa-bars:before {
    content: "\f0c9";
}