@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700,200,400);


html,body{
	margin:0;
	padding:0;
	background:#a22627;
	min-width: 100%;
	width:100%;
	min-height: 100%;
	height: 100%;
}

img, figure, figcaption, a{
	outline: none;
}

h1{
	margin:0;
	padding:0;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: #FFF;
	line-height: 40px;
}

h2{
	margin:0;
	padding:0;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #FFF;
	line-height: 16px;
}

a{
	text-decoration: none;
}

#page{
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
	position: relative;
}

#menu{
	margin:0;
	padding:40px;
	width:200px;
	position:fixed;
	top:0;
	left:0;


	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #a22627;
}




.logo{
	margin:0;
	padding:0;
	width:280px;



	-webkit-transition: all 1s ease-in;
	-moz-transition: 	all 1s ease-in;
	-ms-transition: 	all 1s ease-in;
	-o-transition: 		all 1s ease-in;
}

#menu ul{
	margin:20px 0;
	padding:0;
	list-style: none;
	width:200px;
}

#menu ul li{
	margin:1px 0 0 0;
	padding:0;
	background: #811e1f;
	text-align: center;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: 	all 0.2s ease-in;
	-ms-transition: 	all 0.2s ease-in;
	-o-transition: 		all 0.2s ease-in;
}

#menu ul li a{
	margin:0;
	padding:0;
	margin-left: 0;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #FFF;
	line-height: 40px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: 	all 0.2s ease-in;
	-ms-transition: 	all 0.2s ease-in;
	-o-transition: 		all 0.2s ease-in;
}

#menu ul li:hover{
	background: #d8272a;
}

ul#navegador{
	margin:0;
	padding:0;
	list-style: none;
	text-align: right;
}

ul#navegador li, ul#navegador li:hover{
	margin:0;
	padding:0;
	list-style: none;
	text-align: right;
	background: transparent;
}

ul#navegador li a{
	text-decoration: none;
	color:#a22627;
	font-size: 16px;
	line-height: 20px;
}

ul#navegador li a:hover{
	text-decoration: none;
	color:#a22627;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}


.logo-home{
	position: absolute;
	bottom:40px;
	right:0;
}

#contingut{
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:280px;
	right:0;
	min-height: 100%;
	height: auto;
	background: transparent;

	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 200;
	color:#222;
	
}

h2.titol-pagina{
	margin:0 0 20px 0;
	padding:0;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 200;
	color:#222;
	width:100%;
	border-bottom:1px solid #222;
	line-height: 30px;
}

h2.titol-projecte{
	margin:0 0 30px 0;
	padding:0;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color:#222;
	line-height: 30px;
}

#qui-som-contingut, #contingut-projectes{
	margin:0 auto;
	padding:40px 5%;
	width:90%;
}

#qui-som-contingut img{
	margin: 5px 0;
	width:100%;
	height: auto;
}

.text{
	margin:0;
	padding:0;
	padding-right: 5%;
	width:25%;
	float: left;
}

.imatges{
	margin:0;
	padding:0;
	width:70%;
	float: left;
}

.meitat{
	margin:0;
	padding:0 2.5%;
	width:45%;
	float:left;
}

#contingut-projectes figure{
	margin:5px 1.5%;
	padding:0;
	width:30%;
	position: relative;
	display: inline-block;
}

#contingut-projectes figure img{
	margin:0;
	padding:0;
	width:100%;
	height: auto;
}

#contingut-projectes figure:hover figcaption{
	opacity: 1;
}

#contingut-projectes figure figcaption{
	margin:0;
	padding:3%;
	width:94.5%;
	height: 88%;
	display: block;
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.7);
	color:#FFF;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: 	all 0.2s ease-in;
	-ms-transition: 	all 0.2s ease-in;
	-o-transition: 		all 0.2s ease-in;
}

#contacte{
	margin:0 auto;
	padding:0;
	width:1000px;
	position: relative;
}

#arquitecte{
	margin:0 auto;
	padding:40px 0;
	width:900px;
	position: relative;
}

#arquitecte h2{
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: 700;
	color:#222;
}

#arquitecte h3{
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	color:#222;
}

#arquitecte table tr td{
	padding:20px;
	vertical-align: top;
}

#peu{
	margin:0;
	padding:0 1%;
	width:98%;
	height: 40px;
	display: block;
	position: fixed;
	bottom: 0;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color:#FFF;
	background: #222;
	line-height: 40px;
}

#info-contacte{
	margin:0;
	padding:0;
	float: right;
}
