@font-face {
    font-family: 'fastclose';
    src: url('fonts/fastclose.eot?ebzmrs');
    src: url('fonts/fastclose.eot?ebzmrs#iefix') format('embedded-opentype'), 
        url('fonts/fastclose.woff2?ebzmrs') format('woff2'), 
        url('fonts/fastclose.woff?ebzmrs') format('woff'), 
        url('fonts/fastclose.ttf?ebzmrs') format('truetype'), 
        url('fonts/fastclose.svg?ebzmrs#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-FastCloseFont:before {
  content: "\e900";
}
