
/* ---------------------------------*/
/* cp: ------ cookie-bar ---------- */

#cookie-bar {
	padding:23px 20px 20px 20px; 
	height: auto; 
	text-align: center; 
	color: #ffffff; 
	line-height: 24px;
  background-color:#d2f0f0; 
}
#cookie-bar p {
	margin: 0px; 
	padding: 0px;
	color: #367c74;
}
#cookie-bar a {
	padding: 6px 16px; 
	border-radius: 0px; 
	color: #367c74; 
	text-decoration: none; 
	margin-left: 8px; 
	display: inline-block;
	border:2px solid #367c74;
}
#cookie-bar .cb-enable {}
#cookie-bar .cb-enable:hover {}
#cookie-bar .cb-disable {
	background: rgb(153, 0, 0);
}
#cookie-bar .cb-disable:hover {
	background: rgb(187, 0, 0);
}
#cookie-bar .cb-policy {}
#cookie-bar .cb-policy:hover {}
.fixed#cookie-bar {
	left: 0px; top: 0px; width: 100%; position: fixed;
}
.bottom.fixed#cookie-bar {
	top: auto; bottom: 0px; z-index:1000;
}
/* cp: ------ cookie-bar ---------- */
/* ---------------------------------*/