#cookie-bar {
font-size: 0.889rem;
line-height: 1.25rem;
font-weight: 300;
position: fixed;
bottom: 0;
color: #fff;
left: 0;
right: 0;
text-align:left;
z-index: 4;
 
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar p.cookie-head {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 800;
	letter-spacing: 0;
	display: table;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}
#cookie-bar p {  color: #fff; 
	width: 66.66667%;
	max-width: 66.66667%;
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
	margin-left: 16.66667%;
	font-size:calc(10.0698px + 0.441024rem);
}
#cookie-bar a {color:#fff; display:inline-block; padding:0; margin:0; text-decoration:underline; }
#cookie-bar .cb-enable {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 800;
	letter-spacing: 0;
	font-family: proxima-nova,sans-serif;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.5rem 2rem;
	color: #fff;
	background-color: #1d1d1d;
	border-color: #1d1d1d;
	color: #fff;
	background-color: #6aa300;
	border-color: #6aa300;
	-webkit-box-shadow: 0.25rem 0.25rem 0 rgb(74,114,0);
	box-shadow: 0.25rem 0.25rem 0 rgb(74,114,0);
	right: 0;
	top: 3rem;
	text-decoration: none;
	position: absolute;
}
     
#cookie-bar .cb-enable:hover {background:#465b0b; border-color:#465b0b;}
#cookie-bar .cb-disable {background:none; color:#000;}
#cookie-bar .cb-disable:hover {background:none; font-weight:bold;color:#000;}
#cookie-bar .cb-policy {background:none; color:#000;}
#cookie-bar .cb-policy:hover {background:none; font-weight:bold; color:#000;}


@media (max-width: 1024px) {
#cookie-bar p {
    margin-left:6.66667%;
} 
}
@media (max-width: 800px) {
    #cookie-bar p {
    margin-left: 6.66667%;
    margin-right: 0;
    width: 90%;
    max-width: 90%;
    }
    #cookie-bar .cb-enable {
    position: relative;
    bottom: 0;
    left: 6.66667%;
    top: auto;
    }
}