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

[data-icon]:before {
    font-family: "editora-cab" !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: "editora-cab" !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;

    position: relative;
    top: .125em !Important;
    margin-right: .4em !Important;
}

.icon-notext:before{
    top: 0;
    margin-right: 0 !Important;;
}

/*
ICONS
*/

.icon-facebook:before {
    content: "\61";
}
.icon-social-twitter:before {
    content: "\62";
}
.icon-youtube:before {
    content: "\63";
}
.icon-instagrem:before {
    content: "\64";
}
.icon-down-open-mini:before {
    content: "\65";
}
.icon-up-open-mini:before {
    content: "\66";
}
.icon-left-open-mini:before {
    content: "\67";
}
.icon-right-open-mini:before {
    content: "\68";
}
.icon-list:before {
    content: "\69";
}
.icon-cancel:before {
    content: "\6a";
}
.icon-search:before {
    content: "\6b";
}
.icon-alert:before {
    content: "\6c";
}
.icon-print:before {
    content: "\6d";
}
.icon-pencil:before {
    content: "\6e";
}
.icon-sign-out:before {
    content: "\6f";
}