/*


   Magic Zoom Plus v5.3.7 
   Copyright 2022 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr !important;
	display: inline-block;
	font-size: 0 !important;
	line-height: 100% !important;
	margin: 0 auto;
	outline: 0 !important;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	z-index: 1;
}

.MagicZoom {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-transform: translate3d(0, 0, 0);
}

figure.mz-figure {
	margin: 0 !important;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.MagicZoom img,
.mz-figure img {
	border: 0 !important;
	margin: 0 !important;
	outline: 0 !important;
	padding: 0 !important;
}

.MagicZoom > img,
.mz-figure > img {
	height: auto;
	width: 100%;
}

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
	max-width: none !important;
	width: 100%;
}

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
	cursor: default !important;
}

.mz-figure.mz-active,
.mz-expand {
	-ms-touch-action: none;
	touch-action: none;
}

.mz-lens,
.mz-zoom-window {
	overflow: hidden !important;
	pointer-events: none !important;
	position: absolute !important;
}

.mz-lens img,
.mz-zoom-window img {
	max-height: none !important;
	max-width: none !important;
	position: absolute !important;
}

.mz-lens img {
	-webkit-transition: none !important;
	transition: none !important;
}

.mz-zoom-window {
	transform: translate3d(0, 0, 0);
	z-index: 2000000000;
}

.mz-zoom-window.mz-magnifier {
	cursor: none;
	-webkit-mask-clip: content;
	mask-image: radial-gradient(circle, white, black);
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
	cursor: inherit !important;
	pointer-events: auto !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
	z-index: 2147483647;
}

.mz-zoom-window img {
	bottom: -1000%;
	height: auto;
	left: -1000%;
	margin: auto !important;
	right: -1000%;
	top: -1000%;
	-webkit-transform-origin: 50% 50% !important;
	transform-origin: 50% 50% !important;
	-webkit-transition: none !important;
	transition: none !important;
	width: auto;
}

.mz-zoom-window.mz-preview img {
	bottom: 0 !important;
	height: auto !important;
	left: 0 !important;
	margin: 0 !important;
	right: 0 !important;
	top: 0 !important;
	transform: none !important;
	width: 100% !important;
}

.lt-ie9-magic .mz-zoom-window img {
	margin: 0 !important;
}

.mz-expand-controls {
	z-index: 2147483647;
}

.mz-fade {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.mz-hidden {
	opacity: 0;
}

.mz-visible {
	opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
	-webkit-transform-style: flat !important;
	transform-style: flat !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
	transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
	left: 0 !important;
	top: 0 !important;
}


@media not screen and (max-device-width: 767px) {
	.mz-expanded-view-open,
	.mz-expanded-view-open body {
		overflow: hidden !important;
	}
	
	.mz-expanded-view-open body {
		height: auto !important;
	}
}

@media screen and (max-device-width: 767px) {
	:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),
	:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
		overflow: hidden !important;
	}
	
	:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
		height: auto !important;
	}
}


/**
 * Main figure
 */
.mz-figure.mz-active {
	background: #fff;
}

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
	cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
	cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
	cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
	cursor: none;
}

.mz-figure.mz-magnifier-zoom.mz-active {
	overflow: visible !important;
}

.mz-figure.mz-active > img {
	-webkit-filter: grayscale(80%) opacity(60%);
	filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
	opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=0.6);
	opacity: 1;
}

.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
	opacity: 0;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
	filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
	background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
	border: 1px solid rgba(170, 170, 170, 0.7);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	cursor: none;
	opacity: 0;
	z-index: 10;
}

.mz-figure.mz-active .mz-lens {
	opacity: 1;
	-webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
	transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
	border-radius: 50%;
	cursor: none;
	opacity: 0;
}

/**
 * Zoom window
 */
.mz-zoom-window {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.mz-zoom-window.mz-magnifier {
	background: rgba(255, 255, 255, .3);
	border: 0;
	border-radius: 100%;
}

.mz-zoom-window.mz-magnifier:before {
	background: transparent;
	border: 1px solid rgba(170, 170, 170, 0.7);
	border-radius: 100%;
	bottom: 0;
	box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, .3);
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
	border-radius: 0 !important;
}

.lt-ie9-magic .mz-zoom-window {
	border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
	border: none;
	box-shadow: none;
}

.mz-zoom-window.mz-inner:not(.mz-expanded) {
	z-index: 80;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
	background: #777;
	color: #fff;
	font-size: 10pt;
	line-height: normal !important;
	opacity: 0.8;
	padding: 3px;
	position: absolute;
	text-align: center !important;
	top: 0;
	width: 100%;
	z-index: 150;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
	filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
	bottom: 0;
	top: auto;
}

.mz-zoom-window.mz-expanded > .mz-caption {
	display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
	-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
	-webkit-transition-duration: .25s, .25s, .25s;
	transition-duration: .25s, .25s, .25s;
}

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
	opacity: 0;
	z-index: -100;
}

.mz-zoom-window.mz-p-right {
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
	-webkit-transform: translate3d(20%, 0, 0);
	transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
	-webkit-transform: translate3d(0, -20%, 0);
	transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */
.mz-zoom-window > img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
	-webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
	transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
	-webkit-transform: scale(.1);
	transform: scale(.1);
}

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
	-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
	opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
	background: rgba(49, 51, 61, 0.7);
	color: #eee;
	direction: ltr;
	display: inline-block;
	font: normal 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	z-index: 1000;
}

.mz-hint {
	background-color: transparent;
	bottom: 8px;
	left: 0;
	padding: 0 10%;
	right: 0;
	-webkit-transition: opacity 0.4s ease, z-index 0.4s ease;
	transition: opacity 0.4s ease, z-index 0.4s ease;
}

.mz-hint-message {
	background: rgba(49, 51, 61, 0.7);
	border-radius: 2em;
	display: inline-block;
	padding: .7em 1.1em;
}

.mz-hint-message:before {
	content: "\02295";
	font-family: serif;
	font-size: 1.5em;
	margin-right: 6px;
	speak: none;
	text-align: center;
	vertical-align: -2px;
}

.mobile-magic .mz-hint-message:before {
	display: none;
}

.mz-hint-hidden {
	opacity: 0;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	z-index: -1;
}

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
	bottom: auto;
	font-size: 18px;
	line-height: 1.1em;
	margin: 0;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	
}

.mz-expand .mz-hint-message {
	padding: 1.1em;
}

.mz-expand .mz-hint-message:before {
	display: none;
}

.mz-expand .mz-hint-hidden {
	opacity: 0;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

/* Loading indicator */
.mz-loading {
	border-radius: 100%;
	font-size: 0;
	height: 36px;
	left: 50%;
	opacity: 0;
	padding: 0;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 36px;
}

.mz-loading:after {
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	border-top-color: transparent;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	height: 24px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-indent: -9999em;
	top: 0;
	width: 24px;
}

.mz-loading.shown {
	opacity: 1;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
	z-index: 1;
}

.mz-loading.shown:after {
	-webkit-animation: spin-loading .9s infinite linear;
	animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lt-ie10-magic .mz-loading {
	border-radius: 2em;
	font-size: 12px;
	height: auto;
	padding: .7em 1.1em;
	width: auto;
}

.lt-ie10-magic .mz-loading:after {
	border: none;
	content: "Loading...";
	position: relative;
	text-indent: 0;
}

.lt-ie9-magic .mz-loading {
	filter: alpha(opacity=0);
	left: 0;
	margin: auto;
	right: 0;
	width: 126px;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#7c31333D", EndColorStr="#7c31333D");
}

.lt-ie9-magic .mz-hint-hidden {
	filter: alpha(opacity=0);
}


/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
	height: auto !important;
	width: auto !important;
	
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
	min-height: 100% !important;
	min-width: 100% !important;
}

.mz-expand {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 1);
	display: block;
	height: auto;
	overflow: hidden;
	-ms-overflow-style: none;
	-webkit-perspective: 600px;
	perspective: 600px;
	position: fixed;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	vertical-align: middle;
	width: auto;
	z-index: 2100000000;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin: auto;
	max-height: none !important;
	max-width: none !important;
	-webkit-perspective: 600px;
	perspective: 600px;
	
	-webkit-transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
	transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
	
	vertical-align: middle;
	z-index: -100;
}

.mz-expand .mz-expand-bg > img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mz-expand .mz-expand-bg > img {
	-webkit-filter: blur(20px) brightness(60%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
	filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > svg {
	margin: auto;
	opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
	display: none !important;
}

.lt-ie9-magic .mz-expand {
	background: #1f1f1f;
}

[data-magic-ua=edge] .mz-expand {
	background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
	display: none !important;
}

.mz-expand.dark-bg {
	background-color: #1f1f1f;
	background-color: rgba(31, 31, 31, .96);
}

.mz-expand.white-bg {
	background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
	display: flex;
	flex-direction: column;
	padding: 0;
	z-index: 2100000000;
}

.mz-expand .mz-expand-stage .mz-image-stage {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	flex: 1 1;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
	left: 0;
	padding: 0 !important;
	right: 0;
}


.mz-expand .mz-image-stage > figure {
	align-items: center;
	display: flex;
	flex: 1 1;
	flex-direction: column;
	font-size: 0;
	height: 100%;
	justify-content: center;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.mz-expand .mz-figure {
	max-width: 100% !important;
	overflow: visible;
}

.mz-expand .mz-figure > img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
	flex: 1 0;
	height: 100%;
	width: 100%;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
	pointer-events: none;
}

.mz-expand .mz-figure {
	cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
	cursor: zoom-out;
}

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
	bottom: -5000px !important;
	left: -5000px !important;
	margin: auto !important;
	position: absolute !important;
	right: -5000px !important;
	top: -5000px !important;
	z-index: 1;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
	filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
	filter: alpha(opacity=100);
	overflow: hidden;
}

/* Caption in expanded view */
.mz-expand .mz-caption {
	color: #fff;
	flex: 0 0;
	font: normal 10pt/1.25 "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
	opacity: 0;
	padding: 10px 30px;
	text-align: center;
	text-shadow: 0px 0px 46px #000;
	width: 100%;
}

.mz-expand .mz-caption.mz-show {
	opacity: 1;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
	display: none;
}

.mz-expand .mz-caption a {
	color: inherit;
	cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
	color: #555;
	text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
	top: 100%;
}

.mz-expand .mz-zoom-window {
	background: transparent;
	box-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
	border: 0;
}

/* Expanded view on mobile */
@media screen and (max-device-width: 767px) {
	.mobile-magic .mz-expand .mz-image-stage .mz-caption {
		display: none !important;
	}
}

/**
 * Buttons & Arrows
 */
.mz-nav-controls,
.mz-expand-controls,
button.mz-button {
	margin: 0 !important;
	outline: 0 !important;
	padding: 0 !important;
}

.mz-nav-controls {
	z-index: 2100000000;
}

button.mz-button {
	background-color: transparent !important;
	border: 0 solid transparent !important;
	border-radius: 100% !important;
	box-shadow: none !important;
	color: rgba(180, 180, 180, .6) !important;
	cursor: pointer;
	font-size: 0;
	height: 60px !important;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	position: absolute !important;
	speak: none;
	text-align: center;
	text-transform: none !important;
	-webkit-transition: color .25s, background-color .25s !important;
	transition: color .25s, background-color .25s !important;
	width: 60px !important;
	z-index: 2100000000 !important;
}

button.mz-button:before {
	display: block;
	height: 100%;
	position: static;
	transform: scale(.9);
	-webkit-transition: -webkit-transform .25s !important;
	transition: transform .25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
	color: rgba(180, 180, 180, 1) !important;
}

button.mz-button:active:before {
	-webkit-transform: scale(.7) !important;
	transform: scale(.7) !important;
}

.mobile-magic .mz-expand button.mz-button:active {
	background-color: rgba(49, 51, 61, .7) !important;
}


button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
	bottom: 0 !important;
	margin: auto 10px !important;
	overflow: hidden !important;
	top: 0 !important;
}

button.mz-button.mz-button-prev {
	left: 0 !important;
	transform: rotateZ(180deg) !important;
}

button.mz-button.mz-button-next {
	right: 0 !important;
}

button.mz-button.mz-button-close {
	margin: 10px !important;
	right: 0 !important;
	top: 0 !important;
	z-index: 95 !important;
}

button.mz-button.mz-button-close:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports (
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
	button.mz-button:before {
		content: "" !important;
		background-color: currentColor;
		background-image: none;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: cover;
		mask-size: cover;
	}
	
	button.mz-button.mz-button-close:before {
		-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
		mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
	}
	
	button.mz-button.mz-button-prev:before,
	button.mz-button.mz-button-next:before {
		-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
		mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
		
	}
}

@media screen and (max-device-width: 767px) {
	button.mz-button-prev,
	button.mz-button-next {
		display: none !important;
	}
	
	.mobile-magic .mz-expand button.mz-button.mz-button-close {
		color: rgb(180, 180, 180) !important;
		height: 50px !important;
		width: 50px !important;
	}
	
	.mobile-magic .mz-expand button.mz-button:before {
		transform: scale(.8);
	}
}

.lt-ie9-magic button.mz-button {
	border: 0;
	filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
	filter: alpha(opacity=100);
}

/* Arrows on the main image on the page */
.mz-figure .mz-nav-controls button.mz-button {
	border: 0 !important;
	display: none;
	height: 56px !important;
	margin: auto 0 !important;
	padding: 0 !important;
	width: 32px !important;
}

.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
	display: block;
}


/**
 * Thumbnails
 */

/** Thumbnails on the page **/
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
	display: inline-block;
	line-height: 0;
	outline: none;
}

a[data-zoom-id] img,
.mz-thumb img {
	border: 0;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
	padding-bottom: 4px;
}

.mz-thumb:not(.mz-thumb-selected):hover img {
	border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-thumb.mz-thumb-selected img {
	border-bottom-color: rgb(180, 180, 180);
}

/** Thumbnails in expanded view **/
.mz-expand-thumbnails {
	flex: 0 0 80px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	width: 100%;
	z-index: 50;
}

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,
:root[data-magic-ua=firefox] .mz-expand-thumbnails {
	height: 80px;
}

.mz-expand-thumbnails .magic-thumb > img {
	border: 0;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	padding-bottom: 4px;
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
	border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
	border-bottom-color: rgb(180, 180, 180);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
	box-shadow: none;
}

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/
@media not screen and (max-device-width: 767px) and (orientation: portrait) {
	.mz-expand.expand-thumbnails-left .mz-expand-stage {
		flex-direction: row-reverse;
	}
	
	.mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
		height: 100%;
		overflow: hidden;
		padding: 0 10px;
	}
	
	.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,
	:root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
		height: 100%;
		width: 80px;
	}
	
	@media not screen and (max-device-width: 767px) {
		.mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
			height: calc(100% - 40px);
			margin-top: 20px;
			margin-bottom: 20px;
		}
	}
	
	@media screen and (max-device-width: 767px) {
		.mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons {
			height: calc(100% - 40px);
			margin-top: 20px;
			margin-bottom: 20px;
		}
	}
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
	display: none;
}


/** Thumbnails shaded style (improved previous one)  **/
.thumbnails-style-shaded.mz-thumb img {
	border: 0 !important;
	box-shadow: 0 0 1px 0px rgba(0, 0, 0, .3);
	padding-bottom: 0;
}

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
	-webkit-filter: brightness(.7);
	filter: brightness(.7);
	
}

.thumbnails-style-shaded.mz-thumb-selected img {
	-webkit-filter: brightness(.7) opacity(.7);
	filter: brightness(.7) opacity(.7);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
	border: 0;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	padding-bottom: 0;
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
	-webkit-filter: brightness(.75);
	filter: brightness(.75);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
	-webkit-filter: brightness(.7) opacity(.7);
	filter: brightness(.7) opacity(.7);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
	background: #000;
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
	filter: alpha(opacity=75);
	opacity: .75;
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
	filter: alpha(opacity=70);
	opacity: .7;
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
	position: relative;
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
	background-color: rgba(0, 0, 0, 0);
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 100;
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
	background-color: rgba(0, 0, 0, 0.2);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
	background-color: rgba(0, 0, 0, 0.3);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
	position: relative;
	z-index: 1;
}

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, .3);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	outline: 0;
	padding: 0;
}

.magic-thumbs {
	direction: ltr;
	left: 0;
	overflow: visible;
	padding: 0 40px;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	z-index: 100;
}

.magic-thumbs {
	height: 100%;
	white-space: nowrap;
	width: 100%;
}

.magic-thumbs.no-buttons {
	padding: 0 !important;
}

.magic-thumbs-wrapper {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.magic-thumbs ul {
	display: inline-block;
	font-size: 0;
	height: 100%;
	list-style: none;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
	left: 0 !important;
	padding: 0 !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}


.magic-thumbs ul li {
	display: inline-block;
	height: 100%;
	line-height: 0;
	margin: 0 4px;
	vertical-align: top;
	width: auto;
}

.magic-thumbs ul li:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.magic-thumbs ul li > img {
	height: auto;
	max-height: 100% !important;
	max-width: none !important;
	vertical-align: middle;
	width: auto;
}

.ie8-magic .magic-thumbs ul li > img {
	max-height: none !important;
	max-width: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
	height: 100%;
}

.magic-thumbs-vertical {
	padding: 40px 0;
}

.magic-thumbs-vertical ul {
	height: auto;
	white-space: normal;
	width: 100%;
}

.magic-thumbs-vertical ul li {
	height: auto;
	width: 100%;
}

.magic-thumbs-vertical ul li {
	margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
	max-height: none !important;
	max-width: 100% !important;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
	width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
	background-color: transparent !important;
	background-image: none;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 100%;
	bottom: 0;
	box-shadow: none !important;
	color: rgba(180, 180, 180, .6) !important;
	cursor: pointer;
	font-size: 0;
	height: 33px;
	margin: auto 3px;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	text-transform: none !important;
	top: 0;
	-webkit-transition: color .25s, background-color .25s !important;
	transition: color .25s, background-color .25s !important;
	width: 33px;
	z-index: 90 !important;
}

.magic-thumbs button.magic-thumbs-button:before {
	display: block;
	height: 100%;
	position: static;
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s !important;
	transition: transform .25s !important;
}

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
	color: rgba(180, 180, 180, 1) !important;
}

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
	-webkit-transform: scale(.7) !important;
	transform: scale(.7) !important;
}

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
	background-color: rgba(49, 51, 61, .7) !important;
}

.magic-thumbs .magic-thumbs-button-prev {
	left: 0;
	transform: rotateZ(180deg) !important;
}

.magic-thumbs .magic-thumbs-button-next {
	right: 0;
}

.magic-thumbs-vertical button.magic-thumbs-button {
	bottom: auto;
	left: 0;
	margin: 3px auto;
	right: 0;
	top: auto;
}

.magic-thumbs-vertical button.magic-thumbs-button-prev {
	top: 0;
	transform: rotateZ(-90deg) !important;
}

.magic-thumbs-vertical button.magic-thumbs-button-next {
	bottom: 0;
	transform: rotateZ(90deg) !important;
}

.magic-thumbs .magic-thumbs-button-prev:before,
.magic-thumbs .magic-thumbs-button-next:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports (
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
	.magic-thumbs button.magic-thumbs-button:before {
		content: "" !important;
		background-color: currentColor;
		background-image: none;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: cover;
		mask-size: cover;
	}
	
	.magic-thumbs .magic-thumbs-button-prev:before,
	.magic-thumbs .magic-thumbs-button-next:before {
		-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
		mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
		
	}
}

.magic-thumbs.no-buttons .magic-thumbs-button {
	display: none !important;
}

.magic-thumbs-button-disabled {
	filter: alpha(opacity=20);
	opacity: 0.2;
}


.MagicToolboxSlide {
	display: none;
}

.MagicToolboxSlide.active-magic-slide {
	display: block;
}

.magic-video-slide {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.magic-video-slide iframe,
.magic-video-slide object,
.magic-video-slide embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

a[data-slide-id^=video] {
	position: relative;
	vertical-align: middle;
}

a[data-slide-id^=video] img {
	max-height: var(--prod-thumb-y, none);
	opacity: 0.8;
}

a[data-slide-id^=video] span {
	background-color: #1ba4ad;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 36px !important;
	left: 50% !important;
	position: absolute;
	text-shadow: 0 1px 10px #000;
	top: 50% !important;
	transform: translateY(-50%) translateX(-50%) !important;
	width: 36px !important;
	z-index: 100;
}

a[data-slide-id^=video] span b {
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	border-top: 8px solid transparent;
	height: 16px !important;
	left: 50%;
	margin-left: 1px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) !important;
	transform: translateY(-50%) translateX(-50%) !important;
	width: 12px !important;
}

a[data-slide-id^=video]:hover span {
	background-color: rgba(0, 0, 0, 0.7);
}

a[data-slide-id^=video]:hover span b {
	border-left-color: rgba(255, 255, 255, 1);
}

a[data-slide-id^=video]:hover img {
	opacity: 1;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
	-webkit-filter: none;
	filter: none;
}

.mz-thumb-selected img {
	-webkit-filter: none;
	filter: none;
}

.no-cssfilters-magic .mz-thumb {
	background: none;
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
	filter: none;
	opacity: 1;
}

.no-cssfilters-magic .mz-thumb-selected img {
	filter: none;
	opacity: 1;
}


.active-magic-selector img {
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
}

.no-cssfilters-magic .mz-thumb:hover:not(.active-magic-selector) img {
	filter: alpha(opacity=75);
	opacity: .75;
}

.no-cssfilters-magic .active-magic-selector img {
	filter: alpha(opacity=60);
	opacity: .6;
}