@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

[class^="fa-"], [class*=" fa-"]{
    /* use !important to prevent issues with browser extensions that change fonts */
   	font-family: 'FontAwesome', 'fonticon', 'font' !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;
}

.fa-chevron-circle-right:before{
	content:"\f138"
}

