.glyphiconplay:before {
    content: "\e072";
}

.glyphiconpause:before {
    content: "\e073";
}

.glyphiconstop:before {
    content: "\e074";
}

body {
    background: #FFFFFF;
}

@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
}

.btn {
    border-radius: 10px;
}

#headerline {
    padding: 10px;
}

#headerline a.btn-danger {
    background-color: #a32734;
    border-color: #a32734;
}

#headerline a.btn-danger:hover {
    background-color: #8b0000;
    border-color: #8b0000;
}

#logo {
    height: 80px;
    max-width: 280px;
}

#stationTitle {
    font-size: 22px;
    font-weight: bolder;
}

#tabsbox .radiotab,
#timelinebox,
#buttonsbox, #playerbox {
    background: #cecece;
}

#tabsbox .radiotab {
    background: #777;
    padding: 10px;
    font-weight: bold;
    height: 100%;
}

#tabsbox .radiotab.activetab {
    background: #cecece;
}

#buttonsbox {
    padding: 10px 0;
}

.stream-btn {
    margin: 5px;
    background: #777;
}

.stream-btn.activestream {
    background: #cc0000;
}

#timelinebox {
    display: none;
}

#playerbox {
    padding: 10px;
    border-top: 1px solid #000000;
}

#playercontainer {
    width: 100px;
    height: 20px;
}

.station-btn {
    float: left;
    position: relative;
    bottom: 5px;
}

.station-btn img {
    max-width: 150px;
}

.station-btn-text {
    margin: 0 50px 0 50px;
    font-weight: bold;
    font-size: 20px;
}

.station-small-btn {
    float: left;
    position: relative;
    top: 5px;
}

.station-small-btn img {
    max-width: 100px;
}

.station-small-btn-text {
    margin: 0 20px 0 20px;
    font-weight: bold;
    font-size: 16px;
}

.station-inactive {
    cursor: pointer;
}

.btn-control {
    background: #a32734;
    padding: 5px 10px;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
}

span.trackTitle {
    font-size: 20px;
    display: block;
}

#progressbar {
    color: #cc0000;
}

.cross {
    color: red;
    text-decoration: line-through;
}

.activeradio {
    font-weight: bold;
    font-size: 16px;
}

.defaultstream {
    border: 1px solid red;
}

.controlsList li {
    display: inline;
}

.fs-header-tab ul.dropdown-menu {
    min-width: inherit;
}

.mobile-ad {
    margin: 0 -30px;
    background: #F7F7F7;
}

.mobile-ad div {
    height: 128px;
}

.mobile-ad-col {
    padding-top: 14px;
}

.mobile-ad-col a img {
    height: 100px;
}

.mobile-ad-col-center {
    padding: 55px 1em;
}

.mobile-ad-col-text {
    padding: 25px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

    #logo {
        height: 40px;
        max-width: 140px;
    }
}

@media (max-width: 768px) {
    #logo {
        height: 40px;
        max-width: 140px;
    }

    .stationbtn img {
        max-width: 100px;
    }

    #stationTitle {
        font-size: 10px;
    }

    .container {
        /*padding: 0 3px;*/
    }
}

@media (min-width: 768px) {
    #logo {
        height: 40px;
        max-width: 140px;
    }

    .stationbtn img {
        max-width: 160px;
    }

    #stationTitle {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    #logo {
        height: 60px;
        max-width: 190px;
    }

    .stationbtn img {
        max-width: 180px;
    }

    #stationTitle {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    #logo {
        height: 80px;
        max-width: 280px;
        border: none;
    }

    .stationbtn img {
        max-width: 200px;
    }

    #stationTitle {
        font-size: 22px;
    }
}

.fs-logo .station-inactive {
    text-decoration: none;
    cursor: pointer;
}

.fs-logo .station-inactive {
    text-decoration: none;
    color: rgb(166, 166, 179);
}

.fs-header-tab {
    padding: 20px;
    font-size: 1.2em;
    background: white;
    border: 1px solid rgb(217, 217, 217);
}

.fs-player-info-tab {
    color: white;
    /*border-bottom: 1px solid rgb(191, 191, 191);*/
}

.fs-play-button {
    color: rgb(91, 155, 213);
}

.fs-play-circle {
    border-radius: 50%;
    position: absolute;
    text-align: center;
    border: 1px solid rgb(127, 127, 127);
    box-shadow: inset 0 0 80px rgb(217, 217, 217);
}

.embedded-play-button {
    color: rgb(255, 0, 0);
    font-size: 14px;
    padding: 2px 0px 20px 2px;
}

.embedded-play-circle {
    border-radius: 50%;
    position: absolute;
    text-align: center;
    border: 1px solid rgb(127, 127, 127);
    width: 22px;
    height: 22px;
    margin: -2px 0 0 -10px;
    box-shadow: inset 0 0 11px rgb(217, 217, 217);
}

.embedded-segment-title {
    margin-left: 20px;
    display: inline-block;
}

.embedded-program-title {
    margin-left: 20px;
}

.embedded-progarm-logo {
    width: 24px;
    height: 24px;
}

.fs-program-tab span {
    display: block;
    /*position: absolute;*/
}

.fs-section-tab {
    text-align: center;
    height: 100%;
    padding-top: 30px;
}

.fs-section-tab span:first-child {
    display: block;
}

.fs-ondemand-tab {
    border-left: 2px solid rgb(191, 191, 191);
    background-color: rgb(89, 89, 89);
}

.fs-ondemand-tab a {
    color: white !important;
    text-decoration: none;
}

.fs-program-tab span:first-child {
    bottom: 40%;
}

.fs-program-tab span:last-child {
    bottom: 10%;
}

.fs-header-tab .btn-default {
    border-radius: 0px;
}

.fs-right-side-ad {
    padding: 0 2em;
}

.fs-header-tab.col-md-8 {
    min-height: 256px;
}

@media (max-width: 400px) {
    .fs-header-tab.col-md-8 {
        min-height: 128px;
    }

    .mobile-ad {
        margin: 0 -30px;
        background: #F7F7F7;
    }

    .mobile-ad div {
        height: 64px;
    }

    .mobile-ad-col {
        padding-top: 8px;
    }

    .mobile-ad-col a img {
        height: 50px;
    }

    .mobile-ad-col-center {
        padding: 24px 0.5em;
    }

    .mobile-ad-col-text {
        padding: 14px;
        font-size: 0.6em;
        max-width: 230px;
    }

    .mobile-ad-col-text p {
        margin: 0 0 0 0.1em;
    }

    span.up-next-program-trimmed {
        display: block !important;
    }

    .up-next-program-regular {
        display: none !important;
    }

    .fs-program-tab {
        height: 60px;
        padding: 5px !important;
    }

    .contact-us-message span {
        font-size: 0.4em !important;
    }

    .fs-program-tab span:first-child {
        font-size: 0.7em !important;
        max-height: 1.4em;
        overflow: hidden;
    }

    .fs-program-tab span:last-child {
        font-size: 0.5em !important;
        max-height: 1em;
        overflow: hidden;
    }

    .fs-section-tab {
        padding: 10px 5px 0 5px !important;
    }

    .fs-section-tab span:first-child {
        height: 30px !important;
    }

    .fs-section-tab-font span {
        font-size: 0.7em !important;
    }

    .fs-logo img {
        max-width: 75px;
    }

    .fs-logo {
        width: auto;
    }

    .fs-live-streams {
        font-size: 0.6em !important;
    }

    .fs-player-info-tab {
        margin: 5px 15px 15px 15px;
        height: 60px;
    }

    .fs-play-button {
        font-size: 30px;
        padding: 7px 5px 15px 3px;
    }

    .fs-play-circle {
        width: 50px;
        height: 50px;
        margin: 5px 0 0 -10px;
        box-shadow: inset 0 0 50px rgb(217, 217, 217);
    }
}

@media (min-width: 400px) {
    .fs-header-tab.col-md-8 {
        min-height: 172px;
    }

    .fs-program-tab {
        height: 80px;
        padding: 5px !important;
    }

    .contact-us-message span {
        font-size: 0.5em;
    }

    .fs-program-tab span:first-child {
        font-size: 1em !important;
    }

    .fs-program-tab span:last-child {
        font-size: 0.8em !important;
    }

    .fs-section-tab {
        padding: 20px 5px 0 5px !important;
    }

    .fs-section-tab span:first-child {
        height: 30px !important;
    }

    .fs-section-tab-font span {
        font-size: 0.8em !important;
    }

    .fs-logo img {
        max-width: 100px;
    }

    .fs-live-streams {
        font-size: 0.7em !important;
    }

    .fs-player-info-tab {
        margin: 10px 50px 25px 50px;
        height: 80px;
    }

    .fs-play-button {
        font-size: 40px;
        padding: 8px 5px 15px 2px;
    }

    .fs-play-circle {
        width: 60px;
        height: 60px;
        margin: 10px 0 0 -10px;
        box-shadow: inset 0 0 60px rgb(217, 217, 217);

    }
}

@media (min-width: 500px) {
    .contact-us-message span {
        font-size: 0.6em;
    }
}

@media (min-width: 600px) {
    .fs-program-tab {
        height: 120px;
        padding: 30px !important;
    }

    .contact-us-message span {
        font-size: 0.8em;
    }

    .fs-program-tab span:first-child {
        font-size: 1.2em !important;
    }

    .fs-program-tab span:last-child {
        font-size: 1em !important;
    }

    .fs-section-tab span:first-child {
        height: 60px !important;
    }

    .fs-section-tab-font span {
        font-size: 1em !important;
    }

    .fs-logo img {
        max-width: 140px;
    }

    .fs-live-streams {
        font-size: 0.8em !important;
    }

    .fs-player-info-tab {
        margin: 10px 40px 40px 40px;
        height: 120px;
    }

    .fs-play-button {
        font-size: 60px;
        padding: 16px 0px 30px 3px;
    }

    .fs-play-circle {
        width: 100px;
        height: 100px;
        margin: 8px 0 0 0;
        box-shadow: inset 0 0 80px rgb(217, 217, 217);
    }
}

@media (min-width: 768px) {
    .contact-us-message span {
        font-size: 0.8em;
    }

    .fs-program-tab span:first-child {
        font-size: 1.6em !important;
    }

    .fs-program-tab span:last-child {
        font-size: 1em !important;
    }

    .fs-section-tab span:first-child {
        height: 60px;
    }

    .fs-section-tab-font span {
        font-size: 1.2em !important;
    }

    .fs-logo img {
        max-width: 160px;
    }

    .fs-live-streams {
        font-size: 1em !important;
    }
}

@media (min-width: 992px) {
    .contact-us-message span {
        font-size: 0.8em;
    }

    .fs-program-tab span:first-child {
        font-size: 1.8em !important;
    }

    .fs-program-tab span:last-child {
        font-size: 1em !important;
    }

    .fs-section-tab span:first-child {
        height: 60px;
    }

    .fs-logo img {
        max-width: 160px;
    }

    .fs-live-streams {
        font-size: 1em !important;
    }
}

/************ KERA *********/
#player-part, #info-display, .active-tab, #playerBox, #ondemandBox {
    background: rgb(217, 217, 217);
}

#player-part, #info-display {
    min-height: 100px;
}

#tabs-line, .stationLine {
    background: rgb(191, 191, 191);
}

.socialBtn {
    width: 24px;
}

.radiotab, .active-tab {
    font-weight: bold;
    font-size: 20px;
}

#socials {
    padding: 5px;
}

#socialbox {
    height: 26px;
    padding-top: 6px;
}

#progressbox {
    margin-top: 9px;
}

.controlIcon {
    width: 26px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
}

.mute-icon {
    background: url('/webplayer/images/mute.png') no-repeat;
}

.unmute-icon {
    background: url('/webplayer/images/unmute.png') no-repeat;
}

.volume-down-icon {
    background: url('/webplayer/images/volume_down.png');
}

.volume-up-icon {
    background: url('/webplayer/images/volume_up.png');
}

.facebook-icon {
    background: url('/webplayer/images/facebook_white.png');
}

.twitter-icon {
    background: url('/webplayer/images/twitter_white.png');
}

.stationLine {
    /*min-height: 50px;*/
    margin: 10px 0 10px 0;
    padding: 0;
    background: rgb(242, 242, 242);
}

.stationLine .stationPlayBtnBox {
    float: left;
}

.stationLine .stationPlayBtnBox .playBtn {
    width: 70px;
    height: 70px;
    margin: 10px;
    margin-right: -80px;
    font-size: 28px;
    color: #fff;
    padding: 16px 0;
    text-align: center;
}

.playBtn {
    cursor: pointer;
}

.stationLine .stationDetailsBox {
    padding: 15px;
    float: left;
    margin-left: 80px;
    min-width: 130px;
}

.stationLine .stationLogo {
    margin: 0 0 10px 0;
    max-height: 28px;
}

.stationLine .stationTitle {
    font-size: 21px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#info-display img {
    max-width: 100%;
    max-height: 260px;
    margin: 0 auto 10px auto;
}

@media (min-width: 992px) {
    #info-display img {
        margin: 20px auto;
    }
}

/***** END KERA ******/

#playBtn0 {
    background: rgb(0, 87, 170);
}

#playBtn1 {
    background: rgb(181, 18, 27);
}

.noStreams {
    background: #ccc !important;
}

.segmentLine {
    background: rgb(242, 242, 242);
    margin-bottom: 1px;
}

.ondemandStationRow,
.letterRow {
    padding: 2px 10px;
    /*background: rgb(177, 182, 183);*/
}

.ondemandProgramRow {
    margin: 0px 10px;
    padding: 0.2em 1.5em;
    display: block;
    border-bottom: 1px solid white;
    background-color: rgba(240, 240, 240, 1);
    color: rgb(89, 89, 89);
    font-size: small;
    text-decoration: none;
}

.ondemandProgramRow:hover {
    color: black;
    text-decoration: none;
}

.programSegmentRow {
    margin: 0px 10px;
    padding: 0.4em 1.5em;
    display: block;
    border-bottom: 1px solid white;
    background-color: rgba(240, 240, 240, 1);
    color: rgb(89, 89, 89);
    font-size: small;
    text-decoration: none;
}

.programSegmentRow:hover {
    color: black;
    text-decoration: none;
}

.glyphicon:hover {
    text-decoration: none;
    cursor: pointer;
}

#ondemandBox .row.text-center .sort-link-active {
    color: #000000;
    text-decoration: none;
}

#ondemandBox .row.text-center .sort-link-inactive {
    cursor: pointer;
}

.view2 .ondemandProgramRow {
    color: #a32734;
}

.view2 a {
    color: #a32734;
}

.view2 a:hover {
    color: #8b0000;
}

.modal-content {
    display: block;
    position: fixed;
}

.embedded {
    color: rgb(89, 89, 89);
}

.embedded .fs-player-info-tab {
    border-bottom: none;
    background-color: rgb(244, 244, 244);
}

#stationsBox {
    padding-top: 1em;
    overflow-y: auto;
    height: 228px;
    margin-bottom: 40px;
}

.btn-link, .btn-link:hover, .btn-link:active, .btn-link:visited {
    color: rgb(89, 89, 89);
    text-decoration: none;
}

.large-station-logo img {
    padding: 0.5em;
}

span.up-next-program-trimmed {
    display: none;
}

.modal-content img.img-responsive {
    width: 100%;
}

.contact-us-message {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 256px;
    overflow: hidden;
}

.contact-us-message span {
    min-width: 256px;
    overflow: hidden;
    display: inline-block;
    padding: 0 0.5em 0 0;
}

.feed-row {
    margin: 20px 0 20px 0;
}

.feed-row .feed-row-label {
    text-align: center;
    margin-top: 5px;
}

.feed-row button {
    float: right;
    margin: 3px;
}

.feed-row button i {
    color: rgb(127, 127, 127);
}

.carousel-inner .row {
    margin: 0;
}

.carousel-inner .row .col-xs-2 {
    padding: 5px !important;
}

.carousel-caption {
    bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 10px;
}

.carousel-inner img {
    max-height: 60px;
}