/* IE FALLBACKS
----------------------------------------------------------------------------------*/

$(document).ready(function() {
  
  $('.no-canvas #main .cell').each( function( index ){
      
      $(this).delay(500*index).fadeIn(1000);
  });

     $('.mobile #main .cell').each( function( index ){
      
      $(this).delay(400*index).fadeIn(1000);
  });


});
