header {
	-webkit-transition: top .4s ease-out;
	-o-transition: top .4s ease-out;
	transition: top .4s ease-out;
}

#cookie_compliance {
	background: #fafafa;
	position: fixed;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	z-index: 999999;
	line-height: 20px;
	min-height: 40px;
	top: 0;
	opacity: 1;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

#cookie_compliance.hidden {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

#cookie_compliance a {
	font-weight: bold;
	color: #333;
}

#cookie_compliance button, #cookie_compliance > p {
	display: inline-block;
	vertical-align: top;
}

#cookie_compliance > p {
	margin-top: 10px;
}

#cookie_compliance #cc_buttons {
	display: inline-block;
	position: relative;
	margin: 3px 0 0 20px;
}

#cookie_compliance button {
	border: 0px;
	height: 35px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	background: #333;
	color: #fff;
	outline: none;
	position: relative;
}

#cookie_compliance button.outline {
	background: transparent;
	color: #333;
	margin-left: 5px;
}

#cookie_compliance button.outline:hover,
#cookie_compliance button.outline.active {
	background: #e9e9e9;
	/*color: #fff;*/
}

#cookie_compliance #cc_info {
	width: 330px;
	display: none;
	background: #e9e9e9;
	position: absolute;
	/*background: #3b8c6d;*/
	padding: 0 10px;
	text-align: left;
	right: 0px;
	top: 47px;
	font-size: 14px;
	line-height: 21px;
	border: 1px solid #ccc;
}

#cookie_compliance #cc_info.visible {
	display: block;
}

#cookie_compliance #cc_info p {
	margin: 15px 0;
}
