#rvplayercontainer {
    height: 78px;
    background:#254683;
    padding:5px;
    margin-top:15px;
    width: 233px;
    position: fixed;
    right: 5px;
    top: 15px;
    z-index: 666;
}
#auplayercontainer {
    color: white;
    height: 30px;
    background:#254683;
    margin-top:15px;
    width: 410px;
    z-index: 666;
}

#auplayerclock {
    line-height: 30px;
    width: 100px;
    float: left;
    margin-left: 1px;
    padding: 0px;
    text-align: center;
}

#auplayervolico {
    margin-top: 7px;
    margin-left: 15px;
}

.auplayerslider {
    position: relative;
    bottom: 7px;
    margin-left: 0px;
    -webkit-appearance: none;
    width: 25%;
    height: 3px;
    border-radius: 2px;
    background: white;
    outline: none;
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.auplayerslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FF6600;
  cursor: pointer;
}
.auplayerslider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  background: #FF6600;
  cursor: pointer;
}

#rvplayerplayer, #auplayerplayer {
    width: 78px;
    top: 0px;
    left: 0px;
    height: 78px;
    overflow: hidden;
}

#rvplayerclock {
    background-color: #112e63;
    color: white;
    height: 38px;
    margin-top: 5px;
    width: 110px;
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
    top: 20px;
    line-height: 38px;
    vertical-align: middle;
    position: absolute;
    left: 65px;
    z-index: -1;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#rvplayervolume, #auplayervolume {
    background-color: #112e63;
    height: 38px;
    width: 38px;
    top: 25px;
    position: absolute;
    right: 10px;
}

#rvplayervolume img, #auplayervolume img {
    margin-left: 12px;
    margin-top: 4px;
}
#rvplayervolume p, #rvplayervolume p {
    color: white;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    bottom: 0px;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#rvplayervolchange, #auplayervolchange {
    background-color: #112e63;
    visibility: visible;
    position: fixed;
    margin: 0px;
    padding: 8px;
    visibility: hidden;
    z-index: 667;
}

#rvplayeronair {
    background-position: left top;
    height: 100%;
    width:225px;
    text-align: center;
    left: 185px;
    margin: auto;
    padding: auto;
    color: white;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.offair, .onair {
    font-family:"Roboto Condensed";
    text-align: center;
    background: #e7efff;
    overflow: hidden;
    padding: 10px;
    font-size: 22px;
    margin-right: 4px;
    margin-bottom: 15px;
}
.onair b {
    font-family:"Alfa Slab One";
    font-weight: normal;
    line-height: 28px;
    animation-name: onair;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.onair p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 15px;
    height: 30px;
    oveflow: hidden;
}
.offair {
    font-family:"Alfa Slab One";
    margin-top: 4px;    
    line-height: 78px;
    font-size: 22px;
}

svg {
    margin 0;
    padding: 0;
}

@keyframes onair {
    0%   {opacity: 1.0;}
    50%  {opacity: 0.0;}
    75% {opacity: 1.0;}
}

@keyframes oonair {
    0%   {color: #112e63;}
    50%  {color: white;}
    100% {color: #112e63;}
}
