/* Magnific Popup CSS */
	.mfp-bg {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1042;
		overflow: hidden;
		position: fixed;
		background: #0B0B0B;
	}

	.mfp-wrap {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1043;
		position: fixed;
		outline: none !important;
		-webkit-backface-visibility: hidden;
	}

	.mfp-container {
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		padding: 0 8px;
		box-sizing: border-box;
	}

	.mfp-container:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.mfp-align-top .mfp-container:before {
		display: none;
	}

	.mfp-content {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
		text-align: left;
		z-index: 1045;
		width: 100%;
		width: 840px;
	}

	.mfp-inline-holder .mfp-content,
	.mfp-ajax-holder .mfp-content {
		width: 100%;
		cursor: auto;
	}

	.mfp-ajax-cur {
		cursor: progress;
	}

	.mfp-zoom-out-cur {
		cursor: -moz-zoom-out;
		cursor: -webkit-zoom-out;
		cursor: zoom-out;
	}

	.mfp-zoom {
		cursor: pointer;
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
		cursor: zoom-in;
	}

	.mfp-auto-cursor .mfp-content {
		cursor: auto;
	}

	.mfp-close,
	.mfp-arrow,
	.mfp-preloader,
	.mfp-counter {
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
	}

	.mfp-loading.mfp-figure {
		display: none;
	}

	.mfp-hide {
		display: none !important;
	}

	.mfp-preloader {
		color: #CCC;
		position: absolute;
		top: 50%;
		width: auto;
		text-align: center;
		margin-top: -0.8em;
		left: 8px;
		right: 8px;
		z-index: 1044;
	}

	.mfp-preloader a {
		color: #CCC;
	}

	.mfp-preloader a:hover {
		color: #FFF;
	}

	.mfp-s-ready .mfp-preloader {
		display: none;
	}

	.mfp-s-error .mfp-content {
		display: none;
	}

	button.mfp-close,
	button.mfp-arrow {
		overflow: visible;
		cursor: pointer;
		background-color: transparent;
		border: 0;
		-webkit-appearance: none;
		display: block;
		outline: none;
		padding: 0;
		z-index: 1046;
		box-shadow: none;
		touch-action: manipulation;
	}

	button::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

	button.mfp-close {
		height: auto;
		line-height: 1em;
		text-decoration: none;
		text-align: center;
		opacity: 1;
		padding: 0.375em 0.5em;
		color: #FFF;
		font-style: normal;
		font-size: 0.875em;
		font-family: 'Alegreya Sans', sans-serif;
		background-color: #010101;
		display: inline-block;
		/*float: right;*/
		position: absolute;
		top: 10px;
		right: 10px;
	}

	button.mfp-close:hover,
	button.mfp-close:focus {
		opacity: 1;
	}

	.mfp-close-btn-in .mfp-close {
		color: #333;
	}

	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		color: #FFF;
		text-align: center;
		width: auto;
	}

	.mfp-counter {
		position: absolute;
		top: 0;
		right: 0;
		color: #CCC;
		font-size: 12px;
		line-height: 18px;
		white-space: nowrap;
		display: none;
	}

	button.mfp-arrow {
		position: absolute;
		opacity: 1;
		margin: -40px 0 0 0;
		padding: 0;
		top: 50%;
		width: 53px;
		height: 53px;
		-webkit-tap-highlight-color: transparent;
	}

	.mfp-arrow-left {
		left: -64px;
		background-image: url('../images/mfp-arrow-left.png');
		background-position: center;
	}

	.mfp-arrow-right {
		right: -64px;
		background-image: url('../images/mfp-arrow-right.png');
		background-position: center;
	}

	.mfp-iframe-holder {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 1000px;
	}

	.mfp-iframe-holder .mfp-close {
		top: -40px;
	}

	.mfp-iframe-scaler {
		width: 100%;
		height: 0;
		overflow: hidden;
		padding-top: 56.25%;
	}

	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #000;
	}

	/* Main image in popup */
	img.mfp-img {
		width: auto;
		max-width: 100%;
		height: auto;
		vertical-align: top;
		line-height: 0;
		box-sizing: border-box;
		padding: 0;
		margin: 0 auto;
		display: block;
	}

	/* The shadow behind the image */
	.mfp-figure {
		line-height: 0;
		background-color: #FFFFFF;
		padding: 20px;
	}

	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #FFFFFF;
	}

	.mfp-figure small {
		color: #BDBDBD;
		display: block;
		font-size: 12px;
		line-height: 14px;
	}

	.mfp-figure figure {
		margin: 0;
	}

	.mfp-bottom-bar {
		position: relative;
		width: 70%;
		cursor: auto;
		display: inline-block;
		vertical-align: top;
	}

	.mfp-title {
		text-align: left;
		margin-left: 5%;
		color: #4B2B0C;
		word-wrap: break-word;
		font-family: 'Alegreya Sans', sans-serif;
		font-size: 1em;
		line-height: 1.425em;
		font-weight: 400;
	}

	.mfp-title h2 {
		font-family: 'Alegreya Sans', sans-serif;
		font-size: 1.5em;
		letter-spacing: 0.05em;
		font-weight:normal;
		margin-bottom: 5%;
	}

	.mfp-title h4 {
		font-family: 'Alegreya Sans', sans-serif;
		color:#5A5A5A;
		font-size: 1.0em;
		letter-spacing: 0.05em;
		font-weight:normal;
		margin-bottom: 5%
	}

	.mfp-image-holder .mfp-content {
		max-width: 100%;
	}

	.mfp-gallery .mfp-image-holder .mfp-figure {
		cursor: default;
	}

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

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

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

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

	.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
		opacity: 1;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}

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

	@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
	}

	@-moz-keyframes fadeIn {
	    0% {opacity: 0;}
	    100% {opacity: 1;}
	}

	@-o-keyframes fadeIn {
	    0% {opacity: 0;}
	    100% {opacity: 1;}
	}

	@keyframes fadeIn {
	    0% {opacity: 0;}
	    100% {opacity: 1;}
	}

	.mfp-open .mfp-figure {
	    -webkit-animation-name: fadeIn;
	    -moz-animation-name: fadeIn;
	    -o-animation-name: fadeIn;
	    animation-name: fadeIn;
	    -webkit-animation-duration: .5s;
	    -moz-animation-duration: .5s;
	    -ms-animation-duration: .5s;
	    -o-animation-duration: .5s;
	    animation-duration: .5s;
	    -webkit-animation-fill-mode: both;
	    -moz-animation-fill-mode: both;
	    -ms-animation-fill-mode: both;
	    -o-animation-fill-mode: both;
	    animation-fill-mode: both;
	    -webkit-backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	}

	@media all and (max-width: 960px) {

		.mfp-close {
			font-size: 1em;
		}

		.mfp-figure {
			padding: 10px;
		}

		.mfp-image-holder .mfp-close,
		.mfp-iframe-holder .mfp-close {
			right: 10px;
		}

		img.mfp-img {
			padding: 0% 0% 38px 0%; 
		}

		.mfp-title {
			line-height: 28px;
			font-size: 0.875em;
		}

		.mfp-arrow {
			-webkit-transform: scale(0.75);
			transform: scale(0.75);
		}

		.mfp-arrow-left {
			-webkit-transform-origin: 0;
			transform-origin: 0;
		}

		.mfp-arrow-right {
			-webkit-transform-origin: 100%;
			transform-origin: 100%;
		}

		.mfp-container {
			padding-left: 6px;
			padding-right: 6px;
		}
	}

	@media all and (max-width: 600px) {

		.mfp-wrap {
			position: relative;
		}

		button.mfp-arrow {
			
		}

		.mfp-container {
			padding-left: 0px;
			padding-right: 0px;
		}

		img.mfp-img {
			max-width: 80%;
		}

		.mfp-bottom-bar {
			width: 100%;
		}

		.mfp-title {
			margin-left: 0%;
		}
	}