#sp-top-bar {
    position: absolute;
    left: 0;
   background-color:  #4D4D4D!important;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0 0;
	text-align: center;
	height: 100px;
}
#sp-top-bar .container {
    border-bottom: 0px solid rgba(255,255,255,0.2)!important;
    display: table;
    padding-bottom: 10px;
}



#sp-footer {
    background-color: #4D4D4D!important;
    padding: 30px 0 15px 0;
	    text-align: center!important;
}


#sp-footer .sp-copyright {
    font-weight: 400 !important;
    font-size: 14px;
    color:#fff!important;
	text-align: center!important;
	
}

