@charset "iso-8859-2";
/* CSS Document */

@font-face { font-family: "KelsonSansRegular"; src: url("fonts/KelsonSansRegular.woff") format("woff"), url("fonts/KelsonSansRegular.svg") format("svg"), url("fonts/KelsonSansRegular.ttf") format("truetype"), url("fonts/KelsonSansRegular.otf") format("opentype"); font-weight: normal; font-style: normal; }
/*!
 * Grid, based on Bootstrap v3.2.0 (http://getbootstrap.com)
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.fadeIn {
-webkit-animation: fadeIn 3s ease-in-out;
-moz-animation: fadeIn 3s ease-in-out;
-o-animation: fadeIn 3s ease-in-out;
animation: fadeIn 3s ease-in-out;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: "KelsonSansRegular", Tahoma, Geneva, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/*Formata CLEAR das tabelas*/
	.clearfix {
		clear:both;
	}

body {
	margin:0px;
	background-color: #02101b;
	color: #c2ccd5;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F00;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFF;
}

a, a:hover {
	color: #ED3237;
	text-decoration:none;
}
header, section {
	margin:0;
	padding:0;
	clear:both;
}
.avisosOK {
	background-color:#ebf8a4;
	border: solid 1px #a2d246;
	color:#000;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.avisosBlue {
	background-color:#D9F8FF;
	border: 1px solid #09F;
	color:#000;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.avisosRed {
	background-color:#F9A4A6;
	border: 1px solid #D64346;
	color:#000;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*--------TOOLTIP----------------------*/
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
	position: absolute;
	width:140px;
	color: #000;
	font-size:14px;
	background-color: #FF0000;
	height: 30px;
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	border-radius: 6px;
	box-shadow: 0px 2px 0px #1E0080;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #FF0000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  top: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
/*--------END TOOLTIP------------------*/

/*HEADER--------------------------------*/
#header {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	margin:0px;
	padding:0px;
}

.header_navbar {
	padding-top: 5px;
	padding-bottom: 5px;

}
.header_navbar-center {
	max-width:980px;
	margin:auto;
}
#logo {
	float:left;
}
@media screen and (max-width: 767px){
#logo img {
	max-width:80%;
	max-height:80%;
}
}
/*slogan CD -----------*/
#slogan {
	max-width:980px;
	font-size:36px;
	color:#F00;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#slogan_sub {
	max-width:980px;
	margin:auto;
	font-size:18px;
	color:#FFF;
	text-align: center;
}

/*TITLES SECTIONS----------------------*/
.equalizer {
	text-align:center;
	background-image:url(../images/bg_equalizer.png);
	height: 45px;
	background-repeat: no-repeat;
	background-position: center top;
}
.equalizer_title {
	font-size:18px;
	font-weight: bold;
	text-align: center;
}

/*HOME VIDEOCAST-----------------------*/
#home_videocast {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-image: url(../images/track_bg.jpg);
	background-attachment: fixed;
}
#center_videocast {
	width: 980px;
	margin-bottom:5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
@media screen and (max-width: 767px){
#center_videocast {
	width: 100%;
	margin-top:10px;

}
}

/*EVENTS-------------------------------*/
#home_events {
	width: 980px;
	margin-top:25px;
	margin-right: auto;
	margin-left: auto;

}
@media screen and (max-width: 767px){
#home_events {
	width: 100%;
	margin-top:10px;
}

}

/*GALERIA-------------------------------*/
#home_gallery {
	background-color: #0F1C26;
	padding: 1px;
}

#home_gallerycenter {
	width: 980px;
	margin-top:25px;
	margin-right: auto;
	margin-left: auto;

}
@media screen and (max-width: 767px){
#home_gallerycenter {
	width: 100%;
	margin-top:10px;
}

}


/*HOME PARTICIPE FA CLUBE-----------------------*/
#home_faclube {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-image: url(../images/faclube-bg.jpg);
	padding:1px;
		background-attachment: fixed;

}
#center_faclube {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#faclubeimg {
	float:left;
	margin-right:100px;
	margin-top: 50px;
}
#faclubeparticipe {
	float:left;
	margin-top: 150px;
	font-size:24px;
}
#faclubeinscrever {
	float:left;
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
}
#faclubeinscrever a {
	text-decoration:none;
}
#faclubeinscrever a:hover {
	color:#F00;
}


@media screen and (max-width: 767px){
#center_faclube {
	width: 100%;
}
#faclubeimg {
	display:none;
}
#faclubeparticipe {
	float:none;
	margin-top: 10px;
	margin-left:5px;
	font-size:16px;
}
#faclubeinscrever {
	float:none;
	margin-top: 10px;
	font-size: 12px;
}

}

/*PAGINA CONTATO-----------------------*/
.contactL {
	width:580px;
	float:left;
	margin-right:80px;
	margin-bottom: 50px;
}
.contactR {
	width:320px;
	float:left;
}
@media screen and (max-width: 767px){
.contactL {
	width:99%;
	float:none;
	margin-right:0px;
}
.contactR {
	width:99%;
	float:none;
}
}

.contatosTitle {
	font-size:36px;
	font-weight:bold;
	margin-bottom:15px;
}
.contatosDIV {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2CCD5;
	margin-bottom: 25px;
	font-weight: bold;
	padding-left: 10px;
}
.contatosDIVcontent {
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
}
.contatosPhone {
	font-size: 18px;
	background-image:url(../images/ico-phone.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	padding-left: 40px;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contatosPhoneDDD {
	font-size:18px;
}

/*PAGINA ALBUM-----------------------*/
.albumL {
	width:520px;
	float:left;
	margin-top: 25px;
}
.albumL-bg {
	 background-position:top left; background-repeat:no-repeat;
}

.albumR {
	width:455px;
	float:left;
	margin-top: 25px;
}
.detalhesAlbum {
	font-size:24px;
}
.detalhesAlbum span {
	font-size: 14px;
	font-weight:bold;
	color: #F00;
}
.album-icon {
	width:200px;
	float:left;
	background-image: url(../images/disk.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.thumbs-album {
    position: relative;
	} 
.thumbs-album:hover {
  float: left;
  position: relative;
  z-index: 99;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.thumbs-titulo {
	font-size:14px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
}
.thumbs-year {
	font-size:12px;
	text-decoration: none;
	text-align: center;
	color: #CCC;
}
.btnComprar a {
    background-color: #f44336; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-right:  solid 1px #CA1A0B;
	border-bottom: solid 1px #CA1A0B;
}
.btnComprar a:hover {
	background-color: #CA1A0B; /* Green */
}
@media screen and (max-width: 767px){
.albumL {
	width:99%;
	float:none;
	margin-right:0px;

}
.albumL-bg {
	 background-position:top left; background-repeat:no-repeat;background-size: 70%;
}
.albumL img {
	width:99%;
	height:99%
}
.albumR {
	width:99%;
	float:none;
}
}
/*HOME MAIS ALBUNS-----------------------*/
#maisalbuns {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding:1px;
	background-color: #142532;

}
#maisalbuns_center {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
@media screen and (max-width: 767px){
#maisalbuns_center {
	width: 99%;
}
.album-icon {
	margin-left:40px;

}
}

/*FOOTER-------------------------------*/
#footer {
	background-position: center bottom;
	background-image: url(../images/default-footer-background.jpg);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #021626;
}
#footer_center {
	width: 980px;
	padding-top:25px;
	padding-bottom:10px;
	margin-right: auto;
	margin-left: auto;

}
#autografo {
	width:250px;
	float:left;
	margin-right: 100px;
}
@media screen and (max-width: 767px){
#autografo {
	width:99%;
	float:none;
	margin-right: 1px;
	text-align:center;
}
#autografo img {
	width:40%;
	height:40%;
}

}

#contatoshows {
	width:420px;
	float:left;
}
.contatoshowsTitle {
	font-size:36px;
	font-weight:bold;
	margin-bottom:15px;
}
.contatoshowsMail {
	font-size: 24px;
	background-image:url(../images/ico-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contatoshowsPhone {
	font-size: 24px;
	background-image:url(../images/ico-phone.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	padding-left: 40px;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contatoshowsPhoneDDD {
	font-size:14px;
}
@media screen and (max-width: 767px){
#contatoshows {
	width:99%;
	float:none;
	margin-top:25px;
}
.contatoshowsTitle {
	font-size:24px;
	margin-bottom:10px;
}
.contatoshowsMail {
	font-size: 18px;
	padding-left: 40px;
}
.contatoshowsPhone {
	font-size: 18px;
	padding-left: 40px;
	margin: 5px;
}
.contatoshowsPhoneDDD {
	font-size:14px;
}
}

#copyright {
	background-color:#021626;
}
#copyright_center {
	width: 980px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #616978;

}
#copyright_developer {
	float:right;
}
@media screen and (max-width: 767px){
#footer_center, #copyright_center {
	width: 100%;
}

}


/*FACLUBE CADASTRO-------------------------------*/
#home_faclubecad {
	padding:1px;
	background-color:#0f1c26;
}
#center_faclubecad {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgfaclube-cad.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
@media screen and (max-width: 767px){
#home_facad {
	width: 100%;
	margin-top:10px;
}
#center_faclubecad {
	width:100%;
}
}

/*--------------FA CENTRAL------------------*/
/*PAGINA CONTATO-----------------------*/
.facentralL {
	width:400px;
	float:left;
	margin-right:80px;
	margin-bottom: 10px;
	background-color: #021626;
	padding: 15px;
	margin-top: 50px;
}
.facentralR {
	width:500px;
	float:left;
	margin-top: 50px;
}
@media screen and (max-width: 767px){
.facentralL {
	width:99%;
	float:none;
	margin-right:0px;
}
.facentralR {
	width:99%;
	float:none;
}
}

.fotofa {
	width:50px;
	height:67px;
	float:left;
}


/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/*PAGINACAO */
.navegacao ul {
	padding:0;
	margin: 0;
}
 
.navegacao li {
	display:inline;
	float:left;
	margin:1px;
	padding:5px;
	background-color: #6E767F;
}
 
.navegacao li a {
	color:#0a0a0a;
	text-decoration: none;
	width:35px;
	text-align:center;
	font-size:9px;
}
 
.navegacao li.atual {
	color: #FFF;
	font-size:9px;
}
.navegacao_setas {
	width:20px;
	height:22px;
	float:left;
	margin-right: 1px;
	margin-left: 1px;
	color: #02101B;
	background-color: #0F1C26;
	text-align: center;
}
.navegacao_setasinapt {
	width:20px;
	height:22px;
	float:left;
	margin-right: 1px;
	margin-left: 1px;
	opacity:0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=2);
	color: #0F1C26;
	background-color: #666;
	text-align: center;
}
