
Drop x Valdama /
Coming Soon

Fonte x Valdama / Coming soon /
')[0].src=this;});} preload(['/media/24/cielo-mp4-ULTIMO.gif']);$('.hideme').each(function(i){var top_of_object=$(this).offset().top;var bottom_of_window=$(window).scrollTop()+windowHeight;if(bottom_of_window>top_of_object){$(this).animate({'opacity':'1'},1000);}});$('.hideme-slideup').each(function(i){var top_of_object=$(this).offset().top;var bottom_of_window=$(window).scrollTop()+windowHeight;if(bottom_of_window>top_of_object-100){$(this).animate({'opacity':'1'},1000);$(this).addClass("slideUp");}});$('a[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&location.hostname==this.hostname){var target=$(this.hash);target=target.length?target:$('[name='+this.hash.slice(1)+']');if(target.length){$('html, body').animate({scrollTop:target.offset().top},1000);return false;}}});});$(window).on('load',function(){var windowWidth=$(window).width();var windowHeight=$(window).height();});$(window).on('resize',function(){var windowWidth=$(window).width();var windowHeight=$(window).height();});$(window).on('scroll',function(){var windowWidth=$(window).width();var windowHeight=$(window).height();var scrollTop=$(window).scrollTop();$('.hideme').each(function(i){var top_of_object=$(this).offset().top;var bottom_of_window=$(window).scrollTop()+windowHeight;if(bottom_of_window>top_of_object){$(this).animate({'opacity':'1'},1000);}});$('.hideme-slideup').each(function(i){var top_of_object=$(this).offset().top;var bottom_of_window=$(window).scrollTop()+windowHeight;if(bottom_of_window>top_of_object-100){$(this).animate({'opacity':'1'},1000);$(this).addClass("slideUp");}});});var didScroll;var lastScrollTop=0;var delta=5;var navbarHeight=$('#header, #page-title.scrollfade').outerHeight();$(window).scroll(function(event){didScroll=true;});setInterval(function(){if(didScroll){hasScrolled();didScroll=false;}},250);function hasScrolled(){var st=$(this).scrollTop();if(Math.abs(lastScrollTop-st)<=delta) return;if(st>lastScrollTop&&st>navbarHeight){$('#header, #show-hide-menu, #page-title.scrollfade').removeClass('nav-down').addClass('nav-up');}else{if(st+$(window).height()<$(document).height()){$('#header, #show-hide-menu, #page-title.scrollfade').removeClass('nav-up').addClass('nav-down');}} lastScrollTop=st;}