@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'AsapRegular';
    src: url(../fonts/Asap-Regular-webfont.eot);
    src: url(../fonts/Asap-Regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/Asap-Regular-webfont.woff) format('woff'),
         url(../fonts/Asap-Regular-webfont.ttf) format('truetype'),
         url(../fonts/Asap-Regular-webfont.svg#AsapRegular) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AsapItalic';
    src: url(../fonts/Asap-Italic-webfont.eot);
    src: url(../fonts/Asap-Italic-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/Asap-Italic-webfont.woff) format('woff'),
         url(../fonts/Asap-Italic-webfont.ttf) format('truetype'),
         url(../fonts/Asap-Italic-webfont.svg#AsapItalic) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AsapBold';
    src: url(../fonts/Asap-Bold-webfont.eot);
    src: url(../fonts/Asap-Bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/Asap-Bold-webfont.woff) format('woff'),
         url(../fonts/Asap-Bold-webfont.ttf) format('truetype'),
         url(../fonts/Asap-Bold-webfont.svg#AsapBold) format('svg');
    font-weight: normal;
    font-style: normal;

}
	
body {
	background:#000;
	font-family: 'AsapRegular';
	color:#FFF;
	margin:0;
	overflow:auto;
}

img, a {
	border:0;
}

h1{
	font-weight:bold;
	font-size:21px;
	color:#FFF;
	display:block;
	position:relative;
	margin-top:0px;
	float:left;
	}
	
h2{
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	line-height:28px;
}

h3{
	font-weight:bold;
	font-size:15px;
	color:#FFF;
}



#footer{
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:url(../images/fundo_bottom.png);
	height:132px;
	z-index:50;
}



#navigation, #navigation2{
	margin:auto;
	display:block;
	position:relative;
	width:960px;
	height:132px;
	margin-top:50px;
	z-index:10000 !important;
}



#logo{
	width:87px;
	height:47px;
	display:block;
	position:relative;
	float:left;
	margin-top:2px;
	margin-right:20px;
	
}

#logo a{
	width:87px;
	height:47px;
	display:block;
	position:relative;
	float:left;
	margin-top:2px;
	margin-right:20px;
	background:url(../images/logo.png) no-repeat;
	-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
	
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
	#logo a{ 
		background-image: url(../images/logo@2x.png);
		background-size: 87px 42px;
	}
	
	#nextslide, #seta_dir, #nav_dir{
		background:url(../images/seta_dir@2x.png) center right no-repeat;
	}
	
	
	#nextslide:hover, #seta_dir:hover, #nav_dir:hover{
		background:url(../images/seta_dir_on@2x.png) center right no-repeat;
	
	}
	
	#prevslide, #seta_esq, #nav_esq{
		background:url(../images/seta_esq@2x.png) center no-repeat;
	}

	#prevslide:hover, #seta_esq:hover, #nav_esq:hover{
		background:url(../images/seta_esq_on@2x.png) center no-repeat;
	
	}
	
	#fecha_grande{
		background:url(../images/fechar_grd@2x.png) center no-repeat;
	}

	#fecha_grande:hover{
		background:url(../images/fechar_grd_on@2x.png) center no-repeat;
	}
	
	#fechar_janela, #fechar_janela2{
	background:url(../images/fechar_peq@2x.png);
	}
	
	#fechar_janela:hover, #fechar_janela2:hover{
		background:url(../images/fechar_peq_on@2x.png);
	}
}


#logo a:hover{
	background:url(../images/logo_on.png) no-repeat;
	cursor:pointer;
}

#menu_projectos{
	width:821px;
	height:30px;
	display:block;
	position:relative;
	overflow:hidden;
	float:left;
	margin-top:-2px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	z-index:10000 !important;
}

#menu_projectos2{
	width:853px;
	height:35px;
	display:block;
	position:relative;
	overflow:hidden;
	float: left;
	margin-top: -2px;
	z-index:10000 !important;
}


#nextslide, #seta_dir, #nav_dir{
display:block;
position:relative;
float:left;
width:11px;
height:22px;
background:url(../images/seta_dir.png) center right no-repeat;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
margin-top:-1px;
z-index:20;
}

#nextslide:hover, #seta_dir:hover, #nav_dir:hover{
background:url(../images/seta_dir_on.png) center right no-repeat;
cursor:pointer;
}

#nextslide:active, #seta_dir:active, #nav_dir:active{
background:url(../images/seta_dir.png) center right no-repeat;
}

#prevslide, #seta_esq, #nav_esq{
display:block;
position:relative;
float:left;
width:11px;
height:22px;
background:url(../images/seta_esq.png) center no-repeat;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
margin-top:-1px;
z-index:20;
}

#prevslide:hover, #seta_esq:hover, #nav_esq:hover{
background:url(../images/seta_esq_on.png) center no-repeat;
cursor:pointer;
}

#prevslide:active, #seta_esq:active, #nav_esq:active{
background:url(../images/seta_esq.png) center no-repeat;
cursor:pointer;
}

#fecha_grande{
display:block;
position:relative;
float:right;
width:17px;
height:17px;
background:url(../images/fechar_grd.png) center no-repeat;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
margin-left:10px;
margin-top:2px;
}

#fecha_grande:hover{
background:url(../images/fechar_grd_on.png) center no-repeat;
cursor:pointer;
}

#menu{
	height:20px !important;
	min-width:3000px;
	position:relative;
	display:block;
	float:left;
	margin-top:0px;
	margin-left:0px;
	
	overflow:hidden;
	}
	
.trabalho{
	
	float:left;
	display:inline;
	position:relative;
	
}

.trabalho a{
	font-family:'AsapBold';
	font-size:21px;
	text-decoration:none;
	color:#FFF;
	display:inline !important;
	position:relative;
	float:left;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.trabalho a:hover{
	color:#000;
}

.quadrado{
	width:4px;
	height:4px;
	background:#FFF;
	display:block;
	position:relative;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:16px;
}

#project_nav{
	margin-top:2px;
	height:22px;
	width:400px;
	display:block;
	position:relative;
	float:right;
	margin-left:-8px;
}

#menu_principal{
	display:block;
	position:relative;
	float:left;
	width:853px;
	margin-top:-10px;
	
}

#menu_principal a{
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;	
}


#menu_aux2, #menu_aux{
	display:block;
	position:relative;
	float:left;
	width:500px;
	height:20px;
	margin-top:5px;
	
	
	
}

#menu_aux{
	margin-left:-38px;
}

#menu_aux ul, #menu_aux2 ul{
	background:#158;
}

#menu_aux li, #menu_aux2 li{
	list-style:none;
	float:left;
	padding-right:5px;
	color:#FFF; 
}

#menu_aux li a, #menu_aux2 li a{
	font-family: 'Asap', sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#FFF;	
}

#menu_aux li a:hover, #menu_aux2 li a:hover{
	/*color:#000;*/
	cursor:pointer;
	color:#000;
	font-weight:700;
}

#submenu{

	margin-left:20px;
	margin-top:9px;
	font-family: 'Asap', sans-serif;
	font-size:12px; 
	color:#FFF;
	display:block;
	position:relative;
	float:right;
}

#submenu span{
	color:#9a0101;
}

#submenu a{
	text-decoration:none;
	color:#FFF;
}
#submenu a:hover{
	color:#9a0101;
	cursor:pointer;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////APRESENTACAO*/

#main{
	width:100%;
	display:block;
	position:fixed;
	bottom:0;
	margin-bottom:94px;
	z-index:50;
	
	
}

#container{
	margin:auto;
	display:block;
	width:960px;
	position:relative;
	height:100% !important;
	z-index:50;
	
	
}

#container2{
	margin:auto;
	display:block;
	width:980px;
	position:static;
	overflow:auto;
	height:100% !important;
	
	
	
	
	
	
}

.coluna, .coluna_atelier{
	background:url(../images/fundo_txt.png);
	width:208px !important;
	/*padding:10px;*/
	font-size:12px;
	float:left;
	display:block;
	position:static;
	line-height:16px;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	
	/*padding-top:30px;*/
	
	
}

#assinatura{
	display:block;
	position:fixed;
	float:left;
	font-size:9px;
	color:#FFF;
	right:10px;
	bottom:5px;
	}
	
	#assinatura a{
		text-decoration:none;
		color:#FFF;
		}
		
		#assinatura a:hover{
		cursor:pointer;
	color:#9a0101;
		}

.coiso{
	overflow:auto;
	position:relative;
	display:block;
	float:left;
	margin-top:-2px;
	}

.coluna{
	margin-right:16px;
}

.coluna_txt{
	background:#999;
	float:left;
	position:static;
	display:block;
	width:208px;
	overflow:auto;	
	height:400px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////PROJECTOS*/

#projectos_imagens{
height:100%;
width:100%;
display:block;
position:fixed;
float:left;
overflow:hidden;
top:0;
left:0;
background:#000 url(../images/loading.gif) no-repeat 50% 50%;
z-index:0;
}

.slide{
float:left;
width:100%;
display:block;
height:100%;
position:relative;
}

#thumb_area{
	display:block;
	position:relative !important;
	float:left;
	height:22px;
	width:345px;
	
}

/*.controlNav{
	display:block;
	position:relative;
	float:left;
	height:22px;
	width:345px;
}*/

#slide-list{
	display:block;
	position:relative;
	float:left;
	height:22px;
	width:335px;
	/*margin-left:-40px;*/
	margin-top:0px;
	z-index:2;
	}
	
#slide-list li{
	display:block;
	float:left;
	list-style:none;
	width:3px;
	height:3px;
	display:block;
	float:left;
	position:relative;
	border:0;
	margin:5px;
	margin-top:8px;
	
}

.slide_img{
	width:3px;
	height:3px;
	display:block;
	background:#FFF !important;
	border:thin solid  !important;
}
.slide_vid{
	margin-top:8px;
	width:70px;
	height:15px;
	display:block;
	float:left;
	font-size:13px;
	margin-top:0px;
	position:relative;
}

.slide_vid:hover{
	cursor:pointer;
	color:#9a0101;
	
}

#video{
	width:696px;
	height:500px;
	padding:10px;
	float:left;
	margin-left:244px;
	position:fixed;
	bottom:100px;
	background:url(../images/fundo_txt.png);
}

#player1{
	margin-top:10px;
}

.slide_proj{
	width:3px;
	height:3px;
	display:block;
	border:thin solid #FFFFFF !important;
}

.activeslide{
	z-index:0 !important;
	
}

.prevslide{
	z-index:-20 !important;
}



#slide-list li:hover{
	background:#000 !important;
	border:thin solid #000 !important;
	cursor:pointer;
}

.current-slide{
	background:#9a0101 !important;
	border:thin solid #9a0101!important;
}

#projecto_txt{
	background:url(../images/fundo_txt.png);
	width:210px;
	padding:10px;
	font-size:12px;
	float:left;
	display:block;
	position:fixed;
	bottom:100px;
	color:#FFF;
	padding-top:15px;
	padding-bottom:20px;
}

#projecto_txt p{
	margin-bottom:10px;
}

#projecto_data span{
	color:#9a0101;
}

#projecto_txt a{
	text-decoration:none;
	color:#FFF;
}

#projecto_txt a:hover{
	color:#9a0101;
	}

#projecto_desc{
	display:block;
	position:relative;
	float:left;
	font-family: 'Asap' !important;
	color:#FFF !important;
	font-size:12px !important;
	}




#projecto_actual:hover{
	color:#000;
	cursor:pointer;
}

#projecto_data{
	font-size:16px;
	display:block;
	float:left;
	margin-top:20px;
	width:220px;
	margin-bottom:15px;
	
}

#fechar_janela, #fechar_janela2{
	display:block;
	position:relative;
	float:left;
	/*margin-top:-5px;*/
	width:12px;
	height:12px;
	background:url(../images/fechar_peq.png);
	}
	
#fechar_janela:hover, #fechar_janela2:hover{
	background:url(../images/fechar_peq_on.png);
	cursor:pointer;
}







/*///////////////////////////////////////////////////////////////////////////////////////////CONTACTOS*/
#mapa{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}

.contacto{
	display:block;
	position:relative;
	width:15px;
	height:15px;
	float:left;
}

.contacto span{
	color:#720000;
}


.infoBox img{
	visibility:hidden !important;
	}


#mapa_img{
	display:block;
	width:64px;
	height:64px;
	margin:auto;
	background:url(../images/icone_mapa.png);
	bottom:0;
	position:relative;
}

#mapa_txt{
	background:url(../images/fundo_txt.png);
	text-align:center;
	width:210px;
	height:40px;
	padding:10px;
	
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	visibility:hidden;
}

#mapa_txt_caixa{
	width:230px;
	height:60px;
	}


.linha_contacto{
	display:block;
	position:relative;
	width:190px;
	margin-left:5px;
	margin-bottom:15px;
	}
/*/////////////////////////////////////////////////////////////////////////////////////////////NOTICIAS*/
#noticias{
	
	width:980px;
	display:block;
	position:static;
	float:left;
	height:100%;
	
	}


#lista_noticias{
	width:960px;
	display:block;
	position:relative;
	margin-left:-5px;
	height:auto;
	
}

.noticia{
	background:url(../images/fundo_txt.png);
	width:210px;
	padding:10px;
	font-size:12px;
	
	display:block !important;
	
	color:#FFF;
	height:auto;
	
}

#lista_noticias img{
	display:block !important;
	width:210px;
	height:auto;
	
	
}

#lista_noticias span{
	color:#9a0101;
	font-size:10px;
}

#local{
	display:fixed;
	right:20px;
	top:20px;
	width:50px;
	height:50px;
	background:#0F3;
	z-index:9999!important;
}