#cookie-popup{
	background-color:#000;
	background-color:rgba(0,0,0,.85);
	box-shadow:0 0 20px #000;
	position:fixed;
	bottom:10px;
	right:10px;
	width:400px;
	
	border-radius:10px;
	z-index:9999999999999999999999999999999;
	font-size:.85em;
	line-height:1.365em;
	color:#FFF;
}

#cookie-popup a{
	color:#fff;
	text-decoration:underline;
}

#cookie-popup .cookie-padding{
	padding:1em;
}

#cookie-popup .cookie-accept{
	padding:1em 0;
	text-align:center;
}

#cookie-popup .cookie-accept button{
	font-size:.95em;
	padding:.5em 1em;
	margin:0 1em;
	cursor:pointer;
}

#cookie-popup .cookie-accept button:hover{
	opacity:.8;
}

#cookie-popup .cookie-accept button#cookie-accept1{
	background-color:#137531;
}

#cookie-popup .cookie-accept button#cookie-accept0{
	background-color:#c00;
}

@media only screen and ( max-width: 767px ) {
	#cookie-popup{
		
		bottom:0;
		right:0;
		left:0;
		width:100%;
		border-radius:0;
		
	}
}

