.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 50;
}

.nyroModalBg .cookie-policy {
    z-index: 99999;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -35px;
	right: -35px;
	text-indent: -9999em;
	z-index: 101;
	visibility: hidden;
}
.ie6 .nyroModalCloseButton { visibility: visible; }

.nyro-close-mover {
	position: relative;
	background: url(../../images/mbr/nyro-modal/close-black.png);
	width: 13px;
	height: 15px;
	right: 30px;
	top: 30px;
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
  font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	min-height: 0;
	border: 15px solid #FFF;
	margin: 25px;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px 3px #292828;
	-webkit-box-shadow: 0px 0px 10px 3px #292828;
	box-shadow: 0px 0px 10px 3px #292828; 
	overflow: hidden;
	z-index: 100;

	-webkit-overflow-scrolling: touch;
}

.nyroModalCont .cookie-policy {
    z-index: 99999;
}
.nyroModalCont iframe {
	width: 640px;
	height: 400px;
	overflow:hidden;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	/*width: 250px;
	height: 250px;*/
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	/*padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;*/
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	/*position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../../images/mbr/nyro-modal/ajaxLoader.gif) no-repeat center;
	padding: 0;*/
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(../../images/mbr/nyro-modal/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(../../images/mbr/nyro-modal/next.gif);
}

/* Cookie Disclaimer */
.nyroModalCont.cookie-policy  {
	top: auto !important;
	bottom: 0;
	left: 0 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0;
	margin: 0;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.nyroModalCont.cookie-policy .close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	line-height: 1;
	text-indent: 0;
	text-decoration: none;
	color: black;
	visibility: visible;
}
.nyroModalCont.cookie-policy h3 {
	font-size: 18px;
	margin: 4px 0;
}
.nyroModalCont.cookie-policy  p {
	margin: 0;
	font-size: 14px;
	color: black;
}

.nyroModalCont .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    line-height: 1;
    color: black;
}
.nyroModalCont p {
    color: black;
}