-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
696 lines (653 loc) · 63.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="pingback" href="/static/xmlrpc.php" />
<script type="text/javascript">
document.documentElement.className = 'js';
</script>
<script>var et_site_url='';var et_post_id='508';function et_core_page_resource_fallback(a,b){"undefined"===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+"/?et_core_page_resource="+a.id+et_post_id:a.src&&(a.src=et_site_url+"/?et_core_page_resource="+a.id+et_post_id))}
</script><title>Felinesmile</title>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Felinesmile » Feed" href="/static/feed/" />
<link rel="alternate" type="application/rss+xml" title="Felinesmile » Comments Feed" href="/static/comments/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.6"}};
!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<meta content="Divi v.4.7.7" name="generator"/><style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='/static/wp-includes/css/dist/block-library/style.min.css?ver=5.6' type='text/css' media='all' />
<link rel='stylesheet' id='divi-fonts-css' href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext&display=swap' type='text/css' media='all' />
<link rel='stylesheet' id='divi-style-css' href='/static/wp-content/themes/Divi/style.css?ver=4.7.7' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='/static/wp-includes/css/dashicons.min.css?ver=5.6' type='text/css' media='all' />
<script type='text/javascript' src='/static/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script>
<script type='text/javascript' src='/static/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<link rel="https://api.w.org/" href="/static/wp-json/" /><link rel="alternate" type="application/json" href="/static/wp-json/wp/v2/pages/508" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="/static/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/static/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 5.6" />
<link rel="canonical" href="/static/" />
<link rel='shortlink' href='/static/' />
<link rel="alternate" type="application/json+oembed" href="/static/wp-json/oembed/1.0/embed?url=http%3A%2F%2F%2F" />
<link rel="alternate" type="text/xml+oembed" href="/static/wp-json/oembed/1.0/embed?url=http%3A%2F%2F%2F&format=xml" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><link rel="preload" href="/static/wp-content/themes/Divi/core/admin/fonts/modules.ttf" as="font" crossorigin="anonymous"><style id="et-core-unified-508-cached-inline-styles">#footer-widgets .footer-widget a,#footer-widgets .footer-widget li a,#footer-widgets .footer-widget li a:hover{color:#ffffff}.footer-widget{color:#ffffff}.et_slide_in_menu_container,.et_slide_in_menu_container .et-search-field{letter-spacing:px}.et_slide_in_menu_container .et-search-field::-moz-placeholder{letter-spacing:px}.et_slide_in_menu_container .et-search-field::-webkit-input-placeholder{letter-spacing:px}.et_slide_in_menu_container .et-search-field:-ms-input-placeholder{letter-spacing:px}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}</style></head>
<body class="home page-template-default page page-id-508 et_pb_button_helper_class et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_header_style_left et_pb_footer_columns4 et_cover_background et_pb_gutter et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db et_minified_js et_minified_css">
<div id="page-container">
<header id="main-header" data-height-onload="66">
<div class="container clearfix et_menu_container">
<div class="logo_container">
<span class="logo_helper"></span>
<a href="/static/">
<img src="/static/wp-content/uploads/2018/05/FelineSmile-Logo.png" alt="Felinesmile" id="logo" data-height-percentage="54" />
</a>
</div>
<div id="et-top-navigation" data-height="66" data-fixed-height="40">
<nav id="top-menu-nav">
<ul id="top-menu" class="nav"><li id="menu-item-516" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-508 current_page_item menu-item-516"><a href="/static/" aria-current="page">Home</a></li>
</ul> </nav>
<div id="et_top_search">
<span id="et_search_icon"></span>
</div>
<div id="et_mobile_nav_menu">
<div class="mobile_nav closed">
<span class="select_page">Select Page</span>
<span class="mobile_menu_bar mobile_menu_bar_toggle"></span>
</div>
</div> </div> <!-- #et-top-navigation -->
</div> <!-- .container -->
<div class="et_search_outer">
<div class="container et_search_form_container">
<form role="search" method="get" class="et-search-form" action="/static/">
<input type="search" class="et-search-field" placeholder="Search …" value="" name="s" title="Search for:" /> </form>
<span class="et_close_search_field"></span>
</div>
</div>
</header> <!-- #main-header -->
<div id="et-main-area">
<div id="main-content">
<article id="post-508" class="post-508 page type-page status-publish hentry">
<div class="entry-content">
<div id="et-boc" class="et-boc">
<div class="et-l et-l--post">
<div class="et_builder_inner_content et_pb_gutters3"><div class="et_pb_section et_pb_section_0 et_section_regular" >
<div class="et_pb_row et_pb_row_0 et_pb_gutters1">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_gallery et_pb_gallery_0 et_animated et_pb_bg_layout_light et_pb_gallery_grid">
<div class="et_pb_gallery_items et_post_gallery clearfix" data-per_page="16"><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_0">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/4studies.jpg" title="4studies">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/4studies-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/4studies.jpg 479w, /static/wp-content/uploads/2018/05/4studies-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-17" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_1">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/5.jpg" title="5">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/5-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/5.jpg 479w, /static/wp-content/uploads/2018/05/5-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-18" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_2">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/20131022-151727.jpg" title="20131022-151727">
<img loading="lazy" width="300" height="225" src="/static/wp-content/uploads/2018/05/20131022-151727.jpg" srcset="/static/wp-content/uploads/2018/05/20131022-151727.jpg 479w, /static/wp-content/uploads/2018/05/20131022-151727.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-25" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_3">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/6lr.jpg" title="6lr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/6lr-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/6lr.jpg 479w, /static/wp-content/uploads/2018/05/6lr-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-21" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_4">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/animalspoon.jpg" title="animalspoon">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/animalspoon-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/animalspoon.jpg 479w, /static/wp-content/uploads/2018/05/animalspoon-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-34" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_5">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/bill2c.jpg" title="bill2c">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/bill2c-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/bill2c.jpg 479w, /static/wp-content/uploads/2018/05/bill2c-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-41" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_6">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/blocks.jpg" title="blocks">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/blocks-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/blocks.jpg 479w, /static/wp-content/uploads/2018/05/blocks-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-44" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_7">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/box-revised.jpg" title="box-revised">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/box-revised-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/box-revised.jpg 479w, /static/wp-content/uploads/2018/05/box-revised-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-45" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_8">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/coupon-copy.jpg" title="coupon-copy">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/coupon-copy-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/coupon-copy.jpg 479w, /static/wp-content/uploads/2018/05/coupon-copy-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-53" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_9">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/CardFlap-in.jpg" title="CardFlap-in">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/CardFlap-in-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/CardFlap-in.jpg 479w, /static/wp-content/uploads/2018/05/CardFlap-in-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-47" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_10">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Carcup.jpg" title="Carcup">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/Carcup-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/Carcup.jpg 479w, /static/wp-content/uploads/2018/05/Carcup-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-46" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_11">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Firingsquad2.jpg" title="Firingsquad2">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/Firingsquad2-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/Firingsquad2.jpg 479w, /static/wp-content/uploads/2018/05/Firingsquad2-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-77" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_12">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/CardFlap-out.jpg" title="CardFlap-out">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/CardFlap-out-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/CardFlap-out.jpg 479w, /static/wp-content/uploads/2018/05/CardFlap-out-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-48" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_13">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/coverstud4approved.jpg" title="coverstud4approved">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/coverstud4approved-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/coverstud4approved.jpg 479w, /static/wp-content/uploads/2018/05/coverstud4approved-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-56" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_14">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/coverstud1.jpg" title="coverstud1">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/coverstud1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/coverstud1.jpg 479w, /static/wp-content/uploads/2018/05/coverstud1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-55" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_15">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/ddutch-s5.jpg" title="ddutch-s5">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/ddutch-s5-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/ddutch-s5.jpg 479w, /static/wp-content/uploads/2018/05/ddutch-s5-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-59" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_16">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/DSC00363lr.jpg" title="DSC00363lr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/DSC00363lr-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/DSC00363lr.jpg 479w, /static/wp-content/uploads/2018/05/DSC00363lr-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-68" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_17">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/ddutch-s4.jpg" title="ddutch-s4">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/ddutch-s4-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/ddutch-s4.jpg 479w, /static/wp-content/uploads/2018/05/ddutch-s4-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-58" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_18">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/elemental.jpg" title="elemental">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/elemental-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/elemental.jpg 479w, /static/wp-content/uploads/2018/05/elemental-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-69" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_19">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/GCin.jpg" title="GCin">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/GCin-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/GCin.jpg 479w, /static/wp-content/uploads/2018/05/GCin-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-89" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_20">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/GCfront.jpg" title="GCfront">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/GCfront-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/GCfront.jpg 479w, /static/wp-content/uploads/2018/05/GCfront-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-88" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_21">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Firingsquad3.jpg" title="Firingsquad3">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/Firingsquad3-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/Firingsquad3.jpg 479w, /static/wp-content/uploads/2018/05/Firingsquad3-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-78" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_22">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Firingsquad1.jpg" title="Firingsquad1">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/Firingsquad1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/Firingsquad1.jpg 479w, /static/wp-content/uploads/2018/05/Firingsquad1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-76" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_23">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Firingsquad4.jpg" title="Firingsquad4">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/Firingsquad4-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/Firingsquad4.jpg 479w, /static/wp-content/uploads/2018/05/Firingsquad4-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-79" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_24">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/banner2lr1.jpg" title="banner2lr1">
<img loading="lazy" width="396" height="792" src="/static/wp-content/uploads/2018/05/banner2lr1.jpg" srcset="/static/wp-content/uploads/2018/05/banner2lr1.jpg 479w, /static/wp-content/uploads/2018/05/banner2lr1.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-40" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_25">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/angpaolr1.jpg" title="angpaolr1">
<img loading="lazy" width="259" height="518" src="/static/wp-content/uploads/2018/05/angpaolr1.jpg" srcset="/static/wp-content/uploads/2018/05/angpaolr1.jpg 479w, /static/wp-content/uploads/2018/05/angpaolr1.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-33" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_26">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/20131022-151735.jpg" title="20131022-151735">
<img loading="lazy" width="225" height="300" src="/static/wp-content/uploads/2018/05/20131022-151735.jpg" srcset="/static/wp-content/uploads/2018/05/20131022-151735.jpg 479w, /static/wp-content/uploads/2018/05/20131022-151735.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-26" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_27">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/FIREWORKSlr2.jpg" title="FIREWORKSlr2">
<img loading="lazy" width="259" height="518" src="/static/wp-content/uploads/2018/05/FIREWORKSlr2.jpg" srcset="/static/wp-content/uploads/2018/05/FIREWORKSlr2.jpg 479w, /static/wp-content/uploads/2018/05/FIREWORKSlr2.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-75" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_28">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/guidelr.jpg" title="guidelr">
<img loading="lazy" width="321" height="856" src="/static/wp-content/uploads/2018/05/guidelr.jpg" srcset="/static/wp-content/uploads/2018/05/guidelr.jpg 479w, /static/wp-content/uploads/2018/05/guidelr.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-98" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_29">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/FridaysBannerlr-1.jpg" title="FridaysBannerlr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/FridaysBannerlr-1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/FridaysBannerlr-1.jpg 479w, /static/wp-content/uploads/2018/05/FridaysBannerlr-1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-178" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_30">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/FishCoBannerlr.jpg" title="FishCoBannerlr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/FishCoBannerlr-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/FishCoBannerlr.jpg 479w, /static/wp-content/uploads/2018/05/FishCoBannerlr-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-80" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_31">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/ilr1.jpg" title="ilr1">
<img loading="lazy" width="311" height="828" src="/static/wp-content/uploads/2018/05/ilr1.jpg" srcset="/static/wp-content/uploads/2018/05/ilr1.jpg 479w, /static/wp-content/uploads/2018/05/ilr1.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-102" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_32">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/guarding-eden-LR.jpg" title="guarding-eden-LR">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/guarding-eden-LR-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/guarding-eden-LR.jpg 479w, /static/wp-content/uploads/2018/05/guarding-eden-LR-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-97" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_33">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/DollGCinsidelr-1.jpg" title="DollGCinsidelr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/DollGCinsidelr-1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/DollGCinsidelr-1.jpg 479w, /static/wp-content/uploads/2018/05/DollGCinsidelr-1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-161" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_34">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/DollGCoutsidelr-1.jpg" title="DollGCoutsidelr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/DollGCoutsidelr-1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/DollGCoutsidelr-1.jpg 479w, /static/wp-content/uploads/2018/05/DollGCoutsidelr-1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-162" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_35">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/DollGCclosedlr-1.jpg" title="DollGCclosedlr">
<img loading="lazy" width="216" height="487" src="/static/wp-content/uploads/2018/05/DollGCclosedlr-1.jpg" srcset="/static/wp-content/uploads/2018/05/DollGCclosedlr-1.jpg 479w, /static/wp-content/uploads/2018/05/DollGCclosedlr-1.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-160" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_36">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/firelr-1.jpg" title="firelr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/firelr-1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/firelr-1.jpg 479w, /static/wp-content/uploads/2018/05/firelr-1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-168" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_37">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/DSC00363lr-1.jpg" title="DSC00363lr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/DSC00363lr-1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/DSC00363lr-1.jpg 479w, /static/wp-content/uploads/2018/05/DSC00363lr-1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-163" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_38">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/gigLR-1.jpg" title="gigLR">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/gigLR-1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/gigLR-1.jpg 479w, /static/wp-content/uploads/2018/05/gigLR-1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-188" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_39">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/letsplay.jpg" title="letsplay">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/letsplay-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/letsplay.jpg 479w, /static/wp-content/uploads/2018/05/letsplay-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-204" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_40">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/IMAGE0002-1.jpg" title="IMAGE0002">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/IMAGE0002-1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/IMAGE0002-1.jpg 479w, /static/wp-content/uploads/2018/05/IMAGE0002-1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-198" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_41">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/MDP1b.jpg" title="MDP1b">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/MDP1b-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/MDP1b.jpg 479w, /static/wp-content/uploads/2018/05/MDP1b-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-219" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_42">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/MDP2b.jpg" title="MDP2b">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/MDP2b-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/MDP2b.jpg 479w, /static/wp-content/uploads/2018/05/MDP2b-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-223" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_43">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/MDP2d.jpg" title="MDP2d">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/MDP2d-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/MDP2d.jpg 479w, /static/wp-content/uploads/2018/05/MDP2d-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-225" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_44">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/morningride.jpg" title="morningride">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/morningride-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/morningride.jpg 479w, /static/wp-content/uploads/2018/05/morningride-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-232" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_45">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/NIC-Generic-GC-13799.jpg" title="NIC-Generic-GC-13799">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/NIC-Generic-GC-13799-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/NIC-Generic-GC-13799.jpg 479w, /static/wp-content/uploads/2018/05/NIC-Generic-GC-13799-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-241" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_46">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/posterstud1LR.jpg" title="posterstud1LR">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/posterstud1LR-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/posterstud1LR.jpg 479w, /static/wp-content/uploads/2018/05/posterstud1LR-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-250" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_47">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/NFSY-6pack-S01d.jpg" title="NFSY-6pack-S01d">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/NFSY-6pack-S01d-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/NFSY-6pack-S01d.jpg 479w, /static/wp-content/uploads/2018/05/NFSY-6pack-S01d-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-240" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_48">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/NFSY-6pack-S01b1.jpg" title="NFSY-6pack-S01b1">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/NFSY-6pack-S01b1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/NFSY-6pack-S01b1.jpg 479w, /static/wp-content/uploads/2018/05/NFSY-6pack-S01b1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-238" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_49">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/NFSY-6pack-S01b.jpg" title="NFSY-6pack-S01b">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/NFSY-6pack-S01b-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/NFSY-6pack-S01b.jpg 479w, /static/wp-content/uploads/2018/05/NFSY-6pack-S01b-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-237" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_50">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/NFSY-6pack-S01c.jpg" title="NFSY-6pack-S01c">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/NFSY-6pack-S01c-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/NFSY-6pack-S01c.jpg 479w, /static/wp-content/uploads/2018/05/NFSY-6pack-S01c-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-239" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_51">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/PCP-card.jpg" title="PCP-card">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/PCP-card-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/PCP-card.jpg 479w, /static/wp-content/uploads/2018/05/PCP-card-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-245" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_52">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/PCP-cardb.jpg" title="PCP-cardb">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/PCP-cardb-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/PCP-cardb.jpg 479w, /static/wp-content/uploads/2018/05/PCP-cardb-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-246" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_53">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1a.jpg" title="SELECTA-ICE-CREAM-LAND1a">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1a-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1a.jpg 479w, /static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1a-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-260" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_54">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1b.jpg" title="SELECTA-ICE-CREAM-LAND1b">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1b-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1b.jpg 479w, /static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1b-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-261" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_55">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3c.jpg" title="SELECTA-ICE-CREAM-LAND3c">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3c-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3c.jpg 479w, /static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3c-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-268" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_56">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3b.jpg" title="SELECTA-ICE-CREAM-LAND3b">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3b-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3b.jpg 479w, /static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3b-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-267" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_57">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3a.jpg" title="SELECTA-ICE-CREAM-LAND3a">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3a-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3a.jpg 479w, /static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND3a-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-266" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_58">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2c.jpg" title="SELECTA-ICE-CREAM-LAND2c">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2c-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2c.jpg 479w, /static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2c-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-265" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_59">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2b.jpg" title="SELECTA-ICE-CREAM-LAND2b">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2b-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2b.jpg 479w, /static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2b-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-264" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_60">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2a.jpg" title="SELECTA-ICE-CREAM-LAND2a">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2a-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2a.jpg 479w, /static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND2a-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-263" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_61">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1c.jpg" title="SELECTA-ICE-CREAM-LAND1c">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1c-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1c.jpg 479w, /static/wp-content/uploads/2018/05/SELECTA-ICE-CREAM-LAND1c-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-262" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_62">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/sexyGCbacklr.jpg" title="sexyGCbacklr">
<img loading="lazy" width="216" height="487" src="/static/wp-content/uploads/2018/05/sexyGCbacklr.jpg" srcset="/static/wp-content/uploads/2018/05/sexyGCbacklr.jpg 479w, /static/wp-content/uploads/2018/05/sexyGCbacklr.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-270" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_63">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/study-1lr1.jpg" title="study-1lr1">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/study-1lr1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/study-1lr1.jpg 479w, /static/wp-content/uploads/2018/05/study-1lr1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-283" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_64">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/study-2lr1.jpg" title="study-2lr1">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/study-2lr1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/study-2lr1.jpg 479w, /static/wp-content/uploads/2018/05/study-2lr1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-284" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_65">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Topshelf-LabelSP.jpg" title="Topshelf-LabelSP">
<img loading="lazy" width="558" height="262" src="/static/wp-content/uploads/2018/05/Topshelf-LabelSP.jpg" srcset="/static/wp-content/uploads/2018/05/Topshelf-LabelSP.jpg 479w, /static/wp-content/uploads/2018/05/Topshelf-LabelSP.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-293" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_66">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Topshelf-LabelUC.jpg" title="Topshelf-LabelUC">
<img loading="lazy" width="558" height="262" src="/static/wp-content/uploads/2018/05/Topshelf-LabelUC.jpg" srcset="/static/wp-content/uploads/2018/05/Topshelf-LabelUC.jpg 479w, /static/wp-content/uploads/2018/05/Topshelf-LabelUC.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-294" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_67">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Topshelf-LabelEY.jpg" title="Topshelf-LabelEY">
<img loading="lazy" width="558" height="262" src="/static/wp-content/uploads/2018/05/Topshelf-LabelEY.jpg" srcset="/static/wp-content/uploads/2018/05/Topshelf-LabelEY.jpg 479w, /static/wp-content/uploads/2018/05/Topshelf-LabelEY.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-292" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_68">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Topshelf-LabelDS.jpg" title="Topshelf-LabelDS">
<img loading="lazy" width="558" height="262" src="/static/wp-content/uploads/2018/05/Topshelf-LabelDS.jpg" srcset="/static/wp-content/uploads/2018/05/Topshelf-LabelDS.jpg 479w, /static/wp-content/uploads/2018/05/Topshelf-LabelDS.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-291" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_69">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/Topshelf-LabelCG.jpg" title="Topshelf-LabelCG">
<img loading="lazy" width="558" height="262" src="/static/wp-content/uploads/2018/05/Topshelf-LabelCG.jpg" srcset="/static/wp-content/uploads/2018/05/Topshelf-LabelCG.jpg 479w, /static/wp-content/uploads/2018/05/Topshelf-LabelCG.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-290" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_70">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/tub1.jpg" title="tub1">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/tub1-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/tub1.jpg 479w, /static/wp-content/uploads/2018/05/tub1-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-295" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_71">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/thoughts.jpg" title="thoughts">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/thoughts-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/thoughts.jpg 479w, /static/wp-content/uploads/2018/05/thoughts-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-289" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_72">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/tub2.jpg" title="tub2">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/tub2-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/tub2.jpg 479w, /static/wp-content/uploads/2018/05/tub2-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-296" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_73">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/WBNlr.jpg" title="WBNlr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/WBNlr-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/WBNlr.jpg 479w, /static/wp-content/uploads/2018/05/WBNlr-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-297" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_74">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/rockerchicklr1.jpg" title="rockerchicklr1">
<img loading="lazy" width="259" height="518" src="/static/wp-content/uploads/2018/05/rockerchicklr1.jpg" srcset="/static/wp-content/uploads/2018/05/rockerchicklr1.jpg 479w, /static/wp-content/uploads/2018/05/rockerchicklr1.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-257" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_75">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/nightraceflyerfront.jpg" title="nightraceflyerfront">
<img loading="lazy" width="395" height="614" src="/static/wp-content/uploads/2018/05/nightraceflyerfront.jpg" srcset="/static/wp-content/uploads/2018/05/nightraceflyerfront.jpg 479w, /static/wp-content/uploads/2018/05/nightraceflyerfront.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-323" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_76">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/5filled.jpg" title="5filled">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/5filled-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/5filled.jpg 479w, /static/wp-content/uploads/2018/05/5filled-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-304" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_77">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/4open.jpg" title="4open">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/4open-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/4open.jpg 479w, /static/wp-content/uploads/2018/05/4open-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-303" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_78">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/3enve.jpg" title="3enve">
<img loading="lazy" width="375" height="600" src="/static/wp-content/uploads/2018/05/3enve.jpg" srcset="/static/wp-content/uploads/2018/05/3enve.jpg 479w, /static/wp-content/uploads/2018/05/3enve.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-302" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_79">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/7closedfront.jpg" title="7closedfront">
<img loading="lazy" width="363" height="600" src="/static/wp-content/uploads/2018/05/7closedfront.jpg" srcset="/static/wp-content/uploads/2018/05/7closedfront.jpg 479w, /static/wp-content/uploads/2018/05/7closedfront.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-306" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_80">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/6letter.jpg" title="6letter">
<img loading="lazy" width="359" height="600" src="/static/wp-content/uploads/2018/05/6letter.jpg" srcset="/static/wp-content/uploads/2018/05/6letter.jpg 479w, /static/wp-content/uploads/2018/05/6letter.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-305" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_81">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/coca-INlr.jpg" title="coca-INlr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/coca-INlr-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/coca-INlr.jpg 479w, /static/wp-content/uploads/2018/05/coca-INlr-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-319" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_82">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/coca-OUTlr.jpg" title="coca-OUTlr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/coca-OUTlr-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/coca-OUTlr.jpg 479w, /static/wp-content/uploads/2018/05/coca-OUTlr-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-320" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_83">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/mochilr.jpg" title="mochilr">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/mochilr-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/mochilr.jpg 479w, /static/wp-content/uploads/2018/05/mochilr-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-322" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_84">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/otayuri.png" title="otayuri">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/otayuri-400x284.png" srcset="/static/wp-content/uploads/2018/05/otayuri.png 479w, /static/wp-content/uploads/2018/05/otayuri-400x284.png 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-438" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_85">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/yuri2-screen.jpg" title="yuri2-screen">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/yuri2-screen-400x284.jpg" srcset="/static/wp-content/uploads/2018/05/yuri2-screen.jpg 479w, /static/wp-content/uploads/2018/05/yuri2-screen-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-447" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_86">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/yuri-1.png" title="yuri">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/yuri-1-400x284.png" srcset="/static/wp-content/uploads/2018/05/yuri-1.png 479w, /static/wp-content/uploads/2018/05/yuri-1-400x284.png 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-504" />
<span class="et_overlay"></span>
</a>
</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_87">
<div class='et_pb_gallery_image landscape'>
<a href="/static/wp-content/uploads/2018/05/mergirl.png" title="mergirl">
<img loading="lazy" width="400" height="284" src="/static/wp-content/uploads/2018/05/mergirl-400x284.png" srcset="/static/wp-content/uploads/2018/05/mergirl.png 479w, /static/wp-content/uploads/2018/05/mergirl-400x284.png 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-411" />
<span class="et_overlay"></span>
</a>
</div></div></div><!-- .et_pb_gallery_items --><div class="et_pb_gallery_pagination"></div></div><!-- .et_pb_gallery -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section --> </div><!-- .et_builder_inner_content -->
</div><!-- .et-l -->
</div><!-- #et-boc -->
</div> <!-- .entry-content -->
</article> <!-- .et_pb_post -->
</div> <!-- #main-content -->
<footer id="main-footer">
<div id="footer-bottom">
<div class="container clearfix">
<ul class="et-social-icons">
</ul><div id="footer-info">Felinesmile © 2018</div> </div> <!-- .container -->
</div>
</footer> <!-- #main-footer -->
</div> <!-- #et-main-area -->
</div> <!-- #page-container -->
<script type="text/javascript">
var et_animation_data = [{"class":"et_pb_gallery_0","style":"fade","repeat":"once","duration":"1000ms","delay":"0ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease-in-out"}];
</script>
<script type='text/javascript' id='divi-custom-script-js-extra'>
/* <![CDATA[ */
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
var et_shortcodes_strings = {"previous":"Previous","next":"Next"};
var et_pb_custom = {"ajaxurl":"\/wp-admin\/admin-ajax.php","images_uri":"\/wp-content\/themes\/Divi\/images","builder_images_uri":"\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"b06b511bce","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"e86ed74b6a","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"508","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":"","tinymce_uri":""}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"};
var et_pb_box_shadow_elements = [];
var et_pb_motion_elements = {"desktop":[],"tablet":[],"phone":[]};
var et_pb_sticky_elements = [];
/* ]]> */
</script>
<script type='text/javascript' src='/static/wp-content/themes/Divi/js/custom.unified.js?ver=4.7.7' id='divi-custom-script-js'></script>
<script type='text/javascript' src='/static/wp-content/themes/Divi/core/admin/js/common.js?ver=4.7.7' id='et-core-common-js'></script>
<script type='text/javascript' src='/static/wp-includes/js/wp-embed.min.js?ver=5.6' id='wp-embed-js'></script>
<style id="et-core-unified-508-cached-inline-styles-2">.et_pb_gallery_0.et_pb_gallery .et_pb_gallery_pagination a{font-weight:700}.et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item{overflow:hidden}.et_pb_gallery_0 .et_overlay:before{color:#fc8a00!important}.et_pb_gallery_0 .et_overlay{background-color:rgba(0,0,0,0.54);border-color:rgba(0,0,0,0.54)}.et_pb_row_0.et_pb_row{margin-left:auto!important;margin-right:auto!important}</style></body>
</html>