

/*                                                   RESET
__________________________________________________________
*/
html{
	background:#000;
	overflow:hidden;
}

html, body, div,  ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
	
	
@font-face {
	font-family: 'Conv_GOTHIC';
	src: url('../webfonts/GOTHIC.eot');
	src: url('../webfonts/GOTHIC.woff') format('woff'), url('../webfonts/GOTHIC.ttf.html') format('truetype'), url('../webfonts/GOTHIC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Forum-Regular';
	src: url('../webfonts/Forum-Regular.eot');
	src:  url('../webfonts/Forum-Regular.woff') format('woff'), url('../webfonts/Forum-Regular.ttf.html') format('truetype'), url('../webfonts/Forum-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1{
	color:#FFF;
	font-size:20px;
	font-family: 'Marcellus', serif;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	margin-top: 30px;
	margin-bottom:-25px;
	
	}

h2{
	color:#FFF;
	font-size:17px;
	font-family: 'Marcellus', serif;
	text-transform:uppercase;
	font-weight:normal;
}

a{
	text-decoration:none;
}

	#loadingpage{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#000 url(../images/logo.png) center center no-repeat;
	float:left;
	display:block;
	z-index:10000000 !important;
}

	#loadingpage2{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#000 url(../images/logo2.png) center center no-repeat;
	float:left;
	display:block;
	z-index:10000000 !important;
}
 #loading_spin{
	 background:url(../images/ajax-loader.gif) center center no-repeat;
	width:100% !important;
	height:16px;
	margin:auto;
	position:absolute;
	bottom:100px;
 }

 
.open-nav{
	display: none;
}

.logo{
width: 138px;
height: 161px;
background: url(../images/logo.png);
display: block;
z-index: 9999999;
position: relative;
margin: 20px auto;
margin-top: 20px;
	}
	
.logo2{
width: 138px;
height: 161px;
background: url(../images/logo2.png);
display: block;
z-index: 9999999;
position: relative;
margin: 20px auto;
margin-top: 20px;
	}
	
#btn_voltar_home{
	width:138px;
	height:161px;
	display:block;
	position:relative;
	float:left;
}


#creditos{
	display:block;
	position:absolute;
	float:left;
	left:10px;
	top:10px;
	color:#FFF;
	z-index:555555;
	height:20px;
	width:205px;
	font-size:9px;
	}
#creditos2{
	display:block;
	position:relative;
	float:left;
	left:10px;
	top:10px;
	color:#FFF;
	z-index:555555;
	height:20px;
	width:205px;
	font-size:9px;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
 
body { line-height: 1; 
	font-family: 'Conv_GOTHIC' !important;

}
 
ol, ul { list-style: none; }
 
blockquote, q { quotes: none; }
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
 
table {
    border-collapse: collapse;
    border-spacing: 0; }
 
/*                                                  GLOBAL 
__________________________________________________________
*/
.left { float: left; }
 
.right { float: right; }
 
.clear { clear: both; }
 
.hide { display: none; }
 
.show { display: block; }
 
.box {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #555555;
    -webkit-box-shadow: 0 1px 2px #555555;
    box-shadow: 0 1px 2px #555555; }
 
.grid {
    float: left;
    width: 290px;
    min-height: 10px; }
 
/*                                                  LAYOUT 
__________________________________________________________
*/


#wrapper {
    background: url(https://www.swark.com.pt/images/bg.png) repeat-y center 0;
    font: 12px Arial;
    line-height: 22px;
    color: #202020; }


div#navbar {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 500px;
    height: 310px;


     }
 
div#container {
    width: 100%;
    margin: auto;
    position: relative; }
 
div#compromisso,div#commitment, div#servicos, div#services,  div#territorio, div#territory,  div#portefolio, div#swark, div#testemunhos, div#testimonies, div#imprensa, div#press,  div#contactos, div#contacts  {
    width: 100% !important;
    margin: 0; 
	overflow:hidden;
	position: relative;
	}
 
div#swark {
    width: 100%;
    margin: 0 auto;
	background:#000;
	 }
 
div#portefolio {  }
 


div#testemunhos, div#testimonies{
	background:url(../images/fundo_testemunhos.jpg) center center;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
				font-size:13px;
}

div#imprensa, div#media {
	background:url(../images/fundo_imprensa.jpg) center center;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
     }

div#work, div#projects, div#contactos {
    padding-top: 0;
    }
	
	div#contactos, div#contacts {
    width: 100%;
    margin: 0 auto;
		background:url(../images/fundo_contactos2.jpg) center center;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
        
 
	} 
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////TOP NAVBAR*/
div#navbar ul {
    position:relative;
    float: right; 
	}
 
    div#navbar ul li {
        list-style: none;
		margin-bottom:4px !important;
		display:block;
		height: 35px;
		-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;
font-size:10px;
overflow:hidden;
	}
 
div#navbar li a {
    display: block;
	background: url(../images/fundo_preto_trans.png);
    color:#FFF;
    text-transform: uppercase;
    border: none;
    float: right;
    text-align: center;
    font-family: 'Conv_GOTHIC';
    font-size: 13px;
	height:19px;
    padding: 7px;
	padding-top:8px;
	padding-right:10px;
	padding-left: 12px;
    position: relative; }
 
div#navbar li a:hover { cursor: pointer; background: url(../images/fundo_preto_trans.png);}

div#navbar li a.activo{
	background:#ccc !important;
	color: #1b1b1b !important;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////HOME*/


#servico1, #servico2, #servico3{
	opacity:0;
	} 
	
	
#btn_servico1, #btn_servico2, #btn_servico3{
	font-family: 'Conv_GOTHIC';
    font-size: 13px;
	color:#FFF;
	margin-top:20px;
	
	}

#btn_servico3{
	margin-bottom:20px !important;
}
	
#btn_servico1:hover, #btn_servico2:hover, #btn_servico3:hover{
		cursor:pointer;
		color:#999;
	}
	


.home_content_left{
	text-align:right;
	float:left;
}

.home_content_right{
	text-align:left;
	display:block;
	float:left;
}
.coluna_home, .coluna_home_2{
	width:50%;
	float:left;
	position:relative;
	display:block;
	overflow:hidden;
	height:100%;
	
	}

.coluna_home a, .coluna_home_2 a{
	margin-top:0;
	color:#FFF;
	height:30px;
		-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;
	display:block;
	position:relative;
}

.coluna_home a:hover, .coluna_home_2 a:hover{
	color:#000;
}

.barra_vertical{
	width:1px;
	height:15px;
	background:#FFF;
	display:block;
	position:relative;
	float:left;
	margin:10px;
	margin-top:13px;
}
	
	.coluna_home2{
	width:50%;
	height:100%;
	float:left;
	position:relative;
	display:block;
	overflow:hidden;
	background:#369;
	}
	
.img_home{
	z-index:0!important;
	top:0;
	left:0;
	position:absolute;
	float:left;
	}
	
	.home_content, .home_content2{
	z-index:5000 !important;
	height:50px;
	float:left;
	display:block;
	position:relative;
	}
	
#imagem_business_on{
	opacity:0;
	}
#imagem_casa_on{
	opacity:0;
	}

.home_content{
	width:281px;
	height:50px;
	
	}
	
.home_content2{
	width:221px;
	height:50px;
	}
	



#mensagemswark{
height: 180px;
display: block;
margin-top: -220px;
position: relative;
float: left;
z-index: 555555!important;
background: url(../images/assinaturas.png)no-repeat center bottom rgba(0,0,0,0.6);
padding-bottom: 40px;
}


	
#mensagemswark_content{
	width:90%;
	height:170px;
	display:block;
	position:relative;
	margin:auto;
	bottom:10px;
	padding:20px;
	color:#FFF;
	z-index:555555!important;
	font-size:13px;
	font-family: 'Conv_GOTHIC';
	font-weight:normal;
	text-align:justify;
	}
	
	#imagem_swark{
height:100%;
	width:250px;
	z-index:1;
	display:block;
	position:relative;
	float:left;
	margin-top:-20px;
			background:url(../images/swark2.jpg) center center no-repeat;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
}
	
#imagem_compromisso{
height:100%;
	width:250px;
	z-index:1;
	display:block;
	position:relative;
	float:right;
			background:url(../images/compromisso.jpg) center center no-repeat;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
}	

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////SERVIÇOS*/

#servicos_area{
	height:100%;
	width:250px;
	background:#456;
	z-index:1;
	display:block;
	position:relative;
	float:right;
	}
.coluna_servicos{
	height:100%;
	position:relative;
	display:block;
	float:left;
}

.servicos_txt{
	display:block;
	position:relative;
	float:left;
	width:80%;
	height:250px;
	bottom:0 !important;
	color:#fff;
	font-family: 'Conv_GOTHIC';
    font-size: 13px;
	margin:10%;
	text-align:left;
	margin-top:-800px !important;
	z-index:66666666!important;

}

.servicos_txt p{
	margin-top:0;
	color:#FFF;
	text-align:center;
	padding:20px !important;
}

.coluna_servicos h1{
	margin-bottom:300px !important;
}

#househunting{
		background:url(../images/househunting.jpg) center center;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
						-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;
}

#househunting2{
		background:url(../images/househunting_on.jpg) center center;
-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
				opacity:0;
}

#projectos{
		background:url(../images/projectos.jpg) center center;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
						-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;
}
#projectos2{
		background:url(../images/projectos_on.jpg) center center;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
				opacity:0;
}

#reabilitacao{
		background:url(../images/reabilitacao.jpg) center center;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
						-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;
}

#reabilitacao2{
		background:url(../images/reabilitacao_on.jpg) center center;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
				opacity:0;
}


#servico1, #servico2, #servico3{
	opacity:0;
	z-index:99999999;
	} 
	
	
#btn_servico1, #btn_servico2, #btn_servico3{
	font-family: 'Conv_GOTHIC';
    font-size: 13px;
	color:#FFF;
	margin-top:20px;
	
	}

#btn_servico3{
	margin-bottom:20px !important;
}
#btn_servico1:hover, #btn_servico2:hover, #btn_servico3:hover{
		cursor:pointer;
		color:#999;
	}
	
.main{
	width:400px;
	height:500px;
	margin:auto;
	display:block;
	position:relative;
	text-align:center;
	float:left;
	font-family: 'Conv_GOTHIC';
    font-size: 13px;
	color:#FFF;
	padding-left:50px;
	padding-right:50px;
}

.main p{
	

	margin-top:40px;
	margin-bottom:40px;
	}

.estrela{
	width:399px;
	height:16px;
	display:block;
	float:left;
	position:relative;
	background:url(../images/linhacima_branca2.png) center no-repeat;
	}
	
.estrela_2{
	width:399px;
	height:16px;
	display:block;
	position:relative;
	background:url(../images/linhabaixo_branca2.png) center no-repeat;
	}
	
.main_content{

	background: url(../images/fundo_preto_trans.png);
	height:100%;
	width:500px;
	position:relative;
	right:0 !important;
	float:right;
	top:0;
	z-index:50;
}

.main_content2{

	background:#000;
	height:100%;
	width:500px;
	position:relative;
	right:0 !important;
	float:right;
	top:0;
	z-index:50;
}

 
.main_btn_next{
	margin:auto;
	font-size:14px !important;
	text-align:center;
	font-family: 'Marcellus', serif;
}

.main_btn_next a{
	-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;
font-size:10px;
	color:#FFF;
	font-size:14px;
	line-height:20px;
	display:block;
	width:170px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
}

.main_btn_next a:hover{
	color:#999;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MAPA1*/

#btn_formulario{
	font-family: 'Conv_GOTHIC';
    font-size: 13px;
	color:#FFF;
	margin-top:20px;

	
	}
	
	#btn_formulario:hover{
		cursor:pointer;
		color:#999;
	}

#mapa, #mapa2{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
}

#mapa_img{
	display:block;
	width:100px;
	height:50px;
	padding-left:40;
	background:url(../images/local.png) center no-repeat;
	bottom:0;
	position:relative;
	float:left;
}

#portfolio_img{
	display:block;
	width:100px;
	height:20px;
	padding-left:40;
	background:url(../images/local.png) center no-repeat;
	bottom:0;
	position:relative;
	float:left;
}

#mapa_img:hover, #portfolio_img:hover{
	cursor:pointer;
	}

#mapa_txt, #mapa_txt2{
	
	text-align:center;
	width:100px;
	height:130px;
	padding:0px;
	opacity:0;
	-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;
	
}

#mapa_imagem{
	background:url(../images/casa.png) no-repeat;
	width:100px;
	height:90px;
	display:block;
	position:relative;
	float:left;
	overflow:hidden;
	}

#mapa_desc{
	color:#FFF;
	background:#000;
	font-size:10px;
	height:33px;
	display:block;
	position:relative;
	float:left;
	display:block;
	float:left;
	width:100px;
	}

#mapa_fundo{
	background: url(../images/seta_fim.png) no-repeat top center;
	width:100px;
	height:7px;
	display:block;
	position:relative;
	float:left;
	}
#mapa_txt_caixa{
	width:20px;
	height:20px;
	} 
	
.infoBox{
	width:1px !important;
	height:1px !important;
}
.caixa{
	margin-top:-200px;
	width:1px;
	height:1px;
	opacity:0;
	float:left;
	z-index:5!important;
	margin-left:-150px;
	}
	
	.caixa b{
	margin-bottom:15px !important;

	float:left;
	width: 135px;
	
	}
	
.imagem_caixa, .texto_caixa{
		display:block;
		position:relative;
		float:left;
		width:1px;
		height:2px;
		background: url(../images/fundo_preto_trans.png);
		overflow:hidden;
		color:#FFF;
		z-index:50000 !important;
}

.texto_caixa{
		display:block;
		position:relative;
		float:left;
		width:1px;
		height:1px;
		padding:5px;
		font-size:10px;
		background: url(../images/fundo_preto_trans.png);
		overflow:hidden;
		padding-left:15px;
		padding-right:15px;
		line-height:15px;
		color:#FFF;
		font-family: 'Conv_GOTHIC';
		}
		
.imagem_caixa_img{
	width:1px;
	height:1px;
}
	
.fundo_caixa{
	background: url(../images/seta_fim.png) no-repeat top center;
	width:320px;
	height:7px;
	display:block;
	position:relative;
	float:left;
	z-index:50!important;
	}

.botao_caixa{
	width:30px;
	height:50px;
	background:url(../images/local.png) center no-repeat;
	position:relative;
	display:block;
	float:left;
	/*margin-left:150px;*/
	z-index:10 !important;
}

.botao_caixa:hover{
	cursor:pointer;
}
	

.fechar_caixa{
	width:10px;
	height:10px;
	display:block;
	position:relative;
	float:right;
	font-weight:bold!important;

	top: -10px;
right: -5px;
	}
.fechar_caixa:hover{
	color:#000;
	cursor:pointer;
	}
	
#formulario{
	background:url(../images/fundo_preto_trans.png);
	width:250px;
	height:100%;
	display:block;
	position:relative;
	float:left;
	z-index:2000;
	margin-left:-250px;
	margin-bottom:10px;
	}
	

	
	
	
	#formulario p{
		color:#FFF;
		margin:auto;
	font-size:16px;
	line-height:22px;
	text-align:center;
	width:250px;
	font-family: 'Marcellus', serif;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	position:relative;
	float:left;
	}
	
	.label2{
		width:150px !important;
		height:20px;
		font-family: 'Conv_GOTHIC';
    font-size: 11px;
	color:#FFF;
	float:left;
	text-align:center;
	}
	
	#formulario input{
		border:none;
		background:#ccc;
		float:left;
		width: 100%;
	}
	
	#formulario input:active{
		border:none;
		background:#ccc;
		
	}
	
	#formulario textarea{
		border:none;
		background:#ccc;
		width:147px;
	}
	
	#form1{
		margin-left:50px;
		margin-bottom:20px;
		display:block;
		position:relative;
		float:left;
		width: 150px;
	}
	

	
	.main2{
	width:250px;
	height:500px;
	margin:auto;
	display:block;
	position:relative;
	float:left;
	margin-top:-10px;
}

.main2 p{
	font-size:18px;
	}

.estrela2{
	width:250px;
	height:16px;
	background:url(../images/estrela.png) center no-repeat;
	display:block;
	position:relative;
	float:left;
	}
	
	
	#enviar, #fechar_formulario{
		background:#ccc;
		position:relative;
		float:left;
		font-size:10px;
		display:block;
		width:72px !important;
		padding:5px;
		border:none;
		margin-top:-7px;
	}
	
	#enviar2{
		background:#ccc;
		position:relative;
		float:left;
		font-size:10px;
		display:block;
		width:220px !important;
		padding:5px;
		border:none;
		margin-top:-7px;
	}
	
	#enviar:hover, #enviar2:hover, #fechar_formulario:hover{
		cursor:pointer;
		background:#000;
		color:#FFF;
		}
	

#fechar_formulario{
	margin-left:6px;
}

#formulario_feedback{
height:20px;
display:block;
position:relative;
width:350px;
float:left;
margin-top:-30px;
margin-left:25px;
}

#formulario_feedback2{
height:20px;
display:block;
position:relative;
width:210px;
float:left;
margin-top:-30px;
margin-left:25px;
color:#FFF;
text-align:center;
font-family: 'Conv_GOTHIC';
    font-size: 11px;
}

#form2{
				margin-top:-10px;
				margin-bottom:50px;}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////PRESS*/
#press_container{
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	width:350px;
	overflow:hidden;

	}
	
	#press_container4{
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	width:350px;
	height:90px;
	overflow:hidden;
	text-align:justify;
	}
	
	#press_container3{
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	width:280px;
	height:240px;
	overflow:hidden;
	font-family: 'Conv_GOTHIC' !important;
	color:#FFF;
	text-align:justify !important;
	}
	
	#press_container2{
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	width:350px;
	overflow:hidden;

	}

#press_area{
	display:block;
	float:left;
	width:350px;
	height:auto;
	font-family: 'Conv_GOTHIC';
	margin-bottom:30px;
	
	
}

#btn_baixo, #btn_baixo2, #btn_baixo3, #btn_baixo4, #btn_baixo5, #btn_baixo6, #btn_baixo7, #btn_baixo8, #btn_baixo9{
	display:block;
	width:8px;
	height:5px;
	margin:auto;
	background:url(../images/seta_baixo.png) center no-repeat;
	}
	
	#btn_baixo:hover, #btn_baixo2:hover, #btn_baixo3:hover, #btn_baixo4:hover, #btn_baixo5:hover, #btn_baixo6:hover, #btn_baixo7:hover, #btn_baixo8:hover, #btn_baixo9:hover{
		cursor:pointer;
		background:url(../images/seta_baixo_on.png) center no-repeat;
	}
	
#btn_cima,#btn_cima2,#btn_cima3, #btn_cima4, #btn_cima5, #btn_cima6, #btn_cima7,  #btn_cima8,  #btn_cima9 {
	display:block;
	width:8px;
	height:5px;
	margin:auto;
	margin-top:30px;
	background:url(../images/seta_cima.png) center no-repeat;
	}
	
	#btn_cima:hover, #btn_cima2:hover, #btn_cima3:hover, #btn_cima4:hover, #btn_cima5:hover, #btn_cima6:hover, #btn_cima7:hover,  #btn_cima8:hover,  #btn_cima9:hover{
		cursor:pointer;
		background:url(../images/seta_cima_on.png) center no-repeat;
	}

#press_scroll, #press_scroll2, #press_scroll3, #press_scroll4, #press_scroll5, #press_scroll6, #press_scroll8{
	display:block;
	position:relative;
	width:350px;
	text-align:justify !important;
	float:left;
	color:#FFF!important;
	font-family: 'Conv_GOTHIC';
	margin-bottom:12px;


}

 #press_scroll7  #press_scroll9{
	display:block;
	position:relative;
	width:250px;
	text-align:justify !important;
	float:left;
	color:#FFF!important;
	font-family: 'Conv_GOTHIC';
	margin-bottom:12px;


}

#press_scroll4{
	margin-top:30px;
	margin-bottom:20px;
	}

#press_ano{
	display:block;
	width:350px;
	
	float:left;
	font-size:18px;
	text-align:center;
	color:#FFF;
	padding-top:3px;
}

#press_lista{
	display:block;
	float:left;
	width:330px;
	margin-top:20px;
	text-align:center;
	font-size:13px;
	
	
}

#press_lista a{
	color:#FFF;
}

#press_lista a:hover{
	color:#999;
	cursor:pointer;
}

	#press_content, #press_content2{
	background: url(../images/fundo_preto_trans.png);
	width:350px;
	height:100%;
	display:block;
	position:relative;
	float:left;
	z-index:2000;
	
	margin-left:-350px;
	margin-bottom:10px;
	}

#press_content p, #press_content2 p{
		color:#FFF;
		margin:auto;
	
	line-height:22px;
	text-align:center;
	width:310px;
	margin-top:50px;
	margin-bottom:20px;
	display:block;
	position:relative;
	font-family: 'Conv_GOTHIC';
	}
	
	#presstitulo{
		
		font-size:20px;
		font-family: 'Marcellus', serif !important;
		margin-bottom:-25px !important;
	}
	
	
	
	#main_press, #main_press2{
	width:350px;
	height:500px;
	margin:auto;
	display:block;
	position:relative;
	float:left;
	margin-top:-10px;
}

.estrela3{
width: 100%;
height: 16px;
background: url(../images/estrela.png) center no-repeat;
display: block;
position: relative;
float: left;
padding: 20px 0;
	}
	
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CONTACTOS*/
.label{
		width:400px !important;
		height:20px;
		font-family: 'Conv_GOTHIC';
    font-size: 11px;
	color:#FFF;
	text-align:center;
	
	}
	
		 #btn_morada{
		 color:#FFF;
		 line-height: 1.6;
	 }
	
 #btn_morada:hover{
cursor:pointer;
color:#999;
 }
	
	#contacto_mail, #contacto_telefone{
		font-family: 'Conv_GOTHIC';
		color:#FFF;
		}
		
		#contacto_mail{
			margin-top:-30px;
			}
		#contacto_telefone{
			margin-top:10px;
			}
	
	#form2 input{
		border:none;
		background:#ccc;
		margin-bottom:10px;
		width:222px;
	}
	
	#form2 input:active{
		border:none;
		background:#ccc;
		
	}
	
	#form2 textarea{
		border:none;
		background:#ccc;
		width:218px;
	}
	
	#btn_enviar{
		margin:auto;
		display:block;
		position:relative;
		width:222px;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	#assinatura{
	display:block;
	position:absolute;
	float:left;
	font-size:10px;
	color:#FFF;
	left:10px;
	bottom:5px;
	}
	
	#assinatura a{
		text-decoration:none;
		color:#FFF;
		}
		
		#assinatura a:hover{
		cursor:pointer;
	color:#000;
		}
	
/*/////////////////////////////////////////////////////////////////////////////////TESTEMUNHOS*/


.side-desc div{
	text-align:justify;
	}


/*                                            QUERY LOADER
__________________________________________________________
*/

.QOverlay {
    background-color: #323232;
    z-index: 9999;
    top:0;
    left:0;
}

.QLoader {
    background-color: #fff;
    border-right: 15px solid #ff3300;
    height: 2px;
}
    
