if (screen.width > 400){
$(document).ready(function () {
    $("body").queryLoader2({
        barColor: "#ffffff",
        backgroundColor: "#2c363f",
        percentage: false,
        barHeight: 1,
        completeAnimation: "grow"
    });
});

/*
window.addEventListener('DOMContentLoaded',function() {
    $("body").queryLoader2({
       barColor: "#ffffff",
        backgroundColor: "#2c363f",
        percentage: false,
        barHeight: 30,
        completeAnimation: "grow"
    });
});
*/
}
