@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?sud2to');
    src:    url('../fonts/icomoon.eot?sud2to#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?sud2to') format('truetype'),
        url('../fonts/icomoon.woff?sud2to') format('woff'),
        url('../fonts/icomoon.svg?sud2to#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-envelope-o:before {
    content: "\f003";
}
.icon-clock-o:before {
    content: "\f017";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-phone:before {
    content: "\f095";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-facebook-f:before {
    content: "\f09a";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-home:before {
    content: "\e901";
}
.icon-cross:before {
    content: "\e900";
}