.clearfix {
	clear: both;
}

.eupopup-container {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    position: fixed;
    width: 100%;
    max-width: 90%;
    z-index: 9999999;
    border-radius: 10px;
    display: none;
    padding: 0 5%;
}

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

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

.eupopup-container-bottom {
	position: fixed;
	left: 5%;
    right: 5%;
    bottom: 4%;;
}

.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;
	display: none;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
    font-size: 1.2em;
    margin-bottom: .5rem;
	font-weight: bold;
	padding: 7px;
    color: #fff;
    display: none;
}

.eupopup-body {
    color: #fff;
    text-align: center;
    padding: 30px;
}

.eupopup-buttons {    
    text-align: center;
    margin-bottom: 30px;
}
.eupopup-button_1 {
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 20px;
    padding: 10px 27px;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
    background-color: #2bc137;
    color: #fff;
    outline: 0;
    letter-spacing: 0!important;
    background-color: #0068A7;
	border-radius: 5px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

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

.eupopup-button {
	margin: 0 10px;
}
.eupopup-button_1:hover,
.eupopup-button_1:focus {
	background-color: #797F7F;
	text-decoration: none;
    color: #fff;
}

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

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