-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
868 lines (734 loc) · 64.1 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
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
<!DOCTYPE html>
<!-- saved from url=(0035)http://www.squirrelandhedgehog.com/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Squirrel And Hedgehog - Laser cutting and etching, custom engraving, gift and holiday decoration</title>
<!--
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap Core CSS -->
<link href="./styles/bootstrap.min.css" rel="stylesheet">
<!-- Mailchimp -->
<link href="./demo_files/classic-081711.css" rel="stylesheet" type="text/css">
<!-- AJAX Contact Form Stylesheet -->
<link href="./demo_files/contact.css" rel="stylesheet" type="text/css">
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Custom CSS -->
<link href="./styles/main.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="./demo_files/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="./demo_files/css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">a.PIN_1437338923548_pin_it_button_20 { cursor: pointer!important; background-repeat: none!important; background-size: 40px 60px!important; height: 20px!important; padding: 0!important; vertical-align: baseline!important; text-decoration: none!important; width: 40px!important; background-position: 0 -20px }
a.PIN_1437338923548_pin_it_button_20:hover { background-position: 0 0px }
a.PIN_1437338923548_pin_it_button_20:active, a.PIN_1437338923548_pin_it_button_20.PIN_1437338923548_hazClick { background-position: 0 -40px }
a.PIN_1437338923548_pin_it_button_inline_20 { cursor: pointer!important; position: relative!important; display: inline-block!important; }
a.PIN_1437338923548_pin_it_button_floating_20 { cursor: pointer!important; position: absolute!important; }
a.PIN_1437338923548_pin_it_button_en_20_red { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_red_20_2.png)!important; }
a.PIN_1437338923548_pin_it_button_en_20_white { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_white_20_2.png)!important; }
a.PIN_1437338923548_pin_it_button_en_20_gray { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_gray_20_2.png)!important; }
a.PIN_1437338923548_pin_it_button_ja_20_red { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_ja_rect_red_20_2.png)!important; }
a.PIN_1437338923548_pin_it_button_ja_20_white { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_ja_rect_white_20_2.png)!important; }
a.PIN_1437338923548_pin_it_button_ja_20_gray { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_ja_rect_gray_20_2.png)!important; }
a.PIN_1437338923548_pin_it_above_20 span.PIN_1437338923548_pin_it_button_count { background: transparent url(https://s-passets.pinimg.com/images/pidgets/count_north_white_rect_20_2.png) 0 0 no-repeat!important; background-size: 40px 29px!important; position: absolute!important; bottom: 21px!important; left: 0px!important; height: 29px!important; width: 40px!important; font: 12px Arial, Helvetica, sans-serif!important; line-height: 24px!important; text-indent: 0!important;}
a.PIN_1437338923548_pin_it_button_20 span.PIN_1437338923548_pin_it_button_count { position: absolute!important; color: #777!important; text-align: center!important; text-indent: 0!important; }
a.PIN_1437338923548_pin_it_beside_20 span.PIN_1437338923548_pin_it_button_count, a.PIN_1437338923548_pin_it_beside_20 span.PIN_1437338923548_pin_it_button_count i { background-color: transparent!important; background-repeat: no-repeat!important; background-image: url(https://s-passets.pinimg.com/images/pidgets/count_east_white_rect_20_2.png)!important; }
a.PIN_1437338923548_pin_it_beside_20 span.PIN_1437338923548_pin_it_button_count { padding: 0 3px 0 10px!important; background-size: 45px 20px!important; background-position: 0 0!important; position: absolute!important; top: 0!important; left: 41px!important; height: 20px!important; font: 10px Arial, Helvetica, sans-serif!important; line-height: 20px!important; }
a.PIN_1437338923548_pin_it_beside_20 span.PIN_1437338923548_pin_it_button_count i { background-position: 100% 0!important; position: absolute!important; top: 0!important; right: -2px!important; height: 20px!important; width: 2px!important; }
a.PIN_1437338923548_pin_it_button_20.PIN_1437338923548_pin_it_above { margin-top: 20px!important; }
a.PIN_1437338923548_pin_it_above_20_pad { margin-top: 30px!important; }
a.PIN_1437338923548_pin_it_beside_20_pad { margin-right: 45px!important; }
a.PIN_1437338923548_pin_it_button_28 { cursor: pointer!important; background-repeat: none!important; background-size: 56px 84px!important; height: 28px!important; padding: 0!important; vertical-align: baseline!important; text-decoration: none!important; width: 56px!important; background-position: 0 -28px }
a.PIN_1437338923548_pin_it_button_28:hover { background-position: 0 0px }
a.PIN_1437338923548_pin_it_button_28:active, a.PIN_1437338923548_pin_it_button_28.PIN_1437338923548_hazClick { background-position: 0 -56px }
a.PIN_1437338923548_pin_it_button_inline_28 { cursor: pointer!important; position: relative!important; display: inline-block!important; }
a.PIN_1437338923548_pin_it_button_floating_28 { cursor: pointer!important; position: absolute!important; }
a.PIN_1437338923548_pin_it_above_28_pad { margin-top: 38px!important;}
a.PIN_1437338923548_pin_it_beside_28_pad { margin-right: 50px!important;}
a.PIN_1437338923548_pin_it_button_en_28_red { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_red_28_2.png)!important; }
a.PIN_1437338923548_pin_it_button_en_28_white { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_white_28_2.png)!important; }
a.PIN_1437338923548_pin_it_button_en_28_gray { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_gray_28_2.png)!important; }
a.PIN_1437338923548_pin_it_button_ja_28_red { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_ja_rect_red_28_2.png)!important; }
a.PIN_1437338923548_pin_it_button_ja_28_white { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_ja_rect_white_28_2.png)!important; }
a.PIN_1437338923548_pin_it_button_ja_28_gray { background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_ja_rect_gray_28_2.png)!important; }
a.PIN_1437338923548_pin_it_button_en_16_red_round, a.PIN_1437338923548_pin_it_button_en_32_red_round { background-repeat: none!important; margin: 0!important; padding: 0!important; vertical-align: baseline!important; text-decoration: none!important; }
a.PIN_1437338923548_pin_it_button_en_16_red_round { height: 16px!important; width: 16px!important; background-size: 16px 16px!important; background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_round_red_16_2.png)!important;}
a.PIN_1437338923548_pin_it_button_en_32_red_round { height: 32px!important; width: 32px!important; background-size: 32px 32px!important; background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_round_red_32_2.png)!important;}
a.PIN_1437338923548_pin_it_button_inline_en_16_red_round, a.PIN_1437338923548_pin_it_button_inline_en_32_red_round { position: relative!important; display: inline-block!important; }
a.PIN_1437338923548_pin_it_button_floating_en_16_red_round, a.PIN_1437338923548_pin_it_button_floating_en_32_red_round { position: absolute!important; }
a.PIN_1437338923548_pin_it_button_28 span.PIN_1437338923548_pin_it_button_count { position: absolute!important; color: #777!important; text-align: center!important; text-indent: 0!important; }
a.PIN_1437338923548_pin_it_above_28 span.PIN_1437338923548_pin_it_button_count { background: transparent url(https://s-passets.pinimg.com/images/pidgets/count_north_white_rect_28_2.png) 0 0 no-repeat!important; background-size: 56px 37px!important; position: absolute!important; bottom: 29px!important; left: 0px!important; height: 37px!important; width: 56px!important; font: 15px Arial, Helvetica, sans-serif!important; line-height: 28px!important; text-indent: 0!important;}
a.PIN_1437338923548_pin_it_beside_28 span.PIN_1437338923548_pin_it_button_count, a.PIN_1437338923548_pin_it_beside_28 span.PIN_1437338923548_pin_it_button_count i { background-color: transparent!important; background-repeat: no-repeat!important; background-image: url(https://s-passets.pinimg.com/images/pidgets/count_east_white_rect_28_2.png)!important; }
a.PIN_1437338923548_pin_it_beside_28 span.PIN_1437338923548_pin_it_button_count { padding: 0 3px 0 10px!important; background-size: 63px 28px!important; background-position: 0 0!important; position: absolute!important; top: 0!important; left: 57px!important; height: 28px!important; font: 12px Arial, Helvetica, sans-serif!important; line-height: 28px!important; }
a.PIN_1437338923548_pin_it_beside_28 span.PIN_1437338923548_pin_it_button_count i { background-position: 100% 0!important; position: absolute!important; top: 0!important; right: -2px!important; height: 28px!important; width: 2px!important; }
a.PIN_1437338923548_pin_it_button_28.PIN_1437338923548_pin_it_above { margin-top: 28px!important; }
a.PIN_1437338923548_follow_me_button, a.PIN_1437338923548_follow_me_button i { background-size: 200px 60px!important; background: transparent url(https://s-passets.pinimg.com/images/pidgets/bfs2.png) 0 0 no-repeat }
a.PIN_1437338923548_follow_me_button { cursor: pointer!important; color: #444!important; display: inline-block!important; font: bold normal normal 11px/20px "Helvetica Neue",helvetica,arial,san-serif!important; height: 20px!important; margin: 0!important; padding: 0!important; position: relative!important; text-decoration: none!important; text-indent: 19px!important; vertical-align: baseline!important;}
a.PIN_1437338923548_follow_me_button:hover { background-position: 0 -20px}
a.PIN_1437338923548_follow_me_button:active { background-position: 0 -40px}
a.PIN_1437338923548_follow_me_button b { position: absolute!important; top: 3px!important; left: 3px!important; height: 14px!important; width: 14px!important; background-size: 14px 14px!important; background-image: url(https://s-passets.pinimg.com/images/pidgets/log2.png)!important; }
a.PIN_1437338923548_follow_me_button i { position: absolute!important; top: 0!important; right: -4px!important; height: 20px!important; width: 4px!important; background-position: 100% 0px!important; }
a.PIN_1437338923548_follow_me_button:hover i { background-position: 100% -20px!important; }
a.PIN_1437338923548_follow_me_button:active i { background-position: 100% -40px!important; }
a.PIN_1437338923548_follow_me_button_28, a.PIN_1437338923548_follow_me_button_28 i { background-size: 400px 84px!important; background: transparent url(https://s-passets.pinimg.com/images/pidgets/bft2.png) 0 0 no-repeat }
a.PIN_1437338923548_follow_me_button_28 { cursor: pointer!important; color: #444!important; display: inline-block!important; font: bold normal normal 13px/28px "Helvetica Neue",helvetica,arial,san-serif!important; height: 28px!important; margin: 0!important; padding: 0!important; position: relative!important; text-decoration: none!important; text-indent: 33px!important; vertical-align: baseline!important;}
a.PIN_1437338923548_follow_me_button_28:hover { background-position: 0 -28px}
a.PIN_1437338923548_follow_me_button_28:active { background-position: 0 -56px}
a.PIN_1437338923548_follow_me_button_28 b { position: absolute!important; top: 5px!important; left: 10px!important; height: 18px!important; width: 18px!important; background-size: 18px 18px!important; background-image: url(https://s-passets.pinimg.com/images/pidgets/smt2.png)!important; }
a.PIN_1437338923548_follow_me_button_28 i { position: absolute!important; top: 0!important; right: -10px!important; height: 28px!important; width: 10px!important; background-position: 100% 0px!important; }
a.PIN_1437338923548_follow_me_button_28:hover i { background-position: 100% -28px!important; }
a.PIN_1437338923548_follow_me_button_28:active i { background-position: 100% -56px!important; }
span.PIN_1437338923548_embed_pin { -webkit-font-smoothing: antialiased!important; cursor: pointer!important; display: inline-block!important; text-align: center!important; overflow: hidden!important; vertical-align: top!important; width: 237px }
span.PIN_1437338923548_embed_pin.PIN_1437338923548_medium { width: 345px!important; }
span.PIN_1437338923548_embed_pin.PIN_1437338923548_large { width: 600px!important; }
span.PIN_1437338923548_embed_pin img { border: 0!important; padding: 0!important; box-shadow: none!important; }
span.PIN_1437338923548_embed_pin.PIN_1437338923548_fancy { background: #fff!important; box-shadow: 0 1px 3px rgba(0, 0, 0, .33)!important; border-radius: 3px!important; }
span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_link { display: block!important; margin: 0 auto!important; padding: 0!important; position: relative!important; line-height: 0}
span.PIN_1437338923548_embed_pin img.PIN_1437338923548_embed_pin_link_img { border: 0!important; margin: 0!important; padding: 0!important; border-bottom: 1px solid rgba(0, 0, 0, .09)!important;}
span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_link i.PIN_1437338923548_repin { left: 12px!important; top: 12px!important; position: absolute!important; height: 20px!important; width: 40px!important; background-size: 40px 60px!important; background: transparent url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_red_20_2.png) }
span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_link i.PIN_1437338923548_repin_ja { left: 12px!important; top: 12px!important; position: absolute!important; height: 20px!important; width: 40px!important; background-size: 40px 60px!important; background: transparent url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_ja_rect_red_20_2.png) }
span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_link i.PIN_1437338923548_repin:hover, span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_link i.PIN_1437338923548_repin_ja:hover { background-position: 0 -20px!important; }
span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_link i.PIN_1437338923548_repin.PIN_1437338923548_hazClick, span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_link i.PIN_1437338923548_repin_ja.PIN_1437338923548_hazClick { background-position: 0 -40px!important; }
span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_link i.PIN_1437338923548_play { display: block!important; width: 50px!important; white-space: pre!important; font-family: "Helvetica Neue",helvetica,arial,san-serif!important; font-weight: bold!important; font-style: normal!important; font-size: 9px!important; line-height: 12px!important; margin: 0!important; position: absolute!important; bottom: 12px!important; left: 12px!important; text-decoration: none!important; background: rgba(0, 0, 0, .4)!important; color: rgba(255, 255, 255, 1)!important; border-radius: 13px!important; padding: 5px 0!important; box-shadow: 0 0 2px rgba(0, 0, 0, .2)!important; border: 2px solid rgba(255, 255, 255, .68)!important;}
span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_link i.PIN_1437338923548_play:hover { background: rgba(0, 0, 0, .8)!important; color: #fff!important; }
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_desc { color: #363636!important; white-space: normal!important; border-bottom: 1px solid rgba(0, 0, 0, .09)!important;!important; display: block!important; font-family: "Helvetica Neue", arial, sans-serif!important; font-size: 13px!important; line-height: 17px!important; padding: 12px!important; text-align: left!important; }
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_attrib { color: #a8a8a8!important; font-family: "Helvetica Neue", sans-serif!important; font-size: 11px!important; line-height: 18px!important; margin-top: 12px!important; font-weight: bold!important; display: block!important;}
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_attrib img.PIN_1437338923548_embed_pin_attrib_icon { height: 16px!important; width: 16px!important; vertical-align: middle!important; padding: 0!important; margin: 0 5px 0 0!important; float: left!important;}
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_attrib a { color: #a8a8a8!important; text-decoration: none!important;}
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_stats { display: block!important; }
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_stats span.PIN_1437338923548_embed_pin_stats_repin_count, span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_stats span.PIN_1437338923548_embed_pin_stats_like_count { display: inline-block!important; padding-left: 17px!important; padding-right: 10px!important; color: #a8a8a8!important; font-family: "Helvetica Neue", sans-serif!important; font-size: 11px!important; line-height: 12px!important; margin-top: 12px!important; font-weight: bold!important; }
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_stats span.PIN_1437338923548_embed_pin_stats_repin_count { background: url(data:image/png!important;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAAAAABq7uO+AAAASklEQVQI10WNMQrAMBRCvf/Z3pQcImPplsIPdqhNXOSJqLxVtnWQsuUO9IM3cHlV8dSSDZQHAOPH2YA2FU+qtH7MRhaVh/xt/PQCEW6N4EV+CPEAAAAASUVORK5CYII=) 0 0 no-repeat!important; }
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_stats span.PIN_1437338923548_embed_pin_stats_like_count { background: url(data:image/png!important;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAAAAAClR+AmAAAAUElEQVR4AT2HMQpFIQwEc/+zbXhFLBW8QUihIAT2E8Q/xe6M0Jv2zK7NKUcBzAlAjzjqtdZl4c8S2nOjMPS6BoWMr/wLVnAbYJs3mGMkXzx+OeRqUf5HHRoAAAAASUVORK5CYII=) 0 2px no-repeat!important; }
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_text { padding: 12px!important; position: relative!important; text-decoration: none!important; display: block!important; font-weight: bold!important; color: #b7b7b7!important; font-family: "Helvetica Neue", arial, sans-serif!important; font-size: 11px!important; line-height: 14px!important; height: 30px!important; text-align: left!important; }
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_text img.PIN_1437338923548_embed_pin_text_avatar { border-radius: 15px!important; border: none!important; overflow: hidden!important; height: 30px!important; width: 30px!important; vertical-align: middle!important; margin: 0 8px 12px 0!important; float: left!important;}
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_text span.PIN_1437338923548_embed_pin_text_container_pinner, span.PIN_1437338923548_embed_pin a.PIN_1437338923548_embed_pin_text span.PIN_1437338923548_embed_pin_text_container_board { display: block!important; width: 175px!important; white-space: nowrap!important; overflow: hidden!important; text-overflow: ellipsis!important;}
span.PIN_1437338923548_embed_pin span.PIN_1437338923548_embed_pin_text span.PIN_1437338923548_embed_pin_text_container_pinner { color: #777!important;}
span.PIN_1437338923548_embed_grid { display: inline-block!important; margin: 0!important; padding:10px 0!important; position: relative!important; text-align: center}
span.PIN_1437338923548_embed_grid.PIN_1437338923548_fancy { background: #fff!important; box-shadow: 0 1px 3px rgba(0, 0, 0, .33)!important; border-radius: 3px!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_hd { display: block!important; margin: 0 10px!important; padding: 0!important; height: 45px!important; position: relative!important;}
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_hd a.PIN_1437338923548_avatar { position: absolute!important; top: 0!important; left: 0!important; height: 36px!important; width: 36px!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_hd a.PIN_1437338923548_avatar img { position: relative!important; height: 36px!important; width: 36px!important; min-height: 36px!important; min-width: 36px!important; margin: 0!important; padding: 0!important; border-radius: 3px!important; border: none!important;}
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_hd a { text-decoration: none!important; border: none!important; background: transparent!important; cursor: pointer!important; white-space: nowrap!important; position: absolute!important; left: 44px!important; text-align: left!important; overflow: hidden!important; text-overflow: ellipsis!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_hd a:hover { text-decoration: none!important; background: inherit!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_hd a:active { text-decoration: none!important; background: inherit!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_hd a.PIN_1437338923548_embed_grid_first { top: 2px!important; font-family: helvetica, sans-serif!important; font-weight: bold!important; color:#333!important; font-size: 14px!important; line-height: 16px!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_hd a.PIN_1437338923548_embed_grid_second { bottom: 11px!important; font-family: helvetica, sans-serif!important; color:#8e8e8e!important; font-size: 12px!important; line-height: 14px!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_hd a.PIN_1437338923548_embed_grid_mid { top: 12px!important; font-family: helvetica, sans-serif!important; font-weight: bold!important; color:#333!important; font-size: 14px!important; line-height: 16px!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_bd { display:block!important; margin: 0 10px!important; border-radius: 2px!important; position: relative!important; overflow: hidden }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_scrolling_okay { overflow: auto!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_bd span.PIN_1437338923548_embed_grid_ct { display:block!important; position: relative!important; overflow: hidden!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_bd a.PIN_1437338923548_embed_grid_th { cursor: pointer!important; display: inline-block!important; position: absolute!important; overflow: hidden!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_bd a.PIN_1437338923548_embed_grid_th::before { position: absolute!important; content:""!important; z-index: 2!important; top: 0!important; left: 0!important; right: 0!important; bottom: 0!important; box-shadow: inset 0 0 2px #888!important; }
span.PIN_1437338923548_embed_grid span.PIN_1437338923548_embed_grid_bd a.PIN_1437338923548_embed_grid_th img.PIN_1437338923548_embed_grid_img { border: none!important; margin-left: 0!important; margin-right: 0!important; margin-bottom: 0!important; padding: 0!important;position: absolute!important; top: 50%!important; left: 0!important; }
a.PIN_1437338923548_embed_grid_ft { cursor: pointer!important; text-shadow: 0 1px #fff!important; display: block!important; text-align: center!important; border: 1px solid #ccc!important; margin: 10px 10px 0!important; height: 31px!important; line-height: 30px!important;border-radius: 2px!important; text-decoration: none!important; font-family: Helvetica!important; font-weight: bold!important; font-size: 13px!important; color: #746d6a!important; background: #f4f4f4 url(https://s-passets.pinimg.com/images/pidgets/board_button_link.png) 0 0 repeat-x}
a.PIN_1437338923548_embed_grid_ft:hover { text-decoration: none!important; background: #fefefe url(https://s-passets.pinimg.com/images/pidgets/board_button_hover.png) 0 0 repeat-x}
a.PIN_1437338923548_embed_grid_ft:active { text-decoration: none!important; background: #e4e4e4 url(https://s-passets.pinimg.com/images/pidgets/board_button_active.png) 0 0 repeat-x}
a.PIN_1437338923548_embed_grid_ft span.PIN_1437338923548_embed_grid_ft_logo { vertical-align: top!important; display: inline-block!important; margin-left: 2px!important; height: 30px!important; width: 66px!important; background: transparent url(https://s-passets.pinimg.com/images/pidgets/board_button_logo.png) 50% 48% no-repeat!important; }
.PIN_1437338923548_hidden { display:none!important; }</style><style type="text/css">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}.fb_link img{border:none}
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_reset .fb_dialog_legacy{overflow:visible}.fb_dialog_advanced{padding:10px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.fb_dialog_content{background:#fff;color:#333}.fb_dialog_close_icon{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;_background-image:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif);cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{top:5px;left:5px;right:auto}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;_background-image:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_close_icon:active{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;_background-image:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_loader{background-color:#f6f7f8;border:1px solid #606060;font-size:24px;padding:20px}.fb_dialog_top_left,.fb_dialog_top_right,.fb_dialog_bottom_left,.fb_dialog_bottom_right{height:10px;width:10px;overflow:hidden;position:absolute}.fb_dialog_top_left{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;left:-10px;top:-10px}.fb_dialog_top_right{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;right:-10px;top:-10px}.fb_dialog_bottom_left{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;bottom:-10px;left:-10px}.fb_dialog_bottom_right{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;right:-10px;bottom:-10px}.fb_dialog_vert_left,.fb_dialog_vert_right,.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{position:absolute;background:#525252;filter:alpha(opacity=70);opacity:.7}.fb_dialog_vert_left,.fb_dialog_vert_right{width:10px;height:100%}.fb_dialog_vert_left{margin-left:-10px}.fb_dialog_vert_right{right:0;margin-right:-10px}.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{width:100%;height:10px}.fb_dialog_horiz_top{margin-top:-10px}.fb_dialog_horiz_bottom{bottom:0;margin-bottom:-10px}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #3a5795;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{-webkit-transform:none;height:100%;margin:0;overflow:visible;position:absolute;top:-10000px;left:0;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{max-height:590px;min-height:590px;max-width:500px;min-width:500px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .45);position:absolute;left:0;top:0;width:100%;min-height:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_content .dialog_header{-webkit-box-shadow:white 0 1px 1px -1px inset;background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));border-bottom:1px solid;border-color:#1d4088;color:#fff;font:14px Helvetica, sans-serif;font-weight:bold;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{-webkit-font-smoothing:subpixel-antialiased;height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));border:1px solid #2f477a;-webkit-background-clip:padding-box;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;display:inline-block;margin-top:3px;max-width:85px;line-height:18px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{border:none;background:none;color:#fff;font:12px Helvetica, sans-serif;font-weight:bold;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #555;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f6f7f8;border:1px solid #555;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,.fb_iframe_widget_fluid_desktop iframe{max-width:100%}.fb_iframe_widget_fluid_desktop iframe{min-width:220px;position:relative}.fb_iframe_widget_lift{z-index:1}.fb_hide_iframes iframe{position:relative;left:-10000px}.fb_iframe_widget_loader{position:relative;display:inline-block}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%}.fb_iframe_widget_loader iframe{min-height:32px;z-index:2;zoom:1}.fb_iframe_widget_loader .FB_Loader{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat;height:32px;width:32px;margin-left:-16px;position:absolute;left:50%;z-index:4}</style></head>
<body id="top" data-pin-hover="true" cz-shortcut-listen="true">
<div id="fb-root" class=" fb_reset"><div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div><iframe name="fb_xdm_frame_http" frameborder="0" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_http" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" src="./demo_files/xRlIuTsSMoE.html" style="border: none;"></iframe><iframe name="fb_xdm_frame_https" frameborder="0" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" src="./demo_files/xRlIuTsSMoE(1).html" style="border: none;"></iframe></div></div><div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div></div></div></div>
<script type="text/javascript" async="" src="./demo_files/pinit_main.js"></script><script async="" src="./demo_files/analytics.js"></script><script id="facebook-jssdk" src="./demo_files/sdk.js"></script><script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=1657114124514164&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand smoothscroll" href="http://www.squirrelandhedgehog.com/#ajc-top"><span class="tagline">Bringing creative ideas into the physical world</span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a target="_blank" href="http://bit.ly/SaHonK1" class="kickstarter" title="Please support our Kickstarter">Support on Kickstarter</a>
</li>
<li>
<a href="http://bit.ly/SaHonE" data-target=".navbar-collapse" class="shop" data-toggle="collapse">
Shop
</a>
</li>
<li>
<a class="smoothscroll" href="http://www.squirrelandhedgehog.com/#about" data-target=".navbar-collapse" data-toggle="collapse">
About
</a>
</li>
<li>
<a class="smoothscroll" href="http://www.squirrelandhedgehog.com/#products" data-target=".navbar-collapse" data-toggle="collapse">
Products
</a>
</li>
<li>
<a class="smoothscroll" href="http://www.squirrelandhedgehog.com/#services" data-target=".navbar-collapse" data-toggle="collapse">
Services
</a>
</li>
<li>
<a class="smoothscroll" href="http://www.squirrelandhedgehog.com/#contactinfo" data-target=".navbar-collapse" data-toggle="collapse">
Contact
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Header -->
<div id="ajc-top" class="intro-header">
<div class="container">
<div class="fb-like fb_iframe_widget" data-href="http://www.squirrelandhedgehog.com" data-width="280" data-layout="standard" data-action="like" data-show-faces="false" data-share="true" style="position:absolute; top:60px; right:0; color: #f8f8f8; z-index:4;" fb-xfbml-state="rendered" fb-iframe-plugin-query="action=like&app_id=1657114124514164&container_width=0&href=http%3A%2F%2Fwww.squirrelandhedgehog.com%2F&layout=standard&locale=en_US&sdk=joey&share=true&show_faces=false&width=280"><span style="vertical-align: bottom; width: 280px; height: 20px;"><iframe name="fb2276178" width="280px" height="1000px" frameborder="0" allowtransparency="true" allowfullscreen="true" scrolling="no" title="fb:like Facebook Social Plugin" src="./demo_files/like.html" style="border: none; visibility: visible; width: 280px; height: 20px;" class=""></iframe></span></div>
<!-- em id="tagline" style="visibility: hidden;">Bringing creative ideas into the physical world ...</em -->
<div class="intro-message">
<div class="row">
<div class="col-lg-12 main-message">
<h1>Squirrel & Hedgehog</h1>
<h3>Laser Cutting and Engraving</h3>
<hr class="intro-divider">
<ul class="list-inline intro-social-buttons">
<li>
<a href="http://bit.ly/SaHonE" class="btn btn-default btn-lg"><i class="fa fa-etsy fa-fw"></i> <span class="network-name">Shop</span></a>
</li>
<li>
<a href="http://facebook.com/usa.squirrelandhedgehog" class="btn btn-default btn-lg"><i class="fa fa-facebook fa-fw"></i> <span class="network-name">Facebook</span></a>
</li>
<li>
<a href="http://www.pinterest.com/tgsquirrel/" class="btn btn-default btn-lg"><i class="fa fa-pinterest fa-fw"></i> <span class="network-name">Pinterest</span></a>
</li>
<li style="display:none">
<a href="http://www.squirrelandhedgehog.com/#" class="btn btn-default btn-lg"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">Linkedin</span></a>
</li>
</ul>
<hr class="intro-divider">
</div>
<!-- col-lg-12 -->
</div>
<div class="row" id="mc_row">
<div class="col-md-4">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://squirrelandhedgehog.us8.list-manage.com/subscribe/post?u=8f623b44da89c5217d315ce7c&id=d6a7425b89" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<h4>Subscribe to our mailing list</h4>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required="">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_8f623b44da89c5217d315ce7c_d6a7425b89" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</div>
<!-- /.intro-message -->
</div>
<!-- /.container -->
</div>
<!-- /.intro-header -->
<!-- Page Content -->
<div id="kickstart">
<div id="products" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Inaugural product:<br>Decorative Wooden Charms for Halloween</h2>
<p class="lead">Squirrel and Hedgehog's inaugural products are decorative wooden charms just in time for Halloween. There are eight fun designs.</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<div class="row collage">
<div class="col-xs-6 col-sm-4 ajc_padding">
<div class="img-wrap">
<img class="img-responsive" src="./demo_files/owl-pumpkin-sm.jpg" alt="">
</div>
</div>
<div class="col-xs-6 col-sm-4 ajc_padding">
<div class="img-wrap">
<img class="img-responsive" src="./demo_files/frankenstein-sm.jpg" alt="">
</div>
</div>
<div class="col-xs-6 col-sm-4 ajc_padding">
<div class="img-wrap">
<img class="img-responsive" src="./demo_files/ghost-spider-sm.jpg" alt="">
</div>
</div>
<div class="col-xs-6 col-sm-4 ajc_padding">
<div class="img-wrap">
<img class="img-responsive" src="./demo_files/bat-mummy-sm.jpg" alt="">
</div>
</div>
<div class="col-xs-6 col-sm-4 ajc_padding">
<div class="img-wrap">
<img class="img-responsive" src="./demo_files/witch-sm.jpg" alt="">
</div>
</div>
<div class="col-xs-6 col-sm-4 ajc_padding">
<div class="img-wrap">
<img class="img-responsive" src="./demo_files/front-door-sm.jpg" alt="">
</div>
</div>
</div> <!-- row -->
<div class="row">
<div class="ajc_padding_pic"></div>
<div class="col-lg-6 ajc_padding">
<a href="http://www.squirrelandhedgehog.com/#" id="ajc_meet_link" class="btn btn-default btn-lg" style="width: 100%;"><span class="network-name">Meet the charms</span></a>
</div>
<div class="col-lg-6 ajc_padding">
<a href="http://bit.ly/SaHonE" class="btn btn-default btn-lg" style="width: 100%;"><span class="network-name">Shop</span></a>
</div>
</div> <!-- row -->
</div>
</div>
</div>
<!-- /.container -->
<div class="content-section-b" id="ajc_meet">
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/witch.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/spider.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/pumpkin.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/owl.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/mummy.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/ghost.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/frankenstein.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/bat.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-b -->
</div>
<!-- /.content-section-a -->
</div>
<!-- /.kickstart -->
<div style="display:none" class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Why Kickstarter?</h2>
<p class="lead">
Kickstarter is a new way to fund creative projects. Individuals like you back projects they believe in with a pledge, and as a group,
the funding is raised to make the project a reality.
<br> <br>
Each project has a funding goal. Ours is $2,000.00. If this goal is met, you will be charged the pledge amount. If the goal is not met,
you will not be charged. For your support, Squirrel and Hedgehog will be providing you rewards based on the level of the pledge. Check out <a class="ks-link" href="http://bit.ly/SaHonK1">Kickstarter</a> for the details.
</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<a href="http://bit.ly/SaHonK1">
<img class="img-responsive" src="./demo_files/Kickstarter-monitor.png" alt="">
</a>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-b -->
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Decorating Ideas</h2>
<p class="lead">From candy to shoes, from napkin rings to your rear view mirror, there are many beautiful ways to display your decorative wooden charms. Here are some that we came up with.</p>
<a href="http://www.pinterest.com/tgsquirrel/decorating-ideas-for-charms-2014/" class="btn btn-default btn-lg" target="_blank"><span class="network-name">Our Ideas on Pintrest</span></a>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<div class="row">
<a class="section-heading-spacer"></a>
<div class="clearfix"></div>
<img class="img-responsive" src="./demo_files/light-inside.jpg" alt="">
</div> <!-- row -->
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-a -->
<div id="services" class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Services</h2>
<p class="lead">
Squirrel and Hedgehog is a new Laser cutter and Engraver. Coming soon is our Ossining, NY location in Westchester County (just north of New York City). Our planned services include: </p>
<ul>
<li>
Custom Laser and Engraving (wood, acrylics, paper, other soft materials)
</li>
<li>
Design Services
</li>
<li>
Stencil production
</li>
<li>
Metal Etching
</li>
<li>
Joint product development and prototyping
</li>
</ul>
<p class="lead">
Interested in any of these services or other capabilities of laser cutters and engravers please <a class="smoothscroll" href="http://www.squirrelandhedgehog.com/#contactinfo">contact us</a>.
</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="./demo_files/Kickstarter-monitor-design.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-b #services-->
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Designs in Development</h2>
<p class="lead">We have a number of products on our drawing board. Furthest along are our decorative wooden charms for birthdays and some of the tags we were developing for Halloween. Take a peek at what is coming soon.</p>
<a id="birthday_charms_link" href="http://www.squirrelandhedgehog.com/#ajc_new_dev" class="btn btn-default btn-lg"><span class="network-name">Birthday Charms</span></a>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<div class="row">
<div class="clearfix"></div>
<img class="img-responsive" src="./demo_files/development1.jpg" alt="">
</div> <!-- row -->
</div>
</div>
</div>
<!-- /.container -->
<div class="content-section-b" id="ajc_new_dev">
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/cake.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/flowers.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/hedgehog.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/ice-cream.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/present.png" alt="">
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 ajc_padding">
<img class="img-responsive" src="./demo_files/toast.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-b -->
</div>
<!-- /.content-section-a -->
<div style="display:none" class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-3">
<a class="ks-link" href="http://bit.ly/SaHonK1"><img class="img-responsive" src="./demo_files/kickstarter-white.png" alt="Kickstarter"></a>
</div>
<div class="col-lg-9">
<a class="ks-link" href="http://bit.ly/SaHonK1" style="float:right; color:white;"><h4>To get our Decorative Wooden Charms for Halloween, click here to support us on Kickstarter</h4></a>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-b -->
<div class="banner">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h2>Connect to <br>Squirrel and Hedgehog:</h2>
</div>
<div class="col-lg-6">
<ul class="list-inline banner-social-buttons">
<li>
<a href="http://facebook.com/usa.squirrelandhedgehog" class="btn btn-default btn-lg"><i class="fa fa-facebook fa-fw"></i> <span class="network-name">Facebook</span></a>
</li>
<li>
<a href="http://www.pinterest.com/tgsquirrel/" class="btn btn-default btn-lg"><i class="fa fa-pinterest fa-fw"></i> <span class="network-name">Pinterest</span></a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.banner -->
<div id="about" class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<p class="lead">
We are located in Brooklyn, NY and Ossining, NY
<br>Our main location is in Ossinning
</p>
<iframe src="./demo_files/embed.html" width="300" height="300" frameborder="0" style="border:0"></iframe>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">About Us</h2>
<p class="lead">
In spite of our nicknames, we are very real and practical humans with years of professional and life experience in finance, software, and web development. In September, we will launch our first online catalog. In the meantime, please review our inaugural product "Decorative Wooden Charms for Halloween"
(available through <a class="ks-link" href="http://bit.ly/SaHonK1">Kickstarter</a>).
Or the development of our <a id="birthday_charms_link_top" href="http://www.squirrelandhedgehog.com/#">Birthday Charms</a>.
<br><br>
Feel free to send us a note should you have any questions or suggestions. Thank you.
</p>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-b -->
<div id="contactinfo">
<div class="container">
<section id="contact">
<h2>Contact Squirrel and Hedgehog</h2>
<p class="lead">
<br><br>
We would love for you to subscribe to our mailing list to be notified about future promotions and new products.
<br><br>
</p>
<mark id="message" style="display: none;"></mark>
<form method="post" action="http://www.squirrelandhedgehog.com/contact/classes/contact.php" name="contactform" id="contactform" autocomplete="on">
<fieldset>
<legend>Contact Details</legend>
<div>
<label for="name" accesskey="U">Your Name</label>
<input name="name" type="text" id="name" placeholder="Enter your name" required="required"><mark class="validate"></mark>
</div>
<div>
<label for="email" accesskey="E">Email</label>
<input name="email" type="email" id="email" placeholder="Enter your Email Address" pattern="^[A-Za-z0-9](([_\.\-]?[a-zA-Z0-9]+)*)@([A-Za-z0-9]+)(([\.\-]?[a-zA-Z0-9]+)*)\.([A-Za-z]{2,})$" required="required"><mark class="validate"></mark>
</div>
<div>
<label for="phone" accesskey="P">Phone <small>(optional)</small></label>
<input name="phone" type="tel" id="phone" size="30" placeholder="Enter your phone number"><mark class="validate"></mark>
</div>
<div>
<label for="website" accesskey="W">Website <small>(optional)</small></label>
<input name="website" type="url" id="website" placeholder="Enter your website address"><mark class="validate"></mark>
</div>
</fieldset>
<fieldset>
<legend>Your Comments</legend>
<div>
<label for="subject" accesskey="S">Subject</label>
<select name="subject" id="subject">
<option value="General Inquiry" selected="selected">General Inquiry</option>
<option value="Suggestion">Suggestion</option>
<option value="Product">Product</option>
</select><mark class="validate"></mark>
</div>
<div>
<label for="comments" accesskey="C">Comments</label>
<textarea name="comments" cols="40" rows="3" id="comments" placeholder="Enter your comments" spellcheck="true" required="required"></textarea><mark class="validate"></mark>
</div>
<!--
<div>
<label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
Choose option one?
</label>
</div>
<div>
<label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
Or rather, option two?
</label>
</div>
-->
<!--
<div>
<label for="agree" accesskey="A">Agree to terms</label>
<input name="agree" type="checkbox" id="agree"/>
</div>
-->
</fieldset>
<fieldset>
<legend>Mailing list subscription</legend>
<div>
<label class="radio">
<input type="radio" name="maillist" value="y">Subscribe me for news and promotions
</label>
</div>
<div>
<label class="radio last">
<input type="radio" name="maillist" checked="checked" value="n">Not this time
</label>
</div>
</fieldset>
<fieldset>
<legend>Are you human?</legend>
<label for="verify" accesskey="V" class="verify"><img src="./demo_files/image.php" alt="Verification code"></label>
<input name="verify" type="text" id="verify" size="6" required="required" title="This confirms you are a human user and not a spam-bot."><mark class="validate"></mark>
</fieldset>
<input type="submit" class="submit" id="submit" value="Submit">
</form>
</section>
</div>
</div>
<!-- Page Content -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul style="display:none" class="list-inline">
<li>
<a href="http://www.squirrelandhedgehog.com/#home">Home</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="http://www.squirrelandhedgehog.com/#about">About</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="http://www.squirrelandhedgehog.com/#services">Services</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="http://www.squirrelandhedgehog.com/#contact">Contact</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright © Squirrel & Hedgehog 2014. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<a href="http://www.squirrelandhedgehog.com/#top" class="scroll-top-wrapper smoothscroll sp">
<!-- <span class="scroll-top-inner">
<i class="fa fa-2x sp"></i>
</span> -->
</a>
<!-- scroll to top -->
<!-- jQuery Version 1.11.0 -->
<script src="./demo_files/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="./demo_files/bootstrap.min.js"></script>
<!-- AJAX Form Submit -->
<script src="./demo_files/jquery.jigowatt.js"></script>
<!-- Please call pinit.js only once per page -->
<!-- main -->
<script>
/* global functions */
function toggleSection(selector) {
var $o = $(selector);
if ($o){
$o.slideToggle( "slow", function() {
});
}
}
/* after load scripts */
jQuery(document).ready( function(){
$('a[href*=#]').on('click', function(event){
if ($(this).hasClass('smoothscroll')) {
event.preventDefault();
var target = $(this.hash);
if (target) {
$('html,body').animate({scrollTop:target.offset().top}, 500);
}
}
});
$('.scroll-top-wrapper').removeClass('show');
/* expand/collapse "meet the charms" section */
$('a#ajc_meet_link').on('click',function(event) {
event.preventDefault();
toggleSection('#ajc_meet');
});
/* expand/collapse birthday charms */
$('a#birthday_charms_link').on('click',function(event) {
event.preventDefault();
toggleSection('#ajc_new_dev');
});
/* expand and scroll to "birthday charms" section */
$('a#birthday_charms_link_top').on('click',function(event) {
event.preventDefault();
var $o = $('#ajc_new_dev');
if ($o){
$('html,body').animate({scrollTop:$('#birthday_charms_link').offset().top}, 500);
$o.slideDown( "slow", function() {
})
;
}
});
/* expand collage images on hover */
$('.collage .img-wrap')
.mouseleave(function() {
$(this).removeClass('hover');}
)
.mouseenter(function() {
$(this).addClass('hover');
});
$(document).on( 'scroll', function(){
if ($('#top').scrollTop() > 100) {
$('.scroll-top-wrapper').addClass('show');
} else {
$('.scroll-top-wrapper').removeClass('show');
}
});
}); /* end of jQuery(document).ready */
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53565890-1', 'auto');
ga('send', 'pageview');
</script>
</body></html>