/* ============================================================================================== 
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.
================================================================================================= */

/* HTML5 Audio player with playlist styles */

.player {
    background: transparent url("../images/audio_player.png") no-repeat scroll center top;
    height: 162px;
    position: relative;
    width: 326px;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
@media screen and (max-width: 600px){
	.player{
    top:32;
}
}
.title, .artist {
    font-family: verdana;
    position: absolute;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    font-size: 14px;
    /*top: -40px;    */
    top : -78px;
    background-color: #454545;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    color: white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.artist {
    color: #EEEEEE;
    font-size: 10px;
    /*top: 40px;*/
    top: -36px;
    background-color: #454545;
    padding: 10px;
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.pl {
    background: transparent url("../images/audio_player.png") no-repeat scroll -274px -175px;
    height: 34px;
    left: 220px;
    position: absolute;
    top: 20px;
    width: 32px;
}

.cover {
    background: transparent url(../images/cover1.jpg) no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    height: 94px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
}
.controls {
    cursor: pointer;
    height: 23px;
    left: 167px;
    position: absolute;
    top: 65px;
    width: 138px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd {
    background: transparent url("../images/audio_player.png") no-repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 33%;
}
.controls .play {
    background-position: -8px -171px;
}
.controls .pause {
    background-position: -8px -198px;
    display: none;
}
.controls .rew {
    background-position: -54px -171px;
}
.controls .fwd {
    background-position: -100px -171px;
}
.controls .play:hover {
    background-position: -8px -170px;
}
.controls .pause:hover {
    background-position: -8px -197px;
}
.controls .rew:hover {
    background-position: -54px -170px;
}
.controls .fwd:hover {
    background-position: -100px -170px;
}
.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 11px;
    left: 190px;
    position: absolute;
    top: 96px;
    width: 112px;
}
.tracker {
    height: 15px;
    left: 20px;
    position: absolute;
    top: 111px;
    width: 285px;
}
.ui-slider-range {
    background: transparent url("../images/audio_player.png") no-repeat scroll 5px -222px;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume .ui-slider-handle {
    background: url("../images/audio_player.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist {
    background-color: #4c4c4c;
    border-radius: 5px 5px 5px 5px;
    list-style-type: none;
    margin: -10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}
.playlist li {
    cursor: pointer;
    padding: 7px;
    color:white;
    transition: ease-in 0.3s;
    border-bottom: 1px solid #565656;

}
.playlist li:hover {
    background-color: #5b5b5b;
}

.my_audio_gallery{
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    position: relative;

}
.audio_active{
    background-color: #454545;
    border-bottom: 1px solid #b64e5c;
}
.playlist_hidden i{
    text-align: right;
    position: absolute;
    float: right;
    right: 20;
    text-decoration: none;
    color:white;
    padding-left: 15px;
    padding-top: 5px;
}
.audio_title{
    padding:10px;
    background-color: #b64e5c;
    color:white;
    display: inline;
    bottom: 18px;
    position: relative;
    left: 25;
    cursor: pointer;
}
.audio_player_title{
    padding:10px;
    color:#454545;
    width:100%;
    font-size: 25px;
    margin-bottom: 30px;
    /*margin-left: 25px;*/
}
.audio_player_title i{
    text-decoration: none;
    color:#454545;
    margin-left: 25px;
}
.audio_option_active{
    background-color:#4c4c4c !important;
}

/* kirtan gallery */
.cd_up_back img{
    transition: ease-in 0.2s;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
    margin-top: 17;
    z-index: 0;
    position: relative;

}
.cd_up_back img:hover{
    -webkit-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.75);
}
.cd_up_back{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.cd_up_back p{
    background-image: url("../images/cover_01.png");
    color:white;
    padding:7px;
    z-index: 1;
    position: relative;
    margin: 0px;
}


/* kirtan gallery */