.nyroModalBg {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.7;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.nmReposition {
    position: absolute;
}
.nyroModalCloseButton {
    background: url("../../images/modal/close.png") repeat 0 0;
    height: 38px;
    right: -60px;
    text-indent: -9999em;
    top: 0;
    width: 38px;
    z-index: 101;
}
.nyroModalTitle {
    background: none;
    border: 0 none;
    color: #fff;
    font-size: 1.4em;
    height: 22px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    top: -25px;
    white-space: nowrap;
    z-index: 200;
}
.nyroModalCont {
    background-color: #fff;
    box-shadow: 0 0 30px #000;
    box-sizing: border-box;
    margin: 30px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 101;
}
.nyroModalMessage .nyroModalCont {
    box-sizing: border-box;
    max-width: calc(90% - 100px) !important;
}
.nyroModalCont .notice {
    color: #bdc3c7;
    padding: 20px;
}
.nyroModalError {
    border: 1px solid red;
    color: red;
    height: 250px;
    width: 250px;
}
.nyroModalError div {
    min-height: 0;
    min-width: 0;
    padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
    box-sizing: border-box;
    max-width: 1000px;
    position: relative;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
    left: -9999em;
    top: -9999em;
}
.nyroModalLoad {
    height: 50px;
    padding: 0;
    position: absolute;
    width: 50px;
	z-index: 200;
}
.nyroModalPrev, .nyroModalNext {
    cursor: pointer;
    height: 60%;
    max-height: 300px;
    min-height: 50px;
    outline: none;
    position: fixed;
    text-indent: -9999em;
    top: 0;
    transition: none 0s ease 0s ;
    width: 150px;
}
.nyroModalPrev::after, .nyroModalNext::after {
    background-image: url("../../images/modal/controls.png");
    background-position: 0 0;
    content: "";
    height: 32px;
    margin-top: -16px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    width: 20px;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
    height: 100%;
    max-height: none;
    width: 40%;
}
.nyroModalPrev {
    left: 0;
}
.nyroModalNext {
    right: 0;
}
.nyroModalPrev::after {
    left: 30px;
}
.nyroModalNext::after {
    background-position: 0 -40px;
    right: 30px;
}
.nyroModalPrev:hover::after, .nyroModalNext:hover::after {
    opacity: 1;
}
.sk-circle {
	height: 50px;
	position: relative;
	width: 50px;
}
.sk-circle .sk-child {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.sk-circle .sk-child:before {
	background-color: #fff;
	border-radius: 100%;
	content: '';
	display: block;
	height: 15%;
	margin: 0 auto;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
		  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	width: 15%;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
	-webkit-transform: scale(0);
			transform: scale(0);
	} 40% {
	-webkit-transform: scale(1);
			transform: scale(1);
	}
}
@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
	-webkit-transform: scale(0);
			transform: scale(0);
	} 40% {
	-webkit-transform: scale(1);
			transform: scale(1);
	}
}
@media screen and (max-width: 640px) {
	.nyroModalCont {
		margin: 30px 15px;
	}
	.nyroModalCloseButton {
		background-size: cover;
		height: 25px;
		right: 0;
		top: -30px;
		width: 25px;
		z-index: 201;
	}
	.nyroModalTitle {
		font-size: 14px;
		padding: 0 60px 0 0;
	}
	.nyroModalMessage .nyroModalCont {
		margin: 30px 0 15px !important;
		max-width: calc(100% - 30px) !important;
	}
	.nyroModalMessage .nyroModalCont.nyroModalImg {
		margin: 0 !important;
	}
	.nyroModalMessage .nyroModalTitle {
		font-size: 22px;
		padding: 0;
	}
	.nyroModalMessage .nyroModalImage img {
		margin: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.nyroModalMessage input.button-small {
		padding: 4px 7px;
		font-size:12px;
    }
}