.map_woo-epic{
	position:relative;
}
.map_woo-epic .map_woo-player-outer{
	transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.map_woo-epic .map_woo-player-wrap{
	position:relative;
	width: 100%;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
}
.map_woo-epic .map_woo-player-holder{
	position: relative;
	width: 300px;
}
.map_woo-epic .map_woo-btn{
	display: none;
	height:100%;
}
.map_woo-epic .map_woo-player-controls-right{
	display: flex;
	flex-direction: row;
	margin-right: 20px;
}
.map_woo-epic .map_woo-contr-btn{
	position: relative;
	width:50px;
	height:50px;
}
.map_woo-epic .map_woo-contr-btn svg{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 20px;
	fill:currentColor;
	transition: color .1s ease-out;
}
.map_woo-epic .map_woo-player-thumb-wrapper{
	position:relative;
	overflow:hidden;
	width: 100%;
    height: 300px;
}
.map_woo-epic .map_woo-player-thumb{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
    background-size: cover;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.map_woo-epic .map_woo-seekbar-wrap {
    position: relative;
    margin: 15px 20px;
}
.map_woo-epic .map_woo-seekbar {
    position: relative;
    height: 50px;
    cursor: pointer;
    touch-action: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map_woo-epic .map_woo-seekbar-wave,
.map_woo-epic .map_woo-seekbar-wave-progress{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map_woo-epic .map_woo-seekbar-wave-progress{
    width: 0;
}
/* ads*/
.map_woo-epic .map_woo-media-time-ad{
	display: none;
	justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    height: 100%;
    text-align: center;
    z-index: 555;
    background: #ffffffd1;
}
.map_woo-epic .map_woo-media-time-ad{
	color:#c90032;
}
.map_woo-epic .map_woo-media-time-ad-visible{
    display: flex;
}

.map_woo-epic .map_woo-player-controls{
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.map_woo-epic .map_woo-player-controls-left{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.map_woo-epic .map_woo-controls{
	position: relative;
	width:150px;
	height:50px;
}
.map_woo-epic .map_woo-playback-toggle svg{
	height: 36px;
}
.map_woo-epic .map_woo-volume-wrap{
	position: relative;
	margin-left:30px;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.map_woo-epic .map_woo-volume-toggle{
	position:relative;
	width:40px;
	height:50px;
}
.map_woo-epic .map_woo-volume-toggle svg{
	height: 30px;
}
.map_woo-epic .map_woo-volume-seekbar{
	position: relative;
	margin-left: 10px;
	width:200px;
	height:25px;
	cursor: pointer;
	touch-action: none;
}
.map_woo-epic .map_woo-volume-bg{
	position:absolute;
	top:11px;
	left:10px;
	width: calc(100% - 20px);
	height:4px;
}
.map_woo-epic .map_woo-volume-level{
	position:absolute;
	top:0;
	left:0;
	height:100%;
}
.map_woo-epic .map_woo-playlist-holder{
	position: relative;
    top: 0;
    height: 100%;
    overflow: hidden;
    flex: 1;
}
.map_woo-epic .map_woo-playlist-inner{
	padding: 20px;
    position: relative;
    max-height: 250px;
    box-sizing:border-box;
}
.map_woo-epic .map_woo-playlist-duration{
	font-size: 12px;
}
.map_woo-epic .map_woo-playlist-date{
	font-size: 11px;
}
.map_woo-epic .map_woo-tooltip{
	box-shadow: 1px 1px 8px #6060606b;
}

.map_woo-epic.map_woo-breakpoint-800 .map_woo-player-outer, 
.map_woo-epic.map_woo-breakpoint-800 .map_woo-player-wrap {
    height: auto;
    flex-direction: column;
}
.map_woo-epic.map_woo-breakpoint-800 .map_woo-player-holder {
    width: 100%;
}
.map_woo-epic.map_woo-breakpoint-800 .map_woo-playlist-holder{
	flex:none;
}
.map_woo-epic.map_woo-breakpoint-800 .map_woo-player-thumb-wrapper {
    height: 300px;
    margin: 0 auto;
}
.map_woo-epic.map_woo-breakpoint-800 .map_woo-player-controls{
	flex-direction: column;
}
.map_woo-epic.map_woo-breakpoint-600 .map_woo-volume-seekbar {
    display: none !important;
}
.map_woo-epic.map_woo-breakpoint-800 .map_woo-volume-seekbar {
    width: 120px;
}