
.screen-reader-text {
    /* Reusable, toolbox kind of class */
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.disabled {
    color: #666;
    cursor: default;
}

.show {
    display: inline-block !important;
}

.container, .container_02, .container_03, .container_04, .container_05, .container_06 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
    margin: 0 auto;
    padding: 20px 50px 20px 50px;
    width: 100%;
    background-color: #D9BE7A;
}
.player {
    height: 40px;
    margin: 0;
    position: relative;
    width: 100%;
    vertical-align: middle;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */
    *zoom: 1;
}

.large-toggle-btn {
    border: 1px solid #8d7323;
    border-radius: 2px;
    float: left;
    font-size: 1.5em;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 6px 0 0 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}
.large-play-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;

}
.large-play-btn:before {
    content: "\f04b";
    font: 20px "FontAwesome";
}
.large-pause-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.large-pause-btn:before {
    content: "\f04c";
    font: 20px "FontAwesome";
}
.info-box {
    bottom: 10px;
    left: 65px;
    position: absolute;
    width: 70%;
}
.track-info-box {
    float: left;
    font-size: 12px;
    margin: 0 0 6px 0;
    visibility: hidden;
    width: 400px;
    *zoom: 1;
}
.track-title-text {
    display: inline-block;
    float: left;
}
.audio-time {
    display: inline-block;
    padding: 0 0 0 5px;
    float: right;
}
.current-time {
    float: left;
}
.duration {
    float: right;
}
.track-info-box:before, .track-info-box:after {
    content: " ";
    display: table;
}
.track-info-box:after {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.progress-box {
    float: left;
    min-width: 85%;
    position: relative;
}
.progress-cell {
    height: 12px;
    position: relative;
}
.progress {
    background: #fff;
    border: 1px solid #8d7323;
    height: 8px;
    position: relative;
    width: auto;
}
.progress-buffer {
    background: #6a572c;
    height: 100%;
    width: 0;
}
.progress-indicator {
    background: #fff;
    border: 1px solid #8d7323;
    border-radius: 3px;
    cursor: pointer;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 22px;
}
.controls-box {
    bottom: 10px;
    right: 6px;
    position: absolute;
}
.previous-track-btn {
    cursor: pointer;
    display: inline-block;
}
.previous-track-btn:before {
    content: "\f049";
    font: 1em "FontAwesome";
}
.next-track-btn {
    cursor: pointer;
    display: inline-block;
}
.next-track-btn:before {
    content: "\f050";
    font: 1em "FontAwesome";
}
.player:before, .player:after {
    content: " ";
    display: table;
}
.player:after {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.play-list {
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
}
.play-list-row {
    display: block;
    margin: 10px 0;
    width: 100%;
    *zoom: 1;
}
.playlist-track {
    color: #000;
    text-decoration: none;
}
.playlist-track:hover {
    text-decoration: underline;
}
.small-toggle-btn {
    border: 1px solid #8d7323;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.small-play-btn {
    display: inline-block;
}
.small-play-btn:before {
    content: "\f04b";
    font: 0.85em "FontAwesome";
}
.small-pause-btn {
    display: inline-block;
}
.small-pause-btn:before {
    content: "\f04c";
    font: 0.85em "FontAwesome";
}
.track-number {
    display: inline-block;
}
.track-title {
    display: inline-block;
}
.playlist-track {
    text-decoration: none;
}
.playlist-track:hover {
    text-decoration: underline;
}
.track-title.active-track {
    font-weight: bold;
}
.play-list-row:after {
    content: " ";
    display: table;
}
.play-list-row:after {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}