@charset "utf-8";

/* ------------------------------------------------------------ */
	/* magnific-popup */
/* ------------------------------------------------------------ */
.mfp-container {
	padding-left: 20px;
	padding-right: 20px;
	}

button.mfp-close {
	width: 20px !important;
	top: 0 !important;
	right: -2px !important;
	opacity: 1;
	display: block;
	padding: 0!important;
	z-index: 100;
	cursor: pointer;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	}

.mfp-close:before ,
.mfp-close:after {
	content:"";
	width: 3px;
	height: 25px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	margin: auto;
	position:absolute;
	display:inline-block;
	}

.mfp-close:before {
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}

.mfp-close:after {
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.7;
	}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
	}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	}