@charset "utf-8";
@import url("reset.css");
@import url("../css/bootstrap/css/bootstrap.min.css");

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);

/* amarelo = #ffe100; */


/*****************************/
/*  MAIN STYLES              */
/*****************************/

html, body {
	height:100%;
	-webkit-text-size-adjust:none
	
}

body {
	font-size:100%;
	color:#fff;
	/*height:100%;*/
	line-height:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background-color:#1b1b1b;
	
}


#header{
	position:fixed;
	z-index:100;
	left:0;
	right:0;
	top:0;
	padding-top:20px;
	padding-bottom:20px;
	background-color:rbga(255,255,255,0);
}

#logo a{
	width:260px;
	height:195px;
	background-image:url(../imagens/sprites/sequence.png);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

.text_padding strong, .text_padding b{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}
.text_padding em, .text_padding i{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:400italic;
}

.text_padding p, .text_padding td{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:24px;
}
.text_padding p.subtitulo{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#3c3c3b;
	font-size:35px;
	line-height:40px;
	margin-bottom:30px;
	display:block;
}
.text_padding p.subsubtitulo{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#3c3c3b;
	font-size:16px;
	line-height:22px;
	margin-bottom:5px;
	display:block;
}
.text_padding a:link, .text_padding a:visited{
	text-decoration:none;
	color:#96c11f;
}
.text_padding a:hover{
	text-decoration:underline;
}

.text_padding{
	padding-top:0px;
	padding-bottom:20px;
}

.section a:link, .section a:visited{
	text-decoration:underline;
	color:#1b1b1b;
}
.texto p img{
	display:block;
	max-width:100%;
	height:auto;
	padding-bottom:20px;
}

/*****************************/
/*  MAPA                     */
/*****************************/
#map_canvas{
	height:100%;
	
}

/*****************************/
/*  SLIDES                   */
/*****************************/

#content {
  height: 100%;
  margin-bottom:-50px;
}

#begin {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section {
  height: 100%;
  width: 100%;
  min-height: 60px;
  position: relative;
  background: #FFF;
  overflow:hidden;
}

.section.last {
  height: 50px;
  width: 100%;
  min-height: 1px;
  position: relative;
  background: #FFF;
}

#scroll_sprite{
	margin:0 auto;
	top:80%;
}
#scroll_sprite .sheet{
	z-index:200;
}

.imagem {
  width: 100%;
  height: 100%;
  min-height: 60px;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-sizing:border-box;
  
}

.imagem.f00 {
  background-image: url(../imagens/fundos/yellow_baloon_bkg.jpg);
}

.imagem.f01 {
  background-image: url(../imagens/fundos/yellow_baloon.jpg);
  border-top:2px solid #ffe100;
}

.imagem.f02 {
  background-image: url(../imagens/fundos/yellow_table_bkg.jpg);
}

.imagem.f03 {
  background-image: url(../imagens/fundos/yellow_table.jpg);
  border-top:2px solid #ffe100;
}

.imagem.f04 {
  background-image: url(../imagens/fundos/yellow_gramophone_bkg.jpg);
}

.imagem.f05 {
  background-image: url(../imagens/fundos/yellow_gramophone.jpg);
  border-top:2px solid #ffe100;
}


.slide{
	width:100%;
	height:auto;
	position: relative;
	background-repeat:no-repeat;
	overflow:hidden;
	background-color:#ffe100;
}

.slide.parallax{
	padding-top:0px;
	padding-bottom:0px;
	min-height:50px;
}
.slide.transparent{
	background-color:transparent;
}
.slide.solid{
	padding-bottom:20px;
	padding-top:20px;
}

.texto {
	
}
.texto h1{
	margin-bottom:20px;
	font-size:30px;
	font-weight:400;
	line-height:34px;
}
.texto h2{
	margin-top:-10px;
	margin-bottom:30px;
	font-size:30px;
	font-weight:300;
	line-height:34px;
	text-transform:uppercase;
}
.texto p{
	font-size:18px;
	font-weight:400;
	line-height:22px;
}
.texto.amarelo{
	color:#ffe100;
}
.texto.amarelo.last{
	text-align:center;
}
.texto.branco{
	color:#fff;
}
.solid h1{
	margin-bottom:20px;
	font-weight:300;
	font-size:48px;
	text-transform:uppercase;
	margin-bottom:15px;
	padding-top:15px;
	color:#1b1b1b;
	-webkit-text-stroke: .01em;
}

.slide.full_height{
	height:100%;
	padding:0;
}
.slide.contactos{
	padding-top:0 !important;
	
}
.emails{
	background-color:#fff;
	padding-top:30px;
	padding-bottom:30px;
	color:#1b1b1b;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.email{
	text-align:center;
	font-size:16px;
}
.email strong{
	display:block;
	padding-bottom:5px;
	font-size:16px;
	font-weight:700;
}
.email a:link, .email a:visited{
	text-decoration:none;
}
.email a:hover{
	text-decoration:underline;
}
.mapa{
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:170px;
}
.barra-amarela-fundo{
	padding-top:20px;
	padding-bottom:30px;
	color:#1b1b1b;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.barra-amarela-fundo h1{
	margin-bottom:20px;
	font-size:30px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;
	padding-top:15px;
	color:#1b1b1b;
}
.barra-amarela-fundo h2{
	margin-bottom:20px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:5px;
	padding-top:10px;
	color:#1b1b1b;
}
.barra-amarela-fundo .morada{
	padding-left:35px;
	line-height:26px;
	background-image:url(../imagens/icon_pin.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.svg .barra-amarela-fundo .morada{
	background-image:url(../imagens/icon_pin.svg);
}
.barra-amarela-fundo .contactos{
	padding-top:50px;
}
.barra-amarela-fundo .contactos li{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:35px;
	background-repeat:no-repeat;
	
}
.barra-amarela-fundo .contactos li.icon_email{
	background-image:url(../imagens/icon_email.png);
	background-position:left 4px;
}
.svg .barra-amarela-fundo .contactos li.icon_email{
	background-image:url(../imagens/icon_email.svg);
}
.barra-amarela-fundo .contactos li.icon_telefone{
	background-image:url(../imagens/icon_telefone.png);
	background-position:4px -2px;
}
.svg .barra-amarela-fundo .contactos li.icon_telefone{
	background-image:url(../imagens/icon_telefone.svg);
}

#percurso{
	border:1px solid #000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top:5px;
	position:relative;
}
.ponto_a{
	border-bottom:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.ponto_b{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#ponto_a{
	background-color:transparent;
	border-bottom:1px solid #000;
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
}
#ver_percurso{
	background-color:#1b1b1b;
	border:none;
	color:#ffe100;
	width:26px;
	height:26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer;
	position:absolute;
	right:5px;
	top:5px;
}

#route{
	background-color:#FFF;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	width:350px;
	z-index:999;
	font-size:0.7em;
	
	overflow:auto;
	display:none;
	-webkit-box-shadow:  1px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  1px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
#route .close{
	margin-right:15px !important;
}
#route_inner{
	margin-top:0px;
	padding:20px;
}
.adp-placemark{
	background-color:#eee;
	padding:5px;
}

.handle{
	position:absolute;
	top:-10px;
	left:5%;
	height:24px;
	width:24px;
	background-image:url(../imagens/handler.png);
	background-repeat:no-repeat;
}

/*****************************/
/*  MENU                     */
/*****************************/

#menu_mobile{
	
}
#guarda{
	background-color:#1b1b1b;
	overflow:hidden;
	float:right;
	margin-top:15px;
}

#menu{
	padding-top:0px;
	padding-right:0px;
	
	
}
#menu ul{
	float:right;
}
#menu ul li{
	float:left;
	position:relative;
	padding-left:3px;
	padding-right:6px;
	background-image:url(../imagens/menu_dot.png);
	background-repeat:no-repeat;
	background-position:right 12px;
}
#menu ul li.first{
	padding-left:0px;
}
#menu ul li.last{
	margin-right:0px;
	background-image:none;
	padding-right:0px;
}


#menu ul li a:link, #menu ul li a:visited{
	display:block;
	text-decoration:none;
	font-size:16px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	color:#ffe100;
	background-color:#1b1b1b;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#menu ul li a:hover, #menu ul li.current a, #menu ul li.active a{
	color:#1b1b1b;
	background-color:#ffe100;
}

.no-js #menu ul li a:hover, .no-js #menu ul li.current a, .no-js #menu ul li.active a{
	color:#ffe100;
}


#langs{
	padding-top:0px;
	padding-right:0;
	float:right;
	margin-left:25px;
}
#langs ul{
	float:right;
}
#langs ul li{
	float:left;
	padding-right:2px;
	margin-right:0px;
	padding-top:0px;
}
#langs ul li.last{
	padding-right:0px;
	margin-right:0px;
	background-image:none;
}
#langs ul li a:link, #langs ul li a:visited{
	display:block;
	text-decoration:none;
	font-size:12px;
	line-height:26px;
	color:#ffe100 !important;
	text-transform:uppercase;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	
	background-color:#1b1b1b;
	border:none;
	width:26px;
	height:26px;
	/*-webkit-border-radius: 50%;
	border-radius: 50%;*/
}
#langs ul li a:hover, #langs ul li#checked a{
	background-color:#ffe100;
	color:#1b1b1b !important;
}

/*****************************/
/*  FOOTER                   */
/*****************************/

.footer {
	
}


.footer{
	background-color:#1b1b1b;
	color:#ffe100;
	padding-top:10px;
	padding-bottom:10px;
}

.footer_logo{
	padding-top:30px;
}
.footer_inner{
	
}
.footer_logo{
	padding-top:50px;
}
.footer_inner h4{
	padding-top:6px;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-bottom:0px;
}
.footer_inner p{
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	font-size:14px;
	margin-top:0;
}
.footer_inner li a:link, .footer_inner li a:visited, .footer_inner p{
	color:#333333;
	text-decoration:none;
	font-size:13px;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
}

.velcro{
	padding-top:10px;
	font-size:11px;
	color:#333;
	font-family: 'Open Sans', sans-serif;
}
.velcro a:link, .velcro a:visited{
	font-size:10px;
	color:#333;
	text-decoration:none;
	display:block;
	background-image:url(../imagens/velcro.png);
	background-repeat:no-repeat;
	background-position:right 5px;
	height:25px;
	width:54px;
	float:right;
}

.touch.svg .velcro a{
	background-image:url(../imagens/velcro.svg);
}

.velcro a:hover{
	background-position:right -15px;
}

.footer .nav .sub{
	padding-left:10px;
	margin-left:8px;
}
.footer .nav .sub li{
	list-style:disc !important;
}

.social li{
	float:left;
	margin-right:10px;
	margin-top:3px;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
}
.social li a{
	display:block;
	width:30px;
	height:30px;
}
.social li.googleplus{
	background-position:-80px top;
	background-image:url(../imagens/social_sprite.png);
}
.touch.svg .social li.googleplus{
	background-position:left top;
	background-image:url(../imagens/google_plus.svg);
}


/*****************************/
/*  CONTACTOS                */
/*****************************/

.contactos_form .form-txt, .contactos_form button#enviar, .contactos_form button#enviar_newsletter{
	margin-bottom:8px;
	width:100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	border:1px solid #bfbfbf;
	color:#313131;
	display:block;
	position:relative;
	background: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:12px;
}
.contactos_form textarea.form-txt{
	height:90px;
	margin-bottom:2px;
	overflow:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:12px;
}
.contactos_form button#enviar{
	border:none;
	background: #96c11f;
	color:#fff;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	text-rendering:optimizeLegibility;
	font-size:12px;
	width:90px;
	float:right;
}
.contactos_form .form-txt.invalid{
	border-color:#CC3300;
}
#feedback, #feedback_newsletter{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	display:none;
}
#feedback.erro, #feedback_newsletter.erro{
	color:#fff;
	background-color:#CC3300
}
#feedback.ok, #feedback_newsletter.ok{
	color:#fff;
	background-color:#73AA00
}



.inputs .form-txt, .inputs button, .inputs .file{
	margin-bottom:8px;
	width:100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	border:1px solid #bfbfbf;
	color:#313131;
	display:block;
	position:relative;
	background: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:12px;
}
.inputs textarea.form-txt{
	height:150px;
	margin-bottom:2px;
	overflow:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:12px;
}
.inputs button{
	border:none;
	background: #b0006e;
	color:#fff;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	text-rendering:optimizeLegibility;
	font-size:12px;
	width:90px;
	float:right;
}
.inputs .form-txt.invalid{
	border-color:#CC3300;
}

.inputs label{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:12px;
	margin-bottom:3px;
	margin-top:10px;
	display:block; 
}

.ok_form, .erro_form{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:3px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:12px; 
}
.ok_form i, .erro_form i{
	float:left;
	margin-right:10px;
}
.ok_form span, .erro_form span{
	display:inline-block;
}
.erro_form{
	color:#fff;
	background-color:#CC3300;
}
.ok_form{
	color:#fff;
	background-color:#73AA00
}

.inputs .formee-req{
	color:#C30;
	font-size:11px;
}



/*****************************/
/*  TOOLS                    */
/*****************************/

.center{
	text-align:center;
}

.zoomed{
	max-width:100%;
}
.csstransitions .lupa img{
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

a.lupa:link, a.lupa:visited{
	text-decoration:none;
	display:block;
	background-image:url(../imagens/darken-bg-small.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.lupa.dark:link, a.lupa.dark:visited{
	background-image:url(../imagens/darken-bg-black.png);
}
.csstransitions a.lupa:hover img{
	opacity:0.3;
}

.hide{
	display:none;	
}
.relative{
	position:relative;
}

.responsive-img img{
	display:block;
	max-width:100%;
	height:auto;
}


.float_right{
	text-align:right;
}

a img{
	display:block;
}

a.btn{
	text-decoration:none;
	color:#333 !important;
}
a.btn.btn-success{
	text-decoration:none;
	color:#fff !important;
}
a.btn:hover{
	text-decoration:none;
}

.form-actions {
	padding: 19px 20px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}
.form-actions:before, .form-actions:after {
	display: table;
	line-height: 0;
	content: "";
}
.form-actions:after {
	clear: both;
}

.table th {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
}
.table td {
	font-size:13px;
}


ol{
	padding-left: 25px;
	list-style-type: decimal;
	margin-top:20px;
	margin-bottom:15px;
	margin-left:20px;
}
ol li{
	padding-bottom: 5px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.alpha{padding-left:0}
.omega{padding-right:0}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.botao{
	color:#959595 !important;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	border:1px solid #c9c9c9;
}
.botao:hover{
	text-decoration:none !important;;
	background: #96c11f;
	border:1px solid #96c11f;
	color:#fff !important;
}
.botao_container{
	padding-top:20px;
}
.screen-reader-text, .screen-reader-text {
	position: absolute;
	left: -9000px;
}
.no-opacity{
	opacity:0;
}

.ScrollSceneIndicators{
	z-index:100 !important;
	
}

/*****************************/
/*  TABLETS                  */
/*****************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	
}


/*****************************/
/*  PHONE                    */
/*****************************/
@media (max-width: 767px) {
	#logo_mobile{
		text-align:center;
		margin-top:20px;		
	}
	#logo_mobile img{
		margin: 0 auto;		
	}
	#menu, #guarda, #menu ul{
		float:none !important;
	}
	#menu li{
		display:block !important;
		float:none !important;
		background-image:none !important;
		padding-left:0 !important;
		padding-right:0 !important;
		text-align:center;
	}
	#menu ul li a:link, #menu ul li a:visited{
		font-size:14px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#langs{
		float:none !important;
		margin:0;
		position:absolute;
		top:5px;
		right:10px;
	}
	
	#langs li a{
		width:35px !important;
		height:35px !important;
		line-height:35px !important;
	}

}



/*****************************/
/*  TABLETS E PHONE         */
/*****************************/
@media screen and (max-width: 1024px) {
	
	
	
	
	#header{
		padding-top:50px;
		background-color:#1b1b1b;	
		position:relative;
	}
	
	#content {
	  height: auto;
	}
	
	#begin {
	  height: auto;
	  -webkit-background-size: 100%;
	  -moz-background-size: 100%;
	  -o-background-size: 100%;
	  background-size: 100%;
	}
	
	.section {
	  height: auto;
	  width: 100%;
	  min-height: 1px;
	  position: relative;
	  background: #ffe100;
	}
	
	.imagem {
	  width: 100%;
	  height: auto !important;
	  min-height: 60px;
	  background-position: center top;
	  background-attachment: scroll;
	  background-repeat: no-repeat;
	  -webkit-background-size: 100%;
	  -moz-background-size: 100%;
	  -o-background-size: 100%;
	  background-size: 100%;
	  
	}
	
	.imagem.f00 {
		display:none;
	  	background-image: none;
		
	}
	
	.imagem.f01 {
	  background-image: url(../imagens/fundos/yellow_baloon.jpg);
	  border-top:2px solid #ffe100;
	}
	
	.imagem.f02 {
	  	display:none;
	  	background-image: none;
	}
	
	.imagem.f03 {
	  background-image: url(../imagens/fundos/yellow_table.jpg);
	  border-top:none;
	}
	
	.imagem.f04 {
	 	display:none;
	  	background-image: none;
	}
	
	.imagem.f05 {
	  background-image: url(../imagens/fundos/yellow_gramophone.jpg);
	  border-top:none;
	}

	.no-opacity{
		opacity:1;	
	}
	
	.slide{
		width:100%;
		height:auto;
		position: relative;
		background-repeat:no-repeat;
		overflow:hidden;
		background-color:#ffe100;
	}
	
	.slide.parallax{
		padding-top:20px;
		padding-bottom:20px;
		min-height:50px;
	}
	.slide.transparent{
		background-color:transparent;
	}
	.slide.solid{
		padding-bottom:20px;
		padding-top:20px;
	}
	
	.texto {
		color:#1b1b1b;
		padding-top:200px;
	}
	.texto h1{
		margin-bottom:20px;
		font-size:30px;
		font-weight:400;
		line-height:34px;
		color:#1b1b1b;
	}
	.texto h2{
		margin-top:-10px;
		margin-bottom:30px;
		font-size:30px;
		font-weight:300;
		line-height:34px;
		text-transform:uppercase;
		color:#1b1b1b;
	}
	.texto p{
		font-size:18px;
		font-weight:400;
		line-height:22px;
		color:#1b1b1b;
	}
	.texto.amarelo{
		color:#1b1b1b;
	}
	.texto.amarelo.last{
		text-align:center;
	}
	.texto.branco{
		color:#fff;
	}
	.solid h1{
		margin-bottom:20px;
		font-weight:300;
		font-size:28px;
		line-height:32px;
		text-transform:uppercase;
		margin-bottom:15px;
		padding-top:15px;
		color:#1b1b1b;
	}
	
	
	.slide.contactos{
		padding-top:0 !important;
		
	}
	.solid .emails{
		background-color:#fff;
		padding-top:30px;
		padding-bottom:30px;
		color:#1b1b1b;
	}
	.email{
		text-align:center;
		font-size:16px;
		margin-bottom:20px;
	}
	.email strong{
		display:block;
		padding-bottom:5px;
		font-size:16px;
		font-weight:700;
	}
	.barra-amarela-fundo{
		padding-top:20px;
		padding-bottom:0px;
		color:#1b1b1b;
		position:relative;
	}
	
	.emails{
		position:relative;	
	}
	
	

	.mapa{
		visibility:hidden;
		min-height:10px !important;
		height:10px !important;
		padding-top:0 !important;	
	}
	#map_canvas{
		height:10px !important;	
	}
	
	
	.flexslider .slides img {width: 100%; display: block;}
	.flex-viewport {min-height: inherit !important;}
	
	.flex-control-thumbs li{
		margin-bottom:5px !important;
	}
	a.lupa, a.lupa.dark, .noticia .imagem, .noticia_page .imagem{
		background-image: none !important;
	}
	.footer{
		position:relative;
		height:auto;	
	}
	
	.contactos{
		text-align:center;
	}
	.contactos .morada{
		display:inline-block
	}
	.contactos ul{
		display:inline-block
	}
	

}