


#cookie-bar {background:rgba(61,166,23,0.75); height:auto; line-height:40px; color:#FFFFFF; padding:3px 10px; font-family:verdana, serif;text-align:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;box-shadow:0 0 5px 0 rgba(0,0,0,1); font-size:16px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;font-size:inherit;}
#cookie-bar .cb-enable {background:#FFAB17; float:right;}
#cookie-bar .cb-enable:hover {background:#FFD203;color:black;}
#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;}



/**
___RESPONSIVE
**/


@media screen and (max-width: 992px) {
	
	#cookie-bar {
			height: 32vw !important;
			line-height: 6vw !important;
			font-size: 6vw !important;
			box-shadow: unset;
			padding: 2vw;
			}
		
		#cookie-bar .cb-enable {
			float: unset;
			text-align: center;
			width: 100%;
			height: 9vw;
			margin-top: 1vw;
			}
		#cookie-bar a {
			padding: unset;
			margin: unset;
			text-align: center;
			}
	
		#cookie-bar.fixed.bottom {
			bottom: 10vw;
		}
		
	}



/**
___FIN RESPONSIVE
**/