#cookie-bar {background:#1F2243; border-top:1px solid #2E325E; height:24px;min-height: 24px; height:auto !important; line-height:24px; color:#eeeeee; text-align:center; font-weight:800;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%; /*height:90px;min-height: 90px; height:auto !important;  line-height:40px;*/ padding:15px 10px 20px 10px; z-index:5000;}
#cookie-bar p {margin:0; padding:0; font-size:15px; line-height:22px; }
#cookie-bar a {color:#000; cursor:pointer; display:inline-block; border-radius:5px; text-decoration:none; padding:15px 25px; margin:15px 0 0 0; line-height:20px;}


#cookie-bar .cb-enable {background:#fdcd01;}
#cookie-bar .cb-enable:hover {background:#fdcd01;}
#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 (min-width:768px) {
	
#cookie-bar a {color:#000; cursor:pointer; display:inline-block; border-radius:5px; text-decoration:none; padding:15px 25px; margin:10px 0 0 25px; line-height:20px;}
	
.notification {
	display:none;
}

}