
/*MOBILE*/
@media screen and (max-width: 576px) {
	#cookie-bar { -webkit-transition: opacity 2s; -moz-transition: opacity 2s; -o-transition: opacity 2s; transition: opacity 2s; font-size:11px; line-height:12px; letter-spacing:1px; font-weight:300; color:#979797; background:#f7f7f7; padding:30px; position:fixed; bottom:1%; left:1%; width:98%; z-index:999999; border:solid 1px #979797; }
	#cookie-bar.fixed { position:fixed; top:0; left:0; width:100%; }
	#cookie-bar p { margin:0; padding:0; clear: both; }
	#cookie-bar a { color:#979797; text-decoration:none; }
	#cookie-bar .cb-enable { background:transparent; display: inline-block; border:solid 1px #979797; font-size: 11px; padding: 8px 16px; margin: 8px 0 0 0; }
	#cookie-bar .cb-enable:hover { background:black; color: white; border:solid 1px black; }
	#cookie-bar .cb-policy { display: none; 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: 577px) {
	#cookie-bar { -webkit-transition: opacity 2s; -moz-transition: opacity 2s; -o-transition: opacity 2s; transition: opacity 2s; font-size:11px; line-height:12px; letter-spacing:1px; font-weight:300; color:#979797; background:#f7f7f7; padding:20px; position:fixed; bottom:1%; left:1%; width:400px; z-index:999999; border:solid 1px #979797; }
	#cookie-bar.fixed { position:fixed; top:0; left:0; width:100%; }
	#cookie-bar p { margin:0; padding:0; clear: both; }
	#cookie-bar a { color:#979797; text-decoration:none; }
	#cookie-bar .cb-enable { background:transparent; display: inline-block; border:solid 1px #979797; font-size: 11px; padding: 8px 16px; margin: 8px 0 0 0; }
	#cookie-bar .cb-enable:hover { background:black; color: white; }
	#cookie-bar .cb-policy { display: none; background:transparent; }
	#cookie-bar .cb-policy:hover { background:transparent; }
	#cookie-bar .cb-disable { background:transparent; }
	#cookie-bar .cb-disable:hover { background:transparent; }
}
