.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
    z-index: 3;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif);
	z-index: 10;
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
	z-index: 10;
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;
    z-index: 3;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.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;
    z-index: 0;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/ajaxLoader.gif) no-repeat center;
	padding: 0;
}

.nyroModalPrev, .nyroModalNext {
	position: absolute;
}
.nyroModalPrev::before,
.nyroModalNext::before {
    content: "";
    font-family: "FontAwesome";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 23%;
    font-size: 35px;
}
.nyroModalPrev::before{
    content: "\f053";
    left: 15px;
}
.nyroModalNext::before {
    content: "\f054";
    left: 20px;
}

.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	max-height: none;
    width: 60px;
    height: 60px;
    background: #ffffff;
    opacity: 0.8;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    z-index: 1;
}
@media screen and (max-width: 768px) {
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
    width: 50px;
    height: 50px;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
}
.nyroModalPrev::before, .nyroModalNext::before{
    font-size: 27px;
    left: 15px;
}
.nyroModalPrev::before{
    left: 12px;
}
.nyroModalNext::before{
    left: 18px;
}
}
.nyroModalPrev {
	left: 0;
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}

@media screen and (max-width: 768px) {
	.nyroModalCont {
		border: 3px solid #aaaaaa;
		margin: 0px;
	}
	.nyroModalCloseButton {
		right: -2px;
		top: -16px;
	}
}