@charset "utf-8";


/* lightbox */
.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-container {
	width: 100%;
	height: 100%;
}
.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 {
	opacity: 0;
}

@media only screen and (max-width: 640px) {
}

@media print, screen and (min-width: 641px) {
.mfp-bg, .mfp-container {
	min-width: 980px;
}
.mfp-iframe-holder .mfp-content {
	width: 800px;
	height: 450px;
}
.mfp-iframe-scaler iframe {
    box-shadow: 0;
    background: transparent !important;
}

.mfp-iframe-holder .mfp-close {
	top: 470px;
}
.mfp-close {
    font-size: 64px;
}
}
