@import url("https://fonts.googleapis.com/css?family=Lora:400,700&subset=latin-ext");
body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #FFF;
  font-family: 'Lora', serif;
  font-size: 14px; }

h1 {
  font-weight: 700;
  font-size: 25.66667px; }

h2 {
  font-weight: 700;
  font-size: 23.33333px; }

h3 {
  font-weight: 700;
  font-size: 21px; }

h4 {
  font-weight: 700;
  font-size: 18.66667px; }

h5 {
  font-weight: 700;
  font-size: 16.33333px; }

h6 {
  font-weight: 700;
  font-size: 14px; }

.shadow {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75); }

.map {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #191919;
  width: 100%; }

.circle {
  border-radius: 100%; }

.center {
  display: flex;
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  align-items: center;
  justify-content: center; }

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  pointer-events: none; }

.spinner, .spinner:after {
  border-radius: 50%;
  width: 56px;
  height: 56px; }

.gone {
  display: none !important; }

.spinner {
  margin: 4px;
  font-size: 13px;
  position: relative;
  text-indent: -9999em;
  border: 0.4em solid rgba(39, 207, 195, 0.2);
  border-left-color: #27CFC3;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.dialog {
  color: #191919;
  background: #FFF;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3px; }

w
#timeline {
  color: #000;
  height: 40px;
  width: 240px;
  background: white;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  margin: 8px 8px 8px -120px;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around; }
  w
#timeline .button {
    cursor: pointer;
    user-select: none; }
