div.shiPlayer {
    top: 0;
    margin: 0;
    width: 100%;
    height: 290px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background: #176f84;
}
div.shiPlayer div.panel1 > div.top {
    position: relative;
}
div.live {
    width: inherit;
    height: inherit;
    position: relative;
    text-align: right;
}
div.live > div.bliking {
    width: 7px;
    height: 7px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
    animation: blinker 1.8s linear infinite;
}
div.live > div.bliking {
    top: 10px;
    left: auto;
    right: 10px;
}
div.live > div.icon {
    width: 100%;
    height: 100%;
}

@keyframes blinker {
    from { opacity: 0;  }
    20% { opacity: 1;  }
    80% { opacity: 1;  }
    to { opacity: 0;  }
}

@-webkit-keyframes blinker {
    from { opacity: 0;  }
    20% { opacity: 1;  }
    80% { opacity: 1;  }
    to { opacity: 0;  }
}

@-moz-keyframes blinker {
    from { opacity: 0;  }
    20% { opacity: 1;  }
    80% { opacity: 1;  }
    to { opacity: 0;  }
}

@-ms-keyframes blinker {
    from { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    to { opacity: 0; }
}
.icon-tag:before,
.icon-link:before,
.icon-power:before,
.icon-radio-tower:before,
.icon-headphones:before,
.playpausebtn.playing.icon-stop-r:before,
.icon-share:before,
.icon-volume-high:before,
.icon-history2:before,
.icon-Info:before,
.playpausebtn.icon-play-r:before {
    display: none;
}
.playpausebtn.playing.icon-stop-r img,
.playpausebtn.icon-play-r img {
    width: 80px;
}
.playpausebtn.icon-play-r img:last-child {
    display: none;
}
.playpausebtn.playing.icon-stop-r img:first-child {
    display: none;
}
div.shiPlayer div.middle > .centered-vertically, div.shiPlayer div.dashboard > .centered-vertically {
    display: block;
    vertical-align: inherit;
}
.centered-vertically {
    display: none !important;
}
div.dashboard {
    height: auto;
    background: url(../images/player-overlay.png) repeat;
}
div.dashboard > div:not(.centered-vertically) {
    height: inherit;
}
.shiPlayer .play {
    width: 90px !important;
}
.shiPlayer .share-button {
    position: relative;
}
.shiPlayer .social-networks {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
}
.shiPlayer .icon-history2:hover, .shiPlayer .icon-Info:hover {
    background: transparent;
    border-radius: 0;
}
div.dashboard > div:not(.centered-vertically) {
    width: 22px;
}
.trackTitle {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
}
.trackSinger {
    margin-top: 0;
    font-size: 14px;
}
div.shiPlayer > .blur {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    opacity: 0.8;
}
div.mainSection > .panel3 {
    text-align: left;
    background: rgba(0, 0, 0, 0.85);
    /* height: 85%; */
    height: calc(100% + 44px);
    z-index: 10;
    overflow-x: hidden;
    overflow-y: scroll;
}
div.mainSection > .panel3 > .rLogo {
    margin: 0;
    padding: 10px 0 0 10px;
    width: 100%;
    height: 90px;
    background-size: 80px;
    background-position: 15px;
}
div.mainSection > .panel3 > .rName {
    padding: 12px 0 5px 10px;
}
.shiPlayer .icon-history2.pressed, .shiPlayer .icon-Info.pressed {
    background: transparent;
    border-radius: 0;
}
div.mainSection > .panel3 > .rTags > .tg {
    border-radius: 3px;
    padding: 4px 5px 3px;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    font-size: 12px;
    line-height: 1;
    margin: 0 5px 5px 0;
    float: left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0027d+0,e33e3e+100 */
    background: #f0027d; /* Old browsers */
    background: -moz-linear-gradient(left, #f0027d 0%, #e33e3e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f0027d 0%,#e33e3e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0027d 0%,#e33e3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0027d', endColorstr='#e33e3e',GradientType=1 ); /* IE6-9 */
}
.icon-tag,
.icon-link,
.icon-power,
.icon-headphones {
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.icon-headphones {
    background-image: url(../images/headphones.svg);
}
div.mainSection > .panel3 > .rName {
    font-size: 20px;
    position: absolute;
    left: 90px;
    top: 17px;
}
div.mainSection > .panel3 > .rSite > a, span.ct {
    text-transform: uppercase;
    font-size: 14px;
}
div.mainSection > .panel3 > .rName span.ct {
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
}
.icon-power {
    background-image: url(../images/peak.svg);
}
.icon-link {
    background-image: url(../images/stream.svg);
}
.icon-tag {
    background-image: url(../images/tags.svg);
    background-size: 16px;
    height: 50px;
    vertical-align: top;
    float: left;
}
div.mainSection > .panel3 {
    overflow: hidden;
}
.panel3 .icon-Info {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 15px;
    cursor: pointer;
}
.panel3 .icon-Info img {
    width: 100%;
    display: inline-block;
}
.panel3 .icon-Info:hover {
    padding-bottom: 5px;
}
.social-networks ul {
    top: -10px;
    right: 60px;
    width: 30px;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
}
.social-networks li {
    float: none;
    width: 30px;
    font-size: 14px;
}
.social-networks ul:after {
    right: 0;
    bottom: -37px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid rgba(0, 0, 0, 0.5) !important;
}
div.panel2 > ul > li {
    height: 70px;
    color: #fff;
    background: #f0027d; /* Old browsers */
    background: -moz-linear-gradient(left, #f0027d 0%, #e33e3e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f0027d 0%,#e33e3e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0027d 0%,#e33e3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0027d', endColorstr='#e33e3e',GradientType=1 ); /* IE6-9 */
}
div.panel2 > ul > li#row0 {
    background: #000;
}
div.panel2 > ul > li > div.leftBox > .listNum {
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    position: relative;
    color: rgba(255, 255, 255, 0.50);
}
div.panel2 > ul > li#row0 > div.leftBox > .listNum {
    font-size: 20px;
}
div.mainSection > .panel2 {
    height: calc(100% + 40px);
    z-index: 10;
}
div.leftBox > p.title {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin-bottom: 2px;
    padding-top: 18px;
}
div.leftBox > p.singer, div.leftBox > p.title {
    overflow: hidden;
    text-overflow: ellipsis;
}
div.leftBox > p.singer {
    font-size: 13px;
    line-height: 1;
}
.shiPlayer p,
.shiPlayer {
    direction: ltr !important;
}
div.rightBox > .artwork {
    width: 45px;
    height: 45px;
    margin: 12px 5px 10px 0;
}
div.listNum > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
div.panel2 > ul > li > div.leftBox > .nxttrack > span, div.panel2 > ul > li#row0 > div.leftBox > .listNum > span {
    margin-left: 0;
    margin-top: 0;
}
.panel2 .icon-history2 {
    width: 25px;
    padding: 5px;
    margin: 0 !important;
    cursor: pointer;
}
.panel2 .icon-history2 img {
    width: 100%;
}
.icon-volume-high img {
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.icon-volume-high img:last-child {
    display: none;
}
.icon-volume-mute2 img:first-child {
    display: none;
}
.icon-volume-mute2 img:last-child {
    display: block;
    margin-top: 4px;
}

/* Fixed menu */

.alwisal-radio {
    position: absolute;
    right: 0;
    left: 0;
}
.fixed-bottom,
.fixed-radio {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.alwisal-radio .player-wrap {
    width: 26.66666667%;
    float: right;
    padding-left: 15px;
}
.alwisal-radio .watch-live {
    float: right;
    display: none;
    font-size: 20px;
    font-weight: 500;
    width: 25%;
    height: 80px;
    padding: 0 20px 0;
    background: #f0027d; /* Old browsers */
    background: -moz-linear-gradient(left, #f0027d 0%, #e33e3e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f0027d 0%,#e33e3e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0027d 0%,#e33e3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0027d', endColorstr='#e33e3e',GradientType=1 ); /* IE6-9 */
}
.fixed-radio .watch-live a span {
    display: inline-block;
    vertical-align: middle;
}
.fixed-radio .watch-live a {
    color: #fff;
    display: block;
    padding: 7px 0 0;
}
.fixed-radio .watch-live {
    display: block;
    text-align: center;
}
.fixed-radio .player-wrap {
    width: 75%;
    padding: 0;
}
.fixed-radio .container {
    width: 100%;
    padding: 0;
}
.fixed-radio div.shiPlayer {
    height: 80px;
    overflow: inherit;
}
.fixed-radio .playpausebtn.playing.icon-stop-r img, .fixed-radio .playpausebtn.icon-play-r img {
    width: 100%;
}
.fixed-radio div.live,
.fixed-radio .icon-history2,
.fixed-radio .icon-Info {
    display: none !important;
}
.fixed-radio div.dashboard {
    width: 22%;
    float: right;
    display: block;
    left: auto;
    right: 0;
    background: none;
}
.fixed-radio .shiPlayer .play {
    width: 55px !important;
    float: right;
    position: relative;
    right: 40px;
    top: -3px;
    margin: 10px 20px !important;
}
.fixed-radio .sound.icon-volume-high {
    position: absolute;
    right: 10px;
    top: 7px;
}
.fixed-radio .share-button {
    position: absolute;
    right: 125px;
    top: 0;
}
.fixed-radio div.mainSection {
    width: 82%;
    height: 100%;
}
.fixed-radio .trackTitle {
    margin-top: 16px;
}
.fixed-radio .trackTitle, .fixed-radio .trackSinger {
    text-align: right;
}
div.sound {
    opacity: 1;
}
.home-radio .watch-live-bottom {
    position: absolute;
    right: 10px;
    top: 290px;
    height: 67px;
    width: calc(26.66666667% - 20px);
    display: block;
}
.fixed-radio .watch-live-bottom {
    position: relative;
    right: 0;
    top: 0;
    float: right;
    width: 25%;
    height: 80px;
}
.home-radio .container {
    position: relative;
}
.home-radio .watch-live a {
    color: #fff;
}
.home-radio .watch-live a img {
    width: 63px;
}
div.panel2 > ul > li {
    position: relative;
}
div.panel2 > ul > li .like-fav {
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 0;
}
div.panel2 > ul > li .like-fav a {
    color: #fff;
}
div.panel2 > ul > li .like-fav span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
div.panel2 > ul > li .like-fav span a:last-child {
    display: none;
}
div.panel2 > ul > li .like-fav .favorite a:first-child {
    display: none;
}
div.panel2 > ul > li .like-fav .favorite a:last-child {
    display: block;
}
div.panel2 > ul > li .like-fav span a:last-child {
    display: none;
}
div.panel2 > ul > li .like-fav .liked a:first-child {
    display: none;
}
div.panel2 > ul > li .like-fav .liked a:last-child {
    display: block;
}





@media screen and (min-width:992px) and (max-width:1199px) {
    
    .alwisal-radio .watch-live {
        width: 30%;
    }
    .fixed-radio .player-wrap {
        width: 70%;
    }
    .fixed-radio div.mainSection {
        width: 75%;
    }
    .playpausebtn.playing.icon-stop-r img, .playpausebtn.icon-play-r img, .shiPlayer .play {
        width: 50px !important;
    }
    div.shiPlayer div.dashboard > div:not(.centered-vertically) {
        margin: 8px;
    }
    div.shiPlayer {
        height: 230px;
    }
    .home-radio .watch-live.fixed-right {
        top: 230px;
        width: 24.6%;
        font-size: 18px;
        height: 51px;
    }
    .home-radio .watch-live.fixed-right a img {
        width: 44px;
    }
    
    
    
    
    
    
}
@media screen and (min-width:768px) and (max-width:991px) {
    
    .alwisal-radio .watch-live {
        width: 40%;
    }
    .fixed-radio .player-wrap {
        width: 60%;
    }
    .fixed-radio div.mainSection {
        width: 65%;
    }
    .fixed-radio div.dashboard {
        width: 100%;
        pointer-events: inherit;
    }
    .playpausebtn.playing.icon-stop-r img, .playpausebtn.icon-play-r img, .shiPlayer .play {
        width: 50px !important;
    }
    div.shiPlayer div.dashboard > div:not(.centered-vertically) {
        margin: 8px;
    }
    .playpausebtn.playing.icon-stop-r img, .playpausebtn.icon-play-r img, .shiPlayer .play {
        width: 40px !important;
    }
    div.shiPlayer div.dashboard > div:not(.centered-vertically) {
        margin: 5px;
    }
    div.dashboard > div:not(.centered-vertically) {
        width: 20px;
    }
    div.shiPlayer {
        height: 170px;
    }
    .home-radio .watch-live.fixed-right {
        top: 170px;
        width: 23.9%;
        font-size: 0;
        height: 35px;
        text-align: center;
    }
    .home-radio .watch-live.fixed-right a img {
        width: 30px;
        display: inline-block;
    }
    
}

@media screen and (max-width:767px) {
    
    .alwisal-radio {
        position: relative;
        right: 0;
        left: 0;
        margin-bottom: 10px;
    }
    .fixed-radio {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        margin-bottom: 0;
    }
    .alwisal-radio .player-wrap {
        width: 100%;
        padding-left: 0;
    }
    .alwisal-radio .watch-live {
        display: none;
    }
    .fixed-radio .player-wrap {
        width: 100%;
    }
    .fixed-radio div.mainSection {
        width: 100%;
        left: auto;
        right: 120px;
    }
    .fixed-radio .shiPlayer .play {
        width: 35px !important;
        top: 3px;
        margin: 10px 10px !important;
        right: 30px;
    }
    .fixed-radio .sound.icon-volume-high {
        pointer-events: inherit;
        top: 18px;
        margin: 0 !important;
        height: 22px;
    }
    .fixed-radio .share-button {
        right: 82px;
        margin: 0 !important;
        top: 18px;
    }
    .fixed-radio div.shiPlayer {
        height: 50px;
    }
    .fixed-radio .trackTitle {
        margin-top: 3px;
    }
    .alwisal-radio .shiPlayer  {
        position: relative;
    }
    .fixed-radio {
        display: block;
    }
    .sound, .share-button {
        font-size: 0;
    }
    
}
