
.text-hokr {
  color: #a03d27 !important;
}

a.text-hokr:hover, a.text-hokr:focus {
  color: #822211 !important;
}

.bg-hokr {
  background-color: #a03d27 !important;
}

.bg-hokr-light {
    background-color: #bb563d !important;
}

.bg-gradient-hokr {
 background-color:#a03d27;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #bb563d), to(#771809));
 background-image:linear-gradient(180deg,#bb563d 10%,#771809 100%);
 background-size:cover
}

.border-left-hokr {
  border-left: 0.25rem solid #a03d27 !important;
}

.border-bottom-hokr {
  border-bottom: 0.25rem solid #a03d27 !important;
}
/* NENADEFINOVANE BARVY - PREVZATE Z PRIMARY!!! */
.badge-hokr {
  color: #fff;
  background-color: #8d2c19;
}

a.badge-hokr:hover, a.badge-hokr:focus {
  color: #fff;
  background-color: #ab4730;
}

a.badge-hokr:focus, a.badge-hokr.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 71, 48, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(171, 71, 48, 0.5);
}

