#sp-header {
  background: #fafafc none repeat scroll 0 0;
  /*height: 90px;*/
  height: 110px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

