.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  background:#fff;
}
@media screen and (min-width: 769px){
.site-header {
    padding: 0px 0;
}
}
.ap-image{
  width: 150px;
  height: 80px;
}
.ap-text-center{
	text-align:center;
  padding-top: 20px;
}