/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Nunito");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font: 13px/1.1 "Nunito", Helvetica, Arial;
  background-color: #141414;
  text-align: center;
  background-size: cover;
  min-width: 768px;
}

#footer {
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
  font-family: monospace;
}
#footer a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
  cursor: pointer;
}
#footer a:hover {
  color: white;
}

#cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
  background-size: cover;
  background-image: url(../background.jpg);
}

a {
  text-decoration: none;
}

#video {
  line-height: 0px;
  display: inline-block;
  margin: 30px auto;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
#video iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#video .controls-wrapper {
  display: none;
}

.soundcloud {
  position: absolute;
  left: -999px;
  top: -999px;
  display: block;
}

#editor {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.track-editor {
  padding: 5px;
  margin-bottom: 15px;
}
.track-editor input, .track-editor select {
  font-family: "Nunito", Helvetica, Arial;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: left;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  padding: 8px 5px;
  border-radius: 3px;
  border: 0;
  margin-bottom: 20px;
}
.track-editor input[type=number] {
  width: 50px;
}
.track-editor label {
  position: absolute;
  transform: translateY(-13px);
  opacity: 0.3;
}
.track-editor option {
  color: #333;
  padding: 0;
  margin: 0;
  background: white;
  text-shadow: 0 0 transparent;
}

.actions button {
  font-size: 16px;
  padding: 15px 30px;
}

.settings {
  width: 200px;
  height: 400px;
  position: fixed;
  left: 0;
  top: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}

#welcome {
  position: relative;
  z-index: 99;
}

.app_loaded #menu button {
  display: inline-block;
}
.app_loaded #welcome {
  display: none;
}

.app_empty {
  color: #fff;
}
.app_empty #welcome h1, .app_empty h1, .app_empty h2, .app_empty h3, .app_empty h4, .app_empty button, .app_empty input, .app_empty #editor input {
  color: #fff;
  border-color: #fff;
}
.app_empty #video, .app_empty #tracks {
  display: none;
}

#welcome h1 {
  margin-top: 100px;
  font-size: 96px;
}
#welcome img {
  position: relative;
  top: 41px;
}

#menu {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -42px;
  width: 84px;
  height: 84px;
  z-index: 99;
  opacity: 0.0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
#menu.hover {
  opacity: 1.0;
}
#menu button {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  display: none;
  padding: 0.6em;
  border-radius: 10em;
  background-color: rgba(0, 0, 0, 0.4);
}
#menu button:hover {
  background: black;
}
#menu button:before, #menu button:after {
  position: absolute;
  content: " ";
}
#menu .play:before {
  z-index: 2;
  top: 15px;
  left: 30px;
  width: 0;
  height: 0;
  border: 26px solid transparent;
  border-left-color: white;
  border-left-width: 37px;
}
#menu .pause:before, #menu .pause:after {
  height: 39px;
  width: 16px;
  left: 23px;
  top: 23px;
  display: block;
  background-color: white;
}
#menu .pause:after {
  left: 47px;
}
#menu .replay {
  left: -60px;
  width: 50px;
  height: 50px;
  top: 18px;
}
#menu .replay:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f049";
  font-size: 20px;
  margin-left: -10px;
  margin-top: -9px;
}

button {
  border: 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-family: "Nunito", Helvetica, Arial;
  font-weight: 100;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}
button.primary {
  background-color: black;
}

h1, h2, h3, h4, h5 {
  color: white;
  font-family: "Nunito", Helvetica, Arial;
  font-weight: 100;
  font-size: 32px;
  padding: 15px;
}

#tracks {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 80%;
  border-radius: 3px;
  position: relative;
  z-index: 999;
  margin: 0 auto;
  min-height: 10px;
  margin-bottom: 30px;
  padding: 3px 0;
  cursor: pointer;
}
#tracks.active {
  opacity: 1;
}
#tracks .head, #tracks .cursor {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: 99;
}
#tracks .head:before, #tracks .cursor:before {
  position: absolute;
  left: -3px;
  width: 0;
  content: "";
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid white;
}
#tracks .head:after, #tracks .cursor:after {
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 0;
  content: "";
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid white;
}
#tracks .head .time, #tracks .cursor .time {
  position: absolute;
  font-family: Menlo, Courier, monospace;
  top: -15px;
  left: -30px;
  width: 60px;
  height: 1em;
  line-height: 1em;
  color: white;
  font-size: 10px;
}
#tracks:hover .cursor {
  opacity: 1;
}
#tracks .cursor {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  background-color: teal;
}
#tracks .cursor:before {
  border-top-color: teal;
}
#tracks .cursor:after {
  border-bottom-color: teal;
}
#tracks .cursor .time {
  color: teal;
}
#tracks .track {
  padding: 3px;
  color: white;
  position: relative;
  float: left;
  clear: both;
  left: 0%;
  max-height: 50px;
  min-height: 32px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  text-align: left;
  border: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  position: relative;
}
#tracks .track img {
  height: 32px;
  float: left;
  margin-right: 10px;
}
#tracks .track .name {
  font-weight: 100;
  font-size: 16px;
  color: white;
  margin: 5px 0 5px;
}
#tracks .track .author {
  font-size: 12px;
  color: white;
}
#tracks .track .thumb-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  opacity: 0.2;
}
#tracks .track .thumb-config {
  position: absolute;
  right: 5px;
  top: 35px;
  color: white;
  opacity: 0.2;
}
#tracks .track + .track {
  margin-top: 6px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#video, #tracks, #editor, #welcome {
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  transition: transform 300ms;
}

body.menu-active #video, body.menu-active #tracks, body.menu-active #editor, body.menu-active #welcome {
  -webkit-transform: translateX(180px);
  -moz-transform: translateX(180px);
  transform: translateX(180px);
}
body.menu-active .navigation__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
body.menu-active .navigation__header {
  opacity: 1.0;
}
body.menu-active .navigation__button > i {
  color: white;
}

.navigation {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.navigation .navigation__button {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 100;
  cursor: pointer;
}
.navigation .navigation__button > i {
  color: rgba(255, 255, 255, 0.1);
  font-size: 2em;
}
.navigation .navigation__menu {
  width: 180px;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  transition: transform 300ms;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
}
.navigation .navigation__menu-wrapper {
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  padding: 0 20px;
  top: 40px;
  bottom: 0;
}
.navigation .navigation__list {
  margin-bottom: 20px;
}
.navigation .navigation__header,
.navigation .navigation__item {
  text-align: left;
  color: white;
  line-height: 1.6;
}
.navigation .navigation__header {
  color: white;
  font-size: 15px;
  font-weight: 100;
  transition: opacity 300ms;
  opacity: 0.0;
  position: absolute;
  left: 38px;
  width: 130px;
  z-index: 10;
  top: 7px;
}
.navigation .navigation__item > a {
  color: white;
}
.navigation .navigation__item > a img {
  max-width: 100%;
}
.navigation .navigation__item > a:hover {
  color: teal;
}
.navigation .navigation__item > a > .name {
  text-transform: uppercase;
  font-size: 12px;
}
.navigation .navigation__item > a > .time {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: -6px;
  margin-bottom: 6px;
}

/*# sourceMappingURL=style.css.map */
