@charset "UTF-8";
@import url("../webfonts/quiksandBook/fontStylesheet.css");
@import url("nav_uk.css");
@import url("../webfonts/quiksandBold/stylesheet.css");
/* CSS Document */


#wrap {
	/*height: 1130px;*/
	height: 1135px;
	font-family: quiksandBook;
	}
	
/*---------NAVBAR------------*/	

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


nav{
	position: relative;
}

/*-------------Section------------*/
section{
	background-color: rgb(249,247,240);
	position: relative;
	top: 25px;
	margin-left: 0px;
	left: 35px;
	width: 1130px;
	/*height: 927px;*/
	height: 875px;
}


b {
	font-family: quiksandBold;
}

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


/*------TÌTULOS-----------*/
.casas{
	position: absolute;
	font-family: quiksandBold;
	/*font-size: 24px;*/
	font-size: 21px;
	line-height: 35px;
	color: hsla(210,51%,49%,1);
	text-transform: uppercase;
}

#cnova{
	/*top:12px;
	left:20px;*/
	top:17px;
	left:835px;
}

#cantiga{
	/*top:493px;
	left:20px;*/
	top:474px;
	left:835px
}
		
/**---------- Carousel  --------**/
		
	#carousel-single-image {/*galeria de cima*/
		top:-15px;
		float: left;
		left:20px;
		width: 774px;
		height: 370px;
		margin: 0 auto;			
		
	}
	
	#galeria {/*galeria de baixo*/
		float: left;
		left:20px;
		width: 774px;
		height: 350px;
		margin: 0 auto;
		margin-top: 70px;
		background: #242021;
		
	}
		#carousel-single-image .touchcarousel-container, #galeria .touchcarousel-container  {
			height: 100%;
			
		}
		#carousel-single-image .touchcarousel-item, #galeria .touchcarousel-container  {
			margin-right: 0;
			width: 774px;
			height: 370px;
		}
		#carousel-single-image img, #galeria img {
			width: 774px;
			height: 370px;
			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 {/*posição bolinhas*/
			margin-top: 6px;
		
		}

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

aside{
	
	position:relative;
	height: 182px;
	/*margin-top: -387px;*/
	margin-top: -377px;
	float: right;
	width: 330px;
}

#textos{
	position: relative;
	/*top: -457px;*/
	top: -415px;
	width: 270px;
	font-size: 12px;
	line-height: 16px;
}

#textos:first-line, #txtAntiga:first-line{
	font-family: quiksandBold;
	font-size: 12px;
	/*line-height: 35px;*/
	/*color:hsla(210,51%,49%,1)*/
	
}

#txtAntiga{
	position:relative;
	/*top:191px;*/
	top:170px;
}



#reservasBtn{
	background-color: rgb(61,126,190);
	color: #fff;
	position: relative;
	left: 868px;
	width: 140px;
	height: 30px;
	top: -58px;
	padding-top: 4px;
	padding-left: 11px;
	padding-right: 11px;
	font-family: quiksandBold;
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 30px;
	cursor: pointer;
	text-transform: uppercase;
}

#reservasBtn a{
	color: hsla(0,0%,100%,1);
	text-decoration: none;	
}

#filete {
	position:absolute;
	left: 0px;
	top: 440px;
	width: 1130px;
	height: 15px;
	background-color: #fff;
	}

#rodape {
	position:relative;
	/*top: -0px;*/
	top:15px;
}



    .navbar {
      overflow: hidden;
    }
	 
