#cookie-notice * {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
}
#cookie-notice {
	position: fixed;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 100000;
	font-size: 16px;
	line-height: 1.5rem;
	text-align: left;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
	display: flex;
    align-items: center;
    justify-content: center;
	bottom: 0;
}

#cookie-notice.cn-animated {
	-webkit-animation-duration: 0.5s !important;
	-khtml-animation-duration: 0.5s !important;
	-moz-animation-duration: 0.5s !important;
	-ms-animation-duration: 0.5s !important;
	-o-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
	-webkit-animation-fill-mode: both;
	-khtml-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

#cookie-notice.cn-animated.cn-effect-none {
	-webkit-animation-duration: 0.001s !important;
	-khtml-animation-duration: 0.001s !important;
	-moz-animation-duration: 0.001s !important;
	-ms-animation-duration: 0.001s !important;
	-o-animation-duration: 0.001s !important;
	animation-duration: 0.001s !important;
}

.cn-position-top {
	top: 0;
}

.cn-position-bottom {
	bottom: 0;
}

.cookie-notice-container {
	display: block;
	z-index: 2;
	padding: 1.75rem;
	text-align: left;
	width: 100%;
	max-width: 700px;
	max-height: calc(90vh - 3rem);
	background-color: #fff;
	color: #000;
    /* border: .25rem solid #000000; */
    /* border-radius: 12px; */
	box-shadow: #000 0px 3px 12px 1px;
	overflow-y: auto;
	line-height: 1.4;
}

#cookie-notice.part-screen {
	bottom: 0;
	top: auto;
	height: auto;
	padding: 0;
	margin: 0;
	min-height: 50%;
	min-height: 340px;
	align-items: flex-end;
}
#cookie-notice.part-screen .cookie-notice-container {
	max-width: 900px;
	max-height: 467px;
}

.cookie-revoke-container {
	padding: 15px;
	width: 100%;
	z-index: 1;
}

#cookie-notice.cookie-notice-hidden,
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
	display: none;
}

#cookie-notice .cookie-revoke-container {
	display: block;
}

#cookie-notice.cookie-revoke-hidden,
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
	display: none;
}
#cookie-notice.cookie-notice-visible {
	display: flex !important;
}

#cn-notice-text {
	display: block;
	/*margin-bottom: 1rem;*/
}
#cn-notice-buttons {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
	margin-top: 1.5rem;
}
#cn-notice-buttons > a {
	margin-top: .5rem;
}
.cn-settings-opener {
	color: #000;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	text-decoration: none;	
}
.cn-settings-opener:hover {
	color: #000;
	text-decoration: none;
}
.cn-settings-opener:empty {
	display: none;
}
/*
.cn-settings-opener::after {
	content: '';
	border: solid #000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-left: .75rem;
	-webkit-transition: all .1s ease-out;
	-khtml-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;	
	-webkit-transform: rotate(45deg);	
	-khtml-transform: rotate(45deg);	
	-moz-transform: rotate(45deg);	
	-ms-transform: rotate(45deg);	
	-o-transform: rotate(45deg);	
	transform: rotate(45deg);
}
.cn-settings-opener.opened::after {
	-webkit-transform: rotate(-135deg);	
	-khtml-transform: rotate(-135deg);	
	-moz-transform: rotate(-135deg);	
	-ms-transform: rotate(-135deg);	
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-bottom: -5px;
}*/


article.active-setting {
	text-align: left;
}
#cn-notice-settings {
	height: 0px;
	-webkit-transition: all .3s ease-out;
	-khtml-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
}
#cn-notice-settings.open {
	height: 208px;
	overflow-y: auto;
}
#cookie-notice.part-screen #cn-notice-settings.open {
	height: 174px;
}
#cn-notice-settings.open.overflowit {
	overflow-y: auto;
}

.cn-settings-content {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.cn-settings-cookies-links {
	height: 100%;
	width: 33.3333%;
}
.cn-settings-cookies-links a {
	display: flex;
    padding: .5625rem .5rem;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #000;
    /* border-right: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-decoration: none;
    z-index: 1;
    font-size: 14px;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    text-decoration: none;
}
.cn-settings-cookies-links a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.cn-settings-cookies-links a:first-child {
	border-top: 1px solid #ccc;
}
.cn-settings-cookies-links a.active-setting {
	background-color: #fff;
    width: calc(100% + 1px);
	border-right: none;
    position: relative;
	top: 0;
	left: 0;
	text-decoration: none;
	color: #000;
}
.cn-settings-cookies-links a input[type="checkbox"] {
	z-index: 10;
	margin: 0;
	padding: 0;
	margin-right: .5rem;
	cursor: pointer;
	max-width: 40px;
}
.cn-settings-cookies-links a input[type="checkbox"].always-checked {
	cursor: not-allowed;
}

.cn-settings-cookies-texts {
	height: 100%;
	min-height: 166px;
	width: 66.66666%;
	border: 1px solid #ccc;
	padding: .425rem .5rem;
	color: #888;
}
#cookie-notice.part-screen .cn-settings-cookies-texts {
	min-height: 140px;
}
.cn-settings-cookies-texts > article {
	display: none;
	font-size: 14px;
	line-height: 1.3rem;
	white-space: pre-wrap;
}
.cn-settings-cookies-texts > article.active-setting {
	display: block;
}

.cn-close-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7.5px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
}

.cn-close-icon:hover {
	opacity: 1;
}
.cn-close-icon:before, 
.cn-close-icon:after {
	position: absolute;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #fff;
}
.cn-close-icon:before {
	transform: rotate(45deg);
}
.cn-close-icon:after {
	transform: rotate(-45deg);
}

#cookie-notice .cn-revoke-cookie {
	margin: 0;
}

.cn-notice-title {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 400;
}
.cn-notice-title:empty {
	display: none;
}

.cn-button,
.cn-button:hover,
.cn-button.wp-default,
.cn-button.wp-default:hover,
.cn-button.bootstrap,
.cn-button.bootstrap:hover {
	box-shadow: none;
	text-decoration: none;
}

/* #cookie-notice .cn-button {
	margin-left: 10px;
}
 */
.cn-button.button {
	/*padding: .25rem 1rem;*/
    box-shadow: none;
	padding: 0.7rem 1rem;
	background-color: #1a1a1a;
	color: #fff;
	border-radius: .25rem;
	cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	white-space: nowrap;
	outline: none;
	color: #fff;
	width: 190px;
	border-radius: 30px;
}
.cn-button:visited {
	color: #fff;
}
.cn-button:not(:first-of-type) {
	margin-left: 1rem;
}
.cn-button.button:hover {
    box-shadow: none;
}

/*.cn-button:hover {
	background-color: #000000;
}*/
.cn-button.cn-set-cookie {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #000;
	padding: 0.8rem !important;
	font-size: 14px;
	letter-spacing: 0.042rem;
}
.cn-button.cn-set-cookie:hover {
	background-color: #aaa;
	border: 1px solid #bbb;
}
/*#cn-accept-cookie.cn-button.cn-set-cookie {
	background-color: #a7a7a7;
	border: 1px solid #a7a7a7;
}
#cn-accept-cookie.cn-button.cn-set-cookie:hover {
	background-color: #777;
}
#cn-refuse-cookie.cn-button.cn-set-cookie {
	background-color: #a00101;
	border: 1px solid #a00101;
}*/
#cn-acceptall-cookie.cn-button.cn-set-cookie {
	background-color: #208514;
	border: 1px solid #208514;
	color: #fff !important;
}
#cn-acceptall-cookie.cn-button.cn-set-cookie:hover {
	background-color: #16670c;
}
.cn-more-info {
	/*margin-left: 1rem;*/
	text-decoration: underline;
}

/*
#cookie-button {
    display: none;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 99999999999;
    padding: 10px;
    cursor: pointer;
    border-top-right-radius: 50%;
    transform: scale(.7);
    transform-origin: bottom left;
    transition: all .3s ease;
}
#cookie-button:hover {
    transform: scale(1);
}
#cookie-button svg {
	width: 100%;
}
body.cookies-set #cookie-notice.cookie-notice-hidden ~ #cookie-button {
	display: block;
}
*/

#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
	-webkit-animation-name: fadeIn;
	-khtml-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

#cookie-notice.cn-effect-none {
	-webkit-animation-name: fadeOut;
	-khtml-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
	-webkit-animation-name: fadeIn;
	-khtml-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

#cookie-notice.cn-effect-fade {
	-webkit-animation-name: fadeOut;
	-khtml-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}

#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide{
	-webkit-animation-name: slideInUp;
	-khtml-animation-name: slideInUp;
	-moz-animation-name: slideInUp;
	-ms-animation-name: slideInUp;
	-o-animation-name: slideInUp;
	animation-name: slideInUp;
}

#cookie-notice.cn-effect-slide {
	-webkit-animation-name: slideOutDown;
	-khtml-animation-name: slideOutDown;
	-moz-animation-name: slideOutDown;
	-ms-animation-name: slideOutDown;
	-o-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
	-webkit-animation-name: slideInDown;
	-khtml-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-ms-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}

#cookie-notice.cn-position-top.cn-effect-slide {
	-webkit-animation-name: slideOutUp;
	-khtml-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-ms-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.cookie-button {
	display: block;
	margin-bottom: 1rem;
}

#cookie-button {
	display: none;
}

@media all and (max-width: 900px) {
	#cookie-notice.part-screen .cookie-notice-container {
		max-height: 1000px;
		padding: 1.25rem;
	}

	.cookie-notice-container #cn-notice-text {
		display: block;
		margin-bottom: 5px;
	}
	#cookie-notice .cn-button {
		/*margin-left: 5px;
		margin-right: 5px;*/
	    width: 48%;
	}

	#cookie-notice.part-screen {
		/*top: 25%;*/
		/*height: 75%;*/
	}
	.cn-settings-opener {
		margin-top: 1.5rem !important;
	}
	.cn-settings-content {
		margin-top: 0.2rem;
	}
	#cookie-notice.part-screen #cn-notice-settings.open {
		margin-top: 0.75rem;
	}
	#cn-notice-buttons {
		margin-bottom: 2rem;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		-khtml-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		-khtml-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		-khtml-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		-khtml-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		-khtml-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		-khtml-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		-khtml-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		-khtml-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}