.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 10px 30px 20px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 18px;
	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;	padding: 4px 30px;	border: 1px solid #ef403b;	border-radius: 4px;	background-color: #ef403b;	color: #fff;	font: 500 14px/30px "Montserrat", sans-serif;	-o-transition: border .3s ease, background-color .3s ease, color .3s ease;	-webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;	-moz-transition: border .3s ease, background-color .3s ease, color .3s ease;	transition: border .3s ease, background-color .3s ease, color .3s ease;
}
.cookieConsentContainer .cookieButton a:hover { 	cursor: pointer;	border: 1px solid #ef403b;	background: transparent;	color: #ef403b;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}