@charset "UTF-8";
.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content
{
	bottom: 0;
	left: 0;
	moz-backface-visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.blueimp-gallery>.slides>.slide>.slide-content
{
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	opacity: 1;
	width: auto;
}
.blueimp-gallery
{
	/*background: #000;*/
	background: white;
	direction: ltr;
	display: none;
	ms-touch-action: none;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	touch-action: none;
	z-index: 9999999999;
}
.blueimp-gallery-carousel
{
	box-shadow: 0 0 10px #000;
	margin: 1em auto;
	ms-touch-action: pan-y;
	padding-bottom: 56.25%;
	position: relative;
	touch-action: pan-y;
	z-index: auto;
}
.blueimp-gallery-display
{
	display: block;
	opacity: 1;
}
.blueimp-gallery>.slides
{
	height: 100%;
	overflow: hidden;
	position: relative;
}
.blueimp-gallery-carousel>.slides
{
	position: absolute;
}
.blueimp-gallery>.slides>.slide
{
	float: left;
	height: 100%;
	moz-transition-timing-function: cubic-bezier(0.645,.045,.355,1);
	ms-transition-timing-function: cubic-bezier(0.645,.045,.355,1);
	o-transition-timing-function: cubic-bezier(0.645,.045,.355,1);
	position: relative;
	text-align: center;
	transition-timing-function: cubic-bezier(0.645,.045,.355,1);
	webkit-transition-timing-function: cubic-bezier(0.645,.045,.355,1);
}
.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content
{
	moz-transition: opacity .5s linear;
	ms-transition: opacity .5s linear;
	o-transition: opacity .5s linear;
	transition: opacity .5s linear;
	webkit-transition: opacity .5s linear;
}
.blueimp-gallery>.slides>.slide-loading
{
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px;
}
.blueimp-gallery>.slides>.slide-loading>.slide-content
{
	opacity: 0;
}
.blueimp-gallery>.slides>.slide-error
{
	background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery>.slides>.slide-error>.slide-content
{
	display: none;
}
.blueimp-gallery>.prev,.blueimp-gallery>.next
{
	/*background: #222;*/
	/*background: rgba(0,0,0,.5);*/
	/*border: 3px solid #fff;*/
	/*border-radius: 23px;*/
	box-sizing: content-box;
	color: #fff;
	cursor: pointer;
	display: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 60px;
	font-weight: 100;
	height: 40px;
	left: 15px;
	line-height: 30px;
	margin-top: -23px;
	moz-border-radius: 23px;
	moz-box-sizing: content-box;
	/*opacity: .5;*/
	position: absolute;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 0 0 2px #000;*/
	top: 50%;
	webkit-border-radius: 23px;
	webkit-box-sizing: content-box;
	width: 40px;
}
.blueimp-gallery>.next
{
	left: auto;
	right: 15px;
}
.blueimp-gallery>.close,.blueimp-gallery>.title
{
	color: #fff;
	display: none;
	font-size: 20px;
	left: 15px;
	line-height: 30px;
	margin: 0 40px 0 0;
	opacity: .8;
	position: absolute;
	/*text-shadow: 0 0 2px #000;*/
	top: 15px;
}
.blueimp-gallery>.close
{
	cursor: pointer;
	font-size: 30px;
	left: auto;
	margin: -15px;
	padding: 15px;
	right: 15px;
	text-decoration: none;
}
.blueimp-gallery>.play-pause
{
	background: url(../img/play-pause.png) 0 0 no-repeat;
	bottom: 15px;
	cursor: pointer;
	display: none;
	height: 15px;
	opacity: .5;
	position: absolute;
	right: 15px;
	width: 15px;
}
.blueimp-gallery-playing>.play-pause
{
	background-position: -15px 0;
}
.blueimp-gallery>.prev:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.close:hover,.blueimp-gallery>.title:hover,.blueimp-gallery>.play-pause:hover
{
	color: #fff;
	opacity: 1;
}
.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.title,.blueimp-gallery-controls>.play-pause
{
	display: block;
	moz-transform: translateZ(0);
	ms-transform: translateZ(0);
	o-transform: translateZ(0);
	transform: translateZ(0);
	webkit-transform: translateZ(0);
}
.blueimp-gallery-single>.prev,.blueimp-gallery-left>.prev,.blueimp-gallery-single>.next,.blueimp-gallery-right>.next,.blueimp-gallery-single>.play-pause
{
	display: none;
}
.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.prev,.blueimp-gallery>.next,.blueimp-gallery>.close,.blueimp-gallery>.play-pause
{
	khtml-user-select: none;
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
body:last-child .blueimp-gallery>.slides>.slide-error
{
	background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery>.play-pause
{
	background-image: url(../img/play-pause.svg);
	background-size: 40px 20px;
	height: 20px;
	width: 20px;
}
body:last-child .blueimp-gallery-playing>.play-pause
{
	background-position: -20px 0;
}
*+html .blueimp-gallery>.slides>.slide
{
	min-height: 300px;
}
*+html .blueimp-gallery>.slides>.slide>.slide-content
{
	position: relative;
}
.blueimp-gallery>.indicator
{
	bottom: 15px;
	display: none;
	left: 15px;
	line-height: 10px;
	list-style: none;
	margin: 0 40px;
	padding: 0;
	position: absolute;
	right: 15px;
	text-align: center;
	top: auto;
}
.blueimp-gallery>.indicator>li
{
	background: #ccc;
	background: rgba(255,255,255,.25)center no-repeat;
	border: 1px solid transparent;
	border-radius: 5px;
	box-shadow: 0 0 2px #000;
	box-sizing: content-box;
	cursor: pointer;
	display: inline-block;
	height: 9px;
	margin: 6px 3px 0;
	moz-box-sizing: content-box;
	opacity: .5;
	webkit-box-sizing: content-box;
	width: 9px;
}
.blueimp-gallery>.indicator>li:hover,.blueimp-gallery>.indicator>.active
{
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}
.blueimp-gallery-controls>.indicator
{
	display: block;
	moz-transform: translateZ(0);
	ms-transform: translateZ(0);
	o-transform: translateZ(0);
	transform: translateZ(0);
	webkit-transform: translateZ(0);
}
.blueimp-gallery-single>.indicator
{
	display: none;
}
.blueimp-gallery>.indicator
{
	khtml-user-select: none;
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
*+html .blueimp-gallery>.indicator>li
{
	display: inline;
}
.blueimp-gallery>.slides>.slide>.video-content>img
{
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	moz-backface-visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.blueimp-gallery>.slides>.slide>.video-content>video
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.blueimp-gallery>.slides>.slide>.video-content>iframe
{
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}
.blueimp-gallery>.slides>.slide>.video-playing>iframe
{
	top: 0;
}
.blueimp-gallery>.slides>.slide>.video-content>a
{
	background: url(../img/video-play.png) center no-repeat;
	cursor: pointer;
	height: 128px;
	left: 0;
	margin: -64px auto 0;
	opacity: .8;
	position: absolute;
	right: 0;
	top: 50%;
	width: 128px;
}
.blueimp-gallery>.slides>.slide>.video-content>a:hover
{
	opacity: 1;
}
.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img
{
	display: none;
}
.blueimp-gallery>.slides>.slide>.video-content>video
{
	display: none;
}
.blueimp-gallery>.slides>.slide>.video-playing>video
{
	display: block;
}
.blueimp-gallery>.slides>.slide>.video-loading>a
{
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px;
}
body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a
{
	background-image: url(../img/video-play.svg);
}
*+html .blueimp-gallery>.slides>.slide>.video-content
{
	height: 100%;
}
*+html .blueimp-gallery>.slides>.slide>.video-content>a
{
	left: 50%;
	margin-left: -64px;
}