/*
	99Lime.com HTML KickStart by Joshua Gatcke
	kickstart.css

	Don't edit the file if you want HTML KickStart to be upgradeable.
	Instead, copy any CSS selectors you want to modify to your style.css file.

	// Colors
	green: #005b30;
*/
/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(fonts/latha.css);

/*---------------------------------
	GENERAL ELEMENTS
-----------------------------------*/
#suattr {
	display:none;
}

body {
	background-color:#fff;
	font-family: 'LathaRegular';
}

iframe { 
	height:100px;
}

header {
	background-color:#005b30;
	color:#fff;
	padding:64px 0px 0px 24px;
	/*position:fixed;*/
	position:absolute;
	top:0;
	right:0;
	text-transform:uppercase;
	width:50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

header .page-title{
	letter-spacing:-1px;
}

header .page-title a{
	text-decoration:none;
	color:#fff;
	font-size:24px;
	word-spacing:2px;
	font-weight:normal;
}

article {
	margin-top:180px;
	padding:0 0 0 50px;
	font-size:14px;
	padding-bottom:100px;
}

article a {
	text-decoration:none;
	color:#000;
	transition:all 0.4s ease-in-out;
}

article a:hover {
	color:#005b30;
}

.article-title {
	color:#005b30;
	text-transform:uppercase;
	padding-bottom:20px;
	line-height:28px;
}

nav {
	/*position:absolute;
	top:400px;*/
	position:fixed;
	bottom:20px;
}

nav  ul li {
	list-style:none;	
	padding:0;
	line-height:36px;
}

nav  ul li a {
	text-decoration:none;
	color:#005b30;
	font-size:24px;
	letter-spacing:-1px;
	text-transform:uppercase;
	transition:all 0.4s ease-in-out;
}

nav  ul li a:hover {
	font-weight:bold;
	margin-left:20px;
}

#logo {
	position:fixed;
}

#logo img {
	width:350px;
}

#author {
	text-decoration:none;
	color:#000;
	line-height:40px;
	font-family: 'LathaRegular';
	position:fixed;
	bottom:20px;
	right:55%;
	word-spacing:-6px;
}

#water-mark {
	position:fixed;
	right:0px;
	bottom:-20px;
	margin-right:-100px;
	width:400px;
	opacity:0.1;
	z-index:-1;
}

.content {
	margin-bottom:80px;
}

#site, .backstretch {
	/*display:none;*/
}

#icone-webmail {
	position:fixed;
	top:50%;
	z-index:3;
	margin:0;
	left:0;
}

.scrollToTop{
	text-decoration: none;
	position:fixed;
	bottom:10px;
	right:40px;
	display:none;
}

.scrollToTop:hover{
	text-decoration:none;
}

#wp-admin-bar-wp-logo>.ab-item .ab-icon {
	background-image: url('../images/icons/mv-sroc-admin-icon.png') !important;
	background-position: center !important;
}

#fsb-social-bar {
	border:none !important;
	top: 50px;
	background: transparent !important;
}


/*---------------------------------
	FORM ELEMENTS
-----------------------------------*/

.full-width {
	width:99%;
	margin-right:0;
}

input {
	padding:8px 12px;
	margin:10px 0px;
	outline:none;
	text-shadow:none;
	border:1px solid #005b30;
	float:left;
	width:49%;
	margin-right:1%;
	background-color:transparent;
	font-family: 'LathaRegular';
	font-size:14px;
	transition:all 0.2s ease-in-out;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

textarea {
	padding:8px 12px;
	margin:10px 0px;
	outline:none;
	text-shadow:none;
	border:1px solid #005b30;
	max-width:99%;
	min-width:99%;
	margin-right:1%;
	min-height:150px;
	max-height:150px;
	background-color:transparent;
	font-family: 'LathaRegular';
	font-size:14px;
	transition:all 0.2s ease-in-out;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

input:focus, textarea:focus  {
	border:0px solid transparent;
	border-left:2px solid #005b30;
}

.submit-button {
	padding:5px 8px;
	margin:0px;
	width:100px;
	outline:none;
	text-shadow:none;
	border:2px solid #005b30;
	background-color:#005b30;
	color:#FFF;
	font-family: 'LathaRegular';
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	transition:all 0.4s ease-in-out;
}

.submit-button:hover {
	border:2px solid #005b30;
	background-color:#FFF;
	color:#005b30;
}

.wpcf7-not-valid {
	border:1px solid #F00;
}

.wpcf7-not-valid-tip-no-ajax {
	display:none;
}

.wpcf7-validation-errors {
	color:#F00;
	margin-top:50px;
}

.wpcf7-mail-sent-ok {
	color: #005b30;
	margin-top:50px;
}


/*---------------------------------
	INTRO
-----------------------------------*/
#intro {
	display:none;
}

#logo_intro {
	max-width:450px;
	width:100%;
}


/*---------------------------------
	EMPRESA
-----------------------------------*/
#socios  .nome-socio {
	padding:20px 0px;
	text-align:left;
	font-family: 'LathaRegular';
	transition:all 0.2s ease-in-out;
	color:#000;
}

#socios .socio {
	padding-bottom:40px;
}

#socios {
	margin-top:80px;
}


.servico {
	margin-bottom:42px;
	cursor:pointer;
	opacity:0.5;
	transition:all 0.2s ease-in-out;
}

.servico:hover, .current {
	opacity:1;
}

.servico .icon-servico img {
	float:left;
	position:static;	
	margin-right:25px;
	transition:all 0.2s ease-in-out;
}

.servico .titulo-servico {
	padding:20px 0px;
	text-align:left;
	font-family: 'LathaRegular';
	transition:all 0.2s ease-in-out;
	color:#000;
}

.detalhes-servico {
	margin-left:105px;
	margin-top:-30px !important;
	padding-bottom:30px;
	font-size:14px;
}

.detalhes-servico .topicos {
	padding-top:15px;
}


.titulo-sector {
	height: 50px;
	padding:50px 0px;
}


/*---------------------------------
	CONTACTOS
-----------------------------------*/

#icone-morada, #icone-tlf, #icone-fax, #icone-email {
	position:static;
}

.contactos {
	line-height:40px;
	text-align:left;
	font-family: 'LathaRegular';
	font-size:14px;
	transition:all 0.2s ease-in-out;
	padding-left:25px;
	text-decoration:none;
	color:#000;
}

.contactos a {
	text-decoration:none;
	color:#000;
}




@media all and (max-width: 1024px) {
	
	header .page-title{
		font-size:36px;
	}

	header .page-title a{
		font-size:18px;
	}
	
	nav  ul li {
		line-height:30px;
	}

	nav  ul li a {
		font-size:18px;
	}
	
	article {
		font-size:12px;
	}
	
	h6 {
		font-size:13px !important;
	}
	
	.article-title, .titulo-servico {
		font-size:14px;
	}
	
	#logo img {
		width:250px;
	}
	
	.submit-button {
		font-size:12px;
	}
	
	/*---------------------------------
		EMPRESA
	-----------------------------------*/
	#socios  .nome-socio {
		padding:10px 0px;
	}

	#socios .socio {
		padding-bottom:20px;
	}

	#socios {
		margin-top:40px;
	}
	
}

@media all and (max-width: 768px) {

	.grid {
		padding-left:5px;
		padding-right:5px;
	}

	header {
		padding:64px 0px 0px 24px;
		position:relative;
		width:100%;
	}
	
	header a {
		display:none;
	}
	
	article {
		margin-top:50px;
		padding:0px;
	}
	
	nav {
		position:relative;
		margin:30px 0px;
		top:0;
	}
	
	nav ul {
		margin-left:15px;
	}
	
	#author {
		padding-left:0px;
		top:0px;
		right:0px;
		position:relative;
	}
	
	#logo {
		position:relative;
	}
	
	#water-mark {
		display:none;
	}
	
	.detalhes-servico {
		margin-left:0px;
		font-size:12px;
	}
	
}

@media all and (max-width: 480px) {

	input, textarea, .full-width {
		min-width:100%;
		max-width:100%;
	}	
	
}