html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

body,html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.setCenter {
	margin: 0 auto;
	width: 95%;
	max-width: 960px;
}
.main-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
 }
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	opacity: 0.5; 
}
a{
	color: #000000;
	opacity:1; 
	text-decoration: none;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
a:hover{
	text-decoration: none;
	opacity: 0.5; 
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

/***************************************************/
/********************* content *********************/
/***************************************************/

body{
	font-family: 'Roboto', sans-serif;
}

header{
	

	width: 100%;
	height: 100%;

}
.title_image{
	font-size: 14px;
	height: 40px;
}
.maincontent h3{
	color: #006699;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.servicos h3{
	text-transform: uppercase;
	color: #006699;
	margin-bottom: 20px;
}
footer h3{
		text-transform: uppercase;
	color: #006699;
}
.servicos .description{
	width: 100%;
}
.quemsomos{
	width: 50%;
	float: left;
}
.galeria{
	width: 50%;
float: right;
}
.description{
	width: 80%;
}
ul{
	    margin-left: 20px;
    font-weight: 600;
}
.servicos{
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.catalogos{
	width: 33%;
	float: left;
	padding: 10px;
	background-color: RGBA(0, 0, 0, 0.36); 

}
.morada{
	width: 50%;
	float: left;

}
.formulario{
	width: 50%;
	float: right;
}
form{
	width: 300px;
}
input{
	    width: 300px;
    float: left;
    border-radius: 5px;
    border: 1px solid #a4a4a4;
    margin-bottom: 10px!important;
    padding-left: 10px;
}
textarea{
	    width: 300px;
    float: left;
    border-radius: 5px;
    border: 1px solid #a4a4a4;
    margin-bottom: 10px!important;
    padding-left: 10px;
}
button{
	float: left;
	background:none;
	border: none;
	color: black; 
	font-weight: 900!important;
}


/***************************************************/
/******************** 404 erro *********************/
/***************************************************/
.error-template {
	position: relative;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	width: 100%;
	color: #FFFFFF;
}	
	.error-template .content {
		width: 50%;
		padding: 60px;
		background-color: rgba(55,63,71,0.5);
		margin: 0 auto;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	}
	.error-template a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
	}
		.error-template a:hover {
			opacity: 0.5;
		}
/***************************************************/
/******************** pop ups **********************/
/***************************************************/
#popup_overlay{
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#popup_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('http://carfer.pt/dotcontrol/img/jquery_popup/bg-jquery.alert.png');
	width: 100%;
	z-index: 99999;
}
#popup_container {
	position: relative;
	font-family: "Lato",sans-serif !important;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-weight: bold;
	text-align: center;
	cursor: default;
	padding: 0em;
	margin: 0em;
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #373F47;
}
#popup_content {
	background: 16px 16px no-repeat url('http://carfer.pt/dotcontrol/img/jquery_popup/info.gif');
	padding: 1em 1.75em;
	margin: 0em;
}
	#popup_content.alert {background-image: url('http://carfer.pt/dotcontrol/img/jquery_popup/info.gif');}
	#popup_content.confirm {background-image: url('http://carfer.pt/dotcontrol/img/jquery_popup/important.gif');}
	#popup_content.prompt {background-image: url('http://carfer.pt/dotcontrol/img/jquery_popup/help.gif');}
#popup_message {padding-left: 48px;font-family: "Lato",sans-serif !important;font-size: 13px; }
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
	#popup_panel .btn {
		border: 1px solid #c5c5c5;
		padding: 3px 10px 3px 10px;
		font-size: 9px;
		font-family: Tahoma;
		text-transform: uppercase;
		cursor: pointer;
	}
		#popup_panel .btn:hover {
			border: 1px solid #a5a5a5;
			color: #343434;
			padding: 3px 10px 3px 10px;
			font-size: 9px;
			font-family: Tahoma;
			text-transform: uppercase;
			cursor: pointer;
		}
#popup_prompt {margin: .5em 0em;}