.cookieConsentContainer {
	z-index: 99999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 10px;
	background: rgba(238, 43, 42, 0.9);
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	left: 30px;
	display: none;
	 
}
.cookieConsentContainer .cookieTitle a {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 10px;
	line-height: 13px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	background: #717174;
	box-sizing: border-box; 
	padding: 10px 15px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #000;
	color:#fff;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}