#cookie-bar {background:rgba(30, 33, 93, 0.73); height:28px; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; z-index:1;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;bottom:0; top:auto;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:2px; color:#FFFFFF;}
#cookie-bar a {color:#365CA7; display:inline-block; border-radius:3px; text-decoration:none; padding:0 10px; margin-left:8px;}
#cookie-bar .cb-enable {background:#FFF; padding:0 12px;}
#cookie-bar .cb-enable:hover {background:#E8E2D9;color:#263045; transition:.5s;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

@media only screen and (max-device-width: 1033px), only screen and (max-width: 1033px) {
	#cookie-bar {
		padding:5px 0 45px;
		}
	}
@media only screen and (max-device-width: 528px), only screen and (max-width: 528px) {
	#cookie-bar {
		padding:5px 0 60px;
		}
	}
@media only screen and (max-device-width: 480px), only screen and (max-width: 480px) {
	#cookie-bar {
		padding:10px 0 65px;
		}
	}
@media only screen and (max-device-width: 320px), only screen and (max-width: 320px) {
	#cookie-bar {
		padding:10px 0 70px;
		}
	}
@media only screen and (max-device-width: 283px), only screen and (max-width: 283px) {
	#cookie-bar {
		padding:10px 0 75px;
		}
	}
