/*
=============================================== Media Element Player ===============================================
*/
.full-width{
    width: 100%;
}
.hide{
    display: none !important;
}

.container {
    position: relative;
    background: transparent;
    font-family: Helvetica,Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}
.container .controls {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 100%;
}
.container .controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    min-width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica,Arial,FontAwesome;
    border: 0;
}
.controls .button button,
.popout button{
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(../images/controls.svg) no-repeat;
}
.controls .button button:focus {
    outline: solid 1px yellow;
}
.controls .volume-button {
    position: relative;
    height: 18px;
}
.controls .volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.controls div.horizontal-volume-slider {
    height: 26px;
    min-width: 60px;
    position: relative;
    max-width: 80px;
}
.controls div.vertical-volume-slider {
    width: 26px;
    min-height: 60px;
    position: relative;
    max-height: 80px;
}

.controls table, .controls tr td{
    padding:0;
    margin:0;
}
#td_container {
    width: 1px;
    height: 1px;
}
body{
    margin: 0;
    overflow: hidden;
}

/*
=============================================== Font Icons + CSS Transitions ===============================================
*/
/* FONT AWESOME ICONs */
.playlist li.current:before,
.controls .show-playlist button,  .controls .hide-playlist button,
.controls .playpause-button button, .controls .mute button,  
.controls .unmute button ,.popout button {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

/* CSS TRANSITIONS */
.controls button,  .playlist li, ul#prog-page-navigation li a {
    -webkit-transition-duration: 200ms;
    -webkit-transition-property: background, color;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 200ms;
    -moz-transition-property: background, color;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: 200ms;
    -o-transition-property: background, color;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 200ms;
    transition-property: background, color;
}
/*
=============================================== Main Styles ===============================================
*/
/* -------------------- A. Main Container  -------------------- */


.container {
    background: transparent;
}
button:focus {
    outline: none !important;
}
/* Main Button Color */
.controls button {
    color: #868686;
}
/* Main Button Hover Color */
.controls button:hover {
    color: #555555;
}

.transparent-150 .controls{
    width: 40px;
    height: 130px;
    padding: 0;
    margin: 0;
}
/* -------------------- Global Layer  -------------------- */
.inner > div {
    background-color: #ffffff;
    border: 1px solid #b5b5b5; 
    border-bottom: none;
    background-image: none;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#eeeeee), to(#FFFFFF));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(bottom, #eeeeee, #FFFFFF);
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(bottom, #eeeeee, #FFFFFF);
    /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(bottom, #eeeeee, #FFFFFF);
    /* IE 10+ */
    background-image: -o-linear-gradient(bottom, #eeeeee, #FFFFFF);
    /* Opera 11.10+ */
    background-image: linear-gradient(bottom, #eeeeee 0%, #FFFFFF 100%);
}
.inner > div:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.inner > div:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom:1px solid #b5b5b5; 
}

/*hideBorders*/
.hideBorders .inner > div{
    border: none !important;
    border-radius: 0!important;
}
.hideBorders .inner > div:last-child {
    border: none!important;
    border-radius: 0!important;
}
.hideBorders .inner > div:last-child{
    border: none!important;
    border-radius: 0!important;
}

/* -------------------- Station Info  -------------------- */

.stationStatus {
    height: 15px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    left: 1px;
    position: relative;
    margin-left: -1px;
    color: #777777;
    font-size: 14px;
    line-height: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.stationInfo {
    height: 59px;
    padding-left: 4px;
    padding-top: 2px;
    left: 1px;
    position: relative;
    margin-left: -1px;
    color: #777777;
    font-size: 14px;
    line-height: 17px;
}

.stationInfo a,
.nowPlayingInfo a,
.stationStatus a{
    text-decoration: none;
    color: #777777;
}

.stationInfo a:hover,
.nowPlayingInfo a:hover,
.stationStatus a:hover{
    color: #535353;
}

.stationInfo #station-logo {
    min-width: 100px;
    min-height: 50px;
    width: 110px;
}
.stationInfo #station-logo img,
.nowPlayingInfo #station-logo img
{
    width: 100px;
    border-radius: 5px;
}

.stationInfo .station-name{
    font-size: 15px;
    font-weight: bold;
}

.stationInfo .text{
    overflow: hidden;
    max-width: 165px;
    white-space: nowrap;    
    text-overflow: ellipsis;
}

/* -------------------- Now Playing  -------------------- */

.nowPlayingInfo {   
    height: 91px;
    padding-left: 5px;
    padding-top: 4px;
    left: 1px;
    position: relative;
    margin-left: -1px;
    color: #777777;
    font-size: 14px;
    line-height: 17px;
}

.nowPlayingInfo .text{
    overflow: hidden;
    max-width: 165px;
    white-space: nowrap;    
    text-overflow: ellipsis;
}

.nowPlayingInfo .coverArt {
    min-width: 80px;
    min-height: 80px;
    width: 80px;
}
.nowPlayingInfo .coverArt img{
    width: 80px;
    height: 80px;
}

.nowPlayingInfo .station-name {
    font-size: 15px!important;
    font-weight: bold;
}

.nowPlayingInfo .station-name,
.nowPlayingInfo .station-description{   
    font-size: 12px;
    line-height: 20px;
}

.nowPlayingInfo .stationLogo,
.nowPlayingInfo .stationLogo img{
    width: 120px;
    height: 60px;
}

.nowPlayingInfo .stationLogo img{
    padding: 10px 0 10px 0;
}

.nowPlayingInfo .notReadyMessage{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    padding: 5px;
}

.transparent-150 .coverArt img{
    width: 115px;
    height: 115px;
    position: relative;
}

.share-box-buttons{
    height: 40px!important;
    border-left: 1px solid #b5b5b5 !important;
    float: right!important;
}
.share-box{
    margin-top: 7px!important;
    margin-left: 7px!important;
}
.share-facebook{
    background-image: url(../images/social_icons.png)!important;
    width: 25px!important;
    height: 25px!important;
    background-position: -30px 0px !important;
}
.share-twitter {
    background-image: url(../images/social_icons.png)!important;
    width: 25px!important;
    height: 25px!important;
    background-position: -2px 0px !important;
}
.share-google {
    background-image: url(../images/social_icons.png)!important;
    width: 25px!important;
    height: 25px!important;
    background-position: -56px 0px !important;
}
.buy-box-buttons{
    height: 25px!important;
    width: 75px;
    float: right!important;
    background-color: #e3e3e3;
    color: #777777;
    font-size: 14px!important;
    position: relative;
    top: 7px;
    right: 5px;
    border-radius: 4px;
    border: 1px solid #c6c6c6!important;
}

.buy-box-buttons a,
.buy-box-buttons span{
    color: #777777;
    text-decoration: none;    
    font-size: 14px;
    position: relative;
    top: 7px;
    margin-left: 3px;
}

.buy-box-buttons a:hover{
    color: #474747;
}

.buy-box-buttons a:before{
    padding-right: 3px;
}

.transparent-150 .buy-box-buttons{
    float: none!important;
    top:0;
    right: 0
}
.transparent-150 .buy-box-buttons a,
.transparent-150 .buy-box-buttons span{
    top:5px;
}

/* -------------------- Request message  -------------------- */

.request-messages {
    height: 18px;
    color: #777777;
    font-size: 14px;
    line-height: 17px;    
    white-space: nowrap;
    overflow: hidden;
}
.request-messages p{
    margin: 0;
}
/*.scroll-left p {
    position: absolute;
    width: 100%;   
    margin: 0;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 15s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite;
}
 Move it (define the animation) 
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
         Browser bug fix 
        -webkit-transform: translateX(100%);
         Browser bug fix 
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
         Browser bug fix 
        -webkit-transform: translateX(-100%);
         Browser bug fix 
        transform: translateX(-100%);
    }
}*/


/* -------------------- Buttons  -------------------- */

/* -------------------- A. Play/Pause Button  -------------------- */
/*.improved-skin .controls .playpause-button:hover {
    background: #f3f3f3;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));
     Safari 4+, Chrome 1-9 
    background-image: -webkit-linear-gradient(bottom, #ffffff, #f0f0f0);
     Safari 5.1+, Mobile Safari, Chrome 10+ 
    background-image: -moz-linear-gradient(bottom, #ffffff, #f0f0f0);
     Firefox 3.6+ 
    background-image: -ms-linear-gradient(bottom, #ffffff, #f0f0f0);
     IE 10+ 
    background-image: -o-linear-gradient(bottom, #ffffff, #f0f0f0);
     Opera 11.10+ 
    background-image: linear-gradient(bottom, #ffffff 0%, #f0f0f0 100%);
}*/
.container .controls {
    height: 40px;    
}
.controls .playpause-button {
    margin-right: 5px;
    height: 40px;
    width: 40px;
    outline: none;
    border-right: 1px solid #b5b5b5;
    /*border-left: 1px solid #b5b5b5;*/
    border-bottom-left-radius: 5px;
}
.improved-playlist .controls .playpause-button {
    margin-right: 0px;
}
.controls .playpause-button button {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    outline: none;
    background-image: none;
}
.controls .playpause-button button:before {
    font-size: 17px;
    content: "\f04b";
    line-height: 40px;
    text-decoration: inherit;
    display: inline-block;
}
.controls .playpause-button.stop button:before {
    font-size: 17px;
    content: "\f04d";
    line-height: 40px;
    text-decoration: inherit;
    display: inline-block;
}
.controls .playpause-button.loading button:before {
    font-size: 17px;
    content: "\f021";
    line-height: 40px;
    text-decoration: inherit;
    display: inline-block; 
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.controls .mute button {
    background: none;
    width: 20px;
    height: 40px;
    margin: 0px 0 0 -1px;
    outline: none;
    background-image: none;
}
/*.improved-skin .controls .mute button:hover {
    background: #ffffff;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));
     Safari 4+, Chrome 1-9 
    background-image: -webkit-linear-gradient(bottom, #ffffff, #f0f0f0);
     Safari 5.1+, Mobile Safari, Chrome 10+ 
    background-image: -moz-linear-gradient(bottom, #ffffff, #f0f0f0);
     Firefox 3.6+ 
    background-image: -ms-linear-gradient(bottom, #ffffff, #f0f0f0);
     IE 10+ 
    background-image: -o-linear-gradient(bottom, #ffffff, #f0f0f0);
     Opera 11.10+ 
    background-image: linear-gradient(bottom, #ffffff 0%, #f0f0f0 100%);
}*/
.controls .unmute button {
    background: none;
    width: 20px;
    height: 40px;
    margin: 0 ;
    padding: 0;
    outline: none;
    background-image: none;
}
.controls .mute button:before {
    position: relative;
    left: 1px;
    font-size: 18px;
    content: "\f028";
    line-height: 40px;
    text-decoration: inherit;
    display: inline-block;
}
.controls .unmute button:before {
    font-size: 18px;
    content: "\f026";
    line-height: 40px;
    text-decoration: inherit;
    display: inline-block;
    position: relative;
    left: -4px;
}

.popout{
    float: right;
    color: #868686;
    margin-top: -6px;
}

.popout a{
    text-decoration: none;
}

.popout button {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    outline: none;
    background-image: none;
    color: #868686;
}
.popout button:before {
    font-size: 17px;
    content: "\f08e";
    line-height: 40px;
    text-decoration: inherit;
    display: inline-block;
}

.transparent-150 .controls .playpause-button{
    border: none;
}

.transparent-150 .controls .playpause-button button:before,
.transparent-150 .controls .playpause-button.stop button:before ,
.transparent-150 .controls .playpause-button.loading button:before{
    font-size: 30px;
}

.transparent-150 .controls .mute button:before,
.transparent-150 .controls .unmute button:before {   
    line-height: 10px;
}
.transparent-150 .controls .mute button{   
    width: 45px;
    height: 18px;
    margin-left: -6px;
    margin-top: 9px;
}
.transparent-150 .controls .unmute button{   
    width: 30px;
    height: 18px;
    margin-left: 2px;
    margin-top: 9px;
}


.controls div.horizontal-volume-slider {
    margin-top: 5px;
}
.controls .horizontal-volume-slider .horizontal-volume-total {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #aaaaaa;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#c6c6c6), to(#aaaaaa));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    /* IE 10+ */
    background-image: -o-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    /* Opera 11.10+ */
    background-image: linear-gradient(bottom, #c6c6c6 0%, #aaaaaa 100%);
}
.controls .horizontal-volume-slider .horizontal-volume-current {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #666666;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#666666), to(#444444));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(bottom, #666666, #444444);
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(bottom, #666666, #444444);
    /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(bottom, #666666, #444444);
    /* IE 10+ */
    background-image: -o-linear-gradient(bottom, #666666, #444444);
    /* Opera 11.10+ */
    background-image: linear-gradient(bottom, #666666 0%, #444444 100%);
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*
===============================================  Playlist Styles ===============================================
*/

/* Start: Show/Hide Playlist*/
.controls .show-playlist,  .controls .hide-playlist {
    border-left: 1px solid #b5b5b5;
    margin: 0px !important;
    padding: 0px !important;
    height: 40px;
    width: 36px;
    margin-right: 5px;
}
.controls .hide-playlist {
    opacity: 0.8;
    background: #ffffff;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(bottom, #ffffff, #f0f0f0);
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(bottom, #ffffff, #f0f0f0);
    /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(bottom, #ffffff, #f0f0f0);
    /* IE 10+ */
    background-image: -o-linear-gradient(bottom, #ffffff, #f0f0f0);
    /* Opera 11.10+ */
    background-image: linear-gradient(bottom, #ffffff 0%, #f0f0f0 100%);

}
.controls .show-playlist button {
    width: 36px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    background: none;
}
.controls .hide-playlist button {
    width: 36px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    background: none;
}
.controls .hide-playlist button:before,  .controls .show-playlist button:before {
    font-size: 15px;
    content: "\f0ca";
    text-decoration: inherit;
    display: inline-block;
}
/*End: Show/Hide Playlist*/
/*Start: Playlist*/
.playlist {
    top: 67px;
    width: 100%;
    height: 100%;
    display: block;
}
.playlist,  .playlist ul {
    position: absolute;
    left: 0;
    background: #ffffff;
}
.playlist ul {
    max-height: 174px !important;
    width: 100%;
    overflow-y: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #b5b5b5;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.playlist li {
    margin: 0px;
    padding: 10px 20px;
    color: #777777;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #b5b5b5;
}
.playlist li:last-child {
    border-bottom: none;
}
.playlist li:hover {
    background-color: rgba(0, 0, 0, 0.06);
}
.playlist li.current {
    color: #ffffff;
    background: #bbbbbb;
    background: rgba(0, 0, 0, 0.35);
}
/*End: Playlist*/

/*
=============================================== UI override ===============================================
*/

.ui-slider-horizontal.ui-widget-content {
    webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #aaaaaa;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#c6c6c6), to(#aaaaaa));
    background-image: -webkit-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    background-image: -moz-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    background-image: -ms-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    background-image: -o-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    background-image: linear-gradient(bottom, #c6c6c6 0%, #aaaaaa 100%);
    height: 8px!important;
    width: 100%!important;
    position: absolute;
    top: 11px!important;
}

.ui-slider-horizontal .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #666666;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#666666), to(#444444));
    background-image: -webkit-linear-gradient(bottom, #666666, #444444);
    background-image: -moz-linear-gradient(bottom, #666666, #444444);
    background-image: -ms-linear-gradient(bottom, #666666, #444444);
    background-image: -o-linear-gradient(bottom, #666666, #444444);
    background-image: linear-gradient(bottom, #666666 0%, #444444 100%);
    height: 8px!important;
    min-width: 0!important;
}

.ui-slider-horizontal .ui-slider-handle{
    width: 10px;
    height: 12px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid #d3d3d3;
    background-image: none;
    background: #E6E6E6;
    color: #555555;
}

.ui-slider-vertical.ui-widget-content {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #aaaaaa;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#c6c6c6), to(#aaaaaa));
    background-image: -webkit-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    background-image: -moz-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    background-image: -ms-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    background-image: -o-linear-gradient(bottom, #c6c6c6, #aaaaaa);
    background-image: linear-gradient(bottom, #c6c6c6 0%, #aaaaaa 100%);
    width: 8px!important;
    height: 100%!important;
    position: absolute;
    top: 11px!important;
}

.transparent-150 .ui-slider-vertical.ui-widget-content {
    top: 0!important;
    margin-left: 15px;
    border: none;
}

.ui-slider-vertical .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #666666;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#666666), to(#444444));
    background-image: -webkit-linear-gradient(bottom, #666666, #444444);
    background-image: -moz-linear-gradient(bottom, #666666, #444444);
    background-image: -ms-linear-gradient(bottom, #666666, #444444);
    background-image: -o-linear-gradient(bottom, #666666, #444444);
    background-image: linear-gradient(bottom, #666666 0%, #444444 100%);
    width: 8px!important;
    min-height: 0!important;
}
.ui-slider-vertical .ui-slider-handle{
    height: 10px;
    width: 16px;
}

.ui-widget-content * {outline:none;}

/*END: UI override*/

/*
=============================================== Easy Customization ===============================================
*/

.create-station-link , .cheapest-stream-link{
    text-align: right;
    color: #5d5d5d;
    padding: 0;
    font-size: 11px!important;
    margin: 0;
}

.create-station-link a, .cheapest-stream-link a{
    color: #1f6991;
    text-decoration: none;
    font-size: 11px!important;
}

.create-station-link a:hover, .cheapest-stream-link a:hover{
    color: #1f6991;
    text-decoration: underline;
}

.wrapper_auto {
    width: 100%;
}

.wrapper_auto .nowPlayingInfo .text{   
    max-width: 80%;
}

.wrapper_450 {
    width: 450px;
}

.wrapper_450 .nowPlayingInfo .text {
    max-width: 340px;
}

.wrapper_305 {
    width: 305px;
}


.responsive-wrapper {
    height: auto !important;
}

.transparent-150{
    width:300px;   
}

.transparent-150 .nowPlayingInfo .text{
    font-size: 20px;
    line-height: 23px;
    max-width:100%;
}


/**********************250x100 size**********************/
.wrapper_250x100{
    width: 250px;
    height: 100px
}

.wrapper_250x100 .stationStatus{
    height: 10px;
    font-size: 12px;
    line-height: 11px;
}

.wrapper_250x100 .nowPlayingInfo {
    height: 60px;
    padding-left: 0px;
    padding-top: 0px;
}
.wrapper_250x100 .nowPlayingInfo .text{
    max-width: 190px;
}
.wrapper_250x100 .nowPlayingInfo .coverArt {
    min-width: 50px; 
    min-height: 50px; 
    width: 50px; 
}
.wrapper_250x100 .nowPlayingInfo .coverArt img {
    width: 50px;
    height: 50px;
}
.wrapper_250x100 .controls {
    height: 20px;
}
.wrapper_250x100 .controls .playpause-button button{
    width: 30px;
    height: 20px;   
}
.wrapper_250x100 .controls .playpause-button button:before{
    line-height: 20px;
}

.wrapper_250x100 .controls .mute button,
.wrapper_250x100 .controls .unmute button {
    height: 15px;
}

.wrapper_250x100 .controls .unmute button:before,
.wrapper_250x100 .controls .mute button:before{
    line-height: 20px;
}
.wrapper_250x100 .controls div.horizontal-volume-slider{
    height: 10px;   
    min-width: 95px;
}   
.wrapper_250x100 .ui-slider-horizontal.ui-widget-content{
    top:0!important;
}

.wrapper_250x100 .share-box-buttons{
    display: none!important;
}

.wrapper_250x100 .buy-box-buttons {
    height: 17px!important;
    top: 1px; 
    border:none!important;
}

.wrapper_250x100 .buy-box-buttons a,
.wrapper_250x100 .buy-box-buttons span{
    top: 3px;
}

.wrapper_250x100 #mute-button{
    margin-right: 12px;	
}

.wrapper_250x100 .nowPlayingInfo .stationLogo img {
    padding: 5px 0 5px 0;
}

.wrapper_250x100 .nowPlayingInfo .stationLogo,
.wrapper_250x100 .nowPlayingInfo .stationLogo img{
    width: 80px;
    height: 40px;
}

.wrapper_250x100 .nowPlayingInfo .station-name, 
.wrapper_250x100 .nowPlayingInfo .station-description{
    max-width: 155px;
}

.wrapper_250x100 .controls div{
    min-width: 16px;
}

.cheapeststream .wrapper_250x100 .nowPlayingInfo .text {
    max-width: 135px;
}

.controls .wrapper_250x100 .playpause-button{
    width: 30px;
}

/**********************300x200 size**********************/

.wrapper_300x200{
    width: 300px;
    height: 200px
}

.wrapper_300x200 .stationStatus{
    font-size: 14px;
    line-height: 17px;
}
/**********************300x250 size**********************/

.wrapper_300x250{
    width: 300px;
    height: 250px
}

.wrapper_300x250 .stationStatus{
    font-size: 14px;
    line-height: 17px;
}

.wrapper_300x250 .stationInfo {
    height: 82px;
}

.wrapper_300x250 .stationInfo table{
    width: 100%;
    padding-top: 5px;
}

.wrapper_300x250 .stationInfo #station-logo img,
.wrapper_300x250 .nowPlayingInfo #station-logo img{
    width: 120px;
}

.wrapper_300x250 .nowPlayingInfo {
    height: 116px;    
    line-height: 20px;
}
.wrapper_300x250 .nowPlayingInfo .coverArt img {
    width: 100px;
    height: 100px;
}

/**********************500x100 size**********************/
.wrapper_500x100{
    width: 500px;
    height: 100px
}
.wrapper_500x100 .stationStatus{
    height: 10px;
    font-size: 12px;
    line-height: 11px;
}

.wrapper_500x100 .stationInfo {
    max-width: 250px;
    border-right: 1px solid #b5b5b5 !important;
}
.wrapper_500x100 .stationInfo .text {
    max-width: 140px;
}
.wrapper_500x100 .nowPlayingInfo {
    height: 60px;
    padding-left: 0px;
    padding-top: 0px;
}
.wrapper_500x100 .nowPlayingInfo .text{
    max-width: 165px;
}
.wrapper_500x100 .nowPlayingInfo .coverArt {
    min-width: 50px; 
    min-height: 50px; 
    width: 50px; 
}
.wrapper_500x100 .nowPlayingInfo .coverArt img {
    width: 50px;
    height: 50px;
}
.wrapper_500x100 .controls {
    height: 20px;
}
.wrapper_500x100 .controls .playpause-button button{
    width: 30px;
    height: 20px;   
}
.wrapper_500x100 .controls .playpause-button button:before{
    line-height: 20px;
}

.wrapper_500x100 .controls .unmute button,
.wrapper_500x100 .controls .mute button{
    height: 15px;
}

.wrapper_500x100 .controls .mute button:before,
.wrapper_500x100 .controls .unmute button:before {  
    line-height: 20px;
}
.wrapper_500x100 .controls div.horizontal-volume-slider{
    height: 10px;   
    min-width: 95px;
}   
.wrapper_500x100 .ui-slider-horizontal.ui-widget-content{
    top:0!important;
}

.wrapper_500x100 .buy-box-buttons {
    height: 17px!important;
    top: 1px; 
    border:none!important;
}

.wrapper_500x100 .buy-box-buttons a,
.wrapper_500x100 .buy-box-buttons span{
    top: 3px;
}

.wrapper_500x100 .share-box-buttons {
    height: 20px!important;
}

.wrapper_500x100 .share-box {
    margin-top: 0!important;
    margin-left: 0!important;
}

.wrapper_500x100 .share-facebook {
    background-position: -23px 0px !important;
    width: 23px!important;
    height: 22px!important;
    background-size: cover;
}
.wrapper_500x100 .share-twitter {
    background-position: 0px 0px !important;
    width: 23px!important;
    height: 22px!important;
    background-size: cover;
}

.wrapper_500x100 .share-google {
    background-position: -47px 0px !important;
    width: 23px!important;
    height: 22px!important;
    background-size: cover;
}

.wrapper_500x100 #mute-button{
    margin-right: 12px;	
}
/**********************600x100 size**********************/
.wrapper_600x100{
    width: 600px;
    height: 100px
}

.wrapper_600x100 .stationStatus{
    height: 10px;
    font-size: 12px;
    line-height: 11px;
}

.wrapper_600x100 .stationInfo {
    max-width: 300px;
    border-right: 1px solid #b5b5b5 !important;
}
.wrapper_600x100 .nowPlayingInfo {
    height: 60px;
    padding-left: 0px;
    padding-top: 0px;
}
.wrapper_600x100 .nowPlayingInfo .text{
    max-width: 200px;
}
.wrapper_600x100 .nowPlayingInfo .coverArt {
    min-width: 50px; 
    min-height: 50px; 
    width: 50px; 
}
.wrapper_600x100 .nowPlayingInfo .coverArt img {
    width: 50px;
    height: 50px;
}
.wrapper_600x100 .controls {
    height: 20px;
}
.wrapper_600x100 .controls .playpause-button button{
    width: 30px;
    height: 20px;   
}
.wrapper_600x100 .controls .playpause-button button:before{
    line-height: 20px;
}
.wrapper_600x100 .controls .mute button,
.wrapper_600x100 .controls .unmute button {
    height: 15px;
}

.wrapper_600x100 .controls .unmute button:before,
.wrapper_600x100 .controls .mute button:before{
    line-height: 20px;
}
.wrapper_600x100 .controls div.horizontal-volume-slider{
    height: 10px;   
    min-width: 95px;
}   
.wrapper_600x100 .ui-slider-horizontal.ui-widget-content{
    top:0!important;
}

.wrapper_600x100 .buy-box-buttons {
    height: 17px!important;
    top: 1px; 
    border:none!important;
}

.wrapper_600x100 .buy-box-buttons a,
.wrapper_600x100 .buy-box-buttons span{
    top: 3px;
}

.wrapper_600x100 .share-box-buttons {
    height: 20px!important;
}

.wrapper_600x100 .share-box {
    margin-top: 0!important;
    margin-left: 0!important;
}

.wrapper_600x100 .share-facebook {
    background-position: -23px 0px !important;
    width: 23px!important;
    height: 22px!important;
    background-size: cover;
}
.wrapper_600x100 .share-twitter {
    background-position: 0px 0px !important;
    width: 23px!important;
    height: 22px!important;
    background-size: cover;
}

.wrapper_600x100 .share-google {
    background-position: -47px 0px !important;
    width: 23px!important;
    height: 22px!important;
    background-size: cover;
}

.wrapper_600x100 #mute-button{
    margin-right: 12px;	
}
/*
=============================================== overlay ===============================================
*/
.overlay .front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    z-index: 100;
    min-height: 105px;
}

.overlay .page-loading,
.overlay .player-notification-container {    
    color: #FFFFFF;
    z-index: 1000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    margin: auto;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.overlay .page-loading .loading-logo:before {
    font-size: 45px;
    content: "\f021";
    line-height: 50px;
    text-decoration: inherit;
    display: inline-block;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.overlay .player-notification-container .notification-icon:before {
    font-size: 35px;
    line-height: 35px;
    text-decoration: inherit;
    display: inline-block;    
}

.overlay .player-notification-container a,
.overlay .player-notification-container a:visited{
    color: #398EFA;
}

.overlay .player-notification-container a:hover{
    font-weight: 600;
}

.overlay .player-notification-container .notification-close{
    font-size: 14px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;    
}

.overlay .player-notification-container .notification-close:hover{
    font-weight: 600;
    opacity: 0.6;
}

.overlay .player-notification-container .notification-message{
    font-size: 14px;
}

/*
=============================================== Theming ===============================================
*/
/**********************dark theme start**********************/
.dark-theme .inner > div{
    background-color: #474747;
    border: 1px solid #474747; 

    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#000000), to(#474747));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(bottom, #000000, #474747);
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(bottom, #000000, #474747);
    /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(bottom, #000000, #474747);
    /* IE 10+ */
    background-image: -o-linear-gradient(bottom, #000000, #474747);
    /* Opera 11.10+ */
    background-image: linear-gradient(bottom, #000000 0%, #474747 100%);
}

.dark-theme .inner > div:last-child {
    border-bottom:1px solid #474747; 
}

.dark-theme .stationStatus, 
.dark-theme .nowPlayingInfo, 
.dark-theme .controls button,
.dark-theme .stationInfo,
.dark-theme .stationInfo a, 
.dark-theme .nowPlayingInfo a, 
.dark-theme .stationStatus a
{
    color: #bebebe;
}

.dark-theme .buy-box-buttons{
    background-color: #6b6b6b;
    color: #bebebe;        
    border: none!important;
}

.dark-theme .buy-box-buttons a,
.dark-theme .buy-box-buttons span{
    color: #bebebe;   
}

.dark-theme .buy-box-buttons a:hover{
    color: #393939;
}

.dark-theme .share-box-buttons {
    border-left: 1px solid #5f5f5f!important;
}

/*dark theme End*/


/**********************transparrent theme start**********************/
.metallic-theme .inner > div{
    background-color: #C6C6C6;
    border: 1px solid #C6C6C6;
    background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#C0C5C7), to(#ECEDED));/* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(bottom, #C0C5C7, #ECEDED);/* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(bottom, #C0C5C7, #ECEDED);/* Firefox 3.6+ */
    background-image: -ms-linear-gradient(bottom, #C0C5C7, #ECEDED);/* IE 10+ */
    background-image: -o-linear-gradient(bottom, #C0C5C7, #ECEDED);/* Opera 11.10+ */
    background-image: linear-gradient(bottom, #C0C5C7 0%, #ECEDED 100%);
}

.metallic-theme .inner > div:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.metallic-theme .stationStatus, 
.metallic-theme .nowPlayingInfo, 
.metallic-theme .controls button,
.metallic-theme .stationInfo,
.metallic-theme .stationInfo a, 
.metallic-theme .nowPlayingInfo a, 
.metallic-theme .stationStatus a
{
    color: #4c4c4c;
}

.metallic-theme .buy-box-buttons{
    color: #777777;      
}

.metallic-theme .buy-box-buttons a,
.metallic-theme .buy-box-buttons span{
    color: #777777;   
}

.metallic-theme .buy-box-buttons a:hover{
    color: #a5a5a5!important;
}

.metallic-theme .share-box-buttons {
    border-left: 1px solid #9e9e9e!important;
}

/*metallic theme End*/

/**********************transparent theme start**********************/
.transparent-theme .inner > div{
    background-color: transparent;
    background-image: none !important;
    border: 1px solid #e1e1e1;
    border-bottom: none;
}

.transparent-theme .inner > div:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.transparent-theme .stationStatus, 
.transparent-theme .nowPlayingInfo, 
.transparent-theme .controls button,
.transparent-theme .stationInfo,
.transparent-theme .stationInfo a, 
.transparent-theme .nowPlayingInfo a, 
.transparent-theme .stationStatus a
{
    color: #3c3c3c;
}

.transparent-theme .share-box-buttons {
    border-left: 1px solid #c4c4c4!important;
}

/**********************transparent theme End**********************/

/*
=============================================== Responsive Styles ===============================================
*/
/*smaller screens */

@media screen and (max-width: 680px) and (min-width:600px) {
    .transparent-150 .nowPlayingInfo .text {
        max-width: 350px!important;
    }
    .transparent-150 .coverArt img {
        width: 100px;
        height:100px;
    }
}

@media (max-width: 600px) and (min-width:500px) {
    .transparent-150 .nowPlayingInfo .text {
        max-width: 250px!important;
    }
    .transparent-150 .coverArt img {
        width: 100px;
        height:100px;
    }    
}

@media screen and (max-width: 500px) {
    .transparent-150 .nowPlayingInfo .text {
        max-width: 230px!important;
        font-size: 15px;
        line-height: 16px;
    }
    .transparent-150 .coverArt img {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 420px) {
    .transparent-150 .nowPlayingInfo .text {
        max-width: 180px!important;    
    }
    .transparent-150 .coverArt img {
        width: 80px;
        height: 80px;
    }    
}

@media screen and (max-width: 360px) {
    .transparent-150 .nowPlayingInfo .text {
        max-width: 150px!important;

    }
    .transparent-150 .coverArt img {
        width: 80px;
        height: 80px;
    }    
}