<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    All intellectual property rights in this Software throughout the world belong to CA Radioplayer,
    rights in the Software are licensed (not sold) to subscriber stations, and subscriber stations
    have no rights in, or to, the Software other than the right to use it in accordance with the
    Terms and Conditions at www.radioplayer.ca/terms. You shall not produce any derivate works
    based on whole or part of the Software, including the source code, for any other purpose other
    than for usage associated with connecting to the CA Radioplayer Service in accordance with these
    Terms and Conditions, and you shall not convey nor sublicense the Software, including the source
    code, for any other purpose or to any third party, without the prior written consent of CA Radioplayer.

    Document   : global.css
    Description: global styles and layout for radioplayer
*/
/**
 * WARNING - The entire console inherits from these values.
 * It is strongly recommended to not make changes to the following styling.
 */
body {
  font-family: Arial, sans-serif;
  font-size: 62.5%;
  line-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #272727;
  min-width: 320px;
  width: auto !important;
  width: 320px;
  z-index: 0; }
  @media (max-width: 420px) {
    body.isAndroid {
      overflow: auto; } }

a {
  color: #222; }

p {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  line-height: 120%; }

input[type=text]::-ms-clear {
  display: none !important; }

.access {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility-text {
  display: block;
  text-indent: -9999px;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.guiding-line {
  position: absolute;
  top: 34px;
  border-top: 1px solid limegreen;
  width: 100%;
  z-index: 10; }

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

.group:after {
  clear: both; }

.group {
  zoom: 1; }

.radioplayer {
  width: 100%;
  height: 665px;
  margin: 0 auto;
  position: relative;
  max-width: 720px;
  overflow: hidden;
  height: 1000px;
  min-width: 320px; }
  .isAndroid .radioplayer {
    height: auto; }
  .ie7 .radioplayer {
    width: 380px; }

.responsive-container {
  width: 100%;
  max-width: 720px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .now-playing-strip .responsive-container {
    padding: 0 0 0 10px; }
    .ie8 .now-playing-strip .responsive-container {
      padding-right: 1px; }
  .ie7 .responsive-container {
    width: 360px; }

.responsive-container-inner {
  width: 100%;
  position: relative; }

.radioplayer-head {
  width: 100%;
  height: 92px;
  position: relative;
  background-color: rgba(50, 50, 50, 0.3); }

.radioplayer-head .logo {
  height: 50px;
  width: 56px;
  margin: 10px 10px 5px 10px;
  display: block; }

.radioplayer-head .station-logo {
  float: left;
  width: 180px;
  background-position: 0 0;
  background-repeat: no-repeat; }

.radioplayer-head .stn-logo {
  position: absolute;
  left: 0;
  text-indent: -9999px;
  top: 9px;
  width: 220px;
  height: 50px; }
  @media (max-width: 362px) {
    .radioplayer-head .stn-logo {
      top: 14px;
      width: 176px;
      height: 40px; } }

.radioplayer-head .stn-logo.stn-logo-ie8 {
  top: 14px;
  width: 176px;
  height: 40px; }

.radioplayer-head .stn-logo img {
  height: 50px;
  float: left;
  border: 0; }

.radioplayer-head .stn-logo.stn-logo-ie8 img {
  height: 40px; }

.radioplayer-head .stn-logo.stn-logo-ie8-xs {
  top: 16px;
  width: 158px;
  height: 36px; }

.radioplayer-head .stn-logo.stn-logo-ie8-xs img {
  height: 36px; }

.radioplayer-head .play-controls {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 104px;
  height: 40px; }

.radioplayer-head .real-emp-container {
  margin-left: 9px; }

.radioplayer-localwrapper {
  height: 619px; }
  .has-promo-overlay .radioplayer-localwrapper, .showing-overlay .radioplayer-localwrapper {
    position: relative; }

.radioplayer-body {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .responsive-on .radioplayer-body {
    width: 100%;
    padding: 0 10px;
    max-width: 720px;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }

.radioplayer-plugin {
  height: 517px;
  width: 360px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
          transform-origin: 0 0; }
  .responsive-on .radioplayer-plugin {
    width: 100%; }

.radioplayer-plugin-placeholder {
  text-align: center;
  color: #333;
  background-color: #ddd;
  font-size: 24px;
  padding-top: 252px;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 517px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .responsive-on .radioplayer-plugin-placeholder {
    width: 100%;
    max-width: 720px;
    background-color: #eee;
    overflow: hidden; }

.responsive-on .radioplayer-plugin-placeholder--fixed {
  display: none; }

.radioplayer-plugin-placeholder--responsive {
  display: none; }
  .responsive-on .radioplayer-plugin-placeholder--responsive {
    display: block; }

.adswizz-control-blocker {
  position: absolute;
  width: 100%;
  z-index: 101;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 92px; }
  .adswizz-companion-showing .adswizz-control-blocker {
    bottom: 0;
    height: auto; }
  .showing-overlay .adswizz-control-blocker {
    bottom: 0;
    top: auto;
    height: 66px;
    z-index: 901; }
  .lte8 .adswizz-control-blocker {
    background-color: none;
    background: url(../img/playing-strip-bg-dark.png) 0 0 repeat; }

.radioplayer-prerolloverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 527px;
  z-index: 1;
  background-color: #000;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
          transform-origin: 0 0; }

.radioplayer-prerolloverlay-contained {
  width: 360px;
  left: 50%;
  margin-left: -180px;
  height: 517px;
  overflow: hidden; }
  .responsive-on .radioplayer-prerolloverlay-contained {
    left: 10px;
    right: 10px;
    margin-left: 0;
    width: auto; }

.radioplayer-preroll-close {
  height: 32px;
  background-color: #000;
  z-index: 2;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  font-family: Arial, sans-serif;
  z-index: 105;
  top: 108px; }
  .radioplayer-preroll-close a {
    color: #eee;
    text-decoration: none; }
  .radioplayer-preroll-close a:hover {
    color: #bbb; }
  .radioplayer-preroll-close .close-text {
    display: block;
    float: right;
    margin-right: 8px; }
  .radioplayer-preroll-close .close {
    display: block;
    float: right;
    line-height: 33px; }

.radioplayer-preroll-close-frominit {
  top: 4px;
  right: 4px;
  z-index: 2;
  color: #fff;
  line-height: 30px;
  background-color: #000;
  font-size: 14px;
  font-family: Arial, sans-serif;
  z-index: 105;
  position: absolute;
  padding: 0 10px; }
  .radioplayer-preroll-close-frominit a {
    color: #eee;
    text-decoration: none; }
  .radioplayer-preroll-close-frominit a:hover {
    color: #bbb; }
  .radioplayer-preroll-close-frominit .close-text {
    display: block;
    float: right;
    margin-right: 8px; }
  .radioplayer-preroll-close-frominit .close {
    display: block;
    float: right;
    line-height: 33px; }

.radioplayer-preroll-close-frominit:hover {
  cursor: pointer; }

.radioplayer-prerolloverlay iframe,
.radioplayer-preroll-iframe {
  width: 360px;
  max-width: 100%;
  height: 517px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border: 0;
  outline: 0; }

.responsive-on .radioplayer-prerolloverlay .iframe-preroll {
  width: 100%; }

.radioplayer-preroll-iframe-container {
  position: absolute;
  z-index: 102;
  top: 139px;
  width: 100%; }

.radioplayer-emp-container {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0; }

/**
 *
 * Global Nav
 *
 */
.radioplayer-globalnav-wrapper {
  height: 45px;
  position: relative;
  border-bottom: 1px solid #070707; }

.radioplayer-globalnav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 45px; }

/* Menu Button */
.radioplayer-globalnav .menu-btn {
  float: left;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  border-right: 1px solid #999999;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  line-height: 49px;
  text-align: center;
  z-index: 1; }
  @media (min-width: 768px) {
    .radioplayer-globalnav .menu-btn {
      width: 90px; } }

.radioplayer-globalnav .menu-btn:hover {
  background-color: #d7d5d5; }

.radioplayer-globalnav .menu-btn span.menu-btn-accessible {
  display: block;
  text-indent: -9999px; }

body.rp-mouseactivity .radioplayer-globalnav .menu-btn {
  outline: none; }

.menu-btn-icon-ie7 {
  display: none; }
  .ie7 .menu-btn-icon-ie7 {
    display: block;
    width: 19px;
    height: 19px;
    margin-top: 13px;
    background: url(../img/sprite.png) -250px -50px no-repeat; }

.ie7 .menu-btn-icon {
  display: none; }

.menu-btn-notification {
  position: absolute;
  top: 11px;
  right: -7px;
  z-index: 1;
  font-size: 12px;
  line-height: 12px;
  opacity: 0;
  -moz-transition: opacity linear 2s, right linear .1s 2s, top linear .1s 2s;
  transition: opacity linear 2s, right linear .1s 2s, top linear .1s 2s;
  outline: 0 !important; }
  .lte8 .menu-btn-notification {
    visibility: hidden;
    -moz-transition: none;
    transition: none;
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
    opacity: 1; }
  .ie7 .menu-btn-notification {
    display: none; }

.menu-btn-notification .icon-heart .path4:before,
.menu-btn-notification .icon-heart .path5:before {
  color: #FF4529; }

@-webkit-keyframes heart-animation-notification {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  18.25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  54.75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  81.75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-moz-keyframes heart-animation-notification {
  0% {
    -moz-transform: scale(1);
         transform: scale(1); }
  18.25% {
    -moz-transform: scale(0.8);
         transform: scale(0.8); }
  54.75% {
    -moz-transform: scale(1.2);
         transform: scale(1.2); }
  81.75% {
    -moz-transform: scale(0.8);
         transform: scale(0.8); }
  100% {
    -moz-transform: scale(1);
         transform: scale(1); } }

@keyframes heart-animation-notification {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  18.25% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8); }
  54.75% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
            transform: scale(1.2); }
  81.75% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }
.menu-btn-notification--active {
  -webkit-animation-name: heart-animation-notification;
     -moz-animation-name: heart-animation-notification;
          animation-name: heart-animation-notification;
  -webkit-animation-duration: .5s;
     -moz-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
          transform-origin: center;
  -webkit-animation-delay: .2s;
     -moz-animation-delay: .2s;
          animation-delay: .2s;
  -moz-transition: opacity linear .2s, right linear .1s, top linear .1s;
  transition: opacity linear .2s, right linear .1s, top linear .1s;
  opacity: 1;
  right: 3px;
  top: 9px; }
  .lte8 .menu-btn-notification--active {
    visibility: visible;
    -moz-transition: none;
    transition: none;
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
    -webkit-animation: none;
       -moz-animation: none;
            animation: none;
    right: -6px;
    /* Hack to get ie8 to redraw pseudo elements on change */
    /* Hack to get ie8 to redraw pseudo elements on change */ }
    .lte8 .menu-btn-notification--active .icon-heart .path4:before {
      content: "\e81a "; }
    .lte8 .menu-btn-notification--active .icon-heart .path5:before {
      content: "\e829 "; }
  @media (min-width: 768px) {
    .menu-btn-notification--active {
      right: 26px; } }

/* Search Box */
.radioplayer-globalnav .search-box {
  float: left;
  margin-left: 45px;
  margin-right: 83px;
  position: relative;
  width: -moz-calc(100% - 128px);
  width: calc(100% - 128px);
  line-height: 45px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 45px;
  padding-right: 83px;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  @media (min-width: 768px) {
    .radioplayer-globalnav .search-box {
      padding-left: 90px;
      padding-right: 90px; } }
  .ie7 .radioplayer-globalnav .search-box {
    width: 251px; }

.radioplayer-globalnav .search-box fieldset {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
  border: 0;
  height: 45px;
  text-align: center;
  position: relative; }

.radioplayer-globalnav .search-box input {
  border: 0;
  background: none;
  color: #070707;
  font-size: 13px;
  width: 100%;
  height: 45px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  font-family: Arial, sans-serif;
  display: block;
  padding-left: 10px;
  padding-right: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .lte8 .radioplayer-globalnav .search-box input {
    display: inline;
    height: 45px; }
  .ie7 .radioplayer-globalnav .search-box input {
    width: 201px;
    height: 43px;
    overflow: hidden;
    border-right: 1px solid #999999;
    background-color: #fff; }

.radioplayer-globalnav .search-box.active input {
  color: #222; }

.radioplayer-globalnav .search-box input::-ms-clear {
  display: none;
  /* Hide the cross added by IE 10 */ }

.radioplayer-globalnav .search-box .mirrored-input {
  color: transparent;
  font-size: 13px;
  overflow: hidden;
  white-space: pre;
  max-width: 100%;
  width: 100%;
  display: block;
  padding-right: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  display: none; }

.radioplayer-globalnav .search-box button {
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: visible;
  font-size: 20px;
  line-height: 47px;
  position: absolute;
  right: 0;
  padding: 0 10px;
  z-index: 10; }

.radioplayer-globalnav .search-box button:hover {
  cursor: pointer;
  color: #444444; }

.radioplayer-globalnav .search-box button span.search-btn-accessible {
  display: block;
  text-indent: -9999px;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

body.rp-mouseactivity .radioplayer-globalnav .search-box button {
  outline: none; }

.radioplayer-globalnav .search-box #search-clear {
  display: none; }

html.lte8 .radioplayer-globalnav .search-box button {
  width: 42px;
  height: 45px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10; }

.radioplayer-globalnav .search-box button span.search-btn-ie7 {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -150px -50px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 13px;
  top: 15px;
  display: none;
  cursor: pointer; }
  .ie7 .radioplayer-globalnav .search-box button span.search-btn-ie7 {
    display: block; }

.radioplayer-globalnav .rp-logo-container {
  border-left: 1px solid #999999;
  height: 45px;
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: 0; }
  .ie7 .radioplayer-globalnav .rp-logo-container {
    border: 0; }
  @media (min-width: 768px) {
    .radioplayer-globalnav .rp-logo-container {
      width: 90px; } }

.radioplayer-globalnav .rp-logo {
  float: right;
  margin: 10px;
  width: 62px;
  height: 26px;
  text-indent: -9999px; }

/**
 *
 * General Overlay Containers and Furniture
 *
 */
.overlay-container {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  height: 553px;
  width: 100%;
  overflow: hidden;
  z-index: 900; }

.overlay-container .tabs {
  background-color: #f4f3f3;
  height: 46px;
  border-bottom: 2px solid #333; }

.overlay-container .tabs ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.overlay-container .tabs ul li {
  float: left;
  width: 25%; }

.search-container .tabs ul li {
  width: 33%; }

.search-container .tabs ul li:last-child {
  width: 34%; }

.overlay-container .tabs ul li a {
  display: block;
  color: #333;
  padding: 15px 0;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%; }

.overlay-container .tabs ul li a:hover {
  background-color: #e7e7e7; }

.overlay-container .tabs ul li.on a {
  background-color: #333;
  color: #fff; }

.overlay-container .tabs ul li a span {
  display: block;
  border-left: 1px solid #b2b2b2;
  text-align: center;
  padding: 0 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.overlay-container .tabs ul li.on a span {
  border-left: 1px solid #333; }

.overlay-container .tabs ul li.no-divide a span {
  border-left: 1px solid #f4f3f3; }

.overlay-container .tabs ul li.first a span {
  border-left: none; }

.overlay-container .tabs ul li.two-lines a {
  padding: 7px 0; }

.overlay-container .tab-container {
  display: none; }

.overlay-container .tab-container.showing {
  display: block; }

.overlay-container .tabs-wrapper {
  height: 505px;
  position: relative; }

.overlay-container .tabs-wrapper .spinner {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: 50px;
  /*top:50%; margin:-16px 0 0 -16px;*/ }

.scrollable-wrapper {
  overflow: auto;
  height: 505px;
  position: relative;
  /* &lt;- this is an IE7 fix */ }

.scrollable-wrapper.has-error {
  background-color: #f6f6f6; }

/**
 *
 * Menu
 *
 */
.menu-container {
  display: none;
  width: 100%;
  height: 553px;
  background-color: #fff; }

.menu-container .alphabet {
  background-color: #fff;
  height: 10px;
  padding: 17px 0;
  text-align: center; }

.menu-container .alphabet ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu-container .alphabet ul li {
  display: inline; }

.menu-container .alphabet ul li a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 1px 2px 2px;
  font-size: 135%; }

.menu-container .alphabet ul li a:hover {
  color: #000; }

.menu-container .alphabet ul li.no-stations a {
  color: #575757; }

.menu-container .alphabet ul li.no-stations a:hover {
  color: #000; }

@media (max-width: 360px) {
  .menu-container .alphabet ul.alphabet--regular {
    display: none; } }

@media (min-width: 568px) {
  .menu-container .alphabet ul.alphabet--regular li a {
    padding: 2px 3px 2px 6px; } }

.menu-container .alphabet ul.alphabet--minimised {
  display: none;
  text-align: center; }
  @media (max-width: 360px) {
    .menu-container .alphabet ul.alphabet--minimised {
      display: block; } }

@media (max-width: 360px) {
  .menu-container .alphabet ul li {
    width: 11%;
    display: block;
    float: left; } }

.menu-container .azlist-container {
  height: 461px; }

.menu-container .azlist-container .letter-divide {
  background-color: #ddd;
  border-bottom: 1px solid #aaa;
  color: #333;
  padding: 5px;
  font-size: 108%;
  font-weight: bold; }

.menu-container .azlist-container .no-stations-item {
  text-align: center;
  font-size: 108%;
  padding: 10px; }

.menu-container .sticky-divide-wrapper {
  position: relative;
  height: 461px;
  overflow: hidden; }

.menu-container .sticky-divide {
  display: none;
  background-color: #ddd;
  border-bottom: 1px solid #aaa;
  color: #333;
  padding: 5px;
  font-size: 108%;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  width: 100%; }

/**
 *
 * My Stations - No stations message
 *
 */
.no-overlay-items {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
       box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 5px;
       border-radius: 5px;
  width: 190px;
  background-color: #fff;
  margin: 95px auto 0 auto;
  padding: 20px 30px;
  text-align: center; }

.no-overlay-items h1 {
  font-weight: normal;
  font-size: 22px;
  background: url(../img/error-icons-sprite.png) 50% 0 no-repeat;
  color: #333;
  padding-top: 75px;
  margin: 20px 0 20px 0;
  line-height: 1.1em; }

.no-overlay-items p {
  font-size: 16px;
  color: #838383;
  margin: 20px 0; }

.menu-container .tab-container.has-no-items {
  background-color: #f6f6f6; }

/**
 *
 * Point Prompt
 *
 */
.point-prompt {
  position: absolute;
  color: #000;
  padding: 10px 10px 10px 37px;
  font-size: 11px;
  line-height: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 4px;
       border-radius: 4px;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.point-prompt.press-play-prompt {
  left: -90px;
  top: 5px;
  background-position: 0 -200px;
  width: 83px; }

.point-prompt.volume-prompt {
  left: -182px;
  top: 4px;
  width: 120px; }

.point-prompt .icon-info_outline {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #000;
  font-size: 18px; }

.point-prompt .point-prompt-arrow {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 13px;
  right: -10px; }

/**
 *
 * Announcement
 *
 */
.radioplayer-anno {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16000000;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85); }
  .radioplayer-anno .text-container {
    display: block;
    margin-right: 82px;
    padding: 10px 20px; }
  .radioplayer-anno .logo-container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 82px; }
    .radioplayer-anno .logo-container .rp-logo {
      display: inline-block;
      background: url(../img/sprite.png) -200px -100px no-repeat;
      width: 61px;
      height: 25px;
      margin: 10px; }
  .radioplayer-anno .anno-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px; }
    .radioplayer-anno .anno-text a {
      color: #fff; }
  .radioplayer-anno .close-anno-tab {
    display: block;
    position: absolute;
    right: 5px;
    bottom: -20px;
    width: 26px;
    height: 20px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
         border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
         border-bottom-left-radius: 4px; }
    .radioplayer-anno .close-anno-tab .hide-anno {
      display: block;
      background: url(../img/sprite.png) -142px -199px no-repeat;
      width: 26px;
      height: 20px;
      margin-top: 3px;
      text-indent: -9999px; }

/**
 *
 * Stream Error
 *
 */
.radioplayer-erroroverlay {
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 0;
  width: 360px;
  max-width: 100%;
  height: 517px;
  padding: 10px 20px 0 20px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
          transform-origin: 0 0;
  display: block !important;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .responsive-on .radioplayer-erroroverlay {
    width: auto;
    left: 10px;
    right: 10px;
    margin-left: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  @media (max-width: 360px) {
    .radioplayer-erroroverlay {
      width: auto;
      left: 0;
      right: 0;
      margin-left: 0;
      -moz-box-sizing: border-box;
           box-sizing: border-box; } }
  .lte8 .radioplayer-erroroverlay {
    width: auto;
    left: 10px;
    right: 10px;
    margin-left: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }

.radioplayer-erroroverlay h1 {
  font-weight: normal;
  color: #333;
  padding-top: 100px;
  margin: 20px 0 25px 0;
  line-height: 1.1em;
  font-size: 22px;
  background: url(../img/error-icons-sprite.png) 50% -400px no-repeat; }

.radioplayer-erroroverlay p {
  font-size: 16px;
  color: #838383;
  margin: 25px 0; }

/**
 *
 * Adjustments for when overlay is showing
 *
 */
body.showing-overlay .radioplayer-head {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  height: 66px;
  z-index: 901;
  -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
       box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15); }

body.showing-overlay .radioplayer-head .stn-logo {
  top: 8px; }

body.showing-overlay .radioplayer-head .now-playing-strip {
  display: none; }

body.showing-overlay .radioplayer-globalnav .menu-btn span {
  background-position: -279px -50px; }

body.showing-overlay .radioplayer-globalnav .menu-btn:hover {
  background-color: #d7d5d5; }

body.showing-overlay .radioplayer-body {
  position: absolute;
  top: -9999px; }

body.showing-overlay .overlay-container {
  display: block; }

body.showing-overlay #controls {
  top: 9px; }

body.showing-search .search-container {
  display: block; }

body.showing-suggest .suggest-container {
  display: block; }

body.showing-menu .menu-container {
  display: block; }

.cookie-demo {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  background-color: transparent;
  min-height: 200px;
  z-index: 200;
  -moz-transition: background-color linear .8s, top linear 1ms 1s;
  transition: background-color linear .8s, top linear 1ms 1s; }
  .cookie-demo .icon-undo, .cookie-demo .icon-redo, .cookie-demo .cookie-menu-text, .cookie-demo .cookie-heart-text, .cookie-demo .cookie-close, .cookie-demo .cookie-close-label {
    display: none; }
  .ie7 .cookie-demo {
    display: none; }

.cookie-demo--no-animation {
  -moz-transition: none;
  transition: none; }

.cookie-demo-message {
  width: 100%;
  color: #bbb;
  margin-top: 185px;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  opacity: 0;
  -moz-transition: opacity linear .6s;
  transition: opacity linear .6s; }
  .cookie-demo-message a {
    color: #fff;
    text-decoration: none;
    font-weight: bold; }
  .cookie-demo-message a:hover {
    text-decoration: underline; }

.cookie-menu-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  opacity: 0.2;
  -moz-transition: opacity linear 1ms 5s;
  transition: opacity linear 1ms 5s; }
  .cookie-menu-icon .icon-redo {
    position: absolute;
    top: 40px;
    left: 15px;
    -webkit-transform: rotate(250deg);
       -moz-transform: rotate(250deg);
            transform: rotate(250deg);
    -ms-transform: rotate(250deg);
    color: #bbb; }
    @media (min-width: 768px) {
      .cookie-menu-icon .icon-redo {
        left: 37px; } }
    .lte8 .cookie-menu-icon .icon-redo {
      display: none; }
  .cookie-menu-icon .cookie-menu-icon-container {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 49px;
    outline: 0;
    border: 0;
    border-right: 1px solid transparent;
    background-color: transparent;
    font-size: 30px; }
    @media (min-width: 768px) {
      .cookie-menu-icon .cookie-menu-icon-container {
        width: 90px; } }
  .cookie-menu-icon .icon-hamburger {
    color: black;
    -moz-transition: color linear 1.6s;
    transition: color linear 1.6s; }
  .cookie-menu-icon .menu-btn-notification {
    -moz-transition: left linear .1s 5.8s, top linear .1s 5.8s, opacity linear .8s;
    transition: left linear .1s 5.8s, top linear .1s 5.8s, opacity linear .8s;
    opacity: 0;
    right: auto;
    left: 41px; }
    @media (min-width: 768px) {
      .cookie-menu-icon .menu-btn-notification {
        left: 73px;
        right: auto; } }
  @media (min-width: 768px) {
    .cookie-menu-icon {
      left: 0; } }

.cookie-menu-text {
  position: absolute;
  color: #fff;
  position: absolute;
  top: 23px;
  left: 59px;
  font-size: 14px;
  line-height: 22px;
  width: 100px;
  text-align: left;
  opacity: 0; }
  .lte8 .cookie-menu-text {
    top: 7px;
    left: 45px; }
  @media (min-width: 768px) {
    .cookie-menu-text {
      left: 81px; } }

.cookie-heart-icon {
  position: absolute;
  top: 56px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  opacity: 0.2;
  width: 116px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-transition: opacity linear 1ms 1s;
  transition: opacity linear 1ms 1s; }
  .isSafari .cookie-heart-icon {
    top: 53px;
    right: 13px; }
  @media (min-width: 568px) {
    .cookie-heart-icon {
      width: 200px;
      top: 56px; }
      .isSafari .cookie-heart-icon {
        top: 53px;
        right: 12px; } }
  .lte8 .cookie-heart-icon {
    width: 131px; }
  .cookie-heart-icon .cookie-heart-icon-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    outline: none;
    padding: 0;
    background-color: transparent;
    border: 0; }
@-moz-document url-prefix() {
  .cookie-heart-icon .cookie-heart-icon-container {
    top: -1px; } }
  .cookie-heart-icon .icon-heart {
    line-height: 50px;
    font-size: 20px; }
    @media (min-width: 568px) {
      .cookie-heart-icon .icon-heart {
        font-size: 25px; } }
  .cookie-heart-icon .icon-heart .path1:before,
  .cookie-heart-icon .icon-heart .path2:before,
  .cookie-heart-icon .icon-heart .path3:before,
  .cookie-heart-icon .icon-heart .path7:before {
    color: transparent; }
  .cookie-heart-icon .icon-heart .path4:before,
  .cookie-heart-icon .icon-heart .path5:before,
  .cookie-heart-icon .icon-heart .path8:before,
  .cookie-heart-icon .icon-heart .path6:before {
    color: transparent;
    -moz-transition: color linear 1s;
    transition: color linear 1s; }
  .cookie-heart-icon .icon-heart .path5:before {
    -moz-transition: color linear 1s;
    transition: color linear 1s; }
  .cookie-heart-icon .icon-heart .path8:before {
    -moz-transition: color linear 1ms .85s;
    transition: color linear 1ms .85s; }
  .cookie-heart-icon .icon-heart .path6:before {
    -moz-transition: color linear .8s;
    transition: color linear .8s; }
  .cookie-heart-icon .icon-heart .path2:before {
    color: #fff; }
    .radioplayer.dark-theme .cookie-heart-icon .icon-heart .path2:before {
      color: #B3B2B2; }
  .cookie-heart-icon .icon-heart .path3:before {
    color: #fff; }
    .radioplayer.dark-theme .cookie-heart-icon .icon-heart .path3:before {
      color: #B3B2B2; }
  .cookie-heart-icon .icon-undo {
    position: absolute;
    top: 9px;
    left: 44px;
    -webkit-transform: rotate(370deg);
       -moz-transform: rotate(370deg);
            transform: rotate(370deg);
    -ms-transform: rotate(370deg);
    color: #bbb;
    font-size: 30px; }
    .lte8 .cookie-heart-icon .icon-undo {
      display: none; }

.cookie-heart-text {
  position: absolute;
  top: 48px;
  left: 15px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #fff; }
  .lte8 .cookie-heart-text {
    top: 35px;
    left: -30px; }

.cookie-close {
  top: 0;
  right: 0;
  color: #fff;
  float: left;
  position: absolute;
  padding: 10px 10px 5px 5px;
  font-size: 24px; }

.cookie-close:hover {
  cursor: pointer;
  color: #bbb; }

.cookie-close-label {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #cc4a4a;
  background-color: rgba(204, 74, 74, 0.9);
  color: #fff;
  padding: 10px 12px;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.cookie-close-label:hover {
  cursor: pointer;
  background-color: #cc4a4a; }

@-webkit-keyframes heart-animation-demo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  18.25% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  54.75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  81.75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-moz-keyframes heart-animation-demo {
  0% {
    -moz-transform: scale(1);
         transform: scale(1); }
  18.25% {
    -moz-transform: scale(0.7);
         transform: scale(0.7); }
  54.75% {
    -moz-transform: scale(1.2);
         transform: scale(1.2); }
  81.75% {
    -moz-transform: scale(0.85);
         transform: scale(0.85); }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

@keyframes heart-animation-demo {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  18.25% {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
            transform: scale(0.7); }
  54.75% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
            transform: scale(1.2); }
  81.75% {
    -webkit-transform: scale(0.85);
       -moz-transform: scale(0.85);
            transform: scale(0.85); }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
.cookie-demo-on {
  top: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.85);
  -moz-transition: top ease-in .6s;
  transition: top ease-in .6s; }
  .cookie-demo-on .icon-undo, .cookie-demo-on .icon-redo, .cookie-demo-on .cookie-demo-message, .cookie-demo-on .cookie-menu-text, .cookie-demo-on .cookie-heart-text, .cookie-demo-on .cookie-close, .cookie-demo-on .cookie-close-label {
    display: block; }
  .cookie-demo-on .cookie-heart-icon, .cookie-demo-on .cookie-menu-icon {
    opacity: 1; }
  .cookie-demo-on .cookie-heart-icon {
    -moz-transition: opacity ease-in 1.5s .5s;
    transition: opacity ease-in 1.5s .5s; }
    .cookie-demo-on .cookie-heart-icon .icon-heart {
      -webkit-animation-name: heart-animation-demo;
         -moz-animation-name: heart-animation-demo;
              animation-name: heart-animation-demo;
      -webkit-animation-delay: 2.7s;
         -moz-animation-delay: 2.7s;
              animation-delay: 2.7s;
      -webkit-animation-duration: .8s;
         -moz-animation-duration: .8s;
              animation-duration: .8s;
      -webkit-animation-fill-mode: forwards;
         -moz-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
      .lte8 .cookie-demo-on .cookie-heart-icon .icon-heart {
        visibility: hidden; }
      .cookie-demo-on .cookie-heart-icon .icon-heart .path2:before {
        color: #fff;
        -moz-transition: none;
        transition: none;
        opacity: 1; }
        .radioplayer.dark-theme .cookie-demo-on .cookie-heart-icon .icon-heart .path2:before {
          color: #fff; }
      .cookie-demo-on .cookie-heart-icon .icon-heart .path3:before {
        color: #fff;
        -moz-transition: none;
        transition: none;
        opacity: 1; }
        .radioplayer.dark-theme .cookie-demo-on .cookie-heart-icon .icon-heart .path3:before {
          color: #fff; }
      .cookie-demo-on .cookie-heart-icon .icon-heart .path4:before,
      .cookie-demo-on .cookie-heart-icon .icon-heart .path8:before {
        color: #FF4529;
        -moz-transition: color linear 1ms 2.6s;
        transition: color linear 1ms 2.6s; }
      .cookie-demo-on .cookie-heart-icon .icon-heart .path5:before,
      .cookie-demo-on .cookie-heart-icon .icon-heart .path6:before {
        color: #fff;
        -moz-transition: color linear 1ms 2.6s;
        transition: color linear 1ms 2.6s; }
  .cookie-demo-on .cookie-menu-icon {
    color: #fff;
    -moz-transition: opacity ease-in 1.5s 4s;
    transition: opacity ease-in 1.5s 4s; }
    .lte8 .cookie-demo-on .cookie-menu-icon {
      -moz-transition: none;
      transition: none; }
    .cookie-demo-on .cookie-menu-icon .icon-hamburger {
      -moz-transition: none;
      transition: none;
      opacity: 1;
      color: #fff; }
    .cookie-demo-on .cookie-menu-icon .icon-redo, .cookie-demo-on .cookie-menu-icon .cookie-menu-text {
      opacity: 1; }
    .cookie-demo-on .cookie-menu-icon .menu-btn-notification {
      -webkit-animation-name: heart-animation-notification;
         -moz-animation-name: heart-animation-notification;
              animation-name: heart-animation-notification;
      -webkit-animation-duration: .5s;
         -moz-animation-duration: .5s;
              animation-duration: .5s;
      -webkit-transform-origin: center;
         -moz-transform-origin: center;
              transform-origin: center;
      -webkit-animation-delay: 6s;
         -moz-animation-delay: 6s;
              animation-delay: 6s;
      -moz-transition: opacity linear .2s 5.8s, left linear .1s 5.8s, top linear .1s 5.8s;
      transition: opacity linear .2s 5.8s, left linear .1s 5.8s, top linear .1s 5.8s;
      opacity: 1;
      left: 41px;
      right: auto;
      top: 9px; }
      @media (min-width: 768px) {
        .cookie-demo-on .cookie-menu-icon .menu-btn-notification {
          left: 63px;
          right: auto; } }
  .cookie-demo-on .cookie-demo-message {
    opacity: 1;
    -moz-transition: none;
    transition: none; }

/**
 *
 * Hidden iframes
 *
 */
iframe.crossdomain-iframe {
  height: 1px;
  width: 1px;
  position: absolute;
  top: 0;
  left: -2000px;
  visibility: hidden; }

/**
 *
 * Media Queries
 *
 */
@media only screen and (min-width: 381px), only screen and (min-height: 666px) {
  body {
    background: url(../img/bg.jpg) 50% 0 no-repeat; } }

/*# sourceMappingURL=global.css.map */@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lqgml2");
  src: url("../fonts/icomoon.eot?lqgml2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lqgml2") format("truetype"), url("../fonts/icomoon.woff?lqgml2") format("woff"), url("../fonts/icomoon.svg?lqgml2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-volume .path1:before {
  content: "\e900";
  color: black; }

.icon-volume .path4:before {
  content: "\e901";
  margin-left: -1.14453125em;
  color: #ffff56; }

.icon-volume .path6:before {
  content: "\e902";
  margin-left: -1.14453125em;
  color: #56ffaa; }

.icon-volume .path5:before {
  content: "\e903";
  margin-left: -1.14453125em;
  color: #aaff56; }

.icon-volume .path3:before {
  content: "\e904";
  margin-left: -1.14453125em;
  color: #ffaa56; }

.icon-volume .path2:before {
  content: "\e905";
  margin-left: -1.14453125em;
  color: #ff5656; }

.icon-volume .path7:before {
  content: "\e906";
  margin-left: -1.14453125em;
  color: #aa56ff; }

.icon-volume .path8:before {
  content: "\e907";
  margin-left: -1.14453125em;
  color: #aa56ff; }

.icon-redo:before {
  content: "\e820"; }

.icon-undo:before {
  content: "\e821"; }

.icon-heart .path1:before {
  content: "\e817";
  color: #e32828; }

.icon-heart .path2:before {
  content: "\e818";
  margin-left: -1.2607421875em;
  color: #020101; }

.icon-heart .path3:before {
  content: "\e819";
  margin-left: -1.2607421875em;
  color: #020101; }

.icon-heart .path4:before {
  content: "\e81a";
  margin-left: -1.2607421875em;
  color: #010101; }

.icon-heart .path5:before {
  content: "\e829";
  margin-left: -1.2607421875em;
  color: white; }

.icon-heart .path6:before {
  content: "\e82a";
  margin-left: -1.2607421875em;
  color: #010101; }

.icon-heart .path7:before {
  content: "\e82b";
  margin-left: -1.2607421875em;
  color: white; }

.icon-heart .path8:before {
  content: "\e82c";
  margin-left: -1.2607421875em;
  color: lime; }

.icon-search:before {
  content: "\e804"; }

.icon-Information .path1:before {
  content: "\e801";
  color: white; }

.icon-Information .path2:before {
  content: "\e802";
  margin-left: -1.1484375em;
  color: black; }

.icon-hamburger:before {
  content: "\e803"; }

.icon-volume_mute:before {
  content: "\e808"; }

.icon-pause .path1:before {
  content: "\e805";
  color: black; }

.icon-pause .path2:before {
  content: "\e806";
  margin-left: -1.1484375em;
  color: white; }

.icon-pause .path3:before {
  content: "\e809";
  margin-left: -1.1484375em;
  color: white; }

.icon-stop .path1:before {
  content: "\e908";
  color: black; }

.icon-stop .path2:before {
  content: "\e909";
  margin-left: -1.1484375em;
  color: white; }

.icon-info_outline:before {
  content: "\e841"; }

.icon-tag:before {
  content: "\e800";
  color: #B3B2B2; }

.icon-chevron-thin-up:before {
  content: "\e835"; }

.icon-chevron-thin-right:before {
  content: "\e836"; }

.icon-chevron-thin-left:before {
  content: "\e837"; }

.icon-chevron-thin-down:before {
  content: "\e838"; }

.icon-chevron-small-up:before {
  content: "\e839"; }

.icon-chevron-small-right:before {
  content: "\e83a"; }

.icon-chevron-small-left:before {
  content: "\e83b"; }

.icon-chevron-small-down:before {
  content: "\e83c"; }

.icon-chevron-right:before {
  content: "\e83d"; }

.icon-chevron-left:before {
  content: "\e83e"; }

.icon-chevron-down:before {
  content: "\e83f"; }

.icon-chevron-up:before {
  content: "\e840"; }

.icon-cross:before {
  content: "\e822"; }

/*# sourceMappingURL=icomoon.css.map *//*
    All intellectual property rights in this Software throughout the world belong to CA Radioplayer,
    rights in the Software are licensed (not sold) to subscriber stations, and subscriber stations 
    have no rights in, or to, the Software other than the right to use it in accordance with the 
    Terms and Conditions at www.radioplayer.ca/terms. You shall not produce any derivate works
    based on whole or part of the Software, including the source code, for any other purpose other 
    than for usage associated with connecting to the CA Radioplayer Service in accordance with these
    Terms and Conditions, and you shall not convey nor sublicense the Software, including the source 
    code, for any other purpose or to any third party, without the prior written consent of CA Radioplayer.

    Document   : overlay-items.css
    Description: layout and styles for individual results in overlays
*/
.overlay-item {
  position: relative;
  min-height: 70px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  display: block; }
  .station-group-hidden .overlay-item {
    background-color: #f4f3f3; }
    @media (min-width: 568px) {
      .station-group-hidden .overlay-item {
        padding-left: 20px;
        -moz-box-sizing: border-box;
             box-sizing: border-box; } }

.overlay-item-img {
  width: 88px;
  height: 50px;
  float: left;
  margin-right: 15px;
  position: absolute;
  left: 10px;
  top: 0; }

.overlay-item-data {
  float: left;
  width: 100%;
  padding-right: 55px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 27px; }
  .ie7 .overlay-item-data {
    width: 202px; }

.overlay-item .title {
  font-size: 14px;
  color: #333;
  padding-bottom: 1px;
  line-height: 110%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 55px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block; }
  .ie7 .overlay-item .title {
    width: 202px; }

.overlay-item .subtitle,
.overlay-item .programme-title {
  font-size: 12px;
  color: #333;
  padding-bottom: 2px;
  display: block; }

.overlay-item .subtitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.overlay-item .subtitle.truncate,
.overlay-item .programme-title.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.overlay-item .description {
  font-size: 12px;
  line-height: 14px;
  color: #8D8D8D;
  max-height: 28px;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.overlay-item .q-sel {
  color: #000; }

.overlay-item .overlay-item-link {
  text-decoration: none;
  color: #333;
  cursor: pointer; }

.overlay-item .overlay-item-link:hover,
.overlay-item .overlay-item-link:focus {
  text-decoration: underline; }

.overlay-item .overlay-item-link:focus .title {
  outline: 1px dotted #000; }

.overlay-item .overlay-item-link .overlay-item-img img {
  border: 1px solid #e3e3e3; }

.overlay-item .overlay-item-link:hover .overlay-item-img .play-icon,
.overlay-item .overlay-item-link:focus .overlay-item-img .play-icon {
  background: url(../img/sprite.png) -280px 0 no-repeat;
  display: block;
  width: 86px;
  height: 48px;
  position: absolute;
  left: 1px;
  top: 1px; }

.overlay-item .overlay-item-link:hover .overlay-item-img img,
.overlay-item .overlay-item-link:focus .overlay-item-img img {
  border-color: #bbb; }

/* More Toggle - arrow to expand each result */
.overlay-item .more-toggle {
  display: block;
  width: 16px;
  height: 9px;
  padding: 7px 5px;
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer; }

.overlay-item .more-toggle span {
  background: url(../img/sprite.png) -150px 0 no-repeat;
  display: block;
  width: 16px;
  height: 9px;
  text-indent: -9999px; }

.overlay-item .more-toggle:hover span {
  background-position: -150px -12px; }

.overlay-item.expanded .more-toggle span {
  background-position: -150px -24px;
  display: block; }

.overlay-item.expanded .more-toggle:hover span {
  background-position: -150px -36px;
  display: block; }

/* My Station Toggle - Heart icon */
.overlay-item .toggle-mystations {
  position: absolute;
  right: 10px;
  top: 7px; }
  .ie8 .overlay-item .toggle-mystations {
    right: 55px; }

html.lte8 .overlay-item .toggle-mystations .heart-container-ie8 {
  background-position: 0 -275px; }

html.lte8 .overlay-item .toggle-mystations .heart-container:hover .heart-container-ie8 {
  background-position: -50px -275px; }

html.lte8 .overlay-item.in-mystations .heart-container-ie8, html.lte8 .overlay-item.in-mystations:hover .heart-container-ie8 {
  background-position: -100px -275px; }

.overlay-item .toggle-mystations button {
  display: block;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 24px; }

.overlay-item.animating-mystations button {
  display: none; }

.overlay-item .toggle-mystations button.animating span,
.overlay-item .toggle-mystations button.animating:hover span {
  background-image: url(../img/heart-sprite.png); }

body.rp-mouseactivity .overlay-item .toggle-mystations button {
  outline: none; }

/* button icon position fix for older ie */
html.lte8 .overlay-item .toggle-mystations button {
  position: relative;
  overflow: visible; }

html.lte8 .overlay-item .toggle-mystations button span {
  position: absolute;
  left: 0;
  top: 0; }

/* Expanded results */
.overlay-item.expanded {
  background-color: #fff; }

.overlay-item.hover.expanded {
  background-color: #fff; }

.overlay-item-initial {
  overflow: hidden;
  position: relative;
  padding-left: 105px;
  padding-right: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 50px;
  margin-bottom: 10px;
  max-width: 100%; }
  @media (min-width: 568px) {
    .overlay-item-initial {
      padding-left: 110px; } }

.overlay-item-extra-cont {
  display: none;
  background-color: #f4f3f3; }

.overlay-item-extra-cont .padding-wrap {
  padding: 10px; }

.overlay-item-extra {
  clear: both;
  margin-top: 12px;
  border-top: 1px solid #c6c4c5;
  padding-top: 12px;
  padding-left: 103px;
  overflow: hidden;
  position: relative; }

.overlay-item-extra.hasImage {
  padding-left: 0; }

.overlay-item-extra.no-top-border {
  margin-top: 0;
  border-top: 0;
  padding-top: 0; }

/* Live vs Catch Up tags, plus the time since broadcast */
.overlay-item .broadcast-info {
  display: block;
  clear: both;
  margin-top: 10px; }

.overlay-item .broadcast-info .status {
  background-color: #393939;
  color: #fff;
  padding: 0 2px;
  text-transform: uppercase;
  font-size: 0.9em;
  float: left; }

.overlay-item .broadcast-info .broadcast-time {
  font-style: italic;
  margin-left: 8px; }

/* Song */
.overlay-item-extra-cont .overlay-item-song {
  padding: 12px 0 5px 30px;
  margin-top: 12px;
  border-top: 1px solid #c6c4c5;
  text-transform: uppercase;
  color: #666;
  position: relative;
  height: 9px; }

.overlay-item-extra-cont .overlay-item-song i {
  display: block;
  background: url(../img/sprite.png) -200px -50px no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 7px; }

.overlay-item-extra-cont .overlay-item-song.no-top-border {
  margin-top: 0;
  border-top: 0;
  padding-top: 0; }

/* Recommended factors */
.overlay-item .recommend-factors {
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  height: 9px;
  float: left;
  display: block;
  color: #B3B2B2;
  line-height: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.overlay-item .recommend-factors .icon-tag {
  margin-right: 5px;
  line-height: 4px; }

/*# sourceMappingURL=overlay-items.css.map */#controls {
  position: absolute;
  right: 0;
  top: 10px;
  width: 116px;
  height: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  @media (min-width: 568px) {
    #controls {
      width: 200px; } }
  .lte8 #controls {
    width: 131px; }

/**
 *
 * Play / Stop / Pause
 *
 */
#play-controls {
  position: absolute;
  left: 29px;
  top: 3px;
  padding: 0;
  margin: 0; }
  @media (min-width: 568px) {
    #play-controls {
      left: 70px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #play-controls {
      /* IE10+ CSS styles go here */
      left: 29px;
      width: 53px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 568px), (-ms-high-contrast: active) and (min-width: 568px) {
    #play-controls {
      left: 70px;
      width: 59px; } }

  .lte8 #play-controls {
    left: 40px;
    top: 0; }
  .ie9 #play-controls {
    left: 29px;
    width: 53px; }
    @media (min-width: 568px) {
      .ie9 #play-controls {
        left: 70px;
        width: 59px; } }

@-moz-document url-prefix() {
  #play-controls {
    left: 27px;
    top: 1px; }
    @media (min-width: 568px) {
      #play-controls {
        left: 70px;
        top: 0; } } }
#play-controls button,
#play-controls a {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  overflow: visible;
  color: transparent;
  outline: none;
  font-size: 0; }
  @media (min-width: 568px) {
    #play-controls button,
    #play-controls a {
      padding: 1px 0; } }

#play .icon-play {
  display: block;
  background-image: url(../img/icon-play-white-new.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  -moz-background-size: 40px 40px;
       background-size: 40px 40px;
  margin-left: 5px;
  margin-top: 1px; }
  @media (min-width: 568px) {
    #play .icon-play {
      width: 45px;
      height: 45px;
      -moz-background-size: 45px 45px;
           background-size: 45px 45px;
      margin-left: 5px;
      margin-top: -1px; } }

@-moz-document url-prefix() {
  #play .icon-play {
    margin-top: 2px; }
    @media (min-width: 568px) {
      #play .icon-play {
        margin-top: -0; } } }
.radioplayer.dark-theme #play .icon-play {
  background-image: url(../img/icon-play-dark-new-3.png); }

html[data-useragent*='MSIE 10.0'] #play .icon-play,
html.lte9 #play .icon-play {
  background-image: url(../img/icon-play-white-ie-new.png);
  margin-left: 7px; }
  @media (min-width: 568px) {
    html[data-useragent*='MSIE 10.0'] #play .icon-play,
    html.lte9 #play .icon-play {
      margin-left: 7px; } }

html[data-useragent*='MSIE 10.0'] .radioplayer.dark-theme #play .icon-play,
html.lte9 .radioplayer.dark-theme #play .icon-play {
  background-image: url(../img/icon-play-dark-ie-new-3.png);
  margin-left: 6px; }
  @media (min-width: 568px) {
    html[data-useragent*='MSIE 10.0'] .radioplayer.dark-theme #play .icon-play,
    html.lte9 .radioplayer.dark-theme #play .icon-play {
      margin-left: 7px; } }

@supports (-ms-accelerator: true) {
  #play .icon-play {
    background-image: url(../img/icon-play-white-ie-new.png);
    margin-left: 7px; }
    @media (min-width: 568px) {
      #play .icon-play {
        margin-left: 7px; } }

  .radioplayer.dark-theme #play .icon-play {
    background-image: url(../img/icon-play-dark-ie-new-3.png);
    margin-left: 6px; }
    @media (min-width: 568px) {
      .radioplayer.dark-theme #play .icon-play {
        margin-left: 7px; } } }
#play .icon-play:hover {
  opacity: .9; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  7.5% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  33.3% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  51.5% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  59% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  75.8% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  83.3% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  90.8% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1); }
  7.5% {
    -moz-transform: scale(1);
         transform: scale(1); }
  15% {
    -moz-transform: scale(1);
         transform: scale(1); }
  33.3% {
    -moz-transform: scale(1);
         transform: scale(1); }
  51.5% {
    -moz-transform: scale(1.2);
         transform: scale(1.2); }
  59% {
    -moz-transform: scale(1);
         transform: scale(1); }
  75.8% {
    -moz-transform: scale(1.2);
         transform: scale(1.2); }
  83.3% {
    -moz-transform: scale(1);
         transform: scale(1); }
  90.8% {
    -moz-transform: scale(1);
         transform: scale(1); }
  100% {
    -moz-transform: scale(1);
         transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  7.5% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  15% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  33.3% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  51.5% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
            transform: scale(1.2); }
  59% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  75.8% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
            transform: scale(1.2); }
  83.3% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  90.8% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }
#play .icon-play.play-prompt {
  -webkit-animation-name: pulse;
     -moz-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.65s;
     -moz-animation-duration: 1.65s;
          animation-duration: 1.65s;
  -webkit-animation-timing-function: ease;
     -moz-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.play-icon-ie8 {
  display: none; }

html.lte8 .icon-play, html.lte8 .icon-pause, html.lte8 .icon-stop {
  display: none !important;
  content: '' !important; }

html.lte8 .play-icon-ie8, html.lte8 .pause-icon-ie8, html.lte8 .stop-icon-ie8 {
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px; }

html.lte8 .play-icon-ie8 {
  background-position: 0 0; }

html.lte8 .radioplayer.dark-theme .play-icon-ie8 {
  background-position: 0 -100px; }

html.lte8 #play:hover .play-icon-ie8,
html.lte8 #play:active .play-icon-ie8 {
  background-position: 0 -50px; }

html.lte8 .radioplayer.dark-theme #play:hover .play-icon-ie8,
html.lte8 .radioplayer.dark-theme #play:active .play-icon-ie8 {
  background-position: 0 -150px; }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  68% {
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
            transform: scale(1.3); }
  88% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes pulsecolor {
  0% {
    color: #2A292A; }
  50% {
    color: rgba(42, 41, 42, 0.3); }
  100% {
    color: #2A292A; } }
@-moz-keyframes pulsecolor {
  0% {
    color: #2A292A; }
  50% {
    color: rgba(42, 41, 42, 0.3); }
  100% {
    color: #2A292A; } }
@keyframes pulsecolor {
  0% {
    color: #2A292A; }
  50% {
    color: rgba(42, 41, 42, 0.3); }
  100% {
    color: #2A292A; } }
@-webkit-keyframes pulsecolorlight {
  0% {
    color: #fff; }
  50% {
    color: rgba(255, 255, 255, 0.3); }
  100% {
    color: #fff; } }
@-moz-keyframes pulsecolorlight {
  0% {
    color: #fff; }
  50% {
    color: rgba(255, 255, 255, 0.3); }
  100% {
    color: #fff; } }
@keyframes pulsecolorlight {
  0% {
    color: #fff; }
  50% {
    color: rgba(255, 255, 255, 0.3); }
  100% {
    color: #fff; } }
#play-controls #play .icon-play.play-prompt .path2:before {
  -webkit-animation-name: pulsecolorlight;
     -moz-animation-name: pulsecolorlight;
          animation-name: pulsecolorlight;
  -webkit-animation-duration: 1.1s;
     -moz-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-timing-function: ease;
     -moz-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.radioplayer.dark-theme #play-controls #play .icon-play.play-prompt .path2:before {
  -webkit-animation-name: pulsecolor;
     -moz-animation-name: pulsecolor;
          animation-name: pulsecolor;
  -webkit-animation-duration: 1.1s;
     -moz-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-timing-function: ease;
     -moz-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

#pause {
  display: none; }

#pause .icon-pause {
  font-size: 43px;
  line-height: 43px; }
  @media (min-width: 568px) {
    #pause .icon-pause {
      font-size: 48px;
      line-height: 43px; } }

#pause .icon-pause .path1:before {
  color: #ffffff; }

#pause .icon-pause .path2:before,
#pause .icon-pause .path3:before {
  color: #333333; }

#pause:hover .icon-pause .path1:before {
  color: #DDDDDD; }

.radioplayer.dark-theme #pause .icon-pause .path1:before {
  color: #2A292A; }

.radioplayer.dark-theme #pause .icon-pause .path2:before,
.radioplayer.dark-theme #pause .icon-pause .path3:before {
  color: #fff; }

.radioplayer.dark-theme #pause:hover .icon-pause .path1:before,
.radioplayer.dark-theme #pause:active .icon-pause .path1:before {
  color: #1A1A1A; }

html.lte8 .pause-icon-ie8 {
  background-position: -100px 0; }

html.lte8 .radioplayer.dark-theme .pause-icon-ie8 {
  background-position: -100px -100px; }

html.lte8 .radioplayer.dark-theme #pause:hover .pause-icon-ie8,
html.lte8 .radioplayer.dark-theme #pause:active .pause-icon-ie8 {
  background-position: -100px -50px; }

html.lte8 .radioplayer.dark-theme #pause:hover .pause-icon-ie8,
html.lte8 .radioplayer.dark-theme #pause:active .pause-icon-ie8 {
  background-position: -100px -150px; }

#stop {
  display: none; }

@supports (-ms-accelerator: true) {
  #stop {
    margin-left: -8px; }
    @media (min-width: 568px) {
      #stop {
        margin-top: -0.5px;
        margin-left: -10.5px; } } }
#stop .icon-stop {
  font-size: 43px;
  line-height: 43px; }
  @media (min-width: 568px) {
    #stop .icon-stop {
      font-size: 48px;
      line-height: 43px; } }

#stop .icon-stop .path1:before {
  color: #ffffff; }

#stop .icon-stop .path2:before {
  color: #333333; }

#stop:hover .icon-stop .path1:before,
#stop:active .icon-stop .path1:before {
  color: #DDDDDD; }

.radioplayer.dark-theme #stop .icon-stop .path1:before {
  color: #2A292A; }

.radioplayer.dark-theme #stop .icon-stop .path2:before {
  color: #ffffff; }

.radioplayer.dark-theme #stop:hover .icon-stop .path1:before,
.radioplayer.dark-theme #stop:active .icon-stop .path1:before {
  color: #1A1A1A; }

html.lte8 .stop-icon-ie8 {
  background-position: -50px 0; }

html.lte8 .radioplayer.dark-theme .stop-icon-ie8 {
  background-position: -50px -100px; }

html.lte8 #stop:hover .stop-icon-ie8,
html.lte8 #stop:active .stop-icon-ie8 {
  background-position: -50px -50px; }

html.lte8 .radioplayer.dark-theme #stop:hover .stop-icon-ie8,
html.lte8 .radioplayer.dark-theme #stop:active .stop-icon-ie8 {
  background-position: -50px -150px; }

/**
 *
 * Toggle my station status
 *
 */
#mystations-toggle {
  position: absolute;
  left: 0;
  top: -1px; }

@-moz-document url-prefix() {
  #mystations-toggle {
    top: -2px; } }
.heart-container {
  display: block;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0; }

.in-mystations {
  outline: none; }

body.rp-mouseactivity .heart-container {
  outline: none; }

#toggle-mystations {
  font-size: 0;
  line-height: 0; }

#toggle-mystations span {
  font-size: 20px;
  line-height: 50px; }
  @media (min-width: 568px) {
    #toggle-mystations span {
      font-size: 25px; } }

.heart-container .icon-heart .path1:before,
.heart-container .icon-heart .path2:before,
.heart-container .icon-heart .path3:before,
.heart-container .icon-heart .path4:before,
.heart-container .icon-heart .path5:before,
.heart-container .icon-heart .path6:before,
.heart-container .icon-heart .path7:before,
.heart-container .icon-heart .path8:before {
  color: transparent; }
  .lte8 .heart-container .icon-heart .path1:before, .lte8
  .heart-container .icon-heart .path2:before, .lte8
  .heart-container .icon-heart .path3:before, .lte8
  .heart-container .icon-heart .path4:before, .lte8
  .heart-container .icon-heart .path5:before, .lte8
  .heart-container .icon-heart .path6:before, .lte8
  .heart-container .icon-heart .path7:before, .lte8
  .heart-container .icon-heart .path8:before {
    visibility: hidden; }

.heart-container .icon-heart .path2:before,
.heart-container .icon-heart .path3:before {
  color: #ffffff; }

.radioplayer.dark-theme .heart-container .icon-heart .path2:before,
.radioplayer.dark-theme .heart-container .icon-heart .path3:before,
.toggle-mystations .heart-container .icon-heart .path2:before,
.toggle-mystations .heart-container .icon-heart .path3:before {
  color: #B3B2B2; }

.heart-container:hover .icon-heart .path2:before,
.heart-container:hover .icon-heart .path3:before {
  color: #DDDDDD; }

.radioplayer.dark-theme .heart-container:hover .icon-heart .path2:before,
.radioplayer.dark-theme .heart-container:hover .icon-heart .path3:before,
.toggle-mystations .heart-container:hover .icon-heart .path2:before,
.toggle-mystations .heart-container:hover .icon-heart .path3:before {
  color: #A3A2A2; }

@-webkit-keyframes heart-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  18.25% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  54.75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  81.75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-moz-keyframes heart-animation {
  0% {
    -moz-transform: scale(1);
         transform: scale(1); }
  18.25% {
    -moz-transform: scale(0.7);
         transform: scale(0.7); }
  54.75% {
    -moz-transform: scale(1.2);
         transform: scale(1.2); }
  81.75% {
    -moz-transform: scale(0.85);
         transform: scale(0.85); }
  100% {
    -moz-transform: scale(1);
         transform: scale(1); } }

@keyframes heart-animation {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  18.25% {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
            transform: scale(0.7); }
  54.75% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
            transform: scale(1.2); }
  81.75% {
    -webkit-transform: scale(0.85);
       -moz-transform: scale(0.85);
            transform: scale(0.85); }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }
.heart-container.in-mystations .icon-heart .path2:before,
.heart-container.in-mystations .icon-heart .path1:before,
.heart-container.in-mystations .icon-heart .path3:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path2:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path3:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path1:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path2:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path1:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path3:before {
  color: transparent; }

.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path4:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path5:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path6:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path8:before,
.heart-container.in-mystations .icon-heart .path4:before,
.heart-container.in-mystations .icon-heart .path5:before,
.heart-container.in-mystations .icon-heart .path6:before,
.heart-container.in-mystations .icon-heart .path8:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path4:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path5:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path6:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path8:before {
  color: #FF4529;
  -webkit-animation-name: heart-animation;
     -moz-animation-name: heart-animation;
          animation-name: heart-animation;
  -webkit-animation-duration: .8s;
     -moz-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1); }

.radioplayer.dark-theme .heart-container.in-mystations .icon-heart.no-animation .path4:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart.no-animation .path5:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart.no-animation .path6:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart.no-animation .path8:before,
.heart-container.in-mystations .icon-heart.no-animation .path4:before,
.heart-container.in-mystations .icon-heart.no-animation .path5:before,
.heart-container.in-mystations .icon-heart.no-animation .path6:before,
.heart-container.in-mystations .icon-heart.no-animation .path8:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path4:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path5:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path6:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path8:before {
  -webkit-animation: none;
     -moz-animation: none;
          animation: none; }

.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path5:before,
.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path6:before,
.heart-container.in-mystations .icon-heart .path5:before,
.heart-container.in-mystations .icon-heart .path6:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path5:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path6:before {
  color: #FFFFFF; }

.radioplayer.dark-theme .heart-container.in-mystations .icon-heart .path8:before,
.heart-container.in-mystations .icon-heart .path8:before,
.in-mystations .toggle-mystations .heart-container .icon-heart .path8:before {
  color: #FF4529; }

.heart-container-ie8 {
  display: none; }

html.lte8 .heart-container-ie8 {
  width: 32px;
  height: 25px;
  cursor: pointer;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -250px;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

html.lte8 .heart-container:hover .heart-container-ie8 {
  background-position: -50px -250px; }

html.lte8 .radioplayer.dark-theme .heart-container-ie8 {
  background-position: 0 -275px; }

html.lte8 .radioplayer.dark-theme .heart-container:hover .heart-container-ie8 {
  background-position: -50px -275px; }

html.lte8 .heart-container.in-mystations .heart-container-ie8,
html.lte8 .heart-container.in-mystations:hover .heart-container-ie8 {
  background-position: -100px -250px; }

html.lte8 .radioplayer.dark-theme .heart-container.in-mystations .heart-container-ie8,
html.lte8 .radioplayer.dark-theme .heart-container.in-mystations:hover .heart-container-ie8 {
  background-position: -100px -275px; }

html.lte8 #mystations-toggle {
  top: 12px; }

/**
 *
 * Volume
 *
 */
#volume-controls {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  line-height: 55px;
  text-align: right;
  float: right;
  max-width: 36px; }
  @media (min-width: 568px) {
    #volume-controls {
      font-size: 32px;
      max-width: 38px; } }

@-moz-document url-prefix() {
  #volume-controls {
    line-height: 54px; } }
#volume-control {
  cursor: pointer; }

#volume-control .path8:before,
#volume-control .path7:before,
#volume-control .path6:before,
#volume-control .path5:before,
#volume-control .path4:before,
#volume-control .path3:before,
#volume-control .path2:before,
#volume-control .path1:before {
  color: transparent; }

#volume-control .path1:before {
  color: #FFFFFF; }

#volume-control.hover .path6:before,
#volume-control.hover .path5:before,
#volume-control.hover .path4:before,
#volume-control.hover .path3:before,
#volume-control.hover .path2:before {
  color: #CCCCCC;
  color: rgba(250, 250, 250, 0.5); }

#volume-control.p20 .path2:before {
  color: #FFFFFF; }

#volume-control.p40 .path2:before,
#volume-control.p40 .path3:before {
  color: #FFFFFF; }

#volume-control.p60 .path2:before,
#volume-control.p60 .path3:before,
#volume-control.p60 .path4:before {
  color: #FFFFFF; }

#volume-control.p80 .path2:before,
#volume-control.p80 .path3:before,
#volume-control.p80 .path4:before,
#volume-control.p80 .path5:before {
  color: #FFFFFF; }

#volume-control.p100 .path2:before,
#volume-control.p100 .path3:before,
#volume-control.p100 .path4:before,
#volume-control.p100 .path5:before,
#volume-control.p100 .path6:before {
  color: #FFFFFF; }

.radioplayer.dark-theme #volume-control .path8:before,
.radioplayer.dark-theme #volume-control .path7:before,
.radioplayer.dark-theme #volume-control .path6:before,
.radioplayer.dark-theme #volume-control .path5:before,
.radioplayer.dark-theme #volume-control .path4:before,
.radioplayer.dark-theme #volume-control .path3:before,
.radioplayer.dark-theme #volume-control .path2:before,
.radioplayer.dark-theme #volume-control .path1:before {
  color: transparent; }

.radioplayer.dark-theme #volume-control .path1:before {
  color: #2a292A; }

.radioplayer.dark-theme #volume-control.hover .path6:before,
.radioplayer.dark-theme #volume-control.hover .path5:before,
.radioplayer.dark-theme #volume-control.hover .path4:before,
.radioplayer.dark-theme #volume-control.hover .path3:before,
.radioplayer.dark-theme #volume-control.hover .path2:before {
  color: #AAA9AA;
  color: rgba(0, 0, 0, 0.2); }

.radioplayer.dark-theme #volume-control.p20 .path2:before {
  color: #2a292A; }

.radioplayer.dark-theme #volume-control.p40 .path2:before,
.radioplayer.dark-theme #volume-control.p40 .path3:before {
  color: #2a292A; }

.radioplayer.dark-theme #volume-control.p60 .path2:before,
.radioplayer.dark-theme #volume-control.p60 .path3:before,
.radioplayer.dark-theme #volume-control.p60 .path4:before {
  color: #2a292A; }

.radioplayer.dark-theme #volume-control.p80 .path2:before,
.radioplayer.dark-theme #volume-control.p80 .path3:before,
.radioplayer.dark-theme #volume-control.p80 .path4:before,
.radioplayer.dark-theme #volume-control.p80 .path5:before {
  color: #2a292A; }

.radioplayer.dark-theme #volume-control.p100 .path2:before,
.radioplayer.dark-theme #volume-control.p100 .path3:before,
.radioplayer.dark-theme #volume-control.p100 .path4:before,
.radioplayer.dark-theme #volume-control.p100 .path5:before,
.radioplayer.dark-theme #volume-control.p100 .path6:before {
  color: #2a292A; }

#volume-control.hover.muted .path6:before,
#volume-control.hover.muted .path5:before,
#volume-control.hover.muted .path4:before,
#volume-control.hover.muted .path3:before,
#volume-control.hover.muted .path2:before,
.radioplayer.dark-theme #volume-control.hover.muted .path6:before,
.radioplayer.dark-theme #volume-control.hover.muted .path5:before,
.radioplayer.dark-theme #volume-control.hover.muted .path4:before,
.radioplayer.dark-theme #volume-control.hover.muted .path3:before,
.radioplayer.dark-theme #volume-control.hover.muted .path2:before {
  color: transparent; }

#volume-controls #volume-control.muted .path7:before,
#volume-controls #volume-control.muted .path8:before,
#volume-controls #volume-control.muted.hover .path7:before,
#volume-controls #volume-control.muted.hover .path8:before {
  color: #fff; }

.radioplayer.dark-theme #volume-controls #volume-control.muted .path7:before,
.radioplayer.dark-theme #volume-controls #volume-control.muted .path8:before,
.radioplayer.dark-theme #volume-controls #volume-control.muted.hover .path7:before,
.radioplayer.dark-theme #volume-controls #volume-control.muted.hover .path8:before {
  color: #2a292A; }

#volume-controls #volume-control.disabled .path4:before,
#volume-controls #volume-control.disabled .path3:before,
#volume-controls #volume-control.disabled .path2:before,
#volume-controls #volume-control.disabled .path1:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled .path4:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled .path3:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled .path2:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled .path1:before {
  color: rgba(250, 250, 250, 0.3); }

#volume-controls #volume-control.disabled .path8:before,
#volume-controls #volume-control.disabled .path7:before,
#volume-controls #volume-control.disabled.hover .path8:before,
#volume-controls #volume-control.disabled.hover .path7:before,
#volume-controls #volume-control.disabled .path6:before,
#volume-controls #volume-control.disabled .path5:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled .path8:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled .path7:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled.hover .path8:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled.hover .path7:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled .path6:before,
.radioplayer.dark-theme #volume-controls #volume-control.disabled .path5:before {
  color: transparent; }

#volume-controls button.accessibility-text:focus {
  left: auto;
  right: 0;
  width: auto;
  height: auto;
  top: 0;
  z-index: 1;
  text-indent: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  line-height: 14px; }

#volume-control .volume-control-ie8 {
  display: none; }

html.lte8 .icon-volume {
  display: none;
  content: '' !important; }

html.lte8 #volume-control {
  width: 40px;
  height: 50px; }

html.lte8 #volume-control .volume-control-ie8 {
  width: 40px;
  height: 50px;
  cursor: pointer;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -440px -150px;
  display: block; }

html.lte8 #volume-control.muted .volume-control-ie8 {
  background-position: -200px -150px; }

html.lte8 #volume-control.p20 .volume-control-ie8 {
  background-position: -240px -150px; }

html.lte8 #volume-control.p40 .volume-control-ie8 {
  background-position: -280px -150px; }

html.lte8 #volume-control.p60 .volume-control-ie8 {
  background-position: -320px -150px; }

html.lte8 #volume-control.p80 .volume-control-ie8 {
  background-position: -360px -150px; }

html.lte8 #volume-control.p100 .volume-control-ie8 {
  background-position: -400px -150px; }

html.lte8 #volume-control.muted.hover .volume-control-ie8 {
  background-position: -200px -150px; }

html.lte8 #volume-control.p20.hover .volume-control-ie8 {
  background-position: -240px -200px; }

html.lte8 #volume-control.p40.hover .volume-control-ie8 {
  background-position: -280px -200px; }

html.lte8 #volume-control.p60.hover .volume-control-ie8 {
  background-position: -320px -200px; }

html.lte8 #volume-control.p80.hover .volume-control-ie8 {
  background-position: -360px -200px; }

html.lte8 #volume-control.p100.hover .volume-control-ie8 {
  background-position: -400px -200px; }

html.lte8 .radioplayer.dark-theme #volume-control.muted .volume-control-ie8 {
  background-position: -200px -250px; }

html.lte8 .radioplayer.dark-theme #volume-control.p20 .volume-control-ie8 {
  background-position: -240px -250px; }

html.lte8 .radioplayer.dark-theme #volume-control.p40 .volume-control-ie8 {
  background-position: -280px -250px; }

html.lte8 .radioplayer.dark-theme #volume-control.p60 .volume-control-ie8 {
  background-position: -320px -250px; }

html.lte8 .radioplayer.dark-theme #volume-control.p80 .volume-control-ie8 {
  background-position: -360px -250px; }

html.lte8 .radioplayer.dark-theme #volume-control.p100 .volume-control-ie8 {
  background-position: -400px -250px; }

html.lte8 .radioplayer.dark-theme #volume-control.muted.hover .volume-control-ie8 {
  background-position: -200px -250px; }

html.lte8 .radioplayer.dark-theme #volume-control.p20.hover .volume-control-ie8 {
  background-position: -240px -300px; }

html.lte8 .radioplayer.dark-theme #volume-control.p40.hover .volume-control-ie8 {
  background-position: -280px -300px; }

html.lte8 .radioplayer.dark-theme #volume-control.p60.hover .volume-control-ie8 {
  background-position: -320px -300px; }

html.lte8 .radioplayer.dark-theme #volume-control.p80.hover .volume-control-ie8 {
  background-position: -360px -300px; }

html.lte8 .radioplayer.dark-theme #volume-control.p100.hover .volume-control-ie8 {
  background-position: -400px -300px; }

#volume-control.disabled .volume-control-ie8 {
  background-position: -440px -150px; }

.radioplayer.dark-theme #volume-control.disabled .volume-control-ie8 {
  background-position: -440px -250px; }

#volume-controls button.access:focus {
  left: auto;
  right: 0;
  width: auto;
  height: auto;
  top: 0;
  z-index: 1; }

/**
 *
 * Now Playing Strip
 *
 */
.now-playing-strip {
  position: absolute;
  background: url(../img/playing-strip-bg-light.png) 0 0 repeat;
  padding: 0 0 2px 0;
  width: 100%;
  height: 16px;
  left: 0;
  top: 67px;
  color: #fff;
  font-size: 11px; }

.radioplayer.dark-theme .now-playing-strip {
  background: url(../img/playing-strip-bg-dark.png) 0 0 repeat; }

.now-playing-strip .live-indicator {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  position: absolute;
  top: 2px;
  padding: 2px 4px;
  text-transform: uppercase;
  cursor: default;
  height: 10px;
  line-height: 10px;
  left: 2px; }

.now-playing-strip .scrolling-container {
  overflow: hidden;
  height: 18px;
  position: absolute;
  line-height: 1.1em;
  left: 38px;
  right: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.now-playing-strip .scrolling-text {
  white-space: nowrap;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 18px;
  width: 100%; }

.now-playing-strip .scrolling-text .scrolling-text-now,
.now-playing-strip .scrolling-text .scrolling-text-next {
  height: 18px;
  line-height: 18px;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -moz-transition: top linear .4s;
  transition: top linear .4s;
  overflow: hidden; }

.now-playing-strip .scrolling-text .scrolling-text-next {
  top: 18px; }

.now-playing-strip .scrolling-text--showing-next .scrolling-text-now {
  top: -18px; }

.now-playing-strip .scrolling-text--showing-next .scrolling-text-next {
  top: 0; }

.now-playing-strip.mouse-over {
  text-overflow: clip; }

.now-playing-strip .scrolling-text .scrolling-text-now .song-text,
.now-playing-strip .scrolling-text .scrolling-text-next .song-text {
  position: absolute;
  left: 0px;
  top: 0px;
  text-overflow: clip; }

.now-playing-strip .song-action {
  color: #000;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0 4px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 14px;
  margin-top: 0;
  -moz-transition: top linear .4s;
  transition: top linear .4s; }

.now-playing-strip .song-action:hover {
  outline: 1px solid #000; }

.now-playing-strip .song-action--next {
  top: 20px; }

.now-playing-strip .scrolling-text--showing-next .song-action--now {
  top: -16px; }

.now-playing-strip .scrolling-text--showing-next .song-action--next {
  top: 2px; }

#live-strip.loading .live-info {
  visibility: hidden; }

#live-strip.live-play-prompt .live-info {
  visibility: hidden; }

#live-strip.loading .loading-indicator {
  font-weight: bold;
  float: left;
  padding: 2px;
  cursor: default;
  height: 12px;
  line-height: 12px;
  display: block; }

#live-strip .loading-indicator {
  display: none; }

#live-strip .play-prompt-indicator {
  font-weight: bold;
  float: left;
  padding: 2px;
  cursor: default;
  height: 12px;
  line-height: 12px;
  display: none; }

#live-strip.live-play-prompt .play-prompt-indicator {
  display: block; }

/**
 *
 * Scrub / progress bar
 *
 */
#od-strip {
  display: none;
  padding-left: 100px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

#od-strip button.access:focus {
  left: auto;
  right: 0;
  width: auto;
  height: auto;
  top: 0;
  z-index: 1; }

#progress-scrubber-container {
  width: 100%;
  height: 18px;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-top: 0;
  border-bottom: 0;
  position: relative; }

#progress-scrubber-background {
  position: absolute;
  height: 18px;
  left: 10px;
  right: 10px;
  border-top: 0;
  border-bottom: 0;
  margin: 0 auto;
  z-index: 1; }
  .ie8 #progress-scrubber-background {
    right: 8px; }

#progress-scrubber-playback-bar {
  position: absolute;
  float: none;
  width: 0;
  height: 18px;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */ }

#progress-scrubber-load-bar {
  position: absolute;
  float: none;
  width: 0;
  height: 18px;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* For IE8 and earlier */
  cursor: pointer; }

#progress-scrubber-handle {
  cursor: pointer;
  top: -1px;
  left: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid transparent;
  border-right: 1px solid transparent;
  display: none;
  /**** **** */
  width: 18px;
  height: 18px;
  background-color: #fff;
  z-index: 2;
  -moz-border-radius: 14px;
       border-radius: 14px;
  -moz-background-clip: padding-box;
       background-clip: padding-box; }
  .ie8 #progress-scrubber-handle {
    background-color: transparent;
    border: 0;
    top: 0; }

#progress-scrubber-handle img {
  display: none; }
  .ie8 #progress-scrubber-handle img {
    display: block; }

.lte8 #progress-scrubber-handle:hover, .lte8
#progress-scrubber-handle:focus, .lte8
#progress-scrubber-handle.ui-draggable-dragging {
  border: 0;
  top: 0;
  margin-left: 0; }

#progress-scrubber-handle:active {
  background-position: -300px -20px; }

.progress-scrubber-handle-on {
  display: block !important; }
  .lte8 .progress-scrubber-handle-on {
    border: 0;
    top: 0;
    margin-left: 0; }

#duration {
  top: 4px;
  left: 4px;
  position: absolute;
  width: 85px;
  color: #fff;
  font-family: "Arial";
  font-size: 100%;
  font-weight: bold;
  display: block; }

#od-title {
  max-width: 270px;
  position: absolute;
  right: 4px;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
  text-align: right; }

/*# sourceMappingURL=player-controls.css.map *//*
    All intellectual property rights in this Software throughout the world belong to CA Radioplayer,
    rights in the Software are licensed (not sold) to subscriber stations, and subscriber stations 
    have no rights in, or to, the Software other than the right to use it in accordance with the 
    Terms and Conditions at www.radioplayer.ca/terms. You shall not produce any derivate works
    based on whole or part of the Software, including the source code, for any other purpose other 
    than for usage associated with connecting to the CA Radioplayer Service in accordance with these
    Terms and Conditions, and you shall not convey nor sublicense the Software, including the source 
    code, for any other purpose or to any third party, without the prior written consent of CA Radioplayer.

    Document   : search.css
    Description: specific styling for the search results
*/
/**
 *
 * Suggested Results
 *
 */
.suggest-container {
  display: none;
  width: 100%;
  height: 553px;
  background-color: rgba(0, 0, 0, 0.5); }

.suggest-container .scrollable-wrapper {
  overflow: auto;
  height: 553px; }

.suggest-item {
  border-bottom: 1px solid #c6c6c6;
  background-color: #fff; }

.suggest-item a {
  display: block;
  padding: 8px 10px 8px 64px;
  position: relative;
  min-height: 30px;
  text-decoration: none;
  outline: none; }

.suggest-item a:hover {
  background-color: #f4f4f4; }

.suggest-item.on a {
  background-color: #f4f4f4; }

.suggest-item .image {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 43px;
  height: 24px;
  border: 1px solid #e3e3e3; }

.suggest-item .name {
  display: block;
  font-size: 14px;
  color: #333;
  width: 292px;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 6px; }

.suggest-item .prog-name {
  display: block;
  font-size: 12px;
  color: #646464;
  padding-top: 1px;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.suggest-item.has-prog-name .name {
  padding-top: 0; }

.suggest-divider {
  background-color: #ddd;
  color: #333;
  padding: 5px;
  font-size: 108%;
  font-weight: bold;
  text-transform: uppercase; }

.suggest-item.show-all a {
  display: block;
  padding: 10px 5px;
  font-size: 116%;
  text-align: center;
  text-decoration: none;
  min-height: 0; }

.suggest-item.show-all a:hover {
  background-color: #eee; }

/**
 *
 * Main Results
 *
 */
.search-container {
  display: none;
  width: 100%;
  height: 553px;
  background-color: #fff; }

.search-container .tabs ul li a span {
  padding: 0 15px; }

/**
 *
 * Grouped stations
 *
 */
.station-group.collapsed .station-group-hidden {
  display: none; }

.station-group a.station-group-toggle {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  background-color: #f4f3f3;
  position: relative;
  border-top: 1px solid #ddd; }

.station-group a.station-group-toggle:hover {
  background-color: #ddd9da;
  color: #222; }

.station-group a i {
  position: absolute;
  right: 15px;
  top: 11px;
  display: block;
  width: 16px;
  height: 9px;
  background: url(../img/sprite.png) -150px -24px no-repeat; }

.station-group a:hover i {
  background-position: -150px -36px; }

.station-group.collapsed a i {
  background-position: -150px 0; }

.station-group.collapsed a:hover i {
  background-position: -150px -12px; }

.q-sel {
  font-weight: bolder; }

/**
 *
 * Error Message
 *
 */
.error-message {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
       box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 5px;
       border-radius: 5px;
  width: 210px;
  background-color: #fff;
  margin: 30px auto 0 auto;
  padding: 20px 55px;
  text-align: center; }

.error-message h1 {
  font-weight: normal;
  color: #333;
  padding-top: 100px;
  margin: 20px 0 35px 0;
  line-height: 1.1em; }

.error-message p {
  font-size: 16px;
  color: #838383;
  margin: 25px 0; }

.error-message .terms {
  color: #133075;
  word-wrap: break-word; }

.error-message p strong {
  font-weight: normal;
  color: #333; }

.error-message.no-results h1 {
  font-size: 32px;
  background: url(../img/error-icons-sprite.png) 50% -200px no-repeat; }

.error-message.fail h1 {
  font-size: 22px;
  background: url(../img/error-icons-sprite.png) 50% -400px no-repeat; }

/*# sourceMappingURL=search.css.map */#station-logo-link {
  /**
   * Station Logo
   * Image must be 50px in height, and between 50px and 220px in width
   */
  background: url(../img/logo-example.png) 0 0 no-repeat; }
  @media (max-width: 362px) {
    #station-logo-link {
      -moz-background-size: auto 40px;
           background-size: auto 40px; } }

.radioplayer-localwrapper,
body.showing-overlay .radioplayer-head {
  /**
   * Background Image or Colour
   * Images should be 380px width by 620px height
   */
  background: #0093d1; }

/*# sourceMappingURL=theme.css.map */.radioplayer .video-js .vjs-tech {
  position: relative;
  width: 90%;
  max-width: 640px;
  margin: 0 5%;
  height: auto; }

.radioplayer .video-js {
  margin: 20px auto; }

.radioplayer .vast-container .companion-container {
  width: 90%;
  max-width: 640px;
  margin: 10px auto;
  text-align: center; }

.radioplayer .vast-container .close-vast-btn-container {
  display: block;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0; }
  .radioplayer .vast-container .close-vast-btn-container .close-vast-btn {
    position: relative;
    display: block;
    margin: 5px 10px 0;
    clear: both;
    float: right;
    width: 25px;
    height: 25px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 2px solid #ffffff;
    background-color: #444444;
    text-align: center;
    color: #fff; }
    .radioplayer .vast-container .close-vast-btn-container .close-vast-btn span {
      position: absolute;
      top: 0;
      left: 0;
      width: 21px;
      font-size: 14px;
      text-align: center;
      line-height: 17px; }
    .radioplayer .vast-container .close-vast-btn-container .close-vast-btn .close-vast-btn-label {
      overflow: hidden;
      text-indent: -9999px; }
  .radioplayer .vast-container .close-vast-btn-container .close-vast-btn:hover {
    cursor: pointer; }

.vast-skip-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: auto;
  background-color: #000;
  color: #AAA;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
  padding: 10px;
  z-index: 2; }

.vast-skip-button.enabled {
  cursor: pointer;
  color: #fff; }

.vast-skip-button.enabled:hover {
  cursor: pointer;
  background: #333; }

.vast-blocker {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: url(about:blank); }

/*# sourceMappingURL=vast.css.map */</pre></body></html>