/* Desktop */
@media only screen and (min-device-width : 1025px) and (orientation : landscape)
                  
 {
    .welcome-login:after {
        content: "Welcome to Muuca. Please Login";
    }
    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        background: url(../img/screen2.png) no-repeat center center fixed;
        background-size: cover;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    .ui-header {
        height: 60px;
        margin-top: 0px;
    }

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer {
        height: 40px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

        footer .Option-Control {
            width: 50% !important;
            padding-top: 10px;
        }

        footer .Option-Control2 {
            display: none !important;
        }

        footer div > div li {
            margin-left: 18px;
            margin-right: 18px;
        }

        footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: medium;
            float: left;
        }

    .medicon {
        float: right !important;
        font-size: x-large;
    }

    .player-bt {
        display: block !important;
        float: right;
        padding-top: 8px;
    }

    #settings {
        position: absolute;
        z-index: 1;
        top: 105px;
        bottom: 60px;
        right: 50px;
        width: 40%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    #channelInfo {
        display: block;
    }

        #channelInfo h2 {
            line-height: 15px !important;
        }

    #channelsPage h1 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    header aside {
        width: 61%;
        float: left;
    }

    #loginPage header aside li {
        float: left;
    }

    #channelsPage header aside li:nth-child(1) {
        width: 79%;
    }

    .biotxt > div {
        width: 86%;
        margin-top: -8px;
    }

    .bioicon {
        margin-top: 30px;
    }

    /*#popupDialog .ui-content {
        width: 96.8% !important;
    }*/

    #wrapper_d {
        position: absolute;
        z-index: 1;
        top: 105px;
        bottom: 60px;
        left: 50px;
        width: 45%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 8px !important;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

    #listScroller {
        top: 50px !important;
    }

    .rightscroller .selected {
        background: rgba(255,0,0,0.4);
    }

    .rightscroller li i2 {
        float: left;
        vertical-align: middle;
        display: inline-block;
        font-size: 18px;
        margin-top: 10px;
        padding-left: 8px;
    }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }

        .scroller li {
            height: 38px;
            margin: 5px 15px 7px;
            width: 93%;
        }

            .scroller li a {
                padding: 7px 0 10px 0px;
                display: block;
                color: #FFF;
                font-weight: 400;
                float: left;
                font-size: 96%;
            }

        .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }

        .scroller li a.itemone {
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .scroller li a.itemfour {
            width: 86%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .scroller li a.itemtwo {
            float: right;
            padding: 12px 0 12px 12px;
        }

        .scroller li a.itemthree {
            float: right;
            padding: 12px 0 12px 12px;
        }

        /*This class is using only for channel list*/
        .scroller li i {
            float: left;
            /*width: 16px;
            height: 20px;*/
            margin-right: 11px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 3px;
        }

        /*PlayList is not favorite*/
        .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 10px;
            margin-right: 11px;
            margin-left: 10px;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 2px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 2px;
    }

    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    #imgSrc img {
        width: auto;
        height: auto;
        max-width: 302px;
        min-width: inherit;
        max-height: 302px;
        min-height: inherit;
    }
}

/* Ipad and Ipad mini Landscape and Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape), 
       only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

    .welcome-login:after {
            content: "Welcome to Muuca. Please Login";
        }

    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        background: url(../img/screen2.png) no-repeat center center fixed;
        background-size: cover;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    .ui-header {
        height: 60px;
        margin-top: 0px;
    }

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer {
        height: 40px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

        footer .Option-Control {
            width: 50% !important;
            padding-top: 10px;
        }

        footer .Option-Control2 {
            display: none !important;
        }

        footer div > div li {
            margin-left: 18px;
            margin-right: 18px;
        }

        footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: medium;
            float: left;
        }

    .medicon {
        float: right !important;
        font-size: x-large;
    }

    .player-bt {
        display: block !important;
        float: right;
        padding-top: 8px;
    }

    #settings {
        position: absolute;
        z-index: 1;
        top: 105px;
        bottom: 60px;
        right: 50px;
        width: 40%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    #channelInfo {
        display: block;
    }

        #channelInfo h2 {
            line-height: 15px !important;
        }

    #channelsPage h1 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    header aside {
        width: 61%;
        float: left;
    }

    #loginPage header aside li {
        float: left;
    }

    #channelsPage header aside li:nth-child(1) {
        width: 79%;
    }

    .biotxt > div {
        width: 86%;
        margin-top: 20px;
    }

    .bioicon {
        margin-top: 30px;
    }

    /*#popupDialog .ui-content {
        width: 96.8% !important;
    }*/

    #wrapper_d {
        position: absolute;
        z-index: 1;
        top: 105px;
        bottom: 60px;
        left: 50px;
        width: 45%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 8px !important;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

    #listScroller {
        top: 50px !important;
    }

    .rightscroller .selected {
        background: rgba(255,0,0,0.4);
    }

    .rightscroller li i2 {
        float: left;
        vertical-align: middle;
        display: inline-block;
        font-size: 18px;
        margin-top: 10px;
        padding-left: 8px;
    }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }

        .scroller li {
            height: 38px;
            margin: 5px 15px 7px;
            width: 93%;
        }

            .scroller li a {
                padding: 7px 0 10px 0px;
                display: block;
                color: #FFF;
                font-weight: 400;
                float: left;
                font-size: 96%;
            }

        .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }

        .scroller li a.itemone {
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .scroller li a.itemfour {
            width: 86%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .scroller li a.itemtwo {
            float: right;
            padding: 12px 0 12px 12px;
        }

        .scroller li a.itemthree {
            float: right;
            padding: 12px 0 12px 12px;
        }

        /*This class is using only for channel list*/
        .scroller li i {
            float: left;
            /*width: 16px;
            height: 20px;*/
            margin-right: 11px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 3px;
        }

        /*PlayList is not favorite*/
        .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 10px;
            margin-right: 11px;
            margin-left: 10px;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 2px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 2px;
    }

    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    #imgSrc img {
        width: auto;
        height: auto;
        max-width: 302px;
        min-width: inherit;
        max-height: 302px;
        min-height: inherit;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait), 
       only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
  
    .welcome-login:after {
            content: "Welcome to Muuca. Please Login";
        }

    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        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;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    .ui-header {
        height: 60px;
        margin-top: 0px;
    }

    /*#popupDialog .ui-content {
        width: 95.6%;
    }*/

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer {
        height: 40px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

        footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: medium;
            float: left;
        }

    .medicon {
        float: right !important;
        font-size: x-large;
    }

    .drop_box {
        margin-left: 46px;
    }

    .player-bt {
        width: 60%;
    }

    #channelsPage h1 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #channelInfo h2 {
        display: block;
    }

    footer .player-bt {
        display: block;
        width: 86%;
    }

    footer .Option-Control2 {
        display: block;
        display: none;
        padding: 10px 0px;
    }

    footer > div {
        float: left;
        width: 83%;
    }

    footer .Option-Control {
        display: none;
    }

    #mobile-bar {
        display: block;
        margin-right: 30px;
        margin-top: 10px;
        margin-left: 15px;
    }

    #wrapper_d {
        position: absolute;
        z-index: 1;
        top: 112px;
        bottom: 75px;
        left: 50px;
        width: 87%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
    }

    #loginPage header aside li {
        margin-left: 20px;
        float: left;
    }

    #channelsPage header aside {
        width: 61%;
        float: left;
    }

        #channelsPage header aside li:nth-child(1) {
            width: 67%;
        }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 25px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

    #listScroller {
        top: 50px !important;
    }

    .rightscroller .selected {
        background: rgba(255,0,0,0.4);
    }

    .rightscroller li i2 {
        float: left;
        vertical-align: middle;
        display: inline-block;
        font-size: 18px;
        margin-top: 10px;
        padding-left: 8px;
    }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 10px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }

        .scroller li {
            height: 38px;
            margin: 5px 15px 7px;
            width: 93%;
        }

            .scroller li a {
                /*padding: 10px 0 10px 0px;*/
                display: block;
                color: #FFF;
                font-weight: 400;
                float: left;
                font-size: 100%;
                padding-top: 7px;
            }

        .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }

        .scroller li a.itemone {
            width: 86%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-top: 6px;
        }

        .scroller li a.itemfour {
            width: 92%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .scroller li a.itemtwo {
            float: right;
            /*padding: 12px 0 12px 12px;*/
            margin-top: 5px;
        }

        .scroller li a.itemthree {
            float: right;
            padding: 12px 0 12px 12px;
        }


        /*This class is using only for channel list*/
        .scroller li i {
            float: left;
            margin-right: 11px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 5px;
        }

        /*PlayList is not favorite*/
        .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 10px;
            margin-right: 11px;
            margin-left: 10px;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 2px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 2px;
    }


    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    #settings {
        position: absolute;
        z-index: 1;
        top: 112px;
        bottom: 75px;
        right: 50px;
        width: 87%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    .imgDetails {
        border: 4px solid #3E4011;
        min-height: 570px;
        max-height: 570px;
        padding: 15px 21px;
    }

    #imgSrc img {
        width: auto;
        height: auto;
        max-height: 530px;
        max-width: 520px;
        min-width: 520px;
    }

    .biotxt > div {
        width: 80%;
    }

    div#favMsgPop {
        top: 20%;
    }
}

/* Iphone 6 Landscape and Portrait */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {

    .welcome-login:after {
        content: "Welcome to Muuca. Please Login";
    }

    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        background: url(../img/screen2.png) no-repeat center center fixed;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    #loginerrtxt {
        padding: 3px;
        font-size: small;
    }

    .ui-header {
        height: 35px;
        margin-top: 0px;
    }

    .headerlogo {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }

    header h1 {
        margin: 0 !important;
        float: left;
        padding: 0px !important;
        padding-left: 20px !important;
    }

    header .welcome-login {
        text-transform: uppercase;
        font-size: 11px;
    }

    header .location-name {
        position: relative;
        top: 3px;
        left: 10px;
        font-size: small;
    }

    .loginContainer input {
        height: 36px;
    }

    .loginContainer .ui-btn-inline {
        margin: 0;
        padding: 0;
        height: 34px;
        width: 34px;
    }

    .ui-btn-inner {
        padding-top: 8px;
        padding-left: 6px;
    }

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer {
        height: 25px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

        footer div.login-controls {
            padding: 3px !important;
        }

        footer .Option-Control {
            width: 50% !important;
            padding-top: 3px;
        }

        footer .Option-Control2 {
            display: none !important;
        }

        footer div > div li {
            margin-left: 12px;
            margin-right: 12px;
        }

        footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: small;
            float: left;
        }

    .medicon {
        float: right !important;
        font-size: small;
    }

    footer div.volume-controls li.vol-level span {
        font-size: small;
    }

    .player-bt {
        display: block !important;
        float: right;
        padding-top: 3px;
        width: 46%;
    }

    #channelInfo {
        display: block;
    }

        #channelInfo h2 {
            display: block;
            line-height: 8px !important;
            font-size: small;
        }

        #channelInfo .list {
            padding: 10px 15px 0px;
        }


    header aside {
        width: 68%;
        float: left;
        padding-top: 9px !important;
        font-size: small;
    }

    #loginPage header aside li {
        float: left;
    }

    #channelsPage h1 {
        width: 29%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #channelsPage header aside li:nth-child(1) {
        width: 75%;
    }

    .biotxt > div {
        width: 86%;
        margin-top: 20px;
    }

    .bioicon {
        margin-top: 30px;
    }

    /*#popupDialog .ui-content {
        width: 95.0% !important;
    }*/

    #wrapper_d {
        position: absolute;
        z-index: 1;
        top: 65px;
        bottom: 35px;
        left: 50px;
        width: 45%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 8px !important;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    #favlistwrapper {
        margin-top: 7px;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .rightscroller .selected {
            background: rgba(255,0,0,0.4);
        }

        .rightscroller li i2 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            font-size: 18px;
            margin-top: 10px;
            padding-left: 8px;
        }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }

        .scroller li {
            height: 30px;
            margin: 4px 11px 0px;
            width: 93%;
        }

            .scroller li a {
                padding: 0px 0 0px 0px;
                display: block;
                color: #FFF;
            }

        .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }

        .scroller li a.itemone {
            width: 75%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: small;
            padding-top: 5px;
        }

        .scroller li a.itemfour {
            width: 83%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: small;
            padding-top: 5px;
        }

        .scroller li a.itemtwo {
            float: right;
            padding: 10px 0px 0px 0px;
        }

        .scroller li a.itemthree {
            float: right;
            padding: 10px 0 12px 12px;
        }

        /*This class is using only for channel list*/
        .scroller li i {
            float: left;
            margin-right: 11px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 4px;
        }

        /*PlayList is not favorite*/
        .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 8px;
            margin-right: 11px;
            margin-left: 10px;
            font-size: medium;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 2px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 10px;
    }

    #listScroller {
        top: 41px !important;
    }

    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    /* track list */

    .TrackListTitle {
        font-size: medium;
    }

    .close {
        font-size: medium;
    }

    .rightscroller li i2 {
        font-size: medium;
    }

    .currTracks {
        width: 83%;
    }

    .track-title {
        font-size: small;
        height: 20px;
    }

    .track-desc {
        font-size: x-small;
        line-height: 15px;
    }

    .total-time {
        font-size: small;
        margin: 9px 7px 0 0;
    }

    .selected r {
        margin-top: 7px;
        position: absolute;
    }

    #MyfavTrackLi .playing r {
        margin-top: 0px;
    }

    /*Player Image Slider and footer text */
    #settings {
        position: absolute;
        z-index: 1;
        top: 65px;
        bottom: 35px;
        right: 50px;
        width: 40%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    .imgDetails {
        border: 4px solid #3E4011;
        min-height: 150px;
        max-height: 150px;
        padding: 0px 3px;
    }

    #imgSrc {
        margin-bottom: 4px;
        text-align: center;
    }

        #imgSrc img {
            width: auto;
            height: auto;
            max-width: 185px;
            min-width: inherit;
            max-height: 118px;
            min-height: inherit;
        }


    .sliderBar {
        background-color: #FFF;
        height: 2px;
    }

    .marker {
        background-color: #FF0000;
        display: block;
        height: 10px;
        position: absolute;
        top: -8px;
        width: 3px;
    }

    .starttime {
        color: #FF0000;
        font-size: x-small;
    }

    .biotxt > div {
        width: 86%;
        margin-top: 0px;
    }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 6px;
    }

    .biodesc {
        font-size: x-small;
        line-height: 15px;
    }

    .biohead {
        padding: 3px 0;
        width: 88%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: x-small !important;
    }

    .bioicon {
        margin-top: 3px;
        font-size: small;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {

    .welcome-login:after {
        content: "Welcome to Muuca. Please Login";
    }

    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        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;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    #loginerrtxt {
        padding: 3px;
        font-size: small;
    }

    .ui-header {
        height: 35px;
        margin-top: 0px;
    }

    /*#popupDialog .ui-content {
        width: 91.6%;
    }*/

    header aside {
        width: 66%;
        float: left;
        padding-top: 9px !important;
        font-size: small;
    }


    footer {
        height: 25px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

        footer div.login-controls {
            padding: 3px !important;
        }

        footer div > div li {
            margin-left: 12px;
            margin-right: 12px;
        }

        footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: small;
            float: left;
        }

    .medicon {
        float: right !important;
        font-size: small;
    }

    footer div.volume-controls li.vol-level span {
        font-size: small;
    }

    .drop_box {
        margin-left: 46px;
    }

    #channelInfo h2 {
        display: block;
        line-height: 12px !important;
        font-size: small;
    }

    #channelInfo .list {
        padding: 10px 15px 0px;
    }

    .biodesc {
        font-size: small;
    }

    .biohead {
        font-size: small;
    }

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer .player-bt {
        display: block;
        padding-top: 3px;
        width: 79%;
        padding-left: 13px;
    }

    footer .Option-Control2 {
        display: none;
        padding: 3px 0px;
    }

    footer > div {
        float: left;
        width: 83%;
    }

    footer .Option-Control {
        padding-top: 3px;
        display: none;
    }

    #mobile-bar {
        display: block;
        margin-right: 0px;
        margin-top: 2px;
        margin-left: 15px;
    }

    #channelsPage h1 {
        width: 21%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #wrapper_d {
        position: absolute;
        z-index: 1;
        top: 85px;
        bottom: 51px;
        left: 20px;
        width: 90%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
    }

    #loginPage header aside li {
        float: left;
    }

    #channelsPage header aside {
        width: 74%;
        float: left;
    }

        #channelsPage header aside li:nth-child(1) {
            width: 60%;
        }


    header h1 {
        margin: 0 !important;
        float: left;
        padding: 0px !important;
        padding-left: 12px !important;
    }

    .headerlogo {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }

    header .welcome-login {
        text-transform: uppercase;
        font-size: 11px;
    }

    header .location-name {
        position: relative;
        top: 3px;
        left: 10px;
        font-size: small;
    }

    .loginContainer {
        width: 85% !important;
    }

        .loginContainer input {
            height: 36px;
        }

        .loginContainer .ui-btn-inline {
            margin: 0;
            padding: 0;
            height: 34px;
            width: 34px;
        }

    .ui-btn-inner {
        padding-top: 8px;
        padding-left: 6px;
    }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 25px;
        bottom: 30px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .rightscroller .selected {
            background: rgba(255,0,0,0.4);
        }

        .rightscroller li i2 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            font-size: 18px;
            margin-top: 10px;
            padding-left: 8px;
        }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 10px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }

        .scroller li {
            height: 35px;
            margin: 5px 15px 0px;
            width: 93%;
        }

            .scroller li a {
                /*padding: 10px 0 10px 0px;*/
                display: block;
                color: #FFF;
                font-weight: 400;
                float: left;
                font-size: 100%;
                padding-top: 7px;
            }

        .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }

        .scroller li a.itemone {
            width: 76%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-top: 6px;
            font-size: 14px;
        }

        .scroller li a.itemfour {
            width: 85%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .scroller li a.itemtwo {
            float: right;
            /*padding: 12px 0 12px 12px;*/
            margin-top: 5px;
        }

        .scroller li a.itemthree {
            float: right;
            padding: 12px 0 12px 12px;
        }


        /*This class is using only for channel list*/
        .scroller li i {
            float: left;
            margin-right: 11px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 4px;
        }

        /*PlayList is not favorite*/
        .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 10px;
            margin-right: 11px;
            margin-left: 10px;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 2px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 10px;
    }


    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    #favlistscroller1 {
        top: 25px;
    }

    #listScroller {
        top: 64px !important;
    }

    #settings {
        position: absolute;
        z-index: 1;
        top: 85px;
        bottom: 51px;
        left: 20px;
        width: 90%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    .imgDetails {
        border: 4px solid #3E4011;
        min-height: 345px;
        max-height: 345px;
        padding: 8px 9px;
    }

    #imgSrc img {
        width: auto;
        height: auto;
        max-width: 283px;
        min-width: inherit;
        max-height: 300px;
        min-height: inherit;
    }


    .biotxt > div {
        width: 90%;
    }

    div#favMsgPop {
        top: 20%;
    }

    /* track list */

    .TrackListTitle {
        font-size: medium;
    }

    .close {
        font-size: medium;
    }

    .rightscroller li i2 {
        font-size: medium;
    }

    .track-title {
        font-size: small;
        height: 20px;
    }

    .track-desc {
        font-size: x-small;
        line-height: 15px;
    }

    .total-time {
        font-size: small;
        margin: 9px 7px 0 0;
    }

    .selected r {
        margin-top: 8px;
        position: absolute;
    }

    #MyfavTrackLi .playing r {
        margin-top: 0px;
    }
}

/* Iphone 6+ Landscape and Portrait */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 3) {

    .welcome-login:after {
        content: "Welcome to Muuca. Please Login";
    }

    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        background: url(../img/screen2.png) no-repeat center center fixed;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    #loginerrtxt {
        padding: 3px;
        font-size: small;
    }

    .ui-header {
        height: 35px;
        margin-top: 0px;
    }

    .headerlogo {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }

    header h1 {
        margin: 0 !important;
        float: left;
        padding: 0px !important;
        padding-left: 20px !important;
    }

    header .welcome-login {
        text-transform: uppercase;
        font-size: 11px;
    }

    header .location-name {
        position: relative;
        top: 3px;
        left: 10px;
        font-size: small;
    }

    .loginContainer input {
        height: 36px;
    }

    .loginContainer .ui-btn-inline {
        margin: 0;
        padding: 0;
        height: 34px;
        width: 34px;
    }

    .ui-btn-inner {
        padding-top: 8px;
        padding-left: 6px;
    }

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer {
        height: 25px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

        footer div.login-controls {
            padding: 3px !important;
        }

        footer .Option-Control {
            width: 50% !important;
            padding-top: 3px;
        }

        footer .Option-Control2 {
            display: none !important;
        }

        footer div > div li {
            margin-left: 12px;
            margin-right: 12px;
        }

        footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: small;
            float: left;
        }

    .medicon {
        float: right !important;
        font-size: small;
    }

    footer div.volume-controls li.vol-level span {
        font-size: small;
    }

    .player-bt {
        display: block !important;
        float: right;
        padding-top: 3px;
        width: 46%;
    }

    #channelInfo {
        display: block;
    }

        #channelInfo h2 {
            display: block;
            line-height: 8px !important;
            font-size: small;
        }

        #channelInfo .list {
            padding: 10px 15px 0px;
        }


    header aside {
        width: 61%;
        float: left;
        padding-top: 9px !important;
        font-size: small;
    }

    #loginPage header aside li {
        float: left;
    }

    #channelsPage h1 {
        width: 33%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #channelsPage header aside li:nth-child(1) {
        width: 75%;
    }

    .biotxt > div {
        width: 86%;
        margin-top: 20px;
    }

    .bioicon {
        margin-top: 30px;
    }

    /*#popupDialog .ui-content {
        width: 95.0% !important;
    }*/

    #wrapper_d {
        position: absolute;
        z-index: 1;
        top: 65px;
        bottom: 35px;
        left: 50px;
        width: 45%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 8px !important;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    #favlistwrapper {
        margin-top: 7px;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .rightscroller .selected {
            background: rgba(255,0,0,0.4);
        }

        .rightscroller li i2 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            font-size: 18px;
            margin-top: 10px;
            padding-left: 8px;
        }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }

        .scroller li {
            height: 30px;
            margin: 4px 11px 0px;
            width: 93%;
        }

            .scroller li a {
                padding: 0px 0 0px 0px;
                display: block;
                color: #FFF;
            }

        .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }

        .scroller li a.itemone {
            width: 75%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: small;
            padding-top: 5px;
        }

        .scroller li a.itemfour {
            width: 85%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: small;
            padding-top: 5px;
        }

        .scroller li a.itemtwo {
            float: right;
            padding: 10px 0px 0px 0px;
        }

        .scroller li a.itemthree {
            float: right;
            padding: 10px 0 12px 12px;
        }

        /*This class is using only for channel list*/
        .scroller li i {
            float: left;
            margin-right: 11px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 4px;
        }

        /*PlayList is not favorite*/
        .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 8px;
            margin-right: 11px;
            margin-left: 10px;
            font-size: medium;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 2px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 10px;
    }

    #listScroller {
        top: 41px !important;
    }

    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    /* track list */

    .TrackListTitle {
        font-size: medium;
    }

    .close {
        font-size: medium;
    }

    .rightscroller li i2 {
        font-size: medium;
    }

    .track-title {
        font-size: small;
        height: 20px;
    }

    .track-desc {
        font-size: x-small;
        line-height: 15px;
    }

    .total-time {
        font-size: small;
        margin: 9px 7px 0 0;
    }

    .selected r {
        margin-top: 7px;
        position: absolute;
    }

    #MyfavTrackLi .playing r {
        margin-top: 0px;
    }

    /*Player Image Slider and footer text */
    #settings {
        position: absolute;
        z-index: 1;
        top: 65px;
        bottom: 35px;
        right: 50px;
        width: 40%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    .imgDetails {
        border: 4px solid #3E4011;
        min-height: 200px;
        max-height: 200px;
        padding: 0px 3px;
    }

    #imgSrc {
        margin-bottom: 4px;
        text-align: center;
    }

        #imgSrc img {
            width: auto;
            height: auto;
            max-height: 168px;
            min-height: 168px;
            max-width: 250px;
        }

    .sliderBar {
        background-color: #FFF;
        height: 2px;
    }

    .marker {
        background-color: #FF0000;
        display: block;
        height: 10px;
        position: absolute;
        top: -8px;
        width: 3px;
    }

    .starttime {
        color: #FF0000;
        font-size: x-small;
    }

    .biotxt > div {
        width: 86%;
        margin-top: 0px;
    }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 6px;
    }

    .biodesc {
        font-size: x-small;
        line-height: 15px;
    }

    .biohead {
        padding: 3px 0;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: small !important;
    }

    .bioicon {
        margin-top: 3px;
        font-size: small;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 3) {

    .welcome-login:after {
        content: "Welcome to Muuca. Please Login";
    }

    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        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;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    #loginerrtxt {
        padding: 3px;
        font-size: small;
    }

    .ui-header {
        height: 35px;
        margin-top: 0px;
    }

    /*#popupDialog .ui-content {
        width: 91.6%;
    }*/

    header aside {
        width: 61%;
        float: left;
        padding-top: 9px !important;
        font-size: small;
    }

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer {
        height: 25px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

        footer div.login-controls {
            padding: 3px !important;
        }

        footer div > div li {
            margin-left: 12px;
            margin-right: 12px;
        }

        footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: small;
            float: left;
        }

    .medicon {
        float: right !important;
        font-size: small;
    }

    footer div.volume-controls li.vol-level span {
        font-size: small;
    }

    .drop_box {
        margin-left: 46px;
    }

    #channelInfo h2 {
        display: block;
        line-height: 12px !important;
        font-size: small;
    }

    #channelInfo .list {
        padding: 10px 15px 0px;
    }

    .biodesc {
        font-size: small;
    }

    .biohead {
        font-size: small;
    }

    footer .player-bt {
        display: block;
        padding-top: 3px;
        width: 80%;
        padding-left: 40px;
    }

    footer .Option-Control2 {
        display: none;
        padding: 3px 0px;
    }

    footer > div {
        float: left;
        width: 83%;
    }

    footer .Option-Control {
        padding-top: 3px;
        display: none;
    }

    #mobile-bar {
        display: block;
        margin-right: 0px;
        margin-top: 2px;
        margin-left: 15px;
    }

    #channelsPage h1 {
        width: 27%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #wrapper_d {
        position: absolute;
        z-index: 1;
        top: 85px;
        bottom: 51px;
        left: 20px;
        width: 90%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
    }

    #loginPage header aside li {
        float: left;
    }

    #channelsPage header aside {
        width: 70%;
        float: left;
    }

        #channelsPage header aside li:nth-child(1) {
            width: 60%;
        }


    header h1 {
        margin: 0 !important;
        float: left;
        padding: 0px !important;
        padding-left: 12px !important;
    }

    .headerlogo {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }

    header .welcome-login {
        text-transform: uppercase;
        font-size: 11px;
    }

    header .location-name {
        position: relative;
        top: 3px;
        left: 10px;
        font-size: small;
    }

    .loginContainer {
        width: 70% !important;
    }

        .loginContainer input {
            height: 36px;
        }

        .loginContainer .ui-btn-inline {
            margin: 0;
            padding: 0;
            height: 34px;
            width: 34px;
        }

    .ui-btn-inner {
        padding-top: 8px;
        padding-left: 6px;
    }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 25px;
        bottom: 30px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .rightscroller .selected {
            background: rgba(255,0,0,0.4);
        }

        .rightscroller li i2 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            font-size: 18px;
            margin-top: 10px;
            padding-left: 8px;
        }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 10px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }

        .scroller li {
            height: 35px;
            margin: 5px 15px 0px;
            width: 93%;
        }

            .scroller li a {
                /*padding: 10px 0 10px 0px;*/
                display: block;
                color: #FFF;
                font-weight: 400;
                float: left;
                font-size: 100%;
                padding-top: 7px;
            }

        .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }

        .scroller li a.itemone {
            width: 76%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-top: 6px;
            font-size: 14px;
        }

        .scroller li a.itemfour {
            width: 85%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .scroller li a.itemtwo {
            float: right;
            /*padding: 12px 0 12px 12px;*/
            margin-top: 5px;
        }

        .scroller li a.itemthree {
            float: right;
            padding: 12px 0 12px 12px;
        }


        /*This class is using only for channel list*/
        .scroller li i {
            float: left;
            margin-right: 11px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 4px;
        }

        /*PlayList is not favorite*/
        .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 10px;
            margin-right: 11px;
            margin-left: 10px;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 2px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 10px;
    }


    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    #favlistscroller1 {
        top: 25px;
    }

    #listScroller {
        top: 64px !important;
    }

    #settings {
        position: absolute;
        z-index: 1;
        top: 85px;
        bottom: 51px;
        left: 20px;
        width: 90%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    .imgDetails {
        border: 4px solid #3E4011;
        min-height: 370px;
        max-height: 370px;
        padding: 8px 9px;
    }

    #imgSrc img {
        width: auto;
        height: auto;
        max-height: 330px;
        max-width: 320px;
        min-width: 320px;
    }

    .biotxt > div {
        width: 80%;
    }

    div#favMsgPop {
        top: 20%;
    }

    /* track list */

    .TrackListTitle {
        font-size: medium;
    }

    .close {
        font-size: medium;
    }

    .rightscroller li i2 {
        font-size: medium;
    }

    .track-title {
        font-size: small;
        height: 20px;
    }

    .track-desc {
        font-size: x-small;
        line-height: 15px;
    }

    .total-time {
        font-size: small;
        margin: 9px 7px 0 0;
    }

    .selected r {
        margin-top: -11px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 0px;
    }
}

/* iPhone 2G, 3G, 4, 4S Landscape and Portrait */
/* Iphone 5 and 5S Landscape and Portrait */
/*@media only screen and (max-device-width : 320px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
     
}*/


@media only screen and (max-device-width : 320px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .welcome-login:after {
        content: "Welcome to Muuca. Please Login";
    }

    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        background: url(../img/BG320x568.png) no-repeat center center fixed;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    .medicon {
        float: right !important;
        font-size: 15px;
    }

    #loginerrtxt {
        padding: 3px;
        font-size: small;
    }

    .ui-header {
        height: 35px;
        margin-top: 0px;
    }

    /*#popupDialog .ui-content {
        width: 89.6%;
        font-size: small;
    }*/

    header aside {
        width: 77%;
        float: left;
        padding-top: 9px !important;
        font-size: small;
    }

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer {
        height: 28px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

        footer div.login-controls {
            padding: 3px !important;
        }

        footer div > div li {
            margin-left: 8px;
            margin-right: 8px;
        }

        footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: 11px;
            float: left;
        }

        footer div.volume-controls li.vol-level span {
            font-size: small;
        }

    .drop_box {
        margin-left: 46px;
    }

    #channelInfo h2 {
        display: block;
        line-height: 12px !important;
        font-size: small;
    }

    #channelInfo .list {
        padding: 10px 15px 0px;
    }

    .biodesc {
        font-size: small;
    }

    .biohead {
        padding-top: 4px;
        width: 85%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: small !important;
    }

    footer .player-bt {
        display: block;
        padding-top: 5px;
        width: 80%;
        padding-left: 20px;
        font-size: 12px !important;
    }

    footer .Option-Control2 {
        display: none;
        padding: 5px 0px;
        font-size: 7px !important;
    }

    footer > div {
        float: left;
        width: 83%;
    }

    footer .Option-Control {
        padding-top: 3px;
        display: none;
    }

    #mobile-bar {
        display: block;
        margin-right: 0px;
        margin-top: 2px;
        margin-left: 15px;
    }

    #channelsPage h1 {
        width: 25%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /*#popupDialog h1.ui-title {
        font-size: small !important;
        padding-left: 10px;
    }*/

    #wrapper_d {
        position: absolute !important;
        z-index: 1 !important;
        top: 68px !important;
        bottom: 40px !important;
        left: 16px !important;
        width: 90% !important;
        overflow: hidden !important;
        background: rgba(0, 0, 0, 0.7) !important;
    }

    #loginPage header aside li {
        float: left;
    }

    #channelsPage header aside {
        width: 70%;
        float: left;
        font-size: 12px !important;
    }

        #channelsPage header aside li:nth-child(1) {
            width: 50%;
        }

    #playername {
    }

    header h1 {
        margin: 0 !important;
        float: left;
        padding: 0px !important;
        padding-left: 12px !important;
    }

    .headerlogo {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }

    header .welcome-login {
        text-transform: uppercase;
        font-size: 11px;
    }

    header .location-name {
        position: relative;
        top: 3px;
        left: 10px;
        font-size: 12px !important;
    }

    .loginContainer {
        width: 250px;
    }

        .loginContainer input {
            height: 36px;
        }

        .loginContainer .ui-btn-inline {
            margin: 0;
            padding: 0;
            height: 28px;
            width: 29px;
        }




    .ui-btn-inner {
        padding-top: 8px;
        padding-left: 6px;
        font-size: x-small;
    }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 12px;
        bottom: 12px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .rightscroller .selected {
            background: rgba(255,0,0,0.4);
        }

        .rightscroller li i2 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            font-size: 18px;
            margin-top: 10px;
        }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 10px;
        vertical-align: middle;
        display: inline-block;
        padding-top: 7px;
        margin-top: 0px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }

        .scroller li {
            height: 33px;
            margin: 4px 10px 0px;
            width: 93%;
        }

            .scroller li a {
                /*padding: 10px 0 10px 0px;*/
                display: block;
                color: #FFF;
                font-weight: 400;
                float: left;
                font-size: 100%;
                padding-top: 7px;
            }

        .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }

        .scroller li a.itemone {
            width: 72%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-top: 6px;
            font-size: 14px;
        }

        .scroller li a.itemfour {
            width: 81%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-top: 5px;
            font-size: 16px;
        }

        .scroller li a.itemtwo {
            float: right;
            /*padding: 12px 0 12px 12px;*/
            margin-top: 5px;
        }

        .scroller li a.itemthree {
            float: right;
            padding: 12px 0 12px 12px;
        }


        /*This class is using only for channel list*/
        .scroller li i {
            float: left;
            margin-right: 15px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 5px;
        }

        /*PlayList is not favorite*/
        .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 10px;
            margin-right: 11px;
            margin-left: 10px;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 0px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 10px;
    }


    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    #favlistscroller1 {
        top: 12px;
    }

    #listScroller {
        top: 52px !important;
    }

    #settings {
        position: absolute;
        z-index: 1;
        top: 67px;
        bottom: 39px;
        left: 16px;
        width: 90%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    .imgDetails {
        border: 4px solid #3E4011;
        min-height: 215px;
        max-height: 215px;
        padding: 8px 9px;
    }


    #imgSrc img {
        width: auto;
        height: auto;
        max-height: 178px;
        max-width: none;
        min-width: initial;
    }

    .biotxt > div {
        width: 80%;
    }

    div#favMsgPop {
        top: 20%;
    }

    /* track list */

    .TrackListTitle {
        font-size: medium;
    }

    .close {
        font-size: medium;
    }

    .rightscroller li i2 {
        font-size: medium;
        padding-left: 8px;
    }

    .track-title {
        font-size: small;
        height: 20px;
    }

    .track-desc {
        font-size: x-small;
        line-height: 15px;
    }

    .total-time {
        font-size: small;
        margin: 9px 7px 0 0;
    }

    .selected r {
        margin-top: 8px;
        position: absolute;
    }

    #MyfavTrackLi .playing r {
        margin-top: 0px;
    }

    .bioicon {
        margin-top: 5px;
        font-size: small;
    }
}

/*IPHONE X*/
/*** iphone X 1.11, iphone XS (quote is OR) ***/

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio : 3) {

    .welcome-login:after {
        content: "Welcome to Muuca. Please Login";
    }

    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        background: url(../img/screen2.png) no-repeat center center fixed;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    #loginerrtxt {
        padding: 3px;
        font-size: small;
    }

    .ui-header {
        height: 35px;
        margin-top: 0px;
    }

    .headerlogo {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }

    header h1 {
        margin: 0 !important;
        float: left;
        padding: 0px !important;
        padding-left: 20px !important;
    }

    header .welcome-login {
        text-transform: uppercase;
        font-size: 11px;
    }

    header .location-name {
        position: relative;
        top: 3px;
        left: 10px;
        font-size: small;
    }

    .loginContainer input {
        height: 36px;
    }

    .loginContainer .ui-btn-inline {
        margin: 0;
        padding: 0;
        height: 34px;
        width: 34px;
    }

    .ui-btn-inner {
        padding-top: 8px;
        padding-left: 6px;
    }

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer {
        height: 25px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

        footer div.login-controls {
            padding: 3px !important;
        }

        footer .Option-Control {
            width: 50% !important;
            padding-top: 3px;
        }

        footer .Option-Control2 {
            display: none !important;
        }

        footer div > div li {
            margin-left: 12px;
            margin-right: 12px;
        }

        footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: small;
            float: left;
        }

    .medicon {
        float: right !important;
        font-size: small;
    }

    footer div.volume-controls li.vol-level span {
        font-size: small;
    }

    .player-bt {
        display: block !important;
        float: right;
        padding-top: 3px;
        width: 46%;
    }

    #channelInfo {
        display: block;
    }

        #channelInfo h2 {
            display: block;
            line-height: 8px !important;
            font-size: small;
        }

        #channelInfo .list {
            padding: 10px 15px 0px;
        }


    header aside {
        width: 68%;
        float: left;
        padding-top: 9px !important;
        font-size: small;
    }

    #loginPage header aside li {
        float: left;
    }

    #channelsPage h1 {
        width: 29%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #channelsPage header aside li:nth-child(1) {
        width: 75%;
    }

    .biotxt > div {
        width: 86%;
        margin-top: 20px;
    }

    .bioicon {
        margin-top: 30px;
    }

    /*#popupDialog .ui-content {
        width: 95.0% !important;
    }*/

    #wrapper_d {
        position: absolute;
        z-index: 1;
        top: 65px;
        bottom: 35px;
        left: 50px;
        width: 45%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 8px !important;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    #favlistwrapper {
        margin-top: 7px;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .rightscroller .selected {
            background: rgba(255,0,0,0.4);
        }

        .rightscroller li i2 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            font-size: 18px;
            margin-top: 10px;
            padding-left: 8px;
        }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

        .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }

        .scroller li {
            height: 30px;
            margin: 4px 11px 0px;
            width: 93%;
        }

            .scroller li a {
                padding: 0px 0 0px 0px;
                display: block;
                color: #FFF;
            }

        .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }

        .scroller li a.itemone {
            width: 75%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: small;
            padding-top: 5px;
        }

        .scroller li a.itemfour {
            width: 83%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: small;
            padding-top: 5px;
        }

        .scroller li a.itemtwo {
            float: right;
            padding: 10px 0px 0px 0px;
        }

        .scroller li a.itemthree {
            float: right;
            padding: 10px 0 12px 12px;
        }

        /*This class is using only for channel list*/
        .scroller li i {
            float: left;
            margin-right: 11px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 4px;
        }

        /*PlayList is not favorite*/
        .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 8px;
            margin-right: 11px;
            margin-left: 10px;
            font-size: medium;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 2px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 10px;
    }

    #listScroller {
        top: 41px !important;
    }

    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    /* track list */

    .TrackListTitle {
        font-size: medium;
    }

    .close {
        font-size: medium;
    }

    .rightscroller li i2 {
        font-size: medium;
    }

    .currTracks {
        width: 83%;
    }

    .track-title {
        font-size: small;
        height: 20px;
    }

    .track-desc {
        font-size: x-small;
        line-height: 15px;
    }

    .total-time {
        font-size: small;
        margin: 9px 7px 0 0;
    }

    .selected r {
        margin-top: 7px;
        position: absolute;
    }

    #MyfavTrackLi .playing r {
        margin-top: 0px;
    }

    /*Player Image Slider and footer text */
    #settings {
        position: absolute;
        z-index: 1;
        top: 65px;
        bottom: 35px;
        right: 50px;
        width: 40%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    .imgDetails {
        border: 4px solid #3E4011;
        min-height: 150px;
        max-height: 150px;
        padding: 0px 3px;
    }

    #imgSrc {
        margin-bottom: 4px;
        text-align: center;
    }

        #imgSrc img {
            width: auto;
            height: auto;
            max-width: 185px;
            min-width: inherit;
            max-height: 118px;
            min-height: inherit;
        }


    .sliderBar {
        background-color: #FFF;
        height: 2px;
    }

    .marker {
        background-color: #FF0000;
        display: block;
        height: 10px;
        position: absolute;
        top: -8px;
        width: 3px;
    }

    .starttime {
        color: #FF0000;
        font-size: x-small;
    }

    .biotxt > div {
        width: 86%;
        margin-top: 0px;
    }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 6px;
    }

    .biodesc {
        font-size: x-small;
        line-height: 15px;
    }

    .biohead {
        padding: 3px 0;
        width: 88%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: x-small !important;
    }

    .bioicon {
        margin-top: 3px;
        font-size: small;
    }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio : 3) {

    .loginContainer:after {
        content: "Welcome to Muuca. Please Login";
        color:wheat;
    }

    body {
        background-color: black;
    }

    #loginPage, #channelsPage {
        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;
        background-color: black;
    }

    .Status {
        height: 20px;
        margin-top: 0px;
        background-color: #4d4d4d;
        min-height: 20px;
    }

    #loginerrtxt {
        padding: 3px;
        font-size: small;
    }

    .ui-header {
        height: 35px;
        margin-top: 0px;
    }

    /*#popupDialog .ui-content {
        width: 91.6%;
    }*/

    header aside {
        width: 80%;
        float: right;
        padding-top: 9px !important;
        font-size: small;
    }

    footer {
        height: 25px !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%;
    }

    footer div.login-controls {
            padding: 3px !important;
        }

    footer div > div li {
       margin-left: 12px;
       margin-right: 12px;
   }

    footer div li {
            display: inline-block;
            margin-left: 5%;
            padding-top: 0px;
            font-size: small;
            float: left;
        }

    .medicon {
        float: right !important;
        font-size: small;
    }

    footer div.volume-controls li.vol-level span {
        font-size: small;
    }

    .drop_box {
        margin-left: 46px;
    }

    #channelInfo h2 {
        display: block;
        line-height: 12px !important;
        font-size: small;
    }

    #channelInfo .list {
        padding: 10px 15px 0px;
    }

    .biodesc {
        font-size: small;
    }

    .biohead {
        font-size: small;
    }

    .profile {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
       
    }

    .notch {
        margin-top: 40px;
    }
    
    footer .player-bt {
        display: block;
        padding-top: 3px;
        width: 79%;
        padding-left: 13px;
    }

    footer .Option-Control2 {
        display: none;
        padding: 3px 0px;
    }

    footer > div {
        float: left;
        width: 83%;
    }

    footer .Option-Control {
        padding-top: 3px;
        display: none;
    }

    #mobile-bar {
        display: block;
        margin-right: 0px;
        margin-top: 2px;
        margin-left: 15px;
    }

    #channelsPage h1 {
        width: 21%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #wrapper_d {
        position: absolute;
        z-index: 1;
        top: 85px;
        bottom: 51px;
        left: 20px;
        width: 90%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
    }

    #loginPage header aside li {
        float: right;
    }

    #channelsPage header aside {
        width: 74%;
        float: left;
    }

    #channelsPage header aside li:nth-child(1) {
            width: 60%;
        }

    header h1 {
        margin: 0 !important;
        float: left;
        padding: 0px !important;
        padding-left: 12px !important;
    }

    .headerlogo {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }

    header .welcome-login {
        text-transform: uppercase;
        font-size: 11px;
    }

    header .location-name {
        position: relative;
        top: 3px;
        left: 10px;
        font-size: small;
    }

    .loginContainer {
        width: 85% !important;
    }

    .loginContainer input {
            height: 36px;
        }

    .loginContainer .ui-btn-inline {
            margin: 0;
            padding: 0;
            height: 34px;
            width: 34px;
        }

    .ui-btn-inner {
        padding-top: 8px;
        padding-left: 6px;
    }

    .wrapper {
        position: absolute;
        z-index: 1;
        top: 25px;
        bottom: 30px;
        width: 100%;
        overflow: auto;
    }

    .rightwrapper {
        position: absolute;
        z-index: 1;
        top: 35px;
        bottom: 10px;
        width: 100%;
        overflow: auto;
    }

    .rightscroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

    .rightscroller .selected {
            background: rgba(255,0,0,0.4);
        }

    .rightscroller li i2 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            font-size: 18px;
            margin-top: 10px;
            padding-left: 8px;
        }

    .ToogleTrackFavorite i {
        float: left;
        margin-right: 10px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
    }

    .scroller {
        position: absolute;
        z-index: 1; /*	-webkit-touch-callout:none;*/
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        padding: 0;
    }

    .scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
            height: 400px;
        }
    
    .scroller li {
            height: 35px;
            margin: 5px 15px 0px;
            width: 93%;
        }
    
    .scroller li a {
                /*padding: 10px 0 10px 0px;*/
                display: block;
                color: #FFF;
                font-weight: 400;
                float: left;
                font-size: 100%;
                padding-top: 7px;
            }
    
    .scroller > li b {
            float: right;
            margin: 0 15px 0 0;
        }
    
    .scroller li a.itemone {
            width: 76%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-top: 6px;
            font-size: 14px;
        }
    
    .scroller li a.itemfour {
            width: 85%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    
    .scroller li a.itemtwo {
            float: right;
            /*padding: 12px 0 12px 12px;*/
            margin-top: 5px;
        }
    
    .scroller li a.itemthree {
            float: right;
            padding: 12px 0 12px 12px;
        }

    /*This class is using only for channel list*/
    .scroller li i {
            float: left;
            margin-right: 11px;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
            margin-top: 4px;
        }

    /*PlayList is not favorite*/
    .scroller li i1 {
            float: left;
            vertical-align: middle;
            display: inline-block;
            padding-top: 10px;
            margin-right: 11px;
            margin-left: 10px;
        }

    .notfav {
        color: white;
    }

    .fav {
        color: #ff6600;
    }

    #channellist .playing r, #playlistlist .playing r, #favlist .playing r {
        margin-top: 2px;
    }

    #MyfavTrackLi .playing r {
        margin-top: 10px;
    }

    .scroller li b {
        vertical-align: middle;
        width: 24px;
        height: 20px;
        display: inline-block;
        float: right;
        margin: -2px 8px 0 0;
    }

    #favlistscroller1 {
        top: 25px;
    }

    #listScroller {
        top: 64px !important;
    }

    #settings {
        position: absolute;
        z-index: 1;
        top: 85px;
        bottom: 51px;
        left: 20px;
        width: 90%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }

    .playall {
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 200;
    }

    .imgDetails {
        border: 4px solid #3E4011;
        min-height: 345px;
        max-height: 345px;
        padding: 8px 9px;
    }

    #imgSrc img {
        width: auto;
        height: auto;
        max-width: 283px;
        min-width: inherit;
        max-height: 300px;
        min-height: inherit;
    }

    .biotxt > div {
        width: 90%;
    }

    div#favMsgPop {
        top: 20%;
    }

    /* track list */

    .TrackListTitle {
        font-size: medium;
    }

    .close {
        font-size: medium;
    }

    .rightscroller li i2 {
        font-size: medium;
    }

    .track-title {
        font-size: small;
        height: 20px;
    }

    .track-desc {
        font-size: x-small;
        line-height: 15px;
    }

    .total-time {
        font-size: small;
        margin: 9px 7px 0 0;
    }

    .selected r {
        margin-top: 8px;
        position: absolute;
    }

    #MyfavTrackLi .playing r {
        margin-top: 0px;
    }
}

