';$body.appendChild($modal);$modalInner = $('#' + this.id + '-modal .inner');$modalImage = $('#' + this.id + '-modal img');$modalImage.addEventListener('load', function() {$modal.classList.add('done');setTimeout(function() {if (!$modal.classList.contains('visible'))return;$modal.classList.add('loaded');setTimeout(function() {$modal.classList.remove('switching', 'from-left', 'from-right', 'done');}, _this.delay);}, ($modal.classList.contains('switching') ? 0 : _this.delay));});$modalImage.addEventListener('contextmenu', function() {if (_this.protect)event.preventDefault();}, true);$modalImage.addEventListener('dragstart', function() {if (_this.protect)event.preventDefault();}, true);$modalNext = $('#' + this.id + '-modal .next');$modalPrevious = $('#' + this.id + '-modal .previous');$modal.show = function(index, offset, direction) {var item,i, j, found;if (_this.locked)return;if (typeof index != 'number')index = _this.current;if (typeof offset == 'number') {found = false;j = 0;for (j = 0; j < _this.$links.length; j++) {index += offset;if (index < 0)index = _this.$links.length - 1; else if (index >= _this.$links.length)index = 0;if (index == _this.current)break;item = _this.$links.item(index);if (!item)break;if (item.dataset.lightboxIgnore != '1') {found = true;break;}}if (!found)return;} else {if (index < 0)index = _this.$links.length - 1; else if (index >= _this.$links.length)index = 0;if (index == _this.current)return;item = _this.$links.item(index);if (!item)return;if (item.dataset.lightboxIgnore == '1')return;}if (client.mobile)_this.zoomIntervalId = setInterval(function() {_this.zoomHandler();}, 250);_this.locked = true;if (_this.current !== null) {$modal.classList.remove('loaded');$modal.classList.add('switching');switch (direction) {case -1:$modal.classList.add('from-left');break;case 1:$modal.classList.add('from-right');break;default:break;}setTimeout(function() {_this.current = index;$modalImage.src = item.href;setTimeout(function() {$modal.focus();_this.locked = false;}, _this.delay);}, _this.delay);} else {_this.current = index;$modalImage.src = item.href;$modal.classList.add('visible');setTimeout(function() {$modal.focus();_this.locked = false;}, _this.delay);}};$modal.hide = function() {if (_this.locked)return;if (!$modal.classList.contains('visible'))return;_this.locked = true;$modal.classList.remove('visible');$modal.classList.remove('loaded');$modal.classList.remove('switching', 'from-left', 'from-right', 'done');clearInterval(_this.zoomIntervalId);setTimeout(function() {$modalImage.src = '';_this.locked = false;$body.focus();_this.current = null;}, _this.delay);};$modal.next = function(direction) {$modal.show(null, 1, direction);};$modal.previous = function(direction) {$modal.show(null, -1, direction);};$modal.first = function() {$modal.show(0);};$modal.last = function() {$modal.show(_this.$links.length - 1);};$modalInner.addEventListener('touchstart', function(event) {if (!_this.navigation)return;if (event.touches.length > 1)return;dragStart = {x: event.touches[0].clientX,y: event.touches[0].clientY};});$modalInner.addEventListener('touchmove', function(event) {var dx, dy;if (!_this.navigation)return;if (!dragStart|| event.touches.length > 1)return;dragEnd = {x: event.touches[0].clientX,y: event.touches[0].clientY};dx = dragStart.x - dragEnd.x;dy = dragStart.y - dragEnd.y;if (Math.abs(dx) < 50)return;event.preventDefault();if (dx > 0)$modal.next(-1); else if (dx < 0)$modal.previous(1);});$modalInner.addEventListener('touchend', function(event) {if (!_this.navigation)return;dragStart = null;dragEnd = null;});$modal.addEventListener('click', function(event) {$modal.hide();});$modal.addEventListener('keydown', function(event) {if (!$modal.classList.contains('visible'))return;switch (event.keyCode) {case 39:case 32:if (!_this.navigation)break;event.preventDefault();event.stopPropagation();$modal.next();break;case 37:if (!_this.navigation)break;event.preventDefault();event.stopPropagation();$modal.previous();break;case 36:if (!_this.navigation)break;event.preventDefault();event.stopPropagation();$modal.first();break;case 35:if (!_this.navigation)break;event.preventDefault();event.stopPropagation();$modal.last();break;case 27:event.preventDefault();event.stopPropagation();$modal.hide();break;}});$modalNext.addEventListener('click', function(event) {$modal.next();});$modalPrevious.addEventListener('click', function(event) {$modal.previous();});this.$modal = $modal;this.$modalImage = $modalImage;this.$modalNext = $modalNext;this.$modalPrevious = $modalPrevious;};lightboxGallery.prototype.show = function(href, config) {this.$links = config.$links;this.navigation = config.navigation;this.mobile = config.mobile;this.mobileNavigation = config.mobileNavigation;this.protect = config.protect;if (this.navigation) {this.$modalNext.style.display = '';this.$modalPrevious.style.display = '';if (client.mobile&& !this.mobileNavigation) {this.$modalNext.style.display = 'none';this.$modalPrevious.style.display = 'none';}} else {this.$modalNext.style.display = 'none';this.$modalPrevious.style.display = 'none';}if (this.protect) {this.$modalImage.style.WebkitTouchCallout = 'none';this.$modalImage.style.userSelect = 'none';} else {this.$modalImage.style.WebkitTouchCallout = '';this.$modalImage.style.userSelect = '';}if (client.mobile && !this.mobile)return;this.$modal.show(href);};lightboxGallery.prototype.zoomHandler = function() {var threshold = window.matchMedia('(orientation: portrait)').matches ? 50 : 100;if (window.outerWidth > window.innerWidth + threshold)this.$modal.classList.add('zooming'); else this.$modal.classList.remove('zooming');};var _lightboxGallery = new lightboxGallery;_lightboxGallery.init({id: 'gallery02',navigation: false,mobile: true,mobileNavigation: false,protect: true,});_lightboxGallery.init({id: 'gallery01',navigation: false,mobile: true,mobileNavigation: false,protect: true,});_lightboxGallery.init({id: 'gallery03',navigation: false,mobile: true,mobileNavigation: false,protect: true,});_lightboxGallery.init({id: 'gallery05',navigation: false,mobile: true,mobileNavigation: false,});_lightboxGallery.init({id: 'gallery06',navigation: false,mobile: true,mobileNavigation: false,protect: true,});_lightboxGallery.init({id: 'gallery08',navigation: false,mobile: true,mobileNavigation: false,protect: true,});_lightboxGallery.init({id: 'gallery09',navigation: false,mobile: true,mobileNavigation: false,protect: true,});_lightboxGallery.init({id: 'gallery07',navigation: false,mobile: true,mobileNavigation: false,protect: true,});_lightboxGallery.init({id: 'gallery10',navigation: false,mobile: true,mobileNavigation: false,protect: true,});(function() {new slideshowBackground('slideshow02', {target: '#slideshow02 .bg',wrapper: '#slideshow02 .content',wait: 0,defer: true,navigation: true,order: 'default',transition: {style: 'crossfade',speed: 1000,delay: 6000,resume: 12000,},images: [{src: 'assets/images/slideshow02-031e0290.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-be46fcc8.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-88d1c8fb.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-6c9b50db.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-c756cb96.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-ad7c8e60.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-a6909edb.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-3a64ca41.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-a50fdd8d.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-2588f0c6.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-96278dea.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-53c9046f.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-4ec60c51.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow02-8d36e1e2.png?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},]});})();(function() {new slideshowBackground('slideshow03', {target: '#slideshow03 .bg',wrapper: '#slideshow03 .content',wait: 0,defer: true,navigation: true,order: 'default',transition: {style: 'instant',speed: 1000,delay: 6000,resume: 12000,},images: [{src: 'assets/images/slideshow03-abf151d1.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow03-7dedcc92.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '01',},{src: 'assets/images/slideshow03-b6fdafe5.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '02',},{src: 'assets/images/slideshow03-d29ed1c7.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '03',},{src: 'assets/images/slideshow03-018e7ba5.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '04',},{src: 'assets/images/slideshow03-5703c746.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '05',},]});})();(function() {new slideshowBackground('slideshow10', {target: '#slideshow10 .bg',wrapper: '#slideshow10 .content',wait: 0,defer: true,navigation: true,order: 'default',transition: {style: 'instant',speed: 1000,delay: 6000,resume: 12000,},images: [{src: 'assets/images/slideshow10-28218d6a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow10-75b9235c.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '01',},{src: 'assets/images/slideshow10-79226e47.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '02',},{src: 'assets/images/slideshow10-2c8d672b.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '03',},{src: 'assets/images/slideshow10-7ab764d4.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '04',},{src: 'assets/images/slideshow10-94cf2808.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '05',},{src: 'assets/images/slideshow10-6404edfa.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '06',},{src: 'assets/images/slideshow10-072d0d79.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '07',},{src: 'assets/images/slideshow10-6cad8a45.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '08',},{src: 'assets/images/slideshow10-dba5252a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '09',},{src: 'assets/images/slideshow10-90d0fe40.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '10',},{src: 'assets/images/slideshow10-fd88f936.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '11',},{src: 'assets/images/slideshow10-831cd707.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '12',},{src: 'assets/images/slideshow10-0c0477c7.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '13',},{src: 'assets/images/slideshow10-9fefc742.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '14',},{src: 'assets/images/slideshow10-34012033.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '15',},{src: 'assets/images/slideshow10-6f32fb54.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '16',},{src: 'assets/images/slideshow10-08543ed4.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '17',},{src: 'assets/images/slideshow10-1da298ae.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '18',},{src: 'assets/images/slideshow10-f4adf553.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '19',},{src: 'assets/images/slideshow10-e4627065.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '20',},{src: 'assets/images/slideshow10-f8fac1b5.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '21',},{src: 'assets/images/slideshow10-56f565bb.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '22',},{src: 'assets/images/slideshow10-4f51e408.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '23',},{src: 'assets/images/slideshow10-06abcad0.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '24',},{src: 'assets/images/slideshow10-34255499.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '25',},{src: 'assets/images/slideshow10-0a4a9a7c.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '26',},{src: 'assets/images/slideshow10-a2dd7c6a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '27',},{src: 'assets/images/slideshow10-d18b3e21.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '28',},{src: 'assets/images/slideshow10-118d6e42.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '29',},{src: 'assets/images/slideshow10-ac4b0543.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '30',},{src: 'assets/images/slideshow10-15055a30.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '31',},{src: 'assets/images/slideshow10-8ccc457d.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '32',},{src: 'assets/images/slideshow10-e303a757.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '33',},{src: 'assets/images/slideshow10-40062aa3.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '34',},{src: 'assets/images/slideshow10-8a54f5c8.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '35',},{src: 'assets/images/slideshow10-0bc712a6.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '36',},{src: 'assets/images/slideshow10-3fa7c076.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '37',},{src: 'assets/images/slideshow10-81769bd6.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '38',},{src: 'assets/images/slideshow10-b9c04a4c.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '39',},{src: 'assets/images/slideshow10-ed3462c9.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '40',},{src: 'assets/images/slideshow10-32cc1928.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '41',},{src: 'assets/images/slideshow10-b0c3bc1b.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '42',},{src: 'assets/images/slideshow10-4f9671bc.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '43',},{src: 'assets/images/slideshow10-af0229f5.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '44',},{src: 'assets/images/slideshow10-68a131f5.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '45',},{src: 'assets/images/slideshow10-29448918.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '46',},{src: 'assets/images/slideshow10-8c68350a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '47',},{src: 'assets/images/slideshow10-0403bbc6.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '48',},]});})();(function() {new slideshowBackground('slideshow04', {target: '#slideshow04 .bg',wrapper: '#slideshow04 .content',wait: 0,defer: true,navigation: true,order: 'default',transition: {style: 'instant',speed: 1000,delay: 6000,resume: 12000,},images: [{src: 'assets/images/slideshow04-1d85aa29.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow04-6ea97041.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '01',},{src: 'assets/images/slideshow04-b48b12bd.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: '02',},]});})();(function() {new slideshowBackground('slideshow06', {target: '#slideshow06 .bg',wrapper: '#slideshow06 .content',wait: 0,defer: true,navigation: false,order: 'default',transition: {style: 'crossfade',speed: 1000,delay: 6000,resume: false,},images: [{src: 'assets/images/slideshow06-3c0ad612.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow06-063998e7.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},]});})();(function() {new slideshowBackground('slideshow07', {target: '#slideshow07 .bg',wrapper: '#slideshow07 .content',wait: 0,defer: true,navigation: true,order: 'default',transition: {style: 'crossfade',speed: 1000,delay: 6000,resume: 12000,},images: [{src: 'assets/images/slideshow07-0a43ec14.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-468e6fd7.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-d06acdde.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-e832600d.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-9b931a3d.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-361dee81.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-a9acc7c0.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-ea6c2470.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-4cdfd54a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-86068639.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-b0b4ee3c.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-adce8b32.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-db668ac6.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-4a4c1724.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-8db10411.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-87842dd0.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-fa301ff7.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-c5f77de9.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-ed06aa47.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-a02bfe2a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-74c2c363.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-ab4d0778.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-bbb105df.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-61d53e1c.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-6716763b.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-c2d6da29.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-c262e61a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-131455ad.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-015cfbca.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-9510c483.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-a9476782.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-42d66b17.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-8f02c141.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-c0a39b8a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-64224c60.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-4da8b66e.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-4f242a90.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-7c862102.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-8cf8d810.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-13d19120.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-0446075c.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-d9e2d8ec.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-91960893.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-2b5ee4f0.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-40425ecb.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-fa6d1981.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-3fea1d3b.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-a256d352.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-adf31c05.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-833151e5.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-7d695a58.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-e3afc11b.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow07-55f35392.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},]});})();(function() {new slideshowBackground('slideshow05', {target: '#slideshow05 .bg',wrapper: '#slideshow05 .content',wait: 0,defer: true,navigation: true,order: 'default',transition: {style: 'crossfade',speed: 1000,delay: 6000,resume: 12000,},images: [{src: 'assets/images/slideshow05-bf2cb10e.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-5a10b474.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-9847d664.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-a366091c.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-ef5e6320.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-b130986a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-4d3aa247.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-10bcc4de.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-94356a37.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-6204ebf6.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-52b713a3.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-62d206c7.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-d8241590.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-731417ee.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-a1ad5e8d.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-f7c9c416.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-3f6dd7b3.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-0a86d508.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-84da22c2.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-84e8e93d.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-88766e91.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-bfb18c90.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-aeba41a4.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-7ca5a922.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-ac193ce1.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-d4e1787e.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-206d7135.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-62c3f469.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-5e1c1b93.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow05-95b213e5.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},]});})();(function() {new slideshowBackground('slideshow09', {target: '#slideshow09 .bg',wrapper: '#slideshow09 .content',wait: 0,defer: true,navigation: true,order: 'default',transition: {style: 'crossfade',speed: 1000,delay: 6000,resume: 12000,},images: [{src: 'assets/images/slideshow09-e393f95a.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow09-4419b386.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow09-78678040.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow09-e9aac7bf.jpg?v=ec06d863',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},]});})();onvisible.add('#slideshow02', { style: 'flip-left', speed: 1000, intensity: 5, threshold: 3, delay: 0, replay: false });onvisible.add('#slideshow03', { style: 'flip-left', speed: 1000, intensity: 5, threshold: 3, delay: 0, replay: false });onvisible.add('#slideshow10', { style: 'flip-left', speed: 1000, intensity: 5, threshold: 3, delay: 0, replay: false });onvisible.add('#slideshow04', { style: 'flip-left', speed: 1000, intensity: 5, threshold: 3, delay: 0, replay: false });onvisible.add('#slideshow06', { style: 'flip-left', speed: 1000, intensity: 5, threshold: 3, delay: 0, replay: false });onvisible.add('#slideshow07', { style: 'flip-left', speed: 1000, intensity: 5, threshold: 3, delay: 0, replay: false });onvisible.add('#slideshow05', { style: 'flip-left', speed: 1000, intensity: 5, threshold: 3, delay: 0, replay: false });onvisible.add('#slideshow09', { style: 'flip-left', speed: 1000, intensity: 5, threshold: 3, delay: 0, replay: false });})();