var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); jQuery(document).ready(function(){ "use strict"; jQuery('.w-nav-list.layout_hor.level_1').navToSelect({select:'.w-nav-select-h', list: '.w-nav-list', item: '.w-nav-item'}); if (jQuery.magnificPopup) { jQuery('.w-gallery-tnails-h').magnificPopup({ type: 'image', delegate: 'a', gallery: { enabled: true, navigateByImgClick: true, preload: [0,1] }, removalDelay: 300, mainClass: 'mfp-fade', fixedContentPos: false }); jQuery('a[ref=magnificPopup][class!=direct-link]').magnificPopup({ type: 'image', fixedContentPos: false }); } // Carousel if (jQuery().carousello){ jQuery(".w-listing.type_carousel, .w-clients.type_carousel, .w-portfolio.type_carousel").carousello(); } if (jQuery().isotope){ var portfolioContainer = jQuery('.w-portfolio.type_sortable .w-portfolio-list-h'); if (portfolioContainer) { portfolioContainer.imagesLoaded(function(){ portfolioContainer.isotope({ itemSelector : '.w-portfolio-item', layoutMode : 'fitRows' }); }); jQuery('.w-filters-item').each(function() { var item = jQuery(this), link = item.find('.w-filters-item-link'); link.click(function(){ if ( ! item.hasClass('active')) { jQuery('.w-filters-item').removeClass('active'); item.addClass('active'); var selector = jQuery(this).attr('data-filter'); portfolioContainer.isotope({ filter: selector }); return false; } }); }); jQuery('.w-portfolio-item-meta-tags a').each(function() { jQuery(this).click(function(){ var selector = jQuery(this).attr('data-filter'), topFilterLink = jQuery('a[class="w-filters-item-link"][data-filter="'+selector+'"]'), topFilter = topFilterLink.parent('.w-filters-item'); if ( ! topFilter.hasClass('active')) { jQuery('.w-filters-item').removeClass('active'); topFilter.addClass('active'); portfolioContainer.isotope({ filter: selector }); return false; } }); }); } var postsContainer = jQuery('.w-blog.type_masonry .w-blog-list'); if (postsContainer.length) { postsContainer.imagesLoaded(function(){ postsContainer.isotope({ itemSelector : '.w-blog-entry', layoutMode : 'masonry' }); }); var postsResizeTimer; jQuery(window).resize(function(){ window.clearTimeout(postsResizeTimer); postsResizeTimer = window.setTimeout(function(){ postsContainer.isotope('reLayout'); }, 50); }); } var galleryContainer = jQuery('.w-gallery.type_masonry .w-gallery-tnails-h'); if (galleryContainer.length) { galleryContainer.imagesLoaded(function(){ galleryContainer.isotope({ layoutMode : 'masonry' }); }); var galleryResizeTimer; jQuery(window).resize(function(){ window.clearTimeout(galleryResizeTimer); galleryResizeTimer = window.setTimeout(function(){ galleryContainer.isotope('reLayout'); }, 50); }); } } if (jQuery().revolution){ if (jQuery.fn.cssOriginal !== undefined) { jQuery.fn.css = jQuery.fn.cssOriginal; } jQuery('.fullwidthbanner').revolution({ delay: 9000, startwidth: 1000, startheight: 500, soloArrowLeftHOffset: 20, soloArrowLeftVOffset: 0, soloArrowRightHOffset: 20, soloArrowRightVOffset: 0, onHoverStop:"on", // Stop Banner Timet at Hover on Slide on/off fullWidth:"on", hideThumbs: false, shadow:0 //0 = no Shadow, 1,2,3 = 3 Different Art of Shadows - (No Shadow in Fullwidth Version !) }); } // Video iframes z-index fix jQuery('iframe').each(function(){ var url = jQuery(this).attr("src"); var char = "?"; if(jQuery.inArray("?", url) !== -1){ char = "&"; } jQuery(this).attr("src",url+char+"wmode=transparent"); }); if (jQuery().waypoint){ jQuery('body').imagesLoaded(function(){ jQuery('.animate_afc, .animate_afl, .animate_afr, .animate_aft, .animate_afb, .animate_wfc, .animate_hfc, .animate_rfc, .animate_rfl, .animate_rfr').waypoint(function() { if ( ! jQuery(this).hasClass('animate_start')){ var elm = jQuery(this); setTimeout(function() { elm.addClass('animate_start'); }, 20); } }, {offset:'85%', triggerOnce: true}); }); } var scrollHandlerPageTO = false, scrollHandlerPage = function(){ var scrollPosition = parseInt(jQuery(window).scrollTop(), 10), windowHeight = jQuery(window).height()- 0, windowWidth = jQuery(window).width()- 0; if (scrollPosition >= windowHeight) { jQuery('.w-toplink').animate({opacity: 1}, 150); } else { jQuery('.w-toplink').animate({opacity: 0}, 150); } if (jQuery('.l-canvas').hasClass('headerpos_fixed')) { var topHeaderHeight, middleHeaderHeight; if (scrollPosition > 0 && windowWidth > 1023) { if ( ! jQuery('.l-header').hasClass('state_sticky')) { jQuery('.l-header').addClass('state_sticky'); } if (jQuery('.l-canvas').hasClass('headertype_extended')) { if (scrollPosition > 40) { topHeaderHeight = Math.max(76-scrollPosition, 0); jQuery('.l-subheader.at_top').css({'height': topHeaderHeight+'px', 'overflow': 'hidden'}); } else { jQuery('.l-subheader.at_top').css({'height': '', 'overflow': ''}); } } middleHeaderHeight = Math.max(Math.round(90-scrollPosition), 50); jQuery('.l-subheader.at_middle').css({'height': middleHeaderHeight+'px', 'line-height': middleHeaderHeight+'px'}); } else { if (jQuery('.l-header').hasClass('state_sticky')) { jQuery('.l-header').removeClass('state_sticky'); } jQuery('.l-subheader.at_middle').css({'height': '', 'line-height': ''}); jQuery('.l-subheader.at_top').css({'height': '', 'overflow': ''}); } } }; scrollHandlerPage(); jQuery(window).scroll(function() { scrollHandlerPage(); }); jQuery(window).resize(function() { if (scrollHandlerPageTO !== false) { window.clearTimeout(scrollHandlerPageTO); } scrollHandlerPageTO = window.setTimeout(function(){ scrollHandlerPage(); }, 5); }); jQuery('.w-toplink').click(function(event) { event.preventDefault(); event.stopPropagation(); jQuery.smoothScroll({ scrollTarget: '#' }); }); }); } /* FILE ARCHIVED ON 03:23:34 Oct 20, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 05:55:38 Oct 09, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.871 exclusion.robots: 0.046 exclusion.robots.policy: 0.03 esindex: 0.016 cdx.remote: 50.541 LoadShardBlock: 322.988 (3) PetaboxLoader3.datanode: 642.17 (4) load_resource: 453.71 PetaboxLoader3.resolve: 91.833 */