
@-webkit-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

@-moz-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

@-o-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

@keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

#back {
  background: url(../images/back.png) repeat 20% 20%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -1;
  -webkit-animation-name: backgroundAnimate;
  -webkit-animation-duration: 500s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: backgroundAnimate;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: backgroundAnimate;
  -o-animation-duration: 500s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: backgroundAnimate;
  animation-duration: 500s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#front {
  background: url(../images/front.png) repeat 35% 35%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
  -webkit-animation-name: backgroundAnimate;
  -webkit-animation-duration: 300s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: backgroundAnimate;
  -moz-animation-duration: 300s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: backgroundAnimate;
  -o-animation-duration: 300s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: backgroundAnimate;
  animation-duration: 300s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


#dashboard {
	margin: 20px auto 20px auto;
	position: relative;
	width: 150px;
	height: 100px;
	border-top: 5px dashed #FFD700;
	border-left: 5px dashed #FFD700;
	border-right: 5px dashed #FFD700;

	-webkit-box-shadow: 0 0 0 5px #555, inset 0 0 0 5px #555, 0 0 0 10px #333,0 13px 5px rgba(0,0,0,.2),inset 0 2px 50px 50px #555;
	box-shadow: 0 0 0 5px #555, inset 0 0 0 5px #555, 0 0 0 10px #333,0 13px 5px rgba(0,0,0,.2),inset 0 2px 50px 50px #555;
	border-radius: 200px 200px 50px 50px;
	background: #555;
}

#dashboard:after {
	content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0Max";
	position: absolute;
	left: 50%;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	bottom: 5px;
	width: 30px;
	height: 30px;
	background: #333;
	color: #777;
	margin-left: -15px;
	border-radius: 30px;
	line-height: 50px;

	-webkit-box-shadow: inset 0 0 10px #222,0 2px 2px #444;
	box-shadow: inset 0 0 10px #222,0 2px 2px #444;
}

#dashboard:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 1px;
	border: 0px solid transparent;
	border-left: 15px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 80px solid #EE2222;
	bottom: 20px;
	left: 50%;
	margin-left: -15px;

	-webkit-transform: rotate(-96deg);
	-moz-transform: rotate(-96deg);
	-o-transform: rotate(-96deg);
	-ms-transform: rotate(-96deg);
	transform: rotate(-96deg);

	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;

	-webkit-animation: boost .2s infinite;
	-moz-animation: boost .2s infinite;
	-ms-animation: boost .2s infinite;
	-o-animation: boost .2s infinite;
	animation: boost .2s infinite;
}

@keyframes "boost" {
 from {
    -webkit-transform: rotate(86deg);
   	-moz-transform: rotate(86deg);
   	-o-transform: rotate(86deg);
   	-ms-transform: rotate(86deg);
   	transform: rotate(86deg);
 }
 50% {
    -webkit-transform: rotate(90deg);
   	-moz-transform: rotate(90deg);
   	-o-transform: rotate(90deg);
   	-ms-transform: rotate(90deg);
   	transform: rotate(90deg);
 }
 to {
    -webkit-transform: rotate(86deg);
   	-moz-transform: rotate(86deg);
   	-o-transform: rotate(86deg);
   	-ms-transform: rotate(86deg);
   	transform: rotate(86deg);
 }

}

@-moz-keyframes boost {
 from {
   -moz-transform: rotate(86deg);
   transform: rotate(86deg);
 }
 50% {
   -moz-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 to {
   -moz-transform: rotate(86deg);
   transform: rotate(86deg);
 }

}

@-webkit-keyframes "boost" {
 from {
   -webkit-transform: rotate(86deg);
   transform: rotate(86deg);
 }
 50% {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 to {
   -webkit-transform: rotate(86deg);
   transform: rotate(86deg);
 }

}

@-ms-keyframes "boost" {
 from {
   -ms-transform: rotate(86deg);
   transform: rotate(86deg);
 }
 50% {
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 to {
   -ms-transform: rotate(86deg);
   transform: rotate(86deg);
 }

}

@-o-keyframes "boost" {
 from {
   -o-transform: rotate(86deg);
   transform: rotate(86deg);
 }
 50% {
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 to {
   -o-transform: rotate(86deg);
   transform: rotate(86deg);
 }

}






.housing {
  margin: 20px auto;
  position: relative;
  width: 280px;
  height: 756px;
  border-radius: 2px;
  border: 8px solid #151515;
  background-color: #151515;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2);
}

.door {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-style: solid;
  border-color: #191919;
  border-width: 3px 12px;
  background-color: rgba(230, 230, 230, 0.1);
  z-index: 50;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.door.open {
  -webkit-transform: rotateY(135deg) skew(0, -10deg);
  -moz-transform: rotateY(135deg) skew(0, -10deg);
  -ms-transform: rotateY(135deg) skew(0, -10deg);
  -o-transform: rotateY(135deg) skew(0, -10deg);
  transform: rotateY(135deg) skew(0, -10deg);
}
.door .handle {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 6px;
  height: 63px;
  border-radius: 2px;
  background-color: #888;
  box-shadow: 0 0 4px 1px rgba(40, 40, 40, 0.25);
  cursor: pointer;
}
.door .handle:hover {
  background-color: #bbb;
}
.door .handle:active {
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  -o-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

.foot {
  position: absolute;
  bottom: -14px;
  width: 10%;
  height: 6px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #888;
}
.foot:nth-of-type(1) {
  left: 0;
}
.foot:nth-of-type(2) {
  right: 0;
}

.rack {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
}
.rack a {
  text-decoration: none;
  color: #16A8C7;
}
.rack a:hover {
  text-decoration: none;
}

.rack li {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #282828;
  background-image: -webkit-linear-gradient(top, #282828, #222, #282828);
  background-image: linear-gradient(to bottom,#282828, #222, #282828);
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
}
.rack li:first-of-type {
  border-top: none;
}
.rack li:last-of-type {
  border-bottom: none;
}
.rack li:active {
  opacity: 0.5;
}
.rack li:active .light {
  background-color: transparent !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}
.rack li .light {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #444;
}
.rack li .light:nth-of-type(1) {
  left: 18px;
  background-color: #16A8C7;
}
.rack li .light:nth-of-type(2) {
  left: 26px;
  -webkit-animation: 2s blink infinite;
  -moz-animation: 2s blink infinite;
  animation: 2s blink infinite;
}

.small {
  height: 18px;
  line-height: 17px;
  font-size: 0.6em;
}

.medium {
  height: 36px;
  line-height: 35px;
  font-size: 0.7em;
}

.large {
  height: 54px;
  line-height: 53px;
  font-size: 0.8em;
}

@-webkit-keyframes blink {
  0%,
  70%,
  90% {
    background-color: #66bb6a;
  }
  80%,
  100% {
    background-color: #ffa726;
  }
}
@-moz-keyframes blink {
  0%,
  70%,
  90% {
    background-color: #66bb6a;
  }
  80%,
  100% {
    background-color: #ffa726;
  }
}
@keyframes blink {
  0%,
  70%,
  90% {
    background-color: #66bb6a;
  }
  80%,
  100% {
    background-color: #ffa726;
  }
}
.rack li:nth-of-type(1) .light:nth-of-type(2) {
  -webkit-animation-delay: 958ms;
  -moz-animation-delay: 958ms;
  animation-delay: 958ms;
}

.rack li:nth-of-type(2) .light:nth-of-type(2) {
  -webkit-animation-delay: 571ms;
  -moz-animation-delay: 571ms;
  animation-delay: 571ms;
}

.rack li:nth-of-type(3) .light:nth-of-type(2) {
  -webkit-animation-delay: 161ms;
  -moz-animation-delay: 161ms;
  animation-delay: 161ms;
}

.rack li:nth-of-type(4) .light:nth-of-type(2) {
  -webkit-animation-delay: 989ms;
  -moz-animation-delay: 989ms;
  animation-delay: 989ms;
}

.rack li:nth-of-type(5) .light:nth-of-type(2) {
  -webkit-animation-delay: 258ms;
  -moz-animation-delay: 258ms;
  animation-delay: 258ms;
}

.rack li:nth-of-type(6) .light:nth-of-type(2) {
  -webkit-animation-delay: 702ms;
  -moz-animation-delay: 702ms;
  animation-delay: 702ms;
}

.rack li:nth-of-type(7) .light:nth-of-type(2) {
  -webkit-animation-delay: 171ms;
  -moz-animation-delay: 171ms;
  animation-delay: 171ms;
}

.rack li:nth-of-type(8) .light:nth-of-type(2) {
  -webkit-animation-delay: 135ms;
  -moz-animation-delay: 135ms;
  animation-delay: 135ms;
}

.rack li:nth-of-type(9) .light:nth-of-type(2) {
  -webkit-animation-delay: 454ms;
  -moz-animation-delay: 454ms;
  animation-delay: 454ms;
}

.rack li:nth-of-type(10) .light:nth-of-type(2) {
  -webkit-animation-delay: 804ms;
  -moz-animation-delay: 804ms;
  animation-delay: 804ms;
}

.rack li:nth-of-type(11) .light:nth-of-type(2) {
  -webkit-animation-delay: 88ms;
  -moz-animation-delay: 88ms;
  animation-delay: 88ms;
}

.rack li:nth-of-type(12) .light:nth-of-type(2) {
  -webkit-animation-delay: 950ms;
  -moz-animation-delay: 950ms;
  animation-delay: 950ms;
}

.rack li:nth-of-type(13) .light:nth-of-type(2) {
  -webkit-animation-delay: 55ms;
  -moz-animation-delay: 55ms;
  animation-delay: 55ms;
}

.rack li:nth-of-type(14) .light:nth-of-type(2) {
  -webkit-animation-delay: 629ms;
  -moz-animation-delay: 629ms;
  animation-delay: 629ms;
}

.rack li:nth-of-type(15) .light:nth-of-type(2) {
  -webkit-animation-delay: 454ms;
  -moz-animation-delay: 454ms;
  animation-delay: 454ms;
}

.rack li:nth-of-type(16) .light:nth-of-type(2) {
  -webkit-animation-delay: 227ms;
  -moz-animation-delay: 227ms;
  animation-delay: 227ms;
}

.rack li:nth-of-type(17) .light:nth-of-type(2) {
  -webkit-animation-delay: 559ms;
  -moz-animation-delay: 559ms;
  animation-delay: 559ms;
}

.rack li:nth-of-type(18) .light:nth-of-type(2) {
  -webkit-animation-delay: 653ms;
  -moz-animation-delay: 653ms;
  animation-delay: 653ms;
}

.rack li:nth-of-type(19) .light:nth-of-type(2) {
  -webkit-animation-delay: 598ms;
  -moz-animation-delay: 598ms;
  animation-delay: 598ms;
}

.rack li:nth-of-type(20) .light:nth-of-type(2) {
  -webkit-animation-delay: 49ms;
  -moz-animation-delay: 49ms;
  animation-delay: 49ms;
}

.rack li:nth-of-type(21) .light:nth-of-type(2) {
  -webkit-animation-delay: 454ms;
  -moz-animation-delay: 454ms;
  animation-delay: 454ms;
}

.rack li:nth-of-type(22) .light:nth-of-type(2) {
  -webkit-animation-delay: 289ms;
  -moz-animation-delay: 289ms;
  animation-delay: 289ms;
}

.rack li:nth-of-type(23) .light:nth-of-type(2) {
  -webkit-animation-delay: 978ms;
  -moz-animation-delay: 978ms;
  animation-delay: 978ms;
}

.rack li:nth-of-type(24) .light:nth-of-type(2) {
  -webkit-animation-delay: 753ms;
  -moz-animation-delay: 753ms;
  animation-delay: 753ms;
}

.rack li:nth-of-type(25) .light:nth-of-type(2) {
  -webkit-animation-delay: 173ms;
  -moz-animation-delay: 173ms;
  animation-delay: 173ms;
}

.rack li:nth-of-type(26) .light:nth-of-type(2) {
  -webkit-animation-delay: 447ms;
  -moz-animation-delay: 447ms;
  animation-delay: 447ms;
}

.rack li:nth-of-type(27) .light:nth-of-type(2) {
  -webkit-animation-delay: 924ms;
  -moz-animation-delay: 924ms;
  animation-delay: 924ms;
}

.rack li:nth-of-type(28) .light:nth-of-type(2) {
  -webkit-animation-delay: 77ms;
  -moz-animation-delay: 77ms;
  animation-delay: 77ms;
}

.rack li:nth-of-type(29) .light:nth-of-type(2) {
  -webkit-animation-delay: 280ms;
  -moz-animation-delay: 280ms;
  animation-delay: 280ms;
}

.rack li:nth-of-type(30) .light:nth-of-type(2) {
  -webkit-animation-delay: 843ms;
  -moz-animation-delay: 843ms;
  animation-delay: 843ms;
}

.rack li:nth-of-type(31) .light:nth-of-type(2) {
  -webkit-animation-delay: 9ms;
  -moz-animation-delay: 9ms;
  animation-delay: 9ms;
}

.rack li:nth-of-type(32) .light:nth-of-type(2) {
  -webkit-animation-delay: 374ms;
  -moz-animation-delay: 374ms;
  animation-delay: 374ms;
}

.rack li:nth-of-type(33) .light:nth-of-type(2) {
  -webkit-animation-delay: 813ms;
  -moz-animation-delay: 813ms;
  animation-delay: 813ms;
}

.rack li:nth-of-type(34) .light:nth-of-type(2) {
  -webkit-animation-delay: 533ms;
  -moz-animation-delay: 533ms;
  animation-delay: 533ms;
}

.rack li:nth-of-type(35) .light:nth-of-type(2) {
  -webkit-animation-delay: 758ms;
  -moz-animation-delay: 758ms;
  animation-delay: 758ms;
}

.rack li:nth-of-type(36) .light:nth-of-type(2) {
  -webkit-animation-delay: 803ms;
  -moz-animation-delay: 803ms;
  animation-delay: 803ms;
}

.rack li:nth-of-type(37) .light:nth-of-type(2) {
  -webkit-animation-delay: 462ms;
  -moz-animation-delay: 462ms;
  animation-delay: 462ms;
}

.rack li:nth-of-type(38) .light:nth-of-type(2) {
  -webkit-animation-delay: 362ms;
  -moz-animation-delay: 362ms;
  animation-delay: 362ms;
}

.rack li:nth-of-type(39) .light:nth-of-type(2) {
  -webkit-animation-delay: 54ms;
  -moz-animation-delay: 54ms;
  animation-delay: 54ms;
}

.rack li:nth-of-type(40) .light:nth-of-type(2) {
  -webkit-animation-delay: 569ms;
  -moz-animation-delay: 569ms;
  animation-delay: 569ms;
}

.rack li:nth-of-type(41) .light:nth-of-type(2) {
  -webkit-animation-delay: 779ms;
  -moz-animation-delay: 779ms;
  animation-delay: 779ms;
}

.rack li:nth-of-type(42) .light:nth-of-type(2) {
  -webkit-animation-delay: 604ms;
  -moz-animation-delay: 604ms;
  animation-delay: 604ms;
}

