/***********************************/
/******** MINIPLAYER STYLES ********/
/***********************************/
.miniplayer-wrapper {
    position: relative;
    z-index: 9;
    bottom: 65px;
    background-color: transparent;
    height: 55px;
    width: 324px;
    margin: 0 10px 10px 10px;
}

.miniplayer-wrapper button.btn.btn-grey.play {
    height: 54px;
    width: 54px;
    font-size: 24px;
    padding: 0 0 0 3px;
}

.miniplayer-controls {
    height: 44px;
    width: 260px;
    display: inline-block;
    background: rgb(100, 100, 100); /* opaque fallback */
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    margin-left: -4px;
    padding: 5px;
}

.miniplayer-controls.hiddencontrols {
    /* Hide mini player controls when music not playing - display:none !important;*/
}

.miniplayer-controls div {
    display:inline-block;
}
.miniplayer-controls .trackcontrols {
    float: right;
}

.miniplayer-controls .trackcontrols .btn {
    height: 22px;
    font-size: 14px;
    padding: 2px 7px;
    line-height: 8px;
}

.miniplayer-controls .trackcontrols .btn span {
    padding:0;
}

.miniplayer-controls .seekbar {
    position: relative;
    left: 0;
    width: 130px;
    height: 10px;
    margin-top: 8px;
    background-color: #c8c8c8;
}

.seekbar div.indicator {
    background-color: #646464;
    height: 10px;
    width: 7px;
    position: relative;
    left: 30px;
}

.miniplayer-controls button.btn.btn-mini.btn-blue.sharebutton {
    text-transform: lowercase;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size:14px;
    padding:0px 2px 0px 2px;
    margin-left: 3px;
    margin-top: -6px;
}
.volumeslider-container {
    height:20px;
    width:55px;
    position: relative;
    bottom: 27px;
    right: -216px;
}

.volumeslider {
    /*
    height: 0;
    width: 0;
    position: relative;
    border-bottom: 10px solid #c8c8c8;
    border-left: 38px solid transparent;
    */
    overflow:hidden;
    width:40px;
    height:10px;
}
.volumeslider .vol-icon {
    background: url('../img/volume.png') no-repeat left bottom;
    width:40px;
    height:10px;
}

.miniplayer-controls span.icon-volume-up {
    position: relative;
    top: 12px;
    left: -15px;
}

.modal {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.modal a.sharetile {
    max-width:96px;
    margin: 0 auto;
    display: block;
}

.modal a.sharetile img {
    max-width:96px;
    margin: 0 auto;
}

.modal button.close {
    font-size:32px;
    line-height:22px;
    margin-top:0;
}



/* This is required for the jquery slider */
.miniplayer-controls-wrapper {
    display:inline-block;
}
/* --------- */


/* Extra Styling for Share Buttons */
.share a {
    display:inline-block;
    width: 16px;
    height:16px;
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-left:4px;
}
.share .facebook {
    background-image: url("../img/share-facebook.png");
}
.share .twitter {
    background-image: url("../img/share-twitter.png");
}
.share .googleplus {
    background-image: url("../img/share-googleplus.png");
}