.mlp-player {
    position: relative;
    user-select: none;
    display: none;
    min-width: 169px;
    height: 19px;
    font-size: 1.1em;
    font-family: fontawesome !important;
    color: #F2C208;
    margin: 1px 0 13px 1px;
}

.mlp-control {
    display: inline-block;
    width: 17px;
}

.mlp-play {}

.mlp-play:before {
    content: "\f04b";
    font-size: 1.2em;
}

.mlp-stop {
    display: none;
}

.mlp-stop:before {
    content: "\f04c";
    font-size: 1.2em;
}

.mlp-body {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 19px;
    margin: 0 6px;
}

.mlp-time {
    position: absolute;
    display: none;
    right: 68px;
    top: 3px;
}

.mlp-curtime {
    position: absolute;
}

.mlp-duration {
    position: absolute;
    left: 36px;
}

.mlp-timeline {
    cursor: pointer;
    position: absolute;
    background: #414141;
    top: 10px;
    width: 100px;
    height: 4px;
}

.mlp-progress {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    background: #F2C208;
    height: inherit;
    top: 0;
    left: 0;
}

.mlp-loaded {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    height: inherit;
    top: 0;
    left: 0;
}

.mlp-timescroller {}

.mlp-volume-ctrl {
    display: inline-block;
    position: relative;
    width: 85px;
    height: 19px;
}

.mlp-icon {
    position: absolute;
    cursor: pointer;
    left: 6px;
}

.mlp-scrubber {
    cursor: pointer;
    position: absolute;
    background: #414141;
    top: 10px;
    left: 29px;
    width: 50px;
    height: 4px;
}

.mlp-message {
    position: absolute;
}

.mlp-download:before {
    content: "\f019";
    color: #F2C208;
}

.mlp-fullbar {
    position: absolute;
    background: #F2C208;
    height: inherit;
    top: 0;
    left: 0;
}

.mlp-scroller {
    background: url('https://www.hitfm.ua/static/img/player/small/scroll_standard.png') no-repeat;
    display: none;
}

.mlp-muted {
    display: none;
}

.mlp-muted:before {
    content: "\f026";
}

.mlp-strip {
    left: 30px;
    position: absolute;
}

.mlp-unmuted:before {
    content: "\f028";
}

.mlp-listen {
    position: absolute;
    left: 230px;
    top: 3px;
    display: flex;
}
.mlp-headphones {
    display: inline-block;
    margin-right: 5px;
}
.mlp-headphones:before {
    content: "\f025";
}

.mlp-listen-number {
    display: inline-block;
    font-family: 'Fira Sans Condensed';
    font-size: 15px;
    color: #E8E8E8;
}

#download_href {
    display: inline-block;
    position: absolute;
    left: 295px;
    top: 3px;
}