/*

 * photoswipe.css

 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)

 * Licensed under the MIT license

 *

 * Default styles for PhotoSwipe

 * Avoid any position or dimension based styles

 * where possible, unless specified already here.

 * The gallery automatically works out gallery item

 * positions etc.

 */

ul#Gallery.gallery li a span {display: none;}

.gallery { list-style: none; padding: 0; margin: 0; }

.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.gallery li { float: left; width: 33.33333333%; }

.gallery li a { 

	display: block; 

	padding:0.188em;

	margin-left:0.313em;

	margin-right:0.313em;

	margin-bottom:0.313em;

	margin-top:0.313em;

	/* 	-webkit-box-shadow: 0em 0.063em 0.063em 0.063em rgba(202, 202, 202, 1); */

	/* 	-moz-box-shadow: 0em 0.063em 0.063em 0.063em rgba(202, 202, 202, 1); */

	/* box-shadow: 0em 0.063em 0.063em 0.063em rgba(202, 202, 202, 1); */

}

.gallery li img { display: block; width: 100%; height: auto; }



#gallery{

	margin-bottom:1.250em;

	margin-top:-0.313em!important;

	margin-left:-0.313em!important;

}



/* For inline examples only */

#PhotoSwipeTarget { width: 100%; height: 12.500em; }



#Indicators { text-align: center; margin-top: 1.250em; }

#Indicators span { display: inline-block; height: 0.625em; width: 0.625em; margin: 0 0.625em 0 0; padding: 0; -webkit-border-radius:0.313em; -moz-border-radius:0.313em; -o-border-radius:0.313em; border-radius:0.313em; background: #c5c5c5; overflow:hidden; }

#Indicators span.current{ background: #EEBF02; }

 

body.ps-active, body.ps-building, div.ps-active, div.ps-building

{

	background: #000;

	overflow: hidden;

}

body.ps-active *, div.ps-active *

{ 

	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 

	display: none;

}

body.ps-active *:focus, div.ps-active *:focus 

{ 

	outline: 0; 

}





/* Document overlay */

div.ps-document-overlay 

{

	background: #000;

}





/* UILayer */

div.ps-uilayer { 

	

	background: #000;

	cursor: pointer;

	

}





/* Zoom/pan/rotate layer */

div.ps-zoom-pan-rotate{

	background: #000;

}

div.ps-zoom-pan-rotate *  { display: block; }





/* Carousel */

div.ps-carousel-item-loading 

{ 

	background: url(../gallery/loader.gif) no-repeat center center; 

}



div.ps-carousel-item-error 

{ 

	background: url(../gallery/error.gif) no-repeat center center; 

}





/* Caption */

div.ps-caption

{ 

	background: #000000;

	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));

	border-bottom: 0.063em solid #42403f;

	color: #ffffff;

	font-size: 0.813em;

	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;

	text-align: center;

}

div.ps-caption *  { display: inline; }



div.ps-caption-bottom

{ 

	border-top: 0.063em solid #42403f;

	border-bottom: none;

	min-height: 2.750em;

}



div.ps-caption-content

{

	padding: 0.813em;

	display: block;

}





/* Toolbar */

div.ps-toolbar

{ 

	background: #000000;

	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));

	border-top: 0.063em solid #42403f;

	color: #ffffff;

	font-size: 0.813em;

	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;

	text-align: center;

	height: 2.750em;

	display: table;

	table-layout: fixed;

}

div.ps-toolbar * { 

	display: block;

}



div.ps-toolbar-top 

{

	border-bottom: 0.063em solid #42403f;

	border-top: none;

}



div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play

{

	cursor: pointer;

	display: table-cell;

}



div.ps-toolbar div div.ps-toolbar-content

{

	width: 2.750em;

	height: 2.750em;

	margin: 0 auto 0;

	background-image: url(../gallery/icons.gif);

	background-repeat: no-repeat;

}



div.ps-toolbar-close div.ps-toolbar-content

{

	background-position: 0 0;

}



div.ps-toolbar-previous div.ps-toolbar-content

{

	background-position: -2.750em 0;

}



div.ps-toolbar-previous-disabled div.ps-toolbar-content

{

	background-position: -2.750em -2.750em;

}



div.ps-toolbar-next div.ps-toolbar-content

{

	background-position: -8.250em 0;

}



div.ps-toolbar-next-disabled div.ps-toolbar-content

{

	background-position: -8.250em -2.750em;

}



div.ps-toolbar-play div.ps-toolbar-content

{

	background-position: -5.500em 0;

}



/* Hi-res display */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),

       only screen and (min--moz-device-pixel-ratio: 1.5),

       only screen and (min-resolution: 240dpi)

{

	div.ps-toolbar div div.ps-toolbar-content

	{

		-moz-background-size: 11.000em 5.500em;

		-o-background-size: 11.000em 5.500em;

		-webkit-background-size: 11.000em 5.500em;

		background-size: 11.000em 5.500em;

		background-image: url(../gallery/icons@2x.gif);

	}

}

