#awp-wrapper {
	width: 1440px;
	margin: 0 auto;
	background-color: #4d4a4a;
	text-align: center;
	height: 80px;
	position: relative;
}
#awp-wrapper .combine-part {
    display: inline-block;
    margin: 0 auto;
    float: left;
    padding: 20px 20px 20px 35px;
    width: 20%;
    background-color: #000;
}
#awp-wrapper .left-icon, #awp-wrapper .right-icon {
    display: inline-block;
    float: left;
padding-right: 22px;position: relative;}
#awp-wrapper .right-icon {padding-left: 22px;}
.awp-volume-wrapper {
    display: inline-block;
    float: left;
	position: relative;
}
#awp-wrapper .timing-songs {
    display: inline-block;
    float: left;
    width: 7%;
	margin-right: 15px;
}
.awp-media-time-total.awp-visible, .awp-media-time-current.awp-visible, .awp-media-time-total.awp-hidden, .awp-media-time-current.awp-hidden{
    display: inline-block;
    padding-top: 44px;float: left;
}
#awp-wrapper .combine-two {
    display: inline-block;
    width: 80%;
    float: right;
    margin: 0 auto;
    padding: 10px 0px 10px 0;
    background-color: #000;
    height: 80px;
}
.awp-volume-seekbar {
    position: absolute;
    left: 70px;
    top: 4px;
    width: 70px;
    height: 16px;
    cursor: pointer;
    touch-action: none;
}
.awp-media-time-current, .awp-media-time-total, .awp-playlist-item {
    font-family: Nunito Sans;
    color: #FFFFFF;
    font-size: 14px !important;
	letter-spacing: -0.02em;
}
.awp-playlist-item {
    text-align: center;
    padding-bottom: 5px;
}
.awp-playlist-inner.mCustomScrollbar._mCS_1 {
    width: 95%;
    margin: 0 auto;
}
.awp-waveform-wrap, .awp-waveform.awp-visible {
    height: 50px;
    overflow: hidden;
	width: 530px;  display: inline-block;
}
.awp-player-holder {
    height: 62px;
    overflow: hidden;
    width: 530px;
    display: inline-block;
    float: left;
    padding-left: 0px;
    padding-top: 10px;
}
.awp-player-thumb-wrapper {
    display: inline-block;
    float: left;
    padding-left: 125px;
}
.awp-player-thumb .awp-visible, .awp-player-thumb {
    width: 58px;
    height: 58px;
    object-fit: cover;
}
.awp-info {
	display: inline-block;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
    width: 170px;
}
p.awp-player-title, p.awp-player-artist {
    display: inline-block;
    width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.awp-player-title{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}
.awp-player-artist{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    padding-top:7px;
}
#awp-wrapper .buy-botton {
	background: #1EBD94;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	border: navajowhite;
	padding: 5px 31px;
	margin-top: 11px;
}
.addred-slash {
	display: inline-block;
	float: left;
	font-family: Nunito Sans;
	color: #FFFFFF;
	font-size: 14px !important;
	letter-spacing: -0.02em;
	padding-top: 44px;
	padding-left: 4px;
	padding-right: 4px;
}
.awp-playback-toggle i {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    top: 1px;
    left: 0px;
    right: 0px;
    text-align: center;
	 font-size: 17px !important;
    line-height: 40px !important;
    color: #000 !important;
	 top: 0px;
}

.awp-playback-toggle .fa.fa-play {
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    padding-left: 3px;
}
.awp-player-volume i {
	position: absolute;
    width: 40px;
    height: 40px;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    background-color: #302E31;
    border-radius: 23px;
	z-index: 999 !important;
}
.awp-player-volume i::before {
    top: 8px;
    position: absolute;
    left: 12px;
}
.awp-playback-toggle {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color:#ff8e8e;
    position: relative;
    padding-right: 0px !important;
	display: inline-block;
    float: left;
}
.awp-volume-seekbar {
    position: absolute;
    left: 0px;
    top: -101px;
	width: 40px;
    height: 140px;
    cursor: pointer;
    touch-action: none;
    background: #26538C;
    border: 2px solid #26538C;
    box-sizing: border-box;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    z-index: 0 !important;
	    display: none;
}

.awp-volume-wrapper:hover .awp-volume-seekbar {
    display: block;
}


.awp-volume-wrapper .awp-player-volume img {
    z-index: 1;
    position: absolute;
    top: 0px;
}

.awp-volume-level {
    position: absolute;
    width: 3px !important;
    height: 10px;
    background: #262626;
    left: 16px;
    bottom: 37px;
}
.awp-volume-bg {position: absolute;
    top: 19px;
    width: 3px;
    height: 80px;
    background: #fff;
    left: 16px;
    bottom: 10px;
}
.awp-tooltip {
    position: absolute;
    background: #555;
    color: #fff !important;
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    text-align: center;
    z-index: 10000;
    pointer-events: none;
}
.combine-two span#buy_this_by_player {width: auto;float: right;margin-right: 30px;}

#awp-wrapper .Close_blue {background-color: #000;text-align: right;padding: 0 20px;display: none;}
#awp-wrapper .Close_blue a:hover {cursor: pointer;color: #fff;}
.slide_icon {display: none;}



@media (max-width : 1370px){
#awp-wrapper {width: 100%;}
.awp-player-thumb-wrapper {padding-left: 60px;}
#awp-wrapper .left-icon, #awp-wrapper .right-icon {display: inline-block;float: left;
padding-right: 18px;}
#awp-wrapper .right-icon {padding-left: 18px;}
	
	
}

@media (max-width : 1024px){

#awp-wrapper .combine-part {padding: 20px 16px 20px 21px;width: 20%;}
#awp-wrapper .combine-two {width: 80%;padding: 10px 0px 10px 0;}
#awp-wrapper .timing-songs {width: 9%;margin-right: 8px;}
.awp-player-thumb-wrapper {padding-left: 15px;}
#awp-wrapper .buy-botton {font-size: 15px;padding: 5px 25px;}
.combine-two span#buy_this_by_player {margin-right: 20px;}
.awp-player-volume i {display: none;}
#awp-wrapper .right-icon {padding-right: 0px;}
#awp-wrapper {background-color: #000000;}
.awp-info {padding-top: 8px;width: 150px;}
p.awp-player-title, p.awp-player-artist {width: 130px;}
.awp-player-holder, .awp-waveform-wrap, .awp-waveform.awp-visible {width: 370px;}
.dropdown.photo-right .dropdown-toggle img {top: 0px;height: 40px;width: 40px;}


}




@media (max-width : 992px){

/*player-css*/
.awp-playback-toggle {width: 40px;height: 40px;}
#awp-wrapper .combine-part {padding: 13px 10px 20px 10px;width: 25%;}
#awp-wrapper .combine-part a img {width: 40px;}
#awp-wrapper .left-icon, #awp-wrapper .right-icon {padding-right: 7px;}
.awp-waveform-wrap, .awp-waveform.awp-visible, .awp-player-holder {display: none;}
#awp-wrapper .right-icon {padding-left: 8px;}
.awp-media-time-current, .awp-media-time-total, .awp-playlist-item {font-size: 13px !important;}
#awp-wrapper .timing-songs {width: 73px;margin-right: 0px;position: absolute;bottom: 0px;left: 5%;}
.awp-player-thumb-wrapper {padding-left: 10px;padding-top: 2px;}
.awp-player-thumb .awp-visible, .awp-player-thumb {width: 50px;height: 50px;}
#awp-wrapper .buy-botton {font-size: 14px;padding: 5px 23px;margin-top: 7.5px;}
.awp-player-title {font-size: 16px;}
.awp-player-artist {font-size: 14px;line-height: 100%;padding-top: 0px;}
.awp-info {width: 160px;padding-top: 10px;}
p.awp-player-title, p.awp-player-artist {width: 150px;}
.awp-playlist-content {display: none;}
#awp-wrapper {background-color: #000000;}
#awp-wrapper .combine-two {width: 64%;padding: 13px 0px 10px 0;}
.awp-player-volume i {
display: none;}



}

@media (max-width : 767px){
/**player-css**/
#awp-wrapper .combine-part a img {width: 40px;}
.awp-playback-toggle{width: 40px !important;height: 40px !important;}
div#audio_player .awp-playback-toggle i {font-size: 18px !important;line-height: 32px !important;padding-top: 5px;top: 0px;padding-left: 1px;}
div#audio_player .awp-player-volume i::before {left: 11px;top: 13px;}
div#audio_player .awp-player-volume i {width: 40px !important;height: 40px !important;font-size: 18px !important;line-height: 13px !important;}
#awp-wrapper .combine-part {padding: 10px 10px !important;width: 100% !important;}
#awp-wrapper .left-icon{padding-right: 10%;}
#awp-wrapper .right-icon {padding-left: 10%;padding-right: 10%;}
#awp-wrapper .combine-two {width: 100% !important;}
#awp-wrapper .timing-songs {width: 16% !important;margin-right: 5px !important;margin-left: 3px !important;}
.awp-player-holder {width: 80% !important;}
.awp-player-thumb-wrapper {padding-left: 29px !important;margin-top: 7px;}
.awp-info {padding-left: 9px;padding-top: 13px;padding-right: 8px;}
.awp-waveform-wrap, .awp-waveform.awp-visible {height: 50px;width: 100%;}
.awp-waveform-wrap, .awp-waveform.awp-visible{width:100% !important;}
.awp-player-title {font-size: 16px !important;}
.awp-player-artist {font-size: 14px;padding-top: 1px !important;}
div#audio_player .awp-info {padding-left: 10px;padding-right: 10px;padding-top: 19px;}
#awp-wrapper a.left-icon {margin-left: 80px;}	
#awp-wrapper .buy-botton {font-size: 13px;line-height: 23px;padding: 5px 20px;margin-top: 14px;float: right;margin-right: 20px !important;}	
#awp-wrapper .combine-part {padding: 10px 10px !important;width: 100% !important;position: absolute;bottom: -94px;left: 0px;}
#awp-wrapper .combine-two {height: 84px;position: absolute;top: 21px;left: 0px;right: 0px;padding-top: 0px;display: none;}
#awp-wrapper .timing-songs {width: 18% !important;position: absolute;bottom: -70px;left: 0px;right: 0px;
float: none;margin: 0 auto !important;text-align: center !important;background-color: black;display: inline-block;}
.awp-player-holder {display: none;}
div#audio_player .awp-player-thumb-wrapper {display: block !important;float: left;}
.awp-playlist-holder .awp-playlist-item {display: none;}
.awp-media-time-total.awp-visible, .awp-media-time-current.awp-visible, .awp-media-time-total.awp-hidden, .awp-media-time-current.awp-hidden {padding-top: 0px;}
.addred-slash {padding-top: 0px;}
.awp-volume-wrapper {z-index: 9;display: none;}
p.awp-player-title, p.awp-player-artist {width: 114px;}
.combine-two span#buy_this_by_player {margin-right: 5px;}
.awp-info {width: 114px;}	
#awp-wrapper {bottom: 109px;background-color: transparent;}
div#audio_player {bottom: -2px !important;}
.matching {color: #000;}
#awp-wrapper .Close_blue a {font-family: Nunito Sans;font-style: normal;font-size: 16px;}
#awp-wrapper .Close_blue {background-color: #000000;text-align: right;display: block;position: absolute;left: auto;right: 0px;top: 86px;width: 45%;
padding: 1px 20px;}
.player_maxamize .combine-two {display: block !important;}
.player_maxamize p.Close_blue {top: 0px !important;}
.slide_icon {display: block;position: absolute;left: 0px;right: auto;z-index: 9;background-color: #000;width: 56%;height: 24px;margin-top:86px;text-align: right;}
.player_maxamize .slide_icon {top: 0px;}
.slide_icon .slide_btn {background-color: transparent;border: none;margin-top: -17px;margin-right: -7px;}
.player_maxamize .slide_icon .upword_arrow { display: block !important;margin-top: 0px;}
.slide_icon .upword_arrow {display: none !important;}
.player_maxamize .slide_icon .down_arrow {display: none;margin-top: 0px;}
.slide_icon .down_arrow {display: block;margin-top: 0px;}
.slide_icon img {margin-right: 0px !important;}
.player_maxamize .slide_icon {margin-top: 0px;}
.player_maxamize .combine-part {bottom: -76px !important;}
div#audio_player .awp-playback-toggle i.fa.fa-play {padding-left: 2px;}



	
}

@media (max-width :767px) and (orientation : landscape){
/*player-css*/
#awp-wrapper .combine-two {width: 100% !important;padding: 0 30px;}
div#audio_player .awp-player-thumb-wrapper {display: inline-block;}
div#audio_player .awp-media-time-current, div#audio_player .awp-media-time-total, div#audio_player .awp-playlist-item {font-size: 13px !important;}
.awp-player-thumb-wrapper {padding-left: 0px !important;margin-top: 0px;padding-top: 1px;}
.awp-player-thumb .awp-visible, .awp-player-thumb {width: 50px;height: 50px;}
#awp-wrapper .combine-two {height: 65px;}
#awp-wrapper .combine-part {bottom: -44px;}
#awp-wrapper a.left-icon {margin-left: 0px;}
#awp-wrapper .left-icon {padding-right: 7px;}
#awp-wrapper .right-icon {padding-left: 50px;padding-right: 100px;}
#awp-wrapper .combine-part {padding: 0px 10px 26px 10px !important;width: 32% !important;position: static;}
#awp-wrapper .combine-part a img {width: 36px;}
.awp-playback-toggle {width: 36px !important;height: 36px !important;}
#awp-wrapper .right-icon {padding-left: 7px;padding-right: 7px;}
div#audio_player .awp-player-volume i {
width: 40px !important;height: 40px !important;font-size: 17px !important;line-height: 12px !important;}
div#audio_player .awp-playback-toggle i {font-size: 16px !important;top: 0px;}
#awp-wrapper .combine-two {width: 59% !important;position: static;
padding: 0 0px;float: right;}
#awp-wrapper {bottom: -14px;}
#awp-wrapper .buy-botton {font-size: 13px !important;margin-top: 17px;padding: 5px 20px;
margin-right: 10px !important;}
.awp-info {width: 170px;}
p.awp-player-title, p.awp-player-artist {width: 155px;}
div#audio_player .awp-info {padding-left: 15px;padding-right: 10px;padding-top: 13px;}
#awp-wrapper .timing-songs {width: 14% !important;position: absolute;padding-top: 0px;float: left;padding-left: 0px;bottom: 15px;left: 7%;right: auto;}
div#audio_player {bottom: 0px !important;}
.slide_icon {display: none;}
#awp-wrapper .Close_blue {top: -14px;}
#awp-wrapper .combine-two {display: block;}
div#audio_player .awp-playback-toggle i {padding-top: 2px;}
.marquee-box {width: 92px;}









}



@media only screen and (device-width: 360px) and (device-height: 780px){
#awp-wrapper a.left-icon {margin-left: 73px;}	

}

@media only screen and (device-width: 390px) and (device-height: 844px){
#awp-wrapper a.left-icon {margin-left: 86px;}
}

@media only screen and (device-width: 414px) and (device-height: 896px){
#awp-wrapper a.left-icon {margin-left: 25%;}
	
}

@media only screen and (device-width: 428px) and (device-height: 926px) {
#awp-wrapper a.left-icon {margin-left: 25%;}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait){
.awp-info {width: 120px;}
p.awp-player-title, p.awp-player-artist {width: 110px;}
#awp-wrapper a.left-icon {margin-left: 63px;}
.awp-player-thumb-wrapper {padding-left: 15px !important;}
#awp-wrapper .timing-songs {width: 20% !important;}


}

@media (max-width :568px) and (orientation : landscape){
#awp-wrapper .Close_blue {top: -14px !important;}


}







