
.fullwidth ul.playlist li.half canvas,
ul.playlist.top li canvas {
    height: 30px;
    top: 41px;   
    opacity: 0;
}

.fullwidth ul.playlist li canvas.rendered,
ul.playlist.top li canvas.rendered{
    opacity: 0.4;
    cursor: pointer;
}


.fullwidth ul.playlist li.sm2_playing.half canvas.rendered,
.fullwidth ul.playlist li.sm2_paused.half canvas.rendered,
ul.playlist.top li canvas.rendered,
ul.playlist li.highlight canvas.rendered,
ul.playlist li.highlight .dna_container {
    opacity: 1;
}



.fullwidth ul.playlist li.with-image,
ul.playlist.top li.with-image {
    margin-left: 110px;
}


.fullwidth ul.playlist li .infobits {
    right: 0;
}

.fullwidth ul.playlist li .functions {
    left: 0;
}

ul.playlist li canvas {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}


@media only screen and (max-width: 980px) {
 
    .fullwidth ul.playlist li {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}
@media only screen and (max-width: 780px) {
    
    .fullwidth ul.playlist li {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 35px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .fullwidth ul.playlist li.with-image, 
    ul.playlist.top li.with-image {
    	margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .fullwidth ul.playlist li .infobits {
        right: -5px;
    }
    
    .fullwidth ul.playlist li .functions {
        left: 0;
    }
    
    
}


@media only screen and (max-width: 400px) {
    .fullwidth ul.playlist li.with-image {
        margin-left: 0 !important;
    }
    
    
    .fullwidth ul.playlist li .cover,
    .fullwidth ul.playlist li .playlist_fct,
    .fullwidth ul.playlist li .share_fct {
        display: none !important;
    }
    
    
    
}





/* RELATED PLAYER */
/*
#related_playlist canvas,
#related_playlist .comments {
    display: none !important;
}

#related_playlist li .player-link, #related_playlist li .player-link {
    padding-bottom: 0;
}


#related_playlist li.half .controls .statusbar .position {
    
}

#related_playlist li {
    padding-bottom: 41px;
}

#related_playlist li.with-image::after {
    background: transparent;    
}

#related_playlist li .cover {
    height: 85px;
    left: -90px !important;
    width: 85px;
}

#related_playlist li.sm2_playing, #related_playlist li.sm2_paused {
    padding-bottom: 41px;
}

#related_playlist li.half .controls .statusbar {
    height: 10px !important;
}
#related_playlist li.half .controls {
    height: 12px !important;
    margin-bottom: 40px !important;
}

#related_playlist li.with-image {
    margin-left: 90px !important;
}

#related_playlist li.half .controls .statusbar {
    background: #eee;
    height 20px;
    margin-top: 5px;
    margin-bottom: 8px;
}

#related_playlist li.half .controls .statusbar .position {
   height 20px;
   background: #ba1010;
}

*/

ul.playlist li .note {
    padding: 0 10px 0 10px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}


#global_content .fullwidth .highlight {
    margin-bottom: 43px;
    top: 3px;
}

#global_content .fullwidth .highlight:before {
    content: " ";
    position: absolute;
    left: -130px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    background-position: center !important; 
    background-size: cover !important;
    opacity: 1;
    background: #000;
}



#global_content .fullwidth .highlight:after {
    content: " ";
    position: absolute;
    left: -130px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    background-position: center !important; 
    background-size: cover !important;
    opacity: 0.7;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes highlight {
	from {opacity: 0;}
	to {opacity: 0.7;}
}

/* Standard syntax */
@keyframes highlight {
	from {opacity: 0;}
	to {opacity: 0.7;}
}



.track-detail-header ul.playlist  {
    padding: 0 25px !important;
    
}


.track-detail-header ul.playlist li  {
    margin-left: 0 !important;
    height: 330px !important;
}


.track-detail-header ul.playlist li .dna_container {
    height: 5px !important;
    top: 300px;
}

.track-detail-header ul.playlist li canvas {
    height: 50px;
    top: 250px;
}


.track-detail-header ul.playlist li .functions,
.track-detail-header ul.playlist li .infobits {
    display: none;
}

.track-detail-header ul.playlist li .time,
.track-detail-header ul.playlist li .timing {
    top: 230px;
    right: 0;
    background: transparent !important;
}

.track-detail-header ul.playlist li .headline i.text-right {
    right: 0;
}

.track-detail-header ul.playlist li .cover {
    left: 0;
    width: 150px;
    height: 150px;
}

.track-detail-header ul.playlist li .player-link {
    left: 175px;
    width: 45px;
    height: 45px;
}

.track-detail-header ul.playlist li .player-link i {
    left: 14px;
    top: 13px;
    
}

.track-detail-header ul.playlist li .player-link i.fa-play {
    left: 16px;
    top: 13px;
}


.track-detail-header ul.playlist li .player-link i.fa-play.fa-circle-o-notch {
    left: 13px;
}



.track-detail-header ul.playlist li .headline {
    left: 240px;
    top: -6px;
    font-size: 20px;
    line-height: 24px;
}


/*
.track-detail-header.with-image ul.playlist li,
.track-detail-header:after {
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
}

.track-detail-header.with-image ul.playlist li.sm2_playing {
	opacity: 0.3;
}

.track-detail-header.with-image:hover ul.playlist li {
	opacity: 1 !important;
}

.track-detail-header.with-image.playing:after {
	opacity: 1;
}

.track-detail-header.with-image.playing:hover:after {
	opacity: 0.7 !important;
}
*/

.listeners-played ul.playlist li.half canvas,
.content-col ul.playlist li.half canvas {
    height: 35px;
    top: 41px;
}

.listeners-played ul.playlist li.highlight.half canvas,
.listeners-played ul.playlist.top li.half canvas,
.content-col ul.playlist li.highlight.half canvas,
.content-col ul.playlist.top li.half canvas {
	height: 30px;
}

canvas {
  
}

.page-top .simple-user-list.small .post-image {
    margin-right: 0;
    padding-right: 0;
    width: auto;
}

.page-top .simple-user-list.small img {
	width: 30px !important;
	height: 30px !important;
}

.page-top .simple-user-list.small .post-info {
	left: -15px;
}

.page-top .simple-user-list.small {
    position: absolute;
    z-index: 100;
    left: 30px;
    top: 100px;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    width: auto;
}


.prefix + li.highlight { 
    margin-top: 15px;
}

.prefix blockquote {
    padding: 6px 0 10px 18px;
    margin-left: 8px;
    position: relative;
    top: -13px;
    margin-bottom: -13px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
}

.prefix blockquote img {
    height: 13px;
}


.refeed_fct_button {
    border: 1px solid #ccc !important;
    padding: 6px !important;
    border-radius: 0 3px 3px 0 !important;
    border-left: 0 !important;
}


.reactions {
	width: 100%;
    border-bottom: 1px solid #eee;
    background: rgba(255,255,255,0.2);
    padding-top: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.reactions .reaction,
.reactions .reaction-comment {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 22px;
    text-align: center;
    display: inline-block;
}

.reactions:hover .reaction,
.reactions:hover .reaction-comment {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.reaction,
.reaction-comment,
.reaction-more {
    font-size: 20px;
    margin-right: 0;
    cursor: pointer;
    color: #cb1606;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    
}

.highlight .reactions {
	border-bottom: 0 solid #eee;
	padding-left: 10px;
}

.track-detail .reactions {
    padding-left: 0;
    border: 0 !important;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 55px;
    background: transparent;
}

.highlight .reaction,
.highlight .reaction-comment,
.highlight .reaction-more,
.track-detail .reaction,
.track-detail .reaction-comment,
.track-detail .reaction-more {
    color: #fff;
}

.reaction-time {
	color: #ccc;
    position: relative;
    top: -3px;
    left: 7px;
}


ul.playlist.top .reaction-time,
ul.playlist.top .reaction-more {
    color: #fff;
}

.reaction:hover,
.reaction-comment:hover {
	opacity: 0.5;
	
}


ul.playlist li .comments b {
    display: block;
    width: 10px !important;
    position: absolute;
    z-index: 2;
    top: 0;
    opacity: 1 !important;
    overflow: hidden;
    outline: none;
    border: none;
    height: 10px !important;
    margin-top: -6px;
    border-radius: 50%;
    cursor: crosshair;
    margin-left: -4px;
    font-size: 6px;
    text-align: center;
    line-height: 10px;
    text-indent: -2px;
}



ul.playlist li .comments b:hover {
    width: 30px !important;
    height: 30px !important;
    font-size: 24px;
    line-height: 33px;
    top: -12px;
    margin-left: -12px;
    text-indent: -4px;
    background: transparent;
    border: 0;
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
    z-index: 3;
}
		

ul.playlist li .comments .reaction-comment img,
ul.playlist li .comments .reaction img {
    position: relative;
    border: 0;
    width: 18px !important;
    height: 18px !important;
    margin-left: 0;
    border-radius: 0;
    cursor: pointer;
}

ul.playlist li .comments b img {
    margin: 0 !important;
}

ul.playlist li .comments b:hover img {
    height: 30px !important;
    width: 30px !important;
}

ul.playlist.top li .comments b {
    width: 20px !important;
    height: 20px !important;
    margin-top: -11px;
}
ul.playlist.top li .comments b:hover img {
    height: 20px !important;
    width: 20px !important;
}

ul.playlist.top li .comments b:hover {
	top: 0;
    margin-left: -4px;
}

#global_content .fullwidth .highlight {
    margin-left: 130px;
    margin-right: 20px;
}

#global_content .fullwidth .highlight:after,
#global_content .fullwidth .highlight:before {
	border-radius: 10px;
}


.micro-player .reactions .reaction-time,
.micro-player .reactions .reaction-comment,
.micro-player .reactions .reaction-more {
	display: none;
}
.micro-player .reactions {
    position: absolute;
    height: 45px;
    right: 85px;
    z-index: 999999;
    background: #fff;
    width: auto;
    top: 5px;
    border: 0;
    padding: 10px 10px 0 5px;
}

.micro-player .reaction {
    display: inline-block !important;
    visibility: visible !important;
}

.micro-player .reaction img {
    position: relative;
    border: 0;
    width: 18px !important;
    height: 18px !important;
    margin-left: 0;
    border-radius: 0;
    cursor: pointer;
}

.micro-player .reactions:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -50px;
    height: 45px;
    width: 50px;
    z-index: 999999;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}