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

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

.icon-mail:before {
    content: "\e906";
}
.icon-search:before {
    content: "\f002";
}
.icon-user:before {
    content: "\f007";
}
.icon-th:before {
    content: "\f00a";
}
.icon-check:before {
    content: "\f00c";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-comments:before {
    content: "\f086";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-angle-double-right:before {
    content: "\f101";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-chevron-circle-right:before {
    content: "\f138";
}
.icon-long-arrow-right:before {
    content: "\f178";
}
.icon-phone:before {
    content: "\e900";
}
.icon-location:before {
    content: "\e901";
}
.icon-clock:before {
    content: "\e902";
}
.icon-facebook:before {
    content: "\e903";
}
.icon-twitter:before {
    content: "\e904";
}
.icon-linkedin:before {
    content: "\e905";
}

