.header-logo {
  height: 60px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.fixed-bar {
  position: fixed;
  z-index: 999;
  opacity: 0.97;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: #fcb918;
  padding: 26px;
  color: #fff;
  white-space: normal;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  font-weight: 700;
}

.fixed-bar a {
  color: #fff;
}

.fixed-bar:hover {
  background-color: #f58220;
}

.img-9-argumenata {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 525px) {
  .img-9-argumenata {
    max-width: 100%;
  }
}

p {
  font-size: 18px;
  color: #666666;
  line-height: 1.618;
}

li {
  font-size: 15px;
  color: #666666;
  line-height: 1.618;
}

ul {
  padding-bottom: 30px;
}

.img-full {
  width: 100%;
}

.saznaj-vise-button {
  background-color: #fcb918;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 6px 30px;
  margin-top: 10px;
}

.saznaj-vise-button span {
  color: #fff !important;
}
