;(function () { 'use strict'; var isMobile = { Android: function() { return navigator.userAgent.match(/Android/i); }, BlackBerry: function() { return navigator.userAgent.match(/BlackBerry/i); }, iOS: function() { return navigator.userAgent.match(/iPhone|iPad|iPod/i); }, Opera: function() { return navigator.userAgent.match(/Opera Mini/i); }, Windows: function() { return navigator.userAgent.match(/IEMobile/i); }, any: function() { return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows()); } }; var fullHeight = function() { if ( !isMobile.any() ) { $('.js-fullheight').css('height', $(window).height()); $(window).resize(function(){ $('.js-fullheight').css('height', $(window).height()); }); } }; var sliderMain = function() { $('#pw-hero .flexslider').flexslider({ animation: "fade", slideshowSpeed: 5000, directionNav: true, start: function(){ setTimeout(function(){ $('.slider-text').removeClass('animated fadeInUp'); $('.flex-active-slide').find('.slider-text').addClass('animated fadeInUp'); }, 500); }, before: function(){ setTimeout(function(){ $('.slider-text').removeClass('animated fadeInUp'); $('.flex-active-slide').find('.slider-text').addClass('animated fadeInUp'); }, 500); } }); $('#pw-hero .flexslider .slides > li').css('height', $(window).height()); $(window).resize(function(){ $('#pw-hero .flexslider .slides > li').css('height', $(window).height()); }); }; var centerBlock = function() { $('.pw-section-with-image .pw-box').css('margin-top', -($('.pw-section-with-image .pw-box').outerHeight()/2)); $(window).resize(function(){ $('.pw-section-with-image .pw-box').css('margin-top', -($('.pw-section-with-image .pw-box').outerHeight()/2)); }); }; var responseHeight = function() { setTimeout(function(){ $('.js-responsive > .v-align').css('height', $('.js-responsive > img').height()); }, 1); $(window).resize(function(){ setTimeout(function(){ $('.js-responsive > .v-align').css('height', $('.js-responsive > img').height()); }, 1); }) }; var mobileMenuOutsideClick = function() { $(document).click(function (e) { var container = $("#pw-offcanvas, .js-pw-nav-toggle"); if (!container.is(e.target) && container.has(e.target).length === 0) { if ( $('body').hasClass('offcanvas-visible') ) { $('body').removeClass('offcanvas-visible'); $('.js-pw-nav-toggle').removeClass('active'); } } }); }; var offcanvasMenu = function() { $('body').prepend('
'); $('#pw-offcanvas').prepend('