/* Minify_CSS_UriRewriter::$debugText

*/

/* justifiedGallery.css */

/* 1   */ .envira-js-desaturate,
/* 2   */ .envira-js-desaturate-on,
/* 3   */ .envira-js-desaturate-hover:hover {
/* 4   */ 	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
/* 5   */ 	-webkit-filter: grayscale(100%);
/* 6   */ 	filter: grayscale(100%);
/* 7   */ 	-webkit-backface-visibility: hidden;
/* 8   */ 	-webkit-transform: translate3d(0, 0, 0);
/* 9   */ }
/* 10  */ .envira-js-blur,
/* 11  */ .envira-js-blur-on,
/* 12  */ .envira-js-blur-hover:hover {
/* 13  */ 	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
/* 14  */ 	-webkit-filter: blur(3px);
/* 15  */ 	filter: blur(3px);
/* 16  */ 	-webkit-backface-visibility: hidden;
/* 17  */ 	-webkit-transform: translate3d(0, 0, 0);
/* 18  */ }
/* 19  */ .envira-js-vintage,
/* 20  */ .envira-js-vintage-on,
/* 21  */ .envira-js-vintage-hover:hover {
/* 22  */ 	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5751000000000001 0.5383 0.1323 0 0 0.24429999999999996 0.7802000000000001 0.11760000000000001 0 0 0.1904 0.3738 0.39170000000000005 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');
/* 23  */ 	-webkit-filter: sepia(70%) brightness(90%) contrast(130%);
/* 24  */ 	filter: sepia(70%) brightness(90%) contrast(130%);
/* 25  */ 	-webkit-backface-visibility: hidden;
/* 26  */ 	-webkit-transform: translate3d(0, 0, 0);
/* 27  */ }
/* 28  */ .envira-js-threshold,
/* 29  */ .envira-js-threshold-on,
/* 30  */ .envira-js-threshold-hover:hover {
/* 31  */ 	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="3" intercept="-1" /><feFuncG type="linear" slope="3" intercept="-1" /><feFuncB type="linear" slope="3" intercept="-1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.7" /><feFuncG type="linear" slope="1.7" /><feFuncB type="linear" slope="1.7" /></feComponentTransfer></filter></svg>#filter');
/* 32  */ 	-webkit-filter: grayscale(100%) contrast(300%) brightness(170%);
/* 33  */ 	filter: grayscale(100%) contrast(300%) brightness(170%);
/* 34  */ 	-webkit-backface-visibility: hidden;
/* 35  */ 	-webkit-transform: translate3d(0, 0, 0);
/* 36  */ }
/* 37  */ .envira-js-desaturate:hover,
/* 38  */ .envira-js-blur:hover,
/* 39  */ .envira-js-vintage:hover,
/* 40  */ .envira-js-threshold:hover {
/* 41  */ 	filter: none;
/* 42  */ 	-webkit-filter: none;
/* 43  */ }
/* 44  */ /*!
/* 45  *|  * Justified Gallery - v3.6.2
/* 46  *|  * http://miromannino.github.io/Envira-jusTified-gallery/
/* 47  *|  * Copyright (c) 2016 Miro Mannino
/* 48  *|  * Licensed under the MIT license.
/* 49  *|  */
/* 50  */ .envira-justified-gallery {

/* justifiedGallery.css */

/* 51  */ 	width: 100%;
/* 52  */ 	position: relative;
/* 53  */ 	overflow: hidden;
/* 54  */ }
/* 55  */ .envira-justified-gallery > div > div {
/* 56  */ 	position: absolute;
/* 57  */ 	display: inline-block;
/* 58  */ 	overflow: hidden;
/* 59  */ 	/* opacity: 0;
/* 60  *|   filter: alpha(opacity=0); */
/* 61  */ 	/* IE8 or Earlier */
/* 62  */ }
/* 63  */ /*.envira-justified-gallery > a > img,
/* 64  *| .envira-justified-gallery > div > img,
/* 65  *| .envira-justified-gallery > a > a > img,
/* 66  *| .envira-justified-gallery > div > a > img,
/* 67  *| .envira-justified-gallery > div > div > a > img,*/
/* 68  */ .envira-justified-gallery > div > div > a > img,
/* 69  */ .envira-justified-gallery > div > div > img,
/* 70  */ .envira-justified-gallery > div > div > a > div.effect-wrapper > img {
/* 71  */ 	position: absolute;
/* 72  */ 	top: 50%;
/* 73  */ 	left: 50%;
/* 74  */ 	margin: 0;
/* 75  */ 	padding: 0;
/* 76  */ 	border: none;
/* 77  */ }
/* 78  */ .envira-justified-gallery > div > div > a > .caption,
/* 79  */ .envira-justified-gallery > div > div > .caption,
/* 80  */ .envira-justified-gallery > div > div .caption {
/* 81  */ 	display: none;
/* 82  */ 	position: absolute;
/* 83  */ 	bottom: 0;
/* 84  */ 	padding: 5px;
/* 85  */ 	background-color: #000000;
/* 86  */ 	left: 0;
/* 87  */ 	right: 0;
/* 88  */ 	margin: 0;
/* 89  */ 	color: white;
/* 90  */ 	font-size: 12px;
/* 91  */ 	font-weight: 300;
/* 92  */ 	font-family: sans-serif;
/* 93  */ 	z-index: 2;
/* 94  */ }
/* 95  */ .envira-justified-gallery > div > div > a > .caption.caption-visible,
/* 96  */ .envira-justified-gallery > div > div > .caption.caption-visible,
/* 97  */ .envira-justified-gallery > div > .caption.caption-visible {
/* 98  */ 	display: initial;
/* 99  */ 	opacity: 0.7;
/* 100 */ 	filter: "alpha(opacity=70)";

/* justifiedGallery.css */

/* 101 */ 	/* IE8 or Earlier */
/* 102 */ 	-webkit-transition: opacity 500ms ease-in;
/* 103 */ 	-moz-transition: opacity 500ms ease-in;
/* 104 */ 	-o-transition: opacity 500ms ease-in;
/* 105 */ 	transition: opacity 500ms ease-in;
/* 106 */ }
/* 107 */
/* 108 */ .envira-justified-gallery > div > div > a > .envira-exif,
/* 109 */ .envira-justified-gallery > div > div > .envira-exif,
/* 110 */ .envira-justified-gallery > div > div .envira-exif {
/* 111 */ 	display: none;
/* 112 */ 	opacity: 0.8;
/* 113 */ 	position: absolute;
/* 114 */ 	top: 0;
/* 115 */ 	padding: 5px;
/* 116 */ 	background: rgba(255, 255, 255, 0.7);
/* 117 */ 	left: 0;
/* 118 */ 	right: 0;
/* 119 */ 	margin: 0;
/* 120 */ 	color: black;
/* 121 */ 	font-size: 10px;
/* 122 */ 	font-weight: 300;
/* 123 */ 	font-family: sans-serif;
/* 124 */ }
/* 125 */ .envira-justified-gallery > div > div > a > .envira-exif.exif-visible,
/* 126 */ .envira-justified-gallery > div > .envira-exif.exif-visible {
/* 127 */ 	display: initial;
/* 128 */ 	opacity: 0.7;
/* 129 */ 	filter: "alpha(opacity=70)";
/* 130 */ 	/* IE8 or Earlier */
/* 131 */ 	-webkit-transition: opacity 500ms ease-in;
/* 132 */ 	-moz-transition: opacity 500ms ease-in;
/* 133 */ 	-o-transition: opacity 500ms ease-in;
/* 134 */ 	transition: opacity 500ms ease-in;
/* 135 */ }
/* 136 */
/* 137 */ .envira-justified-gallery > .entry-visible {
/* 138 */ 	opacity: 1;
/* 139 */ 	/* IE8 or Earlier */
/* 140 */ 	-webkit-transition: opacity 500ms ease-in;
/* 141 */ 	-moz-transition: opacity 500ms ease-in;
/* 142 */ 	-o-transition: opacity 500ms ease-in;
/* 143 */ 	transition: opacity 500ms ease-in;
/* 144 */ }
/* 145 */ .envira-justified-gallery > .jg-filtered {
/* 146 */ 	display: none;
/* 147 */ }
/* 148 */ .envira-justified-gallery > .spinner {
/* 149 */ 	position: absolute;
/* 150 */ 	bottom: 0;

/* justifiedGallery.css */

/* 151 */ 	margin-left: -24px;
/* 152 */ 	padding: 10px 0 10px 0;
/* 153 */ 	left: 50%;
/* 154 */ 	opacity: initial;
/* 155 */ 	filter: initial;
/* 156 */ 	overflow: initial;
/* 157 */ }
/* 158 */ .envira-justified-gallery > .spinner > span {
/* 159 */ 	display: inline-block;
/* 160 */ 	opacity: 0;
/* 161 */ 	/* IE8 or Earlier */
/* 162 */ 	width: 8px;
/* 163 */ 	height: 8px;
/* 164 */ 	margin: 0 4px 0 4px;
/* 165 */ 	background-color: #000;
/* 166 */ 	border-top-left-radius: 6px;
/* 167 */ 	border-top-right-radius: 6px;
/* 168 */ 	border-bottom-right-radius: 6px;
/* 169 */ 	border-bottom-left-radius: 6px;
/* 170 */ }
/* 171 */
