#sp-header #sp-menu .sp-column .sp-megamenu-parent {
    float: left;
}

#sp-footer { position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0px; left:0px;
    background-color: #c4c4c4 !important;
    padding-bottom: 3rem;
}

.col-lg-1 {
    width: 5% !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	
	#sp-logo {
		width: 30%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 30%;
	}
}