* {margin:0; padding:0; outline:0; border:0;}

#cookie-bar {
	background-color: #FFF6F0;
	width:100%;
	height: auto;
	min-height: 24px;
	line-height: 26px;
	text-align: center;
	position: fixed;
	padding:13px 5px 9px 5px;
	font-size: 14px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	bottom:0px;
	z-index:9997;
}



#cookie-bar.fixed {position:fixed; top:0px; left:0; width:100%;z-index:99999999;}
#cookie-bar.fixed.bottom {bottom:0px; top:auto;z-index:99999999;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:12px; text-decoration:none; padding:0 9px; margin-left:8px;}
#cookie-bar .cb-enable {background-color:#FFB288;padding-bottom:1px;}
#cookie-bar .cb-enable:hover {background-color:#FFC3A3;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background-color: #FFB288;padding-bottom:1px;}
#cookie-bar .cb-policy:hover {background-color:#FFC3A3;}