#cookie-bar { z-index: 999;background-color: rgba(0,0,0,0.9); width: 380px; height:auto; box-sizing: border-box; overflow: hidden; 
              font-weight:normal; position: fixed; bottom: 30px; left: 30px; padding:30px;  color:white; border-radius:3px; font-family: OpenSans, arial, "sans-serif"; }
#cookie-bar.fixed {position:fixed; top:30; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar a { color:#ffffff; display:inline-block; text-decoration:none;  }
#cookie-bar .cb{ border-radius:3px; padding: 10px 10px 5px 10px; margin-right:8px; }
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#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 (max-width:950px) {
    #cookie-bar {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
                padding-top: 75px;
                padding-bottom: 75px;
	}
    }
