/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 9999;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none;
}
.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pswp img {
	max-width: none;
}
.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
	display: block;
}
.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.92);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}
.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}
.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
	background: #222;
}
.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}
.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}
.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}
.pswp__ui {
}
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 1;
}
.pswp__top-bar:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}
.pswp__button--close {
	float: right;
	background: url(../../../img/icon/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	background-position: 0 -44px;
	width: 44px;
	height: 44px;
	border: none;
	text-indent: -9999px;
	opacity: 0.75;
}
.pswp__button--zoom {
	float: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	color: #444;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	padding: 11px 3px;
	margin: 0 10px 0 0;
	border: 1px solid #ddd;
	background: #fff;
	display: none;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 60px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	z-index: 1;
}
.pswp__button--arrow--left {
	left: 0;
	background: url(../../../img/icon/arrow_black_l2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 9px 14px;
	background-color: rgba(255,255,255,0.4);
}
.pswp__button--arrow--right {
	right: 0;
	background-image: url(../../../img/icon/arrow_black_r2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 9px 14px;
	background-color: rgba(255,255,255,0.4);
}
.pswp__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.pswp__caption.pswp__caption--fake {
	display: none;
}
.pswp__caption__center {
	color: #fff;
}
