a {
  color: #d07700; }

a:hover {
  color: #f18f11;
  text-decoration: none; }

.btn {
  border-radius: 0; }

.badge-kcsn-dark,
.btn-black {
  color: #efefef;
  border-color: transparent;
  background: #545454;
  background: linear-gradient(to right, #545454 0%, #363636 100%); }
  .badge-kcsn-dark:hover,
  .btn-black:hover {
    color: #fff;
    background: #545454;
    background: linear-gradient(to right, #363636 0%, #363636 100%); }

.btn-orange {
  color: #fff;
  border-color: transparent;
  background: #d48e33;
  background: linear-gradient(to right, #e79934 0%, #d07700 100%); }
  .btn-orange:hover {
    color: #fff;
    background: #d48e33;
    background: linear-gradient(to right, #d07700 0%, #e79934 100%); }

.badge {
  font-weight: 300; }

.form-control {
  padding: .3rem .75rem .4rem; }

button::placeholder, input::placeholder, optgroup::placeholder, select::placeholder, textarea::placeholder {
  font-weight: 300;
  font-size: .9em; }

.page-link {
  /* position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25; */
  color: #363636;
  padding: .7rem 1rem;
  background-color: transparent;
  border: none; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #e38710;
  border-color: #e38710; }

html {
  position: relative; }

body {
  font-family: "Oswald", sans-serif;
  background-color: #efefef; }

/*.container-fluid {
  position: relative;
  display: block;
}*/
.top-listen-header {
  padding-top: 11px;
  padding-bottom: 11px;
  background-size: auto 100%;
  background: #f18f11 url("/assets/framework/menu-header-left.png") no-repeat left center;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.4); }
  .top-listen-header .btn {
    padding: .5em 1.5em;
    font-size: .8em; }

#mainPanel {
  margin-top: 1em;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #ccc; }

#playbuttons {
  text-align: right;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  #playbuttons #playBtn,
  #playbuttons #stopBtn,
  #playbuttons #muteBtn {
    cursor: pointer; }
  #playbuttons i {
    font-size: 2.4em; }
    #playbuttons i.fa-play {
      padding-left: 8px; }
  #playbuttons div {
    border: 1px solid #999999;
    width: 4em;
    height: 4em;
    border-radius: 2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center; }

#listen-content {
  display: flex;
  justify-content: center;
  flex-direction: column; }

#listen-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

#listen-content #currentSong {
  font-size: 1.5em;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase; }

#listen-content #currentTitle {
  text-transform: uppercase; }

#purchase_container ul {
  padding-left: 0; }

#purchase_container li {
  list-style: none;
  float: left;
  margin-right: 20px; }

.slider-line {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #cccccc; }
  .slider-line i {
    font-size: 1.5em; }
  .slider-line #slider {
    margin: 6px 0 0 5px; }

.ad-row {
  margin-top: 18px;
  overflow: hidden; }

.ad-box-468 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 2em;
  display: block; }
  .ad-box-468 .ad-box-advertise {
    display: block;
    font-size: .7em;
    font-weight: 300;
    color: #545454; }
  .ad-box-468 .listen-ad-468 {
    display: none; }

@media (min-width: 480px) {
  .ad-box-468 {
    width: 100%;
    max-width: 468px; }
    .ad-box-468 .listen-ad-300 {
      display: none; }
    .ad-box-468 .listen-ad-468 {
      display: block; } }

#eqHolder {
  top: 30px;
  left: 242px;
  position: absolute;
  width: 30px;
  height: 170px;
  background-color: #222;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-90); }

#eqOne {
  top: 20px; }

#eqTwo {
  top: 42px; }

#eqThree {
  top: 64px; }

#eqFour {
  top: 86px; }

#eqFive {
  top: 108px; }

#eqSix {
  top: 130px; }

#eqOne,
#eqTwo,
#eqThree,
#eqFour,
#eqFive,
#eqSix {
  left: 0;
  position: absolute;
  width: 0;
  height: 20px;
  background-color: #9a0533; }

.player-line {
  margin-top: 8px;
  padding: 8px 0 0 15px;
  border-top: 1px solid #cccccc; }

.sm2-bar-ui {
  font-size: 1em;
  font-family: "Oswald", sans-serif;
  font-weight: 300; }

.sm2-bar-ui .sm2-main-controls,
.sm2-bar-ui .sm2-playlist-drawer {
  background-color: #545454; }

/*
.sm2-bar-ui .sm2-inline-texture {
  background: url(image/patterns/wood_pattern_dark.png);
}*/

/*# sourceMappingURL=LiveSessions.css.map */