/* 
    Created on : 01-Mar-2019, 11:44:48
    Author     : hymera
*/
.breadcrumbs {
  min-height: 30px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.breadcrumbs span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumbs span span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumbs span span a, .breadcrumbs span span strong {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 1em;
  margin: 1em 0.7em;
  border: 1px solid #e2e2e2;
}
.breadcrumbs span span a .fa, .breadcrumbs span span strong .fa {
  margin-right: 6px;
}
.breadcrumbs span span a:hover, .breadcrumbs span span strong:hover {
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .breadcrumbs span span a, .breadcrumbs span span strong {
    padding: 0.5em;
    margin: 0.5em 0.3em;
  }
}
.breadcrumbs span span strong {
  font-weight: normal;
}

/*# sourceMappingURL=breadcrumbs.css.map */
