/* ========================================================================= */
/* BE SURE TO COMMENT CODE/IDENTIFY PER PLUGIN CALL                          */
/* ========================================================================= */

$(document).ready(function(){
	
	/* == Clear Form Fields on click == */
    $('form .txt, form texarea').clearField();
	
	/* == Split Footer Nav list == */
	$('#footer-nav ul').easyListSplitter({ colNumber: 4 });
	
	/* == Header Image slider == */
	$('.header-bg .hb-slides').cycle({
		fx: 'fade',	
		speed: 500,
		timeout: 10000
	});
	
    /* == Colorbox == */
	$(".colorbox").colorbox({
	   inline:true,
	   innerWidth:900, 
	   innerHeight: 400,
	   onComplete: function() {
	       /* == jScrollpane == */
        	$('.scroll-pane').jScrollPane({
        	    scrollbarWidth: 13,
        	    scrollbarMargin: 0
        	});
	   }
    });
	
    

});
