audio {
    position: absolute;
    z-index: -999;
}

.audio-block {
    position: relative;
    /*bottom: 0;*/
    z-index: 999;
    left: 0;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.controls, .controls li {
    padding:0;
    margin:0;
}
.controls {
    list-style-type:none;
    overflow:hidden;
    background:transparent;
    height: 45px;
}
.controls li {
    float:left;
    width:10%;
    margin-left:0;
}
.controls li:first-child {
    margin-left:0;
    display: inline-block;
    width: 70px;
    height: 45px;
    outline: none;
}
.controls .progress {
    width:calc(100% - 70px);
    cursor:pointer;
    display: inline-block;
}

.video-block .controls .progress {
    width:calc(100% - 120px);
}

.controls button {
    width: 100%;
    text-align: center;
    border: none;
    background-color: #afaaa5;
    height: inherit;
    outline: none;
}

.playpause:hover,
.controls progress:hover {
    cursor: pointer;
}

.controls progress {
    display: block;
    width: 100%;
    height: 57px !important;
    margin-top: 0;
    border: 29px solid #544743;
    overflow: hidden;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0;
    pointer-events:auto;
}

#audioDuration {
    position: absolute;
    bottom: -17px;
    right: 0;
    font-size: 11px;
    margin-right: 25px;
    font-family: 'poppins-bold', sans-serif;
    color: white;
    font-weight: 600;
}

#currentTime {
    display: none;
}

.controls span {
    width:0%;
    height: 57px;
    display: block;
    background: #afaaa5;
    margin-top: -58px;
    pointer-events: none;
    transition: width 1s;
}

.controls span > p {
    float: right;
    font-size: 11px;
    font-family: 'poppins-bold', sans-serif;
    margin-right: 7px;
    color: rgb(201, 201, 157);
}

.playpause > i, .fs > i {
    font-size: 16px;
    color: white;
}
.playpause > .fa-pause {
    display: none;
}

.video-block {
    padding-top: 10px;
}

.video-block > h4, .image-block > h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.video-block > ul.controls {
    margin-top: -5px;
}

.fullscreen-controls {
    position: absolute;
    z-index: 99999999999999999999;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
}



