
.white-popup {
	position: relative;
	background: #FFFFFF;
	padding: 15px;
	width: auto;
	min-width: 200px;
	max-width: 600px;
	margin: 0 auto; 
	box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.36);
}

.white-popup.white-popup-ajax {
	max-width: 1000px;
	width: auto;
}

.white-popup-ajax .container {
	width: auto !important;
}

.popup-error {
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	max-width: 800px;
	margin: 0 auto;
	height: 100px;
	margin-top: -50px;
}

.popup-error:before {
	display: block;
	text-align: center;
	font-size: 120px;
	line-height: 120px;
	font-family: 'ProjectIcons_Extra';
	content: '\e903';
}

.popup-loading {
	display: block;
	width: 100px;
	height: 100px;
	margin: -50px auto 0 auto;
	background: url('/img-t-base/loading-50px.gif') no-repeat;
}

.popup-error a {
	color: #FFFFFF;
	text-decoration: underline;
}

.popup-error a:hover, .popup-error a:active, .popup-error a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.mfp-preloader { color: #FFFFFF; }

.mfp-container { padding: 30px;}

.mfp-bg { 
	
	background: rgba( 60, 60, 60, 0.5 );

}


.white-close .mfp-close { color: #FFFFFF; }


.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content, .mfp-fade.mfp-wrap.mfp-removing .popup-error {
  opacity: 0;
}



.mfp-fadeout.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fadeout.mfp-bg.mfp-removing {
	  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.mfp-fadeout.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fadeout.mfp-wrap.mfp-removing .mfp-content {
	  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}