@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'whitneycondensed_lightregular';
    src: url('whitneycondensed-light-webfont.eot');
    src: url('whitneycondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('whitneycondensed-light-webfont.woff') format('woff'),
         url('whitneycondensed-light-webfont.ttf') format('truetype'),
         url('whitneycondensed-light-webfont.svg#whitneycondensed_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	min-width: 970px;
}

img {
	border: none;
}

h2 {
	font-size: 14px;
	font-weight:normal;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: solid 3px #000;
	float: left;
}

/* INTRO */
.logotop1, .logotop2, .logotop3 {
	position: absolute;
	top: 30px;
	left: 30px;;
}
.logotop2, .logotop3 {
	display: none;
}

/* !INTRO */

.container-left {
	width: 500px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}
.next-logo {
	width: 123px;
	height: 69px;
}
.menu {
	margin-top: 20px;
	padding: 0;
	text-transform: uppercase;
	font-family: Titillium Web, Arial;
	font-size: 12px;
	font-weight: 300;
}
.menu li {
	display: inline-block;
	margin-right: 10px;
}
.menu li a {
	text-decoration: none;
	color: #FFF;
}
.menu .current {
	border-bottom: solid 3px #FFF;
}

.conteudo {
	position: relative;
	width: 100%;
	height: 550px;
	top: -800px;
	background-color: #FFF;
	z-index: 20;
	margin-bottom: 30px;
}
.conteudo p {
	line-height: 18px;
}
.conteudo-cnt {
	float: left;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 3%;
}
.conteudo-cnt .break {
	margin-bottom: 30px;
	clear: both;
}

/* NOTICIAS */

/* Slider NOTICIAS */
.iosSlider {
	position: relative;
	width: 100%;
	height: 500px;
}
.iosSlider .prevButton {
	position: absolute;
	top: 0;
	right: 35px;
	width: 30px;
	height: 30px;
	background: url(../images/layout/news-antes.jpg) no-repeat 0 0;
	z-index: 2;
}
.iosSlider .nextButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(../images/layout/news-depois.jpg) no-repeat 0 0;
	z-index: 2;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
}
.iosSlider .slider .item .image {
	width: 100%;
}
.iosSlider .slider .item .text {
	width: 100%;
	height: 260px;
}

/* ARTISTAS */
.artistas {
	float: left;
	width: 100%;
}
.artistas .artista {
	width: 82px;
	height: 50px;
	float: left;
	margin-top: 3%;
	margin-left: 3%;
	background-size: 100% auto;
}
.artistas .artista a {
	text-decoration: none;
	color: #000;
}
.artistas .artista .hover {
	width: 100%;
	height: 100%;
	background-image: url(../images/layout/artista-thumb-hover.png);
	background-repeat: repeat;
	display: none;
}
.artistas .artista:hover .hover {
	display: block;
	cursor: pointer;
}
.artistas h1 {
	font-size: 10px;
	margin: 0;
	padding: 2px;
	text-transform: uppercase;
	font-family: Titillium Web, Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

.artistas-right {
	position: relative;
	width: 365px;
	height: 550px;
	margin-top: 156px;
	margin-left: 30px;
	float: left;
	left: -415px;
}
.artistas-right .artistas-cnt {
	background-color: #FFF;
	width: 365px;
	height: 550px;
}
.artistas-cnt-conteudo {
	width: 92%;
	margin-left: 4%;
	padding-top: 4%;
}
.artistas-cnt-conteudo h1 {
	font-size: 12px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	text-transform: uppercase;
	font-family: Titillium Web, Arial;
	font-size: 12px;
	font-weight: normal;
}
.artistas-cnt-conteudo a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	float: left;
	margin-right: 10px;
	margin-top: 11px;
}
.links-artista .current {
	border-bottom: solid 3px #000;
}

.bio {
	width: 365px;
	height: 215px;
	overflow: auto;
	float: left;
	clear: both;
	margin-top: 10px;
}
.bio p {
	width: 335px;
	line-height: 18px;
	padding-bottom: 3px;
	margin-top: 0;
}

.agenda {
	width: 365px;
	height: 215px;
	overflow: auto;
	float: left;
	clear: both;
	margin-top: 10px;
	display: none;
}
.agenda a:hover {
	opacity: 0.7;
}
.evento {
	width: 335px;
	float: left;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
}
.agenda .evento .info {
	width: 245px;
	float: left;
}
.agenda .evento .info p {
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
}
.agenda .evento .img {
	width: 74px;
	float: left;
	margin-left: 16px;
}

.links {
	width: 100%;
	height: 215px;
	float: left;
	clear: both;
	margin-top: 10px;
	display: none;
}
a.presskit {
	width: 100%;
	margin: 0;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight:normal;
	background-color: #282828;
	color: #FFF;
}

/* BOOKINGS */
.bookings-linha {
	width: 100%;
	clear: both;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.bookings-linha p {
	float: left;
	text-transform: uppercase;
	margin: 0;
}
.bookings-linha .input {
	float: right;
}
.bookings-text {
	width: 100%;
	padding: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: none;
	background-color: #cccccc;
	border: solid 1px #cccccc;
	margin: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.bookings-text:focus {
	outline: none;
}
.size1 { width: 402px; }
.size2 { width: 420px; }
.size3 { width: 417px; }
.size4 { width: 412px; }
.size5 { width: 406px; }
.size6 { width: 387px; }
.size7 { width: 359px; }
.size8 { width: 296px; }
.size8a { width: 340px; }
.size9 { width: 380px; }
.size10 { width: 390px; }
.size11 { width: 422px; }
.size12 { width: 405px; }
.btnenviar {
	border: none;
	background: none;
	clear: both;
	float: left;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	cursor: pointer;
	font-size: 12px;
}
.btnenviar:focus, .btnenviar:hover {
	outline: none;
	color: #CCC;
}
.bookings-info {
	float: left;
	text-transform: uppercase;
	clear: both;
}

/* CONTACTOS */
.contacto {
	width: 260px;
	border-bottom: 2px dashed #000;
	padding-bottom: 15px;
}
.contacto a {
	color: #000;
	text-decoration: none;
}
.contacto a:hover {
	text-decoration: underline;
}
.contpad {
	padding-top: 25px;
}
.contacto p {
	margin-top: 0;
	margin-bottom: 10px;
}
.redes {
	margin-top: 20px;
}


/* EXTRAS */
.extras {
	width: 300px;
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.barra-branca {
	position: relative;
	width: 100%;
	height: 23px;
	margin-top: 234px;
	background-color: #fff;
}
.newsletter {
	width: 260px;
	height: 30px;
	background: rgba(46, 46, 46, 0.5);
	float: right;
	margin-top: 27px;
}
.newsletter p {
	margin: 0;
	color: #ccc;
	margin-top: 9px;
	margin-left: 8px;
	font-size: 11px;
	float: left;
}
#result {
	float: left;
}
.newsletter-text {
	width: 142px;
	padding: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: none;
	background-color: #cccccc;
	border: solid 1px #cccccc;
	margin: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top: 6px;
	margin-left: 8px;
}
.newsletter-text:focus {
	outline: none;
}
.newsletter-enviar {
	width: 10px;
	height: 15px;
	background: none;
	background-image: url(../images/layout/enviar-newsletter.png);
	background-repeat: no-repeat;
	float: right;
	border: none;
	margin-right: 8px;
	margin-top: 7px;
	cursor: pointer;
}
.newsletter-enviar:hover {
	background-image: url(../images/layout/enviar-newsletter-hover.png);
}
.nor267 {
	float: right;
	clear: both;
	margin-top: 15px;
}

.jqInvalid {
	border-color: #f00;
}
/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

img { border:none; }
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }