/* Document Ready
-------------------------------------------------------------- */

$(document).ready(function() {
	
	// preload images
	preloadImages();
	
	// drop down menue
	initDropDown();
	
	/* all main params inside params.js */
	
	// init grid
	initGrid('#floating-grid', '.floating-element', '#sidebar', singleWidth, gutterWidth);
	// logo switcher
	initLogoSwitcher();
	
});

/* Document Loaded
-------------------------------------------------------------- */
$(window).load(function() {
	
	// bugfix webfont not loaded
	$('#floating-grid').masonry('reload');
	
});
