/********** Cookie agree bar down 3 buttons **********/
#cookie-bar {background:rgba(0,0,0,.7);height:auto;font-size:14px;color:#eeeeee;text-align:left;}
#cookie-bar img{float:left; margin-right:12px;max-height:90px;}
#cookie-bar.fixed {position:fixed; top:20px; left:20px;bottom: auto;max-width:35%;min-width: 400px; width: auto;padding: 15px;border-radius: 5px;display: block;height: auto;white-space:unset !important;}
#cookie-bar.fixed.bottom {bottom: 20px;left: 20px;top: auto;max-width:35%;min-width: 400px; width: auto;padding: 15px;border-radius: 5px;display: block;height: auto;white-space:unset !important;}
@media screen and (max-width: 767px) {
	#cookie-bar {text-align:center;}
	#cookie-bar img{display:none;}
	#cookie-bar.fixed.bottom {left:2%;width: 96%;min-width:96%;max-width:96%;}
}
#cookie-bar p{margin:0; padding:0;}
#cookie-bar a{color:#000000 !important; border-radius:3px; text-decoration:none; }
#cookie-bar a:hover{/*color:#ffffff !important;*/text-decoration:none; }
#cookie-bar .cb-acceptall {background:#ffe100;display: block;clear: both;padding: 10px 10px;margin:7px 0; font-size:15px;font-weight:500;text-align:center;}
#cookie-bar .cb-acceptall:hover {background:#ffffff;}
#cookie-bar .cb-settings {background:#FFF8BF;display:inline-block;padding: 5px 10px;width:49%;float:right;text-align:center;font-weight:400;}
#cookie-bar .cb-settings:hover {background:#ebe4af;}
#cookie-bar .cb-policy {background:#FFF8BF;display:inline-block;padding: 5px 10px;width:49%;float:left;text-align:center;font-weight:400;}
#cookie-bar .cb-policy:hover {background:#ebe4af;}
