Plugin Directory

Changeset 1428092


Ignore:
Timestamp:
06/01/2016 07:14:55 AM (9 years ago)
Author:
tranthethang
Message:

release v1.1.3

Location:
kopatheme/trunk
Files:
1 added
16 edited

Legend:

Unmodified
Added
Removed
  • kopatheme/trunk/assets/css/admin.css

    r1353276 r1428092  
    2828}
    2929
     30.kopa_group_description {
     31  display: block;
     32  margin: 20px 20px 10px 20px;
     33  font-size: 10px;
     34  font-style: italic;
     35  color: #999;
     36}
     37
    3038#kopa_options_wrap * {
    3139  -webkit-box-sizing: border-box;
     
    5967}
    6068#kopa_options_wrap .kopa_tab_content {
    61   min-height: 350px;
     69  min-height: 900px;
    6270}
    6371#kopa_options_wrap .postbox {
  • kopatheme/trunk/assets/css/admin.scss

    r1353276 r1428092  
    6262}
    6363
     64.kopa_group_description{
     65  display: block;
     66  margin: 20px 20px 10px 20px;
     67  font-size: 10px;
     68  font-style: italic;
     69  color: #999;
     70}
    6471
    6572#kopa_options_wrap {
     
    96103
    97104    .kopa_tab_content {
    98       min-height: 350px;
     105      min-height: 900px;
    99106    }
    100107    .postbox {
  • kopatheme/trunk/assets/css/flaticon.css

    r1353276 r1428092  
    1515    font-style: normal;
    1616}
    17 .flaticon-barbell:before {
    18     content: "\e000";
     17.flaticon-home22:before {
     18    content: "\e000";
    1919}
    20 .flaticon-basketball35:before {
    21     content: "\e001";
     20.flaticon-money216:before {
     21    content: "\e002";
    2222}
    23 .flaticon-biceps:before {
    24     content: "\e002";
     23.flaticon-searching23:before {
     24    content: "\e003";
    2525}
    26 .flaticon-canopy:before {
    27     content: "\e003";
     26.flaticon-logistics3:before {
     27    content: "\e001";
    2828}
    29 .flaticon-championship8:before {
    30     content: "\e004";
    31 }
    32 .flaticon-climbing6:before {
    33     content: "\e005";
    34 }
    35 .flaticon-drop19:before {
    36     content: "\e006";
    37 }
    38 .flaticon-dumbbell21:before {
    39     content: "\e007";
    40 }
    41 .flaticon-finish:before {
    42     content: "\e008";
    43 }
    44 .flaticon-fishing11:before {
    45     content: "\e009";
    46 }
    47 .flaticon-floating1:before {
    48     content: "\e00a";
    49 }
    50 .flaticon-guru1:before {
    51     content: "\e00b";
    52 }
    53 .flaticon-guru:before {
    54     content: "\e00c";
    55 }
    56 .flaticon-jump7:before {
    57     content: "\e00d";
    58 }
    59 .flaticon-jumping27:before {
    60     content: "\e00e";
    61 }
    62 .flaticon-leg5:before {
    63     content: "\e00f";
    64 }
    65 .flaticon-man362:before {
    66     content: "\e010";
    67 }
    68 .flaticon-mountain24:before {
    69     content: "\e011";
    70 }
    71 .flaticon-padding:before {
    72     content: "\e012";
    73 }
    74 .flaticon-ping3:before {
    75     content: "\e013";
    76 }
    77 .flaticon-regular2:before {
    78     content: "\e014";
    79 }
    80 .flaticon-rugby98:before {
    81     content: "\e015";
    82 }
    83 .flaticon-runner5:before {
    84     content: "\e016";
    85 }
    86 .flaticon-running30:before {
    87     content: "\e017";
    88 }
    89 .flaticon-skidiving:before {
    90     content: "\e018";
    91 }
    92 .flaticon-skiing7:before {
    93     content: "\e019";
    94 }
    95 .flaticon-skydiving2:before {
    96     content: "\e01a";
    97 }
    98 .flaticon-soccer43:before {
    99     content: "\e01b";
    100 }
    101 .flaticon-soccer44:before {
    102     content: "\e01c";
    103 }
    104 .flaticon-sport11:before {
    105     content: "\e01d";
    106 }
    107 .flaticon-sportive36:before {
    108     content: "\e01e";
    109 }
    110 .flaticon-stopwatch7:before {
    111     content: "\e01f";
    112 }
    113 .flaticon-swimming20:before {
    114     content: "\e020";
    115 }
    116 .flaticon-tennis18:before {
    117     content: "\e021";
    118 }
    119 .flaticon-time13:before {
    120     content: "\e022";
    121 }
    122 .flaticon-trekking:before {
    123     content: "\e023";
    124 }
    125 .flaticon-trophy45:before {
    126     content: "\e024";
    127 }
    128 .flaticon-walking17:before {
    129     content: "\e025";
    130 }
    131 .flaticon-weightlift:before {
    132     content: "\e026";
    133 }
    134 .flaticon-yoga12:before {
    135     content: "\e027";
    136 }
  • kopatheme/trunk/assets/css/widget.css

    r1353276 r1428092  
    33  margin-bottom: 12px;
    44}
    5 .kopa-widget-desc{
    6     margin-top: 6px;   
     5
     6.kopa-widget-desc {
     7  margin-top: 6px;
    78}
    89
    910/* advanced fields */
    1011.kf-row:before, .kf-row:after {
    11     display: table;
    12     content: " ";
    13 }
     12  display: table;
     13  content: " ";
     14}
     15
    1416.kf-row:after {
    15     clear: both;
    16 }
     17  clear: both;
     18}
     19
    1720.kf-row, .kf-row *, .kf-row:before, .kf-row:after {
    18     -webkit-box-sizing: border-box;
    19     -moz-box-sizing: border-box;
    20     box-sizing: border-box;
    21 }
     21  -webkit-box-sizing: border-box;
     22  -moz-box-sizing: border-box;
     23  box-sizing: border-box;
     24}
     25
    2226.kf-col-xs-1,
    2327.kf-col-sm-1,
     
    6872.kf-col-md-12,
    6973.kf-col-lg-12 {
    70     float: left !important;
    71     position: relative;
    72     min-height: 1px;
    73     padding-right: 15px;
    74     padding-left: 15px;
     74  float: left !important;
     75  position: relative;
     76  min-height: 1px;
     77  padding-right: 15px;
     78  padding-left: 15px;
    7579}
    7680
    7781.kf-col-xs-12 {
     82  width: 100%;
     83}
     84
     85.kf-col-xs-11 {
     86  width: 91.66666666666666%;
     87}
     88
     89.kf-col-xs-10 {
     90  width: 83.33333333333334%;
     91}
     92
     93.kf-col-xs-9 {
     94  width: 75%;
     95}
     96
     97.kf-col-xs-8 {
     98  width: 66.66666666666666%;
     99}
     100
     101.kf-col-xs-7 {
     102  width: 58.333333333333336%;
     103}
     104
     105.kf-col-xs-6 {
     106  width: 50%;
     107}
     108
     109.kf-col-xs-5 {
     110  width: 41.66666666666667%;
     111}
     112
     113.kf-col-xs-4 {
     114  width: 33.33333333333333%;
     115}
     116
     117.kf-col-xs-3 {
     118  width: 25%;
     119}
     120
     121.kf-col-xs-2 {
     122  width: 16.666666666666664%;
     123}
     124
     125.kf-col-xs-1 {
     126  width: 8.333333333333332%;
     127}
     128
     129.kf-col-xs-pull-12 {
     130  right: 100%;
     131}
     132
     133.kf-col-xs-pull-11 {
     134  right: 91.66666666666666%;
     135}
     136
     137.kf-col-xs-pull-10 {
     138  right: 83.33333333333334%;
     139}
     140
     141.kf-col-xs-pull-9 {
     142  right: 75%;
     143}
     144
     145.kf-col-xs-pull-8 {
     146  right: 66.66666666666666%;
     147}
     148
     149.kf-col-xs-pull-7 {
     150  right: 58.333333333333336%;
     151}
     152
     153.kf-col-xs-pull-6 {
     154  right: 50%;
     155}
     156
     157.kf-col-xs-pull-5 {
     158  right: 41.66666666666667%;
     159}
     160
     161.kf-col-xs-pull-4 {
     162  right: 33.33333333333333%;
     163}
     164
     165.kf-col-xs-pull-3 {
     166  right: 25%;
     167}
     168
     169.kf-col-xs-pull-2 {
     170  right: 16.666666666666664%;
     171}
     172
     173.kf-col-xs-pull-1 {
     174  right: 8.333333333333332%;
     175}
     176
     177.kf-col-xs-pull-0 {
     178  right: 0;
     179}
     180
     181.kf-col-xs-push-12 {
     182  left: 100%;
     183}
     184
     185.kf-col-xs-push-11 {
     186  left: 91.66666666666666%;
     187}
     188
     189.kf-col-xs-push-10 {
     190  left: 83.33333333333334%;
     191}
     192
     193.kf-col-xs-push-9 {
     194  left: 75%;
     195}
     196
     197.kf-col-xs-push-8 {
     198  left: 66.66666666666666%;
     199}
     200
     201.kf-col-xs-push-7 {
     202  left: 58.333333333333336%;
     203}
     204
     205.kf-col-xs-push-6 {
     206  left: 50%;
     207}
     208
     209.kf-col-xs-push-5 {
     210  left: 41.66666666666667%;
     211}
     212
     213.kf-col-xs-push-4 {
     214  left: 33.33333333333333%;
     215}
     216
     217.kf-col-xs-push-3 {
     218  left: 25%;
     219}
     220
     221.kf-col-xs-push-2 {
     222  left: 16.666666666666664%;
     223}
     224
     225.kf-col-xs-push-1 {
     226  left: 8.333333333333332%;
     227}
     228
     229.kf-col-xs-push-0 {
     230  left: 0;
     231}
     232
     233.kf-col-xs-offset-12 {
     234  margin-left: 100%;
     235}
     236
     237.kf-col-xs-offset-11 {
     238  margin-left: 91.66666666666666%;
     239}
     240
     241.kf-col-xs-offset-10 {
     242  margin-left: 83.33333333333334%;
     243}
     244
     245.kf-col-xs-offset-9 {
     246  margin-left: 75%;
     247}
     248
     249.kf-col-xs-offset-8 {
     250  margin-left: 66.66666666666666%;
     251}
     252
     253.kf-col-xs-offset-7 {
     254  margin-left: 58.333333333333336%;
     255}
     256
     257.kf-col-xs-offset-6 {
     258  margin-left: 50%;
     259}
     260
     261.kf-col-xs-offset-5 {
     262  margin-left: 41.66666666666667%;
     263}
     264
     265.kf-col-xs-offset-4 {
     266  margin-left: 33.33333333333333%;
     267}
     268
     269.kf-col-xs-offset-3 {
     270  margin-left: 25%;
     271}
     272
     273.kf-col-xs-offset-2 {
     274  margin-left: 16.666666666666664%;
     275}
     276
     277.kf-col-xs-offset-1 {
     278  margin-left: 8.333333333333332%;
     279}
     280
     281.kf-col-xs-offset-0 {
     282  margin-left: 0;
     283}
     284
     285@media (min-width: 768px) {
     286  .kf-col-sm-1,
     287  .kf-col-sm-2,
     288  .kf-col-sm-3,
     289  .kf-col-sm-4,
     290  .kf-col-sm-5,
     291  .kf-col-sm-6,
     292  .kf-col-sm-7,
     293  .kf-col-sm-8,
     294  .kf-col-sm-9,
     295  .kf-col-sm-10,
     296  .kf-col-sm-11,
     297  .kf-col-sm-12 {
     298    float: left;
     299  }
     300
     301  .kf-col-sm-12 {
    78302    width: 100%;
    79 }
    80 
    81 .kf-col-xs-11 {
     303  }
     304
     305  .kf-col-sm-11 {
    82306    width: 91.66666666666666%;
    83 }
    84 
    85 .kf-col-xs-10 {
     307  }
     308
     309  .kf-col-sm-10 {
    86310    width: 83.33333333333334%;
    87 }
    88 
    89 .kf-col-xs-9 {
     311  }
     312
     313  .kf-col-sm-9 {
    90314    width: 75%;
    91 }
    92 
    93 .kf-col-xs-8 {
     315  }
     316
     317  .kf-col-sm-8 {
    94318    width: 66.66666666666666%;
    95 }
    96 
    97 .kf-col-xs-7 {
     319  }
     320
     321  .kf-col-sm-7 {
    98322    width: 58.333333333333336%;
    99 }
    100 
    101 .kf-col-xs-6 {
     323  }
     324
     325  .kf-col-sm-6 {
    102326    width: 50%;
    103 }
    104 
    105 .kf-col-xs-5 {
     327  }
     328
     329  .kf-col-sm-5 {
    106330    width: 41.66666666666667%;
    107 }
    108 
    109 .kf-col-xs-4 {
     331  }
     332
     333  .kf-col-sm-4 {
    110334    width: 33.33333333333333%;
    111 }
    112 
    113 .kf-col-xs-3 {
     335  }
     336
     337  .kf-col-sm-3 {
    114338    width: 25%;
    115 }
    116 
    117 .kf-col-xs-2 {
     339  }
     340
     341  .kf-col-sm-2 {
    118342    width: 16.666666666666664%;
    119 }
    120 
    121 .kf-col-xs-1 {
     343  }
     344
     345  .kf-col-sm-1 {
    122346    width: 8.333333333333332%;
    123 }
    124 
    125 .kf-col-xs-pull-12 {
     347  }
     348
     349  .kf-col-sm-pull-12 {
    126350    right: 100%;
    127 }
    128 
    129 .kf-col-xs-pull-11 {
     351  }
     352
     353  .kf-col-sm-pull-11 {
    130354    right: 91.66666666666666%;
    131 }
    132 
    133 .kf-col-xs-pull-10 {
     355  }
     356
     357  .kf-col-sm-pull-10 {
    134358    right: 83.33333333333334%;
    135 }
    136 
    137 .kf-col-xs-pull-9 {
     359  }
     360
     361  .kf-col-sm-pull-9 {
    138362    right: 75%;
    139 }
    140 
    141 .kf-col-xs-pull-8 {
     363  }
     364
     365  .kf-col-sm-pull-8 {
    142366    right: 66.66666666666666%;
    143 }
    144 
    145 .kf-col-xs-pull-7 {
     367  }
     368
     369  .kf-col-sm-pull-7 {
    146370    right: 58.333333333333336%;
    147 }
    148 
    149 .kf-col-xs-pull-6 {
     371  }
     372
     373  .kf-col-sm-pull-6 {
    150374    right: 50%;
    151 }
    152 
    153 .kf-col-xs-pull-5 {
     375  }
     376
     377  .kf-col-sm-pull-5 {
    154378    right: 41.66666666666667%;
    155 }
    156 
    157 .kf-col-xs-pull-4 {
     379  }
     380
     381  .kf-col-sm-pull-4 {
    158382    right: 33.33333333333333%;
    159 }
    160 
    161 .kf-col-xs-pull-3 {
     383  }
     384
     385  .kf-col-sm-pull-3 {
    162386    right: 25%;
    163 }
    164 
    165 .kf-col-xs-pull-2 {
     387  }
     388
     389  .kf-col-sm-pull-2 {
    166390    right: 16.666666666666664%;
    167 }
    168 
    169 .kf-col-xs-pull-1 {
     391  }
     392
     393  .kf-col-sm-pull-1 {
    170394    right: 8.333333333333332%;
    171 }
    172 
    173 .kf-col-xs-pull-0 {
     395  }
     396
     397  .kf-col-sm-pull-0 {
    174398    right: 0;
    175 }
    176 
    177 .kf-col-xs-push-12 {
     399  }
     400
     401  .kf-col-sm-push-12 {
    178402    left: 100%;
    179 }
    180 
    181 .kf-col-xs-push-11 {
     403  }
     404
     405  .kf-col-sm-push-11 {
    182406    left: 91.66666666666666%;
    183 }
    184 
    185 .kf-col-xs-push-10 {
     407  }
     408
     409  .kf-col-sm-push-10 {
    186410    left: 83.33333333333334%;
    187 }
    188 
    189 .kf-col-xs-push-9 {
     411  }
     412
     413  .kf-col-sm-push-9 {
    190414    left: 75%;
    191 }
    192 
    193 .kf-col-xs-push-8 {
     415  }
     416
     417  .kf-col-sm-push-8 {
    194418    left: 66.66666666666666%;
    195 }
    196 
    197 .kf-col-xs-push-7 {
     419  }
     420
     421  .kf-col-sm-push-7 {
    198422    left: 58.333333333333336%;
    199 }
    200 
    201 .kf-col-xs-push-6 {
     423  }
     424
     425  .kf-col-sm-push-6 {
    202426    left: 50%;
    203 }
    204 
    205 .kf-col-xs-push-5 {
     427  }
     428
     429  .kf-col-sm-push-5 {
    206430    left: 41.66666666666667%;
    207 }
    208 
    209 .kf-col-xs-push-4 {
     431  }
     432
     433  .kf-col-sm-push-4 {
    210434    left: 33.33333333333333%;
    211 }
    212 
    213 .kf-col-xs-push-3 {
     435  }
     436
     437  .kf-col-sm-push-3 {
    214438    left: 25%;
    215 }
    216 
    217 .kf-col-xs-push-2 {
     439  }
     440
     441  .kf-col-sm-push-2 {
    218442    left: 16.666666666666664%;
    219 }
    220 
    221 .kf-col-xs-push-1 {
     443  }
     444
     445  .kf-col-sm-push-1 {
    222446    left: 8.333333333333332%;
    223 }
    224 
    225 .kf-col-xs-push-0 {
     447  }
     448
     449  .kf-col-sm-push-0 {
    226450    left: 0;
    227 }
    228 
    229 .kf-col-xs-offset-12 {
     451  }
     452
     453  .kf-col-sm-offset-12 {
    230454    margin-left: 100%;
    231 }
    232 
    233 .kf-col-xs-offset-11 {
     455  }
     456
     457  .kf-col-sm-offset-11 {
    234458    margin-left: 91.66666666666666%;
    235 }
    236 
    237 .kf-col-xs-offset-10 {
     459  }
     460
     461  .kf-col-sm-offset-10 {
    238462    margin-left: 83.33333333333334%;
    239 }
    240 
    241 .kf-col-xs-offset-9 {
     463  }
     464
     465  .kf-col-sm-offset-9 {
    242466    margin-left: 75%;
    243 }
    244 
    245 .kf-col-xs-offset-8 {
     467  }
     468
     469  .kf-col-sm-offset-8 {
    246470    margin-left: 66.66666666666666%;
    247 }
    248 
    249 .kf-col-xs-offset-7 {
     471  }
     472
     473  .kf-col-sm-offset-7 {
    250474    margin-left: 58.333333333333336%;
    251 }
    252 
    253 .kf-col-xs-offset-6 {
     475  }
     476
     477  .kf-col-sm-offset-6 {
    254478    margin-left: 50%;
    255 }
    256 
    257 .kf-col-xs-offset-5 {
     479  }
     480
     481  .kf-col-sm-offset-5 {
    258482    margin-left: 41.66666666666667%;
    259 }
    260 
    261 .kf-col-xs-offset-4 {
     483  }
     484
     485  .kf-col-sm-offset-4 {
    262486    margin-left: 33.33333333333333%;
    263 }
    264 
    265 .kf-col-xs-offset-3 {
     487  }
     488
     489  .kf-col-sm-offset-3 {
    266490    margin-left: 25%;
    267 }
    268 
    269 .kf-col-xs-offset-2 {
     491  }
     492
     493  .kf-col-sm-offset-2 {
    270494    margin-left: 16.666666666666664%;
    271 }
    272 
    273 .kf-col-xs-offset-1 {
     495  }
     496
     497  .kf-col-sm-offset-1 {
    274498    margin-left: 8.333333333333332%;
    275 }
    276 
    277 .kf-col-xs-offset-0 {
     499  }
     500
     501  .kf-col-sm-offset-0 {
    278502    margin-left: 0;
    279 }
    280 
    281 @media (min-width: 768px) {
    282     .kf-col-sm-1,
    283     .kf-col-sm-2,
    284     .kf-col-sm-3,
    285     .kf-col-sm-4,
    286     .kf-col-sm-5,
    287     .kf-col-sm-6,
    288     .kf-col-sm-7,
    289     .kf-col-sm-8,
    290     .kf-col-sm-9,
    291     .kf-col-sm-10,
    292     .kf-col-sm-11,
    293     .kf-col-sm-12 {
    294         float: left;
    295     }
    296 
    297     .kf-col-sm-12 {
    298         width: 100%;
    299     }
    300 
    301     .kf-col-sm-11 {
    302         width: 91.66666666666666%;
    303     }
    304 
    305     .kf-col-sm-10 {
    306         width: 83.33333333333334%;
    307     }
    308 
    309     .kf-col-sm-9 {
    310         width: 75%;
    311     }
    312 
    313     .kf-col-sm-8 {
    314         width: 66.66666666666666%;
    315     }
    316 
    317     .kf-col-sm-7 {
    318         width: 58.333333333333336%;
    319     }
    320 
    321     .kf-col-sm-6 {
    322         width: 50%;
    323     }
    324 
    325     .kf-col-sm-5 {
    326         width: 41.66666666666667%;
    327     }
    328 
    329     .kf-col-sm-4 {
    330         width: 33.33333333333333%;
    331     }
    332 
    333     .kf-col-sm-3 {
    334         width: 25%;
    335     }
    336 
    337     .kf-col-sm-2 {
    338         width: 16.666666666666664%;
    339     }
    340 
    341     .kf-col-sm-1 {
    342         width: 8.333333333333332%;
    343     }
    344 
    345     .kf-col-sm-pull-12 {
    346         right: 100%;
    347     }
    348 
    349     .kf-col-sm-pull-11 {
    350         right: 91.66666666666666%;
    351     }
    352 
    353     .kf-col-sm-pull-10 {
    354         right: 83.33333333333334%;
    355     }
    356 
    357     .kf-col-sm-pull-9 {
    358         right: 75%;
    359     }
    360 
    361     .kf-col-sm-pull-8 {
    362         right: 66.66666666666666%;
    363     }
    364 
    365     .kf-col-sm-pull-7 {
    366         right: 58.333333333333336%;
    367     }
    368 
    369     .kf-col-sm-pull-6 {
    370         right: 50%;
    371     }
    372 
    373     .kf-col-sm-pull-5 {
    374         right: 41.66666666666667%;
    375     }
    376 
    377     .kf-col-sm-pull-4 {
    378         right: 33.33333333333333%;
    379     }
    380 
    381     .kf-col-sm-pull-3 {
    382         right: 25%;
    383     }
    384 
    385     .kf-col-sm-pull-2 {
    386         right: 16.666666666666664%;
    387     }
    388 
    389     .kf-col-sm-pull-1 {
    390         right: 8.333333333333332%;
    391     }
    392 
    393     .kf-col-sm-pull-0 {
    394         right: 0;
    395     }
    396 
    397     .kf-col-sm-push-12 {
    398         left: 100%;
    399     }
    400 
    401     .kf-col-sm-push-11 {
    402         left: 91.66666666666666%;
    403     }
    404 
    405     .kf-col-sm-push-10 {
    406         left: 83.33333333333334%;
    407     }
    408 
    409     .kf-col-sm-push-9 {
    410         left: 75%;
    411     }
    412 
    413     .kf-col-sm-push-8 {
    414         left: 66.66666666666666%;
    415     }
    416 
    417     .kf-col-sm-push-7 {
    418         left: 58.333333333333336%;
    419     }
    420 
    421     .kf-col-sm-push-6 {
    422         left: 50%;
    423     }
    424 
    425     .kf-col-sm-push-5 {
    426         left: 41.66666666666667%;
    427     }
    428 
    429     .kf-col-sm-push-4 {
    430         left: 33.33333333333333%;
    431     }
    432 
    433     .kf-col-sm-push-3 {
    434         left: 25%;
    435     }
    436 
    437     .kf-col-sm-push-2 {
    438         left: 16.666666666666664%;
    439     }
    440 
    441     .kf-col-sm-push-1 {
    442         left: 8.333333333333332%;
    443     }
    444 
    445     .kf-col-sm-push-0 {
    446         left: 0;
    447     }
    448 
    449     .kf-col-sm-offset-12 {
    450         margin-left: 100%;
    451     }
    452 
    453     .kf-col-sm-offset-11 {
    454         margin-left: 91.66666666666666%;
    455     }
    456 
    457     .kf-col-sm-offset-10 {
    458         margin-left: 83.33333333333334%;
    459     }
    460 
    461     .kf-col-sm-offset-9 {
    462         margin-left: 75%;
    463     }
    464 
    465     .kf-col-sm-offset-8 {
    466         margin-left: 66.66666666666666%;
    467     }
    468 
    469     .kf-col-sm-offset-7 {
    470         margin-left: 58.333333333333336%;
    471     }
    472 
    473     .kf-col-sm-offset-6 {
    474         margin-left: 50%;
    475     }
    476 
    477     .kf-col-sm-offset-5 {
    478         margin-left: 41.66666666666667%;
    479     }
    480 
    481     .kf-col-sm-offset-4 {
    482         margin-left: 33.33333333333333%;
    483     }
    484 
    485     .kf-col-sm-offset-3 {
    486         margin-left: 25%;
    487     }
    488 
    489     .kf-col-sm-offset-2 {
    490         margin-left: 16.666666666666664%;
    491     }
    492 
    493     .kf-col-sm-offset-1 {
    494         margin-left: 8.333333333333332%;
    495     }
    496 
    497     .kf-col-sm-offset-0 {
    498         margin-left: 0;
    499     }
     503  }
    500504}
    501505@media (min-width: 992px) {
    502     .kf-col-md-1,
    503     .kf-col-md-2,
    504     .kf-col-md-3,
    505     .kf-col-md-4,
    506     .kf-col-md-5,
    507     .kf-col-md-6,
    508     .kf-col-md-7,
    509     .kf-col-md-8,
    510     .kf-col-md-9,
    511     .kf-col-md-10,
    512     .kf-col-md-11,
    513     .kf-col-md-12 {
    514         float: left;
    515     }
    516 
    517     .kf-col-md-12 {
    518         width: 100%;
    519     }
    520 
    521     .kf-col-md-11 {
    522         width: 91.66666666666666%;
    523     }
    524 
    525     .kf-col-md-10 {
    526         width: 83.33333333333334%;
    527     }
    528 
    529     .kf-col-md-9 {
    530         width: 75%;
    531     }
    532 
    533     .kf-col-md-8 {
    534         width: 66.66666666666666%;
    535     }
    536 
    537     .kf-col-md-7 {
    538         width: 58.333333333333336%;
    539     }
    540 
    541     .kf-col-md-6 {
    542         width: 50%;
    543     }
    544 
    545     .kf-col-md-5 {
    546         width: 41.66666666666667%;
    547     }
    548 
    549     .kf-col-md-4 {
    550         width: 33.33333333333333%;
    551     }
    552 
    553     .kf-col-md-3 {
    554         width: 25%;
    555     }
    556 
    557     .kf-col-md-2 {
    558         width: 16.666666666666664%;
    559     }
    560 
    561     .kf-col-md-1 {
    562         width: 8.333333333333332%;
    563     }
    564 
    565     .kf-col-md-pull-12 {
    566         right: 100%;
    567     }
    568 
    569     .kf-col-md-pull-11 {
    570         right: 91.66666666666666%;
    571     }
    572 
    573     .kf-col-md-pull-10 {
    574         right: 83.33333333333334%;
    575     }
    576 
    577     .kf-col-md-pull-9 {
    578         right: 75%;
    579     }
    580 
    581     .kf-col-md-pull-8 {
    582         right: 66.66666666666666%;
    583     }
    584 
    585     .kf-col-md-pull-7 {
    586         right: 58.333333333333336%;
    587     }
    588 
    589     .kf-col-md-pull-6 {
    590         right: 50%;
    591     }
    592 
    593     .kf-col-md-pull-5 {
    594         right: 41.66666666666667%;
    595     }
    596 
    597     .kf-col-md-pull-4 {
    598         right: 33.33333333333333%;
    599     }
    600 
    601     .kf-col-md-pull-3 {
    602         right: 25%;
    603     }
    604 
    605     .kf-col-md-pull-2 {
    606         right: 16.666666666666664%;
    607     }
    608 
    609     .kf-col-md-pull-1 {
    610         right: 8.333333333333332%;
    611     }
    612 
    613     .kf-col-md-pull-0 {
    614         right: 0;
    615     }
    616 
    617     .kf-col-md-push-12 {
    618         left: 100%;
    619     }
    620 
    621     .kf-col-md-push-11 {
    622         left: 91.66666666666666%;
    623     }
    624 
    625     .kf-col-md-push-10 {
    626         left: 83.33333333333334%;
    627     }
    628 
    629     .kf-col-md-push-9 {
    630         left: 75%;
    631     }
    632 
    633     .kf-col-md-push-8 {
    634         left: 66.66666666666666%;
    635     }
    636 
    637     .kf-col-md-push-7 {
    638         left: 58.333333333333336%;
    639     }
    640 
    641     .kf-col-md-push-6 {
    642         left: 50%;
    643     }
    644 
    645     .kf-col-md-push-5 {
    646         left: 41.66666666666667%;
    647     }
    648 
    649     .kf-col-md-push-4 {
    650         left: 33.33333333333333%;
    651     }
    652 
    653     .kf-col-md-push-3 {
    654         left: 25%;
    655     }
    656 
    657     .kf-col-md-push-2 {
    658         left: 16.666666666666664%;
    659     }
    660 
    661     .kf-col-md-push-1 {
    662         left: 8.333333333333332%;
    663     }
    664 
    665     .kf-col-md-push-0 {
    666         left: 0;
    667     }
    668 
    669     .kf-col-md-offset-12 {
    670         margin-left: 100%;
    671     }
    672 
    673     .kf-col-md-offset-11 {
    674         margin-left: 91.66666666666666%;
    675     }
    676 
    677     .kf-col-md-offset-10 {
    678         margin-left: 83.33333333333334%;
    679     }
    680 
    681     .kf-col-md-offset-9 {
    682         margin-left: 75%;
    683     }
    684 
    685     .kf-col-md-offset-8 {
    686         margin-left: 66.66666666666666%;
    687     }
    688 
    689     .kf-col-md-offset-7 {
    690         margin-left: 58.333333333333336%;
    691     }
    692 
    693     .kf-col-md-offset-6 {
    694         margin-left: 50%;
    695     }
    696 
    697     .kf-col-md-offset-5 {
    698         margin-left: 41.66666666666667%;
    699     }
    700 
    701     .kf-col-md-offset-4 {
    702         margin-left: 33.33333333333333%;
    703     }
    704 
    705     .kf-col-md-offset-3 {
    706         margin-left: 25%;
    707     }
    708 
    709     .kf-col-md-offset-2 {
    710         margin-left: 16.666666666666664%;
    711     }
    712 
    713     .kf-col-md-offset-1 {
    714         margin-left: 8.333333333333332%;
    715     }
    716 
    717     .kf-col-md-offset-0 {
    718         margin-left: 0;
    719     }
     506  .kf-col-md-1,
     507  .kf-col-md-2,
     508  .kf-col-md-3,
     509  .kf-col-md-4,
     510  .kf-col-md-5,
     511  .kf-col-md-6,
     512  .kf-col-md-7,
     513  .kf-col-md-8,
     514  .kf-col-md-9,
     515  .kf-col-md-10,
     516  .kf-col-md-11,
     517  .kf-col-md-12 {
     518    float: left;
     519  }
     520
     521  .kf-col-md-12 {
     522    width: 100%;
     523  }
     524
     525  .kf-col-md-11 {
     526    width: 91.66666666666666%;
     527  }
     528
     529  .kf-col-md-10 {
     530    width: 83.33333333333334%;
     531  }
     532
     533  .kf-col-md-9 {
     534    width: 75%;
     535  }
     536
     537  .kf-col-md-8 {
     538    width: 66.66666666666666%;
     539  }
     540
     541  .kf-col-md-7 {
     542    width: 58.333333333333336%;
     543  }
     544
     545  .kf-col-md-6 {
     546    width: 50%;
     547  }
     548
     549  .kf-col-md-5 {
     550    width: 41.66666666666667%;
     551  }
     552
     553  .kf-col-md-4 {
     554    width: 33.33333333333333%;
     555  }
     556
     557  .kf-col-md-3 {
     558    width: 25%;
     559  }
     560
     561  .kf-col-md-2 {
     562    width: 16.666666666666664%;
     563  }
     564
     565  .kf-col-md-1 {
     566    width: 8.333333333333332%;
     567  }
     568
     569  .kf-col-md-pull-12 {
     570    right: 100%;
     571  }
     572
     573  .kf-col-md-pull-11 {
     574    right: 91.66666666666666%;
     575  }
     576
     577  .kf-col-md-pull-10 {
     578    right: 83.33333333333334%;
     579  }
     580
     581  .kf-col-md-pull-9 {
     582    right: 75%;
     583  }
     584
     585  .kf-col-md-pull-8 {
     586    right: 66.66666666666666%;
     587  }
     588
     589  .kf-col-md-pull-7 {
     590    right: 58.333333333333336%;
     591  }
     592
     593  .kf-col-md-pull-6 {
     594    right: 50%;
     595  }
     596
     597  .kf-col-md-pull-5 {
     598    right: 41.66666666666667%;
     599  }
     600
     601  .kf-col-md-pull-4 {
     602    right: 33.33333333333333%;
     603  }
     604
     605  .kf-col-md-pull-3 {
     606    right: 25%;
     607  }
     608
     609  .kf-col-md-pull-2 {
     610    right: 16.666666666666664%;
     611  }
     612
     613  .kf-col-md-pull-1 {
     614    right: 8.333333333333332%;
     615  }
     616
     617  .kf-col-md-pull-0 {
     618    right: 0;
     619  }
     620
     621  .kf-col-md-push-12 {
     622    left: 100%;
     623  }
     624
     625  .kf-col-md-push-11 {
     626    left: 91.66666666666666%;
     627  }
     628
     629  .kf-col-md-push-10 {
     630    left: 83.33333333333334%;
     631  }
     632
     633  .kf-col-md-push-9 {
     634    left: 75%;
     635  }
     636
     637  .kf-col-md-push-8 {
     638    left: 66.66666666666666%;
     639  }
     640
     641  .kf-col-md-push-7 {
     642    left: 58.333333333333336%;
     643  }
     644
     645  .kf-col-md-push-6 {
     646    left: 50%;
     647  }
     648
     649  .kf-col-md-push-5 {
     650    left: 41.66666666666667%;
     651  }
     652
     653  .kf-col-md-push-4 {
     654    left: 33.33333333333333%;
     655  }
     656
     657  .kf-col-md-push-3 {
     658    left: 25%;
     659  }
     660
     661  .kf-col-md-push-2 {
     662    left: 16.666666666666664%;
     663  }
     664
     665  .kf-col-md-push-1 {
     666    left: 8.333333333333332%;
     667  }
     668
     669  .kf-col-md-push-0 {
     670    left: 0;
     671  }
     672
     673  .kf-col-md-offset-12 {
     674    margin-left: 100%;
     675  }
     676
     677  .kf-col-md-offset-11 {
     678    margin-left: 91.66666666666666%;
     679  }
     680
     681  .kf-col-md-offset-10 {
     682    margin-left: 83.33333333333334%;
     683  }
     684
     685  .kf-col-md-offset-9 {
     686    margin-left: 75%;
     687  }
     688
     689  .kf-col-md-offset-8 {
     690    margin-left: 66.66666666666666%;
     691  }
     692
     693  .kf-col-md-offset-7 {
     694    margin-left: 58.333333333333336%;
     695  }
     696
     697  .kf-col-md-offset-6 {
     698    margin-left: 50%;
     699  }
     700
     701  .kf-col-md-offset-5 {
     702    margin-left: 41.66666666666667%;
     703  }
     704
     705  .kf-col-md-offset-4 {
     706    margin-left: 33.33333333333333%;
     707  }
     708
     709  .kf-col-md-offset-3 {
     710    margin-left: 25%;
     711  }
     712
     713  .kf-col-md-offset-2 {
     714    margin-left: 16.666666666666664%;
     715  }
     716
     717  .kf-col-md-offset-1 {
     718    margin-left: 8.333333333333332%;
     719  }
     720
     721  .kf-col-md-offset-0 {
     722    margin-left: 0;
     723  }
    720724}
    721725@media (min-width: 1200px) {
    722     .kf-col-lg-1,
    723     .kf-col-lg-2,
    724     .kf-col-lg-3,
    725     .kf-col-lg-4,
    726     .kf-col-lg-5,
    727     .kf-col-lg-6,
    728     .kf-col-lg-7,
    729     .kf-col-lg-8,
    730     .kf-col-lg-9,
    731     .kf-col-lg-10,
    732     .kf-col-lg-11,
    733     .kf-col-lg-12 {
    734         float: left;
    735     }
    736 
    737     .kf-col-lg-12 {
    738         width: 100%;
    739     }
    740 
    741     .kf-col-lg-11 {
    742         width: 91.66666666666666%;
    743     }
    744 
    745     .kf-col-lg-10 {
    746         width: 83.33333333333334%;
    747     }
    748 
    749     .kf-col-lg-9 {
    750         width: 75%;
    751     }
    752 
    753     .kf-col-lg-8 {
    754         width: 66.66666666666666%;
    755     }
    756 
    757     .kf-col-lg-7 {
    758         width: 58.333333333333336%;
    759     }
    760 
    761     .kf-col-lg-6 {
    762         width: 50%;
    763     }
    764 
    765     .kf-col-lg-5 {
    766         width: 41.66666666666667%;
    767     }
    768 
    769     .kf-col-lg-4 {
    770         width: 33.33333333333333%;
    771     }
    772 
    773     .kf-col-lg-3 {
    774         width: 25%;
    775     }
    776 
    777     .kf-col-lg-2 {
    778         width: 16.666666666666664%;
    779     }
    780 
    781     .kf-col-lg-1 {
    782         width: 8.333333333333332%;
    783     }
    784 
    785     .kf-col-lg-pull-12 {
    786         right: 100%;
    787     }
    788 
    789     .kf-col-lg-pull-11 {
    790         right: 91.66666666666666%;
    791     }
    792 
    793     .kf-col-lg-pull-10 {
    794         right: 83.33333333333334%;
    795     }
    796 
    797     .kf-col-lg-pull-9 {
    798         right: 75%;
    799     }
    800 
    801     .kf-col-lg-pull-8 {
    802         right: 66.66666666666666%;
    803     }
    804 
    805     .kf-col-lg-pull-7 {
    806         right: 58.333333333333336%;
    807     }
    808 
    809     .kf-col-lg-pull-6 {
    810         right: 50%;
    811     }
    812 
    813     .kf-col-lg-pull-5 {
    814         right: 41.66666666666667%;
    815     }
    816 
    817     .kf-col-lg-pull-4 {
    818         right: 33.33333333333333%;
    819     }
    820 
    821     .kf-col-lg-pull-3 {
    822         right: 25%;
    823     }
    824 
    825     .kf-col-lg-pull-2 {
    826         right: 16.666666666666664%;
    827     }
    828 
    829     .kf-col-lg-pull-1 {
    830         right: 8.333333333333332%;
    831     }
    832 
    833     .kf-col-lg-pull-0 {
    834         right: 0;
    835     }
    836 
    837     .kf-col-lg-push-12 {
    838         left: 100%;
    839     }
    840 
    841     .kf-col-lg-push-11 {
    842         left: 91.66666666666666%;
    843     }
    844 
    845     .kf-col-lg-push-10 {
    846         left: 83.33333333333334%;
    847     }
    848 
    849     .kf-col-lg-push-9 {
    850         left: 75%;
    851     }
    852 
    853     .kf-col-lg-push-8 {
    854         left: 66.66666666666666%;
    855     }
    856 
    857     .kf-col-lg-push-7 {
    858         left: 58.333333333333336%;
    859     }
    860 
    861     .kf-col-lg-push-6 {
    862         left: 50%;
    863     }
    864 
    865     .kf-col-lg-push-5 {
    866         left: 41.66666666666667%;
    867     }
    868 
    869     .kf-col-lg-push-4 {
    870         left: 33.33333333333333%;
    871     }
    872 
    873     .kf-col-lg-push-3 {
    874         left: 25%;
    875     }
    876 
    877     .kf-col-lg-push-2 {
    878         left: 16.666666666666664%;
    879     }
    880 
    881     .kf-col-lg-push-1 {
    882         left: 8.333333333333332%;
    883     }
    884 
    885     .kf-col-lg-push-0 {
    886         left: 0;
    887     }
    888 
    889     .kf-col-lg-offset-12 {
    890         margin-left: 100%;
    891     }
    892 
    893     .kf-col-lg-offset-11 {
    894         margin-left: 91.66666666666666%;
    895     }
    896 
    897     .kf-col-lg-offset-10 {
    898         margin-left: 83.33333333333334%;
    899     }
    900 
    901     .kf-col-lg-offset-9 {
    902         margin-left: 75%;
    903     }
    904 
    905     .kf-col-lg-offset-8 {
    906         margin-left: 66.66666666666666%;
    907     }
    908 
    909     .kf-col-lg-offset-7 {
    910         margin-left: 58.333333333333336%;
    911     }
    912 
    913     .kf-col-lg-offset-6 {
    914         margin-left: 50%;
    915     }
    916 
    917     .kf-col-lg-offset-5 {
    918         margin-left: 41.66666666666667%;
    919     }
    920 
    921     .kf-col-lg-offset-4 {
    922         margin-left: 33.33333333333333%;
    923     }
    924 
    925     .kf-col-lg-offset-3 {
    926         margin-left: 25%;
    927     }
    928 
    929     .kf-col-lg-offset-2 {
    930         margin-left: 16.666666666666664%;
    931     }
    932 
    933     .kf-col-lg-offset-1 {
    934         margin-left: 8.333333333333332%;
    935     }
    936 
    937     .kf-col-lg-offset-0 {
    938         margin-left: 0;
    939     }
     726  .kf-col-lg-1,
     727  .kf-col-lg-2,
     728  .kf-col-lg-3,
     729  .kf-col-lg-4,
     730  .kf-col-lg-5,
     731  .kf-col-lg-6,
     732  .kf-col-lg-7,
     733  .kf-col-lg-8,
     734  .kf-col-lg-9,
     735  .kf-col-lg-10,
     736  .kf-col-lg-11,
     737  .kf-col-lg-12 {
     738    float: left;
     739  }
     740
     741  .kf-col-lg-12 {
     742    width: 100%;
     743  }
     744
     745  .kf-col-lg-11 {
     746    width: 91.66666666666666%;
     747  }
     748
     749  .kf-col-lg-10 {
     750    width: 83.33333333333334%;
     751  }
     752
     753  .kf-col-lg-9 {
     754    width: 75%;
     755  }
     756
     757  .kf-col-lg-8 {
     758    width: 66.66666666666666%;
     759  }
     760
     761  .kf-col-lg-7 {
     762    width: 58.333333333333336%;
     763  }
     764
     765  .kf-col-lg-6 {
     766    width: 50%;
     767  }
     768
     769  .kf-col-lg-5 {
     770    width: 41.66666666666667%;
     771  }
     772
     773  .kf-col-lg-4 {
     774    width: 33.33333333333333%;
     775  }
     776
     777  .kf-col-lg-3 {
     778    width: 25%;
     779  }
     780
     781  .kf-col-lg-2 {
     782    width: 16.666666666666664%;
     783  }
     784
     785  .kf-col-lg-1 {
     786    width: 8.333333333333332%;
     787  }
     788
     789  .kf-col-lg-pull-12 {
     790    right: 100%;
     791  }
     792
     793  .kf-col-lg-pull-11 {
     794    right: 91.66666666666666%;
     795  }
     796
     797  .kf-col-lg-pull-10 {
     798    right: 83.33333333333334%;
     799  }
     800
     801  .kf-col-lg-pull-9 {
     802    right: 75%;
     803  }
     804
     805  .kf-col-lg-pull-8 {
     806    right: 66.66666666666666%;
     807  }
     808
     809  .kf-col-lg-pull-7 {
     810    right: 58.333333333333336%;
     811  }
     812
     813  .kf-col-lg-pull-6 {
     814    right: 50%;
     815  }
     816
     817  .kf-col-lg-pull-5 {
     818    right: 41.66666666666667%;
     819  }
     820
     821  .kf-col-lg-pull-4 {
     822    right: 33.33333333333333%;
     823  }
     824
     825  .kf-col-lg-pull-3 {
     826    right: 25%;
     827  }
     828
     829  .kf-col-lg-pull-2 {
     830    right: 16.666666666666664%;
     831  }
     832
     833  .kf-col-lg-pull-1 {
     834    right: 8.333333333333332%;
     835  }
     836
     837  .kf-col-lg-pull-0 {
     838    right: 0;
     839  }
     840
     841  .kf-col-lg-push-12 {
     842    left: 100%;
     843  }
     844
     845  .kf-col-lg-push-11 {
     846    left: 91.66666666666666%;
     847  }
     848
     849  .kf-col-lg-push-10 {
     850    left: 83.33333333333334%;
     851  }
     852
     853  .kf-col-lg-push-9 {
     854    left: 75%;
     855  }
     856
     857  .kf-col-lg-push-8 {
     858    left: 66.66666666666666%;
     859  }
     860
     861  .kf-col-lg-push-7 {
     862    left: 58.333333333333336%;
     863  }
     864
     865  .kf-col-lg-push-6 {
     866    left: 50%;
     867  }
     868
     869  .kf-col-lg-push-5 {
     870    left: 41.66666666666667%;
     871  }
     872
     873  .kf-col-lg-push-4 {
     874    left: 33.33333333333333%;
     875  }
     876
     877  .kf-col-lg-push-3 {
     878    left: 25%;
     879  }
     880
     881  .kf-col-lg-push-2 {
     882    left: 16.666666666666664%;
     883  }
     884
     885  .kf-col-lg-push-1 {
     886    left: 8.333333333333332%;
     887  }
     888
     889  .kf-col-lg-push-0 {
     890    left: 0;
     891  }
     892
     893  .kf-col-lg-offset-12 {
     894    margin-left: 100%;
     895  }
     896
     897  .kf-col-lg-offset-11 {
     898    margin-left: 91.66666666666666%;
     899  }
     900
     901  .kf-col-lg-offset-10 {
     902    margin-left: 83.33333333333334%;
     903  }
     904
     905  .kf-col-lg-offset-9 {
     906    margin-left: 75%;
     907  }
     908
     909  .kf-col-lg-offset-8 {
     910    margin-left: 66.66666666666666%;
     911  }
     912
     913  .kf-col-lg-offset-7 {
     914    margin-left: 58.333333333333336%;
     915  }
     916
     917  .kf-col-lg-offset-6 {
     918    margin-left: 50%;
     919  }
     920
     921  .kf-col-lg-offset-5 {
     922    margin-left: 41.66666666666667%;
     923  }
     924
     925  .kf-col-lg-offset-4 {
     926    margin-left: 33.33333333333333%;
     927  }
     928
     929  .kf-col-lg-offset-3 {
     930    margin-left: 25%;
     931  }
     932
     933  .kf-col-lg-offset-2 {
     934    margin-left: 16.666666666666664%;
     935  }
     936
     937  .kf-col-lg-offset-1 {
     938    margin-left: 8.333333333333332%;
     939  }
     940
     941  .kf-col-lg-offset-0 {
     942    margin-left: 0;
     943  }
    940944}
    941945.upside-block {
    942     margin-top: 15px;
    943     margin-bottom: 0px;
    944 }
     946  margin-top: 15px;
     947  margin-bottom: 0px;
     948}
     949
    945950.upside-block.upside-block-first {
    946     margin-top: 0px;
     951  margin-top: 0px;
    947952}
    948953
    949954.upside-hide {
    950     display: none;
     955  display: none;
    951956}
    952957
    953958.upside-ligtbox-size-s {
    954     width: 400px;
     959  width: 400px;
    955960}
    956961
    957962.kf-icon-picker-preview {
    958     margin-top: 12px;
    959     padding-left: 5px;
    960 }
     963  margin-top: 12px;
     964  padding-left: 5px;
     965}
     966
    961967.upside-icon-picker-select {
    962     margin-bottom: 15px;
    963 }
     968  margin-bottom: 15px;
     969}
     970
    964971.kf-icon-picker-preview [class^="flaticon-"]::before, .kf-icon-picker-preview [class*=" flaticon-"]::before, .kf-icon-picker-preview [class^="flaticon-"]::after, .kf-icon-picker-preview [class*=" flaticon-"]::after,
    965972.kf-icon-picker-preview i {
    966     font-size: 36px !important;
    967     color: #666;
    968 }
     973  font-size: 36px !important;
     974  color: #666;
     975}
     976
    969977.kf-list-of-icon {
    970     padding: 6px 12px;
    971 }
     978  padding: 6px 12px;
     979}
     980
    972981.kf-list-of-icon .kf-row.kf-wrap {
    973     border-top: 1px solid #e5e5e5;
    974     border-left: 1px solid #e5e5e5;
    975 }
     982  border-top: 1px solid #e5e5e5;
     983  border-left: 1px solid #e5e5e5;
     984}
     985
    976986.kf-list-of-icon span {
    977     height: 50px;
    978     line-height: 50px;
    979     text-align: center;
    980     border-right: 1px solid #e5e5e5;
    981     border-bottom: 1px solid #e5e5e5;
    982     cursor: pointer;
    983 }
     987  height: 50px;
     988  line-height: 50px;
     989  text-align: center;
     990  border-right: 1px solid #e5e5e5;
     991  border-bottom: 1px solid #e5e5e5;
     992  cursor: pointer;
     993}
     994
    984995.kf-list-of-icon span i {
    985     font-size: 16px;
    986     color: #444;
    987 }
     996  font-size: 16px;
     997  color: #444;
     998}
     999
    9881000.kf-list-of-icon span.upside-active, .kf-list-of-icon span:hover {
    989     background-color: #1e8cbe;
    990 }
     1001  background-color: #1e8cbe;
     1002}
     1003
    9911004.kf-list-of-icon span.upside-active i, .kf-list-of-icon span:hover i {
    992     color: #FFF;
    993 }
     1005  color: #FFF;
     1006}
     1007
    9941008.kf-list-of-icon .kf-textbox {
    995     width: 100%;
    996     margin-bottom: 24px;
    997     height: 25px;
    998     line-height: 25px;
    999     padding: 0px 12px;
    1000 }
     1009  width: 100%;
     1010  margin-bottom: 24px;
     1011  height: 25px;
     1012  line-height: 25px;
     1013  padding: 0px 12px;
     1014}
     1015
    10011016/* wrapper metabox */
    10021017.kopa-metabox-wrap {
    1003     margin-top: 12px;
    1004     padding-top: 12px;
    1005     border-top: 1px solid #eee;
    1006 }
     1018  margin-top: 12px;
     1019  padding-top: 12px;
     1020  margin-left: -15px;
     1021  margin-right: -15px;
     1022  border-top: 1px solid #eee;
     1023}
     1024
    10071025.kopa-metabox-wrap.kopa-metabox-wrap-first {
    1008     margin-top: 12px;
    1009     padding-top: 0px;
    1010     border-top: none;
    1011 }
     1026  margin-top: 12px;
     1027  padding-top: 0px;
     1028  border-top: none;
     1029}
     1030
    10121031.kopa-metabox-wrap .kopa-help {
    1013     font-size: 85%;
    1014     font-style: italic;
    1015 }
     1032  font-size: 85%;
     1033  font-style: italic;
     1034}
     1035
     1036.kopa-widget-block {
     1037  margin-top: 12px;
     1038  margin-bottom: 12px;
     1039}
     1040
     1041.kopa-widget-desc {
     1042  margin-top: 6px;
     1043}
     1044
     1045.kf_ui_caption {
     1046  border-bottom: 1px solid #e5e5e5;
     1047  background-color: #f3f3f3;
     1048  -webkit-border-radius: 5px;
     1049  -moz-border-radius: 5px;
     1050  border-radius: 5px;
     1051  padding: 6px 24px;
     1052  line-height: 24px;
     1053  color: #999;
     1054}
  • kopatheme/trunk/assets/css/widget.scss

    r1353276 r1428092  
     1.kopa-widget-block {
     2  margin-top: 12px;
     3  margin-bottom: 12px;
     4}
     5.kopa-widget-desc{
     6    margin-top: 6px;   
     7}
     8
     9/* advanced fields */
     10.kf-row:before, .kf-row:after {
     11    display: table;
     12    content: " ";
     13}
     14.kf-row:after {
     15    clear: both;
     16}
     17.kf-row, .kf-row *, .kf-row:before, .kf-row:after {
     18    -webkit-box-sizing: border-box;
     19    -moz-box-sizing: border-box;
     20    box-sizing: border-box;
     21}
     22.kf-col-xs-1,
     23.kf-col-sm-1,
     24.kf-col-md-1,
     25.kf-col-lg-1,
     26.kf-col-xs-2,
     27.kf-col-sm-2,
     28.kf-col-md-2,
     29.kf-col-lg-2,
     30.kf-col-xs-3,
     31.kf-col-sm-3,
     32.kf-col-md-3,
     33.kf-col-lg-3,
     34.kf-col-xs-4,
     35.kf-col-sm-4,
     36.kf-col-md-4,
     37.kf-col-lg-4,
     38.kf-col-xs-5,
     39.kf-col-sm-5,
     40.kf-col-md-5,
     41.kf-col-lg-5,
     42.kf-col-xs-6,
     43.kf-col-sm-6,
     44.kf-col-md-6,
     45.kf-col-lg-6,
     46.kf-col-xs-7,
     47.kf-col-sm-7,
     48.kf-col-md-7,
     49.kf-col-lg-7,
     50.kf-col-xs-8,
     51.kf-col-sm-8,
     52.kf-col-md-8,
     53.kf-col-lg-8,
     54.kf-col-xs-9,
     55.kf-col-sm-9,
     56.kf-col-md-9,
     57.kf-col-lg-9,
     58.kf-col-xs-10,
     59.kf-col-sm-10,
     60.kf-col-md-10,
     61.kf-col-lg-10,
     62.kf-col-xs-11,
     63.kf-col-sm-11,
     64.kf-col-md-11,
     65.kf-col-lg-11,
     66.kf-col-xs-12,
     67.kf-col-sm-12,
     68.kf-col-md-12,
     69.kf-col-lg-12 {
     70    float: left !important;
     71    position: relative;
     72    min-height: 1px;
     73    padding-right: 15px;
     74    padding-left: 15px;
     75}
     76
     77.kf-col-xs-12 {
     78    width: 100%;
     79}
     80
     81.kf-col-xs-11 {
     82    width: 91.66666666666666%;
     83}
     84
     85.kf-col-xs-10 {
     86    width: 83.33333333333334%;
     87}
     88
     89.kf-col-xs-9 {
     90    width: 75%;
     91}
     92
     93.kf-col-xs-8 {
     94    width: 66.66666666666666%;
     95}
     96
     97.kf-col-xs-7 {
     98    width: 58.333333333333336%;
     99}
     100
     101.kf-col-xs-6 {
     102    width: 50%;
     103}
     104
     105.kf-col-xs-5 {
     106    width: 41.66666666666667%;
     107}
     108
     109.kf-col-xs-4 {
     110    width: 33.33333333333333%;
     111}
     112
     113.kf-col-xs-3 {
     114    width: 25%;
     115}
     116
     117.kf-col-xs-2 {
     118    width: 16.666666666666664%;
     119}
     120
     121.kf-col-xs-1 {
     122    width: 8.333333333333332%;
     123}
     124
     125.kf-col-xs-pull-12 {
     126    right: 100%;
     127}
     128
     129.kf-col-xs-pull-11 {
     130    right: 91.66666666666666%;
     131}
     132
     133.kf-col-xs-pull-10 {
     134    right: 83.33333333333334%;
     135}
     136
     137.kf-col-xs-pull-9 {
     138    right: 75%;
     139}
     140
     141.kf-col-xs-pull-8 {
     142    right: 66.66666666666666%;
     143}
     144
     145.kf-col-xs-pull-7 {
     146    right: 58.333333333333336%;
     147}
     148
     149.kf-col-xs-pull-6 {
     150    right: 50%;
     151}
     152
     153.kf-col-xs-pull-5 {
     154    right: 41.66666666666667%;
     155}
     156
     157.kf-col-xs-pull-4 {
     158    right: 33.33333333333333%;
     159}
     160
     161.kf-col-xs-pull-3 {
     162    right: 25%;
     163}
     164
     165.kf-col-xs-pull-2 {
     166    right: 16.666666666666664%;
     167}
     168
     169.kf-col-xs-pull-1 {
     170    right: 8.333333333333332%;
     171}
     172
     173.kf-col-xs-pull-0 {
     174    right: 0;
     175}
     176
     177.kf-col-xs-push-12 {
     178    left: 100%;
     179}
     180
     181.kf-col-xs-push-11 {
     182    left: 91.66666666666666%;
     183}
     184
     185.kf-col-xs-push-10 {
     186    left: 83.33333333333334%;
     187}
     188
     189.kf-col-xs-push-9 {
     190    left: 75%;
     191}
     192
     193.kf-col-xs-push-8 {
     194    left: 66.66666666666666%;
     195}
     196
     197.kf-col-xs-push-7 {
     198    left: 58.333333333333336%;
     199}
     200
     201.kf-col-xs-push-6 {
     202    left: 50%;
     203}
     204
     205.kf-col-xs-push-5 {
     206    left: 41.66666666666667%;
     207}
     208
     209.kf-col-xs-push-4 {
     210    left: 33.33333333333333%;
     211}
     212
     213.kf-col-xs-push-3 {
     214    left: 25%;
     215}
     216
     217.kf-col-xs-push-2 {
     218    left: 16.666666666666664%;
     219}
     220
     221.kf-col-xs-push-1 {
     222    left: 8.333333333333332%;
     223}
     224
     225.kf-col-xs-push-0 {
     226    left: 0;
     227}
     228
     229.kf-col-xs-offset-12 {
     230    margin-left: 100%;
     231}
     232
     233.kf-col-xs-offset-11 {
     234    margin-left: 91.66666666666666%;
     235}
     236
     237.kf-col-xs-offset-10 {
     238    margin-left: 83.33333333333334%;
     239}
     240
     241.kf-col-xs-offset-9 {
     242    margin-left: 75%;
     243}
     244
     245.kf-col-xs-offset-8 {
     246    margin-left: 66.66666666666666%;
     247}
     248
     249.kf-col-xs-offset-7 {
     250    margin-left: 58.333333333333336%;
     251}
     252
     253.kf-col-xs-offset-6 {
     254    margin-left: 50%;
     255}
     256
     257.kf-col-xs-offset-5 {
     258    margin-left: 41.66666666666667%;
     259}
     260
     261.kf-col-xs-offset-4 {
     262    margin-left: 33.33333333333333%;
     263}
     264
     265.kf-col-xs-offset-3 {
     266    margin-left: 25%;
     267}
     268
     269.kf-col-xs-offset-2 {
     270    margin-left: 16.666666666666664%;
     271}
     272
     273.kf-col-xs-offset-1 {
     274    margin-left: 8.333333333333332%;
     275}
     276
     277.kf-col-xs-offset-0 {
     278    margin-left: 0;
     279}
     280
     281@media (min-width: 768px) {
     282    .kf-col-sm-1,
     283    .kf-col-sm-2,
     284    .kf-col-sm-3,
     285    .kf-col-sm-4,
     286    .kf-col-sm-5,
     287    .kf-col-sm-6,
     288    .kf-col-sm-7,
     289    .kf-col-sm-8,
     290    .kf-col-sm-9,
     291    .kf-col-sm-10,
     292    .kf-col-sm-11,
     293    .kf-col-sm-12 {
     294        float: left;
     295    }
     296
     297    .kf-col-sm-12 {
     298        width: 100%;
     299    }
     300
     301    .kf-col-sm-11 {
     302        width: 91.66666666666666%;
     303    }
     304
     305    .kf-col-sm-10 {
     306        width: 83.33333333333334%;
     307    }
     308
     309    .kf-col-sm-9 {
     310        width: 75%;
     311    }
     312
     313    .kf-col-sm-8 {
     314        width: 66.66666666666666%;
     315    }
     316
     317    .kf-col-sm-7 {
     318        width: 58.333333333333336%;
     319    }
     320
     321    .kf-col-sm-6 {
     322        width: 50%;
     323    }
     324
     325    .kf-col-sm-5 {
     326        width: 41.66666666666667%;
     327    }
     328
     329    .kf-col-sm-4 {
     330        width: 33.33333333333333%;
     331    }
     332
     333    .kf-col-sm-3 {
     334        width: 25%;
     335    }
     336
     337    .kf-col-sm-2 {
     338        width: 16.666666666666664%;
     339    }
     340
     341    .kf-col-sm-1 {
     342        width: 8.333333333333332%;
     343    }
     344
     345    .kf-col-sm-pull-12 {
     346        right: 100%;
     347    }
     348
     349    .kf-col-sm-pull-11 {
     350        right: 91.66666666666666%;
     351    }
     352
     353    .kf-col-sm-pull-10 {
     354        right: 83.33333333333334%;
     355    }
     356
     357    .kf-col-sm-pull-9 {
     358        right: 75%;
     359    }
     360
     361    .kf-col-sm-pull-8 {
     362        right: 66.66666666666666%;
     363    }
     364
     365    .kf-col-sm-pull-7 {
     366        right: 58.333333333333336%;
     367    }
     368
     369    .kf-col-sm-pull-6 {
     370        right: 50%;
     371    }
     372
     373    .kf-col-sm-pull-5 {
     374        right: 41.66666666666667%;
     375    }
     376
     377    .kf-col-sm-pull-4 {
     378        right: 33.33333333333333%;
     379    }
     380
     381    .kf-col-sm-pull-3 {
     382        right: 25%;
     383    }
     384
     385    .kf-col-sm-pull-2 {
     386        right: 16.666666666666664%;
     387    }
     388
     389    .kf-col-sm-pull-1 {
     390        right: 8.333333333333332%;
     391    }
     392
     393    .kf-col-sm-pull-0 {
     394        right: 0;
     395    }
     396
     397    .kf-col-sm-push-12 {
     398        left: 100%;
     399    }
     400
     401    .kf-col-sm-push-11 {
     402        left: 91.66666666666666%;
     403    }
     404
     405    .kf-col-sm-push-10 {
     406        left: 83.33333333333334%;
     407    }
     408
     409    .kf-col-sm-push-9 {
     410        left: 75%;
     411    }
     412
     413    .kf-col-sm-push-8 {
     414        left: 66.66666666666666%;
     415    }
     416
     417    .kf-col-sm-push-7 {
     418        left: 58.333333333333336%;
     419    }
     420
     421    .kf-col-sm-push-6 {
     422        left: 50%;
     423    }
     424
     425    .kf-col-sm-push-5 {
     426        left: 41.66666666666667%;
     427    }
     428
     429    .kf-col-sm-push-4 {
     430        left: 33.33333333333333%;
     431    }
     432
     433    .kf-col-sm-push-3 {
     434        left: 25%;
     435    }
     436
     437    .kf-col-sm-push-2 {
     438        left: 16.666666666666664%;
     439    }
     440
     441    .kf-col-sm-push-1 {
     442        left: 8.333333333333332%;
     443    }
     444
     445    .kf-col-sm-push-0 {
     446        left: 0;
     447    }
     448
     449    .kf-col-sm-offset-12 {
     450        margin-left: 100%;
     451    }
     452
     453    .kf-col-sm-offset-11 {
     454        margin-left: 91.66666666666666%;
     455    }
     456
     457    .kf-col-sm-offset-10 {
     458        margin-left: 83.33333333333334%;
     459    }
     460
     461    .kf-col-sm-offset-9 {
     462        margin-left: 75%;
     463    }
     464
     465    .kf-col-sm-offset-8 {
     466        margin-left: 66.66666666666666%;
     467    }
     468
     469    .kf-col-sm-offset-7 {
     470        margin-left: 58.333333333333336%;
     471    }
     472
     473    .kf-col-sm-offset-6 {
     474        margin-left: 50%;
     475    }
     476
     477    .kf-col-sm-offset-5 {
     478        margin-left: 41.66666666666667%;
     479    }
     480
     481    .kf-col-sm-offset-4 {
     482        margin-left: 33.33333333333333%;
     483    }
     484
     485    .kf-col-sm-offset-3 {
     486        margin-left: 25%;
     487    }
     488
     489    .kf-col-sm-offset-2 {
     490        margin-left: 16.666666666666664%;
     491    }
     492
     493    .kf-col-sm-offset-1 {
     494        margin-left: 8.333333333333332%;
     495    }
     496
     497    .kf-col-sm-offset-0 {
     498        margin-left: 0;
     499    }
     500}
     501@media (min-width: 992px) {
     502    .kf-col-md-1,
     503    .kf-col-md-2,
     504    .kf-col-md-3,
     505    .kf-col-md-4,
     506    .kf-col-md-5,
     507    .kf-col-md-6,
     508    .kf-col-md-7,
     509    .kf-col-md-8,
     510    .kf-col-md-9,
     511    .kf-col-md-10,
     512    .kf-col-md-11,
     513    .kf-col-md-12 {
     514        float: left;
     515    }
     516
     517    .kf-col-md-12 {
     518        width: 100%;
     519    }
     520
     521    .kf-col-md-11 {
     522        width: 91.66666666666666%;
     523    }
     524
     525    .kf-col-md-10 {
     526        width: 83.33333333333334%;
     527    }
     528
     529    .kf-col-md-9 {
     530        width: 75%;
     531    }
     532
     533    .kf-col-md-8 {
     534        width: 66.66666666666666%;
     535    }
     536
     537    .kf-col-md-7 {
     538        width: 58.333333333333336%;
     539    }
     540
     541    .kf-col-md-6 {
     542        width: 50%;
     543    }
     544
     545    .kf-col-md-5 {
     546        width: 41.66666666666667%;
     547    }
     548
     549    .kf-col-md-4 {
     550        width: 33.33333333333333%;
     551    }
     552
     553    .kf-col-md-3 {
     554        width: 25%;
     555    }
     556
     557    .kf-col-md-2 {
     558        width: 16.666666666666664%;
     559    }
     560
     561    .kf-col-md-1 {
     562        width: 8.333333333333332%;
     563    }
     564
     565    .kf-col-md-pull-12 {
     566        right: 100%;
     567    }
     568
     569    .kf-col-md-pull-11 {
     570        right: 91.66666666666666%;
     571    }
     572
     573    .kf-col-md-pull-10 {
     574        right: 83.33333333333334%;
     575    }
     576
     577    .kf-col-md-pull-9 {
     578        right: 75%;
     579    }
     580
     581    .kf-col-md-pull-8 {
     582        right: 66.66666666666666%;
     583    }
     584
     585    .kf-col-md-pull-7 {
     586        right: 58.333333333333336%;
     587    }
     588
     589    .kf-col-md-pull-6 {
     590        right: 50%;
     591    }
     592
     593    .kf-col-md-pull-5 {
     594        right: 41.66666666666667%;
     595    }
     596
     597    .kf-col-md-pull-4 {
     598        right: 33.33333333333333%;
     599    }
     600
     601    .kf-col-md-pull-3 {
     602        right: 25%;
     603    }
     604
     605    .kf-col-md-pull-2 {
     606        right: 16.666666666666664%;
     607    }
     608
     609    .kf-col-md-pull-1 {
     610        right: 8.333333333333332%;
     611    }
     612
     613    .kf-col-md-pull-0 {
     614        right: 0;
     615    }
     616
     617    .kf-col-md-push-12 {
     618        left: 100%;
     619    }
     620
     621    .kf-col-md-push-11 {
     622        left: 91.66666666666666%;
     623    }
     624
     625    .kf-col-md-push-10 {
     626        left: 83.33333333333334%;
     627    }
     628
     629    .kf-col-md-push-9 {
     630        left: 75%;
     631    }
     632
     633    .kf-col-md-push-8 {
     634        left: 66.66666666666666%;
     635    }
     636
     637    .kf-col-md-push-7 {
     638        left: 58.333333333333336%;
     639    }
     640
     641    .kf-col-md-push-6 {
     642        left: 50%;
     643    }
     644
     645    .kf-col-md-push-5 {
     646        left: 41.66666666666667%;
     647    }
     648
     649    .kf-col-md-push-4 {
     650        left: 33.33333333333333%;
     651    }
     652
     653    .kf-col-md-push-3 {
     654        left: 25%;
     655    }
     656
     657    .kf-col-md-push-2 {
     658        left: 16.666666666666664%;
     659    }
     660
     661    .kf-col-md-push-1 {
     662        left: 8.333333333333332%;
     663    }
     664
     665    .kf-col-md-push-0 {
     666        left: 0;
     667    }
     668
     669    .kf-col-md-offset-12 {
     670        margin-left: 100%;
     671    }
     672
     673    .kf-col-md-offset-11 {
     674        margin-left: 91.66666666666666%;
     675    }
     676
     677    .kf-col-md-offset-10 {
     678        margin-left: 83.33333333333334%;
     679    }
     680
     681    .kf-col-md-offset-9 {
     682        margin-left: 75%;
     683    }
     684
     685    .kf-col-md-offset-8 {
     686        margin-left: 66.66666666666666%;
     687    }
     688
     689    .kf-col-md-offset-7 {
     690        margin-left: 58.333333333333336%;
     691    }
     692
     693    .kf-col-md-offset-6 {
     694        margin-left: 50%;
     695    }
     696
     697    .kf-col-md-offset-5 {
     698        margin-left: 41.66666666666667%;
     699    }
     700
     701    .kf-col-md-offset-4 {
     702        margin-left: 33.33333333333333%;
     703    }
     704
     705    .kf-col-md-offset-3 {
     706        margin-left: 25%;
     707    }
     708
     709    .kf-col-md-offset-2 {
     710        margin-left: 16.666666666666664%;
     711    }
     712
     713    .kf-col-md-offset-1 {
     714        margin-left: 8.333333333333332%;
     715    }
     716
     717    .kf-col-md-offset-0 {
     718        margin-left: 0;
     719    }
     720}
     721@media (min-width: 1200px) {
     722    .kf-col-lg-1,
     723    .kf-col-lg-2,
     724    .kf-col-lg-3,
     725    .kf-col-lg-4,
     726    .kf-col-lg-5,
     727    .kf-col-lg-6,
     728    .kf-col-lg-7,
     729    .kf-col-lg-8,
     730    .kf-col-lg-9,
     731    .kf-col-lg-10,
     732    .kf-col-lg-11,
     733    .kf-col-lg-12 {
     734        float: left;
     735    }
     736
     737    .kf-col-lg-12 {
     738        width: 100%;
     739    }
     740
     741    .kf-col-lg-11 {
     742        width: 91.66666666666666%;
     743    }
     744
     745    .kf-col-lg-10 {
     746        width: 83.33333333333334%;
     747    }
     748
     749    .kf-col-lg-9 {
     750        width: 75%;
     751    }
     752
     753    .kf-col-lg-8 {
     754        width: 66.66666666666666%;
     755    }
     756
     757    .kf-col-lg-7 {
     758        width: 58.333333333333336%;
     759    }
     760
     761    .kf-col-lg-6 {
     762        width: 50%;
     763    }
     764
     765    .kf-col-lg-5 {
     766        width: 41.66666666666667%;
     767    }
     768
     769    .kf-col-lg-4 {
     770        width: 33.33333333333333%;
     771    }
     772
     773    .kf-col-lg-3 {
     774        width: 25%;
     775    }
     776
     777    .kf-col-lg-2 {
     778        width: 16.666666666666664%;
     779    }
     780
     781    .kf-col-lg-1 {
     782        width: 8.333333333333332%;
     783    }
     784
     785    .kf-col-lg-pull-12 {
     786        right: 100%;
     787    }
     788
     789    .kf-col-lg-pull-11 {
     790        right: 91.66666666666666%;
     791    }
     792
     793    .kf-col-lg-pull-10 {
     794        right: 83.33333333333334%;
     795    }
     796
     797    .kf-col-lg-pull-9 {
     798        right: 75%;
     799    }
     800
     801    .kf-col-lg-pull-8 {
     802        right: 66.66666666666666%;
     803    }
     804
     805    .kf-col-lg-pull-7 {
     806        right: 58.333333333333336%;
     807    }
     808
     809    .kf-col-lg-pull-6 {
     810        right: 50%;
     811    }
     812
     813    .kf-col-lg-pull-5 {
     814        right: 41.66666666666667%;
     815    }
     816
     817    .kf-col-lg-pull-4 {
     818        right: 33.33333333333333%;
     819    }
     820
     821    .kf-col-lg-pull-3 {
     822        right: 25%;
     823    }
     824
     825    .kf-col-lg-pull-2 {
     826        right: 16.666666666666664%;
     827    }
     828
     829    .kf-col-lg-pull-1 {
     830        right: 8.333333333333332%;
     831    }
     832
     833    .kf-col-lg-pull-0 {
     834        right: 0;
     835    }
     836
     837    .kf-col-lg-push-12 {
     838        left: 100%;
     839    }
     840
     841    .kf-col-lg-push-11 {
     842        left: 91.66666666666666%;
     843    }
     844
     845    .kf-col-lg-push-10 {
     846        left: 83.33333333333334%;
     847    }
     848
     849    .kf-col-lg-push-9 {
     850        left: 75%;
     851    }
     852
     853    .kf-col-lg-push-8 {
     854        left: 66.66666666666666%;
     855    }
     856
     857    .kf-col-lg-push-7 {
     858        left: 58.333333333333336%;
     859    }
     860
     861    .kf-col-lg-push-6 {
     862        left: 50%;
     863    }
     864
     865    .kf-col-lg-push-5 {
     866        left: 41.66666666666667%;
     867    }
     868
     869    .kf-col-lg-push-4 {
     870        left: 33.33333333333333%;
     871    }
     872
     873    .kf-col-lg-push-3 {
     874        left: 25%;
     875    }
     876
     877    .kf-col-lg-push-2 {
     878        left: 16.666666666666664%;
     879    }
     880
     881    .kf-col-lg-push-1 {
     882        left: 8.333333333333332%;
     883    }
     884
     885    .kf-col-lg-push-0 {
     886        left: 0;
     887    }
     888
     889    .kf-col-lg-offset-12 {
     890        margin-left: 100%;
     891    }
     892
     893    .kf-col-lg-offset-11 {
     894        margin-left: 91.66666666666666%;
     895    }
     896
     897    .kf-col-lg-offset-10 {
     898        margin-left: 83.33333333333334%;
     899    }
     900
     901    .kf-col-lg-offset-9 {
     902        margin-left: 75%;
     903    }
     904
     905    .kf-col-lg-offset-8 {
     906        margin-left: 66.66666666666666%;
     907    }
     908
     909    .kf-col-lg-offset-7 {
     910        margin-left: 58.333333333333336%;
     911    }
     912
     913    .kf-col-lg-offset-6 {
     914        margin-left: 50%;
     915    }
     916
     917    .kf-col-lg-offset-5 {
     918        margin-left: 41.66666666666667%;
     919    }
     920
     921    .kf-col-lg-offset-4 {
     922        margin-left: 33.33333333333333%;
     923    }
     924
     925    .kf-col-lg-offset-3 {
     926        margin-left: 25%;
     927    }
     928
     929    .kf-col-lg-offset-2 {
     930        margin-left: 16.666666666666664%;
     931    }
     932
     933    .kf-col-lg-offset-1 {
     934        margin-left: 8.333333333333332%;
     935    }
     936
     937    .kf-col-lg-offset-0 {
     938        margin-left: 0;
     939    }
     940}
     941.upside-block {
     942    margin-top: 15px;
     943    margin-bottom: 0px;
     944}
     945.upside-block.upside-block-first {
     946    margin-top: 0px;
     947}
     948
     949.upside-hide {
     950    display: none;
     951}
     952
     953.upside-ligtbox-size-s {
     954    width: 400px;
     955}
     956
     957.kf-icon-picker-preview {
     958    margin-top: 12px;
     959    padding-left: 5px;
     960}
     961.upside-icon-picker-select {
     962    margin-bottom: 15px;
     963}
     964.kf-icon-picker-preview [class^="flaticon-"]::before, .kf-icon-picker-preview [class*=" flaticon-"]::before, .kf-icon-picker-preview [class^="flaticon-"]::after, .kf-icon-picker-preview [class*=" flaticon-"]::after,
     965.kf-icon-picker-preview i {
     966    font-size: 36px !important;
     967    color: #666;
     968}
     969.kf-list-of-icon {
     970    padding: 6px 12px;
     971}
     972.kf-list-of-icon .kf-row.kf-wrap {
     973    border-top: 1px solid #e5e5e5;
     974    border-left: 1px solid #e5e5e5;
     975}
     976.kf-list-of-icon span {
     977    height: 50px;
     978    line-height: 50px;
     979    text-align: center;
     980    border-right: 1px solid #e5e5e5;
     981    border-bottom: 1px solid #e5e5e5;
     982    cursor: pointer;
     983}
     984.kf-list-of-icon span i {
     985    font-size: 16px;
     986    color: #444;
     987}
     988.kf-list-of-icon span.upside-active, .kf-list-of-icon span:hover {
     989    background-color: #1e8cbe;
     990}
     991.kf-list-of-icon span.upside-active i, .kf-list-of-icon span:hover i {
     992    color: #FFF;
     993}
     994.kf-list-of-icon .kf-textbox {
     995    width: 100%;
     996    margin-bottom: 24px;
     997    height: 25px;
     998    line-height: 25px;
     999    padding: 0px 12px;
     1000}
     1001/* wrapper metabox */
     1002.kopa-metabox-wrap {
     1003    margin-top: 12px;
     1004    padding-top: 12px;
     1005    margin-left: -15px;
     1006    margin-right: -15px;
     1007    border-top: 1px solid #eee;   
     1008}
     1009
     1010.kopa-metabox-wrap.kopa-metabox-wrap-first {
     1011    margin-top: 12px;
     1012    padding-top: 0px;
     1013    border-top: none;
     1014}
     1015.kopa-metabox-wrap .kopa-help {
     1016    font-size: 85%;
     1017    font-style: italic;
     1018}
     1019
    11020.kopa-widget-block{
    21021  margin-top: 12px;
     
    51024
    61025.kopa-widget-desc{
    7     margin-top: 6px;   
    8 }
     1026    margin-top: 6px;   
     1027}
     1028
     1029.kf_ui_caption{   
     1030    border-bottom: 1px solid #e5e5e5;
     1031    background-color: #f3f3f3;
     1032    -webkit-border-radius: 5px;
     1033    -moz-border-radius: 5px;
     1034    border-radius: 5px;
     1035    padding: 6px 24px;
     1036    line-height: 24px;       
     1037    color: #999;
     1038}
  • kopatheme/trunk/assets/fonts/flaticon.svg

    r1353276 r1428092  
    11<?xml version="1.0" standalone="no"?>
    22<!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"><defs><font id="flaticon" horiz-adv-x="512"><font-face units-per-em="512" ascent="448" descent="-64" x-height="240" cap-height="480"/><missing-glyph horiz-adv-x="512"/><glyph unicode="&#xE000;" glyph-name="barbell" horiz-adv-x="512" d="M326.43736447039 433.95095913261l170.46738949124 -170.7236030025l-42.296580483736 -42.25387823186l-69.903586321935 70.010341951626L156.54645537948 62.825688073395l70.010341951626 -69.882235195997l-42.25387823186 -42.339282735613l-170.7236030025 170.48874061718l42.25387823186 42.275229357798 l72.017347789825 -71.867889908257L356.05137614679 319.67973311093l-71.931943286072 72.017347789825L326.43736447039 433.95095913261zM512.02135112594 334.68957464554l-42.25387823186 42.296580483736l28.909424520434 28.909424520434l-28.695913261051 28.695913261051l-28.909424520434 -28.888073394495L398.81768140117 448 l-28.695913261051 -28.674562135113l113.13961634696 -113.31042535446L512.02135112594 334.68957464554zM0 49.118265221018l42.25387823186 -42.211175979983l-27.372143452877 -27.393494578816l28.695913261051 -28.695913261051l27.414845704754 27.393494578816l42.296580483736 -42.25387823186l28.674562135113 28.695913261051 l-113.3317764804 113.18231859883L0 49.118265221018z"/><glyph unicode="&#xE001;" glyph-name="basketball35" horiz-adv-x="512" d="M256 448C115.2 448 0 332.8 0 192c0 -140.8 115.2 -256 256 -256c140.8 0 256 115.2 256 256C512 332.8 396.8 448 256 448zM465.81333333333 229.44 c-1.728 -1.6213333333333 -42.602666666667 -38.698666666667 -141.65333333333 -51.306666666667c1.2586666666667 79.445333333333 54.912 135.872 85.248 161.536C438.12266666667 309.824 458.21866666667 271.76533333333 465.81333333333 229.44zM273.00266666667 -18.794666666667c-0.49066666666667 0.576 -44.565333333333 54.826666666667 -54.442666666667 166.16533333333c11.925333333333 -0.72533333333333 24.234666666667 -1.2586666666667 37.44 -1.2586666666667c15.082666666667 0 29.034666666667 0.64 42.453333333333 1.5786666666667 c9.344 -65.002666666667 58.410666666667 -102.54933333333 92.032 -120.91733333333c-32.426666666667 -26.453333333333 -72.661333333333 -43.541333333333 -116.62933333333 -47.232C273.55733333333 -19.925333333333 273.408 -19.285333333333 273.00266666667 -18.794666666667zM216.53333333333 192 c0 140.90666666667 55.317333333333 209.38666666667 56.448 210.77333333333c0.448 0.49066666666667 0.55466666666667 1.1093333333333 0.896 1.6426666666667c43.114666666667 -3.6266666666667 82.645333333333 -20.181333333333 114.73066666667 -45.802666666667 c-35.114666666667 -30.016 -92.352 -92.864 -92.096 -183.18933333333C283.73333333333 174.50666666667 270.42133333333 173.86666666667 256 173.86666666667c-13.888 0 -26.709333333333 0.576 -39.061333333333 1.408 C216.768 180.84266666667 216.53333333333 186.24 216.53333333333 192zM240.53333333333 404.544C222.35733333333 375.25333333333 188.8 305.77066666667 188.8 192c0 -4.8426666666667 0.23466666666667 -9.3653333333333 0.34133333333333 -14.037333333333 c-22.250666666667 2.7946666666667 -41.6 6.7413333333333 -58.24 11.328c-2.2826666666667 79.637333333333 -18.730666666667 131.47733333333 -26.666666666667 152.14933333333C139.56266666667 377.344 187.43466666667 400.68266666667 240.53333333333 404.544zM83.392 316.608 C90.624 293.54666666667 100.224 253.44 102.76266666667 198.37866666667c-38.186666666667 14.442666666667 -55.424 29.973333333333 -56.576 31.061333333333C51.946666666667 261.54666666667 64.917333333333 291.136 83.392 316.608zM42.666666666667 192 c0 1.7493333333333 0.21333333333333 3.456 0.256 5.2053333333333c12.330666666667 -8.2133333333333 32.064 -19.008 60.458666666667 -28.672c-0.448 -69.845333333333 -22.08 -97.472 -22.186666666667 -97.621333333333 c-0.085333333333333 -0.128 -0.10666666666667 -0.256 -0.192 -0.384C56.917333333333 105.088 42.666666666667 146.96533333333 42.666666666667 192zM97.856 49.536c1.6213333333333 0.78933333333333 3.136 1.856 4.3946666666667 3.2853333333333 c1.1306666666667 1.3226666666667 26.261333333333 32.362666666667 28.522666666667 107.54133333333c17.365333333333 -4.416 37.397333333333 -8.0426666666667 59.797333333333 -10.581333333333c6.912 -88.874666666667 34.176 -144.87466666667 49.962666666667 -170.32533333333 C184.10666666667 -16.448 133.71733333333 9.8133333333334 97.856 49.536zM411.88266666667 47.04c-27.776 13.76 -76.778666666667 45.866666666667 -85.781333333333 103.33866666667c75.861333333333 9.344 121.06666666667 32.234666666667 142.93333333333 46.805333333333 C469.07733333333 195.456 469.33333333333 193.74933333333 469.33333333333 192C469.33333333333 136.08533333333 447.38133333333 85.184 411.88266666667 47.04z"/><glyph unicode="&#xE002;" glyph-name="biceps" horiz-adv-x="612" d="M612.25637710706 241.45353289245c0 -96.743075928596 -96.717617224405 -132.38526179703 -96.717617224405 -132.38526179703s-50.917408383472 -170.57331808463 -201.12376311471 -170.57331808463c-53.463278802645 0 -81.467853413555 7.6376112575208 -101.83481676694 7.6376112575208c-20.366963353389 0 -40.733926706777 -10.132564268311 -50.917408383472 -10.132564268311 c-12.729352095868 0 -86.559594251902 53.463278802645 -114.56416886281 122.20178012033c-40.733926706777 106.9010989011 -43.279797125951 185.82308189548 -45.825667545125 229.10287902143c-5.0917408383472 58.555019640992 5.0917408383472 94.197205509423 33.096315449257 122.20178012033c17.821092934215 15.300681219233 40.733926706777 35.64218586843 66.192630898513 38.188056287604 c28.004574610909 2.5713291233653 38.188056287604 -10.158022972503 58.555019640992 -25.458704191736c17.821092934215 -12.729352095868 25.458704191736 -17.821092934215 28.004574610909 -33.096315449257c0 -5.0917408383472 2.5458704191736 -17.821092934215 -7.6376112575208 -17.821092934215c2.5458704191736 -7.6376112575208 -5.0917408383472 -22.887375068371 -17.821092934215 -20.366963353389c2.5458704191736 -10.183481676694 -12.729352095868 -17.821092934215 -20.366963353389 -17.821092934215 c2.5458704191736 -7.6376112575208 -12.729352095868 -10.158022972503 -17.821092934215 -10.158022972503c-5.0917408383472 0 -10.183481676694 0 -15.275222515042 2.5458704191736c0 0 -12.729352095868 5.0917408383472 -7.6376112575208 12.729352095868c-7.6376112575208 -15.275222515042 -28.004574610909 -7.6376112575208 -20.366963353389 -25.458704191736c5.0917408383472 -12.729352095868 20.366963353389 -61.100890060166 56.009149221819 -94.197205509423 c43.279797125951 -38.188056287604 56.009149221819 -73.804783451842 68.738501317687 -101.83481676694c5.0917408383472 30.550445030083 28.004574610909 134.9311322162 160.38983640794 114.56416886281c-25.458704191736 58.555019640992 15.275222515042 140.02287305455 132.35980309283 140.02287305455C579.18552036199 371.2929242703 612.25637710706 305.10029337179 612.25637710706 241.45353289245z"/><glyph unicode="&#xE003;" glyph-name="canopy" horiz-adv-x="512" d="M256 448C115.2 448 0 332.8 0 192c0 -1.728 5.76 -13.034666666667 23.466666666667 -21.866666666667L128.98133333333 -57.813333333333C130.79466666667 -61.717333333333 134.656 -64 138.66666666667 -64 c1.4933333333333 0 3.0293333333333 0.34133333333333 4.4586666666667 0.98133333333333c5.3333333333333 2.4746666666667 7.68 8.832 5.2053333333333 14.165333333333l-97.322666666667 210.21866666667C55.338666666667 160.53333333333 59.669333333333 160 64 160 c17.066666666667 0 27.733333333333 6.4 27.733333333333 6.4s9.8986666666667 -19.733333333333 36.885333333333 -27.392l42.304 -194.58133333333C171.98933333333 -60.586666666667 176.42666666667 -64 181.33333333333 -64c0.74666666666667 0 1.5146666666667 0.085333333333333 2.2826666666667 0.256 c5.76 1.2586666666667 9.408 6.912 8.1493333333333 12.714666666667L150.976 136.53333333333c0.192 0 0.29866666666667 0 0.49066666666667 0c26.112 0 42.432 11.370666666667 47.552 14.250666666667 C203.904 145.70666666667 219.008 128 256 128c0 0 0 0 2.1333333333333 0c40.533333333333 0 59.733333333333 23.466666666667 59.733333333333 23.466666666667s16.789333333333 -12.8 43.2 -14.570666666667l-40.832 -187.98933333333 c-1.28 -5.7813333333333 2.368 -11.413333333333 8.128 -12.693333333333C329.17333333333 -63.914666666667 329.92 -64 330.66666666667 -64c4.9066666666667 0 9.344 3.4133333333333 10.410666666667 8.4266666666667l42.026666666667 193.32266666667 C413.184 143.872 426.66666666667 166.4 426.66666666667 166.4s10.666666666667 -6.4 27.733333333333 -6.4c1.8133333333333 0 3.8613333333333 0.042666666666667 5.9946666666667 0.128l-96.746666666667 -208.98133333333c-2.432 -5.3333333333333 -0.14933333333333 -11.690666666667 5.2053333333333 -14.165333333333 C370.28266666667 -63.658666666667 371.84 -64 373.33333333333 -64c4.0106666666667 0 7.872 2.2826666666667 9.6853333333333 6.1866666666667l104.21333333333 225.10933333333C506.752 176.61866666667 512 192 512 192v2.1333333333333C509.86666666667 334.93333333333 396.8 448 256 448 zM151.46666666667 157.86666666667c-2.1333333333333 0 -4.2666666666667 0 -8.5333333333333 0c-21.333333333333 2.1333333333333 -32 19.157333333333 -32 19.157333333333l-10.453333333333 18.816c1.6853333333333 41.066666666667 17.002666666667 175.65866666667 139.41333333333 228.33066666667 c-58.88 -88.469333333333 -53.418666666667 -200.68266666667 -46.506666666667 -248.85333333333L185.6 168.53333333333C185.6 168.53333333333 172.8 157.86666666667 151.46666666667 157.86666666667zM369.06666666667 160c-2.1333333333333 0 -4.2666666666667 0 -6.4 0c-21.333333333333 0 -34.133333333333 10.666666666667 -34.133333333333 10.666666666667 l-11.392 8.5333333333333c1.2373333333333 50.176 -2.5173333333333 159.04 -49.642666666667 246.82666666667c124.11733333333 -51.093333333333 141.824 -181.824 143.97866666667 -228.07466666667L401.06666666667 179.2C401.06666666667 179.2 392.53333333333 162.13333333333 369.06666666667 160z"/><glyph unicode="&#xE004;" glyph-name="championship8" horiz-adv-x="723" d="M421.64705882353 448c102.4 0 301.17647058824 -51.2 298.16470588235 -138.54117647059C710.77647058824 291.38823529412 680.65882352941 267.29411764706 638.49411764706 255.24705882353c0 57.223529411765 -45.176470588235 138.57129411765 -222.87058823529 138.57129411765C385.50588235294 393.78823529412 376.47058823529 448 421.64705882353 448zM722.82352941176 279.34117647059 c0 0 0 -123.51247058824 0 -144.59482352941c0 -42.104470588235 -60.235294117647 -138.54117647059 -177.69411764706 -144.56470588235C527.05882352941 -24.847058823529 499.95294117647 -36.894117647059 472.84705882353 -36.894117647059c-9.0352941176471 0 -15.058823529412 0 -24.094117647059 3.0117647058824C424.65882352941 -51.952941176471 394.54117647059 -64 361.41176470588 -64 c-33.129411764706 0 -63.247058823529 12.047058823529 -87.341176470588 30.117647058824c-6.0235294117647 -3.0117647058824 -15.058823529412 -3.0117647058824 -24.094117647059 -3.0117647058824c-27.105882352941 0 -54.211764705882 9.0352941176471 -72.282352941176 27.045647058824C60.235294117647 23.341176470588 0 50.447058823529 0 131.76470588235V276.32941176471c0 -45.176470588235 114.44705882353 -90.352941176471 180.70588235294 -96.376470588235 C198.77647058824 198.02352941176 222.87058823529 207.05882352941 249.97647058824 207.05882352941c9.0352941176471 0 18.070588235294 0 24.094117647059 0c24.094117647059 18.070588235294 54.211764705882 30.117647058824 87.341176470588 30.117647058824c33.129411764706 0 63.247058823529 -12.047058823529 87.341176470588 -30.117647058824c5.9934117647059 3.0117647058824 15.058823529412 3.0117647058824 24.094117647059 3.0117647058824 C499.95294117647 210.07058823529 524.04705882353 198.02352941176 542.11764705882 182.96470588235C638.49411764706 179.95294117647 722.82352941176 246.21176470588 722.82352941176 279.34117647059zM225.88235294118 86.588235294118c0 24.094117647059 -21.082352941176 45.176470588235 -45.176470588235 45.176470588235S135.52941176471 110.68235294118 135.52941176471 86.588235294118s21.082352941176 -45.176470588235 45.176470588235 -45.176470588235S225.88235294118 62.494117647059 225.88235294118 86.588235294118 zM451.76470588235 86.588235294118c0 51.2 -39.152941176471 90.352941176471 -90.352941176471 90.352941176471s-90.352941176471 -39.152941176471 -90.352941176471 -90.352941176471s39.152941176471 -90.352941176471 90.352941176471 -90.352941176471S451.76470588235 35.388235294118 451.76470588235 86.588235294118zM587.29411764706 86.588235294118c0 24.094117647059 -21.082352941176 45.176470588235 -45.176470588235 45.176470588235s-45.176470588235 -21.082352941176 -45.176470588235 -45.176470588235s21.082352941176 -45.176470588235 45.176470588235 -45.176470588235 S587.29411764706 62.494117647059 587.29411764706 86.588235294118zM90.352941176471 258.25882352941C90.352941176471 339.57647058824 117.45882352941 387.76470588235 301.17647058824 387.76470588235c18.070588235294 0 30.117647058824 12.047058823529 30.117647058824 30.117647058824s-12.047058823529 30.117647058824 -30.117647058824 30.117647058824C99.388235294118 448 0 402.82352941176 0 330.54117647059C0 294.4 48.188235294118 270.30588235294 90.352941176471 258.25882352941z"/><glyph unicode="&#xE005;" glyph-name="climbing6" horiz-adv-x="405" d="M128 384c0 23.552 19.114666666667 42.666666666667 42.666666666667 42.666666666667c23.552 0 42.666666666667 -19.114666666667 42.666666666667 -42.666666666667S194.21866666667 341.33333333333 170.66666666667 341.33333333333C147.11466666667 341.33333333333 128 360.448 128 384zM277.33333333333 256v-21.333333333333c5.2266666666667 0 128 2.432 128 213.33333333333h-21.333333333333 C384 258.19733333333 281.68533333333 256 277.33333333333 256zM328.704 211.47733333333c-6.656 2.9653333333333 -14.464 2.3466666666667 -20.544 -1.728l-34.666666666667 -23.125333333333c-24.554666666667 -12.586666666667 -59.925333333333 -26.602666666667 -102.82666666667 -30.890666666667 l-0.128 -0.40533333333333c-7.1466666666667 -0.085333333333333 -14.144 -3.3066666666667 -18.133333333333 -9.8773333333333l-42.666666666667 -70.421333333333c-0.61866666666667 -1.0026666666667 -1.1306666666667 -2.0693333333333 -1.5786666666667 -3.1146666666667l-42.666666666667 -106.66666666667 c-4.3733333333333 -10.965333333333 0.93866666666667 -23.381333333333 11.882666666667 -27.754666666667C80 -63.552 82.688 -64 85.333333333333 -64c8.4693333333333 0 16.469333333333 5.0346666666667 19.818666666667 13.418666666667l42.005333333333 105.024l1.4933333333333 2.4533333333333 c19.52 9.3866666666667 57.941333333333 29.056 79.616 47.637333333333c2.176 0.96 4.224 2.0906666666667 6.4 3.0933333333333V-64h21.333333333333v182.50666666667c18.709333333333 10.261333333333 35.562666666667 21.248 48.576 30.506666666667 l15.594666666667 -109.33333333333c1.536 -10.666666666667 10.666666666667 -18.325333333333 21.12 -18.325333333333c1.0026666666667 0 2.0266666666667 0.064 3.072 0.21333333333333c11.669333333333 1.664 19.754666666667 12.501333333333 18.112 24.170666666667l-21.333333333333 149.33333333333 C340.07466666667 202.26133333333 335.424 208.49066666667 328.704 211.47733333333zM70.613333333333 235.712l57.877333333333 18.816L153.62133333333 174.93333333333c61.845333333333 0 100.26666666667 27.733333333333 100.26666666667 27.733333333333l-10.304 90.773333333333l60.181333333333 38.442666666667 c3.9893333333333 2.5386666666667 6.9546666666667 6.3146666666667 8.576 10.730666666667l27.712 76.8c4.0106666666667 11.072 -1.7066666666667 23.296 -12.821333333333 27.306666666667c-11.072 3.9893333333333 -23.338666666667 -1.7066666666667 -27.306666666667 -12.821333333333l-25.28 -69.973333333333 l-0.36266666666667 -0.23466666666667l-197.54666666667 -81.130666666667L74.858666666667 281.96266666667l-34.453333333333 68.906666666667C35.136 361.408 22.357333333333 365.696 11.818666666667 360.42666666667C1.28 355.136 -3.0293333333333 342.336 2.24 331.79733333333l42.666666666667 -85.333333333333 C48.618666666667 239.08266666667 56.106666666667 234.66666666667 64 234.66666666667C66.218666666667 234.66666666667 68.437333333333 235.008 70.613333333333 235.712z"/><glyph unicode="&#xE006;" glyph-name="drop19" horiz-adv-x="512" d="M101.16266666667 368.40533333333L87.082666666667 384.42666666667C98.197333333333 394.19733333333 110.25066666667 403.05066666667 122.88 410.752L133.99466666667 392.53333333333C122.38933333333 385.472 111.36 377.344 101.16266666667 368.40533333333zM209.57866666667 422.08 l-4.2026666666667 20.906666666667c-14.528 -2.9013333333333 -28.885333333333 -7.104 -42.666666666667 -12.501333333333l7.7653333333333 -19.882666666667C183.104 415.552 196.26666666667 419.41333333333 209.57866666667 422.08zM72.96 338.944L56.341333333333 352.32 C47.061333333333 340.75733333333 38.72 328.34133333333 31.573333333333 315.41333333333l18.688 -10.304C56.810666666667 316.94933333333 64.448 328.36266666667 72.96 338.944zM33.770666666667 267.81866666667L13.589333333333 274.70933333333 C8.832 260.71466666667 5.248 246.18666666667 2.9653333333333 231.53066666667L24.042666666667 228.26666666667C26.133333333333 241.68533333333 29.397333333333 254.99733333333 33.770666666667 267.81866666667zM490.58133333333 193.472l21.333333333333 0.128 c-0.085333333333333 14.890666666667 -1.4293333333333 29.781333333333 -4.0533333333333 44.266666666667l-20.992 -3.8186666666667C489.28 220.8 490.496 207.14666666667 490.58133333333 193.472zM255.936 426.66666666667 c13.674666666667 0 27.285333333333 -1.1733333333333 40.576 -3.4986666666667l3.6906666666667 21.013333333333C285.73866666667 446.72 270.82666666667 448 255.89333333333 448l-6.3573333333333 -0.085333333333333l0.53333333333333 -21.333333333333L255.936 426.66666666667zM496.128 280.74666666667 c-5.0986666666667 13.866666666667 -11.477333333333 27.392 -18.986666666667 40.170666666667L458.73066666667 310.18666666667c6.848 -11.733333333333 12.714666666667 -24.106666666667 17.365333333333 -36.821333333333L496.128 280.74666666667zM16.874666666667 100.24533333333 c5.312 -13.781333333333 11.861333333333 -27.221333333333 19.498666666667 -39.936l18.282666666667 11.008c-6.9973333333333 11.648 -12.992 23.936 -17.856 36.608L16.874666666667 100.24533333333zM383.488 413.99466666667 c-12.864 7.4026666666667 -26.389333333333 13.717333333333 -40.341333333333 18.752l-7.2533333333333 -20.053333333333c12.757333333333 -4.608 25.173333333333 -10.389333333333 36.949333333333 -17.173333333333L383.488 413.99466666667zM21.333333333333 187.584l-21.333333333333 -0.384 c0.256 -14.805333333333 1.8133333333333 -29.674666666667 4.6293333333333 -44.202666666667l20.928 4.032C22.997333333333 160.384 21.568 174.016 21.333333333333 187.584zM437.056 42.752l16.490666666667 -13.546666666667 c9.4293333333333 11.541333333333 17.92 23.829333333333 25.173333333333 36.608l-18.538666666667 10.538666666667C453.568 64.618666666667 445.78133333333 53.333333333333 437.056 42.752zM419.98933333333 388.544l-13.696 -16.384 c10.389333333333 -8.6826666666667 20.096 -18.346666666667 28.885333333333 -28.736l16.298666666667 13.781333333333C441.92 368.53333333333 431.31733333333 379.072 419.98933333333 388.544zM375.40266666667 -10.090666666667l10.88 -18.304 c12.736 7.5306666666667 24.874666666667 16.234666666667 36.096 25.877333333333l-13.845333333333 16.234666666667C398.18666666667 4.8426666666667 387.072 -3.1146666666667 375.40266666667 -10.090666666667zM78.592 38.293333333333l-16.128 -13.952 c9.6853333333333 -11.136 20.437333333333 -21.589333333333 31.936 -30.912l13.461333333333 16.512C97.301333333333 18.517333333333 87.466666666667 28.032 78.592 38.293333333333zM477.12 113.408l20.053333333333 -7.168 c4.9706666666667 13.888 8.7253333333333 28.373333333333 11.178666666667 43.050666666667l-21.013333333333 3.5413333333333C485.09866666667 139.41333333333 481.664 126.144 477.12 113.408zM299.41333333333 -38.656l3.9893333333333 -20.928 c14.613333333333 2.752 28.992 6.7626666666667 42.794666666667 11.989333333333l-7.5093333333333 19.989333333333C326.03733333333 -32.426666666667 312.832 -36.117333333333 299.41333333333 -38.656zM255.936 -42.666666666667 c-12.608 0 -25.301333333333 1.024 -37.738666666667 3.0506666666667l-3.3706666666667 -21.077333333333C228.37333333333 -62.890666666667 242.19733333333 -64 255.936 -64l3.2853333333333 0.021333333333333l-0.448 21.333333333333L255.936 -42.666666666667zM131.15733333333 -31.573333333333 c13.013333333333 -7.2533333333333 26.666666666667 -13.376 40.554666666667 -18.218666666667l7.0186666666667 20.138666666667c-12.736 4.416 -25.258666666667 10.069333333333 -37.184 16.704L131.15733333333 -31.573333333333zM255.936 228.26666666667 c23.552 0 42.666666666667 19.093333333333 42.666666666667 42.666666666667c0 23.552 -19.114666666667 42.666666666667 -42.666666666667 42.666666666667c-23.552 0 -42.666666666667 -19.114666666667 -42.666666666667 -42.666666666667C213.26933333333 247.36 232.384 228.26666666667 255.936 228.26666666667zM418.58133333333 311.104 c-6.8693333333333 3.7973333333333 -15.552 1.3226666666667 -19.349333333333 -5.5253333333333l-39.978666666667 -72c-15.061333333333 -4.8853333333333 -61.632 -18.837333333333 -103.31733333333 -18.837333333333c-41.578666666667 0 -88.234666666667 13.952 -103.31733333333 18.837333333333 L112.64 305.57866666667C108.82133333333 312.448 100.16 314.88 93.290666666667 311.104C86.442666666667 307.28533333333 83.946666666667 298.624 87.765333333333 291.75466666667l42.666666666667 -76.8c1.6853333333333 -3.0293333333333 4.416 -5.3333333333333 7.6586666666667 -6.4853333333333 c0.34133333333333 -0.128 1.792 -0.64 4.0533333333333 -1.3866666666667L136.46933333333 206.93333333333l61.866666666667 -25.6l14.933333333333 -59.733333333333c-25.6 -42.666666666667 -40.533333333333 -68.266666666667 -40.533333333333 -68.266666666667c-6.4 -8.5333333333333 -2.1333333333333 -25.6 6.4 -27.733333333333 c12.8 -6.4 21.333333333333 0 29.866666666667 6.4l46.293333333333 61.034666666667c0.36266666666667 -0.768 0.64 -1.3226666666667 0.64 -1.3226666666667l46.933333333333 -59.733333333333c8.512 -6.4 17.066666666667 -12.8 29.845333333333 -6.4 c8.5333333333333 2.1333333333333 12.821333333333 19.178666666667 6.4213333333333 27.733333333333c0 0 -14.464 24.746666666667 -39.168 65.984l13.568 62.016l61.845333333333 25.6c-0.704 0.36266666666667 -1.8773333333333 0.68266666666667 -3.2 0.96 c0.78933333333333 0.27733333333333 1.408 0.49066666666667 1.5786666666667 0.55466666666667c3.2426666666667 1.1733333333333 5.952 3.4773333333333 7.6373333333333 6.4853333333333l42.666666666667 76.8C427.94666666667 298.624 425.42933333333 307.28533333333 418.58133333333 311.104z"/><glyph unicode="&#xE007;" glyph-name="dumbbell21" horiz-adv-x="768" d="M512 448h96v-512h-96v192H256v-192H160V448h96v-192h256V448zM768 256h-64V416h-64v-448h64v160h64V256zM64 256H0v-128h64v-160h64V416H64V256z"/><glyph unicode="&#xE008;" glyph-name="finish" horiz-adv-x="479" d="M476.68367821929 448l-32.499682620287 -28.166391604249c0 0 -47.687867631501 -38.999619144344 -95.332402352842 -38.999619144344c-21.666455080191 0 -39.021285599424 8.6665820320765 -60.687740679616 17.333164064153c-23.83310058821 10.833227540096 -51.999492192459 25.99974609623 -93.144090389742 25.99974609623c-116.99885743303 0 -184.16486818163 -71.499301764631 -188.49815919766 -75.832592780669 l-6.4999365240574 -6.4999365240574l112.66556641699 -316.35191062587l0.064999365240574 0.086665820320765l31.481359231518 -89.590791756591l40.884600736321 14.343193263087l-38.089628030976 108.41894122128C164.70839151961 73.711988489696 202.49468917947 101.33671871694 240.47598493504 101.33671871694c32.499682620287 0 51.999492192459 -6.5216029791376 69.354322711692 -10.833227540096 c17.311497609073 -4.3116245609581 34.666328128306 -10.833227540096 60.644407769455 -10.833227540096c51.999492192459 0 95.332402352842 23.854767043291 97.499047860861 23.854767043291l10.833227540096 6.4999365240574L476.68367821929 448zM368.35140281833 120.83652828911c-9.3599085946426 0 -17.094833058271 1.0616562989294 -24.678092336338 2.5349752443824 l-16.509838771106 71.130972028268c-21.666455080191 6.4999365240574 -54.166137700478 17.333164064153 -69.310989801532 17.333164064153l19.716474122974 -72.365959967839c-11.591553467902 1.8199822267361 -24.87309043206 3.0333037112268 -41.426262113326 3.0333037112268c-13.714866065761 0 -27.14806821548 -2.7949727053447 -39.952943167873 -6.8899327155008 l-27.21306758072 69.744318903136c-21.623122170031 -8.9049130379586 -44.546231644873 -25.913080275909 -59.951081206889 -38.52295713258L74.272608014896 265.82844568575C105.88396597689 289.79154500444 136.52033346029 300.6681054547 136.52033346029 300.6681054547L109.50226397529 368.1591130295 C133.31369810842 377.7790190851 162.52007955651 385.18894672253 197.16474122974 385.18894672253c5.8282764165715 0 11.071558545978 -0.71499301764631 16.314840675384 -1.4299860352926l18.373153908002 -70.047649274258c19.499809572172 0 73.66594727265 -25.99974609623 73.66594727265 -25.99974609623l-15.491515382337 68.162667682282 C307.88032668952 348.11764208032 326.34014641784 341.85603656214 350.9965722991 341.85603656214c10.031568702129 0 19.933138673776 1.4949854005332 29.618044094621 3.6182979983919L385.6629004274 276.85667132157c0 0 22.944775929923 6.2616055181753 51.999492192459 24.829757521899V209.6689941179 c-24.158097414413 -10.811561085015 -45.542888578562 -15.144852101054 -45.542888578562 -15.144852101054l4.9616182133638 -70.632643561424C388.02454403115 122.158182049 378.46963734078 120.83652828911 368.35140281833 120.83652828911zM214.49790529389 313.68964495789c10.833227540096 0 17.354830519233 0 17.354830519233 0 L257.83081545428 214.00228513393c0 0 -19.478143117092 2.1883119630993 -38.977952689264 2.1883119630993c-19.478143117092 0 -47.666201176421 -10.833227540096 -47.666201176421 -10.833227540096l-36.811307181245 93.165756844822C134.35368795227 298.52312640176 171.16499513351 313.68964495789 214.49790529389 313.68964495789zM355.32986331514 272.50171385045 c17.354830519233 0 30.333037112268 4.3332910160383 30.333037112268 4.3332910160383l6.5216029791376 -82.332529304727c0 0 -17.354830519233 -2.1883119630993 -32.499682620287 -2.1883119630993s-34.666328128306 4.3332910160383 -34.666328128306 4.3332910160383l-19.499809572172 88.832465828784C305.51868308578 285.50158689857 331.49676272693 272.50171385045 355.32986331514 272.50171385045z"/><glyph unicode="&#xE009;" glyph-name="fishing11" horiz-adv-x="512" d="M512 245.33333333333c0 -40.533333333333 -34.133333333333 -74.666666666667 -74.666666666667 -74.666666666667S362.66666666667 204.8 362.66666666667 245.33333333333c0 12.8 6.4 38.4 27.733333333333 53.333333333333l19.2 -51.2l-21.333333333333 12.8c-14.933333333333 -42.666666666667 19.178666666667 -72.533333333333 49.066666666667 -72.533333333333 s46.933333333333 25.6 46.933333333333 57.6c0 47.104 -52.970666666667 84.522666666667 -57.194666666667 162.98666666667C420.58666666667 411.98933333333 416 418.66666666667 416 426.66666666667c0 11.776 9.536 21.333333333333 21.333333333333 21.333333333333s21.333333333333 -9.5573333333333 21.333333333333 -21.333333333333 c0 -5.8026666666667 -2.3253333333333 -11.050666666667 -6.1013333333333 -14.890666666667C455.552 333.03466666667 512 295.18933333333 512 245.33333333333zM332.8 87.466666666667c0 -10.666666666667 8.5333333333333 -19.157333333333 19.2 -19.157333333333s19.2 8.4906666666667 19.2 19.157333333333 S362.66666666667 106.66666666667 352 106.66666666667S332.8 98.133333333333 332.8 87.466666666667zM445.86666666667 70.4l-36.266666666667 -38.4l27.733333333333 -27.733333333333C405.33333333333 -25.6 315.73333333333 -64 260.26666666667 -64c-18.432 0 -38.016 4.2026666666667 -57.578666666667 10.816 C176.256 -62.997333333333 138.09066666667 -64 128 -64c5.952 7.4666666666667 10.858666666667 23.210666666667 14.741333333333 37.866666666667c-24.042666666667 13.205333333333 -45.845333333333 27.733333333333 -63.018666666667 40.085333333333C67.904 -16.170666666667 37.866666666667 -37.76 0 -42.666666666667 c14.933333333333 23.466666666667 23.466666666667 53.333333333333 23.466666666667 85.333333333333S14.933333333333 104.53333333333 0 128c37.44 -4.8853333333333 67.306666666667 -25.984 79.402666666667 -55.573333333333c13.205333333333 9.92 29.162666666667 21.056 46.912 31.872 C117.73866666667 116.88533333333 106.66666666667 128 106.66666666667 128l85.333333333333 64c0 0 32.341333333333 -2.2826666666667 77.034666666667 -43.498666666667C365.52533333333 144.14933333333 417.49333333333 100.8 445.86666666667 70.4zM384 74.666666666667c0 17.066666666667 -14.933333333333 32 -32 32 S320 91.733333333333 320 74.666666666667s14.933333333333 -32 32 -32S384 57.6 384 74.666666666667z"/><glyph unicode="&#xE00A;" glyph-name="floating1" horiz-adv-x="427" d="M213.33333333333 320C177.984 320 149.33333333333 348.65066666667 149.33333333333 384s28.650666666667 64 64 64c35.328 0 64 -28.650666666667 64 -64S248.66133333333 320 213.33333333333 320zM21.333333333333 -64h384c0 0 -32 21.333333333333 -192 21.333333333333S21.333333333333 -64 21.333333333333 -64zM413.76 147.60533333333l-65.216 27.946666666667l-29.290666666667 107.43466666667c-1.9626666666667 7.1893333333333 -7.552 12.117333333333 -14.122666666667 14.272L305.06666666667 298.66666666667c0 0 -49.066666666667 21.333333333333 -91.733333333333 21.333333333333S121.6 298.66666666667 121.6 298.66666666667L121.536 297.23733333333 C114.944 295.08266666667 109.376 290.13333333333 107.41333333333 282.944l-29.290666666667 -107.41333333333l-65.194666666667 -27.968c-10.816 -4.6506666666667 -15.850666666667 -17.216 -11.2 -27.989333333333C5.184 111.50933333333 13.056 106.66666666667 21.333333333333 106.66666666667 c2.7946666666667 0 5.6533333333333 0.53333333333333 8.4053333333333 1.728l74.666666666667 32c5.0773333333333 2.1973333333333 8.6613333333333 6.4426666666667 10.816 11.434666666667L115.2 151.46666666667l0.704 1.664 c0.17066666666667 0.448 0.55466666666667 0.78933333333333 0.68266666666667 1.3013333333333l0.256 0.96L138.66666666667 206.93333333333l9.8986666666667 -79.125333333333L106.66666666667 117.33333333333l72.341333333333 -50.624L74.666666666667 113.06666666667c-23.466666666667 10.666666666667 -42.666666666667 -4.2666666666667 -46.933333333333 -14.933333333333 c-4.2666666666667 -10.666666666667 -4.2666666666667 -34.133333333333 19.2 -42.666666666667l99.84 -33.578666666667L140.8 19.2C130.13333333333 14.933333333333 125.86666666667 2.1333333333334 130.13333333333 -8.5333333333333C132.26666666667 -17.066666666667 140.8 -21.333333333333 149.33333333333 -21.333333333333c2.1333333333333 0 4.2666666666667 0 6.4 2.1333333333333l55.722666666667 19.285333333333 L268.8 -19.2C270.93333333333 -21.333333333333 273.06666666667 -21.333333333333 275.2 -21.333333333333c8.4906666666667 0 17.066666666667 4.2666666666667 21.333333333333 12.8c4.2453333333333 10.666666666667 0 23.509333333333 -10.666666666667 27.754666666667l-8.4266666666667 3.7546666666667L377.6 57.6 c25.6 6.4 25.6 29.845333333333 21.333333333333 40.512s-23.488 25.578666666667 -46.933333333333 14.912l-104.34133333333 -46.378666666667L320 117.33333333333l-41.877333333333 10.474666666667L288 206.93333333333l21.824 -51.648l0.256 -0.91733333333333 c0.128 -0.448 0.448 -0.72533333333333 0.61866666666667 -1.1733333333333L311.46666666667 151.46666666667v0.42666666666667c2.1546666666667 -5.0133333333333 5.76 -9.3013333333333 10.837333333333 -11.456l74.666666666667 -32C399.65866666667 107.2 402.51733333333 106.66666666667 405.33333333333 106.66666666667 c8.2986666666667 0 16.149333333333 4.8426666666667 19.605333333333 12.906666666667C429.58933333333 130.41066666667 424.53333333333 142.95466666667 413.76 147.60533333333z"/><glyph unicode="&#xE00B;" glyph-name="guru1" horiz-adv-x="465" d="M162.90909090909 378.18181818182c0 38.562909090909 31.255272727273 69.818181818182 69.818181818182 69.818181818182c38.539636363636 0 69.818181818182 -31.255272727273 69.818181818182 -69.818181818182s-31.278545454545 -69.818181818182 -69.818181818182 -69.818181818182C194.16436363636 308.36363636364 162.90909090909 339.61890909091 162.90909090909 378.18181818182zM455.70327272727 71.261090909091l-74.705454545455 53.364363636364l-32.721454545455 120.04072727273 c-2.1410909090909 7.8429090909091 -8.2385454545455 13.218909090909 -15.406545454545 15.569454545455L332.8 261.81818181818C332.8 261.81818181818 279.27272727273 285.09090909091 232.72727272727 285.09090909091c-46.545454545455 0 -100.07272727273 -23.272727272727 -100.07272727273 -23.272727272727L132.58472727273 260.28218181818c-7.1912727272727 -2.3505454545455 -13.265454545455 -7.7498181818182 -15.406545454545 -15.592727272727 l-32.721454545455 -120.01745454545l-74.705454545455 -53.364363636364c-10.472727272727 -7.4472727272727 -12.893090909091 -21.992727272727 -5.4225454545455 -32.488727272727C8.8669090909091 32.488727272727 16.034909090909 29.090909090909 23.296 29.090909090909c4.6778181818182 0 9.4021818181818 1.4196363636364 13.498181818182 4.3752727272727 l81.454545454545 58.181818181818c4.3752727272727 3.0952727272727 7.5170909090909 7.6334545454545 8.9367272727273 12.823272727273l0.27927272727273 1.0472727272727L151.27272727273 161.74545454545l10.821818181818 -86.621090909091C157.88218181818 72.727272727273 112.96581818182 46.824727272727 90.763636363636 29.090909090909 C65.163636363636 8.1454545454546 46.545454545455 -5.8181818181818 46.545454545455 -29.090909090909C46.545454545455 -50.036363636364 65.163636363636 -64 93.090909090909 -64c18.618181818182 0 65.163636363636 0 65.163636363636 0S139.63636363636 -59.345454545455 139.63636363636 -36.072727272727c0 27.927272727273 32.581818181818 37.236363636364 74.472727272727 51.2 c32.558545454545 11.636363636364 30.231272727273 9.2625454545455 30.231272727273 9.2625454545455l72.145454545455 -23.272727272727c0 0 -51.176727272727 -6.9818181818182 -97.722181818182 -13.963636363636c-27.927272727273 -4.6312727272727 -51.2 -6.9585454545455 -51.2 -25.6c0 -16.267636363636 13.963636363636 -25.6 23.272727272727 -25.6 c11.636363636364 0 148.92218181818 0 167.56363636364 0c20.898909090909 0 60.509090909091 2.3272727272727 60.509090909091 34.909090909091s-18.618181818182 41.890909090909 -39.563636363636 55.854545454545c-37.166545454545 24.040727272727 -71.866181818182 45.777454545455 -75.985454545455 48.360727272727L314.18181818182 161.74545454545l23.808 -56.343272727273 l0.27927272727273 -1.0007272727273c1.4196363636364 -5.1898181818182 4.5381818181818 -9.6814545454545 8.9367272727273 -12.823272727273l81.454545454545 -58.181818181818C432.77963636364 30.510545454545 437.48072727273 29.090909090909 442.15854545455 29.090909090909c7.2610909090909 0 14.405818181818 3.3978181818182 18.920727272727 9.7512727272727 C468.59636363636 49.291636363636 466.12945454545 63.837090909091 455.70327272727 71.261090909091z"/><glyph unicode="&#xE00C;" glyph-name="guru" horiz-adv-x="372" d="M116.36363636364 378.18181818182c0 38.562909090909 31.255272727273 69.818181818182 69.818181818182 69.818181818182c38.539636363636 0 69.818181818182 -31.255272727273 69.818181818182 -69.818181818182S224.72145454545 308.36363636364 186.18181818182 308.36363636364C147.61890909091 308.36363636364 116.36363636364 339.61890909091 116.36363636364 378.18181818182zM372.36363636364 -29.090909090909c0 -32.581818181818 -39.563636363636 -34.909090909091 -60.509090909091 -34.909090909091 c-18.641454545455 0 -155.92727272727 0 -167.56363636364 0c-9.3090909090909 0 -23.272727272727 9.3090909090909 -23.272727272727 25.6c0 18.641454545455 23.272727272727 20.945454545455 51.2 25.646545454545c46.545454545455 6.9818181818182 97.722181818182 13.963636363636 97.722181818182 13.963636363636l-72.145454545455 23.272727272727c0 0 2.3272727272727 2.3738181818182 -30.254545454545 -9.2625454545455 C125.67272727273 1.1636363636364 93.090909090909 -8.1454545454546 93.090909090909 -36.072727272727c0 -23.272727272727 18.618181818182 -27.927272727273 18.618181818182 -27.927272727273s-46.545454545455 0 -65.163636363636 0c-27.927272727273 0 -46.545454545455 13.963636363636 -46.545454545455 34.909090909091c0 23.272727272727 18.618181818182 37.236363636364 44.218181818182 58.181818181818 c17.384727272727 13.917090909091 48.989090909091 32.977454545455 63.930181818182 41.751272727273L104.72727272727 87.272727272727L51.2 75.636363636364c0 0 -2.3272727272727 0 -4.6545454545455 0c-6.9818181818182 0 -11.636363636364 2.3272727272727 -20.945454545455 6.9818181818182c-4.6545454545455 6.9818181818182 -6.9818181818182 16.290909090909 -4.6545454545455 23.272727272727l46.545454545455 139.63636363636 C69.818181818182 252.50909090909 76.8 257.16363636364 83.781818181818 259.49090909091c0 0 53.527272727273 23.272727272727 100.07272727273 23.272727272727s100.07272727273 -23.272727272727 100.07272727273 -23.272727272727c6.9818181818182 -2.3272727272727 13.963636363636 -6.9818181818182 16.290909090909 -13.963636363636l46.545454545455 -139.63636363636c4.6312727272727 -6.9818181818182 2.3272727272727 -16.290909090909 -4.6545454545455 -23.272727272727C339.78181818182 77.963636363636 332.8 75.636363636364 325.81818181818 75.636363636364 c-2.3272727272727 0 -2.3272727272727 0 -4.6545454545455 0l-53.527272727273 11.636363636364l-3.4443636363636 -16.779636363636c13.056 -8.2152727272727 40.122181818182 -25.274181818182 68.608 -43.729454545455C353.74545454545 12.8 372.36363636364 3.4909090909091 372.36363636364 -29.090909090909zM139.63636363636 145.45454545455 c16.290909090909 32.581818181818 32.581818181818 53.527272727273 46.545454545455 53.527272727273s30.254545454545 -25.6 46.545454545455 -53.527272727273c0 0 -16.290909090909 93.090909090909 -46.545454545455 93.090909090909S139.63636363636 145.45454545455 139.63636363636 145.45454545455z"/><glyph unicode="&#xE00D;" glyph-name="jump7" horiz-adv-x="511" d="M181.11203319502 -61.854273858921c-64.053112033195 0 -159.33609958506 39.579087136929 -159.33609958506 148.71369294606c0 100.6579253112 67.30356846473 167.11170124481 116.44282157676 215.65609958506C165.73078838174 329.68763485477 191.73443983402 355.35136929461 191.73443983402 373.64315352697 c0 17.866887966805 -14.000331950207 31.867219917012 -31.867219917012 31.867219917012c-13.872863070539 0 -21.882157676349 -1.5721161825726 -34.629045643154 -12.088298755187l11.259751037344 -11.259751037344l-8.4979253112033 -8.4979253112033c-4.2489626556017 -6.3734439834025 -19.120331950207 -2.1244813278008 -27.618257261411 -10.622406639004 c-8.4979253112033 -8.4766804979253 -12.746887966805 -29.721493775934 -36.116182572614 -53.112033195021c-14.871369294606 -14.871369294606 -38.240663900415 -14.871369294606 -53.112033195021 0s-14.871369294606 38.240663900415 0 53.112033195021c23.369294605809 23.390539419087 46.738589211618 27.618257261411 53.112033195021 36.116182572614c8.4979253112033 8.4979253112033 2.1244813278008 21.244813278008 8.4979253112033 27.618257261411l10.622406639004 8.4979253112033 l11.727136929461 -11.727136929461C114.31834024896 440.22439834025 131.69659751037 448 159.86721991701 448c41.682323651452 0 74.356846473029 -32.674522821577 74.356846473029 -74.356846473029c0 -36.073692946058 -30.656265560166 -66.34755186722 -66.13510373444 -101.35900414938 c-48.671867219917 -48.077012448133 -103.82340248963 -102.52746887967 -103.82340248963 -185.42473029046c0 -87.14622406639 84.341908713693 -106.22406639004 116.84647302905 -106.22406639004c86.423900414938 0 138.09128630705 53.983070539419 138.09128630705 106.22406639004c0 35.138921161826 -28.595518672199 63.734439834025 -63.734439834025 63.734439834025c-35.138921161826 0 -63.734439834025 -28.595518672199 -63.734439834025 -63.734439834025 c0 -33.991701244813 29.742738589212 -59.506721991701 29.742738589212 -57.3822406639c0 0 -25.49377593361 -16.974605809129 -46.738589211618 -12.746887966805c-12.746887966805 12.746887966805 -25.49377593361 38.261908713693 -25.49377593361 70.129128630705c0 58.550705394191 47.652116182573 106.22406639004 106.22406639004 106.22406639004s106.22406639004 -47.673360995851 106.22406639004 -106.22406639004 C361.69294605809 13.777261410788 294.1556846473 -61.854273858921 181.11203319502 -61.854273858921zM382.9377593361 373.64315352697c4.2489626556017 -4.2489626556017 19.120331950207 0 27.618257261411 -8.4766804979253c8.4979253112033 -8.4979253112033 12.768132780083 -31.867219917012 36.116182572614 -53.112033195021c14.871369294606 -14.871369294606 38.240663900415 -14.871369294606 53.112033195021 0 c14.871369294606 14.850124481328 14.871369294606 38.240663900415 0 53.112033195021c-23.369294605809 23.369294605809 -46.738589211618 27.618257261411 -53.112033195021 36.094937759336c-8.4979253112033 8.4979253112033 -2.1244813278008 21.244813278008 -8.4979253112033 27.639502074689l-10.622406639004 6.3734439834025l-11.727136929461 -11.727136929461 C396.64066390041 440.22439834025 379.262406639 448 351.07053941909 448c-41.70356846473 0 -74.356846473029 -32.674522821577 -74.356846473029 -74.356846473029c0 -36.073692946058 30.61377593361 -66.34755186722 66.13510373444 -101.35900414938c48.671867219917 -48.077012448133 103.82340248963 -102.52746887967 103.82340248963 -185.42473029046 c0 -53.728132780083 -30.337593360996 -79.243153526971 -55.78887966805 -91.246473029046l0.12746887966805 -0.29742738589212c-12.619419087137 -6.2672199170124 -25.217593360996 -10.45244813278 -35.691286307054 -12.576929460581c0 0 -16.995850622407 -23.411784232365 -48.863070539419 -44.656597510373 c8.4554356846473 0 16.995850622407 -2.1244813278008 25.472531120332 -2.1244813278008c25.472531120332 0 55.2577593361 6.3946887966805 80.75153526971 19.077842323651l-1.6570954356846 3.1442323651452c50.328962655602 24.64398340249 78.138423236515 70.129128630705 78.138423236515 128.63734439834 c0 100.6579253112 -67.30356846473 167.11170124481 -116.42157676349 215.65609958506c-27.512033195021 27.172116182573 -53.536929460581 52.835850622407 -53.536929460581 71.14887966805c0 17.866887966805 14.000331950207 31.867219917012 31.867219917012 31.867219917012c13.851618257261 0 21.860912863071 -1.5721161825726 34.629045643154 -12.088298755187 l-11.259751037344 -11.259751037344L382.9377593361 373.64315352697z"/><glyph unicode="&#xE00E;" glyph-name="jumping27" horiz-adv-x="534" d="M534.26086956522 314.45704347826c0 -36.886260869565 -29.918608695652 -66.782608695652 -66.782608695652 -66.782608695652s-66.782608695652 29.896347826087 -66.782608695652 66.782608695652s29.918608695652 66.782608695652 66.782608695652 66.782608695652S534.26086956522 351.34330434783 534.26086956522 314.45704347826zM451.89565217391 225.41356521739 c-2.8493913043478 0.93495652173913 -6.5001739130435 1.9366956521739 -10.440347826087 2.9384347826087c-39.201391304348 15.226434782609 -84.279652173913 40.559304347826 -105.67234782609 53.092173913043l20.168347826087 141.15617391304c1.736347826087 12.176695652174 -6.7450434782609 23.440695652174 -18.921739130435 25.177043478261 c-12.176695652174 1.6473043478261 -23.462956521739 -6.7227826086957 -25.199304347826 -18.877217391304l-22.260869565217 -155.82608695652c-1.2466086956522 -8.7707826086957 2.8048695652174 -17.45252173913 10.373565217391 -22.082782608696c0.55652173913043 -0.35617391304348 3.6062608695652 -2.2260869565217 8.4813913043478 -5.12l76.666434782609 -60.527304347826 c-11.130434782609 -48.973913043478 -35.617391304348 -84.591304347826 -57.878260869565 -106.85217391304l-118.13843478261 -8.4591304347826l-104.31443478261 104.35895652174c-8.704 8.704 -22.772869565217 8.704 -31.476869565217 0c-8.704 -8.7262608695652 -8.704 -22.772869565217 0 -31.476869565217l111.30434782609 -111.30434782609 C188.77217391304 27.403130434783 194.44869565217 25.065739130435 200.34782608696 25.065739130435l60.104347826087 -6.7005217391304l-80.695652173913 -35.439304347826l-146.45426086957 83.700869565217c-10.640695652174 6.0994782608696 -24.264347826087 2.3819130434783 -30.363826086957 -8.2587826086957 c-6.0994782608696 -10.662956521739 -2.3819130434783 -24.264347826087 8.2810434782609 -30.386086956522l155.82608695652 -89.04347826087C170.4292173913 -62.976 174.25808695652 -63.977739130435 178.08695652174 -63.977739130435c1.4246956521739 0 2.8493913043478 0.33391304347826 4.2740869565217 0.55652173913043L182.53913043478 -63.977739130435 c0 0 111.30434782609 22.260869565217 160.27826086957 44.521739130435c4.4299130434783 2.2260869565217 124.66086956522 62.308173913043 146.92173913043 191.44347826087C491.9652173913 196.47443478261 485.28695652174 214.28313043478 451.89565217391 225.41356521739z"/><glyph unicode="&#xE00F;" glyph-name="leg5" horiz-adv-x="324" d="M151.53066666667 279.46666666667c-2.1333333333333 -6.4 32 -23.466666666667 38.421333333333 -70.4c4.2453333333333 -27.733333333333 -19.2 -72.512 -8.5333333333333 -142.93333333333c10.666666666667 -68.245333333333 32 -78.912 32 -102.4c0 -12.8 -8.5333333333333 -27.733333333333 -29.866666666667 -27.733333333333 s-40.490666666667 6.4 -49.066666666667 6.4c-21.333333333333 0 -19.178666666667 -6.4 -78.933333333333 -6.4c-8.5333333333333 0 -14.933333333333 0 -19.2 4.2666666666667c-6.4 -2.1546666666667 -10.666666666667 -4.2666666666667 -17.066666666667 -4.2666666666667c-10.666666666667 0 -19.2 6.4 -19.2 17.066666666667 c0 4.2666666666667 -2.1333333333333 6.4 19.2 8.5333333333333c8.5333333333333 2.1333333333333 23.466666666667 6.4 44.8 14.933333333333c21.333333333333 8.4906666666667 38.4 6.4 51.2 27.733333333333c10.666666666667 21.333333333333 -4.2666666666667 72.512 -21.333333333333 117.33333333333c-6.4 19.178666666667 -19.2 40.512 -23.488 61.866666666667 c-6.4 23.466666666667 -2.1333333333333 49.066666666667 -14.933333333333 68.266666666667c-17.066666666667 27.733333333333 -17.066666666667 51.2 4.2666666666667 72.533333333333c8.5333333333333 42.666666666667 44.821333333333 102.4 68.266666666667 123.73333333333v-2.1333333333333h196.26666666667c-23.488 -66.133333333333 -119.488 -123.73333333333 -140.82133333333 -134.4 C166.464 302.93333333333 153.664 288 151.53066666667 279.46666666667z"/><glyph unicode="&#xE010;" glyph-name="man362" horiz-adv-x="512" d="M512 426.66666666667c0 -12.8 -27.733333333333 -21.333333333333 -64 -21.333333333333s-64 8.5333333333333 -64 21.333333333333s27.733333333333 21.333333333333 64 21.333333333333S512 439.46666666667 512 426.66666666667zM192 341.33333333333c23.552 0 42.666666666667 19.114666666667 42.666666666667 42.666666666667s-19.114666666667 42.666666666667 -42.666666666667 42.666666666667S149.33333333333 407.552 149.33333333333 384S168.448 341.33333333333 192 341.33333333333zM350.86933333333 445.76c-10.538666666667 5.2906666666667 -23.381333333333 1.0026666666667 -28.629333333333 -9.536l-40.746666666667 -81.514666666667l-4.3093333333333 -3.712L228.288 320H149.33333333333L149.29066666667 319.59466666667 c-4.0533333333333 0 -8.1493333333333 -0.768 -11.776 -3.2l-64 -42.666666666667c-2.3466666666667 -1.5573333333333 -4.352 -3.5626666666667 -5.9093333333333 -5.9093333333333l-42.666666666667 -64c-6.528 -9.792 -3.8826666666667 -23.061333333333 5.9093333333333 -29.610666666667 C34.496 171.81866666667 38.613333333333 170.64533333333 42.666666666667 170.64533333333c6.8906666666667 0 13.653333333333 3.328 17.770666666667 9.4933333333333l40.298666666667 60.437333333333l40.618666666667 27.093333333333l-14.506666666667 -94.997333333333l-36.032 -79.317333333333l-77.376 -30.933333333333 c-10.944 -4.3733333333333 -16.277333333333 -16.789333333333 -11.904 -27.733333333333C4.8853333333333 26.346666666667 12.885333333333 21.312 21.333333333333 21.312c2.6453333333333 0 5.312 0.448 7.9146666666667 1.4933333333333l85.333333333333 34.154666666667 c3.84 1.536 6.8053333333333 4.3733333333333 9.1733333333333 7.7013333333333L123.73333333333 63.978666666667l51.2 78.933333333333L192 73.088v-3.1786666666667l-60.949333333333 -101.58933333333c-6.0586666666667 -10.133333333333 -2.7946666666667 -23.232 7.3173333333333 -29.290666666667 c3.4133333333333 -2.0693333333333 7.2106666666667 -3.0506666666667 10.944 -3.0506666666667c7.2533333333333 0 14.314666666667 3.6906666666667 18.304 10.325333333333l64 106.66666666667C233.64266666667 56.32 234.66666666667 60.096 234.66666666667 63.978666666667v106.66666666667l21.098666666667 105.51466666667 l20.309333333333 17.514666666667L313.6 324.26666666667l-0.72533333333333 1.2586666666667c1.984 1.7706666666667 3.6693333333333 3.8826666666667 4.8853333333333 6.272l42.666666666667 85.333333333333C365.71733333333 427.648 361.408 440.448 350.86933333333 445.76z"/><glyph unicode="&#xE011;" glyph-name="mountain24" horiz-adv-x="512" d="M25.6 317.86666666667C42.666666666667 364.8 117.33333333333 396.8 151.46666666667 379.73333333333L53.333333333333 260.26666666667C53.333333333333 260.26666666667 10.666666666667 279.46666666667 25.6 317.86666666667zM254.912 177.408c-1.8986666666667 5.696 -6.2933333333333 9.9413333333333 -11.690666666667 12.394666666667 V189.86666666667l-0.32 0.128c-0.53333333333333 0.23466666666667 -0.896 0.72533333333333 -1.472 0.896l-2.9226666666667 0.96L168.53333333333 221.86666666667l67.818666666667 82.197333333333l140.88533333333 -46.976 C379.49866666667 256.34133333333 381.78133333333 256 384 256c8.9386666666667 0 17.258666666667 5.6533333333333 20.224 14.592c3.7333333333333 11.178666666667 -2.304 23.253333333333 -13.482666666667 26.986666666667l-134.61333333333 44.864 C280.42666666667 347.43466666667 298.66666666667 368.91733333333 298.66666666667 394.66666666667C298.66666666667 424.128 274.79466666667 448 245.33333333333 448S192 424.128 192 394.66666666667c0 -13.653333333333 5.2906666666667 -25.984 13.738666666667 -35.413333333333L198.74133333333 361.57866666667 C198.272 361.728 197.80266666667 361.62133333333 197.33333333333 361.74933333333C195.98933333333 362.304 194.85866666667 362.66666666667 194.13333333333 362.66666666667C193.17333333333 362.66666666667 192.23466666667 362.53866666667 191.27466666667 362.496 C190.67733333333 362.47466666667 190.10133333333 362.47466666667 189.52533333333 362.38933333333C180.43733333333 361.792 171.56266666667 359.296 164.26666666667 352c-10.666666666667 -12.8 -19.2 -21.333333333333 -32 -36.266666666667C108.8 288 96 270.93333333333 85.333333333333 258.13333333333 c-4.2666666666667 -6.4 -19.2 -29.866666666667 -8.5333333333333 -49.066666666667C87.466666666667 192 104.53333333333 183.46666666667 128 177.06666666667c16.661333333333 -5.5466666666667 62.122666666667 -20.096 91.925333333333 -29.610666666667l37.184 -111.552C260.07466666667 27.008 268.39466666667 21.333333333333 277.33333333333 21.333333333333 c2.2186666666667 0 4.5013333333333 0.384 6.7413333333333 1.1093333333333c11.136 3.7333333333333 17.216 15.786666666667 13.482666666667 26.986666666667L254.912 177.408zM512 117.33333333333c0 -53.333333333333 -42.666666666667 -96 -96 -96S320 64 320 117.33333333333 s42.666666666667 96 96 96S512 170.66666666667 512 117.33333333333zM480 117.33333333333c0 36.266666666667 -27.733333333333 64 -64 64s-64 -27.733333333333 -64 -64s27.733333333333 -64 64 -64S480 81.066666666667 480 117.33333333333zM192 32C192 -21.333333333333 149.33333333333 -64 96 -64 S0 -21.333333333333 0 32S42.666666666667 128 96 128S192 85.333333333333 192 32zM160 32c0 36.266666666667 -27.733333333333 64 -64 64s-64 -27.733333333333 -64 -64s27.733333333333 -64 64 -64S160 -4.2666666666667 160 32z"/><glyph unicode="&#xE012;" glyph-name="padding" horiz-adv-x="512" d="M320 213.33333333333c0 -23.552 -19.114666666667 -42.666666666667 -42.666666666667 -42.666666666667c-23.552 0 -42.666666666667 19.114666666667 -42.666666666667 42.666666666667s19.114666666667 42.666666666667 42.666666666667 42.666666666667C300.88533333333 256 320 236.88533333333 320 213.33333333333zM381.86666666667 -21.333333333333C273.06666666667 -21.333333333333 215.46666666667 64 123.73333333333 64 C36.266666666667 64 0 -21.333333333333 0 -21.333333333333s25.6 42.666666666667 121.6 42.666666666667c89.6 0 136.53333333333 -85.333333333333 256 -85.333333333333c89.6 0 134.4 85.333333333333 134.4 85.333333333333S458.66666666667 -21.333333333333 381.86666666667 -21.333333333333zM347.73333333333 12.8C268.8 38.4 202.66666666667 106.66666666667 106.66666666667 106.66666666667 c0 0 8.5333333333333 46.933333333333 59.733333333333 87.466666666667C170.66666666667 196.26666666667 192 281.6 192 281.6l0.448 -0.042666666666667C193.74933333333 288 197.90933333333 293.48266666667 203.79733333333 296.42666666667l69.226666666667 34.624 C265.344 335.44533333333 257.96266666667 341.84533333333 251.73333333333 349.86666666667c-17.066666666667 23.466666666667 -36.266666666667 64 -36.266666666667 64L285.86666666667 448c0 0 21.333333333333 -32 27.733333333333 -61.866666666667c4.8853333333333 -17.856 7.2106666666667 -39.338666666667 0.55466666666667 -51.456 l0.53333333333333 -1.28c1.0453333333333 -1.2586666666667 2.24 -2.3466666666667 3.0506666666667 -3.8613333333333c1.1733333333333 -2.3466666666667 1.7066666666667 -4.8213333333333 1.9626666666667 -7.2746666666667l68.16 -152 c5.4613333333333 -1.0026666666667 10.538666666667 -4.0746666666667 13.845333333333 -9.088c4.736 -7.0826666666667 4.5013333333333 -15.872 0.448 -22.72l13.653333333333 -30.442666666667c4.6293333333333 -1.5786666666667 9.856 -3.9893333333333 15.125333333333 -7.7226666666667 c12.8 -10.666666666667 38.4 -44.821333333333 44.8 -70.4c-10.666666666667 -17.088 -46.933333333333 -29.866666666667 -64 -29.866666666667c-31.168 59.349333333333 -24.128 89.770666666667 -16.96 102.784l-9.6853333333333 21.632l-53.248 -35.498666666667 C328.29866666667 86.549333333333 324.11733333333 85.333333333333 320 85.333333333333c-3.2426666666667 0 -6.5493333333333 0.74666666666667 -9.536 2.24l-61.397333333333 30.677333333333C244.69333333333 110.912 238.93333333333 99.690666666667 238.93333333333 91.733333333333 C300.8 59.733333333333 311.46666666667 36.266666666667 347.73333333333 12.8zM367.38133333333 163.92533333333l-61.034666666667 136.064l-74.133333333333 -37.056l-3.2213333333333 -16.149333333333L221.86666666667 185.6l97.792 -53.525333333333L367.38133333333 163.92533333333z"/><glyph unicode="&#xE013;" glyph-name="ping3" horiz-adv-x="512" d="M53.315561479507 341.36887704099C23.864045318227 341.36887704099 0 365.23292235921 0 394.68443852049S23.864045318227 448 53.315561479507 448S106.63112295901 424.13595468177 106.63112295901 394.68443852049S82.767077640786 341.36887704099 53.315561479507 341.36887704099zM456.38120626458 371.22559146951C362.54581806065 462.92835721426 243.09763412196 430.93902032656 166.34455181606 354.16461179607 C138.62045984672 326.44051982672 121.55948017328 292.31856047984 115.14028657114 256.06397867378L341.21959346884 30.005998000666c36.254581806065 6.3978673775408 70.376541152949 25.570143285571 98.100633122293 53.315561479507C516.09463512163 157.96334555148 548.08397200933 279.52282572476 456.38120626458 371.22559146951zM125.80339886704 149.43285571476c0 -6.3978673775408 8.5304898367211 -44.785071642786 -6.3978673775408 -59.713428857048 c-31.989336887704 -29.856714428524 -74.64178607131 -59.713428857048 -89.570143285571 -74.64178607131c-17.060979673442 -14.928357214262 -10.663112295901 -36.254581806065 10.663112295901 -57.580806397867s42.652449183605 -27.724091969344 59.734755081639 -14.928357214262c14.90703098967 17.060979673442 42.652449183605 57.580806397867 74.64178607131 89.570143285571c12.795734755082 12.795734755082 49.050316561146 8.5304898367211 57.559480173276 6.3978673775408 c21.326224591803 -8.5091636121293 44.806397867378 -12.795734755082 68.265244918361 -12.795734755082l-189.80339886704 189.80339886704C110.89636787737 192.08530489837 115.14028657114 170.75908030656 125.80339886704 149.43285571476z"/><glyph unicode="&#xE014;" glyph-name="regular2" horiz-adv-x="534" d="M303.30434782609 153.73356521739c6.5001739130435 -5.2090434782609 9.5721739130435 -13.579130434783 7.9026086956522 -21.793391304348l-22.260869565217 -111.30434782609C286.87582608696 10.084173913043 277.54852173913 2.7826086956522 267.15269565217 2.7826086956522c-1.4469565217391 0 -2.9161739130435 0.1335652173913 -4.3853913043478 0.44521739130435 c-12.065391304348 2.4041739130435 -19.878956521739 14.135652173913 -17.45252173913 26.223304347826l19.277913043478 96.434086956522L153.6 187.54782608696C129.11304347826 203.13043478261 126.88695652174 240.97391304348 151.37391304348 258.78260869565C178.08695652174 278.81739130435 200.34782608696 294.4 218.15652173913 307.75652173913C242.64347826087 325.5652173913 260.45217391304 336.69565217391 278.26086956522 336.69565217391 c7.2570434782609 0 10.084173913043 0 11.130434782609 0c5.6987826086957 0 11.397565217391 -2.1815652173913 15.738434782609 -6.5224347826087L387.6507826087 247.65217391304H467.47826086957c12.310260869565 0 22.260869565217 -9.9728695652174 22.260869565217 -22.260869565217s-9.9506086956522 -22.260869565217 -22.260869565217 -22.260869565217h-89.04347826087 c-5.9213913043478 0 -11.575652173913 2.3373913043478 -15.738434782609 6.5224347826087l-14.135652173913 14.135652173913L307.2 258.78260869565l-71.234782608696 -46.747826086957l62.464 -54.383304347826L303.30434782609 153.73356521739zM345.04347826087 336.69565217391C375.78573913043 336.69565217391 400.69565217391 361.60556521739 400.69565217391 392.34782608696 S375.78573913043 448 345.04347826087 448S289.39130434783 423.09008695652 289.39130434783 392.34782608696S314.3012173913 336.69565217391 345.04347826087 336.69565217391zM534.26086956522 36.173913043478c0 -55.652173913043 -44.521739130435 -100.17391304348 -100.17391304348 -100.17391304348S333.91304347826 -19.478260869565 333.91304347826 36.173913043478s44.521739130435 100.17391304348 100.17391304348 100.17391304348S534.26086956522 91.826086956522 534.26086956522 36.173913043478zM500.86956521739 36.173913043478c0 37.84347826087 -28.939130434783 66.782608695652 -66.782608695652 66.782608695652s-66.782608695652 -28.939130434783 -66.782608695652 -66.782608695652s28.939130434783 -66.782608695652 66.782608695652 -66.782608695652S500.86956521739 -1.6695652173913 500.86956521739 36.173913043478zM200.34782608696 36.173913043478C200.34782608696 -19.478260869565 155.82608695652 -64 100.17391304348 -64S0 -19.478260869565 0 36.173913043478S44.521739130435 136.34782608696 100.17391304348 136.34782608696 S200.34782608696 91.826086956522 200.34782608696 36.173913043478zM166.95652173913 36.173913043478c0 37.84347826087 -28.939130434783 66.782608695652 -66.782608695652 66.782608695652s-66.782608695652 -28.939130434783 -66.782608695652 -66.782608695652s28.939130434783 -66.782608695652 66.782608695652 -66.782608695652S166.95652173913 -1.6695652173913 166.95652173913 36.173913043478z"/><glyph unicode="&#xE015;" glyph-name="rugby98" horiz-adv-x="514" d="M379.56266666667 226.13333333333c6.4 -6.4 8.5333333333333 -19.2 0 -27.733333333333h-4.2666666666667c-8.512 -8.5333333333333 -17.066666666667 -6.4 -27.733333333333 0c-6.9973333333333 5.2693333333333 -5.7173333333333 10.773333333333 -23.786666666667 31.381333333333l-43.157333333333 -43.178666666667 c18.197333333333 -16.618666666667 28.053333333333 -19.221333333333 34.965333333333 -24.448c6.4213333333333 -6.4213333333333 8.5333333333333 -19.178666666667 0 -27.754666666667h-4.2453333333333c-8.4906666666667 -8.4906666666667 -17.088 -6.4 -27.754666666667 0 c-6.976 5.248 -5.7173333333333 10.794666666667 -23.765333333333 31.381333333333l-43.178666666667 -43.157333333333c18.197333333333 -16.618666666667 28.053333333333 -19.242666666667 34.986666666667 -24.448c6.4 -6.4 8.5333333333333 -19.157333333333 0 -27.733333333333h-4.2666666666667 c-8.5333333333333 -8.512 -17.066666666667 -6.4 -27.733333333333 0c-6.9973333333333 5.248 -5.7173333333333 10.773333333333 -23.786666666667 31.402666666667l-31.530666666667 -31.552l-30.165333333333 30.165333333333l31.616 31.573333333333 c-20.714666666667 18.624 -26.24 18.453333333333 -31.509333333333 23.68c-8.5333333333333 8.5333333333333 -8.5333333333333 19.2 0 27.733333333333l2.1333333333333 2.1333333333333c6.4 8.5333333333333 19.2 6.4 27.733333333333 0c6.6346666666667 -4.9706666666667 9.5573333333333 -13.930666666667 23.488 -31.658666666667 l42.112 42.090666666667c-20.672 18.624 -26.197333333333 18.432 -31.466666666667 23.701333333333c-8.5333333333333 8.5333333333333 -8.5333333333333 19.2 0 27.733333333333l2.1333333333333 2.1333333333333c6.4 8.5333333333333 19.2 6.4 27.733333333333 0 c6.6346666666667 -4.9706666666667 9.5573333333333 -13.952 23.488 -31.68l42.112 42.112c-20.672 18.624 -26.218666666667 18.432 -31.466666666667 23.701333333333c-8.5333333333333 8.5333333333333 -8.5333333333333 19.2 0 27.733333333333l2.1333333333333 2.1333333333333 c6.4213333333333 8.5333333333333 19.157333333333 6.4 27.754666666667 0c6.6346666666667 -4.9706666666667 9.5146666666667 -13.952 23.509333333333 -31.68l31.786666666667 31.829333333333l30.165333333333 -30.165333333333l-33.002666666667 -33.002666666667 C362.79466666667 233.96266666667 372.672 231.31733333333 379.56266666667 226.13333333333zM398.784 51.2C317.696 -29.866666666667 211.02933333333 -64 129.984 -64c-44.8 0 -81.066666666667 10.666666666667 -100.26666666667 27.733333333333 c-53.333333333333 53.333333333333 -40.533333333333 243.2 85.333333333333 369.06666666667c78.933333333333 81.066666666667 187.73333333333 115.2 268.77866666667 115.2c42.666666666667 0 81.088 -10.666666666667 100.288 -27.733333333333C537.45066666667 366.93333333333 524.62933333333 177.06666666667 398.784 51.2zM464.832 370.83733333333 l-65.92 -65.92l-30.165333333333 30.165333333333l66.112 66.090666666667C422.86933333333 404.88533333333 405.99466666667 407.46666666667 383.82933333333 407.46666666667c-68.245333333333 0 -164.26666666667 -27.733333333333 -238.93333333333 -102.4 c-97.130666666667 -97.130666666667 -113.856 -233.38666666667 -96.384 -290.21866666667l64.234666666667 64.277333333333l30.165333333333 -30.165333333333l-65.557333333333 -65.557333333333c12.032 -4.0106666666667 29.44 -6.8266666666667 52.629333333333 -6.8266666666667 c66.133333333333 0 164.24533333333 27.733333333333 238.912 102.4C466.944 176.98133333333 483.09333333333 314.98666666667 464.832 370.83733333333z"/><glyph unicode="&#xE016;" glyph-name="runner5" horiz-adv-x="512" d="M512 213.33333333333c0 -11.776 -9.536 -21.333333333333 -21.333333333333 -21.333333333333h-85.333333333333c-9.792 0 -18.282666666667 6.656 -20.714666666667 16.149333333333l-3.2 12.885333333333L369.06666666667 258.13333333333l-81.066666666667 -51.2l44.224 -100.01066666667l6.2933333333333 -11.008 c3.776 -6.6346666666667 3.7546666666667 -14.698666666667 -0.064 -21.290666666667C334.63466666667 68.032 327.57333333333 64 320 64H170.66666666667c-11.776 0 -21.333333333333 9.536 -21.333333333333 21.333333333333s9.5573333333333 21.333333333333 21.333333333333 21.333333333333h104.85333333333L202.66666666667 209.06666666667 c-21.333333333333 29.866666666667 -2.1333333333333 46.933333333333 21.333333333333 64l100.26666666667 61.866666666667l-52.309333333333 47.573333333333L174.848 363.09333333333C163.28533333333 360.78933333333 152.04266666667 368.27733333333 149.76 379.81866666667C147.43466666667 391.36 154.92266666667 402.60266666667 166.48533333333 404.90666666667l106.66666666667 21.333333333333 c5.9306666666667 1.216 12.117333333333 -0.21333333333333 16.96 -3.8613333333333l80.533333333333 -60.394666666667C374.10133333333 360.68266666667 377.74933333333 358.25066666667 381.86666666667 354.13333333333l21.333333333333 -36.266666666667l19.904 -83.2H490.66666666667C502.464 234.66666666667 512 225.10933333333 512 213.33333333333 zM437.33333333333 341.33333333333C466.79466666667 341.33333333333 490.66666666667 365.20533333333 490.66666666667 394.66666666667S466.79466666667 448 437.33333333333 448S384 424.128 384 394.66666666667S407.872 341.33333333333 437.33333333333 341.33333333333zM177.06666666667 -27.733333333333c-8.5333333333333 -8.5333333333333 -8.5333333333333 -21.333333333333 0 -29.866666666667 C181.33333333333 -61.866666666667 185.6 -64 192 -64s10.666666666667 2.1333333333333 14.933333333333 6.4l110.93333333333 100.26666666667h-70.4L177.06666666667 -27.733333333333zM155.73333333333 256H0v-21.333333333333h149.33333333333C149.33333333333 243.2 151.46666666667 249.6 155.73333333333 256zM232.53333333333 320H0v-21.333333333333h198.4L232.53333333333 320zM166.4 192 H0v-21.333333333333h181.33333333333L166.4 192z"/><glyph unicode="&#xE017;" glyph-name="running30" horiz-adv-x="491" d="M298.66666666667 394.66666666667C298.66666666667 424.128 322.53866666667 448 352 448S405.33333333333 424.128 405.33333333333 394.66666666667S381.46133333333 341.33333333333 352 341.33333333333S298.66666666667 365.20533333333 298.66666666667 394.66666666667zM469.33333333333 234.66666666667h-74.496l-57.621333333333 78.72 c-0.78933333333333 1.088 -1.92 1.728 -2.8586666666667 2.624C333.376 317.65333333333 332.224 319.08266666667 330.66666666667 320l-42.666666666667 21.333333333333c-0.87466666666667 0.59733333333333 -2.0053333333333 0.832 -3.2426666666667 0.896L201.17333333333 381.93066666667 C193.96266666667 385.344 185.536 384.49066666667 179.2 379.73333333333l-85.333333333333 -64C84.437333333333 308.672 82.538666666667 295.296 89.6 285.86666666667C93.781333333333 280.27733333333 100.20266666667 277.33333333333 106.688 277.33333333333C111.12533333333 277.33333333333 115.62666666667 278.72 119.46666666667 281.6 l75.029333333333 56.256l56.661333333333 -26.901333333333L183.46666666667 202.66666666667c-10.666666666667 -17.066666666667 -6.4 -42.666666666667 12.8 -53.333333333333l96.042666666667 -66.474666666667l1.728 -1.728l-57.130666666667 -114.21866666667 c-5.2906666666667 -10.538666666667 -1.0026666666667 -23.36 9.5146666666667 -28.650666666667C249.49333333333 -63.274666666667 252.8 -64 255.97866666667 -64c7.8293333333333 0 15.36 4.3093333333333 19.114666666667 11.797333333333l64 128 c4.096 8.2133333333333 2.496 18.133333333333 -4.0106666666667 24.618666666667l-66.538666666667 66.538666666667l54.890666666667 93.034666666667l43.349333333333 -59.242666666667C370.79466666667 195.24266666667 377.216 192 384 192h85.333333333333c11.797333333333 0 21.333333333333 9.5573333333333 21.333333333333 21.333333333333 S481.13066666667 234.66666666667 469.33333333333 234.66666666667zM162.13333333333 157.86666666667L136.53333333333 106.66666666667H21.333333333333c-11.776 0 -21.333333333333 -9.536 -21.333333333333 -21.333333333333s9.5573333333333 -21.333333333333 21.333333333333 -21.333333333333h128c5.4613333333333 0 10.837333333333 1.728 14.976 6.1653333333333 c0.085333333333333 0.10666666666667 0.17066666666667 0.21333333333333 0.27733333333333 0.34133333333333c0.61866666666667 0.66133333333333 1.28 1.2586666666667 1.8133333333333 2.048l42.666666666667 42.666666666667l-25.6 17.088C174.93333333333 138.66666666667 166.4 147.2 162.13333333333 157.86666666667z"/><glyph unicode="&#xE018;" glyph-name="skidiving" horiz-adv-x="585" d="M0 162.74285714286C0 67.657142857143 36.571428571429 9.1428571428571 73.142857142857 9.1428571428571s43.885714285714 48.761904761905 73.142857142857 48.761904761905c36.571428571429 0 39.009523809524 -121.90476190476 126.78095238095 -121.90476190476c121.90476190476 0 241.34704761905 107.27619047619 241.34704761905 153.6c0 48.761904761905 0 114.59047619048 0 114.59047619048C129.21904761905 204.19047619048 0 277.33333333333 0 277.33333333333 S0 174.93333333333 0 162.74285714286zM48.761904761905 206.62857142857c73.142857142857 -21.918476190476 202.3619047619 -48.761904761905 414.47619047619 -51.2v-63.390476190476C453.48571428571 65.219047619048 365.71428571429 -15.238095238095 270.62857142857 -15.238095238095c-19.504761904762 0 -29.257142857143 14.628571428571 -46.32380952381 51.2C209.67619047619 65.219047619048 190.17142857143 106.66666666667 146.28571428571 106.66666666667 c-36.571428571429 0 -56.07619047619 -24.380952380952 -68.266666666667 -39.009523809524C78.019047619048 65.219047619048 75.580952380952 65.219047619048 73.142857142857 62.780952380952c-9.752380952381 12.190476190476 -24.380952380952 46.299428571429 -24.380952380952 102.4V206.62857142857zM585.14285714286 260.26666666667c0 -109.71428571429 -48.761904761905 -153.6 -48.761904761905 -153.6v97.52380952381c34.133333333333 56.07619047619 36.571428571429 219.42857142857 -73.142857142857 219.42857142857 c-43.885714285714 0 -65.828571428571 -73.142857142857 -170.66666666667 -73.142857142857C212.11428571429 350.47619047619 112.15238095238 399.2380952381 63.390476190476 294.4L9.752380952381 313.90476190476C97.52380952381 457.75238095238 214.55238095238 374.85714285714 292.57142857143 374.85714285714c112.15238095238 0 95.085714285714 73.142857142857 170.66666666667 73.142857142857C531.50476190476 448 585.14285714286 379.73333333333 585.14285714286 260.26666666667z"/><glyph unicode="&#xE019;" glyph-name="skiing7" horiz-adv-x="512" d="M405.33333333333 405.33333333333c0 23.552 19.114666666667 42.666666666667 42.666666666667 42.666666666667s42.666666666667 -19.114666666667 42.666666666667 -42.666666666667s-19.114666666667 -42.666666666667 -42.666666666667 -42.666666666667S405.33333333333 381.78133333333 405.33333333333 405.33333333333zM72.533333333333 377.6c0 0 10.666666666667 -4.2666666666667 19.2 -4.2666666666667c8.5333333333333 0 23.466666666667 12.8 23.466666666667 12.8 l163.968 -107.34933333333L294.4 266.66666666667L341.33333333333 296.40533333333V256c0 -6.72 3.1573333333333 -13.034666666667 8.5333333333333 -17.066666666667l85.333333333333 -64c3.84 -2.9013333333333 8.32 -4.2666666666667 12.778666666667 -4.2666666666667c6.528 0 12.885333333333 2.9653333333333 17.088 8.5333333333333 c7.0826666666667 9.3866666666667 5.1626666666667 22.762666666667 -4.2666666666667 29.824L384 266.66666666667V285.824c2.9653333333333 25.386666666667 6.4 55.232 6.4 57.642666666667c0 29.866666666667 -27.733333333333 40.533333333333 -64 40.533333333333 c-45.461333333333 0 -81.066666666667 -22.506666666667 -100.032 -37.696L128 405.33333333333c0 0 2.1333333333333 10.666666666667 0 21.333333333333C123.73333333333 437.33333333333 115.2 441.6 115.2 441.6L98.133333333333 418.13333333333L70.4 428.8l21.333333333333 -23.466666666667L72.533333333333 377.6zM420.26666666667 -21.333333333333 l-153.42933333333 87.338666666667l89.578666666667 89.578666666667c4.5226666666667 4.5226666666667 6.7413333333333 10.837333333333 6.144 17.216c-0.576 5.9093333333333 -3.8186666666667 11.157333333333 -8.512 14.741333333333 c0 0.042666666666667 0.085333333333333 0.192 0.085333333333333 0.192L192 305.06666666667L181.33333333333 290.13333333333c-14.933333333333 -21.333333333333 -10.666666666667 -53.333333333333 12.8 -68.266666666667c23.594666666667 -15.168 81.749333333333 -44.949333333333 109.33333333333 -58.858666666667l-75.093333333333 -75.114666666667L19.2 206.93333333333 L0 174.93333333333l405.33333333333 -230.4c10.666666666667 -4.2666666666667 25.6 -8.5333333333333 42.666666666667 -8.5333333333333c21.333333333333 0 49.066666666667 12.8 64 36.266666666667C512 -27.733333333333 477.86666666667 -46.933333333333 420.26666666667 -21.333333333333z"/><glyph unicode="&#xE01A;" glyph-name="skydiving2" horiz-adv-x="586" d="M219.79489625566 374.73503458145c0 40.466682566182 32.798282852373 73.264965418555 73.264965418555 73.264965418555c40.442260911042 0 73.264965418555 -32.798282852373 73.264965418555 -73.264965418555s-32.822704507513 -73.264965418555 -73.264965418555 -73.264965418555C252.59317910804 301.47006916289 219.79489625566 334.26835201526 219.79489625566 374.73503458145zM573.39604102075 445.02055807298 c-11.771237777248 6.4473169568328 -26.668447412354 2.0758406868591 -33.091342714047 -9.7442404006678l-68.673694252325 -125.91805389936C445.59751967565 300.93279274982 365.54333412831 277.04841402337 293.05986167422 277.04841402337C220.77176246124 277.04841402337 140.54662532793 300.95721440496 114.5131409492 309.35826377295L45.863868352015 435.27631767231 C39.392129740043 447.09639875984 24.592606725495 451.46787502981 12.723682327689 445.02055807298C0.87917958502266 438.54881946101 -3.4922966849511 423.72487479132 2.9794419270212 411.88037204865l73.264965418555 -134.31910326735c2.8573336513236 -5.2506558549964 7.5951347483902 -9.2802289530169 13.212115430479 -11.307226329597 C89.896112568567 266.10751252087 91.434676842356 265.5702361078 93.534939184355 264.83758645361L195.37324111615 220.87860720248l28.011638445027 -109.75091819699C222.1637968042 109.51585976628 220.77176246124 108.22151204388 219.79489625566 106.09682804674c-41.516813737181 -73.264965418555 -68.380634390651 -117.19952301455 -68.380634390651 -117.19952301455 c-9.7686620558073 -14.70183639399 -4.8843310279036 -43.983400906272 12.210827569759 -48.843310279036c21.955067970427 -9.7686620558073 36.632482709277 0 48.843310279036 9.7198187455283L293.05986167422 57.253517767708l80.59146196041 -107.43086095874c12.210827569759 -9.7442404006678 26.88824230861 -19.537324111615 48.843310279036 -9.7442404006678c17.095158597663 4.8843310279036 21.979489625566 34.165895540186 12.210827569759 48.843310279036 c0 0 -26.86382065347 43.983400906272 -68.380634390651 117.24836632483l24.421655139518 114.78177915574l105.01311709993 43.958979251133c-0.29305986167422 0.21979489625566 -0.92802289530169 0.41516813737181 -1.3920343429525 0.63496303362747c1.1722394466969 0.39074648223229 1.978154066301 0.68380634390651 2.2712139279752 0.78149296446458 c5.6169806820892 2.02699737658 10.403625089435 6.0565704746005 13.236537085619 11.307226329597l73.264965418555 134.31910326735C589.61202003339 423.72487479132 585.24054376342 438.54881946101 573.39604102075 445.02055807298z"/><glyph unicode="&#xE01B;" glyph-name="soccer43" horiz-adv-x="441" d="M106.44490644491 -9.7130977130977C106.44490644491 -39.091891891892 82.601247401247 -62.935550935551 53.222453222453 -62.935550935551S0 -39.091891891892 0 -9.7130977130977S23.82237006237 43.509355509356 53.222453222453 43.509355509356S106.44490644491 19.686985446985 106.44490644491 -9.7130977130977zM287.40124740125 341.55509355509C316.80133056133 341.55509355509 340.6237006237 365.37746361746 340.6237006237 394.77754677755 S316.80133056133 448 287.40124740125 448S234.17879417879 424.17762993763 234.17879417879 394.77754677755S258.02245322245 341.55509355509 287.40124740125 341.55509355509zM437.27567567568 206.24232848233l-46.81446985447 72.382536382536c-1.9585862785863 3.0017463617464 -4.6622869022869 5.4712681912682 -7.7704781704782 7.1743866943867l-49.901372141372 26.866694386694 C309.88241164241 327.31276507276 237.8404989605 343.51367983368 208.61072765073 335.1683991684C208.22752598753 335.08324324324 207.90819126819 334.87035343035 207.48241164241 334.76390852391C204.48066528067 334.31683991684 201.54278586279 333.33754677755 198.83908523909 331.52798336798l-78.769230769231 -53.222453222453 C119.19700623701 277.68814968815 118.34544698545 277.02819126819 117.53646569647 276.30436590437l-55.351351351351 -51.093555093555c-8.6433264033264 -7.983367983368 -9.1755509355509 -21.438004158004 -1.2134719334719 -30.081330561331C65.186860706861 190.57363825364 70.913596673597 188.27442827443 76.661621621622 188.27442827443 c5.1519334719335 0 10.325155925156 1.8734303534304 14.433929313929 5.64158004158l54.159168399168 50.007817047817L191.38794178794 275.11218295218l-54.584948024948 -129.39442827443l-22.140540540541 -43.25920997921c-6.6847401247401 -13.071434511435 -1.5115176715177 -29.102037422037 11.559916839917 -35.829355509356 c3.8745945945946 -2.0011642411642 8.004656964657 -2.9165904365904 12.092141372141 -2.9165904365904c9.6651975051975 0 19.01106029106 5.2583783783784 23.715925155925 14.476507276507l3.427525987526 6.6847401247401L166.03276507277 83.95841995842l44.706860706861 63.866943866944l-18.436257796258 -75.85264033264l-36.36158004158 -100.29239085239 c-5.0029106029106 -13.773970893971 2.1288981288981 -29.059459459459 15.945446985447 -34.083659043659C174.86769230769 -63.510353430353 177.93330561331 -64 180.95634095634 -64c10.878669438669 0 21.09738045738 6.7060291060291 24.993264033264 17.542120582121l70.253638253638 193.72972972973 c0.55351351351351 1.5540956340956 0.44706860706861 3.1081912681913 0.6812474012474 4.7261538461538L317.20582120582 269.17255717256c0 0 0.51093555093555 1.107027027027 1.3199168399168 2.7675675675676l39.129147609148 -21.054802494802l43.897879417879 -67.805405405405 c4.0449064449064 -6.3015384615385 10.921247401247 -9.7290644490644 17.904033264033 -9.7290644490644c4.0023284823285 0 7.983367983368 1.128316008316 11.559916839917 3.427525987526C440.85222453222 183.18636174636 443.66237006237 196.36424116424 437.27567567568 206.24232848233z"/><glyph unicode="&#xE01C;" glyph-name="soccer44" horiz-adv-x="512" d="M256 448C115.2 448 0 332.8 0 192c0 -140.8 115.2 -256 256 -256c140.8 0 256 115.2 256 256C512 332.8 396.8 448 256 448zM429.07733333333 56.746666666667L424.53333333333 87.466666666667l-78.933333333333 -17.066666666667 l-42.666666666667 -70.4l29.141333333333 -13.952C308.352 -22.698666666667 282.816 -27.733333333333 256 -27.733333333333c-26.794666666667 0 -52.352 4.9706666666667 -76.074666666667 13.781333333333L209.06666666667 0l-42.666666666667 70.4l-78.933333333333 17.066666666667L82.922666666667 56.746666666667 C53.781333333333 94.016 36.266666666667 140.88533333333 36.266666666667 192c0 2.4106666666667 0.27733333333333 4.7573333333333 0.36266666666667 7.1253333333333L57.6 177.06666666667l55.466666666667 61.866666666667L104.53333333333 320L73.28 314.21866666667 C101.97333333333 357.12 145.45066666667 389.09866666667 196.43733333333 403.37066666667L181.33333333333 375.46666666667L256 343.46666666667l74.666666666667 32l-15.125333333333 27.904c51.008 -14.272 94.506666666667 -46.250666666667 123.15733333333 -89.173333333333L407.46666666667 320L398.93333333333 238.93333333333 l55.466666666667 -61.866666666667l20.970666666667 22.08C475.43466666667 196.75733333333 475.73333333333 194.41066666667 475.73333333333 192C475.73333333333 140.88533333333 458.21866666667 94.016 429.07733333333 56.746666666667zM256 277.33333333333l89.6 -66.133333333333L311.46666666667 106.66666666667H200.53333333333 l-34.133333333333 104.53333333333L256 277.33333333333z"/><glyph unicode="&#xE01D;" glyph-name="sport11" horiz-adv-x="435" d="M326.57066666667 237.71733333333L330.66666666667 236.8L435.2 448h-40.533333333333l-96.490666666667 -191.04C274.112 269.93066666667 246.67733333333 277.33333333333 217.6 277.33333333333c-2.5386666666667 0 -4.992 -0.27733333333333 -7.5306666666667 -0.384L296.53333333333 448H256 L167.82933333333 269.84533333333C156.544 266.368 145.70666666667 261.73866666667 135.488 256.08533333333L40.533333333333 448H0l105.55733333333 -213.07733333333C69.738666666667 203.56266666667 46.933333333333 157.71733333333 46.933333333333 106.66666666667c0 -93.866666666667 76.821333333333 -170.66666666667 170.66666666667 -170.66666666667 c93.866666666667 0 170.66666666667 76.8 170.66666666667 170.66666666667C388.26666666667 159.18933333333 364.20266666667 206.336 326.57066666667 237.71733333333zM217.6 -21.333333333333c-70.4 0 -128 57.6 -128 128s57.6 128 128 128s128 -57.6 128 -128S288 -21.333333333333 217.6 -21.333333333333zM183.46666666667 360.53333333333L138.66666666667 448h40.533333333333l21.333333333333 -46.933333333333L183.46666666667 360.53333333333zM204.8 192h34.133333333333v-170.66666666667h-42.666666666667v106.66666666667H164.26666666667v27.733333333333C189.86666666667 155.73333333333 202.66666666667 181.33333333333 204.8 192z"/><glyph unicode="&#xE01E;" glyph-name="sportive36" horiz-adv-x="512" d="M256 448C115.2 448 0 332.8 0 192c0 -140.8 115.2 -256 256 -256c140.8 0 256 115.2 256 256C512 332.8 396.8 448 256 448zM256 0c-106.66666666667 0 -192 85.333333333333 -192 192s85.333333333333 192 192 192s192 -85.333333333333 192 -192 S362.66666666667 0 256 0zM379.73333333333 149.33333333333L339.2 174.93333333333c0 4.2666666666667 2.1333333333333 10.666666666667 2.1333333333333 14.933333333333c0 4.2666666666667 0 10.666666666667 -2.1333333333333 14.933333333333l40.490666666667 25.6c12.842666666667 8.5333333333333 27.754666666667 4.2666666666667 36.266666666667 -8.5333333333333 c-6.4 34.133333333333 -25.6 66.133333333333 -51.178666666667 87.466666666667c6.4213333333333 -12.8 4.2453333333333 -27.733333333333 -10.666666666667 -34.133333333333l-42.666666666667 -21.333333333333C302.93333333333 260.26666666667 294.4 264.53333333333 285.86666666667 268.8L281.6 320c0 14.933333333333 12.8 27.733333333333 25.6 25.6 C290.13333333333 352 273.06666666667 354.13333333333 253.86666666667 354.13333333333c-17.066666666667 0 -34.133333333333 -2.1333333333333 -51.2 -8.5333333333333c14.933333333333 0 25.6 -10.666666666667 25.6 -25.6l-2.1333333333333 -46.933333333333C217.6 268.8 209.06666666667 262.4 200.53333333333 256l-42.666666666667 21.333333333333 C145.06666666667 283.73333333333 140.8 300.8 147.2 313.6c-25.6 -23.466666666667 -42.666666666667 -53.333333333333 -51.2 -87.466666666667C102.4 238.93333333333 119.46666666667 243.2 132.26666666667 234.66666666667l40.533333333333 -25.6C170.66666666667 202.66666666667 170.66666666667 196.26666666667 170.66666666667 192s0 -10.666666666667 2.1333333333333 -14.933333333333l-40.533333333333 -25.6 C119.46666666667 142.93333333333 102.4 147.2 96 160c6.4 -34.133333333333 25.6 -66.133333333333 51.2 -87.466666666667C140.8 85.333333333333 145.06666666667 100.26666666667 157.86666666667 106.66666666667l42.666666666667 21.333333333333c8.5333333333333 -6.4 17.066666666667 -12.8 27.733333333333 -14.933333333333l2.1333333333333 -46.933333333333 c0 -14.912 -10.666666666667 -27.733333333333 -25.6 -25.578666666667c14.933333333333 -4.2453333333333 32 -8.512 51.2 -8.512c19.2 0 36.266666666667 2.1546666666667 53.333333333333 8.512c-14.933333333333 0 -25.6 10.666666666667 -25.6 25.578666666667l2.1546666666667 46.933333333333 c8.512 4.2666666666667 17.088 8.5333333333333 25.578666666667 14.933333333333l42.666666666667 -21.333333333333c12.842666666667 -6.4 17.088 -23.466666666667 10.666666666667 -34.133333333333c25.6 23.466666666667 44.842666666667 53.333333333333 51.2 87.466666666667C407.46666666667 147.2 392.53333333333 140.8 379.73333333333 149.33333333333zM256 151.46666666667 c-23.466666666667 0 -40.533333333333 19.2 -40.533333333333 40.533333333333c0 23.466666666667 19.2 40.533333333333 40.533333333333 40.533333333333s40.533333333333 -19.2 40.533333333333 -40.533333333333C296.53333333333 168.53333333333 279.46666666667 151.46666666667 256 151.46666666667z"/><glyph unicode="&#xE01F;" glyph-name="stopwatch7" horiz-adv-x="440" d="M234.66666666667 361.57866666667V384H192v-22.421333333333C84.352 350.848 0 259.776 0 149.33333333333c0 -117.632 95.701333333333 -213.33333333333 213.33333333333 -213.33333333333c117.65333333333 0 213.33333333333 95.701333333333 213.33333333333 213.33333333333 C426.66666666667 259.776 342.31466666667 350.848 234.66666666667 361.57866666667zM213.33333333333 -21.333333333333c-94.101333333333 0 -170.66666666667 76.565333333333 -170.66666666667 170.66666666667s76.565333333333 170.66666666667 170.66666666667 170.66666666667s170.66666666667 -76.565333333333 170.66666666667 -170.66666666667S307.43466666667 -21.333333333333 213.33333333333 -21.333333333333zM256 149.33333333333 c0 -23.552 -19.114666666667 -42.666666666667 -42.666666666667 -42.666666666667c-23.552 0 -42.666666666667 19.114666666667 -42.666666666667 42.666666666667c0 16.384 9.344 30.421333333333 22.848 37.568L213.33333333333 315.73333333333l19.861333333333 -128.832C246.67733333333 179.75466666667 256 165.71733333333 256 149.33333333333zM277.33333333333 405.33333333333H149.33333333333V448h128V405.33333333333zM409.45066666667 285.71733333333l-59.754666666667 59.733333333333l30.165333333333 30.165333333333l59.754666666667 -59.733333333333L409.45066666667 285.71733333333z"/><glyph unicode="&#xE020;" glyph-name="swimming20" horiz-adv-x="878" d="M581.48571428571 301.71428571429c0 60.598857142857 49.152 109.71428571429 109.71428571429 109.71428571429s109.71428571429 -49.115428571429 109.71428571429 -109.71428571429s-49.152 -109.71428571429 -109.71428571429 -109.71428571429S581.48571428571 241.11542857143 581.48571428571 301.71428571429zM636.34285714286 82.285714285714c-109.71428571429 0 -204.83657142857 -73.142857142857 -384 -73.142857142857c-182.85714285714 0 -252.34285714286 73.142857142857 -252.34285714286 73.142857142857 s80.457142857143 -146.28571428571 277.97942857143 -146.28571428571c175.54285714286 0 281.6 73.142857142857 402.28571428571 73.142857142857c146.28571428571 0 197.44914285714 -73.142857142857 197.44914285714 -73.142857142857S800.91428571429 82.285714285714 636.34285714286 82.285714285714zM158.976 268.98285714286L348.16 363.55657142857l7.1314285714286 -11.958857142857L394.97142857143 243.2 C391.31428571429 243.2 182.85714285714 118.85714285714 138.97142857143 93.257142857143c29.293714285714 -7.3142857142857 65.865142857143 -10.971428571429 109.71428571429 -10.971428571429c142.62857142857 0 234.05714285714 47.542857142857 321.86514285714 65.828571428571L394.97142857143 429.71428571429l-0.84114285714286 -0.58514285714286l-0.73142857142857 1.1337142857143 c-9.8377142857143 16.384 -30.646857142857 22.418285714286 -47.725714285714 13.897142857143l-219.42857142857 -109.71428571429C108.17828571429 325.41257142857 100.864 303.43314285714 109.89714285714 285.36685714286C118.93028571429 267.37371428571 140.90971428571 259.91314285714 158.976 268.98285714286z"/><glyph unicode="&#xE021;" glyph-name="tennis18" horiz-adv-x="512" d="M475.74409202684 411.72275246947c-25.586129287709 23.47351310799 -57.595465344059 36.27724753053 -93.894052431959 36.27724753053c-29.854040761889 0 -59.77210019589 -8.5358229483599 -89.604801400408 -23.47351310799c8.5358229483599 -12.80373442254 12.80373442254 -25.60746884508 17.07164589672 -40.54515900471c21.3395573709 14.93769015963 46.94702621598 21.3395573709 72.533155503689 21.3395573709 c19.184262076439 0 44.834410036261 -4.26791147418 64.0186721127 -23.47351310799c42.6791147418 -42.6791147418 25.586129287709 -132.30525569958 -36.255907973159 -194.18997207519c-38.432542824991 -38.41120326762 -85.358229483599 -59.75076063852 -130.17129996249 -59.75076063852c-19.184262076439 0 -44.834410036261 4.2892510315509 -64.0186721127 23.494852665361c-21.3395573709 21.3395573709 -27.74142458217 57.595465344059 -21.3395573709 93.872712874588 c-2.13395573709 0 -2.13395573709 0 -4.26791147418 0c-12.80373442254 0 -27.74142458217 2.13395573709 -38.41120326762 6.40186721127c-4.7160421789689 -21.680990288834 -5.0147959821615 -43.255282790814 -1.4084107864794 -63.463843621056C150.65727503855 156.99245613304 147.41366231818 106.54574250823 127.90930688117 85.227524694703l-22.449214354187 -22.470553911558 L104.43579377318 63.887967323803c-6.40186721127 6.4232067686409 -17.07164589672 6.4232067686409 -23.47351310799 0l-78.956362272329 -78.935022714959c-4.26791147418 -6.4232067686409 -2.13395573709 -23.47351310799 10.66977868545 -36.27724753053s29.87538031926 -14.93769015963 34.14329179344 -10.66977868545l78.956362272329 78.956362272329c6.40186721127 6.40186721127 6.40186721127 17.07164589672 0 23.494852665361 L149.24886425207 63.887967323803c20.101863043388 20.101863043388 66.259325636644 24.391114074939 97.671154086609 24.284416288084C256.65085649981 86.273163005877 266.76580669362 85.227524694703 277.28620847747 85.227524694703c53.34889342725 0 113.09965406577 25.628808402451 160.04668028175 72.554495061059 C520.55716250573 236.75972158546 535.51619222273 351.97199183095 475.74409202684 411.72275246947zM174.85633309715 110.87767265452c1.3657316717376 5.4629266869504 2.5180677697662 11.011211603384 3.4996874088276 16.495477847706c1.6858250323011 -1.9632392781228 3.200933605635 -4.0118367857292 5.0361355395324 -5.8256991622557 c2.5820864418789 -2.5820864418789 5.2708706706123 -4.8867586379361 7.9809944567165 -7.1700912766223C185.80352602842 113.41707998166 180.27658066936 112.30742299837 174.85633309715 110.87767265452zM221.80335931313 392.51715083566c-21.3395573709 21.3395573709 -25.60746884508 42.6791147418 -25.60746884508 55.48284916434c21.3395573709 0 40.54515900471 -8.5358229483599 57.61680490143 -25.60746884508 c14.959029717001 -14.93769015963 23.47351310799 -36.27724753053 23.47351310799 -55.48284916434C264.48247405493 366.93102154795 243.14291668403 373.31154920185 221.80335931313 392.51715083566zM132.17721835535 300.77839369816c-17.07164589672 17.07164589672 -25.60746884508 36.27724753053 -25.60746884508 57.61680490143c14.93769015963 0 34.14329179344 -4.26791147418 55.48284916434 -25.60746884508 c19.20560163381 -21.3395573709 25.60746884508 -42.6791147418 25.60746884508 -55.48284916434C168.45446588588 277.2835410328 149.24886425207 283.68540824407 132.17721835535 300.77839369816zM174.85633309715 345.59146417705c-25.60746884508 23.47351310799 -51.21493769016 29.87538031926 -66.15262784979 29.87538031926c2.13395573709 17.07164589672 10.66977868545 34.14329179344 23.47351310799 46.94702621598 c12.80373442254 12.80373442254 27.74142458217 21.3395573709 44.81307047889 23.47351310799c2.13395573709 -14.93769015963 8.5358229483599 -40.54515900471 34.14329179344 -64.0186721127c23.47351310799 -25.60746884508 49.08098195307 -32.00933605635 66.15262784979 -32.00933605635c-2.1552952944609 -17.07164589672 -10.66977868545 -34.14329179344 -23.47351310799 -46.94702621598c-12.80373442254 -12.80373442254 -29.87538031926 -21.3395573709 -46.94702621598 -23.47351310799 C204.73171341641 294.35518692952 198.32984620514 319.9626557746 174.85633309715 345.59146417705z"/><glyph unicode="&#xE022;" glyph-name="time13" horiz-adv-x="559" d="M317.09090909091 163.63054545455c6.7956363636364 -5.4458181818182 10.007272727273 -14.196363636364 8.2618181818182 -22.784l-23.272727272727 -116.36363636364C299.91563636364 13.451636363636 290.16436363636 5.8181818181818 279.296 5.8181818181818c-1.5127272727273 0 -3.0487272727273 0.13963636363636 -4.5847272727273 0.46545454545455 c-12.613818181818 2.5134545454545 -20.782545454545 14.778181818182 -18.245818181818 27.415272727273l20.154181818182 100.81745454545L160.58181818182 198.98181818182C134.98181818182 215.27272727273 132.65454545455 254.83636363636 158.25454545455 273.45454545455C186.18181818182 294.4 209.45454545455 310.69090909091 228.07272727273 324.65454545455C253.67272727273 343.27272727273 272.29090909091 354.90909090909 290.90909090909 354.90909090909 c7.5869090909091 0 10.542545454545 0 11.636363636364 0c5.9578181818182 0 11.915636363636 -2.2807272727273 16.453818181818 -6.8189090909091L405.27127272727 261.81818181818H488.72727272727c12.869818181818 0 23.272727272727 -10.426181818182 23.272727272727 -23.272727272727s-10.402909090909 -23.272727272727 -23.272727272727 -23.272727272727h-93.090909090909 c-6.1905454545455 0 -12.101818181818 2.4436363636364 -16.453818181818 6.8189090909091l-14.778181818182 14.778181818182L321.16363636364 273.45454545455l-74.472727272727 -48.872727272727l65.303272727273 -56.855272727273L317.09090909091 163.63054545455zM384 331.63636363636C416.58181818182 331.63636363636 442.18181818182 357.23636363636 442.18181818182 389.81818181818 S416.58181818182 448 384 448C309.52727272727 448 256 378.18181818182 256 378.18181818182C363.05454545455 403.78181818182 351.41818181818 331.63636363636 384 331.63636363636zM558.54545454545 40.727272727273c0 -58.181818181818 -46.545454545455 -104.72727272727 -104.72727272727 -104.72727272727S349.09090909091 -17.454545454545 349.09090909091 40.727272727273s46.545454545455 104.72727272727 104.72727272727 104.72727272727S558.54545454545 98.909090909091 558.54545454545 40.727272727273zM523.63636363636 40.727272727273c0 39.563636363636 -30.254545454545 69.818181818182 -69.818181818182 69.818181818182s-69.818181818182 -30.254545454545 -69.818181818182 -69.818181818182s30.254545454545 -69.818181818182 69.818181818182 -69.818181818182S523.63636363636 1.1636363636364 523.63636363636 40.727272727273zM209.45454545455 40.727272727273C209.45454545455 -17.454545454545 162.90909090909 -64 104.72727272727 -64S0 -17.454545454545 0 40.727272727273S46.545454545455 145.45454545455 104.72727272727 145.45454545455 S209.45454545455 98.909090909091 209.45454545455 40.727272727273zM139.63636363636 40.727272727273C139.63636363636 59.345454545455 123.34545454545 75.636363636364 104.72727272727 75.636363636364S69.818181818182 59.345454545455 69.818181818182 40.727272727273S86.109090909091 5.8181818181818 104.72727272727 5.8181818181818S139.63636363636 22.109090909091 139.63636363636 40.727272727273z"/><glyph unicode="&#xE023;" glyph-name="trekking" horiz-adv-x="363" d="M149.93066666667 394.66666666667c0 29.461333333333 23.872 53.333333333333 53.333333333333 53.333333333333s53.333333333333 -23.872 53.333333333333 -53.333333333333S232.72533333333 341.33333333333 203.264 341.33333333333S149.93066666667 365.20533333333 149.93066666667 394.66666666667zM81.664 213.33333333333 c6.4213333333333 19.2 38.421333333333 128 38.421333333333 128c-19.2 0 -46.933333333333 2.1333333333333 -72.533333333333 -19.2s-42.666666666667 -57.6 -46.933333333333 -85.333333333333c-4.2666666666667 -25.6 14.933333333333 -34.133333333333 36.266666666667 -40.533333333333C58.197333333333 189.86666666667 77.418666666667 198.4 81.664 213.33333333333zM361.04533333333 286.86933333333c-3.7333333333333 7.4666666666667 -11.285333333333 11.562666666667 -19.114666666667 11.584V320h-21.333333333333v-29.482666666667l-59.541333333333 -29.781333333333l-53.12 54.890666666667C207.82933333333 315.73333333333 207.68 315.776 207.552 315.88266666667 C204.50133333333 319.65866666667 198.86933333333 322.90133333333 194.752 324.26666666667l-53.333333333333 12.8l-40.533333333333 -138.66666666667c-4.2666666666667 -25.6 -4.2666666666667 -44.8 21.333333333333 -66.133333333333l70.4 -57.984V-42.666666666667c0 -11.797333333333 9.536 -21.333333333333 21.333333333333 -21.333333333333 c11.818666666667 0 21.333333333333 9.536 21.333333333333 21.333333333333v128c0 5.6746666666667 -2.2186666666667 11.093333333333 -6.2506666666667 15.082666666667l-3.3493333333333 3.3493333333333L175.53066666667 168.53333333333l23.104 95.338666666667l42.624 -44.032 c4.1386666666667 -4.2666666666667 9.6853333333333 -6.5066666666667 15.338666666667 -6.5066666666667c3.2426666666667 0 6.528 0.74666666666667 9.536 2.24l54.464 27.242666666667V-64h21.333333333333V253.48266666667l9.536 4.7786666666667 C362.00533333333 263.53066666667 366.31466666667 276.33066666667 361.04533333333 286.86933333333zM96.597333333333 136.53333333333l-10.666666666667 -68.266666666667c0 -0.042666666666667 0 -0.10666666666667 0 -0.192l-41.152 -102.82666666667 c-4.3733333333333 -10.965333333333 0.93866666666667 -23.381333333333 11.882666666667 -27.754666666667C59.264 -63.552 61.952 -64 64.597333333333 -64c8.4693333333333 0 16.469333333333 5.0346666666667 19.84 13.418666666667l41.088 102.74133333333 c1.3866666666667 2.2186666666667 2.5173333333333 4.6933333333333 3.0933333333333 7.552l8.5333333333333 29.866666666667C109.41866666667 113.06666666667 96.597333333333 121.6 96.597333333333 136.53333333333z"/><glyph unicode="&#xE024;" glyph-name="trophy45" horiz-adv-x="512" d="M426.66666666667 448c-32.128 0 -59.242666666667 -17.088 -73.834666666667 -42.666666666667H159.14666666667C144.576 430.912 117.46133333333 448 85.333333333333 448C37.482666666667 448 0 410.51733333333 0 362.66666666667c0 -68.992 48.298666666667 -110.22933333333 95.018666666667 -150.12266666667 c20.437333333333 -17.450666666667 40.042666666667 -34.282666666667 55.253333333333 -52.885333333333c16.938666666667 -43.498666666667 37.973333333333 -78.506666666667 61.568 -98.517333333333C278.31466666667 -10.56 125.86666666667 -0.23466666666665 125.86666666667 -64H384 c0 62.549333333333 -146.496 53.824 -89.578666666667 121.04533333333c25.92 19.008 49.045333333333 55.68 67.306666666667 102.656c15.210666666667 18.538666666667 34.816 35.413333333333 55.253333333333 52.864 C463.65866666667 252.43733333333 512 293.67466666667 512 362.66666666667C512 410.51733333333 474.51733333333 448 426.66666666667 448zM202.66666666667 283.73333333333c25.6 0 38.4 25.6 40.533333333333 36.266666666667H277.33333333333v-149.33333333333h-42.666666666667V256H202.66666666667V283.73333333333zM122.70933333333 244.992 C79.765333333333 281.664 42.666666666667 313.344 42.666666666667 362.66666666667c0 24.32 18.346666666667 42.666666666667 42.666666666667 42.666666666667c7.9786666666667 0 15.210666666667 -2.1333333333333 21.461333333333 -5.6533333333333C107.24266666667 347.11466666667 113.81333333333 292.82133333333 125.22666666667 242.85866666667 C124.39466666667 243.56266666667 123.56266666667 244.288 122.70933333333 244.992zM389.26933333333 244.992c-0.832 -0.704 -1.664 -1.4293333333333 -2.496 -2.1333333333333c11.413333333333 49.962666666667 17.984 104.256 18.432 156.84266666667 C411.456 403.2 418.688 405.33333333333 426.66666666667 405.33333333333c24.341333333333 0 42.666666666667 -18.346666666667 42.666666666667 -42.666666666667C469.33333333333 313.344 432.256 281.664 389.26933333333 244.992z"/><glyph unicode="&#xE025;" glyph-name="walking17" horiz-adv-x="320" d="M318.08 161.83466666667C314.51733333333 153.984 306.77333333333 149.33333333333 298.64533333333 149.33333333333c-2.944 0 -5.9306666666667 0.576 -8.8106666666667 1.92l-70.4 32 c-5.12 2.3253333333333 -9.152 6.6133333333333 -11.114666666667 11.882666666667l-11.754666666667 31.061333333333L181.33333333333 151.46666666667l35.968 -57.173333333333L230.4 76.8c1.152 -1.4933333333333 2.0693333333333 -3.1146666666667 2.7733333333333 -4.8853333333333l42.666666666667 -106.66666666667 c4.352 -10.965333333333 -0.98133333333333 -23.381333333333 -11.925333333333 -27.754666666667C261.33333333333 -63.552 258.64533333333 -64 256 -64c-8.448 0 -16.448 5.0346666666667 -19.84 13.418666666667l-39.765333333333 99.52L121.6 123.73333333333 c0 0 -21.333333333333 17.066666666667 -14.933333333333 46.933333333333c4.2666666666667 12.8 12.8 53.333333333333 19.2 85.333333333333c0 0 0.49066666666667 3.1146666666667 1.408 7.7866666666667L78.613333333333 239.44533333333l-39.530666666667 -59.285333333333C34.965333333333 173.99466666667 28.202666666667 170.66666666667 21.312 170.66666666667 c-4.0533333333333 0 -8.1706666666667 1.1733333333333 -11.818666666667 3.584c-9.792 6.5493333333333 -12.437333333333 19.776 -5.9093333333333 29.589333333333l42.666666666667 64C48.32 270.93333333333 51.136 273.408 54.464 275.09333333333l85.333333333333 42.666666666667 C142.69866666667 319.21066666667 145.792 319.78666666667 148.84266666667 319.872C148.992 319.872 149.16266666667 320 149.33333333333 320c6.4 0 42.666666666667 0 42.666666666667 0s0.064 -0.085333333333333 0.085333333333333 -0.128 c8.576 -0.021333333333333 16.661333333333 -5.1626666666667 19.882666666667 -13.674666666667l33.194666666667 -87.765333333333l62.378666666667 -28.373333333333C318.22933333333 185.216 322.96533333333 172.56533333333 318.08 161.83466666667zM202.66666666667 341.33333333333 C232.128 341.33333333333 256 365.20533333333 256 394.66666666667S232.128 448 202.66666666667 448S149.33333333333 424.128 149.33333333333 394.66666666667S173.20533333333 341.33333333333 202.66666666667 341.33333333333zM100.26666666667 119.46666666667l-14.144 -68.629333333333L25.6 -29.866666666667 c-7.0826666666667 -9.3866666666667 -5.1626666666667 -22.762666666667 4.2666666666667 -29.824C33.706666666667 -62.634666666667 38.208 -64 42.645333333333 -64c6.4853333333333 0 12.885333333333 2.9653333333333 17.088 8.5333333333333l62.058666666667 82.752 C124.8 30.144 127.08266666667 33.770666666667 128 38.4l14.933333333333 36.266666666667L108.8 108.8C106.66666666667 110.93333333333 102.4 115.2 100.26666666667 119.46666666667z"/><glyph unicode="&#xE026;" glyph-name="weightlift" horiz-adv-x="511" d="M255.76578225069 319.26540796806c23.506945022041 0 42.585045329785 -19.078100307743 42.585045329785 -42.585045329785s-19.078100307743 -42.585045329785 -42.585045329785 -42.585045329785c-23.506945022041 0 -42.585045329785 19.078100307743 -42.585045329785 42.585045329785S232.23754470598 319.26540796806 255.76578225069 319.26540796806zM510.93537386676 435.09673126508 l-30.065042002828 -176.30208766531l-75.567162937703 12.88197621226l13.669799550861 80.059885219995c-10.390751060467 1.4053064958829 -22.122931048823 2.8319055144307 -35.452050237046 4.1307493969891v-100.47941445563c0 -3.7687765116859 -1.3201364052233 -7.2394577060634 -3.1087083090743 -10.433336105797 c0.38326540796806 -0.80911586126591 0.8304083839308 -1.7034018131914 1.0007485652499 -2.3421774931382l-51.080761873077 -74.523829327123l-12.7968061216 -40.455793063295l72.351992015304 -21.292522664892c0 0 -0.91557847459037 -0.17034018131914 -2.2357148798137 -0.42585045329785l1.0433336105797 -0.25551027197871 c10.774016468435 -2.7041503784413 17.672793811861 -13.180071529568 15.84163686268 -24.167013224653l-21.292522664892 -127.75513598935c-1.7459868585212 -10.348166015138 -10.774016468435 -17.75796390252 -20.973134824919 -17.75796390252c-1.192381269234 0 -2.2995924478084 0.085170090659569 -3.5132662397072 0.29809531730849 c-11.604424852366 1.9589120851701 -19.440073193047 12.88197621226 -17.502453630541 24.486401064626l17.84313399318 106.88846377776l-94.7943109041 -1.788571903851l-71.691923812692 -52.805456208933l-6.92006986609 -6.9413623887549c-1.2562588372286 -1.2136737918989 -2.6189802877818 -2.2782999251435 -4.0881643516593 -3.1512933544041l-106.46261332446 -63.877567994677 c-3.4280961490477 -2.1292522664892 -7.2181651833985 -3.0874157864094 -10.944356649755 -3.0874157864094c-7.2394577060634 0 -14.287282708143 3.6623138983615 -18.268984446478 10.305580969808c-6.0470764368294 10.113948265824 -2.7893204691009 23.166264659403 7.3033352740581 29.234633618897l94.049072610829 56.382600016635 l65.964235215836 74.396074191134l-21.292522664892 63.877567994677l-59.619063461698 72.394577060634l0.14904765865425 0.48972802129252c-2.6189802877818 3.6197288530317 -4.4075521916327 7.7717707726857 -4.4075521916327 12.285785577643V355.84596190635C114.31955418781 354.52582550112 102.35315645014 353.07793395991 91.792065208351 351.65133494136l13.88272477751 -81.380021625218 l-75.588455460368 -12.88197621226L0 433.69142476919l75.588455460368 12.88197621226l12.605173417616 -73.842468601846c13.435581801547 1.8311569491807 29.383681277551 3.6836064210264 47.737835814689 5.3018381435582c3.6836064210264 3.0448307410796 8.2189137486484 5.1102054395741 13.371704233552 5.1102054395741 c3.9391166930051 0 7.4097978873825 -1.3414289278882 10.561091241787 -3.1938783997338c27.72286450969 1.8950345171754 59.704233552358 3.1938783997338 95.901522082675 3.1938783997338s68.178657572985 -1.2988438825584 95.901522082675 -3.1938783997338c3.1512933544041 1.8524494718456 6.6219745487815 3.1938783997338 10.561091241787 3.1938783997338 c5.1527904849039 0 9.688097812526 -2.0653746984946 13.371704233552 -5.1102054395741c18.034766697164 -1.5969391998669 33.706063378524 -3.4068036263828 46.971304998752 -5.1953755302337L435.41079597438 448L510.93537386676 435.09673126508zM340.93587291026 359.23147301006 c-25.167761789903 1.575646677202 -53.571987024869 2.6189802877818 -85.170090659569 2.6189802877818c-31.619396157365 0 -60.002328869666 -1.0433336105797 -85.170090659569 -2.6189802877818v-94.730433336106l63.877567994677 -51.698245030358h21.292522664892h21.292522664892l63.877567994677 51.783415121018V359.23147301006z"/><glyph unicode="&#xE027;" glyph-name="yoga12" horiz-adv-x="256" d="M128 384c23.552 0 42.666666666667 -19.114666666667 42.666666666667 -42.666666666667S151.552 298.66666666667 128 298.66666666667S85.333333333333 317.78133333333 85.333333333333 341.33333333333S104.448 384 128 384zM244.20266666667 125.76l-6.5493333333333 3.264L177.06666666667 174.93333333333l14.741333333333 73.706666666667L251.73333333333 328.53333333333 c5.696 7.5733333333333 5.696 18.026666666667 0 25.6l-64 85.333333333333C180.65066666667 448.87466666667 167.27466666667 450.816 157.86666666667 443.73333333333C148.45866666667 436.672 146.53866666667 423.296 153.62133333333 413.86666666667L208 341.33333333333L174.4 296.53333333333 C163.2 286.93333333333 147.2 277.33333333333 128 277.33333333333C105.17333333333 277.33333333333 80.426666666667 301.03466666667 67.968 314.73066666667L48 341.33333333333L102.4 413.86666666667c7.0826666666667 9.4293333333333 5.1626666666667 22.805333333333 -4.2666666666667 29.866666666667 C88.704 450.816 75.349333333333 448.87466666667 68.266666666667 439.46666666667l-64 -85.333333333333c-5.696 -7.5733333333333 -5.696 -18.026666666667 0 -25.6L64 248.896C64 229.67466666667 64 177.6 64 170.66666666667v-106.66666666667l0.42666666666667 -0.384 c0.042666666666667 -1.3013333333333 -0.256 -2.5386666666667 0 -3.84l21.333333333333 -106.66666666667C87.744 -57.002666666667 96.682666666667 -64 106.64533333333 -64c1.3866666666667 0 2.7946666666667 0.128 4.1813333333333 0.42666666666667 c11.584 2.304 19.072 13.546666666667 16.746666666667 25.130666666667L107.28533333333 62.933333333333L128 128l62.677333333333 -27.648L136.53333333333 59.733333333333c-9.4293333333333 -7.0613333333333 -11.328 -20.437333333333 -4.2666666666667 -29.845333333333 c4.1813333333333 -5.5893333333333 10.56 -8.512 17.088 -8.512c4.4586666666667 0 8.9386666666667 1.3866666666667 12.778666666667 4.2666666666667l85.333333333333 64c5.9093333333333 4.4373333333333 9.1306666666667 11.626666666667 8.448 18.986666666667 C255.232 115.968 250.816 122.432 244.20266666667 125.76z"/></font></defs></svg>
     3<svg xmlns="http://www.w3.org/2000/svg"><defs><font id="flaticon" horiz-adv-x="512"><font-face units-per-em="512" ascent="448" descent="-64" x-height="240" cap-height="480"/><missing-glyph horiz-adv-x="512"/><glyph unicode="&#xE000;" glyph-name="home22" horiz-adv-x="512" d="M507.51700264712 182.7659190738L404.60912819618 285.6812403642v67.855601128662c0 8.4521627832562 -6.8510923000844 15.310701922797 -15.303255083341 15.310701922797c-8.4670564621695 0 -15.32559560171 -6.858539139541 -15.32559560171 -15.310701922797v-37.24909096198 l-72.591791023068 72.591791023068c-5.9947057625738 5.9798120836606 -15.668150216715 5.9798120836606 -21.640515460919 0L171.97731041103 281.07909358001c-5.972365244204 -5.9872589231172 -5.972365244204 -15.668150216715 0 -21.647962300375c5.9798120836606 -5.972365244204 15.668150216715 -5.972365244204 21.655409139832 0 l96.965296564564 96.965296564564l195.28591791023 -195.27102423132c2.9787357826454 -2.9936294615586 6.9255606946505 -4.4904441923379 10.820257730459 -4.4904441923379c3.9095907147221 0 7.8266282689007 1.4893678913227 10.812810891003 4.4904441923379 C513.48936789132 167.10521569654 513.48936789132 176.80844750851 507.51700264712 182.7659190738zM463.72213980278 165.19882479565L301.41827384589 327.51013759199c-2.8819268697094 2.8744800302528 -6.761730226605 4.4904441923379 -10.820257730459 4.4904441923379s-7.9457777002065 -1.6159641620851 -10.812810891003 -4.4904441923379L196.79017948047 244.52255868749 c0.24574570206824 0 0.49149140413649 0.059574715652907 0.75213078511796 0.059574715652907c4.6542746603834 0 9.1819530500044 -1.3329842627338 13.098990604183 -3.8574628385258c6.2106641068156 -3.9840591092882 10.209616895017 -10.477703115455 10.998981877418 -17.820286819676l0.037234197283067 -0.35000145446083l1.1914943130581 0.029787357826454 c7.0670506443261 0 13.754312476365 -3.0532041772115 18.363906100009 -8.3702475492335c4.8181051284289 -5.5776827530035 6.8436454606277 -12.935160136138 5.5255548768072 -20.188381766879l-0.067021555109521 -0.35744829391744l0.35000145446083 -0.081915234022748 c7.1415190388923 -1.8170288274137 13.002181691247 -6.7021555109521 16.062832707915 -13.419204700817c3.0532041772115 -6.7021555109521 2.9266079064491 -14.350059632894 -0.39468249120051 -20.940512551997l-0.15638362858888 -0.32021409663438l0.30532041772115 -0.17127730750211 c4.4978910317945 -2.658521686011 7.9085435029235 -6.6351339558426 9.881955958926 -11.319195974052c4.4904441923379 4.989382435931 10.73089565698 8.3553538703203 17.842627338046 9.0330162608721c13.98516449952 -1.3329842627338 24.805422229979 -13.128777962009 24.805422229979 -27.240538732292v-58.174709835064 c0 -9.32344299968 3.5149082235215 -18.222416150333 9.8521686010996 -25.118189487157c6.9851354103034 -7.551095209006 16.881985048143 -11.885155772755 27.151176658813 -11.885155772755h79.212031299997c20.404340111121 0 37.018238938825 16.599005148791 37.018238938825 37.003345259912V150.24557116677 c-0.0074468394566134 2.3234139104634 -0.23829886261163 4.6840620182098 -0.70000290892166 7.0223696075865C467.3561974576 160.28391075428 465.88917008465 163.03179451377 463.72213980278 165.19882479565zM260.16278325625 140.66148878611c-0.58085347761585 3.9989527882014 -2.9489484248189 7.551095209006 -6.4266224510574 9.6138697384879l-9.0032289030456 5.3244902114786l4.6989556971231 9.3755708758763c1.8021351485005 3.6117171364575 1.8914972219798 7.8713093056404 0.18617098641534 11.564941676121 c-1.6904325566512 3.6861855310236 -4.9447013991913 6.4042819326876 -8.8766326322832 7.4096052593304l-10.135148500451 2.5915001309015l1.86915670361 10.298978968496c0.7223434272915 3.9840591092882 -0.40212933065713 8.0947144893388 -3.0532041772115 11.155365506007s-6.5532187218198 4.7510835733194 -10.611746225674 4.6170404631003 l-10.462809436542 -0.3872356517439l-1.1021322395788 10.410681560346c-0.43936352794019 4.0287401460279 -2.6659685254676 7.647904121942 -6.0840678360532 9.8372749221863c-3.4032056316723 2.2042644791576 -7.6181167641155 2.7255432411205 -11.468132763185 1.4372400151264l-9.9340838351223 -3.3063967187364l-3.9989527882014 9.6734444541408 c-1.5489426069756 3.7532070861332 -4.7138493760363 6.5904529191029 -8.6010995723885 7.7372661954214c-3.8872501963522 1.1319195974052 -8.0872676498822 0.45425720685342 -11.416004886988 -1.8617098641534l-8.5936527329319 -5.9798120836606l-6.568112400733 8.1617360444483 c-2.5542659336184 3.1574599296041 -6.3819414143177 4.9968292753876 -10.425575239259 4.9968292753876c-4.0659743433109 0 -7.9010966634669 -1.8393693457835 -10.440468918172 -4.9968292753876l-6.5606655612764 -8.1542892049917l-8.5936527329319 5.9798120836606 c-3.3287372371062 2.3085202315502 -7.5287546906362 2.986182622102 -11.423451726445 1.8468161852401c-3.8798033568956 -1.1393664368619 -7.0521569654129 -3.9766122698316 -8.6010995723885 -7.7298193559647l-3.9915059487448 -9.6734444541408L70.610931727609 233.90336562236 c-3.8500159990691 1.2883032259941 -8.072373970969 0.76702446403118 -11.475579602641 -1.4372400151264c-3.4180993105856 -2.1893708002443 -5.644704308113 -5.8010879367019 -6.0766209965966 -9.8372749221863l-1.117025918492 -10.403234720889l-10.455362597085 0.37978881228729 c-4.0212933065713 0.1117025918492 -7.9606713791198 -1.5489426069756 -10.611746225674 -4.6170404631003c-2.6510748465544 -3.0606510166681 -3.7829944439596 -7.1564127178055 -3.0606510166681 -11.155365506007l1.86915670361 -10.298978968496l-10.142595339907 -2.5840532914449 c-3.9244843936353 -1.0127701660994 -7.1936469150886 -3.7234197283067 -8.8691857928266 -7.417052098787c-1.6978793961079 -3.6861855310236 -1.6159641620851 -7.9308840212933 0.20106466532856 -11.564941676121l4.6989556971231 -9.3606771969631l-9.0106757425023 -5.3393838903918 c-3.4851208656951 -2.0627745294819 -5.8532158128982 -5.6000232713733 -6.4266224510574 -9.6138697384879c-0.58085347761585 -4.0138464671146 0.69255606946505 -8.0872676498822 3.4627803473252 -11.036216074701l7.1340721994357 -7.6330104430288l-7.1340721994357 -7.6627978008552 c-2.7702242778602 -2.9489484248189 -4.0436338249411 -7.0000290892166 -3.4627803473252 -11.013875556331c0.57340663815923 -4.0138464671146 2.9489484248189 -7.5734357273759 6.4266224510574 -9.6138697384879l9.0106757425023 -5.3393838903918L10.872385606656 78.979317566978 c-1.8170288274137 -3.6117171364575 -1.8914972219798 -7.9010966634669 -0.20106466532856 -11.564941676121c1.6829857171946 -3.6936323704803 4.9372545597347 -6.4117287721442 8.8691857928266 -7.417052098787l10.142595339907 -2.6063938098147l-1.86915670361 -10.298978968496 c-0.7223434272915 -3.9840591092882 0.40957617011374 -8.0872676498822 3.0606510166681 -11.155365506007s6.5606655612764 -4.758530412776 10.611746225674 -4.6095936236437L51.949152049335 31.721674375309l1.117025918492 -10.395787881432c0.43936352794019 -4.0287401460279 2.658521686011 -7.6404572824854 6.0691741571399 -9.844721761643 c3.4180993105856 -2.196817639701 7.6330104430288 -2.6957558832941 11.483026442098 -1.4297931756698l9.9266369956657 3.3063967187364l3.9915059487448 -9.6734444541408c1.5489426069756 -3.7532070861332 4.7212962154929 -6.6127934374727 8.6010995723885 -7.7223725165081 c3.8946970358088 -1.1542601157751 8.0947144893388 -0.46915088576665 11.423451726445 1.8468161852401l8.5936527329319 5.972365244204l6.568112400733 -8.1542892049917c2.5393722547052 -3.1574599296041 6.3670477354045 -4.989382435931 10.433022078715 -4.989382435931c4.0436338249411 0 7.8936498240102 1.8319225063269 10.425575239259 4.989382435931 l6.568112400733 8.1691828839049l8.5936527329319 -5.9872589231172c3.3287372371062 -2.3234139104634 7.5213078511796 -2.986182622102 11.416004886988 -1.8468161852401c3.8872501963522 1.1095790790354 7.0521569654129 3.969165430375 8.6010995723885 7.7223725165081l3.9989527882014 9.6734444541408l9.9340838351223 -3.3063967187364 c3.8500159990691 -1.2808563865375 8.0649271315123 -0.76702446403118 11.468132763185 1.444686854583c3.4180993105856 2.1893708002443 5.6521511475696 5.8010879367019 6.0840678360532 9.844721761643l1.1021322395788 10.395787881432l10.462809436542 -0.40212933065713 c4.006399627658 -0.14148994967566 7.9532245396631 1.5563894464322 10.611746225674 4.6244873025569c2.6510748465544 3.0532041772115 3.7829944439596 7.1564127178055 3.0532041772115 11.155365506007l-1.86915670361 10.298978968496l10.135148500451 2.5989469703581 c3.9319312330919 1.0053233266428 7.2010937545452 3.7234197283067 8.8766326322832 7.417052098787c1.7053262355645 3.6638450126538 1.6159641620851 7.9159903423801 -0.18617098641534 11.564941676121l-4.6989556971231 9.3681240364197l9.0032289030456 5.3393838903918 c3.4925677051517 2.0478808505687 5.8532158128982 5.6149169502865 6.4266224510574 9.6287634174012c0.57340663815923 3.9989527882014 -0.70000290892166 8.0574802920557 -3.4627803473252 11.013875556331l-7.1340721994357 7.6627978008552l7.1340721994357 7.6330104430288 C259.46278034733 132.57422113622 260.73618989441 136.64764231899 260.16278325625 140.66148878611zM51.100212351281 142.67213543939c0 6.0393867993135 4.4234226372284 10.105361142624 10.440468918172 10.105361142624c8.8245047560869 0 9.8968496378393 -11.311749134596 22.050091631032 -11.311749134596 c5.0712976699537 0 9.5766355412049 1.7053262355645 9.5766355412049 6.4564098088838c0 3.1127788928644 -2.2563923553539 4.4085289583152 -6.7691770660616 5.7117258632225l-16.457515199116 4.7287430549495c-12.384094016348 3.5595892602612 -19.15327108241 10.864938767199 -19.15327108241 21.729877534398 c0 12.905372778311 8.6010995723885 25.080955289874 30.122465602001 25.080955289874c14.320272275068 0 32.810774645839 -3.4553335078686 32.810774645839 -16.464962038572c0 -6.0244931204003 -4.6170404631003 -9.7851470459901 -10.75323617535 -9.7851470459901 c-8.2808854757541 0 -8.3925880676033 9.4649329493557 -20.650085813189 9.4649329493557c-4.1925706140734 0 -8.072373970969 -1.6010704831719 -8.072373970969 -5.1457660645199c0 -3.447886668412 3.0085231404718 -4.9595950781045 8.2808854757541 -6.3521540564913l12.808563865375 -3.447886668412 c13.009628530704 -3.5595892602612 21.938389039183 -9.5766355412049 21.938389039183 -23.025627599849c0 -18.408587136748 -15.817087005847 -26.354364836955 -32.162899613113 -26.354364836955C59.068330569858 124.05503679786 51.100212351281 135.65721267126 51.100212351281 142.67213543939zM108.98449544754 38.766384501265 H72.405620036652c-9.5766355412049 0 -14.096867091369 4.4159757977718 -14.096867091369 14.737295284638v50.77255141519c0 8.2659917968409 4.7287430549495 13.329842627338 12.376647176892 13.329842627338c7.6330104430288 0 12.369200337435 -5.0638508304971 12.369200337435 -13.329842627338v-45.507635919365h25.922448148471 c6.3447072170346 0 10.648980422957 -3.6489513337406 10.648980422957 -10.008552229688C119.61858219158 42.422782674463 115.32920266457 38.766384501265 108.98449544754 38.766384501265zM127.60904092853 164.61797131803c0 27.106495622073 19.480932018501 40.555487680717 40.019315239841 40.555487680717 c20.553276900253 0 40.019315239841 -13.4564388981 40.019315239841 -40.555487680717c0 -28.082031590889 -19.242633155889 -40.562934520173 -40.019315239841 -40.562934520173C146.86656776333 124.05503679786 127.60904092853 136.52104604823 127.60904092853 164.61797131803zM172.36454606277 38.766384501265 H151.39424615295c-9.5766355412049 0 -14.104313930826 4.4159757977718 -14.104313930826 14.737295284638v47.972539779504c0 10.336213165779 4.5202315501644 14.737295284638 14.104313930826 14.737295284638h20.970299909823c25.70648980423 0 37.115047851761 -17.21709282369 37.115047851761 -38.731012013846 S198.071035867 38.766384501265 172.36454606277 38.766384501265zM166.88367222271 96.866625941763h-5.4883206795241v-38.731012013846h5.4883206795241c14.305378596154 0 17.850074177502 7.0968380021526 17.850074177502 19.376676266108C184.73374640021 89.769787939611 181.1816039794 96.866625941763 166.88367222271 96.866625941763zM182.90927073334 164.61797131803c0 12.570265002763 -4.9447013991913 21.193705093522 -15.288361404427 21.193705093522c-10.328766326323 0 -15.266020886058 -8.6085464118451 -15.266020886058 -21.193705093522c0 -12.592605521133 4.9372545597347 -21.208598772435 15.266020886058 -21.208598772435 C177.95712249469 143.4093725456 182.90927073334 152.01047211799 182.90927073334 164.61797131803z"/><glyph unicode="&#xE001;" glyph-name="logistics3" horiz-adv-x="512" d="M189.71105882353 133.98169934641c-23.633150326797 0 -42.731921568627 -19.166535947712 -42.731921568627 -42.800522875817c0 -23.563712418301 19.09877124183 -42.731921568627 42.731921568627 -42.731921568627s42.731921568627 19.168209150327 42.731921568627 42.731921568627 C232.44214379085 114.81516339869 213.34420915033 133.98169934641 189.71105882353 133.98169934641zM189.71105882353 69.815215686275c-11.816993464052 0 -21.366797385621 9.6192418300654 -21.366797385621 21.367633986928 c0 11.815320261438 9.5498039215686 21.365960784314 21.366797385621 21.365960784314c11.816156862745 0 21.365960784314 -9.5506405228758 21.365960784314 -21.365960784314C211.07618300654 79.43445751634 201.52721568627 69.815215686275 189.71105882353 69.815215686275zM512 165.59602614379v-45.629071895425c0 -11.381960784314 -9.2268758169935 -20.609673202614 -20.610509803922 -20.609673202614h-22.052810457516c-3.9847320261438 27.343477124183 -27.548444444444 48.365594771242 -55.991215686275 48.365594771242 c-28.372496732026 0 -51.937882352941 -21.022954248366 -55.922614379085 -48.365594771242H245.64705882353c-3.9847320261438 27.343477124183 -27.549281045752 48.365594771242 -55.922614379085 48.365594771242c-28.373333333333 0 -51.937882352941 -21.022954248366 -55.921777777778 -48.365594771242 h-27.617882352941c-11.382797385621 0 -20.609673202614 9.2268758169935 -20.609673202614 20.609673202614v45.629071895425H512L512 165.59602614379zM413.40067973856 133.98169934641c-23.633150326797 0 -42.800522875817 -19.166535947712 -42.800522875817 -42.800522875817 c0 -23.563712418301 19.168209150327 -42.731921568627 42.800522875817 -42.731921568627c23.563712418301 0 42.73108496732 19.168209150327 42.73108496732 42.731921568627C456.13176470588 114.81516339869 436.96439215686 133.98169934641 413.40067973856 133.98169934641zM413.40067973856 69.815215686275c-11.816993464052 0 -21.365960784314 9.6192418300654 -21.365960784314 21.367633986928c0 11.815320261438 9.5489673202614 21.365960784314 21.365960784314 21.365960784314 c11.747555555556 0 21.365960784314 -9.5506405228758 21.365960784314 -21.365960784314C434.76664052288 79.43445751634 425.14823529412 69.815215686275 413.40067973856 69.815215686275zM503.87911111111 211.54551633987l-80.99722875817 80.105411764706 c-5.1526274509804 5.0840261437909 -12.09139869281 7.9694640522876 -19.305411764706 7.9694640522876h-40.876339869281v15.320679738562c0 11.403712418301 -9.2059607843137 20.609673202614 -20.609673202614 20.609673202614H106.1705620915 c-11.335947712418 0 -20.609673202614 -9.2067973856209 -20.609673202614 -20.609673202614v-3.2292810457516L1.9241830065359 302.07247058824l148.2005751634 -19.298718954248L0 267.86049673203l149.59602614379 -21.26891503268L0 233.62091503268l85.565908496732 -16.138039215686 l-0.0058562091503268 -40.494013071895h426.4257254902v15.046274509804C511.98577777778 199.38635294118 509.03173856209 206.39288888889 503.87911111111 211.54551633987zM468.56700653595 208.86671895425h-78.387032679739 c-1.7861437908497 0 -3.2292810457516 1.4423006535948 -3.2292810457516 3.2284444444444v60.525594771242c0 1.7861437908497 1.443137254902 3.2292810457516 3.2292810457516 3.2292810457516h14.908235294118c0.8240522875817 0 1.6489411764706 -0.3438431372549 2.2671895424837 -0.89349019607843l63.411032679739 -60.525594771242 C472.89474509804 212.43900653595 471.45160784314 208.86671895425 468.56700653595 208.86671895425z"/><glyph unicode="&#xE002;" glyph-name="money216" horiz-adv-x="512" d="M504.5894344458 223.20787465781L398.08305667191 305.23105597297V390.70603995573c0 10.467237462869 -8.4990389655775 18.966276428447 -18.966276428447 18.966276428447s-18.966276428447 -8.4990389655775 -18.966276428447 -18.966276428447v-56.265129011591L267.55571087425 405.7359193896 c-6.8141417671384 5.248529326111 -16.312190576038 5.248529326111 -23.141242937853 0L7.3881996621818 223.20787465781c-8.2902906401072 -6.3817345215213 -9.8409924864582 -18.287844370668 -3.4518026675986 -26.578135010775c6.3891898188596 -8.2977459374454 18.295299668006 -9.8409924864582 26.593045605452 -3.4592579649368 l20.822645465665 16.028889277186v-215.91286621236c0 -10.452326868193 8.4990389655775 -18.958821131108 18.966276428447 -18.958821131108h368.97012056614c10.452326868193 0 18.973731725785 8.5064942629157 18.973731725785 18.958821131108V211.03337410449l23.193430019221 -17.862892422389 c3.4518026675986 -2.6540858524084 7.5149397169317 -3.9438522919215 11.548255576912 -3.9438522919215c5.6883918690663 0 11.309686062089 2.5571669870115 15.052245325878 7.4031102568583C514.44533752694 204.92748558448 512.90209097793 216.82614013629 504.5894344458 223.20787465781zM255.99254470266 28.975013105015c-68.939134486575 0 -124.83149863125 55.899819442018 -124.83149863125 124.82404333392c0 68.946589783913 55.892364144679 124.83895392859 124.83149863125 124.83895392859c68.954045081251 0 124.83895392859 -55.892364144679 124.83895392859 -124.83895392859 C380.83149863125 84.874832547032 324.94658978391 28.975013105015 255.99254470266 28.975013105015zM268.56963131225 170.04414933892c-19.145203564564 7.2241831207409 -27.040363445745 11.958296930514 -27.040363445745 19.406138971402c0 6.3071815481391 4.7341138097734 12.614363096278 19.391228376725 12.614363096278c16.215271710641 0 26.585590308113 -5.181431650067 32.460364610635 -7.656590366358 L299.92661191683 219.86790145029c-7.4403867435494 3.6009086143631 -17.572135826198 6.7544993884326 -32.698934125459 7.4329314462112v19.831090919681h-22.082590715825v-21.411613955385c-24.110431591822 -4.7266585124352 -38.07420350632 -20.285864057313 -38.07420350632 -40.116954976993 c0 -21.866387093016 16.438930630788 -33.123886073738 40.564272817287 -41.242704875066c16.670044848273 -5.643660085037 23.901683266352 -11.026384763236 23.901683266352 -19.599976702196c0 -9.0209097792533 -8.8047061564448 -13.978682509174 -21.627817578193 -13.978682509174 c-14.649659269614 0 -27.949909721009 4.7415691071117 -37.418137340556 9.9080901625022l-6.7544993884326 -26.354476090628c8.5586813442833 -4.9577727299202 23.208340613897 -9.0134544819151 38.312773021143 -9.6993418370319v-21.419069252723h22.090046013163v22.992136991089 c25.922068845011 4.5029995922884 40.116954976993 21.635272875531 40.116954976993 41.704933310036C306.21142757295 148.20012813792 295.40124643252 160.59083231405 268.56963131225 170.04414933892z"/><glyph unicode="&#xE003;" glyph-name="searching23" horiz-adv-x="512" d="M507.1120841259 -26.862864731005c0.71664931988659 9.830958618957 -2.5174604313965 19.937551591717 -10.051466101999 27.471557262319l-82.800559882281 82.800559882281c-7.3134981875606 7.3318738111474 -17.089329935757 10.621110433191 -26.663029824498 10.143344219933l-32.377848760004 32.341097512831 c61.595090263073 78.059648996878 56.523418153106 191.87826149374 -15.509026307289 263.91070595413c-77.600258407207 77.63700965438 -203.91429494311 77.618634030794 -281.51455335032 0c-77.600258407207 -77.600258407207 -77.618634030794 -203.91429494311 0 -281.55130459749 c72.014068836809 -71.995693213222 185.86943258084 -77.067365323188 263.89233033055 -15.472275060116l32.341097512831 -32.377848760004c-0.45939058967089 -9.5736998887413 2.793094785199 -19.349531636938 10.16171984352 -26.663029824498l82.800559882281 -82.818935505868 c7.5340056706026 -7.5156300470158 17.622223019775 -10.768115421886 27.453181638732 -10.033090478412c9.2245630405915 -6.927610092237 22.105875174963 -6.596848867674 30.466783906973 1.7824354879231C513.72730861716 -48.987115529555 514.03969421814 -36.050676524423 507.1120841259 -26.862864731005zM306.63403079353 141.38434483006c-59.353264185479 -59.334888561892 -155.9171661343 -59.334888561892 -215.28880594337 0c-59.353264185479 59.353264185479 -59.353264185479 155.95391738147 0 215.30718156695s155.9171661343 59.353264185479 215.28880594337 0 C365.987294979 297.33826221154 365.96891935542 200.73760901554 306.63403079353 141.38434483006zM144.83666511144 257.59178839321v-82.543301152065h104.44704446757v82.543301152065L197.06018734522 301.36252377705L144.83666511144 257.59178839321zM191.58425151635 200.35172092022H170.13989879051V221.79607364605h21.444352725837V200.35172092022zM191.58425151635 232.72956968022 H170.13989879051v21.444352725837h21.444352725837V232.72956968022zM202.51774755052 254.15554678247h21.444352725837v-21.444352725837h-21.444352725837V254.15554678247zM202.51774755052 221.79607364605h21.444352725837v-21.444352725837h-21.444352725837V221.79607364605zM204.0796755554 342.57904748232c-4.0793884362775 3.4178659871514 -10.014714854825 3.4178659871514 -14.094103291103 0L111.70541578437 276.90456878297C107.07475864049 273.02731220615 106.44998743854 266.1180777375 110.34561963895 261.48742059362 c2.1683235832466 -2.5909629257438 5.2738039694218 -3.914007823996 8.3976599791839 -3.914007823996c2.4807091842228 0 4.9797939920324 0.8269030614076 7.0194882101712 2.5542116785701l71.297419516922 59.757527904389l71.279043893335 -59.757527904389 c4.6490327674694 -3.8956322004091 11.55826723612 -3.2708609984567 15.435523812942 1.3597961454258c3.8772565768223 4.6306571438826 3.2708609984567 11.539891612533 -1.3597961454258 15.417148189355L204.0796755554 342.57904748232z"/></font></defs></svg>
  • kopatheme/trunk/includes/abstracts/abstract-kopa-widget.php

    r1353276 r1428092  
    174174                apply_filters('kopa_widget_form_parse_args', array(
    175175                // common
    176                 'type'    => '',
    177                 'std'     => '',
    178                 'label'   => '',
    179                 'desc'    => '',
     176                'type'            => '',
     177                'std'             => '',
     178                'label'           => '',
     179                'desc'            => '',
    180180                // number
    181                 'step'    => '',
    182                 'min'     => '',
    183                 'max'     => '',
     181                'step'            => '',
     182                'min'             => '',
     183                'max'             => '',
    184184                // select
    185                 'options' => '',
    186                 'size'    => '',
     185                'options'         => '',
     186                'size'            => '',
    187187                // textarea
    188                 'rows'    => '',
     188                'rows'            => '',
    189189                // upload
    190                 'mimes'   => '',
    191                 'css'     => '',
    192                 // datetime
    193                 'format'    => 'Y/m/d H:i',
    194                 'datepicker' => true,
    195                 'timepicker' => true
     190                'mimes'           => '',
     191                'css'             => '',
     192                // datetime
     193                'format'          => 'Y/m/d H:i',
     194                'datepicker'      => true,
     195                'timepicker'      => true,
     196                // taxonomy
     197                'taxonomy'        => '',
     198                // singular
     199                'post_type'       => ''             
    196200                )));
    197201
     
    312316                        $date_value_time = date($setting['format'],$value);
    313317                    }
    314                 ?>
     318                    ?>
    315319                    <p>
    316320                        <label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"><?php echo esc_html( $setting['label'] ); ?></label>
     
    344348                        </a>
    345349                    </div>
    346                     <?php break;
     350                    <?php
     351                    break;
    347352
    348353                case 'icon': ?>
     
    358363                        <span class="kf-icon-picker-preview"><i class="<?php echo esc_attr($value);?>"></i></span>
    359364                    </p>
    360                     <?php break;
     365                    <?php
     366                    break;
     367                case 'taxonomy':
     368                    $setting['options'] = array( '' => esc_html__( '-- Select --', 'kopa-framework' ) );
     369
     370                    if ( isset( $setting['taxonomy'] ) && !empty( $setting['taxonomy'] ) ) {
     371                        $taxonomy = esc_html( $setting['taxonomy'] );
     372                        $terms    = get_terms( $taxonomy );
     373                        if( $terms ){
     374                            foreach( $terms as $term ){
     375                                $setting['options'][$term->term_id] = $term->name;
     376                            }
     377                        }
     378                    }                                   
     379                   
     380                    ?>
     381                    <p>
     382                        <label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"><?php echo esc_html( $setting['label'] ); ?></label>
     383                        <select class="widefat" id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>" name="<?php echo $this->get_field_name( $key ); ?>">
     384                            <?php foreach ( $setting['options'] as $option_key => $option_value ) : ?>
     385                                <option value="<?php echo esc_attr( $option_key ); ?>" <?php selected( $option_key, $value ); ?>><?php echo esc_html( $option_value ); ?></option>
     386                            <?php endforeach; ?>
     387                        </select>
     388                        <?php echo wp_kses_post($setting['desc']); ?>
     389                    </p>                   
     390                    <?php
     391
     392                    break;
     393
     394                case 'caption':
     395                    ?>
     396                    <div>
     397                        <p class="kf_ui_caption"><?php echo esc_html( $setting['label'] ); ?></p>
     398                        <?php echo wp_kses_post($setting['desc']); ?>
     399                    </div>
     400                    <?php
     401                    break;
     402                case 'singular':
     403                    $post_type = ( isset( $setting['post_type'] ) && !empty( $setting['post_type'] ) ) ? esc_html( $setting['post_type'] ) : 'page';                             
     404                    ?>
     405                    <p>
     406                        <label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"><?php echo esc_html( $setting['label'] ); ?></label>
     407                        <?php
     408                        if( 'page' === $post_type ){
     409                            wp_dropdown_pages( array(
     410                                'name'              => esc_attr( $this->get_field_name( $key ) ),
     411                                'id'                => esc_attr( $this->get_field_id( $key ) ),
     412                                'class'             => 'widefat',
     413                                'show_option_none'  => esc_html__( '-- Select --', 'kopa-framework' ),                     
     414                                'option_none_value' => '',
     415                                'selected'          => $value
     416                            ) );
     417                        }else{ 
     418                            $setting['options'] = array( '' => esc_html__( '-- Select --', 'kopa-framework' ) );                                               
     419                            $query = array(
     420                                'post_type'           => $post_type,
     421                                'posts_per_page'      => -1,
     422                                'ignore_sticky_posts' => true
     423                            );                     
     424
     425                            $records = new WP_Query( $query );
     426                            if ( $records->have_posts() ) {
     427                                while ( $records->have_posts() ) {
     428                                    $records->the_post();
     429                                    $_id                      = get_the_ID();                           
     430                                    $setting['options'][$_id] = get_the_title();           
     431                                }
     432                            }                       
     433                            unset( $records );
     434                            wp_reset_postdata();               
     435                            ?>
     436                            <select class="widefat" id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>" name="<?php echo $this->get_field_name( $key ); ?>">
     437                                <?php foreach ( $setting['options'] as $option_key => $option_value ) : ?>
     438                                    <option value="<?php echo esc_attr( $option_key ); ?>" <?php selected( $option_key, $value ); ?>><?php echo esc_html( $option_value ); ?></option>
     439                                <?php endforeach; ?>
     440                            </select>                           
     441                        <?php } ?>
     442                       
     443                        <?php echo wp_kses_post($setting['desc']); ?>
     444
     445                        <?php if( $value ): ?>
     446                            <p>
     447                                <label><?php esc_html_e( 'Activated Page:', 'kopa-framework' ); ?> <i><?php esc_html_e( 'click to edit on new tab.', 'kopa-framework' ); ?></i></label><br/>
     448                                <a href="<?php echo esc_url( get_edit_post_link( $value ) ); ?>" target="_blank"><?php echo esc_html( get_the_title( $value ) ); ?></a>
     449                            </p>
     450                        <?php endif; ?>
     451                    </p>                   
     452                    <?php
     453                    break;
    361454            }
    362455
  • kopatheme/trunk/includes/admin/class-kopa-admin-meta-box.php

    r1353276 r1428092  
    390390                    if ( $advanced_field ) {
    391391                        $date_value_time = '';
    392                         if ( isset($value['format']) && ! empty($option_value) ) {
     392                        if ( isset($value['format']) && ! empty($option_value) && is_numeric($option_value) ) {
    393393                            $date_value_time = date($value['format'],$option_value);
     394                        } else {
     395                            $date_value_time = $option_value;
    394396                        }
    395397                        if ( ! isset($value['timepicker']) || empty($value['timepicker']) ) {
     
    412414                        autocomplete="off">';
    413415                        $output .= $option_wrap_end;
    414                     } else {
    415                         $output .= apply_filters( 'kopa_admin_meta_box_field_' . $value['type'], '', $option_wrap_start, $option_wrap_end, $value, $option_value);
    416416                    }
    417417
     
    437437                        $output .= '</div>';
    438438                        $output .= $option_wrap_end;
    439                     } else {
    440                         $output .= apply_filters( 'kopa_admin_meta_box_field_' . $value['type'], '', $option_wrap_start, $option_wrap_end, $value, $option_value);
    441439                    }
    442440                    break;
     
    461459                        $output .= '</div>';
    462460                        $output .= $option_wrap_end;
    463                     } else {
    464                         $output .= apply_filters( 'kopa_admin_meta_box_field_' . $value['type'], '', $option_wrap_start, $option_wrap_end, $value, $option_value);
    465461                    }
    466462                    break;
  • kopatheme/trunk/includes/admin/class-kopa-admin-settings.php

    r1353276 r1428092  
    358358        // Sanitize fields
    359359        $allowed_tags = array(
    360             'abbr'      => array( 'title' => true ),
    361             'acronym'   => array( 'title' => true ),
    362             'code'      => true,
    363             'em'        => true,
    364             'strong'    => true,
     360            'abbr'    => array( 'title' => true ),
     361            'acronym' => array( 'title' => true ),
     362            'code'    => true,
     363            'em'      => true,
     364            'strong'  => true,
     365            'br'      => true,
     366            'i'       => true,
     367            'small'   => true,
    365368            'a'         => array(
    366                 'href'  => true,
    367                 'title' => true,
     369            'href'  => true,
     370            'title' => true,
    368371            ),
    369372        );
     
    454457                    if ( $value['title'] ) {
    455458                        $output .= '<h4 class="kopa_heading_group">'.esc_html( $value['title'] ).'</h4>';
     459                    }                   
     460
     461                    if( isset( $value['desc'] ) && !empty( $value['desc'] ) ){
     462                        $output .=  sprintf( '<div class="kopa_group_description"><p>%s</p></div>', $value['desc'] );
    456463                    }
    457464
    458                     $output .= '<div class="kopa_group_content">';
     465                    $output .= '<div class="kopa_group_content">';                                 
     466
    459467                break;
    460468
  • kopatheme/trunk/includes/admin/layouts/class-kopa-layout-box.php

    r1353276 r1428092  
    4343     * @param array $value option arguments
    4444     */
    45     public function output( $use_custom_layout, $option_value, $value ) {
     45    public function output( $use_custom_layout, $option_value, $value ) {               
     46
    4647        $settings = $this->layout_settings;
     48
     49        $value        = apply_filters( 'kopa_get_custom_layouts_for_private_object', $value );
     50        $option_value = apply_filters( 'kopa_get_selected_layout_for_private_object', $option_value );     
    4751
    4852        global $wp_registered_sidebars;
     
    6771        $output .= '<select name="_custom_layout[layout_id]" id="select-layout-'.esc_attr( $value['id'] ).'" data-layout-section-id="'.esc_attr( $value['id'] ).'">';
    6872       
     73       
    6974            foreach ( $value['layouts'] as $layout_id => $layout_args ) {
    7075                $output .= '<option value="'.esc_attr( $layout_id ).'" '.selected( $option_value['layout_id'], $layout_id, false ).'>'.$layout_args['title'].'</option>';
    7176            }
     77       
    7278
    7379        $output .= '</select>';
  • kopatheme/trunk/includes/class-kopa-ajax.php

    r1353276 r1428092  
    618618            "fa fa-graduation-cap"       => "fa-graduation-cap",
    619619            "fa fa-subway"               => "fa-subway",
    620             'flaticon-barbell'           => 'barbell',
    621             'flaticon-basketball35'      => 'basketball35',
    622             'flaticon-biceps'            => 'biceps',
    623             'flaticon-canopy'            => 'canopy',
    624             'flaticon-championship8'     => 'championship8',
    625             'flaticon-climbing6'         => 'climbing6',
    626             'flaticon-drop19'            => 'drop19',
    627             'flaticon-dumbbell21'        => 'dumbbell21',
    628             'flaticon-finish'            => 'finish',
    629             'flaticon-fishing11'         => 'fishing11',
    630             'flaticon-floating1'         => 'floating1',
    631             'flaticon-guru1'             => 'guru1',
    632             'flaticon-guru'              => 'guru',
    633             'flaticon-jump7'             => 'jump7',
    634             'flaticon-jumping27'         => 'jumping27',
    635             'flaticon-leg5'              => 'leg5',
    636             'flaticon-man362'            => 'man362',
    637             'flaticon-mountain24'        => 'mountain24',
    638             'flaticon-padding'           => 'padding',
    639             'flaticon-ping3'             => 'ping3',
    640             'flaticon-regular2'          => 'regular2',
    641             'flaticon-rugby98'           => 'rugby98',
    642             'flaticon-runner5'           => 'runner5',
    643             'flaticon-running30'         => 'running30',
    644             'flaticon-skidiving'         => 'skidiving',
    645             'flaticon-skiing7'           => 'skiing7',
    646             'flaticon-skydiving2'        => 'skydiving2',
    647             'flaticon-soccer43'          => 'soccer43',
    648             'flaticon-soccer44'          => 'soccer44',
    649             'flaticon-sport11'           => 'sport11',
    650             'flaticon-sportive36'        => 'sportive36',
    651             'flaticon-stopwatch7'        => 'stopwatch7',
    652             'flaticon-swimming20'        => 'swimming20',
    653             'flaticon-tennis18'          => 'tennis18',
    654             'flaticon-time13'            => 'time13',
    655             'flaticon-trekking'          => 'trekking',
    656             'flaticon-trophy45'          => 'trophy45',
    657             'flaticon-walking17'         => 'walking17',
    658             'flaticon-weightlift'        => 'weightlift',
    659             'flaticon-yoga12'            => 'yoga12'
     620            "fa fa-language"             => "fa-language",
     621            "fa fa-university"           => "fa-university",
     622            'flaticon-home22'            => 'home22',
     623            'flaticon-money216'          => 'money216',
     624            'flaticon-searching23'       => 'searching23',
     625            'flaticon-logistics3'        => 'logistics3',
    660626        );
    661627
  • kopatheme/trunk/kopa-framework.php

    r1353276 r1428092  
    33 * Plugin Name: Kopa Framework
    44 * Description: A WordPress framework by Kopatheme.
    5  * Version: 1.1.1
     5 * Version: 1.1.3
    66 * Author: Kopa Theme
    77 * Author URI: http://kopatheme.com
    88 * License: GPLv2 or later
    99 * Requires at least: 3.8
    10  * Tested up to: 4.3
     10 * Tested up to: 4.5.1
    1111 *
    1212 * Text Domain: kopa-framework
     
    3535     * @var string framework version
    3636     */
    37     public $version = '1.1.1';
     37    public $version = '1.1.2';
    3838
    3939    /**
     
    7979        // Include required files
    8080        $this->includes();
    81 
    82         // Sets up the default filters
    83         $this->default_filters();
    8481
    8582        add_action( 'init', array( $this, 'init' ) );
     
    190187     */
    191188    public function setup() {
     189        // Sets up the default filters
     190        $this->default_filters();
     191
    192192        // set static properties in Kopa_Admin_Settings class
    193193        Kopa_Admin_Settings::get_settings_pages();
     194       
    194195
    195196        /**
  • kopatheme/trunk/readme.txt

    r1353276 r1428092  
    11=== Kopa Framework ===
    2 Contributors: kopatheme
     2Contributors: kopatheme,tranthethang
    33Tags: framework, tool, feature, theme-options, sidebar-manager, layout-manager, custom-layouts
    44Donate link:
    55Requires at least: 3.8
    6 Tested up to: 4.3
    7 Stable tag: 1.0.11
     6Tested up to: 4.5.2
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99
     
    2121
    2222== Changelog ==
     23
     24= 1.1.3 =
     25* Add new filter: kopa_get_custom_layouts_for_private_object
     26* Add new filter: kopa_get_selected_layout_for_private_object
     27
     28= 1.1.2 =
     29* Update: some icon fonts
     30* Fix: move include function default_filters from __construct to hook "after_setup_theme"
    2331
    2432= 1.1.1 =
Note: See TracChangeset for help on using the changeset viewer.