/*
 * 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:#000;overflow:hidden;}body.ps-active *, div.ps-active *{display:none;-webkit-tap-highlight-color:rgba(255, 255, 255, 0);}body.ps-active *:focus, div.ps-active *:focus{outline:0;}div.ps-document-overlay{background:#000;}div.ps-uilayer{background:#000;cursor:pointer;}div.ps-zoom-pan-rotate{background:#000;}div.ps-zoom-pan-rotate *{display:block;}div.ps-carousel-item-loading{background:url('Images/img/loader.gif') no-repeat center center;}div.ps-carousel-item-error{background:url('Images/img/error.gif') no-repeat center center;}div.ps-caption{background:linear-gradient(top, rgba(42,77,117,1) 0%,rgba(32,55,86,1) 100%);background:-moz-linear-gradient(top, rgba(42,77,117,1) 0%, rgba(32,55,86,1) 100%);background:-o-linear-gradient(top, rgba(42,77,117,1) 0%,rgba(32,55,86,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,77,117,1)), color-stop(100%,rgba(32,55,86,1)));background:-webkit-linear-gradient(top, rgba(42,77,117,1) 0%,rgba(32,55,86,1) 100%);box-shadow:0 6px 16px 0px rgba(0, 0, 0, 0.4);color:#fff;font:bold 1em 'GillSansMTPro-Bold', sans-serif;min-height:30px;position:relative;text-align:center;text-shadow:0 2px #000;-webkit-box-shadow:0 6px 16px 0px rgba(0, 0, 0, 0.4);z-index:10;}div.ps-caption *{display:inline;}div.ps-caption-bottom{border-bottom:none;border-top:1px solid #42403f;min-height:44px;}div.ps-caption-content{display:block;padding:13px;}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:1px solid #42403f;color:#ffffff;display:table;font-family:"Lucida Grande", Helvetica, Arial,Verdana, sans-serif;font-size:13px;height:44px;table-layout:fixed;text-align:center;}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;}div.ps-toolbar div div.ps-toolbar-content{background-image:url('Images/img/icons.png');background-repeat:no-repeat;height:44px;margin:0 auto 0;width:44px;}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;}
@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{background-image:url('Images/img/icons2x.png');background-size:176px 88px;-moz-background-size:176px 88px;-o-background-size:176px 88px;-webkit-background-size:176px 88px;}
}
