.cc-revoke {
	display: none !important;
}
.cc-window {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.cookie-text-wrapper {
	display: block;
	padding-top: 16px;
	padding-bottom: 26px;
	margin-left: auto;
	margin-right: auto;
}
.cookie-text-wrapper .cc-message {
	display: block;
	flex: inherit !important;
	width: 100%;
}
.cookie-text-wrapper .cc-compliance .deny-text,
.cookie-text-wrapper .cc-compliance .allow-text,
.cookie-text-wrapper .cc-link,
.cookie-text-wrapper .cc-message {
	font-family: 'Avenir Next W1G', sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	-webkit-font-smoothing: inherit;
	font-smoothing: inherit;
}
.cookie-text-wrapper .cc-link {
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.cookie-text-wrapper .cc-message {
	margin-bottom: 10px;
}
.cc-highlight .cc-btn:first-child:focus, 
.cc-highlight .cc-btn:first-child:hover {
	text-decoration: none;
}
.cookie-text-wrapper .cc-compliance .cc-btn {
	margin-bottom: 0;
	margin-right: 30px;
	/*font-family: 'Avenir Next W1G', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	-webkit-font-smoothing: inherit;
	font-smoothing: inherit;
	border-radius: 30px;
	border: none;
	padding: 3px 15px 3px;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;*/
}
/*.cookie-text-wrapper .cc-compliance .cc-btn:hover {
	text-decoration: none !important;
}*/
.cookie-text-wrapper .cc-compliance .allow-block,
.cookie-text-wrapper .cc-compliance .deny-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.cookie-text-wrapper .cc-compliance .allow-block {
	margin-right: 40px;
}
.cookie-text-wrapper .cc-compliance .deny-block {
	order: 2;
}
/*.cookie-text-wrapper .cc-btn.cc-dismiss {
	color: #FFF !important;
	font-weight: normal;
	background: transparent !important;
	border: 1px solid #FFF !important;
	margin: 0 15px 0 0;
}
.cookie-text-wrapper .cc-btn.cc-dismiss:hover {
	opacity: 0.8;
}
.cookie-text-wrapper .cc-btn.cc-allow {
	color: #000 !important;
	background: #FFF !important;
	margin-right: 15px;
}
.cookie-text-wrapper .cc-btn.cc-allow:hover {
	opacity: 0.8;
}*/

@media all and (max-width: 768px) {
	.cookie-text-wrapper .cc-compliance {
		flex-wrap: wrap;
	}
	.cookie-text-wrapper .cc-compliance .allow-block {
		margin-right: 0;
		margin-bottom: 20px;
	}
	/*.cookie-text-wrapper .cc-compliance .cc-btn {
		min-width: 120px;
	}*/
}

@media all and (max-width: 478px) {
	.cookie-text-wrapper .cc-compliance .allow-block, 
	.cookie-text-wrapper .cc-compliance .deny-block {
		flex-wrap: wrap;
	}
	.cookie-text-wrapper .cc-compliance .deny-text,
	.cookie-text-wrapper .cc-compliance .allow-text {
		width: 100%;
	}
	.cookie-text-wrapper .cc-compliance .cc-btn {
		margin-bottom: 20px;
	}
}