 $(document).ready(function($) {
	// $('.logo').fadeIn(3000);
	 
	 $('#myImageFlow_slider, .light_rounded ').ifixpng(); 
	 $('.logo').animate(
		         { left: 147 }, {
		             duration: 1500,
		             easing: 'easeOutBounce'
		         });


	 $('.df').animate(
	         { top: 61 }, {
	             duration: 2000,
	             easing: 'easeOutBounce'
	         });
	 $('.mty,.presentam,.tw-fb').animate(
	         { opacity:1 }, { 
	             duration: 2000,
	             easing: 'easeOutBounce'
	         });
	 $('.cont-bg-shine').animate(
	         { backgroundPosition: '0 0' }, {
	             duration: 1000,
	             easing: 'easeInBack'
	         });
	 
	 $('.titulo').animate(
	         { opacity: 1 }, {
	             duration: 1000,
	             easing: 'easeInBack'
	         });
	 
	 $('.soial-menu').animate(
	         { width: 117 }, {
	             duration: 1000,
	             easing: 'easeInBack'
	         });
	 $(".menu2").mouseenter(function(){
		 $(this).animate(
		         { width: 170 }, {
		             duration: 300,
		             easing: 'easeInBack'
		         });
	    }).mouseleave(function(){
	    	$(this).animate(
			         { width: 160}, {
			             duration: 300,
			             easing: 'easeInBack'
			         });
	    });
	 
	 $(".menu2").click(function() {
		  document.location="http://www.indio.com.mx/portada";
		});
	 
	 $(".sharers").mouseenter(function(){
		 $(this).animate(
		         { opacity: 1 }, {
		             duration: 300,
		             easing: 'easeInBack'
		         });
	    }).mouseleave(function(){
	    	$(this).animate(
			         { opacity: 0.5}, {
			             duration: 1500,
			             easing: 'easeInBack'
			         });
	    });
	 
	 $(".album-item").mouseenter(function(){
		
		 $(this).children('.album-item-inner').children('img').animate(
		         { opacity: 1,width:100 }, {
		             duration: 300,
		             easing: 'easeInBack'
		         });
	    }).mouseleave(function(){
	    	$(this).children('.album-item-inner').children('img').animate(
			         { opacity: 0.7,width:90}, {
			             duration: 300,
			             easing: 'easeInBack'
			         });
	    });
	 

 });
