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