// FadeIn

$(function() {
  $('.wrapper').fadeIn(700, function() {
  });
});

