/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html
{
  font-size:62.5%;
}
body
{
  font: 300 11px/1.4 'PT Sans', 'Myriad Pro', 'Segoe UI', Arial, sans-serif;
  color: #444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a
{
  color: #444;
  text-decoration: none;
}

a:hover
{
  color: #444;
  text-decoration: underline;
}

a:focus, a:hover, a:active
{
  outline: 0;
}

.post-content a
{
  color: #444 !important;
  text-decoration: none !important;
}

.post-content a:hover
{
  color: #444 !important;
}

.post-links
{
  background: #f2f2f2;
  margin-top: 35px;
  padding: 20px 30px;
}

.post-links h2
{
  font-size: 22px;
  text-indent: 45px;
  background-image: url('./img/links-bg.png');
  background-position: 0px 1px;
  background-repeat: no-repeat;
  margin: 5px 0 15px;
  padding: 15px 0 5px;
  border-bottom: 1px solid #45a4ce;
}

.post-links ol
{
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.post-links li
{
  float: left;
  width: 324px;
  text-overflow: ellipsis;
  margin: 0;
  padding: 5px 0;
  margin-right: 30px;
  border-bottom: 1px solid #d0d8db;
  overflow: hidden;
}

.post-links.full li
{
  width: 448px;
}

.post-links li:nth-child(2n)
{
  margin-right: 0;
}

.post-links li a
{
  color: #45a4ce;
  font-size: 14px;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.hidden{
	display: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
	border-top: 20px solid #b5191e;
}

.tag-title {
	background: #464646;
	margin: 10px;
	float: left;
	text-transform: uppercase;
	//display: table;
	//table-layout: fixed;
	overflow: hidden;
	width: 51px;
	text-align: center;
	height: 32px;
	font-size: 9px;
	line-height: 32px;
}

.tag-title a {
	text-decoration: none;
	font-weight: bold;
	/* line-height: 11px; */
	line-height: 100%;
    word-wrap: break-word;
    display: inline-block;
	/* display: table-cell; */
	vertical-align: middle;
}

/* wrapper */
.wrapper {
	width:1024px;
	margin:0 auto;
	position:relative;
	padding: 0 19px;
}
/* header */
.header {
	background: url('img/header_bg.png') center top no-repeat;
	padding: 35px 0px 28px;
	width: 994px;
	margin: 0 auto;
	position: relative;
}
.header span {
	font-size: 20px;
	margin-left: 25px;
	color: #b5191e;
}

.header span.no_translate {
	margin-right: 10px;
	position: absolute;
	right: 0;
	top: 5px;
}

.header span.no_translate a {
	margin-left: 5px;
	color: #f0f0f0;
	text-transform: uppercase;
}

.header span.no_translate a.tr_active {
	font-weight: bold;
	color: #b41412;
}

hr.hr-header {
	background-color: #b5191e;
	height: 2px;
	border: none;
	margin-left: 255px;
	margin-bottom: 0;
}
/* logo */
.logo {

}

.logo a:hover{
  text-decoration: none;
}

.logo-img {

}
/* nav */
.nav {
	margin-top: -2px;
	position: relative;
	pointer-events: none; 
}

.nav .slicknav_collapsed .slicknav_menutxt {
	background: url('img/menu_bg.png') no-repeat;
	border-bottom: 2px solid #1de9b6;
}
.nav .slicknav_open .slicknav_menutxt {
	position: absolute;
	top: 0;
}

.nav .slicknav_menutxt {
	z-index: 1;
	width: 238px;
	height: 56px;
	pointer-events: all;
	position: absolute;
	display: block;
	color: #FFF;
	font-size: 18px;
	line-height: 53px;
	text-indent: 15px;
	background: url('img/menu_open_btn.png') no-repeat;
}

.nav div.slicknav_menu {
	min-height: 56px;
	max-height: 277px;
}

.nav div.slicknav_nav {
	position: relative;
	pointer-events: all;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-image: url('img/menu_open_bg.png');
	background-repeat: no-repeat;
}

.nav .menu-column {
	float: left;
	margin-top: -13px;
	padding-top: 82px;
}

.extra-menu li a,
.slicknav_nav span.nav-title {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #000;
	display: block;
	width: 340px;
	margin-left: 15px;
}

.programa-menu,
.linha-menu {
	float: left;
}

.programa-menu ul,
.linhas-menu ul {
	list-style: none;
	width: 352px;
	margin: 10px 10px 0 0;
	float: left;
	padding: 0 0 10px 15px;
}

.extra-menu ul {
	list-style: none;
	width: 222px;
	padding-left: 0;
	margin-top: 0;
}

.extra-menu li a {
	width: 222px;
	margin-bottom: 20px;
}

.extra-menu ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.programa-menu ul li,
.linhas-menu ul li {
	padding-bottom: 8px;
}

.programa-menu ul li a,
.linhas-menu ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.programa-menu ul li a:hover,
.linhas-menu ul li a:hover {
  text-decoration: underline;
}

.bp-main-title a,
.pub-main-title a {
  color: #444;
  text-decoration: none;
}

a#bp-menu {
	position: absolute;
	top: 25px;
	right: 257px;
	width: 350px;
	text-align: left;
	display: block;
	font-size: 15px;
	color: #fff;
	padding-left: 41px;
	background: url('img/boas-praticas-title.png') left center no-repeat;
	background-size: 35px 17px;
}

ul.paises-participantes {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 222px;
	list-style: none;
	padding-left: 0;
}

ul.paises-participantes li {
	background: #dcdcdc;
	width: 100%;
	color: #969696;
	font-size: 14px;
	padding: 5px;
	padding-left: 10px;
}

ul.paises-participantes li p {
	display: inline-block;
	margin: 0 5px 0 -6px;
	padding: 0 5px 0 24px;
	background: url('img/paises.png') no-repeat left bottom;
}

ul.paises-participantes li span.paises-legenda {
	background: #ffffff;
	font-size: 10px;
	display: block;
	padding: 5px;
	padding-bottom: 3px;
	width: 222px;
}

ul.paises-participantes ul {
	list-style: none;
	padding-left: 0;
	padding-right: 13px;
	width: 222px;
	background: #dcdcdc;
	overflow-y: auto;
  overflow-x: hidden;
	max-height: 213px;
	margin-left: -10px;
}

ul.paises-participantes ul li {
	width: 100%;
	color: #969696;
	font-size: 14px;
}

ul.paises-participantes ul li a {
	position: relative;
	color: #505050;
	font-size: 12px;
	text-indent: 20px;
	margin-left: 20px;
}

ul.paises-participantes ul li a span {
	float: right;
	text-indent: 0;
}

ul.paises-participantes ul li a img {
	position: absolute;
	top: 0px;
	left: -20px;
}

ul.paises-participantes .slicknav_arrow {
	float: right;
	margin-top: 1px;
}

/* search */
.search-container {
	position: absolute;
	right: 8px;
	bottom: -56px;
}

.search-container input {
	border: none;
	width: 211px;
	padding: 5px;
	background: url(img/icon-busca.png) no-repeat 202px center;
	background-color: #dcdcdc;
}

.search-container button[type=submit] {
	display: none;
}

.pagination
{
  width: 740px;
  font-size: 14px;
  margin: 0 0 20px 247px;
}

.pagination .page-numbers
{
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #FFF;
  background-color: #B5191E;
  padding: 0;
  margin: 0 2px;
  border-radius: 12px;
  box-sizing: border-box;
}

.pagination .current
{
  color: #B5191E;
  background-color: #F0F0F0;
  border: 1px solid #B5191E;
}

.pagination .prev,
.pagination .next
{
  width: auto;
  background-color: transparent;
  color: #999;
}

.pagination .prev
{
  margin-right: 10px;
}

.pagination .next
{
  margin-left: 10px;
}

/* Destaques */

section#destaques {
	width: 750px;
	height: 330px;
	margin-top: 25px;
	float: left;
}

section#destaques article {
	height: 100%;
}

section#destaques article a.destaque-thumbnail
{
  display: block;
  width: auto;
  height: 245px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

section#destaques .destaque-thumbnail.no-thumb
{
  font-size: 30px;
  line-height: 26px;
  color: #FFF;
  background-color: #231F20;
  padding: 20px;
}

#destaques div.first.column {
	padding: 0 5px 0 0;
}

#destaques div.column {
	padding: 0 5px;
}

#destaques article div.resumo {
	height: 80px;
	width: 100%;
	margin-top: 4px;
	background-color: #ffca28;
}

#destaques article div.resumo span a {
	color: #ffca28;
}

#destaques article div.resumo p a
{
  display: block;
  font-size: 18px;
  color: #464646;
  padding: 15px 5px 5px 0;
  margin: 0;
}

#eventos
{
  position: relative;
  float: right;
  width: 221px;
  height: 337px;
  margin-top: 24px;
}

#eventos .tab
{
  float: left;
}

#eventos .tab label
{
  position: relative;
  background: rgba(240, 240, 240, 0.8); 
  padding: 10px 22px 21px; 
  cursor: pointer;
  left: 28px;
  top: 1px;
  margin-right: 18px;
}

#eventos .tab [type=radio]
{
  display: none;   
}

#eventos .content
{
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 48px;
  font-family: 'PT Sans', sans-serif !important;
  font-size: 14px !important;
  background: #f0f0f0; 
  padding: 13px 10px 0 10px;
  border-top: 1px solid #fff;
  overflow: auto;
  overflow-x: hidden;
}

#eventos .eventos-container{
  position: relative;
  width: 221px;
  height: 247px;
  overflow: hidden;
  display: block;
  background: url('img/side-eventos.png') no-repeat;
}

#eventos .widget-banners{
  height: 80px;
  background: #f4f4f4;
  margin-bottom: 11px;
}

.widget-banners a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

html:lang(es) .widget-banners .pt{
  display: none;
}
html:lang(es) .widget-banners .es{
  display: block;
}

html:lang(pt-BR) .widget-banners .pt{
  display: block;
}
html:lang(pt-BR) .widget-banners .es{
  display: none;
}

.tweet_data
{
  font-family: 'PT Sans', sans-serif !important;
  font-size: 14px !important;
}

.fetched_tweets > li,
li.tweets_avatar
{
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.wptt_TwitterTweets > h3,
.widget_delicious > h3
{
  display: none;
}

.widget_delicious .designed
{
  display: none !important;
}

.widget_googleplusactivity h3 {
    margin: 0;
    margin-bottom: 5px;
}

.widget_google_plus
{
  width: 219px;
  margin-left: -9px;
  box-shadow: none !important;
  background-color: #f0f0f0 !important;
  border: none !important;
}

.widget_google_plus .author-box,
.widget_google_plus .credit
{
  display: none;
}

#eventos .content .fbf_facebook_page_widget {
	padding-left: 0;
}

#eventos .content .delicious
{
  list-style: none;
  padding: 0;
  margin: 0;
}

#eventos .content .fbf_facebook_page_widget h4 {
	margin: 0;
}

#eventos input[type=radio]:checked ~ label {
	background: none;
	z-index: 2;
}

#eventos input[type=radio]:checked ~ label ~ .content {
	z-index: 1;
}

#mais-eventos
{
  position: absolute;
  display: block;
  width: 150px;
  height: 30px;
  bottom: 8px;
  right: 33px;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  text-indent: 15px;
  color: #fff;
  background: url('img/mais-eventos.png') no-repeat;
}

#eventos .content .delicious li,
#eventos article
{
  width: 190px;
  height: auto;
  padding: 0 0 0 5px;
  margin: 0 0 15px;
  box-sizing: border-box;
}

#eventos article span.event-hora,
#eventos article span.event-data,
#eventos .delicious-timestamp
{
  display: block;
  float: left;
  width: 40px;
  font-size: 10px;
  color: #828282;
  margin-top: 4px;
}

#eventos .delicious-timestamp
{
  width: auto;
  margin-right: 10px;
}

#eventos article .event-content
{
  width: auto;
}

#eventos article .event-content p,
#eventos .delicious-link
{
  font-size: 14px;
  font-weight: 600;
  color: #464646;
  margin: 0;
}

#eventos article .event-content p > a {
    width: 140px;
    float: right;
    display: inline-block;
}

#eventos article .event-content > span {
    color: #969696;
    font-size: 14px;
    width: 140px;
    float: right;
    display: inline-block;
}

article div.post-image
{
  width: 100%;
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

article div.post-content
{
  float: right;
  width: 75%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 60px;
}

article div.artigo-institucional
{
  width: 100%;
}

article div.post-content h1
{
  font-size: 36px;
  line-height: 42px;
  color: #464646;
  border-bottom: 1px solid #f58466;
  margin-top: 50px;
}

/* Contato */
.wpcf7-form {
	width: 727px;
	border-top: 1px solid #f58466;
}

.wpcf7-form p input[type="text"],
.wpcf7-form p input[type="tel"],
.wpcf7-form p input[type="email"],
.wpcf7-form p select
{
  width: 361px;
  height: 40px;
  line-height: 20px;
  color: #464646;
  background: #dcdcdc;
  padding: 10px;
  border: none;
}

.wpcf7-form p textarea
{
  width: 726px;
  color: #464646;
  background: #dcdcdc;
  padding: 10px;
  border: none;
}

.sidebar.contato input[type="submit"],
.wpcf7-form p input[type="submit"],
.wpcf7-form p input.submit
{
  background: url('img/form_enviar.jpg') no-repeat;
  border: none;
  float: right;
  width: 186px;
  height: 45px;
  margin-right: 2px;
  color: #fff;
  font-size: 20px;
}

.wpcf7-form .field-invalid
{
  border-bottom: 1px solid red !important;
  padding-bottom: 9px !important;
}

.wpcf7-response-output
{
  /*float: left !important;
  max-width: 500px !important;
  margin: 0 !important;*/
}

.mailchimp .message
{
  display: block;
  text-align: center;
  font-size: 14px;
  color: rgba(0,0,0,.75);
  background-color: #1DE9B6;
  margin: 10px 0;
  padding: 5px;
  border-radius: 3px;
}

.mce-success-response{
  display: block;
  text-align: center;
  font-size: 14px;
  color: rgba(0,0,0,.75);
  background-color: #1DE9B6;
  margin: 10px 0;
  padding: 5px;
  border-radius: 3px;
}

.mailchimp .message:empty
{
  display: none;
}

.mailchimp-fields
{
  display: none;
}

.mailchimp-fields .error
{
  color: #fff !important;
  background-color: #F58466 !important;
}

.sidebar.contato label
{
  float: left;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  clear: both;
}

.sidebar.contato select,
.sidebar.contato input[type="text"]
{
  float: right;
  width: 170px;
  background: #dcdcdc;
  border: none;
  padding: 5px 10px;
  color: #464646;
  box-sizing: border-box;
}

.sidebar.contato input[name="ns_widget_mailchimp_email"]
{
  width: 100%;
}

.sidebar.contato input[type="submit"]
{
  margin-top: 20px;
}

.sidebar.contato .social
{
  width: 183px;
  height: 53px;
  background-image: url('./img/contact_social.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 20px auto;
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,.15);
}

.sidebar.contato .social a
{
  display: inline-block;
  width: 32px;
  height: 33px;
  margin-right: 2px;
}

.sidebar.contato .social a:last-child
{
  margin-right: 0;
}

.mc_form_inside
{
  padding: 20px 0 0;
}

#mc_signup_submit
{
  display: block;
  float: none;
  width: 186px !important;
  margin: 0 auto;
}

/* sidebar */
.sidebar
{
  float: left;
  width: 215px;
  margin-top: 0;
}

h1#contato-title
{
  margin: 40px 0 0;
  font-size: 30px;
  padding: 0;
}

h1#contato-title span
{
  display: inline-block;
  width: 20%;
  margin-right: 43px;
}

.sidebar.contato
{
  float: left;
  width: 215px;
  margin-top: 0;
  border-top: 1px solid #f58466;
}

.sidebar .date
{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  line-height: 40px;
  color: #fff;
  background-color: #f58466;
  margin: 0 0 30px;
  padding-right: 15px;
}

/* Vídeos */
section#videos
{
  height: auto;
  width: 100%;
  margin-top: 25px;
}

section#videos .video-title {
	width: 370px;
	height: 52px;
	float: left;
	background-color: #ff5722;
	color: #464646;
	border-right: 2px solid #fff;
}

section#videos .video-title span a {
	color: #ff5722;
}

section#videos .video-gallery-container
{
  background: url('img/video-bg.jpg') center center no-repeat;
  margin-top: -5px;
  height: auto;
  padding-left: 7px;
  border-top: 5px solid #969696;
  border-bottom: 5px solid #969696;
}

section#videos .video-gallery,
section#videos .video-featured 
{
  display: inline-block;
}  

section#videos .video-featured 
{
  width: 340px;
}

section#videos .video-featured li
{
  list-style: none;
}

section#videos .video-gallery ul
section#videos .video-featured ul
{
  width: 100%;
}

section#videos .video-gallery li,
section#videos .video-featured li
{
  height: 240px;
  padding: 0;
  overflow: hidden;
  padding-top: 7px;
}

section#videos .video-featured li .thumb,
section#videos .video-gallery li .thumb 
{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0px 8px #000;
  margin: 4px auto;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}

section#videos .video-gallery li .thumb {
  background-size: 35px, 100%;
}

section#videos .video-featured li .thumb 
{
  width: 320px;
  height: 180px;
  background-size: 47px 45px, 100%;
}

section#videos .video-gallery li .thumb
{
	width: 180px;
	height: 135px;
}

section#videos .video-gallery li h2
{
  font-size: 16px;
  line-height: 18px;
}

section#videos .video-featured li h2 {
  width: 323px;
  margin: auto;
}

/* hack */
section#videos .bx-viewport li { 
	min-height: 1px; 
	min-width: 1px;
}

section#videos .video-gallery li div.date {
	display: block;
	font-size: 10px;
	width: 180px;
  margin: 11px auto 0;
  color: #777;
}

section#videos .video-gallery li h2,
section#videos .video-gallery li p {
  width: 180px;
  margin: 0 auto;
  box-sizing: border-box;
}

section#videos .bx-wrapper
{
  margin-right: 0 !important;
  display: inline-block;
}

/* Destaques */

section#noticias{
  margin-top: 25px;
}

section#noticias .noticias-content{
  border-top: 5px solid #969696;
  margin-top: -5px;
}

section#noticias .noticias-title {
  width: 370px;
  height: 52px;
  float: left;
  background-color: #ffca28;
  color: #464646;
  border-right: 2px solid #fff;
}

section#noticias .noticias-title span a {
  color: #ffca28;
}

section#noticias-large
{
  width: 750px;
  height: auto;
  margin-top: 25px;
  float: left;
}

section#noticias-large article
{
  float: left;
  width: 231px;
  height: 100%;
  margin-left: 2%;
}

section#noticias-large article:first-child {
	margin-left: 0;
}

section#noticias-large article a.destaque-thumbnail
{
  float: right;
  display: block;
  height: 115px;
  width: 160px;
  /*background-size: cover;*/
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

section#noticias-large .destaque-thumbnail.no-thumb
{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #231f20;
  padding: 20px;
}

#noticias-large article div.resumo
{
  float: left;
  display: block;
  width: 71px;
  height: 115px;
  background-color: #ffca28;
  padding: 0;
}

#noticias-large article div.news-info
{
  font-size: 14px;
}

#noticias-large article div.resumo span a {
	color: #ffca28;
}

#noticias-large article div.resumo p {
	color: #464646;
	padding: 10px 5px 5px 0;
	margin: 0;
	font-size: 18px;
}

#noticias-large article div.resumo p a {
	font-weight: bold;
	color: #fff;
}

#noticias-large article span.date {
  display: block;
  font-size: 10px;
  color: #999;
  margin: 5px 0 0;
}

#noticias-large article h2 {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}

#noticias-large article .news-info {
  margin: 0;
  display: none;
}

#noticias-large article .news-info a {
  color: #999;
  display: none;
}

#noticias-large article .news-info a span {
  color: #444;
}

.noticias-large-resumo {
	max-width: 220px;
	display: inline-block; /* Fallback for non-webkit */
	display: -webkit-inline-box;
	max-height: 28px; /* Fallback for non-webkit */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.noticias-large-resumo ~ a {
	display: inline-block;
	height: 24px;
	vertical-align: middle;
}

/* Notícias Small */

section#noticias-small
{
  width: 230px;
  float: right;
  min-height: 200px;
  margin-top: 25px;
}

#noticias-small article {
	width: 230px;
	min-height: 46px;
	margin-bottom: 6px;
}

#noticias-small article:last-child {
	margin-bottom: 0;
}

#noticias-small article .resumo > span {
	width: 16px;
	height: 10px;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	background-color: #ffca28;
}

#noticias-small article h2 {
	margin: 0;
	font-weight: 600;
	font-size: 12px;
}

#noticias-small article p {
	margin: 0;
}

#mais-noticias {
	display: block;
	background: url('img/mais-noticias.png') no-repeat;
	width: 150px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 15px;
	margin-top: 12px;
}

/* Archive */
.archive .left {
	width: 216px;
	float: left;
	border-top: 1px solid #f58466;
	height: 145px;
}

.archive .left .resumo
{
  background-color: #ffca28;
	margin-top: 25px;
	min-height: 36px;
}

.archive .left .resumo span:first-child
{
	background: #464646;
	display: table;
	margin: 6px;
	float: left;
	text-transform: uppercase;
	padding: 1px;
	width: 44px;
	text-align: center;
}

.archive .left .resumo span:first-child a
{
  	text-decoration: none;
	font-weight: bold;
	font-size: 8px;
	height: 22px;
	display: table-cell;
	vertical-align: middle;
}

.archive .left .resumo span a
{
  	color: #ffca28;
}

.archive .left span.date {
	color: #fff;
	font-weight: bold;
	text-align: right;
	line-height: 40px;
	padding-right: 15px;
	font-size: 14px;
	float: right;
}

.archive .right {
  float: right;
  width: 730px;
  height: 145px;
  font-size: 12px;
  color: #969696;
  border-top: 1px solid #f58466;
}

.archive .right h2
{
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #464646;
  margin-top: 25px;
}

.archive .right h2 a
{
  color: #464646;
}

.archive .right a
{
  color: #969696;
}

.archive .right a span
{
  color: #464646;
}

/* EVENTOS */
.archive .left .eventos span.date{
	/* float: none; */
}

.archive .left .eventos span.date.multi{
	/* line-height: 14px; */	
}

/* Cores */

#noticias-small article span.convoc,
#noticias-small article span.premios,
#noticias-small article span.editais,
div.resumo.convoc,
div.resumo.premios,
div.resumo.editais { background-color: #4fc3f7; }
.resumo.convoc span a,
.resumo.premios span a,
.resumo.editais span a { color: #4fc3f7; }

#noticias-small article span.museus,
#noticias-small article span.educ,
div.resumo.museus,
div.resumo.educ,
div.resumo.noticias { background-color: #ffca28; }
.resumo.museus span a,
.resumo.educ span a,
.resumo.noticias span a { color: #ffca28; }

#noticias-small article span.p-museo,
div.resumo.p-museo,
div.resumo.institucional { background-color: #90a4ae; }
.resumo.p-museo span a,
.resumo.institucional span a { color: #90a4ae; }

#noticias-small article span.eventos,
div.resumo.eventos { background-color: #1de9b6; }
.resumo.eventos span a { color: #1de9b6; }

#noticias-small article span.encontros-ibero-americanos-de-museus, div.resumo.encontros-ibero-americanos-de-museus { background-color: #ff9800; }
.resumo.encontros-ibero-americanos-de-museus span a { color: #ff9800; }

#noticias-small article span.public,
#noticias-small article span.artigos,
#noticias-small article span.ensaios,
#noticias-small article span.declar,
div.resumo.public,
div.resumo.artigos,
div.resumo.ensaios,
div.resumo.declar { background-color: #8c9eff; }
.resumo.public span a,
.resumo.artigos span a,
.resumo.ensaios span a,
.resumo.declar span a { color: #8c9eff; }

#noticias-small article span.eim,
#noticias-small article span.edm,
div.resumo.edm,
div.resumo.eim { background-color: #ff9800; }
.resumo.edm span a,
.resumo.eim span a { color: #ff9800; }

#noticias-small article span.cc,
#noticias-small article span.coop-cultural,
div.resumo.cc,
div.resumo.coop-cultural {	background-color: #42bd41; }
.resumo.cc span a,
.resumo.coop-cultural span a { color: #42bd41; }

#noticias-small article span.f-c,
div.resumo.f-c { background-color: #e040fb; }
.resumo.f-c span a { color: #e040fb; }

#noticias-small article span.decada,
div.resumo.decada { background-color: #ffff00; }
.resumo.decada span a { color: #ffff00; }

#noticias-small article span.audios,
#noticias-small article span.videos,
div.resumo.audios,
div.resumo.videos {	background-color: #ff5722; }
.resumo.audios span a,
.resumo.videos span a { color: #ff5722; }

.resumo a.view-article {
  display: none;
}

/* footer */
footer
{
  position: relative;
  height: 220px;
  background: url('img/footer-bg.png') center bottom no-repeat;
  border-top: 1px solid #b5191e;
  margin-top: 10px;
  padding-top: 25px;
}

footer .footer-titulo
{
  font-size: 13px;
  font-weight: bold;
  color: #464646;
  margin: 0;
}

footer .footer-endereco
{
  position: absolute;
  left: 0;
  bottom: 105px;
  font-size: 11px;
  color: #969696;
}

footer .footer-endereco p
{
  margin: 0;
}

#footer-social
{
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#footer-social ul
{
  margin: 0;
  padding: 0;
}

#footer-social li
{
  float: left;
  list-style: none;
  margin-right: 4px;
}

#footer-link
{
  position: absolute;
  left: 0;
  bottom: 65px;
  display: block;
  width: 180px;
  height: 30px;
  font-size: 16px;
  line-height: 33px;
  text-indent: 11px;
  text-transform: uppercase;
  color: #fff;
  background: url('img/contato.png') no-repeat;
}

footer .marcas
{
  position: absolute;
  right: 0;
  bottom: 95px;
}

/*footer .marcas div
{
  float: right;
  margin-left: 10px;
}*/

footer .marcas > div
{
	display: inline-block;
	align: right;
}

footer .marcas div.secretaria {
	margin-top: 15px;
}

footer .marcas div.oei {
	margin-top: 6px;
}

footer .marcas div.ibram2 {
	margin-top: 23px;
}

footer .marcas div.ibram {
	margin-top: 23px;
}

footer .marcas div.brasil {
	margin-top: 24px;
}

footer .marcas img{
	height: 55px;
}

#footer-paises-participantes {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 61px;
}

#footer-paises-participantes .slicknav_btn {
	display: none;
}

#footer-paises-participantes ul.paises-participantes {
	right: 13px;
	bottom: 0;
	top: auto;
	margin: 11px 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.post-type-archive-boas-praticas h1,
.publicacoes-ibermuseus h1 
{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 0; 
	line-height: 36px;
}

.post-type-archive-boas-praticas h1 {
  background: url('img/boas-praticas-title.png') left center no-repeat;
  text-indent: 80px;
}

.post-type-archive-boas-praticas a.bp-random {
	display: block;
	width: 100%;
	height: 350px;
}

.post-type-archive-boas-praticas #busca-bp {
	background: #b5191e;
	width: 100%;
	height: 70px;
}

.post-type-archive-boas-praticas #busca-bp select {
	background: url(img/seta-baixo.png) no-repeat 201px center;
}

.post-type-archive-boas-praticas #busca-bp select,
.post-type-archive-boas-praticas #busca-bp input {
	width: 220px;
	margin-left: 20px;
	margin-top: 23px;
	padding: 6px;
	float: left;
	background-color: #dcdcdc;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.post-type-archive-boas-praticas article,
.publicacoes-ibermuseus article
{
  /*float: left;*/
  display: inline-block;
  width: 306px;
  min-height: 350px;
  padding: 0;
  margin: 12px 15px;
  overflow: hidden;
}

.publicacoes-ibermuseus article{
  min-height: 290px;
}
/*
article.boas-praticas:before,
article.boas-praticas:after {
    content:' ';
    display:table;
}

article.boas-praticas:after {
    clear:both;
}
article.boas-praticas {
    *zoom:1;
}*/

.post-type-archive-boas-praticas article:nth-of-type(3n + 1),
.publicacoes-ibermuseus article:nth-of-type(3n + 1){
  margin-left: 0;
}

.post-type-archive-boas-praticas article:nth-of-type(3n),
.publicacoes-ibermuseus article:nth-of-type(3n){
  margin-right: 0;
}
/*
.post-type-archive-boas-praticas article.third-column,
.publicacoes-ibermuseus article.third-column
{
  margin-right: 0;
}
*/
.post-type-archive-boas-praticas .bp-thumb,
.publicacoes-ibermuseus .pub-thumb
{
  display: inline-block;
  width: 306px;
  height: 214px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.post-type-archive-boas-praticas .bp-thumb.no-thumb,
.publicacoes-ibermuseus .pub-thumb.no-thumb
{
    border: 1px solid #b5191e;
}

.bp-excerpt span,
.pub-excerpt span
{
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.pub-excerpt h2
{
  margin: 5px 0;
}

article.boas-praticas div.bp-content,
article.boas-praticas div.bp-ficha {
	border-top: 1px solid #fcdad1;
	padding-top: 15px; 
	margin-top: 10px;
}

article.boas-praticas div.bp-data p,
article.boas-praticas div.bp-ficha p {
	width: 50%;
	float: left;
	margin: 0;
}

article.boas-praticas div.bp-data p span.title,
article.boas-praticas div.bp-ficha p span.title
{
  font-size: 16px;
  font-weight: bold;
}

/* Evento */

.header_image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	height: 277px;
}

/* 						*\
	DOWNLOAD SECTION
\*						*/
#downloads
{
  margin-bottom: 40px;
}

.download-section
{
  width: 100%;
  background: #f2f2f2;
  margin: 35px 0 0;
  padding: 20px 30px;
  box-sizing: border-box;
}

.download-section h2
{
  font-size: 30px;
  font-weight: normal;
  text-indent: 45px;
  line-height: 30px;
  color: #464646;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 0 30px;
  padding: 8px 0 2px;
  border-bottom: 1px solid #999;
}

.download-section ol
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}

.download-section li
{
  float: left;
  width: 448px;
  font-weight: normal;
  padding: 0 0 5px;
  margin: 5px 0 0;
  margin-right: 30px;
  border-bottom: 1px solid #d0d8db;
  box-sizing: border-box;
}

.download-section li:nth-child(2n)
{
  margin-right: 0;
}

.download-section li.no-border
{
  border: none;
}

.download-section li:before
{
  content: counter(item) ".";
  font-weight: bold;
  color: #464646;
  margin-right: 3px; 
  counter-increment: item;
}

.download-section li a
{
  font-size: 13px;
}

.download-section .download-button
{
  display: none;
  float: right;
}

.download-section-row
{
  display: table;
  width: 100%;
  margin: 35px 0 0;
}

.download-section-row .download-section
{
  display: table-cell;
  width: 478px;
  box-sizing: border-box;
}

.download-section-row .space
{
  display: table-cell;
  width: 30px;
}

.download-section-row .download-section li
{
  width: 412px;
  margin-right: 0;
}

.download-section-row .download-section.layout-year-book li
{
  width: 186px;
  margin-right: 40px;
}

.download-section-row .download-section.layout-year-book li:nth-child(2n)
{
  margin-right: 0;
}

.layout-year-book h3
{
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #464646;
  padding: 30px 0 0;
  margin: 30px 0;
  border-top: 1px solid #999;
}

.layout-year-book h3:first-of-type
{
  border: none;
  padding-top: 0;
}

.layout-download li
{
  width: 100%;
  margin-right: 0;
}

.layout-download li:before
{
  display: none;
}

.layout-download li:last-child
{
  border: none;
}

.layout-download li > span
{
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}

.layout-download .download-link
{
  display: none;
}

.layout-download .download-button
{
  display: block;
  width: 226px;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  text-indent: 25px;
  line-height: 45px;
  color: #fff;
  background: url('./img/download-btn.png') no-repeat center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/

.results {
	width: 100%;
}

.single-page-title {
	margin: 40px 0 0;
	font-size: 30px;
	padding: 0;
}

.search-result-title {
	font-size: 18px;
	font-weight: 600;
}

.search-excerpt {
	max-width: 96%;
	display: inline-block; /* Fallback for non-webkit */
	display: -webkit-inline-box;
	max-height: 43px; /* Fallback for non-webkit */
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-excerpt ~ a {
	display: inline-block;
	height: 24px;
	vertical-align: middle;
}

.sidebar.busca {
	margin-top: 0;
	width: 20%;
}

.sidebar.busca .resumo {
	height: 46px;
	margin-top: 13px;
}

.sidebar.busca .resumo a {
  color: #FFF;
}

.sidebar.busca .resumo .date {
	line-height: 50px;
}

.sidebar.busca .date {
	line-height: 50px;
	margin-top: 0;
	background-color: transparent;
	color: inherit;
	line-height: 63px;
}

.sidebar.busca .tag-title {
	width: 48px;
	height: 26px;
	font-size: 8px;
}

.results article > .resumo {
	width: 75%;
	float: right;
	border-top: 1px solid #f58466;
}

/*------------------------------------*\
	SHARE
\*------------------------------------*/
.botao-compartilhar
{
  display: block !important;
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid #f58466;
}

.botao-compartilhar a
{
  display: block;
  width: 215px !important;
  height: 45px !important;
  font-family: 'Myriad Pro Semibold', 'Myriad Pro', 'Myriad','Segoe UI', sans-serif;
  font-weight: bold;
  font-size: 14px !important;
  color: #FFF;
  line-height: 45px !important;
  text-transform: uppercase;
  background-image: url('img/share/share-icone-mais.png'), url('img/share/share-botao.png');
  background-position: 95% center, center 0px;
  background-repeat: no-repeat, repeat-x;
  padding: 0 0 0 20px !important;
  box-sizing: border-box;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* EXTRAS */

.midia-fotos,
.midia-videos
{
  position: relative;
  width: 215px;
  height: 155px;
  background-color: #000;
  margin: 0 0 20px;
  overflow: hidden;
}

.photo-thumb,
.video-thumb
{
  position: absolute;
  left: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.midia-faixa
{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center 5%, center 95%;
  z-index: 9;
}

.midia-fotos .midia-faixa
{
  background-color: #10c295;
  background-image: url('./img/etiqueta-fotos.png'), url('./img/icone-fotos.png');
}

.midia-videos .midia-faixa
{
  background-color: #ff5722;
  background-image: url('./img/etiqueta-videos.png'), url('./img/icone-video.png');
}

.midia-videos
{
  /* margin: 0; */
}

div.loading-info
{
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 10px;
}