diff --git a/Home.css b/Home.css index 3a3e5d1..e9a5d7e 100644 --- a/Home.css +++ b/Home.css @@ -33,6 +33,12 @@ padding: 8px 33px; } +.u-section-1 .u-text-1 { + margin-right: 0; + margin-left: 0; + font-size: 1.25rem; +} + .u-section-1 .u-layout-cell-2 { min-height: 400px; } @@ -55,6 +61,11 @@ padding: 8px 33px; } +.u-section-1 .u-text-2 { + font-size: 1.25rem; + margin: 20px auto 0 30px; +} + .u-section-1 .u-layout-cell-3 { min-height: 400px; } @@ -77,13 +88,17 @@ padding: 8px 33px; } +.u-section-1 .u-text-3 { + font-size: 1.25rem; + margin: 20px auto 0 30px; +} + @media (max-width: 1199px) { .u-section-1 .u-sheet-1 { min-height: 430px; } .u-section-1 .u-layout-wrap-1 { - margin-top: 60px; position: relative; } @@ -105,9 +120,17 @@ height: 37px; } + .u-section-1 .u-text-2 { + margin-left: 24px; + } + .u-section-1 .u-layout-cell-3 { min-height: 330px; } + + .u-section-1 .u-text-3 { + margin-left: 24px; + } } @media (max-width: 991px) { @@ -131,9 +154,17 @@ width: 180px; } + .u-section-1 .u-text-2 { + margin-left: 17px; + } + .u-section-1 .u-layout-cell-3 { min-height: 100px; } + + .u-section-1 .u-text-3 { + margin-left: 17px; + } } @media (max-width: 767px) { @@ -151,14 +182,30 @@ padding-right: 10px; } + .u-section-1 .u-text-2 { + margin-left: 49px; + } + .u-section-1 .u-container-layout-3 { padding-left: 10px; padding-right: 10px; } + + .u-section-1 .u-text-3 { + margin-left: 49px; + } } @media (max-width: 575px) { .u-section-1 .u-sheet-1 { min-height: 816px; } + + .u-section-1 .u-text-2 { + margin-left: 30px; + } + + .u-section-1 .u-text-3 { + margin-left: 30px; + } } \ No newline at end of file diff --git a/Home.html b/Home.html index 4014356..e0c7417 100644 --- a/Home.html +++ b/Home.html @@ -12,7 +12,7 @@ - + @@ -31,7 +31,7 @@
-

Nathan Woodburn

@@ -67,7 +67,8 @@
- Nathan 3D Printing + Nathan 3D Printing +

Cheap 3D Printing Service for Canberra Region

@@ -75,6 +76,7 @@ NJW Apps +

My Programing Applications and for any Computer/Web needs

@@ -82,6 +84,7 @@ ANU Autonomous Rover +

An autonomous maze solving rover made for a project for an ANU extension course in engineering

diff --git a/index.html b/index.html index f943124..23a170a 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + @@ -31,7 +31,7 @@
-

Nathan Woodburn

@@ -67,7 +67,8 @@
- Nathan 3D Printing + Nathan 3D Printing +

Cheap 3D Printing Service for Canberra Region

@@ -75,6 +76,7 @@ NJW Apps +

My Programing Applications and for any Computer/Web needs

@@ -82,6 +84,7 @@ ANU Autonomous Rover +

An autonomous maze solving rover made for a project for an ANU extension course in engineering

diff --git a/nicepage.css b/nicepage.css index d785a49..634f7dc 100644 --- a/nicepage.css +++ b/nicepage.css @@ -1,3 +1,365 @@ +/*! + * froala_editor v3.2.3 (https://www.froala.com/wysiwyg-editor) + * License https://froala.com/wysiwyg-editor/terms/ + * Copyright 2014-2020 Froala Labs + */ + +.fr-clearfix::after { + clear: both; + display: block; + content: ""; + height: 0; } + +.fr-hide-by-clipping { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; } + +.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img { + border-radius: 10px; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; } + +.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img { + -webkit-box-shadow: 10px 10px 5px 0px #cccccc; + -moz-box-shadow: 10px 10px 5px 0px #cccccc; + box-shadow: 10px 10px 5px 0px #cccccc; } + +.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img { + border: solid 5px #CCC; } + +.fr-view img.fr-bordered { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; } + +.fr-view .fr-img-caption.fr-bordered img { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + +.fr-view { + word-wrap: break-word; } + .fr-view span[style~="color:"] a { + color: inherit; } + .fr-view strong { + font-weight: 700; } + .fr-view table { + border: none; + border-collapse: collapse; + empty-cells: show; + max-width: 100%; } + .fr-view table td { + min-width: 5px; } + .fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th { + border-style: dashed; } + .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) { + background: whitesmoke; } + .fr-view table td, .fr-view table th { + border: 1px solid #DDD; } + .fr-view table td:empty, .fr-view table th:empty { + height: 20px; } + .fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted { + border: 1px double red; } + .fr-view table td.fr-thick, .fr-view table th.fr-thick { + border-width: 2px; } + .fr-view table th { + background: #ececec; } + .fr-view hr { + clear: both; + user-select: none; + -o-user-select: none; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + break-after: always; + page-break-after: always; } + .fr-view .fr-file { + position: relative; } + .fr-view .fr-file::after { + position: relative; + content: "\1F4CE"; + font-weight: normal; } + .fr-view pre { + white-space: pre-wrap; + word-wrap: break-word; + overflow: visible; } + .fr-view[dir="rtl"] blockquote { + border-left: none; + border-right: solid 2px #5E35B1; + margin-right: 0; + padding-right: 5px; + padding-left: 0; } + .fr-view[dir="rtl"] blockquote blockquote { + border-color: #00BCD4; } + .fr-view[dir="rtl"] blockquote blockquote blockquote { + border-color: #43A047; } + .fr-view blockquote { + border-left: solid 2px #5E35B1; + margin-left: 0; + padding-left: 5px; + color: #5E35B1; } + .fr-view blockquote blockquote { + border-color: #00BCD4; + color: #00BCD4; } + .fr-view blockquote blockquote blockquote { + border-color: #43A047; + color: #43A047; } + .fr-view span.fr-emoticon { + font-weight: normal; + font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols"; + display: inline; + line-height: 0; } + .fr-view span.fr-emoticon.fr-emoticon-img { + background-repeat: no-repeat !important; + font-size: inherit; + height: 1em; + width: 1em; + min-height: 20px; + min-width: 20px; + display: inline-block; + margin: -.1em .1em .1em; + line-height: 1; + vertical-align: middle; } + .fr-view .fr-text-gray { + color: #AAA !important; } + .fr-view .fr-text-bordered { + border-top: solid 1px #222; + border-bottom: solid 1px #222; + padding: 10px 0; } + .fr-view .fr-text-spaced { + letter-spacing: 1px; } + .fr-view .fr-text-uppercase { + text-transform: uppercase; } + .fr-view .fr-class-highlighted { + background-color: #ffff00; } + .fr-view .fr-class-code { + border-color: #cccccc; + border-radius: 2px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + background: #f5f5f5; + padding: 10px; + font-family: "Courier New", Courier, monospace; } + .fr-view .fr-class-transparency { + opacity: 0.5; } + .fr-view img { + position: relative; + max-width: 100%; } + .fr-view img.fr-dib { + margin: 5px auto; + display: block; + float: none; + vertical-align: top; } + .fr-view img.fr-dib.fr-fil { + margin-left: 0; + text-align: left; } + .fr-view img.fr-dib.fr-fir { + margin-right: 0; + text-align: right; } + .fr-view img.fr-dii { + display: inline-block; + float: none; + vertical-align: bottom; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); } + .fr-view img.fr-dii.fr-fil { + float: left; + margin: 5px 5px 5px 0; + max-width: calc(100% - 5px); } + .fr-view img.fr-dii.fr-fir { + float: right; + margin: 5px 0 5px 5px; + max-width: calc(100% - 5px); } + .fr-view span.fr-img-caption { + position: relative; + max-width: 100%; } + .fr-view span.fr-img-caption.fr-dib { + margin: 5px auto; + display: block; + float: none; + vertical-align: top; } + .fr-view span.fr-img-caption.fr-dib.fr-fil { + margin-left: 0; + text-align: left; } + .fr-view span.fr-img-caption.fr-dib.fr-fir { + margin-right: 0; + text-align: right; } + .fr-view span.fr-img-caption.fr-dii { + display: inline-block; + float: none; + vertical-align: bottom; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); } + .fr-view span.fr-img-caption.fr-dii.fr-fil { + float: left; + margin: 5px 5px 5px 0; + max-width: calc(100% - 5px); } + .fr-view span.fr-img-caption.fr-dii.fr-fir { + float: right; + margin: 5px 0 5px 5px; + max-width: calc(100% - 5px); } + .fr-view .fr-video { + text-align: center; + position: relative; } + .fr-view .fr-video.fr-rv { + padding-bottom: 56.25%; + padding-top: 30px; + height: 0; + overflow: hidden; } + .fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed { + position: absolute !important; + top: 0; + left: 0; + width: 100%; + height: 100%; } + .fr-view .fr-video > * { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + max-width: 100%; + border: none; } + .fr-view .fr-video.fr-dvb { + display: block; + clear: both; } + .fr-view .fr-video.fr-dvb.fr-fvl { + text-align: left; } + .fr-view .fr-video.fr-dvb.fr-fvr { + text-align: right; } + .fr-view .fr-video.fr-dvi { + display: inline-block; } + .fr-view .fr-video.fr-dvi.fr-fvl { + float: left; } + .fr-view .fr-video.fr-dvi.fr-fvr { + float: right; } + .fr-view a.fr-strong { + font-weight: 700; } + .fr-view a.fr-green { + color: green; } + .fr-view .fr-img-caption { + text-align: center; } + .fr-view .fr-img-caption .fr-img-wrap { + padding: 0; + margin: auto; + text-align: center; + width: 100%; } + .fr-view .fr-img-caption .fr-img-wrap a { + display: block; } + .fr-view .fr-img-caption .fr-img-wrap img { + display: block; + margin: auto; + width: 100%; } + .fr-view .fr-img-caption .fr-img-wrap > span { + margin: auto; + display: block; + padding: 5px 5px 10px; + font-size: 14px; + font-weight: initial; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-opacity: 0.9; + -moz-opacity: 0.9; + opacity: 0.9; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + width: 100%; + text-align: center; } + .fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded { + border-radius: 10px; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; } + .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large { + font-size: 24px; } + .fr-view ul, .fr-view ol { + list-style-position: inside; } + +/** + * Image style. + */ +a.fr-view.fr-strong { + font-weight: 700; } +a.fr-view.fr-green { + color: green; } + +/** + * Link style. + */ +img.fr-view { + position: relative; + max-width: 100%; } + img.fr-view.fr-dib { + margin: 5px auto; + display: block; + float: none; + vertical-align: top; } + img.fr-view.fr-dib.fr-fil { + margin-left: 0; + text-align: left; } + img.fr-view.fr-dib.fr-fir { + margin-right: 0; + text-align: right; } + img.fr-view.fr-dii { + display: inline-block; + float: none; + vertical-align: bottom; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); } + img.fr-view.fr-dii.fr-fil { + float: left; + margin: 5px 5px 5px 0; + max-width: calc(100% - 5px); } + img.fr-view.fr-dii.fr-fir { + float: right; + margin: 5px 0 5px 5px; + max-width: calc(100% - 5px); } + +span.fr-img-caption.fr-view { + position: relative; + max-width: 100%; } + span.fr-img-caption.fr-view.fr-dib { + margin: 5px auto; + display: block; + float: none; + vertical-align: top; } + span.fr-img-caption.fr-view.fr-dib.fr-fil { + margin-left: 0; + text-align: left; } + span.fr-img-caption.fr-view.fr-dib.fr-fir { + margin-right: 0; + text-align: right; } + span.fr-img-caption.fr-view.fr-dii { + display: inline-block; + float: none; + vertical-align: bottom; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); } + span.fr-img-caption.fr-view.fr-dii.fr-fil { + float: left; + margin: 5px 5px 5px 0; + max-width: calc(100% - 5px); } + span.fr-img-caption.fr-view.fr-dii.fr-fir { + float: right; + margin: 5px 0 5px 5px; + max-width: calc(100% - 5px); } /*begin-commonstyles animate*/@charset "UTF-8"; /*! @@ -3674,8 +4036,6 @@ a:hover { abbr[title] { border-bottom: none; text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; } b, strong { @@ -7823,6 +8183,7 @@ ul.u-text li:last-child { } .u-text-default { display: table; + align-self: flex-start; } .u-text-default:empty { display: block; @@ -16350,7 +16711,6 @@ blockquote .small:before { justify-content: center; background-color: rgba(0, 0, 0, 0.3); overflow: auto; - scrollbar-width: none; } .pswp__previews img { width: 5em; @@ -17254,8 +17614,8 @@ a.pswp__share--download:hover { .u-table-cell .u-icon > svg + img, .u-tab-link .u-icon > svg + img { position: absolute !important; - left: 0 !important; - top: calc(49.5%); + left: calc(50% - 0.5em) !important; + top: calc(50% - 0.5em) !important; display: inline !important; padding: 0.5em !important; margin: 0 !important; @@ -17422,6 +17782,45 @@ a.pswp__share--download:hover { .u-price-wrapper .u-hide-price + div { margin-left: 0; } +.u-product-quantity { + display: table; +} +.u-quantity-input { + display: flex; + align-items: center; + justify-content: center; +} +.u-quantity-input input, +.u-quantity-input span { + text-align: center; + vertical-align: middle; + line-height: 2em; + height: 2em; + font-size: 1em; +} +.u-quantity-input input { + border: none; + min-width: 3em; + width: 100%; +} +.u-quantity-input span { + flex-shrink: 0; + flex-grow: 0; + display: block; + position: relative; + width: 2em; + border-top: none; + border-bottom: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.u-quantity-input span:first-child { + border-left: none; +} +.u-quantity-input span:last-child { + border-right: none; +} .u-shopping-cart { display: block; color: inherit; diff --git a/nicepage.js b/nicepage.js index 5a34d0c..ee822e3 100644 --- a/nicepage.js +++ b/nicepage.js @@ -1,27 +1,27 @@ -!function(e){function t(n){if(i[n])return i[n].exports;var o=i[n]={i:n,l:false,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=true,o.exports}var i={};return t.m=e,t.c=i,t.d=function(e,i,n){if(!t.o(e,i))Object.defineProperty(e,i,{configurable:false,enumerable:true,get:n})},t.n=function(e){var i=e&&e.__esModule?function t(){return e.default}:function t(){return e};return t.d(i,"a",i),i},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/Content/BundledScripts/",t(t.s=4451)}({100:function(e,t,i){"use strict";function n(e){if(e&&"counter"===e.name)return new o(e);else return new a(e)}var o=i(101),a=i(104),s={};s.createAnimation=function e(t){var animation=n(t);return animation.hint=s.hint,animation},s.setHint=function e(t){s.hint=t},e.exports=s,window.AnimationFactory=e.exports},101:function(e,t,i){"use strict";function n(e,t){this.info=e,this.hint=t,this.timeoutId=null}var o=i(102);n.prototype.init=function e(){var t=this.info.element;if(!this.countUp&&t){var i=/(\D*)(\d+(?:([.,])(\d+))?)(.*)/.exec(t.innerText),n=2,a=3,s=4;if(null!==i&&i[n]&&!(i[n].length>15)){var l=i[n];if(","===i[a])l=l.replace(",",".");if(l=Number(l),l&&!isNaN(l)&&isFinite(l)){if(this.hint)this.hint.hintBrowser(this.info);var u=0;if(i[s])u=i[s].length;var f={element:t,prefix:i[1],decimal:i[a],decimals:u,suffix:i[5],startVal:0,endVal:l,duration:this.info.durationRaw,cycle:this.info.animationCycle,separator:""};this.countUp=new o(f)}}}},n.prototype.start=function e(){if(this.countUp){if(this.countUp.reset(),this._timeoutId)clearTimeout(this._timeoutId);var t=function(){this._timeoutId=null,this.countUp.start()}.bind(this),i=this.info.delay;if(isNaN(i))i=0;if(!i)return t(),void 0;this._timeoutId=setTimeout(t,i)}},n.prototype.startOut=function e(){if(this._timeoutId)clearTimeout(this._timeoutId),this._timeoutId=null},n.prototype.reset=function e(){if(this.countUp)this.countUp.reset()},n.prototype.isInOutAnimation=function e(){return true},n.prototype.needOutAnimation=function e(){return false},n.prototype.clear=function e(){if(this.hint)this.hint.removeHint(this.info)},n.prototype.getTime=function e(){if(!this.info)return 0;var t=this.info.duration,i=this.info.delay;if(isNaN(i))i=0;return i+t},n.prototype.getOutTime=function e(){return 0},e.exports=n,window.CounterAnimation=e.exports},102:function(e,t,i){"use strict";function n(e){this.initialize(e)}function o(countUp,e,t){if(countUp){if(e=Number(e),isNaN(e)||!isFinite(e)||0===e)e=1;var i=0,n=function(){if(++i1?f.options.decimal+t[1]:"",f.options.useGrouping){for(o="",a=0,s=i.length;af.endVal,f.frameVal=f.startVal,f.initialized=true,true;else return f.error="[CountUp] startVal ("+t+") or endVal ("+i+") is not a number",false},f.printValue=function(e){var t=f.options.formattingFn(e);if("INPUT"===f.d.tagName)this.d.value=t;else if("text"===f.d.tagName||"tspan"===f.d.tagName)this.d.textContent=t;else this.d.innerHTML=t},f.count=function(e){if(!f.startTime)f.startTime=e;f.timestamp=e;var t=e-f.startTime;if(f.remaining=f.duration-t,f.options.useEasing)if(f.countDown)f.frameVal=f.startVal-f.options.easingFn(t,0,f.startVal-f.endVal,f.duration);else f.frameVal=f.options.easingFn(t,f.startVal,f.endVal-f.startVal,f.duration);else if(f.countDown)f.frameVal=f.startVal-(f.startVal-f.endVal)*(t/f.duration);else f.frameVal=f.startVal+(f.endVal-f.startVal)*(t/f.duration);if(f.countDown)f.frameVal=f.frameValf.endVal?f.endVal:f.frameVal;if(f.frameVal=Math.round(f.frameVal*f.dec)/f.dec,f.printValue(f.frameVal),tf.endVal,f.rAF=requestAnimationFrame(f.count)}},f.initialize())f.printValue(f.startVal)}})}).call(window)},104:function(e,t,i){"use strict";function n(e,t){if(!e)throw new Error("animationInfo is null or undefined");if(this.info=e,this.hint=t,this.animatedClass="animated",this.backstageClass="backstage",this.animationInClass=this.getAnimationClass(),this.isInOutAnimation())this.animationOutClass=this.getAnimationOutClass();this._reqestId=null,this._timeoutId=null,this._animationInTimeoutId=null,this._handleAnimationEnd=this._handleAnimationEnd.bind(this),this._playing=null,this._playNext=null,this._playNextDuration=null}function o(e){if(!e)return null;if(e0?selector:null}catch(e){return null}},reflow:function e(t){return t.offsetHeight},triggerTransitionEnd:function e(i){t(i).trigger(s.end)},supportsTransitionEnd:function e(){return Boolean(s)},isElement:function e(t){return(t[0]||t).nodeType},typeCheckConfig:function t(i,n,o){for(var a in o)if(Object.prototype.hasOwnProperty.call(o,a)){var s=o[a],l=n[a],u=l&&f.isElement(l)?"element":e(l);if(!new RegExp(s).test(u))throw new Error(i.toUpperCase()+": "+'Option "'+a+'" provided type "'+u+'" '+'but expected type "'+s+'".')}}};return a(),f}(t),a=n,Carousel=function(){var e="u-carousel",i="4.0.0-beta",n="bs.u-carousel",s="."+n,l=".data-u-api",u=t.fn[e],f=600,c=37,p=39,h=500,Default={interval:5e3,keyboard:true,slide:false,pause:"hover",wrap:true},m={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},v={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},g={SLIDE:"u-slide"+s,SLID:"slid"+s,KEYDOWN:"keydown"+s,MOUSEENTER:"mouseenter"+s,MOUSELEAVE:"mouseleave"+s,TOUCHEND:"touchend"+s,LOAD_DATA_API:"load"+s+l,CLICK_DATA_API:"click"+s+l},y={CAROUSEL:"u-carousel",ACTIVE:"u-active",SLIDE:"u-slide",RIGHT:"u-carousel-item-right",LEFT:"u-carousel-item-left",NEXT:"u-carousel-item-next",PREV:"u-carousel-item-prev",ITEM:"u-carousel-item"},Selector={ACTIVE:".u-active",ACTIVE_ITEM:".u-active.u-carousel-item",ITEM:".u-carousel-item",NEXT_PREV:".u-carousel-item-next, .u-carousel-item-prev",INDICATORS:".u-carousel-indicators, .u-carousel-thumbnails",DATA_SLIDE:"[data-u-slide], [data-u-slide-to]",DATA_RIDE:'[data-u-ride="carousel"]'},Carousel=function(){function Carousel(e,i){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=false,this._isSliding=false,this.touchTimeout=null,this._config=this._getConfig(i),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(Selector.INDICATORS)[0],this._addEventListeners()}var l=Carousel.prototype;return l.next=function e(){if(!this._isSliding)this._slide(v.NEXT)},l.nextWhenVisible=function e(){if(!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility"))this.next()},l.prev=function e(){if(!this._isSliding)this._slide(v.PREV)},l.pause=function e(i){if(!i)this._isPaused=true;if(t(this._element).find(Selector.NEXT_PREV)[0]&&o.supportsTransitionEnd())o.triggerTransitionEnd(this._element),this.cycle(true);clearInterval(this._interval),this._interval=null},l.cycle=function e(t){if(!t)this._isPaused=false;if(this._interval)clearInterval(this._interval),this._interval=null;if(this._config.interval&&!this._isPaused)this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval)},l.to=function e(index){var i=this;this._activeElement=t(this._element).find(Selector.ACTIVE_ITEM)[0];var n=this._getItemIndex(this._activeElement);if(!(index>this._items.length-1||index<0)){if(this._isSliding)return t(this._element).one(g.SLID,function(){return i.to(index)}),void 0;if(n===index)return this.pause(),this.cycle(),void 0;var o=index>n?v.NEXT:v.PREV;this._slide(o,this._items[index])}},l.dispose=function e(){t(this._element).off(s),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},l._getConfig=function i(n){return n=t.extend({},Default,n),o.typeCheckConfig(e,n,m),n},l._addEventListeners=function e(){var i=this;if(this._config.keyboard)t(this._element).on(g.KEYDOWN,function(e){return i._keydown(e)});if("hover"===this._config.pause)if(t(this._element).on(g.MOUSEENTER,function(e){return i.pause(e)}).on(g.MOUSELEAVE,function(e){return i.cycle(e)}),"ontouchstart"in document.documentElement)t(this._element).on(g.TOUCHEND,function(){if(i.pause(),i.touchTimeout)clearTimeout(i.touchTimeout);i.touchTimeout=setTimeout(function(e){return i.cycle(e)},h+i._config.interval)})},l._keydown=function e(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case c:t.preventDefault(),this.prev();break;case p:t.preventDefault(),this.next();break;default:return}},l._getItemIndex=function e(i){return this._items=t.makeArray(t(i).parent().find(Selector.ITEM)),this._items.indexOf(i)},l._getItemByDirection=function e(t,i){var n=t===v.NEXT,o=t===v.PREV,a=this._getItemIndex(i),s=this._items.length-1;if((o&&0===a||n&&a===s)&&!this._config.wrap)return i;var l=t===v.PREV?-1:1,u=(a+l)%this._items.length;return-1===u?this._items[this._items.length-1]:this._items[u]},l._triggerSlideEvent=function e(i,n){var o=this._getItemIndex(i),a=this._getItemIndex(t(this._element).find(Selector.ACTIVE_ITEM)[0]),s=t.Event(g.SLIDE,{relatedTarget:i,direction:n,from:a,to:o});return t(this._element).trigger(s),s},l._setActiveIndicatorElement=function e(i){if(this._indicatorsElement){t(this._indicatorsElement).find(Selector.ACTIVE).removeClass(y.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(i)];if(n)t(n).addClass(y.ACTIVE)}},l._slide=function e(i,n){var a=this,s=t(this._element).find(Selector.ACTIVE_ITEM)[0],l=this._getItemIndex(s),u=n||s&&this._getItemByDirection(i,s),c=this._getItemIndex(u),p=Boolean(this._interval),h,m,w;if(i===v.NEXT)h=y.LEFT,m=y.NEXT,w=v.LEFT;else h=y.RIGHT,m=y.PREV,w=v.RIGHT;if(u&&t(u).hasClass(y.ACTIVE))return this._isSliding=false,void 0;if(!this._triggerSlideEvent(u,w).isDefaultPrevented())if(s&&u){if(this._isSliding=true,p)this.pause();this._setActiveIndicatorElement(u);var b=t.Event(g.SLID,{relatedTarget:u,direction:w,from:l,to:c}),x=null;if(o.supportsTransitionEnd()&&t(this._element).hasClass(y.CAROUSEL)){var _=f,C=this._element.className,T=/u-carousel-duration-(\d+)/.exec(C);if(T&&2===T.length)_=parseInt(T[1]);if(p){var E=+t(this._element).attr("data-interval")+_;if(!isNaN(E)&&E>0)x=this._config.interval,this._config.interval=E}t(u).addClass(m),o.reflow(u),t(s).addClass(h),t(u).addClass(h),t(s).one(o.TRANSITION_END,function(){t(u).removeClass(h+" "+m).addClass(y.ACTIVE),t(s).removeClass(y.ACTIVE+" "+m+" "+h),a._isSliding=false,setTimeout(function(){return t(a._element).trigger(b)},0)}).emulateTransitionEnd(_)}else t(s).removeClass(y.ACTIVE),t(u).addClass(y.ACTIVE),this._isSliding=false,t(this._element).trigger(b);if(p)this.cycle();if(x)this._config.interval=x}},Carousel._jQueryInterface=function e(i){return this.each(function(){var e=t(this).data(n),o=t.extend({},Default,t(this).data());if("object"==typeof i)t.extend(o,i);var a="string"==typeof i?i:o.uSlide;if(!e)e=new Carousel(this,o),t(this).data(n,e);if("number"==typeof i)e.to(i);else if("string"==typeof a){if(void 0===e[a])throw new Error('No method named "'+a+'"');e[a]()}else if(o.interval)e.pause(),e.cycle()})},Carousel._dataApiClickHandler=function e(i){var selector=o.getSelectorFromElement(this);if(selector){var a=t(selector)[0];if(a&&t(a).hasClass(y.CAROUSEL)){var s=t.extend({},t(a).data(),t(this).data()),l=this.getAttribute("data-u-slide-to");if(l)s.interval=false;if(Carousel._jQueryInterface.call(t(a),s),l)t(a).data(n).to(l);i.preventDefault()}}},a(Carousel,null,[{key:"VERSION",get:function e(){return i}},{key:"Default",get:function e(){return Default}}]),Carousel}();return t(document).on(g.CLICK_DATA_API,Selector.DATA_SLIDE,Carousel._dataApiClickHandler),t(window).on(g.LOAD_DATA_API,function(){t(Selector.DATA_RIDE).each(function(){var e=t(this);Carousel._jQueryInterface.call(e,e.data())})}),t.fn[e]=Carousel._jQueryInterface,t.fn[e].Constructor=Carousel,t.fn[e].noConflict=function(){return t.fn[e]=u,Carousel._jQueryInterface},Carousel}(t);return e.Util=o,e.Carousel=Carousel,e}({},$);window.bootstrap=bootstrap},143:function(e,t,i){"use strict";function n(e){var t=e.attr("data-map");if(t){t=Utility.decodeJsonAttribute(t);var i=e.contents()[0],n=i.createElement("script");n.type="text/javascript",n.innerHTML="var data = "+JSON.stringify(t)+";\n;"+"var mapIframeApiReady = function () {\n"+' parent.mapIframeApiReady(google, document.getElementById("map"), data);\n'+"}";var o=i.createElement("script");if(o.type="text/javascript",o.src="//maps.google.com/maps/api/js?key="+t.apiKey+"&callback=mapIframeApiReady",t.lang)o.src+="&language="+t.lang;i.head.appendChild(n),i.head.appendChild(o),$(i.body).append(""+'
')}}function o(e){var t="";if(e.title)t+=""+e.title+"";if(e.description)t+="
"+e.description.replace(/\n/g,"
")+"
";if(e.linkUrl){t+=''+(e.linkCaption||e.linkUrl)+""}if(t)t='
'+t+"
";return t}var MapsLoader={};window.loadMapsContent=function(){$("iframe.map-content").each(function(){var e=$(this);if(0===e.contents().find("#map").length)n(e)})},window.mapIframeApiReady=function(e,t,i){i.markers=i.markers||[];var n=i.zoom;if(!n&&1===i.markers.length)n=i.markers[0].zoom;if(!n)n=14;if(n=parseInt(n,10),i.map=i.map||{},i.map.zoom=n,i.map.mapTypeId="satellite"===i.typeId?e.maps.MapTypeId.HYBRID:e.maps.MapTypeId.ROADMAP,i.markers.length)i.map.center=i.markers[0].position;var map=new e.maps.Map(t,i.map||{}),a=new e.maps.LatLngBounds;if(i.markers.forEach(function(t){t.map=map;var i=new e.maps.Marker(t);a.extend(new e.maps.LatLng(t.position.lat,t.position.lng));var n=o(t);if(n){var s=new e.maps.InfoWindow({content:$("