.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: #000000d1;
	color: #fff;
	padding: 5px 0px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
	right: 276px;
	border-radius: 10px;
}

.eupopup-container-top,.eupopup-container-fixedtop {position: fixed; bottom:  19px; left: 15px; right: 260px;}

.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;
    display: none;
    right: 0;
    padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #000;
	text-decoration: none;
}

.eupopup-head {
	display: none;
}

.eupopup-body {
	color: #fff;
	position: relative;
	padding: 0;
}
.eupopup-body p,.eupopup-buttons{display: inline-block;font-size: 13px; padding: 5px 15px 5px 15px;margin-bottom: 0 !important;}

.eupopup-buttons {
	padding: 7px 0 5px 0;
    margin-bottom: 2px;
}

.eupopup-button_1 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #4b626d;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all .3s ease-in;
}

.eupopup-button_2 {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	background-color: #3171bd;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all .3s ease-in;
}

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

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: none;
	color: #000;
}

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

@media screen and (max-width: 750px){
	 .eupopup-container-fixedtop{right: 0;}
	 .eupopup-container-top{right: 15px;}
}