.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: #575756;
	color: #FFFFFF;
	padding: 15px 0;
	line-height: 1.2em;
	display: none;

  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 100000;


	
}

.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; 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: 2em;
	font-weight: 100;
	line-height: 1;
	color: #FFF;
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 20px; right: 25%;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.3em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
		font-family: helvetica, arial, verdana, sans-serif;
	color: #FFFFFF;
	max-width: 80%;
	display: block;
	font-size: 14px;
}

.eupopup-body p{
	margin: 0;
}

.eupopup-buttons {

}

.eupopup-button_1 {
	font-family: helvetica, arial, verdana, sans-serif !important;
	color: #FFF;
	font-size: 14px;
	padding: 9px 32px;
	border-radius: 4px;
	border: 1px solid #fff;
	position: absolute;
	top: -2px;
	right: 6px;
	transition: all .1s ease-in;
}

.eupopup-button_1:hover{
	text-decoration: none !important;
	color: #575756 !important;
	background-color: #FFF;
}

.eupopup-button_2 {
	font-family: helvetica, arial, verdana, sans-serif !important;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}

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

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #FFF;
}

body .eupopup-color-inverse {
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #FFF;
}

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:992px) { 

	.eupopup-body {
		max-width: 100%;
		margin: 10px;
	}


	.eupopup-button_1 {
	  color: #FFF;
	  font-size: 14px;
	  padding: 9px 32px;
	  border-radius: 4px;
	  border: 1px solid #fff;
	  margin: 0px auto 4px;
	  display: block;
	  max-width: 112px;
	  position: relative;
	  top: 0;
	  left: 0;
	  right: 0;
	}


}