* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    outline: transparent none;
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/open-sans/OpenSans-Regular.eot');
    src: local(Open Sans), url('../fonts/open-sans/OpenSans-Regular.ttf') format('opentype');
}

body {
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
    font-family: 'Open Sans', Tahoma;
    font-size: 17px;
    /*background: url(../img/screen2.png) no-repeat center center fixed;*/
    /*-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

a {
    text-decoration: none;
    float: left;
}

    a:hover {
        text-decoration: none;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Portrait layout (default) */

/* Override JQM UI */

/* Header */
header, footer, .container section {
    background: rgba(0, 0, 0, 0.7);
}

    header h1 {
        font-weight: normal;
        padding: 6px 0 6px 50px !important;
        margin: 0 !important;
        float: left;
    }

#channelsPage h1 {
    width: 30%;
}


.ui-header {
    width: 100%;
}

.headerlogo {
    width: 48px;
    height: 48px;
}

header aside {
    /*float: right;*/
    color: #fff;
    /*padding: 16px 16px 0px 0px;
    width: 86%;*/
    padding-top: 17px;
}

    header aside li {
        display: inline-block;
        margin: 0 5px 0 20px;
        /*height:40px;*/
        font-weight: 400;
    }

        header aside li a {
            color: #fff;
        }

#channelsPage header aside li:nth-child(1) {
    width: 48%;
}

#channelsPage header aside li:nth-child(2) {
    vertical-align: top;
}

header .profile i {
    margin-right: 10px;
}

.online {
    color: green;
}

.offline {
    color: white;
}

/*.profile-offline {
    background-position: -28px -52px !important;
    color: white;
}*/

header .welcome-login {
    text-transform: uppercase;
}




header .logout {
    float: right;
}

    /*header .logout b {
        display: inline-block;
        background-position: -50px 0;
        width: 24px;
        height: 24px;
        margin-left: 10px;
}*/
    header .logout i {
        color: red;
    }

header .settings b {
    display: inline-block;
    width: 23px;
    height: 30px;
    background-position: -53px -28px;
}

header .location-name {
    position: relative;
    top: 12px;
    left: 10px;
}

header p.location-name {
    word-wrap: break-word;
    text-align: left;
    width: 7em;
    white-space: normal !important;
}

header h1 a {
    text-align: left !important;
}
/* Footer */
footer {
    height: 40px !important;
    position: absolute !important;
    bottom: 0;
    width: 100%;
}

    footer > div {
        /*width: 48%;*/
        float: left;
    }

        footer > div > div {
            float: left;
        }

    footer div li {
        display: inline-block;
        margin-left: 5%;
        padding-top: 0px;
        font-weight: 400;
        float: left;
    }

    footer div > div li {
        margin-left: 15px;
        margin-right: 15px;
    }

    footer div li a {
        color: #fff;
    }

/*footer div li a b,*/
.container > section > .list li b, .container > section > .list li i {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -25px -170px;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 10px;
}

footer .Option-Control {
    width: 53%;
    padding-top: 8px;
}

footer .Option-Control2 {
    display: none;
}

footer div li.active a b {
    background-position: -54px -157px;
}

footer div li.active a {
    color: #ff3300 !important;
}

footer div.player-controls li.prev b {
    background-position: -140px -125px;
    width: 30px;
    height: 51px;
    display: inline;
}

footer div.player-controls li.play b {
    background-position: -80px -105px;
    width: 30px;
    height: 51px;
}

footer div.player-controls li.pause b {
    background-position: -115px -105px;
    width: 30px;
    height: 51px;
}

footer div.player-controls li.next b {
    background-position: -116px -142px;
    width: 30px;
    height: 51px;
    display: inline;
}

footer div.volume-controls li.vol-low b {
    background-position: -80px -59px;
    width: 36px;
    height: 51px;
}

footer div.volume-controls li.vol-high b {
    background-position: -150px -80px;
    width: 36px;
    height: 51px;
}

footer div.volume-controls li.vol-level span {
    color: #ff6600;
    font-size: 18px;
    font-weight: 700;
    /*line-height: 51px;*/
}

footer div.shuffle-controls li.shuffle b {
    background-position: -163px -38px;
    width: 30px;
    height: 51px;
    /*display: inline;*/
    display: block;
}

.shuffle-selected {
    background-position: -161px 5px !important;
}

/*footer div.login-controls li.medicon b {
    background-position: -128px -12px;
    width: 30px;
    height: 35px;
    position: relative;
    bottom: 5px;
}*/

/*footer div.login-controls {
    text-align: right;
    width: 100%;
    padding: 5px;
}*/

/*footer div.login-controls li.medicon a {
        margin-right: 25px;
    }*/
footer div.login-controls {
    width: 100%;
    float: right;
    margin-right: 10px;
    padding: 4px;
}

volume-controls {
    margin: 0 3%;
}

.medicon {
    float: right !important;
}
/* Body Container */
.container {
    width: 100%;
    margin: 0 auto;
}

    .container > section {
        width: 45%;
        height: 515px;
        margin: 50px 0 0 22px;
        float: left;
        position: relative;
    }

        .container > section > .scrollup a {
            display: block;
            padding: 22px 0 15px;
            text-align: center;
        }

        .container > section > .scrollup b {
            background-image: url(../img/sprite.png);
            background-repeat: no-repeat;
            background-position: -25px -158px;
            width: 13px;
            height: 9px;
            display: inline-block;
        }

        .container > section > .scrolldown {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

            .container > section > .scrolldown a {
                display: block;
                padding: 15px 0 22px;
                text-align: center;
            }

            .container > section > .scrolldown b {
                background-image: url(../img/sprite.png);
                background-repeat: no-repeat;
                background-position: -39px -158px;
                width: 13px;
                height: 9px;
                display: inline-block;
            }

        .container > section > .list ul {
            height: 400px;
        }

        .container > section > .list li {
            margin: 2px 15px 1.1px;
            width: 93%;
            height: 38px;
        }

            .container > section > .list li a {
                padding: 10px 0 10px 15px;
                display: block;
                color: #FFF;
                font-weight: 400;
                float: left;
            }

                .container > section > .list li a.itemone {
                    width: 86%;
                }

                .container > section > .list li a.itemfour {
                    width: 86%;
                }

                .container > section > .list li a.itemtwo {
                    float: right;
                    padding: 12px 0 12px 12px;
                }

                .container > section > .list li a.itemthree {
                    float: right;
                    padding: 12px 0 12px 12px;
                }

            .container > section > .list li b {
                float: right;
                margin: 0 15px 0 0;
            }

            .container > section > .list li i {
                float: left;
                background-position: -40px -76px;
                width: 16px;
                height: 20px;
                margin-right: 10px;
            }

        .container > section h2 {
            color: #fff;
            margin: 0 0 10px 48px;
            font-weight: 400;
        }

.loginContainer {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 50px;
}

.currTracks {
    color: #FFF;
    float: left;
    font-size: 13px;
    width: 91%;
}

.track-title {
    font-size: 16px;
}

.track-desc {
    line-height: 21px;
}

.total-time {
    color: #FFF;
    float: right;
    font-size: 13px;
}

#channelInfo, #bioText {
    display: none;
}

.close {
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 10px;
    padding-top: 8px;
    color: #FFF;
    z-index: 100;
    width: 30px;
    height: 30px;
    text-align: center;
}

#channelInfo .list {
    padding: 15px 30px 10px;
}

#channelInfo h1 {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 0 0px;
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#channelInfo h2 {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 0px 0 10px;
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imgDetails {
    border: 4px solid #3E4011;
    min-height: 338px;
    max-height: 338px;
    padding: 15px 21px;
}

#imgSrc {
    margin-bottom: 14px;
    text-align: center;
}

    /*#imgSrc img {
        width: 100%;
        height: auto;
        max-height: 300px;
    }*/

.sliderbox {
    position: relative;
}

.sliderBar {
    background-color: #FFF;
    height: 6px;
}

.marker {
    background-color: #FF0000;
    display: block;
    height: 20px;
    position: absolute;
    top: -14px;
    width: 3px;
}

.starttime {
    color: #FF0000;
    font-size: 12px;
}

.totaltime {
    float: right;
    margin-top: 4px;
}

.biotxt > div {
    color: #FFF;
    padding-left: 0px;
    /*padding-left: 20px;*/
    float: left;
    width: 88%;
}

.biohead {
    font-size: 16px;
    padding: 11px 0;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.biodesc {
    font-size: 13px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
}

.bioicon {
    /*background: url(../img/sprite.png) no-repeat -77px -24px;*/
    width: 20px;
    height: 28px;
    display: block;
    float: right;
    margin-top: 10px;
}

#bioFullText {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px;
    color: #FFF;
}

.bbcode_artist, .bbcode_unknown {
    color: #FF0000;
}
/* Login button */

.loginContainer .ui-btn-up-c {
    color: #FFF;
    border-color: #ff6600;
    background: #ff3300;
    background: -moz-linear-gradient(top, #ff3300 0%, #ff6600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3300), color-stop(100%, #ff6600));
    background: -webkit-linear-gradient(top, #ff3300 0%, #ff6600 100%);
    background: -o-linear-gradient(top, #ff3300 0%, #ff6600 100%);
    background: -ms-linear-gradient(top, #ff3300 0%, #ff6600 100%);
    background: linear-gradient(to bottom, #ff3300 0%, #ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3300', endColorstr='#ff6600', GradientType=0 );
}

.loginContainer .ui-btn-hover-c {
    color: #FFF;
    border-color: #ff3300;
    background: #ff6600;
    background: -moz-linear-gradient(top, #ff6600 0%, #ff3300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100%, #ff3300));
    background: -webkit-linear-gradient(top, #ff6600 0%, #ff3300 100%);
    background: -o-linear-gradient(top, #ff6600 0%, #ff3300 100%);
    background: -ms-linear-gradient(top, #ff6600 0%, #ff3300 100%);
    background: linear-gradient(to bottom, #ff6600 0%, #ff3300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff3300', GradientType=0 );
}

/*.loginContainer .ui-btn-text b {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -40px -75px;
    width: 16px;
    height: 21px;
    display: block;
}*/

.loginContainer .ui-btn-text i {
    width: 16px;
    height: 21px;
    display: block;
}

.loginContainer li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.loginContainer input {
    height: 46px;
    background-color: #333;
    text-shadow: none;
    color: #fff;
    opacity: 0.8;
    position: relative;
}

.loginContainer .ui-btn-inline {
    margin: 0;
    padding: 0;
}

#loginerrtxt {
    background-color: #fff;
    opacity: 0.8;
    padding: 10px;
    color: #ff0000;
    display: none;
    text-shadow: 0 0 0 #fff;
}
/* Color Tabs */
.container > section > #channellist li {
    background-repeat: repeat-x;
}

.c1 {
    background-image: url(../img/ctabs_01.png);
}

.c2 {
    background-image: url(../img/ctabs_02.png);
}

.c3 {
    background-image: url(../img/ctabs_03.png);
}

.c4 {
    background-image: url(../img/ctabs_04.png);
}

.c5 {
    background-image: url(../img/ctabs_05.png);
}

.c6 {
    background-image: url(../img/ctabs_06.png);
}

.c7 {
    background-image: url(../img/ctabs_07.png);
}
/* Inner scrolling */

/* Override styles */


#rightSection {
    /*height: 400px;*/
}

.TrackListTitle {
    text-align: center;
    font-size: 22px;
    position: absolute;
    top: 8px;
    color: #FFF;
    width: 70%;
    z-index: 100;
    margin-left: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    height: 30px;
}

    .TrackListTitle #TrackListText {
        margin-left: auto;
        margin-right: auto;
        width: 6em;
    }

.trackWraper {
    width: 100%;
    height: 50px;
}

.selected {
    background: rgba(255,0,0,0.4);
}

selectedFav {
    background: rgba(255,0,0,0.4);
}


#channellist .playing r, #playlistlist .playing r, #favlist .playing r, #MyfavTrackLi .playing r, .selected r {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -24px -96px;
    float: right;
    width: 13px;
    height: 21px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.selected r {
    margin-top: 10px;
}

#channellist .playing {
    background: transparent !important;
}

.track-title {
    font-size: 16px;
    margin-left: 8px;
    width: 88%;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 22px;
}

.track-desc {
    line-height: 15px;
    margin-left: 7px;
    width: 88%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.total-time {
    color: #FFF;
    float: right;
    font-size: 13px;
    margin: 10px 7px 0 0;
}

.currTracks {
    color: #FFF;
    float: left;
    font-size: 13px;
    width: 85%;
}

.rightscroller li i {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    float: left;
    background-position: -192px -25px;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    display: inline-block;
}

#trackList ul {
    background: rgba(0, 0, 0, 0.7);
    list-style: none;
    margin: 0;
    padding: 0;
}

.rightscroller li {
    height: 40px;
    margin: 4px 10px 4px 10px;
}

.profile {
    /*position: relative;
	top: -5px;*/
}

#main-nav {
    display: none;
}

.drop_box {
    background: url(../img/sprite.png) no-repeat -37px -120px;
    width: 10px;
    height: 0;
    float: left;
    padding: 0px 15px 15px 15px;
    margin-top: 13px;
    cursor: pointer;
    margin-left: 10px;
}

#mobile-bar {
    display: none;
    width: 22px;
    height: 26px;
    float: left;
    padding: 0px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 15px;
}

#build-menu li a {
    color: #fff;
    font-family: 'TradeGothicLTBdCondTwenty';
    font-size: 1.000em;
    text-transform: uppercase;
}

#build-menu li {
    padding: 18px;
    background: url("../images/bg_border.png") repeat-x;
}

    #build-menu li span {
        background: url("../images/sprite.png") no-repeat scroll -4px -5px transparent;
        float: right;
        height: 20px;
        margin: 1px 0 0 8px;
        width: 20px;
    }

#build-menu ul {
    width: 208px;
}

.ui-popup-hidden {
    display: none;
}
/* Swipe works with mouse as well but often causes text selection. */
#demo-page * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* Arrow only buttons in the header. */
#demo-page .ui-header .ui-btn {
    background: none;
    border: none;
    top: 9px;
}

#demo-page .ui-header .ui-btn-inner {
    border: none;
}
/* Content styling. */
dl {
    font-family: "Times New Roman", Times, serif;
    padding: 1em;
}

dt {
    font-size: 2em;
    font-weight: bold;
}

    dt span {
        font-size: .5em;
        color: #777;
        margin-left: .5em;
    }

dd {
    font-size: 1.25em;
    margin: 1em 0 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.back-btn {
    float: right;
    margin: 0 2em 1em 0;
}
/* Blibk background */
.container > section > .colorslist li.blink_bg, .scroller li.blink_bg {
    background: #EE2CE9;
    position: relative;
    animation-name: myfirst;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    /* Firefox: */
    -moz-animation-name: myfirst;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Opera: */
    -o-animation-name: myfirst;
    -o-animation-duration: 2s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
}

.player-bt {
    width: 45%;
    padding-top: 8px;
}

@keyframes myfirst {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

@-moz-keyframes myfirst /* Firefox */ {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */ {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

@-o-keyframes myfirst /* Opera */ {
    0%; {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

.container > section > .colorslist li.blink_bg2, .scroller li.blink_bg2 {
    background: #EE2CE9;
    position: relative;
    animation-name: myfirst2;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    /* Firefox: */
    -moz-animation-name: myfirst2;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: myfirst2;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Opera: */
    -o-animation-name: myfirst2;
    -o-animation-duration: 1s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
}

@keyframes myfirst2 {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

@-moz-keyframes myfirst2 /* Firefox */ {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

@-webkit-keyframes myfirst2 /* Safari and Chrome */ {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

.blinkTrack {
    background: #EE2CE9;
    position: relative;
    height: 40px;
    animation-name: myfirst;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    /* Firefox: */
    -moz-animation-name: myfirst;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Opera: */
    -o-animation-name: myfirst;
    -o-animation-duration: 2s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
}


.eventMain {
    float: left;
    width: 86%;
    cursor: pointer;
}

.TransBg {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}


#favMsg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    z-index: 99999;
}

div#favMsgPop {
    position: absolute;
    top: 40%;
    width: 100%;
}

    div#favMsgPop p {
        font-size: 14px;
        padding: 20px;
        border-radius: 3px;
        background-color: #FEFFEE;
        font-family: 'Open Sans', Tahoma;
        text-align: center;
        width: 20%;
        margin: 0 auto;
    }
/*#channellist .itemone{
	width:92%;
}*/


.blinkTrack2 {
    background: none repeat scroll 0 0 #ee2ce9;
    height: 40px;
}

.animateFast {
    animation-duration: 500ms;
    animation-delay: 0ms;
    animation-play-state: initial;
    -moz-animation-duration: 500ms;
    -moz-animation-delay: 0ms;
    -moz-animation-play-state: initial;
    -webkit-animation-duration: 500ms;
    -webkit-animation-delay: 0ms;
    -webkit-animation-play-state: initial;
    -o-animation-duration: 500s;
    -o-animation-delay: 0ms;
    -o-animation-play-state: initial;
}

.FastblinkTrack {
    background: none repeat scroll 0 0 #ee2ce9;
    height: 40px;
}

.fakeClass {
}


.animationoff {
    animation-name: none;
    -moz-animation-name: none;
    -webkit-animation-name: none;
    -ms-animation-name: none;
}

/*#popupDialog {
    position: absolute;
    z-index: 99;
    top: 30%;
    width: 90%;
    left: 5%;
}*/

#podcastDialog {
    position: absolute;
    z-index: 99;
    top: 30%;
    width: 90%;
    left: 5%;
}

#bt_logout {
    position: relative;
    z-index: 999;
}

#overlay {
    position: absolute;
    z-index: 9;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: none;
}

/*#popupDialog .ui-content {
    width: 96.8%;
}*/

/*#popupDialog .ui-header {
    height: 40px;
    background: #222;
    background-image: linear-gradient( #444, #222 );
}*/

#podcastDialog .ui-content {
    /*width: 96.8%;*/
    float:none !important;
}

#podcastDialog .ui-header {
    height: 40px;
    background: #222;
    background-image: linear-gradient( #444, #222 );
}

.clicked {
    color: #ff6600;
}

.next-track {
}

.blinkTrackFast {
    background: #EE2CE9;
    position: relative;
    height: 40px;
    animation: 1s linear 0s infinite alternate fast;
    -moz-animation: 1s linear 0s infinite alternate fast;
    -webkit-animation: 1s linear 0s infinite alternate fast;
    -o-animation: 1s linear 0s infinite alternate fast;
}

@keyframes fast {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

@-moz-keyframes fast {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

@-webkit-keyframes fast {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

@-o-keyframes fast {
    0% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    25% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }

    75% {
        background: transparent;
        left: 0px;
        top: 0px;
    }

    100% {
        background: #EE2CE9;
        left: 0px;
        top: 0px;
    }
}

body.ui-mobile-viewport, div.ui-mobile-viewport {
    background: black !important;
}

.BufferedTrack {
    background: #EE2CE9;
}

.ui-dialog-contain .ui-checkbox input {
    left: 0px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    z-index: 1;
    clear: none;
}

.ui-dialog-contain .smart-connect-text {
    margin-left: 22px;
    clear: none;
}

.ui-dialog-contain .config-btn-back {
    margin-left: 1px !important;
}

