/* ======= Font Awesome hacks ======= */

/* 1.25 dpr */
@media
not screen and (-webkit-min-device-pixel-ratio: 1.25),
not screen and (min-resolution: 120dpi){
    .nav-tabs > li > a .fa, .product-buttons .tabs > li > a .fa:before {
        content: " ";
        display: inline-block;
        opacity: 0.45;
    }
    .fa.fa-question-circle:before {
        background: url(../../images/fa-icons/fa-question-circle.png) no-repeat center;
        height: 18px;
        width: 18px;
    }
    .fa.fa-clock-o:before {
        background: url(../../images/fa-icons/fa-clock-o.png) no-repeat center;
        height: 18px;
        width: 18px;
    }
    .fa.fa-language:before {
        background: url(../../images/fa-icons/fa-language.png) no-repeat center;
        height: 18px;
        width: 21px;
    }
    .fa.fa-trophy:before {
        background: url(../../images/fa-icons/fa-trophy.png) no-repeat center;
        height: 18px;
        width: 18px;
    }
    .fa.fa-mortar-board:before {
        background: url(../../images/fa-icons/fa-mortar-board.png) no-repeat center;
        height: 18px;
        width: 26px;
    }
}