
$(document).ready(function() {
   if ($('.quicknav-container').html()=='')
{
  $('#footer').css('display','none');
}
});
