.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 14px;
	display: none;
	z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
	box-shadow: 0px 0 5px rgb(0 0 0 / 20%);
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 350px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 350px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #000;
	text-decoration: none;
}

.eupopup-head {
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	/*color: #a2a2a2;*/
}
.eupopup-body p {
	padding: 7px;
}
.eupopup-body .eupopup-selections {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    align-self: center;
    padding: 12px 0;
}

.eupopup_footer {
	padding: 7px;
}

.eupopup-buttons {
    padding: 12px 0;
    text-align: right;
}

.eupopup-body .actions {
	padding-left: 20px;
}

.eupopup-button_1, .eupopup-button_2, .eupopup-button_selection {
	color: #f6a21d;
	font-weight: bold;
	font-size: 14px;
    background: hsl(0.0,0%,96.0%);
    padding: 5px;
}
.eupopup-button_1 {
	background-color: #4CAF50 !important;
	color: #000 !important; }
	.eupopup-button_1:hover {
		background-color: #19c719 !important;
	}

.eupopup-button_2:hover,
.eupopup-button_2 {
	color: #303030 !important;
	font-weight: bold;
	font-size: 14px;
	background-color: #f5f5f5 !important; }
	.eupopup-button_2:hover {
		background-color: #dcdcdc !important;
	}

.eupopup-button_3 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 10px;
	display: inline-block;
	padding: 10px 20px;
}

.eupopup-container-bottomright .eupopup-button,
.eupopup-container-bottomleft .eupopup-button {
	text-align: center;
	padding: 7px;
	margin: 5px 10px;
	width: 100%;
}
.eupopup-container-bottomright .toggle p,
.eupopup-container-bottomleft .toggle p {
	order: 2;
}

.eupopup-button:hover,
.eupopup-button:focus {
	/*text-decoration: underline;*/
	/*color: #f6a21d;*/
}

#google_analytics_btn.disabled,
#google_analytics_btn.disabled:hover,
#google_analytics_btn.disabled:focus {
	background-color: #ccc !important;
	color: #fff !important;
	cursor: default !important;
	text-decoration: none;
}

.eupopup-body .cookie_selection_list {
	width: 100%;
}
.eupopup-body .cookie_selection_list li {
	display: inline-block;
	margin-right: 30px; }
	.eupopup-body .cookie_selection_list li:last-child {
		margin-right: 0;
	}
.eupopup-body .cookie_selection_list input {
	
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}


/*Togglers*/
.cookies_checkbox {
	 display: none;
}
.cookie-slide-toggle {
	 display: block;
	 position: relative;
	 flex: none;
	 width: 50px;
	 height: 20px;
	 /*border-radius: 30px;*/
	 background-color: #d7d2cb;
	 cursor: pointer;
	 transition: all 0.1s ease-in-out;
	 z-index: 1;
	 margin: 5px;
}
.cookie-slide-toggle::before, .cookie-slide-toggle::after {
	 content: ' ';
	 display: block;
	 position: absolute;
	 top: 1px;
	 /*border-radius: 30px;*/
	 height: 18px;
	 background-color: #fff;
	 transform: translate3d(0,0,0);
	 transition: 0.5s cubic-bezier(0,1.1,1,1.1);
}
.cookie-slide-toggle::before {
	 z-index: -1;
	 width: 48px;
	 right: 1px;
	 /*transform: scale(1);*/
	 background-color: #f44336;
	 transition: 1s;
}
.cookie-slide-toggle::after {
	 z-index: 1;
	 width: 18px;
	 left: 1px;
	 box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.25);
}
.cookies_checkbox.disabled + .cookie-slide-toggle.disabled {
	background-color: #ccc;
	cursor: default;
}
.cookies_checkbox:checked + .cookie-slide-toggle {
	 background-color: #4CAF50;
}
.cookies_checkbox:checked + .cookie-slide-toggle::before {
	 transform: scale(0);
}
.cookies_checkbox:checked + .cookie-slide-toggle::after {
	 transform: translate3d(30px,0,0);
}
.cookies_checkbox.disabled:checked + .cookie-slide-toggle.disabled:after {
	background-color: #ccc;
	border: 1px solid #f9f9f9;
}

.cookie_selection_list li .toggle {
	display: inline-flex;
	align-items: center;
}
.toggle p {
	padding: 0;
}

@media (max-width: 767px) {
	.eupopup-button {
		margin: 5px !important;
		width: 100%;
		text-align: center;
	}
	.eupopup-buttons {
		text-align: left;
	}
	.eupopup-body .cookie_selection_list li {
		margin-right: 0;
		width: 100%;
	}
	.toggle p {
		order: 2;
	}
}

@media (max-width: 992px) {
	.eupopup-button {
		margin: 5px;
		padding: 10px;
	}
}