/* ======= 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;
        padding-left: 1px;
    }
    .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-graduation-cap:before {
        background: url(../../images/fa-icons/fa-graduation-cap.png) no-repeat center;
        height: 18px;
        width: 23px;
    }
    .fa.fa-mortar-board:before,	.fa-bar-chart:before {
        background: url(../../images/fa-icons/fa-mortar-board.png) no-repeat center;
        height: 18px;
        width: 23px;
    }
    .fa.fa-rss:before {
        background: url(../../images/fa-icons/fa-rss.png) no-repeat center;
        height: 18px;
        width: 16px;
    }
}