//  documen ready functions
$(document).ready(function() {
	
	// select custom styling
	$('select').selectmenu({
		style:'dropdown',
		transferClasses:true,
		maxHeight:270
	});
});

