/*@media screen and (min-width:641px) {*/

.audio-player {
    position: fixed;
    bottom: 0;
    left: 0;
    /*text-align: center;*/
    width: 100%;
    z-index: 4;
    color: #999;
}

body.page-player-standalone .audio-player {
    position: absolute;
    top: 0;
    left: 0;
}

.audio-player.collapsed {
    height: 0;
}

.audio-player .view-mode {
    background: none #333333;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-box-shadow: inset 0 0 6px #666;
    -webkit-box-shadow: inset 0 0 6px #666;
    box-shadow: inset 0 0 6px #666;
    padding: 0 6px;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 11px;
    text-align: center;
}

.audio-player-wrapper {
    margin: 0 auto;
    /*width: 1100px;*/
    background: none #333;
    /*-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;*/
    -moz-box-shadow: inset 0 0 6px #666;
    -webkit-box-shadow: inset 0 0 6px #666;
    box-shadow: inset 0 0 6px #666;
}

.audio-player-inner {
    /* 5px padding bottom is to accomodate horizontal scroll bar on iOS */
    padding: 10px 10px 5px 0;
    position: relative;
    margin: 0 auto;
    width: 1080px;
}

.audio-player .thumb {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 12px;
}

.audio-player .thumb img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none #111111;
    padding: 3px;
    display: block;
    width: 60px;
    height: 60px;
}

.audio-player .now-playing-seek-wrapper {
    float: left;
    /*width: 894px;*/
}

.audio-player .now-playing-seek-wrapper .play-quality {
    float: right;
    font-size: 0.8em;
    text-transform: uppercase;
}

.audio-player .now-playing-seek-wrapper .play-quality .suffix {
    color: #fff;
}

.audio-player .now-playing-title {
    font-size: 17px;
    color: #fff;
    max-width: 620px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.audio-player .now-playing-author {
    margin: 2px 0 0;
}

.audio-player .now-playing {
    /*font-size: 12px;*/
}

.audio-player .now-playing .title {
    color: #fff;
    /*font-size: 14px;*/
}

.audio-player .controls-wrapper {
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.audio-player .btn {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    float: left;
    margin: 0 4px;
}

.audio-player .btn.playpause {
    background: url('../images/media/btn-play-md.png') no-repeat;
    width: 65px;
    height: 65px;
}

.audio-player .btn.playpause.playing {
    background: url('../images/media/btn-pause-md.png') no-repeat;
}

.audio-player.streaming .btn.playpause.playing {
    background: url('../images/media/btn-stop.png') no-repeat;
}

.audio-player .btn.prev {
    background: url('../images/media/btn-prev-md.png') no-repeat 0 50%;
    width: 40px;
    height: 65px;
}

.audio-player .btn.disabled {
    cursor: default;
    opacity: 0.1;
}

.audio-player .btn.next {
    background: url('../images/media/btn-next-md.png') no-repeat 0 50%;
    width: 40px;
    height: 65px;
}

.audio-player .btn.volume {
    /*background: url('../images/media/btn-vol.png') no-repeat;*/
    width: 20px;
    height: 20px;
}

.audio-player .btn.volume.muted {
    /*background: url('../images/media/btn-vol-muted.png') no-repeat;*/
}

.audio-player .audio-player-volume-wrapper {
    padding: 7px 0;
    position: absolute;
    right: 150px;
    width: 14px;
    height: 51px;
    background-color: #111;
    /*background: transparent url('../images/media/vol-track.png') no-repeat 3px 0;*/
    border-radius: 3px;
}

.audio-player .audio-player-volume {
    position: absolute;
    display: none;
    width: 14px;
    height: 51px;
}

.audio-player .audio-player-volume a.ui-slider-handle {
    height: 14px;
    margin-bottom: -7px;
    width: 14px;
    background-color: #999;
    position: absolute;
    box-shadow: inset 0 0 4px #333333;
    border-radius: 2px;
    display: block;
}

.audio-player .audio-player-volume-wrapper .vol-track {
    width: 9px;
    height: 58px;
    position: absolute;
    bottom: 0;
    right: -15px;
    /*top: 5px;*/
    opacity: 0.2;
    background: transparent url('../images/media/vol-track.png') no-repeat 0 0;
}

.audio-player .audio-seek-wrapper {
    overflow: hidden;
    margin: 7px 0;
}

.audio-player.sticky-top .audio-seek-wrapper {
    /*margin: 0;*/
}

.audio-seek-outer {
    padding: 1px;
    background: #111111;
    border-radius: 2px;
    overflow: hidden;
    float: left;
}

.audio-player .audio-seek {
    overflow: hidden;
    width: 526px;
    height: 14px;
    position: relative;
}

.audio-player .audio-buffering {
    height: 14px;
    background: url('../images/media/loadingBarXgs3.gif') 0 0 repeat-x;
    border-radius: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.audio-player .audio-seek-loaded {
    height: 14px;
    background: #222222;
    box-shadow: inset 0 0 4px #333333;
    border-radius: 2px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.audio-player .audio-seek-inner {
    height: 14px;
    /*background: #999;*/
    background: #a8a8a8;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YThhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTc1NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a8a8a8 0%, #757575 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a8a8), color-stop(100%, #757575));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a8a8a8 0%, #757575 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a8a8a8 0%, #757575 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a8a8a8 0%, #757575 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a8a8a8 0%, #757575 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#757575', GradientType=0);
    /* IE6-8 */
    box-shadow: inset 0 0 4px #666666;
    border-radius: 2px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.audio-player .position-current {
    float: left;
    margin: 0 4px 0 0;
    line-height: 1.2em;
    min-width: 45px;
}

.audio-player .position-duration {
    float: left;
    margin: 0 0 0 8px;
    line-height: 1.2em;
    min-width: 24px;
}

.audio-player .links {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.audio-player .links a {
    display: block;
    margin-bottom: 1px;
    text-align: right;
}

.audio-player .share-track {
    /*background: url('../images/fb-share.png') no-repeat;
  display: block;
  width: 80px;
  height: 28px;
  text-indent: -1000px;
  overflow: hidden;*/
}

.share-popup {
    background: none repeat scroll 0 0 #333333;
    border-radius: 3px 3px 3px 3px;
    bottom: 83px;
    box-shadow: 0 0 5px #111111;
    display: none;
    line-height: 1.5em;
    padding: 3px;
    position: absolute;
    right: -19px;
    z-index: 1;
}

body.page-player-standalone .share-popup {
    right: 0;
    bottom: 56px;
}

.share-popup .link {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-size: 12px;
    padding: 2px;
    width: 250px;
}

.share-popup .label {
    float: left;
    font-size: 8pt;
    font-weight: bold;
    margin: 1px 4px -2px 3px;
}

.share-popup .close {
    float: left;
    font-weight: normal;
    font-size: 14px;
    margin: -1px 2px 0 4px;
}

.share-popup .arrow {
    background: url("../images/arrow-down-grey.png") no-repeat 50% 0;
    height: 11px;
    left: 275px;
    position: relative;
    bottom: -24px;
    width: 21px;
}

body.page-player-standalone .share-popup .arrow {
    display: none;
}

.audio-player .links .details-link {
    /*margin-bottom: 7px;*/
}

body.page-player-standalone .audio-player .links .details-link {
    display: none;
}

body.page-player-standalone .audio-player .popout-link {
    display: none;
    /* TODO let users re-attach to main screen */
}


/*}*/


/*******
 * 
 *  For smaller devices like smartphones and small resolution tablets.
 *
 *******/


/*@media screen and (min-width:0px) and (max-width:640px) {

}*/