


#active-popup {
	background-color: rgba(52,73,94, 0.7);
	position: fixed;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
	bottom:0;
	z-index: 999;
}

#popup-container {
	display: none;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-content {
	position: relative;
	/*text-align: center;*/
	display:block;

}

#popup-window { /*position: relative; display:inline-block; /*margin:0 25% auto;margin:0 auto;*/ }

.modal-content h1,
.modal-content p { color: #202022; }
.modal-content img { width:100%; height:95; overflow:hidden; padding:5px;  display:inline-block;}



#popup-container a.close {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #e7e7e7;
	content: "✖";
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	cursor: pointer;
	position: absolute;
	font-weight: bold;
	z-index: 200000001;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.75);
	box-shadow: 0 0 2px 0 rgba(0,0,0,.75);
	color: #000;
	display: list-item;
	list-style-type: none;
	box-sizing: border-box;
}

.cookieok {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #e6e6e4;
	color: #01162f !important;
	font-weight: 600;
	float: right;
	line-height: 2.5em;
	height: 2.5em;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom-width: 0 !important;
	cursor: pointer;
	max-width: 200px;
	margin: 0 auto;

}

