#eu-cookie{
	background:rgba(0,0,0,0.8);
	display:none;
	color:#fff;
	position:fixed;
	z-index:3000;
	-webkit-transform:translateZ(0);
	width:100%;
	height: 50px;
}

#eu-cookie.top{
	top:0
}

#eu-cookie.bottom{
	bottom:0
}

#eu-cookie .popup-wrapper{
	padding:0px 15px 0px 15px;
}

#eu-cookie .popup-wrapper span{
	border:none;
	color:#fff;
	margin:0;
	font-size:14px;
	line-height: 35px;
	margin-right: 20px;
}

#eu-cookie .popup-wrapper a{
	color:#4279a6
}

#eu-cookie .popup-wrapper a:hover{
	color:#b2d9ff
}

#eu-cookie .popup-wrapper a.close-icon{
	float:right
}

#eu-cookie .popup-wrapper a.close-icon .fa{
	color:#fff
}

#eu-cookie .popup-wrapper a.close-icon .fa:hover{
	color:#b2d9ff
}

#eu-cookie .popup-wrapper a.close-icon span{
	display:none;height:0;visibility:none
}


