
.player-container {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0 auto;
  position: relative;
}
.player-container *,
.player-container *:before,
.player-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.player-container.one-col {
  height: auto !important;
}
.player-container.cf:before,
.player-container.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.player-container.cf:after {
  clear: both;
}
.player-container.cf {
  *zoom: 1;
}
.player-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  padding-top: 40px;
  overflow: auto;
  background: #000 !important;
}
.player-container:-moz-full-screen {
  overflow: auto;
  padding-top: 40px;
  background: #000 !important;
}
.player-container:fullscreen {
  overflow: auto;
  padding-top: 40px;
  /* needed for Opera 12.1 */
  max-width: none;
  margin: auto !important;
  background: #000 !important;
}
.player-dock {
  max-width: 640px;
  width: 100%;
  margin: auto;
  position: relative;
  background: #303030;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.player-dock.loading {
  height: 390px;
  background: #303030 url(../imgs/logo-1.png) center center no-repeat;
}
.player-dock.loading .player-main {
  opacity: 0;
  height: 360px;
}
.player-dock.loading .player-sound-ctrl {
  opacity: 0;
}
.player-dock.loading .vm-audio-poster {
  display: none;
}
.player-dock.loading + .player-playlist li {
  opacity: 0;
}
.player-dock.no-float {
  float: none;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.player-dock.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.player-dock.scroll-end {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}


.player-dock .current-item-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  font: 14px/1.4 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.player-dock:hover .current-item-info {
  opacity: 1;
}

.player-sound {
  position: relative;
  width: 100%;
  background-color: #303030;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#202020));
  background-image: -webkit-linear-gradient(top, #303030, #202020);
  background-image: -moz-linear-gradient(top, #303030, #202020);
  background-image: -ms-linear-gradient(top, #303030, #202020);
  background-image: -o-linear-gradient(top, #303030, #202020);
  background-image: linear-gradient(to bottom, #303030, #202020);
  -pie-background: linear-gradient(top, #303030, #202020);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.player-sound .vm-audio-poster {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.player-sound .vm-audio-poster img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  opacity: 1;
  -ms-interpolation-mode: bicubic;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.player-sound .vm-audio-poster.img-loading {
  background: url(../images/imageLoad.gif) center center no-repeat;
}
.player-sound .vm-audio-poster.img-loading img {
  opacity: 0;
}
.player-sound .vm-audio-info {
  display: none;
}
.player-sound .vm-audio-info p {
  font: 12px/1.2 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ccc;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  margin: 0 0 10px 0;
}
.player-sound .vm-audio-info p.track {
  font-size: 16px;
  color: #fff;
}
.player-sound .vm-audio-info p.album {
  margin-bottom: 0;
}

.player-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 2000ms ease;
  -moz-transition: opacity 2000ms ease;
  -ms-transition: opacity 2000ms ease;
  -o-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
  /* qualities selector */
}
.player-main.video,
.player-main.vimeo,
.player-main.dailymotion {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.player-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player-main.vimeo .mejs-controls,
.player-main.dailymotion .mejs-controls {
  display: none;
}

.player-sound-ctrl {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #2a2a2a;
  margin: 0 auto;
  opacity: 1;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 2000ms ease;
  -moz-transition: opacity 2000ms ease;
  -ms-transition: opacity 2000ms ease;
  -o-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
}
.player-sound-ctrl a {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 20px;
  opacity: 0.5;
  height: 100%;
}
.player-sound-ctrl a.active {
  opacity: 1.0;
}
.player-sound-ctrl a:first-child {
  margin-left: 10px;
}
.player-sound-ctrl .vm-prev-track {
  width: 16px;
  cursor: default;
  background: url(../imgs/icons/back.png) center center no-repeat;
}
.player-sound-ctrl .vm-prev-track.active {
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-sound-ctrl .vm-prev-track {
    background-image: url('../imgs/icons/back-2x.png');
    background-size: 13px 12px;
    background-repeat: no-repeat;
  }
}
.player-sound-ctrl .vm-next-track {
  width: 16px;
  cursor: default;
  background: url(../imgs/icons/nxt.png) center center no-repeat;
}
.player-sound-ctrl .vm-next-track.active {
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-sound-ctrl .vm-next-track {
    background-image: url('../imgs/icons/nxt-2x.png');
    background-size: 13px 12px;
    background-repeat: no-repeat;
  }
}
.player-sound-ctrl .vm-repeat {
  width: 14px;
  position: relative;
  background: url(../imgs/icons/replay.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-sound-ctrl .vm-repeat {
    background-image: url('../imgs/icons/replay-2x.png');
    background-size: 14px 15px;
    background-repeat: no-repeat;
  }
}
.player-sound-ctrl .vm-repeat.one:after {
  content: '1';
  font-size: 8px;
  text-align: center;
  line-height: 10px;
  color: #444;
  background: #d8d8d8;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.player-sound-ctrl .vm-shuffle {
  width: 15px;
  background: url(../imgs/icons/mix.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-sound-ctrl .vm-shuffle {
    background-image: url('../imgs/icons/mix-2x.png');
    background-size: 15px 13px;
    background-repeat: no-repeat;
  }
}
.player-sound-ctrl .vm-show-playlist {
  width: 14px;
  background: url(../imgs/icons/list.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-sound-ctrl .vm-show-playlist {
    background-image: url('../imgs/icons/list-2x.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
  }
}
.player-sound-ctrl .vm-make-fullscreen {
  width: 16px;
  display: none;
  background: url(../imgs/icons/fs.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-sound-ctrl .vm-make-fullscreen {
    background-image: url('../imgs/icons/fs-2x.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
}
.player-sound-ctrl .vm-lights {
  width: 16px;
  background: url(../imgs/icons/brights.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-sound-ctrl .vm-lights {
    background-image: url('../imgs/icons/brights-2x.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
}
.player-sound-ctrl .vm-search {
  width: 16px;
  opacity: 1;
  float: right;
  margin-right: 0;
  padding-right: 20px;
  background: url(../imgs/icons/lookup.png) left center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-sound-ctrl .vm-search {
    background-image: url('../imgs/icons/lookup-2x.png');
    background-size: 16px 18px;
    background-repeat: no-repeat;
  }
}
.player-seek {
  display: none;
  width: 100%;
  height: 44px;
  padding: 7px;
  background: #2a2a2a;
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.player-seek input {
  width: 100%;
  height: 100%;
  background: #242424;
  border: 0;
  color: #fff;
  line-height: 30px;
  font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7),  0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7),  0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7),  0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.playlist-l .player-sound-ctrl {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.playlist-r .player-sound-ctrl {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.player-dock.no-float .player-sound-ctrl {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.player-playlist {
  list-style: none !important;
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  background: #343434;
  overflow: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: touch;
}
.player-playlist.custom-scrollbar {
  overflow: hidden;
  position: relative;
}
.player-playlist.bottom {
  max-width: 640px;
  min-width: 240px;
}
.player-playlist.left,
.player-playlist.right {
  width: 33.33%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
}
.player-playlist.left {
  left: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.player-playlist.right {
  right: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.player-playlist.no-float {
  position: relative;
  width: 100% !important;
  max-width: 640px;
  min-width: 240px;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.player-playlist.resizing {
  position: absolute;
  visibility: hidden;
  display: block !important;
}
.player-playlist li {
  height: 20px;
  padding: 8px 15px;
  margin: 0 !important;
  border-bottom: 1px solid #232323;
  border-top: 1px solid #454545;
  font: 14px/20px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  position: relative;
  opacity: 1;
  -ms-touch-action: none;
  -webkit-transform: translateZ(0px);
  -webkit-transition: opacity 2000ms ease;
  -moz-transition: opacity 2000ms ease;
  -ms-transition: opacity 2000ms ease;
  -o-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
}
.player-playlist li.loading {
  background-image: url(../images/itemLoad.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.player-playlist li.show-thumb {
  height: 65px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.player-playlist li.show-thumb:before {
  text-indent: -6px;
}
.player-playlist li:first-child,
.player-playlist li.first {
  border-top: none;
}
.player-playlist li:last-child,
.player-playlist li.last {
  border-bottom: none;
}
.player-playlist li.current {
  background-color: #0099ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#005288));
  background-image: -webkit-linear-gradient(top, #0099ff, #005288);
  background-image: -moz-linear-gradient(top, #0099ff, #005288);
  background-image: -ms-linear-gradient(top, #0099ff, #005288);
  background-image: -o-linear-gradient(top, #0099ff, #005288);
  background-image: linear-gradient(to bottom, #0099ff, #005288);
  -pie-background: linear-gradient(top, #0099ff, #005288);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.7);
  border-bottom: none;
  z-index: 2;
}
.player-playlist.ui-sortable li {
  cursor: move;
}
.player-playlist.no-touch li:hover,
.player-playlist.touch li.selected {
  background-color: #3c3c3c;
}
.player-playlist.left li.show-thumb,
.player-playlist.right li.show-thumb {
  padding-top: 10px;
}
.player-playlist.left.no-float li.show-thumb,
.player-playlist.right.no-float li.show-thumb {
  padding-top: 20px;
}
.player-playlist.searching li {
  opacity: 0.5;
}
.player-playlist.searching li.filtered {
  opacity: 1;
}
.player-playlist .item-holder {
  background: #494949;
  list-style: none;
}
.player-playlist li.show-thumb:first-child ~ .item-holder {
  height: 47px;
}
.player-playlist .ui-sortable-helper:not(.current) {
  background: #3c3c3c;
}
.player-playlist .title {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.player-playlist .title:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 14px;
  top: 0;
  left: 5px;
}
.player-playlist li.show-thumb .title {
  padding-left: 90px;
}
.player-playlist li.show-thumb .title:before {
  left: 70px;
}
.player-playlist.left li.show-thumb .title,
.player-playlist.right li.show-thumb .title {
  width: 100%;
  padding-right: 10px;
  display: block;
  margin-bottom: 10px;
}
.player-playlist.left.no-float li.show-thumb .title,
.player-playlist.right.no-float li.show-thumb .title {
  width: auto;
  padding-right: 0;
  display: inline-block;
  margin-bottom: 0;
}
.player-playlist .item-thumb {
  height: 45px;
  width: 60px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 15px;
  line-height: 45px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background: #000000 url(../images/imageLoad.gif) center center no-repeat;
}
.player-playlist .item-thumb img {
  max-height: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.player-playlist li[data-type="video"] .title:before,
.player-playlist li[data-type="youtube"] .title:before,
.player-playlist li[data-type="vimeo"] .title:before,
.player-playlist li[data-type="dailymotion"] .title:before {
  background: url(../images/icons/video.png) left center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-playlist li[data-type="video"] .title:before,
  .player-playlist li[data-type="youtube"] .title:before,
  .player-playlist li[data-type="vimeo"] .title:before,
  .player-playlist li[data-type="dailymotion"] .title:before {
    background-image: url('../images/icons/video-2x.png');
    background-size: 12px 14px;
    background-repeat: no-repeat;
  }
}
.player-playlist li[data-type="audio"] .title:before {
  background: url(../images/icons/audio.png) left center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-playlist li[data-type="audio"] .title:before {
    background-image: url('../images/icons/audio-2x.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
  }
}
.player-playlist li[data-type="radio"] .title:before {
  width: 16px;
  background: url(../images/icons/radio.png) left center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-playlist li[data-type="radio"] .title:before {
    background-image: url('../images/icons/radio-2x.png');
    background-size: 16px 18px;
    background-repeat: no-repeat;
  }
}
.player-playlist li.no-icons .title {
  padding-left: 16px;
}
.player-playlist li.no-icons.show-thumb .title {
  padding-left: 76px;
}
.player-playlist li.no-icons .title:before {
  background: none;
}
.player-playlist .free-media,
.player-playlist .lyrics,
.player-playlist .purchase,
.player-playlist .link,
.player-playlist .delete {
  float: right;
  height: 100%;
  margin-right: 10px;
  text-decoration: none;
  cursor: pointer;
}
.player-playlist .link {
  width: 12px;
  background: url(../images/icons/link.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-playlist .link {
    background-image: url('../images/icons/link-2x.png');
    background-size: 12px 16px;
    background-repeat: no-repeat;
  }
}
.player-playlist .purchase {
  width: 16px;
  background: url(../images/icons/cart.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-playlist .purchase {
    background-image: url('../images/icons/cart-2x.png');
    background-size: 16px 15px;
    background-repeat: no-repeat;
  }
}
.player-playlist .free-media {
  width: 20px;
  position: relative;
  overflow: hidden;
  background: url(../images/icons/download.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-playlist .free-media {
    background-image: url('../images/icons/download-2x.png');
    background-size: 16px 12px;
    background-repeat: no-repeat;
  }
}
.player-playlist .free-media.youtube,
.player-playlist .free-media.vimeo,
.player-playlist .free-media.dailymotion,
.player-playlist .free-media.radio {
  background: none;
}
.player-playlist .lyrics {
  width: 12px;
  background: url(../images/icons/lyrics.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-playlist .lyrics {
    background-image: url('../images/icons/lyrics-2x.png');
    background-size: 12px 14px;
    background-repeat: no-repeat;
  }
}
.player-playlist .delete {
  width: 20px;
  background: url(../imgs/icons/dlt.png) center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-playlist .delete {
    background-image: url('../imgs/icons/dlt-2x.png');
    background-size: 12px 14px;
    background-repeat: no-repeat;
  }
}
.player-playlist .duration {
  color: #fff;
  font-size: 12px;
  text-align: right;
  float: right;
  height: 100%;
  min-width: 30px;
}
.player-playlist li[data-type="radio"] .duration {
  visibility: hidden;
}
.player-playlist li.show-thumb .duration,
.player-playlist li.show-thumb .delete,
.player-playlist li.show-thumb .lyrics,
.player-playlist li.show-thumb .free-media,
.player-playlist li.show-thumb .link,
.player-playlist li.show-thumb .purchase {
  height: 20px;
}
.player-playlist.left li.show-thumb .duration,
.player-playlist.right li.show-thumb .duration,
.player-playlist.left li.show-thumb .delete,
.player-playlist.right li.show-thumb .delete,
.player-playlist.left li.show-thumb .lyrics,
.player-playlist.right li.show-thumb .lyrics,
.player-playlist.left li.show-thumb .free-media,
.player-playlist.right li.show-thumb .free-media,
.player-playlist.left li.show-thumb .link,
.player-playlist.right li.show-thumb .link,
.player-playlist.left li.show-thumb .purchase,
.player-playlist.right li.show-thumb .purchase {
  opacity: 0.6;
}
.player-playlist.left.no-float li.show-thumb .duration,
.player-playlist.right.no-float li.show-thumb .duration,
.player-playlist.left.no-float li.show-thumb .delete,
.player-playlist.right.no-float li.show-thumb .delete,
.player-playlist.left.no-float li.show-thumb .lyrics,
.player-playlist.right.no-float li.show-thumb .lyrics,
.player-playlist.left.no-float li.show-thumb .free-media,
.player-playlist.right.no-float li.show-thumb .free-media,
.player-playlist.left.no-float li.show-thumb .link,
.player-playlist.right.no-float li.show-thumb .link,
.player-playlist.left.no-float li.show-thumb .purchase,
.player-playlist.right.no-float li.show-thumb .purchase {
  opacity: 1;
}
.player-playlist .ps-scrollbar-y-rail {
  z-index: 3;
}


.player-roll {
  display: none;
}
.player-main-ovr {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}