#unia-eu {
	margin-top: 20px;
	margin-bottom: 40px;
}

#unia-eu img {
	display: block;
	margin: auto;
	width: 80%;
}

#unia-eu-fixed {
	position: fixed;
	right: -1px;
	top: 70px;
	z-index: 9999;
	border: solid 1px #bb433e;
}

.ue-opis {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	padding: 20px;
	z-index: 100;
	text-align: center;
}

.close-window {
	display: inline-block;
	color: white;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s;
}

.close-window:hover {
	opacity: 0.7
}

.color-red {
	color: #bb433e;	
}

.ue-opis img {
	display: block;
	margin: auto;
	max-height: 90%;
	max-width: 100%;
}

#more-info {
	color: #bb433e;
	font-weight: 700;
	cursor: pointer	;
	transition: all 0.2s;
}

#more-info:hover {
	opacity: 0.7
}