body {
	font-family: 'Roboto', sans-serif;
	margin:0;
	background:#fff;
}

a:link, a:visited {
	text-decoration:none;
}

h1, h2, h3, h4 {
	margin:0 0 10px 0;
}

header {
	width:100%;
	height:70px;
	margin:48px 0 65px 0;
	background:#000;
	color:#fff;
}

nav {
	box-sizing:border-box;
	width:950px;
	height:70px;
	position:relative;
	margin:0 auto;
}

nav img {
	position:absolute;
	top:-55px;
	left:0;
	width:180px;
	width:180px;
	z-index:9;
}

#bars-menu {
	display:none;
}

nav ul {
	box-sizing:border-box;
	list-style:none;
	position:relative;
	height:70px;
	margin:0;
	padding:0;
}

nav ul li {
	float:left;
	margin:0;
	padding:0;
}

#menu {
	width:520px;
	margin:0 0 0 185px;
}

#menu a {
	box-sizing:border-box;
	display:block;
	width:auto;
	height:70px;
	padding:25px 10px 0 10px;
	text-decoration:none;
	color:#fff;
	background:#000;
	text-transform:uppercase;
	transition:color .5s ease, background .8s ease;
}

#menu a:hover {
	color:#fff;
	background:#a71010;
	transition:color .5s ease-out, background .8s ease-out;
}

#menu-active a {
	color:#fff;
	background:#a71010;
}	

#social {
	float:right;
	font-size:1.2em;
	color:#000;
	width:230px;
}

#social li {
	margin-top:22px;
}

#social a {
	color:#fff;
	transition:color .4s ease;
	margin:0 4px 0 4px;
}
/*
#social a:hover {
	color:#a71010;
	transition:color .4s ease-out;
}*/

	

#ultimas {
	width:100%;
	height:400px;
	background:url(../img/header.jpg) center center;
	background-size:cover;
	margin-top:-65px;
}

#ultimas-grid {
	margin:0 auto;
	width:950px;
	padding-top:20px;
	color:#D0D0D0;
	text-align:center;
}



#ultimas-grid div {
    box-sizing: border-box;
    width: 20%;
    float:left;
    padding: 10px;
}

#ultimas-grid div div {
	width:100%;
	height: 175px;
    overflow: hidden;
    position: relative;
	box-shadow:0 0 1px 3px #333;
	border-radius:12px;
	background:#333;

}

#ultimas-grid div div:hover {
	z-index:999;
	box-shadow:0 0 1px 3px #a71010;
	background:#a71010;
}

.crop {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto; 
    height: auto;
    width: 100%;
    max-width:100%;
}

section {
	width:100%;
	background:#fff;
}

#container {
	box-sizing:border-box;
	width:950px;
	margin:0 auto;
	padding:20px 0;
	margin-bottom:10px;
	clear:both;
	color:#2D2D2D;
}

#container h1 {
	border-bottom:2px solid #959595;
	font-size:2em;
}

/*#container a:link, #container a:visited {
	text-decoration:none;
	color:#a71010;
	transition:color ease .8s;
}

#container a:hover {
	text-decoration:underline;
	color:#000;
	transition:color ease .8s;
}*/

aside {
	width:250px;
	float:right;
}

aside p {
	text-align:center;
}

aside table {
	border:none;
	text-align:center;
	width:100%;
	font-size:.8em;
	border-collapse: collapse;
	border-spacing:0 10px;
	margin-bottom:20px;
}

aside table tr {
	border-bottom:4px solid #fff;
	margin-bottom:10px;
}

aside table td {
	padding: 10px 2px 10px 2px;
}

aside table strong {
	font-size:1.1em;
	margin-bottom:5px;
}

aside a:link, aside a:visited {
	color:#000;
	margin-top:20px;
	font-size:1.2em;
	font-weight:bold;
	transition:background ease .8s;
	text-transform:uppercase;
}

aside a:hover {
	color:#a71010;
	transition:color ease .8s;
}

aside table .td-date {
	background:#000;
	color:#fff;
	padding:10px;
	font-size:1.2em;
}

#main {
	width:700px;
	box-sizing:border-box;
	padding-right:40px;
	float:left;
	text-align:justify;
}

#main a:link, #main a:visited {
	text-decoration:none;
	color:#a71010;
	transition:color ease .8s;
}

#main a:hover {
	text-decoration:underline;
	color:#000;
	transition:color ease .8s;
}

#last-albums {
	width:100%;
	clear:both;
}

#last-albums p, #morenews {
	display:block;
	text-align:right;
	clear:both;
	font-size:1.1em;
	font-weight:bold;
}

#morenews a:link, #morenews a:visited{
	color:#000;
}

#morenews a:hover {
	color:#a71010;
	text-decoration:none;
}

.last_grid {
	width:165px;
	box-sizing:border-box;
	padding:10px;
	float:left;
	height:205px;
	margin-bottom:8px;
	font-size:0.75em;
}

.last_grid strong {
	font-size:1.1em;
}

#last-albums a:link, #last-albums a:visited {
	color:#000;
	text-decoration:none;
	transition:color .5s ease;
}

#last-albums a:hover {
	color:#a71010;
	text-decoration:none;
	transition:color .5s ease;
}

.last_grid img, .last_grid-band img {
	border:1px solid #000;
}


/* ----- */

.blog-post {
	width:100%;
	border-bottom:1px solid #3D3D2D;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:.9em;
}


.blog-post:last-child {
	border-bottom:none;
}


.blog-post p {
	margin:0;
}

.blog-img {
	width:250px;
	float:left;
	margin-right:10px;
}

.blog-img img {
	max-width:100%;
	height:auto;
	margin-top:10px;
	border:1px solid #000;
}

.blog-prev {
	width:400px;
	float:left;
	min-height:160px;
	text-align:justify;
}

#post {
	width:100%;
}

#post img {
	max-width:100%;
	height:auto;
}


/* ----- */



#nxl_left {
	width:40%; float:left;
	color:#000;
}

#nxl_right {
	box-sizing:border-box; 
	width:60%; 
	padding-left:10px; 
	float:left;
}

#nxl_links {
	text-align:center;
	margin:0 0 15px 0;
	font-size:1.2em;
	font-weight:bold;
}

#nxl_links a:link, #nxl_links a:visited {
	color:#000;
	padding-top:10px;
	text-decoration:none;
}

#nxl_links a:hover {
	text-decoration:underline;
}

#nxl_links p {
	margin:0 0 7px 0;
}

#nxl_cover {
	max-width:100%; 
	width:100%; 
	height:auto;
	margin-bottom:10px;
}

#nxl_info {
	padding:8px; 
	font-size:.9em; 
	text-align:justify; 
	color:#333; 
	background:rgba(167,16,16,.4);
}

#nxl_info a:link, #nxl_info a:visited {
	text-decoration:none;
	color:#a71010;
	transition:color ease .8s;
}

#nxl_info a:hover {
	text-decoration:underline;
	color:#000;
	transition:color ease .8s;
}

/* ---- */

#nxl_player {
	width:100%;
	position:relative;
}
  
#player_container {
	width:100%;
	height:40px;
}

.jp-progress {
	position:absolute;
	top:0;
	left:120px;
	right:0;
	height:40px;
	background:#000;
}

.jp-seek-bar {
	background:#000;
	width:100px;
	height:100%;
	cursor:pointer;
}

.jp-play-bar {
	background:rgba(167,16,16,.7);
	width:80px;
	height:100%;
	transition:width .3s ease-out;
}
  
#controles button {
	margin:0;
	padding:0;
	border:0;
	display:block;
	text-decoration:none;
	width:40px;
	height:100%;
	font-size:16px;
	line-height:40px;
	text-align:center;
	background:#a71010;
	cursor:pointer;
	color:#fff;
	float:left;
	/*box-sizing:border-box;
	border-right:2px solid #000;*/
}

/*
#controles button:first-child, #controles button:nth-child(2) {
	background:#000;
}*/


#controles button:focus {
	color:#E4E4E4;
}

.details,.timing {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	padding:0 12px;
	font-size:14px;
	line-height:42px;
}

.timing {
	text-align:right;
}

.track-name, .jp-duration {
	font-size:14px;
	line-height:42px;
	color:#fff;
}

#nxl_player ol {
	list-style:decimal-leading-zero inside;
	margin:0 0 0 0;
	padding:0;
	color:#666;
	/*max-height:300px;
	overflow:auto;*/
}

#nxl_player ol li {
	border-bottom:1px solid #333;
	cursor:pointer;
	padding:10px;
	font-family:'Roboto', sans-serif;
	position:relative;
}

#nxl_player ol li:first-child {
	border-top:none;
}

#nxl_player ol li:last-child {
	border-bottom:none;
}

#nxl_player ol li:hover {
	background:#000;
	color:white;
	transition:background ease .8s;
}

#nxl_player ol li a:link, ol li a:visited {
	color:#666;
	text-decoration:none;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding-left:30px;
	padding-top:11px;
	position:absolute;
	top:0;
	bottom:0;
}

#nxl_player ol li:hover a, ol li a:hover {
	color:white;
}

#nxl_player li.playing { color: #000; font-weight:bold; font-family:'Roboto', sans-serif; }
#nxl_player li.playing a:link, #nxl_player li.playing a:visited, #nxl_player li.playing a:hover { color: #000; }
#nxl_player li.playing:hover, #nxl_player li.playing:hover a {color:#fff;}

/* ---- */

.nxl_grid {
	width:190px;
	box-sizing:border-box;
	padding:10px;
	float:left;
	height:255px;
	margin-bottom:8px;
	font-size:0.85em;
}

.nxl_grid strong {
	font-size:1.1em;
}

.nxl_grid a:link, .nxl_grid a:visited {
	color:#000;
	text-decoration:none;
	transition:color .5s ease;
}

.nxl_grid a:hover {
	color:#a71010;
	text-decoration:none;
	transition:color .5s ease;
}

.nxl_grid img, .nxl_grid-band img {
	border:1px solid #000;
}


#band-photo {
	width:950px;
	height:420px;
	margin:-65px auto 10px auto;
	position:relative;
}

#band-photo h1 {
	position:absolute;
	bottom:30px;
	left:17px;
	color:#fff;
	text-shadow:
   -1px -1px 17px #000,  
    1px -1px 17px #000,
    -1px 1px 17px #000,
     1px 1px 17px #000;
	border:none;
	z-index:9;
	font-size:3em;
}

.nxl-band-info {
	width:50%;
	float:left;
	color:#515151;
}

.nxl-band-info2 {
	width:50%;
	float:left;
	color:#515151;
	padding-top:35px;
}

.nxl-band-info:first-child {
	box-sizing:border-box;
	padding-right:20px;
}

.nxl-band-info img {
	max-width:100%;
	width:100%;
	height:auto;
}

.nxl-band-info a:link, .nxl-band-info a:visited, .nxl-band-info2 a:link, .nxl-band-info2 a:visited {
	color:#000;
	transition:color .5s ease;
}

.nxl-band-info a:hover, .nxl-band-info2 a:hover {
	color:#a71010;
	text-decoration:none;
	transition:color .5s ease;
}


.nxl_grid-band {
	width:158px;
	box-sizing:border-box;
	padding:4px;
	float:left;
	height:205px;
	margin-bottom:8px;
	font-size:0.9em;
}


.nxl_grid-band a:link, .nxl_grid-band a:visited {
	color:#000;
	text-decoration:none;
	transition:color .5s ease;
}

.nxl_grid-band a:hover {
	color:#a71010;
	text-decoration:none;
}
	
#comments {
	width:100%;
	margin:20px auto;
	clear:both;
	padding-top:25px;
}

#ontour table {
	border:none;
	text-align:center;
	width:100%;
	font-size:1em;
	border-collapse: collapse;
	border-spacing:0 10px;
	margin-bottom:20px;
}

#ontour table tr {
	border-bottom:4px solid #fff;
	margin-bottom:10px;
}

#ontour table td {
	padding: 10px 2px 10px 2px;
}

#trhead td {
	padding:10px;
	font-size:1.2em;
	color:#fff;
	background:#000;
}


#ontour a:link, #ontour a:visited {
	color:#a71010;
	transition:background ease .8s;
}

#ontour a:hover {
	color:#000;
	transition:color ease .8s;
}

#ontour table .td-date {
	background:#000;
	color:#fff;
	padding:10px;
	font-size:1.2em;
}


footer {
	margin-top:15px;
	width:100%;
	background:#000;
	padding:20px 0 20px 0;
	color:#fff;
	margin-bottom:0;
}

#pie {
	width:950px;
	margin:0 auto;
	font-size:.85em;
	text-align:justify;
}

#pie ul {
	list-style:none;
	margin:0;
	padding:0;
	width:45%;
	float:left;
	padding-right:3%;
}

#pie a:link, #pie a:visited {
	color:#fff;
	text-decoration:none;
}

#pie a:hover {
	text-decoration:underline;
}

.col3 {
	box-sizing:border-box;
	width:33%;
	float:left;
	padding:0 20px 0 20px;
}

.col3 img {
	max-width:100%;
	height:auto;
	clear:both;
	margin-bottom:10px;
}

.clear {
	clear:both;
	height:0;
}


#color-twitter:hover {
	color:#00aced;
	transition:color .4s ease-out;
}

#color-gplus:hover {
	color:#dd4b39;
	transition:color .4s ease-out;
}

#color-youtube:hover {
	color:#bb0000;
	transition:color .4s ease-out;
}

#color-pinterest:hover {
	color:#cb2027;
	transition:color .4s ease-out;
}

#color-soundcloud:hover {
	color:#ff8800;
	transition:color .4s ease-out;
}

#color-rss:hover {
	color:#f26522;
	transition:color .4s ease-out;
}

.catalogo {
	color:grey;
	float:right;
	font-size:.7em;
}

#paginado {
	clear:both;
	margin:10px 15px 10px 15px;
	font-size:.9em;
	font-weight:bolder;
	color:#FFF;
	text-align:center;
}

#paginado a, #paginado a:visited {
	color:#333;
	text-decoration:none;
	display:block;
	width:auto;
	height:auto;
	padding:4px;
	background:#FFF;
	border:1px solid #000;
	float:left;
	margin-right:4px;
	}
#paginado a:hover {
	color:#000000;
}

#paginado span {
	color:#000000;
	display:block;
	padding:4px;
	width:auto;
	height:auto;
	background:#FFFFFF;
	float:left;
	margin-right:4px;
	border:1px solid #000000;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

@media only screen and (max-width: 949px) {
	
	nav {
		box-sizing:border-box;
		width:100%;
		padding:0 5px 0 5px;
	}
	
	nav img {
		position:absolute;
		top:-55px;
		left:10px;
		width:180px;
		width:180px;
		z-index:9;
	}
	
	
	nav ul {
		box-sizing:border-box;
		list-style:none;
		position:relative;
		height:70px;
		margin:0;
		padding:0;
	}
	
	nav ul li {
		float:left;
		margin:0;
		padding:0;
	}
	
	#menu {
		display:none;
	}
		
	
	#social {
		display:none;
	}
	
	#bars-menu {
		display:block;
		position:relative;
		text-align:center;
	}
	
	#bars-menu li {
		float:right;
	}
	
	
	#bars-menu ul {
		display:none;
		position:absolute;
		top:70px;
		width:100%;
		right:0;
		z-index:999;
	}
	
	#bars-menu a {
		box-sizing:border-box;
		display:block;
		width:auto;
		height:70px;
		padding:25px 10px 0 10px;
		text-decoration:none;
		color:#fff;
		background:#000;
		text-transform:uppercase;
		transition:color .5s ease, background .8s ease;
	}
	
	#show-menu {
		font-size:1.4em;
	}
	
	#bars-menu a:active {
		color:#fff;
		background:#a71010;
		transition:color .5s ease-out, background .8s ease-out;
	}
	
	#nav li {
		width:100%;
		box-sizing:border-box;
		padding:10px;
		text-align:center;
		color:#fff;
		margin:0;
		border-bottom:1px solid #fff;
		background:#333;
		font-size:1.2em;
		font-weight:400;
	}
	
	#nav li:last-child {
		border-bottom:none;
	}

	
	
	#menu-active a {
		color:#fff;
		background:#a71010;
	}
	
	
	
	#container {
		box-sizing:border-box;
		width:100%;
		padding:20px 10px;
		margin-bottom:15px;
		clear:both;
		color:#2D2D2D;
	}
	
	#container h1 {
		border-bottom:2px solid #959595;
		font-size:2em;
	}
	
	aside {
		width:100%;
		clear:both;
		margin-top:20px;
	}
	
	#main {
		width:100%;
		box-sizing:border-box;
		clear:both;
		text-align:justify;
		padding:0;
	}
	
	
	#main a:hover, #main a:active {
		text-decoration:underline;
		color:#000;
		transition:color ease .8s;
	}
	
	.last_grid {
		width:50%;
		box-sizing:border-box;
		padding:10px;
		float:left;
		height:205px;
		margin-bottom:8px;
		font-size:0.75em;
	}
	
	.last_grid img {
		max-width:100%;
		height:auto;
	}
	
	
	
	/* ----- */
	
	.blog-post {
		width:100%;
		border-bottom:1px solid #3D3D2D;
		padding-bottom:10px;
		margin-bottom:10px;
		font-size:.9em;
	}
	
	
	.blog-post:last-child {
		border-bottom:none;
	}
	
	
	.blog-post p {
		margin:0;
	}
	
	.blog-img {
		width:100%;
		clear:both;
		margin:0;
	}
	
	.blog-img img {
		max-width:100%;
		height:auto;
		margin-top:3px;
	}
	
	.blog-prev {
		width:100%;
		clear:both;
		min-height:160px;
		text-align:justify;
	}
	
	
	/* ----- */
	
	
	
	#nxl_left {
		width:100%; 
		clear:both;
		color:#000;
	}
	
	#nxl_right {
		box-sizing:border-box; 
		width:100%; 
		padding:0;
		clear:both;
		margin-top:30px;
	}
	
	
	.track-name {
		display:none;
	}
	
	.jp-duration {
	font-size:14px;
	line-height:42px;
	color:#fff;
}
	
	
	
	.nxl_grid {
		width:33.33%;
		box-sizing:border-box;
		padding:10px;
		float:left;
		height:255px;
		margin-bottom:8px;
		font-size:0.85em;
	}
	
	.nxl_grid img {
		max-width:100%;
		height:auto;
	}
	
	
	.nxl_grid img, .nxl_grid-band img {
		border:1px solid #000;
	}
	
	
	#band-photo {
		width:100%;
		margin:-65px auto 10px auto;
		position:relative;
		height:auto;
	}
	
	#band-photo img {
		max-width:100%;
		height:auto;
	}
	
	#band-photo h1 {
		position:absolute;
		bottom:30px;
		left:17px;
		color:#fff;
		text-shadow:
	   -1px -1px 17px #000,  
		1px -1px 17px #000,
		-1px 1px 17px #000,
		 1px 1px 17px #000;
		border:none;
		z-index:9;
		font-size:1.5em;
	}
	
	.nxl-band-info {
		width:100%;
		clear:both;
		color:#515151;
	}
	
	.nxl-band-info:first-child {
	box-sizing:border-box;
	padding-right:0;
}
	
	.nxl-band-info2 {
		width:50%;
		float:left;
		color:#515151;
		padding-top:0;
		margin-bottom:15px;
	}
	
	
	.nxl_grid-band {
		width:33.33%;
		box-sizing:border-box;
		padding:4px;
		float:left;
		height:205px;
		margin-bottom:8px;
		font-size:0.9em;
	}
	
	
	.nxl_grid-band a:link, .nxl_grid-band a:visited {
		color:#000;
		text-decoration:none;
		transition:color .5s ease;
	}
	
	.nxl_grid-band a:hover {
		color:#a71010;
		text-decoration:none;
	}
		
	#comments {
		width:100%;
		margin:20px auto;
		clear:both;
		padding-top:25px;
	}
	
	
	
	
	footer {
		margin-top:15px;
		width:100%;
		background:#000;
		padding:20px 0 20px 0;
		color:#fff;
		margin-bottom:0;
	}
	
	#pie {
		width:97%;
		margin:0 auto;
		font-size:.95em;
		text-align:justify;
	}
	
	#pie ul {
		list-style:none;
		margin:0;
		padding:0;
		width:45%;
		float:left;
		padding-right:3%;
	}
	
	#pie a:link, #pie a:visited {
		color:#fff;
		text-decoration:underline;
	}
	
	#pie a:hover {
		text-decoration:underline;
	}
	
	.col3 {
		box-sizing:border-box;
		width:100%;
		float:left;
		padding:0 20px 30px 20px;
	}
	
	.col3 img {
		max-width:100%;
		height:auto;
		clear:both;
		margin-bottom:10px;
	}
	
	
}