.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(5, 91, 144, 1);
	/*background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;*/
	color: #0067a6;
	padding: 5px 20px;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	display: none;
	z-index: 9999999;
}

.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;
}*/

/*IRATA COOKIE POPUP size and position */

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 550px;
	height: 100%;
	overflow-y: auto;
}

@media only screen and (max-width: 600px) {
	.eupopup-container-bottomleft {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}
}
/*IRATA COOKIE POPUP END */

/*.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}*/

/* below adjusted to mid screen ML*/
.eupopup-container-bottomright {
position: fixed;
    bottom: 6%;
    width: 480px;
    max-width: 80%;
    height: 70%;
    left: 50%;
    transform: translate(-50%, 0);
}

.eupopup-closebutton {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 10px 20px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px 7px 10px 0;
	color: #fff;
	text-transform: uppercase;
}

.eupopup-body {
	/*color: #a2a2a2;*/
	color: #ffffff;
}

.eupopup-buttons {
	padding: 7px 10px 5px 0;
}

/*.eupopup-button_1 {
	color: #f6a21d;
	font-weight: bold;
	font-size: 20px;
}*/
 
.eupopup-button_1 {
  background-color: #EEEEEE;
  color: #000;
  padding: 10px 20px;
}

.eupopup-button_2 {
	/*color: #f6a21d;*/
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

.eupopup-button_3 {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
}

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

.eupopup-button:hover,
.eupopup-button: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;
}
