
/* For inline examples only */
#PhotoSwipeTarget { width: 100%; height: 200px; }

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


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


/* UILayer */
div.ps-uilayer { 
	background: #353535;
	cursor: pointer;
}


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


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: #353535;
	color: #dddddd;
}

div.ps-carousel-item-error 
{ 
	color: #dddddd;
}


/* Caption */
div.ps-caption
{ 
	background-color: #353535;
	background-color: rgba(53,53,53,0.90);
	border-bottom: 1px solid #353535;
	color: #dddddd;
	font-family: 'futura-light', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{
	border-bottom: none;
	border-top: 1px solid #353535;
	min-height: 44px;
}

div.ps-caption-content
{
	display: block;
	padding: 13px;
}


/* Toolbar */
div.ps-toolbar
{ 
	background-color: #353535;
	background-color: rgba(53,53,53,0.90);
	border-top: 1px solid #353535;
	color: #dddddd;
	display: table;
	font-family: 'futura-light', Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 44px;
	table-layout: fixed;
	text-align: center;
}
div.ps-toolbar .fa
{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
div.ps-toolbar .fa.bicon-math-multiply
{
	font-size: 25px;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #353535;
	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: 44px;
	height: 44px;
	margin: 0 auto 0;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	color: #ffffff;
	padding: 7px 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	color: #ffffff;
	padding: 7px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	color: #ffffff;
	padding: 7px 0;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	color: #ffffff;
	padding: 7px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	color: #ffffff;
	padding: 7px 0;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	color: #ffffff;
	padding: 7px 0;
}