/**********************************************************
// cookie-consent-bar >> bar
**********************************************************/
#cookie-consent-bar {
	background:#000; /*#f6f6f6;*/ 
	min-height:24px; 
	line-height:24px; 
	color:#ddd; /*#595959; */
	text-align:center; 
	padding:3px 0; 
	width:100%; /* opacity bar :
	opacity: 0.6; 
	filter: alpha(opacity=60); */
	}
#cookie-consent-bar:hover { /* opacity bar :
	opacity: 1.0;
	filter: alpha(opacity=100); */
	}
#cookie-consent-bar.fixed {
	position:fixed; 
	bottom:0; 
	left:0; 
	z-index:100;
	}
/**********************************************************
// cookie-consent-bar >> text
**********************************************************/
#cookie-consent-bar p {
	background:#000;
	margin:0; 
	padding:0 10px; 
	font-size:12px;
	}
/**********************************************************
// cookie-consent-bar >> link
**********************************************************/
#cookie-consent-bar a {
	color:#ffffff; 
	display:inline-block; 
	border-radius:3px; 
	text-decoration:none; padding:0 6px;
	}
/**********************************************************
// cookie-consent-bar >> button >> enable
**********************************************************/
#cookie-consent-bar .sb-enable {
	background:#46aa51;
	margin:0 8px;
	}
#cookie-consent-bar .sb-enable:hover {
	background:#6ec478;
	}
/**********************************************************
// cookie-consent-bar >> button >> disable
**********************************************************/
#cookie-consent-bar .sb-disable {
	background:#e41b40;
	margin:0 8px;
	}
#cookie-consent-bar .sb-disable:hover {
	background:#e93f5e;
	}
/**********************************************************
// cookie-consent-bar >> policy
**********************************************************/
#cookie-consent-bar .sb-policy {
	text-decoration:underline;
	margin:0 2px;
	}
#cookie-consent-bar .sb-policy:hover {
	text-decoration:underline;
	}