@charset "UTF-8";

/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: miniplayer.new.css                                                                                                                         _
 _ last modified: 09/07/14 23.09                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matteo@open-lab.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/

@font-face {
  font-family: 'mb_audio_fontRegular';
  src: url('font/mbAudioFont/mbaudio_font.eot');
  src: local('?'), url('font/mbAudioFont/mbaudio_font.woff') format('woff'),
  url('font/mbAudioFont/mbaudio_font.ttf') format('truetype'),
  url('font/mbAudioFont/mbaudio_font.svg#webfontywr4YLri') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i');
@font-face {
  font-family: 'DroidSansMonoRegular';
  src: url('font/DroidSansMono/DroidSansMono.eot');
  src: local('?'), url('font/DroidSansMono/DroidSansMono.woff') format('woff'),
  url('font/DroidSansMono/DroidSansMono.ttf')  format('truetype'),
  url('font/DroidSansMono/DroidSansMono.svg#webfontGzFJ3WpO') format('svg');
  font-weight: normal;
  font-style: normal;
}

.map_params{
  display: none!important;
}

a.audio{
  display:none;
}

.mbMiniPlayer{width: 100%;}

.mbMiniPlayer:focus{
  outline: none;
}

.mbMiniPlayer *{
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mbMiniPlayer{
  vertical-align: baseline!important;
}

.mbMiniPlayer span.map_volume, .mbMiniPlayer span.map_rew, .mbMiniPlayer span.map_play{
  font-family: "mb_audio_fontRegular"!important;
  font-size:20px;
  line-height: 20px!important;
}

.mbMiniPlayer.gerriet .playerTable span.map_time{
padding-top:8px !important;vertical-align: bottom;
}

.mbMiniPlayer.gerriet .playerTable span.map_volumeLevel{padding-left:0px !important;}
.mbMiniPlayer .map_title {
  font:'Titillium Web' sans-serif !important;
  line-height: 20px!important;
}

.mbMiniPlayer .playerTable{
  
  margin:0 !important;
  padding:0 !important;
 
  color: #777;
  background: #fff;
  line-height: 0 !important;
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
    width:100% !important; height: 100px;
}

.mbMiniPlayer:focus .playerTable{
  box-shadow: 0 0 1px #e5d878 !important;
}

.mbMiniPlayer.shadow .playerTable{
  box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}

.mbMiniPlayer .playerTable > div{
  margin:0 !important;
  padding:0 !important;
  line-height: 0 !important;
  border: none!important;
  vertical-align: middle;
  width:100%;
display: table-cell; border: none;
}

.muteBox{height: 100px;}
.jp-progress{
  position:relative;
  background-color: #e5d878;
  height:20px;
  margin: 0 0px 0px;
  top:-2px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor:pointer;
}

.jp-load-bar{
  background-color: #e9e6e6;
  height:20px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.jp-play-bar{
  background-color:red;
  height:20;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mbMiniPlayer div.map_controlsBar{
  background-color:#ccc;

  font:'Titillium Web' sans-serif !important;
    letter-spacing: 0.25px;
    font-size: 20px;
  margin:0;
  padding:0;
  cursor:default !important;
  box-shadow:inset 1px 1px 2px #999;
}

.mbMiniPlayer .map_controls{
  position: relative;
  margin:1px;
  display:none;
  width:1px;
  height:100%;
  overflow:hidden;
  white-space:nowrap;
}

.mbMiniPlayer .playerTable span{
  margin:0 !important;
  display:inline-block !important;
  padding:3px !important;
  height:20px !important;
  color:white;
  text-align:center!important;
  text-transform:none!important;
  vertical-align: middle;
}

.mbMiniPlayer.gradientOverlay .playerTable span{
  background-image:linear-gradient(180deg, rgba(255, 255, 255,0.3) 0%,transparent 100%) !important;
}

.mbMiniPlayer .playerTable span.map_title *{
  box-sizing: border-box;
}

.mbMiniPlayer .playerTable span.map_title{
  position:relative;
  font:'Titillium Web' sans-serif !important;
    letter-spacing: 0.25px;
    font-size: 20px;
  text-shadow: none !important;
  letter-spacing:0 !important;
  width:100% !important;
  height:20px !important;
  top:-2px !important;
  background:transparent !important;
  text-align:left !important;
  cursor:default !important;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.mbMiniPlayer .map_info{
  display: none;
  background: rgb(48, 48, 48);
  color: #D1D1D1;
  padding: 1px 4px;
  position: absolute;
  z-index: 10;
}

.mbMiniPlayer .playerTable span.map_rew{
  cursor:pointer !important;
}

.mbMiniPlayer .playerTable span.map_volumeLevel{
  white-space: nowrap;
  overflow: hidden;
}

.mbMiniPlayer .playerTable span.map_volumeLevel a{
  position:relative !important;
  display:inline-block !important;
  margin:0 ;
  border-right:1px solid rgba(0,0,0,0.4) ;
  width:2px;
  padding:0 ;
  background-color:white ;
  height:100 ;
  vertical-align:middle !important;
  opacity:.1 ;
  cursor:pointer !important;
}

.mbMiniPlayer .playerTable span.map_volumeLevel a:hover{
  opacity:1!important;
}

.mbMiniPlayer .playerTable span.map_volumeLevel a.sel{}

.mbMiniPlayer .playerTable span.map_time{
  width:1px;
  font:11px/14px 'Titillium Web' sans-serif !important;
    letter-spacing: 0.25px;
  overflow:hidden;
  white-space:nowrap;
  cursor:default !important;
  text-shadow: 1px -1px 1px rgba(0,0,0,.6)!important;
}

.mbMiniPlayer .playerTable span.map_play{
  border-radius:0 4px 4px 0 !important;
  cursor:pointer !important;
}

.mbMiniPlayer[isplaying=true] .playerTable span.map_play{
  -webkit-animation: playing .7s infinite alternate;
  animation: playing .7s infinite alternate;
}

@keyframes playing {
  from {
    opacity:1;
  }
  to {
    opacity:.5;
  }
}

@-webkit-keyframes playing {
  from {
    opacity:1;
  }
  to {
    opacity:.5;
  }
}
@-moz-keyframes playing {
  from {
    opacity:1;
  }
  to {
    opacity:.5;
  }
}

.mbMiniPlayer .playerTable span.map_volume{
  border-radius:4px 0 0 4px !important;
  cursor:pointer !important;
  padding-left:6px !important;
  padding-right:0 !important;
}

.mbMiniPlayer .copy{
  font: 10px/12px font:'Titillium Web' sans-serif !important;
    letter-spacing: 0.25px;
  color: #e0e0e0;
  padding-left: 10px;
  display: none;
}

.mbMiniPlayer span.map_download{
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 5px !important;
  font-size: 50px !important;
  line-height: 22px !important;
  color: rgba(0,0,0,.2);

  transition: color 1s;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
}

.mbMiniPlayer a.map_download{
  text-decoration: none;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 5px !important;
  font-family: "mb_audio_fontRegular" !important;
  font-size: 50px !important;
  line-height: 22px !important;
  color: rgba(0,0,0,.2);

  transition: color 1s;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}

/* Wordpress Playlist (needed only by wordpress) ---------------------------------------*/

.map_pl_container{
  margin: 10px 0;
  border:1px solid #000;
}

.map_pl_container .pl_items_container{
  overflow-y: auto;
  width: 99%; 
}

.map_pl_container .pl_item{
  position: relative;
  margin: 5px 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  font: 14px/14px font:'Titillium Web' sans-serif !important;
    letter-spacing: 0.25px;
  display: block;
}

.map_pl_container .pl_item:hover{
  color: #999;background-color: #e5d878;
}

.map_pl_container .pl_item span.map_download{
  position: absolute;
  right: 5px;
  top: 2px;
  display: block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 2px !important;
  font-family: "mb_audio_fontRegular" !important;
  font-size: 34px !important;
  line-height: 22px !important;
  color: rgba(0,0,0,.2);

  transition: color 1s;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}

.map_pl_container .pl_item span.map_download:hover{
  color: #e5d878;

  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
}

.map_pl_container .pl_item.sel{
  color: #666;
  background: rgba(0, 0, 0, 0.10);
  border-radius: 8px;
}

.map_album_infobox{
  padding: 10px; display: none;
    
}

.map_item_title{
  font-weight: 600;
}

.map_item_album{
  font-style: italic;
}

.map_item_artist{
  display: block;
}