.clearfix {
	clear: both;
}

#coockieContent{
	display: none;
}

.eupopup-container {
	background-color: #D30E39;
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
	margin-bottom: 30px;
}

.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: 24px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    position: relative;
/*    bottom:4px;
    right: 30px;*/
    text-decoration: none;
    /*padding: 7px 60px;*/
    margin: 15px 0 5px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

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

.eupopup-body {
	color: #fff;
}

.eupopup-body p {
	margin: 0;
	/*padding: 0 60px;*/
	color: #fff;
	font-size: 10pt;
}

.eupopup-body p a {
	color: #fff;
	text-decoration: underline;
}

.eupopup-body a {
	color: #fff;
}

.eupopup-body a:hover {
	text-decoration: underline;
}

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

.eupopup-button_1 {
	color: #fff;
}

.eupopup-button_2 {
	color: #fff;
}

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

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

.eupopup-style-compact {
	margin-bottom: 0px;
}

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

.eupopup-color-inverse .eupopup-head {
	color: #000;
}

.eupopup-style-compact {
    text-align: center;
    /*padding: 10px 60px 10px 20px;*/
    line-height: 15px;
}

.eupopup-style-compact .eupopup-head,
.eupopup-style-compact .eupopup-body,
.eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

.eupopup-style-compact .eupopup-button {
	margin: 0 5px;
	display: none;
}

.coockieContent {
	display: none;
}



.eupopup-container-top, 
.eupopup-container-fixedtop{
	position: relative;
}