

@import 'settings';

	
.output .pswp img {
	max-width:100000px;
}
.output span.pswp__caption1 {
	font-weight:400;
}
.output .pswp__bg {
	background-color:rgba(255,255,255,1);
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color:rgba(255,255,255,0.8);
}
.pswp__top-bar, .pswp__caption,
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color:rgba(255,255,255,0.8);
}
.pswp__img--placeholder--blank {
	background:transparent;
}

.pswp__top-bar {
	height:50px;
}


.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background:none;
	background-image:none ! important;
	
}
.pswp__button {
	padding:13px 11px;
	width:50px;
	height:50px;
	
	/*opacity:0.65;*/
	
	.Icon {
		pointer-events:none;
	}
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-color:rgba(255,255,255,1);
    width: 70px;
    height: 100px;
}
/* Fullscreen */
.pswp__button--fs .rcOutput-FullscreenOff {
	display:none ! important;
}
	.pswp--fs .pswp__button--fs .rcOutput-FullscreenOn {
		display:none ! important;
	}
	.pswp--fs .pswp__button--fs .rcOutput-FullscreenOff {
		display:block ! important;
	}
	
/* Zoom */
.pswp__button--zoom .rcOutput-ZoomOut {
	display:none ! important;
}
	.pswp--zoomed-in .pswp__button--zoom .rcOutput-ZoomOut {
		display:block ! important;
	}
	.pswp--zoomed-in .pswp__button--zoom .rcOutput-ZoomIn {
		display:none ! important;
	}


.output .pswp__button--arrow--left .Icon,
.output .pswp__button--arrow--right .Icon {
	font-size:48px;
}
/*
.pswp__button:before, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content:'';
	display:block;
	font-family: 'rcOutput', Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	vertical-align: text-top;
	text-align:center;
	-webkit-font-smoothing: antialiased;

	display: inline-block;
	background: transparent center center;
	width: 1em;
	height: 1em;
}
.pswp__button--arrow--left:before {
	content:'\e068';
}
.pswp__button--arrow--right:before {
	content:'\e06f';
}
.pswp__button--close:before {
	content:'\e049';
}
.pswp__button--fs:before {
	content:'\e063';
}
.pswp--fs .pswp__button--fs:before {
	content:'\e066';
}
.pswp__button--zoom:before {
	content:'\e643';
}
.pswp--zoomed-in .pswp__button--zoom:before {
	content:'\e644';
}
*/
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-color: transparent;
	font-size:48px;
	top: 26px; /* (100-48)/2 */
} 

.pswp__caption_container { /* like layout */
	max-width:@layoutWidthWidthPadding;
	margin-left:auto;
	margin-right:auto;
	padding-left: @gutterWidth;
	padding-right: @gutterWidth;
	position: relative;
	
	box-sizing:border-box;
}
.pswp__caption__center { /* like text */
	width:@textWidth;
	margin:0 auto;
	color:@colorText;
	font-size:1rem;
	line-height:@lineHeightText;
	padding:1rem 0;
	
	max-width:none;
}
@media only screen and (max-width: @breakpointNoDesktop) {
	.pswp__caption__center {
		width:auto;
	}
}
.pswp__counter {
	display:none;
	color:@colorText;
	font-size:1rem;
	line-height:50px;
}


