
#progress-bar {
    background-color: #086234;
    height:20px;
    color: #FFFFFF;
    width:0%;-webkit-transition: 
    width .3s;
    -moz-transition: width .3s;
    transition: width .3s;}
#progress-div {
    border:#086234 1px solid;
    padding: 2px 0px;
    margin:20px 0px;
    text-align:center;}
.bgColor {
    max-width: 440px;
    height: 400px;
    background-color: #c3e8cb;
    padding: 30px;
    border-radius: 4px;
	text-align: center;    
}
#targetOuter{	
	position:relative;
    text-align: center;
    background-color: #F0E8E0;
    margin: 20px auto;
    width: 200px;
    height: 200px;
	border-radius: 4px;
}
#targetOuter1{   
    position:relative;
    text-align: center;
    background-color: #F0E8E0;
    margin: 20px auto;
    width: 200px;
    height: 200px;
    border-radius: 4px;
}
.inputFile {
    padding: 5px 0px;
	margin-top:8px;	
    background-color: #FFFFFF;
    width: 48px;	
    overflow: hidden;
	opacity: 0;	
	cursor:pointer;
}
.icon-choose-image {
    position: absolute;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}
.upload-preview {border-radius:4px;}
#body-overlay {background-color: rgba(0, 0, 0, 0.6);z-index: 999;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
#body-overlay div {position:absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;}


#listContainer {
	width: 502px;
	float: left;
}

#listContainer ul {
	/*background-color: transparent;*/
	clear: both;
	cursor: pointer;
}

#listContainer li:hover, #listContainer li:nth-child(even):hover {
	background-color: transparent;
	color: #fff;
}

#listContainer li a {
	text-decoration: none;
	color: #fff;
}

#listContainer li {
	height: 90px;
}

#listContainer li.activeAudio {
	background-color: transparent;
}

#playListContainer li {
	display: none;
}

#playListContainer li.activeAudio {
	display: block;
}

#listContainer li a img {
	float: left;
}

#listContainer li a h5 {
	margin-left: 122px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	transform: translateY(33%);
}

#listContainer li a h5 span {
	font-size: 14px;
	color: #e81356;
	display: block;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #e81356 !important;
    height: 2px;
    width: 64px;
    transform: rotate(0deg);
    position: absolute;
    left: 34px;
    top: 23px;
    border-radius: 5px;
    border: none !important;
    outline: 0;
    z-index: 9999;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 1px solid #e81356;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid #e81356;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

input[type=range]::-ms-thumb {
	height: 12px;
	width: 12px;
	border: 1px solid #e81356;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

#playerContainer {
	height: auto;
	float: left;
	margin-top: 6px;
}

.controls li:first {
	margin-right: 10px;
}

.controls li {
	float: left;
	display: inline-block;
	text-align: center;
	margin-top: 8px;
	margin-left: 7.5px;
}

.controls li a {
	display: inline-block;
}

.playAudio,.play {
	background: url('../images/audio/play.png') no-repeat;
	width: 64px;
	height: 64px;
	margin: 0 7.5px;
	cursor: pointer;
}

.pauseAudio, .pause {
	background: url('../images/audio/pause.png') no-repeat;
	width: 64px;
	height: 64px;
}

.shuffle {
	background: url('../images/audio/shuffle.png') no-repeat;
	width: 16px;
	height: 64px;
}

.shuffleActive, .shuffle:hover {
	background: url('../images/audio/shuffle.png') no-repeat;
	width: 16px;
	height: 64px;
}

.left {
	background: url('../images/audio/prev.png') no-repeat;
	height: 64px;
	width: 16px;
	margin: auto;
	margin-top: 0px;
	opacity: 1;
	cursor: pointer;
}

.left:not(.disabled):hover {
	opacity: 0.4;
}

.left.disabled, .right.disabled {
	opacity: 0.4;
	cursor: default;
}

.right {
	background: url('../images/audio/next.png') no-repeat;
	height: 64px;
	width: 16px;
	margin: auto;
	margin-top: 0px;
	opacity: 1;
	cursor: pointer;
}

.right:not(.disabled):hover {
	opacity: 0.4;
}

.repeat {
	background: url('../images/audio/replay.png') no-repeat;
	width: 16px;
	height: 64px;
}

.repeat:hover, .repeat.loopActive {
	background: url('../images/audio/replay.png') no-repeat;
	width: 16px;
	height: 64px;
}

.volume {
	width: 16px;
	height: 64px;
	float: left;
	background: url('../images/audio/volume.png') no-repeat;
	margin-top: -8px;
}

.mute {
	background: url('../images/audio/mute.png') no-repeat;
	margin-top: -8px;
}

.progress {
	display: none;
}

.progress .updateProgress {
	width: 0px;
	background-color: #e81356;
	height: 100%;
	float: left;
	position: relative;
}

.volumeControl {
	position: relative;
	margin: 8px 10.5px;
	cursor: pointer;
}

.volumeControl .updateProgress {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}

input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #00BD9B;
	height: 2px;
}

.audioDetails {
	clear: both;
	color: #00bd9b;
	font-size: 12px;
	padding: 5px;
}

.audioTime {
	display: inline-block;
	text-align: right;
	float: right;
	margin-top: 22px;
	margin-left: 4px;
	margin-right: 15px;
	color: #fff;
}

.songPlay {
	display: inline-block;
}

.seekableTrack {
	width: 0%;
	background-color: #666666;
	height: 2px;
	position: absolute;
	z-index: 0;
	display: block;
}

.seekableTrack, .progress .updateProgress {
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.repeat, .shuffle {
	margin: 0 10.5px;
	cursor: pointer;
}

.bar {
	transition: .4s;
}

.volume-hidden {
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.artist-home {
	position: relative;
	background: url(../images/bg/07.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
     height:100vh;
}

.artist-home h2 {
	font-size: 141px;
	font-weight: 700;
	line-height: 136px;
	text-transform: uppercase;
	color: #e81356;
	margin-top:-40px;    
}

.artist-home .intro-text-img {
	margin: -34px 0px -8px;
}

.artist-home p {
	color: #1a1a1a !important;
}

.artist-about {
	padding-top: 70px;
}

.artist-about p.small {
	line-height: 12px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.3px;
	font-style: italic;
	color: #1a1a1a !important;
	margin-bottom: 15px;
	margin-top: 83px;
}

.artist-about h4 {
	color: #e81356;
	font-size: 36px;
	font-weight: 300;
	margin: -6px 0px 15px;
	line-height: 48px;
}

.artist-about p {
	margin-bottom: 60px;
}

.home-single-album {
	background: #edeae4;
}


@media only screen and (min-width: 768px)  and (max-width: 1050px)  {

.music-home-list .col-md-2 {
    width: 100%;
}

.vlist-thumb img {
	width:100%;
}

.music-home-list .col-md-6 {
    width: 100%;
}

.related-albums .col-md-4 {
	margin-bottom:30px;
}

.related-albums .album {
    position: relative;
    cursor: pointer;
    max-width: 500px;
    margin: 0 auto;
}

.related-albums .album img {
	width:100%;
}

.gallery-item-main {
	width: 50%;
	padding: 0 15px;
}

.artists-artists {
	position: relative;
	display: table;
	margin: 0 auto;
}

.single-album-thumb img {
    width: 100%;
    margin-bottom: 10px;
}

.single-artist img {
	width:100%;
	margin-bottom:30px;
}

}

@media only screen and (min-width: 280px)  and (max-width: 767px)  {

input[type="range"] {
    top: -20px !important;
}



#listContainer li a h5 {
    margin-left: 122px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    transform: translateY(33%);
    width: 40%;
    position: relative;
    top: -9px;
}



#playlist {
	display: block;
	overflow: hidden;
}



.progress {
	display:none;
}

.btn-play {
	overflow: hidden;
}



.repeat, .shuffle {
	margin: 0 !important;
}

.volumeControl {
	display: none;
}



}




