@charset "utf-8";
/* CSS Document */
body, html
{
    margin: 0px; padding: 0px;
}

.footer {
	font-family:din_regular;
	font-size:14px;
	font-weight:bold;
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
	text-align:center;
	background-color:#000; 
	color:#fff;
	display: flex;
	justify-content:center;
	align-items: center;
	z-index:999999;	

}

.logos {
    position: fixed;
    bottom: 0px;
    right: 0px;
	text-align:center;
	float:left;
}