html, body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    padding:0;
	height: 100%;
	width: 100%;
	font-family: sans-serif, 'Helvetica';
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
    background: rgba(40,40,40,1);
    /*cursor: none;*/
	-webkit-user-select: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-smooth: always;
}
#world {
    z-index: 3;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 100%;
	width: 100%;
    /*cursor: none;*/
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
    perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#wormsCanvas {
    z-index:2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#animationCanvas {
    z-index:1;
	position: absolute;
	top:0;
    right: 0;
	bottom:0;
	left: 0;
    width: 100%;
    height: 100%;
	margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#spaceCanvas {
    z-index:1;
	position: absolute;
	top:0;
    right: 0;
	bottom:0;
	left: 0;
	margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#keyboardOrientation {
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 0;
    width:100%;
    height: 0;
    color: aquamarine;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#keyboard {
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 120px;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateZ(50px); 
	-moz-transform: translateZ(50px); 
	-ms-transform: translateZ(50px); 
	-o-transform: translateZ(50px);
     transform: translateZ(50px);
    -webkit-animation: float 8s infinite ease;
    -moz-animation: float 8s infinite ease;
    -ms-animation: float 8s infinite ease;
    -o-animation: float 8s infinite ease;
    animation: float 8s infinite ease;
}
@-webkit-keyframes float {
    0%, 100%   { 
        -webkit-transform: translateZ(50px) rotateX(1deg) rotateY(1deg) rotateZ(-1deg); 
    }
    25%   { 
        -webkit-transform: translateZ(50px) rotateX(1deg) rotateY(-1deg) rotateZ(1deg); 
    }
    50%   { 
        -webkit-transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(1deg); 
    }
    75%   { 
        -webkit-transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(-1deg); 
    }
}
@-moz-keyframes float {
    0%, 100%   { 
        -moz-transform: translateZ(50px) rotateX(1deg) rotateY(1deg) rotateZ(-1deg); 
    }
    25%   { 
        -moz-transform: translateZ(50px) rotateX(1deg) rotateY(-1deg) rotateZ(1deg); 
    }
    50%   { 
        -moz-transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(1deg); 
    }
    75%   { 
        -moz-transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(-1deg); 
    }
}
@-ms-keyframes float {
    0%, 100%   { 
        -ms-transform: translateZ(50px) rotateX(1deg) rotateY(1deg) rotateZ(-1deg); 
    }
    25%   { 
        -ms-transform: translateZ(50px) rotateX(1deg) rotateY(-1deg) rotateZ(1deg); 
    }
    50%   { 
        -ms-transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(1deg); 
    }
    75%   { 
        -ms-transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(-1deg); 
    }
}
@-o-keyframes float {
    0%, 100%   { 
        -o-transform: translateZ(50px) rotateX(1deg) rotateY(1deg) rotateZ(-1deg); 
    }
    25%   { 
        -o-transform: translateZ(50px) rotateX(1deg) rotateY(-1deg) rotateZ(1deg); 
    }
    50%   { 
        -o-transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(1deg); 
    }
    75%   { 
        -o-transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(-1deg); 
    }
}
@keyframes float {
    0%, 100%   { 
        transform: translateZ(50px) rotateX(1deg) rotateY(1deg) rotateZ(-1deg); 
    }
    25%   { 
        transform: translateZ(50px) rotateX(1deg) rotateY(-1deg) rotateZ(1deg); 
    }
    50%   { 
        transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(1deg); 
    }
    75%   { 
        transform: translateZ(50px) rotateX(-1deg) rotateY(1deg) rotateZ(-1deg); 
    }
}
#controlKeyboard {
    z-index:4;
    position: fixed;
	right: 0;
	bottom: 30px;
	left: 0;
	margin: auto;
	width: 364px;
    opacity: 1;
    color: aquamarine;
    text-align: center;
    -webkit-transform: translateZ(0); 
	-moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
	-o-transform: translateZ(0);
     transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#controlKeyboard.showControl {
    opacity:1;
    -webkit-transform: translateZ(0); 
	-moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
	-o-transform: translateZ(0);
     transform: translateZ(0);
}
#controlKeyboard .volume {
    position: relative;
    float: left;
	margin: auto;
	width: 68px;
	height: 20px;
    margin: 0 5px;
    line-height: 20px;
    text-align: center;
	border: 1px solid aquamarine;
    background: rgba(40,40,40,0.6);
    -webkit-transform: translateZ(0); 
	-moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
	-o-transform: translateZ(0);
     transform: translateZ(0);
}
#controlKeyboard .handle {
    background: aquamarine;
}
.volume span {
    opacity:0.8;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.volume:hover span{
    opacity:0;
}
.handle {
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
    opacity:0.4;
}
.volume .handle {
    opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.volume:hover .handle{
    opacity:0.4;
}
#octaveContainer {
    position: relative;
    float: left;
    width:122px;
    height: 20px;
    border: 1px solid aquamarine;
    background: rgba(40,40,40,0.6);
    margin: 0 5px;
}
#octaveContainer span{
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    width:100%;
    height: 100%;
    line-height: 20px;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#octaveContainer:hover span{
    opacity:0;
}
.octave {
    position: relative;
    float:left;
    width: 40px;
    height: 100%;
    line-height: 20px;
    opacity: 0;
    border-right: 1px solid rgba(127, 255, 212, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#octaveContainer:hover .octave{
    opacity:1;
}
.octave:last-child {
    border:none;
}
.octave:hover{
    opacity: 1;
    color:rgba(40,40,40,1);
    background: aquamarine;
}
#instrumentsContainer {
    position: relative;
    float: left;
    width:122px;
    height: 22px;
    margin: 0 5px;
}
#instrumentsOverflow {
    position: absolute;
    bottom:0;
	margin: auto;
    width:120px;
    height: 20px;
    overflow: hidden;
    border: 1px solid aquamarine;
    background: rgba(40,40,40,0.8);
    color: aquamarine;
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
/*#instrumentsOverflow:hover{
    height:83px;
}*/
#instruments {
    position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    width:120px;
    height: 83px;
}
.instrument {
    width:120px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(127, 255, 212, 0.2);
}
.instrument:hover {
    background: aquamarine;
    color:rgba(40,40,40,1)
}
.instrument:last-child {
    border:none;
}
.infoKey {
    position:absolute;
	right: 0;
	top: -60px;
	left: 0;
	margin: auto;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid aquamarine;
    font-size: 12px;
    background: rgba(40,40,40,0.6);
    opacity:0;
    -webkit-transform:translateZ(-80px); 
	-moz-transform:translateZ(-80px); 
	-ms-transform:  translateZ(-80px); 
	-o-transform: translateZ(-80px);
     transform: translateZ(-80px);
    -webkit-transition: opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
	-moz-transition: opacity 0.1s linear, -moz-transform 0.2s ease-in-out;
	-ms-transition: opacity 0.1s linear, -ms-transform 0.2s ease-in-out;
	-o-transition: opacity 0.1s linear, -o-transform 0.2s ease-in-out;
    transition: opacity 0.1s linear, transform 0.2s ease-in-out;
}
#keyboardOrientation:hover .infoKey {
    opacity:1;
    -webkit-transform: translateZ(-50px); 
	-moz-transform: translateZ(-50px); 
	-ms-transform: translateZ(-50px); 
	-o-transform: translateZ(-50px);
     transform: translateZ(-50px);
}
.keyContainer {
    position: relative;
    float: left;
    margin: 5px;
    height: 10px;
    width: 50px;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.key {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    opacity: 1;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.key .face {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    text-align: center;
    -webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.active .key {
    -webkit-transform:scaleY(0.4) translateY(10px);
    -moz-transform:scaleY(0.4) translateY(10px);
    -ms-transform:scaleY(0.4) translateY(10px);
    -o-transform:scaleY(0.4) translateY(10px);
    transform:scaleY(0.4) translateY(10px);
}
.active .infoKey {
    background: aquamarine;
    color: rgba(40,40,40,1);
}
.white .face {
    background: rgba(132, 255, 214, 0.5) ;
    border: 1px solid rgba(40,40,40,1);
    -webkit-box-shadow: inset  0 0 0 1px rgba(0,0,0,0);
	-moz-box-shadow: inset  0 0 0 1px rgba(0,0,0,0);
	-ms-box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
	-o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
}
.black .face {
    background: rgba(40,40,40,0.5);
    border: 1px solid aquamarine;
    -webkit-box-shadow: inset  0 0 0 1px rgba(0,0,0,0);
	-moz-box-shadow: inset  0 0 0 1px rgba(0,0,0,0);
	-ms-box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
	-o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
}
.key .front,
.key .back {
  width: 48px;
  height: 8px;
}
.key .right,
.key .left {
  width: 98px;
  height: 8px;
}

.key .top,
.key .bottom {
  width: 48px;
  height: 98px;
}
.key .front  { 
	transform: rotateY(0deg) translateZ(50px);
	-webkit-transform: rotateY(0deg) translateZ(50px); 
	-moz-transform: rotateY(0deg) translateZ(50px); 
	-ms-transform: rotateY(0deg) translateZ(50px); 
	-o-transform: rotateY(0deg) translateZ(50px); 
	}
.key .back   { 
	transform: rotateX(180deg) translateZ(50px); 
	-webkit-transform: rotateX(180deg) translateZ(50px);
	-moz-transform: rotateX(180deg) translateZ(50px);
	-ms-transform: rotateX(180deg) translateZ(50px);
	-o-transform: rotateX(180deg) translateZ(50px);
	}
.key .top { 
	transform: rotateX(90deg) translateZ(5px); 
	-webkit-transform: rotateX(90deg) translateZ(5px);
	-moz-transform: rotateX(90deg) translateZ(50px);
	-ms-transform: rotateX(90deg) translateZ(5px);
	-o-transform: rotateX(90deg) translateZ(5px);
	}
	
.key .bottom { 
	transform: rotateX(-90deg) translateZ(5px);
	-webkit-transform: rotateX(-90deg) translateZ(5px);
	-moz-transform: rotateX(-90deg) translateZ(-40px);
	-ms-transform: rotateX(-90deg) translateZ(5px);
	-o-transform: rotateX(-90deg) translateZ(5px);
	}	
.key .left  { 
	transform: rotateY(90deg) translateZ(-50px); 
	-webkit-transform: rotateY(90deg) translateZ(-50px); 
	-moz-transform: rotateY(90deg) translateZ(-50px); 
	-ms-transform: rotateY(90deg) translateZ(-50px); 
	-o-transform: rotateY(90deg) translateZ(-50px); 
	}
	
.key .right { 
	transform: rotateY(-90deg) translateZ(0px);
	-webkit-transform: rotateY(-90deg) translateZ(0px);
	-moz-transform: rotateY(-90deg) translateZ(0px);
	-ms-transform: rotateY(-90deg) translateZ(0px);
	-o-transform: rotateY(-90deg) translateZ(0px); 
	}
#player {
	z-index:4;
	position: absolute;
	width: 320px;
	height: 75px;
	top: 40px;
	left: 40px;
    color: salmon;
	-webkit-transition: height 0.2s ease-in-out;
	-moz-transition: height 0.2s ease-in-out;
	-ms-transition: height 0.2s ease-in-out;
	-o-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}
#playlist {
	z-index:4;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
	border: 1px solid salmon;
    background: rgba(40,40,40,0.6);
	-webkit-transition: height 0.2s ease-in-out;
	-moz-transition: height 0.2s ease-in-out;
	-ms-transition: height 0.2s ease-in-out;
	-o-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}
.track {
	position: relative;
	display: block;
	width: 85%;
	height: 40px;
	line-height: 40px;
	padding: 0 7.5%;
	font-size: 10px;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.track:hover {
	background: salmon;
	color: rgba(40,40,40,0.8)
}
.title {
	position: absolute;
	line-height: 12px;
}
.title span {
	opacity: 0.5;
}
#control {
	z-index: 999;
	position: absolute;
	margin: auto;
	height: 20px;
	width: calc(100% + 2px);
}
.button {
	position: relative;
	float: left;
	width: 30px;
	height: 20px;
	margin-right: 5px;
	border: 1px solid salmon;
    background: rgba(40,40,40,0.6);
}
#control .button:last-child {
    margin-right:0;
}
#playPause {
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#playPause svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	fill: none;
	stroke-width: 1px;
	stroke: salmon;
	backface-visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#playPause:hover {
    background: salmon;
}
#playPause:hover svg{
    stroke: rgba(40,40,40,1);
}
#player .volume {
	width: 70px;
    line-height: 20px;
    text-align: center;
	border: 1px solid salmon;
}
#progress {
	width: 206px;
	border: 1px solid salmon;
}
#player .handle {
	background: salmon;
}
.volume .containerHandle {
    position: absolute;
    top:0;right:0;bottom:0;left:0;
    margin:0;
    width:100%;
    z-index: 20;
}
.volume .handle {
	left: 50%;
}
.volume span {
	z-index: 10;
}
#time {
	position: relative;
	height: 100%;
	width: 20px;
	right: 0;
	left: 0;
	margin: auto;
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 10px;
	text-align: center;
}
#uploadInput {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#uploadInfo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 120px;
	height: 35px;
	line-height: 14px;
	color: salmon;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#uploadInfo img {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	margin: auto;
	height: 15px;
	width: 15px;
}
#progressBar {
    position: absolute;
    margin-top: 6px;
    height:1px;
    width:100%;
    background: rgba(250,128,114,0.2);
    opacity: 0;
}
#progressBar span {
    position: absolute;
    top:0;bottom:0;left:0;
    margin: auto;
    height:100%;
    width:0%;
    background: salmon;
}