.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;
    max-width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    -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
}

.simpleAudioPlayer img {
    max-width: 100%
}

.containerTop.cf {
    position: relative;
}

.simpleAudioPlayer .progressBar {
    width: 95%;
    height: 10px;
    position: relative;
    padding: 0 10px;
    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);
    margin-left: 5%;
}

.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 {
    width: 95%;
    margin-left: 5%;
}

.simpleAudioPlayer .trackInfo .trackTitle {
    display: none;
}

.simpleAudioPlayer .trackInfo .progressTime {
    display: inline-block;
    margin-right: 4px;
}

.simpleAudioPlayer .trackInfo .durationTime {
    color: #000;
    display: inline-block;
}

.simpleAudioPlayer .row,
.simpleAudioPlayer .waves canvas {
    width: 100%
}

.simpleAudioPlayer .waves {
display: none !important;
}

.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
}

.simpleAudioPlayer .col,
.simpleAudioPlayer .row {
    float: left;
    height: auto
}

.simpleAudioPlayer .controls .icon-play {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTcgMzU3Ij4gIDxwYXRoIGZpbGw9IiMzZGMxZDMiIGQ9Ik0zOC4zIDB2MzU3bDI4MC41LTE3OC41eiIvPjwvc3ZnPg==);
    background-size: 25px 25px
}

.simpleAudioPlayer .controls .icon-pause {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTcgMzU3Ij4gIDxwYXRoIGZpbGw9IiMzZGMxZDMiIGQ9Ik0yNS41IDM1N2gxMDJWMGgtMTAydjM1N3ptMjA0LTM1N3YzNTdoMTAyVjBoLTEwMnoiLz48L3N2Zz4=);
    background-size: 25px 25px
}

.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: 10px 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
}

.simpleAudioPlayer .cf:after {
    content: "";
    display: table;
    clear: both
}

.simpleAudioPlayer .row {
    clear: left;
    min-height: 14px
}

.simpleAudioPlayer .col {
    clear: none
}

.simpleAudioPlayer .col.last-child,
.simpleAudioPlayer .col:last-child {
    margin-right: 0
}

.simpleAudioPlayer .col.c4 {
    width: 33.33332%
}

.simpleAudioPlayer .col.c2 {
    width: 16.66666%
}

.simpleAudioPlayer .controls.row .col {
    display: none;
}

.simpleAudioPlayer .col.c4.play {
    position: absolute;
    top: 0;
    left: 12px;
    width: auto;
    max-width: none;
    display: block !important;
}
