.clearfix {
	clear: both;
}
.eupopup-container {
	background-color:#f7f7f7;
	color: #000;
	font-family: Roboto, sans-serif;
	padding: 0px 10px;
	line-height: 1.4em;
	text-align: center;
	display: none;
	font-weight: 300;
	font-size: 14px;
	z-index: 9999999;
	border-top:1px solid #eee;
}
.eupopup-container-top, .eupopup-container-fixedtop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.eupopup-container-fixedtop {
	position: fixed;
}
.eupopup-container-bottom {
	border-top: 2px solid #ddd;
	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: 24px;
	font-weight: 100;
	line-height: 1;
	color: #000;
	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: #c1a963;
	text-decoration: none;
}
.eupopup-head {
	font-size: 20px;
	padding: 7px;
	color: #000;
	font-weight:800;
	display:none;
}
.eupopup-body {
	color: #111;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	width: 80%;
	padding: 10px 0px 10px 0px;
}
.eupopup-buttons {
	padding: 7px 0 5px 0;
}
.eupopup-button_1 {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	background: #c1a963;
	top: 26% !important;
}
.eupopup-button_1:hover {
	color: #fff !important;
	background: #000;
}
.eupopup-button_2 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}
.eupopup-button {
	margin: 0 10px;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	border-radius: 6px;
	padding: 7px 10px 7px 10px;
}
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;
}
.avm {
	text-decoration: underline;
	color: #000 !important;
	font-weight: 500;
	font-size: 10px;
}
.avm:hover {
	color: #c1a963 !important;
	text-decoration: underline;
}
 @media only screen and (max-width:480px) {
 .avm {
 font-size: 8px;
}
 .eupopup-button {
 margin: 0 5px;
 font-size: 10px;
}
 .eupopup-body {
 font-size: 8px;
 line-height: 11px;
}
}
