body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #535353;
}
a {
	color: #2596d4;
}
a:hover{
	text-decoration: none;	
}
.sub-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}
.sub-menu li { margin: 0px; padding: 0px; list-style-type: none; }
.sub-menu li a {}
.sub-menu li a:hover, .sub-menu li a.active {}


/*CONTAINER RESOLUCOES*/
@media (min-width:992px) {
.container {
	width: 1000px
}
}
@media (min-width:1200px) {
.container {
	width: 1024px
}
}

#header {  position: absolute;left: -9000px;}
#header h1 { margin: 0px; padding: 0px; font-size: 9px; color: #f0f0f0; float: right;  }
@media (max-width:768px) { #header h1 { color: rgba(240,240,240,0.4); } }
	
	

/*CABECALHO*/
.cabecalho {
	background-color: #000;
	min-height: 105px;
}
@media (min-width:768px) {	
.cabecalho {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9000;
}
}


.cabecalho .slogan {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
@media (min-width:768px) {
.cabecalho .slogan {
	width: 285px;
	padding-top: 3px;
	float: left;
	clear: left;
}
}
@media (min-width:768px) {	
.cabecalho .informacoes {
	position: absolute;
	top: 45px;
	right: 150px;
}
}
@media (max-width:768px) {
.cabecalho .informacoes {
	text-align: center;
	padding: 15px 0px;	
}
}
.cabecalho .informacoes .info {
	font-size: 25px;
	color: #fccc3b;
	line-height: 10px;
}
@media (max-width: 768px) {
.cabecalho .informacoes .info span {
	display: none;
}
}
.cabecalho .informacoes .info:before {
	content: '';
	width: 20px;
	height: 21px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -1px;
	background-image: url(../images/icon_telefone.gif);
}
@media (min-width:768px) {	
.cabecalho .redesociais {
	text-align: center;
	position: absolute;
	top: 40px;
	right: 0px;
}
}
@media (max-width:768px) {
.cabecalho .redesociais {
	display: none;
}
}
.cabecalho .redesociais a {
	display: inline-block;
	height: 31px;
	width: 31px;
	margin-left: 0px;
	margin-right: -4px;
	background-image: url(../images/sprite_redesociais.png);
	background-repeat: no-repeat;
	background-size: 515%;
	text-indent: -9000em;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
@media (max-width:768px) {
.cabecalho .redesociais a {
	margin-right: 5px;
}
}
.cabecalho .redesociais a:hover {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
.cabecalho .redesociais .bt_facebook {
	background-position: left 100%;
}
.cabecalho .redesociais .bt_twitter {
	background-position: 25% 100%;
}
.cabecalho .redesociais .bt_googlemais {
	background-position: 50% 100%;
}
.cabecalho .redesociais .bt_linkedin {
	background-position: 75% 100%;
}
.cabecalho .redesociais .bt_email {
	background-position: right 100%;
}

.cabecalho .container {
	position: relative;
	padding: 0px;
}



.cabecalho .navbar-header { float: none; }
@media (max-width:768px) {
.cabecalho .navbar-header { margin: 0px; }
}
.cabecalho .navbar-header .navbar-brand {
	height: auto;
	padding: 0px;
	float: left;
	clear: left;
	margin-top: 15px;
}

.cabecalho .navbar-header .navbar-brand img { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	max-width: 100%;
	height: auto; 
}

@media (max-width:768px) {
.cabecalho .navbar-header .navbar-brand {
	float: none;
}	
.cabecalho .navbar-header .navbar-brand img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;	
}
}
.cabecalho .navbar-header .navbar-toggle {
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 0px;
}
.cabecalho .navbar-header .navbar-toggle .icon-bar { background-color: #fff; }
.cabecalho .navbar-toggle-container { background-color: #000000; }
.cabecalho .navbar-toggle-container a.btn-inicio {
	background-image: url(../images/bt_inicio.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 35px;
	margin-top: 9px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 9px;
	text-indent: -9000em;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width:768px) {
.cabecalho .navbar-toggle-container {
	display: none;	
}
}
@media (min-width:768px) {
.cabecalho #menu-geral {
	text-align: center;
	padding: 0px;
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 1000;
}
}
.cabecalho #menu-geral ul {
	float: none;
	padding: 0px;
}
@media (max-width:768px) {
.cabecalho #menu-geral {
    margin-left: 0px;
    margin-right: 0px;
}
}
.cabecalho #menu-geral ul li {
	color: #FFF;
	float: none;
	
}
.cabecalho #menu-geral ul li a {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	height: 48px;
	margin-bottom: 7px;
	padding: 13px 16.5px;
	background-color: rgba(0,0,0,0.6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cabecalho #menu-geral ul li a:hover, .cabecalho #menu-geral ul li.active a { background-color: rgba(252,204,59,0.62); }
.cabecalho #menu-geral ul li a:active { background-color: rgba(252,204,59,0.62); }
.cabecalho #menu-geral ul li a:focus { background-color: rgba(252,204,59,0.62); }

@media (min-width:768px) {
.pagina.cabecalho .informacoes {
	top: 30px;
	right: 150px;
}
.pagina.cabecalho .redesociais {
	top: 25px;
    right: 0px;	
}
.pagina.cabecalho {
	position: static;
}
.pagina.cabecalho #menu-geral {
	right: 0px;
    top: 65px;
}
.pagina.cabecalho #menu-geral ul li {
	float: left;	
}
.pagina.cabecalho #menu-geral ul li a {
	font-size: 15px;
	padding: 5px 10px;
	height: 30px;
}
}


/*SLIDESHOW*/
.c-slideshow { position: relative; display: none; }
@media (max-width:768px) {
.c-slideshow {
	/*display: none;*/ 
	padding: 0px 15px;
	margin-top: 1px;
}
}
.slideshow-geral.c-slideshow { overflow: hidden;  display: block; }
#slideshow .item, #slideshow .item img { width: 100%; }
#slideshow .carousel-control.left span { margin-left: -35%; }
#slideshow .carousel-control.right span { margin-right: -35%; }
.slideshow-geral .blank {
	/*background-image: url(../images/bg_slideshow-foto.png);*/
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}

/*CORPO SITE*/
.corposite {
	padding-bottom: 30px;
	background-color: #ffffff;
	background-image: url(../images/bg_musica.gif);
	margin-bottom: 10px;
}
@media (max-width:992px) {
.corposite { padding: 0px; }
}
@media (min-width:992px) {
.corposite .col-md-12 { /* padding: 0px; */ }
.corposite .col-esquerda {  padding: 0px; }
.corposite .col-direita { padding: 0px; }
/*.corposite .col-md-9.col-esquerda { width: 77%; }
.corposite .col-md-3.col-direita { width: 23%; }*/
}
@media (min-width:768px) and (max-width:992px) {
.corposite .col-md-12 { padding: 0px; }
.corposite .col-esquerda {  padding: 0px; }
.corposite .col-direita { padding: 0px }
}

.conteudos {
	font-size: 13px;
	padding-top: 28px;
	padding-bottom: 0px;
	position: relative;
	clear: both;
}
@media (max-width:768px) {
.conteudos:after {
	display: none;	
}
}
@media (min-width:768px) {
.conteudos .col-md-12 { padding: 0px; }
}
.conteudos a {
    color: #000000;
    text-decoration: underline;
}
.conteudos .btn-geral {
	border: 0px none;
	background-color: #0069a9;
	color: #fff;
	margin-bottom: 15px;
	display: inline-block;
}
.conteudos p {}
.conteudos .bg_logotipo {
	background-image: url(../images/bg_titulo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	clear: both;
}
.conteudos h1.titulo, .conteudos h2.titulo {
	color: #000000;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.conteudos p.titulo, .conteudos strong.titulo {
	color: #000000;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.conteudos h3.subtitulo { 
	color: #333;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.conteudos h4.subtitulo { 
	color: #666;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	margin: -10px 0px 10px 0px;
	padding: 0px;
}
.conteudos .subtitulo {
	color: #2596d4;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	margin: -10px 0px 15px 0px;
	padding: 0px;	
}
.conteudos .subtitulo2 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 3px 15px;
	display: inline-block;
}
.conteudos .subtitulo3 {
	color: rgba(255, 255, 255, 0.95);
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 1px 8px;
	display: inline-block;
}
.conteudos .sbtit-descricao {
	background-color: rgba(0,0,0,0.04);
	padding: 10px;
	font-size: 15px;
	border-top: 1px dotted #cccccc;
	display: block;
}
.conteudos .sbtit.dj {
	background-color: rgba(37,150,212,1); /*#2596d4;*/
}
.conteudos .sbtit.karaoke {
	background-color: rgba(252,204,59,1); /*#fccc3b;*/
}
.conteudos .sbtit.escola-musica {
	background-color: rgba(134,193,106,1); /*#86c16a;*/
}
.conteudos .sbtit.aluguer-som-luz {
	background-color: rgba(89,114,182,1);/*#5972b6;*/
}
.conteudos .sbtit.animacao-casamentos {
	background-color: rgba(206,189,165,1); /*#cebda5;*/
}
.conteudos .sbtit.ambiente-discoteca-bar {
	background-color: rgba(100,85,160,1); /*#6455a0;*/
}
.conteudos .breadcrumb { /* background-color: #E4E4E4; */ background-image: url(../images/bg_testemunho.gif); -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.conteudos .breadcrumb a { color: #d51726; font-weight: bold; }

.img-moldura-preta {
	background-color: #000000;
	padding: 10px;
	max-width: 100%;
	height: auto;	
}



.servico {
	padding-left: 4px;
	padding-right: 4px;
    padding-bottom: 8px;
}
.servico a {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 16px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	height: 165px;
}
.servico a .icon {
	max-width: 100%;
}	
.servico.dj a {
	background-color: rgba(37,150,212,1); /*#2596d4;*/
}
@media (min-width:992px) {
.servico.dj {
	margin-left: 8%;
}
}
.servico.karaoke a {
	background-color: rgba(252,204,59,1); /*#fccc3b;*/
}
.servico.escola-musica a {
	background-color: rgba(134,193,106,1); /*#86c16a;*/
}
.servico.aluguer-som-luz a {
	background-color: rgba(89,114,182,1);/*#5972b6;*/
}
.servico.animacao-casamentos a {
	background-color: rgba(206,189,165,1); /*#cebda5;*/
}
.servico.ambiente-discoteca-bar a {
	background-color: rgba(100,85,160,1); /*#6455a0;*/
}
@media (min-width:992px) {
.servico a, .servico a:hover {
    -webkit-transition: all .12s ease-in;
    -ms-transition: all .12s ease-in;
    -moz-transition: all .12s ease-in;
    -o-transition: all .12s ease-in;
    transition: all .12s ease-in;
}
}
@media (min-width:992px) {
.servico a:hover {
	margin-top: -8px;	
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
    -o-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
    box-shadow: 0 2px 3px rgba(0,0,0,0.6);	
}
.servico a .icon {
	margin-bottom: 8px;
}
}
@media (min-width:992px) {
.pag_servicos .servico a {
	height: 110px;
}
.pag_servicos .servico a .icon {
    max-width: 45%;
} 
}



@media (min-width: 768px) {
.slideshow_apresentacao {
	margin-left: -15px;
    margin-right: -15px;
}
}
@media (min-width: 768px) {
.slideshow_apresentacao .carousel-inner {
	position: static;
}
.slideshow_apresentacao .carousel-inner .item {

	display: block;



}
.slideshow_apresentacao .carousel-control.left, .slideshow_apresentacao .carousel-control.right {
	display: none;
}
}
@media (max-width: 768px) {
.slideshow_apresentacao .carousel-inner .item {
	padding: 0px;
}
}
@media (min-width:768px) and (max-width:992px) {
.slideshow_apresentacao .carousel-inner .item.col-sm-hide {
	display: none;	
}
}
.lista {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
}
.lista li {
	font-weight: 600;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
.lista li:before {
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 10px;
	display: inline-block;
	background-image: url(../images/list_bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.showPopup {
	display: block;	
}
.btn-pedido_contacto {
	cursor: pointer;
}
@media (min-width: 1280px) AND (min-height: 650px) {
.cabecalho #menu-geral ul li.btn-pedido_contacto a {
	background-color: rgba(252,204,59,0.60);
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;	
}
body.modal-open {
	overflow: visible;
}
.btn-pedido_contacto {
	cursor: auto;
	height: 365px;
}
.modal.modal_style {
	display: block;
    position: absolute;
    overflow: visible;
    width: 231px;
    top: 308px;
    left: auto;
	z-index: 9000;
}
.modal.modal_style.fade {
	top: 358px;
	opacity: 1;
}
.modal .modal-dialog {
	width: 100%;
    margin: 0px auto;
}
.modal_style .modal-backdrop {
	background-color: transparent;
}
.modal_style .modal-content {
	background-color: rgba(252,204,59,0.60);
	
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);	
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,0);	
}
.modal_style .modal-header {
	text-align: center;
	padding: 10px 0px;
	border-bottom: 0px solid #e5e5e5;
	display: none;
} 
.modal_style .modal-header .close {
	display: none;
}
.modal_style .modal-title {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;	
}
.modal_style .modal-body {
	padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.modal_style .modal-footer {
	display: none;
}
.formulario.pedido_contacto .form-group {
	margin-bottom: 5px;
}
.formulario.pedido_contacto .form-group label {
	color: #000000;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 1px;
}
.formulario.pedido_contacto .form-group .form-control {
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.formulario.pedido_contacto .btn-container {
	text-align: center;
}
.formulario.pedido_contacto .btn-enviar {
	background-color: #fccc3b;
	color: #000000;
	font-size: 14px;
	text-transform: none;
	padding: 6px 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}
}







/*RODAPE*/
.rodape img { vertical-align: top; }
.rodape {
	color: #ffffff;
	background-color: #3e3e3d;
	padding-top: 15px;
	padding-bottom: 40px;
}
@media (min-width:768px) {
.rodape {
	padding-bottom: 120px;
}
}
@media (max-width:768px) {
.container-fluid.rodape {
	padding-left: 0px;
	padding-right: 0px;
}
}
.rodape a {
	color: #ffffff;
}
@media (min-width:768px) {
.rodape .col-servicos {
	padding: 0px;
}
}

.rodape .container {


	padding: 0px;
}
.rodape .logotipo {
	color: #fccc3b;
}
.rodape .logotipo img {
	width: 70%;
	margin-bottom: 10px;
}	
.rodape .tit {
	margin-bottom: 30px;
}
@media (max-width:768px) {
.rodape .tit {
	margin-top: 40px;
	margin-bottom: 10px;
}	
}
.rodape .tit a {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}
.rodape .links-uteis {
	color: #fccc3b;
	display: n;
}
.rodape .links-uteis a {
	color: #ffffff;
}
.rodape .servicos-links a {
	color: #fccc3b;
}
@media (max-width:768px) {
.rodape .esconde {
	display: ;	
}
}
.rodape .redesociais {
	text-align: center;
	margin-top: 30px;
}
.rodape .redesociais a {
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-left: 0px;
	margin-right: -4px;
	background-image: url(../images/sprite_redesociais.png);
	background-repeat: no-repeat;
	background-size: 515%;
	text-indent: -9000em;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
@media (max-width:768px) {
.rodape .redesociais a {
	margin-right: 5px;
}
}
.rodape .redesociais a:hover { 
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
.rodape .redesociais .bt_facebook {
	background-position: left 100%;
}
.rodape .redesociais .bt_twitter {
	background-position: 25% 100%;
}
.rodape .redesociais .bt_googlemais {
	background-position: 50% 100%;
}
.rodape .redesociais .bt_linkedin {
	background-position: 75% 100%;
}
.rodape .redesociais .bt_email {
	background-position: right 100%;
}
.formulario.newsletter {
	text-align: center;	
}
.formulario.newsletter .form-control {
	background-color: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.formulario.newsletter .form-group {
	margin-bottom: 10px;	
}
.formulario.newsletter .form-group label {
	display: none;
}
.formulario.newsletter .btn-enviar {
	background-color: #fccc3b;
	color: #000;
	text-transform: none;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


/*COPTYRIGHT*/
.copyright {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright a {
	text-decoration: none;	
}
.copyright p {}



.col-formulario { background-color: #ededed; padding-top: 10px; padding-bottom: 10px; }
@media (min-width: 768px) {
.col-formulario { width: 43%; }
}
.col-formulario a { color: #fff; }
.col-formulario .dados-pagamento { color: #f2e8d1; }
.formulario { }
.formulario .form-group { text-transform: uppercase; }
.formulario .form-control {
	background-color: #ededed;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.col-formulario .formulario .form-control { 
	background-color: #ffffff;
}
.formulario .btn-enviar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px none;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #2596d4;
}
.formulario .btn-cancelar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	border: 0px none;
	text-transform: uppercase;
	font-size: 12px;
	color: #d51626;
}
.formulario .campos {
	display: block;
	float: right;
}
