#cookie-bar {
	background:#ffffff; 
	border-radius: 5px;
	color:#4A4A4A; 
	text-align:left;
	float: none;
    left: 30px;
    margin: 0 auto;
    padding: 16px 24px;
    position: fixed;
    text-shadow: none;
    width: 20vw;
    z-index: 16777270;
    bottom:30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	font-size: 12px;
	box-sizing: border-box;
	line-height: 1.5;
}
#cookie-bar#cookie-bar h4{color: #1c77ba !important; text-align:left; line-height: 1.5;}
#cookie-bar h4{font-weight: 700 !important; font-size: 14px; text-transform: uppercase; color: #1c77ba; margin: 0; margin-bottom: 10px; line-height: 1.5;}
#cookie-bar a{color: #1c77ba; display: inline-block; text-decoration: none; outline: none; font-weight: 600 !important; line-height: 1.5;}
#cookie-bar span{margin-right: 4px; font-weight: 600 !important; line-height: 1.5;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar .cb-enable {border:1px solid #1c77ba; background:#1c77ba; padding:8px 12px; transition: background 250ms ease; color: #fff; margin-top: 10px; float: right;}
#cookie-bar .cb-enable:hover {background:#45a1e0;}
#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 screen and (max-width: 992px){
	#cookie-bar {
	  	width: 50vw;
	}
}
@media screen and (max-width: 768px){
	#cookie-bar {
	  	width: auto;
		right: 30px;
	}
}