/* Minify_CSS_UriRewriter::$debugText

*/

/* trigger_buttons.css */

/* 1  */ .ngg-trigger-buttons {
/* 2  */ clear: both;
/* 3  */ text-align: right;
/* 4  */ font-size: 12px;
/* 5  */ line-height: 1em;
/* 6  */ margin: 0;
/* 7  */ }
/* 8  */ .ngg-trigger-buttons.hidden {
/* 9  */ display: none;
/* 10 */ }
/* 11 */ .ngg-trigger-large {
/* 12 */ font-size: 16px;
/* 13 */ margin: 0 10px;
/* 14 */ }
/* 15 */ .ngg-trigger-buttons .ngg-trigger {
/* 16 */ margin-left: 0.3em;
/* 17 */ cursor: pointer;
/* 18 */ }
/* 19 */ .ngg-trigger-buttons .ngg-trigger:active,
/* 20 */ .ngg-trigger-buttons .ngg-trigger:focus,
/* 21 */ .ngg-trigger-buttons .ngg-trigger:visited,
/* 22 */ .ngg-trigger-buttons .ngg-trigger {
/* 23 */     color: #999;
/* 24 */ }
/* 25 */ .ngg-trigger-buttons .ngg-trigger:hover {
/* 26 */ color: #333;
/* 27 */ }
/* 28 */ .ngg-trigger-large .ngg-trigger {
/* 29 */ }
/* 30 */
/* 31 */ /* small exception for slideshows/filmstrip adjustments... seems kind of overkill to create 2 extra stylesheets just for a 2 liners fix */
/* 32 */ .galleria.photocrati-nextgen_pro_horizontal_filmstrip {
/* 33 */ margin-bottom: 5px;
/* 34 */ }
/* 35 */
/* 36 */ @media screen and (min-width: 0px) and (max-width: 1024px) {
/* 37 */   .ngg-trigger-buttons.mobile-hide {
/* 38 */   	display: none;
/* 39 */   }
/* 40 */ }
/* 41 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* jquery.fancybox-1.3.4.css */

/* 1   */ /*
/* 2   *|  * FancyBox - jQuery Plugin
/* 3   *|  * Simple and fancy lightbox alternative
/* 4   *|  *
/* 5   *|  * Examples and documentation at: http://fancybox.net
/* 6   *|  *
/* 7   *|  * Copyright (c) 2008 - 2010 Janis Skarnelis
/* 8   *|  * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
/* 9   *|  *
/* 10  *|  * Version: 1.3.4 (11/11/2010)
/* 11  *|  * Requires: jQuery v1.3+
/* 12  *|  *
/* 13  *|  * Dual licensed under the MIT and GPL licenses:
/* 14  *|  *   http://www.opensource.org/licenses/mit-license.php
/* 15  *|  *   http://www.gnu.org/licenses/gpl.html
/* 16  *|  */
/* 17  */
/* 18  */ #fancybox-loading {
/* 19  */ 	position: fixed;
/* 20  */ 	top: 50%;
/* 21  */ 	left: 50%;
/* 22  */ 	width: 40px;
/* 23  */ 	height: 40px;
/* 24  */ 	margin-top: -20px;
/* 25  */ 	margin-left: -20px;
/* 26  */ 	cursor: pointer;
/* 27  */ 	overflow: hidden;
/* 28  */ 	z-index: 1104;
/* 29  */ 	display: none;
/* 30  */ }
/* 31  */
/* 32  */ #fancybox-loading div {
/* 33  */ 	position: absolute;
/* 34  */ 	top: 0;
/* 35  */ 	left: 0;
/* 36  */ 	width: 40px;
/* 37  */ 	height: 480px;
/* 38  */ 	background-image: url('fancybox.png');
/* 39  */ }
/* 40  */
/* 41  */ #fancybox-overlay {
/* 42  */ 	position: absolute;
/* 43  */ 	top: 0;
/* 44  */ 	left: 0;
/* 45  */ 	width: 100%;
/* 46  */ 	z-index: 1100;
/* 47  */ 	display: none;
/* 48  */ }
/* 49  */
/* 50  */ #fancybox-tmp {

/* jquery.fancybox-1.3.4.css */

/* 51  */ 	padding: 0;
/* 52  */ 	margin: 0;
/* 53  */ 	border: 0;
/* 54  */ 	overflow: auto;
/* 55  */ 	display: none;
/* 56  */ }
/* 57  */
/* 58  */ #fancybox-wrap {
/* 59  */ 	position: absolute;
/* 60  */ 	top: 0;
/* 61  */ 	left: 0;
/* 62  */ 	padding: 20px;
/* 63  */ 	z-index: 1101;
/* 64  */ 	outline: none;
/* 65  */ 	display: none;
/* 66  */ }
/* 67  */
/* 68  */ #fancybox-outer {
/* 69  */ 	position: relative;
/* 70  */ 	width: 100%;
/* 71  */ 	height: 100%;
/* 72  */ 	background: #fff;
/* 73  */ }
/* 74  */
/* 75  */ #fancybox-content {
/* 76  */ 	width: 0;
/* 77  */ 	height: 0;
/* 78  */ 	padding: 0;
/* 79  */ 	outline: none;
/* 80  */ 	position: relative;
/* 81  */ 	overflow: hidden;
/* 82  */ 	z-index: 1102;
/* 83  */ 	border: 0px solid #fff;
/* 84  */ }
/* 85  */
/* 86  */ #fancybox-hide-sel-frame {
/* 87  */ 	position: absolute;
/* 88  */ 	top: 0;
/* 89  */ 	left: 0;
/* 90  */ 	width: 100%;
/* 91  */ 	height: 100%;
/* 92  */ 	background: transparent;
/* 93  */ 	z-index: 1101;
/* 94  */ }
/* 95  */
/* 96  */ #fancybox-close {
/* 97  */ 	position: absolute;
/* 98  */ 	top: -15px;
/* 99  */ 	right: -15px;
/* 100 */ 	width: 30px;

/* jquery.fancybox-1.3.4.css */

/* 101 */ 	height: 30px;
/* 102 */ 	background: transparent url('fancybox.png') -40px 0px;
/* 103 */ 	cursor: pointer;
/* 104 */ 	z-index: 1103;
/* 105 */ 	display: none;
/* 106 */ }
/* 107 */
/* 108 */ #fancybox-error {
/* 109 */ 	color: #444;
/* 110 */ 	font: normal 12px/20px Arial;
/* 111 */ 	padding: 14px;
/* 112 */ 	margin: 0;
/* 113 */ }
/* 114 */
/* 115 */ #fancybox-img {
/* 116 */ 	width: 100%;
/* 117 */ 	height: 100%;
/* 118 */ 	padding: 0;
/* 119 */ 	margin: 0;
/* 120 */ 	border: none;
/* 121 */ 	outline: none;
/* 122 */ 	line-height: 0;
/* 123 */ 	vertical-align: top;
/* 124 */ }
/* 125 */
/* 126 */ #fancybox-frame {
/* 127 */ 	width: 100%;
/* 128 */ 	height: 100%;
/* 129 */ 	border: none;
/* 130 */ 	display: block;
/* 131 */ }
/* 132 */
/* 133 */ #fancybox-left, #fancybox-right {
/* 134 */ 	position: absolute;
/* 135 */ 	bottom: 0px;
/* 136 */ 	height: 100%;
/* 137 */ 	width: 35%;
/* 138 */ 	cursor: pointer;
/* 139 */ 	outline: none;
/* 140 */ 	background: transparent url('blank.gif');
/* 141 */ 	z-index: 1102;
/* 142 */ 	display: none;
/* 143 */ }
/* 144 */
/* 145 */ #fancybox-left {
/* 146 */ 	left: 0px;
/* 147 */ }
/* 148 */
/* 149 */ #fancybox-right {
/* 150 */ 	right: 0px;

/* jquery.fancybox-1.3.4.css */

/* 151 */ }
/* 152 */
/* 153 */ #fancybox-left-ico, #fancybox-right-ico {
/* 154 */ 	position: absolute;
/* 155 */ 	top: 50%;
/* 156 */ 	left: -9999px;
/* 157 */ 	width: 30px;
/* 158 */ 	height: 30px;
/* 159 */ 	margin-top: -15px;
/* 160 */ 	cursor: pointer;
/* 161 */ 	z-index: 1102;
/* 162 */ 	display: block;
/* 163 */ }
/* 164 */
/* 165 */ #fancybox-left-ico {
/* 166 */ 	background-image: url('fancybox.png');
/* 167 */ 	background-position: -40px -30px;
/* 168 */ }
/* 169 */
/* 170 */ #fancybox-right-ico {
/* 171 */ 	background-image: url('fancybox.png');
/* 172 */ 	background-position: -40px -60px;
/* 173 */ }
/* 174 */
/* 175 */ #fancybox-left:hover, #fancybox-right:hover {
/* 176 */ 	visibility: visible; /* IE6 */
/* 177 */ }
/* 178 */
/* 179 */ #fancybox-left:hover span {
/* 180 */ 	left: 20px;
/* 181 */ }
/* 182 */
/* 183 */ #fancybox-right:hover span {
/* 184 */ 	left: auto;
/* 185 */ 	right: 20px;
/* 186 */ }
/* 187 */
/* 188 */ .fancybox-bg {
/* 189 */ 	position: absolute;
/* 190 */ 	padding: 0;
/* 191 */ 	margin: 0;
/* 192 */ 	border: 0;
/* 193 */ 	width: 20px;
/* 194 */ 	height: 20px;
/* 195 */ 	z-index: 1001;
/* 196 */ }
/* 197 */
/* 198 */ #fancybox-bg-n {
/* 199 */ 	top: -20px;
/* 200 */ 	left: 0;

/* jquery.fancybox-1.3.4.css */

/* 201 */ 	width: 100%;
/* 202 */ 	background-image: url('fancybox-x.png');
/* 203 */ }
/* 204 */
/* 205 */ #fancybox-bg-ne {
/* 206 */ 	top: -20px;
/* 207 */ 	right: -20px;
/* 208 */ 	background-image: url('fancybox.png');
/* 209 */ 	background-position: -40px -162px;
/* 210 */ }
/* 211 */
/* 212 */ #fancybox-bg-e {
/* 213 */ 	top: 0;
/* 214 */ 	right: -20px;
/* 215 */ 	height: 100%;
/* 216 */ 	background-image: url('fancybox-y.png');
/* 217 */ 	background-position: -20px 0px;
/* 218 */ }
/* 219 */
/* 220 */ #fancybox-bg-se {
/* 221 */ 	bottom: -20px;
/* 222 */ 	right: -20px;
/* 223 */ 	background-image: url('fancybox.png');
/* 224 */ 	background-position: -40px -182px;
/* 225 */ }
/* 226 */
/* 227 */ #fancybox-bg-s {
/* 228 */ 	bottom: -20px;
/* 229 */ 	left: 0;
/* 230 */ 	width: 100%;
/* 231 */ 	background-image: url('fancybox-x.png');
/* 232 */ 	background-position: 0px -20px;
/* 233 */ }
/* 234 */
/* 235 */ #fancybox-bg-sw {
/* 236 */ 	bottom: -20px;
/* 237 */ 	left: -20px;
/* 238 */ 	background-image: url('fancybox.png');
/* 239 */ 	background-position: -40px -142px;
/* 240 */ }
/* 241 */
/* 242 */ #fancybox-bg-w {
/* 243 */ 	top: 0;
/* 244 */ 	left: -20px;
/* 245 */ 	height: 100%;
/* 246 */ 	background-image: url('fancybox-y.png');
/* 247 */ }
/* 248 */
/* 249 */ #fancybox-bg-nw {
/* 250 */ 	top: -20px;

/* jquery.fancybox-1.3.4.css */

/* 251 */ 	left: -20px;
/* 252 */ 	background-image: url('fancybox.png');
/* 253 */ 	background-position: -40px -122px;
/* 254 */ }
/* 255 */
/* 256 */ #fancybox-title {
/* 257 */ 	font-family: Helvetica;
/* 258 */ 	font-size: 12px;
/* 259 */ 	z-index: 1102;
/* 260 */ }
/* 261 */
/* 262 */ .fancybox-title-inside {
/* 263 */ 	padding-bottom: 10px;
/* 264 */ 	text-align: center;
/* 265 */ 	color: #333;
/* 266 */ 	background: #fff;
/* 267 */ 	position: relative;
/* 268 */ }
/* 269 */
/* 270 */ .fancybox-title-outside {
/* 271 */ 	padding-top: 10px;
/* 272 */ 	color: #fff;
/* 273 */ }
/* 274 */
/* 275 */ .fancybox-title-over {
/* 276 */ 	position: absolute;
/* 277 */ 	bottom: 0;
/* 278 */ 	left: 0;
/* 279 */ 	color: #FFF;
/* 280 */ 	text-align: left;
/* 281 */ }
/* 282 */
/* 283 */ #fancybox-title-over {
/* 284 */ 	padding: 10px;
/* 285 */ 	background-image: url('fancy_title_over.png');
/* 286 */ 	display: block;
/* 287 */ }
/* 288 */
/* 289 */ .fancybox-title-float {
/* 290 */ 	position: absolute;
/* 291 */ 	left: 0;
/* 292 */ 	bottom: -20px;
/* 293 */ 	height: 32px;
/* 294 */ }
/* 295 */
/* 296 */ #fancybox-title-float-wrap {
/* 297 */ 	border: none;
/* 298 */ 	border-collapse: collapse;
/* 299 */ 	width: auto;
/* 300 */ }

/* jquery.fancybox-1.3.4.css */

/* 301 */
/* 302 */ #fancybox-title-float-wrap td {
/* 303 */ 	border: none;
/* 304 */ 	white-space: nowrap;
/* 305 */ }
/* 306 */
/* 307 */ #fancybox-title-float-left {
/* 308 */ 	padding: 0 0 0 15px;
/* 309 */ 	background: url('fancybox.png') -40px -90px no-repeat;
/* 310 */ }
/* 311 */
/* 312 */ #fancybox-title-float-main {
/* 313 */ 	color: #FFF;
/* 314 */ 	line-height: 29px;
/* 315 */ 	font-weight: bold;
/* 316 */ 	padding: 0 0 3px 0;
/* 317 */ 	background: url('fancybox-x.png') 0px -40px;
/* 318 */ }
/* 319 */
/* 320 */ #fancybox-title-float-right {
/* 321 */ 	padding: 0 0 0 15px;
/* 322 */ 	background: url('fancybox.png') -55px -90px no-repeat;
/* 323 */ }
/* 324 */
/* 325 */ /* IE6 */
/* 326 */
/* 327 */ .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }
/* 328 */
/* 329 */ .fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
/* 330 */ .fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }
/* 331 */
/* 332 */ .fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
/* 333 */ .fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
/* 334 */ .fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
/* 335 */ .fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }
/* 336 */
/* 337 */ .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
/* 338 */ 	height: expression(this.parentNode.clientHeight + "px");
/* 339 */ }
/* 340 */
/* 341 */ #fancybox-loading.fancybox-ie6 {
/* 342 */ 	position: absolute; margin-top: 0;
/* 343 */ 	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
/* 344 */ }
/* 345 */
/* 346 */ #fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
/* 347 */
/* 348 */ /* IE6, IE7, IE8 */
/* 349 */
/* 350 */ .fancybox-ie .fancybox-bg { background: transparent !important; }

/* jquery.fancybox-1.3.4.css */

/* 351 */
/* 352 */ .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
/* 353 */ .fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
/* 354 */ .fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
/* 355 */ .fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
/* 356 */ .fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
/* 357 */ .fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
/* 358 */ .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
/* 359 */ .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* 360 */
/* 361 */ /* Note: Prevents issues with "style resets" or themes that apply 'box-sizing: border-box' to everything */
/* 362 */ #fancybox-wrap, #fancybox-content, #fancybox-outer {
/* 363 */     box-sizing: content-box;
/* 364 */     -moz-box-sizing: content-box;
/* 365 */     -webkit-box-sizing: content-box;
/* 366 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* nextgen_basic_thumbnails.css */

/* 1   */ /* ----------- Gallery style -------------*/
/* 2   */
/* 3   */ .ngg-galleryoverview {
/* 4   */     overflow: hidden;
/* 5   */     margin-top: 10px;
/* 6   */     width: 100%;
/* 7   */     clear: both;
/* 8   */     display: block !important;
/* 9   */ }
/* 10  */
/* 11  */ .ngg-galleryoverview .desc {
/* 12  */     /* required for description */
/* 13  */     margin: 0px 10px 10px 0px;
/* 14  */     padding: 5px;
/* 15  */ }
/* 16  */
/* 17  */ .ngg-gallery-thumbnail-box {
/* 18  */     float: left;
/* 19  */     max-width: 100% !important;
/* 20  */ }
/* 21  */
/* 22  */ .ngg-template-caption .ngg-gallery-thumbnail-box {
/* 23  */     margin-right: 0px;
/* 24  */ }
/* 25  */
/* 26  */ .ngg-gallery-thumbnail {
/* 27  */     text-align: center;
/* 28  */     max-width: 100% !important;
/* 29  */     background-color: #FFFFFF;
/* 30  */     border: 1px solid #A9A9A9;
/* 31  */     margin-right: 5px;
/* 32  */     margin: 5px;
/* 33  */ }
/* 34  */
/* 35  */ .ngg-template-caption .ngg-gallery-thumbnail {
/* 36  */     margin-right: 0px;
/* 37  */ }
/* 38  */
/* 39  */ .ngg-gallery-thumbnail a {
/* 40  */ 	display: block;
/* 41  */     margin: 4px;
/* 42  */     border: none;
/* 43  */     box-shadow: none;
/* 44  */ }
/* 45  */
/* 46  */ .ngg-gallery-thumbnail img {
/* 47  */     display: block;
/* 48  */     margin: 0;
/* 49  */     padding: 0;
/* 50  */     position: relative;

/* nextgen_basic_thumbnails.css */

/* 51  */     max-width: 100% !important;
/* 52  */     height: auto;
/* 53  */ }
/* 54  */
/* 55  */ .ngg-gallery-thumbnail span {
/* 56  */     /* Images description */
/* 57  */     font-size: 90%;
/* 58  */     padding-left: 5px;
/* 59  */     display: block;
/* 60  */ }
/* 61  */
/* 62  */ /* ----------- New Default Styling September 2018 -----------*/
/* 63  */
/* 64  */ .ngg-galleryoverview {
/* 65  */     margin-top: 40px;
/* 66  */     margin-bottom: 50px;
/* 67  */     -webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
/* 68  */     transition: width 1s, height 1s, background-color 1s, transform 1s;
/* 69  */     min-height: 100px;
/* 70  */ }
/* 71  */
/* 72  */ .ngg-gallery-thumbnail-box.ngg-1-columns {
/* 73  */     width: 100%;
/* 74  */     float: left !important;
/* 75  */ }
/* 76  */
/* 77  */ .ngg-gallery-thumbnail-box.ngg-2-columns {
/* 78  */     width: 50%;
/* 79  */     float: left !important;
/* 80  */ }
/* 81  */
/* 82  */ .ngg-gallery-thumbnail-box.ngg-3-columns {
/* 83  */     width: 33.33333%;
/* 84  */     float: left !important;
/* 85  */ }
/* 86  */
/* 87  */ .ngg-gallery-thumbnail-box.ngg-4-columns {
/* 88  */     width: 25%;
/* 89  */     float: left !important;
/* 90  */ }
/* 91  */
/* 92  */ .ngg-gallery-thumbnail-box.ngg-5-columns {
/* 93  */     width: 20%;
/* 94  */     float: left !important;
/* 95  */ }
/* 96  */
/* 97  */ .ngg-gallery-thumbnail-box.ngg-6-columns {
/* 98  */     width: 16.6666%;
/* 99  */     float: left !important;
/* 100 */ }

/* nextgen_basic_thumbnails.css */

/* 101 */
/* 102 */ .ngg-gallery-thumbnail-box.ngg-7-columns {
/* 103 */     width: 14.2857%;
/* 104 */     float: left !important;
/* 105 */ }
/* 106 */
/* 107 */ .ngg-gallery-thumbnail-box.ngg-8-columns {
/* 108 */     width: 12.5%;
/* 109 */     float: left !important;
/* 110 */ }
/* 111 */
/* 112 */ .ngg-gallery-thumbnail-box.ngg-9-columns {
/* 113 */     width: 11.1111%;
/* 114 */     float: left !important;
/* 115 */ }
/* 116 */
/* 117 */ .ngg-gallery-thumbnail-box.ngg-10-columns {
/* 118 */     width: 10%;
/* 119 */     float: left !important;
/* 120 */ }
/* 121 */
/* 122 */ .ngg-gallery-thumbnail-box.ngg-11-columns {
/* 123 */     width: 9.09%;
/* 124 */     float: left !important;
/* 125 */ }
/* 126 */
/* 127 */ .ngg-gallery-thumbnail-box.ngg-12-columns {
/* 128 */     width: 8.3333%;
/* 129 */     float: left !important;
/* 130 */ }
/* 131 */
/* 132 */ .ngg-gallery-thumbnail-box.ngg-13-columns {
/* 133 */     width: 7.692%;
/* 134 */     float: left !important;
/* 135 */ }
/* 136 */
/* 137 */ .ngg-gallery-thumbnail-box.ngg-14-columns {
/* 138 */     width: 7.142%;
/* 139 */     float: left !important;
/* 140 */ }
/* 141 */
/* 142 */ .ngg-gallery-thumbnail-box.ngg-15-columns {
/* 143 */     width: 6.6666%;
/* 144 */     float: left !important;
/* 145 */ }
/* 146 */
/* 147 */ @media (max-width: 800px) {
/* 148 */     .ngg-gallery-thumbnail-box.ngg-5-columns,
/* 149 */     .ngg-gallery-thumbnail-box.ngg-6-columns,
/* 150 */     .ngg-gallery-thumbnail-box.ngg-7-columns,

/* nextgen_basic_thumbnails.css */

/* 151 */     .ngg-gallery-thumbnail-box.ngg-8-columns,
/* 152 */     .ngg-gallery-thumbnail-box.ngg-9-columns,
/* 153 */     .ngg-gallery-thumbnail-box.ngg-10-columns,
/* 154 */     .ngg-gallery-thumbnail-box.ngg-11-columns,
/* 155 */     .ngg-gallery-thumbnail-box.ngg-12-columns,
/* 156 */     .ngg-gallery-thumbnail-box.ngg-13-columns,
/* 157 */     .ngg-gallery-thumbnail-box.ngg-14-columns,
/* 158 */     .ngg-gallery-thumbnail-box.ngg-15-columns,
/* 159 */     .ngg-gallery-thumbnail-box.ngg-16-columns,
/* 160 */     .ngg-gallery-thumbnail-box.ngg-17-columns,
/* 161 */     .ngg-gallery-thumbnail-box.ngg-18-columns,
/* 162 */     .ngg-gallery-thumbnail-box.ngg-19-columns,
/* 163 */     .ngg-gallery-thumbnail-box.ngg-29-columns {
/* 164 */         width: 25%;
/* 165 */     }
/* 166 */ }
/* 167 */
/* 168 */ @media (max-width: 600px) {
/* 169 */     .ngg-gallery-thumbnail-box.ngg-4-columns,
/* 170 */     .ngg-gallery-thumbnail-box.ngg-5-columns,
/* 171 */     .ngg-gallery-thumbnail-box.ngg-6-columns,
/* 172 */     .ngg-gallery-thumbnail-box.ngg-7-columns,
/* 173 */     .ngg-gallery-thumbnail-box.ngg-8-columns,
/* 174 */     .ngg-gallery-thumbnail-box.ngg-9-columns,
/* 175 */     .ngg-gallery-thumbnail-box.ngg-10-columns,
/* 176 */     .ngg-gallery-thumbnail-box.ngg-11-columns,
/* 177 */     .ngg-gallery-thumbnail-box.ngg-12-columns,
/* 178 */     .ngg-gallery-thumbnail-box.ngg-13-columns,
/* 179 */     .ngg-gallery-thumbnail-box.ngg-14-columns,
/* 180 */     .ngg-gallery-thumbnail-box.ngg-15-columns,
/* 181 */     .ngg-gallery-thumbnail-box.ngg-16-columns,
/* 182 */     .ngg-gallery-thumbnail-box.ngg-17-columns,
/* 183 */     .ngg-gallery-thumbnail-box.ngg-18-columns,
/* 184 */     .ngg-gallery-thumbnail-box.ngg-19-columns,
/* 185 */     .ngg-gallery-thumbnail-box.ngg-29-columns {
/* 186 */         width: 33.33333%;
/* 187 */     }
/* 188 */ }
/* 189 */
/* 190 */ @media (max-width: 400px) {
/* 191 */     .ngg-gallery-thumbnail-box.ngg-3-columns,
/* 192 */     .ngg-gallery-thumbnail-box.ngg-4-columns,
/* 193 */     .ngg-gallery-thumbnail-box.ngg-5-columns,
/* 194 */     .ngg-gallery-thumbnail-box.ngg-6-columns,
/* 195 */     .ngg-gallery-thumbnail-box.ngg-7-columns,
/* 196 */     .ngg-gallery-thumbnail-box.ngg-8-columns,
/* 197 */     .ngg-gallery-thumbnail-box.ngg-9-columns,
/* 198 */     .ngg-gallery-thumbnail-box.ngg-10-columns,
/* 199 */     .ngg-gallery-thumbnail-box.ngg-11-columns,
/* 200 */     .ngg-gallery-thumbnail-box.ngg-12-columns,

/* nextgen_basic_thumbnails.css */

/* 201 */     .ngg-gallery-thumbnail-box.ngg-13-columns,
/* 202 */     .ngg-gallery-thumbnail-box.ngg-14-columns,
/* 203 */     .ngg-gallery-thumbnail-box.ngg-15-columns,
/* 204 */     .ngg-gallery-thumbnail-box.ngg-16-columns,
/* 205 */     .ngg-gallery-thumbnail-box.ngg-17-columns,
/* 206 */     .ngg-gallery-thumbnail-box.ngg-18-columns,
/* 207 */     .ngg-gallery-thumbnail-box.ngg-19-columns,
/* 208 */     .ngg-gallery-thumbnail-box.ngg-29-columns {
/* 209 */         width: 50%;
/* 210 */     }
/* 211 */ }
/* 212 */
/* 213 */ /* ----------- Styling for Basic Thumbnail Simple Template September 2018 -----------*/
/* 214 */
/* 215 */ .ngg-galleryoverview.default-view {
/* 216 */     text-align: center;
/* 217 */     font-size: 0 !important;
/* 218 */     letter-spacing: 0 !important;
/* 219 */ }
/* 220 */
/* 221 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
/* 222 */     display:inline-block;
/* 223 */     float: none;
/* 224 */     vertical-align: middle;
/* 225 */ }
/* 226 */
/* 227 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
/* 228 */     background-color: transparent;
/* 229 */     border: none;
/* 230 */     margin: 0;
/* 231 */     margin-right: 0;
/* 232 */     position: relative;
/* 233 */ }
/* 234 */
/* 235 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
/* 236 */     margin: 2px;
/* 237 */     box-shadow: none;
/* 238 */ }
/* 239 */
/* 240 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
/* 241 */     opacity: .8;
/* 242 */ }
/* 243 */
/* 244 */ .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
/* 245 */     margin: 0 auto;
/* 246 */     box-shadow: none;
/* 247 */     cursor: pointer;
/* 248 */ }
/* 249 */
/* 250 */ .ngg-galleryoverview.default-view .slideshowlink {

/* nextgen_basic_thumbnails.css */

/* 251 */     margin: 24px auto 0;
/* 252 */     text-align: center;
/* 253 */     text-transform: uppercase;
/* 254 */ }
/* 255 */
/* 256 */ .ngg-galleryoverview.default-view .slideshowlink a {
/* 257 */     font-size: 13px;
/* 258 */     letter-spacing: .75px;
/* 259 */     cursor: pointer;
/* 260 */     text-decoration: none;
/* 261 */     box-shadow: none;
/* 262 */     border: none;
/* 263 */ }
/* 264 */
/* 265 */ .ngg-galleryoverview.default-view .slideshowlink a:hover {
/* 266 */     text-decoration: none !important;
/* 267 */     box-shadow: none !important;
/* 268 */     border: none !important;
/* 269 */ }
/* 270 */
/* 271 */ /* ----------- Gallery list (Carousel template) -------------*/
/* 272 */
/* 273 */ .ngg-galleryoverview ul li:before {
/* 274 */     content: '' !important;
/* 275 */ }
/* 276 */
/* 277 */ .ngg-gallery-list {
/* 278 */     list-style-type: none;
/* 279 */     padding: 0px !important;
/* 280 */     text-indent: 0px !important;
/* 281 */ }
/* 282 */
/* 283 */ .ngg-galleryoverview div.pic img {
/* 284 */     width: 100%;
/* 285 */ 	border: 0px;
/* 286 */ 	border-radius: 0px;
/* 287 */ }
/* 288 */
/* 289 */ .ngg-gallery-list li {
/* 290 */     float: left;
/* 291 */     margin: 0 2px 0px 2px !important;
/* 292 */     overflow: hidden;
/* 293 */ }
/* 294 */
/* 295 */ .ngg-gallery-list li a {
/* 296 */     border: 1px solid #CCCCCC;
/* 297 */     display: block;
/* 298 */     padding: 2px;
/* 299 */ }
/* 300 */

/* nextgen_basic_thumbnails.css */

/* 301 */ .ngg-gallery-list li.selected a {
/* 302 */     -moz-background-inline-policy: continuous;
/* 303 */     -moz-background-origin: padding;
/* 304 */     background: #000000 none repeat scroll 0 0;
/* 305 */ }
/* 306 */
/* 307 */ .ngg-gallery-list li img {
/* 308 */     height: 40px;
/* 309 */     width: 40px;
/* 310 */ }
/* 311 */
/* 312 */ li.ngg-next, li.ngg-prev {
/* 313 */     height: 40px;
/* 314 */     width: 40px;
/* 315 */     font-size: 3.5em;
/* 316 */ }
/* 317 */
/* 318 */ li.ngg-next a, li.ngg-prev a {
/* 319 */     padding-top: 10px;
/* 320 */     border: none;
/* 321 */     text-decoration: none;
/* 322 */ }
/* 323 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1  */ /* ----------- Gallery navigation -------------*/
/* 2  */ .ngg-navigation {
/* 3  */     font-size: 0.9em !important;
/* 4  */     clear: both !important;
/* 5  */     display: block !important;
/* 6  */     padding-top: 24px;
/* 7  */     padding-bottom: 3px;
/* 8  */     text-align: center;
/* 9  */ }
/* 10 */
/* 11 */ .ngg-navigation a.page-numbers,
/* 12 */ .ngg-navigation a.next,
/* 13 */ .ngg-navigation a.prev,
/* 14 */ .ngg-navigation span.page-numbers,
/* 15 */ .ngg-navigation span.next,
/* 16 */ .ngg-navigation span.prev,
/* 17 */ .ngg-navigation span.current {
/* 18 */     background: #BBB;
/* 19 */     border: none;
/* 20 */     border-radius: 2px;
/* 21 */     box-shadow: none;
/* 22 */     color: #fff;
/* 23 */     display:inline;
/* 24 */     font-size: 14px;
/* 25 */     font-weight: bold;
/* 26 */     margin-right: 3px;
/* 27 */     padding: 4px 8px;
/* 28 */     text-decoration: none;
/* 29 */     cursor: pointer !important;
/* 30 */ }
/* 31 */
/* 32 */ .ngg-navigation span.current {
/* 33 */     background: #666;
/* 34 */ }
/* 35 */
/* 36 */ .ngg-navigation a.next,
/* 37 */ .ngg-navigation a.prev,
/* 38 */ .ngg-navigation span.next,
/* 39 */ .ngg-navigation span.prev {
/* 40 */     background: transparent;
/* 41 */     color: #BBB;
/* 42 */     padding: 2px;
/* 43 */     border: none;
/* 44 */ }
/* 45 */
/* 46 */ .ngg-navigation a.page-numbers:hover,
/* 47 */ .ngg-navigation span.page-numbers:hover,
/* 48 */ .ngg-navigation span.current:hover {
/* 49 */     background: #666;
/* 50 */     color: #FFFFFF !important;

/* style.css */

/* 51 */     text-decoration: none !important;
/* 52 */ }
/* 53 */
/* 54 */ .ngg-navigation a.next:hover,
/* 55 */ .ngg-navigation a.prev:hover,
/* 56 */ .ngg-navigation span.next,
/* 57 */ .ngg-navigation span.prev {
/* 58 */     color: #666 !important;
/* 59 */ }
/* 60 */
/* 61 */ .ngg-navigation a.page-numbers {
/* 62 */     display: inline;
/* 63 */ }
/* 64 */
/* 65 */ .ngg-clear {
/* 66 */     clear: both;
/* 67 */ }
/* 68 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* nggallery.css */

/* 1 */ /*
/* 2 *| CSS Name: Default Styles
/* 3 *| Description: NextGEN Default Gallery Stylesheet
/* 4 *| Author: Photocrati Media
/* 5 *| Version: 2.12
/* 6 *|
/* 7 *| This stylesheet is provided to allow users the ability of overriding the default styles for all display types
/* 8 *| */
