.header-bonus { display: none; position: absolute; }
.is-sticky .header-bonus { display: table; width: 100%; max-width: 350px; }
.is-sticky .header-bonus .header-bonus-img { display: table-cell; width: 30%; vertical-align: middle;}
.is-sticky .header-bonus .header-bonus-img img { max-height: 40px; }
.is-sticky .header-bonus .header-bonus-btn { display: table-cell; width: 70%; vertical-align: middle; }
.is-sticky .header-bonus .header-bonus-btn a {
  font-family: 'Oswald', sans-serif;
  display: block;
  width: 75%;
  padding: 5px 15px;
  background-color: #e67e22;
  border-bottom: solid 5px #d35400;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}
.is-sticky .header-bonus .header-bonus-btn a:hover { background-color: #d35400; border-bottom: solid 5px #e67e22; }

@media (max-width:979px) {
  .is-sticky .header-bonus { display: none; }
}
