/* FontAwesome CSS - Minimal placeholder to prevent 404 errors */
/* This prevents the "text/html MIME type" error by providing an actual CSS file */

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
}

/* Common FontAwesome icons used by Revolution Slider */
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-arrow-left:before { content: "\f053"; }
.fa-arrow-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
