$(window).on('resize', function () {
var width = $(event.target).width();
$('.footer-collapse').toggleClass('in', !(width < 992));
});
