.app-aside{
	bottom: 3.4375rem !important;
	height: auto !important;
}

.app-footer:not(.hide) ~ .app-body{
	padding-bottom: 3.4375rem !important;
}

.app-player{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 1030 !important;
}

.playlist{
	padding: 10px 0 5px 0;
	min-height: 3.4375rem;
	background: inherit;
}

.playlist .tracks{
	counter-reset: li;
	background: inherit;
	position: absolute;
	display: none;
	bottom: 55px;
	width: 480px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(120,120,120,0.15);
	border-bottom-width: 0;
	list-style: none;
	max-height: 240px;
	overflow-y: auto;
}

.playlist .tracks .track{
	font-size: 12px;
	padding: 10px 4px 11px 40px;
	position: relative;
	border-top: 1px solid rgba(110,120,130,0.15);
}
.playlist .tracks .track:first-child{
	border-top-color: transparent;
}

.playlist .tracks .track-info{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.playlist .tracks .track::before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	content: counter(li);
	counter-increment: li;
	text-align: center;
	width: 40px;
	display: inline-block;
	opacity: 0.6;
}

.playlist .tracks .track.is-playing::before,
.playlist .tracks .track.is-current::before{
	font-family: 'gladysfont';
	content: '\e92f';
	opacity: 1;
}

.playlist .tracks .track-author{
	opacity: 0.6;
	margin-left: 10px;
	font-size: 0.85em;
}

.playlist .tracks .track-action{
	display: inline-block;
	padding: 0 5px;
	float: right;
}

.playlist .tracks .track-action .track-remove{
	display: inline-block;
	padding: 0 5px;
	font-size: 1.6em;
	opacity: 0.5;
	line-height: 1;
}

.playlist .mejs-container{
	background: transparent;
	position: relative;
	z-index: 1;
}

.playlist .mejs-video .mejs-mediaelement{
	top: auto;
	left: auto;
	right: 0;
	bottom: 100%;
	width: 320px;
	height: 180px;
	z-index: 1;
	margin: 0 0 10px 0;
	display: none;
}

.playlist .mejs-video.video-open .mejs-mediaelement{
	display: block;
}

.playlist .mejs-mediaelement iframe{
	width: 100%;
	height: 100%;
}

.playlist .mejs-layers {
	width: 20%;
	position: absolute;
	left: 0;
	z-index: 1;
	min-width: 240px;
}

.playlist .mejs-overlay-loading{
	display: none;
}
.playlist .mejs-overlay-loading span,
.playlist .mejs-overlay-button{
	background-image: none;
}

.playlist .mejs-container .mejs-controls {
	padding: 0;
	height: 40px;
	background: transparent;
	clip: auto;
	display: block !important;
	opacity: 1 !important;
}

.playlist .mejs-container .mejs-controls div {
	text-align: center;
	font-size: 14px;
}

.playlist .mejs-container .mejs-controls div,
.playlist .mejs-controls .mejs-button button {
	height: 40px;
	width: 40px;
}

.playlist .mejs-layers .mejs-track-artwork {
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 55px;
	height: 55px;
	margin-top: -10px;
}

.playlist .mejs-layers .mejs-track-details {
	overflow: hidden;
	padding: 5px 15px;
}

.playlist .mejs-layers .mejs-track-details .mejs-track-author {
	display: block;
	font-size: 11px;
	opacity: 0.7;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow:ellipsis;
}

.playlist .mejs-layers .mejs-track-details .mejs-track-title {
	display: block;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
  	overflow: hidden;
}
.mejs-track-title a:hover {
	text-decoration: underline;
}
.playlist .mejs-layers .mejs-track-actions{
	float: right;
	padding: 6px 8px;
}

.playlist .mejs-controls .mejs-button button {
	margin: 0;
	background-image: none;
}

.btn-playpause,
.btn-playvideo,
.btn-premium {
	color: #fff;
	font-size: 0;
	border-radius: 100%;
	background: transparent;
	border-width: 0;
	width: 70px;
	height: 70px;
	overflow: hidden;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
.item-list-sm .item .center{
	margin-left: -15px;
	margin-top: -15px;
}

.item-list-sm .btn-playpause,
.item-list-sm .btn-playvideo{
	width: 30px;
	height: 30px;
}

.item-list .btn-playpause,
.item-list .btn-playvideo {
	margin-left: 10px;
}

.item-overlay .btn-playpause::before,
.item-overlay .btn-playvideo::before,
.item-overlay .btn-premium::before {
	font-size: 30px;
	margin-left: -15px;
	margin-top: -15px;
}
.item-overlay .btn-playpause.is-playing::before, .item-overlay .btn-playvideo.is-playing::before {
	font-size: 30px;
	margin-left: -17px;
	margin-top: -15px;
}

.owl-item .item-overlay .btn-playpause::before, .owl-item .item-overlay .btn-playvideo::before {
	font-size: 30px;
	margin-left: -15px;
	margin-top: -15px;
}
.owl-item .item-overlay .btn-playpause.is-playing::before, .item-overlay .btn-playvideo.is-playing::before {
	font-size: 30px;
	margin-left: -17px;
	margin-top: -16px;
}
.item-list .item-overlay .btn-playpause::before, .item-list .item-overlay .btn-playvideo::before {
	font-size: 15px;
	margin-left: -8px;
	margin-top: -7px;
}
.item-list .item-overlay .btn-playpause.is-playing::before, .item-list .item-overlay .btn-playvideo.is-playing::before {
	font-size: 15px;
	margin-left: -10px;
	margin-top: -7px;
}

.btn-playpause::before,
.btn-playvideo::before,
.btn-premium::before {
	/* -webkit-transition: color 0.1s linear 0.1s;
	transition: color 0.1s linear 0.1s; */
	position: absolute !important;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -7px;
}
.btn-playpause:hover::before, 
.btn-playpause.active::before,
.btn-playvideo:hover::before, 
.btn-playvideo.active::before,
.btn-premium:hover::before,
.btn-premium.active::before{
    color: #fff;
}

.item-overlay .btn-playpause:hover::before, 
.item-overlay .btn-playpause.active::before,
.item-overlay .btn-playvideo:hover::before, 
.item-overlay .btn-playvideo.active::before,
.item-overlay .btn-premium:hover::before,
.item-overlay .btn-premium.active::before{
    color: #666;
}

.btn-playpause::after,
.btn-playvideo::after,
.btn-premium::after{
	content: '';
	border-radius: 100%;
	box-shadow: inset 0 0 0 3px;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
	-webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.btn-playpause:hover::after,
.btn-playpause.active::after,
.btn-playvideo:hover::after,
.btn-playvideo.active::after,
.btn-premium:hover::after,
.btn-premium.active::after{
	/* -webkit-transform: scale3d(1, 1, 1); */
	transform: scale3d(1, 1, 1);
	box-shadow: inset 0 0 0 35px;
}

.item .btn-playpause::after,
.item .btn-playvideo::after,
.item .btn-premium::after{
	background-color: rgba(0,0,0,0.3);
}

.item-action a.btn-premium {
	display: inline-block;
}
.item-action a.btn-premium:focus, .item-action a.btn-premium:hover {
	color: #4BC7CF !important
}

.owl-item .item-media .btn-playpause:hover::before,
.owl-item .item-media .btn-playvideo:hover::before,
.owl-item .item-media .btn-premium:hover::before {
	color: #666;
}

.btn-playpause::before, .btn-playvideo::before, .btn-premium::before, .playlist .mejs-layers .mejs-track-actions button::before, .playlist .mejs-controls .mejs-button button::before {
	background-color: transparent;
	display: inline-block;
	font-family: 'gladysfont';
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
	min-width: 14px;
	text-align: center;
}

.playlist .mejs-controls .mejs-next-button button::before {
	content: "\e933";
}

.playlist .mejs-controls .mejs-forward-button button::before {
	content: "\e92d";
}

.btn-playpause::before, .btn-playvideo::before, .playlist .mejs-controls .mejs-playpause-button.mejs-play button::before {
	content: "\e92f";
	margin-left: -13px;
	margin-top: -13px;
}
.btn-premium::before {
	content: "\e95a";
	padding-left: 2px;
	font-size: 25px;
	margin-left: -15px;
	margin-top: -14px;
}
.btn-playpause.is-playing::before, .btn-playvideo.is-playing::before, .playlist .mejs-controls .mejs-playpause-button.mejs-pause button::before {
	content: "\e92e";
	margin-left: -15px;
}

.app .playlist .mejs-controls .mejs-playpause-button.mejs-play button::before {
	margin-left: 5px;
}
.app .playlist .mejs-controls .mejs-playpause-button.mejs-pause button::before {
	margin-left: 0;
}

.btn-playpause.is-buffering::before,
.is-buffering .active > .btn-playpause::before,
.btn-playvideo.is-buffering::before,
.is-buffering .active > .btn-playvideo::before,
.is-buffering .playlist .mejs-controls .mejs-playpause-button button::before{
	border-color: transparent;
	-webkit-animation: mejs-spin 1.5s infinite linear;
    animation: mejs-spin 1.5s infinite linear;
}

.btn-playpause.is-buffering::before,
.is-buffering .active > .btn-playpause::before,
.btn-playpause.is-buffering::before,
.is-buffering .active > .btn-playvideo::before,
.is-buffering .playlist .mejs-controls .mejs-playvideo-button button::before,
.playlist .is-buffering .mejs-controls .mejs-playpause-button button::before,
.playlist .is-buffering .mejs-controls .mejs-playvideo-button button::before {
	content: "\e929";
	margin-left: -15px;
}



.btn-interactive-playpause {
	color: #fff;
	font-size: 13px;
	border-radius: 500px;
	background: #55b6b8;
	border-width: 0;
	width: 200px;
	height: 35px;
	overflow: hidden;
	padding: 0 0 0 15px;
	position: relative;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 0;
}
.btn-interactive-playpause::before {
	position: absolute !important;
	z-index: 2;
	top: 52%;
	left: 25px;
	margin-top: -9px;
	margin-left: -7px;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	font-family: 'gladysfont';
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
	min-width: 14px;
	text-align: center;
}
.btn-interactive-playpause:hover,
.btn-interactive-playpause.active {
	border: 2px solid #55b6b8;
	background-color: transparent;
	color: #55b6b8;
}
.btn-interactive-playpause:hover::before, 
.btn-interactive-playpause.active::before {
    color: #55b6b8;
}
.btn-interactive-playpause::before {
	content: "\e92f";
	margin-left: -9px;
}
.btn-interactive-playpause.is-playing::before {
	content: "\e92e";
	margin-left: -12px;
}

@media (max-width: 998px) {
	.item.play-interactive-button {
		margin-top: 0;
		float: none;
		width: 100%;
		text-align: center;
		position: relative;
		top: inherit;
	}
}




.app .playlist .mejs-controls .mejs-playpause-button.mejs-play button::before {
	margin-left: 4px;
	margin-top: 0;
}
.app .playlist .mejs-controls .mejs-playpause-button.mejs-pause button::before {
	margin-left: 0;
}

.btn-playpause.is-buffering::before,
.is-buffering .active > .btn-playpause::before,
.btn-playvideo.is-buffering::before,
.is-buffering .active > .btn-playvideo::before,
.is-buffering .playlist .mejs-controls .mejs-playpause-button button::before{
	border-color: transparent;
	-webkit-animation: mejs-spin 1.5s infinite linear;
    animation: mejs-spin 1.5s infinite linear;
}

.btn-playpause.is-buffering::before, .is-buffering .active > .btn-playpause::before, .btn-playpause.is-buffering::before, .is-buffering .active > .btn-playvideo::before, .is-buffering .playlist .mejs-controls .mejs-playvideo-button button::before, .playlist .is-buffering .mejs-controls .mejs-playpause-button button::before, .playlist .is-buffering .mejs-controls .mejs-playvideo-button button::before {
	content: "\e929";
	margin-left: -12px;
	margin-top: -10px;
	font-size: 21px;
}
.item-h .btn-playpause.is-buffering::before, .is-buffering .item-h .active > .btn-playpause::before, .item-h .btn-playpause.is-buffering::before, .is-buffering .item-h .active > .btn-playvideo::before {
	margin-top: -10px;
}
.playlist .mejs-controls .mejs-previous-button button::before {
	content: "\e932";
}

.playlist .mejs-controls .mejs-backward-button button::before {
	content: "\e92b";
}

.playlist .mejs-controls .mejs-toggle-playlist-button button::before {
	content: "\e928";
}

.mejs-controls .mejs-close-player-button button::before {
	content: "\e92a";
}

.playlist .mejs-controls .mejs-volume-button button::before{
	content: "\e90a";
}

.playlist .mejs-controls .mejs-volume-button.mejs-mute button::before{
	content: "\e936";
}

.playlist .mejs-layers .mejs-like-button::before{
	content: "\e922";
}
.playlist .mejs-layers .mejs-like-button.is-like::before{
	content: "\e909";
}

.playlist .mejs-controls .mejs-repeat-button button::before{
	content: '\e935';
}
.playlist .mejs-controls .mejs-shuffle-button button::before{
	content: '\e931';
}

.playlist .mejs-controls .mejs-youtube-button button::before{
	font-family: FontAwesome;
	content: '\f167';
}

.playlist .mejs-controls .mejs-playpause-button button{
	border: 0;
	background-color: #02b875;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 100%;
	width:  36px;
	height: 36px;
	margin: 2px;
}

.playlist .mejs-controls .mejs-button button:focus {
	outline: none !important;
}

.playlist .mejs-container .mejs-controls .mejs-time {
	color: inherit;
	padding-top: 0;
	line-height: 40px;
	min-width: 105px;
	height: auto;
	width: auto;
}

.playlist .mejs-controls div.mejs-time-rail{
	padding-top: 0;
	width: auto !important;
	position: absolute;
	left: 77px;
	right: 0;
	top: -10px;
	height: 5px;
}

.playlist .mejs-controls .mejs-time-rail > span > span{
	border-radius: 0;
	height: 0;
	top: 50%;
	border-top: 7px solid;
}
.playlist .mejs-controls .mejs-time-rail .mejs-time-total{
	height: auto;
	background: transparent;
	border: 0;
	margin: 0;
}
.playlist .mejs-controls .mejs-time-rail .mejs-time-total::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0px;
	border-top: 7px solid;
	opacity: 0.2;
}
.playlist .mejs-controls .mejs-time-rail .mejs-time-buffering,
.playlist .mejs-controls .mejs-time-rail .mejs-time-loaded{
	opacity: 0.2;
}
.playlist .mejs-controls .mejs-time-rail .mejs-time-current{
	opacity: 1;
	border-color: #02b875;
}

.playlist .mejs-controls .mejs-button{
	position: absolute;
	left: 50%;
}

.playlist .mejs-controls .mejs-volume-button{
	left: auto;
	right: 80px;
}

.playlist .mejs-controls .mejs-toggle-playlist-button {
	left: auto;
	right: 36px;
}

.playlist .mejs-controls .mejs-close-player-button {
	left: auto;
	right: 0px;
}

.playlist .mejs-controls .mejs-time{
	opacity: 0.5;
	position: absolute;
	right: 130px;
}

.playlist .mejs-controls div.mejs-playpause-button{
	margin-left: -20px;
}

.playlist .mejs-controls div.mejs-previous-button{
	margin-left: -60px;
}

.playlist .mejs-controls div.mejs-next-button{
	margin-left: 20px;
}

.playlist .mejs-controls div.mejs-backward-button{
	margin-left: -60px;
}

.playlist .mejs-controls div.mejs-forward-button{
	margin-left: 20px;
}

.playlist .mejs-controls div.mejs-youtube-button{
	margin-left: 100px;
	opacity: 0.5;
}
.video-open .mejs-controls div.mejs-youtube-button{
	opacity: 1;
}

.playlist .mejs-controls div.mejs-repeat-button{
	margin-left: 60px;
	opacity: 0.5;
}
.playlist .mejs-controls div.mejs-repeat-button.is-repeat{
	opacity: 1;
}

.playlist .mejs-controls div.mejs-shuffle-button{
	margin-left: -100px;
	opacity: 0.5;
}
.playlist .mejs-controls div.mejs-shuffle-button.is-shuffle{
	opacity: 1;
}


.playlist .mejs-controls .mejs-volume-button .mejs-volume-slider{
	background-color: #283039;
	border: 1px solid rgba(0,0,0,0.15);
	background-clip: padding-box;
	width: 80%;
	left: 10%;
	top: -110px;
}

.playlist .mejs-controls .mejs-volume-button .mejs-volume-slider::before,
.playlist .mejs-controls .mejs-volume-button .mejs-volume-slider::after{
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -7px;
	border-width: 7px;
	border-color: transparent;
	border-style: solid;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0;
}
.playlist .mejs-controls .mejs-volume-button .mejs-volume-slider::after{
	border-width: 6px;
	border-color: transparent;
	border-style: solid;
	border-top-color: #283039;
	border-bottom-width: 0;
	bottom: -6px;
	margin-left: -6px;
}

.playlist .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total, .playlist .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	left: 47%;
	margin-left: -1px;
	background: #6d6d6d;
	width: 4px;
}

.playlist .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	background: #8FD400;
}

.playlist .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	left: 50%;
	margin-left: -8px;
	background-color: #d0d0d0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
}

.playlist .mejs-controls .mejs-time-rail .mejs-time-float{
	border: 1px solid rgba(0,0,0,0.15);
	background-clip: padding-box;
	background-color: #fff;
	top: -26px;
	height: 17px;
	font-size: 11px;
}

.playlist .mejs-controls .mejs-time-rail .mejs-time-float-corner{
	border-width: 4px;
	border-color: transparent;
	border-style: solid;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0;
}

.playlist .mejs-controls .mejs-time-rail .mejs-time-float-corner::after{
	position: absolute;
	bottom: 1px;
	content: "";
	border-width: 3px;
	border-color: transparent;
	border-style: solid;
	border-top-color: #fff;
	border-bottom-width: 0;
	margin-left: -3px;
}

.playlist .mejs-time-infinity{
	position: relative;
	display: inline-block;
	width: 16px;
	font-size: 0;
}
.playlist .mejs-time-infinity::before,
.playlist .mejs-time-infinity::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 1px solid;
    -moz-border-radius: 50px 50px 0 50px;
         border-radius: 50px 50px 0 50px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.playlist .mejs-time-infinity::after {
    left: auto;
    right: 0;
    -moz-border-radius: 50px 50px 50px 0;
         border-radius: 50px 50px 50px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.playlist .mejs-overlay-error{
	position: absolute;
	top: 0;
	height: 0 !important;
}

.playlist .mejs-error {
	position: absolute;
	z-index: 1050;
	bottom: 20px;
	left: 10px;
	background-color: #f44455;
	border-color: #f44455;
	color: #fff;
	font-size: 12px;
	padding: 10px 15px;
	border-radius: 3px;
}

.playlist .mejs-error::after{
	content: '';
	position: absolute;
	left: 15px;
	bottom: -5px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: transparent;
	border-top-color: inherit;
}

@-webkit-keyframes mejs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mejs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media (max-width: 543px) {
  .playlist .tracks{
  	width: 100%;
  }
}

@media (max-width: 998px) {
  .playlist .mejs-volume-button,
  .playlist .mejs-time,
  .playlist .mejs-repeat-button,
  .playlist .mejs-shuffle-button,
  .playlist .mejs-previous-button{
  	display: none !important;
  }
  .playlist .mejs-controls div.mejs-next-button{
  	/* left: auto;
  	right: 40px; */
    display: none !important;
  }
  .playlist .mejs-controls div.mejs-backward-button{
	display: none !important;
  }
  .playlist .mejs-controls div.mejs-forward-button{
	/* left: auto;
       right: 40px; */
	display: none !important;
  }
  .playlist .mejs-controls div.mejs-playpause-button{
  	left: auto;
  	right: 90px;
  }
  .playlist .mejs-layers{
  	width:  auto;
  	min-width: auto;
  	right: 120px;
  }
}

/*Player custom styles*/
.app .playlist .mejs-layers {
	width: 35%;
}
.app .playlist .mejs-controls .mejs-time {
	top: 14px;
}
@media (max-width: 998px) {
  .app .playlist .mejs-layers{
  	width:  calc(100% - 135px);
  	min-width: auto;
  	right: 120px;
  }
}
.app .playlist .mejs-layers .mejs-track-details .mejs-track-title,
.app .playlist .mejs-layers .mejs-track-details .mejs-track-author {
	font-size: 14px;
	padding-right: 10px;
}
.app .playlist .mejs-layers .mejs-track-details .mejs-track-item {
	font-size: 14px;
	padding-right: 10px;
	font-weight: 100;
}
.app .playlist .mejs-layers .mejs-track-details {
	padding: 15px;
}
.app .playlist .mejs-container .mejs-controls {
	height: 62px;
	padding-top: 2px;
}
.app .playlist .mejs-layers .mejs-track-artwork {
	width: 77px;
	height: 77px;
}
.app .playlist .mejs-container .mejs-controls .mejs-button,
.app .playlist .mejs-controls .mejs-button button {
	height: 60px;
	width: 40px;
}
.app .playlist .mejs-controls div.mejs-time-rail {
	height: 10px;
}
.app .playlist .mejs-controls .mejs-playpause-button button {
	width: 46px;
	height: 46px;
}
.app .playlist .mejs-controls .btn-playpause::before, .app .playlist .mejs-layers .mejs-track-actions button::before, .app .playlist .mejs-controls .mejs-button button::before {
	font-size: 24px;
}
.app .playlist .mejs-controls div.mejs-shuffle-button {
	margin-left: -165px;
}
.app .playlist .mejs-container .mejs-controls div.mejs-playpause-button {
	margin-left: -20px;
	padding-top: 5px;
	width: 50px;
}
.app .playlist .mejs-controls div.mejs-previous-button {
	margin-left: -120px;
}
.app .playlist .mejs-controls div.mejs-next-button {
	margin-left: 90px;
}
.app .playlist .mejs-controls div.mejs-backward-button {
	margin-left: -75px;
}
.app .playlist .mejs-controls div.mejs-forward-button {
	margin-left: 45px;
}
.app .playlist .mejs-controls div.mejs-repeat-button {
	margin-left: 135px;
	opacity: 0.5;
}
.app .playlist .mejs-controls div.mejs-repeat-button.is-repeat {
	opacity: 1;
}
.app .playlist .tracks {
	bottom: 75px;
}
.app .playlist .tracks .track {
	font-size: 16px;
	cursor: pointer;
}

.playlist .mejs-controls .mejs-time-rail .mejs-time-handle {
	background: #d0d0d0;
	display: block;
	border: none;
	border-radius: 10px;
	width: 16px;
	height: 16px;
	top: -4px;
	z-index: 10;
}


@media (max-width: 998px) {
	.app-player {
		bottom:70px;
		bottom: calc(constant(safe-area-inset-bottom) + 70px);
		bottom: calc(env(safe-area-inset-bottom) + 70px);
	}

	.playlist .mejs-controls .mejs-time-rail .mejs-time-handle {
		display: none;
	}

}


.playlist .tracks .suggestion {
	color: #868686;
	margin-top: 30px;
}
.playlist .tracks .suggestion.is-current {
	color: rgba(255, 255, 255, 0.87);
}
.playlist .tracks .suggestion ~ .suggestion {
	margin-top: 0;
}

.playlist .tracks .suggestion::after {
	color: #868686;
	content: "PODCASTS RECOMENDADOS:";
	position: absolute;
	top: -20px;
	left: 15px;
	font-size: 15px;
}
.playlist .tracks .suggestion ~ .suggestion::after {
	display:none;
}
