/*
 * 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.
 */


body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #fff;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
	display: none;
}

body.ps-active *:focus, div.ps-active *:focus
{
	outline: 0;
}


/* Document overlay */
div.ps-document-overlay
{
	background: #fff;
}


/* UILayer */
div.ps-uilayer {

	background: #fff;
	cursor: pointer;

}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #fff;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading
{
	background: url(images/loader.gif) no-repeat center center;
}

div.ps-carousel-item-error
{
	background: url(images/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: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	min-height: 44px;
}
*/
div.ps-caption
{
	background: rgba(255,255,255,0.8);
	/*
	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: 1px solid #42403f;
	*/
	color: #000;
	font-size: 1em;
	font-family: gill_sansregular, Helvetica-Neue, Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
	min-height: 44px;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
/*div.ps-caption *  { display: inline; }*/
div.ps-caption * { display: block; text-align: center; }


div.ps-image-description {
display:block !important;
}
div.ps-caption-bottom
{
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding-top: 10px;
	display: block;
	 max-height: 95%; overflow: auto;
	 margin: 0 auto;
}



div.ps-caption .ps-title { line-height: 100%; }
div.ps-caption-content { display: block; text-align: center; padding-top: 10px; }
div.ps-caption-content strong { display: inline-block; padding-right:5px }
div.ps-long-description { display: inline-block; padding: 0 0px 0px 5px; text-align: center; text-transform:none;}


/* Hide the the painting title */


/* Hide the the painting title */
div.ps-long-description + span { display: inline-block;  }

/* Toolbar */
/*
div.ps-toolbar
{
	background: red;
	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: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
	z-index: 10001 !important!;
}
*/
div.ps-toolbar
{
	background: rgba(255,255,255,0.8);
	/*
	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: 1px solid #42403f;
	*/
	color: #000;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
	z-index: 10001 !important!;
}
div.ps-toolbar * {
	display: block;
}

div.ps-toolbar-top
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play, div.ps-toolbar-descr
{
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
}

div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	display: block;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

div.ps-toolbar-descr div.ps-toolbar-content
{
	background-position: -175px 0;
}
div.ps-toolbar-descr.disabled div.ps-toolbar-content
{
	opacity:0.3;
}
div.ps-toolbar-descr.active div.ps-toolbar-content
{
	background-position: -175px -44px;
}

/* 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 div.ps-toolbar-content
	{
		-moz-background-size: 220px 88px;
		-o-background-size: 220px 88px;
		-webkit-background-size: 220px 88px;
		background-size: 220px 88px;
		background-image: url(images/icons@2x.png);
	}
}
