#cookieAccept {
	background-color:#fefefe;
	margin:auto;
	width:70%;
	overflow:hidden;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	height:auto;
	padding:10px 38px;
	padding-bottom: 25px;
	padding-top: 25px;
	position:fixed;
	bottom:24px;
	left:0;
	right:0;
	z-index:99999;
	-webkit-box-shadow:-1px 1px 19px -5px rgba(176,176,176,1);
	-moz-box-shadow:-1px 1px 19px -5px rgba(176,176,176,1);
	box-shadow:-1px 1px 19px -5px rgba(176,176,176,1);
	border:1px solid #e2e2e2;
	transition:all .3s}
	#cookieAccept.hidden{display:none;transition:all .3s}
	#cookieAccept .cookieAcceptLink{color:#00f}
	#cookieAccept p{float:left;width:80%;
		margin-bottom:0;color:#797979}
		#cookieAccept p strong{font-weight:700}
		#cookieAcceptButton{
			background:#000;
			border:2px solid #ffc4a2;
			border-radius: 5px;
			font-size:16px;
			margin:15px 0;
			padding:8px 10px;
			color:#fff}
			#cookieAcceptButton:hover{border-color:#e25700
}

#cookieconsent{
	z-index: 9999999999999;
}