.font-emphasis {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.1.0');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-time:before {
  content: "\f017";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-globe:before {
  content: "\f0ac";
}
.rj-nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.rj-nav > li > a {
  display: block;
  color: #555555;
  text-decoration: none;
}
.rj-nav > li > a:hover {
  text-decoration: none;
  background-color: #7d7169;
  color: #ffffff;
}
.rj-nav > .pull-right {
  float: right;
}
.rj-nav-tabs,
.rj-nav-pills {
  *zoom: 1;
}
.rj-nav-tabs:before,
.rj-nav-pills:before,
.rj-nav-tabs:after,
.rj-nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.rj-nav-tabs:after,
.rj-nav-pills:after {
  clear: both;
}
.rj-nav-tabs > li,
.rj-nav-pills > li {
  float: left;
}
.rj-nav-tabs > li > a,
.rj-nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.rj-nav-tabs {
  border-bottom: 2px solid #ddd;
}
.rj-nav-tabs > li {
  margin-bottom: -2px;
}
.rj-nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 2px solid transparent;
}
.rj-nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.rj-nav-tabs > .active > a,
.rj-nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 2px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.rj-nav-stacked > li {
  float: none;
}
.rj-nav-stacked > li > a {
  margin-right: 0;
}
.rj-nav-tabs.rj-nav-stacked {
  border-bottom: 0;
}
.rj-nav-tabs.rj-nav-stacked > li > a {
  border: 2px solid #ddd;
}
.rj-nav-tabs.rj-nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.rj-tab-content {
  overflow: auto;
}
.rj-tabs-below > .rj-nav-tabs,
.rj-tabs-right > .rj-nav-tabs,
.rj-tabs-left > .rj-nav-tabs {
  border-bottom: 0;
}
.rj-tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.rj-tab-content > .active,
.pill-content > .active {
  display: block;
}
.rj-tabs-below > .rj-nav-tabs {
  border-top: 1px solid #ddd;
}
.rj-tabs-below > .rj-nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.rj-tabs-below > .rj-nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.rj-tabs-below > .rj-nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.rj-tabs-below > .rj-nav-tabs > .active > a,
.rj-tabs-below > .rj-nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.rj-tabs-left > .rj-nav-tabs > li,
.rj-tabs-right > .rj-nav-tabs > li {
  float: none;
}
.rj-tabs-left > .rj-nav-tabs > li > a,
.rj-tabs-right > .rj-nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.rj-tabs-left > .rj-nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.rj-tabs-left > .rj-nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.rj-tabs-left > .rj-nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.rj-tabs-left > .rj-nav-tabs .active > a,
.rj-tabs-left > .rj-nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.rj-tabs-right > .rj-nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.rj-tabs-right > .rj-nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.rj-tabs-right > .rj-nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.rj-tabs-right > .rj-nav-tabs .active > a,
.rj-tabs-right > .rj-nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.rj-nav-tabs > .active > a,
.rj-nav-tabs > .active > a:hover {
  text-decoration: none;
}
#rj-schedule {
  clear: both;
  overflow: hidden;
  /* margin: 10px; */
  background: #111;
  padding: 10px;
}
#rj-schedule.rj-loading {
  background: transparent url(/img/rj-loader-page-small.gif) no-repeat 50% 50%;
  height: 200px;
}
#rj-schedule ul {
  margin-left: 0px !important;
  padding-left: 0px;
}
#rj-schedule .item-show {
  background-repeat: none;
  background-position: 50% 50%;
  min-height: 250px;
  max-width: 450px;
  position: relative;
  margin-bottom: 20px;
  list-style: none;
}
#rj-schedule .item-show:hover {
  border-color: #7d7169;
}
#rj-schedule .item-show > .overlay {
  *zoom: 1;
  background-color: rgba(64, 47, 38, 0.65);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
}
#rj-schedule .item-show > .overlay:before,
#rj-schedule .item-show > .overlay:after {
  display: table;
  content: "";
  line-height: 0;
}
#rj-schedule .item-show > .overlay:after {
  clear: both;
}
#rj-schedule .item-show > .overlay .content {
  padding: 0;
}
#rj-schedule .item-show .item-showinfo {
  float: left;
  width: 65%;
}
#rj-schedule .item-show .item-showinfo a {
  text-decoration: none;
}
#rj-schedule .item-show .item-status {
  text-shadow: none;
  white-space: nowrap;
  color: #ffffff;
}
#rj-schedule .item-show .item-status .item-onair {
  display: block;
}
#rj-schedule .item-show .item-name {
  padding-top: 10px;
  font-size: 26px;
  color: #ffffff;
  text-shadow: none;
  white-space: nowrap;
  margin: 0px 0px 0px 10px;
}
#rj-schedule .item-show .item-tagline {
  font-size: 18px;
  color: #e1dbd5;
  text-shadow: none;
  white-space: nowrap;
  margin: 0px 0px 0px 10px;
}
#rj-schedule .item-show .item-schedule {
  padding-top: 5px;
  font-size: 12px;
  color: #aca8a4;
  text-shadow: none;
  white-space: nowrap;
  float: left;
  width: 25%;
  margin-left: 20px;
}
#rj-schedule .item-show .item-hoststation {
  margin-right: 10px;
  height: 80px;
  float: left;
}
#rj-schedule .item-show .item-hoststation .item-thumb {
  width: 80px;
  height: 80px;
  margin-right: 0;
}
#rj-schedule .item-show.item-small {
  height: 160px;
  min-height: 160px;
}
#rj-schedule .item-show.item-small > .overlay {
  height: 60px;
}
#rj-schedule .item-show.item-small .item-hostdjs .item-thumb {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  margin-right: 10px;
  border: none;
}
#rj-schedule .item-show.item-small .item-hoststation {
  margin-right: 8px;
}
#rj-schedule .item-show.item-small .item-hoststation .item-thumb {
  width: 60px;
  height: 60px;
}
#rj-schedule .item-show.item-small .item-name {
  font-size: 20px;
  padding-top: 6px;
}
#rj-schedule .item-show.item-small .item-tagline {
  font-size: 14px;
}
#rj-schedule .item-show.item-small .item-schedule {
  padding-top: 2px;
  font-size: 10px;
}
#rj-schedule .item-show.item-small .item-onair {
  font-size: 12px;
}
#rj-schedule .item-show.item-small .item-playing {
  font-size: 10px;
}
#rj-schedule .item-show.item-small .item-hostdjs {
  top: 50px;
}
#rj-schedule .item-show.item-mini {
  min-height: auto;
  padding: 4px 8px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 18px;
}
#rj-schedule .item-show.item-mini .item-name {
  font-size: 16px;
  color: #594a42;
  text-shadow: none;
  margin-right: 10px;
}
#rj-schedule .item-show.item-mini .item-datetime {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #7d7169;
  margin-right: 10px;
}
#rj-schedule .item-show.item-mini .item-special {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #7d7169;
}
#rj-schedule .item-hostdjs {
  *zoom: 1;
  display: block;
  padding-bottom: 10px;
  float: right;
  position: relative;
  top: 100px;
}
#rj-schedule .item-hostdjs:before,
#rj-schedule .item-hostdjs:after {
  display: table;
  content: "";
  line-height: 0;
}
#rj-schedule .item-hostdjs:after {
  clear: both;
}
#rj-schedule .item-hostdjs .item-dj {
  float: left;
}
#rj-schedule .item-hostdjs .item-dj .content {
  padding: 0;
}
#rj-schedule .item-show .item-name {
  margin-left: 10px;
}
#rj-schedule .item-show.item-small .item-schedule {
  font-size: 16px !important;
  margin-top: 10px;
}
#rj-schedule .overlay-dark {
  *zoom: 1;
  background-color: rgba(64, 47, 38, 0.65);
}
#rj-schedule .overlay-dark:before,
#rj-schedule .overlay-dark:after {
  display: table;
  content: "";
  line-height: 0;
}
#rj-schedule .overlay-dark:after {
  clear: both;
}
