.topbar {
  background-color: #333;
  font-family: "Roboto";
  font-size: 12px;
}
.topbar .inner {
  padding: 5px 0px;
}
.topbar .inner * {
  color: #bfbfbf;
}
.topbar .inner a {
  margin-right: 6px;
}
.topbar .inner a:hover {
  color: #fff;
}
.topbar .inner a:hover i {
  color: #fff;
}
.topbar .access-drop {
  background-color: #333;
}
.blb-header {
  background-color: #B3D353;
  padding: 10px 0;
}
.blb-header a {
  margin-right: 10px;
}
.blb-header a:hover {
  text-decoration: none;
}
.blb-header a:hover i {
  color: #333;
}
.blb-header a i {
  font-size: 28px;
  color: #02684C;
}
.footer {
  margin-top: 15px;
  background-color: #424949;
  padding: 15px;
  color: #f4f6f7;
}
.footer-sticky.sticky-fixed {
  position: fixed;
  bottom: 0px !important;
  width: 100%;
}
.blb-item {
  position: relative;
}
.blb-item img {
  border-radius: 8px;
}
.blb-item .titulo {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
.blb-item .assunto {
  font-size: 12px;
  color: #95a5a6;
}
.blb-cat {
  border-radius: 8px;
  padding: 25px 10px;
  background-color: #f0f3f4;
  position: relative;
}
.blb-cat .nome {
  font-size: 20px;
}
.blb-cat .nome i {
  font-size: 25px;
}
.blb-cat .total {
  margin-top: 10px;
}
.blb-cat .total .uk-badge {
  background-color: #aab7b8;
}
body, html {
  background-color: #f0f3f4;
}
