#banner-popup-in-right {
  position: fixed;
  bottom: 100px;
  z-index: 10;
  border: 6px solid #002d49;
  border-radius: 5px;
  background: white;
  right: -1000px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  #banner-popup-in-right.show:not(.close) {
    right: 0; }
  #banner-popup-in-right .close {
    position: absolute;
    z-index: 11;
    left: 0;
    cursor: pointer; }

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