@charset "UTF-8";
@import url("../webfonts/quiksandBook/fontStylesheet.css");
@import url("nav-iPad.css");
@import url("../webfonts/quiksandBold/stylesheet.css");
/* CSS Document */
/*body{
		background-color:red;
}*/

#wrap {
	height: 970px;
	font-family: quiksandBook;

	}
	
/*---------NAVBAR------------*/	

ul.navbar li:nth-child(4) a {/*formata link activo, identificador da página*/
	padding: 4px;
	font-family: quiksandBold;
	color: #3D7EBE;
	}


/*-------Section-------*/

section{
	background-color: rgb(249,247,240);
	position: relative;
	top: 70px;
	margin:auto;
	left: 0px;
	width: 728px;
	height: 670px;
}


b {
	font-family: quiksandBold;
}

h1{
	font-family: quiksandBold;
	font-size: 24px;
}

		
/**---------- Carousel  --------**/
		
.touchcarousel .tc-paging-container {/*BOLINHAS*/
top:345px;
}
		
#carousel-single-image, #galeria, #galeria2, #galeria3 {
		top:6px;
		float: left;
		left:12px;
		width: 704px;
		height: 377px;;
		margin: 0 auto;			
		
	}
	
	
		#carousel-single-image .touchcarousel-container, #galeria .touchcarousel-container, #galeria2 .touchcarousel-container, #galeria3 .touchcarousel-container  {
			height: 100%;}
			
		#carousel-single-image .touchcarousel-item, #galeria .touchcarousel-item, #galeria2 .touchcarousel-item, #galeria3 .touchcarousel-item  {
			margin-right: 0;
			width: 704px;
		height: 377px;
		}
		#carousel-single-image img, #galeria img, #galeria2 img, #galeria3 img{
			width: 704px;
		   height: 377px;
			margin: 0px;	
			float:left;
			position: relative;
			display: block;
			
			background: #FFF;
			border: 0;
			
	/*		-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.6);
			-moz-box-shadow: 0 1px 6px rgba(0,0,0,0.6);
			box-shadow: 0 1px 6px rgba(0,0,0,0.6);*/
		}
		#carousel-single-image .tc-paging-container, #galeria .tc-paging-container, #galeria2 .tc-paging-container, #galeria3 .tc-paging-container {
			margin-top: 8px;}

/*-----------textos -----------*/

#textos{
	position:relative;
	top:-50px;
}

aside{

	position: relative;
	height: 182px;
	top: -165px;
	margin-top: 0px;
	left: 300px;
	width: 450px;
}

#frase{
	position: relative;
	height: 40px;
	padding-top: 0px;
	font-family: quiksandLight;
	font-size: 33px;
	left: 23px;
	top: -25px;
	color: rgb(61,126,190);
	width: 415px;

}

#descobrir{
	position: relative;
	left:70px;
	top: 0px;
	width: 345px;
	font-size: 11px;
	line-height: 16px;
}

 #acesso{
	position: relative;
	left:70px;
	top: -38px;
	width: 345px;
	font-size: 11px;
	line-height: 16px;
}

 #lagoa{
	position: relative;
	left:70px;
	top: -18px;
	width: 345px;
	font-size: 11px;
	line-height: 16px;
}
 #aldeia{
	position: relative;
	left:70px;
	top: -38px;
	width: 345px;
	font-size: 11px;
	line-height: 16px;
}

#aldeia:first-line{
	font-family: quiksandBold;
	font-size: 13px;
	line-height: 21px;
	}

#descobrir:first-line{
	font-family: quiksandBold;
	font-size: 13px;
	line-height: 21px;
	}

#lagoa:first-line{
	font-family: quiksandBold;
	font-size: 13px;
	line-height: 21px;
}

#acesso:first-line{
	font-family: quiksandBold;
	font-size: 13px;
	line-height: 21px;
}


/*=========fotinhas============*/

#fotinhas{
		position: absolute;
		top:355px;
		left:25px;
	/*	z-index: 100;*/
}

#fotinhas a{
	margin-right: 4px;	
}

#fotinhas a img{
	width:58px;
	height:83px;	
}

#reservasBtn{
	background-color: rgb(61,126,190);
	color: #fff;
	position: relative;
	left: 70px;
	height: 21px;
	top: 130px;
	width: 85px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: quiksandBold;
	font-size: 15px;
	cursor: pointer;
}

footer{
	margin-top:-90px;
}

#rodape {

	position:relative;
	top: 0px;
}

.apoios{
top:2px
	
}

  /*  a:link,
    a:visited {
      color: #333;
    }

    a:hover,
    a:active {
      color: #9e2020;
    }*/

    .navbar {
      overflow: hidden;
    }
