/*
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Basic
2.0 - WordPress
3.0 - Navigation
  3.1 - Pagination
  3.2 - Images
--------------------------------------------------------------*/

/***************************************************************************************************
  1 - Basic
***************************************************************************************************/
html,
body {
  font-size: 15px;
  height: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  color: #1C1C1C;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body:not(.wp-admin) {
  padding-top: 0px !important;
}

 body a {
  color: #03374f;
 }

#site {
  /*position: relative;*/
  /*padding-bottom: 229px;*/
  /*min-height: 100%;*/
}

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

h1 { }


h2 { }

h3 { }

h4 { }

h5 { }

h6 { } 

ul {
  padding: 0px;
}

li {
}

select {
  height: 30px;
  padding: 4px 35px 4px 9px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  outline: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: "";
  background: url("../images/icons/select-arrow.png") 100% 50% no-repeat;
  color: #555555;
  border-color: #e5e5e5;
  font-size: 1em;
  margin: 0px;

}

@-moz-document url-prefix() { 
  select {
     background-image: none;
  }
}

input, select, textarea, button {
  /*font-size:1.0em;*/
}

input[type=submit],
button,
a.button,
input[type=submit],
input[type=button],
input[type=reset],
ul.button-nav li a,
div.generic-button a,
.comment-reply-link,
a.bp-title-button {

}

button,
input[type=submit],
input[type=button],
input[type=reset] { 
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-height: 1em;
  outline: none;
  border: none;
  background-color: #2771a5;
  color: #fff;
  margin: 0em;
  padding: 0.7em 0.8em;
  font-size: .8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 0.25em;
  font-size: 0.8em;
}

a.button {
  font-size: 0.8em;
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  background-color: #22608B;
}

a.loading,
input.loading {
  color: transparent;
  background-image: url(../semantic/images/loader-mini.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
}

a.button.loading
input.button.loading {
  background-color: #f1f1f2;
}


a.loading:hover,
input.loading:hover {
    background-color: #f1f1f2;
}



/*--------------------------------------------------------------
1.1 - Classes
--------------------------------------------------------------*/

.invisible {
  display: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.clear {
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


.clearfix:before, 
.clearfix:after, 
{
  content: "";
  display: table;
}

/***************************************************************************************************
 2.0 Wordpress entry
***************************************************************************************************/
.entry {
  line-height: 1.5;
  /*text-align: justify;*/
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
  padding: 8px 0px 3px 0px;
}

.entry h1 { }
.entry h2 { }
.entry h3 { }
.entry h4 { }
.entry h5 { }

.entry p {
  margin: 10px 0px 10px 0px;
  /*text-align: justify;*/
  font-size: 1.2rem;
  /*font-size: 18px;*/

}
.entry ul {
  list-style-type: square;
  /*padding: 5px 15px 5px 30px;*/
}

.entry ol {
  list-style-type: decimal;
  /*padding: 5px 15px 5px 30px;*/
}

.entry li {
  padding: 5px 0px;
}

.entry blockquote {
  font-style: italic;
  padding-left: 55px;
  background: url(../images/icon/post.png) no-repeat left -132px;
}

.entry a {
  /*color: #638702;*/
}

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

.entry img {
    margin: 0px 15px 15px 0;
    border: 3px solid #fff;
}

.entry .wp-caption {
  margin: 0px 15px 5px 0;
  background: #E5E5E5;
  padding: 10px 0px 0px 10px;
}

.entry .wp-caption img {
  margin: 0px 0px 0px 0px;
  border: 0px solid #fff;

}

.entry .wp-caption-text {
  font-size: 12px !important;
  text-align: center;
  padding: 0px 0px 5px 0px;
  margin: 0px;

}

/***************************************************************************************************
  container
***************************************************************************************************/
.main.container {
  position: relative;
  /*width: 1024px;*/
  margin: 0 auto;
  max-width: 1285px;
}

.content-area {
  max-width: 1285px;
}

.site-content {
  min-height: 500px;
}

/***************************************************************************************************
 3.0 Navigation
***************************************************************************************************/
/*--------------------------------------------------------------
  generic
--------------------------------------------------------------*/
ul > li.item.ui.dropdown > a:after {
  width: 28px;
  height: 8px;
  font-family: 'Icons';
  /*font-size: 15px;*/
  color: #CCCCCC;
  margin-left: 8px;
  content: "\f0d7";
}

ul > li.item.ui.dropdown ul > li.item.ui.dropdown > a:after {
  content: "\f0da";
}

ul.inverted > li.item.ui.dropdown > a:after {
  color: #fff;
}

.ui.inverted.menu .dropdown .menu .item, 
.ui.inverted.menu .dropdown .menu .item a{
    color: #fff !important;
}

.ui.inverted.menu {
  /*background-color: #0c1d23;*/
}

/*--------------------------------------------------------------
  3.1 - nav-top
--------------------------------------------------------------*/
#header .nav-top {
  position: relative;
  margin: 0px;
  box-shadow: none;
  height: 38px;
}

#header .nav-top a {
  /*color: #03374f*/
}

#header .ui.menu {
  font-size: 15px;
}

#header .nav-top ul.menu-topo {
  padding-left: 0px;
  display: inline !important;
  max-height: 40px;
}

#header .nav-top ul.menu-topo > li {
  display: inline-block;
}

#header .nav-top ul.menu-topo > li a {
  color: rgba(0,0,0,.75);
}

#header .nav-top ul.menu-topo ul.ui.menu {
  padding-left: 0px;
}

#header .nav-top ul.menu-topo li:not(.active) ul {
  display: none;
}


#header .nav-top ul.menu-topo li.item:hover {
  background-color: rgba(0, 0, 0, 0.02); 
}

#header .nav-top ul.menu-topo span {
  background: #21759b;
  color: #fff;
  text-shadow: none;
  display: inline;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#header .nav-top ul.menu-topo #bp-adminbar-blogs-menu  > ul.menu > li:last-child {
  background-color: #2771a5;
  background-color: rgba(255, 98, 0, 0.8);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#header .nav-top ul.menu-topo #bp-adminbar-blogs-menu  > ul.menu > li:last-child a {
  font-weight: bold;
  color: #fff;
}

#header .nav-top ul.menu-topo li#bp-adminbar-notifications-menu > a {
  /*font-size: 0px;*/
}

#header .nav-top ul.menu-topo li#bp-adminbar-notifications-menu > a span {
  /*margin-left: -10px;*/
}

#header .nav-top .menu-topo .logged {
  /*min-width: 390px;  */
}

#header .nav-top #loginform {
  position: absolute;
  top: 25px;
  left: 23%;
  margin-left: 40px;
  background-color: #F6FBFF;
  z-index: 1;
  display: none;
}

#header .nav-top .ui.segment a {
  font-size: 12px;
}
#header .nav-top .ui.segment .submit {
  float: right;
}

#header .nav-top #new_activity {
  float: right;
  margin-right: 4%;
  margin-top: 5px;
  position: relative;
/*  position: absolute;
  top: 5px;
  right: 2%;*/
  /*z-index: 0;*/
}

#header .nav-top #new_activity a.bt_new_activity {
  color: #000;
  position: relative;
}

#header .nav-top #new_activity a.bt_new_activity:before {
  width: 28px;
  height: 5px;
  font-family: 'Icons';
  content: "\f044";
  font-size: 30px;                                                                  
  /*z-index: 1;*/
  cursor: pointer;
}

#header .nav-top #new_activity a.bt_new_activity:after {

}

#header .nav-top #new_activity a.bt_new_activity:hover {
  color: #2771a5;
}

#header .nav-top #new_activity #whats-new-form {
  position: absolute;
  top: 38px;
  right: -15px;
  width: 420px;
  z-index: 90;
  padding: 15px 15px 15px;
  background-color: #0c1d23;
  display: none;
}

#header .nav-top #new_activity #whats-new-form:before {
  position: absolute;
  top: -21px;
  right: 13px;
  width: 28px;
  height: 5px;
  font-family: 'Icons';
  content: "\f0d8";
  font-size: 30px;
  color: #0c1d23; 
}
  

#header .nav-top #new_activity #whats-new-form #whats-new-avatar {
  display: inline;
}

#header .nav-top #new_activity #whats-new-form .avatar {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 2px solid #C0C0C0;
}

#header .nav-top #new_activity #whats-new-form p.activity-greeting {
  display: inline;
  padding: 0px;
  position: absolute;
  top: 10px;
  left: 75px;
  color: #fff;
}

#header .nav-top #new_activity #whats-new-form textarea {
  width: 98%;
  height: 50px;
  min-height: 50px !important; 
  margin-top: 10px;
  font-size:  12px;
  word-wrap: break-word;
}

#header .nav-top #new_activity #whats-new-options-header {
  min-height: 40px;
  margin-top: 10px;
  color: #fff;
}

#header .nav-top #new_activity #whats-new-options-header #whats-new-post-in-box {
  font-size: 10px;
  display: inline-block;
}

#header .nav-top #new_activity #whats-new-options-header select {
  font-size: 12px;
  /*padding-right: 10px; */
  color: #fff;
}

#header .nav-top #new_activity #whats-new-options-header select option {
  color: #000;
}

#header .nav-top #new_activity #whats-new-submit {
  float: right;
}

#header .nav-top #new_activity #whats-new-submit input {
  /*font-size: 13px;*/
  font-weight: normal;
  padding: 8px 10px;
}

#header .nav-top #new_activity #whats-new-submit input.loading {
  background-image: url(../semantic/images/loader-mini.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #fff;
  cursor: normal;
}
  
#header .nav-top .search {
  float: right;
  margin-top: 5px;
  position: absolute;
  right: 0px;
  top: 0px;
  /*z-index: 10000;*/
  z-index: 1;
}

#header .nav-top .accessibly-hidden,
#header .nav-top .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

#header .nav-top #search-terms,
#header .nav-top .search-field {
  background-color: transparent;
  background-image: url(../images/icons/search.svg);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 28px;
  margin: 1px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition:         width 400ms ease, background 400ms ease;
  width: 1px;
}

#header .nav-top .search #search-which,
#header .nav-top .search #search-submit {
  display: none;
}
#header .nav-top .search.active #search-which {
  background-color: #fff;
}
#header .nav-top .search.active #search-which,
#header .nav-top .search.active #search-submit {
  display: inline-block;
  /*z-index: 1000 !important; */
}

#header .nav-top .search.active #search-terms {
  padding: 0 0 0 12px;
  background-image: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  outline: 0;
  color: #555555;
  cursor: text;
  outline: 0;
  width: 230px;
}

#header .nav-top .search #search-submit {
  margin-top: -2px;
  padding: 5px 15px 4px 15px;
}

#header .nav-top .search span:after {
  width: 28px;
  height: 5px;
  font-family: 'Icons';
  content: "\f002";
  font-size: 20px;
  color: #fff;
  /*z-index: 1;*/
}


/*--------------------------------------------------------------
  3.2 - navbar-cdbr
--------------------------------------------------------------*/
#header .navbar-cdbr {
  background-color: #2771a5;
  border-top: 3px solid #f1f1f1;
  max-height: 60px;
}

#header .navbar-cdbr .container {
  position: relative;
}

#header .navbar-cdbr .logo a {
  float: left;
  background: url(../images/logo/tit_logo_small2.png) no-repeat 0 5px;
  width: 300px;
  display: inline;
  height: 60px;
  text-indent: -5000px;
  z-index: 10;
}

#header #navigation,
#header .navbar-cdbr .menu-header { 
  float: right;
}


#header .navbar-cdbr .ui.menu {
  background: #2771a5;
  box-shadow: none;
  /*margin: 0px 5px 0px 0px;*/
  /*padding: 8px 0px 0px 0px;*/
  padding: 0px;
}

#header #navigation ul,
#header .navbar-cdbr .menu-header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#header #navigation ul li,
#header .navbar-cdbr .menu-header ul li {
  list-style: none;
  line-height: 1;
  background: #2771a5;
}

#header .navbar-cdbr .menu-header ul > li:hover,
#header #navigation ul > li:hover{
  background-color: #1D547A;
}

#header #navigation ul > li,
#header .navbar-cdbr ul > li {
  float: left;
  padding: 1.44em .95em;
  margin: 0px;
}

#header #navigation ul li ul.sub-menu:not(.visible), 
#header .navbar-cdbr ul li ul.sub-menu:not(.visible) {
  display: none;
}

#header #navigation ul li ul.ui.animating.transition,
#header .navbar-cdbr ul li ul.ui.animating.transition {
  display: block;
  visibility: visible;
}

#header #navigation ul li a,
#header .navbar-cdbr .menu-header ul li a {
  color: #fff;
  
}

#header .navbar-cdbr .ui.menu > .item {
  margin: 0px;
}

#header .navbar-cdbr .ui.menu .item a {
  color: #fff;
}


#header .navbar-cdbr .ui.icon.button {
  margin-top: 10px;
  background: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: none;
  color: #fff;
  display: none;
}

#header .navbar-cdbr .ui.icon.button:focus,
#header .navbar-cdbr .ui.icon.button:active,
#header .navbar-cdbr .ui.icon.button:hover {
  background: none;
  border: none;
  box-shadow: none;
}

#header .navbar-cdbr .ui.menu .item:hover {
  /*background-color: #1E577F;*/
}


#header .navbar-cdbr .bt-sidebar-right {
  position: relative;
  float: right;
  display: inline-block;
  width: 66px;
  height: 60px;
  background: #0c1d23;
  overflow: hidden; 
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

#header .navbar-cdbr .bt-sidebar-right:hover {
  background-color: #1E577F;
}

#header .navbar-cdbr .bt-sidebar-right img {
  position: absolute;
  top: 10px;
  left: 14px;
  border-radius: 100px;

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
   
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  
  overflow:hidden;
}

#header .navbar-cdbr .bt-sidebar-right img:hover {
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg); 
  -o-transform:rotate(360deg);
}

#header .navbar-cdbr .bt-sidebar-right .notifications {
  position: absolute;
  top: 08px;
  left: 40px;
  background: #21759b;
  color: #fff;
  z-index: 100;
  text-shadow: none;
  display: inline;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  animation: animacao 5s ease 1s infinite alternate;
  -webkit-animation: animacao 5s ease 1s infinite alternate;
   -moz-animation: animacao 5s ease 1s infinite alternate;
    -ms-animation: animacao 5s ease 1s infinite alternate;
     -o-animation: animacao 5s ease 1s infinite alternate;
        animation: animacao 5s ease 1s infinite alternate;
}

@keyframes animacao {
  0%   { 
    background: #21759b;
    /*width: 100px;*/
  }
  25%  { background: red; }
  50%  { background: #21759b; }
  75%  { background: red; }
  100% { 
    background: #21759b;
    /*width: 200px;*/
  }
}

@-webkit-keyframes animacao {
  0%   { 
    background: #21759b;
    /*width: 100px;*/
  }
  25%  { background: red; }
  50%  { background: #21759b; }
  75%  { background: red; }
  100% { 
    background: #21759b;
    /*width: 200px;*/
  }
}



#header .navbar-cdbr .bt-sidebar-right i.down {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#header .navbar-cdbr .bt-menu:before {
  position: absolute;
  top: 15px;
  left: 18px;
  width: 28px;
  height: 5px;
  font-family: 'Icons';
  content: "\f090";
  font-size: 30px;
  color: #CCCCCC;
}


#header .navbar-cdbr .bt-menu:hover, 
#header .navbar-cdbr .bt-menu.active {
  background: #444;
}


.logged-in .bt-menu:before {
  top: 10px;
  content: '\f007';
  font-size: 35px;
}

/*--------------------------------------------------------------
  Paginação
--------------------------------------------------------------*/
.section-index .pagination {
  float: right;
    /*margin: 0 auto;*/
    /*width: px;*/
    margin-bottom: 30px;
}

.section-index .pagination a {
  /*border-radius: 100px;*/
  background-color: #0c1d23;
  color: #FFF;
  font-weight: bold;
  padding: 4px 6px;
}
.section-index .pagination a:focus,
.section-index .pagination a:active,
.section-index .pagination a:hover {
    background-color: #2771a5;
}

.section-index .pagination .previouspostslink,
.section-index .pagination .nextpostslink {
    padding: 4px 10px;
}
.section-index .pagination .first,
.section-index .pagination .previouspostslink {
    /*float: left;*/
    margin-right: 40px;
}

.section-index .pagination .last,
.section-index .pagination .nextpostslink {
  margin-left: 40px;
}


/*--------------------------------------------------------------
  3.3 - header-fixed
--------------------------------------------------------------*/

body.header-fixed {
  padding-top: 130px;
}

body.header-fixed #header {
  position: fixed;
  top: -42px;
  left: 0;
  width: 100%;
  z-index: 999;
}

body.header-fixed #sidebar-mobile-right {
  position: fixed;
  top: 0;
}

body.header-fixed .navbar-cdbr {
  /*max-height: 50px;*/
}




/***************************************************************************************************
  4.0  widgets
***************************************************************************************************/
.widget {
  width: 100%;
  margin-bottom: 25px;

}

.widget:after,
.widget:before {
  display: table;
  content: " ";
  clear: both;
}

.widget li {
  list-style: none;
}

.widget li a:hover {
  text-decoration: underline;
}

.widget h2.widget-title {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  display: block;
  letter-spacing: -0.04em;
}

.widget h2.widget-title a {
  color: #333;
}

.widget .widget-title a:hover {
  text-decoration: underline;
}

.widget-body {
  display: block;
  margin-top: 15px;
}

.widget iframe {
  /*width: 100% !important;*/
}

.widget_global_tags {
  overflow: hidden;
}


.widget.widget_global_tags .widget-body,
.widget.widget_tag_cloud .tagcloud {
  text-align: center;
}

.widget.widget_global_tags a,
.widget.widget_tag_cloud a {
  line-height: 1;
}

.widget.widget_global_tags a:hover,
.widget.widget_tag_cloud a:hover {
  text-decoration: underline;

}

/***************************************************************************************************
 5.0 Sidebar
***************************************************************************************************/
#sidebar .widget {
  margin: 0px 0px 20px 0px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  padding-bottom: 8px;
}

#sidebar .widget.widget_link_register {
  border: none;
}

#sidebar .widget .widget-title {
  padding: 8px;
}

#sidebar #text-2.widget .textwidget {
  margin: 0px;
  padding: 0px;
}

#sidebar .widget > div,
#sidebar .widget ul {
  margin: 0px;
  padding: 0px 8px;
}

#sidebar .widget_rss li,
#sidebar .widget_recent_entries li,
#sidebar .widget .post,
#sidebar .widget ul li.recentcomments {
  padding: 10px 0px;
  border-top: 1px solid #e8e8e8;
}

#sidebar .widget_rss li:first-child,
#sidebar .widget_recent_entries li:first-child,
#sidebar .widget .post:first-child,
#sidebar .widget ul li:first-child {
  padding-top: 0px; 
  border: none;
}


#sidebar .widget .post {
  display: inline-block;
  width: 100%;
  font-size: 12px;
}

#sidebar .widget .post:after {
  display: block;
  clear: both;
}

#sidebar .widget .post .thumb {
  float: left;
  margin-right: 10px;  
  width: 20%;
}

#sidebar .widget .post img {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  float: left; 
}

#sidebar .widget .post .post-title {
  display: inline-block;
  padding-left: 2%;
  width: 70%;
  margin-top: 5px;
}




/*--------------------------------------------------------------
  3.x - sidebar widget twitter tweet
--------------------------------------------------------------*/
#sidebar .widget_twitter_feed .last-tweets {
  /*position: relative;*/
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 400px;
}

#sidebar .widget_twitter_feed .widget-head {
  position: relative;
}
#sidebar .widget_twitter_feed .widget-head span {
  position: absolute;
  top:10px;
  right: 15px;
}

#sidebar .widget_twitter_feed .p-nickname,
#sidebar .widget_twitter_feed .dt-updated, 
#sidebar .widget_twitter_feed .username, 
#sidebar .widget_twitter_feed .time,
#sidebar .widget_twitter_feed .time a, 
#sidebar .widget_twitter_feed .metadata, 
#sidebar .widget_twitter_feed .metadata button.btn-link, 
#sidebar .widget_twitter_feed .metadata a {
  font-size: 12px;
  color: #8899a6;
}

#sidebar .widget_twitter_feed time.dt-updated{
  float: right;
}

#sidebar .widget_twitter_feed .p-name {
  font-weight: bold;
}

#sidebar .widget_twitter_feed a {
  color: #0084b4;
}

#sidebar .widget_twitter_feed b {
  font-weight: normal;
}

#sidebar .widget_twitter_feed p {
  margin: 0px;
}

#sidebar .widget_twitter_feed .last-tweets a,
#sidebar .widget_twitter_feed .last-tweets a:visited {
  color: #292f33;
}

#sidebar .widget_twitter_feed ul.tweets {
  text-decoration: none;
  text-transform: none;
  list-style: none;
  border: 0;
}

#sidebar .widget_twitter_feed ul.tweets li.tweet {
  position: relative;
  border: 1px solid #e8e8e8;
  padding: 12px 12px 27px 55px;
  border-width: 0 0 1px;
}

#sidebar .widget_twitter_feed ul.tweets li.tweet .header .avatar {
  position: absolute;
  top: 14px;
  left: 0px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 4px;
}

#sidebar .widget_twitter_feed ul.tweets li.tweet .e-entry-content {
  font-size: 13px;
  line-height: 16px;

}

#sidebar .widget_twitter_feed ul.tweets li.tweet .e-entry-content a {
  color: #0084b4;
}

#sidebar .widget_twitter_feed ul.tweets li.tweet .e-entry-content .inline-media {
  max-width: 100%;
  margin: 10px 0 20px;
  overflow: hidden;
}


#sidebar .widget_twitter_feed ul.tweets li.tweet .tweet-actions {
  position: absolute;
  right: 0;
  bottom: 1px;
  background: #fff;
  visibility: hidden;
  /*box-shadow: 0 0 10px 5px #fff;*/
  margin-bottom: 3px;
}

#sidebar .widget_twitter_feed ul.tweets li.tweet:active .tweet-actions,
#sidebar .widget_twitter_feed ul.tweets li.tweet:hover .tweet-actions {
  visibility: visible;

}

#sidebar .widget_twitter_feed ul.tweets li.tweet .tweet-actions li {
  float: left;
  display: inline-block;
}

#sidebar .widget_twitter_feed ul.tweets li.tweet .tweet-actions b {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0 0 0 0);
}

#sidebar .widget_twitter_feed ul.tweets li.tweet .tweet-actions a i {
  margin: 1px 0 0 15px;
  overflow: hidden;
  /*padding: 2px;*/
}

.verified, 
.ic-rt, 
.ic-mask, 
.ic-top, 
.ic-twitter-alert, 
.ic-twitter-badge, 
.ic-bird-flourish, 
.ic-button-bird, 
.ic-play {
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../images/icons/twitter.png) no-repeat 0 0;
  background-size: 177px 241px;
}

.ic-mask {
  width: 12px;
  height: 10px;
  background-color: #999; 
}

.ic-mask:hover {
  background-color: #2771a5;
}

.ic-reply {
  width: 19px;
  height: 15px;
  background-position: 0 -87px;
}

.ic-retweet {
  width: 22px;
  height: 15px;
  background-position: -31px -87px;
}

.ic-fav {
  width: 16px;
  height: 15px;
  background-position: -60px -87px;
}


/*--------------------------------------------------------------
  3.x - sidebar widget tabs
--------------------------------------------------------------*/
#sidebar .ui-widget .tabs {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

#sidebar .ui-widget ul.tabs li {
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  border-top-right-radius: .1875rem;
  border-top-left-radius: .1875rem;
  display: inline-block;
  list-style: none;
  padding: 10px;
  text-decoration: none;
  box-sizing: border-box;
  border-right: 1px solid rgba(0,0,0,.1);
  font-weight: bold;
}

#sidebar .ui-widget ul.tabs li a {
  color: #000;
}

#sidebar .ui-widget ul.tabs li.ui-tabs-active {
  box-shadow: 0 .2em 0 inset;
  border: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

#sidebar .ui-widget .widget {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  padding-top: 10px;
}

#sidebar .widget.widget_rss ul li div {
  margin-top: 5px;
}

#sidebar .widget.widget_rss a.rsswidget {
  color: #277ca5;
  font-weight: bold;  
}


/*--------------------------------------------------------------
  3.x - coluna sidebar mobile right
--------------------------------------------------------------*/
.sidebar-mobile {
  background: #0c1d23 !important; 
  z-index: 1000;
}

#sidebar-mobile-right .wrapper-menu {
  position: relative;
  top: 0px;
  background: #0c1d23;
  padding: 15px;
}

#sidebar-mobile-right.open .wrapper-menu { display: block; }

#sidebar-mobile-right ul {
  margin: 0px;
  padding: 0px;
  display: block;
}

#sidebar-mobile-right ul li {
  padding: .63em .95em;
}

#sidebar-mobile-right ul li:before {
  display: none;
}

#sidebar-mobile-right ul li a {
  color: #a6abab;
  font-weight: 400;
  padding: 0px;
  font-size: 15px;
}

#sidebar-mobile-right ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#sidebar-mobile-right ul.user li img.avatar {
  position: absolute;
  left: 30px;
  top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

#sidebar-mobile-right ul.user li {
  list-style: none;
  margin-left: 70px;
  padding-bottom: 5px;
  font-size: 15px;
}

#sidebar-mobile-right ul.user.menu-login li {
  margin-left: 0px;
  padding: 10px 0px;
}

#sidebar-mobile-right ul.user span.display-name {
  font-size: 15px;
  font-weight: normal;
  display: block;
  clear: both;
}

#sidebar-mobile-right ul.user span.username {
  color: #999;
  font-size: 11px;
}

#sidebar-mobile-right #menu-notifications {
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}

#sidebar-mobile-right #menu-notifications li {
  padding-top: 10px;
}


#sidebar-mobile-right ul#menu-notifications li ul {
  margin-left: 15px;
} 

#sidebar-mobile-right #menu-notifications ul li a {
  font-size: 12px;
}

#sidebar-mobile-right #menu-notifications li.parent > a:after 
#sidebar-mobile-right #menu-notifications li.parent > a:after {
  width: 28px;
  height: 5px;
  font-family: 'Icons';
  font-size: 14px;
  color: #CCCCCC;
  margin-left: 5px;
}

#sidebar-mobile-left li a span,
#sidebar-mobile-right #menu-notifications li span {
  background: #21759b;
  color: #fff;
  text-shadow: none;
  display: inline;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
   border-radius: 10px;
}

#sidebar-mobile-left h3 {
  font-size: 15px;
  color: #fff;
  padding: 0px 15px;
  margin-bottom: 0px;
}

#sidebar-mobile-left ul.menu {
  /*padding-left: 30px;*/
  text-indent: 30px;
  
}

#sidebar-mobile-left ul.menu li {
  color: rgba(255,255,255,.8);
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
  height: auto !important;
  padding: 10px 8px;
  list-style: none;
}

#sidebar-mobile-left ul.menu li:hover {
  background-color: rgba(255,255,255,.1);  
} 

#sidebar-mobile-left ul.menu > li:before {
/*background-image: linear-gradient(
  rgba(255, 255, 255, 0.03) 0px, 
  rgba(255, 255, 255, 0.1) 50%, 
  rgba(255, 255, 255, 0.03) 100%);*/
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
   display: none;
}


#sidebar-mobile-left ul.menu li.expanded a:after,
#sidebar-mobile-left ul.menu li.colapsed a:after,
#sidebar-mobile-left ul.menu > li > a:before {
  width: 28px;
  height: 8px;
  font-family: 'Icons';
  font-size: 14px;
  color: #CCCCCC;
  margin-right: 8px;
}

#sidebar-mobile-left ul.menu li.expanded > a:after {
  margin-right: 0px;
  margin-left: 5px;
  content: "\f106";
}

#sidebar-mobile-left ul.menu li.colapsed > a:after {
  margin-right: 0px;
  margin-left: 5px;
  content: "\f107";
}


#sidebar-mobile-left ul.menu > li.dashboard > a:before { content: "\f0e4"; } 
#sidebar-mobile-left ul.menu > li#bp-adminbar-blogs-menu > a:before { content: "\f022"; }


#sidebar-mobile-left ul.menu li a {
  color: rgba(255,255,255,.8);
  font-size: 15px;
}

#sidebar-mobile-left ul.menu li ul {
  /*margin: 0.5em -0.95em 0px;*/
  padding: 5px;

}

#sidebar-mobile-left ul.menu li ul li {
  padding: 0.5rem 1.5rem;
  font-size: 0.875em;
  font-weight: normal;
  text-indent: 10px;
}

#sidebar-mobile-left ul.menu li ul li:before {
  display: none;
}

/***************************************************************************************************
 5.0 Página inicial
***************************************************************************************************/
/*--------------------------------------------------------------
  5.1 - Destaques
--------------------------------------------------------------*/
#highlights {
  margin-top: 30px;

}

#highlights .headline .post-title {
  font-size: 31px;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 5px;
  /*font-family: "Adam Cgpro", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px; 

}

#highlights .headline .post-title a {
  color: #333;

}

#highlights .headline .post-title a:hover {
  color: #00aeef;
  text-decoration: none;
}

#highlights .headline .post-excerpt {
  margin-top: 3px;
  color: #7F7F7F;
  padding-top: 0px;
  margin-top: 8px;
  line-height: 1.4;
}

#highlights .two.column.row {
  box-shadow: none !important;
  margin-top: 0px;
}

#highlights .post-meta a,
#highlights  .post-meta a {
  color: #404040;
  line-height: 1;
}

#highlights p {
  margin: 0px;
}

#highlights h4 {
  margin: 0px;
}

#highlights a:hover {
  text-decoration: underline;
}


#highlights .pic {
  float: left;
  width: 34.24%;
  max-width: 200px;
  max-height: 200px;
}

#highlights .column .pic {
}

#highlights .column-1,
#highlights .column-2 {
  padding-right: 0px;
}

#highlights .column-1 .pic img,
#highlights .column-2 .pic img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  float: left;

} 

#highlights .column-3 .pic {
  height: 100px;
  max-width: 200px;
  overflow: hidden;
}

#highlights .column-3 .pic img {
  float: right;
}

#highlights .column-4,
#highlights .column-5 {
  padding-left: 0px;
}

#highlights .column-4 .pic,
#highlights .column-5 .pic {
 display: none;
}

#highlights .headline {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 62%;
  margin: 0 0 0 2.7%;
}


#highlights .column-2 .post-title {
  font-size: 26px;
}

#highlights .column-3 .post-title {
  font-size: 1.17em;
  margin: 0px;
  margin-top: 2px;
}


#highlights .column-3 .post-excerpt,
#highlights .column-4 .post-excerpt,
#highlights .column-5 .post-excerpt {
  margin-top: 4px;
  line-height: 1.1;
} 

#highlights .column-4 .post-title,
#highlights .column-5 .post-title {
  font-size: 1.17rem;
  margin-top: 2px;
} 

#highlights .column-4 .headline,
#highlights .column-5 .headline {
  width: 95%;
  margin-left: 0px;
}

#highlights .column-1 .not-excerpt  .post-title {
  padding-top: 5px;
  font-size: 36px;
  line-height: 36px;
}

#highlights .column-2 .not-excerpt  .post-title {
  padding-top: 5px;
  font-size: 32px;
  line-height: 36px;
}

#highlights .column-3 .not-excerpt .post-title {
  margin-top: 5px;
  font-size: 1.3rem;
}

#highlights .not-excerpt .post-meta {
  margin-top: 5px;
}

/*--------------------------------------------------------------
  5.1 - Destaques
--------------------------------------------------------------*/
#highlights,#destaques {
  margin-top: 20px;
}

/***************************************************************************************************
 5.0 Content
***************************************************************************************************/

/***************************************************************************************************
  section
***************************************************************************************************/
#content #main-section h2.section-title {
  margin-bottom: 10px;
  font-weight: normal;
}

#content #main-section .ui.dividing.header {
  margin-top: 0px;
}

/***************************************************************************************************
  section
***************************************************************************************************/
.section-post .section-title {
  font-weight: normal;
  color: #324155;
  white-space: nowrap;
}

.section-post .section-description {
  text-rendering: optimizeLegibility;
  vertical-align: baseline;
  font-style: italic;
  color: #93A7C0;
}

.section .post-head .post-subtitle {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
}

.section .post-head .post-edit {
  float: right;

}

.section .post-head .post-meta .post-date {
  color: #5C5A5A;
  float: right;
  display: inline-block;
  margin: 0px;
  margin-bottom: 15px;

}

.section .post-head .post-meta .post-date:before {
  content: ' ';
  clear: both;
}

.section .post-head .post-meta .post-date a {
  float: right;
  color: #5C5A5A;
}

.section .post-meta {
  font-size: 15px;
}

.section .post-meta div {
  margin-right: 5%;
}
.section .post-meta .post-date {
  display: inline;
}

.section .post-meta .post-category,
.section .post-meta .post-tag {
  padding-top: 10px;
}

.section .post-entry {
  margin-bottom: 30px;
}

.section-post .post-title {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #1E5072;
}

.section-post .dividing.header {
  margin-top: 5px;
}

.section-post .section-description p {
  margin: 0px;
}

.section-post .post-footer .share {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.section-post .post-footer .share div {
    display: inline;
}

.section-post .post-footer .share-title {
  font-size: 16px;
  margin-right: 20px;
  float: left;
}

.section-post .post-footer .share .tweet {
  float: left;
  width: 125px;
  height: 25px;
}

.section-post .post-footer .avatar {
  float: left;
  display: block;
  margin-right: 13px;
  border: 3px solid #E5E5E5;
  border-radius: 5px;
}


.section-post .post-footer .signature {
  font-weight: bold;
    height: 66px;
    padding-top: 18px;
}

.section-post .post-footer .signature .post-author a {
  font-weight: bold;
    color: #9f9f9f;
}

/***************************************************************************************************
  section-index
***************************************************************************************************/
.section-index .post-image {
  float: left;
  width: 150px;
  height: 150px;
  margin: 0px 15px 15px 0px;
}

.section-index .post-image img {
  width: 100%;
  height: 100%;
}

.section-index .post-header .post-title {
  font-size: 22px;
  margin: 5px 0px 10px 0px;
}

.section-index .post-header .post-category {
  font-size: 15px;
}

.section-index .post-content .post-entry {
  margin-bottom: 10px;
}
.section-index .post-meta {
  min-height: 30px;
  font-size: 15px;
  vertical-align: middle;
}

.section-index .post-meta div {
  margin-right: 5%;
  height: 30px;
}

.section-index .post-meta .post-author {
  float: left;
}

.section-index .post-meta  .post-date {
  margin-top: 5px;
  float: left;
}

.section-index .post-meta .post-author img.avatar {
  border-radius: 100px; 
  vertical-align: middle;
}

.section-index .post-meta .post-comment {
  float left;
  margin-right: 0px;
}

.section-index .post-meta .post-tag {
  clear: both;
  padding-top: 15px;
}


/***************************************************************************************************
  section-comment
***************************************************************************************************/
#comments .entry p {
  font-size: 14px;
}

#content .section-comment {
    margin: 0px;
}

#content .section-comment ul {
  list-style: none;
  padding-left: 0px;
}

#content .section-comment .comment-date {
  font-size: 14px;

}

#content .section-comment ul li .avatar {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

#content .section-comment .comment-entry {
  font-size: 15px;
}

#content .section-comment .children {
  margin-left: 80px;
  margin-top: 20px;
}

#content .section-comment .ui.buttons {
  margin-top: 5px;
  float: right;
}


/***************************************************************************************************
 5.0 Principais blogs
***************************************************************************************************/
.widget_blogs_main {
   margin: 30px 0px;
}

#principais-blogs {
    display: none;
    clear: both;
    width: 100%;
    position: relative;
   
}

#principais-blogs ul {
  max-height: 68px;
  overflow: hidden;
}

#principais-blogs ul li {
  width: 33%;
  float: left;
}


#principais-blogs .slides {
      margin: 0px;
      padding: 0px;
}

#principais-blogs .widget-blogs {
    position: relative;
    clear: both;
    padding-top: 22px;
    overflow: hidden;
    width: 100%;
}

#principais-blogs .widget-body {
    position: relative;
    overflow: hidden;
    /*width: 90%;*/
    /*margin: 25px 5% 0px 5%; */
}

#principais-blogs .widget-body h3 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}



#principais-blogs .widget-body .item-avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 3%;
}


#principais-blogs .widget-body .item-avatar img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#principais-blogs .widget-body .item {
    display: block;    
    height: 70px;
    overflow: hidden;
}

#principais-blogs .widget-body .item .item-title {
  font-size: 13px;
  line-height: 13px;
}

#principais-blogs .widget-body .item .item-title a {
  /*color: #15a2bd;*/
  color: #999;
  /*font-weight: bold;*/
}


#principais-blogs .item-caption {
  padding: 0px 3%;
}

#principais-blogs .item-caption .meta {

  margin-top: 5px;

}

#principais-blogs .item-caption .meta a {
  /*color: #aaa;*/
  line-height: 14px;
  color: rgba(75, 75, 75, 1);
  font-size: 15px;
}

#principais-blogs .item-caption .meta a:hover {
  color: #00aeef;
  text-decoration: none;
}

#principais-blogs .widget-body ul li {
    display: inline;
}

#principais-blogs .navigation {
  position: absolute;
  top: -65px;
  right: 0px;
}

#principais-blogs .navigation  div.disabled {
    opacity: 0.1;
    cursor: default;
}

#principais-blogs .navigation  div:hover {
    text-decoration: none;
    color: #2771a5;
}

#principais-blogs .navigation  .direction-nav {
  width: 60px;
}

#principais-blogs .navigation  .direction-nav li a {
  position: relative;
  text-indent: -5000px;
  cursor: pointer;
  display: inline-block;
  float: left;
  vertical-align: middle;
  min-height: 1em;
  outline: 0;
  border: none;
  color: gray;
  margin: 0;
  padding: 5px 15px;
  text-decoration: none;

}

#principais-blogs .navigation .direction-nav li a:before {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: 'Icons';
  content: '\f054';
  font-size: 16px;
  text-indent: 0px;
}

#principais-blogs .navigation  .direction-nav li a.prev:before {
  content: '\f053';
}

#principais-blogs .navigation  .direction-nav li a:hover {
  text-decoration: none;
  color: #2771a5;
}


/***************************************************************************************************
 5.0 Divulgação
***************************************************************************************************/
#divulgacao {
  margin-bottom: 30px;
}

#divulgacao h5 {
  font-weight: normal;
  font-size: 15px;
}

#divulgacao .patrocinio {
  width: 500px;
  float: left;
}

#divulgacao .patrocinio .marca {
  height: 64px;
  background-color: #ebebeb;  
}

#divulgacao .parceria {
  width: 96px;
  float: left;
}


#divulgacao .parceria .rnp {
  margin-top: 10px;
  float:left;
  width: 95px;
  height: 50px;
  text-indent: -5000px;
  background: url( ../images/logo/marca-rnp.png ) no-repeat right;

}

#divulgacao .realizacao {
  float: left;  
  width: 330px;
  margin-left: 10%;
}

#divulgacao .realizacao a {
  float: left;
  display: inline;
}

#divulgacao .realizacao .rouanet {
  width: 60px;
  height: 70px;
  text-indent: -5000px;
  background: url( ../images/logo/marca-rouanet.png ) no-repeat right;
}

#divulgacao .realizacao .minc {
  width: 93px;
  height: 51px;
  margin: 10px 0px 0px 15px;
  text-indent: -5000px;
  background: url( ../images/logo/marca-minc.png ) no-repeat right;
}

#divulgacao .realizacao .governo-federal {
  width: 141px;
  height: 50px;
  margin: 10px 0px 0px 15px;
  text-indent: -5000px;
  background: url( ../images/logo/marca-governo-federal.png ) no-repeat right;
}

/***************************************************************************************************
 X.0 Tags theme child
***************************************************************************************************/

#tags-content {
  max-width: 650px;
}

#tags-content .entry {
  text-align: center;
}

#tags-content .entry a {
  color: #2771a5;
}


/***************************************************************************************************
 5.0 Footer
***************************************************************************************************/

#footer {
  background-color: #0c1d23;
  color: #fff;
  /*height: 170px;*/
  /*position: absolute;*/
  /*bottom: 0px;*/
  width: 100%;
}
#footer .container {
  position: relative;
}

#footer a {
  color: #fff;
}

/*--------------------------------------------------------------
  5.1 - Site map
--------------------------------------------------------------*/
#footer .ui.grid {
  position: relative;
}

#footer .sitemap {
  /*margin-top: 15px;*/
}

#footer .sitemap ul {
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding-left: 0px;
  height: 120px;
}

#footer .sitemap ul li {
  float: left;
  width: 22%; /* 125px; */
  text-transform: uppercase;
  
}

#footer .sitemap ul li a {
  font-weight: bold;
  font-size: 12px;
}

#footer .sitemap ul li a:hover {
  color: #2771a5;
}

#footer .sitemap ul.sub-menu li {
  float: left;
  width: 125px;
  padding-left: 10px;
  text-transform: none;
  list-style: disc inside;
  color: #fff;
}

#footer .sitemap ul.sub-menu li a {
    font-weight: normal;
}

#footer .sitemap ul.sub-menu li a:hover,
#footer .sitemap ul.sub-menu li a:focus,
#footer .sitemap ul.sub-menu li a:active {
  /*color: #cb7622;*/
}

/*--------------------------------------------------------------
  5.2  - Código
--------------------------------------------------------------*/
#footer .codigo {
  width: 330px;
  height: 100px;
  padding-left: 15px;
  position: absolute;
  /*top: 0px;*/
  top: -15px;
  right: 0px;
  background-color: #fff;
  color: #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#footer .codigo h5 {
  color: #357db7;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 5px;
}

#footer .codigo p {
  font-size: 12px;
}

#footer .codigo a {
  width: 320px;
  /*background-color: #317cb6;*/
  background-color: #0c1d23;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
}

/*--------------------------------------------------------------
  5.3 - Copyright 
--------------------------------------------------------------*/
#footer .copyright {
  display: block;
  background-color: #182122;
  padding: 5px 0px 5px 0px;
}

#footer .copyright .ui.grid>.column, 
#footer .copyright  .ui.grid>.row>.column {
  font-size: 12px;
  margin: 0px;
}

#footer .copyright .menu {
  float: left;
  padding: 3px 0px 0px 0px;
  /*margin: 0px;*/
}

#footer .copyright .menu p.text {
  padding-top: 3px;
}

#footer .copyright .menu li {
  display: inline;
  padding: 0px 10px;
  border-left: 1px solid #fff;
}

#footer .copyright .menu li:first-child {
  border-left: none;
  padding-left: 0px;
}

#footer .copyright .text {
  padding-top: 5px;
  float: left;
  margin-left: 5%;
}

#footer .copyright .links {
  float: right;
  padding: 0px;
  margin: 0px;
}

#footer .copyright .links .cc {
  float: left;
  background: url(../images/icons/cc.png) no-repeat 0 0px;
  width: 25px;
  height: 25px;
  display: inline;
  text-indent: -5000px;
  margin-right: 5px;
}

#footer .copyright .links .wp {
  float: left;
  background: url(../images/icons/wp.png) no-repeat 0 0px;
  width: 25px;
  height: 25px;
  display: inline;
  text-indent: -5000px;

}





/***************************************************************************************************
  Responsivo:  screen >= 1320
***************************************************************************************************/

@media (max-width: 1320px) {
  .main.container {
    width: 95%;
  }

  #highlights .column-1 .headline .post-title {
    font-size: 2.3vw;
    line-height: 2.5vw;
  }

  #highlights .column-2 .headline .post-title {
    font-size: 2.3vw;
    line-height: 2.5vw;
  }

 #highlights .headline .post-excerpt {
  font-size: 1.15vw;
  line-height: 1.2vw;
 }

  .nav-top .ui.menu .item {
    /*padding: 8px 5px;*/
  }

   
}


/***************************************************************************************************
  Responsivo:  screen >= 991
***************************************************************************************************/

@media (max-width: 991px) {

  body {
    margin-top: 60px;
  }

  #header .navbar-cdbr {
   position: fixed;
    top: -3px;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  #header .navbar-cdbr .bt-sidebar-right {
    position: absolute;
    top: 0px;
    right: -2.5%;
  }

  #header .navbar-cdbr .bt-sidebar-right .notifications {
    top: 05px;
    left: 35px;
  }
  
  #highlights .column-1 .headline .post-title {
    font-size: 4.1vw;
    line-height: 4.2vw;
  }

  #highlights .column-2 .headline .post-title {
    font-size: 3.8vw;
    line-height: 3.9vw;
  }

  #highlights .column-3 .headline .post-title {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  /*#highlights .column-1 .headline .post-title {
    font-size: 4.1vw;
  }*/

 #highlights .headline .post-excerpt {
  font-size: 2vw;
  line-height: 2.4vw;
 }
 
  #highlights .column-3 .headline .post-excerpt {
   font-size: 1.8vw;
    line-height: 2vw;
  }

  #highlights .column {
    margin-bottom: 30px;
  }

  #highlights .two.column {
    margin-bottom: 0px;
  } 

  .nav-top h4 {
    display: none;
  }

   #footer .codigo {
    width: 100%;
    left: 0%;
  }

  #footer .codigo a {
    width: 90%;
    padding: 5px 3%;
  }

  #footer .menu-footer {
    padding-top: 95px;
    /*margin-left: 3%;*/
  }

  #footer .sitemap ul.menu-footer li {
    /*width: 25%;*/
  }



  /*--------------------------------------------------------------
    3.4 - menu topo
  --------------------------------------------------------------*/
  .nav-top {
    display: none;
  }

  .navbar-cdbr {
    position: relative;
  }

  .navbar-cdbr .menu-header {
    display: none;
  }

 .navbar-cdbr .logo {
  margin-left: 0px;
 }

  #header .navbar-cdbr .ui.icon.button {
    display: inline-block;
  }

  #header .navbar-cdbr i.icon.reorder:before {
    font-size: 25px;
  }

}


/***************************************************************************************************
  Responsivo:  screen >= 767px
***************************************************************************************************/
@media (max-width: 767px) {

  body {
    margin-top: 45px;
  }

  #site {
    /*padding-bottom: 490px;*/
    overflow-x: hidden;
  }

  #header .navbar-cdbr {
    height: 50px;
  }

  #header .navbar-cdbr .button.launch {
    position: absolute;
    left: 0px;
    top: -8px;
  }

  #header .navbar-cdbr .logo a {
    position: absolute;
    left: 50%;
    background: url(../images/logo/logo_small_mobile.png) no-repeat 0 5px;
    height: 40px;
    width: 200px;
    margin-left: -100px;
  }

  #header .navbar-cdbr .bt-sidebar-right {
    height: 50px;
    width: 60px;
  }

  #header .navbar-cdbr .bt-sidebar-right img.avatar {
    top: 5px;
    left: 10px;
  }

  .entry iframe {
    width: 100%;
  }

  #highlights .column:nth-child(1)  .column:nth-child(1) .post-title {
    /*font-size: 26px;*/
  }

  #highlights .headline .post-title {
    line-height: 1;
  }

  #highlights .column-1 .headline .post-title {
    font-size: 5vw;
    line-height: 5.2vw;
  }

  #highlights .column-2 .headline .post-title {
    font-size: 4.5vw;
    line-height:  4.7vw;
  }

  #highlights .column-3 .headline .post-title {
    font-size: 3.5vw;
    line-height: 3.7vw;
  }

 
 #highlights .headline .post-excerpt {
  font-size: 2.8vw;
  line-height: 3vw;
 }
 
  #highlights .column-3 .headline .post-excerpt {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  #principais-blogs ul#blogs-list li {
    width: 98%;
    max-width: 530px;
    float: left;
  }

  #divulgacao .patrocinio {
    width: 100%;
  }

  #divulgacao .realizacao {
    margin-left: 0px;
  }


  #footer .codigo {
    width: 100%;
    left: 0%;
  }

  #footer .codigo a {
    width: 90%;
    padding: 5px 3%;
  }

  #footer .menu-footer {
    padding-top: 95px;
  }

  #footer .sitemap ul li {
    width: 33%;
  }

  /* pagination
  ================================================== */
  .section-index .pagination .wp-pagenavi {
      /*width: 300px;*/
      width: 100%;
  }

  .section-index .pagination a {
    padding: 4px 4px;
  }


  .section-index .pagination .previouspostslink,
  .section-index .pagination .nextpostslink {
      padding: 4px 4px;
  }
  .section-index .pagination .first,
  .section-index .pagination .previouspostslink {
      margin-right: 2px;
  }

  .section-index .pagination .last,
  .section-index .pagination .nextpostslink {
    margin-left: 2px;
  }
  .section-index .pagination .page, 
  .section-index .pagination .extend {
    display: none;
  }

}

/***************************************************************************************************
  Responsivo:  screen >= 700px
***************************************************************************************************/
@media (max-width: 450px) {

  #highlights .post-excerpt {
    display: none;
  }

}
