footer {
	background-color: #323e48;
	margin: 0px 50px;
	border-radius: 25px;
}

footer p, a {
	color: #91989e;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

p.footer-title {
	color: #6a737b;
}

p.copyright {
	font-weight: 400;
}

p.walker {
	font-weight: 400;
	float: right;
}

a:hover {
	color: #ffffff;
}

img.walker {
	margin-top: -20px;
}

img:hover.walker {
    filter: brightness(100);
}

/* COOKIE */

#cookie {
    background-color: rgba(51, 153, 255, 1);
    color: #ffffff;
    width: 100%;
    height: auto;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 9999;
}

p.cookie {
	color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

a.cookie {
    color: #003a5d;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

#cookie-close {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0;
    font-weight: bold;
}

#cookie-close:hover {
    color: #ffffff;
}

#cookie a.cookie-agree {
    background-color: #38d430;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 20px;
    cursor: pointer;
    float: right;
    margin: 0 20px;
    text-align: center;
}

#cookie a.cookie-agree:hover {
    background-color: #003a5d;
}

@media (max-width: 480px) {
	footer {
		margin: 0px 25px;
	}

	p.walker {
    	float: left;
	}

	img.walker {
    	margin-top: 0px !important;
	}

	footer p, footer a {
	font-size: 16px;
	line-height: 22px;
	}

	#cookie a.cookie-agree {
    float: left;
    margin: 0 auto;
}

@media (min-width: 481px) and (max-width: 768px) {
	p.walker {
    	float: left !important;
	}

	img.walker {
    	margin-top: 0px !important;
	}
}