/* DOM */
/* player styles */
.logoK {
    height: 24px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
}
.logoK img {
    width: 120px;
}
div.jp-audio {
    border: medium none;
    border-radius: 5px;
    height: 76px;
    position: absolute;
    width: 123px;
    padding: 0;
    background: none;
}
div.jp-audio .logo {
    position: absolute;
    right: 0;
    text-align: left;
    top: 101px;
}

div.jp-audio .jp-interface {
	background: none;
    position: relative;
    z-index: 9;
    padding: 0;
}
div.jp-interface ul.jp-controls {
    background: none repeat scroll 0 0 transparent;
    margin: 5px 0 0px 5px;
    padding: 0;
    z-index: 9;
}
div.jp-interface ul.jp-controls a {
	height: 50px;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    margin: 0 1px 2px 0;
    padding: 0;
}
div.jp-type-single .jp-controls li a {
    width: 50px;
    margin-top: 10px;
    margin-left: 7px;
}
div.jp-interface ul.jp-controls a.jp-mute, 
div.jp-interface ul.jp-controls a.jp-unmute, 
div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("../img/spriteK.png") no-repeat scroll -31px -282px transparent;
    height: 20px;
    width: 20px;
}
div.jp-interface ul.jp-controls a.jp-mute:hover {
	background: url("../img/spriteK.png") no-repeat scroll -31px -256px transparent;
}
div.jp-interface ul.jp-controls a.jp-unmute:hover {
	background: url("../img/spriteK.png") no-repeat scroll -31px -256px transparent;
}
div.jp-interface ul.jp-controls a.jp-volume-max {
	background-position: -63px -282px;
}
div.jp-interface ul.jp-controls a.jp-volume-max:hover {
	background: url("../img/spriteK.png") -63px -256px;
}

div.jp-audio, div.jp-audio-stream, div.jp-video {
	color: black;
}
div.jp-type-single .jp-play {
	background: url('../img/rs-default.png') no-repeat -6px -39px rgba(0,0,0,0.5);
    border-radius: 50%;

    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
div.jp-type-single .jp-play:hover {
	background-color: rgba(0,0,0,1);
}
div.jp-type-single .jp-pause {
	background: url("../img/spriteK.png") no-repeat scroll -180px -25px transparent;
}
div.jp-type-single .jp-pause:hover {
	background: url("../img/spriteK.png") no-repeat scroll -32px -24px transparent;
}
.jp-volume-bar {
    background: #832A2E;
    border-radius: 3px 3px 3px 3px;
    height: 7px;
    left: 15px !important;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 63px !important;
    width: 120px;
}
div.jp-audio ul.jp-controls a.jp-volume-max, div.jp-audio-stream ul.jp-controls a.jp-volume-max {
    right: -100px;
    top: 59px;
}
.jp-current-time, .jp-duration {
    color: #8C7A99;
    font-size: 0.5em;
    left: 210px;
    margin-left: 0;
    position: absolute;
    top: 58px;
    width: auto;
}
div.jp-audio ul.jp-controls a.jp-mute, div.jp-audio ul.jp-controls a.jp-unmute, div.jp-audio-stream ul.jp-controls a.jp-mute, div.jp-audio-stream ul.jp-controls a.jp-unmute {
    left: 145px;
    top: 59px;
}
.jp-volume-bar-value {
 	background: none repeat scroll 0 0 whiteSmoke;
    border-radius: 3px 3px 3px 3px;
    height: 5px;
    left: 1px;
    position: relative;
    top: 1px;
}
.data-Thumb {
    float: left;
}
.data-Thumb img {
    width: 66px;
    height: 66px;
    background: #7c2529;
    box-shadow: 0 0 2px 0 black;
    padding: 4px;
    border: none;
}
.jp-title ul, .jp-playlist ul {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
    left: 70px;
    top: 5px;
}
.jp-title {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 150px;
}
.jp-title li {
    text-align: left;
    width: 165px;
    line-height: 1;
}
.jp-title li h3 {
    font-family: Trebuchet MS;
    font-size: 12px;
    margin: 0;
    padding-bottom: 0;
    line-height: 1;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: normal;
}
.jp-title li p {
    font-family: trebuchet ms;
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 10px;
}
.jp-type-single {
    float: left;
    height: 78px;
    width: 90px;
}
#player-loader {
    display: none;
    height: 40px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 9999;
}
#player-loader img {
    left: 50%;
    position: relative;
    margin-left: -16px;
}

.ads-bg {
    width: 100%!important;
}
.ads-bg iframe {
    width: 100%!important;
}

#current-track-meta-content{
	display:block;
}

#current-track-meta-content .data-Thumb img {
    width: 66px;
    height: 66px;
    background: #7c2529;
    box-shadow: 0 0 2px 0 black;
    padding: 4px;
    border: none;
}
#current-track-meta-content li {
    width: 125px;
}


#current-track-meta-content p {
    font-size: 12px;
    position: relative;
    color: #7c2529;
    font-weight: bold;
}