;(function($,window,document,undefined){'use strict';if($('.headings-wrap.anime-wrap .headings').length){if($(window).width()>767){$('.images-wrap').each(function(){var id=$(this).attr('id');var scene=document.getElementById(id);var parallaxInstance=new Parallax(scene,{relativeInput:false,clipRelativeInput:false,calibrationThreshold:100,calibrationDelay:500,supportDelay:500,calibrateX:true,calibrateY:false,invertX:true,invertY:true,limitX:false,limitY:false,scalarX:5.0,scalarY:5.0,frictionX:0.1,frictionY:0.1,originX:0.5,originY:0.5,hoverOnly:true});});}}if($('.headings.style5').length){$('.headings.style5').each(function(){var head=$(this);var typingWords=head.find('.typed').data('words'),wordsArray=typingWords.split(',');head.find('.typed').each(function(){$(this).typed({strings:wordsArray,stringsElement:null,typeSpeed:30,startDelay:1200,backSpeed:20,backDelay:500,loop:true,loopCount:false,showCursor:true,cursorChar:"_",attr:null,contentType:'html',});})});}})(jQuery,window,document);