.promo-body{padding-top: 55px !important;}
.promo{width: 100%; height:55px; position:absolute; top:0; z-index: 99999;}
.orange-bg{background-color: #67a749; }
.promo-text{font-size: 15px; text-align:center; padding: 14px 0; color: #FFF; vertical-align: middle; z-index:9999;}
.promo-text .btn{clear:none; float:none; display: inline-block; margin: 0 0 0 10px;}
.promo .promo-close {
  cursor:pointer;
  margin: 10px;
  position: absolute;
  right: 0;
  z-index: 99;
  display: block;
  width: 33px;
  height: 33px;
  opacity: .3;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 6px;
  color: #FFF;
  font-size: 20px;
  line-height: 1.7em;
}
.promo .promo-close:hover{opacity:1; text-decoration:none;}
.promo {position:fixed; box-shadow: 0 2px 3px rgba(0,0,0,.6)}