/* Font Family
================================================== */
@import url("//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400");
/* Desktop
================================================== */
.container {
  position: relative;
  margin: 0 auto;
  width: 700px;
}
.column {
  width: 100%;
}
/* Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 100%;
  }
}
/* Mobile (Portrait)
================================================== */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
/* Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 80%;
  }
}
/* CSS Reset
================================================== */
html,
body,
div,
span,
h1,
h6,
p,
a,
ul,
li,
audio {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
/* Basic Styles
================================================== */
html,
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #111;
  font: 18px/22px "Yanone Kaffeesatz", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
/* Typography
================================================== */
h1,
h6,
p {
  color: #808080;
  font-weight: normal;
}
h1,
h6 {
  text-align: center;
}
h1 {
  font-size: 42px;
  line-height: 44px;
}
h6 {
  font-size: 18px;
  line-height: 20px;
  margin: 4px 0 0 0;
}
p {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 2px;
}
/* Links
================================================== */
a,
a:visited {
  color: #ddd;
  outline: 0;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #bbb;
}
p a,
p a:visited {
  line-height: inherit;
}
/* Misc.
================================================== */
.add-bottom {
  margin-bottom: 20px !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
/* Custom Styles
================================================== */
/* CSS Transitions */
* {
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
/* Highlight Styles */
::selection {
  background-color: #262223;
  color: #444;
}
::-moz-selection {
  background-color: #262223;
  color: #444;
}
#header {
  padding-top: 20px;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #fff;
}
/* Audio Player Styles
================================================== */
/* Default / Desktop / Firefox */
audio {
  width: 100%;
}
#mainwrap {
  /* add box-shadow or other styles here */
}
#audiowrap {
  background-color: #ccc;
  margin: 0 auto;
}
#plwrap {
  margin: 0 auto;
}
#plwrap h4 {
  font-weight: normal;
  font-size: 30px;
  margin: 20px 0 10px 0;
  text-align: center;
}
#tracks {
  min-height: 65px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 13px;
}
#nowPlay {
  display: block;
  padding: 20px;
}
#npTitle {
  margin: 0;
}
#plList {
  margin: 0;
}
#plList li {
  background-color: #ccc;
  cursor: pointer;
  margin: 0;
  padding: 21px 0;
}
#plList li:hover {
  background-color: #bfbfbf;
}
.plItem {
  position: relative;
}
.plTitle {
  left: 50px;
  overflow: hidden;
  position: absolute;
  right: 65px;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}
.plNum {
  padding-left: 21px;
  width: 25px;
}
.plLength {
  padding-left: 21px;
  position: absolute;
  right: 21px;
  top: 0;
}
.plSel,
.plSel:hover {
  background-color: #555 !important;
  color: #fff;
  cursor: default !important;
}
a[id^="btn"] {
  background-color: #ccc;
  color: #111;
  cursor: pointer;
  font-size: 50px;
  margin: 0;
  padding: 0 27px 11px;
  text-decoration: none;
}
a[id^="btn"]:last-child {
  margin-left: -4px;
}
a[id^="btn"]:hover,
a[id^="btn"]:active {
  background-color: #262223;
}
a[id^="btn"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#footer {
  color: #111;
}
#footer a {
  color: #000;
}
@media screen and (max-width: 300px) {
  h1,
  h6,
  #footer {
    display: none;
  }
  #header {
    padding-top: 0;
  }
  #plwrap h4 {
    font-size: 24px;
    margin-top: 0;
  }
  #nowPlay {
    padding: 3px 10px;
  }
  a[id^="btn"] {
    font-size: 30px;
    padding: 0 10px 8px;
  }
  #tracks {
    min-height: 40px;
    top: 3px;
  }
  #plList li {
    padding: 10px 0;
  }
  #plList li .plNum {
    padding-left: 0px;
    width: 25px;
    text-align: right;
    display: inline-block;
  }
  #plList li .plTitle {
    left: 33px;
  }
  #plList li .plLength {
    right: 10px;
    font-size: 15px;
  }
}
/*# sourceMappingURL=main.min.css.map */