@charset "UTF-8";

@import url("bsbNav-iPad.css");

a {
	font-family: "lato regular";
	font-size: 9px;

}


h2 {
	font-family: "lato Light";
	font-size: 9px;
	color: #000;
	line-height: 8px;
}
h1 {
	font-family: "lato Light";
	font-size: 15px;
	line-height: 0px;
}


#wrap {
	background-color: #fff;
	height:1080px;
	}

ul.navbar li:nth-child(3) a {/*formata link activo, identificador da página*/
	font-family: "lato bold";
	color: #000;
	padding-right: 6px;
	}

ul.navbar li:nth-child(2) a {/*formata link activo, identificador da página*/
	padding-right: 4px;
	}

#logo {
	/*background-image: url(../Imagens/logoPreto.jpg);*/
	left: 100px;
}
/*====== SECTION ===============*/

/*============GALERIA============*/


#titulo{
	font-family: "lato light";
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	top: -6px;
}

a, a:visited, a:hover, a:active {
  color:#000;
}

/* Envolvente das imagens e botões*/
#album {
	top: 30px;
	width: 730px;
	height: 453px;
	border: 1px solid #fff;
	background-color: #fff;
/*	background-image: url(../Projectos/salmora/salmora_008.jpg);*/
	background-repeat: no-repeat;
	background-position: 0 0px;  /*margin:0 auto 20px auto;*/
	background-size: contain;
}

/* posiciona os botões que saem da envolvente*/
.galeria {
  padding:0; 
  margin:465px 0 0 -4px; 
  list-style-type:none; 
  position:relative; 
  width:680px;
  /*top:360px;*/
}

.galeria li {
	float:left;
}

/* texto dos botões */
.galeria li a, .galeria li a:visited {
	font-size: 24px;
	float: left;
	text-decoration: none;
	color: #000;
	background: #fff;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 43px;
	border: 1px solid #444;
	margin: 3px;
	font-family: "lato light";
}

/* cor dos botões no estado hover */
.galeria li a:hover {
	background: #F4F1E8;
	border: 1px dashed #F4F1E8;
}

/* cor dos botões nos estados active/focus */
.galeria li a:active, .galeria li a:focus {
	color: #000;
	outline: 0;
	background-color: #F4F1E8;
	border: 1px solid #F4F1E8;
}

/*imagens escondidas*/
.galeria li a img {
  position:absolute; 
  top:0px; 
  visibility:hidden; 
  border:0;
}

/* torna as imagens visíveis com os estados active e focus */
.galeria li a:active img, .galeria li a:focus img {
  visibility:visible;
  outline:0;
  left:4px; 
}

/*posição e dimensão das fotos*/
.galeria li a img{
  width:730px;
  height:453px;
  top:-465px;
  left:3px;

}

#back{
	top: 26px;
	position: absolute;
	height: 16px;
	width: 48px;	
	margin-top:600px;
	left: 680px;
}

/*========== botões Social ==========*/
.socialBts{
	/*background-color: rgba(51,204,102,1);*/
	width: 100px;
	height: 60px;
	position: relative;
	left: 500px;
	top: 5px;
}

.fb-like{
	/*	background-color: rgba(153,51,0,1);*/
	position: relative;
	height: 30px;
	width: 80px;
	/*left: 5px;*/
	top: -37px;
	float: left;
}

#pin_like{
/*	background-color: rgba(153,51,0,1);*/
	position: relative;
	height: 30px;
	width: 80px;
	left:110px;
	top:22px;
}

/*========FOOTER======================*/

footer{
	width: 730px;
	top: 320px;	
}
