/* hide banner */
$(document).ready(function () {
    $('body').click(function () {
        $('#title-banner').hide();
    });
});
