.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(36, 55, 70, 0.96);
	color: #efefef;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 1.45em;
	text-align: center;
	display: none;
	z-index: 9999999;
	box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
}

.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;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 16px;
	left: 16px;
	max-width: 360px;
	border-radius: 4px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 16px;
	right: 16px;
	max-width: 360px;
	border-radius: 4px;
}

.eupopup-closebutton {
	font-size: 18px;
	font-weight: 100;
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	font-family: inherit;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	padding: 4px 8px;
	text-decoration: none;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	color: #fff;
}

.eupopup-body {
	color: rgba(255, 255, 255, 0.85);
}

.eupopup-buttons {
	padding: 0;
}

.eupopup-button_1 {
	color: #36b0c8;
	font-weight: bold;
	font-size: 13px;
}

.eupopup-button_2 {
	color: rgba(255, 255, 255, 0.75);
	font-weight: normal;
	font-size: 13px;
}

.eupopup-button {
	margin: 0 8px;
}

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

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

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

body .eupopup-style-compact {
	text-align: center;
	padding: 12px 48px 12px 20px;
	line-height: 1.45;
}

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-head::after {
	content: ' — ';
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
}

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

@media only screen and (max-width: 640px) {
	body .eupopup-style-compact {
		text-align: left;
		padding: 14px 40px 14px 16px;
		font-size: 12px;
	}

	body .eupopup-style-compact .eupopup-head,
	body .eupopup-style-compact .eupopup-body,
	body .eupopup-style-compact .eupopup-buttons {
		display: block;
	}

	body .eupopup-style-compact .eupopup-head::after {
		content: '';
	}

	body .eupopup-style-compact .eupopup-buttons {
		margin-top: 8px;
	}
}
