html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  overflow: hidden;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 100%;
  height: 100%;
  background: #fff;
  -ms-user-select: none;
  -webkit-user-select: none;
}
#info-btn {
  width: 38px;
  height: 37px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 16px;
  right: 16px;
  background: url("");
  background-size: 100%;
  background-repeat: no-repeat;
}
#info-btn:hover {
  background-position: 0 -76px;
}
#info-btn.show {
  background-position: 0 -38px;
}
#info-overlay {
  width: 100%;
  height: 100%;
  background: #fff;
  left: 100%;
  top: 0px;
  position: absolute;
  z-index: 6;
  text-align: center;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  display:none;
}
#info-overlay.show {
  opacity: 1;
  left: 0px;
}
#info-overlay #text {
  position: absolute;
  width: 70%;
  height: 80%;
  display: table;
  top: 0px;
  left: 15%;
}
#info-overlay #text h1 {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  line-height: 40px;
}
#info-overlay #text h1 a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #0000FF;
}
#info-overlay #social {
  position: fixed;
  left: 50%;
  bottom: 80px;
  width: 200px;
  height: 40px;
  margin: 0 0 0 -100px;
  text-align: center;
}
#info-overlay #social #fb {
  float: left;
  width: 100px;
  height: 40px;
  display: inline-block;
}
#info-overlay #social #tw {
  float: left;
  width: 100px;
}
#info-overlay #credits {
  position: fixed;
  width: 520px;
  bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  left: 50%;
  margin: 0 0 0 -260px;
}
#info-overlay #credits a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  float: left;
  margin: 0 25px 0 0;
  background-repeat: no-repeat;
  background-size: 100% !important;
  background-position: center center !important;
}
#info-overlay #credits a:last-child {
  margin-right: 0px;
}
#info-overlay #credits a span {
  display: none;
}
#info-overlay #credits a#universalscene {
  width: 140px;
  height: 40px;
  background-image: url("");
}
#info-overlay #credits a#lassekorsgaard {
  width: 145px;
  height: 40px;
  background-image: url("");
}
#info-overlay #credits a#cplu {
  width: 59px;
  height: 40px;
  background-image: url("");
}
#info-overlay #credits a#thatshit {
  width: 93px;
  height: 40px;
  background-image: url("");
}
#sound-btn {
  width: 38px;
  height: 37px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 16px;
  right: 60px;
  background: url("");
  background-size: 100%;
  background-repeat: no-repeat;
}
#sound-btn.muted,
#sound-btn:hover {
  background-position: 0 -38px;
}
#preload {
  display: none;
  top: -5000px;
  left: -5000px;
  position: fixed;
}
#wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: url(''), default;
  z-index:-10;
}
#wrapper #background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: repeat !important;
  background-position: center center !important;
  background-size:cover;
  z-index:-1000;
}


#wrapper #center {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center !important;
  z-index:1;
}

#wrapper #ad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:2;
}

.tab {
border:green 5px solid;
z-index:100;
}

.tab .handle {
background-color:green;
}

.slidecontainer {
  width: 20vw; /* Width of the outside container */
  top:1em;
  right:1em;
  opacity:0;
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  position:absolute;
  
}
.slidecontainer:hover {
  opacity:100;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.5; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

#speeddisplay {
text-align:center;
padding-top:10px;
font-size: 1em;
color: white;
text-shadow: black 0px 0px 10px;
}