@charset "UTF-8";

@font-face {
    font-family: "blue-mic-icons";
    src:url("blue-mic-icons/blue-mic-icons.eot");
    src:url("blue-mic-icons/blue-mic-icons.eot?#iefix") format("embedded-opentype"),
    url("blue-mic-icons/blue-mic-icons.svg#blue-mic-icons") format("svg"),
    url("blue-mic-icons/blue-mic-icons.woff") format("woff"),
    url("blue-mic-icons/blue-mic-icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "blue-mic-icons" !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^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "blue-mic-icons" !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;
}

.icon-arrow-right:before {
    content: "\3e";
}

.icon-arrow-left:before {
    content: "\3c";
}
