@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;800&display=swap');
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-play:before {
	content: "\e600";
}
.icon-pause:before {
	content: "\e601";
}
.icon-backward:before {
	content: "\e602";
}
.icon-forward:before {
	content: "\e603";
}
.icon-volume-increase:before {
	content: "\e604";
}
.icon-volume-decrease:before {
	content: "\e605";
}
.icon-loop:before {
	content: "\e606";
}
.icon-loop2:before {
	content: "\e607";
}
.icon-shuffle:before {
	content: "\e608";
}
.icon-play2:before {
	content: "\e609";
}
.icon-pause2:before {
	content: "\e60a";
}
.icon-backward2:before {
	content: "\e60b";
}
.icon-forward2:before {
	content: "\e60c";
}
.icon-first:before {
	content: "\e60d";
}
.icon-last:before {
	content: "\e60e";
}
.icon-previous:before {
	content: "\e60f";
}
.icon-next:before {
	content: "\e610";
}
.icon-volume-high:before {
	content: "\e611";
}
.icon-volume-medium:before {
	content: "\e612";
}
.icon-volume-low:before {
	content: "\e613";
}
.icon-volume-mute:before {
	content: "\e614";
}
.icon-volume-mute2:before {
	content: "\e615";
}
.icon-stop:before {
	content: "\e616";
}
.icon-stop2:before {
	content: "\e617";
}
.icon-loop3:before {
	content: "\e618";
}
.icon-eject:before {
	content: "\e619";
}
.icon-heart:before {
	content: "\e61a";
}
.icon-heart:before {
	content: "\e61b";
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
}
 
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
}
img{
	user-drag: none; 
	-moz-user-select: none; 
	-webkit-user-drag: none;
}
body{
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	background: #f9f9f9;
}
#topline{
	width: 100%;
	height: 15px;
	background: #19a7fd;

	margin: 0;
}
header{
	margin: 80px auto;
}
header h1{
	font-size: 3em;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 12px solid #19a7fd;
	font-weight:800;
}
.content{	
	margin: 80px auto;
	display: none;
}
#player{
    min-height: max-content;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin: 0 auto;
    background-color: white;
}
#mainbg{
	background: url(../img/songs/master-bg.jpg);
	height: 180px;
}
#mainsimg img{
	position: relative;
	top: -80px;
	left: 30px;
	width: 105px; 
	height: 105px;
	border: 5px solid rgba(255,255,255,0.1);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
#mainsimg{
	float: left;
}
#songtitle{
	float: left;
	color: white;
	font-size: 30px;
	position: relative;
	top: -75px;
	left: 50px;
}
#songtitle p{
	font-weight: 700;
	display: block;
}
#songtitle #subalbum{
	font-size: 14px;
	position: relative;
	top: 0px;
}
#defaultprogress{
    margin-top:15%;
	clear: both;
	position: relative;
	top: -97px;
}
#progressslide{
	width: 90%;
	height: 12px;
	background-color: rgba(0,0,0,0.25);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 0 auto;
}
@media only screen and (max-width:764px){
    #defaultprogress{
        margin-top:35%;
    }
}
.ui-slider {
	position: relative;
	width: 100px;
}
.ui-slider-handle{
	z-index: 2;
	margin-left: 4px;
	position: absolute;
	top: 3px;
    width: 6px;  
    height: 6px;  
    cursor: pointer;  
	background-color: rgba(0,0,0,0.0.5);
    outline: none;  
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ui-slider-range {
	position: absolute;
	top: 3px;
	left: 4px;
	z-index: 1;
    border: 0; 
	height: 6px;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#timer{
	position: relative;
	float: right;
	top: -90px;
	right: 30px;
	font-size: 14px;
	color: #0f0f0f;
	font-weight: 700;
}
#controls{
	position: relative;
	top: -70px;
	left: 43px;
}
#controls div{
	float: left;
}
.activeleft{
	background: rgb(25,167,253,0.2) !important;
}
.cleft{
	width: 40px;
	height: 40px;
	padding-top: 10px;
	margin-right: 10px;
	font-size: 20px;
    color:rgb(25,167,253);
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: 0.05s all ease-in;
	-moz-transition: 0.05s all ease-in;
	-o-transition: 0.05s all ease-in;
	transition: 0.05s all ease-in;
}
.cleft:hover{
	color: rgb(25,167,253,0.5);
}
.cright{
	margin-right: 10px;
	font-size: 40px;
	color:rgb(25,167,253);
	-webkit-transition: 0.05s all ease-in;
	-moz-transition: 0.05s all ease-in;
	-o-transition: 0.05s all ease-in;
	transition: 0.05s all ease-in;
}
.cright:hover{
	color: rgb(25,167,253,0.6);
}
#pause{
	position: relative;
	display: none;
}
/*#prev{
	padding-left: 10px;
}*/
#loop{
	margin-left: -20px;
}
.control:hover{
	cursor: pointer;
}
.control:active{
	position: relative;
	top: 1px;
}
#volumes:hover #volumecontrol{
	width: 80px;
	opacity: 1;
}
#volumes:hover + #loop{
	margin-left: 0;
	margin-right: -10px;
}
#conright{
	margin-left: 20px;
}
#volumes:hover #conright{
	margin-left: -40px;
}

#volumecontrol{
	opacity: 0;
	width: 0px;
	height: 12px;
	background: rgba(0,0,0,0.25);
	position: relative;
	top: 12px;
	left: 0px;
	margin-right: 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
}
#playlist{
	position: relative;
	clear: both;
	widows: 100%;
	top: -15px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#playlist ul{
	list-style: none;
}
#playlist ul li:hover{
	opacity: 0.9;
}
#playlist ul li:active{
	opacity: 1;
	-webkit-transition: 0.03s all ease-in;
	-moz-transition: 0.03s all ease-in;
	-o-transition: 0.03s all ease-in;
	transition: 0.03s all ease-in;
}
#playlist ul li{
	cursor: pointer;
	opacity: 0.7;
	clear: both;
	list-style: none;
	width: 100%;
	height: 70px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: 0.1s all ease-in;
	-moz-transition: 0.1s all ease-in;
	-o-transition: 0.1s all ease-in;
	transition: 0.1s all ease-in;
}
#playlist ul li:first-child{
	border-top: none;
}
#playlist ul li:last-child{
	border-bottom: none;
}
#playlist ul li .playhover{
	width: 10px;
	height: 100%;
	background: #984141;
	float: left;
}
#playlist ul li .smallimg img{
    display:none;
	float:left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 4px solid rgba(255, 255, 255, 0.1);
	margin-left: 15px;
	margin-top: 9px;
}
#playlist ul li .playsongtitle{
	position: relative;
	top: 17px;
	left: 15px;
	float: left;
}
#playlist ul li .playsongtitle p{
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 3px;
}
#playlist ul li .playsongtitle span{
	font-size: 14px;
	padding-bottom: 5px;
	opacity: 0.8;
}
.divright{
	position: relative;
	float: right;
	right: 30px;
}
#playlist ul li .listdiv{
	float: left;
	margin-left: 80px;
	margin-top: 15px;
	width: 10px;
	height: 40px;
}
#playlist ul li .icon-play2{
	float: left;
	color: #19a7fd;
	font-size: 30px;
	position: relative;
	left: 7px;
	top: 12px;
	-webkit-transition: 0.1s all ease-in;
	-moz-transition: 0.1s all ease-in;
	-o-transition: 0.1s all ease-in;
	transition: 0.1s all ease-in;
}
#playlist ul li .playsongtime{
	position: relative;
	left: 102px;
	top: -12px;
	font-weight: 700;
	font-size: 12px;
	opacity: 0.5;
}
#request{
	float: left;
	opacity: 0.9;
	cursor: pointer;
	z-index: -1;
	width: 200px;
	height: 60px;
	position: relative;
	top: -50px;
	background: #d87171;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.1s all ease-in;
	-moz-transition: 0.1s all ease-in;
	-o-transition: 0.1s all ease-in;
	transition: 0.1s all ease-in;
}
#request:hover{
	opacity: 1;
}
#request .icon-heart{
	float: left;
	margin-left: 30px;
	margin-top: 27px;
	color: #f9a0a0;
}
#request p{
	float: left;
	margin-left: 10px;
	margin-top: 27px;
	color: white;
	font-weight: 700;
}
#eject{
	float: right;
	opacity: 0.9;
	cursor: pointer;
	z-index: -1;
	width: 60px;
	height: 37px;
	position: relative;
	top: -50px;
	color: white;
	text-align: center;
	padding-top: 23px;
	font-size: 20px;
	background: #d87171;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.1s all ease-in;
	-moz-transition: 0.1s all ease-in;
	-o-transition: 0.1s all ease-in;
	transition: 0.1s all ease-in;
}
.ejectrotate{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
#eject:hover{
	opacity: 1;
}
#playershadow{
	float: left;
	background: url(../img/shadow.png);
	width: 50px;
	height: 503px;
	position: relative;
	left: 0px;
	top: 10px;
	opacity: 0.5;
}
#vinyl{
	z-index: -1;
	position: relative;
	left: 200px;
	top: 70px;
	background: url(../img/vinyl.png);
	width: 376px;
	height: 376px;
}
.rotate{
	-webkit-animation: rotate 4s infinite linear;
	-moz-animation: rotate 4s infinite linear;
	animation: rotate 4s infinite linear;
}
@-webkit-keyframes rotate{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes rotate{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}
@keyframes rotate{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}