/**********************************************************
// cookie-consent-bar >> bar
**********************************************************/
#cookie-consent-bar {
	background:#f6f6f6; 
	min-height:24px; 
	line-height:24px; 
	color:#595959; 
	text-align:center; 
	padding:10px 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 {
	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:3px 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;
	display:none;
	}
#cookie-consent-bar .sb-disable:hover {
	background:#e93f5e;
	}
/**********************************************************
// cookie-consent-bar >> policy
**********************************************************/
#cookie-consent-bar .sb-policy {
    margin: 0 4px;
      background-color: #5ab9d9;
	}
#cookie-consent-bar .sb-policy:hover {
	background-color: #61cbee;
	}