
/** General page styling **/
footer {
	padding-bottom: 20px;
	padding-top: 80px;
	background-color: #242424;
}
footer p {
	color: #333;
}
.footer-logo{
	text-align: center;

}
.footer-logo img {
	height: 40px;
	width: auto;
}
.footer-social{
	text-align: center;
	margin-top: 40px;

}

.footer-social img {
	width: 20px;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}
.footer-menu {
	text-align: center;
	margin-top: 40px;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
}
.footer-menu li {
	list-style-type: none;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 25px;
}
.footer-menu a {
	color: #F2EEE2;
}
.footer-credit {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.footer-credit p {
	color: #F2EEE2;
	font-size: 10px;
	padding: 0;
	margin: 0;
	line-height: 15px;
}
.footer-credit a {
	color: #d1d1d1;
	text-decoration: none;
	border: none;
}
#cookie-banner, #cookie-settings, #cookie-settings {
	position: fixed;
	bottom: 20px;
	background: #fff;
	padding: 20px 40px 20px 40px;
	text-align: left;
	z-index: 1000;
	border: 0px solid #282D57;
	width: 260px;
	font-size: 11px;
	color: #282D57;
	right: 20px;
	border-radius: 0px;
}
#cookie-banner {
	border: 0px solid #282D57;
}

#cookie-settings { 
	display: none;
}
#cookie-banner p {
	font-size: 10px;
	letter-spacing: 0.3;
	line-height: 15px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0;
}
#cookie-settings p { 
	font-size: 12px;
	letter-spacing: 0.3;
	line-height: 20px;
	margin-top: 0px;
}
#cookie-settings label { 
	margin-bottom: 10px;
}
#cookie-banner button, #cookie-settings button {
	cursor: pointer;
	padding: 10px 20px 10px 20px;
	border-radius: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	width: 100%;
	margin-top: 20px;
}
#accept-all {
	background: #282D57;
	color: #F2EEE2;
	border: 1px solid #282D57;
}
#customize { 
	background: #F2EEE2; 
	color: #282D57;
	border: 1px solid #282D57; 
}
#save-settings { 
	background: #282D57;
	color: #F2EEE2;
	border: 1px solid #282D57;
}