#sp-header {
  background: #ffffff none repeat scroll 0 0;
  height: 100px;
  left: 0;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 99;
  border-bottom: 3px solid red;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
 display: block;
  padding: 0 15px;
  line-height: 95px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bf1e2d !important;
  font-weight: 600 !important;
  margin: 0;
  text-decoration: none;
}

#sp-header .logo {
  display: inline-block;
  height: 100px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
  padding: 5px;
}

#sp-header .logo img {
	width: 100%;
	height: auto;
  max-height: 100px;
  
}