$(document).ready(function(){

    $("#kontakt").validationEngine()
    $("#newsletter").validationEngine()
    $("#kontaktform").validationEngine()

    	$('#name').focus(function(){
      		  $('#name').val('')

    	});
        $('#tel').focus(function(){
      		  $('#tel').val('')

    	});
        $('.inp_ftrs').focus(function(){
      	    $('.inp_ftrs').val('')

    	});

   $('#fontsizer').jfontsizer({
					applyTo: '#start_text',
					changesmall: '2',
					changelarge: '2',
					expire: 1
				});

});
Shadowbox.init();

     $(function() {

   //  $.notifyBar({ html: "This is 'Notify bar'!" });

      $.notifyBar({
         // html: "Thank you, your settings were updated!",
         close: true,
         delay: 10000,
          jqObject: $("#msg")
        });
   });
