/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/html5-audio-player-with-playlist/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */
* {
    margin: 0;
    padding: 0;
    outline: 0px;
}
body {
    background-color: #fff;
    font-family: vista-sans, sans-serif;
    outline: 0px;
}

header h2{
    font-size: 22px;
    margin: 0px auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}


/* HTML5 Audio player with playlist styles */
.example {
    margin: 20px auto 0;
    width: 100%;
}
.player {
    height: 162px;
    position: relative;
    width: 100%;
    z-index: 2;
    background: #3598CB;
    overflow: hidden;
}
.title, .artist {
    left: 140px;
    position: absolute;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}
.artist {
    color: #fff;
    font-size: 12px;
    top: 43px;
}
.pl {
    background: transparent url("../../images/spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl:hover {
    top: 21px;
}
.cover {
    background: transparent url(../../data/cover1.jpg) no-repeat scroll center top;
    height: 94px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
    box-shadow: 3px 3px 10px #333;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    border: 1px solid white;
}
.controls {
    cursor: pointer;
    height: 23px;
    left: 140px;
    position: absolute;
    top: 65px;
    width: 138px;
    outline: 0px;
}
    .controls .play, .controls .pause, .controls .rew, .controls .fwd {
        background: transparent url("../../images/audio-player/spr.png") no-repeat scroll 0 0;
        float: left;
        height: 100%;
        width: 33%;
        outline: 0px;
    }
.controls .play {
    background: #3598CB;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    margin-right:10px;
}
    .controls .play:before {
        content: url(../../images/audio-player/play.svg);
        position: relative;
        top: -3px;
        left: 2px;
    }
.controls .pause {
    background: #3598CB;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    display: none;
    margin-right:10px;
}

    .controls .pause:before {
        content: url(../../images/audio-player/pause.svg);
        position: relative;
        top: -3px;
        left: 0px;
    }
.controls .rew {
    background: #3598CB;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    margin-right:10px;
}

    .controls .rew:before {
        content: url(../../images/audio-player/back.svg);
        position: relative;
        top: -3px;
        left: -2px;
    }

.controls .fwd {
    background: #3598CB;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    margin-right:10px;
}

    .controls .fwd:before {
        content: url(../../images/audio-player/forward.svg);
        position: relative;
        top: -3px;
        left: 2px;
    }
.controls .play:hover {
    background: #333333;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    margin-right:10px;
}
.controls .pause:hover {
    background: #333333;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    margin-right:10px;
}
.controls .rew:hover {
    background: #333333;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    margin-right:10px;
}
.controls .fwd:hover {
    background: #333333;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    margin-right:10px;
}
.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 4px;
    left: 140px;
    position: absolute;
    top: 112px;
    width: 200px;
    background: rgba(255,255,255,0.3);
}
.tracker {
    height: 8px;
    left: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(255,255,255,0.2);
}
.ui-slider-range {
    background: white;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 8px;
    margin-left: -8px;
    position: absolute;
    top: 0px;
    width: 8px;
    z-index: 2;
    background: #3598CB;
    outline: 0px;
}
.volume .ui-slider-handle {
    background: white;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
}
.playlist {
    border-radius: 0px;
    list-style-type: none;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    background-image: url(../../images/audio-player/homepage-bg.jpg);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    border-bottom: 5px solid #3598CB;
}
.playlist li {
    color: #3598CB;
    cursor: pointer;
    background: rgba(53,152,203,0.3);
    margin-bottom: 2px;
    padding: 13px 20px;
    font-size: 14px;
}
.playlist li.active {
    font-weight: bold;
}