/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

* {
    box-sizing: border-box;
}

html {
    background: #fff;
    color: #000;
}


body {
    font-family: Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 87.5%;
}


pre,
code,
tt,
samp,
kbd,
var {
    font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

.ui-datepicker {
    width: 252px !important;
}

/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Logo
 */
#logo {
    padding: 10px 0;
}

#logo img {
    vertical-align: bottom;
}

/*
 * Site name (h1)
 */
#site-name {
    margin: 0;
}

#site-name a:link,
#site-name a:visited {
    text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
    text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
    margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * The main page title (h1)
 */
#page-title {
    margin: 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
    display: inline;
    float: none;
    margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
    display: inline;
    margin: 0;
}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
    margin: 0;
    padding: 0;
}

ul.links.inline {
    display: block;
}

ul.links li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
    margin: 0;
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
    outline: none !important;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

#block-system-main-menu ul.menu li.menu-depth-1 > .nolink {
    cursor: pointer;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
    clear: both;
}
#block-views-pesquisadores-block a,.node-title a{
    color: #5a5a5a !important;
}
.page-node-101 #page-title{
    border-bottom: 5px solid #ccc;
    margin: 0 0 15px !important;
    padding-bottom: 15px;
}
.page-taxonomy #page-title{
    margin: 0 0 5px !important;
}
.page-taxonomy .taxonomy-term-description{
    border-bottom: 5px solid #ccc;
    margin: 0 0 15px !important;
    padding-bottom: 5px;
    text-align: justify;
}
.node-title a {
    font-size: 17px;
}
.page-taxonomy .links a{
    color:#058ed0;
}
#block-views-pesquisadores-block a {
    color: #5a5a5a;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
}
.nav ul,
.nav ul.menu {
    margin: 0;
    padding: 0;
}

.nav li,
.nav ul.menu li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li a,
.nav ul.menu li a {
    display: block;
}

.nav .block {
    margin-bottom: 0;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
    padding-left: 15px;
}

ul.menu ul {
    padding-left: 15px;
}

ul.menu li {
    margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
    padding: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
    margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
    font-size: 1em;
    display: inline;
    padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
    content: ":";
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
    display: inline;
}

#breadcrumb li {
    list-style: none;
    display: inline;
}

/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
    left: 50%;
    margin-left: -6.5em;
    margin-top: 0;
    padding: 0 0.5em;
    position: absolute;
    width: 12em;
    z-index: 50;
}

#skip-link a {
    background: #444;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
    outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
    margin-bottom: 15px;
}

ul.primary {
    border-bottom-color: #ccc;
    margin: 20px 0;
    padding: 0 0 0 5px;
}

ul.primary li {
    display: block;
    float: left;
    margin: 0 1px -1px;
}

ul.primary li a {
    background-color: #f5f5f5;
    border-color: #ccc;
    margin-right: 1px;
    padding: 0 10px;
    display: block;
    float: left;
    height: 1.5em;
    line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
    background-color: #eee;
    border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
    background-color: #fff;
    border-bottom-color: #fff;
}

ul.secondary {
    border-bottom: 1px solid #ccc;
    margin: 1em 0 0;
    padding: 0 .3em 1em;
}

ul.secondary li {
    border-right: 0;
    list-style: none;
    padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
    border-bottom: none;
    text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
    margin: 20px 0 0;
    list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
    font-size: 1em;
    font-weight: 700;
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
    /* The same bottom margin as p, blockquote, ul, ol and dl */
    margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
    margin: 0;
    padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
    margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
    margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
    margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {}

/*
 * Block title
 */
.block-title {
    margin: 0;
}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
    padding: 0 0 0 15px;
}

.block-content li {
    margin: 0;
    padding: 0;
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
    margin-bottom: 20px;
}

.node .node-title {
    margin: 0;
}

/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
    margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
    margin: 0;
}

#comments h2.comment-form {
    margin: 0;
}

.node-post .comment {
    background-color: #F5F5F5;
    border-top: 1px solid #5F5F5F;
    padding: 20px;
}

.node-post #comments a {
    color: #2F2F2F;
}

.node-post .comment-title {
    font-size: 14px;
}

.node-post #comments .field-name-post-date {
    font-size: 10px;
}

.node-post #comments .field-name-comment-body {
    margin-top: 20px;
}

#comment-form #edit-submit {
    background-color: #4195d3;
    border: none;
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
}

/*
 * Wrapper for a single comment
 */
.comment {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
    margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
    color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
    margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

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

.form-item label {
    font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
    color: #c00;
}

.form-item .description {
    font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
    display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
    border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
    margin: 0;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
    margin-bottom: 10px;
    margin-top: 10px;
}

div.messages ul {
    margin-top: 0;
    margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
    color: pink;
    color: rgba(239, 170, 170, 0.4);
    font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
    font-size: 75px;
    font-weight: bold;
    height: 0;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
    position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
    padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
    margin: 0;
}

.db-offline {}

.db-offline .container {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 960px;
}

.db-offline div.messages {
    margin: 20px 0 0;
}

.db-offline #content {
    padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
    margin: 0;
    padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
    background: #eee;
    padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
    padding: 0 10px;
}

#styleguide-header .item-list {
    font-family: inherit;
    margin: 0 20px 20px 0;
    min-height: 260px;
    width: auto;
}

/* =============================================================================
 *   Custom
 * ========================================================================== */

/* Geral */

header#header {
    padding-top: 20px;
}

.view-content .item-list li {
    list-style: none;
    margin: 0;
}

.views-submit-button {
    text-align: right;
}

#search-toggle {
    right: 0;
}

#menu-toggle {
    left: 0;
}

#search-toggle,
#menu-toggle {
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 9999;
}

#menu-toggle a {
    display: block;
    height: 100%;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

#search-toggle a.active,
#menu-toggle a.active {
    background-color: #196AA2;
}

#menu-toggle a.active span {
    background-color: #FFF;
}

#menu-toggle .strip {
    background-color: #003E7E;
    border-radius: 5px;
    display: block;
    height: 4px;
    width: 25px;
}

#menu-toggle .strip.mid {
    margin: 3px 0;
}

#search-toggle a {
    display: block;
    height: 100%;
    padding-right: 20px;
    padding-top: 20px;
    width: 100%;
}

#search-toggle a span {
    background: url(images/search-icon.png) no-repeat 0 0 transparent;
    display: block;
    float: right;
    height: 19px;
    width: 17px;
}

#search-toggle a.active span {
    background: url(images/search-icon-active.png) no-repeat 0 0 transparent;
}

#edit-sort-bef-combine-wrapper label {
    float: left;
    line-height: 41px;
    margin-right: 10px;
}

.owl-controls {
    right: 0;
    position: absolute;
    top: -5px;
}

.owl-prev,
.owl-next {
    background: url(images/owl-navigation.png) no-repeat 0 0 transparent !important;
    border-radius: 0 !important;
    height: 29px !important;
    margin: 0 2px !important;
    opacity: 1 !important;
    width: 31px !important;
}

.owl-next {
    background-position: -34px 0 !important;
}

/* Home */

/* Share icons */

.field-name-link-rss a.feed-rss,
.views-field-sharethis a.feed-rss,
.views-field-sharethis div.sharethis-wrapper > span,
.sharethis-buttons div > span {
    background: url(images/share-icons.png) no-repeat 0 0 transparent;
    border-right: 1px solid #D9D9D9;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 40px;
}

.views-field-sharethis div.sharethis-wrapper > span.st_facebook_custom,
.sharethis-buttons div > span.st_facebook_custom {
    background-position: -41px 0;
}

.views-field-sharethis div.sharethis-wrapper > span.st_twitter_custom,
.sharethis-buttons div > span.st_twitter_custom {
    background-position: -85px 0;
}

.views-field-sharethis div.sharethis-wrapper > span.st_linkedin_custom,
.sharethis-buttons div > span.st_linkedin_custom {
    background-position: -173px 0;
}

.views-field-sharethis div.sharethis-wrapper > span.st_print_custom,
.sharethis-buttons div > span.st_print_custom {
    background-position: -265px 0;
}

.field-name-link-rss a.feed-rss,
.views-field-sharethis a.feed-rss {
    background-position: -215px 0;
    border-right: none;
}

.views-field-sharethis {
    overflow: hidden;
}

.views-field-sharethis .sharethis-wrapper {
    float: left;
}

/* Edit link */

.view .view-content li {
    position: relative;
}

.views-field-edit-node a {
    background: url(images/edit.png) no-repeat scroll 5px center #FFFFFF;
    box-shadow: 0 0 2px #000000;
    color: #333333 !important;
    display: none;
    font-size: 10px !important;
    font-weight: bold;
    padding: 3px 8px 3px 25px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s;
    z-index: 99;
}

.views-field-edit-node a:hover {
    background: url(images/edit-hover.png) no-repeat scroll 5px center #023A78;
    box-shadow: 0 0 2px #000000;
    color: #FFF !important;
}

.view-content .item-list li:hover .views-field-edit-node a {
    display: block;
}

/* Fim Edit link */

.pager-current {
    background-color: #D9D9D9;
    color: #FFF !important;
}

ul.pager li {
    padding: 2px 5px !important;
}

ul.pager li a {
    color: #2F2F2F;
}

/* Home */

#block-block-4 {
    margin-top: 11px;
}
#block-views-posts-block-2 {
    text-align: justify;
}

#block-views-posts-block-2 .view-content li.views-row {
    border-bottom: 3px solid #D9D9D9;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

#block-views-posts-block-2 .view-content li.views-row-last {
    border: none;
}

#block-views-posts-block-2 .views-field-sharethis,
#block-views-posts-block-2 .views-field-field-post-autores,
#block-views-posts-block-2 .views-field-field-post-tema {
    margin-bottom: 20px;
}

#block-views-posts-block-2 .views-field-field-post-tema a {
    color: #5A5A5A;
}

#block-views-posts-block-2 .views-field-title a {
    color: #595959;
    font-size: 22px;
}

#block-views-posts-block-2 .views-field-field-post-data,
#block-views-posts-block-2 .views-field-field-post-autores {
    display: inline-block;
}

#block-views-posts-block-2 .views-field-field-post-data,
#block-views-posts-block-2 .views-field-field-post-autores a {
    color: #3F95D1;
}

#block-views-posts-block-5 {
    margin: 10px 0 20px;
}
#block-views-posts-block-2 .views-field-field-post-imagem {
    float: left;
    margin-right: 25px;
}
#block-views-posts-block-2 .views-field-comments-link {
    float: left;
}

#block-views-posts-block-2 .views-field-comments-link a {
    color: #595959;
    font-size: 10px;
    font-weight: bold;
}
#block-views-posts-block-2 .views-field.views-field-path {
    overflow: hidden;
}
.vermais > a {
    color: #0b91ea;
}

#content-wrapper {
    margin-top: 40px;
}
#block-views-autores-blocks-block-2 .more-link a{
    border: 1px solid #D9D9D9;
    color: #595959;
    font-size: 10px;
    padding: 5px 10px;
    text-decoration: none;
}

#block-views-posts-block-2 .views-field-body {
    overflow: hidden;
    clear: right;
}

#block-views-posts-block-2 .views-field-nothing-1 {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 3px 10px;
    margin: 15px 0;
}
#block-views-posts-block-3 .block-title,
#block-views-posts-block-5 .block-title,
#block-block-5 .block-title,
#block-views-destaque-lateral-block .views-field-title{
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    padding: 10px 15px;
}

#block-block-5 {
    padding-bottom: 0;
}
#block-views-posts-block-3 .view-content ul {
    margin: 0;
    padding: 0;
}

#block-views-posts-block-3 .view-content li.views-row{
    border-bottom: 1px dotted #ccc;
    margin: 6px 0;
    padding: 8px 0;
}
#block-views-posts-block-5 .views-summary li {
    border-bottom: 1px dotted #ccc;
    margin: 2px 0;
    padding: 3px 0;
}

#block-views-posts-block-5 .views-summary a,
#block-views-destaque-lateral-block .views-field-field-destaque-lateral-corpo a{
    color: #595959;
    font-size: 12px; 
}
#block-views-posts-block-3 .view-content li.views-row a {
    color: #595959;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
#block-views-destaque-lateral-block .views-field-field-destaque-lateral-corpo a{
    text-decoration: none;
}
#block-views-posts-block-2 .pager-previous{
    float:right;
}
#block-views-posts-block-2 .pager-current{
    display: none;
}
#block-views-posts-block-2 .pager-next{
    float:left;
}
#block-views-posts-block-2 .pager{
    overflow: hidden;
}
#block-views-posts-block-3 .views-field-field-post-data {
    font-size: 13px;
}

#block-views-destaque-lateral-block .views-field-field-destaque-lateral-imagem {
    float: left;
    margin-right: 15px;
}

#block-views-destaque-lateral-block ul {
    margin: 0;
    padding: 0;
}

.view-posts.view-display-id-block_3 .views-field-body p {
    font-size: 11px;
    margin-bottom: 5px;
}

.view-posts.view-display-id-block_3 .views-field-body a.views-more-link {
    color: #0b91ea !important;
    font-size: 14px;
}

/* Posts */

.node-post .field-name-title h2 {
    color: #2F2F2F;
    margin-bottom: 0;
}

.node-post .field-name-field-post-data,
.node-post .field-name-field-post-autores,
.node-post .field-name-field-post-autores a{
    color: #908f8f;
    float: left;
    font-size: 10px;
    margin-right: 5px;
}
.node-post .field-name-field-post-autores a{
    color:#058ed0 !important;
}
.node-post .field-name-field-post-autores ul,
.node-post .field-name-field-post-autores ul li{
    list-style: none;
    padding:0;
    margin: 0;
}
.field-name-bloco-autor-do-post {
    background-color: #F3F3F3;
    color: #2F2F2F;
    font-size: 10px;
    margin-bottom: 25px;
    padding: 10px;
}

.field-name-bloco-autor-do-post .view-header {
    margin-bottom: 10px;
}

#block-views-posts-block-1 .item-list > ul,
.field-name-bloco-autor-do-post .item-list > ul {
    margin: 0;
    overflow: hidden;
}

.field-name-bloco-autor-do-post .item-list > ul li {
    float: left;
}

.field-name-bloco-autor-do-post .views-field-field-pessoa-foto {
    float: left;
    line-height: 0;
    margin-right: 10px;
}

.field-name-bloco-autor-do-post .views-field-title .titulo {
    font-weight: bold;
}

.field-name-link-rss,
.node-post .sharethis-buttons {
    float: right;
    overflow: hidden;
    padding: 20px 0 15px;
}

.node-post .field-name-body {
    clear: both;
}

#block-views-posts-block-1 {
    border-top: 3px solid #D9D9D9;
    margin-bottom: 50px;
    padding-top: 10px;
}

#block-views-posts-block-1 .block-title {
    font-size: 16px;
    font-weight: normal;
}

#block-views-posts-block-1 .view .item-list li.views-row-last {
    margin: 0;
}

#block-views-posts-block-1 .view .views-field-field-post-data {
    background-color: #FFF;
    color: #2F2F2F;
    font-size: 10px;
    padding: 3px 5px;
    position: absolute;
    text-transform: capitalize;
}

#block-views-posts-block-1 .view .views-field-title {
    padding: 10px 20px;
}

#block-views-posts-block-1 .view .views-field-title a {
    color: #2F2F2F;
    font-weight: bold;
}

/* Fale Conosco */

#node-12 .field-name-body .field-items {
    background: url(images/fale-conosco-icon.png) no-repeat 0 20px transparent;
    padding: 20px 0 20px 45px;
}

#node-12 .field-name-body .field-items p {
    margin: 0;
}

#node-12 .field-name-body a {
    color: #2F2F2F;
}

/* Footer */

#tertiary-content-wrapper {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    margin-top: 50px;
}

.redes-footer > ul {
    display: table;
    margin: 0 auto;
    padding: 15px 0 10px;
}

.redes-footer ul li {
    display: table-cell;
    float: left;
    list-style: none;
}

.redes-footer ul li.last {
    border: none;
}

.redes-footer ul li a {
    display: block;
    padding: 0 5px;
    text-align: center;
}

#block-block-2 {
    color: #444444;
    font-size: 12px;
    margin-top: 20px;
    text-align: left;
}

#block-block-2 div {
    margin-bottom: 10px;
}

#block-block-2 .block-content a {
    background: url(images/menu-arrow.png) no-repeat 0 center transparent;
    color: #2E2E2E;
    margin-right: 20px;
    padding-left: 20px;
}

/* Autor */

.node-type-autor .ds-2col > .group-left {
    border-top: 3px solid #D9D9D9;
    padding-top: 20px;
}

.node-type-autor .ds-2col > .group-right {
    background-color: #F3F3F3;
    padding: 25px;
}

.node-type-autor .ds-2col > .group-right fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.node-type-autor .ds-2col > .group-right fieldset legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.node-type-autor .ds-2col > .group-right fieldset .field {
    border-bottom: 1px solid #E6E5E5;
    padding: 10px 0 10px 30px;
}

.node-type-autor .ds-2col > .group-right fieldset .field,
.node-type-autor .ds-2col > .group-right fieldset .field a {
    color: #2F2F2F;
}

.node-type-autor .ds-2col > .group-right fieldset .field-name-field-pessoa-email {
    background: url(images/email-icon.png) no-repeat left center transparent;
}

.node-type-autor .ds-2col > .group-right fieldset .field-name-field-pessoa-telefone {
    background: url(images/phone-icon.png) no-repeat left center transparent; 
}

.node-type-autor .ds-2col > .group-right fieldset .field-name-field-pessoa-twitter {
    background: url(images/twitter-icon.png) no-repeat left center transparent; 
}

.node-type-autor .ds-2col > .group-right fieldset .field-name-field-pessoa-lattes {
    background: url(images/curriculo-icon.png) no-repeat left center transparent; 
}

.node-type-autor .field-name-field-pessoa-foto {
    float: left;
    margin-right: 25px;
    width: 220px;
}

.node-type-autor .field-name-field-pessoa-titulacao,
.node-type-autor .field.field-name-title,
.node-type-autor .field-name-body,
.node-type-autor .field-name-field-pessoa-area {
    float: right;
}

.node-type-autor .field-name-field-pessoa-area,
.node-type-autor .field-name-field-pessoa-titulacao {
    margin-bottom: 1.5em;
}

.node-type-autor .field.field-name-title h2 {
    font-size: 16px;
    margin-top: 0;
}

.node-type-autor .field-name-field-pessoa-area h2.field-label {
    margin: 0;
}

.page-autores .view-autores.view-display-id-page {
    margin-bottom: 30px;
}

.page-autores .view-content ul {
    overflow: hidden;
}

.page-autores .view-autores .view-content li {
    border-bottom: 1px solid #DBDBDB;
    float: left;
    margin-bottom: 40px;
    margin-right: 2%;
}

.page-autores .view-content li .views-field-field-pessoa-foto {
    float: left;
    margin-right: 15px;
}

.page-autores .view-content li .views-field-title a {
    color: #5A5A5A;
    font-size: 14px;
}

.page-autores .view-content li .views-field-field-pessoa-titulacao,
.page-autores .view-content li .views-field-field-pessoa-twitter,
.page-autores .view-content li .views-field-field-pessoa-area {
    font-size: 11px;
}

.page-autores .view-content li .views-field-title,
.page-autores .view-content li .views-field-field-pessoa-titulacao,
.page-autores .view-content li .views-field-field-pessoa-area,
.page-autores .view-content li .views-field-field-pessoa-twitter {
    clear: right;
    float: right;
    margin-bottom: 5px;
}

.page-autores .view-content li .views-field-field-pessoa-twitter {
    background: url(images/twitter-color.png) no-repeat 0 center transparent;
    padding-left: 15px;
}

.page-autores .view-content li .views-field-field-pessoa-twitter a {
    color: #3E95D1;
}

.page-autores .view-autores .view-filters {
    border-bottom: 3px solid #dbdbdb;
    border-top: 3px solid #dbdbdb;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.page-autores .view-autores .view-filters #edit-sort-bef-combine-wrapper {
    bottom: -100px;
    position: absolute;
}

.page-autores .view-autores .view-content {
    margin-top: 125px;
}

.views-exposed-form .views-exposed-widget {
    padding-top: 0;
}

.node-webform label,
.views-exposed-form .views-exposed-widget label {
    font-size: 10px;
}

.node-webform .form-submit,
.views-exposed-form .views-exposed-widget.views-submit-button .form-submit {
    background-color: #4195D3;
    border: none;
    color: #FFF;
    margin-top: 0;
    padding: 6px 15px;
}

.views-exposed-form .views-exposed-widget.views-submit-button {
    padding-top: 20px;
}

.node-webform .form-item input,
.node-webform .form-item select,
.views-exposed-form .views-exposed-widget .form-item input,
.views-exposed-form .views-exposed-widget .form-item select {
    border: 1px solid #D9D9D9;
    padding: 10px;
}

.node-webform .form-item input,
.node-webform .form-item select {
    width: 99.9%;
}

.views-exposed-form .views-exposed-widget .form-item input {
    padding: 11px 10px;
}

.page-categorias .view-posts .view-filters,
#block-views-autores-blocks-block-1 .block-title {
    border-top: 3px solid #D9D9D9;
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.page-categorias .view-posts .view-filters,
#block-views-autores-blocks-block-1 .view-filters {
    position: relative;
}

#block-views-autores-blocks-block-2 {
    border-top: 3px solid #D9D9D9;
    margin-bottom: 20px;
    padding-top: 20px;
}

#block-views-autores-blocks-block-2 .view-content .item-list li {
    margin-bottom: 10px;
    overflow: hidden;
}

#block-views-autores-blocks-block-2 .block-title {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
}

#block-views-autores-blocks-block-2 .views-field-field-post-imagem {
    float: left;
    margin-right: 10px;
    width: 80px;
}

#block-views-autores-blocks-block-2 .views-field-title-1 a {
    color: #2F2F2F;
    font-size: 12px;
    font-weight: bold;
}

#block-views-autores-blocks-block-2 .views-field-field-post-autores {
    color: #787878;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
}

#block-views-autores-blocks-block-2 .views-field-field-post-data {
    color: #3E95D1;
    float: right;
    font-size: 10px;
    text-transform: capitalize;
    width: 130px;
}

#block-views-autores-blocks-block-2 .more-link {
    clear: left;
    margin-top: 10px;
}

#block-views-autores-blocks-block-1 .view-content .item-list li {
    overflow: hidden;
}

#block-views-autores-blocks-block-1 .view-content .views-field-title {
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    margin-bottom: 20px;
    margin-right: 5px;
}
#block-views-autores-blocks-block-1 .view-content .views-field-title a {
    color: #2F2F2F;
}

#block-views-autores-blocks-block-1 .view-content .views-field-body {
    color: #2F2F2F;
    clear: left;
    overflow: hidden;
}

#block-views-autores-blocks-block-1 ul.pager > li {
    margin: 0 2px;
}

.views-exposed-widget label {
    margin-bottom: 5px;
}

.form-item-date-min > label {
    display: none;
}

#edit-date-filter-min-wrapper,
#edit-date-filter-max-wrapper {
    background: url(images/calendar-icon.png) no-repeat 95% 4px transparent;
    margin-bottom: 10px;
}

#edit-date-filter-max-wrapper {
    background-position: 95% 26px;
}

/* Temas */

.page-categorias .view-display-id-page_1 > .view-empty {
    margin-top: 20px;
    overflow: hidden;
}

.page-categorias #block-system-main .attachment .view-content .item-list li {
    background-color: #F3F3F3;
    border-bottom: 1px solid #E6E5E5;
    border-top: 1px solid #FFF;
}

.page-categorias #block-system-main .attachment .view-content .item-list li.views-row-first {
    border-top: none;
}

.page-categorias #block-system-main .view-content .views-field-field-post-imagem {
    float: left;
    margin-right: 20px;
}

.page-categorias #block-system-main .view-content .views-field-title,
.page-categorias #block-system-main .view-content .views-field-body {
    font-size: 10px;
    overflow: hidden;
}

.page-categorias #block-system-main .view-content .views-field-title {
    margin-bottom: 20px;
}

.page-categorias #block-system-main .view-content .views-field-title a {
    color: #2F2F2F;
    font-weight: bold;
}

.page-categorias #block-system-main .attachment .view-header h2 {
    font-size: 14px;
    font-weight: normal;
}

.page-categorias .view-posts .attachment {
    border-top: 3px solid #D9D9D9;
    overflow: hidden;
    padding-top: 75px;
}

.page-categorias #block-system-main .view-content .item-list li {
    padding: 20px;
    overflow: hidden;
}

/* Busca */

.page-search .form-text {
    border: 1px solid #D9D9D9;
    max-width: 236px;
    padding: 10px;
}

.page-search .form-submit {
    background-color: #4195D3;
    border: none;
    color: #FFF;
    margin-top: 0;
    padding: 11px 15px; 
}

.page-search h3.title a {
    color: #000;
}
.autores-post, .data-post {
    float: left;
}
.count-post,
#block-block-6 {
    float: right;
}

#block-system-main-menu {
    float: left;
}

#block-system-main-menu ul.menu li.menu-item-1259, #block-system-main-menu ul.menu li.menu-item-1259 span {
    border-right: 0 none !important;
    padding: 4px 0 0 25px !important;
}

#block-system-main-menu ul.menu li.menu-item-1289 a {
    background: #42ab3a;
    border: medium none;
    color: #fff !important;
    margin-left: 15px;
}
.autores-post {
    margin-right: 6px;
}
#block-search-form {
    text-align: right;
}

#block-search-form .form-text {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #747474;
    padding: 8px;
    width: 190px;
    float:left;
}

#block-search-form .form-actions {
    display: block;
    float: right;
}

#block-search-form .form-submit {
    background-color: #058ed0;
    border: medium none;
    color: #fff;
    font-size: 13px;
    padding: 9px 10px;
}

.autores-post > a {
    color: #5a5a5a;
    text-decoration: none;
}

.post-date {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

#block-views-posts-block-3 .view-content li.views-row.novo .views-field-body::after {
    background-color: #e2001a;
    clear: left;
    color: #fff;
    content:"Novo";
    padding: 3px 15px;
}
#footer-notice-wrapper {
    background: #272727;
}

#block-block-7 {
    max-width: 1100px;
    color: #5e5e5e;
    font-size: 12px;
    line-height: 1.8;
    padding: 30px 0;
    margin: 0 auto;
}

#block-block-7 div {
    margin: 0;
    color: #5e5e5e;
}
.destaque-lateral {
    padding: 0 15px;
}
.destaque-lateral .views-field-title {
    color: #595959;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.destaque-lateral .views-field-body {
    font-size: 11px;
}
.destaque-lateral .views-field-field-destaque-link a{
    color: #0b91ea !important;
}
.destaque-lateral .views-field-nothing {
    width: 100%;
    height: 48px;
    background: #eee url(/sites/blogdoibre.fgv.br/themes/libre/images/logo-observatorio.png)no-repeat 10px center / 165px;
    margin-bottom: 15px;
}
#block-views-destaque-blog-block-1 .views-field-nothing{
    background: #eee url(/sites/blogdoibre.fgv.br/themes/libre/images/logo_observ_produtividade.jpg)no-repeat 10px center / 165px;
}
#block-views-destaque-blog-block-1 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid#ccc;
    padding-top: 15px;
    margin: 20px 0;
}