/*Fonts */
@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?eegarh');
  src:url('fonts/icomoon.eot?#iefixeegarh') format('embedded-opentype'),
    url('fonts/icomoon.woff?eegarh') format('woff'),
    url('fonts/icomoon.ttf?eegarh') format('truetype'),
    url('fonts/icomoon.svg?eegarh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Colors */
#OutoftheBox .jp-playlist-current .jp-playlist-item-song-title,
#OutoftheBox .jp-playlist-current .jp-playlist-item-song-artist {
  color: #0e92c7;
}

/* Reset */
#OutoftheBox .OutoftheBox.media *{
  box-sizing: content-box;
}

#OutoftheBox .OutoftheBox.media ul{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#OutoftheBox .OutoftheBox.media li{
  list-style: none;
}
#OutoftheBox .OutoftheBox.media{
  position: relative;
  font-family: 'Segoe UI', Verdana, sans-serif;
  clear: both;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 13px;
  text-align: center;
}
#OutoftheBox .OutoftheBox.media a{
  color: #333;
  text-decoration: none;
}
#OutoftheBox li:before{
  content: none !important;
}

/* No Solution */
#OutoftheBox .jp-no-solution{
  padding: 20px;
}

/* Containers */
#OutoftheBox .OutoftheBox.media{
  margin: 5px 0px 30px;
  position: relative;
  z-index: 0;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}

#OutoftheBox .jp-video {
  position:relative;
  min-width: 300px
}

#OutoftheBox .jp-video-100 {
  max-width: 100%;
}

#OutoftheBox .jp-video-270p {
  max-width:480px;
}

#OutoftheBox .jp-video-360p {
  max-width:570px;
}

#OutoftheBox .playerScreen .jp-video-play {
  display: block;
  position: absolute;
  z-index: 990;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  background: url("preimg.light.png") no-repeat center center;
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Full Screen*/
#OutoftheBox .jp-video-full {
  width:100%!important;
  position:static !important;
  position:relative;
}
#OutoftheBox.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
  overflow: hidden;
  z-index:1000;
}

#OutoftheBox .jp-video-full .jp-gui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

#OutoftheBox .jp-video.jp-video-full .jp-playlist{
  display:none !important;
}

#OutoftheBox .jp-video.jp-video-full .jp-jplayer img{
  position:absolute;
  border-radius: 0;
}
#OutoftheBox .jp-video.jp-video-full .jp-jplayer video{
  border-radius: 0;
}

#OutoftheBox .jp-video.jp-video-full #OutoftheBox .jp-video.jp-video-full{
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  height: 100% !important;
}
/* Layout Player */
#OutoftheBox .jp-jplayer {
  background: url(../../../css/clouds/cloud_system_128.png) center no-repeat;
  position: relative;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

#OutoftheBox .jp-video .jp-jplayer img{
  position:absolute;
  height:100%;
}
#OutoftheBox .jp-video .jp-jplayer video{

}

#OutoftheBox .jp-video-full .jp-jplayer img{
  position: fixed;
  left: 0;
  top: 0;
}

/* Gui & Controls */
#OutoftheBox .jp-gui{
  display: block;
  position: relative;
  height: 50px;
  background: #F0F0F0;
  color: #646464;
  padding: 5px 10px;
  z-index: 996;
  border: 1px solid e6e6e6;
}

#OutoftheBox  .leftblock {
  position: absolute;
  left: 3px;
  width: 50px;
}
#OutoftheBox .leftblock .jp-play {
  display: block;
  width: 40px;
  height: 40px;
  background: url("playerUI.light.png") no-repeat 0 1px;
  opacity: 0.8;
}
#OutoftheBox   .leftblock .jp-play:hover {
  opacity: 1;
}
#OutoftheBox  .leftblock .jp-pause {
  display: block;
  width: 40px;
  height: 40px;
  background: url("playerUI.light.png") no-repeat -40px 1px;
  opacity: 0.8;
}
#OutoftheBox  .leftblock .jp-pause:hover {
  opacity: 1;
}

#OutoftheBox .rightblock {
  position: absolute;
  right: 10px;
  width: 110px;
  top: 5px;
  height:28px;
}
#OutoftheBox .rightblock .volumeText {
  display: block;
  position: absolute;
  bottom: -12px;
  text-align: center;
  width: 80px;
  font-size: 11px;
}
#OutoftheBox   .rightblock .volumeBar {
  display: block;
  position: absolute;
  height: 4px;
  background-color: #EBEBEB;
  background: rgba(0, 0, 0, 0.1);
  width: 80px;
  top: 20px;
  left: 0;
  cursor: pointer;
}
#OutoftheBox  .rightblock .volumeBar .currentVolume {
  position: relative;
  height: 2px;
  padding: 1px;
}
#OutoftheBox   .rightblock .volumeBar .currentVolume .curvol {
  display: block;
  height: 2px;
  padding: 0;
  background: #191919;
}
#OutoftheBox   .rightblock .volumeBar .currentVolume a {
  display: block;
  position: absolute;
  top: -2px;
  margin-left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #191919
}
#OutoftheBox  .rightblock .volumeBar .currentVolume a div {
  display: block;
  width: 8px;
  height: 8px;
}
#OutoftheBox  .rightblock .jp-full-screen {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url("playerUI.light.png") no-repeat 0 -50px;
  margin-top: 12px;
  opacity: 0.4;
  right: 0px;
  top: 0px;
}
#OutoftheBox   .rightblock .jp-full-screen:hover {
  opacity: 0.8;
}
#OutoftheBox   .rightblock .jp-restore-screen {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url("playerUI.light.png") no-repeat 0 -68px;
  margin-top: 12px;
  opacity: 0.4;right: 0px;
  top: 0px;

}
#OutoftheBox   .rightblock .jp-restore-screen:hover {
  opacity: 0.8;
}

/* Playlist*/
#OutoftheBox .jp-title .jp-playlist-item-song-title,
#OutoftheBox .jp-title .jp-playlist-item-song-artist{
  font-size: 12px;
  margin-left: 0px;
  display: inline-block;
  color: #282828;
  padding: 0;
}

#OutoftheBox .jp-title .jp-playlist-item-thumb{
  display: none;
}

#OutoftheBox .jp-playlist-item {
  text-decoration: none;
}

#OutoftheBox .jp-full-screen,
#OutoftheBox .jp-restore-screen{
  position: absolute;
  right: 34px;
  top: 14px;
}

#OutoftheBox , #OutoftheBox  ul.jp-controls {
  position: relative;
}
#OutoftheBox  ul.jp-controls {
  margin: 0px 20px 0;
  position: relative;
  top: 5px;
  height: 10px;
}

#OutoftheBox .jp-progress{
  position: relative;
  display: block;
  margin: 0 130px 0 50px;
  text-align: left;
}
#OutoftheBox .jp-progress span {
  height: 12px;
  overflow: hidden;
  display: inline-block !important;
  font-size: 12px;
  margin-left: 1px;
  color: #282828;
  line-height: 9px;
}
#OutoftheBox .jp-progress-bar {
  display: block;
  height: 4px;
  background-color: #3C3C3C;
  background: rgba(0, 0, 0, 0.1);
  margin: 2.5px 0;
}
#OutoftheBox .jp-seek-bar {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1px;
  background: rgba(0, 0, 0, 0.05);
  max-width: 100%;
}
#OutoftheBox .jp-play-bar {
  background: #191919;
  height: 2px;
  position: relative;
  width: 0;
  padding: 0;
}
#OutoftheBox .jp-play-bar:after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: -3px;
  width: 8px;
  background: #191919;
  border-radius: 5px;
}
#OutoftheBox .jp-current-time, #OutoftheBox .jp-duration {
  display: block;
  position: absolute;
  width: 50px;
  font-size: 11px;
}
#OutoftheBox .jp-current-time {
  left: 1px;
  text-align: left;
  color: #282828;
}
#OutoftheBox .jp-duration {
  right: 0px;
  text-align: right;
}

/* @group playlist */
#OutoftheBox div.jp-playlist {
  width:100%;
  background-color: #F7F7F7;
  position: relative;
  z-index: 1000;
}

#OutoftheBox div.jp-playlist li {
  border-top: 1px solid #e6e6e6;
  margin: 0;
  padding: 7px 25px;
  word-wrap: break-word;
}

#OutoftheBox div.jp-playlist li div{
  position:relative;
  text-align: left;
  display: inline-block;
  width: 100%;
}

#OutoftheBox div.jp-playlist li.jp-playlist-current{
  box-shadow: 0 0 3px #B6ACAC;
}

#OutoftheBox div.jp-playlist li:hover{
  box-shadow: 0 0 6px #B6ACAC;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
#OutoftheBox div.jp-playlist li:first-child {

}

#OutoftheBox div.jp-playlist li:last-child {
  border-bottom:none;
}

#OutoftheBox div.jp-playlist-item-song-title{
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 5px;
  text-align: left;
  font-family: Arial;
}
#OutoftheBox div.jp-playlist-item-song-artist{
  color: #333333;
  font-size: 11px;
  text-align: left;
  font-family: Arial;
}
#OutoftheBox .audio .jp-playlist-item-song-artist:before{
  content: "- ";
  margin-left:5px;
}
#OutoftheBox span.jp-playlist-item-url{
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  vertical-align: middle;
}

#OutoftheBox .jp-playlist-item-dl,
#OutoftheBox .jp-playlist-item-sell{
  font-size: 16px;
  height: 16px;
  margin-left: 15px;
  margin-top: -2px;
  position: relative;
  width: 16px;
}
#OutoftheBox .jp-playlist-item-sell{
  top:1px;
}

#OutoftheBox .media a.jp-playlist-item {
  display: inline-block;
  vertical-align: middle;
  margin-right:50px;
}
#OutoftheBox .media.audio.nocover a.jp-playlist-item {
  margin-left:0;
}

/* Video player */
#OutoftheBox .video div.jp-playlist li {

}

#OutoftheBox .video .jp-playlist-item-thumb{
  display:none;
  width:50px;
  height:50px;
  float: left;
  border-radius: 5px;
}

#OutoftheBox .video li div.jp-playlist-item-song-title,
#OutoftheBox .video li div.jp-playlist-item-song-artist{
  display: block;
  //margin-left:60px;
}

/* Audio player */
#OutoftheBox .audio .jp-full-screen {
  display: none !important;
}
#OutoftheBox .audio .jp-restore-screen {
  display: none !important;
}

#OutoftheBox .audio .rightblock{
  width:80px; 
}
#OutoftheBox .audio  .jp-progress {
  margin-right:100px;
}
#OutoftheBox .audio  .rightblock .volumeBar{
  top: 21px;
}
#OutoftheBox .audio .jp-playlist-item-thumb{
  display:none;
}
#OutoftheBox .audio .playerScreen .jp-video-play{
  display:none;
}
/* Small screens */
@media only screen and (max-width: 320px){
  #OutoftheBox .jp-video{
    min-width: 200px;
  }

  #OutoftheBox .rightblock .volumeBar,
  #OutoftheBox .rightblock .volumeText{
    display: none;
  }
  #OutoftheBox .audio .jp-progress{
    margin-right: 0px;
  }
  #OutoftheBox .video .jp-progress{
    margin-right: 30px;
  }
}

/* ICONS */
#OutoftheBox .jp-playlist-item-dl,
#OutoftheBox .jp-playlist-item-sell{
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  text-transform: none;
}

#OutoftheBox .jp-playlist-item-url .jp-playlist-item-dl:before {
  content: "\e102";
}
#OutoftheBox .jp-playlist-item-url .jp-playlist-item-sell:before {
  content: "\e103";
}