.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0
}
.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
    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-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none!important
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden
}
.leaflet-tile-loaded {
    visibility: inherit
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800
}
.leaflet-overlay-pane svg {
    -moz-user-select: none
}
.leaflet-pane {
    z-index: 400
}
.leaflet-tile-pane {
    z-index: 200
}
.leaflet-overlay-pane {
    z-index: 400
}
.leaflet-shadow-pane {
    z-index: 500
}
.leaflet-marker-pane {
    z-index: 600
}
.leaflet-popup-pane {
    z-index: 700
}
.leaflet-map-pane canvas {
    z-index: 100
}
.leaflet-map-pane svg {
    z-index: 200
}
.leaflet-vml-shape {
    width: 1px;
    height: 1px
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}
.leaflet-control {
    position: relative;
    z-index: 800;
    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
}
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}
.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}
.leaflet-interactive {
    cursor: pointer
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}
.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, .5)
}
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(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: #000
}
.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: 0
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}
.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: 700 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
}
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    background: #fff;
    border-radius: 5px
}
.leaflet-control-layers-toggle {
    background-image: url(../images/layers.png);
    width: 36px;
    height: 36px
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../images/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-scrollbar {
    overflow-y: scroll;
    padding-right: 5px
}
.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
}
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, .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: 0;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, .5)
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: 0;
    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, .2);
    background-clip: padding-box
}
.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: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    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=.70710678, M12=.70710678, M21=-.70710678, M22=.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
}
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}
html {
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif
}
#container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.show-intro #controls,
.show-content #controls {
    display: none
}
#controls {
    display: block;
    position: absolute;
    right: 10px;
    top: 80px;
    width: 1.625em;
    z-index: 10
}
#controls a {
    display: block;
    position: relative;
    width: 1.625em;
    height: 1.625em;
    background-color: #fff;
    line-height: 1.9em;
    text-align: center;
    text-decoration: none;
    color: #000
}
#controls a.disabled,
#controls a.disabled:hover,
#controls a.disabled:active,
#controls a.disabled:focus {
    color: #999;
    background-color: #eee;
    pointer-events: none;
    cursor: default
}
#controls .controls-group {
    display: block;
    margin-bottom: .8em;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4)
}
#controls a+a {
    border-top: 1px solid #ccc
}
#controls a span {
    display: block;
    position: relative
}
#controls a:hover {
    background-color: #eee
}
#controls a.zoom i {
    font-size: .8em
}
#controls a.fullscreen,
#controls a.geolocate {
    display: block
}
#controls a.geolocate.active {
    color: #57f;
    animation: blink 1s ease-in-out 0s infinite alternate
}
@keyframes blink {
    0% {
        text-shadow: 0 0 2px rgba(85, 119, 255, 0)
    }
    100% {
        text-shadow: 0 0 2px rgba(85, 119, 255, 1)
    }
}
#controls a.spin span {
    transform-origin: 53% 42%;
    animation: spin 1s ease 0s infinite normal
}
#controls .zoom-out {
    line-height: 1.7em
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
.has-fullscreen #controls a.fullscreen,
.has-geolocation #controls a.geolocate {
    display: block
}
#controls a.twitter:hover {
    background-color: #00aced;
    color: #fff
}
#controls a.facebook:hover {
    background-color: #3b5998;
    color: #fff
}
#controls a.googleplus:hover {
    background-color: #dd4b39;
    color: #fff
}
.has-touch #controls {
    top: 10px;
    left: 5px;
    right: 5px;
    width: auto;
    height: 1.625em;
    z-index: 100;
    text-align: center
}
.has-touch #controls a.fullscreen,
.has-touch #controls a.geolocate {
    display: none
}
.has-touch.has-fullscreen #controls a.fullscreen,
.has-touch.has-geolocation #controls a.geolocate,
.has-touch #controls a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border-top-width: 0;
    width: 1.8em;
    height: 1.8em;
    background-color: #fff;
    line-height: 2em
}
.has-touch #controls a+a {
    border-left: 1px solid #ccc
}
.has-touch #controls .controls-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: .5em;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .3)
}
#intro {
    display: none
}
.show-intro #intro {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    text-align: center;
    padding: 20vh 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}
#intro h1,
#intro h2 {

    margin: 0;
    padding: 0;
    line-height: 1em
}
#intro h1 {
    font-weight: 1;
    display: inline-block;
    border-radius: 0.1em;
    font-size: 1.2vh;
    padding: 1em 1em 1em;
    background-color: #F8C000;
    color: #000;
    text-decoration: none;
    -webkit-transition: background-color, box-shadow 200ms ease-out;
    -moz-transition: background-color, box-shadow 200ms ease-out;
    -o-transition: background-color, box-shadow 200ms ease-out;
    transition: background-color, box-shadow 200ms ease-out;
    font-weight: 3000;
    margin-top: .7em;
    margin-left: .5em;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5)

}
#intro h2 {
    font-weight: 10;
    display: inline-block;
    border-radius: 0.1em;
    font-size: 2vh;
    padding: 1em 1em 1em;
    background-color: #F8C000;
    color: #000;
    text-decoration: none;
    -webkit-transition: background-color, box-shadow 200ms ease-out;
    -moz-transition: background-color, box-shadow 200ms ease-out;
    -o-transition: background-color, box-shadow 200ms ease-out;
    transition: background-color, box-shadow 200ms ease-out;
    font-weight: 3000;
    margin-top: .7em;
    margin-left: .5em;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    text-shadow: 0 0 1px rgba(0, 0, 0, .1)
}
#button-start {
    display: none
}
.ready #button-explore,
.ready #button-start {
    display: inline-block;
    border-radius: 1em;
    font-size: 3.5vh;
    padding: .3em .8em .2em;
    background-color: #F8C000;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color, box-shadow 200ms ease-out;
    -moz-transition: background-color, box-shadow 200ms ease-out;
    -o-transition: background-color, box-shadow 200ms ease-out;
    transition: background-color, box-shadow 200ms ease-out;
    font-weight: 300;
    margin-top: .7em;
    margin-left: .5em;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    text-shadow: 0 0 30px rgba(0, 0, 0, .5)
}
#button-explore:hover,
#button-start:hover {
    background-color: #d00;
    box-shadow: 0 0 30px rgba(0, 0, 0, .75)
}
#button-explore i,
#button-start i {
    font-size: .85em;
    vertical-align: -9%
}
@media (max-width: 500px) {
    #intro h1 {
        font-size: 5em;
        margin-top: 20px
    }
    #intro p {
        font-size: 2.5em
    }
}
.content {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    min-width: 300px;
    background-color: rgba(0, 0, 0, .67);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
    pointer-events: auto
}
.small .content {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto
}
.content-wrapper {
    position: relative;
    margin: 8vh auto 0;
    height: 84vh;
    width: 90%;
    max-width: 600px;
    max-height: 780px
}
.small .content-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 20px 20px 40px
}
.col2 {
    width: 50%;
    float: left
}
.col2left {
    text-align: left
}
.col2right {
    text-align: right
}
.content h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: 300;
    font-size: 2.5em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}
.small .content h2 {
    font-size: 1.6em;
    margin: 0 0 10px;
    padding: 0
}
.content p,
.content .nav {
    color: #fff;
    margin: 20px 0 0;
    padding: 0;
    line-height: 1.4em;
    font-weight: 300;
    font-size: 1.5em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}
.small .content p,
.small .content .nav {
    font-size: 1em
}
.content p a {
    color: #F8C000
}
.content .nav {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px
}
.show-explore .content .nav {
    display: none
}
.small .content .nav {}.content .nav .goto {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 15px 2px;
    text-decoration: none;
    -webkit-transition: background-color, box-shadow 200ms ease-out;
    -moz-transition: background-color, box-shadow 200ms ease-out;
    -o-transition: background-color, box-shadow 200ms ease-out;
    transition: background-color, box-shadow 200ms ease-out
}
.content .goto-explore {
    position: absolute;
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    text-align: center;
    font-size: 1.2em;
    line-height: 1em;
    right: 0;
    top: 0;
    background-color: #aaa;
    color: #000;
    border-radius: 100%;
    text-decoration: none;
    margin: 0;
    padding: .55em .5em .45em;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out
}
.content .goto-explore:hover {
    background-color: #ddd
}
.small .content .goto-explore {
    top: 15px;
    right: 20px;
    font-size: .9em
}
.content .goto-explore i {
    font-size: .9em
}
.content .nav .goto i {
    font-size: .9em;
    vertical-align: -9%
}
.content .nav .goto-red {
    background-color: #F8C000;
    color: #fff
}
.content .nav .goto-grey {
    background-color: #555;
    color: #ccc
}
.content .nav .goto-red:hover {
    background-color: #d00;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .5)
}
.content .nav .goto-grey:hover {
    background-color: #666;
    color: #fff;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .5)
}
.small .content .content-text {
    display: block;
    position: relative;
    margin: 0;
    padding-bottom: 25px;
    overflow-x: hidden;
    overflow-y: auto
}
.small .content .content-text p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 3.6vmin
}
#content-1928 {
    z-index: 2
}
#content-2015 {
    z-index: 6
}
#map-base {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}
#map-clip {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden!important;
    border-left: 1px solid #F8C000;
    pointer-events: none
}
#map-clip-inner {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0
}
#map-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}
#map-overlay * {
    pointer-events: none
}
.leaflet-control-container .leaflet-top.leaflet-right {
    top: 70px
}
.marker-wrapper {
    display: block
}
.marker-info {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(204, 0, 0, 1);
    border-radius: 16px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 1);
    text-align: center;
    width: 8px;
    height: 8px;
    margin-left: 12px;
    margin-top: 12px;
    font-size: 6px;
    line-height: 9px;
    -webkit-appearance: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}
.marker-wrapper.hover .marker-info {
    background-color: rgba(204, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 1);
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-top: 0;
    font-size: 23px;
    line-height: 36px
}
.my-location-icon {
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    background-color: #34f;
    border-radius: 20px
}
#control-slider {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-color: #F8C000;
    border-radius: 100%;
    text-align: center;
    line-height: 44px;
    font-size: 1em;
    z-index: 10;
    font-weight: 700;
    color: #000;
    cursor: ew-resize;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    text-shadow: 0 0 2px rgba(0, 0, 0, .1);
    -webkit-transition: top 500ms ease-out;
    -moz-transition: top 500ms ease-out;
    -o-transition: top 500ms ease-out;
    transition: top 500ms ease-out
}
.has-touch.show-explore #control-slider {
    top: 50px
}
#control-slider i {
    margin: 0 -.2em
}
#control-slider::before,
#control-slider::after {
    display: block;
    position: absolute;
    padding: 1px 10px 0;
    top: 8px;
    z-index: -1;
    color: #000;
    font-size: 1em;
    font-weight: 700;
    height: 23px;
    line-height: 22px;
    background-color: #F8C000;
    letter-spacing: .1em;
    border-radius: 7px
}
#control-slider::before {
    content: "1945";
    text-align: right;
    padding-right: 40px;
    right: 0
}
#control-slider::after {
    content: "Now";
    text-align: left;
    padding-left: 40px;
    left: 0
}
#credit {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 30;
    padding: 0 10px 5px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}
#credit a {
    display: inline-block;
    float: left;
    position: relative;
    text-decoration: none;
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto
}
#source,
#author {
    width: 280px;
    height: 16px;
    color: #fff;
    font-size: .8em;
    line-height: 16px;
    text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 10px #000;
    padding: 0;
    text-align: right;
    font-weight: 400;
    margin-top: 6px
}
#author {
    margin-left: -280px;
    margin-top: 28px
}
#melb45 {
    color: transparent;
    height: 102px;
    width: 182px;
    background: url(images/CartoucheSm.png) center center no-repeat;
    background-size: contain;
    margin-left: 10px;
    padding: 0
}
.small #credit {
    line-height: .9em;
    padding: 2px 0 5px;
    background-color: rgba(0, 0, 0, .8);
    margin: 0;
    left: 0;
    text-align: center
}
.small #credit a {
    display: inline;
    float: none;
    width: auto;
    height: auto;
    font-size: .7em;
    color: #aaa;
    background: 0;
    text-shadow: none;
    margin: 0 8px 0 0;
    padding: 0;
    line-height: .9em;
    white-space: nowrap
}
.small #credit span {
    color: #666
}


#share {
    display: none
}
.show-share #share {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}
#share-content {
    display: block;
    position: relative;
    width: 300px;
    height: 100px;
    margin: -60px -170px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    z-index: 2;
    padding: 20px
}
.has-touch #share-content {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    border-radius: 0
}
#share-content h2 {
    margin: 0 0 .5em;
    padding: 0;
    font-weight: 300
}
#share-content input[type=text] {
    display: block;
    position: relative;
    width: 100%;
    font-size: 1em;
    padding: .3em;
    margin: 0 -.3em 1em;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 7px
}
#share-content #share-hide {
    display: block;
    position: absolute;
    right: 8px;
    top: 0;
    color: #999;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4em
}
#share-hide-backdrop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1
}