style.css [1584:1604]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  }
  .sticky-header label > span:before,
  .sticky-header label > span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #ff542a;
    height: 3px;
    transition: top .3s .3s, transform .3s;
  }
  .sticky-header label > span:before {
    top: 7px;
  }
  .sticky-header label > span:after {
    top: -7px;
  }
  .sticky-header .s-img {
    position: relative;
  }
  .sticky-header .s-img img {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style.css [1694:1714]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  }
  .sticky-header label > span:before,
  .sticky-header label > span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #ff542a;
    height: 3px;
    transition: top .3s .3s, transform .3s;
  }
  .sticky-header label > span:before {
    top: 7px;
  }
  .sticky-header label > span:after {
    top: -7px;
  }
  .sticky-header .s-img {
    position: relative;
  }
  .sticky-header .s-img img {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



