.eupopup-container {
	background-color: #fff;
color: #333;
padding: 30px 20px;
font-size: 12px;
line-height: 1.2em;
text-align: left;
display: none;
z-index: 9999999;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.eupopup-container:after {content: '';
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,0.3);
top: 0px;
left: 0px;
z-index: -2;}

.eupopup-container:before {content: '';
width: 100%;
height: 100%;
position: absolute;
background: #fff;
top: 0px;
left: 0px;
z-index: -1;} 

.eupopup-body p {margin-bottom: 25px; font-weight: 500; line-height: 22px;font-size: 15px;}
.eupopup-head p {color: #222; font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 26px; margin-bottom: 10px;}
.eupopup-buttons .eupopup-button {background: #222;color: #fff;padding: 10px 20px;font-size: 14px;font-weight: 700;margin-right: 10px;text-decoration: none;
text-transform: uppercase;border-radius: 2px;}
.eupopup-buttons .eupopup-button:hover {background: #333}
.eupopup-closebutton {position: absolute;right: 0px;top: -44px;font-size: 24px;padding: 15px;background: #fff;}

@media ( min-width :992px) {
.eupopup-container {padding: 40px 40px 60px}
}

