#cookie-bar {display: none; background:#f2f2f2; line-height:25px; color:#666; text-align:center; padding:13px; position:relative; z-index:101; font-family: "Helvetica Neue LT W01_55 Roman",Helvetica,Roboto,Arial,sans-serif}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0 auto; padding-top:7px; font-size: 14px; line-height: 22px;}
#cookie-bar .cb-enable {color:#fff; background:#9cc; display:inline-block; text-decoration:none; padding: 6px 45px; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; border: 1px solid #999; font-weight: normal;}
#cookie-bar .cb-enable:hover, #cookie-bar .cb-enable:visited { background: #9bcccc!important; color: #fff!important; font-weight: 700; }
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {color: #666;font-weight: normal;text-transform:uppercase;}

@media only screen and (max-width: 1024px){
  #cookie-bar {
    padding: 8px 15px;
  }
  #cookie-bar p {
    padding-top: 2px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (min-width: 900px) {
	#cookie-bar p {max-width: 100%;}
	#cookie-bar .cb-enable { padding: 10px 30px;}
    
}

/*.logged-in #cookie-bar { top: 48px; }*/