/**
* Embed Player
* @author ninathecoder
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* Global font config for player, you can set your font here */
#embed_bottom_player svg * {
    fill: #ededed;
    fill-rule: evenodd;
}
.embed_before_load {

}
.embed_before_load #embed_display *, .embed_before_load #embed_list_container, .embed_before_load #embed_list_icon #embed_list_icon_badge {
    display: none;
}
/*#embed_bottom_player.init {
    position: fixed;
    height: 61px;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #3d3d3d;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    z-index: 500;
}*/

#embed_bottom_player.init {
    position: relative;
    height: 61px;
    top: -11px;
    left: -1px;
    max-width: 600px;
    width: 100.5%;
    border: 1px solid #d8d8d8;
    border-top: 0px;
    line-height: initial;
    text-align: initial;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    z-index: 500;
}


/*#embed_bottom_player {
    font-size: 13px;
    bottom: 130px;
    transition: all .5s;
    position: fixed;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    border-top: solid 1px #3d3d3d;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    z-index: 500;
}*/

#embed_bottom_player {
    font-size: 13px;
    top: -11px;
    transition: all .5s;
    position: relative;
    left: -1px;
    right: 0;
    height: 61px;
    max-width: 600px;
    width: 100.5%;
    border: 1px solid #d8d8d8;
    border-top: 0px;
    line-height: initial;
    text-align: initial;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    z-index: 500;
}

#embed_list_middle li {
    line-height: normal;
}
#embed_list_middle li a {
    cursor: pointer;
}
.embed_hidden {
    display: none;
}
/* For icon set */
#embed_bottom_player .embed_play_button #embed_icon_pause {
    display: none;
}
#embed_bottom_player .embed_pause_button #embed_icon_play {
    display: none;
}

#embed_bottom_player #embed_large_repeat #embed_icon_repeat_one {
    display: none;
}
#embed_bottom_player #embed_large_repeat.embed_repeat_one #embed_icon_repeat_one {
    display: block;
}
#embed_bottom_player #embed_large_repeat.embed_repeat_one #embed_icon_repeat_one * {
    fill: #4fa6d3;
    fill-rule: evenodd;
}
#embed_bottom_player #embed_large_repeat.embed_repeat_one #embed_icon_repeat_all {
    display: none;
}
#embed_bottom_player #embed_large_repeat.embed_repeat_all #embed_icon_repeat_all * {
    fill: #4fa6d3;
    fill-rule: evenodd;
}
#embed_bottom_player #embed_large_shuffle.embed_shuffle_enabled * {
    fill: #4fa6d3;
    fill-rule: evenodd;
}
#embed_bottom_player #embed_volume_speaker.embed_volume_on > #embed_volume_off {
    display: none;
}
#embed_bottom_player #embed_volume_speaker.embed_volume_off > #embed_volume_on {
    display: none;
}
/* end icon set */

#embed_bottom_controls {
    float: left;
    margin-left: 35px;
}

#embed_bottom_controls #embed_play_button{
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 18px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
#embed_bottom_controls #embed_prev_button, #embed_bottom_controls #embed_next_button {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 23px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

#embed_large_repeat, #embed_large_shuffle, #embed_volume_speaker {
    float: right;
    width: 18px;
    height: 18px;
    margin-top: 21px;
    margin-right: 15px;
    cursor: pointer;
}
#embed_list_icon {
    float: right;
    width: 60px;
    height: 60px;
    border-left: solid 1px #000;
    cursor: pointer;

}
#embed_list_icon svg {
    width: 14px;
    height: 14px;
    margin-top: 23px;
    margin-left: 23px;
    transform: rotate(180deg);
}
#embed_bottom_player.init #embed_list_icon svg {
    transform: rotate(0deg);
}
#embed_list_icon #embed_list_icon_badge {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 10px;
    color: #49596a;
    width: 16px;
    height: 16px;
    background: #ffff;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
}
#embed_display {
    position: absolute;
    top: 7px;
    height: 44px;
    left: 160px;
    right: 185px;
    background: #1b1b1b;
    border: solid 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#embed_coverart {
    width: 36px;
    height: 36px;
    float: left;
    margin: 4px;
    background-size: cover !important;
}
#embed_display_text {
    margin-left: 44px;
    padding-top: 2px;
}
#embed_display_text #embed_display_post {
    display: none;
}
#embed_display_text #embed_display_song {
    color: #fff;
    font-size: 12px;
    margin-top: 6px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-right: 10px;
    margin-left: 5px;
}
#embed_display_text #embed_display_artist {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
}
#embed_display_time {
}
#embed_display_time_count {
    position: absolute;
    bottom: 3px;
    font-size: 10px;
    color: #fff;
    left: 50px;
    font-weight: normal;
}

#embed_display_time_total {
    position: absolute;
    bottom: 3px;
    font-size: 10px;
    color: #fff;
    right: 8px;
    font-weight: normal;
}

#embed_display_progress {
    position: absolute;
    bottom: 8px;
    height: 6px;
    left: 80px;
    right: 40px;
    z-index: 50;
    background: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#embed_display_processbuffered {
    position: absolute;
    width: 0;
    height: 6px;
    bottom: 8px;
    left: 80px;
    z-index: 60;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #383838;
    background-image: -moz-linear-gradient(top, #3b3b3b, #333333);
    background-image: -ms-linear-gradient(top, #3b3b3b, #333333);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3b3b), to(#333333));
    background-image: -webkit-linear-gradient(top, #3b3b3b, #333333);
    background-image: -o-linear-gradient(top, #3b3b3b, #333333);
    background-image: linear-gradient(top, #3b3b3b, #333333);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#3b3b3b', endColorstr='#333333', GradientType=0);
}
#embed_display_progressed {
    position: absolute;
    width: 0;
    height: 6px;
    bottom: 8px;
    left: 80px;
    z-index: 70;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f88800;
    background-image: -moz-linear-gradient(top, #f99a00, #f66c00);
    background-image: -ms-linear-gradient(top, #f99a00, #f66c00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f99a00), to(#f66c00));
    background-image: -webkit-linear-gradient(top, #f99a00, #f66c00);
    background-image: -o-linear-gradient(top, #f99a00, #f66c00);
    background-image: linear-gradient(top, #f99a00, #f66c00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f99a00', endColorstr='#f66c00', GradientType=0);
}
#embed_display_seek_thumb {
    position: absolute;
    margin-left: 76px;
    z-index: 1000;
    bottom: 4px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 2px rgba(0,0,0,.6),inset 0 -1px 0 rgba(0,0,0,.1);
    background-color: #fff;
    background: linear-gradient(180deg,#fff 0,#ededed);
    border-radius: 7px;
}
#embed_volume_back {
    position: absolute;
    width: 25px;
    height: 130px;
    right: 72px;
    bottom: 50px;
    background: #1b1b1b;
    border: solid 1px #000;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    z-index: 6000;
}
#embed_volume_back.embed_volume_over {
    display: block;
}
#embed_volume_slider {
    position: absolute;
    bottom: 8px;
    top: 8px;
    left: 9px;
    right: 9px;
    z-index: 50;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #383838;
    background-image: -moz-linear-gradient(top, #3b3b3b, #333333);
    background-image: -ms-linear-gradient(top, #3b3b3b, #333333);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3b3b), to(#333333));
    background-image: -webkit-linear-gradient(top, #3b3b3b, #333333);
    background-image: -o-linear-gradient(top, #3b3b3b, #333333);
    background-image: linear-gradient(top, #3b3b3b, #333333);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#3b3b3b', endColorstr='#333333', GradientType=0);

}


#embed_volume_thumb {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #f77f00;
    border-radius: 6px;
    left: -3px;
}
#embed_list_container {
    z-index: 5000;
    display: none;
}
#embed_list_middle {
    -webkit-overflow-scrolling: touch;
}

#embed_list_middle::-webkit-scrollbar {
width: 10px;
}

#embed_list_container .embed_current_playlist_play_button img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
#embed_list_middle li.sortable-ghost {
    background-color: #89b81a !important;
}
#embed_list_middle li.sortable-ghost a {
    color: #eee !important;
}
.embed_sortable_drag {
    /*display:  none;*/
    opacity: 0;
}
#embed_list_container .embed_current_playlist_play_button .embed_current_playlist_playpause_button {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    cursor: pointer;
}
#embed_list_container .embed_current_playlist_play_button .embed_current_playlist_playpause_button::after {
    content: '';
    background: url("icons/ic_play_arrow_24px.svg") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 50%;
    visibility: hidden;
}
#embed_list_container .embed_current_playlist_row:hover > .embed_current_playlist_play_button .embed_current_playlist_playpause_button, #embed_list_container .embed_current_playlist_row:hover > .embed_current_playlist_play_button .embed_current_playlist_playpause_button::after {
    visibility: visible;
}




/* css for playlist skin ninacoder 1 */

#embed_bottom_player.embedplayer1 {
    bottom: 0;
}
.embedplayer1 #embed_list_container {
    position: fixed;
    right: 0;
    width: 350px;
    top: 0;
    bottom: 60px;
    background: #000;
    transition: all .5s;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);

}
#embed_bottom_player.embedplayer1 #embed_list_header {
    height: 40px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#embed_bottom_player.embedplayer1 #embed_list_header #embed_site_logo {
    width: 100px;
    background: url("images/logo_orange.png");
    height: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 8px;
    transition: all .5s;
}
#embed_bottom_player.embedplayer1.init #embed_list_header #embed_site_logo {
    width: 60px;
    margin: 6px;
    left: 0;
    transition: all .5s;
}
#embed_bottom_player.embedplayer1 #embed_list_header #embed_site_logo #embed_logo_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#embed_bottom_player.embedplayer1.init #embed_list_container {
    position: fixed;
    right: -282px;
    width: 350px;
    top: 0;
    bottom: 60px;
    background: #000
}
#embed_bottom_player.embedplayer1.init #embed_list_middle li {
    background: none !important;
}
#embed_bottom_player.embedplayer1.init .embed_current_playlist_play_button {
    margin: 5px 10px 5px 0;
}

.embedplayer1 #embed_list_middle {
    list-style: none;
    padding: 0 8px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    margin: 0;
}
.embedplayer1 #embed_list_middle li {
    width: 100%;
    height: 60px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #2d2d2d;
    border-radius: 4px;
    margin-bottom: 5px;
}
.embedplayer1 #embed_list_middle li.embed_playing {
    background: #f67000;
}

.embedplayer1 .embed_current_playlist_play_button {
    width: 50px;
    height: 50px;
    float: left;
    margin: 5px 10px 5px 5px;
    position: relative;
}
.embedplayer1 #embed_list_container .embed_current_playlist_play_button img {
    border-radius: 0;
}
.embedplayer1 #embed_list_container .embed_current_playlist_play_button .embed_current_playlist_playpause_button::after {
    background-size: 80%;
}

.embedplayer1 #embed_list_middle li .embed_current_playlist_songtitle {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 35px;
    margin-top: 5px;
}
.embedplayer1 #embed_list_middle li .embed_current_playlist_artist {
    color: #8a8b8c;
    font-size: 13px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 35px;
    margin-top: 5px;
}
.embedplayer1 #embed_list_middle li.embed_playing .embed_current_playlist_artist {
    color: #cececf;
}
.embedplayer1 .embed_list_remove {
    position: absolute;
    right: 10px;
    background: url("icons/ic_remove_circle_outline_white_24px.svg");
    top: 20px;
    cursor: pointer;
    visibility: hidden;
    color: #49596a;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transition: opacity .2s;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(10,30,44,.1);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center center;
}
#embed_bottom_player.embedplayer1 #embed_list_icon svg {
    margin-top: 25px;
    margin-left: 25px;
    transform: rotate(0deg);
}
#embed_bottom_player.embedplayer1.init #embed_list_icon svg {
    margin-top: 25px;
    margin-left: 25px;
    transform: rotate(180deg);
}
.embedplayer1 #embed_list_middle li:hover > .embed_list_remove {
    visibility: visible;
}

/* responsive style for ninacoder 1 */
@media (max-width: 767px) {
    #embed_bottom_player.embedplayer1.init #embed_list_container {
        right: -100% !important;
    }
    #embed_bottom_player.embedplayer1 #embed_list_container {
        width: 100% !important;
    }
/*    .embedplayer1 #embed_volume_speaker, .embedplayer1 #embed_large_repeat, .embedplayer1 #embed_display { */
    .embedplayer1 #embed_volume_speaker, .embedplayer1 #embed_large_repeat {
	display: none;
    }
    .embedplayer1 #embed_bottom_controls {
        margin-left: 10px;
    }
    .embedplayer1 .embed_list_remove {
        visibility: visible;
    }
}
/* style for skin groove shark 2 */
.embedplayer2 #embed_list_container {
    position: absolute;
    right: 0;
    width: 100%;
    top: 59px;
    background: #000;
    height: 131px;
}
#embed_bottom_player.embedplayer2 #embed_large_repeat svg *, #embed_bottom_player.embedplayer2 #embed_large_shuffle svg * {
    fill: #888;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer2 #embed_large_repeat svg:hover > *, #embed_bottom_player.embedplayer2 #embed_large_shuffle svg:hover > * {
    fill: #BBB;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer2 #embed_large_repeat.embed_repeat_one #embed_icon_repeat_one *, #embed_bottom_player.embedplayer2 #embed_large_repeat.embed_repeat_all #embed_icon_repeat_all * {
    fill: #fff;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer2 #embed_large_shuffle.embed_shuffle_enabled * {
    fill: #fff;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer2 #embed_large_shuffle.embed_shuffle_enabled svg:hover > * {
    fill: #fff;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer2 #embed_volume_off * {
    fill: #888;
    fill-rule: evenodd;
}
.embedplayer2 #embed_prev_button.disabled svg *, .embedplayer2 #embed_next_button.disabled svg * {
    fill: #666;
    fill-rule: evenodd;
}

.embedplayer2 #embed_list_middle {
    list-style: none;
    padding: 5px;
    margin: 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}
.embedplayer2 #embed_list_middle li {
    width: 82px;
    height: 120px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #2d2d2d;
    border-radius: 4px;
    margin-right: 5px;
    display: inline-block;
}


.embedplayer2 #embed_list_middle li.embed_playing {
    background: #f67000;
}


.embedplayer2 .embed_current_playlist_play_button {
    width: 74px;
    height: 74px;
    margin: 4px;
    position: relative;
}
.embedplayer2 #embed_list_middle li .embed_current_playlist_songtitle {
    color: #fff;
    font-size: 11px;
    margin-top: 3px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 3px 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 76px;
    text-align: center;
    display: block;
}
.embedplayer2 #embed_list_middle li .embed_current_playlist_artist {
    color: #666;
    font-size: 10px;
    bottom: 8px;
    text-decoration: none;
    padding: 0 3px;
    width: 82px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;

}
.embedplayer2 #embed_list_middle li.embed_playing .embed_current_playlist_artist {
    color: #fff;
}
.embedplayer2 #embed_list_icon svg {
    transform: rotate(90deg);
}
#embed_bottom_player.embedplayer2.init #embed_list_icon svg {
    transform: rotate(270deg);
}
.embedplayer2 .embed_list_remove {
    position: absolute;
    right: 0;
    background-image: url("icons/ic_remove_circle_outline_white_24px.svg");
    top: 0;
    cursor: pointer;
    visibility: hidden;
    color: #49596a;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transition: opacity .2s;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(10,30,44,.1);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center center;
}
.embedplayer2 #embed_list_middle li:hover > .embed_list_remove {
    visibility: visible;
}
.embedplayer2 #embed_list_container .embed_current_playlist_play_button img {
    border-radius: 0;
}
/* responsive style for ninacoder 2 */
@media (max-width: 767px) {
/*    .embedplayer2 #embed_volume_speaker, .embedplayer2 #embed_large_shuffle, .embedplayer2 #embed_large_repeat, .embedplayer2 #embed_display { */
    .embedplayer2 #embed_volume_speaker, .embedplayer2 #embed_large_shuffle, .embedplayer2 #embed_large_repeat {
    	display: none;
    }
    .embedplayer2 #embed_display {
	left: 100px;
	right: 74px;
    }
    .embedplayer2 #embed_bottom_controls {
        margin-left: 10px;
    }
    .embedplayer2 .embed_current_playlist_playpause_button::after {
        content: '';
        background-image: url("icons/ic_play_arrow_24px.svg");
        position: absolute;
        top: 13px;
        left: 13px;
        right: 13px;
        bottom: 13px;
        background-size: 100%;
        visibility: visible !important;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(0,0,0,0.6);
        border-radius: 50%;
    }
    .embedplayer2 .embed_list_remove {
        display: none;
    }
}


/* Style skin for grooveshak 3 */


#embed_bottom_player.embedplayer3 {
    bottom: 60px;
}
#embed_bottom_player.embedplayer3 #embed_large_repeat svg *, #embed_bottom_player.embedplayer3 #embed_large_shuffle svg * {
    fill: #888;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer3 #embed_large_repeat svg:hover > *, #embed_bottom_player.embedplayer3 #embed_large_shuffle svg:hover > * {
    fill: #BBB;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer3 #embed_large_repeat.embed_repeat_one #embed_icon_repeat_one *, #embed_bottom_player.embedplayer3 #embed_large_repeat.embed_repeat_all #embed_icon_repeat_all * {
    fill: #fff;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer3 #embed_large_shuffle.embed_shuffle_enabled * {
    fill: #fff;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer3 #embed_large_shuffle.embed_shuffle_enabled svg:hover > * {
    fill: #fff;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer3 #embed_volume_off * {
    fill: #888;
    fill-rule: evenodd;
}
.embedplayer3 #embed_prev_button.disabled svg *, .embedplayer3 #embed_next_button.disabled svg * {
    fill: #666;
    fill-rule: evenodd;
}
#embed_bottom_player.embedplayer3.init {
    bottom: 0;
}
.embedplayer3 #embed_list_container {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #000;
    height: 60px;
    top: 59px;
}
.embedplayer3 #embed_list_middle {
    list-style: none;
    padding: 5px;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.embedplayer3 #embed_list_middle li {
    width: 200px;
    height: 50px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #2d2d2d;
    border-radius: 2px;
    margin-right: 5px;
    display: inline-block;
}
.embedplayer3 #embed_list_middle li.embed_playing {
    background: #f67000;
}
.embedplayer3 .embed_current_playlist_play_button {
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px;
    position: relative;
}
.embedplayer3 #embed_list_container .embed_current_playlist_play_button .embed_current_playlist_playpause_button::after {
    background-size: 80%;
}
.embedplayer3 #embed_list_middle li .embed_current_playlist_songtitle {
    color: #fff;
    font-size: 12px;
    margin-top: 2px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-left: 55px;
    width: 140px;
    display: block;
    margin-top: 8px;
    margin-bottom: 5px;
}
.embedplayer3 #embed_list_middle li .embed_current_playlist_artist {
    color: #666;
    font-size: 11px;
    text-decoration: none;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-left: 55px;
    width: 140px;
    display: block;
}
.embedplayer3 .embed_list_remove {
    position: absolute;
    right: 4px;
    background-image: url("icons/ic_remove_circle_outline_white_24px.svg");
    top: 4px;
    cursor: pointer;
    visibility: hidden;
    color: #49596a;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transition: opacity .2s;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(10,30,44,.1);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center center;
}
.embedplayer3 #embed_list_middle li:hover > .embed_list_remove {
    visibility: visible;
}
.embedplayer3 #embed_list_icon svg {
    transform: rotate(90deg);
}
#embed_bottom_player.embedplayer3.init #embed_list_icon svg {
    transform: rotate(270deg);
}
.embedplayer3 #embed_list_container.embed_list_show {
    bottom: 0;

}
.embedplayer3 #embed_list_container .embed_current_playlist_play_button img {
    border-radius: 0;
}
.embedplayer3 #embed_list_middle li.embed_playing .embed_current_playlist_artist {
    color: #fff;
}
/* responsive style for embedplayer3 2 */
@media (max-width: 767px) {
    .embedplayer3 #embed_volume_speaker, .embedplayer3 #embed_large_shuffle, .embedplayer3 #embed_large_repeat {
        display: none;
    }
    .embedplayer3 #embed_bottom_controls {
        margin-left: 10px;
    }
    .embedplayer3 #embed_prev_button, .embedplayer3 #embed_bottom_controls #embed_next_button, .embedplayer3 #embed_display_time {
        display: none;
    }
    .embedplayer3 .embed_current_playlist_playpause_button::after {
        content: '';
        background-image: url("icons/ic_play_arrow_24px.svg");
        position: absolute;
        top: 13px;
        left: 13px;
        right: 13px;
        bottom: 13px;
        background-size: 100%;
        visibility: visible !important;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(0,0,0,0.6);
        border-radius: 50%;
    }
    .embedplayer3 .embed_list_remove {
        display: none;
    }
    .embedplayer3 #embed_display {
        left: 55px;
        top: 4px;
        height: 50px;
        right: 67px;
    }
    .embedplayer3 #embed_coverart {
        width: 42px;
        height: 42px;
    }
    .embedplayer3 #embed_display_song, .embedplayer3 #embed_display_artist {
        display: block;
    }
    .embedplayer3 #embed_display_text #embed_display_song {
        margin-top: 0;
        margin-right: 5px;
    }
    .embedplayer3 #embed_display_text #embed_display_artist {
        margin-top: 4px;
        margin-left: 5px;
    }
}

/* css for playlist skin ninacoder 4 */

#embed_bottom_player.embedplayer4 {
    background: #21242e;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
    -ms-box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
    bottom: 0;
    border: 0;
    left: 0;
}

#embed_bottom_player.embedplayer4 #embed_bottom_controls {
    position: absolute;
    top: 10px;
    left: 350px;
    bottom: 0;
    z-index: 10000;
    transition: all .5s;
}
.embedplayer4.embed_before_load #embed_bottom_controls {
    left: 0 !important;
}
#embed_bottom_player.embedplayer4 #embed_bottom_controls #embed_prev_button, #embed_bottom_player.embedplayer4 #embed_bottom_controls #embed_next_button {
    margin-top: 12px;
}
#embed_bottom_player.embedplayer4 #embed_bottom_controls #embed_play_button {
    margin-top: 6px;
}
#embed_bottom_player.embedplayer4 #embed_display {
    position: absolute;
    height: 60px;
    top: 0;
    left: 60px;
    right: 0;
    bottom: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
#embed_bottom_player.embedplayer4 #embed_coverart {
    width: 40px;
    height: 40px;
    margin: 10px;
    padding: 0;
    border-radius: 4px;
}
#embed_bottom_player.embedplayer4 #embed_display_text {
    width: 246px;
    height: 60px;
    border-right: 1px solid rgba(0,0,0,.1);
    padding-top: 5px;
}
#embed_bottom_player.embedplayer4 #embed_display_text #embed_display_song {
    margin-top: 3px;
    margin-right: 10px;
}
#embed_bottom_player.embedplayer4 #embed_display_text #embed_display_song {
    display: block;
    color: rgba(255,255,255,.8);
    padding-top: 3px;
}
#embed_bottom_player.embedplayer4 #embed_display_text #embed_display_artist {
    display: block;
    color: rgba(255,255,255,.4);
    padding-top: 4px;
}
#embed_bottom_player.embedplayer4 #embed_display_time_count {
    position: absolute;
    bottom: 22px;
    font-size: 13px;
    color: rgba(255,255,255,.8);
    left: 445px;
    font-weight: bold;
}
#embed_bottom_player.embedplayer4 #embed_display_time_count::after {
    content: '';
    position: absolute;
    width: 5px;
    transform-origin: 0% 0%;
    left: 34px;
    height: 5px;
    background: rgba(255,255,255,.8);
    border-radius: 2.5px;
    top: 7px;
}
#embed_bottom_player.embedplayer4 #embed_display_time_total {
    position: absolute;
    bottom: 22px;
    font-size: 13px;
    color: rgba(255,255,255,.8);
    left: 490px;
    font-weight: bold;
}
#embed_bottom_player.embedplayer4 #embed_large_shuffle {
    position: absolute;
    right: 0;
    z-index: 10000;
}
#embed_bottom_player.embedplayer4 #embed_large_repeat {
    position: absolute;
    right: 40px;
    z-index: 10000;
}
#embed_bottom_player.embedplayer4 #embed_large_repeat.embed_repeat_one svg *, #embed_bottom_player.embedplayer4 #embed_large_repeat.embed_repeat_all svg *, #embed_bottom_player.embedplayer4 #embed_large_shuffle.embed_shuffle_enabled svg * {
    fill: #e72c30 !important;
}
#embed_bottom_player.embedplayer4 #embed_volume_speaker {
    position: absolute;
    right: 80px;
    z-index: 10000;
}
#embed_bottom_player.embedplayer4 #embed_volume_back {
    right: 90px;
    width: 32px;
    height: 150px;
    padding: 25px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 2px 15px 0 rgba(0,0,0,.5);
    -ms-box-shadow: 0 2px 15px 0 rgba(0,0,0,.5);
    background: #21242e;
}
#embed_bottom_player.embedplayer4 #embed_volume_slider {
    position: absolute;
    bottom: 8px;
    top: 8px;
    left: 14px;
    right: 17px;
    z-index: 50;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    background-image: none;
    width: 2px;
}
#embed_bottom_player.embedplayer4 #embed_volume_thumb {
    left: -5px;
    background: #ea4245;
}
#embed_bottom_player.embedplayer4 #embed_display_song_container {
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
    right: 0;
}
#embed_bottom_player.embedplayer4 #embed_display_progress {
    position: absolute;
    top: 0px;
    height: 4px;
    left: 290px;
    right: 0;
    z-index: 50;
    background: #383838;
    border-radius: 0;
}
#embed_bottom_player.embedplayer4 #embed_display_progressed {
    position: absolute;
    width: 0;
    height: 4px;
    top: 0;
    left: 290px;
    z-index: 70;
    cursor: pointer;
    border-radius: 0;
    background-color: #ea4245;
    background-image: none;
}
#embed_bottom_player.embedplayer4 #embed_display_processbuffered {
    position: absolute;
    width: 0;
    height: 4px;
    top: 0;
    left: 290px;
    z-index: 60;
    border-radius: 0;
    background-color: #57383d;
    background-image: none;
}
#embed_bottom_player.embedplayer4 #embed_display_seek_thumb {
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: 290px;
    z-index: 20000;
    top: -6px;
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transform: translate(-8px,0);
    -webkit-transform: translate(-8px,0);
    -moz-transform: translate(-8px,0);
    -ms-transform: translate(-8px,0);
    -o-transform: translate(-8px,0);
    display: none;
}
#embed_bottom_player.embedplayer4 #embed_display:hover > #embed_display_song_container #embed_display_time #embed_display_seek_thumb {
    display: block;
}
#embed_play_button:hover ~ #embed_display #embed_display_song_container #embed_display_time #embed_display_seek_thumb {
    display: block;
}
#embed_bottom_player.embedplayer4 #embed_list_icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-left: 0;
}
.embedplayer4.embed_before_load #embed_list_icon {
    display: none;
}
#embed_bottom_player.embedplayer4 #embed_list_icon svg {
    margin-top: 25px;
    margin-left: 25px;
    transform: rotate(180deg);
}
#embed_bottom_player.embedplayer4.init #embed_list_icon svg {
    margin-top: 25px;
    margin-left: 25px;
    transform: rotate(0deg);
}
#embed_bottom_player.embedplayer4 #embed_list_icon #embed_list_icon_badge {
    color: #21242e;
    background: rgba(255,255,255,.8);
}

#embed_bottom_player.embedplayer4 #embed_list_container {
    position: fixed;
    left: 0;
    width: 350px;
    top: 0;
    bottom: 60px;
    transition: all .5s;
    background: #21242e;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
#embed_bottom_player.embedplayer4 #embed_list_header {
    height: 40px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
#embed_bottom_player.embedplayer4 #embed_list_header #embed_site_logo {
    float: left;
    width: 100px;
    background: url("images/logo.png");
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px 5px;
}
#embed_bottom_player.embedplayer4 #embed_list_header #embed_site_logo #embed_logo_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#embed_bottom_player.embedplayer4 #embed_list_container #embed_list_middle {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    margin: 0;
}
#embed_bottom_player.embedplayer4.init #embed_list_container {
    position: fixed;
    left: -350px;
    width: 350px;
    top: 0;
    bottom: 60px;
    background: #1c1f26
}
.embedplayer4 #embed_list_middle {
    list-style: none;
    padding: 0;
}
.embedplayer4 #embed_list_middle li {
    height: 60px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: none;
    padding: 0 10px;
}
.embedplayer4 #embed_list_middle li:hover {
    background: rgba(0,0,0,0.4);
}
.embedplayer4 #embed_list_middle li.embed_playing {
    background: rgba(0,0,0,0.4);
}

.embedplayer4 .embed_current_playlist_play_button {
    width: 40px;
    height: 40px;
    background: #464a4b;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 4px;
    position: relative;
}
.embedplayer4 #embed_list_container .embed_current_playlist_play_button .embed_current_playlist_playpause_button::after {
    background-size: 80%;
}
.embedplayer4 #embed_list_middle li .embed_current_playlist_songtitle {
    color: rgba(255,255,255,.8);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 35px;
    display: block;
    margin-top: 12px;
}
.embedplayer4 #embed_list_middle li .embed_current_playlist_artist {
    color: rgba(255,255,255,.4);
    font-size: 11px;
    top: 33px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 35px;
    display: block;
}
.embedplayer4 .embed_list_remove {
    position: absolute;
    right: 10px;
    background: url("icons/ic_remove_circle_outline_white_24px.svg");
    top: 20px;
    cursor: pointer;
    visibility: hidden;
    color: #49596a;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transition: opacity .2s;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(10,30,44,.1);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center center;
}
.embedplayer4 #embed_list_middle li:hover > .embed_list_remove {
    visibility: visible;
}
/* responsive style for ninacoder 4 */
@media (max-width: 767px) {
    #embed_bottom_player.embedplayer4 #embed_prev_button, #embed_bottom_player.embedplayer4 #embed_next_button, #embed_bottom_player.embedplayer4 #embed_volume_speaker, #embed_bottom_player.embedplayer4 #embed_large_repeat, #embed_bottom_player.embedplayer4 #embed_large_shuffle, #embed_bottom_player.embedplayer4 #embed_display_time_count, #embed_bottom_player.embedplayer4 #embed_display_time_total {
        display: none;
    }
    #embed_bottom_player.embedplayer4 #embed_bottom_controls {
        left: auto;
        right: 10px;
    }
    #embed_bottom_player.embedplayer4 #embed_display_text {
        width: auto;
        height: 60px;
        border: none;
    }
    #embed_bottom_player.embedplayer4 #embed_display_progress, #embed_bottom_player.embedplayer4 #embed_display_progressed, #embed_bottom_player.embedplayer4 #embed_display_processbuffered {
        left: -60px;
    }
    #embed_bottom_player.embedplayer4 #embed_display_seek_thumb {
        display: none !important;
    }
    #embed_bottom_player.embedplayer4.init #embed_list_container {
        left: -100% !important;
    }
    #embed_bottom_player.embedplayer4 #embed_list_container {
        width: 100% !important;
    }
    .embedplayer4 #embed_list_container .embed_current_playlist_play_button .embed_current_playlist_playpause_button::after {
        content: '';
        background-image: url("icons/ic_play_arrow_24px.svg");
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background-size: 100%;
        visibility: visible !important;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(33, 36, 46, 0.8);
        border-radius: 50%;
    }

}



/* Style skin for grooveshak 5 */


#embed_bottom_player.embedplayer5 {
    background: #273a4b;
    bottom: 50px;
    height: 51px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
#embed_bottom_player.embedplayer5.init {
    bottom: 0;
}
#embed_bottom_player.embedplayer5 #embed_bottom_controls {
    margin-left: 10px;
}
#embed_bottom_player.embedplayer5 #embed_list_container {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #1e2d3a;
    height: 51px;
    top: 50px;
}
#embed_bottom_player.embedplayer5 #embed_bottom_controls #embed_play_button {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
#embed_bottom_player.embedplayer5 #embed_bottom_controls #embed_play_button.embed_pause_button {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
#embed_bottom_player.embedplayer5 #embed_bottom_controls #embed_prev_button, #embed_bottom_player.embedplayer5 #embed_bottom_controls #embed_next_button {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 10px;
}
#embed_bottom_player.embedplayer5 #embed_list_icon {
    border-left: 1px solid rgba(0, 0, 0, 0.2 );
    box-shadow: 1px 0 0 hsla(0,0%,100%,.04);
    width: 68px;
    height: 50px;
}
#embed_bottom_player.embedplayer5 #embed_list_icon svg {
    margin-top: 18px;
    margin-left: 28px;
    transform: rotate(270deg);
}
#embed_bottom_player.embedplayer5 #embed_list_icon.selected svg {
    transform: rotate(90deg);
    margin-top: 18px;
    margin-left: 28px;
}

#embed_bottom_player.embedplayer5 #embed_list_icon:after {
    width: 68px;
    height: 50px;
}
#embed_bottom_player.embedplayer5 #embed_large_repeat, #embed_bottom_player.embedplayer5 #embed_large_shuffle, #embed_bottom_player.embedplayer5 #embed_volume_speaker {
    margin-top: 16px;
}
#embed_bottom_player.embedplayer5 #embed_display {
    background: none;
    border: none;
    top: 0;
    bottom: 0;
    height: 50px;
    left: 135px;
    border-right: 1px solid rgba(0, 0, 0, 0.2 );
    box-shadow: 1px 0 0 hsla(0,0%,100%,.04);
    border-radius: 0;
}
#embed_bottom_player.embedplayer5 #embed_display_song_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#embed_bottom_player.embedplayer5 #embed_coverart {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}
#embed_bottom_player.embedplayer5 #embed_display #embed_display_text {
    margin-left: 60px;
    padding: 0;
    width: 250px;
    border-right: 1px solid rgba(0, 0, 0, 0.2 );
    box-shadow: 1px 0 0 hsla(0,0%,100%,.04);
}
#embed_bottom_player.embedplayer5 #embed_display_text #embed_display_song {
    display: block;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 0;
}
#embed_bottom_player.embedplayer5 #embed_display_text #embed_display_artist {
    display: block;
    font-size: 14px;
}
#embed_bottom_player.embedplayer5 #embed_display #embed_display_time {
    position: absolute;
    left: 300px;
    right: 0;
    top: 0;
    bottom: 0;
}
#embed_bottom_player.embedplayer5 #embed_display #embed_display_time #embed_display_time_count {
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 12px;
}
#embed_bottom_player.embedplayer5 #embed_display #embed_display_time #embed_display_time_total {
    position: absolute;
    right: 12px;
    bottom: 15px;
    font-size: 12px;
}
#embed_bottom_player.embedplayer5 #embed_display #embed_display_time #embed_display_progress {
    height: 8px;
    background: #1a2732;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1),inset 0 -1px 1px rgba(0,0,0,.1),0 1px 0 hsla(0,0%,100%,.05);
    border-radius: 5px;
    bottom: 19px;
    right: 54px;
    left: 60px;
}
#embed_bottom_player.embedplayer5 #embed_display #embed_display_time #embed_display_progressed {
    min-width: 6px;
    height: 6px;
    background: #4fa6d3;
    box-shadow: 0 1px 0 rgba(0,0,0,.3),0 -1px 0 rgba(0,0,0,.1);
    position: relative;
    top: 24px;
    left: 61px;
    border-radius: 3px;
    bottom: auto;
}
#embed_bottom_player.embedplayer5 #embed_display #embed_display_time #embed_display_processbuffered {
    display: none;
}
#embed_bottom_player.embedplayer5 #embed_display #embed_display_time #embed_display_seek_thumb {
    width: 16px;
    height: 16px;
    box-shadow: 0 0 2px rgba(0,0,0,.6),inset 0 -1px 0 rgba(0,0,0,.1);
    position: absolute;
    top: 19px;
    background-color: #fff;
    background: linear-gradient(180deg,#fff 0,#ededed);
    border-radius: 8px;
    margin-left: 54px;
}
.embedplayer5 #embed_list_middle {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.embedplayer5 #embed_list_middle li {
    width: 200px;
    height: 50px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background-color: #1a2732;
    display: inline-block;
    border-radius: 0;
    margin: 0;
}
.embedplayer5 .embed_current_playlist_play_button {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0;
    margin-right: 10px;
    position: relative;
}
.embedplayer5 #embed_list_container .embed_current_playlist_play_button .embed_current_playlist_playpause_button::after {
    background-size: 80%;
}
#embed_bottom_player.embedplayer5 #embed_list_container .embed_current_playlist_play_button img {
    border-radius: 0;
}
.embedplayer5 #embed_volume_back {
    background: #273a4b;
    right: 73px;
    width: 40px;
    height: 200px;
    bottom: 42px;
}
.embedplayer5 #embed_volume_back #embed_volume_slider {
    left: 15px;
    right: 15px;
    background: #1a2732;
    top: 15px;
    bottom: 15px;
}
.embedplayer5 #embed_volume_back #embed_volume_thumb {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 2px rgba(0,0,0,.6),inset 0 -1px 0 rgba(0,0,0,.1);
    position: absolute;
    background-color: #fff;
    background: linear-gradient(180deg,#fff 0,#ededed);
    border-radius: 7px;
    left: -3px;
}
.embedplayer5 #embed_list_middle li .embed_current_playlist_songtitle {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    font-weight: normal;
    text-decoration: none;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
    margin-right: 10px;
}
.embedplayer5 #embed_list_middle li .embed_current_playlist_artist {
    color: #fff;
    font-size: 11px;
    top: 30px;
    text-decoration: none;
    opacity: .65;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
    margin-right: 10px;
}
.embedplayer5 .embed_list_remove {
    position: absolute;
    right: 4px;
    background-image: url("icons/ic_remove_circle_outline_white_24px.svg");
    top: 4px;
    cursor: pointer;
    visibility: hidden;
    color: #49596a;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transition: opacity .2s;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(10,30,44,.1);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center center;
}
.embedplayer5 #embed_list_middle li:hover > .embed_list_remove {
    visibility: visible;
}
.embedplayer5 #embed_list_middle li.embed_playing {
    background: #4fa6d3;
}
/* responsive style for ninacoder 5 */
#embed_bottom_player #embed_list_icon:hover {
    background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    #embed_bottom_player.embedplayer5 #embed_prev_button, #embed_bottom_player.embedplayer5 #embed_next_button, #embed_bottom_player.embedplayer5#embed_volume_speaker,
    #embed_bottom_player.embedplayer5 #embed_large_shuffle, #embed_bottom_player.embedplayer5 #embed_display_time,
    #embed_bottom_player.embedplayer5 #embed_volume_speaker, #embed_bottom_player.embedplayer5 #embed_large_repeat
    {
        display: none;
    }
    #embed_bottom_player.embedplayer5 #embed_display {
        left: 0 !important;
        right: 70px;
        border: none !important;
        box-shadow: none !important;
    }
    #embed_bottom_player.embedplayer5 #embed_display #embed_display_text {
        border: 0 !important;
        box-shadow: none !important;
    }
    #embed_bottom_player.embedplayer5 #embed_bottom_controls {
        margin-left: 5px;
        position: absolute;
        z-index: 10000;
    }
    .embedplayer5 #embed_list_container .embed_current_playlist_play_button .embed_current_playlist_playpause_button::after {
        content: '';
        background-image: url("icons/ic_play_arrow_24px.svg");
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background-size: 100%;
        visibility: visible !important;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(22,32,41,.8);
        border-radius: 50%;
    }
    .embedplayer5 .embed_list_remove {
        display: none;
    }
}

/* global style for all skin */
#embed_bottom_player #embed_list_icon:hover {
    background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    #embed_bottom_player.embedplayer1 #embed_prev_button, #embed_bottom_player.embedplayer1 #embed_next_button, #embed_bottom_player.embedplayer1#embed_volume_speaker, #embed_bottom_player.embedplayer1 #embed_large_shuffle, #embed_bottom_player.embedplayer1 #embed_display_time {
        display: none;
    }
}
/** only show player after done loading css */
#embed_bottom_player {
    visibility: visible !important;
}
.sidebar-open #embed_bottom_player {
    right: 201px;
    width: auto;
    left: 0;
}

a.embed_audio:nth-of-type(odd) {
	background: rgba(246, 246, 246, 0.5);
}

div.embed_audio:hover {
	background: rgba(51, 122, 183, 0.1);
	cursor: pointer;
}
