diff --git a/dist/css/icons/layers-2x.png b/dist/css/icons/layers-2x.png new file mode 100644 index 0000000..a2cf7f9 Binary files /dev/null and b/dist/css/icons/layers-2x.png differ diff --git a/dist/css/icons/layers.png b/dist/css/icons/layers.png new file mode 100644 index 0000000..bca0a0e Binary files /dev/null and b/dist/css/icons/layers.png differ diff --git a/dist/css/icons/vco-icons.eot b/dist/css/icons/vco-icons.eot new file mode 100644 index 0000000..179ed2d Binary files /dev/null and b/dist/css/icons/vco-icons.eot differ diff --git a/dist/css/icons/vco-icons.svg b/dist/css/icons/vco-icons.svg new file mode 100644 index 0000000..8092ead --- /dev/null +++ b/dist/css/icons/vco-icons.svg @@ -0,0 +1,63 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dist/css/icons/vco-icons.ttf b/dist/css/icons/vco-icons.ttf new file mode 100644 index 0000000..74eb8c4 Binary files /dev/null and b/dist/css/icons/vco-icons.ttf differ diff --git a/dist/css/icons/vco-icons.woff b/dist/css/icons/vco-icons.woff new file mode 100644 index 0000000..d065e98 Binary files /dev/null and b/dist/css/icons/vco-icons.woff differ diff --git a/dist/css/icons/vco-icons.woff2 b/dist/css/icons/vco-icons.woff2 new file mode 100644 index 0000000..978a292 Binary files /dev/null and b/dist/css/icons/vco-icons.woff2 differ diff --git a/dist/css/storymap.css b/dist/css/storymap.css new file mode 100644 index 0000000..f70f523 --- /dev/null +++ b/dist/css/storymap.css @@ -0,0 +1,3124 @@ +/*! + StoryMap + + Designed and built by Zach Wise for the Northwestern University Knight Lab + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +*/ +/* Includes +================================================== */ +/* VARIABLES +----------------------------------------------------- */ +/* TYPEFACE +================================================== */ +/* COLOR SCHEME +================================================== */ +/* UI COLOR +================================================== */ +/* UI +================================================== */ +/* Animation +================================================== */ +/* GFX +================================================== */ +/* Mixins.less + Snippets of reusable CSS to develop faster and keep code readable + * ----------------------------------------------------------------- */ +/* Reset +------------------------------------------------------------------------------------------- */ +.vco-storyjs { + /* Reset tags and common classes + Display in IE6-9 and FF3 + Based on: http://github.com/necolas/normalize.css + ------------------------------------------------------------------------------------------- */ + /* Prevents modern browsers from displaying 'audio' without controls + Based on: http://github.com/necolas/normalize.css + ------------------------------------------------------------------------------------------- */ + /* Prevents sub and sup affecting line-height in all browsers + Based on: http://github.com/necolas/normalize.css + ------------------------------------------------------------------------------------------- */ + /* Img border in a's and image quality + Based on: http://github.com/necolas/normalize.css + ------------------------------------------------------------------------------------------- */ + /* Forms + Based on: http://github.com/necolas/normalize.css + ------------------------------------------------------------------------------------------- */ +} +.vco-storyjs div * { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +.vco-storyjs h1, +.vco-storyjs h2, +.vco-storyjs h3, +.vco-storyjs h4, +.vco-storyjs h5, +.vco-storyjs h6, +.vco-storyjs p, +.vco-storyjs blockquote, +.vco-storyjs pre, +.vco-storyjs a, +.vco-storyjs abbr, +.vco-storyjs acronym, +.vco-storyjs address, +.vco-storyjs cite, +.vco-storyjs code, +.vco-storyjs del, +.vco-storyjs dfn, +.vco-storyjs em, +.vco-storyjs img, +.vco-storyjs q, +.vco-storyjs s, +.vco-storyjs samp, +.vco-storyjs small, +.vco-storyjs strike, +.vco-storyjs strong, +.vco-storyjs sub, +.vco-storyjs sup, +.vco-storyjs tt, +.vco-storyjs var, +.vco-storyjs dd, +.vco-storyjs dl, +.vco-storyjs dt, +.vco-storyjs li, +.vco-storyjs ol, +.vco-storyjs ul, +.vco-storyjs fieldset, +.vco-storyjs form, +.vco-storyjs label, +.vco-storyjs legend, +.vco-storyjs button, +.vco-storyjs table, +.vco-storyjs caption, +.vco-storyjs tbody, +.vco-storyjs tfoot, +.vco-storyjs thead, +.vco-storyjs tr, +.vco-storyjs th, +.vco-storyjs td, +.vco-storyjs .vco-container, +.vco-storyjs .content-container, +.vco-storyjs .media, +.vco-storyjs .text, +.vco-storyjs .vco-slider, +.vco-storyjs .slider, +.vco-storyjs .date, +.vco-storyjs .title, +.vco-storyjs .message, +.vco-storyjs .map, +.vco-storyjs .credit, +.vco-storyjs .caption, +.vco-storyjs .vco-feedback, +.vco-storyjs .vco-feature, +.vco-storyjs .toolbar, +.vco-storyjs .marker, +.vco-storyjs .dot, +.vco-storyjs .line, +.vco-storyjs .flag, +.vco-storyjs .time, +.vco-storyjs .era, +.vco-storyjs .major, +.vco-storyjs .minor, +.vco-storyjs .vco-navigation, +.vco-storyjs .start, +.vco-storyjs .active { + margin: 0; + padding: 0; + border: 0; + font-weight: normal; + font-style: normal; + font-size: 100%; + line-height: 1; + font-family: inherit; + width: auto; + float: none; +} +.vco-storyjs h1, +.vco-storyjs h2, +.vco-storyjs h3, +.vco-storyjs h4, +.vco-storyjs h5, +.vco-storyjs h6 { + clear: none; +} +.vco-storyjs table { + border-collapse: collapse; + border-spacing: 0; +} +.vco-storyjs ol, +.vco-storyjs ul { + list-style: none; +} +.vco-storyjs q:before, +.vco-storyjs q:after, +.vco-storyjs blockquote:before, +.vco-storyjs blockquote:after { + content: ""; +} +.vco-storyjs a:focus { + outline: thin dotted; +} +.vco-storyjs a:hover, +.vco-storyjs a:active { + outline: 0; +} +.vco-storyjs article, +.vco-storyjs aside, +.vco-storyjs details, +.vco-storyjs figcaption, +.vco-storyjs figure, +.vco-storyjs footer, +.vco-storyjs header, +.vco-storyjs hgroup, +.vco-storyjs nav, +.vco-storyjs section { + display: block; +} +.vco-storyjs audio, +.vco-storyjs canvas, +.vco-storyjs video { + display: inline-block; + *display: inline; + *zoom: 1; +} +.vco-storyjs audio:not([controls]) { + display: none; +} +.vco-storyjs div { + max-width: none; +} +.vco-storyjs sub, +.vco-storyjs sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +.vco-storyjs sup { + top: -0.5em; +} +.vco-storyjs sub { + bottom: -0.25em; +} +.vco-storyjs img { + border: 0; + -ms-interpolation-mode: bicubic; +} +.vco-storyjs button, +.vco-storyjs input, +.vco-storyjs select, +.vco-storyjs textarea { + font-size: 100%; + margin: 0; + vertical-align: baseline; + *vertical-align: middle; +} +.vco-storyjs button, +.vco-storyjs input { + line-height: normal; + *overflow: visible; +} +.vco-storyjs button::-moz-focus-inner, +.vco-storyjs input::-moz-focus-inner { + border: 0; + padding: 0; +} +.vco-storyjs button, +.vco-storyjs input[type="button"], +.vco-storyjs input[type="reset"], +.vco-storyjs input[type="submit"] { + cursor: pointer; + -webkit-appearance: button; +} +.vco-storyjs input[type="search"] { + -webkit-appearance: textfield; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +.vco-storyjs input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +.vco-storyjs textarea { + overflow: auto; + vertical-align: top; +} +.vco-storymap { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +} +.vco-storymap h1, +.vco-storymap h2, +.vco-storymap h3 { + font-size: 36px; + line-height: 36px; +} +.vco-storymap h1 small, +.vco-storymap h2 small, +.vco-storymap h3 small { + font-size: 24px; + line-height: 24px; +} +.vco-storymap h4, +.vco-storymap h5, +.vco-storymap h6 { + font-size: 24px; + line-height: 24px; + margin-bottom: 0px; +} +.vco-storymap h4 small, +.vco-storymap h5 small, +.vco-storymap h6 small { + font-size: 15px; + line-height: 15px; +} +.vco-storymap h2.vco-headline-title { + font-size: 46px; + line-height: 46px; +} +.vco-storymap h2.vco-headline-title small { + display: block; + margin-top: 5px; + font-size: 24px; + line-height: 24px; +} +.vco-storymap h2 { + margin-top: 20px; + margin-bottom: 5px; +} +.vco-storymap p { + margin-top: 5px; + margin-bottom: 10px; + font-size: 15px; + color: #666666; +} +.vco-storymap p a { + color: #666666; + text-decoration: none; + background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 0) 50%, rgba(102, 102, 102, 0.6) 50%); + background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 0) 50%, rgba(102, 102, 102, 0.6) 50%); + background-image: -o-linear-gradient(top, rgba(102, 102, 102, 0) 50%, rgba(102, 102, 102, 0.6) 50%); + background-image: linear-gradient(to bottom, rgba(102, 102, 102, 0) 50%, rgba(102, 102, 102, 0.6) 50%); + background-repeat: repeat-x; + background-size: 2px 2px; + background-position: 0 17px; + text-shadow: -2px -1px 0 white, 2px -1px 0 white, -2px 1px 0 white, 2px 1px 0 white; +} +.vco-storymap p a:hover, +.vco-storymap p a:focus { + color: #c34528; + text-decoration: none; +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .vco-storymap p a { + text-decoration: underline; + background-image: none; + text-shadow: none; + } + .vco-storymap p a:hover, + .vco-storymap p a:focus { + color: #c34528; + text-decoration: underline; + } +} +.vco-storymap b, +.vco-storymap strong { + font-weight: bold; +} +.vco-storymap i, +.vco-storymap em { + font-style: italic; +} +.vco-storymap a { + text-decoration: none; + color: #c34528; +} +.vco-storymap a:hover { + text-decoration: underline; + color: #6e2717; +} +.vco-storymap .vco-caption, +.vco-storymap .vco-credit, +.vco-storymap .vco-slidenav-next, +.vco-storymap .vco-slidenav-previous { + font-size: 11px; + line-height: 11px; +} +.vco-storymap .vco-caption a, +.vco-storymap .vco-credit a, +.vco-storymap .vco-slidenav-next a, +.vco-storymap .vco-slidenav-previous a { + color: #000; +} +.vco-storymap blockquote, +.vco-storymap blockquote p { + font-family: "Georgia", Times New Roman, Times, serif; + color: #999999; + font-size: 24px; + line-height: 24px; + text-align: left; + background: transparent; + border: 0px; + padding: 0px; +} +.vco-storymap blockquote cite, +.vco-storymap blockquote p cite { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 11px; + color: #666666; + display: block; + text-align: right; + font-style: normal; +} +.vco-storymap blockquote cite:before, +.vco-storymap blockquote p cite:before { + content: "\2014"; +} +.vco-storymap blockquote p:before { + content: open-quote; + display: inline-block; + font-size: 36px; + position: relative; + top: 8px; + margin-right: 5px; +} +.vco-storymap blockquote p:after { + content: close-quote; + display: inline-block; + font-size: 36px; + position: relative; + top: 8px; + margin-left: 3px; +} +.vco-storymap blockquote { + margin: 10px; +} +.vco-storymap blockquote p { + margin: 0; +} +.vco-storymap .vcard { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 15px; + line-height: 15px; +} +.vco-storymap .vco-text ul { + padding: 0px; + padding-left: 30px; + margin: 0; +} +.vco-storymap .vco-text ul li { + margin-bottom: 5px; +} +.vco-storymap .vco-note { + display: block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-style: italic; + background-color: #e6e6e6; + font-size: 15px; + line-height: 17px; + padding: 10px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + border-radius: 7px; + color: #8a6d3b; + background-color: #fcf8e3; + border: 1px solid #faebcc; +} +@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) { + .vco-storymap h1, + .vco-storymap h2, + .vco-storymap h3 { + font-size: 36px; + line-height: 36px; + } +} +@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) { + .vco-storymap h1, + .vco-storymap h2, + .vco-storymap h3 { + font-size: 32px; + line-height: 32px; + } +} +.vco-skinny h2 { + margin-top: 0px; + padding-top: 20px; +} +/* Icons +================================================== */ +@font-face { + font-family: 'vco-icons'; + src: url(../css/icons/vco-icons.eot); + src: url(../css/icons/vco-icons.eot?#iefix) format('embedded-opentype'), url(../css/icons/vco-icons.ttf) format('truetype'), url(../css/icons/vco-icons.woff2) format('woff2'), url(../css/icons/vco-icons.woff) format('woff'), url(../css/icons/vco-icons.svg#vco-icons) format('svg'); + font-weight: normal; + font-style: normal; +} +[class^="vco-icon-"], +[class*=" vco-icon-"] { + font-family: 'vco-icons'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.vco-icon-vine:after { + content: "\e64d"; +} +.vco-icon-wikipedia:after { + content: "\e64e"; +} +.vco-icon-chevron-right:after { + content: "\e64f"; +} +.vco-icon-chevron-left:after { + content: "\e650"; +} +.vco-icon-youtube-logo:after { + content: "\e651"; +} +.vco-icon-foursquare:after { + content: "\e652"; +} +.vco-icon-camera-retro:after { + content: "\e653"; +} +.vco-icon-doc:after { + content: "\e654"; +} +.vco-icon-weibo:after { + content: "\e655"; +} +.vco-icon-resize-horizontal:after { + content: "\e656"; +} +.vco-icon-resize-vertical:after { + content: "\e657"; +} +.vco-icon-resize-full:after { + content: "\e658"; +} +.vco-icon-resize-small:after { + content: "\e659"; +} +.vco-icon-twitter:after { + content: "\e62b"; +} +.vco-icon-google-plus:after { + content: "\e62c"; +} +.vco-icon-video:after { + content: "\e62d"; +} +.vco-icon-youtube:after { + content: "\e62d"; +} +.vco-icon-plaintext:after { + content: "\e62e"; +} +.vco-icon-storify:after { + content: "\e62e"; +} +.vco-icon-image-v2:after { + content: "\e62f"; +} +.vco-icon-quote-v2:after { + content: "\e630"; +} +.vco-icon-zoom-in:after { + content: "\e631"; +} +.vco-icon-zoom-out:after { + content: "\e632"; +} +.vco-icon-list:after { + content: "\e633"; +} +.vco-icon-music:after { + content: "\e634"; +} +.vco-icon-location:after { + content: "\e635"; +} +.vco-icon-web:after { + content: "\e636"; +} +.vco-icon-share-v2:after { + content: "\e637"; +} +.vco-icon-soundcloud:after { + content: "\e639"; +} +.vco-icon-video-v2:after { + content: "\e63a"; +} +.vco-icon-dailymotion:after { + content: "\e63a"; +} +.vco-icon-tumblr:after { + content: "\e63b"; +} +.vco-icon-lastfm:after { + content: "\e63c"; +} +.vco-icon-github:after { + content: "\e63d"; +} +.vco-icon-goback:after { + content: "\e63e"; +} +.vco-icon-doc-v2:after { + content: "\e63f"; +} +.vco-icon-googledrive:after { + content: "\e640"; +} +.vco-icon-facebook:after { + content: "\e641"; +} +.vco-icon-flickr:after { + content: "\e642"; +} +.vco-icon-dribbble:after { + content: "\e643"; +} +.vco-icon-image:after { + content: "\e605"; +} +.vco-icon-vimeo:after { + content: "\e606"; +} +.vco-icon-instagram:after { + content: "\e644"; +} +.vco-icon-pinterest:after { + content: "\e645"; +} +.vco-icon-arrow-left:after { + content: "\e646"; +} +.vco-icon-arrow-down:after { + content: "\e647"; +} +.vco-icon-arrow-up:after { + content: "\e648"; +} +.vco-icon-arrow-right:after { + content: "\e649"; +} +.vco-icon-share:after { + content: "\e64a"; +} +.vco-icon-blockquote:after { + content: "\e64b"; +} +.vco-icon-evernote:after { + content: "\e64c"; +} +.vco-icon-mappin:after { + content: "\e600"; +} +.vco-icon-swipe-right:after { + content: "\e601"; +} +.vco-icon-swipe-left:after { + content: "\e602"; +} +.vco-icon-touch-spread:after { + content: "\e603"; +} +.vco-icon-touch-pinch:after { + content: "\e604"; +} +/* Disable Text selection when dragging +================================================== */ +.vco-dragging { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; +} +/* MenuBar +================================================== */ +.vco-menubar { + position: absolute; + z-index: 11; + text-align: left; + overflow: hidden; + border-bottom: 1px solid #e6e6e6; + border-right: 1px solid #e6e6e6; + border-bottom-right-radius: 7px; + left: 0px; +} +.vco-menubar .vco-menubar-button:first-child { + border-left: 0; +} +/* Landscape +================================================== */ +/* Color +================================================== */ +/* +.vco-sizebar.vco-sizebar-inverted { + border-bottom: 1px solid #FFF; + //background-color:#000; + color:#a5a5a5; + .vco-sizebar-button { + border-left: 1px solid darken(@color-background, 70); + //color:#a5a5a5; + } + .vco-sizebar-button:hover { + //background:@color-theme; + color:@color-background; + } +} +.vco-sizebar.vco-sizebar-inverted:before { + background-color:#000; + //.gradient-vertical (rgba(0,0,0,0.25), rgba(0,0,0,1)); + //.translucent-background(rgb(0,0,0), .5); + border-top: 2px solid #000; + animation: invertToBlack 1s; + -webkit-animation:invertToBlack 1s; +} +*/ +@keyframes invertToBlack { + from { + background-color: #FFF; + } + to { + background-color: #000; + } +} +@-webkit-keyframes invertToBlack { + from { + background: #FFF; + } + to { + background: #000; + } +} +@keyframes invertToWhite { + from { + background-color: #000; + } + to { + background-color: #FFF; + } +} +@-webkit-keyframes invertToWhite { + from { + background: #000; + } + to { + background: #FFF; + } +} +/* MenuBar Button +================================================== */ +.vco-menubar-button { + border-left: 1px solid #e6e6e6; + font-size: 14px; + padding: 6px 12px 6px 12px; + background-color: rgba(217, 217, 217, 0.9); + background-color: #FFF; + cursor: pointer; + font-weight: bold; + color: #737373; +} +.vco-menubar-button .vco-icon-arrow-up, +.vco-menubar-button .vco-icon-arrow-down { + display: inline-block; + height: 14px; + overflow: hidden; + font-size: 20px; + position: relative; + top: -2px; +} +.vco-menubar-button:hover { + background: #c34528; + color: #FFF; +} +.vco-mobile .vco-menubar-button:hover { + background-color: rgba(217, 217, 217, 0.67); + color: #737373; +} +.vco-mobile .vco-menubar-button:active { + background: #c34528; + color: #FFF; +} +@keyframes invertToBlack { + from { + background-color: #FFF; + } + to { + background-color: #000; + } +} +@-webkit-keyframes invertToBlack { + from { + background: #FFF; + } + to { + background: #000; + } +} +@keyframes invertToWhite { + from { + background-color: #000; + } + to { + background-color: #FFF; + } +} +@-webkit-keyframes invertToWhite { + from { + background: #000; + } + to { + background: #FFF; + } +} +/* MESSAGE +================================================== */ +.vco-message, +.vco-message-full { + width: 100%; + height: 100%; + position: absolute; + display: table; + overflow: hidden; + top: 0px; + left: 0px; + z-index: 99; + margin: auto; + text-align: center; +} +.vco-message .vco-message-container, +.vco-message-full .vco-message-container { + padding: 20px; + margin: 20px; + text-align: center; + vertical-align: middle; + display: table-cell; +} +.vco-message .vco-message-container .vco-message-content, +.vco-message-full .vco-message-container .vco-message-content { + color: #666; + text-align: center; + font-size: 11px; + line-height: 13px; + text-transform: uppercase; + margin-top: 7.5px; + margin-bottom: 7.5px; + text-shadow: 1px 1px 1px #FFF; +} +.vco-message .vco-message-container .vco-loading-icon, +.vco-message-full .vco-message-container .vco-loading-icon { + width: 30px; + height: 30px; + background-color: #666; + vertical-align: middle; + -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1); + -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1); + margin-left: auto; + margin-right: auto; + text-align: center; + -webkit-animation: rotateplane 1.2s infinite ease-in-out; + animation: rotateplane 1.2s infinite ease-in-out; +} +@-webkit-keyframes rotateplane { + 0% { + -webkit-transform: perspective(120px); + } + 50% { + -webkit-transform: perspective(120px) rotateY(180deg); + } + 100% { + -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); + } +} +@keyframes rotateplane { + 0% { + transform: perspective(120px) rotateX(0deg) rotateY(0deg); + } + 50% { + transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); + } + 100% { + transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); + } +} +.vco-message-full { + background-color: hsla(0, 0%, 20%, 0.8); +} +.vco-message-full [class^="vco-icon-"], +.vco-message-full [class*=" vco-icon-"] { + color: #FFF; + font-size: 72px; +} +.vco-message-full .vco-message-container .vco-message-content { + font-size: 22px; + line-height: 22px; + text-shadow: none; + color: #FFF; + text-transform: none; + font-weight: bold; +} +.vco-message-full .vco-message-container .vco-message-content .vco-button { + display: inline-block; + cursor: pointer; + background-color: #FFF; + color: #333; + padding: 10px; + margin-top: 10px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + border-radius: 7px; +} +.vcoanimate { + -webkit-transform: translateZ(0); + -webkit-perspective: 1000; + -webkit-backface-visibility: hidden; +} +.vco-animate { + -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1); + -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1); + -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1); + transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1); + -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); + -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); + -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); + transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); +} +.vco-animate-opacity { + -webkit-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1); + -moz-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1); + -o-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1); + transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1); + -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); + -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); + -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); + transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); +} +/* SLIDE +================================================== */ +.vco-slide { + position: absolute; + width: 100%; + height: 100%; + padding: 0px; + margin: 0px; + overflow-x: hidden; + overflow-y: auto; +} +.vco-slide .vco-slide-calltoaction { + cursor: pointer; + font-weight: bold; + padding-top: 10px; + margin-bottom: 10px; + padding-bottom: 10px; +} +.vco-slide .vco-slide-calltoaction .vco-slide-calltoaction-button-text { + display: inline-block; + background-color: #c34528; + color: #FFF; + padding: 10px 15px 10px 15px; + border-radius: 7px; +} +.vco-slide .vco-slide-calltoaction:hover .vco-slide-calltoaction-button-text { + background-color: #842f1b; + color: #FFF; +} +.vco-slide .vco-slide-background { + background-color: #FFF; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + z-index: -1; + overflow: hidden; + display: none; + filter: alpha(opacity=50); + -khtml-opacity: 0.5; + -moz-opacity: 0.5; + opacity: 0.5; + background: no-repeat center center; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} +.vco-slide .vco-slide-scrollable-container { + display: table; + table-layout: fixed; + height: 100%; + z-index: 1; +} +.vco-slide .vco-slide-content-container { + display: table-cell; + vertical-align: middle; + position: relative; + width: 100%; + height: 100%; + z-index: 3; +} +.vco-slide .vco-slide-content-container .vco-slide-content { + vertical-align: middle; + padding-left: 100px; + padding-right: 100px; + position: relative; + max-width: 100%; +} +.vco-slide .vco-slide-content-container .vco-slide-content .vco-media { + position: relative; + width: 100%; + min-width: 50%; + float: left; + margin-top: auto; + margin-bottom: auto; +} +.vco-slide .vco-slide-content-container .vco-slide-content .vco-text { + width: 50%; + max-width: 50%; + min-width: 120px; + padding: 0 20px 0 20px; + display: table-cell; + vertical-align: middle; + text-align: left; +} +.vco-slide .vco-slide-content-container .vco-slide-content .vco-text .vco-slide-calltoaction { + width: 100%; +} +/* Only Media (no text) +================================================== */ +.vco-slide-media-only .vco-slide-content-container .vco-slide-content { + text-align: center; +} +.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-media { + text-align: center; + position: relative; + width: 100%; + min-width: 50%; + max-width: 100%; + float: none; + margin-top: auto; + margin-bottom: auto; +} +.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-text { + width: 100%; + display: block; + margin-left: auto; + margin-right: auto; + text-align: center; +} +.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-text h2 { + margin-top: 20px; + margin-bottom: 20px; +} +/* Only Text (no media) +================================================== */ +.vco-slide-text-only .vco-slide-content-container .vco-slide-content { + text-align: center; +} +.vco-slide-text-only .vco-slide-content-container .vco-slide-content .vco-text { + max-width: 80%; + width: 80%; + display: block; + margin-left: auto; + margin-right: auto; +} +/* Background +================================================== */ +.vco-slide.vco-full-image-background, +.vco-slide.vco-full-color-background { + color: #FFF !important; + text-shadow: 1px 1px 1px #000 !important; +} +.vco-slide.vco-full-image-background p, +.vco-slide.vco-full-color-background p, +.vco-slide.vco-full-image-background h1, +.vco-slide.vco-full-color-background h1, +.vco-slide.vco-full-image-background h2, +.vco-slide.vco-full-color-background h2, +.vco-slide.vco-full-image-background h3, +.vco-slide.vco-full-color-background h3, +.vco-slide.vco-full-image-background h4, +.vco-slide.vco-full-color-background h4, +.vco-slide.vco-full-image-background h5, +.vco-slide.vco-full-color-background h5, +.vco-slide.vco-full-image-background h6, +.vco-slide.vco-full-color-background h6 { + color: #FFF !important; + text-shadow: 1px 1px 1px #000 !important; +} +.vco-slide.vco-full-image-background a, +.vco-slide.vco-full-color-background a, +.vco-slide.vco-full-image-background a:hover, +.vco-slide.vco-full-color-background a:hover, +.vco-slide.vco-full-image-background b, +.vco-slide.vco-full-color-background b, +.vco-slide.vco-full-image-background i, +.vco-slide.vco-full-color-background i, +.vco-slide.vco-full-image-background blockquote, +.vco-slide.vco-full-color-background blockquote, +.vco-slide.vco-full-image-background blockquote p, +.vco-slide.vco-full-color-background blockquote p { + color: #FFF !important; + text-shadow: 1px 1px 1px #000 !important; + color: #ffffff; +} +.vco-slide.vco-full-image-background .vco-caption, +.vco-slide.vco-full-color-background .vco-caption, +.vco-slide.vco-full-image-background .vco-credit, +.vco-slide.vco-full-color-background .vco-credit { + color: #FFF !important; + text-shadow: 1px 1px 1px #000 !important; +} +.vco-slide.vco-full-image-background .vco-media-twitter blockquote, +.vco-slide.vco-full-color-background .vco-media-twitter blockquote, +.vco-slide.vco-full-image-background .vco-media-blockquote blockquote, +.vco-slide.vco-full-color-background .vco-media-blockquote blockquote { + color: #FFF !important; + text-shadow: 1px 1px 1px #000 !important; +} +.vco-slide.vco-full-image-background .vco-media-twitter blockquote p, +.vco-slide.vco-full-color-background .vco-media-twitter blockquote p, +.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p, +.vco-slide.vco-full-color-background .vco-media-blockquote blockquote p { + color: #FFF !important; + text-shadow: 1px 1px 1px #000 !important; +} +.vco-slide.vco-full-image-background .vcard a, +.vco-slide.vco-full-color-background .vcard a, +.vco-slide.vco-full-image-background .vcard .nickname, +.vco-slide.vco-full-color-background .vcard .nickname { + color: #FFF !important; + text-shadow: 1px 1px 1px #000 !important; +} +/* Landscape +================================================== */ +/* Full Image Background +================================================== */ +.vco-slide.vco-full-image-background { + background: no-repeat center center; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; + background-position: center 25%; + text-shadow: 1px 1px 2px #000; +} +.vco-slide.vco-full-image-background p, +.vco-slide.vco-full-image-background h1, +.vco-slide.vco-full-image-background h2, +.vco-slide.vco-full-image-background h3, +.vco-slide.vco-full-image-background h4, +.vco-slide.vco-full-image-background h5, +.vco-slide.vco-full-image-background h6 { + text-shadow: 1px 1px 2px #000; +} +.vco-slide.vco-full-image-background .vco-caption, +.vco-slide.vco-full-image-background .vco-credit { + text-shadow: 1px 1px 2px #000; +} +.vco-slide.vco-full-image-background .vco-media-twitter blockquote, +.vco-slide.vco-full-image-background .vco-media-blockquote blockquote { + text-shadow: 1px 1px 2px #000 !important; +} +.vco-slide.vco-full-image-background .vco-media-twitter blockquote p, +.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p { + text-shadow: 1px 1px 2px #000 !important; +} +/* Color Background +================================================== */ +/* Text Background +================================================== */ +.vco-slide.vco-text-background .vco-text .vco-text-content-container { + padding: 20px; + /* Fallback for web browsers that doesn't support RGBa */ + background: #000000 transparent; + /* RGBa with 0.6 opacity */ + background: rgba(0, 0, 0, 0.6); + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + border-radius: 7px; +} +.vco-slide.vco-text-background .vco-text .vco-text-content-container h2 { + margin-top: 5px; +} +/* Landscape +================================================== */ +.vco-layout-landscape .vco-slide .vco-slide-content-container .vco-slide-content .vco-media { + display: block; + vertical-align: baseline; + height: auto; + margin-bottom: 20px; + max-height: 50%; +} +.vco-layout-landscape .vco-slide .vco-slide-content-container .vco-slide-content .vco-text { + display: block; + height: auto; + vertical-align: baseline; + width: 100%; + max-width: 100%; + min-width: 0; + float: none; + padding: 0; +} +.vco-skinny .vco-slide { + display: block; +} +.vco-skinny .vco-slide .vco-slide-content-container { + display: block; + position: static; + height: auto; + vertical-align: baseline; +} +.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content { + display: block; + position: static; + vertical-align: baseline; + height: auto; +} +.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-media { + position: static; + width: 100%; + height: auto; + float: none; + display: block; +} +.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-text { + display: block; + height: auto; + vertical-align: baseline; + position: static; + width: 100%; + max-width: 100%; + min-width: 0; + float: none; + padding: 0; +} +.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-text .vco-text-content-container { + padding-left: 10px; + padding-right: 10px; + padding-bottom: 10px; +} +.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media img, +.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media embed, +.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media object, +.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media video, +.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media iframe { + max-height: 175px; +} +/* SlideNav +================================================== */ +/* NAVIGATION +================================================== */ +.vco-slidenav-previous, +.vco-slidenav-next { + position: absolute; + top: 45%; + z-index: 10; + cursor: pointer; +} +.vco-slidenav-previous .vco-slidenav-content-container, +.vco-slidenav-next .vco-slidenav-content-container { + height: 200px; + width: 00px; + position: absolute; +} +.vco-slidenav-previous .vco-slidenav-title, +.vco-slidenav-next .vco-slidenav-title, +.vco-slidenav-previous .vco-slidenav-description, +.vco-slidenav-next .vco-slidenav-description { + width: 100%; + -ms-word-break: break-all; + word-break: break-all; + /* Non standard for webkit */ + word-break: break-word; + -webkit-hyphens: auto; + -moz-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + filter: alpha(opacity=15); + -khtml-opacity: 0.15; + -moz-opacity: 0.15; + opacity: 0.15; +} +.vco-slidenav-previous .vco-slidenav-title, +.vco-slidenav-next .vco-slidenav-title { + margin-top: 10px; + font-size: 15px; + line-height: 15px; + font-size: 11px; + line-height: 11px; +} +.vco-slidenav-previous .vco-slidenav-description, +.vco-slidenav-next .vco-slidenav-description { + font-size: 11px; +} +/* ICONS AND NAVIGATION HOVER AND COLOR +================================================== */ +.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon, +.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon, +.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title, +.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title, +.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description, +.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description { + text-shadow: 1px 1px 1px #FFF; + color: #FFF; +} +.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon, +.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon, +.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title, +.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title, +.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description, +.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description { + color: #333; + text-shadow: 1px 1px 1px #333; +} +.vco-slidenav-next .vco-slidenav-icon, +.vco-slidenav-previous .vco-slidenav-icon { + font-family: 'vco-icons'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + font-size: 32px; + margin-bottom: 5px; +} +.vco-slidenav-next:hover .vco-slidenav-title, +.vco-slidenav-previous:hover .vco-slidenav-title, +.vco-slidenav-next:hover .vco-slidenav-description, +.vco-slidenav-previous:hover .vco-slidenav-description { + filter: alpha(opacity=100); + -khtml-opacity: 1; + -moz-opacity: 1; + opacity: 1; +} +.vco-slidenav-next { + text-align: right; + margin-right: 10px; + right: 100px; +} +.vco-slidenav-next .vco-slidenav-icon { + margin-left: 76px; +} +.vco-slidenav-next .vco-slidenav-icon:before { + content: "\e64f"; +} +.vco-slidenav-next:hover .vco-slidenav-icon { + margin-left: 80px; +} +.vco-slidenav-previous { + text-align: left; + margin-left: 10px; +} +.vco-slidenav-previous .vco-slidenav-icon { + margin-left: 0px; +} +.vco-slidenav-previous .vco-slidenav-icon:before { + content: "\e650"; +} +.vco-slidenav-previous:hover .vco-slidenav-icon { + margin-left: -4px; +} +/* Skinny +================================================== */ +.vco-skinny .vco-slidenav-next { + right: 32px; +} +.vco-skinny .vco-slidenav-next .vco-slidenav-icon { + margin-left: 8px; +} +.vco-skinny .vco-slidenav-next:hover .vco-slidenav-icon { + margin-left: 12px; + filter: alpha(opacity=100); + -khtml-opacity: 1; + -moz-opacity: 1; + opacity: 1; +} +.vco-skinny .vco-slidenav-previous:hover .vco-slidenav-icon { + margin-left: -4px; + filter: alpha(opacity=100); + -khtml-opacity: 1; + -moz-opacity: 1; + opacity: 1; +} +.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container, +.vco-skinny .vco-slidenav-next .vco-slidenav-content-container { + width: 32px; + height: 32px; +} +.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon, +.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon, +.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title, +.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title, +.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description, +.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description { + color: #333; +} +.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon, +.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon, +.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title, +.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title, +.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description, +.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description { + color: #FFF; +} +.vco-skinny .vco-slidenav-previous .vco-slidenav-title, +.vco-skinny .vco-slidenav-next .vco-slidenav-title, +.vco-skinny .vco-slidenav-previous .vco-slidenav-description, +.vco-skinny .vco-slidenav-next .vco-slidenav-description { + display: none; +} +.vco-skinny .vco-slidenav-previous .vco-slidenav-icon, +.vco-skinny .vco-slidenav-next .vco-slidenav-icon { + filter: alpha(opacity=33); + -khtml-opacity: 0.33; + -moz-opacity: 0.33; + opacity: 0.33; +} +/* Mobile and Landscape +================================================== */ +.vco-layout-landscape.vco-mobile .vco-slidenav-next:hover { + right: 70px; +} +.vco-layout-landscape.vco-mobile .vco-slidenav-next:hover .vco-slidenav-icon { + margin-left: 8px; + filter: alpha(opacity=100); + -khtml-opacity: 1; + -moz-opacity: 1; + opacity: 1; +} +.vco-layout-landscape.vco-mobile .vco-slidenav-next:active .vco-slidenav-icon { + margin-left: 0px; + filter: alpha(opacity=100); + -khtml-opacity: 1; + -moz-opacity: 1; + opacity: 1; +} +.vco-layout-landscape.vco-mobile .vco-slidenav-previous:hover .vco-slidenav-icon { + margin-left: 80px; + filter: alpha(opacity=100); + -khtml-opacity: 1; + -moz-opacity: 1; + opacity: 1; +} +.vco-layout-landscape.vco-mobile .vco-slidenav-previous:active .vco-slidenav-icon { + filter: alpha(opacity=100); + -khtml-opacity: 1; + -moz-opacity: 1; + opacity: 1; + margin-left: -4px; +} +/* Mobile and Portrait +================================================== */ +.vco-layout-portrait.vco-mobile .vco-slidenav-next:hover .vco-slidenav-icon, +.vco-layout-portrait.vco-mobile .vco-slidenav-previous:hover .vco-slidenav-icon { + filter: alpha(opacity=33); + -khtml-opacity: 0.33; + -moz-opacity: 0.33; + opacity: 0.33; +} +.vco-layout-portrait.vco-mobile .vco-slidenav-next:active .vco-slidenav-icon, +.vco-layout-portrait.vco-mobile .vco-slidenav-previous:active .vco-slidenav-icon { + filter: alpha(opacity=100); + -khtml-opacity: 1; + -moz-opacity: 1; + opacity: 1; +} +/* Mobile +================================================== */ +.vco-mobile .vco-slidenav-previous, +.vco-skinny.vco-mobile .vco-slidenav-previous, +.vco-skinny.vco-layout-landscape.vco-mobile .vco-slidenav-previous, +.vco-skinny.vco-layout-portrait.vco-mobile .vco-slidenav-previous, +.vco-mobile .vco-slidenav-next, +.vco-skinny.vco-mobile .vco-slidenav-next, +.vco-skinny.vco-layout-landscape.vco-mobile .vco-slidenav-next, +.vco-skinny.vco-layout-portrait.vco-mobile .vco-slidenav-next { + display: none; +} +/* Landscape +================================================== */ +.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before, +.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before { + background-color: #333; + padding: 20px; + border: 1px solid #b3b3b3; +} +.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon, +.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon, +.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-title, +.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-title, +.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-description, +.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-description { + text-shadow: none; +} +.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-title, +.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-title, +.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-description, +.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-description { + display: none; +} +.vco-layout-landscape .vco-storyslider .vco-slidenav-previous { + left: -100%; + margin-left: 0px; +} +.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before { + border-bottom-right-radius: 7px; + border-top-right-radius: 7px; +} +.vco-layout-landscape .vco-storyslider .vco-slidenav-previous:hover .vco-slidenav-icon { + margin-left: -4px; +} +.vco-layout-landscape .vco-storyslider .vco-slidenav-next { + right: 130px; +} +.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before { + border-bottom-left-radius: 7px; + border-top-left-radius: 7px; +} +/* StorySlider +================================================== */ +/* SLIDER CONTAINERS +================================================== */ +.vco-storyslider { + width: 100%; + height: 100%; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; + position: relative; +} +.vco-storyslider img, +.vco-storyslider embed, +.vco-storyslider object, +.vco-storyslider video, +.vco-storyslider iframe { + max-width: 100%; + position: relative; +} +.vco-storyslider .vco-slider-background { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 1; + pointer-events: none; +} +.vco-storyslider .vco-slider-touch-mask { + width: 100%; + height: 100%; + z-index: 25; + top: 0px; + left: 0px; + position: absolute; +} +.vco-storyslider .vco-slider-container-mask { + text-align: center; + width: 100%; + height: 100%; + position: relative; + z-index: 5; +} +.vco-storyslider .vco-slider-container-mask .vco-slider-container { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; + text-align: center; +} +.vco-storyslider .vco-slider-container-mask .vco-slider-container .vco-slider-item-container { + width: 100%; + height: 100%; + display: table-cell; + vertical-align: middle; +} +/* Requires Variables.less +================================================== */ +.vco-media { + width: 100%; + min-width: 50%; + height: 100%; + margin-top: auto; + margin-bottom: auto; + position: relative; +} +.vco-media .vco-message { + position: relative; +} +.vco-media .vco-media-content-container .vco-media-content { + position: relative; + *zoom: 1; +} +.vco-media .vco-media-content-container .vco-media-content:before, +.vco-media .vco-media-content-container .vco-media-content:after { + display: table; + content: ""; +} +.vco-media .vco-media-content-container .vco-media-content:after { + clear: both; +} +.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror p { + color: #d9d9d9; + text-align: center; +} +.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror p span { + color: #d9d9d9; +} +.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror [class^="vco-icon-"], +.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror [class*=" vco-icon-"] { + font-size: 36px; + color: #d9d9d9; + text-align: center; +} +.vco-media .vco-media-content-container .vco-media-content img, +.vco-media .vco-media-content-container .vco-media-content embed, +.vco-media .vco-media-content-container .vco-media-content object, +.vco-media .vco-media-content-container .vco-media-content video { + max-width: 100%; + max-height: 100%; +} +/* Media Shodow +================================================== */ +.vco-media-shadow { + position: relative; + z-index: 1; + -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5); + -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5); + box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5); +} +/* +.vco-media-shadow:before, .vco-media-shadow:after { + z-index: -1; + position: absolute; + content: ""; + bottom: 15px; + left: 10px; + width: 50%; + top: 80%; + max-width:300px; + background: #333; + .box-shadow(0 15px 10px #666); + .transform(rotate(-2deg)); +} +.vco-media-shadow::after { + .transform(rotate(2deg)); + right: 10px; + left: auto; +} +*/ +/* VCard +================================================== */ +.vcard { + *zoom: 1; + margin-bottom: 15px; + margin-top: 10px; +} +.vcard:before, +.vcard:after { + display: table; + content: ""; +} +.vcard:after { + clear: both; +} +.vcard .twitter-date { + text-align: left; + font-size: 11px; +} +.vcard .author { + float: right; +} +.vcard a { + color: #333333; + text-decoration: none; +} +.vcard a:hover { + text-decoration: none; +} +.vcard a:hover .fn, +.vcard a:hover .nickname { + color: #c34528; +} +.vcard .fn, +.vcard .nickname { + padding-left: 42px; +} +.vcard .fn { + display: block; + font-weight: bold; +} +.vcard .nickname { + margin-top: 1px; + display: block; + color: #666666; +} +.vcard .avatar { + float: left; + display: block; + width: 32px; + height: 32px; +} +.vcard .avatar img { + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} +.vco-slide.vco-full-image-background a, +.vco-slide.vco-full-color-background a, +.vco-slide.vco-full-image-background .vcard a, +.vco-slide.vco-full-color-background .vcard a { + color: #FFF !important; + text-shadow: 1px 1px 1px #000 !important; + color: #ffffff; +} +/* Credit +================================================== */ +.vco-credit { + color: #999999; + text-align: right; + display: block; + margin: 0 auto; + margin-top: 6px; + font-size: 10px; + line-height: 13px; +} +/* Caption +================================================== */ +.vco-caption { + text-align: left; + margin-right: auto; + margin-left: auto; + margin-top: 10px; + color: #666666; + font-size: 11px; + line-height: 14px; + text-rendering: optimizeLegibility; + word-wrap: break-word; +} +/* Full Image Background +================================================== */ +.vco-full-image-background .vco-media-shadow:before, +.vco-full-color-background .vco-media-shadow:before, +.vco-full-image-background .vco-media-shadow:after, +.vco-full-color-background .vco-media-shadow:after { + background: none; + -webkit-box-shadow: 0 0px 0px #000; + -moz-box-shadow: 0 0px 0px #000; + box-shadow: 0 0px 0px #000; +} +/* Mobile, iPhone and skinny +================================================== */ +@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) { + .vco-media { + width: 100%; + height: auto; + float: none; + display: block; + } +} +.vco-skinny .vco-media { + width: 100%; + height: auto; + float: none; + display: block; +} +.vco-skinny .vco-media .vco-media-content-container .vco-credit, +.vco-skinny .vco-media .vco-media-content-container .vco-caption { + margin-top: 2px; + padding-left: 10px; + padding-right: 10px; + font-size: 8px; +} +.vco-skinny .vco-media .vco-media-content-container .vco-credit { + margin-top: 0px; +} +/* Requires Variables.less +================================================== */ +.vco-text { + width: 50%; + max-width: 50%; + min-width: 120px; + padding: 0 20px 0 20px; + display: table-cell; + display: block; + vertical-align: middle; + text-align: left; + text-shadow: none; + color: #737373; +} +.vco-text p { + color: #737373; +} +.vco-text h2.vco-headline-title, +.vco-text h2.vco-headline { + margin-top: 0; + color: #000; +} +.vco-text .vco-headline-date, +.vco-text h3.vco-headline-date { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 15px; + line-height: 15px; + font-weight: normal; + margin: 0 0 2px 0; + color: #b3b3b3; +} +.vco-text .vco-headline-date small, +.vco-text h3.vco-headline-date small { + font-size: 15px; + line-height: 15px; + font-weight: normal; + color: #b3b3b3; +} +.vco-text .vco-text-date { + display: inline-block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: normal; + margin-top: 10px; + font-size: 12px; + color: #b3b3b3; +} +.vco-full-image-background .vco-text, +.vco-full-color-background .vco-text, +.vco-full-image-background .vco-text p, +.vco-full-color-background .vco-text p { + color: #ababab !important; + text-shadow: 1px 1px 2px #000; +} +.vco-full-image-background .vco-text .vco-headline-date, +.vco-full-color-background .vco-text .vco-headline-date, +.vco-full-image-background .vco-text p .vco-headline-date, +.vco-full-color-background .vco-text p .vco-headline-date, +.vco-full-image-background .vco-text h3.vco-headline-date, +.vco-full-color-background .vco-text h3.vco-headline-date, +.vco-full-image-background .vco-text p h3.vco-headline-date, +.vco-full-color-background .vco-text p h3.vco-headline-date { + color: #ababab !important; +} +.vco-full-image-background .vco-text .vco-headline-date small, +.vco-full-color-background .vco-text .vco-headline-date small, +.vco-full-image-background .vco-text p .vco-headline-date small, +.vco-full-color-background .vco-text p .vco-headline-date small, +.vco-full-image-background .vco-text h3.vco-headline-date small, +.vco-full-color-background .vco-text h3.vco-headline-date small, +.vco-full-image-background .vco-text p h3.vco-headline-date small, +.vco-full-color-background .vco-text p h3.vco-headline-date small { + color: #ababab !important; +} +/* Skinny +================================================== */ +.vco-skinny .vco-text { + width: 100%; + max-width: 100%; + min-width: auto; + float: none; + margin-top: 20px; +} +/* Mobile, iPhone +================================================== */ +/* Mobile, iPhone and skinny +================================================== */ +.vco-media .vco-media-image { + width: auto !important; +} +.vco-mobile.vco-skinny .vco-media .vco-media-image { + max-height: 250px !important; +} +.vco-media .vco-media-twitter { + text-align: left; + clear: both; +} +.vco-media .vco-media-twitter blockquote { + margin: 0; + margin-right: 15px; + font-size: 15px; + line-height: 21px; + color: #333; +} +.vco-media .vco-media-twitter blockquote p { + font-size: 36px; + line-height: 39px; + color: #000; +} +.vco-media .vco-media-twitter blockquote p:before { + display: none; +} +.vco-media .vco-media-twitter blockquote p:after { + display: none; +} +.vco-media .vco-media-twitter .vco-icon-twitter { + color: #55ACEE; +} +.vco-media .vco-media-twitter .vcard a:hover, +.vco-media .vco-media-twitter .vcard a.vco-date:hover { + text-decoration: none; + color: #55ACEE; +} +.vco-media .vco-media-twitter .vcard a:hover .fn, +.vco-media .vco-media-twitter .vcard a.vco-date:hover .fn, +.vco-media .vco-media-twitter .vcard a:hover .nickname, +.vco-media .vco-media-twitter .vcard a.vco-date:hover .nickname { + color: #55ACEE; +} +.vco-slide-media-only .vco-media .vco-media-twitter { + width: 80%; + margin-left: auto; + margin-right: auto; +} +.vco-mobile.vco-skinny .vco-media .vco-media-twitter blockquote p { + font-size: 15px; + line-height: 21px; +} +.vco-skinny .vco-media .vco-media-twitter { + margin-left: 10px; + margin-right: 10px; +} +.vco-skinny .vco-media .vco-media-twitter blockquote p { + font-size: 24px; + line-height: 26px; +} +.vco-media .vco-media-blockquote { + text-align: left; + clear: both; +} +.vco-media .vco-media-blockquote blockquote { + margin: 0; + margin-right: 15px; + text-align: left; +} +.vco-media .vco-media-blockquote blockquote p { + font-size: 36px; + line-height: 39px; +} +.vco-media .vco-media-blockquote blockquote cite { + font-size: 15px; + line-height: 21px; + color: #333; + text-align: right; +} +.vco-media .vco-media-blockquote blockquote p:before { + content: open-quote; + display: inline-block; + margin-right: 5px; +} +.vco-media .vco-media-blockquote blockquote p:after { + content: close-quote; + display: inline-block; + margin-left: 3px; +} +.vco-slide-media-only .vco-media .vco-media-blockquote { + width: 80%; + margin-left: auto; + margin-right: auto; +} +@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) { + .vco-media .vco-media-blockquote blockquote p { + font-size: 24px; + line-height: 26px; + } +} +@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) { + .vco-media .vco-media-blockquote blockquote p { + font-size: 15px; + line-height: 21px; + } +} +.vco-mobile.vco-skinny .vco-media .vco-media-instagram { + max-height: 250px !important; +} +.vco-media .vco-media-profile { + border-radius: 50%; +} +.vco-media .vco-media-iframe { + width: 100%; + height: 100%; +} +.vco-media .vco-media-iframe iframe { + width: 100%; + height: 100%; +} +.vco-media .vco-media-wikipedia { + text-align: left; + margin-left: auto; + margin-right: auto; + clear: both; +} +.vco-media .vco-media-wikipedia .wiki-source { + font-size: 13px; + line-height: 19px; + font-style: italic; +} +.vco-media .vco-media-wikipedia h4 { + margin-top: 0px; + margin-bottom: 0px; +} +.vco-media .vco-media-wikipedia h4 a { + color: #000; + text-decoration: none; +} +.vco-media .vco-media-wikipedia h4 a:hover { + text-decoration: underline; +} +.vco-media .vco-media-wikipedia p { + font-size: 13px; + line-height: 19px; +} +.vco-slide.vco-full-image-background .vco-media .vco-media-wikipedia, +.vco-slide.vco-full-color-background .vco-media .vco-media-wikipedia { + padding: 20px; + /* Fallback for web browsers that doesn't support RGBa */ + background: #000000 transparent; + /* RGBa with 0.6 opacity */ + background: rgba(0, 0, 0, 0.6); + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + border-radius: 7px; +} +.vco-slide.vco-full-image-background .vco-media .vco-media-wikipedia h4 a, +.vco-slide.vco-full-color-background .vco-media .vco-media-wikipedia h4 a { + color: #FFF !important; + text-shadow: 1px 1px 1px #000 !important; +} +.vco-mobile.vco-skinny .vco-media .vco-media-wikipedia { + margin-left: 10px; + margin-right: 10px; +} +/* required styles */ +.leaflet-map-pane, +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-tile-pane, +.leaflet-tile-container, +.leaflet-overlay-pane, +.leaflet-shadow-pane, +.leaflet-marker-pane, +.leaflet-popup-pane, +.leaflet-overlay-pane svg, +.leaflet-zoom-box, +.leaflet-image-layer, +.leaflet-layer { + position: absolute; + left: 0; + top: 0; +} +.leaflet-container { + overflow: hidden; + -ms-touch-action: none; +} +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -webkit-user-drag: none; +} +.leaflet-marker-icon, +.leaflet-marker-shadow { + display: block; +} +/* map is broken in FF if you have max-width: 100% on tiles */ +.leaflet-container img { + max-width: none !important; +} +/* stupid Android 2 doesn't understand "max-width: none" properly */ +.leaflet-container img.leaflet-image-layer { + max-width: 15000px !important; +} +.leaflet-tile { + filter: inherit; + visibility: hidden; +} +.leaflet-tile-loaded { + visibility: inherit; +} +.leaflet-zoom-box { + width: 0; + height: 0; +} +/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */ +.leaflet-overlay-pane svg { + -moz-user-select: none; +} +.leaflet-tile-pane { + z-index: 2; +} +.leaflet-objects-pane { + z-index: 3; +} +.leaflet-overlay-pane { + z-index: 4; +} +.leaflet-shadow-pane { + z-index: 5; +} +.leaflet-marker-pane { + z-index: 6; +} +.leaflet-popup-pane { + z-index: 7; +} +.leaflet-vml-shape { + width: 1px; + height: 1px; +} +.lvml { + behavior: url(#default#VML); + display: inline-block; + position: absolute; +} +/* control positioning */ +.leaflet-control { + position: relative; + z-index: 7; + pointer-events: auto; +} +.leaflet-top, +.leaflet-bottom { + position: absolute; + z-index: 1000; + pointer-events: none; +} +.leaflet-top { + top: 0; +} +.leaflet-right { + right: 0; +} +.leaflet-bottom { + bottom: 0; +} +.leaflet-left { + left: 0; +} +.leaflet-control { + float: left; + clear: both; +} +.leaflet-right .leaflet-control { + float: right; +} +.leaflet-top .leaflet-control { + margin-top: 10px; +} +.leaflet-bottom .leaflet-control { + margin-bottom: 10px; +} +.leaflet-left .leaflet-control { + margin-left: 10px; +} +.leaflet-right .leaflet-control { + margin-right: 10px; +} +/* zoom and fade animations */ +.leaflet-fade-anim .leaflet-tile, +.leaflet-fade-anim .leaflet-popup { + opacity: 0; + -webkit-transition: opacity 0.2s linear; + -moz-transition: opacity 0.2s linear; + -o-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; +} +.leaflet-fade-anim .leaflet-tile-loaded, +.leaflet-fade-anim .leaflet-map-pane .leaflet-popup { + opacity: 1; +} +.leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1); + -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1); + -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1); + transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); +} +.leaflet-zoom-anim .leaflet-tile, +.leaflet-pan-anim .leaflet-tile, +.leaflet-touching .leaflet-zoom-animated { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; +} +.leaflet-zoom-anim .leaflet-zoom-hide { + visibility: hidden; +} +/* cursors */ +.leaflet-clickable { + cursor: pointer; +} +.leaflet-container { + cursor: -webkit-grab; + cursor: -moz-grab; +} +.leaflet-popup-pane, +.leaflet-control { + cursor: auto; +} +.leaflet-dragging .leaflet-container, +.leaflet-dragging .leaflet-clickable { + cursor: move; + cursor: -webkit-grabbing; + cursor: -moz-grabbing; +} +/* visual tweaks */ +.leaflet-container { + background: #ddd; + outline: 0; +} +.leaflet-container a { + color: #0078A8; +} +.leaflet-container a.leaflet-active { + outline: 2px solid orange; +} +.leaflet-zoom-box { + border: 2px dotted #38f; + background: rgba(255, 255, 255, 0.5); +} +/* general typography */ +.leaflet-container { + font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; +} +/* general toolbar styles */ +.leaflet-bar { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); + border-radius: 4px; +} +.leaflet-bar a, +.leaflet-bar a:hover { + background-color: #fff; + border-bottom: 1px solid #ccc; + width: 26px; + height: 26px; + line-height: 26px; + display: block; + text-align: center; + text-decoration: none; + color: black; +} +.leaflet-bar a, +.leaflet-control-layers-toggle { + background-position: 50% 50%; + background-repeat: no-repeat; + display: block; +} +.leaflet-bar a:hover { + background-color: #f4f4f4; +} +.leaflet-bar a:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.leaflet-bar a:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-bottom: none; +} +.leaflet-bar a.leaflet-disabled { + cursor: default; + background-color: #f4f4f4; + color: #bbb; +} +.leaflet-touch .leaflet-bar a { + width: 30px; + height: 30px; + line-height: 30px; +} +/* zoom control */ +.leaflet-control-zoom-in, +.leaflet-control-zoom-out { + font: bold 18px 'Lucida Console', Monaco, monospace; + text-indent: 1px; +} +.leaflet-control-zoom-out { + font-size: 20px; +} +.leaflet-touch .leaflet-control-zoom-in { + font-size: 22px; +} +.leaflet-touch .leaflet-control-zoom-out { + font-size: 24px; +} +/* layers control */ +.leaflet-control-layers { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); + background: #fff; + border-radius: 5px; +} +.leaflet-control-layers-toggle { + background-image: url(../css/icons/layers.png); + width: 36px; + height: 36px; +} +.leaflet-retina .leaflet-control-layers-toggle { + background-image: url(../css/icons/layers-2x.png); + background-size: 26px 26px; +} +.leaflet-touch .leaflet-control-layers-toggle { + width: 44px; + height: 44px; +} +.leaflet-control-layers .leaflet-control-layers-list, +.leaflet-control-layers-expanded .leaflet-control-layers-toggle { + display: none; +} +.leaflet-control-layers-expanded .leaflet-control-layers-list { + display: block; + position: relative; +} +.leaflet-control-layers-expanded { + padding: 6px 10px 6px 6px; + color: #333; + background: #fff; +} +.leaflet-control-layers-selector { + margin-top: 2px; + position: relative; + top: 1px; +} +.leaflet-control-layers label { + display: block; +} +.leaflet-control-layers-separator { + height: 0; + border-top: 1px solid #ddd; + margin: 5px -10px 5px -6px; +} +/* attribution and scale controls */ +.leaflet-container .leaflet-control-attribution { + background: #fff; + background: rgba(255, 255, 255, 0.7); + margin: 0; +} +.leaflet-control-attribution, +.leaflet-control-scale-line { + padding: 0 5px; + color: #333; +} +.leaflet-control-attribution a { + text-decoration: none; +} +.leaflet-control-attribution a:hover { + text-decoration: underline; +} +.leaflet-container .leaflet-control-attribution, +.leaflet-container .leaflet-control-scale { + font-size: 11px; +} +.leaflet-left .leaflet-control-scale { + margin-left: 5px; +} +.leaflet-bottom .leaflet-control-scale { + margin-bottom: 5px; +} +.leaflet-control-scale-line { + border: 2px solid #777; + border-top: none; + line-height: 1.1; + padding: 2px 5px 1px; + font-size: 11px; + white-space: nowrap; + overflow: hidden; + -moz-box-sizing: content-box; + box-sizing: content-box; + background: #fff; + background: rgba(255, 255, 255, 0.5); +} +.leaflet-control-scale-line:not(:first-child) { + border-top: 2px solid #777; + border-bottom: none; + margin-top: -2px; +} +.leaflet-control-scale-line:not(:first-child):not(:last-child) { + border-bottom: 2px solid #777; +} +.leaflet-touch .leaflet-control-attribution, +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + box-shadow: none; +} +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + border: 2px solid rgba(0, 0, 0, 0.2); + background-clip: padding-box; +} +/* popup */ +.leaflet-popup { + position: absolute; + text-align: center; +} +.leaflet-popup-content-wrapper { + padding: 1px; + text-align: left; + border-radius: 12px; +} +.leaflet-popup-content { + margin: 13px 19px; + line-height: 1.4; +} +.leaflet-popup-content p { + margin: 18px 0; +} +.leaflet-popup-tip-container { + margin: 0 auto; + width: 40px; + height: 20px; + position: relative; + overflow: hidden; +} +.leaflet-popup-tip { + width: 17px; + height: 17px; + padding: 1px; + margin: -10px auto 0; + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} +.leaflet-popup-content-wrapper, +.leaflet-popup-tip { + background: white; + box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); +} +.leaflet-container a.leaflet-popup-close-button { + position: absolute; + top: 0; + right: 0; + padding: 4px 4px 0 0; + text-align: center; + width: 18px; + height: 14px; + font: 16px/14px Tahoma, Verdana, sans-serif; + color: #c3c3c3; + text-decoration: none; + font-weight: bold; + background: transparent; +} +.leaflet-container a.leaflet-popup-close-button:hover { + color: #999; +} +.leaflet-popup-scrolled { + overflow: auto; + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; +} +.leaflet-oldie .leaflet-popup-content-wrapper { + zoom: 1; +} +.leaflet-oldie .leaflet-popup-tip { + width: 24px; + margin: 0 auto; + -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; + filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); +} +.leaflet-oldie .leaflet-popup-tip-container { + margin-top: -1px; +} +.leaflet-oldie .leaflet-control-zoom, +.leaflet-oldie .leaflet-control-layers, +.leaflet-oldie .leaflet-popup-content-wrapper, +.leaflet-oldie .leaflet-popup-tip { + border: 1px solid #999; +} +/* div icon */ +.leaflet-div-icon { + background: #fff; + border: 1px solid #666; +} +.leaflet-vml-shape { + width: 1px; + height: 1px; +} +.lvml { + behavior: url(#default#VML); + display: inline-block; + position: absolute; +} +.leaflet-control { + display: inline; +} +.leaflet-popup-tip { + width: 21px; + _width: 27px; + margin: 0 auto; + _margin-top: -3px; + filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); + -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; +} +.leaflet-popup-tip-container { + margin-top: -1px; +} +.leaflet-popup-content-wrapper, +.leaflet-popup-tip { + border: 1px solid #999; +} +.leaflet-popup-content-wrapper { + zoom: 1; +} +.leaflet-control-zoom, +.leaflet-control-layers { + border: 3px solid #999; +} +.leaflet-control-attribution, +.leaflet-control-layers, +.leaflet-control-scale-line { + background: white; +} +.leaflet-zoom-box { + filter: alpha(opacity=50); +} +.leaflet-control-attribution { + border-top: 1px solid #bbb; + border-left: 1px solid #bbb; +} +/* Requires Variables.less +================================================== */ +.vco-map { + /* + .leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25,0.1,0.25,0.75); + -moz-transition: -moz-transform 0.8s cubic-bezier(0.25,0.1,0.25,0.75); + -o-transition: -o-transform 0.8s cubic-bezier(0.25,0.1,0.25,0.75); + transition: transform 0.8s cubic-bezier(0.25,0.1,0.25,0.75); + } + */ + /* + .leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 1s cubic-bezier(1, 0, 0, 1); + -moz-transition: -moz-transform 1s cubic-bezier(1, 0, 0, 1); + -o-transition: -o-transform 1s cubic-bezier(1, 0, 0, 1); + transition: transform 1s cubic-bezier(1, 0, 0, 1); + } + */ + /* + .leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } + */ +} +.vco-map .leaflet-container .leaflet-control-attribution { + color: #999; + margin-bottom: 3px !important; +} +.vco-map .leaflet-container .leaflet-control-attribution a { + color: #666; +} +.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand, +.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand { + margin-left: 5px; + text-shadow: 0px 0px 1px #FFF, 0px 0px 1px #FFF, 0px 0px 5px #FFF; + font-size: 14px; + font-weight: bold; +} +.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand span, +.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand span { + color: #c34528; + display: inline-block; + transform: rotate(45deg); + -ms-transform: rotate(45deg); + /* IE 9 */ + -webkit-transform: rotate(45deg); + /* Opera, Chrome, and Safari */ +} +.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand:hover, +.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand:hover { + text-decoration: none; + color: #dd735a; +} +.vco-map .leaflet-container img.leaflet-image-layer { + max-width: none !important; +} +.vco-map .leaflet-overlay-pane { + z-index: auto; +} +.vco-map .leaflet-overlay-pane .leaflet-image-layer { + z-index: -1; +} +.vco-map .leaflet-overlay-pane svg { + z-index: 4; +} +.vco-map .leaflet-fade-anim .leaflet-tile, +.vco-map .leaflet-fade-anim .leaflet-popup { + opacity: 0; + -webkit-transition: opacity 0.5s linear; + -moz-transition: opacity 0.5s linear; + -o-transition: opacity 0.5s linear; + transition: opacity 0.5s linear; +} +.vco-map .leaflet-fade-anim .leaflet-tile-loaded, +.vco-map .leaflet-fade-anim .leaflet-map-pane .leaflet-popup { + opacity: 1; +} +.vco-map .leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 1s cubic-bezier(0.75, 0.1, 0.2, 1); + -moz-transition: -moz-transform 1s cubic-bezier(0.75, 0.1, 0.2, 1); + -o-transition: -o-transform 1s cubic-bezier(0.75, 0.1, 0.2, 1); + transition: transform 1s cubic-bezier(0.75, 0.1, 0.2, 1); + -webkit-transform: translateZ(0); + -webkit-perspective: 1000; + -webkit-backface-visibility: hidden; +} +.vco-map.vco-map-touch-zoom .leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1); + -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1); + -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1); + transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); + -webkit-transform: translateZ(0); + -webkit-perspective: 1000; + -webkit-backface-visibility: hidden; +} +.vco-map .leaflet-bottom { + bottom: 0; +} +.vco-map .leaflet-right { + left: 0; + right: auto; +} +.vco-map .leaflet-container .leaflet-control-attribution { + background-color: transparent; + box-shadow: none; + margin: 0; + border: none; + font-size: 10px; +} +.vco-map .leaflet-container { + background-color: transparent; +} +.vco-map .leaflet-popup-content-wrapper { + display: none; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + border: 1px solid #b3b3b3; + -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3); + box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3); + -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); + box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); +} +.vco-map .leaflet-popup-content-wrapper .leaflet-popup-content { + margin: 7px; +} +.vco-map .leaflet-popup-content-wrapper .leaflet-popup-content h4 { + margin: 0; + font-weight: normal; +} +.vco-map .leaflet-popup-tip-container { + margin: 0 auto; + width: 40px; + height: 20px; + position: relative; + overflow: hidden; + display: none; +} +.vco-map .leaflet-bar { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +/* Landscape +================================================== */ +.vco-layout-landscape .vco-map .leaflet-bottom { + bottom: 0; +} +.vco-layout-landscape .vco-map .leaflet-right { + left: 0; + right: auto; +} +.vco-layout-landscape .vco-map .leaflet-top { + bottom: 0; + top: 28px; +} +.vco-layout-portrait .leaflet-bottom { + bottom: 0; + top: auto; +} +/* Mobile, iPhone and skinny +================================================== */ +.vco-mobile.vco-skinny .leaflet-control-zoom, +.vco-mobile.vco-skinny .leaflet-control-layers { + display: none; +} +.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution { + font-size: 8px; +} +.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution .vco-knightlab-brand, +.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand { + font-size: 8px; +} +.vco-skinny .leaflet-container .leaflet-control-attribution { + background-color: transparent; + box-shadow: none; + margin: 0; + border: none; + font-size: 8px; +} +.vco-skinny .leaflet-container .leaflet-control-attribution .vco-knightlab-brand, +.vco-skinny .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand { + font-size: 12px; +} +.vco-map .leaflet-container .leaflet-bottom .leaflet-control-minimap { + margin-left: 10px; + margin-bottom: 25px; +} +.vco-map .leaflet-container .leaflet-top .leaflet-control-minimap { + margin-left: 10px; + margin-top: 10px; +} +.vco-map .leaflet-container .leaflet-control-minimap { + border: solid #FFF 2px; + -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3); + box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3); + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + background-color: #b3b3b3; + transition: all 0.2s; + border: 2px solid #b3b3b3; +} +.vco-map .leaflet-container .leaflet-control-minimap a { + background-color: #b3b3b3; + z-index: 99999; + transition: all 0.2s; + border-radius: 3px 0px 0px 0px; +} +.vco-map .leaflet-container .leaflet-control-minimap a.minimized { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); +} +.vco-map .leaflet-container .leaflet-control-minimap-toggle-display { + height: 19px; + width: 19px; + position: absolute; + bottom: 0; + right: 0; + border: 1px solid #b3b3b3; + background-color: #808080; +} +.vco-map .leaflet-container .leaflet-control-minimap-toggle-display:after { + font-family: 'vco-icons'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + color: #FFF; + font-size: 20px; + content: "\e647"; +} +.vco-map .leaflet-container .mapbox-maplogo { + position: relative; + display: inline-block; + height: 20px; + width: 65px; + margin: 0 3px -5px 3px; + text-indent: -9999px; + z-index: 99999; + overflow: hidden; + background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-position: 0 0 ; + background-size: 65px 20px; +} +/* Requires Variables.less +================================================== */ +.vco-map { + /* Marker Media Icons + ================================================== */ +} +.vco-map .vco-mapmarker, +.vco-map .vco-mapmarker-active { + font-family: 'vco-icons'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + width: 38px !important; + height: 52px !important; + top: -46px; + left: -13px; +} +.vco-map .vco-mapmarker:before, +.vco-map .vco-mapmarker-active:before { + content: "\e600"; + font-size: 52px; + text-shadow: rgba(0, 0, 0, 0.66) 0px 2px 5px; +} +.vco-map .vco-mapmarker { + color: #a5a5a5; +} +.vco-map .vco-mapmarker-active { + color: #c34528; +} +.vco-map .vco-mapmarker-image-icon, +.vco-map .vco-mapmarker-image-icon-active { + border: 2px solid #a5a5a5; + box-shadow: 2px 2px 2px #000; + opacity: 1; +} +.vco-map .vco-mapmarker-image-icon { + -webkit-filter: grayscale(100%); + -moz-filter: grayscale(100%); + filter: grayscale(100%); +} +.vco-map .vco-mapmarker-image-icon-active { + opacity: 1; + border: 4px solid #c34528; + -webkit-filter: grayscale(0); + -moz-filter: grayscale(0); + filter: grayscale(0); +} +.vco-map .vco-mapmarker-icon:after { + font-size: 24px; + color: #FFF; + text-align: center; + width: 38px; + height: 24px; + overflow: hidden; + display: block; + position: absolute; + top: 8px; + left: 0px; + filter: alpha(opacity=75); + -khtml-opacity: 0.75; + -moz-opacity: 0.75; + opacity: 0.75; +} +.vco-map .vco-mapmarker-active.vco-mapmarker-icon:after { + filter: alpha(opacity=100); + -khtml-opacity: 1; + -moz-opacity: 1; + opacity: 1; +} +.vco-map .vco-icon-wikipedia:after { + font-size: 16px; + top: 12px; +} +.vco-map .vco-icon-image:after { + top: 6px; +} +.vco-map .vco-icon-vine:after, +.vco-map .vco-icon-vimeo:after, +.vco-map .vco-icon-twitter:after { + top: 8px; +} +/* Mobile, iPhone and skinny +================================================== */ +/* Requires Variables.less +================================================== */ +.vco-map .vco-mapimage-display:hover .vco-mapmarker, +.vco-map .vco-mapimage-display:hover .vco-mapmarker-active { + display: block; +} +.vco-map .vco-mapimage-display .vco-mapmarker, +.vco-map .vco-mapimage-display .vco-mapmarker-active { + display: none; +} +/* Mobile, iPhone and skinny +================================================== */ +/* Requires Variables.less +================================================== */ +.vco-map { + height: 100%; + overflow: hidden; + top: 0px; + background-color: #333; +} +.vco-map .vco-map-mask { + width: 100%; + height: 100%; + overflow: hidden; +} +.vco-map .vco-map-mask .vco-map-display { + width: 100%; + height: 100%; +} +/* Mobile, iPhone and skinny +================================================== */ +.vco-storymap h2.vco-headline-title .vco-snapmap-instagram, +.vco-storymap h2.vco-headline-title .vco-snapmap-flickr { + text-align: center; + display: block; + text-transform: none !important; +} +.vco-storymap h2.vco-headline-title .vco-snapmap-instagram a, +.vco-storymap h2.vco-headline-title .vco-snapmap-flickr a { + color: #666666; +} +.vco-storymap .vco-media-instagram-likes { + display: inline-block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: bold; + margin-top: 10px; + font-size: 12px; + color: #666666; + /* + &:before { + content:'\2665'; + margin-right:3px; + font-weight:normal; + font-size:14px; + } + */ +} +.vco-storymap .vco-media-instagram-likes:after { + content: 'Likes'; + margin-left: 3px; + color: #999; + font-weight: normal; + margin-right: 10px; +} +.vco-storymap .vco-snapmap-user-description, +.vco-storymap .vco-snapmap-user-location { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + display: block; +} +.vco-storymap .vco-snapmap-instagram-text { + text-align: center; + display: none; +} +.vco-storymap .vco-snapmap-instagram-text a { + color: #000; +} +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a { + display: inline-block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: bold; + margin-top: 10px; + font-size: 12px; + margin-left: 20px; +} +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts:after, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by:after, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows:after, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website:after, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a:after { + margin-left: 3px; + color: #999; + font-weight: normal; +} +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts:after { + content: 'Posts'; +} +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by:after { + content: 'Followers'; +} +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows:after { + content: 'Following'; +} +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a { + font-weight: normal; + display: block; + margin: 0; + color: #999; +} +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website:after, +.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a:after { + margin-left: 0; + color: #999; + font-weight: normal; +} +.vco-storymap .vco-snapmap-user-location { + font-weight: bold; + font-size: 12px; + text-align: center; +} +.vco-storymap .vco-snapmap-flickr-views { + display: block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: bold; + margin-top: 10px; + font-size: 12px; +} +.vco-storymap .vco-snapmap-flickr-views:after { + content: 'Views'; + margin-left: 3px; + color: #999; + font-weight: normal; +} +/* simplified from https://jekyllcodex.org/without-plugin/lightbox/ */ +#lightbox { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background: rgba(0, 0, 0, 0.85); + z-index: 9999999; + line-height: 0; + cursor: pointer; + display: none; +} +#lightbox .img { + position: relative; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + max-width: 100%; + max-height: 100%; +} +#lightbox .img img { + opacity: 0; + pointer-events: none; + width: auto; +} +@media screen and (min-width: 1200px) { + #lightbox .img { + max-width: 1200px; + } +} +@media screen and (min-height: 1200px) { + #lightbox .img { + max-height: 1200px; + } +} +#lightbox #close { + height: 50px; + width: 50px; + position: fixed; + cursor: pointer; + text-decoration: none; + z-index: 99; + right: 0; + top: 0; +} +#lightbox #close:after, +#lightbox #close:before { + position: absolute; + margin-top: 22px; + margin-left: 14px; + content: ""; + height: 3px; + background: white; + width: 23px; + transform-origin: 50% 50%; + transform: rotate(-45deg); +} +#lightbox #close:after { + transform: rotate(45deg); +} +#lightbox, +#lightbox * { + user-select: none; +} +/* StoryMap +================================================== */ +.vco-storymap { + width: 100%; + height: 100%; + font-size: 16px; + line-height: normal; + overflow: hidden; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; +} +.vco-storymap *, +.vco-storymap *::before, +.vco-storymap *::after { + box-sizing: content-box; +} +/* Portrait +================================================== */ +.vco-layout-portrait .vco-storyslider { + padding-top: 10px; + -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2); + box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2); +} +/* Landscape +================================================== */ +.vco-layout-landscape .vco-storyslider { + padding-top: 0px; + position: absolute; + width: 50%; + left: 50%; + overflow: visible; +} +.vco-layout-landscape .vco-storyslider .vco-slider-background { + margin-left: -20%; + width: 120%; + overflow: hidden; + background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0.0001) 0%), color-stop(rgba(255, 255, 255, 0.85) 15%)); + background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0001) 0%, rgba(255, 255, 255, 0.85) 15%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d9ffffff', GradientType=1); +} +.vco-layout-landscape .vco-storyslider .vco-slider-container-mask { + overflow: visible; +} +/* Default Fonts +================================================== */ +/* +.vco-storymap { + font-family:'Pontano Sans',sans-serif !important; +} +.vco-storymap { + h1, h2, h3, h4, h5, h6 { + font-family:'Bevan',serif !important; + font-weight: normal; + } +} +.vco-secondary-font { + +} +*/ +/* Right to Left +================================================== */ +.vco-rtl .vco-text-content, +.vco-rtl .vco-text, +.vco-rtl .vco-caption, +.vco-rtl .vco-media-wikipedia, +.vco-rtl .vco-headline, +.vco-rtl .vco-media-blockquote { + text-align: right; +} + + +/*# sourceMappingURL=storymap.css.map*/ \ No newline at end of file diff --git a/dist/css/storymap.css.map b/dist/css/storymap.css.map new file mode 100644 index 0000000..ec08f40 --- /dev/null +++ b/dist/css/storymap.css.map @@ -0,0 +1 @@ +{"version":3,"file":"../css/storymap.css","mappings":"AAAA;;;;;;;;;CASC;AACD;oDACoD;AACpD;uDACuD;AACvD;oDACoD;AACpD;oDACoD;AACpD;oDACoD;AACpD;oDACoD;AACpD;oDACoD;AACpD;oDACoD;AACpD;;sEAEsE;AACtE;6FAC6F;AC3B7F;ED6BE;;;8FAG4F;EAC5F;;8FAE4F;EAC5F;;8FAE4F;EAC5F;;8FAE4F;EAC5F;;8FAE4F;AAC9F;AC7CA;EAQE;EACG;EACK;ADwCV;AClDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AD6GF;ACvIA;;;;;;EA6BE;ADkHF;AC/IA;EA+BS;EAA2B;ADoHpC;ACnJA;;EAgCU;ADuHV;ACvJA;;;;EAiC0D;AD4H1D;AC7JA;EAkCW;AD8HX;AChKA;;EAmCqB;ADiIrB;ACpKA;;;;;;;;;;EAqCE;AD2IF;AChLA;;;EAwCE;GACA;GACA;AD6IF;ACvLA;EAiDE;ADyIF;AC1LA;EAoDE;ADyIF;AC7LA;;EA2DE;EACA;EACA;EACA;ADsIF;ACpMA;EAiEE;ADsIF;ACvMA;EAoEE;ADsIF;AC1MA;EA2EE;EACA;ADkIF;AC9MA;;;;EAmFG;EACA;EACA;GACA;ADiIH;ACvNA;;EAyFG;GACA;ADkIH;AC5NA;;EA6FG;EACA;ADmIH;ACjOA;;;;EAiGG;EACA;ADsIH;ACxOA;EAqGG;EACA;EACG;EACK;ADsIX;AC9OA;EA2GG;ADsIH;ACjPA;EA8GG;EACA;ADsIH;AExPA;EACC;AF0PD;AE3PA;;;EAIE;EACA;AF4PF;AEjQA;;;EAOG;EACA;AF+PH;AEvQA;;;EAYE;EACA;EACA;AFgQF;AE9QA;;;EAgBG;EACA;AFmQH;AEpRA;EAqBE;EACA;AFkQF;AExRA;EAwBG;EACA;EACA;EACA;AFmQH;AE9RA;EAgCE;EACA;AFiQF;AElSA;EAqCE;EACA;EACA;EAEA;AF+PF;AExSA;EA4CG;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AF+PH;AE9PG;;EAEC;EACA;AFgQJ;AE3PE;EAAA;IAEE;IACA;IACA;EF6PF;EE5PE;;IAEC;IACA;EF8PH;AACF;AErUA;;EA+EE;AF0PF;AEzUA;;EAmFE;AF0PF;AE7UA;EAsFE;EACA;AF0PF;AEjVA;EA0FE;EACA;AF0PF;AErVA;;;;EA+FE;EACA;AF4PF;AE5VA;;;;EAkGG;AFgQH;AElWA;;EAuGE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AF+PF;AE7WA;;EAgHG;EACA;EACA;EACA;EACA;EACA;AFiQH;AEtXA;;EAyHG;AFiQH;AE1XA;EA6HE;EACA;EACA;EACA;EACA;EACA;AFgQF;AElYA;EAsIE;EACA;EACA;EACA;EACA;EACA;AF+PF;AE1YA;EA+IE;AF8PF;AE7YA;EAiJG;AF+PH;AEhZA;EAuJE;EACA;EACA;AF4PF;AErZA;EA8JG;EACA;EACA;AF0PH;AE1ZA;EAkKI;AF2PJ;AE7ZA;EA0KE;EACA;EACA;EACA;EACA;EACA;EACA;EC3HA;EACG;EACK;ED2HR;EACA;EACA;AFwPF;AElPA;EACC;;;IAEE;IACA;EFqPD;AACF;AE9OA;EACC;;;IAEE;IACA;EFiPD;AACF;AE3OA;EAEE;EACA;AF4OF;AACA;oDACoD;AI/bpD;EACC;EACA;EACA;EAKA;EACA;AJ6bD;AI1bA;;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EJ6bC,sCAAsC;EI1bvC;EACA;AJ4bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AIxbA;EACC;AJ0bD;AACA;oDACoD;AK9nBpD;EACC;EFyGA;EACG;EACC;EACC;EACG;AHwhBT;AACA;oDACoD;AMvoBpD;EACC;EAGA;EACA;EAKA;EAEA;EACA;EACA;EACA;ANkoBD;AMjpBA;EAmBE;ANioBF;AACA;oDACoD;AACpD;oDACoD;AACpD;;;;;;;;;;;;;;;;;;;;;;CAsBC;AMhnBD;EACC;IACC;ENknBA;EMhnBD;IACC;ENknBA;AACF;AMhnBA;EACC;IAAM;ENmnBL;EMlnBD;IAAI;ENqnBH;AACF;AMpnBA;EACC;IAAM;ENunBL;EMtnBD;IAAI;ENynBH;AACF;AMxnBA;EACC;IAAM;EN2nBL;EM1nBD;IAAI;EN6nBH;AACF;AACA;oDACoD;AOjtBpD;EACC;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;APitBD;AO3tBA;;EAYE;EACA;EACA;EACA;EACA;EACA;APmtBF;AOhtBC;EACC;EACA;APktBF;AO1sBE;EACC;EACA;AP4sBH;AO1sBE;EACC;EACA;AP4sBH;AOrsBA;EACC;IACC;EPusBA;EOrsBD;IACC;EPusBA;AACF;AOrsBA;EACC;IAAM;EPwsBL;EOvsBD;IAAI;EP0sBH;AACF;AOzsBA;EACC;IAAM;EP4sBL;EO3sBD;IAAI;EP8sBH;AACF;AO7sBA;EACC;IAAM;EPgtBL;EO/sBD;IAAI;EPktBH;AACF;AACA;oDACoD;AQnxBpD;;EACC;EAEA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;ARmxBD;AQhyBA;;EAeE;EACA;EACA;EACA;EACA;ARqxBF;AQxyBA;;EAsBG;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ARsxBH;AQnzBA;;EAgCG;EACA;EACA;EACA;ELyCF;EACG;EACK;EKzCN;EACA;EACA;EAEA;EACA;ARwxBH;AQrxBE;EACC;IAAK;ERwxBN;EQvxBC;IAAM;ER0xBP;EQzxBC;IAAO;ER4xBR;AACF;AQ1xBE;EACC;IAAK;ER6xBN;EQ5xBC;IAAM;ER+xBP;EQ9xBC;IAAO;ERiyBR;AACF;AQ9xBA;ELmEC;AH8tBD;AQjyBA;;EAKE;EACA;ARgyBF;AQtyBA;EAUG;EACA;EACA;EACA;EACA;EACA;AR+xBH;AQ9yBA;EAiBI;EACA;EACA;EACA;EACA;EACA;EL7BF;EACG;EACK;AH8zBV;ASr3BA;EACC;EACA;EACA;ATu3BD;ASp3BA;ENSC;EACG;EACE;EACG;EAXR;EACG;EACE;EACG;AH03BT;ASz3BA;ENIC;EACG;EACE;EACG;EAXR;EACG;EACE;EACG;AHo4BT;AACA;oDACoD;AU94BpD;EACC;EAEA;EACA;EACA;EACA;EAGA;EACA;AV64BD;AUv5BA;EAiBE;EACA;EACA;EACA;EACA;AVy4BF;AU95BA;EAuBG;EACA;EACA;EAEA;EACA;AVy4BH;AUv4BE;EAEE;EACA;AVw4BJ;AUz6BA;EAsCE;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EP3BA;EACA;EACE;EACK;EO0BP;EACA;EACG;EACE;EACA;AVu4BP;AU77BA;EAyDE;EACA;EACA;EACA;AVu4BF;AUn8BA;EA+DE;EACA;EACA;EACA;EACA;EAEA;AVs4BF;AU38BA;EAyEG;EACA;EACA;EACA;EACA;AVq4BH;AUl9BA;EAiFI;EACA;EACA;EAEA;EACA;EACA;AVm4BJ;AU19BA;EA8FI;EACA;EACA;EAGA;EACA;EACA;EACA;AV63BJ;AUn+BA;EAyGK;AV63BL;AACA;oDACoD;AUr3BpD;EAIG;AVo3BH;AUx3BA;EAQI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;AVk3BJ;AUl4BA;EAuBI;EACA;EACA;EACA;EACA;AV82BJ;AUz4BA;EA6BK;EACA;AV+2BL;AACA;oDACoD;AUv2BpD;EAIG;AVs2BH;AU12BA;EAMI;EACA;EACA;EACA;EACA;AVu2BJ;AACA;oDACoD;AU/1BpD;;EPnIC;EACA;AHs+BD;AUp2BA;;;;;;;;;;;;;;EPnIC;EACA;AHu/BD;AUr3BA;;;;;;;;;;;;EPnIC;EACA;EO0IC;AV63BF;AUr4BA;;;;EPnIC;EACA;AH8gCD;AU54BA;;;;EPnIC;EACA;AHqhCD;AUn5BA;;;;EPnIC;EACA;AH4hCD;AU15BA;;;;EPnIC;EACA;AHmiCD;AACA;oDACoD;AACpD;oDACoD;AUv3BpD;EACC;EACA;EACG;EACE;EACA;EAGL;EACA;AVu3BD;AUh4BA;;;;;;;EAcE;AV23BF;AUz4BA;;EAiBE;AV43BF;AU74BA;;EAsBG;AV23BH;AUj5BA;;EAwBI;AV63BJ;AACA;oDACoD;AACpD;oDACoD;AUp3BpD;EAGG;EVo3BD,wDAAwD;EGplCzD;EHslCC,0BAA0B;EGplC3B;EAYC;EACG;EACK;AH2kCV;AU93BA;EAOI;AV03BJ;AACA;oDACoD;AUp3BpD;EAKK;EAEA;EACA;EACA;EACA;AVi3BL;AU33BA;EAaK;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;AVg3BL;AUn2BA;EAEE;AVo2BF;AUt2BA;EAKG;EACA;EACA;EACA;AVo2BH;AU52BA;EAUI;EACA;EACA;EACA;AVq2BJ;AUl3BA;EAeK;EACA;EACA;EACA;EACA;AVs2BL;AUz3BA;EAuBK;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AVq2BL;AUp4BA;EAiCM;EACA;EACA;AVs2BN;AU31BA;;;;;EAKK;AV61BL;AACA;oDACoD;AACpD;oDACoD;AWpsCpD;;EACC;EACA;EACA;EACA;AXusCD;AW3sCA;;EAOE;EACA;EACA;AXwsCF;AWjtCA;;;;EAYE;EAIG;EACI;EXwsCP,4BAA4B;EWrsCrB;EAEL;EACG;EACC;EACI;ERPV;EACA;EACE;EACK;AH8sCT;AWnuCA;;EAoCE;EACA;EACA;EACA;EACA;AXmsCF;AW3uCA;;EA4CE;AXmsCF;AACA;oDACoD;AW9rCpD;;;;;;EAGG;EAEA;AXksCH;AWhsCE;;;;;;EAGE;EACA;AXqsCJ;AWhtCA;;EAgBE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AXosCF;AWlsCC;;;;ER7DC;EACA;EACE;EACK;AHqwCT;AWpsCA;EACC;EACA;EACG;AXssCJ;AWzsCA;EAKE;AXusCF;AWtsCE;EACC;AXwsCH;AWrsCC;EAEQ;AXssCT;AWjsCA;EACC;EACA;AXmsCD;AWrsCA;EAIE;AXosCF;AWnsCE;EACC;AXqsCH;AWlsCC;EAEE;AXmsCH;AACA;oDACoD;AW7rCpD;EAEK;AX8rCL;AWhsCA;EAIG;AX+rCH;AW7rCE;EAEO;ERhHP;EACA;EACE;EACK;AH+yCT;AW3rCE;EAEE;ERzHF;EACA;EACE;EACK;AHszCT;AWjtCA;;EAyBG;EACA;AX4rCH;AWttCA;;;;;;EA4BI;AXksCJ;AW/rCG;;;;;;EAEE;AXqsCL;AWtuCA;;;;EAuCG;AXqsCH;AW5uCA;;ERxGE;EACA;EACE;EACK;AHw1CT;AACA;oDACoD;AWjsClD;EACC;AXmsCH;AWpsCE;EAGO;ER/JP;EACA;EACE;EACK;AHo2CT;AWpsCE;EAEE;ERrKF;EACA;EACE;EACK;AH22CT;AWlsCE;EAGE;ER/KF;EACA;EACE;EACK;AHk3CT;AWlsCE;ERnLA;EACA;EACE;EACK;EQmLH;AXssCN;AACA;oDACoD;AW7rClD;;ERjMA;EACA;EACE;EACK;AHk4CT;AW/rCE;;ERtMA;EACA;EACE;EACK;AHy4CT;AACA;oDACoD;AW9rCpD;;;;;;;;EAEE;AXssCF;AACA;oDACoD;AW9rChD;;EAEC;EAGA;EACA;AX8rCL;AWxsCA;;;;;;EAcI;AXksCJ;AWhtCA;;;;EAiBI;AXqsCJ;AWttCA;EAsBG;EACA;AXmsCH;AWhsCI;ERzMF;EACG;AH44CL;AWhsCG;EAEE;AXisCL;AWjuCA;EAsCI;AX8rCJ;AW5rCK;ER/MH;EACG;AH84CL;AACA;oDACoD;AACpD;oDACoD;AYt9CpD;EACC;EACA;EACA;EToGA;EACG;EACC;EACC;EACG;EStGR;AZ49CD;AYj+CA;;;;;EAOE;EACA;AZi+CF;AYz+CA;EAWE;EACA;EACA;EACA;EACA;EACA;EACA;AZi+CF;AYl/CA;EAoBE;EACA;EACA;EAEA;EACA;EACA;AZg+CF;AY1/CA;EA6BE;EACA;EACA;EAEA;EACA;AZ+9CF;AYjgDA;EAoCG;EACA;EACA;EACA;EACA;EACA;AZg+CH;AYzgDA;EA4CI;EACA;EACA;EACA;AZg+CJ;AACA;oDACoD;AaphDpD;EAGC;EACA;EACA;EAEA;EACA;EACA;AbmhDD;Aa5hDA;EAYE;AbmhDF;Aa/hDA;EAgBG;GVkGF;AHi7CD;AGh7CC;;EAEC;EACA;AHk7CF;AGh7CC;EACC;AHk7CF;Aa3iDA;EAoBK;EAIA;AbuhDL;Aa/iDA;EAsBM;Ab4hDN;AaljDA;;EA8BK;EACA;EACA;AbwhDL;AaxjDA;;;;EAqCI;EACA;AbyhDJ;AACA;oDACoD;AalhDpD;EACC;EACA;EV2BA;EACG;EACK;AH0/CT;AACA;;;;;;;;;;;;;;;;;;;CAmBC;AACD;oDACoD;AalhDpD;GVsCC;EUlCA;EACA;AbkhDD;AGh/CC;;EAEC;EACA;AHk/CF;AGh/CC;EACC;AHk/CF;Aa/hDA;EAOE;EACA;Ab2hDF;AaniDA;EAWE;Ab2hDF;AatiDA;EAeE;EACA;Ab0hDF;Aa1iDA;EAmBE;Ab0hDF;Aa7iDA;;EAqBG;Ab4hDH;AajjDA;;EA2BE;Ab0hDF;AarjDA;EA8BE;EACA;Ab0hDF;AazjDA;EAmCE;EACA;EACA;AbyhDF;Aa9jDA;EAyCE;EACA;EACA;EACA;AbwhDF;AapkDA;EA8CG;EACA;EACA;AbyhDH;AarhDA;;;;EVpFC;EACA;EUsFC;Ab0hDF;AACA;oDACoD;AavhDpD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;AbyhDD;AACA;oDACoD;AathDpD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AbwhDD;AACA;oDACoD;AarhDpD;;;;EAGE;EVzFD;EACG;EACK;AHknDT;AACA;oDACoD;Aa9gDpD;EACC;IACC;IACA;IACA;IACA;EbghDA;AACF;AajgDA;EAEE;EACA;EACA;EACA;AbkgDF;AavgDA;;EAYI;EACA;EACA;EACA;Ab+/CJ;Aa9gDA;EAkBI;Ab+/CJ;AACA;oDACoD;Ac3tDpD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;Ad4tDD;AcvuDA;EAaE;Ad6tDF;Ac1uDA;;EAqBE;EACA;AdytDF;Ac/uDA;;EAyBE;EACA;EACA;EACA;EACA;EACA;Ad0tDF;AcxvDA;;EAgCG;EACA;EACA;EACA;Ad4tDH;Ac/vDA;EAuCE;EACA;EACA;EACA;EACA;EACA;Ad2tDF;AchtDA;;;;EAEE;EACA;AdotDF;AcvtDA;;;;;;;;EAKG;Ad4tDH;AcjuDA;;;;;;;;EAOI;AdouDJ;AACA;oDACoD;Ac5tDpD;EAEE;EACA;EACA;EACA;EACA;Ad6tDF;AACA;oDACoD;AACpD;oDACoD;AelzDpD;EAEE;AfmzDF;Ae9yDA;EAGG;Af8yDH;AgBxzDA;EAEE;EAIA;AhBszDF;AgB5zDA;EAQG;EACA;EACA;EACA;EACA;AhBuzDH;AgBn0DA;EAcI;EACA;EACA;AhBwzDJ;AgBx0DA;EAuBG;AhBozDH;AgB30DA;EA0BG;AhBozDH;AgB90DA;EA8BG;AhBmzDH;AgBj1DA;;EAkCI;EACA;AhBmzDJ;AgBt1DA;;;;EAqCK;AhBuzDL;AgB7yDA;EAGG;EACA;EACA;AhB6yDH;AgBzyDA;EAMK;EACA;AhBsyDL;AgB/xDA;EAIG;EACA;AhB8xDH;AgBnyDA;EAQK;EACA;AhB8xDL;AiB72DA;EAEE;EACA;AjB82DF;AiBj3DA;EAKG;EACA;EACA;AjB+2DH;AiBt3DA;EASI;EACA;AjBg3DJ;AiB13DA;EAcI;EACA;EACA;EACA;AjB+2DJ;AiBh4DA;EAuBG;EACA;EAKA;AjBw2DH;AiBr4DA;EAiCG;EACA;EAIA;AjBo2DH;AiB71DA;EAGG;EACA;EACA;AjB61DH;AiBx1DA;EACC;IAII;IACA;EjBu1DH;AACF;AiBh1DA;EACC;IAII;IACA;EjB+0DH;AACF;AkBn5DA;EAGG;AlBm5DH;AmB95DA;EAEE;AnB+5DF;AoBj6DA;EAEE;EACA;ApBk6DF;AoBr6DA;EAKG;EACA;ApBm6DH;AqBz6DA;EAIE;EACA;EACA;EAEA;ArBu6DF;AqB/6DA;EAWG;EACA;EACA;ArBu6DH;AqBp7DA;EAgBG;EAEA;ArBs6DH;AqBx7DA;EAqBG;EACA;ArBs6DH;AqB57DA;EAyBG;ArBs6DH;AqB/7DA;EA6BG;EACA;ArBq6DH;AqB/5DA;;EAGG;ErBg6DD,wDAAwD;EGh6DzD;EHk6DC,0BAA0B;EGh6D3B;EAYC;EACG;EACK;AHu5DV;AqB16DA;;ElBUC;EACA;AHo6DD;AqBl6DA;EAGG;EACA;ArBk6DH;AACA,oBAAoB;AsBt9DpB;;;;;;;;;;;;;;EAcC;EACA;EACA;AtBw9DD;AsBt9DA;EACC;EACA;AtBw9DD;AsBt9DA;;;EAGC;EACG;EACK;EACR;AtBw9DD;AsBt9DA;;EAEC;AtBw9DD;AACA,6DAA6D;AsBt9D7D;EACC;AtBw9DD;AACA,mEAAmE;AsBt9DnE;EACC;AtBw9DD;AsBt9DA;EACC;EACA;AtBw9DD;AsBt9DA;EACC;AtBw9DD;AsBt9DA;EACC;EACA;AtBw9DD;AACA,uEAAuE;AsBt9DvE;EACC;AtBw9DD;AsBr9DA;EAAwB;AtBw9DxB;AsBv9DA;EAAwB;AtB09DxB;AsBz9DA;EAAwB;AtB49DxB;AsB39DA;EAAwB;AtB89DxB;AsB79DA;EAAwB;AtBg+DxB;AsB/9DA;EAAwB;AtBk+DxB;AsBh+DA;EACC;EACA;AtBk+DD;AsBh+DA;EACC;EACA;EACA;AtBk+DD;AACA,wBAAwB;AsB79DxB;EACC;EACA;EACA;AtB+9DD;AsB79DA;;EAEC;EACA;EACA;AtB+9DD;AsB79DA;EACC;AtB+9DD;AsB79DA;EACC;AtB+9DD;AsB79DA;EACC;AtB+9DD;AsB79DA;EACC;AtB+9DD;AsB79DA;EACC;EACA;AtB+9DD;AsB79DA;EACC;AtB+9DD;AsB79DA;EACC;AtB+9DD;AsB79DA;EACC;AtB+9DD;AsB79DA;EACC;AtB+9DD;AsB79DA;EACC;AtB+9DD;AACA,6BAA6B;AsB19D7B;;EAEC;EACA;EACG;EACE;EACG;AtB49DT;AsB19DA;;EAEC;AtB49DD;AsBz9DA;EACC;EACG;EACE;EACG;AtB29DT;AsBz9DA;;;EAGC;EACG;EACE;EACG;AtB29DT;AsBx9DA;EACC;AtB09DD;AACA,YAAY;AsBr9DZ;EACC;AtBu9DD;AsBr9DA;EACC;EACA;AtBu9DD;AsBr9DA;;EAEC;AtBu9DD;AsBr9DA;;EAEC;EACA;EACA;AtBu9DD;AACA,kBAAkB;AsBl9DlB;EACC;EACA;AtBo9DD;AsBl9DA;EACC;AtBo9DD;AsBl9DA;EACC;AtBo9DD;AsBl9DA;EACC;EACA;AtBo9DD;AACA,uBAAuB;AsBh9DvB;EACC;AtBk9DD;AACA,2BAA2B;AsB78D3B;EACC;EACA;AtB+8DD;AsB78DA;;EAEC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AtB+8DD;AsB78DA;;EAEC;EACA;EACA;AtB+8DD;AsB78DA;EACC;AtB+8DD;AsB78DA;EACC;EACA;AtB+8DD;AsB78DA;EACC;EACA;EACA;AtB+8DD;AsB78DA;EACC;EACA;EACA;AtB+8DD;AsB58DA;EACC;EACA;EACA;AtB88DD;AACA,iBAAiB;AsBz8DjB;;EAEC;EACA;AtB28DD;AsBz8DA;EACC;AtB28DD;AsBx8DA;EACC;AtB08DD;AsBx8DA;EACC;AtB08DD;AACA,mBAAmB;AsBr8DnB;EACC;EACA;EACA;AtBu8DD;AsBr8DA;EACC;EACA;EACA;AtBu8DD;AsBr8DA;EACC;EACA;AtBu8DD;AsBr8DA;EACC;EACA;AtBu8DD;AsBr8DA;;EAEC;AtBu8DD;AsBr8DA;EACC;EACA;AtBu8DD;AsBr8DA;EACC;EACA;EACA;AtBu8DD;AsBr8DA;EACC;EACA;EACA;AtBu8DD;AsBr8DA;EACC;AtBu8DD;AsBr8DA;EACC;EACA;EACA;AtBu8DD;AACA,mCAAmC;AsBl8DnC;EACC;EACA;EACA;AtBo8DD;AsBl8DA;;EAEC;EACA;AtBo8DD;AsBl8DA;EACC;AtBo8DD;AsBl8DA;EACC;AtBo8DD;AsBl8DA;;EAEC;AtBo8DD;AsBl8DA;EACC;AtBo8DD;AsBl8DA;EACC;AtBo8DD;AsBl8DA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACK;EAEL;EACA;AtBm8DD;AsBj8DA;EACC;EACA;EACA;AtBm8DD;AsBj8DA;EACC;AtBm8DD;AsBh8DA;;;EAGC;AtBk8DD;AsBh8DA;;EAEC;EACA;AtBk8DD;AACA,UAAU;AsB77DV;EACC;EACA;AtB+7DD;AsB77DA;EACC;EACA;EACA;AtB+7DD;AsB77DA;EACC;EACA;AtB+7DD;AsB77DA;EACC;AtB+7DD;AsB77DA;EACC;EACA;EACA;EACA;EACA;AtB+7DD;AsB77DA;EACC;EACA;EACA;EAEA;EAEA;EACG;EACC;EACC;EACG;AtB67DT;AsB37DA;;EAEC;EAEA;AtB47DD;AsB17DA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AtB47DD;AsB17DA;EACC;AtB47DD;AsB17DA;EACC;EACA;EACA;AtB47DD;AsBz7DA;EACC;AtB27DD;AsBz7DA;EACC;EACA;EAEA;EACA;AtB07DD;AsBx7DA;EACC;AtB07DD;AsBv7DA;;;;EAIC;AtBy7DD;AACA,aAAa;AsBp7Db;EACC;EACA;AtBs7DD;AuBl5EA;EACC;EACA;AvBo5ED;AuBl5EA;EACC;EACA;EACA;AvBo5ED;AuBj5EA;EACC;AvBm5ED;AuBh5EA;EACC;GACA;EACA;GACA;EAEA;EACA;AvBi5ED;AuB/4EA;EACC;AvBi5ED;AuB/4EA;;EACC;AvBk5ED;AuBh5EA;EACC;AvBk5ED;AuB/4EA;;EAEC;AvBi5ED;AuB74EA;;;EAGC;AvB+4ED;AuB74EA;EACC;AvB+4ED;AuB74EA;EACC;EACA;AvB+4ED;AACA;oDACoD;AwBh8EpD;ExBk8EE;;;;;;;EAOA;EACA;;;;;;;EAOA;EACA;;;;;;;EAOA;AACF;AwB19EA;EAoBG;EACA;AxBy8EH;AwB99EA;EAuBI;AxB08EJ;AwBj+EA;;EA0BI;EAEA;EACA;EACA;AxB08EJ;AwBx+EA;;EAgCK;EACA;EACA;EACA;ExB48EH,SAAS;EwB38EN;ExB68EH,8BAA8B;AAChC;AwB58EI;;EACC;EACA;AxB+8EL;AwBv/EA;EA8CM;AxB48EN;AwB1/EA;EAoDE;AxBy8EF;AwB7/EA;EAsDG;AxB08EH;AwBhgFA;EAyDG;AxB08EH;AwBngFA;;EA8DE;EACA;EACG;EACE;EACG;AxBy8EV;AwB3gFA;;EAsEE;AxBy8EF;AwB/gFA;EAyEE;EACG;EACE;EACG;EACR;EACA;EACA;AxBy8EF;AwBv8EC;EAEE;EACG;EACE;EACG;EACR;EACA;EACA;AxBw8EH;AwBjiFA;EAqGE;AxB+7EF;AwBpiFA;EAwGE;EACA;AxB+7EF;AwBxiFA;EA4GE;EACA;EACA;EACA;EACA;AxB+7EF;AwB/iFA;EAqHE;AxB67EF;AwBljFA;EA2HE;ErBxEA;EACG;EACK;EqBwER;ErBjDD;EACG;EACK;EAFR;EACG;EACK;AHi/ET;AwB/jFA;EAmIG;AxB+7EH;AwBlkFA;EAqII;EACA;AxBg8EJ;AwBtkFA;EA4IE;EACA;EACA;EACA;EACA;EACA;AxB67EF;AwB9kFA;ErB4EC;EACG;EACK;AHqgFT;AACA;oDACoD;AwBv7EpD;EAGG;AxBu7EH;AwB17EA;EAOG;EACA;AxBs7EH;AwB97EA;EAWG;EACA;AxBs7EH;AwB76EA;EAME;EACA;AxB06EF;AACA;oDACoD;AwBp6EpD;;EAEE;AxBs6EF;AwBx6EA;EAMG;AxBq6EH;AwB36EA;;EAQI;AxBu6EJ;AwBl6EA;EAGE;EACA;EACA;EACA;EACA;AxBk6EF;AwBz6EA;;EASG;AxBo6EH;AyB9nFA;EAII;EACA;AzB6nFJ;AyBloFA;EAUI;EACA;AzB2nFJ;AyBtoFA;EAeM;EtB+DL;EACG;EACK;EA3BP;EACG;EACK;EsBpCP;EACG;EACH;AzB6nFH;AyBlpFA;EAyBM;EAEA;EACA;EACA;AzB2nFN;AyBxpFA;EAiCM;EACA;AzB0nFN;AyB5pFA;EAwCM;EACA;EACA;EACA;EACA;EACH;EACA;AzBunFH;AyBrqFA;EAiDG;EACA;EACA;EACA;EACA;EACA;EACA;EzBunFD,sCAAsC;EyBpnFrC;EACA;EAGA;EACA;EACA;AzBonFH;A0BprFA;EAGG;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;A1BkrFH;AACA;oDACoD;A2B7rFpD;E3B+rFE;qDACmD;AACrD;A2BjsFA;;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;E3BmsFA,sCAAsC;E2BhsFtC;EACA;EAGA;EACA;EAEA;EACA;A3B+rFF;A2BltFA;;EAwBE;EACA;EACA;A3B8rFF;A2BxtFA;EA+BE;A3B4rFF;A2B3tFA;EAkCE;A3B4rFF;A2B9tFA;;EAsCE;EACA;EACA;A3B4rFF;A2BpuFA;EA4CE;EACA;EACA;A3B2rFF;A2BzuFA;EAiDE;EACA;EACA;EACA;EACA;A3B2rFF;A2BhvFA;EA4DG;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EAEA;EACA;ExBvDD;EACA;EACE;EACK;AH6uFT;A2BhwFA;ExBgBE;EACA;EACE;EACK;AHmvFT;A2BtwFA;EAqFE;EAEA;A3BmrFF;A2B1wFA;EA0FE;A3BmrFF;A2B7wFA;;;EA8FE;A3BorFF;AACA;oDACoD;AACpD;oDACoD;A4BtxFpD;;EAGG;A5BuxFH;A4B1xFA;;EASG;A5BqxFH;AACA;oDACoD;AACpD;oDACoD;A6BvyFpD;EACC;EACA;EACA;EACA;A7ByyFD;A6B7yFA;EAME;EACA;EACA;A7B0yFF;A6BlzFA;EAUG;EACA;A7B2yFH;AACA;oDACoD;A8B1zFpD;;EAiBG;EACA;EACA;A9B6yFH;A8Bh0FA;;EAqBI;A9B+yFJ;A8Bp0FA;EA2BE;EACA;EACA;EACA;EACA;EACA;E9B4yFA;;;;;;;GAOC;AACH;A8B3yFE;EACC;EACA;EACA;EACA;EACA;A9B6yFH;A8B31FA;;EAkDE;EAGA;A9B2yFF;A8Bh2FA;EA0DE;EACA;A9ByyFF;A8Bp2FA;EA6DG;A9B0yFH;A8Bv2FA;;;;;EAoEG;EACA;EACA;EACA;EACA;EACA;A9B0yFH;A8BzyFG;;;;;EACC;EACA;EACA;A9B+yFJ;A8B53FA;EAiFG;A9B8yFH;A8B/3FA;EAqFG;A9B6yFH;A8Bl4FA;EAyFG;A9B4yFH;A8Br4FA;;EA8FG;EACA;EACA;EACA;A9B2yFH;A8B1yFG;;EACC;EACA;EACA;A9B6yFJ;A8Bl5FA;EA8GE;EACA;EACA;A9BuyFF;A8Bv5FA;EAmHE;EACA;EACA;EACA;EACA;A9BuyFF;A8BnyFE;EACC;EACA;EACA;EACA;A9BqyFH;AACA,qEAAqE;A+Bn6FrE;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;A/Bq6FJ;A+Bn6FA;EACI;EACA;EACA;EACA;EACA;EACA;A/Bq6FJ;A+Bn6FA;EACI;EACA;EACA;A/Bq6FJ;A+Bn6FA;EACI;IACI;E/Bq6FN;AACF;A+Bn6FA;EACI;IACI;E/Bq6FN;AACF;A+Bn6FA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;A/Bq6FJ;A+Bn6FA;;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;A/Bs6FJ;A+Bp6FA;EACI;A/Bs6FJ;A+Bp6FA;;EACI;A/Bu6FJ;AACA;oDACoD;AAv6FpD;EACC;EACA;EACA;EACA;EACA;EACA;EGsCA;EACG;EACC;EACC;EACG;AHo4FT;AAp7FA;;;EASQ;AAg7FR;AACA;oDACoD;AA56FpD;EAEE;EGHD;EACG;EACK;AHi7FT;AACA;oDACoD;AA56FpD;EAEE;EAGA;EACA;EACA;EACA;AA26FF;AAn7FA;EAWG;EACA;EACA;EGyEC;EACA;EACA;EACA;AHm2FJ;AA57FA;EAkBG;AA66FH;AACA;oDACoD;AACpD;;;;;;;;;;;;;CAaC;AACD;oDACoD;AAl6FpD;;;;;;EAEE;AAw6FF","sources":["webpack://KLStoryMap/./src/less/VCO.StoryMap.less","webpack://KLStoryMap/./src/less/core/Reset.less","webpack://KLStoryMap/./src/less/Typography.less","webpack://KLStoryMap/./src/less/core/Mixins.less","webpack://KLStoryMap/./src/less/icons/Icons.less","webpack://KLStoryMap/./src/less/core/VCO.less","webpack://KLStoryMap/./src/less/ui/VCO.MenuBar.less","webpack://KLStoryMap/./src/less/ui/VCO.MenuBar.Button.less","webpack://KLStoryMap/./src/less/ui/VCO.Message.less","webpack://KLStoryMap/./src/less/animation/VCO.Animate.less","webpack://KLStoryMap/./src/less/slider/VCO.Slide.less","webpack://KLStoryMap/./src/less/slider/VCO.SlideNav.less","webpack://KLStoryMap/./src/less/slider/VCO.StorySlider.less","webpack://KLStoryMap/./src/less/media/VCO.Media.less","webpack://KLStoryMap/./src/less/media/types/VCO.Media.Text.less","webpack://KLStoryMap/./src/less/media/types/VCO.Media.Image.less","webpack://KLStoryMap/./src/less/media/types/VCO.Media.Twitter.less","webpack://KLStoryMap/./src/less/media/types/VCO.Media.Blockquote.less","webpack://KLStoryMap/./src/less/media/types/VCO.Media.Instagram.less","webpack://KLStoryMap/./src/less/media/types/VCO.Media.Profile.less","webpack://KLStoryMap/./src/less/media/types/VCO.Media.IFrame.less","webpack://KLStoryMap/./src/less/media/types/VCO.Media.Wikipedia.less","webpack://KLStoryMap/./src/less/map/leaflet/VCO.Leaflet.less","webpack://KLStoryMap/./src/less/map/leaflet/VCO.Leaflet.IE.less","webpack://KLStoryMap/./src/less/map/leaflet/VCO.Map.Leaflet.less","webpack://KLStoryMap/./src/less/map/leaflet/VCO.Leaflet.MiniMap.less","webpack://KLStoryMap/./src/less/map/leaflet/VCO.Leaflet.Mapbox.less","webpack://KLStoryMap/./src/less/map/VCO.MapMarker.less","webpack://KLStoryMap/./src/less/map/VCO.ImageMarker.less","webpack://KLStoryMap/./src/less/map/VCO.Map.less","webpack://KLStoryMap/./src/less/snapmap/VCO.SnapMap.less","webpack://KLStoryMap/./src/less/Lightbox.less"],"sourcesContent":["/*!\n\tStoryMap\n\n\tDesigned and built by Zach Wise for the Northwestern University Knight Lab\n\n\tThis Source Code Form is subject to the terms of the Mozilla Public\n\tLicense, v. 2.0. If a copy of the MPL was not distributed with this\n\tfile, You can obtain one at http://mozilla.org/MPL/2.0/.\n\n*/\n\n/* Includes\n================================================== */\n@import \"Variables.less\"; \t\t\t// Variables (easy way to make style changes)\n\n@import \"core/Mixins.less\"; \t\t// Less shortcuts and functions\n@import \"core/Reset.less\"; \t\t\t// CSS Reset\n@import \"Typography.less\";\n\n// Icons\n@import \"icons/Icons.less\";\n\n//\tComponents\n@import \"core/VCO.less\";\n\n//\tComponents\n@import \"ui/VCO.MenuBar.less\";\n@import \"ui/VCO.MenuBar.Button.less\";\n@import \"ui/VCO.Message.less\";\n\n@import \"animation/VCO.Animate.less\";\n\n@import \"slider/VCO.Slide.less\";\n@import \"slider/VCO.SlideNav.less\";\n@import \"slider/VCO.StorySlider.less\";\n\n@import \"media/VCO.Media.less\";\n@import \"media/types/VCO.Media.Text.less\";\n@import \"media/types/VCO.Media.Image.less\";\n@import \"media/types/VCO.Media.Twitter.less\";\n@import \"media/types/VCO.Media.Blockquote.less\";\n@import \"media/types/VCO.Media.Flickr.less\";\n@import \"media/types/VCO.Media.Instagram.less\";\n@import \"media/types/VCO.Media.Profile.less\";\n@import \"media/types/VCO.Media.YouTube.less\";\n@import \"media/types/VCO.Media.IFrame.less\";\n@import \"media/types/VCO.Media.Wikipedia.less\";\n\n@import \"map/leaflet/VCO.Leaflet.less\";\n@import \"map/leaflet/VCO.Leaflet.IE.less\";\n@import \"map/leaflet/VCO.Map.Leaflet.less\";\n@import \"map/leaflet/VCO.Leaflet.MiniMap.less\";\n@import \"map/leaflet/VCO.Leaflet.Mapbox.less\";\n\n@import \"map/VCO.MapMarker.less\";\n@import \"map/VCO.ImageMarker.less\";\n@import \"map/VCO.Map.less\";\n\n@import \"snapmap/VCO.SnapMap.less\";\n\n@import \"Lightbox.less\";\n\n/* StoryMap\n================================================== */\n.vco-storymap {\n\twidth:100%;\n\theight:100%;\n\tfont-size: 16px;\n\tline-height: normal;\n\toverflow:hidden;\n\tposition: relative;\n\t.user-select(none);\n *, *::before, *::after {\n box-sizing: content-box;\n }\n}\n\n/* Portrait\n================================================== */\n.vco-layout-portrait {\n\t.vco-storyslider {\n\t\tpadding-top:10px;\n\t\t.box-shadow(0px -3px 6px rgba(0,0,0,.20));\n\t}\n}\n/* Landscape\n================================================== */\n.vco-layout-landscape {\n\t.vco-storyslider {\n\t\tpadding-top:0px;\n\t\t//this._el.slider_container_mask.style.width = this.options.width + \"px\";\n\t\t//this._el.slider_container_mask.style.left = this.options.width + \"px\";\n\t\tposition:absolute;\n\t\twidth: 50%;\n\t\tleft: 50%;\n\t\toverflow:visible;\n\t\t//padding-left:10%;\n\t\t.vco-slider-background {\n\t\t\tmargin-left:-20%;\n\t\t\twidth:120%;\n\t\t\toverflow:hidden;\n\t\t\t#gradient > .horizontal(@start-color: rgba(256,256,256,.0001); @end-color: rgba(256,256,256,0.85); @start-percent: 0%; @end-percent: 15%);\n\t\t\t//#gradient > .horizontal-three-colors(@start-color: rgba(256,256,256,.0001); @mid-color: rgba(256,256,256,0.85); @color-stop: 10%; @end-color: rgba(256,256,256,.50));\n\t\t}\n\t\t.vco-slider-container-mask {\n\t\t\toverflow: visible;\n\n\t\t\t//.translucent-background(#FFF, 0.70);\n\t\t\t//#gradient > .horizontal(@start-color: rgba(256,256,256,.0001); @end-color: rgba(256,256,256,0.85); @start-percent: 0%; @end-percent: 25%);\n\t\t\t//#gradient > .horizontal-three-colors(@start-color: rgba(256,256,256,.0001); @mid-color: rgba(256,256,256,0.85); @color-stop: 10%; @end-color: rgba(256,256,256,.50));\n\t\t\t//#gradient > .radial(@inner-color: rgba(256,256,256,0.85); @outer-color: rgba(256,256,256,.0001));\n\t\t}\n\t}\n}\n/* Default Fonts\n================================================== */\n/*\n.vco-storymap {\n\tfont-family:'Pontano Sans',sans-serif !important;\n}\n.vco-storymap {\n\th1, h2, h3, h4, h5, h6 {\n\t\tfont-family:'Bevan',serif !important;\n\t\tfont-weight: normal;\n\t}\n}\n.vco-secondary-font {\n\n}\n*/\n\n\n/* Right to Left\n================================================== */\n.vco-rtl {\n\t.vco-text-content, .vco-text, .vco-caption, .vco-media-wikipedia, .vco-headline, .vco-media-blockquote{\n\t\ttext-align: right;\n\t}\n}\n","/*\tReset\n------------------------------------------------------------------------------------------- */\n\n.vco-storyjs {\n\n\t/*\tReset tags and common classes\n\t\tDisplay in IE6-9 and FF3\n\t\tBased on: http://github.com/necolas/normalize.css\n\t------------------------------------------------------------------------------------------- */\n\t\n\tdiv * {\n\t\t-webkit-box-sizing:content-box;\n\t\t -moz-box-sizing:content-box;\n\t\t box-sizing:content-box;\n\t}\n\t\n\th1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, \n\tsub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, \n\t.vco-container, .content-container, .media, .text, .vco-slider, .slider, .date, .title, .message, .map, .credit, .caption, .vco-feedback, .vco-feature, .toolbar, \n\t.marker, .dot, .line, .flag, .time, .era, .major, .minor, .vco-navigation, .start, .active {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\tborder: 0;\n\t\tfont-weight: normal;\n\t\tfont-style: normal;\n\t\tfont-size: 100%;\n\t\tline-height: 1;\n\t\tfont-family: inherit;\n\t\twidth: auto;\n\t\tfloat:none;\n\t}\n\th1, h2, h3, h4, h5, h6 {\n\t\tclear:none;\n\t}\n\ttable { border-collapse: collapse; border-spacing: 0;}\n\tol, ul { list-style: none;}\n\tq:before, q:after, blockquote:before, blockquote:after { content: \"\"; }\n\ta:focus { outline: thin dotted; }\n\ta:hover, a:active { outline: 0;}\n\tarticle, aside, details, figcaption, figure, footer, header, hgroup, nav, section {\n\t\tdisplay: block;\n\t}\n\taudio, canvas, video {\n\t\tdisplay: inline-block;\n\t\t*display: inline;\n\t\t*zoom: 1;\n\t}\n\n\t/*\tPrevents modern browsers from displaying 'audio' without controls\n\t\tBased on: http://github.com/necolas/normalize.css\n\t------------------------------------------------------------------------------------------- */\n\taudio:not([controls]) {\n\t\tdisplay: none;\n\t}\n\tdiv {\n\t\tmax-width:none;\n\t}\n\t\n\t/*\tPrevents sub and sup affecting line-height in all browsers\n\t\tBased on: http://github.com/necolas/normalize.css\n\t------------------------------------------------------------------------------------------- */\n\tsub, sup {\n\t\tfont-size: 75%;\n\t\tline-height: 0;\n\t\tposition: relative;\n\t\tvertical-align: baseline;\n\t}\n\tsup {\n\t\ttop: -0.5em;\n\t}\n\tsub {\n\t\tbottom: -0.25em;\n\t}\n\n\t/*\tImg border in a's and image quality\n\t\tBased on: http://github.com/necolas/normalize.css\n\t------------------------------------------------------------------------------------------- */\n\timg {\n\t\tborder: 0;\n\t\t-ms-interpolation-mode: bicubic;\n\t}\n\n\t/*\tForms\n\t\tBased on: http://github.com/necolas/normalize.css\n\t------------------------------------------------------------------------------------------- */\n\tbutton, input, select, textarea {\n\t font-size: 100%;\n\t margin: 0;\n\t vertical-align: baseline;\n\t *vertical-align: middle;\n\t}\n\tbutton, input {\n\t line-height: normal; // FF3/4 have !important on line-height in UA stylesheet\n\t *overflow: visible; // Inner spacing ie IE6/7\n\t}\n\tbutton::-moz-focus-inner, input::-moz-focus-inner { // Inner padding and border oddities in FF3/4\n\t border: 0;\n\t padding: 0;\n\t}\n\tbutton, input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"] {\n\t cursor: pointer; // Cursors on all buttons applied consistently\n\t -webkit-appearance: button; // Style clicable inputs in iOS\n\t}\n\tinput[type=\"search\"] { // Appearance in Safari/Chrome\n\t -webkit-appearance: textfield;\n\t -webkit-box-sizing: content-box;\n\t -moz-box-sizing: content-box;\n\t box-sizing: content-box;\n\t}\n\tinput[type=\"search\"]::-webkit-search-decoration {\n\t -webkit-appearance: none; // Inner-padding issues in Chrome OSX, Safari 5\n\t}\n\ttextarea {\n\t overflow: auto; // Remove vertical scrollbar in IE6-9\n\t vertical-align: top; // Readability and alignment cross-browser\n\t}\n}",".vco-storymap {\n\tfont-family: @font-main;\n\t\n\th1, h2, h3 {\n\t\tfont-size: @base-font-size-xlarge;\n\t\tline-height:@base-font-size-xlarge;\n\t\tsmall {\n\t\t\tfont-size: \t\t@base-font-size-large;\n\t\t\tline-height:\t@base-font-size-large;\n\t\t}\n\t}\n\th4, h5, h6 {\n\t\tfont-size: @base-font-size-large;\n\t\tline-height:@base-font-size-large;\n\t\tmargin-bottom:0px;\n\t\tsmall {\n\t\t\tfont-size: @base-font-size;\n\t\t\tline-height:@base-font-size;\n\t\t}\n\t}\n\th2.vco-headline-title {\n\t\tfont-size: @base-font-size-xlarge + 10;\n\t\tline-height: @base-font-size-xlarge + 10;\n\t\tsmall {\n\t\t\tdisplay:block;\n\t\t\tmargin-top:5px;\n\t\t\tfont-size: @base-font-size-large;\n\t\t\tline-height:@base-font-size-large;\n\t\t}\n\t}\n\t\n\th2 {\n\t\tmargin-top:20px;\n\t\tmargin-bottom:5px;\n\t}\n\t\n\tp {\n\t\tmargin-top:5px;\n\t\tmargin-bottom:10px;\n\t\tfont-size: @base-font-size;\n\t\t//font-family: @font-secondary;\n\t\tcolor: lighten(@color-dark, 40%);\n\t\ta {\n\n\t\t\tcolor: lighten(@color-dark, 40%);\n\t\t\ttext-decoration: none;\n\t\t\tbackground-image: -moz-linear-gradient(top, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);\n\t\t\tbackground-image: -webkit-linear-gradient(top, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);\n\t\t\tbackground-image: -o-linear-gradient(top, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);\n\t\t\tbackground-image: linear-gradient(to bottom, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);\n\t\t\tbackground-repeat: repeat-x;\n\t\t\tbackground-size: 2px 2px;\n\t\t\tbackground-position: 0 @base-font-size+2;\n\t\t\ttext-shadow: -2px -1px 0 white, 2px -1px 0 white, -2px 1px 0 white, 2px 1px 0 white;\n\t\t\t&:hover,\n\t\t\t&:focus {\n\t\t\t\tcolor:@color-theme;\n\t\t\t\ttext-decoration: none;\n\t\t\t}\n\t\t}\n\t\t\n\t\t\n\t\t@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {\n\t\t\ta {\n\t\t\t\ttext-decoration: underline;\n\t\t\t\tbackground-image:none;\n\t\t\t\ttext-shadow: none;\n\t\t\t\t&:hover,\n\t\t\t\t&:focus {\n\t\t\t\t\tcolor:@color-theme;\n\t\t\t\t\ttext-decoration: underline;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t\n\t\t\n\t}\n\tb, strong {\n\t\tfont-weight: bold;\n\t\t//color: @color-dark;\n\t}\n\ti, em {\n\t\tfont-style: italic;\n\t}\n\ta {\n\t\ttext-decoration:none;\n\t\tcolor:@color-theme;\n\t}\n\ta:hover {\n\t\ttext-decoration:underline;\n\t\tcolor: darken(@color-theme, 20%);\n\t}\n\t.vco-caption, .vco-credit, .vco-slidenav-next, .vco-slidenav-previous {\n\t\t//font-family: @font-sanserif;\n\t\tfont-size:@base-font-size-small;\n\t\tline-height:@base-font-size-small;\n\t\ta {\n\t\t\tcolor: @color-dark;\n\t\t}\n\t}\n\t\n\tblockquote, blockquote p {\n\t\tfont-family: @font-serif;\n\t\tcolor: lighten(@color-dark, 60%);\n\t\tfont-size: @base-font-size-large;\n\t\tline-height:@base-font-size-large;\n\t\ttext-align:left;\n\t\tbackground:transparent;\n\t\tborder:0px;\n\t\tpadding:0px;\n\t\tcite {\n\t\t\tfont-family: @font-sanserif;\n\t\t\tfont-size: @base-font-size-small;\n\t\t\tcolor: lighten(@color-dark, 40%);\n\t\t\tdisplay:block;\n\t\t\ttext-align:right;\n\t\t\tfont-style: normal;\n\t\t\t\n\t\t}\n\t\tcite:before {\n\t\t\tcontent: \"\\2014\";\n\t\t}\n\t}\n\tblockquote p:before {\n\t\tcontent: open-quote;\n\t\tdisplay:inline-block;\n\t\tfont-size: @base-font-size-xlarge;\n\t\tposition: relative; \n\t\ttop: 8px;\n\t\tmargin-right:5px;\n\t\t\n\t}\n\tblockquote p:after {\n\t\tcontent: close-quote;\n\t\tdisplay:inline-block;\n\t\tfont-size: @base-font-size-xlarge;\n\t\tposition: relative; \n\t\ttop: 8px;\n\t\tmargin-left:3px;\n\t\t\n\t}\n\tblockquote {\n\t\tmargin:10px;\n\t\tp {\n\t\t\tmargin:0;\n\t\t}\n\t\t//margin-left:18px;\n\t}\n\t\n\t.vcard {\n\t\tfont-family: @font-main;\n\t\tfont-size: @base-font-size;\n\t\tline-height:@base-font-size;\n\t}\n\t\n\t.vco-text {\n\t\tul {\n\t\t\tpadding:0px;\n\t\t\tpadding-left:30px;\n\t\t\tmargin:0;\n\t\t\tli {\n\t\t\t\tmargin-bottom:5px;\n\t\t\t}\n\t\t}\n\t\t\n\t}\n\n\n\t.vco-note {\n\t\tdisplay:block;\n\t\tfont-family: @font-main;\n\t\tfont-style: italic;\n\t\tbackground-color:lighten(@color-dark, 90%);\n\t\tfont-size:@base-font-size;\n\t\tline-height:@base-font-size+2;\n\t\tpadding:10px;\n\t\t.border-radius(7px); \n\t\tcolor: #8a6d3b;\n\t\tbackground-color: #fcf8e3;\n\t\tborder: 1px solid #faebcc;\n\t}\n}\n\n\n// Skinnier\n@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {\n\t.vco-storymap {\n\t\th1, h2, h3 {\n\t\t\tfont-size: @base-font-size-xlarge;\n\t\t\tline-height: @base-font-size-xlarge;\n\t\t}\n\t\th2.vco-headline-title {\n\t\t}\n\t}\n\t\n}\n// Mobile, iPhone and skinny\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\t.vco-storymap {\n\t\th1, h2, h3 {\n\t\t\tfont-size: @base-font-size-xlarge - 4;\n\t\t\tline-height: @base-font-size-xlarge - 4;\n\t\t}\n\t\th2.vco-headline-title {\n\n\t\t}\n\t}\n}\n.vco-skinny {\n\th2 {\n\t\tmargin-top:0px;\n\t\tpadding-top:20px;\n\t}\n}","/*\tMixins.less\n\tSnippets of reusable CSS to develop faster and keep code readable\n * ----------------------------------------------------------------- */\n\n// Cubic Bezier \n.animation-timing-cubic-bezier() {\n\t\n\t-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); \n\t -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); \n\t -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); \n\t transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);\n}\n\n// Property Animation\n.property-animation(@prop:height, @time:1000ms, @ease:cubic-bezier(0.770, 0.000, 0.175, 1.000)) {\n\t-webkit-transition+: @prop @time cubic-bezier(0.770, 0.000, 0.175, 1.000); \n\t -moz-transition+: @prop @time cubic-bezier(0.770, 0.000, 0.175, 1.000); \n\t -o-transition+: @prop @time cubic-bezier(0.770, 0.000, 0.175, 1.000); \n\t transition+: @prop @time cubic-bezier(0.770, 0.000, 0.175, 1.000);\n}\n\n// Opacity\n.opacity(@opacity: 100) {\n \tfilter: e(%(\"alpha(opacity=%d)\", @opacity));\n \t-khtml-opacity: @opacity / 100;\n \t -moz-opacity: @opacity / 100;\n \t opacity: @opacity / 100;\n}\n// Background Opacity\n.background-opacity(@opacity: 100) {\n\t/* Fallback for web browsers that doesn't support RGBa */\n\tbackground: rgb(0, 0, 0) transparent;\n\t/* RGBa with 0.6 opacity */\n\tbackground: rgba(0, 0, 0, @opacity / 100);\n}\n\n// Background Color Opacity\n.background-color-opacity(@cr:0, @cg:0, @cb:0, @opacity: 100) {\n\t/* Fallback for web browsers that doesn't support RGBa */\n\tbackground: rgb(@cr, @cg, @cb) transparent;\n\t/* RGBa with 0.6 opacity */\n\tbackground: rgba(@cr, @cg, @cb, @opacity / 100);\n}\n\n// Slide Text Shadow\n.slide-text-shadow(@shadow: 1px 1px 1px #000) {\n\tcolor: #FFF !important;\n\ttext-shadow: @shadow !important;\n\n}\n\n// Border Radius\n.border-radius(@radius: 5px) {\n \t-webkit-border-radius: @radius;\n \t -moz-border-radius: @radius;\n \t border-radius: @radius;\n}\n\n// Single side border-radius\n.border-top-radius(@radius) {\n border-top-right-radius: @radius;\n border-top-left-radius: @radius;\n}\n.border-right-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-top-right-radius: @radius;\n}\n.border-bottom-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-bottom-left-radius: @radius;\n}\n.border-left-radius(@radius) {\n border-bottom-left-radius: @radius;\n border-top-left-radius: @radius;\n}\n\n// Box Shadow\n.box-shadow(@shadow: 1px 1px 7px rgba(0,0,0,.30)) {\n\t-webkit-box-shadow: @shadow;\n\t -moz-box-shadow: @shadow;\n\t box-shadow: @shadow;\n}\n// Transform\n.transform(@transform) {\n \t-webkit-transform: @transform;\n \t -moz-transform: @transform;\n \t -ms-transform: @transform;\n \t -o-transform: @transform;\n \t transform: @transform;\n}\n// Transitions\n.transition(@transition) {\n \t-webkit-transition: @transition;\n \t -moz-transition: @transition;\n \t -ms-transition: @transition;\n \t -o-transition: @transition;\n \t transition: @transition;\n}\n// Hyphens\n.hyphens(@hyphens: auto) {\n \t-webkit-hyphens:@hyphens;\n \t -moz-hyphens:@hyphens;\n \t -ms-hyphens:@hyphens;\n \t hyphens:@hyphens;\n}\n// User select\n// For selecting text on the page\n.user-select(@select) {\n\t-webkit-user-select: @select;\n\t -moz-user-select: @select;\n\t -ms-user-select: @select; // IE10+\n\t -o-user-select: @select;\n\t user-select: @select;\n}\n// Clear Fix\n.clearfix() {\n\t*zoom: 1;\n\t&:before,\n\t&:after {\n\t\tdisplay: table;\n\t\tcontent: \"\";\n\t}\n\t&:after {\n\t\tclear: both;\n\t}\n}\n.translucent-background(@color: @white, @alpha: 1) {\n\tbackground-color: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);\n}\n// Add an alphatransparency value to any background or border color (via Elyse Holladay)\n#translucent {\n .background(@color: @white, @alpha: 1) {\n background-color: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);\n }\n .border(@color: @white, @alpha: 1) {\n border-color: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);\n background-clip: padding-box;\n }\n}\n// Reset filters for IE\n.reset-filter() {\n\tfilter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n// Center-align a block level element\n.center-block() {\n\tdisplay: block;\n\tmargin-left: auto;\n\tmargin-right: auto;\n}\n// Create Vertical Gradient\n.gradient-vertical (@startColor: #555, @endColor: #333) {\n //background-color: @endColor;\n background-repeat: repeat-x;\n background-image: -khtml-gradient(linear, left top, left bottom, from(@startColor), to(@endColor)); // Konqueror\n background-image: -moz-linear-gradient(top, @startColor, @endColor); // FF 3.6+\n background-image: -ms-linear-gradient(top, @startColor, @endColor); // IE10\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @startColor), color-stop(100%, @endColor)); // Safari 4+, Chrome 2+\n background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+\n background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10\n background-image: linear-gradient(top, @startColor, @endColor); // The standard\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",@startColor,@endColor)); // IE9 and down\n}\n\n// GRADIENTS\n// --------------------------------------------------\n\n#gradient {\n\n // Horizontal gradient, from left to right\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(left, color-stop(@start-color @start-percent), color-stop(@end-color @end-percent)); // Safari 5.1-6, Chrome 10+\n background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n // Vertical gradient, from top to bottom\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n background-repeat: repeat-x;\n background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n }\n .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .radial(@inner-color: #555; @outer-color: #333) {\n background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n background-image: radial-gradient(circle, @inner-color, @outer-color);\n background-repeat: no-repeat;\n }\n .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n }\n}","/* Icons\n================================================== */\n\n@font-face {\n\tfont-family: 'vco-icons';\n\tsrc:url('icons/vco-icons.eot');\n\tsrc:url('icons/vco-icons.eot?#iefix') format('embedded-opentype'),\n\t\turl('icons/vco-icons.ttf') format('truetype'),\n\t\turl('icons/vco-icons.woff2') format('woff2'),\n\t\turl('icons/vco-icons.woff') format('woff'),\n\t\turl('icons/vco-icons.svg#vco-icons') format('svg');\n\tfont-weight: normal;\n\tfont-style: normal;\n}\n\n[class^=\"vco-icon-\"], [class*=\" vco-icon-\"] {\n\tfont-family: 'vco-icons';\n\tspeak: none;\n\tfont-style: normal;\n\tfont-weight: normal;\n\tfont-variant: normal;\n\ttext-transform: none;\n\tline-height: 1;\n\n\t/* Better Font Rendering =========== */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\n\n.vco-icon-vine:after {\n\tcontent: \"\\e64d\";\n}\n.vco-icon-wikipedia:after {\n\tcontent: \"\\e64e\";\n}\n.vco-icon-chevron-right:after {\n\tcontent: \"\\e64f\";\n}\n.vco-icon-chevron-left:after {\n\tcontent: \"\\e650\";\n}\n.vco-icon-youtube-logo:after {\n\tcontent: \"\\e651\";\n}\n.vco-icon-foursquare:after {\n\tcontent: \"\\e652\";\n}\n.vco-icon-camera-retro:after {\n\tcontent: \"\\e653\";\n}\n.vco-icon-doc:after {\n\tcontent: \"\\e654\";\n}\n.vco-icon-weibo:after {\n\tcontent: \"\\e655\";\n}\n.vco-icon-resize-horizontal:after {\n\tcontent: \"\\e656\";\n}\n.vco-icon-resize-vertical:after {\n\tcontent: \"\\e657\";\n}\n.vco-icon-resize-full:after {\n\tcontent: \"\\e658\";\n}\n.vco-icon-resize-small:after {\n\tcontent: \"\\e659\";\n}\n.vco-icon-twitter:after {\n\tcontent: \"\\e62b\";\n}\n.vco-icon-google-plus:after {\n\tcontent: \"\\e62c\";\n}\n.vco-icon-video:after {\n\tcontent: \"\\e62d\";\n}\n.vco-icon-youtube:after {\n\tcontent: \"\\e62d\";\n}\n.vco-icon-plaintext:after {\n\tcontent: \"\\e62e\";\n}\n.vco-icon-storify:after {\n\tcontent: \"\\e62e\";\n}\n.vco-icon-image-v2:after {\n\tcontent: \"\\e62f\";\n}\n.vco-icon-quote-v2:after {\n\tcontent: \"\\e630\";\n}\n.vco-icon-zoom-in:after {\n\tcontent: \"\\e631\";\n}\n.vco-icon-zoom-out:after {\n\tcontent: \"\\e632\";\n}\n.vco-icon-list:after {\n\tcontent: \"\\e633\";\n}\n.vco-icon-music:after {\n\tcontent: \"\\e634\";\n}\n.vco-icon-location:after {\n\tcontent: \"\\e635\";\n}\n.vco-icon-web:after {\n\tcontent: \"\\e636\";\n}\n.vco-icon-share-v2:after {\n\tcontent: \"\\e637\";\n}\n.vco-icon-soundcloud:after {\n\tcontent: \"\\e639\";\n}\n.vco-icon-video-v2:after {\n\tcontent: \"\\e63a\";\n}\n.vco-icon-dailymotion:after {\n\tcontent: \"\\e63a\";\n}\n.vco-icon-tumblr:after {\n\tcontent: \"\\e63b\";\n}\n.vco-icon-lastfm:after {\n\tcontent: \"\\e63c\";\n}\n.vco-icon-github:after {\n\tcontent: \"\\e63d\";\n}\n.vco-icon-goback:after {\n\tcontent: \"\\e63e\";\n}\n.vco-icon-doc-v2:after {\n\tcontent: \"\\e63f\";\n}\n.vco-icon-googledrive:after {\n\tcontent: \"\\e640\";\n}\n.vco-icon-facebook:after {\n\tcontent: \"\\e641\";\n}\n.vco-icon-flickr:after {\n\tcontent: \"\\e642\";\n}\n.vco-icon-dribbble:after {\n\tcontent: \"\\e643\";\n}\n.vco-icon-image:after {\n\tcontent: \"\\e605\";\n}\n.vco-icon-vimeo:after {\n\tcontent: \"\\e606\";\n}\n.vco-icon-instagram:after {\n\tcontent: \"\\e644\";\n}\n.vco-icon-pinterest:after {\n\tcontent: \"\\e645\";\n}\n.vco-icon-arrow-left:after {\n\tcontent: \"\\e646\";\n}\n.vco-icon-arrow-down:after {\n\tcontent: \"\\e647\";\n}\n.vco-icon-arrow-up:after {\n\tcontent: \"\\e648\";\n}\n.vco-icon-arrow-right:after {\n\tcontent: \"\\e649\";\n}\n.vco-icon-share:after {\n\tcontent: \"\\e64a\";\n}\n.vco-icon-blockquote:after {\n\tcontent: \"\\e64b\";\n}\n.vco-icon-evernote:after {\n\tcontent: \"\\e64c\";\n}\n.vco-icon-mappin:after {\n\tcontent: \"\\e600\";\n}\n.vco-icon-swipe-right:after {\n\tcontent: \"\\e601\";\n}\n.vco-icon-swipe-left:after {\n\tcontent: \"\\e602\";\n}\n.vco-icon-touch-spread:after {\n\tcontent: \"\\e603\";\n}\n.vco-icon-touch-pinch:after {\n\tcontent: \"\\e604\";\n}\n","/* Disable Text selection when dragging\n================================================== */\n.vco-dragging {\n\t-webkit-touch-callout: none;\n\t\n\t.user-select(none);\n}","/* MenuBar \n================================================== */\n\n.vco-menubar {\n\tposition:absolute;\n\t//width:100%;\n\t//height:\t1px;\n\tz-index:11;\n\ttext-align:left;\n\t//color:#333;\n\t//height:26px;\n\t//background-color:#FFF;\n\t//.box-shadow(0px -3px 6px rgba(0,0,0,.20));\n\toverflow:hidden;\n\t//margin-top:-25px;\n\tborder-bottom: 1px solid darken(@color-background,10);\n\tborder-right: 1px solid darken(@color-background,10);\n\tborder-bottom-right-radius: 7px;\n\tleft:0px;\n\t//.border-radius(7px);\n\t//border-bottom-left-radius: 7px;\n\t.vco-menubar-button:first-child {\n\t\tborder-left:0;\n\t}\n}\n.vco-mobile {\n\n}\n/* Landscape\n================================================== */\n.vco-layout-landscape {\n\t.vco-menubar {\n\t\t//border-bottom: 1px solid darken(@color-background,10);\n\t\t\n\t\t//.box-shadow(1px 1px 3px rgba(0,0,0,.30));\n\t}\n}\n\n/* Color\n================================================== */\n\n// Inverted\n/*\n.vco-sizebar.vco-sizebar-inverted {\n\tborder-bottom: 1px solid #FFF;\n\t//background-color:#000;\n\tcolor:#a5a5a5;\n\t.vco-sizebar-button {\n\t\tborder-left: 1px solid darken(@color-background, 70);\n\t\t//color:#a5a5a5;\n\t}\n\t.vco-sizebar-button:hover {\n\t\t//background:@color-theme;\n\t\tcolor:@color-background;\n\t}\n}\n.vco-sizebar.vco-sizebar-inverted:before {\n\tbackground-color:#000;\n\t//.gradient-vertical (rgba(0,0,0,0.25), rgba(0,0,0,1));\n\t//.translucent-background(rgb(0,0,0), .5);\n\tborder-top: 2px solid #000;\n\tanimation: invertToBlack 1s;\n\t-webkit-animation:invertToBlack 1s; \n}\n*/\n\n@keyframes invertToBlack {\n\tfrom {\n\t\tbackground-color:#FFF;\n\t}\n\tto {\n\t\tbackground-color:#000;\n\t}\n}\n@-webkit-keyframes invertToBlack {\n\tfrom {background:#FFF;}\n\tto {background:#000;}\n}\n@keyframes invertToWhite {\n\tfrom {background-color:#000;}\n\tto {background-color:#FFF;}\n}\n@-webkit-keyframes invertToWhite{\n\tfrom {background:#000;}\n\tto {background:#FFF;}\n}\n\n\n","/* MenuBar Button\n================================================== */\n\n.vco-menubar-button {\n\tborder-left: 1px solid darken(@color-background,10);\n\tfont-size: 14px;\n\tpadding: 6px 12px 6px 12px;\n\t//position:relative;\n\t//top:-24px;\n\tbackground-color:fadeout(@ui-background-color, 10%);\n\tbackground-color:@color-background;\n\tcursor:pointer;\n\tfont-weight: bold;\n\tcolor:@color-text;\n\t.vco-icon-arrow-up, .vco-icon-arrow-down {\n\t\tdisplay:inline-block;\n\t\theight:14px;\n\t\toverflow:hidden;\n\t\tfont-size: 20px;\n\t\tposition:relative;\n\t\ttop:-2px;\n\t}\n\t\n\t&:hover {\n\t\tbackground:@color-theme;\n\t\tcolor:@color-background;\n\t}\n\t\n}\n\n\n.vco-mobile {\n\t.vco-menubar-button {\n\t\t&:hover {\n\t\t\tbackground-color:fadeout(@ui-background-color, 33%);\n\t\t\tcolor:@color-text;\n\t\t}\n\t\t&:active {\n\t\t\tbackground:@color-theme;\n\t\t\tcolor:@color-background;\n\t\t}\n\t}\n}\n\n\n\n@keyframes invertToBlack {\n\tfrom {\n\t\tbackground-color:#FFF;\n\t}\n\tto {\n\t\tbackground-color:#000;\n\t}\n}\n@-webkit-keyframes invertToBlack {\n\tfrom {background:#FFF;}\n\tto {background:#000;}\n}\n@keyframes invertToWhite {\n\tfrom {background-color:#000;}\n\tto {background-color:#FFF;}\n}\n@-webkit-keyframes invertToWhite{\n\tfrom {background:#000;}\n\tto {background:#FFF;}\n}\n\n\n","/* MESSAGE \n================================================== */\n.vco-message, .vco-message-full {\n\twidth:\t\t\t\t100%;\n\t//max-width: \t\t\t200px;\n\theight:\t\t\t\t100%;\n\tposition: \t\t\tabsolute;\n\t//position: \t\t\trelative;\n\t\n\tdisplay: \t\t\ttable;\n\toverflow: \t\t\thidden;\n\ttop: \t\t\t\t0px;\n\tleft: \t\t\t\t0px;\n\tz-index:\t\t\t99;\n\tmargin:\t\t\t\tauto;\n\ttext-align:\t\t\tcenter;\n\t.vco-message-container {\n\t\tpadding: \t\t\t20px;\n\t\tmargin:20px;\n\t\ttext-align:\t\t\tcenter;\n\t\tvertical-align: \tmiddle;\n\t\tdisplay:table-cell;\n\n\t\t.vco-message-content {\n\t\t\tcolor:#666;\n\t\t\ttext-align: center;\n\t\t\tfont-size: 11px;\n\t\t\tline-height: 13px;\n\t\t\ttext-transform: uppercase;\n\t\t\tmargin-top: 7.5px;\n\t\t\tmargin-bottom: 7.5px;\n\t\t\ttext-shadow: 1px 1px 1px #FFF;\n\t\t}\n\t\t.vco-loading-icon {\n\t\t\twidth: 30px;\n\t\t\theight: 30px;\n\t\t\tbackground-color: #666;\n\t\t\tvertical-align: middle;\n\t\t\t.box-shadow(inset 0 1px 2px rgba(255,255,255,.1));\n\t\t\tmargin-left: auto;\n\t\t\tmargin-right: auto;\n\t\t\ttext-align: center;\n\t\t //margin: 100px auto;\n\t\t\t-webkit-animation: rotateplane 1.2s infinite ease-in-out;\n\t\t\tanimation: rotateplane 1.2s infinite ease-in-out;\n\t\t}\n\n\t\t@-webkit-keyframes rotateplane {\n\t\t\t0% { -webkit-transform: perspective(120px) }\n\t\t\t50% { -webkit-transform: perspective(120px) rotateY(180deg) }\n\t\t\t100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }\n\t\t}\n\n\t\t@keyframes rotateplane {\n\t\t\t0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }\n\t\t\t50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }\n\t\t\t100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }\n\t\t}\n\t}\n}\n.vco-message-full {\n\t.translucent-background(#333, 0.80);\n\t[class^=\"vco-icon-\"], [class*=\" vco-icon-\"] {\n\t\t//width: 48px;\n\t\t//height: 48px;\n\t\tcolor:#FFF;\n\t\tfont-size:72px;\n\t}\n\t.vco-message-container {\n\t\t.vco-message-content {\n\t\t\tfont-size: 22px;\n\t\t\tline-height: 22px;\n\t\t\ttext-shadow: none;\n\t\t\tcolor:#FFF;\n\t\t\ttext-transform: none;\n\t\t\tfont-weight: bold;\n\t\t\t.vco-button {\n\t\t\t\tdisplay:inline-block;\n\t\t\t\tcursor:pointer;\n\t\t\t\tbackground-color:#FFF;\n\t\t\t\tcolor:#333;\n\t\t\t\tpadding:10px;\n\t\t\t\tmargin-top:10px;\n\t\t\t\t.border-radius(7px)\n\t\t\t}\n\t\t}\n\t}\n\n}\n.vco-message {\n\t\n}",".vcoanimate {\n\t-webkit-transform: translateZ(0);\n\t-webkit-perspective: 1000;\n\t-webkit-backface-visibility: hidden;\n}\n\n.vco-animate {\n\t.property-animation(all, @animation-duration, @animation-ease);\n\t.animation-timing-cubic-bezier();\n}\n\n.vco-animate-opacity {\n\t.property-animation(opacity, @animation-duration, @animation-ease);\n\t.animation-timing-cubic-bezier();\n}","/* SLIDE \n================================================== */\n.vco-slide {\n\tposition:absolute;\n\n\twidth:100%;\n\theight:100%;\n\tpadding:0px;\n\tmargin:0px;\n\t//display:table;\n\t//table-layout: fixed;\n\toverflow-x:hidden;\n\toverflow-y:auto;\n//\toverflow-y:auto;\n\t//z-index:26;\n\t\n\t.vco-slide-calltoaction {\n\t\t\n\t\t\n\t\tcursor:pointer;\n\t\tfont-weight: bold;\n\t\tpadding-top:10px;\n\t\tmargin-bottom:10px;\n\t\tpadding-bottom:10px;\n\t\t.vco-slide-calltoaction-button-text {\n\t\t\tdisplay:inline-block;\n\t\t\tbackground-color:@color-theme;\n\t\t\tcolor:@color-background;\n\t\t\t//padding:10px;\n\t\t\tpadding: 10px 15px 10px 15px;\n\t\t\tborder-radius:7px;\n\t\t}\n\t\t&:hover {\n\t\t\t.vco-slide-calltoaction-button-text {\n\t\t\t\tbackground-color:@color-theme-dark;\n\t\t\t\tcolor:@color-background;\n\t\t\t}\n\t\t}\n\t}\n\t.vco-slide-background {\n\t\tbackground-color:@color-background;\n\t\t\n\t\tposition:absolute;\n\t\tleft:0;\n\t\ttop:0;\n\t\twidth:100%;\n\t\theight:100%;\n\t\tz-index:-1;\n\t\t//background-color:#333;\n\t\toverflow:hidden;\n\t\tdisplay:none;\n\t\t.opacity(50);\n\t\tbackground: no-repeat center center; \n\t\t-webkit-background-size: cover;\n\t\t -moz-background-size: cover;\n\t\t -o-background-size: cover;\n\t\t\t background-size: cover;\n\t}\n\t.vco-slide-scrollable-container {\n\t\tdisplay:table;\n\t\ttable-layout: fixed;\n\t\theight:100%;\n\t\tz-index:1;\n\t}\n\t.vco-slide-content-container {\n\t\tdisplay:table-cell;\n\t\tvertical-align:middle;\n\t\tposition:relative;\n\t\twidth:100%;\n\t\theight:100%;\n\t\t\n\t\tz-index:3;\n\t\t.vco-slide-content {\n\t\t\t//width:100%;\n\t\t\t//display:table;\n\t\t\tvertical-align:middle;\n\t\t\tpadding-left:100px;\n\t\t\tpadding-right:100px;\n\t\t\tposition:relative;\n\t\t\tmax-width:100%;\n\t\t\t.vco-media {\n\t\t\t\t//display:table-cell;\n\t\t\t\t//vertical-align:middle;\n\t\t\t\tposition:relative;\n\t\t\t\twidth:100%;\n\t\t\t\tmin-width:50%;\n\t\t\t\t//height:100%;\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top:auto;\n\t\t\t\tmargin-bottom:auto;\n\t\t\t\t//margin-right:auto;\n\t\t\t\timg, embed, object, video, iframe {\n\t\t\t\t\t//width:100%;\n\t\t\t\t}\n\t\t\t}\n\t\t\t.vco-text {\n\t\t\t\twidth:50%;\n\t\t\t\tmax-width:50%;\n\t\t\t\tmin-width:120px;\n\t\t\t\t//height:100%;\n\t\t\t\t//overflow-y:auto;\n\t\t\t\tpadding: 0 20px 0 20px;\n\t\t\t\tdisplay:table-cell;\n\t\t\t\tvertical-align:middle;\n\t\t\t\ttext-align: left;\n\t\t\t\t//float:left;\n\t\t\t\t.vco-slide-calltoaction {\n\t\t\t\t\twidth:100%;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\t}\n}\n\n/* Only Media (no text)\n================================================== */\n.vco-slide-media-only {\n\t.vco-slide-content-container {\n\t\t.vco-slide-content {\n\t\t\t//width:100%;\n\t\t\ttext-align:center;\n\t\t\t.vco-media {\n\t\t\t\t//display:table-cell;\n\t\t\t\t//vertical-align:middle;\n\t\t\t\ttext-align:center;\n\t\t\t\tposition:relative;\n\t\t\t\twidth:100%;\n\t\t\t\tmin-width:50%;\n\t\t\t\tmax-width:100%;\n\t\t\t\t//height:100%;\n\t\t\t\tfloat: none;\n\t\t\t\tmargin-top:auto;\n\t\t\t\tmargin-bottom:auto;\n\t\t\t\t//margin-right:auto;\n\t\t\t\timg, embed, object, video, iframe {\n\t\t\t\t\t//width:100%;\n\t\t\t\t}\n\t\t\t}\n\t\t\t.vco-text {\n\t\t\t\twidth:\t\t\t\t100%;\n\t\t\t\tdisplay:\t\t\tblock;\n\t\t\t\tmargin-left:\t\tauto;\n\t\t\t\tmargin-right:\t\tauto;\n\t\t\t\ttext-align: \t\tcenter;\n\t\t\t\th2 {\n\t\t\t\t\tmargin-top: \t20px;\n\t\t\t\t\tmargin-bottom: \t20px;\n\t\t\t\t}\n\t\t\t\t//float:left;\n\t\t\t}\n\t\t}\n\t}\n}\n\n/* Only Text (no media)\n================================================== */\n.vco-slide-text-only {\n\t.vco-slide-content-container {\n\t\t.vco-slide-content {\n\t\t\t//width:100%;\n\t\t\ttext-align:center;\n\t\t\t.vco-text {\n\t\t\t\tmax-width:80%;\n\t\t\t\twidth:80%;\n\t\t\t\tdisplay:block;\n\t\t\t\tmargin-left:auto;\n\t\t\t\tmargin-right:auto;\n\t\t\t\t//float:left;\n\t\t\t}\n\t\t}\n\t}\n}\n/* Background \n================================================== */\n\n\n.vco-slide.vco-full-image-background, .vco-slide.vco-full-color-background {\n\t.slide-text-shadow();\n\t\n\tp, h1, h2, h3, h4, h5, h6 {\n\t\t.slide-text-shadow();\n\t}\n\ta, a:hover, b, i, blockquote, blockquote p {\n\t\t.slide-text-shadow();\n\t\tcolor: lighten(@color-theme, 90%);\n\t}\n\t.vco-caption, .vco-credit {\n\t\t.slide-text-shadow();\n\t}\n\t.vco-media-twitter, .vco-media-blockquote {\n\t\tblockquote {\n\t\t\t.slide-text-shadow();\n\t\t\tp {\n\t\t\t\t.slide-text-shadow();\n\t\t\t}\n\t\t}\n\t}\n\t.vcard {\n\t\ta, .nickname {\n\t\t\t.slide-text-shadow();\n\t\t}\n\t}\n\n}\n\n/* Landscape\n================================================== */\n.vco-layout-landscape {\n\t.vco-slide {\n\t\t//.translucent-background(#FFF, 0.85);\n\t\t.vco-slide-content-container {\n\t\t\t.vco-slide-content {\n\t\t\t\t//.translucent-background(#FFF, 0.85);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\t\n\t}\n}\n\n/* Full Image Background \n================================================== */\n.vco-slide.vco-full-image-background {\n\tbackground: no-repeat center center; \n\t-webkit-background-size: cover;\n\t -moz-background-size: cover;\n\t -o-background-size: cover;\n\t\t background-size: cover;\n\t//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');\n\t//-ms-filter: \"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')\";\n\tbackground-position:center 25%;\n\ttext-shadow: 1px 1px 2px #000;\n\t.vco-slide-content-container {\n\t\t//.translucent-background(#000, 0.50);\n\t}\n\tp, h1, h2, h3, h4, h5, h6 {\n\t\ttext-shadow: 1px 1px 2px #000;\n\t}\n\t.vco-caption, .vco-credit {\n\t\ttext-shadow: 1px 1px 2px #000;\n\t}\n\t\n\t.vco-media-twitter, .vco-media-blockquote {\n\t\tblockquote {\n\t\t\ttext-shadow: 1px 1px 2px #000 !important;\n\t\t\tp {\n\t\t\t\ttext-shadow: 1px 1px 2px #000 !important;\n\t\t\t}\n\t\t}\n\t}\n\t\n}\n/* Color Background \n================================================== */\n.vco-slide.vco-full-color-background {\n\t\n}\n/* Text Background \n================================================== */\n.vco-slide.vco-text-background {\n\t.vco-text {\n\t\t.vco-text-content-container {\n\t\t\tpadding:20px;\n\t\t\t.background-color-opacity(0,0,0, 60);\n\t\t\t.border-radius(7px);\n\t\t\th2 {\n\t\t\t\tmargin-top:5px;\n\t\t\t}\n\t\t}\n\t}\n}\n\n/* Landscape\n================================================== */\n.vco-layout-landscape {\n\t.vco-slide {\n\t\t.vco-slide-content-container {\n\t\t\t.vco-slide-content {\n\t\t\t\t.vco-media {\n\t\t\t\t\tdisplay:block;\n\t\t\t\t\t//position:static;\n\t\t\t\t\tvertical-align:baseline;\n\t\t\t\t\theight:auto;\n\t\t\t\t\tmargin-bottom:20px;\n\t\t\t\t\tmax-height:50%;\n\t\t\t\t}\n\t\t\t\t.vco-text {\n\t\t\t\t\tdisplay:block;\n\t\t\t\t\theight:auto;\n\t\t\t\t\tvertical-align:baseline;\n\t\t\t\t\t//position:static;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\tmax-width:100%;\n\t\t\t\t\tmin-width:0;\n\t\t\t\t\tfloat:none;\n\t\t\t\t\tpadding: 0;\n\t\t\t\t\t.vco-text-content-container {\n\t\t\t\t\t\t//padding-left:10px;\n\t\t\t\t\t\t//padding-right:10px;\n\t\t\t\t\t\t//padding-bottom:100px;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n// Skinny 500px or less\n.vco-skinny {\n\t.vco-slide {\n\t\tdisplay:block;\n\t\t\n\t\t.vco-slide-content-container {\n\t\t\tdisplay:block;\n\t\t\tposition:static;\n\t\t\theight:auto;\n\t\t\tvertical-align:baseline;\n\t\t\t.vco-slide-content {\n\t\t\t\tdisplay:block;\n\t\t\t\tposition:static;\n\t\t\t\tvertical-align:baseline;\n\t\t\t\theight:auto;\n\t\t\t\t.vco-media {\n\t\t\t\t\tposition:static;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:auto;\n\t\t\t\t\tfloat: none;\n\t\t\t\t\tdisplay:block;\n\n\t\t\t\t}\n\t\t\t\t.vco-text {\n\t\t\t\t\tdisplay:block;\n\t\t\t\t\theight:auto;\n\t\t\t\t\tvertical-align:baseline;\n\t\t\t\t\tposition:static;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\tmax-width:100%;\n\t\t\t\t\tmin-width:0;\n\t\t\t\t\tfloat:none;\n\t\t\t\t\tpadding: 0;\n\t\t\t\t\t.vco-text-content-container {\n\t\t\t\t\t\tpadding-left:10px;\n\t\t\t\t\t\tpadding-right:10px;\n\t\t\t\t\t\tpadding-bottom:10px;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n// Mobile, iPhone\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\n}\n.vco-mobile.vco-skinny {\n\t.vco-slide-content-container {\n\t\t.vco-slide-content {\n\t\t\t.vco-media {\n\t\t\t\timg, embed, object, video, iframe {\n\t\t\t\t\tmax-height:175px;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}","/* SlideNav\n================================================== */\n\n/* NAVIGATION\n================================================== */\n.vco-slidenav-previous, .vco-slidenav-next {\n\tposition:absolute;\n\ttop: 45%;\n\tz-index:10;\n\tcursor:pointer;\n\t\n\t.vco-slidenav-content-container {\n\t\theight:200px;\n\t\twidth:00px;\n\t\tposition:absolute;\n\t}\n\t.vco-slidenav-title, .vco-slidenav-description {\n\t\twidth:100%;\n\t\t//word-break:break-all;\n\n\t\t\t\t\n\t -ms-word-break: break-all;\n\t word-break: break-all;\n\n\t /* Non standard for webkit */\n\t word-break: break-word;\n\n\t -webkit-hyphens: auto;\n\t -moz-hyphens: auto;\n\t -ms-hyphens: auto;\n\t hyphens: auto;\n\t\t\t \n\t\t.opacity(15);\n\t\ta {\n\t\t\t\n\t\t}\n\t\tsmall {\n\t\t\t\n\t\t}\n\t}\n\t.vco-slidenav-title {\n\t\tmargin-top:10px;\n\t\tfont-size: @base-font-size;\n\t\tline-height: @base-font-size;\n\t\tfont-size: @base-font-size-small;\n\t\tline-height: @base-font-size-small;\n\t\t//font-weight: bold;\n\t}\n\t.vco-slidenav-description {\n\t\tfont-size: @base-font-size-small;\n\t}\n\t\n}\n\n/* ICONS AND NAVIGATION HOVER AND COLOR\n================================================== */\n.vco-slidenav-next, .vco-slidenav-previous {\n\t.vco-slidenav-content-container {\n\t\t.vco-slidenav-icon, .vco-slidenav-title, .vco-slidenav-description {\n\t\t\ttext-shadow: 1px 1px 1px @color-background;\n\t\t\t//color: @color-foreground;\n\t\t\tcolor:@color-background;\n\t\t}\n\t\t&.vco-slidenav-inverted {\n\t\t\t.vco-slidenav-icon, .vco-slidenav-title, .vco-slidenav-description {\n\t\t\t\t//color:@color-background;\n\t\t\t\tcolor: @color-foreground;\n\t\t\t\ttext-shadow: 1px 1px 1px @color-foreground;\n\t\t\t}\n\t\t}\n\t}\n\t.vco-slidenav-icon {\n\t\tfont-family: 'vco-icons';\n\t\tspeak: none;\n\t\tfont-style: normal;\n\t\tfont-weight: normal;\n\t\tfont-variant: normal;\n\t\ttext-transform: none;\n\t\tline-height: 1;\n\t\t-webkit-font-smoothing: antialiased;\n\t\t-moz-osx-font-smoothing: grayscale;\n\t\tfont-size:32px;\n\t\tmargin-bottom: 5px;\n\t}\n\t&:hover {\n\t\t.vco-slidenav-title, .vco-slidenav-description {\n\t\t\t.opacity(100);\n\t\t}\n\t}\n}\n\n.vco-slidenav-next {\n\ttext-align: right;\n\tmargin-right:10px;\n right: 100px;\n\t.vco-slidenav-icon {\n\t\tmargin-left: 100 - 24px;\n\t\t&:before {\n\t\t\tcontent: \"\\e64f\";\n\t\t}\n\t}\n\t&:hover {\n\t\t.vco-slidenav-icon {\n\t margin-left: 100 - 20px;\n\t\t}\n\t}\n}\n\n.vco-slidenav-previous {\n\ttext-align: left;\n\tmargin-left:10px;\n\t.vco-slidenav-icon {\n\t\tmargin-left: 0px;\n\t\t&:before {\n\t\t\tcontent: \"\\e650\";\n\t\t}\n\t}\n\t&:hover {\n\t\t.vco-slidenav-icon {\n\t\t\tmargin-left: -4px;\n\t\t}\n\t}\n}\n\n\n/* Skinny\n================================================== */\n.vco-skinny {\n\t.vco-slidenav-next {\n\t right: 32px;\n\t\t.vco-slidenav-icon {\n\t\t\tmargin-left:32 - 24px;\n\t\t}\n\t\t&:hover {\n\t\t\t.vco-slidenav-icon {\n\t\t margin-left:32 - 20px;\n\t\t\t .opacity(100);\n\t\t\t}\n\t\t}\n\t}\n\t\n\t.vco-slidenav-previous {\n\t\t&:hover {\n\t\t\t.vco-slidenav-icon {\n\t\t\t\tmargin-left: -4px;\n\t\t\t\t.opacity(100);\n\t\t\t}\n\t\t}\n\t}\n\t\n\t.vco-slidenav-previous, .vco-slidenav-next {\n\t\t.vco-slidenav-content-container {\n\t\t\twidth:32px;\n\t\t\theight:32px;\n\t\t\t.vco-slidenav-icon, .vco-slidenav-title, .vco-slidenav-description {\n\t\t\t\tcolor: @color-foreground;\n\t\t\t\t//color:@color-background;\n\t\t\t}\n\t\t\t&.vco-slidenav-inverted {\n\t\t\t\t.vco-slidenav-icon, .vco-slidenav-title, .vco-slidenav-description {\n\t\t\t\t\tcolor:@color-background;\n\t\t\t\t\t//color: @color-foreground;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t.vco-slidenav-title, .vco-slidenav-description {\n\t\t\tdisplay:none;\n\t\t}\n\t\t.vco-slidenav-icon {\n\t\t\t.opacity(33);\n\t\t}\n\t}\n\n}\n\n/* Mobile and Landscape\n================================================== */\n.vco-layout-landscape.vco-mobile {\n\t.vco-slidenav-next {\n\t\t&:hover {\n\t\t\tright: 70px;\n\t\t\t.vco-slidenav-icon {\n\t\t margin-left:32 - 24px;\n\t\t\t .opacity(100);\n\t\t\t}\n\t\t}\n\t\t&:active {\n\t\t\t.vco-slidenav-icon {\n\t\t\t\tmargin-left: 0px;\n\t\t\t .opacity(100);\n\t\t\t}\n\t\t}\n\t}\n\n\t.vco-slidenav-previous {\n\t\t&:hover {\n\t\t\t.vco-slidenav-icon {\n\t\t\t\t//margin-left: 0px;\n\t\t\t\tmargin-left: 100 - 20px;\n\t\t\t\t.opacity(100);\n\t\t\t}\n\t\t}\n\t\t&:active {\n\t\t\t.vco-slidenav-icon {\n\t\t\t .opacity(100);\n\t\t\t margin-left: -4px;\n\t\t\t}\n\t\t}\n\t}\n\n}\n\n/* Mobile and Portrait\n================================================== */\n.vco-layout-portrait.vco-mobile {\n\t.vco-slidenav-next, .vco-slidenav-previous {\n\t\t&:hover {\n\t\t\t.vco-slidenav-icon {\n\t\t\t .opacity(33);\n\t\t\t}\n\t\t}\n\t\t&:active {\n\t\t\t.vco-slidenav-icon {\n\t\t\t .opacity(100);\n\t\t\t}\n\t\t}\n\t}\n}\n\n/* Mobile\n================================================== */\n.vco-mobile, .vco-skinny.vco-mobile, .vco-skinny.vco-layout-landscape.vco-mobile, .vco-skinny.vco-layout-portrait.vco-mobile {\n\t.vco-slidenav-previous, .vco-slidenav-next {\n\t\tdisplay:none;\n\t}\n}\n\n/* Landscape\n================================================== */\n.vco-layout-landscape {\n\t.vco-storyslider {\n\t\t.vco-slidenav-next, .vco-slidenav-previous {\n\t\t\t.vco-slidenav-icon {\n\t\t\t\t&:before {\n\t\t\t\t\t//background-color:@color-background;\n\t\t\t\t\tbackground-color: @color-foreground;\n\t\t\t\t\t//.translucent-background(@color-background, .85);\n\t\t\t\t\t//.box-shadow(1px 1px 7px rgba(0,0,0,.30));\n\t\t\t\t\tpadding:20px;\n\t\t\t\t\tborder: 1px solid darken(@color-background,30);\n\t\t\t\t}\n\t\t\t}\n\t\t\t.vco-slidenav-icon, .vco-slidenav-title, .vco-slidenav-description {\n\t\t\t\ttext-shadow: none;\n\t\t\t}\n\t\t\t.vco-slidenav-title, .vco-slidenav-description {\n\t\t\t\tdisplay:none;\n\t\t\t}\n\t\t}\n\t\n\t\t.vco-slidenav-previous {\n\t\t\tleft:-100%;\n\t\t\tmargin-left:0px;\n\t\t\t//z-index:26;\n\t\t\t.vco-slidenav-icon {\n\t\t\t\t&:before {\n\t\t\t\t\t.border-right-radius(7px);\n\t\t\t\t}\n\t\t\t}\n\t\t\t&:hover {\n\t\t\t\t.vco-slidenav-icon {\n\t\t\t\t\tmargin-left: -4px;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t.vco-slidenav-next {\n\t\t\t//margin-left:0px;\n\t\t\t right: 130px;\n\t\t\t .vco-slidenav-icon {\n\t\t\t\t &:before {\n\t\t\t\t \t.border-left-radius(7px);\n\t\t\t\t }\n\t\t\t }\n\t\t}\n\t}\n}","/* StorySlider\n================================================== */\n\n/* SLIDER CONTAINERS \n================================================== */\n.vco-storyslider {\n\twidth:100%;\n\theight:100%;\n\toverflow:hidden;\n\t.user-select(none);\n\tposition:relative;\n\timg, embed, object, video, iframe {\n\t\tmax-width: 100%;\n\t\tposition:relative;\n\t}\n\t.vco-slider-background {\n\t\tposition:absolute;\n\t\ttop:0;\n\t\tleft:0;\n\t\twidth:100%;\n\t\theight:100%;\n\t\tz-index:1;\n\t\tpointer-events: none;\n\t}\n\t.vco-slider-touch-mask {\n\t\twidth:100%;\n\t\theight:100%;\n\t\tz-index:25;\n\t\t\n\t\ttop:0px;\n\t\tleft:0px;\n\t\tposition: absolute;\n\t}\n\t.vco-slider-container-mask {\n\t\ttext-align: center;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\t//overflow: scroll;\n\t\tposition: relative;\n\t\tz-index:5;\n\t\t.vco-slider-container {\n\t\t\tposition: absolute;\n\t\t\ttop: 0px;\n\t\t\tleft: 0px;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\ttext-align: center;\n\t\t\t\n\t\t\t.vco-slider-item-container {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tdisplay:table-cell;\n\t\t\t\tvertical-align:middle;\n\n\t\t\t}\n\t\t}\n\t}\n\t\n}\n","/* Requires Variables.less\n================================================== */\n.vco-media {\n\t//display:table-cell;\n\t//vertical-align:middle;\n\twidth:100%;\n\tmin-width:50%;\n\theight:100%;\n\t//float: left;\n\tmargin-top:auto;\n\tmargin-bottom:auto;\n\tposition:relative;\n\t//margin-right:auto;\n\t.vco-message {\n\t\tposition:relative;\n\t}\n\t.vco-media-content-container {\n\t\t.vco-media-content{\n\t\t\tposition: relative;\n\t\t\t.clearfix();\n\t\t\t.vco-media-loaderror {\n\t\t\t\tp {\n\t\t\t\t\tcolor:@ui-background-color;\n\t\t\t\t\tspan {\n\t\t\t\t\t\tcolor:@ui-background-color;\n\t\t\t\t\t}\n\t\t\t\t\ttext-align:center;\n\t\t\t\t\tem {\n\t\t\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t[class^=\"vco-icon-\"], [class*=\" vco-icon-\"] {\n\t\t\t\t\tfont-size:@base-font-size-xlarge;\n\t\t\t\t\tcolor:@ui-background-color;\n\t\t\t\t\ttext-align:center;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\timg, embed, object, video {\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmax-height:100%;\n\t\t\t}\n\t\t\t\n\t\t}\n\t}\n}\n\n/* Media Shodow \n================================================== */\n.vco-media-shadow {\n\tposition: relative;\n\tz-index: 1;\n\t//background:@color-background;\n\t.box-shadow(1px 1px 7px rgba(0,0,0,.50));\n\t\n}\n/*\n.vco-media-shadow:before, .vco-media-shadow:after {\n\tz-index: -1;\n\tposition: absolute;\n\tcontent: \"\";\n\tbottom: 15px;\n\tleft: 10px;\n\twidth: 50%;\n\ttop: 80%;\n\tmax-width:300px;\n\tbackground: #333;\n\t.box-shadow(0 15px 10px #666);\n\t.transform(rotate(-2deg));\n}\n.vco-media-shadow::after {\n\t.transform(rotate(2deg));\n\tright: 10px;\n\tleft: auto;\n}\n*/\n/* VCard\n================================================== */\n.vcard {\n\t//float:right;\n\t\n\t.clearfix();\n\tmargin-bottom:@base-spacing;\n\tmargin-top:10px;\n\t.twitter-date {\n\t\ttext-align:left;\n\t\tfont-size:@base-font-size-small;\n\t}\n\t.author {\n\t\tfloat:right;\n\t\t//text-align:right;\n\t}\n\ta {\n\t\tcolor: lighten(@color-dark, 20%);\n\t\ttext-decoration:none;\n\t}\n\ta:hover {\n\t\ttext-decoration: none;\n\t\t.fn, .nickname {\n\t\t\tcolor:@color-theme;\n\t\t\t//text-decoration: underline;\n\t\t}\n\t}\n\t.fn, .nickname {\n\t\t\t\n\t\tpadding-left: 42px;\n\t}\n\t.fn {\n\t\tdisplay:block;\n\t\tfont-weight: bold;\n\n\t}\n\t.nickname {\n\t\tmargin-top:1px;\n\t\tdisplay:block;\n\t\tcolor: lighten(@color-dark, 40%);\n\t}\n\t\t\n\t.avatar {\n\t\tfloat:left;\n\t\tdisplay: block;\n\t\twidth: 32px;\n\t\theight: 32px;\n\t\timg {\n\t\t\t-moz-border-radius: 5px;\n\t\t\t-webkit-border-radius: 5px;\n\t\t\tborder-radius: 5px;\n\t\t}\n\t}\n}\n.vco-slide.vco-full-image-background, .vco-slide.vco-full-color-background {\n\ta, .vcard a {\n\t\t.slide-text-shadow();\n\t\tcolor: lighten(@color-theme, 90%);\n\t}\n}\n/* Credit\n================================================== */\n.vco-credit {\n\tcolor: #999999;\n\ttext-align: right;\n\tdisplay: block;\n\tmargin: 0 auto;\n\tmargin-top: 6px;\n\tfont-size: @base-font-size-small - 1;\n\tline-height: 13px;\n}\n\n/* Caption\n================================================== */\n.vco-caption {\n\ttext-align: left;\n\tmargin-right: auto;\n\tmargin-left: auto;\n\tmargin-top: 10px;\n\tcolor: #666666;\n\tfont-size: @base-font-size-small;\n\tline-height: 14px;\n\ttext-rendering: optimizeLegibility;\n\tword-wrap: break-word;\n}\n\n/* Full Image Background\n================================================== */\n.vco-full-image-background, .vco-full-color-background {\n\t\n\t.vco-media-shadow:before, .vco-media-shadow:after {\n\t\tbackground: none;\n\t\t.box-shadow(0 0px 0px #000);\n\t}\n\t\n}\n.vco-full-image-background {\n\n}\n\n.vco-full-color-background {\n\t\n}\n\n/* Mobile, iPhone and skinny\n================================================== */\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\t.vco-media {\n\t\twidth:100%;\n\t\theight:auto;\n\t\tfloat: none;\n\t\tdisplay:block;\n\t\t\n\t\t.vco-media-content-container {\n\t\t\t.vco-media-content{\n\t\t\t\t\n\t\t\t}\n\t\t\t.vco-credit {\n\t\t\n\t\t\t}\n\t\t\t.vco-caption {\n\t\t\n\t\t\t}\n\t\t\t\n\t\t}\n\t}\n}\n.vco-skinny {\n\t.vco-media {\n\t\twidth:100%;\n\t\theight:auto;\n\t\tfloat: none;\n\t\tdisplay:block;\n\t\t.vco-media-content-container {\n\t\t\t.vco-media-content{\n\t\t\n\t\t\t}\n\t\t\t\n\t\t\t.vco-credit, .vco-caption {\n\t\t\t\tmargin-top: 2px;\n\t\t\t\tpadding-left:10px;\n\t\t\t\tpadding-right:10px;\n\t\t\t\tfont-size:8px;\n\t\t\t}\n\t\t\t.vco-credit {\n\t\t\t\tmargin-top: 0px;\n\t\t\t}\n\t\t}\n\t}\n}\n\n","/* Requires Variables.less\n================================================== */\n\n.vco-text {\n\twidth:50%;\n\tmax-width:50%;\n\tmin-width:120px;\n\tpadding: 0 20px 0 20px;\n\tdisplay:table-cell;\n\tdisplay:block;\n\tvertical-align:middle;\n\ttext-align: left;\n\t//float:left;\n\ttext-shadow: none;\n\tcolor:@color-text;\n\tp {\n\t\tcolor:@color-text;\n\t}\n\t.vco-text-content-container {\n\t\t.vco-text-content{\n\t\t\n\t\t}\n\t}\n\th2.vco-headline-title, h2.vco-headline {\n\t\tmargin-top:0;\n\t\tcolor:@color-header-text;\n\t}\n\t.vco-headline-date, h3.vco-headline-date {\n\t\tfont-family:@font-main;\n\t\tfont-size:@base-font-size;\n\t\tline-height: @base-font-size;\n\t\tfont-weight: normal;\n\t\tmargin:0 0 2px 0;\n\t\tcolor: lighten(@color-text,25);\n\t\tsmall {\n\t\t\tfont-size:@base-font-size;\n\t\t\tline-height: @base-font-size;\n\t\t\tfont-weight: normal;\n\t\t\tcolor: lighten(@color-text,25);\n\t\t}\n\t}\n\t.vco-text-date {\n\t\tdisplay:inline-block;\n\t\tfont-family:@font-main;\n\t\tfont-weight:normal;\n\t\tmargin-top:10px;\n\t\tfont-size:12px;\n\t\tcolor: lighten(@color-text,25);\n\t\t&:after {\n\t\t\t//margin-left:3px;\n\t\t\t//color:#999;\n\t\t\t//font-weight:normal;\n\t\t}\n\t}\n\n}\n\n// When the background is an image\n.vco-full-image-background, .vco-full-color-background {\n\t.vco-text, .vco-text p {\n\t\tcolor: @color-text-inverted !important;\n\t\ttext-shadow: 1px 1px 2px #000;\n\t\t.vco-headline-date, h3.vco-headline-date {\n\t\t\tcolor: @color-text-inverted !important;\n\t\t\tsmall {\n\t\t\t\tcolor: @color-text-inverted !important;\n\t\t\t}\n\t\t}\n\n\t}\n}\n\n\n/* Skinny\n================================================== */\n.vco-skinny {\n\t.vco-text {\n\t\twidth:100%;\n\t\tmax-width:100%;\n\t\tmin-width:auto;\n\t\tfloat:none;\n\t\tmargin-top:20px;\n\t\t.vco-text-content-container {\n\t\t\t.vco-text-content{\n\t\t\n\t\t\t}\n\t\t}\n\t}\n}\n\n\n\n/* Mobile, iPhone\n================================================== */\n.vco-mobile {\n\t\n}\n\n/* Mobile, iPhone and skinny\n================================================== */\n.vco-mobile.vco-skinny {\n\n}\n",".vco-media {\n\t.vco-media-image {\n\t\twidth: auto !important;\n\t}\n\n}\n\n.vco-mobile.vco-skinny {\n\t.vco-media {\n\t\t.vco-media-image {\n\t\t\tmax-height:250px !important;\n\t\t}\n\n\t}\n}",".vco-media {\n\t.vco-media-twitter {\n\t\ttext-align:left;\n\t\t//margin-left: auto;\n\t\t//margin-right: auto;\n\t\t//margin-bottom:@base-space;\n\t\tclear:both;\n\t\tblockquote {\n\t\t\tmargin:0;\n\t\t\tmargin-right: \t@base-spacing;\n\t\t\tfont-size: \t\t@base-font-size;\n\t\t\tline-height:\tfloor(@base-font-size * @base-line-height);\n\t\t\tcolor:\t\t\t@color-foreground;\n\t\t\tp {\n\t\t\t\tfont-size: \t\t@base-font-size-xlarge;\n\t\t\t\tline-height: \tfloor(@base-font-size-xlarge * 1.1);\n\t\t\t\tcolor:\t\t\t@color-dark;\n\t\t\t}\n\t\t\t.quote-mark {\n\t\t\t\t\n\t\t\t}\n\t\t}\n\t\tblockquote p:before {\n\t\t\tdisplay:none;\n\t\t}\n\t\tblockquote p:after {\n\t\t\tdisplay:none;\n\t\t}\n\t\t\n\t\t.vco-icon-twitter {\n\t\t\tcolor:#55ACEE;\n\t\t}\n\t\t.vcard {\n\t\t\ta:hover, a.vco-date:hover {\n\t\t\t\ttext-decoration: none;\n\t\t\t\tcolor:#55ACEE;\n\t\t\t\t.fn, .nickname {\n\t\t\t\t\tcolor:#55ACEE;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\t\n\n\t}\n\n}\n.vco-slide-media-only {\n\t.vco-media {\n\t\t.vco-media-twitter {\n\t\t\twidth:80%;\n\t\t\tmargin-left:auto;\n\t\t\tmargin-right:auto;\n\t\t}\n\t}\n}\n.vco-mobile.vco-skinny {\n\t.vco-media {\n\t\t.vco-media-twitter {\n\t\t\t\n\t\t\tblockquote {\n\t\t\t\tp {\n\t\t\t\t\tfont-size: \t\t@base-font-size;\n\t\t\t\t\tline-height:\tfloor(@base-font-size * @base-line-height);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t}\n}\n.vco-skinny {\n\t\n\t.vco-media {\n\t\t.vco-media-twitter {\n\t\t\tmargin-left:10px;\n\t\t\tmargin-right:10px;\n\t\t\tblockquote {\n\t\t\t\tp {\n\t\t\t\t\tfont-size: \t\t@base-font-size-large;\n\t\t\t\t\tline-height:\tfloor(@base-font-size-large * 1.1);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t}\n}\n",".vco-media {\n\t.vco-media-blockquote {\n\t\ttext-align:left;\n\t\tclear:both;\n\t\tblockquote {\n\t\t\tmargin:0;\n\t\t\tmargin-right: \t@base-spacing;\n\t\t\ttext-align: \tleft;\n\t\t\tp {\n\t\t\t\tfont-size: \t\t@base-font-size-xlarge;\n\t\t\t\tline-height: \tfloor(@base-font-size-xlarge * 1.1);\n\t\t\t\t//color:\t\t\t@color-dark;\n\t\t\t}\n\t\t\tcite {\n\t\t\t\tfont-size: \t\t@base-font-size;\n\t\t\t\tline-height:\tfloor(@base-font-size * @base-line-height);\n\t\t\t\tcolor:\t\t\t@color-foreground;\n\t\t\t\ttext-align: \tright;\n\t\t\t}\n\t\t\t\n\t\t}\n\n\t\tblockquote p:before {\n\t\t\tcontent: open-quote;\n\t\t\tdisplay:inline-block;\n\t\t\t//font-size: (@base-font-size-xlarge * 3);\n\t\t\t//font-style: normal;\n\t\t\t//position: relative; \n\t\t\t//top: (@base-font-size-xlarge);\n\t\t\tmargin-right:5px;\n\t\t\n\t\t}\n\t\tblockquote p:after {\n\t\t\tcontent: close-quote;\n\t\t\tdisplay:inline-block;\n\t\t\t//font-size: (@base-font-size-xlarge * 2);\n\t\t\t//position: relative; \n\t\t\t//top: (@base-font-size-xlarge/2);\n\t\t\tmargin-left:3px;\n\t\t\n\t\t}\n\n\t}\n\n}\n.vco-slide-media-only {\n\t.vco-media {\n\t\t.vco-media-blockquote {\n\t\t\twidth:80%;\n\t\t\tmargin-left:auto;\n\t\t\tmargin-right:auto;\n\t\t}\n\t}\n}\n// Skinnier\n@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {\n\t.vco-media {\n\t\t.vco-media-blockquote {\n\t\t\tblockquote {\n\t\t\t\tp {\n\t\t\t\t\tfont-size: \t\t@base-font-size-large;\n\t\t\t\t\tline-height:\tfloor(@base-font-size-large * 1.1);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t}\n}\n// Mobile, iPhone and skinny\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\t.vco-media {\n\t\t.vco-media-blockquote {\n\t\t\tblockquote {\n\t\t\t\tp {\n\t\t\t\t\tfont-size: \t\t@base-font-size;\n\t\t\t\t\tline-height:\tfloor(@base-font-size * @base-line-height);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t}\n}",".vco-media {\n\t.vco-media-instagram {\n\t\t\n\t}\n\n}\n\n\n.vco-mobile.vco-skinny {\n\t.vco-media {\n\t\t.vco-media-instagram {\n\t\t\tmax-height:250px !important;\n\t\t}\n\n\t}\n}",".vco-media {\n\t.vco-media-profile {\n\t\tborder-radius: 50%;\n\t}\n\n}\n\n// Mobile, iPhone and skinny\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\t.vco-media {\n\t\t.vco-media-profile {\n\t\t\n\t\t}\n\n\t}\n}",".vco-media {\n\t.vco-media-iframe {\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tiframe {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t}\n\n}\n\n// Mobile, iPhone and skinny\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\t.vco-media {\n\t\t.vco-media-iframe {\n\t\t\n\t\t}\n\n\t}\n}",".vco-media {\n\t.vco-media-wikipedia {\n\t\t//font-size: @base-font;\n\t\t//line-height: @base-line;\n\t\ttext-align:left;\n\t\tmargin-left: auto;\n\t\tmargin-right: auto;\n\t\t//margin-bottom:@base-space;\n\t\tclear:both;\n\t\t.wiki-source { \n\t\t\t//margin-bottom:@base-space;\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 19px;\n\t\t\tfont-style: italic;\n\t\t}\n\t\th4 {\n\t\t\tmargin-top:0px;\n\t\t\t//border-bottom: 1px solid @color-line;\n\t\t\tmargin-bottom:0px;\n\t\t}\n\t\th4 a {\n\t\t\tcolor:@color-dark; //@color-theme;\n\t\t\ttext-decoration: none;\n\t\t}\n\t\th4 a:hover {\n\t\t\ttext-decoration: underline;\n\t\t}\n\t\t\n\t\tp {\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 19px;\n\t\t}\n\t\t\n\t}\n\n}\n.vco-slide.vco-full-image-background, .vco-slide.vco-full-color-background {\n\t.vco-media {\n\t\t.vco-media-wikipedia {\n\t\t\tpadding:20px;\n\t\t\t.background-color-opacity(0,0,0, 60);\n\t\t\t.border-radius(7px);\n\t\t\th4 a {\n\t\t\t\t.slide-text-shadow();\n\t\t\t}\n\t\t}\n\t}\n}\n// Mobile, iPhone and skinny\n.vco-mobile.vco-skinny {\n\t.vco-media {\n\t\t.vco-media-wikipedia {\n\t\t\tmargin-left: 10px;\n\t\t\tmargin-right: 10px;\n\t\t}\n\t\t\n\t}\n}","/* required styles */\n\n.leaflet-map-pane,\n.leaflet-tile,\n.leaflet-marker-icon,\n.leaflet-marker-shadow,\n.leaflet-tile-pane,\n.leaflet-tile-container,\n.leaflet-overlay-pane,\n.leaflet-shadow-pane,\n.leaflet-marker-pane,\n.leaflet-popup-pane,\n.leaflet-overlay-pane svg,\n.leaflet-zoom-box,\n.leaflet-image-layer,\n.leaflet-layer {\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\t}\n.leaflet-container {\n\toverflow: hidden;\n\t-ms-touch-action: none;\n\t}\n.leaflet-tile,\n.leaflet-marker-icon,\n.leaflet-marker-shadow {\n\t-webkit-user-select: none;\n\t -moz-user-select: none;\n\t user-select: none;\n\t-webkit-user-drag: none;\n\t}\n.leaflet-marker-icon,\n.leaflet-marker-shadow {\n\tdisplay: block;\n\t}\n/* map is broken in FF if you have max-width: 100% on tiles */\n.leaflet-container img {\n\tmax-width: none !important;\n\t}\n/* stupid Android 2 doesn't understand \"max-width: none\" properly */\n.leaflet-container img.leaflet-image-layer {\n\tmax-width: 15000px !important;\n\t}\n.leaflet-tile {\n\tfilter: inherit;\n\tvisibility: hidden;\n\t}\n.leaflet-tile-loaded {\n\tvisibility: inherit;\n\t}\n.leaflet-zoom-box {\n\twidth: 0;\n\theight: 0;\n\t}\n/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */\n.leaflet-overlay-pane svg {\n\t-moz-user-select: none;\n\t}\n\n.leaflet-tile-pane { z-index: 2; }\n.leaflet-objects-pane { z-index: 3; }\n.leaflet-overlay-pane { z-index: 4; }\n.leaflet-shadow-pane { z-index: 5; }\n.leaflet-marker-pane { z-index: 6; }\n.leaflet-popup-pane { z-index: 7; }\n\n.leaflet-vml-shape {\n\twidth: 1px;\n\theight: 1px;\n\t}\n.lvml {\n\tbehavior: url(#default#VML);\n\tdisplay: inline-block;\n\tposition: absolute;\n\t}\n\n\n/* control positioning */\n\n.leaflet-control {\n\tposition: relative;\n\tz-index: 7;\n\tpointer-events: auto;\n\t}\n.leaflet-top,\n.leaflet-bottom {\n\tposition: absolute;\n\tz-index: 1000;\n\tpointer-events: none;\n\t}\n.leaflet-top {\n\ttop: 0;\n\t}\n.leaflet-right {\n\tright: 0;\n\t}\n.leaflet-bottom {\n\tbottom: 0;\n\t}\n.leaflet-left {\n\tleft: 0;\n\t}\n.leaflet-control {\n\tfloat: left;\n\tclear: both;\n\t}\n.leaflet-right .leaflet-control {\n\tfloat: right;\n\t}\n.leaflet-top .leaflet-control {\n\tmargin-top: 10px;\n\t}\n.leaflet-bottom .leaflet-control {\n\tmargin-bottom: 10px;\n\t}\n.leaflet-left .leaflet-control {\n\tmargin-left: 10px;\n\t}\n.leaflet-right .leaflet-control {\n\tmargin-right: 10px;\n\t}\n\n\n/* zoom and fade animations */\n\n.leaflet-fade-anim .leaflet-tile,\n.leaflet-fade-anim .leaflet-popup {\n\topacity: 0;\n\t-webkit-transition: opacity 0.2s linear;\n\t -moz-transition: opacity 0.2s linear;\n\t -o-transition: opacity 0.2s linear;\n\t transition: opacity 0.2s linear;\n\t}\n.leaflet-fade-anim .leaflet-tile-loaded,\n.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {\n\topacity: 1;\n\t}\n\n.leaflet-zoom-anim .leaflet-zoom-animated {\n\t-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);\n\t -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);\n\t -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);\n\t transition: transform 0.25s cubic-bezier(0,0,0.25,1);\n\t}\n.leaflet-zoom-anim .leaflet-tile,\n.leaflet-pan-anim .leaflet-tile,\n.leaflet-touching .leaflet-zoom-animated {\n\t-webkit-transition: none;\n\t -moz-transition: none;\n\t -o-transition: none;\n\t transition: none;\n\t}\n\n.leaflet-zoom-anim .leaflet-zoom-hide {\n\tvisibility: hidden;\n\t}\n\n\n/* cursors */\n\n.leaflet-clickable {\n\tcursor: pointer;\n\t}\n.leaflet-container {\n\tcursor: -webkit-grab;\n\tcursor: -moz-grab;\n\t}\n.leaflet-popup-pane,\n.leaflet-control {\n\tcursor: auto;\n\t}\n.leaflet-dragging .leaflet-container,\n.leaflet-dragging .leaflet-clickable {\n\tcursor: move;\n\tcursor: -webkit-grabbing;\n\tcursor: -moz-grabbing;\n\t}\n\n\n/* visual tweaks */\n\n.leaflet-container {\n\tbackground: #ddd;\n\toutline: 0;\n\t}\n.leaflet-container a {\n\tcolor: #0078A8;\n\t}\n.leaflet-container a.leaflet-active {\n\toutline: 2px solid orange;\n\t}\n.leaflet-zoom-box {\n\tborder: 2px dotted #38f;\n\tbackground: rgba(255,255,255,0.5);\n\t}\n\n\n/* general typography */\n.leaflet-container {\n\tfont: 12px/1.5 \"Helvetica Neue\", Arial, Helvetica, sans-serif;\n\t}\n\n\n/* general toolbar styles */\n\n.leaflet-bar {\n\tbox-shadow: 0 1px 5px rgba(0,0,0,0.65);\n\tborder-radius: 4px;\n\t}\n.leaflet-bar a,\n.leaflet-bar a:hover {\n\tbackground-color: #fff;\n\tborder-bottom: 1px solid #ccc;\n\twidth: 26px;\n\theight: 26px;\n\tline-height: 26px;\n\tdisplay: block;\n\ttext-align: center;\n\ttext-decoration: none;\n\tcolor: black;\n\t}\n.leaflet-bar a,\n.leaflet-control-layers-toggle {\n\tbackground-position: 50% 50%;\n\tbackground-repeat: no-repeat;\n\tdisplay: block;\n\t}\n.leaflet-bar a:hover {\n\tbackground-color: #f4f4f4;\n\t}\n.leaflet-bar a:first-child {\n\tborder-top-left-radius: 4px;\n\tborder-top-right-radius: 4px;\n\t}\n.leaflet-bar a:last-child {\n\tborder-bottom-left-radius: 4px;\n\tborder-bottom-right-radius: 4px;\n\tborder-bottom: none;\n\t}\n.leaflet-bar a.leaflet-disabled {\n\tcursor: default;\n\tbackground-color: #f4f4f4;\n\tcolor: #bbb;\n\t}\n\n.leaflet-touch .leaflet-bar a {\n\twidth: 30px;\n\theight: 30px;\n\tline-height: 30px;\n\t}\n\n\n/* zoom control */\n\n.leaflet-control-zoom-in,\n.leaflet-control-zoom-out {\n\tfont: bold 18px 'Lucida Console', Monaco, monospace;\n\ttext-indent: 1px;\n\t}\n.leaflet-control-zoom-out {\n\tfont-size: 20px;\n\t}\n\n.leaflet-touch .leaflet-control-zoom-in {\n\tfont-size: 22px;\n\t}\n.leaflet-touch .leaflet-control-zoom-out {\n\tfont-size: 24px;\n\t}\n\n\n/* layers control */\n\n.leaflet-control-layers {\n\tbox-shadow: 0 1px 5px rgba(0,0,0,0.4);\n\tbackground: #fff;\n\tborder-radius: 5px;\n\t}\n.leaflet-control-layers-toggle {\n\tbackground-image: url(images/layers.png);\n\twidth: 36px;\n\theight: 36px;\n\t}\n.leaflet-retina .leaflet-control-layers-toggle {\n\tbackground-image: url(images/layers-2x.png);\n\tbackground-size: 26px 26px;\n\t}\n.leaflet-touch .leaflet-control-layers-toggle {\n\twidth: 44px;\n\theight: 44px;\n\t}\n.leaflet-control-layers .leaflet-control-layers-list,\n.leaflet-control-layers-expanded .leaflet-control-layers-toggle {\n\tdisplay: none;\n\t}\n.leaflet-control-layers-expanded .leaflet-control-layers-list {\n\tdisplay: block;\n\tposition: relative;\n\t}\n.leaflet-control-layers-expanded {\n\tpadding: 6px 10px 6px 6px;\n\tcolor: #333;\n\tbackground: #fff;\n\t}\n.leaflet-control-layers-selector {\n\tmargin-top: 2px;\n\tposition: relative;\n\ttop: 1px;\n\t}\n.leaflet-control-layers label {\n\tdisplay: block;\n\t}\n.leaflet-control-layers-separator {\n\theight: 0;\n\tborder-top: 1px solid #ddd;\n\tmargin: 5px -10px 5px -6px;\n\t}\n\n\n/* attribution and scale controls */\n\n.leaflet-container .leaflet-control-attribution {\n\tbackground: #fff;\n\tbackground: rgba(255, 255, 255, 0.7);\n\tmargin: 0;\n\t}\n.leaflet-control-attribution,\n.leaflet-control-scale-line {\n\tpadding: 0 5px;\n\tcolor: #333;\n\t}\n.leaflet-control-attribution a {\n\ttext-decoration: none;\n\t}\n.leaflet-control-attribution a:hover {\n\ttext-decoration: underline;\n\t}\n.leaflet-container .leaflet-control-attribution,\n.leaflet-container .leaflet-control-scale {\n\tfont-size: 11px;\n\t}\n.leaflet-left .leaflet-control-scale {\n\tmargin-left: 5px;\n\t}\n.leaflet-bottom .leaflet-control-scale {\n\tmargin-bottom: 5px;\n\t}\n.leaflet-control-scale-line {\n\tborder: 2px solid #777;\n\tborder-top: none;\n\tline-height: 1.1;\n\tpadding: 2px 5px 1px;\n\tfont-size: 11px;\n\twhite-space: nowrap;\n\toverflow: hidden;\n\t-moz-box-sizing: content-box;\n\t box-sizing: content-box;\n\n\tbackground: #fff;\n\tbackground: rgba(255, 255, 255, 0.5);\n\t}\n.leaflet-control-scale-line:not(:first-child) {\n\tborder-top: 2px solid #777;\n\tborder-bottom: none;\n\tmargin-top: -2px;\n\t}\n.leaflet-control-scale-line:not(:first-child):not(:last-child) {\n\tborder-bottom: 2px solid #777;\n\t}\n\n.leaflet-touch .leaflet-control-attribution,\n.leaflet-touch .leaflet-control-layers,\n.leaflet-touch .leaflet-bar {\n\tbox-shadow: none;\n\t}\n.leaflet-touch .leaflet-control-layers,\n.leaflet-touch .leaflet-bar {\n\tborder: 2px solid rgba(0,0,0,0.2);\n\tbackground-clip: padding-box;\n\t}\n\n\n/* popup */\n\n.leaflet-popup {\n\tposition: absolute;\n\ttext-align: center;\n\t}\n.leaflet-popup-content-wrapper {\n\tpadding: 1px;\n\ttext-align: left;\n\tborder-radius: 12px;\n\t}\n.leaflet-popup-content {\n\tmargin: 13px 19px;\n\tline-height: 1.4;\n\t}\n.leaflet-popup-content p {\n\tmargin: 18px 0;\n\t}\n.leaflet-popup-tip-container {\n\tmargin: 0 auto;\n\twidth: 40px;\n\theight: 20px;\n\tposition: relative;\n\toverflow: hidden;\n\t}\n.leaflet-popup-tip {\n\twidth: 17px;\n\theight: 17px;\n\tpadding: 1px;\n\n\tmargin: -10px auto 0;\n\n\t-webkit-transform: rotate(45deg);\n\t -moz-transform: rotate(45deg);\n\t -ms-transform: rotate(45deg);\n\t -o-transform: rotate(45deg);\n\t transform: rotate(45deg);\n\t}\n.leaflet-popup-content-wrapper,\n.leaflet-popup-tip {\n\tbackground: white;\n\n\tbox-shadow: 0 3px 14px rgba(0,0,0,0.4);\n\t}\n.leaflet-container a.leaflet-popup-close-button {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\tpadding: 4px 4px 0 0;\n\ttext-align: center;\n\twidth: 18px;\n\theight: 14px;\n\tfont: 16px/14px Tahoma, Verdana, sans-serif;\n\tcolor: #c3c3c3;\n\ttext-decoration: none;\n\tfont-weight: bold;\n\tbackground: transparent;\n\t}\n.leaflet-container a.leaflet-popup-close-button:hover {\n\tcolor: #999;\n\t}\n.leaflet-popup-scrolled {\n\toverflow: auto;\n\tborder-bottom: 1px solid #ddd;\n\tborder-top: 1px solid #ddd;\n\t}\n\n.leaflet-oldie .leaflet-popup-content-wrapper {\n\tzoom: 1;\n\t}\n.leaflet-oldie .leaflet-popup-tip {\n\twidth: 24px;\n\tmargin: 0 auto;\n\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)\";\n\tfilter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);\n\t}\n.leaflet-oldie .leaflet-popup-tip-container {\n\tmargin-top: -1px;\n\t}\n\n.leaflet-oldie .leaflet-control-zoom,\n.leaflet-oldie .leaflet-control-layers,\n.leaflet-oldie .leaflet-popup-content-wrapper,\n.leaflet-oldie .leaflet-popup-tip {\n\tborder: 1px solid #999;\n\t}\n\n\n/* div icon */\n\n.leaflet-div-icon {\n\tbackground: #fff;\n\tborder: 1px solid #666;\n\t}\n",".leaflet-vml-shape {\n\twidth: 1px;\n\theight: 1px;\n\t}\n.lvml {\n\tbehavior: url(#default#VML);\n\tdisplay: inline-block;\n\tposition: absolute;\n\t}\n\n.leaflet-control {\n\tdisplay: inline;\n\t}\n\n.leaflet-popup-tip {\n\twidth: 21px;\n\t_width: 27px;\n\tmargin: 0 auto;\n\t_margin-top: -3px;\n\n\tfilter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)\";\n\t}\n.leaflet-popup-tip-container {\n\tmargin-top: -1px;\n\t}\n.leaflet-popup-content-wrapper, .leaflet-popup-tip {\n\tborder: 1px solid #999;\n\t}\n.leaflet-popup-content-wrapper {\n\tzoom: 1;\n\t}\n\n.leaflet-control-zoom,\n.leaflet-control-layers {\n\tborder: 3px solid #999;\n\t}\n.leaflet-control-layers-toggle {\n\t}\n.leaflet-control-attribution,\n.leaflet-control-layers,\n.leaflet-control-scale-line {\n\tbackground: white;\n\t}\n.leaflet-zoom-box {\n\tfilter: alpha(opacity=50);\n\t}\n.leaflet-control-attribution {\n\tborder-top: 1px solid #bbb;\n\tborder-left: 1px solid #bbb;\n\t}\n","/* Requires Variables.less\n================================================== */\n.vco-map {\n\t/*\n\t.leaflet-zoom-anim .leaflet-zoom-animated {\n\t\t-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25,0.1,0.25,0.75);\n\t\t -moz-transition: -moz-transform 0.8s cubic-bezier(0.25,0.1,0.25,0.75);\n\t\t -o-transition: -o-transform 0.8s cubic-bezier(0.25,0.1,0.25,0.75);\n\t\t transition: transform 0.8s cubic-bezier(0.25,0.1,0.25,0.75);\n\t}\n\t*/\n\t/*\n\t.leaflet-zoom-anim .leaflet-zoom-animated {\n\t\t-webkit-transition: -webkit-transform 1s cubic-bezier(1, 0, 0, 1);\n\t\t -moz-transition: -moz-transform 1s cubic-bezier(1, 0, 0, 1);\n\t\t -o-transition: -o-transform 1s cubic-bezier(1, 0, 0, 1);\n\t\t transition: transform 1s cubic-bezier(1, 0, 0, 1); \n\t}\n\t*/\n\t\n\t.leaflet-container {\n\t\t.leaflet-control-attribution {\n\t\t\tcolor:#999;\n\t\t\tmargin-bottom:3px !important;\n\t\t\ta {\n\t\t\t\tcolor: #666;\n\t\t\t}\n\t\t\t.vco-knightlab-brand, a.vco-knightlab-brand {\n\t\t\t\tmargin-left:5px;\n\t\t\t\t//color:@color-theme;\n\t\t\t\ttext-shadow: 0px 0px 1px #FFF, 0px 0px 1px #FFF, 0px 0px 5px #FFF;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tfont-weight:bold;\n\t\t\t\tspan {\n\t\t\t\t\tcolor:@color-theme;\n\t\t\t\t\tdisplay:inline-block;\n\t\t\t\t\ttransform:rotate(45deg);\n\t\t\t\t\t-ms-transform:rotate(45deg); /* IE 9 */\n\t\t\t\t\t-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */\n\t\t\t\t}\n\t\t\t\t&:hover {\n\t\t\t\t\ttext-decoration:none;\n\t\t\t\t\tcolor:lighten(@color-theme, 15);\n\t\t\t\t\t//text-shadow: 0px 0px 0px #000;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\timg.leaflet-image-layer {\n\t\t max-width: none !important;\n\t\t}\n\n\t\t\n\t}\n\t.leaflet-overlay-pane {\n\t\tz-index:auto;\n\t\t.leaflet-image-layer {\n\t\t\tz-index:-1;\n\t\t}\n\t\tsvg {\n\t\t\tz-index:4;\n\t\t}\n\t}\n\t.leaflet-fade-anim .leaflet-tile,\n\t.leaflet-fade-anim .leaflet-popup {\n\t\topacity: 0;\n\t\t-webkit-transition: opacity 0.5s linear;\n\t\t -moz-transition: opacity 0.5s linear;\n\t\t -o-transition: opacity 0.5s linear;\n\t\t transition: opacity 0.5s linear;\n\t}\n\t.leaflet-fade-anim .leaflet-tile-loaded,\n\t.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {\n\t\topacity: 1;\n\t}\n\t.leaflet-zoom-anim .leaflet-zoom-animated {\n\t\t-webkit-transition: -webkit-transform 1s cubic-bezier(0.75, 0.1, 0.2, 1);\n\t\t -moz-transition: -moz-transform 1s cubic-bezier(0.75, 0.1, 0.2, 1);\n\t\t -o-transition: -o-transform 1s cubic-bezier(0.75, 0.1, 0.2, 1);\n\t\t transition: transform 1s cubic-bezier(0.75, 0.1, 0.2, 1); \n\t\t-webkit-transform: translateZ(0);\n\t\t-webkit-perspective: 1000;\n\t\t-webkit-backface-visibility: hidden;\n\t}\n\t&.vco-map-touch-zoom {\n\t\t.leaflet-zoom-anim .leaflet-zoom-animated {\n\t\t\t-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);\n\t\t\t -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);\n\t\t\t -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);\n\t\t\t transition: transform 0.25s cubic-bezier(0,0,0.25,1);\n\t\t\t-webkit-transform: translateZ(0);\n\t\t\t-webkit-perspective: 1000;\n\t\t\t-webkit-backface-visibility: hidden;\n\t\t}\n\t}\n\t/*\n\t.leaflet-zoom-anim .leaflet-zoom-animated {\n\t\t-webkit-transition: none;\n\t\t -moz-transition: none;\n\t\t -o-transition: none;\n\t\t transition: none; \n\t}\n\t*/\n\t.leaflet-bottom {\n\t\tbottom: 0;\n\t}\n\t.leaflet-right {\n\t\tleft: 0;\n\t\tright:auto;\n\t}\n\t.leaflet-container .leaflet-control-attribution{\n\t\tbackground-color:transparent;\n\t\tbox-shadow:none;\n\t\tmargin:0;\n\t\tborder:none;\n\t\tfont-size: 10px;\n\t}\n\t\n\t.leaflet-container {\n\t\t//background-color: @color-foreground;\n\t\tbackground-color: transparent;\n\t\t//background: @color-foreground url(\"cartographer.jpg\") repeat;\n\t\t\n\t}\n\t\n\t.leaflet-popup-content-wrapper {\n\t\tdisplay:none;\n\t\t.border-radius(5px);\n\t\tborder: 1px solid darken(@ui-background-color, 15);\n\t\t.box-shadow();\n\t\t.box-shadow(1px 1px 2px rgba(0,0,0,.30));\n\t\t//background: @color-foreground;\n\t\t//.translucent-background(@color-foreground, 0.75);\n\t\t.leaflet-popup-content {\n\t\t\tmargin:7px;\n\t\t\th4 {\n\t\t\t\tmargin:0;\n\t\t\t\tfont-weight:normal;\n\t\t\t\t//color:@color-background;\n\t\t\t}\n\t\t}\n\t}\n\t.leaflet-popup-tip-container {\n\t\tmargin: 0 auto;\n\t\twidth: 40px;\n\t\theight: 20px;\n\t\tposition: relative;\n\t\toverflow: hidden;\n\t\tdisplay:none;\n\t}\n\t\n\t.leaflet-bar {\n\t\t.box-shadow(none);\n\t}\n\t\n\t\n\n}\n\n/* Landscape\n================================================== */\n.vco-layout-landscape {\n\t.vco-map {\n\t\t.leaflet-bottom {\n\t\t\tbottom: 0;\n\t\t\t//top: auto;\n\t\t}\n\t\t.leaflet-right {\n\t\t\tleft: 0;\n\t\t\tright:auto;\n\t\t}\n\t\t.leaflet-top {\n\t\t\tbottom: 0;\n\t\t\ttop: 28px;\n\t\t}\n\t\t.leaflet-left {\n\t\t\t//left: 0;\n\t\t\t//right:auto;\n\t\t}\n\t}\n\t\n}\n.vco-layout-portrait {\n\t.leaflet-control-container {\n\t\t\n\t}\n\t.leaflet-bottom {\n\t\t//position:relative;\n\t\tbottom: 0;\n\t\ttop: auto;\n\t}\n}\n/* Mobile, iPhone and skinny\n================================================== */\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\t\n}\n.vco-mobile.vco-skinny {\n\t.leaflet-control-zoom, .leaflet-control-layers {\n\t\tdisplay:none;\n\t}\n\t.leaflet-container {\n\t\t.leaflet-control-attribution {\n\t\t\tfont-size:8px;\n\t\t\t.vco-knightlab-brand, a.vco-knightlab-brand {\n\t\t\t\tfont-size:8px;\n\t\t\t}\n\t\t}\n\t}\n}\n.vco-skinny {\n\t\n\t.leaflet-container .leaflet-control-attribution{\n\t\tbackground-color:transparent;\n\t\tbox-shadow:none;\n\t\tmargin:0;\n\t\tborder:none;\n\t\tfont-size:8px;\n\t\t.vco-knightlab-brand, a.vco-knightlab-brand {\n\t\t\tfont-size:12px;\n\t\t}\n\t\t//font-size: 6px !important;\n\t}\n}\n\n",".vco-map {\n\t.leaflet-container {\n\t\t.leaflet-bottom {\n\t\t\t.leaflet-control-minimap {\n\t\t\t\tmargin-left:10px;\n\t\t\t\tmargin-bottom:25px;\n\t\t\t}\n\t\t}\n\t\t.leaflet-top {\n\t\t\t.leaflet-control-minimap {\n\t\t\t\tmargin-left:10px;\n\t\t\t\tmargin-top:10px;\n\t\t\t}\n\t\t}\n\t\t.leaflet-control-minimap {\n\t\t border:solid #FFF 2px;\n\t\t .box-shadow(1px 1px 7px rgba(0,0,0,.30));\n\t\t .border-radius(3px);\n\t\t //background: #f8f8f9;\n\t\t\tbackground-color: darken(@color-background,30);\n\t\t transition: all .2s;\n\t\t\tborder: 2px solid darken(@color-background,30);\n\t\t}\n\n\t\t.leaflet-control-minimap a {\n\t\t background-color: darken(@color-background,30);\n\t\t //background-repeat: no-repeat;\n\t\t z-index: 99999;\n\t\t transition: all .2s;\n\t\t border-radius: 3px 0px 0px 0px;\n\t\t}\n\n\t\t.leaflet-control-minimap a.minimized {\n\t\t -webkit-transform: rotate(180deg);\n\t\t transform: rotate(180deg);\n\t\t // border-radius: 0px;\n\t\t}\n\n\t\t.leaflet-control-minimap-toggle-display {\n\t\t //background-image: url(\"images/toggle.png\");\n\t\t height: 19px;\n\t\t width: 19px;\n\t\t position: absolute;\n\t\t bottom: 0;\n\t\t right: 0; \n\t\t\tborder: 1px solid darken(@color-background,30);\n\t\t\tbackground-color:darken(@color-background,50);\n\t\t}\n\t\t.leaflet-control-minimap-toggle-display:after {\n\t\t\tfont-family: 'vco-icons';\n\t\t\tspeak: none;\n\t\t\tfont-style: normal;\n\t\t\tfont-weight: normal;\n\t\t\tfont-variant: normal;\n\t\t\ttext-transform: none;\n\t\t\tline-height: 1;\n\t\t\n\t\t\t/* Better Font Rendering =========== */\n\t\t\t-webkit-font-smoothing: antialiased;\n\t\t\t-moz-osx-font-smoothing: grayscale;\n\t\t\n\t\t\t//color: darken(@color-background,50);\n\t\t\tcolor:#FFF;\n\t\t\tfont-size: 20px;\n\t\t\tcontent: \"\\e647\";\n\t\t}\n\t}\n}\n\n\n",".vco-map {\n\t.leaflet-container {\n\t\t.mapbox-maplogo {\n\t\t\tposition:relative;\n\t\t\tdisplay:inline-block;\n\t\t\theight: 20px;\n\t\t\twidth: 65px;\n\t\t\t//left:10px;\n\t\t\t//bottom:10px;\n\t\t\tmargin: 0 3px -5px 3px;\n\t\t\ttext-indent: -9999px;\n\t\t\tz-index:99999;\n\t\t\toverflow:hidden;\n\t\t\tbackground-image: url(\"data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E\");\n\t\t\tbackground-repeat:no-repeat;\n\t\t\tbackground-position: 0 0 ;\n\t\t\tbackground-size: 65px 20px;\n\t\t}\n\t}\n}\n\n\n","/* Requires Variables.less\n================================================== */\n@leaflet-offset: 6px;\n@map-icon-size: 44px; //52\n@map-icon-width: 32px; //38\n@map-icon-size: 52px;\n@map-icon-width: 38px;\n.vco-map {\n\t.vco-mapmarker, .vco-mapmarker-active {\n\t\tfont-family: 'vco-icons';\n\t\tspeak: none;\n\t\tfont-style: normal;\n\t\tfont-weight: normal;\n\t\tfont-variant: normal;\n\t\ttext-transform: none;\n\t\tline-height: 1;\n\n\t\t/* Better Font Rendering =========== */\n\t\t-webkit-font-smoothing: antialiased;\n\t\t-moz-osx-font-smoothing: grayscale;\n\t\t\n\t\t\n\t\twidth: @map-icon-width !important;\n\t\theight: @map-icon-size !important;\n\t\t//overflow:hidden;\n\t\ttop:-(@map-icon-size - @leaflet-offset);\n\t\tleft: -((@map-icon-width/2) - @leaflet-offset);\n\t\t\n\t} \n\t// Map Pin\n\t.vco-mapmarker:before, .vco-mapmarker-active:before {\n\t\tcontent: \"\\e600\";\n\t\tfont-size:@map-icon-size;\n\t\ttext-shadow: rgba(0,0,0, 0.66) 0px 2px 5px;\n\t\t\n\t}\n\t\n\t.vco-mapmarker {\n\t\tcolor:#a5a5a5;\n\t}\n\t.vco-mapmarker-active {\n\t\tcolor:@color-theme;\n\t}\n\t\n\t.vco-mapmarker-image-icon, .vco-mapmarker-image-icon-active {\n\t\tborder: 2px solid #a5a5a5;\n\t\tbox-shadow: 2px 2px 2px #000;\n\t\topacity:1;\n\t\t\n\t}\n\t.vco-mapmarker-image-icon {\n\t\t-webkit-filter: grayscale(100%);\n\t\t-moz-filter: grayscale(100%);\n\t\tfilter: grayscale(100%);\n\t}\n\t.vco-mapmarker-image-icon-active {\n\t\topacity:1;\n\t\tborder: 4px solid @color-theme;\n\t\t-webkit-filter: grayscale(0);\n\t\t-moz-filter: grayscale(0);\n\t\tfilter: grayscale(0);\n\t}\n\t\n\t/* Marker Media Icons\n\t================================================== */\n\t.vco-mapmarker-icon:after {\n\t\t\t//font-size:20px;\n\t\t\tfont-size:24px;\n\t\t\tcolor:#FFF; \n\t\t\ttext-align:center;\n\t\t\twidth:@map-icon-width;\n\t\t\theight: 24px;\n\t\t\toverflow:hidden;\n\t\t\t//content:'';\n\t\t\tdisplay:block;\n\t\t\tposition:absolute;\n\t\t\t//top:4px;\n\t\t\ttop:8px;\n\t\t\tleft:0px;\n\t\t\t\n\t\t\t.opacity(75);\n\t}\n\t\n\t.vco-mapmarker-active.vco-mapmarker-icon:after {\n\t\t.opacity(100);\n\t}\n\t.vco-mapmarker-icon.vco-icon-youtube:after {\n\t\t//content: \"\\e63a\";\n\t\t//font-size:22px;\n\t}\n\t.vco-icon-wikipedia:after {\n\t\t//font-size:14px;\n\t\tfont-size:16px;\n\t\t//top:10px;\n\t\ttop:12px;\n\t}\n\t.vco-icon-image:after {\n\t\ttop:6px;\n\t}\n\t.vco-icon-vine:after, .vco-icon-vimeo:after, .vco-icon-twitter:after {\n\t\t//top: 6px;\n\t\ttop: 8px;\n\t}\n\t\n\n\t\n}\n\n\n\n\n/* Mobile, iPhone and skinny\n================================================== */\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\t.vco-map {\n\t\t.vco-mapmarker {\n\t\n\t\t}\n\t}\n}\n\n","/* Requires Variables.less\n================================================== */\n@leaflet-offset: 6px;\n@map-icon-size: 44px; //52\n@map-icon-width: 32px; //38\n@map-icon-size: 52px;\n@map-icon-width: 38px;\n.vco-map {\n\t.vco-mapimage-display:hover {\n\t\t.vco-mapmarker, .vco-mapmarker-active {\n\t\t\tdisplay:block;\n\t\t\n\t\t} \n\t}\n\t.vco-mapimage-display {\n\t\t.vco-mapmarker, .vco-mapmarker-active {\n\t\t\tdisplay:none;\n\t\t\n\t\t} \n\t\t\n\t}\n\n}\n\n.vco-map:hover {\n\t.vco-mapimage-display {\n\t\t\n\t}\n}\n\n\n/* Mobile, iPhone and skinny\n================================================== */\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\t.vco-map {\n\t\t.vco-mapmarker {\n\t\n\t\t}\n\t}\n}\n\n","/* Requires Variables.less\n================================================== */\n.vco-map {\n\theight: 100%;\n\toverflow: hidden;\n\ttop:0px;\n\tbackground-color: @color-foreground;\n\t.vco-map-mask {\n\t\twidth: 100%;\n\t\theight:\t100%;\n\t\toverflow: hidden;\n\t\t.vco-map-display {\n\t\t\twidth: 100%;\n\t\t\theight:\t100%;\n\t\t}\n\t\t\n\t}\n\t\n}\n\n\n\n/* Mobile, iPhone and skinny\n================================================== */\n@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {\n\t.vco-map {\n\n\t}\n}\n\n",".vco-storymap {\n\n\t\n\th1, h2, h3 {\n\t\t.vco-snapmap-instagram {\n\t\t\n\t\t}\n\n\t}\n\th4, h5, h6 {\n\t\t.vco-snapmap-instagram {\n\t\t\n\t\t}\n\n\t}\n\th2.vco-headline-title {\n\t\t.vco-snapmap-instagram, .vco-snapmap-flickr {\n\t\t\ttext-align:center;\n\t\t\tdisplay:block;\n\t\t\ttext-transform: none !important;\n\t\t\ta {\n\t\t\t\tcolor:lighten(@color-dark, 40%);\n\t\t\t}\n\t\t}\n\n\t}\n\t.vco-media-instagram-likes {\n\t\tdisplay:inline-block;\n\t\tfont-family:@font-main;\n\t\tfont-weight:bold;\n\t\tmargin-top:10px;\n\t\tfont-size:12px;\n\t\tcolor: lighten(@color-dark, 40%);\n\t\t/*\n\t\t&:before {\n\t\t\tcontent:'\\2665';\n\t\t\tmargin-right:3px;\n\t\t\tfont-weight:normal;\n\t\t\tfont-size:14px;\n\t\t}\n\t\t*/\n\t\t&:after {\n\t\t\tcontent:'Likes';\n\t\t\tmargin-left:3px;\n\t\t\tcolor:#999;\n\t\t\tfont-weight:normal;\n\t\t\tmargin-right:10px;\n\t\t}\n\t}\n\t.vco-snapmap-user-description, .vco-snapmap-user-location {\n\t\tfont-family:@font-main;\n\t\t//font-size:12px;\n\t\t//width:50%;\n\t\tdisplay:block;\n\t\t\n\t}\n\t\n\t.vco-snapmap-instagram-text {\n\t\ttext-align:center;\n\t\tdisplay:none;\n\t\ta {\n\t\t\tcolor:#000;\n\t\t}\n\t\t.vco-snapmap-instagram-posts,\n\t\t.vco-snapmap-instagram-followed_by,\n\t\t.vco-snapmap-instagram-follows,\n\t\t.vco-snapmap-instagram-website,\n\t\t.vco-snapmap-instagram-website a {\n\t\t\tdisplay:inline-block;\n\t\t\tfont-family:@font-main;\n\t\t\tfont-weight:bold;\n\t\t\tmargin-top:10px;\n\t\t\tfont-size:12px;\n\t\t\tmargin-left:20px;\n\t\t\t&:after {\n\t\t\t\tmargin-left:3px;\n\t\t\t\tcolor:#999;\n\t\t\t\tfont-weight:normal;\n\t\t\t}\n\t\t}\n\t\t.vco-snapmap-instagram-posts:after {\n\t\t\tcontent:'Posts';\n\t\t}\n\t\t\n\t\t.vco-snapmap-instagram-followed_by:after {\n\t\t\tcontent:'Followers';\n\t\t}\n\t\t\n\t\t.vco-snapmap-instagram-follows:after {\n\t\t\tcontent:'Following';\n\t\t}\n\t\t\n\t\t.vco-snapmap-instagram-website,\n\t\t.vco-snapmap-instagram-website a {\n\t\t\tfont-weight:normal;\n\t\t\tdisplay:block;\n\t\t\tmargin:0;\n\t\t\tcolor:#999;\n\t\t\t&:after {\n\t\t\t\tmargin-left:0;\n\t\t\t\tcolor:#999;\n\t\t\t\tfont-weight:normal;\n\t\t\t}\n\t\t}\n\t\t\n\t\t.vco-snapmap-instagram-bio {\n\t\t}\n\t}\n\t\n\t.vco-snapmap-user-location {\n\t\tfont-weight:bold;\n\t\tfont-size:12px;\n\t\ttext-align:center;\n\t}\n\t.vco-snapmap-flickr-views {\n\t\tdisplay:block;\n\t\tfont-family:@font-main;\n\t\tfont-weight:bold;\n\t\tmargin-top:10px;\n\t\tfont-size:12px;\n\t\t&:before {\n\t\t\t\n\t\t}\n\t\t&:after {\n\t\t\tcontent:'Views';\n\t\t\tmargin-left:3px;\n\t\t\tcolor:#999;\n\t\t\tfont-weight:normal;\n\t\t}\n\t}\n}\n","\n/* simplified from https://jekyllcodex.org/without-plugin/lightbox/ */\n#lightbox {\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n background: rgba(0,0,0,0.85);\n z-index: 9999999;\n line-height: 0;\n cursor: pointer;\n display: none;\n}\n#lightbox .img {\n position: relative;\n top: 50%;\n left: 50%;\n transform: translate(-50%,-50%);\n max-width: 100%;\n max-height: 100%;\n}\n#lightbox .img img {\n opacity: 0;\n pointer-events: none;\n width: auto;\n}\n@media screen and (min-width: 1200px) {\n #lightbox .img {\n max-width: 1200px;\n }\n}\n@media screen and (min-height: 1200px) {\n #lightbox .img {\n max-height: 1200px;\n }\n}\n#lightbox #close {\n height: 50px;\n width: 50px;\n position: fixed;\n cursor: pointer;\n text-decoration: none;\n z-index: 99;\n right: 0;\n top: 0;\n}\n#lightbox #close:after, #lightbox #close:before {\n position: absolute;\n margin-top: 22px;\n margin-left: 14px;\n content: \"\";\n height: 3px;\n background: white;\n width: 23px;\n transform-origin: 50% 50%;\n transform: rotate(-45deg);\n}\n#lightbox #close:after {\n transform: rotate(45deg);\n}\n#lightbox, #lightbox * {\n user-select: none;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/dist/embed/index.html b/dist/embed/index.html new file mode 100644 index 0000000..afa1f5c --- /dev/null +++ b/dist/embed/index.html @@ -0,0 +1,127 @@ + + + + StoryMapJS Embed + + + + + + + + + + + +
+ + + + + + + + diff --git a/dist/js/locale/be.json b/dist/js/locale/be.json new file mode 100644 index 0000000..3b48bf8 --- /dev/null +++ b/dist/js/locale/be.json @@ -0,0 +1,17 @@ +{ + "name": "Беларуская", + "lang": "be", + "messages": { + "loading": "Загрузка", + "wikipedia": "Вікіпедыя", + "start": "Start Exploring" + }, + "buttons": { + "map_overview": "Прагляд мапы", + "overview": "Прагляд", + "backtostart": "Вярнуцца ў пачатак", + "collapse_toggle": "Схаваць мапу", + "uncollapse_toggle": "Паказаць мапу", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/bg.json b/dist/js/locale/bg.json new file mode 100644 index 0000000..3e0608c --- /dev/null +++ b/dist/js/locale/bg.json @@ -0,0 +1,17 @@ +{ + "name": "Български", + "lang": "bg", + "messages": { + "loading": "Зареждане", + "wikipedia": "От Уикипедия, свободната енциклопедия", + "start": "Започнете да разглеждате" + }, + "buttons": { + "map_overview": "Преглед на картата", + "overview": "Преглед", + "backtostart": "Към началото", + "collapse_toggle": "Скриване на картата", + "uncollapse_toggle": "Показване на картата", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/cs.json b/dist/js/locale/cs.json new file mode 100644 index 0000000..3d78c44 --- /dev/null +++ b/dist/js/locale/cs.json @@ -0,0 +1,17 @@ +{ + "name": "Čeština", + "lang": "cs", + "messages": { + "loading": "Nahrávání", + "wikipedia": "Z Wikipedie, svobodné encyklopedie", + "start": "Prozkoumat" + }, + "buttons": { + "map_overview": "Přehledová mapa", + "overview": "Přehled", + "backtostart": "Zpět na začátek", + "collapse_toggle": "Skrýt mapu", + "uncollapse_toggle": "Zobrazit mapu", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/de.json b/dist/js/locale/de.json new file mode 100644 index 0000000..b57ec89 --- /dev/null +++ b/dist/js/locale/de.json @@ -0,0 +1,17 @@ +{ + "name": "Deutsch", + "lang": "de", + "messages": { + "loading": "Daten werden geladen", + "wikipedia": "von Wikipedia, der freien Enzyklopädie", + "start": "Explore" + }, + "buttons": { + "map_overview": "Kartenübersicht", + "overview": "Kartenübersicht", + "backtostart": "Zurück zum Anfang", + "collapse_toggle": "Karte ausblenden", + "uncollapse_toggle": "Karte anzeigen", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/el.json b/dist/js/locale/el.json new file mode 100644 index 0000000..10f1252 --- /dev/null +++ b/dist/js/locale/el.json @@ -0,0 +1,17 @@ +{ + "name": "Ελληνικά", + "lang": "el", + "messages": { + "loading": "Φόρτωση", + "wikipedia": "Από την Wikipedia, την ελεύθερη εγκυκλοπαίδεια", + "start": "Έναρξη περιήγησης" + }, + "buttons": { + "map_overview": "Επισκόπηση χάρτη", + "overview": "Επισκόπηση", + "backtostart": "Επιστροφή στην αρχή", + "collapse_toggle": "Απόκρυψη χάρτη", + "uncollapse_toggle": "Εμφάνιση χάρτη", + "swipe_to_navigate": "Κτυπήστε ελαφρά για περιήγηση
OK" + } +} diff --git a/dist/js/locale/en.json b/dist/js/locale/en.json new file mode 100644 index 0000000..ec8cdc9 --- /dev/null +++ b/dist/js/locale/en.json @@ -0,0 +1,17 @@ +{ + "name": "English", + "lang": "en", + "messages": { + "loading": "Loading", + "wikipedia": "From Wikipedia, the free encyclopedia", + "start": "Start Exploring" + }, + "buttons": { + "map_overview": "Map Overview", + "overview": "Overview", + "backtostart": "Back To Beginning", + "collapse_toggle": "Hide Map", + "uncollapse_toggle": "Show Map", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/es.json b/dist/js/locale/es.json new file mode 100644 index 0000000..f207afc --- /dev/null +++ b/dist/js/locale/es.json @@ -0,0 +1,17 @@ +{ + "name": "Español", + "lang": "es", + "messages": { + "loading": "cargando", + "wikipedia": "de Wikipedia, la enciclopedia libre", + "start": "Explore" + }, + "buttons": { + "map_overview": "vista general del mapa", + "overview": "vista general", + "backtostart": "volver al comienzo", + "collapse_toggle": "ocultar mapa", + "uncollapse_toggle": "mostrar mapa", + "swipe_to_navigate": "Deslizar para navegar
Entendido" + } +} diff --git a/dist/js/locale/et.json b/dist/js/locale/et.json new file mode 100644 index 0000000..c39e2bb --- /dev/null +++ b/dist/js/locale/et.json @@ -0,0 +1,17 @@ +{ + "name": "eesti", + "lang": "et", + "messages": { + "loading": "Laadib", + "wikipedia": "Vikipeedia, vaba entsüklopeedia", + "start": "Uuri" + }, + "buttons": { + "map_overview": "Kaardi ülevaade", + "overview": "Ülevaade", + "backtostart": "Tagasi algusesse", + "collapse_toggle": "Peida kaart", + "uncollapse_toggle": "Näita kaarti", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/fr.json b/dist/js/locale/fr.json new file mode 100644 index 0000000..ce6daa2 --- /dev/null +++ b/dist/js/locale/fr.json @@ -0,0 +1,17 @@ +{ + "name": "Français", + "lang": "fr", + "messages": { + "loading": "Chargement", + "wikipedia": "Extrait de Wikipédia, l'encyclopédie libre", + "start": "Explore" + }, + "buttons": { + "map_overview": "Vue d'ensemble de la carte", + "overview": "Vue d'ensemble", + "backtostart": "Retourner au point de départ", + "collapse_toggle": "Masquer la carte", + "uncollapse_toggle": "Afficher la carte", + "swipe_to_navigate": "Faites glisser pour naviguer
OK" + } +} diff --git a/dist/js/locale/he.json b/dist/js/locale/he.json new file mode 100644 index 0000000..a9a644f --- /dev/null +++ b/dist/js/locale/he.json @@ -0,0 +1,18 @@ +{ + "name": "עברית", + "lang": "he", + "direction": "rtl", + "messages": { + "loading": "טוען", + "wikipedia": "מתוך ויקיפדיה, האנציקלופדיה החופשית", + "start": "התחל במסע" + }, + "buttons": { + "map_overview": "המפה במלואה", + "overview": "תצוגה מקדימה", + "backtostart": "חזור להתחלה", + "collapse_toggle": "הסתר מפה", + "uncollapse_toggle": "הצג מפה", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/hu.json b/dist/js/locale/hu.json new file mode 100644 index 0000000..2a8167f --- /dev/null +++ b/dist/js/locale/hu.json @@ -0,0 +1,17 @@ +{ + "name": "Magyar", + "lang": "hu", + "messages": { + "loading": "töltés", + "wikipedia": "Wikipedia", + "start": "Indítsd" + }, + "buttons": { + "map_overview": "teljes térkép", + "overview": "teljes sztori", + "backtostart": "vissza az elejére", + "collapse_toggle": "összecsuk", + "uncollapse_toggle": "kinyit", + "swipe_to_navigate": "Húzd el a navigációhoz
OK" + } +} diff --git a/dist/js/locale/is.json b/dist/js/locale/is.json new file mode 100644 index 0000000..48cca90 --- /dev/null +++ b/dist/js/locale/is.json @@ -0,0 +1,17 @@ +{ + "name": "Icelandic", + "lang": "is", + "messages": { + "loading": "Hleðsla", + "wikipedia": "Frá Wikipedia", + "start": "Hefja" + }, + "buttons": { + "map_overview": "Kortayfirlit", + "overview": "Yfirlit", + "backtostart": "Hefja aftur", + "collapse_toggle": "Fela kortið", + "uncollapse_toggle": "Sýna kortið", + "swipe_to_navigate": "Strjúktu fyrir valmynd
Allt í lagi" + } +} diff --git a/dist/js/locale/it.json b/dist/js/locale/it.json new file mode 100644 index 0000000..35c8b9a --- /dev/null +++ b/dist/js/locale/it.json @@ -0,0 +1,17 @@ +{ + "name": "Italiano", + "lang": "it", + "messages": { + "loading": "caricare", + "wikipedia": "da Wikipedia, la enciclopedia libera", + "start": "Explore" + }, + "buttons": { + "map_overview": "vista generale della mappa", + "overview": "vista generale", + "backtostart": "tornare all' inizio", + "collapse_toggle": "nascondere mappa", + "uncollapse_toggle": "mostrare mappa", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/jp.json b/dist/js/locale/jp.json new file mode 100644 index 0000000..d29b8a2 --- /dev/null +++ b/dist/js/locale/jp.json @@ -0,0 +1,17 @@ +{ + "name": "日本語", + "lang": "jp", + "messages": { + "loading": "ローディング", + "wikipedia": "フリー百科事典ウィキペディア(Wikipedia)から", + "start": "Explore" + }, + "buttons": { + "map_overview": "概観地図", + "overview": "概観", + "backtostart": "初めに戻る", + "collapse_toggle": "地図を隠す", + "uncollapse_toggle": "地図を表示", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/ko.json b/dist/js/locale/ko.json new file mode 100644 index 0000000..a5eff6d --- /dev/null +++ b/dist/js/locale/ko.json @@ -0,0 +1,17 @@ +{ + "name": "한국어", + "lang": "ko", + "messages": { + "loading": "불러오는중", + "wikipedia": "위키피디아", + "start": "시작하기" + }, + "buttons": { + "map_overview": "지도 전체보기", + "overview": "전체보기", + "backtostart": "되돌아가기", + "collapse_toggle": "숨기기", + "uncollapse_toggle": "보이기", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/nl.json b/dist/js/locale/nl.json new file mode 100644 index 0000000..c7a34b7 --- /dev/null +++ b/dist/js/locale/nl.json @@ -0,0 +1,17 @@ +{ + "name": "Nederlands", + "lang": "nl", + "messages": { + "loading": "Laden", + "wikipedia": "Van Wikipedia, de gratis encyclopedie", + "start": "Start Exploring" + }, + "buttons": { + "map_overview": "Kaart overzicht", + "overview": "Overzicht", + "backtostart": "Terug naar begin", + "collapse_toggle": "Verberg kaart", + "uncollapse_toggle": "Toon kaart", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/nn.json b/dist/js/locale/nn.json new file mode 100644 index 0000000..d385111 --- /dev/null +++ b/dist/js/locale/nn.json @@ -0,0 +1,17 @@ +{ + "name": "Norsk nynorsk", + "lang": "nn", + "messages": { + "loading": "Lastar inn", + "wikipedia": "Frå Wikipedia, det frie oppslagsverket", + "start": "Utforsk" + }, + "buttons": { + "map_overview": "Sjå oversiktskart", + "overview": "Oversikt", + "backtostart": "Til starten", + "collapse_toggle": "Gøym kartet", + "uncollapse_toggle": "Vis kartet", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/no.json b/dist/js/locale/no.json new file mode 100644 index 0000000..658e167 --- /dev/null +++ b/dist/js/locale/no.json @@ -0,0 +1,17 @@ +{ + "name": "Norsk", + "lang": "no", + "messages": { + "loading": "Laster inn", + "wikipedia": "fra Wikipedia, den frie encyklopedi", + "start": "Explore" + }, + "buttons": { + "map_overview": "Se oversiktskart", + "overview": "Se oversiktskart", + "backtostart": "Til begynnelsen", + "collapse_toggle": "Skjul kartet", + "uncollapse_toggle": "Vis kartet", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/pl.json b/dist/js/locale/pl.json new file mode 100644 index 0000000..a8344f4 --- /dev/null +++ b/dist/js/locale/pl.json @@ -0,0 +1,17 @@ +{ + "name": "Polski", + "lang": "pl", + "messages": { + "loading": "Wczytuję", + "wikipedia": "z Wikipedii, wolnej encyklopedii", + "start": "Explore" + }, + "buttons": { + "map_overview": "Przeglądaj mapę", + "overview": "Przeglądaj", + "backtostart": "Powrót", + "collapse_toggle": "Ukryj mapę", + "uncollapse_toggle": "Pokaż mapę", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/pt.json b/dist/js/locale/pt.json new file mode 100644 index 0000000..7e00a06 --- /dev/null +++ b/dist/js/locale/pt.json @@ -0,0 +1,17 @@ +{ + "name": "Português", + "lang": "pt", + "messages": { + "loading": "carregando", + "wikipedia": "de Wikipedia, a enciclopédia livre", + "start": "início" + }, + "buttons": { + "map_overview": "vista geral do mapa", + "overview": "vista geral", + "backtostart": "voltar ao início", + "collapse_toggle": "ocultar mapa", + "uncollapse_toggle": "mostrar mapa", + "swipe_to_navigate": "Deslize para navegar
OK" + } +} diff --git a/dist/js/locale/ru.json b/dist/js/locale/ru.json new file mode 100644 index 0000000..aaf8d33 --- /dev/null +++ b/dist/js/locale/ru.json @@ -0,0 +1,17 @@ +{ + "name": "Русский", + "lang": "ru", + "messages": { + "loading": "Загрузка", + "wikipedia": "Из Википедии, свободной энциклопедии", + "start": "Начать просмотр" + }, + "buttons": { + "map_overview": "Просмотр карты", + "overview": "Обзор", + "backtostart": "К началу", + "collapse_toggle": "Скрыть карту", + "uncollapse_toggle": "Показать карту", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/sk.json b/dist/js/locale/sk.json new file mode 100644 index 0000000..30cdb88 --- /dev/null +++ b/dist/js/locale/sk.json @@ -0,0 +1,17 @@ +{ + "name": "Slovenčina", + "lang": "sk", + "messages": { + "loading": "Nahrávanie", + "wikipedia": "Z Wikipédie, slobodnej encyklopédie", + "start": "Preskúmať" + }, + "buttons": { + "map_overview": "Prehľadová mapa", + "overview": "Prehľad", + "backtostart": "Späť na začiatok", + "collapse_toggle": "Skryť mapu", + "uncollapse_toggle": "Zobraziť mapu", + "swipe_to_navigate": "Navigujte potiahnutím prsta
OK" + } +} diff --git a/dist/js/locale/sr.json b/dist/js/locale/sr.json new file mode 100644 index 0000000..ed14f04 --- /dev/null +++ b/dist/js/locale/sr.json @@ -0,0 +1,16 @@ +{ + "name": "Srpski", + "lang": "sr", + "messages": { + "loading": "Učitavanje", + "wikipedia": "Wikipedia", + "start": "Explore" + }, + "buttons": { + "map_overview": "Pregled mapę", + "backtostart": "Nazad na početak", + "collapse_toggle": "Sakrij mapu", + "uncollapse_toggle": "Prikaži mapu", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/sv.json b/dist/js/locale/sv.json new file mode 100644 index 0000000..65273b2 --- /dev/null +++ b/dist/js/locale/sv.json @@ -0,0 +1,17 @@ +{ + "name": "Svenska", + "lang": "sv", + "messages": { + "loading": "Laddar", + "wikipedia": "Från Wikipedia, den fria encyklopedin", + "start": "Explore" + }, + "buttons": { + "map_overview": "Översiktskarta", + "overview": "Översikt", + "backtostart": "Tillbaka till början", + "collapse_toggle": "Göm kartan", + "uncollapse_toggle": "Visa kartan", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/tr.json b/dist/js/locale/tr.json new file mode 100644 index 0000000..7ce4acb --- /dev/null +++ b/dist/js/locale/tr.json @@ -0,0 +1,17 @@ +{ + "name": "Türkçe", + "lang": "tr", + "messages": { + "loading": "Yükleniyor", + "wikipedia": "Vikipedi, Özgür Ansiklopedi", + "start": "Keşfet" + }, + "buttons": { + "map_overview": "Genel harita", + "overview": "Genel harita", + "backtostart": "Başlangıç menüsüne dön", + "collapse_toggle": "Menüyü gizle", + "uncollapse_toggle": "Menüyü göster", + "swipe_to_navigate": "Dokun ve kaydır
OK" + } +} diff --git a/dist/js/locale/uk.json b/dist/js/locale/uk.json new file mode 100644 index 0000000..bc7dea0 --- /dev/null +++ b/dist/js/locale/uk.json @@ -0,0 +1,17 @@ +{ + "name": "Українська", + "lang": "uk", + "messages": { + "loading": "Завантаження", + "wikipedia": "З Вікіпедії, вільної енциклопедії", + "start": "Почати перегляд" + }, + "buttons": { + "map_overview": "Перегляд карти", + "overview": "Огляд", + "backtostart": "Повернутися до початку", + "collapse_toggle": "Приховати карту", + "uncollapse_toggle": "Показати карту", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/ur.json b/dist/js/locale/ur.json new file mode 100644 index 0000000..ee236cb --- /dev/null +++ b/dist/js/locale/ur.json @@ -0,0 +1,18 @@ +{ + "name": "Urdu", + "lang": "ur", + "direction": "rtl", + "messages": { + "loading": "لوڈ ہو رہا ہے", + "wikipedia": "ویکیپیڈیا, مفت دستیاب انسائیکلوپیڈیا سے ", + "start": "دریافت شروع کی جایے " + }, + "buttons": { + "map_overview": "نقشے کا جائزہ", + "overview": "جائزہ", + "backtostart": "واپس شروع سے", + "collapse_toggle": "نقشہ غائب", + "uncollapse_toggle": "نقشہ حاضر", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/zh-cn.json b/dist/js/locale/zh-cn.json new file mode 100644 index 0000000..e2b6af4 --- /dev/null +++ b/dist/js/locale/zh-cn.json @@ -0,0 +1,17 @@ +{ + "name": "中文", + "lang": "zh-cn", + "messages": { + "loading": "加载中", + "wikipedia": "来自维基百科,自由的百科全书", + "start": "Explore" + }, + "buttons": { + "map_overview": "地图总览", + "overview": "总览", + "backtostart": "回到首页", + "collapse_toggle": "隐藏地图", + "uncollapse_toggle": "显示地图", + "swipe_to_navigate": "Swipe to Navigate
OK" + } +} diff --git a/dist/js/locale/zh-tw.json b/dist/js/locale/zh-tw.json new file mode 100644 index 0000000..710dc81 --- /dev/null +++ b/dist/js/locale/zh-tw.json @@ -0,0 +1,17 @@ +{ + "name": "正體中文", + "lang": "zh-tw", + "messages": { + "loading": "載入中", + "wikipedia": "來自維基百科,自由的百科全書", + "start": "探索" + }, + "buttons": { + "map_overview": "地圖總覽", + "overview": "總覽", + "backtostart": "回到首頁", + "collapse_toggle": "隱藏地圖", + "uncollapse_toggle": "顯示地圖", + "swipe_to_navigate": "左右滑動以瀏覽
我知道了" + } +} diff --git a/dist/js/storymap.js b/dist/js/storymap.js new file mode 100644 index 0000000..414a90e --- /dev/null +++ b/dist/js/storymap.js @@ -0,0 +1,2 @@ +var KLStoryMap;(()=>{var t={481:(t,e,i)=>{var o,n;!function(s,a,r){var h,l,c=s.L,d={};d.version="0.7.7","object"==typeof t.exports?t.exports=d:(n="function"==typeof(o=d)?o.call(e,i,e,t):o)===r||(t.exports=n),d.noConflict=function(){return s.L=c,this},s.L=d,d.Util={extend:function(t){var e,i,o,n,s=Array.prototype.slice.call(arguments,1);for(i=0,o=s.length;i2?Array.prototype.slice.call(arguments,2):null;return function(){return t.apply(e,i||arguments)}},stamp:(h=0,l="_leaflet_id",function(t){return t[l]=t[l]||++h,t[l]}),invokeEach:function(t,e,i){var o,n;if("object"==typeof t){for(o in n=Array.prototype.slice.call(arguments,3),t)e.apply(i,[o,t[o]].concat(n));return!0}return!1},limitExecByInterval:function(t,e,i){var o,n;return function s(){var a=arguments;o?n=!0:(o=!0,setTimeout((function(){o=!1,n&&(s.apply(i,a),n=!1)}),e),t.apply(i,a))}},falseFn:function(){return!1},formatNum:function(t,e){var i=Math.pow(10,e||5);return Math.round(t*i)/i},trim:function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")},splitWords:function(t){return d.Util.trim(t).split(/\s+/)},setOptions:function(t,e){return t.options=d.extend({},t.options,e),t.options},getParamString:function(t,e,i){var o=[];for(var n in t)o.push(encodeURIComponent(i?n.toUpperCase():n)+"="+encodeURIComponent(t[n]));return(e&&-1!==e.indexOf("?")?"&":"?")+o.join("&")},template:function(t,e){return t.replace(/\{ *([\w_]+) *\}/g,(function(t,i){var o=e[i];if(o===r)throw new Error("No value provided for variable "+t);return"function"==typeof o&&(o=o(e)),o}))},isArray:Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},emptyImageUrl:"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="},function(){function t(t){var e,i,o=["webkit","moz","o","ms"];for(e=0;e0||t+"_idx"in e&&e[t+"_idx_len"]>0)},removeEventListener:function(t,e,i){if(!this[A])return this;if(!t)return this.clearAllEventListeners();if(d.Util.invokeEach(t,this.removeEventListener,this,e,i))return this;var o,n,s,a,r,h,l,c,p=this[A],_=i&&i!==this&&d.stamp(i);for(o=0,n=(t=d.Util.splitWords(t)).length;o=0;r--)a[r].action!==e||i&&a[r].context!==i||(a.splice(r,1)[0].action=d.Util.falseFn);i&&c&&0===a.length&&(delete c[_],p[l]--)}}else delete p[s],delete p[h],delete p[l];return this},clearAllEventListeners:function(){return delete this[A],this},fireEvent:function(t,e){if(!this.hasEventListeners(t))return this;var i,o,n,s,a,r=d.Util.extend({},e,{type:t,target:this}),h=this[A];if(h[t])for(o=0,n=(i=h[t].slice()).length;o1||"matchMedia"in s&&s.matchMedia("(min-resolution:144dpi)")&&s.matchMedia("(min-resolution:144dpi)").matches,k=a.documentElement,P=p&&"transition"in k.style,T="WebKitCSSMatrix"in s&&"m11"in new s.WebKitCSSMatrix&&!y,D="MozPerspective"in k.style,S="OTransition"in k.style,C=!s.L_DISABLE_3D&&(P||T||D||S)&&!f,E=!s.L_NO_TOUCH&&!f&&(x||"ontouchstart"in s||s.DocumentTouch&&a instanceof s.DocumentTouch),d.Browser={ie:p,ielt9:_,webkit:m,gecko:w&&!m&&!s.opera&&!p,android:v,android23:y,chrome:g,ie3d:P,webkit3d:T,gecko3d:D,opera3d:S,any3d:C,mobile:b,mobileWebkit:b&&m,mobileWebkit3d:b&&T,mobileOpera:b&&s.opera,touch:E,msPointer:L,pointer:x,retina:M},d.Point=function(t,e,i){this.x=i?Math.round(t):t,this.y=i?Math.round(e):e},d.Point.prototype={clone:function(){return new d.Point(this.x,this.y)},add:function(t){return this.clone()._add(d.point(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(d.point(t))},_subtract:function(t){return this.x-=t.x,this.y-=t.y,this},divideBy:function(t){return this.clone()._divideBy(t)},_divideBy:function(t){return this.x/=t,this.y/=t,this},multiplyBy:function(t){return this.clone()._multiplyBy(t)},_multiplyBy:function(t){return this.x*=t,this.y*=t,this},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},distanceTo:function(t){var e=(t=d.point(t)).x-this.x,i=t.y-this.y;return Math.sqrt(e*e+i*i)},equals:function(t){return(t=d.point(t)).x===this.x&&t.y===this.y},contains:function(t){return t=d.point(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+d.Util.formatNum(this.x)+", "+d.Util.formatNum(this.y)+")"}},d.point=function(t,e,i){return t instanceof d.Point?t:d.Util.isArray(t)?new d.Point(t[0],t[1]):t===r||null===t?t:new d.Point(t,e,i)},d.Bounds=function(t,e){if(t)for(var i=e?[t,e]:t,o=0,n=i.length;o=this.min.x&&i.x<=this.max.x&&e.y>=this.min.y&&i.y<=this.max.y},intersects:function(t){t=d.bounds(t);var e=this.min,i=this.max,o=t.min,n=t.max,s=n.x>=e.x&&o.x<=i.x,a=n.y>=e.y&&o.y<=i.y;return s&&a},isValid:function(){return!(!this.min||!this.max)}},d.bounds=function(t,e){return!t||t instanceof d.Bounds?t:new d.Bounds(t,e)},d.Transformation=function(t,e,i,o){this._a=t,this._b=e,this._c=i,this._d=o},d.Transformation.prototype={transform:function(t,e){return this._transform(t.clone(),e)},_transform:function(t,e){return e=e||1,t.x=e*(this._a*t.x+this._b),t.y=e*(this._c*t.y+this._d),t},untransform:function(t,e){return e=e||1,new d.Point((t.x/e-this._b)/this._a,(t.y/e-this._d)/this._c)}},d.DomUtil={get:function(t){return"string"==typeof t?a.getElementById(t):t},getStyle:function(t,e){var i=t.style[e];if(!i&&t.currentStyle&&(i=t.currentStyle[e]),(!i||"auto"===i)&&a.defaultView){var o=a.defaultView.getComputedStyle(t,null);i=o?o[e]:null}return"auto"===i?null:i},getViewportOffset:function(t){var e,i=0,o=0,n=t,s=a.body,r=a.documentElement;do{if(i+=n.offsetTop||0,o+=n.offsetLeft||0,i+=parseInt(d.DomUtil.getStyle(n,"borderTopWidth"),10)||0,o+=parseInt(d.DomUtil.getStyle(n,"borderLeftWidth"),10)||0,e=d.DomUtil.getStyle(n,"position"),n.offsetParent===s&&"absolute"===e)break;if("fixed"===e){i+=s.scrollTop||r.scrollTop||0,o+=s.scrollLeft||r.scrollLeft||0;break}if("relative"===e&&!n.offsetLeft){var h=d.DomUtil.getStyle(n,"width"),l=d.DomUtil.getStyle(n,"max-width"),c=n.getBoundingClientRect();"none"===h&&"none"===l||(o+=c.left+n.clientLeft),i+=c.top+(s.scrollTop||r.scrollTop||0);break}n=n.offsetParent}while(n);n=t;do{if(n===s)break;i-=n.scrollTop||0,o-=n.scrollLeft||0,n=n.parentNode}while(n);return new d.Point(o,i)},documentIsLtr:function(){return d.DomUtil._docIsLtrCached||(d.DomUtil._docIsLtrCached=!0,d.DomUtil._docIsLtr="ltr"===d.DomUtil.getStyle(a.body,"direction")),d.DomUtil._docIsLtr},create:function(t,e,i){var o=a.createElement(t);return o.className=e,i&&i.appendChild(o),o},hasClass:function(t,e){if(t.classList!==r)return t.classList.contains(e);var i=d.DomUtil._getClass(t);return i.length>0&&new RegExp("(^|\\s)"+e+"(\\s|$)").test(i)},addClass:function(t,e){if(t.classList!==r)for(var i=d.Util.splitWords(e),o=0,n=i.length;o=o.lat&&i.lat<=n.lat&&e.lng>=o.lng&&i.lng<=n.lng},intersects:function(t){t=d.latLngBounds(t);var e=this._southWest,i=this._northEast,o=t.getSouthWest(),n=t.getNorthEast(),s=n.lat>=e.lat&&o.lat<=i.lat,a=n.lng>=e.lng&&o.lng<=i.lng;return s&&a},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t){return!!t&&(t=d.latLngBounds(t),this._southWest.equals(t.getSouthWest())&&this._northEast.equals(t.getNorthEast()))},isValid:function(){return!(!this._southWest||!this._northEast)}},d.latLngBounds=function(t,e){return!t||t instanceof d.LatLngBounds?t:new d.LatLngBounds(t,e)},d.Projection={},d.Projection.SphericalMercator={MAX_LATITUDE:85.0511287798,project:function(t){var e=d.LatLng.DEG_TO_RAD,i=this.MAX_LATITUDE,o=Math.max(Math.min(i,t.lat),-i),n=t.lng*e,s=o*e;return s=Math.log(Math.tan(Math.PI/4+s/2)),new d.Point(n,s)},unproject:function(t){var e=d.LatLng.RAD_TO_DEG,i=t.x*e,o=(2*Math.atan(Math.exp(t.y))-Math.PI/2)*e;return new d.LatLng(o,i)}},d.Projection.LonLat={project:function(t){return new d.Point(t.lng,t.lat)},unproject:function(t){return new d.LatLng(t.y,t.x)}},d.CRS={latLngToPoint:function(t,e){var i=this.projection.project(t),o=this.scale(e);return this.transformation._transform(i,o)},pointToLatLng:function(t,e){var i=this.scale(e),o=this.transformation.untransform(t,i);return this.projection.unproject(o)},project:function(t){return this.projection.project(t)},scale:function(t){return 256*Math.pow(2,t)},getSize:function(t){var e=this.scale(t);return d.point(e,e)}},d.CRS.Simple=d.extend({},d.CRS,{projection:d.Projection.LonLat,transformation:new d.Transformation(1,0,-1,0),scale:function(t){return Math.pow(2,t)}}),d.CRS.EPSG3857=d.extend({},d.CRS,{code:"EPSG:3857",projection:d.Projection.SphericalMercator,transformation:new d.Transformation(.5/Math.PI,.5,-.5/Math.PI,.5),project:function(t){return this.projection.project(t).multiplyBy(6378137)}}),d.CRS.EPSG900913=d.extend({},d.CRS.EPSG3857,{code:"EPSG:900913"}),d.CRS.EPSG4326=d.extend({},d.CRS,{code:"EPSG:4326",projection:d.Projection.LonLat,transformation:new d.Transformation(1/360,.5,-1/360,.5)}),d.Map=d.Class.extend({includes:d.Mixin.Events,options:{crs:d.CRS.EPSG3857,fadeAnimation:d.DomUtil.TRANSITION&&!d.Browser.android23,trackResize:!0,markerZoomAnimation:d.DomUtil.TRANSITION&&d.Browser.any3d},initialize:function(t,e){e=d.setOptions(this,e),this._initContainer(t),this._initLayout(),this._onResize=d.bind(this._onResize,this),this._initEvents(),e.maxBounds&&this.setMaxBounds(e.maxBounds),e.center&&e.zoom!==r&&this.setView(d.latLng(e.center),e.zoom,{reset:!0}),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._tileLayersNum=0,this.callInitHooks(),this._addLayers(e.layers)},setView:function(t,e){return e=e===r?this.getZoom():e,this._resetView(d.latLng(t),this._limitZoom(e)),this},setZoom:function(t,e){return this._loaded?this.setView(this.getCenter(),t,{zoom:e}):(this._zoom=this._limitZoom(t),this)},zoomIn:function(t,e){return this.setZoom(this._zoom+(t||1),e)},zoomOut:function(t,e){return this.setZoom(this._zoom-(t||1),e)},setZoomAround:function(t,e,i){var o=this.getZoomScale(e),n=this.getSize().divideBy(2),s=(t instanceof d.Point?t:this.latLngToContainerPoint(t)).subtract(n).multiplyBy(1-1/o),a=this.containerPointToLatLng(n.add(s));return this.setView(a,e,{zoom:i})},fitBounds:function(t,e){e=e||{},t=t.getBounds?t.getBounds():d.latLngBounds(t);var i=d.point(e.paddingTopLeft||e.padding||[0,0]),o=d.point(e.paddingBottomRight||e.padding||[0,0]),n=this.getBoundsZoom(t,!1,i.add(o));n=e.maxZoom?Math.min(e.maxZoom,n):n;var s=o.subtract(i).divideBy(2),a=this.project(t.getSouthWest(),n),r=this.project(t.getNorthEast(),n),h=this.unproject(a.add(r).divideBy(2).add(s),n);return this.setView(h,n,e)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,e){return this.setView(t,this._zoom,{pan:e})},panBy:function(t){return this.fire("movestart"),this._rawPanBy(d.point(t)),this.fire("move"),this.fire("moveend")},setMaxBounds:function(t){return t=d.latLngBounds(t),this.options.maxBounds=t,t?(this._loaded&&this._panInsideMaxBounds(),this.on("moveend",this._panInsideMaxBounds,this)):this.off("moveend",this._panInsideMaxBounds,this)},panInsideBounds:function(t,e){var i=this.getCenter(),o=this._limitCenter(i,this._zoom,t);return i.equals(o)?this:this.panTo(o,e)},addLayer:function(t){var e=d.stamp(t);return this._layers[e]||(this._layers[e]=t,!t.options||isNaN(t.options.maxZoom)&&isNaN(t.options.minZoom)||(this._zoomBoundLayers[e]=t,this._updateZoomLevels()),this.options.zoomAnimation&&d.TileLayer&&t instanceof d.TileLayer&&(this._tileLayersNum++,this._tileLayersToLoad++,t.on("load",this._onTileLayerLoad,this)),this._loaded&&this._layerAdd(t)),this},removeLayer:function(t){var e=d.stamp(t);return this._layers[e]?(this._loaded&&t.onRemove(this),delete this._layers[e],this._loaded&&this.fire("layerremove",{layer:t}),this._zoomBoundLayers[e]&&(delete this._zoomBoundLayers[e],this._updateZoomLevels()),this.options.zoomAnimation&&d.TileLayer&&t instanceof d.TileLayer&&(this._tileLayersNum--,this._tileLayersToLoad--,t.off("load",this._onTileLayerLoad,this)),this):this},hasLayer:function(t){return!!t&&d.stamp(t)in this._layers},eachLayer:function(t,e){for(var i in this._layers)t.call(e,this._layers[i]);return this},invalidateSize:function(t){if(!this._loaded)return this;t=d.extend({animate:!1,pan:!0},!0===t?{animate:!0}:t);var e=this.getSize();this._sizeChanged=!0,this._initialCenter=null;var i=this.getSize(),o=e.divideBy(2).round(),n=i.divideBy(2).round(),s=o.subtract(n);return s.x||s.y?(t.animate&&t.pan?this.panBy(s):(t.pan&&this._rawPanBy(s),this.fire("move"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(d.bind(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:e,newSize:i})):this},addHandler:function(t,e){if(!e)return this;var i=this[t]=new e(this);return this._handlers.push(i),this.options[t]&&i.enable(),this},remove:function(){this._loaded&&this.fire("unload"),this._initEvents("off");try{delete this._container._leaflet}catch(t){this._container._leaflet=r}return this._clearPanes(),this._clearControlPos&&this._clearControlPos(),this._clearHandlers(),this},getCenter:function(){return this._checkIfLoaded(),this._initialCenter&&!this._moved()?this._initialCenter:this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds(),e=this.unproject(t.getBottomLeft()),i=this.unproject(t.getTopRight());return new d.LatLngBounds(e,i)},getMinZoom:function(){return this.options.minZoom===r?this._layersMinZoom===r?0:this._layersMinZoom:this.options.minZoom},getMaxZoom:function(){return this.options.maxZoom===r?this._layersMaxZoom===r?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,e,i){t=d.latLngBounds(t);var o,n=this.getMinZoom()-(e?1:0),s=this.getMaxZoom(),a=this.getSize(),r=t.getNorthWest(),h=t.getSouthEast(),l=!0;i=d.point(i||[0,0]);do{n++,o=this.project(h,n).subtract(this.project(r,n)).add(i),l=e?o.x0?Math.round(t-e)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(e))},_limitZoom:function(t){var e=this.getMinZoom(),i=this.getMaxZoom();return Math.max(e,Math.min(i,t))}}),d.map=function(t,e){return new d.Map(t,e)},d.Projection.Mercator={MAX_LATITUDE:85.0840591556,R_MINOR:6356752.314245179,R_MAJOR:6378137,project:function(t){var e=d.LatLng.DEG_TO_RAD,i=this.MAX_LATITUDE,o=Math.max(Math.min(i,t.lat),-i),n=this.R_MAJOR,s=this.R_MINOR,a=t.lng*e*n,r=o*e,h=s/n,l=Math.sqrt(1-h*h),c=l*Math.sin(r);c=Math.pow((1-c)/(1+c),.5*l);var p=Math.tan(.5*(.5*Math.PI-r))/c;return r=-n*Math.log(p),new d.Point(a,r)},unproject:function(t){for(var e,i=d.LatLng.RAD_TO_DEG,o=this.R_MAJOR,n=this.R_MINOR,s=t.x*i/o,a=n/o,r=Math.sqrt(1-a*a),h=Math.exp(-t.y/o),l=Math.PI/2-2*Math.atan(h),c=15,p=.1;Math.abs(p)>1e-7&&--c>0;)e=r*Math.sin(l),l+=p=Math.PI/2-2*Math.atan(h*Math.pow((1-e)/(1+e),.5*r))-l;return new d.LatLng(l*i,s)}},d.CRS.EPSG3395=d.extend({},d.CRS,{code:"EPSG:3395",projection:d.Projection.Mercator,transformation:(O=d.Projection.Mercator.R_MAJOR,z=.5/(Math.PI*O),new d.Transformation(z,.5,-z,.5))}),d.TileLayer=d.Class.extend({includes:d.Mixin.Events,options:{minZoom:0,maxZoom:18,tileSize:256,subdomains:"abc",errorTileUrl:"",attribution:"",zoomOffset:0,opacity:1,unloadInvisibleTiles:d.Browser.mobile,updateWhenIdle:d.Browser.mobile},initialize:function(t,e){(e=d.setOptions(this,e)).detectRetina&&d.Browser.retina&&e.maxZoom>0&&(e.tileSize=Math.floor(e.tileSize/2),e.zoomOffset++,e.minZoom>0&&e.minZoom--,this.options.maxZoom--),e.bounds&&(e.bounds=d.latLngBounds(e.bounds)),this._url=t;var i=this.options.subdomains;"string"==typeof i&&(this.options.subdomains=i.split(""))},onAdd:function(t){this._map=t,this._animated=t._zoomAnimated,this._initContainer(),t.on({viewreset:this._reset,moveend:this._update},this),this._animated&&t.on({zoomanim:this._animateZoom,zoomend:this._endZoomAnim},this),this.options.updateWhenIdle||(this._limitedUpdate=d.Util.limitExecByInterval(this._update,150,this),t.on("move",this._limitedUpdate,this)),this._reset(),this._update()},addTo:function(t){return t.addLayer(this),this},onRemove:function(t){this._container.parentNode.removeChild(this._container),t.off({viewreset:this._reset,moveend:this._update},this),this._animated&&t.off({zoomanim:this._animateZoom,zoomend:this._endZoomAnim},this),this.options.updateWhenIdle||t.off("move",this._limitedUpdate,this),this._container=null,this._map=null},bringToFront:function(){var t=this._map._panes.tilePane;return this._container&&(t.appendChild(this._container),this._setAutoZIndex(t,Math.max)),this},bringToBack:function(){var t=this._map._panes.tilePane;return this._container&&(t.insertBefore(this._container,t.firstChild),this._setAutoZIndex(t,Math.min)),this},getAttribution:function(){return this.options.attribution},getContainer:function(){return this._container},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},setUrl:function(t,e){return this._url=t,e||this.redraw(),this},redraw:function(){return this._map&&(this._reset({hard:!0}),this._update()),this},_updateZIndex:function(){this._container&&this.options.zIndex!==r&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t,e){var i,o,n,s=t.children,a=-e(1/0,-1/0);for(o=0,n=s.length;oi&&(o=Math.round(t.getZoomScale(e)/t.getZoomScale(i)*o)),o},_update:function(){if(this._map){var t=this._map,e=t.getPixelBounds(),i=t.getZoom(),o=this._getTileSize();if(!(i>this.options.maxZoom||i=i.x)||t.y<0||t.y>=i.y)return!1}if(e.bounds){var o=this._getTileSize(),n=t.multiplyBy(o),s=n.add([o,o]),a=this._map.unproject(n),r=this._map.unproject(s);if(e.continuousWorld||e.noWrap||(a=a.wrap(),r=r.wrap()),!e.bounds.intersects([a,r]))return!1}return!0},_removeOtherTiles:function(t){var e,i,o,n;for(n in this._tiles)e=n.split(":"),i=parseInt(e[0],10),o=parseInt(e[1],10),(it.max.x||ot.max.y)&&this._removeTile(n)},_removeTile:function(t){var e=this._tiles[t];this.fire("tileunload",{tile:e,url:e.src}),this.options.reuseTiles?(d.DomUtil.removeClass(e,"leaflet-tile-loaded"),this._unusedTiles.push(e)):e.parentNode===this._tileContainer&&this._tileContainer.removeChild(e),d.Browser.android||(e.onload=null,e.src=d.Util.emptyImageUrl),delete this._tiles[t]},_addTile:function(t,e){var i=this._getTilePos(t),o=this._getTile();d.DomUtil.setPosition(o,i,d.Browser.chrome),this._tiles[t.x+":"+t.y]=o,this._loadTile(o,t),o.parentNode!==this._tileContainer&&e.appendChild(o)},_getZoomForUrl:function(){var t=this.options,e=this._map.getZoom();return t.zoomReverse&&(e=t.maxZoom-e),e+=t.zoomOffset,t.maxNativeZoom?Math.min(e,t.maxNativeZoom):e},_getTilePos:function(t){var e=this._map.getPixelOrigin(),i=this._getTileSize();return t.multiplyBy(i).subtract(e)},getTileUrl:function(t){return d.Util.template(this._url,d.extend({s:this._getSubdomain(t),z:t.z,x:t.x,y:t.y},this.options))},_getWrapTileNum:function(){return this._map.options.crs.getSize(this._map.getZoom()).divideBy(this._getTileSize())._floor()},_adjustTilePoint:function(t){var e=this._getWrapTileNum();this.options.continuousWorld||this.options.noWrap||(t.x=(t.x%e.x+e.x)%e.x),this.options.tms&&(t.y=e.y-t.y-1),t.z=this._getZoomForUrl()},_getSubdomain:function(t){var e=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[e]},_getTile:function(){if(this.options.reuseTiles&&this._unusedTiles.length>0){var t=this._unusedTiles.pop();return this._resetTile(t),t}return this._createTile()},_resetTile:function(){},_createTile:function(){var t=d.DomUtil.create("img","leaflet-tile");return t.style.width=t.style.height=this._getTileSize()+"px",t.galleryimg="no",t.onselectstart=t.onmousemove=d.Util.falseFn,d.Browser.ielt9&&this.options.opacity!==r&&d.DomUtil.setOpacity(t,this.options.opacity),d.Browser.mobileWebkit3d&&(t.style.WebkitBackfaceVisibility="hidden"),t},_loadTile:function(t,e){t._layer=this,t.onload=this._tileOnLoad,t.onerror=this._tileOnError,this._adjustTilePoint(e),t.src=this.getTileUrl(e),this.fire("tileloadstart",{tile:t,url:t.src})},_tileLoaded:function(){this._tilesToLoad--,this._animated&&d.DomUtil.addClass(this._tileContainer,"leaflet-zoom-animated"),this._tilesToLoad||(this.fire("load"),this._animated&&(clearTimeout(this._clearBgBufferTimer),this._clearBgBufferTimer=setTimeout(d.bind(this._clearBgBuffer,this),500)))},_tileOnLoad:function(){var t=this._layer;this.src!==d.Util.emptyImageUrl&&(d.DomUtil.addClass(this,"leaflet-tile-loaded"),t.fire("tileload",{tile:this,url:this.src})),t._tileLoaded()},_tileOnError:function(){var t=this._layer;t.fire("tileerror",{tile:this,url:this.src});var e=t.options.errorTileUrl;e&&(this.src=e),t._tileLoaded()}}),d.tileLayer=function(t,e){return new d.TileLayer(t,e)},d.TileLayer.WMS=d.TileLayer.extend({defaultWmsParams:{service:"WMS",request:"GetMap",version:"1.1.1",layers:"",styles:"",format:"image/jpeg",transparent:!1},initialize:function(t,e){this._url=t;var i=d.extend({},this.defaultWmsParams),o=e.tileSize||this.options.tileSize;for(var n in e.detectRetina&&d.Browser.retina?i.width=i.height=2*o:i.width=i.height=o,e)this.options.hasOwnProperty(n)||"crs"===n||(i[n]=e[n]);this.wmsParams=i,d.setOptions(this,e)},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var e=this._wmsVersion>=1.3?"crs":"srs";this.wmsParams[e]=this._crs.code,d.TileLayer.prototype.onAdd.call(this,t)},getTileUrl:function(t){var e=this._map,i=this.options.tileSize,o=t.multiplyBy(i),n=o.add([i,i]),s=this._crs.project(e.unproject(o,t.z)),a=this._crs.project(e.unproject(n,t.z)),r=this._wmsVersion>=1.3&&this._crs===d.CRS.EPSG4326?[a.y,s.x,s.y,a.x].join(","):[s.x,a.y,a.x,s.y].join(","),h=d.Util.template(this._url,{s:this._getSubdomain(t)});return h+d.Util.getParamString(this.wmsParams,h,!0)+"&BBOX="+r},setParams:function(t,e){return d.extend(this.wmsParams,t),e||this.redraw(),this}}),d.tileLayer.wms=function(t,e){return new d.TileLayer.WMS(t,e)},d.TileLayer.Canvas=d.TileLayer.extend({options:{async:!1},initialize:function(t){d.setOptions(this,t)},redraw:function(){for(var t in this._map&&(this._reset({hard:!0}),this._update()),this._tiles)this._redrawTile(this._tiles[t]);return this},_redrawTile:function(t){this.drawTile(t,t._tilePoint,this._map._zoom)},_createTile:function(){var t=d.DomUtil.create("canvas","leaflet-tile");return t.width=t.height=this.options.tileSize,t.onselectstart=t.onmousemove=d.Util.falseFn,t},_loadTile:function(t,e){t._layer=this,t._tilePoint=e,this._redrawTile(t),this.options.async||this.tileDrawn(t)},drawTile:function(){},tileDrawn:function(t){this._tileOnLoad.call(t)}}),d.tileLayer.canvas=function(t){return new d.TileLayer.Canvas(t)},d.ImageOverlay=d.Class.extend({includes:d.Mixin.Events,options:{opacity:1},initialize:function(t,e,i){this._url=t,this._bounds=d.latLngBounds(e),d.setOptions(this,i)},onAdd:function(t){this._map=t,this._image||this._initImage(),t._panes.overlayPane.appendChild(this._image),t.on("viewreset",this._reset,this),t.options.zoomAnimation&&d.Browser.any3d&&t.on("zoomanim",this._animateZoom,this),this._reset()},onRemove:function(t){t.getPanes().overlayPane.removeChild(this._image),t.off("viewreset",this._reset,this),t.options.zoomAnimation&&t.off("zoomanim",this._animateZoom,this)},addTo:function(t){return t.addLayer(this),this},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},bringToFront:function(){return this._image&&this._map._panes.overlayPane.appendChild(this._image),this},bringToBack:function(){var t=this._map._panes.overlayPane;return this._image&&t.insertBefore(this._image,t.firstChild),this},setUrl:function(t){this._url=t,this._image.src=this._url},getAttribution:function(){return this.options.attribution},_initImage:function(){this._image=d.DomUtil.create("img","leaflet-image-layer"),this._map.options.zoomAnimation&&d.Browser.any3d?d.DomUtil.addClass(this._image,"leaflet-zoom-animated"):d.DomUtil.addClass(this._image,"leaflet-zoom-hide"),this._updateOpacity(),d.extend(this._image,{galleryimg:"no",onselectstart:d.Util.falseFn,onmousemove:d.Util.falseFn,onload:d.bind(this._onImageLoad,this),src:this._url})},_animateZoom:function(t){var e=this._map,i=this._image,o=e.getZoomScale(t.zoom),n=this._bounds.getNorthWest(),s=this._bounds.getSouthEast(),a=e._latLngToNewLayerPoint(n,t.zoom,t.center),r=e._latLngToNewLayerPoint(s,t.zoom,t.center)._subtract(a),h=a._add(r._multiplyBy(.5*(1-1/o)));i.style[d.DomUtil.TRANSFORM]=d.DomUtil.getTranslateString(h)+" scale("+o+") "},_reset:function(){var t=this._image,e=this._map.latLngToLayerPoint(this._bounds.getNorthWest()),i=this._map.latLngToLayerPoint(this._bounds.getSouthEast())._subtract(e);d.DomUtil.setPosition(t,e),t.style.width=i.x+"px",t.style.height=i.y+"px"},_onImageLoad:function(){this.fire("load")},_updateOpacity:function(){d.DomUtil.setOpacity(this._image,this.options.opacity)}}),d.imageOverlay=function(t,e,i){return new d.ImageOverlay(t,e,i)},d.Icon=d.Class.extend({options:{className:""},initialize:function(t){d.setOptions(this,t)},createIcon:function(t){return this._createIcon("icon",t)},createShadow:function(t){return this._createIcon("shadow",t)},_createIcon:function(t,e){var i,o=this._getIconUrl(t);if(!o){if("icon"===t)throw new Error("iconUrl not set in Icon options (see the docs).");return null}return i=e&&"IMG"===e.tagName?this._createImg(o,e):this._createImg(o),this._setIconStyles(i,t),i},_setIconStyles:function(t,e){var i,o=this.options,n=d.point(o[e+"Size"]);!(i="shadow"===e?d.point(o.shadowAnchor||o.iconAnchor):d.point(o.iconAnchor))&&n&&(i=n.divideBy(2,!0)),t.className="leaflet-marker-"+e+" "+o.className,i&&(t.style.marginLeft=-i.x+"px",t.style.marginTop=-i.y+"px"),n&&(t.style.width=n.x+"px",t.style.height=n.y+"px")},_createImg:function(t,e){return(e=e||a.createElement("img")).src=t,e},_getIconUrl:function(t){return d.Browser.retina&&this.options[t+"RetinaUrl"]?this.options[t+"RetinaUrl"]:this.options[t+"Url"]}}),d.icon=function(t){return new d.Icon(t)},d.Icon.Default=d.Icon.extend({options:{iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],shadowSize:[41,41]},_getIconUrl:function(t){var e=t+"Url";if(this.options[e])return this.options[e];d.Browser.retina&&"icon"===t&&(t+="-2x");var i=d.Icon.Default.imagePath;if(!i)throw new Error("Couldn't autodetect L.Icon.Default.imagePath, set it manually.");return i+"/marker-"+t+".png"}}),d.Icon.Default.imagePath=function(){var t,e,i,o,n=a.getElementsByTagName("script"),s=/[\/^]leaflet[\-\._]?([\w\-\._]*)\.js\??/;for(t=0,e=n.length;tn?(e.height=n+"px",d.DomUtil.addClass(t,s)):d.DomUtil.removeClass(t,s),this._containerWidth=this._container.offsetWidth},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),e=this._animated,i=d.point(this.options.offset);e&&d.DomUtil.setPosition(this._container,t),this._containerBottom=-i.y-(e?0:t.y),this._containerLeft=-Math.round(this._containerWidth/2)+i.x+(e?0:t.x),this._container.style.bottom=this._containerBottom+"px",this._container.style.left=this._containerLeft+"px"}},_zoomAnimation:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);d.DomUtil.setPosition(this._container,e)},_adjustPan:function(){if(this.options.autoPan){var t=this._map,e=this._container.offsetHeight,i=this._containerWidth,o=new d.Point(this._containerLeft,-e-this._containerBottom);this._animated&&o._add(d.DomUtil.getPosition(this._container));var n=t.layerPointToContainerPoint(o),s=d.point(this.options.autoPanPadding),a=d.point(this.options.autoPanPaddingTopLeft||s),r=d.point(this.options.autoPanPaddingBottomRight||s),h=t.getSize(),l=0,c=0;n.x+i+r.x>h.x&&(l=n.x+i-h.x+r.x),n.x-l-a.x<0&&(l=n.x-a.x),n.y+e+r.y>h.y&&(c=n.y+e-h.y+r.y),n.y-c-a.y<0&&(c=n.y-a.y),(l||c)&&t.fire("autopanstart").panBy([l,c])}},_onCloseButtonClick:function(t){this._close(),d.DomEvent.stop(t)}}),d.popup=function(t,e){return new d.Popup(t,e)},d.Map.include({openPopup:function(t,e,i){if(this.closePopup(),!(t instanceof d.Popup)){var o=t;t=new d.Popup(i).setLatLng(e).setContent(o)}return t._isOpen=!0,this._popup=t,this.addLayer(t)},closePopup:function(t){return t&&t!==this._popup||(t=this._popup,this._popup=null),t&&(this.removeLayer(t),t._isOpen=!1),this}}),d.Marker.include({openPopup:function(){return this._popup&&this._map&&!this._map.hasLayer(this._popup)&&(this._popup.setLatLng(this._latlng),this._map.openPopup(this._popup)),this},closePopup:function(){return this._popup&&this._popup._close(),this},togglePopup:function(){return this._popup&&(this._popup._isOpen?this.closePopup():this.openPopup()),this},bindPopup:function(t,e){var i=d.point(this.options.icon.options.popupAnchor||[0,0]);return i=i.add(d.Popup.prototype.options.offset),e&&e.offset&&(i=i.add(e.offset)),e=d.extend({offset:i},e),this._popupHandlersAdded||(this.on("click",this.togglePopup,this).on("remove",this.closePopup,this).on("move",this._movePopup,this),this._popupHandlersAdded=!0),t instanceof d.Popup?(d.setOptions(t,e),this._popup=t,t._source=this):this._popup=new d.Popup(e,this).setContent(t),this},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},unbindPopup:function(){return this._popup&&(this._popup=null,this.off("click",this.togglePopup,this).off("remove",this.closePopup,this).off("move",this._movePopup,this),this._popupHandlersAdded=!1),this},getPopup:function(){return this._popup},_movePopup:function(t){this._popup.setLatLng(t.latlng)}}),d.LayerGroup=d.Class.extend({initialize:function(t){var e,i;if(this._layers={},t)for(e=0,i=t.length;e';var e=t.firstChild;return e.style.behavior="url(#default#VML)",e&&"object"==typeof e.adj}catch(t){return!1}}(),d.Path=d.Browser.svg||!d.Browser.vml?d.Path:d.Path.extend({statics:{VML:!0,CLIP_PADDING:.02},_createElement:function(){try{return a.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return a.createElement("')}}catch(t){return function(t){return a.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}}(),_initPath:function(){var t=this._container=this._createElement("shape");d.DomUtil.addClass(t,"leaflet-vml-shape"+(this.options.className?" "+this.options.className:"")),this.options.clickable&&d.DomUtil.addClass(t,"leaflet-clickable"),t.coordsize="1 1",this._path=this._createElement("path"),t.appendChild(this._path),this._map._pathRoot.appendChild(t)},_initStyle:function(){this._updateStyle()},_updateStyle:function(){var t=this._stroke,e=this._fill,i=this.options,o=this._container;o.stroked=i.stroke,o.filled=i.fill,i.stroke?(t||((t=this._stroke=this._createElement("stroke")).endcap="round",o.appendChild(t)),t.weight=i.weight+"px",t.color=i.color,t.opacity=i.opacity,i.dashArray?t.dashStyle=d.Util.isArray(i.dashArray)?i.dashArray.join(" "):i.dashArray.replace(/( *, *)/g," "):t.dashStyle="",i.lineCap&&(t.endcap=i.lineCap.replace("butt","flat")),i.lineJoin&&(t.joinstyle=i.lineJoin)):t&&(o.removeChild(t),this._stroke=null),i.fill?(e||(e=this._fill=this._createElement("fill"),o.appendChild(e)),e.color=i.fillColor||i.color,e.opacity=i.fillOpacity):e&&(o.removeChild(e),this._fill=null)},_updatePath:function(){var t=this._container.style;t.display="none",this._path.v=this.getPathString()+" ",t.display=""}}),d.Map.include(d.Browser.svg||!d.Browser.vml?{}:{_initPathRoot:function(){if(!this._pathRoot){var t=this._pathRoot=a.createElement("div");t.className="leaflet-vml-container",this._panes.overlayPane.appendChild(t),this.on("moveend",this._updatePathViewport),this._updatePathViewport()}}}),d.Browser.canvas=!!a.createElement("canvas").getContext,d.Path=d.Path.SVG&&!s.L_PREFER_CANVAS||!d.Browser.canvas?d.Path:d.Path.extend({statics:{CANVAS:!0,SVG:!1},redraw:function(){return this._map&&(this.projectLatlngs(),this._requestUpdate()),this},setStyle:function(t){return d.setOptions(this,t),this._map&&(this._updateStyle(),this._requestUpdate()),this},onRemove:function(t){t.off("viewreset",this.projectLatlngs,this).off("moveend",this._updatePath,this),this.options.clickable&&(this._map.off("click",this._onClick,this),this._map.off("mousemove",this._onMouseMove,this)),this._requestUpdate(),this.fire("remove"),this._map=null},_requestUpdate:function(){this._map&&!d.Path._updateRequest&&(d.Path._updateRequest=d.Util.requestAnimFrame(this._fireMapMoveEnd,this._map))},_fireMapMoveEnd:function(){d.Path._updateRequest=null,this.fire("moveend")},_initElements:function(){this._map._initPathRoot(),this._ctx=this._map._canvasCtx},_updateStyle:function(){var t=this.options;t.stroke&&(this._ctx.lineWidth=t.weight,this._ctx.strokeStyle=t.color),t.fill&&(this._ctx.fillStyle=t.fillColor||t.color),t.lineCap&&(this._ctx.lineCap=t.lineCap),t.lineJoin&&(this._ctx.lineJoin=t.lineJoin)},_drawPath:function(){var t,e,i,o,n,s;for(this._ctx.beginPath(),t=0,i=this._parts.length;th&&(s=a,h=r);h>i&&(e[s]=1,this._simplifyDPStep(t,e,i,o,s),this._simplifyDPStep(t,e,i,s,n))},_reducePoints:function(t,e){for(var i=[t[0]],o=1,n=0,s=t.length;oe&&(i.push(t[o]),n=o);return ne.max.x&&(i|=2),t.ye.max.y&&(i|=8),i},_sqDist:function(t,e){var i=e.x-t.x,o=e.y-t.y;return i*i+o*o},_sqClosestPointOnSegment:function(t,e,i,o){var n,s=e.x,a=e.y,r=i.x-s,h=i.y-a,l=r*r+h*h;return l>0&&((n=((t.x-s)*r+(t.y-a)*h)/l)>1?(s=i.x,a=i.y):n>0&&(s+=r*n,a+=h*n)),r=t.x-s,h=t.y-a,o?r*r+h*h:new d.Point(s,a)}},d.Polyline=d.Path.extend({initialize:function(t,e){d.Path.prototype.initialize.call(this,e),this._latlngs=this._convertLatLngs(t)},options:{smoothFactor:1,noClip:!1},projectLatlngs:function(){this._originalPoints=[];for(var t=0,e=this._latlngs.length;t=2&&t[0].equals(t[t.length-1])&&t.pop()},projectLatlngs:function(){var t,e,i,o;if(d.Polyline.prototype.projectLatlngs.call(this),this._holePoints=[],this._holes)for(t=0,i=this._holes.length;tt.max.x||i.y-e>t.max.y||i.x+et.y!=o.y>t.y&&t.x<(o.x-i.x)*(t.y-i.y)/(o.y-i.y)+i.x&&(l=!l);return l}}:{}),d.Circle.include(d.Path.CANVAS?{_drawPath:function(){var t=this._point;this._ctx.beginPath(),this._ctx.arc(t.x,t.y,this._radius,0,2*Math.PI,!1)},_containsPoint:function(t){var e=this._point,i=this.options.stroke?this.options.weight/2:0;return t.distanceTo(e)<=this._radius+i}}:{}),d.CircleMarker.include(d.Path.CANVAS?{_updateStyle:function(){d.Path.prototype._updateStyle.call(this)}}:{}),d.GeoJSON=d.FeatureGroup.extend({initialize:function(t,e){d.setOptions(this,e),this._layers={},t&&this.addData(t)},addData:function(t){var e,i,o,n=d.Util.isArray(t)?t:t.features;if(n){for(e=0,i=n.length;e=0;i--)d.DomEvent.on(t,d.Draggable.START[i],e);return d.DomEvent.on(t,"click",d.DomEvent._fakeStop).on(t,"dblclick",e)},preventDefault:function(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this},stop:function(t){return d.DomEvent.preventDefault(t).stopPropagation(t)},getMousePosition:function(t,e){if(!e)return new d.Point(t.clientX,t.clientY);var i=e.getBoundingClientRect();return new d.Point(t.clientX-i.left-e.clientLeft,t.clientY-i.top-e.clientTop)},getWheelDelta:function(t){var e=0;return t.wheelDelta&&(e=t.wheelDelta/120),t.detail&&(e=-t.detail/3),e},_skipEvents:{},_fakeStop:function(t){d.DomEvent._skipEvents[t.type]=!0},_skipped:function(t){var e=this._skipEvents[t.type];return this._skipEvents[t.type]=!1,e},_checkMouse:function(t,e){var i=e.relatedTarget;if(!i)return!0;try{for(;i&&i!==t;)i=i.parentNode}catch(t){return!1}return i!==t},_getEvent:function(){var t=s.event;if(!t)for(var e=arguments.callee.caller;e&&(!(t=e.arguments[0])||s.Event!==t.constructor);)e=e.caller;return t},_filterClick:function(t,e){var i=t.timeStamp||t.originalEvent.timeStamp,o=d.DomEvent._lastClick&&i-d.DomEvent._lastClick;if(!(o&&o>100&&o<500||t.target._simulatedClick&&!t._simulated))return d.DomEvent._lastClick=i,e(t);d.DomEvent.stop(t)}},d.DomEvent.on=d.DomEvent.addListener,d.DomEvent.off=d.DomEvent.removeListener,d.Draggable=d.Class.extend({includes:d.Mixin.Events,statics:{START:d.Browser.touch?["touchstart","mousedown"]:["mousedown"],END:{mousedown:"mouseup",touchstart:"touchend",pointerdown:"touchend",MSPointerDown:"touchend"},MOVE:{mousedown:"mousemove",touchstart:"touchmove",pointerdown:"touchmove",MSPointerDown:"touchmove"}},initialize:function(t,e){this._element=t,this._dragStartTarget=e||t},enable:function(){if(!this._enabled){for(var t=d.Draggable.START.length-1;t>=0;t--)d.DomEvent.on(this._dragStartTarget,d.Draggable.START[t],this._onDown,this);this._enabled=!0}},disable:function(){if(this._enabled){for(var t=d.Draggable.START.length-1;t>=0;t--)d.DomEvent.off(this._dragStartTarget,d.Draggable.START[t],this._onDown,this);this._enabled=!1,this._moved=!1}},_onDown:function(t){if(this._moved=!1,!t.shiftKey&&(1===t.which||1===t.button||t.touches)&&(d.DomEvent.stopPropagation(t),!d.Draggable._disabled&&(d.DomUtil.disableImageDrag(),d.DomUtil.disableTextSelection(),!this._moving))){var e=t.touches?t.touches[0]:t;this._startPoint=new d.Point(e.clientX,e.clientY),this._startPos=this._newPos=d.DomUtil.getPosition(this._element),d.DomEvent.on(a,d.Draggable.MOVE[t.type],this._onMove,this).on(a,d.Draggable.END[t.type],this._onUp,this)}},_onMove:function(t){if(t.touches&&t.touches.length>1)this._moved=!0;else{var e=t.touches&&1===t.touches.length?t.touches[0]:t,i=new d.Point(e.clientX,e.clientY).subtract(this._startPoint);(i.x||i.y)&&(d.Browser.touch&&Math.abs(i.x)+Math.abs(i.y)<3||(d.DomEvent.preventDefault(t),this._moved||(this.fire("dragstart"),this._moved=!0,this._startPos=d.DomUtil.getPosition(this._element).subtract(i),d.DomUtil.addClass(a.body,"leaflet-dragging"),this._lastTarget=t.target||t.srcElement,d.DomUtil.addClass(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(i),this._moving=!0,d.Util.cancelAnimFrame(this._animRequest),this._animRequest=d.Util.requestAnimFrame(this._updatePosition,this,!0,this._dragStartTarget)))}},_updatePosition:function(){this.fire("predrag"),d.DomUtil.setPosition(this._element,this._newPos),this.fire("drag")},_onUp:function(){for(var t in d.DomUtil.removeClass(a.body,"leaflet-dragging"),this._lastTarget&&(d.DomUtil.removeClass(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null),d.Draggable.MOVE)d.DomEvent.off(a,d.Draggable.MOVE[t],this._onMove).off(a,d.Draggable.END[t],this._onUp);d.DomUtil.enableImageDrag(),d.DomUtil.enableTextSelection(),this._moved&&this._moving&&(d.Util.cancelAnimFrame(this._animRequest),this.fire("dragend",{distance:this._newPos.distanceTo(this._startPos)})),this._moving=!1}}),d.Handler=d.Class.extend({initialize:function(t){this._map=t},enable:function(){this._enabled||(this._enabled=!0,this.addHooks())},disable:function(){this._enabled&&(this._enabled=!1,this.removeHooks())},enabled:function(){return!!this._enabled}}),d.Map.mergeOptions({dragging:!0,inertia:!d.Browser.android23,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,inertiaThreshold:d.Browser.touch?32:18,easeLinearity:.25,worldCopyJump:!1}),d.Map.Drag=d.Handler.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new d.Draggable(t._mapPane,t._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),t.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDrag,this),t.on("viewreset",this._onViewReset,this),t.whenReady(this._onViewReset,this))}this._draggable.enable()},removeHooks:function(){this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},_onDragStart:function(){var t=this._map;t._panAnim&&t._panAnim.stop(),t.fire("movestart").fire("dragstart"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(){if(this._map.options.inertia){var t=this._lastTime=+new Date,e=this._lastPos=this._draggable._newPos;this._positions.push(e),this._times.push(t),t-this._times[0]>200&&(this._positions.shift(),this._times.shift())}this._map.fire("move").fire("drag")},_onViewReset:function(){var t=this._map.getSize()._divideBy(2),e=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=e.subtract(t).x,this._worldWidth=this._map.project([0,180]).x},_onPreDrag:function(){var t=this._worldWidth,e=Math.round(t/2),i=this._initialWorldOffset,o=this._draggable._newPos.x,n=(o-e+i)%t+e-i,s=(o+e+i)%t-e-i,a=Math.abs(n+i)i.inertiaThreshold||!this._positions[0];if(e.fire("dragend",t),n)e.fire("moveend");else{var s=this._lastPos.subtract(this._positions[0]),a=(this._lastTime+o-this._times[0])/1e3,r=i.easeLinearity,h=s.multiplyBy(r/a),l=h.distanceTo([0,0]),c=Math.min(i.inertiaMaxSpeed,l),p=h.multiplyBy(c/l),_=c/(i.inertiaDeceleration*r),u=p.multiplyBy(-_/2).round();u.x&&u.y?(u=e._limitOffset(u,e.options.maxBounds),d.Util.requestAnimFrame((function(){e.panBy(u,{duration:_,easeLinearity:r,noMoveStart:!0})}))):e.fire("moveend")}}}),d.Map.addInitHook("addHandler","dragging",d.Map.Drag),d.Map.mergeOptions({doubleClickZoom:!0}),d.Map.DoubleClickZoom=d.Handler.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(t){var e=this._map,i=e.getZoom()+(t.originalEvent.shiftKey?-1:1);"center"===e.options.doubleClickZoom?e.setZoom(i):e.setZoomAround(t.containerPoint,i)}}),d.Map.addInitHook("addHandler","doubleClickZoom",d.Map.DoubleClickZoom),d.Map.mergeOptions({scrollWheelZoom:!0}),d.Map.ScrollWheelZoom=d.Handler.extend({addHooks:function(){d.DomEvent.on(this._map._container,"mousewheel",this._onWheelScroll,this),d.DomEvent.on(this._map._container,"MozMousePixelScroll",d.DomEvent.preventDefault),this._delta=0},removeHooks:function(){d.DomEvent.off(this._map._container,"mousewheel",this._onWheelScroll),d.DomEvent.off(this._map._container,"MozMousePixelScroll",d.DomEvent.preventDefault)},_onWheelScroll:function(t){var e=d.DomEvent.getWheelDelta(t);this._delta+=e,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var i=Math.max(40-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(d.bind(this._performZoom,this),i),d.DomEvent.preventDefault(t),d.DomEvent.stopPropagation(t)},_performZoom:function(){var t=this._map,e=this._delta,i=t.getZoom();e=e>0?Math.ceil(e):Math.floor(e),e=Math.max(Math.min(e,4),-4),e=t._limitZoom(i+e)-i,this._delta=0,this._startTime=null,e&&("center"===t.options.scrollWheelZoom?t.setZoom(i+e):t.setZoomAround(this._lastMousePos,i+e))}}),d.Map.addInitHook("addHandler","scrollWheelZoom",d.Map.ScrollWheelZoom),d.extend(d.DomEvent,{_touchstart:d.Browser.msPointer?"MSPointerDown":d.Browser.pointer?"pointerdown":"touchstart",_touchend:d.Browser.msPointer?"MSPointerUp":d.Browser.pointer?"pointerup":"touchend",addDoubleTapListener:function(t,e,i){var o,n,s=!1,r="_leaflet_",h=this._touchstart,l=this._touchend,c=[];function p(t){var e;if(d.Browser.pointer?(c.push(t.pointerId),e=c.length):e=t.touches.length,!(e>1)){var i=Date.now(),a=i-(o||i);n=t.touches?t.touches[0]:t,s=a>0&&a<=250,o=i}}function _(t){if(d.Browser.pointer){var i=c.indexOf(t.pointerId);if(-1===i)return;c.splice(i,1)}if(s){if(d.Browser.pointer){var a,r={};for(var h in n)a=n[h],r[h]="function"==typeof a?a.bind(n):a;n=r}n.type="dblclick",e(n),o=null}}t[r+h+i]=p,t[r+l+i]=_;var u=d.Browser.pointer?a.documentElement:t;return t.addEventListener(h,p,!1),u.addEventListener(l,_,!1),d.Browser.pointer&&u.addEventListener(d.DomEvent.POINTER_CANCEL,_,!1),this},removeDoubleTapListener:function(t,e){var i="_leaflet_";return t.removeEventListener(this._touchstart,t[i+this._touchstart+e],!1),(d.Browser.pointer?a.documentElement:t).removeEventListener(this._touchend,t[i+this._touchend+e],!1),d.Browser.pointer&&a.documentElement.removeEventListener(d.DomEvent.POINTER_CANCEL,t[i+this._touchend+e],!1),this}}),d.extend(d.DomEvent,{POINTER_DOWN:d.Browser.msPointer?"MSPointerDown":"pointerdown",POINTER_MOVE:d.Browser.msPointer?"MSPointerMove":"pointermove",POINTER_UP:d.Browser.msPointer?"MSPointerUp":"pointerup",POINTER_CANCEL:d.Browser.msPointer?"MSPointerCancel":"pointercancel",_pointers:[],_pointerDocumentListener:!1,addPointerListener:function(t,e,i,o){switch(e){case"touchstart":return this.addPointerListenerStart(t,e,i,o);case"touchend":return this.addPointerListenerEnd(t,e,i,o);case"touchmove":return this.addPointerListenerMove(t,e,i,o);default:throw"Unknown touch event type"}},addPointerListenerStart:function(t,e,i,o){var n=this._pointers,s=function(t){"mouse"!==t.pointerType&&t.pointerType!==t.MSPOINTER_TYPE_MOUSE&&d.DomEvent.preventDefault(t);for(var e=!1,o=0;o1)||(this._moved||(d.DomUtil.addClass(e._mapPane,"leaflet-touching"),e.fire("movestart").fire("zoomstart"),this._moved=!0),d.Util.cancelAnimFrame(this._animRequest),this._animRequest=d.Util.requestAnimFrame(this._updateOnMove,this,!0,this._map._container),d.DomEvent.preventDefault(t)))}},_updateOnMove:function(){var t=this._map,e=this._getScaleOrigin(),i=t.layerPointToLatLng(e),o=t.getScaleZoom(this._scale);t._animateZoom(i,o,this._startCenter,this._scale,this._delta,!1,!0)},_onTouchEnd:function(){if(this._moved&&this._zooming){var t=this._map;this._zooming=!1,d.DomUtil.removeClass(t._mapPane,"leaflet-touching"),d.Util.cancelAnimFrame(this._animRequest),d.DomEvent.off(a,"touchmove",this._onTouchMove).off(a,"touchend",this._onTouchEnd);var e=this._getScaleOrigin(),i=t.layerPointToLatLng(e),o=t.getZoom(),n=t.getScaleZoom(this._scale)-o,s=n>0?Math.ceil(n):Math.floor(n),r=t._limitZoom(o+s),h=t.getZoomScale(r)/this._scale;t._animateZoom(i,r,e,h)}else this._zooming=!1},_getScaleOrigin:function(){var t=this._centerOffset.subtract(this._delta).divideBy(this._scale);return this._startCenter.add(t)}}),d.Map.addInitHook("addHandler","touchZoom",d.Map.TouchZoom),d.Map.mergeOptions({tap:!0,tapTolerance:15}),d.Map.Tap=d.Handler.extend({addHooks:function(){d.DomEvent.on(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){d.DomEvent.off(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(t.touches){if(d.DomEvent.preventDefault(t),this._fireClick=!0,t.touches.length>1)return this._fireClick=!1,void clearTimeout(this._holdTimeout);var e=t.touches[0],i=e.target;this._startPos=this._newPos=new d.Point(e.clientX,e.clientY),i.tagName&&"a"===i.tagName.toLowerCase()&&d.DomUtil.addClass(i,"leaflet-active"),this._holdTimeout=setTimeout(d.bind((function(){this._isTapValid()&&(this._fireClick=!1,this._onUp(),this._simulateEvent("contextmenu",e))}),this),1e3),d.DomEvent.on(a,"touchmove",this._onMove,this).on(a,"touchend",this._onUp,this)}},_onUp:function(t){if(clearTimeout(this._holdTimeout),d.DomEvent.off(a,"touchmove",this._onMove,this).off(a,"touchend",this._onUp,this),this._fireClick&&t&&t.changedTouches){var e=t.changedTouches[0],i=e.target;i&&i.tagName&&"a"===i.tagName.toLowerCase()&&d.DomUtil.removeClass(i,"leaflet-active"),this._isTapValid()&&this._simulateEvent("click",e)}},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_onMove:function(t){var e=t.touches[0];this._newPos=new d.Point(e.clientX,e.clientY)},_simulateEvent:function(t,e){var i=a.createEvent("MouseEvents");i._simulated=!0,e.target._simulatedClick=!0,i.initMouseEvent(t,!0,!0,s,1,e.screenX,e.screenY,e.clientX,e.clientY,!1,!1,!1,!1,0,null),e.target.dispatchEvent(i)}}),d.Browser.touch&&!d.Browser.pointer&&d.Map.addInitHook("addHandler","tap",d.Map.Tap),d.Map.mergeOptions({boxZoom:!0}),d.Map.BoxZoom=d.Handler.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane,this._moved=!1},addHooks:function(){d.DomEvent.on(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){d.DomEvent.off(this._container,"mousedown",this._onMouseDown),this._moved=!1},moved:function(){return this._moved},_onMouseDown:function(t){if(this._moved=!1,!t.shiftKey||1!==t.which&&1!==t.button)return!1;d.DomUtil.disableTextSelection(),d.DomUtil.disableImageDrag(),this._startLayerPoint=this._map.mouseEventToLayerPoint(t),d.DomEvent.on(a,"mousemove",this._onMouseMove,this).on(a,"mouseup",this._onMouseUp,this).on(a,"keydown",this._onKeyDown,this)},_onMouseMove:function(t){this._moved||(this._box=d.DomUtil.create("div","leaflet-zoom-box",this._pane),d.DomUtil.setPosition(this._box,this._startLayerPoint),this._container.style.cursor="crosshair",this._map.fire("boxzoomstart"));var e=this._startLayerPoint,i=this._box,o=this._map.mouseEventToLayerPoint(t),n=o.subtract(e),s=new d.Point(Math.min(o.x,e.x),Math.min(o.y,e.y));d.DomUtil.setPosition(i,s),this._moved=!0,i.style.width=Math.max(0,Math.abs(n.x)-4)+"px",i.style.height=Math.max(0,Math.abs(n.y)-4)+"px"},_finish:function(){this._moved&&(this._pane.removeChild(this._box),this._container.style.cursor=""),d.DomUtil.enableTextSelection(),d.DomUtil.enableImageDrag(),d.DomEvent.off(a,"mousemove",this._onMouseMove).off(a,"mouseup",this._onMouseUp).off(a,"keydown",this._onKeyDown)},_onMouseUp:function(t){this._finish();var e=this._map,i=e.mouseEventToLayerPoint(t);if(!this._startLayerPoint.equals(i)){var o=new d.LatLngBounds(e.layerPointToLatLng(this._startLayerPoint),e.layerPointToLatLng(i));e.fitBounds(o),e.fire("boxzoomend",{boxZoomBounds:o})}},_onKeyDown:function(t){27===t.keyCode&&this._finish()}}),d.Map.addInitHook("addHandler","boxZoom",d.Map.BoxZoom),d.Map.mergeOptions({keyboard:!0,keyboardPanOffset:80,keyboardZoomOffset:1}),d.Map.Keyboard=d.Handler.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61,171],zoomOut:[189,109,173]},initialize:function(t){this._map=t,this._setPanOffset(t.options.keyboardPanOffset),this._setZoomOffset(t.options.keyboardZoomOffset)},addHooks:function(){var t=this._map._container;-1===t.tabIndex&&(t.tabIndex="0"),d.DomEvent.on(t,"focus",this._onFocus,this).on(t,"blur",this._onBlur,this).on(t,"mousedown",this._onMouseDown,this),this._map.on("focus",this._addHooks,this).on("blur",this._removeHooks,this)},removeHooks:function(){this._removeHooks();var t=this._map._container;d.DomEvent.off(t,"focus",this._onFocus,this).off(t,"blur",this._onBlur,this).off(t,"mousedown",this._onMouseDown,this),this._map.off("focus",this._addHooks,this).off("blur",this._removeHooks,this)},_onMouseDown:function(){if(!this._focused){var t=a.body,e=a.documentElement,i=t.scrollTop||e.scrollTop,o=t.scrollLeft||e.scrollLeft;this._map._container.focus(),s.scrollTo(o,i)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanOffset:function(t){var e,i,o=this._panKeys={},n=this.keyCodes;for(e=0,i=n.left.length;eLeaflet'},initialize:function(t){d.setOptions(this,t),this._attributions={}},onAdd:function(t){for(var e in this._container=d.DomUtil.create("div","leaflet-control-attribution"),d.DomEvent.disableClickPropagation(this._container),t._layers)t._layers[e].getAttribution&&this.addAttribution(t._layers[e].getAttribution());return t.on("layeradd",this._onLayerAdd,this).on("layerremove",this._onLayerRemove,this),this._update(),this._container},onRemove:function(t){t.off("layeradd",this._onLayerAdd).off("layerremove",this._onLayerRemove)},setPrefix:function(t){return this.options.prefix=t,this._update(),this},addAttribution:function(t){if(t)return this._attributions[t]||(this._attributions[t]=0),this._attributions[t]++,this._update(),this},removeAttribution:function(t){if(t)return this._attributions[t]&&(this._attributions[t]--,this._update()),this},_update:function(){if(this._map){var t=[];for(var e in this._attributions)this._attributions[e]&&t.push(e);var i=[];this.options.prefix&&i.push(this.options.prefix),t.length&&i.push(t.join(", ")),this._container.innerHTML=i.join(" | ")}},_onLayerAdd:function(t){t.layer.getAttribution&&this.addAttribution(t.layer.getAttribution())},_onLayerRemove:function(t){t.layer.getAttribution&&this.removeAttribution(t.layer.getAttribution())}}),d.Map.mergeOptions({attributionControl:!0}),d.Map.addInitHook((function(){this.options.attributionControl&&(this.attributionControl=(new d.Control.Attribution).addTo(this))})),d.control.attribution=function(t){return new d.Control.Attribution(t)},d.Control.Scale=d.Control.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0,updateWhenIdle:!1},onAdd:function(t){this._map=t;var e="leaflet-control-scale",i=d.DomUtil.create("div",e),o=this.options;return this._addScales(o,e,i),t.on(o.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),i},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,e,i){t.metric&&(this._mScale=d.DomUtil.create("div",e+"-line",i)),t.imperial&&(this._iScale=d.DomUtil.create("div",e+"-line",i))},_update:function(){var t=this._map.getBounds(),e=t.getCenter().lat,i=6378137*Math.PI*Math.cos(e*Math.PI/180)*(t.getNorthEast().lng-t.getSouthWest().lng)/180,o=this._map.getSize(),n=this.options,s=0;o.x>0&&(s=i*(n.maxWidth/o.x)),this._updateScales(n,s)},_updateScales:function(t,e){t.metric&&e&&this._updateMetric(e),t.imperial&&e&&this._updateImperial(e)},_updateMetric:function(t){var e=this._getRoundNum(t);this._mScale.style.width=this._getScaleWidth(e/t)+"px",this._mScale.innerHTML=e<1e3?e+" m":e/1e3+" km"},_updateImperial:function(t){var e,i,o,n=3.2808399*t,s=this._iScale;n>5280?(e=n/5280,i=this._getRoundNum(e),s.style.width=this._getScaleWidth(i/e)+"px",s.innerHTML=i+" mi"):(o=this._getRoundNum(n),s.style.width=this._getScaleWidth(o/n)+"px",s.innerHTML=o+" ft")},_getScaleWidth:function(t){return Math.round(this.options.maxWidth*t)-10},_getRoundNum:function(t){var e=Math.pow(10,(Math.floor(t)+"").length-1),i=t/e;return e*(i=i>=10?10:i>=5?5:i>=3?3:i>=2?2:1)}}),d.control.scale=function(t){return new d.Control.Scale(t)},d.Control.Layers=d.Control.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0},initialize:function(t,e,i){for(var o in d.setOptions(this,i),this._layers={},this._lastZIndex=0,this._handlingClick=!1,t)this._addLayer(t[o],o);for(o in e)this._addLayer(e[o],o,!0)},onAdd:function(t){return this._initLayout(),this._update(),t.on("layeradd",this._onLayerChange,this).on("layerremove",this._onLayerChange,this),this._container},onRemove:function(t){t.off("layeradd",this._onLayerChange,this).off("layerremove",this._onLayerChange,this)},addBaseLayer:function(t,e){return this._addLayer(t,e),this._update(),this},addOverlay:function(t,e){return this._addLayer(t,e,!0),this._update(),this},removeLayer:function(t){var e=d.stamp(t);return delete this._layers[e],this._update(),this},_initLayout:function(){var t="leaflet-control-layers",e=this._container=d.DomUtil.create("div",t);e.setAttribute("aria-haspopup",!0),d.Browser.touch?d.DomEvent.on(e,"click",d.DomEvent.stopPropagation):d.DomEvent.disableClickPropagation(e).disableScrollPropagation(e);var i=this._form=d.DomUtil.create("form",t+"-list");if(this.options.collapsed){d.Browser.android||d.DomEvent.on(e,"mouseover",this._expand,this).on(e,"mouseout",this._collapse,this);var o=this._layersLink=d.DomUtil.create("a",t+"-toggle",e);o.href="#",o.title="Layers",d.Browser.touch?d.DomEvent.on(o,"click",d.DomEvent.stop).on(o,"click",this._expand,this):d.DomEvent.on(o,"focus",this._expand,this),d.DomEvent.on(i,"click",(function(){setTimeout(d.bind(this._onInputClick,this),0)}),this),this._map.on("click",this._collapse,this)}else this._expand();this._baseLayersList=d.DomUtil.create("div",t+"-base",i),this._separator=d.DomUtil.create("div",t+"-separator",i),this._overlaysList=d.DomUtil.create("div",t+"-overlays",i),e.appendChild(i)},_addLayer:function(t,e,i){var o=d.stamp(t);this._layers[o]={layer:t,name:e,overlay:i},this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex))},_update:function(){if(this._container){this._baseLayersList.innerHTML="",this._overlaysList.innerHTML="";var t,e,i=!1,o=!1;for(t in this._layers)e=this._layers[t],this._addItem(e),o=o||e.overlay,i=i||!e.overlay;this._separator.style.display=o&&i?"":"none"}},_onLayerChange:function(t){var e=this._layers[d.stamp(t.layer)];if(e){this._handlingClick||this._update();var i=e.overlay?"layeradd"===t.type?"overlayadd":"overlayremove":"layeradd"===t.type?"baselayerchange":null;i&&this._map.fire(i,e)}},_createRadioElement:function(t,e){var i='=0&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName("leaflet-zoom-animated").length},_tryAnimatedZoom:function(t,e,i){if(this._animatingZoom)return!0;if(i=i||{},!this._zoomAnimated||!1===i.animate||this._nothingToAnimate()||Math.abs(e-this._zoom)>this.options.zoomAnimationThreshold)return!1;var o=this.getZoomScale(e),n=this._getCenterOffset(t)._divideBy(1-1/o),s=this._getCenterLayerPoint()._add(n);return!(!0!==i.animate&&!this.getSize().contains(n))&&(this.fire("movestart").fire("zoomstart"),this._animateZoom(t,e,s,o,null,!0),!0)},_animateZoom:function(t,e,i,o,n,s,a){a||(this._animatingZoom=!0),d.DomUtil.addClass(this._mapPane,"leaflet-zoom-anim"),this._animateToCenter=t,this._animateToZoom=e,d.Draggable&&(d.Draggable._disabled=!0),d.Util.requestAnimFrame((function(){this.fire("zoomanim",{center:t,zoom:e,origin:i,scale:o,delta:n,backwards:s}),setTimeout(d.bind(this._onZoomTransitionEnd,this),250)}),this)},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._animatingZoom=!1,d.DomUtil.removeClass(this._mapPane,"leaflet-zoom-anim"),d.Util.requestAnimFrame((function(){this._resetView(this._animateToCenter,this._animateToZoom,!0,!0),d.Draggable&&(d.Draggable._disabled=!1)}),this))}}:{}),d.TileLayer.include({_animateZoom:function(t){this._animating||(this._animating=!0,this._prepareBgBuffer());var e=this._bgBuffer,i=d.DomUtil.TRANSFORM,o=t.delta?d.DomUtil.getTranslateString(t.delta):e.style[i],n=d.DomUtil.getScaleString(t.scale,t.origin);e.style[i]=t.backwards?n+" "+o:o+" "+n},_endZoomAnim:function(){var t=this._tileContainer,e=this._bgBuffer;t.style.visibility="",t.parentNode.appendChild(t),d.Util.falseFn(e.offsetWidth);var i=this._map.getZoom();(i>this.options.maxZoom||i.5&&o<.5)return t.style.visibility="hidden",void this._stopLoadingImages(t);e.style.visibility="hidden",e.style[d.DomUtil.TRANSFORM]="",this._tileContainer=e,e=this._bgBuffer=t,this._stopLoadingImages(e),clearTimeout(this._clearBgBufferTimer)},_getLoadedTilesPercentage:function(t){var e,i,o=t.getElementsByTagName("img"),n=0;for(e=0,i=o.length;e{"use strict";i.r(e)},434:(t,e,i)=>{var o={"./be.json":656,"./bg.json":242,"./cs.json":435,"./de.json":758,"./el.json":388,"./en.json":38,"./es.json":589,"./et.json":516,"./fr.json":469,"./he.json":146,"./hu.json":450,"./is.json":297,"./it.json":536,"./jp.json":543,"./ko.json":287,"./nl.json":807,"./nn.json":537,"./no.json":950,"./pl.json":893,"./pt.json":253,"./ru.json":112,"./sk.json":211,"./sr.json":424,"./sv.json":116,"./tr.json":619,"./uk.json":613,"./ur.json":810,"./zh-cn.json":867,"./zh-tw.json":803};function n(t){var e=s(t);return i(e)}function s(t){if(!i.o(o,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return o[t]}n.keys=function(){return Object.keys(o)},n.resolve=s,t.exports=n,n.id=434},656:t=>{"use strict";t.exports=JSON.parse('{"name":"Беларуская","lang":"be","messages":{"loading":"Загрузка","wikipedia":"Вікіпедыя","start":"Start Exploring"},"buttons":{"map_overview":"Прагляд мапы","overview":"Прагляд","backtostart":"Вярнуцца ў пачатак","collapse_toggle":"Схаваць мапу","uncollapse_toggle":"Паказаць мапу","swipe_to_navigate":"Swipe to Navigate
OK"}}')},242:t=>{"use strict";t.exports=JSON.parse('{"name":"Български","lang":"bg","messages":{"loading":"Зареждане","wikipedia":"От Уикипедия, свободната енциклопедия","start":"Започнете да разглеждате"},"buttons":{"map_overview":"Преглед на картата","overview":"Преглед","backtostart":"Към началото","collapse_toggle":"Скриване на картата","uncollapse_toggle":"Показване на картата","swipe_to_navigate":"Swipe to Navigate
OK"}}')},435:t=>{"use strict";t.exports=JSON.parse('{"name":"Čeština","lang":"cs","messages":{"loading":"Nahrávání","wikipedia":"Z Wikipedie, svobodné encyklopedie","start":"Prozkoumat"},"buttons":{"map_overview":"Přehledová mapa","overview":"Přehled","backtostart":"Zpět na začátek","collapse_toggle":"Skrýt mapu","uncollapse_toggle":"Zobrazit mapu","swipe_to_navigate":"Swipe to Navigate
OK"}}')},758:t=>{"use strict";t.exports=JSON.parse('{"name":"Deutsch","lang":"de","messages":{"loading":"Daten werden geladen","wikipedia":"von Wikipedia, der freien Enzyklopädie","start":"Explore"},"buttons":{"map_overview":"Kartenübersicht","overview":"Kartenübersicht","backtostart":"Zurück zum Anfang","collapse_toggle":"Karte ausblenden","uncollapse_toggle":"Karte anzeigen","swipe_to_navigate":"Swipe to Navigate
OK"}}')},388:t=>{"use strict";t.exports=JSON.parse('{"name":"Ελληνικά","lang":"el","messages":{"loading":"Φόρτωση","wikipedia":"Από την Wikipedia, την ελεύθερη εγκυκλοπαίδεια","start":"Έναρξη περιήγησης"},"buttons":{"map_overview":"Επισκόπηση χάρτη","overview":"Επισκόπηση","backtostart":"Επιστροφή στην αρχή","collapse_toggle":"Απόκρυψη χάρτη","uncollapse_toggle":"Εμφάνιση χάρτη","swipe_to_navigate":"Κτυπήστε ελαφρά για περιήγηση
OK"}}')},38:t=>{"use strict";t.exports=JSON.parse('{"name":"English","lang":"en","messages":{"loading":"Loading","wikipedia":"From Wikipedia, the free encyclopedia","start":"Start Exploring"},"buttons":{"map_overview":"Map Overview","overview":"Overview","backtostart":"Back To Beginning","collapse_toggle":"Hide Map","uncollapse_toggle":"Show Map","swipe_to_navigate":"Swipe to Navigate
OK"}}')},589:t=>{"use strict";t.exports=JSON.parse('{"name":"Español","lang":"es","messages":{"loading":"cargando","wikipedia":"de Wikipedia, la enciclopedia libre","start":"Explore"},"buttons":{"map_overview":"vista general del mapa","overview":"vista general","backtostart":"volver al comienzo","collapse_toggle":"ocultar mapa","uncollapse_toggle":"mostrar mapa","swipe_to_navigate":"Deslizar para navegar
Entendido"}}')},516:t=>{"use strict";t.exports=JSON.parse('{"name":"eesti","lang":"et","messages":{"loading":"Laadib","wikipedia":"Vikipeedia, vaba entsüklopeedia","start":"Uuri"},"buttons":{"map_overview":"Kaardi ülevaade","overview":"Ülevaade","backtostart":"Tagasi algusesse","collapse_toggle":"Peida kaart","uncollapse_toggle":"Näita kaarti","swipe_to_navigate":"Swipe to Navigate
OK"}}')},469:t=>{"use strict";t.exports=JSON.parse('{"name":"Français","lang":"fr","messages":{"loading":"Chargement","wikipedia":"Extrait de Wikipédia, l\'encyclopédie libre","start":"Explore"},"buttons":{"map_overview":"Vue d\'ensemble de la carte","overview":"Vue d\'ensemble","backtostart":"Retourner au point de départ","collapse_toggle":"Masquer la carte","uncollapse_toggle":"Afficher la carte","swipe_to_navigate":"Faites glisser pour naviguer
OK"}}')},146:t=>{"use strict";t.exports=JSON.parse('{"name":"עברית","lang":"he","direction":"rtl","messages":{"loading":"טוען","wikipedia":"מתוך ויקיפדיה, האנציקלופדיה החופשית","start":"התחל במסע"},"buttons":{"map_overview":"המפה במלואה","overview":"תצוגה מקדימה","backtostart":"חזור להתחלה","collapse_toggle":"הסתר מפה","uncollapse_toggle":"הצג מפה","swipe_to_navigate":"Swipe to Navigate
OK"}}')},450:t=>{"use strict";t.exports=JSON.parse('{"name":"Magyar","lang":"hu","messages":{"loading":"töltés","wikipedia":"Wikipedia","start":"Indítsd"},"buttons":{"map_overview":"teljes térkép","overview":"teljes sztori","backtostart":"vissza az elejére","collapse_toggle":"összecsuk","uncollapse_toggle":"kinyit","swipe_to_navigate":"Húzd el a navigációhoz
OK"}}')},297:t=>{"use strict";t.exports=JSON.parse('{"name":"Icelandic","lang":"is","messages":{"loading":"Hleðsla","wikipedia":"Frá Wikipedia","start":"Hefja"},"buttons":{"map_overview":"Kortayfirlit","overview":"Yfirlit","backtostart":"Hefja aftur","collapse_toggle":"Fela kortið","uncollapse_toggle":"Sýna kortið","swipe_to_navigate":"Strjúktu fyrir valmynd
Allt í lagi"}}')},536:t=>{"use strict";t.exports=JSON.parse('{"name":"Italiano","lang":"it","messages":{"loading":"caricare","wikipedia":"da Wikipedia, la enciclopedia libera","start":"Explore"},"buttons":{"map_overview":"vista generale della mappa","overview":"vista generale","backtostart":"tornare all\' inizio","collapse_toggle":"nascondere mappa","uncollapse_toggle":"mostrare mappa","swipe_to_navigate":"Swipe to Navigate
OK"}}')},543:t=>{"use strict";t.exports=JSON.parse('{"name":"日本語","lang":"jp","messages":{"loading":"ローディング","wikipedia":"フリー百科事典ウィキペディア(Wikipedia)から","start":"Explore"},"buttons":{"map_overview":"概観地図","overview":"概観","backtostart":"初めに戻る","collapse_toggle":"地図を隠す","uncollapse_toggle":"地図を表示","swipe_to_navigate":"Swipe to Navigate
OK"}}')},287:t=>{"use strict";t.exports=JSON.parse('{"name":"한국어","lang":"ko","messages":{"loading":"불러오는중","wikipedia":"위키피디아","start":"시작하기"},"buttons":{"map_overview":"지도 전체보기","overview":"전체보기","backtostart":"되돌아가기","collapse_toggle":"숨기기","uncollapse_toggle":"보이기","swipe_to_navigate":"Swipe to Navigate
OK"}}')},807:t=>{"use strict";t.exports=JSON.parse('{"name":"Nederlands","lang":"nl","messages":{"loading":"Laden","wikipedia":"Van Wikipedia, de gratis encyclopedie","start":"Start Exploring"},"buttons":{"map_overview":"Kaart overzicht","overview":"Overzicht","backtostart":"Terug naar begin","collapse_toggle":"Verberg kaart","uncollapse_toggle":"Toon kaart","swipe_to_navigate":"Swipe to Navigate
OK"}}')},537:t=>{"use strict";t.exports=JSON.parse('{"name":"Norsk nynorsk","lang":"nn","messages":{"loading":"Lastar inn","wikipedia":"Frå Wikipedia, det frie oppslagsverket","start":"Utforsk"},"buttons":{"map_overview":"Sjå oversiktskart","overview":"Oversikt","backtostart":"Til starten","collapse_toggle":"Gøym kartet","uncollapse_toggle":"Vis kartet","swipe_to_navigate":"Swipe to Navigate
OK"}}')},950:t=>{"use strict";t.exports=JSON.parse('{"name":"Norsk","lang":"no","messages":{"loading":"Laster inn","wikipedia":"fra Wikipedia, den frie encyklopedi","start":"Explore"},"buttons":{"map_overview":"Se oversiktskart","overview":"Se oversiktskart","backtostart":"Til begynnelsen","collapse_toggle":"Skjul kartet","uncollapse_toggle":"Vis kartet","swipe_to_navigate":"Swipe to Navigate
OK"}}')},893:t=>{"use strict";t.exports=JSON.parse('{"name":"Polski","lang":"pl","messages":{"loading":"Wczytuję","wikipedia":"z Wikipedii, wolnej encyklopedii","start":"Explore"},"buttons":{"map_overview":"Przeglądaj mapę","overview":"Przeglądaj","backtostart":"Powrót","collapse_toggle":"Ukryj mapę","uncollapse_toggle":"Pokaż mapę","swipe_to_navigate":"Swipe to Navigate
OK"}}')},253:t=>{"use strict";t.exports=JSON.parse('{"name":"Português","lang":"pt","messages":{"loading":"carregando","wikipedia":"de Wikipedia, a enciclopédia livre","start":"início"},"buttons":{"map_overview":"vista geral do mapa","overview":"vista geral","backtostart":"voltar ao início","collapse_toggle":"ocultar mapa","uncollapse_toggle":"mostrar mapa","swipe_to_navigate":"Deslize para navegar
OK"}}')},112:t=>{"use strict";t.exports=JSON.parse('{"name":"Русский","lang":"ru","messages":{"loading":"Загрузка","wikipedia":"Из Википедии, свободной энциклопедии","start":"Начать просмотр"},"buttons":{"map_overview":"Просмотр карты","overview":"Обзор","backtostart":"К началу","collapse_toggle":"Скрыть карту","uncollapse_toggle":"Показать карту","swipe_to_navigate":"Swipe to Navigate
OK"}}')},211:t=>{"use strict";t.exports=JSON.parse('{"name":"Slovenčina","lang":"sk","messages":{"loading":"Nahrávanie","wikipedia":"Z Wikipédie, slobodnej encyklopédie","start":"Preskúmať"},"buttons":{"map_overview":"Prehľadová mapa","overview":"Prehľad","backtostart":"Späť na začiatok","collapse_toggle":"Skryť mapu","uncollapse_toggle":"Zobraziť mapu","swipe_to_navigate":"Navigujte potiahnutím prsta
OK"}}')},424:t=>{"use strict";t.exports=JSON.parse('{"name":"Srpski","lang":"sr","messages":{"loading":"Učitavanje","wikipedia":"Wikipedia","start":"Explore"},"buttons":{"map_overview":"Pregled mapę","backtostart":"Nazad na početak","collapse_toggle":"Sakrij mapu","uncollapse_toggle":"Prikaži mapu","swipe_to_navigate":"Swipe to Navigate
OK"}}')},116:t=>{"use strict";t.exports=JSON.parse('{"name":"Svenska","lang":"sv","messages":{"loading":"Laddar","wikipedia":"Från Wikipedia, den fria encyklopedin","start":"Explore"},"buttons":{"map_overview":"Översiktskarta","overview":"Översikt","backtostart":"Tillbaka till början","collapse_toggle":"Göm kartan","uncollapse_toggle":"Visa kartan","swipe_to_navigate":"Swipe to Navigate
OK"}}')},619:t=>{"use strict";t.exports=JSON.parse('{"name":"Türkçe","lang":"tr","messages":{"loading":"Yükleniyor","wikipedia":"Vikipedi, Özgür Ansiklopedi","start":"Keşfet"},"buttons":{"map_overview":"Genel harita","overview":"Genel harita","backtostart":"Başlangıç menüsüne dön","collapse_toggle":"Menüyü gizle","uncollapse_toggle":"Menüyü göster","swipe_to_navigate":"Dokun ve kaydır
OK"}}')},613:t=>{"use strict";t.exports=JSON.parse('{"name":"Українська","lang":"uk","messages":{"loading":"Завантаження","wikipedia":"З Вікіпедії, вільної енциклопедії","start":"Почати перегляд"},"buttons":{"map_overview":"Перегляд карти","overview":"Огляд","backtostart":"Повернутися до початку","collapse_toggle":"Приховати карту","uncollapse_toggle":"Показати карту","swipe_to_navigate":"Swipe to Navigate
OK"}}')},810:t=>{"use strict";t.exports=JSON.parse('{"name":"Urdu","lang":"ur","direction":"rtl","messages":{"loading":"لوڈ ہو رہا ہے","wikipedia":"ویکیپیڈیا, مفت دستیاب انسائیکلوپیڈیا سے ","start":"دریافت شروع کی جایے "},"buttons":{"map_overview":"نقشے کا جائزہ","overview":"جائزہ","backtostart":"واپس شروع سے","collapse_toggle":"نقشہ غائب","uncollapse_toggle":"نقشہ حاضر","swipe_to_navigate":"Swipe to Navigate
OK"}}')},867:t=>{"use strict";t.exports=JSON.parse('{"name":"中文","lang":"zh-cn","messages":{"loading":"加载中","wikipedia":"来自维基百科,自由的百科全书","start":"Explore"},"buttons":{"map_overview":"地图总览","overview":"总览","backtostart":"回到首页","collapse_toggle":"隐藏地图","uncollapse_toggle":"显示地图","swipe_to_navigate":"Swipe to Navigate
OK"}}')},803:t=>{"use strict";t.exports=JSON.parse('{"name":"正體中文","lang":"zh-tw","messages":{"loading":"載入中","wikipedia":"來自維基百科,自由的百科全書","start":"探索"},"buttons":{"map_overview":"地圖總覽","overview":"總覽","backtostart":"回到首頁","collapse_toggle":"隱藏地圖","uncollapse_toggle":"顯示地圖","swipe_to_navigate":"左右滑動以瀏覽
我知道了"}}')}},e={};function i(o){var n=e[o];if(void 0!==n)return n.exports;var s=e[o]={exports:{}};return t[o](s,s.exports,i),s.exports}i.d=(t,e)=>{for(var o in e)i.o(e,o)&&!i.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";i.r(o),i.d(o,{MediaType:()=>Tt,StamenTileLayer:()=>it,StoryMap:()=>Ot,ZoomifyTileLayer:()=>q,loadCSS:()=>A,setLanguage:()=>W});const t=navigator.userAgent.toLowerCase(),e=document.documentElement,s=-1!==t.indexOf("webkit"),a="ActiveXObject"in window,r=-1!==t.indexOf("phantom"),h=-1!==t.search("android [23]"),l="undefined"!=typeof orientation,c=navigator.msPointerEnabled&&navigator.msMaxTouchPoints&&!window.PointerEvent,d=window.PointerEvent&&navigator.pointerEnabled&&navigator.maxTouchPoints||c,p=a&&"transition"in e.style,_="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!h,u="MozPerspective"in e.style,m="OTransition"in e.style,g=(window.opera,!window.L_NO_TOUCH&&!r&&(d||"ontouchstart"in window||window.DocumentTouch&&document instanceof window.DocumentTouch));let f="devicePixelRatio"in window&&window.devicePixelRatio>1;if(!f&&"matchMedia"in window){var v=window.matchMedia("(min-resolution:144dpi)");f=v&&v.matches}a&&document.addEventListener;const y=-1!==t.indexOf("chrome"),w=-1!==t.indexOf("gecko")&&!s&&!window.opera&&!a,b=(t.indexOf("android"),window.L_DISABLE_3D,l),x=(l&&window.opera,!!g),M=!!f,k=function(){var t="portrait";return window.innerWidth>window.innerHeight&&(t="landscape"),Math.abs(window.orientation),trace(t),t};function P(t){for(var e,i=Array.prototype.slice.call(arguments,1),o=0,n=i.length;o'}))}(t)),t.match(/

[\s\S]*?<\/p>/)?t:"

"+t+"

"}const O=function(t){var e={w:0,h:0};return t.w>t.h&&t.h>0?(e.h=t.h,e.w=t.h):(e.w=t.w,e.h=t.w),e},z=function(t){return null!==t.w&&""!==t.w?Math.round(t.w/16*9):null!==t.h&&""!==t.h?Math.round(t.h/9*16):0};function B(t,e,i,o){I.js(t,e,i,o)}function A(t,e,i,o){I.css(t,e,i,o)}let I=new class{constructor(t){this.doc=t,this.pending={},this.queue={css:[],js:[]},this.styleSheets=t.styleSheets,this.env=this.getEnv(),this.head=this.doc.head||this.doc.getElementsByTagName("head")[0],this.pollCount=0}createNode(t,e){var i,o=this.doc.createElement(t);for(i in e)e.hasOwnProperty(i)&&o.setAttribute(i,e[i]);return o}finish(t){var e,i,o=this.pending[t];o&&(e=o.callback,(i=o.urls).shift(),this.pollCount=0,i.length||(e&&e.call(o.context,o.obj),this.pending[t]=null,this.queue[t].length&&this.load(t)))}getEnv(){var t=navigator.userAgent,e={async:!0===this.doc.createElement("script").async};return(e.webkit=/AppleWebKit\//.test(t))||(e.ie=/MSIE/.test(t))||(e.opera=/Opera/.test(t))||(e.gecko=/Gecko\//.test(t))||(e.unknown=!0),e}load(t,e,i,o,n){var s,a,r,h,l,c,d=function(){this.finish(t)}.bind(this),p="css"===t,_=[];if(e)if(e="string"==typeof e?[e]:e.concat(),p||this.env.async||this.env.gecko||this.env.opera)this.queue[t].push({urls:e,callback:i,obj:o,context:n});else for(s=0,a=e.length;s=0;)if(this.styleSheets[t].href===e.urls[0]){this.finish("css");break}this.pollCount+=1,e&&(this.pollCount<200?setTimeout(this.pollWebKit.bind(this),50):this.finish("css"))}}css(t,e,i,o){this.load("css",t,e,i,o)}js(t,e,i,o){this.load("js",t,e,i,o)}}(document);class N{static get(t){return"string"==typeof t?document.getElementById(t):t}static getByClass(t){if(t)return document.getElementsByClassName(t)}static create(t,e,i){var o=document.createElement(t);return o.className=e,i&&i.appendChild(o),o}static createText(t,e){var i=document.createTextNode(t);return e&&e.appendChild(i),i}static getTranslateString(t){return N.TRANSLATE_OPEN+t.x+"px,"+t.y+"px"+N.TRANSLATE_CLOSE}static setPosition(t,e){t._vco_pos=e,Browser.webkit3d?(t.style[N.TRANSFORM]=N.getTranslateString(e),Browser.android&&(t.style["-webkit-perspective"]="1000",t.style["-webkit-backface-visibility"]="hidden")):(t.style.left=e.x+"px",t.style.top=e.y+"px")}static getPosition(t){for(var e={x:0,y:0};t&&!isNaN(t.offsetLeft)&&!isNaN(t.offsetTop);)e.x+=t.offsetLeft,e.y+=t.offsetTop,t=t.offsetParent;return e}static testProp(t){for(var e=document.documentElement.style,i=0;i1?1:t)}mirror(t){return t<.5?easings.sinusoidal(2*t):easings.sinusoidal(1-2*(t-.5))}easeInQuad(t){return t*t}easeOutQuad(t){return t*(2-t)}easeInOutQuad(t){return t<.5?2*t*t:(4-2*t)*t-1}easeInCubic(t){return t*t*t}easeOutCubic(t){return--t*t*t+1}easeInOutCubic(t){return t<.5?4*t*t*t:(t-1)*(2*t-2)*(2*t-2)+1}easeInQuart(t){return t*t*t*t}easeOutQuart(t){return 1- --t*t*t*t}easeInOutQuart(t){return t<.5?8*t*t*t*t:1-8*--t*t*t*t}easeInQuint(t){return t*t*t*t*t}easeOutQuint(t){return 1+--t*t*t*t*t}easeInOutQuint(t){return t<.5?16*t*t*t*t*t:1+16*--t*t*t*t*t}}let R=i(38);var j={};function W(t){return j=function(t){var e=i(434)(`./${t}.json`);for(let t in R)e[t]?"object"==typeof R[t]&&(e[t]=Object.assign(R[t],e[t])):e[t]=R[t];return e}(t),j}class H{on(t,e,i){var o=this._vco_events=this._vco_events||{};return o[t]=o[t]||[],o[t].push({action:e,context:i||this}),this}hasEventListeners(t){var e="_vco_events";return e in this&&t in this[e]&&this[e][t].length>0}off(t,e,i){if(!this.hasEventListeners(t))return this;for(var o=0,n=this._vco_events,s=n[t].length;o=0){var i=0,o=this.current_marker;this.current_marker=t;var n=this._markers[this.current_marker];if(this.animator&&this.animator.stop(),this._resetMarkersActive(),n.data.type&&"overview"==n.data.type)this._markerOverview(),e||this._onMarkerChange();else if(n.active(!0),e)n.data.location&&this._viewTo(n.data.location);else{if(n.data.location&&n.data.location.lat)if(i=this._calculateZoomChange(this._getMapCenter(!0),n.location()),this._viewTo(n.data.location,{calculate_zoom:this.options.calculate_zoom,zoom:i}),this.options.line_follows_path){if(this.options.show_history_line&&n.data.real_marker&&this._markers[o].data.real_marker){var s,a=[],r=o;if(rthis.current_marker)for(;r>this.current_marker;)this._markers[r].data.location&&this._markers[r].data.location.lat&&(s={lat:this._markers[r].data.location.lat,lon:this._markers[r].data.location.lon},a.push(s)),r--;a.push({lat:n.data.location.lat,lon:n.data.location.lon}),this._replaceLines(this._line_active,a)}}else this.options.show_history_line&&n.data.real_marker&&this._markers[o].data.real_marker&&this._replaceLines(this._line_active,[{lat:n.data.location.lat,lon:n.data.location.lon},{lat:this._markers[o].data.location.lat,lon:this._markers[o].data.location.lon}]);else this._markerOverview(),e||this._onMarkerChange();this._onMarkerChange()}}}panTo(t,e){this._panTo(t,e)}zoomTo(t,e){this._zoomTo(t,e)}viewTo(t,e){this._viewTo(t,e)}getBoundsZoom(t,e,i,o){this.__getBoundsZoom(t,e,i,o)}markerOverview(){this._markerOverview()}calculateMarkerZooms(){this._calculateMarkerZooms()}createMiniMap(){this._createMiniMap()}setMapOffset(t,e){this.options.map_center_offset.left=t,this.options.map_center_offset.top=e}calculateMinMaxZoom(){for(var t=0;tt&&(this.zoom_min_max.min=t)}initialMapLocation(){this._loaded.data&&this._loaded.map&&(this.goTo(this.options.start_at_slide,!0),this._initialMapLocation())}show(){}hide(){}addTo(t){t.appendChild(this._el.container),this.onAdd()}removeFrom(t){t.removeChild(this._el.container),this.onRemove()}createMarkers(t){this._createMarkers(t)}createMarker(t){this._createMarker(t)}_destroyMarker(t){this._removeMarker(t);for(var e=0;eo||i.y>o;)i=i.divideBy(2).floor(),this._imageSize.push(i),this._gridSize.push(this._getGridSize(i));this._imageSize.reverse(),this._gridSize.reverse(),this.options.maxZoom=this._gridSize.length-1}onAdd(t){L.TileLayer.prototype.onAdd.call(this,t);var e=t.getSize(),i=this._getBestFitZoom(e),o=this._imageSize[i],n=o.x?o.x:0,s=o.y?o.y:0;t.options.crs.pointToLatLng(L.point(n/2,s/2),i)}getZoomifyBounds(t){var e=this._imageSize[0],i=t.options.crs.pointToLatLng(L.point(0,0),0),o=t.options.crs.pointToLatLng(L.point(e.x,e.y),0);return L.latLngBounds(i,o)}getCenterZoom(t){var e=t.getSize(),i=this._getBestFitZoom(e),o=this._imageSize[i],n=o.x?o.x:0,s=o.y?o.y:0,a=t.options.crs.pointToLatLng(L.point(n/2,s/2),i);return{center:a,lat:a.lat,lon:a.lng,zoom:i}}_getGridSize(t){var e=this.options.tileSize,i=t.x?t.x:0,o=t.y?t.y:0;return L.point(Math.ceil(i/e),Math.ceil(o/e))}_getBestFitZoom(t){for(var e,i=this.options.tolerance,o=this._imageSize.length-1;o;){if((e=this._imageSize[o]).x*i=0&&t.x=0&&t.ythis.options.zoomLevelOffset&&this._mainMap.getZoom()this._lastMiniMapZoom?(e=this._mainMap.getZoom()+1,this._miniMap.setZoom(this._miniMap.getZoom()-1)):e=this._mainMap.getZoom():e=o,this._lastMiniMapZoom=this._miniMap.getZoom(),e}_decideMinimized(){return this._userToggledDisplay?this._minimized:this.options.autoToggleDisplay?!!this._mainMap.getBounds().contains(this._miniMap.getBounds()):this._minimized}}L.Map.mergeOptions({miniMapControl:!1}),L.Map.addInitHook((function(){this.options.miniMapControl&&(this.miniMapControl=(new L.Control.MiniMap).addTo(this))})),L.control.minimap=function(t){return new L.Control.MiniMap(t)};class Y{constructor(t,e){this._el={container:{},content_container:{},content:{}},this._marker={},this._icon={},this._custom_icon=!1,this._custom_icon_url="",this._custom_image_icon=!1,this.marker_number=0,this.media_icon_class="",this.timer={},this.data={},this.options={duration:1e3,ease:Z.easeInSpline,width:600,height:600,map_popup:!1},this.animator=null,D(this.options,e),D(this.data,t),this._initLayout()}show(){}hide(){}addTo(t){this._addTo(t)}removeFrom(t){this._removeFrom(t)}updateDisplay(t,e,i){this._updateDisplay(t,e,i)}createMarker(t,e){this._createMarker(t,e)}createPopup(t,e){this._createPopup(t,e)}active(t){this._active(t)}location(){return this._location()}_createMarker(t,e){}_addTo(t){}_removeFrom(t){}_createPopup(t,e){}_active(t){}_location(){return{lat:0,lng:0}}_onMarkerClick(t){this.fire("markerclick",{marker_number:this.marker_number})}_initLayout(){this._createMarker(this.data,this.options)}_updateDisplay(t,e,i){}}T(Y,H);class X extends Y{_createMarker(t,e){if(t.location&&"number"==typeof t.location.lat&&"number"==typeof t.location.lon){this.data.real_marker=!0;var i=e.use_custom_markers||t.location.use_custom_marker;i&&t.location.icon?(this._custom_icon={url:t.location.icon,size:t.location.iconSize||[48,48],anchor:this._customIconAnchor(t.location.iconSize)},this._icon=this._createIcon()):i&&t.location.image?(this._custom_image_icon=t.location.image,this._icon=this._createImage()):this._icon=this._createDefaultIcon(!1),this._marker=new L.marker([t.location.lat,t.location.lon],{title:t.text.headline,icon:this._icon}),this._marker.on("click",this._onMarkerClick,this),e.map_popup&&this._createPopup(t,e)}}_addTo(t){this.data.real_marker&&this._marker.addTo(t)}_createPopup(t,e){}_active(t){this.data.media&&this.data.media.mediatype?this.media_icon_class="vco-mapmarker-icon vco-icon-"+this.data.media.mediatype.type:this.media_icon_class="vco-mapmarker-icon vco-icon-plaintext",this.data.real_marker&&(t?this._marker.setZIndexOffset(100):(clearTimeout(this.timer),this._marker.setZIndexOffset(0)),this._custom_icon?this._icon=this._createIcon():this._custom_image_icon?this._icon=this._createImage(t):this._icon=this._createDefaultIcon(t),this._setIcon())}_createIcon(){return new L.icon({iconUrl:this._custom_icon.url,iconSize:this._custom_icon.size,iconAnchor:this._custom_icon.anchor})}_createImage(t){var e=t?"vco-mapmarker-image-icon-active":"vco-mapmarker-image-icon";return new L.icon({iconUrl:url,iconSize:[48],iconAnchor:[24,48],shadowSize:[68,95],shadowAnchor:[22,94],className:e})}_createDefaultIcon(t){var e=t?"vco-mapmarker-active":"vco-mapmarker";return L.divIcon({className:e+" "+this.media_icon_class,iconAnchor:[10,10]})}_customIconAnchor(t){return t?[.5*t[0],t[1]]:[24,48]}_openPopup(){this._marker.openPopup()}_setIcon(){this._marker.setIcon(this._icon)}_location(){return this.data.real_marker?this._marker.getLatLng():{}}}function $(t,e,i,o){return{url:["https://tiles.stadiamaps.com/tiles/",t=t.replace("-","_"),"/{Z}/{X}/{Y}.",e].join(""),type:e,subdomains:"",minZoom:i,maxZoom:o,attribution:["Leaflet | ",'Map tiles by Stamen Design, served by ','Stadia ','under CC BY 3.0. ','Data by OpenStreetMap, ','under CC BY SA.'].join("")}}let Q={toner:$("stamen_toner","png",0,20),terrain:$("stamen_terrain","jpg",4,18),watercolor:$("stamen_watercolor","jpg",0,16),ch_watercolor:{url:"https://watercolormaps.collection.cooperhewitt.org/tile/watercolor//{z}/{x}/{y}.png",type:"png",subdomains:"",minZoom:0,maxZoom:16,attribution:["Leaflet | ",'Map tiles by Stamen Design, served by ','Cooper Hewitt, Smithsonian Design Museum ','under CC BY 3.0. ','Data by OpenStreetMap, ','under CC BY SA.'].join("")}};function tt(t,e,i){for(var o=et(t),n=0;n StoryMapJS"),this._tile_layer=this._createTileLayer(this.options.map_type),this._tile_layer.on("load",this._onTilesLoaded,this),this._map.addLayer(this._tile_layer),this._image_layer&&this._map.addLayer(this._image_layer),this._line=this._createLine(this._line),this._line.setStyle({color:this.options.line_color_inactive}),this._addLineToMap(this._line),this._line_active=this._createLine(this._line_active),this._line_active.setStyle({opacity:1}),this._addLineToMap(this._line_active),this.options.map_as_image&&(this._line_active.setStyle({opacity:0}),this._line.setStyle({opacity:0}))}_createMiniMap(){this.options.map_as_image&&(this.zoom_min_max.min=0),this.bounds_array||(this.bounds_array=this._getAllMarkersBounds(this._markers)),this._tile_layer_mini=this._createTileLayer(this.options.map_type),this._mini_map=new K(this._tile_layer_mini,{width:150,height:100,position:"topleft",bounds_array:this.bounds_array,zoomLevelFixed:this.zoom_min_max.min,zoomAnimation:!0,aimingRectOptions:{fillColor:"#FFFFFF",color:"#FFFFFF",opacity:.4,weight:1,stroke:!0}}).addTo(this._map),this._mini_map.getContainer().style.backgroundColor=this.options.map_background_color}_createBackgroundMap(t){if(this._image_layer?this._image_layer.clearLayers():(this._image_layer=new L.layerGroup,this._map.addLayer(this._image_layer)),t)for(let s in t){var e,i=t[s],o={x:0,y:0,url:i.src,height:parseInt(i.style.height.split("px")[0]),width:parseInt(i.style.width.split("px")[0]),pos:{start:0,end:0}};if(i.style.left||i.style.top)i.style.left&&(o.x=parseInt(i.style.left.split("px")[0])),i.style.top&&(o.y=parseInt(i.style.top.split("px")[0]));else if(i.style["-webkit-transform"]||i.style.transform||i.style["-ms-transform"]){var n;i.style["-webkit-transform"]?n=i.style["-webkit-transform"].split("3d(")[1].split(", 0)")[0].split(", "):i.style.transform?n=i.style.transform.split("3d(")[1].split(", 0)")[0].split(", "):i.style["-ms-transform"]&&(n=i.style["-ms-transform"].split("3d(")[1].split(", 0)")[0].split(", ")),o.x=parseInt(n[0].split("px")[0]),o.y=parseInt(n[1].split("px")[0])}o.url.match("toner")&&(o.url=o.url.replace("/toner-hybrid/","/toner-lines/"),o.url=o.url.replace("/toner/","/toner-background/")),o.pos.start=this._map.containerPointToLatLng([o.x,o.y]),o.pos.end=this._map.containerPointToLatLng([o.x+o.width,o.y+o.height]),e=new L.imageOverlay(o.url,[o.pos.start,o.pos.end]),this._image_layer.addLayer(e)}}_createTileLayer(t,e){var i=null,o=(e={r:""},"Leaflet | ");t||(t="osm:standard"),"stamen:trees-cabs-crime"==t&&(console.log("stamen:trees-cabs-crime layer no longer available. Using OSM instead"),t="osm"),M&&(e.r="@2x");let n=t.split(":");switch(n[0]){case"mapbox":var s;if(e.attribution=o+"© Mapbox © OpenStreetMap",n.length>2)s="https://api.mapbox.com/styles/v1/"+n[2].substr(9)+"/tiles/256/{z}/{x}/{y}@2x?access_token="+this.options.map_access_token;else s="https://api.tiles.mapbox.com/v4/"+n[1]+"/{z}/{x}/{y}.png?access_token="+this.options.map_access_token;i=new L.TileLayer(s,e);break;case"stadia":var a;n.length>1&&(a=n.slice(1).join(":"),this.options.map_access_token&&(a=`${a}?api_key=${this.options.map_access_token}`)),i=new L.TileLayer(a,e);break;case"stamen":i=new it(n[1]||"toner-lite",e),this._map.getContainer().style.backgroundColor="#FFFFFF";break;case"zoomify":e.width=this.options.zoomify.width,e.height=this.options.zoomify.height,e.tolerance=this.options.zoomify.tolerance||.9,e.attribution=o+this.options.zoomify.attribution,i=new q(this.options.zoomify.path,e);break;case"http":case"https":e.subdomains=this.options.map_subdomains,e.attribution=o+this.options.attribution,i=new L.TileLayer(this.options.map_type,e);break;case"ch-watercolor":e.attribution=o+'Map tiles by Stamen Design, served by Cooper Hewitt, Smithsonian Design Museum under CC BY 3.0. Data by OpenStreetMap, under CC BY SA.',e.type="jpg",e.minZoom=0,e.maxZoom=16,i=new L.TileLayer("https://watercolormaps.collection.cooperhewitt.org/tile/watercolor/{z}/{x}/{y}.jpg",e);break;default:e.subdomains="ab",e.attribution=o+"© OpenStreetMap and contributors, under an open license",i=new L.TileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",e)}return i}_onMapMoveEnd(t){}_onTilesLoaded(t){this._createBackgroundMap(t.target._tiles),this._tile_layer.off("load",this._onTilesLoaded,this)}_onMapZoomed(t){this._map.off("zoomend",this._onMapZoomed,this)}_onMapZoom(t){}_createMarker(t){var e=new X(t,this.options);e.on("markerclick",this._onMarkerClick,this),this._addMarker(e),this._markers.push(e),e.marker_number=this._markers.length-1,this.fire("markerAdded",e)}_addMarker(t){t.addTo(this._map)}_removeMarker(t){}_markerOverview(){var t,e;if(this._line_active.setStyle({opacity:0}),"zoomify"==this.options.map_type&&this.options.map_as_image){var i=this._tile_layer.getCenterZoom(this._map);t=i.center,(this.options.map_center_offset&&0!=this.options.map_center_offset.left||0!=this.options.map_center_offset.top)&&(i.zoom=i.zoom-1,t=this._getMapCenterOffset(t,i.zoom)),this._map.setView(t,i.zoom,{pan:{animate:!0,duration:this.options.duration/1e3,easeLinearity:.1},zoom:{animate:!0,duration:this.options.duration/1e3,easeLinearity:.1}})}else if(this.bounds_array=this._getAllMarkersBounds(this._markers),this.options.map_center_offset&&0!=this.options.map_center_offset.left||0!=this.options.map_center_offset.top){var o=new L.latLngBounds(this.bounds_array);t=o.getCenter(),e=this._map.getBoundsZoom(o),t=this._getMapCenterOffset(t,e-1),this._map.setView(t,e-1,{pan:{animate:!0,duration:this.options.duration/1e3,easeLinearity:.1},zoom:{animate:!0,duration:this.options.duration/1e3,easeLinearity:.1}})}else this._map.fitBounds(this.bounds_array,{padding:[15,15]});this._mini_map&&this._mini_map.minimize()}_getAllMarkersBounds(t){for(var e=[],i=0;i0?this._markers[t-1].location():this._getMapCenter(!0),n=this._calculateZoomChange(e,o),i=tthis.options.skinny_size&&(n-1<=this.zoom_min_max.min?this._mini_map.minimize():this._mini_map.restore())}_getMapLocation(t){return this._map.latLngToContainerPoint(t)}_getMapZoom(){return this._map.getZoom()}_getMapCenter(t){return this._map.getCenter()}_getMapCenterOffset(t,e){var i;return i=this._map.project(t,e).subtract([this.options.map_center_offset.left,this.options.map_center_offset.top]),this._map.unproject(i,e)}_getBoundsZoom(t,e,i){var o=t,n=[3*Math.abs(this.options.map_center_offset.left),3*Math.abs(this.options.map_center_offset.top)];if(i){var s=o.lat+(o.lat-e.lat)/2,a=o.lng+(o.lng-e.lng)/2;o=new L.LatLng(s,a)}var r=new L.LatLngBounds([o,e]);return this.options.less_bounce?this._map.getBoundsZoom(r,!1,n):this._map.getBoundsZoom(r,!0,n)}_getZoomifyZoom(){}_initialMapLocation(){this._map.on("zoomend",this._onMapZoomed,this)}_updateMapDisplay(t,e){if(t){var i=this.options.duration,o=this;e&&(i=e),this.timer&&clearTimeout(this.timer),this.timer=setTimeout((function(){o._refreshMap()}),i)}else this.timer||this._refreshMap();this._mini_map&&this._el.container.offsetWidth1e4&&(this.data.direction="left",e.x>0&&(this.data.direction="right")),Math.abs(e.y)>1e4&&(this.data.direction="up",e.y>0&&(this.data.direction="down")),this._animateMomentum(),i&&this.fire("swipe_"+this.data.direction,this.data)}_animateMomentum(){var t={x:this.data.new_pos.x,y:this.data.new_pos.y},e={duration:this.options.duration,easing:VCO.Ease.easeOutStrong};this.options.enable.y&&((this.options.constraint.top||this.options.constraint.bottom)&&(t.y>this.options.constraint.bottom?t.y=this.options.constraint.bottom:t.ythis.options.constraint.left?t.x=this.options.constraint.left:t.x":j.buttons.collapse_toggle+""):(this.collapsed=!0,this.hide(25),this._el.button_overview.style.display="none",this.fire("collapse",{y:1}),this._el.button_collapse_toggle.innerHTML=b?"":j.buttons.uncollapse_toggle+"")}_initLayout(){this._el.button_overview=N.create("span","vco-menubar-button",this._el.container),st.addListener(this._el.button_overview,"click",this._onButtonOverview,this),this._el.button_backtostart=N.create("span","vco-menubar-button",this._el.container),st.addListener(this._el.button_backtostart,"click",this._onButtonBackToStart,this),this._el.button_collapse_toggle=N.create("span","vco-menubar-button",this._el.container),st.addListener(this._el.button_collapse_toggle,"click",this._onButtonCollapseMap,this),this.options.map_as_image?this._el.button_overview.innerHTML=j.buttons.overview:this._el.button_overview.innerHTML=j.buttons.map_overview,b?(this._el.button_backtostart.innerHTML="",this._el.button_collapse_toggle.innerHTML="",this._el.container.setAttribute("ontouchstart"," ")):(this._el.button_backtostart.innerHTML=j.buttons.backtostart+" ",this._el.button_collapse_toggle.innerHTML=j.buttons.collapse_toggle+""),"landscape"==this.options.layout&&(this._el.button_collapse_toggle.style.display="none")}_initEvents(){}_updateDisplay(t,e,i){t&&(this.options.width=t),e&&(this.options.height=e)}}function rt(t,e){return ht(t,e)}T(at,H,F);const ht=function(){var t=document,e=window,i=e.performance,o=i&&(i.now||i.webkitNow||i.msNow||i.mozNow),n=o?function(){return o.call(i)}:function(){return+new Date},s=t.documentElement,a=!1,r=1e3,h=/^rgb\(|#/,l=/^([+\-])=([\d\.]+)/,c=/^(?:[\+\-]=?)?\d+(?:\.\d+)?(%|in|cm|mm|em|ex|pt|pc|px)$/,d=/rotate\(((?:[+\-]=)?([\-\d\.]+))deg\)/,p=/scale\(((?:[+\-]=)?([\d\.]+))\)/,_=/skew\(((?:[+\-]=)?([\-\d\.]+))deg, ?((?:[+\-]=)?([\-\d\.]+))deg\)/,u=/translate\(((?:[+\-]=)?([\-\d\.]+))px, ?((?:[+\-]=)?([\-\d\.]+))px\)/,m={lineHeight:1,zoom:1,zIndex:1,opacity:1,transform:1},g=function(){var e,i=t.createElement("a").style,o=["webkitTransform","MozTransform","OTransform","msTransform","Transform"];for(e=0;e1e12&&(t=n()),a&&(t=n()),e=i;e--;)w[e](t);w.length&&y(b)}function L(t){var e,i=function(t,e,i){if(Array.prototype.indexOf)return t.indexOf(e);for(i=0;i=0&&(e=w.slice(i+1),w.length=i,w=w.concat(e))}function x(t,e){var i,o={};return(i=t.match(d))&&(o.rotate=O(i[1],e?e.rotate:null)),(i=t.match(p))&&(o.scale=O(i[1],e?e.scale:null)),(i=t.match(_))&&(o.skewx=O(i[1],e?e.skewx:null),o.skewy=O(i[3],e?e.skewy:null)),(i=t.match(u))&&(o.translatex=O(i[1],e?e.translatex:null),o.translatey=O(i[3],e?e.translatey:null)),o}function M(t){var e="";return"rotate"in t&&(e+="rotate("+t.rotate+"deg) "),"scale"in t&&(e+="scale("+t.scale+") "),"translatex"in t&&(e+="translate("+t.translatex+"px,"+t.translatey+"px) "),"skewx"in t&&(e+="skew("+t.skewx+"deg,"+t.skewy+"deg)"),e}function k(t){var e,i,o,n=t.match(/rgba?\((\d+),\s*(\d+),\s*(\d+)/);return(n?(e=n[1],i=n[2],o=n[3],"#"+(1<<24|e<<16|i<<8|o).toString(16).slice(1)):t).replace(/#(\w)(\w)(\w)$/,"#$1$1$2$2$3$3")}function P(t){return t.replace(/-(.)/g,(function(t,e){return e.toUpperCase()}))}function T(t){return"function"==typeof t}function D(t){return Math.sin(t*Math.PI/2)}function S(t,e,i,o,s,a){o=T(o)?o:z.easings[o]||D;var h,l=t||r,c=this,d=a-s,p=n(),_=0,u=0;return h=function t(n){var r=n-p;if(r>l||_)return a=isFinite(a)?a:1,_?u&&e(a):e(a),L(t),i&&i.apply(c);isFinite(a)?e(d*o(r/l)+s):e(o(r/l))},1===w.push(h)&&y(b),{stop:function(t){_=1,u=t,t||(i=null)}}}function C(t,e){var i,o,n=t.length,s=[];for(i=0;i15?15:n<0?0:n,r[o]=n.toString(16);return"#"+r.join("")}(t,i[s][n],o[s][n]):(a=Math.round(((o[s][n]-i[s][n])*t+i[s][n])*r)/r,n in m||(a+=e[s][n]||"px"),a)}function O(t,e,i,o,n){return(i=l.exec(t))?(n=parseFloat(i[2]))&&e+("+"==i[1]?1:-1)*n:parseFloat(t)}function z(t,e){var i,o,n,s=t?s=isFinite(t.length)?t:[t]:[],a=e.complete,r=e.duration,l=e.easing,d=e.bezier,p=[],_=[],u=[],m=[];for(d&&(o=e.left,n=e.top,delete e.right,delete e.bottom,delete e.left,delete e.top),i=s.length;i--;){if(p[i]={},_[i]={},u[i]={},d){var y=v(s[i],"left"),w=v(s[i],"top"),b=[O(T(o)?o(s[i]):o||0,parseFloat(y)),O(T(n)?n(s[i]):n||0,parseFloat(w))];m[i]=T(d)?d(s[i],b):d,m[i].push(b),m[i].unshift([parseInt(y,10),parseInt(w,10)])}for(var L in e){switch(L){case"complete":case"duration":case"easing":case"bezier":continue}var D,z=v(s[i],L),B=T(e[L])?e[L](s[i]):e[L];"string"!=typeof B||!h.test(B)||h.test(z)?(p[i][L]="transform"==L?x(z):"string"==typeof B&&h.test(B)?k(z).slice(1):parseFloat(z),_[i][L]="transform"==L?x(B,p[i][L]):"string"==typeof B&&"#"==B.charAt(0)?k(B).slice(1):O(B,parseFloat(z)),"string"==typeof B&&(D=B.match(c))&&(u[i][L]=D[1])):delete e[L]}}return S.apply(s,[r,function(t,o,n){for(i=s.length;i--;)for(var a in d&&(n=C(m[i],t),s[i].style.left=n[0]+"px",s[i].style.top=n[1]+"px"),e)o=E(t,u,p,_,a,i),"transform"==a?s[i].style[g]=M(o):"opacity"!=a||f?s[i].style[P(a)]=o:s[i].style.filter="alpha(opacity="+100*o+")"},a,l])}return y((function(t){a=t>1e12!=n()>1e12})),z.tween=S,z.getStyle=v,z.bezier=C,z.transform=g,z.parseTransform=x,z.formatTransform=M,z.easings={},z}();class lt{constructor(t,e,i){this._el={container:{},content_container:{},icon:{},title:{},description:{}},this.mediatype={},this.data={title:"Navigation",description:"Description"},this.options={direction:"previous"},this.animator=null,this.animator_position=null,D(this.options,e),D(this.data,t),this._el.container=N.create("div","vco-slidenav-"+this.options.direction),b&&this._el.container.setAttribute("ontouchstart"," "),this._initLayout(),this._initEvents(),i&&i.appendChild(this._el.container)}update(t){this._update(t)}setColor(t){this._el.content_container.className=t?"vco-slidenav-content-container vco-slidenav-inverted":"vco-slidenav-content-container"}updatePosition(t,e,i,o,n,s){var a,r=this,h={duration:i,easing:o,complete:function(){r._onUpdatePositionComplete(s)}},l=n;for(var c in t)t.hasOwnProperty(c)&&(h[c]=e?t[c]+"%":t[c]+"px");this.animator_position&&this.animator_position.stop(),a=h.right?"right":"left",this._el.container.style[a]=e?l+"%":l+"px",this.animator_position=rt(this._el.container,h)}_onUpdatePositionComplete(t){t&&(this._el.container.style.left="",this._el.container.style.right="")}_onMouseClick(){this.fire("clicked",this.options)}_update(t){this.data=D(this.data,t),""!=this.data.title&&(this._el.title.innerHTML=this.data.title),""!=this.data.date&&(this._el.description.innerHTML=this.data.description)}_initLayout(){this._el.content_container=N.create("div","vco-slidenav-content-container",this._el.container),this._el.icon=N.create("div","vco-slidenav-icon",this._el.content_container),this._el.title=N.create("div","vco-slidenav-title",this._el.content_container),this._el.description=N.create("div","vco-slidenav-description",this._el.content_container),this._el.icon.innerHTML=" ",this._update()}_initEvents(){st.addListener(this._el.container,"click",this._onMouseClick,this)}}T(lt,H,F);class ct{constructor(t,e,i){this._el={parent:{},container:{},message_container:{},loading_icon:{},message:{}},this.options={width:600,height:600,message_class:"vco-message",message_icon_class:"vco-loading-icon"},D(this.data,t),D(this.options,e),this._el.container=N.create("div",this.options.message_class),i&&(i.appendChild(this._el.container),this._el.parent=i),this.animator={},this._initLayout(),this._initEvents()}updateMessage(t){this._updateMessage(t)}updateDisplay(t,e){this._updateDisplay(t,e)}_updateMessage(t){this._el.message.innerHTML=t||(j?j.messages.loading:"Loading")}_onMouseClick(){this.fire("clicked",this.options)}_initLayout(){this._el.message_container=N.create("div","vco-message-container",this._el.container),this._el.loading_icon=N.create("div",this.options.message_icon_class,this._el.message_container),this._el.message=N.create("div","vco-message-content",this._el.message_container),this._updateMessage()}_initEvents(){st.addListener(this._el.container,"click",this._onMouseClick,this)}_updateDisplay(t,e,i){}}T(ct,H,F);class dt{constructor(t,e,i){this._el={container:{},content_container:{},content:{},content_item:{},content_link:{},caption:null,credit:null,parent:{},link:null},this.player=null,this.timer=null,this.load_timer=null,this.message=null,this.media_id=null,this._state={loaded:!1,show_meta:!1,media_loaded:!1},this.data={uniqueid:null,url:null,credit:null,caption:null,link:null,link_target:null},this.options={api_key_flickr:"8f2d5becf7b6ba46570741620054b507",credit_height:0,caption_height:0},this.animator={},D(this.options,e),D(this.data,t),this._el.container=N.create("div","vco-media"),this.data.uniqueid&&(this._el.container.id=this.data.uniqueid),this._initLayout(),i&&(i.appendChild(this._el.container),this._el.parent=i)}loadMedia(){var t=this;if(!this._state.loaded)try{this.load_timer=setTimeout((function(){t._loadMedia(),t._state.loaded=!0,t._updateDisplay()}),1200)}catch(t){console.log("Error loading media for ",this._media),console.log(t)}}loadingMessage(){this.message.updateMessage(this._("loading")+" "+this.options.media_name)}updateMediaDisplay(t){this._state.loaded&&(this._updateMediaDisplay(t),b||"portrait"==t||(this._el.content_item.style.maxHeight=this.options.height/2+"px"),this._state.media_loaded&&(this._el.credit&&(this._el.credit.style.width="auto"),this._el.caption&&(this._el.caption.style.width="auto")),w&&(this._el.content_item.offsetWidth>this._el.content_item.offsetHeight&&(this._el.content_item.style.width="100%",this._el.content_item.style.maxWidth="100%"),"portrait"==t&&(this._el.content_item.style.maxHeight="none")),this._state.media_loaded&&(this._el.credit&&(this._el.credit.style.width=this._el.content_item.offsetWidth+"px"),this._el.caption&&(this._el.caption.style.width=this._el.content_item.offsetWidth+"px")))}_loadMedia(){}_updateMediaDisplay(t){}show(){}hide(){}addTo(t){t.appendChild(this._el.container),this.onAdd()}removeFrom(t){t.removeChild(this._el.container),this.onRemove()}updateDisplay(t,e,i){this._updateDisplay(t,e,i)}stopMedia(){this._stopMedia()}loadErrorDisplay(t){this._el.content.removeChild(this._el.content_item),this._el.content_item=N.create("div","vco-media-item vco-media-loaderror",this._el.content),this._el.content_item.innerHTML="

"+t+"

",this.onLoaded(!0)}onLoaded(t){this._state.loaded=!0,this.fire("loaded",this.data),this.message&&this.message.hide(),t||this.showMeta(),this.updateDisplay()}onMediaLoaded(t){this._state.media_loaded=!0,this.fire("media_loaded",this.data),this._el.credit&&(this._el.credit.style.width=this._el.content_item.offsetWidth+"px"),this._el.caption&&(this._el.caption.style.width=this._el.content_item.offsetWidth+"px")}showMeta(t,e){this._state.show_meta=!0,this.data.credit&&""!=this.data.credit&&!this._el.credit&&(this._el.credit=N.create("div","vco-credit",this._el.content_container),this._el.credit.innerHTML=this.data.credit,this.options.credit_height=this._el.credit.offsetHeight),this.data.caption&&""!=this.data.caption&&!this._el.caption&&(this._el.caption=N.create("div","vco-caption",this._el.content_container),this._el.caption.innerHTML=this.data.caption,this.options.caption_height=this._el.caption.offsetHeight)}onAdd(){this.fire("added",this.data)}onRemove(){this.fire("removed",this.data)}_initLayout(){this.message=new ct({},this.options),this.message.addTo(this._el.container),this._el.content_container=N.create("div","vco-media-content-container",this._el.container),this.data.link&&""!=this.data.link?(this._el.link=N.create("a","vco-media-link",this._el.content_container),this._el.link.href=this.data.link,this.data.link_target&&""!=this.data.link_target?this._el.link.target=this.data.link_target:this._el.link.target="_blank",this._el.content=N.create("div","vco-media-content",this._el.link)):this._el.content=N.create("div","vco-media-content",this._el.content_container)}_updateDisplay(t,e,i){t&&(this.options.width=t),e&&(this.options.height=e),i&&(this.options.layout=i),this._el.credit&&(this.options.credit_height=this._el.credit.offsetHeight),this._el.caption&&(this.options.caption_height=this._el.caption.offsetHeight+5),this.updateMediaDisplay(this.options.layout)}_stopMedia(){}}T(dt,H);class pt extends dt{_loadMedia(){var t=this;this.message.updateMessage(j.messages.loading+" "+this.options.media_name),this.data.link?(this._el.content_link=N.create("a","",this._el.content),this._el.content_link.href=this.data.link,this._el.content_link.target="_blank",this._el.content_item=N.create("img","vco-media-item vco-media-image vco-media-shadow",this._el.content_link),this.data.link.match(/\.(jpg|jpeg|png|gif)$/i)&&this._el.content_link.addEventListener("click",(function(t){t.preventDefault(),document.getElementById("lightbox").innerHTML=`\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
`,document.getElementById("lightbox").style.display="block"}))):this._el.content_item=N.create("img","vco-media-item vco-media-image vco-media-shadow",this._el.content),this._el.content_item.addEventListener("load",(function(e){t.onMediaLoaded()})),this._el.content_item.src=this.data.url,this.onLoaded()}_updateMediaDisplay(t){w&&(this._el.content_item.style.width="auto")}}class _t extends dt{_loadMedia(){var t,e=this;this.message.updateMessage(j.messages.loading+" "+this.options.media_name),this.youtube_loaded=!1,this._el.content_item=N.create("div","vco-media-item vco-media-youtube vco-media-shadow",this._el.content),this._el.content_item.id=C(7),t=function(t){var e,i,o,n=[];(e=t.toString()).match("&")?e=e.replace("&","&"):e.match("&")?e=e.replace("&","&"):e.match("&")&&(e=e.replace("&","&")),o=e.slice(e.indexOf("?")+1).split("&");for(var s=0;s")?e.text_array=e.extract.split("

"):e.text_array.push(e.extract);for(var o=0;o"+e.text_array[o+1]);i="

"+e.title+"

",i+=""+j.messages.wikipedia+"",i+=e.text,e.extract.match("REDIRECT")||(this._el.content_item.innerHTML=i,this.onLoaded())}}updateMediaDisplay(){}_updateMediaDisplay(){}}class gt extends dt{_loadMedia(){var t,e=this;this.message.updateMessage(j.messages.loading+" "+this.options.media_name),this._el.content_item=N.create("div","vco-media-item vco-media-iframe vco-media-soundcloud vco-media-shadow",this._el.content),this.media_id=this.data.url,t="https://soundcloud.com/oembed?url="+this.media_id+"&format=json",fetch(t).then((t=>t.json().then((t=>{B("https://w.soundcloud.com/player/api.js",(function(){e.createMedia(t)}))}))))}createMedia(t){this._el.content_item.innerHTML=t.html,this.soundCloudCreated=!0,self.widget=SC.Widget(this._el.content_item.querySelector("iframe")),this.onLoaded()}_stopMedia(){this.soundCloudCreated&&self.widget.pause()}}class ft extends dt{_loadMedia(){var t;this.message.updateMessage(j.messages.loading+" "+this.options.media_name),this._el.content_item=N.create("div","vco-media-item vco-media-iframe vco-media-vimeo vco-media-shadow",this._el.content),this.media_id=this.data.url.split(/video\/|\/\/vimeo\.com\//)[1].split(/[?&]/)[0],t="https://player.vimeo.com/video/"+this.media_id+"?api=1&title=0&byline=0&portrait=0&color=ffffff",this.player=N.create("iframe","",this._el.content_item),this.player.width="100%",this.player.height="100%",this.player.frameBorder="0",this.player.src=t,this.onLoaded()}_updateMediaDisplay(){this._el.content_item.style.height=z({w:this._el.content_item.offsetWidth})+"px"}_stopMedia(){try{this.player.contentWindow.postMessage(JSON.stringify({method:"pause"}),"https://player.vimeo.com")}catch(t){console.log(t)}}}class vt extends dt{_loadMedia(){var t;this.message.updateMessage(j.messages.loading+" "+this.options.media_name),this._el.content_item=N.create("div","vco-media-item vco-media-iframe vco-media-dailymotion",this._el.content),this.data.url.match("video")?this.media_id=this.data.url.split("video/")[1].split(/[?&]/)[0]:this.media_id=this.data.url.split("embed/")[1].split(/[?&]/)[0],t="https://www.dailymotion.com/embed/video/"+this.media_id+"?api=postMessage",this._el.content_item.innerHTML="",this.onLoaded()}_updateMediaDisplay(){this._el.content_item.style.height=z({w:this._el.content_item.offsetWidth})+"px"}_stopMedia(){this._el.content_item.querySelector("iframe").contentWindow.postMessage('{"command":"pause","parameters":[]}',"*")}}class yt extends dt{_loadMedia(){var t;this.message.updateMessage(j.messages.loading+" "+this.options.media_name),this._el.content_item=N.create("div","vco-media-item vco-media-iframe vco-media-vine vco-media-shadow",this._el.content),this.media_id=this.data.url.split("vine.co/v/")[1],t="https://vine.co/v/"+this.media_id+"/embed/simple",this._el.content_item.innerHTML="\"\n\n\t\t// After Loaded\n\t\tthis.onLoaded();\n\t}\n\n\t// Update Media Display\n\t_updateMediaDisplay() {\n\t\tvar size = ratio.square({w:this._el.content_item.offsetWidth , h:this.options.height});\n\t\tthis._el.content_item.style.height = size.h + \"px\";\n\t}\n\n\t \t_stopMedia() {\n\t \t\tthis._el.content_item.querySelector(\"iframe\").contentWindow.postMessage('pause', '*');\n\t}\n\n}\n","import { Media } from \"../Media\"\nimport Dom from \"../../dom/Dom\"\nimport { Language } from \"../../language/Language\"\n\n/*\tMedia.Twitter\n\tProduces Twitter Display\n================================================== */\n\nexport default class Twitter extends Media {\n\t\n\t/*\tLoad the media\n\t================================================== */\n\t_loadMedia() {\n\t\tvar api_url,\n\t\t\tself = this;\n\t\t\t\n\t\t// Loading Message\n\t\tthis.message.updateMessage(Language.messages.loading + \" \" + this.options.media_name);\n\t\t\n\t\t// Create Dom element\n\t\tthis._el.content_item = Dom.create(\"div\", \"vco-media-twitter\", this._el.content);\n\t\t\n\t\t// Get Media ID\n\n let r = /twitter.com\\/(.+?)\\/status\\/(\\d+)/\n let match = r.exec(this.data.url);\n if (match) { \n this.user_id = match[1];\n this.media_id = match[2];\n }\n let callbackName = `twitterCallback_${this.media_id}`;\n api_url = `https://api.twitter.com/1/statuses/oembed.json?id=${this.media_id}&include_entities=true&callback=${callbackName}`;\n let callbackScript = document.createElement('script');\n window[callbackName] = function(data) {\n self.createMedia(data);\n };\n callbackScript.src = api_url;\n document.body.appendChild(callbackScript);\n\t}\n\n\tcreateMedia(d) {\t\n\t\tvar tweet\t\t\t\t= \"\",\n\t\t\ttweet_text\t\t\t= \"\",\n\t\t\ttweetuser\t\t\t= \"\",\n\t\t\ttweet_status_temp \t= \"\",\n\t\t\ttweet_status_url \t= \"\",\n\t\t\ttweet_status_date \t= \"\";\n\t\t\t\n\t\t//\tTWEET CONTENT\n\t\ttweet_text \t\t\t= d.html.split(\"<\\/p>\\—\")[0] + \"

\";\n\t\ttweetuser\t\t\t= d.author_url.split(\"twitter.com\\/\")[1];\n\t\ttweet_status_temp \t= d.html.split(\"<\\/p>\\—\")[1].split(\"\")[0];\n\t\ttweet_status_date \t= tweet_status_temp.split(\"\\\"\\>\")[1].split(\"<\\/a>\")[0];\n\t\t\n\t\t// Open links in new window\n\t\ttweet_text = tweet_text.replace(/\";\n\t\ttweet += \"\";\n\t\ttweet += \"\";\n\t\ttweet += \"\";\n\t\t\n\t\t\n\t\t// Add to DOM\n\t\tthis._el.content_item.innerHTML\t= tweet;\n\t\t\n\t\t// After Loaded\n\t\tthis.onLoaded();\n\t\t\t\n\t}\n\t\n\tupdateMediaDisplay() {\n\t\t\n\t}\n\t\n\t_updateMediaDisplay() {\n\t\t\n\t}\n\t\n}\n","import { Media } from \"../Media\"\nimport Dom from \"../../dom/Dom\"\nimport { Language } from \"../../language/Language\" \n\n/*\tMedia.Flickr\n\n================================================== */\n\nexport default class Flickr extends Media {\n\t\n\t/*\tLoad the media\n\t================================================== */\n\t_loadMedia() {\n\t\tvar api_url,\n\t\t\tself = this;\n\t\t\n\t\t// Loading Message\n\t\tthis.message.updateMessage(Language.messages.loading + \" \" + this.options.media_name);\n\t\t\n\t\t// Create Dom element\n\t\tthis._el.content_item\t= Dom.create(\"img\", \"vco-media-item vco-media-image vco-media-flickr vco-media-shadow\", this._el.content);\n\t\t\n\t\t// Media Loaded Event\n\t\tthis._el.content_item.addEventListener('load', function(e) {\n\t\t\tself.onMediaLoaded();\n\t\t});\n\t\t\n\t\t// Get Media ID\n\t\tthis.establishMediaID();\n\t\t\n\t\tapi_url = \"https://api.flickr.com/services/rest/?method=flickr.photos.getSizes&api_key=\" + this.options.api_key_flickr + \"&photo_id=\" + this.media_id + \"&format=json&nojsoncallback=1\";\n\t\t\n fetch(api_url).then(r => r.json().then(d => {\n if (d.stat == \"ok\") {\n self.createMedia(d);\n } else {\n\t\t\t\tself.loadErrorDisplay(\"Photo not found or private.\");\n }\n }));\n\t\t\n\t}\n\n\testablishMediaID() {\n\t\tvar marker = 'flickr.com/photos/';\n\t\tvar idx = this.data.url.indexOf(marker);\n\t\tif (idx == -1) { throw \"Invalid Flickr URL\"; }\n\t\tvar pos = idx + marker.length;\n\t\tthis.media_id = this.data.url.substr(pos).split(\"/\")[1];\n\t}\n\t\n\tcreateMedia(d) {\n\t\tvar best_size \t= this.sizes(this.options.height),\n\t\t\tsize \t\t= d.sizes.size[d.sizes.size.length - 2].source;\n\t\t\n\t\tfor(var i = 0; i < d.sizes.size.length; i++) {\n\t\t\tif (d.sizes.size[i].label == best_size) {\n\t\t\t\tsize = d.sizes.size[i].source;\n\t\t\t}\n\t\t}\n\t\t\n\t\t// Set Image Source\n\t\tthis._el.content_item.src\t\t\t= size;\n\t\t\n\t\t// After Loaded\n\t\tthis.onLoaded();\n\t}\n\t\n\tsizes(s) {\n\t\tvar _size = \"\";\n\t\t\n\t\tif (s <= 75) {\n\t\t\tif (s <= 0) {\n\t\t\t\t_size = \"Large\";\n\t\t\t} else {\n\t\t\t\t_size = \"Thumbnail\";\n\t\t\t}\n\t\t} else if (s <= 180) {\n\t\t\t_size = \"Small\";\n\t\t} else if (s <= 240) {\n\t\t\t_size = \"Small 320\";\n\t\t} else if (s <= 375) {\n\t\t\t_size = \"Medium\";\n\t\t} else if (s <= 480) {\n\t\t\t_size = \"Medium 640\";\n\t\t} else if (s <= 600) {\n\t\t\t_size = \"Large\";\n\t\t} else {\n\t\t\t_size = \"Large\";\n\t\t}\n\t\t\n\t\treturn _size;\n\t}\n\t\n}\n","import { Media } from \"../Media\"\nimport Dom from \"../../dom/Dom\"\nimport { Language } from \"../../language/Language\" \n\n/*\tMedia.GoogleDoc\n\n================================================== */\n\nexport default class GoogleDoc extends Media {\n\t\n\t/*\tLoad the media\n\t================================================== */\n\t_loadMedia() {\n\t\tvar api_url,\n\t\t\tself = this;\n\t\t\n\t\t// Loading Message\n\t\tthis.message.updateMessage(Language.messages.loading + \" \" + this.options.media_name);\n\t\t\n\t\t// Create Dom element\n\t\tthis._el.content_item\t= Dom.create(\"div\", \"vco-media-item vco-media-iframe\", this._el.content);\n\t\t\n\t\t// Get Media ID\n\t\tthis.media_id = this.data.url;\n\t\t\n\t\t// API URL\n\t\tapi_url = this.media_id;\n\t\t\n\t\t// API Call\n\t\tif (this.media_id.match(/docs.google.com/i)) {\n\t\t\tthis._el.content_item.innerHTML\t=\t\"\";\n\t\t} else {\n\t\t\tthis._el.content_item.innerHTML\t=\t\"\";\n\t\t}\n\t\t\n\t\t// After Loaded\n\t\tthis.onLoaded();\n\t}\n\t\n\t// Update Media Display\n\t_updateMediaDisplay() {\n\t\tthis._el.content_item.style.height = this.options.height + \"px\";\n\t}\n}\n","import { Media } from \"../Media\"\nimport Dom from \"../../dom/Dom\"\n\n/*\tMedia.SLider\n\tProduces a Slider\n\tTakes a data object and populates a dom object\n\tTODO\n\tPlaceholder\n================================================== */\n\nexport default class Slider extends Media {\n\t\n\t/*\tLoad the media\n\t================================================== */\n\t_loadMedia() {\n\t\t\n\t\tthis._el.content_item\t\t\t\t= Dom.create(\"img\", \"vco-media-item vco-media-image\", this._el.content);\n\t\tthis._el.content_item.src\t\t\t= this.data.url;\n\t\t\n\t\tthis.onLoaded();\n\t}\n\t\n}\n","import { Media } from \"../Media\"\nimport Dom from \"../../dom/Dom\"\nimport { Language } from \"../../language/Language\" \n\n/*\tMedia.IFrame\n================================================== */\n\nexport default class IFrame extends Media {\n\t\n\t/*\tLoad the media\n\t================================================== */\n\t_loadMedia() {\n\t\tself = this;\n\t\t\n\t\t// Loading Message\n\t\tthis.message.updateMessage(Language.messages.loading + \" \" + this.options.media_name);\n\t\t\n\t\t// Create Dom element\n\t\tthis._el.content_item\t= Dom.create(\"div\", \"vco-media-item vco-media-iframe\", this._el.content);\n\t\t\n\t\t// Get Media ID\n\t\tthis.media_id = this.data.url;\n\t\t\n\t\t// API URL\n\t\tlet iframe = this.media_id;\n\n\t\t// API Call\n\t\tthis._el.content_item.innerHTML = iframe;\n\t\t\n\t\t// After Loaded\n\t\tthis.onLoaded();\n\t}\n\t\n\t// Update Media Display\n\t_updateMediaDisplay() {\n\t\tthis._el.content_item.style.height = this.options.height + \"px\";\n\t}\n\t\n}\n","import { Media } from \"../Media\"\nimport Dom from \"../../dom/Dom\"\nimport { Language } from \"../../language/Language\"\n\n/*\tMedia.Website\n================================================== */\n\nexport default class Website extends Media {\n\t\n\t_loadMedia() {\n\t\tthis.message.updateMessage(Language.messages.loading + \" \" + this.options.media_name);\n\t\tthis._el.content_item\t= Dom.create(\"div\", \"vco-media-item vco-media-iframe\", this._el.content);\n\t\tthis.media_id = this.data.url;\n\t\tlet iframe = `