/* 
    Document   : home
    Created on : 2013-03-11, 22:10:25
    Author     : Rafał
    Description:
        Purpose of the stylesheet follows.
*/

.more-content {
  font-weight: bold;
  color: #009dc5
}

.news {
  margin-top: 0
}

.news li div {
  font-weight: normal
}

.left-block > div {
  text-align: center
}

.button.blue {
  background-color: #009dc5;
  width: 150px;
  height: 50px
}

.owl-item {
  margin-right: 2rem;
  display: table-cell;
  float: none !important;
  vertical-align: middle;
  width: 172px;
}

#brands-slider .owl-item a img {
  display: block;
  margin: 0px auto;
  width: 96%;
}