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

	.mfp-wrap {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 30001;
		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: 3002;
	}

	.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: 3003;
	}

	.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: 3004;
		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.75em;
		font-family: 'Open Sans', sans-serif;
		background-color: #D39747;
		display: inline-block;
		text-transform: uppercase;
		float: right;
	}

	button.mfp-close:hover,
	button.mfp-close:focus {
		opacity: 1;
		background-color: #D69F55;
	}

	.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;
	}

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

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

	.mfp-arrow-right {
		right: -63px;
		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: 900px;
	}

	.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;
		display: block;
		line-height: 0;
		box-sizing: border-box;
		padding: 0;
		margin: 0 auto;
	}

	/* The shadow behind the image */
	.mfp-figure {
		line-height: 0;
		background-color: #FFFFFF;
		padding: 10px;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	}

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

	.mfp-figure figure {
		margin: 0;
	}

	.mfp-bottom-bar {
		width: 100%;
		cursor: auto;
		padding-top: 10px;
		display: none; 
	}

	.mfp-title {
		text-align: left;
		line-height: 1.75em;
		color: #4B2B0C;
		word-wrap: break-word;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 0.75em;
		float: left;
	}

	.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.8;
		-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 {
		right: 10px;
		bottom: 10px;
		font-size: 1em;
	}

	.mfp-figure {
		padding: 10px;
	}

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

	.mfp-bottom-bar {
		left: 10px;
		bottom: 10px;
	}

	.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;
	}
}
