body {
  font-family: "Lato", sans-serif;
  background: #2A051D;
  background-image: radial-gradient(#690311, #000624);
}
#graph {
  width: 800px;
  height: 500px;
}
#search {
  position: fixed;
  right: 70px;
  top: 60px;
  z-index: 1000;
  display: none;
}
@media(max-width: 600px) {
  #search {
    right: 20px;
    top: 20px;
  }
}
#search input {
  background: rgba(0,0,0,0.4);
  border: 2px solid #ff0000;
  outline: none;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
}
.title {
  position: fixed;
  left: 70px;
  top: 70px;
  z-index: 1000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
@media(max-width: 600px) {
  .title {
    left: 20px;
    top: 20px;
  }
}
#total {
 right: 40px;
 top: 40px;
 color: #fff;
 font-size: 20px;
 position: fixed;
 z-index: 1000;
 display: none;
}
#graph {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#info {
  position: fixed;
  right: 40px;
  top: 120px;
  width: 400px;
  z-index: 1000;
  font-size: 16px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding: 40px;
  display: none;
  overflow: hidden;
}
@media(max-width: 600px) {
  #info {
    background: rgba(0,0,0,0.6);
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 13px;
    max-height: 150px;
    overflow-y: scroll;
  }
}
#menu {
  position: fixed;
  width: 150px;
  left: 40;
  top: 120px;
  z-index: 1000;
  display: none;

}
#menu button {
  display: block;
  background: rgba(24, 26, 31, 0.7);
  border: none;
  width: 100%;
  color: #fff;
  padding: 10px;
  border: 1px solid #777;
  margin: 5px 0 5px 0;
  cursor: pointer;
  outline: none;
}
#menu button:hover {
  opacity: 0.5;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
 .loader {
   position: fixed;
   width: 100%;
   height: 100%;
   background: ;
   left: 0;
   top: 0;
   background: rgba(24, 26, 31, 0.1);
   z-index: 2000;
   color: #fff;

 }
 .loader .intro {
   text-align: center;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   display: none;
 }

 .loader h1 {
   letter-spacing: 10px;
 }
 .loader .intro p {
   max-width: 500px;
   margin: 0 auto;
   font-size: 14px;
   line-height: 1.6;
 }
 @media(max-width: 600px) {
   .loader .intro p {
     max-width: 70%;
     margin: 0 auto;
   }
 }
 .loader .lds-roller {
   position: fixed;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   top: 40%;
 }
 .loader button {
   margin: 20px;
   background: none;
   border: none;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 5px;
   outline: none;
   cursor: pointer;
 }
 label {
   font-size: 12px;
   white-space: nowrap;
 }
 label span {
   opacity: 0.6;
 }
input[type=range] {
height: 22px;
-webkit-appearance: none;
margin: 10px 0;
width: 100%;
background: transparent;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
cursor: pointer;
animate: 0.2s;
box-shadow: 1px 1px 1px #50555C;
background: #50555C;
border-radius: 0px;
border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 0px 0px 0px #000000;
border: 0px solid #000000;
height: 16px;
width: 10px;
border-radius: 12px;
background: #EE0707;
cursor: pointer;
-webkit-appearance: none;
margin-top: -4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #50555C;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 4px;
cursor: pointer;
animate: 0.2s;
box-shadow: 1px 1px 1px #50555C;
background: #50555C;
border-radius: 0px;
border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
box-shadow: 0px 0px 0px #000000;
border: 0px solid #000000;
height: 16px;
width: 10px;
border-radius: 12px;
background: #EE0707;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 4px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #50555C;
border: 0px solid #000000;
border-radius: 0px;
box-shadow: 1px 1px 1px #50555C;
}
input[type=range]::-ms-fill-upper {
background: #50555C;
border: 0px solid #000000;
border-radius: 0px;
box-shadow: 1px 1px 1px #50555C;
}
input[type=range]::-ms-thumb {
margin-top: 1px;
box-shadow: 0px 0px 0px #000000;
border: 0px solid #000000;
height: 16px;
width: 10px;
border-radius: 12px;
background: #EE0707;
cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
background: #50555C;
}
input[type=range]:focus::-ms-fill-upper {
background: #50555C;
}
 .controls {
   padding: 70px;
   width: 100%;
   position: fixed;
   left: 0;
   bottom: 0;
   z-index: 10;
   color: #fff;
   display: none;
 }
 @media(max-width: 600px) {
   .controls {
     left: 20px;
     bottom: auto;
     top: 60px;
     width: 50px;
     padding: 0px;
   }
 }
 @media(max-width: 700px) {
   .controls .ui-control {
     display: none;
   }
 }
 .btn {
   background: rgba(0,0,0,0.5);
   color: #fff;
   width: 40px;
   height: 40px;
   font-size: 11px;
   border-radius: 50%;
   border: 1px solid #555;
   cursor: pointer;
   outline: none;
   margin: 0 10px 10px 0;
 }
 .btn:hover {
   opacity: 0.5;
   color: #fff;
 }
 #reset-btn {
   text-indent: -9999px;
   background: url('/assets/home.png') no-repeat center center;
   background-size: 50%;
 }
 #play-btn {
   text-indent: -9999px;
   background: url('/assets/rotate.png') no-repeat center center;
   background-size: 50%;
 }
 #fly-btn {
   text-indent: -9999px;
   background: url('/assets/fly.png') no-repeat center center;
   background-size: 50%;
 }
 #about-btn {
   text-indent: -9999px;
   background: url('/assets/about.png') no-repeat center center;
   background-size: 10%;
 }
 #enter-btn {
   display: none;
 }
 .btn.active {
   border: 2px solid #ff0000;
   outline: none;
 }
 .text {
   margin: 0 0 10px 0;
 }

 .date {
   color: #999;
   font-size: 12px;
   margin: 0 0 10px 0;
 }
 .meta {
   color: #999;
   margin: 0 0 10px 0;
   font-size: 12px;
 }
 .meta span {
   color: #ccc;
 }
 .text-align-right {
   text-align: right;
 }
 .irs--round .irs-line {
   background-color: #555;
 }
 .irs--round .irs-to {
   background-color: #A60017;
 }
 .irs--round .irs-to:before {
   border-top-color: #A60017;
 }
 .irs--round .irs-from {
   background-color: #A60017;
 }
 .irs--round .irs-from:before {
   border-top-color: #A60017;
 }
 .irs--round .irs-single {
   background-color: #A60017;
 }
 .irs--round .irs-single:before {
   border-top-color: #A60017;
 }
 .irs--round .irs-bar {
   background-color: #A60017;
 }
 .irs--round .irs-handle {
   border-color: #A60017;
 }
 .ui-control {
   opacity: 0.6;
 }
 .graphafi-legal {
   position: fixed !important;
   z-index: 1000000 !important;
 }
