@font-face {
        font-family: 'IcoMoon';
        src: url('../fonts/icomoon/IcoMoon.eot');
        src: url('../fonts/icomoon/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/IcoMoon.woff') format('woff'), url('../fonts/icomoon/IcoMoon.ttf') format('truetype'), url('../fonts/icomoon/IcoMoon.svg#IcoMoon') format('svg');
        font-weight: normal;
        font-style: normal;
}
[data-icon]:before {
        font-family: 'IcoMoon';
        content: attr(data-icon);
        speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: .25em;
        line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
        font-family: 'IcoMoon';
        font-style: normal;
        speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
        font-weight: normal;
}
.icon-angle-left:before,
.icon-previous:before,
.icon-backward:before {
        content: "\7c";
}
.icon-angle-right:before,
.icon-next:before,
.icon-forward:before {
        content: "\7b";
}
.icon-angle-double-left:before,
.icon-first:before {
        content: "\7d";
}
.icon-angle-double-right:before,
.icon-last:before {
        content: "\e000";
}
