/*
    Retina ready styles
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5){
    .accordion.careers .title::after{
        background-image: url("../images/theme_forest/accordion-closed@2x-untZjfN.png");
        background-size: 15px 10px;
    }

    .accordion.careers .title.active::after{
        background-image: url("../images/theme_forest/accordion-opened@2x-8NNzfpQ.png");
        background-size: 15px 10px;
    }

    .accordion.careers .title:hover::after{
        background-image: url("../images/theme_forest/accordion-opened@2x-8NNzfpQ.png");
        background-size: 15px 10px;
    }

    .widget ul > li{
        background-image: url("../images/theme_forest/arrow@2x-W7cPpJp.png");
        background-size: 7px 10px;
    }

    .tracking .submit{
        background-image: url("../images/theme_forest/tracking-arrow@2x-xZOlSPb.png");
        background-size: 7px 10px;
    }

    .events-slider .nivo-caption{
        background-image: url("../images/theme_forest/nivo-events@2x-yPpSnX3.png");
        background-size: 34px 37px;
    }

    .nivo-nextNav{
        background-image: url("../images/theme_forest/nivo-next-nav@2x-z8yvfC3.png");
        background-size: 8px 12px;
    }

    .nivo-prevNav{
        background-image: url("../images/theme_forest/nivo-prev-nav@2x-HIGcnZx.png");
        background-size: 8px 12px;
    }

    .widget_search .search-submit,
    .search-submit{
        background-image: url("../images/theme_forest/search@2x-xNYXLZb.png");
        background-size: 14px 13px;
    }

    .newsletter .submit{
        background-image: url("../images/theme_forest/subscribe@2x-_jIep1M.png");
        background-size: 13px 11px;
    }

    .scroll-up {
        background-image: url("../images/theme_forest/to-top@2x-NAYHZ-C.png");
        background-size: 40px 40px;
    }
}

