-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuses_home_recipes.html
More file actions
710 lines (679 loc) · 39.2 KB
/
Copy pathuses_home_recipes.html
File metadata and controls
710 lines (679 loc) · 39.2 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<!-- favicon -->
<!--<link href="assets/img/favicon.ico" rel="shortcut icon" type="image/x-icon" />-->
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Oxygen:100,300,400,700" rel="stylesheet">
<!-- css -->
<link href="assets/css/vendor/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/vendor/bootstrap-theme.css" rel="stylesheet">
<link href="assets/css/vendor/slick.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body class="page-enagic">
<!-- THE page-header -->
<header class="page-header header-png">
<div class="container-fluid">
<div class="row">
<div class="col-xs-6 col-md-3">
<a class="logo" href="index.html"><img src="assets/img/icons/logo.png" alt=""></a>
</div>
<div class="col-xs-6 col-md-9">
<nav class="main-menu">
<ul>
<li class=""><a href="index.html">Home</a></li>
<li class="menu-item_outer active">
<a href="#" onclick="return false;">Uses</a>
<span class="head-li-mask"></span>
<ul class="menu-item_inner">
<span class="left-border"></span>
<span class="right-border"></span>
<span class="bottom-border"></span>
<li class="active"><a href="uses_greener_home.html">Home care</a></li>
<li><a href="personal-care.html">Personal care</a></li>
<li><a href="kitchen-greener.html">In The Kitchen</a></li>
<li><a href="garden-greener.html">In The Garden</a></li>
<li><a href="pets-greener_pet.html">For Your Pets</a></li>
<li><a href="water-types.html">5 Water Types</a></li>
</ul>
</li>
<li class="menu-item_outer ">
<a href="#" onclick="return false;">Enagic</a>
<span class="head-li-mask"></span>
<ul class="menu-item_inner">
<span class="left-border"></span>
<span class="right-border"></span>
<span class="bottom-border"></span>
<li><a href="enagic_corporate.html">Enagic® Corporate</a></li>
<li class=""><a href="enagic_givesback.html">Enagic® Gives Back</a></li>
<li><a href="enagic_guidelines.html">Guidelines for Environment</a></li>
<li><a href="enagic.html">Certification</a></li>
</ul>
</li>
<li><a href="products.html">PRODUCTS</a></li>
<li><a href="video.html">video</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
<!-- END main-menu -->
<div id="mobile-menu_btn" class="mobile-menu_btn">
<span></span>
<span></span>
<span></span>
</div>
<!-- END mobile-menu-btn -->
</div>
</div>
</div>
<nav class="secondary-menu ">
<h3>Home Care</h3>
<ul>
<li><a href="uses_greener_home.html">A Greener Home</a></li>
<li><a href="uses_green_laundering.html">Green Laundering</a></li>
<li><a href="uses_green_cleaning.html">Green Cleaning</a></li>
<li><a href="uses_green_dishes.html">Greener Dishes</a></li>
<li><a href="uses_home_recipes.html" class="active">Home Recipes</a></li>
</ul>
</nav>
</header>
<!-- END page-header -->
<!-- THE mobile-menu -->
<div class="mobile-menu">
<div class="mobile-menu_app view_main">
<div class="mobile-menu_header">
<div class="mobile-menu_back">
<i class="icon-mobile-back"></i>
</div>
<div class="mobile-menu_close">
<i class="icon-mobile-close"></i>
</div>
</div>
<div class="mobile-menu_content">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li class="parent uses">
<a href="#">Uses<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li class="home_care care"><a href="#">home care<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="uses_greener_home.html" class="active">A Greener Home</a></li>
<li><a href="uses_green_laundering.html">Green Laundering</a></li>
<li><a href="uses_green_cleaning.html">Green Cleaning</a></li>
<li><a href="uses_green_dishes.html">Greener Dishes</a></li>
<li><a href="uses_home_recipes.html">Home Recipes</a></li>
</ul>
</li>
<li class="parent care1"><a href="#">personal care<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="personal-care.html" class="active">Personal Care</a></li>
<li><a href="personal-beauty.html">Green Beauty</a></li>
<li><a href="personal-fragrances.html">Green Fragrances</a></li>
<li><a href="personal-hair.html">Hair Care</a></li>
<li><a href="personal-recipes.html">Personal Care Recipes</a></li>
</ul>
</li>
<li class="kitchen care2"><a href="#">in the kitchen<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="kitchen-greener.html" class="active">Greener Kitchen</a></li>
<li><a href="kitchen-cleaner.html">Cleaner Produce
with Kangen Water®</a></li>
<li><a href="kitchen-cooking.html">Kangen Cooking</a></li>
<li><a href="kitchen-water.html">Kangen Water®
with a Twist</a></li>
<li><a href="kitchen-recipes.html">Recipes</a></li>
</ul>
</li>
<li class="garden care3"><a href="#">in the garden<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="garden-greener.html" class="active">Greener Garden</a></li>
<li><a href="garden-benefits.html">Benefits of Gardening</a></li>
<li><a href="garden-water.html">Gardening with
Kangen Water®</a></li>
<li><a href="garden-children.html">Benefits of Gardening
for Your Children</a></li>
<li><a href="garden-compost.html">Compost with
Kangen Water®</a></li>
</ul>
</li>
<li class="pets care4"><a href="#">for your pets<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="pets-greener_pet.html" class="active">Greener Pet</a></li>
<li><a href="pets-treatment.html">Flea & Tick Treatment</a></li>
<li><a href="pets-eliminate.html">Eliminate Pet Odor</a></li>
<li><a href="pets-hydration.html">Pet Hydration</a></li>
</ul>
</li>
<li><a href="water-types.html">five water types</a></li>
</ul>
</li>
<li class="parent enagic">
<a href="#">Enagic<i class="icon-mobile-arrow-right"></i></a>
<ul>
<li><a href="enagic.html" class="active">Enagic® Corporate</a></li>
<li><a href="enagic_givesback.html">Enagic® Gives Back</a></li>
<li><a href="enagic_guidelines.html">Guidelines for Environment</a></li>
<li><a href="enagic.html">Certification</a></li>
</ul>
</li>
<li><a href="products.html">Products</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
<!-- END mobile-menu -->
<main id="section-wrapp" class="section-wrapp">
<section class="section section-home_recipes ">
<div class="row">
<div class="container">
<div class="row">
<div class="col-lg-12">
<img src="assets/img/uses/recipe-1.jpg" alt="" class="toRight">
<h3>Kangen Laundry Detergent, #1</h3>
<ul>
<li>1 cup soap nuts (You can find soap nuts online or in your local health food store)</li>
<li>4 cups Kangen Water®</li>
<li>A few drops of essential oil (optional)</li>
</ul>
<br><br>
<strong>Directions:</strong>
<br><br>
<p>Crush the soap nuts, then soak them in Kangen Water® overnight. Blend the mixture the next morning. Let sit for a few hours, stirring occasionally.
Strain the liquid with cheesecloth. Add your favorite essential oil (lavender is a wonderful addition to this organic detergent).
Use 1/2 cup to 1 cup of detergent for each load</p>
<br><br><br><br>
<img src="assets/img/uses/recipe-2.jpg" alt="" class="toRight">
<h3>Kangen Laundry Detergent, #2</h3>
<ul>
<li>2 gallons Kangen Water®</li>
<li>1 bar <a href="#">Beauty Water Soap</a></li>
<li>2 cups Baking Soda</li>
<li>8-12 drops of essential oil (optional)</li>
</ul>
<br><br>
<strong>Directions:</strong>
<br><br>
<p>Grate the Beauty Water soap, then melt in a saucepan with enough Kangen Water® to cover. Heat over medium-low heat and stir until soap dissolves.
<br><br>
Heat Kangen Water® on your stove to 90-110 degrees Fahrenheit. Pour the hot Kangen Water® in a large pail, and then add the melted soap. Stir well.
Add the baking soda, and keep stirring.
Add your favorite essential oil.
Use 1/2 cup to 1 cup per load. <br><br>
Grate the Beauty Water soap, then melt in a saucepan with enough Kangen Water® to cover. Heat over medium-low heat and stir until soap dissolves.
<br><br>
Heat Kangen Water® on your stove to 90-110 degrees Fahrenheit. Pour the hot Kangen Water® in a large pail, and then add the melted soap. Stir well.
Add the baking soda, and keep stirring.
Add your favorite essential oil.
Use 1/2 cup to 1 cup per load.
</p>
<br><br><br><br>
<img src="assets/img/uses/recipe-3.jpg" alt="" class="toRight">
<h3>Stain Remover</h3>
<p>Keep a spray bottle of Strong Kangen Water on hand for stains. It works amazingly well on oily stains and other food-based stains on clothing.
<br><br>
For stains on white clothing, add some lemon oil or lemon juice, spray on stained whites and line dry in the sun to remove stains.
<br><br>
For difficult and/or set-in stains: <br>
Fill a bucket with Strong Kangen Water and soak whites overnight, then wash in washing machine the next day, and line dry in bright sunlight to whiten whites.</p>
<br><br><br><br>
<img src="assets/img/uses/recipe-4.jpg" alt="" class="toRight">
<h3>Homemade Dishwater Detergent</h3>
<ul>
<li>1 cup washin soda</li>
<li>1 cup Borax (ONLY if you have well water)</li>
<li>2 Tablespoons sea salt</li>
</ul>
<br><br>
<strong>Directions:</strong>
<p>Thoroughly mix together and keep in an air-tight container. Add 1 to 2 Tablespoon of the mixture to each load. If your dishes are cloudy, add a little vinegar or a small drop of Strong Kangen Water Dish Soap (below) to the rinse cycle to reduce cloudiness.</p>
<br><br><br><br>
<img src="assets/img/uses/recipe-5.jpg" alt="" class="toRight">
<h3>Strong Kangen Water Dish Soap</h3>
<ul>
<li>3 Tablespoons liquid castile soap (see below)</li>
<li>2 cups Strong Kangen Water </li>
<li>2 teaspoons vegetable glycerine</li>
<li>2 Tablespoons white vinegar or lemon juice</li>
<li>10 drops essential oil (optional)</li>
</ul>
<br><br>
<strong>Directions:</strong><br><br>
<p>Combine in recycled dish soap bottle and shake to blend.</p><br><br><br><br>
<img src="assets/img/uses/recipe-6.jpg" alt="" class="toRight">
<h3>Kangen Water® Liquid Castile Soap</h3>
<ul>
<li>16 oz Sunflower Oil</li>
<li>5.5 oz Potassium Chloride</li>
<li>16 oz distilled Kangen Water® (collected with a steam boiler)</li>
<li>40 oz Kangen Water®</li>
<li>Essential Oil (optional)</li>
</ul>
<br><br>
<p><a href="#">Original recipe page</a></p>
<br><br>
<strong>Directions:</strong>
<br><br><br>
<strong>Blend</strong>
<br><br>
<p>Pour the sunflower oil into a crock pot, with the heat on high. In a separate bowl, mix the potassium chloride with the distilled Kangen Water®. This mixture will become a lye. Add the lye to the crock pot. Mix together using a hand-held stick blender on low until you create a paste. Pour the regular Kangen Water® into the crock pot and combine using the stick blender.</p>
<br><br><strong>Cook</strong>
<p>Check the crock pot every hour. If the paste is separating, mix it with the stick blender. If not, stir with a wooden spoon. The consistency will change from a paste to something resembling applesauce. If it ever looks sticky and hard like taffy, use a potato masher to break it up. Once the mixture resembles petroleum jelly, your liquid castile soap is almost done.</p>
<br><br><strong>Test</strong>
<p>Not you must test the soap to see if it is done. Boil some Kangen Water® in a kettle and measure 2 oz into a clear measuring cup along with 1 oz of the soap mixture. Stir it with a spoon until the soap dissolves in the water. If it is cloudy, the soap is ready. If the mixture appears milky, the soap has not cooked long enough and needs to go back to the crock pot.
<br><br>
Once the consistency of the mixture is a bit cloudy, you can add a few drops of essential oil for a light scent. 6-8 drops is usually enough.
<br><br>
Pour warm liquid castile soap into bottles and allow to cool before using.</p>
<br><br><br><br>
<img src="assets/img/uses/recipe-7.jpg" alt="" class="toRight">
<h3>All-Purpose Strong Kangen Water Cleaner</h3>
<ul>
<li>1/2 teaspoon washing soda</li>
<li>2 teaspoons borax powder </li>
<li>1/2 teaspoon liquid soap</li>
<li>2 cups Strong Kangen Water</li>
<li>10-12 drops of essential oil (optional)</li>
</ul>
<br><br><strong>Directions:</strong><br><br>
<p>Put all ingredients into a spray bottle, tighten lid and shake to blend ingredients.</p>
<br><br><br><br>
<img src="assets/img/uses/recipe-8.jpg" alt="" class="toRight">
<h3>Strong Kangen Water Window Cleaner</h3>
<ul>
<li>1/4 cup distilled white vinegar </li>
<li>1/2 teaspoon Strong Kangen Water Dish Soap</li>
<li>2 cups Strong Kangen Water</li>
<li>10 drops essential oil (optional)</li>
</ul>
<br><br><strong>Directions:</strong><br><br>
<p>Combine ingredients in a spray bottle and shake to blend.</p>
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<section class="section section-get ">
<div class="row">
<div class="container">
<div class="row">
<div class="table">
<div class="table-cell">
<div class="bg">
<img src="assets/img/bg/section/3-layers.png" alt="">
</div>
<div class="col-md-8">
<div class="form-wrapper">
<div class="text">
<h2>Get your FREE Eco-Living eBook!</h2>
<p>The eBook is sent to you via email. We dislike spam too!
Your details are kept safe. Feel free to read our Privacy Policy.</p>
</div>
<div class="form">
<form action="#">
<div class="form_group">
<input class="form_input" type="text" required>
<label>First Name</label>
</div>
<div class="form_group">
<input class="form_input" type="text" required>
<label>Last Name</label>
</div>
<div class="form_group">
<input class="form_input" type="email" required>
<label>Email</label>
</div>
<div class="form_group">
<input class="form_input" type="tel" required>
<label>Phone</label>
</div>
<div class="form_group">
<input id="check1" class="form_checkbox" type="checkbox">
<label for="check1">Yes! Please also send the Newsletter</label>
</div>
<div class="form_group">
<button type="submit" class="btn_send my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="175" height="50"/>
</svg>
Send The ebook
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<section class="section section-buy ">
<div class="row">
<div class="container">
<div class="text">
<h2>Buy Your Machine Today!</h2>
</div>
<div class="product-slider">
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/1.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<!-- <a href="#" class="btn btn-link">buy now</a> -->
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/2.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/3.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/4.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/5.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/6.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
<div class="product-slider_item slick-current">
<div class="product-slider_inner">
<div class="product-slider_img">
<img src="assets/img/products/slider/7.png" alt="">
</div>
<div class="product-slider_content">
<div class="product-slider_name">
Leveluk Kangen 8
</div>
<div class="product-slider_description">
The Mighty 8-Plate Anti-Oxidizer
</div>
<div class="product-slider_link">
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
view details
</div>
</a>
<a href="#">
<div class="my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="150" height="50"/>
</svg>
buy now
</div>
</a>
</div>
</div>
</div>
</div>
<!-- END product-slider_item -->
</div>
<!-- END product-slider -->
</div>
</div>
</section>
<!-- END section -->
<!-- THE page-footer -->
<footer class="section page-footer">
<div class="row">
<div class="container">
<div class="row">
<div class="col-sm-3 footer-col">
<h3>Kangen Water®</h3>
<p>Kangen Water® is delicious water created from Enagic's innovative water technology. Not only
do these devices filter your tap water, but they also produce ionized alkaline and acidic waters through electrolysis.</p>
</div>
<div class="col-sm-3 footer-col">
<h3>Your Distributor</h3>
<ul class="footer-contact">
<li><i class="icon-home"></i>Alkaline River, Asheville, NC, US</li>
<li><i class="icon-phone"></i>1 555-222-2323</li>
<li><i class="icon-print"></i>1 555-111-1212</li>
<li><i class="icon-twitter-with-circle"></i><a href="#">Twitter</a></li>
<li><i class="icon-facebook-with-circle"></i><a href="#">Facebook</a></li>
</ul>
</div>
<div class="col-sm-3 footer-col">
<h3>Other Websites</h3>
<nav>
<ul>
<li><a href="#">EnagicWebSystem.com © 2011-2016 </a></li>
<li><a href="#">EnagicWebSystem.com © 2011-2016 </a></li>
<li><a href="#">EnagicWebSystem.com © 2011-2016 </a></li>
<li><a href="#">EnagicWebSystem.com © 2011-2016 </a></li>
</ul>
</nav>
</div>
<div class="col-sm-3 footer-col">
<h3>Live Help</h3>
<!-- <a href="#" class="btn btn-default btn-icons"><i class="icon-chat"></i>is offline</a> -->
<a href="#" class="btn-icons">
<i class="icon-chat"></i>
<div class="btn_footer my_btn btn btn-default">
<svg>
<rect x="0" y="0" fill="none" width="190" height="50"/>
</svg>
is offline
</div>
</a>
<p class="copyright">EnagicWebSystem.com © 2011-2016</p>
</div>
</div>
</div>
</div>
</footer>
<!-- END page-footer -->
</main>
<!-- END ection-wrapp -->
<!-- js -->
<script src="assets/js/vendor/modernizr-2.7.1.min.js"></script>
<script src="assets/js/vendor/jquery-3.1.0.min.js"></script>
<script src="assets/js/vendor/jquery-migrate-3.0.0.min.js"></script>
<script src="assets/js/vendor/ScrollToPlugin.js"></script>
<script src="assets/js/vendor/TweenMax.min.js"></script>
<script src="assets/js/vendor/device.min.js"></script>
<script src="assets/js/vendor/jquery.waypoints.min.js"></script>
<script src="assets/js/vendor/slick.min.js"></script>
<script src="assets/js/vendor/side_menu.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>