.bave_wrapper {
  position: fixed;
  right: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
  .bave_wrapper.bave_invisible {
    opacity: 0;
    z-index: -999; }
  .bave_wrapper.bave_hide {
    right: -100%; }
  .bave_wrapper.bave_show {
    right: 0; }
  .bave_wrapper.bave_visible {
    opacity: 1;
    z-index: 999; }
  .bave_wrapper .bave_close {
    position: absolute;
    top: -24px;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    z-index: 20;
    cursor: pointer; }
  .bave_wrapper .bave_link .bave {
    position: fixed;
    height: 290px;
    width: 195px; }
    .bave_wrapper .bave_link .bave h3 {
      text-transform: uppercase; }

#content_bave {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden; }
  #content_bave div[id^="div-gpt-ad"] {
    margin: 25px auto; }
  #content_bave a, #content_bave img {
    display: block; }
  @media screen and (max-width: 768px) {
    #content_bave.mobile_hide {
      display: none; } }

/*# sourceMappingURL=bave.css.map */
