﻿/**********************************************************
// cookie-consent-bar >> bar
**********************************************************/
#cookie-consent-bar {
	background:#e5e5e5; 
	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:14px;
	}
/**********************************************************
// 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:#85B135;
	font-size:16px;
	margin:0 8px;
	}
#cookie-consent-bar .sb-enable:hover {
	background:#6ec478;
	font-size:16px;
	}
/**********************************************************
// cookie-consent-bar >> button >> disable
**********************************************************/
#cookie-consent-bar .sb-disable {
	background:#e41b40;
	font-size:16px;
	margin:0 8px;
	}
#cookie-consent-bar .sb-disable:hover {
	background:#e93f5e;
	font-size:16px;
	}
/**********************************************************
// cookie-consent-bar >> policy
**********************************************************/
#cookie-consent-bar .sb-policy {
	color:#56aaff;
	font-size:16px;
	text-decoration:underline;
	margin:0 2px;
	}
#cookie-consent-bar .sb-policy:hover {
	color:#333333;
	font-size:16px;
	text-decoration:underline;
	}