/* 

    Document   : functions.css
    Created on : 00/00/0000, 00:00:00
    Author     : @vagnermix ( Design, [X]HTML / CSS e SEO ) - NacionalVOX Agencia Digital www.nacionalvox.com.br
    Description: CSS - "Nome do Projeto"

    TODO customize this sample style
	
*/
IncludeJavaScript("/images/scripts/jquery.ui.totop.js");
IncludeJavaScript("/images/scripts/easing.js");
IncludeJavaScript("/images/scripts/clearfield.js");
IncludeJavaScript("/images/scripts/jsquares/jquery.hoverintent.min.js");
IncludeJavaScript("/images/scripts/jsquares/jquery.jsquares.min.js");


j(document).ready(function() {
	
	j().UItoTop({ easingType: 'easeOutQuart' });
	
	// target blank
	j("a[rel*=external]").attr('target','_blank');
	
	j('.clearField').clearField();
	
	//	j('#js-container').jsquares();
	j('#js-container').jsquares({
		js_shuffle_in: false, // have the pictures all fade in on page load?
		js_fade_on_hover: false, // do we want the images to fade on hover or just change opacity?
		js_caption_slide_down: false // do we want the caption to slide down or just appear?
	});
		
});
