.share-bar{ padding: 10px 0px;}
.track-desc-cont{ display:none;}	
.album-notes{ }

.player{
	height:320px;
	color:#ececec !important;
}

#player{
	margin-bottom:48px;
}

.tracker{
	margin-bottom:24px;
}

.ui-slider-handle {
    cursor: pointer;
    height: 20px;
    margin-left: -5px;
    position: absolute;
    top: -8px;
    width: 20px;
    z-index: 2;
    background:#ff3a22;
    border: 2px solid #fff;
    border-radius: 50%;
}

.ui-slider-range{
	background:#ff3a22;
}

#player ul{
	margin:0;
	padding:0;
}

#player ul li{
	display:inline-block;
	list-style:none;
}

.player{
    padding:12px 20px 20px 20px;
    height:212px;
    border:1px solid rgba(255,255,255,0.1);
    margin-bottom:24px;
    border-radius:16px;
    overflow:hidden;
}

@media screen and (max-width:767px){
    .player{
        background-size:0;
    }
}

.blurrimg {
    transform: translate3d(0,0,0) translateZ(0);
    perspective: 1000px;
    backface-visibility: hidden;
    -moz-transform: translate3d(0,0,0) translateZ(0);
    -moz-perspective: 1000px;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0) translateZ(0);
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    filter: url(#blur);
    filter: blur(30px);
    -webkit-filter: blur(30px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    opacity:1;
    z-index:-1;
}

.blurrimg:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(20,20,20,0.5);
}

.blurrimg img{
    width: 100%;
    height:100%;
}

.tracker-bar .duration{
    bottom:-12px;
    font-size:18px;
    font-family:'Roboto';
    font-weight:100;
    color:#ececec;
    right:20px;
}

.player h2, .player h3, .player h3 a, .player h5, .artist a, .album a{
    font-family:'Lato';
    font-weight:300;
    margin:0;
    color:#ececec;
}

.player h3{
    font-size:16px;
}

.player h5{
    font-size:14px; margin-top:4px;
    
}

.tracker {
    height: 2px;
    left: 32px;
    position: absolute;
    bottom: 0px;
    bottom: -40px;
    width: 88%;
    background: #c1c1c1;
}

@media screen and (max-width:767px){
    .tracker {
        width:84%;
    }	
}

.player .screen-controls .fav{
    font-size: 40px;
    position: absolute;
    top: 20px;
    right: 12px;
}

.player .screen-controls .fav.in-fav{
    font-size: 34px;

    width: 40px;
    color: #ff3a22;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 12px;
}

.fav-msg{
    position: absolute;
    right: 8px;
    top: 60px;
    width: auto;
    padding: 4px 10px;
    background: rgba(34,34,34,0.6);
    color: #ececec;
    border-radius: 8px;
    opacity:0;
    transition:linear 0.3s all;
}

.controls{
    width:272px;
    bottom:-80px;
    left:20px;
}

.controls ul{
    width:100%;
}

.controls ul li{
    width:24.125%;
    height:48px;
}

.controls .play, .controls .pause, .controls .rew, .controls .fwd, .controls .fav, .controls .shuffle{
    width:34px;
}

.controls .play {
    font-size: 48px;
    margin-left: -4px;
    margin-top: -5px;
}

.controls .pause{
    line-height:1;
}

.controls .pause .pause-line{
    display:inline-block;
    border:1px solid #ececec;
    width: 6px;
    height: 32px;
    margin: 0px;
    line-height: 1;
}

.screen-controls .cart {
    background: none;
    float: none;
    border: 0;
    padding: 0;
    font-size: 48px;
    color: #ececec;
    position: absolute;
    top: 16px;
    right:64px;
    text-decoration:none;
}

.volume-bar{
    position:absolute;
    right: 20px;
    bottom: -96px;
}

@media screen and (max-width:767px){
    .volume-bar{ display:none;}
    .playbig {
        display: none;
    }
}

.volume-bar ul li{
    line-height:48px;
}
.volume-bar ul li span{
    font-size:2em;
}
.volume-bar ul li span.volume{
    height: 4px;
    right: auto;
    position: relative;
    bottom: auto;
    width: 58px;
    display: inline-block;
    background: #444;
    border-radius: 4px;
    top: -9px;
}

.volume-bar ul li span.volume .ui-slider-handle{
    background: #ff3a22;
    height: 24px;
    width: 10px;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-top: -3px;
    margin-left: -10px;
}

/* song list */
ul.playlist-m{
	background:rgba(34,34,34,0.3);
}

ul.playlist-m li{
	/*background:#141414;*/
	color:#ececec;
	border:0;
	box-shadow:none;
}

ul.playlist-m li.playing{
	background:rgba(34,34,34,0.8);
	border:0;
	box-shadow:none;
}

ul.playlist-m li .list-track-title{
	color:#ff3a22;
	text-align:left;
	display:flex;
	align-items:center;	
}

#playlist-m .list-wrap{
    max-height:352px; overflow-y:auto; padding-right:8px; margin-bottom:0;
}
@media screen and (max-width:767px){
    #playlist-m{
        margin-bottom:24px;
    }
}
.playlist-m li{
    margin-bottom:1px;
}
.playlist-m li:hover{
    background:rgba(0,0,0,.3);
}
.playlist-m li.playing{
    color:#ff3a22;
}
.playlist-m li.playing:hover{
    color:#ff3a22;
}
.list-item-play{
    font-size:20px;
}

#playlist-m .playlist-m li:first-of-type{
    border:none;
}

.playlist-m li a{
    color:#ececec;
}
.playlist-m li.playing a{
    color:#ff3a22;
}

/* contents */
.content-section{
    color:#ececec;
}
.content-section .section-wrap{
    position:relative;
}
.content-section h3{
    position:relative;
    padding-bottom:4px;
    /*border-bottom:1px solid #666;*/
    margin-bottom:6px;
}
.toggle-section{
    position:absolute;
    right:2px;
    top:2px;
    font-size:16px;
    cursor:pointer;
}	
.section-wrap{
    margin-bottom:24px;
}
.section-wrap.opened{
    display:block;
}
.section-wrap.closed{
    display:none;
}

.tags a{ display:inline-block; margin:4px; color:#ff3a22;}

@media screen and (max-width:767px){
    .content-section{
       color:#ececec;
    }
}

/* player version 1.1 update*/
.container-row{
    position:relative;
}
.share-bar-desktop{
    position:absolute;
    bottom:0;
    left:16px;
}
.share-bar-desktop h4{
    font-size:14px;
}
.album-cover-header:before{
    display:none;
}

@media screen and (max-width:980px){
    .share-bar-desktop{
        display:none;
    }
}

/* share mobile */
.player .share-icon-mobile{
	position:absolute;
    top:12px;
    right:12px;
    font-size:26px;
    color:#ececec;
    transform:rotate(90deg);
    cursor:pointer;
    z-index:1;
}

.player .share-bar-mobile{
    background:#222;
    position:absolute;
    right:12px;
    top:64px;
    border-radius:8px;
    padding:12px;
    z-index:1;
    width:160px;
    /*opacity:0;*/
    display:none;
    box-shadow:0 0 10px 0 #111;
    transition:linear 0.1s all;
}

.player .share-bar-mobile h4{
    font-size:14px;
    margin-top:0;
}

.player .screen-controls .fav {
    font-size: 36px;
    position: absolute;
    top: 12px;
    right: 40px;
}

.player .screen-controls .fav.in-fav,
.player .screen-controls .fav.pe-7f-like {
    font-size: 36px;
    width: 40px;
    color: #ff3a22;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 40px;
}

.screen-controls .cart {
    background: none;
    float: none;
    border: 0;
    padding: 0;
    font-size: 40px;
    color: #ececec;
    position: absolute;
    top: 10px;
    right: 80px;
    text-decoration: none;
}

.player h2{
    margin-bottom:16px;
    height:28px;
    overflow:hidden;
    white-space: nowrap;
}

.player h3{
    margin-bottom:8px;
}

.comment-box .form-control{
    background:#ccc;
    color:#333;
}

.player .title-container{
    width:75%; overflow:hidden;
}

#messageTrackFavorite .modal-content{
    background:#ececec;
    border-radius:12px;
}

#fav-msg{
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.track-desc-cont{
    padding:24px 0 64px 0;
}
@media screen and (max-width:767px){
    .track-desc-cont{
        padding:0;
    }   
}

.track-desc-cont h3 small{
    padding-right: 30px;
    vertical-align: top;
    margin-top: 4px;
    display: inline-block;
}

h5.track-country{
    margin:24px 0 24px 0;
}
h5.track-country span{
    display:inline-block;
    width:85%;
    vertical-align:top;
}

h5.track-country span.flagCountry{
    width:auto;
}