.rd-navbar-static .rd-navbar-nav > li:first-child > a  {color:#ddd;}

h6, .heading-6 {
  font-size: 21px;
  letter-spacing: 0px
}

.post-item-image {
  height: 270px;
}

.post-minimal {
  margin-bottom: 15px;
}

.post-item-image a img {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.post-item-image a:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-parceiro{
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}