$(document).ready(function(){$($(".hamburger").parent().attr('data-target')).on('hide.bs.collapse',function(){$(this).parent().find('.hamburger').removeClass('hamburger--close');});$($(".hamburger").parent().attr('data-target')).on('show.bs.collapse',function(){$(this).parent().find('.hamburger').addClass('hamburger--close');});});$(window).scroll(function(){if($(this).scrollTop()>=500){$('#return-to-top').fadeIn(200);}else{$('#return-to-top').fadeOut(200);}});$('#return-to-top').click(function(){$('body,html').animate({scrollTop:0},1000);});(new IntersectionObserver(function(e,o){if(e[0].intersectionRatio>0){document.documentElement.removeAttribute('class');}else{document.documentElement.setAttribute('class','stuck');};})).observe(document.querySelector('.trigger'));$(document).ready(function(){$('.logo').hover(function(){$(this).addClass('animated jackInTheBox');});$('.logo').bind("animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd",function(){$(this).removeClass('animated jackInTheBox');});});$(document).ready(function(){$('.fb-icon').hover(function(){$(this).addClass('animated jackInTheBox');});$('.fb-icon').bind("animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd",function(){$(this).removeClass('animated jackInTheBox');});});$(document).ready(function(){$('.g-plus-icon').hover(function(){$(this).addClass('animated swing');});$('.g-plus-icon').bind("animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd",function(){$(this).removeClass('animated swing');});});$(document).ready(function(){$('.tw-icon').hover(function(){$(this).addClass('animated jackInTheBox');});$('.tw-icon').bind("animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd",function(){$(this).removeClass('animated jackInTheBox');});});$(document).ready(function(){$('.call-to-action').hover(function(){$(this).addClass('animated jackInTheBox');});$('.call-to-action').bind("animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd",function(){$(this).removeClass('animated jackInTheBox');});});