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

[class^="fa-"], [class*=" fa-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'FontAwesome' !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-location:before {
    content: "\e900";
}
.fa-star:before {
    content: "\f005";
}
.fa-repeat:before {
    content: "\f01e";
}
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-check:before {
    content: "\f00c";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-phone:before {
    content: "\f095";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-user:before {
    content: "\f007";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-book:before {
    content: "\f02d";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}