.mayosis-normal-audio-player-msb .mayosis-awp-player-box-msb{
	position:relative;
	
}

.mayosis-normal-audio-player-msb .awp-player-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	margin:15px 0;
	    margin: 15px 0;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 5px;
}
.mayosis-normal-audio-player-msb .msb-alt-metas{
    margin-top:-3px;
    font-size:14px;
}
.mayosis-normal-audio-player-msb .msb-alt-metas span{
    font-size:14px;
}
.mayosis-normal-audio-player-msb .msb-ad-post-content{
    width:100%;
    margin-top:15px;
    border-top: 1px solid #f3f0f0;
    padding-top: 15px;
    
}
.mayosis-normal-audio-player-msb .product-audio-meta-titlebar h3{
    margin-bottom:0;
    font-size:18px;
    line-height:1.4;
}

.mayosis-normal-audio-player-msb .awp-player-thumb-wrapper{
	position:relative;
	width:90px;
	height:90px;
	background-color: #222;
	overflow:hidden;
	border-radius:50%;
}
.mayosis-normal-audio-player-msb .awp-player-thumb{
	width:90px;
	height:90px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius:50%;
}
.mayosis-normal-audio-player-msb .awp-player-thumb img{
	display: block;
	position: absolute;
	max-width: none;
    height: 100%;
    width: auto!important;
	min-width: 90px;
	border-radius:3px;
}
.mayosis-normal-audio-player-msb  .msb-inner-meta-price{
    text-align:right
}

.mayosis-normal-audio-player-msb .awp-player-holder{
	position:relative;
	top:0px;
	height:90px;
	overflow:hidden;
	background-color: transparent;
	flex:1;
}




.mayosis-normal-audio-player-msb .awp-waveform-wrap {
    position: relative;
    height: 100%;
}
.mayosis-normal-audio-player-msb .awp-waveform {
    position: relative;
	top:50%;
	-webkit-transform: translate(0, -50%);
  	-ms-transform: translate(0, -50%);
  	transform: translate(0, -50%);
}
.mayosis-normal-audio-player-msb .awp-waveform-preloader{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	color:#222;
	font-size: 16px;
	pointer-events:none;
	opacity: 0;
}

.mayosis-normal-audio-player-msb .awp-waveform-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events:none;
}
.mayosis-normal-audio-player-msb .awp-waveform-img-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mayosis-normal-audio-player-msb .awp-waveform-img-progress-wrap{
	position: absolute;
    top: 0;
    left: 0;
    width:0;
    height: 100%;
    overflow: hidden;
    border-right: 3px solid #0000ff;
}
.mayosis-normal-audio-player-msb .awp-waveform-img-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mayosis-normal-audio-player-msb .awp-waveform-img-load img,
.mayosis-normal-audio-player-msb .awp-waveform-img-progress img{
    display: block;
    width: 100%;
    height: 100%;

}




.mayosis-normal-audio-player-msb .awp-contr-btn svg{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 18px;
	fill:currentColor;
	transition: color .1s ease-out;
}
.mayosis-normal-audio-player-msb .awp-contr-btn svg{
	color: #fff;
}

.mayosis-normal-audio-player-msb .awp-media-time-current{
	position:absolute;
	left:5px;
	bottom:0;
	margin:0!important;
	padding: 3px!important;
	color:#222;
	font-size:13px!important;
	width:auto;
	pointer-events:none;
}
.mayosis-normal-audio-player-msb .awp-media-time-total{
	position:absolute;
	right:5px;
	bottom:0;
	margin:0!important;
	padding: 3px!important;
	color:#222;
	font-size:13px!important;
	width:auto;
	pointer-events:none;
}


.mayosis-normal-audio-player-msb .awp-playback-controls{
	width: 90px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.mayosis-normal-audio-player-msb .awp-playback-toggle{
	position:absolute!important;
	top:50%!important;
	width:70px!important;
	height:70px!important;
	border-radius: 100%!important;
	left:50%!important;
  	transform: translate(-50%, -50%);
  	
}
.mayosis-normal-audio-player-msb .awp-playback-toggle i{
	font-size: 24px!important;
	line-height:70px!important;
	text-align: center;
	display: inline-block;
}
.mayosis-normal-audio-player-msb .awp-playback-toggle img{
	height: 30px;
}
.mayosis-normal-audio-player-msb .awp-playback-toggle svg{
	height: 30px;
}


.mayosis-normal-audio-player-msb .awp-skip-backward{
	position: absolute!important;
    top: 50%!important;
    left: 30px;
    transform: translateY(-50%);
    height: 30px!important;
}
.mayosis-normal-audio-player-msb .awp-skip-forward{
	position: absolute!important;
    top: 50%!important;
    right: 30px;
    transform: translateY(-50%);
    height: 30px!important; 
}
.mayosis-normal-audio-player-msb .awp-skip-backward i,
.mayosis-normal-audio-player-msb .awp-skip-forward i{
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
}
.mayosis-normal-audio-player-msb .awp-skip-backward svg,
.mayosis-normal-audio-player-msb .awp-skip-forward svg{
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
}


.mayosis-normal-audio-player-msb .awp-volume-wrapper{
	position:absolute;
	width:25px;
	height:25px;
	bottom:8px;
	left:17px;
}
.mayosis-normal-audio-player-msb .awp-volume-wrapper:hover .awp-volume-seekbar{
	display: block;
}
.mayosis-normal-audio-player-msb .awp-player-volume{
	position:absolute;
	width:25px;
	height:25px;
	left:0;
	top:0;
}
.mayosis-normal-audio-player-msb .awp-player-volume i{
	position: absolute;
	width:25px;
	height:25px;
	font-size: 18px!important;
	line-height:25px!important;
	color:#fff !important;
	text-align: center;
	display: inline-block;
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
}
.mayosis-normal-audio-player-msb .awp-player-volume svg{
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
}


.mayosis-normal-audio-player-msb .awp-volume-seekbar{
	position:absolute;
	left:25px;
	top: 0;
    height: 100%;
    width: 100px;
    background: rgba(0,0,0,0);
	cursor: pointer;
	touch-action: none;
	display: none;
}
.mayosis-normal-audio-player-msb .awp-volume-bg{
	position:absolute;
	top:10px;
	left:10px;
	width:80px;
	height:5px;
	background:#bbb;
}
.mayosis-normal-audio-player-msb .awp-volume-level{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:#fff;
}





.mayosis-normal-audio-player-msb #awp-playlist-list{
	display:none;
}
.mayosis-normal-audio-player-msb .awp-playlist-holder{
	position:relative;
	top:0px;
	width:100%;
	background:#333;
	overflow:hidden;

}
.mayosis-normal-audio-player-msb .awp-playlist-inner{
	padding:20px;
	min-height:100px;
	max-height:150px;
	position: relative;
	box-sizing: content-box;
	display:none !important;
}
.mayosis-normal-audio-player-msb .awp-playlist-item{
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
	padding: 15px 0;
	display: flex;
	flex-direction: row;
}
.mayosis-normal-audio-player-msb .awp-playlist-item > a {
    border: 0;
}
.mayosis-normal-audio-player-msb .awp-playlist-item:last-child {  
	margin-bottom:0px!important;
}
.mayosis-normal-audio-player-msb .awp-playlist-item-content {
	color:#222!important;
	text-decoration: none; 
	margin-right: 10px;
	cursor: pointer;
	flex:1;
	display: flex;
	align-items: center;
}
.mayosis-normal-audio-player-msb .awp-playlist-selected .awp-playlist-item-content{
	color:#ff33ff!important;
}

.mayosis-normal-audio-player-msb .awp-playlist-thumb {
	position: relative;
	width:50px;
	height:50px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	flex-shrink: 0;
}
.mayosis-normal-audio-player-msb .awp-playlist-thumb img{
	display: block;
	height:100%;
	width: auto!important;
	min-width: 50px;
	position: absolute;
}
.mayosis-normal-audio-player-msb .awp-playlist-title {
	font-size:14px;
	color:inherit;
}
.mayosis-normal-audio-player-msb .awp-download, .awp-link{
	float:right;
	color:#fff!important;
	font-size: 16px;
	width: 30px;
	text-align: center;
	position: relative;
}
.mayosis-normal-audio-player-msb .awp-download i, .awp-link i{
	color:inherit;
	transition: color 0.3s ease-in-out; 
}
.mayosis-normal-audio-player-msb .awp-download svg, .awp-link svg{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 18px;
	fill:currentColor;
	transition: color .1s ease-out;
}
.mayosis-normal-audio-player-msb .awp-download:hover, .awp-link:hover{
	color:#ff33ff!important;
}
.mayosis-normal-audio-player-msb .awp-playlist-filter-msg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	line-height:100px;
	display: none;
}
.mayosis-normal-audio-player-msb .awp-playlist-filter-msg p{
	font-size:15px!important;
	color:#fff!important;
	vertical-align: middle!important;
    text-align:center!important;
	padding:0!important; 	
	margin:0!important; 
	line-height:inherit!important;
}
.mayosis-normal-audio-player-msb .awp-bottom-bar{
	position:relative;
	top:0px;
	clear:both;
	height:30px;
	width:100%;
	overflow:hidden;
	border-top:1px solid #222;
}
.mayosis-normal-audio-player-msb .awp-search-filter{
	position:relative;
	margin-left:20px;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin-top:-9px;
	padding:0!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#222 !important;
	color:#fff !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	outline:none;
}


.mayosis-normal-audio-player-msb .awp-sort-alpha{
	position:relative;
	left:5px;
	top:0px;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}


.mayosis-normal-audio-player-msb .awp-bottom-controls{
	position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    height: 100%;
}
.mayosis-normal-audio-player-msb .awp-bottom-controls .awp-contr-btn{
	margin-left: 7px;
}



/* playback rate */

.mayosis-normal-audio-player-msb .awp-playback-rate-wrap{
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.mayosis-normal-audio-player-msb .awp-playback-rate-min,
.mayosis-normal-audio-player-msb .awp-playback-rate-max{
    font-size: 13px;
    margin: 0 5px;
    pointer-events: none;
    color: #222;
}
.mayosis-normal-audio-player-msb .awp-playback-rate-holder{
    width: 350px;
}
.mayosis-normal-audio-player-msb .awp-playback-rate-seekbar{
    width:200px;
    height:30px;
    position: relative;
    cursor: pointer;
    touch-action: none;
}
.mayosis-normal-audio-player-msb .awp-playback-rate-bg{
	background:#222;
    position:absolute;
    top:13px;
    left:10px;
    width:180px;
    height:3px;
}
.mayosis-normal-audio-player-msb .awp-playback-rate-level{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    background-color: #ff33ff;
}
.mayosis-normal-audio-player-msb .awp-playback-rate-drag{
    position: relative;
    top:-9px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    -webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    float: right;
    margin-right: -9px;
    background:#ff33ff;
}
.mayosis-normal-audio-player-msb .awp-playback-rate-drag:hover,
.mayosis-normal-audio-player-msb .awp-playback-rate-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}







.mayosis-normal-audio-player-msb .awp-tooltip{
	background:#222;
	border:1px solid #333;
	color: #fff;

	position:absolute;
    text-align:center;
    z-index:10000;
    pointer-events:none;
    display:none;
    font-size:12px!important;
    padding:2px 5px !important;
    line-height:20px !important;
    white-space:nowrap;
}

.mayosis-normal-audio-player-msb .awp-download-confirm{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	border:1px solid #555;
	opacity:0;
	z-index:1000;
	display:none;
}
.mayosis-normal-audio-player-msb .awp-download-confirm p{
	padding:10px 5px !important;
	font-size:14px;
	color:#fff;
	background:#333;
	text-align: center;
}
.mayosis-normal-audio-player-msb .awp-preloader{
	position:absolute;
	width:36px;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-15px;
	background: #111 url('../data/loading.gif') no-repeat center center; 
}



.mayosis-normal-audio-player-msb .awp-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.mayosis-normal-audio-player-msb .awp-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}




/* scroll */
.mayosis-normal-audio-player-msb .awp-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}


.mayosis-normal-audio-player-msb .awp-playlist-icons{
	display: flex;
	margin-left: auto;
}
.mayosis-normal-audio-player-msb .awp-contr-btn{
	width: 25px;
	height: 100%;
	position: relative;
}
.mayosis-normal-audio-player-msb .awp-contr-btn i{
	color: #fff;
	transition: color 0.3s ease-in-out; 
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.mayosis-normal-audio-player-msb .awp-download i,.mayosis-normal-audio-player-msb .awp-link i{
	transition: color 0.3s ease-in-out; 
}
.mayosis-normal-audio-player-msb .awp-contr-btn img{
	display: block;
	height: 18px;
	position:absolute;
	left:50%;
	top:50%;
  	transform: translate(-50%, -50%);
  	user-select:none;
}
.mayosis-normal-audio-player-msb .awp-playback-toggle img{
	height: 30px;
}
.mayosis-normal-audio-player-msb .awp-btn{
	display: none;
	height:100%;
}


.mayosis-normal-audio-player-msb .awp-playlist-icon{
    font-family: fontAwesome;
    font-size: 16px;
    color: #fff!important;
    width: 30px;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s ease-in-out; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.mayosis-normal-audio-player-msb .awp-playlist-icon:hover{
	color:#ff33ff!important;
}



/* css breakpoints */

@media only screen and (max-width: 500px) {
	.mayosis-normal-audio-player-msb .awp-playlist-item{
		flex-direction: column;
	}
	.mayosis-normal-audio-player-msb .awp-playlist-icons{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 400px) {
	.mayosis-normal-audio-player-msb .awp-player-wrap{
		flex-direction: column;
	}
	.mayosis-normal-audio-player-msb .awp-player-thumb-wrapper{
		width:100%;
	}
	.mayosis-normal-audio-player-msb .awp-player-thumb{
		left: 50%;
		transform: translateX(-50%);
	}
}







/****Fixed Player****/
/****Fixed Player****/
.mayosis-fixed-audio-player-msb #awp-wrapper,
.mayosis-fixed-audio-player-msb .mayosis-awp-wall-pls{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.mayosis-fixed-audio-player-msb .awp-player-holder{
	position:fixed;
	width:100%;
	height:75px;
	bottom:0px;
	background: #ededed;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	left:0;
}

.mayosis-fixed-audio-player-msb .awp-contr-btn-vol-i{
	font-size: 18px!important;
}
.mayosis-fixed-audio-player-msb .awp-media-time-current{
	position:relative;
	width:60px;	
	height:100%;
	color:#666;
	text-align: center;
	line-height: 75px;
	font-size: 14px;
	margin:0;
	padding: 0;
}

.mayosis-fixed-audio-player-msb .awp-waveform-wrap {
    position:relative;
	height:100%;
	overflow: hidden;
	flex:1;
	margin: 0 10px;
}
.mayosis-fixed-audio-player-msb .awp-waveform {
    margin-top: 12px;
}
.mayosis-fixed-audio-player-msb .awp-waveform-preloader{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	color:#333;
	font-size: 18px;
	pointer-events:none;
	opacity: 0;
}

.mayosis-fixed-audio-player-msb .awp-waveform-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events:none;
}
.mayosis-fixed-audio-player-msb .awp-waveform-img-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mayosis-fixed-audio-player-msb .awp-waveform-img-progress-wrap{
	position: absolute;
    top: 0;
    left: 0;
    width:0;
    height: 100%;
    overflow: hidden;
    border-right: 3px solid #0000ff;
}
.mayosis-fixed-audio-player-msb .awp-waveform-img-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mayosis-fixed-audio-player-msb .awp-waveform-img-load img,
.mayosis-fixed-audio-player-msb .awp-waveform-img-progress img{
    display: block;
    width: 100%;
    height: 100%;
}

.mayosis-fixed-audio-player-msb .awp-media-time-total{
	position:relative;
	width:60px;	
	height:100%;
	color:#666;
	text-align: center;
	line-height: 75px;
	font-size: 14px;
	margin:0;
	padding: 0;
}
.mayosis-fixed-audio-player-msb .awp-volume-seekbar{
	position:absolute;
	bottom:75px;
	left:0px;
	width:50px;
	height:80px;
	display:none;
	cursor: pointer;
	touch-action: none;
	background:#ededed !important;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.mayosis-fixed-audio-player-msb .awp-volume-wrapper:hover .awp-volume-seekbar{
	display: block;
}
.mayosis-fixed-audio-player-msb .awp-volume-bg{
	position:absolute;
	width:2px;
	height:60px;
	background:#777;
	left:24px;
	bottom:10px;
}
.mayosis-fixed-audio-player-msb .awp-volume-level{
	position:absolute;
	width:2px;
	height:60px;
	background:#fff;
	left:24px;
	bottom:10px;
}
.mayosis-fixed-audio-player-msb .awp-volume-seekbar-shadow-hider{
	position:absolute;
	width:50px;
	height:10px;
	background:#ededed;
	left:0px;
	bottom:-5px;
	pointer-events:none;
}




.mayosis-fixed-audio-player-msb .awp-player-title{
	color:#111;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding:0;
	font-size: 16px;
}
.mayosis-fixed-audio-player-msb .awp-player-desc{
	color:#333;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding:0;
	overflow-y: auto;
    max-height: 200px;
	font-size: 13px;
}
.mayosis-fixed-audio-player-msb .awp-player-desc::-webkit-scrollbar {
    width: 5px; 
    height: 5px; 
}
.mayosis-fixed-audio-player-msb .awp-player-desc::-webkit-scrollbar-thumb {
    background: #999; 
}
.mayosis-fixed-audio-player-msb .awp-player-desc::-webkit-scrollbar-track {
    background: #ddd; 
}
.mayosis-fixed-audio-player-msb .awp-share-holder{
	position: fixed;
	left: 50%;
	top: 50%;
	max-height: 300px;
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background:#ededed;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	box-sizing: border-box; 
}


.mayosis-fixed-audio-player-msb .awp-player-holder .awp-player-thumb{
    max-width:106px;
}


.mayosis-fixed-audio-player-msb #awp-playlist-list{
	display:none;
}
.mayosis-fixed-audio-player-msb .awp-playlist-holder{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	height: 100%;
    background:transparent !important;
    margin-top:40px;
}
.mayosis-fixed-audio-player-msb .awp-playlist-inner{
	height:100%;
	position: relative;
}
.mayosis-fixed-audio-player-msb .awp-playlist-item{
	background:#111;
	overflow: hidden;
	width: 20%;
	overflow: hidden;
}


.mayosis-fixed-audio-player-msb .awp-playlist-item-content {
	text-align: center;
	height: 100%;
	text-decoration: none; 
}
.mayosis-fixed-audio-player-msb .awp-playlist-thumb{
	display: block;
	position:relative;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}
.mayosis-fixed-audio-player-msb .awp-playlist-thumb img{
	display:block;
	width:100%;
	height:auto!important;
}
.mayosis-fixed-audio-player-msb .awp-playlist-thumb-style{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.mayosis-fixed-audio-player-msb .awp-playlist-thumb-style{
	background-image: url('../data/misc/play.png');
  	background-repeat: no-repeat;
  	background-position: center;
  	transition: opacity .2s ease-in; 
  	opacity: 0;
}
.mayosis-fixed-audio-player-msb .awp-playlist-thumb-style-pause{
    background-image: url('../data/misc/pause.png')!important;
}
.mayosis-fixed-audio-player-msb .awp-playlist-selected .awp-playlist-thumb-style,
.mayosis-fixed-audio-player-msb .awp-playlist-thumb:hover .awp-playlist-thumb-style{
    opacity: 1;
}
.mayosis-fixed-audio-player-msb .awp-playlist-selected .awp-thumbimg{
    transform: scale(1.1);
    transition: all .2s ease-in; 
    filter: brightness(70%);
}





.mayosis-fixed-audio-player-msb .awp-playlist-title{
	font-size:17px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	right: 0;
	padding:20px;
	opacity:0;
	pointer-events:none;
	-webkit-transition: all .5s ease-out;
    transition: all .5s ease-out; 
}
.mayosis-fixed-audio-player-msb .awp-playlist-selected .awp-playlist-title{
	opacity:1;
	bottom: 10px;
}

.mayosis-fixed-audio-player-msb .awp-download, 
.mayosis-fixed-audio-player-msb .awp-link {
    color: #fff!important;
    font-size: 16px!important;
    width: 40px;
    position: relative;
    text-align: center;
    float: left;
    height: 40px;
}
.mayosis-fixed-audio-player-msb .awp-download i,.mayosis-fixed-audio-player-msb .awp-link i {
    line-height: 40px;
    color: inherit;
    transition: color 0.3s ease-in-out;
}
.mayosis-fixed-audio-player-msb .awp-download:hover,.mayosis-fixed-audio-player-msb .awp-link:hover{
	color:#F665CF!important;
}



.mayosis-fixed-audio-player-msb .awp-preloader{
    position: fixed;
    width: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mayosis-fixed-audio-player-msb .awp-preloader span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#F665CF;
    position:absolute;
    animation: awp_preloader 1.5s  infinite ease-in-out;
}
.mayosis-fixed-audio-player-msb .awp-preloader span:nth-child(2){
	left:11px;
	animation-delay: .2s;
}
.mayosis-fixed-audio-player-msb .awp-preloader span:nth-child(3){
	left:22px;
	animation-delay: .4s;
}
.mayosis-fixed-audio-player-msb .awp-preloader span:nth-child(4){
	left:33px;
	animation-delay: .6s;
}
.mayosis-fixed-audio-player-msb .awp-preloader span:nth-child(5){
	left:44px;
	animation-delay: .8s;
}
@keyframes awp_preloader {
    0% {height:5px;transform:translateY(0px);}
    25% {height:30px;transform:translateY(15px);}
    50% {height:5px;transform:translateY(0px);}
    100% {height:5px;transform:translateY(0px);}
}



.mayosis-fixed-audio-player-msb .awp-bottom-controls{
	position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    height: 100%;
}
.mayosis-fixed-audio-player-msb .awp-bottom-controls .awp-contr-btn{
	margin-left: 7px;
}


/* share */

.mayosis-fixed-audio-player-msb .awp-playback-rate-holder{
    position: fixed;
    width: 300px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
    z-index: 10;
    background:#ededed;
    display: none;
}
.mayosis-fixed-audio-player-msb .awp-share-holder-inner{
	height: 30px;
    position: relative;
    display: flex;
}
.mayosis-fixed-audio-player-msb .awp-share-close,
.mayosis-fixed-audio-player-msb .awp-playback-rate-close{
    position: absolute!important;
    width: 40px!important;
    height: 40px!important;
    top: 0!important;
    right: 0!important;
    left: auto!important;
}
.mayosis-fixed-audio-player-msb .awp-share-item{
    position:relative;
    width:25px!important;
    height:100%;
    text-align: center;
    float: left;
    margin-right: 15px;
    transition: transform 0.3s;
}
.mayosis-fixed-audio-player-msb .awp-share-item:hover{
    transform: scale(1.7);
}


/* playback rate */

.mayosis-fixed-audio-player-msb .awp-playback-rate-wrap{
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.mayosis-fixed-audio-player-msb .awp-playback-rate-min,
.mayosis-fixed-audio-player-msb .awp-playback-rate-max{
    font-size: 13px;
    margin: 0 5px;
    pointer-events: none;
    color: #333;
}
.mayosis-fixed-audio-player-msb .awp-playback-rate-holder{
    width: 350px;
}
.mayosis-fixed-audio-player-msb .awp-playback-rate-seekbar{
    width:200px;
    height:30px;
    position: relative;
    cursor: pointer;
    touch-action: none;
}
.mayosis-fixed-audio-player-msb .awp-playback-rate-bg{
	background:#555;
    position:absolute;
    top:13px;
    left:10px;
    width:180px;
    height:3px;
}
.mayosis-fixed-audio-player-msb .awp-playback-rate-level{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    background-color: #ff33ff;
}




.mayosis-fixed-audio-player-msb .awp-tooltip{
	background: #555;
	color:#fff!important;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;

	position:absolute;
    text-align:center;
    z-index:10000;
    pointer-events:none;
    display:none;
    font-size:12px!important;
    padding:2px 5px !important;
    line-height:20px !important;
    white-space:nowrap;
}




.mayosis-fixed-audio-player-msb .awp-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.mayosis-fixed-audio-player-msb .awp-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}


/* scroll */
.mayosis-fixed-audio-player-msb .awp-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}





.mayosis-fixed-audio-player-msb .awp-playlist-icons{
	position: absolute;
    right: 0;
    top: 0;
}
.mayosis-fixed-audio-player-msb .awp-contr-btn{
	position:relative;
    left:0;
    top:0;
    width:50px;
    height:100%;
    float:left;
    cursor: pointer;
}
.mayosis-fixed-audio-player-msb .awp-contr-btn i{
	color: #555;
	transition: color 0.3s ease-in-out; 
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
.mayosis-fixed-audio-player-msb .awp-download i,.mayosis-fixed-audio-player-msb .awp-link i{
	transition: color 0.3s ease-in-out; 
}
.mayosis-fixed-audio-player-msb .awp-btn{
	display: none;
	height:100%;
}
.mayosis-fixed-audio-player-msb .awp-icon-hover i{
	color: #fff!important;
}

.mayosis-fixed-audio-player-msb .awp-playlist-icon{
    font-family: fontAwesome;
    font-size: 16px;
    float: right;
    color: #fff!important;
    width: 40px;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s ease-in-out; 
    height: 40px;
    line-height: 40px;
}
.mayosis-fixed-audio-player-msb awp-playlist-icon:hover{
	color:#F665CF!important;
}


.mayosis-fixed-audio-player-msb .mayosis-plylist-list-style-mws{
    width:100% !important;
    position:relative !important;
    float: left;
    height: auto;
    display: flex;
    flex-wrap: wrap;
        margin-bottom: 30px;
}
.mayosis-fixed-audio-player-msb .mayosis-plylist-list-style-mws .awp-playlist-icons{
    display:none;
}

.mayosis-fixed-audio-player-msb .mayosis-plylist-list-style-mws .awp-playlist-item-content{
    max-width:200px;
    position:relative;
    
    
}
.mayosis-fixed-audio-player-msb .mayosis-plylist-list-style-mws .product-audio-meta-fwall{
    flex:1;
    padding:15px;
}
.mayosis-fixed-audio-player-msb .mayosis-plylist-list-style-mws .product-audio-meta-fwall h3{
    font-size:18px;
    margin:0;
}

@media only screen and (max-width: 600px) {
	.mayosis-fixed-audio-player-msb .awp-media-time-total, .mayosis-fixed-audio-player-msb .awp-media-time-current{
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.mayosis-fixed-audio-player-msb .awp-prev-toggle, .mayosis-fixed-audio-player-msb .awp-next-toggle{
		display: none;
	}
}
/*** Archive Post **/

.mayosis-wave-catgeory-box-msv #awp-wrapper{

	position: relative;
    left: 0;
    width: 100%;
}

.mayosis-wave-catgeory-box-msv .awp-player-thumb-wrapper{
	position:absolute;
	width:100px;
	height:100px;
	float:left;
	background-color: #222;
	overflow:hidden;
	left:0;
	z-index:10;
}

.mayosis-wave-catgeory-box-msv .awp-player-holder{
	position:relative;
	top:0px;
	height:100px;
	overflow:hidden;
	background-color: #222;
}

.mayosis-wave-catgeory-box-msv .awp-waveform-wrap {
    position: relative;
    height: 100%;
}
.mayosis-wave-catgeory-box-msv .awp-waveform {
    position: relative;
	top:50%;
	-webkit-transform: translate(0, -50%);
  	-ms-transform: translate(0, -50%);
  	transform: translate(0, -50%);
}
.mayosis-wave-catgeory-box-msv  .awp-waveform-preloader{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	color:#fff;
	font-size: 18px;
	pointer-events:none;
	opacity: 0;
}

.mayosis-wave-catgeory-box-msv  .awp-waveform-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events:none;
}
.mayosis-wave-catgeory-box-msv  .awp-waveform-img-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mayosis-wave-catgeory-box-msv .awp-waveform-img-progress-wrap{
	position: absolute;
    top: 0;
    left: 0;
    width:0;
    height: 100%;
    overflow: hidden;
    border-right: 3px solid #0000ff;
}
.mayosis-wave-catgeory-box-msv .awp-waveform-img-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mayosis-wave-catgeory-box-msv .awp-waveform-img-load img,
.mayosis-wave-catgeory-box-msv .awp-waveform-img-progress img{
    display: block;
    width: 100%;
    height: 100%;
}


.mayosis-wave-catgeory-box-msv .awp-media-time-current{
	position:absolute;
	left:5px;
	bottom:0;
	margin:0!important;
	padding: 3px!important;
	color:#eee !important;
	font-size:13px!important;
	width:auto;
	pointer-events:none;
}
.mayosis-wave-catgeory-box-msv .awp-media-time-total{
	position:absolute;
	right:5px;
	bottom:0;
	margin:0!important;
	padding: 3px!important;
	color:#eee !important;
	font-size:13px!important;
	width:auto;
	pointer-events:none;
}



.mayosis-wave-catgeory-box-msv .awp-contr-btn i{
	position: absolute;
    top: 0;
    left: 0;
	width:25px;
	height:25px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 25px!important;
}


.mayosis-wave-catgeory-box-msv .awp-playback-toggle{
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.mayosis-wave-catgeory-box-msv .awp-playback-toggle i{
	position:absolute;
	font-size: 24px !important;
    background: #ccc;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    border-radius: 50%;
	color:#fff !important;
	text-align: center;
	display: inline-block;
}






.mayosis-wave-catgeory-box-msv .awp-wall4 .awp-playlist-content{

}


.mayosis-wave-catgeory-box-msv #awp-playlist-list{
	display:none;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-holder{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	background: transparent;
	   margin-top:40px;
}
.msb-title-section-tld{
    margin-top:40px;
    font-size: 36px;
    line-height: 1.4;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-inner{
	height: 100%;
	position: relative;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-item{
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
}

.mayosis-wave-catgeory-box-msv .awp-playlist-item-content {
	text-align: center;
	text-decoration: none; 
	position:relative;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-selected {
	
}
.mayosis-wave-catgeory-box-msv .awp-playlist-thumb{
	position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-thumb img{
	position: relative;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    max-width: none!important;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-title{
	font-size:17px;
	position:absolute;
	bottom:-10px;
	left:0;
	color:#fff;
	right: 0;
	padding:10px;
	opacity:0;
	pointer-events:none;
    transition: all .5s ease-out; 
}
.mayosis-wave-catgeory-box-msv .awp-playlist-selected .awp-playlist-title{
	opacity:1;
	bottom: 0px;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-thumb-style{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-thumb-style{
display:flex;
align-items:center;
justify-content:center;
  	transition: opacity .2s ease-in; 
  	opacity: 0;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-thumb-style:before{
  content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    background: #FB3C29;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    line-height: 50px;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-thumb-style-pause:before{
    content:"\f04c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.mayosis-wave-catgeory-box-msv .awp-playlist-selected .awp-playlist-thumb-style,
.mayosis-wave-catgeory-box-msv .awp-playlist-thumb:hover .awp-playlist-thumb-style{
    opacity: 1;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-selected .awp-thumbimg{
    transform: scale(1.1);
    transition: all .2s ease-in; 
    filter: brightness(70%);
}

.mayosis-wave-catgeory-box-msv .awp-download,
.mayosis-wave-catgeory-box-msv .awp-link {
    color: #fff!important;
    font-size: 16px!important;
    position: relative;
    text-align: center;
    float: left;
    width: 40px;
    height: 40px;
}
.mayosis-wave-catgeory-box-msv .awp-download i, .mayosis-wave-catgeory-box-msv .awp-link i {
    line-height: 40px;
    color: inherit;
    transition: color 0.3s ease-in-out;
}
.mayosis-wave-catgeory-box-msv .awp-download:hover,.mayosis-wave-catgeory-box-msv  .awp-link:hover{
	color:#F665CF!important;
}


.mayosis-wave-catgeory-box-msv .awp-preloader{
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mayosis-wave-catgeory-box-msv .awp-preloader span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#ff00ff;
    position:absolute;
    animation: awp_preloader 1.5s  infinite ease-in-out;
}
.mayosis-wave-catgeory-box-msv .awp-preloader span:nth-child(2){
	left:11px;
	animation-delay: .2s;
}
.mayosis-wave-catgeory-box-msv .awp-preloader span:nth-child(3){
	left:22px;
	animation-delay: .4s;
}
.mayosis-wave-catgeory-box-msv .awp-preloader span:nth-child(4){
	left:33px;
	animation-delay: .6s;
}
.mayosis-wave-catgeory-box-msv .awp-preloader span:nth-child(5){
	left:44px;
	animation-delay: .8s;
}
.mav-title-cat-mn h3{
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}
@keyframes awp_preloader {
    0% {height:5px;transform:translateY(0px);}
    25% {height:30px;transform:translateY(15px);}
    50% {height:5px;transform:translateY(0px);}
    100% {height:5px;transform:translateY(0px);}
}



.mayosis-wave-catgeory-box-msv .awp-playlist-filter-msg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	line-height:200px;
	display: none;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-filter-msg p{
	font-size:15px!important;
	color:#fff!important;
	vertical-align: middle!important;
    text-align:center!important;
	padding:0!important; 	
	margin:0!important; 
	line-height:inherit!important;
}
.mayosis-wave-catgeory-box-msv .awp-bottom-bar{
	position:relative;
	top:0px;
	clear:both;
	height:30px;
	width:100%;
	overflow:hidden;
	border-top:1px solid #222;
}
.mayosis-wave-catgeory-box-msv .awp-search-filter{
	position:relative;
	margin-left:20px;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin-top:-9px;
	padding:0!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#222 !important;
	color:#fff !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	outline:none;
}

.mayosis-wave-catgeory-box-msv .awp-sort-alpha{
	position:relative;
	left:5px;
	top:0px;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}



.mayosis-wave-catgeory-box-msv .awp-bottom-controls{
	position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    height: 100%;
}
.mayosis-wave-catgeory-box-msv .awp-bottom-controls .awp-contr-btn{
	margin-left: 7px;
}




/* playback rate */

.mayosis-wave-catgeory-box-msv  .awp-playback-rate-wrap{
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.mayosis-wave-catgeory-box-msv .awp-playback-rate-min,
.mayosis-wave-catgeory-box-msv .awp-playback-rate-max{
    font-size: 13px;
    margin: 0 5px;
    pointer-events: none;
    color: #eee;
}
.mayosis-wave-catgeory-box-msv .awp-playback-rate-holder{
    width: 350px;
}
.mayosis-wave-catgeory-box-msv .awp-playback-rate-seekbar{
    width:200px;
    height:30px;
    position: relative;
    cursor: pointer;
    touch-action: none;
}
.mayosis-wave-catgeory-box-msv .awp-playback-rate-bg{
	background:#eee;
    position:absolute;
    top:13px;
    left:10px;
    width:180px;
    height:3px;
}
.mayosis-wave-catgeory-box-msv .awp-playback-rate-level{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    background-color: #ff33ff;
}



.mayosis-wave-catgeory-box-msv .awp-tooltip{
	background:#222;
	color:#fff!important;
	border:1px solid #333;

	position:absolute;
    text-align:center;
    z-index:10000;
    pointer-events:none;
    display:none;
    font-size:12px!important;
    padding:2px 5px !important;
    line-height:20px !important;
    white-space:nowrap;
}




.mayosis-wave-catgeory-box-msv .awp-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.mayosis-wave-catgeory-box-msv .awp-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}



.mayosis-wave-catgeory-box-msv .awp-playlist-icons{
	position: absolute;
    right: 0;
    top: 0;
    display:none;
}
.mayosis-wave-catgeory-box-msv .awp-contr-btn{
	width: 25px;
	height: 100%;
	position: relative;
}
.mayosis-wave-catgeory-box-msv .awp-contr-btn i{
	color: #fff;
	transition: color 0.3s ease-in-out; 
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
.mayosis-wave-catgeory-box-msv .awp-download i,.mayosis-wave-catgeory-box-msv  .awp-link i{
	transition: color 0.3s ease-in-out; 
}
.mayosis-wave-catgeory-box-msv .awp-btn{
	display: none;
	height:100%;
}
.mayosis-wave-catgeory-box-msv .awp-icon-hover i{
	color: #ff33ff!important;
}

.mayosis-wave-catgeory-box-msv .awp-playlist-icon{
    font-family: fontAwesome;
    font-size: 16px;
    float: right;
    color: #fff!important;
    width: 40px;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s ease-in-out; 
    height: 40px;
    line-height: 40px;
}
.mayosis-wave-catgeory-box-msv .awp-playlist-icon:hover{
	color:#ff33ff!important;
}



