.simpleAudioPlayer .containerBottom .chapterList ul li a,
.simpleAudioPlayer .controls .col.backward,
.simpleAudioPlayer .controls .col.forward,
.simpleAudioPlayer .controls .col.pause,
.simpleAudioPlayer .controls .col.play,
.simpleAudioPlayer .controls .col.stop,
.simpleAudioPlayer .progressBar,
.simpleAudioPlayer.hasChapters .controls .col.menuToggle {
	cursor: pointer
}

@font-face {
	font-family: Karla;
	font-style: normal;
	font-weight: 400;
	src: local('Karla'), local('Karla-Regular'), url(https://fonts.gstatic.com/s/karla/v6/qkBbXvYC6trAT7RVLtk.ttf) format('truetype')
}

@font-face {
	font-family: Karla;
	font-style: normal;
	font-weight: 700;
	src: local('Karla Bold'), local('Karla-Bold'), url(https://fonts.gstatic.com/s/karla/v6/qkBWXvYC6trAT7zuC8m5xL4.ttf) format('truetype')
}

.simpleAudioPlayer,
.simpleAudioPlayer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.simpleAudioPlayer {
	font-family: Karla, Arial, sans-serif;
	width: 400px;
	max-width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
	position: relative;
	overflow: hidden
}

/*Custom css*/
.custom-audio .simpleAudioPlayer {
    .background: #fff;
    background: #f1f3f4;
    border-radius: 85px;
    padding: 0px 30px 0px 30px;
    width: 500px;
    border: none;
}
/*Custom css*/

.simpleAudioPlayer img {
	max-width: 100%
}

.simpleAudioPlayer .progressBar {
	width: 100%;
	height: 4px;
	position: relative;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	background: #63cdda;
	background: -webkit-gradient(linear, left top, right top, from(#63cdda), to(#53e0ed));
	background: linear-gradient(to right, #63cdda 0, #53e0ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cdda', endColorstr='#53e0ed', GradientType=1)
}

.simpleAudioPlayer .progressBar .progressBarInner {
	position: absolute;
	top: 0;
	left: 0;
	background: #1aa1b2;
	height: 100%;
	width: 0%;
	-webkit-transition: width .1s ease;
	transition: width .1s ease
}

.simpleAudioPlayer .progressBar .progressIndicator {
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity ease .2s;
	transition: opacity ease .2s
}

.simpleAudioPlayer .progressBar:hover .progressIndicator {
	opacity: .6
}

.simpleAudioPlayer .containerBottom .chapterList ul li a:hover,
.simpleAudioPlayer .controls .col.backward:hover,
.simpleAudioPlayer .controls .col.forward:hover,
.simpleAudioPlayer .controls .col.pause:hover,
.simpleAudioPlayer .controls .col.play:hover,
.simpleAudioPlayer .controls .col.stop:hover,
.simpleAudioPlayer.hasChapters .controls .col.menuToggle:hover {
	opacity: .8
}

.simpleAudioPlayer .trackInfo {
	position: relative;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2px
}

.simpleAudioPlayer .trackInfo .trackTitle {
	float: left;
	width: 70%;
	font-size: 12px;
	opacity: 0;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center
}

.simpleAudioPlayer .trackInfo .progressTime {
	color: #aaa;
	text-align: left;
	float: left;
	width: 15%;
	padding-left: 10px
}

.simpleAudioPlayer .trackInfo .durationTime {
	color: #aaa;
	text-align: right;
	float: left;
	width: 15%;
	padding-right: 10px
}

.simpleAudioPlayer .row,
.simpleAudioPlayer .waves canvas {
	width: 100%
}

.simpleAudioPlayer .waves {
	height: 100px;
	margin: 1em 0
}

.simpleAudioPlayer .controls .col {
	position: relative;
	text-align: center;
	height: 30px
}

.simpleAudioPlayer .controls .col img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.simpleAudioPlayer .controls .icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat
}

.col,
.simpleAudioPlayer .row {
	float: left;
	height: auto
}

.simpleAudioPlayer .controls .icon-play {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTcgMzU3Ij4gIDxwYXRoIGZpbGw9IiMzZGMxZDMiIGQ9Ik0zOC4zIDB2MzU3bDI4MC41LTE3OC41eiIvPjwvc3ZnPg==);
	background-size: 20px 20px
}

.simpleAudioPlayer .controls .icon-pause {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTcgMzU3Ij4gIDxwYXRoIGZpbGw9IiMzZGMxZDMiIGQ9Ik0yNS41IDM1N2gxMDJWMGgtMTAydjM1N3ptMjA0LTM1N3YzNTdoMTAyVjBoLTEwMnoiLz48L3N2Zz4=);
	background-size: 20px 20px
}

.simpleAudioPlayer .controls .icon-stop {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDYgMzA2Ij4gIDxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik0wIDBoMzA2djMwNkgweiIvPjwvc3ZnPg==);
	background-size: 15px 15px
}

.simpleAudioPlayer .controls .icon-menu {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj4gIDxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik00OTEuMyAyMzUuM0gyMC43YTIwLjcgMjAuNyAwIDEgMCAwIDQxLjRoNDcwLjZhMjAuNyAyMC43IDAgMSAwIDAtNDEuNHptMC0xNTYuOUgyMC43YTIwLjcgMjAuNyAwIDAgMCAwIDQxLjRoNDcwLjZhMjAuNyAyMC43IDAgMSAwIDAtNDEuNHptMCAzMTMuOEgyMC43YTIwLjcgMjAuNyAwIDEgMCAwIDQxLjRoNDcwLjZhMjAuNyAyMC43IDAgMSAwIDAtNDEuNHoiLz48L3N2Zz4=);
	background-size: 15px 15px
}

.simpleAudioPlayer .controls .icon-backward {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8cGF0aCBmaWxsPSIjYWFhIiBkPSJNOCA0SDd2NWg0VjhIOHoiLz4gIDxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik04IDBDNSAwIDIuNCAxLjYgMS4xIDQuMUwwIDN2NGg0TDIuNSA1LjVDMy41IDMuNSA1LjYgMiA4IDJjMy4zIDAgNiAyLjcgNiA2cy0yLjcgNi02IDZjLTEuOCAwLTMuNC0uOC00LjUtMi4xTDIgMTMuMkE3LjggNy44IDAgMCAwIDggMTZjNC40IDAgOC0zLjYgOC04cy0zLjYtOC04LTh6Ii8+PC9zdmc+);
	background-size: 20px 20px
}

.simpleAudioPlayer .controls .icon-forward {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8cGF0aCBmaWxsPSIjYWFhIiBkPSJNOCA0SDd2NWg0VjhIOHoiLz4gIDxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik0xNiA3VjNsLTEuMSAxLjFBNy43IDcuNyAwIDAgMCA4IDBDMy42IDAgMCAzLjYgMCA4czMuNiA4IDggOGMyLjQgMCA0LjYtMS4xIDYtMi44bC0xLjUtMS4zQTUuOSA1LjkgMCAwIDEgOCAxNGMtMy4zIDAtNi0yLjctNi02czIuNy02IDYtNmMyLjQgMCA0LjUgMS41IDUuNSAzLjVMMTIgN2g0eiIvPjwvc3ZnPg==);
	background-size: 20px 20px
}

.simpleAudioPlayer .containerBottom {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 0px 12px;
	color: #444
}

.simpleAudioPlayer .containerBottom .chapterList {
	clear: both;
	display: none;
	text-align: left
}

.simpleAudioPlayer .containerBottom .chapterList ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none
}

.simpleAudioPlayer .containerBottom .chapterList ul li {
	padding: 10px 0;
	border-top: 1px solid #ddd
}

.hide {
	display: none
}

.cf:after {
	content: "";
	display: table;
	clear: both
}

.simpleAudioPlayer .row {
	clear: left;
	min-height: 14px;
	margin-right: 0;
    margin-left: 0;	
}

.col {
	clear: none
}

.col.last-child,
.col:last-child {
	margin-right: 0
}

.col.c4 {
	width: 33.33332%
}

.col.c2 {
	width: 16.66666%
}

@media all and (max-width:519px) {
	.simpleAudioPlayer .trackInfo {
		margin-top: 4px
	}
	.simpleAudioPlayer .trackInfo .trackTitle {
		margin: 0em 2% 0;
		width: 96%
	}

	.simpleAudioPlayer .trackInfo .progressTime {
		position: absolute;
		left: 0;
		width: 50%
	}
	.simpleAudioPlayer .trackInfo .durationTime {
		position: absolute;
		right: 0;
		width: 50%
	}
	.simpleAudioPlayer .controls .icon-pause,
	.simpleAudioPlayer .controls .icon-play {
		background-size: 22px 22px
	}
	.simpleAudioPlayer .controls .icon-menu,
	.simpleAudioPlayer .controls .icon-stop {
		background-size: 13px 13px
	}
	.simpleAudioPlayer .controls .icon-backward,
	.simpleAudioPlayer .controls .icon-forward {
		background-size: 17px 17px
	}
}