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