
/*MOBILE*/
@media screen and (max-width: 768px) {
	#cookie-bar {font-size:11px; line-height:12px; letter-spacing:1px; font-weight:300; color:#000; background:#f7f7f7; padding:30px; position:fixed; bottom:10%; left:1%; width:98%; z-index:999999; border:solid 1px #f7f7f7;}
	#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
	#cookie-bar p {margin:0; padding:0; clear: both;}
	#cookie-bar a {color:#000; text-decoration:none;}
	#cookie-bar .cb-enable {background:transparent; position:absolute; right:5px; top:5px; font-size: 20px;}
	#cookie-bar .cb-enable:hover {background:transparent;}
	#cookie-bar .cb-policy {background:transparent;}
	#cookie-bar .cb-policy:hover {background:transparent;}
	#cookie-bar .cb-disable {background:transparent;}
	#cookie-bar .cb-disable:hover {background:transparent;}
}

/*DESKTOP*/
@media screen and (min-width: 769px) {
	#cookie-bar {font-size:11px; line-height:12px; letter-spacing:1px; font-weight:300; color:#000; background:#f7f7f7; padding:20px; position:fixed; bottom:10%; left:1%; width:250px; z-index:999999; border:solid 1px #f7f7f7;}
	#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
	#cookie-bar p {margin:0; padding:0; clear: both;}
	#cookie-bar a {color:#000; text-decoration:none;}
	#cookie-bar .cb-enable {background:transparent; position:absolute; right:5px; top:5px;}
	#cookie-bar .cb-enable:hover {background:transparent;}
	#cookie-bar .cb-policy {background:transparent;}
	#cookie-bar .cb-policy:hover {background:transparent;}
	#cookie-bar .cb-disable {background:transparent;}
	#cookie-bar .cb-disable:hover {background:transparent;}
}
