.cookieBackground{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgb(0,0,0,.3);
}
.cookieSection{
	width: 100%;
	position: fixed;
	bottom: 20px;
	z-index: 10000;
}
.cookieContainer{
	background: rgb(255,255,255,.95);
    padding: 20px;
    border: 1px solid #f4f4f4;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.3);
	font-size: 13px;
	max-width: 980px;
	margin: 0 auto;
	border-radius: 6px;
	color: #2b2b2b;
}
#cookieContainer h1{
	font-size: 16px !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}	
#cookieContainer p{
	margin-bottom: 1rem;
	font-size: 13px;
}
.cookieLink{
	color: #2b2b2b;
	text-decoration: underline;
}
.cookieLink:hover{
	color: #000000;
	text-decoration: none;
}
.cookieOptions{
	width: 100%;
	float: left;
}
.cookieOptions ul{
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.cookieOptions ul li{
	border-top: 1px solid #ccc;
}
.cookieOptions ul li p{
	margin-bottom: 1rem;
	font-size: 13px;
	font-weight: bold;
}
.cookieOptions ul li p span.cookieMore{
	font-size: 11px;
	float: right;
	font-weight: normal;
	cursor: pointer;
}
.cookieOptions ul li p span.cookieMore:hover{
	color: #00000;
}
.cookieCheck{
	float: right;
	margin-left: 10px !important;
}
.cookieOptions ul li p.cookieInfo{
	font-weight: normal !important;
	display: none;
}
.cookieBtn{
	background-color: #444444;
	color: #ffffff !important;
	float:left;
	padding: 8px 16px 10px;
	border-radius: 3px;
	display: block;
	display: block;
	border: none;
	cursor: pointer;
	line-height: 13px;
}
.cookieBtn:hover{
	background-color: #000000;
}
.cookieBtn_light{
	background-color: #999999;
	color: #000000;
}
.cookieBtn_light:hover{
	background-color: #666666;
	color: #ffffff  !important;
}
.cookieBtn_highligh{
	float:right;
	text-transform: uppercase;
	margin-left: 10px;
}
#cookieButtons{
	margin-top: 20px;
}
.mobile_shown{
	display: none;
}
@media (max-width: 480px) {
	.mobile_hidden{
		display: none;
	}
	.mobile_shown{
		display: inline-block;
	}
	.cookieSection{
		bottom: 0;
	}
	.cookieOptions ul li p{
		margin: 5px 0 !important;
	}
	.cookieBtn{
		font-size: 11px;
	}
}