/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #ffffff;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ffffff;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
.noSelect {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2011 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translatex(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translatex(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translatex(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translatex(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translatex(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translatex(10px);
  }
}
@-ms-keyframes shake {
  0%,
  100% {
    -ms-transform: translatex(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -ms-transform: translatex(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -ms-transform: translatex(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translatex(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translatex(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translatex(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translatex(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translatex(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translatex(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(1000px) rotatey(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(1000px) translatez(150px) rotatey(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(1000px) translatez(150px) rotatey(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(1000px) rotatey(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(1000px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(1000px) rotatey(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(1000px) translatez(150px) rotatey(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(1000px) translatez(150px) rotatey(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(1000px) rotatey(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(1000px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-ms-keyframes flip {
  0% {
    -ms-transform: perspective(1000px) rotatey(0);
    -ms-animation-timing-function: ease-out;
  }
  40% {
    -ms-transform: perspective(1000px) translatez(150px) rotatey(170deg);
    -ms-animation-timing-function: ease-out;
  }
  50% {
    -ms-transform: perspective(1000px) translatez(150px) rotatey(190deg) scale(1);
    -ms-animation-timing-function: ease-in;
  }
  80% {
    -ms-transform: perspective(1000px) rotatey(360deg) scale(0.95);
    -ms-animation-timing-function: ease-in;
  }
  100% {
    -ms-transform: perspective(1000px) scale(1);
    -ms-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(1000px) rotatey(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(1000px) translatez(150px) rotatey(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(1000px) translatez(150px) rotatey(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(1000px) rotatey(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(1000px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(1000px) rotatey(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(1000px) translatez(150px) rotatey(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(1000px) translatez(150px) rotatey(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(1000px) rotatey(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(1000px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(1000px) rotatex(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(1000px) rotatex(45deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
}
@-ms-keyframes flipInX {
  0% {
    -ms-transform: perspective(1000px) rotatex(45deg);
    opacity: 0;
  }
  100% {
    -ms-transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(1000px) rotatex(45deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(1000px) rotatex(45deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotatex(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(1000px) rotatex(90deg);
    opacity: 0;
  }
}
@-ms-keyframes flipOutX {
  0% {
    -ms-transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(1000px) rotatex(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(1000px) rotatex(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(1000px) rotatex(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotatex(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -ms-animation-name: flipOutX;
  -ms-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(1000px) rotatey(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(1000px) rotatey(45deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
}
@-ms-keyframes flipInY {
  0% {
    -ms-transform: perspective(1000px) rotatey(45deg);
    opacity: 0;
  }
  100% {
    -ms-transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(1000px) rotatey(45deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(1000px) rotatey(45deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotatey(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(1000px) rotatey(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes flipOutY {
  0% {
    -ms-transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(1000px) rotatey(-90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(1000px) rotatey(-90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(1000px) rotatey(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotatey(-90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/* ===== Primary Styles ========================================================
   Author: Uli Schöberl
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
}
@media only screen and (max-height: 700px) {
  body,
  html {
    overflow: auto;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern" 1;
  min-height: 500px;
  color: #eeeeee;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "ITC Luna W01 Regular";
}
body.loaded {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
body {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
a,
a:visited {
  color: #ffffff;
  text-decoration: none;
  font-family: "ITC Luna W01 Bold";
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none;
}
a:hover,
a:visited:hover,
a:active,
a:visited:active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  color: white;
  outline: none;
}
ul {
  list-style-type: none;
}
section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 10;
  left: 0;
  top: 0;
  display: none;
}
section .paper-bg {
  position: relative;
  width: 1280px;
  height: 100%;
  background: url(../img/paper.jpg);
  z-index: 1;
  margin: 0 auto;
}
.ec_open {
  display: block;
}
header {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 100;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}
header h1 {
  margin: 0;
  padding: 30px 0 0 40px;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
header h1 img {
  display: block;
}
header h1:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
header #notification {
  position: absolute;
  left: 50%;
  top: 1.5em;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}
header #applink {
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 30px;
  text-align: right;
}
#state-intro header,
#state-intro footer,
#state-loading header,
#state-loading footer,
#state-init header,
#state-init footer {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#intro {
  width: 200px;
  height: 400px;
  margin: 40px auto;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}
#intro #startsite {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#intro #iwrap {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-height: 500px) {
  #intro {
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -100px;
  }
}
#intro .sc-player {
  display: none;
}
#state-loading #intro,
#state-intro #intro {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.shareicons a {
  display: inline-block;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  margin-bottom: 0.5em;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999em;
  margin-right: 10px;
  padding-top: 40px;
  -webkit-transition: all 0.9 cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.9 cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.9 cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.9 cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.9 cubic-bezier(0.19, 1, 0.22, 1);
}
.shareicons a.fb {
  background: url(../img/mini_fb.png) no-repeat center center;
}
.shareicons a.tw {
  background: url(../img/mini_tw.png) no-repeat center center;
}
.shareicons a.sc {
  background: url(../img/mini_sc.png) no-repeat center center;
}
.shareicons a.emailunlock {
  margin: 50px auto 0 auto;
  padding: 0;
  background: url(../img/mini_down.png) no-repeat center 0;
}
.shareicons a.emailunlock:hover {
  background-position: center 3px;
}
.shareicons a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#player {
  height: 100%;
  position: relative;
  z-index: 30;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
#player #controls {
  height: 700px;
  position: relative;
  z-index: 30;
  overflow: hidden;
  width: 100%;
}
#player #controls #tracks {
  margin: 0;
  padding: 0;
  width: 999em;
  height: 100%;
  left: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#player #controls #tracks li {
  float: left;
  position: relative;
  width: 1280px;
}
#player #controls #tracks li .pwrap {
  background: transparent url(../img/tri.black.png) center 0 no-repeat;
  width: 340px;
  height: 680px;
  text-align: center;
  margin: 0;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#player #controls #tracks li .pwrap .player {
  width: 250px;
  padding-bottom: 50px;
  padding-top: 225px;
  position: relative;
  height: 380px;
  overflow: hidden;
  margin: 0 auto;
}
#player #controls #tracks li .sigilis {
  position: absolute;
  top: 70px;
  left: 94px;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#player #controls #tracks li .share {
  width: 150px;
  margin: 0 auto;
  -webkit-transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#player #controls #tracks li.active .sigilis {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#player #controls #tracks li.active .share {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#player #controls #tracks li.active .sc-player {
  height: 40px;
  visibility: visible;
  overflow: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#player #controls #tracks li .sc-player {
  height: 1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#player #controls #tracks li h1 {
  color: #ffffff;
  width: 74%;
  margin: -28px auto 10px auto;
  font-size: 1em;
}
#player #controls #tracks li h1 b {
  font-weight: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  padding-top: 30px;
  margin-top: -30px;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#player #controls #tracks li h1 span {
  position: relative;
  font-family: 'Times New Roman', serif;
  display: inline-block;
  padding: 0 15px 0 15px;
  font-size: 40px;
  font-weight: normal;
  background: black;
}
#player #controls #tracks li h1 span span {
  font-size: 0.3em;
  position: absolute;
  padding: 0;
  top: 20px;
  left: 30px;
  display: none;
}
#player #controls #tracks li.next .player,
#player #controls #tracks li.previous .player {
  padding-top: 310px;
}
#player #controls #tracks li.next .player h1 b,
#player #controls #tracks li.previous .player h1 b {
  height: 1px;
  color: black;
}
#player #controls #tracks li.previous {
  cursor: w-resize;
}
#player #controls #tracks li.next {
  cursor: e-resize;
}
#player #controls #tracks li.previous .pwrap {
  text-align: right;
}
#player #controls #tracks li.next .pwrap {
  text-align: left;
}
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
  -webkit-perspective: 8000px;
  -moz-perspective: 8000px;
  -ms-perspective: 8000px;
  -o-perspective: 8000px;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
#app a:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}
#app.ec_open {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#app.onAnimateOut.ec_open {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#app .vignette {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: transformz(-250px);
  -moz-transform: transformz(-250px);
  -ms-transform: transformz(-250px);
  -o-transform: transformz(-250px);
  transform: transformz(-250px);
}
#app #appwrap {
  width: 1280px;
  margin: 0 auto;
  height: 100%;
  z-index: 20;
}
@media only screen and (min-height: 700px) {
  #app #appwrap {
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -640px;
    z-index: 20;
  }
}
#app #appwrap > div {
  z-index: 20;
}
#app .ipad {
  padding: 75px;
  width: 530px;
  max-width: 100%;
  height: 650px;
  margin: 0 auto;
  background: url(../img/ipad.png?v1) no-repeat center center;
  background-size: 100%;
  position: relative;
  cursor: pointer;
  display: block;
}
#app .ipad img {
  max-width: 100%;
  height: auto;
  visibility: hidden;
}
@media only screen and (min-width: 1100px) {
  #app .logowrap,
  #app .hint {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -60px;
  }
  #app .hint {
    left: auto;
    right: 5%;
  }
}
#app .showplayer {
  position: fixed;
  top: 0;
  width: 160px;
  height: 102px;
  left: 50%;
  margin-left: -80px;
  display: block;
  padding-top: 30px;
  background: url(../img/tri.black.png) no-repeat center -450px;
  z-index: 20;
}
#newsletter {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
#newsletter.ec_open {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#newsletter.onAnimateOut.ec_open {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#newsletter h1 {
  display: block;
  margin-bottom: 0;
}
#newsletter p {
  margin-top: 0;
}
#newsletter #formwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -300px;
  width: 350px;
  height: 500px;
  text-align: center;
  z-index: 30;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.8);
}
#newsletter #formwrap span.label {
  display: block;
  width: 100%;
  font-size: 0.95em;
  color: #ccc;
}
#newsletter #formwrap form {
  padding-top: 1.5em;
}
#newsletter #formwrap form > div {
  margin-bottom: 1.5em;
}
#newsletter #formwrap input {
  color: #EEE;
  font-family: "ITC Luna W01 Regular";
  border: none;
  display: block;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none;
  line-height: 1.4em;
  padding-top: .4em;
  vertical-align: middle;
  text-transform: uppercase;
}
#newsletter #formwrap input[type=text],
#newsletter #formwrap input[type=email] {
  background: none;
  background-color: rgba(0, 0, 0, 0.7);
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #141414), color-stop(1, #040404));
  background: -moz-linear-gradient(center bottom, #141414 0%, #040404 100%);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) inset;
  text-align: center;
  font-size: 1.2em;
  margin: 0 auto;
  width: 300px;
}
#newsletter #formwrap input[type=text]:focus,
#newsletter #formwrap input[type=email]:focus {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}
#newsletter #formwrap input[type=submit] {
  padding: 10px;
  margin: 0 auto;
  width: 150px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #050505), color-stop(1, #1e1e1e));
  background: -moz-linear-gradient(center bottom, #050505 0%, #1e1e1e 100%);
  color: #999;
}
#newsletter #formwrap input[type=submit]:hover,
#newsletter #formwrap input[type=submit]:active {
  color: #EEE;
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #141414), color-stop(1, #040404));
  background: -moz-linear-gradient(center bottom, #141414 0%, #040404 100%);
  -webkit-box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2);
}
#fullscreen {
  position: fixed;
  padding: 5px;
  background: #222;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 0.9em;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
}
footer {
  width: 100%;
  text-align: center;
  position: absolute;
  position: fixed;
  overflow: visible;
  z-index: 40;
  bottom: 0;
  left: 0;
}
footer #likewrap {
  position: absolute;
  z-index: 41;
  right: 1em;
  bottom: 2em;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
footer .shareicons a {
  margin-top: 5px;
}
footer .showfooter {
  display: block;
  padding: 0.7em 0 1.3em;
  font-weight: bold;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
footer:hover .showfooter {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
footer:hover #pressinfo {
  height: 80px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
footer:hover #pressinfo li {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
footer .footer_ext {
  display: none;
  position: absolute;
  background: black;
  padding: 1em;
  border: 1px solid red;
  bottom: 50px;
  left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  z-index: 50;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
footer li:hover .footer_ext {
  display: block;
}
footer #pressinfo {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 1px;
  *zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  font-size: 0.9em;
  text-transform: none;
  background: black;
  padding: 0 1em 1em 1em;
  width: auto;
  margin: 0 auto;
}
footer #pressinfo li {
  margin: 0;
  padding: 0;
  display: inline;
  padding-left: 1.5em;
  padding-bottom: 1em;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
footer #pressinfo li a {
  padding-left: 0.3em;
  line-height: 35px;
  vertical-align: middle;
}
footer #pressinfo li:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
footer #pressinfo p {
  width: 100%;
}
footer.ec_open {
  background: black;
}
footer.ec_open #pressinfo {
  display: block;
}
#pre img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  position: absolute;
}
.no-touch .touch-only,
.touch .no-touch-only {
  display: none;
}
.vignette,
#stage,
#world,
#world > div,
#bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.vignette {
  z-index: 5;
  background: url(../img/vignette.png) no-repeat center center;
  background-size: 100% 100%;
  width: 1280px;
  left: 50%;
  margin-left: -640px;
}
#stage,
.onAnimateOut.ec_open #stage {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.ec_open #stage {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.ec_open.playing #stage {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.ec_open.playing #stage #world {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#stage {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -640px;
  overflow: hidden;
  width: 1280px;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 3s linear;
  -moz-transition: opacity 3s linear;
  -ms-transition: opacity 3s linear;
  -o-transition: opacity 3s linear;
  transition: opacity 3s linear;
}
#stage #world {
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 3s linear;
  -moz-transition: opacity 3s linear;
  -ms-transition: opacity 3s linear;
  -o-transition: opacity 3s linear;
  transition: opacity 3s linear;
}
#stage #world .linecloud {
  background: none;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: centerRotate;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: centerRotate;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: centerRotate;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: centerRotate;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: centerRotate;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 1400px;
  height: 1400px;
  position: absolute;
  top: 50%;
  margin-top: -700px;
  left: 50%;
  margin-left: -700px;
  z-index: 2;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
#stage #world .cloud {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  z-index: 2;
  overflow: visible;
  width: 1000px;
  height: 500px;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -250px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bgCloudOverlayMovement;
  -webkit-animation-duration: 190s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: bgCloudOverlayMovement;
  -moz-animation-duration: 190s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: bgCloudOverlayMovement;
  -ms-animation-duration: 190s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: bgCloudOverlayMovement;
  -o-animation-duration: 190s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: bgCloudOverlayMovement;
  animation-duration: 190s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#stage #world .cloud#cloud2 {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-animation-duration: 220s;
}
#stage #world .cloud#cloud2 img {
  -webkit-transform: scale(1.5);
}
#stage #world .cloud#cloud3 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  left: 20%;
  -webkit-animation-duration: 270s;
}
#stage #world .cloud#cloud3 img {
  -webkit-transform: rotate(180deg) scale(2.5);
}
#stage #bg {
  background-position: 0 center;
  background-repeat: repeat;
  overflow: hidden;
  z-index: 1;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 3s ease-out;
  -moz-transition: opacity 3s ease-out;
  -ms-transition: opacity 3s ease-out;
  -o-transition: opacity 3s ease-out;
  transition: opacity 3s ease-out;
}
#stage #bg img {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bgCloudMove;
  -webkit-animation-duration: 140s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: bgCloudMove;
  -moz-animation-duration: 140s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: bgCloudMove;
  -ms-animation-duration: 140s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: bgCloudMove;
  -o-animation-duration: 140s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: bgCloudMove;
  animation-duration: 140s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.playing #stage #bg {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
@-webkit-keyframes bgCloudOverlayMovement {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(360deg) translate(-50%, 80%);
    -moz-transform: rotate(360deg) translate(-50%, 80%);
    -ms-transform: rotate(360deg) translate(-50%, 80%);
    -o-transform: rotate(360deg) translate(-50%, 80%);
    transform: rotate(360deg) translate(-50%, 80%);
  }
  5% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  40% {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  55% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  70% {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  95% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(80%, -50%);
    -moz-transform: rotate(0deg) translate(80%, -50%);
    -ms-transform: rotate(0deg) translate(80%, -50%);
    -o-transform: rotate(0deg) translate(80%, -50%);
    transform: rotate(0deg) translate(80%, -50%);
  }
}
@-moz-keyframes bgCloudOverlayMovement {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(360deg) translate(-50%, 80%);
    -moz-transform: rotate(360deg) translate(-50%, 80%);
    -ms-transform: rotate(360deg) translate(-50%, 80%);
    -o-transform: rotate(360deg) translate(-50%, 80%);
    transform: rotate(360deg) translate(-50%, 80%);
  }
  5% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  40% {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  55% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  70% {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  95% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(80%, -50%);
    -moz-transform: rotate(0deg) translate(80%, -50%);
    -ms-transform: rotate(0deg) translate(80%, -50%);
    -o-transform: rotate(0deg) translate(80%, -50%);
    transform: rotate(0deg) translate(80%, -50%);
  }
}
@-ms-keyframes bgCloudOverlayMovement {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(360deg) translate(-50%, 80%);
    -moz-transform: rotate(360deg) translate(-50%, 80%);
    -ms-transform: rotate(360deg) translate(-50%, 80%);
    -o-transform: rotate(360deg) translate(-50%, 80%);
    transform: rotate(360deg) translate(-50%, 80%);
  }
  5% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  40% {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  55% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  70% {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  95% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(80%, -50%);
    -moz-transform: rotate(0deg) translate(80%, -50%);
    -ms-transform: rotate(0deg) translate(80%, -50%);
    -o-transform: rotate(0deg) translate(80%, -50%);
    transform: rotate(0deg) translate(80%, -50%);
  }
}
@keyframes bgCloudOverlayMovement {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(360deg) translate(-50%, 80%);
    -moz-transform: rotate(360deg) translate(-50%, 80%);
    -ms-transform: rotate(360deg) translate(-50%, 80%);
    -o-transform: rotate(360deg) translate(-50%, 80%);
    transform: rotate(360deg) translate(-50%, 80%);
  }
  5% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  40% {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  55% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  70% {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  95% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(80%, -50%);
    -moz-transform: rotate(0deg) translate(80%, -50%);
    -ms-transform: rotate(0deg) translate(80%, -50%);
    -o-transform: rotate(0deg) translate(80%, -50%);
    transform: rotate(0deg) translate(80%, -50%);
  }
}
@-webkit-keyframes bgCloudMove {
  0% {
    margin-top: -1000px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes bgCloudMove {
  0% {
    margin-top: -1000px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes bgCloudMove {
  0% {
    margin-top: -1000px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes bgCloudMove {
  0% {
    margin-top: -1000px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes centerRotate {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    -ms-transform: rotate(0deg) scale(0.9);
    -o-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
  }
  50% {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -webkit-transform: scale(1) rotate(90deg);
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(1.3);
    -moz-transform: rotate(180deg) scale(1.3);
    -ms-transform: rotate(180deg) scale(1.3);
    -o-transform: rotate(180deg) scale(1.3);
    transform: rotate(180deg) scale(1.3);
  }
}
@-moz-keyframes centerRotate {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    -ms-transform: rotate(0deg) scale(0.9);
    -o-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
  }
  50% {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -webkit-transform: scale(1) rotate(90deg);
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(1.3);
    -moz-transform: rotate(180deg) scale(1.3);
    -ms-transform: rotate(180deg) scale(1.3);
    -o-transform: rotate(180deg) scale(1.3);
    transform: rotate(180deg) scale(1.3);
  }
}
@-ms-keyframes centerRotate {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    -ms-transform: rotate(0deg) scale(0.9);
    -o-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
  }
  50% {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -webkit-transform: scale(1) rotate(90deg);
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(1.3);
    -moz-transform: rotate(180deg) scale(1.3);
    -ms-transform: rotate(180deg) scale(1.3);
    -o-transform: rotate(180deg) scale(1.3);
    transform: rotate(180deg) scale(1.3);
  }
}
@keyframes centerRotate {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    -ms-transform: rotate(0deg) scale(0.9);
    -o-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
  }
  50% {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -webkit-transform: scale(1) rotate(90deg);
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(1.3);
    -moz-transform: rotate(180deg) scale(1.3);
    -ms-transform: rotate(180deg) scale(1.3);
    -o-transform: rotate(180deg) scale(1.3);
    transform: rotate(180deg) scale(1.3);
  }
}
::-moz-selection {
  background: #666;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #666;
  color: #000;
  text-shadow: none;
}
/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
  
}
@media only screen and (min-width: 768px) {
  
}
@media only screen and (min-width: 1140px) {
  
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.sc-player {
  width: 80%;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.sc-player ol,
.sc-player li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
/* Artworks */
.sc-player .sc-artwork-list {
  display: none;
}
.sc-player .sc-artwork-list li {
  list-style-type: none;
  display: none;
}
.sc-player .sc-artwork-list li.active {
  list-style-type: none;
  display: block;
}
.sc-player .sc-artwork-list li img,
.sc-player .sc-artwork-list li div {
  list-style-type: none;
  width: 100%;
  height: 100%;
}
/* controls */
.sc-player .sc-controls {
  position: absolute;
  width: 40px;
  height: 40px;
}
.sc-player .sc-controls a {
  display: block;
  width: 40px;
  height: 40px;
}
.sc-player .sc-controls a.sc-play,
.sc-player .sc-controls a.sc-pause {
  text-indent: -3000px;
}
.sc-player .sc-controls a.sc-pause {
  display: none;
}
.sc-player.playing .sc-controls a.sc-play {
  display: none;
}
.sc-player.playing .sc-controls a.sc-pause {
  display: block !important;
  visibility: visible;
}
/* scrubber */
.sc-scrubber {
  position: absolute;
  left: 45px;
  top: 0;
  height: 40px;
}
.sc-scrubber .sc-time-span {
  position: relative;
}
.sc-scrubber .sc-waveform-container {
  z-index: 35;
  position: relative;
}
.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  height: 40px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 40;
  -webkit-transition: width 0.1s ease-out;
  -moz-transition: width 0.1s ease-out;
  -ms-transition: width 0.1s ease-out;
  -o-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
}
.sc-scrubber .sc-time-indicators {
  position: absolute;
  right: 0;
  top: -20px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.playing .sc-time-indicators {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* tracks */
/* Track listings*/
.sc-player ol.sc-trackslist {
  display: none;
}
/* Track info*/
.sc-player .sc-info {
  position: absolute;
  top: 10px;
  left: -5000px;
  width: 200px;
  padding: 5px;
  height: 450px;
  z-index: 500;
  margin-left: -40px;
}
.sc-player .sc-info.active {
  left: 25%;
  top: 5%;
}
.sc-player .sc-info-toggle {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
.sc-player .sc-info-toggle.active {
  left: -5000px;
}
.sc-player .sc-info-close {
  position: absolute;
  top: 10px;
  right: 20px;
}
/* utilities */
.sc-player .hidden {
  display: none;
}
.sc-player-engine-container {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}
.sc-player {
  color: #333;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold;
}
.sc-player a {
  text-decoration: none;
  color: #333;
}
/* scrubber */
.playing .sc-scrubber .sc-time-span {
  background-color: white;
}
.sc-scrubber .sc-time-span {
  -webkit-transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #444;
  height: 100%;
}
.sc-scrubber .sc-time-span img {
  height: 40px;
  width: 100%;
  vertical-align: top;
}
.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  background-color: rgba(0, 0, 0, 0.2);
}
.sc-scrubber .sc-played {
  background-color: rgba(0, 0, 0, 0.2);
  border-right: 1px solid black;
}
/* controls */
.sc-player .sc-controls a {
  color: transparent;
  background: url('../img/player/play.png');
}
.sc-player .sc-controls a:hover {
  background: url('../img/player/play-hover.png');
}
.sc-player .sc-controls a.sc-pause {
  background: url('../img/player/play.png');
}
.sc-player .sc-controls a.sc-pause:hover {
  background: url('../img/player/play-hover.png');
}
.sc-player.playing .sc-controls a.sc-pause {
  background: url('../img/player/pause.png');
}
.sc-player.playing .sc-controls a.sc-pause:hover {
  background: url('../img/player/pause-hover.png');
}
.sc-scrubber .sc-time-indicators {
  color: #ffffff;
  padding: 2px;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  left: -20px;
  top: 45px;
  width: 100%;
}
/* Track listings*/
.sc-player ol.sc-trackslist li.active,
.sc-player ol.sc-trackslist li:hover {
  background-color: #fff;
  padding: 4px;
  color: #000;
}
.sc-player ol.sc-trackslist li.active a {
  color: #000;
}
.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 5px;
  margin-left: 5px;
  display: none;
}
/* Track info*/
.sc-player .sc-info {
  background: #fff;
  opacity: 0.9;
}
.sc-player .sc-info-toggle {
  background: #fff;
  color: #003399;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
  padding: 4px;
}
.sc-player .sc-info-toggle:hover {
  background: #003399;
  color: #eee;
}
.sc-player .sc-info-close {
  background: #003399;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}
