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

/*override bootstrap*/
.bg-color1{background:#FFF;}

.soft-grey_section {background-color: #f0f0f0;}

/*totop*/
#toTop {
    background: #FFF;
    bottom: 14px;
    display: none;
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 9999;
    font-size: 0px;
    color:transparent;
	border:#000 1px solid;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#toTop:after {
    display: block;
    content: '\e831';
    color:#000;
    font-size: 37px;
    font-family: 'fontello';
    position: absolute;
    left:16px;
    top:14px;
    
}


#toTopHover, #toTop:hover {
background: #f0f0f0;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
transition: all 0.1s linear;
}
#toTop:active, #toTop:focus {
outline: medium none;
}

.single_teaser {
    text-align: center; margin:10px 0 43px; padding: 64px 15px 28px;
}

h5.contact-phone {color:#343434;}

.pp_details {display:none}

div.ppt{display:none!important}

.item_title h4 {color:#000!important}

.header-1{
	background:url(../img/header/projecto-genoma-urbano-1.jpg) no-repeat center;
}
.header-2{
	background:url(../img/header/projecto-genoma-urbano-2.jpg) no-repeat center;
}
.header-3{
	background:url(../img/header/projecto-genoma-urbano-3.jpg) no-repeat center;
}

 a.email-team{
 	display: block;
 	width: 32px;
 	height: 32px;
 	background: url('../img/icones-novos/email-team.png') top;
 	text-indent: -999999px;
 	background-position: 0 0;
 	border: 0px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
	transition: none;
    display: inline-block;
    position: relative;
    line-height: 36px;
 }
 
a.email-team:hover{
   	background-position: -32px 0;
 	 }