@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700);

html{
	height: auto !important;
	min-height: 100% !important;
}
body{
	font-family: 'Lato', sans-serif;
	height: auto !important;
	min-height: 100% !important;
}

a{
	text-decoration: none;
	color:inherit;
}
b{font-weight: bold;}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.nomrg{margin: 0 !important;}

.padtb10{padding: 10px 0;}
.padtb20{padding: 20px 0;}
.padt20{padding: 20px 0 0 0;}
.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.center{margin: 0 auto;}

.center-links{
	width:100%;
	text-align:center;
	display: block;
}
.center-links a{
	display: inline-block;
}


.top-bar{
	background: rgba(255, 255, 255, 0.8);
    height: 100px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    padding: 10px 20px;
    position: fixed;
    z-index: 100;
    transition: height 500ms, background 500ms;
}
.top-bar.tiny{
    height: 80px;
}

.top-bar > .logo{
	float: left;
}
.top-bar > .logo > a{
    display: block;
    height: 80px;
}
.top-bar.tiny > .logo > a{
    height: 60px;
}

.top-bar > .logo > a >  img{
	height: 100%;
}

.top-bar.tiny > .menu-link{
    line-height: 60px;
}
.top-bar > .menu-link{
	float: right;
	color: #000;
	line-height: 80px;
    transition: all .1s linear;
    padding-right: 0;
}
.top-bar > .menu-link:hover{
    color: #01C0F4;
    padding-right: 15px;
    cursor: pointer;
}

.top-bar > .menu-link i{
	font-size: 20px;
}


.top-bar > .menu-link{
    line-height: 80px;
	text-transform: uppercase;
	font-size: 16px;
}

.home-title{
	/*height: 294px;*/
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 0;
	padding-bottom: 50px;
	background: url("../gfx/bg-home.png") 0 0 repeat-x transparent;

}
.home-title > .title1{
	font-size: 80px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

.home-title > .title2{
	font-size: 26px;
	font-weight: 300;
	width: 100%;
	text-align: center;
}
.home-title > .title2 > a > i{
	font-size: 70px;
	line-height: 25px;
}
.home-title > .title2 > a:hover{
	color: #C3DC76;
}
.text-area-noticias{
	position: relative;
	padding: 90px 30px 40px 40px;
	left: 0;
	top: 0;
	height: 100%;
	width: 782px;
	background: url("../gfx/bg-resumo-noticia.png") 0 0 no-repeat transparent;
}
.text-area-noticias > .bullets-noticias{
	float: right;
}
.text-area-noticias > .bullets-noticias > a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	width: 20px;
	height: 20px;

}
.text-area-noticias > .bullets-noticias > a:hover, .text-area-noticias > .bullets-noticias > a.active{
	background: rgba(255, 255, 255, 1);
}
.text-area-noticias > .wrapper-resumo{

	margin-bottom: 20px;

}

.text-area-noticias > .wrapper-resumo > .titulo{
	color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.text-area-noticias > .wrapper-resumo > .data{
    color: #c8c8c8;
    font-size: 14px;
}
.text-area-noticias > .wrapper-resumo > .resumo{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
    height: 100px;
    overflow: hidden;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.text-area-noticias > .wrapper-resumo > .lermais{
	font-weight: bold;
	color: #01c0f4;
	font-size: 18px;
}

.full-wrapper{
	width: 100%;
	display: table;
}
.full-wrapper > .site{
	width: 100%;
	/*position: relative;*/
}

.full-wrapper > aside{
	display: table-cell;
	vertical-align: top;
	max-width: 270px;
	background: rgba(26, 26, 26, 1);
}
.full-wrapper > aside.active{
    width: 270px;
}


.menu-principal{
	background: rgba(26, 26, 26, 1);
	height: 100%;
}


.menu-principal > .logo{
	padding: 20px;
	width: 100%;
}
.menu-principal > .logo > a > img{
	width: 100%;
	height: auto;
}
.menu-principal > .social-icons{
	text-align: center;
	color: #4c4c4c;
}
.menu-principal > .social-icons > a{
	display: inline;
	font-size: 22px;
	margin: 0 2px;
}
.menu-principal > .social-icons > a:hover{
	color: #00ADEF;
}
.menu-principal > .menu{
	width: 100%;
	margin-top: 20px;
}
.menu-principal > .menu > ul > li{
	width: 100%;
	background-color: #1A1A1A;
	float: left;
	border-bottom: 1px solid #363535;
}
.menu-principal > .menu > ul > li > ul.sub-menu{
	display: none;
	background-color: #363535;
	font-size: 12px;
	/*text-transform: uppercase;*/
	text-align: right;
	padding: 10px 30px;
	width: 100%;
	float: left;
}
.menu-principal > .menu > ul > li > ul.sub-menu > li{
	width: 100%;
	float: left;
}
.menu-principal > .menu > ul > li > ul.sub-menu > li > a{
	color: #d0d0d0;
    padding: 3px 0;
    display: block;
    text-transform: none;
}
.menu-principal > .menu > ul > li > ul.sub-menu > li > a.destaque{
    font-size: 14px;
    background-color: #494848;
    padding-right: 5px;
    color: #fff;
}
.menu-principal > .menu > ul > li > ul.sub-menu > li > a:hover{
	color: #fff;
}

.menu-principal > .menu > ul > li > a{
	color: #fff;
	padding: 15px 20px;
	font-size: 14px;
	text-align: right;
	float: left;
	width: 100%;
	/*text-transform: uppercase;*/
	outline: none;

}
.menu-principal > .menu > ul > li.active{
	border-right: 5px solid #00acef;
}
.menu-principal > .menu > ul > li.active a, .menu-principal > .menu > ul > li:hover a{
	text-decoration: none;
	color: #00acef;
}

.desenvolvimento-rural-wrapper{
	background-color: #fff;
	padding: 30px 0;
}
h2.ppa {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.desenvolvimento-rural-wrapper .programa{
	width: 100%;
}
/*
.owl-item{
    padding: 0 15px;
}*/

.desenvolvimento-rural-wrapper .programa > .imagem-wrapper{
	width: 100%;
	float: left;
	border: 1px solid #A1E1FA;
	margin-bottom: 10px;
    display: table;
}
.desenvolvimento-rural-wrapper .programa > .imagem-wrapper > .imagem{
    width: 100%;
    text-align: center;
    padding: 10px;
    height: 140px;
    line-height: 140px;
    display: table-cell;
    vertical-align: middle;
}
.desenvolvimento-rural-wrapper .programa > .imagem-wrapper > .imagem > img{
	height: auto;
	max-height: 120px;
	/*max-width: 234px;*/
	max-width: 100%;
	width: auto;
    margin: auto;
}
/*.desenvolvimento-rural-wrapper .programa > .imagem > img.widthbigger{
	width: 100%;
	height: auto;
}*/
.desenvolvimento-rural-wrapper .programa > .titulo{
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.desenvolvimento-rural-wrapper .programa > .descricao{
	color: #5d5d5d;
	font-size: 12px;
	line-height: 14px;
    height: 84px;
    margin-bottom: 5px;
}

.footer-wrapper{
	width: 100%;
	background-color: #373737;
	padding: 30px;
}
.footer-wrapper .logo-rodape{
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.footer-wrapper > .container .social-footer{
	width: 100%;
	float: left;
	color: #636363;
	text-align: left;
	margin-bottom: 10px;
}

.footer-wrapper > .container .social-footer > a{
	display: inline-block;
	border: 1px solid #636363;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
}
.footer-wrapper > .container .social-footer > a:hover{
	color: #fff;
}

.tt-rodape{
	color: #828282;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.tt-rodape > .texto{
	display: block;
}
.tt-rodape > .line{
	background-color: #00aeef;
	width: 40px;
	height: 2px;
	margin-bottom: 20px;
}

.contacto-bottom{
	display: table;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #303030;
}
.contacto-bottom > .icon{
	display: table-cell;
	width: 30px;
	color: #009be3;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
}

.contacto-bottom > .texto{
	display: table-cell;
	font-size: 14px;
	color: #636363;
	line-height: 14px;
	padding-left: 20px;
	vertical-align: middle;
}

ul.menu-rodape{
	float: left;
	width: 100%;
}
ul.menu-rodape > li{
	padding: 2px 0;
	width: 100%;
	float: left;
}
ul.menu-rodape > li > a{
	color: #636363;
	font-size: 14px;
	line-height: 14px;
}
ul.menu-rodape > li > a:hover{
	text-decoration: none;
	color: #fff;
}

.title-page{
	width: 100%;
	margin-bottom: 30px;
}

.title-page > .title{
	font-size: 50px;
	font-weight: 300;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}

.line{
	width: 50px;
	height: 3px;
	background-color: #ABDEEC;
	margin: 0 auto;
	display: block;
}

.texto-backoffice{
	font-size: 16px;
	color: #000;
	width: 100%;
	float: left;
}
.texto-backoffice a{
	color: #EA9636;
	font-weight: bold;
}
.texto-backoffice u{ text-decoration: underline; }
.texto-backoffice em{ font-style: italic; }
.texto-backoffice ul>li{ list-style: circle; }
.texto-backoffice ul>li > ul{margin-left: 40px;}
.texto-backoffice ul>li > ul > li{list-style: disc}

.conteudo{
	padding-top: 150px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 300;
}
.conteudo.nopadtop{
	padding-top: 50px;
}
.subs-pagina-width{
	width: 85%;
}
.subs-pagina{
	padding: 20px 30px;
	position: absolute;
	background-color: #abdeec;
	width: 80%;
}

.subs-pagina > .titulo{
	color: #546f76;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 10px 0;
	border-bottom: none;
}
.subs-pagina > .line{
	padding: 0;
	border-bottom: none;
	text-align: left;
	margin: inherit;
}
.subs-pagina > .line > div.sep{
	background-color: #fff;
	width: 60px;
	height: 5px;
	float: left;
}
.subs-pagina.fixed{
	position: absolute;
	top: 150px;
	z-index: 999;
}
.subs-pagina > li{
	border-bottom: 1px solid #f2f2f2;
	padding: 9px 0;
	display: table;
	width: 100%;
}
.subs-pagina > li > i{
	/*color: #fff;*/
	font-size: 0.6em;
	width: 9px;
	color: #f2f2f2;
	display: table-cell;
}
.subs-pagina > li > a{
	color: #6b8d95;
	font-weight: 400;
	font-size: 1em;
	/*transition: margin-left 0.5s ease;*/
	margin-left: 0;
	display: table-cell;
	padding-left: 10px;
}

.subs-pagina > li > a:hover{
	text-decoration: none;
	color: #0095be;
	/*margin-left: 10px;*/
}

.mapa-contactos{
	height: 300px;
	width: 100%;
}
.mapa-contactos.small{
	height: 200px;
	margin-bottom: 20px;
}
.texto-backoffice.contactos .titulo{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 400;
}

.form-newsletter{
	padding: 20px 20px 15px;
	background-color: #4d4d4d;
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.form-newsletter > .titulo{
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
	color: #cacaca;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.form-newsletter > .titulo > .icon{
	background-color: #373737;
	width: 30px;
	height: 30px;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	margin-right: 10px;
}

.form-newsletter > .intro{
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}

form.newsletter{
	width: 100%;
	display: block;
}
form.newsletter > .table{
	display: table;
}

form.newsletter .input{
	width: 100%;
	margin-bottom: 5px;
}
form.newsletter .input.tc{
	display: table-cell;
}
form.newsletter .input > input{
	width: 100%;
	background-color: #373737;
	border: none;
	height: 32px;
	color: #fff;
	padding: 0 10px;

}
form.newsletter .button{
	width: auto;
	display: table-cell;
}

form.newsletter .button >  button{
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	color: #fff;
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	background-color: #5c5c5c;
	border: none;
	font-size: 12px;
	text-transform: uppercase;

}
form.newsletter > .button >  button:hover{
	cursor: pointer;
	background-color: #6e6e6e;
}

.image-header{
	width: 100%;
	height: 350px;
	display: table;
	overflow: hidden;
}
.image-header > .over-layer{
	display: table-cell;


	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	vertical-align: middle;
}

.image-header > .over-layer > .container > .titulo{
	width: 100%;
	font-weight: 100;
	font-size: 50px;
	text-align: center;
}
.image-header > .over-layer > .container > .titulo > .line{
	margin-top: 10px;
}
.galbis-tv{
	width: 100%;
	float: left;
	padding: 30px;
	background-color: #f4f4f4;
}



/***/

.banner-animado {
	width: 100%;
	height: 200px;
	float: left;
	overflow: hidden !important;
	position: relative;
	text-align: center;
	box-shadow: 0 0 5px #aaa;
	cursor: default;
}

.banner-animado > .content {
	opacity: 0;
	width: 100%;
	height: 200px;
	position: absolute;
	overflow: hidden;
	background: rgba(244,113,83, 0.8);
	top: 0;
	left: 0;
}

.banner-animado > img {
	display: block;
    height: 100%;
	width: 100%;
	position: relative;
	opacity:1;
	transform:scale(1,1);
	transition: all 0.2s ease-in;
}

.banner-animado > .content > a.info {
	display: inline-block;
	text-decoration: none;
    padding: 30px 10px 0;
	width:100%;
	height:200px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}


.banner-animado:hover img {
	opacity:0.7;
	transform:scale(1.3,1.3);
}
.banner-animado:hover .content {
	opacity:1;
}


.effect:hover a.info {
	opacity:1;
	transform:translateY(100px);
}

.banner-video{
    margin-bottom: 20px;
}

.wrapper-revista{
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}

.wrapper-revista .imagem{
    width: 100%;
    margin-bottom: 10px;
}

.wrapper-revista .imagem > img{
    width: 100%;
}
.wrapper-revista .nome-revista{
    padding-left: 10px;
    border-left: 3px solid #01C0F4;
    font-weight: 600;
    color: #000;
    font-size: 18px;
	display: block;
    margin-bottom: 20px;
}
.wrapper-revista .resumo-revista{
    color: #6d6d6d;
}
.wrapper-revista > .nome-revista:hover{
    color: #9a9a9a;
}


.wrapper-apios{
    position: fixed;
    bottom: 0;
    background-color: #262626;
    padding: 10px 0;
    float: left;
    width: 100%;
}


.title-bar{
    font-size: 24px;
    height: 35px;
    display: table;
    margin-bottom: 20px;
}
.title-bar > .icon-wrapper{
    display: table-cell;
    width: 35px;
}
.title-bar > .icon-wrapper > .icon{
	display: block;
    background-color: #01b6e8;
    color: #fff;
    text-align: center;
    line-height: 35px;
    width: 35px;
    vertical-align: top;
    font-size: 16px;
}

.title-bar > .texto{
    background: url("../gfx/effet-tt-bar-blue.png") right 0 no-repeat #01C0F4;
    font-size: 18px;
    width: 100%;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
    padding-left: 10px;
}
.title-bar > .button-wrapper{
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
}
.title-bar > .button-wrapper > a{
	white-space: nowrap;
	height: 35px;
	line-height: 35px;
	background-color: #02A2CF;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	display: block;

}
.title-bar > .button-wrapper > a:hover{
	background-color: #01C0F4;
	text-decoration: none;
}

.container{
    width: auto;
    max-width: 1170px !important;
}


.noticia{
    width: 100%;
    margin-bottom: 30px;
}
.noticia > .data{
    font-size: 12px;
    color: #676767;
}
.noticia > .imagem > img{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.noticia > .imagem{
    width: 100%;
    height: 216px;
    display: block;
    overflow: hidden;
}
.noticia > .imagem:hover > img{
    transform: scale(1.1);
}
.noticia > a.titulo{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
	height: 54px;
}


.fp-tableCell{
    vertical-align: top;
}

.close-menu{
	padding-top: 20px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 16px;
	color: #d6d6d6;
}
.close-menu i{
	font-size: 20px;
}


.button-bar{
	width: 100%;
	padding: 10px 0;
}

.btn-1.orange{
    background-color: #EA9636;
    border-bottom: 3px solid #c9802f;
}
.btn-1{
	margin-right: 10px;
	padding: 6px 12px;
	background-color: #FDC063;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 3px solid #e4ad59;
	display: block;
	float: left;
	color: #fff !important;
    font-size: 14px;
}
.btn-1.sm{
    padding: 4px 10px;
    font-size: 12px;
	line-height: 17px;
}
.btn-1:hover{
	color: #fff;
	background-color: #ffc870;
	text-decoration: none;
}

.img-revista{
	border: 1px solid #ccc;
}


.owl-controls{
	height: 30px;
	margin-top: 20px;
}
.owl-dots{
	height: 35px;
	text-align: center;

}
.owl-dots > .owl-dot{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	background-color: #01C0F4;
	display: inline-block;
	margin: 0 2px;
	opacity: 0.5;
}
.owl-dots > .owl-dot.active, .owl-dots > .owl-dot:hover{
	opacity: 1;
}


.publicacao{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;

}
.publicacao img{
	border: 1px solid #dddddd;
}
.publicacao .imagem{
    margin-bottom: 10px;
    display: block;
}
.publicacao h3.titulo{
	font-weight: 600;
	color: #4e4e4e;
}
.publicacao .descricao{
	color: #232323;
	font-size: 14px;
	line-height: 18px;
}
.publicacao .wrapper-ficheiro{
	margin: 10px 0;
	padding: 10px;
	width: 100%;
	float: left;
	background-color: #ffffff;
}

.wrapper-carousel-revistas{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.wrapper-carousel-revistas > .seta{
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	font-size: 40px;
	color: #FBD59B;
	text-align: center;
}
.wrapper-carousel-revistas > .seta:hover{
	cursor: pointer;
	color: #9cb05e;
}
.wrapper-carousel-revistas > .carousel-revistas{
	display: table-cell;
	width: 100%;
}



.arquivo-revistas{
	padding: 20px;
	float: left;
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #b6b6b6;
	background-color: #fff;
}

.arquivo-revistas > .titulo{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.arquivo-revistas > .wrapper-carousel-revistas >.carousel-revistas{

}

.arquivo-revistas > .wrapper-carousel-revistas >.carousel-revistas  .revista{
	float: left;
	width: 100%;
}
.arquivo-revistas > .wrapper-carousel-revistas >.carousel-revistas  .revista > .imagem{
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
}

.arquivo-revistas > .wrapper-carousel-revistas >.carousel-revistas  .revista > .titulo{
	font-size: 16px;
	border-left: 3px solid #01C0F4;
	padding-left: 10px;
	font-weight: 400;
	float: left;
	width: 100%;
	line-height: 14px;
}


.circle-link{
	display: table;
	float: left;
	margin-right: 20px;
}

.circle-link > .circle{
    display: table-cell;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
	width: 58px;
	height: 58px;
	background-color: #fbd59b;
	color: #fff;
	text-align: center;
	line-height: 58px;
}
.circle-link.small > .circle{
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.circle-link > .link{
	display: table-cell;
	padding-left: 10px;
	line-height: 18px;
	font-size: 14px;
	color: #212121;
	font-weight: 700;
	vertical-align: middle;
}

.is-sticky{
	width: 100%;
}


.size{
	height: 15px;
	width: 100%;
	background-color: #000;
	color: #fff;
	position: fixed;
	z-index: 999999;

}

.copyrights a{
	color: #009BE3;
}
.copyrights{
	font-size: 12px;
	margin-bottom: 50px;
	background-color: #464646;
	height: 30px;
	line-height: 30px;
	color: #f4f4f4;
}

.subs-menu{
	width: 100%;
	margin-bottom: 30px;
	display: none;
}
.subs-menu > .titulo{
	height: 35px;
	background-color: #ABDEEC;
	padding: 0 0 0 10px;
}

.subs-menu > .titulo > .texto{
	color: #546F78;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
}

.subs-menu > .titulo > .icon{
	font-size: 18px;
	width: 35px;
	line-height: 35px;
	color: #fff;
	float: right;
}


.subs-pagina-collapse{
	display: none;
	padding: 20px 30px;
	background-color: #abdeec;
	width: 100%;
}

.subs-pagina-collapse > li{
	border-bottom: 1px solid #f2f2f2;
	padding: 9px 0;
	display: table;
	width: 100%;
}
.subs-pagina-collapse > li > i{
	/*color: #fff;*/
	font-size: 0.6em;
	width: 9px;
	color: #f2f2f2;
	display: table-cell;
}
.subs-pagina-collapse > li > a{
	color: #6b8d95;
	font-weight: 400;
	font-size: 1em;
	/*transition: margin-left 0.5s ease;*/
	margin-left: 0;
	display: table-cell;
	padding-left: 10px;
}

.subs-pagina-collapse > li > a:hover{
	text-decoration: none;
	color: #0095be;
	/*margin-left: 10px;*/
}

.responsite-table-wrapper{
	width: 100%;
	overflow: hidden;
}


.wrapper-apoios{
    float: left;
    width: 100%;
}

.categorias-apoios{
	width:100%;
	float: left;
}

.categorias-apoios > a{
	float: left;
	width: 100%;
	display: block;
	padding: 30px 20px;
	color: #808080;
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #dedede;
}
.categorias-apoios > a > i{
	color: #e0e0e0;
	float: right;
	line-height: 30px;
}

.categorias-apoios > a:hover, .categorias-apoios > a.active{
	color: #000;
}
.categorias-apoios > a:hover > i, .categorias-apoios > a.active > i{
	color: #00c0f5;
}

.wrapper-subcats-apoios,
.wrapper-subcats{
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #fff;
}
.subcats-apoios{
	position: relative;
	height: 251px;
}
.subcats-freguesias{
	height: 462px;
	overflow: auto;
}
.subcats-apoios > a,
.subcats-freguesias > a {
	display: table;
	color: #fff;
	background-color: #fdce70;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	height: 46px;
	width: 95%;
	padding: 0 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.subcats-apoios > a:last-of-type,
.subcats-freguesias > a:last-of-type{
	margin-bottom: 0!important;
}
.subcats-apoios > a > span,
.subcats-freguesias > a > span{
	display: table-cell;
	vertical-align: middle;
    width: 100%;
}
.subcats-apoios > a > .icon,
.subcats-freguesias > a > .icon{
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    font-size: 16px;
}
.subcats-apoios > a:hover, .subcats-apoios > a.active,
.subcats-freguesias > a:hover, .subcats-freguesias > a.active{
	background-color: #EBBA37;
}

.ajaxloader{
    width: 30px;
    height: 30px;
    margin: 115px auto 0;
}

.mensagemEscolher{
    text-align: center;
    height: 30px;
    margin: 115px auto 0;
}

.detalhe-apoios{
    display: none;
	padding: 20px;
    float: left;
	width: 100%;
	background-color: #fff;
	margin-top: 30px;
}
.detalhe-apoios.active{
	display: block;
}
.detalhe-apoios > .titulo{
	color: #ff8c00;
	font-size: 24px;
	margin-bottom: 20px;
}

.detalhe-apoios > .descricao{
	font-size: 16px;
	color: #555555;
	padding-bottom: 30px;
}

.tabs-wrapper{
	width: 100%;
}
.tabs-wrapper > .tabs{
	width: 100%;
	display: table-cell;
}

.tabs-wrapper > .tabs > a{
	display: table-cell;
	background-color: #555555;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	height: 42px;
	border-right: 1px solid #fff;
}
.tabs-wrapper > .tabs > a.active{
	background-color: #fdc063;
}

.tabs-wrapper > .tab-container{
    width:100%;
    float: left;
    border: 1px solid #fdc063;
    padding:20px;
    display: none;
}

.tabs-wrapper > .tab-container.active{
    display: block;
}

.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.wrapper-concelhos{
	padding: 20px;
	background-color: #fff;
	width: 485px;
}

.mapify-hover{
	fill:rgba(255,255,255,0.3);
	stroke: #fff;
	
}

.custom-hover{
	fill:rgba(0,0,0,0.15);
	stroke: #fff;
	stroke-width: 0;
}

area.active{
	background-color: #01A3D0;;
	stroke: #fff;
	stroke-width: 0;
}

.btn-info{
	color: #fff !important;
}

.bt-go-top:hover,
.bt-go-top:visited,
.bt-go-top:active,
.bt-go-top{
    width: 35px;
    height: 35px;
    position: fixed;
    bottom:100px;
    right: 0;
    background-color: #F37052;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    display: none;
}

.cabecalho-freguesias{
	padding:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+100 */
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;


}
.cabecalho-freguesias .wrapper-brasao{
	padding: 10px;
	border: 1px solid #ededed;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.botao_sub{
	text-align:center;
}
.botao_sub a{
	background-color: #000;
    color: #fff;
    padding: 10px 60px;
    margin-top: 5px;
    text-decoration: none;
	font-size:15px;
	transition: background-color 0.2s ease;
}
.botao_sub a:hover{
	background-color: #313131;
    text-decoration: none;
}
