/*
 * 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(255, 255, 255, 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, .ps-carousel-item  { background: url(../images/loader.gif) no-repeat center center; }
div.ps-carousel-item-error { background: url(../images/error.png) no-repeat center center #f4f4f4; }
.ps-carousel-content { padding-top:0px; }

/* Caption */
div.ps-caption
{ 
	color: #ffffff;
	font-size: 18px;
	font-family: Helvetica, Arial,Verdana, sans-serif;
	text-align: left;
	text-shadow:none;
	z-index:5000 !important;
	display: block !important;
	top:0 !important;
	opacity: 1 !important;
	width: 80% !important;
}
div.ps-caption *  { display: inline; }

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

div.ps-caption-content
{
	padding: 15px 20px 0px 20px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background-color:#111;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Conv_Roboto-Regular',Sans-Serif;
	text-align: right !important;
	height: 50px !important;
	width:100%;
	display: block !important;
	table-layout: fixed;
	top:0 !important;
	opacity: 1 !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
{
	cursor: pointer;
	display: table-cell;
	
	border-radius:12px;
	margin-right:20px;
	margin-top: 12px;
	height:24px;
}
div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play { width:24px; }
div.ps-toolbar-close { 
	background: #4B4B4B; 
	border-top: 1px solid rgba(255, 255, 255, 0.3); 
	width:64px;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 18px;
	height: 18px;
	margin: 2px 3px;
	background-image: url("../images/icons.png");
	background-repeat: no-repeat;
	/*background-color: #111;
	border-top: 1px solid 	#fff;
	border-color: 			rgba(255,255,255,.3);*/
	/*-moz-box-shadow: 0 1px 0 				rgba(255,255,255,.4) {global-icon-shadow}*/;
	 /*-webkit-box-shadow: 0 1px 0 			rgba(255,255,255,.4){global-icon-shadow}*/;
	 /*box-shadow: 0 1px 0 					rgba(255,255,255,.4){global-icon-shadow}*/;
	border-radius:9px;
}

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;
}

.ps-toolbar-play { display: none !important; }
.ps-toolbar-close, .ps-toolbar-previous, .ps-toolbar-next { width: 18px; height: 18px; float:right; }
.ps-toolbar-close:after { content: "Close"; line-height:16px; position:relative; top: -19px; left: -10px; text-shadow:0px 1px 1px #111; }
