.fixed-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0c2849;
    z-index: 2000;
    padding: 6px 0 10px 0;
}
.topborder { background-color: #0c2849;
	border-top: 2px solid;
    border-color: #ff6600;
	padding: 6px 0 0 0;
}
@media (max-width: 576px) {
.fixed-footer{
	 position: fixed;
	}	
}
