jQuery(document).ready(function(){
			

jQuery(".nuvolettaiphonehelp").click(function(){
    jQuery(this).slideUp (420);			
});



jQuery("li.btnmenu").hover(function(){
	jQuery("ul.sottomenu", this).slideDown(280);
	}, function() {
	jQuery("ul.sottomenu", this).slideUp(280);
});


jQuery('.banner').cycle({ 
    fx:      'fade', 
    speed:    1200,
	prev:   '.frecciaslidesx', 
    next:   '.frecciaslidedx'
});


jQuery(".singoloevento").hover(
  function () {
	jQuery(".readmoresingoloevento", this).slideDown({easing:'easeInOutQuart'}, 280);
	jQuery(".dataeventosingoloevento", this).delay(280).slideUp({easing:'easeInOutQuart'}, 280);
    
	jQuery(".datasingoloevento", this).stop().delay(420).animate({left:'20px', top:'20px', easing:'easeInOutQuart'}, 280);
	jQuery(".meseannosingoloevento", this).stop().delay(620).animate({left:'146px', top:'38px', easing:'easeInOutQuart'}, 280);
	jQuery(".titolosingoloevento", this).stop().delay(820).animate({left:'146px', top:'58px', easing:'easeInOutQuart'}, 280);
  },
  function () {
	jQuery(".readmoresingoloevento", this).delay(320).slideUp({easing:'easeInQuart'}, 280);
	jQuery(".dataeventosingoloevento", this).delay(300).slideDown({easing:'easeInQuart'}, 280);

	jQuery(".datasingoloevento", this).stop().delay(100).animate({left:'-200px', top:'20px', easing:'easeInOutQuart'}, 280);
	jQuery(".meseannosingoloevento", this).stop().delay(50).animate({left:'400px', top:'38px', easing:'easeInOutQuart'}, 280);
	jQuery(".titolosingoloevento", this).stop().delay(0).animate({left:'146px', top:'-200px', easing:'easeInOutQuart'}, 280);

  }
);




jQuery(".inputprenotazione, .areatestoprenotazione").focusin(function(){
				jQuery(this).animate({backgroundColor:"#ea1d25", color:"#ffffff", easing:"easeOutQuad"}, 420);			
			});

jQuery(".inputprenotazione, .areatestoprenotazione").focusout(function(){
				jQuery(this).animate({backgroundColor:"#4B4B4B", color:"#00000", easing:"easeOutQuad"}, 420);			
			});











});
