@charset "UTF-8";
:-webkit-full-screen body {
  overflow: hidden; }

:-moz-full-screen body {
  overflow: hidden; }

.fullscreen body {
  overflow: hidden; }

:fullscreen body {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 58px; }
  h2 {
    font-size: 36px;
    line-height: 38px; }
  .inner {
    width: 728px; } }

@media screen and (min-width: 1024px) {
  .inner {
    width: 984px; } }

@media screen and (min-width: 768px) {
  #channel-selector {
    padding: 20px 20px 0; }
  #channel-selector h4 {
    font-size: 14px; }
  :-webkit-full-screen #channel-selector {
    display: none !important; }
  :-moz-full-screen #channel-selector {
    display: none !important; }
  .fullscreen #channel-selector {
    display: none !important; }
  :fullscreen #channel-selector {
    display: none !important; }
  .toggle-channel-selector,
  .toggle-help {
    margin-bottom: 23px; }
  .toggle-channel-selector:before {
    left: 0px; }
  .toggle-channel-selector:after {
    left: 10px; }
  .toggle-channel-selector span {
    margin-left: 28px; }
  .toggle-help:before {
    left: 10px; }
  .channel-list {
    width: 675px;
    margin-left: 9px; }
  .channel {
    width: 181px;
    margin: 0 21px 40px; }
  .channel .program {
    color: #FFFFFF; }
  .channel .content {
    display: block; }
  .channel .thumb {
    height: 100px;
    margin: 15px 0;
    position: relative;
    background-size: cover;
    background-position: center 30%;
    overflow: hidden; }
  .channel .thumb div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center 30%;
    display: none; }
  .channel .thumb:after {
    content: '';
    width: 161px;
    height: 100px;
    position: absolute;
    border: 4px solid transparent; }
  .channel.active .thumb:after {
    border-color: #FFFFFF !important; }
  .no-touch .channel .thumb:after {
    -webkit-transition: border-color 350ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: border-color 350ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: border-color 350ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: border-color 350ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  .no-touch .channel:hover .thumb:after {
    border-color: #1EAAFF; }
  .channel .song {
    font-weight: normal; }
  .channel .description {
    color: #808080;
    margin-bottom: 10px;
    overflow: hidden;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .channel.active .link {
    color: #FFFFFF; } }

@media screen and (min-width: 1024px) {
  .toggle-channel-selector:before {
    left: 10px; }
  .toggle-channel-selector:after {
    left: 20px; }
  .toggle-channel-selector span {
    margin-left: 38px; }
  .toggle-help:before {
    left: 0; }
  .channel-list {
    width: 955px;
    margin-left: -5px; }
  .channel {
    margin: 0 5px 40px; } }

@media screen and (min-width: 768px) {
  :-webkit-full-screen #player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  :-moz-full-screen #player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .fullscreen #player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  :fullscreen #player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  :-webkit-full-screen #player:before {
    display: none; }
  :-moz-full-screen #player:before {
    display: none; }
  .fullscreen #player:before {
    display: none; }
  :fullscreen #player:before {
    display: none; }
  :-webkit-full-screen #player:after {
    display: none; }
  :-moz-full-screen #player:after {
    display: none; }
  .fullscreen #player:after {
    display: none; }
  :fullscreen #player:after {
    display: none; }
  :-webkit-full-screen #player-corner {
    display: none; }
  :-moz-full-screen #player-corner {
    display: none; }
  .fullscreen #player-corner {
    display: none; }
  :fullscreen #player-corner {
    display: none; }
  .player-logo {
    width: 120px;
    height: 80px; }
  .mini-player .player-logo,
  .active-toolbar .player-logo {
    width: 75px;
    height: 50px; }
  :-webkit-full-screen .player-logo {
    width: 180px;
    height: 120px;
    left: 40px;
    top: 40px; }
  :-moz-full-screen .player-logo {
    width: 180px;
    height: 120px;
    left: 40px;
    top: 40px; }
  .fullscreen .player-logo {
    width: 180px;
    height: 120px;
    left: 40px;
    top: 40px; }
  :fullscreen .player-logo {
    width: 180px;
    height: 120px;
    left: 40px;
    top: 40px; } }

@media screen and (min-width: 1024px) {
  .player-logo {
    width: 150px;
    height: 100px; } }

@media screen and (min-width: 768px) {
  .info {
    width: 420px;
    left: 275px;
    top: 0;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: -moz-transform 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: -o-transform 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: transform 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate(0, 120px);
    -moz-transform: translate(0, 120px);
    -ms-transform: translate(0, 120px);
    -o-transform: translate(0, 120px);
    transform: translate(0, 120px); }
  .info.mini-view {
    width: 508px;
    left: 202px;
    top: 0;
    -webkit-transform: translate(0, 23px);
    -moz-transform: translate(0, 23px);
    -ms-transform: translate(0, 23px);
    -o-transform: translate(0, 23px);
    transform: translate(0, 23px); }
  :-webkit-full-screen .info {
    width: 80% !important;
    top: 100%;
    left: 200px;
    -webkit-transform: translate(0, -130px);
    -moz-transform: translate(0, -130px);
    -ms-transform: translate(0, -130px);
    -o-transform: translate(0, -130px);
    transform: translate(0, -130px); }
  :-moz-full-screen .info {
    width: 80% !important;
    top: 100%;
    left: 200px;
    -webkit-transform: translate(0, -130px);
    -moz-transform: translate(0, -130px);
    -ms-transform: translate(0, -130px);
    -o-transform: translate(0, -130px);
    transform: translate(0, -130px); }
  .fullscreen .info {
    width: 80% !important;
    top: 100%;
    left: 200px;
    -webkit-transform: translate(0, -130px);
    -moz-transform: translate(0, -130px);
    -ms-transform: translate(0, -130px);
    -o-transform: translate(0, -130px);
    transform: translate(0, -130px); }
  :fullscreen .info {
    width: 80% !important;
    top: 100%;
    left: 200px;
    -webkit-transform: translate(0, -130px);
    -moz-transform: translate(0, -130px);
    -ms-transform: translate(0, -130px);
    -o-transform: translate(0, -130px);
    transform: translate(0, -130px); }
  :-webkit-full-screen .activity .info {
    -webkit-transform: translate(0, -195px);
    -moz-transform: translate(0, -195px);
    -ms-transform: translate(0, -195px);
    -o-transform: translate(0, -195px);
    transform: translate(0, -195px); }
  :-moz-full-screen .activity .info {
    -webkit-transform: translate(0, -195px);
    -moz-transform: translate(0, -195px);
    -ms-transform: translate(0, -195px);
    -o-transform: translate(0, -195px);
    transform: translate(0, -195px); }
  .fullscreen .activity .info {
    -webkit-transform: translate(0, -195px);
    -moz-transform: translate(0, -195px);
    -ms-transform: translate(0, -195px);
    -o-transform: translate(0, -195px);
    transform: translate(0, -195px); }
  :fullscreen .activity .info {
    -webkit-transform: translate(0, -195px);
    -moz-transform: translate(0, -195px);
    -ms-transform: translate(0, -195px);
    -o-transform: translate(0, -195px);
    transform: translate(0, -195px); }
  :-webkit-full-screen .has-bottom-bar.activity .info {
    -webkit-transform: translate(0, -285px);
    -moz-transform: translate(0, -285px);
    -ms-transform: translate(0, -285px);
    -o-transform: translate(0, -285px);
    transform: translate(0, -285px); }
  :-moz-full-screen .has-bottom-bar.activity .info {
    -webkit-transform: translate(0, -285px);
    -moz-transform: translate(0, -285px);
    -ms-transform: translate(0, -285px);
    -o-transform: translate(0, -285px);
    transform: translate(0, -285px); }
  .fullscreen .has-bottom-bar.activity .info {
    -webkit-transform: translate(0, -285px);
    -moz-transform: translate(0, -285px);
    -ms-transform: translate(0, -285px);
    -o-transform: translate(0, -285px);
    transform: translate(0, -285px); }
  :fullscreen .has-bottom-bar.activity .info {
    -webkit-transform: translate(0, -285px);
    -moz-transform: translate(0, -285px);
    -ms-transform: translate(0, -285px);
    -o-transform: translate(0, -285px);
    transform: translate(0, -285px); }
  :-webkit-full-screen .active-toolbar .info {
    -webkit-transform: translate(0, -530px);
    -moz-transform: translate(0, -530px);
    -ms-transform: translate(0, -530px);
    -o-transform: translate(0, -530px);
    transform: translate(0, -530px); }
  :-moz-full-screen .active-toolbar .info {
    -webkit-transform: translate(0, -530px);
    -moz-transform: translate(0, -530px);
    -ms-transform: translate(0, -530px);
    -o-transform: translate(0, -530px);
    transform: translate(0, -530px); }
  .fullscreen .active-toolbar .info {
    -webkit-transform: translate(0, -530px);
    -moz-transform: translate(0, -530px);
    -ms-transform: translate(0, -530px);
    -o-transform: translate(0, -530px);
    transform: translate(0, -530px); }
  :fullscreen .active-toolbar .info {
    -webkit-transform: translate(0, -530px);
    -moz-transform: translate(0, -530px);
    -ms-transform: translate(0, -530px);
    -o-transform: translate(0, -530px);
    transform: translate(0, -530px); }
  :-webkit-full-screen .has-bottom-bar.activity.active-toolbar .info {
    -webkit-transform: translate(0, -530px);
    -moz-transform: translate(0, -530px);
    -ms-transform: translate(0, -530px);
    -o-transform: translate(0, -530px);
    transform: translate(0, -530px); }
  :-moz-full-screen .has-bottom-bar.activity.active-toolbar .info {
    -webkit-transform: translate(0, -530px);
    -moz-transform: translate(0, -530px);
    -ms-transform: translate(0, -530px);
    -o-transform: translate(0, -530px);
    transform: translate(0, -530px); }
  .fullscreen .has-bottom-bar.activity.active-toolbar .info {
    -webkit-transform: translate(0, -530px);
    -moz-transform: translate(0, -530px);
    -ms-transform: translate(0, -530px);
    -o-transform: translate(0, -530px);
    transform: translate(0, -530px); }
  :fullscreen .has-bottom-bar.activity.active-toolbar .info {
    -webkit-transform: translate(0, -530px);
    -moz-transform: translate(0, -530px);
    -ms-transform: translate(0, -530px);
    -o-transform: translate(0, -530px);
    transform: translate(0, -530px); }
  .info h1 {
    margin-bottom: -5px; }
  .info h2 {
    font-size: 24px;
    line-height: 40px; }
  .info .performer {
    font-size: 16px; }
  .mini-view h2 {
    font-size: 28px; }
  .mini-view .artist,
  .mini-view .performer,
  .mini-view .song {
    display: none !important; }
  .mini-view .artist-and-song {
    max-width: 387px;
    margin-right: 20px;
    display: block !important;
    float: left; }
  .mini-view .actions {
    margin-top: 12px;
    float: left; }
  .opera .mini-view .actions {
    margin-top: 14px; }
  :-webkit-full-screen h2 {
    font-size: 42px !important;
    line-height: 58px !important; }
  :-moz-full-screen h2 {
    font-size: 42px !important;
    line-height: 58px !important; }
  .fullscreen h2 {
    font-size: 42px !important;
    line-height: 58px !important; }
  :fullscreen h2 {
    font-size: 42px !important;
    line-height: 58px !important; }
  :-webkit-full-screen .info .artist {
    display: none !important; }
  :-moz-full-screen .info .artist {
    display: none !important; }
  .fullscreen .info .artist {
    display: none !important; }
  :fullscreen .info .artist {
    display: none !important; }
  :-webkit-full-screen .info .performer {
    display: none !important; }
  :-moz-full-screen .info .performer {
    display: none !important; }
  .fullscreen .info .performer {
    display: none !important; }
  :fullscreen .info .performer {
    display: none !important; }
  :-webkit-full-screen .info .song {
    display: none !important; }
  :-moz-full-screen .info .song {
    display: none !important; }
  .fullscreen .info .song {
    display: none !important; }
  :fullscreen .info .song {
    display: none !important; }
  :-webkit-full-screen .info .actions {
    opacity: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  :-moz-full-screen .info .actions {
    opacity: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  .fullscreen .info .actions {
    opacity: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  :fullscreen .info .actions {
    opacity: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: opacity 400ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  :-webkit-full-screen .activity .actions {
    opacity: 1; }
  :-moz-full-screen .activity .actions {
    opacity: 1; }
  .fullscreen .activity .actions {
    opacity: 1; }
  :fullscreen .activity .actions {
    opacity: 1; }
  :-webkit-full-screen .info .artist-and-song {
    max-width: inherit !important;
    display: block !important;
    float: none; }
  :-moz-full-screen .info .artist-and-song {
    max-width: inherit !important;
    display: block !important;
    float: none; }
  .fullscreen .info .artist-and-song {
    max-width: inherit !important;
    display: block !important;
    float: none; }
  :fullscreen .info .artist-and-song {
    max-width: inherit !important;
    display: block !important;
    float: none; } }

@media screen and (min-width: 1024px) {
  .info {
    width: 620px;
    left: 335px; }
  .info.mini-view {
    width: 760px; }
  .mini-view .artist-and-song {
    max-width: 640px; } }

@media screen and (min-width: 768px) {
  .audio-controller a {
    width: 95px;
    height: 95px;
    left: -115px;
    top: 6px;
    background-size: 475px 475px; }
  .mini-view .audio-controller a {
    left: -70px;
    top: -3px; }
  :-webkit-full-screen .audio-controller a {
    width: 115px;
    height: 115px;
    left: -155px;
    top: -30px;
    background-size: 575px 575px; }
  :-moz-full-screen .audio-controller a {
    width: 115px;
    height: 115px;
    left: -155px;
    top: -30px;
    background-size: 575px 575px; }
  .fullscreen .audio-controller a {
    width: 115px;
    height: 115px;
    left: -155px;
    top: -30px;
    background-size: 575px 575px; }
  :fullscreen .audio-controller a {
    width: 115px;
    height: 115px;
    left: -155px;
    top: -30px;
    background-size: 575px 575px; }
  .buffering-0 {
    background-position: -95px 0px; }
  .buffering-1 {
    background-position: -190px 0px; }
  .buffering-2 {
    background-position: -285px 0px; }
  .buffering-3 {
    background-position: -380px 0px; }
  .buffering-4 {
    background-position: 0px -95px; }
  .buffering-5 {
    background-position: -95px -95px; }
  .buffering-6 {
    background-position: -190px -95px; }
  .buffering-7 {
    background-position: -285px -95px; }
  .buffering-8 {
    background-position: -380px -95px; }
  .buffering-9 {
    background-position: 0px -190px; }
  .buffering-10 {
    background-position: -95px -190px; }
  .buffering-11 {
    background-position: -190px -190px; }
  .playing-0 {
    background-position: -285px -190px; }
  .playing-1 {
    background-position: -380px -190px; }
  .playing-2 {
    background-position: 0px -285px; }
  .playing-3 {
    background-position: -95px -285px; }
  .playing-4 {
    background-position: -190px -285px; }
  .playing-5 {
    background-position: -285px -285px; }
  .playing-6 {
    background-position: -380px -285px; }
  .playing-7 {
    background-position: 0px -380px; }
  .playing-8 {
    background-position: -95px -380px; }
  .playing-9 {
    background-position: -190px -380px; }
  .playing-10 {
    background-position: -285px -380px; }
  .playing-11 {
    background-position: -380px -380px; }
  :-webkit-full-screen .buffering-0 {
    background-position: -115px 0px; }
  :-moz-full-screen .buffering-0 {
    background-position: -115px 0px; }
  .fullscreen .buffering-0 {
    background-position: -115px 0px; }
  :fullscreen .buffering-0 {
    background-position: -115px 0px; }
  :-webkit-full-screen .buffering-1 {
    background-position: -230px 0px; }
  :-moz-full-screen .buffering-1 {
    background-position: -230px 0px; }
  .fullscreen .buffering-1 {
    background-position: -230px 0px; }
  :fullscreen .buffering-1 {
    background-position: -230px 0px; }
  :-webkit-full-screen .buffering-2 {
    background-position: -345px 0px; }
  :-moz-full-screen .buffering-2 {
    background-position: -345px 0px; }
  .fullscreen .buffering-2 {
    background-position: -345px 0px; }
  :fullscreen .buffering-2 {
    background-position: -345px 0px; }
  :-webkit-full-screen .buffering-3 {
    background-position: -460px 0px; }
  :-moz-full-screen .buffering-3 {
    background-position: -460px 0px; }
  .fullscreen .buffering-3 {
    background-position: -460px 0px; }
  :fullscreen .buffering-3 {
    background-position: -460px 0px; }
  :-webkit-full-screen .buffering-4 {
    background-position: 0px -115px; }
  :-moz-full-screen .buffering-4 {
    background-position: 0px -115px; }
  .fullscreen .buffering-4 {
    background-position: 0px -115px; }
  :fullscreen .buffering-4 {
    background-position: 0px -115px; }
  :-webkit-full-screen .buffering-5 {
    background-position: -115px -115px; }
  :-moz-full-screen .buffering-5 {
    background-position: -115px -115px; }
  .fullscreen .buffering-5 {
    background-position: -115px -115px; }
  :fullscreen .buffering-5 {
    background-position: -115px -115px; }
  :-webkit-full-screen .buffering-6 {
    background-position: -230px -115px; }
  :-moz-full-screen .buffering-6 {
    background-position: -230px -115px; }
  .fullscreen .buffering-6 {
    background-position: -230px -115px; }
  :fullscreen .buffering-6 {
    background-position: -230px -115px; }
  :-webkit-full-screen .buffering-7 {
    background-position: -345px -115px; }
  :-moz-full-screen .buffering-7 {
    background-position: -345px -115px; }
  .fullscreen .buffering-7 {
    background-position: -345px -115px; }
  :fullscreen .buffering-7 {
    background-position: -345px -115px; }
  :-webkit-full-screen .buffering-8 {
    background-position: -460px -115px; }
  :-moz-full-screen .buffering-8 {
    background-position: -460px -115px; }
  .fullscreen .buffering-8 {
    background-position: -460px -115px; }
  :fullscreen .buffering-8 {
    background-position: -460px -115px; }
  :-webkit-full-screen .buffering-9 {
    background-position: 0px -230px; }
  :-moz-full-screen .buffering-9 {
    background-position: 0px -230px; }
  .fullscreen .buffering-9 {
    background-position: 0px -230px; }
  :fullscreen .buffering-9 {
    background-position: 0px -230px; }
  :-webkit-full-screen .buffering-10 {
    background-position: -115px -230px; }
  :-moz-full-screen .buffering-10 {
    background-position: -115px -230px; }
  .fullscreen .buffering-10 {
    background-position: -115px -230px; }
  :fullscreen .buffering-10 {
    background-position: -115px -230px; }
  :-webkit-full-screen .buffering-11 {
    background-position: -230px -230px; }
  :-moz-full-screen .buffering-11 {
    background-position: -230px -230px; }
  .fullscreen .buffering-11 {
    background-position: -230px -230px; }
  :fullscreen .buffering-11 {
    background-position: -230px -230px; }
  :-webkit-full-screen .playing-0 {
    background-position: -345px -230px; }
  :-moz-full-screen .playing-0 {
    background-position: -345px -230px; }
  .fullscreen .playing-0 {
    background-position: -345px -230px; }
  :fullscreen .playing-0 {
    background-position: -345px -230px; }
  :-webkit-full-screen .playing-1 {
    background-position: -460px -230px; }
  :-moz-full-screen .playing-1 {
    background-position: -460px -230px; }
  .fullscreen .playing-1 {
    background-position: -460px -230px; }
  :fullscreen .playing-1 {
    background-position: -460px -230px; }
  :-webkit-full-screen .playing-2 {
    background-position: 0px -345px; }
  :-moz-full-screen .playing-2 {
    background-position: 0px -345px; }
  .fullscreen .playing-2 {
    background-position: 0px -345px; }
  :fullscreen .playing-2 {
    background-position: 0px -345px; }
  :-webkit-full-screen .playing-3 {
    background-position: -115px -345px; }
  :-moz-full-screen .playing-3 {
    background-position: -115px -345px; }
  .fullscreen .playing-3 {
    background-position: -115px -345px; }
  :fullscreen .playing-3 {
    background-position: -115px -345px; }
  :-webkit-full-screen .playing-4 {
    background-position: -230px -345px; }
  :-moz-full-screen .playing-4 {
    background-position: -230px -345px; }
  .fullscreen .playing-4 {
    background-position: -230px -345px; }
  :fullscreen .playing-4 {
    background-position: -230px -345px; }
  :-webkit-full-screen .playing-5 {
    background-position: -345px -345px; }
  :-moz-full-screen .playing-5 {
    background-position: -345px -345px; }
  .fullscreen .playing-5 {
    background-position: -345px -345px; }
  :fullscreen .playing-5 {
    background-position: -345px -345px; }
  :-webkit-full-screen .playing-6 {
    background-position: -460px -345px; }
  :-moz-full-screen .playing-6 {
    background-position: -460px -345px; }
  .fullscreen .playing-6 {
    background-position: -460px -345px; }
  :fullscreen .playing-6 {
    background-position: -460px -345px; }
  :-webkit-full-screen .playing-7 {
    background-position: 0px -460px; }
  :-moz-full-screen .playing-7 {
    background-position: 0px -460px; }
  .fullscreen .playing-7 {
    background-position: 0px -460px; }
  :fullscreen .playing-7 {
    background-position: 0px -460px; }
  :-webkit-full-screen .playing-8 {
    background-position: -115px -460px; }
  :-moz-full-screen .playing-8 {
    background-position: -115px -460px; }
  .fullscreen .playing-8 {
    background-position: -115px -460px; }
  :fullscreen .playing-8 {
    background-position: -115px -460px; }
  :-webkit-full-screen .playing-9 {
    background-position: -230px -460px; }
  :-moz-full-screen .playing-9 {
    background-position: -230px -460px; }
  .fullscreen .playing-9 {
    background-position: -230px -460px; }
  :fullscreen .playing-9 {
    background-position: -230px -460px; }
  :-webkit-full-screen .playing-10 {
    background-position: -345px -460px; }
  :-moz-full-screen .playing-10 {
    background-position: -345px -460px; }
  .fullscreen .playing-10 {
    background-position: -345px -460px; }
  :fullscreen .playing-10 {
    background-position: -345px -460px; }
  :-webkit-full-screen .playing-11 {
    background-position: -460px -460px; }
  :-moz-full-screen .playing-11 {
    background-position: -460px -460px; }
  .fullscreen .playing-11 {
    background-position: -460px -460px; }
  :fullscreen .playing-11 {
    background-position: -460px -460px; } }

@media screen and (min-width: 768px) {
  .has-webcam #webcam-player {
    width: 100%;
    position: absolute;
    display: block;
    z-index: -1;
    left: 0;
    top: 0; }
  .active-webcam #webcam-player {
    height: 100%; }
  .toggle-webcam {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    padding: 2px 5px;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transition: color 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: color 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: color 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: color 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .no-touch .toggle-webcam:hover {
    color: #FFFFFF; }
  .toggle-webcam:before {
    font-size: 20px;
    line-height: 18px;
    position: absolute;
    left: -25px;
    top: 2px; }
  .opera .toggle-webcam:before {
    top: 4px; }
  :-webkit-full-screen .toggle-webcam {
    font-size: 18px;
    right: 40px;
    top: 40px; }
  :-moz-full-screen .toggle-webcam {
    font-size: 18px;
    right: 40px;
    top: 40px; }
  .fullscreen .toggle-webcam {
    font-size: 18px;
    right: 40px;
    top: 40px; }
  :fullscreen .toggle-webcam {
    font-size: 18px;
    right: 40px;
    top: 40px; }
  #video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%; }
  #video.jwplayer {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%; }
  .jwvideo video {
    width: 100% !important;
    height: 100% !important;
    left: 0% !important;
    top: 0% !important; }
  .mini-player #video {
    min-height: 430px; }
  #video,
  #webcam-player .background {
    opacity: 0;
    -webkit-transition: opacity 600ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: opacity 600ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: opacity 600ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: opacity 600ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  .active-webcam #video,
  .active-webcam #webcam-player .background {
    opacity: 1; }
  #video.hidden {
    display: none; } }

@media screen and (min-width: 1024px) {
  #video.jwplayer {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%; }
  .jwvideo video {
    width: 130% !important;
    height: 130% !important;
    left: -8% !important;
    top: -8% !important; }
  .mini-player #video {
    min-height: 570px; } }

@media screen and (min-width: 768px) {
  .playlist {
    bottom: 20px;
    width: 468px; }
  .back-to-live {
    width: 260px; } }

@media screen and (min-width: 1024px) {
  .playlist {
    width: 724px; } }

@media screen and (min-width: 768px) {
  .has-bottom-bar #toolbar {
    -webkit-transform: translate(0, 310px);
    -moz-transform: translate(0, 310px);
    -ms-transform: translate(0, 310px);
    -o-transform: translate(0, 310px);
    transform: translate(0, 310px); }
  .active-toolbar #toolbar {
    z-index: 0;
    -webkit-transform: translate(0, 90px);
    -moz-transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    -o-transform: translate(0, 90px);
    transform: translate(0, 90px); }
  :-webkit-full-screen #toolbar {
    top: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  :-moz-full-screen #toolbar {
    top: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fullscreen #toolbar {
    top: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  :fullscreen #toolbar {
    top: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  :-webkit-full-screen .activity #toolbar {
    -webkit-transform: translate(0, -45px);
    -moz-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    -o-transform: translate(0, -45px);
    transform: translate(0, -45px); }
  :-moz-full-screen .activity #toolbar {
    -webkit-transform: translate(0, -45px);
    -moz-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    -o-transform: translate(0, -45px);
    transform: translate(0, -45px); }
  .fullscreen .activity #toolbar {
    -webkit-transform: translate(0, -45px);
    -moz-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    -o-transform: translate(0, -45px);
    transform: translate(0, -45px); }
  :fullscreen .activity #toolbar {
    -webkit-transform: translate(0, -45px);
    -moz-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    -o-transform: translate(0, -45px);
    transform: translate(0, -45px); }
  :-webkit-full-screen .has-bottom-bar.activity #toolbar {
    -webkit-transform: translate(0, -135px);
    -moz-transform: translate(0, -135px);
    -ms-transform: translate(0, -135px);
    -o-transform: translate(0, -135px);
    transform: translate(0, -135px); }
  :-moz-full-screen .has-bottom-bar.activity #toolbar {
    -webkit-transform: translate(0, -135px);
    -moz-transform: translate(0, -135px);
    -ms-transform: translate(0, -135px);
    -o-transform: translate(0, -135px);
    transform: translate(0, -135px); }
  .fullscreen .has-bottom-bar.activity #toolbar {
    -webkit-transform: translate(0, -135px);
    -moz-transform: translate(0, -135px);
    -ms-transform: translate(0, -135px);
    -o-transform: translate(0, -135px);
    transform: translate(0, -135px); }
  :fullscreen .has-bottom-bar.activity #toolbar {
    -webkit-transform: translate(0, -135px);
    -moz-transform: translate(0, -135px);
    -ms-transform: translate(0, -135px);
    -o-transform: translate(0, -135px);
    transform: translate(0, -135px); }
  :-webkit-full-screen .active-toolbar #toolbar {
    -webkit-transform: translate(0, -370px);
    -moz-transform: translate(0, -370px);
    -ms-transform: translate(0, -370px);
    -o-transform: translate(0, -370px);
    transform: translate(0, -370px); }
  :-moz-full-screen .active-toolbar #toolbar {
    -webkit-transform: translate(0, -370px);
    -moz-transform: translate(0, -370px);
    -ms-transform: translate(0, -370px);
    -o-transform: translate(0, -370px);
    transform: translate(0, -370px); }
  .fullscreen .active-toolbar #toolbar {
    -webkit-transform: translate(0, -370px);
    -moz-transform: translate(0, -370px);
    -ms-transform: translate(0, -370px);
    -o-transform: translate(0, -370px);
    transform: translate(0, -370px); }
  :fullscreen .active-toolbar #toolbar {
    -webkit-transform: translate(0, -370px);
    -moz-transform: translate(0, -370px);
    -ms-transform: translate(0, -370px);
    -o-transform: translate(0, -370px);
    transform: translate(0, -370px); }
  :-webkit-full-screen .has-bottom-bar.activity.active-toolbar #toolbar {
    -webkit-transform: translate(0, -370px);
    -moz-transform: translate(0, -370px);
    -ms-transform: translate(0, -370px);
    -o-transform: translate(0, -370px);
    transform: translate(0, -370px); }
  :-moz-full-screen .has-bottom-bar.activity.active-toolbar #toolbar {
    -webkit-transform: translate(0, -370px);
    -moz-transform: translate(0, -370px);
    -ms-transform: translate(0, -370px);
    -o-transform: translate(0, -370px);
    transform: translate(0, -370px); }
  .fullscreen .has-bottom-bar.activity.active-toolbar #toolbar {
    -webkit-transform: translate(0, -370px);
    -moz-transform: translate(0, -370px);
    -ms-transform: translate(0, -370px);
    -o-transform: translate(0, -370px);
    transform: translate(0, -370px); }
  :fullscreen .has-bottom-bar.activity.active-toolbar #toolbar {
    -webkit-transform: translate(0, -370px);
    -moz-transform: translate(0, -370px);
    -ms-transform: translate(0, -370px);
    -o-transform: translate(0, -370px);
    transform: translate(0, -370px); }
  :-webkit-full-screen .toolbar-header {
    height: 50px;
    padding: 0 50px;
    line-height: 50px; }
  :-moz-full-screen .toolbar-header {
    height: 50px;
    padding: 0 50px;
    line-height: 50px; }
  .fullscreen .toolbar-header {
    height: 50px;
    padding: 0 50px;
    line-height: 50px; }
  :fullscreen .toolbar-header {
    height: 50px;
    padding: 0 50px;
    line-height: 50px; }
  .toolbar-header h3 {
    max-width: 462px;
    margin-right: 15px; }
  .no-touch .toolbar-header h3 {
    max-width: 369px; }
  .has-linked-channels .toolbar-header h3 {
    max-width: 302px; }
  .no-touch .has-linked-channels .toolbar-header h3 {
    max-width: 190px; }
  :-webkit-full-screen .toolbar-header h3 {
    max-width: 70% !important; }
  :-moz-full-screen .toolbar-header h3 {
    max-width: 70% !important; }
  .fullscreen .toolbar-header h3 {
    max-width: 70% !important; }
  :fullscreen .toolbar-header h3 {
    max-width: 70% !important; }
  :-webkit-full-screen .toolbar-header a {
    margin: 7px -1px 0; }
  :-moz-full-screen .toolbar-header a {
    margin: 7px -1px 0; }
  .fullscreen .toolbar-header a {
    margin: 7px -1px 0; }
  :fullscreen .toolbar-header a {
    margin: 7px -1px 0; }
  .has-bottom-bar a.icon-playlist {
    display: block; }
  .logo-container {
    width: 180px;
    height: 140px; }
  .active-toolbar .logo-container, .mini-player .logo-container {
    width: 100px;
    height: 80px; } }

@media screen and (min-width: 1024px) {
  .toolbar-header h3 {
    max-width: 625px; }
  .has-linked-channels .toolbar-header h3 {
    max-width: 560px; }
  .no-touch .toolbar-header h3 {
    max-width: 627px; }
  .no-touch .has-linked-channels .toolbar-header h3 {
    max-width: 450px; }
  .logo-container {
    width: 180px;
    height: 140px; }
  .active-toolbar .logo-container, .mini-player .logo-container {
    width: 100px;
    height: 80px; } }

@media screen and (min-width: 768px) {
  .regio-selector {
    margin-right: 20px;
    position: relative;
    z-index: 99999;
    top: 0;
    left: 0; }
  .has-bottom-bar .regio-selector {
    top: 0; }
  .regio-selector a {
    width: 160px; }
  :-webkit-full-screen .regio-selector a {
    margin: 0;
    width: 200px;
    padding: 0 20px; }
  :-moz-full-screen .regio-selector a {
    margin: 0;
    width: 200px;
    padding: 0 20px; }
  .fullscreen .regio-selector a {
    margin: 0;
    width: 200px;
    padding: 0 20px; }
  :fullscreen .regio-selector a {
    margin: 0;
    width: 200px;
    padding: 0 20px; }
  .regio-selector .toggle {
    height: 40px;
    line-height: 40px;
    background: none; }
  :-webkit-full-screen .regio-selector .toggle {
    height: 50px;
    line-height: 50px; }
  :-moz-full-screen .regio-selector .toggle {
    height: 50px;
    line-height: 50px; }
  .fullscreen .regio-selector .toggle {
    height: 50px;
    line-height: 50px; }
  :fullscreen .regio-selector .toggle {
    height: 50px;
    line-height: 50px; }
  .no-touch .regio-selector:hover .toggle {
    background: none; }
  .no-touch .regio-selector.active:hover .toggle {
    background: rgba(0, 0, 0, 0.9); }
  .no-touch .mini-player .regio-selector:hover a,
  .mini-player .regio-selector.active a {
    cursor: default;
    background: none;
    opacity: 0.6; }
  .regio-list {
    position: absolute;
    margin-top: -40px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  :-webkit-full-screen .regio-list {
    margin-top: -50px; }
  :-moz-full-screen .regio-list {
    margin-top: -50px; }
  .fullscreen .regio-list {
    margin-top: -50px; }
  :fullscreen .regio-list {
    margin-top: -50px; }
  .active-toolbar .regio-list {
    display: block; }
  .mini-player .regio-list,
  .active-toolbar .regio-list {
    margin-top: 0px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (min-width: 768px) {
  .volume {
    margin-right: 15px;
    display: block; }
  .volume #control-volume-label {
    width: 54px;
    padding: 2px 0 0;
    margin-top: 6px;
    background: none !important;
    cursor: pointer;
    height: 30px; }
  :-webkit-full-screen .volume a {
    margin-top: 12px; }
  :-moz-full-screen .volume a {
    margin-top: 12px; }
  .fullscreen .volume a {
    margin-top: 12px; }
  :fullscreen .volume a {
    margin-top: 12px; }
  .volume a {
    width: 5px;
    float: left;
    margin-right: 4px;
    margin-top: 0px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: background 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: background 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: background 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: background 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    padding: 0; }
  .volume .active {
    background: #FFFFFF; }
  .volume .volume-range-1 {
    height: 6px;
    margin-top: 15px; }
  .volume .volume-range-2 {
    height: 9px;
    margin-top: 12px; }
  .volume .volume-range-3 {
    height: 12px;
    margin-top: 9px; }
  .volume .volume-range-4 {
    height: 15px;
    margin-top: 6px; }
  .volume .volume-range-5 {
    height: 18px;
    margin-top: 3px; }
  .volume .volume-range-6 {
    height: 21px; } }

@media screen and (min-width: 768px) {
  .viewstates {
    display: block;
    margin-right: -10px; }
  .icon-default-player {
    padding-top: 1px; }
  .icon-fullscreen-player:before {
    font-size: 20px !important;
    position: relative;
    top: -1px; }
  :-webkit-full-screen .viewstates .icon-mini-player {
    display: none; }
  :-moz-full-screen .viewstates .icon-mini-player {
    display: none; }
  .fullscreen .viewstates .icon-mini-player {
    display: none; }
  :fullscreen .viewstates .icon-mini-player {
    display: none; }
  :-webkit-full-screen .viewstates .icon-default-player {
    display: none; }
  :-moz-full-screen .viewstates .icon-default-player {
    display: none; }
  .fullscreen .viewstates .icon-default-player {
    display: none; }
  :fullscreen .viewstates .icon-default-player {
    display: none; }
  :-webkit-full-screen .viewstates .icon-fullscreen-player {
    color: rgba(255, 255, 255, 0.5); }
  :-moz-full-screen .viewstates .icon-fullscreen-player {
    color: rgba(255, 255, 255, 0.5); }
  .fullscreen .viewstates .icon-fullscreen-player {
    color: rgba(255, 255, 255, 0.5); }
  :fullscreen .viewstates .icon-fullscreen-player {
    color: rgba(255, 255, 255, 0.5); } }

@media screen and (min-width: 768px) {
  .toolbar-content {
    width: 100%;
    height: 280px;
    padding: 30px 20px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: auto; }
  .active-toolbar .toolbar-content {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  :-webkit-full-screen .toolbar-content {
    height: 320px;
    padding: 40px 50px 0; }
  :-moz-full-screen .toolbar-content {
    height: 320px;
    padding: 40px 50px 0; }
  .fullscreen .toolbar-content {
    height: 320px;
    padding: 40px 50px 0; }
  :fullscreen .toolbar-content {
    height: 320px;
    padding: 40px 50px 0; }
  .toggle-close-content {
    right: 15px;
    top: 7px; }
  :-webkit-full-screen .toggle-close-content {
    right: 17px;
    top: 17px; }
  :-moz-full-screen .toggle-close-content {
    right: 17px;
    top: 17px; }
  .fullscreen .toggle-close-content {
    right: 17px;
    top: 17px; }
  :fullscreen .toggle-close-content {
    right: 17px;
    top: 17px; }
  .info-view {
    max-width: 760px;
    margin-top: -10px;
    padding-right: 20px; }
  .info-view .thumb {
    width: 220px;
    height: 220px;
    margin-right: 35px;
    float: left; }
  .info-view .description {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; }
  .login-view h1 {
    margin-top: 25px; }
  .login-view ul {
    width: 64%;
    max-width: 532px;
    margin: auto; }
  .login-view li {
    width: 49%;
    margin: 0 0.5%;
    float: left; }
  .login-view ul.triple {
    width: 95%;
    max-width: 800px; }
  .login-view .triple li {
    width: 32.3%;
    margin: 0 0.5%;
    float: left; }
  .form-view {
    margin-top: 45px;
    text-align: right; }
  .form-view h3,
  .form-view p {
    max-width: 40%; }
  .form-view .name {
    font-size: 21px;
    margin: 10px 0 3px; }
  .form-view .profile {
    margin: 0 60% 0 0;
    float: none; }
  .form-view .share {
    position: absolute;
    margin: 20px 0 0 40px;
    left: 40%; }
  .form-view .textarea {
    width: 300px;
    height: 160px;
    margin: -17px 0 0 40px;
    position: absolute;
    left: 40%;
    top: 0; }
  .form-view .textarea:after,
  .form-view .textarea:before {
    top: 30px;
    left: -15px; }
  .form-view .textarea:before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid;
    border-right-color: inherit;
    margin-left: -15px; }
  .form-view .textarea:after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #FFFFFF;
    margin-left: -13px; }
  .form-view textarea {
    height: 100px; }
  .form-view p.submit-status {
    text-align: left;
    max-width: 100%; }
  .toggle-close-content.cookie:before, .toggle-close-content.browser:before {
    top: 9px; }
  .toggle-close-content.cookie:after, .toggle-close-content.browser:after {
    top: 2px; } }

@media screen and (min-width: 1024px) {
  .form-view .textarea {
    width: 375px; } }

@media screen and (min-width: 768px) {
  .toolbar-playlist {
    z-index: 1;
    height: 60px; }
  :-webkit-full-screen .toolbar-playlist {
    height: 85px;
    top: 50px; }
  :-moz-full-screen .toolbar-playlist {
    height: 85px;
    top: 50px; }
  .fullscreen .toolbar-playlist {
    height: 85px;
    top: 50px; }
  :fullscreen .toolbar-playlist {
    height: 85px;
    top: 50px; }
  .active-toolbar .toolbar-playlist {
    opacity: 0;
    -webkit-transform: translate(0, 300px);
    -moz-transform: translate(0, 300px);
    -ms-transform: translate(0, 300px);
    -o-transform: translate(0, 300px);
    transform: translate(0, 300px); }
  .mini-player .toolbar-playlist {
    top: 45px; }
  .playlist-link {
    margin-right: 30px;
    margin-top: -24px;
    padding: 5px 10px;
    float: right; }
  :-webkit-full-screen .playlist-link {
    display: none; }
  :-moz-full-screen .playlist-link {
    display: none; }
  .fullscreen .playlist-link {
    display: none; }
  :fullscreen .playlist-link {
    display: none; }
  .playlist-controller {
    width: 60px;
    height: 100%;
    max-height: 240px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #FFFFFF;
    cursor: default;
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-bottom-bar .playlist-controller {
    cursor: pointer; }
  .no-touch .playlist-controller:hover {
    color: #1EAAFF; }
  :-webkit-full-screen .playlist-controller {
    width: 5%;
    max-height: 260px;
    line-height: 90px; }
  :-moz-full-screen .playlist-controller {
    width: 5%;
    max-height: 260px;
    line-height: 90px; }
  .fullscreen .playlist-controller {
    width: 5%;
    max-height: 260px;
    line-height: 90px; }
  :fullscreen .playlist-controller {
    width: 5%;
    max-height: 260px;
    line-height: 90px; }
  .toolbar-content .playlist-controller {
    color: #808080;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    line-height: 240px;
    top: 40px; }
  :-webkit-full-screen .toolbar-content .playlist-controller {
    line-height: 260px;
    top: 60px; }
  :-moz-full-screen .toolbar-content .playlist-controller {
    line-height: 260px;
    top: 60px; }
  .fullscreen .toolbar-content .playlist-controller {
    line-height: 260px;
    top: 60px; }
  :fullscreen .toolbar-content .playlist-controller {
    line-height: 260px;
    top: 60px; }
  .playlist-controller.icon-arrow-left {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    left: 0; }
  .playlist-controller.icon-arrow-right {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    right: 0; }
  .playlist-controller.disabled:before {
    opacity: 0.25; }
  .no-touch .playlist-controller.disabled:hover {
    color: #FFFFFF; }
  .no-touch .toolbar-content .playlist-controller.disabled:hover {
    color: #808080; }
  .playlist-wrapper {
    width: 608px;
    height: 100%;
    max-height: 240px;
    position: absolute;
    overflow: hidden;
    left: 60px; }
  :-webkit-full-screen .playlist-wrapper {
    width: 90%;
    max-height: 260px;
    left: 5%; }
  :-moz-full-screen .playlist-wrapper {
    width: 90%;
    max-height: 260px;
    left: 5%; }
  .fullscreen .playlist-wrapper {
    width: 90%;
    max-height: 260px;
    left: 5%; }
  :fullscreen .playlist-wrapper {
    width: 90%;
    max-height: 260px;
    left: 5%; }
  .toolbar-content .playlist-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    top: 40px; }
  :-webkit-full-screen .toolbar-content .playlist-wrapper {
    top: 60px; }
  :-moz-full-screen .toolbar-content .playlist-wrapper {
    top: 60px; }
  .fullscreen .toolbar-content .playlist-wrapper {
    top: 60px; }
  :fullscreen .toolbar-content .playlist-wrapper {
    top: 60px; }
  .playlist-list {
    width: 202%;
    height: inherit;
    position: absolute;
    margin-left: -1px;
    left: 0; }
  .playlist-list.animated {
    -webkit-transition: all 750ms ease-out;
    -moz-transition: all 750ms ease-out;
    -o-transition: all 750ms ease-out;
    transition: all 750ms ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .playlist-item {
    line-height: auto;
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    width: 203px;
    height: inherit;
    padding: 8px 10px;
    clear: none;
    float: left;
    cursor: pointer; }
  .no-touch .toolbar-playlist .playlist-item {
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .no-touch .toolbar-playlist .playlist-item:hover {
    background: rgba(255, 255, 255, 0.1); }
  .toolbar-content .playlist-item {
    padding: 15px;
    cursor: auto; }
  :-webkit-full-screen .playlist-item {
    width: 9.9%;
    padding: 15px 20px; }
  :-moz-full-screen .playlist-item {
    width: 9.9%;
    padding: 15px 20px; }
  .fullscreen .playlist-item {
    width: 9.9%;
    padding: 15px 20px; }
  :fullscreen .playlist-item {
    width: 9.9%;
    padding: 15px 20px; }
  .playlist-item.hidden {
    visibility: hidden; }
  .playlist-item .thumb {
    width: 125px;
    height: 125px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #CCCCCC;
    background-position: center 30%;
    background-size: cover; }
  .playlist-item .artist {
    width: 100%;
    line-height: 21px; }
  .playlist-item .title {
    width: 65%;
    line-height: 21px; }
  .toolbar-content .playlist-item .artist,
  .toolbar-content .playlist-item .title {
    width: 95%; }
  .playlist-item .actions {
    margin-top: 8px; }
  .playlist-item .actions a {
    margin-right: 8px;
    color: #313233;
    -webkit-transition: color 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: color 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: color 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: color 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .playlist-item .actions a.active,
  .no-touch .playlist-item .actions a:hover {
    color: #1EAAFF; }
  .playlist-item .action-buy:before {
    font-size: 34px;
    line-height: 26px;
    margin-left: -1px;
    padding: 1px; }
  .playlist-item .action-share:before {
    font-size: 16px;
    margin-left: -10px;
    padding: 10px; }
  .playlist-item .time {
    width: 33.5%;
    margin-top: -3px; }
  .toolbar-content .playlist-item .time {
    width: 40%;
    margin-top: 5px; }
  :-webkit-full-screen .playlist-item .artist {
    font-size: 16px;
    line-height: 26px; }
  :-moz-full-screen .playlist-item .artist {
    font-size: 16px;
    line-height: 26px; }
  .fullscreen .playlist-item .artist {
    font-size: 16px;
    line-height: 26px; }
  :fullscreen .playlist-item .artist {
    font-size: 16px;
    line-height: 26px; }
  :-webkit-full-screen .playlist-item .title {
    font-size: 16px;
    line-height: 26px; }
  :-moz-full-screen .playlist-item .title {
    font-size: 16px;
    line-height: 26px; }
  .fullscreen .playlist-item .title {
    font-size: 16px;
    line-height: 26px; }
  :fullscreen .playlist-item .title {
    font-size: 16px;
    line-height: 26px; }
  .toolbar-content .actions-popup {
    background: rgba(255, 255, 255, 0.95);
    padding-top: 4px;
    padding-right: 2px;
    bottom: 50px; }
  .toolbar-content .actions-popup:after,
  .toolbar-content .actions-popup:before {
    border-top: 7px solid rgba(255, 255, 255, 0.8);
    border-bottom: none;
    top: 100%; }
  :-webkit-full-screen .toolbar-content .actions-popup {
    bottom: 60px; }
  :-moz-full-screen .toolbar-content .actions-popup {
    bottom: 60px; }
  .fullscreen .toolbar-content .actions-popup {
    bottom: 60px; }
  :fullscreen .toolbar-content .actions-popup {
    bottom: 60px; } }

@media screen and (min-width: 1024px) {
  .playlist-wrapper {
    width: 864px; }
  .playlist-item {
    width: 217px;
    padding: 8px 15px; }
  .toolbar-content .playlist-item {
    padding: 15px; } }

@media screen and (min-width: 768px) {
  :-webkit-full-screen #content {
    position: absolute;
    z-index: -100; }
  :-moz-full-screen #content {
    position: absolute;
    z-index: -100; }
  .fullscreen #content {
    position: absolute;
    z-index: -100; }
  :fullscreen #content {
    position: absolute;
    z-index: -100; }
  #content .inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 120px; }
  .content-information {
    margin: 30px 32px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    height: 160px; }
  .content-information .content-information-container {
    float: right;
    width: 312px; }
  .content-information .content-information-item {
    box-shadow: none;
    height: 80px; }
  .content-information .content-information-item-padding {
    padding: 15px 30px; }
  .content-information > li:first-child .content-information-item-padding {
    border-left: 1px solid #333333; }
  .menu {
    display: none; }
  .content-navigation,
  .content-navigation li {
    position: relative; }
  .content-navigation {
    width: 100%;
    text-align: center;
    margin: 0; }
  .content-navigation li {
    display: inline-block; }
  .content-navigation a:before {
    font-size: 36px;
    content: ''; }
  .content-navigation li:last-child a:after {
    content: '';
    border-right: 1px solid #808080;
    position: absolute;
    height: 34px;
    left: 20px;
    top: 28px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  .content-navigation.single-item li:last-child a:after {
    display: none; }
  .IE10 .content-navigation li:last-child a:after {
    top: -4px;
    left: -20px; }
  .content-navigation a {
    font-size: 21px;
    margin-left: 0;
    line-height: 85px;
    display: inline;
    width: auto;
    float: none; }
  .content-navigation li:last-child a {
    margin-left: 40px; }
  .content-navigation.single-item li:last-child a {
    margin-left: 0; }
  .content-navigation .active a {
    font-size: 36px; }
  .IE10 .content-navigation .active a:after {
    top: 12px; }
  .back-toggle {
    top: 30px; }
  .content-list-item .content-toggle {
    margin: 0 5px 0 10px;
    float: right; }
  .content-list-item .content-toggle:before {
    top: 1px; }
  .content-list-item .content-toggle span {
    float: right; }
  .content-list-item .icon-now-playing span {
    min-width: 85px; } }

#firstrun .controller span {
  background-size: 450px 450px;
  height: 90px;
  margin-left: -115px;
  top: 10px;
  width: 90px; }

#firstrun {
  font-size: 14px; }

#firstrun .controller.first {
  margin: 50px auto 65px; }

#firstrun .controller {
  font-size: 45px;
  margin: 100px auto;
  width: 220px; }

#firstrun-splash {
  background-image: url(../header-background.gif); }

#firstrun-splash img {
  height: 320px;
  width: 640px; }

#firstrun-channels {
  padding-bottom: 40px;
  padding-top: 40px; }

#firstrun br.tablet {
  display: block; }

#firstrun br.mobile {
  display: none; }

#firstrun-interact .inner, #firstrun-ondemand .inner {
  max-width: 860px;
  width: 100%;
  padding: 0px 40px; }

#firstrun-channels .inner {
  padding: 0px 40px; }

#firstrun-channels img.tablet {
  display: inline;
  float: left;
  margin-left: -400px;
  margin-right: 80px; }

#firstrun-channels img.tablet {
  margin-left: -420px; }

#firstrun-channels img.mobile {
  display: none; }

#firstrun-channels h3 {
  padding-top: 85px; }

#firstrun-ondemand {
  height: 464px;
  padding-bottom: 40px;
  padding-top: 60px; }

#firstrun-ondemand img.tablet {
  display: inline;
  float: right;
  margin-left: 80px;
  margin-right: 50px; }

#firstrun-ondemand img.tablet {
  margin-right: 40px; }

#firstrun-ondemand h1 {
  padding-top: 60px; }

#firstrun-ondemand img.mobile {
  display: none; }

#firstrun-live {
  min-height: 264px;
  padding-bottom: 40px;
  padding-top: 60px; }

#firstrun-live img.tablet {
  display: inline;
  float: right;
  margin-left: 80px;
  margin-right: 50px; }

#firstrun-live img.tablet {
  margin-right: 40px; }

#firstrun-live h1 {
  padding-top: 60px; }

#firstrun-live img.mobile {
  display: none; }

#firstrun-interact {
  min-height: 409px;
  padding-bottom: 40px; }

#firstrun-interact img.mobile {
  display: none; }

#firstrun-interact img.tablet {
  display: inline;
  float: left;
  margin-left: -225px;
  margin-right: 90px; }

#firstrun-interact h1 {
  padding-top: 50px; }

@media screen and (min-width: 1024px) {
  #firstrun-channels img.tablet {
    margin-left: -200px; }
  .content-information {
    margin: 8px 0 30px 0;
    height: 80px; }
  .content-information .content-information-container {
    width: 33%; }
  .content-information > li:first-child .content-information-container {
    width: 66%; }
  .content-information .content-information-item {
    float: left; }
  .content-information .content-information-item-padding {
    padding: 15px 41px; }
  .content-information > li:first-child .content-information-item-padding {
    border-left: none; }
  .content-information .content-information-item-icon {
    margin-left: 0px; } }

@media screen and (min-width: 768px) {
  .content-grid {
    margin-top: 8px; }
  .content-grid.first {
    margin-left: 24px; }
  .content-grid-item {
    margin: 0 8px 16px; }
  .content-toggle span {
    display: inline; }
  .content-information .traffic {
    border-top-right-radius: 0px;
    border-bottom: 1px solid #535353;
    background: #383838; }
  .content-information .weather {
    border-top-left-radius: 0px;
    border-bottom: 1px solid #535353;
    background: #414141; }
  .content-information .traffic-info {
    border-bottom-right-radius: 0px;
    border: none;
    background: #383838; }
  .content-information .news {
    border-bottom-left-radius: 0px;
    border: none;
    background: #414141; }
  .traffic .status {
    display: inline-block;
    width: 4px;
    height: 50px;
    position: relative;
    float: right;
    border-radius: 4px;
    margin-right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAMAAACqJUG4AAAAllBMVEXhBBnjBxjlDBfnEhbqGRXsIBTwJxLzLxH2Nw/5QA79SQz/UQv/Wgn/Ygj/awf/cwb/egX/gQT/iAT/jgP/kwP/lwP/mgP/nAP5nAPznAPsnAPknATbnATSnATImgW9mAaxlQemkgiajwmOiwqCiAx2hA1qgQ9efRBSeRJHdhM8chQxbxUnbBceaRcVZhkOZBkHYhoDYBty+aa6AAAAD0lEQVQI12NgYGBkojEEABwlAJJsoH2tAAAAAElFTkSuQmCC); }
  .traffic .status:before {
    font-size: 10px;
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -3px;
    margin-top: -6px; }
  .status[data-id="0"]:before {
    top: 100%; }
  .status[data-id="1"]:before {
    top: 99%; }
  .status[data-id="2"]:before {
    top: 98%; }
  .status[data-id="3"]:before {
    top: 97%; }
  .status[data-id="4"]:before {
    top: 96%; }
  .status[data-id="5"]:before {
    top: 95%; }
  .status[data-id="6"]:before {
    top: 94%; }
  .status[data-id="7"]:before {
    top: 93%; }
  .status[data-id="8"]:before {
    top: 92%; }
  .status[data-id="9"]:before {
    top: 91%; }
  .status[data-id="10"]:before {
    top: 90%; }
  .status[data-id="11"]:before {
    top: 89%; }
  .status[data-id="12"]:before {
    top: 88%; }
  .status[data-id="13"]:before {
    top: 87%; }
  .status[data-id="14"]:before {
    top: 86%; }
  .status[data-id="15"]:before {
    top: 85%; }
  .status[data-id="16"]:before {
    top: 84%; }
  .status[data-id="17"]:before {
    top: 83%; }
  .status[data-id="18"]:before {
    top: 82%; }
  .status[data-id="19"]:before {
    top: 81%; }
  .status[data-id="20"]:before {
    top: 80%; }
  .status[data-id="21"]:before {
    top: 79%; }
  .status[data-id="22"]:before {
    top: 78%; }
  .status[data-id="23"]:before {
    top: 77%; }
  .status[data-id="24"]:before {
    top: 76%; }
  .status[data-id="25"]:before {
    top: 75%; }
  .status[data-id="26"]:before {
    top: 74%; }
  .status[data-id="27"]:before {
    top: 73%; }
  .status[data-id="28"]:before {
    top: 72%; }
  .status[data-id="29"]:before {
    top: 71%; }
  .status[data-id="30"]:before {
    top: 70%; }
  .status[data-id="31"]:before {
    top: 69%; }
  .status[data-id="32"]:before {
    top: 68%; }
  .status[data-id="33"]:before {
    top: 67%; }
  .status[data-id="34"]:before {
    top: 66%; }
  .status[data-id="35"]:before {
    top: 65%; }
  .status[data-id="36"]:before {
    top: 64%; }
  .status[data-id="37"]:before {
    top: 63%; }
  .status[data-id="38"]:before {
    top: 62%; }
  .status[data-id="39"]:before {
    top: 61%; }
  .status[data-id="40"]:before {
    top: 60%; }
  .status[data-id="41"]:before {
    top: 59%; }
  .status[data-id="42"]:before {
    top: 58%; }
  .status[data-id="43"]:before {
    top: 57%; }
  .status[data-id="44"]:before {
    top: 56%; }
  .status[data-id="45"]:before {
    top: 55%; }
  .status[data-id="46"]:before {
    top: 54%; }
  .status[data-id="47"]:before {
    top: 53%; }
  .status[data-id="48"]:before {
    top: 52%; }
  .status[data-id="49"]:before {
    top: 51%; }
  .status[data-id="50"]:before {
    top: 50%; }
  .status[data-id="51"]:before {
    top: 49%; }
  .status[data-id="52"]:before {
    top: 48%; }
  .status[data-id="53"]:before {
    top: 47%; }
  .status[data-id="54"]:before {
    top: 46%; }
  .status[data-id="55"]:before {
    top: 45%; }
  .status[data-id="56"]:before {
    top: 44%; }
  .status[data-id="57"]:before {
    top: 43%; }
  .status[data-id="58"]:before {
    top: 42%; }
  .status[data-id="59"]:before {
    top: 41%; }
  .status[data-id="60"]:before {
    top: 40%; }
  .status[data-id="61"]:before {
    top: 39%; }
  .status[data-id="62"]:before {
    top: 38%; }
  .status[data-id="63"]:before {
    top: 37%; }
  .status[data-id="64"]:before {
    top: 36%; }
  .status[data-id="65"]:before {
    top: 35%; }
  .status[data-id="66"]:before {
    top: 34%; }
  .status[data-id="67"]:before {
    top: 33%; }
  .status[data-id="68"]:before {
    top: 32%; }
  .status[data-id="69"]:before {
    top: 31%; }
  .status[data-id="70"]:before {
    top: 30%; }
  .status[data-id="71"]:before {
    top: 29%; }
  .status[data-id="72"]:before {
    top: 28%; }
  .status[data-id="73"]:before {
    top: 27%; }
  .status[data-id="74"]:before {
    top: 26%; }
  .status[data-id="75"]:before {
    top: 25%; }
  .status[data-id="76"]:before {
    top: 24%; }
  .status[data-id="77"]:before {
    top: 23%; }
  .status[data-id="78"]:before {
    top: 22%; }
  .status[data-id="79"]:before {
    top: 21%; }
  .status[data-id="80"]:before {
    top: 20%; }
  .status[data-id="81"]:before {
    top: 19%; }
  .status[data-id="82"]:before {
    top: 18%; }
  .status[data-id="83"]:before {
    top: 17%; }
  .status[data-id="84"]:before {
    top: 16%; }
  .status[data-id="85"]:before {
    top: 15%; }
  .status[data-id="86"]:before {
    top: 14%; }
  .status[data-id="87"]:before {
    top: 13%; }
  .status[data-id="88"]:before {
    top: 12%; }
  .status[data-id="89"]:before {
    top: 11%; }
  .status[data-id="90"]:before {
    top: 10%; }
  .status[data-id="91"]:before {
    top: 9%; }
  .status[data-id="92"]:before {
    top: 8%; }
  .status[data-id="93"]:before {
    top: 7%; }
  .status[data-id="94"]:before {
    top: 6%; }
  .status[data-id="95"]:before {
    top: 5%; }
  #pebbleTop,
  #pebbleTopHome,
  #pebbleTopOndemand {
    width: 728px;
    margin-left: -20px; }
  .list .content-grid-item.banner + .content-grid-item {
    border-top: 1px solid #474747; } }

@media screen and (min-width: 1024px) {
  .content-grid.first {
    margin-left: -8px; }
  .content-grid.last li {
    margin-right: 0; }
  .content-information .news {
    width: 52%;
    border-left: 2px solid #535353;
    border-bottom-right-radius: 0px;
    border-bottom: none;
    float: right; }
  .content-information .weather {
    width: 48%;
    border-left: 2px solid #535353;
    border-bottom: none;
    border-bottom-right-radius: 4px;
    float: right; }
  .content-information .traffic {
    width: 48%;
    border-bottom-left-radius: 4px;
    border-bottom: none; }
    .content-information .traffic p span {
      width: 40px; }
  .content-information .traffic-info {
    width: 100%;
    border-left: 2px solid #333333;
    border-bottom-left-radius: 0px;
    border-bottom: none; }
  #pebbleTopLarge,
  #pebbleTopLargeHome,
  #pebbleTopLargeOndemand {
    display: block;
    width: 840px; } }

@media screen and (min-width: 768px) {
  .content-header.ondemand {
    margin: 30px auto;
    width: 624px; }
  .list .ondemand-item .episodes {
    float: right; }
  .ondemand .content-grid-item {
    float: left; }
  .list .only-list {
    display: inline; }
  .list .ondemand-item .episodes {
    clear: none; }
  .grid.ondemand .content-grid-item {
    /*width: 304px;*/ }
  .list .body .date {
    clear: none;
    float: right; }
  .list .ondemand-item .title {
    float: none; }
  .list.content-grid.ondemand {
    padding: 0px 30px; }
  .ondemand-item .title {
    font-size: 30px; }
  .list.content-grid.first {
    margin-left: 4px; } }

@media screen and (min-width: 1024px) {
  .content-header.ondemand {
    width: auto; }
  .content-grid.ondemand {
    width: 960px; }
  .list.content-grid.ondemand {
    padding: 0 10px; }
  .list.content-grid.first {
    margin-left: -8px; } }

@media screen and (min-width: 768px) {
  .program-playlist {
    width: 688px; }
  .content-list-item .description {
    color: #808080;
    display: block;
    height: 19px;
    padding-right: 250px; }
  .content-list-item .content-toggle {
    position: relative;
    top: -40px; }
  .current .icon-ondemand span {
    width: 84px;
    margin: 0 0 0 34px; }
  .program-playlist .artist,
  .program-playlist .song,
  .program-playlist .performer {
    display: none; }
  .program-playlist .full {
    max-width: 89%;
    display: inline; }
  .program-playlist .full strong {
    color: #FFFFFF; }
  .program-playlist .action-buy {
    color: #808080;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-left: 10px;
    display: inline;
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -moz-transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -o-transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    transition: all 300ms cubic-bezier(0.445, 0.045, 0.0355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .no-touch .program-playlist .action-buy:hover,
  .program-playlist .action-buy.active {
    color: #1EAAFF; }
  .program-playlist .action-buy:before {
    font-size: 36px;
    position: absolute;
    line-height: 19px; }
  .opera .program-playlist .action-buy:before {
    top: 12px; }
  .program-playlist .actions-popup {
    z-index: 1;
    margin-top: 15px; }
  .program-playlist .actions-popup li.preload img {
    width: 18px;
    height: 18px;
    margin: 2px 10px 0px 10px; }
  .program-playlist .actions-popup li.itunes-url {
    display: none; }
  .program-playlist .actions-popup li.cosmox-url {
    display: none; }
  .opera .program-playlist .actions-popup {
    margin-top: 30px; }
  .IE .program-playlist .actions-popup,
  .IE10 .program-playlist .actions-popup {
    margin-top: 30px;
    margin-left: 10px; }
  .program-playlist-item {
    padding: 9px 50px 9px 70px; } }

@media screen and (min-width: 1024px) {
  .content-list-item .program {
    width: 70%; }
  .program-playlist {
    width: 944px; } }

@media screen and (min-width: 768px) {
  .help h1 {
    margin-top: 2em; }
  .help h2 {
    line-height: 40px; }
  .help li {
    width: 44%;
    margin: 0 3%;
    float: left; }
  .help .double {
    margin-bottom: 2em;
    float: left; }
  .help .triple li {
    width: 27%;
    margin: 0 3%; }
  .help .triple h3,
  .help .triple p {
    text-align: left; }
  .help .triple p {
    margin-top: 1.25em; } }

@media screen and (min-width: 1024px) {
  .help .bigger {
    max-width: 80%;
    margin: 1em auto 0; }
  .help .normal {
    max-width: 80%;
    margin: 1em auto 0; }
  .help .double p {
    margin-top: 2em;
    text-align: left; }
  .help img {
    margin-right: 2em;
    margin-bottom: 2em;
    float: left; } }

body.fullscreen .usabilla_live_button_container {
  display: none; }

#widget-vrt-cookiebalk2_videoID {
  display: none; }

#widget-vrt-cookiebalk2_videoRadioPlus img {
  display: block !important; }

/*!
 * smartbanner.js v1.9.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2017 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif; }

.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center;
  color: black; }

.smartbanner__exit::after,
.smartbanner__exit::before {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: ' '; }

.smartbanner__exit::before {
  transform: rotate(45deg); }

.smartbanner__exit::after {
  transform: rotate(-45deg); }

.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px; }

.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  align-items: center;
  color: black; }

.smartbanner__info__title {
  font-size: 14px; }

.smartbanner__info__author,
.smartbanner__info__price {
  font-size: 12px; }

.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none; }

.smartbanner__button__label {
  text-align: center; }

.smartbanner.smartbanner--android {
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  box-shadow: inset 0 4px 0 #88b131; }

.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 17px;
  text-shadow: 0 1px 1px #000; }

.smartbanner.smartbanner--android .smartbanner__exit::after,
.smartbanner.smartbanner--android .smartbanner__exit::before {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  background: #b1b1b3; }

.smartbanner.smartbanner--android .smartbanner__exit:active,
.smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee; }

.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none; }

.smartbanner.smartbanner--android .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px #000; }

.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: bold; }

.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 0;
  background: none;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: bold; }

.smartbanner.smartbanner--android .smartbanner__button:active,
.smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none; }

.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none; }

.smartbanner.smartbanner--android .smartbanner__button__label:active,
.smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1; }


/*# sourceMappingURL=1.03cfde9783fc73d8a434.css.map*/