@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";

.screen-reader-text {
    /* Reusable, toolbox kind of class */
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.disabled {
    color: #666;
    cursor: default;
}

.content {
    background-color: #fff9;
    padding: 15px;
}

.show {
    display: inline-block !important;
}

body {
    margin: 10px 0 0 0;
}

/* body .content {
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
    margin: 0 auto;
    width: 500px;
} */

body .content .player {
    height: 60px;
    margin: 0;
    position: relative;
    width: 400px;
    /* Small devices (tablets, 768px and up) */
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Small devices (tablets, 768px and up) */
    /* Large devices (large desktops, 1200px and up) */
    *zoom: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    body .content .player {
        width: 470px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    body .content .player {
        width: 470px;
    }
}

@media (min-width: 1200px) {
    body .content .player {
        width: 470px;
    }
}

body .content .player .large-toggle-btn {
    border: 1px solid #a1a5ae;
    border-radius: 2px;
    float: left;
    font-size: 1.5em;
    height: 50px;
    margin: 0 10px 0 0;
    overflow: hidden;
    /*! padding: 5px 0 0 0; */
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 54px;
}

body .content .player .large-toggle-btn .large-play-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: -14%;
}

body .content .player .large-toggle-btn .large-play-btn:before {
    content: "\f04b";
    font: 1.5em/1.75 "FontAwesome";
}

body .content .player .large-toggle-btn .large-pause-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: -13%;
    color: #3a3a54;
}

body .content .player .large-toggle-btn .large-pause-btn:before {
    content: "\f04c";
    font: 1.5em/1.75 "FontAwesome";
}

body .content .player .info-box {
    bottom: 10px;
    left: 65px;
    position: absolute;
    top: 15px;
}

body .content .player .info-box .track-info-box {
    float: left;
    font-size: 12px;
    margin: 0 0 6px 0;
    visibility: hidden;
    width: 400px;
    *zoom: 1;
}

body .content .player .info-box .track-info-box .track-title-text {
    display: inline-block;
}

body .content .player .info-box .track-info-box .audio-time {
    display: block;
}

body .content .player .info-box .track-info-box:before,
body .content .player .info-box .track-info-box:after {
    content: " ";
    display: table;
}

body .content .player .info-box .track-info-box:after {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

body .content .player .progress-box {
    float: left;
    min-width: 270px;
    position: relative;
}

body .content .player .progress-box .progress-cell {
    height: 12px;
    position: relative;
}

body .content .player .progress-box .progress-cell .progress {
    background: #fff;
    border: 1px solid #d9d9d9;
    height: 8px;
    position: relative;
    width: auto;
}

body .content .player .progress-box .progress-cell .progress .progress-buffer {
    background: #3a3a54;
    height: 100%;
    width: 0;
}

body .content .player .progress-box .progress-cell .progress .progress-indicator {
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: 3px;
    cursor: pointer;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 22px;
}

body .content .player .controls-box {
    display: none;
}

body .content .player .controls-box .previous-track-btn {
    cursor: pointer;
    display: inline-block;
}

body .content .player .controls-box .previous-track-btn:before {
    content: "\f049";
    font: 1em "FontAwesome";
}

body .content .player .controls-box .next-track-btn {
    cursor: pointer;
    display: inline-block;
}

body .content .player .controls-box .next-track-btn:before {
    content: "\f050";
    font: 1em "FontAwesome";
}

body .content .player:before,
body .content .player:after {
    content: " ";
    display: table;
}

body .content .player:after {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

body .content .play-list {
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
}

body .content .play-list .play-list-row {
    display: block;
    margin: 10px 0;
    width: 100%;
    *zoom: 1;
}

body .content .play-list .play-list-row .track-title .playlist-track {
    color: #000;
    text-decoration: none;
}

body .content .play-list .play-list-row .track-title .playlist-track:hover {
    text-decoration: underline;
}

body .content .play-list .play-list-row .small-toggle-btn {
    border: 1px solid #00000021;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    line-height: 17px;
}

body .content .play-list .play-list-row .small-toggle-btn .small-play-btn {
    display: inline-block;
}

body .content .play-list .play-list-row .small-toggle-btn .small-play-btn:before {
    content: "\f04b";
    font: 0.85em "FontAwesome";
}

body .content .play-list .play-list-row .small-toggle-btn .small-pause-btn {
    display: inline-block;
}

body .content .play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
    content: "\f04c";
    font: 0.85em "FontAwesome";
}

body .content .play-list .play-list-row .track-number {
    display: inline-block;
}

body .content .play-list .play-list-row .track-title {
    display: inline-block;
}

body .content .play-list .play-list-row .track-title .playlist-track {
    text-decoration: none;
}

body .content .play-list .play-list-row .track-title .playlist-track:hover {
    text-decoration: underline;
}

body .content .play-list .play-list-row .track-title.active-track {
    font-weight: bold;
}

body .content .play-list .play-list-row:before,
body .content .play-list .play-list-row:after {
    content: " ";
    display: table;
}

body .content .play-list .play-list-row:after {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}