.cookieConsentContainer {
	z-index: 9999;
	width: 100%;
	min-height: 20px;
	padding: 30px 30px 30px 30px;
	background: #232323;
	background-color: rgb(35, 35, 35);
	overflow: hidden;
	position: fixed;
	bottom: 0%;
	right: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0 , 0.90);	
	text-align: center !important;
	padding-top: 400px;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #FFFFFF;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
	
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: rgb(19,50,43);
	color: #FFFFFF;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}