.cookieConsentContainer {
	z-index: 999;
	width: 100%;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: rgba(27, 126, 188, 0.9);
	overflow: hidden;
	position: fixed;
    text-align: center;
	bottom: 0px;
	right: 0px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	color: #1b7ebc;
	font-size: 14px;
	margin-top: 14px;
	background: #ffffff;
	box-sizing: border-box; 
	padding: 5px 25px;
    border-radius: 4px;
    text-decoration: none;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	color: #ffffff;
	background: #808080;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}