#cookie-bar {
	background: transparent;
	height: auto;
	min-height:100px;
	color: #eeeeee;
	text-align: center;
	padding: 20px 5%;
	font: 17px/26px MyriadPro, sans-serif;
}
#cookie-bar.fixed {
	position: fixed;
	left: 0;
	width: 90%;
	top: 0px;
	z-index: 1000;
}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {
	margin: 130px auto 0;
	padding: 20px;
	background: #fff;
	border:1px solid #ccc;
	max-width:520px;
	width:100%;
	text-align:left;
	color:#20275e;
		-moz-box-shadow: 0 0 20px 0px #000;
	-webkit-box-shadow: 0 0 20px 0px #000;
	box-shadow: 0 0 20px 0px #000;
}
#cookie-bar p span {
	display: block;
	margin-top:12px;
	overflow:hidden;
}
#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	padding: 4px 10px;
	margin-right: 12px;
	height: 26px;
	background:#052b68;
	float:right;
}
#cookie-bar a:hover {
	background:#c00d0d;
}
#cookie-bar a + a{
	border-left: none;
}
@media(max-width: 1025px){
#cookie-bar.fixed {width: 100%;}
#cookie-bar p {margin-top: 85px;width: 60%;}