/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url('css/fonts/fonts.css');

html,body{height:100vh;overflow-y:auto;}
.fancybox-bg{background: rgba(0, 0, 0, .8)!important;}
#footer-outer #copyright .col ul{
	float: none;
}
#footer-outer #copyright .container{
	padding-right: 32px;
}
#footer-outer #copyright .container div:last-child{
	text-align: right;
	color: #FFFFFF;
	font-size: 15px;
}
#ajax-content-wrap .container-wrap,#footer-outer,#nectar_fullscreen_rows >#footer-outer.wpb_row .full-page-inner-wrap,#header-outer,.home-wrap{
	background-color: #00131d;
}
body[data-header-format="left-header"] #search-outer,
body[data-header-format="left-header"] #slide-out-widget-area-bg {
	background-color: #00131d !important;
}
#header-outer {
	position: absolute;
	top: 0px !important;
}
#custom-search{
	padding-right: 56px;
	text-align: right;
	color: #fff;
	max-width: 100%;
}
#custom-search form{
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
#custom-search form input{
	width: 320px;
	background: rgba(255,255,255,0.2);
	border-radius: 12px;
	border: 0;
	padding: 5px 0 5px 12px;
    color: #FFFFFF;
    font-size: 18px;
}
#custom-search form button{
	background: none;
	padding: 0 6px;
	margin: 0;
	border: 0;
	outline: none;
	position: absolute;
	right: 2px;
    top: 5px;
    cursor: pointer;
}
#custom-search .language_switcher{
	display: inline-block;
}
#custom-search .language_switcher select{
	font-family: 'source_sans_proregular';
    background-color: #00131d;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0;
}
#custom-search .switcher-btn {
  background-color: transparent;
  color: #FFFFFF;
  padding: 8px 0;
  font-size: 20px;
  border: none;
  outline: none;
}
#custom-search .switcher-btn::after{
	background: url(img/arrow_language.png) no-repeat;
	content: '';
	padding: 6px 8.5px;
    display: inline-block;
    margin-left: 3px;
}
#custom-search .switcher {
  position: relative;
  display: inline-block;
}
#custom-search .language-switcher {
	display: none;
	position: absolute;
	z-index: 1;
	right: 0;
}
#custom-search .language-switcher a {
  color: #FFFFFF;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
}
#custom-search .switcher:hover .language-switcher {
	display: block;
}
#ajax-content-wrap{
	height: 100vh;
}
.page-wrap{
	/*padding-top: 70px;*/
	padding-top: 95px;
	height: calc(100% - 66px);
}
.span_9.col_last.scroll-menu{
	overflow-y: hidden !important;
	max-height: 100%;
    top: 160px !important;
}
.span_9.col_last.scroll-menu .jspVerticalBar{
	background: transparent;
}
.span_9.col_last.scroll-menu .jspVerticalBar .jspTrack{
	background: rgba(255,255,255,0.2);
	border-radius: 50px;
	width: 6px;
}
.span_9.col_last.scroll-menu .jspVerticalBar .jspDrag{
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
	width: 6px;
}
header#top .span_9.scroll-menu .slide-out-widget-area-toggle {
    display: none;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-bottom: 10px;
    margin-top: -5px;
    z-index: 10000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/* HOMEPAGE */

#homepage {

}
#homepage .container.main-content {
	position: relative;
	margin-top: 25px;
	padding-left: 0;
	padding-right: 56px;
	overflow: auto;
	max-width: 100%;
	height: calc(100vh - 200px);
}
#homepage section {
  	display: none;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
}
#homepage section.active {
  	display: block;
}
#homepage .text {
	position: absolute;
	z-index: 10;
}
#homepage .title:before{
	content: '';
	width: 220px;
	height: 3px;
	display: block;
	background: #F1E51A;
    margin-top: 43px;
    margin-bottom: 22px;
    margin-left: 5px;
}
#homepage .title {
	color: #F1E51A;
	font-size: 67.66px;
    line-height: 63px;
	margin-bottom: 50px;
	font-family: 'source_sans_problack';
}
#homepage .title p {
	padding: 0;
}
#homepage .subtitle {
	color: #FFFFFF;
	max-width: 530px;
	font-size: 16.87px;
	margin-bottom: 10px;
	font-family: 'source_sans_proregular';
}
#homepage #especies-exoticas .subtitle {
    max-width: 700px;
}
#homepage .note::before {
	content: '';
	width: 0; 
	height: 0; 
	top: 0;
	left: 0;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left:10px solid #00131d; 
}
#homepage .note {
	color: rgba(255,255,255,0.5);
	font-size: 10.92px;
	font-family: 'source_sans_proregular';
	background: rgba(255,255,255,0.2);
    padding: 4.5px 7px 2.5px 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
}
#homepage .image{
	height: calc(100vh - 230px);
	display: inline-block;
    position: relative;
    float: right;
    width: 78%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
	background-position: top right !important;
	overflow: hidden;
}
#homepage .image img {
	position: relative;
	width: auto;
    float: right;
    z-index: 9;
    visibility: hidden;
}

/* O MUSEU */

#museu {

}
#museu .container.main-content {
	position: relative;
	padding-top: 13px;
	padding-left: 0;
	padding-right: 32px;
}
#museu .text {
	position: absolute;
}
#museu .title:before{
	content: '';
	width: 220px;
	height: 3px;
	display: block;
	background: #F1E51A;
    margin-top: 43px;
    margin-bottom: 22px;
    margin-left: 5px;
}
#museu .title {
	color: #F1E51A;
	font-size: 67.66px;
    line-height: 63px;
	margin-bottom: 50px;
	font-family: 'source_sans_problack';
}
#museu .title p {
	padding: 0;
}
#museu .subtitle {
	color: #FFFFFF;
	max-width: 430px;
	font-size: 16.87px;
	margin-bottom: 10px;
	font-family: 'source_sans_proregular';
}
#museu .note-wrapper .note-item{
	margin-bottom: 8px;
}
#museu .note::before {
	content: '';
	width: 0; 
	height: 0; 
	top: 0;
	left: 0;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left:10px solid #00131d; 
}
#museu .note {
	color: rgba(255,255,255,0.5);
	font-size: 10.92px;
	font-family: 'source_sans_proregular';
	background: rgba(255,255,255,0.2);
    padding: 3.5px 7px 3.5px 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    width: 150px;
    display: inline-block;
    line-height: normal;
}
#museu .image img {
	max-width: 828px;
	max-width: 80.9%;
    float: right;
}


/* Equipa e Comissão Científica */
#equipa{}
#equipa .container.main-content{
	padding-left: 0;
	padding-right: 100px;
    max-width: 100%;
    height: calc(100% - 136px);
}
#equipa .team{
	margin-top: 96px;
	padding-bottom: 20px;
}
#equipa .team .team-member{
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
#equipa .team .carousel-item:first-child .team-member:first-child{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.carousel{
	position: relative;
	height: 100%;
}
.carousel-inner{
	position:relative;
	width:100%;
	overflow:hidden
}
.carousel-item{
	position:relative;
	display:none;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000px;
	perspective:1000px
}
.carousel-item .row{
	display: flex;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active{
	display:block;
	transition:-webkit-transform .6s ease;
	transition:transform .6s ease;
	transition:transform .6s ease,-webkit-transform .6s ease
}
@media screen and (prefers-reduced-motion:reduce){
	.carousel-item-next,
	.carousel-item-prev,
	.carousel-item.active{
		transition:none
	}
}
.carousel-item-next,
.carousel-item-prev{
	position:absolute;
	top:0
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right{
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
.active.carousel-item-right,
.carousel-item-next{
	-webkit-transform:translateX(100%);
	transform:translateX(100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){
	.active.carousel-item-right,
	.carousel-item-next{
		-webkit-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0)
	}
}
.active.carousel-item-left,
.carousel-item-prev{
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){
	.active.carousel-item-left,
	.carousel-item-prev{
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0)
	}
}

.carousel .btns-slider{
	position: absolute;
    right: -35px;
    bottom: 50%;
}
.carousel .btns-slider button{
	background: none;
	border: 0;
	outline: none;
	display: block;
}
.carousel .btns-slider button.next{
	margin-bottom: 12px;
}
#equipa .team .team-member .title{
	color: #F1E51A;
    font-size: 94px;
    line-height: 90px;
    margin-bottom: 55px;
    font-family: 'source_sans_problack';
}
#equipa .team .team-member .title p{
	padding-bottom: 15px;
}
#equipa .team .team-member .description{
	color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'source_sans_proregular';
}
#equipa .team .team-member img{
	width: 100%;
}
#equipa .team .team-member .member-wrap{
	max-width: 235px;
	display: flex;
    flex-direction: column;
}
#equipa .team .team-member .member-image{
	width: 100%;
	height: 507px;
	background-size: cover !important;
	background-position: center center !important;
}
#equipa .team .team-member .member-image.no-image {
    background-image: url(img/logo.png);
    background-size: 100px auto !important;
    background-color: rgba(100, 100, 100, 0.3);
    background-repeat: no-repeat;
    display: inline-flex;
}
#equipa .team .team-member .member-name{
	color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    margin-top: 8px;
    min-height: 60px;
    font-family: 'source_sans_prosemibold';
}
#equipa .team .team-member .member-email{
	color: #FFFFFF;
    font-size: 14px;
    margin-top: 5px;
	line-height: initial;
    font-family: 'source_sans_proregular';
}
#equipa .team .team-member .member-revisor{
	color: #FFFFFF;
    font-size: 14px;
	line-height: initial;
    font-family: 'source_sans_proregular';
}
#equipa .team .team-member .member-divisor{
	background: #F1E51A;
	height: 5px;
	max-width: 190px;
	width: 100%;
	line-height: initial;
	margin-top: 5px;
    margin-bottom: 15px;
}
#equipa .team .team-member .member-note{
	color: #FFFFFF;
    font-size: 19px;
    font-family: 'source_sans_proregular';
    background: rgba(255,255,255,0.2);
    padding: 4px 7px 2px 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    width: 176px;
    display: inline-block;
    line-height: normal;
}
#equipa .team .team-member .member-note:before{
	content: '';
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #00131d;
}

/* Parceiros */
#parceiros{}
#parceiros .title{
	color: #F1E51A;
    font-size: 67.66px;
    line-height: 63px;
	margin-top: 96px;
    font-family: 'source_sans_problack';
}
#parceiros .title p{
	padding-bottom: 20px;
}
#parceiros .partners{
	padding-bottom: 20px;
}
#parceiros .partners .partner-item{
	display: inline-block;
	padding: 5px 6px;
}


/* Contactos */
#contactos{}
#contactos .container.main-content{
	padding-right: 42px;
}
#contactos .title{
	color: #F1E51A;
    font-size: 67.66px;
    line-height: 63px;
	margin-top: 96px;
    font-family: 'source_sans_problack';
}
#contactos .address{
	color: #FFFFFF;
    font-size: 15px;
	line-height: initial;
    font-family: 'source_sans_proregular';
    display: inline-block;
    margin-top: 55px;
}
#contactos .address a{
	color: #FFFFFF;
    font-size: 16px;
	line-height: initial;
    font-family: 'source_sans_prosemibold';
}
#contactos .address .logos img{
	max-width: 395px;
}
#contactos .contact_form{
	display: inline-block;
	text-align: right;
	max-width: 347px;
    width: 100%;
	margin-top: -45px;
    float: right;
}
#contactos .contact_form label{
	text-align: left;
	display: block;
	line-height: initial;
}
#contactos .contact_form input{
	max-width: 347px;
	width: 100%;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    background: transparent;
    color: #fff;
    padding: 0px;
}
#contactos .contact_form div.email {
    margin-bottom: 15px;
}
#contactos .contact_form div.message span.message{
	display: flex !important;
}
#contactos .contact_form .btn-submit input[type=submit]{
	background: #F1E51A;
    color: #00131d;
    border: 0;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    font-size: 14px;
    line-height: initial;
    font-family: 'source_sans_proregular';
    display: inline-block;
    width: 62.75px;
	padding: 1.5px 0 1.5px 8px;
}
#contactos .contact_form .btn-submit{
	position: relative;
	display: inline-block;
}
#contactos .contact_form .btn-submit::before{
	content: '';
    width: 0;
    height: 0;
    top: 4px;
    left: 0;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00131d;
}
#contactos .contact_form textarea{
	max-width: 347px;
	width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    background: transparent;
    color: #fff;
	padding: 0 5px;
}
#contactos .contact_form div.wpcf7 .ajax-loader{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -20px;
}

/* Ficha Técnica */
#ficha-tecnica{}
#ficha-tecnica .title{
	color: #F1E51A;
    font-size: 67.66px;
    line-height: 63px;
    margin-top: 96px;
	margin-bottom: 30px;
    font-family: 'source_sans_problack';
}
#ficha-tecnica .title p{
	padding-bottom: 0;
}
#ficha-tecnica .tabs{
	width: 185px;
	display: inline-block;
}
#ficha-tecnica .tabs span.btn-tab{
	color: rgba(255,255,255,0.5);
    font-size: 10.92px;
    font-family: 'source_sans_proregular';
    background: rgba(255,255,255,0.2);
    display: block;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 12px;
	color: #FFFFFF;
	padding: 0 0 0 17px;
	position: relative;
	max-width: 159px;
}
#ficha-tecnica .tabs span.btn-tab::before{
	content: '';
    width: 0;
    height: 0;
	top: 4.5px;
    left: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #00131d;
}
#ficha-tecnica .tabs span.active{
	background: #F1E51A;
	color: #00131d;
}
#ficha-tecnica .tabs-content{
	width: calc(100% - 185px);
    float: right;
}
#ficha-tecnica .tabs-content .tab-main:not(.active){
	display: none;
}
#ficha-tecnica .tabs-content .tab-main{
	color: #FFFFFF;
}
#ficha-tecnica .tabs-content .tab-main img {
    max-height: 80px;
}
#ficha-tecnica .tabs-content .tab-main .referencia .btn-ref:before{
	content: '';
	width: 14px;
	height: 14px;
	background: url(img/bullet.png) no-repeat;
	background-size: contain;
    display: inline-block;
	margin-right: 8px;
    vertical-align: sub;
}
#ficha-tecnica .tabs-content .tab-main .referencia .btn-ref {
	font-family: 'source_sans_problack';
	cursor: pointer;

}
#ficha-tecnica .tabs-content .tab-main .referencia .btn-ref + div {
	display: none;
}
#ficha-tecnica .tabs-content .tab-main .referencia .btn-ref.active + div {
	display: block;
	margin-bottom: 15px;
}
#ficha-tecnica .tabs-content .tab-main .referencia .btn-ref:hover:before{
	background: url(img/bullet_hover.png) no-repeat;
}
#ficha-tecnica .tabs-content .tab-main .referencia .btn-ref.active:before{
	background: url(img/bullet_active.png) no-repeat;
    vertical-align: text-bottom;
}
#ficha-tecnica .tabs-content .scroll-pane{
	width: 100%;
	max-height: 300px;
	overflow: auto;
}
#ficha-tecnica .tabs-content .tab-main .referencia .ref-wrapper{
	padding-right: 30px;
	padding-left: 22px;
    padding-top: 15px;
}
#ficha-tecnica .tabs-content .tab-content{
	padding-right: 30px;
	padding-left: 22px;
}
#ficha-tecnica .tabs-content .scroll-pane .jspVerticalBar{
	background: transparent;
}
#ficha-tecnica .tabs-content .scroll-pane .jspVerticalBar .jspTrack{
	background: rgba(255,255,255,0.2);
	border-radius: 50px;
	width: 6px;
}
#ficha-tecnica .tabs-content .scroll-pane .jspVerticalBar .jspDrag{
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
	width: 6px;
}


/* Área Classificada */

#area{
	background-color: #00131d;
	position: relative;
}
#area .container{
	max-width: 1650px;
}
#area .main-content{
	padding-top: 100px;
	display: flex;
	height: calc(100% - 40px);
}
#area .area-imagem-wrap{
	max-width: 25%;
	position: relative;
}
#area .area-imagem-wrap .btn_close{
	position: absolute;
	top: -22.5px;
	left: -22.5px;
}
#area .area-imagem-wrap .gallery a{
	display: block;
	width: 100%;
	height: 500px;
	background-size: cover !important;
    background-position: center center !important;
}
#area .area-imagem-wrap .gallery a img{
	width: 100%;
	max-width: 100%;
	padding: 0;
	border: 0 !important;
	visibility: hidden;
}
#area .area-imagem-wrap .gallery a:not(:first-child){
	display: none;
}
#area .area-imagem-wrap .gallery .no-image{
	background: url(img/logo.png) no-repeat;
	background-size: contain;
    background-position: center center;
}
#area .area-imagem-wrap .gallery .no-image img{
	visibility: hidden;
}
#area .area-content-wrap{
	max-width: 75%;
	padding-left: 50px;
}
#area .area-content-wrap .title{
	color: #F1E51A;
	font-size: 50px;
    line-height: 50px;
	margin-bottom: 40px;
	font-family: 'source_sans_problack';
}
#area .area-content-wrap .area-main-content-wrap{
	height: calc(100% - 69px);
}
#area .area-content-wrap .area-main-content-wrap .area-tab{
	display: none;
	line-height: 30px;
	font-size: 22px;
    font-family: 'source_sans_proregular';
}
#area .area-content-wrap .area-main-content-wrap .area-tab a{
	color: #fff;
}
#area .area-content-wrap .area-main-content-wrap #know.area-tab .description{
	line-height: 20px;
    font-size: 16px;
    margin-top: 10px;
}
#area .area-content-wrap .area-main-content-wrap #location.area-tab img{
	width: auto;
    height: auto;
}
#area .area-content-wrap .area-main-content-wrap .area-tab.active{
	display: block;
	color: #FFFFFF;
	padding-bottom: 50px;
	height: calc(100% - 140px);
}
#area .area-content-wrap .btn-wrapper{}
#area .area-content-wrap .btn-wrapper span{
	color: #FFFFFF;
    font-size: 16px;
    font-family: 'source_sans_proregular';
    background: rgba(255,255,255,0.2);
    padding: 6px 7px 4px 25px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    width: 200px;
    display: inline-block;
    line-height: normal;
    cursor: pointer;
    margin-right: 25px;
    margin-bottom: 25px;
}
#area .area-content-wrap .btn-wrapper span.active{
	color: #00131d;
	background: #F1E51A;
}
#area .area-content-wrap .btn-wrapper span:before{
	content: '';
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #00131d;
}
#area #characterization.area-tab .area-scroll,
#area #species.area-tab .area-scroll,
#area #know.area-tab .area-scroll{
	width: 100%;
	max-height: 550px;
	overflow: auto;
}
#area #location.area-tab .area-scroll{
	width: 100%;
	height: 550px;
	overflow: auto;
}
#area .area-tab .area-scroll .tab-wrapper{
	width: 95%;
}
#area .area-tab .area-scroll .jspVerticalBar{
	background: transparent;
}
#area .area-tab .area-scroll .jspVerticalBar .jspTrack{
	background: rgba(255,255,255,0.2);
	border-radius: 50px;
	width: 6px;
}
#area .area-tab .area-scroll .jspVerticalBar .jspDrag{
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
	width: 6px;
}

/* Glossário */
#glossario{}
#glossario h1{
	color: #F1E51A;
    font-size: 105px;
    line-height: 100px;
    margin-top: 96px;
	margin-bottom: 40px;
    font-family: 'source_sans_problack';
    text-transform: uppercase;
}
#glossario .glossary-scroll{
	width: 100%;
	max-height: 400px;
	overflow: auto;
}
#glossario .glossary-scroll .jspVerticalBar{
	background: transparent;
}
#glossario .glossary-scroll .jspVerticalBar .jspTrack{
	background: rgba(255,255,255,0.2);
	border-radius: 50px;
	width: 6px;
}
#glossario .glossary-scroll .jspVerticalBar .jspDrag{
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
	width: 6px;
}
#glossario .glossary-container{
	display: flex;
}
#glossario .side-glossary{
	width: 150px;
	margin-left: 35px;
}
#glossario .container.main-content{
	padding-left: 0;
	padding-right: 100px;
    max-width: 100%;
    height: calc(100% - 136px);
}
#glossario .side-glossary .alphabetical-char{
	margin-bottom: 4px;
}
#glossario .side-glossary .alphabetical-char .glossary-wrap-item{
	display: inline-block;
	cursor: pointer;
}
#glossario .side-glossary .alphabetical-char span{
    font-size: 25px;
    font-family: source_sans_problack;
    width: 20px;
    display: inline-block;
}
#glossario .side-glossary .alphabetical-char.active span{
	color: #FFFFFF;
}
#glossario .side-glossary .alphabetical-char i:after{
	background: url(img/arrow_glossary.png) no-repeat;
	background-position: center;
	content: '';
    display: inline-block;
    margin-left: 3px;
    width: 20px;
    height: 20px;
}
#glossario .side-glossary .alphabetical-char.active i:after{
	background: url(img/arrow_active_glossary.png) no-repeat;
	background-position: center;
	content: '';
    display: inline-block;
    margin-left: 3px;
    width: 20px;
    height: 20px;
}
#glossario .glossary-wrap{
	width: 100%;
}
#glossario .glossary-wrap .wrap-char{
	display: none;
}
#glossario .glossary-wrap .wrap-char.active{
	display: block;
}
#especies .descricao-especies-exoticas,
#glossario .glossary-wrap .wrap-char .glossary-item{
	font-size: 25px;
    font-family: source_sans_proregular;
    color: #FFFFFF;
    margin-bottom: 35px;
}
#glossario .glossary-wrap .wrap-char .glossary-item span{
    font-weight: bold;
    margin-right: 5px;
}

/* ESPÉCIES */
#especies{}
#especies .container.main-content{
	padding-left: 0;
    padding-right: 80px;
    max-width: 100%;
    height: calc(100% - 136px);
}
#especies .descricao-especies-exoticas{
	margin-top: 30px;
	margin-bottom: 0;
}
#especies .descricao-especies-exoticas p:last-child{
	padding: 0;
}
#especies .species-wrapper{}
#especies .species-wrapper.scroll-pane{
	width: 100%;
	max-height: 708px;
	overflow: auto;
	margin-top: 96px;
}
#especies .species-wrapper.scroll-pane .jspVerticalBar{
	background: transparent;
	width: 6px;
}
#especies .species-wrapper.scroll-pane .jspVerticalBar .jspTrack{
	background: rgba(255,255,255,0.2);
	border-radius: 50px;
	width: 6px;
}
#especies .species-wrapper.scroll-pane .jspVerticalBar .jspDrag{
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
	width: 6px;
}
#especies .species-wrapper .species-item{
	width: 16.5%;
	display: inline-block;
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    text-align: center;
    vertical-align: top;
}
#especies .species-wrapper .species-item a{
	display: block;
}
#especies .species-wrapper .species-item .species-item-image{
	display: inline-block;
	position: relative;
}
#especies .species-wrapper .species-item .species-item-image .species-item-marker{
	background: #F1E51A;
	color: #0E1A22;
	text-transform: uppercase;
	font-family: 'source_sans_probold';
	position: absolute;
	top: 10px;
	right: 7px;
	font-size: 20px;
    border-radius: 50%;
    padding: 4px;
    width: 32px;
    height: 32px;
    overflow: hidden;
}
#especies .species-wrapper .species-item .species-item-name{
	font-family: source_sans_proitalic;
	color: #F1E51A;
	font-size: 16px;
    line-height: 16px;
}
#especies .species-wrapper .species-item .species-item-scientific-name{
	font-family: source_sans_prolight;
	color: #FFFFFF;
	font-size: 11px;
    line-height: 25px;
}
#especies.page-wrap.search{
	max-height: calc(100% - 66px);
}
#especies.search{
	background-color: #00131d;
}
#especies.search .species-wrapper.scroll-pane{
	width: 100%;
	height: 570px;
	overflow: auto;
	margin-top: 20px;
}
#especies.search .main-content {
    padding-top: 60px;
}
#especies.search .banner .result-num{
	font-family: 'source_sans_proregular';
	font-size: 24px;
	color: #fff;
}
#especies.search .banner .empty-result{
	font-family: 'source_sans_proregular';
	color: #fff;
}
#especies.search .banner .title{
	color: #F1E51A;
	font-size: 50px;
    line-height: 50px;
	margin-bottom: 40px;
	font-family: 'source_sans_problack';
}
#especies.search .banner .title{
	margin-bottom: 10px;
}
#especies.search #search-results{
	margin-top: 20px;
}
#especies.search #search-results a{
	font-family: 'source_sans_proregular';
	color: rgba(255,255,255,0.5);
	font-size: 18px;
}
#especies.search #search-results a:hover{
	color: rgba(255,255,255,1);
}
#especies.search #search-results #pagination{
	margin-top: 15px;
}

/* ESPÉCIE */
#specie{
	background-color: #00131d;
}
#specie a.fancybox{
	display: inline-block;
}
.ytp-share-button-visible {
    display: none;
}
#specie .container.main-content{
	max-width: 100%;
    padding-right: 56px;
	margin-top: 96px;
	display: flex;
}
#specie .specie-imagem-wrap{
	width: 380px;
	padding-right: 40px;
}
#specie .specie-imagem-wrap .specie-gallery{
	position: relative;
}
#specie .specie-imagem-wrap .specie-gallery .btn_close{
	position: absolute;
	z-index: 99999;
    top: -23px;
    left: -23px;
}
#specie .specie-imagem-wrap .specie-gallery .gallery a img{
	padding: 0;
	border: 0 !important;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
#specie .specie-imagem-wrap .specie-gallery .slick-prev{
	top: calc(50% + 20px);
	right: 15px;
	z-index: 9;
}
#specie .specie-imagem-wrap .specie-gallery .slick-prev:before{
	content: url(img/arrow_prev_black.png);
}
#specie .specie-imagem-wrap .specie-gallery .slick-next{
	top: calc(50% - 20px);
	right: 15px;
	z-index: 9;
}
#specie .specie-imagem-wrap .specie-gallery .slick-next:before{
	content: url(img/arrow_next_black.png);
}
#specie .specie-imagem-wrap .specie-filiation{
	padding-top: 20px;
	color: #FFFFFF;
}
#specie .specie-imagem-wrap .specie-filiation div{
	font-size: 22px;
    line-height: 26px;
}
#specie .specie-imagem-wrap .specie-filiation div span{
	font-family: source_sans_proregular;
	color: #F1E51A;
	width: 125px;
    display: inline-block;
}
#specie .specie-imagem-wrap .specie-filiation div label.italic{
	font-family: source_sans_proitalic;
}
#specie .specie-content-wrap{
	width: 100%;
}
#specie .specie-content-wrap .specie-header{

}
#specie .specie-content-wrap .specie-header .title{
	font-family: 'source_sans_probold';
	font-size: 25px;
	line-height: 45px;
	color: #F1E51A;
}
#specie .specie-content-wrap .specie-header .title h1{
	font-family: 'source_sans_probold_italic';
	display: inline-block;
    line-height: inherit;
    margin-right: 5px;
    font-size: 50px;
    color: #F1E51A;
    margin-bottom: 0;
}
#specie .specie-content-wrap .specie-header .title .subespecie{
	font-family: 'source_sans_probold_italic';
	font-size: 50px;
	margin: 0 5px;
}
#specie .specie-content-wrap .specie-header .title .autoridade_cientifica_subespecie{
	font-family: 'source_sans_prolight';
}
#specie .specie-content-wrap .specie-header .nome_comum{
	font-family: 'source_sans_probold';
	font-size: 30px;
    color: #F1E51A;
    line-height: 30px;
    margin-top: 5px;
}
#specie .specie-content-wrap .specie-header .estatuto_conservacao{
	font-family: source_sans_proregular;
	font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 10px;
	margin-bottom: 20px;
}

#specie .specie-content-wrap .specie-header .list_actions{
	
}
#specie .specie-content-wrap .specie-header .list_actions .item-action .item-action-wrapper{
	color: #00131d;
    font-size: 14px;
    font-family: 'source_sans_prosemibold';
    background: #F1E51A;
	padding: 4px 12px 2px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    line-height: normal;
    list-style-type: none;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}
#specie .specie-content-wrap .specie-header .list_actions .item-action .item-action-wrapper:before{
	content: '';
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 12.5px solid #00131d;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper{
	width: 100%;
	height: 365px;
	margin-top: 20px;
    margin-bottom: 18px;
	overflow: auto;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .jspVerticalBar{
	background: transparent;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .jspVerticalBar .jspTrack{
	background: rgba(255,255,255,0.2);
	border-radius: 50px;
	width: 6px;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .jspVerticalBar .jspDrag{
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
	width: 6px;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .specie-tab{
    font-family: 'source_sans_proregular';
    font-size: 20px;
    line-height: 30px;
	color: #FFFFFF;
	display: none;
	width: 96%;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #sinonimias.specie-tab{
	font-family: source_sans_proitalic;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .specie-tab .videos a{
	color: #FFFFFF;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .specie-tab .ligacao_externa{
	margin-top: 20px;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .specie-tab .ligacao_externa a{
	color: #FFFFFF;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .specie-tab.active{
	display: block;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #distribuicao .areas-titulo{
	margin-top: 25px;
	margin-bottom: 15px;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #distribuicao .areas-classificadas .area{

}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #distribuicao .areas-classificadas .area span{
	color: #00131d;
    font-size: 20px;
    font-family: 'source_sans_prosemibold';
    background: #F1E51A;
    padding: 4px 12px 2px 26px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    line-height: normal;
    list-style-type: none;
    margin-bottom: 20px;
    display: inline-block;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #distribuicao .areas-classificadas .area span:before{
	content: '';
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #00131d;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #multimedia iframe{
	width: 680px !important;
	height: 460px !important;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #multimedia iframe.audio{
	max-height: 220px !important;
}
#specie .specie-content-wrap .autor{
	color: #FFFFFF;
    font-size: 14px;
    font-family: 'source_sans_proregular';
}
#specie .specie-content-wrap .autor span{
	font-family: 'source_sans_prosemibold';
}
#specie .specie-content-wrap .btn-wrapper{
	max-width: 980px;
}
#specie .specie-content-wrap .btn-wrapper span{
	color: #FFFFFF;
    font-size: 20px;
    font-family: 'source_sans_proregular';
    background: rgba(255,255,255,0.2);
	padding: 4px 12px 2px 26px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    line-height: normal;
    list-style-type: none;
    margin-bottom: 25px;
    margin-right: 30px;
	width: 164px;
    display: inline-block;
    cursor: pointer;
}
#specie .specie-content-wrap .btn-wrapper span.active{
	font-family: 'source_sans_prosemibold';
	background: #F1E51A;
	color: #00131d;
}
#specie .specie-content-wrap .btn-wrapper span:before{
	content: '';
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #00131d;
}

/* DEFAULT */
#default .container.main-content{
	margin-top: 60px;
	max-height: 475px;
}
#default h5{
	color: #FFFFFF;
    font-size: 18px;
    font-family: 'source_sans_prolight';
}
#default p{
	color: #FFFFFF;
    font-size: 16px;
    font-family: 'source_sans_prolight';
}
#default .wp-block-image{
	margin: 0;
}
#default .scroll-pane{
	width: 100%;
	max-height: 450px;
	overflow: auto;
}
#default .scroll-pane .jspVerticalBar{
	background: transparent;
}
#default .scroll-pane .jspVerticalBar .jspTrack{
	background: rgba(255,255,255,0.2);
	border-radius: 50px;
	width: 6px;
}
#default .scroll-pane .jspVerticalBar .jspDrag{
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
	width: 6px;
}

/* MAPA */
#map{
	height: 400px;
}
#mapa .title {
	color: #F1E51A;
	font-size: 50px;
    line-height: 63px;
	margin-bottom: 20px;
	margin-top: 60px;
	font-family: 'source_sans_problack';
}
#mapa .content{
	margin-bottom: 20px;
}
#mapa .content,
#mapa .content a {
	color: #FFFFFF;
	font-family: 'source_sans_proregular';
	font-size: 18px;
}
#mapa .content img {
	max-width: 100px;
}
#map .leaflet-popup-content-wrapper,
#map .leaflet-popup-tip{
	padding: 0;
    background: #000;
    border-radius: 20px;
}
#map .leaflet-popup-tip{
	width: 40px;
    height: 40px;
    margin: -20px auto 0;
    border-radius: initial;
	border-bottom-right-radius: 10px;
}
#map .leaflet-popup-tip-container{
	width: 60px;
	height: 40px;
	margin-left: -30px;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-content{
	margin: 0;
}
#map .leaflet-popup{
	margin-bottom: 40px !important;
}
#map .leaflet-popup-content-wrapper .marker-popup{
    color: #fff;
    padding: 20px;
    width: 240px;
}
#map.leaflet-container a.leaflet-popup-close-button{
	top: 8px;
	right: 8px;
}
#map .leaflet-popup-content-wrapper .marker-popup .badge img{
	width: 80px;
}
#map .leaflet-popup-content-wrapper .marker-popup .autarquia-title,
#map .leaflet-popup-content-wrapper .marker-popup .autarquia-title a{
	font-family: 'source_sans_prosemibold';
	font-size: 14px;
	margin-top: 10px;
}
#map .leaflet-popup-content-wrapper .marker-popup .autarquia-title a{
	color: #FFFFFF;
}
#map .leaflet-popup-content-wrapper .marker-popup .member{
	font-family: 'source_sans_proregular';
	font-size: 12px;
	margin-bottom: 10px;
}
#map .leaflet-popup-content-wrapper .marker-popup .address{
	font-family: 'source_sans_proregular';
	font-size: 14px;
	line-height: 16px;
}
#map .leaflet-popup-content-wrapper .marker-popup .address p{
	margin: 0;
	padding: 0;
}
#map .leaflet-popup-content-wrapper .marker-popup .popup-wrapper.popup-observacoes{
	font-family: 'source_sans_proregular';
	font-size: 16px;
	line-height: 20px;
}
#map .leaflet-popup-content-wrapper .marker-popup .popup-wrapper.popup-observacoes .popup-header{
	margin-bottom: 10px;
	font-size: 18px;
}

#footer-outer #copyright .container{
	max-width: 100%;
}
#footer-outer #copyright .col ul#menu-footer {
	float: right;
}
#footer-outer #copyright .col ul#menu-footer li {
	margin: 0;
	display: flex;
}
#footer-outer #copyright .col ul#menu-footer li:before {
	content: '';
    border-radius: 50%;
    background: #fff;
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 9px;
    margin-left: 9px;
    margin-top: auto;
    margin-bottom: auto;
}
#footer-outer #copyright .col ul#menu-footer li a,
#footer-outer #copyright .col ul#menu-footer li a:hover {
	color: #fff;
	font-size: 15px;
}
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a >span{
	padding-left: 0;
	padding-right: 0;
}
.current-menu-item > a > span {
    /*color: #F1E51A;*/
    color: #FFFFFF;
}
.current-menu-item > a > span:after{
	width: 68px !important;
}
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a,
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:hover,
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]).open-submenu >a,
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]).current_page_item >a,
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]).current-menu-item >a,
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]).current-menu-ancestor >a{
	color: rgba(255,255,255,0.5) !important;
    font-size: 22px;
}
body[data-header-format="left-header"] .sf-menu li >ul.sub-menu li a{
	font-size: 16px !important;
	line-height: 14px !important;
}
body[data-header-format="left-header"] #header-outer .button_social_group{
	bottom: 8px;
}
body[data-header-format="left-header"] #header-outer .button_social_group ul li#social-in-menu a{
	margin-left: 4px;
    margin-right: 4px;
}
body[data-header-format="left-header"] #header-outer .button_social_group ul li#social-in-menu a:first-child {
	margin-left: 0;
}
body[data-header-format="left-header"] #header-outer .button_social_group ul li#social-in-menu a:last-child {
    margin-right: 0;
}
body[data-header-format="left-header"] #header-outer .button_social_group ul li#social-in-menu a:hover,
body[data-header-format="left-header"] #header-outer .button_social_group ul li#social-in-menu a:hover i.fa{
	transition: inherit;
	transform: initial;
}
body[data-header-format="left-header"] #header-outer .button_social_group ul li#social-in-menu a i.fa:before{
	vertical-align: middle;
}
body[data-header-format="left-header"] #header-outer .button_social_group ul li#social-in-menu a i.fa:after {
	display: none;
}
body[data-header-format="left-header"] #header-outer .button_social_group ul li#social-in-menu a i.fa {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #00131d !important;
    margin: 0;
    top: 0;
}

@media only screen and (min-width: 1001px){
	#header-outer[data-format="left-header"] {
		width: 300px;
	}
	body[data-header-format="left-header"] #ajax-content-wrap{
		margin-left: 300px;
	}
	body[data-header-format="left-header"] #header-outer .span_3 {
	    margin-top: 50px;
	}
	body[data-header-format="left-header"] #header-outer nav{
		padding: 0 30px;
	}
	body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a >span:after{
		content: '';
		height: 1.5px;
		width: 24.5px;
		background-color: rgba(255,255,255,0.5) !important;
		position: initial;
		display: block;
	    margin-top: 4px;
		transform: initial;
	}
	body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li.current_page_item:not([class*="button_"]) >a >span:after{
		background-color: rgba(255,255,255,0.5) !important;
		width: 37px;
	}
}
#equipa .wrapper-slide.mobile{
	display: none;
}
#area .area-content-wrap .area-main-content-wrap #location.area-tab img{
	width: 100px;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .specie-tab img{
	width: 200px;
}
#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .specie-tab,
#area .area-content-wrap .area-main-content-wrap #know.area-tab .description{
	overflow-wrap: break-word;
}
#specie .jspHorizontalBar,
#area .jspHorizontalBar{
	display: none !important;
}

@media only screen and (max-width: 1600px){
	#header-outer #logo img {
	    height: 50px !important;
	}
	.page-wrap{
		padding-top: 65px;
	}
	#equipa .team,
	#contactos .title,
	#parceiros .title,
	#glossario h1,
	#ficha-tecnica .title,
	#specie .container.main-content,
	#especies .species-wrapper.scroll-pane {
	    margin-top: 60px;
	    padding-bottom: 0px;
	}
	#especies.especies-exoticas .species-wrapper.scroll-pane{
		margin-top: 25px;
	}
	#contactos .title,
	#parceiros .title,
	#glossario h1,
	#ficha-tecnica .title,
	#equipa .team .team-member .title{
		font-size: 60px;
    	line-height: 65px;
		margin-bottom: 20px;
	}
	#glossario .side-glossary{
		width: 115px;
		margin-left: 20px;
	}
	#area .main-content{
		padding-top: 60px;
	}
	#specie .specie-content-wrap .specie-header .title .subespecie,
	#specie .specie-content-wrap .specie-header .title h1,
	#area .area-content-wrap .title{
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	#specie .specie-content-wrap .specie-header .title h1{
		margin-bottom: 0px;
	}
	#specie .specie-content-wrap .specie-header .title{
		font-size: 22px;
	}
	#specie .specie-content-wrap .specie-header .nome_comum{
		font-size: 26px;
	}
	#equipa .team .team-member .description{
		font-size: 16px;
		line-height: 22px;
	}
	#equipa .team .team-member .member-name,
	#specie .specie-content-wrap .specie-header .estatuto_conservacao{
		font-size: 18px;
    	line-height: 22px;
	}
	#specie .specie-content-wrap .specie-header .estatuto_conservacao{
		margin-bottom: 5px;
		margin-top: 2px;
	}
	#specie .specie-content-wrap .specie-header .list_actions .item-action .item-action-wrapper{
		margin-bottom: 0;
	}
	#specie .specie-content-wrap .specie-header .list_actions .item-action:last-child .item-action-wrapper{
		margin-bottom: 10px;
	}
	#specie .specie-content-wrap .specie-header .list_actions .item-action .item-action-wrapper,
	#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #distribuicao .areas-classificadas .area span{
		font-size: 9px;
		padding: 4px 12px 2px 16px;
	}
	#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #distribuicao .areas-classificadas .area span{
		margin-bottom: 6px;
	}
	#specie .specie-content-wrap .specie-header .list_actions .item-action .item-action-wrapper:before,
	#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper #distribuicao .areas-classificadas .area span:before{
		border-top: 9px solid transparent;
		border-bottom: 9px solid transparent;
		border-left: 9px solid #00131d;
	}
	#specie .specie-content-wrap .btn-wrapper span{
		font-size: 14px;
		margin-bottom: 10px;
		margin-right: 20px;
	}
	#specie .specie-content-wrap .btn-wrapper span:before{
		border-top: 12.5px solid transparent;
		border-bottom: 12.5px solid transparent;
		border-left: 12.5px solid #00131d;
	}
	#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .specie-tab{
		font-size: 16px;
		line-height: 22px;
	}
	#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper{
		max-height: 210px;
		height: 210px;
		margin-top: 0px; 
	}
	#specie .container.main-content{
		padding-top: 15px;
		padding-left: 15px;
	}
	#area .area-imagem-wrap .gallery a,
	#equipa .team .team-member .member-image{
		height: 345px;
	}
	#equipa .team .team-member .member-note{
		font-size: 16px;
		width: 160px;
	}
	#equipa .team .team-member .member-note:before{
		border-top: 13.5px solid transparent;
		border-bottom: 13.5px solid transparent;
		border-left: 13.5px solid #00131d;
	}
	.main-content img {
		max-width: 90%;
	}
	#contactos .container.main-content {
		padding-right: 56px;
	}
	#contactos .address{
		margin-top: 10px;
	}
	#area .area-content-wrap .area-main-content-wrap .area-tab{
		line-height: 24px;
		font-size: 18px;
	}
	#area #characterization.area-tab .area-scroll,
	#area #species.area-tab .area-scroll,
	#area #know.area-tab .area-scroll,
	#area #location.area-tab .area-scroll{
		max-height: 250px;
	}
	#area .area-content-wrap .area-main-content-wrap .area-tab.active{
		height: calc(100% - 115px);
	}
	#area .area-content-wrap .area-main-content-wrap {
		height: calc(100% - 100px);
	}
	#especies .species-wrapper.scroll-pane{
		max-height: 475px;
	}
	#especies.search .species-wrapper.scroll-pane{
		height: 375px;
	}
	#especies .species-wrapper .species-item{
		width: 16%;
	}
	#especies .species-wrapper .species-item img{
		max-width: 100%;
	}
	#especies .species-wrapper .scroll-pane-wrapper{
		padding-left: 15px;
	}
	#specie .specie-imagem-wrap .specie-gallery .btn_close,
	#area .area-imagem-wrap .btn_close{
		top: -15px;
		left: -15px;
	}
	#specie .specie-imagem-wrap .specie-gallery .btn_close img,
	#area .area-imagem-wrap .btn_close img{
		width: 30px;
	}
	#specie .specie-imagem-wrap{
		width: 300px;
	}
	#specie .specie-imagem-wrap .specie-filiation div{
		font-size: 16px;
		line-height: 18px;
	}
	#specie .specie-imagem-wrap .specie-filiation div span{
		width: 90px;
	}
}
@media only screen and (max-width: 1366px){
	.page-wrap{
		padding-top: 75px;
	}
	#header-outer #logo img {
	    height: 60px !important;
	}
	#especies .species-wrapper .species-item {
		width: 19.7%;
	}
	#especies .species-wrapper.scroll-pane {
		max-height: 485px;
	}
	#area #characterization.area-tab .area-scroll,
	#area #species.area-tab .area-scroll,
	#area #location.area-tab .area-scroll,
	#area #know.area-tab .area-scroll{
		max-height: 230px;
	}
	#equipa .wrapper-slide:not(.mobile){
		display: none;
	}
	#equipa .wrapper-slide.mobile{
		display: block;
	}
	#equipa .team .team-member{
		width: 25% !important;
	}
	#equipa .wrapper-slide.mobile .text{
		margin-top: 96px;
	}
	#equipa .wrapper-slide.mobile .text .title,
	#glossario h1{
		color: #F1E51A;
	    font-size: 65px;
	    line-height: 60px;
	    margin-bottom: 25px;
	    font-family: 'source_sans_problack';
	}
	#equipa .wrapper-slide.mobile .text .title p{
		padding: 0;
	}
	#equipa .wrapper-slide.mobile .text .title p br{
		display: none;
	}
	#equipa .wrapper-slide.mobile .text .description{
		color: #FFFFFF;
	    font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 10px;
	    font-family: 'source_sans_proregular';
	}
	#equipa .team .team-member .member-image{
		height: 350px;
	}
	#equipa .wrapper-slide.mobile .team{
		margin-top: 0;
	}
	#equipa .container.main-content{
		overflow: auto;
		height: calc(100% - 70px);
	}
	#glossario .glossary-scroll{
		max-height: 315px;
	}
	#glossario .container.main-content{
		padding-right: 60px;
	}
	.post-type-archive-areas_classificadas #equipa .team .team-member .member-name,
	.post-type-archive-habitats #equipa .team .team-member .member-name{
		font-size: 20px;
	}
	#area .area-imagem-wrap .gallery a{
		height: 350px;
	}
	#specie .specie-content-wrap .btn-wrapper span,
	#area .area-content-wrap .btn-wrapper span{
    	margin-right: 10px;
		margin-bottom: 10px;
    	padding-right: 15px;
	}
	.single-elenco_de_especies #specie{
		overflow: auto;
	}
}
@media only screen and (max-width: 1280px){
	#contactos .address{
		width: 40%;
	}
	#specie .specie-imagem-wrap{
		width: 320px;
	}
}
@media only screen and (max-width: 1024px){
	#equipa .wrapper-slide.mobile .text .title,
	#ficha-tecnica .title,
	#contactos .title,
	#homepage .title,
	#parceiros .title,
	#mapa .title,
	#glossario h1{
		font-size: 50px;
    	line-height: 55px;
	}
	#homepage .title:before{
		width: 160px;
	}
	body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:hover,
	body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]).open-submenu >a,
	body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]).current_page_item >a,
	body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]).current-menu-item >a,
	body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]).current-menu-ancestor >a{
		font-size: 18px;
	}

	#contactos .contact_form{
		width: 260px;
	}
	#ficha-tecnica .tabs,
	#ficha-tecnica .tabs-content{
		width: 100%;
	}
	#ficha-tecnica .tabs{
		margin-bottom: 20px;
	}
	#ficha-tecnica .tabs span.btn-tab{
		float: left;
	    width: 159px;
	    margin-right: 15px;
	}
	#ficha-tecnica .tabs-content .tab-content{
		padding-left: 0;
	}
	#especies .species-wrapper .species-item {
		width: 24.5%;
	}
	#especies .species-wrapper .species-item .species-item-name{
		font-size: 14px;
	}
	#equipa .team .team-member {
	    width: 50% !important;
	    float: left;
	    padding: 15px;
	}
	#equipa .team .carousel-item .row{
		display: block;
	}
	#area .main-content{
		display: block;
		padding: 0 40px;
		padding-top: 40px;
	}
	#area .area-imagem-wrap{
		max-width: 100%;
    	width: 100%;
    	height: 160px;
	}
	#area .area-imagem-wrap .gallery a,
	#area .main-content .area-imagem-wrap .gallery{
		height: 160px;
	}
	#area .area-content-wrap{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	#area #characterization.area-tab .area-scroll,
	#area #species.area-tab .area-scroll,
	#area #location.area-tab .area-scroll,
	#area #know.area-tab .area-scroll{
		max-height: 180px;
		height: 180px;
	}
	#area .area-content-wrap .btn-wrapper span{
		width: initial;
		margin-bottom: 10px;
		padding-right: 10px;
	}
	#specie .container.main-content{
		flex-direction: column;
	}
	#specie .specie-imagem-wrap{
		width: 100%;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 1000px){
	.span_9.col_last.scroll-menu{
		top: initial !important;
		overflow: none !important;
	}
	.page-wrap{
		height: initial;
	}
	#custom-search,
	#homepage .container.main-content,
	#especies .container.main-content,
	#equipa .container.main-content,
	#glossario .container.main-content,
	#area .container.main-content,
	#mapa .container.main-content{
		padding-left: 40px;
		padding-right: 40px;
	}
	.container{
		max-width: 100% !important;
		padding-left: 40px;
		padding-right: 40px;
	}
	#homepage section{
		display: inline-block!important;
		position: relative;
		transform: none;
	}
	#homepage .text{

	}
	#ficha-tecnica .title p br,
	#parceiros .title p br,
	#homepage .title p br{
		display: none;
	}
	#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a{
		font-size: 18px !important;
	}
	body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right{
		padding-right: 5%;
		padding-left: 5%;
	}
	#especies .scroll-pane-wrapper{
		text-align: center;
	}
	#equipa{
		height: inherit;
	}
	#equipa .wrapper-slide.mobile .carousel .btns-slider{
		display: none;
	}
	#equipa .wrapper-slide.mobile .carousel .carousel-item{
		display: block!important;
	}
}
@media only screen and (max-width: 768px){
	html,body,body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap{
		overflow: auto !important;
		height: 100%;
	}
	#equipa,
	#homepage .container.main-content{
		height: initial;
	}
	.container,
	#custom-search,
	#homepage .container.main-content,
	#especies .container.main-content,
	#equipa .container.main-content,
	#footer-outer #copyright .container,
	#area .container.main-content,
	#glossario .container.main-content{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	#homepage section{
		display: flex !important;
    	flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	#homepage .text{
		position: relative;
	}
	#specie .specie-content-wrap .specie-header .title h1,
	#ficha-tecnica .title,
	#contactos .title,
	#parceiros .title,
	#homepage .title,
	#mapa .title,
	#glossario h1,
	#area .area-content-wrap .title,
	#equipa .wrapper-slide.mobile .text .title {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	#specie .specie-content-wrap .specie-header .nome_comum{
		font-size: 24px;
	}
	#especies .species-wrapper .scroll-pane-wrapper{
		padding-left: 0;
	}
	#specie .specie-content-wrap .btn-wrapper span,
	#specie .specie-content-wrap .specie-header .estatuto_conservacao{
		font-size: 18px;
	}
	#specie .specie-content-wrap .specie-content-tabs .tabs-wrapper .specie-tab{
		font-size: 18px;
		line-height: 24px;
	}
	#equipa .wrapper-slide.mobile .text .description{
		font-size: 16px;
    	line-height: 20px;
	}
	#homepage .subtitle{
		width: 100%;
	}
	#homepage .image{
		width: 100%;
		height: 250px;
		background-size: cover !important;
	}
	#homepage .image img{
		display: none;
	}
	#specie .container.main-content,
	#ficha-tecnica .title,
	#contactos .title,
	#mapa .title,
	#glossario h1,
	#equipa .wrapper-slide.mobile .text{
		margin-top: 50px;
	}
	#especies .species-wrapper .species-item .species-item-image .species-item-marker{
		font-size: 16px;
	}
	#equipa .team .team-member .member-name{
		font-size: 20px;
	}
	#glossario .side-glossary{
		margin-left: 0;
		width: 90px;
	}
	#especies .descricao-especies-exoticas,
	#glossario .side-glossary .alphabetical-char span,
	#glossario .glossary-wrap .wrap-char .glossary-item{
		font-size: 18px;
	}
	#glossario .side-glossary .alphabetical-char i:after,
	#glossario .side-glossary .alphabetical-char.active i:after{
		width: 14px;
		height: 14px;
		background-size: contain;
	}
	#specie .specie-imagem-wrap .specie-gallery .btn_close,
	#area .area-imagem-wrap .btn_close{
		top: -15px;
		left: -15px;
	}
	#specie .specie-imagem-wrap .specie-gallery .btn_close img,
	#area .area-imagem-wrap .btn_close img{
		width: 30px;
	}
	#area #characterization.area-tab .area-scroll,
	#area #species.area-tab .area-scroll,
	#area #location.area-tab .area-scroll,
	#area #know.area-tab .area-scroll{
		max-height: 300px;
		height: 300px;
	}
	#area .area-tab .area-scroll .tab-wrapper{
		font-size: 18px;
		line-height: initial;
	}
	#specie .specie-imagem-wrap{
		padding: 0;
	}
}
@media only screen and (max-width: 640px){
	#contactos .address{
		width: 100%;
		float: initial;
		margin-top: 0;
	}
	#contactos .contact_form{
		float: initial;
		padding-top: 50px;
		width: 100%;
	}
	#contactos .address .logos img{
		width: 100%;
	}
	#especies .species-wrapper .species-item {
		width: 30%;
	}
	#especies .species-wrapper .species-item .species-item-name{
		font-size: 12px;
	}
	#area #characterization.area-tab .area-scroll, #area #species.area-tab .area-scroll, #area #location.area-tab .area-scroll, #area #know.area-tab .area-scroll,
	#area .area-content-wrap .area-main-content-wrap #know.area-tab .description{
		word-wrap: break-word;
	}
}
@media only screen and (max-width: 480px){
	#custom-search{
		text-align: center;
	}
	#custom-search form input{
		width: 240px;
	}
	#especies .species-wrapper .species-item {
		width: 48%;
	}
	#equipa .team .team-member .member-note{
		font-size: 16px;
	}
	#equipa .team .team-member{
		width: 100% !important;
	}
	#equipa .team .team-member .member-note:before{
		border-top: 13px solid transparent;
	    border-bottom: 13px solid transparent;
	    border-left: 13px solid #00131d;
	}
}
@media only screen and (max-width: 690px) and (min-width: 480px){
	body .container, 
	body div.slider-nav, 
	.post-area.standard-minimal.full-width-content article.post .inner-wrap{
		max-width: 100% !important;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 1px){
	#header-space[data-header-mobile-fixed="1"]{
		height: 0!important;
		background-color: #00131d;
	}
}
@media only screen and (max-height: 768px){
	.container.main-content{
		overflow: auto;
		height: calc(100% - 36px) !important;
	}
	#especies.search .container.main-content{
		overflow: hidden;
	}
}