body{
	background: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}
.geral{
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
}
.menu-top{
	width:100%;
	height:70px;
	position:fixed;
	background-color: #202020;
}
.logo{
	width:300px;
	float:left;
	margin-right:24px;
	margin-top: 10px;
}
.menu{
	width:700px;
	float:right;
}
.menu ul{
	float: right;
	margin-top: 25px;
}
.menu ul li{
	display: inline;
	margin-left: 40px;
	font-size: 14px;
	font-weight: bold;
}
.menu #noborder{
	border:none !important;
}
.menu ul li a{
	text-decoration:none;
	padding-bottom: 10px;
	color: #E8E8E8;
	font-weight: normal;
}
.home-back{
	width:100%;
	height:500px;
	padding-top: 70px;
	background-color: #E8E8E8 ;
}
.home{
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 70px;
}
.home h1{
	background:url(../img/logo2.png) no-repeat;
	width: 200px;
	height: 200px;
	text-indent: -999999px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.home h2{
	color: #202020 ;
	font-weight: normal;
	font-size: 60px;
	letter-spacing: 4px;
	text-align:center;
	margin-top: 10px;
}
.home h5{
	color: #202020 ;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	margin-top: 15px;
}
.sobre_nos{
	width: 100%;
	background-color: #202020;
	margin-right: auto;
	margin-left: auto;
	padding-top: 85px;
	padding-bottom: 400px;
}
.sobre_nos_esquerda{
	width: 550px;
	float: left;
	margin-right: 24px;
}
.sobre_nos_direita{
	width: 450px;
	float: right;
}
.sobre_nos h2{
	font-size: 35px;
	margin-bottom: 70px;
	text-align: center;
	color: #E8E8E8;
	font-weight: normal;
	letter-spacing: 6px;
}
.sobre_nos_esquerda p{
	color: #E8E8E8;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 160%;
}
.sobre_nos_direita img{
	width: 450px;
	height: 320px;
	float: right;
}
.portfolio{
	padding-top: 85px;
	background-color: #E8E8E8;
	padding-bottom: 85px;
}
.portfolio h2{
	font-size: 35px;
	margin-bottom: 70px;
	text-align: center;
	color: #202020;
	font-weight: normal;
	letter-spacing: 6px;
}
.equipa{
	background-color: #202020;
	padding-top: 85px;
	padding-bottom: 500px;
}
.equipa h1{
	font-size: 35px;
	margin-bottom: 70px;
	text-align: center;
	color: #E8E8E8;
	font-weight: normal;
	letter-spacing: 6px;
}
.equipa_esquerda{
	width: 480px;
	margin-right: 32px;
	float: left;
	padding-bottom: 25px;
	border-bottom: 3px solid #A82D32;
}
.equipa_centro{
	width: 480px;
	margin-right: 32px;
	float: left;
	padding-bottom: 25px;
	border-bottom: 3px solid #A82D32;
}
.equipa img{
	border-radius: 50%;
	border: 3px solid #A82D32;
	float: none;
}
.equipa h2{
	text-align: center;
	color: #E8E8E8;
	font-size: 22px;
	margin-top: 20px;
	letter-spacing: 1.5px;
}
.equipa h3{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 7px;
	color: #A82D32;
}
.equipa p{
	font-size: 13px;
	color: #E8E8E8;
	text-align: center;
}
.equipa p a{
	text-decoration: none;
	color: #E8E8E8;
}
.equipa p a:hover{
	text-decoration: underline;
}
.contactos{
	background-color: #E8E8E8;
	padding-bottom: 130px;
}
.contactos h2{
	font-size: 35px;
	padding-bottom: 70px;
	text-align: center;
	color: #202020;
	font-weight: normal;
	letter-spacing: 6px;
	padding-top: 70px;
}
.contactos_esquerda{
	width: 320px;
	margin-right: 32px;
	float: left;
}
.contactos_centro{
	width: 320px;
	margin-right: 32px;
	float: left;
}
.contactos_direita{
	width: 320px;
	float: right;
}
.contactos h3{
	font-size: 20px;
	font-weight: lighter;
	color: #A82D32;
	padding-top: 25px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 2px;
}
.contactos img{
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.contactos p{
	color: #202020;
	line-height: 150%;
	text-align: center;
	margin-top: 15px;
}
.contactos p a{
	text-decoration: none;
	color: #202020;
}
.contactos p a:hover{
	text-decoration: underline;
}
/* ###############  HIDDEN IMAGE GALLERY ###############*/
#gallery-hidden{
	display: none;
}
#show-gallery{
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
	background-color: #212121;
	padding: 17px 30px;
	margin-top: 40px;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 1.5px;
}
