/*!
 * Font Awesome 4.7.0 - SUBSET
 * Only includes icons actually used in the theme
 * Original: ~31KB -> Reduced to ~2KB
 */

/* Font-face rule from original - essential for Font Awesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix?v=4.7.0') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
         url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
         url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Create CSS rules for only the icons used in the theme */
.fa-eye:before { content: "\f06e"; }
.fa-angle-down:before { content: "\f078"; }
.fa-phone:before { content: "\f095"; }
.fa-calendar:before { content: "\f073"; }
.fa-expand:before { content: "\f065"; }
.fa-th:before { content: "\f0fe"; }
.fa-list:before { content: "\f0ca"; }
.fa-comment:before { content: "\f075"; }
.fa-link:before { content: "\f0c1"; }
.fa-windows:before { content: "\f2d0"; }
.fa-map:before { content: "\f279"; }
.fa-mobile:before { content: "\f10b"; }
.fa-fax:before { content: "\f1ac"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-globe:before { content: "\f0ac"; }
.fa-facebook:before { content: "\f09a"; }
.fa-twitter:before { content: "\f099"; }
.fa-google:before { content: "\f1a0"; }
.fa-youtube:before { content: "\f167"; }
.fa-linkedin:before { content: "\f0e1"; }
