.backlink {
    position: fixed!important;
    left: 20px;
    top: 170px!important;
    font-family: avantgardegothiccbold, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #000!important;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    z-index: 2;
}  

.backlink:before {
    margin-right: 7px;
    font-size: 16px;
    vertical-align: sub;
}

.icon-back:before {
    content: "c";
}

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