/* @group Basics */

#audioPlayerContainerstacks_in_247_page3 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_247_page3,
#audioPlayerContainerstacks_in_247_page3:before,
#audioPlayerContainerstacks_in_247_page3:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerAudiostacks_in_247_page3 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_247_page3 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 10px;
}

#audioPlayerControlsstacks_in_247_page3 [class^="fa fa-"] {
	color: #000000;
}

/*  */
#audioPlayerAudiostacks_in_247_page3 {
	display: block;
}

#audioPlayerControlsstacks_in_247_page3 {
	display: none;
}
/*  */

/*  */
/* No background */
#audioPlayerControlsstacks_in_247_page3 {
	background: transparent;
}
/*  */

/*  */

/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_247_page3 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_247_page3 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 60px;
	padding: 0;
	margin: 0;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_247_page3 #audioPlayerPlayPausestacks_in_247_page3 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_247_page3 #audioPlayerFullScreenstacks_in_247_page3 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_247_page3 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: #4C4C4C;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_247_page3 {
	display: inline-block;
	width: 60px;
}

#audioPlayerDurationstacks_in_247_page3 {
	display: inline-block;
	width: 60px;
}

#audioPlayerTimeDividerstacks_in_247_page3 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: #4C4C4C;
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_247_page3 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_247_page3 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_247_page3 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 60px;
		line-height: 60px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 60px;
		line-height: 60px;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}
	
	#audioPlayerSeekBarstacks_in_247_page3[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_247_page3 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_247_page3 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 26px;
		vertical-align: middle;
	}
	
	#volumestacks_in_247_page3 [class^="fa fa-"] {
		color: #000000;
	}
	
	#volumestacks_in_247_page3:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_247_page3 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		color: #000000;
	}
	
	#volumestacks_in_247_page3:hover #volumeButtonstacks_in_247_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_247_page3 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: #000000;
	}
	
	#volumeMaxstacks_in_247_page3 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: #000000;
	}
	
	#volume-barstacks_in_247_page3[type=range],
	#volumeMinstacks_in_247_page3,
	#volumeMaxstacks_in_247_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_247_page3,
	#volumeMaxstacks_in_247_page3 {
		cursor: pointer;
	}
	
	#volumestacks_in_247_page3:hover #volume-barstacks_in_247_page3,
	#volumestacks_in_247_page3:hover #volumeMinstacks_in_247_page3,
	#volumestacks_in_247_page3:hover #volumeMaxstacks_in_247_page3 {
		display: inline;
	}
	
	#volume-barstacks_in_247_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 60px;
		height: 60px;
	}
	
	#volume-barstacks_in_247_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_247_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_247_page3[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_247_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}
	
	#volume-barstacks_in_247_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_247_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}
	
	#volume-barstacks_in_247_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_247_page3[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_247_page3[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_247_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}
	
	#volume-barstacks_in_247_page3[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}
	
	#volume-barstacks_in_247_page3[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_247_page3 #audioPlayerFullScreenstacks_in_247_page3,
	#audioPlayerControlsstacks_in_247_page3 #volumestacks_in_247_page3 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */