input:-webkit-autofill, input:-webkit-autofill:focus textarea:-webkit-autofill, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    background-color: #fff !important;
    -webkit-text-fill-color: #000 !important
}

@-webkit-keyframes autofill {
    to {
        color: #000;
        background: #fff
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

a, a:focus, a:hover {
    color: #abf6a0
}

a {
    transition: all .3s ease
}

.btn-default :focus, .btn-default :hover {
    color: #333;
    text-shadow: none;
    background-color: #fff;
    border: 1px solid #fff
}

.btn-xl-txt {
    font-size: 24px
}

.btn-xl-txt .sidenote {
    font-size: 16px
}

body, html {
    height: 100%
}

body {
    font-size: 1.675em;
    line-height: 1.5em
}

body.player-body {
    position: relative
}

body.player-body * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

@media (min-width: 767px) {
    body.player-body #band-channels {
        background-color: #27292d;
        position: absolute;
        width: 100%;
        top: 80px;
        left: 0;
        z-index: 999
    }

    body.player-body #band-content {
        position: absolute;
        width: 100%;
        top: 80px;
        left: 0;
        z-index: 900
    }
}

#band-header {
    padding: 0
}

#band-header .navbar-nav > li {
    font-family: "Roboto Condensed", Arial, sans-serif
}

#band-header .brand-name {
    padding-top: 8px;
    display: inline-block
}

#band-header a, #band-header a img, #band-header button, #band-header span {
    cursor: pointer
}

#band-header span.glyphicon {
    font-size: .8em;
    top: 1px;
    margin-right: 5px
}

#band-banner {
    padding: 28px 0
}

#band-banner h1 {
    font-family: Offside, "Roboto Condensed", Arial, sans-serif;
    margin: 0
}

@media (max-width: 991px) {
    #band-banner h1 {
        font-size: 28px
    }
}

#band-channels {
    position: relative;
    display: block
}

#band-content.player {
    position: relative;
    display: none;
    background-color: #27292d;
    padding: 0;
    min-height: 70%
}

#band-content.player article:first-child {
    margin-top: 0
}

@media (max-width: 767px) {
    #band-content.player {
        padding-bottom: 0
    }
}

#band-content {
    padding: 0;
    min-height: 50%
}

#band-content article:first-child {
    margin-top: 0
}

#band-content a.btn {
    text-decoration: none
}

@media (max-width: 767px) {
    #band-content {
        padding-bottom: 0
    }
}

#band-info {
    padding: 21px 0;
    display: none;
    background-color: #3f4248
}

#modal-start-signup .modal-dialog {
    max-width: 500px;
    text-align: center
}

.modal-body a {
    text-decoration: underline
}

.modal-body a.btn {
    text-decoration: none
}

#band-reference {
    text-align: center;
    padding: 21px 0
}

#band-reference p a {
    color: #e1f1f6;
    text-decoration: none;
    font-size: 18px
}

#band-reference img {
    margin: 14px
}

@media (max-width: 991px) {
    #band-reference img {
        margin: 10px
    }
}

.brand-light {
    background-color: #fff
}

#band-reference.brand-light p a, .brand-light {
    color: #27292d
}

#footer {
    margin: 70px 0 0;
    padding: 40px 0;
    min-height: 100px;
    background-color: #0f1012;
    color: #e1f1f6
}

#footer .copy {
    text-align: center;
    font-size: .8em;
    margin: 0
}

#footer .glyphicon {
    top: 2px;
    margin: 0 .2em 0 .5em
}

#footer ul {
    padding-left: 20px
}

#footer li a {
    font-size: 20px;
    line-height: 30px
}

@media (max-width: 767px) {
    #footer .left, #footer .right {
        display: block;
        width: 100%
    }
}

#sign-in {
    background-color: rgba(255, 255, 255, .05)
}

#sign-in a {
    margin-bottom: 21px;
    text-decoration: none;
    color: #fff
}

#sign-in a.pwd {
    margin-top: 21px;
    font-size: 15px;
    letter-spacing: .02em
}

#sign-in a.btn {
    color: #fff
}

#sign-in h3 {
    margin-top: 0
}

#sign-in p#login {
    padding: 21px
}

#sign-in #msg {
    display: block;
    margin: 0;
    padding: 21px;
    font-size: 20px;
    line-height: 21px;
    background-color: #d9534f;
    color: #fff
}

#sign-in #form {
    padding: 21px;
    position: relative
}

#sign-in .lead {
    padding: 21px 0 0;
    margin: 0
}

#sign-in .form-signin .checkbox, #sign-in .form-signin .form-signin-heading {
    margin-bottom: 10px
}

#sign-in .form-signin .col-sm-12 {
    padding: 0
}

#sign-in .form-signin small.help-block {
    float: left;
    display: block;
    background-color: #d9534f;
    color: #fff;
    margin: 0 0 7px;
    padding: 3px 10px;
    width: 100%
}

#sign-in .form-signin .form-group {
    position: relative;
    display: block;
    margin-bottom: 0
}

#sign-in .form-signin .form-control-feedback {
    display: none
}

#sign-in .form-signin .push-down {
    margin-top: 14px
}

#sign-in .form-signin input[type=email], #sign-in .form-signin input[type=password] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#sign-in .form-signin button {
    margin-top: 14px
}

#account-menu {
    list-style-type: none;
    margin: 0 0 21px;
    padding: 0
}

#account-menu li a::before {
    position: relative;
    top: 2px;
    font-family: 'Glyphicons Halflings';
    content: "\e250";
    margin: 0 7px 0 0;
    color: #e1f1f6
}

#account-menu a {
    display: block;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .05);
    transition: background-color .3s ease;
    text-decoration: none;
    color: #e1f1f6;
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 3px
}

#account-menu a:hover {
    background-color: rgba(255, 255, 255, .25)
}

#account-menu a:active {
    cursor: default;
    background-color: #b8c7cc;
    color: #4d636b
}

#pwd-msg {
    padding: 0;
    font-size: 20px
}

#pwd-msg h3 {
    margin-top: 0
}

#pwd-msg p {
    font-size: 20px
}

#pwd-msg .success {
    padding: 21px !important;
    color: #27292d;
    background-color: #abf6a0
}

#pwd-msg .error {
    padding: 21px !important;
    background-color: #d9534f
}

#changePWD, #payment-form-container {
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid #3f4248;
    padding: 21px;
    margin: 0 0 49px;
    font-size: .9em
}

#changePWD a, #payment-form-container a {
    text-decoration: underline
}

#changePWD p, #payment-form-container p {
    font-size: 20px
}

#changePWD h3, #payment-form-container h3 {
    margin-top: 0;
    font-size: 1.5em;
    padding-bottom: 7px;
    border-bottom: 1px dashed #08b
}

#changePWD label, #payment-form-container label {
    font-size: 1.2em
}

#changePWD fieldset, #payment-form-container fieldset {
    margin-bottom: 21px
}

#changePWD select:required:invalid, #payment-form-container select:required:invalid {
    color: #999
}

#changePWD option[value='00'][disabled], #payment-form-container option[value='00'][disabled] {
    display: none
}

#changePWD small.help-block, #payment-form-container small.help-block {
    display: block;
    background-color: #d9534f;
    color: #fff;
    padding: 3px 10px;
    width: 100%
}

#changePWD input#cvv, #payment-form-container input#cvv {
    padding-right: 0;
    margin-right: 7px
}

#changePWD input#cvv:after, #payment-form-container input#cvv:after {
    display: inline-block;
    color: #fff;
    margin-right: 7px;
    content: "\e033"
}

#changePWD .agree, #payment-form-container .agree {
    margin: 21px 0;
    font-size: 1em
}

#changePWD small.help-block, #payment-form-container small.help-block {
    float: right;
    margin: 0;
    line-height: 1.1em
}

#changePWD .has-feedback .form-control, #payment-form-container .has-feedback .form-control {
    padding-right: 30px
}

#changePWD .checkbox i.form-control-feedback.glyphicon.glyphicon-remove, #payment-form-container .checkbox i.form-control-feedback.glyphicon.glyphicon-remove {
    display: none
}

.approved {
    color: #abf6a0
}

.cancelled {
    color: #d9534f
}

ul#signup-information {
    padding-left: 14px;
    margin: 21px 0;
    font-size: 1em
}

.bs-wizard {
    margin-top: 40px;
    border-bottom: solid 1px #fff;
    padding: 0 0 10px
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 18px;
    margin-bottom: 5px
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #fff;
    font-size: 14px
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: #abf6a0;
    top: 45px;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 10px;
    height: 10px;
    background: #c0f8b7;
    border-radius: 40px;
    position: absolute;
    top: 5px;
    left: 5px
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0;
    height: 3px;
    box-shadow: none;
    margin: 19px 0;
    background-color: #5d6168
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0;
    height: 3px;
    box-shadow: none;
    background-color: #abf6a0
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #5d6168
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none
}

.stream-details {
    list-style-type: none;
    padding-left: 0
}

.stream-details li {
    margin-bottom: 62px
}

.stream-details li span.header {
    background: #33353b;
    text-transform: uppercase;
    display: block;
    padding: 7px 14px
}

.stream-details li span.url {
    padding: 14px;
    display: block;
    background-color: #bfc2c7;
    color: #27292d
}

h2.box-header {
    background-color: rgba(255, 255, 255, .1);
    color: #e1f1f6;
    margin: 21px 0 0;
    padding: 14px 21px;
    font-size: 28px
}

.box, .receipt {
    background-color: rgba(255, 255, 255, .05);
    padding: 21px;
    margin: 0 0 21px;
    font-size: 20px
}

.box h3, .receipt h3 {
    margin-top: 0
}

.box p, .receipt p {
    font-size: 20px
}

.btn.unsub {
    background-color: rgba(255, 255, 255, .05);
    transition: background-color .3s ease;
    text-decoration: none;
    color: #e1f1f6;
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 3px
}

.btn.unsub :hover {
    background-color: #33353b
}

.mejs-offscreen {
    position: absolute !important;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px
}

audio {
    display: none
}

#band-header .navbar-brand, #band-header a, #footer.player-footer .navbar-brand, #footer.player-footer a {
    color: #e1f1f6;
    cursor: pointer
}

#band-header .navbar-nav a, #footer.player-footer .navbar-nav a {
    cursor: pointer;
    margin-left: 21px
}

#band-header .navbar-nav > li > a:focus, #band-header .navbar-nav > li > a:hover, #footer.player-footer .navbar-nav > li > a:focus, #footer.player-footer .navbar-nav > li > a:hover {
    border-bottom-color: rgba(255, 251, 251, 0)
}

#band-header .navbar-nav .btn-signup, #footer.player-footer .navbar-nav .btn-signup {
    background-color: #5aaa95;
    color: #fffbfb;
    padding: 14px;
    border-radius: 0 10px
}

#band-header .navbar-nav .btn-signup:hover, #footer.player-footer .navbar-nav .btn-signup:hover {
    background-color: #5aaa95;
    color: rgba(255, 251, 251, .9)
}

#band-header .dropdown-menu, #footer.player-footer .dropdown-menu {
    padding: 0;
    background-color: #28292c;
    border: 1px solid #3f4248
}

#band-header .dropdown-menu li a, #footer.player-footer .dropdown-menu li a {
    margin-left: 0;
    padding: 10px;
    font-size: 1.1em
}

#band-header .dropdown-menu li a:hover, #footer.player-footer .dropdown-menu li a:hover {
    background-color: rgba(255, 255, 255, .1)
}

#band-header .dropdown-menu li a span.glyphicon, #footer.player-footer .dropdown-menu li a span.glyphicon {
    font-size: .9em;
    top: 1px;
    margin-right: 7px
}

#band-header .dropdown.open .dropdown-toggle, #footer.player-footer .dropdown.open .dropdown-toggle {
    background-color: rgba(255, 251, 251, 0)
}

@media (max-width: 767px) {
    #band-header .navbar-nav a, #footer.player-footer .navbar-nav a {
        margin: 0 0 7px;
        padding: 14px;
        font-weight: 400
    }

    #band-header .navbar-nav > li > a:hover, #footer.player-footer .navbar-nav > li > a:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .15);
        border-bottom-color: rgba(255, 255, 255, 0)
    }

    #band-header .navbar-nav li:last-child a, #footer.player-footer .navbar-nav li:last-child a {
        margin: 0
    }
}

#bk-player {
    display: block;
    background-color: rgba(255, 255, 255, .05);
    padding: 21px
}

#bk-player #title {
    display: inline-block;
    margin: 2px 0 2px 14px;
    text-transform: uppercase;
    letter-spacing: .02em;
    padding: 0;
    transition: all .3s ease
}

#bk-player #title .status {
    font-weight: 400
}

#bk-player #title .loader {
    color: #f0d23f
}

#bk-player #title .streaming {
    color: #abf6a0
}

#bk-player #title .stopped {
    color: #d9534f
}

#bk-player #control {
    display: inline-block;
    float: left;
    padding: 0
}

#bk-player #control #pause, #bk-player #control #play {
    display: inline-block;
    margin: 0;
    padding: 12px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    color: #e1f1f6;
    border: 1px solid rgba(255, 255, 255, .25);
    background-color: rgba(255, 255, 255, .35);
    cursor: pointer
}

#bk-player #control #pause span, #bk-player #control #play span {
    background: 0 0;
    cursor: pointer
}

#bk-player #control #pause:hover, #bk-player #control #play:hover {
    border: 1px solid rgba(255, 255, 255, .15);
    background-color: rgba(255, 255, 255, .25)
}

#bk-player #control #pause:hover span, #bk-player #control #play:hover span {
    background: 0 0
}

#bk-player #control button#pause:disabled, #bk-player #control button#pause:disabled span, #bk-player #control button#play:disabled, #bk-player #control button#play:disabled span {
    color: rgba(0, 0, 0, .25);
    cursor: context-menu
}

#btn-toggle-channels, #channels {
    font-weight: 400;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff;
    padding: 0
}

#btn-toggle-channels .glyphicon, #channels .glyphicon {
    top: 4px;
    margin-right: 7px
}

#btn-toggle-channels {
    display: none;
    background-color: #58717a
}

#channel-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media (min-width: 992px) {
    #channel-list li {
        width: 32%;
        display: inline-block
    }

    #channel-list li:nth-child(3n+3) a {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    #channel-list li {
        width: 49%;
        display: inline-block
    }

    #channel-list li:nth-child(2n+0) a {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    #channel-list li {
        width: 100%;
        display: block
    }
}

a.station.id-11 {
    background: url(/assets/images/channels/11.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-11:hover {
    background: url(/assets/images/channels/11.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-25 {
    background: url(/assets/images/channels/25.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-25:hover {
    background: url(/assets/images/channels/25.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-27 {
    background: url(/assets/images/channels/27.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-27:hover {
    background: url(/assets/images/channels/27.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-28 {
    background: url(/assets/images/channels/28.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-28:hover {
    background: url(/assets/images/channels/28.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-29 {
    background: url(/assets/images/channels/29.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-29:hover {
    background: url(/assets/images/channels/29.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-30 {
    background: url(/assets/images/channels/30.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-30:hover {
    background: url(/assets/images/channels/30.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-31 {
    background: url(/assets/images/channels/31.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-31:hover {
    background: url(/assets/images/channels/31.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-34 {
    background: url(/assets/images/channels/34.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-34:hover {
    background: url(/assets/images/channels/34.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-35 {
    background: url(/assets/images/channels/35.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-35:hover {
    background: url(/assets/images/channels/35.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-36 {
    background: url(/assets/images/channels/36.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-36:hover {
    background: url(/assets/images/channels/36.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-38 {
    background: url(/assets/images/channels/38.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-38:hover {
    background: url(/assets/images/channels/38.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-39 {
    background: url(/assets/images/channels/39.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-39:hover {
    background: url(/assets/images/channels/39.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-40 {
    background: url(/assets/images/channels/40.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-40:hover {
    background: url(/assets/images/channels/40.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-52 {
    background: url(/assets/images/channels/52.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-52:hover {
    background: url(/assets/images/channels/52.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-53 {
    background: url(/assets/images/channels/53.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-53:hover {
    background: url(/assets/images/channels/53.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-80 {
    background: url(/assets/images/channels/80.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-80:hover {
    background: url(/assets/images/channels/80.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-79 {
    background: url(/assets/images/channels/79.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-79:hover {
    background: url(/assets/images/channels/79.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station.id-62 {
    background: url(/assets/images/channels/62.png) 90% 70% no-repeat rgba(255, 255, 255, .05);
    background-size: 140px 140px
}

a.station.id-62:hover {
    background: url(/assets/images/channels/62.png) 90% 75% no-repeat rgba(255, 255, 255, .1);
    background-size: 150px 150px
}

a.station {
    display: block;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: none;
    color: #e1f1f6;
    margin: 0 21px 21px 0;
    padding: 21px;
    height: 180px;
    border: 1px solid #3f4248
}

@media (max-width: 767px) {
    a.station {
        margin: 0 0 21px;
        height: 180px
    }
}

a.station.active {
    background-color: rgba(255, 255, 255, .15);
    cursor: default
}

.show-play {
    background: url(/assets/images/ico/bk-logo-bw.png) 5% 75% no-repeat;
    background-size: 50px
}

#current-track-img img {
    display: block;
    margin: 0 auto
}

@media (min-width: 1200px) {
    #current-track-img img {
        margin-top: 35px;
        width: 400px;
        height: 400px
    }
}

@media (max-width: 767px) {
    #current-track-img img {
        margin-top: 21px;
        width: 280px;
        height: 280px
    }
}

#current-track {
    min-height: 104px;
    margin: 0 0 21px;
    padding: 0 21px 21px;
    background: rgba(255, 255, 255, .05)
}

#current-track p {
    margin: 0;
    padding-bottom: 7px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px dashed #6e747f
}

#current-track .track {
    display: block;
    padding-top: 7px
}

#current-track .track .album, #current-track .track .artist, #current-track .track .title {
    display: block
}

#current-track .track .title {
    font-weight: 400;
    text-transform: uppercase
}

#track-history {
    display: block;
    background-color: rgba(255, 255, 255, .05);
    margin: 0;
    padding: 21px
}

#track-history p {
    margin: 0;
    padding-bottom: 7px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px dashed #6e747f
}

#track-history .track {
    display: block;
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px dashed #6e747f
}

#track-history .track .album, #track-history .track .artist, #track-history .track .title {
    display: block
}

#track-history .track .title {
    font-weight: 400;
    text-transform: uppercase
}

@media (max-width: 991px) {
    #track-history {
        margin: 21px 0
    }

    #track-history #tracks {
        min-height: 0
    }
}

@media (min-width: 992px) {
    #track-history {
        min-height: 490px
    }
}

ul#subscription-channels {
    list-style-type: none;
    margin: 21px 0;
    padding-left: 0;
    font-size: 1.2em
}

ul#subscription-channels li {
    display: inline-block;
    margin-right: 14px;
    font-size: 25px
}

label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400
}

.error {
    border-color: #d9534f
}

label.error {
    font-weight: 400;
    text-transform: none;
    color: #d9534f;
    display: block
}

.valid {
    border-color: #abf6a0
}

input.valid {
    background-color: #fff
}

@media (max-width: 767px) {
    #modal-signup-info .modal-dialog, #modal-start-signup .modal-dialog {
        margin: 70px 10px 10px
    }
}

@media (min-width: 767px) {
    #modal-signup-info .modal-dialog, #modal-start-signup .modal-dialog {
        max-width: 380px
    }
}

.modal-content {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #27292d
}

#cvr-guide, #cvr-reply {
    margin: 7px 0
}

#cvr-reply {
    color: #82f271
}

#no-cvr a {
    text-decoration: underline
}

.city-n-zip .input-holder {
    display: inline-block;
    padding-bottom: 14px
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.navbar-right {
    float: right !important;
    margin-right: -30px
}

/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 20px 20px 20px 20px;
    border-left: 3px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}
.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}
video {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute;
    left: -9999px;
    overflow: hidden;
}
