
.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(21, 21, 21, 0.09) !important;
	color: #efefef;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
	border-top: 5px solid black;
}
 
.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; 
	right: 0;
	width:100%;
	padding-top:0;
	padding-bottom:15px;
	padding-left:0;
	padding-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-container-bottomall {
	position: fixed;
	bottom: 0;
	left: 0;
}

.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: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
}

.eupopup-text {
	width:100%;
}

.eupopup-buttons {
	display:block;
	padding: 25px 0 10px 0;
	text-align:center;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #eee;
}

.eupopup-button_1 {
	color: #fff;
	font-weight: bold;
	background-color:#B7034C;
	padding: 8px 15px 6px;
	font-size:16px;
}
.eupopup-button_1:hover {
	color: #fff;
	background-color:#D5418F;
}

.eupopup-button_2 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}


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;
}


.eupopup-container-bottom {
	padding-bottom:0;	
}

.eupopup-container {
	text-align:left;
	background-color:transparent;
	border-top:none !important;
}

.eupopup-head, .eupopup-body, .eupopup-buttons {
	width: 100%;
    text-align: left;
    display: inline-block;
    background-color: rgba(2, 2, 2, 0.95);
	padding-left:80px; 
	padding-right:80px;
	line-height:22px;
}
@media (max-width:1200px) {
	.eupopup-body {
		padding-left:15px;
		padding-right:15px;
	}
}
.eupopup-buttons {
	width:auto;
	padding-right:0;
}

.eupopup-head {
	display:block;
	padding-top:15px;
	position:relative;
	padding-bottom:8px;
	border-top: 5px solid #B7034C;
}

.eupopup-buttons {
	float:right;
	padding-bottom:20px;
	padding-top:13px;
	min-height:38px;
}

.eupopup-head {
	font-size:1em;
	padding-bottom:0;
}

.eupopup-closebutton {
	display:block;	
	padding-top:5px;
	font-size:19px;
	font-weight:600;
}
