#fader { display: none;}
#playHere {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 20px;
    z-index: 1;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
}
#playHere .albumArtDiv{
    line-height: 0;
    text-align: center;
}
#playerWrap { padding: 10px 0;}
.tracklist {
    list-style-position: inside;
    margin: 0 auto 0;
    padding: 0;
}
.tracklist li {
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.tracklist li:nth-child(odd) {background: none 0 0 no-repeat rgba(1,1,1,.2);}
.tracklist li.active, .tracklist li:hover, .tracklist li.active a { color: #000; cursor: pointer;}
.tracklist li:hover {background: rgba(1,1,1,.6) ; color: #fff;}
.tracklist li.active, .tracklist li.active.even {background: rgba(249,234,137,.4);}
/*.tracklist li:first-child {
    border-top: 1px solid rgba(255,255,255,.2);
}*/
.tracklist a {
    display: inline-block;
}

.tracklist li a.buyLink {
    background: none repeat scroll 0 0 #222;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 2px #C30CB5;
    -moz-box-shadow: 0 0 2px #C30CB5;
    -webkit-box-shadow: 0 0 2px #C30CB5;
    color: #FFFFFF;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 9px;
    line-height: 10px;
    margin: 2px 0 0;
    padding: 3px 7px;
    text-transform: uppercase;
}
.artwork {
    box-shadow: 0 0 3px #000000;
    display: block;
    height: 270px;
    margin: 0 auto;
    width: 270px;
}
#love{
    text-align: center;
}
#love .bottom{
    line-height: 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
#love .bottom .btn-default{
    background-color: #303030;
    border-color: #2C2C2C;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid #222;
}
#love .bottom .btn-default:hover,#love .bottom .btn-default:focus, #love .bottom .btn-default:active, #love .bottom .btn-default.active{
    background-color: #689DA8;
    border-color: #689DA8;
    border-bottom: 1px solid #44818D;
}
#love .controls{
    margin:10px 0;
    display: inline-block;
}
.controls a {
    cursor: pointer;
    display: block;
    float: left;
    padding: 13px 10px 10px;
}
/*.controls a.prevTrack {
    background-position: -30px 0;
    width: 26px;
    margin-right: 20px;
}
.controls a.play {
    background-position: 0px 0;
    width: 31px;
}
.controls a.pause {
    background-position: 0 -31px;
    display: none;
    width: 31px;
}
.controls a.nextTrack {
    background-position: -55px 0;
    width: 26px;
    margin-left: 20px;
}*/
/*.controls a.nextTrack:hover {
    background-position: -55px -31px;
}*/


/*
    MUSIC BROWSE PAGE
*/
.musicPage .albumSect{
    padding: 18px 20px 0;
}
.musicPage .albumBlock .albumimg{
    width: 100%;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.musicPage .albumBlock:nth-child(6n+1){
    margin-left: 0;
}
/*.albumToolTip{
    text-align: left !important;
}*/
.albumToolTip .releasedDate{
    margin-top:5px;
    font-weight: 300 !important;
    color:#eee;
}

/*
    MUSIC DETAIL PAGE
*/
.musicPage .albumTop{
    padding: 18px 20px 20px;
    background:transparent url('../../../images/_pages/_global/uke2.png') right bottom no-repeat;
}
.musicPage .albumMid, .musicPage .albumBottom{
    position: relative;
    z-index: 8;
}
.musicPage .albumInfo h3{
    margin-bottom: 5px;
    max-width: 80%;
    max-width: -webkit-calc(100% - 110px);
    max-width: -moz-calc(100% - 110px);
    max-width: calc(100% - 110px);
}
.musicPage .shareLinks{
    padding-bottom: 0;
    padding-top:40px;
}
.musicPage .shareLinks .addthis_toolbox{
    float: left;
}
.musicPage .purchaseLinks{
    float: right;
    display: inline-block;
}
.musicPage .purchaseLinks .button{
    margin-left: 20px;
    text-transform: none;
}
.musicPage .purchaseLinks .button:first-child{
    margin-left: 0;
}
.musicPage .backLink{
    position: absolute;
    right: 12px;
    top: 2px;
}
.musicPage .albumTrackDiv{
    position: relative;
    padding: 20px;
}
.musicPage .bgAlbum{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width: 50%;
    z-index: 0;
    background:rgba(0,0,0,.4);
}
.musicPage .albumBottom h3{
    margin-bottom: 15px;
}
.musicPage .lyricsDiv{
    padding:20px;
}
.musicPage .lyricsDiv .lyrics{
    font-size: 14px;
    /* font-weight: bold; */
}
.musicPage .linerNotesDiv{
    padding:20px 20px 40px;
}
.musicPage .linerNotes{
    font-size: 12px;
    /* font-weight: bold; */
}


/*
    OVERWRITING OLD MUSIC STYLING
*/
.tracklist a{
    display: block;
    margin: 0;
    padding: 5px 10px;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}
.tracklist a:nth-child(odd) {
    background: none 0 0 no-repeat rgba(1, 1, 1, 0.2);
}
.tracklist a.active {
    background: rgba(1, 1, 1, 0.6);
    color: #FFF;
    border:0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tracklist a:hover {
    background: rgba(1, 1, 1, 0.6);
    color: #FFF;
}


/*
    POPUP PLAYER
*/
.popBorderLeft{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 13px;
    background: url('../../../images/_pages/_global/wood_box_border_left.png') repeat-y;
    -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
    z-index: 11;
}
.popBorderRight{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 13px;
    background: url('../../../images/_pages/_global/wood_box_border_left.png') repeat-y;
    -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
    z-index: 11;
}
.poplayer.popupBox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.poplayer.popupBox .poplayerIn{
    position: relative;
    z-index: 2;
    padding: 15px 15px 50px 15px;
}
.poplayer.popupBox .leftSide{
   padding: 20px 20px 20px 20px;
}
.poplayer.popupBox .leftSide img{
    width: 100%;
}
.poplayer.popupBox .rightSide{
    text-align: center;
    padding: 10px 10px 10px;
}
.poplayer.popupBox .controls a{
    padding: 0;
}
.poplayer.popupBox .music-buttons{
   display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.poplayer.popupBox .trackName{
    font-size: 15px;
}
.poplayer.popupBox .albumName{
    font-size: 17px;
    margin-top: 10px;
}
.poplayer.popupBox .socialsBuy{
    position: absolute;
    bottom: 15px;
    left: 0;
    width:100%;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,.3);
    z-index: 3;
}
.poplayer.popupBox .socialsBuyIn{
    display: inline-block;
}
.poplayer.popupBox .popSosh{
    background:transparent url('../../../images/_pages/music/share_buy.png') no-repeat 0 0;
    width: 20px;
    height: 20px;
    float: left;
    display: inline-block;
    margin-right: 7px;
    cursor: pointer;
}
.poplayer.popupBox .popSosh.fb{
    background-position: 0 0;
}
.poplayer.popupBox .popSosh.fb:hover{
    background-position: 0 -20px;
}
.poplayer.popupBox .popSosh.tw{
    background-position: -26px 0;
}
.poplayer.popupBox .popSosh.tw:hover{
    background-position: -26px -20px;
}
.poplayer.popupBox .popSosh.gp{
    background-position: -56px 0;
}
.poplayer.popupBox .popSosh.gp:hover{
    background-position: -56px -20px;
}
.poplayer.popupBox .popSosh.em{
    background-position: -86px 0;
}
.poplayer.popupBox .popSosh.em:hover{
    background-position: -86px -20px;
}
.poplayer.popupBox .popSosh.it{
    background-position:-113px 0;
}
.poplayer.popupBox .popSosh.it:hover{
    background-position:-113px -20px;
}
.poplayer.popupBox .popSosh.store{
    background-position:-136px 0;
    margin-right: 0;
}
.poplayer.popupBox .popSosh.store:hover{
    background-position:-136px -20px;
}

.poplayer.popupBox .popLabel{
     float: left;
     font-size: 14px;
     color:#aa9a8d;
    display: inline-block;
    margin-left: 13px;
    margin-right: 10px;
}
.poplayer.popupBox .popLabel:first-child{
    margin-left: 0;
}

.poplayer .coverLoading{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    text-align: center;
}
.poplayer .coverLoading #popSpinner{
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    top:50%;
    margin-top: -50px;
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

/*
    KEYFRAME ANIMATION
*/
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotating {
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotating {
    from{
        -o-transform: rotate(0deg);
    }
    to{
        -o-transform: rotate(360deg);
    }
}
@-ms-keyframes rotating {
    from{
        -ms-transform: rotate(0deg);
    }
    to{
        -ms-transform: rotate(360deg);
    }
}
@keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
