#cookie-bar {
	  background-color: rgba(40, 40, 40, 1);
    bottom: 0;
    color: #eeeeee;
    font-size: 11px !important;
    height: auto;
    min-height: 24px;
    padding: 8px 14px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 111;
	}
	
	
#cookie-bar.fixed {
	position:fixed; 
	top:0;
	 left:0; 
	 width:100%;
	}
	
	
#cookie-bar.fixed.bottom {
	bottom:0;
	 top:auto;}
	
	
#cookie-bar p {
 color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 100%;
 }


#cookie-bar a {
	color:#ffffff;
	 display:inline-block;
	  border-radius:3px;
	   text-decoration:none;
	    padding:0 6px;
		 margin-left:8px;
		 }
	
	
#cookie-bar .cb-enable {
	background:#4c4c4c;
	}
	
	
#cookie-bar .cb-enable:hover {
	background:#6c6c6c;
	}
	
	
#cookie-bar .cb-disable {
	background:#4c4c4c;
	}
	
	
#cookie-bar .cb-disable:hover {
	background:#6c6c6c;
	}
	
	
#cookie-bar .cb-policy {
	background:#4c4c4c;
	}
	
	
#cookie-bar .cb-policy:hover {
	background:#6c6c6c;
	}