  /* Styles for Sticky Footer */
  
  .ad-sticky-banner {
    display: inline-block;
    z-index: 10001 ;
  }
  
  .ad-sticky-slot {
    position: fixed;
    height: auto;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(237,237,237,.7);
  }

  .ad-sticky-close-button {
    position:absolute;
    cursor: pointer;
    width:28px;
    height:28px;
    top:-28px;
    right:0;
    color: #000;
    font-weight: bolder; 
    background: rgba(237,237,237, .7);
    box-shadow:0 -1px 1px 0 rgba(0,0,0,0.2);
    border:none;
    border-radius:12px 0 0 0;
    font-size:20px;
}