/* $Id: style.css,v 1.38.2.2 2009/04/27 14:20:53 goba Exp $ */  {
  margin: 0;
}

html, body {
  height: 100%;
  overflow: hidden;
}

strong {font-weight: bold;}

body * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}

body p, body h2, body h3, input, textarea {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: moz-text;
  -ms-user-select: text;
  user-select: text;
}

body {
  background: #fff;
  color: #313131;
  font: 11px / 14px Verdana, arial, sans-serif;
  margin: 0;
  padding: 0;
}

input {
  font: 12px / 100% Verdana, arial, verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px / 160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2px;
  padding: 0;
  font-weight: normal;
}

tbody {
  border: 0;
}

h1 {
  font-size: 16px;
  line-height: 20px;
}

h2 {
  font-size: 15px;
  line-height: 19px;
}

h3 {
  font-size: 14px;
  line-height: 19px;
}

h4 {
  font-size: 13px;
  line-height: 17px;
}

h5 {
  font-size: 13px;
  line-height: 17px;
}

h6 {
  font-size: 13px;
  line-height: 17px;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #666;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
}

a:active, a.active {
  outline: none;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  /* background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;*/ /* LTR */
}

.node ul li, .node ul.menu li, .node .item-list ul li, .node li.leaf, #cia-content-content-main-page-inner ul li {
  padding: 0 0 0px 2px;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  /* background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;*/ /* LTR */
  float: left;
}

ul li.collapsed {
  /*  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; */ /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  /*display: block;*/
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}

ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}

ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}

ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}

ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 0;
  width: 100%;
}

thead th {
  border-bottom: 0 none;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
 	border: 0;
 	background: none;
 	margin: 0;
 	padding: 0;
}

#tabs-wrapper {
 	border: 1px dashed #97B816;
 	display: block;
 	margin: 15px 0;
 	padding: 7px 10px;
}

ul.primary {
 	padding: 0;
 	float: left; /* LTR */
}

ul.secondary {
 	clear: both;
 	text-align: left; /* LTR */
 	border-bottom: 1px solid #e9eff3;
 	margin: -0.2em -26px 1em;
 	padding: 0 26px 0.6em;
}

ul.primary li a {
 	background-color: transparent;
 	border-style: none;
 	border-width: 0;
 	margin-right: 2px;
 	text-decoration: none;
}

ul.primary li.active a {
 	background-color: #FFFFFF;
 	border-color: #BBBBBB;
 	border-style: solid;
 	border-width: 1px;
 	text-decoration: none;
}

div.messages {
 	padding: 15px 10px;
 	position: absolute;
 	right: 0px;
 	top: 85px;
 	width: 260px;
 	z-index: 2;
 	font-size: 13px;
 	border: 3px double #3A5100;
}

div.notice {
 	background: #97CC00 none repeat scroll 0 0;
 	color: #3A5100;
 	line-height: 20px;
 	padding-bottom: 8px;
 	padding-top: 8px;
 	z-index: 1;
}

div.error {
 	background: #97CC00 none repeat scroll 0 0;
 	color: red;
 	line-height: 20px;
 	padding-bottom: 8px;
 	padding-top: 8px;
}

div.status {
 	background: #97CC00 none repeat scroll 0 0;
 	color: #3A5100;
 	line-height: 20px;
 	padding-bottom: 8px;
 	padding-top: 8px;
}

div.status a {
 	color: #4E4C4C;
 	text-decoration: none;
}

ul.sf-navbar li.sfHover a {
 	color: #fff;
 	text-decoration: none;
}

ul.sf-navbar li:hover, ul.sf-navbar li.over {
 	background-color: #646464 !important;
 	color: #fff !important;
}

ul.sf-navbar li a:hover {
 	background-color: #646464;
}

ul.sf-navbar ul li a:hover {
 	background-color: transparent;
}

ul.sf-navbar a:link, ul.sf-navbar a:visited {
 	color: #006196;
 	padding: 7px 11px 9px;
 	font-size: 17px;
 	text-decoration: none;
}

ul.sf-navbar a:hover, ul.sf-navbar a.visited {
 	color: #fff;
}

ul.sf-navbar ul li.first a {
 	padding-top: 15px;
}

ul.sf-navbar ul li.last a {
 	padding-bottom: 15px;
}

ul.sf-navbar ul a:link, ul.sf-navbar ul a:visited {
 	color: #fff;
 	padding: 4px 5px 4px 25px;
 	font-size: 11px;
 	text-decoration: none;
}

ul.sf-navbar ul a:hover, ul.sf-navbar ul a.visited {
 	color: #B5E9FF;
}

.sf-navbar ul {
 	padding-top: 6px;
 	position: absolute;
 	top: 29px;
 	width: 260px;
}

.sf-navbar ul li {
 	padding: 0;
 	width: 100%;
 	background: #646464 url(images/bullet-top-menu.png) no-repeat scroll 17px 7px;
}

.sf-navbar ul li.first {
 	background: #646464 url(images/bullet-top-menu.png) no-repeat scroll 17px 18px;
}

.sf-navbar, .sf-navbar * {
 	list-style-image: none;
 	list-style-position: outside;
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
}

.sf-navbar {
 	float: left;
 	margin-bottom: 1em;
}

.sf-navbar {
 	line-height: 1;
 	margin: 0 !important;
}

ul.sf-navbar li.expanded, ul.sf-navbar li.leaf {
 	/* background:transparent none; */
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
 	border: 1px solid red;
}

html.js fieldset.collapsible {
 	border: 1px solid #B0D7EC;
}

html.js fieldset.collapsible div.fieldset-wrapper {
 	padding: 5px 10px;
}

html.js fieldset.collapsible legend a {
 	padding-left: 19px;
}

html.js fieldset.collapsed legend a {
 	background-position: 2px 0px;
}



/* #210615: Mozilla on Mac fix */
html.js fieldset.collapsible div.fieldset-wrapper {
 	overflow: visible;
}

.clear {
 	clear: both;
}

/**
 * CUSTOM
 */
html{
 	overflow: scroll;

}
html, body {
 	width:100%;
 	height: auto;
 	margin: 0px;

}
#wrapper{
 	width: 100%;
 	height: 100%;
}
.center{
 	width: 960px;
 	margin-left: auto;
 	margin-right: auto;

 	position: relative;
}
#header{
 	width:100%;
 	height: 600px;
 	background:url("images/img_bnnr.jpg")  no-repeat;
 	background-position: center;
 	background-attachment: fixed;
 	background-position:center 0px;
}
#inner-header{
 	height: 600px;
 	position: relative;
}
#logo{
 	background:url("images/spt.png")  no-repeat;
 	background-position: 0px 0px;
 	width: 220px;
 	height: 100px;
}
#icons-top{

}
#menu-top{

}
#mensagem_banner{
 	bottom: 115px;
 	color: #FFFFFF;
 	height: 200px;
 	position: absolute;
 	text-align: center;
 	width: 540px;
 	padding-left: 200px;
 	padding-right: 200px;
 	margin-left: 10px;
 	margin-right: 10px;

 	z-index: 1;
}
.first-text-banner{
 	font-size: 35px;
 	font-weight: bold;
 	margin-bottom: 15px;
 	letter-spacing: 3px;

}
.text{
 	font-size: 31px;
 	line-height: 41px;
 	margin-bottom: 35px;
 	letter-spacing: 2px;
}
.last-text-banner{
 	font-size: 20px;
 	letter-spacing: 1px;
}
#first-area{
 	background-color: white;
 	background-position: center;
 	width: 100%;
 	height: 360px;
 	padding: 65px 20px 85px 20px;
 	font-size: 25px;
 	font-weight: bold;
 	text-transform: uppercase;
}
#second-area{
 	background:url("images/img_lab.jpg")  no-repeat;
 	background-position: center;
 	height: 500px;
 	width: 100%;
 	background-attachment: fixed;
}
#inner-second-area{
 	padding: 125px 0px;

 	width: 950px;
}
#title-second-area{
 	color: #FFFFFF;
 	font-size: 25px;
 	text-transform: uppercase;
 	margin-bottom: 15px;
 	font-weight: bold; }
#text-second-area{
  color: #FFFFFF;
  font-size: 18px;
  width: 700px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 100;
}
#third-area{
  background-color: white;
  background-position: center;
  height: 500px;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
#micros{
  background:url("images/microscopio.png")  no-repeat;
  background-position: 0px 70px;
  position: relative;
  float: left;
  width: 290px;
  margin-right: 20px;
  height: 500px;

  background-size: contain;
}
#logos-home{
  float: left;
  width: 675px;
  height: 500px;
}

#inner-third-area{
  position: relative;
}
#footer{
  width: 100%;
  background-color: #F3F3F3;
  height: 350px;
  clear: left;
}
#inner-footer{

}
#mapa-footer{
  background:url("images/mapa_mundo_footer.jpg") 0px 0px no-repeat;
  background-position: center;
  height: 350px;
  width: 100%;
}
#facebook_block{
  width: 280px;
  margin-right: 80px;
  float: left;
  margin-top: 45px;

  height: 260px;
  /* background-color: white; */
}
#facebook-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#footer-botton{
  height: 40px;
  width: 100%;
}
#footer-botton-inner{
  height: 45px;
}
#footer-botton-left{
  float: left;
  width: 225px;
  height:30px;
  font-size: 12px;
  margin-top: 15px;
  text-align: left;
}
#footer-botton-right{
  float: left;
  height: 30px;
  margin-top: 10px;
  width: 110px;
  font-size: 12px;
  text-align: right;
}
#footer-botton-right-img a{
  background: url("images/spt.png") no-repeat scroll -222px 4px transparent;
  height: 35px;
  width: 90px;
  float: right;
}
#powered{
  float: right;
  width: 200px;
  height: 45px;
}
#morada{
  width: 580px;
  height: 270px;
  margin-right: 20px;
  float: left;
  margin-top: 45px;
}
#title-morada-block{
  font-size: 20px;
  font-weight: bold;
}
#block-morada-email{
  height: 150px;
  margin-top: 25px;
  padding-left: 75px;
  padding-top: 20px;
  width: 580px;
}
#title-morada{
  font-size: 15px;
  font-weight: bold;
  color:#0099CB;
  width:190px;
  float:left;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 15px;
}
#title-email{
  font-size: 15px;
  font-weight: bold;
  color:#0099CB;
  width:280px;
  float:left;
  height: 100px;
}
#text-morada{
  font-size: 13px;
  font-weight: normal;
  line-height: 21px;
  color: rgb(49, 49, 49);
}
#title-morada span{
  margin-bottom: 10px;
  display: block;

}
#title-email span{
  margin-bottom: 10px;
  display: block;

}
#mapa_site_options ul li{
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
}
#title_mapa_site{
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
#first-area-first{
  width: 600px;
  margin-right: 30px;
  float: left;
}
#first-area-second{
  width: 300px;
  float: left;  
}
#logos-home{
  width: 700px;
  height: 350px;
  margin-top: 55px;
}
#logos-home {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2px;
}
#logos-title-second{
  margin-top: 10px;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 2px;

  display: none;
}
.view-noticias img{
  border-radius: 100px;
  border: 1px solid #ccc;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 9px;
}
.view-id-noticias .views-row{
  float: left;
  width: 270px;
  margin-right: 10px;
}
.view-display-id-block_2 .views-row{
  float: left;
  width: 270px;
  margin-right: 0px;
}
#first-area-second h2 {
  width: 270px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.view-noticias .views-field-title a,.view-noticias .views-field-title {
  font-size: 16px;
  text-align: center;
  color: black;
  margin-top: 20px;
  width: 250px;
  margin-left: auto;
  overflow: visible;
  margin-right: auto;
  height: 35px;
  line-height: 17px;
  font-weight: bold;
}
.view-noticias .views-field-body{
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  text-transform: none;
  color: #696969;
  line-height: 18px;
  height: 45px;
  overflow: hidden;
  margin-bottom: 15px;
}
.view-noticias .views-field-field-data,.view-noticias .views-field-field-data-evento{
  color:#3FB3FF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;

}
.view-noticias .views-field-field-imagem,.view-noticias .views-field-field-image{
  border-radius: 100px;
  border: 1px solid #ccc;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}
.view-noticias .views-field-field-imagem:hover,.view-noticias .views-field-field-image:hover{
  background-color:#3FB3FF;

}
.view-noticias .views-field-field-imagem:hover img,.view-noticias .views-field-field-image:hover img ,.view-noticias img:hover{
  -webkit-transform: scale(1.05,1.05);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05,1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.view-noticias {
  margin-top: 25px;

  margin: 50px auto 50px auto;
  width: 960px;
}
#first-area-first h2{
  font-size: 25px;
  font-weight: bold;
  width: 540px;
  text-align: center;
}

#logos-title {
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}
.fb_iframe_widget {
  background-color: white;

  height: 230px;
  z-index: 5;
}
#menu-top {
  width: 660px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 65px;
  font-size: 13px;
}
#menu-top ul li{
  color: white;
  float: left;
  padding: 7px 7px 7px 7px;
  text-align: center;
  margin: 0;
  font-weight: bold;

}
#menu-top ul li a{
  color: white;

}

#menu-top ul li.expanded a{color: white; font-weight: bold;
                           width: 100%;height: 100%;display: block;padding: 15px 0px;}

#menu-top ul li.expanded a:hover{
  color: white;
  -webkit-transform: scale(1.05,1.05);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05,1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

#menu-top ul li:hover{
  background-color: #0099FF;
  cursor: pointer;
}
#menu-top ul li ul li span{
  color: #ccc;
}
#menu-top ul li ul li span:hover{
  color: white;
}
#menu-top ul li ul{
  display: none;
}
#menu-top ul li:hover ul{
  display: block;
  width: 145px;
  background-color: #0099FF;
  position: absolute;
  text-align: center;
  padding: 4px 0px 0px 0px;
  margin-left: -7px;

  z-index: 2;
}
#menu-top ul li ul li{
  float: none;
  /* margin: 15px 0px; */

}
#icons-top{
  width: 180px;
  height:45px;
  top: 0;
  right: 0;
  position: absolute;
}
.icon-top{
  background: url("images/spt.png") no-repeat scroll transparent;
  width: 40px;
  height:40px;
  float: left;
  position: relative;
  cursor: pointer;
}
.icon-top a{
  position: absolute;
  width: 100%;
  height: 100%;
}
.icon-top:hover{
  background-color: #0099FF;
}
.region-search{
  display: none;
}
.icon-top.search{
  background-position: -1px -100px;
}
.region-search{
  position: absolute;
  left: -205px;
  height: 40px;
  background-color: #0099FF;
}
.container-inline{
  background-color: white;
  width: 200px;
  height: 30px;
  margin-top: 4px;
  margin-left: 5px;
}
.page-search .container-inline{
  display: inline-block;
}
.page-search .title{
  margin: 40px 5px;
}
.icon-top.login{
  background-position: -1px -140px;
}
.icon-top.facebook{
  background-position: -1px  -180px;
}
.icon-top.share{
  background-position: -1px  -220px;
}
.form-item-search-block-form input{
  width: 170px;
  height: 30px;
  border: 0;
  padding: 0;
}
#edit-actions input{
  background: url("images/spt.png") no-repeat scroll;
  width: 27px;
  border: 0;
  padding: 0;
  height: 30px;
  text-indent: -9999px;
  background-color: white;
  background-position: -227px -60px;
}
#login{
  background-color: white;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 2;
  position: absolute;
  display: none;
}
#login-inner{
  z-index: 3;
  width: 300px;
  height: 450px;
  background-color: white;
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  padding:20px;
}

#login-inner fieldset.captcha.form-wrapper{
  border: none;
  width: 200px;
  display: block;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-top:20px;
}

#login-inner fieldset.captcha.form-wrapper .fieldset-description{
  margin-bottom:10px;
}

#title-login{
  position: absolute;
  font-size: 20px;
  top: 55px;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
#close-login{
  width: 35px;
  height: 35px;
  position: absolute;
  background: url("images/spt.png") no-repeat scroll transparent;
  top: 0px;
  right: 5px;
  background-position: 0px -260px;
  cursor: pointer;
}
#form-login{
  width: 300px;
  height: auto;
  position: absolute;
  top: 60px;
}
#login-inner input[type="text"],#login-inner  input[type="password"]{
  width: 235px;
  height:30px;
  border: 1px solid #ccc;
  padding: 0;
  background-color: white;
  margin-left:32.5px;
}
#login-inner label, #login-inner .description{
  display: none;
}
#login-inner input[type="submit"] {
  padding: 0;
  background-color: #0099FF;
  margin: 0;
  color: white;
  width: 150px;
  height: 30px;
  margin-left: 75px;
}
#new_password {
  width: 150px;
  float: left;
  text-align: center;
  margin-top: 10px;
}
#new_password a{
  float: right;
}
#new_user a{
  float: left;
}
#new_user {
  width: 120px;
  float: left;
  text-align: center;
  margin-top: 10px;
}
#separator-login{
  width: 20px;
  float: left;
  text-align: center;
  color: #0099FF;
  font-size: 14px;
  margin-top: 10px;
}
.region.region-content {
  margin-bottom: 30px;
  height: 100%;
}
.not-front #header {
  height: 254px;
}
.title {
  font-size: 35px;
  height: 26px;
  display: block;
  margin: 40px 0px;
  font-weight: bold;
  line-height: 38px;
  text-transform: uppercase;
}
.view-id-noticias.view-display-id-page .views-row {
  width: 310px;
  margin-bottom: 50px;
}
.not-front  #inner-header {
  height: 100px;
}
#logo a{
  position: absolute;
  width: 100%;
  height: 100%;
}
.pager-next{
  position: relative;
  margin: 0;
  padding: 0;
}
.pager-next a{
  color: transparent;
  cursor: pointer;
  background: url("images/spt.png") no-repeat;
  background-position: -456px 0px;
  width: 25px;
  height: 20px;
  display: inline-flex;
  text-indent: -20000000px;
}
ul.pager{
  margin: 35px;
  padding: 0;
}
.pager-previous a{
  color: transparent;
  cursor: pointer;
  background: url("images/spt.png") no-repeat;
  background-position: -422px 0px;
  width: 25px;
  height: 20px;
  display: inline-flex;
}
.pager-previous {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}   
.pager-previous a:hover{
  background-position: -422px -30px;
}
.pager-next a:hover{
  background-position: -456px -30px;
}
.region-breadcrumb{
  background-color:#ccc;
  height: 40px;
}
.breadcrumb {
  padding: 13px 5px;
  font-size: 14px;
}


/*NOTICIA DETALHE */

.node-type-noticia .region-content,.node-type-evento .region-content{
  padding-top:25px;
  padding-bottom: 50px;
}
.node-type-noticia .field-type-image .field-item,.node-type-evento .field-type-image .field-item  {
  border-radius: 180px;
  border: 1px solid #ccc;
  width: 340px;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
}
.node-type-noticia .field-type-image img,.node-type-evento .field-type-image img{
  border-radius: 180px;
  border: 1px solid #ccc;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}
.node-type-noticia .field-type-image,.node-type-evento .field-type-image{
  margin-left: 10px;
  width: 340px;
  margin-right: 85px;
  float: left;
}
.node-type-noticia .field-name-body,.node-type-evento .field-name-body{
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
}
.node-type-noticia .field-name-field-data,.node-type-evento .field-name-field-data,
.node-type-evento .field-name-field-data-evento{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.node-type-noticia .title{
  display: none;
}
.node.node-noticia,.node.node-evento {
  font-size: 18px;
  font-weight: bold;
}
#logos-home{

  width: 700px;
  height: 300px;
}
#logos-home .views-row{
  min-height: 50px;
  display: inline-block;
}
#logos-home .views-row a {
  height: 0;
  padding: 0;
  margin: 0;
}
#logos-home .views-row img{
  height: 100%;
  max-width: 165px;
  vertical-align: middle;
  margin: 15px 10px;
}
#page-socios{
  font-size: 14px;
  margin-bottom:45px; 
  line-height: 20px;
  display: inline-block;
}
#socios_texto{
  font-size: 16px;
  height: auto;
  overflow: visible;
  margin-bottom: 30px;
  line-height: 21px;
}
#second-socios{


}
#second-first-socios,#second-second-socios{
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  width: 960px;

}
.socios-fieldset{
  display: inline-block;
}
#texto-individual,#texto-corporativo{
  width: 560px;
  float: left;
  margin-right: 45px;
  overflow: visible;
  font-weight: normal;
}
#download-2,.preco h2{
  float: left;
  margin-right: 5px;
}
#second-second-socios{
  display: inline-block;
  position: relative;
  width: 960px;
}
.title-type-socio{
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.download{
  width: 340px;
  height: 30px;
  background-color: #0099FF;
  color: white;
  text-align: center;
  line-height: 29px;
  position: relative;

}
.download a{
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  width: 340px;
  text-align: center;
  left: 0;


}
.second-coll-socio-type{
  display: inline-block;
  float: left;
  width: 340px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.views-field-nothing span:hover{
  background-color: #0077c6;
}
.second-coll-socio-type:hover .download{
  background-color: #0077c6;
}
.preco{
  display: block;
  height: 29px;
  clear: left;

}
.view-legislacoes-view thead, .view-legislacoes-view img{
  display: none;
}
.view-legislacoes-view tbody tr,
.view-legislacoes-view .views-field-field-ficheiro, .view-legislacoes-view .views-field-field-ficheiro-apre{
  width: 800px;
  display: block;
  float: left;
  border: none;
  background-color: transparent;
  height: 30px;
  margin-top: 7px;
}
.view-legislacoes-view tbody td span{
  width: 615px;
  display: block;
}
.views-field-nothing span{
  width: 160px;
  float:left;
  background-color: #0099FF;
  height:44px;
  text-align: center;
  margin-top: 3px;
}
.views-field-nothing span a{
  padding-top: 14px;
  display: block;
  color: white;
  font-size: 13px;
  font-weight: bold;
}
.views-field-nothing span:hover{
  cursor: pointer;


}
.view-legislacoes-view .views-row, .view-apresenta-es .views-row {
  height: 50px;
  width: 960px;
  border-top: 1px solid #ccc;
}

.view-legislacoes-view .views-row.views-row-last{
  border-bottom: 1px solid #ccc;
}
.view-legislacoes-view {
  margin-bottom: 45px ;
  font-size: 14px;
  font-weight: bold;
}
.view-legislacoes-view .file a{
  color: black;
  cursor: default;
}
.page-socios .title{
  margin-top: 28px;
  margin-bottom: 36px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.view-id-artigos .views-field-title{
  width: 230px;
  margin-right: 15px;
  display: block;
  float: left;
  margin-top: 0.6em;
  font-weight: bold;
  line-height: 20px;

}
.view-id-artigos .views-field-title a{
  color:black;
}
.view-id-artigos .views-field-body{
  width: 560px;
  margin-right: 40px;
  display: block;
  float: left;
  line-height: 18px;
}
.view-id-artigos .views-field-field-data{
  width: 70px;
  float: left;
  margin-top: 0.6em;
  color: #0099FF;
}
.view-id-artigos tr{
  background-color: white;
  height: 60px;
  font-size: 14px;
  margin: 0;
  padding:0;
  display: inline-block;
}
.view-id-artigos .views-row-first{

  border-top: 1px solid #ccc;
}
.view-artigos{
  margin-bottom: 
    50px;
}
.field-name-body{
  font-size: 14px;
  line-height: 23px;
}
.node-artigo{
  margin-bottom: 50px;
}
.view-eventos .view-header{
  background-color: #0099FF;
  height: 35px;
  color: white;
}
.view-eventos  .views-field-nothing span {

  width: 72px;
  margin: 0px;
  padding: 0px;

}

.view-eventos{
  width: 520px;
  height: 430px;
}
.calendar-calendar .month-view .full td.single-day div.monthview{
  width: 72px;
  margin: 0px;
  padding: 0px;
  left: 0;

  border-radius: 0px;
}
.calendar-calendar .month-view .full tr td.single-day{
  position: relative;
  margin: 0;
  padding: 0;
}

.page-calendar-node-field-data-evento .center{

  display: table;
}

#evento_node_load{
  float: left;
  width: 380px;
  height: 300px;
  display: inline-block;
  margin-left: 60px;
  margin-top: 25px;
  position: relative;
  display: none;
}
.first-radius{
  border-radius: 100px;
  border: 1px solid #ccc;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#event-image img{
  border-radius: 100px;
  border: 1px solid #ccc;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 9px;
}
#event-image img:hover{
  -webkit-transform: scale(1.05,1.05);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05,1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.first-radius:hover{
  background-color: #3FB3FF;
}
#event-title{
  text-align: center;
  height: auto;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 17px;
}
#event-body{
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
#event-data{
  font-size: 14px;
  margin-bottom: 20px;
  color: #3FB3FF;
  text-align: center;
  font-weight: bold;
}

/*CALENDAR*/


.view .date-nav-wrapper .clear-block {
  margin-bottom: 10px;
}

.view .date-nav-wrapper  {
  position: relative;
  margin-top: 5px;
  width: 100%;
}

.view .date-nav-wrapper .date-nav {
  background-color: transparent;
  border: 0px;
  height: 30px;
  height: auto;
  min-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}

.view .date-nav-wrapper.date-nav a:hover {
  text-decoration: underline;
}

.view .date-nav-wrapper .date-prev {
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: none repeat scroll 0 0 transparent;
  float: none;
  padding: 5px 0;
  position: absolute;

  left: 0px;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}

.block-views .view .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
}

.view .date-nav-wrapper .date-prev a {
  margin-left: 10px;
  font-weight: bold;
}

.view .date-nav-wrapper .date-heading {
  position: relative;
  width: 100%;
  top: 0px;
  text-align: center;
  z-index: 0;
}

.view .date-nav-wrapper .date-heading h3 {
  line-height: 30px;
  font-size: 1.7em;
}

.view .date-nav-wrapper .date-next {
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  background: none repeat scroll 0 0 transparent,
    float: none;
  padding: 5px 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;

  background-color: #0099FF;
}

.view .date-nav-wrapper .date-next a {
  margin-right: 10px;
  font-weight: bold;
}

.attachment .calendar-calendar {
  margin-top: 20px;
  clear: both;
}

.calendar-calendar th a,
.attachment .calendar-calendar th {
  background-color: transparent;
  border: 0px;
}

.attachment .calendar-calendar th.calendar-agenda-hour {
  color: #777777;
  font-weight: bold;
  text-align: right;
}

.view-calendar .feed-icon {
  margin-top: 5px;
}

.view table.mini .date-prev,
.view table.mini .date-next {
  background: none;
}

.date-nav div.date-prev,
.date-nav div.date-next,
.date-nav {
  width:auto;
}

ul.calendar-links,
.region-content ul.calendar-links {
  margin:0;
  padding:0;
}

.year-view div.month-view div.date-nav {
  background-color: #DFDFDF;
  min-height: 20px;
}
.calendar-calendar tr {
  height: 44px;
}
.calendar-calendar .month-view .full td .inner div.day{
  z-index: 55;
}
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
  background: transparent !important;
  max-height: 10px !important;
  max-width: 5px;
  overflow: hidden;
  margin: 0px auto;
  color: black;
  position: relative;
}
.calendar-calendar td {
  width: 7% !important;
}
.calendar_event{
  height: 42px;
  color: white;
  font-weight: bold;
}
#next_event_id{
  display: none;
}
.view-id-eventos .date-next a{
  color: transparent !important;
  cursor: pointer;
  background: url("images/spt.png") no-repeat;
  background-position: -243px -38px;
  width: 25px;
  height: 20px;
  display: inline-flex;
}
.view-id-eventos .date-prev a{
  color: transparent !important;
  cursor: pointer;
  background: url("images/spt.png") no-repeat;
  background-position: -221px -38px;
  width: 25px;
  height: 20px;
  display: inline-flex;
}
.view-id-eventos .date-next a:hover{
  background-position: -243px -38px;
}
.view-id-eventos .date-prev a:hover{
  background-position: -221px -38px;
}
#eventos_text{
  width: 960px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 21px;
  min-height: 75px;
}
.node-type-anci .title{
  display: none;
}
#title h2{
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  height: 35px;
  margin: 12px 0px;
  padding-top: 27px;
}
.text-body
{
  line-height: 23px;
  font-size: 16px;
}
#missao{
  width: 300px;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
#visao,#principios-valores{
  width: 300px;
  float: left;
  display: block;
  margin-left: 30px;   
  font-size: 14px;
  line-height: 20px; 
}
#missao h2, #visao h2,#principios-valores h2{
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 18px;
}
#objectivos{
  width: 100%;
  background-color: #0099CB;
  height: 450px;
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
#content-inner-anci{
  min-height: 530px;
  position: relative;
}
#icons-title{
  width: 960px;
  text-align: center;
  height: 35px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  margin-top: 30px;
  clear: left;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  color: white;
}
#icon-1{

  float: left;
  width: 220px;
  height: 200px;
}
#icon-image-1{
  background-position: -45px -125px;
}
#icon-text-1{
}
#icon-2{

  float: left;
  width: 230px;
  margin-left: 15px;
  height: 200px;
}
#icon-image-2{
  background-position: -136px -125px;
}
#icon-text-2{
}

#icon-3{
  float: left;
  width: 230px;
  margin-left: 15px;
  height: 200px;
}
#icon-image-3{
  background-position: -45px -125px;
}
#icon-text-3{
}
#icon-4{
  float: left;
  width: 230px;
  margin-left: 15px;
  height: 200px;
}
#icon-image-4{
  background-position: -355px -125px;
}
#icon-text-4{
  background-position: 0px 0px;
}
.icon-image{
  background: url("images/spt.png") no-repeat;
  width: 100px;
  height: 140px;
  margin-left: 65px;
}
.icon-text{
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}

.node-type-anci #orgaos #orgaos-title{
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 76px;
  text-align: center;
}

#social-bodies td{
  text-align: center;
}

#social-bodies{
  margin-bottom: 50px;
}

#social-bodies #titulo{
  font-size: 32px;
  padding: 50px 22px 22px;
}

#social-bodies #cargo{
  font-size: 17px;
  padding: 8px;
}

#social-bodies #nome{
  font-size: 14px;
  padding: 4px;
}

#social-bodies #imagem{
  background: url("images/spt.png") repeat scroll -312px 0 transparent;
  height: 100px;
  width: 114px;
  display: inline-block;
}

#assembleia-corpos tr, #conselho-fiscal-corpos tr{
  display: inline-block;
}

#assembleia-corpos td, #conselho-fiscal-corpos td{
  float: left;
}

.second-coll-socio-type .preco h2{
  font-weight: 700;
}

.node-type-artigo .center .artigo-title{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 38px;
}

.node-type-recomenda-es .center .recomenda-title, .node-type-pagina-basica .center .page-title{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 38px;

  font-size: 35px; font-weight: bold; text-transform: uppercase; height: 35px; margin: 12px 0px; padding-top: 27px;
}

.field-name-field-imagem-reco{
  text-align: center;
}

.field-name-field-imagem-reco img{
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}

.node-type-recomenda-es .field-name-field-ficheiros{

}

.node-type-recomenda-es .field-name-field-ficheiros a{
  font-size: 14px;
}

.node-type-recomenda-es .field-name-field-ficheiros .file img{

}

.node-type-recomenda-es .field-name-field-ficheiros .field-item{
  margin-bottom: 10px;

}

.view-legislacoes-view .views-field-title{

}
.page-calendar-node-field-data-evento .region.region-content{
  width: 500px;
  float: left;
  min-height: 600px;
}
.title-left {
  width: 525px;
  float: right;
  height: 10px;
  margin-bottom: 5px;
}
.content .node{
  display: inline-block;
  line-height: 20px;
}
#javali-admin-menu ul span, #javali-admin-menu ul li span{ 
  border-bottom: medium none;
  border-right: 1px solid #323232;
  color: #F58633;
  display: block;
  font-size: 9px;
  font-weight: bold;
  padding: 4px 8px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  background: none !important;
  cursor: pointer;
}
.calendar-calendar thead tr {
  height: 25px !important;
}
#image-load{
  background: url("images/ajax-loader.gif") no-repeat;
  width: 380px;
  height: 440px;
  position: absolute;
  background-color: white;
  background-position: center center;
  background-size: cover;
  top: -19px;
}
.line_document_recomendation {
  background-color: white;
  height: 50px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-top: 1px solid #ccc;
  width: 960px;
}
.description_document{
  width: 800px;
  float: left;
  margin-top: 20px;
}
.line_document_recomendation .views-field-nothing{
  float: right;
}
#menu-top ul li ul li:hover{

  background-color: #0077c6;
}

.view-noticias .views-field-title a{
  display: table-cell;

}
.node-type-pagina-basica .webform-client-form input[type='text'],
.node-type-pagina-basica .webform-client-form input[type='email'] {
  height: 25px;
  font-size: 15px;
  width: 330px;
  border-color: #ccc;
  border-width: 1px;
  border-top-style: outset;
  border-left-style: outset;
}
.node-type-pagina-basica .webform-client-form textarea{
  border-color: #ccc;
  border-width: 1px;
  border-top-style: outset;
  border-left-style: outset;
  width: 330px;
}
.node-type-pagina-basica .webform-client-form label{
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.node-type-pagina-basica .webform-client-form input[type='submit']{
  width: 70px;
  height: 25px;
}
.node-type-pagina-basica form {
  float: left;
  width: 450px;
  margin-left: 40px;
  margin-right: 10px;
}
.page-node-47.node-type-pagina-basica .page-title {
  /* text-align: left; */
  /* font-size: 30px; */
  /* height: 60px; */

  font-size: 35px; font-weight: bold; text-transform: uppercase; height: 35px; margin: 12px 0px; padding-top: 27px;
}
.page-node-47 .region-content{
  width: 450px;
  float: left;
  height: 450px;
  margin-left: 10px;
  font-size: 14px;

  margin-top: 20px;
}
.node-type-pagina-basica .webform-client-form  .grippie{
  display: none;
}
.node-type-pagina-basica .webform-client-form div[id^="edit-actio"] input{
  margin-left: 125px;
  height: 30px;
  background-color: #0099FF;
  color: white;
  text-align: center;
  line-height: 29px;
  position: relative;
  border: none;
  cursor: pointer;
}
.view-noticias.view-display-id-block_2 .views-field-field-image{

}
.view-id-noticias.view-display-id-block_2 .views-row .views-field-field-image .field-content,#event-image{
  border-radius: 100px;
  border: 1px solid #ccc;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 9px;
  background-color: #0099CB;
}
#event-image-detail{
  border-radius: 100px;
  border: 1px solid #ccc;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 9px;
  background-color: #0099CB;

}
.view-id-noticias.view-display-id-block_2 .views-row .views-field-field-image .field-content:hover,#event-image:hover{
  -webkit-transform: scale(1.05,1.05);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05,1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  cursor: pointer;
}
.view-id-noticias.view-display-id-block_2 .views-row .views-field-field-image .field-content div{



}
.evendo-date-day-daynumber{
  float: left;
  width: 37px;
  margin-left: 50px;
  font-size: 30px;
  line-height: 40px;
  color: white;
  font-weight: bold;
}
.evendo-date-day-monthtext{
  float: left;
  width: 55px;
  font-size: 30px;
  line-height: 40px;
  color: white;
  font-weight: bold;
}
.evendo-date-day-yearnumber{
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: white;
  font-weight: bold;
}
.evendo-date-day-daytext{
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  line-height: 40px;
  color: white;
  font-weight: bold;
}


.view-display-id-block_2 .views-field-field-image a {
  width: 179px;
  height: 179px;
  display: inline-block;
  position: absolute;
}

.view-display-id-block_2 .views-field-field-image a img{
  display: none;
}
.content-node-event{
  margin-left: 10px;
  width: 203px;
  margin-right: 25px;
  float: left;

}

.title-evento{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.data-detail-event{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  display: inline-block;
}
#user-login{
  width: auto;
  margin: 50px auto 25px auto;
}
.profile{
  width: 940px;

  margin: 60px auto;
  display: block;
  position: relative;
}
.center_news {
  width: 600px !important;
  margin: auto;
  position: relative;
  display: block;
  float: none !important;
  margin: 0 auto !important;
}

.view-links- h3:not(:first-child){
  margin-top: 30px !important;

  display: block;
  height: auto;
  width: auto;
}

.view-links- h3 a{
  font-weight: bold;

  color: #3FB3FF;
  font-size: 16px;
  margin: 20px 0 20px 0;
  display: block;
}

.view-links- .views-row span a{
  color: black;

  font-size: 14px;
  /* margin: 10px 0; */
  display: block;
}
.view-links- .views-field-body{
  margin-top: 5px;

  padding-bottom: 5px;
  /* display: inline-block; */
  position: relative;
  /* height: 15px; */
  margin-left: 10px;
}
.view-links- .views-field-title{

}

.view-links- .views-row{
  margin: 15px 0;

  height: auto;
  display: block;
  width: auto;
}
.page-links .title{
  margin-left:0;
}
#facebook_footer_containner{
  background-color: white;

  height: 230px;
}

.node-noticia .field-name-field-ficheiro, .node-type-evento .field-name-field-ficheiro {
  font-size: 15px;
  line-height: 20px;
}
.node-noticia .field-name-field-ficheiro a, .node-type-evento .field-name-field-ficheiro a{
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}