.audio-player {
    background: transparent;
    /* FIXME */
    /*width: 75vw;*/
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row;
    /*margin: 4rem auto 4rem auto;*/
    position: absolute;
    top: auto;
    right: 12.5vw;
    bottom: 2em;
    /* FIXME */
    /*left: 12.5vw;*/
    left: 0;
}

.audio-player .player-controls {
    align-items: center;
    justify-content: center;
    margin-top: 3.25rem;
    flex: 3;
}

.audio-player .player-controls progress {
    width: 97%;
}

.audio-player .player-controls progress[value] {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(255, 128, 0, 0.25);
    color: #ff8000;
    height: 3px;
}

.audio-player .player-controls progress[value]::-webkit-progress-bar {
    background-color: rgba(255, 128, 0, 0.25);
    border-radius: 2px;
    border: none;
    color: #ff8000;
}

.audio-player .player-controls progress::-webkit-progress-value {
    background-color: #ff8000;
}

#progressbar {
    background: transparent;
    height: 3px;
    border: none;
    border-radius: 2px;
    width: 97%;
    margin-left: 14px;
    margin-top: -11px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #F5F5F5;
    background: #ff8000;
    font-weight: normal;
    color: #ff8000;
    text-decoration: none;
}

.ui-slider-handle {
    border-radius: 50%;
    top: -7px !important;
    width: 16px !important;
    height: 16px !important;
    margin-left: -7px !important;
}

#progressbar :focus {
    outline: 1px dotted gray;
    outline: none;
}

.audio-player .player-controls p {
    font-size: 1.6rem;
}

.audio-player #play-btn {
    width: 60px;
    height: 60px;
    border: 2px solid #ff8000;
    border-radius: 50%;
    margin: 2.75rem 0 2rem 0;
}

.audio-player #play-btn span {
    /*background-image: url("irudiak/play-button.png");
    background-image: url("irudiak/play-arrow.png");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40' class='play-triangle-2eW8IUV6' fill='%23ff8000'%3E%3Cpath fillRule='evenodd' clipRule='evenodd' d='M0 40V0L33.6 20L0 40Z' transform='translate(3)'%3E%3C/path%3E%3C/svg%3E");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 56% center;
    display: block;
    width: 100%;
    height: 100%;
}

.audio-player #play-btn span.pause {
    /*background-image: url("irudiak/pause-button.png");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40' class='pause-bars-SSaThhkn'%3E%3Cpath fill='%23ff8000' d='M10 0H0V40H10V0Z' transform='translate(24)'%3E%3C/path%3E%3Cpath fill='%23ff8000' d='M10 0H0V40H10V0Z' transform='translate(6)'%3E%3C/path%3E%3C/svg%3E");
}

.audio-player .timing {
    color: #ff8000;
    margin: 3.5rem 0 0 0.75rem;
}

.audio-player #audio-btn {
    /*background-image: url("irudiak/volume.png");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff8000   ' fillRule='evenodd' clipRule='evenodd' d='M5 6L11 0L13 0V20H11L5 14H0V6H5Z' transform='translate(0 2)'%3E%3C/path%3E%3Cpath fill='%23ff8000' fillRule='evenodd' clipRule='evenodd' d='M0 0C1.65685 0 3 1.34315 3 3C3 4.65685 1.65685 6 0 6L0 0Z' transform='translate(16 9)'%3E%3C/path%3E%3Cpath fill='%23ff8000' d='M0.532837 0.0350647L0 0V1.99994L0.462067 2.0351C3.55962 2.27072 6 4.85941 6 8.01759C6 11.1758 3.55962 13.7645 0.462067 14.0001L0 14.0352V16.0352L0.532837 16.0001C4.70294 15.7256 8 12.2569 8 8.01759C8 3.77834 4.70294 0.309555 0.532837 0.0350647Z' transform='translate(16 3.98241)'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    width: 26px;
    height: 26px;
    margin-top: 60px;
}

.audio-player #audio-btn.mute {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff8000' fillRule='evenodd' clipRule='evenodd' d='M5 6L11 0L13 0V20H11L5 14H0V6H5Z' transform='translate(0 2)'%3E%3C/path%3E%3Cpath fill='%23ff8000' fillRule='evenodd' clipRule='evenodd' d='M5.33333 4L8 6.66667L6.66667 8L4 5.33333L1.33333 8L0 6.66667L2.66667 4L0 1.33333L1.33333 0L4 2.66667L6.66667 0L8 1.33333L5.33333 4Z' transform='translate(16 8)'%3E%3C/path%3E%3C/svg%3E");
}

.audio-player #play-btn {
    width: 50px;
    height: 50px;
    border: none;
    margin: 48px 0 2rem 0;
}

.audio-player #play-btn span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40' class='play-triangle-2eW8IUV6' fill='%23ff8000'%3E%3Cpath fillRule='evenodd' clipRule='evenodd' d='M0 40V0L33.6 20L0 40Z' transform='translate(3)'%3E%3C/path%3E%3C/svg%3E");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}

/*!*** Mobile ***!*/
/*@media all and (max-width: 767px) {*/
/*    .audio-player {*/
/*        background: transparent;*/
/*        !* FIXME *!*/
/*        !*width: 90vw;*!*/
/*        width: 100%;*/
/*        text-align: center;*/
/*        position: absolute;*/
/*        top: auto;*/
/*        right: 5vw;*/
/*        bottom: 5em;*/
/*        !* FIXME *!*/
/*        !*left: 5vw;*!*/
/*        left: 0;*/
/*    }*/

/*    .audio-player .player-controls progress {*/
/*        width: 94%;*/
/*    }*/

/*    #play-btn {*/
/*        position: absolute;*/
/*        top: -10%;*/
/*        left: 50%;*/
/*        transform: translate(-50%, -50%);*/
/*    }*/

/*    .audio-player #play-btn {*/
/*        width: 70px;*/
/*        height: 70px;*/
/*        background: rgba(0, 0, 0, 0.2);*/
/*        border: 2px solid rgba(255, 128, 0, 1);*/
/*        border-radius: 50%;*/
/*        margin: 0;*/
/*    }*/

/*    .audio-player #play-btn span {*/
/*        background-size: 42px 42px;*/
/*        background-repeat: no-repeat;*/
/*        background-position: 60% 50%;*/
/*    }*/

/*    .audio-player #play-btn span.pause {*/
/*        background-position: 50% 50%;*/
/*    }*/

/*    .timing {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*        position: absolute;*/
/*        left: -4vw;*/
/*        right: -5vw;*/
/*        top: -25%;*/
/*    }*/
/*}*/

/*!*** Tablet ***!*/
/*@media all and (min-width: 768px) {*/
/*    .audio-player {*/
/*        background: transparent;*/
/*        !* FIXME *!*/
/*        !*width: 75vw;*!*/
/*        width: 100%;*/
/*        text-align: center;*/
/*        display: flex;*/
/*        flex-flow: row;*/
/*        !*margin: 4rem auto 4rem auto;*!*/
/*        position: absolute;*/
/*        top: auto;*/
/*        right: 12.5vw;*/
/*        bottom: 1em;*/
/*        !* FIXME *!*/
/*        !*left: 12.5vw;*!*/
/*        left: 0;*/
/*    }*/
/*}*/

#player {
    position: relative;
    margin: 50px auto;
    width: 300px;
    text-align: center;
    font-family: Helvetica, Arial;
}

#playpause {
    border: 1px solid #eee;
    cursor: pointer;
    padding: 12px 0;
    color: #888;
    font-size: 12px;
    border-radius: 3px;
}

#playpause:hover {
    border-color: #ff8000;
}
