@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a{ text-decoration: none; color: inherit; }
button, input, select, textarea{
	background-color: transparent;
	border: none;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: inherit;
}
button, a{ cursor: pointer; }
html{ -webkit-tap-highlight-color: transparent; }

body{
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
}

.center{
	width: 86%;
	margin: 0 7%;
	position: relative;
}

.alert{
	width: 100%;
	height: auto;
	position: fixed;
	top: -100%;
	left: 0;
	padding: 20px;
	background-color: #FFF;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	color: #000;
	z-index: 999999999;
	transition: all 0.3s;
}

.alert.active{ top: 0; }

#background,
#background::before
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	background-image: url('../img/padrao.png');
}

#background{
	background-image: url('../img/padrao.png');
	background-size: cover;
	background-position: center;
	z-index: -9999;
}

#background::before{ background-image: url('../img/bg.png'); opacity:.75; content: ''; z-index: 999; }

#background #youtubePlayer{ transform: scale(1.5); }

button[onclick="Player.Exe()"]{
	width: auto;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 10px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 4px;
	font-size: 9px;
	color: #000;
	display: none;
}

.box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	padding: 50px 0;
	background-color: rgba(0,0,0,.95);
	overflow: auto;
	z-index: 9999999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.box.active{
	opacity: 1;
	visibility: visible;
}

.box > button[onclick]{
	top: 10px;
	left: 10px;
	position: absolute;
	font-size: 30px;
	color: #FFF;
}

.box h3{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 23px;
	color: #FFF;
}

.box .content{
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #FFF;
	float: left;
}

.box#lyrics .data{
	width: 50%;
	height: auto;
	text-align: center;
	float: left;
}

.box#request form, .box#contact form{
	width: 350px;
	height: auto;
}

.box#request form input, .box#request form textarea, .box#contact form input, .box#contact form textarea{
	width: 100%;
	height: 50px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-radius: 2px;
	float: left;
}

.box#request form textarea, .box#contact form textarea{
	height: 100px;
	resize: none;
}

.box#request form button, .box#contact form button{
	width: auto;
	height: 40px;
	padding: 0 15px;
	background-color: #FECC00;
	border-radius: 2px;
	font-weight: 600;
	font-size: 10px;
	color: #FFF;
	float: right;
	transition: opacity .1s;
}

nav{
	width: auto;
	height: auto;
	float: left;
}

nav button[onclick="Menu.Toggle()"]{
	font-size: 35px;
	color: #FFF;
}
nav ul button[onclick="Menu.Toggle()"]{ color: #EEE; }

nav li{ list-style: none; }

nav > ul > li{
	position: relative;
	float: left;
}

nav > ul > li p{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

nav > ul > li > ul li{
	width: 100%;
	height: auto;
	padding: 4px 0;
	font-weight: 500;
	font-size: 13px;
	color: #000;
}

#player{
	width: 100%;
	height: auto;
	float: left;
}

#player .picture{
	position: relative;
	background-image: url('../img/padrao.png');
	background-size: cover;
	background-position: center;
	border-radius: 2px;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.1),
		0 2px 1px rgba(0,0,0,.8),
		inset 0 -2px 0 rgba(255,255,255,.15);
	float: left;
}

#player .picture::before{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.95));
	border-radius: 2px;
	content: '';
}

#player .picture .logo{
	width: calc(100% - 60px);
	height: 100%;
	margin: 50% 0 0 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url('../img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#player .picture .pw{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 4px; left: 0;
	text-align: center;
	font-weight: 300;
	font-size: 7px;
	color: #FFF;
}

#player .picture .pw span{ font-weight: 600; font-size: 10px; }

#player .data{
	height: auto;
	float: left;
}

#player .data p{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 35px;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#player .data p:first-of-type{
	font-size: 14px;
	opacity: 0.3;
}

#player .buttons{
	height: auto;
}

#player .buttons button{
	width: 40px;
	height: 40px;
	box-shadow: 0 0 0 1px #FFF;
	border-radius: 50%;
	font-size: 13px;
	color: #FFF;
	float: left;
	transition: all .1s;
}

#player .buttons button.active{
	background-color: #FFF;
	color: #000;
}

#player .volume{
	height: auto;
	float: left;
}

#player .volume .barra{
	width: 100%;
	height: 5px;
	position: relative;
	background-color: #EEE;
	border-right: 7px solid #EEE;
	border-radius: 2px;
	float: left;
}

#player .volume .barra .ui-slider-range{
	width: 70px;
	height: 5px;
	position: absolute;
	left: 0;
	background-color: #FECC00;
	border-radius: 0 0 100px 100px;
	float: left;
}

#player .volume .barra .ui-slider-handle{
	width: 13px;
	height: 13px;
	position: absolute;
	margin-left: -3.5px;
	margin-top: -4px;
	background-color: #FECC00;
	box-shadow: 0 3px 2px rgba(0,0,0,0.27);
	border-radius: 100px;
	cursor: pointer;
	outline: 0;
}

#player .volume p{
	margin-top: 10px;
	font-size: 14px;
	opacity: 0.3;
	color: #FFF;
}

footer{
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,.0);
	text-align: center;
	font-weight: 600;
	font-size: 10px;
	color: #FFF;
	line-height: 30px;
	float: left;
}