/*Podesuvanje na menito so artiklite*/
.view-article article.item {
  display: block;
  padding: 0 70px 70px 70px;
  border-radius: 3px;
  position: relative;
  float: left;
  z-index: auto;
  clear: both;
}
.error-page .error-code {
    font-weight: 300;
    font-size: 210px;
    line-height: 1;
    margin: 110px 0 5px;
    padding: 0;
    color: #000763;
}