.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(26, 21, 21, .8);
	color: #eef0ee;
	padding: 5px 20px;
	font-size: 13px;
	line-height: 1.2em;
	text-align: center;
	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;
}

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

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

.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: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: normal;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #c0c0c0;
}

.eupopup-buttons {
	padding: 17px 0 5px 0;
}

.eupopup-button_1 {
	font-weight: bold;
	font-size: 14px;
	display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;transition: 0.8s;
	color:#000;
	background-color:#70c601;
	border-color:#70c601;
}
.eupopup-button_1:hover {
    color:#fff;
	background-color:#56a601;
	border-color:#56a601;
	text-decoration: none;
}

.eupopup-button_2 {
	color: #c0c0c0;
	font-weight: normal;
	font-size: 14px;
}

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


body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(26, 21, 21, .9);
}

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

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