.cookieConsentContainer {
	z-index: 999;
	width: 100%;
	min-height: 20px;
	box-sizing: border-box;
	 padding: 0px 70px 0px 70px;
	background: rgba(0,0,0,.7);
	overflow: hidden;
	position: fixed;
    bottom:0px;
	right:0px;
	display: none;
}
.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: 17px;
	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: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #f6c651;
	box-sizing: border-box; 
	padding: 5px 10px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #5cbbdb;
}
.cookieButton{ float: right; margin-bottom:20px; }
.cookieDesc{ float:left; margin-top:10px;}

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


@media (max-width: 580px) {
	.cookieConsentContainer {
	z-index: 999;
	width: 100%;
	min-height: 20px;
	box-sizing: border-box;
	 padding: 0px 10px 0px 10px;
	background: rgba(0,0,0,.7);
	overflow: hidden;
	position: fixed;
    bottom:0px;
	right:0px;
	display: none;
}
.cookieConsentContainer .cookieDesc p{font-size: 16px;}
}