/* ######## UI FONT ####### */

@charset "UTF-8";
@font-face {
    font-family: "ui";
    src: url("ui.eot");
    src: url("ui.eot?#iefix") format("embedded-opentype"), url("ui.woff") format("woff"), url("ui.ttf") format("truetype"), url("ui.svg#ui") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "ui" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ui-"]:before,
[class*=" ui-"]:before {
    font-family: "ui" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    font speak: none;
    line-height: 1.5;
    margin-top: 0.2em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-contract:before {
    content: "\61";
}

.ui-contract1:before {
    content: "\62";
}

.ui-help:before {
    content: "\63";
}

.ui-phone:before {
    content: "\64";
}

.ui-signal1:before {
    content: "\67";
}

.ui-ui-logo:before {
    content: "\68";
}

.ui-ui-logo-outline:before {
    content: "\69";
}

.ui-phone-outline:before {
    content: "\65";
}

.ui-router:before {
    content: "\66";
}

.ui-signal:before {
    content: "\6a";
}