.player-content {
	width: 95vw;
	max-width: 1550px;
	margin: auto;
}

.player-circulo {
	position: relative;
	border-radius: 50%;
	border: solid #ffffff 2px;
	width: 256px;
	height: 256px;
	background-position: center;
	background-size: contain;
}

.player-icones {
	min-width: 80px;
	height: auto;
}

.texto-musica {
	white-space: nowrap;
	font-size: 10.5em !important;
	height: 170px;
	/*overflow: hidden;*/
	padding-top: 10px;
	margin-bottom: 5px;
	line-height: 7.5vw;
	text-transform: uppercase;
}
.texto-artista {
	white-space: nowrap;
	/*overflow: hidden;*/
	font-size: 3em;
	text-transform: uppercase;
}

.box {
	position: relative;
	margin-top: 10vh;
	z-index: 4;
}
.box-negativo {
	position: relative;
	margin-top: 4vh;
	z-index: 4;
}

.player-circulo img {
	position: absolute;
	top: 0;
	max-height: 100%;
	max-width: 100%;
	filter: invert(0.9);
	cursor: pointer;
	z-index: 4;
	left: 0%;
	transition: all 0.5s ease;
}

.player-circulo.play img.pause {
	opacity: 0;
}
.player-circulo.pause img.play {
	opacity: 0;
}

#play-pause {
	
}

/* style for next and previous song images */
#next-song, #previous-song {
	max-width: 40px;
	height: auto;
	filter: invert(1);
	cursor: pointer;
	bottom: 13.5%;
	z-index: 4;
}

/* style for current time of the track */
.currentTime {
	height: 20px;
	width: auto;
	cursor: pointer;
	bottom: -7.5%;
	left: 17%;
	z-index: 4;
	font-size: 13px;
	color: white;
	align-items: center;
	/*transition: all 0.1s;*/
}

/* style for the total length of the track */
.durationTime {
	height: 50px;
	width: 100%;
	cursor: pointer;
	bottom: -1%;
	right: 11%;
	z-index: 4;
	font-size: 13px;
	align-items: center;
	color: #FFF;
}

/* style for the progress bar */
#progress-bar {
	-webkit-appearance: none;
	appearance: none;
	z-index: 4;
	height: 2px;
	background: #E6E6E6;
	width: 160pt;
	bottom: 5%;
	border-radius: 30px;
	left: 17%;
}
#progress-bar::before {
	content: " ";
	position: absolute;
	width: 20px;
	height: 6px;
	top:-3px;
	background-color: #fff;
}
#progress-bar::after {
	content: " ";
	position: absolute;
	width: 20px;
	height: 6px;
	top:-2px;
	right: 0px;
	background-color: #fff;
	border-radius: 3px;
}

/* style for the progress bar's slider thumb */
#progress-bar::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -3px;
	margin-left: 0px;
	height: 12px;
	width: 2px;
	border: 0;
	background: -webkit-linear-gradient(45deg,  rgb(213, 213, 213), rgb(193, 255, 6));
	border-radius: 30px;
	cursor: pointer;
}

/* style for the progress bar's runnable track */
#progress-bar::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	max-height: 5px;
	border-radius: 30px;
}

/* style to remove blue shade of the progress bar when clicked on/selected */
#progress-bar:focus {
	outline: none;
}




/* Important styles */
#toggle {
	position: absolute;
	right: 0px;
	bottom:20%;
	display: block;
	width: 6px;
	height: 40px;
	margin: 30px auto 10px;
	border-left: 4px #DDD solid;
	z-index: 100000;
	writing-mode: sideways-lr;
	-webkit-writing-mode: sideways-lr;
	-ms-writing-mode: sideways-lr;
	overflow: hidden;
}
#toggle a{
	writing-mode: vertical-lr;
	text-decoration: none;
}
#toggle:hover{
	width: 50px;
	transition: all 0.5s;
}
#toggle span:after,
#toggle span:before {
	position: absolute;
	left: 0;
	top: -9px;

}
#toggle span:after{
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 5px;
	border-radius: 2px;
}

/* on activation */
#toggle.on span {
	background-color: transparent;
}

#toggle.on + #menuA {
	opacity: 1;
	visibility: visible;
		
}

/* menu appearance*/
#menuA {
	position: absolute;
	right: 0;
	bottom: 28%;
	color: #999;
	width: 60px;
	padding: 5px 0 0 10px;
	border-radius: 4px;
	background: #040404;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
	z-index: 10000;
}
.giraTexto{
	position: relative;
	left: 5px;
	transform: rotate(-90deg) !important;
	top: 10px;
	font-size: 10px
}
#menuA:after {
	position: absolute;
	top: 30%;
	left: 0;
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid white;
}

#range {
	-webkit-appearance: slider-vertical;
	width: 20px;
	height: 300px;
	background: #9A7335;
}
#menuA > span{
	box-sizing: border-box;
	font-size: 10px;
	border: solid 1px #DDD;
	padding: 5% 10%;
	width: 100%;
	margin: 0 auto;
}
.lista-zebra:nth-child(odd) {
	background-color:#F3F3F3 !important;
}



.botao-mixer {
	width: 70px;
	height: 25px;
	position: absolute;
	top:0px;
	right: 20px;
	border-radius:3px;
	border: #343434 1px solid;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color:#ffff;
	cursor: pointer;
}

.box-mixer {
	width: 70px;
	height: 0px;
	position: absolute;
	top:50px;
	right: 20px;
	transition: all 0.5s;
	overflow: hidden;
}

.box-mixer.ativo {
	height: 650px;
	transition: all 0.5s;
	/*overflow: visible;*/
}

.footer-icone img {
	width: 65px;
}

.footer-icone span {
	clear: both;
}

.footer-icone {
	text-align: center;
	color: #ffffff;
}



.content-wave {
	position: relative;
	width: 100%;
	height: 100px;
}
.content-wave .linha-horizontal {
	width: 100;
	height: 2px;
	border-radius: 1px;
	width: 100%;
	position: absolute;
	top: 49px;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 90;
}