Magee Shortcodes - Version 1.5.9

Version Description

  • 17/10/2016 =
  • Fix - Fixed filp-box responsive issue on mobile
Download this release

Release Info

Developer magictheme
Plugin Icon 128x128 Magee Shortcodes
Version 1.5.9
Comparing to
See all releases

Code changes from version 1.5.8 to 1.5.9

Magee.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Magee Shortcodes
4
  Plugin URI: http://www.mageewp.com/magee-shortcode.html
5
  Description: Magee Shortcodes is WordPress plugin that provides a pack of shortcodes. With Magee Shortcodes, you can easily create accordion, buttons, boxes, columns, social and much more. They allow you to create so many different page layouts. You could quickly and easily built your own custom pages using all the various shortcodes that Magee Shortcodes includes.
6
- Version: 1.5.8
7
  Author: MageeWP
8
  Author URI: http://www.mageewp.com
9
  Text Domain: magee-shortcodes
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) return;
14
  if(!class_exists('Magee_Core') && !defined( 'MAGEE_SHORTCODE_LIB_DIR') ):
15
  define( 'MAGEE_SHORTCODES_PATH', __FILE__ );
16
  define( 'MAGEE_SHORTCODES_DIR_PATH', plugin_dir_path( __FILE__ ));
17
- define( 'MAGEE_SHORTCODES_VER', '1.5.8' );
18
 
19
  require_once 'inc/core.php';
20
  //require_once 'inc/options.php';
3
  Plugin Name: Magee Shortcodes
4
  Plugin URI: http://www.mageewp.com/magee-shortcode.html
5
  Description: Magee Shortcodes is WordPress plugin that provides a pack of shortcodes. With Magee Shortcodes, you can easily create accordion, buttons, boxes, columns, social and much more. They allow you to create so many different page layouts. You could quickly and easily built your own custom pages using all the various shortcodes that Magee Shortcodes includes.
6
+ Version: 1.5.9
7
  Author: MageeWP
8
  Author URI: http://www.mageewp.com
9
  Text Domain: magee-shortcodes
14
  if(!class_exists('Magee_Core') && !defined( 'MAGEE_SHORTCODE_LIB_DIR') ):
15
  define( 'MAGEE_SHORTCODES_PATH', __FILE__ );
16
  define( 'MAGEE_SHORTCODES_DIR_PATH', plugin_dir_path( __FILE__ ));
17
+ define( 'MAGEE_SHORTCODES_VER', '1.5.9' );
18
 
19
  require_once 'inc/core.php';
20
  //require_once 'inc/options.php';
assets/css/admin.css CHANGED
@@ -37,7 +37,7 @@
37
  line-height: 21px;
38
  }
39
 
40
- .iconpicker i{
41
  padding:5px;
42
  cursor:pointer;
43
  }
@@ -76,21 +76,23 @@ a.magee_shortcode_item i {
76
 
77
  #TB_ajaxWindowTitle {
78
  font-size: 16px;
79
- line-height: 40px;
80
  }
81
 
82
  #TB_title {
83
- height: 40px;
84
  padding-left: 10px;
85
  }
86
 
87
  .tb-close-icon {
88
- height: 40px;
89
  width: 50px;
 
 
90
  }
91
 
92
  .tb-close-icon:before {
93
- line-height: 40px;
94
  }
95
 
96
  .shortcode-name {
@@ -165,13 +167,13 @@ input#magee_icon {
165
  display:none;
166
  }
167
 
168
- .iconpicker {
169
  border: 1px solid #ccc;
170
  border-width: 1px 0 0 1px;
171
  display:none;
172
  }
173
 
174
- .iconpicker .fa {
175
  width: 15px;
176
  line-height: 15px;
177
  height: 15px;
@@ -180,7 +182,7 @@ input#magee_icon {
180
  border-width: 0 1px 1px 0;
181
  }
182
 
183
- .iconpicker .fa.selected {
184
  background-color: #F9E4DC;
185
  transform: scale(1.2);
186
  }
@@ -539,7 +541,7 @@ max-width:100%;
539
  background-color: #fff;
540
  }
541
 
542
- .iconpicker .fa {
543
  width: 15px;
544
  line-height: 15px;
545
  border-width: 0;
@@ -549,7 +551,7 @@ max-width:100%;
549
  transition: .1s;
550
  }
551
 
552
- .iconpicker i:hover {
553
  -webkit-transform: scale(1.8);
554
  transform: scale(1.8);
555
  }
@@ -574,5 +576,5 @@ max-width:100%;
574
  color: #B5A96C;
575
  padding: 10px;
576
  border-left: 3px solid #A59649;
577
- margin-bottom:10px;
578
  }
37
  line-height: 21px;
38
  }
39
 
40
+ .magee_shortcodes_container .iconpicker i{
41
  padding:5px;
42
  cursor:pointer;
43
  }
76
 
77
  #TB_ajaxWindowTitle {
78
  font-size: 16px;
79
+ line-height: 50px;
80
  }
81
 
82
  #TB_title {
83
+ height: 50px;
84
  padding-left: 10px;
85
  }
86
 
87
  .tb-close-icon {
88
+ height: 50px;
89
  width: 50px;
90
+ background-color: #0085BA;
91
+ color: #fff!important;
92
  }
93
 
94
  .tb-close-icon:before {
95
+ line-height: 50px;
96
  }
97
 
98
  .shortcode-name {
167
  display:none;
168
  }
169
 
170
+ .magee_shortcodes_container .iconpicker {
171
  border: 1px solid #ccc;
172
  border-width: 1px 0 0 1px;
173
  display:none;
174
  }
175
 
176
+ .magee_shortcodes_container .iconpicker .fa {
177
  width: 15px;
178
  line-height: 15px;
179
  height: 15px;
182
  border-width: 0 1px 1px 0;
183
  }
184
 
185
+ .magee_shortcodes_container .iconpicker .fa.selected {
186
  background-color: #F9E4DC;
187
  transform: scale(1.2);
188
  }
541
  background-color: #fff;
542
  }
543
 
544
+ .magee_shortcodes_container .iconpicker .fa {
545
  width: 15px;
546
  line-height: 15px;
547
  border-width: 0;
551
  transition: .1s;
552
  }
553
 
554
+ .magee_shortcodes_container .iconpicker i:hover {
555
  -webkit-transform: scale(1.8);
556
  transform: scale(1.8);
557
  }
576
  color: #B5A96C;
577
  padding: 10px;
578
  border-left: 3px solid #A59649;
579
+ margin-bottom:10px;
580
  }
assets/css/shortcode.css CHANGED
@@ -3431,6 +3431,29 @@ ol.multi-carousel-indicators {
3431
  z-index: 3;
3432
  }
3433
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3434
  .magee-flipbox-wrap.vertical .flipbox-front {
3435
  -webkit-transform: rotateX(0deg);
3436
  transform: rotateX(0deg);
@@ -3454,6 +3477,29 @@ ol.multi-carousel-indicators {
3454
  z-index: 3;
3455
  }
3456
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3457
  .flipbox-content {
3458
  text-align: center;
3459
  vertical-align: middle;
@@ -3480,6 +3526,30 @@ ol.multi-carousel-indicators {
3480
  opacity: 1;
3481
  }
3482
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3483
  .magee-flipbox-wrap.slide-right:hover .flipbox-front{
3484
  -webkit-transform: translateX(0);
3485
  transform: translateX(0);
@@ -3498,6 +3568,30 @@ ol.multi-carousel-indicators {
3498
  opacity: 1;
3499
  }
3500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3501
  .magee-flipbox-wrap.slide-top:hover .flipbox-front{
3502
  -webkit-transform: translateY(0);
3503
  transform: translateY(0);
@@ -3516,6 +3610,30 @@ ol.multi-carousel-indicators {
3516
  opacity: 1;
3517
  }
3518
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3519
  .magee-flipbox-wrap.slide-bottom:hover .flipbox-front{
3520
  -webkit-transform: translateY(0);
3521
  transform: translateY(0);
@@ -3534,6 +3652,30 @@ ol.multi-carousel-indicators {
3534
  opacity: 1;
3535
  }
3536
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3537
  .magee-flipbox-wrap.flip-bottom .flipbox-back {
3538
  -webkit-transform-origin: 0% 100%;
3539
  -moz-transform-origin: 0% 100%;
@@ -3558,6 +3700,31 @@ ol.multi-carousel-indicators {
3558
  transform: rotateX(0deg);
3559
  }
3560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3561
  .magee-flipbox-wrap.flip-top .flipbox-back {
3562
  -webkit-transform-origin: 0% 0%;
3563
  -moz-transform-origin: 0% 0%;
@@ -3582,6 +3749,31 @@ ol.multi-carousel-indicators {
3582
  transform: rotateX(0deg) ;
3583
  }
3584
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3585
  .magee-flipbox-wrap.flip-left .flipbox-back {
3586
  -moz-transform-origin: 0%;
3587
  -ms-transform-origin: 0%;
@@ -3606,6 +3798,31 @@ ol.multi-carousel-indicators {
3606
  transform: rotateY(0deg);
3607
  }
3608
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3609
  .magee-flipbox-wrap.flip-right .flipbox-back {
3610
  -moz-transform-origin: 100%;
3611
  -ms-transform-origin: 100%;
@@ -3629,6 +3846,31 @@ ol.multi-carousel-indicators {
3629
  -o-transform: rotateY(0deg);
3630
  transform: rotateY(0deg);
3631
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3632
  /*
3633
  * 27.0 Font Awesome Icons
3634
  */
@@ -3947,4 +4189,150 @@ ol.multi-carousel-indicators {
3947
  .video-wrap iframe {
3948
  width: 100%;
3949
  height: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3950
  }
3431
  z-index: 3;
3432
  }
3433
 
3434
+ .magee-flipbox-wrap.horizontal .horizontal-touchstart-front{
3435
+ -webkit-transform: rotateY(180deg);
3436
+ transform: rotateY(180deg);
3437
+ visibility: hidden;
3438
+ }
3439
+
3440
+ .magee-flipbox-wrap.horizontal .horizontal-touchstart-back{
3441
+ -webkit-transform: rotateY(0deg);
3442
+ transform: rotateY(0deg);
3443
+ z-index: 3;
3444
+ }
3445
+
3446
+ .magee-flipbox-wrap.horizontal .horizontal-touchend-front{
3447
+ -webkit-transform: rotateY(0deg)!important;
3448
+ transform: rotateY(0deg)!important;
3449
+ visibility: visible!important;
3450
+ }
3451
+
3452
+ .magee-flipbox-wrap.horizontal .horizontal-touchend-back{
3453
+ -webkit-transform: rotateY(-180deg)!important;
3454
+ transform: rotateY(-180deg)!important;
3455
+ }
3456
+
3457
  .magee-flipbox-wrap.vertical .flipbox-front {
3458
  -webkit-transform: rotateX(0deg);
3459
  transform: rotateX(0deg);
3477
  z-index: 3;
3478
  }
3479
 
3480
+ .magee-flipbox-wrap.vertical .vertical-touchstart-front{
3481
+ -webkit-transform: rotateX(-180deg);
3482
+ transform: rotateX(-180deg);
3483
+ visibility: hidden;
3484
+ }
3485
+
3486
+ .magee-flipbox-wrap.vertical .vertical-touchstart-back{
3487
+ -webkit-transform: rotateX(0deg);
3488
+ transform: rotateX(0deg);
3489
+ z-index: 3;
3490
+ }
3491
+
3492
+ .magee-flipbox-wrap.vertical .vertical-touchend-front{
3493
+ -webkit-transform: rotateX(0deg)!important;
3494
+ transform: rotateX(0deg)!important;
3495
+ visibility: visible!important;
3496
+ }
3497
+
3498
+ .magee-flipbox-wrap.vertical .vertical-touchend-back{
3499
+ -webkit-transform: rotateX(180deg)!important;
3500
+ transform: rotateX(180deg)!important;
3501
+ }
3502
+
3503
  .flipbox-content {
3504
  text-align: center;
3505
  vertical-align: middle;
3526
  opacity: 1;
3527
  }
3528
 
3529
+ .magee-flipbox-wrap.slide-left .slide-left-touchstart-front{
3530
+ -webkit-transform: translateX(0);
3531
+ transform: translateX(0);
3532
+ opacity:0;
3533
+ }
3534
+
3535
+ .magee-flipbox-wrap.slide-left .slide-left-touchstart-back{
3536
+ -webkit-transform: translateX(0);
3537
+ transform: translateX(0);
3538
+ opacity: 1;
3539
+ }
3540
+
3541
+ .magee-flipbox-wrap.slide-left .slide-left-touchend-front{
3542
+ -webkit-transform: translateX(0)!important;
3543
+ transform: translateX(0)!important;
3544
+ opacity: 1!important;
3545
+ }
3546
+
3547
+ .magee-flipbox-wrap.slide-left .slide-left-touchend-back{
3548
+ -webkit-transform: translateX(-50%)!important;
3549
+ transform: translateX(-50%)!important;
3550
+ opacity: 0!important;
3551
+ }
3552
+
3553
  .magee-flipbox-wrap.slide-right:hover .flipbox-front{
3554
  -webkit-transform: translateX(0);
3555
  transform: translateX(0);
3568
  opacity: 1;
3569
  }
3570
 
3571
+ .magee-flipbox-wrap.slide-right .slide-right-touchstart-front{
3572
+ -webkit-transform: translateX(0);
3573
+ transform: translateX(0);
3574
+ opacity:0;
3575
+ }
3576
+
3577
+ .magee-flipbox-wrap.slide-right .slide-right-touchstart-back{
3578
+ -webkit-transform: translateX(0);
3579
+ transform: translateX(0);
3580
+ opacity: 1;
3581
+ }
3582
+
3583
+ .magee-flipbox-wrap.slide-right .slide-right-touchend-front{
3584
+ -webkit-transform: translateX(0)!important;
3585
+ transform: translateX(0)!important;
3586
+ opacity: 1!important;
3587
+ }
3588
+
3589
+ .magee-flipbox-wrap.slide-right .slide-right-touchend-back{
3590
+ -webkit-transform: translateX(10%)!important;
3591
+ transform: translateX(10%)!important;
3592
+ opacity: 0!important;
3593
+ }
3594
+
3595
  .magee-flipbox-wrap.slide-top:hover .flipbox-front{
3596
  -webkit-transform: translateY(0);
3597
  transform: translateY(0);
3610
  opacity: 1;
3611
  }
3612
 
3613
+ .magee-flipbox-wrap.slide-top .slide-top-touchstart-front{
3614
+ -webkit-transform: translateY(0);
3615
+ transform: translateY(0);
3616
+ opacity:0;
3617
+ }
3618
+
3619
+ .magee-flipbox-wrap.slide-top .slide-top-touchstart-back{
3620
+ -webkit-transform: translateY(0);
3621
+ transform: translateY(0);
3622
+ opacity: 1;
3623
+ }
3624
+
3625
+ .magee-flipbox-wrap.slide-top .slide-top-touchend-front{
3626
+ -webkit-transform: translateY(0)!important;
3627
+ transform: translateY(0)!important;
3628
+ opacity: 1!important;
3629
+ }
3630
+
3631
+ .magee-flipbox-wrap.slide-top .slide-top-touchend-back{
3632
+ -webkit-transform: translateY(-50%)!important;
3633
+ transform: translateY(-50%)!important;
3634
+ opacity: 0!important;
3635
+ }
3636
+
3637
  .magee-flipbox-wrap.slide-bottom:hover .flipbox-front{
3638
  -webkit-transform: translateY(0);
3639
  transform: translateY(0);
3652
  opacity: 1;
3653
  }
3654
 
3655
+ .magee-flipbox-wrap.slide-bottom .slide-bottom-touchstart-front{
3656
+ -webkit-transform: translateY(0);
3657
+ transform: translateY(0);
3658
+ opacity:0;
3659
+ }
3660
+
3661
+ .magee-flipbox-wrap.slide-bottom .slide-bottom-touchstart-back{
3662
+ -webkit-transform: translateY(0);
3663
+ transform: translateY(0);
3664
+ opacity: 1;
3665
+ }
3666
+
3667
+ .magee-flipbox-wrap.slide-bottom .slide-bottom-touchend-front{
3668
+ -webkit-transform: translateY(0)!important;
3669
+ transform: translateY(0)!important;
3670
+ opacity: 1!important;
3671
+ }
3672
+
3673
+ .magee-flipbox-wrap.slide-bottom .slide-bottom-touchend-back{
3674
+ -webkit-transform: translateY(50%)!important;
3675
+ transform: translateY(50%)!important;
3676
+ opacity: 0!important;
3677
+ }
3678
+
3679
  .magee-flipbox-wrap.flip-bottom .flipbox-back {
3680
  -webkit-transform-origin: 0% 100%;
3681
  -moz-transform-origin: 0% 100%;
3700
  transform: rotateX(0deg);
3701
  }
3702
 
3703
+ .magee-flipbox-wrap.flip-bottom .flip-bottom-touchstart-back{
3704
+ -webkit-transform: rotateX(0deg);
3705
+ -moz-transform: rotateX(0deg);
3706
+ -ms-transform: rotateX(0deg);
3707
+ -o-transform: rotateX(0deg);
3708
+ transform: rotateX(0deg);
3709
+ }
3710
+
3711
+ .magee-flipbox-wrap.flip-bottom .flip-bottom-touchend-back{
3712
+ -webkit-transform-origin: 0% 100%!important;
3713
+ -moz-transform-origin: 0% 100%!important;
3714
+ -ms-transform-origin: 0% 100%!important;
3715
+ -o-transform-origin: 0% 100%!important;
3716
+ transform-origin: 0% 100%!important;
3717
+ -webkit-transform: rotateX(-270deg)!important;
3718
+ -moz-transform: rotateX(-270deg)!important;
3719
+ -ms-transform: rotateX(-270deg)!important;
3720
+ -o-transform: rotateX(-270deg)!important;
3721
+ transform: rotateX(-270deg)!important;
3722
+ -webkit-backface-visibility: visible!important;
3723
+ -moz-backface-visibility: visible!important;
3724
+ -o-backface-visibility: visible!important;
3725
+ backface-visibility: visible!important;
3726
+ }
3727
+
3728
  .magee-flipbox-wrap.flip-top .flipbox-back {
3729
  -webkit-transform-origin: 0% 0%;
3730
  -moz-transform-origin: 0% 0%;
3749
  transform: rotateX(0deg) ;
3750
  }
3751
 
3752
+ .magee-flipbox-wrap.flip-top .flip-top-touchstart-back{
3753
+ -webkit-transform: rotateX(0deg);
3754
+ -moz-transform: rotateX(0deg);
3755
+ -ms-transform: rotateX(0deg);
3756
+ -o-transform: rotateX(0deg);
3757
+ transform: rotateX(0deg);
3758
+ }
3759
+
3760
+ .magee-flipbox-wrap.flip-top .flip-top-touchend-back{
3761
+ -webkit-transform-origin: 0% 0%!important;
3762
+ -moz-transform-origin: 0% 0%!important;
3763
+ -ms-transform-origin: 0% 0%!important;
3764
+ -o-transform-origin: 0% 0%!important;
3765
+ transform-origin: 0% 0%!important;
3766
+ -webkit-transform: rotateX(270deg)!important;
3767
+ -moz-transform: rotateX(270deg)!important;
3768
+ -ms-transform: rotateX(270deg)!important;
3769
+ -o-transform: rotateX(270deg)!important;
3770
+ transform: rotateX(270deg)!important;
3771
+ -webkit-backface-visibility: visible!important;
3772
+ -moz-backface-visibility: visible!important;
3773
+ -o-backface-visibility: visible!important;
3774
+ backface-visibility: visible!important;
3775
+ }
3776
+
3777
  .magee-flipbox-wrap.flip-left .flipbox-back {
3778
  -moz-transform-origin: 0%;
3779
  -ms-transform-origin: 0%;
3798
  transform: rotateY(0deg);
3799
  }
3800
 
3801
+ .magee-flipbox-wrap.flip-left .flip-left-touchstart-back{
3802
+ -webkit-transform: rotateY(0deg);
3803
+ -moz-transform: rotateY(0deg);
3804
+ -ms-transform: rotateY(0deg);
3805
+ -o-transform: rotateY(0deg);
3806
+ transform: rotateY(0deg);
3807
+ }
3808
+
3809
+ .magee-flipbox-wrap.flip-left .flip-left-touchend-back{
3810
+ -webkit-transform-origin: 0% !important;
3811
+ -moz-transform-origin: 0% !important;
3812
+ -ms-transform-origin: 0%!important;
3813
+ -o-transform-origin: 0% !important;
3814
+ transform-origin: 0% !important;
3815
+ -webkit-transform: rotateY(-270deg)!important;
3816
+ -moz-transform: rotateY(-270deg)!important;
3817
+ -ms-transform: rotateY(-270deg)!important;
3818
+ -o-transform: rotateY(-270deg)!important;
3819
+ transform: rotateY(-270deg)!important;
3820
+ -webkit-backface-visibility: visible!important;
3821
+ -moz-backface-visibility: visible!important;
3822
+ -o-backface-visibility: visible!important;
3823
+ backface-visibility: visible!important;
3824
+ }
3825
+
3826
  .magee-flipbox-wrap.flip-right .flipbox-back {
3827
  -moz-transform-origin: 100%;
3828
  -ms-transform-origin: 100%;
3846
  -o-transform: rotateY(0deg);
3847
  transform: rotateY(0deg);
3848
  }
3849
+
3850
+ .magee-flipbox-wrap.flip-right .flip-right-touchstart-back{
3851
+ -webkit-transform: rotateY(0deg);
3852
+ -moz-transform: rotateY(0deg);
3853
+ -ms-transform: rotateY(0deg);
3854
+ -o-transform: rotateY(0deg);
3855
+ transform: rotateY(0deg);
3856
+ }
3857
+
3858
+ .magee-flipbox-wrap.flip-right .flip-right-touchend-back{
3859
+ -webkit-transform-origin: 100% !important;
3860
+ -moz-transform-origin: 100% !important;
3861
+ -ms-transform-origin: 100%!important;
3862
+ -o-transform-origin: 100% !important;
3863
+ transform-origin: 100% !important;
3864
+ -webkit-transform: rotateY(270deg)!important;
3865
+ -moz-transform: rotateY(270deg)!important;
3866
+ -ms-transform: rotateY(270deg)!important;
3867
+ -o-transform: rotateY(270deg)!important;
3868
+ transform: rotateY(270deg)!important;
3869
+ -webkit-backface-visibility: visible!important;
3870
+ -moz-backface-visibility: visible!important;
3871
+ -o-backface-visibility: visible!important;
3872
+ backface-visibility: visible!important;
3873
+ }
3874
  /*
3875
  * 27.0 Font Awesome Icons
3876
  */
4189
  .video-wrap iframe {
4190
  width: 100%;
4191
  height: 100%;
4192
+ }
4193
+
4194
+ /*
4195
+ *35.0 Weather
4196
+ */
4197
+
4198
+ .magee-wheather-box {
4199
+ background-color: #fdd200;
4200
+ color: #fff;
4201
+ padding: 10px;
4202
+ }
4203
+
4204
+ .magee-wheather-box h2 {
4205
+ color: #fff;
4206
+ margin-top: 0;
4207
+ margin-bottom: 5px;
4208
+ }
4209
+
4210
+ .magee-wheather .w-today {
4211
+ width: 100%;
4212
+ overflow: hidden;
4213
+ }
4214
+
4215
+ .magee-wheather .w-icon-wrap {
4216
+ float: right;
4217
+ width: 50%;
4218
+ text-align: center;
4219
+ }
4220
+
4221
+ .magee-wheather .w-icon-wrap i {
4222
+ font-size: 3.4em;
4223
+ line-height: 1.5;
4224
+ }
4225
+
4226
+ .magee-wheather .w-icon-wrap .w-text {
4227
+ margin-bottom: 0;
4228
+ margin-top: 5px;
4229
+ }
4230
+
4231
+ .magee-wheather .w-temp {
4232
+ float: left;
4233
+ width: 50%;
4234
+ text-align: center;
4235
+ font-size: 4em;
4236
+ line-height: 1.5;
4237
+ margin-bottom: 0;
4238
+ }
4239
+
4240
+ .magee-wheather .w-temp sup {
4241
+ opacity: .8;
4242
+ font-size: 60%;
4243
+ }
4244
+ .magee-wheather-box {
4245
+ background-color: #fdd200;
4246
+ color: #fff;
4247
+ padding: 10px;
4248
+ font-size: inherit;
4249
+ }
4250
+
4251
+ .magee-wheather-box h2 {
4252
+ color: #fff;
4253
+ margin-top: 0;
4254
+ margin-bottom: 5px;
4255
+ }
4256
+
4257
+ .magee-wheather .w-today {
4258
+ width: 100%;
4259
+ overflow: hidden;
4260
+ }
4261
+
4262
+ .magee-wheather .w-icon-wrap {
4263
+ float: right;
4264
+ width: 50%;
4265
+ text-align: center;
4266
+ }
4267
+
4268
+ .magee-wheather .w-icon-wrap i {
4269
+ font-size: 3.4em;
4270
+ line-height: 1.5;
4271
+ }
4272
+
4273
+ .magee-wheather .w-icon-wrap .w-text {
4274
+ margin-bottom: 0;
4275
+ margin-top: 5px;
4276
+ font-size: inherit;
4277
+ }
4278
+
4279
+ .magee-wheather .w-temp {
4280
+ float: left;
4281
+ width: 50%;
4282
+ text-align: center;
4283
+ font-size: 4em;
4284
+ line-height: 1.5;
4285
+ margin-bottom: 0;
4286
+ }
4287
+
4288
+ .magee-wheather .w-temp sup {
4289
+ opacity: .8;
4290
+ font-size: 60%;
4291
+ }
4292
+
4293
+ .magee-wheather .w-detail {
4294
+ overflow: hidden;
4295
+ width: 100%;
4296
+ }
4297
+
4298
+ .magee-wheather p.w-day {
4299
+ font-weight: 700;
4300
+ font-size: inherit;
4301
+ }
4302
+
4303
+ .magee-wheather .w-detail ul {
4304
+ width: 33%;
4305
+ float: left;
4306
+ list-style-type: none;
4307
+ margin: 0;
4308
+ }
4309
+
4310
+ .magee-wheather .w-detail li {
4311
+ display: block;
4312
+ line-height: 24px;
4313
+ }
4314
+
4315
+ .magee-wheather .w-forecasts {
4316
+ width: 100%;
4317
+ margin-top: 15px;
4318
+ border:0;
4319
+ table-layout: auto;
4320
+ border-collapse: collapse;
4321
+ }
4322
+
4323
+ .magee-wheather .w-forecasts tr {
4324
+ border-top: 1px solid rgba(255,255,255,.15);
4325
+ }
4326
+
4327
+ .magee-wheather .w-forecasts td {
4328
+ border: 0;
4329
+ padding: 5px 0;
4330
+ font-weight: 700;
4331
+ color: #fff;
4332
+ }
4333
+
4334
+ .magee-wheather .w-forecasts td+td {
4335
+ min-width: 40px;
4336
+ text-align: center;
4337
+ font-weight: 400;
4338
  }
assets/js/admin.js CHANGED
@@ -118,7 +118,12 @@ $(document).on("click",'a.magee_shortcode_item',function(){
118
 
119
  var lv = (x2-x3)/total*100;
120
  $(this).parents('.param-item').find('.probar-control').css('left',lv.toString()+'%');
121
- number_obj.val(Math.round(parseInt($(this).parents('.param-item').find('.probar-control').css('left'))/op));
 
 
 
 
 
122
  });
123
  $(this).change(function(){
124
  if(parseInt($(this).val()) > number){
@@ -261,7 +266,318 @@ $(document).on("click",'.magee-shortcodes-preview',function(e){
261
  data:{name:shortcode, action:"say",preview:html},
262
  success:function(data){
263
  $("#magee-sc-form-preview").contents().find("body").append(data);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
265
  },
266
  error:function(){
267
  }
118
 
119
  var lv = (x2-x3)/total*100;
120
  $(this).parents('.param-item').find('.probar-control').css('left',lv.toString()+'%');
121
+ if(Math.round(parseInt($(this).parents('.param-item').find('.probar-control').css('left'))/op) > number){
122
+ number_obj.val(number);
123
+ }else{
124
+ number_obj.val(Math.round(parseInt($(this).parents('.param-item').find('.probar-control').css('left'))/op));
125
+ }
126
+
127
  });
128
  $(this).change(function(){
129
  if(parseInt($(this).val()) > number){
266
  data:{name:shortcode, action:"say",preview:html},
267
  success:function(data){
268
  $("#magee-sc-form-preview").contents().find("body").append(data);
269
+ //accordion
270
+ num = $("#magee-sc-form-preview").contents().find(".panel-heading").length ;
271
+ for($i=0;$i<num;$i++){
272
+ $("#magee-sc-form-preview").contents().find(".panel-heading").eq($i).on("click",function(e){
273
+ e.preventDefault();
274
+ if($(this).find("a").attr("class") == "accordion-toggle" || $(this).find("a").attr("class") == "accordion-toggle "){
275
+ $(this).find("a").addClass("collapsed");
276
+ $(this).find("a").attr("aria-expanded","false");
277
+ $(this).next().removeClass("in");
278
+ }else{
279
+ $(this).find("a").removeClass("collapsed");
280
+ $(this).find("a").attr("aria-expanded","true");
281
+ $(this).next().addClass("in");
282
+ $(this).parent(".panel-default").siblings().find("a").addClass("collapsed");
283
+ $(this).parent(".panel-default").siblings().find("a").attr("aria-expanded","false");
284
+ $(this).parent(".panel-default").siblings().find(".panel-heading").next().removeClass("in");
285
+ }
286
+ });
287
+ };
288
+ $("#magee-sc-form-preview").contents().find(".panel-title").each(function(){
289
+ if($(this).find(".open-magee-accordion").length>0 || $(this).find(".close-magee-accordion").length>0){
290
+ var open_icon =$(this).find("i").attr("data-open");
291
+ var close_icon = $(this).find("i").attr("data-close");
292
+ var now_class = $(this).find("i").attr("class");
293
+ $(this).click(function(){
294
+ if($(this).find("i").hasClass("open-magee-accordion")){
295
+ var new_class = now_class.replace("open-magee-accordion","close-magee-accordion").replace(open_icon,close_icon);
296
+ $(this).find("i").attr("class",new_class);
297
+ }else{
298
+ var new_class = now_class.replace("close-magee-accordion","open-magee-accordion").replace(close_icon,open_icon);
299
+ $(this).find("i").attr("class",new_class);
300
+ $(this).parents(".panel-default").siblings().each(function(){
301
+ var sub_icon1 = $(this).find(".panel-title i").attr("data-open");
302
+ var sub_icon2 = $(this).find(".panel-title i").attr("data-close");
303
+ var sub_class = $(this).find(".panel-title i").attr("class");
304
+ var new_sub_class = sub_class.replace("open-magee-accordion","close-magee-accordion").replace(sub_icon1,sub_icon2);
305
+ $(this).find(".panel-title i").attr("class",new_sub_class);
306
+
307
+ });
308
+ }
309
+ });
310
+ }
311
+ });
312
 
313
+ //alert
314
+ if($("#magee-sc-form-preview").contents().find(".magee-alert .close").length>0 ){
315
+ $("#magee-sc-form-preview").contents().find(".magee-alert .close").each(function(){
316
+ $(this).click(function(){
317
+ $(this).parent(".magee-alert").remove();
318
+
319
+ });
320
+ });
321
+ }
322
+
323
+ //audio
324
+ if($("#magee-sc-form-preview").contents().find('.ms-audio').length>0 ){
325
+ $("#magee-sc-form-preview").contents().find('.ms-audio').audioPlayer({
326
+ classPrefix: 'audioplayer',
327
+ strPlay: 'Play',
328
+ strPause: 'Pause',
329
+ strVolume: 'Volume',
330
+ strControls : $("#magee-sc-form-preview").contents().find('.ms-audio').data('controls'),
331
+ strStyle : $("#magee-sc-form-preview").contents().find('.ms-audio').data('style'),
332
+ });
333
+ }
334
+
335
+ //button
336
+ $("#magee-sc-form-preview").contents().find("a").on("click",function(e){
337
+ if($(this).attr("href") == "#"){
338
+ e.preventDefault();
339
+ }
340
+ });
341
+
342
+ //dailymotion
343
+ if($("#magee-sc-form-preview").contents().find(".magee-dailymotion").length>0){
344
+ dail = $("#magee-sc-form-preview").contents().find(".magee-dailymotion");
345
+ if( dail.data("width") == '100%' || dail.data("width") == '' && dail.data("height") == '100%' || dail.data("height") == ''){
346
+ width = dail.width();
347
+ iframewidth = dail.find("iframe").eq(0).width();
348
+ iframeheight = dail.find("iframe").eq(0).height();
349
+ op = iframeheight/iframewidth;
350
+ dail.find("iframe").eq(0).width(width-100);
351
+ dail.find("iframe").eq(0).height(op*(width-100));
352
+ }
353
+ }
354
+
355
+ //document
356
+ if($("#magee-sc-form-preview").contents().find(".magee-document").length>0){
357
+ doc = $("#magee-sc-form-preview").contents().find(".magee-document");
358
+ if(doc.data("responsive") == 'yes'){
359
+ width = doc.width();
360
+ if(width < doc.data("width")){
361
+ op = doc.data("height")/doc.data("width");
362
+ doc.find("iframe").eq(0).width(width);
363
+ doc.find("iframe").eq(0).height(op*width);
364
+ }
365
+ }
366
+ }
367
+
368
+ //expand
369
+ if($("#magee-sc-form-preview").contents().find(".magee-expand").length>0){
370
+ expand = $("#magee-sc-form-preview").contents().find(".magee-expand");
371
+ less_icon = expand.data("less-icon");
372
+ more_icon = expand.data("more-icon");
373
+ if(less_icon.indexOf("fa-")>=0){
374
+ var more = '<i class="fa '+less_icon+'"></i> '+ expand.data('less-text');
375
+ }else{
376
+ var more = '<img src="'+less_icon+'" class="image-instead"/>'+ expand.data('less-text');
377
+ }
378
+ if(more_icon.indexOf("fa-")>=0){
379
+ var less = '<i class="fa '+ more_icon +'"></i> '+ expand.data('more-text');
380
+ }else{
381
+ var less = '<img src="'+ more_icon +'" class="image-instead"/>'+ expand.data('more-text');
382
+ }
383
+ expand.find(".expand-control").toggle(
384
+ function(){
385
+ $(this).html(more);
386
+ },
387
+ function(){
388
+ $(this).html(less);
389
+ }
390
+ );
391
+ expand.find(".expand-control").click(function(){
392
+ expand.find(".expand-content").slideToggle(500);
393
+ });
394
+ }
395
+
396
+ //heading
397
+ if($("#magee-sc-form-preview").contents().find(".magee-heading").length>0){
398
+ magee_heading = $("#magee-sc-form-preview").contents().find(".magee-heading");
399
+ if(magee_heading.data("responsive") == 'yes'){
400
+ $("#magee-sc-form-preview").ready(function(){
401
+ if($("#magee-sc-form-preview").contents().find("body").width() <1200){
402
+ newPercentage = (($("#magee-sc-form-preview").contents().find("body").width() / 1200) * 100) + "%";
403
+ $("#magee-sc-form-preview").contents().find(".magee-heading .heading-inner").css({"font-size": newPercentage});
404
+ }
405
+ });
406
+ $("#preview",window.parent.document).resize(function (){
407
+
408
+ if($("#magee-sc-form-preview").contents().find("body").width() <1200){
409
+ newPercentage = (($("#magee-sc-form-preview").contents().find("body").width() / 1200) * 100) + "%";
410
+ $("#magee-sc-form-preview").contents().find(".magee-heading .heading-inner").css({"font-size": newPercentage});
411
+ }else{
412
+ $("#magee-sc-form-preview").contents().find(".magee-heading .heading-inner").css({"font-size": magee_heading.data("fontsize")});
413
+ }
414
+ });
415
+ }
416
+ }
417
+
418
+ //image frame
419
+ if($("#magee-sc-form-preview").contents().find("a[rel^=\'prettyPhoto\']").length>0){
420
+ $("#magee-sc-form-preview").contents().find("a[rel^=\'prettyPhoto\']").prettyPhoto();
421
+ }
422
+
423
+ //modal
424
+ if($("#magee-sc-form-preview").contents().find(".magee-modal-span").length>0){
425
+ $("#magee-sc-form-preview").contents().find(".magee-modal-span").on("click",function(){
426
+ $("#magee-sc-form-preview").contents().find(".magee-modal").addClass("in");
427
+ $("#magee-sc-form-preview").contents().find(".magee-modal").attr("aria-hidden","false");
428
+ $("#magee-sc-form-preview").contents().find(".magee-modal").css("display","block");
429
+ $("#magee-sc-form-preview").contents().find(".magee-modal").css("padding-right","17px");
430
+ });
431
+ $("#magee-sc-form-preview").contents().find(".magee-modal .btn-normal").on("click",function(){
432
+ $("#magee-sc-form-preview").contents().find(".magee-modal").removeClass("in");
433
+ $("#magee-sc-form-preview").contents().find(".magee-modal").attr("aria-hidden","true");
434
+ $("#magee-sc-form-preview").contents().find(".magee-modal").css("display","none");
435
+ $("#magee-sc-form-preview").contents().find(".magee-modal").css("padding-right","");
436
+ });
437
+ $("#magee-sc-form-preview").contents().find(".magee-modal .close").on("click",function(){
438
+ $("#magee-sc-form-preview").contents().find(".magee-modal").removeClass("in");
439
+ $("#magee-sc-form-preview").contents().find(".magee-modal").attr("aria-hidden","true");
440
+ $("#magee-sc-form-preview").contents().find(".magee-modal").css("display","none");
441
+ $("#magee-sc-form-preview").contents().find(".magee-modal").css("padding-right","");
442
+ });
443
+ }
444
+
445
+ //promo box
446
+ if($("#magee-sc-form-preview").contents().find(".magee-promo-box").length>0){
447
+ $("#magee-sc-form-preview").contents().find(".magee-promo-box .promo-action a").on("click",function(e){
448
+ if($(this).attr("href") == "#"){
449
+ e.preventDefault();
450
+ }
451
+ });
452
+ }
453
+
454
+ //piechart
455
+ if($("#magee-sc-form-preview").contents().find(".magee-chart-box").length>0){
456
+ piechart = $("#magee-sc-form-preview").contents().find(".magee-chart-box");
457
+ piechart.easyPieChart({
458
+ barColor: piechart.data("barcolor"),
459
+ trackColor: piechart.data("trackcolor"),
460
+ scaleColor: false,
461
+ lineWidth: 10,
462
+ trackWidth: 10,
463
+ size: piechart.data("size"),
464
+ lineCap: piechart.data("linecap")
465
+ });
466
+ }
467
+
468
+ //popover
469
+ if($("#magee-sc-form-preview").contents().find(".popover-preview").length>0){
470
+ magee_popver = $("#magee-sc-form-preview").contents().find(".popover-preview");
471
+ $('#magee-sc-form-preview').contents().find('.popover-preview').css({"position":"relative","top":"100px","left":"200px"});
472
+ $('#magee-sc-form-preview').contents().find('.popover-preview').on( magee_popver.data("trigger"),function(){
473
+ if($('#magee-sc-form-preview').contents().find('.popover').length>0){
474
+ $('#magee-sc-form-preview').contents().find('.popover').remove();
475
+ }else{
476
+ var html = '<div class="popover-preview-hidden popover fade '+ magee_popver.data("placement") + ' in" role="tooltip" style="display: block;"><div class="arrow"></div><h3 class="popover-title">'+ magee_popver.data("original-title") +'</h3><div class="popover-content">'+ magee_popver.data("content")+'</div></div>';
477
+ $('#magee-sc-form-preview').contents().find('span').after(html);
478
+ var hidden = $('#magee-sc-form-preview').contents().find('.popover-preview-hidden');
479
+ if(hidden.attr('class').indexOf('top')>=0){
480
+ size = ($('#magee-sc-form-preview').contents().find('.popover-preview').width()/2+200-hidden.width()/2).toString();
481
+ hidden.css({"position":"absolute","top":"25px","left":size+"px"});}
482
+ if(hidden.attr('class').indexOf('bottom')>=0){
483
+ size = ($('#magee-sc-form-preview').contents().find('.popover-preview').width()/2+200-hidden.width()/2).toString();
484
+ hidden.css({"position":"absolute","top":"116px","left":size+"px"});}
485
+ if(hidden.attr('class').indexOf('left')>=0){
486
+ size_width = (200-(hidden.width()+10)).toString();
487
+ size_height = ($('#magee-sc-form-preview').contents().find('.popover-preview').height()/2+100-hidden.height()/2).toString();
488
+ hidden.css({"position":"absolute","top":size_height+"px","left":size_width+"px"});}
489
+ if(hidden.attr('class').indexOf('Right')>=0){
490
+ size_width = (200+$('#magee-sc-form-preview').contents().find('.popover-preview').width()).toString();
491
+ size_height = ($('#magee-sc-form-preview').contents().find('.popover-preview').height()/2+100-hidden.height()/2).toString();
492
+ hidden.css({"position":"absolute","top":size_height+"px","left":size_width+"px"});}
493
+ }
494
+
495
+ });
496
+
497
+ }
498
+
499
+ //social
500
+ if($("#magee-sc-form-preview").contents().find("a.magee-icon").length>0){
501
+ magee_social = $('#magee-sc-form-preview').contents().find('a.magee-icon');
502
+ $('#magee-sc-form-preview').contents().find('a.magee-icon').css({"position":"relative","top":"50px","left":"200px"});
503
+ $('#magee-sc-form-preview').contents().find('a.magee-icon').on('click',function(e){
504
+ if($(this).attr('href') == '#'){
505
+ e.preventDefault();
506
+ }
507
+ });
508
+ $('#magee-sc-form-preview').contents().find('a.magee-icon').on('hover',function(){
509
+ if($('#magee-sc-form-preview').contents().find('#tooltip-hidden').length>0){
510
+ $('#magee-sc-form-preview').contents().find('#tooltip-hidden').remove();
511
+ }else{
512
+ var html = '<div class="tooltip fade top in" id="tooltip-hidden" role="tooltip" style="display: block;"><div class="tooltip-arrow"></div><div class="tooltip-inner">'+ magee_social.data("original-title") +'</div></div>';
513
+ $('#magee-sc-form-preview').contents().find('a.magee-icon').after(html);
514
+ var hidden = $('#magee-sc-form-preview').contents().find('#tooltip-hidden');
515
+ size = ($('#magee-sc-form-preview').contents().find('a.magee-icon').width()/2+200-hidden.width()/2).toString();
516
+ hidden.css({"position":"absolute","top":"20px","left":size+"px"});
517
+ }
518
+ });
519
+ }
520
+
521
+ //tabs
522
+ if($("#magee-sc-form-preview").contents().find(".magee-tab-box>ul>li").length>0){
523
+ num = $("#magee-sc-form-preview").contents().find(".magee-tab-box>ul>li").length;
524
+ for($i=0;$i<num;$i++){
525
+ $("#magee-sc-form-preview").contents().find(".magee-tab-box>ul>li").eq($i).on("click",function(e){
526
+ e.preventDefault();
527
+ if($(this).attr("class") == ""){
528
+ $(this).addClass("active").siblings().attr("class","");
529
+ $(this).find("a").attr("aria-expanded","true");
530
+ $(this).siblings().find("a").attr("aria-expanded","false");
531
+ $(this).parents(".magee-tab-box").find(".tab-pane").eq($(this).index()).addClass("active in").siblings().removeClass("active in");
532
+ }
533
+ });
534
+ }
535
+ }
536
+
537
+ //tooltip
538
+ if($("#magee-sc-form-preview").contents().find(".tooltip-text").length>0){
539
+ magee_tooltip = $("#magee-sc-form-preview").contents().find(".tooltip-text");
540
+ magee_tooltip.css({"position":"relative","top":"50px","left":"200px"});
541
+ magee_tooltip.on(magee_tooltip.data("trigger"),function(){
542
+ if($('#magee-sc-form-preview').contents().find('#tooltip-hidden').length>0){
543
+ $('#magee-sc-form-preview').contents().find('#tooltip-hidden').remove();
544
+ }else{
545
+ var html = '<div class="tooltip fade '+magee_tooltip.data("placement") +' in" id="tooltip-hidden" role="tooltip" style="display: block;"><div class="tooltip-arrow"></div><div class="tooltip-inner">'+magee_tooltip.data("original-title") +'</div></div>';
546
+ magee_tooltip.after(html);
547
+ var hidden = $('#magee-sc-form-preview').contents().find('#tooltip-hidden');
548
+ if(hidden.attr('class').indexOf('top')>=0){
549
+ size = (magee_tooltip.width()/2+200-hidden.width()/2).toString();
550
+ hidden.css({"position":"absolute","top":"25px","left":size+"px"});}
551
+ if(hidden.attr('class').indexOf('bottom')>=0){
552
+ size = (magee_tooltip.width()/2+200-hidden.width()/2).toString();
553
+ hidden.css({"position":"absolute","top":"68px","left":size+"px"});}
554
+ if(hidden.attr('class').indexOf('left')>=0){
555
+ size_width = (200-(hidden.width()+10)).toString();
556
+ size_height = (magee_tooltip.height()/2+50-hidden.height()/2).toString();
557
+ hidden.css({"position":"absolute","top":size_height+"px","left":size_width+"px"});}
558
+ if(hidden.attr('class').indexOf('right')>=0){
559
+ size_width = (200+magee_tooltip.width()).toString();
560
+ size_height = (magee_tooltip.height()/2+50-hidden.height()/2).toString();
561
+ hidden.css({"position":"absolute","top":size_height+"px","left":size_width+"px"});}
562
+ }
563
+
564
+ });
565
+ }
566
+
567
+ //vimeo
568
+ if($("#magee-sc-form-preview").contents().find(".vimeo-video").length>0){
569
+ magee_vimeo = $("#magee-sc-form-preview").contents().find(".vimeo-video");
570
+ if( magee_vimeo.data("width") == '100%' || magee_vimeo.data("height") == '100%' && magee_vimeo.data("width") == '' || magee_vimeo.data("height") == ''){
571
+ divwidth = magee_vimeo.width();
572
+ width = magee_vimeo.find("iframe.magee-vimeo").width();
573
+ height = magee_vimeo.find("iframe.magee-vimeo").height();
574
+ op = height/width;
575
+ magee_vimeo.find("iframe.magee-vimeo").width(divwidth-100);
576
+ magee_vimeo.find("iframe.magee-vimeo").height(op*divwidth-100);
577
+ }
578
+ }
579
+
580
+
581
  },
582
  error:function(){
583
  }
assets/js/magee-shortcodes.js CHANGED
@@ -185,6 +185,88 @@ jQuery(document).ready(function($) {
185
  var back_height = $(this).find('.flipbox-back').outerHeight();
186
  var height = front_height>back_height?front_height:back_height;
187
  $(this).css({'height':height});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  });
189
 
190
  // counter up
@@ -249,14 +331,13 @@ jQuery(document).ready(function($) {
249
  }
250
  $("a[rel^='prettyPhoto']").prettyPhoto();
251
 
252
- //accordion icon controls
253
  jQuery(".panel-title").each(function(){
254
- if(jQuery(this).find("i").attr("data-open") && jQuery(this).find("i").attr("data-close") ){
255
-
256
  var open_icon =jQuery(this).find("i").attr("data-open");
257
  var close_icon = jQuery(this).find("i").attr("data-close");
258
  var now_class = jQuery(this).find("i").attr("class");
259
- jQuery(this).click(function(){
 
260
  if(jQuery(this).find("i").hasClass("open-magee-accordion")){
261
  var new_class = now_class.replace('open-magee-accordion','close-magee-accordion').replace(open_icon,close_icon);
262
  jQuery(this).find("i").attr("class",new_class);
@@ -267,14 +348,24 @@ jQuery(document).ready(function($) {
267
  var sub_icon1 = jQuery(this).find(".panel-title i").attr("data-open");
268
  var sub_icon2 = jQuery(this).find(".panel-title i").attr("data-close");
269
  var sub_class = jQuery(this).find(".panel-title i").attr("class");
 
270
  var new_sub_class = sub_class.replace('open-magee-accordion','close-magee-accordion').replace(sub_icon1,sub_icon2);
271
  jQuery(this).find(".panel-title i").attr("class",new_sub_class);
272
-
273
  });
274
- }
275
- });
276
-
277
- }
 
 
 
 
 
 
 
 
 
278
  });
279
 
280
  //audio
@@ -290,7 +381,109 @@ jQuery(document).ready(function($) {
290
 
291
 
292
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
293
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
294
 
295
  });
296
 
@@ -305,4 +498,21 @@ jQuery(window).load(function($) {
305
  jQuery(this).css({'height':height});
306
  });
307
 
308
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  var back_height = $(this).find('.flipbox-back').outerHeight();
186
  var height = front_height>back_height?front_height:back_height;
187
  $(this).css({'height':height});
188
+ var obj = $(this);
189
+ obj.bind('touchstart',function(){
190
+ switch ($(this).data('direction')){
191
+ case 'horizontal':
192
+ $(this).find(".flipbox-front").addClass("horizontal-touchstart-front").removeClass("horizontal-touchend-front");
193
+ $(this).find(".flipbox-back").addClass("horizontal-touchstart-back").removeClass("horizontal-touchend-back");
194
+ break;
195
+ case 'vertical':
196
+ $(this).find(".flipbox-front").addClass("vertical-touchstart-front").removeClass("vertical-touchend-front");
197
+ $(this).find(".flipbox-back").addClass("vertical-touchstart-back").removeClass("vertical-touchend-back");
198
+ break;
199
+ case 'slide-left':
200
+ $(this).find(".flipbox-front").addClass("slide-left-touchstart-front").removeClass("slide-left-touchend-front");
201
+ $(this).find(".flipbox-back").addClass("slide-left-touchstart-back").removeClass("slide-left-touchend-back");
202
+ break;
203
+ case 'slide-right':
204
+ $(this).find(".flipbox-front").addClass("slide-right-touchstart-front").removeClass("slide-right-touchend-front");
205
+ $(this).find(".flipbox-back").addClass("slide-right-touchstart-back").removeClass("slide-right-touchend-back");
206
+ break;
207
+ case 'slide-top':
208
+ $(this).find(".flipbox-front").addClass("slide-top-touchstart-front").removeClass("slide-top-touchend-front");
209
+ $(this).find(".flipbox-back").addClass("slide-top-touchstart-back").removeClass("slide-top-touchend-back");
210
+ break;
211
+ case 'slide-bottom':
212
+ $(this).find(".flipbox-front").addClass("slide-bottom-touchstart-front").removeClass("slide-bottom-touchend-front");
213
+ $(this).find(".flipbox-back").addClass("slide-bottom-touchstart-back").removeClass("slide-bottom-touchend-back");
214
+ break;
215
+ case 'flip-bottom':
216
+ $(this).find(".flipbox-back").addClass("flip-bottom-touchstart-back").removeClass("flip-bottom-touchend-back");
217
+ break;
218
+ case 'flip-top':
219
+ $(this).find(".flipbox-back").addClass("flip-top-touchstart-back").removeClass("flip-top-touchend-back");
220
+ break;
221
+ case 'flip-right':
222
+ $(this).find(".flipbox-back").addClass("flip-right-touchstart-back").removeClass("flip-right-touchend-back");
223
+ break;
224
+ case 'flip-left':
225
+ $(this).find(".flipbox-back").addClass("flip-left-touchstart-back").removeClass("flip-left-touchend-back");
226
+ break;
227
+ }
228
+ });
229
+
230
+ obj.bind('touchend',function(){
231
+ switch ($(this).data('direction')){
232
+ case 'horizontal':
233
+ $(this).find(".flipbox-front").addClass("horizontal-touchend-front").removeClass("horizontal-touchstart-front");
234
+ $(this).find(".flipbox-back").addClass("horizontal-touchend-back").removeClass("horizontal-touchstart-back");
235
+ break;
236
+ case 'vertical':
237
+ $(this).find(".flipbox-front").addClass("vertical-touchend-front").removeClass("vertical-touchstart-front");
238
+ $(this).find(".flipbox-back").addClass("vertical-touchend-back").removeClass("vertical-touchstart-back");
239
+ break;
240
+ case 'slide-left':
241
+ $(this).find(".flipbox-front").removeClass("slide-left-touchstart-front").addClass("slide-left-touchend-front");
242
+ $(this).find(".flipbox-back").removeClass("slide-left-touchstart-back").addClass("slide-left-touchend-back");
243
+ break;
244
+ case 'slide-right':
245
+ $(this).find(".flipbox-front").removeClass("slide-right-touchstart-front").addClass("slide-right-touchend-front");
246
+ $(this).find(".flipbox-back").removeClass("slide-right-touchstart-back").addClass("slide-right-touchend-back");
247
+ break;
248
+ case 'slide-top':
249
+ $(this).find(".flipbox-front").removeClass("slide-top-touchstart-front").addClass("slide-top-touchend-front");
250
+ $(this).find(".flipbox-back").removeClass("slide-top-touchstart-back").addClass("slide-top-touchend-back");
251
+ break;
252
+ case 'slide-bottom':
253
+ $(this).find(".flipbox-front").removeClass("slide-bottom-touchstart-front").addClass("slide-bottom-touchend-front");
254
+ $(this).find(".flipbox-back").removeClass("slide-bottom-touchstart-back").addClass("slide-bottom-touchend-back");
255
+ break;
256
+ case 'flip-bottom':
257
+ $(this).find(".flipbox-back").removeClass("flip-bottom-touchstart-back").addClass("flip-bottom-touchend-back");
258
+ break;
259
+ case 'flip-top':
260
+ $(this).find(".flipbox-back").removeClass("flip-top-touchstart-back").addClass("flip-top-touchend-back");
261
+ break;
262
+ case 'flip-right':
263
+ $(this).find(".flipbox-back").removeClass("flip-right-touchstart-back").addClass("flip-right-touchend-back");
264
+ break;
265
+ case 'flip-left':
266
+ $(this).find(".flipbox-back").removeClass("flip-left-touchstart-back").addClass("flip-left-touchend-back");
267
+ break;
268
+ }
269
+ });
270
  });
271
 
272
  // counter up
331
  }
332
  $("a[rel^='prettyPhoto']").prettyPhoto();
333
 
334
+ //accordion icon controls
335
  jQuery(".panel-title").each(function(){
 
 
336
  var open_icon =jQuery(this).find("i").attr("data-open");
337
  var close_icon = jQuery(this).find("i").attr("data-close");
338
  var now_class = jQuery(this).find("i").attr("class");
339
+ jQuery(this).click(function(){
340
+ if(jQuery(this).find("i").attr("data-open") && jQuery(this).find("i").attr("data-close") ){
341
  if(jQuery(this).find("i").hasClass("open-magee-accordion")){
342
  var new_class = now_class.replace('open-magee-accordion','close-magee-accordion').replace(open_icon,close_icon);
343
  jQuery(this).find("i").attr("class",new_class);
348
  var sub_icon1 = jQuery(this).find(".panel-title i").attr("data-open");
349
  var sub_icon2 = jQuery(this).find(".panel-title i").attr("data-close");
350
  var sub_class = jQuery(this).find(".panel-title i").attr("class");
351
+ if( sub_icon1 && sub_icon2 && sub_class ){
352
  var new_sub_class = sub_class.replace('open-magee-accordion','close-magee-accordion').replace(sub_icon1,sub_icon2);
353
  jQuery(this).find(".panel-title i").attr("class",new_sub_class);
354
+ }
355
  });
356
+ }
357
+ }else{
358
+ jQuery(this).parents(".panel-default").siblings().each(function(){
359
+ var sub_icon1 = jQuery(this).find(".panel-title i").attr("data-open");
360
+ var sub_icon2 = jQuery(this).find(".panel-title i").attr("data-close");
361
+ var sub_class = jQuery(this).find(".panel-title i").attr("class");
362
+ if( sub_icon1 && sub_icon2 && sub_class ){
363
+ var new_sub_class = sub_class.replace('open-magee-accordion','close-magee-accordion').replace(sub_icon1,sub_icon2);
364
+ jQuery(this).find(".panel-title i").attr("class",new_sub_class);
365
+ }
366
+ });
367
+ }
368
+ });
369
  });
370
 
371
  //audio
381
 
382
 
383
  });
384
+
385
+ //dailymotion
386
+ jQuery('.magee-dailymotion').each(function(){
387
+ dail = jQuery(this);
388
+ if( dail.data("width") == '100%' || dail.data("width") == '' && dail.data("height") == '100%' || dail.data("height") == ''){
389
+ width = dail.width();
390
+ iframewidth = dail.find("iframe").eq(0).width();
391
+ iframeheight = dail.find("iframe").eq(0).height();
392
+ op = iframeheight/iframewidth;
393
+ dail.find("iframe").eq(0).width(width-100);
394
+ dail.find("iframe").eq(0).height(op*(width-100));
395
+ }
396
+ });
397
 
398
+ //document
399
+ jQuery('.magee-document').each(function(){
400
+ doc = jQuery(this);
401
+ if(doc.data("responsive") == 'yes'){
402
+ width = doc.width();
403
+ if(width < doc.data("width")){
404
+ op = doc.data("height")/doc.data("width");
405
+ doc.find("iframe").eq(0).width(width);
406
+ doc.find("iframe").eq(0).height(op*width);
407
+ }
408
+ }
409
+ });
410
+
411
+ //expand
412
+ jQuery('.magee-expand').each(function(){
413
+ expand = jQuery(this);
414
+ less_icon = expand.data("less-icon");
415
+ more_icon = expand.data("more-icon");
416
+ if(less_icon.indexOf("fa-")>=0){
417
+ var more = '<i class="fa '+less_icon+'"></i> '+ expand.data('less-text');
418
+ }else{
419
+ var more = '<img src="'+less_icon+'" class="image-instead"/>'+ expand.data('less-text');
420
+ }
421
+ if(more_icon.indexOf("fa-")>=0){
422
+ var less = '<i class="fa '+ more_icon +'"></i> '+ expand.data('more-text');
423
+ }else{
424
+ var less = '<img src="'+ more_icon +'" class="image-instead"/>'+ expand.data('more-text');
425
+ }
426
+ expand.find(".expand-control").toggle(
427
+ function(){
428
+ jQuery(this).html(more);
429
+ },
430
+ function(){
431
+ jQuery(this).html(less);
432
+ }
433
+ );
434
+ expand.find(".expand-control").click(function(){
435
+ jQuery(this).parent(".magee-expand").find(".expand-content").slideToggle(500);
436
+ });
437
+
438
+ });
439
+
440
+ //heading
441
+ jQuery(".magee-heading").each(function(){
442
+ magee_heading = jQuery(this);
443
+ if(magee_heading.data("responsive") == 'yes'){
444
+ if(jQuery(window).width() <1200){
445
+ newPercentage = ((jQuery(window).width() / 1200) * 100) + "%";
446
+ jQuery(this).find(".heading-inner").css({"font-size": newPercentage});
447
+ }
448
+ }
449
+ });
450
+
451
+ //image compare
452
+ jQuery(".magee-image-compare").each(function(){
453
+ jQuery(this).twentytwenty(
454
+ {default_offset_pct: jQuery(this).data("pct"),
455
+ orientation: jQuery(this).data("orientation")
456
+ });
457
+ });
458
+
459
+ //piechart
460
+ jQuery(".magee-chart-box").each(function(){
461
+ piechart = jQuery(this);
462
+ piechart.easyPieChart({
463
+ barColor: piechart.data("barcolor"),
464
+ trackColor: piechart.data("trackcolor"),
465
+ scaleColor: false,
466
+ lineWidth: 10,
467
+ trackWidth: 10,
468
+ size: piechart.data("size"),
469
+ lineCap: piechart.data("linecap")
470
+ });
471
+
472
+ });
473
+
474
+ //vimeo
475
+ jQuery(".vimeo-video").each(function(){
476
+ magee_vimeo = jQuery(this);
477
+ if( magee_vimeo.data("width") == '100%' || magee_vimeo.data("height") == '100%' && magee_vimeo.data("width") == '' || magee_vimeo.data("height") == ''){
478
+ divwidth = magee_vimeo.width();
479
+ width = magee_vimeo.find("iframe.magee-vimeo").width();
480
+ height = magee_vimeo.find("iframe.magee-vimeo").height();
481
+ op = height/width;
482
+ magee_vimeo.find("iframe.magee-vimeo").width(divwidth-100);
483
+ magee_vimeo.find("iframe.magee-vimeo").height(op*divwidth-100);
484
+ }
485
+
486
+ });
487
 
488
  });
489
 
498
  jQuery(this).css({'height':height});
499
  });
500
 
501
+ });
502
+
503
+ //heading responsive
504
+ jQuery(window).on("resize", function (){
505
+ //heading
506
+ jQuery(".magee-heading").each(function(){
507
+ magee_heading = jQuery(this);
508
+ if(magee_heading.data("responsive") == 'yes'){
509
+ if(jQuery(window).width() <1200){
510
+ newPercentage = ((jQuery(window).width() / 1200) * 100) + "%";
511
+ jQuery(this).find(".heading-inner").css({"font-size": newPercentage});
512
+ }else{
513
+ jQuery(this).find(".heading-inner").css({"font-size": magee_heading.data("fontsize")});
514
+ }
515
+
516
+ }
517
+ });
518
+ });
assets/weathericons/css/weather-icons.min.css ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Weather Icons 2.0
3
+ * Updated August 1, 2015
4
+ * Weather themed icons for Bootstrap
5
+ * Author - Erik Flowers - erik@helloerik.com
6
+ * Email: erik@helloerik.com
7
+ * Twitter: http://twitter.com/Erik_UX
8
+ * ------------------------------------------------------------------------------
9
+ * Maintained at http://erikflowers.github.io/weather-icons
10
+ *
11
+ * License
12
+ * ------------------------------------------------------------------------------
13
+ * - Font licensed under SIL OFL 1.1 -
14
+ * http://scripts.sil.org/OFL
15
+ * - CSS, SCSS and LESS are licensed under MIT License -
16
+ * http://opensource.org/licenses/mit-license.html
17
+ * - Documentation licensed under CC BY 3.0 -
18
+ * http://creativecommons.org/licenses/by/3.0/
19
+ * - Inspired by and works great as a companion with Font Awesome
20
+ * "Font Awesome by Dave Gandy - http://fontawesome.io"
21
+ *//*!
22
+ * Weather Icons 2.0
23
+ * Updated August 1, 2015
24
+ * Weather themed icons for Bootstrap
25
+ * Author - Erik Flowers - erik@helloerik.com
26
+ * Email: erik@helloerik.com
27
+ * Twitter: http://twitter.com/Erik_UX
28
+ * ------------------------------------------------------------------------------
29
+ * Maintained at http://erikflowers.github.io/weather-icons
30
+ *
31
+ * License
32
+ * ------------------------------------------------------------------------------
33
+ * - Font licensed under SIL OFL 1.1 -
34
+ * http://scripts.sil.org/OFL
35
+ * - CSS, SCSS and LESS are licensed under MIT License -
36
+ * http://opensource.org/licenses/mit-license.html
37
+ * - Documentation licensed under CC BY 3.0 -
38
+ * http://creativecommons.org/licenses/by/3.0/
39
+ * - Inspired by and works great as a companion with Font Awesome
40
+ * "Font Awesome by Dave Gandy - http://fontawesome.io"
41
+ */@font-face{font-family:weathericons;src:url(../font/weathericons-regular-webfont.eot);src:url(../font/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../font/weathericons-regular-webfont.woff2) format('woff2'),url(../font/weathericons-regular-webfont.woff) format('woff'),url(../font/weathericons-regular-webfont.ttf) format('truetype'),url(../font/weathericons-regular-webfont.svg#weather_iconsregular) format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-fw{text-align:center;width:1.4em}.wi-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wi-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.wi-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.wi-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.wi-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.wi-day-sunny:before{content:"\f00d"}.wi-day-cloudy:before{content:"\f002"}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-haze:before{content:"\f0b6"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain:before{content:"\f008"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-showers:before{content:"\f009"}.wi-day-sleet:before{content:"\f0b2"}.wi-day-sleet-storm:before{content:"\f068"}.wi-day-snow:before{content:"\f00a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-day-snow-wind:before{content:"\f065"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-thunderstorm:before{content:"\f010"}.wi-day-windy:before{content:"\f085"}.wi-solar-eclipse:before{content:"\f06e"}.wi-hot:before{content:"\f072"}.wi-day-cloudy-high:before{content:"\f07d"}.wi-day-light-wind:before{content:"\f0c4"}.wi-night-clear:before{content:"\f02e"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-cloudy:before{content:"\f031"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-fog:before{content:"\f04a"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-night-rain:before{content:"\f036"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-showers:before{content:"\f037"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-snow:before{content:"\f038"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-lunar-eclipse:before{content:"\f070"}.wi-stars:before{content:"\f077"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-night-alt-cloudy-high:before{content:"\f07e"}.wi-night-cloudy-high:before{content:"\f080"}.wi-night-alt-partly-cloudy:before{content:"\f081"}.wi-cloud:before{content:"\f041"}.wi-cloudy:before{content:"\f013"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-rain:before{content:"\f019"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-showers:before{content:"\f01a"}.wi-sleet:before{content:"\f0b5"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-snow-wind:before{content:"\f064"}.wi-snow:before{content:"\f01b"}.wi-smog:before{content:"\f074"}.wi-smoke:before{content:"\f062"}.wi-lightning:before{content:"\f016"}.wi-raindrops:before{content:"\f04e"}.wi-raindrop:before{content:"\f078"}.wi-dust:before{content:"\f063"}.wi-snowflake-cold:before{content:"\f076"}.wi-windy:before{content:"\f021"}.wi-strong-wind:before{content:"\f050"}.wi-sandstorm:before{content:"\f082"}.wi-earthquake:before{content:"\f0c6"}.wi-fire:before{content:"\f0c7"}.wi-flood:before{content:"\f07c"}.wi-meteor:before{content:"\f071"}.wi-tsunami:before{content:"\f0c5"}.wi-volcano:before{content:"\f0c8"}.wi-hurricane:before{content:"\f073"}.wi-tornado:before{content:"\f056"}.wi-small-craft-advisory:before{content:"\f0cc"}.wi-gale-warning:before{content:"\f0cd"}.wi-storm-warning:before{content:"\f0ce"}.wi-hurricane-warning:before{content:"\f0cf"}.wi-wind-direction:before{content:"\f0b1"}.wi-alien:before{content:"\f075"}.wi-celsius:before{content:"\f03c"}.wi-fahrenheit:before{content:"\f045"}.wi-degrees:before{content:"\f042"}.wi-thermometer:before{content:"\f055"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-up:before{content:"\f040"}.wi-cloud-refresh:before{content:"\f03e"}.wi-horizon:before{content:"\f047"}.wi-horizon-alt:before{content:"\f046"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-moonrise:before{content:"\f0c9"}.wi-moonset:before{content:"\f0ca"}.wi-refresh:before{content:"\f04c"}.wi-refresh-alt:before{content:"\f04b"}.wi-umbrella:before{content:"\f084"}.wi-barometer:before{content:"\f079"}.wi-humidity:before{content:"\f07a"}.wi-na:before{content:"\f07b"}.wi-train:before{content:"\f0cb"}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-crescent-1:before{content:"\f096"}.wi-moon-waxing-crescent-2:before{content:"\f097"}.wi-moon-waxing-crescent-3:before{content:"\f098"}.wi-moon-waxing-crescent-4:before{content:"\f099"}.wi-moon-waxing-crescent-5:before{content:"\f09a"}.wi-moon-waxing-crescent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-third-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}.wi-moon-alt-new:before{content:"\f0eb"}.wi-moon-alt-waxing-crescent-1:before{content:"\f0d0"}.wi-moon-alt-waxing-crescent-2:before{content:"\f0d1"}.wi-moon-alt-waxing-crescent-3:before{content:"\f0d2"}.wi-moon-alt-waxing-crescent-4:before{content:"\f0d3"}.wi-moon-alt-waxing-crescent-5:before{content:"\f0d4"}.wi-moon-alt-waxing-crescent-6:before{content:"\f0d5"}.wi-moon-alt-first-quarter:before{content:"\f0d6"}.wi-moon-alt-waxing-gibbous-1:before{content:"\f0d7"}.wi-moon-alt-waxing-gibbous-2:before{content:"\f0d8"}.wi-moon-alt-waxing-gibbous-3:before{content:"\f0d9"}.wi-moon-alt-waxing-gibbous-4:before{content:"\f0da"}.wi-moon-alt-waxing-gibbous-5:before{content:"\f0db"}.wi-moon-alt-waxing-gibbous-6:before{content:"\f0dc"}.wi-moon-alt-full:before{content:"\f0dd"}.wi-moon-alt-waning-gibbous-1:before{content:"\f0de"}.wi-moon-alt-waning-gibbous-2:before{content:"\f0df"}.wi-moon-alt-waning-gibbous-3:before{content:"\f0e0"}.wi-moon-alt-waning-gibbous-4:before{content:"\f0e1"}.wi-moon-alt-waning-gibbous-5:before{content:"\f0e2"}.wi-moon-alt-waning-gibbous-6:before{content:"\f0e3"}.wi-moon-alt-third-quarter:before{content:"\f0e4"}.wi-moon-alt-waning-crescent-1:before{content:"\f0e5"}.wi-moon-alt-waning-crescent-2:before{content:"\f0e6"}.wi-moon-alt-waning-crescent-3:before{content:"\f0e7"}.wi-moon-alt-waning-crescent-4:before{content:"\f0e8"}.wi-moon-alt-waning-crescent-5:before{content:"\f0e9"}.wi-moon-alt-waning-crescent-6:before{content:"\f0ea"}.wi-moon-0:before{content:"\f095"}.wi-moon-1:before{content:"\f096"}.wi-moon-2:before{content:"\f097"}.wi-moon-3:before{content:"\f098"}.wi-moon-4:before{content:"\f099"}.wi-moon-5:before{content:"\f09a"}.wi-moon-6:before{content:"\f09b"}.wi-moon-7:before{content:"\f09c"}.wi-moon-8:before{content:"\f09d"}.wi-moon-9:before{content:"\f09e"}.wi-moon-10:before{content:"\f09f"}.wi-moon-11:before{content:"\f0a0"}.wi-moon-12:before{content:"\f0a1"}.wi-moon-13:before{content:"\f0a2"}.wi-moon-14:before{content:"\f0a3"}.wi-moon-15:before{content:"\f0a4"}.wi-moon-16:before{content:"\f0a5"}.wi-moon-17:before{content:"\f0a6"}.wi-moon-18:before{content:"\f0a7"}.wi-moon-19:before{content:"\f0a8"}.wi-moon-20:before{content:"\f0a9"}.wi-moon-21:before{content:"\f0aa"}.wi-moon-22:before{content:"\f0ab"}.wi-moon-23:before{content:"\f0ac"}.wi-moon-24:before{content:"\f0ad"}.wi-moon-25:before{content:"\f0ae"}.wi-moon-26:before{content:"\f0af"}.wi-moon-27:before{content:"\f0b0"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-time-12:before{content:"\f089"}.wi-direction-up:before{content:"\f058"}.wi-direction-up-right:before{content:"\f057"}.wi-direction-right:before{content:"\f04d"}.wi-direction-down-right:before{content:"\f088"}.wi-direction-down:before{content:"\f044"}.wi-direction-down-left:before{content:"\f043"}.wi-direction-left:before{content:"\f048"}.wi-direction-up-left:before{content:"\f087"}.wi-wind-beaufort-0:before{content:"\f0b7"}.wi-wind-beaufort-1:before{content:"\f0b8"}.wi-wind-beaufort-2:before{content:"\f0b9"}.wi-wind-beaufort-3:before{content:"\f0ba"}.wi-wind-beaufort-4:before{content:"\f0bb"}.wi-wind-beaufort-5:before{content:"\f0bc"}.wi-wind-beaufort-6:before{content:"\f0bd"}.wi-wind-beaufort-7:before{content:"\f0be"}.wi-wind-beaufort-8:before{content:"\f0bf"}.wi-wind-beaufort-9:before{content:"\f0c0"}.wi-wind-beaufort-10:before{content:"\f0c1"}.wi-wind-beaufort-11:before{content:"\f0c2"}.wi-wind-beaufort-12:before{content:"\f0c3"}.wi-yahoo-0:before{content:"\f056"}.wi-yahoo-1:before{content:"\f00e"}.wi-yahoo-2:before{content:"\f073"}.wi-yahoo-3:before{content:"\f01e"}.wi-yahoo-4:before{content:"\f01e"}.wi-yahoo-5:before{content:"\f017"}.wi-yahoo-6:before{content:"\f017"}.wi-yahoo-7:before{content:"\f017"}.wi-yahoo-8:before{content:"\f015"}.wi-yahoo-9:before{content:"\f01a"}.wi-yahoo-10:before{content:"\f015"}.wi-yahoo-11:before{content:"\f01a"}.wi-yahoo-12:before{content:"\f01a"}.wi-yahoo-13:before{content:"\f01b"}.wi-yahoo-14:before{content:"\f00a"}.wi-yahoo-15:before{content:"\f064"}.wi-yahoo-16:before{content:"\f01b"}.wi-yahoo-17:before{content:"\f015"}.wi-yahoo-18:before{content:"\f017"}.wi-yahoo-19:before{content:"\f063"}.wi-yahoo-20:before{content:"\f014"}.wi-yahoo-21:before{content:"\f021"}.wi-yahoo-22:before{content:"\f062"}.wi-yahoo-23:before{content:"\f050"}.wi-yahoo-24:before{content:"\f050"}.wi-yahoo-25:before{content:"\f076"}.wi-yahoo-26:before{content:"\f013"}.wi-yahoo-27:before{content:"\f031"}.wi-yahoo-28:before{content:"\f002"}.wi-yahoo-29:before{content:"\f031"}.wi-yahoo-30:before{content:"\f002"}.wi-yahoo-31:before{content:"\f02e"}.wi-yahoo-32:before{content:"\f00d"}.wi-yahoo-33:before{content:"\f083"}.wi-yahoo-34:before{content:"\f00c"}.wi-yahoo-35:before{content:"\f017"}.wi-yahoo-36:before{content:"\f072"}.wi-yahoo-37:before{content:"\f00e"}.wi-yahoo-38:before{content:"\f00e"}.wi-yahoo-39:before{content:"\f00e"}.wi-yahoo-40:before{content:"\f01a"}.wi-yahoo-41:before{content:"\f064"}.wi-yahoo-42:before{content:"\f01b"}.wi-yahoo-43:before{content:"\f064"}.wi-yahoo-44:before{content:"\f00c"}.wi-yahoo-45:before{content:"\f00e"}.wi-yahoo-46:before{content:"\f01b"}.wi-yahoo-47:before{content:"\f00e"}.wi-yahoo-3200:before{content:"\f077"}.wi-forecast-io-clear-day:before{content:"\f00d"}.wi-forecast-io-clear-night:before{content:"\f02e"}.wi-forecast-io-rain:before{content:"\f019"}.wi-forecast-io-snow:before{content:"\f01b"}.wi-forecast-io-sleet:before{content:"\f0b5"}.wi-forecast-io-wind:before{content:"\f050"}.wi-forecast-io-fog:before{content:"\f014"}.wi-forecast-io-cloudy:before{content:"\f013"}.wi-forecast-io-partly-cloudy-day:before{content:"\f002"}.wi-forecast-io-partly-cloudy-night:before{content:"\f031"}.wi-forecast-io-hail:before{content:"\f015"}.wi-forecast-io-thunderstorm:before{content:"\f01e"}.wi-forecast-io-tornado:before{content:"\f056"}.wi-wmo4680-00:before,.wi-wmo4680-0:before{content:"\f055"}.wi-wmo4680-01:before,.wi-wmo4680-1:before{content:"\f013"}.wi-wmo4680-02:before,.wi-wmo4680-2:before{content:"\f055"}.wi-wmo4680-03:before,.wi-wmo4680-3:before{content:"\f013"}.wi-wmo4680-04:before,.wi-wmo4680-4:before{content:"\f014"}.wi-wmo4680-05:before,.wi-wmo4680-5:before{content:"\f014"}.wi-wmo4680-10:before{content:"\f014"}.wi-wmo4680-11:before{content:"\f014"}.wi-wmo4680-12:before{content:"\f016"}.wi-wmo4680-18:before{content:"\f050"}.wi-wmo4680-20:before{content:"\f014"}.wi-wmo4680-21:before{content:"\f017"}.wi-wmo4680-22:before{content:"\f017"}.wi-wmo4680-23:before{content:"\f019"}.wi-wmo4680-24:before{content:"\f01b"}.wi-wmo4680-25:before{content:"\f015"}.wi-wmo4680-26:before{content:"\f01e"}.wi-wmo4680-27:before{content:"\f063"}.wi-wmo4680-28:before{content:"\f063"}.wi-wmo4680-29:before{content:"\f063"}.wi-wmo4680-30:before{content:"\f014"}.wi-wmo4680-31:before{content:"\f014"}.wi-wmo4680-32:before{content:"\f014"}.wi-wmo4680-33:before{content:"\f014"}.wi-wmo4680-34:before{content:"\f014"}.wi-wmo4680-35:before{content:"\f014"}.wi-wmo4680-40:before{content:"\f017"}.wi-wmo4680-41:before{content:"\f01c"}.wi-wmo4680-42:before{content:"\f019"}.wi-wmo4680-43:before{content:"\f01c"}.wi-wmo4680-44:before{content:"\f019"}.wi-wmo4680-45:before{content:"\f015"}.wi-wmo4680-46:before{content:"\f015"}.wi-wmo4680-47:before{content:"\f01b"}.wi-wmo4680-48:before{content:"\f01b"}.wi-wmo4680-50:before{content:"\f01c"}.wi-wmo4680-51:before{content:"\f01c"}.wi-wmo4680-52:before{content:"\f019"}.wi-wmo4680-53:before{content:"\f019"}.wi-wmo4680-54:before{content:"\f076"}.wi-wmo4680-55:before{content:"\f076"}.wi-wmo4680-56:before{content:"\f076"}.wi-wmo4680-57:before{content:"\f01c"}.wi-wmo4680-58:before{content:"\f019"}.wi-wmo4680-60:before{content:"\f01c"}.wi-wmo4680-61:before{content:"\f01c"}.wi-wmo4680-62:before{content:"\f019"}.wi-wmo4680-63:before{content:"\f019"}.wi-wmo4680-64:before{content:"\f015"}.wi-wmo4680-65:before{content:"\f015"}.wi-wmo4680-66:before{content:"\f015"}.wi-wmo4680-67:before{content:"\f017"}.wi-wmo4680-68:before{content:"\f017"}.wi-wmo4680-70:before{content:"\f01b"}.wi-wmo4680-71:before{content:"\f01b"}.wi-wmo4680-72:before{content:"\f01b"}.wi-wmo4680-73:before{content:"\f01b"}.wi-wmo4680-74:before{content:"\f076"}.wi-wmo4680-75:before{content:"\f076"}.wi-wmo4680-76:before{content:"\f076"}.wi-wmo4680-77:before{content:"\f01b"}.wi-wmo4680-78:before{content:"\f076"}.wi-wmo4680-80:before{content:"\f019"}.wi-wmo4680-81:before{content:"\f01c"}.wi-wmo4680-82:before{content:"\f019"}.wi-wmo4680-83:before{content:"\f019"}.wi-wmo4680-84:before{content:"\f01d"}.wi-wmo4680-85:before{content:"\f017"}.wi-wmo4680-86:before{content:"\f017"}.wi-wmo4680-87:before{content:"\f017"}.wi-wmo4680-89:before{content:"\f015"}.wi-wmo4680-90:before{content:"\f016"}.wi-wmo4680-91:before{content:"\f01d"}.wi-wmo4680-92:before{content:"\f01e"}.wi-wmo4680-93:before{content:"\f01e"}.wi-wmo4680-94:before{content:"\f016"}.wi-wmo4680-95:before{content:"\f01e"}.wi-wmo4680-96:before{content:"\f01e"}.wi-wmo4680-99:before{content:"\f056"}.wi-owm-200:before{content:"\f01e"}.wi-owm-201:before{content:"\f01e"}.wi-owm-202:before{content:"\f01e"}.wi-owm-210:before{content:"\f016"}.wi-owm-211:before{content:"\f016"}.wi-owm-212:before{content:"\f016"}.wi-owm-221:before{content:"\f016"}.wi-owm-230:before{content:"\f01e"}.wi-owm-231:before{content:"\f01e"}.wi-owm-232:before{content:"\f01e"}.wi-owm-300:before{content:"\f01c"}.wi-owm-301:before{content:"\f01c"}.wi-owm-302:before{content:"\f019"}.wi-owm-310:before{content:"\f017"}.wi-owm-311:before{content:"\f019"}.wi-owm-312:before{content:"\f019"}.wi-owm-313:before{content:"\f01a"}.wi-owm-314:before{content:"\f019"}.wi-owm-321:before{content:"\f01c"}.wi-owm-500:before{content:"\f01c"}.wi-owm-501:before{content:"\f019"}.wi-owm-502:before{content:"\f019"}.wi-owm-503:before{content:"\f019"}.wi-owm-504:before{content:"\f019"}.wi-owm-511:before{content:"\f017"}.wi-owm-520:before{content:"\f01a"}.wi-owm-521:before{content:"\f01a"}.wi-owm-522:before{content:"\f01a"}.wi-owm-531:before{content:"\f01d"}.wi-owm-600:before{content:"\f01b"}.wi-owm-601:before{content:"\f01b"}.wi-owm-602:before{content:"\f0b5"}.wi-owm-611:before{content:"\f017"}.wi-owm-612:before{content:"\f017"}.wi-owm-615:before{content:"\f017"}.wi-owm-616:before{content:"\f017"}.wi-owm-620:before{content:"\f017"}.wi-owm-621:before{content:"\f01b"}.wi-owm-622:before{content:"\f01b"}.wi-owm-701:before{content:"\f01a"}.wi-owm-711:before{content:"\f062"}.wi-owm-721:before{content:"\f0b6"}.wi-owm-731:before{content:"\f063"}.wi-owm-741:before{content:"\f014"}.wi-owm-761:before{content:"\f063"}.wi-owm-762:before{content:"\f063"}.wi-owm-771:before{content:"\f011"}.wi-owm-781:before{content:"\f056"}.wi-owm-800:before{content:"\f00d"}.wi-owm-801:before{content:"\f011"}.wi-owm-802:before{content:"\f011"}.wi-owm-803:before{content:"\f012"}.wi-owm-804:before{content:"\f013"}.wi-owm-900:before{content:"\f056"}.wi-owm-901:before{content:"\f01d"}.wi-owm-902:before{content:"\f073"}.wi-owm-903:before{content:"\f076"}.wi-owm-904:before{content:"\f072"}.wi-owm-905:before{content:"\f021"}.wi-owm-906:before{content:"\f015"}.wi-owm-957:before{content:"\f050"}.wi-owm-day-200:before{content:"\f010"}.wi-owm-day-201:before{content:"\f010"}.wi-owm-day-202:before{content:"\f010"}.wi-owm-day-210:before{content:"\f005"}.wi-owm-day-211:before{content:"\f005"}.wi-owm-day-212:before{content:"\f005"}.wi-owm-day-221:before{content:"\f005"}.wi-owm-day-230:before{content:"\f010"}.wi-owm-day-231:before{content:"\f010"}.wi-owm-day-232:before{content:"\f010"}.wi-owm-day-300:before{content:"\f00b"}.wi-owm-day-301:before{content:"\f00b"}.wi-owm-day-302:before{content:"\f008"}.wi-owm-day-310:before{content:"\f008"}.wi-owm-day-311:before{content:"\f008"}.wi-owm-day-312:before{content:"\f008"}.wi-owm-day-313:before{content:"\f008"}.wi-owm-day-314:before{content:"\f008"}.wi-owm-day-321:before{content:"\f00b"}.wi-owm-day-500:before{content:"\f00b"}.wi-owm-day-501:before{content:"\f008"}.wi-owm-day-502:before{content:"\f008"}.wi-owm-day-503:before{content:"\f008"}.wi-owm-day-504:before{content:"\f008"}.wi-owm-day-511:before{content:"\f006"}.wi-owm-day-520:before{content:"\f009"}.wi-owm-day-521:before{content:"\f009"}.wi-owm-day-522:before{content:"\f009"}.wi-owm-day-531:before{content:"\f00e"}.wi-owm-day-600:before{content:"\f00a"}.wi-owm-day-601:before{content:"\f0b2"}.wi-owm-day-602:before{content:"\f00a"}.wi-owm-day-611:before{content:"\f006"}.wi-owm-day-612:before{content:"\f006"}.wi-owm-day-615:before{content:"\f006"}.wi-owm-day-616:before{content:"\f006"}.wi-owm-day-620:before{content:"\f006"}.wi-owm-day-621:before{content:"\f00a"}.wi-owm-day-622:before{content:"\f00a"}.wi-owm-day-701:before{content:"\f009"}.wi-owm-day-711:before{content:"\f062"}.wi-owm-day-721:before{content:"\f0b6"}.wi-owm-day-731:before{content:"\f063"}.wi-owm-day-741:before{content:"\f003"}.wi-owm-day-761:before{content:"\f063"}.wi-owm-day-762:before{content:"\f063"}.wi-owm-day-781:before{content:"\f056"}.wi-owm-day-800:before{content:"\f00d"}.wi-owm-day-801:before{content:"\f000"}.wi-owm-day-802:before{content:"\f000"}.wi-owm-day-803:before{content:"\f000"}.wi-owm-day-804:before{content:"\f00c"}.wi-owm-day-900:before{content:"\f056"}.wi-owm-day-902:before{content:"\f073"}.wi-owm-day-903:before{content:"\f076"}.wi-owm-day-904:before{content:"\f072"}.wi-owm-day-906:before{content:"\f004"}.wi-owm-day-957:before{content:"\f050"}.wi-owm-night-200:before{content:"\f02d"}.wi-owm-night-201:before{content:"\f02d"}.wi-owm-night-202:before{content:"\f02d"}.wi-owm-night-210:before{content:"\f025"}.wi-owm-night-211:before{content:"\f025"}.wi-owm-night-212:before{content:"\f025"}.wi-owm-night-221:before{content:"\f025"}.wi-owm-night-230:before{content:"\f02d"}.wi-owm-night-231:before{content:"\f02d"}.wi-owm-night-232:before{content:"\f02d"}.wi-owm-night-300:before{content:"\f02b"}.wi-owm-night-301:before{content:"\f02b"}.wi-owm-night-302:before{content:"\f028"}.wi-owm-night-310:before{content:"\f028"}.wi-owm-night-311:before{content:"\f028"}.wi-owm-night-312:before{content:"\f028"}.wi-owm-night-313:before{content:"\f028"}.wi-owm-night-314:before{content:"\f028"}.wi-owm-night-321:before{content:"\f02b"}.wi-owm-night-500:before{content:"\f02b"}.wi-owm-night-501:before{content:"\f028"}.wi-owm-night-502:before{content:"\f028"}.wi-owm-night-503:before{content:"\f028"}.wi-owm-night-504:before{content:"\f028"}.wi-owm-night-511:before{content:"\f026"}.wi-owm-night-520:before{content:"\f029"}.wi-owm-night-521:before{content:"\f029"}.wi-owm-night-522:before{content:"\f029"}.wi-owm-night-531:before{content:"\f02c"}.wi-owm-night-600:before{content:"\f02a"}.wi-owm-night-601:before{content:"\f0b4"}.wi-owm-night-602:before{content:"\f02a"}.wi-owm-night-611:before{content:"\f026"}.wi-owm-night-612:before{content:"\f026"}.wi-owm-night-615:before{content:"\f026"}.wi-owm-night-616:before{content:"\f026"}.wi-owm-night-620:before{content:"\f026"}.wi-owm-night-621:before{content:"\f02a"}.wi-owm-night-622:before{content:"\f02a"}.wi-owm-night-701:before{content:"\f029"}.wi-owm-night-711:before{content:"\f062"}.wi-owm-night-721:before{content:"\f0b6"}.wi-owm-night-731:before{content:"\f063"}.wi-owm-night-741:before{content:"\f04a"}.wi-owm-night-761:before{content:"\f063"}.wi-owm-night-762:before{content:"\f063"}.wi-owm-night-781:before{content:"\f056"}.wi-owm-night-800:before{content:"\f02e"}.wi-owm-night-801:before{content:"\f022"}.wi-owm-night-802:before{content:"\f022"}.wi-owm-night-803:before{content:"\f022"}.wi-owm-night-804:before{content:"\f086"}.wi-owm-night-900:before{content:"\f056"}.wi-owm-night-902:before{content:"\f073"}.wi-owm-night-903:before{content:"\f076"}.wi-owm-night-904:before{content:"\f072"}.wi-owm-night-906:before{content:"\f024"}.wi-owm-night-957:before{content:"\f050"}.wi-wu-chanceflurries:before{content:"\f064"}.wi-wu-chancerain:before{content:"\f019"}.wi-wu-chancesleat:before{content:"\f0b5"}.wi-wu-chancesnow:before{content:"\f01b"}.wi-wu-chancetstorms:before{content:"\f01e"}.wi-wu-clear:before{content:"\f00d"}.wi-wu-cloudy:before{content:"\f002"}.wi-wu-flurries:before{content:"\f064"}.wi-wu-hazy:before{content:"\f0b6"}.wi-wu-mostlycloudy:before{content:"\f002"}.wi-wu-mostlysunny:before{content:"\f00d"}.wi-wu-partlycloudy:before{content:"\f002"}.wi-wu-partlysunny:before{content:"\f00d"}.wi-wu-rain:before{content:"\f01a"}.wi-wu-sleat:before{content:"\f0b5"}.wi-wu-snow:before{content:"\f01b"}.wi-wu-sunny:before{content:"\f00d"}.wi-wu-tstorms:before{content:"\f01e"}.wi-wu-unknown:before{content:"\f00d"}
assets/weathericons/font/weathericons-regular-webfont.eot ADDED
Binary file
assets/weathericons/font/weathericons-regular-webfont.svg ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="weather_iconsregular" horiz-adv-x="1537" >
7
+ <font-face units-per-em="2048" ascent="1755" descent="-293" />
8
+ <missing-glyph horiz-adv-x="685" />
9
+ <glyph horiz-adv-x="0" />
10
+ <glyph horiz-adv-x="682" />
11
+ <glyph unicode=" " horiz-adv-x="685" />
12
+ <glyph unicode="&#x09;" horiz-adv-x="685" />
13
+ <glyph unicode="&#xa0;" horiz-adv-x="685" />
14
+ <glyph unicode="&#x2000;" horiz-adv-x="1122" />
15
+ <glyph unicode="&#x2001;" horiz-adv-x="2245" />
16
+ <glyph unicode="&#x2002;" horiz-adv-x="1122" />
17
+ <glyph unicode="&#x2003;" horiz-adv-x="2245" />
18
+ <glyph unicode="&#x2004;" horiz-adv-x="748" />
19
+ <glyph unicode="&#x2005;" horiz-adv-x="561" />
20
+ <glyph unicode="&#x2006;" horiz-adv-x="374" />
21
+ <glyph unicode="&#x2007;" horiz-adv-x="374" />
22
+ <glyph unicode="&#x2008;" horiz-adv-x="280" />
23
+ <glyph unicode="&#x2009;" horiz-adv-x="449" />
24
+ <glyph unicode="&#x200a;" horiz-adv-x="124" />
25
+ <glyph unicode="&#x202f;" horiz-adv-x="449" />
26
+ <glyph unicode="&#x205f;" horiz-adv-x="561" />
27
+ <glyph unicode="&#x25fc;" horiz-adv-x="571" d="M0 0z" />
28
+ <glyph unicode="&#xf000;" horiz-adv-x="3126" d="M0 90q0 -38 29 -64q27 -27 65 -27h627q41 0 72.5 -30t31.5 -73t-31.5 -74t-72.5 -31t-73 32q-29 26 -65 26q-38 0 -64 -25.5t-26 -63.5t26 -64q85 -85 202 -85q118 0 201 83.5t83 201.5t-83 202t-201 84h-627q-38 0 -66 -27.5t-28 -64.5zM0 411q0 -35 29 -61 q27 -27 65 -27h1170q118 0 201.5 83.5t83.5 201.5t-83 200t-202 82q-121 0 -201 -81q-25 -26 -25 -65t24.5 -63.5t63.5 -24.5q38 0 66 25q30 30 72 30t72.5 -30t30.5 -73t-30.5 -74t-72.5 -31h-1170q-38 0 -66 -27.5t-28 -64.5zM283 662q0 -13 18 -13h153q11 0 21 15 q36 87 111.5 143.5t170.5 63.5l56 8q20 0 20 18l7 55q17 173 146 289t304 116q176 0 305.5 -115.5t147.5 -289.5l7 -62q0 -19 19 -19h174q144 0 245.5 -100.5t101.5 -242.5q0 -143 -101.5 -244.5t-245.5 -101.5h-736q-20 0 -20 -19v-146q0 -18 20 -18h736q143 0 264.5 71 t192 193t70.5 265q0 118 -45 216q121 159 121 353q0 150 -75.5 279t-204.5 204.5t-279 75.5q-247 0 -412 -185q-128 65 -285 65q-225 0 -398 -139.5t-220 -356.5q-136 -32 -240.5 -131t-145.5 -234v-4q-3 -5 -3 -9zM1155 1838q0 -37 29 -64l65 -69q26 -26 65 -26 q40 0 65.5 24.5t25.5 64.5q0 38 -24 64l-70 69q-25 28 -63 28t-65.5 -27t-27.5 -64zM1723 1368q115 109 264 109q155 0 267.5 -112t112.5 -268q0 -104 -55 -195q-153 153 -369 153h-36q-38 173 -184 313zM1896 1927q0 -37 26.5 -62.5t64.5 -25.5t65 25.5t27 62.5v218 q0 38 -27 65t-65 27t-64.5 -27t-26.5 -65v-218zM2488 1685q0 -39 24 -64q27 -27 65 -27.5t61 27.5l156 153q27 27 27 65q0 37 -27 64t-65 27t-64 -26l-153 -157q-24 -25 -24 -62zM2570 423q0 -37 27 -64l68 -69q32 -26 66 -26q31 0 63 26q27 27 27 64q0 35 -27 65l-68 69 q-26 26 -62 26q-40 0 -67 -26.5t-27 -64.5zM2731 1097q0 -38 27 -63q24 -28 61 -28h216q38 0 65 27t27 64t-27.5 64.5t-64.5 27.5h-216q-38 0 -63 -27t-25 -65z" />
29
+ <glyph unicode="&#xf001;" horiz-adv-x="3105" d="M0 94q0 -39 26 -65q70 -29 94 -29h840q38 0 64.5 27.5t26.5 65.5q0 37 -26.5 62.5t-64.5 25.5h-840q-42 0 -81 -25.5t-39 -61.5zM149 414q0 -38 27 -63q24 -28 62 -28h1003q38 0 65 26.5t27 64.5t-27 65t-65 27h-1003q-37 0 -63 -27t-26 -65zM261 667q0 -14 18 -14h148 q19 0 23 14q41 85 116 140.5t169 66.5h58q17 0 17 20l8 60q11 114 74 207.5t163.5 146.5t215.5 53q174 0 304 -117t148 -290l8 -60q0 -20 19 -20h171q142 0 245.5 -102t103.5 -242q0 -144 -103 -246.5t-246 -102.5h-735q-18 0 -18 -20v-142q0 -19 18 -19h735q144 0 266 71 t193 193t71 266q0 116 -46 214q124 154 124 350q0 150 -75.5 279t-205 204.5t-280.5 75.5q-117 0 -223.5 -47.5t-185.5 -133.5q-132 69 -288 69q-226 0 -401 -140t-223 -358q-136 -34 -239.5 -133.5t-144.5 -235.5q-2 -2 -2 -7zM337 -246q0 -38 28 -63q25 -27 62 -27h1005 q37 0 63 26.5t26 63.5q0 40 -25.5 66.5t-63.5 26.5h-1005q-38 0 -64 -26.5t-26 -66.5zM1135 1835q0 -40 26 -64l68 -70q26 -26 64 -26q41 0 66.5 25.5t25.5 65.5q0 37 -26 63l-69 69q-27 27 -61 27q-40 0 -67 -26.5t-27 -63.5zM1707 1368q106 101 261 101 q156 0 265.5 -109.5t109.5 -265.5q0 -107 -49 -193q-151 152 -373 152h-32q-46 184 -182 315zM1878 1925q0 -38 26.5 -63t63.5 -25q40 0 64.5 24.5t24.5 63.5v218q0 39 -25 65.5t-64 26.5q-37 0 -63.5 -27t-26.5 -65v-218zM2467 1681q0 -39 27 -64q20 -26 64 -26q43 0 63 26 l156 154q26 24 26 66q0 37 -26.5 63.5t-64.5 26.5t-65 -25l-153 -158q-27 -26 -27 -63zM2552 416q0 -39 25 -64l70 -67q39 -29 65 -29t65 29q26 26 26 64q0 37 -26 65l-68 65q-30 28 -69 28q-38 0 -63 -26t-25 -65zM2706 1090q0 -39 29 -65q29 -27 64 -27h217q36 0 62.5 27 t26.5 65q0 36 -26 60.5t-63 24.5h-217q-39 0 -66 -24.5t-27 -60.5z" />
30
+ <glyph unicode="&#xf002;" horiz-adv-x="2867" d="M0 528q0 -144 70.5 -266t191.5 -192.5t264 -70.5h1155q143 0 265 70.5t193 192.5t71 266q0 106 -45 213q122 149 122 353q0 114 -44 217.5t-119 178.5t-178.5 119t-217.5 44q-237 0 -414 -186q-124 70 -288 70q-225 0 -398 -139.5t-222 -357.5q-179 -41 -292.5 -184 t-113.5 -328zM182 528q0 134 89.5 231t224.5 113l53 3q20 0 20 19l7 58q22 173 150 289.5t300 116.5q176 0 306.5 -117t146.5 -289l8 -62q4 -18 22 -18h172q141 0 243 -102t102 -242q0 -145 -101.5 -247.5t-243.5 -102.5h-1155q-140 0 -242 103.5t-102 246.5zM897 1837 q0 -39 26 -67l70 -68q40 -30 68 -27q33 0 59 27.5t26 66.5t-28 63l-63 70q-29 26 -65 26q-39 0 -66 -26.5t-27 -64.5zM1467 1365q111 107 261 107q158 0 268.5 -110t110.5 -268q0 -100 -54 -196q-155 153 -372 153h-34q-40 174 -180 314zM1640 1928q0 -41 25 -66t63 -25 q41 0 66 25t25 66v218q0 38 -25.5 63t-65.5 25q-38 0 -63 -25t-25 -63v-218zM2229 1683q0 -41 24 -66q34 -26 66 -26q29 0 63 26l153 153q26 29 26 68q0 38 -26 64t-63 26q-38 0 -62 -26l-157 -153q-24 -29 -24 -66zM2314 421q0 -38 27 -67l69 -67q24 -26 62 -26t63.5 26.5 t25.5 66.5q0 36 -26 62l-69 69q-26 26 -61 26q-38 0 -64.5 -26t-26.5 -64zM2470 1094q0 -37 28 -62q26 -26 65 -26h218q37 0 61.5 25t24.5 63t-24.5 64.5t-61.5 26.5h-218q-38 0 -65.5 -27t-27.5 -64z" />
31
+ <glyph unicode="&#xf003;" horiz-adv-x="3132" d="M0 85q0 -37 27 -62.5t67 -25.5h1996q38 0 65 25.5t27 62.5q0 38 -27 64.5t-65 26.5h-1996q-40 0 -67 -26.5t-27 -64.5zM280 419q0 -37 27 -62q27 -29 64 -29h1997q37 0 62.5 26.5t25.5 64.5q0 37 -25 62.5t-63 25.5h-1997q-38 0 -64.5 -25.5t-26.5 -62.5zM293 675 q0 -14 17 -14h153q11 0 22 17q38 83 113.5 136t166.5 60l58 8q18 0 18 19l7 54q17 173 146.5 289t304.5 116q173 0 302.5 -115t147.5 -286l8 -62q0 -18 20 -18h172q103 0 187.5 -55t125.5 -146q11 -17 21 -17h154q21 0 14 24l-21 59q121 150 121 353q0 113 -44 216t-118 178 t-178 119t-218 44q-247 0 -408 -179q-135 67 -286 67q-224 0 -398.5 -140.5t-223.5 -359.5q-285 -75 -382 -357q-2 -3 -2 -10zM466 -243q0 -38 29 -64q25 -28 63 -28h1999q37 0 64 27t27 65q0 37 -26.5 61.5t-64.5 24.5h-1999q-38 0 -65 -24.5t-27 -61.5zM1167 1834 q0 -38 25 -63l69 -68q27 -29 62 -29q36 0 63.5 26.5t27.5 65.5q0 38 -27 67l-68 65q-26 28 -64 28q-39 0 -63.5 -26.5t-24.5 -65.5zM1734 1367q108 108 259 108q157 0 267.5 -111t110.5 -267q0 -104 -52 -192q-152 152 -370 152h-36q-45 188 -179 310zM1905 1925 q0 -37 25.5 -62.5t62.5 -25.5q40 0 67 25.5t27 62.5v218q0 37 -28 64t-66 27q-37 0 -62.5 -26.5t-25.5 -64.5v-218zM2491 1682q0 -36 26 -64q59 -57 131 0l152 153q26 28 26 68q0 37 -26 63t-63 26q-38 0 -64 -26l-156 -157q-26 -28 -26 -63zM2577 424q0 -38 28 -64l68 -69 q26 -26 62 -26q33 0 65 26q26 28 26 68q0 36 -26 60l-69 70q-28 26 -64 26q-38 0 -64 -26.5t-26 -64.5zM2735 1097q0 -39 28 -64q24 -27 63 -27h219q37 0 62.5 26.5t25.5 64.5t-25.5 64t-62.5 26h-219q-38 0 -64.5 -26.5t-26.5 -63.5z" />
32
+ <glyph unicode="&#xf004;" horiz-adv-x="2884" d="M0 530q0 -214 149 -367.5t363 -163.5q19 0 19 18v143q0 19 -19 19q-137 7 -233.5 109.5t-96.5 241.5q0 133 90.5 231t224.5 114l57 4q21 0 21 19l7 59q17 173 146.5 289.5t305.5 116.5q174 0 305.5 -116.5t149.5 -289.5l8 -62q0 -20 18 -20h173q143 0 247.5 -102.5 t104.5 -242.5q0 -139 -97 -241.5t-234 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q214 7 362 161.5t148 369.5q0 119 -44 214q126 154 126 355q0 151 -76 280.5t-205.5 205.5t-280.5 76q-250 0 -416 -187q-128 70 -289 70q-226 0 -401.5 -140t-225.5 -359q-177 -42 -292 -186 t-115 -329zM569 -223q16 -35 49 -48q32 -16 67.5 -2.5t47.5 47.5q16 35 2.5 69t-47.5 47q-32 17 -66.5 3t-50.5 -50q-15 -27 -2 -66zM638 80q0 -22 10 -41q31 -49 95 -49q51 0 74 69l111 343q13 39 -7.5 71.5t-58.5 39.5q-35 11 -67.5 -6.5t-43.5 -53.5l-110 -344 q-3 -15 -3 -29zM837 -519q0 -21 5 -31q14 -35 48 -48q15 -8 37 -8q10 0 32 6q35 13 50.5 48.5t-0.5 70.5t-48 48.5t-66 -0.5q-31 -12 -44.5 -37.5t-13.5 -48.5zM902 1843q0 -40 26 -64l69 -69q26 -26 58 -29q33 -5 65.5 24.5t32.5 68.5q0 38 -26 64l-68 68q-30 27 -66 27 q-39 0 -65 -26t-26 -64zM915 -232q0 -26 17 -51t51 -35q18 -4 26 -4q24 0 41 8q32 13 46 61l192 655q11 38 -6 69.5t-53 41.5q-38 11 -70.5 -6t-43.5 -54l-196 -660q-4 -20 -4 -25zM1283 -191q0 -20 7 -33q14 -33 48 -47q17 -8 37 -8q10 0 32 6q36 14 49 47q13 35 0 67.5 t-45 48.5q-36 17 -70 3t-51 -50q-7 -13 -7 -34zM1360 83q0 -25 16.5 -48.5t49.5 -33.5q14 -3 27 -3q62 0 84 65l110 339q12 37 -7 69t-55 42q-38 11 -68.5 -6t-42.5 -54l-109 -341q-5 -22 -5 -29zM1474 1371q107 103 265 103q156 0 267 -109.5t111 -265.5q0 -100 -55 -197 q-153 154 -374 154h-33q-47 185 -181 315zM1647 1933q0 -38 27 -65t65 -27q37 0 62.5 27t25.5 65v220q0 38 -25.5 65t-62.5 27q-38 0 -65 -27t-27 -65v-220zM2239 1689q0 -39 27 -64q24 -28 61.5 -27.5t64.5 27.5l154 154q29 24 29 64q0 38 -27.5 65t-65.5 27q-35 0 -61 -29 l-155 -153q-27 -25 -27 -64zM2325 419q0 -36 26 -64l70 -67q23 -29 64 -29q38 0 61 29q29 26 29 64t-29 65l-69 66q-25 28 -62 28t-63.5 -27t-26.5 -65zM2481 1099q0 -38 28 -64q28 -28 66 -28h217q38 0 65.5 27t27.5 65q0 37 -27 62.5t-66 25.5h-217q-40 0 -67 -25.5 t-27 -62.5z" />
33
+ <glyph unicode="&#xf005;" horiz-adv-x="2868" d="M0 528q0 -213 148.5 -366t362.5 -163q18 0 18 18v146q0 19 -18 19q-139 11 -234 110.5t-95 235.5q0 134 90.5 233.5t223.5 110.5l56 8q21 0 21 18l6 54q17 173 146.5 289.5t305.5 116.5q174 0 303.5 -116t148.5 -290l7 -62q0 -18 20 -18h171q145 0 247.5 -101t102.5 -243 q0 -136 -95 -235.5t-234 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 360.5 161t147.5 368q0 108 -50 221q127 151 127 349q0 114 -44.5 217.5t-119.5 178.5t-178.5 119t-216.5 44q-247 0 -414 -185q-137 66 -283 66q-227 0 -401.5 -139t-223.5 -359 q-176 -41 -291 -184.5t-115 -327.5zM800 -674h32l567 837q6 7 2.5 14.5t-14.5 7.5h-233l245 449q12 23 -15 23h-314q-13 0 -23 -15l-230 -610q-4 -22 15 -22h231zM894 1841q0 -40 26 -66l70 -69q67 -51 129 0q26 29 26 68q0 37 -26 63l-68 69q-30 27 -66 27q-37 0 -64 -27 t-27 -65zM1464 1369q109 109 264 109q156 0 266 -111t110 -269q0 -97 -54 -193q-156 150 -369 150h-33q-43 182 -184 314zM1637 1933q0 -40 25.5 -66t65.5 -26q38 0 63 25.5t25 66.5v218q0 38 -25 63t-63 25t-64.5 -25t-26.5 -63v-218zM2225 1686q0 -37 29 -64t59 -27 q26 0 66 27l154 153q27 29 27 67q0 39 -26.5 65t-64.5 26q-35 0 -62 -27l-153 -153q-29 -31 -29 -67zM2312 425q0 -37 26 -65l69 -70q26 -26 62 -26q38 0 64.5 27t26.5 67q0 36 -27 61l-66 70q-30 25 -66 25q-37 0 -63 -26t-26 -63zM2467 1098q0 -35 28 -61q27 -27 64 -27 h218q38 0 65 25.5t27 62.5q0 38 -27.5 65t-64.5 27h-218q-37 0 -64.5 -27t-27.5 -65z" />
34
+ <glyph unicode="&#xf006;" horiz-adv-x="2885" d="M0 523q0 -212 146 -363t360 -161q19 0 19 18v142q0 19 -19 19q-137 7 -231 106.5t-94 238.5q0 135 90 234t224 110l56 8q17 0 17 15l8 59q20 175 147.5 290t302.5 115t305.5 -115t147.5 -287l7 -62q4 -18 23 -18h171q142 0 244 -102.5t102 -246.5q0 -139 -94 -238.5 t-231 -106.5q-21 0 -21 -19v-142q0 -18 21 -18q213 7 359 159t146 365q0 108 -41 214q124 154 124 357q0 113 -44 216.5t-119 178.5t-178.5 119.5t-217.5 44.5q-246 0 -412 -186q-143 70 -292 70q-226 0 -398.5 -140t-221.5 -360q-180 -41 -293 -184.5t-113 -329.5z M571 -227q0 -27 17.5 -54t50.5 -37q37 -11 68.5 4t42.5 60l15 65q8 36 -10.5 67.5t-55.5 42.5q-36 11 -68 -8t-42 -57l-15 -63q-3 -9 -3 -20zM653 82q0 -35 26 -61q25 -27 60 -27q38 0 64.5 25.5t26.5 62.5t-26.5 62.5t-64.5 25.5q-37 0 -61.5 -25t-24.5 -63zM718 325 q-2 -25 14 -48.5t51 -34.5q33 -10 66.5 7.5t44.5 54.5l29 96q12 39 -7 69.5t-58 41.5q-35 11 -67.5 -7t-43.5 -53l-26 -98q-3 -27 -3 -28zM841 -560q0 -27 17 -52.5t52 -35.5q14 -3 26 -3q69 0 85 65l14 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5l-14 -63 q-4 -18 -4 -24zM901 1834q0 -38 26 -64l70 -68q22 -25 57.5 -27.5t66.5 27.5q26 26 26 63q0 38 -26 64l-67 69q-25 25 -63 28q-37 0 -63.5 -27t-26.5 -65zM925 -250q0 -36 26 -62t62 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM991 -8q-2 -24 14.5 -50 t48.5 -32q37 -10 68 6t44 60l28 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1286 -237q0 -27 16 -51.5t49 -34.5q5 0 15 -2t15 -2q65 0 81 70l15 64q11 34 -7.5 67t-54.5 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63q0 -2 -1.5 -12 t-1.5 -15zM1365 78q0 -37 26 -61q24 -26 62 -26t63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1430 325q0 -27 17 -51.5t52 -34.5q3 0 13 -2t15 -2q17 0 39 10q33 17 43 56l26 96q10 36 -7.5 67.5t-53.5 42.5q-37 11 -68.5 -6t-42.5 -54l-30 -97q0 -3 -1.5 -11.5 t-1.5 -13.5zM1467 1361q106 106 263 106q158 0 269 -108.5t111 -264.5q0 -106 -57 -200q-157 157 -373 157h-33q-45 175 -180 310zM1643 1923q0 -37 24.5 -61.5t62.5 -24.5q39 0 66 24.5t27 61.5v220q0 37 -27.5 64t-65.5 27q-37 0 -62 -26.5t-25 -64.5v-220zM2232 1681 q0 -40 24 -64q57 -57 129 0l153 153q27 27 27 67q0 38 -26.5 64.5t-64.5 26.5q-37 0 -65 -26l-153 -158q-24 -23 -24 -63zM2315 417q0 -37 29 -63l65 -67q32 -26 65 -26q32 0 64 26q27 25 27 63q0 36 -27 66l-69 65q-24 27 -61 27t-64 -27q-29 -27 -29 -64zM2473 1094 q0 -38 28 -63q29 -29 66 -29h216q37 0 62.5 27t25.5 65t-25.5 64.5t-62.5 26.5h-216q-38 0 -66 -27t-28 -64z" />
35
+ <glyph unicode="&#xf007;" horiz-adv-x="2885" d="M0 527q0 -180 107 -321.5t275 -188.5q15 -2 26 8l125 150q-143 0 -245 103.5t-102 248.5q0 133 90.5 231t225.5 114l52 3q21 0 21 20l8 58q17 173 147 290t305 117q176 0 307 -117t148 -290l7 -63q7 -18 23 -18h175q141 0 243 -101.5t102 -243.5q0 -135 -90.5 -236 t-220.5 -112q-78 -9 -96 -30l-234 -301q-22 -30 -17 -67t33 -60q24 -27 63.5 -22t63.5 38l205 262q131 13 239.5 87t171.5 191t63 250q0 115 -45 214q126 153 126 355q0 113 -45 217t-120.5 179t-179.5 120t-218 45q-240 0 -414 -186q-127 70 -290 70q-226 0 -400 -140.5 t-221 -359.5q-181 -41 -297.5 -185t-116.5 -329zM416 -352q12 -35 49 -51q35 -16 71 -1t49 50q15 33 0.5 66.5t-47.5 49.5q-35 16 -70.5 2t-48.5 -49q-13 -41 -3 -67zM609 -59v-12q3 -35 32 -59q28 -24 67 -21t61 31l233 301q23 29 20 67.5t-31 60.5q-29 24 -67.5 20 t-64.5 -33l-229 -299q-21 -26 -21 -56zM664 -578q0 -10 6 -32q14 -35 49 -49q18 -7 38 -7q15 0 33 5q34 13 47 47q16 35 2.5 71t-47.5 49q-35 16 -71.5 1.5t-48.5 -48.5q-8 -17 -8 -37zM842 -325v-11q3 -36 35 -62q24 -26 64 -21.5t64 36.5l442 558q22 32 18 68.5t-33 62.5 q-29 23 -66 18.5t-60 -33.5l-444 -561q-20 -24 -20 -55zM904 1839q0 -39 29 -63l65 -70q25 -25 58 -28q33 -5 65.5 24t32.5 68q0 36 -26 64l-69 69q-24 26 -62 26q-39 0 -66 -26t-27 -64zM1218 -447q0 -19 7 -33q14 -35 48 -49q17 -8 37 -8q10 0 32 6q36 14 49 49 q16 35 2.5 70.5t-47.5 48.5q-35 16 -71.5 2t-49.5 -48q-7 -18 -7 -38zM1475 1368q113 103 264 103q158 0 270 -109.5t112 -265.5q0 -106 -55 -198q-155 155 -371 155h-36q-44 184 -184 315zM1648 1929q0 -37 26.5 -62.5t64.5 -25.5q39 0 66 25.5t27 62.5v221q0 37 -27.5 64 t-65.5 27q-37 0 -64 -26.5t-27 -64.5v-221zM2243 1686q0 -38 24 -64q28 -27 65.5 -27.5t60.5 27.5l159 154q26 26 26 65q0 38 -27.5 65.5t-64.5 27.5q-35 0 -64 -27l-155 -157q-24 -26 -24 -64zM2326 416q0 -38 26 -64l70 -67q26 -26 58 -29h6q28 0 66 29q26 26 26 62 q0 38 -26 67l-70 66q-26 27 -63 27q-39 0 -66 -26.5t-27 -64.5zM2486 1096q0 -38 26 -64q26 -29 64 -29h218q38 0 65 27.5t27 65.5q0 37 -27 62.5t-65 25.5h-218q-38 0 -64 -25.5t-26 -62.5z" />
36
+ <glyph unicode="&#xf008;" horiz-adv-x="2877" d="M0 529q0 -213 148.5 -366.5t363.5 -163.5q18 0 18 18v143q0 18 -18 18q-137 7 -233.5 109.5t-96.5 241.5q0 132 90.5 230t224.5 114l56 5q21 0 21 18l7 58q17 173 146.5 290t304.5 117q174 0 305 -117t149 -290l8 -61q0 -20 18 -20h173q142 0 245.5 -102t103.5 -242 q0 -139 -96 -241.5t-233 -109.5q-20 0 -20 -18v-143q0 -18 20 -18q213 7 361.5 161.5t148.5 368.5q0 115 -45 214q125 155 125 353q0 152 -75.5 281.5t-204.5 204.5t-280 75q-249 0 -414 -186q-131 70 -289 70q-226 0 -401 -140.5t-224 -358.5q-177 -42 -292 -185.5 t-115 -327.5zM576 -202q0 -27 17.5 -52.5t52.5 -35.5q18 -4 29 -4q63 0 82 68l169 627q11 38 -8.5 71t-56.5 40q-35 11 -67.5 -7t-43.5 -54l-169 -630q-5 -20 -5 -23zM854 -531q0 -30 16 -55.5t55 -31.5q18 -4 28 -4q25 0 48 18.5t29 51.5l256 953q10 37 -7.5 68.5 t-53.5 42.5q-37 11 -69.5 -7t-42.5 -54l-256 -953q-3 -27 -3 -29zM899 1840q0 -38 27 -65l69 -70q31 -24 66 -24q34 0 62 25t28 63q0 39 -26 68l-68 69q-29 27 -64 27q-39 0 -66.5 -27.5t-27.5 -65.5zM1297 -205q0 -26 16.5 -50.5t49.5 -34.5q18 -4 27 -4q28 0 52.5 15.5 t31.5 52.5l169 627q10 37 -7.5 68.5t-53.5 42.5q-38 11 -69.5 -7t-41.5 -54l-169 -630q-5 -23 -5 -26zM1471 1368q113 107 264 107q157 0 267 -110.5t110 -268.5q0 -100 -55 -197q-155 155 -372 155h-35q-45 186 -179 314zM1643 1928q0 -37 27 -62.5t65 -25.5q37 0 62.5 25 t25.5 63v219q0 41 -25 67t-63 26q-40 0 -66 -26.5t-26 -66.5v-219zM2233 1685q0 -39 29 -63q22 -25 58.5 -27.5t66.5 27.5l154 153q28 27 28 67q0 39 -26.5 65t-65.5 26q-33 0 -62 -27l-153 -154q-29 -27 -29 -67zM2320 421q0 -38 26 -67l69 -67q28 -22 64 -22l2 -2 q36 0 62 26t26 65q0 38 -28 62l-66 70q-29 26 -66 26t-63 -26.5t-26 -64.5zM2475 1096q0 -38 28 -63q28 -28 66 -28h217q38 0 65 27t27 64q0 38 -27 65.5t-65 27.5h-217q-38 0 -66 -27.5t-28 -65.5z" />
37
+ <glyph unicode="&#xf009;" horiz-adv-x="2868" d="M0 530q0 -213 148.5 -365.5t362.5 -163.5q18 0 18 18v143q0 19 -18 19q-136 7 -231 108.5t-95 240.5q0 134 89.5 231t224.5 113l53 4q21 0 21 19l6 57q17 173 146.5 289.5t305.5 116.5q175 0 305 -116.5t146 -289.5l8 -61q0 -19 19 -19h178q140 0 242 -102t102 -242 q0 -136 -95.5 -237t-230.5 -112q-18 0 -18 -19v-143q0 -18 18 -18q140 4 256 76.5t182.5 192t66.5 260.5q0 114 -44 209q121 150 121 350q0 114 -44 217.5t-119 178.5t-178.5 119t-217.5 44q-241 0 -406 -177q-127 68 -291 68q-226 0 -399.5 -139.5t-220.5 -357.5 q-180 -41 -295.5 -184t-115.5 -328zM578 -184q0 -29 17 -57t48 -38q31 -11 65.5 6.5t46.5 58.5l27 112q11 33 -7.5 66.5t-54.5 44.5q-40 10 -72 -9t-39 -57l-30 -106q-1 -7 -1 -21zM717 319q0 -61 68 -84q35 -12 68 5.5t44 56.5l26 110q11 33 -7 66t-54 45q-39 10 -71 -8.5 t-39 -55.5l-32 -109q-3 -13 -3 -26zM847 -522q0 -26 18 -53t52 -38q1 0 10.5 -1.5t15.5 -1.5q22 0 39 8q30 13 44 62l29 106q11 37 -7.5 69.5t-54.5 42.5q-37 11 -69.5 -7.5t-42.5 -54.5l-30 -109q-4 -16 -4 -23zM896 1832q0 -40 27 -66l70 -69q54 -54 125 0q26 28 26 65 t-26 65l-67 70q-26 26 -64 26q-37 0 -64 -26.5t-27 -64.5zM991 -11q0 -27 17 -54t50 -37q37 -11 68 5t43 60l26 108q11 37 -6.5 69.5t-53.5 43.5q-40 11 -72.5 -8.5t-39.5 -56.5l-30 -110q-2 -6 -2 -20zM1288 -195q4 -60 67 -88l27 -4q26 0 50.5 17t34.5 53l31 108 q10 38 -9.5 70.5t-56.5 39.5q-33 11 -66 -7.5t-44 -54.5l-29 -109q-1 -4 -2 -9t-2 -8.5t-1 -7.5zM1437 313q0 -26 16.5 -51.5t48.5 -34.5l27 -3q31 0 55 19t30 50l29 106q11 38 -7 69.5t-54 41.5q-37 11 -68.5 -6.5t-41.5 -53.5l-32 -113q-3 -13 -3 -24zM1472 1365 q106 102 256 102q157 0 268 -110.5t111 -267.5q0 -90 -50 -188q-153 153 -370 153h-36q-43 181 -179 311zM1637 1923q0 -40 25.5 -65.5t65.5 -25.5t65.5 25.5t25.5 65.5v215q0 40 -25.5 66t-65.5 26t-65.5 -26t-25.5 -66v-215zM2229 1678q0 -40 24 -65q33 -27 66 -27 q30 0 63 27l153 153q26 29 26 67t-26 64t-63 26t-65 -26l-154 -153q-24 -28 -24 -66zM2313 416q0 -37 28 -67l66 -68q33 -33 66 -33q31 0 62 33q29 29 28 65.5t-28 63.5l-69 70q-26 26 -61 26q-38 0 -65 -26.5t-27 -63.5zM2470 1089q0 -36 26 -62t62 -26h218q41 0 67 25 t26 63q0 40 -26.5 66t-66.5 26h-218q-37 0 -62.5 -27t-25.5 -65z" />
38
+ <glyph unicode="&#xf00a;" horiz-adv-x="2864" d="M0 525q0 -138 68 -257t185.5 -191t256.5 -76q18 0 18 18v142q0 20 -18 20q-136 7 -232.5 108.5t-96.5 235.5q0 132 90.5 230t223.5 114l56 6q19 0 19 20l8 54q17 175 145.5 291.5t303.5 116.5q174 0 304.5 -116.5t147.5 -288.5l8 -62q0 -18 18 -18h172q144 0 246 -102.5 t102 -244.5q0 -134 -96.5 -235.5t-231.5 -108.5q-20 0 -20 -20v-142q0 -18 20 -18q212 7 360 160t148 364q0 121 -46 217q126 151 126 352q0 150 -75 278.5t-204 203.5t-279 75q-246 0 -413 -185q-130 70 -287 70q-225 0 -399 -139.5t-223 -356.5q-179 -44 -292 -187 t-113 -328zM677 93q0 -38 25.5 -65t62.5 -27t62.5 27t25.5 65q0 36 -25.5 62t-62.5 26t-62.5 -26t-25.5 -62zM677 -294q0 -33 26 -61q28 -26 62 -26q38 0 63 25t25 62q0 38 -25.5 63t-62.5 25t-62.5 -25t-25.5 -63zM895 1832q0 -39 26 -63l70 -70q26 -26 57 -27 q33 -5 65 23.5t32 67.5t-26 68l-68 65q-24 27 -62 27q-40 0 -67 -26.5t-27 -64.5zM1016 -112q0 -36 26 -64q26 -26 62 -26q38 0 64.5 26t26.5 64q0 37 -26.5 63.5t-64.5 26.5q-36 0 -62 -26.5t-26 -63.5zM1016 272q0 -36 26 -62t62 -26q38 0 64.5 25.5t26.5 62.5t-26.5 63 t-64.5 26q-36 0 -62 -26t-26 -63zM1016 -502q0 -35 26 -61q27 -27 62 -27q38 0 64.5 25t26.5 63t-26.5 64.5t-64.5 26.5q-35 0 -61.5 -27t-26.5 -64zM1360 93q0 -38 26 -65t63 -27t62.5 27t25.5 65q0 36 -25.5 62t-62.5 26t-63 -26t-26 -62zM1360 -294q0 -34 25 -61 q28 -26 64 -26q38 0 63 25t25 62q0 38 -25.5 63t-62.5 25q-38 0 -63.5 -25.5t-25.5 -62.5zM1464 1365q110 106 263 106q155 0 265 -111t110 -266q0 -100 -54 -196q-153 153 -371 153h-34q-47 187 -179 314zM1635 1921q0 -37 27 -62t65 -25t63 25t25 62v218q0 38 -25.5 65 t-62.5 27t-64.5 -27.5t-27.5 -64.5v-218zM2223 1679q0 -37 27 -63q24 -25 59.5 -27.5t66.5 27.5l153 153q28 28 28 65q0 38 -27.5 65t-64.5 27q-35 0 -62 -27l-153 -156q-27 -25 -27 -64zM2309 421q0 -40 26 -66l68 -67q39 -26 68 -26q33 0 59.5 27.5t26.5 65.5q0 36 -28 62 l-66 69q-28 26 -65 26t-63 -26.5t-26 -64.5zM2463 1094q0 -38 28 -63q27 -29 66 -29h216q37 0 64 27t27 65t-27 64.5t-64 26.5h-216q-38 0 -66 -27t-28 -64z" />
39
+ <glyph unicode="&#xf00b;" horiz-adv-x="2864" d="M0 529q0 -139 68 -258.5t185 -191.5t256 -78q19 0 19 18v142q0 20 -19 20q-136 7 -232 108.5t-96 239.5q0 132 90 229.5t223 113.5l56 3q20 0 20 19l8 58q17 173 145.5 289t303.5 116q172 0 302.5 -116.5t149.5 -288.5l7 -62q0 -18 18 -18h173q141 0 244.5 -102 t103.5 -241q0 -138 -96 -239.5t-233 -108.5q-19 0 -19 -20v-142q0 -18 19 -18q139 4 256 76.5t184 192.5t67 259q0 118 -44 213q124 152 124 352q0 151 -75 279.5t-203 203t-278 74.5q-248 0 -413 -185q-131 70 -287 70q-225 0 -399 -139.5t-223 -356.5 q-176 -42 -290.5 -185t-114.5 -326zM630 435q0 -61 45 -104t108 -43q64 0 107 42.5t43 104.5q0 39 -37.5 107t-69.5 106q-34 36 -43 45l-38 -43q-43 -46 -79 -110t-36 -105zM895 1834q0 -41 26 -65l69 -70q67 -50 129 0q26 31 26 68t-26 63l-68 69q-30 27 -65 27 q-39 0 -65 -27t-26 -65zM947 13q0 -105 72.5 -176.5t175.5 -71.5q104 0 177 73t73 175q0 86 -86 210q-74 97 -136 159q-13 9 -28 24l-25 -24q-57 -52 -136 -157q-87 -121 -87 -212zM1104 719q0 -40 30.5 -69t73.5 -29q41 0 70 29t29 69q0 66 -99 171l-26 -27 q-29 -32 -53.5 -74.5t-24.5 -69.5zM1464 1365q106 106 263 106q156 0 265.5 -110t109.5 -267q0 -94 -55 -196q-155 153 -370 153h-35q-46 186 -178 314zM1635 1926q0 -38 27.5 -65t64.5 -27t62 27t25 65v217q0 38 -24.5 63t-62.5 25t-65 -25t-27 -63v-217zM2223 1679 q0 -39 27 -63q28 -26 60 -26q28 0 65 26l153 153q29 29 29 66q0 39 -27 65t-65 26q-35 0 -62 -27l-153 -153q-27 -27 -27 -67zM2309 423q0 -40 25 -68l69 -62q23 -29 63 -29q39 0 62 29q29 26 29 62q0 35 -29 62l-65 69q-28 26 -65 26q-38 0 -63.5 -26t-25.5 -63zM2463 1094 q0 -36 27 -62q28 -26 67 -26h216q38 0 64.5 25.5t26.5 62.5q0 38 -27 64.5t-64 26.5h-216q-38 0 -66 -27t-28 -64z" />
40
+ <glyph unicode="&#xf00c;" horiz-adv-x="2541" d="M0 899q0 -43 30 -71t77 -28h180q43 0 73.5 28.5t30.5 70.5q0 46 -30 76t-74 30h-180q-47 0 -77 -29.5t-30 -76.5zM189 239q0 -155 113 -268.5t268 -113.5h732q155 0 265.5 112t110.5 270q0 77 -22 131q133 85 210.5 226.5t77.5 302.5q0 130 -51 248.5t-136.5 204 t-204 136.5t-247.5 51q-175 0 -322.5 -86t-232 -233t-84.5 -321v-36q-160 -91 -211 -266q-121 -38 -193.5 -135t-72.5 -223zM355 1750q0 -45 28 -72l172 -180q75 -57 150 0q30 30 30 75q0 43 -30 75l-176 175q-34 31 -74 31q-45 0 -72.5 -30t-27.5 -74zM400 239q0 67 43 115 t109 54l66 9q21 0 21 24l10 60q11 92 78 154t158 62q93 0 161.5 -62t79.5 -154l9 -69q10 -24 26 -24h141q69 0 119.5 -50t50.5 -119q0 -72 -50.5 -123t-119.5 -51h-732q-72 0 -121 51t-49 123zM872 921q11 175 135 294t298 119q178 0 303 -127t125 -308q0 -112 -54.5 -207.5 t-147.5 -154.5q-94 78 -217 78q-47 140 -164 223t-265 83h-13zM1201 1854q0 -44 30.5 -74.5t73.5 -30.5q44 0 74.5 30.5t30.5 74.5v250q0 42 -30.5 70.5t-74.5 28.5q-43 0 -73.5 -28.5t-30.5 -70.5v-250zM1875 230q0 -43 29 -75l175 -173q67 -68 150 0q28 27 28 72 q0 43 -28 71l-180 179q-29 27 -73 27t-72.5 -29t-28.5 -72zM1875 1575q0 -45 29 -77q29 -29 72 -29q44 0 73 29l180 180q28 27 28 72q0 44 -30.5 74t-74.5 30q-42 0 -73 -31l-175 -175q-29 -29 -29 -73zM2151 899q0 -43 30 -71t77 -28h180q43 0 73.5 28.5t30.5 70.5 q0 46 -30 76t-74 30h-180q-47 0 -77 -29.5t-30 -76.5z" />
41
+ <glyph unicode="&#xf00d;" horiz-adv-x="2267" d="M0 771q0 39 27 66q28 26 64 26h218q37 0 61.5 -27t24.5 -65t-24.5 -64.5t-61.5 -26.5h-218q-37 0 -64 27t-27 64zM305 32q0 37 25 65l157 152q24 25 63 25q38 0 63.5 -24t25.5 -61q0 -39 -26 -68l-152 -152q-65 -51 -131 0q-25 27 -25 63zM305 1509q0 37 25 65 q31 26 68 26q35 0 63 -26l152 -157q26 -24 26 -63q0 -38 -25.5 -63.5t-63.5 -25.5q-39 0 -63 26l-157 152q-25 27 -25 66zM577 771q0 149 75 277.5t203.5 203.5t277.5 75q112 0 215 -44.5t177.5 -119t118.5 -177.5t44 -215q0 -150 -74.5 -278t-202.5 -202.5t-278 -74.5 t-278 74.5t-203 202.5t-75 278zM758 771q0 -156 109.5 -266.5t265.5 -110.5t266.5 110.5t110.5 266.5q0 154 -110.5 263t-266.5 109q-155 0 -265 -109t-110 -263zM1042 -58q0 38 26.5 64t64.5 26q39 0 65 -26t26 -64v-212q0 -39 -26.5 -66t-64.5 -27t-64.5 27t-26.5 66v212z M1042 1595v218q0 37 27 64t64 27t64 -27t27 -64v-218q0 -37 -26.5 -61.5t-64.5 -24.5t-64.5 24.5t-26.5 61.5zM1631 189q0 37 24 60q24 25 60 25q39 0 64 -25l156 -152q26 -28 26 -65t-26 -63q-64 -50 -128 0l-152 152q-24 27 -24 68zM1631 1354q0 40 24 63l152 157 q28 26 63 26q38 0 64.5 -27t26.5 -64q0 -40 -26 -66l-156 -152q-29 -26 -64 -26q-36 0 -60 25.5t-24 63.5zM1872 771q0 38 26 66q26 26 61 26h216q37 0 64.5 -27.5t27.5 -64.5t-27.5 -64t-64.5 -27h-216q-37 0 -62 26.5t-25 64.5z" />
42
+ <glyph unicode="&#xf00e;" horiz-adv-x="2883" d="M0 530q0 -179 106.5 -320t275.5 -188l-70 -181q-8 -23 15 -23h227l-152 -449h31l465 604q6 7 2 14.5t-15 7.5h-234l266 496q12 23 -15 23h-316q-15 0 -25 -16l-114 -307q-115 29 -190 123.5t-75 215.5q0 135 90 233t225 114l54 3q19 0 24 15l8 63q17 173 146.5 290.5 t305.5 117.5q174 0 305.5 -117.5t149.5 -290.5l8 -63q0 -18 19 -18h172q143 0 246 -102.5t103 -244.5q0 -139 -95.5 -241.5t-232.5 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q141 4 258.5 76.5t185.5 193t68 261.5q0 117 -46 215q122 154 122 351q0 152 -75.5 281.5t-205 205 t-281.5 75.5q-115 0 -223.5 -48t-187.5 -133q-129 69 -290 69q-227 0 -402.5 -140.5t-224.5 -359.5q-177 -41 -292.5 -186t-115.5 -330zM873 -528q0 -24 17 -50t49 -36q18 -4 27 -4q24 0 41 8q34 13 46 61l29 110q10 40 -9 71.5t-57 39.5q-33 11 -66 -8t-45 -55l-27 -111 q-5 -22 -5 -26zM898 1841q0 -37 27 -64l69 -70q25 -25 59 -28q33 -5 65 24t32 68q0 37 -27 64l-67 70q-26 26 -64 26q-40 0 -67 -26t-27 -64zM1016 -16q-1 -26 15 -50.5t51 -34.5q34 -11 66.5 6.5t44.5 59.5l32 110q11 35 -8.5 67.5t-57.5 43.5q-36 11 -68.5 -7.5 t-43.5 -56.5l-26 -112q-5 -22 -5 -26zM1318 -195q0 -23 11 -42q21 -34 58 -46q18 -6 30 -6q20 0 33 8q32 12 48 64l27 108q11 38 -7 69.5t-54 41.5q-37 11 -69.5 -7t-43.5 -54l-30 -111q-3 -14 -3 -25zM1464 319q0 -28 17.5 -53.5t52.5 -35.5q27 -9 65 5q32 14 46 61l29 107 q10 40 -8.5 71.5t-56.5 39.5q-36 11 -68 -6.5t-43 -53.5l-31 -113q-3 -21 -3 -22zM1475 1369q107 103 261 103q157 0 267.5 -109.5t110.5 -266.5q0 -105 -50 -193q-154 154 -375 154h-33q-47 190 -181 312zM1645 1931q0 -38 26.5 -65t64.5 -27t63.5 26.5t25.5 65.5v220 q0 39 -25.5 65.5t-63.5 26.5t-64.5 -27t-26.5 -65v-220zM2240 1687q0 -39 25 -64q22 -25 58.5 -27.5t67.5 27.5l154 154q28 26 28 64t-28 64q-26 28 -64 28q-37 0 -62 -28l-154 -154q-25 -25 -25 -64zM2323 416q0 -37 27 -64l69 -67q29 -27 66 -27l2 -2q35 0 58 29 q28 26 28 64q0 37 -28 65l-66 66q-29 29 -65 29q-38 0 -64.5 -27.5t-26.5 -65.5zM2479 1096q0 -39 28 -63q25 -28 64 -28h220q38 0 65 26.5t27 64.5t-26.5 63.5t-65.5 25.5h-220q-39 0 -65.5 -25.5t-26.5 -63.5z" />
43
+ <glyph unicode="&#xf010;" horiz-adv-x="2875" d="M0 528q0 -177 105 -316t274 -190l-68 -181q-7 -22 15 -22h226l-133 -421h31l445 575q6 7 1.5 14.5t-15.5 7.5h-232l264 494q11 23 -15 23h-314q-15 0 -25 -15l-114 -307q-114 29 -189 124t-75 214q0 133 90.5 231t224.5 114l56 7q21 0 21 19l6 54q17 173 147 290t305 117 q174 0 304.5 -117t149.5 -290l6 -62q0 -18 19 -18h172q145 0 247.5 -101t102.5 -244q0 -136 -95 -235.5t-234 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 361.5 161t148.5 368q0 118 -46 214q126 153 126 354q0 150 -75.5 279t-204.5 204.5t-280 75.5q-247 0 -414 -185 q-129 69 -288 69q-226 0 -401 -140t-224 -358q-177 -41 -291.5 -184.5t-114.5 -328.5zM863 -494q-2 -24 14.5 -47t49.5 -35q11 -3 22 -3q27 0 54 16t36 50l244 914q10 37 -7 68.5t-52 42.5q-37 11 -69.5 -7t-42.5 -54l-246 -917q-3 -13 -3 -28zM898 1837q0 -38 27 -63 l68 -70q27 -27 65 -27.5t61 27.5q30 24 30 64q0 38 -27 63l-67 70q-28 26 -65 26q-40 0 -66 -26t-26 -64zM1306 -168q0 -19 12 -40q20 -32 53 -46q11 -5 32 -5q24 0 35 6q32 13 44 62l159 592q10 38 -8 69t-54 42q-37 11 -68.5 -7t-41.5 -54l-159 -595q0 -4 -2 -12t-2 -12z M1469 1367q107 103 264 103q156 0 266.5 -109t110.5 -265q0 -100 -55 -197q-159 157 -373 157h-33q-49 188 -180 311zM1641 1927q0 -37 27.5 -64.5t64.5 -27.5q38 0 63 27t25 65v219q0 38 -25 65t-63 27q-37 0 -64.5 -27t-27.5 -65v-219zM2231 1683q0 -39 28 -64 q23 -27 60.5 -27t64.5 27l154 155q28 25 28 63t-27 65t-65 27q-35 0 -61 -28l-154 -154q-28 -25 -28 -64zM2317 418q0 -36 26 -64l70 -67q20 -23 58 -26l1 -1q2 0 5 -0.5t5 -0.5q30 0 56 28q28 26 28 64q0 37 -28 65l-69 65q-26 29 -62 29q-37 0 -63.5 -27t-26.5 -65z M2472 1096q0 -37 29 -64q29 -29 65 -29h217q37 0 64.5 27.5t27.5 65.5q0 37 -27 62.5t-65 25.5h-217q-40 0 -67 -25.5t-27 -62.5z" />
44
+ <glyph unicode="&#xf011;" horiz-adv-x="2428" d="M0 90q0 40 27 67q28 26 64 26h578q118 0 201.5 -84.5t83.5 -202.5q0 -119 -83 -202.5t-202 -83.5t-203 84q-25 25 -25 64t24.5 64.5t64.5 25.5q37 0 65 -26q32 -31 74 -31t73 30.5t31 74.5q0 42 -31 72.5t-73 30.5h-578q-37 0 -64 26.5t-27 64.5zM0 414q0 39 27 66 q28 26 64 26h1125q42 0 73 31t31 74t-31 73.5t-73 30.5q-44 0 -73 -30q-29 -24 -68 -24t-63.5 24.5t-24.5 63.5q0 40 24 65q81 81 205 81q119 0 202.5 -83t83.5 -201t-83.5 -201.5t-202.5 -83.5h-1125q-38 0 -64.5 25.5t-26.5 62.5zM229 666q0 -13 17 -13h154q13 0 23 16 q36 87 112 144t170 64l56 8q21 0 21 18l8 55q17 173 146.5 290.5t305.5 117.5q177 0 307 -116.5t148 -291.5l8 -63q0 -18 18 -18h173q145 0 248.5 -102t103.5 -245t-103.5 -245t-248.5 -102h-737q-20 0 -20 -18v-148q0 -18 20 -18h737q145 0 267.5 71t194 193.5t71.5 266.5 q0 145 -71.5 267t-194 193t-267.5 71h-33q-50 213 -223.5 349t-397.5 136q-226 0 -400 -140.5t-221 -359.5q-137 -32 -243 -131.5t-147 -235.5v-4q-2 -5 -2 -9z" />
45
+ <glyph unicode="&#xf012;" horiz-adv-x="2539" d="M0 87q0 39 27 65t67 26h957q38 0 63 -25.5t25 -65.5q0 -38 -25.5 -63.5t-62.5 -25.5h-957q-40 0 -67 25.5t-27 63.5zM281 413q0 38 29 64q23 24 63 24h960q37 0 61.5 -25t24.5 -63t-24.5 -65t-61.5 -27h-960q-37 0 -64.5 27.5t-27.5 64.5zM347 662q0 -15 18 -15h152 q15 0 25 15q36 87 111 144t168 64l58 7q18 0 18 19l7 55q18 174 148.5 290t306.5 116q174 0 302 -114.5t150 -288.5l8 -63q0 -17 19 -17h171q145 0 247.5 -102t102.5 -247q0 -140 -104 -243.5t-246 -103.5h-735q-19 0 -19 -18v-143q0 -19 19 -19h735q108 0 206.5 41.5 t169 112.5t112.5 168.5t42 204.5q0 144 -70.5 265.5t-192.5 192t-267 70.5h-33q-52 215 -224.5 351.5t-392.5 136.5q-227 0 -401.5 -141.5t-221.5 -361.5q-138 -31 -242 -129.5t-145 -236.5v-2q-2 -4 -2 -8zM469 -243q0 39 28 64q24 25 63 25h959q39 0 65.5 -25.5 t26.5 -63.5t-27 -65t-65 -27h-959q-37 0 -64 27t-27 65z" />
46
+ <glyph unicode="&#xf013;" horiz-adv-x="2370" d="M0 454q0 159 99 282.5t254 158.5q41 188 190 307.5t343 119.5q189 0 337.5 -116.5t192.5 -298.5h29q188 0 321 -132.5t133 -320.5t-133 -321.5t-321 -133.5h-990q-92 0 -176.5 36t-145.5 97t-97 145.5t-36 176.5zM155 454q0 -122 88 -209.5t212 -87.5h990q124 0 212 87.5 t88 209.5t-88 209t-212 87h-148q-16 0 -16 16l-7 52q-16 151 -126.5 250.5t-261.5 99.5t-262.5 -100t-125.5 -250l-7 -45q0 -16 -17 -16l-48 -7q-115 -10 -193 -95t-78 -201zM1099 1384q-16 -15 8 -22q69 -30 115 -59q18 -5 24 3q97 92 226 92t223.5 -86.5t105.5 -213.5 l10 -68h151q104 0 179 -74.5t75 -177.5q0 -96 -66 -167t-163 -82q-16 0 -16 -17v-121q0 -17 16 -17q161 10 272 127t111 277q0 169 -119.5 288.5t-288.5 119.5h-16q-42 160 -175.5 263.5t-298.5 103.5q-226 0 -373 -169z" />
47
+ <glyph unicode="&#xf014;" horiz-adv-x="2641" d="M0 86q0 39 27 65t67 26h1991q40 0 65.5 -25.5t25.5 -65.5q0 -37 -26.5 -62t-64.5 -25h-1991q-40 0 -67 25t-27 62zM279 421q0 39 28 64q24 24 63 24h1992q37 0 62 -25.5t25 -62.5q0 -38 -25 -64.5t-62 -26.5h-1992q-38 0 -64.5 27t-26.5 64zM293 675q0 -14 16 -14h153 q10 0 21 17q38 83 113.5 136t165.5 60l59 8q18 0 18 19l7 53q17 173 146.5 288.5t303.5 115.5q173 0 301.5 -114t146.5 -286l8 -61q0 -18 21 -18h170q103 0 187.5 -55t125.5 -146q11 -17 22 -17h153q19 0 15 24q-47 164 -186 268t-317 104h-34q-53 213 -223.5 348.5 t-389.5 135.5q-224 0 -398 -140.5t-223 -358.5q-136 -32 -238.5 -129t-142.5 -232v4q-1 -3 -1 -10zM465 -241q0 38 28 63q24 24 64 24h1993q38 0 64.5 -25t26.5 -62q0 -38 -27 -65t-64 -27h-1993q-37 0 -64.5 27.5t-27.5 64.5z" />
48
+ <glyph unicode="&#xf015;" horiz-adv-x="2210" d="M0 528q0 -213 148.5 -366t362.5 -163q18 0 18 18v143q0 18 -18 18q-137 7 -233 109t-96 241q0 132 90 230t223 114l57 3q21 0 21 20l6 57q17 173 146.5 289.5t304.5 116.5q174 0 304 -116.5t148 -289.5l8 -62q0 -18 19 -18h172q142 0 246 -102t104 -242 q0 -139 -96.5 -241t-232.5 -109q-21 0 -21 -18v-143q0 -18 21 -18q139 4 256 76t184.5 192.5t67.5 260.5q0 143 -71 263.5t-193 190t-265 69.5h-34q-52 214 -224.5 350t-392.5 136q-225 0 -400 -139.5t-224 -357.5q-177 -41 -291.5 -184.5t-114.5 -327.5zM581 -240 q15 -34 49 -49q32 -16 66.5 -2t47.5 48q16 35 2.5 68.5t-48.5 46.5q-32 17 -65.5 3t-49.5 -50q-15 -26 -2 -65zM648 61q0 -25 16.5 -48.5t49.5 -34.5q31 -18 66 -1.5t47 63.5l96 361q10 40 -8.5 71.5t-56.5 38.5q-13 3 -26 3q-26 0 -50.5 -16t-34.5 -47l-94 -362 q-5 -23 -5 -28zM847 -535q0 -19 6 -31q14 -35 48 -48q15 -8 35 -8q10 0 32 6q35 13 50.5 48t-0.5 70t-47.5 49t-66.5 0q-30 -13 -43.5 -38t-13.5 -48zM925 -257q0 -59 67 -78q18 -4 26 -4q24 0 41 8q33 13 45 61l178 671q10 38 -6.5 69t-52.5 41q-13 3 -29 3 q-26 0 -51.5 -16t-31.5 -47l-182 -676q-4 -22 -4 -32zM1291 -208q0 -19 8 -34q13 -31 47 -47q18 -7 37 -7q10 0 32 6q34 13 49 47q12 35 -1 67t-45 48q-36 17 -69.5 3t-49.5 -50q-8 -15 -8 -33zM1368 66q0 -23 17 -48t48 -35q25 -5 29 -5q15 0 39 11q32 15 43 56l96 356 q3 27 3 28q0 25 -16.5 49t-48.5 33q-14 3 -28 3q-26 0 -50 -15.5t-33 -47.5l-96 -358z" />
49
+ <glyph unicode="&#xf016;" horiz-adv-x="1502" d="M0 -283h42l734 1086q15 29 -16 29h-303l319 581q14 29 -21 29h-406q-17 0 -31 -19l-296 -789q-4 -29 20 -29h293zM907 392h29l557 818q8 13 4 21t-18 8h-224l233 430q19 32 -19 32h-292q-21 0 -32 -20l-222 -585q-5 -14 1 -22t20 -8h218z" />
50
+ <glyph unicode="&#xf017;" horiz-adv-x="2209" d="M0 522q0 -211 149 -364t361 -160q19 0 19 18v142q0 19 -19 19q-135 7 -232 108.5t-97 236.5q0 134 90.5 233.5t223.5 110.5l56 8q20 0 20 19l8 53q16 175 145.5 293t305.5 118q173 0 303 -117t149 -289l7 -62q0 -19 20 -19h171q144 0 247 -103t103 -245 q0 -135 -96.5 -236.5t-232.5 -108.5q-21 0 -21 -19v-142q0 -18 21 -18q213 7 360.5 159.5t147.5 364.5q0 143 -71 264.5t-193 192t-265 70.5h-33q-53 214 -225 350.5t-392 136.5q-225 0 -400 -140t-224 -357q-180 -46 -293 -188.5t-113 -328.5zM577 -227q0 -27 17.5 -54 t50.5 -37q37 -11 68 4t42 60l15 65q8 36 -10 67.5t-55 42.5q-36 11 -68.5 -8t-42.5 -57l-15 -63q-2 -6 -2 -20zM658 82q0 -34 27 -61q25 -27 60 -27q38 0 64 25.5t26 62.5t-26 62.5t-64 25.5q-37 0 -62 -25t-25 -63zM723 325q-2 -25 14.5 -48.5t51.5 -34.5q33 -10 66 7.5 t44 54.5l30 96q12 39 -7 69.5t-58 41.5q-35 11 -67.5 -7t-43.5 -53l-26 -98q0 -3 -2 -12.5t-2 -15.5zM847 -560q0 -28 16.5 -53t51.5 -35q13 -3 27 -3q68 0 84 65l15 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5l-15 -63q-3 -14 -3 -24zM930 -250q0 -35 27 -62 q26 -26 61 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM997 -8q-2 -24 14 -50t48 -32q37 -10 68 6t44 60l29 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1291 -237q0 -26 16.5 -51t49.5 -35q5 0 14.5 -2t14.5 -2 q65 0 81 70l15 64q11 34 -7 67t-54 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63q0 -4 -2 -13t-2 -14zM1370 78q0 -36 27 -61q24 -26 61 -26q38 0 63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1435 325q0 -27 17.5 -51.5t52.5 -34.5q3 0 13 -2t15 -2q16 0 38 10 q34 18 44 56l26 96q10 36 -8 67.5t-54 42.5q-37 11 -68 -6t-42 -54l-30 -97q0 -4 -2 -12.5t-2 -12.5z" />
51
+ <glyph unicode="&#xf018;" horiz-adv-x="2213" d="M0 525q0 -179 104.5 -318.5t272.5 -190.5q14 -3 26 8l124 153q-142 0 -243 102t-101 246q0 135 90 234.5t224 110.5l56 7q17 0 17 14l8 59q20 176 148.5 291.5t303.5 115.5q176 0 306.5 -116.5t146.5 -290.5l8 -62q4 -18 23 -18h173q144 0 245 -101t101 -244 q0 -133 -90 -232.5t-221 -115.5q-19 0 -52 -6q-31 -3 -44 -24l-252 -298q-23 -29 -17.5 -67t33.5 -61q17 -20 60 -20q42 0 65 37l226 260q199 20 336 172t137 355q0 108 -41.5 206t-112 168.5t-168 112.5t-205.5 42h-34q-53 212 -226.5 347.5t-396.5 135.5 q-149 0 -280.5 -63.5t-221.5 -177t-121 -258.5q-180 -40 -293.5 -183.5t-113.5 -329.5zM361 -330q0 -10 6 -32q14 -34 47 -47q35 -16 71 -2t49 48q16 35 2 69t-49 46q-36 17 -69 3t-49 -50q-8 -17 -8 -35zM558 -70v-11q3 -36 32 -60q36 -20 66 -20q36 0 65 35l248 295 q23 28 21 70q-4 34 -29.5 57t-55.5 23q-9 0 -15 -1q-37 -7 -60 -35l-252 -296q-20 -23 -20 -57zM640 -573q0 -19 8 -34q13 -34 47 -50q17 -8 35 -8q20 0 33 8q37 15 50 44q16 35 2.5 71t-47.5 49q-35 16 -71.5 2t-48.5 -48q-8 -15 -8 -34zM818 -323v-12q4 -35 33 -58.5 t59 -23.5q36 0 67 35l464 559q18 20 18 55v13q-4 36 -29 57t-56 21h-14q-37 -2 -59 -33l-464 -555q-19 -28 -19 -58zM1193 -446q0 -14 6 -32q14 -35 49 -50q22 -6 33 -6q23 0 36 8q36 14 49 45q16 27 2 71q-13 33 -47 47l-38 10q-14 -3 -34 -8q-35 -13 -48 -47 q-8 -19 -8 -38z" />
52
+ <glyph unicode="&#xf019;" horiz-adv-x="2211" d="M0 527q0 184 115 327.5t291 184.5q50 218 225 358t400 140q220 0 392.5 -136.5t224.5 -350.5h34q143 0 265 -69.5t193 -190t71 -263.5q0 -140 -67.5 -260.5t-184.5 -192.5t-256 -76q-21 0 -21 18v142q0 19 21 19q136 7 232.5 109t96.5 241t-104 241.5t-246 102.5h-172 q-19 0 -19 18l-8 62q-18 173 -148.5 289.5t-303.5 116.5q-175 0 -304.5 -116.5t-145.5 -289.5l-8 -57q0 -20 -21 -20l-56 -3q-133 -16 -223.5 -114t-90.5 -230q0 -139 96 -241t233 -109q18 0 18 -19v-142q0 -18 -18 -18q-214 10 -362.5 163t-148.5 366zM571 -186q0 7 4 21 l174 615q10 31 34.5 47t49.5 16q11 0 26 -3q38 -7 57.5 -39t8.5 -71l-174 -611q-20 -68 -88 -68q-6 0 -12 2q-9 3 -11 3q-35 10 -52 35.5t-17 52.5zM851 -486l260 936q7 31 32 47t52 16q14 0 29 -3q35 -10 52 -41.5t7 -68.5l-259 -937q-6 -27 -31 -46t-54 -19q-15 0 -27 5 q-32 8 -55 42q-18 28 -6 69zM1291 -189q0 6 4 24l174 615q9 31 32.5 47t49.5 16q13 0 28 -3q33 -9 49.5 -33t16.5 -50q0 -5 -2 -14.5t-2 -12.5l-174 -611q-6 -31 -30 -49.5t-54 -18.5l-26 5q-32 9 -49 34.5t-17 50.5z" />
53
+ <glyph unicode="&#xf01a;" horiz-adv-x="2218" d="M0 525q0 185 116 329t297 185q47 220 221 361.5t400 141.5q223 0 396.5 -136t226.5 -352h36q144 0 265 -70.5t190.5 -192.5t69.5 -266q0 -214 -146.5 -367t-359.5 -160q-19 0 -19 18v143q0 18 19 18q135 11 231 111.5t96 236.5q0 143 -102 246t-244 103h-174 q-19 0 -23 19l-8 61q-11 114 -74.5 206.5t-163.5 145t-216 52.5q-176 0 -305.5 -116.5t-146.5 -290.5l-7 -58q0 -15 -17 -15l-56 -8q-135 -11 -225.5 -110t-90.5 -235q0 -139 94.5 -239.5t231.5 -108.5q19 0 19 -18v-143q0 -18 -19 -18q-105 5 -200 48t-163.5 113 t-108.5 165.5t-40 200.5zM578 -197q0 5 2 14t2 12l29 110q11 36 42.5 54.5t68.5 7.5q36 -11 55 -42.5t8 -68.5l-26 -108q-21 -70 -81 -70q-4 0 -9.5 0.5t-12 1.5t-10.5 1q-34 10 -51 36.5t-17 51.5zM719 317q0 4 1.5 12t1.5 10l32 112q10 31 34 47.5t50 16.5q4 0 8.5 -0.5 t10 -1.5t8.5 -1q36 -11 54.5 -42.5t7.5 -68.5l-26 -107q-11 -44 -43 -62.5t-69 -2.5q-35 10 -52.5 36t-17.5 52zM850 -531q0 5 2 13.5t2 12.5l31 106q10 38 42.5 57.5t69.5 8.5q36 -11 54 -43.5t7 -69.5l-27 -111q-17 -65 -85 -65q-8 0 -26 4q-35 6 -52.5 32.5t-17.5 54.5z M993 -22q0 9 4 27l29 110q11 36 43.5 54.5t69.5 7.5q36 -10 54 -41.5t6 -69.5l-26 -106q-20 -72 -77 -72q-7 0 -33 6q-35 7 -52.5 31.5t-17.5 52.5zM1294 -201q0 11 3 26l30 106q11 38 43.5 57.5t67.5 9.5q37 -11 56.5 -43.5t9.5 -67.5l-31 -113q-16 -65 -84 -65 q-15 0 -28 3q-32 6 -49 32.5t-18 54.5zM1441 307q0 5 5 28l32 110q6 34 31 50.5t52 14.5q7 1 26 -3q35 -8 55 -41q19 -27 8 -69l-26 -110q-21 -69 -81 -69q-10 0 -36 6q-33 10 -49.5 33.5t-16.5 49.5z" />
54
+ <glyph unicode="&#xf01b;" horiz-adv-x="2211" d="M0 523q0 185 113.5 328.5t292.5 187.5q50 218 224.5 358t400.5 140q220 0 392.5 -136.5t224.5 -350.5h34q143 0 265 -70.5t193 -192t71 -264.5q0 -212 -148 -365t-360 -160q-21 0 -21 18v142q0 19 21 19q136 7 232.5 108.5t96.5 237.5q0 142 -103 245t-247 103h-172 q-19 0 -19 18l-8 62q-18 173 -148.5 290t-303.5 117q-176 0 -305.5 -118t-146.5 -293l-6 -53q0 -20 -21 -20l-56 -7q-133 -11 -223.5 -110.5t-90.5 -233.5q0 -136 96.5 -237.5t232.5 -108.5q18 0 18 -19v-142q0 -18 -18 -18q-214 7 -362.5 160t-148.5 365zM679 89 q0 36 25.5 62t62.5 26t62.5 -26t25.5 -62q0 -38 -25.5 -64.5t-62.5 -26.5t-62.5 26.5t-25.5 64.5zM679 -298q0 38 26 64q25 24 62 24t62.5 -25t25.5 -63t-25.5 -63t-62.5 -25t-62.5 25t-25.5 63zM1019 -117q0 37 27 66q26 26 61 26q37 0 64.5 -27.5t27.5 -64.5t-27 -63.5 t-65 -26.5q-36 0 -62 26.5t-26 63.5zM1019 269q0 37 27 64q28 26 61 26q38 0 65 -26.5t27 -63.5t-27 -62.5t-65 -25.5q-36 0 -62 25.5t-26 62.5zM1019 -507q0 36 27 65q26 26 61 26q38 0 65 -27t27 -64t-27 -62.5t-65 -25.5q-36 0 -62 25.5t-26 62.5zM1363 89q0 35 27 61.5 t64 26.5t62.5 -26t25.5 -62q0 -38 -25.5 -64.5t-62.5 -26.5q-38 0 -64.5 27t-26.5 64zM1363 -298q0 35 27 64q26 24 64 24t63 -25t25 -63t-25 -63t-63 -25t-64.5 25.5t-26.5 62.5z" />
55
+ <glyph unicode="&#xf01c;" horiz-adv-x="2210" d="M0 527q0 184 115 327.5t291 184.5q49 218 224 357.5t401 139.5q220 0 392 -136t225 -350h33q143 0 265 -69.5t193 -190t71 -263.5q0 -214 -147.5 -368t-360.5 -161q-21 0 -21 18v142q0 19 21 19q137 7 233 109t96 241t-104 241.5t-246 102.5h-171q-20 0 -20 18l-7 62 q-17 172 -147.5 289t-304.5 117q-175 0 -305 -116.5t-147 -289.5l-6 -58q0 -19 -21 -19l-56 -3q-131 -6 -222.5 -107t-91.5 -237q0 -139 96 -241t233 -109q18 0 18 -19v-142q0 -18 -18 -18q-214 10 -362.5 163t-148.5 366zM632 433q0 39 39 105.5t73 107.5q34 38 41 45 l38 -43q41 -44 76.5 -108.5t35.5 -106.5q0 -63 -43 -105t-107 -42q-63 0 -108 43t-45 104zM950 8q0 44 25.5 102t62.5 109q29 41 71 89.5t64 69.5q11 10 26 25l26 -25q60 -53 136 -156q38 -53 63 -111t25 -103q0 -103 -72.5 -175.5t-177.5 -72.5q-103 0 -176 72t-73 176z M1107 718q0 67 104 171l26 -27q28 -34 51 -75.5t23 -68.5q0 -41 -29.5 -70.5t-70.5 -29.5q-43 0 -73.5 29.5t-30.5 70.5z" />
56
+ <glyph unicode="&#xf01d;" horiz-adv-x="2212" d="M0 527q0 -177 105.5 -317t273.5 -191l-69 -179q-5 -23 15 -23h227l-111 -403h30l423 557q6 7 2 14.5t-15 7.5h-232l264 495q10 22 -15 22h-314q-15 0 -24 -15l-115 -306q-114 29 -188.5 124t-74.5 214q0 133 90 230.5t224 113.5l56 8q21 0 21 18l8 55q16 173 145.5 290 t304.5 117q174 0 304.5 -117t149.5 -290l6 -62q0 -19 20 -19h172q145 0 247.5 -101t102.5 -243q0 -136 -95 -235.5t-234 -109.5q-21 0 -21 -20v-146q0 -18 21 -18q104 3 198.5 47t162.5 114.5t108 167t40 200.5q0 144 -71.5 265.5t-193.5 192t-265 70.5h-34 q-53 213 -225 348t-393 135q-226 0 -401 -140t-224 -358q-176 -41 -291 -184.5t-115 -328.5zM870 -525q0 -25 16.5 -49.5t49.5 -34.5q22 -5 27 -5q14 0 40 11q34 15 45 56l30 112q10 35 -8.5 67t-56.5 43q-35 10 -67.5 -8.5t-43.5 -56.5l-29 -107q-3 -27 -3 -28zM1013 -16 q0 -23 16.5 -46.5t48.5 -35.5q36 -12 68 5t43 56l32 111q10 35 -9 67.5t-57 43.5q-36 10 -69 -8.5t-44 -55.5l-26 -108q-3 -27 -3 -29zM1314 -192q0 -27 17.5 -54t50.5 -37q4 0 12.5 -2t12.5 -2q21 0 40 8q30 11 44 61l27 108q11 37 -6.5 70.5t-53.5 44.5q-40 10 -72.5 -9 t-39.5 -57l-29 -110q-3 -9 -3 -21zM1459 319q-1 -25 16 -50t52 -40q12 -6 28 -6q17 0 36 9q33 16 47 61l31 110q3 21 3 23q0 27 -17.5 52.5t-52.5 35.5q-4 0 -12 2t-12 2q-27 0 -52 -16.5t-35 -51.5l-29 -108q-3 -12 -3 -23z" />
57
+ <glyph unicode="&#xf01e;" horiz-adv-x="2213" d="M0 527q0 -177 106 -317t275 -191l-70 -179q-5 -23 15 -23h227l-105 -459h30l418 613q6 7 1.5 14.5t-15.5 7.5h-232l264 495q11 23 -15 23h-314q-15 0 -25 -16l-114 -306q-114 29 -189 124t-75 214q0 133 90.5 231t224.5 114l56 7q21 0 21 19l7 54q17 173 146.5 290 t304.5 117q174 0 304.5 -117t149.5 -290l7 -62q0 -18 19 -18h171q145 0 248 -101.5t103 -243.5q0 -136 -95 -235.5t-235 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 361.5 161t148.5 368q0 144 -71 265.5t-193.5 192t-266.5 70.5h-33q-53 213 -225.5 348t-392.5 135 q-226 0 -401 -140t-224 -358q-177 -41 -292 -184.5t-115 -328.5zM869 -509q0 -63 62 -82q2 0 12 -1.5t15 -1.5q27 0 52.5 15.5t34.5 51.5l240 927q10 38 -7 69t-53 42q-27 3 -28 3q-26 0 -50.5 -16t-33.5 -48l-241 -930q-3 -14 -3 -29zM1312 -182q0 -21 11 -40 q22 -35 54 -47q17 -5 32 -5t34 8q33 14 45 61l154 605q5 23 5 29q0 24 -17 48t-49 34q-27 3 -28 3q-27 0 -50 -15.5t-32 -48.5l-156 -608q0 -3 -1.5 -11.5t-1.5 -12.5z" />
58
+ <glyph unicode="&#xf021;" horiz-adv-x="2209" d="M0 678q0 36 25 60t61 24h1289q35 0 58 -23.5t23 -60.5q0 -35 -23 -58t-58 -23h-1289q-36 0 -61 23t-25 58zM258 987q0 35 25 59q24 24 60 24h1290q34 0 57.5 -24t23.5 -59t-23.5 -59.5t-57.5 -24.5h-1290q-35 0 -60 24.5t-25 59.5zM430 375q0 34 26 58q23 23 58 23h1291 q36 0 60 -23t24 -58t-24.5 -60t-59.5 -25h-1291q-35 0 -59.5 25t-24.5 60zM1559 678q0 37 23.5 60.5t60.5 23.5h482q37 0 60.5 -24t23.5 -60q0 -35 -24 -58t-60 -23h-482q-37 0 -60.5 23t-23.5 58z" />
59
+ <glyph unicode="&#xf022;" horiz-adv-x="2564" d="M0 89q0 -37 29 -64q27 -27 65 -27h612q42 0 73.5 -30.5t31.5 -72.5q0 -43 -31.5 -74t-73.5 -31q-41 0 -73 32q-29 26 -65 26q-38 0 -64 -26t-26 -64q0 -36 26 -64q84 -84 202 -84t201.5 83t83.5 202q0 118 -83.5 202t-201.5 84h-612q-38 0 -66 -27.5t-28 -64.5zM0 411 q0 -35 29 -62q28 -26 65 -26h1157q118 0 201.5 83t83.5 201t-83.5 200.5t-201.5 82.5q-122 0 -202 -81q-24 -25 -24 -65t24.5 -64t62.5 -24t66 24q30 30 73 30q41 0 72 -30t31 -73q0 -42 -31 -73t-72 -31h-1157q-38 0 -66 -27.5t-28 -64.5zM269 662q0 -14 17 -14h153 q13 0 23 16q36 87 111.5 143.5t168.5 63.5l56 8q20 0 20 18l8 55q17 173 147 289.5t305 116.5t304.5 -116t147.5 -290l7 -62q0 -19 20 -19h173q145 0 247 -101t102 -243t-102.5 -244t-246.5 -102h-737q-18 0 -18 -19v-146q0 -18 18 -18h737q143 0 264.5 71t192.5 193t71 265 q0 141 -73 264q117 113 161 275l16 72q3 3 3 8q0 7 -15 17l-64 22q-134 41 -204.5 145t-70.5 215q0 39 10 84l14 66q4 16 -14 24l-85 26q-70 17 -133 17q-59 0 -120 -14t-125.5 -43.5t-125.5 -85t-107 -130.5q-113 48 -247 48q-226 0 -399.5 -140t-220.5 -357 q-137 -32 -242 -131t-145 -235v-3q-2 -3 -2 -9zM1680 1397q50 88 138 134.5t182 46.5q22 0 33 -1q-2 -14 -2 -38q0 -151 84 -289t232 -207q-25 -60 -80 -110q-142 122 -337 122h-35q-43 201 -215 342z" />
60
+ <glyph unicode="&#xf023;" horiz-adv-x="2699" d="M0 86q0 -38 27 -63t67 -25h1003q38 0 63 25t25 63q0 40 -25 65.5t-63 25.5h-1003q-40 0 -67 -26t-27 -65zM281 411q0 -38 28 -64q26 -27 64 -27h1005q37 0 62.5 26.5t25.5 64.5q0 37 -25 62.5t-63 25.5h-1005q-38 0 -65 -25.5t-27 -62.5zM392 661q0 -15 19 -15h152 q14 0 24 15q36 87 111 144t168 64l59 8q19 0 19 18l7 55q17 174 147.5 290.5t306.5 116.5q175 0 303 -115t150 -289l8 -62q0 -18 19 -18h172q145 0 247 -102t102 -246q0 -141 -103.5 -244.5t-245.5 -103.5h-737q-18 0 -18 -18v-143q0 -18 18 -18h737q144 0 266 70t193 191.5 t71 265.5t-69 264q115 103 161 275l19 73q1 2 1 7q0 13 -16 17l-66 23q-70 21 -124 61t-85.5 89.5t-47 100.5t-15.5 101q0 38 12 93l14 65q7 15 -14 24l-88 26q-70 17 -133 17q-60 0 -121 -14t-126 -43.5t-125.5 -85t-105.5 -130.5q-124 51 -253 51q-226 0 -400.5 -140.5 t-221.5 -360.5q-139 -32 -243.5 -130.5t-145.5 -235.5v-3q-2 -2 -2 -8zM469 -245q0 -39 27 -64q26 -27 64 -27h1006q38 0 65 27t27 64t-27 62.5t-65 25.5h-1006q-38 0 -64.5 -25.5t-26.5 -62.5zM1811 1394q55 88 143.5 136.5t181.5 46.5q18 0 27 -1v-26q0 -156 84.5 -297.5 t231.5 -211.5q-28 -64 -81 -114q-141 126 -341 126h-34q-40 193 -212 341z" />
61
+ <glyph unicode="&#xf024;" horiz-adv-x="2325" d="M0 527q0 -213 148.5 -366t362.5 -163q19 0 19 18v143q0 18 -19 18q-137 7 -233 109t-96 241q0 133 90 231t224 114l56 3q21 0 21 19l8 58q17 173 146.5 290t304.5 117q173 0 304 -117t149 -290l8 -62q0 -18 18 -18h172q142 0 246 -102.5t104 -242.5q0 -139 -96 -241 t-233 -109q-21 0 -21 -18v-143q0 -18 21 -18q213 7 361 161t148 368q0 137 -69 257q126 119 165 279l14 73q3 2 3 7q0 12 -17 17l-60 18q-91 27 -155.5 90.5t-91.5 133t-27 140.5q-1 39 8 84l15 62q5 14 -15 23l-85 27q-67 20 -140 20q-56 0 -115.5 -13.5t-124.5 -43 t-126.5 -85t-106.5 -130.5q-120 52 -253 52q-226 0 -401 -140t-224 -358q-177 -41 -292 -184.5t-115 -328.5zM584 -223q14 -34 49 -48q31 -16 66 -2.5t48 47.5q16 35 2.5 69t-47.5 47q-32 16 -66 2t-50 -49q-16 -25 -2 -66zM651 79q0 -24 17 -48t49 -34q41 -16 71.5 0.5 t42.5 60.5l94 342q11 40 -8.5 71.5t-57.5 39.5q-35 11 -67 -7t-43 -54l-94 -343q0 -3 -2 -13t-2 -15zM850 -518q0 -20 6 -31q14 -35 48 -48q15 -8 35 -8q10 0 32 6q36 13 51.5 48t-0.5 70t-47.5 49t-65.5 0q-31 -13 -45 -38t-14 -48zM929 -235q0 -61 68 -83q15 -5 25 -5 q18 0 37 9q37 13 50 61l176 653q10 38 -7.5 69t-53.5 42q-37 11 -69.5 -7t-42.5 -54l-179 -658q-4 -18 -4 -27zM1296 -191q0 -20 7 -33q13 -32 47 -47q19 -8 37 -8q10 0 32 6q35 14 48 47q13 35 0.5 67.5t-44.5 48.5q-35 16 -69.5 2.5t-50.5 -49.5q-7 -13 -7 -34zM1373 82 q0 -26 16.5 -49t48.5 -33q27 -3 29 -3q65 0 82 65l93 338q10 38 -7.5 69t-53.5 42q-37 11 -68.5 -7t-42.5 -54l-94 -339q-3 -14 -3 -29zM1442 1389q50 92 138.5 140t187.5 47q18 0 27 -2v-33q0 -156 83.5 -293.5t231.5 -207.5q-31 -70 -80 -114q-141 125 -347 125h-34 q-41 200 -207 338z" />
62
+ <glyph unicode="&#xf025;" horiz-adv-x="2320" d="M0 527q0 -213 148.5 -366t362.5 -163q18 0 18 18v146q0 19 -18 19q-139 11 -234 110.5t-95 235.5q0 134 90.5 233.5t223.5 110.5l56 8q21 0 21 18l8 55q17 173 146 289.5t304 116.5q174 0 304 -116t148 -290l8 -62q0 -19 19 -19h172q145 0 247.5 -101t102.5 -243 q0 -136 -95 -235.5t-234 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 360.5 161t147.5 368q0 143 -73 264q128 116 165 275l16 77q1 1 1 7q0 12 -17 17l-62 18q-91 26 -155 88t-91 131.5t-27 140.5q0 39 10 84l15 66q5 15 -15 24l-84 26q-70 17 -133 17q-58 0 -119 -14 t-127 -43.5t-128 -85t-107 -130.5q-113 48 -249 48q-226 0 -400.5 -139.5t-224.5 -357.5q-176 -42 -291 -185.5t-115 -327.5zM818 31q-8 -23 15 -23h230l-140 -442h32l445 596q6 7 3 14.5t-14 7.5h-235l246 449q11 23 -15 23h-314q-13 0 -23 -15zM1437 1391q53 91 141.5 139 t183.5 48q20 0 29 -2v-33q0 -154 83 -291t231 -209q-25 -59 -80 -114q-147 126 -343 126h-34q-45 200 -211 336z" />
63
+ <glyph unicode="&#xf026;" horiz-adv-x="2332" d="M0 525q0 -212 149 -366t363 -161q19 0 19 18v143q0 18 -19 18q-136 7 -233 110t-97 238q0 136 90.5 235.5t224.5 110.5l57 7q21 0 21 19l7 54q17 176 146.5 293.5t305.5 117.5q174 0 305.5 -117t149.5 -290l8 -61q0 -20 18 -20h173q145 0 248.5 -103t103.5 -246 q0 -88 -44 -166.5t-120.5 -127.5t-166.5 -54q-21 0 -21 -18v-143q0 -18 21 -18q141 4 258 76t184.5 191.5t67.5 259.5q0 141 -73 268q133 119 169 280l15 73q3 3 3 8q0 9 -18 17l-59 19q-92 27 -157 90.5t-92.5 133t-27.5 137.5q-3 34 10 88l14 62q7 16 -14 25l-85 26 q-65 18 -138 18q-58 0 -119.5 -14t-127 -44t-127.5 -86.5t-107 -131.5q-130 49 -251 49q-226 0 -401.5 -140.5t-225.5 -359.5q-180 -46 -293.5 -189t-113.5 -329zM577 -227q0 -27 17.5 -54t50.5 -37q37 -11 68 4t42 60l15 65q8 36 -10 67.5t-55 42.5q-36 11 -68.5 -8 t-42.5 -57l-15 -63q-2 -6 -2 -20zM658 82q0 -34 27 -61q25 -27 60 -27q38 0 64 25.5t26 62.5t-26 62.5t-64 25.5q-37 0 -62 -25t-25 -63zM723 325q-2 -25 14.5 -48.5t51.5 -34.5q33 -10 66 7.5t44 54.5l30 96q12 39 -7 69.5t-58 41.5q-35 11 -67.5 -7t-43.5 -53l-26 -98 q0 -3 -2 -12.5t-2 -15.5zM847 -560q0 -28 16.5 -53t51.5 -35q13 -3 27 -3q68 0 84 65l15 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5l-15 -63q-3 -14 -3 -24zM930 -250q0 -35 27 -62q26 -26 61 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM997 -8 q-2 -24 14 -50t48 -32q37 -10 68 6t44 60l29 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1291 -237q0 -26 16.5 -51t49.5 -35q5 0 14.5 -2t14.5 -2q65 0 81 70l15 64q11 34 -7 67t-54 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63 q0 -4 -2 -13t-2 -14zM1370 78q0 -36 27 -61q24 -26 61 -26q38 0 63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1435 325q0 -27 17.5 -51.5t52.5 -34.5q3 0 13 -2t15 -2q16 0 38 10q34 18 44 56l26 96q10 36 -8 67.5t-54 42.5q-37 11 -68 -6t-42 -54l-30 -97 q0 -4 -2 -12.5t-2 -12.5zM1442 1397q51 92 140 142.5t184 49.5q15 0 32 -3v-34q-2 -157 82.5 -294.5t236.5 -206.5q-31 -65 -85 -118q-148 122 -344 122h-33q-50 208 -213 342z" />
64
+ <glyph unicode="&#xf027;" horiz-adv-x="2333" d="M0 525q0 -179 106.5 -320.5t274.5 -188.5q14 -3 26 8l120 150q-140 0 -242.5 104t-102.5 247q0 134 90 231.5t225 109.5l53 7q20 0 20 20l8 57q20 174 150 291t305 117q174 0 305 -117.5t150 -290.5l7 -62q0 -18 19 -18h173q141 0 243.5 -102t102.5 -243 q0 -136 -90 -236.5t-221 -111.5q-72 -9 -92 -30l-249 -310q-25 -28 -20 -67q4 -38 33.5 -63t60.5 -25q36 0 68 40l218 276q99 10 187.5 55.5t151.5 115.5t100 163t37 193q0 139 -73 260q130 118 169 280v10l21 82l-81 28q-92 27 -156.5 89t-92 131t-27.5 140q0 41 9 85 l20 83l-89 25q-1 0 -3 1.5t-4 2.5t-4.5 2t-3.5 1q-70 17 -133 17q-61 -1 -122.5 -15t-128 -44t-128.5 -86t-107 -132q-120 52 -250 52q-226 0 -401 -140t-225 -358q-181 -44 -294 -186.5t-113 -327.5zM395 -327q0 -21 7 -33q14 -35 46 -49q35 -16 71 -3t49 47 q16 35 1.5 71.5t-48.5 48.5q-35 16 -70.5 2.5t-48.5 -48.5q-7 -15 -7 -36zM592 -66v-12q3 -36 35 -59q21 -24 58 -23t70 34l248 311q22 28 18 66.5t-32 61.5t-67 19t-61 -36l-248 -305q-21 -24 -21 -57zM653 -622q14 -34 49 -48q17 -8 35 -8q10 0 32 6q34 14 47 47 q13 35 1 69t-47 51q-35 13 -67 -0.5t-48 -46.5q-17 -30 -2 -70zM823 -338v-9q4 -36 34 -61.5t60 -25.5q35 0 64 36l460 572q23 27 20 66t-31 62q-32 23 -70.5 19.5t-60.5 -31.5l-456 -572q-20 -25 -20 -56zM1197 -456q0 -18 8 -35q13 -36 50 -50q36 -14 65 -2q35 14 49 49 q16 35 3.5 68.5t-47.5 49.5q-35 13 -69.5 0t-50.5 -45q-8 -19 -8 -35zM1441 1391q50 92 138.5 140.5t187.5 46.5q19 0 28 -1v-32q0 -155 85.5 -293.5t233.5 -209.5q-40 -75 -84 -119q-142 126 -343 126h-34q-48 205 -212 342z" />
65
+ <glyph unicode="&#xf028;" horiz-adv-x="2331" d="M0 528q0 -213 149 -366.5t363 -163.5q19 0 19 18v143q0 18 -19 18q-137 8 -233.5 110t-96.5 241q0 133 90.5 231.5t224.5 114.5l57 4q21 0 21 18l7 58q17 173 147 290.5t305 117.5q174 0 305 -117.5t149 -290.5l8 -61q0 -19 18 -19h173q143 0 247.5 -102.5t104.5 -243.5 q0 -139 -96.5 -241t-233.5 -110q-22 0 -22 -18v-143q0 -18 22 -18q213 7 361 161.5t148 368.5q0 141 -73 262q129 117 169 279l15 77q2 1 2 7q0 12 -17 17l-60 19q-91 26 -156 88.5t-92.5 131.5t-27.5 137q-3 36 9 88l15 65q7 16 -15 26l-84 26q-72 16 -135 16 q-60 0 -122 -14t-128 -43.5t-128 -85t-107 -130.5q-132 48 -249 48q-226 0 -401.5 -140.5t-225.5 -359.5q-177 -41 -292 -185t-115 -329zM593 -201q0 -27 17.5 -52.5t52.5 -35.5q37 -11 68.5 4.5t42.5 59.5l153 626q10 40 -9 72t-56 39q-35 11 -67.5 -7t-43.5 -54l-154 -629 q0 -2 -2 -10t-2 -13zM871 -529q0 -25 16.5 -49t47.5 -33q18 -4 26 -4q70 0 87 63l240 953q10 39 -7.5 69.5t-53.5 41.5q-37 11 -70.5 -7.5t-41.5 -53.5l-241 -952q0 -2 -1.5 -12.5t-1.5 -15.5zM1315 -210q0 -57 67 -79q22 -6 32 -6q18 0 37 8q33 13 42 62l153 626 q10 38 -8 69t-54 42q-37 11 -70 -7t-41 -54l-153 -629q-5 -28 -5 -32zM1441 1395q51 93 139.5 141.5t187.5 46.5q19 0 29 -1v-32q-2 -155 82 -293t236 -210q-36 -73 -84 -114q-147 121 -344 121h-33q-44 203 -213 341z" />
66
+ <glyph unicode="&#xf029;" horiz-adv-x="2331" d="M0 527q0 -213 148.5 -366t362.5 -163q18 0 18 18v146q0 19 -18 19q-139 11 -234 110.5t-95 235.5q0 132 90 230t224 114l56 8q21 0 21 18l8 55q17 173 146 289.5t304 116.5q174 0 304 -116t148 -290l8 -62q0 -19 19 -19h172q144 0 247 -101t103 -243q0 -136 -95 -235.5 t-234 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 360.5 161t147.5 368q0 139 -69 259q130 117 169 279v14l20 84l-81 22q-130 39 -202 144.5t-72 216.5q0 42 9 83l21 85l-91 27l-14 4q-75 15 -133 15q-60 0 -122 -14t-128.5 -44t-128 -85.5t-106.5 -131.5 q-119 52 -252 52q-226 0 -399.5 -140t-220.5 -358q-180 -41 -295.5 -184t-115.5 -328zM576 -195q0 -24 16 -47.5t48 -35.5q35 -12 68 5.5t44 54.5l30 113q11 33 -7.5 66t-54.5 44q-37 10 -69.5 -9t-44.5 -57l-25 -106q-5 -25 -5 -28zM714 310q0 -18 11 -38q12 -28 57 -41 q39 -10 70 6.5t43 55.5l30 110q11 37 -7.5 68.5t-54.5 41.5q-39 10 -71 -7.5t-43 -55.5l-29 -108q-6 -22 -6 -32zM848 -528q0 -27 16.5 -52.5t48.5 -35.5q17 -5 24 -5q14 0 40 11q32 13 46 59l32 112q11 34 -7.5 67t-54.5 44q-39 10 -71.5 -8.5t-43.5 -56.5l-27 -108 q-3 -13 -3 -27zM990 -19q0 -24 16 -47.5t49 -35.5q36 -11 68 6t43 56l29 111q11 34 -6.5 66.5t-52.5 43.5q-39 10 -72.5 -9t-44.5 -57l-26 -107zM1289 -207q0 -60 68 -80q14 -3 26 -3q24 0 39 7q34 13 47 61l29 109q10 40 -8.5 71.5t-56.5 39.5q-37 11 -68.5 -7.5 t-42.5 -54.5l-29 -111q0 -4 -2 -15.5t-2 -16.5zM1437 307q0 -25 16.5 -49t49.5 -34q23 -5 25 -5q14 0 40 11q33 13 47 59l30 111q10 35 -9 67t-57 43q-35 11 -67 -7.5t-43 -55.5l-28 -113q-4 -18 -4 -27zM1441 1391q51 90 141.5 140t193.5 50h22q-1 -14 -1 -40 q0 -152 83.5 -289t231.5 -209q-35 -69 -83 -117q-149 129 -347 129h-34q-40 189 -207 336z" />
67
+ <glyph unicode="&#xf02a;" horiz-adv-x="2331" d="M0 525q0 -212 149 -366t363 -161q19 0 19 18v143q0 18 -19 18q-136 7 -233 109.5t-97 238.5t90.5 235t224.5 110l57 8q21 0 21 18l7 55q17 175 146.5 293t305.5 118q174 0 305 -117.5t149 -290.5l8 -61q0 -19 18 -19h173q145 0 248.5 -103t103.5 -246q0 -136 -97 -238.5 t-233 -109.5q-22 0 -22 -18v-143q0 -18 22 -18q140 4 257 76t184.5 192t67.5 259q0 146 -69 265q118 106 162 275l18 77q2 2 2 8q0 12 -17 17l-65 18q-70 21 -124.5 61t-86 89.5t-47 101t-15.5 101.5q0 43 11 92l12 66q4 15 -15 24l-85 26q-70 17 -133 17q-59 0 -120 -14 t-126 -44t-126 -85.5t-106 -130.5q-129 53 -254 53q-226 0 -401.5 -140.5t-225.5 -359.5q-180 -45 -293.5 -188t-113.5 -329zM681 89q0 -38 25.5 -64.5t62.5 -26.5q38 0 63.5 26.5t25.5 64.5q0 36 -25.5 62t-63.5 26q-37 0 -62.5 -26t-25.5 -62zM681 -299q0 -36 26 -62 t62 -26q38 0 63.5 25t25.5 63t-25.5 63t-63.5 25t-63 -25t-25 -63zM1023 -118q0 -39 26 -63q26 -26 62 -26q38 0 65 26t27 63q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1023 270q0 -38 26 -62q26 -26 62 -26q39 0 65.5 25t26.5 63q0 37 -27 63.5t-65 26.5 q-36 0 -62 -26.5t-26 -63.5zM1023 -510q0 -35 26 -61q27 -27 62 -27q38 0 65 25.5t27 62.5q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1368 89q0 -38 26.5 -64.5t63.5 -26.5t62.5 26.5t25.5 64.5q0 36 -25.5 62t-62.5 26t-63.5 -26t-26.5 -62zM1368 -299 q0 -36 26 -62t64 -26t63 25.5t25 62.5q0 38 -25 63t-63 25t-64 -25t-26 -63zM1441 1395q50 87 138.5 134.5t182.5 49.5q24 0 35 -2v-33q0 -155 83.5 -292.5t231.5 -209.5q-25 -58 -81 -114q-142 126 -344 126h-33q-44 197 -213 341z" />
68
+ <glyph unicode="&#xf02b;" horiz-adv-x="2323" d="M0 529q0 -213 148.5 -366t362.5 -164q19 0 19 19v142q0 19 -19 19q-137 7 -233 109t-96 241q0 133 90 231t224 114l56 4q21 0 21 19l8 58q17 173 146.5 289.5t304.5 116.5q174 0 305 -117t149 -289l7 -61q0 -20 19 -20h173q142 0 245.5 -102.5t103.5 -242.5 q0 -139 -96 -241t-233 -109q-20 0 -20 -19v-142q0 -19 20 -19q140 5 257.5 77t185 192.5t67.5 260.5q0 139 -73 261q125 119 164 275l15 78q2 1 2 7q0 12 -17 17l-61 18q-91 26 -156 87.5t-92.5 129.5t-27.5 137q0 46 12 91l14 65q4 16 -14 25l-85 26q-72 16 -135 16 q-58 0 -119 -14t-126.5 -43t-127.5 -84t-107 -128q-130 49 -249 49q-226 0 -401 -140.5t-225 -358.5q-177 -42 -291.5 -185.5t-114.5 -328.5zM633 435q0 -61 44.5 -104t108.5 -43t107 42.5t43 104.5q0 41 -37 109t-69 105q-17 19 -44 46l-37 -44q-43 -47 -79.5 -110.5 t-36.5 -105.5zM952 10q0 -105 73 -177t176 -72q105 0 177.5 73t72.5 176q0 88 -85 213q-71 93 -137 159q-13 9 -28 24l-25 -24q-63 -58 -136 -158q-38 -53 -63 -111t-25 -103zM1109 721q0 -41 30.5 -70t74.5 -29q41 0 70 29t29 70q0 68 -99 173l-27 -29q-29 -32 -53.5 -74.5 t-24.5 -69.5zM1435 1395q56 91 143 137.5t183 46.5q19 0 29 -2v-32q0 -154 84 -292t233 -210q-25 -60 -80 -110q-148 122 -342 122h-35q-49 210 -215 340z" />
69
+ <glyph unicode="&#xf02c;" horiz-adv-x="2328" d="M0 529q0 -177 106 -316.5t275 -190.5l-69 -181q-7 -22 15 -22h226l-138 -446h30l451 600q6 7 2 14.5t-15 7.5h-232l264 495q11 23 -14 23h-316q-14 0 -24 -16l-114 -307q-114 29 -189.5 124.5t-75.5 214.5q0 133 90.5 231t224.5 114l56 8q21 0 21 19l8 54 q17 173 146.5 290t304.5 117q174 0 305 -117.5t149 -289.5l8 -61q0 -20 18 -20h173q145 0 248 -101.5t103 -243.5q0 -136 -96 -236t-235 -110q-20 0 -20 -20v-145q0 -19 20 -19q213 7 361.5 161.5t148.5 368.5q0 139 -70 261q122 118 161 280l20 73q1 1 1 7q0 13 -16 17 l-66 18q-92 27 -156 89.5t-90.5 130t-25.5 134.5q0 44 11 91l12 65q4 16 -15 25l-85 26q-75 15 -132 15q-59 1 -120.5 -12.5t-126.5 -43t-125.5 -84t-105.5 -128.5q-136 49 -254 49q-226 0 -401 -140.5t-225 -358.5q-177 -42 -292 -185.5t-115 -328.5zM872 -523 q0 -25 16.5 -50t48.5 -35q25 -5 29 -5q15 0 39 11q33 16 45 56l30 112q10 35 -8.5 67.5t-56.5 43.5q-35 10 -67.5 -9t-43.5 -57l-29 -107zM1015 -16q0 -69 65 -80q22 -5 29 -5q60 0 82 67l32 109q10 35 -9 67.5t-57 43.5q-36 11 -68.5 -7.5t-43.5 -56.5l-27 -108 q-3 -14 -3 -30zM1314 -194q2 -27 19 -51.5t51 -36.5q26 -6 35 -6q55 0 76 72l26 109q11 37 -6.5 70t-53.5 44q-40 10 -72.5 -9t-39.5 -57l-31 -110q0 -4 -2 -12.5t-2 -12.5zM1440 1395q53 89 143 137.5t188 48.5h23v-34q0 -102 36 -198t108.5 -177t171.5 -129 q-27 -60 -81 -110q-146 125 -343 125h-35q-45 201 -211 337zM1461 318q0 -69 69 -88q22 -4 32 -4q58 0 79 69l30 111q1 8 1 23q2 27 -15 52.5t-52 35.5q-2 0 -10.5 1.5t-13.5 1.5q-26 0 -51 -16.5t-35 -50.5l-31 -109q0 -1 -1.5 -11t-1.5 -15z" />
70
+ <glyph unicode="&#xf02d;" horiz-adv-x="2330" d="M0 531q0 -178 106 -317.5t275 -190.5l-70 -180q-4 -22 16 -22h226l-104 -374h31l417 527q6 8 1.5 15.5t-15.5 7.5h-232l264 494q11 23 -14 23h-316q-14 0 -24 -15l-114 -307q-115 29 -190 124.5t-75 214.5q0 133 90.5 231.5t224.5 114.5l56 8q21 0 21 18l8 55 q17 173 146.5 290t304.5 117q173 0 304.5 -117.5t150.5 -289.5l7 -63q0 -18 19 -18h173q145 0 248 -101.5t103 -244.5q0 -136 -96 -236t-235 -111q-20 0 -20 -18v-147q0 -19 20 -19q140 5 257.5 77t185 192.5t67.5 261.5q0 139 -70 261q127 121 166 280l15 77q2 2 2 8 q0 11 -17 16l-60 19q-91 26 -156 87.5t-92.5 131.5t-27.5 141q0 42 9 85l15 65q7 16 -15 25q-34 14 -96.5 28t-122.5 14q-58 0 -119 -14t-126.5 -43.5t-127.5 -85t-107 -130.5q-132 48 -254 48q-226 0 -401 -140t-225 -358q-177 -42 -292 -186t-115 -329zM864 -517 q0 -26 15.5 -49.5t47.5 -32.5q17 -3 32 -3q65 0 81 67l247 938q10 38 -7.5 69.5t-53.5 41.5q-37 11 -69.5 -6.5t-42.5 -52.5l-247 -943q-3 -14 -3 -29zM1309 -195q0 -26 15.5 -49t49.5 -33q5 0 16.5 -1.5t17.5 -1.5q61 0 77 67l160 616q10 39 -8 70t-54 41q-37 11 -69 -6 t-42 -53l-160 -621q-3 -16 -3 -29zM1441 1398q53 91 141.5 139t187.5 48q20 0 29 -1v-34q0 -154 83.5 -291t231.5 -210q-29 -67 -84 -114q-147 126 -343 126h-34q-45 199 -212 337z" />
71
+ <glyph unicode="&#xf02e;" horiz-adv-x="1512" d="M0 786q0 153 60 293t161.5 241.5t242 162t293.5 60.5h122q25 -7 25 -30l5 -94q6 -203 146 -346t340 -151l88 -7q26 0 26 -25v-104q1 -205 -99.5 -379.5t-274 -276t-378.5 -101.5q-156 0 -296.5 60t-241 161.5t-160 241.5t-59.5 294zM195 786q0 -122 48.5 -230t127 -181 t180 -115.5t206.5 -42.5q93 0 187.5 36.5t175.5 102t139.5 167.5t75.5 223q-261 54 -418.5 223.5t-181.5 398.5q-151 -8 -276.5 -93t-194.5 -215.5t-69 -273.5z" />
72
+ <glyph unicode="&#xf02f;" horiz-adv-x="2548" d="M0 93q0 -38 29 -64q29 -29 65 -29h627q42 0 73.5 -30t31.5 -73q0 -41 -32 -72.5t-73 -31.5q-40 0 -72 32q-30 28 -66 28q-37 0 -63 -27t-26 -65t26 -64q83 -83 201 -83q119 0 202 82.5t83 200.5q0 119 -83.5 203t-201.5 84h-627q-38 0 -66 -27t-28 -64zM0 414 q0 -36 29 -62q24 -26 65 -26h1172q118 0 201.5 83t83.5 201t-83.5 200.5t-201.5 82.5q-122 0 -202 -80q-24 -27 -24 -67q0 -38 24 -62.5t64 -24.5t65 24q30 30 73 30q41 0 72 -30t31 -73t-31 -74t-72 -31h-1172q-38 0 -66 -27t-28 -64zM283 664q0 -13 18 -13h153q13 0 23 15 q36 87 111.5 144t169.5 64l56 7q20 0 20 20l7 53q17 173 147 289.5t305 116.5t304 -115.5t148 -290.5l7 -61q0 -19 19 -19h174q144 0 246 -101t102 -243q0 -143 -102 -244.5t-246 -101.5h-737q-18 0 -18 -19v-146q0 -19 18 -19h737q143 0 264.5 71t192 193t70.5 266 q0 119 -45 216q122 160 122 355q0 114 -44.5 217.5t-119.5 178t-178.5 118.5t-216.5 44q-247 0 -414 -185q-125 65 -283 65q-226 0 -399.5 -139.5t-220.5 -357.5q-136 -32 -241 -131t-146 -233v-4q-3 -8 -3 -10zM1726 1371q115 109 264 109q156 0 267.5 -112t111.5 -267 q0 -97 -54 -197q-153 153 -370 153h-35q-37 171 -184 314z" />
73
+ <glyph unicode="&#xf030;" horiz-adv-x="2681" d="M0 91q0 -40 29 -64q27 -28 65 -28h1018q37 0 62.5 27t25.5 65t-25.5 65t-62.5 27h-1018q-38 0 -66 -27.5t-28 -64.5zM281 414q0 -36 29 -62q26 -26 64 -26h1019q38 0 63 25t25 63t-25.5 64.5t-62.5 26.5h-1019q-38 0 -65.5 -27t-27.5 -64zM403 663q0 -12 21 -12h152 q14 0 24 15q36 87 112 144t169 64l58 8q19 0 19 19l8 54q17 173 147 290t306 117t306 -116t148 -291l8 -61q0 -20 18 -20h173q146 0 248.5 -101t102.5 -244q0 -142 -102.5 -244t-248.5 -102h-737q-18 0 -18 -18v-147q0 -19 18 -19h737q145 0 267.5 71t194 193t71.5 266 q0 113 -47 214q123 161 123 351q0 152 -75.5 281.5t-204.5 204.5t-282 75q-244 0 -410 -178q-136 65 -290 65q-149 0 -280.5 -63t-221 -177t-120.5 -259q-140 -32 -244.5 -128.5t-145.5 -231.5zM469 -239q0 -37 28 -62q26 -26 64 -26h1020q38 0 64.5 25t26.5 63t-27 65 t-64 27h-1020q-37 0 -64.5 -27.5t-27.5 -64.5zM1856 1369q108 104 263 104q158 0 269 -110.5t111 -268.5q0 -101 -52 -189q-157 153 -375 153h-34q-39 175 -182 311z" />
74
+ <glyph unicode="&#xf031;" horiz-adv-x="2282" d="M0 529q0 -143 70 -264.5t191 -192.5t264 -71h1153q143 0 264.5 71t192.5 192.5t71 264.5q0 102 -45 213q121 148 121 352q0 152 -74 280.5t-202.5 203.5t-280.5 75q-239 0 -413 -186q-122 69 -287 69q-225 0 -397.5 -139t-221.5 -357q-179 -40 -292.5 -183t-113.5 -328z M182 529q0 133 89 230t224 113l73 3l7 77q22 173 150 289.5t300 116.5q175 0 305 -117t147 -289l11 -80h190q141 0 243 -101.5t102 -241.5q0 -144 -101.5 -247t-243.5 -103h-1153q-139 0 -241 104t-102 246zM1465 1365q110 106 260 106q158 0 268.5 -109.5t110.5 -267.5 q0 -99 -55 -196q-153 153 -371 153h-33q-44 178 -180 314z" />
75
+ <glyph unicode="&#xf032;" horiz-adv-x="2294" d="M0 529q0 -213 148.5 -366t362.5 -164q19 0 19 19v142q0 19 -19 19q-137 7 -233 109t-96 241q0 133 90 231t224 114l56 8q21 0 21 19l8 54q17 173 146.5 289.5t304.5 116.5q174 0 305 -117t149 -289l7 -62q0 -19 19 -19h173q145 0 247 -101t102 -244q0 -139 -96 -241 t-233 -109q-20 0 -20 -19v-142q0 -19 20 -19q140 5 257.5 77t185 192.5t67.5 260.5q0 118 -46 214q126 153 126 354q0 151 -75.5 280t-204.5 204.5t-280 75.5q-249 0 -414 -185q-131 70 -289 70q-226 0 -401 -140.5t-225 -358.5q-176 -42 -291 -185.5t-115 -328.5zM573 -215 q14 -35 49 -49q32 -16 66.5 -2.5t47.5 47.5q14 35 1 69.5t-47 50.5q-32 13 -65.5 -1t-49.5 -46q-16 -27 -2 -69zM640 87q0 -25 16.5 -49t49.5 -33q36 -11 69 6t46 59l105 332q12 39 -8 71t-59 40q-35 11 -66.5 -6.5t-42.5 -53.5l-107 -339zM839 -511q0 -11 6 -31 q15 -36 49 -48q13 -8 35 -8q10 0 32 6q35 13 50.5 48.5t-0.5 70.5t-48 49t-66 1q-31 -13 -44.5 -38.5t-13.5 -49.5zM918 -226q0 -28 16 -51t51 -30q3 0 12 -2t14 -2q69 5 86 66l188 647q11 39 -6.5 69.5t-53.5 41.5q-37 11 -69 -6.5t-43 -53.5l-192 -647q0 -4 -1 -10.5 t-1.5 -12t-0.5 -9.5zM1285 -183q0 -16 5 -34q13 -34 49 -47q15 -7 38 -7q19 0 31 6q36 14 49 46q13 35 0.5 69t-44.5 51q-35 13 -69.5 -1t-50.5 -46q-8 -17 -8 -37zM1361 88q0 -57 66 -80q22 -6 32 -6q19 0 36 9q28 14 43 59l105 332q12 37 -6.5 68.5t-54.5 42.5 q-37 11 -68 -6.5t-43 -53.5l-105 -334q-5 -28 -5 -31zM1471 1369q110 106 264 106q156 0 266.5 -111t110.5 -267q0 -99 -55 -196q-157 157 -372 157h-35q-49 185 -179 311z" />
76
+ <glyph unicode="&#xf033;" horiz-adv-x="2285" d="M0 525q0 -105 40 -200.5t108.5 -165t162.5 -112.5t199 -48q19 0 19 18v143q0 18 -19 18q-139 10 -234 110t-95 237q0 134 90.5 233t223.5 111l56 6q20 0 20 19l8 55q11 114 74 207t162 145.5t215 52.5q174 0 303.5 -115t148.5 -287l7 -62q0 -18 20 -18h171 q144 0 247 -102.5t103 -244.5q0 -137 -95 -237t-234 -110q-21 0 -21 -18v-143q0 -18 21 -18q214 10 361 161.5t147 364.5q0 102 -50 220q127 159 127 349q0 152 -75.5 281t-204 204t-279.5 75q-254 0 -413 -185q-130 68 -284 68q-225 0 -400 -140.5t-224 -359.5 q-179 -41 -292.5 -184t-113.5 -328zM816 32q-4 -22 15 -22h231l-141 -445h31l446 595q6 7 2.5 14.5t-14.5 7.5h-233l245 452q12 23 -15 23h-314q-12 0 -22 -15zM1463 1366q107 106 264 106t266.5 -110t109.5 -268q0 -95 -55 -192q-155 149 -368 149h-33q-47 190 -184 315z " />
77
+ <glyph unicode="&#xf034;" horiz-adv-x="2307" d="M0 527q0 -139 68 -259t186 -192.5t259 -76.5q20 0 20 18v143q0 19 -20 19q-137 7 -234 109.5t-97 238.5t91 235.5t225 110.5l56 8q21 0 21 18l8 55q17 176 147.5 294.5t306.5 118.5q174 0 305 -117.5t149 -291.5l8 -62q0 -18 19 -18h173q144 0 247.5 -103.5t103.5 -247.5 q0 -136 -97 -238.5t-233 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q141 4 258.5 76.5t185 192.5t67.5 259q0 116 -45 215q129 159 129 359q0 153 -75.5 282.5t-205 205t-281.5 75.5q-119 0 -229 -49.5t-190 -136.5q-141 69 -289 69q-227 0 -403 -140.5t-226 -359.5 q-180 -46 -294 -190t-114 -330zM569 -227q0 -27 17.5 -54t50.5 -37q37 -11 68 4t42 60l15 65q8 36 -10 67.5t-55 42.5q-36 11 -68.5 -8t-42.5 -57l-15 -63q-2 -6 -2 -20zM650 82q0 -34 27 -61q25 -27 60 -27q38 0 64 25.5t26 62.5t-26 62.5t-64 25.5q-37 0 -62 -25t-25 -63z M715 325q-2 -25 14.5 -48.5t51.5 -34.5q33 -10 66 7.5t44 54.5l30 96q12 39 -7 69.5t-58 41.5q-35 11 -67.5 -7t-43.5 -53l-26 -98q0 -3 -2 -12.5t-2 -15.5zM839 -560q0 -28 16.5 -53t51.5 -35q13 -3 27 -3q68 0 84 65l15 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5 l-15 -63q-3 -14 -3 -24zM922 -250q0 -35 27 -62q26 -26 61 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM989 -8q-2 -24 14 -50t48 -32q37 -10 68 6t44 60l29 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1283 -237 q0 -26 16.5 -51t49.5 -35q5 0 14.5 -2t14.5 -2q65 0 81 70l15 64q11 34 -7 67t-54 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63q0 -4 -2 -13t-2 -14zM1362 78q0 -36 27 -61q24 -26 61 -26q38 0 63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1427 325q0 -27 17.5 -51.5 t52.5 -34.5q3 0 13 -2t15 -2q16 0 38 10q34 18 44 56l26 96q10 36 -8 67.5t-54 42.5q-37 11 -68 -6t-42 -54l-30 -97q0 -4 -2 -12.5t-2 -12.5zM1477 1370q111 111 268 111t267.5 -111.5t110.5 -268.5q0 -107 -54 -197q-154 154 -378 154h-34q-45 187 -180 312z" />
78
+ <glyph unicode="&#xf035;" horiz-adv-x="2323" d="M0 515q0 -181 106.5 -321t279.5 -192q16 -2 27 8l121 156q-143 0 -246.5 102.5t-103.5 246.5q0 138 91.5 239t228.5 112l56 8q17 0 17 15l8 60q19 176 150.5 294t307.5 118q178 0 310.5 -117t149.5 -292l8 -63q4 -18 22 -18h174q144 0 248 -105t104 -251 q0 -135 -91 -235.5t-224 -113.5q-76 0 -97 -30l-233 -256q-25 -29 -20.5 -66.5t33.5 -67.5q21 -28 62.5 -24.5t64.5 40.5l209 222q132 13 243 87.5t175.5 192t64.5 251.5q0 101 -46 222q123 156 123 354q0 156 -76 286.5t-207 206t-285 75.5q-251 0 -416 -182 q-139 69 -296 69q-229 0 -404.5 -142t-225.5 -366q-183 -41 -298 -186.5t-115 -336.5zM405 -285q0 -23 5 -34q13 -34 47 -47q36 -16 72.5 -2.5t48.5 48.5q16 35 2 71.5t-49 49.5q-36 13 -70 -0.5t-50 -47.5q-6 -13 -6 -38zM601 -24q0 -37 34 -71q68 -58 134 16l234 260 q24 28 19.5 65.5t-33.5 60.5q-29 22 -67 17t-63 -31l-235 -254q-23 -34 -23 -63zM670 -550q0 -19 8 -34q14 -36 44 -49q19 -8 39 -8q12 0 34 6q34 15 47 48q16 32 2.5 68t-47.5 49q-36 17 -70 3t-52 -51q-5 -15 -5 -32zM848 -295v-14q3 -39 34 -64q23 -29 63.5 -25.5 t63.5 40.5l450 524q25 29 21 68t-37 61q-28 23 -64.5 20t-61.5 -32l-450 -525q-19 -20 -19 -53zM1235 -384q-11 -36 0 -66q14 -35 48 -52q17 -8 38 -8q10 0 32 6q36 14 49 49q16 36 3 70t-47 47q-36 17 -70.5 3.5t-52.5 -49.5zM1491 1368q109 109 264 109 q161 0 273.5 -112.5t112.5 -273.5q0 -100 -55 -194q-156 156 -379 156h-34q-40 182 -182 315z" />
79
+ <glyph unicode="&#xf036;" horiz-adv-x="2291" d="M0 525q0 -105 40 -200.5t108.5 -165t163 -112.5t199.5 -48q18 0 18 18v143q0 18 -18 18q-139 10 -234 110t-95 237q0 134 90.5 233.5t223.5 110.5l56 6q21 0 21 20l6 54q17 174 146.5 289.5t305.5 115.5q175 0 304.5 -114.5t147.5 -286.5l7 -62q0 -19 20 -19h171 q144 0 247 -102.5t103 -244.5q0 -137 -95 -237t-234 -110q-21 0 -21 -18v-143q0 -18 21 -18q214 10 361.5 161.5t147.5 364.5q0 115 -45 212q125 151 125 358q0 150 -75 279t-204 204.5t-279 75.5q-249 0 -414 -185q-141 69 -288 69q-226 0 -400.5 -140.5t-224.5 -360.5 q-176 -41 -291 -184.5t-115 -327.5zM585 -187q0 -64 69 -83q33 -11 67 6.5t44 53.5l160 611q10 35 -9.5 67t-57.5 43q-35 11 -67 -7.5t-42 -55.5l-160 -608q-4 -18 -4 -27zM862 -513q0 -19 9 -39q16 -33 54 -46q4 0 10.5 -1t12 -1.5t9.5 -0.5q69 0 81 70l245 932 q11 35 -6.5 67t-53.5 43q-39 11 -72 -7.5t-40 -55.5l-246 -933q-3 -15 -3 -28zM1305 -186q0 -25 17 -50t48 -34q10 -3 24 -3q27 0 52 14.5t34 48.5l160 611q12 33 -7 66t-55 44q-39 11 -70.5 -7.5t-38.5 -55.5l-160 -608q-4 -18 -4 -26zM1469 1362q107 107 264 107 q156 0 266 -109t110 -265q0 -100 -55 -197q-153 153 -373 153h-33q-45 187 -179 311z" />
80
+ <glyph unicode="&#xf037;" horiz-adv-x="2293" d="M0 526q0 -105 40 -200.5t108.5 -165.5t163.5 -113t200 -48q19 0 19 18v143q0 18 -19 18q-136 7 -232.5 109.5t-96.5 238.5t90 235t224 110l57 7q16 0 16 16l8 57q18 175 149 291.5t307 116.5q174 0 304.5 -115.5t149.5 -288.5l7 -61q0 -20 19 -20h173q142 0 244 -102 t102 -246q0 -136 -95 -238.5t-231 -109.5q-20 0 -20 -18v-143q0 -18 20 -18q214 10 362 162t148 365q0 103 -44 213q121 159 121 351q0 151 -75.5 280.5t-204.5 205t-280 75.5q-245 0 -412 -178q-139 69 -288 69q-227 0 -402 -141t-224 -361q-181 -42 -294.5 -183.5 t-113.5 -330.5zM575 -194q0 -27 15.5 -51.5t51.5 -36.5q18 -9 39.5 -7.5t43 21t29.5 51.5l30 108q10 40 -8.5 72t-56.5 39q-34 11 -67 -7.5t-44 -53.5l-30 -111q-3 -14 -3 -24zM715 315q1 -31 18 -55.5t51 -29.5q28 -5 32 -5q60 0 81 70l30 107q10 37 -8.5 70.5t-56.5 44.5 q-36 10 -68 -8.5t-43 -55.5l-32 -112q-4 -20 -4 -26zM847 -528q0 -28 16.5 -53t51.5 -35q22 -5 30 -5q14 0 40 11q27 13 41 59l32 108q10 40 -9 72.5t-56 39.5q-35 11 -68.5 -7.5t-44.5 -54.5l-30 -111q-3 -14 -3 -24zM989 -16q0 -27 17 -52.5t52 -35.5q36 -11 67.5 5 t43.5 60l30 108q11 40 -7.5 71t-56.5 38q-35 12 -68 -6.5t-44 -54.5l-30 -111q-4 -14 -4 -22zM1293 -202q-2 -25 14.5 -49.5t49.5 -35.5l27 -3q18 -1 40 8q34 13 45 58l30 112q11 37 -7.5 68.5t-54.5 42.5q-40 10 -71.5 -9t-38.5 -57l-31 -107q-3 -27 -3 -28zM1437 310 q0 -28 17.5 -53t51.5 -32l27 -3q69 0 86 66l30 110q10 40 -9 72t-57 39q-37 11 -68.5 -7.5t-41.5 -56.5l-32 -109q-4 -18 -4 -26zM1473 1366q107 103 261 103q156 0 266 -111.5t110 -267.5q0 -102 -51 -189q-154 154 -372 154h-34q-39 175 -180 311z" />
81
+ <glyph unicode="&#xf038;" horiz-adv-x="2297" d="M0 529q0 -213 149 -366.5t363 -163.5q19 0 19 18v143q0 18 -19 18q-137 8 -233.5 110t-96.5 241q0 133 90.5 231t224.5 114l56 4q21 0 21 19l8 58q17 173 146.5 290t304.5 117q174 0 305 -117t149 -290l8 -61q0 -20 18 -20h173q145 0 248 -101.5t103 -243.5 q0 -138 -97 -240.5t-234 -110.5q-20 0 -20 -18v-143q0 -18 20 -18q214 7 362.5 161.5t148.5 368.5q0 114 -46 214q126 154 126 354q0 152 -75.5 281.5t-204.5 204.5t-280 75q-248 0 -415 -185q-129 69 -289 69q-226 0 -401 -140.5t-225 -358.5q-177 -42 -292 -185.5 t-115 -328.5zM681 90q0 -35 26 -61q27 -27 62 -27q37 0 62.5 25t25.5 63t-25 63t-63 25t-63 -25t-25 -63zM681 -297q0 -38 26 -62q26 -26 62 -26q38 0 63 25t25 63t-25.5 64.5t-62.5 26.5t-62.5 -26.5t-25.5 -64.5zM1022 -112q0 -37 27 -65.5t62 -28.5q37 0 64 28t27 66 q0 35 -27 61.5t-64 26.5q-35 0 -62 -26.5t-27 -61.5zM1022 271q0 -36 26 -62t63 -26q38 0 64.5 25.5t26.5 62.5t-26.5 63.5t-64.5 26.5q-36 0 -62.5 -26.5t-26.5 -63.5zM1022 -504q0 -37 26.5 -64t62.5 -27q37 0 64 26.5t27 64.5q0 35 -27 61.5t-64 26.5q-35 0 -62 -26.5 t-27 -61.5zM1367 90q0 -33 26 -61q27 -27 64 -27t62.5 25t25.5 63t-25 63t-63 25t-64 -25t-26 -63zM1367 -297q0 -36 26 -62t64 -26t63 25t25 63t-25.5 64.5t-62.5 26.5t-63.5 -26.5t-26.5 -64.5zM1472 1369q108 108 265 108t266.5 -111t109.5 -269q0 -94 -54 -196 q-154 154 -373 154h-33q-47 186 -181 314z" />
82
+ <glyph unicode="&#xf039;" horiz-adv-x="2296" d="M-2 529q0 -213 148.5 -366.5t363.5 -163.5q18 0 18 18v146q0 20 -18 20q-140 10 -235.5 110t-95.5 236q0 135 91 234.5t225 110.5l56 7q20 0 20 20l7 53q17 173 147 290t306 117q175 0 305 -116.5t149 -290.5l6 -61q0 -19 20 -19h171q145 0 248 -101.5t103 -243.5 q0 -136 -95 -236t-234 -110q-22 0 -22 -20v-146q0 -18 22 -18q213 7 361.5 161.5t148.5 368.5q0 118 -46 214q126 153 126 358q0 151 -75.5 280.5t-204.5 205t-280 75.5q-244 0 -419 -187q-132 67 -284 67q-226 0 -401.5 -140t-224.5 -359q-177 -42 -292 -185.5t-115 -328.5 zM631 435q0 -60 45.5 -104t108.5 -44t106.5 43t43.5 105q0 41 -37.5 109t-70.5 107q-3 4 -19.5 21.5t-22.5 25.5l-38 -43q-44 -48 -80 -112.5t-36 -107.5zM950 10q0 -101 73.5 -175t175.5 -74q103 0 177 74t74 175q0 43 -25 103t-60 111q-74 95 -138 159q-9 7 -28 26 l-62 -62q-71 -68 -129 -166.5t-58 -170.5zM1107 725q0 -43 30 -71.5t76 -28.5q41 0 70 28.5t29 71.5q0 65 -99 172l-27 -28q-30 -32 -54.5 -74.5t-24.5 -69.5zM1469 1369q107 106 265 106q156 0 266 -109t110 -265q0 -101 -54 -197q-160 154 -374 154h-33q-45 188 -180 311z " />
83
+ <glyph unicode="&#xf03a;" horiz-adv-x="2294" d="M0 533q0 -176 106.5 -317.5t274.5 -191.5l-69 -177q-7 -22 15 -22h226l-122 -436h31l435 586q6 7 1.5 15t-15.5 8h-232l264 498q12 23 -14 23h-316q-15 0 -20 -15l-118 -312q-114 29 -189.5 125t-75.5 216q0 134 90.5 233.5t224.5 111.5l56 7q21 0 21 18l8 55 q17 174 146.5 290.5t305.5 116.5q175 0 305 -116.5t149 -290.5l7 -62q0 -18 19 -18h173q145 0 248 -101.5t103 -243.5q0 -137 -96 -237.5t-235 -110.5q-20 0 -20 -19v-147q0 -18 20 -18q213 7 361.5 162t148.5 370q0 116 -44 213q122 160 122 351q0 114 -45 217.5 t-120 178.5t-179 119.5t-217 44.5q-118 0 -226 -48t-186 -134q-131 70 -288 70q-227 0 -402 -139.5t-225 -359.5q-177 -41 -292 -185t-115 -328zM872 -520q0 -28 17 -54.5t49 -32.5q3 0 8.5 -1t10 -1.5t8.5 -0.5q68 5 85 65l31 113q10 35 -9.5 67.5t-56.5 43.5 q-35 10 -67.5 -9t-43.5 -57l-27 -107q-5 -25 -5 -26zM1015 -11q0 -24 16.5 -48t49.5 -36q35 -12 67 5.5t43 56.5l32 111q10 40 -8.5 72t-56.5 39q-36 11 -68.5 -7.5t-44.5 -56.5l-27 -109q0 -3 -1 -8.5t-1.5 -10t-0.5 -8.5zM1317 -184q0 -30 17 -55.5t50 -34.5q25 -5 29 -5 q63 0 82 64l26 113q11 35 -6 67t-53 44q-40 10 -73 -9.5t-40 -56.5l-30 -106q-2 -8 -2 -21zM1462 322q0 -26 17 -50.5t52 -36.5q27 -3 28 -3q19 0 40 9q31 16 42 56l31 111q10 35 -9.5 67.5t-56.5 43.5q-36 11 -68 -7.5t-43 -56.5l-30 -109q-3 -14 -3 -24zM1473 1373 q106 102 261 102q157 0 267 -110.5t110 -267.5q0 -101 -52 -190q-158 154 -372 154h-34q-49 185 -180 312z" />
84
+ <glyph unicode="&#xf03b;" horiz-adv-x="2288" d="M0 529q0 -178 106 -318t273 -187l-68 -179q-8 -23 15 -23h226l-111 -447h30l423 600q6 7 1.5 15t-15.5 8h-232l264 492q11 23 -15 23h-314q-14 0 -24 -15l-114 -306q-114 28 -188.5 122t-74.5 215q0 133 89.5 230.5t223.5 113.5l57 4q19 0 19 19l8 57q11 113 74 206.5 t162.5 146.5t214.5 53q173 0 303 -117t148 -289l8 -60q0 -20 18 -20h173q142 0 245.5 -102t103.5 -242q0 -138 -96 -239.5t-232 -108.5q-21 0 -21 -19v-143q0 -18 21 -18q139 4 256 76.5t184 192.5t67 259q0 117 -45 214q125 148 125 353q0 113 -44.5 216t-119.5 178 t-178 119.5t-216 44.5q-247 0 -412 -185q-129 69 -288 69q-225 0 -400 -139.5t-224 -357.5q-176 -41 -291 -184.5t-115 -327.5zM846 -525q0 -26 15.5 -49t48.5 -33l27 -3q67 0 85 64l259 948q10 37 -7 68.5t-52 42.5q-37 11 -69.5 -6.5t-42.5 -53.5l-261 -949q-3 -27 -3 -29 zM1288 -201q0 -64 66 -85q27 -3 28 -3q18 0 37 8q32 14 45 59l175 624q10 37 -8 68.5t-54 42.5q-37 11 -69 -6.5t-42 -53.5l-173 -628q-5 -23 -5 -26zM1466 1367q108 102 264 102q155 0 265 -109t110 -264q0 -101 -54 -197q-154 154 -371 154h-34q-45 183 -180 314z" />
85
+ <glyph unicode="&#xf03c;" horiz-adv-x="1120" d="M0 1160q0 80 57 137t137 57q79 0 135.5 -57t56.5 -137t-56.5 -137t-135.5 -57q-80 0 -137 57t-57 137zM94 1160q0 -42 29 -71q30 -30 71 -30t71 30t30 71t-30 71t-71 30q-42 0 -71 -29.5t-29 -71.5zM509 688q0 -123 68 -219q36 -50 99 -79.5t143 -29.5q234 0 293 178 q6 23 -6.5 43.5t-35.5 24.5q-23 6 -43 -7t-25 -36q0 -1 -1.5 -5.5l-2.5 -7.5q-18 -30 -48 -48q-50 -30 -131 -30q-50 0 -89 17q-64 27 -91 95q-18 44 -18 104v344q0 24 3 48q6 61 48 111q47 56 147 56q83 0 131 -29q32 -19 48 -48q1 -3 2.5 -8.5t1.5 -6.5q6 -22 25 -32.5 t43 -5.5q23 5 35.5 24.5t6.5 42.5v1l-9 25q-8 18 -29.5 46t-48.5 47q-33 24 -87.5 40t-118.5 16q-81 0 -143.5 -28.5t-97.5 -77.5q-69 -95 -69 -221v-344z" />
86
+ <glyph unicode="&#xf03d;" horiz-adv-x="2216" d="M0 531q0 -214 149 -367t363 -163q18 0 18 18v143q0 19 -18 19q-137 7 -233.5 109t-96.5 241q0 133 90.5 231.5t224.5 114.5l56 3q21 0 21 18l8 59q16 173 145.5 289.5t305.5 116.5q174 0 305 -116.5t149 -289.5l8 -62q0 -18 18 -18h173q142 0 246.5 -103t104.5 -243 q0 -139 -97 -241t-234 -109q-20 0 -20 -19v-143q0 -18 20 -18q140 4 257.5 76.5t185 192.5t67.5 261q0 144 -71 265t-193 190.5t-266 69.5h-35q-52 214 -224.5 351t-393.5 137q-226 0 -401 -140t-225 -359q-176 -41 -291.5 -185.5t-115.5 -328.5zM743 368q0 -38 26 -64 l276 -278q20 -25 61 -25q45 0 65 25l277 278q26 28 26 64q0 37 -26 62t-64 25t-66 -25l-120 -118v425q0 38 -27 63t-65 25t-63 -25t-25 -63v-425l-117 118q-28 25 -67 25q-40 0 -65.5 -24.5t-25.5 -62.5z" />
87
+ <glyph unicode="&#xf03e;" horiz-adv-x="2212" d="M0 527q0 -105 40 -200.5t108.5 -165t163 -112.5t199.5 -48q18 0 18 18v142q0 20 -18 20q-139 10 -234 110t-95 236q0 134 90.5 233.5t223.5 110.5l56 8q21 0 21 18l8 55q11 114 73.5 207.5t162 146t214.5 52.5q175 0 305.5 -115t148.5 -288l6 -61q0 -19 20 -19h172 q144 0 247 -103t103 -245q0 -136 -95 -236t-234 -110q-21 0 -21 -20v-142q0 -18 21 -18q214 10 361.5 161.5t147.5 364.5q0 143 -71.5 264.5t-193.5 192.5t-265 71h-34q-53 213 -225.5 350t-392.5 137q-225 0 -400 -141.5t-225 -360.5q-177 -42 -291.5 -185.5t-114.5 -327.5 zM664 392q0 -119 59.5 -220.5t161 -161.5t219.5 -60q184 0 315 130.5t131 311.5q0 37 -27 64t-65 27t-65.5 -27t-27.5 -64q0 -107 -76.5 -184t-184.5 -77q-106 0 -182.5 77t-76.5 184q0 96 57 171t140 82l-44 -42q-24 -24 -24 -61q0 -40 24 -70q22 -24 56.5 -25t74.5 25 l194 199q27 27 27 62q0 40 -27 65l-194 195q-30 28 -66 28q-37 0 -63 -27t-26 -65t24 -62l37 -38q-160 -27 -265.5 -149t-105.5 -288z" />
88
+ <glyph unicode="&#xf040;" horiz-adv-x="2211" d="M0 530q0 -213 148.5 -366t362.5 -163q18 0 18 18v142q0 20 -18 20q-137 7 -233 108.5t-96 240.5q0 132 90 230t224 114h56q21 0 21 19l6 61q17 173 147 290t305 117q173 0 303.5 -117t148.5 -290l8 -61q0 -19 19 -19h172q142 0 246 -102.5t104 -241.5q0 -138 -96.5 -240 t-232.5 -109q-21 0 -21 -20v-142q0 -18 21 -18q139 4 256 76t184.5 192.5t67.5 260.5q0 107 -42 204t-113 167t-169 111.5t-205 41.5h-34q-53 214 -225 350.5t-392 136.5q-226 0 -401 -140.5t-224 -358.5q-177 -41 -291.5 -184.5t-114.5 -327.5zM741 463q0 -40 26 -68 q24 -24 65 -24q39 0 66 24l118 122v-424q0 -38 25 -65t63 -27q37 0 64 27t27 65v420l120 -118q64 -49 130 0q26 24 26 66q0 38 -26 66l-276 274q-26 26 -64 26q-39 0 -63 -26l-275 -274q-26 -26 -26 -64z" />
89
+ <glyph unicode="&#xf041;" horiz-adv-x="2216" d="M0 530q0 184 115 328t292 185q50 219 225 359.5t401 140.5q221 0 393.5 -137t224.5 -351h35q144 0 266 -69.5t193 -190.5t71 -265q0 -141 -67.5 -261t-185 -192.5t-257.5 -76.5h-1194q-214 10 -363 163t-149 367zM182 530q0 -139 96.5 -241.5t233.5 -109.5h1194 q137 7 234 109.5t97 241.5q0 140 -104 242.5t-247 102.5h-173q-18 0 -18 19l-8 61q-18 173 -149 290t-305 117q-175 0 -304.5 -117t-146.5 -290l-8 -61q0 -19 -21 -19h-56q-134 -16 -224.5 -114t-90.5 -231z" />
90
+ <glyph unicode="&#xf042;" horiz-adv-x="386" d="M0 1349q0 80 57 137t137 57q79 0 135.5 -57t56.5 -137t-56.5 -137.5t-135.5 -57.5t-136.5 57.5t-57.5 137.5zM94 1349q0 -42 29 -71q30 -30 71 -30t71 30t30 71t-30 70.5t-71 29.5q-42 0 -71 -29t-29 -71z" />
91
+ <glyph unicode="&#xf043;" horiz-adv-x="677" d="M0 542q0 -31 20.5 -51.5t50.5 -20.5h306q30 0 50.5 20.5t20.5 51.5q0 30 -20.5 49.5t-50.5 19.5h-132l414 414q19 22 19 53q0 29 -19 49q-20 19 -53 19q-32 0 -51 -19l-412 -413v133q0 31 -20.5 51.5t-51.5 20.5q-30 0 -50.5 -21t-20.5 -51v-305z" />
92
+ <glyph unicode="&#xf044;" horiz-adv-x="690" d="M0 574q0 -35 27 -59l256 -261q25 -25 62 -25q38 0 63 25l256 261q26 23 26 59t-24 60.5t-60 24.5t-61 -25l-113 -112v703q0 36 -25.5 60t-61.5 24t-61.5 -24t-25.5 -60v-703l-113 112q-25 25 -59 25q-36 0 -61 -24.5t-25 -60.5z" />
93
+ <glyph unicode="&#xf045;" horiz-adv-x="1138" d="M0 1157q0 80 57 137t137 57q79 0 135.5 -57t56.5 -137t-56.5 -137.5t-135.5 -57.5t-136.5 57.5t-57.5 137.5zM94 1157q0 -42 29 -71q30 -30 71 -30t71 30t30 71t-30 70.5t-71 29.5q-42 0 -71 -29t-29 -71zM565 422q0 -23 16.5 -39.5t39.5 -16.5t39.5 16.5t16.5 39.5v404 h305q23 0 39.5 17t16.5 40q0 24 -16 40t-40 16h-305v291h408q23 0 38 16t15 40t-15 40t-38 16h-509q-11 0 -11 -12v-908z" />
94
+ <glyph unicode="&#xf046;" horiz-adv-x="2324" d="M0 635q0 42 29 66q23 24 66 24h222q39 0 64.5 -25.5t25.5 -64.5q0 -38 -26 -65t-64 -27h-222q-39 0 -67 27t-28 65zM99 93q0 37 28 65q26 25 65 25h1942q39 0 66 -26t27 -64t-27.5 -65.5t-65.5 -27.5h-1942q-38 0 -65.5 27.5t-27.5 65.5zM317 1391q0 41 25 63 q27 29 66 29q38 0 65 -29l154 -156q28 -26 28 -64q0 -40 -25.5 -65.5t-64.5 -25.5q-35 0 -64 26l-159 157q-25 22 -25 65zM594 635q0 -139 57 -249q5 -15 26 -15h178q12 0 14.5 6.5t-7.5 17.5q-85 104 -85 240q0 159 114 271t272 112q159 0 271.5 -112t112.5 -271 q0 -137 -85 -240q-6 -10 -6 -13q-1 -5 3 -8t11 -3h181q14 0 22 15q60 113 60 249q0 153 -77 284.5t-208.5 208.5t-284.5 77t-284.5 -77t-208 -208.5t-76.5 -284.5zM1071 1481v223q0 38 27 66t65 28t66 -28t28 -66v-223q0 -38 -28 -66t-66 -28t-65 28t-27 66zM1671 1234 q0 39 26 64l154 156q27 29 66 29q40 0 66.5 -26.5t26.5 -65.5q0 -41 -24 -65l-161 -157q-26 -24 -63 -24q-40 -1 -65.5 24t-25.5 65zM1919 635q0 43 26 66q23 24 63 24h223q39 0 66.5 -25.5t27.5 -64.5q0 -38 -28 -65t-66 -27h-223q-37 0 -63 27t-26 65z" />
95
+ <glyph unicode="&#xf047;" horiz-adv-x="2148" d="M0 94q0 42 30 66q22 25 67 25h1956q40 0 68 -26t28 -65q0 -38 -28.5 -66.5t-67.5 -28.5h-1956q-40 0 -68.5 28.5t-28.5 66.5zM210 978q0 42 25 67q27 28 69 28q37 0 64 -28l160 -160q29 -29 29 -67q0 -37 -29 -66q-24 -29 -64.5 -28.5t-68.5 28.5l-160 160q-25 24 -25 66 zM523 382q-7 -25 16 -25h159q11 0 24 18q48 102 142 162t209 60q116 0 212 -60t144 -162q13 -18 24 -18h158q20 0 16 25q-54 181 -207.5 294t-346.5 113q-192 0 -344 -113t-206 -294zM982 1071v228q0 40 26 68t65 28q40 0 67 -27.5t27 -68.5v-228q0 -41 -27 -68t-67 -27 q-39 0 -65 27.5t-26 67.5zM1592 818q0 38 27 67l164 160q25 28 66 28q39 0 64 -27t25 -68q0 -42 -25 -66l-158 -160q-27 -27 -60 -30q-36 -4 -69.5 26t-33.5 70z" />
96
+ <glyph unicode="&#xf048;" horiz-adv-x="1080" d="M0 734q0 -38 25 -63l262 -256q23 -26 58 -26q36 0 61 24t25 60t-25 61l-112 112h703q36 0 59.5 25.5t23.5 61.5t-23.5 61.5t-59.5 26.5h-703l112 113q25 25 25 59q0 36 -25 61t-61 25q-33 0 -58 -28l-262 -256q-25 -25 -25 -61z" />
97
+ <glyph unicode="&#xf049;" horiz-adv-x="1120" d="M40 1090q-61 129 18 243q56 79 169 97l20 3h23q155 -5 227 -139q35 -62 17 -140q-12 -61 -45 -112q-65 -104 -143 -175q-4 -5 -12 -9q-44 -35 -91 -3q-18 12 -26 20q-106 110 -157 215zM45 1169q1 -10 5 -30q15 -68 62.5 -105t116.5 -43q16 -2 18.5 0.5t2.5 19.5l-3 27 q-13 72 -69 105q-11 7 -90 40q-12 4 -29 4t-14 -18zM286 1013q-1 -17 3 -20t20 -2q14 2 42 8q56 13 94 60q29 35 44 110q2 11 -1.5 15t-14.5 3q-32 -3 -58 -13q-121 -45 -129 -161zM314 427q-60 128 19 243q56 79 169 97l19 3h23q155 -5 227 -139q35 -63 18 -140 q-12 -59 -46 -112q-63 -102 -143 -174q-8 -8 -11 -10q-45 -35 -92 -3q-15 10 -26 21q-107 111 -157 214zM319 506q1 -6 3.5 -16.5t2.5 -12.5q15 -68 62 -105.5t116 -43.5q16 -1 19 1.5t3 19.5l-4 26q-13 72 -68 105q-9 6 -91 40q-15 5 -28 5q-18 0 -15 -19zM560 350 q-1 -17 3 -20t20 -2q14 2 42 8q55 13 94 61q29 36 44 109q2 11 -1.5 15.5t-14.5 3.5q-28 -3 -58 -14q-121 -45 -129 -161zM634 1090q-60 128 19 243q56 79 169 97l19 3h23q155 -5 227 -139q35 -63 18 -140q-12 -59 -46 -112q-65 -104 -143 -175q-6 -6 -11 -9q-45 -35 -92 -3 q-18 12 -26 20q-106 110 -157 215zM639 1169l6 -30q15 -68 62 -105t116 -43q16 -2 19 1t3 19l-4 27q-13 72 -68 105q-9 6 -91 40q-12 4 -28 4q-18 0 -15 -18zM880 1013q-1 -17 3 -20t20 -2q14 2 42 8q56 13 94 60q29 35 44 110q2 11 -1.5 15t-14.5 3q-32 -3 -58 -13 q-121 -45 -129 -161z" />
98
+ <glyph unicode="&#xf04a;" horiz-adv-x="2632" d="M0 99q0 -36 27 -61t66 -25h1985q38 0 64.5 25t26.5 61q0 39 -26 65.5t-65 26.5h-1985q-38 0 -65.5 -27t-27.5 -65zM278 431q0 -38 28 -63q22 -29 63 -29h1985q37 0 62 27t25 65q0 37 -25 62t-62 25h-1985q-38 0 -64.5 -25t-26.5 -62zM294 689v5q-7 -24 13 -24h154 q9 0 20 16q38 83 113.5 136t165.5 60l57 8q20 0 20 19l6 53q17 172 145.5 287.5t302.5 115.5q172 0 301 -114t147 -285l7 -61q0 -19 22 -19h169q103 0 187 -55t125 -145q11 -16 23 -16h151q19 0 16 24q-35 89 -49 113q116 104 160 274l18 70q4 10 -1.5 17t-12.5 7l-66 23 q-143 41 -217.5 169t-39.5 273l14 62q8 15 -14 25l-90 25q-175 43 -343 -28t-263 -226q-127 49 -244 49q-222 0 -395.5 -140t-223.5 -357q-135 -32 -236.5 -129t-141.5 -232zM463 -226q0 -38 28 -63q27 -29 63 -29h1989q37 0 63 27t26 65q0 37 -26 62t-63 25h-1989 q-38 0 -64.5 -25t-26.5 -62zM1690 1403q56 92 150.5 142t199.5 40q-11 -167 75 -312.5t237 -215.5q-24 -56 -80 -114q-147 121 -335 121h-34q-51 210 -213 339z" />
99
+ <glyph unicode="&#xf04b;" horiz-adv-x="686" d="M0 741q0 -126 61 -232t167.5 -167.5t232.5 -61.5q30 0 51.5 23t21.5 54t-21 51.5t-52 20.5q-130 0 -220.5 91t-90.5 221q0 124 85 216t200 92l-35 -34q-24 -24 -22 -52q0 -29 21 -51.5t52 -22.5q32 0 54 22l161 160q21 17 21 54q0 35 -21 50l-161 163q-21 22 -52 22 t-53.5 -22t-22.5 -53q0 -33 23 -54l32 -30q-184 -13 -308 -144.5t-124 -315.5z" />
100
+ <glyph unicode="&#xf04c;" horiz-adv-x="1115" d="M0 674q0 -151 75.5 -279.5t204 -203t278.5 -74.5q153 0 281 74t202 202t74 281q0 38 -25.5 65t-62.5 27t-64 -27t-27 -65q0 -157 -110.5 -267.5t-267.5 -110.5q-155 0 -264 110.5t-109 267.5q0 136 84.5 246.5t196.5 117.5l-41 -39q-26 -28 -26 -62q0 -36 26 -64 q58 -56 129 0l196 194q26 20 26 66q0 41 -26 61l-196 198q-28 26 -61 26q-40 0 -67 -26.5t-27 -64.5q0 -39 26 -65l41 -38q-200 -35 -333 -191.5t-133 -358.5z" />
101
+ <glyph unicode="&#xf04d;" horiz-adv-x="1081" d="M1 799q0 -36 24.5 -61t59.5 -21h702l-110 -115q-26 -26 -26 -59q0 -36 25.5 -61t61.5 -25q34 1 57 29l261 257q25 25 25 62q-1 38 -26 62l-263 255q-24 26 -58 25q-36 0 -61 -24t-25 -60t25 -61l113 -115h-703q-36 -1 -59.5 -26.5t-22.5 -61.5z" />
102
+ <glyph unicode="&#xf04e;" horiz-adv-x="851" d="M0 1027q0 41 40.5 108t77.5 111q10 12 25 29.5t17 19.5l39 -46q44 -49 81 -114t37 -108q0 -66 -45.5 -113t-111.5 -47t-113 47t-47 113zM333 584q0 46 26 107.5t64 113.5q73 98 140 163q7 5 28 26l27 -26q62 -59 141 -162q41 -55 66.5 -115t25.5 -107q0 -110 -75 -184.5 t-185 -74.5q-108 0 -183 76t-75 183zM495 1320q0 69 107 181l27 -30q30 -35 54 -78.5t24 -72.5q0 -44 -30.5 -73.5t-74.5 -29.5q-46 0 -76.5 29.5t-30.5 73.5z" />
103
+ <glyph unicode="&#xf050;" horiz-adv-x="2539" d="M0 521q0 -39 30 -66q26 -30 67 -30h1567q46 0 78 -32t32 -79q0 -46 -31.5 -76.5t-78.5 -30.5t-78 31q-26 28 -64 28q-40 0 -68.5 -27.5t-28.5 -65.5q0 -40 30 -67q90 -88 209 -88q125 0 214 86t89 210t-89.5 213.5t-213.5 89.5h-1567q-40 0 -68.5 -28t-28.5 -68zM0 871 q0 -37 30 -65q28 -28 67 -28h2138q125 0 214.5 87t89.5 210q0 124 -89.5 212t-214.5 88q-123 0 -208 -85q-29 -26 -29 -71q0 -41 27.5 -67t67.5 -26q39 0 67 26q30 33 75 33q46 0 77.5 -32t31.5 -78t-31.5 -77t-77.5 -31h-2138q-40 0 -68.5 -28t-28.5 -68z" />
104
+ <glyph unicode="&#xf051;" horiz-adv-x="2613" d="M0 693q0 40 32 74q36 31 75 31h248q43 0 72 -31t29 -74q0 -46 -29 -77t-72 -31h-248q-43 0 -75 32.5t-32 75.5zM355 1544q0 43 28 73q36 31 75 31q42 0 73 -31l175 -176q30 -35 30 -74q0 -45 -29 -75t-70 -30q-39 0 -75 31l-179 173q-28 34 -28 78zM568 104q0 45 31 73 q28 28 73 28h281l332 312q16 13 36 0l337 -312h295q43 0 73.5 -29.5t30.5 -71.5q0 -43 -30.5 -74t-73.5 -31h-361q-16 0 -31 8l-257 242l-255 -242q-13 -8 -30 -8h-347q-43 0 -73.5 31t-30.5 74zM667 693q0 -155 66 -282q4 -19 27 -19h201q12 0 16 9t-2 20 q-102 123 -102 272q0 180 128 306t308 126q179 0 305.5 -126t126.5 -306q0 -150 -101 -272q-7 -11 -3.5 -20t16.5 -9h203q21 0 25 19q66 123 66 282q0 130 -51 248t-136.5 203.5t-203.5 136t-247 50.5q-130 0 -248.5 -50.5t-205 -136t-137.5 -203.5t-51 -248zM1203 1648v245 q0 46 30 75.5t76 29.5q45 0 74.5 -30t29.5 -75v-245q0 -46 -29.5 -75.5t-74.5 -29.5q-46 0 -76 29.5t-30 75.5zM1880 1367q0 40 29 74l173 176q31 31 75 31t74 -30.5t30 -73.5q0 -46 -28 -78l-180 -173q-34 -31 -75 -31q-43 0 -70.5 29.5t-27.5 75.5zM2159 693q0 43 28.5 74 t70.5 31h251q43 0 74 -31t31 -74q0 -44 -31 -76t-74 -32h-251q-43 0 -71 31t-28 77z" />
105
+ <glyph unicode="&#xf052;" horiz-adv-x="2585" d="M0 681q0 44 32 72q28 28 73 28h246q43 0 71 -28.5t28 -71.5q0 -45 -28.5 -75.5t-70.5 -30.5h-246q-43 0 -74 31.5t-31 74.5zM351 1519q0 45 27 72q32 32 75 32q46 0 72 -32l173 -174q74 -70 0 -144q-30 -30 -69 -30q-35 0 -72 30l-179 174q-27 29 -27 72zM561 103 q0 42 32 74q29 29 72 29h343q17 0 30 -8l251 -237l255 237q11 8 31 8h352q43 0 73.5 -30t30.5 -73t-30.5 -73.5t-73.5 -30.5h-286l-335 -303q-20 -14 -35 0l-329 303h-277q-43 0 -73.5 30.5t-30.5 73.5zM661 681q0 -159 62 -280q9 -17 29 -17h199q13 0 16 8t-8 19 q-95 119 -95 270q0 176 126 299.5t304 123.5q176 0 301.5 -124t125.5 -299q0 -151 -95 -270q-11 -11 -8 -19t16 -8h201q21 0 26 17q66 125 66 280q0 127 -50.5 244.5t-135.5 202.5t-202 135.5t-245 50.5t-245 -50.5t-202 -135.5t-135.5 -202.5t-50.5 -244.5zM1190 1621v248 q0 43 30.5 73.5t73.5 30.5t73.5 -30.5t30.5 -73.5v-248q0 -43 -30.5 -73.5t-73.5 -30.5t-73.5 30.5t-30.5 73.5zM1859 1345q0 45 28 72l174 174q26 32 72 32q44 0 73 -30.5t29 -73.5q0 -45 -27 -72l-177 -174q-37 -30 -74 -30q-42 0 -70 29.5t-28 72.5zM2135 681 q0 43 28 71.5t71 28.5h247q43 0 73.5 -29t30.5 -71q0 -43 -30.5 -74.5t-73.5 -31.5h-247q-42 0 -70.5 30.5t-28.5 75.5z" />
106
+ <glyph unicode="&#xf053;" horiz-adv-x="1085" d="M0 245q0 136 63 253.5t176 196.5v1058q0 128 88 217t216 89q129 0 217.5 -89t88.5 -217v-1058q113 -79 175 -196.5t62 -253.5q0 -148 -72.5 -273t-197.5 -197.5t-273 -72.5q-147 0 -272 72.5t-198 197.5t-73 273zM187 245q0 -149 104.5 -254.5t251.5 -105.5 q149 0 256.5 107t107.5 253q0 100 -51.5 184.5t-140.5 131.5l-30 15q-16 7 -16 31v1146q0 52 -36 86t-90 34q-52 0 -88.5 -34t-36.5 -86v-1146q0 -24 -15 -31l-29 -15q-88 -47 -137.5 -131t-49.5 -185z" />
107
+ <glyph unicode="&#xf054;" horiz-adv-x="538" d="M0 245q0 -114 78 -194t188 -80t191 80.5t81 193.5q0 101 -69 178t-168 91v783q0 10 -11 20.5t-24 10.5q-14 0 -22.5 -9t-8.5 -22v-783q-98 -14 -166.5 -91t-68.5 -178z" />
108
+ <glyph unicode="&#xf055;" horiz-adv-x="1085" d="M0 245q0 136 63 253.5t176 196.5v1058q0 128 88 217t216 89q129 0 217.5 -89t88.5 -217v-1058q113 -79 175 -196.5t62 -253.5q0 -148 -72.5 -273t-197.5 -197.5t-273 -72.5q-147 0 -272 72.5t-198 197.5t-73 273zM187 245q0 -149 104.5 -254.5t251.5 -105.5 q149 0 256.5 107t107.5 253q0 100 -51.5 184.5t-140.5 131.5l-30 15q-16 7 -16 31v1146q0 52 -36 86t-90 34q-52 0 -88.5 -34t-36.5 -86v-1146q0 -24 -15 -31l-29 -15q-88 -47 -137.5 -131t-49.5 -185zM270 245q0 -114 78 -194t188 -80t191 80.5t81 193.5q0 101 -69.5 178 t-168.5 91v783q0 10 -10.5 20.5t-23.5 10.5q-14 0 -22.5 -9t-8.5 -22v-783q-98 -14 -166.5 -91t-68.5 -178z" />
109
+ <glyph unicode="&#xf056;" horiz-adv-x="1484" d="M0 718q0 -71 74 -121q135 -95 408 -95q123 0 228 21q111 24 181 75t70 120q0 21 -8 42q142 35 223 94.5t81 136.5q0 19 -6 41q234 83 234 224q0 90 -102 160q-200 133 -586 133q-182 0 -330 -32q-159 -32 -257.5 -102t-98.5 -159q0 -53 33 -97q-121 -69 -121 -168 q0 -77 75 -135q-98 -57 -98 -138zM41 411q0 -75 92.5 -117.5t232.5 -42.5q142 0 235 42.5t93 117.5q0 28 -18 47t-46 19q-23 0 -41 -16t-23 -39q-20 -16 -75 -29.5t-125 -13.5q-113 0 -183 32q16 16 17.5 41t-10.5 42q-16 22 -41.5 27t-47.5 -9q-60 -40 -60 -101zM128 718 q0 1 13 12q9 9 38.5 23t65.5 24l8 4q166 -55 387 -55q97 0 176 11l18 -16q-9 -16 -43 -34q-41 -22 -127 -39t-182 -17t-182.5 17t-128.5 39q-34 15 -43 31zM136 143q0 -65 73.5 -100t182.5 -35q111 0 186 35t75 100q0 26 -19 46t-45 20q-48 0 -63 -49q-40 -25 -134 -25 q-82 0 -131 25q-15 49 -63 49q-26 0 -44 -19t-18 -47zM150 991q0 8 10 19q25 31 97 60q197 -105 540 -105q175 0 329 32v-6q0 -15 -19 -31q-42 -37 -156 -70q-124 -37 -311 -37q-188 0 -312 37q-119 33 -159 70q-19 15 -19 31zM239 1256q0 18 24 40q46 43 183 83 q146 43 351 43q206 0 354 -43q138 -40 183 -83q23 -23 23 -40t-23 -38q-45 -43 -183 -84q-148 -43 -354 -43q-205 0 -351 43q-138 40 -183 84q-24 21 -24 38z" />
110
+ <glyph unicode="&#xf057;" horiz-adv-x="676" d="M0 557q0 -31 18 -50q20 -19 54 -19q31 0 50 19l412 413v-133q0 -31 20.5 -51.5t51.5 -20.5q30 0 50.5 21t20.5 51v306q0 31 -20.5 51.5t-50.5 20.5h-307q-30 0 -50 -20.5t-20 -51.5q0 -30 20 -50t50 -20h133l-414 -414q-18 -21 -18 -52z" />
111
+ <glyph unicode="&#xf058;" horiz-adv-x="691" d="M1 1013q-1 -36 23.5 -61.5t60.5 -24.5q35 -2 60 25l113 112v-703q-1 -36 24.5 -60t62.5 -23q35 -2 61 22t27 60v703l112 -112q24 -25 60 -25q37 0 61.5 24.5t24.5 60.5q-2 37 -27 58l-255 262q-25 24 -63 27q-38 -2 -63 -28l-256 -260q-26 -22 -26 -57z" />
112
+ <glyph unicode="&#xf059;" horiz-adv-x="1533" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM491 521l90 239q5 10 0 21l-90 235q-5 10 1 16t17 1l598 -252q11 -2 11 -11q0 -8 -11 -10l-598 -257q-11 -4 -17 1.5t-1 16.5z " />
113
+ <glyph unicode="&#xf05a;" horiz-adv-x="1533" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM435 761q0 7 12 10l604 250q11 2 16.5 -3.5t1.5 -16.5l-248 -604q-2 -11 -11 -11q-11 0 -16 11l-103 230q-9 14 -14 15 l-230 104q-12 5 -12 15z" />
114
+ <glyph unicode="&#xf05b;" horiz-adv-x="1533" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM518 998q-2 11 3.5 17t15.5 2l602 -249q12 -2 12 -10q0 -9 -12 -14l-229 -104q-10 -4 -15 -15l-104 -230q-5 -11 -14 -11 q-8 0 -10 11z" />
115
+ <glyph unicode="&#xf05c;" d="M0 765q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 765q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM503 507l256 600q2 11 10 11t10 -11l255 -600q4 -11 -1.5 -17t-16.5 0l-237 89q-10 4 -20 0l-239 -89q-10 -6 -16 0t-1 17z" />
116
+ <glyph unicode="&#xf05d;" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM375 777q0 10 10 14l231 104q10 5 15 15l103 229q9 12 16 12q8 0 11 -12l248 -605q2 -11 -2 -15t-16 -2l-606 248q-10 3 -10 12 z" />
117
+ <glyph unicode="&#xf05e;" horiz-adv-x="1533" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM525 536l250 605q1 10 10 10q10 0 14 -10l104 -231q2 -9 16 -14l230 -104q11 -4 11 -14q0 -9 -11 -12l-605 -248q-10 -4 -15 1 t-4 17z" />
118
+ <glyph unicode="&#xf060;" horiz-adv-x="1538" d="M0 766q0 156 61.5 298.5t164.5 245.5t245 163.5t298 60.5t298.5 -60.5t245.5 -163.5t164 -245t61 -299t-61 -299t-164 -244.5t-245.5 -163t-298.5 -60.5t-298.5 61t-245.5 164t-164 245t-61 297zM170 766q0 -245 177 -422q176 -176 422 -176q163 0 301.5 80.5t219 218 t80.5 299.5q0 121 -47.5 232t-128.5 191.5t-192 128t-233 47.5q-121 0 -231.5 -47.5t-191 -128t-128.5 -191.5t-48 -232zM504 1025q-5 11 1 16.5t16 0.5l238 -89q10 -4 23 0l235 89q10 5 16 -0.5t2 -16.5l-253 -599q-3 -10 -13 -10q-7 0 -10 10z" />
119
+ <glyph unicode="&#xf061;" horiz-adv-x="1541" d="M0 769q0 157 61.5 300t165 246.5t246 164.5t298.5 61t299 -61t246 -164.5t164.5 -246.5t61.5 -300t-61.5 -300t-165 -245.5t-246 -163.5t-298.5 -61q-157 0 -300 61t-246 164.5t-164 246t-61 298.5zM170 769q0 -245 179 -424q177 -177 422 -177q163 0 302 81t220 219.5 t81 300.5t-81 300.5t-220 219.5t-302 81q-162 0 -300.5 -81t-219.5 -219.5t-81 -300.5zM418 769q0 9 12 10l601 258q11 5 16.5 -1.5t0.5 -16.5l-89 -240q-7 -10 0 -20l89 -238q5 -10 -0.5 -16t-16.5 -1l-601 255q-12 1 -12 10z" />
120
+ <glyph unicode="&#xf062;" horiz-adv-x="1816" d="M0 1000q0 150 94.5 268.5t239.5 150.5q41 180 184.5 295t328.5 115q180 0 322 -112.5t184 -286.5h29q180 0 307 -125.5t127 -304.5q0 -96 -39.5 -181.5t-109.5 -146.5v-3q0 -95 -59.5 -169.5t-149.5 -94.5q-23 -100 -97 -169t-174 -85q46 -55 46 -121q0 -77 -54.5 -132 t-131.5 -55t-131.5 55t-54.5 132q0 31 11 61h-11q-93 0 -160 67t-67 160q0 64 32 114q-83 46 -120 133h-125h-2h-9v1q-172 11 -291 136t-119 298zM149 1026q0 -128 90 -218t217 -90q79 0 146 36q19 -119 111 -198t216 -79q139 0 237 98q66 -76 164 -76q91 0 155.5 64.5 t64.5 155.5q64 43 101 110.5t37 146.5q0 127 -91 215.5t-219 88.5q-89 0 -163 -47q9 39 9 84q0 154 -110 262t-266 108q-150 0 -259 -104t-114 -253q-3 0 -9 0.5t-10 0.5q-126 0 -216.5 -89.5t-90.5 -215.5z" />
121
+ <glyph unicode="&#xf063;" horiz-adv-x="1636" d="M0 562q0 36 25 59.5t68 23.5h609q43 0 68 -23.5t25 -59.5q0 -44 -24.5 -68.5t-68.5 -24.5h-609q-43 0 -68 24.5t-25 68.5zM0 1193q0 36 25 59t68 23h316q43 0 68.5 -23t25.5 -59q0 -43 -25.5 -68.5t-68.5 -25.5h-316q-43 0 -68 25t-25 69zM105 247q0 35 29.5 64.5 t64.5 29.5q41 0 66.5 -28.5t25.5 -65.5q0 -44 -24.5 -69t-67.5 -25q-37 0 -65.5 26t-28.5 68zM257 879q0 37 23.5 65.5t57.5 28.5q42 0 68 -28.5t26 -65.5q0 -44 -25 -69t-69 -25q-36 0 -58.5 25.5t-22.5 68.5zM362 247q0 37 26 65.5t68 28.5h409l94 -94q0 -42 -28.5 -68 t-65.5 -26h-409q-44 0 -69 25.5t-25 68.5zM503 879q0 35 29.5 64.5t64.5 29.5h409q42 0 67.5 -28.5t25.5 -65.5q0 -44 -25 -69t-68 -25h-409q-37 0 -65.5 26t-28.5 68zM584 1193q0 36 25.5 59t68.5 23h609q36 0 65 -24t29 -58q0 -42 -28.5 -68t-65.5 -26h-609 q-44 0 -69 25.5t-25 68.5zM865 562q0 34 29 58.5t65 24.5t65 -24.5t29 -58.5q0 -42 -28.5 -67.5t-65.5 -25.5t-65.5 25.5t-28.5 67.5zM1029 247q0 37 25.5 65.5t67.5 28.5h199q42 0 67.5 -28t25.5 -66q0 -44 -24.5 -69t-68.5 -25h-199q-43 0 -68 25t-25 69zM1122 562 q0 34 29 58.5t65 24.5h327q35 0 58 -24t23 -59q0 -43 -22.5 -68t-58.5 -25h-327q-37 0 -65.5 25.5t-28.5 67.5zM1169 879q0 35 29.5 64.5t64.5 29.5h209q34 0 58 -29t24 -65q0 -43 -23 -68.5t-59 -25.5h-209q-37 0 -65.5 26t-28.5 68zM1461 1193q0 35 23.5 58.5t58.5 23.5 q43 0 68.5 -23t25.5 -59q0 -43 -25.5 -68.5t-68.5 -25.5q-36 0 -59 25.5t-23 68.5z" />
122
+ <glyph unicode="&#xf064;" horiz-adv-x="2211" d="M0 523q0 185 113.5 328.5t292.5 187.5q50 218 224.5 358t400.5 140q220 0 392.5 -136.5t224.5 -350.5h34q143 0 265 -70.5t193 -192t71 -264.5q0 -212 -148 -365t-360 -160q-21 0 -21 18v142q0 19 21 19q136 7 232.5 108.5t96.5 237.5q0 142 -103 245t-247 103h-172 q-19 0 -19 18l-8 62q-18 173 -148.5 290t-303.5 117q-176 0 -305.5 -118t-146.5 -293l-6 -53q0 -20 -21 -20l-56 -7q-133 -11 -223.5 -110.5t-90.5 -233.5q0 -136 96.5 -237.5t232.5 -108.5q18 0 18 -19v-142q0 -18 -18 -18q-214 7 -362.5 160t-148.5 365zM587 -298 q0 37 27 64q26 24 61 24q37 0 62.5 -25t25.5 -63t-25.5 -63t-62.5 -25t-62.5 25t-25.5 63zM679 89q0 36 25.5 62t62.5 26t62.5 -26t25.5 -62q0 -38 -25.5 -64.5t-62.5 -26.5t-62.5 26.5t-25.5 64.5zM882 -507q0 36 27 65q26 26 61 26q38 0 65 -27t27 -64t-27 -62.5 t-65 -25.5q-36 0 -62 25.5t-26 62.5zM974 -117q0 38 26 66q26 26 62 26q37 0 64 -27t27 -65q0 -37 -26.5 -63.5t-64.5 -26.5q-36 0 -62 26.5t-26 63.5zM1019 269q0 37 27 64q28 26 61 26q38 0 65 -26.5t27 -63.5t-27 -62.5t-65 -25.5q-36 0 -62 25.5t-26 62.5zM1272 -298 q0 36 26 64q26 24 64 24t63 -25t25 -63t-25 -63t-63 -25t-64 25.5t-26 62.5zM1363 89q0 35 27 61.5t64 26.5t62.5 -26t25.5 -62q0 -38 -25.5 -64.5t-62.5 -26.5q-38 0 -64.5 27t-26.5 64z" />
123
+ <glyph unicode="&#xf065;" horiz-adv-x="2864" d="M0 525q0 -138 68 -257t185.5 -191t256.5 -76q18 0 18 18v142q0 20 -18 20q-136 7 -232.5 108.5t-96.5 235.5q0 132 90.5 230t223.5 114l56 6q19 0 19 20l8 54q17 175 145.5 291.5t303.5 116.5q174 0 304.5 -116.5t147.5 -288.5l8 -62q0 -18 18 -18h172q144 0 246 -102.5 t102 -244.5q0 -134 -96.5 -235.5t-231.5 -108.5q-20 0 -20 -20v-142q0 -18 20 -18q212 7 360 160t148 364q0 121 -46 217q126 151 126 352q0 150 -75 278.5t-204 203.5t-279 75q-246 0 -413 -185q-130 70 -287 70q-225 0 -399 -139.5t-223 -356.5q-179 -44 -292 -187 t-113 -328zM585 -294q0 -33 26 -61q28 -26 62 -26q38 0 63 25t25 62q0 38 -25.5 63t-62.5 25t-62.5 -25t-25.5 -63zM677 93q0 -38 25.5 -65t62.5 -27t62.5 27t25.5 65q0 36 -25.5 62t-62.5 26t-62.5 -26t-25.5 -62zM879 -502q0 -35 26 -61q27 -27 62 -27q38 0 64.5 25 t26.5 63t-27 64.5t-64 26.5q-35 0 -61.5 -27t-26.5 -64zM895 1832q0 -39 26 -63l70 -70q26 -26 57 -27q33 -5 65 23.5t32 67.5t-26 68l-68 65q-24 27 -62 27q-40 0 -67 -26.5t-27 -64.5zM970 -112q0 -35 27 -64q26 -26 61 -26q38 0 65 26t27 64q0 37 -27 63.5t-65 26.5 q-36 0 -62 -26.5t-26 -63.5zM1016 272q0 -36 26 -62t62 -26q38 0 64.5 25.5t26.5 62.5t-26.5 63t-64.5 26q-36 0 -62 -26t-26 -63zM1269 -294q0 -34 25 -61q28 -26 64 -26q38 0 63 25t25 62q0 38 -25 63t-63 25t-63.5 -25.5t-25.5 -62.5zM1360 93q0 -38 26 -65t63 -27 t62.5 27t25.5 65q0 36 -25.5 62t-62.5 26t-63 -26t-26 -62zM1464 1365q110 106 263 106q155 0 265 -111t110 -266q0 -100 -54 -196q-153 153 -371 153h-34q-47 187 -179 314zM1635 1921q0 -37 27 -62t65 -25t63 25t25 62v218q0 38 -25.5 65t-62.5 27t-64.5 -27.5 t-27.5 -64.5v-218zM2223 1679q0 -37 27 -63q24 -25 59.5 -27.5t66.5 27.5l153 153q28 28 28 65q0 38 -27.5 65t-64.5 27q-35 0 -62 -27l-153 -156q-27 -25 -27 -64zM2309 421q0 -40 26 -66l68 -67q39 -26 68 -26q33 0 59.5 27.5t26.5 65.5q0 36 -28 62l-66 69q-28 26 -65 26 t-63 -26.5t-26 -64.5zM2463 1094q0 -38 28 -63q27 -29 66 -29h216q37 0 64 27t27 65t-27 64.5t-64 26.5h-216q-38 0 -66 -27t-28 -64z" />
124
+ <glyph unicode="&#xf066;" horiz-adv-x="2297" d="M0 529q0 -213 149 -366.5t363 -163.5q19 0 19 18v143q0 18 -19 18q-137 8 -233.5 110t-96.5 241q0 133 90.5 231t224.5 114l56 4q21 0 21 19l8 58q17 173 146.5 290t304.5 117q174 0 305 -117t149 -290l8 -61q0 -20 18 -20h173q145 0 248 -101.5t103 -243.5 q0 -138 -97 -240.5t-234 -110.5q-20 0 -20 -18v-143q0 -18 20 -18q214 7 362.5 161.5t148.5 368.5q0 114 -46 214q126 154 126 354q0 152 -75.5 281.5t-204.5 204.5t-280 75q-248 0 -415 -185q-129 69 -289 69q-226 0 -401 -140.5t-225 -358.5q-177 -42 -292 -185.5 t-115 -328.5zM585 -294q0 -33 26 -61q28 -26 62 -26q38 0 63 25t25 62q0 38 -25.5 63t-62.5 25t-62.5 -25t-25.5 -63zM677 93q0 -38 25.5 -65t62.5 -27t62.5 27t25.5 65q0 36 -25.5 62t-62.5 26t-62.5 -26t-25.5 -62zM879 -502q0 -35 26 -61q27 -27 62 -27q38 0 64.5 25 t26.5 63t-27 64.5t-64 26.5q-35 0 -61.5 -27t-26.5 -64zM970 -112q0 -35 27 -64q26 -26 61 -26q38 0 65 26t27 64q0 37 -27 63.5t-65 26.5q-36 0 -62 -26.5t-26 -63.5zM1016 272q0 -36 26 -62t62 -26q38 0 64.5 25.5t26.5 62.5t-26.5 63t-64.5 26q-36 0 -62 -26t-26 -63z M1269 -294q0 -34 25 -61q28 -26 64 -26q38 0 63 25t25 62q0 38 -25 63t-63 25t-63.5 -25.5t-25.5 -62.5zM1360 93q0 -38 26 -65t63 -27t62.5 27t25.5 65q0 36 -25.5 62t-62.5 26t-63 -26t-26 -62zM1472 1369q108 108 265 108t266.5 -111t109.5 -269q0 -94 -54 -196 q-154 154 -373 154h-33q-47 186 -181 314z" />
125
+ <glyph unicode="&#xf067;" horiz-adv-x="2331" d="M0 525q0 -212 149 -366t363 -161q19 0 19 18v143q0 18 -19 18q-136 7 -233 109.5t-97 238.5t90.5 235t224.5 110l57 8q21 0 21 18l7 55q17 175 146.5 293t305.5 118q174 0 305 -117.5t149 -290.5l8 -61q0 -19 18 -19h173q145 0 248.5 -103t103.5 -246q0 -136 -97 -238.5 t-233 -109.5q-22 0 -22 -18v-143q0 -18 22 -18q140 4 257 76t184.5 192t67.5 259q0 146 -69 265q118 106 162 275l18 77q2 2 2 8q0 12 -17 17l-65 18q-70 21 -124.5 61t-86 89.5t-47 101t-15.5 101.5q0 43 11 92l12 66q4 15 -15 24l-85 26q-70 17 -133 17q-59 0 -120 -14 t-126 -44t-126 -85.5t-106 -130.5q-129 53 -254 53q-226 0 -401.5 -140.5t-225.5 -359.5q-180 -45 -293.5 -188t-113.5 -329zM590 -299q0 -36 26 -62t62 -26q38 0 63.5 25t25.5 63t-25.5 63t-63.5 25t-63 -25t-25 -63zM635 89q0 -38 25.5 -64.5t62.5 -26.5q38 0 64 26.5 t26 64.5q0 36 -26 62t-64 26q-37 0 -62.5 -26t-25.5 -62zM886 -510q0 -35 26 -61q27 -27 62 -27q38 0 65 25.5t27 62.5q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM954 -118q0 -38 27 -63q26 -26 61 -26q38 0 65.5 26t27.5 63q0 38 -27.5 65.5t-65.5 27.5 q-35 0 -61.5 -27.5t-26.5 -65.5zM1023 270q0 -38 26 -62q26 -26 62 -26q39 0 65.5 25t26.5 63q0 37 -27 63.5t-65 26.5q-36 0 -62 -26.5t-26 -63.5zM1277 -299q0 -36 26 -62t64 -26q37 0 62.5 25.5t25.5 62.5q0 38 -25 63t-63 25t-64 -25t-26 -63zM1322 89q0 -37 27 -64 t64 -27t62.5 26.5t25.5 64.5q0 36 -25.5 62t-62.5 26t-64 -26.5t-27 -61.5zM1441 1395q50 87 138.5 134.5t182.5 49.5q24 0 35 -2v-33q0 -155 83.5 -292.5t231.5 -209.5q-25 -58 -81 -114q-142 126 -344 126h-33q-44 197 -213 341z" />
126
+ <glyph unicode="&#xf068;" horiz-adv-x="2883" d="M0 530q0 -179 106.5 -320t275.5 -188l-70 -181q-8 -23 15 -23h227l-152 -449h31l465 604q6 7 2 14.5t-15 7.5h-234l266 496q12 23 -15 23h-316q-15 0 -25 -16l-114 -307q-115 29 -190 123.5t-75 215.5q0 135 90 233t225 114l54 3q19 0 24 15l8 63q17 173 146.5 290.5 t305.5 117.5q174 0 305.5 -117.5t149.5 -290.5l8 -63q0 -18 19 -18h172q143 0 246 -102.5t103 -244.5q0 -139 -95.5 -241.5t-232.5 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q141 4 258.5 76.5t185.5 193t68 261.5q0 117 -46 215q122 154 122 351q0 152 -75.5 281.5t-205 205 t-281.5 75.5q-115 0 -223.5 -48t-187.5 -133q-129 69 -290 69q-227 0 -402.5 -140.5t-224.5 -359.5q-177 -41 -292.5 -186t-115.5 -330zM841 -560q0 -27 17 -52.5t52 -35.5q14 -3 26 -3q69 0 85 65l14 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5l-14 -63 q-4 -18 -4 -24zM898 1841q0 -37 27 -64l69 -70q25 -25 59 -28q33 -5 65 24t32 68q0 37 -27 64l-67 70q-26 26 -64 26q-40 0 -67 -26t-27 -64zM925 -250q0 -36 26 -62t62 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM991 -8q-2 -24 14.5 -50t48.5 -32 q37 -10 68 6t44 60l28 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1286 -237q0 -27 16 -51.5t49 -34.5q5 0 15 -2t15 -2q65 0 81 70l15 64q11 34 -7.5 67t-54.5 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63q0 -2 -1.5 -12t-1.5 -15z M1365 78q0 -37 26 -61q24 -26 62 -26t63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1475 1369q107 103 261 103q157 0 267.5 -109.5t110.5 -266.5q0 -105 -50 -193q-154 154 -375 154h-33q-47 190 -181 312zM1645 1931q0 -38 26.5 -65t64.5 -27t63.5 26.5t25.5 65.5 v220q0 39 -25.5 65.5t-63.5 26.5t-64.5 -27t-26.5 -65v-220zM2240 1687q0 -39 25 -64q22 -25 58.5 -27.5t67.5 27.5l154 154q28 26 28 64t-28 64q-26 28 -64 28q-37 0 -62 -28l-154 -154q-25 -25 -25 -64zM2323 416q0 -37 27 -64l69 -67q29 -27 66 -27l2 -2q35 0 58 29 q28 26 28 64q0 37 -28 65l-66 66q-29 29 -65 29q-38 0 -64.5 -27.5t-26.5 -65.5zM2479 1096q0 -39 28 -63q25 -28 64 -28h220q38 0 65 26.5t27 64.5t-26.5 63.5t-65.5 25.5h-220q-39 0 -65.5 -25.5t-26.5 -63.5z" />
127
+ <glyph unicode="&#xf069;" horiz-adv-x="2883" d="M0 530q0 -179 106.5 -320t275.5 -188l-70 -181q-8 -23 15 -23h227l-152 -449h31l465 604q6 7 2 14.5t-15 7.5h-234l266 496q12 23 -15 23h-316q-15 0 -25 -16l-114 -307q-115 29 -190 123.5t-75 215.5q0 135 90 233t225 114l54 3q19 0 24 15l8 63q17 173 146.5 290.5 t305.5 117.5q174 0 305.5 -117.5t149.5 -290.5l8 -63q0 -18 19 -18h172q143 0 246 -102.5t103 -244.5q0 -139 -95.5 -241.5t-232.5 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q141 4 258.5 76.5t185.5 193t68 261.5q0 117 -46 215q122 154 122 351q0 152 -75.5 281.5t-205 205 t-281.5 75.5q-115 0 -223.5 -48t-187.5 -133q-129 69 -290 69q-227 0 -402.5 -140.5t-224.5 -359.5q-177 -41 -292.5 -186t-115.5 -330zM841 -560q0 -27 17 -52.5t52 -35.5q14 -3 26 -3q69 0 85 65l14 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5l-14 -63 q-4 -18 -4 -24zM925 -250q0 -36 26 -62t62 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM991 -8q-2 -24 14.5 -50t48.5 -32q37 -10 68 6t44 60l28 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1286 -237q0 -27 16 -51.5 t49 -34.5q5 0 15 -2t15 -2q65 0 81 70l15 64q11 34 -7.5 67t-54.5 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63q0 -2 -1.5 -12t-1.5 -15zM1365 78q0 -37 26 -61q24 -26 62 -26t63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1475 1369q107 103 261 103 q157 0 267.5 -109.5t110.5 -266.5q0 -105 -50 -193q-154 154 -375 154h-33q-47 190 -181 312z" />
128
+ <glyph unicode="&#xf06a;" horiz-adv-x="2328" d="M0 529q0 -177 106 -316.5t275 -190.5l-69 -181q-7 -22 15 -22h226l-138 -446h30l451 600q6 7 2 14.5t-15 7.5h-232l264 495q11 23 -14 23h-316q-14 0 -24 -16l-114 -307q-114 29 -189.5 124.5t-75.5 214.5q0 133 90.5 231t224.5 114l56 8q21 0 21 19l8 54 q17 173 146.5 290t304.5 117q174 0 305 -117.5t149 -289.5l8 -61q0 -20 18 -20h173q145 0 248 -101.5t103 -243.5q0 -136 -96 -236t-235 -110q-20 0 -20 -20v-145q0 -19 20 -19q213 7 361.5 161.5t148.5 368.5q0 139 -70 261q122 118 161 280l20 73q1 1 1 7q0 13 -16 17 l-66 18q-92 27 -156 89.5t-90.5 130t-25.5 134.5q0 44 11 91l12 65q4 16 -15 25l-85 26q-75 15 -132 15q-59 1 -120.5 -12.5t-126.5 -43t-125.5 -84t-105.5 -128.5q-136 49 -254 49q-226 0 -401 -140.5t-225 -358.5q-177 -42 -292 -185.5t-115 -328.5zM841 -560 q0 -27 17 -52.5t52 -35.5q14 -3 26 -3q69 0 85 65l14 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5l-14 -63q-4 -18 -4 -24zM925 -250q0 -36 26 -62t62 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM991 -8q-2 -24 14.5 -50t48.5 -32q37 -10 68 6t44 60 l28 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1286 -237q0 -27 16 -51.5t49 -34.5q5 0 15 -2t15 -2q65 0 81 70l15 64q11 34 -7.5 67t-54.5 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63q0 -2 -1.5 -12t-1.5 -15zM1365 78q0 -37 26 -61 q24 -26 62 -26t63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1440 1395q53 89 143 137.5t188 48.5h23v-34q0 -102 36 -198t108.5 -177t171.5 -129q-27 -60 -81 -110q-146 125 -343 125h-35q-45 201 -211 337z" />
129
+ <glyph unicode="&#xf06b;" horiz-adv-x="2883" d="M0 530q0 -179 106.5 -320t275.5 -188l-70 -181q-8 -23 15 -23h227l-152 -449h31l465 604q6 7 2 14.5t-15 7.5h-234l266 496q12 23 -15 23h-316q-15 0 -25 -16l-114 -307q-115 29 -190 123.5t-75 215.5q0 135 90 233t225 114l54 3q19 0 24 15l8 63q17 173 146.5 290.5 t305.5 117.5q174 0 305.5 -117.5t149.5 -290.5l8 -63q0 -18 19 -18h172q143 0 246 -102.5t103 -244.5q0 -139 -95.5 -241.5t-232.5 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q141 4 258.5 76.5t185.5 193t68 261.5q0 117 -46 215q122 154 122 351q0 152 -75.5 281.5t-205 205 t-281.5 75.5q-115 0 -223.5 -48t-187.5 -133q-129 69 -290 69q-227 0 -402.5 -140.5t-224.5 -359.5q-177 -41 -292.5 -186t-115.5 -330zM898 1841q0 -37 27 -64l69 -70q25 -25 59 -28q33 -5 65 24t32 68q0 37 -27 64l-67 70q-26 26 -64 26q-40 0 -67 -26t-27 -64zM1023 -118 q0 -39 26 -63q26 -26 62 -26q38 0 65 26t27 63q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1023 270q0 -38 26 -62q26 -26 62 -26q39 0 65.5 25t26.5 63q0 37 -27 63.5t-65 26.5q-36 0 -62 -26.5t-26 -63.5zM1023 -510q0 -35 26 -61q27 -27 62 -27 q38 0 65 25.5t27 62.5q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1368 89q0 -38 26.5 -64.5t63.5 -26.5t62.5 26.5t25.5 64.5q0 36 -25.5 62t-62.5 26t-63.5 -26t-26.5 -62zM1368 -299q0 -36 26 -62t64 -26t63 25.5t25 62.5q0 38 -25 63t-63 25t-64 -25 t-26 -63zM1475 1369q107 103 261 103q157 0 267.5 -109.5t110.5 -266.5q0 -105 -50 -193q-154 154 -375 154h-33q-47 190 -181 312zM1645 1931q0 -38 26.5 -65t64.5 -27t63.5 26.5t25.5 65.5v220q0 39 -25.5 65.5t-63.5 26.5t-64.5 -27t-26.5 -65v-220zM2240 1687 q0 -39 25 -64q22 -25 58.5 -27.5t67.5 27.5l154 154q28 26 28 64t-28 64q-26 28 -64 28q-37 0 -62 -28l-154 -154q-25 -25 -25 -64zM2323 416q0 -37 27 -64l69 -67q29 -27 66 -27l2 -2q35 0 58 29q28 26 28 64q0 37 -28 65l-66 66q-29 29 -65 29q-38 0 -64.5 -27.5 t-26.5 -65.5zM2479 1096q0 -39 28 -63q25 -28 64 -28h220q38 0 65 26.5t27 64.5t-26.5 63.5t-65.5 25.5h-220q-39 0 -65.5 -25.5t-26.5 -63.5z" />
130
+ <glyph unicode="&#xf06c;" horiz-adv-x="2298" d="M0 530q0 -179 106.5 -320t275.5 -188l-70 -181q-8 -23 15 -23h227l-152 -449h31l465 604q6 7 2 14.5t-15 7.5h-234l266 496q12 23 -15 23h-316q-15 0 -25 -16l-114 -307q-115 29 -190 123.5t-75 215.5q0 135 90 233t225 114l54 3q19 0 24 15l8 63q17 173 146.5 290.5 t305.5 117.5q174 0 305.5 -117.5t149.5 -290.5l8 -63q0 -18 19 -18h172q143 0 246 -102.5t103 -244.5q0 -139 -95.5 -241.5t-232.5 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q141 4 258.5 76.5t185.5 193t68 261.5q0 117 -46 215q122 154 122 351q0 152 -75.5 281.5t-205 205 t-281.5 75.5q-115 0 -223.5 -48t-187.5 -133q-129 69 -290 69q-227 0 -402.5 -140.5t-224.5 -359.5q-177 -41 -292.5 -186t-115.5 -330zM1023 -118q0 -39 26 -63q26 -26 62 -26q38 0 65 26t27 63q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1023 270 q0 -38 26 -62q26 -26 62 -26q39 0 65.5 25t26.5 63q0 37 -27 63.5t-65 26.5q-36 0 -62 -26.5t-26 -63.5zM1023 -510q0 -35 26 -61q27 -27 62 -27q38 0 65 25.5t27 62.5q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1368 89q0 -38 26.5 -64.5t63.5 -26.5 t62.5 26.5t25.5 64.5q0 36 -25.5 62t-62.5 26t-63.5 -26t-26.5 -62zM1368 -299q0 -36 26 -62t64 -26t63 25.5t25 62.5q0 38 -25 63t-63 25t-64 -25t-26 -63zM1475 1369q107 103 261 103q157 0 267.5 -109.5t110.5 -266.5q0 -105 -50 -193q-154 154 -375 154h-33 q-47 190 -181 312z" />
131
+ <glyph unicode="&#xf06d;" horiz-adv-x="2328" d="M0 529q0 -177 106 -316.5t275 -190.5l-69 -181q-7 -22 15 -22h226l-138 -446h30l451 600q6 7 2 14.5t-15 7.5h-232l264 495q11 23 -14 23h-316q-14 0 -24 -16l-114 -307q-114 29 -189.5 124.5t-75.5 214.5q0 133 90.5 231t224.5 114l56 8q21 0 21 19l8 54 q17 173 146.5 290t304.5 117q174 0 305 -117.5t149 -289.5l8 -61q0 -20 18 -20h173q145 0 248 -101.5t103 -243.5q0 -136 -96 -236t-235 -110q-20 0 -20 -20v-145q0 -19 20 -19q213 7 361.5 161.5t148.5 368.5q0 139 -70 261q122 118 161 280l20 73q1 1 1 7q0 13 -16 17 l-66 18q-92 27 -156 89.5t-90.5 130t-25.5 134.5q0 44 11 91l12 65q4 16 -15 25l-85 26q-75 15 -132 15q-59 1 -120.5 -12.5t-126.5 -43t-125.5 -84t-105.5 -128.5q-136 49 -254 49q-226 0 -401 -140.5t-225 -358.5q-177 -42 -292 -185.5t-115 -328.5zM1023 -118 q0 -39 26 -63q26 -26 62 -26q38 0 65 26t27 63q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1023 270q0 -38 26 -62q26 -26 62 -26q39 0 65.5 25t26.5 63q0 37 -27 63.5t-65 26.5q-36 0 -62 -26.5t-26 -63.5zM1023 -510q0 -35 26 -61q27 -27 62 -27 q38 0 65 25.5t27 62.5q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1368 89q0 -38 26.5 -64.5t63.5 -26.5t62.5 26.5t25.5 64.5q0 36 -25.5 62t-62.5 26t-63.5 -26t-26.5 -62zM1368 -299q0 -36 26 -62t64 -26t63 25.5t25 62.5q0 38 -25 63t-63 25t-64 -25 t-26 -63zM1440 1395q53 89 143 137.5t188 48.5h23v-34q0 -102 36 -198t108.5 -177t171.5 -129q-27 -60 -81 -110q-146 125 -343 125h-35q-45 201 -211 337z" />
132
+ <glyph unicode="&#xf06e;" horiz-adv-x="2267" d="M0 771q0 39 27 66q28 26 64 26h218q37 0 61.5 -27t24.5 -65t-24.5 -64.5t-61.5 -26.5h-218q-37 0 -64 27t-27 64zM305 32q0 37 25 65l157 152q24 25 63 25q38 0 63.5 -24t25.5 -61q0 -39 -26 -68l-152 -152q-65 -51 -131 0q-25 27 -25 63zM305 1509q0 37 25 65 q31 26 68 26q35 0 63 -26l152 -157q26 -24 26 -63q0 -38 -25.5 -63.5t-63.5 -25.5q-39 0 -63 26l-157 152q-25 27 -25 66zM577 771q0 149 75 277.5t203.5 203.5t277.5 75q112 0 215 -44.5t177.5 -119t118.5 -177.5t44 -215q0 -150 -74.5 -278t-202.5 -202.5t-278 -74.5 t-278 74.5t-203 202.5t-75 278zM1042 -58q0 38 26.5 64t64.5 26q39 0 65 -26t26 -64v-212q0 -39 -26.5 -66t-64.5 -27t-64.5 27t-26.5 66v212zM1042 1595v218q0 37 27 64t64 27t64 -27t27 -64v-218q0 -37 -26.5 -61.5t-64.5 -24.5t-64.5 24.5t-26.5 61.5zM1053 1134 q139 -17 233.5 -123t94.5 -249q0 -133 -83.5 -234.5t-211.5 -129.5q32 -4 47 -4q156 0 266.5 110.5t110.5 266.5q0 154 -110.5 263t-266.5 109q-41 0 -80 -9zM1631 189q0 37 24 60q24 25 60 25q39 0 64 -25l156 -152q26 -28 26 -65t-26 -63q-64 -50 -128 0l-152 152 q-24 27 -24 68zM1631 1354q0 40 24 63l152 157q28 26 63 26q38 0 64.5 -27t26.5 -64q0 -40 -26 -66l-156 -152q-29 -26 -64 -26q-36 0 -60 25.5t-24 63.5zM1872 771q0 38 26 66q26 26 61 26h216q37 0 64.5 -27.5t27.5 -64.5t-27.5 -64t-64.5 -27h-216q-37 0 -62 26.5 t-25 64.5z" />
133
+ <glyph unicode="&#xf070;" horiz-adv-x="1110" d="M0 771q0 149 75 277.5t203 203.5t277 75q150 0 278 -75t203 -203t75 -278t-75 -278t-203 -202.5t-278 -74.5t-277.5 74.5t-202.5 202.5t-75 278zM475 1134q139 -17 233.5 -123t94.5 -249q0 -133 -83 -234.5t-211 -129.5q32 -4 46 -4q156 0 267 110.5t111 266.5 q0 154 -111 263t-267 109q-41 0 -80 -9z" />
134
+ <glyph unicode="&#xf071;" horiz-adv-x="1688" d="M0 239q0 21 1 31v9q0 3 0.5 6t0.5 5t0.5 5t0.5 4v2q0 5 2 12.5t2 9.5v3q0 2 0.5 5t0.5 4l9 39q0 1 1 2v2l4 15q1 1 1 2q1 2 1 3v3q6 20 11 30q0 1 2 3q1 2 5 16q27 61 67 115l6 8q1 1 3 4t3 4q1 2 7 6q1 3 4 6t4 6q6 4 7 8q2 1 7 6l7 8l811 889l-41 -235l727 778 l-446 -868l446 337l-404 -811l289 199l-499 -889q0 -1 -2 -4.5t-3 -5.5q-1 -1 -2 -4t-2 -5q-1 -1 -2.5 -5t-2.5 -5q-69 -134 -198 -215t-285 -81q-147 0 -272 73t-198 198t-73 272zM128 239q0 -172 121.5 -293.5t293.5 -121.5q131 0 237 75.5t150 196.5q27 68 27 143 q0 172 -121 293t-293 121q-160 0 -277 -107q-65 -57 -101.5 -137t-36.5 -170z" />
135
+ <glyph unicode="&#xf072;" horiz-adv-x="2317" d="M0 757q0 38 29 65q27 27 66 27h220q38 0 64.5 -27t26.5 -65q0 -40 -26.5 -67t-64.5 -27h-220q-40 0 -67.5 27t-27.5 67zM312 1505q0 37 26 66q30 27 70 27q34 0 63 -27l155 -158q27 -25 27 -64q0 -38 -26.5 -64.5t-63.5 -26.5q-41 0 -65 27l-160 154q-26 28 -26 66z M590 757q0 113 45.5 217.5t122 180t181.5 121t219 45.5q153 0 284 -76.5t207 -206.5t76 -281q0 -24 -3 -45q-45 27 -103 27q-39 0 -77 -16q1 11 1 34q0 156 -113 266.5t-272 110.5q-158 0 -270.5 -110.5t-112.5 -266.5v-19q-47 -3 -90 -27q-1 -1 -11 -8t-20 -14.5t-25 -20 t-28 -25.5q-11 51 -11 114zM593 367v16q-1 15 2 35q8 57 45 109q21 26 29 33q1 3 4 6l4 4q4 2 13 11q3 4 8.5 8t7.5 6q8 8 15 11l18 12q23 15 53 15h3q16 0 28 -3q5 -2 14 -7v-1q23 -10 36.5 -30.5t13.5 -44.5q0 -27 -15 -45q-10 -14 -24 -25q-3 -1 -6.5 -3t-4.5 -2l-6 -4 q-6 -5 -10.5 -9t-11.5 -11.5t-12 -14.5t-9.5 -16.5t-5.5 -18.5v-14v-2q6 -24 12 -38q11 -22 36 -47q2 -3 26 -27q138 -125 129 -267q-3 -48 -22.5 -92.5t-45.5 -75t-42 -45.5t-27 -22q-1 -1 -6 -4.5t-8 -4.5q-13 -6 -23 -7q-14 -2 -21 -2q-48 0 -76 32q-23 28 -19 63t35 57 l2 2q2 2 5 4.5t7.5 6.5t9 9t9 11t9 12.5t9 14.5t7.5 16t5 17.5t2 18.5q3 32 -16 64q-8 17 -24 35q-11 13 -16 17q-15 18 -16 19q-3 2 -7.5 6t-6.5 5q-24 22 -36 38q-20 25 -26 34q-31 42 -42 83q-7 23 -8 34q0 3 -2 8.5t-2 9.5zM1007 403q0 9 1 15q4 35 21 68.5t37.5 56.5 t40 40.5t33.5 26.5l13 8q24 15 53 15q18 0 32 -3q1 0 5.5 -2.5t6.5 -4.5q2 0 3 -1q1 0 8 -5q32 -19 40 -58q0 -3 0.5 -7t0.5 -5q0 -5 -2 -12.5t-2 -9.5q-11 -36 -45 -53q-53 -35 -56 -74q-1 -13 0 -23q4 -19 18 -42q18 -26 26 -34q25 -25 30 -29q20 -18 50 -54 q87 -104 79 -213q-3 -48 -22.5 -93t-45.5 -74.5t-43 -45.5t-27 -22l-13 -9q-17 -6 -22 -7q-18 -2 -21 -2h-3q-13 0 -20 2q-3 0 -8.5 1.5t-7.5 1.5q-1 0 -3 1t-4 2.5t-3 1.5q-24 17 -28 22q-25 29 -20 63.5t36 56.5l3 4q4 3 9.5 8.5l12.5 12.5t13.5 17t12.5 20.5t9.5 23.5 t4.5 26q2 64 -74 135q-30 27 -47 46q-89 105 -82 208zM1065 1593v221q0 39 27.5 66t65.5 27q39 0 66 -27t27 -66v-221q0 -38 -27 -63t-66 -25q-38 0 -65.5 25t-27.5 63zM1423 418q4 35 21 68.5t37.5 56.5t40 40.5t32.5 26.5l14 8q4 3 11 8q18 7 40 7q54 0 82 -41 q8 -11 11 -24q2 -4 2 -9v-12q0 -50 -48 -75q-51 -34 -56 -74q-6 -54 73 -128q140 -124 131 -267q-3 -48 -22.5 -92.5t-46 -75t-42 -45.5t-26.5 -22q-26 -16 -44 -17q-5 -1 -16 -1q-48 0 -74 32q-24 28 -20 63t34 57q5 2 19 15t30.5 41t18.5 56q3 64 -75 135q-66 58 -100 124 q-36 70 -27 145zM1667 1349q0 40 24 64l156 158q29 27 65 27q38 0 65.5 -27.5t27.5 -65.5q0 -40 -28 -66l-158 -154q-29 -27 -65 -27q-37 0 -62 26.5t-25 64.5zM1913 757q0 35 28 65q25 27 62 27h220q38 0 66.5 -27.5t28.5 -64.5q0 -39 -28 -66.5t-67 -27.5h-220 q-39 0 -64.5 27t-25.5 67z" />
136
+ <glyph unicode="&#xf073;" horiz-adv-x="842" d="M3 781v2q-1 13 0.5 39t10.5 86t26.5 123t54.5 144t87.5 154t133.5 148.5t185 132.5q25 14 52.5 6t40.5 -33q14 -25 6.5 -53t-32.5 -42q-210 -115 -323 -325q86 40 174 40q172 0 295 -122.5t123 -294.5q0 -13 -0.5 -25.5t-4.5 -55t-12 -82t-25 -99t-40.5 -113t-62 -117.5 t-86 -119.5t-115.5 -112t-148 -101.5q-15 -9 -33 -9q-41 0 -62 37q-14 25 -6 52.5t33 40.5q215 120 326 329q-87 -41 -182 -41q-111 0 -206.5 55t-152 150t-57.5 206zM184 786q0 -98 69 -167t166 -69q91 0 158.5 60.5t77.5 150.5l1 24q0 4 1 5q-1 96 -70.5 162.5 t-167.5 66.5q-89 0 -155.5 -58t-77.5 -145l-2 -27v-3z" />
137
+ <glyph unicode="&#xf074;" horiz-adv-x="1846" d="M0 1002q0 150 96.5 267t246.5 152q36 178 181.5 293.5t332.5 115.5q180 0 320.5 -110.5t183.5 -288.5h30q121 0 226 -52t167.5 -142.5t62.5 -196.5q0 -180 -138 -305q0 -56 -34.5 -128.5t-92.5 -131.5t-117 -72q-20 -99 -92 -167t-174 -91q48 -48 48 -113 q0 -79 -56 -134.5t-135 -55.5q-78 0 -134 55.5t-56 134.5q0 9 4.5 28t4.5 29h-9q-94 0 -161 67.5t-67 161.5q0 37 39 113q-78 41 -125 134h-133q-175 15 -297 138.5t-122 298.5z" />
138
+ <glyph unicode="&#xf075;" horiz-adv-x="1569" d="M118 673q-180 384 55 724q164 237 505 290q26 7 58 9h67q466 -14 683 -414q102 -189 51 -417q-41 -181 -137 -338q-207 -322 -427 -520q-12 -12 -32 -28q-74 -56 -136.5 -58t-139.5 48q-46 27 -79 63q-314 320 -468 641zM130 909q3 -17 10 -47t10 -43q45 -201 185 -312.5 t348 -131.5q46 -5 54.5 3.5t9.5 55.5q-2 13 -5 41.5t-6 41.5q-40 215 -203 313q-29 18 -66.5 36t-65 29t-73.5 28.5t-67 26.5q-25 10 -85 12q-55 0 -46 -53zM855 440q-4 -49 6.5 -59.5t58.5 -4.5q61 7 128 23q171 43 280 182q54 66 82.5 143t50.5 183q8 36 -3.5 49.5 t-46.5 8.5q-94 -16 -170 -43q-184 -69 -280 -185.5t-106 -296.5z" />
139
+ <glyph unicode="&#xf076;" horiz-adv-x="1609" d="M0 794q0 31 21 53t51 22q31 0 52 -22t21 -53q0 -30 -21.5 -51t-51.5 -21t-51 21.5t-21 50.5zM211 794q0 31 21 53t51 22h344l-243 243q-22 20 -22 50.5t22 52.5t52 22t52 -22l242 -242v342q0 31 22 53t53 22q30 0 51 -22t21 -53v-345l244 245q22 22 51.5 22t52.5 -22 q19 -22 19 -52.5t-19 -50.5l-243 -243h344q29 0 50.5 -22t21.5 -53q0 -29 -21.5 -50.5t-50.5 -21.5h-345l244 -244q19 -20 19 -50t-19 -52q-23 -22 -52.5 -22t-51.5 22l-244 245v-346q0 -31 -21 -52.5t-51 -21.5q-31 0 -53 21.5t-22 52.5v343l-242 -242q-22 -22 -52 -22 t-52 22t-22 52t22 50l245 244h-346q-30 0 -51 21.5t-21 50.5zM213 277.5q0 29.5 22 51.5q20 22 50.5 22t52.5 -22t22 -51.5t-22 -51.5t-52.5 -22t-50.5 22q-22 22 -22 51.5zM213 1313.5q0 29.5 22 51.5q20 22 50.5 22t52.5 -22t22 -51.5t-22 -52.5q-22 -22 -52.5 -22 t-50.5 22q-22 23 -22 52.5zM730 64q0 29 22 50.5t53 21.5q30 0 51 -21.5t21 -50.5q0 -31 -21 -52.5t-51 -21.5q-31 0 -53 21.5t-22 52.5zM730 1527q0 31 22 52.5t53 21.5q30 0 51 -21.5t21 -52.5q0 -29 -21 -50.5t-51 -21.5q-31 0 -53 21.5t-22 50.5zM1249 277.5 q0 29.5 22 51.5q20 22 50.5 22t52.5 -22t22 -51.5t-22 -51.5t-52.5 -22t-50.5 22q-22 22 -22 51.5zM1249 1313.5q0 29.5 22 51.5q20 22 50.5 22t52.5 -22t22 -51.5t-22 -52.5q-22 -22 -52.5 -22t-50.5 22q-22 23 -22 52.5zM1463 794q0 31 21.5 53t52.5 22q29 0 50.5 -22 t21.5 -53q0 -29 -21.5 -50.5t-50.5 -21.5q-31 0 -52.5 21.5t-21.5 50.5z" />
140
+ <glyph unicode="&#xf077;" horiz-adv-x="2054" d="M0 605q104 5 176 80.5t72 179.5q0 -104 72 -179.5t176 -80.5q-104 -5 -176 -80.5t-72 -179.5q0 104 -72 179.5t-176 80.5zM248 1373q202 10 342.5 156.5t140.5 349.5q0 -203 141 -349.5t343 -156.5q-133 -6 -244 -75.5t-175.5 -184t-64.5 -248.5q0 204 -140.5 351 t-342.5 157zM602 224q152 7 258 117.5t106 263.5q0 -153 105.5 -263.5t257.5 -117.5q-152 -7 -257.5 -117.5t-105.5 -263.5q0 153 -106 263.5t-258 117.5zM1329 730q152 7 257 117t105 264q0 -153 106 -263.5t258 -117.5q-152 -7 -258 -117t-106 -263q0 153 -105 263 t-257 117z" />
141
+ <glyph unicode="&#xf078;" horiz-adv-x="1110" d="M1 704q0 -147 74.5 -274.5t202.5 -203t276 -75.5q149 0 278 75.5t204.5 203t75.5 274.5q0 96 -56 228.5t-134 245.5q-71 91 -166.5 200.5t-138.5 151.5q-24 20 -63 59l-137 -138q-99 -96 -191 -222t-158.5 -271.5t-66.5 -253.5z" />
142
+ <glyph unicode="&#xf079;" horiz-adv-x="1562" d="M1 923q0 159 62 304t167 249t249.5 166t302.5 62q159 0 303.5 -62t249 -166.5t166.5 -249t62 -303.5q0 -259 -153.5 -462.5t-395.5 -278.5v-351h-452v347q-247 72 -404 278t-157 467zM173 923q0 -248 180 -426q178 -179 429 -179q165 0 305.5 81t222.5 220.5t82 303.5 q0 123 -48.5 235.5t-130.5 194t-195 130t-236 48.5t-235.5 -48.5t-194.5 -130t-130.5 -194t-48.5 -235.5zM235 885v77h231v-77h-231zM351 1262l56 55l162 -162l-55 -56zM621 736q0 67 46.5 116t113.5 51l291 479l70 -37l-215 -515q28 -40 28 -94q0 -70 -49 -118.5 t-119 -48.5q-69 0 -117.5 48.5t-48.5 118.5zM761 1234v231h74v-231h-74zM1074 886v79h231v-79h-231z" />
143
+ <glyph unicode="&#xf07a;" horiz-adv-x="1514" d="M-10 497q0 141 77 323.5t198 353.5q250 330 433 498l80 77q40 -42 88 -77q66 -67 201 -222.5t231 -282.5q114 -162 193 -346.5t79 -323.5q0 -160 -62 -305.5t-167.5 -251.5t-252.5 -168.5t-310 -62.5q-160 0 -305.5 60.5t-251.5 165t-168.5 251t-62.5 311.5zM231 810 q0 -133 56 -212t170 -79q115 0 171.5 78.5t57.5 212.5q-1 134 -57.5 213t-171.5 79q-114 0 -170 -79t-56 -213zM399 810q0 24 0.5 37t2 35t5 34.5t9.5 26t16.5 19.5t24.5 6q22 0 35 -13t18.5 -41t6.5 -48t1 -56t-1 -55.5t-6.5 -47.5t-18.5 -41t-35 -13q-14 0 -24.5 6 t-16.5 19.5t-9.5 26t-5 34.5t-2 34.5t-0.5 36.5zM461 -17h141l532 1146h-144zM920 302q2 -134 58.5 -213t170.5 -79q115 0 170.5 78.5t56.5 213.5q-1 134 -56.5 212.5t-170.5 78.5q-114 0 -170.5 -78.5t-58.5 -212.5zM1088 302q0 36 1 55.5t6.5 47.5t18.5 41t35 13 q15 0 25.5 -6t17 -20t10.5 -25.5t5 -34.5l1.5 -34.5t0.5 -36.5q0 -26 -0.5 -37.5l-1.5 -34.5t-5 -34.5t-10.5 -25.5t-17 -20t-25.5 -6q-22 0 -35 13t-18.5 41t-6.5 48t-1 56z" />
144
+ <glyph unicode="&#xf07b;" horiz-adv-x="1737" d="M1 387h207v388h2l219 -388h212v710h-207v-379h-2l-207 379h-224v-710zM697 370h152l278 744h-151zM1003 387h221l31 101h226l30 -101h227l-259 710h-214zM1303 641l68 218h3l64 -218h-135z" />
145
+ <glyph unicode="&#xf07c;" horiz-adv-x="1771" d="M-8 117q0 8 2 22v508q44 -79 123 -126.5t172 -47.5q94 0 172.5 47.5t122.5 126.5q44 -79 122.5 -126.5t172.5 -47.5q93 0 171.5 47.5t122.5 126.5q45 -79 123 -126.5t171 -47.5t172 47.5t123 126.5v-513q0 -3 0.5 -8.5t0.5 -8.5q0 -2 -0.5 -7.5t-0.5 -8.5q-5 -37 -32 -64 t-64 -32q-3 0 -8.5 -1t-8.5 -1q-2 0 -7.5 1t-8.5 1h-1511q-3 0 -8 -1t-8 -1t-8.5 1t-7.5 1q-36 5 -62 30t-34 60q-2 14 -2 22zM580 1299.5q0 25.5 18 44.5l236 237l3 2q1 0 1 1q1 0 1 1q1 0 1 1h1q1 0 1 1t1 2h2l1 1h1l1 1h1l1 1h1q1 1 2 1h1q0 1 2 1q1 1 2 1l4 2h1q1 0 1 1 h2h1h3h1l1 1h2h1h6h2h2q1 0 2 -1h2h1h3q0 -1 1 -1h1h1q2 -2 3 -2l2 -1h1h1l1 -1h1l1 -1q1 0 1 -1h2q1 0 1 -0.5t1 -0.5q1 -1 2 -1q0 -2 1 -2l1 -1h2l1 -1l1 -1l1 -1l2 -2l237 -237q19 -19 19 -44.5t-19 -43.5q-18 -19 -43.5 -19t-43.5 19l-131 130v-736q0 -25 -18 -43 t-44 -18t-44.5 18t-18.5 43v736l-130 -130q-19 -19 -44.5 -19t-43.5 19q-18 18 -18 43.5z" />
146
+ <glyph unicode="&#xf07d;" horiz-adv-x="2357" d="M0 939q0 148 92.5 265t233.5 149q41 176 181.5 289t321.5 113q176 0 314.5 -110.5t179.5 -282.5h28q176 0 300.5 -123.5t124.5 -299.5q0 -1 -0.5 -4t-0.5 -6q120 -128 120 -304q0 -121 -60.5 -224.5t-163 -163.5t-222.5 -60q-154 0 -273.5 95t-157.5 241h-609 q-171 7 -290 130.5t-119 295.5zM145 939q0 -112 77.5 -194.5t186.5 -87.5h605q6 4 12 4h104q5 0 9 -4h229q109 5 187 87.5t78 194.5q0 113 -84 195.5t-198 82.5h-138q-15 0 -15 15l-7 50q-14 139 -119 233.5t-243 94.5q-142 0 -246 -94t-118 -234l-6 -50q0 -15 -17 -15h-43 q-108 -12 -181 -91t-73 -187zM806 -22q-40 52 0 104l121 123q22 19 55 19q30 0 49 -19t19 -50q0 -32 -19 -51l-122 -126q-20 -20 -52 -20q-31 0 -51 20zM1168 513q34 -86 110.5 -139t170.5 -53q124 0 210.5 89t86.5 215q0 62 -20 112q-53 -98 -148.5 -159t-209.5 -65h-200z M1376 -40q0 30 21.5 50t51.5 20q29 0 53 -22q20 -20 20 -48v-175q0 -30 -21.5 -52t-51.5 -22t-51.5 22t-21.5 52v175zM1846 155q0 29 20.5 49t50.5 20q31 0 50 -19l126 -123q21 -23 21 -51q0 -30 -21.5 -51.5t-52.5 -21.5q-33 0 -53 20l-121 126q-20 23 -20 51zM1846 1095 q0 31 20 50l121 126q22 20 53 20q30 0 53 -20q21 -24 21 -54q0 -28 -21 -51l-126 -123q-20 -20 -50 -20t-50.5 20.5t-20.5 51.5zM2040 625q0 30 20 51t50 21h173q31 0 53 -21t22 -51q0 -31 -22 -52.5t-53 -21.5h-173q-30 0 -50 21.5t-20 52.5z" />
147
+ <glyph unicode="&#xf07e;" horiz-adv-x="2436" d="M-1 899q0 184 115.5 328.5t291.5 185.5q50 219 225 359t401 140q221 0 393.5 -137t224.5 -351h35q144 0 266 -69.5t193 -190.5t71 -265q0 -184 -113 -329q103 -88 241 -93l70 -6q19 0 19 -20v-82q1 -162 -78 -299t-215.5 -216.5t-297.5 -79.5q-123 0 -233.5 47 t-189.5 127t-125.5 190t-46.5 231h-735q-214 10 -363 163t-149 367zM181 899q0 -139 96.5 -241t233.5 -109h1194q137 7 233.5 109t96.5 241q0 140 -104 243t-246 103h-173q-18 0 -18 18l-8 62q-18 173 -149 289.5t-305 116.5q-176 0 -305.5 -116.5t-145.5 -289.5l-8 -62 q0 -18 -21 -18h-56q-134 -16 -224.5 -114.5t-90.5 -231.5zM1400 369q0 -127 64 -231.5t164.5 -160.5t212.5 -56q99 0 194.5 48t169 145.5t91.5 223.5q-172 35 -290 139q-135 -104 -301 -108h-305z" />
148
+ <glyph unicode="&#xf080;" horiz-adv-x="2436" d="M0 896q0 184 115 328t292 185q50 219 225 359.5t401 140.5q221 0 393.5 -137t224.5 -351h35q144 0 266 -69.5t193 -190.5t71 -265q0 -32 -3 -65q104 -82 164 -203.5t60 -259.5q0 -123 -47.5 -233.5t-127.5 -189.5t-190.5 -125.5t-231.5 -46.5q-120 0 -230 47 t-189.5 126.5t-127 189.5t-47.5 230h-734q-214 10 -363 163t-149 367zM182 896q0 -139 96.5 -241.5t233.5 -109.5h1194q137 7 234 109.5t97 241.5q0 140 -104 242.5t-247 102.5h-173q-18 0 -18 18l-8 62q-18 173 -149 290t-305 117q-175 0 -304.5 -117t-146.5 -290l-8 -62 q0 -18 -21 -18h-56q-134 -16 -224.5 -114t-90.5 -231zM1383 351q10 -180 146.5 -302t310.5 -122q96 0 181 37.5t143 99.5t91 141.5t33 162.5q0 78 -31.5 157t-90.5 144q-62 -132 -186 -215t-274 -88h-308q0 -3 2 -13q-12 -2 -17 -2z" />
149
+ <glyph unicode="&#xf081;" horiz-adv-x="1755" d="M0 235q0 126 72.5 223t193.5 135q51 174 212 266v37q0 233 147.5 410.5t373.5 219.5q57 10 115 10h3q33 0 75 -5q41 -3 78 -12l97 -30q21 -11 17 -28l-14 -75q-12 -51 -12 -103q0 -56 17.5 -114.5t53 -115t97 -103t141.5 -70.5l76 -22q18 -4 18 -19q0 -6 -1 -8l-19 -73 q-9 -39 -23 -78q-24 -70 -75 -146q0 1 -1 1q-70 -101 -175 -168q22 -54 22 -132q0 -158 -110.5 -269.5t-265.5 -111.5h-731q-155 0 -268.5 113t-113.5 268zM211 235q0 -72 49.5 -122.5t121.5 -50.5h731q69 0 119.5 51t50.5 122q0 69 -50.5 119.5t-119.5 50.5h-140 q-17 0 -27 24l-9 68q-11 92 -79.5 154t-161.5 62q-91 0 -157.5 -62t-77.5 -154l-11 -59q0 -24 -20 -24l-67 -9q-66 -6 -109 -54.5t-43 -115.5zM683 918h13q148 0 265.5 -83.5t164.5 -223.5q124 0 217 -77q111 69 163 187q-166 84 -259.5 240t-93.5 332v36q-5 0 -13 0.5 t-13 0.5q-98 0 -189 -42t-154 -120l-3 2q-87 -108 -98 -252z" />
150
+ <glyph unicode="&#xf082;" horiz-adv-x="2539" d="M0 521q0 -39 30 -66q26 -30 67 -30h1567q46 0 78 -32t32 -79q0 -46 -31.5 -76.5t-78.5 -30.5t-78 31q-26 28 -64 28q-40 0 -68.5 -27.5t-28.5 -65.5q0 -40 30 -67q90 -88 209 -88q125 0 214 86t89 210t-89.5 213.5t-213.5 89.5h-1567q-40 0 -68.5 -28t-28.5 -68zM0 871 q0 -37 30 -65q28 -28 67 -28h2138q125 0 214.5 87t89.5 210q0 124 -89.5 212t-214.5 88q-123 0 -208 -85q-29 -26 -29 -71q0 -41 27.5 -67t67.5 -26q39 0 67 26q30 33 75 33q46 0 77.5 -32t31.5 -78t-31.5 -77t-77.5 -31h-2138q-40 0 -68.5 -28t-28.5 -68zM168 133 q0 -38 26 -62q26 -26 62 -26q39 0 66 25t27 63q0 37 -27.5 63.5t-65.5 26.5q-36 0 -62 -26.5t-26 -63.5zM269 1192q0 -38 26 -62q26 -26 62 -26q39 0 65.5 25t26.5 63q0 37 -27 63.5t-65 26.5q-36 0 -62 -26.5t-26 -63.5zM592 1438q0 -38 26 -62q26 -26 62 -26q39 0 66 25 t27 63q0 37 -27.5 63.5t-65.5 26.5q-36 0 -62 -26.5t-26 -63.5zM602 201q0 -37 27 -62q26 -26 61 -26q39 0 66 25t27 63q0 37 -27.5 63.5t-65.5 26.5q-36 0 -62 -26.5t-26 -63.5zM1048 1249q0 -38 26 -62q26 -26 62 -26q39 0 66 25t27 63q0 37 -27.5 63.5t-65.5 26.5 q-36 0 -62 -26.5t-26 -63.5zM1082 77q0 -37 27 -62q26 -26 61 -26q39 0 66 25t27 63q0 37 -27.5 63.5t-65.5 26.5q-36 0 -62 -26.5t-26 -63.5zM1560 1266q0 -37 26 -61q27 -27 62 -27q39 0 66 25t27 63q0 37 -27.5 64t-65.5 27q-35 0 -61.5 -27t-26.5 -64zM2103 513 q0 -38 26 -62q26 -26 62 -26q39 0 65.5 25t26.5 63q0 37 -27 63.5t-65 26.5q-36 0 -62 -26.5t-26 -63.5z" />
151
+ <glyph unicode="&#xf083;" horiz-adv-x="1755" d="M0 239q0 -155 113.5 -268.5t268.5 -113.5h731q155 0 265.5 112t110.5 270q0 77 -22 131q133 85 210.5 226.5t77.5 302.5q0 130 -50.5 248.5t-136.5 204t-204 136.5t-247 51q-175 0 -322.5 -86t-232 -233t-84.5 -321v-36q-161 -92 -212 -266q-121 -38 -193.5 -135 t-72.5 -223zM211 239q0 67 43 115t109 54l67 9q20 0 20 24l11 60q11 92 77.5 154t157.5 62q93 0 161.5 -62t79.5 -154l9 -69q10 -24 27 -24h140q69 0 119.5 -50t50.5 -119q0 -72 -50.5 -123t-119.5 -51h-731q-72 0 -121.5 51t-49.5 123zM683 921q11 175 135.5 294t298.5 119 q178 0 302.5 -127t124.5 -308q0 -112 -54 -207.5t-147 -154.5q-94 78 -217 78q-47 140 -164.5 223t-265.5 83h-13z" />
152
+ <glyph unicode="&#xf084;" horiz-adv-x="2216" d="M3 768q2 54 53 168.5t142 245.5q298 417 841 440v47q0 33 22.5 53.5t51.5 20.5q30 0 53 -20.5t23 -53.5v-47q157 -7 293 -48t236.5 -106.5t172 -135t128.5 -150.5q66 -95 113 -202.5t65 -171.5t19 -65v-9v-11q0 -28 -22.5 -46.5t-52.5 -18.5q-50 0 -64 28 q-125 140 -272 140q-55 -3 -110 -24.5t-88 -44.5t-62 -46.5t-30 -24.5q-30 -28 -57 -28q-36 0 -55 19q-116 116 -214 141v-786v-8v-14t-0.5 -18t-1.5 -22t-4 -24.5t-6.5 -27t-9.5 -28t-13.5 -28.5t-18 -27.5t-22.5 -26.5q-81 -94 -233 -94q-162 0 -243 94q-19 19 -33.5 41 t-22 43.5t-13 41t-6.5 38.5t-1.5 31.5t0.5 25t1 13.5q0 29 25 50t59 15q28 0 47 -24.5t19 -59.5q-10 -65 27 -112q33 -47 141 -47q83 0 121 38q21 21 30.5 51t8.5 50l-1 20v785q-117 -28 -206 -122q-7 -13 -25 -24.5t-32 -11.5q-28 0 -64 36q-128 143 -272 140 q-64 -1 -120 -21t-84 -40.5t-58 -48t-34 -30.5q-33 -23 -54.5 -23t-51.5 18q-26 16 -31.5 34t-3.5 53zM226 920q108 57 205 57h9q184 0 336 -142q61 53 148 94t189 48h9q184 0 336 -142q61 53 148 94t189 48h10q90 0 187 -47q-71 137 -94 177q-287 374 -793 374 q-253 0 -452 -96t-325 -278q-40 -56 -102 -187z" />
153
+ <glyph unicode="&#xf085;" horiz-adv-x="2884" d="M0 80q0 -38 29 -64q27 -27 65 -27h627q41 0 72.5 -30t31.5 -73t-31.5 -74t-72.5 -31t-73 32q-29 26 -65 26q-38 0 -64 -25.5t-26 -63.5t26 -64q85 -85 202 -85q118 0 201 83.5t83 201.5t-83 201.5t-201 83.5h-627q-38 0 -66 -27t-28 -64zM0 401q0 -36 29 -62 q26 -26 65 -26h1170q118 0 201.5 83.5t83.5 201.5t-83 200t-202 82q-121 0 -201 -81q-25 -26 -25 -65t24.5 -63.5t63.5 -24.5q38 0 66 25q30 30 72 30t72.5 -30t30.5 -73t-30.5 -74t-72.5 -31h-1170q-38 0 -66 -27.5t-28 -64.5zM617 1099q0 38 28 66q28 26 64 26h217 q37 0 62 -27t25 -65t-25 -64.5t-62 -26.5h-217q-38 0 -65 27t-27 64zM922 1837q0 37 25 65q31 26 68 26q35 0 63 -26l152 -157q26 -24 26 -63q0 -38 -26 -63.5t-63 -25.5q-39 0 -63 26l-157 152q-25 27 -25 66zM1194 1112v7q3 146 79 269.5t203 195t274 71.5 q112 0 215 -44.5t177.5 -119t118.5 -177.5t44 -215q0 -150 -74 -277.5t-201 -202t-277 -75.5h-22q-11 0 -18.5 8t-7.5 19v130q0 21 23 21h26q154 1 263.5 111.5t109.5 265.5q0 154 -110.5 263t-266.5 109q-151 0 -260 -104t-115 -253q0 -9 -8.5 -18.5t-27.5 -9.5h-121 q-24 0 -24 26zM1659 58v212q0 38 26.5 64t64.5 26q40 0 65.5 -26t25.5 -64v-212q0 -39 -26.5 -66t-64.5 -27t-64.5 27t-26.5 66zM1659 1923v218q0 37 26.5 64t64.5 27t64.5 -27t26.5 -64v-218q0 -37 -26.5 -61.5t-64.5 -24.5t-64.5 24.5t-26.5 61.5zM2248 517q0 37 24 60 q24 25 61 25q39 0 64 -25l155 -152q26 -28 26 -65t-26 -63q-64 -50 -128 0l-152 152q-24 27 -24 68zM2248 1682q0 40 24 63l152 157q28 26 63 26q37 0 64 -27t27 -64q0 -40 -26 -66l-155 -152q-29 -26 -64 -26q-36 0 -60.5 25.5t-24.5 63.5zM2489 1099q0 38 26 66 q26 26 61 26h216q37 0 65 -27.5t28 -64.5t-28 -64t-65 -27h-216q-37 0 -62 26.5t-25 64.5z" />
154
+ <glyph unicode="&#xf086;" horiz-adv-x="2316" d="M0 528q0 185 113.5 328t292.5 183q37 165 149.5 288.5t269.5 176.5q99 34 206 34q130 0 251 -51q45 75 105.5 130t125 84.5t125.5 43.5t120 14q61 0 131 -17l87 -27q22 -9 15 -24l-15 -64q-11 -50 -11 -92q0 -50 15.5 -101t46.5 -100t85 -89t123 -61l66 -23q16 -4 16 -17 q0 -3 -2 -7l-19 -72q-44 -172 -160 -274q64 -112 69 -239q1 -8 1 -24q0 -143 -71 -264.5t-192.5 -192.5t-264.5 -71h-1153q-143 0 -264 71t-191 192.5t-70 264.5zM182 528q0 -142 102 -246t241 -104h1153q142 0 243.5 103t101.5 247q0 140 -102 241.5t-243 101.5h-190 l-11 80q-16 162 -134 276.5t-281 127.5q-5 0 -15.5 1t-15.5 1q-81 0 -164 -31v2q-117 -45 -196.5 -146t-95.5 -231l-7 -77l-73 -3q-135 -16 -224 -113t-89 -230zM1435 1393q170 -145 210 -339h34q199 0 338 -126q53 50 81 114q-146 69 -230 210t-84 297v26q-8 1 -26 1 q-93 2 -181 -46.5t-142 -136.5z" />
155
+ <glyph unicode="&#xf087;" horiz-adv-x="676" d="M-1 778v305q0 31 20.5 51.5t50.5 20.5h306q30 0 50.5 -20.5t20.5 -51.5q0 -30 -20.5 -49.5t-50.5 -19.5h-133l414 -414q18 -21 18 -53q0 -30 -18 -49q-20 -19 -54 -19q-31 0 -50 19l-411 413v-133q0 -31 -20.5 -51.5t-51.5 -20.5q-30 0 -50.5 21t-20.5 51z" />
156
+ <glyph unicode="&#xf088;" horiz-adv-x="677" d="M0 1067q0 31 18 50q20 19 54 19q31 0 50 -19l413 -413v133q0 31 20.5 51.5t51.5 20.5q30 0 50.5 -21t20.5 -51v-306q0 -31 -20.5 -51.5t-50.5 -20.5h-306q-30 0 -50.5 20.5t-20.5 51.5q0 30 20.5 50t50.5 20h132l-415 414q-18 21 -18 52z" />
157
+ <glyph unicode="&#xf089;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767q0 -23 16.5 -40t40.5 -17q23 0 40 17t17 40v455q0 24 -17 40.5t-40 16.5q-24 0 -40.5 -16.5t-16.5 -40.5v-455z" />
158
+ <glyph unicode="&#xf08a;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v455q0 24 16.5 40.5t40.5 16.5q23 0 40 -16.5t17 -40.5v-241l51 89q12 20 35.5 26t43.5 -6q20 -11 26.5 -34t-5.5 -43l-156 -267q-13 -36 -52 -36q-24 0 -40.5 16.5t-16.5 40.5z " />
159
+ <glyph unicode="&#xf08b;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v1v454q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-356l190 107q20 12 43 6t34 -28q12 -20 5.5 -43t-26.5 -35l-265 -148q-17 -15 -38 -15q-24 0 -40.5 16.5t-16.5 40.5z " />
160
+ <glyph unicode="&#xf08c;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v455q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-397h258q24 0 40.5 -16.5t16.5 -40.5q0 -23 -16.5 -40t-40.5 -17h-303q-3 -1 -12 -1q-24 0 -40.5 16.5t-16.5 40.5z" />
161
+ <glyph unicode="&#xf08d;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v455q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-420l245 -143q20 -12 26 -34.5t-6 -42.5q-16 -29 -49 -29q-17 0 -29 8l-261 152q-17 5 -28.5 20t-11.5 34z" />
162
+ <glyph unicode="&#xf08e;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v1v454q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-438l147 -262q12 -22 5.5 -44.5t-26.5 -34.5q-11 -6 -28 -6q-34 0 -50 28l-150 266q-12 15 -12 36z" />
163
+ <glyph unicode="&#xf08f;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 453v769q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-769q0 -24 -16.5 -41t-40.5 -17t-40.5 17t-16.5 41z" />
164
+ <glyph unicode="&#xf090;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM556.5 477.5q-6.5 22.5 5.5 44.5l148 262v438q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-454v-1q0 -20 -13 -36l-149 -266q-16 -28 -51 -28q-16 0 -27 6q-21 12 -27.5 34.5z" />
165
+ <glyph unicode="&#xf091;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM439 624.5q6 22.5 26 34.5l245 143v420q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-455q0 -19 -11.5 -34t-28.5 -20l-262 -152q-12 -8 -28 -8q-33 0 -49 29q-12 20 -6 42.5z" />
166
+ <glyph unicode="&#xf092;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM394 768q0 24 16.5 40.5t40.5 16.5h259v397q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-455q0 -24 -16.5 -40.5t-40.5 -16.5q-10 0 -13 1h-303q-24 0 -40.5 17t-16.5 40z" />
167
+ <glyph unicode="&#xf093;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM437 908q-7 23 5 43q11 20 34.5 27t43.5 -5l190 -107v356q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-454v-1q0 -24 -16.5 -40.5t-40.5 -16.5q-21 0 -38 15l-265 148q-20 12 -27 35 z" />
168
+ <glyph unicode="&#xf094;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM553 1056q6 23 26 34q20 12 43.5 6t34.5 -26l53 -89v241q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-455q0 -24 -16.5 -40.5t-40.5 -16.5q-41 0 -54 36l-154 267q-12 20 -6 43z" />
169
+ <glyph unicode="&#xf095;" d="M0 769q0 157 61 299.5t164 245.5t245.5 164t298.5 61q157 0 299.5 -61t245.5 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245.5t-245.5 -164t-299.5 -61q-156 0 -298.5 61t-245.5 164t-164 245.5t-61 298.5zM82 769q0 -139 54.5 -266.5t146.5 -219.5 t219.5 -146.5t266.5 -54.5q140 0 267 54.5t219.5 146.5t147 219.5t54.5 266.5q0 186 -92.5 344.5t-251 251t-344.5 92.5q-139 0 -266.5 -54.5t-219.5 -147t-146.5 -219.5t-54.5 -267z" />
170
+ <glyph unicode="&#xf096;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q135 -53 237 -140.5t160.5 -192.5t86.5 -214t28 -221q0 -66 -5 -125.5t-20 -127.5t-38.5 -127t-63 -118.5t-92 -108t-127.5 -91t-166 -71.5z" />
171
+ <glyph unicode="&#xf097;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q113 -60 197.5 -149.5t133 -193t72 -209.5t23.5 -216q0 -93 -9 -173.5t-36.5 -172.5t-72.5 -166t-124 -142.5t-184 -114.5z" />
172
+ <glyph unicode="&#xf098;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q175 -129 258 -335.5t83 -432.5q0 -92 -7 -170.5t-29.5 -168.5t-58.5 -163.5t-99 -144.5t-147 -122z" />
173
+ <glyph unicode="&#xf099;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q132 -142 194 -344.5t62 -423.5q0 -90 -5.5 -166.5t-22 -164.5t-44 -161.5t-74.5 -146.5t-110 -130z" />
174
+ <glyph unicode="&#xf09a;" d="M768 0q209 0 386 103t280 280t103 386t-103 385.5t-280 279.5t-386 103q171 -297 171 -768q0 -239 -35.5 -430t-135.5 -339z" />
175
+ <glyph unicode="&#xf09b;" d="M768 0q209 0 386 103t280 280t103 386t-103 385.5t-280 279.5t-386 103q171 -297 171 -768q0 -239 -35.5 -430t-135.5 -339z" />
176
+ <glyph unicode="&#xf09c;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103v-1537z" />
177
+ <glyph unicode="&#xf09d;" d="M695 769q0 -464 74 -769q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q-74 -381 -74 -768z" />
178
+ <glyph unicode="&#xf09e;" d="M622 769q0 -488 146 -769q209 0 386 103t280 280t103 386t-103 385.5t-280 279.5t-386 103q-146 -350 -146 -768z" />
179
+ <glyph unicode="&#xf09f;" d="M550 770q0 -245 48.5 -436.5t171.5 -333.5q156 0 298.5 61t245.5 164t164 245.5t61 299.5t-61 299t-164 245t-245.5 164t-298.5 61q-104 -149 -162 -350t-58 -419z" />
180
+ <glyph unicode="&#xf0a0;" d="M477 770q0 -122 13.5 -225t45.5 -204t91 -187.5t143 -153.5q157 0 299 61t245 164t164 245.5t61 299.5q0 209 -103 386t-280 280t-386 103q-138 -133 -215.5 -336.5t-77.5 -432.5z" />
181
+ <glyph unicode="&#xf0a1;" d="M403 770q0 -127 17 -233t57 -207.5t114 -185t179 -144.5q156 0 298.5 61t245.5 164t164 245.5t61 299.5t-61 299t-164 245t-245.5 164t-298.5 61q-171 -117 -269 -323.5t-98 -445.5z" />
182
+ <glyph unicode="&#xf0a2;" d="M330 770q0 -105 12 -193.5t42.5 -177t79.5 -160t126.5 -133.5t179.5 -106q157 0 299 61t245 164t164 245.5t61 299.5q0 209 -103 386t-280 280t-386 103q-204 -102 -322 -310.5t-118 -458.5z" />
183
+ <glyph unicode="&#xf0a3;" d="M0 769q0 -209 103 -386t280 -280t386 -103t385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103t-386 -103t-280 -279.5t-103 -385.5z" />
184
+ <glyph unicode="&#xf0a4;" d="M0 766q0 -125 38.5 -242t109.5 -211t165 -165t211 -109.5t242 -38.5q515 143 515 766q0 121 -28.5 230t-77 193t-115 153t-140.5 115t-154 73q-156 0 -298 -60.5t-244.5 -163t-163 -244t-60.5 -296.5z" />
185
+ <glyph unicode="&#xf0a5;" d="M0 766q0 -125 38.5 -242t109.5 -211t165 -165t211 -109.5t242 -38.5q443 177 443 766q0 142 -37 268.5t-100.5 220.5t-140.5 163t-165 113q-208 0 -384.5 -102.5t-279 -278.5t-102.5 -384z" />
186
+ <glyph unicode="&#xf0a6;" d="M0 766q0 -125 38.5 -242t109.5 -211t165 -165t211 -109.5t242 -38.5q370 212 370 766q0 134 -30.5 255.5t-84 216.5t-117.5 168t-138 127q-156 0 -298 -60.5t-244.5 -163.5t-163 -245t-60.5 -298z" />
187
+ <glyph unicode="&#xf0a7;" d="M0 767q0 -156 60.5 -298t163.5 -245t245 -163.5t298 -60.5q296 245 296 767q0 240 -83.5 434.5t-212.5 332.5q-208 0 -385 -103t-279.5 -279.5t-102.5 -384.5z" />
188
+ <glyph unicode="&#xf0a8;" d="M0 767q0 -208 103 -384.5t279.5 -279.5t384.5 -103q222 282 222 767q0 406 -222 767q-208 0 -384.5 -102.5t-279.5 -279.5t-103 -385z" />
189
+ <glyph unicode="&#xf0a9;" d="M0 768q0 -209 103 -385.5t279.5 -279.5t385.5 -103q147 315 147 768q0 354 -147 767q-156 0 -298.5 -60.5t-245 -163.5t-163.5 -245t-61 -298z" />
190
+ <glyph unicode="&#xf0aa;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103v1537q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
191
+ <glyph unicode="&#xf0ab;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103q-102 322 -102 769q0 351 102 768q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
192
+ <glyph unicode="&#xf0ac;" d="M0 769q0 -209 103 -386t280 -280t386 -103q-206 281 -206 769q0 408 206 768q-209 0 -386 -103t-280 -279.5t-103 -385.5z" />
193
+ <glyph unicode="&#xf0ad;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103q-306 239 -306 769q0 238 85.5 437t220.5 331q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
194
+ <glyph unicode="&#xf0ae;" d="M0 769q0 -209 103 -386t280 -280t386 -103q-212 103 -311 295.5t-99 473.5q0 259 115.5 461t294.5 307q-209 0 -386 -103t-280 -279.5t-103 -385.5z" />
195
+ <glyph unicode="&#xf0af;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103q-265 81 -388.5 274.5t-123.5 494.5q0 142 41 269.5t111.5 223.5t162 166.5t197.5 108.5q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
196
+ <glyph unicode="&#xf0b0;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103q-149 57 -259 128t-175.5 143.5t-104.5 159.5t-52.5 165t-13.5 172q0 67 5.5 123.5t22 121t44 119.5t74 113.5t108.5 107.5t151 97t200 87q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
197
+ <glyph unicode="&#xf0b1;" d="M0 765q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 765q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM503 366l256 895q1 10 10 10t10 -10l255 -895q4 -11 -1.5 -17t-16.5 0l-237 89q-10 4 -20 0l-239 -89q-10 -6 -14.5 0t-2.5 17z" />
198
+ <glyph unicode="&#xf0b2;" horiz-adv-x="2883" d="M0 526v1q0 185 115.5 329t292.5 186q49 219 224.5 360t402.5 141q159 0 290 -70q80 85 188 133.5t223 48.5q152 0 281.5 -75.5t205 -205t75.5 -281.5q0 -197 -122 -351q46 -98 46 -215q0 -141 -68 -261.5t-185.5 -193.5t-258.5 -77q-21 0 -21 19v143q0 19 21 19 q137 7 232.5 109.5t95.5 241.5q0 142 -103 244t-246 102h-172q-19 0 -19 18l-8 63q-18 173 -149.5 290.5t-305.5 117.5q-176 0 -305.5 -117.5t-146.5 -290.5l-8 -63q-5 -14 -24 -14l-54 -4q-135 -16 -225 -113.5t-90 -232.5v-5h3q2 -156 118 -259q35 -31 79 -52v-2 q66 -30 129 -33q18 0 18 -18v-143q0 -18 -18 -18q-83 5 -158 32v-2q-133 46 -225.5 153t-118.5 246v4q-1 1 -1 3q-8 40 -8 93zM587 -239q0 5 2 13.5t2 12.5l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54 -43.5t7 -66.5l-15 -64q-16 -70 -81 -70q-5 0 -15.5 1.5t-13.5 1.5 q-33 10 -49.5 35t-16.5 52zM666 75q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -61.5t-63 -24.5q-37 0 -61 26q-27 25 -27 60zM841 -563q0 6 4 24l14 62q11 36 44 54.5t67 7.5q37 -7 56 -39t9 -73l-14 -63q-16 -65 -85 -65q-8 0 -26 4q-35 10 -52 35.5t-17 52.5zM898 1838 q0 38 27 64t67 26q38 0 64 -26l67 -70q27 -27 27 -64q0 -39 -32 -68.5t-65 -24.5q-33 3 -59 29l-69 70q-27 27 -27 64zM925 -254q0 37 25 62t63 25t63 -25t25 -62q0 -38 -25 -63t-63 -25q-35 0 -62 27q-26 26 -26 61zM991 -11q0 15 3 28l24 96q11 37 44 56.5t68 8.5 q38 -11 56.5 -42.5t7.5 -66.5l-28 -96q-13 -44 -44 -60.5t-68 -6.5q-32 6 -48.5 32.5t-14.5 50.5zM1286 -240q0 5 1.5 14t1.5 12l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54.5 -44t7.5 -67l-15 -64q-16 -69 -81 -69q-5 0 -16 1.5t-14 1.5q-32 10 -48.5 35t-16.5 52zM1365 74 q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25q-37 0 -62 27q-26 24 -26 60zM1475 1366q134 -122 181 -312h33q220 0 375 -155q50 88 50 194q0 157 -110.5 266.5t-267.5 109.5q-154 0 -261 -103zM1645 1928v219q0 38 27 65.5t64 27.5q38 0 63.5 -27t25.5 -66v-219 q0 -39 -25.5 -66t-63.5 -27q-37 0 -64 27.5t-27 65.5zM2240 1683q0 39 25 64l154 155q24 27 62 27q39 0 64 -27q28 -26 28 -64t-28 -64l-154 -155q-31 -30 -67.5 -27.5t-58.5 27.5q-25 25 -25 64zM2323 413q0 38 26.5 65t64.5 27q37 0 65 -28l66 -67q28 -28 28 -65 q0 -38 -28 -64q-22 -28 -58 -28l-2 2q-38 0 -66 26l-69 68q-27 27 -27 64zM2479 1093q0 38 26.5 63.5t65.5 25.5h220q39 0 65.5 -25.5t26.5 -63.5t-27 -65t-65 -27h-220q-38 0 -64 29q-28 24 -28 63z" />
199
+ <glyph unicode="&#xf0b3;" horiz-adv-x="2298" d="M0 519v1v1q0 185 115.5 330t292.5 186q49 219 224.5 359.5t402.5 140.5q159 0 290 -70q80 85 188 133.5t223 48.5q152 0 281.5 -75.5t205 -205t75.5 -281.5q0 -197 -122 -351q46 -98 46 -215q0 -141 -68 -261.5t-185.5 -193t-258.5 -76.5q-21 0 -21 18v143q0 19 21 19 q137 7 232.5 109.5t95.5 241.5q0 142 -103 244t-246 102h-172q-19 0 -19 19l-8 63q-18 173 -149.5 290.5t-305.5 117.5q-176 0 -305.5 -117.5t-146.5 -290.5l-8 -63q-5 -15 -24 -15l-54 -4q-135 -16 -225 -113.5t-90 -232.5v-4q2 -2 3 -2q1 -136 96 -237q45 -47 98 -71v-2 q60 -31 132 -36q18 0 18 -18v-143q0 -18 -18 -18q-78 4 -153 31q-121 40 -209.5 131.5t-125.5 213.5q-23 75 -23 153zM587 -246q0 5 2 14t2 13l10 62q11 38 44 57t72 9q36 -11 54 -44t7 -67l-15 -64q-16 -70 -81 -70q-5 0 -15.5 1.5t-13.5 1.5q-33 10 -49.5 35t-16.5 52z M666 69q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25q-37 0 -61 26q-27 25 -27 61zM841 -569q0 6 4 24l14 63q11 36 44 54t67 7q37 -7 56 -39t9 -73l-14 -62q-17 -66 -85 -66q-8 0 -26 4q-35 10 -52 35.5t-17 52.5zM925 -259q0 37 25 61.5t63 24.5t63 -24.5 t25 -61.5q0 -38 -25 -63t-63 -25q-36 0 -62 26t-26 62zM991 -17q0 15 3 28l24 96q11 38 44 57t68 9q38 -11 56.5 -43t7.5 -67l-28 -96q-13 -44 -44 -60t-68 -6q-32 6 -48.5 32t-14.5 50zM1286 -246q0 5 1.5 15t1.5 12l10 62q11 38 44 57t72 9q36 -11 54.5 -44t7.5 -67 l-15 -64q-16 -70 -81 -70q-5 0 -16 1.5t-14 1.5q-32 10 -48.5 35t-16.5 52zM1365 69q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25t-62 26q-26 24 -26 61zM1475 1360q134 -122 181 -312h33q221 0 375 -154q50 88 50 193q0 157 -110.5 266.5t-267.5 109.5 q-154 0 -261 -103z" />
200
+ <glyph unicode="&#xf0b4;" horiz-adv-x="2328" d="M0 504v6v2v5v5v1v2v9v7v2q7 179 121 317t286 178q50 218 225 358t401 140q118 0 254 -49q45 74 105.5 128.5t125.5 84t126.5 43t120.5 12.5q62 0 132 -14l85 -27q19 -9 15 -25l-12 -65q-11 -47 -11 -90q0 -49 15.5 -101t47 -101.5t85.5 -90.5t124 -62l66 -18 q16 -4 16 -17q0 -6 -1 -7l-20 -73q-39 -162 -161 -280q70 -122 70 -261q0 -214 -148.5 -368.5t-361.5 -161.5q-20 0 -20 20v145q0 19 20 19q139 10 235 110t96 236q0 143 -103 244.5t-248 101.5h-173q-18 0 -18 19l-8 62q-18 172 -149 289.5t-305 117.5q-175 0 -304.5 -117 t-146.5 -290l-8 -55q0 -18 -21 -18l-56 -8q-134 -16 -224.5 -114.5t-90.5 -231.5v-2l1 -1h2q1 -84 39 -158t104 -122h1l1 -1l1 -1q35 -25 66 -37q54 -24 114 -26q18 0 18 -18v-143q0 -19 -18 -19q-149 7 -272 88h-1q-106 69 -169.5 180t-68.5 241zM587 -240q0 5 2 13.5 t2 12.5l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54 -44t7 -67l-15 -64q-16 -69 -81 -69q-5 0 -15.5 1.5t-13.5 1.5q-33 10 -49.5 35t-16.5 52zM666 74q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25q-36 0 -61 27q-27 25 -27 60zM841 -566q0 6 4 24l14 63 q11 36 44 54.5t67 7.5q37 -7 56 -39t9 -73l-14 -63q-16 -65 -85 -65q-12 0 -26 3q-35 10 -52 35.5t-17 52.5zM925 -256q0 37 25 62t63 25t63 -25t25 -62q0 -38 -25 -63t-63 -25q-36 0 -62 26t-26 62zM991 -14q0 15 3 29l24 96q11 37 44 56.5t68 8.5q38 -11 56.5 -43t7.5 -67 l-28 -96q-13 -44 -44 -60t-68 -6q-32 6 -48.5 32t-14.5 50zM1286 -242q0 5 1.5 14t1.5 12l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54.5 -44t7.5 -67l-15 -64q-16 -70 -81 -70q-5 0 -15 2t-15 2q-32 10 -48.5 35t-16.5 52zM1365 72q0 38 25 63t63 25t63 -25t25 -63 q0 -37 -25 -62t-63 -25t-62 26q-26 24 -26 61zM1440 1390q166 -136 211 -337h35q196 0 343 -126q54 49 81 111q-99 48 -171.5 129t-108.5 177t-36 198v33h-23q-99 0 -188.5 -48t-142.5 -137z" />
201
+ <glyph unicode="&#xf0b5;" horiz-adv-x="2328" d="M0 523q0 185 115.5 330t292.5 186q49 219 224.5 359.5t402.5 140.5q130 0 235 -43q0 -1 1 -2q134 -52 236 -165h3q108 -117 146 -279h33q173 0 302 -92v1q85 -57 142.5 -142t77.5 -186q6 -34 8 -55v-1v-5q0 -1 1.5 -18t1.5 -26v-1v-2q0 -141 -68 -261.5t-185.5 -193 t-258.5 -76.5q-21 0 -21 18v143q0 20 21 20q137 7 232.5 109t95.5 241q0 142 -103 244.5t-246 102.5h-172q-19 0 -19 18l-8 63q-16 160 -135 276q-1 1 -2.5 3t-2.5 3q-2 2 -4 2q0 3 -2 3q-116 106 -273 120q-11 1 -36 1q-176 0 -305.5 -117.5t-146.5 -290.5l-8 -63 q-5 -15 -24 -15l-54 -3q-135 -16 -225 -114t-90 -233v-4h3q1 -76 32.5 -144t85.5 -116q33 -29 79 -51v-1q64 -31 129 -34q18 0 18 -19v-143q0 -18 -18 -18q-83 5 -158 32v-1q-133 46 -225.5 153t-118.5 246v3q-1 1 -1 4q-8 41 -8 93zM587 -242q0 5 2 13.5t2 12.5l10 63 q11 38 43.5 56.5t72.5 8.5q36 -11 54 -44t7 -67l-15 -64q-16 -70 -81 -70q-5 0 -14.5 2t-14.5 2q-33 10 -49.5 35t-16.5 52zM666 72q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25q-37 0 -61 26q-27 25 -27 61zM841 -567q0 6 4 24l14 63q11 36 44 54.5t67 7.5 q37 -7 56 -39t9 -73l-14 -63q-16 -65 -85 -65q-12 0 -26 3q-35 10 -52 35.5t-17 52.5zM925 -257q0 37 25 62t63 25t63 -25t25 -62q0 -38 -25 -63t-63 -25q-36 0 -62 26t-26 62zM991 -15q0 16 3 29l24 96q11 37 44 56.5t68 8.5q38 -11 56.5 -43t7.5 -67l-28 -96 q-13 -44 -44 -60t-68 -6q-32 6 -48.5 32t-14.5 50zM1286 -243q0 5 1.5 14t1.5 12l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54.5 -44t7.5 -67l-15 -64q-16 -70 -81 -70q-5 0 -15 2t-15 2q-32 10 -48.5 35t-16.5 52zM1365 71q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62 t-63 -25t-62 26q-26 24 -26 61z" />
202
+ <glyph unicode="&#xf0b6;" horiz-adv-x="2267" d="M0 665q0 38 27 65q29 27 64 27h218q37 0 61.5 -27t24.5 -65t-24.5 -64.5t-61.5 -26.5h-218q-37 0 -64 27t-27 64zM305 1402q0 37 25 65q32 27 68 27q34 0 63 -27l152 -156q26 -24 26 -63q0 -38 -25.5 -63.5t-63.5 -25.5q-39 0 -63 26l-157 152q-25 27 -25 65zM322 409 q0 36 25 59t68 23h609q43 0 68.5 -23t25.5 -59q0 -43 -25 -68.5t-69 -25.5h-609q-43 0 -68 25t-25 69zM427 94q0 35 29.5 64t64.5 29q42 0 67.5 -28t25.5 -65q0 -44 -25 -69t-68 -25q-37 0 -65.5 26t-28.5 68zM578 634v7q5 201 139.5 350t330.5 180h2h3q31 6 81 6t81 -6h2h2 q196 -31 330.5 -180t139.5 -350v-7q0 -26 -24 -26h-121q-19 0 -27 10t-8 19q-6 149 -115 252.5t-260 103.5t-260 -103.5t-115 -252.5q0 -9 -8.5 -19t-27.5 -10h-121q-24 0 -24 26zM685 94q0 37 25.5 65t67.5 28h409q35 0 64.5 -29t29.5 -64q0 -42 -28.5 -68t-65.5 -26h-409 q-43 0 -68 25t-25 69zM1042 1489v217q0 38 27 65t64 27t64 -27t27 -65v-217q0 -37 -26.5 -62t-64.5 -25t-64.5 25t-26.5 62zM1187 409q0 34 29 58t65 24t65 -24t29 -58q0 -42 -28.5 -68t-65.5 -26t-65.5 26t-28.5 68zM1351 94q0 37 26 65t68 28h198q42 0 67.5 -28t25.5 -65 q0 -44 -24.5 -69t-68.5 -25h-198q-43 0 -68.5 25t-25.5 69zM1445 409q0 34 28.5 58t64.5 24h327q35 0 58 -23.5t23 -58.5q0 -43 -22.5 -68.5t-58.5 -25.5h-327q-37 0 -65 26t-28 68zM1631 1248q0 40 24 63l152 156q29 27 63 27q37 0 64 -27t27 -65q0 -39 -26 -65l-156 -152 q-29 -26 -64 -26q-36 0 -60 25.5t-24 63.5zM1872 665q0 37 26 65q27 27 61 27h216q37 0 64.5 -27.5t27.5 -64.5t-27.5 -64t-64.5 -27h-216q-37 0 -62 26.5t-25 64.5z" />
203
+ <glyph unicode="&#xf0b7;" horiz-adv-x="2149" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1423 315q0 -83 26 -146.5 t70 -100.5t97 -55t112 -18q82 0 150 27.5t111.5 74t75.5 101.5t48.5 115.5t24 110t7.5 91.5q0 155 -85.5 240t-226.5 85q-79 0 -152.5 -37.5t-131 -104t-92 -166.5t-34.5 -217zM1642 309q0 24 4.5 61.5t17.5 89t32.5 94.5t55 73.5t79.5 30.5t69 -28t25 -84 q0 -154 -53 -261.5t-131 -107.5q-99 0 -99 132z" />
204
+ <glyph unicode="&#xf0b8;" horiz-adv-x="1990" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1384 0h263l176 851h-263z" />
205
+ <glyph unicode="&#xf0b9;" horiz-adv-x="2165" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1366 0h706l43 202h-392v3 q32 15 92 39t101.5 41t92.5 47t82 61t53 79.5t22 106.5q0 89 -46 149.5t-115 86t-155 25.5q-155 0 -253.5 -83.5t-117.5 -246.5h223q0 59 34.5 100t97.5 41q48 0 72 -25.5t24 -57.5q0 -19 -3.5 -34.5t-16.5 -30t-22.5 -23.5t-36.5 -24t-42.5 -23t-56.5 -27 q-141 -69 -175 -89q-128 -77 -177 -190q-25 -56 -34 -127z" />
206
+ <glyph unicode="&#xf0ba;" horiz-adv-x="2145" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1405 249q0 -43 17 -84t53 -79.5 t102.5 -62t155.5 -23.5q193 0 281 77t88 208q0 58 -32.5 106t-84.5 54v2q69 12 114.5 62t45.5 120q0 49 -18 87t-46.5 62t-68.5 39.5t-80.5 21.5t-85.5 6q-148 0 -243 -71.5t-117 -214.5h217q7 49 40.5 76.5t83.5 27.5q46 0 72.5 -19.5t26.5 -53.5q0 -75 -135 -75h-50 l-31 -149h47q109 0 109 -75q0 -50 -36 -77t-88 -27q-61 0 -89 36q-27 34 -22 95h-221q-5 -30 -5 -69z" />
207
+ <glyph unicode="&#xf0bb;" horiz-adv-x="2155" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1395 160h381l-34 -165h235l38 165 h108l38 203h-107l96 463h-237l-472 -444zM1635 363l239 236h3l-52 -236h-190z" />
208
+ <glyph unicode="&#xf0bc;" horiz-adv-x="2158" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1403 264q-4 -51 12.5 -97.5 t53 -86t104 -63t158.5 -23.5q92 0 163.5 24.5t111.5 60.5t65.5 84t34 87.5t8.5 78.5q0 107 -68.5 172t-176.5 65q-111 0 -155 -46h-2l37 109h368l42 201h-559l-155 -476h213q26 54 118 54q51 0 82 -26.5t31 -79.5q0 -54 -37 -87t-107 -33q-50 0 -78 18q-34 18 -38 64h-226z " />
209
+ <glyph unicode="&#xf0bd;" horiz-adv-x="2168" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1439 334q0 -153 80 -246t244 -93 q152 0 250.5 92.5t98.5 243.5q0 103 -71 167.5t-176 64.5q-117 0 -183 -80h-2q53 186 176 186q40 0 62 -15q20 -14 25 -44h225q-2 50 -20.5 90t-47 66t-67 43t-79.5 24t-85 7q-100 0 -179 -38.5t-124.5 -95t-75.5 -128.5t-40.5 -131.5t-10.5 -112.5zM1658 286q0 59 39 89.5 t88 30.5q30 0 51.5 -9t32 -20.5t16.5 -28.5t7 -26.5t1 -20.5q0 -50 -34 -84t-91 -34q-49 0 -79.5 28.5t-30.5 74.5z" />
210
+ <glyph unicode="&#xf0be;" horiz-adv-x="2187" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1504 -5h263q42 207 148.5 370.5 t230.5 260.5l41 199h-636l-44 -202h372q-316 -318 -375 -628z" />
211
+ <glyph unicode="&#xf0bf;" horiz-adv-x="2153" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1395 233q0 -117 91.5 -177.5 t246.5 -60.5q95 0 168 19t114 47t66.5 66.5t33.5 70.5t8 65q0 66 -38 113.5t-100 60.5l2 3v-1q72 10 119 63.5t47 126.5q0 61 -28 104.5t-76 65.5t-98 31.5t-108 9.5q-76 0 -137 -15t-99 -39.5t-63 -57t-35 -64.5t-10 -66q0 -55 29 -96t80 -57v-3q-90 -10 -151.5 -65.5 t-61.5 -143.5zM1621 257q0 56 45 82t108 26q65 0 94.5 -29.5t29.5 -63.5v-14q0 -45 -40.5 -68t-103.5 -23l3 1q-22 0 -43 3t-43.5 12t-36 28t-13.5 46zM1702 585q0 51 39.5 74t95.5 23q48 0 81.5 -21.5t33.5 -67.5q0 -12 -5 -25t-18 -28.5t-42 -25.5t-70 -10 q-64 0 -89.5 24.5t-25.5 56.5z" />
212
+ <glyph unicode="&#xf0c0;" horiz-adv-x="2133" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1406 223q3 -63 30 -109t71.5 -71 t95.5 -36.5t111 -11.5q91 0 165.5 34t120.5 86.5t77.5 120.5t44 131.5t12.5 122.5q0 169 -86.5 259.5t-231.5 90.5q-149 0 -252 -91t-103 -239q0 -106 67.5 -173t173.5 -67q57 0 111.5 23t76.5 58h3q-19 -76 -62 -130t-113 -54q-46 0 -63 11q-20 17 -26 45h-223zM1680 530 q0 50 31 86.5t92 36.5q54 0 82.5 -27.5t28.5 -81.5q0 -15 -6 -33t-19 -38t-39 -33t-60 -13t-57.5 12t-34 30.5t-14.5 33.5t-4 27z" />
213
+ <glyph unicode="&#xf0c1;" horiz-adv-x="2545" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1376 6h262l175 847h-261z M1823 317q0 -83 26 -147t70 -101t96.5 -55.5t111.5 -18.5q98 0 175 40t121 99t73 133.5t39 135t10 112.5q0 155 -85 240t-227 85q-165 0 -287.5 -146t-122.5 -377zM2042 307q0 25 4.5 62.5t17.5 89.5t32.5 95.5t55 74t79.5 30.5q43 0 69 -29t26 -84q0 -154 -53.5 -261.5 t-131.5 -107.5q-99 0 -99 130z" />
214
+ <glyph unicode="&#xf0c2;" horiz-adv-x="2219" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1384 -5h263l176 852h-263z M1781 -5h262l176 852h-261z" />
215
+ <glyph unicode="&#xf0c3;" horiz-adv-x="2563" d="M9 891q0 -28 18 -43q19 -18 45 -18h1109q28 0 49 -20t21 -49t-21 -50t-49 -21q-29 0 -50 22q-20 17 -43 17q-26 0 -43.5 -17t-17.5 -42q0 -26 18 -44q57 -57 136 -57t134.5 56t55.5 136q0 79 -55.5 135.5t-134.5 56.5h-1109q-26 0 -44.5 -18.5t-18.5 -43.5zM9 1107 q0 -27 18 -42q19 -17 45 -17h1473q79 0 135 56t56 135t-56 134.5t-135 55.5q-78 0 -135 -54q-17 -20 -17 -45q0 -26 17 -42.5t43 -16.5q24 0 44 17q19 19 48 19q28 0 49 -19.5t21 -48.5t-21 -50t-49 -21h-1473q-26 0 -44.5 -18t-18.5 -43zM1384 -5h263l176 852h-263z M1763 -5h706l43 203h-391v2q32 15 92 39t101 41t92 47t82 61.5t53 80t22 106.5q0 89 -46 149t-115 85t-155 25q-155 0 -253 -83.5t-117 -246.5h221q0 60 35 101t99 41q48 0 71.5 -25.5t23.5 -58.5q0 -52 -35 -81t-133 -77q-6 -2 -9 -4q-142 -68 -176 -88q-127 -76 -176 -186 q-26 -58 -35 -131z" />
216
+ <glyph unicode="&#xf0c4;" horiz-adv-x="2708" d="M1 747q0 -38 28 -64q25 -27 64 -27h1005q37 0 62.5 26.5t25.5 64.5q0 37 -25 62.5t-63 25.5h-1005q-38 0 -65 -25.5t-27 -62.5zM37 91q0 -39 27 -64q26 -27 64 -27h1006q38 0 65 27t27 64t-27 62.5t-65 25.5h-1006q-38 0 -64.5 -25.5t-26.5 -62.5zM183 422q0 -38 27 -63 t67 -25h1003q38 0 63 25t25 63q0 40 -25 65.5t-63 25.5h-1003q-40 0 -67 -26t-27 -65zM442 1099q0 38 28 66q28 26 64 26h217q37 0 62 -27t25 -65t-25 -64.5t-62 -26.5h-217q-38 0 -65 27t-27 64zM747 1837q0 36 26 65q31 26 67 26q35 0 63 -26l152 -157q26 -24 26 -63 q0 -38 -25.5 -63.5t-63.5 -25.5q-39 0 -63 26l-156 152q-26 28 -26 66zM1019 1112v7q3 146 79 269.5t203 195t274 71.5q112 0 215 -44.5t177.5 -119t118.5 -177.5t44 -215q0 -150 -74 -277.5t-201 -202t-277 -75.5h-21q-11 0 -19 8t-8 19v130q0 21 23 21h26 q154 1 263.5 111.5t109.5 265.5q0 154 -110.5 263t-266.5 109q-151 0 -260 -104t-115 -253q0 -9 -8 -18.5t-27 -9.5h-122q-24 0 -24 26zM1485 58v212q0 38 26 64t64 26q39 0 65 -26t26 -64v-212q0 -39 -26.5 -66t-64.5 -27t-64 26.5t-26 66.5zM1485 1923v218q0 38 26.5 64.5 t63.5 26.5t64 -27t27 -64v-218q0 -37 -26.5 -61.5t-64.5 -24.5t-64 24.5t-26 61.5zM2073 517q0 37 24 60q24 25 61 25q39 0 64 -25l155 -152q26 -28 26 -65t-26 -63q-64 -50 -128 0l-152 152q-24 27 -24 68zM2073 1682q0 40 24 63l152 157q28 26 63 26q38 0 64.5 -27 t26.5 -64q0 -40 -26 -66l-155 -152q-29 -26 -64 -26q-36 0 -60.5 25.5t-24.5 63.5zM2314 1099q0 37 27 66q26 26 60 26h216q37 0 65 -27.5t28 -64.5t-28 -64t-65 -27h-216q-37 0 -62 26.5t-25 64.5z" />
217
+ <glyph unicode="&#xf0c5;" horiz-adv-x="2118" d="M0 65q0 26 18.5 45t43.5 19h43q-34 105 -56 221q-34 176 -34 319q0 274 97 513q98 234 275 401q179 170 416 258q241 92 524 92q170 0 320 -30q151 -35 291 -110l181 -97l-200 -42q-93 -21 -128 -83q-25 -52 3 -118l44 -101l-109 -5q-69 -5 -126 -29q-52 -25 -62 -53 q-17 -36 38 -107l86 -102l-134 -19q-248 -37 -406.5 -102.5t-250.5 -169.5q-90 -100 -133.5 -253t-47.5 -383h561v297l-41 -25q-22 -14 -48.5 -7.5t-39.5 29.5q-14 22 -8.5 48.5t28.5 40.5l407 254l2 2q1 0 1 1h2q2 0 3 1q11 4 24 7h3h3q2 -2 3 -2h1h1h3h1h1q0 -1 2 -1h1h2 l2 -1h1h1q2 -1 2 -3h2q1 0 1 -1q3 0 3 -1q1 0 3 -1l2 -1l407 -251q23 -14 28.5 -41t-8.5 -49q-13 -22 -39.5 -28t-48.5 8l-33 20v-296h102q25 0 42.5 -19t17.5 -45q1 -27 -17 -46t-43 -19h-1968q-26 0 -44 18.5t-18 46.5zM165 669q0 -114 32 -291q24 -130 58 -226h287 q8 232 48 383q56 204 171 330q117 131 308 209q131 55 332 93l-9 27q-16 73 10 131q36 82 137 129q11 5 20 8q-138 32 -277 15q-159 -20 -297 -91q-177 -93 -321 -264q-16 -19 -41 -19q-19 0 -33 11q-16 14 -18.5 36.5t11.5 39.5q160 190 356 291q157 79 335 101 q91 12 178 2t122 -18t48 -13l9 -3q8 49 26 90q25 47 68 85q-48 15 -111 30q-128 28 -287 28q-252 0 -471 -82q-214 -82 -365 -228q-157 -146 -238 -348q-88 -215 -88 -456zM1384 129h414v376l-211 129l-203 -127v-378z" />
218
+ <glyph unicode="&#xf0c6;" horiz-adv-x="2080" d="M0 699q0 -25 18 -42.5t43 -17.5h318q23 0 40 14t21 36l96 562l173 -1406q4 -23 20.5 -38t38.5 -15q24 0 41 15t21 38l133 1032l111 -299q6 -18 21.5 -29t34.5 -11h5q19 1 34.5 14t20.5 33l163 732l76 -1406q1 -23 16 -39.5t38 -18.5t41 11t23 35l176 740h296 q25 0 43 17.5t18 42.5t-18 43t-43 18h-344q-21 0 -37.5 -13t-21.5 -33l-89 -378l-77 1426q-1 23 -17 39.5t-38 17.5q-23 2 -41.5 -11.5t-23.5 -36.5l-213 -957l-124 337q-7 19 -25.5 30t-38.5 9q-21 -2 -35.5 -17t-18.5 -36l-105 -801l-163 1339q-4 23 -20 37.5t-38 15.5 q-23 1 -40.5 -13t-21.5 -37l-158 -918h-268q-25 0 -43 -18t-18 -43z" />
219
+ <glyph unicode="&#xf0c7;" horiz-adv-x="1628" d="M1 2q0 48 31 81.5t75 33.5v2l1404 -4q10 2 11 2q44 -1 75 -35t30 -82q0 -48 -31 -81t-75 -33v-1l-1391 3q-16 -2 -24 -2q-44 1 -75 34.5t-30 81.5zM89 585q-2 68 17 162q9 48 47 146q4 8 14 30q2 -3 4 -5t2 -3q17 -71 52 -128q33 -52 87 -74q42 -17 117 -19q3 0 8.5 -0.5 t8.5 -0.5q-53 53 -84 107q-48 83 -61 193q-10 86 10 209q4 24 31 108q24 75 68 137q52 78 149 161q59 50 166 114q11 7 37 20q0 -3 -0.5 -5.5t-0.5 -4v-2.5q-39 -92 -52 -185q-10 -84 26 -158q27 -58 98 -123q15 -15 63.5 -61.5t74.5 -72.5l27 -27q42 61 47 144 q7 88 -15 192q0 1 1 12q4 -3 32 -26q89 -80 137 -143q77 -100 113 -186q30 -73 40 -149q9 -68 8 -112q-2 -125 -27 -209q-11 -34 -20 -55q40 11 69 28q40 25 64 70q26 46 41 105q0 2 3 5q1 -3 5 -9.5t5 -10.5q20 -50 29 -103q12 -60 8 -121q-3 -46 -17 -86q-13 -38 -24 -62 q-30 -61 -66 -104q-10 -12 -15 -17h-1171q-2 2 -7 6t-8 7q-43 41 -88 121q-13 24 -31 74q-19 50 -22 111z" />
220
+ <glyph unicode="&#xf0c8;" horiz-adv-x="1646" d="M11 -81q-20 44 10 86l149 285q2 6 12 16q7 7 41 31q3 2 73 53q76 52 179 127l192 318q27 44 77 44h75q-26 -30 -48 -64t-41 -91t-19 -114.5t30 -133t94 -148.5q44 -50 53 -99t-11 -89t-63 -78.5t-94 -67t-114 -55.5t-112.5 -43.5t-99.5 -30.5h-301q-26 0 -49 14.5 t-33 39.5zM305 1505q0 74 48.5 132.5t123.5 76.5q18 89 91 147t166 58q90 0 160 -55.5t92 -144.5h15q92 0 160 -57.5t68 -138.5q0 -89 -69 -152q0 -44 -38.5 -99.5t-83.5 -65.5q-10 -49 -46 -83.5t-87 -45.5q24 -26 24 -58q0 -40 -28 -67t-68 -27q-39 0 -67 27.5t-28 66.5 q0 5 2.5 15t2.5 14h-5q-46 0 -80 34t-34 80q0 19 19 57q-38 20 -61 67h-67q-87 8 -148.5 69.5t-61.5 149.5zM797.5 680q-0.5 26 8 57.5t17 50.5t22.5 47.5t20 43.5h40q44 0 70 -34l7 -11l140 -265l496 -558l4 -3q34 -43 9 -94q-24 -49 -80 -49h-600q28 25 46.5 42t48.5 52.5 t45 65.5t25 73.5t1 84t-40 89.5t-86 97t-93.5 93.5t-60 81.5t-30.5 73t-9.5 63z" />
221
+ <glyph unicode="&#xf0c9;" horiz-adv-x="1549" d="M7 746q0 157 61.5 300.5t165.5 248t248 166.5t302 62h125q26 -7 26 -30l4 -96q6 -208 150.5 -355.5t349.5 -155.5l91 -7q25 0 25 -25v-108q1 -164 -62 -311h-219q81 119 103 270q-268 56 -429.5 230t-186.5 409q-155 -8 -283.5 -95.5t-199 -221.5t-70.5 -281 q0 -171 89 -311h-226q-64 148 -64 311zM37 105q0 46 30 73q28 28 74 28h281l331 312q16 13 37 0l337 -312h295q43 0 73.5 -29.5t30.5 -71.5q0 -43 -30.5 -74t-73.5 -31h-361q-16 0 -31 8l-257 242l-255 -242q-13 -8 -30 -8h-347q-43 0 -73.5 31t-30.5 74z" />
222
+ <glyph unicode="&#xf0ca;" horiz-adv-x="1549" d="M0 746q0 157 61.5 300.5t165.5 248t248 166.5t302 62h125q26 -7 26 -30l5 -96q3 -103 43 -195.5t106.5 -160.5t157.5 -109.5t192 -45.5l91 -7q26 0 26 -25v-108q1 -162 -63 -311h-219q81 119 103 270q-268 56 -429.5 230t-186.5 409q-155 -8 -283.5 -95.5t-199 -221.5 t-70.5 -281q0 -171 89 -311h-226q-64 148 -64 311zM27 103q0 42 32 74q29 29 72 29h343q17 0 30 -8l251 -237l255 237q11 8 31 8h352q43 0 73.5 -30t30.5 -73t-30.5 -73.5t-73.5 -30.5h-286l-334 -303q-20 -14 -36 0l-329 303h-277q-43 0 -73.5 30.5t-30.5 73.5z" />
223
+ <glyph unicode="&#xf0cb;" horiz-adv-x="2294" d="M0 979v34q0 16 11 26.5t27 10.5h809q16 0 27 -10.5t11 -26.5v-34q0 -16 -11 -26.5t-27 -10.5h-47v-176h226q4 45 37.5 76t79.5 31t79 -31t37 -76h141v362q-22 1 -37.5 17.5t-15.5 39.5v33q0 23 17.5 40t41.5 17h212q24 0 40.5 -17t16.5 -40v-33q0 -23 -14.5 -39.5 t-36.5 -17.5v-362h166q44 0 75.5 -32t31.5 -76v-312l398 -519h-506v324h-76q17 -42 17 -89q0 -97 -68.5 -166t-165.5 -69t-166 69t-69 166q0 47 17 89h-107q18 -44 18 -89q0 -97 -69.5 -166t-166.5 -69t-165.5 69t-68.5 166q0 47 17 89h-126q19 -47 19 -89q0 -97 -69.5 -166 t-166.5 -69t-166 69t-69 166q0 46 18 90q-39 6 -65 36t-26 70v92h-2v592h-45q-16 0 -27 10.5t-11 26.5zM219 558q0 -34 24 -57.5t58 -23.5h154q34 0 57 23.5t23 57.5v245q0 33 -23.5 56.5t-56.5 23.5h-154q-34 0 -58 -24t-24 -56v-245zM1230 1752q0 -66 50 -111 q0 -32 28 -72.5t60 -46.5q7 -36 33 -60.5t63 -32.5q-17 -17 -17 -42q0 -29 19.5 -48.5t48.5 -19.5t49 20t20 48q0 3 -1.5 10t-1.5 11h3q34 0 58 24.5t24 58.5q0 16 -13 40q28 15 44 50h48q63 5 107.5 49.5t44.5 107.5q0 54 -35 96t-89 55q-13 64 -66 106t-120 42 q-65 0 -115 -40t-66 -104h-12q-66 0 -115 -41.5t-49 -99.5z" />
224
+ <glyph unicode="&#xf0cc;" horiz-adv-x="1107" d="M0 -293v1829h110v-1829h-110zM184 746v790l923 -394z" />
225
+ <glyph unicode="&#xf0cd;" horiz-adv-x="923" d="M0 -293v1829h110v-1829h-110zM184 -63v790l923 -394zM184 746v790l923 -394z" />
226
+ <glyph unicode="&#xf0ce;" horiz-adv-x="1117" d="M0 -293v1829h121v-1829h-121zM206 832v704h912v-704h-912zM458 1046h406v267h-406v-267z" />
227
+ <glyph unicode="&#xf0cf;" d="M0 -293v1829h121v-1829h-121zM206 35v704h912v-704h-912zM206 832v704h912v-704h-912zM458 249h406v268h-406v-268zM458 1046h406v267h-406v-267z" />
228
+ <glyph unicode="&#xf0d0;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM863 1449q168 -92 275.5 -266.5t107.5 -413.5q0 -502 -352 -675q241 45 401 235t160 440 q0 170 -78 318t-213.5 243.5t-300.5 118.5z" />
229
+ <glyph unicode="&#xf0d1;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM830 1453q152 -101 249 -276.5t97 -407.5q0 -492 -327 -682q169 20 307.5 115t218.5 244.5 t80 322.5q0 176 -83 328t-226 246.5t-316 109.5z" />
230
+ <glyph unicode="&#xf0d2;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM808 1454q131 -113 214 -288t83 -397q0 -475 -284 -686q131 10 248 68t202 149t134.5 213.5 t49.5 255.5q0 179 -86 333.5t-235 248.5t-326 103z" />
231
+ <glyph unicode="&#xf0d3;" horiz-adv-x="1755" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM792 1455q108 -130 175.5 -303t67.5 -383q0 -450 -234 -687q134 6 255 63t208.5 148.5 t139 215.5t51.5 260q0 182 -88.5 337.5t-241 249t-333.5 99.5z" />
232
+ <glyph unicode="&#xf0d4;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM779 1455q187 -330 187 -686q0 -426 -181 -687q137 3 261 59t213.5 147.5t142.5 217 t53 263.5q0 184 -90.5 341t-246 249.5t-339.5 95.5z" />
233
+ <glyph unicode="&#xf0d5;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM769 1455q126 -363 126 -686q0 -402 -121 -687q138 1 264.5 55.5t217.5 146.5t145 219 t54 266t-54.5 266t-146.5 219t-219 146.5t-266 54.5z" />
234
+ <glyph unicode="&#xf0d6;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM755 82h13q140 0 267 54.5t219 146.5t146.5 219t54.5 267q0 139 -54.5 266t-146.5 219 t-219 146.5t-267 54.5h-13v-1373z" />
235
+ <glyph unicode="&#xf0d7;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM658 769q0 -390 84 -687h26q140 0 267 54.5t219 146.5t146.5 219t54.5 267q0 139 -54.5 266 t-146.5 219t-219 146.5t-267 54.5h-23q-87 -368 -87 -686z" />
236
+ <glyph unicode="&#xf0d8;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM561 769q0 -425 165 -686q15 -1 42 -1q140 0 267 54.5t219 146.5t146.5 219t54.5 267 q0 139 -54.5 266t-146.5 219t-219 146.5t-267 54.5q-24 0 -37 -1q-170 -322 -170 -685z" />
237
+ <glyph unicode="&#xf0d9;" d="M0 769q0 208 103 385t280 280t385 103q156 0 298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298.5 61t-245 164t-163.5 245.5t-61 298.5zM464 769q0 -455 239 -684q7 0 20.5 -1t24 -1.5t20.5 -0.5q139 0 266.5 54.5 t219.5 146.5t146.5 219t54.5 267q0 139 -54.5 266t-146.5 219t-219.5 146.5t-266.5 54.5q-37 0 -55 -2q-111 -125 -180 -301.5t-69 -382.5z" />
238
+ <glyph unicode="&#xf0da;" d="M0 769q0 157 61 299.5t164 245.5t245.5 164t298.5 61q157 0 299.5 -61t245.5 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245.5t-245.5 -164t-299.5 -61q-156 0 -298.5 61t-245.5 164t-164 245.5t-61 298.5zM368 770q0 -479 304 -681q45 -7 97 -7 q140 0 267 54.5t219.5 146.5t147 219.5t54.5 266.5q0 186 -92.5 344.5t-251 251t-344.5 92.5q-46 0 -81 -4q-143 -109 -231.5 -286.5t-88.5 -396.5z" />
239
+ <glyph unicode="&#xf0db;" d="M0 769q0 157 61 299.5t164 245.5t245.5 164t298.5 61q157 0 299.5 -61t245.5 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245.5t-245.5 -164t-299.5 -61q-156 0 -298.5 61t-245.5 164t-164 245.5t-61 298.5zM271 769q0 -487 339 -668q75 -19 159 -19 q140 0 267 54.5t219.5 146.5t147 219.5t54.5 266.5q0 186 -92.5 344.5t-251 251t-344.5 92.5q-70 0 -126 -11q-167 -96 -269.5 -272.5t-102.5 -404.5z" />
240
+ <glyph unicode="&#xf0dc;" d="M0 769q0 157 61 299.5t164 245.5t245.5 164t298.5 61q157 0 299.5 -61t245.5 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245.5t-245.5 -164t-299.5 -61q-156 0 -298.5 61t-245.5 164t-164 245.5t-61 298.5zM183 769q0 -80 10 -147t39 -142.5t77 -138.5 t128 -127t189 -117q69 -15 143 -15q140 0 267 54.5t219.5 146.5t147 219.5t54.5 266.5q0 186 -92.5 344.5t-251 251t-344.5 92.5q-87 0 -158 -18q-90 -43 -160 -93.5t-115.5 -105.5t-77 -110.5t-47 -119t-22 -119.5t-6.5 -122z" />
241
+ <glyph unicode="&#xf0dd;" d="M0 769q0 157 61 299.5t164 245.5t245.5 164t298.5 61q157 0 299.5 -61t245.5 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245.5t-245.5 -164t-299.5 -61q-156 0 -298.5 61t-245.5 164t-164 245.5t-61 298.5zM82 769q0 -139 54.5 -266.5t146.5 -219.5 t219.5 -146.5t266.5 -54.5q140 0 267 54.5t219.5 146.5t147 219.5t54.5 266.5q0 186 -92.5 344.5t-251 251t-344.5 92.5q-139 0 -266.5 -54.5t-219.5 -147t-146.5 -219.5t-54.5 -267z" />
242
+ <glyph unicode="&#xf0de;" d="M0 770q0 209 103.5 385.5t280.5 279t386 102.5t385.5 -102.5t279 -279t102.5 -385.5t-102.5 -386t-279 -280.5t-385.5 -103.5t-386 103.5t-280.5 280.5t-103.5 386zM82 770q0 -139 55 -266.5t147 -219.5t219.5 -147t266.5 -55q88 0 156 19q85 45 148 107t99.5 126.5 t59 143t29.5 146t7 146.5q0 95 -20.5 187t-63.5 182.5t-117.5 170.5t-173.5 136q-41 9 -124 9q-139 0 -266.5 -54t-220 -146t-147 -218.5t-54.5 -266.5z" />
243
+ <glyph unicode="&#xf0df;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -140 54.5 -267t146.5 -219t219 -146.5t266 -54.5q37 0 82 5q95 58 160.5 138.5 t97.5 174.5t44.5 181t12.5 188q0 128 -31.5 248.5t-108.5 238.5t-192 197q-42 2 -65 2q-139 0 -266 -54.5t-219 -146.5t-146.5 -219t-54.5 -266z" />
244
+ <glyph unicode="&#xf0e0;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -140 54.5 -267t146.5 -219t219 -146.5t266 -54.5q34 0 50 1q80 62 134 144 t80.5 175.5t37 179.5t10.5 187q0 196 -66 378.5t-206 306.5q-13 1 -40 1q-139 0 -266 -54.5t-219 -146.5t-146.5 -219t-54.5 -266z" />
245
+ <glyph unicode="&#xf0e1;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -140 54.5 -267t146.5 -219t219 -146.5t266 -54.5h26q61 66 102.5 149.5t61.5 176 t28 177t8 184.5q0 193 -50 372.5t-157 313.5h-19q-139 0 -266 -54.5t-219 -146.5t-146.5 -219t-54.5 -266z" />
246
+ <glyph unicode="&#xf0e2;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -140 54.5 -267t146.5 -219t219 -146.5t266 -54.5q27 0 40 1q79 136 107.5 307 t28.5 379q0 411 -139 685q-11 1 -37 1q-139 0 -266 -54.5t-219 -146.5t-146.5 -219t-54.5 -266z" />
247
+ <glyph unicode="&#xf0e3;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -140 54.5 -267t146.5 -219t219 -146.5t266 -54.5h26q69 255 69 687 q0 391 -70 686h-25q-139 0 -266 -54.5t-219 -146.5t-146.5 -219t-54.5 -266z" />
248
+ <glyph unicode="&#xf0e4;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -140 54.5 -267t146.5 -219t219 -146.5t266 -54.5h14v1373h-14q-139 0 -266 -54.5 t-219 -146.5t-146.5 -219t-54.5 -266z" />
249
+ <glyph unicode="&#xf0e5;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -140 54.5 -267t146.5 -219t219 -146.5t266 -54.5h5q-60 273 -60 687 q0 347 62 686h-7q-139 0 -266 -54.5t-219 -146.5t-146.5 -219t-54.5 -266z" />
250
+ <glyph unicode="&#xf0e6;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -139 54 -265.5t145 -218.5t216.5 -147t264.5 -56q-119 253 -119 687 q0 370 123 686q-139 0 -265.5 -55t-218 -147t-146 -218.5t-54.5 -265.5z" />
251
+ <glyph unicode="&#xf0e7;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -137 52.5 -262.5t142 -217.5t213.5 -147.5t260 -59.5q-175 238 -175 687 q0 191 47 369t133 317q-184 -3 -338.5 -96t-244.5 -249.5t-90 -340.5z" />
252
+ <glyph unicode="&#xf0e8;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -136 51.5 -260t138.5 -215t208 -148t255 -64q-127 122 -178.5 294t-51.5 393 q0 198 63 378.5t175 307.5q-181 -7 -333 -100.5t-240 -249t-88 -336.5z" />
253
+ <glyph unicode="&#xf0e9;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -130 47.5 -250t129 -210t194.5 -149.5t240 -73.5q-179 106 -252.5 278t-73.5 405 q0 212 90 394.5t250 289.5q-129 -11 -245 -69.5t-199 -149.5t-132 -212t-49 -253z" />
254
+ <glyph unicode="&#xf0ea;" d="M0 769q0 156 61 298t164 245t245 164t298 61t298.5 -61t245.5 -164t164 -245t61 -298t-61 -298.5t-164 -245.5t-245.5 -164t-298.5 -61t-298 61t-245 164t-164 245.5t-61 298.5zM82 769q0 -254 164.5 -446t411.5 -233q-103 51 -175 124t-111.5 162t-57 184t-17.5 209 q0 216 102 398.5t281 281.5q-167 -21 -303.5 -116t-215.5 -244t-79 -320z" />
255
+ <glyph unicode="&#xf0eb;" d="M0 769q0 -209 103 -386t280 -280t386 -103t385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103t-386 -103t-280 -279.5t-103 -385.5z" />
256
+ </font>
257
+ </defs></svg>
assets/weathericons/font/weathericons-regular-webfont.ttf ADDED
Binary file
assets/weathericons/font/weathericons-regular-webfont.woff ADDED
Binary file
assets/weathericons/font/weathericons-regular-webfont.woff2 ADDED
Binary file
inc/core.php CHANGED
@@ -82,7 +82,7 @@ function frontend_scripts() {
82
 
83
  wp_enqueue_style('twentytwenty', plugins_url( 'assets/css/twentytwenty.css',MAGEE_SHORTCODES_PATH ), '', '', false );
84
  wp_enqueue_style('audioplayer', plugins_url( 'assets/css/audioplayer.css',MAGEE_SHORTCODES_PATH ), '', '', false );
85
-
86
  wp_enqueue_style('animate', plugins_url( 'assets/css/animate.css',MAGEE_SHORTCODES_PATH ), '', '', false );
87
  wp_enqueue_style('magee-shortcode', plugins_url( 'assets/css/shortcode.css',MAGEE_SHORTCODES_PATH ), '', MAGEE_SHORTCODES_VER, false );
88
  wp_enqueue_script( 'bootstrap', plugins_url( 'assets/bootstrap/js/bootstrap.min.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '3.3.4', false );
@@ -1140,6 +1140,7 @@ function js(){
1140
  $script .= "<link rel='stylesheet' id='animate-css' href=".plugins_url( 'assets/css/animate.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1141
  $script .= "<link rel='stylesheet' id='magee-shortcode-css' href=".plugins_url( 'assets/css/shortcode.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1142
  $script .= "<link rel='stylesheet' id='audioplayer-css' href=".plugins_url( 'assets/css/audioplayer.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
 
1143
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/jquery.twentytwenty.js',MAGEE_SHORTCODES_PATH )."></script>";
1144
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/audioplayer.js',MAGEE_SHORTCODES_PATH )."></script>";
1145
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/bootstrap/js/bootstrap.min.js',MAGEE_SHORTCODES_PATH )."></script>";
82
 
83
  wp_enqueue_style('twentytwenty', plugins_url( 'assets/css/twentytwenty.css',MAGEE_SHORTCODES_PATH ), '', '', false );
84
  wp_enqueue_style('audioplayer', plugins_url( 'assets/css/audioplayer.css',MAGEE_SHORTCODES_PATH ), '', '', false );
85
+ wp_enqueue_style('weather-icons', plugins_url( 'assets/weathericons/css/weather-icons.min.css',MAGEE_SHORTCODES_PATH ), '', '', false );
86
  wp_enqueue_style('animate', plugins_url( 'assets/css/animate.css',MAGEE_SHORTCODES_PATH ), '', '', false );
87
  wp_enqueue_style('magee-shortcode', plugins_url( 'assets/css/shortcode.css',MAGEE_SHORTCODES_PATH ), '', MAGEE_SHORTCODES_VER, false );
88
  wp_enqueue_script( 'bootstrap', plugins_url( 'assets/bootstrap/js/bootstrap.min.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '3.3.4', false );
1140
  $script .= "<link rel='stylesheet' id='animate-css' href=".plugins_url( 'assets/css/animate.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1141
  $script .= "<link rel='stylesheet' id='magee-shortcode-css' href=".plugins_url( 'assets/css/shortcode.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1142
  $script .= "<link rel='stylesheet' id='audioplayer-css' href=".plugins_url( 'assets/css/audioplayer.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1143
+ $script .= "<link rel='stylesheet' id='weather-icons' href=".plugins_url( 'assets/weathericons/css/weather-icons.min.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1144
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/jquery.twentytwenty.js',MAGEE_SHORTCODES_PATH )."></script>";
1145
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/audioplayer.js',MAGEE_SHORTCODES_PATH )."></script>";
1146
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/bootstrap/js/bootstrap.min.js',MAGEE_SHORTCODES_PATH )."></script>";
inc/options.php CHANGED
@@ -4113,6 +4113,102 @@ $magee_shortcodes['youtube'] = array(
4113
  'name' => __('youtube-shortcode/','magee-shortocdes'),
4114
  );
4115
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4116
  /*-----------------------------------------------------------------------------------*/
4117
  /* Widget Area
4118
  /*-----------------------------------------------------------------------------------*/
4113
  'name' => __('youtube-shortcode/','magee-shortocdes'),
4114
  );
4115
 
4116
+ /*-----------------------------------------------------------------------------------*/
4117
+ /* Weather Config
4118
+ /*-----------------------------------------------------------------------------------*/
4119
+
4120
+ $magee_shortcodes['weather'] = array(
4121
+ 'no_preview' => true,
4122
+ 'icon' => 'fa-skyatlas',
4123
+ 'params' => array(
4124
+ 'api_key' => array(
4125
+ 'std' => '0af9d367c2b965bb80281fab5fdaa44a',
4126
+ 'type' => 'text',
4127
+ 'label' => __('API Key','magee-shortcodes'),
4128
+ 'desc' => __('As of October 2015, OpenWeatherMap requires an APP ID key to access their weather data. <a href="http://openweathermap.org/appid" target="_blank">Get your APPID</a>','magee-shortcodes'),
4129
+ ),
4130
+ 'location' => array(
4131
+ 'std' => '',
4132
+ 'type' => 'text',
4133
+ 'label' => __('Location','magee-shortcodes'),
4134
+ 'desc' => __('Set city name or ID which will show weather.eg: London or 2643743','magee-shortcodes'),
4135
+ ),
4136
+ 'units' => array(
4137
+ 'std' => '',
4138
+ 'type' => 'select',
4139
+ 'label' => __('Temperature Units','magee-shortcodes'),
4140
+ 'desc' => __( 'Metric: Celsius, Imperial: Fahrenheit.', 'magee-shortcodes'),
4141
+ 'options' => array(
4142
+ 'metric' => __( 'Metric','magee-shortcodes'),
4143
+ 'imperial' => __( 'Imperial','magee-shortcodes')
4144
+ )
4145
+ ),
4146
+ 'weather_detail' => array(
4147
+ 'std' => '',
4148
+ 'type' => 'choose',
4149
+ 'label' => __('Disable Weather Detail','magee-shortcodes'),
4150
+ 'desc' => __( 'Choose to show current weather detail.', 'magee-shortcodes'),
4151
+ 'options' => $choices
4152
+ ),
4153
+ 'forecast' => array(
4154
+ 'std' => '',
4155
+ 'type' => 'choose',
4156
+ 'label' => __('Forecast','magee-shortcodes'),
4157
+ 'desc' => __( 'Choose to show forecast weather.', 'magee-shortcodes'),
4158
+ 'options' => $choices
4159
+ ),
4160
+ 'forecast_cnt' => array(
4161
+ 'std' => '4',
4162
+ 'type' => 'number',
4163
+ 'max' => '16',
4164
+ 'min' => '1',
4165
+ 'label' => __('Forecast Cnt','magee-shortcodes'),
4166
+ 'desc' => __( 'Choose number of days for forecast weather.', 'magee-shortcodes'),
4167
+ ),
4168
+ 'background_color' => array(
4169
+ 'std' => '',
4170
+ 'type' => 'colorpicker',
4171
+ 'label' => __('Background Color','magee-shortcodes'),
4172
+ 'desc' => __( 'Set background color for weather', 'magee-shortcodes'),
4173
+ ),
4174
+ 'background_img' => array(
4175
+ 'std' => '',
4176
+ 'type' => 'uploader',
4177
+ 'label' => __('Background Image','magee-shortcodes'),
4178
+ 'desc' => __( 'Set background image for weather', 'magee-shortcodes'),
4179
+ ),
4180
+ 'width' => array(
4181
+ 'std' => '300',
4182
+ 'type' => 'number',
4183
+ 'max' => '500',
4184
+ 'min' => '0',
4185
+ 'label' => __('Weather Width','magee-shortcodes'),
4186
+ ),
4187
+ 'height' => array(
4188
+ 'std' => '',
4189
+ 'type' => 'number',
4190
+ 'max' => '500',
4191
+ 'min' => '0',
4192
+ 'label' => __('Weather Height','magee-shortcodes'),
4193
+ ),
4194
+ 'class' =>array(
4195
+ 'std' => '',
4196
+ 'type' => 'text',
4197
+ 'label' => __('CSS Class','magee-shortcodes'),
4198
+ 'desc' => __('Add a class to the wrapping HTML element.','magee-shortcodes')
4199
+ ),
4200
+ 'id' => array(
4201
+ 'std' => '',
4202
+ 'type' => 'text',
4203
+ 'label' => __( 'CSS ID', 'magee-shortcodes' ),
4204
+ 'desc' => __( 'Add an ID to the wrapping HTML element.', 'magee-shortcodes')
4205
+ ),
4206
+ ),
4207
+ 'shortcode' => '[ms_weather api_key="{{api_key}}" location="{{location}}" units="{{units}}" background_color="{{background_color}}" background_img="{{background_img}}" weather_detail="{{weather_detail}}" forecast="{{forecast}}" forecast_cnt="{{forecast_cnt}}" width="{{width}}" height="{{height}}" class="{{class}}" id="{{id}}"]',
4208
+ 'popup_title' => __( 'Weather Shortcode', 'magee-shortcodes' ),
4209
+
4210
+ );
4211
+
4212
  /*-----------------------------------------------------------------------------------*/
4213
  /* Widget Area
4214
  /*-----------------------------------------------------------------------------------*/
languages/magee-shortcodes.mo CHANGED
Binary file
languages/magee-shortcodes.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Magee Shortcodes\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-07-15 16:12+0800\n"
6
- "PO-Revision-Date: 2016-07-15 16:12+0800\n"
7
  "Last-Translator: shijun quan <support@mageewp.com>\n"
8
  "Language-Team: MageeWP\n"
9
  "Language: en_US\n"
@@ -17,50 +17,42 @@ msgstr ""
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: inc/core.php:113 inc/core.php:117
21
  msgid "Magee Shortcodes"
22
  msgstr ""
23
 
24
- #: inc/core.php:306
25
  msgid "Live Preview"
26
  msgstr ""
27
 
28
- #: inc/core.php:306
29
  msgid "Insert shortcode"
30
  msgstr ""
31
 
32
- #: inc/core.php:555 inc/core.php:586 inc/core.php:737 inc/core.php:957
33
  msgid "Upload"
34
  msgstr ""
35
 
36
- #: inc/core.php:572
37
  msgid "Attach Images to Gallery"
38
  msgstr ""
39
 
40
- #: inc/core.php:674 inc/options.php:1056 inc/options.php:1149
41
- #: inc/options.php:1237 inc/options.php:1366 inc/options.php:3889
42
- #: inc/options.php:3971 inc/options.php:4052
43
  msgid "Width"
44
  msgstr ""
45
 
46
- #: inc/core.php:678 inc/options.php:1062 inc/options.php:1245
47
- #: inc/options.php:1374 inc/options.php:2830 inc/options.php:3895
48
- #: inc/options.php:3977 inc/options.php:4058
49
  msgid "Height"
50
  msgstr ""
51
 
52
- #: inc/core.php:1037
53
  msgid "Select a slider"
54
  msgstr ""
55
 
56
- #: inc/core.php:1208
57
- msgid "<i class=\"fa fa-comment\"></i> 1 "
58
- msgstr ""
59
-
60
- #: inc/core.php:1208
61
- msgid "<i class=\"fa fa-comment\"></i> % "
62
- msgstr ""
63
-
64
  #: inc/magee-slider.php:8
65
  msgid "Magee Slider"
66
  msgstr ""
@@ -109,9 +101,8 @@ msgstr ""
109
  msgid "Use the button above to add Slides !"
110
  msgstr ""
111
 
112
- #: inc/magee-slider.php:158 inc/options.php:109 inc/options.php:1521
113
- #: inc/options.php:1818 inc/options.php:2372 inc/options.php:2455
114
- #: inc/options.php:2645
115
  msgid "Title"
116
  msgstr ""
117
 
@@ -123,140 +114,108 @@ msgstr ""
123
  msgid "Date"
124
  msgstr ""
125
 
126
- #: inc/options.php:28 inc/options.php:29 inc/options.php:30 inc/options.php:31
127
- #: inc/options.php:946 inc/options.php:1078 inc/options.php:1088
128
- #: inc/options.php:1098 inc/options.php:2210 inc/options.php:2231
129
- #: inc/options.php:2301 inc/options.php:3065 inc/options.php:3517
130
- #: inc/options.php:3911 inc/options.php:3921 inc/options.php:3931
131
- #: inc/options.php:3993 inc/options.php:4003 inc/options.php:4013
132
- #: inc/options.php:4074 inc/options.php:4084 inc/options.php:4094
133
- msgid "Yes"
134
- msgstr ""
135
-
136
- #: inc/options.php:28 inc/options.php:29 inc/options.php:30 inc/options.php:31
137
- #: inc/options.php:945 inc/options.php:1079 inc/options.php:1089
138
- #: inc/options.php:1099 inc/options.php:2209 inc/options.php:2230
139
- #: inc/options.php:2302 inc/options.php:3064 inc/options.php:3518
140
- #: inc/options.php:3912 inc/options.php:3922 inc/options.php:3932
141
- #: inc/options.php:3994 inc/options.php:4004 inc/options.php:4014
142
- #: inc/options.php:4075 inc/options.php:4085 inc/options.php:4095
143
- msgid "No"
144
- msgstr ""
145
-
146
- #: inc/options.php:30 inc/options.php:31 inc/options.php:379
147
- msgid "Default"
148
- msgstr ""
149
-
150
- #: inc/options.php:32 inc/options.php:33 inc/options.php:34
151
- #: inc/options.php:781 inc/options.php:1157 inc/options.php:1609
152
- #: inc/options.php:2738 inc/options.php:2847 inc/options.php:2921
153
- #: inc/options.php:3000 inc/options.php:3811
154
  msgid "Left"
155
  msgstr ""
156
 
157
- #: inc/options.php:32 inc/options.php:33 inc/options.php:34
158
- #: inc/options.php:783 inc/options.php:1610 inc/options.php:2739
159
- #: inc/options.php:2848 inc/options.php:2922 inc/options.php:3001
160
- #: inc/options.php:3812
161
- msgid "Right"
162
  msgstr ""
163
 
164
- #: inc/options.php:33 inc/options.php:34 inc/options.php:782
165
- #: inc/options.php:1158 inc/options.php:3699
166
- msgid "Center"
 
167
  msgstr ""
168
 
169
- #: inc/options.php:70 inc/options.php:233 inc/options.php:307
170
- #: inc/options.php:452 inc/options.php:494 inc/options.php:578
171
- #: inc/options.php:625 inc/options.php:715 inc/options.php:789
172
- #: inc/options.php:839 inc/options.php:953 inc/options.php:1023
173
- #: inc/options.php:1105 inc/options.php:1203 inc/options.php:1266
174
- #: inc/options.php:1317 inc/options.php:1380 inc/options.php:1426
175
- #: inc/options.php:1483 inc/options.php:1688 inc/options.php:1791
176
- #: inc/options.php:1913 inc/options.php:1966 inc/options.php:2022
177
- #: inc/options.php:2078 inc/options.php:2142 inc/options.php:2244
178
- #: inc/options.php:2314 inc/options.php:2346 inc/options.php:2413
179
- #: inc/options.php:2597 inc/options.php:2683 inc/options.php:2746
180
- #: inc/options.php:2866 inc/options.php:2972 inc/options.php:3013
181
- #: inc/options.php:3115 inc/options.php:3156 inc/options.php:3213
182
- #: inc/options.php:3428 inc/options.php:3463 inc/options.php:3550
183
- #: inc/options.php:3596 inc/options.php:3711 inc/options.php:3752
184
- #: inc/options.php:3833 inc/options.php:3938 inc/options.php:4020
185
- #: inc/options.php:4101 inc/options.php:4148
186
  msgid "CSS Class"
187
  msgstr ""
188
 
189
- #: inc/options.php:71 inc/options.php:234 inc/options.php:308
190
- #: inc/options.php:453 inc/options.php:495 inc/options.php:579
191
- #: inc/options.php:626 inc/options.php:716 inc/options.php:790
192
- #: inc/options.php:840 inc/options.php:954 inc/options.php:1024
193
- #: inc/options.php:1106 inc/options.php:1204 inc/options.php:1267
194
- #: inc/options.php:1318 inc/options.php:1381 inc/options.php:1427
195
- #: inc/options.php:1484 inc/options.php:1689 inc/options.php:1792
196
- #: inc/options.php:1914 inc/options.php:1967 inc/options.php:2023
197
- #: inc/options.php:2079 inc/options.php:2143 inc/options.php:2245
198
- #: inc/options.php:2315 inc/options.php:2347 inc/options.php:2414
199
- #: inc/options.php:2598 inc/options.php:2684 inc/options.php:2747
200
- #: inc/options.php:2867 inc/options.php:2973 inc/options.php:3014
201
- #: inc/options.php:3116 inc/options.php:3157 inc/options.php:3214
202
- #: inc/options.php:3429 inc/options.php:3464 inc/options.php:3551
203
- #: inc/options.php:3597 inc/options.php:3712 inc/options.php:3753
204
- #: inc/options.php:3834 inc/options.php:3939 inc/options.php:4021
205
- #: inc/options.php:4102 inc/options.php:4149
206
  msgid "Add a class to the wrapping HTML element."
207
  msgstr ""
208
 
209
- #: inc/options.php:76 inc/options.php:239 inc/options.php:313
210
- #: inc/options.php:458 inc/options.php:500 inc/options.php:584
211
- #: inc/options.php:631 inc/options.php:721 inc/options.php:795
212
- #: inc/options.php:845 inc/options.php:959 inc/options.php:1029
213
- #: inc/options.php:1111 inc/options.php:1209 inc/options.php:1272
214
- #: inc/options.php:1323 inc/options.php:1386 inc/options.php:1432
215
- #: inc/options.php:1489 inc/options.php:1694 inc/options.php:1797
216
- #: inc/options.php:1919 inc/options.php:1972 inc/options.php:2028
217
- #: inc/options.php:2084 inc/options.php:2148 inc/options.php:2250
218
- #: inc/options.php:2320 inc/options.php:2352 inc/options.php:2419
219
- #: inc/options.php:2603 inc/options.php:2752 inc/options.php:2872
220
- #: inc/options.php:2978 inc/options.php:3019 inc/options.php:3121
221
- #: inc/options.php:3162 inc/options.php:3219 inc/options.php:3434
222
- #: inc/options.php:3556 inc/options.php:3602 inc/options.php:3717
223
- #: inc/options.php:3758 inc/options.php:3839 inc/options.php:3944
224
- #: inc/options.php:4026 inc/options.php:4107 inc/options.php:4154
225
  msgid "CSS ID"
226
  msgstr ""
227
 
228
- #: inc/options.php:77 inc/options.php:240 inc/options.php:314
229
- #: inc/options.php:459 inc/options.php:501 inc/options.php:585
230
- #: inc/options.php:632 inc/options.php:722 inc/options.php:796
231
- #: inc/options.php:846 inc/options.php:960 inc/options.php:1030
232
- #: inc/options.php:1112 inc/options.php:1210 inc/options.php:1273
233
- #: inc/options.php:1324 inc/options.php:1387 inc/options.php:1433
234
- #: inc/options.php:1490 inc/options.php:1695 inc/options.php:1798
235
- #: inc/options.php:1920 inc/options.php:1973 inc/options.php:2029
236
- #: inc/options.php:2085 inc/options.php:2149 inc/options.php:2251
237
- #: inc/options.php:2321 inc/options.php:2353 inc/options.php:2420
238
- #: inc/options.php:2604 inc/options.php:2753 inc/options.php:2873
239
- #: inc/options.php:2979 inc/options.php:3020 inc/options.php:3122
240
- #: inc/options.php:3163 inc/options.php:3220 inc/options.php:3435
241
- #: inc/options.php:3557 inc/options.php:3603 inc/options.php:3718
242
- #: inc/options.php:3759 inc/options.php:3840 inc/options.php:3945
243
- #: inc/options.php:4027 inc/options.php:4108 inc/options.php:4155
244
  msgid "Add an ID to the wrapping HTML element."
245
  msgstr ""
246
 
247
- #: inc/options.php:82 inc/options.php:1342 inc/options.php:1407
248
- #: inc/options.php:1824 inc/options.php:2049 inc/options.php:2439
249
- #: inc/options.php:2772 inc/options.php:2894 inc/options.php:3575
250
  msgid "Style"
251
  msgstr ""
252
 
253
- #: inc/options.php:83
254
- msgid ""
255
- "The \"simple\" doesn't have a border in the whole accordion, and the \"boxed"
256
- "\" has."
257
- msgstr ""
258
-
259
- #: inc/options.php:85 inc/options.php:3578
260
  msgid "Simple Style"
261
  msgstr ""
262
 
@@ -264,2454 +223,2394 @@ msgstr ""
264
  msgid "Boxed Style"
265
  msgstr ""
266
 
267
- #: inc/options.php:87
268
- msgid "Spacing Style"
269
- msgstr ""
270
-
271
- #: inc/options.php:92 inc/options.php:3630
272
  msgid "Type"
273
  msgstr ""
274
 
275
- #: inc/options.php:93
276
- msgid ""
277
- "The differance is in the right of accordion, \"1\" is a down arrow, and the "
278
- "\"2\" is a plus in a box"
279
- msgstr ""
280
-
281
- #: inc/options.php:96
282
  msgid "Type 1"
283
  msgstr ""
284
 
285
- #: inc/options.php:97
286
  msgid "Type 2"
287
  msgstr ""
288
 
289
- #: inc/options.php:98
290
- msgid "None Type"
291
- msgstr ""
292
-
293
- #: inc/options.php:110
294
- msgid "Insert the title for the accordion item."
295
- msgstr ""
296
-
297
- #: inc/options.php:115 inc/options.php:1535 inc/options.php:2386
298
- #: inc/options.php:3590
299
- msgid "Title Color"
300
- msgstr ""
301
-
302
- #: inc/options.php:116
303
- msgid "Insert the color for the title."
304
- msgstr ""
305
-
306
- #: inc/options.php:121 inc/options.php:2399
307
- msgid "Title Background Color"
308
  msgstr ""
309
 
310
- #: inc/options.php:122
311
- msgid "Insert the background color for the title."
312
  msgstr ""
313
 
314
- #: inc/options.php:127 inc/options.php:2171 inc/options.php:2821
315
- msgid "Text"
316
- msgstr ""
317
-
318
- #: inc/options.php:128
319
- msgid "Insert the content for the accordion item."
320
- msgstr ""
321
-
322
- #: inc/options.php:133
323
- msgid "Status"
324
- msgstr ""
325
-
326
- #: inc/options.php:134
327
- msgid "Choose to have the accordion open or close when page loads."
328
- msgstr ""
329
-
330
- #: inc/options.php:135
331
- msgid "Close"
332
- msgstr ""
333
-
334
- #: inc/options.php:135
335
- msgid "Open"
336
- msgstr ""
337
-
338
- #: inc/options.php:139
339
- msgid "Select Close Status Icon"
340
- msgstr ""
341
-
342
- #: inc/options.php:140 inc/options.php:146
343
- msgid "Click an icon to select, click again to deselect"
344
- msgstr ""
345
-
346
- #: inc/options.php:145
347
- msgid "Select Open Status Icon"
348
- msgstr ""
349
-
350
- #: inc/options.php:154
351
  msgid "Accordion Shortcode"
352
  msgstr ""
353
 
354
- #: inc/options.php:155
355
  msgid "accordions-shortcode/"
356
  msgstr ""
357
 
358
- #: inc/options.php:171 inc/options.php:1142 inc/options.php:1195
359
- #: inc/options.php:1546 inc/options.php:1994 inc/options.php:2195
360
- #: inc/options.php:3489
361
  msgid "Icon"
362
  msgstr ""
363
 
364
- #: inc/options.php:172 inc/options.php:438 inc/options.php:894
365
- #: inc/options.php:1196 inc/options.php:1547 inc/options.php:1995
366
- #: inc/options.php:2196 inc/options.php:2537 inc/options.php:2549
367
- #: inc/options.php:2561 inc/options.php:2573 inc/options.php:2585
368
- #: inc/options.php:2960 inc/options.php:3490
369
  msgid "Click an icon to select, click again to deselect."
370
  msgstr ""
371
 
372
- #: inc/options.php:177
373
  msgid "Warning! Better check yourself, you're not looking too good."
374
  msgstr ""
375
 
376
- #: inc/options.php:179
377
  msgid "Alert Content"
378
  msgstr ""
379
 
380
- #: inc/options.php:180
381
  msgid "Insert the content for the alert."
382
  msgstr ""
383
 
384
- #: inc/options.php:186 inc/options.php:832 inc/options.php:1941
385
- #: inc/options.php:2177 inc/options.php:3077 inc/options.php:3246
386
- #: inc/options.php:4134
387
  msgid "Background Color"
388
  msgstr ""
389
 
390
- #: inc/options.php:187
391
  msgid "Set background color for alert box."
392
  msgstr ""
393
 
394
- #: inc/options.php:192 inc/options.php:431
395
  msgid "Text Color"
396
  msgstr ""
397
 
398
- #: inc/options.php:193
399
  msgid "Set content color & border color for alert box."
400
  msgstr ""
401
 
402
- #: inc/options.php:202 inc/options.php:370 inc/options.php:1900
403
- #: inc/options.php:2912
404
  msgid "Border Width"
405
  msgstr ""
406
 
407
- #: inc/options.php:203 inc/options.php:212 inc/options.php:1885
408
- #: inc/options.php:1893 inc/options.php:1901 inc/options.php:1950
409
- #: inc/options.php:2408 inc/options.php:3300 inc/options.php:3337
410
- #: inc/options.php:3345 inc/options.php:3353 inc/options.php:3361
411
- #: inc/options.php:3890 inc/options.php:3896
412
  msgid "In pixels (px), eg: 1px."
413
  msgstr ""
414
 
415
- #: inc/options.php:211 inc/options.php:1949 inc/options.php:2129
416
- #: inc/options.php:2407
417
  msgid "Border Radius"
418
  msgstr ""
419
 
420
- #: inc/options.php:218
421
  msgid "Box Shadow"
422
  msgstr ""
423
 
424
- #: inc/options.php:219
425
  msgid "Display a box shadow for alert."
426
  msgstr ""
427
 
428
- #: inc/options.php:225
429
  msgid "Dismissable"
430
  msgstr ""
431
 
432
- #: inc/options.php:226
433
  msgid "The alert box is dismissable."
434
  msgstr ""
435
 
436
- #: inc/options.php:244
437
  msgid "Alert Shortcode"
438
  msgstr ""
439
 
440
- #: inc/options.php:245
441
  msgid "alert-shortcode/"
442
  msgstr ""
443
 
444
- #: inc/options.php:258
445
- msgid "Audio Style"
446
- msgstr ""
447
-
448
- #: inc/options.php:259
449
- msgid "Choose style for audio to show"
450
- msgstr ""
451
-
452
- #: inc/options.php:260
453
- msgid "Dark Style"
454
- msgstr ""
455
-
456
- #: inc/options.php:260
457
- msgid "Light Style"
458
- msgstr ""
459
-
460
- #: inc/options.php:265
461
  msgid "Mp3 URL"
462
  msgstr ""
463
 
464
- #: inc/options.php:266
465
  msgid "Add the URL of audio in MP3 format."
466
  msgstr ""
467
 
468
- #: inc/options.php:271
469
  msgid "Ogg URL"
470
  msgstr ""
471
 
472
- #: inc/options.php:272
473
  msgid "Add the URL of audio in OGG format."
474
  msgstr ""
475
 
476
- #: inc/options.php:277
477
  msgid "Wav URL"
478
  msgstr ""
479
 
480
- #: inc/options.php:278
481
  msgid "Add the URL of audio in WAV format."
482
  msgstr ""
483
 
484
- #: inc/options.php:282
485
  msgid "Mute Audio"
486
  msgstr ""
487
 
488
- #: inc/options.php:283
489
  msgid "Choose to mute the audio."
490
  msgstr ""
491
 
492
- #: inc/options.php:288
493
  msgid "Autoplay Audio"
494
  msgstr ""
495
 
496
- #: inc/options.php:289
497
  msgid "Choose to autoplay the audio."
498
  msgstr ""
499
 
500
- #: inc/options.php:294
501
  msgid "Loop Audio"
502
  msgstr ""
503
 
504
- #: inc/options.php:295
505
  msgid "Choose to loop the audio."
506
  msgstr ""
507
 
508
- #: inc/options.php:300
509
  msgid "Controls Audio"
510
  msgstr ""
511
 
512
- #: inc/options.php:301
513
  msgid "Choose to display controls of the audio."
514
  msgstr ""
515
 
516
- #: inc/options.php:318
517
  msgid "Audio Shortcode"
518
  msgstr ""
519
 
520
- #: inc/options.php:319
521
  msgid "audio-shortcode/"
522
  msgstr ""
523
 
524
- #: inc/options.php:332 inc/options.php:3580
525
  msgid "Button Style"
526
  msgstr ""
527
 
528
- #: inc/options.php:333
529
  msgid "Select the button's default style."
530
  msgstr ""
531
 
532
- #: inc/options.php:335 inc/options.php:1134 inc/options.php:2897
533
- #: inc/options.php:3526 inc/options.php:3670
534
  msgid "Normal"
535
  msgstr ""
536
 
537
- #: inc/options.php:336
538
  msgid "Dark"
539
  msgstr ""
540
 
541
- #: inc/options.php:337
542
  msgid "Light"
543
  msgstr ""
544
 
545
- #: inc/options.php:338
546
  msgid "2d"
547
  msgstr ""
548
 
549
- #: inc/options.php:339
550
  msgid "3d"
551
  msgstr ""
552
 
553
- #: inc/options.php:340
554
  msgid "Line"
555
  msgstr ""
556
 
557
- #: inc/options.php:341
558
  msgid "Line Dark"
559
  msgstr ""
560
 
561
- #: inc/options.php:342
562
  msgid "Line Light"
563
  msgstr ""
564
 
565
- #: inc/options.php:349
566
  msgid "Button URL"
567
  msgstr ""
568
 
569
- #: inc/options.php:350
570
  msgid "Add the button's url eg: http://example.com."
571
  msgstr ""
572
 
573
- #: inc/options.php:355
574
  msgid "Button Size"
575
  msgstr ""
576
 
577
- #: inc/options.php:356
578
  msgid "Select the button's size."
579
  msgstr ""
580
 
581
- #: inc/options.php:358 inc/options.php:2290
582
  msgid "Small"
583
  msgstr ""
584
 
585
- #: inc/options.php:359
586
  msgid "Medium"
587
  msgstr ""
588
 
589
- #: inc/options.php:360 inc/options.php:2292
590
  msgid "Large"
591
  msgstr ""
592
 
593
- #: inc/options.php:361
594
  msgid "XLarge"
595
  msgstr ""
596
 
597
- #: inc/options.php:371
598
  msgid "In pixels (px), default: 2px."
599
  msgstr ""
600
 
601
- #: inc/options.php:376
602
  msgid "Button Shape"
603
  msgstr ""
604
 
605
- #: inc/options.php:377
606
  msgid "Select the button's shape. Choose default for theme option selection."
607
  msgstr ""
608
 
609
- #: inc/options.php:380 inc/options.php:2222 inc/options.php:2629
 
 
 
 
610
  msgid "Square"
611
  msgstr ""
612
 
613
- #: inc/options.php:381 inc/options.php:2793 inc/options.php:3528
614
  msgid "Rounded"
615
  msgstr ""
616
 
617
- #: inc/options.php:382
618
  msgid "Full Rounded"
619
  msgstr ""
620
 
621
- #: inc/options.php:387
622
  msgid "Text Shadow"
623
  msgstr ""
624
 
625
- #: inc/options.php:388
626
  msgid "Display shadow for button text."
627
  msgstr ""
628
 
629
- #: inc/options.php:393
630
  msgid "Gradient"
631
  msgstr ""
632
 
633
- #: inc/options.php:394
634
  msgid "Display gradient for button."
635
  msgstr ""
636
 
637
- #: inc/options.php:399
638
  msgid "Block Button"
639
  msgstr ""
640
 
641
- #: inc/options.php:400
642
  msgid "Display in full width."
643
  msgstr ""
644
 
645
- #: inc/options.php:406
646
  msgid "Button Target"
647
  msgstr ""
648
 
649
- #: inc/options.php:407 inc/options.php:3541
650
  msgid "_self = open in same window <br />_blank = open in new window."
651
  msgstr ""
652
 
653
- #: inc/options.php:409 inc/options.php:1659 inc/options.php:2120
654
- #: inc/options.php:2465
655
- msgid "_self"
656
- msgstr ""
657
-
658
- #: inc/options.php:410 inc/options.php:1658 inc/options.php:2119
659
- #: inc/options.php:2464
660
- msgid "_blank"
661
- msgstr ""
662
-
663
- #: inc/options.php:415 inc/options.php:2943
664
  msgid "Button Text"
665
  msgstr ""
666
 
667
- #: inc/options.php:417
668
  msgid "Button's Text"
669
  msgstr ""
670
 
671
- #: inc/options.php:418
672
  msgid "Add the text that will display in the button."
673
  msgstr ""
674
 
675
- #: inc/options.php:423
676
  msgid "Set background color for button."
677
  msgstr ""
678
 
679
- #: inc/options.php:424 inc/options.php:2937
680
  msgid "Button Color"
681
  msgstr ""
682
 
683
- #: inc/options.php:432
684
  msgid "Set content color & border color for button."
685
  msgstr ""
686
 
687
- #: inc/options.php:437 inc/options.php:2959
688
  msgid "Button Icon"
689
  msgstr ""
690
 
691
- #: inc/options.php:444
692
  msgid "Icon Animation Type"
693
  msgstr ""
694
 
695
- #: inc/options.php:445
696
  msgid "Select the type of animation to use on the button icon."
697
  msgstr ""
698
 
699
- #: inc/options.php:463
700
  msgid "Button Shortcode"
701
  msgstr ""
702
 
703
- #: inc/options.php:464
704
  msgid "buttons-shortcode/"
705
  msgstr ""
706
 
707
- #: inc/options.php:480 inc/options.php:564 inc/options.php:611
708
- #: inc/options.php:700
709
  msgid "Canvas Width"
710
  msgstr ""
711
 
712
- #: inc/options.php:488 inc/options.php:572 inc/options.php:619
713
- #: inc/options.php:709
714
  msgid "Canvas Height"
715
  msgstr ""
716
 
717
- #: inc/options.php:506 inc/options.php:637
718
  msgid "Label For Line"
719
  msgstr ""
720
 
721
- #: inc/options.php:507
722
  msgid "separate multiple tags added to chart line with commas"
723
  msgstr ""
724
 
725
- #: inc/options.php:511
726
  msgid "Chart Bar Shortcode"
727
  msgstr ""
728
 
729
- #: inc/options.php:517 inc/options.php:648
730
  msgid "Data"
731
  msgstr ""
732
 
733
- #: inc/options.php:518 inc/options.php:649
734
  msgid "separate values for each set of data with commas"
735
  msgstr ""
736
 
737
- #: inc/options.php:523 inc/options.php:654
738
  msgid "Fill Color"
739
  msgstr ""
740
 
741
- #: inc/options.php:529 inc/options.php:660
742
  msgid "Fill Opacity"
743
  msgstr ""
744
 
745
- #: inc/options.php:536 inc/options.php:667
746
  msgid "Stroke Color"
747
  msgstr ""
748
 
749
- #: inc/options.php:542
750
  msgid "Stroke Opacity"
751
  msgstr ""
752
 
753
- #: inc/options.php:590 inc/options.php:727 inc/options.php:980
754
- #: inc/options.php:1477 inc/options.php:2966 inc/options.php:3007
755
- #: inc/options.php:3041 inc/options.php:3109 inc/options.php:3225
756
- #: inc/options.php:3641 inc/options.php:3827
757
  msgid "Content"
758
  msgstr ""
759
 
760
- #: inc/options.php:595
761
  msgid "Chart Doughnut Shortcode"
762
  msgstr ""
763
 
764
- #: inc/options.php:642
765
  msgid "Chart Line Shortcode"
766
  msgstr ""
767
 
768
- #: inc/options.php:673
769
  msgid "Point Color"
770
  msgstr ""
771
 
772
- #: inc/options.php:679
773
  msgid "Point Stroke Color"
774
  msgstr ""
775
 
776
- #: inc/options.php:732
777
  msgid "Chart Pie Shortcode"
778
  msgstr ""
779
 
780
- #: inc/options.php:746
781
  msgid "Column Shortcode"
782
  msgstr ""
783
 
784
- #: inc/options.php:747
785
  msgid "columns-shortcode/"
786
  msgstr ""
787
 
788
- #: inc/options.php:752
789
  msgid "Column Style"
790
  msgstr ""
791
 
792
- #: inc/options.php:753
793
  msgid "Select the size of column."
794
  msgstr ""
795
 
796
- #: inc/options.php:755 inc/options.php:877
797
  msgid "1/1"
798
  msgstr ""
799
 
800
- #: inc/options.php:756 inc/options.php:878
801
  msgid "1/2"
802
  msgstr ""
803
 
804
- #: inc/options.php:757 inc/options.php:879
805
  msgid "1/3"
806
  msgstr ""
807
 
808
- #: inc/options.php:758 inc/options.php:880
809
  msgid "1/4"
810
  msgstr ""
811
 
812
- #: inc/options.php:759 inc/options.php:881
813
  msgid "1/5"
814
  msgstr ""
815
 
816
- #: inc/options.php:760 inc/options.php:882
817
  msgid "1/6"
818
  msgstr ""
819
 
820
- #: inc/options.php:761 inc/options.php:883
821
  msgid "2/3"
822
  msgstr ""
823
 
824
- #: inc/options.php:762 inc/options.php:884
825
  msgid "2/5"
826
  msgstr ""
827
 
828
- #: inc/options.php:763 inc/options.php:885
829
  msgid "3/4"
830
  msgstr ""
831
 
832
- #: inc/options.php:764 inc/options.php:886
833
  msgid "3/5"
834
  msgstr ""
835
 
836
- #: inc/options.php:765 inc/options.php:887
837
  msgid "4/5"
838
  msgstr ""
839
 
840
- #: inc/options.php:766 inc/options.php:888
841
  msgid "5/6"
842
  msgstr ""
843
 
844
- #: inc/options.php:770
845
  msgid "Column Content"
846
  msgstr ""
847
 
848
- #: inc/options.php:772
849
  msgid " Column Content"
850
  msgstr ""
851
 
852
- #: inc/options.php:773
853
  msgid "Insert the column's content"
854
  msgstr ""
855
 
856
- #: inc/options.php:776
857
  msgid "left"
858
  msgstr ""
859
 
860
- #: inc/options.php:778
861
  msgid "Content Align"
862
  msgstr ""
863
 
864
- #: inc/options.php:818
865
  msgid "Set end time for countdown."
866
  msgstr ""
867
 
868
- #: inc/options.php:825 inc/options.php:1838 inc/options.php:1954
869
  msgid "Font Color"
870
  msgstr ""
871
 
872
- #: inc/options.php:826
873
  msgid "Set font color for countdown."
874
  msgstr ""
875
 
876
- #: inc/options.php:833
877
  msgid "Set background color for countdown."
878
  msgstr ""
879
 
880
- #: inc/options.php:852
881
  msgid "Countdowns Shortcode"
882
  msgstr ""
883
 
884
- #: inc/options.php:853
885
  msgid "countdowns-shortcode/"
886
  msgstr ""
887
 
888
- #: inc/options.php:874
889
  msgid "Box Width"
890
  msgstr ""
891
 
892
- #: inc/options.php:875
893
  msgid "Select size of counter box"
894
  msgstr ""
895
 
896
- #: inc/options.php:893
897
  msgid "Top Icon"
898
  msgstr ""
899
 
900
- #: inc/options.php:900
901
  msgid "Top Icon Color"
902
  msgstr ""
903
 
904
- #: inc/options.php:901
905
  msgid "Set color for top icon."
906
  msgstr ""
907
 
908
- #: inc/options.php:906
909
  msgid "Middle Left Icon"
910
  msgstr ""
911
 
912
- #: inc/options.php:907
913
  msgid "Insert text before the number."
914
  msgstr ""
915
 
916
- #: inc/options.php:914
917
  msgid "Middle Left Text"
918
  msgstr ""
919
 
920
- #: inc/options.php:915
921
  msgid "Left text of counter num"
922
  msgstr ""
923
 
924
- #: inc/options.php:923
925
  msgid "Counter Num"
926
  msgstr ""
927
 
928
- #: inc/options.php:924
929
  msgid "The animated counter number."
930
  msgstr ""
931
 
932
- #: inc/options.php:929
933
  msgid "Middle Right Text"
934
  msgstr ""
935
 
936
- #: inc/options.php:930
937
  msgid "Insert text after the number."
938
  msgstr ""
939
 
940
- #: inc/options.php:936
941
  msgid "Bottom Title"
942
  msgstr ""
943
 
944
- #: inc/options.php:937
945
  msgid "Insert Title for counter."
946
  msgstr ""
947
 
948
- #: inc/options.php:942
949
  msgid "Display Border"
950
  msgstr ""
951
 
952
- #: inc/options.php:943
953
  msgid "Choose to display border for counter."
954
  msgstr ""
955
 
956
- #: inc/options.php:965
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
957
  msgid "Counter Shortcode"
958
  msgstr ""
959
 
960
- #: inc/options.php:966
961
  msgid "counter-box-shortcode/"
962
  msgstr ""
963
 
964
- #: inc/options.php:978
965
  msgid "Custom Box Content"
966
  msgstr ""
967
 
968
- #: inc/options.php:981
969
  msgid "Insert content for custom box."
970
  msgstr ""
971
 
972
- #: inc/options.php:985 inc/options.php:3253
973
  msgid "Background Image"
974
  msgstr ""
975
 
976
- #: inc/options.php:986
977
  msgid "Upload an image to display in background of custom box."
978
  msgstr ""
979
 
980
- #: inc/options.php:991
981
  msgid "Fixed Background"
982
  msgstr ""
983
 
984
- #: inc/options.php:992
985
  msgid "Choose to fixed Background Image"
986
  msgstr ""
987
 
988
- #: inc/options.php:998 inc/options.php:3272 inc/options.php:3311
989
  msgid "Background Position"
990
  msgstr ""
991
 
992
- #: inc/options.php:999
993
  msgid "Choose the postion of the background image"
994
  msgstr ""
995
 
996
- #: inc/options.php:1001 inc/options.php:3276
997
  msgid "Top Left"
998
  msgstr ""
999
 
1000
- #: inc/options.php:1002 inc/options.php:3277
1001
  msgid "Top Center"
1002
  msgstr ""
1003
 
1004
- #: inc/options.php:1003 inc/options.php:3278
1005
  msgid "Top Right"
1006
  msgstr ""
1007
 
1008
- #: inc/options.php:1004 inc/options.php:3279
1009
  msgid "Center Left"
1010
  msgstr ""
1011
 
1012
- #: inc/options.php:1005 inc/options.php:3280
1013
  msgid "Center Center"
1014
  msgstr ""
1015
 
1016
- #: inc/options.php:1006 inc/options.php:3281
1017
  msgid "Center Right"
1018
  msgstr ""
1019
 
1020
- #: inc/options.php:1007 inc/options.php:3282
1021
  msgid "Bottom Left"
1022
  msgstr ""
1023
 
1024
- #: inc/options.php:1008 inc/options.php:3283
1025
  msgid "Bottom Center"
1026
  msgstr ""
1027
 
1028
- #: inc/options.php:1009 inc/options.php:3284
1029
  msgid "Bottom Right"
1030
  msgstr ""
1031
 
1032
- #: inc/options.php:1017 inc/options.php:4142
1033
  msgid "Padding"
1034
  msgstr ""
1035
 
1036
- #: inc/options.php:1018
1037
  msgid "Content Padding. eg:30px"
1038
  msgstr ""
1039
 
1040
- #: inc/options.php:1034
1041
  msgid " Custom Box Shortcode"
1042
  msgstr ""
1043
 
1044
- #: inc/options.php:1035
1045
  msgid "custom-box-shortcode/"
1046
  msgstr ""
1047
 
1048
- #: inc/options.php:1050
1049
  msgid "Dailymotion URL"
1050
  msgstr ""
1051
 
1052
- #: inc/options.php:1051 inc/options.php:3966 inc/options.php:4047
1053
  msgid "Add the URL the video will link to, ex: http://example.com."
1054
  msgstr ""
1055
 
1056
- #: inc/options.php:1057 inc/options.php:1063 inc/options.php:3972
1057
- #: inc/options.php:3978 inc/options.php:4053 inc/options.php:4059
1058
  msgid "In pixels (px), eg:1px."
1059
  msgstr ""
1060
 
1061
- #: inc/options.php:1068 inc/options.php:3901 inc/options.php:3983
1062
- #: inc/options.php:4064
1063
  msgid "Mute Video"
1064
  msgstr ""
1065
 
1066
- #: inc/options.php:1069 inc/options.php:3902 inc/options.php:3984
1067
- #: inc/options.php:4065
1068
  msgid "Choose to mute the video."
1069
  msgstr ""
1070
 
1071
- #: inc/options.php:1075 inc/options.php:3908 inc/options.php:3990
1072
- #: inc/options.php:4071
1073
  msgid "Autoplay Video"
1074
  msgstr ""
1075
 
1076
- #: inc/options.php:1076 inc/options.php:3909 inc/options.php:3991
1077
- #: inc/options.php:4072
1078
  msgid "Choose to autoplay the video."
1079
  msgstr ""
1080
 
1081
- #: inc/options.php:1085 inc/options.php:3918 inc/options.php:4000
1082
- #: inc/options.php:4081
1083
  msgid "Loop Video"
1084
  msgstr ""
1085
 
1086
- #: inc/options.php:1086 inc/options.php:3919 inc/options.php:4001
1087
- #: inc/options.php:4082
1088
  msgid "Choose to loop the video."
1089
  msgstr ""
1090
 
1091
- #: inc/options.php:1095 inc/options.php:3928 inc/options.php:4010
1092
- #: inc/options.php:4091
1093
  msgid "Show Controls"
1094
  msgstr ""
1095
 
1096
- #: inc/options.php:1096 inc/options.php:3929 inc/options.php:4011
1097
- #: inc/options.php:4092
1098
  msgid "Choose to display controls for the video player."
1099
  msgstr ""
1100
 
1101
- #: inc/options.php:1116
1102
  msgid "Dailymotion Shortcode"
1103
  msgstr ""
1104
 
1105
- #: inc/options.php:1117
1106
  msgid "dailymotion-shortcode/"
1107
  msgstr ""
1108
 
1109
- #: inc/options.php:1131
1110
  msgid "Divider Style"
1111
  msgstr ""
1112
 
1113
- #: inc/options.php:1132
1114
  msgid "Select the Divider's Style."
1115
  msgstr ""
1116
 
1117
- #: inc/options.php:1135
1118
  msgid "Shadow"
1119
  msgstr ""
1120
 
1121
- #: inc/options.php:1136 inc/options.php:3318
1122
  msgid "Dashed"
1123
  msgstr ""
1124
 
1125
- #: inc/options.php:1137 inc/options.php:3317
1126
  msgid "Dotted"
1127
  msgstr ""
1128
 
1129
- #: inc/options.php:1138
1130
  msgid "Double Line"
1131
  msgstr ""
1132
 
1133
- #: inc/options.php:1139
1134
  msgid "Double Dashed"
1135
  msgstr ""
1136
 
1137
- #: inc/options.php:1140
1138
  msgid "Double Dotted"
1139
  msgstr ""
1140
 
1141
- #: inc/options.php:1141 inc/options.php:2104
1142
  msgid "Image"
1143
  msgstr ""
1144
 
1145
- #: inc/options.php:1143
1146
  msgid "Back to Top"
1147
  msgstr ""
1148
 
1149
- #: inc/options.php:1150
1150
  msgid "In pixels. Default: 100%"
1151
  msgstr ""
1152
 
1153
- #: inc/options.php:1154 inc/options.php:2997
1154
  msgid "Align"
1155
  msgstr ""
1156
 
1157
- #: inc/options.php:1155
1158
  msgid "When the width is not 100%."
1159
  msgstr ""
1160
 
1161
- #: inc/options.php:1166 inc/options.php:1884
1162
  msgid "Margin Top"
1163
  msgstr ""
1164
 
1165
- #: inc/options.php:1167
1166
  msgid "Spacing above the separator. In pixels."
1167
  msgstr ""
1168
 
1169
- #: inc/options.php:1174 inc/options.php:1892
1170
  msgid "Margin Bottom"
1171
  msgstr ""
1172
 
1173
- #: inc/options.php:1175
1174
  msgid "Spacing under the separator. In pixels."
1175
  msgstr ""
1176
 
1177
- #: inc/options.php:1183 inc/options.php:3299
1178
  msgid "Border Size"
1179
  msgstr ""
1180
 
1181
- #: inc/options.php:1184
1182
  msgid "In pixels (px), eg: 1px. "
1183
  msgstr ""
1184
 
1185
- #: inc/options.php:1189 inc/options.php:1843 inc/options.php:2392
1186
- #: inc/options.php:2904 inc/options.php:3306
1187
  msgid "Border Color"
1188
  msgstr ""
1189
 
1190
- #: inc/options.php:1190
1191
  msgid "Set the border color."
1192
  msgstr ""
1193
 
1194
- #: inc/options.php:1214
1195
  msgid "Divider Shortcode"
1196
  msgstr ""
1197
 
1198
- #: inc/options.php:1215
1199
  msgid "divider-shortcode/"
1200
  msgstr ""
1201
 
1202
- #: inc/options.php:1229
1203
  msgid "Doc URL"
1204
  msgstr ""
1205
 
1206
- #: inc/options.php:1230
1207
  msgid "Upload document to display. Supported formats: doc, xls, pdf etc."
1208
  msgstr ""
1209
 
1210
- #: inc/options.php:1238
1211
  msgid "Set width for doc."
1212
  msgstr ""
1213
 
1214
- #: inc/options.php:1246
1215
  msgid "Set height for doc."
1216
  msgstr ""
1217
 
1218
- #: inc/options.php:1250
1219
  msgid "Responsive"
1220
  msgstr ""
1221
 
1222
- #: inc/options.php:1251
1223
  msgid "Choose to responsive or not"
1224
  msgstr ""
1225
 
1226
- #: inc/options.php:1256
1227
  msgid "Viewer"
1228
  msgstr ""
1229
 
1230
- #: inc/options.php:1257
1231
  msgid "Choose viewer for document."
1232
  msgstr ""
1233
 
1234
- #: inc/options.php:1259
1235
  msgid "Google"
1236
  msgstr ""
1237
 
1238
- #: inc/options.php:1260
1239
  msgid "Microsoft"
1240
  msgstr ""
1241
 
1242
- #: inc/options.php:1277
1243
  msgid "Document Shortcode"
1244
  msgstr ""
1245
 
1246
- #: inc/options.php:1278
1247
  msgid "document-shortcode/"
1248
  msgstr ""
1249
 
1250
- #: inc/options.php:1292
1251
  msgid "Dropcap Letter"
1252
  msgstr ""
1253
 
1254
- #: inc/options.php:1293
1255
  msgid "Add the letter to be used as dropcap"
1256
  msgstr ""
1257
 
1258
- #: inc/options.php:1297 inc/options.php:2838
1259
  msgid "Color"
1260
  msgstr ""
1261
 
1262
- #: inc/options.php:1298
1263
  msgid ""
1264
  "Controls the color of the dropcap letter. Leave blank for theme option "
1265
  "selection."
1266
  msgstr ""
1267
 
1268
- #: inc/options.php:1302
1269
  msgid "Boxed Dropcap"
1270
  msgstr ""
1271
 
1272
- #: inc/options.php:1303
1273
  msgid "Choose to get a boxed dropcap."
1274
  msgstr ""
1275
 
1276
- #: inc/options.php:1311
1277
  msgid "Box Radius"
1278
  msgstr ""
1279
 
1280
- #: inc/options.php:1312
1281
  msgid "Choose the radius of the boxed dropcap. In pixels (px), eg: 1px"
1282
  msgstr ""
1283
 
1284
- #: inc/options.php:1328
1285
  msgid "Dropcap Shortcode"
1286
  msgstr ""
1287
 
1288
- #: inc/options.php:1329
1289
  msgid "dropcap-shortcode/"
1290
  msgstr ""
1291
 
1292
- #: inc/options.php:1343
1293
  msgid "Select style for dummy image"
1294
  msgstr ""
1295
 
1296
- #: inc/options.php:1345
1297
  msgid "Any"
1298
  msgstr ""
1299
 
1300
- #: inc/options.php:1346
1301
  msgid "Transport"
1302
  msgstr ""
1303
 
1304
- #: inc/options.php:1347
1305
  msgid "Technics"
1306
  msgstr ""
1307
 
1308
- #: inc/options.php:1348
1309
  msgid "People"
1310
  msgstr ""
1311
 
1312
- #: inc/options.php:1349
1313
  msgid "Sports"
1314
  msgstr ""
1315
 
1316
- #: inc/options.php:1350
1317
  msgid "Cats"
1318
  msgstr ""
1319
 
1320
- #: inc/options.php:1351
1321
  msgid "City"
1322
  msgstr ""
1323
 
1324
- #: inc/options.php:1352
1325
  msgid "Food"
1326
  msgstr ""
1327
 
1328
- #: inc/options.php:1353
1329
  msgid "Night life"
1330
  msgstr ""
1331
 
1332
- #: inc/options.php:1354
1333
  msgid "Fashion"
1334
  msgstr ""
1335
 
1336
- #: inc/options.php:1355
1337
  msgid "Animals"
1338
  msgstr ""
1339
 
1340
- #: inc/options.php:1356
1341
  msgid "Business"
1342
  msgstr ""
1343
 
1344
- #: inc/options.php:1357
1345
  msgid "Nature"
1346
  msgstr ""
1347
 
1348
- #: inc/options.php:1358
1349
  msgid "Abstract"
1350
  msgstr ""
1351
 
1352
- #: inc/options.php:1367
1353
  msgid "Set width for image."
1354
  msgstr ""
1355
 
1356
- #: inc/options.php:1375
1357
  msgid "Set height for image."
1358
  msgstr ""
1359
 
1360
- #: inc/options.php:1392
1361
  msgid "Dummy Image Shortcode"
1362
  msgstr ""
1363
 
1364
- #: inc/options.php:1393
1365
  msgid "dummy-image-shortcode/"
1366
  msgstr ""
1367
 
1368
- #: inc/options.php:1408
1369
  msgid "Select text type."
1370
  msgstr ""
1371
 
1372
- #: inc/options.php:1410
1373
  msgid "Paragraphs"
1374
  msgstr ""
1375
 
1376
- #: inc/options.php:1411
1377
  msgid "Words"
1378
  msgstr ""
1379
 
1380
- #: inc/options.php:1412
1381
  msgid "Bytes"
1382
  msgstr ""
1383
 
1384
- #: inc/options.php:1420
1385
  msgid "Amount"
1386
  msgstr ""
1387
 
1388
- #: inc/options.php:1421
1389
  msgid "Choose how many paragraphs or words to show"
1390
  msgstr ""
1391
 
1392
- #: inc/options.php:1437
1393
  msgid "Dummy Text Shortcode"
1394
  msgstr ""
1395
 
1396
- #: inc/options.php:1438
1397
  msgid "dummy-text-shortcode/"
1398
  msgstr ""
1399
 
1400
- #: inc/options.php:1452
1401
  msgid "More Icon"
1402
  msgstr ""
1403
 
1404
- #: inc/options.php:1453
1405
  msgid ""
1406
  "Set icon for expand title. Click an icon to select, click again to deselect."
1407
  msgstr ""
1408
 
1409
- #: inc/options.php:1459
1410
  msgid "More Text"
1411
  msgstr ""
1412
 
1413
- #: inc/options.php:1460
1414
  msgid "Set text for expand title."
1415
  msgstr ""
1416
 
1417
- #: inc/options.php:1464
1418
  msgid "Less Icon"
1419
  msgstr ""
1420
 
1421
- #: inc/options.php:1465
1422
  msgid ""
1423
  "Set icon for fold title. Click an icon to select, click again to deselect."
1424
  msgstr ""
1425
 
1426
- #: inc/options.php:1471
1427
  msgid "Less Text"
1428
  msgstr ""
1429
 
1430
- #: inc/options.php:1472
1431
  msgid "Set text for fold title. "
1432
  msgstr ""
1433
 
1434
- #: inc/options.php:1478
1435
  msgid "This text block can be expanded."
1436
  msgstr ""
1437
 
1438
- #: inc/options.php:1494
1439
  msgid "Expand Shortcode"
1440
  msgstr ""
1441
 
1442
- #: inc/options.php:1495
1443
  msgid "expand-shortcode/"
1444
  msgstr ""
1445
 
1446
- #: inc/options.php:1508
1447
  msgid "Feature Box Style"
1448
  msgstr ""
1449
 
1450
- #: inc/options.php:1509
1451
  msgid "Select the Feature Box's Style."
1452
  msgstr ""
1453
 
1454
- #: inc/options.php:1511
1455
  msgid "Icon on Top of Title"
1456
  msgstr ""
1457
 
1458
- #: inc/options.php:1512
1459
  msgid "Icon Beside Title and Content"
1460
  msgstr ""
1461
 
1462
- #: inc/options.php:1513
1463
  msgid "Icon Beside Title"
1464
  msgstr ""
1465
 
1466
- #: inc/options.php:1514 inc/options.php:1830 inc/options.php:2898
1467
- #: inc/options.php:3527
1468
  msgid "Boxed"
1469
  msgstr ""
1470
 
1471
- #: inc/options.php:1522
1472
  msgid "Insert title for feature box."
1473
  msgstr ""
1474
 
1475
- #: inc/options.php:1530
1476
  msgid "Title Font Size"
1477
  msgstr ""
1478
 
1479
- #: inc/options.php:1531
1480
  msgid "Set font size for title of feature box."
1481
  msgstr ""
1482
 
1483
- #: inc/options.php:1536
 
 
 
 
1484
  msgid "Set color for title of feature box."
1485
  msgstr ""
1486
 
1487
- #: inc/options.php:1540
1488
  msgid "Icon Hover Animation"
1489
  msgstr ""
1490
 
1491
- #: inc/options.php:1541
1492
  msgid "Select the Icon's Animation."
1493
  msgstr ""
1494
 
1495
- #: inc/options.php:1555 inc/options.php:2003 inc/options.php:3498
1496
  msgid "Icon Size"
1497
  msgstr ""
1498
 
1499
- #: inc/options.php:1556
1500
  msgid "Set size for icon of feature box."
1501
  msgstr ""
1502
 
1503
- #: inc/options.php:1560 inc/options.php:2009 inc/options.php:2201
1504
- #: inc/options.php:3503
1505
  msgid "Icon Color"
1506
  msgstr ""
1507
 
1508
- #: inc/options.php:1561
1509
  msgid "Set color for icon of feature box."
1510
  msgstr ""
1511
 
1512
- #: inc/options.php:1565
1513
  msgid "Icon Border Color"
1514
  msgstr ""
1515
 
1516
- #: inc/options.php:1566
1517
  msgid "Set border color for icon of feature box."
1518
  msgstr ""
1519
 
1520
- #: inc/options.php:1573
1521
  msgid "Icon Border Width"
1522
  msgstr ""
1523
 
1524
- #: inc/options.php:1574
1525
  msgid "Set border width for icon of feature box."
1526
  msgstr ""
1527
 
1528
- #: inc/options.php:1580
1529
  msgid "Flip Icon"
1530
  msgstr ""
1531
 
1532
- #: inc/options.php:1581
1533
  msgid "Choose to flip the icon of feature box."
1534
  msgstr ""
1535
 
1536
- #: inc/options.php:1583 inc/options.php:1828 inc/options.php:3315
1537
- #: inc/options.php:3384 inc/options.php:3404 inc/options.php:3698
1538
  msgid "None"
1539
  msgstr ""
1540
 
1541
- #: inc/options.php:1584 inc/options.php:1723 inc/options.php:2052
1542
  msgid "Horizontal"
1543
  msgstr ""
1544
 
1545
- #: inc/options.php:1585 inc/options.php:1724 inc/options.php:2053
1546
  msgid "Vertical"
1547
  msgstr ""
1548
 
1549
- #: inc/options.php:1592
1550
  msgid "Spinning Icon"
1551
  msgstr ""
1552
 
1553
- #: inc/options.php:1593
1554
  msgid "Choose to spin the icon of feature box."
1555
  msgstr ""
1556
 
1557
- #: inc/options.php:1599 inc/options.php:2214 inc/options.php:2931
1558
- #: inc/options.php:3508
1559
  msgid "Icon Circle Background Color"
1560
  msgstr ""
1561
 
1562
- #: inc/options.php:1600
1563
  msgid "Set background for icon circle of feature box."
1564
  msgstr ""
1565
 
1566
- #: inc/options.php:1606
1567
  msgid "Icon Alignment"
1568
  msgstr ""
1569
 
1570
- #: inc/options.php:1607
1571
  msgid "Set alignment for style2/style3 of feature box."
1572
  msgstr ""
1573
 
1574
- #: inc/options.php:1617
1575
  msgid "Icon Circle"
1576
  msgstr ""
1577
 
1578
- #: inc/options.php:1618
1579
  msgid "Choose to display icon of feature box in circle."
1580
  msgstr ""
1581
 
1582
- #: inc/options.php:1625
1583
  msgid "Icon Image"
1584
  msgstr ""
1585
 
1586
- #: inc/options.php:1626
1587
  msgid "To upload your own icon image, remember to deselect icon above."
1588
  msgstr ""
1589
 
1590
- #: inc/options.php:1633
1591
  msgid "Icon Image Width"
1592
  msgstr ""
1593
 
1594
- #: inc/options.php:1634
1595
  msgid ""
1596
  "If using custom icon image, set icon image width. In percentage of pixels "
1597
  "(px), eg: 1px."
1598
  msgstr ""
1599
 
1600
- #: inc/options.php:1641
1601
  msgid "Icon Image Height"
1602
  msgstr ""
1603
 
1604
- #: inc/options.php:1642
1605
  msgid ""
1606
  "If using custom icon image, set icon image height. In percentage of pixels "
1607
  "(px), eg: 1px."
1608
  msgstr ""
1609
 
1610
- #: inc/options.php:1649
1611
  msgid "Link URL"
1612
  msgstr ""
1613
 
1614
- #: inc/options.php:1650
1615
  msgid "Set link for feature box, eg: http://example.com."
1616
  msgstr ""
1617
 
1618
- #: inc/options.php:1655 inc/options.php:2116 inc/options.php:2461
1619
  msgid "Link Target"
1620
  msgstr ""
1621
 
1622
- #: inc/options.php:1656 inc/options.php:2117 inc/options.php:2462
1623
  msgid "_self = open in same window _blank = open in new window."
1624
  msgstr ""
1625
 
1626
- #: inc/options.php:1666
 
 
 
 
 
 
 
 
1627
  msgid "Link Text"
1628
  msgstr ""
1629
 
1630
- #: inc/options.php:1667
1631
  msgid ""
1632
  "Insert link text for feature box. It would not display if you leave it as "
1633
  "blank."
1634
  msgstr ""
1635
 
1636
- #: inc/options.php:1671
1637
  msgid "Link Color"
1638
  msgstr ""
1639
 
1640
- #: inc/options.php:1672
1641
  msgid "Set color for link of feature box."
1642
  msgstr ""
1643
 
1644
- #: inc/options.php:1676
1645
  msgid "Content Color"
1646
  msgstr ""
1647
 
1648
- #: inc/options.php:1677
1649
  msgid "Set color for content of feature box."
1650
  msgstr ""
1651
 
1652
- #: inc/options.php:1681
1653
  msgid "Set box background color for Boxed Style."
1654
  msgstr ""
1655
 
1656
- #: inc/options.php:1682
1657
  msgid "For Boxed Style"
1658
  msgstr ""
1659
 
1660
- #: inc/options.php:1698 inc/options.php:1958 inc/options.php:2306
1661
  msgid "Your Content Goes Here"
1662
  msgstr ""
1663
 
1664
- #: inc/options.php:1700
1665
  msgid "Feature Box Content"
1666
  msgstr ""
1667
 
1668
- #: inc/options.php:1705
1669
  msgid "Feature Box Shortcode"
1670
  msgstr ""
1671
 
1672
- #: inc/options.php:1706
1673
  msgid "feature-box-shortcode/"
1674
  msgstr ""
1675
 
1676
- #: inc/options.php:1720
1677
  msgid "Direction"
1678
  msgstr ""
1679
 
1680
- #: inc/options.php:1721
1681
  msgid "Select flip directioon."
1682
  msgstr ""
1683
 
1684
- #: inc/options.php:1725
1685
  msgid "Flip Left"
1686
  msgstr ""
1687
 
1688
- #: inc/options.php:1726
1689
  msgid "Flip Right"
1690
  msgstr ""
1691
 
1692
- #: inc/options.php:1727
1693
  msgid "Flip Top"
1694
  msgstr ""
1695
 
1696
- #: inc/options.php:1728
1697
  msgid "Flip Bottom"
1698
  msgstr ""
1699
 
1700
- #: inc/options.php:1729
1701
  msgid "Slide Left"
1702
  msgstr ""
1703
 
1704
- #: inc/options.php:1730
1705
  msgid "Slide Right"
1706
  msgstr ""
1707
 
1708
- #: inc/options.php:1731
1709
  msgid "Slide Top"
1710
  msgstr ""
1711
 
1712
- #: inc/options.php:1732
1713
  msgid "Slide Bottom"
1714
  msgstr ""
1715
 
1716
- #: inc/options.php:1740
1717
  msgid "Front Container Paddings"
1718
  msgstr ""
1719
 
1720
- #: inc/options.php:1741
1721
  msgid "Set paddings for front container of flip box."
1722
  msgstr ""
1723
 
1724
- #: inc/options.php:1746
1725
  msgid "Front Background Color"
1726
  msgstr ""
1727
 
1728
- #: inc/options.php:1747
1729
  msgid "Set background color for front container of flip box."
1730
  msgstr ""
1731
 
1732
- #: inc/options.php:1752
1733
  msgid "Front Font Color"
1734
  msgstr ""
1735
 
1736
- #: inc/options.php:1753 inc/options.php:1779
1737
  msgid "Custom setting only. Set the background color for custom alert boxes."
1738
  msgstr ""
1739
 
1740
- #: inc/options.php:1756
1741
  msgid "Front Content"
1742
  msgstr ""
1743
 
1744
- #: inc/options.php:1758
1745
  msgid "Front content."
1746
  msgstr ""
1747
 
1748
- #: inc/options.php:1759
1749
  msgid "Insert content for front container of flip box."
1750
  msgstr ""
1751
 
1752
- #: inc/options.php:1766
1753
  msgid "Back Container Paddings"
1754
  msgstr ""
1755
 
1756
- #: inc/options.php:1767
1757
  msgid "Set paddings for back container of flip box."
1758
  msgstr ""
1759
 
1760
- #: inc/options.php:1772
1761
  msgid "Back Background Color"
1762
  msgstr ""
1763
 
1764
- #: inc/options.php:1773
1765
  msgid "Set background color for back container of flip box."
1766
  msgstr ""
1767
 
1768
- #: inc/options.php:1778
1769
  msgid "Back Font Color"
1770
  msgstr ""
1771
 
1772
- #: inc/options.php:1782
1773
  msgid "Back Content"
1774
  msgstr ""
1775
 
1776
- #: inc/options.php:1784
1777
  msgid "Back Content."
1778
  msgstr ""
1779
 
1780
- #: inc/options.php:1785
1781
  msgid "Insert content for back container of flip box."
1782
  msgstr ""
1783
 
1784
- #: inc/options.php:1802
1785
  msgid "Flip Box Shortcode"
1786
  msgstr ""
1787
 
1788
- #: inc/options.php:1803
1789
  msgid "flip-box-shortcode/"
1790
  msgstr ""
1791
 
1792
- #: inc/options.php:1819
1793
  msgid "Insert heading text"
1794
  msgstr ""
1795
 
1796
- #: inc/options.php:1826
1797
  msgid "Choose a heading style. Leave blank as default."
1798
  msgstr ""
1799
 
1800
- #: inc/options.php:1829
1801
- msgid "Border"
1802
- msgstr ""
1803
-
1804
- #: inc/options.php:1831
1805
- msgid "Boxed-reverse"
1806
- msgstr ""
1807
-
1808
- #: inc/options.php:1832
1809
- msgid "Doubleline"
1810
- msgstr ""
1811
-
1812
- #: inc/options.php:1839
1813
  msgid "Set color for heading text."
1814
  msgstr ""
1815
 
1816
- #: inc/options.php:1844
1817
  msgid "Set border color for heading."
1818
  msgstr ""
1819
 
1820
- #: inc/options.php:1849 inc/options.php:2844
1821
  msgid "Text Align"
1822
  msgstr ""
1823
 
1824
- #: inc/options.php:1850
1825
  msgid "Set text align for this heading."
1826
  msgstr ""
1827
 
1828
- #: inc/options.php:1856
1829
  msgid "Font Weight"
1830
  msgstr ""
1831
 
1832
- #: inc/options.php:1857
1833
  msgid "Set font weight for heading text."
1834
  msgstr ""
1835
 
1836
- #: inc/options.php:1876 inc/options.php:2663
1837
  msgid "Font Size"
1838
  msgstr ""
1839
 
1840
- #: inc/options.php:1877
1841
  msgid "Set font size for heading text. In pixels (px), eg: 1px."
1842
  msgstr ""
1843
 
1844
- #: inc/options.php:1906
1845
  msgid "Responsive Text"
1846
  msgstr ""
1847
 
1848
- #: inc/options.php:1907
1849
  msgid "Choose to display responsive text."
1850
  msgstr ""
1851
 
1852
- #: inc/options.php:1926
1853
  msgid "Heading Shortcode"
1854
  msgstr ""
1855
 
1856
- #: inc/options.php:1927
1857
  msgid "heading-shortcode/"
1858
  msgstr ""
1859
 
1860
- #: inc/options.php:1942
1861
  msgid "Set background color for highlight item."
1862
  msgstr ""
1863
 
1864
- #: inc/options.php:1955
1865
  msgid "Set font color for highlight item."
1866
  msgstr ""
1867
 
1868
- #: inc/options.php:1960
1869
  msgid "Content to Higlight"
1870
  msgstr ""
1871
 
1872
- #: inc/options.php:1961
1873
  msgid "Insert content to highlight."
1874
  msgstr ""
1875
 
1876
- #: inc/options.php:1978
1877
  msgid "Highlight Shortcode"
1878
  msgstr ""
1879
 
1880
- #: inc/options.php:1979
1881
  msgid "highlight-shortcode/"
1882
  msgstr ""
1883
 
1884
- #: inc/options.php:2004
1885
  msgid "Set text size for item."
1886
  msgstr ""
1887
 
1888
- #: inc/options.php:2010 inc/options.php:3504
1889
  msgid "Set color for icon."
1890
  msgstr ""
1891
 
1892
- #: inc/options.php:2015
1893
  msgid "Icon Box"
1894
  msgstr ""
1895
 
1896
- #: inc/options.php:2016
1897
  msgid "Choose to display boxed icon."
1898
  msgstr ""
1899
 
1900
- #: inc/options.php:2034
1901
  msgid "Icon Shortcode"
1902
  msgstr ""
1903
 
1904
- #: inc/options.php:2035
1905
  msgid "icon-shortcode/"
1906
  msgstr ""
1907
 
1908
- #: inc/options.php:2050
1909
  msgid "Select how the image compare display."
1910
  msgstr ""
1911
 
1912
- #: inc/options.php:2059 inc/options.php:2637 inc/options.php:2814
1913
  msgid "Percent"
1914
  msgstr ""
1915
 
1916
- #: inc/options.php:2060
1917
  msgid "Choose default offset pct"
1918
  msgstr ""
1919
 
1920
- #: inc/options.php:2066
1921
  msgid "Image Left"
1922
  msgstr ""
1923
 
1924
- #: inc/options.php:2067
1925
  msgid "Insert the image displayed in the left."
1926
  msgstr ""
1927
 
1928
- #: inc/options.php:2072
1929
  msgid "Image Right"
1930
  msgstr ""
1931
 
1932
- #: inc/options.php:2073
1933
  msgid "Insert the image displayed in the right."
1934
  msgstr ""
1935
 
1936
- #: inc/options.php:2089
1937
  msgid "Image Compare Shortcode"
1938
  msgstr ""
1939
 
1940
- #: inc/options.php:2090
1941
  msgid "image-compare-shortcode/"
1942
  msgstr ""
1943
 
1944
- #: inc/options.php:2105 inc/options.php:2491
1945
  msgid "Upload an image to display."
1946
  msgstr ""
1947
 
1948
- #: inc/options.php:2110
1949
  msgid "Image Link URL"
1950
  msgstr ""
1951
 
1952
- #: inc/options.php:2111 inc/options.php:2497
1953
  msgid "Add the URL the picture will link to, ex: http://example.com."
1954
  msgstr ""
1955
 
1956
- #: inc/options.php:2130
1957
  msgid ""
1958
  "Choose the border radius of the image frame. In pixels (px), ex: 1px, or "
1959
  "\"round\". Leave blank for theme option selection."
1960
  msgstr ""
1961
 
1962
- #: inc/options.php:2135
1963
  msgid "Light Box"
1964
  msgstr ""
1965
 
1966
- #: inc/options.php:2136
1967
  msgid "Choose to display light box once click."
1968
  msgstr ""
1969
 
1970
- #: inc/options.php:2154
1971
  msgid "Image Frame Shortcode"
1972
  msgstr ""
1973
 
1974
- #: inc/options.php:2155
1975
  msgid "image-frame-shortcode/"
1976
  msgstr ""
1977
 
1978
- #: inc/options.php:2172
 
 
 
 
1979
  msgid "Insert text to be displayed in label."
1980
  msgstr ""
1981
 
1982
- #: inc/options.php:2178
1983
  msgid "Set background color for label."
1984
  msgstr ""
1985
 
1986
- #: inc/options.php:2182
1987
  msgid "Label Shortcode"
1988
  msgstr ""
1989
 
1990
- #: inc/options.php:2183
1991
  msgid "label-shortcode/"
1992
  msgstr ""
1993
 
1994
- #: inc/options.php:2202
1995
  msgid "Set color fo list icon."
1996
  msgstr ""
1997
 
1998
- #: inc/options.php:2206
1999
  msgid "Icon Boxed"
2000
  msgstr ""
2001
 
2002
- #: inc/options.php:2207
2003
  msgid "Choose to set icon boxed."
2004
  msgstr ""
2005
 
2006
- #: inc/options.php:2215
2007
  msgid "Set background color for list icon."
2008
  msgstr ""
2009
 
2010
- #: inc/options.php:2219
2011
  msgid "Boxed Shape"
2012
  msgstr ""
2013
 
2014
- #: inc/options.php:2220
2015
  msgid "Choose boxed shape for list icon."
2016
  msgstr ""
2017
 
2018
- #: inc/options.php:2223
2019
  msgid "Circle"
2020
  msgstr ""
2021
 
2022
- #: inc/options.php:2227
2023
  msgid "Item Border"
2024
  msgstr ""
2025
 
2026
- #: inc/options.php:2228
2027
  msgid "Choose to display item border for list."
2028
  msgstr ""
2029
 
2030
- #: inc/options.php:2238
2031
  msgid "Item Size"
2032
  msgstr ""
2033
 
2034
- #: inc/options.php:2239
2035
  msgid "Set text font size for item."
2036
  msgstr ""
2037
 
2038
- #: inc/options.php:2256
2039
  msgid "List items"
2040
  msgstr ""
2041
 
2042
- #: inc/options.php:2261
2043
  msgid "List Shortcode"
2044
  msgstr ""
2045
 
2046
- #: inc/options.php:2262
2047
  msgid "list-shortcode/"
2048
  msgstr ""
2049
 
2050
- #: inc/options.php:2276
2051
  msgid "Modal Anchor Text"
2052
  msgstr ""
2053
 
2054
- #: inc/options.php:2277
2055
  msgid "Insert anchor text for the modal."
2056
  msgstr ""
2057
 
2058
- #: inc/options.php:2282
2059
  msgid "Modal Heading"
2060
  msgstr ""
2061
 
2062
- #: inc/options.php:2283
2063
  msgid "Insert heading text for the modal."
2064
  msgstr ""
2065
 
2066
- #: inc/options.php:2287
2067
  msgid "Size Of Modal"
2068
  msgstr ""
2069
 
2070
- #: inc/options.php:2288
2071
  msgid "Select the modal window size."
2072
  msgstr ""
2073
 
2074
- #: inc/options.php:2291
2075
  msgid "Middle"
2076
  msgstr ""
2077
 
2078
- #: inc/options.php:2298
2079
  msgid "Show Footer"
2080
  msgstr ""
2081
 
2082
- #: inc/options.php:2299
2083
  msgid "Choose to show the modal footer with close button."
2084
  msgstr ""
2085
 
2086
- #: inc/options.php:2308
2087
  msgid "Contents of Modal"
2088
  msgstr ""
2089
 
2090
- #: inc/options.php:2309
2091
  msgid "Add your content to be displayed in modal."
2092
  msgstr ""
2093
 
2094
- #: inc/options.php:2325
2095
  msgid "Modal Shortcode"
2096
  msgstr ""
2097
 
2098
- #: inc/options.php:2326
2099
  msgid "modal-shortcode/"
2100
  msgstr ""
2101
 
2102
- #: inc/options.php:2340
2103
  msgid "Select a menu"
2104
  msgstr ""
2105
 
2106
- #: inc/options.php:2357
2107
  msgid "Menu Shortcode"
2108
  msgstr ""
2109
 
2110
- #: inc/options.php:2373
2111
  msgid "Insert title for panel."
2112
  msgstr ""
2113
 
2114
- #: inc/options.php:2376
2115
  msgid "Panel content."
2116
  msgstr ""
2117
 
2118
- #: inc/options.php:2378
2119
  msgid "Panel Content"
2120
  msgstr ""
2121
 
2122
- #: inc/options.php:2379
2123
  msgid "Insert content for panel."
2124
  msgstr ""
2125
 
2126
- #: inc/options.php:2387
2127
  msgid "Set color for panel title."
2128
  msgstr ""
2129
 
2130
- #: inc/options.php:2393
2131
  msgid "Set color for panel border."
2132
  msgstr ""
2133
 
2134
- #: inc/options.php:2400
 
 
 
 
2135
  msgid "Set background color for panel title."
2136
  msgstr ""
2137
 
2138
- #: inc/options.php:2424
2139
  msgid "Panel Shortcode"
2140
  msgstr ""
2141
 
2142
- #: inc/options.php:2425
2143
  msgid "panel-shortcode/"
2144
  msgstr ""
2145
 
2146
- #: inc/options.php:2440
2147
  msgid "Choose to display info below or beside the image."
2148
  msgstr ""
2149
 
2150
- #: inc/options.php:2442
2151
  msgid "Below"
2152
  msgstr ""
2153
 
2154
- #: inc/options.php:2443
2155
  msgid "Beside"
2156
  msgstr ""
2157
 
2158
- #: inc/options.php:2449 inc/options.php:3677 inc/options.php:4127
2159
  msgid "Name"
2160
  msgstr ""
2161
 
2162
- #: inc/options.php:2450
2163
  msgid "Insert the name of the person."
2164
  msgstr ""
2165
 
2166
- #: inc/options.php:2456
2167
  msgid "Insert the title of the person"
2168
  msgstr ""
2169
 
2170
- #: inc/options.php:2472
2171
  msgid "Image Overlay Color"
2172
  msgstr ""
2173
 
2174
- #: inc/options.php:2473
2175
  msgid "Select a hover color to show over the image as an overlay."
2176
  msgstr ""
2177
 
2178
- #: inc/options.php:2478
2179
  msgid "Image Overlay Opacity"
2180
  msgstr ""
2181
 
2182
- #: inc/options.php:2479
2183
  msgid "Opacity ranges between 0 (transparent) and 1 (opaque). ex: .5"
2184
  msgstr ""
2185
 
2186
- #: inc/options.php:2485
2187
  msgid "Profile Description"
2188
  msgstr ""
2189
 
2190
- #: inc/options.php:2486
2191
  msgid "Insert profile description."
2192
  msgstr ""
2193
 
2194
- #: inc/options.php:2490
2195
  msgid "Picture"
2196
  msgstr ""
2197
 
2198
- #: inc/options.php:2496
2199
  msgid "Picture Link URL"
2200
  msgstr ""
2201
 
2202
- #: inc/options.php:2504
2203
  msgid "Picture Border Size"
2204
  msgstr ""
2205
 
2206
- #: inc/options.php:2505
2207
  msgid "In pixels (px), ex: 1px. Leave blank for theme option selection."
2208
  msgstr ""
2209
 
2210
- #: inc/options.php:2509
2211
  msgid "Picture Border Color"
2212
  msgstr ""
2213
 
2214
- #: inc/options.php:2510
2215
  msgid ""
2216
  "Controls the picture's border color. Leave blank for theme option selection."
2217
  msgstr ""
2218
 
2219
- #: inc/options.php:2517
2220
  msgid "Picture Border Radius"
2221
  msgstr ""
2222
 
2223
- #: inc/options.php:2518
2224
  msgid ""
2225
  "Choose the border radius of the person image. In pixels (px), ex: 1px, or "
2226
  "\"round\". Leave blank for theme option selection."
2227
  msgstr ""
2228
 
2229
- #: inc/options.php:2525
2230
  msgid "Social Icon Box Radius"
2231
  msgstr ""
2232
 
2233
- #: inc/options.php:2526
2234
  msgid ""
2235
  "Choose the border radius of the boxed icons. In pixels (px), ex: 1px, or "
2236
  "\"round\". Leave blank for theme option selection."
2237
  msgstr ""
2238
 
2239
- #: inc/options.php:2531
2240
  msgid "Social Icon Custom Colors"
2241
  msgstr ""
2242
 
2243
- #: inc/options.php:2532
2244
  msgid ""
2245
  "Controls the Icon's border color. Leave blank for theme option selection."
2246
  msgstr ""
2247
 
2248
- #: inc/options.php:2536
2249
  msgid "Icon1"
2250
  msgstr ""
2251
 
2252
- #: inc/options.php:2543
2253
  msgid "Link1 "
2254
  msgstr ""
2255
 
2256
- #: inc/options.php:2544
2257
  msgid "The Icon1 Link "
2258
  msgstr ""
2259
 
2260
- #: inc/options.php:2548
2261
  msgid "Icon2"
2262
  msgstr ""
2263
 
2264
- #: inc/options.php:2555
2265
  msgid "Link2 "
2266
  msgstr ""
2267
 
2268
- #: inc/options.php:2556
2269
  msgid "The Icon2 Link "
2270
  msgstr ""
2271
 
2272
- #: inc/options.php:2560
2273
  msgid "Icon3"
2274
  msgstr ""
2275
 
2276
- #: inc/options.php:2567
2277
  msgid "Link3 "
2278
  msgstr ""
2279
 
2280
- #: inc/options.php:2568
2281
  msgid "The Icon3 Link "
2282
  msgstr ""
2283
 
2284
- #: inc/options.php:2572
2285
  msgid "Icon4"
2286
  msgstr ""
2287
 
2288
- #: inc/options.php:2579
2289
  msgid "Link4"
2290
  msgstr ""
2291
 
2292
- #: inc/options.php:2580
2293
  msgid "The Icon4 Link "
2294
  msgstr ""
2295
 
2296
- #: inc/options.php:2584
2297
  msgid "Icon5"
2298
  msgstr ""
2299
 
2300
- #: inc/options.php:2591
2301
  msgid "Link5"
2302
  msgstr ""
2303
 
2304
- #: inc/options.php:2592
2305
  msgid "The Icon5 Link "
2306
  msgstr ""
2307
 
2308
- #: inc/options.php:2608
2309
  msgid "Person Shortcode"
2310
  msgstr ""
2311
 
2312
- #: inc/options.php:2609
2313
  msgid "person-shortcode/"
2314
  msgstr ""
2315
 
2316
- #: inc/options.php:2624
2317
  msgid "Line Cap"
2318
  msgstr ""
2319
 
2320
- #: inc/options.php:2625
2321
  msgid "Select how the ending of the bar line looks like."
2322
  msgstr ""
2323
 
2324
- #: inc/options.php:2627
2325
  msgid "Round"
2326
  msgstr ""
2327
 
2328
- #: inc/options.php:2628
2329
  msgid "Butt"
2330
  msgstr ""
2331
 
2332
- #: inc/options.php:2638
2333
  msgid "From 1 to 100."
2334
  msgstr ""
2335
 
2336
- #: inc/options.php:2646
2337
  msgid "Insert title for piechart. It need to be short."
2338
  msgstr ""
2339
 
2340
- #: inc/options.php:2654
2341
  msgid "Size"
2342
  msgstr ""
2343
 
2344
- #: inc/options.php:2655
2345
  msgid "Set size for piechart."
2346
  msgstr ""
2347
 
2348
- #: inc/options.php:2664
2349
  msgid "Set font size for piechart title."
2350
  msgstr ""
2351
 
2352
- #: inc/options.php:2669
2353
  msgid "Filled Color"
2354
  msgstr ""
2355
 
2356
- #: inc/options.php:2670
2357
  msgid "Set color for filled area in piechart."
2358
  msgstr ""
2359
 
2360
- #: inc/options.php:2675
2361
  msgid "Unfilled Color"
2362
  msgstr ""
2363
 
2364
- #: inc/options.php:2676
2365
  msgid "Set color for unfilled area in piechart."
2366
  msgstr ""
2367
 
2368
- #: inc/options.php:2689
2369
  msgid "Piechart Shortcode"
2370
  msgstr ""
2371
 
2372
- #: inc/options.php:2690
2373
  msgid "piechart-shortcode/"
2374
  msgstr ""
2375
 
2376
- #: inc/options.php:2704
2377
  msgid "Popover Heading"
2378
  msgstr ""
2379
 
2380
- #: inc/options.php:2705
2381
  msgid "Insert heading text of the popover."
2382
  msgstr ""
2383
 
2384
- #: inc/options.php:2710
2385
  msgid "Triggering Text"
2386
  msgstr ""
2387
 
2388
- #: inc/options.php:2711
2389
  msgid "Content that will trigger the popover."
2390
  msgstr ""
2391
 
2392
- #: inc/options.php:2718
2393
  msgid "Contents Inside Popover"
2394
  msgstr ""
2395
 
2396
- #: inc/options.php:2719
2397
  msgid "Text to be displayed inside the popover."
2398
  msgstr ""
2399
 
2400
- #: inc/options.php:2724
2401
  msgid "Popover Trigger Method"
2402
  msgstr ""
2403
 
2404
- #: inc/options.php:2725
2405
  msgid "Choose mouse action to trigger popover."
2406
  msgstr ""
2407
 
2408
- #: inc/options.php:2727 inc/options.php:3821
2409
  msgid "Click"
2410
  msgstr ""
2411
 
2412
- #: inc/options.php:2728 inc/options.php:3820
2413
  msgid "Hover"
2414
  msgstr ""
2415
 
2416
- #: inc/options.php:2733
2417
  msgid "Popover Position"
2418
  msgstr ""
2419
 
2420
- #: inc/options.php:2734
2421
  msgid "Choose the display position of the popover."
2422
  msgstr ""
2423
 
2424
- #: inc/options.php:2736 inc/options.php:2923 inc/options.php:3809
2425
  msgid "Top"
2426
  msgstr ""
2427
 
2428
- #: inc/options.php:2737 inc/options.php:2924 inc/options.php:3810
2429
  msgid "Bottom"
2430
  msgstr ""
2431
 
2432
- #: inc/options.php:2757
2433
  msgid "Popover Shortcode"
2434
  msgstr ""
2435
 
2436
- #: inc/options.php:2758
2437
  msgid "popover-shortcode/"
2438
  msgstr ""
2439
 
2440
- #: inc/options.php:2773
2441
  msgid "Choose the show of progress bar."
2442
  msgstr ""
2443
 
2444
- #: inc/options.php:2775 inc/options.php:3582
2445
  msgid "Normal Style"
2446
  msgstr ""
2447
 
2448
- #: inc/options.php:2776
2449
  msgid "Circle Style"
2450
  msgstr ""
2451
 
2452
- #: inc/options.php:2782 inc/options.php:2786
2453
  msgid "Striped"
2454
  msgstr ""
2455
 
2456
- #: inc/options.php:2783
2457
  msgid "Choose to get the filled area striped."
2458
  msgstr ""
2459
 
2460
- #: inc/options.php:2785
2461
  msgid "None Striped"
2462
  msgstr ""
2463
 
2464
- #: inc/options.php:2787
2465
  msgid "Striped Animated"
2466
  msgstr ""
2467
 
2468
- #: inc/options.php:2794
2469
  msgid "Choose to set the progress bar as rounded."
2470
  msgstr ""
2471
 
2472
- #: inc/options.php:2796
2473
  msgid "On"
2474
  msgstr ""
2475
 
2476
- #: inc/options.php:2797
2477
  msgid "Off"
2478
  msgstr ""
2479
 
2480
- #: inc/options.php:2803
2481
  msgid "Display Number"
2482
  msgstr ""
2483
 
2484
- #: inc/options.php:2804
2485
  msgid "Choose to diplay number for progress bar."
2486
  msgstr ""
2487
 
2488
- #: inc/options.php:2815
2489
  msgid "Set percentage for progress bar. 0~100."
2490
  msgstr ""
2491
 
2492
- #: inc/options.php:2822
2493
  msgid "Insert text for progress bar."
2494
  msgstr ""
2495
 
2496
- #: inc/options.php:2831
2497
  msgid "Set height for progress bar."
2498
  msgstr ""
2499
 
2500
- #: inc/options.php:2839
2501
  msgid "Set background color for filled area in progress bar."
2502
  msgstr ""
2503
 
2504
- #: inc/options.php:2845
2505
  msgid "Set align for progress bar."
2506
  msgstr ""
2507
 
2508
- #: inc/options.php:2854
2509
  msgid "Text Position"
2510
  msgstr ""
2511
 
2512
- #: inc/options.php:2855
2513
  msgid "Choose text position for progress bar."
2514
  msgstr ""
2515
 
2516
- #: inc/options.php:2857
2517
  msgid "Text on Progress bars"
2518
  msgstr ""
2519
 
2520
- #: inc/options.php:2858
2521
  msgid "Text above progress bars"
2522
  msgstr ""
2523
 
2524
- #: inc/options.php:2879
2525
  msgid "Progress Shortcode"
2526
  msgstr ""
2527
 
2528
- #: inc/options.php:2880
2529
  msgid "progress-bar-shortcode/"
2530
  msgstr ""
2531
 
2532
- #: inc/options.php:2895
2533
  msgid "Select style for promo box."
2534
  msgstr ""
2535
 
2536
- #: inc/options.php:2905
2537
  msgid "Set color for highlight border of promo box."
2538
  msgstr ""
2539
 
2540
- #: inc/options.php:2913
2541
  msgid "Set width for highlight border of promo box."
2542
  msgstr ""
2543
 
2544
- #: inc/options.php:2918
2545
  msgid "Border Position"
2546
  msgstr ""
2547
 
2548
- #: inc/options.php:2919
2549
  msgid "Choose position for highlight border of promo box."
2550
  msgstr ""
2551
 
2552
- #: inc/options.php:2932
2553
  msgid "Set background color for promo box."
2554
  msgstr ""
2555
 
2556
- #: inc/options.php:2944
2557
  msgid "Inser text for button of promo box."
2558
  msgstr ""
2559
 
2560
- #: inc/options.php:2949
2561
  msgid "Button Text Color"
2562
  msgstr ""
2563
 
2564
- #: inc/options.php:2954
2565
  msgid "Button Link URL"
2566
  msgstr ""
2567
 
2568
- #: inc/options.php:2955
2569
  msgid "Inser link for button of promo box, eg: http://example.com."
2570
  msgstr ""
2571
 
2572
- #: inc/options.php:2967
2573
  msgid "Insert content for promo box."
2574
  msgstr ""
2575
 
2576
- #: inc/options.php:2983
2577
  msgid "Promo Box Shortcode"
2578
  msgstr ""
2579
 
2580
- #: inc/options.php:2984
2581
  msgid "promo-box-shortcode/"
2582
  msgstr ""
2583
 
2584
- #: inc/options.php:2998
2585
  msgid "Set alignment for pullquote."
2586
  msgstr ""
2587
 
2588
- #: inc/options.php:3008
2589
  msgid "Insert content for pullquote."
2590
  msgstr ""
2591
 
2592
- #: inc/options.php:3025
2593
  msgid "Pullquote Shortcode"
2594
  msgstr ""
2595
 
2596
- #: inc/options.php:3026
2597
  msgid "pullquote-shortcode/"
2598
  msgstr ""
2599
 
2600
- #: inc/options.php:3042
2601
  msgid "The text to store within the QR code. Any text or URL is available."
2602
  msgstr ""
2603
 
2604
- #: inc/options.php:3047
2605
  msgid "Alternative text"
2606
  msgstr ""
2607
 
2608
- #: inc/options.php:3048
2609
  msgid "Set image alt for QR code."
2610
  msgstr ""
2611
 
2612
- #: inc/options.php:3055
2613
  msgid "Size in pixel"
2614
  msgstr ""
2615
 
2616
- #: inc/options.php:3056
2617
  msgid "Image width and height."
2618
  msgstr ""
2619
 
2620
- #: inc/options.php:3061
2621
  msgid "QRCode clickable?"
2622
  msgstr ""
2623
 
2624
- #: inc/options.php:3062
2625
  msgid "Choose to make this QR code clickable."
2626
  msgstr ""
2627
 
2628
- #: inc/options.php:3071
2629
  msgid "Foreground Color"
2630
  msgstr ""
2631
 
2632
- #: inc/options.php:3072
2633
  msgid "Set foreground Color for QR code."
2634
  msgstr ""
2635
 
2636
- #: inc/options.php:3078
2637
  msgid "Set background Color for QR code."
2638
  msgstr ""
2639
 
2640
- #: inc/options.php:3082
2641
  msgid "QR Code Shortcode"
2642
  msgstr ""
2643
 
2644
- #: inc/options.php:3083
2645
  msgid "qr-code-shortcode/"
2646
  msgstr ""
2647
 
2648
- #: inc/options.php:3097
2649
  msgid "Cite"
2650
  msgstr ""
2651
 
2652
- #: inc/options.php:3098
2653
  msgid "Author name for quote."
2654
  msgstr ""
2655
 
2656
- #: inc/options.php:3103
2657
  msgid "Cite Link"
2658
  msgstr ""
2659
 
2660
- #: inc/options.php:3104
2661
  msgid "Insert Url for the quote author. Leave empty to disable hyperlink."
2662
  msgstr ""
2663
 
2664
- #: inc/options.php:3110
2665
  msgid "Insert content for the quote."
2666
  msgstr ""
2667
 
2668
- #: inc/options.php:3126
2669
  msgid "Quote Shortcode"
2670
  msgstr ""
2671
 
2672
- #: inc/options.php:3127
2673
  msgid "quote-shortcode/"
2674
  msgstr ""
2675
 
2676
- #: inc/options.php:3142
2677
  msgid "Feed URL"
2678
  msgstr ""
2679
 
2680
- #: inc/options.php:3143
2681
  msgid "Url of RSS Feed."
2682
  msgstr ""
2683
 
2684
- #: inc/options.php:3150
2685
  msgid "Number to Display"
2686
  msgstr ""
2687
 
2688
- #: inc/options.php:3151
2689
  msgid "Number of items to show."
2690
  msgstr ""
2691
 
2692
- #: inc/options.php:3167
2693
  msgid "RSS Feed Shortcode"
2694
  msgstr ""
2695
 
2696
- #: inc/options.php:3168
2697
  msgid "rss-feed-shortcode/"
2698
  msgstr ""
2699
 
2700
- #: inc/options.php:3183
2701
  msgid "Time"
2702
  msgstr ""
2703
 
2704
- #: inc/options.php:3184
2705
  msgid ""
2706
  "Select an random time in one day to show content.</br>Example: 6-12,13-16 "
2707
  "show content from 6:00 to 12:00 and from 13:00 to 16:00"
2708
  msgstr ""
2709
 
2710
- #: inc/options.php:3189
2711
  msgid "Days of Week"
2712
  msgstr ""
2713
 
2714
- #: inc/options.php:3190
2715
  msgid ""
2716
  "Select days from one week to show content.</br>1 => Monday </br>2 => "
2717
  "Tuesday </br> 3 => Wednesday</br> 4 => Thursday </br> 5 => Friday </br> 6 "
@@ -2719,11 +2618,11 @@ msgid ""
2719
  "and from Monday to Friday"
2720
  msgstr ""
2721
 
2722
- #: inc/options.php:3195
2723
  msgid "Days of Month"
2724
  msgstr ""
2725
 
2726
- #: inc/options.php:3196
2727
  msgid ""
2728
  "Select days from one month to show content.</br>Examples:</br>1 => show "
2729
  "content only at first day of month </br> 10-25 => show content from 10th to "
@@ -2731,617 +2630,597 @@ msgid ""
2731
  "25th"
2732
  msgstr ""
2733
 
2734
- #: inc/options.php:3201
2735
  msgid "Months"
2736
  msgstr ""
2737
 
2738
- #: inc/options.php:3202
2739
  msgid ""
2740
  "Select months from a year to show content.</br>Examples:</br>1 => show "
2741
  "content in January </br> 3-6 => show content from March to June </br> "
2742
  "1,5,8-9 => show content in January,May and from August to September"
2743
  msgstr ""
2744
 
2745
- #: inc/options.php:3207
2746
  msgid "Years"
2747
  msgstr ""
2748
 
2749
- #: inc/options.php:3208
2750
  msgid ""
2751
  "Select years to show content.</br>Examples:</br> 2016 => show content in "
2752
  "2016 </br>2014-2016 => show content from 2014 to 2016 </br> "
2753
  "2016,2017,2345-2666 => show content in 2016,2017 and from 2345 to 2666"
2754
  msgstr ""
2755
 
2756
- #: inc/options.php:3226
2757
  msgid "Insert scheduled content."
2758
  msgstr ""
2759
 
2760
- #: inc/options.php:3230
2761
  msgid "Scheduled Shortcode"
2762
  msgstr ""
2763
 
2764
- #: inc/options.php:3231
2765
  msgid "scheduled-shortcode/"
2766
  msgstr ""
2767
 
2768
- #: inc/options.php:3247
2769
  msgid "Set background for section. Leave blank for transparent."
2770
  msgstr ""
2771
 
2772
- #: inc/options.php:3254
2773
  msgid "Upload an image to display in the background."
2774
  msgstr ""
2775
 
2776
- #: inc/options.php:3258
2777
  msgid "Background Repeat"
2778
  msgstr ""
2779
 
2780
- #: inc/options.php:3259
2781
  msgid "Choose repeat style for the background image."
2782
  msgstr ""
2783
 
2784
- #: inc/options.php:3262
2785
  msgid "Repeat"
2786
  msgstr ""
2787
 
2788
- #: inc/options.php:3263
2789
  msgid "Repeat-x"
2790
  msgstr ""
2791
 
2792
- #: inc/options.php:3264
2793
  msgid "Repeat-y"
2794
  msgstr ""
2795
 
2796
- #: inc/options.php:3265
2797
  msgid "No-repeat"
2798
  msgstr ""
2799
 
2800
- #: inc/options.php:3266 inc/options.php:3326
2801
  msgid "Inherit"
2802
  msgstr ""
2803
 
2804
- #: inc/options.php:3273
2805
  msgid "Choose the postion of the background image."
2806
  msgstr ""
2807
 
2808
- #: inc/options.php:3289
2809
  msgid "Background Parallax"
2810
  msgstr ""
2811
 
2812
- #: inc/options.php:3290
2813
  msgid "Choose how the background image scrolls and responds."
2814
  msgstr ""
2815
 
2816
- #: inc/options.php:3307
2817
  msgid "Set border color for section."
2818
  msgstr ""
2819
 
2820
- #: inc/options.php:3312
2821
  msgid "Select border style for section"
2822
  msgstr ""
2823
 
2824
- #: inc/options.php:3316
2825
  msgid "Hidden"
2826
  msgstr ""
2827
 
2828
- #: inc/options.php:3319
2829
  msgid "Solid"
2830
  msgstr ""
2831
 
2832
- #: inc/options.php:3320
2833
  msgid "Double"
2834
  msgstr ""
2835
 
2836
- #: inc/options.php:3321
2837
  msgid "Groove"
2838
  msgstr ""
2839
 
2840
- #: inc/options.php:3322
2841
  msgid "Ridge"
2842
  msgstr ""
2843
 
2844
- #: inc/options.php:3323
2845
  msgid "Inset"
2846
  msgstr ""
2847
 
2848
- #: inc/options.php:3324
2849
  msgid "Outset"
2850
  msgstr ""
2851
 
2852
- #: inc/options.php:3325
2853
  msgid "Initial"
2854
  msgstr ""
2855
 
2856
- #: inc/options.php:3336
2857
  msgid "Padding Top"
2858
  msgstr ""
2859
 
2860
- #: inc/options.php:3344
2861
  msgid "Padding Bottom"
2862
  msgstr ""
2863
 
2864
- #: inc/options.php:3352
2865
  msgid "Padding Left"
2866
  msgstr ""
2867
 
2868
- #: inc/options.php:3360
2869
  msgid "Padding Right"
2870
  msgstr ""
2871
 
2872
- #: inc/options.php:3365
2873
  msgid "Contents in Container ?"
2874
  msgstr ""
2875
 
2876
- #: inc/options.php:3366
2877
  msgid "Put the content in container."
2878
  msgstr ""
2879
 
2880
- #: inc/options.php:3372
2881
  msgid "Section content."
2882
  msgstr ""
2883
 
2884
- #: inc/options.php:3374
2885
  msgid "Section Content"
2886
  msgstr ""
2887
 
2888
- #: inc/options.php:3375
2889
  msgid "Insert content for section."
2890
  msgstr ""
2891
 
2892
- #: inc/options.php:3381
2893
  msgid "Top Separator"
2894
  msgstr ""
2895
 
2896
- #: inc/options.php:3385 inc/options.php:3405
2897
  msgid "Triangle"
2898
  msgstr ""
2899
 
2900
- #: inc/options.php:3386
2901
  msgid "Doublediagonal"
2902
  msgstr ""
2903
 
2904
- #: inc/options.php:3387 inc/options.php:3406
2905
  msgid "Halfcircle"
2906
  msgstr ""
2907
 
2908
- #: inc/options.php:3388 inc/options.php:3407
2909
  msgid "Bigtriangle"
2910
  msgstr ""
2911
 
2912
- #: inc/options.php:3389 inc/options.php:3408
2913
  msgid "Bighalfcircle"
2914
  msgstr ""
2915
 
2916
- #: inc/options.php:3390 inc/options.php:3409
2917
  msgid "Curl"
2918
  msgstr ""
2919
 
2920
- #: inc/options.php:3391 inc/options.php:3410
2921
  msgid "Multitriangles"
2922
  msgstr ""
2923
 
2924
- #: inc/options.php:3392
2925
  msgid "Roundedsplit"
2926
  msgstr ""
2927
 
2928
- #: inc/options.php:3393 inc/options.php:3413
2929
  msgid "Boxes"
2930
  msgstr ""
2931
 
2932
- #: inc/options.php:3394 inc/options.php:3414
2933
  msgid "Zigzag"
2934
  msgstr ""
2935
 
2936
- #: inc/options.php:3395
2937
  msgid "Clouds"
2938
  msgstr ""
2939
 
2940
- #: inc/options.php:3401
2941
  msgid "Bottom Separator"
2942
  msgstr ""
2943
 
2944
- #: inc/options.php:3411
2945
  msgid "Roundedcorners"
2946
  msgstr ""
2947
 
2948
- #: inc/options.php:3412
2949
  msgid "Foldedcorner"
2950
  msgstr ""
2951
 
2952
- #: inc/options.php:3415
2953
  msgid "Stamp"
2954
  msgstr ""
2955
 
2956
- #: inc/options.php:3421
2957
  msgid "Full Height"
2958
  msgstr ""
2959
 
2960
- #: inc/options.php:3422
2961
  msgid "Choose to set the section height same as browser window."
2962
  msgstr ""
2963
 
2964
- #: inc/options.php:3439
2965
  msgid "Section Shortcode"
2966
  msgstr ""
2967
 
2968
- #: inc/options.php:3440
2969
  msgid "section-shortcode/"
2970
  msgstr ""
2971
 
2972
- #: inc/options.php:3455 inc/options.php:3468
2973
  msgid "Slider"
2974
  msgstr ""
2975
 
2976
- #: inc/options.php:3469
2977
  msgid "slider-shortcode/"
2978
  msgstr ""
2979
 
2980
- #: inc/options.php:3484
2981
  msgid "Title "
2982
  msgstr ""
2983
 
2984
- #: inc/options.php:3485
2985
  msgid "Insert the title for the social icon."
2986
  msgstr ""
2987
 
2988
- #: inc/options.php:3499
2989
  msgid "In pixels (px), eg: 13px."
2990
  msgstr ""
2991
 
2992
- #: inc/options.php:3509
2993
  msgid "Set background color for icon."
2994
  msgstr ""
2995
 
2996
- #: inc/options.php:3514
2997
  msgid "Icon 3D effect"
2998
  msgstr ""
2999
 
3000
- #: inc/options.php:3515
3001
  msgid "Display box shadow for icon."
3002
  msgstr ""
3003
 
3004
- #: inc/options.php:3523
3005
  msgid "Icon Box Radius Style"
3006
  msgstr ""
3007
 
3008
- #: inc/options.php:3529
3009
  msgid "Circle "
3010
  msgstr ""
3011
 
3012
- #: inc/options.php:3535
3013
  msgid "Icon Link URL"
3014
  msgstr ""
3015
 
3016
- #: inc/options.php:3536
3017
  msgid "Add the icon's url eg: http://example.com."
3018
  msgstr ""
3019
 
3020
- #: inc/options.php:3540
3021
- msgid "Icon Target"
3022
- msgstr ""
3023
-
3024
- #: inc/options.php:3561
3025
  msgid "Social Shortcode"
3026
  msgstr ""
3027
 
3028
- #: inc/options.php:3562
3029
  msgid "social-shortcode/"
3030
  msgstr ""
3031
 
3032
- #: inc/options.php:3576
3033
  msgid "Select tabs' style."
3034
  msgstr ""
3035
 
3036
- #: inc/options.php:3579
3037
  msgid "Simple Style Justified"
3038
  msgstr ""
3039
 
3040
- #: inc/options.php:3581
3041
  msgid "Button Style Justified"
3042
  msgstr ""
3043
 
3044
- #: inc/options.php:3583
3045
  msgid "Normal Style Justified"
3046
  msgstr ""
3047
 
3048
- #: inc/options.php:3584
3049
  msgid "Vertical Style"
3050
  msgstr ""
3051
 
3052
- #: inc/options.php:3585
3053
  msgid "Vertical Style Right"
3054
  msgstr ""
3055
 
3056
- #: inc/options.php:3591
3057
  msgid "Set color for tab item's title."
3058
  msgstr ""
3059
 
3060
- #: inc/options.php:3608
3061
  msgid "Tab Items"
3062
  msgstr ""
3063
 
3064
- #: inc/options.php:3609
3065
  msgid "Insert tab items."
3066
  msgstr ""
3067
 
3068
- #: inc/options.php:3615
3069
  msgid "Tab Shortcode"
3070
  msgstr ""
3071
 
3072
- #: inc/options.php:3616
3073
  msgid "tabs-shortcode/"
3074
  msgstr ""
3075
 
3076
- #: inc/options.php:3631
3077
  msgid ""
3078
  "Select visible permissions.Private for author only. Members for logged-in "
3079
  "users. Guests for users not logged in."
3080
  msgstr ""
3081
 
3082
- #: inc/options.php:3633
3083
  msgid "Private"
3084
  msgstr ""
3085
 
3086
- #: inc/options.php:3634
3087
  msgid "Members"
3088
  msgstr ""
3089
 
3090
- #: inc/options.php:3635
3091
  msgid "Guests"
3092
  msgstr ""
3093
 
3094
- #: inc/options.php:3642
3095
  msgid "Set content for targeted users."
3096
  msgstr ""
3097
 
3098
- #: inc/options.php:3647
3099
  msgid "Alternative Content"
3100
  msgstr ""
3101
 
3102
- #: inc/options.php:3648
3103
  msgid "Set content for other users."
3104
  msgstr ""
3105
 
3106
- #: inc/options.php:3652
3107
  msgid "Targeted Shortcode"
3108
  msgstr ""
3109
 
3110
- #: inc/options.php:3653
3111
  msgid "targeted-shortcode/"
3112
  msgstr ""
3113
 
3114
- #: inc/options.php:3667
3115
  msgid "Style "
3116
  msgstr ""
3117
 
3118
- #: inc/options.php:3668
3119
  msgid "Select testimonial's style"
3120
  msgstr ""
3121
 
3122
- #: inc/options.php:3671
3123
  msgid "Box"
3124
  msgstr ""
3125
 
3126
- #: inc/options.php:3678
3127
  msgid "Name of testimonial's author."
3128
  msgstr ""
3129
 
3130
- #: inc/options.php:3683
3131
  msgid "Byline"
3132
  msgstr ""
3133
 
3134
- #: inc/options.php:3684
3135
  msgid "Byline of testimonial's author."
3136
  msgstr ""
3137
 
3138
- #: inc/options.php:3688
3139
  msgid "Avatar"
3140
  msgstr ""
3141
 
3142
- #: inc/options.php:3689
3143
  msgid "Avatar of testimonial's author."
3144
  msgstr ""
3145
 
3146
- #: inc/options.php:3695
3147
  msgid "Alignment"
3148
  msgstr ""
3149
 
3150
- #: inc/options.php:3696
3151
  msgid "Select the content's alignment."
3152
  msgstr ""
3153
 
3154
- #: inc/options.php:3703 inc/options.php:3705
3155
  msgid "Testimonial Content"
3156
  msgstr ""
3157
 
3158
- #: inc/options.php:3706
3159
  msgid "Insert content for testimonial."
3160
  msgstr ""
3161
 
3162
- #: inc/options.php:3722
3163
  msgid "Testimonial Shortcode"
3164
  msgstr ""
3165
 
3166
- #: inc/options.php:3723
3167
  msgid "testimonial-shortcode/"
3168
  msgstr ""
3169
 
3170
- #: inc/options.php:3738
3171
  msgid "Columns"
3172
  msgstr ""
3173
 
3174
- #: inc/options.php:3739
3175
  msgid "Number of items."
3176
  msgstr ""
3177
 
3178
- #: inc/options.php:3742
3179
  msgid "2 columns"
3180
  msgstr ""
3181
 
3182
- #: inc/options.php:3743
3183
  msgid "3 columns"
3184
  msgstr ""
3185
 
3186
- #: inc/options.php:3744
3187
  msgid "4 columns"
3188
  msgstr ""
3189
 
3190
- #: inc/options.php:3745
3191
  msgid "5 columns"
3192
  msgstr ""
3193
 
3194
- #: inc/options.php:3764
3195
  msgid "Timeline Items"
3196
  msgstr ""
3197
 
3198
- #: inc/options.php:3765
3199
  msgid "Insert timeline items."
3200
  msgstr ""
3201
 
3202
- #: inc/options.php:3770
3203
  msgid "Timeline Shortcode"
3204
  msgstr ""
3205
 
3206
- #: inc/options.php:3771
3207
  msgid "timeline-shortcode/"
3208
  msgstr ""
3209
 
3210
- #: inc/options.php:3787
3211
  msgid "Tooltip Text"
3212
  msgstr ""
3213
 
3214
- #: inc/options.php:3788
3215
  msgid "Insert the text that displays in the tooltip"
3216
  msgstr ""
3217
 
3218
- #: inc/options.php:3793
3219
- msgid "Tooltip Background Color"
3220
- msgstr ""
3221
-
3222
- #: inc/options.php:3794
3223
- msgid "Set Background Color for the text."
3224
- msgstr ""
3225
-
3226
- #: inc/options.php:3801
3227
- msgid "Tooltip Border Radius"
3228
- msgstr ""
3229
-
3230
- #: inc/options.php:3802
3231
- msgid "Set Border Radius for the text."
3232
- msgstr ""
3233
-
3234
- #: inc/options.php:3806
3235
  msgid "Tooltip Position"
3236
  msgstr ""
3237
 
3238
- #: inc/options.php:3807
3239
  msgid "Choose the display position."
3240
  msgstr ""
3241
 
3242
- #: inc/options.php:3817
3243
  msgid "Tooltip Trigger"
3244
  msgstr ""
3245
 
3246
- #: inc/options.php:3818
3247
  msgid "Choose action to trigger the tooltip."
3248
  msgstr ""
3249
 
3250
- #: inc/options.php:3828
3251
  msgid "Insert the text that will activate the tooltip hover"
3252
  msgstr ""
3253
 
3254
- #: inc/options.php:3844
3255
  msgid "Tooltip Shortcode"
3256
  msgstr ""
3257
 
3258
- #: inc/options.php:3845
3259
  msgid "tooltip-shortcode/"
3260
  msgstr ""
3261
 
3262
- #: inc/options.php:3861
3263
  msgid "Mp4 Video Url"
3264
  msgstr ""
3265
 
3266
- #: inc/options.php:3862
3267
  msgid ""
3268
  "Add the URL of video in MPEG4 format. WebM and MP4 format must be included "
3269
  "to render your video with cross browser compatibility. OGV is optional."
3270
  msgstr ""
3271
 
3272
- #: inc/options.php:3868
3273
  msgid "Ogv Video Url"
3274
  msgstr ""
3275
 
3276
- #: inc/options.php:3869
3277
  msgid ""
3278
  "Add the URL of video in OGV format. WebM and MP4 format must be included to "
3279
  "render your video with cross browser compatibility. OGV is optional."
3280
  msgstr ""
3281
 
3282
- #: inc/options.php:3875
3283
  msgid "Webm Video Url"
3284
  msgstr ""
3285
 
3286
- #: inc/options.php:3876
3287
  msgid ""
3288
  "Add the URL of video in webm format. WebM and MP4 format must be included to "
3289
  "render your video with cross browser compatibility. OGV is optional."
3290
  msgstr ""
3291
 
3292
- #: inc/options.php:3882
3293
  msgid "Poster"
3294
  msgstr ""
3295
 
3296
- #: inc/options.php:3883
3297
  msgid "Display a image when browser does not support HTML5 format."
3298
  msgstr ""
3299
 
3300
- #: inc/options.php:3949
3301
  msgid "Video Shortcode"
3302
  msgstr ""
3303
 
3304
- #: inc/options.php:3950
3305
  msgid "video-shortcode/"
3306
  msgstr ""
3307
 
3308
- #: inc/options.php:3965
3309
  msgid "Vimeo URL"
3310
  msgstr ""
3311
 
3312
- #: inc/options.php:4031
3313
  msgid "Vimeo Shortcode"
3314
  msgstr ""
3315
 
3316
- #: inc/options.php:4032
3317
  msgid "vimeo-shortcode/"
3318
  msgstr ""
3319
 
3320
- #: inc/options.php:4046
3321
  msgid "Youtube URL"
3322
  msgstr ""
3323
 
3324
- #: inc/options.php:4112
3325
  msgid "Youtube Shortcode"
3326
  msgstr ""
3327
 
3328
- #: inc/options.php:4113
3329
  msgid "youtube-shortcode/"
3330
  msgstr ""
3331
 
3332
- #: inc/options.php:4128
3333
  msgid "Choose widget name to show"
3334
  msgstr ""
3335
 
3336
- #: inc/options.php:4135
3337
  msgid "Set background color for widget area"
3338
  msgstr ""
3339
 
3340
- #: inc/options.php:4143
3341
  msgid "Content Padding. eg:30"
3342
  msgstr ""
3343
 
3344
- #: inc/options.php:4159
3345
  msgid "Widget Area Shortcode"
3346
  msgstr ""
3347
 
2
  msgstr ""
3
  "Project-Id-Version: Magee Shortcodes\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-21 14:13+0800\n"
6
+ "PO-Revision-Date: 2016-06-21 14:13+0800\n"
7
  "Last-Translator: shijun quan <support@mageewp.com>\n"
8
  "Language-Team: MageeWP\n"
9
  "Language: en_US\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: inc/core.php:111 inc/core.php:115
21
  msgid "Magee Shortcodes"
22
  msgstr ""
23
 
24
+ #: inc/core.php:304
25
  msgid "Live Preview"
26
  msgstr ""
27
 
28
+ #: inc/core.php:304
29
  msgid "Insert shortcode"
30
  msgstr ""
31
 
32
+ #: inc/core.php:553 inc/core.php:584 inc/core.php:735 inc/core.php:955
33
  msgid "Upload"
34
  msgstr ""
35
 
36
+ #: inc/core.php:570
37
  msgid "Attach Images to Gallery"
38
  msgstr ""
39
 
40
+ #: inc/core.php:672 inc/options.php:1002 inc/options.php:1095
41
+ #: inc/options.php:1183 inc/options.php:1312 inc/options.php:3812
42
+ #: inc/options.php:3894 inc/options.php:3975
43
  msgid "Width"
44
  msgstr ""
45
 
46
+ #: inc/core.php:676 inc/options.php:1008 inc/options.php:1191
47
+ #: inc/options.php:1320 inc/options.php:2776 inc/options.php:3818
48
+ #: inc/options.php:3900 inc/options.php:3981
49
  msgid "Height"
50
  msgstr ""
51
 
52
+ #: inc/core.php:1035
53
  msgid "Select a slider"
54
  msgstr ""
55
 
 
 
 
 
 
 
 
 
56
  #: inc/magee-slider.php:8
57
  msgid "Magee Slider"
58
  msgstr ""
101
  msgid "Use the button above to add Slides !"
102
  msgstr ""
103
 
104
+ #: inc/magee-slider.php:158 inc/options.php:1467 inc/options.php:1764
105
+ #: inc/options.php:2318 inc/options.php:2401 inc/options.php:2591
 
106
  msgid "Title"
107
  msgstr ""
108
 
114
  msgid "Date"
115
  msgstr ""
116
 
117
+ #: inc/options.php:34 inc/options.php:727 inc/options.php:1103
118
+ #: inc/options.php:1555 inc/options.php:2684 inc/options.php:2793
119
+ #: inc/options.php:2867 inc/options.php:2946 inc/options.php:3734
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  msgid "Left"
121
  msgstr ""
122
 
123
+ #: inc/options.php:34 inc/options.php:728 inc/options.php:1104
124
+ #: inc/options.php:3636
125
+ msgid "Center"
 
 
126
  msgstr ""
127
 
128
+ #: inc/options.php:34 inc/options.php:729 inc/options.php:1556
129
+ #: inc/options.php:2685 inc/options.php:2794 inc/options.php:2868
130
+ #: inc/options.php:2947 inc/options.php:3735
131
+ msgid "Right"
132
  msgstr ""
133
 
134
+ #: inc/options.php:70 inc/options.php:186 inc/options.php:253
135
+ #: inc/options.php:398 inc/options.php:440 inc/options.php:524
136
+ #: inc/options.php:571 inc/options.php:661 inc/options.php:735
137
+ #: inc/options.php:785 inc/options.php:899 inc/options.php:969
138
+ #: inc/options.php:1051 inc/options.php:1149 inc/options.php:1212
139
+ #: inc/options.php:1263 inc/options.php:1326 inc/options.php:1372
140
+ #: inc/options.php:1429 inc/options.php:1634 inc/options.php:1737
141
+ #: inc/options.php:1859 inc/options.php:1912 inc/options.php:1968
142
+ #: inc/options.php:2024 inc/options.php:2088 inc/options.php:2190
143
+ #: inc/options.php:2260 inc/options.php:2292 inc/options.php:2359
144
+ #: inc/options.php:2543 inc/options.php:2629 inc/options.php:2692
145
+ #: inc/options.php:2812 inc/options.php:2918 inc/options.php:2959
146
+ #: inc/options.php:3061 inc/options.php:3102 inc/options.php:3159
147
+ #: inc/options.php:3374 inc/options.php:3409 inc/options.php:3487
148
+ #: inc/options.php:3533 inc/options.php:3648 inc/options.php:3689
149
+ #: inc/options.php:3756 inc/options.php:3861 inc/options.php:3943
150
+ #: inc/options.php:4024 inc/options.php:4071
151
  msgid "CSS Class"
152
  msgstr ""
153
 
154
+ #: inc/options.php:71 inc/options.php:187 inc/options.php:254
155
+ #: inc/options.php:399 inc/options.php:441 inc/options.php:525
156
+ #: inc/options.php:572 inc/options.php:662 inc/options.php:736
157
+ #: inc/options.php:786 inc/options.php:900 inc/options.php:970
158
+ #: inc/options.php:1052 inc/options.php:1150 inc/options.php:1213
159
+ #: inc/options.php:1264 inc/options.php:1327 inc/options.php:1373
160
+ #: inc/options.php:1430 inc/options.php:1635 inc/options.php:1738
161
+ #: inc/options.php:1860 inc/options.php:1913 inc/options.php:1969
162
+ #: inc/options.php:2025 inc/options.php:2089 inc/options.php:2191
163
+ #: inc/options.php:2261 inc/options.php:2293 inc/options.php:2360
164
+ #: inc/options.php:2544 inc/options.php:2630 inc/options.php:2693
165
+ #: inc/options.php:2813 inc/options.php:2919 inc/options.php:2960
166
+ #: inc/options.php:3062 inc/options.php:3103 inc/options.php:3160
167
+ #: inc/options.php:3375 inc/options.php:3410 inc/options.php:3488
168
+ #: inc/options.php:3534 inc/options.php:3649 inc/options.php:3690
169
+ #: inc/options.php:3757 inc/options.php:3862 inc/options.php:3944
170
+ #: inc/options.php:4025 inc/options.php:4072
171
  msgid "Add a class to the wrapping HTML element."
172
  msgstr ""
173
 
174
+ #: inc/options.php:76 inc/options.php:192 inc/options.php:259
175
+ #: inc/options.php:404 inc/options.php:446 inc/options.php:530
176
+ #: inc/options.php:577 inc/options.php:667 inc/options.php:741
177
+ #: inc/options.php:791 inc/options.php:905 inc/options.php:975
178
+ #: inc/options.php:1057 inc/options.php:1155 inc/options.php:1218
179
+ #: inc/options.php:1269 inc/options.php:1332 inc/options.php:1378
180
+ #: inc/options.php:1435 inc/options.php:1640 inc/options.php:1743
181
+ #: inc/options.php:1865 inc/options.php:1918 inc/options.php:1974
182
+ #: inc/options.php:2030 inc/options.php:2094 inc/options.php:2196
183
+ #: inc/options.php:2266 inc/options.php:2298 inc/options.php:2365
184
+ #: inc/options.php:2549 inc/options.php:2698 inc/options.php:2818
185
+ #: inc/options.php:2924 inc/options.php:2965 inc/options.php:3067
186
+ #: inc/options.php:3108 inc/options.php:3165 inc/options.php:3380
187
+ #: inc/options.php:3493 inc/options.php:3539 inc/options.php:3654
188
+ #: inc/options.php:3695 inc/options.php:3762 inc/options.php:3867
189
+ #: inc/options.php:3949 inc/options.php:4030 inc/options.php:4077
190
  msgid "CSS ID"
191
  msgstr ""
192
 
193
+ #: inc/options.php:77 inc/options.php:193 inc/options.php:260
194
+ #: inc/options.php:405 inc/options.php:447 inc/options.php:531
195
+ #: inc/options.php:578 inc/options.php:668 inc/options.php:742
196
+ #: inc/options.php:792 inc/options.php:906 inc/options.php:976
197
+ #: inc/options.php:1058 inc/options.php:1156 inc/options.php:1219
198
+ #: inc/options.php:1270 inc/options.php:1333 inc/options.php:1379
199
+ #: inc/options.php:1436 inc/options.php:1641 inc/options.php:1744
200
+ #: inc/options.php:1866 inc/options.php:1919 inc/options.php:1975
201
+ #: inc/options.php:2031 inc/options.php:2095 inc/options.php:2197
202
+ #: inc/options.php:2267 inc/options.php:2299 inc/options.php:2366
203
+ #: inc/options.php:2550 inc/options.php:2699 inc/options.php:2819
204
+ #: inc/options.php:2925 inc/options.php:2966 inc/options.php:3068
205
+ #: inc/options.php:3109 inc/options.php:3166 inc/options.php:3381
206
+ #: inc/options.php:3494 inc/options.php:3540 inc/options.php:3655
207
+ #: inc/options.php:3696 inc/options.php:3763 inc/options.php:3868
208
+ #: inc/options.php:3950 inc/options.php:4031 inc/options.php:4078
209
  msgid "Add an ID to the wrapping HTML element."
210
  msgstr ""
211
 
212
+ #: inc/options.php:82 inc/options.php:1288 inc/options.php:1353
213
+ #: inc/options.php:1770 inc/options.php:1995 inc/options.php:2385
214
+ #: inc/options.php:2718 inc/options.php:2840 inc/options.php:3512
215
  msgid "Style"
216
  msgstr ""
217
 
218
+ #: inc/options.php:85 inc/options.php:3515
 
 
 
 
 
 
219
  msgid "Simple Style"
220
  msgstr ""
221
 
223
  msgid "Boxed Style"
224
  msgstr ""
225
 
226
+ #: inc/options.php:91 inc/options.php:3567
 
 
 
 
227
  msgid "Type"
228
  msgstr ""
229
 
230
+ #: inc/options.php:95
 
 
 
 
 
 
231
  msgid "Type 1"
232
  msgstr ""
233
 
234
+ #: inc/options.php:96
235
  msgid "Type 2"
236
  msgstr ""
237
 
238
+ #: inc/options.php:102
239
+ msgid "Accordion Items"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgstr ""
241
 
242
+ #: inc/options.php:103
243
+ msgid "Insert accordion items shortcode."
244
  msgstr ""
245
 
246
+ #: inc/options.php:108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Accordion Shortcode"
248
  msgstr ""
249
 
250
+ #: inc/options.php:109
251
  msgid "accordions-shortcode/"
252
  msgstr ""
253
 
254
+ #: inc/options.php:124 inc/options.php:1088 inc/options.php:1141
255
+ #: inc/options.php:1492 inc/options.php:1940 inc/options.php:2141
256
+ #: inc/options.php:3435
257
  msgid "Icon"
258
  msgstr ""
259
 
260
+ #: inc/options.php:125 inc/options.php:384 inc/options.php:840
261
+ #: inc/options.php:1142 inc/options.php:1493 inc/options.php:1941
262
+ #: inc/options.php:2142 inc/options.php:2483 inc/options.php:2495
263
+ #: inc/options.php:2507 inc/options.php:2519 inc/options.php:2531
264
+ #: inc/options.php:2906 inc/options.php:3436
265
  msgid "Click an icon to select, click again to deselect."
266
  msgstr ""
267
 
268
+ #: inc/options.php:130
269
  msgid "Warning! Better check yourself, you're not looking too good."
270
  msgstr ""
271
 
272
+ #: inc/options.php:132
273
  msgid "Alert Content"
274
  msgstr ""
275
 
276
+ #: inc/options.php:133
277
  msgid "Insert the content for the alert."
278
  msgstr ""
279
 
280
+ #: inc/options.php:139 inc/options.php:778 inc/options.php:1887
281
+ #: inc/options.php:2123 inc/options.php:3023 inc/options.php:3192
282
+ #: inc/options.php:4057
283
  msgid "Background Color"
284
  msgstr ""
285
 
286
+ #: inc/options.php:140
287
  msgid "Set background color for alert box."
288
  msgstr ""
289
 
290
+ #: inc/options.php:145 inc/options.php:377
291
  msgid "Text Color"
292
  msgstr ""
293
 
294
+ #: inc/options.php:146
295
  msgid "Set content color & border color for alert box."
296
  msgstr ""
297
 
298
+ #: inc/options.php:155 inc/options.php:316 inc/options.php:1846
299
+ #: inc/options.php:2858
300
  msgid "Border Width"
301
  msgstr ""
302
 
303
+ #: inc/options.php:156 inc/options.php:165 inc/options.php:1831
304
+ #: inc/options.php:1839 inc/options.php:1847 inc/options.php:1896
305
+ #: inc/options.php:2354 inc/options.php:3246 inc/options.php:3283
306
+ #: inc/options.php:3291 inc/options.php:3299 inc/options.php:3307
307
+ #: inc/options.php:3813 inc/options.php:3819
308
  msgid "In pixels (px), eg: 1px."
309
  msgstr ""
310
 
311
+ #: inc/options.php:164 inc/options.php:1895 inc/options.php:2075
312
+ #: inc/options.php:2353
313
  msgid "Border Radius"
314
  msgstr ""
315
 
316
+ #: inc/options.php:171
317
  msgid "Box Shadow"
318
  msgstr ""
319
 
320
+ #: inc/options.php:172
321
  msgid "Display a box shadow for alert."
322
  msgstr ""
323
 
324
+ #: inc/options.php:178
325
  msgid "Dismissable"
326
  msgstr ""
327
 
328
+ #: inc/options.php:179
329
  msgid "The alert box is dismissable."
330
  msgstr ""
331
 
332
+ #: inc/options.php:197
333
  msgid "Alert Shortcode"
334
  msgstr ""
335
 
336
+ #: inc/options.php:198
337
  msgid "alert-shortcode/"
338
  msgstr ""
339
 
340
+ #: inc/options.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  msgid "Mp3 URL"
342
  msgstr ""
343
 
344
+ #: inc/options.php:212
345
  msgid "Add the URL of audio in MP3 format."
346
  msgstr ""
347
 
348
+ #: inc/options.php:217
349
  msgid "Ogg URL"
350
  msgstr ""
351
 
352
+ #: inc/options.php:218
353
  msgid "Add the URL of audio in OGG format."
354
  msgstr ""
355
 
356
+ #: inc/options.php:223
357
  msgid "Wav URL"
358
  msgstr ""
359
 
360
+ #: inc/options.php:224
361
  msgid "Add the URL of audio in WAV format."
362
  msgstr ""
363
 
364
+ #: inc/options.php:228
365
  msgid "Mute Audio"
366
  msgstr ""
367
 
368
+ #: inc/options.php:229
369
  msgid "Choose to mute the audio."
370
  msgstr ""
371
 
372
+ #: inc/options.php:234
373
  msgid "Autoplay Audio"
374
  msgstr ""
375
 
376
+ #: inc/options.php:235
377
  msgid "Choose to autoplay the audio."
378
  msgstr ""
379
 
380
+ #: inc/options.php:240
381
  msgid "Loop Audio"
382
  msgstr ""
383
 
384
+ #: inc/options.php:241
385
  msgid "Choose to loop the audio."
386
  msgstr ""
387
 
388
+ #: inc/options.php:246
389
  msgid "Controls Audio"
390
  msgstr ""
391
 
392
+ #: inc/options.php:247
393
  msgid "Choose to display controls of the audio."
394
  msgstr ""
395
 
396
+ #: inc/options.php:264
397
  msgid "Audio Shortcode"
398
  msgstr ""
399
 
400
+ #: inc/options.php:265
401
  msgid "audio-shortcode/"
402
  msgstr ""
403
 
404
+ #: inc/options.php:278 inc/options.php:3517
405
  msgid "Button Style"
406
  msgstr ""
407
 
408
+ #: inc/options.php:279
409
  msgid "Select the button's default style."
410
  msgstr ""
411
 
412
+ #: inc/options.php:281 inc/options.php:1080 inc/options.php:2843
413
+ #: inc/options.php:3472 inc/options.php:3607
414
  msgid "Normal"
415
  msgstr ""
416
 
417
+ #: inc/options.php:282
418
  msgid "Dark"
419
  msgstr ""
420
 
421
+ #: inc/options.php:283
422
  msgid "Light"
423
  msgstr ""
424
 
425
+ #: inc/options.php:284
426
  msgid "2d"
427
  msgstr ""
428
 
429
+ #: inc/options.php:285
430
  msgid "3d"
431
  msgstr ""
432
 
433
+ #: inc/options.php:286
434
  msgid "Line"
435
  msgstr ""
436
 
437
+ #: inc/options.php:287
438
  msgid "Line Dark"
439
  msgstr ""
440
 
441
+ #: inc/options.php:288
442
  msgid "Line Light"
443
  msgstr ""
444
 
445
+ #: inc/options.php:295
446
  msgid "Button URL"
447
  msgstr ""
448
 
449
+ #: inc/options.php:296
450
  msgid "Add the button's url eg: http://example.com."
451
  msgstr ""
452
 
453
+ #: inc/options.php:301
454
  msgid "Button Size"
455
  msgstr ""
456
 
457
+ #: inc/options.php:302
458
  msgid "Select the button's size."
459
  msgstr ""
460
 
461
+ #: inc/options.php:304 inc/options.php:2236
462
  msgid "Small"
463
  msgstr ""
464
 
465
+ #: inc/options.php:305
466
  msgid "Medium"
467
  msgstr ""
468
 
469
+ #: inc/options.php:306 inc/options.php:2238
470
  msgid "Large"
471
  msgstr ""
472
 
473
+ #: inc/options.php:307
474
  msgid "XLarge"
475
  msgstr ""
476
 
477
+ #: inc/options.php:317
478
  msgid "In pixels (px), default: 2px."
479
  msgstr ""
480
 
481
+ #: inc/options.php:322
482
  msgid "Button Shape"
483
  msgstr ""
484
 
485
+ #: inc/options.php:323
486
  msgid "Select the button's shape. Choose default for theme option selection."
487
  msgstr ""
488
 
489
+ #: inc/options.php:325
490
+ msgid "Default"
491
+ msgstr ""
492
+
493
+ #: inc/options.php:326 inc/options.php:2168 inc/options.php:2575
494
  msgid "Square"
495
  msgstr ""
496
 
497
+ #: inc/options.php:327 inc/options.php:2739 inc/options.php:3474
498
  msgid "Rounded"
499
  msgstr ""
500
 
501
+ #: inc/options.php:328
502
  msgid "Full Rounded"
503
  msgstr ""
504
 
505
+ #: inc/options.php:333
506
  msgid "Text Shadow"
507
  msgstr ""
508
 
509
+ #: inc/options.php:334
510
  msgid "Display shadow for button text."
511
  msgstr ""
512
 
513
+ #: inc/options.php:339
514
  msgid "Gradient"
515
  msgstr ""
516
 
517
+ #: inc/options.php:340
518
  msgid "Display gradient for button."
519
  msgstr ""
520
 
521
+ #: inc/options.php:345
522
  msgid "Block Button"
523
  msgstr ""
524
 
525
+ #: inc/options.php:346
526
  msgid "Display in full width."
527
  msgstr ""
528
 
529
+ #: inc/options.php:352
530
  msgid "Button Target"
531
  msgstr ""
532
 
533
+ #: inc/options.php:353
534
  msgid "_self = open in same window <br />_blank = open in new window."
535
  msgstr ""
536
 
537
+ #: inc/options.php:361 inc/options.php:2889
 
 
 
 
 
 
 
 
 
 
538
  msgid "Button Text"
539
  msgstr ""
540
 
541
+ #: inc/options.php:363
542
  msgid "Button's Text"
543
  msgstr ""
544
 
545
+ #: inc/options.php:364
546
  msgid "Add the text that will display in the button."
547
  msgstr ""
548
 
549
+ #: inc/options.php:369
550
  msgid "Set background color for button."
551
  msgstr ""
552
 
553
+ #: inc/options.php:370 inc/options.php:2883
554
  msgid "Button Color"
555
  msgstr ""
556
 
557
+ #: inc/options.php:378
558
  msgid "Set content color & border color for button."
559
  msgstr ""
560
 
561
+ #: inc/options.php:383 inc/options.php:2905
562
  msgid "Button Icon"
563
  msgstr ""
564
 
565
+ #: inc/options.php:390
566
  msgid "Icon Animation Type"
567
  msgstr ""
568
 
569
+ #: inc/options.php:391
570
  msgid "Select the type of animation to use on the button icon."
571
  msgstr ""
572
 
573
+ #: inc/options.php:409
574
  msgid "Button Shortcode"
575
  msgstr ""
576
 
577
+ #: inc/options.php:410
578
  msgid "buttons-shortcode/"
579
  msgstr ""
580
 
581
+ #: inc/options.php:426 inc/options.php:510 inc/options.php:557
582
+ #: inc/options.php:646
583
  msgid "Canvas Width"
584
  msgstr ""
585
 
586
+ #: inc/options.php:434 inc/options.php:518 inc/options.php:565
587
+ #: inc/options.php:655
588
  msgid "Canvas Height"
589
  msgstr ""
590
 
591
+ #: inc/options.php:452 inc/options.php:583
592
  msgid "Label For Line"
593
  msgstr ""
594
 
595
+ #: inc/options.php:453
596
  msgid "separate multiple tags added to chart line with commas"
597
  msgstr ""
598
 
599
+ #: inc/options.php:457
600
  msgid "Chart Bar Shortcode"
601
  msgstr ""
602
 
603
+ #: inc/options.php:463 inc/options.php:594
604
  msgid "Data"
605
  msgstr ""
606
 
607
+ #: inc/options.php:464 inc/options.php:595
608
  msgid "separate values for each set of data with commas"
609
  msgstr ""
610
 
611
+ #: inc/options.php:469 inc/options.php:600
612
  msgid "Fill Color"
613
  msgstr ""
614
 
615
+ #: inc/options.php:475 inc/options.php:606
616
  msgid "Fill Opacity"
617
  msgstr ""
618
 
619
+ #: inc/options.php:482 inc/options.php:613
620
  msgid "Stroke Color"
621
  msgstr ""
622
 
623
+ #: inc/options.php:488
624
  msgid "Stroke Opacity"
625
  msgstr ""
626
 
627
+ #: inc/options.php:536 inc/options.php:673 inc/options.php:926
628
+ #: inc/options.php:1423 inc/options.php:2912 inc/options.php:2953
629
+ #: inc/options.php:2987 inc/options.php:3055 inc/options.php:3171
630
+ #: inc/options.php:3578 inc/options.php:3750
631
  msgid "Content"
632
  msgstr ""
633
 
634
+ #: inc/options.php:541
635
  msgid "Chart Doughnut Shortcode"
636
  msgstr ""
637
 
638
+ #: inc/options.php:588
639
  msgid "Chart Line Shortcode"
640
  msgstr ""
641
 
642
+ #: inc/options.php:619
643
  msgid "Point Color"
644
  msgstr ""
645
 
646
+ #: inc/options.php:625
647
  msgid "Point Stroke Color"
648
  msgstr ""
649
 
650
+ #: inc/options.php:678
651
  msgid "Chart Pie Shortcode"
652
  msgstr ""
653
 
654
+ #: inc/options.php:692
655
  msgid "Column Shortcode"
656
  msgstr ""
657
 
658
+ #: inc/options.php:693
659
  msgid "columns-shortcode/"
660
  msgstr ""
661
 
662
+ #: inc/options.php:698
663
  msgid "Column Style"
664
  msgstr ""
665
 
666
+ #: inc/options.php:699
667
  msgid "Select the size of column."
668
  msgstr ""
669
 
670
+ #: inc/options.php:701 inc/options.php:823
671
  msgid "1/1"
672
  msgstr ""
673
 
674
+ #: inc/options.php:702 inc/options.php:824
675
  msgid "1/2"
676
  msgstr ""
677
 
678
+ #: inc/options.php:703 inc/options.php:825
679
  msgid "1/3"
680
  msgstr ""
681
 
682
+ #: inc/options.php:704 inc/options.php:826
683
  msgid "1/4"
684
  msgstr ""
685
 
686
+ #: inc/options.php:705 inc/options.php:827
687
  msgid "1/5"
688
  msgstr ""
689
 
690
+ #: inc/options.php:706 inc/options.php:828
691
  msgid "1/6"
692
  msgstr ""
693
 
694
+ #: inc/options.php:707 inc/options.php:829
695
  msgid "2/3"
696
  msgstr ""
697
 
698
+ #: inc/options.php:708 inc/options.php:830
699
  msgid "2/5"
700
  msgstr ""
701
 
702
+ #: inc/options.php:709 inc/options.php:831
703
  msgid "3/4"
704
  msgstr ""
705
 
706
+ #: inc/options.php:710 inc/options.php:832
707
  msgid "3/5"
708
  msgstr ""
709
 
710
+ #: inc/options.php:711 inc/options.php:833
711
  msgid "4/5"
712
  msgstr ""
713
 
714
+ #: inc/options.php:712 inc/options.php:834
715
  msgid "5/6"
716
  msgstr ""
717
 
718
+ #: inc/options.php:716
719
  msgid "Column Content"
720
  msgstr ""
721
 
722
+ #: inc/options.php:718
723
  msgid " Column Content"
724
  msgstr ""
725
 
726
+ #: inc/options.php:719
727
  msgid "Insert the column's content"
728
  msgstr ""
729
 
730
+ #: inc/options.php:722
731
  msgid "left"
732
  msgstr ""
733
 
734
+ #: inc/options.php:724
735
  msgid "Content Align"
736
  msgstr ""
737
 
738
+ #: inc/options.php:764
739
  msgid "Set end time for countdown."
740
  msgstr ""
741
 
742
+ #: inc/options.php:771 inc/options.php:1784 inc/options.php:1900
743
  msgid "Font Color"
744
  msgstr ""
745
 
746
+ #: inc/options.php:772
747
  msgid "Set font color for countdown."
748
  msgstr ""
749
 
750
+ #: inc/options.php:779
751
  msgid "Set background color for countdown."
752
  msgstr ""
753
 
754
+ #: inc/options.php:798
755
  msgid "Countdowns Shortcode"
756
  msgstr ""
757
 
758
+ #: inc/options.php:799
759
  msgid "countdowns-shortcode/"
760
  msgstr ""
761
 
762
+ #: inc/options.php:820
763
  msgid "Box Width"
764
  msgstr ""
765
 
766
+ #: inc/options.php:821
767
  msgid "Select size of counter box"
768
  msgstr ""
769
 
770
+ #: inc/options.php:839
771
  msgid "Top Icon"
772
  msgstr ""
773
 
774
+ #: inc/options.php:846
775
  msgid "Top Icon Color"
776
  msgstr ""
777
 
778
+ #: inc/options.php:847
779
  msgid "Set color for top icon."
780
  msgstr ""
781
 
782
+ #: inc/options.php:852
783
  msgid "Middle Left Icon"
784
  msgstr ""
785
 
786
+ #: inc/options.php:853
787
  msgid "Insert text before the number."
788
  msgstr ""
789
 
790
+ #: inc/options.php:860
791
  msgid "Middle Left Text"
792
  msgstr ""
793
 
794
+ #: inc/options.php:861
795
  msgid "Left text of counter num"
796
  msgstr ""
797
 
798
+ #: inc/options.php:869
799
  msgid "Counter Num"
800
  msgstr ""
801
 
802
+ #: inc/options.php:870
803
  msgid "The animated counter number."
804
  msgstr ""
805
 
806
+ #: inc/options.php:875
807
  msgid "Middle Right Text"
808
  msgstr ""
809
 
810
+ #: inc/options.php:876
811
  msgid "Insert text after the number."
812
  msgstr ""
813
 
814
+ #: inc/options.php:882
815
  msgid "Bottom Title"
816
  msgstr ""
817
 
818
+ #: inc/options.php:883
819
  msgid "Insert Title for counter."
820
  msgstr ""
821
 
822
+ #: inc/options.php:888
823
  msgid "Display Border"
824
  msgstr ""
825
 
826
+ #: inc/options.php:889
827
  msgid "Choose to display border for counter."
828
  msgstr ""
829
 
830
+ #: inc/options.php:891 inc/options.php:1025 inc/options.php:1035
831
+ #: inc/options.php:1045 inc/options.php:2155 inc/options.php:2176
832
+ #: inc/options.php:2248 inc/options.php:3010 inc/options.php:3464
833
+ #: inc/options.php:3835 inc/options.php:3845 inc/options.php:3855
834
+ #: inc/options.php:3917 inc/options.php:3927 inc/options.php:3937
835
+ #: inc/options.php:3998 inc/options.php:4008 inc/options.php:4018
836
+ msgid "No"
837
+ msgstr ""
838
+
839
+ #: inc/options.php:892 inc/options.php:1024 inc/options.php:1034
840
+ #: inc/options.php:1044 inc/options.php:2156 inc/options.php:2177
841
+ #: inc/options.php:2247 inc/options.php:3011 inc/options.php:3463
842
+ #: inc/options.php:3834 inc/options.php:3844 inc/options.php:3854
843
+ #: inc/options.php:3916 inc/options.php:3926 inc/options.php:3936
844
+ #: inc/options.php:3997 inc/options.php:4007 inc/options.php:4017
845
+ msgid "Yes"
846
+ msgstr ""
847
+
848
+ #: inc/options.php:911
849
  msgid "Counter Shortcode"
850
  msgstr ""
851
 
852
+ #: inc/options.php:912
853
  msgid "counter-box-shortcode/"
854
  msgstr ""
855
 
856
+ #: inc/options.php:924
857
  msgid "Custom Box Content"
858
  msgstr ""
859
 
860
+ #: inc/options.php:927
861
  msgid "Insert content for custom box."
862
  msgstr ""
863
 
864
+ #: inc/options.php:931 inc/options.php:3199
865
  msgid "Background Image"
866
  msgstr ""
867
 
868
+ #: inc/options.php:932
869
  msgid "Upload an image to display in background of custom box."
870
  msgstr ""
871
 
872
+ #: inc/options.php:937
873
  msgid "Fixed Background"
874
  msgstr ""
875
 
876
+ #: inc/options.php:938
877
  msgid "Choose to fixed Background Image"
878
  msgstr ""
879
 
880
+ #: inc/options.php:944 inc/options.php:3218 inc/options.php:3257
881
  msgid "Background Position"
882
  msgstr ""
883
 
884
+ #: inc/options.php:945
885
  msgid "Choose the postion of the background image"
886
  msgstr ""
887
 
888
+ #: inc/options.php:947 inc/options.php:3222
889
  msgid "Top Left"
890
  msgstr ""
891
 
892
+ #: inc/options.php:948 inc/options.php:3223
893
  msgid "Top Center"
894
  msgstr ""
895
 
896
+ #: inc/options.php:949 inc/options.php:3224
897
  msgid "Top Right"
898
  msgstr ""
899
 
900
+ #: inc/options.php:950 inc/options.php:3225
901
  msgid "Center Left"
902
  msgstr ""
903
 
904
+ #: inc/options.php:951 inc/options.php:3226
905
  msgid "Center Center"
906
  msgstr ""
907
 
908
+ #: inc/options.php:952 inc/options.php:3227
909
  msgid "Center Right"
910
  msgstr ""
911
 
912
+ #: inc/options.php:953 inc/options.php:3228
913
  msgid "Bottom Left"
914
  msgstr ""
915
 
916
+ #: inc/options.php:954 inc/options.php:3229
917
  msgid "Bottom Center"
918
  msgstr ""
919
 
920
+ #: inc/options.php:955 inc/options.php:3230
921
  msgid "Bottom Right"
922
  msgstr ""
923
 
924
+ #: inc/options.php:963 inc/options.php:4065
925
  msgid "Padding"
926
  msgstr ""
927
 
928
+ #: inc/options.php:964
929
  msgid "Content Padding. eg:30px"
930
  msgstr ""
931
 
932
+ #: inc/options.php:980
933
  msgid " Custom Box Shortcode"
934
  msgstr ""
935
 
936
+ #: inc/options.php:981
937
  msgid "custom-box-shortcode/"
938
  msgstr ""
939
 
940
+ #: inc/options.php:996
941
  msgid "Dailymotion URL"
942
  msgstr ""
943
 
944
+ #: inc/options.php:997 inc/options.php:3889 inc/options.php:3970
945
  msgid "Add the URL the video will link to, ex: http://example.com."
946
  msgstr ""
947
 
948
+ #: inc/options.php:1003 inc/options.php:1009 inc/options.php:3895
949
+ #: inc/options.php:3901 inc/options.php:3976 inc/options.php:3982
950
  msgid "In pixels (px), eg:1px."
951
  msgstr ""
952
 
953
+ #: inc/options.php:1014 inc/options.php:3824 inc/options.php:3906
954
+ #: inc/options.php:3987
955
  msgid "Mute Video"
956
  msgstr ""
957
 
958
+ #: inc/options.php:1015 inc/options.php:3825 inc/options.php:3907
959
+ #: inc/options.php:3988
960
  msgid "Choose to mute the video."
961
  msgstr ""
962
 
963
+ #: inc/options.php:1021 inc/options.php:3831 inc/options.php:3913
964
+ #: inc/options.php:3994
965
  msgid "Autoplay Video"
966
  msgstr ""
967
 
968
+ #: inc/options.php:1022 inc/options.php:3832 inc/options.php:3914
969
+ #: inc/options.php:3995
970
  msgid "Choose to autoplay the video."
971
  msgstr ""
972
 
973
+ #: inc/options.php:1031 inc/options.php:3841 inc/options.php:3923
974
+ #: inc/options.php:4004
975
  msgid "Loop Video"
976
  msgstr ""
977
 
978
+ #: inc/options.php:1032 inc/options.php:3842 inc/options.php:3924
979
+ #: inc/options.php:4005
980
  msgid "Choose to loop the video."
981
  msgstr ""
982
 
983
+ #: inc/options.php:1041 inc/options.php:3851 inc/options.php:3933
984
+ #: inc/options.php:4014
985
  msgid "Show Controls"
986
  msgstr ""
987
 
988
+ #: inc/options.php:1042 inc/options.php:3852 inc/options.php:3934
989
+ #: inc/options.php:4015
990
  msgid "Choose to display controls for the video player."
991
  msgstr ""
992
 
993
+ #: inc/options.php:1062
994
  msgid "Dailymotion Shortcode"
995
  msgstr ""
996
 
997
+ #: inc/options.php:1063
998
  msgid "dailymotion-shortcode/"
999
  msgstr ""
1000
 
1001
+ #: inc/options.php:1077
1002
  msgid "Divider Style"
1003
  msgstr ""
1004
 
1005
+ #: inc/options.php:1078
1006
  msgid "Select the Divider's Style."
1007
  msgstr ""
1008
 
1009
+ #: inc/options.php:1081
1010
  msgid "Shadow"
1011
  msgstr ""
1012
 
1013
+ #: inc/options.php:1082 inc/options.php:3264
1014
  msgid "Dashed"
1015
  msgstr ""
1016
 
1017
+ #: inc/options.php:1083 inc/options.php:3263
1018
  msgid "Dotted"
1019
  msgstr ""
1020
 
1021
+ #: inc/options.php:1084
1022
  msgid "Double Line"
1023
  msgstr ""
1024
 
1025
+ #: inc/options.php:1085
1026
  msgid "Double Dashed"
1027
  msgstr ""
1028
 
1029
+ #: inc/options.php:1086
1030
  msgid "Double Dotted"
1031
  msgstr ""
1032
 
1033
+ #: inc/options.php:1087 inc/options.php:2050
1034
  msgid "Image"
1035
  msgstr ""
1036
 
1037
+ #: inc/options.php:1089
1038
  msgid "Back to Top"
1039
  msgstr ""
1040
 
1041
+ #: inc/options.php:1096
1042
  msgid "In pixels. Default: 100%"
1043
  msgstr ""
1044
 
1045
+ #: inc/options.php:1100 inc/options.php:2943
1046
  msgid "Align"
1047
  msgstr ""
1048
 
1049
+ #: inc/options.php:1101
1050
  msgid "When the width is not 100%."
1051
  msgstr ""
1052
 
1053
+ #: inc/options.php:1112 inc/options.php:1830
1054
  msgid "Margin Top"
1055
  msgstr ""
1056
 
1057
+ #: inc/options.php:1113
1058
  msgid "Spacing above the separator. In pixels."
1059
  msgstr ""
1060
 
1061
+ #: inc/options.php:1120 inc/options.php:1838
1062
  msgid "Margin Bottom"
1063
  msgstr ""
1064
 
1065
+ #: inc/options.php:1121
1066
  msgid "Spacing under the separator. In pixels."
1067
  msgstr ""
1068
 
1069
+ #: inc/options.php:1129 inc/options.php:3245
1070
  msgid "Border Size"
1071
  msgstr ""
1072
 
1073
+ #: inc/options.php:1130
1074
  msgid "In pixels (px), eg: 1px. "
1075
  msgstr ""
1076
 
1077
+ #: inc/options.php:1135 inc/options.php:1789 inc/options.php:2338
1078
+ #: inc/options.php:2850 inc/options.php:3252
1079
  msgid "Border Color"
1080
  msgstr ""
1081
 
1082
+ #: inc/options.php:1136
1083
  msgid "Set the border color."
1084
  msgstr ""
1085
 
1086
+ #: inc/options.php:1160
1087
  msgid "Divider Shortcode"
1088
  msgstr ""
1089
 
1090
+ #: inc/options.php:1161
1091
  msgid "divider-shortcode/"
1092
  msgstr ""
1093
 
1094
+ #: inc/options.php:1175
1095
  msgid "Doc URL"
1096
  msgstr ""
1097
 
1098
+ #: inc/options.php:1176
1099
  msgid "Upload document to display. Supported formats: doc, xls, pdf etc."
1100
  msgstr ""
1101
 
1102
+ #: inc/options.php:1184
1103
  msgid "Set width for doc."
1104
  msgstr ""
1105
 
1106
+ #: inc/options.php:1192
1107
  msgid "Set height for doc."
1108
  msgstr ""
1109
 
1110
+ #: inc/options.php:1196
1111
  msgid "Responsive"
1112
  msgstr ""
1113
 
1114
+ #: inc/options.php:1197
1115
  msgid "Choose to responsive or not"
1116
  msgstr ""
1117
 
1118
+ #: inc/options.php:1202
1119
  msgid "Viewer"
1120
  msgstr ""
1121
 
1122
+ #: inc/options.php:1203
1123
  msgid "Choose viewer for document."
1124
  msgstr ""
1125
 
1126
+ #: inc/options.php:1205
1127
  msgid "Google"
1128
  msgstr ""
1129
 
1130
+ #: inc/options.php:1206
1131
  msgid "Microsoft"
1132
  msgstr ""
1133
 
1134
+ #: inc/options.php:1223
1135
  msgid "Document Shortcode"
1136
  msgstr ""
1137
 
1138
+ #: inc/options.php:1224
1139
  msgid "document-shortcode/"
1140
  msgstr ""
1141
 
1142
+ #: inc/options.php:1238
1143
  msgid "Dropcap Letter"
1144
  msgstr ""
1145
 
1146
+ #: inc/options.php:1239
1147
  msgid "Add the letter to be used as dropcap"
1148
  msgstr ""
1149
 
1150
+ #: inc/options.php:1243 inc/options.php:2784
1151
  msgid "Color"
1152
  msgstr ""
1153
 
1154
+ #: inc/options.php:1244
1155
  msgid ""
1156
  "Controls the color of the dropcap letter. Leave blank for theme option "
1157
  "selection."
1158
  msgstr ""
1159
 
1160
+ #: inc/options.php:1248
1161
  msgid "Boxed Dropcap"
1162
  msgstr ""
1163
 
1164
+ #: inc/options.php:1249
1165
  msgid "Choose to get a boxed dropcap."
1166
  msgstr ""
1167
 
1168
+ #: inc/options.php:1257
1169
  msgid "Box Radius"
1170
  msgstr ""
1171
 
1172
+ #: inc/options.php:1258
1173
  msgid "Choose the radius of the boxed dropcap. In pixels (px), eg: 1px"
1174
  msgstr ""
1175
 
1176
+ #: inc/options.php:1274
1177
  msgid "Dropcap Shortcode"
1178
  msgstr ""
1179
 
1180
+ #: inc/options.php:1275
1181
  msgid "dropcap-shortcode/"
1182
  msgstr ""
1183
 
1184
+ #: inc/options.php:1289
1185
  msgid "Select style for dummy image"
1186
  msgstr ""
1187
 
1188
+ #: inc/options.php:1291
1189
  msgid "Any"
1190
  msgstr ""
1191
 
1192
+ #: inc/options.php:1292
1193
  msgid "Transport"
1194
  msgstr ""
1195
 
1196
+ #: inc/options.php:1293
1197
  msgid "Technics"
1198
  msgstr ""
1199
 
1200
+ #: inc/options.php:1294
1201
  msgid "People"
1202
  msgstr ""
1203
 
1204
+ #: inc/options.php:1295
1205
  msgid "Sports"
1206
  msgstr ""
1207
 
1208
+ #: inc/options.php:1296
1209
  msgid "Cats"
1210
  msgstr ""
1211
 
1212
+ #: inc/options.php:1297
1213
  msgid "City"
1214
  msgstr ""
1215
 
1216
+ #: inc/options.php:1298
1217
  msgid "Food"
1218
  msgstr ""
1219
 
1220
+ #: inc/options.php:1299
1221
  msgid "Night life"
1222
  msgstr ""
1223
 
1224
+ #: inc/options.php:1300
1225
  msgid "Fashion"
1226
  msgstr ""
1227
 
1228
+ #: inc/options.php:1301
1229
  msgid "Animals"
1230
  msgstr ""
1231
 
1232
+ #: inc/options.php:1302
1233
  msgid "Business"
1234
  msgstr ""
1235
 
1236
+ #: inc/options.php:1303
1237
  msgid "Nature"
1238
  msgstr ""
1239
 
1240
+ #: inc/options.php:1304
1241
  msgid "Abstract"
1242
  msgstr ""
1243
 
1244
+ #: inc/options.php:1313
1245
  msgid "Set width for image."
1246
  msgstr ""
1247
 
1248
+ #: inc/options.php:1321
1249
  msgid "Set height for image."
1250
  msgstr ""
1251
 
1252
+ #: inc/options.php:1338
1253
  msgid "Dummy Image Shortcode"
1254
  msgstr ""
1255
 
1256
+ #: inc/options.php:1339
1257
  msgid "dummy-image-shortcode/"
1258
  msgstr ""
1259
 
1260
+ #: inc/options.php:1354
1261
  msgid "Select text type."
1262
  msgstr ""
1263
 
1264
+ #: inc/options.php:1356
1265
  msgid "Paragraphs"
1266
  msgstr ""
1267
 
1268
+ #: inc/options.php:1357
1269
  msgid "Words"
1270
  msgstr ""
1271
 
1272
+ #: inc/options.php:1358
1273
  msgid "Bytes"
1274
  msgstr ""
1275
 
1276
+ #: inc/options.php:1366
1277
  msgid "Amount"
1278
  msgstr ""
1279
 
1280
+ #: inc/options.php:1367
1281
  msgid "Choose how many paragraphs or words to show"
1282
  msgstr ""
1283
 
1284
+ #: inc/options.php:1383
1285
  msgid "Dummy Text Shortcode"
1286
  msgstr ""
1287
 
1288
+ #: inc/options.php:1384
1289
  msgid "dummy-text-shortcode/"
1290
  msgstr ""
1291
 
1292
+ #: inc/options.php:1398
1293
  msgid "More Icon"
1294
  msgstr ""
1295
 
1296
+ #: inc/options.php:1399
1297
  msgid ""
1298
  "Set icon for expand title. Click an icon to select, click again to deselect."
1299
  msgstr ""
1300
 
1301
+ #: inc/options.php:1405
1302
  msgid "More Text"
1303
  msgstr ""
1304
 
1305
+ #: inc/options.php:1406
1306
  msgid "Set text for expand title."
1307
  msgstr ""
1308
 
1309
+ #: inc/options.php:1410
1310
  msgid "Less Icon"
1311
  msgstr ""
1312
 
1313
+ #: inc/options.php:1411
1314
  msgid ""
1315
  "Set icon for fold title. Click an icon to select, click again to deselect."
1316
  msgstr ""
1317
 
1318
+ #: inc/options.php:1417
1319
  msgid "Less Text"
1320
  msgstr ""
1321
 
1322
+ #: inc/options.php:1418
1323
  msgid "Set text for fold title. "
1324
  msgstr ""
1325
 
1326
+ #: inc/options.php:1424
1327
  msgid "This text block can be expanded."
1328
  msgstr ""
1329
 
1330
+ #: inc/options.php:1440
1331
  msgid "Expand Shortcode"
1332
  msgstr ""
1333
 
1334
+ #: inc/options.php:1441
1335
  msgid "expand-shortcode/"
1336
  msgstr ""
1337
 
1338
+ #: inc/options.php:1454
1339
  msgid "Feature Box Style"
1340
  msgstr ""
1341
 
1342
+ #: inc/options.php:1455
1343
  msgid "Select the Feature Box's Style."
1344
  msgstr ""
1345
 
1346
+ #: inc/options.php:1457
1347
  msgid "Icon on Top of Title"
1348
  msgstr ""
1349
 
1350
+ #: inc/options.php:1458
1351
  msgid "Icon Beside Title and Content"
1352
  msgstr ""
1353
 
1354
+ #: inc/options.php:1459
1355
  msgid "Icon Beside Title"
1356
  msgstr ""
1357
 
1358
+ #: inc/options.php:1460 inc/options.php:2844 inc/options.php:3473
 
1359
  msgid "Boxed"
1360
  msgstr ""
1361
 
1362
+ #: inc/options.php:1468
1363
  msgid "Insert title for feature box."
1364
  msgstr ""
1365
 
1366
+ #: inc/options.php:1476
1367
  msgid "Title Font Size"
1368
  msgstr ""
1369
 
1370
+ #: inc/options.php:1477
1371
  msgid "Set font size for title of feature box."
1372
  msgstr ""
1373
 
1374
+ #: inc/options.php:1481 inc/options.php:2332 inc/options.php:3527
1375
+ msgid "Title Color"
1376
+ msgstr ""
1377
+
1378
+ #: inc/options.php:1482
1379
  msgid "Set color for title of feature box."
1380
  msgstr ""
1381
 
1382
+ #: inc/options.php:1486
1383
  msgid "Icon Hover Animation"
1384
  msgstr ""
1385
 
1386
+ #: inc/options.php:1487
1387
  msgid "Select the Icon's Animation."
1388
  msgstr ""
1389
 
1390
+ #: inc/options.php:1501 inc/options.php:1949 inc/options.php:3444
1391
  msgid "Icon Size"
1392
  msgstr ""
1393
 
1394
+ #: inc/options.php:1502
1395
  msgid "Set size for icon of feature box."
1396
  msgstr ""
1397
 
1398
+ #: inc/options.php:1506 inc/options.php:1955 inc/options.php:2147
1399
+ #: inc/options.php:3449
1400
  msgid "Icon Color"
1401
  msgstr ""
1402
 
1403
+ #: inc/options.php:1507
1404
  msgid "Set color for icon of feature box."
1405
  msgstr ""
1406
 
1407
+ #: inc/options.php:1511
1408
  msgid "Icon Border Color"
1409
  msgstr ""
1410
 
1411
+ #: inc/options.php:1512
1412
  msgid "Set border color for icon of feature box."
1413
  msgstr ""
1414
 
1415
+ #: inc/options.php:1519
1416
  msgid "Icon Border Width"
1417
  msgstr ""
1418
 
1419
+ #: inc/options.php:1520
1420
  msgid "Set border width for icon of feature box."
1421
  msgstr ""
1422
 
1423
+ #: inc/options.php:1526
1424
  msgid "Flip Icon"
1425
  msgstr ""
1426
 
1427
+ #: inc/options.php:1527
1428
  msgid "Choose to flip the icon of feature box."
1429
  msgstr ""
1430
 
1431
+ #: inc/options.php:1529 inc/options.php:3261 inc/options.php:3330
1432
+ #: inc/options.php:3350 inc/options.php:3635
1433
  msgid "None"
1434
  msgstr ""
1435
 
1436
+ #: inc/options.php:1530 inc/options.php:1669
1437
  msgid "Horizontal"
1438
  msgstr ""
1439
 
1440
+ #: inc/options.php:1531 inc/options.php:1670
1441
  msgid "Vertical"
1442
  msgstr ""
1443
 
1444
+ #: inc/options.php:1538
1445
  msgid "Spinning Icon"
1446
  msgstr ""
1447
 
1448
+ #: inc/options.php:1539
1449
  msgid "Choose to spin the icon of feature box."
1450
  msgstr ""
1451
 
1452
+ #: inc/options.php:1545 inc/options.php:2160 inc/options.php:2877
1453
+ #: inc/options.php:3454
1454
  msgid "Icon Circle Background Color"
1455
  msgstr ""
1456
 
1457
+ #: inc/options.php:1546
1458
  msgid "Set background for icon circle of feature box."
1459
  msgstr ""
1460
 
1461
+ #: inc/options.php:1552
1462
  msgid "Icon Alignment"
1463
  msgstr ""
1464
 
1465
+ #: inc/options.php:1553
1466
  msgid "Set alignment for style2/style3 of feature box."
1467
  msgstr ""
1468
 
1469
+ #: inc/options.php:1563
1470
  msgid "Icon Circle"
1471
  msgstr ""
1472
 
1473
+ #: inc/options.php:1564
1474
  msgid "Choose to display icon of feature box in circle."
1475
  msgstr ""
1476
 
1477
+ #: inc/options.php:1571
1478
  msgid "Icon Image"
1479
  msgstr ""
1480
 
1481
+ #: inc/options.php:1572
1482
  msgid "To upload your own icon image, remember to deselect icon above."
1483
  msgstr ""
1484
 
1485
+ #: inc/options.php:1579
1486
  msgid "Icon Image Width"
1487
  msgstr ""
1488
 
1489
+ #: inc/options.php:1580
1490
  msgid ""
1491
  "If using custom icon image, set icon image width. In percentage of pixels "
1492
  "(px), eg: 1px."
1493
  msgstr ""
1494
 
1495
+ #: inc/options.php:1587
1496
  msgid "Icon Image Height"
1497
  msgstr ""
1498
 
1499
+ #: inc/options.php:1588
1500
  msgid ""
1501
  "If using custom icon image, set icon image height. In percentage of pixels "
1502
  "(px), eg: 1px."
1503
  msgstr ""
1504
 
1505
+ #: inc/options.php:1595
1506
  msgid "Link URL"
1507
  msgstr ""
1508
 
1509
+ #: inc/options.php:1596
1510
  msgid "Set link for feature box, eg: http://example.com."
1511
  msgstr ""
1512
 
1513
+ #: inc/options.php:1601 inc/options.php:2062 inc/options.php:2407
1514
  msgid "Link Target"
1515
  msgstr ""
1516
 
1517
+ #: inc/options.php:1602 inc/options.php:2063 inc/options.php:2408
1518
  msgid "_self = open in same window _blank = open in new window."
1519
  msgstr ""
1520
 
1521
+ #: inc/options.php:1604 inc/options.php:2065 inc/options.php:2410
1522
+ msgid "_blank"
1523
+ msgstr ""
1524
+
1525
+ #: inc/options.php:1605 inc/options.php:2066 inc/options.php:2411
1526
+ msgid "_self"
1527
+ msgstr ""
1528
+
1529
+ #: inc/options.php:1612
1530
  msgid "Link Text"
1531
  msgstr ""
1532
 
1533
+ #: inc/options.php:1613
1534
  msgid ""
1535
  "Insert link text for feature box. It would not display if you leave it as "
1536
  "blank."
1537
  msgstr ""
1538
 
1539
+ #: inc/options.php:1617
1540
  msgid "Link Color"
1541
  msgstr ""
1542
 
1543
+ #: inc/options.php:1618
1544
  msgid "Set color for link of feature box."
1545
  msgstr ""
1546
 
1547
+ #: inc/options.php:1622
1548
  msgid "Content Color"
1549
  msgstr ""
1550
 
1551
+ #: inc/options.php:1623
1552
  msgid "Set color for content of feature box."
1553
  msgstr ""
1554
 
1555
+ #: inc/options.php:1627
1556
  msgid "Set box background color for Boxed Style."
1557
  msgstr ""
1558
 
1559
+ #: inc/options.php:1628
1560
  msgid "For Boxed Style"
1561
  msgstr ""
1562
 
1563
+ #: inc/options.php:1644 inc/options.php:1904 inc/options.php:2252
1564
  msgid "Your Content Goes Here"
1565
  msgstr ""
1566
 
1567
+ #: inc/options.php:1646
1568
  msgid "Feature Box Content"
1569
  msgstr ""
1570
 
1571
+ #: inc/options.php:1651
1572
  msgid "Feature Box Shortcode"
1573
  msgstr ""
1574
 
1575
+ #: inc/options.php:1652
1576
  msgid "feature-box-shortcode/"
1577
  msgstr ""
1578
 
1579
+ #: inc/options.php:1666
1580
  msgid "Direction"
1581
  msgstr ""
1582
 
1583
+ #: inc/options.php:1667
1584
  msgid "Select flip directioon."
1585
  msgstr ""
1586
 
1587
+ #: inc/options.php:1671
1588
  msgid "Flip Left"
1589
  msgstr ""
1590
 
1591
+ #: inc/options.php:1672
1592
  msgid "Flip Right"
1593
  msgstr ""
1594
 
1595
+ #: inc/options.php:1673
1596
  msgid "Flip Top"
1597
  msgstr ""
1598
 
1599
+ #: inc/options.php:1674
1600
  msgid "Flip Bottom"
1601
  msgstr ""
1602
 
1603
+ #: inc/options.php:1675
1604
  msgid "Slide Left"
1605
  msgstr ""
1606
 
1607
+ #: inc/options.php:1676
1608
  msgid "Slide Right"
1609
  msgstr ""
1610
 
1611
+ #: inc/options.php:1677
1612
  msgid "Slide Top"
1613
  msgstr ""
1614
 
1615
+ #: inc/options.php:1678
1616
  msgid "Slide Bottom"
1617
  msgstr ""
1618
 
1619
+ #: inc/options.php:1686
1620
  msgid "Front Container Paddings"
1621
  msgstr ""
1622
 
1623
+ #: inc/options.php:1687
1624
  msgid "Set paddings for front container of flip box."
1625
  msgstr ""
1626
 
1627
+ #: inc/options.php:1692
1628
  msgid "Front Background Color"
1629
  msgstr ""
1630
 
1631
+ #: inc/options.php:1693
1632
  msgid "Set background color for front container of flip box."
1633
  msgstr ""
1634
 
1635
+ #: inc/options.php:1698
1636
  msgid "Front Font Color"
1637
  msgstr ""
1638
 
1639
+ #: inc/options.php:1699 inc/options.php:1725
1640
  msgid "Custom setting only. Set the background color for custom alert boxes."
1641
  msgstr ""
1642
 
1643
+ #: inc/options.php:1702
1644
  msgid "Front Content"
1645
  msgstr ""
1646
 
1647
+ #: inc/options.php:1704
1648
  msgid "Front content."
1649
  msgstr ""
1650
 
1651
+ #: inc/options.php:1705
1652
  msgid "Insert content for front container of flip box."
1653
  msgstr ""
1654
 
1655
+ #: inc/options.php:1712
1656
  msgid "Back Container Paddings"
1657
  msgstr ""
1658
 
1659
+ #: inc/options.php:1713
1660
  msgid "Set paddings for back container of flip box."
1661
  msgstr ""
1662
 
1663
+ #: inc/options.php:1718
1664
  msgid "Back Background Color"
1665
  msgstr ""
1666
 
1667
+ #: inc/options.php:1719
1668
  msgid "Set background color for back container of flip box."
1669
  msgstr ""
1670
 
1671
+ #: inc/options.php:1724
1672
  msgid "Back Font Color"
1673
  msgstr ""
1674
 
1675
+ #: inc/options.php:1728
1676
  msgid "Back Content"
1677
  msgstr ""
1678
 
1679
+ #: inc/options.php:1730
1680
  msgid "Back Content."
1681
  msgstr ""
1682
 
1683
+ #: inc/options.php:1731
1684
  msgid "Insert content for back container of flip box."
1685
  msgstr ""
1686
 
1687
+ #: inc/options.php:1748
1688
  msgid "Flip Box Shortcode"
1689
  msgstr ""
1690
 
1691
+ #: inc/options.php:1749
1692
  msgid "flip-box-shortcode/"
1693
  msgstr ""
1694
 
1695
+ #: inc/options.php:1765
1696
  msgid "Insert heading text"
1697
  msgstr ""
1698
 
1699
+ #: inc/options.php:1772
1700
  msgid "Choose a heading style. Leave blank as default."
1701
  msgstr ""
1702
 
1703
+ #: inc/options.php:1785
 
 
 
 
 
 
 
 
 
 
 
 
1704
  msgid "Set color for heading text."
1705
  msgstr ""
1706
 
1707
+ #: inc/options.php:1790
1708
  msgid "Set border color for heading."
1709
  msgstr ""
1710
 
1711
+ #: inc/options.php:1795 inc/options.php:2790
1712
  msgid "Text Align"
1713
  msgstr ""
1714
 
1715
+ #: inc/options.php:1796
1716
  msgid "Set text align for this heading."
1717
  msgstr ""
1718
 
1719
+ #: inc/options.php:1802
1720
  msgid "Font Weight"
1721
  msgstr ""
1722
 
1723
+ #: inc/options.php:1803
1724
  msgid "Set font weight for heading text."
1725
  msgstr ""
1726
 
1727
+ #: inc/options.php:1822 inc/options.php:2609
1728
  msgid "Font Size"
1729
  msgstr ""
1730
 
1731
+ #: inc/options.php:1823
1732
  msgid "Set font size for heading text. In pixels (px), eg: 1px."
1733
  msgstr ""
1734
 
1735
+ #: inc/options.php:1852
1736
  msgid "Responsive Text"
1737
  msgstr ""
1738
 
1739
+ #: inc/options.php:1853
1740
  msgid "Choose to display responsive text."
1741
  msgstr ""
1742
 
1743
+ #: inc/options.php:1872
1744
  msgid "Heading Shortcode"
1745
  msgstr ""
1746
 
1747
+ #: inc/options.php:1873
1748
  msgid "heading-shortcode/"
1749
  msgstr ""
1750
 
1751
+ #: inc/options.php:1888
1752
  msgid "Set background color for highlight item."
1753
  msgstr ""
1754
 
1755
+ #: inc/options.php:1901
1756
  msgid "Set font color for highlight item."
1757
  msgstr ""
1758
 
1759
+ #: inc/options.php:1906
1760
  msgid "Content to Higlight"
1761
  msgstr ""
1762
 
1763
+ #: inc/options.php:1907
1764
  msgid "Insert content to highlight."
1765
  msgstr ""
1766
 
1767
+ #: inc/options.php:1924
1768
  msgid "Highlight Shortcode"
1769
  msgstr ""
1770
 
1771
+ #: inc/options.php:1925
1772
  msgid "highlight-shortcode/"
1773
  msgstr ""
1774
 
1775
+ #: inc/options.php:1950
1776
  msgid "Set text size for item."
1777
  msgstr ""
1778
 
1779
+ #: inc/options.php:1956 inc/options.php:3450
1780
  msgid "Set color for icon."
1781
  msgstr ""
1782
 
1783
+ #: inc/options.php:1961
1784
  msgid "Icon Box"
1785
  msgstr ""
1786
 
1787
+ #: inc/options.php:1962
1788
  msgid "Choose to display boxed icon."
1789
  msgstr ""
1790
 
1791
+ #: inc/options.php:1980
1792
  msgid "Icon Shortcode"
1793
  msgstr ""
1794
 
1795
+ #: inc/options.php:1981
1796
  msgid "icon-shortcode/"
1797
  msgstr ""
1798
 
1799
+ #: inc/options.php:1996
1800
  msgid "Select how the image compare display."
1801
  msgstr ""
1802
 
1803
+ #: inc/options.php:2005 inc/options.php:2583 inc/options.php:2760
1804
  msgid "Percent"
1805
  msgstr ""
1806
 
1807
+ #: inc/options.php:2006
1808
  msgid "Choose default offset pct"
1809
  msgstr ""
1810
 
1811
+ #: inc/options.php:2012
1812
  msgid "Image Left"
1813
  msgstr ""
1814
 
1815
+ #: inc/options.php:2013
1816
  msgid "Insert the image displayed in the left."
1817
  msgstr ""
1818
 
1819
+ #: inc/options.php:2018
1820
  msgid "Image Right"
1821
  msgstr ""
1822
 
1823
+ #: inc/options.php:2019
1824
  msgid "Insert the image displayed in the right."
1825
  msgstr ""
1826
 
1827
+ #: inc/options.php:2035
1828
  msgid "Image Compare Shortcode"
1829
  msgstr ""
1830
 
1831
+ #: inc/options.php:2036
1832
  msgid "image-compare-shortcode/"
1833
  msgstr ""
1834
 
1835
+ #: inc/options.php:2051 inc/options.php:2437
1836
  msgid "Upload an image to display."
1837
  msgstr ""
1838
 
1839
+ #: inc/options.php:2056
1840
  msgid "Image Link URL"
1841
  msgstr ""
1842
 
1843
+ #: inc/options.php:2057 inc/options.php:2443
1844
  msgid "Add the URL the picture will link to, ex: http://example.com."
1845
  msgstr ""
1846
 
1847
+ #: inc/options.php:2076
1848
  msgid ""
1849
  "Choose the border radius of the image frame. In pixels (px), ex: 1px, or "
1850
  "\"round\". Leave blank for theme option selection."
1851
  msgstr ""
1852
 
1853
+ #: inc/options.php:2081
1854
  msgid "Light Box"
1855
  msgstr ""
1856
 
1857
+ #: inc/options.php:2082
1858
  msgid "Choose to display light box once click."
1859
  msgstr ""
1860
 
1861
+ #: inc/options.php:2100
1862
  msgid "Image Frame Shortcode"
1863
  msgstr ""
1864
 
1865
+ #: inc/options.php:2101
1866
  msgid "image-frame-shortcode/"
1867
  msgstr ""
1868
 
1869
+ #: inc/options.php:2117 inc/options.php:2767
1870
+ msgid "Text"
1871
+ msgstr ""
1872
+
1873
+ #: inc/options.php:2118
1874
  msgid "Insert text to be displayed in label."
1875
  msgstr ""
1876
 
1877
+ #: inc/options.php:2124
1878
  msgid "Set background color for label."
1879
  msgstr ""
1880
 
1881
+ #: inc/options.php:2128
1882
  msgid "Label Shortcode"
1883
  msgstr ""
1884
 
1885
+ #: inc/options.php:2129
1886
  msgid "label-shortcode/"
1887
  msgstr ""
1888
 
1889
+ #: inc/options.php:2148
1890
  msgid "Set color fo list icon."
1891
  msgstr ""
1892
 
1893
+ #: inc/options.php:2152
1894
  msgid "Icon Boxed"
1895
  msgstr ""
1896
 
1897
+ #: inc/options.php:2153
1898
  msgid "Choose to set icon boxed."
1899
  msgstr ""
1900
 
1901
+ #: inc/options.php:2161
1902
  msgid "Set background color for list icon."
1903
  msgstr ""
1904
 
1905
+ #: inc/options.php:2165
1906
  msgid "Boxed Shape"
1907
  msgstr ""
1908
 
1909
+ #: inc/options.php:2166
1910
  msgid "Choose boxed shape for list icon."
1911
  msgstr ""
1912
 
1913
+ #: inc/options.php:2169
1914
  msgid "Circle"
1915
  msgstr ""
1916
 
1917
+ #: inc/options.php:2173
1918
  msgid "Item Border"
1919
  msgstr ""
1920
 
1921
+ #: inc/options.php:2174
1922
  msgid "Choose to display item border for list."
1923
  msgstr ""
1924
 
1925
+ #: inc/options.php:2184
1926
  msgid "Item Size"
1927
  msgstr ""
1928
 
1929
+ #: inc/options.php:2185
1930
  msgid "Set text font size for item."
1931
  msgstr ""
1932
 
1933
+ #: inc/options.php:2202
1934
  msgid "List items"
1935
  msgstr ""
1936
 
1937
+ #: inc/options.php:2207
1938
  msgid "List Shortcode"
1939
  msgstr ""
1940
 
1941
+ #: inc/options.php:2208
1942
  msgid "list-shortcode/"
1943
  msgstr ""
1944
 
1945
+ #: inc/options.php:2222
1946
  msgid "Modal Anchor Text"
1947
  msgstr ""
1948
 
1949
+ #: inc/options.php:2223
1950
  msgid "Insert anchor text for the modal."
1951
  msgstr ""
1952
 
1953
+ #: inc/options.php:2228
1954
  msgid "Modal Heading"
1955
  msgstr ""
1956
 
1957
+ #: inc/options.php:2229
1958
  msgid "Insert heading text for the modal."
1959
  msgstr ""
1960
 
1961
+ #: inc/options.php:2233
1962
  msgid "Size Of Modal"
1963
  msgstr ""
1964
 
1965
+ #: inc/options.php:2234
1966
  msgid "Select the modal window size."
1967
  msgstr ""
1968
 
1969
+ #: inc/options.php:2237
1970
  msgid "Middle"
1971
  msgstr ""
1972
 
1973
+ #: inc/options.php:2244
1974
  msgid "Show Footer"
1975
  msgstr ""
1976
 
1977
+ #: inc/options.php:2245
1978
  msgid "Choose to show the modal footer with close button."
1979
  msgstr ""
1980
 
1981
+ #: inc/options.php:2254
1982
  msgid "Contents of Modal"
1983
  msgstr ""
1984
 
1985
+ #: inc/options.php:2255
1986
  msgid "Add your content to be displayed in modal."
1987
  msgstr ""
1988
 
1989
+ #: inc/options.php:2271
1990
  msgid "Modal Shortcode"
1991
  msgstr ""
1992
 
1993
+ #: inc/options.php:2272
1994
  msgid "modal-shortcode/"
1995
  msgstr ""
1996
 
1997
+ #: inc/options.php:2286
1998
  msgid "Select a menu"
1999
  msgstr ""
2000
 
2001
+ #: inc/options.php:2303
2002
  msgid "Menu Shortcode"
2003
  msgstr ""
2004
 
2005
+ #: inc/options.php:2319
2006
  msgid "Insert title for panel."
2007
  msgstr ""
2008
 
2009
+ #: inc/options.php:2322
2010
  msgid "Panel content."
2011
  msgstr ""
2012
 
2013
+ #: inc/options.php:2324
2014
  msgid "Panel Content"
2015
  msgstr ""
2016
 
2017
+ #: inc/options.php:2325
2018
  msgid "Insert content for panel."
2019
  msgstr ""
2020
 
2021
+ #: inc/options.php:2333
2022
  msgid "Set color for panel title."
2023
  msgstr ""
2024
 
2025
+ #: inc/options.php:2339
2026
  msgid "Set color for panel border."
2027
  msgstr ""
2028
 
2029
+ #: inc/options.php:2345
2030
+ msgid "Title Background Color"
2031
+ msgstr ""
2032
+
2033
+ #: inc/options.php:2346
2034
  msgid "Set background color for panel title."
2035
  msgstr ""
2036
 
2037
+ #: inc/options.php:2370
2038
  msgid "Panel Shortcode"
2039
  msgstr ""
2040
 
2041
+ #: inc/options.php:2371
2042
  msgid "panel-shortcode/"
2043
  msgstr ""
2044
 
2045
+ #: inc/options.php:2386
2046
  msgid "Choose to display info below or beside the image."
2047
  msgstr ""
2048
 
2049
+ #: inc/options.php:2388
2050
  msgid "Below"
2051
  msgstr ""
2052
 
2053
+ #: inc/options.php:2389
2054
  msgid "Beside"
2055
  msgstr ""
2056
 
2057
+ #: inc/options.php:2395 inc/options.php:3614 inc/options.php:4050
2058
  msgid "Name"
2059
  msgstr ""
2060
 
2061
+ #: inc/options.php:2396
2062
  msgid "Insert the name of the person."
2063
  msgstr ""
2064
 
2065
+ #: inc/options.php:2402
2066
  msgid "Insert the title of the person"
2067
  msgstr ""
2068
 
2069
+ #: inc/options.php:2418
2070
  msgid "Image Overlay Color"
2071
  msgstr ""
2072
 
2073
+ #: inc/options.php:2419
2074
  msgid "Select a hover color to show over the image as an overlay."
2075
  msgstr ""
2076
 
2077
+ #: inc/options.php:2424
2078
  msgid "Image Overlay Opacity"
2079
  msgstr ""
2080
 
2081
+ #: inc/options.php:2425
2082
  msgid "Opacity ranges between 0 (transparent) and 1 (opaque). ex: .5"
2083
  msgstr ""
2084
 
2085
+ #: inc/options.php:2431
2086
  msgid "Profile Description"
2087
  msgstr ""
2088
 
2089
+ #: inc/options.php:2432
2090
  msgid "Insert profile description."
2091
  msgstr ""
2092
 
2093
+ #: inc/options.php:2436
2094
  msgid "Picture"
2095
  msgstr ""
2096
 
2097
+ #: inc/options.php:2442
2098
  msgid "Picture Link URL"
2099
  msgstr ""
2100
 
2101
+ #: inc/options.php:2450
2102
  msgid "Picture Border Size"
2103
  msgstr ""
2104
 
2105
+ #: inc/options.php:2451
2106
  msgid "In pixels (px), ex: 1px. Leave blank for theme option selection."
2107
  msgstr ""
2108
 
2109
+ #: inc/options.php:2455
2110
  msgid "Picture Border Color"
2111
  msgstr ""
2112
 
2113
+ #: inc/options.php:2456
2114
  msgid ""
2115
  "Controls the picture's border color. Leave blank for theme option selection."
2116
  msgstr ""
2117
 
2118
+ #: inc/options.php:2463
2119
  msgid "Picture Border Radius"
2120
  msgstr ""
2121
 
2122
+ #: inc/options.php:2464
2123
  msgid ""
2124
  "Choose the border radius of the person image. In pixels (px), ex: 1px, or "
2125
  "\"round\". Leave blank for theme option selection."
2126
  msgstr ""
2127
 
2128
+ #: inc/options.php:2471
2129
  msgid "Social Icon Box Radius"
2130
  msgstr ""
2131
 
2132
+ #: inc/options.php:2472
2133
  msgid ""
2134
  "Choose the border radius of the boxed icons. In pixels (px), ex: 1px, or "
2135
  "\"round\". Leave blank for theme option selection."
2136
  msgstr ""
2137
 
2138
+ #: inc/options.php:2477
2139
  msgid "Social Icon Custom Colors"
2140
  msgstr ""
2141
 
2142
+ #: inc/options.php:2478
2143
  msgid ""
2144
  "Controls the Icon's border color. Leave blank for theme option selection."
2145
  msgstr ""
2146
 
2147
+ #: inc/options.php:2482
2148
  msgid "Icon1"
2149
  msgstr ""
2150
 
2151
+ #: inc/options.php:2489
2152
  msgid "Link1 "
2153
  msgstr ""
2154
 
2155
+ #: inc/options.php:2490
2156
  msgid "The Icon1 Link "
2157
  msgstr ""
2158
 
2159
+ #: inc/options.php:2494
2160
  msgid "Icon2"
2161
  msgstr ""
2162
 
2163
+ #: inc/options.php:2501
2164
  msgid "Link2 "
2165
  msgstr ""
2166
 
2167
+ #: inc/options.php:2502
2168
  msgid "The Icon2 Link "
2169
  msgstr ""
2170
 
2171
+ #: inc/options.php:2506
2172
  msgid "Icon3"
2173
  msgstr ""
2174
 
2175
+ #: inc/options.php:2513
2176
  msgid "Link3 "
2177
  msgstr ""
2178
 
2179
+ #: inc/options.php:2514
2180
  msgid "The Icon3 Link "
2181
  msgstr ""
2182
 
2183
+ #: inc/options.php:2518
2184
  msgid "Icon4"
2185
  msgstr ""
2186
 
2187
+ #: inc/options.php:2525
2188
  msgid "Link4"
2189
  msgstr ""
2190
 
2191
+ #: inc/options.php:2526
2192
  msgid "The Icon4 Link "
2193
  msgstr ""
2194
 
2195
+ #: inc/options.php:2530
2196
  msgid "Icon5"
2197
  msgstr ""
2198
 
2199
+ #: inc/options.php:2537
2200
  msgid "Link5"
2201
  msgstr ""
2202
 
2203
+ #: inc/options.php:2538
2204
  msgid "The Icon5 Link "
2205
  msgstr ""
2206
 
2207
+ #: inc/options.php:2554
2208
  msgid "Person Shortcode"
2209
  msgstr ""
2210
 
2211
+ #: inc/options.php:2555
2212
  msgid "person-shortcode/"
2213
  msgstr ""
2214
 
2215
+ #: inc/options.php:2570
2216
  msgid "Line Cap"
2217
  msgstr ""
2218
 
2219
+ #: inc/options.php:2571
2220
  msgid "Select how the ending of the bar line looks like."
2221
  msgstr ""
2222
 
2223
+ #: inc/options.php:2573
2224
  msgid "Round"
2225
  msgstr ""
2226
 
2227
+ #: inc/options.php:2574
2228
  msgid "Butt"
2229
  msgstr ""
2230
 
2231
+ #: inc/options.php:2584
2232
  msgid "From 1 to 100."
2233
  msgstr ""
2234
 
2235
+ #: inc/options.php:2592
2236
  msgid "Insert title for piechart. It need to be short."
2237
  msgstr ""
2238
 
2239
+ #: inc/options.php:2600
2240
  msgid "Size"
2241
  msgstr ""
2242
 
2243
+ #: inc/options.php:2601
2244
  msgid "Set size for piechart."
2245
  msgstr ""
2246
 
2247
+ #: inc/options.php:2610
2248
  msgid "Set font size for piechart title."
2249
  msgstr ""
2250
 
2251
+ #: inc/options.php:2615
2252
  msgid "Filled Color"
2253
  msgstr ""
2254
 
2255
+ #: inc/options.php:2616
2256
  msgid "Set color for filled area in piechart."
2257
  msgstr ""
2258
 
2259
+ #: inc/options.php:2621
2260
  msgid "Unfilled Color"
2261
  msgstr ""
2262
 
2263
+ #: inc/options.php:2622
2264
  msgid "Set color for unfilled area in piechart."
2265
  msgstr ""
2266
 
2267
+ #: inc/options.php:2635
2268
  msgid "Piechart Shortcode"
2269
  msgstr ""
2270
 
2271
+ #: inc/options.php:2636
2272
  msgid "piechart-shortcode/"
2273
  msgstr ""
2274
 
2275
+ #: inc/options.php:2650
2276
  msgid "Popover Heading"
2277
  msgstr ""
2278
 
2279
+ #: inc/options.php:2651
2280
  msgid "Insert heading text of the popover."
2281
  msgstr ""
2282
 
2283
+ #: inc/options.php:2656
2284
  msgid "Triggering Text"
2285
  msgstr ""
2286
 
2287
+ #: inc/options.php:2657
2288
  msgid "Content that will trigger the popover."
2289
  msgstr ""
2290
 
2291
+ #: inc/options.php:2664
2292
  msgid "Contents Inside Popover"
2293
  msgstr ""
2294
 
2295
+ #: inc/options.php:2665
2296
  msgid "Text to be displayed inside the popover."
2297
  msgstr ""
2298
 
2299
+ #: inc/options.php:2670
2300
  msgid "Popover Trigger Method"
2301
  msgstr ""
2302
 
2303
+ #: inc/options.php:2671
2304
  msgid "Choose mouse action to trigger popover."
2305
  msgstr ""
2306
 
2307
+ #: inc/options.php:2673 inc/options.php:3744
2308
  msgid "Click"
2309
  msgstr ""
2310
 
2311
+ #: inc/options.php:2674 inc/options.php:3743
2312
  msgid "Hover"
2313
  msgstr ""
2314
 
2315
+ #: inc/options.php:2679
2316
  msgid "Popover Position"
2317
  msgstr ""
2318
 
2319
+ #: inc/options.php:2680
2320
  msgid "Choose the display position of the popover."
2321
  msgstr ""
2322
 
2323
+ #: inc/options.php:2682 inc/options.php:2869 inc/options.php:3732
2324
  msgid "Top"
2325
  msgstr ""
2326
 
2327
+ #: inc/options.php:2683 inc/options.php:2870 inc/options.php:3733
2328
  msgid "Bottom"
2329
  msgstr ""
2330
 
2331
+ #: inc/options.php:2703
2332
  msgid "Popover Shortcode"
2333
  msgstr ""
2334
 
2335
+ #: inc/options.php:2704
2336
  msgid "popover-shortcode/"
2337
  msgstr ""
2338
 
2339
+ #: inc/options.php:2719
2340
  msgid "Choose the show of progress bar."
2341
  msgstr ""
2342
 
2343
+ #: inc/options.php:2721 inc/options.php:3519
2344
  msgid "Normal Style"
2345
  msgstr ""
2346
 
2347
+ #: inc/options.php:2722
2348
  msgid "Circle Style"
2349
  msgstr ""
2350
 
2351
+ #: inc/options.php:2728 inc/options.php:2732
2352
  msgid "Striped"
2353
  msgstr ""
2354
 
2355
+ #: inc/options.php:2729
2356
  msgid "Choose to get the filled area striped."
2357
  msgstr ""
2358
 
2359
+ #: inc/options.php:2731
2360
  msgid "None Striped"
2361
  msgstr ""
2362
 
2363
+ #: inc/options.php:2733
2364
  msgid "Striped Animated"
2365
  msgstr ""
2366
 
2367
+ #: inc/options.php:2740
2368
  msgid "Choose to set the progress bar as rounded."
2369
  msgstr ""
2370
 
2371
+ #: inc/options.php:2742
2372
  msgid "On"
2373
  msgstr ""
2374
 
2375
+ #: inc/options.php:2743
2376
  msgid "Off"
2377
  msgstr ""
2378
 
2379
+ #: inc/options.php:2749
2380
  msgid "Display Number"
2381
  msgstr ""
2382
 
2383
+ #: inc/options.php:2750
2384
  msgid "Choose to diplay number for progress bar."
2385
  msgstr ""
2386
 
2387
+ #: inc/options.php:2761
2388
  msgid "Set percentage for progress bar. 0~100."
2389
  msgstr ""
2390
 
2391
+ #: inc/options.php:2768
2392
  msgid "Insert text for progress bar."
2393
  msgstr ""
2394
 
2395
+ #: inc/options.php:2777
2396
  msgid "Set height for progress bar."
2397
  msgstr ""
2398
 
2399
+ #: inc/options.php:2785
2400
  msgid "Set background color for filled area in progress bar."
2401
  msgstr ""
2402
 
2403
+ #: inc/options.php:2791
2404
  msgid "Set align for progress bar."
2405
  msgstr ""
2406
 
2407
+ #: inc/options.php:2800
2408
  msgid "Text Position"
2409
  msgstr ""
2410
 
2411
+ #: inc/options.php:2801
2412
  msgid "Choose text position for progress bar."
2413
  msgstr ""
2414
 
2415
+ #: inc/options.php:2803
2416
  msgid "Text on Progress bars"
2417
  msgstr ""
2418
 
2419
+ #: inc/options.php:2804
2420
  msgid "Text above progress bars"
2421
  msgstr ""
2422
 
2423
+ #: inc/options.php:2825
2424
  msgid "Progress Shortcode"
2425
  msgstr ""
2426
 
2427
+ #: inc/options.php:2826
2428
  msgid "progress-bar-shortcode/"
2429
  msgstr ""
2430
 
2431
+ #: inc/options.php:2841
2432
  msgid "Select style for promo box."
2433
  msgstr ""
2434
 
2435
+ #: inc/options.php:2851
2436
  msgid "Set color for highlight border of promo box."
2437
  msgstr ""
2438
 
2439
+ #: inc/options.php:2859
2440
  msgid "Set width for highlight border of promo box."
2441
  msgstr ""
2442
 
2443
+ #: inc/options.php:2864
2444
  msgid "Border Position"
2445
  msgstr ""
2446
 
2447
+ #: inc/options.php:2865
2448
  msgid "Choose position for highlight border of promo box."
2449
  msgstr ""
2450
 
2451
+ #: inc/options.php:2878
2452
  msgid "Set background color for promo box."
2453
  msgstr ""
2454
 
2455
+ #: inc/options.php:2890
2456
  msgid "Inser text for button of promo box."
2457
  msgstr ""
2458
 
2459
+ #: inc/options.php:2895
2460
  msgid "Button Text Color"
2461
  msgstr ""
2462
 
2463
+ #: inc/options.php:2900
2464
  msgid "Button Link URL"
2465
  msgstr ""
2466
 
2467
+ #: inc/options.php:2901
2468
  msgid "Inser link for button of promo box, eg: http://example.com."
2469
  msgstr ""
2470
 
2471
+ #: inc/options.php:2913
2472
  msgid "Insert content for promo box."
2473
  msgstr ""
2474
 
2475
+ #: inc/options.php:2929
2476
  msgid "Promo Box Shortcode"
2477
  msgstr ""
2478
 
2479
+ #: inc/options.php:2930
2480
  msgid "promo-box-shortcode/"
2481
  msgstr ""
2482
 
2483
+ #: inc/options.php:2944
2484
  msgid "Set alignment for pullquote."
2485
  msgstr ""
2486
 
2487
+ #: inc/options.php:2954
2488
  msgid "Insert content for pullquote."
2489
  msgstr ""
2490
 
2491
+ #: inc/options.php:2971
2492
  msgid "Pullquote Shortcode"
2493
  msgstr ""
2494
 
2495
+ #: inc/options.php:2972
2496
  msgid "pullquote-shortcode/"
2497
  msgstr ""
2498
 
2499
+ #: inc/options.php:2988
2500
  msgid "The text to store within the QR code. Any text or URL is available."
2501
  msgstr ""
2502
 
2503
+ #: inc/options.php:2993
2504
  msgid "Alternative text"
2505
  msgstr ""
2506
 
2507
+ #: inc/options.php:2994
2508
  msgid "Set image alt for QR code."
2509
  msgstr ""
2510
 
2511
+ #: inc/options.php:3001
2512
  msgid "Size in pixel"
2513
  msgstr ""
2514
 
2515
+ #: inc/options.php:3002
2516
  msgid "Image width and height."
2517
  msgstr ""
2518
 
2519
+ #: inc/options.php:3007
2520
  msgid "QRCode clickable?"
2521
  msgstr ""
2522
 
2523
+ #: inc/options.php:3008
2524
  msgid "Choose to make this QR code clickable."
2525
  msgstr ""
2526
 
2527
+ #: inc/options.php:3017
2528
  msgid "Foreground Color"
2529
  msgstr ""
2530
 
2531
+ #: inc/options.php:3018
2532
  msgid "Set foreground Color for QR code."
2533
  msgstr ""
2534
 
2535
+ #: inc/options.php:3024
2536
  msgid "Set background Color for QR code."
2537
  msgstr ""
2538
 
2539
+ #: inc/options.php:3028
2540
  msgid "QR Code Shortcode"
2541
  msgstr ""
2542
 
2543
+ #: inc/options.php:3029
2544
  msgid "qr-code-shortcode/"
2545
  msgstr ""
2546
 
2547
+ #: inc/options.php:3043
2548
  msgid "Cite"
2549
  msgstr ""
2550
 
2551
+ #: inc/options.php:3044
2552
  msgid "Author name for quote."
2553
  msgstr ""
2554
 
2555
+ #: inc/options.php:3049
2556
  msgid "Cite Link"
2557
  msgstr ""
2558
 
2559
+ #: inc/options.php:3050
2560
  msgid "Insert Url for the quote author. Leave empty to disable hyperlink."
2561
  msgstr ""
2562
 
2563
+ #: inc/options.php:3056
2564
  msgid "Insert content for the quote."
2565
  msgstr ""
2566
 
2567
+ #: inc/options.php:3072
2568
  msgid "Quote Shortcode"
2569
  msgstr ""
2570
 
2571
+ #: inc/options.php:3073
2572
  msgid "quote-shortcode/"
2573
  msgstr ""
2574
 
2575
+ #: inc/options.php:3088
2576
  msgid "Feed URL"
2577
  msgstr ""
2578
 
2579
+ #: inc/options.php:3089
2580
  msgid "Url of RSS Feed."
2581
  msgstr ""
2582
 
2583
+ #: inc/options.php:3096
2584
  msgid "Number to Display"
2585
  msgstr ""
2586
 
2587
+ #: inc/options.php:3097
2588
  msgid "Number of items to show."
2589
  msgstr ""
2590
 
2591
+ #: inc/options.php:3113
2592
  msgid "RSS Feed Shortcode"
2593
  msgstr ""
2594
 
2595
+ #: inc/options.php:3114
2596
  msgid "rss-feed-shortcode/"
2597
  msgstr ""
2598
 
2599
+ #: inc/options.php:3129
2600
  msgid "Time"
2601
  msgstr ""
2602
 
2603
+ #: inc/options.php:3130
2604
  msgid ""
2605
  "Select an random time in one day to show content.</br>Example: 6-12,13-16 "
2606
  "show content from 6:00 to 12:00 and from 13:00 to 16:00"
2607
  msgstr ""
2608
 
2609
+ #: inc/options.php:3135
2610
  msgid "Days of Week"
2611
  msgstr ""
2612
 
2613
+ #: inc/options.php:3136
2614
  msgid ""
2615
  "Select days from one week to show content.</br>1 => Monday </br>2 => "
2616
  "Tuesday </br> 3 => Wednesday</br> 4 => Thursday </br> 5 => Friday </br> 6 "
2618
  "and from Monday to Friday"
2619
  msgstr ""
2620
 
2621
+ #: inc/options.php:3141
2622
  msgid "Days of Month"
2623
  msgstr ""
2624
 
2625
+ #: inc/options.php:3142
2626
  msgid ""
2627
  "Select days from one month to show content.</br>Examples:</br>1 => show "
2628
  "content only at first day of month </br> 10-25 => show content from 10th to "
2630
  "25th"
2631
  msgstr ""
2632
 
2633
+ #: inc/options.php:3147
2634
  msgid "Months"
2635
  msgstr ""
2636
 
2637
+ #: inc/options.php:3148
2638
  msgid ""
2639
  "Select months from a year to show content.</br>Examples:</br>1 => show "
2640
  "content in January </br> 3-6 => show content from March to June </br> "
2641
  "1,5,8-9 => show content in January,May and from August to September"
2642
  msgstr ""
2643
 
2644
+ #: inc/options.php:3153
2645
  msgid "Years"
2646
  msgstr ""
2647
 
2648
+ #: inc/options.php:3154
2649
  msgid ""
2650
  "Select years to show content.</br>Examples:</br> 2016 => show content in "
2651
  "2016 </br>2014-2016 => show content from 2014 to 2016 </br> "
2652
  "2016,2017,2345-2666 => show content in 2016,2017 and from 2345 to 2666"
2653
  msgstr ""
2654
 
2655
+ #: inc/options.php:3172
2656
  msgid "Insert scheduled content."
2657
  msgstr ""
2658
 
2659
+ #: inc/options.php:3176
2660
  msgid "Scheduled Shortcode"
2661
  msgstr ""
2662
 
2663
+ #: inc/options.php:3177
2664
  msgid "scheduled-shortcode/"
2665
  msgstr ""
2666
 
2667
+ #: inc/options.php:3193
2668
  msgid "Set background for section. Leave blank for transparent."
2669
  msgstr ""
2670
 
2671
+ #: inc/options.php:3200
2672
  msgid "Upload an image to display in the background."
2673
  msgstr ""
2674
 
2675
+ #: inc/options.php:3204
2676
  msgid "Background Repeat"
2677
  msgstr ""
2678
 
2679
+ #: inc/options.php:3205
2680
  msgid "Choose repeat style for the background image."
2681
  msgstr ""
2682
 
2683
+ #: inc/options.php:3208
2684
  msgid "Repeat"
2685
  msgstr ""
2686
 
2687
+ #: inc/options.php:3209
2688
  msgid "Repeat-x"
2689
  msgstr ""
2690
 
2691
+ #: inc/options.php:3210
2692
  msgid "Repeat-y"
2693
  msgstr ""
2694
 
2695
+ #: inc/options.php:3211
2696
  msgid "No-repeat"
2697
  msgstr ""
2698
 
2699
+ #: inc/options.php:3212 inc/options.php:3272
2700
  msgid "Inherit"
2701
  msgstr ""
2702
 
2703
+ #: inc/options.php:3219
2704
  msgid "Choose the postion of the background image."
2705
  msgstr ""
2706
 
2707
+ #: inc/options.php:3235
2708
  msgid "Background Parallax"
2709
  msgstr ""
2710
 
2711
+ #: inc/options.php:3236
2712
  msgid "Choose how the background image scrolls and responds."
2713
  msgstr ""
2714
 
2715
+ #: inc/options.php:3253
2716
  msgid "Set border color for section."
2717
  msgstr ""
2718
 
2719
+ #: inc/options.php:3258
2720
  msgid "Select border style for section"
2721
  msgstr ""
2722
 
2723
+ #: inc/options.php:3262
2724
  msgid "Hidden"
2725
  msgstr ""
2726
 
2727
+ #: inc/options.php:3265
2728
  msgid "Solid"
2729
  msgstr ""
2730
 
2731
+ #: inc/options.php:3266
2732
  msgid "Double"
2733
  msgstr ""
2734
 
2735
+ #: inc/options.php:3267
2736
  msgid "Groove"
2737
  msgstr ""
2738
 
2739
+ #: inc/options.php:3268
2740
  msgid "Ridge"
2741
  msgstr ""
2742
 
2743
+ #: inc/options.php:3269
2744
  msgid "Inset"
2745
  msgstr ""
2746
 
2747
+ #: inc/options.php:3270
2748
  msgid "Outset"
2749
  msgstr ""
2750
 
2751
+ #: inc/options.php:3271
2752
  msgid "Initial"
2753
  msgstr ""
2754
 
2755
+ #: inc/options.php:3282
2756
  msgid "Padding Top"
2757
  msgstr ""
2758
 
2759
+ #: inc/options.php:3290
2760
  msgid "Padding Bottom"
2761
  msgstr ""
2762
 
2763
+ #: inc/options.php:3298
2764
  msgid "Padding Left"
2765
  msgstr ""
2766
 
2767
+ #: inc/options.php:3306
2768
  msgid "Padding Right"
2769
  msgstr ""
2770
 
2771
+ #: inc/options.php:3311
2772
  msgid "Contents in Container ?"
2773
  msgstr ""
2774
 
2775
+ #: inc/options.php:3312
2776
  msgid "Put the content in container."
2777
  msgstr ""
2778
 
2779
+ #: inc/options.php:3318
2780
  msgid "Section content."
2781
  msgstr ""
2782
 
2783
+ #: inc/options.php:3320
2784
  msgid "Section Content"
2785
  msgstr ""
2786
 
2787
+ #: inc/options.php:3321
2788
  msgid "Insert content for section."
2789
  msgstr ""
2790
 
2791
+ #: inc/options.php:3327
2792
  msgid "Top Separator"
2793
  msgstr ""
2794
 
2795
+ #: inc/options.php:3331 inc/options.php:3351
2796
  msgid "Triangle"
2797
  msgstr ""
2798
 
2799
+ #: inc/options.php:3332
2800
  msgid "Doublediagonal"
2801
  msgstr ""
2802
 
2803
+ #: inc/options.php:3333 inc/options.php:3352
2804
  msgid "Halfcircle"
2805
  msgstr ""
2806
 
2807
+ #: inc/options.php:3334 inc/options.php:3353
2808
  msgid "Bigtriangle"
2809
  msgstr ""
2810
 
2811
+ #: inc/options.php:3335 inc/options.php:3354
2812
  msgid "Bighalfcircle"
2813
  msgstr ""
2814
 
2815
+ #: inc/options.php:3336 inc/options.php:3355
2816
  msgid "Curl"
2817
  msgstr ""
2818
 
2819
+ #: inc/options.php:3337 inc/options.php:3356
2820
  msgid "Multitriangles"
2821
  msgstr ""
2822
 
2823
+ #: inc/options.php:3338
2824
  msgid "Roundedsplit"
2825
  msgstr ""
2826
 
2827
+ #: inc/options.php:3339 inc/options.php:3359
2828
  msgid "Boxes"
2829
  msgstr ""
2830
 
2831
+ #: inc/options.php:3340 inc/options.php:3360
2832
  msgid "Zigzag"
2833
  msgstr ""
2834
 
2835
+ #: inc/options.php:3341
2836
  msgid "Clouds"
2837
  msgstr ""
2838
 
2839
+ #: inc/options.php:3347
2840
  msgid "Bottom Separator"
2841
  msgstr ""
2842
 
2843
+ #: inc/options.php:3357
2844
  msgid "Roundedcorners"
2845
  msgstr ""
2846
 
2847
+ #: inc/options.php:3358
2848
  msgid "Foldedcorner"
2849
  msgstr ""
2850
 
2851
+ #: inc/options.php:3361
2852
  msgid "Stamp"
2853
  msgstr ""
2854
 
2855
+ #: inc/options.php:3367
2856
  msgid "Full Height"
2857
  msgstr ""
2858
 
2859
+ #: inc/options.php:3368
2860
  msgid "Choose to set the section height same as browser window."
2861
  msgstr ""
2862
 
2863
+ #: inc/options.php:3385
2864
  msgid "Section Shortcode"
2865
  msgstr ""
2866
 
2867
+ #: inc/options.php:3386
2868
  msgid "section-shortcode/"
2869
  msgstr ""
2870
 
2871
+ #: inc/options.php:3401 inc/options.php:3414
2872
  msgid "Slider"
2873
  msgstr ""
2874
 
2875
+ #: inc/options.php:3415
2876
  msgid "slider-shortcode/"
2877
  msgstr ""
2878
 
2879
+ #: inc/options.php:3430
2880
  msgid "Title "
2881
  msgstr ""
2882
 
2883
+ #: inc/options.php:3431
2884
  msgid "Insert the title for the social icon."
2885
  msgstr ""
2886
 
2887
+ #: inc/options.php:3445
2888
  msgid "In pixels (px), eg: 13px."
2889
  msgstr ""
2890
 
2891
+ #: inc/options.php:3455
2892
  msgid "Set background color for icon."
2893
  msgstr ""
2894
 
2895
+ #: inc/options.php:3460
2896
  msgid "Icon 3D effect"
2897
  msgstr ""
2898
 
2899
+ #: inc/options.php:3461
2900
  msgid "Display box shadow for icon."
2901
  msgstr ""
2902
 
2903
+ #: inc/options.php:3469
2904
  msgid "Icon Box Radius Style"
2905
  msgstr ""
2906
 
2907
+ #: inc/options.php:3475
2908
  msgid "Circle "
2909
  msgstr ""
2910
 
2911
+ #: inc/options.php:3481
2912
  msgid "Icon Link URL"
2913
  msgstr ""
2914
 
2915
+ #: inc/options.php:3482
2916
  msgid "Add the icon's url eg: http://example.com."
2917
  msgstr ""
2918
 
2919
+ #: inc/options.php:3498
 
 
 
 
2920
  msgid "Social Shortcode"
2921
  msgstr ""
2922
 
2923
+ #: inc/options.php:3499
2924
  msgid "social-shortcode/"
2925
  msgstr ""
2926
 
2927
+ #: inc/options.php:3513
2928
  msgid "Select tabs' style."
2929
  msgstr ""
2930
 
2931
+ #: inc/options.php:3516
2932
  msgid "Simple Style Justified"
2933
  msgstr ""
2934
 
2935
+ #: inc/options.php:3518
2936
  msgid "Button Style Justified"
2937
  msgstr ""
2938
 
2939
+ #: inc/options.php:3520
2940
  msgid "Normal Style Justified"
2941
  msgstr ""
2942
 
2943
+ #: inc/options.php:3521
2944
  msgid "Vertical Style"
2945
  msgstr ""
2946
 
2947
+ #: inc/options.php:3522
2948
  msgid "Vertical Style Right"
2949
  msgstr ""
2950
 
2951
+ #: inc/options.php:3528
2952
  msgid "Set color for tab item's title."
2953
  msgstr ""
2954
 
2955
+ #: inc/options.php:3545
2956
  msgid "Tab Items"
2957
  msgstr ""
2958
 
2959
+ #: inc/options.php:3546
2960
  msgid "Insert tab items."
2961
  msgstr ""
2962
 
2963
+ #: inc/options.php:3552
2964
  msgid "Tab Shortcode"
2965
  msgstr ""
2966
 
2967
+ #: inc/options.php:3553
2968
  msgid "tabs-shortcode/"
2969
  msgstr ""
2970
 
2971
+ #: inc/options.php:3568
2972
  msgid ""
2973
  "Select visible permissions.Private for author only. Members for logged-in "
2974
  "users. Guests for users not logged in."
2975
  msgstr ""
2976
 
2977
+ #: inc/options.php:3570
2978
  msgid "Private"
2979
  msgstr ""
2980
 
2981
+ #: inc/options.php:3571
2982
  msgid "Members"
2983
  msgstr ""
2984
 
2985
+ #: inc/options.php:3572
2986
  msgid "Guests"
2987
  msgstr ""
2988
 
2989
+ #: inc/options.php:3579
2990
  msgid "Set content for targeted users."
2991
  msgstr ""
2992
 
2993
+ #: inc/options.php:3584
2994
  msgid "Alternative Content"
2995
  msgstr ""
2996
 
2997
+ #: inc/options.php:3585
2998
  msgid "Set content for other users."
2999
  msgstr ""
3000
 
3001
+ #: inc/options.php:3589
3002
  msgid "Targeted Shortcode"
3003
  msgstr ""
3004
 
3005
+ #: inc/options.php:3590
3006
  msgid "targeted-shortcode/"
3007
  msgstr ""
3008
 
3009
+ #: inc/options.php:3604
3010
  msgid "Style "
3011
  msgstr ""
3012
 
3013
+ #: inc/options.php:3605
3014
  msgid "Select testimonial's style"
3015
  msgstr ""
3016
 
3017
+ #: inc/options.php:3608
3018
  msgid "Box"
3019
  msgstr ""
3020
 
3021
+ #: inc/options.php:3615
3022
  msgid "Name of testimonial's author."
3023
  msgstr ""
3024
 
3025
+ #: inc/options.php:3620
3026
  msgid "Byline"
3027
  msgstr ""
3028
 
3029
+ #: inc/options.php:3621
3030
  msgid "Byline of testimonial's author."
3031
  msgstr ""
3032
 
3033
+ #: inc/options.php:3625
3034
  msgid "Avatar"
3035
  msgstr ""
3036
 
3037
+ #: inc/options.php:3626
3038
  msgid "Avatar of testimonial's author."
3039
  msgstr ""
3040
 
3041
+ #: inc/options.php:3632
3042
  msgid "Alignment"
3043
  msgstr ""
3044
 
3045
+ #: inc/options.php:3633
3046
  msgid "Select the content's alignment."
3047
  msgstr ""
3048
 
3049
+ #: inc/options.php:3640 inc/options.php:3642
3050
  msgid "Testimonial Content"
3051
  msgstr ""
3052
 
3053
+ #: inc/options.php:3643
3054
  msgid "Insert content for testimonial."
3055
  msgstr ""
3056
 
3057
+ #: inc/options.php:3659
3058
  msgid "Testimonial Shortcode"
3059
  msgstr ""
3060
 
3061
+ #: inc/options.php:3660
3062
  msgid "testimonial-shortcode/"
3063
  msgstr ""
3064
 
3065
+ #: inc/options.php:3675
3066
  msgid "Columns"
3067
  msgstr ""
3068
 
3069
+ #: inc/options.php:3676
3070
  msgid "Number of items."
3071
  msgstr ""
3072
 
3073
+ #: inc/options.php:3679
3074
  msgid "2 columns"
3075
  msgstr ""
3076
 
3077
+ #: inc/options.php:3680
3078
  msgid "3 columns"
3079
  msgstr ""
3080
 
3081
+ #: inc/options.php:3681
3082
  msgid "4 columns"
3083
  msgstr ""
3084
 
3085
+ #: inc/options.php:3682
3086
  msgid "5 columns"
3087
  msgstr ""
3088
 
3089
+ #: inc/options.php:3701
3090
  msgid "Timeline Items"
3091
  msgstr ""
3092
 
3093
+ #: inc/options.php:3702
3094
  msgid "Insert timeline items."
3095
  msgstr ""
3096
 
3097
+ #: inc/options.php:3707
3098
  msgid "Timeline Shortcode"
3099
  msgstr ""
3100
 
3101
+ #: inc/options.php:3708
3102
  msgid "timeline-shortcode/"
3103
  msgstr ""
3104
 
3105
+ #: inc/options.php:3724
3106
  msgid "Tooltip Text"
3107
  msgstr ""
3108
 
3109
+ #: inc/options.php:3725
3110
  msgid "Insert the text that displays in the tooltip"
3111
  msgstr ""
3112
 
3113
+ #: inc/options.php:3729
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3114
  msgid "Tooltip Position"
3115
  msgstr ""
3116
 
3117
+ #: inc/options.php:3730
3118
  msgid "Choose the display position."
3119
  msgstr ""
3120
 
3121
+ #: inc/options.php:3740
3122
  msgid "Tooltip Trigger"
3123
  msgstr ""
3124
 
3125
+ #: inc/options.php:3741
3126
  msgid "Choose action to trigger the tooltip."
3127
  msgstr ""
3128
 
3129
+ #: inc/options.php:3751
3130
  msgid "Insert the text that will activate the tooltip hover"
3131
  msgstr ""
3132
 
3133
+ #: inc/options.php:3767
3134
  msgid "Tooltip Shortcode"
3135
  msgstr ""
3136
 
3137
+ #: inc/options.php:3768
3138
  msgid "tooltip-shortcode/"
3139
  msgstr ""
3140
 
3141
+ #: inc/options.php:3784
3142
  msgid "Mp4 Video Url"
3143
  msgstr ""
3144
 
3145
+ #: inc/options.php:3785
3146
  msgid ""
3147
  "Add the URL of video in MPEG4 format. WebM and MP4 format must be included "
3148
  "to render your video with cross browser compatibility. OGV is optional."
3149
  msgstr ""
3150
 
3151
+ #: inc/options.php:3791
3152
  msgid "Ogv Video Url"
3153
  msgstr ""
3154
 
3155
+ #: inc/options.php:3792
3156
  msgid ""
3157
  "Add the URL of video in OGV format. WebM and MP4 format must be included to "
3158
  "render your video with cross browser compatibility. OGV is optional."
3159
  msgstr ""
3160
 
3161
+ #: inc/options.php:3798
3162
  msgid "Webm Video Url"
3163
  msgstr ""
3164
 
3165
+ #: inc/options.php:3799
3166
  msgid ""
3167
  "Add the URL of video in webm format. WebM and MP4 format must be included to "
3168
  "render your video with cross browser compatibility. OGV is optional."
3169
  msgstr ""
3170
 
3171
+ #: inc/options.php:3805
3172
  msgid "Poster"
3173
  msgstr ""
3174
 
3175
+ #: inc/options.php:3806
3176
  msgid "Display a image when browser does not support HTML5 format."
3177
  msgstr ""
3178
 
3179
+ #: inc/options.php:3872
3180
  msgid "Video Shortcode"
3181
  msgstr ""
3182
 
3183
+ #: inc/options.php:3873
3184
  msgid "video-shortcode/"
3185
  msgstr ""
3186
 
3187
+ #: inc/options.php:3888
3188
  msgid "Vimeo URL"
3189
  msgstr ""
3190
 
3191
+ #: inc/options.php:3954
3192
  msgid "Vimeo Shortcode"
3193
  msgstr ""
3194
 
3195
+ #: inc/options.php:3955
3196
  msgid "vimeo-shortcode/"
3197
  msgstr ""
3198
 
3199
+ #: inc/options.php:3969
3200
  msgid "Youtube URL"
3201
  msgstr ""
3202
 
3203
+ #: inc/options.php:4035
3204
  msgid "Youtube Shortcode"
3205
  msgstr ""
3206
 
3207
+ #: inc/options.php:4036
3208
  msgid "youtube-shortcode/"
3209
  msgstr ""
3210
 
3211
+ #: inc/options.php:4051
3212
  msgid "Choose widget name to show"
3213
  msgstr ""
3214
 
3215
+ #: inc/options.php:4058
3216
  msgid "Set background color for widget area"
3217
  msgstr ""
3218
 
3219
+ #: inc/options.php:4066
3220
  msgid "Content Padding. eg:30"
3221
  msgstr ""
3222
 
3223
+ #: inc/options.php:4082
3224
  msgid "Widget Area Shortcode"
3225
  msgstr ""
3226
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: magictheme
3
  Donate link: http://www.mageewp.com/
4
  Tags: shortcodes, shortcode, accordion, alert, button, column, custom box, countdowns, counter, divider, dropcap, feature box, flip box, highlight, list, modal, popover, tooltip, person, promo box, scocial, tab, testimonial, progress, piechart, timeline, panel, section, slider
5
  Requires at least: 4.0
6
- Tested up to: 4.5
7
- Stable tag: 4.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -68,6 +68,9 @@ Activate plugin at "Plugins" administration page.
68
 
69
  == Changelog ==
70
 
 
 
 
71
  = 1.5.8 - 15/07/2016 =
72
  Added: new option for Social ( Target )
73
  Added: new option for accordion( style->spacing style, type->none type, title color, title background color )
3
  Donate link: http://www.mageewp.com/
4
  Tags: shortcodes, shortcode, accordion, alert, button, column, custom box, countdowns, counter, divider, dropcap, feature box, flip box, highlight, list, modal, popover, tooltip, person, promo box, scocial, tab, testimonial, progress, piechart, timeline, panel, section, slider
5
  Requires at least: 4.0
6
+ Tested up to: 4.6
7
+ Stable tag: 4.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
68
 
69
  == Changelog ==
70
 
71
+ = 1.5.9 - 17/10/2016 =
72
+ * Fix - Fixed filp-box responsive issue on mobile
73
+
74
  = 1.5.8 - 15/07/2016 =
75
  Added: new option for Social ( Target )
76
  Added: new option for accordion( style->spacing style, type->none type, title color, title background color )
shortcodes/class-accordion.php CHANGED
@@ -42,55 +42,6 @@ class Magee_Accordion {
42
  $class .= ' style'.$type;
43
 
44
  $html = '<div class="panel-group magee-accordion accordion-'.$style.' '.esc_attr($class).'" role="tablist" aria-multiselectable="true" id="'.esc_attr($this->id).'">'.do_shortcode( Magee_Core::fix_shortcodes($content)).'</div>';
45
- $html .= '<script>
46
- jQuery(function($) {
47
- if($("#magee-sc-form-preview").length>0){
48
- num = $("#magee-sc-form-preview").contents().find(".panel-heading").length ;
49
- for($i=0;$i<num;$i++){
50
- $("#magee-sc-form-preview").contents().find(".panel-heading").eq($i).on("click",function(e){
51
- e.preventDefault();
52
- if($(this).find("a").attr("class") == "accordion-toggle" || $(this).find("a").attr("class") == "accordion-toggle "){
53
- $(this).find("a").addClass("collapsed");
54
- $(this).find("a").attr("aria-expanded","false");
55
- $(this).next().removeClass("in");
56
- }else{
57
- $(this).find("a").removeClass("collapsed");
58
- $(this).find("a").attr("aria-expanded","true");
59
- $(this).next().addClass("in");
60
- $(this).parent(".panel-default").siblings().find("a").addClass("collapsed");
61
- $(this).parent(".panel-default").siblings().find("a").attr("aria-expanded","false");
62
- $(this).parent(".panel-default").siblings().find(".panel-heading").next().removeClass("in");
63
- }
64
- });
65
- };
66
- $("#magee-sc-form-preview").contents().find(".panel-title").each(function(){
67
- if($(this).find(".open-magee-accordion").length>0 || $(this).find(".close-magee-accordion").length>0){
68
- var open_icon =$(this).find("i").attr("data-open");
69
- var close_icon = $(this).find("i").attr("data-close");
70
- var now_class = $(this).find("i").attr("class");
71
- $(this).click(function(){
72
- if($(this).find("i").hasClass("open-magee-accordion")){
73
- var new_class = now_class.replace("open-magee-accordion","close-magee-accordion").replace(open_icon,close_icon);
74
- $(this).find("i").attr("class",new_class);
75
- }else{
76
- var new_class = now_class.replace("close-magee-accordion","open-magee-accordion").replace(close_icon,open_icon);
77
- $(this).find("i").attr("class",new_class);
78
- $(this).parents(".panel-default").siblings().each(function(){
79
- var sub_icon1 = $(this).find(".panel-title i").attr("data-open");
80
- var sub_icon2 = $(this).find(".panel-title i").attr("data-close");
81
- var sub_class = $(this).find(".panel-title i").attr("class");
82
- var new_sub_class = sub_class.replace("open-magee-accordion","close-magee-accordion").replace(sub_icon1,sub_icon2);
83
- $(this).find(".panel-title i").attr("class",new_sub_class);
84
-
85
- });
86
- }
87
- });
88
- }
89
- });
90
- }
91
- });
92
- </script>';
93
-
94
  return $html;
95
 
96
  }
42
  $class .= ' style'.$type;
43
 
44
  $html = '<div class="panel-group magee-accordion accordion-'.$style.' '.esc_attr($class).'" role="tablist" aria-multiselectable="true" id="'.esc_attr($this->id).'">'.do_shortcode( Magee_Core::fix_shortcodes($content)).'</div>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  return $html;
46
 
47
  }
shortcodes/class-alert.php CHANGED
@@ -75,16 +75,7 @@ class Magee_Alert {
75
  endif;
76
  $styles = sprintf( '<style type="text/css" scoped="scoped">.%s{%s} </style>', $add_class ,$css_style);
77
  $content = $icon_str.do_shortcode( Magee_Core::fix_shortcodes($content));
78
- $script = '<script>
79
- jQuery(function($){
80
- if($("#magee-sc-form-preview").length>0){
81
- $("#magee-sc-form-preview").contents().find(".close").on("click",function(){
82
- $("#magee-sc-form-preview").contents().find(".'.$add_class.'").remove();
83
- });
84
- }
85
- });
86
- </script>';
87
- $html = sprintf(' %s<div class="alert magee-alert %s " role="alert" id= "%s">%s</div>%s',$styles,$class,$id,$content,$script);
88
 
89
 
90
  return $html;
75
  endif;
76
  $styles = sprintf( '<style type="text/css" scoped="scoped">.%s{%s} </style>', $add_class ,$css_style);
77
  $content = $icon_str.do_shortcode( Magee_Core::fix_shortcodes($content));
78
+ $html = sprintf(' %s<div class="alert magee-alert %s " role="alert" id= "%s">%s</div>',$styles,$class,$id,$content);
 
 
 
 
 
 
 
 
 
79
 
80
 
81
  return $html;
shortcodes/class-audio.php CHANGED
@@ -74,21 +74,6 @@ class Magee_Audio {
74
  }
75
  $html .= 'Your browser does not support the audio element.' ;
76
  $html .='</audio>' ;
77
- $html .= "<script>
78
- jQuery(function($){
79
- if(jQuery('#magee-sc-form-preview').length>0){
80
- jQuery('#magee-sc-form-preview').ready(function(){
81
- jQuery('#magee-sc-form-preview').contents().find('.ms-audio').audioPlayer({
82
- classPrefix: 'audioplayer',
83
- strPlay: 'Play',
84
- strPause: 'Pause',
85
- strVolume: 'Volume',
86
- strControls : '".$controls."',
87
- strStyle : '".$style."',
88
- });
89
- });
90
- }
91
- });</script>";
92
  return $html;
93
  }
94
  }
74
  }
75
  $html .= 'Your browser does not support the audio element.' ;
76
  $html .='</audio>' ;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  return $html;
78
  }
79
  }
shortcodes/class-button.php CHANGED
@@ -172,17 +172,7 @@ class Magee_Button {
172
 
173
  $html = '<style type="text/css">'.$css_style.'</style>';
174
  $html .= sprintf( '<a href="%s" target="%s" style="" class="%s" id="%s">%s</a>', esc_url($link),$target, $class,$id, do_shortcode( Magee_Core::fix_shortcodes($content)) );
175
- $html .= '<script>
176
- jQuery(function($) {
177
- if($("#magee-sc-form-preview").length>0){
178
- $("#magee-sc-form-preview").contents().find("a").on("click",function(e){
179
- if($(this).attr("href") == "#"){
180
- e.preventDefault();
181
- }
182
- });
183
- }
184
- });
185
- </script>';
186
  return $html;
187
  }
188
 
172
 
173
  $html = '<style type="text/css">'.$css_style.'</style>';
174
  $html .= sprintf( '<a href="%s" target="%s" style="" class="%s" id="%s">%s</a>', esc_url($link),$target, $class,$id, do_shortcode( Magee_Core::fix_shortcodes($content)) );
175
+
 
 
 
 
 
 
 
 
 
 
176
  return $html;
177
  }
178
 
shortcodes/class-dailymotion.php CHANGED
@@ -66,35 +66,10 @@ class Magee_Dailymotion {
66
  if( $link !== '')
67
  $link = strtok(basename(esc_url($link)),'_');
68
  if( $width == '100%' || $width == '' && $height == '100%' || $height == ''):
69
- $html = '<div id="dailymotion"><iframe id="'.esc_attr($id).'" class="'.esc_attr($class).'" src="//www.dailymotion.com/embed/video/' . $link . '?autoplay='.$autoplay.'&loop='.$loop.'&controls='.$controls.'&mute='.$mute.'" frameborder="0" allowfullscreen></iframe></div>';
70
 
71
- $html .= '<script>
72
- jQuery(function($) {
73
- if($("#magee-sc-form-preview").length>0){
74
- $("#magee-sc-form-preview").ready(function(){
75
- width = $("#magee-sc-form-preview").contents().find("#dailymotion").width();
76
- iframewidth = $("#magee-sc-form-preview").contents().find("iframe").eq(0).width();
77
- iframeheight = $("#magee-sc-form-preview").contents().find("iframe").eq(0).height();
78
- op = iframeheight/iframewidth;
79
- $("#magee-sc-form-preview").contents().find("iframe").eq(0).width(width-100);
80
- $("#magee-sc-form-preview").contents().find("iframe").eq(0).height(op*width-100);
81
- });
82
-
83
- }else{
84
- $(document).ready(function(){
85
- width = $("#dailymotion").width();
86
- iframewidth = $("iframe").eq(0).width();
87
- iframeheight = $("iframe").eq(0).height();
88
- op = iframeheight/iframewidth;
89
- $("iframe").eq(0).width(width);
90
- $("iframe").eq(0).height(op*width);
91
-
92
- });
93
- }
94
- });
95
- </script>';
96
  else:
97
- $html = '<div id="dailymotion"><iframe id="'.esc_attr($id).'" class="'.esc_attr($class).'" width="'.$width.'" height="'.$height.'" src="//www.dailymotion.com/embed/video/' . $link . '?autoplay='.$autoplay.'&loop='.$loop.'&controls='.$controls.'&mute='.$mute.'" frameborder="0" allowfullscreen></iframe></div>';
98
  endif;
99
  return $html;
100
  }
66
  if( $link !== '')
67
  $link = strtok(basename(esc_url($link)),'_');
68
  if( $width == '100%' || $width == '' && $height == '100%' || $height == ''):
69
+ $html = '<div id="dailymotion" class="magee-dailymotion" data-width="'.$width.'" data-height="'.$height.'"><iframe id="'.esc_attr($id).'" class="'.esc_attr($class).'" src="//www.dailymotion.com/embed/video/' . $link . '?autoplay='.$autoplay.'&loop='.$loop.'&controls='.$controls.'&mute='.$mute.'" frameborder="0" allowfullscreen></iframe></div>';
70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  else:
72
+ $html = '<div id="dailymotion" class="magee-dailymotion" data-width="'.$width.'" data-height="'.$height.'"><iframe id="'.esc_attr($id).'" class="'.esc_attr($class).'" width="'.$width.'" height="'.$height.'" src="//www.dailymotion.com/embed/video/' . $link . '?autoplay='.$autoplay.'&loop='.$loop.'&controls='.$controls.'&mute='.$mute.'" frameborder="0" allowfullscreen></iframe></div>';
73
  endif;
74
  return $html;
75
  }
shortcodes/class-document.php CHANGED
@@ -38,39 +38,13 @@ class Magee_Document {
38
  $html = '';
39
  switch(esc_attr($viewer)){
40
  case 'google':
41
- $html .= '<div id="'.esc_attr($id).'" class="magee-document ' .esc_attr($class) . '" ><iframe src="//docs.google.com/viewer?url='.esc_url($url) .'&embedded=true" width="' . esc_attr($width) . 'px" height="'.esc_attr($height). 'px" ></iframe></div>';
42
  break;
43
  case 'microsoft':
44
- $html .= '<div id="'.esc_attr($id).'" class="magee-document ' .esc_attr($class) . '"><iframe src="//view.officeapps.live.com/op/embed.aspx?src='.esc_url($url) .'" width="' . esc_attr($width) . 'px" height="' . esc_attr($height) . 'px" class="su-document' .esc_attr($class) . '" id="'.esc_attr($id).'"></iframe></div>';
45
  break;
46
  }
47
 
48
- if($responsive == 'yes'):
49
- $html .= '<script>';
50
- $html .= 'jQuery(function($) {
51
- if($("#magee-sc-form-preview").length>0){
52
- $("#magee-sc-form-preview").ready(function(){
53
- width = $("#magee-sc-form-preview").contents().find(".magee-document").width();
54
- if(width < '.$width.'){
55
- op = '.$height.'/'.$width.';
56
- $("#magee-sc-form-preview").contents().find("iframe").eq(0).width(width);
57
- $("#magee-sc-form-preview").contents().find("iframe").eq(0).height(op*width);
58
- }
59
- });
60
- }else{
61
- $(document).ready(function(){
62
- width = $(".magee-document").width();
63
- if(width < '.$width.'){
64
- op = '.$height.'/'.$width.';
65
- $("iframe").eq(0).width(width);
66
- $("iframe").eq(0).height(op*width);
67
- }
68
- });
69
- }
70
- });';
71
- $html .= '</script>';
72
- endif;
73
-
74
  return $html;
75
 
76
  }
38
  $html = '';
39
  switch(esc_attr($viewer)){
40
  case 'google':
41
+ $html .= '<div id="'.esc_attr($id).'" class="magee-document ' .esc_attr($class) . '" data-responsive="'.esc_attr($responsive).'" data-width="'.esc_attr($width).'" data-height="'.esc_attr($height).'"><iframe src="//docs.google.com/viewer?url='.esc_url($url) .'&embedded=true" width="' . esc_attr($width) . 'px" height="'.esc_attr($height). 'px" ></iframe></div>';
42
  break;
43
  case 'microsoft':
44
+ $html .= '<div id="'.esc_attr($id).'" class="magee-document ' .esc_attr($class) . '" data-responsive="'.esc_attr($responsive).'" data-width="'.esc_attr($width).'" data-height="'.esc_attr($height).'"><iframe src="//view.officeapps.live.com/op/embed.aspx?src='.esc_url($url) .'" width="' . esc_attr($width) . 'px" height="' . esc_attr($height) . 'px" class="su-document' .esc_attr($class) . '" id="'.esc_attr($id).'"></iframe></div>';
45
  break;
46
  }
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  return $html;
49
 
50
  }
shortcodes/class-expand.php CHANGED
@@ -36,7 +36,7 @@ class Magee_Expand {
36
  self::$args = $defaults;
37
  $uniqid = uniqid("control-");
38
  $html ='
39
- <div class="magee-expand '.esc_attr($class).'" id="'.esc_attr($id).'">
40
  <div class="expand-control '.$uniqid.'">';
41
  if( stristr($more_icon,'fa-')):
42
  $html .= '<i class="fa '.esc_attr($more_icon).'"></i> ';
@@ -48,48 +48,7 @@ class Magee_Expand {
48
  '.do_shortcode( Magee_Core::fix_shortcodes($content)).'
49
  </div>
50
  </div>' ;
51
- $html .='
52
- <script>
53
- jQuery(function($) {
54
- if("'.$less_icon.'".indexOf("fa-")>=0){
55
- var more = \'<i class="fa '.esc_attr($less_icon).'"></i> '.esc_attr($less_text).'\';
56
- }else{
57
- var more = \'<img src="'.esc_attr($less_icon).'" class="image-instead"/>'.esc_attr($less_text).'\';
58
- }
59
- if("'.$more_icon.'".indexOf("fa-")>=0){
60
- var less = \'<i class="fa '.esc_attr($more_icon).'"></i> '.esc_attr($more_text).'\';
61
- }else{
62
- var less = \'<img src="'.esc_attr($more_icon).'" class="image-instead"/>'.esc_attr($more_text).'\';
63
- }
64
- if($("#magee-sc-form-preview").length>0){
65
- $("#magee-sc-form-preview").contents().find(".'.$uniqid.'").toggle(
66
- function(){
67
- $(this).html(more);
68
- },
69
- function(){
70
- $(this).html(less);
71
- }
72
- );
73
- $("#magee-sc-form-preview").contents().find(".'.$uniqid.'").click(function(){
74
- $(this).parents(".magee-expand").find(".expand-content").slideToggle(500);
75
- });
76
- }else{
77
- $(".'.$uniqid.'").toggle(
78
- function(){
79
- $(this).html(more);
80
- },
81
- function(){
82
- $(this).html(less);
83
- }
84
- );
85
- $(".'.$uniqid.'").click(function(){
86
- $(this).parents(".magee-expand").find(".expand-content").slideToggle(500);
87
- });
88
- }
89
-
90
-
91
- });
92
- </script>';
93
  return $html;
94
 
95
 
36
  self::$args = $defaults;
37
  $uniqid = uniqid("control-");
38
  $html ='
39
+ <div class="magee-expand '.esc_attr($class).'" id="'.esc_attr($id).'" data-less-icon="'.esc_attr($less_icon).'" data-less-text="'.esc_attr($less_text).'" data-more-icon="'.esc_attr($more_icon).'" data-more-text="'.esc_attr($more_text).'">
40
  <div class="expand-control '.$uniqid.'">';
41
  if( stristr($more_icon,'fa-')):
42
  $html .= '<i class="fa '.esc_attr($more_icon).'"></i> ';
48
  '.do_shortcode( Magee_Core::fix_shortcodes($content)).'
49
  </div>
50
  </div>' ;
51
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  return $html;
53
 
54
 
shortcodes/class-flip-box.php CHANGED
@@ -56,7 +56,7 @@ class Magee_Flip_Box {
56
  $back_content = isset($contentsplit[1])?$contentsplit[1]:'';
57
 
58
  $html = '<style type="text/css" scoped="scoped">.'.$uniq_class.' .flipbox-front{background-color:'.$front_background.';}.'.$uniq_class.' .flipbox-front .flipbox-content{padding:'.$front_paddings.';color:'.$front_color.';}.'.$uniq_class.' .flipbox-back{background-color:'.$back_background.';}.'.$uniq_class.' .flipbox-back .flipbox-content{padding:'.$back_paddings.';color:'.$back_color.'}</style>';
59
- $html .= '<div class="magee-flipbox-wrap '.$class.'" id="'.$id.'">
60
  <div class="magee-flipbox">
61
  <div class="flipbox-front">
62
  <div class="flipbox-content">
56
  $back_content = isset($contentsplit[1])?$contentsplit[1]:'';
57
 
58
  $html = '<style type="text/css" scoped="scoped">.'.$uniq_class.' .flipbox-front{background-color:'.$front_background.';}.'.$uniq_class.' .flipbox-front .flipbox-content{padding:'.$front_paddings.';color:'.$front_color.';}.'.$uniq_class.' .flipbox-back{background-color:'.$back_background.';}.'.$uniq_class.' .flipbox-back .flipbox-content{padding:'.$back_paddings.';color:'.$back_color.'}</style>';
59
+ $html .= '<div class="magee-flipbox-wrap '.$class.'" id="'.$id.'" data-direction="'.$direction.'">
60
  <div class="magee-flipbox">
61
  <div class="flipbox-front">
62
  <div class="flipbox-content">
shortcodes/class-heading.php CHANGED
@@ -76,52 +76,11 @@ class Magee_Title {
76
  border-width: '.$border_width.';
77
  }
78
  </style>';
79
- if( $responsive_text == 'yes'){
80
- $html .= '<script>' ;
81
- $html .= 'jQuery(function($) {
82
- if($("#magee-sc-form-preview").length>0){
83
-
84
- $("#magee-sc-form-preview").ready(function(){
85
- if($("#magee-sc-form-preview").contents().find("body").width() <1200){
86
- newPercentage = (($("#magee-sc-form-preview").contents().find("body").width() / 1200) * 100) + "%";
87
- $("#magee-sc-form-preview").contents().find(".'.$uniqid.' .heading-inner").css({"font-size": newPercentage});
88
- }
89
- });
90
- $("#preview",window.parent.document).resize(function (){
91
-
92
- if($("#magee-sc-form-preview").contents().find("body").width() <1200){
93
- newPercentage = (($("#magee-sc-form-preview").contents().find("body").width() / 1200) * 100) + "%";
94
- $("#magee-sc-form-preview").contents().find(".'.$uniqid.' .heading-inner").css({"font-size": newPercentage});
95
- }else{
96
- $("#magee-sc-form-preview").contents().find(".'.$uniqid.' .heading-inner").css({"font-size": "'.$font_size.'"});
97
- }
98
- });
99
- }else{
100
- $(document).ready(function () {
101
- if($(window).width() <1200){
102
- newPercentage = (($(window).width() / 1200) * 100) + "%";
103
- $(".'.$uniqid.' .heading-inner").css({"font-size": newPercentage});
104
- }
105
- });
106
- $(window).on("resize", function (){
107
- if($(window).width() <1200){
108
- newPercentage = (($(window).width() / 1200) * 100) + "%";
109
- $(".'.$uniqid.' .heading-inner").css({"font-size": newPercentage});
110
- }else{
111
- $(".'.$uniqid.' .heading-inner").css({"font-size": "'.$font_size.'"});
112
- }
113
- });
114
-
115
-
116
- }
117
-
118
- });
119
- </script>' ;
120
- }
121
  if( $style == 'none'){
122
- $html .= '<h1 class="magee-heading '.esc_attr($class).'" id="'.$id.'"><span class="heading-inner">'.do_shortcode( Magee_Core::fix_shortcodes($content)).'</span></h1>';
123
  }else{
124
- $html .= '<h1 class="magee-heading heading-'.$style.' '.esc_attr($class).'" id="'.$id.'"><span class="heading-inner">'.do_shortcode( Magee_Core::fix_shortcodes($content)).'</span></h1>'; }
125
 
126
 
127
  return $html;
76
  border-width: '.$border_width.';
77
  }
78
  </style>';
79
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  if( $style == 'none'){
81
+ $html .= '<h1 class="magee-heading '.esc_attr($class).'" id="'.$id.'" data-fontsize="'.$font_size.'" data-responsive="'.$responsive_text.'"><span class="heading-inner">'.do_shortcode( Magee_Core::fix_shortcodes($content)).'</span></h1>';
82
  }else{
83
+ $html .= '<h1 class="magee-heading heading-'.$style.' '.esc_attr($class).'" id="'.$id.'" data-fontsize="'.$font_size.'" data-responsive="'.$responsive_text.'"><span class="heading-inner">'.do_shortcode( Magee_Core::fix_shortcodes($content)).'</span></h1>'; }
84
 
85
 
86
  return $html;
shortcodes/class-image-compare.php CHANGED
@@ -36,17 +36,10 @@ class Magee_Image_Compare {
36
  self::$args = $defaults;
37
  $unqid = uniqid( 'class-');
38
  $class .= $unqid;
39
- $html = '<div id="'.esc_attr($id).'" class="twentytwenty-container '.esc_attr($class).'">
40
  <img src="'.$image_left.'">
41
  <img src="'.$image_right.'">
42
  </div>' ;
43
- $html .= '<script>
44
- jQuery(function($){
45
- $(document).ready(function(){
46
- $(".'.esc_attr($class).'").twentytwenty({default_offset_pct: '.esc_attr($percent).', orientation: "'.esc_attr($style).'"});
47
- });
48
- });
49
- </script>';
50
  return $html;
51
  }
52
 
36
  self::$args = $defaults;
37
  $unqid = uniqid( 'class-');
38
  $class .= $unqid;
39
+ $html = '<div id="'.esc_attr($id).'" class="magee-image-compare twentytwenty-container '.esc_attr($class).'" data-pct="'.esc_attr($percent).'" data-orientation="'.esc_attr($style).'">
40
  <img src="'.$image_left.'">
41
  <img src="'.$image_right.'">
42
  </div>' ;
 
 
 
 
 
 
 
43
  return $html;
44
  }
45
 
shortcodes/class-image-frame.php CHANGED
@@ -96,15 +96,6 @@ class Magee_Image_Frame {
96
 
97
  endif;
98
  $html .= '</div></div>';
99
- $html .= '<script>
100
- jQuery(function($) {
101
- if(jQuery("#magee-sc-form-preview").length>0){
102
-
103
- $("#magee-sc-form-preview").contents().find("a[rel^=\'prettyPhoto\']").prettyPhoto();
104
- }
105
- });
106
-
107
- </script>';
108
 
109
  return $html;
110
  }
96
 
97
  endif;
98
  $html .= '</div></div>';
 
 
 
 
 
 
 
 
 
99
 
100
  return $html;
101
  }
shortcodes/class-modal.php CHANGED
@@ -51,7 +51,7 @@ class Magee_Modal {
51
 
52
  $content = do_shortcode( Magee_Core::fix_shortcodes($content));
53
 
54
- $diva=sprintf(' <span class="%s" id="%s" data-toggle="modal" data-target="#%s_ModalLg" > %s</span>',$class,$id,$uniqid,do_shortcode( Magee_Core::fix_shortcodes($this->modal_anchor_text)));
55
 
56
  $divheadra = '<a type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">x</span></a>';
57
  $divheadrtitle =sprintf('<h4 class="modal-title" id="%s_ModalLgLabel">%s</h4>',$uniqid,$title);
@@ -59,33 +59,10 @@ class Magee_Modal {
59
  $divbody = sprintf('<div class="modal-body">%s</div>',do_shortcode( Magee_Core::fix_shortcodes($this->modal_content)));
60
  $divfooter = '<div class="modal-footer"><a type="button" class="btn-normal" data-dismiss="modal" style="color:#fff">Close</a></div>';
61
  $divmodelcontent = sprintf('<div class="modal-content">%s %s %s</div>',$divheadr,$divbody ,$divfooter );
62
- $divmodel = sprintf('<div class="modal fade" id="%s_ModalLg" tabindex="-1" role="dialog" aria-labelledby="%s_ModalLgLabel" aria-hidden="true" style="display: none;">
63
  <div class="modal-dialog %s"> %s</div></div>',$uniqid,$uniqid,$sz,$divmodelcontent);
64
  $html= sprintf('%s %s',$diva,$divmodel);
65
- $html .= '<script>
66
- jQuery(function($) {
67
- if($("#magee-sc-form-preview").length>0){
68
- $("#magee-sc-form-preview").contents().find("span").on("click",function(){
69
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").addClass("in");
70
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").attr("aria-hidden","false");
71
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").css("display","block");
72
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").css("padding-right","17px");
73
- });
74
- $("#magee-sc-form-preview").contents().find(".btn-normal").on("click",function(){
75
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").removeClass("in");
76
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").attr("aria-hidden","true");
77
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").css("display","none");
78
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").css("padding-right","");
79
- });
80
- $("#magee-sc-form-preview").contents().find(".close").on("click",function(){
81
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").removeClass("in");
82
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").attr("aria-hidden","true");
83
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").css("display","none");
84
- $("#magee-sc-form-preview").contents().find("#'.$uniqid.'_ModalLg").css("padding-right","");
85
- });
86
- }
87
- });
88
- </script>';
89
 
90
  return $html;
91
  }
51
 
52
  $content = do_shortcode( Magee_Core::fix_shortcodes($content));
53
 
54
+ $diva=sprintf(' <span class="%s magee-modal-span" id="%s" data-toggle="modal" data-target="#%s_ModalLg" > %s</span>',$class,$id,$uniqid,do_shortcode( Magee_Core::fix_shortcodes($this->modal_anchor_text)));
55
 
56
  $divheadra = '<a type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">x</span></a>';
57
  $divheadrtitle =sprintf('<h4 class="modal-title" id="%s_ModalLgLabel">%s</h4>',$uniqid,$title);
59
  $divbody = sprintf('<div class="modal-body">%s</div>',do_shortcode( Magee_Core::fix_shortcodes($this->modal_content)));
60
  $divfooter = '<div class="modal-footer"><a type="button" class="btn-normal" data-dismiss="modal" style="color:#fff">Close</a></div>';
61
  $divmodelcontent = sprintf('<div class="modal-content">%s %s %s</div>',$divheadr,$divbody ,$divfooter );
62
+ $divmodel = sprintf('<div class="modal fade magee-modal" id="%s_ModalLg" tabindex="-1" role="dialog" aria-labelledby="%s_ModalLgLabel" aria-hidden="true" style="display: none;">
63
  <div class="modal-dialog %s"> %s</div></div>',$uniqid,$uniqid,$sz,$divmodelcontent);
64
  $html= sprintf('%s %s',$diva,$divmodel);
65
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
  return $html;
68
  }
shortcodes/class-piechart.php CHANGED
@@ -40,35 +40,10 @@ class Magee_Piechart {
40
  $class .= ' '.$uniq_class;
41
  $size = str_replace('px','',absint($size));
42
  $html = '<style>.'.$uniq_class.' .chart-title{line-height: '.$size.'px;font-size:'.esc_attr($font_size).';}.'.$uniq_class.'{height:'.$size.'px;width:'.$size.'px;}</style>';
43
- $html .= '<div class="chart magee-chart-box '.esc_attr($class).'" data-percent="'.esc_attr($percent).'" id="'.$chartID.'">
44
  <div class="chart-title">'.do_shortcode( Magee_Core::fix_shortcodes($content)).'</div>
45
  </div>';
46
- $html .= '<script language="javascript">';
47
- $html .= "
48
- if(jQuery('#magee-sc-form-preview').length>0){
49
- jQuery('#magee-sc-form-preview').contents().find('#".$chartID."').easyPieChart({
50
- barColor: '".esc_attr($filledcolor)."',
51
- trackColor: '".esc_attr($unfilledcolor)."',
52
- scaleColor: false,
53
- lineWidth: 10,
54
- trackWidth: 10,
55
- size: ".absint($size).",
56
- lineCap: '".esc_attr($line_cap)."'
57
- });
58
- }else{
59
- jQuery(document).ready(function($){
60
-
61
- $('#".$chartID."').easyPieChart({
62
- barColor: '".esc_attr($filledcolor)."',
63
- trackColor: '".esc_attr($unfilledcolor)."',
64
- scaleColor: false,
65
- lineWidth: 10,
66
- trackWidth: 10,
67
- size: ".absint($size).",
68
- lineCap: '".esc_attr($line_cap)."'
69
- }); });}";
70
-
71
- $html .= '</script>';
72
  return $html;
73
  }
74
 
40
  $class .= ' '.$uniq_class;
41
  $size = str_replace('px','',absint($size));
42
  $html = '<style>.'.$uniq_class.' .chart-title{line-height: '.$size.'px;font-size:'.esc_attr($font_size).';}.'.$uniq_class.'{height:'.$size.'px;width:'.$size.'px;}</style>';
43
+ $html .= '<div class="chart magee-chart-box '.esc_attr($class).'" data-percent="'.esc_attr($percent).'" id="'.$chartID.'" data-barcolor="'.esc_attr($filledcolor).'" data-trackcolor="'.esc_attr($unfilledcolor).'" data-size="'.absint($size).'" data-linecap="'.esc_attr($line_cap).'">
44
  <div class="chart-title">'.do_shortcode( Magee_Core::fix_shortcodes($content)).'</div>
45
  </div>';
46
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  return $html;
48
  }
49
 
shortcodes/class-popover.php CHANGED
@@ -40,40 +40,7 @@ class Magee_Popover {
40
 
41
  $html= sprintf('<span class="popover-preview %s" id="%s" data-toggle="popover" data-trigger="%s" data-placement="%s"
42
  data-content="%s" data-original-title="%s" >%s</span>',$class,$id,$trigger,$placement,do_shortcode( Magee_Core::fix_shortcodes($content)),$title,$triggering_text);
43
- $html .= "<script>
44
- jQuery(function($){
45
- if(jQuery('#magee-sc-form-preview').length>0){
46
- $('#magee-sc-form-preview').ready(function(){
47
- $('#magee-sc-form-preview').contents().find('.popover-preview').css({\"position\":\"relative\",\"top\":\"100px\",\"left\":\"200px\"});
48
- $('#magee-sc-form-preview').contents().find('.popover-preview').on('".$trigger."',function(){
49
- if($('#magee-sc-form-preview').contents().find('.popover').length>0){
50
- $('#magee-sc-form-preview').contents().find('.popover').remove();
51
- }else{
52
- var html = '<div class=\"popover-preview-hidden popover fade ".$placement." in\" role=\"tooltip\" id=\"$uniqid\" style=\"display: block;\"><div class=\"arrow\"></div><h3 class=\"popover-title\">".$title."</h3><div class=\"popover-content\">".do_shortcode( Magee_Core::fix_shortcodes($content))."</div></div>';
53
- $('#magee-sc-form-preview').contents().find('span').after(html);
54
- var hidden = $('#magee-sc-form-preview').contents().find('.popover-preview-hidden');
55
- if(hidden.attr('class').indexOf('top')>=0){
56
- size = ($('#magee-sc-form-preview').contents().find('.popover-preview').width()/2+200-hidden.width()/2).toString();
57
- hidden.css({\"position\":\"absolute\",\"top\":\"25px\",\"left\":size+\"px\"});}
58
- if(hidden.attr('class').indexOf('bottom')>=0){
59
- size = ($('#magee-sc-form-preview').contents().find('.popover-preview').width()/2+200-hidden.width()/2).toString();
60
- hidden.css({\"position\":\"absolute\",\"top\":\"116px\",\"left\":size+\"px\"});}
61
- if(hidden.attr('class').indexOf('left')>=0){
62
- size_width = (200-(hidden.width()+10)).toString();
63
- size_height = ($('#magee-sc-form-preview').contents().find('.popover-preview').height()/2+100-hidden.height()/2).toString();
64
- hidden.css({\"position\":\"absolute\",\"top\":size_height+\"px\",\"left\":size_width+\"px\"});}
65
- if(hidden.attr('class').indexOf('Right')>=0){
66
- size_width = (200+$('#magee-sc-form-preview').contents().find('.popover-preview').width()).toString();
67
- size_height = ($('#magee-sc-form-preview').contents().find('.popover-preview').height()/2+100-hidden.height()/2).toString();
68
- hidden.css({\"position\":\"absolute\",\"top\":size_height+\"px\",\"left\":size_width+\"px\"});}
69
- }
70
-
71
- });
72
-
73
- });
74
- }
75
- });
76
- </script>";
77
  return $html;
78
  }
79
 
40
 
41
  $html= sprintf('<span class="popover-preview %s" id="%s" data-toggle="popover" data-trigger="%s" data-placement="%s"
42
  data-content="%s" data-original-title="%s" >%s</span>',$class,$id,$trigger,$placement,do_shortcode( Magee_Core::fix_shortcodes($content)),$title,$triggering_text);
43
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  return $html;
45
  }
46
 
shortcodes/class-promo-box.php CHANGED
@@ -83,17 +83,6 @@ class Magee_Promo_Box {
83
  </div>
84
  </div>';
85
 
86
- $html .= '<script>
87
- jQuery(function($) {
88
- if($("#magee-sc-form-preview").length>0){
89
- $("#magee-sc-form-preview").contents().find(".promo-action a").on("click",function(e){
90
- if($(this).attr("href") == "#"){
91
- e.preventDefault();
92
- }
93
- });
94
- }
95
- });
96
- </script>';
97
  return $html;
98
  }
99
 
83
  </div>
84
  </div>';
85
 
 
 
 
 
 
 
 
 
 
 
 
86
  return $html;
87
  }
88
 
shortcodes/class-social.php CHANGED
@@ -79,29 +79,6 @@ class Magee_Social {
79
  $html=sprintf(' %s <a href="%s" target="%s" Id="%s" class="fa magee-icon %s %s %s_social_icon_acolor" data-toggle="tooltip" data-placement="top" title="" data-original-title="%s"><img src="%s" class="image_instead"/></a>',$styles,$iconlink,$icontarget,$id,$sty3d,$class,$uqid,$title,$icon);
80
 
81
  endif;
82
- $html .= "<script>
83
- jQuery(function($) {
84
- if($('#magee-sc-form-preview').length>0){
85
- $('#magee-sc-form-preview').contents().find('a.magee-icon').css({\"position\":\"relative\",\"top\":\"50px\",\"left\":\"200px\"});
86
- $('#magee-sc-form-preview').contents().find('a.magee-icon').on('click',function(e){
87
- if($(this).attr('href') == '#'){
88
- e.preventDefault();
89
- }
90
- });
91
- $('#magee-sc-form-preview').contents().find('a.magee-icon').on('hover',function(){
92
- if($('#magee-sc-form-preview').contents().find('#tooltip-hidden').length>0){
93
- $('#magee-sc-form-preview').contents().find('#tooltip-hidden').remove();
94
- }else{
95
- var html = '<div class=\"tooltip fade top in\" id=\"tooltip-hidden\" role=\"tooltip\" style=\"display: block;\"><div class=\"tooltip-arrow\"></div><div class=\"tooltip-inner\">".$title."</div></div>';
96
- $('#magee-sc-form-preview').contents().find('a.magee-icon').after(html);
97
- var hidden = $('#magee-sc-form-preview').contents().find('#tooltip-hidden');
98
- size = ($('#magee-sc-form-preview').contents().find('a.magee-icon').width()/2+200-hidden.width()/2).toString();
99
- hidden.css({\"position\":\"absolute\",\"top\":\"20px\",\"left\":size+\"px\"});
100
- }
101
- });
102
- }
103
- });
104
- </script>";
105
  return $html;
106
  }
107
 
79
  $html=sprintf(' %s <a href="%s" target="%s" Id="%s" class="fa magee-icon %s %s %s_social_icon_acolor" data-toggle="tooltip" data-placement="top" title="" data-original-title="%s"><img src="%s" class="image_instead"/></a>',$styles,$iconlink,$icontarget,$id,$sty3d,$class,$uqid,$title,$icon);
80
 
81
  endif;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  return $html;
83
  }
84
 
shortcodes/class-tabs.php CHANGED
@@ -87,29 +87,7 @@ class Magee_Tabs {
87
  $html= $styles.'<div class="magee-tab-box '.$class.'" role="tabpanel" data-example-id="togglable-tabs id='.$id.'">
88
  <ul id="myTab1" class="list-inline '.$txtsty1.'" role="tablist">'.$this->item_tital.'
89
  </ul><div id="myTabContent" class="tab-content '.$tab_content_class.'">'.$items_content.'</div></div>';
90
- $html .= '<script>
91
- jQuery(function($) {
92
- if($("#magee-sc-form-preview").length>0){
93
- if($("#magee-sc-form-preview").contents().find(".magee-tab-box>ul>li").length>0){
94
- num = $("#magee-sc-form-preview").contents().find(".magee-tab-box>ul>li").length;
95
- for($i=0;$i<num;$i++){
96
- $("#magee-sc-form-preview").contents().find(".magee-tab-box>ul>li").eq($i).on("click",function(e){
97
- e.preventDefault();
98
- if($(this).attr("class") == ""){
99
- $(this).addClass("active").siblings().attr("class","");
100
- $(this).find("a").attr("aria-expanded","true");
101
- $(this).siblings().find("a").attr("aria-expanded","false");
102
- $(this).parents(".magee-tab-box").find(".tab-pane").eq($(this).index()).addClass("active in").siblings().removeClass("active in");
103
- }
104
- });
105
- }
106
-
107
- }
108
-
109
-
110
- }
111
- });
112
- </script>';
113
  return $html;
114
  }
115
 
87
  $html= $styles.'<div class="magee-tab-box '.$class.'" role="tabpanel" data-example-id="togglable-tabs id='.$id.'">
88
  <ul id="myTab1" class="list-inline '.$txtsty1.'" role="tablist">'.$this->item_tital.'
89
  </ul><div id="myTabContent" class="tab-content '.$tab_content_class.'">'.$items_content.'</div></div>';
90
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  return $html;
92
  }
93
 
shortcodes/class-tooltip.php CHANGED
@@ -48,40 +48,7 @@ class Magee_Tooltip {
48
 
49
 
50
  $html .= sprintf('<span class="%s tooltip-text" id="%s" data-toggle="tooltip" data-trigger="%s" data-placement="%s" data-original-title="%s" >%s</span>',$class,$id,$trigger,$placement,$title,do_shortcode( Magee_Core::fix_shortcodes($content)));
51
- $html .= "<script>
52
- jQuery(function($){
53
- if(jQuery('#magee-sc-form-preview').length>0){
54
- $('#magee-sc-form-preview').ready(function(){
55
- $('#magee-sc-form-preview').contents().find('.tooltip-text').css({\"position\":\"relative\",\"top\":\"50px\",\"left\":\"200px\"});
56
- $('#magee-sc-form-preview').contents().find('.tooltip-text').on('".$trigger."',function(){
57
- if($('#magee-sc-form-preview').contents().find('#tooltip-hidden').length>0){
58
- $('#magee-sc-form-preview').contents().find('#tooltip-hidden').remove();
59
- }else{
60
- var html = '<div class=\"tooltip fade ".$placement." in\" id=\"tooltip-hidden\" role=\"tooltip\" style=\"display: block;\"><div class=\"tooltip-arrow\"></div><div class=\"tooltip-inner\">".$title."</div></div>';
61
- $('#magee-sc-form-preview').contents().find('span.tooltip-text').after(html);
62
- var hidden = $('#magee-sc-form-preview').contents().find('#tooltip-hidden');
63
- if(hidden.attr('class').indexOf('top')>=0){
64
- size = ($('#magee-sc-form-preview').contents().find('.tooltip-text').width()/2+200-hidden.width()/2).toString();
65
- hidden.css({\"position\":\"absolute\",\"top\":\"25px\",\"left\":size+\"px\"});}
66
- if(hidden.attr('class').indexOf('bottom')>=0){
67
- size = ($('#magee-sc-form-preview').contents().find('.tooltip-text').width()/2+200-hidden.width()/2).toString();
68
- hidden.css({\"position\":\"absolute\",\"top\":\"68px\",\"left\":size+\"px\"});}
69
- if(hidden.attr('class').indexOf('left')>=0){
70
- size_width = (200-(hidden.width()+10)).toString();
71
- size_height = ($('#magee-sc-form-preview').contents().find('.tooltip-text').height()/2+50-hidden.height()/2).toString();
72
- hidden.css({\"position\":\"absolute\",\"top\":size_height+\"px\",\"left\":size_width+\"px\"});}
73
- if(hidden.attr('class').indexOf('right')>=0){
74
- size_width = (200+$('#magee-sc-form-preview').contents().find('.tooltip-text').width()).toString();
75
- size_height = ($('#magee-sc-form-preview').contents().find('.tooltip-text').height()/2+50-hidden.height()/2).toString();
76
- hidden.css({\"position\":\"absolute\",\"top\":size_height+\"px\",\"left\":size_width+\"px\"});}
77
- }
78
-
79
- });
80
-
81
- });
82
- }
83
- });
84
- </script>";
85
  return $html;
86
  }
87
 
48
 
49
 
50
  $html .= sprintf('<span class="%s tooltip-text" id="%s" data-toggle="tooltip" data-trigger="%s" data-placement="%s" data-original-title="%s" >%s</span>',$class,$id,$trigger,$placement,$title,do_shortcode( Magee_Core::fix_shortcodes($content)));
51
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  return $html;
53
  }
54
 
shortcodes/class-vimeo.php CHANGED
@@ -46,6 +46,7 @@ class Magee_Vimeo {
46
  if(is_numeric($height))
47
  $height = $height.'px';
48
  $sid = '';
 
49
  if( $autoplay == 'yes'):
50
  $autoplay = '1';
51
  else:
@@ -70,7 +71,7 @@ class Magee_Vimeo {
70
  preg_match( '/[0-9]+/',$link,$match);
71
  $sid = $match[0];
72
  }
73
- $out = "<div id=\"vimeo\" class=\"vimeo-video " .$position . "\">";
74
  if ($mute == 1) {
75
  wp_enqueue_script( 'jquery-froogaloop', 'https://f.vimeocdn.com/js/froogaloop2.min.js',
76
  array( 'jquery' ),
@@ -85,49 +86,7 @@ class Magee_Vimeo {
85
  }else{
86
  $out .= "<iframe id=\"player_" .$sid ."\" class=\"" .$class ."\" src=\"https://player.vimeo.com/video/" .$sid ."?api=1&player_id=player_" .$sid ."&title=0&amp;amp;byline=0&amp;amp;portrait=0&amp;amp;color=d01e2f&amp;amp;&loop=" .$loop. "&controls=" .$controls. "&autoplay=" .$autoplay. "\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>";}
87
  $out .= '</div>';
88
- $out .= '<script>';
89
- if ($mute == 1){
90
- $out .= 'jQuery(function($) {
91
- if(jQuery("#magee-sc-form-preview").length>0){
92
- var vimeo_iframe = $("#magee-sc-form-preview").contents().find("#player_' .$sid .'")[0];
93
- var Froogaloop=function(){function e(a){return new e.fn.init(a)}function g(a,c,b){if(!b.contentWindow.postMessage)return!1;a=JSON.stringify({method:a,value:c});b.contentWindow.postMessage(a,h)}function l(a){var c,b;try{c=JSON.parse(a.data),b=c.event||c.method}catch(e){}"ready"!=b||k||(k=!0);if(!/^https?:\/\/player.vimeo.com/.test(a.origin))return!1;"*"===h&&(h=a.origin);a=c.value;var m=c.data,f=""===f?null:c.player_id;c=f?d[f][b]:d[b];b=[];if(!c)return!1;void 0!==a&&b.push(a);m&&b.push(m);f&&b.push(f);
94
- return 0<b.length?c.apply(null,b):c.call()}function n(a,c,b){b?(d[b]||(d[b]={}),d[b][a]=c):d[a]=c}var d={},k=!1,h="*";e.fn=e.prototype={element:null,init:function(a){"string"===typeof a&&(a=document.getElementById(a));this.element=a;return this},api:function(a,c){if(!this.element||!a)return!1;var b=this.element,d=""!==b.id?b.id:null,e=c&&c.constructor&&c.call&&c.apply?null:c,f=c&&c.constructor&&c.call&&c.apply?c:null;f&&n(a,f,d);g(a,e,b);return this},addEvent:function(a,c){if(!this.element)return!1;
95
- var b=this.element,d=""!==b.id?b.id:null;n(a,c,d);"ready"!=a?g("addEventListener",a,b):"ready"==a&&k&&c.call(null,d);return this},removeEvent:function(a){if(!this.element)return!1;var c=this.element,b=""!==c.id?c.id:null;a:{if(b&&d[b]){if(!d[b][a]){b=!1;break a}d[b][a]=null}else{if(!d[a]){b=!1;break a}d[a]=null}b=!0}"ready"!=a&&b&&g("removeEventListener",a,c)}};e.fn.init.prototype=e.fn;window.addEventListener?window.addEventListener("message",l,!1):window.attachEvent("onmessage",l);return window.Froogaloop=
96
- window.$f=e}();
97
- var player = $f(vimeo_iframe);
98
- player.addEvent(\'ready\', function() {
99
- player.api(\'setVolume\', 0);
100
- });
101
-
102
- }else{
103
- var vimeo_iframe = $(\'#player_' .$sid .'\')[0];
104
- var player = $f(vimeo_iframe);
105
- player.addEvent(\'ready\', function() {
106
- player.api(\'setVolume\', 0);
107
- });
108
-
109
- }
110
-
111
- });';
112
- }
113
- $out .= 'jQuery(function($) {
114
- if(jQuery("#magee-sc-form-preview").length>0){
115
- divwidth = $("#magee-sc-form-preview").contents().find("#vimeo").width();
116
- width = $("#magee-sc-form-preview").contents().find("#player_'.$sid.'").width();
117
- height = $("#magee-sc-form-preview").contents().find("#player_'.$sid.'").height();
118
- op = height/width;
119
- $("#magee-sc-form-preview").contents().find("#player_'.$sid.'").width(divwidth-100);
120
- $("#magee-sc-form-preview").contents().find("#player_'.$sid.'").height(op*divwidth-100);
121
- }else{
122
- divwidth = $("#vimeo").width();
123
- width = $("#player_'.$sid.'").width();
124
- height = $("#player_'.$sid.'").height();
125
- op = height/width;
126
- $("#player_'.$sid.'").width(divwidth);
127
- $("#player_'.$sid.'").height(op*divwidth);
128
- }
129
- });
130
- </script>';
131
 
132
  else:
133
  if(implode($link_match) == ''){
@@ -135,33 +94,21 @@ window.$f=e}();
135
  $out .= "<iframe id=\"player_" .$sid ."\" class=\"" .$class ."\" width=\"" .$width ."\" height=\"" .$height ."\" src=\"https://player.vimeo.com/video/" .$sid ."?api=1&player_id=player_" .$sid ."&title=0&amp;amp;byline=0&amp;amp;portrait=0&amp;amp;color=d01e2f&amp;amp;&loop=" .$loop. "&controls=" .$controls. "&autoplay=" .$autoplay. "\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>";
136
  }
137
 
 
 
138
  if ($mute == 1)
139
  {
140
  $out .= '<script>';
141
  $out .= 'jQuery(function($) {
142
- if(jQuery("#magee-sc-form-preview").length>0){
143
- var vimeo_iframe = $("#magee-sc-form-preview").contents().find(\'#player_' .$sid .'\')[0];
144
- var Froogaloop=function(){function e(a){return new e.fn.init(a)}function g(a,c,b){if(!b.contentWindow.postMessage)return!1;a=JSON.stringify({method:a,value:c});b.contentWindow.postMessage(a,h)}function l(a){var c,b;try{c=JSON.parse(a.data),b=c.event||c.method}catch(e){}"ready"!=b||k||(k=!0);if(!/^https?:\/\/player.vimeo.com/.test(a.origin))return!1;"*"===h&&(h=a.origin);a=c.value;var m=c.data,f=""===f?null:c.player_id;c=f?d[f][b]:d[b];b=[];if(!c)return!1;void 0!==a&&b.push(a);m&&b.push(m);f&&b.push(f);
145
- return 0<b.length?c.apply(null,b):c.call()}function n(a,c,b){b?(d[b]||(d[b]={}),d[b][a]=c):d[a]=c}var d={},k=!1,h="*";e.fn=e.prototype={element:null,init:function(a){"string"===typeof a&&(a=document.getElementById(a));this.element=a;return this},api:function(a,c){if(!this.element||!a)return!1;var b=this.element,d=""!==b.id?b.id:null,e=c&&c.constructor&&c.call&&c.apply?null:c,f=c&&c.constructor&&c.call&&c.apply?c:null;f&&n(a,f,d);g(a,e,b);return this},addEvent:function(a,c){if(!this.element)return!1;
146
- var b=this.element,d=""!==b.id?b.id:null;n(a,c,d);"ready"!=a?g("addEventListener",a,b):"ready"==a&&k&&c.call(null,d);return this},removeEvent:function(a){if(!this.element)return!1;var c=this.element,b=""!==c.id?c.id:null;a:{if(b&&d[b]){if(!d[b][a]){b=!1;break a}d[b][a]=null}else{if(!d[a]){b=!1;break a}d[a]=null}b=!0}"ready"!=a&&b&&g("removeEventListener",a,c)}};e.fn.init.prototype=e.fn;window.addEventListener?window.addEventListener("message",l,!1):window.attachEvent("onmessage",l);return window.Froogaloop=
147
- window.$f=e}();
148
- var player = $f(vimeo_iframe);
149
- player.addEvent(\'ready\', function() {
150
- player.api(\'setVolume\', 0);
151
- });
152
- }else{
153
  var vimeo_iframe = $(\'#player_' .$sid .'\')[0];
154
  var player = $f(vimeo_iframe);
155
  player.addEvent(\'ready\', function() {
156
  player.api(\'setVolume\', 0);
157
  });
158
-
159
- }
160
  });';
161
  $out .= '</script>';
162
- }
163
- $out .= '</div>';
164
- endif;
165
  return $out;
166
 
167
 
46
  if(is_numeric($height))
47
  $height = $height.'px';
48
  $sid = '';
49
+ $class .= ' magee-vimeo';
50
  if( $autoplay == 'yes'):
51
  $autoplay = '1';
52
  else:
71
  preg_match( '/[0-9]+/',$link,$match);
72
  $sid = $match[0];
73
  }
74
+ $out = "<div id=\"vimeo\" class=\"vimeo-video " .$position . "\" data-width='".$width."' data-height='".$height."' data-mute='".$mute."'>";
75
  if ($mute == 1) {
76
  wp_enqueue_script( 'jquery-froogaloop', 'https://f.vimeocdn.com/js/froogaloop2.min.js',
77
  array( 'jquery' ),
86
  }else{
87
  $out .= "<iframe id=\"player_" .$sid ."\" class=\"" .$class ."\" src=\"https://player.vimeo.com/video/" .$sid ."?api=1&player_id=player_" .$sid ."&title=0&amp;amp;byline=0&amp;amp;portrait=0&amp;amp;color=d01e2f&amp;amp;&loop=" .$loop. "&controls=" .$controls. "&autoplay=" .$autoplay. "\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>";}
88
  $out .= '</div>';
89
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  else:
92
  if(implode($link_match) == ''){
94
  $out .= "<iframe id=\"player_" .$sid ."\" class=\"" .$class ."\" width=\"" .$width ."\" height=\"" .$height ."\" src=\"https://player.vimeo.com/video/" .$sid ."?api=1&player_id=player_" .$sid ."&title=0&amp;amp;byline=0&amp;amp;portrait=0&amp;amp;color=d01e2f&amp;amp;&loop=" .$loop. "&controls=" .$controls. "&autoplay=" .$autoplay. "\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>";
95
  }
96
 
97
+ $out .= '</div>';
98
+ endif;
99
  if ($mute == 1)
100
  {
101
  $out .= '<script>';
102
  $out .= 'jQuery(function($) {
103
+
 
 
 
 
 
 
 
 
 
 
104
  var vimeo_iframe = $(\'#player_' .$sid .'\')[0];
105
  var player = $f(vimeo_iframe);
106
  player.addEvent(\'ready\', function() {
107
  player.api(\'setVolume\', 0);
108
  });
 
 
109
  });';
110
  $out .= '</script>';
111
+ }
 
 
112
  return $out;
113
 
114
 
shortcodes/class-weather.php ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if( !class_exists('Magee_Weather') ):
3
+ class Magee_Weather {
4
+
5
+
6
+ public static $args;
7
+ private $id;
8
+
9
+ /**
10
+ * Initiate the shortcode
11
+ */
12
+ public function __construct() {
13
+
14
+ add_shortcode( 'ms_weather', array( $this,'render' ) );
15
+
16
+ }
17
+ /**
18
+ * Render the shortcode
19
+ * @param array $args Shortcode paramters
20
+ * @param string $content Content between shortcode
21
+ * @return string HTML output
22
+ */
23
+ function render( $args, $content = '') {
24
+
25
+ $defaults = Magee_Core::set_shortcode_defaults(
26
+
27
+ array(
28
+ 'class' => '',
29
+ 'id' => '',
30
+ 'background_color' => '',
31
+ 'background_img' => '',
32
+ 'width' => '',
33
+ 'height' => '',
34
+ 'api_key' => '',
35
+ 'location' => '',
36
+ 'units' => '',
37
+ 'weather_detail' => '',
38
+ 'forecast' => '',
39
+ 'forecast_cnt' => 4,
40
+ ),$args
41
+ );
42
+ extract( $defaults );
43
+ self::$args = $defaults;
44
+ if(is_numeric($width))
45
+ $width = $width.'px';
46
+ if(is_numeric($height))
47
+ $height = $height.'px';
48
+ $uniqid = uniqid('weather-');
49
+ $class .= ' '.$uniqid;
50
+ $api_query = '';
51
+ if(is_numeric($location)){
52
+ $api_query = "id=" . urlencode($location);
53
+ }else{
54
+ $api_query = "q=" . urlencode($location);
55
+ }
56
+ $now_ping = "http://api.openweathermap.org/data/2.5/weather?" . $api_query . "&units=" . esc_attr($units) ."&APPID=".esc_attr($api_key);
57
+ $now_ping_get = wp_remote_get( $now_ping);
58
+ // PING URL ERROR
59
+ if( is_wp_error( $now_ping_get ) ) return $now_ping_get->get_error_message();
60
+
61
+ // GET BODY OF REQUEST
62
+ $city_data = json_decode( $now_ping_get['body'] );
63
+ if( isset($city_data->cod) AND $city_data->cod !== 200){
64
+ return $city_data->message;
65
+ }
66
+
67
+ $data_main = '';
68
+ $wi_class = '';
69
+ if(isset($city_data->weather)){
70
+ $data_main = $city_data->weather[0]->main;
71
+ $data_icon = $city_data->weather[0]->icon;
72
+ switch($data_icon){
73
+ case '01d':
74
+ $wi_class = 'wi-day-sunny';
75
+ break;
76
+ case '01n':
77
+ $wi_class = 'wi-night-clear';
78
+ break;
79
+ case '02d':
80
+ $wi_class = 'wi-day-cloudy';
81
+ break;
82
+ case '02n':
83
+ $wi_class = 'wi-night-alt-cloudy';
84
+ break;
85
+ case '03d':
86
+ $wi_class = 'wi-day-cloudy-gusts';
87
+ break;
88
+ case '03n':
89
+ $wi_class = 'wi-night-alt-cloudy-gusts';
90
+ break;
91
+ case '04d':
92
+ $wi_class = 'wi-day-cloudy-windy';
93
+ break;
94
+ case '04n':
95
+ $wi_class = 'wi-night-alt-cloudy-windy';
96
+ break;
97
+ case '09d':
98
+ $wi_class = 'wi-day-showers';
99
+ break;
100
+ case '09n':
101
+ $wi_class = 'wi-night-alt-showers';
102
+ break;
103
+ case '10d':
104
+ $wi_class = 'wi-day-rain';
105
+ break;
106
+ case '10n':
107
+ $wi_class = 'wi-night-alt-rain';
108
+ break;
109
+ case '11d':
110
+ $wi_class = 'wi-day-thunderstorm';
111
+ break;
112
+ case '11n':
113
+ $wi_class = 'wi-night-alt-thunderstorm';
114
+ break;
115
+ case '13d':
116
+ $wi_class = 'wi-day-snow';
117
+ break;
118
+ case '13n':
119
+ $wi_class = 'wi-night-alt-snow';
120
+ break;
121
+ case '50d':
122
+ $wi_class = 'wi-day-fog';
123
+ break;
124
+ case '50n':
125
+ $wi_class = 'wi-night-fog';
126
+ break;
127
+ }
128
+ }
129
+ $html = '<style type="text/css">
130
+ .'.$uniqid.'{
131
+ background-color:'.$background_color.';
132
+ background-image:url('.esc_url($background_img).');
133
+ width:'.$width.';
134
+ height:'.$height.';
135
+ }
136
+ </style>';
137
+ $html .= '<div class="magee-wheather-box '.$class.'" id="'.$id.'">
138
+ <div class="magee-wheather simple">';
139
+ if(isset($city_data->name))
140
+ $html .= '<h2>'.$city_data->name.'</h2>';
141
+
142
+ $html .=' <div class="w-today">
143
+ <div class="w-icon-wrap">
144
+ <i class="wi '.$wi_class.'"></i>
145
+ <p class="w-text">'.$data_main.'</p>
146
+ </div>';
147
+ if(isset($city_data->main)):
148
+ switch($units){
149
+ case 'metric':
150
+ $html .= '<p class="w-temp">'.round($city_data->main->temp).'<sup>°C</sup></p>';
151
+ break;
152
+ case 'imperial':
153
+ $html .= '<p class="w-temp">'.round($city_data->main->temp).'<sup>°F</sup></p>';
154
+ break;
155
+ }
156
+ endif;
157
+ if($weather_detail == 'yes'):
158
+ $days = array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
159
+ $today = $days[date('w')];
160
+ $sunrise = '';
161
+ $sunset = '';
162
+ $temp_max = '';
163
+ $temp_min = '';
164
+ $humidity = '';
165
+ $pressure = '';
166
+ $wind = '';
167
+ if(isset($city_data->sys)){
168
+ $sunrise = date('H:i',$city_data->sys->sunrise);
169
+ $sunset = (date('H',$city_data->sys->sunset)-12).':'.date('i',$city_data->sys->sunset);
170
+ }
171
+ //current temp
172
+ $ping_temp = "http://api.openweathermap.org/data/2.5/forecast/daily?".$api_query . "&units=" . esc_attr($units) ."&APPID=".esc_attr($api_key)."&cnt=1";
173
+ $temp_ping_get = wp_remote_get($ping_temp);
174
+ $temp_data = json_decode( $temp_ping_get['body'] );
175
+
176
+ if(isset($temp_data->list)){
177
+ switch($units){
178
+ case 'metric':
179
+ $temp_max = round($temp_data->list[0]->temp->max).'<sup>°C</sup>';
180
+ $temp_min = round($temp_data->list[0]->temp->min).'<sup>°C</sup>';
181
+ break;
182
+ case 'imperial':
183
+ $temp_max = round($temp_data->list[0]->temp->max).'<sup>°F</sup>';
184
+ $temp_min = round($temp_data->list[0]->temp->min).'<sup>°F</sup>';
185
+ break;
186
+ }
187
+ $humidity = $city_data->main->humidity;
188
+ $pressure = $city_data->main->pressure.' hpa';
189
+ }
190
+ if(isset($city_data->wind)){
191
+ switch($units){
192
+ case 'metric':
193
+ $wind = $city_data->wind->speed.'m/s';
194
+ break;
195
+ case 'imperial':
196
+ $wind = $city_data->wind->speed.'mph';
197
+ break;
198
+ }
199
+ }
200
+ $html .= '<div class="w-detail">
201
+ <p class="w-day">'.$today.'</p>
202
+ <ul class="astronomy">
203
+ <li><i class="wi wi-sunrise"></i> '.$sunrise.' AM</li>
204
+ <li><i class="wi wi-sunset"></i> '.$sunset.' PM</li>
205
+ </ul>
206
+ <ul class="temp">
207
+ <li>Max : '.$temp_max.'</li>
208
+ <li>Min : '.$temp_min.'</li>
209
+ </ul>
210
+ <ul class="atmosphere">
211
+ <li><i class="wi wi-humidity"></i> '.$humidity.'</li>
212
+ <li><i class="wi wi-cloud-up"></i> '.$pressure.'</li>
213
+ <li><i class="wi wi-strong-wind"></i> '.$wind.'</li>
214
+ </ul>
215
+ </div>';
216
+ endif;
217
+ $html .= ' </div>';
218
+ if($forecast == 'yes'):
219
+ $forecast_url = "http://api.openweathermap.org/data/2.5/forecast/daily?".$api_query . "&units=" . esc_attr($units) ."&APPID=".esc_attr($api_key)."&cnt=".$forecast_cnt;
220
+ $forecast_ping_get = wp_remote_get($forecast_url);
221
+ if( is_wp_error( $forecast_ping_get ) )
222
+ {
223
+ return $forecast_ping_get->get_error_message();
224
+ }
225
+
226
+ $forecast_data = json_decode( $forecast_ping_get['body'] );
227
+
228
+ if( isset($forecast_data->cod) && $forecast_data->cod !== '200'){
229
+ return $forecast_data->message;
230
+ }
231
+ $html .= '<table class="w-forecasts">
232
+ <tbody>';
233
+ $item = '';
234
+ $forcastday = '';
235
+ $forcast_wi_class = '';
236
+ $forcaset_max = '';
237
+ $forcaset_min = '';
238
+ for($i=1;$i<$forecast_cnt;$i++){
239
+ if(isset($forecast_data->list)){
240
+ $days = array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
241
+ $time = $forecast_data->list;
242
+ $forcastday = $days[date('w',$time[$i]->dt)];
243
+ $forcast_icon = $time[$i]->weather[0]->icon;
244
+ switch( $forcast_icon){
245
+ case '01d':
246
+ $forcast_wi_class = 'wi-day-sunny';
247
+ break;
248
+ case '01n':
249
+ $forcast_wi_class = 'wi-night-clear';
250
+ break;
251
+ case '02d':
252
+ $forcast_wi_class = 'wi-day-cloudy';
253
+ break;
254
+ case '02n':
255
+ $forcast_wi_class = 'wi-night-alt-cloudy';
256
+ break;
257
+ case '03d':
258
+ $forcast_wi_class = 'wi-day-cloudy-gusts';
259
+ break;
260
+ case '03n':
261
+ $forcast_wi_class = 'wi-night-alt-cloudy-gusts';
262
+ break;
263
+ case '04d':
264
+ $forcast_wi_class = 'wi-day-cloudy-windy';
265
+ break;
266
+ case '04n':
267
+ $forcast_wi_class = 'wi-night-alt-cloudy-windy';
268
+ break;
269
+ case '09d':
270
+ $forcast_wi_class = 'wi-day-showers';
271
+ break;
272
+ case '09n':
273
+ $forcast_wi_class = 'wi-night-alt-showers';
274
+ break;
275
+ case '10d':
276
+ $forcast_wi_class = 'wi-day-rain';
277
+ break;
278
+ case '10n':
279
+ $forcast_wi_class = 'wi-night-alt-rain';
280
+ break;
281
+ case '11d':
282
+ $forcast_wi_class = 'wi-day-thunderstorm';
283
+ break;
284
+ case '11n':
285
+ $forcast_wi_class = 'wi-night-alt-thunderstorm';
286
+ break;
287
+ case '13d':
288
+ $forcast_wi_class = 'wi-day-snow';
289
+ break;
290
+ case '13n':
291
+ $forcast_wi_class = 'wi-night-alt-snow';
292
+ break;
293
+ case '50d':
294
+ $forcast_wi_class = 'wi-day-fog';
295
+ break;
296
+ case '50n':
297
+ $forcast_wi_class = 'wi-night-fog';
298
+ break;
299
+ }
300
+ if(isset($time[$i]->temp)){
301
+ switch($units){
302
+ case 'metric':
303
+ $forcaset_max = round($time[$i]->temp->max).'<sup>°C</sup>';
304
+ $forcaset_min = round($time[$i]->temp->min).'<sup>°C</sup>';
305
+ break;
306
+ case 'imperial':
307
+ $forcaset_max = round($time[$i]->temp->max).'<sup>°F</sup>';
308
+ $forcaset_min = round($time[$i]->temp->min).'<sup>°F</sup>';
309
+ break;
310
+ }
311
+ }
312
+ }
313
+ $item .= '<tr class="w-day">
314
+ <td>'.$forcastday.'</td>
315
+ <td><i class="wi '.$forcast_wi_class.'"></i></td>
316
+ <td class="w-max">'.$forcaset_max.'</td>
317
+ <td class="w-min">'.$forcaset_min.'</td>
318
+ </tr>' ;
319
+ }
320
+ $html .= $item ;
321
+ $html .= '</tbody>
322
+ </table>';
323
+ endif;
324
+ $html .= ' </div>
325
+ </div>
326
+ ';
327
+ return $html;
328
+ }
329
+
330
+ }
331
+ new Magee_Weather();
332
+ endif;