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

}

[class^="ta-icon-"]:before,
[class*=" ta-icon-"]:before {
    font-family: "timactive" !important;
    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;
}


.ta-icon-phone-mobile:before {
    content: "a";
}

.ta-icon-mobile:before {
    content: "b";
}

.ta-icon-monitor:before {
    content: "c";
}

.ta-icon-check:before {
    content: "d";
}

.ta-icon-delete-circle:before {
    content: "e";
}

.ta-icon-attention:before {
    content: "f";
}

.ta-icon-info:before {
    content: "g";
}

.ta-icon-save-disk:before {
    content: "h";
}

.ta-icon-gift:before {
    content: "i";
}

.ta-icon-truck:before {
    content: "j";
}

.ta-icon-arrow-up:before {
    content: "k";
}

.ta-icon-chart-bar:before {
    content: "l";
}

.ta-icon-calendar:before {
    content: "m";
}

.ta-icon-pen:before {
    content: "n";
}

