.breadcrumbs {
  @include clearfix;
  margin-top: $gutter * 2;
  ol {
    @include clearfix;

    padding-left: 0;

    li {
      float: left;
      background-image: url("../images/separator.png");
      background-position: 0% 55%;
      background-repeat: no-repeat;
      margin-left: 0.6em;
      margin-bottom: 0.4em;
      padding-left: 0.9em;

      &:first-child {
        background-image: none;
        margin-left: 0;
        padding-left: 0;
      }
    }
  }
}
