#advert-once {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: inline-block;
    background-color: rgba(18, 18, 18, 0.81);
    padding: 0px 0px 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

#advert-once .advert-button {
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 3;
    height: 23px;
}


#advert-once .advert-button a {
  color: antiquewhite;
  font-size: 10pt;
}



#progressBar {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: 24px;
  background-color: #000000b3;
  bottom: 0px;
}

#progressBar div {
  bottom: 0px;
  height: 100%;
  text-align: right;
  /*padding: 0 10px;*/
  line-height: 22px; /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #979797b3;
  box-sizing: border-box;
}

/* Do not take in account */
html{padding-top:30px}a.solink{position:fixed;top:0;width:100%;text-align:center;background:#f3f5f6;color:#cfd6d9;border:1px solid #cfd6d9;line-height:30px;text-decoration:none;transition:all .3s;z-index:999}a.solink::first-letter{text-transform:capitalize}a.solink:hover{color:#428bca}
