@media screen and (min-width: 992px){
.breadcrumb-style {
      background: url(/sites/ovi-bolcsi.pte.hu/files/bolcsi-circle.png) no-repeat left center, linear-gradient(to right, #f7a72b, #f7a72b, #f7a72b, #f7a72b) !important;
      border-top: 1px solid #f4cc93;
    }
}
@media screen and (max-width: 991px){
.breadcrumb-style {
    background: #f7a72b !important;
    border-top: 1px solid #f4cc93;
 }
}
a:hover, a:focus {
    color: #f7a72b;
    text-decoration: none;
}