-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome-classic-sidebar.html
841 lines (778 loc) · 68.5 KB
/
home-classic-sidebar.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
<!doctype html>
<!--[if IE 8]><html class="ie8 ie-all" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 9]><html class="ie9 ie-all" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 10]><html class="ie10 ie-all" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if !IE]><!-->
<!--<![endif]-->
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<!-- Place favicon.ico and apple-touch-icon.png (72x72) in the root directory -->
<link rel="apple-touch-icon" href="upload/b-144x144.png">
<link rel="apple-touch-icon" href="upload/b-114x114.png">
<link rel="apple-touch-icon" href="upload/b-72x72.png">
<link rel="shortcut icon" href="upload/b-16x16.png">
<!-- HTML5 enabling script -->
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<title>Boldial - Multipurpose HTML Theme</title>
<link rel='stylesheet' href='js/LayerSlider/static/css/layerslider.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/shortcodes.css' type='text/css' media='all' />
<link rel='stylesheet' href='js/revslider/rs-plugin/css/settings.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/woocommerce-layout.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/woocommerce-smallscreen.css' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' href='css/woocommerce.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/ish-fontello.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/style.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/tooltipster.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/main-options.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/main-options_2.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/jquery.fancybox.css' type='text/css' media='all' />
<link rel='stylesheet' href='js/mediaelement/mediaelementplayer.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='js/mediaelement/wp-mediaelement.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/js_composer.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato:100,300,regular,700,900%7COpen+Sans:300%7CIndie+Flower:regular%7COswald:300,regular,700&subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato%3A400%2C400italic%2Cregular%2Citalic%2C700%2C700italic%2Cregular%2C&ver=4.4.2' type='text/css' media='all' />
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Ubuntu%3A400%2C400italic%2Cregular%2Citalic%2C700%2C700italic%2Cregular%2C400%2C400italic%2Cregular%2Citalic%2C700%2C700italic%2C500%2C400%2C400italic%2Cregular%2Citalic%2C700%2C700italic%2C700%2C400%2C400italic%2Cregular%2Citalic%2C700%2C700italic%2C700%2C400%2C400italic%2Cregular%2Citalic%2C700%2C700italic%2C500%2C400%2C400italic%2Cregular%2Citalic%2C700%2C700italic%2C500%2C400%2C400italic%2Cregular%2Citalic%2C700%2C700italic%2C500%2C400%2C400italic%2Cregular%2Citalic%2C700%2C700italic%2C500%2C&ver=4.4.2' type='text/css' media='all' />
</head>
<body class="page page-id-2648 page-template-default ish-unboxed ish-responsive_layout_on ish-sticky-on wpb-js-composer js-comp-ver-4.10 vc_responsive">
<div class="ish-body">
<!-- Search bar -->
<section class="ish-part_searchbar ish-a-search">
<div>
<form role="search" method="get" id="headersearchform" action="#">
<label>
<input type="text" value="" name="s" id="s" autocomplete="off" placeholder="Search ...">
</label>
</form>
<a href="#close" class="ish-ps-searchform_close ish-icon-cancel" title="Close Search (ESC)"></a>
</div>
</section>
<!-- Search bar END -->
<!-- Wrap whole page -->
<div class="ish-wrapper-all">
<!-- Header part section -->
<section class="ish-part_header">
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<!-- Logo image / text -->
<a class="ish-ph-logo ish-ph-logo_retina-yes" href="#">
<span>
<img src="upload/logo.png" alt="Boldial" title="Boldial" />
</span>
</a>
<!-- Default HTML tagline -->
<!-- Main navigation -->
<nav class="ish-ph-main_nav">
<ul id="mainnav" class="ish-ph-mn-main_nav ish-nt-regular">
<li class="hide-text menu-item current_page_parent menu-item-has-children ish-nav-ic-item"><a href="index.html"><i class="ish-icon-home ish-nav-ic"></i><span class="ish-nav-ic-text"> Home</span></a>
<ul class="sub-menu">
<li class="menu-item"><a href="home-layer-slider.html">Home Layer Slider</a></li>
<li class="menu-item"><a href="index.html">Home Revolution Slider</a></li>
<li class="menu-item"><a href="home-creative.html">Home Creative</a></li>
<li class="menu-item current_page_item"><a href="home-classic.html">Home Classic</a></li>
<li class="menu-item"><a href="home-portfolio.html">Home Portfolio</a></li>
<li class="menu-item"><a href="home-creative-boxed.html">Home Creative Boxed</a></li>
<li class="menu-item"><a href="home-portfolio-boxed.html">Home Portfolio Boxed</a></li>
<li class="menu-item"><a href="home-classic-sidebar.html">Home Classic with Sidebar</a></li>
</ul>
</li>
<li class="menu-item"><a href="shortcodes.html">Shortcodes</a></li>
<li class="menu-item menu-item-has-children"><a href="portfolios.html">Portfolios</a>
<ul class="sub-menu">
<li class="menu-item"><a href="3d-cube.html">3D Cube</a></li>
<li class="menu-item"><a href="3d-flip.html">3D Flip</a></li>
<li class="menu-item"><a href="zoom.html">Zoom In</a></li>
<li class="menu-item"><a href="zoom-rotate.html">Zoom In & Rotate</a></li>
<li class="menu-item"><a href="handkerchief.html">Detail – Decent</a></li>
<li class="menu-item"><a href="office-guy.html">Detail – Creative</a></li>
<li class="menu-item"><a href="uuuu-dr.html">Detail – Photography</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children menu-item-724"><a href="blog.html">Blog</a>
<ul class="sub-menu">
<li class="menu-item"><a href="blog.html">Full-width</a></li>
<li class="menu-item"><a href="classic-blog.html">Classic</a></li>
<li class="menu-item"><a href="classic-blog-left-sidebar.html">Classic – Left Sidebar</a></li>
<li class="menu-item"><a href="classic-blog-right-sidebar.html">Classic – Right Sidebar</a></li>
<li class="menu-item"><a href="masonry-grid-blog.html">Masonry Grid</a></li>
<li class="menu-item"><a href="masonry-grid-full-width-blog.html">Masonry Grid – Full-width</a></li>
<li class="menu-item"><a href="masonry-tiles-blog.html">Masonry Tiles</a></li>
<li class="menu-item"><a href="masonry-tiles-full-width-blog.html">Masonry Tiles – Full-width</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children"><a href="shop.html">Shop</a>
</li>
<li class="menu-item menu-item-has-children menu-item-552"><a href="contact.html">Pages</a>
<ul class="sub-menu">
<li class="menu-item"><a href="contact.html">Contact</a></li>
<li class="menu-item"><a href="about-team.html">About / Team</a></li>
<li class="menu-item"><a href="custom-404-error-page.html">Custom 404 Error Page</a></li>
<li class="menu-item"><a href="home-creative-boxed.html">Home Creative Boxed</a></li>
<li class="menu-item"><a href="home-portfolio-boxed.html">Home Portfolio Boxed</a></li>
<li class="menu-item"><a href="home-portfolio.html">Home Portfolio</a></li>
<li class="menu-item"><a href="home-classic.html">Home Classic</a></li>
<li class="menu-item"><a href="home-classic-sidebar.html">Home Classic with Sidebar</a></li>
</ul>
</li>
<li class="current_page_item menu-item"><a href="http://themeforest.net/item/boldial-wp-flat-creative-theme-with-3d-portfolio/7771632?ref=IshYoBoy">Buy</a></li>
<li class="ish-ph-mn-search">
<a href="#search" class="ish-icon-search"></a>
</li>
<li class="ish-ph-lng-selector"><a href="#" class="ish-icon-globe sub"><span>Language</span></a>
<ul class="sub-menu" style="display: none;">
<li><a href="#">Demo:</a></li>
<li><a href="#">English</a></li>
<li><a href="#">Spanish</a></li>
<li><a href="#">German</a></li>
</ul>
</li>
</ul>
<!-- Responsive or sidenav navigation -->
<ul class="ish-ph-mn-resp_nav ish-ph-mn-hidden">
<!-- Resp menu button -->
<li class="ish-ph-mn-resp_menu">
<a href="#respnav" class="ish-icon-menu"></a>
</li>
<!-- Search button if enabled -->
<li class="ish-ph-mn-search">
<a href="#search" class="ish-icon-search"></a>
</li>
<li class="ish-ph-lng-selector"><a href="#" class="ish-icon-globe sub"><span>Language</span></a>
<ul style="display: none;">
<li><a href="#">Demo:</a></li>
<li><a href="#">English</a></li>
<li><a href="#">Spanish</a></li>
<li><a href="#">German</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</section>
<!-- Header part section END -->
<div class="ish-part_breadcrumbs">
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<div class="ish-pb-breadcrumbs">
<div>
<div>
<a class="ish-pb-breadcrumbs-home" href="index.html"><span>Home</span></a> > Home Classic with Sidebar</div>
</div>
</div>
<div class="ish-pb-socials">
<div class="ish-sc-element ish-sc_icon ish-simple ish-color1 ish-tooltip-color1 ish-tooltip-text-color3" data-type="tooltip" title="Twitter"><a href="#" style="color: #ffffff; background-color: #00acee;" target="_blank"><span><span class="ish-icon-twitter"></span></span></a></div>
<div class="ish-sc-element ish-sc_icon ish-simple ish-color1 ish-tooltip-color1 ish-tooltip-text-color3" data-type="tooltip" title="Facebook"><a href="#" style="color: #ffffff; background-color: #3b5998;" target="_blank"><span><span class="ish-icon-facebook"></span></span></a></div>
<div class="ish-sc-element ish-sc_icon ish-simple ish-color1 ish-tooltip-color1 ish-tooltip-text-color3" data-type="tooltip" title="Dribbble"><a href="#" style="color: #ffffff; background-color: #ea4c89;" target="_blank"><span><span class="ish-icon-dribbble"></span></span></a></div>
<div class="ish-sc-element ish-sc_icon ish-simple ish-color1 ish-tooltip-color1 ish-tooltip-text-color3" data-type="tooltip" title="Behance"><a href="#" style="color: #ffffff; background-color: #005cff;" target="_blank"><span><span class="ish-icon-behance"></span></span></a></div>
<div class="ish-sc-element ish-sc_icon ish-simple ish-color1 ish-tooltip-color1 ish-tooltip-text-color3" data-type="tooltip" title="Subscribe to our newsletter"><a href"#" style="color: #ffffff; background-color: #fcbf20;" target="_blank"><span><span class="ish-icon-email"></span></span></a></div>
</div>
</div>
</div>
</div>
<!-- Content part section -->
<section class="ish-part_content ish-with-sidebar">
<div class="ish-row ish-row-notfull ish-with-sidebar">
<div class="ish-row_inner">
<div class=" ish-pc-content ish-grid9 ish-with-sidebar ish-with-right-sidebar">
<div class="vc_row wpb_row vc_row-fluid ish-row-notfull ish-text-color1 ish-row_notsection" style="">
<div class="ish-vc_row_inner">
<div class="vc_col-sm-12 wpb_column column_container ish-center" style="">
<div class="wpb_wrapper">
<div class="vc_row wpb_row vc_row-fluid ">
<div class="vc_col-sm-4 wpb_column column_container" style="">
<div class="wpb_wrapper">
<div class="ish-sc-element ish-sc_svg_icon ish-hexagon_rounded ish-color5 ish-glow">
<a href="#">
<svg width="100px" height="100px" viewBox="0 0 572 650" style="width:150px;height:150px;">
<path d="M553.901,178.69c-1.79-3.97-3.976-7.721-6.519-11.198c-19.332-32.392-216.94-145.165-255.816-146.085
c-2.269-0.25-4.57-0.388-6.905-0.388c-2.509,0-4.979,0.165-7.41,0.452C236.099,24.391,42.725,135.1,22.422,167.653
c-2.579,3.504-4.792,7.29-6.603,11.297C-3.06,212.637-3.067,443.009,16.166,472.354c1.523,3.224,3.318,6.291,5.347,9.184
c16.503,31.159,214.665,144.547,255.519,146.812c2.502,0.305,5.044,0.48,7.629,0.48c3.483,0,6.896-0.298,10.223-0.846
c0.731-0.12,1.462-0.245,2.185-0.391c0.159-0.031,0.323-0.067,0.485-0.102c0.87-0.183,1.775-0.391,2.721-0.628
c0.005-0.001,0.01-0.003,0.015-0.004c53.772-13.502,226.592-113.494,246.468-144.499c3.103-4.124,5.705-8.645,7.722-13.473
C572.138,429.665,572.058,212.169,553.901,178.69z" />
</svg><span><span style="background-image: url('images/icon-sets/beautiful-flat-icons/application.svg');width:150px;height:150px;"></span></span>
</a>
</div>
<h3 class="ish-sc-element ish-sc_headline">Super Easy to Custmoize</h3>
<div class="wpb_text_column wpb_content_element " style="">
<div class="wpb_wrapper">
<p>Create your web content within minutes with beautiful and set of <strong>handy shortcodes</strong>.</p>
</div>
</div>
</div>
</div>
<div class="vc_col-sm-4 wpb_column column_container" style="">
<div class="wpb_wrapper">
<div class="ish-sc-element ish-sc_svg_icon ish-hexagon_rounded ish-color10 ish-glow">
<a href="#">
<svg width="100px" height="100px" viewBox="0 0 572 650" style="width:150px;height:150px;">
<path d="M553.901,178.69c-1.79-3.97-3.976-7.721-6.519-11.198c-19.332-32.392-216.94-145.165-255.816-146.085
c-2.269-0.25-4.57-0.388-6.905-0.388c-2.509,0-4.979,0.165-7.41,0.452C236.099,24.391,42.725,135.1,22.422,167.653
c-2.579,3.504-4.792,7.29-6.603,11.297C-3.06,212.637-3.067,443.009,16.166,472.354c1.523,3.224,3.318,6.291,5.347,9.184
c16.503,31.159,214.665,144.547,255.519,146.812c2.502,0.305,5.044,0.48,7.629,0.48c3.483,0,6.896-0.298,10.223-0.846
c0.731-0.12,1.462-0.245,2.185-0.391c0.159-0.031,0.323-0.067,0.485-0.102c0.87-0.183,1.775-0.391,2.721-0.628
c0.005-0.001,0.01-0.003,0.015-0.004c53.772-13.502,226.592-113.494,246.468-144.499c3.103-4.124,5.705-8.645,7.722-13.473
C572.138,429.665,572.058,212.169,553.901,178.69z" />
</svg><span><span style="background-image: url('images/icon-sets/beautiful-flat-icons/basket.svg');width:150px;height:150px;"></span></span>
</a>
</div>
<h3 class="ish-sc-element ish-sc_headline">SHOP READY</h3>
<div class="wpb_text_column wpb_content_element " style="">
<div class="wpb_wrapper">
<p>Want to have an <strong>e-shop</strong>? Use awesome <strong>WooCommerce plugin</strong> to turn Boldial into <strong>e-commerce</strong> platform.</p>
</div>
</div>
</div>
</div>
<div class="vc_col-sm-4 wpb_column column_container" style="">
<div class="wpb_wrapper">
<div class="ish-sc-element ish-sc_svg_icon ish-hexagon_rounded ish-color6 ish-glow">
<a href="#">
<svg width="100px" height="100px" viewBox="0 0 572 650" style="width:150px;height:150px;">
<path d="M553.901,178.69c-1.79-3.97-3.976-7.721-6.519-11.198c-19.332-32.392-216.94-145.165-255.816-146.085
c-2.269-0.25-4.57-0.388-6.905-0.388c-2.509,0-4.979,0.165-7.41,0.452C236.099,24.391,42.725,135.1,22.422,167.653
c-2.579,3.504-4.792,7.29-6.603,11.297C-3.06,212.637-3.067,443.009,16.166,472.354c1.523,3.224,3.318,6.291,5.347,9.184
c16.503,31.159,214.665,144.547,255.519,146.812c2.502,0.305,5.044,0.48,7.629,0.48c3.483,0,6.896-0.298,10.223-0.846
c0.731-0.12,1.462-0.245,2.185-0.391c0.159-0.031,0.323-0.067,0.485-0.102c0.87-0.183,1.775-0.391,2.721-0.628
c0.005-0.001,0.01-0.003,0.015-0.004c53.772-13.502,226.592-113.494,246.468-144.499c3.103-4.124,5.705-8.645,7.722-13.473
C572.138,429.665,572.058,212.169,553.901,178.69z" />
</svg><span><span style="background-image: url('images/icon-sets/beautiful-flat-icons/globe2.svg');width:150px;height:150px;"></span></span>
</a>
</div>
<h3 class="ish-sc-element ish-sc_headline">FULLY RESPONSIVE</h3>
<div class="wpb_text_column wpb_content_element " style="">
<div class="wpb_wrapper">
<p>Make your web <strong>Responsive</strong> with <strong>Boldial</strong> and address even bigger audience with your business.</p>
</div>
</div>
</div>
</div>
</div>
<div class="ish-sc-element ish-sc_divider"></div>
<div class="vc_row wpb_row vc_row-fluid ">
<div class="vc_col-sm-4 wpb_column column_container" style="">
<div class="wpb_wrapper">
<div class="ish-sc-element ish-sc_svg_icon ish-hexagon_rounded ish-color9 ish-glow">
<a href="#">
<svg width="100px" height="100px" viewBox="0 0 572 650" style="width:150px;height:150px;">
<path d="M553.901,178.69c-1.79-3.97-3.976-7.721-6.519-11.198c-19.332-32.392-216.94-145.165-255.816-146.085
c-2.269-0.25-4.57-0.388-6.905-0.388c-2.509,0-4.979,0.165-7.41,0.452C236.099,24.391,42.725,135.1,22.422,167.653
c-2.579,3.504-4.792,7.29-6.603,11.297C-3.06,212.637-3.067,443.009,16.166,472.354c1.523,3.224,3.318,6.291,5.347,9.184
c16.503,31.159,214.665,144.547,255.519,146.812c2.502,0.305,5.044,0.48,7.629,0.48c3.483,0,6.896-0.298,10.223-0.846
c0.731-0.12,1.462-0.245,2.185-0.391c0.159-0.031,0.323-0.067,0.485-0.102c0.87-0.183,1.775-0.391,2.721-0.628
c0.005-0.001,0.01-0.003,0.015-0.004c53.772-13.502,226.592-113.494,246.468-144.499c3.103-4.124,5.705-8.645,7.722-13.473
C572.138,429.665,572.058,212.169,553.901,178.69z" />
</svg><span><span style="background-image: url('images/icon-sets/beautiful-flat-icons/suitcase2.svg');width:150px;height:150px;"></span></span>
</a>
</div>
<h3 class="ish-sc-element ish-sc_headline">BEAUTIFUL 3D CUBE & FLIP PORTFOLIOS</h3>
<div class="wpb_text_column wpb_content_element " style="">
<div class="wpb_wrapper">
<p><strong>Multiple</strong> portfolios possibilities with stunning <strong>3D Cube</strong>, <strong>3D Flip</strong> and <strong>Zoom</strong> effects.
<br />
<a title="Main Features" href="#">See it in action</a>.</p>
</div>
</div>
</div>
</div>
<div class="vc_col-sm-4 wpb_column column_container" style="">
<div class="wpb_wrapper">
<div class="ish-sc-element ish-sc_svg_icon ish-hexagon_rounded ish-color8 ish-glow">
<a href="#">
<svg width="100px" height="100px" viewBox="0 0 572 650" style="width:150px;height:150px;">
<path d="M553.901,178.69c-1.79-3.97-3.976-7.721-6.519-11.198c-19.332-32.392-216.94-145.165-255.816-146.085
c-2.269-0.25-4.57-0.388-6.905-0.388c-2.509,0-4.979,0.165-7.41,0.452C236.099,24.391,42.725,135.1,22.422,167.653
c-2.579,3.504-4.792,7.29-6.603,11.297C-3.06,212.637-3.067,443.009,16.166,472.354c1.523,3.224,3.318,6.291,5.347,9.184
c16.503,31.159,214.665,144.547,255.519,146.812c2.502,0.305,5.044,0.48,7.629,0.48c3.483,0,6.896-0.298,10.223-0.846
c0.731-0.12,1.462-0.245,2.185-0.391c0.159-0.031,0.323-0.067,0.485-0.102c0.87-0.183,1.775-0.391,2.721-0.628
c0.005-0.001,0.01-0.003,0.015-0.004c53.772-13.502,226.592-113.494,246.468-144.499c3.103-4.124,5.705-8.645,7.722-13.473
C572.138,429.665,572.058,212.169,553.901,178.69z" />
</svg><span><span style="background-image: url('images/icon-sets/beautiful-flat-icons/thing2.svg');width:150px;height:150px;"></span></span>
</a>
</div>
<h3 class="ish-sc-element ish-sc_headline">TONS OF FEAUTRES</h3>
<div class="wpb_text_column wpb_content_element " style="">
<div class="wpb_wrapper">
<p>The end of complicated demo data import and setting up theme. <strong>One-click demo data import</strong> solve this forever.</p>
</div>
</div>
</div>
</div>
<div class="vc_col-sm-4 wpb_column column_container" style="">
<div class="wpb_wrapper">
<div class="ish-sc-element ish-sc_svg_icon ish-hexagon_rounded ish-color11 ish-glow">
<a href="#">
<svg width="100px" height="100px" viewBox="0 0 572 650" style="width:150px;height:150px;">
<path d="M553.901,178.69c-1.79-3.97-3.976-7.721-6.519-11.198c-19.332-32.392-216.94-145.165-255.816-146.085
c-2.269-0.25-4.57-0.388-6.905-0.388c-2.509,0-4.979,0.165-7.41,0.452C236.099,24.391,42.725,135.1,22.422,167.653
c-2.579,3.504-4.792,7.29-6.603,11.297C-3.06,212.637-3.067,443.009,16.166,472.354c1.523,3.224,3.318,6.291,5.347,9.184
c16.503,31.159,214.665,144.547,255.519,146.812c2.502,0.305,5.044,0.48,7.629,0.48c3.483,0,6.896-0.298,10.223-0.846
c0.731-0.12,1.462-0.245,2.185-0.391c0.159-0.031,0.323-0.067,0.485-0.102c0.87-0.183,1.775-0.391,2.721-0.628
c0.005-0.001,0.01-0.003,0.015-0.004c53.772-13.502,226.592-113.494,246.468-144.499c3.103-4.124,5.705-8.645,7.722-13.473
C572.138,429.665,572.058,212.169,553.901,178.69z" />
</svg><span><span style="background-image: url('images/icon-sets/beautiful-flat-icons/tools.svg');width:150px;height:150px;"></span></span>
</a>
</div>
<h3 class="ish-sc-element ish-sc_headline">ADVANCED THEME & STYLING OPTIONS</h3>
<div class="wpb_text_column wpb_content_element " style="">
<div class="wpb_wrapper">
<p>Advanced but keep-it-simple <strong>theme </strong>and<strong> styling options</strong> give you possibilities to <strong>customize each detail</strong> of your web.</p>
</div>
</div>
</div>
</div>
</div>
<div class="ish-sc-element ish-sc_divider"></div>
<div class="ish-sc-element ish-sc_separator ish-color13 ish-center ish-separator-thin-bold"></div>
<div class="ish-sc-element ish-sc_divider"></div><a class="ish-sc-element ish-sc_button ish-medium ish-color11 ish-text-color4" href="#">ALL MAIN FEATURES<span class="ish-icon ish-right"><span class="icon-forward"></span></span></a>
</div>
</div>
</div>
</div>
<div class="vc_row wpb_row vc_row-fluid ish-row-notfull ish-row_notsection ish-has-portfolio" style="">
<div class="ish-vc_row_inner">
<div class="vc_col-sm-12 wpb_column column_container" style="">
<div class="wpb_wrapper">
<div class="ish-sc-element ish-sc_portfolio ish-p-3dcube-bottom ish-p-packery" data-count="5"><span class="ish-preloader"></span>
<div class="ish-section-filter">
<div class="ish-vc_row_inner">
<div class="ish-sc-element ish-sc_headline ish-p-filter-headline ish-center ish-h3">3D Portfolio</div>
<nav class="ish-sc-element ish-p-filter" data-type="organize">
<ul>
<li><a class="ish-active" href="#all" data-filter="*">All</a></li>
<li><a href="#" data-filter=".pfilt-illustrations">Illustrations</a></li>
<li><a href="#" data-filter=".pfilt-random">Random</a></li>
</ul>
</nav>
</div>
</div>
<div class="ish-p-items-container">
<div class="ish-p-col ish-p-col-w2 ish-p-col-h1">
<a href="#">
<div class="ish-p-item">
<div class="ish-p-img" style="background-image: url('upload/record-player-571x428.jpg');"></div>
<div class="ish-p-overlay ish-color8 ish-text-color4" style="background-image: url('upload/record-player-571x428.jpg');"><span></span>
<div><span class="ish-p-title"><span class="ish-p-headline">RECORD PLAYER</span><span class="ish-p-cat"></span></span>
</div>
</div>
</div>
</a>
</div>
<div class="ish-p-col pfilt-character pfilt-illustrations ish-p-col-w1 ish-p-col-h2">
<a href="#">
<div class="ish-p-item">
<div class="ish-p-img" style="background-image: url('upload/handkerchief-571x428.jpg');"></div>
<div class="ish-p-overlay ish-color6 ish-text-color4" style="background-image: url('upload/handkerchief-571x428.jpg');"><span></span>
<div><span class="ish-p-title"><span class="ish-p-headline">HANDKERCHIEF</span><span class="ish-p-cat">Character</span></span>
</div>
</div>
</div>
</a>
</div>
<div class="ish-p-col pfilt-character pfilt-illustrations ish-p-col-w2 ish-p-col-h1">
<a href="#">
<div class="ish-p-item">
<div class="ish-p-img" style="background-image: url('upload/03-571x321.jpg');"></div>
<div class="ish-p-overlay ish-color9 ish-text-color4" style="background-image: url('upload/03-571x321.jpg');"><span></span>
<div><span class="ish-p-title"><span class="ish-p-headline">OFFICE GUY</span><span class="ish-p-cat">Character</span></span>
</div>
</div>
</div>
</a>
</div>
<div class="ish-p-col pfilt-random pfilt-wallpaper ish-p-col-w2 ish-p-col-h2">
<a href="#">
<div class="ish-p-item">
<div class="ish-p-img" style="background-image: url('upload/Plane_Wallpaper_Desktop-571x356.jpg');"></div>
<div class="ish-p-overlay ish-color2 ish-text-color4" style="background-image: url('upload/Plane_Wallpaper_Desktop-571x356.jpg');"><span></span>
<div><span class="ish-p-title"><span class="ish-p-headline">PLANE</span><span class="ish-p-cat">Wallpaper</span></span>
</div>
</div>
</div>
</a>
</div>
<div class="ish-p-col pfilt-device pfilt-flat pfilt-illustrations ish-p-col-w1 ish-p-col-h1">
<a href="#">
<div class="ish-p-item">
<div class="ish-p-img" style="background-image: url('upload/uuuu-dr-571x428.jpg');"></div>
<div class="ish-p-overlay ish-color10 ish-text-color4" style="background-image: url('upload/uuuu-dr-571x428.jpg');"><span></span>
<div><span class="ish-p-title"><span class="ish-p-headline">UUUU DR</span><span class="ish-p-cat">Device</span></span>
</div>
</div>
</div>
</a>
</div>
<div class="ish-p-col pfilt-illustrations pfilt-misc ish-p-col-w2 ish-p-col-h1">
<a href="#">
<div class="ish-p-item">
<div class="ish-p-img" style="background-image: url('upload/neuqen-571x428.jpg');"></div>
<div class="ish-p-overlay ish-color12 ish-text-color4" style="background-image: url('upload/neuqen-571x428.jpg');"><span></span>
<div><span class="ish-p-title"><span class="ish-p-headline">NEUQUEN</span><span class="ish-p-cat">Misc</span></span>
</div>
</div>
</div>
</a>
</div>
<div class="ish-p-col pfilt-flat pfilt-illustrations pfilt-logo-illustrations ish-p-col-w1 ish-p-col-h2">
<a href="#">
<div class="ish-p-item">
<div class="ish-p-img" style="background-image: url('upload/s-red-571x428.png');"></div>
<div class="ish-p-overlay ish-color11 ish-text-color4" style="background-image: url('upload/s-red-571x428.png');"><span></span>
<div><span class="ish-p-title"><span class="ish-p-headline">S-RED</span><span class="ish-p-cat">Flat</span></span>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="vc_row wpb_row vc_row-fluid ish-row-notfull ish-parallax-dynamic ish-color1 ish-text-color1 ish-row_section" style=" background-image: url(upload/13134338544_522e6ed74e_b.png);background-repeat:no-repeat;background-size: cover;">
<div class="ish-vc_row_inner">
<div class="vc_col-sm-12 wpb_column column_container ish-center" style="">
<div class="wpb_wrapper">
<h2 class="ish-sc-element ish-sc_headline ish-color4">DO YOU LIKE BOLDIAL?</h2>
<h3 class="ish-sc-element ish-sc_headline ish-color2">GET IT NOW AND START CREATING YOUR OWN AWESOME WEB</h3><a class="ish-sc-element ish-sc_button ish-medium ish-color5 ish-text-color4" href="../buy-now/index.html" target="_blank">Get it right now<span class="ish-icon ish-right"><span class="icon-forward"></span></span></a>
</div>
</div>
</div>
</div>
<div class="vc_row wpb_row vc_row-fluid ish-row-notfull ish-row_notsection" style="">
<div class="ish-vc_row_inner">
<div class="vc_col-sm-12 wpb_column column_container ish-center" style="">
<div class="wpb_wrapper">
<h3 class="ish-sc-element ish-sc_headline ish-color2">WHAT YOU’VE SAID ABOUT OUR THEMES AND SUPPORT</h3>
<div class="ish-sc-element ish-sc_slidable ish-slidable ish-nav-color2 ish-prevnext-color5 ish-nav-center" id="ish-slidablesc-1" data-autoslide="yes" data-interval="4" data-prevnext="no">
<div class="ish-sc-element ish-sc_slide ish-slide ish-slide-content">
<div class="vc_row wpb_row vc_row-fluid ">
<div class="vc_col-sm-12 wpb_column column_container" style="">
<div class="wpb_wrapper">
<blockquote class="ish-sc-element ish-sc_quote ish-color1 ish-center">In all the world you have just received my all time favourite Developer award! You are quick to support irregardless of how busy you are, you never consider anything trivial and as always you disregard the level of experience of the user and give solutions that anyone will be able to follow! I am guaranteed to be buying your future templates!<cite>Gerhardus</cite></blockquote>
</div>
</div>
</div>
</div>
<div class="ish-sc-element ish-sc_slide ish-slide ish-slide-content">
<div class="vc_row wpb_row vc_row-fluid ">
<div class="vc_col-sm-12 wpb_column column_container" style="">
<div class="wpb_wrapper">
<blockquote class="ish-sc-element ish-sc_quote ish-color1 ish-center">Now I must say I’m really impressed at your customer support. I told you before but I just can’t help myself from telling you again. Amazing. I never had such a great experience with a vendor. Ever.<cite>Iacopo</cite></blockquote>
</div>
</div>
</div>
</div>
<div class="ish-sc-element ish-sc_slide ish-slide ish-slide-content">
<div class="vc_row wpb_row vc_row-fluid ">
<div class="vc_col-sm-12 wpb_column column_container" style="">
<div class="wpb_wrapper">
<blockquote class="ish-sc-element ish-sc_quote ish-color1 ish-center">I know how hard you guys are working and your support appears to be second to none. You guys are doing a great job.<cite>Gareth</cite></blockquote>
</div>
</div>
</div>
</div>
<div class="ish-sc-element ish-sc_slide ish-slide ish-slide-content">
<div class="vc_row wpb_row vc_row-fluid ">
<div class="vc_col-sm-12 wpb_column column_container" style="">
<div class="wpb_wrapper">
<blockquote class="ish-sc-element ish-sc_quote ish-color1 ish-center">Just need to say that you REALLY provide 5 star support!!! I’m loving your Theme more and more as I get to know it… and standard WP stuff since this is all new to me! Have looked and tested hundreds of Themes since I wanted an easy and fully adjustable one. Yours do all this and much more! OUTSTANDING!<cite>Geriksen</cite></blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ish-grid3 ish-main-sidebar ish-right-sidebar" id="sidebar">
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<div id="search-2" class="ish-grid3 widget-1 widget widget_search">
<form role="search" method="get" id="searchform" action="#">
<div>
<label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" placeholder="Search...">
<input type="submit" id="searchsubmit" value="">
</div>
</form>
</div>
</div>
</div>
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<div id="recent-posts-2" class="ish-grid3 widget-2 widget widget_recent_entries">
<h4 class="widget-title">Recent Posts</h4>
<ul>
<li>
<a href="#">MINIMALISM, DESIGN ELEMENTS</a>
</li>
<li>
<a href="#">THE COLOR OF LIFE</a>
</li>
<li>
<a href="#">HAVE A BREAK</a>
</li>
<li>
<a href="#">SOLID HOSTING PROVIDER</a>
</li>
<li>
<a href="#">TIME OFF IN THE NATURE</a>
</li>
</ul>
</div>
</div>
</div>
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<div id="archives-2" class="ish-grid3 widget-3 widget widget_archive">
<h4 class="widget-title">Archives</h4>
<ul>
<li><a href='#'>May 2014</a></li>
<li><a href='#'>April 2014</a></li>
</ul>
</div>
</div>
</div>
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<div id="categories-2" class="ish-grid3 widget-4 widget widget_categories">
<h4 class="widget-title">Categories</h4>
<ul>
<li class="cat-item cat-item-61"><a href="#">Audio</a>
</li>
<li class="cat-item cat-item-71"><a href="#">Hosting</a>
</li>
<li class="cat-item cat-item-62"><a href="#">Productivity</a>
</li>
<li class="cat-item cat-item-74"><a href="#">Quotes</a>
</li>
<li class="cat-item cat-item-63"><a href="#">Remote Working</a>
</li>
<li class="cat-item cat-item-72"><a href="#">Security</a>
</li>
<li class="cat-item cat-item-70"><a href="#">Stress</a>
</li>
<li class="cat-item cat-item-64"><a href="#">Time Management</a>
</li>
<li class="cat-item cat-item-66"><a href="#">Time Off</a>
</li>
<li class="cat-item cat-item-65"><a href="#">Video</a>
</li>
<li class="cat-item cat-item-73"><a href="#">WordPress</a>
</li>
</ul>
</div>
</div>
</div>
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<div id="ishyoboy-recent-portfolio-widget-3" class="icon-clock ish-grid3 widget-5 widget widget_ishyoboy-recent-portfolio-widget">
<h4 class="widget-title">Latest Portfolio Projects</h4>
<ul class="recent-projects-widget">
<li>
<a href="#"><img width="200" height="200" src="upload/record-player-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="record-player" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/handkerchief-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="handkerchief" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/03-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="03" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/Plane_Wallpaper_Desktop-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="Plane_Wallpaper_Desktop" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/uuuu-dr-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="uuuu-dr" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/neuqen-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="neuqen" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/s-red-200x200.png" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="s-red" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/DeadRisingG-200x200.png" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="DeadRisingG" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/Hug-the-Cactus-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="Hug-the-Cactus" /></a>
</li>
</ul>
</div>
</div>
</div>
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<div id="ishyoboy-twitter-widget-2" class="ish-grid3 widget-6 widget widget_ishyoboy-twitter-widget">
<h4 class="widget-title">Latest Tweets</h4>
<p>Lorem ipsum dolor sit ammet...</p>
<a class="ish-button-small" href="#">Follow us on Twitter</a>
</div>
<div class="space"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Content part section END -->
<!-- #content END -->
<!-- Footer part section -->
<section class="ish-part_footer" id="ish-part_footer">
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<div id="text-2" class="ish-grid6 widget-1 widget widget_text">
<div class="textwidget">
<p><img src="upload/logo-white.svg" alt=""></p>
<p>Boldial is a Premium Creative HTML Theme brought by <a href="#" target="_blank">max-themes</a>. It is built upon a powerful and extremely customizable framework.</p>
<p>Boldial contains a drag and drop page builder. It is <a href="#" target="_blank">Translation Ready</a> and 100% compatible with <a href="#" target="_blank">WPML</a> plugin. Boldial plays perfectly with the best e-commerce system on the market - <a href="http://www.woothemes.com/woocommerce/" target="_blank">WooCommerce</a>.</p>
<p><a class="ish-sc-element ish-sc_button ish-small ish-color5 ish-text-color4 ish-left" href="#" target="_blank">Buy Now</a></p>
</div>
</div>
<div id="ishyoboy-recent-portfolio-widget-2" class="icon-clock ish-grid3 widget-2 widget widget_ishyoboy-recent-portfolio-widget">
<h4 class="widget-title">Our Works</h4>
<ul class="recent-projects-widget">
<li>
<a href="#"><img width="200" height="200" src="upload/record-player-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="record-player" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/handkerchief-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="handkerchief" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/03-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="03" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/Plane_Wallpaper_Desktop-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="Plane_Wallpaper_Desktop" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/uuuu-dr-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="uuuu-dr" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/neuqen-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="neuqen" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/s-red-200x200.png" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="s-red" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/DeadRisingG-200x200.png" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="DeadRisingG" /></a>
</li>
<li>
<a href="#"><img width="200" height="200" src="upload/Hug-the-Cactus-200x200.jpg" class="attachment-theme-thumbnail size-theme-thumbnail wp-post-image" alt="Hug-the-Cactus" /></a>
</li>
</ul>
</div>
<div id="text-3" class="ish-grid3 widget-3 widget widget_text">
<h4 class="widget-title">Bluehost compatible</h4>
<div class="textwidget">
<p>
<a href="#" target="_blank"><img class="alignnone size-theme-half wp-image-1231" alt="Bluehost Logo" src="upload/bluehost.png" width="571" height="164" /></a>
</p>
<p><a href="#" target="_blank">Bluehost</a> has been a <a href="#" target="_blank">HTML </a>partner since 2005 and powers over one million Html sites.</p>
<p>Their goal is to provide outstanding hosting services and customer support for the best possible price. </p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer part section END -->
<!-- Footer legals part section -->
<section class="ish-part_legals">
<div class="ish-row ish-row-notfull">
<div class="ish-row_inner">
<p style="text-align: center;">PROUDLY POWERED BY <a href="#" title="Html">HTML</a> ~ CREATED BY <a href="#" title="IshYoBoy.com">max-themes</a></p>
</div>
</div>
</section>
<!-- Footer legals part section END -->
</div>
<!-- Wrap whole page - boxed / unboxed END -->
<a href="#top" class="ish-back_to_top ish-smooth_scroll ish-icon-up-open"></a>
</div>
<!-- ish-body END -->
<!--[if lte IE 8]><script src="http://themes.ishyoboy.com/boldial/wp/wp-content/themes/boldial/assets/frontend/js/ie8.js"></script><![endif]-->
<script type='text/javascript' src='js/LayerSlider/static/js/greensock.js'></script>
<script type='text/javascript' src='js/jquery/jquery.js'></script>
<script type='text/javascript' src='js/jquery/jquery-migrate.min.js'></script>
<script type='text/javascript' src='js/packery.pkgd.min.js'></script>
<script type='text/javascript' src='js/imagesloaded.pkgd.min.js'></script>
<script type='text/javascript' src='js/jquery.scrollTo-1.4.3.1-min.js'></script>
<script type='text/javascript' src='js/contact-form.js'></script>
<script type='text/javascript' src='js/ishyoboy-shortcodes.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var php_array = {
"admin_ajax": "http:\/\/themes.ishyoboy.com\/boldial\/wp\/wp-admin\/admin-ajax.php"
};
/* ]]> */
</script>
<script type='text/javascript' src='js/widgets.js'></script>
<script type='text/javascript' src='js/jquery-blockui/jquery.blockUI.min.js'></script>
<script type='text/javascript' src='js/frontend/woocommerce.min.js'></script>
<script type='text/javascript' src='js/frontend/cart-fragments.min.js'></script>
<script type='text/javascript' src='js/jquery.fancybox.pack.js'></script>
<script type='text/javascript' src='js/ish_jquery.tooltipster.min.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var iyb_globals = {
"header_height": "100",
"sticky_height": "50",
"colors": {
"color1": "#494c43",
"color2": "#acaea9",
"color3": "#f9f9f9",
"color4": "#ffffff",
"color5": "#fcd14c",
"color6": "#75a7c0",
"color7": "#eb7244",
"color8": "#98bb56",
"color9": "#f45e78",
"color10": "#8b6c93",
"color11": "#ee5454",
"color12": "#9D7136",
"color13": "#dedede",
"color14": "#81dbda",
"color15": "#7a7a7a",
"color16": "#ed2f21",
"color17": "#ffffff",
"color18": "#ffffff",
"color19": "#ffffff",
"color20": "#ffffff"
}
};
/* ]]> */
</script>
<script type='text/javascript' src='js/main.js'></script>
<script type='text/javascript' src='js/tweetMachine.js'></script>
<script type='text/javascript' src='js/jquery.jribbble.min.js'></script>
<script type='text/javascript' src='js/js_composer_front.min.js'></script>
<script type='text/javascript' src='js/jquery.backgroundpos.min.js'></script>
<script type='text/javascript' src='js/jquery.parallax-1.1.3.js'></script>
<script type='text/javascript' src='js/jquery.easing-1.3.pack.js'></script>
<script type='text/javascript' src='js/jquery.flexslider-min.js'></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
var thumbnails = jQuery("a:has(img)").not(".nolightbox").filter(function() {
return /\.(jpe?g|png|gif|bmp)$/i.test(jQuery(this).attr('href'))
});
if (thumbnails.length > 0) {
thumbnails.addClass('openfancybox-image').attr('rel', 'fancybox-post-image-2648');
}
});
</script>
<script type='text/javascript'>
/* <![CDATA[*/
var ishyoboy_fe_globals = {
IYB_RESPONSIVE: true,
IYB_BREAKINGPOINT: 768
};
/* ]]> */
</script>
</body>
</html>