@font-face {
    font-family: 'robotobold';
    src: url('/fonts/Roboto-Bold-webfont.eot');
    src: url('/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('/fonts/Roboto-Light-webfont.eot');
    src: url('/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height: 100%;
	background-color:#FFFFF;
	font-family: 'robotoregular';
	font-size: 13px;
}

p, textarea, input, li {
	font-family: 'robotoregular';
	color: #333333;
	font-size: 13px;
	line-height: 1.25em;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.center-contents {
	width: 980px;
	margin: auto;
	position: relative;
}

div.half {
	width: 50%;	
}

div.left {
	float: left;
}

div.right {
	float: right;	
}

#site {
	position: relative;
	min-width: 1000px;
	min-height: 100%;
	margin: auto;
	padding-bottom: 150px;
}

/* TINYMCE */
.highlight-text {
	color: #1280C4;
}

#header {
}

#header > .center-contents {
	height: 125px;	
}

#logotype {
	position: absolute;
	top: 22px;
	left: 0px;	
}

#menu{
	background: #1280C4;
	height: 63px;
	margin-top: 8px;	
	position: relative;
	z-index: 200;
}

.menu-item {
	float:left;	
	position: relative;
}

.menu-item .title{	
	color: #FFFFFF;
	padding: 0px 15px;
	transition: color 0.3s linear;
	font-size: 17px;
	font-family: 'robotolight';
	text-transform: uppercase;
	line-height: 63px;
}

.menu-item .title:hover, .menu-item.selected {
	color: #b0dffc;
}

.menu-item .submenu {
	display: none;
	background: #1280C4;
	position: absolute;
	z-index: 100;
	width: 200px;
}

.menu-item .submenu a {
	display: block;	
	padding: 10px 4px;
	text-align: center;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'robotolight';
	color: #FFFFFF;
	cursor: pointer;
	transition: background-color 300ms ease-out;
}

.menu-item .submenu a:hover {
	background-color: #45636f;	
}

.menu-item:hover .submenu{
	display: block;
}

#login {
	position: absolute; top: 20px; right: 80px;
	
}

.logged-info {
	color: #45636f;
	font-family: 'robotolight';
	text-transform: uppercase;
}

.login-button {
	color: #45636f;
	font-family: 'robotolight';
	padding-right: 15px;
	background: url('/images/xs_bottom.jpg') right no-repeat;
}

.logout-button {
	font-family: 'robotolight';
	color: #e84a27;
}

.login-popup {
	display: none;
	position: absolute;
	top: 20px;
	right: 0px;
	width: 280px;
	height: 286px;
	background: #ECECEC;
	padding: 24px;
	font-size: 14px;
	color: #666666;
	font-family: 'robotolight';
	z-index: 400;
}

.login-close {
	color: #333333;	
	font-size: 14px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.login-popup input {
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
	background: #FFFFFF;
	width: 100%;
	border: none;	
	margin: 2px 0 14px 0;
}

.login-popup .submit-button {
	margin-top: 0;	
}

.login-popup-footer {
	position: absolute;
	bottom: 20px;
	left: 24px;
	font-size: 14px;
}

.login-popup-footer a{
	font-family: 'robotolight';
	text-decoration: underline;
}

#langs{
	position: absolute; top: 20px; right: 0px;
}

.lang-item, .lang-item.selected:hover {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	transition: opacity 0.3s linear;
	display: inline-block;
	opacity: 1;
}

.lang-item.pt {
	background: url('/images/pt.jpg');	
}

.lang-item.en {
	background: url('/images/en.jpg');	
}

.lang-item.selected {
	display: none;	
}

.search-box {
	position: absolute; 
	top: 70px;
	right: 0px;	
	widht: 180px;
	height: 30px;
	border: solid 1px #6A828C;
	border-radius: 14px;
	padding: 0px 10px;
}

.search-box input {
	width: 100%;	
	border: none;
	background: #FFFFFF;
	line-height: 28px;
	height: 28px;
	color: #6A828C;
	font-size: 12px;
}

#mainhighlight {
	width: 100%;
	height: 300px;
	overflow:hidden;	
}

#mainhighlight .bullets {
	position: absolute;
	bottom: 22px;
	left: 50%;
	text-align: center;
	font-size: 0px;
	width: 200px;
	margin-left: -100px;
}

#mainhighlight .bullets .item{
	width: 18px;
	height: 18px;
	border: solid 4px #FFFFFF;
	border-radius: 9px;
	display: inline-block;
	margin: 0px 4px;
	vertical-align:middle;
	transition: border 200ms ease-out;
	cursor: pointer
}

#mainhighlight .bullets .item-selected, #mainhighlight .bullets .item:hover{
	border: solid 9px #FFFFFF;
}

#contents {
	width: 1200px;
	margin: auto;
	padding-bottom: 70px;
}

.page {
	padding-top: 50px;	
}

.page .left {
	/*width: 370px;	
	*/
	margin-right: 30px;	
	background: #F5F5F5;
	padding: 20px 20px 20px 115px;
	margin-left: -1000px;
	padding-left: 1115px;
	width: 1300px;
}

.page .right {
	float: left;	
	width: 680px;
}

.submenu-item {
	color: #1280c4;	
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'robotolight';
	transition: color 300ms ease-out;
	display: block;
	padding: 10px 0px;
}

.submenu-item.selected, .submenu-item:hover {
	color: #e84a27;	
}

.short-text {
	text-align: justify;
}

.long-text {
	padding-bottom: 15px;	
}

.long-text p, .short-text p {
	line-height: 1.5em;	
	text-align: justify;
}

.long-text li{
	margin-left: 20px;
}

.long-text a {
	text-decoration: underline;
	color: #e84a27;	
	transition: opacity 300ms ease-out;
}

.long-text a:hover {
	opacity: 0.6;	
}

.long-text img {
	float: left;
	padding: 0px 25px 10px 0px;	
}

#networks {
	padding: 4px;	
}

#networks img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

#footer {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
}

.footer-menu {
	
	padding: 25px 0;	
}

.footer-menu a {
	color: #45636f;	
	font-size: 12px;
	font-family: 'robotobold';
	text-transform: uppercase;
	transition: color 300ms ease-out;
	padding: 0px 4px;
}

.footer-menu a.selected, .footer-menu a:hover, .credits a:hover {
	color: #1280c4;
}

.credits {
	font-size: 10px;
	color: #45636f;	
}

.credits a {
	text-decoration: underline;
	color: #45636f;	
	transition: color 300ms ease-out;
}

#footer .right {
	max-width: 50%;	
}

#footer .title {
	font-size: 10px;
	color: #000000;
	padding-bottom: 8px;
}

.partners a {
	padding-right: 30px;	
}

h1 {
	font-weight: normal;
	color: #1280c4;
	font-size: 22px;	
	font-family: 'robotolight';
	padding-bottom: 13px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* HOMEPAGE */
#page-home {
	width: 1000px;
	margin: auto;	
	padding: 20px 0px 0px 0px;
}

.home-column {
	width: 324px;
	height: 790px;
	margin-right: 14px;
	float: left;
}

.home-column.no-margin {
	margin-right: 0px;	
}

.home-column .top{
	position: relative;	
}

.home-column .top .round-gray {
	width: 138px;
	height: 138px;
	border-radius: 69px;
	background: #F6F6F6;
	position: absolute;
	left: 20px;	
	border: solid 19px #F6F6F6;
	z-index: 98;
}

.home-column .top .round {
	width: 100px;
	height: 100px;
	border-radius: 69px;
	background: #349BD6;
	position: absolute;
	left: 39px;
	top: 19px;	
	z-index: 101;
}

.home-column .top .round div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.icon-publications {
	background-image: url('/images/icon_publications.png');	
}

.icon-news {
	background-image: url('/images/icon_news.png');	
}

.icon-web {
	background-image: url('/images/icon_web.png');	
}

.home-column .top .bar {
	background: #F6F6F6;
	position: absolute;
	top: 36px;
	right: 0px;
	width: 180px;	
	height: 30px;
	color: #45636f;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	padding: 15px 20px 0px 0px;
}

.home-column .home-column-body {
	margin-top: 60px;
	background: #F6F6F6;
	height: 660px;
	border-radius: 4px;
	padding-top: 70px;
	overflow: hidden;
}

.home-col-img {
	margin: -47px auto 15px auto;
	position: relative;
	z-index: 100;
	display: block;	
}

.home-scroll-container {
	width: 324px;	
	height: 470px;
}

.home-column .home-footer {
	border-radius: 6px;
	background: #5D7781;
	height: 60px;
	line-height: 60px;
	margin-top: 8px;	
	text-align: right;
	font-size: 17px;
	font-family: 'robotobold';
	font-style: italic;	
	padding-right: 50px;
	position: relative;
}

.home-footer a {
	color: #FFFFFF;	
	display: inline-block;
	vertical-align: middle;
	transition: opacity 300ms linear;
}

.home-footer a.link:hover {
	opacity: 0.8;	
}

.home-footer.nopad {
	padding-right: 10px;	
}

.mr10 {
	margin-right: 10px;	
}

.socialnet-image {
	margin: 17px 2px 0 2px;
}

.home-column .home-footer .big-plus {
	font-style: normal;
	font-size: 30px;	
	position: absolute;
	top: 0px;
	right: 15px;
}

.home-item {
	padding: 0 0 40px 0;
	border-bottom: solid 1px #a2adb1;
	position: relative;
	margin: 0 20px 15px 20px;	
	word-break: break-all;
}

.home-item:last-child {
	border-bottom: none;	
}

.home-item .title{
	color: #1280c4;
	font-size: 14px;
	font-family: 'robotobold';
}

.home-item .short-text{
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}

.home-item .date{
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 11px;
	color: #45636f;
	font-family: 'robotobold';
}

.home-item .pdf, .home-item .more {
	position: absolute;
	bottom: 10px;
	left: 110px;
	color: #e84a27;
	font-size: 10px;
	font-family: 'robotobold';
	text-transform: uppercase;
	text-decoration: underline;
	transition: opacity 300ms linear;
}

.home-item .pdf:hover, .home-item .more:hover {
	opacity: 0.6;	
}

.home-item .more {
	left: auto;
	right: 0;
}


.slideshow .item {
	position: relative;	
}

.slideshow .item-text {
	position: absolute;
	top: 65px;
	left: 110px;	
}

.item-text .title {
	font-size: 30px;
	color: #96e3ed;
	font-family: 'robotolight';
}

.item-text .subtitle, .item-text .subtitle p {
	font-size: 18px;
	color: #FFFFFF;
}

.item-text .more {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: 'robotobold';
}

/* regist */
#page-regist input {
	border: solid 1px #E0E0E0;	
}

#page-regist .right {
	width: 400px;	
}

.xs_note {
	font-size: 10px;
	text-transform:none;	
}

/* detail elements */
.gallery {
	height: 156px;
	background-color: #F5F5F5;	
	padding: 20px 32px;
	margin-top: 45px;
}

.gallery-thumb {
	width: 150px;
	height: 124px;
	overflow: hidden;
	margin: 0 2px;
	float: left;
	
}

.gallery-thumb img {
	width: 160px;	
}

.zoom {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;	
	display: none;
	z-index: 1000;
}

.zoom .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #9B9B9B;
	opacity: 0.8;
	cursor: pointer;	
}

.zoom .slideshow-frame {
	background: #EAEAEA;
	width: 820px;
	height: 620px;
	padding: 42px 30px 25px 30px;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -310px;
	margin-left: -410px;
}

#zoomslideshow {
	width: 760px;
	height: 553px;	
}

.slideshow .slide-left, .slideshow .slide-right {
	width: 12px;
	height: 23px;
	top: 50%;
	left: 50px;
	margin-top: -12px;	
	background: url('/images/left.png') center no-repeat;
	position: absolute;
	cursor: pointer;
}

.slideshow .slide-right {
	background: url('/images/right.png') center no-repeat;
	left: auto;
	right: 50px;	
}

#galleryslideshow .slide-left, #galleryslideshow .slide-right {
	width: 14px;
	height: 17px;
	left: 10px;
	background: url('/images/xs_left.png') center no-repeat;
}

#galleryslideshow .slide-right {
	right: 10px;
	left: auto;
	background: url('/images/xs_right.png') center no-repeat;
}

.slideshow .close {
	width: 12px;
	height: 13px;
	background: url('/images/close.png') center no-repeat;
	top: -25px; 
	right: -20px;
	position: absolute;	
}

/* list elements */
.list-container {
}

.list-item {
	position: relative;
	margin-bottom: 10px;	
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	padding-left: 130px;
}

.list-item .image {
	position: absolute;	
	top: 4px; 
	left: 0px;
	width: 110px;
	height: 110px;
	overflow: hidden;
	background-size:contain; 
	background-repeat: no-repeat;
	background-position: center center;
}

.list-item h2 {
	font-size: 14px; 
	color: #1280c4; 
	font-family: 'robotobold';
	font-weight: normal;
	padding-bottom: 4px;
}

.list-item h2, .list-item .short-text {
	max-width: 80%;
	word-break:break-all;
}

.list-item .date {
	font-family: 'robotolight';
	font-size: 12px;
	color: #45636f;	
}

.list-item .link {
	font-size: 13px;
	color: #e84a27;
	transition: opacity 300ms linear;
	word-break:break-all;
}

.list-item .link:hover {
	opacity: 0.7;	
}

.list-item .pdf {
	position: absolute;
	right: 0;
	top: 4px;
	width: 98px;
	height: 24px;
	line-height: 24px;
	background-color: #CCCCCC;
	color: #666666;
	font-size: 10px;	
	text-align: center;
	border-radius: 2px;	
	text-transform: uppercase;
}

.list-item .pdf:hover{
	color: #CCCCCC;
	background-color: #666666;	
}

.pagination {
	float: right;
	width: 90px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	background: #1280c4;
	text-align: center;
	color: #FFFFFF;
}

.pagination a {
	color: #FFFFFF;
}

.pagination a:hover {
	opacity: 0.7;	
}

/* contacts */
.submit-button {
	float: right;
	display: block;
	width: 65px;
	height: 28px; line-height: 28px;
	background: #1280C4;
	border-radius: 4px;	
	color: #FFFFFF;
	text-align: center;
	font-family: 'robotolight';
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 12px;
}

/* FORMS */
#site .input-error {
	background: #C99;
}

#error-msg, #success-msg { 
	color: #FFF; 
	background: #C99; 
	width: 100%; padding: 5px 10px;  margin-top: 60px;
	display: none;
}

#success-msg { 
	background: #CAE6AE;
	color: #060;
}

div.form-label {
	padding: 18px 0px 8px 0px;
	text-transform: uppercase;
}

div.form-input input, div.form-input textarea {
	background: #FFFFFF; 
	border: none; 
	height: 28px; line-height: 28px; 
	width: 100%; 
	padding: 0px 5px; 
}

div.form-input textarea {
	height: 250px;  
}

#site div.form-input input:focus, #site div.form-input textarea:focus {
	background: #D5EDFB;
}


#map-canvas {
	width: 100%; 
	height: 340px;	
	margin-bottom: 30px;
}

#page-contacts .short-text p{
	font-family: 'robotolight';
	line-height: 1.5em;	
}



