/*!
 * Justified Gallery - v3.6.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@keyframes justified-gallery-show-caption-animation{0%{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-entry-animation{0%{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{opacity:0;filter:alpha(opacity=0);display:inline-block;position:absolute;overflow:hidden}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{border:0;margin:0;padding:0;position:absolute;top:50%;left:50%}.justified-gallery>a>.caption,.justified-gallery>div>.caption{color:#fff;background-color:#000;margin:0;padding:5px;font-family:sans-serif;font-size:12px;font-weight:300;display:none;position:absolute;bottom:0;left:0;right:0}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-ms-animation:justified-gallery-show-caption-animation .5s 0 ease;-webkit-animation:.5s 0 justified-gallery-show-caption-animation;-moz-animation:.5s 0 justified-gallery-show-caption-animation}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-ms-animation:justified-gallery-show-entry-animation .5s 0 ease;-webkit-animation:.5s 0 justified-gallery-show-entry-animation;-moz-animation:.5s 0 justified-gallery-show-entry-animation}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{opacity:initial;filter:initial;overflow:initial;margin-left:-24px;padding:10px 0;position:absolute;bottom:0;left:50%}.justified-gallery>.spinner>span{opacity:0;filter:alpha(opacity=0);background-color:#000;border-radius:6px;width:8px;height:8px;margin:0 4px;display:inline-block}