jekyll-theme-marketing 0.5.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (232) hide show
  1. checksums.yaml +5 -5
  2. data/{LICENSE.txt → LICENSE} +1 -1
  3. data/README.md +6 -1
  4. data/_includes/components/analytics/google.js +13 -0
  5. data/_includes/components/assets/file-downloads.html +15 -0
  6. data/_includes/components/breadcrumbs/bootstrap.html +35 -0
  7. data/_includes/components/breadcrumbs/bootstrap.js +11 -0
  8. data/_includes/components/bullets/fontawesome.html +4 -0
  9. data/_includes/components/cards/bootstrap-h.html +20 -0
  10. data/_includes/components/cards/bootstrap-v.html +16 -0
  11. data/_includes/components/contact-cards/phone-card.html +6 -0
  12. data/_includes/components/contact-cards/phone-directory.html +22 -0
  13. data/_includes/components/copyrights/progressive.html +19 -0
  14. data/_includes/components/exchange-rates/progressive.html +6 -0
  15. data/_includes/{body/header/exchange-rates/usd.html → components/exchange-rates/progressive.js} +1 -6
  16. data/_includes/components/filters/isotope.html +32 -0
  17. data/_includes/components/filters/isotope.js +47 -0
  18. data/_includes/components/firebase/sdk.html +17 -0
  19. data/_includes/components/firebase/special-offers.html +28 -0
  20. data/_includes/components/firebase/ui.html +15 -0
  21. data/_includes/components/firebase/ui.js +33 -0
  22. data/_includes/{head/fonts.html → components/fonts/google.html} +0 -0
  23. data/_includes/components/footers/progressive/custom-item.liquid +1 -0
  24. data/_includes/components/footers/progressive/custom-title.liquid +1 -0
  25. data/_includes/components/footers/progressive/footer.html +43 -0
  26. data/_includes/components/footers/progressive/top.html +27 -0
  27. data/_includes/components/forms/formspree.html +59 -0
  28. data/_includes/components/forms/formspree.js +35 -0
  29. data/_includes/components/forms/google-forms.css +5 -0
  30. data/_includes/components/forms/google-forms.html +76 -0
  31. data/_includes/components/forms/google-forms.js +31 -0
  32. data/_includes/components/generators/pdf/special-offers.html +51 -0
  33. data/_includes/components/icons/bootstrap.html +14 -0
  34. data/_includes/components/icons/progressive.html +29 -0
  35. data/_includes/components/icons/progressive.js +5 -0
  36. data/_includes/components/info-cards/card-deck.html +16 -0
  37. data/_includes/components/info-cards/progressive.html +20 -0
  38. data/_includes/components/info-cards/search-results.html +38 -0
  39. data/_includes/components/jumbotron/bootstrap.html +5 -0
  40. data/_includes/components/lang-switchers/two-langs.html +27 -0
  41. data/_includes/components/login/progressive.html +89 -0
  42. data/_includes/components/logos/motorola.html +3 -0
  43. data/_includes/components/logos/progressive.html +3 -0
  44. data/_includes/components/maps/google-maps.html +2 -0
  45. data/_includes/components/maps/google-maps.js +96 -0
  46. data/_includes/components/maps/image-map.html +21 -0
  47. data/_includes/components/megamenu/progressive.html +35 -0
  48. data/_includes/{head/meta.html → components/meta/progressive.html} +5 -1
  49. data/_includes/components/modals/bootstrap.html +124 -0
  50. data/_includes/components/modals/bootstrap.js +26 -0
  51. data/_includes/components/nav-items/bootstrap.html +23 -0
  52. data/_includes/components/nav-tabs/product-nav-tab.html +48 -0
  53. data/_includes/components/nav-tabs/product-nav-tab.js +38 -0
  54. data/_includes/components/navbars/bootstrap.html +16 -0
  55. data/_includes/components/navbars/common.liquid +14 -0
  56. data/_includes/components/navbars/progressive.html +33 -0
  57. data/_includes/components/navbars/progressive.js +18 -0
  58. data/_includes/components/panels/brands.html +12 -0
  59. data/_includes/{body → components}/product-cards/3d-space.html +5 -5
  60. data/_includes/components/product-cards/featured-product.html +15 -0
  61. data/_includes/components/product-cards/product-details.html +48 -0
  62. data/_includes/components/product-cards/product-generals.html +54 -0
  63. data/_includes/components/product-cards/progressive.html +57 -0
  64. data/_includes/components/scripts/body.js +41 -0
  65. data/_includes/components/scripts/head.js +14 -0
  66. data/_includes/components/scroll-to-tops/progressive.html +3 -0
  67. data/_includes/components/search-engines/lunr.html +19 -0
  68. data/_includes/components/search-engines/lunr.js +119 -0
  69. data/_includes/components/searchbars/progressive.html +14 -0
  70. data/_includes/components/sidenavs/material/dependencies.html +2 -2
  71. data/_includes/components/sliders/bootstrap.html +37 -0
  72. data/_includes/components/sliders/lightslider.html +35 -0
  73. data/_includes/components/sliders/lightslider.js +12 -0
  74. data/_includes/components/sliders/revolution-slider.html +67 -0
  75. data/_includes/components/social-media/facebook.html +18 -0
  76. data/_includes/components/social-media/progressive.html +9 -0
  77. data/_includes/components/spinners/bootstrap.html +5 -0
  78. data/_includes/components/stylesheets/progressive.html +47 -0
  79. data/_includes/components/timelines/9.html +27 -0
  80. data/_includes/components/topbars/progressive.html +36 -0
  81. data/_includes/components/topbars/progressive.js +5 -0
  82. data/_includes/components/videos/background.html +22 -0
  83. data/_includes/components/videos/youtube.html +23 -0
  84. data/_includes/components/zendesk/script.js +9 -0
  85. data/_includes/pages/footer/grupopv/our-offices.js +22 -0
  86. data/_layouts/default.html +30 -12
  87. data/_layouts/grid.html +34 -28
  88. data/_layouts/page.html +4 -48
  89. data/_layouts/product.html +29 -174
  90. data/_sass/common/_common.scss +32 -0
  91. data/_sass/components/breadcrumbs/_bootstrap.scss +2 -3
  92. data/_sass/components/contact-cards/_location.scss +14 -0
  93. data/_sass/components/contact-cards/_phone-card.scss +17 -0
  94. data/_sass/components/footers/_vg_progressive.scss +72 -0
  95. data/_sass/components/forms/_formspree.scss +5 -0
  96. data/_sass/components/forms/_google-forms.scss +29 -0
  97. data/_sass/components/icons/bootstrap.scss +21 -0
  98. data/_sass/components/info-cards/_card-deck.scss +12 -0
  99. data/_sass/components/info-cards/search-results.scss +9 -0
  100. data/_sass/components/jumbotron/bootstrap.scss +5 -0
  101. data/_sass/components/lang-switchers/_toogle-lang.scss +0 -1
  102. data/_sass/components/login/progressive.scss +13 -0
  103. data/_sass/components/logos/progressive.scss +12 -0
  104. data/_sass/components/maps/google-maps.scss +13 -0
  105. data/_sass/components/megamenu/progressive.scss +9 -0
  106. data/_sass/components/nav-items/bootstrap.scss +26 -0
  107. data/_sass/components/navbars/bootstrap.scss +8 -0
  108. data/_sass/components/navbars/progressive.scss +94 -0
  109. data/_sass/components/product-cards/_3d-space.scss +12 -12
  110. data/_sass/components/product-cards/_product-details.scss +6 -0
  111. data/_sass/components/product-cards/_product-generals.scss +13 -0
  112. data/_sass/components/product-cards/_progressive.scss +30 -0
  113. data/_sass/components/product-cards/featured-product.scss +12 -0
  114. data/_sass/components/searchbars/progressive.scss +8 -0
  115. data/_sass/components/sidenavs/_material.scss +160 -0
  116. data/_sass/components/sliders/_lightslider.scss +33 -0
  117. data/_sass/components/social-media/_progressive.scss +25 -0
  118. data/_sass/components/timelines/9.scss +152 -0
  119. data/_sass/components/videos/background.scss +22 -0
  120. data/_sass/grupopv/_navbar.scss +22 -0
  121. data/_sass/layouts/_404.scss +39 -0
  122. data/_sass/layouts/_default.scss +3 -0
  123. data/_sass/layouts/_page.scss +70 -0
  124. data/_sass/layouts/_product.scss +56 -0
  125. data/assets/css/main.min.scss +88 -0
  126. data/assets/img/common/favicon.png +0 -0
  127. data/assets/js/firebase/firebase-account-controller.js +42 -0
  128. data/assets/js/firebase/firebase-login.js +4 -4
  129. data/assets/js/firebase/firebase-sdk.js +19 -0
  130. data/assets/js/firebase/firebase-special-offers.js +41 -0
  131. data/assets/node_modules/@fortawesome/fontawesome-free-brands/index.js +1221 -0
  132. data/assets/node_modules/@fortawesome/fontawesome-free-regular/index.js +489 -0
  133. data/assets/node_modules/@fortawesome/fontawesome-free-solid/index.js +2013 -0
  134. data/assets/node_modules/@fortawesome/fontawesome/index.js +1823 -0
  135. data/assets/node_modules/@fortawesome/fontawesome/styles.css +345 -0
  136. data/assets/node_modules/bootstrap/dist/css/bootstrap.min.css +5 -3
  137. data/assets/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  138. data/assets/node_modules/bootstrap/dist/js/bootstrap.min.js +6 -5
  139. data/assets/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
  140. data/assets/node_modules/bootstrap/scss/_badge.scss +54 -0
  141. data/assets/node_modules/bootstrap/scss/_buttons.scss +139 -0
  142. data/assets/node_modules/bootstrap/scss/_functions.scss +134 -0
  143. data/assets/node_modules/bootstrap/scss/_nav.scss +120 -0
  144. data/assets/node_modules/bootstrap/scss/_reboot.scss +482 -0
  145. data/assets/node_modules/bootstrap/scss/_variables.scss +1143 -0
  146. data/assets/node_modules/bootstrap/scss/mixins/_background-variant.scss +22 -0
  147. data/assets/node_modules/bootstrap/scss/mixins/_badge.scss +17 -0
  148. data/assets/node_modules/bootstrap/scss/mixins/_border-radius.scss +63 -0
  149. data/assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss +20 -0
  150. data/assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
  151. data/assets/node_modules/bootstrap/scss/mixins/_buttons.scss +110 -0
  152. data/assets/node_modules/bootstrap/scss/mixins/_deprecate.scss +10 -0
  153. data/assets/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
  154. data/assets/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
  155. data/assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +17 -0
  156. data/assets/node_modules/bootstrap/scss/mixins/_text-hide.scss +11 -0
  157. data/assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
  158. data/assets/node_modules/bootstrap/scss/mixins/_transition.scss +16 -0
  159. data/assets/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
  160. data/assets/node_modules/bootstrap/scss/utilities/_text.scss +72 -0
  161. data/assets/node_modules/bootstrap/scss/vendor/_rfs.scss +204 -0
  162. data/assets/node_modules/firebase/firebase-app.js +2 -0
  163. data/assets/node_modules/firebase/firebase-app.js.map +1 -0
  164. data/assets/node_modules/firebase/firebase-auth.js +2 -0
  165. data/assets/node_modules/firebase/firebase-auth.js.map +1 -0
  166. data/assets/node_modules/firebase/firebase-firestore.js +2 -0
  167. data/assets/node_modules/firebase/firebase-firestore.js.map +1 -0
  168. data/assets/node_modules/flag-icon-css/flags/1x1/br.svg +41 -41
  169. data/assets/node_modules/flag-icon-css/flags/1x1/mx.svg +371 -378
  170. data/assets/node_modules/flag-icon-css/flags/1x1/us.svg +2 -2
  171. data/assets/node_modules/flag-icon-css/sass/_flag-icon-list.scss +265 -249
  172. data/assets/node_modules/flag-icon-css/sass/_variables.scss +1 -1
  173. data/assets/node_modules/flag-icon-css/sass/flag-icon.scss +3 -4
  174. data/assets/node_modules/isotope-layout/dist/isotope.pkgd.min.js +12 -0
  175. data/assets/node_modules/jquery.stellar/jquery.stellar.min.js +9 -0
  176. data/assets/node_modules/jquery/dist/jquery.min.js +2 -0
  177. data/assets/node_modules/jquery/dist/jquery.min.map +1 -0
  178. data/assets/node_modules/jspdf/dist/jspdf.min.js +149 -88
  179. data/assets/node_modules/lightslider/dist/css/lightslider.min.css +3 -0
  180. data/assets/node_modules/lightslider/dist/img/controls.png +0 -0
  181. data/assets/node_modules/lightslider/dist/js/lightslider.min.js +4 -0
  182. data/assets/node_modules/lunr/lunr.min.js +6 -0
  183. data/assets/node_modules/vue/dist/vue.min.js +3 -3
  184. data/assets/vendors/revolution-slider/assets/coloredbg.png +0 -0
  185. data/assets/vendors/revolution-slider/assets/shadow3.png +0 -0
  186. data/assets/vendors/revolution-slider/css/settings.css +1480 -0
  187. data/assets/vendors/revolution-slider/font/revicons.svg +54 -0
  188. data/assets/vendors/revolution-slider/font/revicons.woff +0 -0
  189. data/assets/vendors/revolution-slider/js/jquery.themepunch.revolution.min.js +11 -0
  190. data/assets/vendors/revolution-slider/js/jquery.themepunch.tools.min.js +138 -0
  191. data/assets/vendors/revolution-slider/js/settings.js +110 -0
  192. data/assets/vendors/themeforest/fonts/social-icons.eot +0 -0
  193. data/assets/vendors/themeforest/fonts/social-icons.svg +403 -0
  194. data/assets/vendors/themeforest/fonts/social-icons.ttf +0 -0
  195. data/assets/vendors/themeforest/fonts/social-icons.woff +0 -0
  196. data/assets/vendors/themeforest/progressive/css/animate.css +1582 -0
  197. data/assets/vendors/themeforest/progressive/css/base.css +278 -0
  198. data/assets/vendors/themeforest/progressive/css/buttons.css +272 -0
  199. data/assets/vendors/themeforest/progressive/css/cms.css +289 -0
  200. data/assets/vendors/themeforest/progressive/css/responsive.css +2111 -0
  201. data/assets/vendors/themeforest/progressive/css/social-icons.css +130 -0
  202. data/assets/vendors/themeforest/progressive/css/style.css +9521 -0
  203. data/assets/vendors/themeforest/progressive/images/svg/loader.svg +34 -0
  204. data/assets/vendors/themeforest/progressive/js/jquery.appear.js +150 -0
  205. data/assets/vendors/themeforest/progressive/js/main.js +2176 -0
  206. metadata +189 -40
  207. data/_includes/body/footer.html +0 -0
  208. data/_includes/body/footer/buttons.html +0 -40
  209. data/_includes/body/header.html +0 -0
  210. data/_includes/body/header/logo.html +0 -5
  211. data/_includes/body/header/search-contact-phone-buttons.html +0 -29
  212. data/_includes/body/header/top-bar.html +0 -20
  213. data/_includes/body/scripts.html +0 -41
  214. data/_includes/head/firebase/sdk.html +0 -4
  215. data/_includes/head/google-analytics.html +0 -0
  216. data/_includes/head/scripts.html +0 -9
  217. data/_includes/head/style.html +0 -50
  218. data/_sass/components/navbars/_vg_progressive.scss +0 -44
  219. data/_sass/layouts/_grid.scss +0 -13
  220. data/assets/css/main.scss +0 -23
  221. data/assets/js/bootstrap/nav-tabs.js +0 -36
  222. data/assets/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +0 -229
  223. data/assets/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  224. data/assets/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  225. data/assets/node_modules/flag-icon-css/sass/_flag-icon-more.scss +0 -7
  226. data/assets/node_modules/font-awesome/css/font-awesome.min.css +0 -4
  227. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  228. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.svg +0 -2671
  229. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  230. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  231. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  232. data/assets/node_modules/jquery/dist/cdn/jquery.min.js +0 -4
@@ -0,0 +1,54 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Copyright (C) 2013 by original authors @ fontello.com</metadata>
5
+ <defs>
6
+ <font id="revicons" horiz-adv-x="1000" >
7
+ <font-face font-family="revicons" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
8
+ <missing-glyph horiz-adv-x="1000" />
9
+ <glyph glyph-name="search" unicode="&#xe802;" d="m643 386q0 103-74 176t-176 74t-177-74t-73-176t73-177t177-73t176 73t74 177z m286-465q0-29-22-50t-50-21q-30 0-50 21l-191 191q-100-69-223-69q-80 0-153 31t-125 84t-84 125t-31 153t31 152t84 126t125 84t153 31t152-31t126-84t84-126t31-152q0-123-69-223l191-191q21-21 21-51z" horiz-adv-x="928.6" />
10
+ <glyph glyph-name="pencil-1" unicode="&#xe831;" d="m795 731c50-46 44-118-4-165l-46-46s35 53-37 123c-64 64-124 37-124 37l49 48c43 45 120 45 162 3z m-89-250l-492-493l-210-51l-4 4l55 210l493 490c8 2 30 9 60 2l-523-522l-15-55l60-60l56 15l25 24l3 56l-40 40l479 479c7-7 7-7 15-15c71-70 38-124 38-124z" horiz-adv-x="830" />
11
+ <glyph glyph-name="picture-1" unicode="&#xe803;" d="m357 529q0-45-31-76t-76-32t-76 32t-31 76t31 75t76 32t76-32t31-75z m572-215v-250h-786v107l178 179l90-89l285 285z m53 393h-893q-7 0-12-5t-6-13v-678q0-8 6-13t12-5h893q7 0 13 5t5 13v678q0 7-5 13t-13 5z m89-18v-678q0-37-26-63t-63-27h-893q-36 0-63 27t-26 63v678q0 37 26 63t63 27h893q37 0 63-27t26-63z" horiz-adv-x="1071.4" />
12
+ <glyph glyph-name="cancel" unicode="&#xe80a;" d="m724 112q0-22-15-38l-76-76q-16-15-38-15t-38 15l-164 165l-164-165q-16-15-38-15t-38 15l-76 76q-16 16-16 38t16 38l164 164l-164 164q-16 16-16 38t16 38l76 76q16 16 38 16t38-16l164-164l164 164q16 16 38 16t38-16l76-76q15-15 15-38t-15-38l-164-164l164-164q15-15 15-38z" horiz-adv-x="785.7" />
13
+ <glyph glyph-name="info-circled" unicode="&#xe80f;" d="m571 82v89q0 8-5 13t-12 5h-54v286q0 8-5 13t-13 5h-178q-8 0-13-5t-5-13v-89q0-8 5-13t13-5h53v-179h-53q-8 0-13-5t-5-13v-89q0-8 5-13t13-5h250q7 0 12 5t5 13z m-71 500v89q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-89q0-8 5-13t13-5h107q8 0 13 5t5 13z m357-232q0-117-57-215t-156-156t-215-58t-216 58t-155 156t-58 215t58 215t155 156t216 58t215-58t156-156t57-215z" horiz-adv-x="857.1" />
14
+ <glyph glyph-name="trash" unicode="&#xe801;" d="m286 439v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m143 0v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m142 0v-321q0-8-5-13t-12-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q7 0 12-5t5-13z m72-404v529h-500v-529q0-12 4-22t8-15t6-5h464q2 0 6 5t8 15t4 22z m-375 601h250l-27 65q-4 5-9 6h-177q-6-1-10-6z m518-18v-36q0-8-5-13t-13-5h-54v-529q0-46-26-80t-63-34h-464q-37 0-63 33t-27 79v531h-53q-8 0-13 5t-5 13v36q0 8 5 13t13 5h172l39 93q9 21 31 35t44 15h178q22 0 44-15t30-35l39-93h173q8 0 13-5t5-13z" horiz-adv-x="785.7" />
15
+ <glyph glyph-name="left-dir" unicode="&#xe817;" d="m357 600v-500q0-14-10-25t-26-11t-25 11l-250 250q-10 11-10 25t10 25l250 250q11 11 25 11t26-11t10-25z" horiz-adv-x="357.1" />
16
+ <glyph glyph-name="right-dir" unicode="&#xe818;" d="m321 350q0-14-10-25l-250-250q-11-11-25-11t-25 11t-11 25v500q0 15 11 25t25 11t25-11l250-250q10-10 10-25z" horiz-adv-x="357.1" />
17
+ <glyph glyph-name="down-open" unicode="&#xe83b;" d="m899 457q0-29-21-50l-363-363q-21-22-51-22q-30 0-50 22l-363 363q-21 20-21 50q0 30 21 51l41 42q22 20 51 20q29 0 50-20l271-271l271 271q21 20 51 20q29 0 50-20l42-42q21-22 21-51z" horiz-adv-x="928.6" />
18
+ <glyph glyph-name="left-open" unicode="&#xe819;" d="m414-28l-364 364q-20 20-20 50t20 51l364 363q21 20 51 20t50-20l42-42q21-21 21-51t-21-50l-271-271l271-271q21-21 21-51t-21-50l-42-42q-21-20-50-20t-51 20z" horiz-adv-x="642.9" />
19
+ <glyph glyph-name="right-open" unicode="&#xe81a;" d="m613 386q0-29-20-51l-364-363q-21-21-50-21t-51 21l-42 42q-21 21-21 50q0 30 21 51l271 271l-271 270q-21 22-21 51q0 30 21 50l42 42q20 21 51 21t50-21l364-363q20-21 20-50z" horiz-adv-x="642.9" />
20
+ <glyph glyph-name="angle-left" unicode="&#xe820;" d="m350 546q0-7-6-12l-219-220l219-219q6-6 6-13t-6-13l-28-28q-5-5-12-5t-13 5l-260 260q-6 6-6 13t6 13l260 260q5 6 13 6t12-6l28-28q6-5 6-13z" horiz-adv-x="357.1" />
21
+ <glyph glyph-name="angle-right" unicode="&#xe81d;" d="m332 314q0-7-6-13l-260-260q-5-5-12-5t-13 5l-28 28q-6 6-6 13t6 13l219 219l-219 220q-6 5-6 12t6 13l28 28q5 6 13 6t12-6l260-260q6-5 6-13z" horiz-adv-x="357.1" />
22
+ <glyph glyph-name="left-big" unicode="&#xe81f;" d="m857 350v-71q0-30-18-51t-47-21h-393l164-164q21-20 21-50t-21-50l-42-43q-21-20-51-20q-29 0-50 20l-364 364q-20 21-20 50q0 29 20 51l364 363q21 21 50 21q29 0 51-21l42-42q21-21 21-50t-21-51l-164-164h393q29 0 47-20t18-51z" horiz-adv-x="857.1" />
23
+ <glyph glyph-name="right-big" unicode="&#xe81e;" d="m821 314q0-30-20-50l-363-364q-22-20-51-20q-29 0-50 20l-42 42q-22 21-22 51t22 51l163 163h-393q-29 0-47 21t-18 51v71q0 30 18 51t47 20h393l-163 164q-22 21-22 51t22 50l42 42q21 21 50 21q29 0 51-21l363-363q20-20 20-51z" horiz-adv-x="857.1" />
24
+ <glyph glyph-name="magic" unicode="&#xe807;" d="m664 526l164 163l-60 60l-164-164z m249 163q0-15-10-25l-717-718q-10-10-25-10t-25 10l-111 111q-10 10-10 25t10 25l718 718q10 10 25 10t25-10l110-111q10-10 10-25z m-753 106l54-16l-54-17l-17-55l-17 55l-55 17l55 16l17 55z m195-90l109-34l-109-33l-34-109l-33 109l-109 33l109 34l33 109z m519-267l55-17l-55-16l-17-55l-17 55l-54 16l54 17l17 55z m-357 357l54-16l-54-17l-17-55l-17 55l-54 17l54 16l17 55z" horiz-adv-x="928.6" />
25
+ <glyph glyph-name="picture" unicode="&#xe800;" d="m856 518l-100 0l-124 150l-214-150l-180 0q-52 0-90-39t-38-91l0-160l-108 296q-10 38 22 52l680 248q36 10 50-24z m106-90q16 0 27-12t11-28l0-472q0-16-11-28t-27-12l-724 0q-16 0-27 12t-11 28l0 472q0 16 11 28t27 12l724 0z m-56-452l0 162l-72 160l-166-60l-130-132l-138 170l-92-214l0-86l598 0z" horiz-adv-x="1000" />
26
+ <glyph glyph-name="export" unicode="&#xe80b;" d="m750 60l0 56l100 82l0-188q0-20-15-35t-35-15l-750 0q-20 0-35 15t-15 35l0 550q0 22 14 36t36 14l288 0q-32-24-59-49t-39-39l-10-12l-130 0l0-450l650 0z m-82 348q-166 0-242-41t-160-181q0 8 1 22t9 56t22 79t44 83t70 79t107 56t149 23l0 156l332-250l-332-260l0 178z" horiz-adv-x="1000" />
27
+ <glyph glyph-name="cog" unicode="&#xe832;" d="m760 350q0-72 80-122q-12-40-34-82q-70 18-136-44q-54-58-34-136q-40-20-84-36q-46 82-132 82t-132-82q-44 16-84 36q20 80-34 136q-54 54-136 34q-14 26-34 82q82 52 82 132q0 72-82 124q20 56 34 82q74-18 136 44q54 56 34 136q42 22 84 34q46-80 132-80t132 80q42-12 84-34q-20-78 34-136q66-62 136-44q22-42 34-82q-80-50-80-124z m-340-182q76 0 129 53t53 129t-53 130t-129 54t-129-54t-53-130t53-129t129-53z" horiz-adv-x="840" />
28
+ <glyph glyph-name="login" unicode="&#xe833;" d="m800 800q42 0 71-29t29-71l0-700q0-40-29-70t-71-30l-450 0q-40 0-69 30t-29 70l0 100l98 0l0-100l450 0l0 700l-450 0l0-150l-98 0l0 150q0 42 29 71t69 29l450 0z m-350-670l0 120l-450 0l0 150l450 0l0 120l200-194z" horiz-adv-x="900" />
29
+ <glyph glyph-name="logout" unicode="&#xe834;" d="m502 0l0 100l98 0l0-100q0-40-29-70t-71-30l-400 0q-40 0-70 30t-30 70l0 700q0 42 30 71t70 29l400 0q42 0 71-29t29-71l0-150l-98 0l0 150l-402 0l0-700l402 0z m398 326l-198-196l0 120l-450 0l0 150l450 0l0 120z" horiz-adv-x="900" />
30
+ <glyph glyph-name="video" unicode="&#xe805;" d="m214-43v72q0 14-10 25t-25 10h-72q-14 0-25-10t-11-25v-72q0-14 11-25t25-11h72q14 0 25 11t10 25z m0 214v72q0 14-10 25t-25 11h-72q-14 0-25-11t-11-25v-72q0-14 11-25t25-10h72q14 0 25 10t10 25z m0 215v71q0 15-10 25t-25 11h-72q-14 0-25-11t-11-25v-71q0-15 11-25t25-11h72q14 0 25 11t10 25z m572-429v286q0 14-11 25t-25 11h-429q-14 0-25-11t-10-25v-286q0-14 10-25t25-11h429q15 0 25 11t11 25z m-572 643v71q0 15-10 26t-25 10h-72q-14 0-25-10t-11-26v-71q0-15 11-25t25-11h72q14 0 25 11t10 25z m786-643v72q0 14-11 25t-25 10h-71q-15 0-25-10t-11-25v-72q0-14 11-25t25-11h71q15 0 25 11t11 25z m-214 429v285q0 15-11 26t-25 10h-429q-14 0-25-10t-10-26v-285q0-15 10-25t25-11h429q15 0 25 11t11 25z m214-215v72q0 14-11 25t-25 11h-71q-15 0-25-11t-11-25v-72q0-14 11-25t25-10h71q15 0 25 10t11 25z m0 215v71q0 15-11 25t-25 11h-71q-15 0-25-11t-11-25v-71q0-15 11-25t25-11h71q15 0 25 11t11 25z m0 214v71q0 15-11 26t-25 10h-71q-15 0-25-10t-11-26v-71q0-15 11-25t25-11h71q15 0 25 11t11 25z m71 89v-750q0-37-26-63t-63-26h-893q-36 0-63 26t-26 63v750q0 37 26 63t63 27h893q37 0 63-27t26-63z" horiz-adv-x="1071.4" />
31
+ <glyph glyph-name="arrow-combo" unicode="&#xe827;" d="m230 850l230-364l-460 0z m0-1000l-230 366l460 0z" horiz-adv-x="460" />
32
+ <glyph glyph-name="left-open-1" unicode="&#xe82a;" d="m242 626q14 16 39 16t41-16q38-36 0-80l-186-196l186-194q38-44 0-80q-16-16-40-16t-40 16l-226 236q-16 16-16 38q0 24 16 40q206 214 226 236z" horiz-adv-x="341" />
33
+ <glyph glyph-name="right-open-1" unicode="&#xe82b;" d="m98 626l226-236q16-16 16-40q0-22-16-38l-226-236q-16-16-40-16t-40 16q-36 36 0 80l186 194l-186 196q-36 44 0 80q16 16 41 16t39-16z" horiz-adv-x="340" />
34
+ <glyph glyph-name="left-open-mini" unicode="&#xe822;" d="m252 180q26-26 0-48q-26-26-48 0l-192 194q-24 24 0 50l192 194q22 26 48 0q26-22 0-48l-156-172z" horiz-adv-x="265" />
35
+ <glyph glyph-name="right-open-mini" unicode="&#xe823;" d="m13 180l158 170l-158 172q-26 26 0 48q26 26 48 0l192-194q24-26 0-50l-192-194q-22-26-48 0q-26 22 0 48z" horiz-adv-x="265" />
36
+ <glyph glyph-name="left-open-big" unicode="&#xe824;" d="m452-20q26-26 0-48q-26-26-48 0l-392 394q-24 24 0 50l392 394q22 26 48 0q26-22 0-48l-358-372z" horiz-adv-x="465" />
37
+ <glyph glyph-name="right-open-big" unicode="&#xe825;" d="m13-20l358 370l-358 372q-26 26 0 48q26 26 48 0l392-394q24-26 0-50l-392-394q-22-26-48 0q-26 22 0 48z" horiz-adv-x="465" />
38
+ <glyph glyph-name="left" unicode="&#xe836;" d="m378 20l-378 330l378 330l0-190l352 0l0-278l-352 0l0-192z" horiz-adv-x="730" />
39
+ <glyph glyph-name="right" unicode="&#xe826;" d="m350 680l380-330l-380-330l0 192l-350 0l0 278l350 0l0 190z" horiz-adv-x="730" />
40
+ <glyph glyph-name="ccw" unicode="&#xe808;" d="m532 736q170 0 289-120t119-290t-119-290t-289-120q-142 0-252 88l70 74q84-60 182-60q126 0 216 90t90 218t-90 218t-216 90q-124 0-214-87t-92-211l142 0l-184-204l-184 204l124 0q2 166 122 283t286 117z" horiz-adv-x="940" />
41
+ <glyph glyph-name="arrows-ccw" unicode="&#xe806;" d="m186 140l116 116l0-292l-276 16l88 86q-116 122-114 290t120 288q100 100 240 116l4-102q-100-16-172-88q-88-88-90-213t84-217z m332 598l276-16l-88-86q116-122 114-290t-120-288q-96-98-240-118l-2 104q98 16 170 88q88 88 90 213t-84 217l-114-116z" horiz-adv-x="820" />
42
+ <glyph glyph-name="palette" unicode="&#xe829;" d="m857 622q72-48 101-110t20-104t-35-48q-16-4-54 10t-80 10t-80-46q-30-46-21-75t34-65t23-50q-2-26-36-63t-126-74t-216-37q-186 0-291 101t-95 245q8 118 104 235t216 151q290 84 536-80z m-318-466q30 0 52 22t22 54t-22 53t-52 21q-32 0-54-21t-22-53t22-54t54-22z" horiz-adv-x="980" />
43
+ <glyph glyph-name="list-add" unicode="&#xe80c;" d="m350 400q22 0 36-15t14-35t-15-35t-35-15l-300 0q-20 0-35 15t-15 35t14 35t36 15l300 0z m0-200q22 0 36-15t14-35t-15-35t-35-15l-300 0q-20 0-35 15t-15 35t14 35t36 15l300 0z m620 200q30 0 30-50t-30-50l-170 0l0-170q0-30-50-30t-50 30l0 170l-164 0q-30 0-30 50t30 50l164 0l0 170q0 30 50 30t50-30l0-170l170 0z m-620 200q22 0 36-15t14-35t-15-35t-35-15l-300 0q-20 0-35 15t-15 35t14 35t36 15l300 0z" horiz-adv-x="1000" />
44
+ <glyph glyph-name="doc" unicode="&#xe809;" d="m818 595q16-16 16-36l0-521q0-65-46-111t-110-46l-522 0q-65 0-110 46t-46 111l0 625q0 65 46 110t110 46l417 0q22 0 37-15z m-110-36l-135 134l0-56q0-32 23-55t55-23l57 0z m-30-574q21 0 36 16t15 37l0 469l-78 0q-53 0-92 38t-38 92l0 78l-365 0q-21 0-37-15t-15-37l0-625q0-21 15-37t37-16l522 0z" horiz-adv-x="834" />
45
+ <glyph glyph-name="left-open-outline" unicode="&#xe82e;" d="m638 91q0-64-47-111t-110-46q-65 0-110 45l-371 372l371 371q44 44 111 44t111-44q45-45 45-111q0-65-45-110l-150-150l150-150q45-45 45-110z m-490 260l297-298q15-15 37-15t37 15t15 38q0 21-15 36l-224 224l224 223q15 15 15 37q0 22-15 37t-37 15t-37-15z" horiz-adv-x="638" />
46
+ <glyph glyph-name="left-open-2" unicode="&#xe82c;" d="m481 684q32-31 32-74t-32-74l-186-186l186-186q32-31 32-74t-32-74t-73-31t-74 31l-334 334l334 334q30 31 74 31t73-31z" horiz-adv-x="513" />
47
+ <glyph glyph-name="right-open-outline" unicode="&#xe82f;" d="m156-66q-63 0-110 46t-46 111t46 110l150 150l-150 150q-46 46-46 110q0 65 46 111q44 44 110 44t110-44l372-371l-372-372q-45-45-110-45z m0 729q-21 0-37-16t-15-36q0-20 16-37l223-223l-223-224q-16-16-16-36q0-22 16-38q15-15 36-15t37 15l297 298l-297 297q-15 15-37 15z" horiz-adv-x="638" />
48
+ <glyph glyph-name="right-open-2" unicode="&#xe82d;" d="m31 684q30 31 74 31t74-31l335-334l-335-334q-31-31-74-31t-74 31t-31 74t31 74l188 186l-188 186q-31 32-31 74t31 74z" horiz-adv-x="514" />
49
+ <glyph glyph-name="equalizer" unicode="&#xe83a;" d="m576 239l0-112l-55 0l0-167q0-23-17-40t-39-17t-39 17t-17 40l0 167l-56 0l0 112l56 0l0 503q0 24 17 39t38 16q24 0 41-16t16-39l0-503l55 0z m335 335l0-112l-55 0l0-502q0-23-16-40t-41-17q-23 0-39 17t-16 40l0 502l-56 0l0 112l56 0l0 168q0 24 16 39t39 16t41-16t16-39l0-168l55 0z m-670-112l0-111l-55 0l0-391q0-23-16-40t-40-17q-23 0-39 17t-17 40l0 391l-56 0l0 111l56 0l0 280q0 24 16 39t40 16t40-16t16-39l0-280l55 0z" horiz-adv-x="928" />
50
+ <glyph glyph-name="layers-alt" unicode="&#xe804;" d="m18 127l446-111l447 111l0-111l-447-113l-446 113l0 111z m0 224l446-112l447 112l0-112l-447-112l-446 112l0 112z m0 223l446-112l447 112l0-112l-447-111l-446 111l0 112z m0 223l446-112l447 112l0-112l-447-111l-446 111l0 112z" horiz-adv-x="928" />
51
+ <glyph glyph-name="popup" unicode="&#xe828;" d="m700 750q42 0 71-29t29-71l0-400q0-40-29-70t-71-30l-400 0q-40 0-70 30t-30 70l0 402q0 40 29 69t71 29l400 0z m0-500l0 400l-400 0l0-400l400 0z m-600 100l0-300l300 0l0-100l-300 0q-40 0-70 30t-30 70l0 300l100 0z" horiz-adv-x="800" />
52
+ </font>
53
+ </defs>
54
+ </svg>
@@ -0,0 +1,11 @@
1
+ /**************************************************************************
2
+ * jquery.themepunch.revolution.js - jQuery Plugin for Revolution Slider
3
+ * @version: 4.6.94 (8.11.2015)
4
+ * @requires jQuery v1.7 or later (tested on 1.9)
5
+ * @author ThemePunch
6
+ **************************************************************************/
7
+
8
+ function revslider_showDoubleJqueryError(t){var e="Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.";e+="<br> This includes make eliminates the revolution slider libraries, and make it not work.",e+="<br><br> To fix it you can:<br>&nbsp;&nbsp;&nbsp; 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true.",e+="<br>&nbsp;&nbsp;&nbsp; 2. Find the double jquery.js include and remove it.",e="<span style='font-size:16px;color:#BC0C06;'>"+e+"</span>",jQuery(t).show().html(e)}!function(t,e){function a(){var t=!1;return navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/iPad/i)?navigator.userAgent.match(/OS 4_\d like Mac OS X/i)&&(t=!0):t=!1,t}function i(i,n){if(i==e)return!1;if(i.data("aimg")!=e&&("enabled"==i.data("aie8")&&d(8)||"enabled"==i.data("amobile")&&N())&&i.html('<img class="tp-slider-alternative-image" src="'+i.data("aimg")+'">'),("preview1"==n.navigationStyle||"preview3"==n.navigationStyle||"preview4"==n.navigationStyle)&&(n.soloArrowLeftHalign="left",n.soloArrowLeftValign="center",n.soloArrowLeftHOffset=0,n.soloArrowLeftVOffset=0,n.soloArrowRightHalign="right",n.soloArrowRightValign="center",n.soloArrowRightHOffset=0,n.soloArrowRightVOffset=0,n.navigationArrows="solo"),"on"==n.simplifyAll&&(d(8)||a())&&(i.find(".tp-caption").each(function(){var e=t(this);e.removeClass("customin").removeClass("customout").addClass("fadein").addClass("fadeout"),e.data("splitin",""),e.data("speed",400)}),i.find(">ul>li").each(function(){var e=t(this);e.data("transition","fade"),e.data("masterspeed",500),e.data("slotamount",1);var a=e.find(">img").first();a.data("kenburns","off")})),n.desktop=!navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|BB10|mobi|tablet|opera mini|nexus 7)/i),"on"!=n.fullWidth&&"on"!=n.fullScreen&&(n.autoHeight="off"),"on"==n.fullScreen&&(n.autoHeight="on"),"on"!=n.fullWidth&&"on"!=n.fullScreen&&(forceFulWidth="off"),"on"==n.fullWidth&&"off"==n.autoHeight&&i.css({maxHeight:n.startheight+"px"}),N()&&"on"==n.hideThumbsOnMobile&&"thumb"==n.navigationType&&(n.navigationType="none"),N()&&"on"==n.hideBulletsOnMobile&&"bullet"==n.navigationType&&(n.navigationType="none"),N()&&"on"==n.hideBulletsOnMobile&&"both"==n.navigationType&&(n.navigationType="none"),N()&&"on"==n.hideArrowsOnMobile&&(n.navigationArrows="none"),"on"==n.forceFullWidth&&0==i.closest(".forcefullwidth_wrapper_tp_banner").length){var l=i.parent().offset().left,g=i.parent().css("marginBottom"),m=i.parent().css("marginTop");g==e&&(g=0),m==e&&(m=0),i.parent().wrap('<div style="position:relative;width:100%;height:auto;margin-top:'+m+";margin-bottom:"+g+'" class="forcefullwidth_wrapper_tp_banner"></div>'),i.closest(".forcefullwidth_wrapper_tp_banner").append('<div class="tp-fullwidth-forcer" style="width:100%;height:'+i.height()+'px"></div>'),i.css({backgroundColor:i.parent().css("backgroundColor"),backgroundImage:i.parent().css("backgroundImage")}),i.parent().css({left:0-l+"px",position:"absolute",width:t(window).width()}),n.width=t(window).width()}try{n.hideThumbsUnderResolution>t(window).width()&&0!=n.hideThumbsUnderResolution?i.parent().find(".tp-bullets.tp-thumbs").css({display:"none"}):i.parent().find(".tp-bullets.tp-thumbs").css({display:"block"})}catch(v){}if(!i.hasClass("revslider-initialised")){i.addClass("revslider-initialised"),i.attr("id")==e&&i.attr("id","revslider-"+Math.round(1e3*Math.random()+5)),n.firefox13=!1,n.ie=!t.support.opacity,n.ie9=9==document.documentMode,n.origcd=n.delay;var b=t.fn.jquery.split("."),y=parseFloat(b[0]),x=parseFloat(b[1]);parseFloat(b[2]||"0");1==y&&7>x&&i.html('<div style="text-align:center; padding:40px 0px; font-size:20px; color:#992222;"> The Current Version of jQuery:'+b+" <br>Please update your jQuery Version to min. 1.7 in Case you wish to use the Revolution Slider Plugin</div>"),y>1&&(n.ie=!1),t.support.transition||(t.fn.transition=t.fn.animate),i.find(".caption").each(function(){t(this).addClass("tp-caption")}),N()&&i.find(".tp-caption").each(function(){var e=t(this);(1==e.data("autoplayonlyfirsttime")||"true"==e.data("autoplayonlyfirsttime"))&&e.data("autoplayonlyfirsttime","false"),(1==e.data("autoplay")||"true"==e.data("autoplay"))&&e.data("autoplay",!1)});var T=0,k=0,L="http";if("https:"===location.protocol&&(L="https"),i.find(".tp-caption").each(function(a){try{if((t(this).data("ytid")!=e||t(this).find("iframe").attr("src").toLowerCase().indexOf("youtube")>0)&&0==T){T=1;var i=document.createElement("script"),n="https";i.src=n+"://www.youtube.com/iframe_api";var o=document.getElementsByTagName("script")[0],r=!0;t("head").find("*").each(function(){t(this).attr("src")==n+"://www.youtube.com/iframe_api"&&(r=!1)}),r&&o.parentNode.insertBefore(i,o)}}catch(s){}try{if((t(this).data("vimeoid")!=e||t(this).find("iframe").attr("src").toLowerCase().indexOf("vimeo")>0)&&0==k){k=1;var d=document.createElement("script");d.src=L+"://a.vimeocdn.com/js/froogaloop2.min.js";var o=document.getElementsByTagName("script")[0],r=!0;t("head").find("*").each(function(){t(this).attr("src")==L+"://a.vimeocdn.com/js/froogaloop2.min.js"&&(r=!1)}),r&&o.parentNode.insertBefore(d,o)}}catch(s){}try{t(this).data("videomp4")!=e||t(this).data("videowebm")!=e}catch(s){}}),i.find(".tp-caption video").each(function(e){t(this).removeClass("video-js").removeClass("vjs-default-skin"),t(this).attr("preload",""),t(this).css({display:"none"})}),i.find(">ul:first-child >li").each(function(){var e=t(this);e.data("origindex",e.index())}),"on"==n.shuffle){var z=new Object,O=i.find(">ul:first-child >li:first-child");z.fstransition=O.data("fstransition"),z.fsmasterspeed=O.data("fsmasterspeed"),z.fsslotamount=O.data("fsslotamount");for(var I=0;I<i.find(">ul:first-child >li").length;I++){var A=Math.round(Math.random()*i.find(">ul:first-child >li").length);i.find(">ul:first-child >li:eq("+A+")").prependTo(i.find(">ul:first-child"))}var M=i.find(">ul:first-child >li:first-child");M.data("fstransition",z.fstransition),M.data("fsmasterspeed",z.fsmasterspeed),M.data("fsslotamount",z.fsslotamount)}n.slots=4,n.act=-1,n.next=0,n.startWithSlide!=e&&(n.next=n.startWithSlide);var S=r("#")[0];if(S.length<9&&S.split("slide").length>1){var P=parseInt(S.split("slide")[1],0);1>P&&(P=1),P>i.find(">ul:first >li").length&&(P=i.find(">ul:first >li").length),n.next=P-1}n.firststart=1,n.navigationHOffset==e&&(n.navOffsetHorizontal=0),n.navigationVOffset==e&&(n.navOffsetVertical=0),i.append('<div class="tp-loader '+n.spinner+'"><div class="dot1"></div><div class="dot2"></div><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>'),0==i.find(".tp-bannertimer").length&&i.append('<div class="tp-bannertimer" style="visibility:hidden"></div>');var D=i.find(".tp-bannertimer");if(D.length>0&&D.css({width:"0%"}),i.addClass("tp-simpleresponsive"),n.container=i,n.slideamount=i.find(">ul:first >li").length,0==i.height()&&i.height(n.startheight),(n.startwidth==e||0==n.startwidth)&&(n.startwidth=i.width()),(n.startheight==e||0==n.startheight)&&(n.startheight=i.height()),n.width=i.width(),n.height=i.height(),n.bw=n.startwidth/i.width(),n.bh=n.startheight/i.height(),n.width!=n.startwidth&&(n.height=Math.round(n.startheight*(n.width/n.startwidth)),i.height(n.height)),0!=n.shadow){i.parent().append('<div class="tp-bannershadow tp-shadow'+n.shadow+'"></div>');var l=0;"on"==n.forceFullWidth&&(l=0-n.container.parent().offset().left),i.parent().find(".tp-bannershadow").css({width:n.width,left:l})}i.find("ul").css({display:"none"});i.find("ul").css({display:"block"}),w(i,n),"off"!=n.parallax&&K(i,n),n.slideamount>1&&h(i,n),n.slideamount>1&&"thumb"==n.navigationType&&et(i,n),n.slideamount>1&&c(i,n),"on"==n.keyboardNavigation&&p(i,n),u(i,n),n.hideThumbs>0&&f(i,n),setTimeout(function(){C(i,n)},n.startDelay),n.startDelay=0,n.slideamount>1&&Z(i,n),setTimeout(function(){i.trigger("revolution.slide.onloaded")},500),t("body").data("rs-fullScreenMode",!1),t(window).on("mozfullscreenchange webkitfullscreenchange fullscreenchange",function(){t("body").data("rs-fullScreenMode",!t("body").data("rs-fullScreenMode")),t("body").data("rs-fullScreenMode")&&setTimeout(function(){t(window).trigger("resize")},200)});var H="resize.revslider-"+i.attr("id");t(window).on(H,function(){if(i==e)return!1;if(0!=t("body").find(i)&&"on"==n.forceFullWidth){var a=n.container.closest(".forcefullwidth_wrapper_tp_banner").offset().left;n.container.parent().css({left:0-a+"px",width:t(window).width()})}(i.outerWidth(!0)!=n.width||i.is(":hidden"))&&s(i,n)});try{0!=n.hideThumbsUnderResoluition&&"thumb"==n.navigationType&&(n.hideThumbsUnderResoluition>t(window).width()?t(".tp-bullets").css({display:"none"}):t(".tp-bullets").css({display:"block"}))}catch(v){}i.find(".tp-scrollbelowslider").on("click",function(){var e=0;try{e=t("body").find(n.fullScreenOffsetContainer).height()}catch(a){}try{e-=parseInt(t(this).data("scrolloffset"),0)}catch(a){}t("body,html").animate({scrollTop:i.offset().top+i.find(">ul >li").height()-e+"px"},{duration:400})});var W=i.parent();t(window).width()<n.hideSliderAtLimit&&(i.trigger("stoptimer"),"none"!=W.css("display")&&W.data("olddisplay",W.css("display")),W.css({display:"none"})),n.disableFocusListener||"true"==n.disableFocusListener||n.disableFocusListener===!0||o(i,n)}}var n={};n.revolution=function(a){var n={delay:9e3,startheight:500,startwidth:960,fullScreenAlignForce:"off",autoHeight:"off",hideTimerBar:"off",hideThumbs:200,hideNavDelayOnMobile:1500,thumbWidth:100,thumbHeight:50,thumbAmount:3,navigationType:"bullet",navigationArrows:"solo",navigationInGrid:"off",hideThumbsOnMobile:"off",hideBulletsOnMobile:"off",hideArrowsOnMobile:"off",hideThumbsUnderResoluition:0,navigationStyle:"round",navigationHAlign:"center",navigationVAlign:"bottom",navigationHOffset:0,navigationVOffset:20,soloArrowLeftHalign:"left",soloArrowLeftValign:"center",soloArrowLeftHOffset:20,soloArrowLeftVOffset:0,soloArrowRightHalign:"right",soloArrowRightValign:"center",soloArrowRightHOffset:20,soloArrowRightVOffset:0,keyboardNavigation:"on",touchenabled:"on",onHoverStop:"on",stopAtSlide:-1,stopAfterLoops:-1,hideCaptionAtLimit:0,hideAllCaptionAtLimit:0,hideSliderAtLimit:0,shadow:0,fullWidth:"off",fullScreen:"off",minFullScreenHeight:0,fullScreenOffsetContainer:"",fullScreenOffset:"0",dottedOverlay:"none",forceFullWidth:"off",spinner:"spinner0",swipe_treshold:75,swipe_min_touches:1,drag_block_vertical:!1,isJoomla:!0,parallax:"off",parallaxLevels:[10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85],parallaxBgFreeze:"off",parallaxOpacity:"on",parallaxDisableOnMobile:"off",panZoomDisableOnMobile:"off",simplifyAll:"on",minHeight:0,nextSlideOnWindowFocus:"off",disableFocusListener:!0,startDelay:0};return a=t.extend({},n,a),this.each(function(){if(1==window.tplogs)try{console.groupCollapsed("Slider Revolution 4.6.8 Initialisation on "+t(this).attr("id")),console.groupCollapsed("Used Options:"),console.info(a),console.groupEnd(),console.groupCollapsed("Tween Engine:")}catch(n){}if(punchgs.TweenLite==e){if(1==window.tplogs)try{console.error("GreenSock Engine Does not Exist!")}catch(n){}return!1}if(punchgs.force3D=!0,1==window.tplogs)try{console.info("GreenSock Engine Version in Slider Revolution:"+punchgs.TweenLite.version)}catch(n){}if("on"==a.simplifyAll||(punchgs.TweenLite.lagSmoothing(1e3,16),punchgs.force3D="true"),1==window.tplogs)try{console.groupEnd(),console.groupEnd()}catch(n){}i(t(this),a)})},n.revscroll=function(a){return this.each(function(){var i=t(this);i!=e&&i.length>0&&t("body").find("#"+i.attr("id")).length>0&&t("body,html").animate({scrollTop:i.offset().top+i.find(">ul >li").height()-a+"px"},{duration:400})})},n.revredraw=function(a){return this.each(function(){var a=t(this);if(a!=e&&a.length>0&&t("body").find("#"+a.attr("id")).length>0){var i=a.parent().find(".tp-bannertimer"),n=i.data("opt");s(a,n)}})},n.revkill=function(a){var i=this,n=t(this);if(n!=e&&n.length>0&&t("body").find("#"+n.attr("id")).length>0){n.data("conthover",1),n.data("conthover-changed",1),n.trigger("revolution.slide.onpause");var o=n.parent().find(".tp-bannertimer"),r=o.data("opt");r.bannertimeronpause=!0,n.trigger("stoptimer"),punchgs.TweenLite.killTweensOf(n.find("*"),!1),punchgs.TweenLite.killTweensOf(n,!1),n.unbind("hover, mouseover, mouseenter,mouseleave, resize");var s="resize.revslider-"+n.attr("id");t(window).off(s),n.find("*").each(function(){var a=t(this);a.unbind("on, hover, mouseenter,mouseleave,mouseover, resize,restarttimer, stoptimer"),a.off("on, hover, mouseenter,mouseleave,mouseover, resize"),a.data("mySplitText",null),a.data("ctl",null),a.data("tween")!=e&&a.data("tween").kill(),a.data("kenburn")!=e&&a.data("kenburn").kill(),a.remove(),a.empty(),a=null}),punchgs.TweenLite.killTweensOf(n.find("*"),!1),punchgs.TweenLite.killTweensOf(n,!1),o.remove();try{n.closest(".forcefullwidth_wrapper_tp_banner").remove()}catch(d){}try{n.closest(".rev_slider_wrapper").remove()}catch(d){}try{n.remove()}catch(d){}return n.empty(),n.html(),n=null,r=null,delete i.container,delete i.opt,!0}return!1},n.revpause=function(a){return this.each(function(){var a=t(this);if(a!=e&&a.length>0&&t("body").find("#"+a.attr("id")).length>0){a.data("conthover",1),a.data("conthover-changed",1),a.trigger("revolution.slide.onpause");var i=a.parent().find(".tp-bannertimer"),n=i.data("opt");n.bannertimeronpause=!0,a.trigger("stoptimer")}})},n.revresume=function(a){return this.each(function(){var a=t(this);if(a!=e&&a.length>0&&t("body").find("#"+a.attr("id")).length>0){a.data("conthover",0),a.data("conthover-changed",1),a.trigger("revolution.slide.onresume");var i=a.parent().find(".tp-bannertimer"),n=i.data("opt");n.bannertimeronpause=!1,a.trigger("starttimer")}})},n.revnext=function(a){return this.each(function(){var a=t(this);a!=e&&a.length>0&&t("body").find("#"+a.attr("id")).length>0&&a.parent().find(".tp-rightarrow").click()})},n.revprev=function(a){return this.each(function(){var a=t(this);a!=e&&a.length>0&&t("body").find("#"+a.attr("id")).length>0&&a.parent().find(".tp-leftarrow").click()})},n.revmaxslide=function(e){return t(this).find(">ul:first-child >li").length},n.revcurrentslide=function(a){var i=t(this);if(i!=e&&i.length>0&&t("body").find("#"+i.attr("id")).length>0){var n=i.parent().find(".tp-bannertimer"),o=n.data("opt");return o.act}},n.revlastslide=function(a){var i=t(this);if(i!=e&&i.length>0&&t("body").find("#"+i.attr("id")).length>0){var n=i.parent().find(".tp-bannertimer"),o=n.data("opt");return o.lastslide}},n.revshowslide=function(a){return this.each(function(){var i=t(this);i!=e&&i.length>0&&t("body").find("#"+i.attr("id")).length>0&&(i.data("showus",a),i.parent().find(".tp-rightarrow").click())})},t.fn.extend(n);var o=(function(){var t,e,a={hidden:"visibilitychange",webkitHidden:"webkitvisibilitychange",mozHidden:"mozvisibilitychange",msHidden:"msvisibilitychange"};for(t in a)if(t in document){e=a[t];break}return function(a){return a&&document.addEventListener(e,a),!document[t]}}(),function(a,i){var n=document.documentMode===e,o=window.chrome;n&&!o?t(window).on("focusin",function(){return a==e?!1:void setTimeout(function(){"on"==i.nextSlideOnWindowFocus&&a.revnext(),a.revredraw()},300)}).on("focusout",function(){}):window.addEventListener?(window.addEventListener("focus",function(t){return a==e?!1:void setTimeout(function(){"on"==i.nextSlideOnWindowFocus&&a.revnext(),a.revredraw()},300)},!1),window.addEventListener("blur",function(t){},!1)):(window.attachEvent("focus",function(t){setTimeout(function(){return a==e?!1:("on"==i.nextSlideOnWindowFocus&&a.revnext(),void a.revredraw())},300)}),window.attachEvent("blur",function(t){}))}),r=function(t){for(var e,a=[],i=window.location.href.slice(window.location.href.indexOf(t)+1).split("_"),n=0;n<i.length;n++)i[n]=i[n].replace("%3D","="),e=i[n].split("="),a.push(e[0]),a[e[0]]=e[1];return a},s=function(a,i){if(a==e)return!1;try{0!=i.hideThumbsUnderResoluition&&"thumb"==i.navigationType&&(i.hideThumbsUnderResoluition>t(window).width()?t(".tp-bullets").css({display:"none"}):t(".tp-bullets").css({display:"block"}))}catch(n){}a.find(".defaultimg").each(function(e){v(t(this),i)});var o=a.parent();t(window).width()<i.hideSliderAtLimit?(a.trigger("stoptimer"),"none"!=o.css("display")&&o.data("olddisplay",o.css("display")),o.css({display:"none"})):a.is(":hidden")&&(o.data("olddisplay")!=e&&"undefined"!=o.data("olddisplay")&&"none"!=o.data("olddisplay")?o.css({display:o.data("olddisplay")}):o.css({display:"block"}),a.trigger("restarttimer"),setTimeout(function(){s(a,i)},150));var r=0;"on"==i.forceFullWidth&&(r=0-i.container.parent().offset().left);try{a.parent().find(".tp-bannershadow").css({width:i.width,left:r})}catch(n){}var d=a.find(">ul >li:eq("+i.act+") .slotholder"),l=a.find(">ul >li:eq("+i.next+") .slotholder");x(a,i,a),punchgs.TweenLite.set(l.find(".defaultimg"),{opacity:0}),d.find(".defaultimg").css({opacity:1}),l.find(".defaultimg").each(function(){var n=t(this);"on"==i.panZoomDisableOnMobile||n.data("kenburn")!=e&&(n.data("kenburn").restart(),G(a,i,!0))});var h=a.find(">ul >li:eq("+i.next+")"),c=a.parent().find(".tparrows");c.hasClass("preview2")&&c.css({width:parseInt(c.css("minWidth"),0)}),X(h,i,!0),g(a,i)},d=function(e,a){var i=t('<div style="display:none;"/>').appendTo(t("body"));i.html("<!--[if "+(a||"")+" IE "+(e||"")+"]><a>&nbsp;</a><![endif]-->");var n=i.find("a").length;return i.remove(),n},l=function(t,e){t.next==e.find(">ul >li").length-1&&(t.looptogo=t.looptogo-1,t.looptogo<=0&&(t.stopLoop="on")),C(e,t)},h=function(e,a){var i="hidebullets";0==a.hideThumbs&&(i=""),("bullet"==a.navigationType||"both"==a.navigationType)&&e.parent().append('<div class="tp-bullets '+i+" simplebullets "+a.navigationStyle+'"></div>');var n=e.parent().find(".tp-bullets");e.find(">ul:first >li").each(function(t){e.find(">ul:first >li:eq("+t+") img:first").attr("src");n.append('<div class="bullet"></div>');n.find(".bullet:first")}),n.find(".bullet").each(function(i){var n=t(this);i==a.slideamount-1&&n.addClass("last"),0==i&&n.addClass("first"),n.click(function(){var t=!1,i=n.index();("withbullet"==a.navigationArrows||"nexttobullets"==a.navigationArrows)&&(i=n.index()-1),i==a.act&&(t=!0),0!=a.transition||t||(a.next=i,l(a,e))})}),n.append('<div class="tpclear"></div>'),g(e,a)},c=function(t,a){function i(e){t.parent().append('<div style="'+n+'" class="tp-'+e+"arrow "+o+" tparrows "+r+'"><div class="tp-arr-allwrapper"><div class="tp-arr-iwrapper"><div class="tp-arr-imgholder"></div><div class="tp-arr-imgholder2"></div><div class="tp-arr-titleholder"></div><div class="tp-arr-subtitleholder"></div></div></div></div>')}var n=(t.find(".tp-bullets"),""),o="hidearrows",r=a.navigationStyle;0==a.hideThumbs&&(o=""),"none"==a.navigationArrows&&(n="visibility:hidden;display:none"),a.soloArrowStyle="default "+a.navigationStyle,"none"!=a.navigationArrows&&"nexttobullets"!=a.navigationArrows&&(r=a.soloArrowStyle),i("left"),i("right"),t.parent().find(".tp-rightarrow").click(function(){0==a.transition&&(t.data("showus")!=e&&-1!=t.data("showus")?a.next=t.data("showus")-1:a.next=a.next+1,t.data("showus",-1),a.next>=a.slideamount&&(a.next=0),a.next<0&&(a.next=0),a.act!=a.next&&l(a,t))}),t.parent().find(".tp-leftarrow").click(function(){0==a.transition&&(a.next=a.next-1,a.leftarrowpressed=1,a.next<0&&(a.next=a.slideamount-1),l(a,t))}),g(t,a)},p=function(a,i){t(document).keydown(function(t){0==i.transition&&39==t.keyCode&&(a.data("showus")!=e&&-1!=a.data("showus")?i.next=a.data("showus")-1:i.next=i.next+1,a.data("showus",-1),i.next>=i.slideamount&&(i.next=0),i.next<0&&(i.next=0),i.act!=i.next&&l(i,a)),0==i.transition&&37==t.keyCode&&(i.next=i.next-1,i.leftarrowpressed=1,i.next<0&&(i.next=i.slideamount-1),l(i,a))}),g(a,i)},u=function(e,a){var i="vertical";"on"==a.touchenabled&&(1==a.drag_block_vertical&&(i="none"),e.swipe({allowPageScroll:i,fingers:a.swipe_min_touches,treshold:a.swipe_treshold,swipe:function(n,o,r,s,d,h){switch(o){case"left":0==a.transition&&(a.next=a.next+1,a.next==a.slideamount&&(a.next=0),l(a,e));break;case"right":0==a.transition&&(a.next=a.next-1,a.leftarrowpressed=1,a.next<0&&(a.next=a.slideamount-1),l(a,e));break;case"up":"none"==i&&t("html, body").animate({scrollTop:e.offset().top+e.height()+"px"});break;case"down":"none"==i&&t("html, body").animate({scrollTop:e.offset().top-t(window).height()+"px"})}}}))},f=function(t,e){var a=t.parent().find(".tp-bullets"),i=t.parent().find(".tparrows");if(null==a){t.append('<div class=".tp-bullets"></div>');var a=t.parent().find(".tp-bullets")}if(null==i){t.append('<div class=".tparrows"></div>');var i=t.parent().find(".tparrows")}if(t.data("hideThumbs",e.hideThumbs),a.addClass("hidebullets"),i.addClass("hidearrows"),N())try{t.parent().swipe({tap:function(n,o){0==t.hasClass("hovered")?(t.addClass("hovered"),"on"==e.onHoverStop&&t.trigger("stoptimer"),clearTimeout(t.data("hideThumbs")),a.removeClass("hidebullets"),i.removeClass("hidearrows")):(t.removeClass("hovered"),t.trigger("starttimer"),t.data("hideThumbs",setTimeout(function(){a.addClass("hidebullets"),i.addClass("hidearrows"),t.trigger("starttimer")},e.hideNavDelayOnMobile)))},threshold:50})}catch(n){}else a.hover(function(){e.overnav=!0,"on"==e.onHoverStop&&t.trigger("stoptimer"),a.addClass("hovered"),clearTimeout(t.data("hideThumbs")),a.removeClass("hidebullets"),i.removeClass("hidearrows")},function(){e.overnav=!1,t.trigger("starttimer"),a.removeClass("hovered"),t.hasClass("hovered")||a.hasClass("hovered")||t.data("hideThumbs",setTimeout(function(){a.addClass("hidebullets"),i.addClass("hidearrows")},e.hideThumbs))}),i.hover(function(){e.overnav=!0,"on"==e.onHoverStop&&t.trigger("stoptimer"),a.addClass("hovered"),clearTimeout(t.data("hideThumbs")),a.removeClass("hidebullets"),i.removeClass("hidearrows")},function(){e.overnav=!1,t.trigger("starttimer"),a.removeClass("hovered")}),t.on("mouseenter",function(){t.addClass("hovered"),"on"==e.onHoverStop&&t.trigger("stoptimer"),clearTimeout(t.data("hideThumbs")),a.removeClass("hidebullets"),i.removeClass("hidearrows")}),t.on("mouseleave",function(){t.removeClass("hovered"),t.trigger("starttimer"),t.hasClass("hovered")||a.hasClass("hovered")||t.data("hideThumbs",setTimeout(function(){a.addClass("hidebullets"),i.addClass("hidearrows")},e.hideThumbs))})},g=function(e,a){var i=e.parent(),n=i.find(".tp-bullets");if("thumb"==a.navigationType){n.find(".thumb").each(function(e){var i=t(this);i.css({width:a.thumbWidth*a.bw+"px",height:a.thumbHeight*a.bh+"px"})});var o=n.find(".tp-mask");o.width(a.thumbWidth*a.thumbAmount*a.bw),o.height(a.thumbHeight*a.bh),o.parent().width(a.thumbWidth*a.thumbAmount*a.bw),o.parent().height(a.thumbHeight*a.bh)}var r=i.find(".tp-leftarrow"),s=i.find(".tp-rightarrow");"thumb"==a.navigationType&&"nexttobullets"==a.navigationArrows&&(a.navigationArrows="solo"),"nexttobullets"==a.navigationArrows&&(r.prependTo(n).css({"float":"left"}),s.insertBefore(n.find(".tpclear")).css({"float":"left"}));var d=0;"on"==a.forceFullWidth&&(d=0-a.container.parent().offset().left);var l=0,h=0;if("on"==a.navigationInGrid&&(l=e.width()>a.startwidth?(e.width()-a.startwidth)/2:0,h=e.height()>a.startheight?(e.height()-a.startheight)/2:0),"none"!=a.navigationArrows&&"nexttobullets"!=a.navigationArrows){var c=a.soloArrowLeftValign,p=a.soloArrowLeftHalign,u=a.soloArrowRightValign,f=a.soloArrowRightHalign,g=a.soloArrowLeftVOffset,m=a.soloArrowLeftHOffset,v=a.soloArrowRightVOffset,w=a.soloArrowRightHOffset;r.css({position:"absolute"}),s.css({position:"absolute"}),"center"==c?r.css({top:"50%",marginTop:g-Math.round(r.innerHeight()/2)+"px"}):"bottom"==c?r.css({top:"auto",bottom:0+g+"px"}):"top"==c&&r.css({bottom:"auto",top:0+g+"px"}),"center"==p?r.css({left:"50%",marginLeft:d+m-Math.round(r.innerWidth()/2)+"px"}):"left"==p?r.css({left:l+m+d+"px"}):"right"==p&&r.css({right:l+m-d+"px"}),"center"==u?s.css({top:"50%",marginTop:v-Math.round(s.innerHeight()/2)+"px"}):"bottom"==u?s.css({top:"auto",bottom:0+v+"px"}):"top"==u&&s.css({bottom:"auto",top:0+v+"px"}),"center"==f?s.css({left:"50%",marginLeft:d+w-Math.round(s.innerWidth()/2)+"px"}):"left"==f?s.css({left:l+w+d+"px"}):"right"==f&&s.css({right:l+w-d+"px"}),null!=r.position()&&r.css({top:Math.round(parseInt(r.position().top,0))+"px"}),null!=s.position()&&s.css({top:Math.round(parseInt(s.position().top,0))+"px"})}"none"==a.navigationArrows&&(r.css({visibility:"hidden"}),s.css({visibility:"hidden"}));var b=a.navigationVAlign,y=a.navigationHAlign,x=a.navigationVOffset*a.bh,T=a.navigationHOffset*a.bw;"center"==b&&n.css({top:"50%",marginTop:x-Math.round(n.innerHeight()/2)+"px"}),"bottom"==b&&n.css({bottom:0+x+"px"}),"top"==b&&n.css({top:0+x+"px"}),"center"==y&&n.css({left:"50%",marginLeft:d+T-Math.round(n.innerWidth()/2)+"px"}),"left"==y&&n.css({left:0+T+d+"px"}),"right"==y&&n.css({right:0+T-d+"px"})},m=function(a){var i=a.container;a.beforli=a.next-1,a.comingli=a.next+1,a.beforli<0&&(a.beforli=a.slideamount-1),a.comingli>=a.slideamount&&(a.comingli=0);var n=i.find(">ul:first-child >li:eq("+a.comingli+")"),o=i.find(">ul:first-child >li:eq("+a.beforli+")"),r=o.find(".defaultimg").attr("src"),s=n.find(".defaultimg").attr("src");a.arr==e&&(a.arr=i.parent().find(".tparrows"),a.rar=i.parent().find(".tp-rightarrow"),a.lar=i.parent().find(".tp-leftarrow"),a.raimg=a.rar.find(".tp-arr-imgholder"),a.laimg=a.lar.find(".tp-arr-imgholder"),a.raimg_b=a.rar.find(".tp-arr-imgholder2"),a.laimg_b=a.lar.find(".tp-arr-imgholder2"),a.ratit=a.rar.find(".tp-arr-titleholder"),a.latit=a.lar.find(".tp-arr-titleholder"));var d=a.arr,l=a.rar,h=a.lar,c=a.raimg,p=a.laimg,u=a.raimg_b,f=a.laimg_b,g=a.ratit,m=a.latit;if(n.data("title")!=e&&g.html(n.data("title")),o.data("title")!=e&&m.html(o.data("title")),l.hasClass("itishovered")&&l.width(g.outerWidth(!0)+parseInt(l.css("minWidth"),0)),h.hasClass("itishovered")&&h.width(m.outerWidth(!0)+parseInt(h.css("minWidth"),0)),d.hasClass("preview2")&&!d.hasClass("hashoveralready"))if(d.addClass("hashoveralready"),N()){var d=t(this),v=d.find(".tp-arr-titleholder");v.addClass("alwayshidden"),punchgs.TweenLite.set(v,{autoAlpha:0})}else d.hover(function(){var e=t(this),a=e.find(".tp-arr-titleholder");t(window).width()>767&&e.width(a.outerWidth(!0)+parseInt(e.css("minWidth"),0)),e.addClass("itishovered")},function(){var e=t(this);e.find(".tp-arr-titleholder");e.css({width:parseInt(e.css("minWidth"),0)}),e.removeClass("itishovered")});o.data("thumb")!=e&&(r=o.data("thumb")),n.data("thumb")!=e&&(s=n.data("thumb")),d.hasClass("preview4")?(u.css({backgroundImage:"url("+s+")"}),f.css({backgroundImage:"url("+r+")"}),punchgs.TweenLite.fromTo(u,.8,{force3D:punchgs.force3d,x:0},{x:-c.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function(){c.css({backgroundImage:"url("+s+")"}),punchgs.TweenLite.set(u,{x:0})}}),punchgs.TweenLite.fromTo(f,.8,{force3D:punchgs.force3d,x:0},{x:c.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function(){p.css({backgroundImage:"url("+r+")"}),punchgs.TweenLite.set(f,{x:0})}}),punchgs.TweenLite.fromTo(c,.8,{x:0},{force3D:punchgs.force3d,x:-c.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function(){punchgs.TweenLite.set(c,{x:0})}}),punchgs.TweenLite.fromTo(p,.8,{x:0},{force3D:punchgs.force3d,x:c.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function(){punchgs.TweenLite.set(p,{x:0})}})):(punchgs.TweenLite.to(c,.5,{autoAlpha:0,onComplete:function(){c.css({backgroundImage:"url("+s+")"}),p.css({backgroundImage:"url("+r+")"})}}),punchgs.TweenLite.to(p,.5,{autoAlpha:0,onComplete:function(){punchgs.TweenLite.to(c,.5,{autoAlpha:1,delay:.2}),punchgs.TweenLite.to(p,.5,{autoAlpha:1,delay:.2})}})),l.hasClass("preview4")&&!l.hasClass("hashoveralready")&&(l.addClass("hashoveralready"),l.hover(function(){var e=t(this).find(".tp-arr-iwrapper"),a=t(this).find(".tp-arr-allwrapper");punchgs.TweenLite.fromTo(e,.4,{x:e.width()},{x:0,delay:.3,ease:punchgs.Power3.easeOut,overwrite:"all"}),punchgs.TweenLite.to(a,.2,{autoAlpha:1,overwrite:"all"})},function(){var e=t(this).find(".tp-arr-iwrapper"),a=t(this).find(".tp-arr-allwrapper");punchgs.TweenLite.to(e,.4,{x:e.width(),ease:punchgs.Power3.easeOut,delay:.2,overwrite:"all"}),punchgs.TweenLite.to(a,.2,{delay:.6,autoAlpha:0,overwrite:"all"})}),h.hover(function(){var e=t(this).find(".tp-arr-iwrapper"),a=t(this).find(".tp-arr-allwrapper");punchgs.TweenLite.fromTo(e,.4,{x:0-e.width()},{x:0,delay:.3,ease:punchgs.Power3.easeOut,overwrite:"all"}),punchgs.TweenLite.to(a,.2,{autoAlpha:1,overwrite:"all"})},function(){var e=t(this).find(".tp-arr-iwrapper"),a=t(this).find(".tp-arr-allwrapper");punchgs.TweenLite.to(e,.4,{x:0-e.width(),ease:punchgs.Power3.easeOut,delay:.2,overwrite:"all"}),punchgs.TweenLite.to(a,.2,{delay:.6,autoAlpha:0,overwrite:"all"})}))},v=function(a,i){if(i.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").css({height:i.container.height()}),i.container.closest(".rev_slider_wrapper").css({height:i.container.height()}),i.width=parseInt(i.container.width(),0),i.height=parseInt(i.container.height(),0),i.bw=i.width/i.startwidth,i.bh=i.height/i.startheight,i.bh>i.bw&&(i.bh=i.bw),i.bh<i.bw&&(i.bw=i.bh),i.bw<i.bh&&(i.bh=i.bw),i.bh>1&&(i.bw=1,i.bh=1),i.bw>1&&(i.bw=1,i.bh=1),i.height=Math.round(i.startheight*(i.width/i.startwidth)),i.height>i.startheight&&"on"!=i.autoHeight&&(i.height=i.startheight),"on"==i.fullScreen){i.height=i.bw*i.startheight;var n=(i.container.parent().width(),t(window).height());if(i.fullScreenOffsetContainer!=e){try{var o=i.fullScreenOffsetContainer.split(",");t.each(o,function(e,a){n-=t(a).outerHeight(!0),n<i.minFullScreenHeight&&(n=i.minFullScreenHeight)})}catch(r){}try{i.fullScreenOffset.split("%").length>1&&i.fullScreenOffset!=e&&i.fullScreenOffset.length>0?n-=t(window).height()*parseInt(i.fullScreenOffset,0)/100:i.fullScreenOffset!=e&&i.fullScreenOffset.length>0&&(n-=parseInt(i.fullScreenOffset,0)),n<i.minFullScreenHeight&&(n=i.minFullScreenHeight)}catch(r){}}i.container.parent().height(n),i.container.closest(".rev_slider_wrapper").height(n),i.container.css({height:"100%"}),i.height=n,i.minHeight!=e&&i.height<i.minHeight&&(i.height=i.minHeight)}else i.minHeight!=e&&i.height<i.minHeight&&(i.height=i.minHeight),i.container.height(i.height);i.slotw=Math.ceil(i.width/i.slots),"on"==i.fullScreen?i.sloth=Math.ceil(t(window).height()/i.slots):i.sloth=Math.ceil(i.height/i.slots),"on"==i.autoHeight&&(i.sloth=Math.ceil(a.height()/i.slots))},w=function(a,i){a.find(".tp-caption").each(function(){t(this).addClass(t(this).data("transition")),t(this).addClass("start")}),a.find(">ul:first").css({overflow:"hidden",width:"100%",height:"100%",maxHeight:a.parent().css("maxHeight")}).addClass("tp-revslider-mainul"),"on"==i.autoHeight&&(a.find(">ul:first").css({overflow:"hidden",width:"100%",height:"100%",maxHeight:"none"}),a.css({maxHeight:"none"}),a.parent().css({maxHeight:"none"})),a.find(">ul:first >li").each(function(i){var n=t(this);if(n.addClass("tp-revslider-slidesli"),n.css({width:"100%",height:"100%",overflow:"hidden"}),n.data("link")!=e){var o=n.data("link"),r="_self",s=60;"back"==n.data("slideindex")&&(s=0);var d=checksl=n.data("linktoslide");d!=e&&"next"!=d&&"prev"!=d&&a.find(">ul:first-child >li").each(function(){var e=t(this);e.data("origindex")+1==checksl&&(d=e.index()+1)}),n.data("target")!=e&&(r=n.data("target")),"slide"!=o&&(d="no");var l='<div class="tp-caption sft slidelink" style="width:100%;height:100%;z-index:'+s+';" data-x="center" data-y="center" data-linktoslide="'+d+'" data-start="0"><a style="width:100%;height:100%;display:block"';"slide"!=o&&(l=l+' target="'+r+'" href="'+o+'"'),l+='><span style="width:100%;height:100%;display:block"></span></a></div>',n.append(l)}}),a.parent().css({overflow:"visible"}),a.find(">ul:first >li >img").each(function(a){var n=t(this);n.addClass("defaultimg"),n.data("lazyload")!=e&&1!=n.data("lazydone")||v(n,i),d(8)&&n.data("kenburns","off"),"on"==i.panZoomDisableOnMobile&&N()&&(n.data("kenburns","off"),n.data("bgfit","cover")),n.wrap('<div class="slotholder" style="width:100%;height:100%;"data-duration="'+n.data("duration")+'"data-zoomstart="'+n.data("zoomstart")+'"data-zoomend="'+n.data("zoomend")+'"data-rotationstart="'+n.data("rotationstart")+'"data-rotationend="'+n.data("rotationend")+'"data-ease="'+n.data("ease")+'"data-duration="'+n.data("duration")+'"data-bgpositionend="'+n.data("bgpositionend")+'"data-bgposition="'+n.data("bgposition")+'"data-duration="'+n.data("duration")+'"data-kenburns="'+n.data("kenburns")+'"data-easeme="'+n.data("ease")+'"data-bgfit="'+n.data("bgfit")+'"data-bgfitend="'+n.data("bgfitend")+'"data-owidth="'+n.data("owidth")+'"data-oheight="'+n.data("oheight")+'"></div>'),
9
+ "none"!=i.dottedOverlay&&i.dottedOverlay!=e&&n.closest(".slotholder").append('<div class="tp-dottedoverlay '+i.dottedOverlay+'"></div>');var o=n.attr("src"),r=(n.data("lazyload"),n.data("bgfit")),s=n.data("bgrepeat"),l=n.data("bgposition");r==e&&(r="cover"),s==e&&(s="no-repeat"),l==e&&(l="center center");var h=n.closest(".slotholder");n.replaceWith('<div class="tp-bgimg defaultimg" data-lazyload="'+n.data("lazyload")+'" data-bgfit="'+r+'"data-bgposition="'+l+'" data-bgrepeat="'+s+'" data-lazydone="'+n.data("lazydone")+'" src="'+o+'" data-src="'+o+'" style="background-color:'+n.css("backgroundColor")+";background-repeat:"+s+";background-image:url("+o+");background-size:"+r+";background-position:"+l+';width:100%;height:100%;"></div>'),d(8)&&(h.find(".tp-bgimg").css({backgroundImage:"none","background-image":"none"}),h.find(".tp-bgimg").append('<img class="ieeightfallbackimage defaultimg" src="'+o+'" style="width:100%">')),n.css({opacity:0}),n.data("li-id",a)})},b=function(t,a,i,n){var o=t,r=o.find(".defaultimg"),s=o.data("zoomstart"),l=o.data("rotationstart");r.data("currotate")!=e&&(l=r.data("currotate")),r.data("curscale")!=e&&"box"==n?s=100*r.data("curscale"):r.data("curscale")!=e&&(s=r.data("curscale")),v(r,a);var h=r.data("src"),c=r.css("backgroundColor"),p=a.width,u=a.height,f=r.data("fxof"),g=0;"on"==a.autoHeight&&(u=a.container.height()),f==e&&(f=0);var m=0,w=r.data("bgfit"),b=r.data("bgrepeat"),x=r.data("bgposition");if(w==e&&(w="cover"),b==e&&(b="no-repeat"),x==e&&(x="center center"),d(8)){o.data("kenburns","off");var T=h;h=""}switch(n){case"box":var k=0,L=0,C=0;if(k=a.sloth>a.slotw?a.sloth:a.slotw,!i)var m=0-k;a.slotw=k,a.sloth=k;var L=0,C=0;"on"==o.data("kenburns")&&(w=s,w.toString().length<4&&(w=U(w,o,a)));for(var z=0;z<a.slots;z++){C=0;for(var O=0;O<a.slots;O++)o.append('<div class="slot" style="position:absolute;top:'+(g+C)+"px;left:"+(f+L)+"px;width:"+k+"px;height:"+k+'px;overflow:hidden;"><div class="slotslide" data-x="'+L+'" data-y="'+C+'" style="position:absolute;top:0px;left:0px;width:'+k+"px;height:"+k+'px;overflow:hidden;"><div style="position:absolute;top:'+(0-C)+"px;left:"+(0-L)+"px;width:"+p+"px;height:"+u+"px;background-color:"+c+";background-image:url("+h+");background-repeat:"+b+";background-size:"+w+";background-position:"+x+';"></div></div></div>'),C+=k,d(8)&&(o.find(".slot ").last().find(".slotslide").append('<img src="'+T+'">'),y(o,a)),s!=e&&l!=e&&punchgs.TweenLite.set(o.find(".slot").last(),{rotationZ:l});L+=k}break;case"vertical":case"horizontal":if("on"==o.data("kenburns")&&(w=s,w.toString().length<4&&(w=U(w,o,a))),"horizontal"==n){if(!i)var m=0-a.slotw;for(var O=0;O<a.slots;O++)o.append('<div class="slot" style="position:absolute;top:'+(0+g)+"px;left:"+(f+O*a.slotw)+"px;overflow:hidden;width:"+(a.slotw+.6)+"px;height:"+u+'px"><div class="slotslide" style="position:absolute;top:0px;left:'+m+"px;width:"+(a.slotw+.6)+"px;height:"+u+'px;overflow:hidden;"><div style="background-color:'+c+";position:absolute;top:0px;left:"+(0-O*a.slotw)+"px;width:"+p+"px;height:"+u+"px;background-image:url("+h+");background-repeat:"+b+";background-size:"+w+";background-position:"+x+';"></div></div></div>'),s!=e&&l!=e&&punchgs.TweenLite.set(o.find(".slot").last(),{rotationZ:l}),d(8)&&(o.find(".slot ").last().find(".slotslide").append('<img class="ieeightfallbackimage" src="'+T+'" style="width:100%;height:auto">'),y(o,a))}else{if(!i)var m=0-a.sloth;for(var O=0;O<a.slots+2;O++)o.append('<div class="slot" style="position:absolute;top:'+(g+O*a.sloth)+"px;left:"+f+"px;overflow:hidden;width:"+p+"px;height:"+a.sloth+'px"><div class="slotslide" style="position:absolute;top:'+m+"px;left:0px;width:"+p+"px;height:"+a.sloth+'px;overflow:hidden;"><div style="background-color:'+c+";position:absolute;top:"+(0-O*a.sloth)+"px;left:0px;width:"+p+"px;height:"+u+"px;background-image:url("+h+");background-repeat:"+b+";background-size:"+w+";background-position:"+x+';"></div></div></div>'),s!=e&&l!=e&&punchgs.TweenLite.set(o.find(".slot").last(),{rotationZ:l}),d(8)&&(o.find(".slot ").last().find(".slotslide").append('<img class="ieeightfallbackimage" src="'+T+'" style="width:100%;height:auto;">'),y(o,a))}}},y=function(t,e){if(d(8)){var a=t.find(".ieeightfallbackimage");a.width(),a.height();e.startwidth/e.startheight<t.data("owidth")/t.data("oheight")?a.css({width:"auto",height:"100%"}):a.css({width:"100%",height:"auto"}),setTimeout(function(){var i=a.width(),n=a.height(),o=t.data("bgposition");"center center"==o&&a.css({position:"absolute",top:e.height/2-n/2+"px",left:e.width/2-i/2+"px"}),("center top"==o||"top center"==o)&&a.css({position:"absolute",top:"0px",left:e.width/2-i/2+"px"}),("center bottom"==o||"bottom center"==o)&&a.css({position:"absolute",bottom:"0px",left:e.width/2-i/2+"px"}),("right top"==o||"top right"==o)&&a.css({position:"absolute",top:"0px",right:"0px"}),("right bottom"==o||"bottom right"==o)&&a.css({position:"absolute",bottom:"0px",right:"0px"}),("right center"==o||"center right"==o)&&a.css({position:"absolute",top:e.height/2-n/2+"px",right:"0px"}),("left bottom"==o||"bottom left"==o)&&a.css({position:"absolute",bottom:"0px",left:"0px"}),("left center"==o||"center left"==o)&&a.css({position:"absolute",top:e.height/2-n/2+"px",left:"0px"})},20)}},x=function(e,a,i){i.find(".slot").each(function(){t(this).remove()}),a.transition=0},T=function(a,i){a.find("img, .defaultimg").each(function(a){var n=t(this),o=n.data("lazyload");if(o!=n.attr("src")&&3>i&&o!=e&&"undefined"!=o){if(o!=e&&"undefined"!=o){n.attr("src",o);var r=new Image;r.onload=function(t){n.data("lazydone",1),n.hasClass("defaultimg")&&k(n,r)},r.error=function(){n.data("lazydone",1)},r.src=n.attr("src"),r.complete&&(n.hasClass("defaultimg")&&k(n,r),n.data("lazydone",1))}}else if((o===e||"undefined"===o)&&1!=n.data("lazydone")){var r=new Image;r.onload=function(){n.hasClass("defaultimg")&&k(n,r),n.data("lazydone",1)},r.error=function(){n.data("lazydone",1)},n.attr("src")!=e&&"undefined"!=n.attr("src")?r.src=n.attr("src"):r.src=n.data("src"),r.complete&&(n.hasClass("defaultimg")&&k(n,r),n.data("lazydone",1))}})},k=function(t,e){var a=t.closest("li"),i=e.width,n=e.height;a.data("owidth",i),a.data("oheight",n),a.find(".slotholder").data("owidth",i),a.find(".slotholder").data("oheight",n),a.data("loadeddone",1)},L=function(a,i,n){T(a,0);var o=setInterval(function(){n.bannertimeronpause=!0,n.container.trigger("stoptimer"),n.cd=0;var r=0;a.find("img, .defaultimg").each(function(e){1!=t(this).data("lazydone")&&r++}),r>0?T(a,r):(clearInterval(o),i!=e&&i())},100)},C=function(t,a){try{t.find(">ul:first-child >li:eq("+a.act+")")}catch(i){t.find(">ul:first-child >li:eq(1)")}a.lastslide=a.act;var n=t.find(">ul:first-child >li:eq("+a.next+")"),o=n.find(".defaultimg");a.bannertimeronpause=!0,t.trigger("stoptimer"),a.cd=0,o.data("lazyload")!=e&&"undefined"!=o.data("lazyload")&&1!=o.data("lazydone")?(d(8)?o.attr("src",n.find(".defaultimg").data("lazyload")):o.css({backgroundImage:'url("'+n.find(".defaultimg").data("lazyload")+'")'}),o.data("src",n.find(".defaultimg").data("lazyload")),o.data("lazydone",0),o.data("orgw",0),n.data("loadeddone",1),t.find(".tp-loader").css({display:"block"}),L(t.find(".tp-static-layers"),function(){L(n,function(){var e=n.find(".slotholder");if("on"==e.data("kenburns"))var i=setInterval(function(){var n=e.data("owidth");n>=0&&(clearInterval(i),z(a,o,t))},10);else z(a,o,t)},a)},a)):n.data("loadeddone")===e?(n.data("loadeddone",1),L(n,function(){z(a,o,t)},a)):z(a,o,t)},z=function(t,e,a){t.bannertimeronpause=!1,t.cd=0,a.trigger("nulltimer"),a.find(".tp-loader").css({display:"none"}),v(e,t),g(a,t),v(e,t),O(a,t)},O=function(t,a){t.trigger("revolution.slide.onbeforeswap"),a.transition=1,a.videoplaying=!1;try{var i=t.find(">ul:first-child >li:eq("+a.act+")")}catch(n){var i=t.find(">ul:first-child >li:eq(1)")}a.lastslide=a.act;var o=t.find(">ul:first-child >li:eq("+a.next+")");setTimeout(function(){m(a)},200);var r=i.find(".slotholder"),s=o.find(".slotholder");("on"==s.data("kenburns")||"on"==r.data("kenburns"))&&(Q(t,a),t.find(".kenburnimg").remove()),o.data("delay")!=e?(a.cd=0,a.delay=o.data("delay")):a.delay=a.origcd,1==a.firststart&&punchgs.TweenLite.set(i,{autoAlpha:0}),punchgs.TweenLite.set(i,{zIndex:18}),punchgs.TweenLite.set(o,{autoAlpha:0,zIndex:20});var d=0;i.index()!=o.index()&&1!=a.firststart&&(d=V(i,a)),"on"!=i.data("saveperformance")&&(d=0),setTimeout(function(){t.trigger("restarttimer"),I(t,a,o,i,r,s)},d)},I=function(a,i,n,o,r,s){function l(){t.each(g,function(t,e){(e[0]==u||e[8]==u)&&(h=e[1],f=e[2],w=y),y+=1})}"prepared"==n.data("differentissplayed")&&(n.data("differentissplayed","done"),n.data("transition",n.data("savedtransition")),n.data("slotamount",n.data("savedslotamount")),n.data("masterspeed",n.data("savedmasterspeed"))),n.data("fstransition")!=e&&"done"!=n.data("differentissplayed")&&(n.data("savedtransition",n.data("transition")),n.data("savedslotamount",n.data("slotamount")),n.data("savedmasterspeed",n.data("masterspeed")),n.data("transition",n.data("fstransition")),n.data("slotamount",n.data("fsslotamount")),n.data("masterspeed",n.data("fsmasterspeed")),n.data("differentissplayed","prepared")),a.find(".active-revslide").removeClass(".active-revslide"),n.addClass("active-revslide"),n.data("transition")==e&&n.data("transition","random");var h=0,c=n.data("transition").split(","),p=n.data("nexttransid")==e?-1:n.data("nexttransid");"on"==n.data("randomtransition")?p=Math.round(Math.random()*c.length):p+=1,p==c.length&&(p=0),n.data("nexttransid",p);var u=c[p];i.ie&&("boxfade"==u&&(u="boxslide"),"slotfade-vertical"==u&&(u="slotzoom-vertical"),"slotfade-horizontal"==u&&(u="slotzoom-horizontal")),d(8)&&(u=11);var f=0;"scroll"==i.parallax&&i.parallaxFirstGo==e&&(i.parallaxFirstGo=!0,tt(a,i),setTimeout(function(){tt(a,i)},210),setTimeout(function(){tt(a,i)},420)),"slidehorizontal"==u&&(u="slideleft",1==i.leftarrowpressed&&(u="slideright")),"slidevertical"==u&&(u="slideup",1==i.leftarrowpressed&&(u="slidedown")),"parallaxhorizontal"==u&&(u="parallaxtoleft",1==i.leftarrowpressed&&(u="parallaxtoright")),"parallaxvertical"==u&&(u="parallaxtotop",1==i.leftarrowpressed&&(u="parallaxtobottom"));var g=[["boxslide",0,1,10,0,"box",!1,null,0],["boxfade",1,0,10,0,"box",!1,null,1],["slotslide-horizontal",2,0,0,200,"horizontal",!0,!1,2],["slotslide-vertical",3,0,0,200,"vertical",!0,!1,3],["curtain-1",4,3,0,0,"horizontal",!0,!0,4],["curtain-2",5,3,0,0,"horizontal",!0,!0,5],["curtain-3",6,3,25,0,"horizontal",!0,!0,6],["slotzoom-horizontal",7,0,0,400,"horizontal",!0,!0,7],["slotzoom-vertical",8,0,0,0,"vertical",!0,!0,8],["slotfade-horizontal",9,0,0,500,"horizontal",!0,null,9],["slotfade-vertical",10,0,0,500,"vertical",!0,null,10],["fade",11,0,1,300,"horizontal",!0,null,11],["slideleft",12,0,1,0,"horizontal",!0,!0,12],["slideup",13,0,1,0,"horizontal",!0,!0,13],["slidedown",14,0,1,0,"horizontal",!0,!0,14],["slideright",15,0,1,0,"horizontal",!0,!0,15],["papercut",16,0,0,600,"",null,null,16],["3dcurtain-horizontal",17,0,20,100,"vertical",!1,!0,17],["3dcurtain-vertical",18,0,10,100,"horizontal",!1,!0,18],["cubic",19,0,20,600,"horizontal",!1,!0,19],["cube",19,0,20,600,"horizontal",!1,!0,20],["flyin",20,0,4,600,"vertical",!1,!0,21],["turnoff",21,0,1,1600,"horizontal",!1,!0,22],["incube",22,0,20,200,"horizontal",!1,!0,23],["cubic-horizontal",23,0,20,500,"vertical",!1,!0,24],["cube-horizontal",23,0,20,500,"vertical",!1,!0,25],["incube-horizontal",24,0,20,500,"vertical",!1,!0,26],["turnoff-vertical",25,0,1,200,"horizontal",!1,!0,27],["fadefromright",12,1,1,0,"horizontal",!0,!0,28],["fadefromleft",15,1,1,0,"horizontal",!0,!0,29],["fadefromtop",14,1,1,0,"horizontal",!0,!0,30],["fadefrombottom",13,1,1,0,"horizontal",!0,!0,31],["fadetoleftfadefromright",12,2,1,0,"horizontal",!0,!0,32],["fadetorightfadetoleft",15,2,1,0,"horizontal",!0,!0,33],["fadetobottomfadefromtop",14,2,1,0,"horizontal",!0,!0,34],["fadetotopfadefrombottom",13,2,1,0,"horizontal",!0,!0,35],["parallaxtoright",12,3,1,0,"horizontal",!0,!0,36],["parallaxtoleft",15,3,1,0,"horizontal",!0,!0,37],["parallaxtotop",14,3,1,0,"horizontal",!0,!0,38],["parallaxtobottom",13,3,1,0,"horizontal",!0,!0,39],["scaledownfromright",12,4,1,0,"horizontal",!0,!0,40],["scaledownfromleft",15,4,1,0,"horizontal",!0,!0,41],["scaledownfromtop",14,4,1,0,"horizontal",!0,!0,42],["scaledownfrombottom",13,4,1,0,"horizontal",!0,!0,43],["zoomout",13,5,1,0,"horizontal",!0,!0,44],["zoomin",13,6,1,0,"horizontal",!0,!0,45],["notransition",26,0,1,0,"horizontal",!0,null,46]],m=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],v=[16,17,18,19,20,21,22,23,24,25,26,27],h=0,f=1,w=0,y=0,x=new Array;"on"==s.data("kenburns")&&(("boxslide"==u||0==u||"boxfade"==u||1==u||"papercut"==u||16==u)&&(u=11),G(a,i,!0,!0)),"random"==u&&(u=Math.round(Math.random()*g.length-1),u>g.length-1&&(u=g.length-1)),"random-static"==u&&(u=Math.round(Math.random()*m.length-1),u>m.length-1&&(u=m.length-1),u=m[u]),"random-premium"==u&&(u=Math.round(Math.random()*v.length-1),u>v.length-1&&(u=v.length-1),u=v[u]);var T=[12,13,14,15,16,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45];if(1==i.isJoomla&&window.MooTools!=e&&-1!=T.indexOf(u)){var k=Math.round(Math.random()*(v.length-2))+1;k>v.length-1&&(k=v.length-1),0==k&&(k=1),u=v[k]}l(),d(8)&&h>15&&28>h&&(u=Math.round(Math.random()*m.length-1),u>m.length-1&&(u=m.length-1),u=m[u],y=0,l());var L=-1;(1==i.leftarrowpressed||i.act>i.next)&&(L=1),i.leftarrowpressed=0,h>26&&(h=26),0>h&&(h=0);var C=300;n.data("masterspeed")!=e&&n.data("masterspeed")>99&&n.data("masterspeed")<i.delay&&(C=n.data("masterspeed")),n.data("masterspeed")!=e&&n.data("masterspeed")>i.delay&&(C=i.delay),x=g[w],a.parent().find(".bullet").each(function(){var e=t(this),a=e.index();e.removeClass("selected"),("withbullet"==i.navigationArrows||"nexttobullets"==i.navigationArrows)&&(a=e.index()-1),a==i.next&&e.addClass("selected")});var z=new punchgs.TimelineLite({onComplete:function(){A(a,i,s,r,n,o,z)}});if(z.add(punchgs.TweenLite.set(s.find(".defaultimg"),{opacity:0})),z.pause(),n.data("slotamount")==e||n.data("slotamount")<1?(i.slots=Math.round(12*Math.random()+4),"boxslide"==u?i.slots=Math.round(6*Math.random()+3):"flyin"==u&&(i.slots=Math.round(4*Math.random()+1))):i.slots=n.data("slotamount"),n.data("rotate")==e?i.rotate=0:999==n.data("rotate")?i.rotate=Math.round(360*Math.random()):i.rotate=n.data("rotate"),(!t.support.transition||i.ie||i.ie9)&&(i.rotate=0),1==i.firststart&&(i.firststart=0),C+=x[4],(4==h||5==h||6==h)&&i.slots<3&&(i.slots=3),0!=x[3]&&(i.slots=Math.min(i.slots,x[3])),9==h&&(i.slots=i.width/20),10==h&&(i.slots=i.height/20),null!=x[7]&&b(r,i,x[7],x[5]),null!=x[6]&&b(s,i,x[6],x[5]),0==h){var O=Math.ceil(i.height/i.sloth),I=0;s.find(".slotslide").each(function(e){var a=t(this);I+=1,I==O&&(I=0),z.add(punchgs.TweenLite.from(a,C/600,{opacity:0,top:0-i.sloth,left:0-i.slotw,rotation:i.rotate,force3D:"auto",ease:punchgs.Power2.easeOut}),(15*e+30*I)/1500)})}if(1==h){var M,S=0;s.find(".slotslide").each(function(e){var a=t(this),n=Math.random()*C+300,o=500*Math.random()+200;n+o>M&&(M=o+o,S=e),z.add(punchgs.TweenLite.from(a,n/1e3,{autoAlpha:0,force3D:"auto",rotation:i.rotate,ease:punchgs.Power2.easeInOut}),o/1e3)})}if(2==h){var P=new punchgs.TimelineLite;r.find(".slotslide").each(function(){var e=t(this);P.add(punchgs.TweenLite.to(e,C/1e3,{left:i.slotw,force3D:"auto",rotation:0-i.rotate}),0),z.add(P,0)}),s.find(".slotslide").each(function(){var e=t(this);P.add(punchgs.TweenLite.from(e,C/1e3,{left:0-i.slotw,force3D:"auto",rotation:i.rotate}),0),z.add(P,0)})}if(3==h){var P=new punchgs.TimelineLite;r.find(".slotslide").each(function(){var e=t(this);P.add(punchgs.TweenLite.to(e,C/1e3,{top:i.sloth,rotation:i.rotate,force3D:"auto",transformPerspective:600}),0),z.add(P,0)}),s.find(".slotslide").each(function(){var e=t(this);P.add(punchgs.TweenLite.from(e,C/1e3,{top:0-i.sloth,rotation:i.rotate,ease:punchgs.Power2.easeOut,force3D:"auto",transformPerspective:600}),0),z.add(P,0)})}if(4==h||5==h){setTimeout(function(){r.find(".defaultimg").css({opacity:0})},100);var D=C/1e3,P=new punchgs.TimelineLite;r.find(".slotslide").each(function(e){var a=t(this),n=e*D/i.slots;5==h&&(n=(i.slots-e-1)*D/i.slots/1.5),P.add(punchgs.TweenLite.to(a,3*D,{transformPerspective:600,force3D:"auto",top:0+i.height,opacity:.5,rotation:i.rotate,ease:punchgs.Power2.easeInOut,delay:n}),0),z.add(P,0)}),s.find(".slotslide").each(function(e){var a=t(this),n=e*D/i.slots;5==h&&(n=(i.slots-e-1)*D/i.slots/1.5),P.add(punchgs.TweenLite.from(a,3*D,{top:0-i.height,opacity:.5,rotation:i.rotate,force3D:"auto",ease:punchgs.Power2.easeInOut,delay:n}),0),z.add(P,0)})}if(6==h){i.slots<2&&(i.slots=2),i.slots%2&&(i.slots=i.slots+1);var P=new punchgs.TimelineLite;setTimeout(function(){r.find(".defaultimg").css({opacity:0})},100),r.find(".slotslide").each(function(e){var a=t(this);if(e+1<i.slots/2)var n=90*(e+2);else var n=90*(2+i.slots-e);P.add(punchgs.TweenLite.to(a,(C+n)/1e3,{top:0+i.height,opacity:1,force3D:"auto",rotation:i.rotate,ease:punchgs.Power2.easeInOut}),0),z.add(P,0)}),s.find(".slotslide").each(function(e){var a=t(this);if(e+1<i.slots/2)var n=90*(e+2);else var n=90*(2+i.slots-e);P.add(punchgs.TweenLite.from(a,(C+n)/1e3,{top:0-i.height,opacity:1,force3D:"auto",rotation:i.rotate,ease:punchgs.Power2.easeInOut}),0),z.add(P,0)})}if(7==h){C=2*C,C>i.delay&&(C=i.delay);var P=new punchgs.TimelineLite;setTimeout(function(){r.find(".defaultimg").css({opacity:0})},100),r.find(".slotslide").each(function(){var e=t(this).find("div");P.add(punchgs.TweenLite.to(e,C/1e3,{left:0-i.slotw/2+"px",top:0-i.height/2+"px",width:2*i.slotw+"px",height:2*i.height+"px",opacity:0,rotation:i.rotate,force3D:"auto",ease:punchgs.Power2.easeOut}),0),z.add(P,0)}),s.find(".slotslide").each(function(e){var a=t(this).find("div");P.add(punchgs.TweenLite.fromTo(a,C/1e3,{left:0,top:0,opacity:0,transformPerspective:600},{left:0-e*i.slotw+"px",ease:punchgs.Power2.easeOut,force3D:"auto",top:"0px",width:i.width,height:i.height,opacity:1,rotation:0,delay:.1}),0),z.add(P,0)})}if(8==h){C=3*C,C>i.delay&&(C=i.delay);var P=new punchgs.TimelineLite;r.find(".slotslide").each(function(){var e=t(this).find("div");P.add(punchgs.TweenLite.to(e,C/1e3,{left:0-i.width/2+"px",top:0-i.sloth/2+"px",width:2*i.width+"px",height:2*i.sloth+"px",force3D:"auto",opacity:0,rotation:i.rotate}),0),z.add(P,0)}),s.find(".slotslide").each(function(e){var a=t(this).find("div");P.add(punchgs.TweenLite.fromTo(a,C/1e3,{left:0,top:0,opacity:0,force3D:"auto"},{left:"0px",top:0-e*i.sloth+"px",width:s.find(".defaultimg").data("neww")+"px",height:s.find(".defaultimg").data("newh")+"px",opacity:1,rotation:0}),0),z.add(P,0)})}if(9==h||10==h){var H=0;s.find(".slotslide").each(function(e){var a=t(this);H++,z.add(punchgs.TweenLite.fromTo(a,C/1e3,{autoAlpha:0,force3D:"auto",transformPerspective:600},{autoAlpha:1,ease:punchgs.Power2.easeInOut,delay:5*e/1e3}),0)})}if(11==h||26==h){var H=0;26==h&&(C=0),s.find(".slotslide").each(function(e){var a=t(this);z.add(punchgs.TweenLite.from(a,C/1e3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power2.easeInOut}),0)})}if(12==h||13==h||14==h||15==h){C=C,C>i.delay&&(C=i.delay),setTimeout(function(){punchgs.TweenLite.set(r.find(".defaultimg"),{autoAlpha:0})},100);var W=i.width,_=i.height,F=s.find(".slotslide"),Y=0,R=0,B=1,V=1,q=1,E=punchgs.Power2.easeInOut,j=punchgs.Power2.easeInOut,Z=C/1e3,N=Z;("on"==i.fullWidth||"on"==i.fullScreen)&&(W=F.width(),_=F.height()),12==h?Y=W:15==h?Y=0-W:13==h?R=_:14==h&&(R=0-_),1==f&&(B=0),2==f&&(B=0),3==f&&(E=punchgs.Power2.easeInOut,j=punchgs.Power1.easeInOut,Z=C/1200),(4==f||5==f)&&(V=.6),6==f&&(V=1.4),(5==f||6==f)&&(q=1.4,B=0,W=0,_=0,Y=0,R=0),6==f&&(q=.6);z.add(punchgs.TweenLite.from(F,Z,{left:Y,top:R,scale:q,opacity:B,rotation:i.rotate,ease:j,force3D:"auto"}),0);var U=r.find(".slotslide");if((4==f||5==f)&&(W=0,_=0),1!=f)switch(h){case 12:z.add(punchgs.TweenLite.to(U,N,{left:0-W+"px",force3D:"auto",scale:V,opacity:B,rotation:i.rotate,ease:E}),0);break;case 15:z.add(punchgs.TweenLite.to(U,N,{left:W+"px",force3D:"auto",scale:V,opacity:B,rotation:i.rotate,ease:E}),0);break;case 13:z.add(punchgs.TweenLite.to(U,N,{top:0-_+"px",force3D:"auto",scale:V,opacity:B,rotation:i.rotate,ease:E}),0);break;case 14:z.add(punchgs.TweenLite.to(U,N,{top:_+"px",force3D:"auto",scale:V,opacity:B,rotation:i.rotate,ease:E}),0)}}if(16==h){var P=new punchgs.TimelineLite;z.add(punchgs.TweenLite.set(o,{position:"absolute","z-index":20}),0),z.add(punchgs.TweenLite.set(n,{position:"absolute","z-index":15}),0),o.wrapInner('<div class="tp-half-one" style="position:relative; width:100%;height:100%"></div>'),o.find(".tp-half-one").clone(!0).appendTo(o).addClass("tp-half-two"),o.find(".tp-half-two").removeClass("tp-half-one");var W=i.width,_=i.height;"on"==i.autoHeight&&(_=a.height()),o.find(".tp-half-one .defaultimg").wrap('<div class="tp-papercut" style="width:'+W+"px;height:"+_+'px;"></div>'),o.find(".tp-half-two .defaultimg").wrap('<div class="tp-papercut" style="width:'+W+"px;height:"+_+'px;"></div>'),o.find(".tp-half-two .defaultimg").css({position:"absolute",top:"-50%"}),o.find(".tp-half-two .tp-caption").wrapAll('<div style="position:absolute;top:-50%;left:0px;"></div>'),z.add(punchgs.TweenLite.set(o.find(".tp-half-two"),{width:W,height:_,overflow:"hidden",zIndex:15,position:"absolute",top:_/2,left:"0px",transformPerspective:600,transformOrigin:"center bottom"}),0),z.add(punchgs.TweenLite.set(o.find(".tp-half-one"),{width:W,height:_/2,overflow:"visible",zIndex:10,position:"absolute",top:"0px",left:"0px",transformPerspective:600,transformOrigin:"center top"}),0);var $=(o.find(".defaultimg"),Math.round(20*Math.random()-10)),J=Math.round(20*Math.random()-10),Q=Math.round(20*Math.random()-10),K=.4*Math.random()-.2,et=.4*Math.random()-.2,at=1*Math.random()+1,it=1*Math.random()+1,nt=.3*Math.random()+.3;z.add(punchgs.TweenLite.set(o.find(".tp-half-one"),{overflow:"hidden"}),0),z.add(punchgs.TweenLite.fromTo(o.find(".tp-half-one"),C/800,{width:W,height:_/2,position:"absolute",top:"0px",left:"0px",force3D:"auto",transformOrigin:"center top"},{scale:at,rotation:$,y:0-_-_/4,autoAlpha:0,ease:punchgs.Power2.easeInOut}),0),z.add(punchgs.TweenLite.fromTo(o.find(".tp-half-two"),C/800,{width:W,height:_,overflow:"hidden",position:"absolute",top:_/2,left:"0px",force3D:"auto",transformOrigin:"center bottom"},{scale:it,rotation:J,y:_+_/4,ease:punchgs.Power2.easeInOut,autoAlpha:0,onComplete:function(){punchgs.TweenLite.set(o,{position:"absolute","z-index":15}),punchgs.TweenLite.set(n,{position:"absolute","z-index":20}),o.find(".tp-half-one").length>0&&(o.find(".tp-half-one .defaultimg").unwrap(),o.find(".tp-half-one .slotholder").unwrap()),o.find(".tp-half-two").remove()}}),0),P.add(punchgs.TweenLite.set(s.find(".defaultimg"),{autoAlpha:1}),0),null!=o.html()&&z.add(punchgs.TweenLite.fromTo(n,(C-200)/1e3,{scale:nt,x:i.width/4*K,y:_/4*et,rotation:Q,force3D:"auto",transformOrigin:"center center",ease:punchgs.Power2.easeOut},{autoAlpha:1,scale:1,x:0,y:0,rotation:0}),0),z.add(P,0)}if(17==h&&s.find(".slotslide").each(function(e){var a=t(this);z.add(punchgs.TweenLite.fromTo(a,C/800,{opacity:0,rotationY:0,scale:.9,rotationX:-110,force3D:"auto",transformPerspective:600,transformOrigin:"center center"},{opacity:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:punchgs.Power3.easeOut,delay:.06*e}),0)}),18==h&&s.find(".slotslide").each(function(e){var a=t(this);z.add(punchgs.TweenLite.fromTo(a,C/500,{autoAlpha:0,rotationY:310,scale:.9,rotationX:10,force3D:"auto",transformPerspective:600,transformOrigin:"center center"},{autoAlpha:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:punchgs.Power3.easeOut,delay:.06*e}),0)}),19==h||22==h){var P=new punchgs.TimelineLite;z.add(punchgs.TweenLite.set(o,{zIndex:20}),0),z.add(punchgs.TweenLite.set(n,{zIndex:20}),0),setTimeout(function(){r.find(".defaultimg").css({opacity:0})},100);var ot=(n.css("z-index"),o.css("z-index"),90),B=1,rt="center center ";1==L&&(ot=-90),19==h?(rt=rt+"-"+i.height/2,B=0):rt+=i.height/2,punchgs.TweenLite.set(a,{transformStyle:"flat",backfaceVisibility:"hidden",transformPerspective:600}),s.find(".slotslide").each(function(e){var a=t(this);P.add(punchgs.TweenLite.fromTo(a,C/1e3,{transformStyle:"flat",backfaceVisibility:"hidden",left:0,rotationY:i.rotate,z:10,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:rt,rotationX:ot},{left:0,rotationY:0,top:0,z:0,scale:1,force3D:"auto",rotationX:0,delay:50*e/1e3,ease:punchgs.Power2.easeInOut}),0),P.add(punchgs.TweenLite.to(a,.1,{autoAlpha:1,delay:50*e/1e3}),0),z.add(P)}),r.find(".slotslide").each(function(e){var a=t(this),n=-90;1==L&&(n=90),P.add(punchgs.TweenLite.fromTo(a,C/1e3,{transformStyle:"flat",backfaceVisibility:"hidden",autoAlpha:1,rotationY:0,top:0,z:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:rt,rotationX:0},{autoAlpha:1,rotationY:i.rotate,top:0,z:10,scale:1,rotationX:n,delay:50*e/1e3,force3D:"auto",ease:punchgs.Power2.easeInOut}),0),z.add(P)})}if(20==h){setTimeout(function(){r.find(".defaultimg").css({opacity:0})},100);n.css("z-index"),o.css("z-index");if(1==L)var st=-i.width,ot=70,rt="left center -"+i.height/2;else var st=i.width,ot=-70,rt="right center -"+i.height/2;s.find(".slotslide").each(function(e){var a=t(this);z.add(punchgs.TweenLite.fromTo(a,C/1500,{left:st,rotationX:40,z:-600,opacity:B,top:0,force3D:"auto",transformPerspective:600,transformOrigin:rt,rotationY:ot},{left:0,delay:50*e/1e3,ease:punchgs.Power2.easeInOut}),0),z.add(punchgs.TweenLite.fromTo(a,C/1e3,{rotationX:40,z:-600,opacity:B,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:rt,rotationY:ot},{rotationX:0,opacity:1,top:0,z:0,scale:1,rotationY:0,delay:50*e/1e3,ease:punchgs.Power2.easeInOut}),0),z.add(punchgs.TweenLite.to(a,.1,{opacity:1,force3D:"auto",delay:50*e/1e3+C/2e3}),0)}),r.find(".slotslide").each(function(e){var a=t(this);if(1!=L)var n=-i.width,o=70,r="left center -"+i.height/2;else var n=i.width,o=-70,r="right center -"+i.height/2;z.add(punchgs.TweenLite.fromTo(a,C/1e3,{opacity:1,rotationX:0,top:0,z:0,scale:1,left:0,force3D:"auto",transformPerspective:600,transformOrigin:r,rotationY:0},{opacity:1,rotationX:40,top:0,z:-600,left:n,force3D:"auto",scale:.8,rotationY:o,delay:50*e/1e3,ease:punchgs.Power2.easeInOut}),0),z.add(punchgs.TweenLite.to(a,.1,{force3D:"auto",opacity:0,delay:50*e/1e3+(C/1e3-C/1e4)}),0)})}if(21==h||25==h){setTimeout(function(){r.find(".defaultimg").css({opacity:0})},100);var ot=(n.css("z-index"),o.css("z-index"),90),st=-i.width,dt=-ot;if(1==L)if(25==h){var rt="center top 0";ot=i.rotate}else{var rt="left center 0";dt=i.rotate}else if(st=i.width,ot=-90,25==h){var rt="center bottom 0";dt=-ot,ot=i.rotate}else{var rt="right center 0";dt=i.rotate}s.find(".slotslide").each(function(e){var a=t(this);z.add(punchgs.TweenLite.fromTo(a,C/1e3,{left:0,transformStyle:"flat",rotationX:dt,z:0,autoAlpha:0,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:rt,rotationY:ot},{left:0,rotationX:0,top:0,z:0,autoAlpha:1,scale:1,rotationY:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),0)}),1!=L?(st=-i.width,ot=90,25==h?(rt="center top 0",dt=-ot,ot=i.rotate):(rt="left center 0",dt=i.rotate)):(st=i.width,ot=-90,25==h?(rt="center bottom 0",dt=-ot,ot=i.rotate):(rt="right center 0",dt=i.rotate)),r.find(".slotslide").each(function(e){var a=t(this);z.add(punchgs.TweenLite.fromTo(a,C/1e3,{left:0,transformStyle:"flat",rotationX:0,z:0,autoAlpha:1,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:rt,rotationY:0},{left:0,rotationX:dt,top:0,z:0,autoAlpha:1,force3D:"auto",scale:1,rotationY:ot,ease:punchgs.Power1.easeInOut}),0)})}if(23==h||24==h){setTimeout(function(){r.find(".defaultimg").css({opacity:0})},100);var ot=(n.css("z-index"),o.css("z-index"),-90),B=1,lt=0;if(1==L&&(ot=90),23==h){var rt="center center -"+i.width/2;B=0}else var rt="center center "+i.width/2;punchgs.TweenLite.set(a,{transformStyle:"preserve-3d",backfaceVisibility:"hidden",perspective:2500}),s.find(".slotslide").each(function(e){var a=t(this);z.add(punchgs.TweenLite.fromTo(a,C/1e3,{left:lt,rotationX:i.rotate,force3D:"auto",opacity:B,top:0,scale:1,transformPerspective:600,transformOrigin:rt,rotationY:ot},{left:0,rotationX:0,autoAlpha:1,top:0,z:0,scale:1,rotationY:0,delay:50*e/500,ease:punchgs.Power2.easeInOut}),0)}),ot=90,1==L&&(ot=-90),r.find(".slotslide").each(function(e){var a=t(this);z.add(punchgs.TweenLite.fromTo(a,C/1e3,{left:0,autoAlpha:1,rotationX:0,top:0,z:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:rt,rotationY:0},{left:lt,autoAlpha:1,rotationX:i.rotate,top:0,scale:1,rotationY:ot,delay:50*e/500,ease:punchgs.Power2.easeInOut}),0)})}z.pause(),X(n,i,null,z),punchgs.TweenLite.to(n,.001,{autoAlpha:1});var ht={};ht.slideIndex=i.next+1,ht.slide=n,a.trigger("revolution.slide.onchange",ht),setTimeout(function(){a.trigger("revolution.slide.onafterswap")},C),a.trigger("revolution.slide.onvideostop")},A=function(t,e,a,i,n,o,r){punchgs.TweenLite.to(a.find(".defaultimg"),.001,{autoAlpha:1,onComplete:function(){x(t,e,n)}}),n.index()!=o.index()&&punchgs.TweenLite.to(o,.2,{autoAlpha:0,onComplete:function(){x(t,e,o)}}),e.act=e.next,"thumb"==e.navigationType&&at(t),"on"==a.data("kenburns")&&G(t,e),t.find(".current-sr-slide-visible").removeClass("current-sr-slide-visible"),n.addClass("current-sr-slide-visible"),("scroll"==e.parallax||"scroll+mouse"==e.parallax||"mouse+scroll"==e.parallax)&&tt(t,e),r.clear()},M=function(e){var a=e.target.getVideoEmbedCode(),i=t("#"+a.split('id="')[1].split('"')[0]),n=i.closest(".tp-simpleresponsive"),o=i.parent().data("player");if(e.data==YT.PlayerState.PLAYING){var r=n.find(".tp-bannertimer"),s=r.data("opt");"mute"==i.closest(".tp-caption").data("volume")&&o.mute(),s.videoplaying=!0,n.trigger("stoptimer"),n.trigger("revolution.slide.onvideoplay")}else{var r=n.find(".tp-bannertimer"),s=r.data("opt");-1!=e.data&&3!=e.data&&(s.videoplaying=!1,n.trigger("starttimer"),n.trigger("revolution.slide.onvideostop")),0==e.data&&1==s.nextslideatend?s.container.revnext():(s.videoplaying=!1,n.trigger("starttimer"),n.trigger("revolution.slide.onvideostop"))}},S=function(t,e,a){t.addEventListener?t.addEventListener(e,a,!1):t.attachEvent(e,a,!1)},P=function(e,a){var i=$f(e),n=t("#"+e),o=n.closest(".tp-simpleresponsive"),r=n.closest(".tp-caption");setTimeout(function(){i.addEvent("ready",function(e){a&&i.api("play"),i.addEvent("play",function(t){var e=o.find(".tp-bannertimer"),a=e.data("opt");a.videoplaying=!0,o.trigger("stoptimer"),o.trigger("revolution.slide.onvideoplay"),"mute"==r.data("volume")&&i.api("setVolume","0")}),i.addEvent("finish",function(t){var e=o.find(".tp-bannertimer"),a=e.data("opt");a.videoplaying=!1,o.trigger("starttimer"),o.trigger("revolution.slide.onvideoplay"),1==a.nextslideatend&&a.container.revnext()}),i.addEvent("pause",function(t){var e=o.find(".tp-bannertimer"),a=e.data("opt");a.videoplaying=!1,o.trigger("starttimer"),o.trigger("revolution.slide.onvideostop")}),r.find(".tp-thumb-image").click(function(){punchgs.TweenLite.to(t(this),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),i.api("play")})})},150)},D=function(t,a){var i=a.width(),n=a.height(),o=t.data("mediaAspect");o==e&&(o=1);var r=i/n;t.css({position:"absolute"});t.find("video");o>r?punchgs.TweenLite.to(t,1e-4,{width:n*o,force3D:"auto",top:0,left:0-(n*o-i)/2,height:n}):punchgs.TweenLite.to(t,1e-4,{width:i,force3D:"auto",top:0-(i/o-n)/2,left:0,height:i/o})},H=function(){var t=new Object;return t.x=0,t.y=0,t.rotationX=0,t.rotationY=0,t.rotationZ=0,t.scale=1,t.scaleX=1,t.scaleY=1,t.skewX=0,t.skewY=0,t.opacity=0,t.transformOrigin="center, center",t.transformPerspective=400,t.rotation=0,t},W=function(e,a){var i=a.split(";");return t.each(i,function(t,a){a=a.split(":");var i=a[0],n=a[1];"rotationX"==i&&(e.rotationX=parseInt(n,0)),"rotationY"==i&&(e.rotationY=parseInt(n,0)),"rotationZ"==i&&(e.rotationZ=parseInt(n,0)),"rotationZ"==i&&(e.rotation=parseInt(n,0)),"scaleX"==i&&(e.scaleX=parseFloat(n)),
10
+ "scaleY"==i&&(e.scaleY=parseFloat(n)),"opacity"==i&&(e.opacity=parseFloat(n)),"skewX"==i&&(e.skewX=parseInt(n,0)),"skewY"==i&&(e.skewY=parseInt(n,0)),"x"==i&&(e.x=parseInt(n,0)),"y"==i&&(e.y=parseInt(n,0)),"z"==i&&(e.z=parseInt(n,0)),"transformOrigin"==i&&(e.transformOrigin=n.toString()),"transformPerspective"==i&&(e.transformPerspective=parseInt(n,0))}),e},_=function(e){var a=e.split("animation:"),i=new Object;i.animation=W(H(),a[1]);var n=a[0].split(";");return t.each(n,function(t,e){e=e.split(":");var a=e[0],n=e[1];"typ"==a&&(i.typ=n),"speed"==a&&(i.speed=parseInt(n,0)/1e3),"start"==a&&(i.start=parseInt(n,0)/1e3),"elementdelay"==a&&(i.elementdelay=parseFloat(n)),"ease"==a&&(i.ease=n)}),i},X=function(a,i,n,o){function r(){}function s(){}a.data("ctl")==e&&a.data("ctl",new punchgs.TimelineLite);var l=a.data("ctl"),h=0,c=0,p=a.find(".tp-caption"),u=i.container.find(".tp-static-layers").find(".tp-caption");l.pause(),t.each(u,function(t,e){p.push(e)}),p.each(function(a){var o=n,l=-1,p=t(this);if(p.hasClass("tp-static-layer")){var u=p.data("startslide"),f=p.data("endslide");(-1==u||"-1"==u)&&p.data("startslide",0),(-1==f||"-1"==f)&&p.data("endslide",i.slideamount),0==u&&f==i.slideamount-1&&p.data("endslide",i.slideamount+1),u=p.data("startslide"),f=p.data("endslide"),p.hasClass("tp-is-shown")?l=f==i.next||u>i.next||f<i.next?2:0:u<=i.next&&f>=i.next||u==i.next||f==i.next?(p.addClass("tp-is-shown"),l=1):l=0}h=i.width/2-i.startwidth*i.bw/2;var g=i.bw;i.bh;"on"==i.fullScreen&&(c=i.height/2-i.startheight*i.bh/2),("on"==i.autoHeight||i.minHeight!=e&&i.minHeight>0)&&(c=i.container.height()/2-i.startheight*i.bh/2),0>c&&(c=0);var m=0;if(i.width<i.hideCaptionAtLimit&&"on"==p.data("captionhidden")?(p.addClass("tp-hidden-caption"),m=1):i.width<i.hideAllCaptionAtLimit||i.width<i.hideAllCaptionAtLilmit?(p.addClass("tp-hidden-caption"),m=1):p.removeClass("tp-hidden-caption"),0==m){if(p.data("linktoslide")==e||p.hasClass("hasclicklistener")||(p.addClass("hasclicklistener"),p.css({cursor:"pointer"}),"no"!=p.data("linktoslide")&&p.click(function(){var e=t(this),a=e.data("linktoslide");"next"!=a&&"prev"!=a?(i.container.data("showus",a),i.container.parent().find(".tp-rightarrow").click()):"next"==a?i.container.parent().find(".tp-rightarrow").click():"prev"==a&&i.container.parent().find(".tp-leftarrow").click()})),0>h&&(h=0),p.hasClass("tp-videolayer")||p.find("iframe").length>0||p.find("video").length>0){var v="iframe"+Math.round(1e5*Math.random()+1),w=p.data("videowidth"),b=p.data("videoheight"),y=p.data("videoattributes"),x=p.data("ytid"),T=p.data("vimeoid"),k=p.data("videpreload"),L=p.data("videomp4"),C=p.data("videowebm"),z=p.data("videoogv"),O=p.data("videocontrols"),I="http",A="loop"==p.data("videoloop")?"loop":"loopandnoslidestop"==p.data("videoloop")?"loop":"";if(p.data("thumbimage")!=e&&p.data("videoposter")==e&&p.data("videoposter",p.data("thumbimage")),x!=e&&String(x).length>1&&0==p.find("iframe").length&&(I="https","none"==O&&(y=y.replace("controls=1","controls=0"),-1==y.toLowerCase().indexOf("controls")&&(y+="&controls=0")),p.append('<iframe style="visible:hidden" src="'+I+"://www.youtube.com/embed/"+x+"?"+y+'" width="'+w+'" height="'+b+'" style="width:'+w+"px;height:"+b+'px"></iframe>')),T!=e&&String(T).length>1&&0==p.find("iframe").length&&("https:"===location.protocol&&(I="https"),p.append('<iframe style="visible:hidden" src="'+I+"://player.vimeo.com/video/"+T+"?"+y+'" width="'+w+'" height="'+b+'" style="width:'+w+"px;height:"+b+'px" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>')),(L!=e||C!=e)&&0==p.find("video").length){"controls"!=O&&(O="");var X="";(100==w||"100%"==w)&&(X=";width:100% !important; height:100% !important");var V='<video style="visible:hidden'+X+'" class="" '+A+' preload="'+k+'" width="'+w+'" height="'+b+'" ';p.data("videoposter")!=e&&p.data("videoposter")!=e&&(V=V+'poster="'+p.data("videoposter")+'">'),C!=e&&"firefox"==F().toLowerCase()&&(V=V+'<source src="'+C+'" type="video/webm" />'),L!=e&&(V=V+'<source src="'+L+'" type="video/mp4" />'),z!=e&&(V=V+'<source src="'+z+'" type="video/ogg" />'),V+="</video>",p.append(V),"controls"==O&&p.append('<div class="tp-video-controls"><div class="tp-video-button-wrap"><button type="button" class="tp-video-button tp-vid-play-pause">Play</button></div><div class="tp-video-seek-bar-wrap"><input type="range" class="tp-seek-bar" value="0"></div><div class="tp-video-button-wrap"><button type="button" class="tp-video-button tp-vid-mute">Mute</button></div><div class="tp-video-vol-bar-wrap"><input type="range" class="tp-volume-bar" min="0" max="1" step="0.1" value="1"></div><div class="tp-video-button-wrap"><button type="button" class="tp-video-button tp-vid-full-screen">Full-Screen</button></div></div>')}var j=!1;(1==p.data("autoplayonlyfirsttime")||"true"==p.data("autoplayonlyfirsttime")||1==p.data("autoplay"))&&(p.data("autoplay",!0),j=!0),p.data("videoposter")!=e&&p.data("videoposter").length>2&&1!=p.data("autoplay")&&!o&&(0==p.find(".tp-thumb-image").length?p.append('<div class="tp-thumb-image" style="cursor:pointer; position:absolute;top:0px;left:0px;width:100%;height:100%;background-image:url('+p.data("videoposter")+'); background-size:cover; background-position:center center"></div>'):punchgs.TweenLite.set(p.find(".tp-thumb-image"),{autoAlpha:1})),p.find("iframe").each(function(){var a=t(this);if(punchgs.TweenLite.to(a,.1,{autoAlpha:1,zIndex:0,transformStyle:"preserve-3d",z:0,rotationX:0,force3D:"auto"}),N()){var o=a.attr("src");a.attr("src",""),a.attr("src",o)}if(i.nextslideatend=p.data("nextslideatend"),a.attr("src").toLowerCase().indexOf("youtube")>=0)if(a.hasClass("HasListener")){if(!n){var r=p.data("player");"on"!=p.data("forcerewind")||N()||r.seekTo(0),(!N()&&1==p.data("autoplay")||j)&&p.data("timerplay",setTimeout(function(){r.playVideo()},p.data("start")))}}else try{a.attr("id",v);var r,s=setInterval(function(){YT!=e&&typeof YT.Player!=e&&"undefined"!=typeof YT.Player&&(r=new YT.Player(v,{events:{onStateChange:M,onReady:function(a){var i=a.target.getVideoEmbedCode(),n=t("#"+i.split('id="')[1].split('"')[0]),o=n.closest(".tp-caption"),s=o.data("videorate");o.data("videostart");s!=e&&a.target.setPlaybackRate(parseFloat(s)),(!N()&&1==o.data("autoplay")||j)&&o.data("timerplay",setTimeout(function(){a.target.playVideo()},o.data("start"))),o.find(".tp-thumb-image").click(function(){punchgs.TweenLite.to(t(this),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),N()||r.playVideo()})}}}),a.addClass("HasListener"),p.data("player",r),clearInterval(s))},100)}catch(d){}else if(a.attr("src").toLowerCase().indexOf("vimeo")>=0)if(a.hasClass("HasListener")){if(!(n||N()||1!=p.data("autoplay")&&"on"!=p.data("forcerewind"))){var a=p.find("iframe"),l=a.attr("id"),h=$f(l);"on"==p.data("forcerewind")&&h.api("seekTo",0),p.data("timerplay",setTimeout(function(){1==p.data("autoplay")&&h.api("play")},p.data("start")))}}else{a.addClass("HasListener"),a.attr("id",v);for(var c,u=a.attr("src"),f={},g=u,m=/([^&=]+)=([^&]*)/g;c=m.exec(g);)f[decodeURIComponent(c[1])]=decodeURIComponent(c[2]);u=f.player_id!=e?u.replace(f.player_id,v):u+"&player_id="+v;try{u=u.replace("api=0","api=1")}catch(d){}u+="&api=1",a.attr("src",u);var r=p.find("iframe")[0],w=setInterval(function(){$f!=e&&typeof $f(v).api!=e&&"undefined"!=typeof $f(v).api&&($f(r).addEvent("ready",function(){P(v,j)}),clearInterval(w))},100)}}),(N()&&1==p.data("disablevideoonmobile")||d(8))&&p.find("video").remove(),p.find("video").length>0&&p.find("video").each(function(a){var n=this,o=t(this);o.parent().hasClass("html5vid")||o.wrap('<div class="html5vid" style="position:relative;top:0px;left:0px;width:auto;height:auto"></div>');var r=o.parent();S(n,"loadedmetadata",function(t){t.data("metaloaded",1)}(r)),clearInterval(r.data("interval")),r.data("interval",setInterval(function(){if(1==r.data("metaloaded")||NaN!=n.duration){if(clearInterval(r.data("interval")),!r.hasClass("HasListener")){r.addClass("HasListener"),"none"!=p.data("dottedoverlay")&&p.data("dottedoverlay")!=e&&1!=p.find(".tp-dottedoverlay").length&&r.append('<div class="tp-dottedoverlay '+p.data("dottedoverlay")+'"></div>'),o.attr("control")==e&&(0==r.find(".tp-video-play-button").length&&r.append('<div class="tp-video-play-button"><i class="revicon-right-dir"></i><div class="tp-revstop"></div></div>'),r.parent().find("video, .tp-poster, .tp-thumb-image, .tp-video-play-button").click(function(){r.hasClass("videoisplaying")?n.pause():(n.play(),punchgs.TweenLite.to(r.parent().find(".tp-poster, .tp-thumb-image"),.2,{autoAlpha:0}))})),(1==p.data("forcecover")||p.hasClass("fullscreenvideo"))&&(1==p.data("forcecover")&&(D(r,i.container),r.addClass("fullcoveredvideo"),p.addClass("fullcoveredvideo")),r.css({width:"100%",height:"100%"}));var t=p.find(".tp-vid-play-pause")[0],a=p.find(".tp-vid-mute")[0],s=p.find(".tp-vid-full-screen")[0],d=p.find(".tp-seek-bar")[0],l=p.find(".tp-volume-bar")[0];t!=e&&(S(t,"click",function(){1==n.paused?n.play():n.pause()}),S(a,"click",function(){0==n.muted?(n.muted=!0,a.innerHTML="Unmute"):(n.muted=!1,a.innerHTML="Mute")}),S(s,"click",function(){n.requestFullscreen?n.requestFullscreen():n.mozRequestFullScreen?n.mozRequestFullScreen():n.webkitRequestFullscreen&&n.webkitRequestFullscreen()}),S(d,"change",function(){var t=n.duration*(d.value/100);n.currentTime=t}),S(n,"timeupdate",function(){var t=100/n.duration*n.currentTime;d.value=t}),S(d,"mousedown",function(){n.pause()}),S(d,"mouseup",function(){n.play()}),S(l,"change",function(){n.volume=l.value})),S(n,"play",function(){"mute"==p.data("volume")&&(n.muted=!0),r.addClass("videoisplaying"),"loopandnoslidestop"==p.data("videoloop")?(i.videoplaying=!1,i.container.trigger("starttimer"),i.container.trigger("revolution.slide.onvideostop")):(i.videoplaying=!0,i.container.trigger("stoptimer"),i.container.trigger("revolution.slide.onvideoplay"));var t=p.find(".tp-vid-play-pause")[0],a=p.find(".tp-vid-mute")[0];t!=e&&(t.innerHTML="Pause"),a!=e&&n.muted&&(a.innerHTML="Unmute")}),S(n,"pause",function(){r.removeClass("videoisplaying"),i.videoplaying=!1,i.container.trigger("starttimer"),i.container.trigger("revolution.slide.onvideostop");var t=p.find(".tp-vid-play-pause")[0];t!=e&&(t.innerHTML="Play")}),S(n,"ended",function(){r.removeClass("videoisplaying"),i.videoplaying=!1,i.container.trigger("starttimer"),i.container.trigger("revolution.slide.onvideostop"),1==i.nextslideatend&&i.container.revnext()})}var h=!1;(1==p.data("autoplayonlyfirsttime")||"true"==p.data("autoplayonlyfirsttime"))&&(h=!0);var c=16/9;if("4:3"==p.data("aspectratio")&&(c=4/3),r.data("mediaAspect",c),1==r.closest(".tp-caption").data("forcecover")&&(D(r,i.container),r.addClass("fullcoveredvideo")),o.css({display:"block"}),i.nextslideatend=p.data("nextslideatend"),"on"!=p.data("forcerewind")||r.hasClass("videoisplaying")||n.currentTime>0&&(n.currentTime=0),(1==p.data("autoplay")||1==h)&&("loopandnoslidestop"==p.data("videoloop")?(i.videoplaying=!1,i.container.trigger("starttimer"),i.container.trigger("revolution.slide.onvideostop")):(i.videoplaying=!0,i.container.trigger("stoptimer"),i.container.trigger("revolution.slide.onvideoplay")),"on"!=p.data("forcerewind")||r.hasClass("videoisplaying")||n.currentTime>0&&(n.currentTime=0),"mute"==p.data("volume")&&(n.muted=!0),r.data("timerplay",setTimeout(function(){"on"!=p.data("forcerewind")||r.hasClass("videoisplaying")||n.currentTime>0&&(n.currentTime=0),"mute"==p.data("volume")&&(n.muted=!0),n.play(),(1==p.data("autoplayonlyfirsttime")||"true"==p.data("autoplayonlyfirsttime"))&&(p.data("autoplay",!1),p.data("autoplayonlyfirsttime",!1))},10+p.data("start")))),r.data("ww")==e&&r.data("ww",o.attr("width")),r.data("hh")==e&&r.data("hh",o.attr("height")),!p.hasClass("fullscreenvideo")&&1==p.data("forcecover"))try{r.width(r.data("ww")*i.bw),r.height(r.data("hh")*i.bh)}catch(u){}clearInterval(r.data("interval"))}}),100)}),1==p.data("autoplay")&&(setTimeout(function(){"loopandnoslidestop"!=p.data("videoloop")&&(i.videoplaying=!0,i.container.trigger("stoptimer"))},200),"loopandnoslidestop"!=p.data("videoloop")&&(i.videoplaying=!0,i.container.trigger("stoptimer")))}var Z=0,U=0;if(p.find("img").length>0){var G=p.find("img");0==G.width()&&G.css({width:"auto"}),0==G.height()&&G.css({height:"auto"}),G.data("ww")==e&&G.width()>0&&G.data("ww",G.width()),G.data("hh")==e&&G.height()>0&&G.data("hh",G.height());var $=G.data("ww"),J=G.data("hh");$==e&&($=0),J==e&&(J=0),G.width($*i.bw),G.height(J*i.bh),Z=G.width(),U=G.height()}else if(p.find("iframe").length>0||p.find("video").length>0){var Q=!1,G=p.find("iframe");0==G.length&&(G=p.find("video"),Q=!0),G.css({display:"block"}),p.data("ww")==e&&p.data("ww",G.width()),p.data("hh")==e&&p.data("hh",G.height());var $=p.data("ww"),J=p.data("hh"),K=p;K.data("fsize")==e&&K.data("fsize",parseInt(K.css("font-size"),0)||0),K.data("pt")==e&&K.data("pt",parseInt(K.css("paddingTop"),0)||0),K.data("pb")==e&&K.data("pb",parseInt(K.css("paddingBottom"),0)||0),K.data("pl")==e&&K.data("pl",parseInt(K.css("paddingLeft"),0)||0),K.data("pr")==e&&K.data("pr",parseInt(K.css("paddingRight"),0)||0),K.data("mt")==e&&K.data("mt",parseInt(K.css("marginTop"),0)||0),K.data("mb")==e&&K.data("mb",parseInt(K.css("marginBottom"),0)||0),K.data("ml")==e&&K.data("ml",parseInt(K.css("marginLeft"),0)||0),K.data("mr")==e&&K.data("mr",parseInt(K.css("marginRight"),0)||0),K.data("bt")==e&&K.data("bt",parseInt(K.css("borderTop"),0)||0),K.data("bb")==e&&K.data("bb",parseInt(K.css("borderBottom"),0)||0),K.data("bl")==e&&K.data("bl",parseInt(K.css("borderLeft"),0)||0),K.data("br")==e&&K.data("br",parseInt(K.css("borderRight"),0)||0),K.data("lh")==e&&K.data("lh",parseInt(K.css("lineHeight"),0)||0),"auto"==K.data("lh")&&K.data("lh",K.data("fsize")+4);var tt=i.width,et=i.height;if(tt>i.startwidth&&(tt=i.startwidth),et>i.startheight&&(et=i.startheight),p.hasClass("fullscreenvideo")){h=0,c=0,p.data("x",0),p.data("y",0);var at=i.height;"on"==i.autoHeight&&(at=i.container.height()),p.css({width:i.width,height:at})}else p.css({"font-size":K.data("fsize")*i.bw+"px","padding-top":K.data("pt")*i.bh+"px","padding-bottom":K.data("pb")*i.bh+"px","padding-left":K.data("pl")*i.bw+"px","padding-right":K.data("pr")*i.bw+"px","margin-top":K.data("mt")*i.bh+"px","margin-bottom":K.data("mb")*i.bh+"px","margin-left":K.data("ml")*i.bw+"px","margin-right":K.data("mr")*i.bw+"px","border-top":K.data("bt")*i.bh+"px","border-bottom":K.data("bb")*i.bh+"px","border-left":K.data("bl")*i.bw+"px","border-right":K.data("br")*i.bw+"px","line-height":K.data("lh")*i.bh+"px",height:J*i.bh+"px"});0==Q?(G.width($*i.bw),G.height(J*i.bh)):1==p.data("forcecover")||p.hasClass("fullscreenvideo")||(G.width($*i.bw),G.height(J*i.bh)),Z=G.width(),U=G.height()}else{p.find(".tp-resizeme, .tp-resizeme *").each(function(){Y(t(this),i)}),p.hasClass("tp-resizeme")&&p.find("*").each(function(){Y(t(this),i)}),Y(p,i),U=p.outerHeight(!0),Z=p.outerWidth(!0);var it=p.outerHeight(),nt=p.css("backgroundColor");p.find(".frontcorner").css({borderWidth:it+"px",left:0-it+"px",borderRight:"0px solid transparent",borderTopColor:nt}),p.find(".frontcornertop").css({borderWidth:it+"px",left:0-it+"px",borderRight:"0px solid transparent",borderBottomColor:nt}),p.find(".backcorner").css({borderWidth:it+"px",right:0-it+"px",borderLeft:"0px solid transparent",borderBottomColor:nt}),p.find(".backcornertop").css({borderWidth:it+"px",right:0-it+"px",borderLeft:"0px solid transparent",borderTopColor:nt})}"on"==i.fullScreenAlignForce&&(h=0,c=0),p.data("voffset")==e&&p.data("voffset",0),p.data("hoffset")==e&&p.data("hoffset",0);var ot=p.data("voffset")*g,rt=p.data("hoffset")*g,st=i.startwidth*g,dt=i.startheight*g;"on"==i.fullScreenAlignForce&&(st=i.container.width(),dt=i.container.height()),("center"==p.data("x")||"center"==p.data("xcenter"))&&(p.data("xcenter","center"),p.data("x",st/2-p.outerWidth(!0)/2+rt)),("left"==p.data("x")||"left"==p.data("xleft"))&&(p.data("xleft","left"),p.data("x",0/g+rt)),("right"==p.data("x")||"right"==p.data("xright"))&&(p.data("xright","right"),p.data("x",(st-p.outerWidth(!0)+rt)/g)),("center"==p.data("y")||"center"==p.data("ycenter"))&&(p.data("ycenter","center"),p.data("y",dt/2-p.outerHeight(!0)/2+ot)),("top"==p.data("y")||"top"==p.data("ytop"))&&(p.data("ytop","top"),p.data("y",0/i.bh+ot)),("bottom"==p.data("y")||"bottom"==p.data("ybottom"))&&(p.data("ybottom","bottom"),p.data("y",(dt-p.outerHeight(!0)+ot)/g)),p.data("start")==e&&p.data("start",1e3);var lt=p.data("easing");lt==e&&(lt="punchgs.Power1.easeOut");var ht=p.data("start")/1e3,ct=p.data("speed")/1e3;if("center"==p.data("x")||"center"==p.data("xcenter"))var pt=p.data("x")+h;else var pt=g*p.data("x")+h;if("center"==p.data("y")||"center"==p.data("ycenter"))var ut=p.data("y")+c;else var ut=i.bh*p.data("y")+c;if(punchgs.TweenLite.set(p,{top:ut,left:pt,overwrite:"auto"}),0==l&&(o=!0),p.data("timeline")==e||o||(2!=l&&p.data("timeline").gotoAndPlay(0),o=!0),!o){p.data("timeline")!=e;var ft=new punchgs.TimelineLite({smoothChildTiming:!0,onStart:s});ft.pause(),"on"==i.fullScreenAlignForce;var gt=p;p.data("mySplitText")!=e&&p.data("mySplitText").revert(),("chars"==p.data("splitin")||"words"==p.data("splitin")||"lines"==p.data("splitin")||"chars"==p.data("splitout")||"words"==p.data("splitout")||"lines"==p.data("splitout"))&&(p.find("a").length>0?p.data("mySplitText",new punchgs.SplitText(p.find("a"),{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"})):p.find(".tp-layer-inner-rotation").length>0?p.data("mySplitText",new punchgs.SplitText(p.find(".tp-layer-inner-rotation"),{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"})):p.data("mySplitText",new punchgs.SplitText(p,{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"})),p.addClass("splitted")),"chars"==p.data("splitin")&&(gt=p.data("mySplitText").chars),"words"==p.data("splitin")&&(gt=p.data("mySplitText").words),"lines"==p.data("splitin")&&(gt=p.data("mySplitText").lines);var mt=H(),vt=H();p.data("repeat")!=e&&(repeatV=p.data("repeat")),p.data("yoyo")!=e&&(yoyoV=p.data("yoyo")),p.data("repeatdelay")!=e&&(repeatdelayV=p.data("repeatdelay"));var wt=p.attr("class");wt.match("customin")?mt=W(mt,p.data("customin")):wt.match("randomrotate")?(mt.scale=3*Math.random()+1,mt.rotation=Math.round(200*Math.random()-100),mt.x=Math.round(200*Math.random()-100),mt.y=Math.round(200*Math.random()-100)):wt.match("lfr")||wt.match("skewfromright")?mt.x=15+i.width:wt.match("lfl")||wt.match("skewfromleft")?mt.x=-15-Z:wt.match("sfl")||wt.match("skewfromleftshort")?mt.x=-50:wt.match("sfr")||wt.match("skewfromrightshort")?mt.x=50:wt.match("lft")?mt.y=-25-U:wt.match("lfb")?mt.y=25+i.height:wt.match("sft")?mt.y=-50:wt.match("sfb")&&(mt.y=50),wt.match("skewfromright")||p.hasClass("skewfromrightshort")?mt.skewX=-85:(wt.match("skewfromleft")||p.hasClass("skewfromleftshort"))&&(mt.skewX=85),(wt.match("fade")||wt.match("sft")||wt.match("sfl")||wt.match("sfb")||wt.match("skewfromleftshort")||wt.match("sfr")||wt.match("skewfromrightshort"))&&(mt.opacity=0),"safari"==F().toLowerCase();var bt=p.data("elementdelay")==e?0:p.data("elementdelay");vt.ease=mt.ease=p.data("easing")==e?punchgs.Power1.easeInOut:p.data("easing"),mt.data=new Object,mt.data.oldx=mt.x,mt.data.oldy=mt.y,vt.data=new Object,vt.data.oldx=vt.x,vt.data.oldy=vt.y,mt.x=mt.x*g,mt.y=mt.y*g;var yt=new punchgs.TimelineLite;if(2!=l)if(wt.match("customin"))gt!=p&&ft.add(punchgs.TweenLite.set(p,{force3D:"auto",opacity:1,scaleX:1,scaleY:1,rotationX:0,rotationY:0,rotationZ:0,skewX:0,skewY:0,z:0,x:0,y:0,visibility:"visible",delay:0,overwrite:"all"})),mt.visibility="hidden",vt.visibility="visible",vt.overwrite="all",vt.opacity=1,vt.onComplete=r(),vt.delay=ht,vt.force3D="auto",ft.add(yt.staggerFromTo(gt,ct,mt,vt,bt),"frame0");else if(mt.visibility="visible",mt.transformPerspective=600,gt!=p&&ft.add(punchgs.TweenLite.set(p,{force3D:"auto",opacity:1,scaleX:1,scaleY:1,rotationX:0,rotationY:0,rotationZ:0,skewX:0,skewY:0,z:0,x:0,y:0,visibility:"visible",delay:0,overwrite:"all"})),vt.visibility="visible",vt.delay=ht,vt.onComplete=r(),vt.opacity=1,vt.force3D="auto",wt.match("randomrotate")&&gt!=p)for(var a=0;a<gt.length;a++){var xt=new Object,Tt=new Object;t.extend(xt,mt),t.extend(Tt,vt),mt.scale=3*Math.random()+1,mt.rotation=Math.round(200*Math.random()-100),mt.x=Math.round(200*Math.random()-100),mt.y=Math.round(200*Math.random()-100),0!=a&&(Tt.delay=ht+a*bt),ft.append(punchgs.TweenLite.fromTo(gt[a],ct,xt,Tt),"frame0")}else ft.add(yt.staggerFromTo(gt,ct,mt,vt,bt),"frame0");p.data("timeline",ft);new Array;if(p.data("frames")!=e){var kt=p.data("frames");kt=kt.replace(/\s+/g,""),kt=kt.replace("{","");var Lt=kt.split("}");t.each(Lt,function(t,e){if(e.length>0){var a=_(e);q(p,i,a,"frame"+(t+10),g)}})}ft=p.data("timeline"),p.data("end")==e||-1!=l&&2!=l?-1==l||2==l?E(p,i,999999,mt,"frame99",g):E(p,i,999999,mt,"frame99",g):E(p,i,p.data("end")/1e3,mt,"frame99",g),ft=p.data("timeline"),p.data("timeline",ft),R(p,g),ft.resume()}}if(o&&(B(p),R(p,g),p.data("timeline")!=e)){var Ct=p.data("timeline").getTweensOf();t.each(Ct,function(t,a){if(a.vars.data!=e){var i=a.vars.data.oldx*g,n=a.vars.data.oldy*g;if(1!=a.progress()&&0!=a.progress())try{a.vars.x=i,a.vary.y=n}catch(o){}else 1==a.progress()&&punchgs.TweenLite.set(a.target,{x:i,y:n})}})}});var f=t("body").find("#"+i.container.attr("id")).find(".tp-bannertimer");f.data("opt",i),o!=e&&setTimeout(function(){o.resume()},30)},F=function(){var t,e=navigator.appName,a=navigator.userAgent,i=a.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);return i&&null!=(t=a.match(/version\/([\.\d]+)/i))&&(i[2]=t[1]),i=i?[i[1],i[2]]:[e,navigator.appVersion,"-?"],i[0]},Y=function(t,a){t.data("fsize")==e&&t.data("fsize",parseInt(t.css("font-size"),0)||0),t.data("pt")==e&&t.data("pt",parseInt(t.css("paddingTop"),0)||0),t.data("pb")==e&&t.data("pb",parseInt(t.css("paddingBottom"),0)||0),t.data("pl")==e&&t.data("pl",parseInt(t.css("paddingLeft"),0)||0),t.data("pr")==e&&t.data("pr",parseInt(t.css("paddingRight"),0)||0),t.data("mt")==e&&t.data("mt",parseInt(t.css("marginTop"),0)||0),t.data("mb")==e&&t.data("mb",parseInt(t.css("marginBottom"),0)||0),t.data("ml")==e&&t.data("ml",parseInt(t.css("marginLeft"),0)||0),t.data("mr")==e&&t.data("mr",parseInt(t.css("marginRight"),0)||0),t.data("bt")==e&&t.data("bt",parseInt(t.css("borderTopWidth"),0)||0),t.data("bb")==e&&t.data("bb",parseInt(t.css("borderBottomWidth"),0)||0),t.data("bl")==e&&t.data("bl",parseInt(t.css("borderLeftWidth"),0)||0),t.data("br")==e&&t.data("br",parseInt(t.css("borderRightWidth"),0)||0),t.data("ls")==e&&t.data("ls",parseInt(t.css("letterSpacing"),0)||0),t.data("lh")==e&&t.data("lh",parseInt(t.css("lineHeight"),0)||"auto"),t.data("minwidth")==e&&t.data("minwidth",parseInt(t.css("minWidth"),0)||0),t.data("minheight")==e&&t.data("minheight",parseInt(t.css("minHeight"),0)||0),t.data("maxwidth")==e&&t.data("maxwidth",parseInt(t.css("maxWidth"),0)||"none"),t.data("maxheight")==e&&t.data("maxheight",parseInt(t.css("maxHeight"),0)||"none"),t.data("wii")==e&&t.data("wii",parseInt(t.css("width"),0)||0),t.data("hii")==e&&t.data("hii",parseInt(t.css("height"),0)||0),t.data("wan")==e&&t.data("wan",t.css("-webkit-transition")),t.data("moan")==e&&t.data("moan",t.css("-moz-animation-transition")),t.data("man")==e&&t.data("man",t.css("-ms-animation-transition")),t.data("ani")==e&&t.data("ani",t.css("transition")),"auto"==t.data("lh")&&t.data("lh",t.data("fsize")+4),t.hasClass("tp-splitted")||(t.css("-webkit-transition","none"),t.css("-moz-transition","none"),t.css("-ms-transition","none"),t.css("transition","none"),punchgs.TweenLite.set(t,{fontSize:Math.round(t.data("fsize")*a.bw)+"px",letterSpacing:Math.floor(t.data("ls")*a.bw)+"px",paddingTop:Math.round(t.data("pt")*a.bh)+"px",paddingBottom:Math.round(t.data("pb")*a.bh)+"px",paddingLeft:Math.round(t.data("pl")*a.bw)+"px",paddingRight:Math.round(t.data("pr")*a.bw)+"px",marginTop:t.data("mt")*a.bh+"px",marginBottom:t.data("mb")*a.bh+"px",marginLeft:t.data("ml")*a.bw+"px",marginRight:t.data("mr")*a.bw+"px",borderTopWidth:Math.round(t.data("bt")*a.bh)+"px",borderBottomWidth:Math.round(t.data("bb")*a.bh)+"px",borderLeftWidth:Math.round(t.data("bl")*a.bw)+"px",borderRightWidth:Math.round(t.data("br")*a.bw)+"px",lineHeight:Math.round(t.data("lh")*a.bh)+"px",minWidth:t.data("minwidth")*a.bw+"px",minHeight:t.data("minheight")*a.bh+"px",overwrite:"auto"}),setTimeout(function(){t.css("-webkit-transition",t.data("wan")),t.css("-moz-transition",t.data("moan")),t.css("-ms-transition",t.data("man")),t.css("transition",t.data("ani"))},30),"none"!=t.data("maxheight")&&t.css({maxHeight:t.data("maxheight")*a.bh+"px"}),"none"!=t.data("maxwidth")&&t.css({maxWidth:t.data("maxwidth")*a.bw+"px"}))},R=function(a,i){a.find(".rs-pendulum").each(function(){var a=t(this);if(a.data("timeline")==e){a.data("timeline",new punchgs.TimelineLite);var n=a.data("startdeg")==e?-20:a.data("startdeg"),o=a.data("enddeg")==e?20:a.data("enddeg"),r=a.data("speed")==e?2:a.data("speed"),s=a.data("origin")==e?"50% 50%":a.data("origin"),d=a.data("easing")==e?punchgs.Power2.easeInOut:a.data("ease");n*=i,o*=i,a.data("timeline").append(new punchgs.TweenLite.fromTo(a,r,{force3D:"auto",rotation:n,transformOrigin:s},{rotation:o,ease:d})),a.data("timeline").append(new punchgs.TweenLite.fromTo(a,r,{force3D:"auto",rotation:o,transformOrigin:s},{rotation:n,ease:d,onComplete:function(){a.data("timeline").restart()}}))}}),a.find(".rs-rotate").each(function(){var a=t(this);if(a.data("timeline")==e){a.data("timeline",new punchgs.TimelineLite);var n=a.data("startdeg")==e?0:a.data("startdeg"),o=a.data("enddeg")==e?360:a.data("enddeg");speed=a.data("speed")==e?2:a.data("speed"),origin=a.data("origin")==e?"50% 50%":a.data("origin"),easing=a.data("easing")==e?punchgs.Power2.easeInOut:a.data("easing"),n*=i,o*=i,a.data("timeline").append(new punchgs.TweenLite.fromTo(a,speed,{force3D:"auto",rotation:n,transformOrigin:origin},{rotation:o,ease:easing,onComplete:function(){a.data("timeline").restart()}}))}}),a.find(".rs-slideloop").each(function(){var a=t(this);if(a.data("timeline")==e){a.data("timeline",new punchgs.TimelineLite);var n=a.data("xs")==e?0:a.data("xs"),o=a.data("ys")==e?0:a.data("ys"),r=a.data("xe")==e?0:a.data("xe"),s=a.data("ye")==e?0:a.data("ye"),d=a.data("speed")==e?2:a.data("speed"),l=a.data("easing")==e?punchgs.Power2.easeInOut:a.data("easing");n*=i,o*=i,r*=i,s*=i,a.data("timeline").append(new punchgs.TweenLite.fromTo(a,d,{force3D:"auto",x:n,y:o},{x:r,y:s,ease:l})),a.data("timeline").append(new punchgs.TweenLite.fromTo(a,d,{force3D:"auto",x:r,y:s},{x:n,y:o,onComplete:function(){a.data("timeline").restart()}}))}}),a.find(".rs-pulse").each(function(){var a=t(this);if(a.data("timeline")==e){a.data("timeline",new punchgs.TimelineLite);var i=a.data("zoomstart")==e?0:a.data("zoomstart"),n=a.data("zoomend")==e?0:a.data("zoomend"),o=a.data("speed")==e?2:a.data("speed"),r=a.data("easing")==e?punchgs.Power2.easeInOut:a.data("easing");a.data("timeline").append(new punchgs.TweenLite.fromTo(a,o,{force3D:"auto",scale:i},{scale:n,ease:r})),a.data("timeline").append(new punchgs.TweenLite.fromTo(a,o,{force3D:"auto",scale:n},{scale:i,onComplete:function(){a.data("timeline").restart()}}))}}),a.find(".rs-wave").each(function(){var a=t(this);if(a.data("timeline")==e){a.data("timeline",new punchgs.TimelineLite);var n=a.data("angle")==e?10:a.data("angle"),o=a.data("radius")==e?10:a.data("radius"),r=a.data("speed")==e?-20:a.data("speed");a.data("origin")==e?-20:a.data("origin");n*=i,o*=i;var s={a:0,ang:n,element:a,unit:o};a.data("timeline").append(new punchgs.TweenLite.fromTo(s,r,{a:360},{a:0,force3D:"auto",ease:punchgs.Linear.easeNone,onUpdate:function(){var t=s.a*(Math.PI/180);punchgs.TweenLite.to(s.element,.1,{force3D:"auto",x:Math.cos(t)*s.unit,y:s.unit*(1-Math.sin(t))})},onComplete:function(){a.data("timeline").restart()}}))}})},B=function(a){a.find(".rs-pendulum, .rs-slideloop, .rs-pulse, .rs-wave").each(function(){var a=t(this);a.data("timeline")!=e&&(a.data("timeline").pause(),a.data("timeline",null))})},V=function(a,i){var n=0,o=a.find(".tp-caption"),r=i.container.find(".tp-static-layers").find(".tp-caption");return t.each(r,function(t,e){o.push(e)}),o.each(function(a){var o=-1,r=t(this);if(r.hasClass("tp-static-layer")&&((-1==r.data("startslide")||"-1"==r.data("startslide"))&&r.data("startslide",0),(-1==r.data("endslide")||"-1"==r.data("endslide"))&&r.data("endslide",i.slideamount),r.hasClass("tp-is-shown")?r.data("startslide")>i.next||r.data("endslide")<i.next?(o=2,r.removeClass("tp-is-shown")):o=0:o=2),0!=o){if(B(r),r.find("iframe").length>0){punchgs.TweenLite.to(r.find("iframe"),.2,{autoAlpha:0}),N()&&r.find("iframe").remove();try{var s=r.find("iframe"),d=s.attr("id"),l=$f(d);l.api("pause"),clearTimeout(r.data("timerplay"))}catch(h){}try{var c=r.data("player");c.stopVideo(),clearTimeout(r.data("timerplay"))}catch(h){}}if(r.find("video").length>0)try{r.find("video").each(function(e){var a=t(this).parent();a.attr("id");clearTimeout(a.data("timerplay"));var i=this;i.pause()})}catch(h){}try{var p=r.data("timeline"),u=p.getLabelTime("frame99"),f=p.time();if(u>f){var g=p.getTweensOf(r);if(t.each(g,function(t,e){0!=t&&e.pause()}),0!=r.css("opacity")){var m=r.data("endspeed")==e?r.data("speed"):r.data("endspeed");m>n&&(n=m),p.play("frame99")}else p.progress(1,!1)}}catch(h){}}}),n},q=function(t,a,i,n,o){var r=t.data("timeline"),s=new punchgs.TimelineLite,d=t;"chars"==i.typ?d=t.data("mySplitText").chars:"words"==i.typ?d=t.data("mySplitText").words:"lines"==i.typ&&(d=t.data("mySplitText").lines),i.animation.ease=i.ease,i.animation.rotationZ!=e&&(i.animation.rotation=i.animation.rotationZ),i.animation.data=new Object,i.animation.data.oldx=i.animation.x,i.animation.data.oldy=i.animation.y,i.animation.x=i.animation.x*o,i.animation.y=i.animation.y*o,r.add(s.staggerTo(d,i.speed,i.animation,i.elementdelay),i.start),r.addLabel(n,i.start),t.data("timeline",r)},E=function(t,a,i,n,o,r){var s=t.data("timeline"),d=new punchgs.TimelineLite,l=H(),h=t.data("endspeed")==e?t.data("speed"):t.data("endspeed"),c=t.attr("class");if(l.ease=t.data("endeasing")==e?punchgs.Power1.easeInOut:t.data("endeasing"),h/=1e3,c.match("ltr")||c.match("ltl")||c.match("str")||c.match("stl")||c.match("ltt")||c.match("ltb")||c.match("stt")||c.match("stb")||c.match("skewtoright")||c.match("skewtorightshort")||c.match("skewtoleft")||c.match("skewtoleftshort")||c.match("fadeout")||c.match("randomrotateout")){c.match("skewtoright")||c.match("skewtorightshort")?l.skewX=35:(c.match("skewtoleft")||c.match("skewtoleftshort"))&&(l.skewX=-35),c.match("ltr")||c.match("skewtoright")?l.x=a.width+60:c.match("ltl")||c.match("skewtoleft")?l.x=0-(a.width+60):c.match("ltt")?l.y=0-(a.height+60):c.match("ltb")?l.y=a.height+60:c.match("str")||c.match("skewtorightshort")?(l.x=50,l.opacity=0):c.match("stl")||c.match("skewtoleftshort")?(l.x=-50,l.opacity=0):c.match("stt")?(l.y=-50,l.opacity=0):c.match("stb")?(l.y=50,l.opacity=0):c.match("randomrotateout")?(l.x=Math.random()*a.width,l.y=Math.random()*a.height,l.scale=2*Math.random()+.3,l.rotation=360*Math.random()-180,l.opacity=0):c.match("fadeout")&&(l.opacity=0),c.match("skewtorightshort")?l.x=270:c.match("skewtoleftshort")&&(l.x=-270),l.data=new Object,l.data.oldx=l.x,l.data.oldy=l.y,l.x=l.x*r,l.y=l.y*r,l.overwrite="auto";var p=t,p=t;"chars"==t.data("splitout")?p=t.data("mySplitText").chars:"words"==t.data("splitout")?p=t.data("mySplitText").words:"lines"==t.data("splitout")&&(p=t.data("mySplitText").lines);var u=t.data("endelementdelay")==e?0:t.data("endelementdelay");s.add(d.staggerTo(p,h,l,u),i)}else if(t.hasClass("customout")){l=W(l,t.data("customout"));var p=t;"chars"==t.data("splitout")?p=t.data("mySplitText").chars:"words"==t.data("splitout")?p=t.data("mySplitText").words:"lines"==t.data("splitout")&&(p=t.data("mySplitText").lines);var u=t.data("endelementdelay")==e?0:t.data("endelementdelay");
11
+ l.onStart=function(){punchgs.TweenLite.set(t,{transformPerspective:l.transformPerspective,transformOrigin:l.transformOrigin,overwrite:"auto"})},l.data=new Object,l.data.oldx=l.x,l.data.oldy=l.y,l.x=l.x*r,l.y=l.y*r,s.add(d.staggerTo(p,h,l,u),i)}else n.delay=0,s.add(punchgs.TweenLite.to(t,h,n),i);s.addLabel(o,i),t.data("timeline",s)},j=function(e,a){e.children().each(function(){try{t(this).die("click")}catch(e){}try{t(this).die("mouseenter")}catch(e){}try{t(this).die("mouseleave")}catch(e){}try{t(this).unbind("hover")}catch(e){}});try{e.die("click","mouseenter","mouseleave")}catch(i){}clearInterval(a.cdint),e=null},Z=function(a,i){if(i.cd=0,i.loop=0,i.stopAfterLoops!=e&&i.stopAfterLoops>-1?i.looptogo=i.stopAfterLoops:i.looptogo=9999999,i.stopAtSlide!=e&&i.stopAtSlide>-1?i.lastslidetoshow=i.stopAtSlide:i.lastslidetoshow=999,i.stopLoop="off",0==i.looptogo&&(i.stopLoop="on"),i.slideamount>1&&(0!=i.stopAfterLoops||1!=i.stopAtSlide)){var n=a.find(".tp-bannertimer");a.on("stoptimer",function(){var e=t(this).find(".tp-bannertimer");e.data("tween").pause(),"on"==i.hideTimerBar&&e.css({visibility:"hidden"})}),a.on("starttimer",function(){1!=i.conthover&&1!=i.videoplaying&&i.width>i.hideSliderAtLimit&&1!=i.bannertimeronpause&&1!=i.overnav&&("on"==i.stopLoop&&i.next==i.lastslidetoshow-1||1==i.noloopanymore?i.noloopanymore=1:(n.css({visibility:"visible"}),n.data("tween").resume())),"on"==i.hideTimerBar&&n.css({visibility:"hidden"})}),a.on("restarttimer",function(){var e=t(this).find(".tp-bannertimer");"on"==i.stopLoop&&i.next==i.lastslidetoshow-1||1==i.noloopanymore?i.noloopanymore=1:(e.css({visibility:"visible"}),e.data("tween").kill(),e.data("tween",punchgs.TweenLite.fromTo(e,i.delay/1e3,{width:"0%"},{force3D:"auto",width:"100%",ease:punchgs.Linear.easeNone,onComplete:o,delay:1}))),"on"==i.hideTimerBar&&e.css({visibility:"hidden"})}),a.on("nulltimer",function(){n.data("tween").pause(0),"on"==i.hideTimerBar&&n.css({visibility:"hidden"})});var o=function(){0==t("body").find(a).length&&(j(a,i),clearInterval(i.cdint)),a.trigger("revolution.slide.slideatend"),1==a.data("conthover-changed")&&(i.conthover=a.data("conthover"),a.data("conthover-changed",0)),i.act=i.next,i.next=i.next+1,i.next>a.find(">ul >li").length-1&&(i.next=0,i.looptogo=i.looptogo-1,i.looptogo<=0&&(i.stopLoop="on")),"on"==i.stopLoop&&i.next==i.lastslidetoshow-1?(a.find(".tp-bannertimer").css({visibility:"hidden"}),a.trigger("revolution.slide.onstop"),i.noloopanymore=1):n.data("tween").restart(),C(a,i)};n.data("tween",punchgs.TweenLite.fromTo(n,i.delay/1e3,{width:"0%"},{force3D:"auto",width:"100%",ease:punchgs.Linear.easeNone,onComplete:o,delay:1})),n.data("opt",i),a.hover(function(){if("on"==i.onHoverStop&&!N()){a.trigger("stoptimer"),a.trigger("revolution.slide.onpause");var n=a.find(">ul >li:eq("+i.next+") .slotholder");n.find(".defaultimg").each(function(){var a=t(this);a.data("kenburn")!=e&&a.data("kenburn").pause()})}},function(){if(1!=a.data("conthover")){a.trigger("revolution.slide.onresume"),a.trigger("starttimer");var n=a.find(">ul >li:eq("+i.next+") .slotholder");n.find(".defaultimg").each(function(){var a=t(this);a.data("kenburn")!=e&&a.data("kenburn").play()})}})}},N=function(){var t=["android","webos","iphone","ipad","blackberry","Android","webos",,"iPod","iPhone","iPad","Blackberry","BlackBerry"],e=!1;for(var a in t)navigator.userAgent.split(t[a]).length>1&&(e=!0);return e},U=function(t,e,a){var i=e.data("owidth"),n=e.data("oheight");if(i/n>a.width/a.height){var o=a.container.width()/i,r=n*o,s=r/a.container.height()*t;return t*=100/s,s=100,t=t,t+"% "+s+"% 1"}var o=a.container.width()/i,r=n*o,s=r/a.container.height()*t;return t+"% "+s+"%"},G=function(a,i,n,o){try{a.find(">ul:first-child >li:eq("+i.act+")")}catch(r){a.find(">ul:first-child >li:eq(1)")}i.lastslide=i.act;var s=a.find(">ul:first-child >li:eq("+i.next+")"),l=s.find(".slotholder"),h=l.data("bgposition"),c=l.data("bgpositionend"),p=l.data("zoomstart")/100,u=l.data("zoomend")/100,f=l.data("rotationstart"),g=l.data("rotationend"),m=l.data("bgfit"),v=l.data("bgfitend"),w=l.data("easeme"),b=l.data("duration")/1e3,y=100;m==e&&(m=100),v==e&&(v=100);var x=m,T=v;m=U(m,l,i),v=U(v,l,i),y=U(100,l,i),p==e&&(p=1),u==e&&(u=1),f==e&&(f=0),g==e&&(g=0),1>p&&(p=1),1>u&&(u=1);var k=new Object;k.w=parseInt(y.split(" ")[0],0),k.h=parseInt(y.split(" ")[1],0);var L=!1;"1"==y.split(" ")[2]&&(L=!0),l.find(".defaultimg").each(function(){var e=t(this);0==l.find(".kenburnimg").length?l.append('<div class="kenburnimg" style="position:absolute;z-index:1;width:100%;height:100%;top:0px;left:0px;"><img src="'+e.attr("src")+'" style="-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;position:absolute;width:'+k.w+"%;height:"+k.h+'%;"></div>'):l.find(".kenburnimg img").css({width:k.w+"%",height:k.h+"%"});var a=l.find(".kenburnimg img"),n=$(i,h,m,a,L),r=$(i,c,v,a,L);if(L&&(n.w=x/100,r.w=T/100),o){punchgs.TweenLite.set(a,{autoAlpha:0,transformPerspective:1200,transformOrigin:"0% 0%",top:0,left:0,scale:n.w,x:n.x,y:n.y});var s=n.w,p=s*a.width()-i.width,u=s*a.height()-i.height,f=Math.abs(n.x/p*100),y=Math.abs(n.y/u*100);0==u&&(y=0),0==p&&(f=0),e.data("bgposition",f+"% "+y+"%"),d(8)||e.data("currotate",J(a)),d(8)||e.data("curscale",k.w*s+"% "+(k.h*s+"%")),l.find(".kenburnimg").remove()}else e.data("kenburn",punchgs.TweenLite.fromTo(a,b,{autoAlpha:1,force3D:punchgs.force3d,transformOrigin:"0% 0%",top:0,left:0,scale:n.w,x:n.x,y:n.y},{autoAlpha:1,rotationZ:g,ease:w,x:r.x,y:r.y,scale:r.w,onUpdate:function(){var t=a[0]._gsTransform.scaleX,n=t*a.width()-i.width,o=t*a.height()-i.height,r=Math.abs(a[0]._gsTransform.x/n*100),s=Math.abs(a[0]._gsTransform.y/o*100);0==o&&(s=0),0==n&&(r=0),e.data("bgposition",r+"% "+s+"%"),d(8)||e.data("currotate",J(a)),d(8)||e.data("curscale",k.w*t+"% "+(k.h*t+"%"))}}))})},$=function(t,e,a,i,n){var o=new Object;switch(n?o.w=parseInt(a.split(" ")[1],0)/100:o.w=parseInt(a.split(" ")[0],0)/100,e){case"left top":case"top left":o.x=0,o.y=0;break;case"center top":case"top center":o.x=((0-i.width())*o.w+parseInt(t.width,0))/2,o.y=0;break;case"top right":case"right top":o.x=(0-i.width())*o.w+parseInt(t.width,0),o.y=0;break;case"center left":case"left center":o.x=0,o.y=((0-i.height())*o.w+parseInt(t.height,0))/2;break;case"center center":o.x=((0-i.width())*o.w+parseInt(t.width,0))/2,o.y=((0-i.height())*o.w+parseInt(t.height,0))/2;break;case"center right":case"right center":o.x=(0-i.width())*o.w+parseInt(t.width,0),o.y=((0-i.height())*o.w+parseInt(t.height,0))/2;break;case"bottom left":case"left bottom":o.x=0,o.y=(0-i.height())*o.w+parseInt(t.height,0);break;case"bottom center":case"center bottom":o.x=((0-i.width())*o.w+parseInt(t.width,0))/2,o.y=(0-i.height())*o.w+parseInt(t.height,0);break;case"bottom right":case"right bottom":o.x=(0-i.width())*o.w+parseInt(t.width,0),o.y=(0-i.height())*o.w+parseInt(t.height,0)}return o},J=function(t){var e=t.css("-webkit-transform")||t.css("-moz-transform")||t.css("-ms-transform")||t.css("-o-transform")||t.css("transform");if("none"!==e)var a=e.split("(")[1].split(")")[0].split(","),i=a[0],n=a[1],o=Math.round(Math.atan2(n,i)*(180/Math.PI));else var o=0;return 0>o?o+=360:o},Q=function(a,i){try{var n=a.find(">ul:first-child >li:eq("+i.act+")")}catch(o){var n=a.find(">ul:first-child >li:eq(1)")}i.lastslide=i.act;var r=a.find(">ul:first-child >li:eq("+i.next+")");n.find(".slotholder"),r.find(".slotholder");a.find(".defaultimg").each(function(){var a=t(this);punchgs.TweenLite.killTweensOf(a,!1),punchgs.TweenLite.set(a,{scale:1,rotationZ:0}),punchgs.TweenLite.killTweensOf(a.data("kenburn img"),!1),a.data("kenburn")!=e&&a.data("kenburn").pause(),a.data("currotate")!=e&&a.data("bgposition")!=e&&a.data("curscale")!=e&&punchgs.TweenLite.set(a,{rotation:a.data("currotate"),backgroundPosition:a.data("bgposition"),backgroundSize:a.data("curscale")}),a!=e&&a.data("kenburn img")!=e&&a.data("kenburn img").length>0&&punchgs.TweenLite.set(a.data("kenburn img"),{autoAlpha:0})})},K=function(a,i){return N()&&"on"==i.parallaxDisableOnMobile?!1:(a.find(".tp-revslider-mainul >li").each(function(){for(var e=t(this),a=1;10>=a;a++)e.find(".rs-parallaxlevel-"+a).each(function(){var e=t(this);e.wrapInner('<div style="position:relative;" class="tp-parallax-container" data-parallaxlevel="'+i.parallaxLevels[a-1]+'"></div>')})}),("mouse"==i.parallax||"scroll+mouse"==i.parallax||"mouse+scroll"==i.parallax)&&(a.mouseenter(function(t){var e=a.find(".current-sr-slide-visible"),i=a.offset().top,n=a.offset().left,o=t.pageX-n,r=t.pageY-i;e.data("enterx",o),e.data("entery",r)}),a.on("mousemove.hoverdir, mouseleave.hoverdir",function(n){var o=a.find(".current-sr-slide-visible");switch(n.type){case"mousemove":var r=a.offset().top,s=a.offset().left;o.data("enterx")==e&&o.data("enterx",n.pageX-s),o.data("entery")==e&&o.data("entery",n.pageY-r);var d=o.data("enterx"),l=o.data("entery"),h=d-(n.pageX-s),c=l-(n.pageY-r);o.find(".tp-parallax-container").each(function(){var e=t(this),a=parseInt(e.data("parallaxlevel"),0)/100,n=h*a,o=c*a;"scroll+mouse"==i.parallax||"mouse+scroll"==i.parallax?punchgs.TweenLite.to(e,.4,{force3D:"auto",x:n,ease:punchgs.Power3.easeOut,overwrite:"all"}):punchgs.TweenLite.to(e,.4,{force3D:"auto",x:n,y:o,ease:punchgs.Power3.easeOut,overwrite:"all"})});break;case"mouseleave":o.find(".tp-parallax-container").each(function(){var e=t(this);"scroll+mouse"==i.parallax||"mouse+scroll"==i.parallax?punchgs.TweenLite.to(e,1.5,{force3D:"auto",x:0,ease:punchgs.Power3.easeOut}):punchgs.TweenLite.to(e,1.5,{force3D:"auto",x:0,y:0,ease:punchgs.Power3.easeOut})})}}),N()&&(window.ondeviceorientation=function(e){var i=Math.round(e.beta||0),n=Math.round(e.gamma||0),o=a.find(".current-sr-slide-visible");if(t(window).width()>t(window).height()){var r=n;n=i,i=r}var s=360/a.width()*n,d=180/a.height()*i;o.find(".tp-parallax-container").each(function(){var e=t(this),a=parseInt(e.data("parallaxlevel"),0)/100,i=s*a,n=d*a;punchgs.TweenLite.to(e,.2,{force3D:"auto",x:i,y:n,ease:punchgs.Power3.easeOut})})})),void(("scroll"==i.parallax||"scroll+mouse"==i.parallax||"mouse+scroll"==i.parallax)&&t(window).on("scroll",function(t){tt(a,i)})))},tt=function(e,a){if(N()&&"on"==a.parallaxDisableOnMobile)return!1;var i=e.offset().top,n=t(window).scrollTop(),o=i+e.height()/2,r=i+e.height()/2-n,s=t(window).height()/2,d=s-r;s>o&&(d-=s-o);e.find(".current-sr-slide-visible");if(e.find(".tp-parallax-container").each(function(e){var a=t(this),i=parseInt(a.data("parallaxlevel"),0)/100,n=d*i;a.data("parallaxoffset",n),punchgs.TweenLite.to(a,.2,{force3D:"auto",y:n,ease:punchgs.Power3.easeOut})}),"on"!=a.parallaxBgFreeze){var l=a.parallaxLevels[0]/100,h=d*l;punchgs.TweenLite.to(e,.2,{force3D:"auto",y:h,ease:punchgs.Power3.easeOut})}},et=function(a,i){var n=a.parent();("thumb"==i.navigationType||"both"==i.navsecond)&&n.append('<div class="tp-bullets tp-thumbs '+i.navigationStyle+'"><div class="tp-mask"><div class="tp-thumbcontainer"></div></div></div>');var o=n.find(".tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer"),r=o.parent();r.width(i.thumbWidth*i.thumbAmount),r.height(i.thumbHeight),r.parent().width(i.thumbWidth*i.thumbAmount),r.parent().height(i.thumbHeight),a.find(">ul:first >li").each(function(t){var n=a.find(">ul:first >li:eq("+t+")"),r=n.find(".defaultimg").css("backgroundColor");if(n.data("thumb")!=e)var s=n.data("thumb");else var s=n.find("img:first").attr("src");o.append('<div class="bullet thumb" style="background-color:'+r+";position:relative;width:"+i.thumbWidth+"px;height:"+i.thumbHeight+"px;background-image:url("+s+') !important;background-size:cover;background-position:center center;"></div>');o.find(".bullet:first")});var s=10;o.find(".bullet").each(function(e){var n=t(this);e==i.slideamount-1&&n.addClass("last"),0==e&&n.addClass("first"),n.width(i.thumbWidth),n.height(i.thumbHeight),s<n.outerWidth(!0)&&(s=n.outerWidth(!0)),n.click(function(){0==i.transition&&n.index()!=i.act&&(i.next=n.index(),l(i,a))})});var d=s*a.find(">ul:first >li").length,h=o.parent().width();i.thumbWidth=s,d>h&&(t(document).mousemove(function(e){t("body").data("mousex",e.pageX)}),o.parent().mouseenter(function(){var e=t(this),i=e.offset(),n=t("body").data("mousex")-i.left,o=e.width(),r=e.find(".bullet:first").outerWidth(!0),s=r*a.find(">ul:first >li").length,d=s-o+15,l=d/o;e.addClass("over"),n-=30;var h=0-n*l;h>0&&(h=0),0-s+o>h&&(h=0-s+o),it(e,h,200)}),o.parent().mousemove(function(){var e=t(this),i=e.offset(),n=t("body").data("mousex")-i.left,o=e.width(),r=e.find(".bullet:first").outerWidth(!0),s=r*a.find(">ul:first >li").length-1,d=s-o+15,l=d/o;n-=3,6>n&&(n=0),n+3>o-6&&(n=o);var h=0-n*l;h>0&&(h=0),0-s+o>h&&(h=0-s+o),it(e,h,0)}),o.parent().mouseleave(function(){var e=t(this);e.removeClass("over"),at(a)}))},at=function(t){var e=t.parent().find(".tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer"),a=e.parent(),i=(a.offset(),a.find(".bullet:first").outerWidth(!0)),n=a.find(".bullet.selected").index()*i,o=a.width(),i=a.find(".bullet:first").outerWidth(!0),r=i*t.find(">ul:first >li").length,s=0-n;s>0&&(s=0),0-r+o>s&&(s=0-r+o),a.hasClass("over")||it(a,s,200)},it=function(t,e,a){punchgs.TweenLite.to(t.find(".tp-thumbcontainer"),.2,{force3D:"auto",left:e,ease:punchgs.Power3.easeOut,overwrite:"auto"})}}(jQuery);
@@ -0,0 +1,138 @@
1
+
2
+
3
+ /********************************************
4
+ - THEMEPUNCH TOOLS Ver. 1.0 -
5
+ Last Update of Tools 27.02.2015
6
+ *********************************************/
7
+
8
+
9
+ /*
10
+ * @fileOverview TouchSwipe - jQuery Plugin
11
+ * @version 1.6.6
12
+ *
13
+ * @author Matt Bryson http://www.github.com/mattbryson
14
+ * @see https://github.com/mattbryson/TouchSwipe-Jquery-Plugin
15
+ * @see http://labs.skinkers.com/touchSwipe/
16
+ * @see http://plugins.jquery.com/project/touchSwipe
17
+ *
18
+ * Copyright (c) 2010 Matt Bryson
19
+ * Dual licensed under the MIT or GPL Version 2 licenses.
20
+ *
21
+ */
22
+ (function(a){if(typeof define==="function"&&define.amd&&define.amd.jQuery){define(["jquery"],a)}else{a(jQuery)}}(function(f){var p="left",o="right",e="up",x="down",c="in",z="out",m="none",s="auto",l="swipe",t="pinch",A="tap",j="doubletap",b="longtap",y="hold",D="horizontal",u="vertical",i="all",r=10,g="start",k="move",h="end",q="cancel",a="ontouchstart" in window,v=window.navigator.msPointerEnabled&&!window.navigator.pointerEnabled,d=window.navigator.pointerEnabled||window.navigator.msPointerEnabled,B="TouchSwipe";var n={fingers:1,threshold:75,cancelThreshold:null,pinchThreshold:20,maxTimeThreshold:null,fingerReleaseThreshold:250,longTapThreshold:500,doubleTapThreshold:200,swipe:null,swipeLeft:null,swipeRight:null,swipeUp:null,swipeDown:null,swipeStatus:null,pinchIn:null,pinchOut:null,pinchStatus:null,click:null,tap:null,doubleTap:null,longTap:null,hold:null,triggerOnTouchEnd:true,triggerOnTouchLeave:false,allowPageScroll:"auto",fallbackToMouseEvents:true,excludedElements:"label, button, input, select, textarea, a, .noSwipe",preventDefaultEvents:true};f.fn.swipe=function(G){var F=f(this),E=F.data(B);if(E&&typeof G==="string"){if(E[G]){return E[G].apply(this,Array.prototype.slice.call(arguments,1))}else{f.error("Method "+G+" does not exist on jQuery.swipe")}}else{if(!E&&(typeof G==="object"||!G)){return w.apply(this,arguments)}}return F};f.fn.swipe.defaults=n;f.fn.swipe.phases={PHASE_START:g,PHASE_MOVE:k,PHASE_END:h,PHASE_CANCEL:q};f.fn.swipe.directions={LEFT:p,RIGHT:o,UP:e,DOWN:x,IN:c,OUT:z};f.fn.swipe.pageScroll={NONE:m,HORIZONTAL:D,VERTICAL:u,AUTO:s};f.fn.swipe.fingers={ONE:1,TWO:2,THREE:3,ALL:i};function w(E){if(E&&(E.allowPageScroll===undefined&&(E.swipe!==undefined||E.swipeStatus!==undefined))){E.allowPageScroll=m}if(E.click!==undefined&&E.tap===undefined){E.tap=E.click}if(!E){E={}}E=f.extend({},f.fn.swipe.defaults,E);return this.each(function(){var G=f(this);var F=G.data(B);if(!F){F=new C(this,E);G.data(B,F)}})}function C(a4,av){var az=(a||d||!av.fallbackToMouseEvents),J=az?(d?(v?"MSPointerDown":"pointerdown"):"touchstart"):"mousedown",ay=az?(d?(v?"MSPointerMove":"pointermove"):"touchmove"):"mousemove",U=az?(d?(v?"MSPointerUp":"pointerup"):"touchend"):"mouseup",S=az?null:"mouseleave",aD=(d?(v?"MSPointerCancel":"pointercancel"):"touchcancel");var ag=0,aP=null,ab=0,a1=0,aZ=0,G=1,aq=0,aJ=0,M=null;var aR=f(a4);var Z="start";var W=0;var aQ=null;var T=0,a2=0,a5=0,ad=0,N=0;var aW=null,af=null;try{aR.bind(J,aN);aR.bind(aD,a9)}catch(ak){f.error("events not supported "+J+","+aD+" on jQuery.swipe")}this.enable=function(){aR.bind(J,aN);aR.bind(aD,a9);return aR};this.disable=function(){aK();return aR};this.destroy=function(){aK();aR.data(B,null);aR=null};this.option=function(bc,bb){if(av[bc]!==undefined){if(bb===undefined){return av[bc]}else{av[bc]=bb}}else{f.error("Option "+bc+" does not exist on jQuery.swipe.options")}return null};function aN(bd){if(aB()){return}if(f(bd.target).closest(av.excludedElements,aR).length>0){return}var be=bd.originalEvent?bd.originalEvent:bd;var bc,bb=a?be.touches[0]:be;Z=g;if(a){W=be.touches.length}else{bd.preventDefault()}ag=0;aP=null;aJ=null;ab=0;a1=0;aZ=0;G=1;aq=0;aQ=aj();M=aa();R();if(!a||(W===av.fingers||av.fingers===i)||aX()){ai(0,bb);T=at();if(W==2){ai(1,be.touches[1]);a1=aZ=au(aQ[0].start,aQ[1].start)}if(av.swipeStatus||av.pinchStatus){bc=O(be,Z)}}else{bc=false}if(bc===false){Z=q;O(be,Z);return bc}else{if(av.hold){af=setTimeout(f.proxy(function(){aR.trigger("hold",[be.target]);if(av.hold){bc=av.hold.call(aR,be,be.target)}},this),av.longTapThreshold)}ao(true)}return null}function a3(be){var bh=be.originalEvent?be.originalEvent:be;if(Z===h||Z===q||am()){return}var bd,bc=a?bh.touches[0]:bh;var bf=aH(bc);a2=at();if(a){W=bh.touches.length}if(av.hold){clearTimeout(af)}Z=k;if(W==2){if(a1==0){ai(1,bh.touches[1]);a1=aZ=au(aQ[0].start,aQ[1].start)}else{aH(bh.touches[1]);aZ=au(aQ[0].end,aQ[1].end);aJ=ar(aQ[0].end,aQ[1].end)}G=a7(a1,aZ);aq=Math.abs(a1-aZ)}if((W===av.fingers||av.fingers===i)||!a||aX()){aP=aL(bf.start,bf.end);al(be,aP);ag=aS(bf.start,bf.end);ab=aM();aI(aP,ag);if(av.swipeStatus||av.pinchStatus){bd=O(bh,Z)}if(!av.triggerOnTouchEnd||av.triggerOnTouchLeave){var bb=true;if(av.triggerOnTouchLeave){var bg=aY(this);bb=E(bf.end,bg)}if(!av.triggerOnTouchEnd&&bb){Z=aC(k)}else{if(av.triggerOnTouchLeave&&!bb){Z=aC(h)}}if(Z==q||Z==h){O(bh,Z)}}}else{Z=q;O(bh,Z)}if(bd===false){Z=q;O(bh,Z)}}function L(bb){var bc=bb.originalEvent;if(a){if(bc.touches.length>0){F();return true}}if(am()){W=ad}a2=at();ab=aM();if(ba()||!an()){Z=q;O(bc,Z)}else{if(av.triggerOnTouchEnd||(av.triggerOnTouchEnd==false&&Z===k)){bb.preventDefault();Z=h;O(bc,Z)}else{if(!av.triggerOnTouchEnd&&a6()){Z=h;aF(bc,Z,A)}else{if(Z===k){Z=q;O(bc,Z)}}}}ao(false);return null}function a9(){W=0;a2=0;T=0;a1=0;aZ=0;G=1;R();ao(false)}function K(bb){var bc=bb.originalEvent;if(av.triggerOnTouchLeave){Z=aC(h);O(bc,Z)}}function aK(){aR.unbind(J,aN);aR.unbind(aD,a9);aR.unbind(ay,a3);aR.unbind(U,L);if(S){aR.unbind(S,K)}ao(false)}function aC(bf){var be=bf;var bd=aA();var bc=an();var bb=ba();if(!bd||bb){be=q}else{if(bc&&bf==k&&(!av.triggerOnTouchEnd||av.triggerOnTouchLeave)){be=h}else{if(!bc&&bf==h&&av.triggerOnTouchLeave){be=q}}}return be}function O(bd,bb){var bc=undefined;if((I()||V())||(P()||aX())){if(I()||V()){bc=aF(bd,bb,l)}if((P()||aX())&&bc!==false){bc=aF(bd,bb,t)}}else{if(aG()&&bc!==false){bc=aF(bd,bb,j)}else{if(ap()&&bc!==false){bc=aF(bd,bb,b)}else{if(ah()&&bc!==false){bc=aF(bd,bb,A)}}}}if(bb===q){a9(bd)}if(bb===h){if(a){if(bd.touches.length==0){a9(bd)}}else{a9(bd)}}return bc}function aF(be,bb,bd){var bc=undefined;if(bd==l){aR.trigger("swipeStatus",[bb,aP||null,ag||0,ab||0,W,aQ]);if(av.swipeStatus){bc=av.swipeStatus.call(aR,be,bb,aP||null,ag||0,ab||0,W,aQ);if(bc===false){return false}}if(bb==h&&aV()){aR.trigger("swipe",[aP,ag,ab,W,aQ]);if(av.swipe){bc=av.swipe.call(aR,be,aP,ag,ab,W,aQ);if(bc===false){return false}}switch(aP){case p:aR.trigger("swipeLeft",[aP,ag,ab,W,aQ]);if(av.swipeLeft){bc=av.swipeLeft.call(aR,be,aP,ag,ab,W,aQ)}break;case o:aR.trigger("swipeRight",[aP,ag,ab,W,aQ]);if(av.swipeRight){bc=av.swipeRight.call(aR,be,aP,ag,ab,W,aQ)}break;case e:aR.trigger("swipeUp",[aP,ag,ab,W,aQ]);if(av.swipeUp){bc=av.swipeUp.call(aR,be,aP,ag,ab,W,aQ)}break;case x:aR.trigger("swipeDown",[aP,ag,ab,W,aQ]);if(av.swipeDown){bc=av.swipeDown.call(aR,be,aP,ag,ab,W,aQ)}break}}}if(bd==t){aR.trigger("pinchStatus",[bb,aJ||null,aq||0,ab||0,W,G,aQ]);if(av.pinchStatus){bc=av.pinchStatus.call(aR,be,bb,aJ||null,aq||0,ab||0,W,G,aQ);if(bc===false){return false}}if(bb==h&&a8()){switch(aJ){case c:aR.trigger("pinchIn",[aJ||null,aq||0,ab||0,W,G,aQ]);if(av.pinchIn){bc=av.pinchIn.call(aR,be,aJ||null,aq||0,ab||0,W,G,aQ)}break;case z:aR.trigger("pinchOut",[aJ||null,aq||0,ab||0,W,G,aQ]);if(av.pinchOut){bc=av.pinchOut.call(aR,be,aJ||null,aq||0,ab||0,W,G,aQ)}break}}}if(bd==A){if(bb===q||bb===h){clearTimeout(aW);clearTimeout(af);if(Y()&&!H()){N=at();aW=setTimeout(f.proxy(function(){N=null;aR.trigger("tap",[be.target]);if(av.tap){bc=av.tap.call(aR,be,be.target)}},this),av.doubleTapThreshold)}else{N=null;aR.trigger("tap",[be.target]);if(av.tap){bc=av.tap.call(aR,be,be.target)}}}}else{if(bd==j){if(bb===q||bb===h){clearTimeout(aW);N=null;aR.trigger("doubletap",[be.target]);if(av.doubleTap){bc=av.doubleTap.call(aR,be,be.target)}}}else{if(bd==b){if(bb===q||bb===h){clearTimeout(aW);N=null;aR.trigger("longtap",[be.target]);if(av.longTap){bc=av.longTap.call(aR,be,be.target)}}}}}return bc}function an(){var bb=true;if(av.threshold!==null){bb=ag>=av.threshold}return bb}function ba(){var bb=false;if(av.cancelThreshold!==null&&aP!==null){bb=(aT(aP)-ag)>=av.cancelThreshold}return bb}function ae(){if(av.pinchThreshold!==null){return aq>=av.pinchThreshold}return true}function aA(){var bb;if(av.maxTimeThreshold){if(ab>=av.maxTimeThreshold){bb=false}else{bb=true}}else{bb=true}return bb}function al(bb,bc){if(av.preventDefaultEvents===false){return}if(av.allowPageScroll===m){bb.preventDefault()}else{var bd=av.allowPageScroll===s;switch(bc){case p:if((av.swipeLeft&&bd)||(!bd&&av.allowPageScroll!=D)){bb.preventDefault()}break;case o:if((av.swipeRight&&bd)||(!bd&&av.allowPageScroll!=D)){bb.preventDefault()}break;case e:if((av.swipeUp&&bd)||(!bd&&av.allowPageScroll!=u)){bb.preventDefault()}break;case x:if((av.swipeDown&&bd)||(!bd&&av.allowPageScroll!=u)){bb.preventDefault()}break}}}function a8(){var bc=aO();var bb=X();var bd=ae();return bc&&bb&&bd}function aX(){return !!(av.pinchStatus||av.pinchIn||av.pinchOut)}function P(){return !!(a8()&&aX())}function aV(){var be=aA();var bg=an();var bd=aO();var bb=X();var bc=ba();var bf=!bc&&bb&&bd&&bg&&be;return bf}function V(){return !!(av.swipe||av.swipeStatus||av.swipeLeft||av.swipeRight||av.swipeUp||av.swipeDown)}function I(){return !!(aV()&&V())}function aO(){return((W===av.fingers||av.fingers===i)||!a)}function X(){return aQ[0].end.x!==0}function a6(){return !!(av.tap)}function Y(){return !!(av.doubleTap)}function aU(){return !!(av.longTap)}function Q(){if(N==null){return false}var bb=at();return(Y()&&((bb-N)<=av.doubleTapThreshold))}function H(){return Q()}function ax(){return((W===1||!a)&&(isNaN(ag)||ag<av.threshold))}function a0(){return((ab>av.longTapThreshold)&&(ag<r))}function ah(){return !!(ax()&&a6())}function aG(){return !!(Q()&&Y())}function ap(){return !!(a0()&&aU())}function F(){a5=at();ad=event.touches.length+1}function R(){a5=0;ad=0}function am(){var bb=false;if(a5){var bc=at()-a5;if(bc<=av.fingerReleaseThreshold){bb=true}}return bb}function aB(){return !!(aR.data(B+"_intouch")===true)}function ao(bb){if(bb===true){aR.bind(ay,a3);aR.bind(U,L);if(S){aR.bind(S,K)}}else{aR.unbind(ay,a3,false);aR.unbind(U,L,false);if(S){aR.unbind(S,K,false)}}aR.data(B+"_intouch",bb===true)}function ai(bc,bb){var bd=bb.identifier!==undefined?bb.identifier:0;aQ[bc].identifier=bd;aQ[bc].start.x=aQ[bc].end.x=bb.pageX||bb.clientX;aQ[bc].start.y=aQ[bc].end.y=bb.pageY||bb.clientY;return aQ[bc]}function aH(bb){var bd=bb.identifier!==undefined?bb.identifier:0;var bc=ac(bd);bc.end.x=bb.pageX||bb.clientX;bc.end.y=bb.pageY||bb.clientY;return bc}function ac(bc){for(var bb=0;bb<aQ.length;bb++){if(aQ[bb].identifier==bc){return aQ[bb]}}}function aj(){var bb=[];for(var bc=0;bc<=5;bc++){bb.push({start:{x:0,y:0},end:{x:0,y:0},identifier:0})}return bb}function aI(bb,bc){bc=Math.max(bc,aT(bb));M[bb].distance=bc}function aT(bb){if(M[bb]){return M[bb].distance}return undefined}function aa(){var bb={};bb[p]=aw(p);bb[o]=aw(o);bb[e]=aw(e);bb[x]=aw(x);return bb}function aw(bb){return{direction:bb,distance:0}}function aM(){return a2-T}function au(be,bd){var bc=Math.abs(be.x-bd.x);var bb=Math.abs(be.y-bd.y);return Math.round(Math.sqrt(bc*bc+bb*bb))}function a7(bb,bc){var bd=(bc/bb)*1;return bd.toFixed(2)}function ar(){if(G<1){return z}else{return c}}function aS(bc,bb){return Math.round(Math.sqrt(Math.pow(bb.x-bc.x,2)+Math.pow(bb.y-bc.y,2)))}function aE(be,bc){var bb=be.x-bc.x;var bg=bc.y-be.y;var bd=Math.atan2(bg,bb);var bf=Math.round(bd*180/Math.PI);if(bf<0){bf=360-Math.abs(bf)}return bf}function aL(bc,bb){var bd=aE(bc,bb);if((bd<=45)&&(bd>=0)){return p}else{if((bd<=360)&&(bd>=315)){return p}else{if((bd>=135)&&(bd<=225)){return o}else{if((bd>45)&&(bd<135)){return x}else{return e}}}}}function at(){var bb=new Date();return bb.getTime()}function aY(bb){bb=f(bb);var bd=bb.offset();var bc={left:bd.left,right:bd.left+bb.outerWidth(),top:bd.top,bottom:bd.top+bb.outerHeight()};return bc}function E(bb,bc){return(bb.x>bc.left&&bb.x<bc.right&&bb.y>bc.top&&bb.y<bc.bottom)}}}));
23
+
24
+
25
+ if(typeof(console) === 'undefined') {
26
+ var console = {}
27
+ console.log = console.error = console.info = console.debug = console.warn = console.trace = console.dir = console.dirxml = console.group = console.groupEnd = console.time = console.timeEnd = console.assert = console.profile = console.groupCollapsed = function() {};
28
+ }
29
+
30
+ if (window.tplogs==true)
31
+ try {
32
+ console.groupCollapsed("ThemePunch GreenSocks Logs");
33
+ } catch(e) { }
34
+
35
+
36
+ var oldgs = window.GreenSockGlobals;
37
+ oldgs_queue = window._gsQueue;
38
+
39
+ var punchgs = window.GreenSockGlobals = {};
40
+
41
+ if (window.tplogs==true)
42
+ try {
43
+ console.info("Build GreenSock SandBox for ThemePunch Plugins");
44
+ console.info("GreenSock TweenLite Engine Initalised by ThemePunch Plugin");
45
+ } catch(e) {}
46
+
47
+ /*!
48
+ * VERSION: 1.16.0
49
+ * DATE: 2015-03-01
50
+ * UPDATES AND DOCS AT: http://greensock.com
51
+ *
52
+ * @license Copyright (c) 2008-2015, GreenSock. All rights reserved.
53
+ * This work is subject to the terms at http://greensock.com/standard-license or for
54
+ * Club GreenSock members, the software agreement that was issued with your membership.
55
+ *
56
+ * @author: Jack Doyle, jack@greensock.com
57
+ */
58
+ (function(t,e){"use strict";var i=t.GreenSockGlobals=t.GreenSockGlobals||t;if(!i.TweenLite){var s,r,n,a,o,l=function(t){var e,s=t.split("."),r=i;for(e=0;s.length>e;e++)r[s[e]]=r=r[s[e]]||{};return r},h=l("com.greensock"),_=1e-10,u=function(t){var e,i=[],s=t.length;for(e=0;e!==s;i.push(t[e++]));return i},m=function(){},f=function(){var t=Object.prototype.toString,e=t.call([]);return function(i){return null!=i&&(i instanceof Array||"object"==typeof i&&!!i.push&&t.call(i)===e)}}(),c={},p=function(s,r,n,a){this.sc=c[s]?c[s].sc:[],c[s]=this,this.gsClass=null,this.func=n;var o=[];this.check=function(h){for(var _,u,m,f,d=r.length,v=d;--d>-1;)(_=c[r[d]]||new p(r[d],[])).gsClass?(o[d]=_.gsClass,v--):h&&_.sc.push(this);if(0===v&&n)for(u=("com.greensock."+s).split("."),m=u.pop(),f=l(u.join("."))[m]=this.gsClass=n.apply(n,o),a&&(i[m]=f,"function"==typeof define&&define.amd?define((t.GreenSockAMDPath?t.GreenSockAMDPath+"/":"")+s.split(".").pop(),[],function(){return f}):s===e&&"undefined"!=typeof module&&module.exports&&(module.exports=f)),d=0;this.sc.length>d;d++)this.sc[d].check()},this.check(!0)},d=t._gsDefine=function(t,e,i,s){return new p(t,e,i,s)},v=h._class=function(t,e,i){return e=e||function(){},d(t,[],function(){return e},i),e};d.globals=i;var g=[0,0,1,1],T=[],y=v("easing.Ease",function(t,e,i,s){this._func=t,this._type=i||0,this._power=s||0,this._params=e?g.concat(e):g},!0),w=y.map={},P=y.register=function(t,e,i,s){for(var r,n,a,o,l=e.split(","),_=l.length,u=(i||"easeIn,easeOut,easeInOut").split(",");--_>-1;)for(n=l[_],r=s?v("easing."+n,null,!0):h.easing[n]||{},a=u.length;--a>-1;)o=u[a],w[n+"."+o]=w[o+n]=r[o]=t.getRatio?t:t[o]||new t};for(n=y.prototype,n._calcEnd=!1,n.getRatio=function(t){if(this._func)return this._params[0]=t,this._func.apply(null,this._params);var e=this._type,i=this._power,s=1===e?1-t:2===e?t:.5>t?2*t:2*(1-t);return 1===i?s*=s:2===i?s*=s*s:3===i?s*=s*s*s:4===i&&(s*=s*s*s*s),1===e?1-s:2===e?s:.5>t?s/2:1-s/2},s=["Linear","Quad","Cubic","Quart","Quint,Strong"],r=s.length;--r>-1;)n=s[r]+",Power"+r,P(new y(null,null,1,r),n,"easeOut",!0),P(new y(null,null,2,r),n,"easeIn"+(0===r?",easeNone":"")),P(new y(null,null,3,r),n,"easeInOut");w.linear=h.easing.Linear.easeIn,w.swing=h.easing.Quad.easeInOut;var b=v("events.EventDispatcher",function(t){this._listeners={},this._eventTarget=t||this});n=b.prototype,n.addEventListener=function(t,e,i,s,r){r=r||0;var n,l,h=this._listeners[t],_=0;for(null==h&&(this._listeners[t]=h=[]),l=h.length;--l>-1;)n=h[l],n.c===e&&n.s===i?h.splice(l,1):0===_&&r>n.pr&&(_=l+1);h.splice(_,0,{c:e,s:i,up:s,pr:r}),this!==a||o||a.wake()},n.removeEventListener=function(t,e){var i,s=this._listeners[t];if(s)for(i=s.length;--i>-1;)if(s[i].c===e)return s.splice(i,1),void 0},n.dispatchEvent=function(t){var e,i,s,r=this._listeners[t];if(r)for(e=r.length,i=this._eventTarget;--e>-1;)s=r[e],s&&(s.up?s.c.call(s.s||i,{type:t,target:i}):s.c.call(s.s||i))};var k=t.requestAnimationFrame,S=t.cancelAnimationFrame,A=Date.now||function(){return(new Date).getTime()},x=A();for(s=["ms","moz","webkit","o"],r=s.length;--r>-1&&!k;)k=t[s[r]+"RequestAnimationFrame"],S=t[s[r]+"CancelAnimationFrame"]||t[s[r]+"CancelRequestAnimationFrame"];v("Ticker",function(t,e){var i,s,r,n,l,h=this,u=A(),f=e!==!1&&k,c=500,p=33,d="tick",v=function(t){var e,a,o=A()-x;o>c&&(u+=o-p),x+=o,h.time=(x-u)/1e3,e=h.time-l,(!i||e>0||t===!0)&&(h.frame++,l+=e+(e>=n?.004:n-e),a=!0),t!==!0&&(r=s(v)),a&&h.dispatchEvent(d)};b.call(h),h.time=h.frame=0,h.tick=function(){v(!0)},h.lagSmoothing=function(t,e){c=t||1/_,p=Math.min(e,c,0)},h.sleep=function(){null!=r&&(f&&S?S(r):clearTimeout(r),s=m,r=null,h===a&&(o=!1))},h.wake=function(){null!==r?h.sleep():h.frame>10&&(x=A()-c+5),s=0===i?m:f&&k?k:function(t){return setTimeout(t,0|1e3*(l-h.time)+1)},h===a&&(o=!0),v(2)},h.fps=function(t){return arguments.length?(i=t,n=1/(i||60),l=this.time+n,h.wake(),void 0):i},h.useRAF=function(t){return arguments.length?(h.sleep(),f=t,h.fps(i),void 0):f},h.fps(t),setTimeout(function(){f&&(!r||5>h.frame)&&h.useRAF(!1)},1500)}),n=h.Ticker.prototype=new h.events.EventDispatcher,n.constructor=h.Ticker;var R=v("core.Animation",function(t,e){if(this.vars=e=e||{},this._duration=this._totalDuration=t||0,this._delay=Number(e.delay)||0,this._timeScale=1,this._active=e.immediateRender===!0,this.data=e.data,this._reversed=e.reversed===!0,B){o||a.wake();var i=this.vars.useFrames?q:B;i.add(this,i._time),this.vars.paused&&this.paused(!0)}});a=R.ticker=new h.Ticker,n=R.prototype,n._dirty=n._gc=n._initted=n._paused=!1,n._totalTime=n._time=0,n._rawPrevTime=-1,n._next=n._last=n._onUpdate=n._timeline=n.timeline=null,n._paused=!1;var C=function(){o&&A()-x>2e3&&a.wake(),setTimeout(C,2e3)};C(),n.play=function(t,e){return null!=t&&this.seek(t,e),this.reversed(!1).paused(!1)},n.pause=function(t,e){return null!=t&&this.seek(t,e),this.paused(!0)},n.resume=function(t,e){return null!=t&&this.seek(t,e),this.paused(!1)},n.seek=function(t,e){return this.totalTime(Number(t),e!==!1)},n.restart=function(t,e){return this.reversed(!1).paused(!1).totalTime(t?-this._delay:0,e!==!1,!0)},n.reverse=function(t,e){return null!=t&&this.seek(t||this.totalDuration(),e),this.reversed(!0).paused(!1)},n.render=function(){},n.invalidate=function(){return this._time=this._totalTime=0,this._initted=this._gc=!1,this._rawPrevTime=-1,(this._gc||!this.timeline)&&this._enabled(!0),this},n.isActive=function(){var t,e=this._timeline,i=this._startTime;return!e||!this._gc&&!this._paused&&e.isActive()&&(t=e.rawTime())>=i&&i+this.totalDuration()/this._timeScale>t},n._enabled=function(t,e){return o||a.wake(),this._gc=!t,this._active=this.isActive(),e!==!0&&(t&&!this.timeline?this._timeline.add(this,this._startTime-this._delay):!t&&this.timeline&&this._timeline._remove(this,!0)),!1},n._kill=function(){return this._enabled(!1,!1)},n.kill=function(t,e){return this._kill(t,e),this},n._uncache=function(t){for(var e=t?this:this.timeline;e;)e._dirty=!0,e=e.timeline;return this},n._swapSelfInParams=function(t){for(var e=t.length,i=t.concat();--e>-1;)"{self}"===t[e]&&(i[e]=this);return i},n.eventCallback=function(t,e,i,s){if("on"===(t||"").substr(0,2)){var r=this.vars;if(1===arguments.length)return r[t];null==e?delete r[t]:(r[t]=e,r[t+"Params"]=f(i)&&-1!==i.join("").indexOf("{self}")?this._swapSelfInParams(i):i,r[t+"Scope"]=s),"onUpdate"===t&&(this._onUpdate=e)}return this},n.delay=function(t){return arguments.length?(this._timeline.smoothChildTiming&&this.startTime(this._startTime+t-this._delay),this._delay=t,this):this._delay},n.duration=function(t){return arguments.length?(this._duration=this._totalDuration=t,this._uncache(!0),this._timeline.smoothChildTiming&&this._time>0&&this._time<this._duration&&0!==t&&this.totalTime(this._totalTime*(t/this._duration),!0),this):(this._dirty=!1,this._duration)},n.totalDuration=function(t){return this._dirty=!1,arguments.length?this.duration(t):this._totalDuration},n.time=function(t,e){return arguments.length?(this._dirty&&this.totalDuration(),this.totalTime(t>this._duration?this._duration:t,e)):this._time},n.totalTime=function(t,e,i){if(o||a.wake(),!arguments.length)return this._totalTime;if(this._timeline){if(0>t&&!i&&(t+=this.totalDuration()),this._timeline.smoothChildTiming){this._dirty&&this.totalDuration();var s=this._totalDuration,r=this._timeline;if(t>s&&!i&&(t=s),this._startTime=(this._paused?this._pauseTime:r._time)-(this._reversed?s-t:t)/this._timeScale,r._dirty||this._uncache(!1),r._timeline)for(;r._timeline;)r._timeline._time!==(r._startTime+r._totalTime)/r._timeScale&&r.totalTime(r._totalTime,!0),r=r._timeline}this._gc&&this._enabled(!0,!1),(this._totalTime!==t||0===this._duration)&&(this.render(t,e,!1),z.length&&$())}return this},n.progress=n.totalProgress=function(t,e){return arguments.length?this.totalTime(this.duration()*t,e):this._time/this.duration()},n.startTime=function(t){return arguments.length?(t!==this._startTime&&(this._startTime=t,this.timeline&&this.timeline._sortChildren&&this.timeline.add(this,t-this._delay)),this):this._startTime},n.endTime=function(t){return this._startTime+(0!=t?this.totalDuration():this.duration())/this._timeScale},n.timeScale=function(t){if(!arguments.length)return this._timeScale;if(t=t||_,this._timeline&&this._timeline.smoothChildTiming){var e=this._pauseTime,i=e||0===e?e:this._timeline.totalTime();this._startTime=i-(i-this._startTime)*this._timeScale/t}return this._timeScale=t,this._uncache(!1)},n.reversed=function(t){return arguments.length?(t!=this._reversed&&(this._reversed=t,this.totalTime(this._timeline&&!this._timeline.smoothChildTiming?this.totalDuration()-this._totalTime:this._totalTime,!0)),this):this._reversed},n.paused=function(t){if(!arguments.length)return this._paused;var e,i,s=this._timeline;return t!=this._paused&&s&&(o||t||a.wake(),e=s.rawTime(),i=e-this._pauseTime,!t&&s.smoothChildTiming&&(this._startTime+=i,this._uncache(!1)),this._pauseTime=t?e:null,this._paused=t,this._active=this.isActive(),!t&&0!==i&&this._initted&&this.duration()&&this.render(s.smoothChildTiming?this._totalTime:(e-this._startTime)/this._timeScale,!0,!0)),this._gc&&!t&&this._enabled(!0,!1),this};var D=v("core.SimpleTimeline",function(t){R.call(this,0,t),this.autoRemoveChildren=this.smoothChildTiming=!0});n=D.prototype=new R,n.constructor=D,n.kill()._gc=!1,n._first=n._last=n._recent=null,n._sortChildren=!1,n.add=n.insert=function(t,e){var i,s;if(t._startTime=Number(e||0)+t._delay,t._paused&&this!==t._timeline&&(t._pauseTime=t._startTime+(this.rawTime()-t._startTime)/t._timeScale),t.timeline&&t.timeline._remove(t,!0),t.timeline=t._timeline=this,t._gc&&t._enabled(!0,!0),i=this._last,this._sortChildren)for(s=t._startTime;i&&i._startTime>s;)i=i._prev;return i?(t._next=i._next,i._next=t):(t._next=this._first,this._first=t),t._next?t._next._prev=t:this._last=t,t._prev=i,this._recent=t,this._timeline&&this._uncache(!0),this},n._remove=function(t,e){return t.timeline===this&&(e||t._enabled(!1,!0),t._prev?t._prev._next=t._next:this._first===t&&(this._first=t._next),t._next?t._next._prev=t._prev:this._last===t&&(this._last=t._prev),t._next=t._prev=t.timeline=null,t===this._recent&&(this._recent=this._last),this._timeline&&this._uncache(!0)),this},n.render=function(t,e,i){var s,r=this._first;for(this._totalTime=this._time=this._rawPrevTime=t;r;)s=r._next,(r._active||t>=r._startTime&&!r._paused)&&(r._reversed?r.render((r._dirty?r.totalDuration():r._totalDuration)-(t-r._startTime)*r._timeScale,e,i):r.render((t-r._startTime)*r._timeScale,e,i)),r=s},n.rawTime=function(){return o||a.wake(),this._totalTime};var I=v("TweenLite",function(e,i,s){if(R.call(this,i,s),this.render=I.prototype.render,null==e)throw"Cannot tween a null target.";this.target=e="string"!=typeof e?e:I.selector(e)||e;var r,n,a,o=e.jquery||e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType),l=this.vars.overwrite;if(this._overwrite=l=null==l?Q[I.defaultOverwrite]:"number"==typeof l?l>>0:Q[l],(o||e instanceof Array||e.push&&f(e))&&"number"!=typeof e[0])for(this._targets=a=u(e),this._propLookup=[],this._siblings=[],r=0;a.length>r;r++)n=a[r],n?"string"!=typeof n?n.length&&n!==t&&n[0]&&(n[0]===t||n[0].nodeType&&n[0].style&&!n.nodeType)?(a.splice(r--,1),this._targets=a=a.concat(u(n))):(this._siblings[r]=K(n,this,!1),1===l&&this._siblings[r].length>1&&J(n,this,null,1,this._siblings[r])):(n=a[r--]=I.selector(n),"string"==typeof n&&a.splice(r+1,1)):a.splice(r--,1);else this._propLookup={},this._siblings=K(e,this,!1),1===l&&this._siblings.length>1&&J(e,this,null,1,this._siblings);(this.vars.immediateRender||0===i&&0===this._delay&&this.vars.immediateRender!==!1)&&(this._time=-_,this.render(-this._delay))},!0),E=function(e){return e&&e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType)},O=function(t,e){var i,s={};for(i in t)G[i]||i in e&&"transform"!==i&&"x"!==i&&"y"!==i&&"width"!==i&&"height"!==i&&"className"!==i&&"border"!==i||!(!U[i]||U[i]&&U[i]._autoCSS)||(s[i]=t[i],delete t[i]);t.css=s};n=I.prototype=new R,n.constructor=I,n.kill()._gc=!1,n.ratio=0,n._firstPT=n._targets=n._overwrittenProps=n._startAt=null,n._notifyPluginsOfEnabled=n._lazy=!1,I.version="1.16.0",I.defaultEase=n._ease=new y(null,null,1,1),I.defaultOverwrite="auto",I.ticker=a,I.autoSleep=120,I.lagSmoothing=function(t,e){a.lagSmoothing(t,e)},I.selector=t.$||t.jQuery||function(e){var i=t.$||t.jQuery;return i?(I.selector=i,i(e)):"undefined"==typeof document?e:document.querySelectorAll?document.querySelectorAll(e):document.getElementById("#"===e.charAt(0)?e.substr(1):e)};var z=[],L={},N=I._internals={isArray:f,isSelector:E,lazyTweens:z},U=I._plugins={},F=N.tweenLookup={},j=0,G=N.reservedProps={ease:1,delay:1,overwrite:1,onComplete:1,onCompleteParams:1,onCompleteScope:1,useFrames:1,runBackwards:1,startAt:1,onUpdate:1,onUpdateParams:1,onUpdateScope:1,onStart:1,onStartParams:1,onStartScope:1,onReverseComplete:1,onReverseCompleteParams:1,onReverseCompleteScope:1,onRepeat:1,onRepeatParams:1,onRepeatScope:1,easeParams:1,yoyo:1,immediateRender:1,repeat:1,repeatDelay:1,data:1,paused:1,reversed:1,autoCSS:1,lazy:1,onOverwrite:1},Q={none:0,all:1,auto:2,concurrent:3,allOnStart:4,preexisting:5,"true":1,"false":0},q=R._rootFramesTimeline=new D,B=R._rootTimeline=new D,M=30,$=N.lazyRender=function(){var t,e=z.length;for(L={};--e>-1;)t=z[e],t&&t._lazy!==!1&&(t.render(t._lazy[0],t._lazy[1],!0),t._lazy=!1);z.length=0};B._startTime=a.time,q._startTime=a.frame,B._active=q._active=!0,setTimeout($,1),R._updateRoot=I.render=function(){var t,e,i;if(z.length&&$(),B.render((a.time-B._startTime)*B._timeScale,!1,!1),q.render((a.frame-q._startTime)*q._timeScale,!1,!1),z.length&&$(),a.frame>=M){M=a.frame+(parseInt(I.autoSleep,10)||120);for(i in F){for(e=F[i].tweens,t=e.length;--t>-1;)e[t]._gc&&e.splice(t,1);0===e.length&&delete F[i]}if(i=B._first,(!i||i._paused)&&I.autoSleep&&!q._first&&1===a._listeners.tick.length){for(;i&&i._paused;)i=i._next;i||a.sleep()}}},a.addEventListener("tick",R._updateRoot);var K=function(t,e,i){var s,r,n=t._gsTweenID;if(F[n||(t._gsTweenID=n="t"+j++)]||(F[n]={target:t,tweens:[]}),e&&(s=F[n].tweens,s[r=s.length]=e,i))for(;--r>-1;)s[r]===e&&s.splice(r,1);return F[n].tweens},H=function(t,e,i,s){var r,n,a=t.vars.onOverwrite;return a&&(r=a(t,e,i,s)),a=I.onOverwrite,a&&(n=a(t,e,i,s)),r!==!1&&n!==!1},J=function(t,e,i,s,r){var n,a,o,l;if(1===s||s>=4){for(l=r.length,n=0;l>n;n++)if((o=r[n])!==e)o._gc||H(o,e)&&o._enabled(!1,!1)&&(a=!0);else if(5===s)break;return a}var h,u=e._startTime+_,m=[],f=0,c=0===e._duration;for(n=r.length;--n>-1;)(o=r[n])===e||o._gc||o._paused||(o._timeline!==e._timeline?(h=h||V(e,0,c),0===V(o,h,c)&&(m[f++]=o)):u>=o._startTime&&o._startTime+o.totalDuration()/o._timeScale>u&&((c||!o._initted)&&2e-10>=u-o._startTime||(m[f++]=o)));for(n=f;--n>-1;)if(o=m[n],2===s&&o._kill(i,t,e)&&(a=!0),2!==s||!o._firstPT&&o._initted){if(2!==s&&!H(o,e))continue;o._enabled(!1,!1)&&(a=!0)}return a},V=function(t,e,i){for(var s=t._timeline,r=s._timeScale,n=t._startTime;s._timeline;){if(n+=s._startTime,r*=s._timeScale,s._paused)return-100;s=s._timeline}return n/=r,n>e?n-e:i&&n===e||!t._initted&&2*_>n-e?_:(n+=t.totalDuration()/t._timeScale/r)>e+_?0:n-e-_};n._init=function(){var t,e,i,s,r,n=this.vars,a=this._overwrittenProps,o=this._duration,l=!!n.immediateRender,h=n.ease;if(n.startAt){this._startAt&&(this._startAt.render(-1,!0),this._startAt.kill()),r={};for(s in n.startAt)r[s]=n.startAt[s];if(r.overwrite=!1,r.immediateRender=!0,r.lazy=l&&n.lazy!==!1,r.startAt=r.delay=null,this._startAt=I.to(this.target,0,r),l)if(this._time>0)this._startAt=null;else if(0!==o)return}else if(n.runBackwards&&0!==o)if(this._startAt)this._startAt.render(-1,!0),this._startAt.kill(),this._startAt=null;else{0!==this._time&&(l=!1),i={};for(s in n)G[s]&&"autoCSS"!==s||(i[s]=n[s]);if(i.overwrite=0,i.data="isFromStart",i.lazy=l&&n.lazy!==!1,i.immediateRender=l,this._startAt=I.to(this.target,0,i),l){if(0===this._time)return}else this._startAt._init(),this._startAt._enabled(!1),this.vars.immediateRender&&(this._startAt=null)}if(this._ease=h=h?h instanceof y?h:"function"==typeof h?new y(h,n.easeParams):w[h]||I.defaultEase:I.defaultEase,n.easeParams instanceof Array&&h.config&&(this._ease=h.config.apply(h,n.easeParams)),this._easeType=this._ease._type,this._easePower=this._ease._power,this._firstPT=null,this._targets)for(t=this._targets.length;--t>-1;)this._initProps(this._targets[t],this._propLookup[t]={},this._siblings[t],a?a[t]:null)&&(e=!0);else e=this._initProps(this.target,this._propLookup,this._siblings,a);if(e&&I._onPluginEvent("_onInitAllProps",this),a&&(this._firstPT||"function"!=typeof this.target&&this._enabled(!1,!1)),n.runBackwards)for(i=this._firstPT;i;)i.s+=i.c,i.c=-i.c,i=i._next;this._onUpdate=n.onUpdate,this._initted=!0},n._initProps=function(e,i,s,r){var n,a,o,l,h,_;if(null==e)return!1;L[e._gsTweenID]&&$(),this.vars.css||e.style&&e!==t&&e.nodeType&&U.css&&this.vars.autoCSS!==!1&&O(this.vars,e);for(n in this.vars){if(_=this.vars[n],G[n])_&&(_ instanceof Array||_.push&&f(_))&&-1!==_.join("").indexOf("{self}")&&(this.vars[n]=_=this._swapSelfInParams(_,this));else if(U[n]&&(l=new U[n])._onInitTween(e,this.vars[n],this)){for(this._firstPT=h={_next:this._firstPT,t:l,p:"setRatio",s:0,c:1,f:!0,n:n,pg:!0,pr:l._priority},a=l._overwriteProps.length;--a>-1;)i[l._overwriteProps[a]]=this._firstPT;(l._priority||l._onInitAllProps)&&(o=!0),(l._onDisable||l._onEnable)&&(this._notifyPluginsOfEnabled=!0)}else this._firstPT=i[n]=h={_next:this._firstPT,t:e,p:n,f:"function"==typeof e[n],n:n,pg:!1,pr:0},h.s=h.f?e[n.indexOf("set")||"function"!=typeof e["get"+n.substr(3)]?n:"get"+n.substr(3)]():parseFloat(e[n]),h.c="string"==typeof _&&"="===_.charAt(1)?parseInt(_.charAt(0)+"1",10)*Number(_.substr(2)):Number(_)-h.s||0;h&&h._next&&(h._next._prev=h)}return r&&this._kill(r,e)?this._initProps(e,i,s,r):this._overwrite>1&&this._firstPT&&s.length>1&&J(e,this,i,this._overwrite,s)?(this._kill(i,e),this._initProps(e,i,s,r)):(this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration)&&(L[e._gsTweenID]=!0),o)},n.render=function(t,e,i){var s,r,n,a,o=this._time,l=this._duration,h=this._rawPrevTime;if(t>=l)this._totalTime=this._time=l,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1,this._reversed||(s=!0,r="onComplete"),0===l&&(this._initted||!this.vars.lazy||i)&&(this._startTime===this._timeline._duration&&(t=0),(0===t||0>h||h===_&&"isPause"!==this.data)&&h!==t&&(i=!0,h>_&&(r="onReverseComplete")),this._rawPrevTime=a=!e||t||h===t?t:_);else if(1e-7>t)this._totalTime=this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==o||0===l&&h>0)&&(r="onReverseComplete",s=this._reversed),0>t&&(this._active=!1,0===l&&(this._initted||!this.vars.lazy||i)&&(h>=0&&(h!==_||"isPause"!==this.data)&&(i=!0),this._rawPrevTime=a=!e||t||h===t?t:_)),this._initted||(i=!0);else if(this._totalTime=this._time=t,this._easeType){var u=t/l,m=this._easeType,f=this._easePower;(1===m||3===m&&u>=.5)&&(u=1-u),3===m&&(u*=2),1===f?u*=u:2===f?u*=u*u:3===f?u*=u*u*u:4===f&&(u*=u*u*u*u),this.ratio=1===m?1-u:2===m?u:.5>t/l?u/2:1-u/2}else this.ratio=this._ease.getRatio(t/l);if(this._time!==o||i){if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!i&&this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration))return this._time=this._totalTime=o,this._rawPrevTime=h,z.push(this),this._lazy=[t,e],void 0;this._time&&!s?this.ratio=this._ease.getRatio(this._time/l):s&&this._ease._calcEnd&&(this.ratio=this._ease.getRatio(0===this._time?0:1))}for(this._lazy!==!1&&(this._lazy=!1),this._active||!this._paused&&this._time!==o&&t>=0&&(this._active=!0),0===o&&(this._startAt&&(t>=0?this._startAt.render(t,e,i):r||(r="_dummyGS")),this.vars.onStart&&(0!==this._time||0===l)&&(e||this.vars.onStart.apply(this.vars.onStartScope||this,this.vars.onStartParams||T))),n=this._firstPT;n;)n.f?n.t[n.p](n.c*this.ratio+n.s):n.t[n.p]=n.c*this.ratio+n.s,n=n._next;this._onUpdate&&(0>t&&this._startAt&&t!==-1e-4&&this._startAt.render(t,e,i),e||(this._time!==o||s)&&this._onUpdate.apply(this.vars.onUpdateScope||this,this.vars.onUpdateParams||T)),r&&(!this._gc||i)&&(0>t&&this._startAt&&!this._onUpdate&&t!==-1e-4&&this._startAt.render(t,e,i),s&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!e&&this.vars[r]&&this.vars[r].apply(this.vars[r+"Scope"]||this,this.vars[r+"Params"]||T),0===l&&this._rawPrevTime===_&&a!==_&&(this._rawPrevTime=0))}},n._kill=function(t,e,i){if("all"===t&&(t=null),null==t&&(null==e||e===this.target))return this._lazy=!1,this._enabled(!1,!1);e="string"!=typeof e?e||this._targets||this.target:I.selector(e)||e;var s,r,n,a,o,l,h,_,u;if((f(e)||E(e))&&"number"!=typeof e[0])for(s=e.length;--s>-1;)this._kill(t,e[s])&&(l=!0);else{if(this._targets){for(s=this._targets.length;--s>-1;)if(e===this._targets[s]){o=this._propLookup[s]||{},this._overwrittenProps=this._overwrittenProps||[],r=this._overwrittenProps[s]=t?this._overwrittenProps[s]||{}:"all";break}}else{if(e!==this.target)return!1;o=this._propLookup,r=this._overwrittenProps=t?this._overwrittenProps||{}:"all"}if(o){if(h=t||o,_=t!==r&&"all"!==r&&t!==o&&("object"!=typeof t||!t._tempKill),i&&(I.onOverwrite||this.vars.onOverwrite)){for(n in h)o[n]&&(u||(u=[]),u.push(n));if(!H(this,i,e,u))return!1}for(n in h)(a=o[n])&&(a.pg&&a.t._kill(h)&&(l=!0),a.pg&&0!==a.t._overwriteProps.length||(a._prev?a._prev._next=a._next:a===this._firstPT&&(this._firstPT=a._next),a._next&&(a._next._prev=a._prev),a._next=a._prev=null),delete o[n]),_&&(r[n]=1);!this._firstPT&&this._initted&&this._enabled(!1,!1)}}return l},n.invalidate=function(){return this._notifyPluginsOfEnabled&&I._onPluginEvent("_onDisable",this),this._firstPT=this._overwrittenProps=this._startAt=this._onUpdate=null,this._notifyPluginsOfEnabled=this._active=this._lazy=!1,this._propLookup=this._targets?{}:[],R.prototype.invalidate.call(this),this.vars.immediateRender&&(this._time=-_,this.render(-this._delay)),this},n._enabled=function(t,e){if(o||a.wake(),t&&this._gc){var i,s=this._targets;if(s)for(i=s.length;--i>-1;)this._siblings[i]=K(s[i],this,!0);else this._siblings=K(this.target,this,!0)}return R.prototype._enabled.call(this,t,e),this._notifyPluginsOfEnabled&&this._firstPT?I._onPluginEvent(t?"_onEnable":"_onDisable",this):!1},I.to=function(t,e,i){return new I(t,e,i)},I.from=function(t,e,i){return i.runBackwards=!0,i.immediateRender=0!=i.immediateRender,new I(t,e,i)},I.fromTo=function(t,e,i,s){return s.startAt=i,s.immediateRender=0!=s.immediateRender&&0!=i.immediateRender,new I(t,e,s)},I.delayedCall=function(t,e,i,s,r){return new I(e,0,{delay:t,onComplete:e,onCompleteParams:i,onCompleteScope:s,onReverseComplete:e,onReverseCompleteParams:i,onReverseCompleteScope:s,immediateRender:!1,lazy:!1,useFrames:r,overwrite:0})},I.set=function(t,e){return new I(t,0,e)},I.getTweensOf=function(t,e){if(null==t)return[];t="string"!=typeof t?t:I.selector(t)||t;var i,s,r,n;if((f(t)||E(t))&&"number"!=typeof t[0]){for(i=t.length,s=[];--i>-1;)s=s.concat(I.getTweensOf(t[i],e));for(i=s.length;--i>-1;)for(n=s[i],r=i;--r>-1;)n===s[r]&&s.splice(i,1)}else for(s=K(t).concat(),i=s.length;--i>-1;)(s[i]._gc||e&&!s[i].isActive())&&s.splice(i,1);return s},I.killTweensOf=I.killDelayedCallsTo=function(t,e,i){"object"==typeof e&&(i=e,e=!1);for(var s=I.getTweensOf(t,e),r=s.length;--r>-1;)s[r]._kill(i,t)};var W=v("plugins.TweenPlugin",function(t,e){this._overwriteProps=(t||"").split(","),this._propName=this._overwriteProps[0],this._priority=e||0,this._super=W.prototype},!0);if(n=W.prototype,W.version="1.10.1",W.API=2,n._firstPT=null,n._addTween=function(t,e,i,s,r,n){var a,o;return null!=s&&(a="number"==typeof s||"="!==s.charAt(1)?Number(s)-i:parseInt(s.charAt(0)+"1",10)*Number(s.substr(2)))?(this._firstPT=o={_next:this._firstPT,t:t,p:e,s:i,c:a,f:"function"==typeof t[e],n:r||e,r:n},o._next&&(o._next._prev=o),o):void 0},n.setRatio=function(t){for(var e,i=this._firstPT,s=1e-6;i;)e=i.c*t+i.s,i.r?e=Math.round(e):s>e&&e>-s&&(e=0),i.f?i.t[i.p](e):i.t[i.p]=e,i=i._next},n._kill=function(t){var e,i=this._overwriteProps,s=this._firstPT;if(null!=t[this._propName])this._overwriteProps=[];else for(e=i.length;--e>-1;)null!=t[i[e]]&&i.splice(e,1);for(;s;)null!=t[s.n]&&(s._next&&(s._next._prev=s._prev),s._prev?(s._prev._next=s._next,s._prev=null):this._firstPT===s&&(this._firstPT=s._next)),s=s._next;return!1},n._roundProps=function(t,e){for(var i=this._firstPT;i;)(t[this._propName]||null!=i.n&&t[i.n.split(this._propName+"_").join("")])&&(i.r=e),i=i._next},I._onPluginEvent=function(t,e){var i,s,r,n,a,o=e._firstPT;if("_onInitAllProps"===t){for(;o;){for(a=o._next,s=r;s&&s.pr>o.pr;)s=s._next;(o._prev=s?s._prev:n)?o._prev._next=o:r=o,(o._next=s)?s._prev=o:n=o,o=a}o=e._firstPT=r}for(;o;)o.pg&&"function"==typeof o.t[t]&&o.t[t]()&&(i=!0),o=o._next;return i},W.activate=function(t){for(var e=t.length;--e>-1;)t[e].API===W.API&&(U[(new t[e])._propName]=t[e]);return!0},d.plugin=function(t){if(!(t&&t.propName&&t.init&&t.API))throw"illegal plugin definition.";var e,i=t.propName,s=t.priority||0,r=t.overwriteProps,n={init:"_onInitTween",set:"setRatio",kill:"_kill",round:"_roundProps",initAll:"_onInitAllProps"},a=v("plugins."+i.charAt(0).toUpperCase()+i.substr(1)+"Plugin",function(){W.call(this,i,s),this._overwriteProps=r||[]},t.global===!0),o=a.prototype=new W(i);o.constructor=a,a.API=t.API;for(e in n)"function"==typeof t[e]&&(o[n[e]]=t[e]);return a.version=t.version,W.activate([a]),a},s=t._gsQueue){for(r=0;s.length>r;r++)s[r]();for(n in c)c[n].func||t.console.log("GSAP encountered missing dependency: com.greensock."+n)}o=!1}})("undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window,"TweenLite");
59
+
60
+ /*!
61
+ * VERSION: 1.16.0
62
+ * DATE: 2015-03-01
63
+ * UPDATES AND DOCS AT: http://greensock.com
64
+ *
65
+ * @license Copyright (c) 2008-2015, GreenSock. All rights reserved.
66
+ * This work is subject to the terms at http://greensock.com/standard-license or for
67
+ * Club GreenSock members, the software agreement that was issued with your membership.
68
+ *
69
+ * @author: Jack Doyle, jack@greensock.com
70
+ */
71
+ var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("TimelineLite",["core.Animation","core.SimpleTimeline","TweenLite"],function(t,e,i){var s=function(t){e.call(this,t),this._labels={},this.autoRemoveChildren=this.vars.autoRemoveChildren===!0,this.smoothChildTiming=this.vars.smoothChildTiming===!0,this._sortChildren=!0,this._onUpdate=this.vars.onUpdate;var i,s,r=this.vars;for(s in r)i=r[s],h(i)&&-1!==i.join("").indexOf("{self}")&&(r[s]=this._swapSelfInParams(i));h(r.tweens)&&this.add(r.tweens,0,r.align,r.stagger)},r=1e-10,n=i._internals,a=s._internals={},o=n.isSelector,h=n.isArray,l=n.lazyTweens,_=n.lazyRender,u=[],f=_gsScope._gsDefine.globals,p=function(t){var e,i={};for(e in t)i[e]=t[e];return i},c=a.pauseCallback=function(t,e,i,s){var n,a=t._timeline,o=a._totalTime,h=t._startTime,l=t.ratio?r:0,_=t.ratio?0:r;if(e||!this._forcingPlayhead){for(a.pause(h),n=t._prev;n&&n._startTime===h;)n._rawPrevTime=_,n=n._prev;for(n=t._next;n&&n._startTime===h;)n._rawPrevTime=l,n=n._next;e&&e.apply(s||a,i||u),this._forcingPlayhead&&a.seek(o)}},m=function(t){var e,i=[],s=t.length;for(e=0;e!==s;i.push(t[e++]));return i},d=s.prototype=new e;return s.version="1.16.0",d.constructor=s,d.kill()._gc=d._forcingPlayhead=!1,d.to=function(t,e,s,r){var n=s.repeat&&f.TweenMax||i;return e?this.add(new n(t,e,s),r):this.set(t,s,r)},d.from=function(t,e,s,r){return this.add((s.repeat&&f.TweenMax||i).from(t,e,s),r)},d.fromTo=function(t,e,s,r,n){var a=r.repeat&&f.TweenMax||i;return e?this.add(a.fromTo(t,e,s,r),n):this.set(t,r,n)},d.staggerTo=function(t,e,r,n,a,h,l,_){var u,f=new s({onComplete:h,onCompleteParams:l,onCompleteScope:_,smoothChildTiming:this.smoothChildTiming});for("string"==typeof t&&(t=i.selector(t)||t),t=t||[],o(t)&&(t=m(t)),n=n||0,0>n&&(t=m(t),t.reverse(),n*=-1),u=0;t.length>u;u++)r.startAt&&(r.startAt=p(r.startAt)),f.to(t[u],e,p(r),u*n);return this.add(f,a)},d.staggerFrom=function(t,e,i,s,r,n,a,o){return i.immediateRender=0!=i.immediateRender,i.runBackwards=!0,this.staggerTo(t,e,i,s,r,n,a,o)},d.staggerFromTo=function(t,e,i,s,r,n,a,o,h){return s.startAt=i,s.immediateRender=0!=s.immediateRender&&0!=i.immediateRender,this.staggerTo(t,e,s,r,n,a,o,h)},d.call=function(t,e,s,r){return this.add(i.delayedCall(0,t,e,s),r)},d.set=function(t,e,s){return s=this._parseTimeOrLabel(s,0,!0),null==e.immediateRender&&(e.immediateRender=s===this._time&&!this._paused),this.add(new i(t,0,e),s)},s.exportRoot=function(t,e){t=t||{},null==t.smoothChildTiming&&(t.smoothChildTiming=!0);var r,n,a=new s(t),o=a._timeline;for(null==e&&(e=!0),o._remove(a,!0),a._startTime=0,a._rawPrevTime=a._time=a._totalTime=o._time,r=o._first;r;)n=r._next,e&&r instanceof i&&r.target===r.vars.onComplete||a.add(r,r._startTime-r._delay),r=n;return o.add(a,0),a},d.add=function(r,n,a,o){var l,_,u,f,p,c;if("number"!=typeof n&&(n=this._parseTimeOrLabel(n,0,!0,r)),!(r instanceof t)){if(r instanceof Array||r&&r.push&&h(r)){for(a=a||"normal",o=o||0,l=n,_=r.length,u=0;_>u;u++)h(f=r[u])&&(f=new s({tweens:f})),this.add(f,l),"string"!=typeof f&&"function"!=typeof f&&("sequence"===a?l=f._startTime+f.totalDuration()/f._timeScale:"start"===a&&(f._startTime-=f.delay())),l+=o;return this._uncache(!0)}if("string"==typeof r)return this.addLabel(r,n);if("function"!=typeof r)throw"Cannot add "+r+" into the timeline; it is not a tween, timeline, function, or string.";r=i.delayedCall(0,r)}if(e.prototype.add.call(this,r,n),(this._gc||this._time===this._duration)&&!this._paused&&this._duration<this.duration())for(p=this,c=p.rawTime()>r._startTime;p._timeline;)c&&p._timeline.smoothChildTiming?p.totalTime(p._totalTime,!0):p._gc&&p._enabled(!0,!1),p=p._timeline;return this},d.remove=function(e){if(e instanceof t)return this._remove(e,!1);if(e instanceof Array||e&&e.push&&h(e)){for(var i=e.length;--i>-1;)this.remove(e[i]);return this}return"string"==typeof e?this.removeLabel(e):this.kill(null,e)},d._remove=function(t,i){e.prototype._remove.call(this,t,i);var s=this._last;return s?this._time>s._startTime+s._totalDuration/s._timeScale&&(this._time=this.duration(),this._totalTime=this._totalDuration):this._time=this._totalTime=this._duration=this._totalDuration=0,this},d.append=function(t,e){return this.add(t,this._parseTimeOrLabel(null,e,!0,t))},d.insert=d.insertMultiple=function(t,e,i,s){return this.add(t,e||0,i,s)},d.appendMultiple=function(t,e,i,s){return this.add(t,this._parseTimeOrLabel(null,e,!0,t),i,s)},d.addLabel=function(t,e){return this._labels[t]=this._parseTimeOrLabel(e),this},d.addPause=function(t,e,s,r){var n=i.delayedCall(0,c,["{self}",e,s,r],this);return n.data="isPause",this.add(n,t)},d.removeLabel=function(t){return delete this._labels[t],this},d.getLabelTime=function(t){return null!=this._labels[t]?this._labels[t]:-1},d._parseTimeOrLabel=function(e,i,s,r){var n;if(r instanceof t&&r.timeline===this)this.remove(r);else if(r&&(r instanceof Array||r.push&&h(r)))for(n=r.length;--n>-1;)r[n]instanceof t&&r[n].timeline===this&&this.remove(r[n]);if("string"==typeof i)return this._parseTimeOrLabel(i,s&&"number"==typeof e&&null==this._labels[i]?e-this.duration():0,s);if(i=i||0,"string"!=typeof e||!isNaN(e)&&null==this._labels[e])null==e&&(e=this.duration());else{if(n=e.indexOf("="),-1===n)return null==this._labels[e]?s?this._labels[e]=this.duration()+i:i:this._labels[e]+i;i=parseInt(e.charAt(n-1)+"1",10)*Number(e.substr(n+1)),e=n>1?this._parseTimeOrLabel(e.substr(0,n-1),0,s):this.duration()}return Number(e)+i},d.seek=function(t,e){return this.totalTime("number"==typeof t?t:this._parseTimeOrLabel(t),e!==!1)},d.stop=function(){return this.paused(!0)},d.gotoAndPlay=function(t,e){return this.play(t,e)},d.gotoAndStop=function(t,e){return this.pause(t,e)},d.render=function(t,e,i){this._gc&&this._enabled(!0,!1);var s,n,a,o,h,f=this._dirty?this.totalDuration():this._totalDuration,p=this._time,c=this._startTime,m=this._timeScale,d=this._paused;if(t>=f)this._totalTime=this._time=f,this._reversed||this._hasPausedChild()||(n=!0,o="onComplete",0===this._duration&&(0===t||0>this._rawPrevTime||this._rawPrevTime===r)&&this._rawPrevTime!==t&&this._first&&(h=!0,this._rawPrevTime>r&&(o="onReverseComplete"))),this._rawPrevTime=this._duration||!e||t||this._rawPrevTime===t?t:r,t=f+1e-4;else if(1e-7>t)if(this._totalTime=this._time=0,(0!==p||0===this._duration&&this._rawPrevTime!==r&&(this._rawPrevTime>0||0>t&&this._rawPrevTime>=0))&&(o="onReverseComplete",n=this._reversed),0>t)this._active=!1,this._timeline.autoRemoveChildren&&this._reversed?(h=n=!0,o="onReverseComplete"):this._rawPrevTime>=0&&this._first&&(h=!0),this._rawPrevTime=t;else{if(this._rawPrevTime=this._duration||!e||t||this._rawPrevTime===t?t:r,0===t&&n)for(s=this._first;s&&0===s._startTime;)s._duration||(n=!1),s=s._next;t=0,this._initted||(h=!0)}else this._totalTime=this._time=this._rawPrevTime=t;if(this._time!==p&&this._first||i||h){if(this._initted||(this._initted=!0),this._active||!this._paused&&this._time!==p&&t>0&&(this._active=!0),0===p&&this.vars.onStart&&0!==this._time&&(e||this.vars.onStart.apply(this.vars.onStartScope||this,this.vars.onStartParams||u)),this._time>=p)for(s=this._first;s&&(a=s._next,!this._paused||d);)(s._active||s._startTime<=this._time&&!s._paused&&!s._gc)&&(s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,i):s.render((t-s._startTime)*s._timeScale,e,i)),s=a;else for(s=this._last;s&&(a=s._prev,!this._paused||d);)(s._active||p>=s._startTime&&!s._paused&&!s._gc)&&(s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,i):s.render((t-s._startTime)*s._timeScale,e,i)),s=a;this._onUpdate&&(e||(l.length&&_(),this._onUpdate.apply(this.vars.onUpdateScope||this,this.vars.onUpdateParams||u))),o&&(this._gc||(c===this._startTime||m!==this._timeScale)&&(0===this._time||f>=this.totalDuration())&&(n&&(l.length&&_(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!e&&this.vars[o]&&this.vars[o].apply(this.vars[o+"Scope"]||this,this.vars[o+"Params"]||u)))}},d._hasPausedChild=function(){for(var t=this._first;t;){if(t._paused||t instanceof s&&t._hasPausedChild())return!0;t=t._next}return!1},d.getChildren=function(t,e,s,r){r=r||-9999999999;for(var n=[],a=this._first,o=0;a;)r>a._startTime||(a instanceof i?e!==!1&&(n[o++]=a):(s!==!1&&(n[o++]=a),t!==!1&&(n=n.concat(a.getChildren(!0,e,s)),o=n.length))),a=a._next;return n},d.getTweensOf=function(t,e){var s,r,n=this._gc,a=[],o=0;for(n&&this._enabled(!0,!0),s=i.getTweensOf(t),r=s.length;--r>-1;)(s[r].timeline===this||e&&this._contains(s[r]))&&(a[o++]=s[r]);return n&&this._enabled(!1,!0),a},d.recent=function(){return this._recent},d._contains=function(t){for(var e=t.timeline;e;){if(e===this)return!0;e=e.timeline}return!1},d.shiftChildren=function(t,e,i){i=i||0;for(var s,r=this._first,n=this._labels;r;)r._startTime>=i&&(r._startTime+=t),r=r._next;if(e)for(s in n)n[s]>=i&&(n[s]+=t);return this._uncache(!0)},d._kill=function(t,e){if(!t&&!e)return this._enabled(!1,!1);for(var i=e?this.getTweensOf(e):this.getChildren(!0,!0,!1),s=i.length,r=!1;--s>-1;)i[s]._kill(t,e)&&(r=!0);return r},d.clear=function(t){var e=this.getChildren(!1,!0,!0),i=e.length;for(this._time=this._totalTime=0;--i>-1;)e[i]._enabled(!1,!1);return t!==!1&&(this._labels={}),this._uncache(!0)},d.invalidate=function(){for(var e=this._first;e;)e.invalidate(),e=e._next;return t.prototype.invalidate.call(this)},d._enabled=function(t,i){if(t===this._gc)for(var s=this._first;s;)s._enabled(t,!0),s=s._next;return e.prototype._enabled.call(this,t,i)},d.totalTime=function(){this._forcingPlayhead=!0;var e=t.prototype.totalTime.apply(this,arguments);return this._forcingPlayhead=!1,e},d.duration=function(t){return arguments.length?(0!==this.duration()&&0!==t&&this.timeScale(this._duration/t),this):(this._dirty&&this.totalDuration(),this._duration)},d.totalDuration=function(t){if(!arguments.length){if(this._dirty){for(var e,i,s=0,r=this._last,n=999999999999;r;)e=r._prev,r._dirty&&r.totalDuration(),r._startTime>n&&this._sortChildren&&!r._paused?this.add(r,r._startTime-r._delay):n=r._startTime,0>r._startTime&&!r._paused&&(s-=r._startTime,this._timeline.smoothChildTiming&&(this._startTime+=r._startTime/this._timeScale),this.shiftChildren(-r._startTime,!1,-9999999999),n=0),i=r._startTime+r._totalDuration/r._timeScale,i>s&&(s=i),r=e;this._duration=this._totalDuration=s,this._dirty=!1}return this._totalDuration}return 0!==this.totalDuration()&&0!==t&&this.timeScale(this._totalDuration/t),this},d.paused=function(e){if(!e)for(var i=this._first,s=this._time;i;)i._startTime===s&&"isPause"===i.data&&(i._rawPrevTime=s),i=i._next;return t.prototype.paused.apply(this,arguments)},d.usesFrames=function(){for(var e=this._timeline;e._timeline;)e=e._timeline;return e===t._rootFramesTimeline},d.rawTime=function(){return this._paused?this._totalTime:(this._timeline.rawTime()-this._startTime)*this._timeScale},s},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),function(t){"use strict";var e=function(){return(_gsScope.GreenSockGlobals||_gsScope)[t]};"function"==typeof define&&define.amd?define(["TweenLite"],e):"undefined"!=typeof module&&module.exports&&(require("./TweenLite.js"),module.exports=e())}("TimelineLite");
72
+
73
+ /*!
74
+ /*!
75
+ * VERSION: beta 1.15.2
76
+ * DATE: 2015-01-27
77
+ * UPDATES AND DOCS AT: http://greensock.com
78
+ *
79
+ * @license Copyright (c) 2008-2015, GreenSock. All rights reserved.
80
+ * This work is subject to the terms at http://greensock.com/standard-license or for
81
+ * Club GreenSock members, the software agreement that was issued with your membership.
82
+ *
83
+ * @author: Jack Doyle, jack@greensock.com
84
+ **/
85
+ var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("easing.Back",["easing.Ease"],function(t){var e,i,s,r=_gsScope.GreenSockGlobals||_gsScope,n=r.com.greensock,a=2*Math.PI,o=Math.PI/2,h=n._class,l=function(e,i){var s=h("easing."+e,function(){},!0),r=s.prototype=new t;return r.constructor=s,r.getRatio=i,s},_=t.register||function(){},u=function(t,e,i,s){var r=h("easing."+t,{easeOut:new e,easeIn:new i,easeInOut:new s},!0);return _(r,t),r},c=function(t,e,i){this.t=t,this.v=e,i&&(this.next=i,i.prev=this,this.c=i.v-e,this.gap=i.t-t)},f=function(e,i){var s=h("easing."+e,function(t){this._p1=t||0===t?t:1.70158,this._p2=1.525*this._p1},!0),r=s.prototype=new t;return r.constructor=s,r.getRatio=i,r.config=function(t){return new s(t)},s},p=u("Back",f("BackOut",function(t){return(t-=1)*t*((this._p1+1)*t+this._p1)+1}),f("BackIn",function(t){return t*t*((this._p1+1)*t-this._p1)}),f("BackInOut",function(t){return 1>(t*=2)?.5*t*t*((this._p2+1)*t-this._p2):.5*((t-=2)*t*((this._p2+1)*t+this._p2)+2)})),m=h("easing.SlowMo",function(t,e,i){e=e||0===e?e:.7,null==t?t=.7:t>1&&(t=1),this._p=1!==t?e:0,this._p1=(1-t)/2,this._p2=t,this._p3=this._p1+this._p2,this._calcEnd=i===!0},!0),d=m.prototype=new t;return d.constructor=m,d.getRatio=function(t){var e=t+(.5-t)*this._p;return this._p1>t?this._calcEnd?1-(t=1-t/this._p1)*t:e-(t=1-t/this._p1)*t*t*t*e:t>this._p3?this._calcEnd?1-(t=(t-this._p3)/this._p1)*t:e+(t-e)*(t=(t-this._p3)/this._p1)*t*t*t:this._calcEnd?1:e},m.ease=new m(.7,.7),d.config=m.config=function(t,e,i){return new m(t,e,i)},e=h("easing.SteppedEase",function(t){t=t||1,this._p1=1/t,this._p2=t+1},!0),d=e.prototype=new t,d.constructor=e,d.getRatio=function(t){return 0>t?t=0:t>=1&&(t=.999999999),(this._p2*t>>0)*this._p1},d.config=e.config=function(t){return new e(t)},i=h("easing.RoughEase",function(e){e=e||{};for(var i,s,r,n,a,o,h=e.taper||"none",l=[],_=0,u=0|(e.points||20),f=u,p=e.randomize!==!1,m=e.clamp===!0,d=e.template instanceof t?e.template:null,g="number"==typeof e.strength?.4*e.strength:.4;--f>-1;)i=p?Math.random():1/u*f,s=d?d.getRatio(i):i,"none"===h?r=g:"out"===h?(n=1-i,r=n*n*g):"in"===h?r=i*i*g:.5>i?(n=2*i,r=.5*n*n*g):(n=2*(1-i),r=.5*n*n*g),p?s+=Math.random()*r-.5*r:f%2?s+=.5*r:s-=.5*r,m&&(s>1?s=1:0>s&&(s=0)),l[_++]={x:i,y:s};for(l.sort(function(t,e){return t.x-e.x}),o=new c(1,1,null),f=u;--f>-1;)a=l[f],o=new c(a.x,a.y,o);this._prev=new c(0,0,0!==o.t?o:o.next)},!0),d=i.prototype=new t,d.constructor=i,d.getRatio=function(t){var e=this._prev;if(t>e.t){for(;e.next&&t>=e.t;)e=e.next;e=e.prev}else for(;e.prev&&e.t>=t;)e=e.prev;return this._prev=e,e.v+(t-e.t)/e.gap*e.c},d.config=function(t){return new i(t)},i.ease=new i,u("Bounce",l("BounceOut",function(t){return 1/2.75>t?7.5625*t*t:2/2.75>t?7.5625*(t-=1.5/2.75)*t+.75:2.5/2.75>t?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375}),l("BounceIn",function(t){return 1/2.75>(t=1-t)?1-7.5625*t*t:2/2.75>t?1-(7.5625*(t-=1.5/2.75)*t+.75):2.5/2.75>t?1-(7.5625*(t-=2.25/2.75)*t+.9375):1-(7.5625*(t-=2.625/2.75)*t+.984375)}),l("BounceInOut",function(t){var e=.5>t;return t=e?1-2*t:2*t-1,t=1/2.75>t?7.5625*t*t:2/2.75>t?7.5625*(t-=1.5/2.75)*t+.75:2.5/2.75>t?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375,e?.5*(1-t):.5*t+.5})),u("Circ",l("CircOut",function(t){return Math.sqrt(1-(t-=1)*t)}),l("CircIn",function(t){return-(Math.sqrt(1-t*t)-1)}),l("CircInOut",function(t){return 1>(t*=2)?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)})),s=function(e,i,s){var r=h("easing."+e,function(t,e){this._p1=t>=1?t:1,this._p2=(e||s)/(1>t?t:1),this._p3=this._p2/a*(Math.asin(1/this._p1)||0),this._p2=a/this._p2},!0),n=r.prototype=new t;return n.constructor=r,n.getRatio=i,n.config=function(t,e){return new r(t,e)},r},u("Elastic",s("ElasticOut",function(t){return this._p1*Math.pow(2,-10*t)*Math.sin((t-this._p3)*this._p2)+1},.3),s("ElasticIn",function(t){return-(this._p1*Math.pow(2,10*(t-=1))*Math.sin((t-this._p3)*this._p2))},.3),s("ElasticInOut",function(t){return 1>(t*=2)?-.5*this._p1*Math.pow(2,10*(t-=1))*Math.sin((t-this._p3)*this._p2):.5*this._p1*Math.pow(2,-10*(t-=1))*Math.sin((t-this._p3)*this._p2)+1},.45)),u("Expo",l("ExpoOut",function(t){return 1-Math.pow(2,-10*t)}),l("ExpoIn",function(t){return Math.pow(2,10*(t-1))-.001}),l("ExpoInOut",function(t){return 1>(t*=2)?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*(t-1)))})),u("Sine",l("SineOut",function(t){return Math.sin(t*o)}),l("SineIn",function(t){return-Math.cos(t*o)+1}),l("SineInOut",function(t){return-.5*(Math.cos(Math.PI*t)-1)})),h("easing.EaseLookup",{find:function(e){return t.map[e]}},!0),_(r.SlowMo,"SlowMo","ease,"),_(i,"RoughEase","ease,"),_(e,"SteppedEase","ease,"),p},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()();
86
+
87
+
88
+ /*!
89
+ * VERSION: 1.16.0
90
+ * DATE: 2015-03-01
91
+ * UPDATES AND DOCS AT: http://www.greensock.com
92
+ *
93
+ * @license Copyright (c) 2008-2015, GreenSock. All rights reserved.
94
+ * This work is subject to the terms at http://greensock.com/standard-license or for
95
+ * Club GreenSock members, the software agreement that was issued with your membership.
96
+ *
97
+ * @author: Jack Doyle, jack@greensock.com
98
+ */
99
+ var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("plugins.CSSPlugin",["plugins.TweenPlugin","TweenLite"],function(t,e){var i,r,s,n,a=function(){t.call(this,"css"),this._overwriteProps.length=0,this.setRatio=a.prototype.setRatio},o=_gsScope._gsDefine.globals,l={},h=a.prototype=new t("css");h.constructor=a,a.version="1.16.0",a.API=2,a.defaultTransformPerspective=0,a.defaultSkewType="compensated",h="px",a.suffixMap={top:h,right:h,bottom:h,left:h,width:h,height:h,fontSize:h,padding:h,margin:h,perspective:h,lineHeight:""};var u,f,p,c,_,d,m=/(?:\d|\-\d|\.\d|\-\.\d)+/g,g=/(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g,v=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi,y=/(?![+-]?\d*\.?\d+|[+-]|e[+-]\d+)[^0-9]/g,x=/(?:\d|\-|\+|=|#|\.)*/g,T=/opacity *= *([^)]*)/i,w=/opacity:([^;]*)/i,b=/alpha\(opacity *=.+?\)/i,P=/^(rgb|hsl)/,S=/([A-Z])/g,C=/-([a-z])/gi,O=/(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi,k=function(t,e){return e.toUpperCase()},R=/(?:Left|Right|Width)/i,A=/(M11|M12|M21|M22)=[\d\-\.e]+/gi,D=/progid\:DXImageTransform\.Microsoft\.Matrix\(.+?\)/i,M=/,(?=[^\)]*(?:\(|$))/gi,N=Math.PI/180,L=180/Math.PI,X={},z=document,F=function(t){return z.createElementNS?z.createElementNS("http://www.w3.org/1999/xhtml",t):z.createElement(t)},I=F("div"),E=F("img"),Y=a._internals={_specialProps:l},B=navigator.userAgent,U=function(){var t=B.indexOf("Android"),e=F("a");return p=-1!==B.indexOf("Safari")&&-1===B.indexOf("Chrome")&&(-1===t||Number(B.substr(t+8,1))>3),_=p&&6>Number(B.substr(B.indexOf("Version/")+8,1)),c=-1!==B.indexOf("Firefox"),(/MSIE ([0-9]{1,}[\.0-9]{0,})/.exec(B)||/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/.exec(B))&&(d=parseFloat(RegExp.$1)),e?(e.style.cssText="top:1px;opacity:.55;",/^0.55/.test(e.style.opacity)):!1}(),j=function(t){return T.test("string"==typeof t?t:(t.currentStyle?t.currentStyle.filter:t.style.filter)||"")?parseFloat(RegExp.$1)/100:1},V=function(t){window.console&&console.log(t)},W="",q="",G=function(t,e){e=e||I;var i,r,s=e.style;if(void 0!==s[t])return t;for(t=t.charAt(0).toUpperCase()+t.substr(1),i=["O","Moz","ms","Ms","Webkit"],r=5;--r>-1&&void 0===s[i[r]+t];);return r>=0?(q=3===r?"ms":i[r],W="-"+q.toLowerCase()+"-",q+t):null},H=z.defaultView?z.defaultView.getComputedStyle:function(){},Q=a.getStyle=function(t,e,i,r,s){var n;return U||"opacity"!==e?(!r&&t.style[e]?n=t.style[e]:(i=i||H(t))?n=i[e]||i.getPropertyValue(e)||i.getPropertyValue(e.replace(S,"-$1").toLowerCase()):t.currentStyle&&(n=t.currentStyle[e]),null==s||n&&"none"!==n&&"auto"!==n&&"auto auto"!==n?n:s):j(t)},Z=Y.convertToPixels=function(t,i,r,s,n){if("px"===s||!s)return r;if("auto"===s||!r)return 0;var o,l,h,u=R.test(i),f=t,p=I.style,c=0>r;if(c&&(r=-r),"%"===s&&-1!==i.indexOf("border"))o=r/100*(u?t.clientWidth:t.clientHeight);else{if(p.cssText="border:0 solid red;position:"+Q(t,"position")+";line-height:0;","%"!==s&&f.appendChild)p[u?"borderLeftWidth":"borderTopWidth"]=r+s;else{if(f=t.parentNode||z.body,l=f._gsCache,h=e.ticker.frame,l&&u&&l.time===h)return l.width*r/100;p[u?"width":"height"]=r+s}f.appendChild(I),o=parseFloat(I[u?"offsetWidth":"offsetHeight"]),f.removeChild(I),u&&"%"===s&&a.cacheWidths!==!1&&(l=f._gsCache=f._gsCache||{},l.time=h,l.width=100*(o/r)),0!==o||n||(o=Z(t,i,r,s,!0))}return c?-o:o},$=Y.calculateOffset=function(t,e,i){if("absolute"!==Q(t,"position",i))return 0;var r="left"===e?"Left":"Top",s=Q(t,"margin"+r,i);return t["offset"+r]-(Z(t,e,parseFloat(s),s.replace(x,""))||0)},K=function(t,e){var i,r,s,n={};if(e=e||H(t,null))if(i=e.length)for(;--i>-1;)s=e[i],(-1===s.indexOf("-transform")||be===s)&&(n[s.replace(C,k)]=e.getPropertyValue(s));else for(i in e)(-1===i.indexOf("Transform")||we===i)&&(n[i]=e[i]);else if(e=t.currentStyle||t.style)for(i in e)"string"==typeof i&&void 0===n[i]&&(n[i.replace(C,k)]=e[i]);return U||(n.opacity=j(t)),r=Me(t,e,!1),n.rotation=r.rotation,n.skewX=r.skewX,n.scaleX=r.scaleX,n.scaleY=r.scaleY,n.x=r.x,n.y=r.y,Se&&(n.z=r.z,n.rotationX=r.rotationX,n.rotationY=r.rotationY,n.scaleZ=r.scaleZ),n.filters&&delete n.filters,n},J=function(t,e,i,r,s){var n,a,o,l={},h=t.style;for(a in i)"cssText"!==a&&"length"!==a&&isNaN(a)&&(e[a]!==(n=i[a])||s&&s[a])&&-1===a.indexOf("Origin")&&("number"==typeof n||"string"==typeof n)&&(l[a]="auto"!==n||"left"!==a&&"top"!==a?""!==n&&"auto"!==n&&"none"!==n||"string"!=typeof e[a]||""===e[a].replace(y,"")?n:0:$(t,a),void 0!==h[a]&&(o=new ce(h,a,h[a],o)));if(r)for(a in r)"className"!==a&&(l[a]=r[a]);return{difs:l,firstMPT:o}},te={width:["Left","Right"],height:["Top","Bottom"]},ee=["marginLeft","marginRight","marginTop","marginBottom"],ie=function(t,e,i){var r=parseFloat("width"===e?t.offsetWidth:t.offsetHeight),s=te[e],n=s.length;for(i=i||H(t,null);--n>-1;)r-=parseFloat(Q(t,"padding"+s[n],i,!0))||0,r-=parseFloat(Q(t,"border"+s[n]+"Width",i,!0))||0;return r},re=function(t,e){(null==t||""===t||"auto"===t||"auto auto"===t)&&(t="0 0");var i=t.split(" "),r=-1!==t.indexOf("left")?"0%":-1!==t.indexOf("right")?"100%":i[0],s=-1!==t.indexOf("top")?"0%":-1!==t.indexOf("bottom")?"100%":i[1];return null==s?s="center"===r?"50%":"0":"center"===s&&(s="50%"),("center"===r||isNaN(parseFloat(r))&&-1===(r+"").indexOf("="))&&(r="50%"),e&&(e.oxp=-1!==r.indexOf("%"),e.oyp=-1!==s.indexOf("%"),e.oxr="="===r.charAt(1),e.oyr="="===s.charAt(1),e.ox=parseFloat(r.replace(y,"")),e.oy=parseFloat(s.replace(y,""))),r+" "+s+(i.length>2?" "+i[2]:"")},se=function(t,e){return"string"==typeof t&&"="===t.charAt(1)?parseInt(t.charAt(0)+"1",10)*parseFloat(t.substr(2)):parseFloat(t)-parseFloat(e)},ne=function(t,e){return null==t?e:"string"==typeof t&&"="===t.charAt(1)?parseInt(t.charAt(0)+"1",10)*parseFloat(t.substr(2))+e:parseFloat(t)},ae=function(t,e,i,r){var s,n,a,o,l,h=1e-6;return null==t?o=e:"number"==typeof t?o=t:(s=360,n=t.split("_"),l="="===t.charAt(1),a=(l?parseInt(t.charAt(0)+"1",10)*parseFloat(n[0].substr(2)):parseFloat(n[0]))*(-1===t.indexOf("rad")?1:L)-(l?0:e),n.length&&(r&&(r[i]=e+a),-1!==t.indexOf("short")&&(a%=s,a!==a%(s/2)&&(a=0>a?a+s:a-s)),-1!==t.indexOf("_cw")&&0>a?a=(a+9999999999*s)%s-(0|a/s)*s:-1!==t.indexOf("ccw")&&a>0&&(a=(a-9999999999*s)%s-(0|a/s)*s)),o=e+a),h>o&&o>-h&&(o=0),o},oe={aqua:[0,255,255],lime:[0,255,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,255],navy:[0,0,128],white:[255,255,255],fuchsia:[255,0,255],olive:[128,128,0],yellow:[255,255,0],orange:[255,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[255,0,0],pink:[255,192,203],cyan:[0,255,255],transparent:[255,255,255,0]},le=function(t,e,i){return t=0>t?t+1:t>1?t-1:t,0|255*(1>6*t?e+6*(i-e)*t:.5>t?i:2>3*t?e+6*(i-e)*(2/3-t):e)+.5},he=a.parseColor=function(t){var e,i,r,s,n,a;return t&&""!==t?"number"==typeof t?[t>>16,255&t>>8,255&t]:(","===t.charAt(t.length-1)&&(t=t.substr(0,t.length-1)),oe[t]?oe[t]:"#"===t.charAt(0)?(4===t.length&&(e=t.charAt(1),i=t.charAt(2),r=t.charAt(3),t="#"+e+e+i+i+r+r),t=parseInt(t.substr(1),16),[t>>16,255&t>>8,255&t]):"hsl"===t.substr(0,3)?(t=t.match(m),s=Number(t[0])%360/360,n=Number(t[1])/100,a=Number(t[2])/100,i=.5>=a?a*(n+1):a+n-a*n,e=2*a-i,t.length>3&&(t[3]=Number(t[3])),t[0]=le(s+1/3,e,i),t[1]=le(s,e,i),t[2]=le(s-1/3,e,i),t):(t=t.match(m)||oe.transparent,t[0]=Number(t[0]),t[1]=Number(t[1]),t[2]=Number(t[2]),t.length>3&&(t[3]=Number(t[3])),t)):oe.black},ue="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#.+?\\b";for(h in oe)ue+="|"+h+"\\b";ue=RegExp(ue+")","gi");var fe=function(t,e,i,r){if(null==t)return function(t){return t};var s,n=e?(t.match(ue)||[""])[0]:"",a=t.split(n).join("").match(v)||[],o=t.substr(0,t.indexOf(a[0])),l=")"===t.charAt(t.length-1)?")":"",h=-1!==t.indexOf(" ")?" ":",",u=a.length,f=u>0?a[0].replace(m,""):"";return u?s=e?function(t){var e,p,c,_;if("number"==typeof t)t+=f;else if(r&&M.test(t)){for(_=t.replace(M,"|").split("|"),c=0;_.length>c;c++)_[c]=s(_[c]);return _.join(",")}if(e=(t.match(ue)||[n])[0],p=t.split(e).join("").match(v)||[],c=p.length,u>c--)for(;u>++c;)p[c]=i?p[0|(c-1)/2]:a[c];return o+p.join(h)+h+e+l+(-1!==t.indexOf("inset")?" inset":"")}:function(t){var e,n,p;if("number"==typeof t)t+=f;else if(r&&M.test(t)){for(n=t.replace(M,"|").split("|"),p=0;n.length>p;p++)n[p]=s(n[p]);return n.join(",")}if(e=t.match(v)||[],p=e.length,u>p--)for(;u>++p;)e[p]=i?e[0|(p-1)/2]:a[p];return o+e.join(h)+l}:function(t){return t}},pe=function(t){return t=t.split(","),function(e,i,r,s,n,a,o){var l,h=(i+"").split(" ");for(o={},l=0;4>l;l++)o[t[l]]=h[l]=h[l]||h[(l-1)/2>>0];return s.parse(e,o,n,a)}},ce=(Y._setPluginRatio=function(t){this.plugin.setRatio(t);for(var e,i,r,s,n=this.data,a=n.proxy,o=n.firstMPT,l=1e-6;o;)e=a[o.v],o.r?e=Math.round(e):l>e&&e>-l&&(e=0),o.t[o.p]=e,o=o._next;if(n.autoRotate&&(n.autoRotate.rotation=a.rotation),1===t)for(o=n.firstMPT;o;){if(i=o.t,i.type){if(1===i.type){for(s=i.xs0+i.s+i.xs1,r=1;i.l>r;r++)s+=i["xn"+r]+i["xs"+(r+1)];i.e=s}}else i.e=i.s+i.xs0;o=o._next}},function(t,e,i,r,s){this.t=t,this.p=e,this.v=i,this.r=s,r&&(r._prev=this,this._next=r)}),_e=(Y._parseToProxy=function(t,e,i,r,s,n){var a,o,l,h,u,f=r,p={},c={},_=i._transform,d=X;for(i._transform=null,X=e,r=u=i.parse(t,e,r,s),X=d,n&&(i._transform=_,f&&(f._prev=null,f._prev&&(f._prev._next=null)));r&&r!==f;){if(1>=r.type&&(o=r.p,c[o]=r.s+r.c,p[o]=r.s,n||(h=new ce(r,"s",o,h,r.r),r.c=0),1===r.type))for(a=r.l;--a>0;)l="xn"+a,o=r.p+"_"+l,c[o]=r.data[l],p[o]=r[l],n||(h=new ce(r,l,o,h,r.rxp[l]));r=r._next}return{proxy:p,end:c,firstMPT:h,pt:u}},Y.CSSPropTween=function(t,e,r,s,a,o,l,h,u,f,p){this.t=t,this.p=e,this.s=r,this.c=s,this.n=l||e,t instanceof _e||n.push(this.n),this.r=h,this.type=o||0,u&&(this.pr=u,i=!0),this.b=void 0===f?r:f,this.e=void 0===p?r+s:p,a&&(this._next=a,a._prev=this)}),de=a.parseComplex=function(t,e,i,r,s,n,a,o,l,h){i=i||n||"",a=new _e(t,e,0,0,a,h?2:1,null,!1,o,i,r),r+="";var f,p,c,_,d,v,y,x,T,w,b,S,C=i.split(", ").join(",").split(" "),O=r.split(", ").join(",").split(" "),k=C.length,R=u!==!1;for((-1!==r.indexOf(",")||-1!==i.indexOf(","))&&(C=C.join(" ").replace(M,", ").split(" "),O=O.join(" ").replace(M,", ").split(" "),k=C.length),k!==O.length&&(C=(n||"").split(" "),k=C.length),a.plugin=l,a.setRatio=h,f=0;k>f;f++)if(_=C[f],d=O[f],x=parseFloat(_),x||0===x)a.appendXtra("",x,se(d,x),d.replace(g,""),R&&-1!==d.indexOf("px"),!0);else if(s&&("#"===_.charAt(0)||oe[_]||P.test(_)))S=","===d.charAt(d.length-1)?"),":")",_=he(_),d=he(d),T=_.length+d.length>6,T&&!U&&0===d[3]?(a["xs"+a.l]+=a.l?" transparent":"transparent",a.e=a.e.split(O[f]).join("transparent")):(U||(T=!1),a.appendXtra(T?"rgba(":"rgb(",_[0],d[0]-_[0],",",!0,!0).appendXtra("",_[1],d[1]-_[1],",",!0).appendXtra("",_[2],d[2]-_[2],T?",":S,!0),T&&(_=4>_.length?1:_[3],a.appendXtra("",_,(4>d.length?1:d[3])-_,S,!1)));else if(v=_.match(m)){if(y=d.match(g),!y||y.length!==v.length)return a;for(c=0,p=0;v.length>p;p++)b=v[p],w=_.indexOf(b,c),a.appendXtra(_.substr(c,w-c),Number(b),se(y[p],b),"",R&&"px"===_.substr(w+b.length,2),0===p),c=w+b.length;a["xs"+a.l]+=_.substr(c)}else a["xs"+a.l]+=a.l?" "+_:_;if(-1!==r.indexOf("=")&&a.data){for(S=a.xs0+a.data.s,f=1;a.l>f;f++)S+=a["xs"+f]+a.data["xn"+f];a.e=S+a["xs"+f]}return a.l||(a.type=-1,a.xs0=a.e),a.xfirst||a},me=9;for(h=_e.prototype,h.l=h.pr=0;--me>0;)h["xn"+me]=0,h["xs"+me]="";h.xs0="",h._next=h._prev=h.xfirst=h.data=h.plugin=h.setRatio=h.rxp=null,h.appendXtra=function(t,e,i,r,s,n){var a=this,o=a.l;return a["xs"+o]+=n&&o?" "+t:t||"",i||0===o||a.plugin?(a.l++,a.type=a.setRatio?2:1,a["xs"+a.l]=r||"",o>0?(a.data["xn"+o]=e+i,a.rxp["xn"+o]=s,a["xn"+o]=e,a.plugin||(a.xfirst=new _e(a,"xn"+o,e,i,a.xfirst||a,0,a.n,s,a.pr),a.xfirst.xs0=0),a):(a.data={s:e+i},a.rxp={},a.s=e,a.c=i,a.r=s,a)):(a["xs"+o]+=e+(r||""),a)};var ge=function(t,e){e=e||{},this.p=e.prefix?G(t)||t:t,l[t]=l[this.p]=this,this.format=e.formatter||fe(e.defaultValue,e.color,e.collapsible,e.multi),e.parser&&(this.parse=e.parser),this.clrs=e.color,this.multi=e.multi,this.keyword=e.keyword,this.dflt=e.defaultValue,this.pr=e.priority||0},ve=Y._registerComplexSpecialProp=function(t,e,i){"object"!=typeof e&&(e={parser:i});var r,s,n=t.split(","),a=e.defaultValue;for(i=i||[a],r=0;n.length>r;r++)e.prefix=0===r&&e.prefix,e.defaultValue=i[r]||a,s=new ge(n[r],e)},ye=function(t){if(!l[t]){var e=t.charAt(0).toUpperCase()+t.substr(1)+"Plugin";ve(t,{parser:function(t,i,r,s,n,a,h){var u=o.com.greensock.plugins[e];return u?(u._cssRegister(),l[r].parse(t,i,r,s,n,a,h)):(V("Error: "+e+" js file not loaded."),n)}})}};h=ge.prototype,h.parseComplex=function(t,e,i,r,s,n){var a,o,l,h,u,f,p=this.keyword;if(this.multi&&(M.test(i)||M.test(e)?(o=e.replace(M,"|").split("|"),l=i.replace(M,"|").split("|")):p&&(o=[e],l=[i])),l){for(h=l.length>o.length?l.length:o.length,a=0;h>a;a++)e=o[a]=o[a]||this.dflt,i=l[a]=l[a]||this.dflt,p&&(u=e.indexOf(p),f=i.indexOf(p),u!==f&&(-1===f?o[a]=o[a].split(p).join(""):-1===u&&(o[a]+=" "+p)));e=o.join(", "),i=l.join(", ")}return de(t,this.p,e,i,this.clrs,this.dflt,r,this.pr,s,n)},h.parse=function(t,e,i,r,n,a){return this.parseComplex(t.style,this.format(Q(t,this.p,s,!1,this.dflt)),this.format(e),n,a)},a.registerSpecialProp=function(t,e,i){ve(t,{parser:function(t,r,s,n,a,o){var l=new _e(t,s,0,0,a,2,s,!1,i);return l.plugin=o,l.setRatio=e(t,r,n._tween,s),l},priority:i})},a.useSVGTransformAttr=p;var xe,Te="scaleX,scaleY,scaleZ,x,y,z,skewX,skewY,rotation,rotationX,rotationY,perspective,xPercent,yPercent".split(","),we=G("transform"),be=W+"transform",Pe=G("transformOrigin"),Se=null!==G("perspective"),Ce=Y.Transform=function(){this.perspective=parseFloat(a.defaultTransformPerspective)||0,this.force3D=a.defaultForce3D!==!1&&Se?a.defaultForce3D||"auto":!1},Oe=window.SVGElement,ke=function(t,e,i){var r,s=z.createElementNS("http://www.w3.org/2000/svg",t),n=/([a-z])([A-Z])/g;for(r in i)s.setAttributeNS(null,r.replace(n,"$1-$2").toLowerCase(),i[r]);return e.appendChild(s),s},Re=z.documentElement,Ae=function(){var t,e,i,r=d||/Android/i.test(B)&&!window.chrome;return z.createElementNS&&!r&&(t=ke("svg",Re),e=ke("rect",t,{width:100,height:50,x:100}),i=e.getBoundingClientRect().width,e.style[Pe]="50% 50%",e.style[we]="scaleX(0.5)",r=i===e.getBoundingClientRect().width&&!(c&&Se),Re.removeChild(t)),r}(),De=function(t,e,i,r){var s,n;r&&(n=r.split(" ")).length||(s=t.getBBox(),e=re(e).split(" "),n=[(-1!==e[0].indexOf("%")?parseFloat(e[0])/100*s.width:parseFloat(e[0]))+s.x,(-1!==e[1].indexOf("%")?parseFloat(e[1])/100*s.height:parseFloat(e[1]))+s.y]),i.xOrigin=parseFloat(n[0]),i.yOrigin=parseFloat(n[1]),t.setAttribute("data-svg-origin",n.join(" "))},Me=Y.getTransform=function(t,e,i,r){if(t._gsTransform&&i&&!r)return t._gsTransform;var n,o,l,h,u,f,p,c,_,d,m=i?t._gsTransform||new Ce:new Ce,g=0>m.scaleX,v=2e-5,y=1e5,x=Se?parseFloat(Q(t,Pe,e,!1,"0 0 0").split(" ")[2])||m.zOrigin||0:0,T=parseFloat(a.defaultTransformPerspective)||0;if(we?o=Q(t,be,e,!0):t.currentStyle&&(o=t.currentStyle.filter.match(A),o=o&&4===o.length?[o[0].substr(4),Number(o[2].substr(4)),Number(o[1].substr(4)),o[3].substr(4),m.x||0,m.y||0].join(","):""),n=!o||"none"===o||"matrix(1, 0, 0, 1, 0, 0)"===o,m.svg=!!(Oe&&"function"==typeof t.getBBox&&t.getCTM&&(!t.parentNode||t.parentNode.getBBox&&t.parentNode.getCTM)),m.svg&&(n&&-1!==(t.style[we]+"").indexOf("matrix")&&(o=t.style[we],n=!1),De(t,Q(t,Pe,s,!1,"50% 50%")+"",m,t.getAttribute("data-svg-origin")),xe=a.useSVGTransformAttr||Ae,l=t.getAttribute("transform"),n&&l&&-1!==l.indexOf("matrix")&&(o=l,n=0)),!n){for(l=(o||"").match(/(?:\-|\b)[\d\-\.e]+\b/gi)||[],h=l.length;--h>-1;)u=Number(l[h]),l[h]=(f=u-(u|=0))?(0|f*y+(0>f?-.5:.5))/y+u:u;if(16===l.length){var w,b,P,S,C,O=l[0],k=l[1],R=l[2],D=l[3],M=l[4],N=l[5],X=l[6],z=l[7],F=l[8],I=l[9],E=l[10],Y=l[12],B=l[13],U=l[14],j=l[11],V=Math.atan2(X,E);m.zOrigin&&(U=-m.zOrigin,Y=F*U-l[12],B=I*U-l[13],U=E*U+m.zOrigin-l[14]),m.rotationX=V*L,V&&(S=Math.cos(-V),C=Math.sin(-V),w=M*S+F*C,b=N*S+I*C,P=X*S+E*C,F=M*-C+F*S,I=N*-C+I*S,E=X*-C+E*S,j=z*-C+j*S,M=w,N=b,X=P),V=Math.atan2(F,E),m.rotationY=V*L,V&&(S=Math.cos(-V),C=Math.sin(-V),w=O*S-F*C,b=k*S-I*C,P=R*S-E*C,I=k*C+I*S,E=R*C+E*S,j=D*C+j*S,O=w,k=b,R=P),V=Math.atan2(k,O),m.rotation=V*L,V&&(S=Math.cos(-V),C=Math.sin(-V),O=O*S+M*C,b=k*S+N*C,N=k*-C+N*S,X=R*-C+X*S,k=b),m.rotationX&&Math.abs(m.rotationX)+Math.abs(m.rotation)>359.9&&(m.rotationX=m.rotation=0,m.rotationY+=180),m.scaleX=(0|Math.sqrt(O*O+k*k)*y+.5)/y,m.scaleY=(0|Math.sqrt(N*N+I*I)*y+.5)/y,m.scaleZ=(0|Math.sqrt(X*X+E*E)*y+.5)/y,m.skewX=0,m.perspective=j?1/(0>j?-j:j):0,m.x=Y,m.y=B,m.z=U,m.svg&&(m.x-=m.xOrigin-(m.xOrigin*O-m.yOrigin*M),m.y-=m.yOrigin-(m.yOrigin*k-m.xOrigin*N))}else if(!(Se&&!r&&l.length&&m.x===l[4]&&m.y===l[5]&&(m.rotationX||m.rotationY)||void 0!==m.x&&"none"===Q(t,"display",e))){var W=l.length>=6,q=W?l[0]:1,G=l[1]||0,H=l[2]||0,Z=W?l[3]:1;m.x=l[4]||0,m.y=l[5]||0,p=Math.sqrt(q*q+G*G),c=Math.sqrt(Z*Z+H*H),_=q||G?Math.atan2(G,q)*L:m.rotation||0,d=H||Z?Math.atan2(H,Z)*L+_:m.skewX||0,Math.abs(d)>90&&270>Math.abs(d)&&(g?(p*=-1,d+=0>=_?180:-180,_+=0>=_?180:-180):(c*=-1,d+=0>=d?180:-180)),m.scaleX=p,m.scaleY=c,m.rotation=_,m.skewX=d,Se&&(m.rotationX=m.rotationY=m.z=0,m.perspective=T,m.scaleZ=1),m.svg&&(m.x-=m.xOrigin-(m.xOrigin*q-m.yOrigin*G),m.y-=m.yOrigin-(m.yOrigin*Z-m.xOrigin*H))}m.zOrigin=x;for(h in m)v>m[h]&&m[h]>-v&&(m[h]=0)}return i&&(t._gsTransform=m,m.svg&&(xe&&t.style[we]?Fe(t.style,we):!xe&&t.getAttribute("transform")&&t.removeAttribute("transform"))),m},Ne=function(t){var e,i,r=this.data,s=-r.rotation*N,n=s+r.skewX*N,a=1e5,o=(0|Math.cos(s)*r.scaleX*a)/a,l=(0|Math.sin(s)*r.scaleX*a)/a,h=(0|Math.sin(n)*-r.scaleY*a)/a,u=(0|Math.cos(n)*r.scaleY*a)/a,f=this.t.style,p=this.t.currentStyle;if(p){i=l,l=-h,h=-i,e=p.filter,f.filter="";var c,_,m=this.t.offsetWidth,g=this.t.offsetHeight,v="absolute"!==p.position,y="progid:DXImageTransform.Microsoft.Matrix(M11="+o+", M12="+l+", M21="+h+", M22="+u,w=r.x+m*r.xPercent/100,b=r.y+g*r.yPercent/100;if(null!=r.ox&&(c=(r.oxp?.01*m*r.ox:r.ox)-m/2,_=(r.oyp?.01*g*r.oy:r.oy)-g/2,w+=c-(c*o+_*l),b+=_-(c*h+_*u)),v?(c=m/2,_=g/2,y+=", Dx="+(c-(c*o+_*l)+w)+", Dy="+(_-(c*h+_*u)+b)+")"):y+=", sizingMethod='auto expand')",f.filter=-1!==e.indexOf("DXImageTransform.Microsoft.Matrix(")?e.replace(D,y):y+" "+e,(0===t||1===t)&&1===o&&0===l&&0===h&&1===u&&(v&&-1===y.indexOf("Dx=0, Dy=0")||T.test(e)&&100!==parseFloat(RegExp.$1)||-1===e.indexOf("gradient("&&e.indexOf("Alpha"))&&f.removeAttribute("filter")),!v){var P,S,C,O=8>d?1:-1;for(c=r.ieOffsetX||0,_=r.ieOffsetY||0,r.ieOffsetX=Math.round((m-((0>o?-o:o)*m+(0>l?-l:l)*g))/2+w),r.ieOffsetY=Math.round((g-((0>u?-u:u)*g+(0>h?-h:h)*m))/2+b),me=0;4>me;me++)S=ee[me],P=p[S],i=-1!==P.indexOf("px")?parseFloat(P):Z(this.t,S,parseFloat(P),P.replace(x,""))||0,C=i!==r[S]?2>me?-r.ieOffsetX:-r.ieOffsetY:2>me?c-r.ieOffsetX:_-r.ieOffsetY,f[S]=(r[S]=Math.round(i-C*(0===me||2===me?1:O)))+"px"}}},Le=Y.set3DTransformRatio=function(t){var e,i,r,s,n,a,o,l,h,u,f,p,_,d,m,g,v,y,x,T,w,b=this.data,P=this.t.style,S=b.rotation*N,C=b.scaleX,O=b.scaleY,k=b.scaleZ,R=b.x,A=b.y,D=b.z,M=b.perspective;if(!(1!==t&&0!==t&&b.force3D||b.force3D===!0||b.rotationY||b.rotationX||1!==k||M||D||this.tween._totalTime!==this.tween._totalDuration&&this.tween._totalTime))return Xe.call(this,t),void 0;if(c&&(d=1e-4,d>C&&C>-d&&(C=k=2e-5),d>O&&O>-d&&(O=k=2e-5),!M||b.z||b.rotationX||b.rotationY||(M=0)),S||b.skewX)m=e=Math.cos(S),g=s=Math.sin(S),b.skewX&&(S-=b.skewX*N,m=Math.cos(S),g=Math.sin(S),"simple"===b.skewType&&(v=Math.tan(b.skewX*N),v=Math.sqrt(1+v*v),m*=v,g*=v)),i=-g,n=m;else{if(!(b.rotationY||b.rotationX||1!==k||M||b.svg))return P[we]=(b.xPercent||b.yPercent?"translate("+b.xPercent+"%,"+b.yPercent+"%) translate3d(":"translate3d(")+R+"px,"+A+"px,"+D+"px)"+(1!==C||1!==O?" scale("+C+","+O+")":""),void 0;e=n=1,i=s=0}h=1,r=a=o=l=u=f=0,p=M?-1/M:0,_=b.zOrigin,d=1e-6,T=",",w="0",S=b.rotationY*N,S&&(m=Math.cos(S),g=Math.sin(S),o=-g,u=p*-g,r=e*g,a=s*g,h=m,p*=m,e*=m,s*=m),S=b.rotationX*N,S&&(m=Math.cos(S),g=Math.sin(S),v=i*m+r*g,y=n*m+a*g,l=h*g,f=p*g,r=i*-g+r*m,a=n*-g+a*m,h*=m,p*=m,i=v,n=y),1!==k&&(r*=k,a*=k,h*=k,p*=k),1!==O&&(i*=O,n*=O,l*=O,f*=O),1!==C&&(e*=C,s*=C,o*=C,u*=C),(_||b.svg)&&(_&&(R+=r*-_,A+=a*-_,D+=h*-_+_),b.svg&&(R+=b.xOrigin-(b.xOrigin*e+b.yOrigin*i),A+=b.yOrigin-(b.xOrigin*s+b.yOrigin*n)),d>R&&R>-d&&(R=w),d>A&&A>-d&&(A=w),d>D&&D>-d&&(D=0)),x=b.xPercent||b.yPercent?"translate("+b.xPercent+"%,"+b.yPercent+"%) matrix3d(":"matrix3d(",x+=(d>e&&e>-d?w:e)+T+(d>s&&s>-d?w:s)+T+(d>o&&o>-d?w:o),x+=T+(d>u&&u>-d?w:u)+T+(d>i&&i>-d?w:i)+T+(d>n&&n>-d?w:n),b.rotationX||b.rotationY?(x+=T+(d>l&&l>-d?w:l)+T+(d>f&&f>-d?w:f)+T+(d>r&&r>-d?w:r),x+=T+(d>a&&a>-d?w:a)+T+(d>h&&h>-d?w:h)+T+(d>p&&p>-d?w:p)+T):x+=",0,0,0,0,1,0,",x+=R+T+A+T+D+T+(M?1+-D/M:1)+")",P[we]=x},Xe=Y.set2DTransformRatio=function(t){var e,i,r,s,n,a,o,l,h,u,f,p,c=this.data,_=this.t,d=_.style,m=c.x,g=c.y;return!(c.rotationX||c.rotationY||c.z||c.force3D===!0||"auto"===c.force3D&&1!==t&&0!==t)||c.svg&&xe||!Se?(s=c.scaleX,n=c.scaleY,c.rotation||c.skewX||c.svg?(e=c.rotation*N,i=c.skewX*N,r=1e5,a=Math.cos(e)*s,o=Math.sin(e)*s,l=Math.sin(e-i)*-n,h=Math.cos(e-i)*n,i&&"simple"===c.skewType&&(p=Math.tan(i),p=Math.sqrt(1+p*p),l*=p,h*=p),c.svg&&(m+=c.xOrigin-(c.xOrigin*a+c.yOrigin*l),g+=c.yOrigin-(c.xOrigin*o+c.yOrigin*h),f=1e-6,f>m&&m>-f&&(m=0),f>g&&g>-f&&(g=0)),u=(0|a*r)/r+","+(0|o*r)/r+","+(0|l*r)/r+","+(0|h*r)/r+","+m+","+g+")",c.svg&&xe?_.setAttribute("transform","matrix("+u):d[we]=(c.xPercent||c.yPercent?"translate("+c.xPercent+"%,"+c.yPercent+"%) matrix(":"matrix(")+u):d[we]=(c.xPercent||c.yPercent?"translate("+c.xPercent+"%,"+c.yPercent+"%) matrix(":"matrix(")+s+",0,0,"+n+","+m+","+g+")",void 0):(this.setRatio=Le,Le.call(this,t),void 0)};h=Ce.prototype,h.x=h.y=h.z=h.skewX=h.skewY=h.rotation=h.rotationX=h.rotationY=h.zOrigin=h.xPercent=h.yPercent=0,h.scaleX=h.scaleY=h.scaleZ=1,ve("transform,scale,scaleX,scaleY,scaleZ,x,y,z,rotation,rotationX,rotationY,rotationZ,skewX,skewY,shortRotation,shortRotationX,shortRotationY,shortRotationZ,transformOrigin,svgOrigin,transformPerspective,directionalRotation,parseTransform,force3D,skewType,xPercent,yPercent",{parser:function(t,e,i,r,n,o,l){if(r._lastParsedTransform===l)return n;r._lastParsedTransform=l;var h,u,f,p,c,_,d,m=r._transform=Me(t,s,!0,l.parseTransform),g=t.style,v=1e-6,y=Te.length,x=l,T={};if("string"==typeof x.transform&&we)f=I.style,f[we]=x.transform,f.display="block",f.position="absolute",z.body.appendChild(I),h=Me(I,null,!1),z.body.removeChild(I);else if("object"==typeof x){if(h={scaleX:ne(null!=x.scaleX?x.scaleX:x.scale,m.scaleX),scaleY:ne(null!=x.scaleY?x.scaleY:x.scale,m.scaleY),scaleZ:ne(x.scaleZ,m.scaleZ),x:ne(x.x,m.x),y:ne(x.y,m.y),z:ne(x.z,m.z),xPercent:ne(x.xPercent,m.xPercent),yPercent:ne(x.yPercent,m.yPercent),perspective:ne(x.transformPerspective,m.perspective)},d=x.directionalRotation,null!=d)if("object"==typeof d)for(f in d)x[f]=d[f];else x.rotation=d;"string"==typeof x.x&&-1!==x.x.indexOf("%")&&(h.x=0,h.xPercent=ne(x.x,m.xPercent)),"string"==typeof x.y&&-1!==x.y.indexOf("%")&&(h.y=0,h.yPercent=ne(x.y,m.yPercent)),h.rotation=ae("rotation"in x?x.rotation:"shortRotation"in x?x.shortRotation+"_short":"rotationZ"in x?x.rotationZ:m.rotation,m.rotation,"rotation",T),Se&&(h.rotationX=ae("rotationX"in x?x.rotationX:"shortRotationX"in x?x.shortRotationX+"_short":m.rotationX||0,m.rotationX,"rotationX",T),h.rotationY=ae("rotationY"in x?x.rotationY:"shortRotationY"in x?x.shortRotationY+"_short":m.rotationY||0,m.rotationY,"rotationY",T)),h.skewX=null==x.skewX?m.skewX:ae(x.skewX,m.skewX),h.skewY=null==x.skewY?m.skewY:ae(x.skewY,m.skewY),(u=h.skewY-m.skewY)&&(h.skewX+=u,h.rotation+=u)}for(Se&&null!=x.force3D&&(m.force3D=x.force3D,_=!0),m.skewType=x.skewType||m.skewType||a.defaultSkewType,c=m.force3D||m.z||m.rotationX||m.rotationY||h.z||h.rotationX||h.rotationY||h.perspective,c||null==x.scale||(h.scaleZ=1);--y>-1;)i=Te[y],p=h[i]-m[i],(p>v||-v>p||null!=x[i]||null!=X[i])&&(_=!0,n=new _e(m,i,m[i],p,n),i in T&&(n.e=T[i]),n.xs0=0,n.plugin=o,r._overwriteProps.push(n.n));return p=x.transformOrigin,m.svg&&(p||x.svgOrigin)&&(De(t,re(p),h,x.svgOrigin),n=new _e(m,"xOrigin",m.xOrigin,h.xOrigin-m.xOrigin,n,-1,"transformOrigin"),n.b=m.xOrigin,n.e=n.xs0=h.xOrigin,n=new _e(m,"yOrigin",m.yOrigin,h.yOrigin-m.yOrigin,n,-1,"transformOrigin"),n.b=m.yOrigin,n.e=n.xs0=h.yOrigin,p=xe?null:"0px 0px"),(p||Se&&c&&m.zOrigin)&&(we?(_=!0,i=Pe,p=(p||Q(t,i,s,!1,"50% 50%"))+"",n=new _e(g,i,0,0,n,-1,"transformOrigin"),n.b=g[i],n.plugin=o,Se?(f=m.zOrigin,p=p.split(" "),m.zOrigin=(p.length>2&&(0===f||"0px"!==p[2])?parseFloat(p[2]):f)||0,n.xs0=n.e=p[0]+" "+(p[1]||"50%")+" 0px",n=new _e(m,"zOrigin",0,0,n,-1,n.n),n.b=f,n.xs0=n.e=m.zOrigin):n.xs0=n.e=p):re(p+"",m)),_&&(r._transformType=m.svg&&xe||!c&&3!==this._transformType?2:3),n},prefix:!0}),ve("boxShadow",{defaultValue:"0px 0px 0px 0px #999",prefix:!0,color:!0,multi:!0,keyword:"inset"}),ve("borderRadius",{defaultValue:"0px",parser:function(t,e,i,n,a){e=this.format(e);var o,l,h,u,f,p,c,_,d,m,g,v,y,x,T,w,b=["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],P=t.style;for(d=parseFloat(t.offsetWidth),m=parseFloat(t.offsetHeight),o=e.split(" "),l=0;b.length>l;l++)this.p.indexOf("border")&&(b[l]=G(b[l])),f=u=Q(t,b[l],s,!1,"0px"),-1!==f.indexOf(" ")&&(u=f.split(" "),f=u[0],u=u[1]),p=h=o[l],c=parseFloat(f),v=f.substr((c+"").length),y="="===p.charAt(1),y?(_=parseInt(p.charAt(0)+"1",10),p=p.substr(2),_*=parseFloat(p),g=p.substr((_+"").length-(0>_?1:0))||""):(_=parseFloat(p),g=p.substr((_+"").length)),""===g&&(g=r[i]||v),g!==v&&(x=Z(t,"borderLeft",c,v),T=Z(t,"borderTop",c,v),"%"===g?(f=100*(x/d)+"%",u=100*(T/m)+"%"):"em"===g?(w=Z(t,"borderLeft",1,"em"),f=x/w+"em",u=T/w+"em"):(f=x+"px",u=T+"px"),y&&(p=parseFloat(f)+_+g,h=parseFloat(u)+_+g)),a=de(P,b[l],f+" "+u,p+" "+h,!1,"0px",a);return a},prefix:!0,formatter:fe("0px 0px 0px 0px",!1,!0)}),ve("backgroundPosition",{defaultValue:"0 0",parser:function(t,e,i,r,n,a){var o,l,h,u,f,p,c="background-position",_=s||H(t,null),m=this.format((_?d?_.getPropertyValue(c+"-x")+" "+_.getPropertyValue(c+"-y"):_.getPropertyValue(c):t.currentStyle.backgroundPositionX+" "+t.currentStyle.backgroundPositionY)||"0 0"),g=this.format(e);if(-1!==m.indexOf("%")!=(-1!==g.indexOf("%"))&&(p=Q(t,"backgroundImage").replace(O,""),p&&"none"!==p)){for(o=m.split(" "),l=g.split(" "),E.setAttribute("src",p),h=2;--h>-1;)m=o[h],u=-1!==m.indexOf("%"),u!==(-1!==l[h].indexOf("%"))&&(f=0===h?t.offsetWidth-E.width:t.offsetHeight-E.height,o[h]=u?parseFloat(m)/100*f+"px":100*(parseFloat(m)/f)+"%");m=o.join(" ")}return this.parseComplex(t.style,m,g,n,a)},formatter:re}),ve("backgroundSize",{defaultValue:"0 0",formatter:re}),ve("perspective",{defaultValue:"0px",prefix:!0}),ve("perspectiveOrigin",{defaultValue:"50% 50%",prefix:!0}),ve("transformStyle",{prefix:!0}),ve("backfaceVisibility",{prefix:!0}),ve("userSelect",{prefix:!0}),ve("margin",{parser:pe("marginTop,marginRight,marginBottom,marginLeft")}),ve("padding",{parser:pe("paddingTop,paddingRight,paddingBottom,paddingLeft")}),ve("clip",{defaultValue:"rect(0px,0px,0px,0px)",parser:function(t,e,i,r,n,a){var o,l,h;return 9>d?(l=t.currentStyle,h=8>d?" ":",",o="rect("+l.clipTop+h+l.clipRight+h+l.clipBottom+h+l.clipLeft+")",e=this.format(e).split(",").join(h)):(o=this.format(Q(t,this.p,s,!1,this.dflt)),e=this.format(e)),this.parseComplex(t.style,o,e,n,a)}}),ve("textShadow",{defaultValue:"0px 0px 0px #999",color:!0,multi:!0}),ve("autoRound,strictUnits",{parser:function(t,e,i,r,s){return s}}),ve("border",{defaultValue:"0px solid #000",parser:function(t,e,i,r,n,a){return this.parseComplex(t.style,this.format(Q(t,"borderTopWidth",s,!1,"0px")+" "+Q(t,"borderTopStyle",s,!1,"solid")+" "+Q(t,"borderTopColor",s,!1,"#000")),this.format(e),n,a)},color:!0,formatter:function(t){var e=t.split(" ");return e[0]+" "+(e[1]||"solid")+" "+(t.match(ue)||["#000"])[0]}}),ve("borderWidth",{parser:pe("borderTopWidth,borderRightWidth,borderBottomWidth,borderLeftWidth")}),ve("float,cssFloat,styleFloat",{parser:function(t,e,i,r,s){var n=t.style,a="cssFloat"in n?"cssFloat":"styleFloat";return new _e(n,a,0,0,s,-1,i,!1,0,n[a],e)}});var ze=function(t){var e,i=this.t,r=i.filter||Q(this.data,"filter")||"",s=0|this.s+this.c*t;100===s&&(-1===r.indexOf("atrix(")&&-1===r.indexOf("radient(")&&-1===r.indexOf("oader(")?(i.removeAttribute("filter"),e=!Q(this.data,"filter")):(i.filter=r.replace(b,""),e=!0)),e||(this.xn1&&(i.filter=r=r||"alpha(opacity="+s+")"),-1===r.indexOf("pacity")?0===s&&this.xn1||(i.filter=r+" alpha(opacity="+s+")"):i.filter=r.replace(T,"opacity="+s))};ve("opacity,alpha,autoAlpha",{defaultValue:"1",parser:function(t,e,i,r,n,a){var o=parseFloat(Q(t,"opacity",s,!1,"1")),l=t.style,h="autoAlpha"===i;return"string"==typeof e&&"="===e.charAt(1)&&(e=("-"===e.charAt(0)?-1:1)*parseFloat(e.substr(2))+o),h&&1===o&&"hidden"===Q(t,"visibility",s)&&0!==e&&(o=0),U?n=new _e(l,"opacity",o,e-o,n):(n=new _e(l,"opacity",100*o,100*(e-o),n),n.xn1=h?1:0,l.zoom=1,n.type=2,n.b="alpha(opacity="+n.s+")",n.e="alpha(opacity="+(n.s+n.c)+")",n.data=t,n.plugin=a,n.setRatio=ze),h&&(n=new _e(l,"visibility",0,0,n,-1,null,!1,0,0!==o?"inherit":"hidden",0===e?"hidden":"inherit"),n.xs0="inherit",r._overwriteProps.push(n.n),r._overwriteProps.push(i)),n}});var Fe=function(t,e){e&&(t.removeProperty?(("ms"===e.substr(0,2)||"webkit"===e.substr(0,6))&&(e="-"+e),t.removeProperty(e.replace(S,"-$1").toLowerCase())):t.removeAttribute(e))},Ie=function(t){if(this.t._gsClassPT=this,1===t||0===t){this.t.setAttribute("class",0===t?this.b:this.e);for(var e=this.data,i=this.t.style;e;)e.v?i[e.p]=e.v:Fe(i,e.p),e=e._next;1===t&&this.t._gsClassPT===this&&(this.t._gsClassPT=null)}else this.t.getAttribute("class")!==this.e&&this.t.setAttribute("class",this.e)};ve("className",{parser:function(t,e,r,n,a,o,l){var h,u,f,p,c,_=t.getAttribute("class")||"",d=t.style.cssText;if(a=n._classNamePT=new _e(t,r,0,0,a,2),a.setRatio=Ie,a.pr=-11,i=!0,a.b=_,u=K(t,s),f=t._gsClassPT){for(p={},c=f.data;c;)p[c.p]=1,c=c._next;f.setRatio(1)}return t._gsClassPT=a,a.e="="!==e.charAt(1)?e:_.replace(RegExp("\\s*\\b"+e.substr(2)+"\\b"),"")+("+"===e.charAt(0)?" "+e.substr(2):""),n._tween._duration&&(t.setAttribute("class",a.e),h=J(t,u,K(t),l,p),t.setAttribute("class",_),a.data=h.firstMPT,t.style.cssText=d,a=a.xfirst=n.parse(t,h.difs,a,o)),a}});var Ee=function(t){if((1===t||0===t)&&this.data._totalTime===this.data._totalDuration&&"isFromStart"!==this.data.data){var e,i,r,s,n=this.t.style,a=l.transform.parse;if("all"===this.e)n.cssText="",s=!0;else for(e=this.e.split(" ").join("").split(","),r=e.length;--r>-1;)i=e[r],l[i]&&(l[i].parse===a?s=!0:i="transformOrigin"===i?Pe:l[i].p),Fe(n,i);s&&(Fe(n,we),this.t._gsTransform&&delete this.t._gsTransform)}};for(ve("clearProps",{parser:function(t,e,r,s,n){return n=new _e(t,r,0,0,n,2),n.setRatio=Ee,n.e=e,n.pr=-10,n.data=s._tween,i=!0,n}}),h="bezier,throwProps,physicsProps,physics2D".split(","),me=h.length;me--;)ye(h[me]);h=a.prototype,h._firstPT=h._lastParsedTransform=h._transform=null,h._onInitTween=function(t,e,o){if(!t.nodeType)return!1;this._target=t,this._tween=o,this._vars=e,u=e.autoRound,i=!1,r=e.suffixMap||a.suffixMap,s=H(t,""),n=this._overwriteProps;var l,h,c,d,m,g,v,y,x,T=t.style;if(f&&""===T.zIndex&&(l=Q(t,"zIndex",s),("auto"===l||""===l)&&this._addLazySet(T,"zIndex",0)),"string"==typeof e&&(d=T.cssText,l=K(t,s),T.cssText=d+";"+e,l=J(t,l,K(t)).difs,!U&&w.test(e)&&(l.opacity=parseFloat(RegExp.$1)),e=l,T.cssText=d),this._firstPT=h=this.parse(t,e,null),this._transformType){for(x=3===this._transformType,we?p&&(f=!0,""===T.zIndex&&(v=Q(t,"zIndex",s),("auto"===v||""===v)&&this._addLazySet(T,"zIndex",0)),_&&this._addLazySet(T,"WebkitBackfaceVisibility",this._vars.WebkitBackfaceVisibility||(x?"visible":"hidden"))):T.zoom=1,c=h;c&&c._next;)c=c._next;y=new _e(t,"transform",0,0,null,2),this._linkCSSP(y,null,c),y.setRatio=x&&Se?Le:we?Xe:Ne,y.data=this._transform||Me(t,s,!0),y.tween=o,n.pop()}if(i){for(;h;){for(g=h._next,c=d;c&&c.pr>h.pr;)c=c._next;(h._prev=c?c._prev:m)?h._prev._next=h:d=h,(h._next=c)?c._prev=h:m=h,h=g}this._firstPT=d}return!0},h.parse=function(t,e,i,n){var a,o,h,f,p,c,_,d,m,g,v=t.style;
100
+ for(a in e)c=e[a],o=l[a],o?i=o.parse(t,c,a,this,i,n,e):(p=Q(t,a,s)+"",m="string"==typeof c,"color"===a||"fill"===a||"stroke"===a||-1!==a.indexOf("Color")||m&&P.test(c)?(m||(c=he(c),c=(c.length>3?"rgba(":"rgb(")+c.join(",")+")"),i=de(v,a,p,c,!0,"transparent",i,0,n)):!m||-1===c.indexOf(" ")&&-1===c.indexOf(",")?(h=parseFloat(p),_=h||0===h?p.substr((h+"").length):"",(""===p||"auto"===p)&&("width"===a||"height"===a?(h=ie(t,a,s),_="px"):"left"===a||"top"===a?(h=$(t,a,s),_="px"):(h="opacity"!==a?0:1,_="")),g=m&&"="===c.charAt(1),g?(f=parseInt(c.charAt(0)+"1",10),c=c.substr(2),f*=parseFloat(c),d=c.replace(x,"")):(f=parseFloat(c),d=m?c.replace(x,""):""),""===d&&(d=a in r?r[a]:_),c=f||0===f?(g?f+h:f)+d:e[a],_!==d&&""!==d&&(f||0===f)&&h&&(h=Z(t,a,h,_),"%"===d?(h/=Z(t,a,100,"%")/100,e.strictUnits!==!0&&(p=h+"%")):"em"===d?h/=Z(t,a,1,"em"):"px"!==d&&(f=Z(t,a,f,d),d="px"),g&&(f||0===f)&&(c=f+h+d)),g&&(f+=h),!h&&0!==h||!f&&0!==f?void 0!==v[a]&&(c||"NaN"!=c+""&&null!=c)?(i=new _e(v,a,f||h||0,0,i,-1,a,!1,0,p,c),i.xs0="none"!==c||"display"!==a&&-1===a.indexOf("Style")?c:p):V("invalid "+a+" tween value: "+e[a]):(i=new _e(v,a,h,f-h,i,0,a,u!==!1&&("px"===d||"zIndex"===a),0,p,c),i.xs0=d)):i=de(v,a,p,c,!0,null,i,0,n)),n&&i&&!i.plugin&&(i.plugin=n);return i},h.setRatio=function(t){var e,i,r,s=this._firstPT,n=1e-6;if(1!==t||this._tween._time!==this._tween._duration&&0!==this._tween._time)if(t||this._tween._time!==this._tween._duration&&0!==this._tween._time||this._tween._rawPrevTime===-1e-6)for(;s;){if(e=s.c*t+s.s,s.r?e=Math.round(e):n>e&&e>-n&&(e=0),s.type)if(1===s.type)if(r=s.l,2===r)s.t[s.p]=s.xs0+e+s.xs1+s.xn1+s.xs2;else if(3===r)s.t[s.p]=s.xs0+e+s.xs1+s.xn1+s.xs2+s.xn2+s.xs3;else if(4===r)s.t[s.p]=s.xs0+e+s.xs1+s.xn1+s.xs2+s.xn2+s.xs3+s.xn3+s.xs4;else if(5===r)s.t[s.p]=s.xs0+e+s.xs1+s.xn1+s.xs2+s.xn2+s.xs3+s.xn3+s.xs4+s.xn4+s.xs5;else{for(i=s.xs0+e+s.xs1,r=1;s.l>r;r++)i+=s["xn"+r]+s["xs"+(r+1)];s.t[s.p]=i}else-1===s.type?s.t[s.p]=s.xs0:s.setRatio&&s.setRatio(t);else s.t[s.p]=e+s.xs0;s=s._next}else for(;s;)2!==s.type?s.t[s.p]=s.b:s.setRatio(t),s=s._next;else for(;s;)2!==s.type?s.t[s.p]=s.e:s.setRatio(t),s=s._next},h._enableTransforms=function(t){this._transform=this._transform||Me(this._target,s,!0),this._transformType=this._transform.svg&&xe||!t&&3!==this._transformType?2:3};var Ye=function(){this.t[this.p]=this.e,this.data._linkCSSP(this,this._next,null,!0)};h._addLazySet=function(t,e,i){var r=this._firstPT=new _e(t,e,0,0,this._firstPT,2);r.e=i,r.setRatio=Ye,r.data=this},h._linkCSSP=function(t,e,i,r){return t&&(e&&(e._prev=t),t._next&&(t._next._prev=t._prev),t._prev?t._prev._next=t._next:this._firstPT===t&&(this._firstPT=t._next,r=!0),i?i._next=t:r||null!==this._firstPT||(this._firstPT=t),t._next=e,t._prev=i),t},h._kill=function(e){var i,r,s,n=e;if(e.autoAlpha||e.alpha){n={};for(r in e)n[r]=e[r];n.opacity=1,n.autoAlpha&&(n.visibility=1)}return e.className&&(i=this._classNamePT)&&(s=i.xfirst,s&&s._prev?this._linkCSSP(s._prev,i._next,s._prev._prev):s===this._firstPT&&(this._firstPT=i._next),i._next&&this._linkCSSP(i._next,i._next._next,s._prev),this._classNamePT=null),t.prototype._kill.call(this,n)};var Be=function(t,e,i){var r,s,n,a;if(t.slice)for(s=t.length;--s>-1;)Be(t[s],e,i);else for(r=t.childNodes,s=r.length;--s>-1;)n=r[s],a=n.type,n.style&&(e.push(K(n)),i&&i.push(n)),1!==a&&9!==a&&11!==a||!n.childNodes.length||Be(n,e,i)};return a.cascadeTo=function(t,i,r){var s,n,a,o,l=e.to(t,i,r),h=[l],u=[],f=[],p=[],c=e._internals.reservedProps;for(t=l._targets||l.target,Be(t,u,p),l.render(i,!0,!0),Be(t,f),l.render(0,!0,!0),l._enabled(!0),s=p.length;--s>-1;)if(n=J(p[s],u[s],f[s]),n.firstMPT){n=n.difs;for(a in r)c[a]&&(n[a]=r[a]);o={};for(a in n)o[a]=u[s][a];h.push(e.fromTo(p[s],i,o,n))}return h},t.activate([a]),a},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),function(t){"use strict";var e=function(){return(_gsScope.GreenSockGlobals||_gsScope)[t]};"function"==typeof define&&define.amd?define(["TweenLite"],e):"undefined"!=typeof module&&module.exports&&(require("../TweenLite.js"),module.exports=e())}("CSSPlugin");
101
+
102
+ /*!
103
+ * VERSION: beta 0.3.3
104
+ * DATE: 2014-10-29
105
+ * UPDATES AND DOCS AT: http://greensock.com
106
+ *
107
+ * @license Copyright (c) 2008-2015, GreenSock. All rights reserved.
108
+ * SplitText is a Club GreenSock membership benefit; You must have a valid membership to use
109
+ * this code without violating the terms of use. Visit http://www.greensock.com/club/ to sign up or get more details.
110
+ * This work is subject to the software agreement that was issued with your membership.
111
+ *
112
+ * @author: Jack Doyle, jack@greensock.com
113
+ */
114
+ var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(function(t){"use strict";var e=t.GreenSockGlobals||t,i=function(t){var i,s=t.split("."),r=e;for(i=0;s.length>i;i++)r[s[i]]=r=r[s[i]]||{};return r},s=i("com.greensock.utils"),r=function(t){var e=t.nodeType,i="";if(1===e||9===e||11===e){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=r(t)}else if(3===e||4===e)return t.nodeValue;return i},n=document,a=n.defaultView?n.defaultView.getComputedStyle:function(){},o=/([A-Z])/g,h=function(t,e,i,s){var r;return(i=i||a(t,null))?(t=i.getPropertyValue(e.replace(o,"-$1").toLowerCase()),r=t||i.length?t:i[e]):t.currentStyle&&(i=t.currentStyle,r=i[e]),s?r:parseInt(r,10)||0},l=function(t){return t.length&&t[0]&&(t[0].nodeType&&t[0].style&&!t.nodeType||t[0].length&&t[0][0])?!0:!1},_=function(t){var e,i,s,r=[],n=t.length;for(e=0;n>e;e++)if(i=t[e],l(i))for(s=i.length,s=0;i.length>s;s++)r.push(i[s]);else r.push(i);return r},u=")eefec303079ad17405c",c=/(?:<br>|<br\/>|<br \/>)/gi,p=n.all&&!n.addEventListener,f="<div style='position:relative;display:inline-block;"+(p?"*display:inline;*zoom:1;'":"'"),m=function(t){t=t||"";var e=-1!==t.indexOf("++"),i=1;return e&&(t=t.split("++").join("")),function(){return f+(t?" class='"+t+(e?i++:"")+"'>":">")}},d=s.SplitText=e.SplitText=function(t,e){if("string"==typeof t&&(t=d.selector(t)),!t)throw"cannot split a null element.";this.elements=l(t)?_(t):[t],this.chars=[],this.words=[],this.lines=[],this._originals=[],this.vars=e||{},this.split(e)},g=function(t,e,i){var s=t.nodeType;if(1===s||9===s||11===s)for(t=t.firstChild;t;t=t.nextSibling)g(t,e,i);else(3===s||4===s)&&(t.nodeValue=t.nodeValue.split(e).join(i))},v=function(t,e){for(var i=e.length;--i>-1;)t.push(e[i])},y=function(t,e,i,s,o){c.test(t.innerHTML)&&(t.innerHTML=t.innerHTML.replace(c,u));var l,_,p,f,d,y,T,w,x,b,P,S,C,k,R=r(t),A=e.type||e.split||"chars,words,lines",O=-1!==A.indexOf("lines")?[]:null,D=-1!==A.indexOf("words"),M=-1!==A.indexOf("chars"),L="absolute"===e.position||e.absolute===!0,z=L?"&#173; ":" ",I=-999,E=a(t),N=h(t,"paddingLeft",E),F=h(t,"borderBottomWidth",E)+h(t,"borderTopWidth",E),X=h(t,"borderLeftWidth",E)+h(t,"borderRightWidth",E),U=h(t,"paddingTop",E)+h(t,"paddingBottom",E),B=h(t,"paddingLeft",E)+h(t,"paddingRight",E),j=h(t,"textAlign",E,!0),Y=t.clientHeight,q=t.clientWidth,V="</div>",G=m(e.wordsClass),Q=m(e.charsClass),W=-1!==(e.linesClass||"").indexOf("++"),Z=e.linesClass,H=-1!==R.indexOf("<"),$=!0,K=[],J=[],te=[];for(W&&(Z=Z.split("++").join("")),H&&(R=R.split("<").join("{{LT}}")),l=R.length,f=G(),d=0;l>d;d++)if(T=R.charAt(d),")"===T&&R.substr(d,20)===u)f+=($?V:"")+"<BR/>",$=!1,d!==l-20&&R.substr(d+20,20)!==u&&(f+=" "+G(),$=!0),d+=19;else if(" "===T&&" "!==R.charAt(d-1)&&d!==l-1&&R.substr(d-20,20)!==u){for(f+=$?V:"",$=!1;" "===R.charAt(d+1);)f+=z,d++;(")"!==R.charAt(d+1)||R.substr(d+1,20)!==u)&&(f+=z+G(),$=!0)}else f+=M&&" "!==T?Q()+T+"</div>":T;for(t.innerHTML=f+($?V:""),H&&g(t,"{{LT}}","<"),y=t.getElementsByTagName("*"),l=y.length,w=[],d=0;l>d;d++)w[d]=y[d];if(O||L)for(d=0;l>d;d++)x=w[d],p=x.parentNode===t,(p||L||M&&!D)&&(b=x.offsetTop,O&&p&&b!==I&&"BR"!==x.nodeName&&(_=[],O.push(_),I=b),L&&(x._x=x.offsetLeft,x._y=b,x._w=x.offsetWidth,x._h=x.offsetHeight),O&&(D!==p&&M||(_.push(x),x._x-=N),p&&d&&(w[d-1]._wordEnd=!0),"BR"===x.nodeName&&x.nextSibling&&"BR"===x.nextSibling.nodeName&&O.push([])));for(d=0;l>d;d++)x=w[d],p=x.parentNode===t,"BR"!==x.nodeName?(L&&(S=x.style,D||p||(x._x+=x.parentNode._x,x._y+=x.parentNode._y),S.left=x._x+"px",S.top=x._y+"px",S.position="absolute",S.display="block",S.width=x._w+1+"px",S.height=x._h+"px"),D?p&&""!==x.innerHTML?J.push(x):M&&K.push(x):p?(t.removeChild(x),w.splice(d--,1),l--):!p&&M&&(b=!O&&!L&&x.nextSibling,t.appendChild(x),b||t.appendChild(n.createTextNode(" ")),K.push(x))):O||L?(t.removeChild(x),w.splice(d--,1),l--):D||t.appendChild(x);if(O){for(L&&(P=n.createElement("div"),t.appendChild(P),C=P.offsetWidth+"px",b=P.offsetParent===t?0:t.offsetLeft,t.removeChild(P)),S=t.style.cssText,t.style.cssText="display:none;";t.firstChild;)t.removeChild(t.firstChild);for(k=!L||!D&&!M,d=0;O.length>d;d++){for(_=O[d],P=n.createElement("div"),P.style.cssText="display:block;text-align:"+j+";position:"+(L?"absolute;":"relative;"),Z&&(P.className=Z+(W?d+1:"")),te.push(P),l=_.length,y=0;l>y;y++)"BR"!==_[y].nodeName&&(x=_[y],P.appendChild(x),k&&(x._wordEnd||D)&&P.appendChild(n.createTextNode(" ")),L&&(0===y&&(P.style.top=x._y+"px",P.style.left=N+b+"px"),x.style.top="0px",b&&(x.style.left=x._x-b+"px")));0===l&&(P.innerHTML="&nbsp;"),D||M||(P.innerHTML=r(P).split(String.fromCharCode(160)).join(" ")),L&&(P.style.width=C,P.style.height=x._h+"px"),t.appendChild(P)}t.style.cssText=S}L&&(Y>t.clientHeight&&(t.style.height=Y-U+"px",Y>t.clientHeight&&(t.style.height=Y+F+"px")),q>t.clientWidth&&(t.style.width=q-B+"px",q>t.clientWidth&&(t.style.width=q+X+"px"))),v(i,K),v(s,J),v(o,te)},T=d.prototype;T.split=function(t){this.isSplit&&this.revert(),this.vars=t||this.vars,this._originals.length=this.chars.length=this.words.length=this.lines.length=0;for(var e=this.elements.length;--e>-1;)this._originals[e]=this.elements[e].innerHTML,y(this.elements[e],this.vars,this.chars,this.words,this.lines);return this.chars.reverse(),this.words.reverse(),this.lines.reverse(),this.isSplit=!0,this},T.revert=function(){if(!this._originals)throw"revert() call wasn't scoped properly.";for(var t=this._originals.length;--t>-1;)this.elements[t].innerHTML=this._originals[t];return this.chars=[],this.words=[],this.lines=[],this.isSplit=!1,this},d.selector=t.$||t.jQuery||function(e){var i=t.$||t.jQuery;return i?(d.selector=i,i(e)):"undefined"==typeof document?e:document.querySelectorAll?document.querySelectorAll(e):document.getElementById("#"===e.charAt(0)?e.substr(1):e)},d.version="0.3.3"})(_gsScope),function(t){"use strict";var e=function(){return(_gsScope.GreenSockGlobals||_gsScope)[t]};"function"==typeof define&&define.amd?define(["TweenLite"],e):"undefined"!=typeof module&&module.exports&&(module.exports=e())}("SplitText");
115
+
116
+ try{
117
+ window.GreenSockGlobals = null;
118
+ window._gsQueue = null;
119
+ window._gsDefine = null;
120
+
121
+ delete(window.GreenSockGlobals);
122
+ delete(window._gsQueue);
123
+ delete(window._gsDefine);
124
+ } catch(e) {}
125
+
126
+ try{
127
+ window.GreenSockGlobals = oldgs;
128
+ window._gsQueue = oldgs_queue;
129
+ } catch(e) {}
130
+
131
+ if (window.tplogs==true)
132
+ try {
133
+ console.groupEnd();
134
+ } catch(e) {}
135
+
136
+ (function(e,t){
137
+ e.waitForImages={hasImageProperties:["backgroundImage","listStyleImage","borderImage","borderCornerImage"]};e.expr[":"].uncached=function(t){var n=document.createElement("img");n.src=t.src;return e(t).is('img[src!=""]')&&!n.complete};e.fn.waitForImages=function(t,n,r){if(e.isPlainObject(arguments[0])){n=t.each;r=t.waitForAll;t=t.finished}t=t||e.noop;n=n||e.noop;r=!!r;if(!e.isFunction(t)||!e.isFunction(n)){throw new TypeError("An invalid callback was supplied.")}return this.each(function(){var i=e(this),s=[];if(r){var o=e.waitForImages.hasImageProperties||[],u=/url\((['"]?)(.*?)\1\)/g;i.find("*").each(function(){var t=e(this);if(t.is("img:uncached")){s.push({src:t.attr("src"),element:t[0]})}e.each(o,function(e,n){var r=t.css(n);if(!r){return true}var i;while(i=u.exec(r)){s.push({src:i[2],element:t[0]})}})})}else{i.find("img:uncached").each(function(){s.push({src:this.src,element:this})})}var f=s.length,l=0;if(f==0){t.call(i[0])}e.each(s,function(r,s){var o=new Image;e(o).bind("load error",function(e){l++;n.call(s.element,l,f,e.type=="load");if(l==f){t.call(i[0]);return false}});o.src=s.src})})};
138
+ })(jQuery)
@@ -0,0 +1,110 @@
1
+ /******************************************
2
+ - PREPARE PLACEHOLDER FOR SLIDER -
3
+ ******************************************/
4
+
5
+
6
+ var setREVStartSize = function() {
7
+ var tpopt = new Object();
8
+ tpopt.startwidth = 1300;
9
+ tpopt.startheight = 350;
10
+ tpopt.container = jQuery('#rev_slider_2_1');
11
+ tpopt.fullScreen = "off";
12
+ tpopt.forceFullWidth="on";
13
+
14
+ tpopt.container.closest(".rev_slider_wrapper").css({height:tpopt.container.height()});tpopt.width=parseInt(tpopt.container.width(),0);tpopt.height=parseInt(tpopt.container.height(),0);tpopt.bw=tpopt.width/tpopt.startwidth;tpopt.bh=tpopt.height/tpopt.startheight;if(tpopt.bh>tpopt.bw)tpopt.bh=tpopt.bw;if(tpopt.bh<tpopt.bw)tpopt.bw=tpopt.bh;if(tpopt.bw<tpopt.bh)tpopt.bh=tpopt.bw;if(tpopt.bh>1){tpopt.bw=1;tpopt.bh=1}if(tpopt.bw>1){tpopt.bw=1;tpopt.bh=1}tpopt.height=Math.round(tpopt.startheight*(tpopt.width/tpopt.startwidth));if(tpopt.height>tpopt.startheight&&tpopt.autoHeight!="on")tpopt.height=tpopt.startheight;if(tpopt.fullScreen=="on"){tpopt.height=tpopt.bw*tpopt.startheight;var cow=tpopt.container.parent().width();var coh=jQuery(window).height();if(tpopt.fullScreenOffsetContainer!=undefined){try{var offcontainers=tpopt.fullScreenOffsetContainer.split(",");jQuery.each(offcontainers,function(e,t){coh=coh-jQuery(t).outerHeight(true);if(coh<tpopt.minFullScreenHeight)coh=tpopt.minFullScreenHeight})}catch(e){}}tpopt.container.parent().height(coh);tpopt.container.height(coh);tpopt.container.closest(".rev_slider_wrapper").height(coh);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(coh);tpopt.container.css({height:"100%"});tpopt.height=coh;}else{tpopt.container.height(tpopt.height);tpopt.container.closest(".rev_slider_wrapper").height(tpopt.height);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(tpopt.height);}
15
+ };
16
+
17
+ /* CALL PLACEHOLDER */
18
+ setREVStartSize();
19
+
20
+
21
+ var tpj=jQuery;
22
+ tpj.noConflict();
23
+ var revapi2;
24
+
25
+
26
+
27
+ tpj(document).ready(function() {
28
+
29
+
30
+
31
+ if(tpj('#rev_slider_2_1').revolution == undefined){
32
+ revslider_showDoubleJqueryError('#rev_slider_2_1');
33
+ }else{
34
+ revapi2 = tpj('#rev_slider_2_1').show().revolution(
35
+ {
36
+
37
+ dottedOverlay:"none",
38
+ delay:9000,
39
+ startwidth:1300,
40
+ startheight:350,
41
+ hideThumbs:200,
42
+
43
+ thumbWidth:100,
44
+ thumbHeight:50,
45
+ thumbAmount:5,
46
+
47
+ simplifyAll:"on",
48
+ navigationType:"bullet",
49
+ navigationArrows:"solo",
50
+ navigationStyle:"round",
51
+ touchenabled:"on",
52
+ onHoverStop:"on",
53
+ nextSlideOnWindowFocus:"off",
54
+
55
+ swipe_threshold: 75,
56
+ swipe_min_touches: 1,
57
+ drag_block_vertical: false,
58
+
59
+
60
+ keyboardNavigation:"off",
61
+
62
+ navigationHAlign:"center",
63
+ navigationVAlign:"bottom",
64
+ navigationHOffset:0,
65
+ navigationVOffset:20,
66
+
67
+ soloArrowLeftHalign:"left",
68
+ soloArrowLeftValign:"center",
69
+ soloArrowLeftHOffset:20,
70
+ soloArrowLeftVOffset:0,
71
+
72
+ soloArrowRightHalign:"right",
73
+ soloArrowRightValign:"center",
74
+ soloArrowRightHOffset:20,
75
+ soloArrowRightVOffset:0,
76
+
77
+ shadow:3,
78
+ fullWidth:"on",
79
+ fullScreen:"off",
80
+
81
+ spinner:"spinner0",
82
+
83
+ stopLoop:"off",
84
+ stopAfterLoops:-1,
85
+ stopAtSlide:-1,
86
+
87
+ shuffle:"off",
88
+
89
+ autoHeight:"off",
90
+ forceFullWidth:"on",
91
+
92
+
93
+
94
+ hideThumbsOnMobile:"off",
95
+ hideNavDelayOnMobile:1500,
96
+ hideBulletsOnMobile:"off",
97
+ hideArrowsOnMobile:"off",
98
+ hideThumbsUnderResolution:0,
99
+
100
+ hideSliderAtLimit:0,
101
+ hideCaptionAtLimit:0,
102
+ hideAllCaptionAtLilmit:0,
103
+ startWithSlide:0,
104
+ isJoomla: true
105
+ });
106
+
107
+
108
+
109
+ }
110
+ }); /*ready*/
@@ -0,0 +1,403 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>
5
+ Created by FontForge 20100429 at Mon Apr 1 15:07:30 2013
6
+ By root
7
+ Copyright (C) 2012 by original authors @ fontello.com
8
+ </metadata>
9
+ <defs>
10
+ <font id="social-icons" horiz-adv-x="1030" >
11
+ <font-face
12
+ font-family="social-icons"
13
+ font-weight="500"
14
+ font-stretch="normal"
15
+ units-per-em="1000"
16
+ panose-1="2 0 6 3 0 0 0 0 0 0"
17
+ ascent="850"
18
+ descent="-150"
19
+ x-height="846"
20
+ cap-height="845"
21
+ bbox="14.3846 -225 1410 925"
22
+ underline-thickness="50"
23
+ underline-position="-100"
24
+ unicode-range="U+0021-00E9"
25
+ />
26
+ <missing-glyph horiz-adv-x="364"
27
+ d="M33 0v666h265v-666h-265zM66 33h199v600h-199v-600z" />
28
+ <glyph glyph-name=".notdef" horiz-adv-x="364"
29
+ d="M33 0v666h265v-666h-265zM66 33h199v600h-199v-600z" />
30
+ <glyph glyph-name=".null" horiz-adv-x="0"
31
+ />
32
+ <glyph glyph-name="nonmarkingreturn" horiz-adv-x="333"
33
+ />
34
+ <glyph glyph-name="exclam" unicode="!" horiz-adv-x="1022"
35
+ d="M402 612q-76 -9 -118 -52.5t-42 -121.5q0 -30 4 -50q20 -126 73 -358q34 -157 38 -174q-159 49 -251 185q-91 134 -91 307q0 215 141 356q140 140 355 140t355 -140q141 -141 141 -356q0 -182 -103 -312q-105 -132 -280 -172q-5 10 -33.5 53t-34.5 55q66 -26 86 -26
36
+ q16 0 16 50q0 94 -17 94q-24 0 -97 -56q0 14 -15 12h-5q-26 70 -26 124q0 15 3 30q94 -46 148 -46q30 0 93 18t63 40q0 12 -17 12q-15 0 -75 -7t-75 -7q-26 0 -60 14q-32 13 -32 38q0 5 1.5 7.5t5 3t6.5 0.5t8 -0.5t8 -0.5q5 0 26 -3t25 -3q28 0 127 37q96 36 96 57
37
+ q0 11 -17.5 16.5t-35.5 5.5q-12 0 -42 -8q-13 -3 -53 -16t-52 -16q4 17 4 32q0 48 -25 110t-58 92q-28 25 -72 34q-28 35 -88 65q-58 29 -105 29q-3 0 -51 -8l-22 -30l6 -2q4 0 21.5 2t21.5 2q33 0 78 -14q-37 -18 -62 -21q-39 -5 -39 -21q56 6 84 6q42 0 60 -6zM355 500
38
+ q-17 0 -36 -12.5t-18 -27.5q-3 6 -3 12q0 16 15 26t33 10q20 0 29 -12q-11 4 -20 4zM331 398q0 13 10.5 23.5t23.5 10.5t23.5 -10.5t10.5 -23.5t-10.5 -23.5t-23.5 -10.5t-23.5 10.5t-10.5 23.5zM380 400q9 0 9 8q0 10 -9 10t-9 -10q0 -8 9 -8zM539 496q4 24 35 24
39
+ q25 0 35 -22q-19 10 -33 10q-30 0 -37 -12zM562 418q0 11 9 19.5t20 8.5q12 0 20.5 -8t8.5 -20q0 -11 -9 -20.5t-20 -9.5q-10 0 -19.5 9.5t-9.5 20.5zM597 428q0 -8 7 -8q8 0 8 8q0 6 -8 6q-7 0 -7 -6z" />
40
+ <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="1324"
41
+ d="M454 94q18 0 31 11.5t13 29.5q0 11 -84 199q-87 195 -106 231q-6 15 -16 15q-7 0 -16 -15q-16 -31 -52 -114l-57 -127l-57 -126q-95 110 -95 234q0 107 53 190t136 130q172 98 375 98q337 0 581 -226q149 -138 149 -322q0 -15 -1 -19q-11 -153 -120 -256t-269 -147
42
+ q-107 -30 -229 -30h-8q-200 0 -315 53q-5 1 -7 6q0 2 3 2q1 0 4 -1h3q50 -12 89 -12q59 0 91 24q20 14 20 40q0 12 -6 24q-9 16 -58 34q-36 13 -114 33q-78 19 -123 36.5t-92 49.5q0 2 4.5 12.5t4.5 11.5q7 18 16 18h179q9 0 17 -21q22 -66 56 -66zM287 395l5 3q5 0 32 -64
43
+ q27 -63 27 -69q0 -4 -5 -4h-108q-5 0 -5 5q0 10 54 129zM587 98q47 0 47 45v388q0 45 -47 45t-47 -45v-388q0 -45 47 -45zM725 143q0 -45 47 -45t47 45v181l92 -185q14 -29 41 -29q32 0 46 29l91 185v-181q0 -45 47 -45q48 0 48 45v388q0 45 -47 45q-35 0 -47 -29l-138 -302
44
+ l-133 302q-14 29 -48 29q-46 0 -46 -45v-388z" />
45
+ <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1039"
46
+ d="M15 351h501v-501h-501v501zM524 349v501h500v-501h-500z" />
47
+ <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1004"
48
+ d="M209 850h438q107 0 181 -74q81 -79 52 -229q-28 -135 -128 -214q-99 -78 -234 -78h-183l-63 -296h-257zM115 -150l11 49h216l63 295h183q135 0 234 78q100 79 128 214q21 96 -12 170q71 -85 43 -219q-30 -136 -129 -214t-233 -78h-184l-63 -295h-257zM639 605
49
+ q-8 28 -31 46t-56 18h-125l-55 -244h83l42 183h125q2 0 17 -3zM497 426q50 2 91 38.5t51 82.5q0 1 1 6t1 6h-114z" />
50
+ <glyph glyph-name="percent" unicode="%" horiz-adv-x="989"
51
+ d="M15 477q0 181 85.5 279t258.5 98h548l-109 -110l-137 -138l-111 -108q-40 -37 -41 -37q-15 0 -15 16v156h-48q-86 0 -132.5 -17.5t-63.5 -71.5q-12 -38 -12 -96v-262l-223 -223v514zM82 -154l109 110l135 138l112 108q40 37 42 37q15 0 15 -16v-156h48q117 0 161 35
52
+ q46 37 46 150v262l224 223v-514q0 -181 -85.5 -279t-258.5 -98h-548z" />
53
+ <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="950"
54
+ d="M78 138q-26 0 -44.5 19t-18.5 44v269q0 26 18.5 44.5t44.5 18.5t44.5 -18.5t18.5 -44.5v-269q0 -25 -18.5 -44t-44.5 -19zM251 38q-25 0 -44 19t-19 44v418h574v-418q0 -25 -19 -44t-44 -19h-448zM188 566q0 116 85 189q86 74 202 74t202 -74q85 -73 85 -189h-574z
55
+ M289 882q0 -2 48 -91l15 8l-49 89q-6 2 -7 2q-7 0 -7 -8zM304 75q0 27 19 45t47 18q25 0 44 -19t19 -44v-202q0 -27 -19 -45t-47 -18q-25 0 -44 19t-19 44v202zM349 734q-16 0 -28 -11.5t-12 -27.5t11.5 -28t27.5 -12q17 0 28.5 11.5t11.5 28.5q0 16 -11.5 27.5t-27.5 11.5z
56
+ M517 75q0 27 19.5 45t46.5 18q25 0 44 -19t19 -44v-202q0 -27 -19 -45t-47 -18q-26 0 -44.5 19t-18.5 44v202zM602 734q-16 0 -28 -11.5t-12 -27.5t11.5 -28t27.5 -12q17 0 28.5 11.5t11.5 28.5q0 16 -11.5 27.5t-27.5 11.5zM598 799l15 -9l48 89v2q0 9 -7 9q-6 0 -18 -18
57
+ q-11 -17 -24 -44zM809 201v268q0 26 19 45t44 19t44 -19t19 -45v-268q0 -25 -18.5 -44t-44.5 -19t-45 18.5t-18 44.5z" />
58
+ <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="854"
59
+ d="M751 187q35 0 55 -21.5t20 -57.5q0 -30 -23 -78q-24 -49 -74 -89t-112 -64q-71 -27 -161 -27q-210 0 -325 135q-116 137 -116 366q0 169 64.5 289.5t182.5 173.5q81 36 178 36q129 0 217 -61q80 -53 131 -146.5t51 -206.5q0 -93 -47 -120q-46 -27 -132 -27h-423
60
+ q0 -85 30 -148q26 -58 71.5 -93.5t110.5 -35.5q75 0 133 43q32 23 56 47l66 69q15 16 47 16zM237 429h392q-8 125 -60 188q-51 62 -136 62q-82 0 -133 -63q-53 -63 -63 -187z" />
61
+ <glyph glyph-name="asterisk" unicode="*"
62
+ d="M355 -128q-10 -2 -30 -8t-38 -10t-34 -4q-26 0 -46.5 17t-25.5 40l-164 687q-2 16 -2 18q0 26 17 46.5t40 25.5l197 47q-63 -72 -63 -168q0 -186 253 -283q58 -23 109 -58q63 -44 63 -102q0 -41 -34.5 -66t-80.5 -25q-63 0 -125.5 24t-100.5 59l-79 -179q53 -30 144 -61z
63
+ M434 566q0 37 35 58t76 21q52 0 110 -17q60 -18 88 -47l61 170q-90 48 -186 63q2 0 45 12q47 13 71 18q28 6 43 6q26 0 46.5 -17t25.5 -40l164 -687q2 -16 2 -18q0 -26 -17 -46.5t-40 -25.5l-145 -34q47 71 47 152q0 111 -70 182q-71 72 -185 110q-171 58 -171 140z" />
64
+ <glyph glyph-name="plus" unicode="+" horiz-adv-x="1214"
65
+ d="M332 -150q-76 0 -145.5 17.5t-120.5 60.5t-51 104q0 87 89 155t215 68h54q-42 41 -42 86q0 30 16 58q-7 -1 -29 -1q-103 0 -170 65q-66 65 -66 160q0 92 82 159q83 68 187 68h310l-69 -50h-98q45 -17 72.5 -66.5t27.5 -112.5q0 -93 -88 -162q-36 -28 -48 -46
66
+ q-11 -17 -11 -42q0 -19 27 -48q30 -32 54 -49q60 -42 84 -88q24 -45 24 -113q0 -91 -82 -157t-222 -66zM186 -52q60 -49 145 -49q118 0 173 44q53 43 53 117q0 47 -37 88q-4 4 -40 31q-35 25 -51 35q-39 12 -77 12q-90 1 -158 -47q-67 -48 -67 -114q0 -69 59 -117zM193 624
67
+ q10 -72 57.5 -132.5t112.5 -61.5q63 -2 95.5 54.5t23.5 130.5q-9 72 -56.5 130.5t-112.5 60.5q-63 2 -96 -53t-24 -129zM748 600v50h200v200h50v-200h201v-50h-201v-201h-50v201h-200z" />
68
+ <glyph glyph-name="comma" unicode="," horiz-adv-x="1136"
69
+ d="M15 677v21l2 2h249l2 -2v-20q0 -8 -10 -8l-26 -1q-33 -1 -33 -20q0 -14 7 -28q52 -128 222 -484l6 -1l111 221q-3 6 -11 23.5t-11 25.5l-96 190q-24 48 -34 60q-8 10 -33 14q-14 2 -14 7v21l3 2h197l5 -1v-21q0 -8 -10 -8l-15 -2q-7 -1 -10 -1.5t-7.5 -2.5t-5.5 -5t-1 -8
70
+ q0 -6 4 -18l14 -30l73 -150l81 162q9 17 10.5 27t-6 16t-16.5 8t-29 4q-10 0 -10 9v19l3 2q57 2 186 0l2 -2v-20q0 -8 -9 -8q-22 -1 -30 -4.5t-17 -15.5q-22 -34 -30 -48l-105 -196l-3 -7l128 -262l8 -3l202 481q11 27 -2 40t-40 14l-19 1q-3 0 -6.5 3t-3.5 6v20l3 2h229
71
+ l2 -2v-20q0 -7 -9 -9q-44 -2 -64.5 -17t-35.5 -51l-250 -567q-21 -48 -46 -30q-13 10 -23 31q-40 80 -122 263q-100 -205 -131 -264q-41 -71 -71 -1q-13 30 -128 280.5t-132 290.5q-16 42 -28 52q-10 10 -52 13q-14 2 -14 7z" />
72
+ <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="970"
73
+ d="M15 739q-1 16 20 37q12 12 50 28q4 2 17.5 8t19 8t20.5 8t22 8l22 7q15 5 21.5 4.5t21.5 2t21 -0.5q43 -6 54 -35q16 -43 102 -320q72 -232 116 -361q274 90 326 105q21 8 41 3t29 -22q23 -47 32 -99q9 -53 1 -74q-33 -27 -135 -61q-26 -9 -100.5 -32.5t-100.5 -32.5
74
+ q-152 -54 -226 -67q-57 -9 -70 6q-19 19 -32 52q-5 12 -15 43.5t-20 66.5t-13 43l-63 186l-92 281l-62 184q-7 16 -7 24z" />
75
+ <glyph glyph-name="period" unicode="." horiz-adv-x="806"
76
+ d="M538 701q0 5 2 27t4 22t5 9.5t7.5 18.5t9.5 8q10 -2 22 8q13 10 31 4q43 0 65 -24q5 -6 10 -28t5 -34v-39h92v-775h-776v775h92q0 38 5 71q4 21 11 29t25 17q18 8 40 8q42 0 64 -24q5 -6 10.5 -28t5.5 -34v-39h55v39q0 1 1 8.5t2 16t2.5 17.5t4 14.5t5.5 5.5q7 -1 24 16
77
+ t41 8q54 0 67 -29q10 -22 12 -43q2 -24 2 -25v-28h54v28zM80 -37h139v112h-139v-112zM219 97v119h-139v-119h139zM219 238v130h-139v-130h139zM219 389v112h-139v-112h139zM188 559q37 0 37 33v130q0 33 -37 33t-37 -33v-130q0 -33 37 -33zM240 -37h152v112h-152v-112z
78
+ M392 97v119h-152v-119h152zM392 238v130h-152v-130h152zM392 389v112h-152v-112h152zM403 559q38 0 38 33v130q0 33 -38 33q-37 0 -37 -33v-130q0 -33 37 -33zM413 -37h152v112h-152v-112zM565 97v119h-152v-119h152zM565 238v130h-152v-130h152zM565 389v112h-152v-112h152
79
+ zM619 559q37 0 37 33v130q0 33 -37 33q-38 0 -38 -33v-130q0 -33 38 -33zM586 -37h140v112h-140v-112zM726 97v119h-140v-119h140zM726 238v130h-140v-130h140zM586 389h140v112h-140v-112z" />
80
+ <glyph glyph-name="slash" unicode="/" horiz-adv-x="1339"
81
+ d="M670 625q-29 0 -49.5 -20.5t-20.5 -48.5v-417q0 -121 -86 -205t-206 -84q-121 0 -207 86t-86 207v181h224v-179q0 -29 20.5 -49t48.5 -20q29 0 49.5 20.5t20.5 48.5v423q0 118 86 200t206 82q118 0 206 -83q86 -82 86 -201v-92l-134 -40l-89 42v80q0 28 -20.5 48.5
82
+ t-48.5 20.5zM739 140v183l89 -42l134 40v-184q0 -29 20.5 -49.5t48.5 -20.5t48.5 20.5t20.5 49.5v187h224v-181q0 -121 -86 -207t-206 -86q-122 0 -207 85q-86 86 -86 205z" />
83
+ <glyph glyph-name="zero" unicode="0" horiz-adv-x="1292"
84
+ d="M621 53q-67 0 -113.5 34.5t-71.5 90.5q-62 -128 -203 -128q-95 0 -157 48q-61 48 -61 138h119q5 -40 29 -64t65 -24q47 0 76 32.5t29 81.5q0 48 -28 79t-75 31q-38 0 -65 -24q-28 -25 -51 -25q-44 0 -80 2l28 161q24 132 29 164h330v-98h-243q-13 -67 -24 -134h3
85
+ q15 19 48.5 31t67.5 12q114 0 160 -103q22 57 69.5 92.5t113.5 35.5q44 0 87.5 -18t69.5 -43q24 -23 63 -66q2 -3 6 -7l7 -7q8 10 22 25l18 20q4 5 13.5 14.5t18.5 17.5l24 19q54 44 132 44q89 0 144.5 -60.5t55.5 -151.5q0 -94 -55 -156q-56 -63 -147 -63q-116 0 -226 131
86
+ q-71 -71 -81 -78q-4 -3 -17 -11l-21 -14q-44 -29 -109 -29zM530 266q0 -42 25.5 -68t67.5 -26q75 0 155 95l-29 29l-19 20q-9 9 -48 32q-34 20 -63 20q-38 0 -63.5 -31t-25.5 -71zM919 266q30 -32 47 -46.5t48 -31.5q29 -16 61 -16q42 0 67 27.5t25 70.5t-25.5 70.5
87
+ t-67.5 27.5q-43 0 -86 -33z" />
88
+ <glyph glyph-name="one" unicode="1" horiz-adv-x="804"
89
+ d="M15 491q0 129 103 240q50 54 131 86.5t177 32.5q158 0 261 -98q102 -98 102 -231q0 -172 -87 -283t-223 -111q-44 0 -84 21t-56 51l-40 -158q-20 -76 -85 -163q-3 -5 -9.5 -12.5t-9.5 -12.5q-3 -4 -8 -3t-6 6q0 5 -2.5 21t-2.5 21q-10 98 7 177q5 24 74 313
90
+ q-18 36 -18 75l-1 15q0 59 31 104t80 45q36 0 57 -24t21 -62q0 -24 -9 -57l-20 -70q-17 -56 -22 -77q-10 -45 18 -78t73 -33q58 0 101 49t62 117t19 140q0 96 -63 158q-64 62 -176 62q-126 0 -204 -81q-79 -82 -79 -194q0 -66 38 -113q6 -7 7.5 -14t1.5 -11t-3 -14.5
91
+ t-4 -15.5q-5 -20 -6 -23q-4 -24 -28 -14q-57 23 -87.5 80.5t-30.5 138.5z" />
92
+ <glyph glyph-name="two" unicode="2" horiz-adv-x="1031"
93
+ d="M31 471q33 131 125.5 227t220.5 133q141 41 270.5 2t216.5 -123q88 -86 130.5 -211t6.5 -270q-33 -131 -125.5 -227t-220.5 -133q-141 -41 -271 -2t-217 123q-88 86 -130 211t-6 270zM572 563l-44 11l22 88l-55 14l-22 -90q-13 1 -35 8l-76 19l-14 -59l39 -9
94
+ q27 -7 26 -32l-26 -103h1l2 -1q-2 0 -3 1l-36 -144q-4 -18 -25 -13l-40 10l-27 -63l72 -18q3 0 19 -5t20 -5l-23 -91l55 -14l22 90l44 -11l-22 -90l55 -13l22 91q107 -18 151 13q29 20 43 61q31 90 -51 133q60 13 70 80q13 85 -110 126l23 91l-55 13zM472 344q20 0 47 -11
95
+ q41 -12 57 -22q14 -9 21 -15t13 -20t1 -31q-7 -27 -43 -38q-22 -7 -92 7q-20 3 -34 9zM486 399l27 110q9 -3 33.5 -8.5t40.5 -12t25 -16.5q18 -18 17 -30q-3 -46 -31 -53q-26 -6 -49 -3q-43 8 -47 9q-13 4 -16 4z" />
96
+ <glyph glyph-name="three" unicode="3" horiz-adv-x="1155"
97
+ d="M743 242q0 117 -106 117h-30v36l103 178h-124l-7 -12l-152 -511h-7l-110 370l-111 -370h-7l-177 597h77l107 -363l72 244l-35 119h77l107 -363l107 363h290v-36l-109 -188q55 -19 85.5 -66t30.5 -115q0 -79 -42 -135.5t-113 -56.5q-55 0 -92 35t-54 87l60 25
98
+ q28 -73 86 -73q34 0 54 37t20 81zM833 230q24 -42 32 -53q7 -12 43 -43q63 -43 128 -13q17 8 39.5 28.5t37.5 41.5q12 19 16 28l11 -59q-18 -35 -39 -56q-22 -26 -55.5 -41t-67.5 -8q-52 9 -94 67q-19 26 -33 58zM860 425q0 62 18 114t52 80q54 45 113 -6q17 -14 37 -50
99
+ l44 87l12 -76l-44 -85q-16 34 -45 56t-64 15q-27 -6 -49.5 -32.5t-32.5 -56.5q-19 -54 -19 -106q-1 -39 5 -63q-26 50 -26 104z" />
100
+ <glyph glyph-name="four" unicode="4" horiz-adv-x="1199"
101
+ d="M276 664q87 0 154 -49.5t93 -122.5l66 64l158 -152l437 446v-405l-267 -206l34 -36l-363 -353l-316 307q-106 1 -182 76q-75 73 -75 177q0 105 77 180q75 74 184 74zM117 257q65 -63 157 -63q34 0 65 9l220 -195l585 460l1 302l-578 -596l-90 146q20 45 20 90
102
+ q0 90 -65 152q-67 64 -158 64t-157 -64q-65 -63 -65 -152q0 -90 65 -153zM100 408q0 70 49.5 119.5t119.5 49.5t119.5 -49.5t49.5 -119.5t-49.5 -119.5t-119.5 -49.5t-119.5 49.5t-49.5 119.5z" />
103
+ <glyph glyph-name="five" unicode="5" horiz-adv-x="729"
104
+ d="M15 649h699l-66 -710l-284 -81l-284 81zM80 842h45v-44h40v44h44v-133h-44v44h-40v-44h-45v133zM169 238l1 2h300l-10 -113l-96 -27l-97 28l-6 68h-88l12 -136l179 -51l179 51l25 267h-319l-8 89h335l8 88h-439zM229 842h122v-45h-39v-88h-44v88h-39v45zM370 842h47
105
+ l27 -46l28 46h47v-133h-43v68l-32 -50v1l-30 47v-66h-44v133zM542 709v133h44v-88h62v-45h-106z" />
106
+ <glyph glyph-name="six" unicode="6" horiz-adv-x="973"
107
+ d="M23 58q38 136 92 238q114 216 313 352v14q-56 -24 -117.5 -64.5t-103.5 -81.5q-84 -80 -126 -138l-17 -22q-5 150 115 276q26 27 47 42l19 14q197 98 344 56q72 52 128 74q63 25 98 28l33 4q45 5 74.5 -15t33.5 -57q7 -66 -12 -128l-9 -24l-5 6q20 54 20 93q-1 60 -54 85
108
+ q-18 8 -36 10l-16 2q-34 0 -93 -18q-70 -23 -129 -66q65 -10 120.5 -40t88.5 -72q67 -83 85 -174q19 -93 17 -134l-1 -22h-557q-6 -82 44 -118q41 -29 77 -32h15q48 0 82 26t43 68h292q-31 -117 -115 -184q-77 -61 -157 -82q-85 -22 -116 -24h-19q-79 0 -107 6
109
+ q-58 -45 -127 -73q-63 -26 -103 -29l-36 -4q-43 0 -75.5 23t-43.5 57q-10 31 -13 68t7 60zM136 128q-56 -84 -42 -167q2 -14 12 -37q17 -13 44 -22q42 -11 67.5 -8.5t71.5 16.5q57 19 108 50q-84 21 -155.5 64.5t-105.5 103.5zM374 428h265q1 34 -11 61.5t-33 40.5
110
+ q-39 24 -71 26l-14 2q-48 0 -90 -28q-20 -13 -33.5 -41t-12.5 -61z" />
111
+ <glyph glyph-name="seven" unicode="7" horiz-adv-x="830"
112
+ d="M17 592q2 17 15 32l120 120q14 12 21 -4l97 -182q8 -17 -5 -31l-44 -44q-13 -13 -14 -31q0 -31 31 -77q34 -51 61 -80l31 -32q49 -49 108 -88q53 -34 80 -34q19 0 32 13l52 52q14 14 30 4l175 -103q16 -10 4 -22l-120 -120q-15 -13 -32 -15q-48 -7 -111 14
113
+ q-94 31 -211 123q-45 35 -72 60l-26 25q-34 34 -80.5 93t-74.5 104q-80 130 -67 223z" />
114
+ <glyph glyph-name="eight" unicode="8"
115
+ d="M15 350q0 144 70 256.5t179 176.5q115 67 251 67q144 0 256.5 -70t176.5 -179q67 -115 67 -251q0 -144 -70 -256.5t-179 -176.5q-115 -67 -251 -67q-144 0 -256.5 70t-176.5 179q-67 115 -67 251zM144 350q0 -40 12 -58t41 -23q40 -1 85 40q94 83 68 290q-2 16 -2 17
116
+ q-4 8 0 9.5t13 -1.5q95 -25 180 -99q72 -62 167 -193q41 -57 88 -77q56 -19 76 13q20 31 20 82q0 115 -61 208q-49 74 -130.5 121.5t-182.5 47.5q-68 0 -125 -22q-79 -28 -140 -89.5t-89 -141.5q-2 -15 -9 -28q-12 -51 -11 -96z" />
117
+ <glyph glyph-name="nine" unicode="9" horiz-adv-x="1250"
118
+ d="M131 -40q0 8 -4 32h-13q-8 0 -10.5 7t1 13.5t11.5 6.5h8l-6 54q-3 18 -25 195q-20 164 -34.5 250.5t-43.5 191.5q-1 5 1 8.5t7 6t10 3.5t12.5 2t11.5 2q13 3 28 6q0 10 1 49t1 49q1 12 13 12q14 0 14 -14q-2 -80 -2 -91q21 4 59.5 12.5t65.5 12.5q41 7 56 10
119
+ q402 69 794 72q14 0 12 -15q0 -6 -2 -33t-2 -33q14 -1 128 -11q5 0 9 -4.5t3 -9.5l-68 -412l-68 -413l76 -12q10 -2 11 -14.5t-11 -12.5h-3q-8 1 -39 6.5t-39 6.5q-4 -43 -19 -43h-4q-297 75 -600 117q-134 2 -149 2q-19 0 -165 -2v-1q1 -1 1 -2q1 -6 -4 -10.5t-11 -4.5
120
+ q-10 0 -12 11zM88 501q-3 71 -3 209q-13 -1 -40 -8q19 -72 43 -201zM1010 -43q1 12 28.5 394.5t33.5 471.5q-473 -5 -960 -107q-2 -52 0 -105q2 -271 32 -533q2 -16 9 -60q40 -2 195 -13.5t179 -12.5q346 -19 483 -35zM355 294q-66 0 -108.5 43.5t-42.5 110.5q0 74 51 126
121
+ q51 53 129 53q85 0 132 -59.5t47 -153.5q0 -133 -67 -212.5t-191 -88.5q-30 -2 -57 -2v75q16 -2 52 2q67 6 111 46t55 103h-2q-40 -43 -109 -43zM379 556q-37 0 -59 -29.5t-22 -72.5q0 -40 22.5 -66t59.5 -26q56 0 81 42q5 12 5 26q1 54 -20.5 90t-65.5 36h-1zM387 -23
122
+ l469 -50q142 -31 209 -48l3 18q-338 54 -681 80zM730 294q-66 0 -108.5 43.5t-42.5 110.5q0 72 52 126q51 53 129 53q84 0 131 -60t47 -153q0 -133 -67 -212.5t-191 -88.5q-30 -2 -57 -2v75q16 -2 52 2q67 6 111 46t55 103h-1q-40 -43 -110 -43zM754 556q-37 0 -59 -30
123
+ t-22 -72q0 -40 22.5 -66t59.5 -26q55 0 81 42q5 12 5 26q1 54 -20.5 90t-65.5 36h-1zM1030 -70q29 -5 43 -6q8 46 63 384l70 425q-80 7 -113 9l-58 -802q0 -5 -4 -9q-1 0 -1 -1z" />
124
+ <glyph glyph-name="colon" unicode=":" horiz-adv-x="864"
125
+ d="M15 -150l417 1000l417 -1000h-369v135l170 85l-13 55l-157 -79v67l98 52l-14 57l-84 -45v87h-92v-157l-86 59l-16 -64l102 -70v-182h-373z" />
126
+ <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="1152"
127
+ d="M15 524q0 13 13 13h176v129q0 14 13 14h98v-514q0 -14 -12 -14h-288v372zM191 235q13 0 13 14v206h-67q-13 0 -13 -14v-206h67zM349 524q0 13 13 13h98v-371q0 -14 -12 -14h-99v372zM349 666q0 14 12 14h99v-69q0 -14 -12 -14h-99v69zM498 524q0 13 13 13h288v-504
128
+ q0 -13 -13 -13h-288l1 69q0 14 12 14h176v49h-189v372zM675 235q12 0 12 14v206h-67q-12 0 -12 -14v-206h67zM850 103h176v49h-189v372q0 13 13 13h287v-504q0 -13 -12 -13h-288v69q0 14 13 14zM946 235h67q13 0 13 14v206h-67q-13 0 -13 -14v-206z" />
129
+ <glyph glyph-name="equal" unicode="="
130
+ d="M192 -31q-79 68 -128 165t-49 216q0 144 70 256.5t179 176.5q115 67 251 67q144 0 256.5 -70t176.5 -179q67 -115 67 -251q0 -207 -145 -352q-57 69 -141 112t-187 43q-113 0 -203.5 -51.5t-146.5 -132.5zM179 494q0 -17 12.5 -29.5t29.5 -12.5q7 0 9 1q143 58 298 58
131
+ t298 -58q1 0 4.5 -0.5t4.5 -0.5q17 0 29.5 13t12.5 29q0 25 -23 37q-159 63 -326 63q-171 0 -329 -64q-20 -14 -20 -36zM231 329q7 -13 23 -13q1 0 9 2q126 55 265 55q138 0 267 -56q6 -2 7 -2q16 0 23 13l5 17q0 14 -10 21q-139 62 -292 62q-152 0 -293 -62
132
+ q-10 -10 -10 -21zM304 185q108 51 224 51q112 0 219 -48q24 -14 35 12q9 25 -14 38q-108 53 -240 53q-130 0 -244 -55q-18 -10 -11 -35q10 -25 31 -16zM334 -116q80 104 208 104q113 0 193 -86q-103 -52 -220 -52q-95 0 -181 34z" />
133
+ <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1235"
134
+ d="M1220 350q0 -49 -27.5 -87.5t-68.5 -58.5q0 -195 -260 -303q-46 -21 -68 -27t-79 -15q-59 -9 -93 -9q-118 0 -231 35q-3 3 -72 38q-97 52 -153 116q-57 65 -57 156h-5q-33 17 -59 50l-9 12q-15 27 -19 43.5t-4 52.5q0 63 49 106q50 44 113 44q61 0 105 -36h5
135
+ q133 82 335 82l5 4l70 267l242 -36q0 -1 2 -1q1 0 0 1q2 1 14 18l12 16q35 32 82 32q49 0 82.5 -32.5t33.5 -81.5t-34 -84t-82 -35q-55 0 -86 38t-31 97q-2 -1 -97.5 13t-109.5 17h-3l-16 -54l-23 -84q-19 -69 -25 -88v-3l5 -4q77 0 153 -22.5t128 -57.5q1 1 2 1t2 1l16 11
136
+ l16 12q3 2 13.5 8t18 7.5t19 3.5t25.5 2q68 0 116 -48.5t48 -116.5zM173 472q-48 0 -86 -41t-38 -90q0 -65 57 -112q5 59 48 116q46 60 101 101q-38 26 -82 26zM151 195q0 -107 111 -189q99 -73 207 -94q78 -14 146 -14q133 0 241 43t177 119h-3q28 35 43 68q13 29 13 73
137
+ q0 109 -96 187q-150 122 -373 122q-157 0 -301 -72q-71 -35 -118 -97.5t-47 -145.5zM337 268q0 37 22.5 59.5t59.5 22.5t62 -23t25 -59t-25.5 -60t-61.5 -24t-59 24t-23 60zM608 12q62 0 113 25.5t81 66.5h41q-25 -62 -93 -96q-67 -34 -142 -34q-74 0 -142 34q-69 34 -93 96
138
+ h44q25 -44 79 -68t112 -24zM709 268q0 38 23 60t61 22q34 0 58 -24t24 -58t-24 -59t-58 -25q-37 0 -60.5 23.5t-23.5 60.5zM964 736q0 -34 25 -59.5t60 -25.5q36 0 59 24.5t23 60.5q0 34 -24 58t-58 24q-33 0 -59 -24.5t-26 -57.5zM978 455q53 -35 94 -91t57 -121
139
+ q59 44 59 96q0 58 -36 100t-92 42q-44 0 -82 -26z" />
140
+ <glyph glyph-name="question" unicode="?" horiz-adv-x="790"
141
+ d="M15 108q0 22 12 64q23 87 87.5 158.5t146.5 102.5q-79 63 -79 161q0 87 62 146q63 60 149 60t149 -60q62 -59 62 -146q0 -97 -77 -160q101 -36 174.5 -124t73.5 -201q0 -93 -73 -106q-3 -10 -13 -26q-7 -18 -30.5 -31.5t-40.5 -17.5l-50 -12q-8 -2 -48.5 -8t-47.5 -6
142
+ q-1 0 -7 -1t-7 -1h-120q-53 0 -129 16q-79 17 -89 45q-18 18 -25 42q-25 5 -42 21q-38 15 -38 84z" />
143
+ <glyph glyph-name="at" unicode="@" horiz-adv-x="794"
144
+ d="M207 46q0 2 0.5 10.5t0.5 10.5q-133 69 -180 215q-13 40 -13 56v103q0 87 86 200q87 114 171 160q79 44 187 44q95 0 174 -41q40 -21 66 -57.5t26 -85.5q0 -50 -32 -91q-6 -7 -13 -17t-18 -21q-21 -21 -36 -34q-10 -9 -17 -16h168q2 -96 2 -108q0 -252 -42 -326
145
+ q-34 -59 -93.5 -107t-128.5 -71q-39 -15 -56 -15h-84q-2 0 -48 17q-120 52 -120 174zM161 468q0 -84 38 -160q18 -37 51.5 -61.5t77.5 -24.5q13 0 40 15t49 15q14 0 51 -10.5t37 -19.5q0 -21 -26 -21q-130 0 -130 -76q0 -57 41 -87t104 -30q51 0 95.5 18t69.5 48
146
+ q42 50 42 164q0 10 -1 55t-1 55q0 45 5 80h-193q-1 -5 -1 -23q0 -7 1 -35t1 -34q0 -34 -8 -56q-3 -1 -17 -1q-46 0 -78.5 31.5t-45.5 75.5q-12 42 -12 89q0 108 55 175q32 38 77 38q11 0 21 -3q-4 -20 -4 -34q0 -36 19 -58.5t53 -22.5t57 23t23 58q0 40 -30.5 69.5
147
+ t-70.5 40.5q-41 11 -79 11q-135 0 -223 -85t-88 -219z" />
148
+ <glyph glyph-name="A" unicode="A" horiz-adv-x="890"
149
+ d="M733 328q-2 -77 38 -132.5t104 -79.5q-69 -148 -150 -225q-41 -39 -91 -41q-31 0 -76 22q-46 20 -91 20h-4q-47 0 -95 -21t-78 -21q-84 2 -172 137q-58 89 -83 184q-20 78 -20 144q0 24 1 36q13 156 140 231q59 34 114 34q39 0 102 -22q60 -21 90 -21q29 0 86 21
150
+ q60 22 105 22q112 0 192 -102q-45 -25 -76.5 -67t-35.5 -95v-24zM431 609q-3 15 -3 30q0 64 53 129q25 31 67 54.5t85 27.5q2 -20 2 -30q0 -68 -50 -132q-26 -33 -66.5 -56.5t-83.5 -22.5h-4z" />
151
+ <glyph glyph-name="B" unicode="B" horiz-adv-x="1026"
152
+ d="M15 534q0 130 93 223t223 93h221q64 -8 138 -57q74 -50 105 -115q22 -45 29 -108q9 -69 26 -85q13 -13 71 -15t65 -7l14 -11l8 -17l3 -14l-2 -256q-1 -130 -93 -223q-91 -92 -222 -92h-363q-131 0 -223 92q-93 93 -93 223v369zM274 170q0 -25 18 -42.5t43 -17.5h356
153
+ q25 0 42.5 17.5t17.5 42.5t-17.5 42.5t-42.5 17.5h-356q-25 0 -43 -17.5t-18 -42.5zM274 532q0 -25 18 -43t43 -18h175q25 0 42.5 18t17.5 43t-17.5 42.5t-42.5 17.5h-175q-25 0 -43 -17.5t-18 -42.5z" />
154
+ <glyph glyph-name="C" unicode="C"
155
+ d="M15 350q0 206 148 354q144 146 351 146q208 0 357 -146q71 -71 107 -162q37 -87 37 -192q0 -210 -143 -351q-73 -71 -166 -111q-96 -38 -192 -38q-204 0 -352 148q-147 147 -147 352zM105 350q0 -169 123 -288q61 -61 133 -89q71 -31 155 -31q164 0 292 121
156
+ q117 114 117 287q0 86 -31 157q-30 77 -88 132q-120 121 -290 121q-171 0 -288 -120q-123 -123 -123 -290zM230 350q0 68 40.5 111.5t106.5 43.5q93 0 133 -72l-67 -35q-10 23 -27 31q-15 9 -29 9q-67 0 -67 -88q0 -38 17 -63t50 -25q44 0 62 42l62 -31q-46 -78 -132 -78
157
+ q-69 0 -109 42t-40 113zM519 350q0 68 40.5 111.5t106.5 43.5q93 0 132 -72l-66 -35q-19 40 -56 40q-67 0 -67 -88q0 -40 16.5 -64t50.5 -24q43 0 61 42l63 -31q-46 -78 -131 -78q-70 0 -110 42t-40 113z" />
158
+ <glyph glyph-name="D" unicode="D"
159
+ d="M15 350q0 144 70 256.5t179 176.5q115 67 251 67q144 0 256.5 -70t176.5 -179q67 -115 67 -251q0 -144 -70 -256.5t-179 -176.5q-115 -67 -251 -67q-144 0 -256.5 70t-176.5 179q-67 115 -67 251zM99 370q0 -2 -0.5 -10t-0.5 -10q0 -156 105 -275q47 92 152 179
160
+ q102 84 203 107q-9 22 -29 63q-171 -55 -372 -55q-45 0 -58 1zM176 451q167 0 317 45q-78 137 -167 225q-77 -39 -134 -109.5t-81 -158.5q30 -2 65 -2zM515 -67q75 0 147 28q-19 170 -78 331q-93 -20 -186 -101t-138 -170q112 -88 255 -88zM576 526q136 57 205 145
161
+ q-115 96 -266 96q-49 0 -102 -14q89 -92 163 -227zM646 374q69 7 161 7q61 0 123 -3q-7 135 -98 242q-64 -97 -220 -165q12 -25 34 -81zM671 304q51 -149 69 -304q75 49 126.5 128t62.5 176q-82 5 -133 5q-47 0 -125 -5z" />
162
+ <glyph glyph-name="E" unicode="E" horiz-adv-x="867"
163
+ d="M15 541q0 88 88 88h94q15 0 26 11t11 26q0 29 -1 44v59q0 57 62 75q11 6 53 6h19q65 -3 100.5 -18.5t42.5 -60.5q17 1 48 1q55 0 123.5 -9.5t94.5 -19.5q43 -14 53 -67q6 -35 14.5 -164.5t8.5 -192.5q0 -44 -3 -71q-17 -173 -43 -254q-24 -74 -56 -111q-23 -27 -78 -31
164
+ q-26 -2 -59 -2q-107 0 -145 26t-38 106q0 90 42 109q31 14 87 14h28q3 0 4.5 -1.5t1.5 -5t-1 -6.5t-2.5 -6.5t-1.5 -5.5q-2 -10 -2 -13q0 -2 2 -15t1 -16q-1 -2 -7 -2h-20q-20 0 -20 -2q0 -1 -4 -1.5t-8 -1.5t-4 -3t-6 -7t-4 -9q2 -6 -1 -11q0 -21 11 -37q6 -9 40 -9h33
165
+ q57 0 73 13t16 64q0 75 -18 102t-57 32q-85 9 -119 20q-53 20 -53 119q0 2 -3 2q-2 0 -2 -2q0 -67 -18 -120l-8 -24q-10 -24 -37 -26h-6q-22 0 -54 8q-131 17 -198 47q-23 10 -37 40q-19 39 -36 128q-19 98 -23 134q-4 29 -4 51zM89 676q-34 0 -68 -16v2l183 180q0 1 1 1
166
+ q-14 -28 -14 -54q0 -49 1 -103q0 -10 -10 -10h-93zM589 370q21 3 46 3q45 -1 81 -18q0 86 -61 87h-3q-54 0 -63 -72z" />
167
+ <glyph glyph-name="F" unicode="F" horiz-adv-x="1082"
168
+ d="M88 527q73 73 177 73t177 -73t73 -177t-73 -177t-177 -73t-177 73t-73 177t73 177zM567 350q0 104 73 177t177 73t177 -73t73 -177t-73 -177t-177 -73t-177 73t-73 177z" />
169
+ <glyph glyph-name="G" unicode="G" horiz-adv-x="676"
170
+ d="M332 -150q-76 0 -145.5 17.5t-120.5 60.5t-51 104q0 87 89 155t215 68h54q-42 41 -42 86q0 30 16 58q-7 -1 -29 -1q-103 0 -170 65q-66 65 -66 160q0 92 82 159q83 68 187 68h310l-69 -50h-98q45 -17 72.5 -66.5t27.5 -112.5q0 -93 -88 -162q-36 -28 -48 -46
171
+ q-11 -17 -11 -42q0 -19 27 -48q30 -32 54 -49q60 -42 84 -88q24 -45 24 -113q0 -91 -82 -157t-222 -66zM186 -52q60 -49 145 -49q118 0 173 44q53 43 53 117q0 47 -37 88q-4 4 -40 31q-35 25 -51 35q-39 12 -77 12h-4q-86 0 -153 -47q-68 -48 -68 -114q0 -69 59 -117z
172
+ M193 624q10 -72 57.5 -132.5t112.5 -61.5h4q52 0 84.5 45t32.5 106q0 100 -62 168q-50 56 -109 57h-4q-53 0 -85.5 -43.5t-32.5 -105.5q0 -11 2 -33z" />
173
+ <glyph glyph-name="H" unicode="H" horiz-adv-x="909"
174
+ d="M15 217q0 146 95 253q106 118 266 118q68 0 125 -21q-22 -46 -27 -86q-45 19 -98 19q-111 0 -191 -83q-80 -86 -80 -202q0 -80 37.5 -144t97.5 -99q62 -36 136 -36q78 0 139 38t95 99q36 66 36 142q0 64 -22 114q45 9 85 34q27 -67 27 -146q0 -148 -101 -257
175
+ q-101 -110 -259 -110q-159 0 -260 110t-101 257zM295 -36l16 7q35 18 95 80q62 64 108 207q35 110 35 269q-2 74 -5 112l5 13q5 14 6 35v7q0 31 -7 50t-25 42q-24 28 -63 48l11 -17q10 -15 31 -67q23 -55 44 -119l9 -25q19 -60 28 -167q2 -26 2 -40q0 -100 -37 -206
176
+ q-25 -69 -77.5 -129.5t-119.5 -103.5zM570 601q5 41 23 64l18 25q10 12 37.5 25.5t49.5 19.5l21 6q32 7 64 33t46 53l13 23q56 -78 52 -186q0 -34 -6 -59l-11 -45q-10 -27 -30.5 -56t-39.5 -41l-15 -11q-35 -20 -67 -20l-109 53q141 78 198 167q12 20 14 31l2 10
177
+ q-36 -81 -110 -125q-59 -37 -108 -51l-18 -5q-25 43 -25 79q0 7 1 10z" />
178
+ <glyph glyph-name="I" unicode="I" horiz-adv-x="519"
179
+ d="M15 -117q101 6 130 27q30 21 30 107v666q0 82 -30 106t-130 28v28h489v-28q-103 -5 -131 -28q-30 -24 -30 -106v-666q0 -86 30 -107t131 -27v-28h-489v28z" />
180
+ <glyph glyph-name="J" unicode="J" horiz-adv-x="1265"
181
+ d="M817 565q55 0 88 -23t33 -71q0 -32 -16 -71q-16 -22 20 -31q63 -20 106.5 -62.5t43.5 -106.5q0 -58 -41 -120q-92 -137 -289 -197q-108 -33 -229 -33q-137 0 -252.5 41t-188.5 113q-77 77 -77 174q0 162 184 347q117 115 236 162q57 23 97 23q45 0 71.5 -26.5t26.5 -72.5
182
+ q0 -31 -12 -72q-4 -12 2 -17t17 -1l10 4q95 40 170 40zM139 148q0 -70 51 -123.5t126 -79t158 -25.5q190 0 315 100q92 75 92 165q0 70 -51.5 123t-126.5 78.5t-158 25.5q-119 0 -217.5 -42t-150.5 -113q-38 -53 -38 -109zM287 127q0 35 18 70q24 49 77 82.5t118 33.5
183
+ q115 0 163 -89q17 -32 17 -66q0 -32 -15 -65q-32 -71 -109 -104q-42 -19 -88 -19q-60 0 -104.5 27t-63.5 71q-13 27 -13 59zM354 100q0 -24 17 -39t42 -15q43 0 67 37q10 16 10 32q0 24 -16.5 39t-42.5 15q-44 0 -66 -36q-11 -17 -11 -33zM497 166q6 -15 23 -15q13 0 22 10
184
+ t5 23q-5 14 -22 13.5t-25 -13.5q-3 -6 -3 -12v-6zM864 749q-20 0 -33.5 14t-13.5 34q0 17 11 29.5t26 16.5q32 7 68 7q50 0 100 -15q82 -27 142.5 -93t78.5 -153q7 -32 7 -68q0 -53 -16 -98v-1q-11 -32 -45 -32q-21 0 -34 13t-13 33q0 5 2 15v1q11 36 11 70q0 92 -60 157
185
+ q-69 76 -172 76q-21 0 -49 -5q-3 -1 -10 -1zM858 630q-1 3 -1 10q0 43 69 43q55 0 98.5 -37.5t54.5 -90.5q3 -17 3 -33q0 -31 -10.5 -53.5t-35.5 -22.5q-18 0 -29.5 11t-11.5 29q0 7 3 20t3 19q0 27 -21 50q-23 26 -54 26q-4 0 -14 -1.5t-15 -1.5q-14 0 -25 9.5t-14 22.5z
186
+ " />
187
+ <glyph glyph-name="K" unicode="K" horiz-adv-x="1116"
188
+ d="M15 -150v1000h257v-371h229l103 149l154 222h286l-328 -477q0 -13 96 -143l193 -256l96 -124h-343l-286 400h-200v-400h-257z" />
189
+ <glyph glyph-name="L" unicode="L" horiz-adv-x="1066"
190
+ d="M15 730q0 51 36 83t90 32t89 -32.5t35 -85.5q0 -50 -36 -81.5t-90 -31.5h-1q-53 0 -88 32.5t-35 83.5zM28 523h222v-668h-222v668zM373 -145h222v373q0 33 8 54q34 81 114 81q112 0 112 -151v-357h222v383q0 138 -65.5 219.5t-189.5 81.5q-129 0 -201 -111v-2h-1l1 2v95
191
+ h-222q2 -42 2 -199q0 -67 -2 -469z" />
192
+ <glyph glyph-name="M" unicode="M" horiz-adv-x="1371"
193
+ d="M90 325q0 -5 2.5 -26t2.5 -25l-1 -12q-30 -15 -52 -15q-8 0 -10 1q-17 57 -17 142q0 11 2 105q26 8 48 8h18q18 -25 40 -70q19 -40 31 -61q2 5 9 39.5t9 39.5q19 63 26 77q10 18 20 31q32 -5 46 -5q8 0 11 1q24 -54 45 -163q19 -98 39 -155q-3 0 -7 2q-5 0 -26 -6t-22 -6
194
+ q-38 94 -62 203q-15 -26 -15 -89q0 -61 -11 -88l-5 2q-5 0 -22 -2t-21 -2h-18q-28 50 -57 89q-3 -6 -3 -15zM460 206q-45 0 -67.5 29.5t-22.5 78.5q0 67 36 114q20 27 47 27q5 0 27 -5.5t24 -5.5q9 -40 9 -81q0 -28 -6 -55q-6 2 -37.5 4t-37.5 4q-5 -22 -5 -37
195
+ q0 -22 10.5 -37.5t29.5 -15.5q5 0 26 5t26 5q17 0 23 -14q-41 -16 -82 -16zM436 343q2 0 8 -2t7 -2l7 3q2 18 2 22q0 15 -5 40q-23 -26 -27 -62zM586 281q0 -21 17 -37t39 -16q26 0 41 23q18 -6 21 -17q-22 -21 -63 -21q-36 0 -70 20q-33 19 -33 55q0 124 78 182
196
+ q31 -3 60 -23q0 -5 -6.5 -60.5t-6.5 -71.5v-14q-26 -2 -29 -2q-5 0 -43 5q-5 -13 -5 -23zM620 413l-10 -23q-7 -18 -11.5 -32t-4.5 -27q4 -6 14 -6h9q9 19 9 49q0 14 -6 39zM770 219q0 12 -3.5 61t-3.5 57q-6 1 -32 3q-24 1 -38 10q-2 26 23 26q3 0 17.5 -1t17.5 -1
197
+ q3 15 3 31q0 17 -7.5 87t-7.5 86q0 45 10 72q4 -3 27 -6q22 -3 40 -24q-6 -26 -6 -67q0 -8 3 -66t3 -76q0 -25 -1 -34h6q11 0 11 19q0 6 4 6q9 0 18 -8l38 -38q-9 -8 -40 -9q-25 -1 -39 -4q-1 -8 -1 -36q0 -16 1.5 -52t1.5 -52q-4 0 -22.5 -1.5t-22.5 -2.5v20zM1090 384
198
+ q0 -2 0.5 -10t0.5 -9q0 -13 -2 -24t-7.5 -23t-8.5 -18t-11 -19l-11 -16q-14 -11 -34 -42q-20 -7 -38 -7q-71 0 -71 142q0 8 2 58q10 -1 20 -5t22.5 -11t16.5 -9l-1 -27q0 -59 9 -116q18 7 29.5 21t16.5 38t6.5 41.5t2.5 50.5v11q2 -1 9 -1q19 -1 49 -25zM1132 260q0 5 1 9
199
+ q14 128 41 175q13 23 36.5 40t52.5 17q34 0 76 -24q17 -39 17 -75q0 -68 -48 -120.5t-111 -66.5q-2 -42 -2 -48q0 -73 18 -117q-10 2 -37 2q-12 0 -22 2q-8 19 -16 96q-7 74 -30 100q7 5 24 10zM1198 275q37 9 64.5 46.5t27.5 80.5q0 30 -15 56q-19 -17 -37 -51.5t-26 -64.5
200
+ q-8 -36 -14 -67z" />
201
+ <glyph glyph-name="N" unicode="N" horiz-adv-x="1250"
202
+ d="M15 654q20 16 50 16h9q7 0 29 -1t27 -1h16l30 2h21h23q32 -3 45 -21q10 -14 23 -45q38 -88 104 -184q26 -39 35 -46q1 -1 5.5 -4.5t5.5 -4.5t6 -3.5t7.5 -2t9.5 0.5q28 4 31 117q1 13 1 35q0 74 -15 102q-11 19 -40 30q-19 8 -23 10q14 29 48.5 37.5t97.5 8.5h53
203
+ q51 0 53 -4l22 -5l19 -9q21 -9 13 -14q10 -19 11 -42q0 -9 1 -14q0 -10 -3.5 -54.5t-3.5 -49.5q-3 -22 -3 -46q0 -77 32 -99q7 1 13.5 3.5t10 4t9.5 8t7.5 8t7.5 10t7 9.5q59 79 105 177l9 23q1 3 4 8l7 18q5 11 9 17t4 3q0 -8 15 13q15 7 38 7h9q12 0 48 -2t45 -2
204
+ q8 0 28.5 1.5t36 2t32.5 -1.5t26 -10t9 -22q0 -28 -35 -87q-29 -48 -80 -111q-49 -60 -68 -88q-18 -28 -17 -49q0 -16 23 -42l6 -7l12 -10l7 -7q74 -68 112 -117q40 -52 40 -75q0 -33 -51 -41q-23 -4 -53 -4q-13 0 -40 2.5t-40 2.5q-23 0 -45 -5h-6q-64 10 -139 94
205
+ q-3 4 -19 23t-20 23q-27 27 -50 23q-36 -7 -40 -89q-2 -34 -9 -48q-13 -24 -79 -24q-122 0 -208 44q-61 30 -100 68q-40 39 -81 92q-108 137 -208 344l-6 12q-5 11 -7 14.5t-6 13t-5.5 15t-3.5 14.5t-3 17.5t-1 17.5z" />
206
+ <glyph glyph-name="P" unicode="P" horiz-adv-x="1080"
207
+ d="M980 439q0 6 -6 33.5t-5 35.5v4h1q26 0 61 -51q34 -52 34 -81q0 -33 -29 -60q-6 -6 -29.5 -15.5t-35.5 -12.5l-36 -8q-1 0 -4 -0.5t-4 -1.5v-26q0 -173 -77 -253l25 -25q2 -1 19 -8.5t26 -12t20 -12.5t14 -15q-64 -51 -132 -51q-33 0 -75 17q-87 -37 -180 -37
208
+ q-119 0 -234 61q-31 -7 -44 -13t-37 -24q-19 -13 -37 -23t-28 -10q-3 18 -3 37q0 79 53 126q-61 100 -62 257l-7 1h-3q-28 1 -76 -17q-46 -17 -64 -19q-2 0 -10 2q10 138 168 173q11 82 43 192q29 101 71 146q44 45 115.5 73.5t150.5 28.5q86 0 164 -39t117 -110
209
+ q19 -36 42 -131t30 -154q15 -6 34 -6q30 0 30 29zM254 117q23 -80 68 -121.5t127 -63.5q59 -17 117 -17q68 0 146 28t119 72q68 74 68 257q0 225 -92 379q-2 4 -5.5 9.5t-4.5 8t-3.5 6t-4.5 5t-4.5 4.5t-6.5 5l-8 5q-14 8 -32 8q-50 0 -107 -61q-77 47 -140 47
210
+ q-61 0 -105.5 -43.5t-69.5 -104.5q-69 -166 -69 -396q0 -14 7 -27zM428 551q0 22 15.5 37.5t36.5 15.5q22 0 37.5 -15.5t15.5 -37.5t-15.5 -37t-37.5 -15q-21 0 -36.5 15t-15.5 37zM508 569q0 13 -12 13t-12 -13q0 -12 12 -12t12 12zM578 509l2 2l-1 -3zM635 566l51 -52
211
+ q-21 -7 -50 -7q-31 0 -53 7zM585 492q30 -5 50 -5q19 0 49 5l-49 -49zM690 508v3l1 -2zM717 551q0 22 15.5 37.5t37.5 15.5t37.5 -15.5t15.5 -37.5t-15.5 -37t-37.5 -15t-37.5 15t-15.5 37zM773 569q0 -5 3.5 -8.5t8.5 -3.5q13 0 13 12q0 13 -13 13q-12 0 -12 -13z" />
212
+ <glyph glyph-name="Q" unicode="Q" horiz-adv-x="893"
213
+ d="M15 825q121 21 297 21q138 0 233.5 -23t167.5 -78q165 -125 165 -370q0 -260 -161 -395q-149 -126 -451 -126q-139 0 -251 14v957zM235 30q17 -4 77 -4h4q159 0 244 89t85 252q0 151 -80 230.5t-230 79.5q-65 0 -100 -9v-638z" />
214
+ <glyph glyph-name="R" unicode="R"
215
+ d="M15 -16q0 55 39 94t94 39t94 -39t39 -94t-39 -94t-94 -39t-94 39t-39 94zM15 510q189 0 338 -92.5t233 -236.5q89 -152 89 -331h-192q0 194 -137 331q-138 138 -331 138v191zM15 658v192q211 0 394.5 -82t312.5 -211t211 -312.5t82 -394.5h-192q0 171 -66.5 320
216
+ t-170.5 252q-104 104 -252 170t-319 66z" />
217
+ <glyph glyph-name="S" unicode="S" horiz-adv-x="1016"
218
+ d="M95 770q80 80 193 80q78 0 145 -42q34 7 80 7q195 0 333 -138t138 -332q0 -46 -11 -101q28 -57 28 -121q0 -113 -80 -193t-193 -80q-67 0 -129 32q-48 -8 -86 -8q-194 0 -332 138t-138 333q0 47 9 94q-37 64 -37 138q0 113 80 193zM236 211q0 -41 30 -85
219
+ q71 -104 246 -104q104 0 184 45q41 22 66 63t25 95q0 57 -29 97.5t-74 58.5q-83 34 -191 55q-103 19 -103 71q0 33 36 49q35 16 75 16q76 0 104 -42q5 -7 15 -24.5t16.5 -27t21 -18t32.5 -8.5q27 0 47.5 19t20.5 46t-15 54q-29 54 -95 80q-63 25 -138 25q-96 0 -172 -38
220
+ q-89 -45 -89 -143q0 -64 38.5 -105t98.5 -58q63 -18 114 -29q58 -12 98 -33t40 -59q0 -28 -23 -48.5t-51 -27.5q-25 -7 -56 -7q-76 0 -103 38q-21 28 -41 70q-18 37 -59 37q-28 0 -48.5 -17.5t-20.5 -44.5z" />
221
+ <glyph glyph-name="T" unicode="T" horiz-adv-x="1260"
222
+ d="M15 -37q30 -3 60 -3q176 0 314 108q-84 1 -148.5 51.5t-87.5 123.5q17 -4 47 -4q36 0 67 9q-85 16 -144 85t-59 162v3q52 -29 115 -31q-49 32 -81 87t-32 123t35 127q89 -112 223 -183.5t297 -80.5q-7 31 -7 58q0 104 74 178t179 74q109 0 184 -80q85 18 160 62
223
+ q-28 -91 -110 -140q75 9 144 40q-48 -75 -125 -131v-33q0 -212 -120 -396q-131 -202 -346 -280q-117 -42 -252 -42q-208 0 -387 113z" />
224
+ <glyph glyph-name="U" unicode="U" horiz-adv-x="893"
225
+ d="M21 285q4 53 38 86.5t87 36.5q112 5 301 5t301 -5q53 -3 87 -36.5t38 -86.5q5 -100 5 -162t-5 -162q-4 -53 -38 -86.5t-87 -36.5q-112 -5 -301 -5t-301 5q-53 3 -87 36.5t-38 86.5q-6 108 -6 162t6 162zM143 264v-326h59v326h61v55h-181v-55h61zM147 867h60l38 -152h4
226
+ l36 152h60l-46 -148l-13 -39l-8 -28l-2 -8v-158h-59v151q-2 12 -6 25.5t-9.5 28.5t-7.5 23zM299 -66q32 0 61 35v-31h52v281h-52v-214q-21 -21 -31 -21q-14 0 -14 19v216h-52v-237q0 -48 36 -48zM418 479q-35 0 -55.5 21.5t-20.5 56.5v146q0 33 21.5 52t56.5 19
227
+ q33 0 53.5 -20t20.5 -53v-145q0 -36 -20 -56.5t-56 -20.5zM418 726q-9 0 -15.5 -5.5t-6.5 -14.5v-156q0 -23 22 -23q23 0 23 25v153q0 9 -7 15t-16 6zM516 -62v21q19 -25 50 -25q47 0 47 62v156q0 71 -51 71q-25 0 -46 -27v123h-53v-381h53zM516 167q11 11 22 11
228
+ q22 0 22 -28v-148q0 -24 -19 -24q-15 0 -25 13v176zM539 767h52v-215q0 -19 14 -19q13 0 31 21v213h52v-281h-52v31q-29 -35 -61 -35q-36 0 -36 48v237zM653 17q0 -39 19.5 -63t56.5 -24q78 0 78 87v21h-54v-11v-12q0 -4 -0.5 -11t-2 -10.5t-4 -7.5t-6.5 -5.5t-10 -1.5
229
+ q-23 0 -23 40v53h100v72q0 82 -75 82q-36 0 -57.5 -23t-21.5 -59v-127zM707 116v30q0 31 23 31t23 -31v-30h-46z" />
230
+ <glyph glyph-name="V" unicode="V" horiz-adv-x="1176"
231
+ d="M15 578q140 166 278 236q35 19 48 22l17 4q16 2 24 2q23 0 40.5 -8t30 -24t19.5 -29t16 -35q20 -49 39 -159.5t26 -139.5q31 -125 51 -177q20 -53 42 -53q24 0 66 55q44 59 94 152q26 49 26 91t-20 67t-57 25q-34 0 -83 -26q22 130 134 209q86 60 174 60q123 0 163 -91
232
+ q18 -37 18 -88q0 -29 -6 -61q-18 -100 -69.5 -207t-113.5 -189q-52 -69 -123.5 -145t-132.5 -127q-46 -38 -90 -68q-42 -24 -78 -24q-68 0 -126 69q-24 29 -38 57q-20 41 -98 298q-80 262 -96 281q-3 6 -16 8.5t-26 0.5q-34 -7 -86 -47z" />
233
+ <glyph glyph-name="W" unicode="W" horiz-adv-x="1263"
234
+ d="M120 328q28 16 78 29t91 15l34 1q53 0 104 -10q99 -19 144 -61l-104 -370q-28 22 -70.5 42t-77.5 24l-26 4q-35 3 -65 3q-54 0 -118.5 -13.5t-94.5 -34.5zM246 805q28 16 79 29.5t91 14.5l33 1q54 0 104 -10q99 -19 144 -61l-104 -371q-28 22 -70.5 42t-77.5 24l-26 4
235
+ q-35 3 -64 3q-55 0 -119.5 -13t-94.5 -34zM676 292q30 -22 72.5 -42t76.5 -24l25 -4q34 -3 65 -3q54 0 119 13t94 34l-104 -371q-28 -16 -79 -28.5t-91 -14.5l-33 -2q-54 0 -104 10q-100 19 -145 61zM692 396l104 370q30 -22 72.5 -42t76.5 -24l25 -4q34 -3 65 -3
236
+ q54 0 118.5 13t94.5 34l-104 -370q-29 -16 -80 -29.5t-91 -14.5l-33 -2q-72 0 -144 20.5t-104 51.5z" />
237
+ <glyph glyph-name="X" unicode="X" horiz-adv-x="970"
238
+ d="M15 152l173 286l-130 229h219l130 -229l-173 -286h-219zM377 242l346 608h232l-345 -608l222 -392h-232z" />
239
+ <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1405"
240
+ d="M456 17q8 3 8 17v192q0 12 -11 25l-287 344h-111l-19 10l-2 2q-1 1 -13 15l-6 19v8q1 5 10 7h492q6 0 6 -7v-14q0 -15 -10 -15l-68 -21q-11 -5 -22 -4h-41l228 -291l207 195h-115l-18 7l-23 23l-2 4q-9 9 -7 22l7 6h438q4 0 6 -6v-14q0 -11 -6 -18l-17 -19q-8 -7 -18 -7
241
+ h-133q-236 -221 -267 -252q-9 -9 -7 -14v-202q0 -15 9 -15h146q7 0 7 -7v-57h-516v55q0 9 10 9q30 3 142 3h3zM1205 750l185 -7l-83 -567l-61 3zM1218 -13l4 110l110 -4l-4 -110z" />
242
+ <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="1028"
243
+ d="M15 327q0 79 24 159.5t61 140.5q61 102 182 163q120 60 249 60q137 0 255 -85t177 -198q50 -86 50 -214q0 -154 -73 -268.5t-190 -174.5q-122 -62 -270 -60q157 282 199 348q5 11 17.5 29t21 35t11.5 35q6 24 6 48q0 81 -48 142l275 81q-333 0 -428 -1q-5 1 -22 1
244
+ q-100 0 -166 -74q-25 -28 -42 -68l-204 201l198 -341q18 -68 77.5 -115.5t136.5 -47.5q16 0 33 3l-66 -276q-122 0 -228 73.5t-170 173.5q-66 102 -66 230zM327 346q0 -76 54.5 -131t130.5 -55t130.5 55t54.5 131t-54.5 130.5t-130.5 54.5t-130.5 -54.5t-54.5 -130.5z" />
245
+ <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="1067"
246
+ d="M15 638q0 1 3 19l339 -290l-338 -325q-4 12 -4 20v576zM60 697q8 3 17 3h913q9 0 18 -3l-340 -291l-67 -54l-67 -55l-67 55l-67 54zM402 330l132 -107l132 107l341 -327q-7 -3 -17 -3h-913q-9 0 -16 3zM711 367l338 290q3 -9 3 -19v-576q0 -10 -3 -20z" />
247
+ <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="1136"
248
+ d="M40 212q-25 0 -25 25v151q0 10 7.5 17.5t17.5 7.5h265l-115 -201h-150zM137 -7l66 -38zM149 56l304 528q13 21 34 9l65 -37q9 -5 12 -14.5t-2 -20.5l-303 -528q-5 -8 -14.5 -11t-20.5 2l-65 38q-9 4 -12 15q-3 10 2 19zM570 413h67l94 -201h-276zM533 837q4 35 41 -19
249
+ q24 -34 72 -116l66 -112q36 -58 72 -123l90 -169q44 -83 44 -84q11 -19 -2 -36t-31 -24q-21 -9 -25 -9.5t-29 7.5q-29 15 -190 393q-51 111 -85 197q-14 34 -21 71q-3 16 -2 24zM1121 237q0 -10 -7.5 -17.5t-17.5 -7.5h-133q-5 18 -8 23l-24 46l-35 67l-26 48q-7 14 -9 17
250
+ h235q10 0 17.5 -7.5t7.5 -17.5v-151zM887 112l37 19q12 5 22.5 1t14.5 -13l31 -60q12 -24 -10 -39l-27 -16q-12 -5 -22 -2t-16 12l-40 62q-6 10 -3 21t13 15zM950 -48q0 6 1 10t1.5 6.5t2 5.5t2.5 4t4.5 4t5.5 5l24 9q62 12 72 -70q3 -35 -1 -76q-5 13 -44 30q-41 18 -55 38
251
+ q-13 17 -13 34z" />
252
+ <glyph glyph-name="underscore" unicode="_" horiz-adv-x="1116"
253
+ d="M15 175v350h140v-207h805v207h141v-350h-1086z" />
254
+ <glyph glyph-name="grave" unicode="`"
255
+ d="M16 311q0 3 -0.5 10t-0.5 10q0 148 70 265.5t179 183.5q117 70 251 70q144 0 257 -73t176 -185q67 -119 67 -261q0 -3 -0.5 -10t-0.5 -10q-7 207 -152 353q-144 145 -347 145t-347 -145q-145 -146 -152 -353zM199 312q0 2 -0.5 10t-0.5 10q0 136 93 232q94 97 224 97
256
+ t224 -97q93 -96 93 -232q0 -2 -0.5 -10t-0.5 -10q-7 129 -99 219t-217 90t-217 -90t-99 -219zM364 137q0 98 34 131q23 23 51 28q21 4 66 4q71 0 95 -14q31 -17 41 -47q15 -45 15 -102q0 -121 -44 -203q-45 -84 -107 -84t-107 84q-44 82 -44 203zM411 417q0 44 30.5 76
257
+ t73.5 32t73.5 -32t30.5 -76t-30.5 -76t-73.5 -32t-73.5 32t-30.5 76z" />
258
+ <glyph glyph-name="a" unicode="a" horiz-adv-x="1130"
259
+ d="M33 75q250 -145 544 -145q213 0 401 79q29 13 38 0q8 -11 -6 -22q-85 -61 -202 -99t-243 -38q-313 0 -544 208q-6 4 -6 10q0 2 2 6q5 9 16 1zM494 177q-80 0 -128 49.5t-48 132.5q0 137 127 192q64 28 221 41v17q0 63 -14 86q-21 30 -66 30h-8q-34 -3 -57.5 -22
260
+ t-30.5 -49q-5 -20 -20 -23l-115 14q-17 5 -17 18q0 4 1 7q16 88 83 132q66 43 156 48h25q154 0 210 -101q1 -1 15 -49q4 -16 4 -54v-242q0 -10 1 -19.5t2 -16t5 -15t5.5 -12.5t7 -12.5t7.5 -10.5l8 -12q8 -9 9 -11q6 -9 6 -16q0 -8 -8 -14l-90 -78q-13 -9 -29 -2
261
+ q-34 30 -54 59q-12 17 -14 19q-55 -61 -110 -76q-33 -10 -84 -10zM490 379q0 -38 19 -62t53 -24q2 0 8 1t8 1q37 10 61.5 47.5t26.5 84.5v46v25q-56 0 -88 -8q-88 -25 -88 -111zM910 57q1 3 6 8q49 32 122 34q19 2 44 -4.5t29 -11.5t4 -18v-7q0 -35 -19 -82q-20 -50 -53 -77
262
+ q-4 -4 -9 -4q-10 0 -7 12q37 86 37 121q0 12 -4 16q-10 12 -56 12q-25 0 -86 -8q-4 0 -7 1.5t-2 4.5q0 2 1 3z" />
263
+ <glyph glyph-name="b" unicode="b" horiz-adv-x="1342"
264
+ d="M15 470q0 55 38.5 94t93.5 39q48 0 84.5 -30.5t45.5 -73.5l502 -202q31 19 68 19q1 0 7 -0.5t7 -0.5l110 159q1 72 53 124t125 52t125.5 -52t52.5 -126t-52.5 -126t-125.5 -52l-170 -124q-5 -50 -42.5 -85t-89.5 -35q-49 0 -85 30.5t-45 74.5l-502 201q-31 -19 -68 -19
265
+ q-55 0 -93.5 39t-38.5 94zM50 470q0 -40 28.5 -68.5t68.5 -28.5q5 0 21 2l-41 16v1q-46 21 -46 70q0 25 13 44t33 28q15 7 31 6q12 0 27 -5v1l49 -20q-28 52 -87 52q-40 0 -68.5 -29t-28.5 -69zM916 190q0 -34 -22 -56t-56 -22q-12 0 -25 4t-31.5 12t-21.5 9q28 -52 87 -52
266
+ q40 0 69 29t29 69t-29 68.5t-69 28.5q-11 0 -21 -2l40 -16q21 -8 35.5 -27t14.5 -45zM1030 472q0 -49 35 -84t84 -35t84.5 35t35.5 84t-35.5 84t-84.5 35t-84 -35t-35 -84zM1055 473q0 -40 27.5 -68t67.5 -28q39 0 67 28.5t28 67.5t-28 67t-67 28t-67 -28t-28 -67z" />
267
+ <glyph glyph-name="c" unicode="c" horiz-adv-x="1138"
268
+ d="M15 202q0 105 73 178q74 74 177 74l1 -1q0 1 -0.5 6t-0.5 7q0 118 83 201t199 83q103 0 181 -66t96 -166h17q116 0 199 -83t83 -201t-83 -201t-199 -83q-9 0 -12 1v-1h-578v1q-98 4 -167 78q-69 73 -69 173z" />
269
+ <glyph glyph-name="d" unicode="d" horiz-adv-x="1054"
270
+ d="M15 311l214 163l-214 162l311 203l203 -174l208 174l302 -193l-198 -165l198 -170l-307 -185l-203 156l-203 -156zM228 60v57l94 -55l203 155l1 -1v-355zM233 476l294 -185l296 196l-294 169zM526 -139l1 355l2 1l202 -155l100 60v-63z" />
271
+ <glyph glyph-name="e" unicode="e" horiz-adv-x="1425"
272
+ d="M506 137q-71 -34 -206 -34q-184 0 -238 51q-27 25 -37 53.5t-10 77.5q0 78 38 113t119 50q54 9 128 9q90 0 148 -13q38 -7 58 -18v-161h-293q0 -74 37 -91q20 -9 50 -9q85 0 85 61h121v-89zM391 319q0 60 -37 72q-20 7 -54 7q-63 0 -77 -30q-10 -22 -10 -49h178zM506 226
273
+ h78q-2 -51 -74 -87q-2 -2 -4 -2v89zM808 200q-3 -70 -26 -110t-81 -40q-64 0 -91 50h-1v-42h-103v79q2 0 4 2q72 36 74 87h-78v39h81q1 8 1 23q0 57 -18.5 87.5t-63.5 50.5v183h107v-203h2q32 44 88 44q43 0 69 -26q-40 -28 -40 -102q0 -104 76 -122zM506 426
274
+ q45 -20 63.5 -50.5t18.5 -87.5q0 -15 -1 -23h-81v161zM622 146q9 -30 35 -30q28 0 37 30t9 108v5q0 60 -6 89q-7 36 -40 36t-39 -38q-5 -29 -5 -92q0 -78 9 -108zM772 424q17 -19 26 -53t10.5 -55t-0.5 -64v-52q-76 18 -76 122q0 74 40 102zM1041 205q0 6 -2 36t-2 37v102
275
+ l-107 218q-45 3 -49 3q-66 0 -101 -26q-40 -25 -40 -94h107q0 32 7.5 46t32.5 14q26 0 35 -13t9 -44v-31h-24q-97 0 -135 -29q17 -19 26 -53q4 -15 6 -25t3 -22t1 -17v-25v-30v-52q5 -1 26 -1q67 0 100 58h2l5 -52h100zM837 327q-11 9 1 20q12 10 5 15q-5 3 0.5 7.5
276
+ t11.5 7.5t4 5q-5 2 18 7l7 1l14 2q2 0 17 0.5t16 0.5q0 -6 0.5 -22.5t0.5 -26.5t-1.5 -22.5t-4.5 -19.5q-15 -37 -48 -37q-41 0 -41 62zM904 650h154l100 -232l109 232h143l-189 -359v-190h-141v190l-43 89v91q0 61 -24 90t-83 37zM930 598q59 -8 83 -37t24 -90v-91z" />
277
+ <glyph glyph-name="f" unicode="f" horiz-adv-x="568"
278
+ d="M15 313v191h154v96q0 104 67 177t164 73h153v-191h-153q-17 0 -28 -18t-11 -39v-98h192v-191h-192v-463h-192v463h-154z" />
279
+ <glyph glyph-name="g" unicode="g" horiz-adv-x="969"
280
+ d="M227 157q82 0 147.5 -43t65.5 -111q0 -64 -62 -108q-63 -45 -151 -45q-89 0 -150 45q-62 45 -62 108q0 84 100 130q-26 40 -26 75q0 39 28 74q-38 23 -63 62t-25 89q0 73 53.5 125.5t127.5 52.5q55 0 101 -31h7q60 0 109 32v-115q-18 -10 -44 -14q7 -21 7 -50
281
+ q0 -70 -50 -121t-119 -55q-24 -29 -24 -53q0 -26 24 -48q1 0 3 0.5t3 0.5zM208 515q-29 0 -50.5 -24.5t-21.5 -55.5t21.5 -55.5t50.5 -24.5q30 0 51 24t21 56t-21 56t-51 24zM227 67q-34 0 -61 -17.5t-27 -46.5q0 -28 27 -46t61 -18t61.5 18t27.5 46q0 29 -27 46.5t-62 17.5
282
+ zM470 769q0 34 23.5 57.5t57.5 23.5t58 -23.5t24 -57.5t-24 -58t-58 -24t-57.5 24t-23.5 58zM489 601h134v-479h-134v479zM670 499h55v-285q9 -73 91 -99q15 -5 31 -7h20q22 0 45.5 7t32.5 17l7 9l2 99q-40 -13 -65 -13q-31 0 -36 17l-4 13q0 3 -1 4v238h91v102h-91v93h-123
283
+ v-93h-55v-102z" />
284
+ <glyph glyph-name="h" unicode="h" horiz-adv-x="896"
285
+ d="M15 -146v992l501 -496zM516 350l134 -133l-635 -367v4zM15 846l501 -496l134 133l-635 367v-4zM516 350l134 133l231 -133l-231 -133z" />
286
+ <glyph glyph-name="i" unicode="i"
287
+ d="M15 350q0 144 70 256.5t179 176.5q115 67 251 67q144 0 256.5 -70t176.5 -179q67 -115 67 -251q0 -144 -70 -256.5t-179 -176.5q-115 -67 -251 -67q-144 0 -256.5 70t-176.5 179q-67 115 -67 251zM232 67q117 -117 283 -117t283 117t117 283t-117 283t-283 117t-283 -117
288
+ t-117 -283t117 -283zM298 174q0 -31 21.5 -52.5t52.5 -21.5q33 0 57 24t24 57v269l200 37v-208q-17 5 -28 5q-33 0 -57 -24t-24 -57q0 -31 21 -52.5t52 -21.5t55.5 23.5t25.5 53.5v394l-290 -50v-300q-17 5 -28 5q-33 0 -57.5 -24t-24.5 -57z" />
289
+ <glyph glyph-name="j" unicode="j" horiz-adv-x="794"
290
+ d="M15 850h764v-817l-571 3v-186h-193v1000zM206 209h399v450h-399v-450z" />
291
+ <glyph glyph-name="k" unicode="k"
292
+ d="M15 283v134l3 59q3 60 6 62q5 4 14 52q9 51 24 56q16 5 36 46q21 42 50 48q146 110 356 110h16v-777h124v208q3 -4 24 -39l40 -64l26 -40q28 -38 60.5 -52t94.5 -14h36v118q-46 0 -63 7q-19 8 -42 41q-16 20 -63 100l171 238h-148l-136 -189v453q135 -23 238 -100
293
+ q48 -36 86 -94q16 -25 24 -56q16 -56 18 -93q1 -8 2 -21q3 -44 3 -59v-134l-3 -59q-3 -60 -6 -62q-5 -4 -14 -52q-9 -51 -24 -56q-16 -5 -36 -46q-21 -42 -50 -48q-146 -110 -367 -110t-367 110q-48 36 -86 94q-16 25 -24 56q-16 56 -18 93q-1 8 -2 21q-3 44 -3 59zM96 134
294
+ q66 -67 192 -67q80 0 138 41q57 40 57 118q0 46 -16.5 81.5t-46.5 48.5q-55 25 -117 28q-63 4 -63 42q0 47 70 46q56 0 87 -29l78 78q-60 60 -170 60q-78 0 -131 -41q-54 -42 -54 -118q0 -48 19.5 -81.5t52.5 -46.5q38 -14 122 -26q26 -4 36.5 -13t10.5 -31q0 -46 -72 -46
295
+ q-77 0 -113 36z" />
296
+ <glyph glyph-name="l" unicode="l" horiz-adv-x="1359"
297
+ d="M15 350q0 164 116 280t280 116q132 0 225 -67t141 -177l129 -300q21 -47 38 -74q39 -61 128 -66h7q65 0 111 36.5t47 95.5q0 53 -37 77q-28 19 -100 42q-124 40 -180 89q-55 48 -55 136q0 93 59 146.5t155 53.5q127 0 191 -115l-84 -43q-45 62 -112 62q-45 0 -76 -28.5
298
+ t-31 -72.5q0 -30 11 -45q15 -20 29 -30q40 -25 136 -52q109 -36 155 -84q46 -47 46 -140q0 -100 -76 -166q-76 -65 -186 -65h-3q-99 0 -161 47q-61 46 -103 140l-141 321q-32 73 -102.5 122t-160.5 49q-119 0 -203 -84q-85 -85 -85 -204t85 -204q84 -84 203 -84
299
+ q85 0 152.5 44t102.5 111l51 -118q-53 -65 -131.5 -105t-174.5 -40q-164 0 -280 116t-116 280z" />
300
+ <glyph glyph-name="m" unicode="m" horiz-adv-x="1232"
301
+ d="M15 800h185l9 -8h825l9 8h174v-900h-171v7h-855v-4h-176v897zM191 35v-80h855v74l-345 259l-79 -65l-86 70zM498 324l-307 252v-481zM622 438l347 298h-695zM739 319l307 -230v484z" />
302
+ <glyph glyph-name="n" unicode="n"
303
+ d="M15 527l316 323v-123l301 -277l187 46l-195 -208l391 -438l-444 392l-188 -192l30 169l-255 316z" />
304
+ <glyph glyph-name="o" unicode="o" horiz-adv-x="1113"
305
+ d="M15 203q-1 125 92 205q86 73 193 106t160 39l26 3v-123q-113 -8 -182 -56q-63 -43 -88 -93q-25 -48 -27 -74l-2 -12q-3 -15 -3 -30q0 -59 45 -100q58 -53 127 -78q70 -25 111 -34l19 -3v-103q-192 20 -302 92q-99 64 -134 138q-32 68 -34 106zM525 -150v902l142 98v-922z
306
+ M701 441h5q35 -1 76 -15.5t65 -30.5l21 -16l-83 -34l313 -78v245l-107 -61q-41 44 -112 69q-75 27 -126 31l-52 5v-115z" />
307
+ <glyph glyph-name="q" unicode="q" horiz-adv-x="919"
308
+ d="M693 16q30 -62 114 -83v-76q-34 -7 -67 -7q-50 0 -85 18q-56 29 -91 94q-46 -13 -105 -13q-127 0 -228 63.5t-157 161.5q-59 102 -59 225q0 129 62.5 231.5t158.5 159.5q102 60 223 60q185 0 315 -132q130 -131 130 -319q0 -125 -59.5 -225t-151.5 -158zM236 340
309
+ q0 -116 66 -198q66 -83 161 -83q25 0 52 8q-33 49 -75 70q-17 8 -36 10v88q7 1 20 1q119 0 203 -90q63 81 63 194v116q0 116 -66 198q-66 83 -161 83t-161 -83q-66 -82 -66 -198v-116z" />
310
+ <glyph glyph-name="s" unicode="s" horiz-adv-x="1182"
311
+ d="M28 296q5 -3 10 -32.5t5 -42.5q0 -14 -5 -42.5t-10 -31.5q-13 7 -13 74q0 17 3.5 44.5t9.5 30.5zM79 221q0 12 5.5 72t5.5 63q0 6 6 6q4 0 6 -6q12 -129 12 -135q0 -12 -6 -68.5t-6 -61.5q-1 -7 -6 -7q-6 0 -6 7q0 3 -5.5 61t-5.5 69zM160 221q0 7 5 64.5t5 63.5q0 9 7 9
312
+ q8 0 8 -9q11 -118 11 -128q0 -9 -11 -136q0 -8 -8 -8q-7 0 -7 8q0 7 -5 67t-5 69zM252 221q0 26 9 257q0 10 9 10q10 0 10 -10q10 -150 10 -257q0 -9 -5 -68.5t-5 -66.5q0 -10 -10 -10q-9 0 -9 10q-9 132 -9 135zM353 88q0 9 -3.5 66t-3.5 67q0 155 7 288q1 12 12 12t12 -12
313
+ q0 -5 4 -132t4 -156q0 -10 -1.5 -38.5t-4 -58.5t-2.5 -36q-1 -12 -12 -12t-12 12zM441 221q0 108 6 270q1 15 14 15t14 -15q6 -160 6 -270q0 -3 -6 -130q-1 -15 -14 -15q-12 0 -14 14q-6 129 -6 131zM542 571q2 18 16 18t16 -18q6 -348 6 -351q0 -1 -6 -127q-2 -17 -16 -17
314
+ t-16 17q-6 126 -6 127q0 3 6 351zM616 432q0 107 1 156q-2 19 34.5 28t69.5 9q96 0 169 -73t80 -178q27 13 55 13q59 0 99.5 -46.5t41.5 -109.5q1 -62 -40.5 -109t-100.5 -47h-393q-6 0 -10.5 6t-4.5 13q0 41 -0.5 167t-0.5 171z" />
315
+ <glyph glyph-name="t" unicode="t" horiz-adv-x="646"
316
+ d="M15 440v142q59 19 101 55q86 69 102 213h143v-253h237v-157h-237v-256q0 -86 9 -112q10 -27 41.5 -43t68.5 -16q78 0 151 49v-157q-60 -29 -109.5 -42t-118.5 -13q-66 0 -122 17q-106 36 -141 118q-14 36 -14 105v350h-111z" />
317
+ <glyph glyph-name="v" unicode="v" horiz-adv-x="1041"
318
+ d="M327 620h-4l-1 -1h-1q-71 -13 -87 -26q-18 -15 -20 -71v-165l-3 -18l526 -13l80 27q-52 -96 -70 -132l-106 -47l-406 -7q-2 -2 -10 -3.5t-11 -4.5q6 -36 7 -39q12 -52 112 -59q198 -13 335 -13q35 0 120 20t127 20q64 0 111 -29v-54q0 -155 -154 -155h-723q-61 0 -97 48
319
+ q-37 49 -37 111v678q0 66 43.5 114.5t107.5 48.5h697q71 0 117 -38.5t46 -105.5v-59l-111 20q-49 7 -54 7q-7 2 -27 9t-36.5 11t-32.5 4q-61 0 -132 -47q-19 -2 -93.5 -7t-123 -10t-86.5 -13h-2zM705 555q0 14 10 24.5t24 10.5q13 0 24 -11t11 -24q0 -14 -10.5 -24
320
+ t-24.5 -10t-24 10t-10 24z" />
321
+ <glyph glyph-name="w" unicode="w"
322
+ d="M15 350q0 144 70 256.5t179 176.5q115 67 251 67q144 0 256.5 -70t176.5 -179q67 -115 67 -251q0 -144 -70 -256.5t-179 -176.5q-115 -67 -251 -67q-144 0 -256.5 70t-176.5 179q-67 115 -67 251zM54 350q0 -141 74.5 -251t185.5 -164l-220 603q-40 -87 -40 -188z
323
+ M743 609q0 33 22.5 57.5t55.5 24.5q1 0 3 -0.5t3 -0.5q-130 121 -312 121q-125 0 -225.5 -58.5t-160.5 -149.5h30q48 0 123 6q11 1 17 -8t2 -19t-16 -11l-53 -5l168 -499l101 302l-72 197q-32 4 -48 5q-11 1 -15.5 11t1 19t17.5 8l121 -6q49 0 123 6q11 1 17 -8t2 -19
324
+ t-16 -11l-52 -5l166 -496l46 154q36 117 36 149q0 63 -39 128q-22 35 -35 63q-10 21 -10 45zM385 -93q61 -18 130 -18q78 0 153 26q-28 72 -76.5 207.5t-68.5 187.5zM747 -49q100 58 164.5 162.5t64.5 236.5q0 120 -56 221q3 -21 3 -47q0 -62 -35 -165z" />
325
+ <glyph glyph-name="y" unicode="y" horiz-adv-x="771"
326
+ d="M15 262q1 52 9 88q2 17 15 29.5t29 8.5l204 -82q37 -11 37 -46t-36 -46l-204 -62q-18 -6 -31 3t-17 25q-6 26 -6 68v14zM391 414q0 -19 -10.5 -30.5t-28.5 -11.5q-20 0 -37 26q-164 256 -213 340q-5 8 -5 16q0 9 6 18q13 18 38 28q79 31 171 46h5q44 0 49 -38
327
+ q25 -307 25 -394zM388 -118q-2 -11 -12 -19.5t-23 -8.5q-6 0 -16 4q-34 5 -85 25t-73 37q-18 14 -18 30q0 13 10 24l139 166q19 20 38 20q41 0 41 -48q0 -7 -1 -10v-220zM501 288q-17 0 -29.5 13.5t-12.5 32.5q0 16 15 32l130 180q8 8 20 8q21 0 36 -20q22 -24 51.5 -69.5
328
+ t38.5 -74.5q3 -8 3 -14q0 -26 -27 -32l-209 -54q-10 -2 -16 -2zM477 186q-9 -12 -9 -24q0 -16 13 -32l114 -190q8 -10 24 -10h3q18 1 33 16q25 23 54.5 62.5t42.5 69.5q4 9 4 20q0 25 -22 32l-205 70q-9 4 -19 4q-22 0 -33 -18z" />
329
+ <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="1316"
330
+ d="M107 435q0 31 -21.5 52.5t-52.5 21.5h-18q173 33 208 71q27 30 45 91q18 -23 23 -49q5 -27 1 -39l-5 -13q-6 -12 -18 -34q-4 -8 -19 -20q-3 -3 -19 -13.5t-18 -11.5q-35 -27 -33 -63q1 -34 30 -54q26 -17 50 6q25 23 53 78q13 29 19 66q8 49 22 78.5t44 53.5q30 25 96 20
331
+ q38 -3 61 2t50 22q33 21 67 64q14 18 52 44q32 22 57 28.5t76 -0.5q42 -9 86 -45q-48 21 -90 21q-63 0 -111 -48q-19 -19 -26 -33l-7 -15q-25 -62 -52 -100q-17 -23 -49 -34l-37 -10l-33 -8q-42 -13 -50 -54q-6 -37 22 -53q30 -17 73 8.5t69 54.5q22 25 30 44q17 39 62.5 67
332
+ t98.5 39q42 8 83 8q44 0 67 3q197 31 246 114q47 79 49 130q32 -108 -15 -185q-38 -62 -85 -90l-18 -11q-113 -59 -212 -77q-36 -7 -62 -21q-103 -55 -52 -155q21 -41 62.5 -44.5t76.5 29.5q18 15 37 53q13 27 15 61q35 -101 -5 -160l-15 -22q-36 -37 -61 -53
333
+ q-60 -37 -152 -4q-81 20 -120 20q-34 -1 -62 -18t-42 -42q-15 -27 -2 -48q8 -15 18 -22t22.5 -6t25 6t32.5 16q37 21 61.5 28.5t72.5 9.5q88 2 139 -38q34 -22 74 -57q-43 25 -79 31q-55 9 -114 -20q-22 -11 -32 -21l-10 -10q-43 -49 -76 -72q-29 -20 -52.5 -20.5
334
+ t-58.5 14.5q-2 1 -21 9l-38 16q-17 7 -22 8v110q0 121 -92 186q-58 40 -134 40t-134 -39q-20 29 -51 33v75zM447 -77q0 -64 -43.5 -106t-108.5 -42q-93 0 -134 71q-19 34 -19 99v162q0 65 19 99q41 71 134 71q67 0 109.5 -43t42.5 -110v-135h-202v-67q0 -48 50 -48
335
+ q46 0 50 49h102zM345 66v56q0 56 -50 56t-50 -56v-56h100zM507 -133q11 38 11 71q0 11 -3 20q3 -1 34 -5q68 -6 89 -55q14 -35 7 -54q-32 24 -65 30q-35 6 -54 -1z" />
336
+ <glyph glyph-name="bar" unicode="|" horiz-adv-x="881"
337
+ d="M16 -27q3 31 12 66q15 60 143 700q12 52 24 73q14 24 42 31t84 7h241q32 0 127 -1t124 -1q41 0 50 -45q10 -48 -23 -92q-30 -40 -81 -40h-401l-50 -233l352 -3q44 0 54 -45t-21 -84q-27 -33 -70 -33h-360l-48 -248h432q65 0 77 -43q12 -45 -17 -88q-30 -44 -68 -44h-553
338
+ q-81 0 -70 123z" />
339
+ <glyph glyph-name="braceright" unicode="}" horiz-adv-x="891"
340
+ d="M15 138q0 44 32 76t76 32q43 0 75.5 -32t32.5 -76q0 -47 -34 -78q65 -74 163 -74q68 0 115.5 41t47.5 106q0 40 -25 77q-24 39 -60 64q-35 23 -115 57q-74 30 -117 55.5t-78 67.5q-28 34 -46 74q-14 40 -14 79q0 101 81 172q83 71 197 71q79 0 151 -32t117 -81
341
+ q37 -31 37 -80q0 -44 -32 -76t-76 -32q-45 0 -76.5 31.5t-31.5 76.5q0 23 10 44q-31 16 -88 16q-64 0 -109.5 -29t-45.5 -82q0 -43 38 -76q43 -35 128 -71q94 -41 141 -73q98 -67 130 -159q0 -1 1 -3t1 -3q-75 -61 -75 -158q0 -54 28 -104q-10 -13 -24 -27q-86 -82 -206 -82
342
+ t-208 64q-90 66 -139 194l3 1q-5 17 -5 29zM628 63q0 -52 36 -88.5t88 -36.5t88 36.5t36 88.5q0 51 -36.5 87.5t-87.5 36.5t-87.5 -36.5t-36.5 -87.5z" />
343
+ <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="694"
344
+ d="M115 835l8 -121h10l5 3q79 133 246 133q130 0 212 -98q83 -100 83 -254q0 -132 -52.5 -221.5t-148.5 -129.5q-57 -23 -116 -23q-71 0 -127 29.5t-85 78.5l-2 3h-11l-3 -7v-378h-113v761q0 87 -6 224h100zM134 422q0 -31 6 -55q18 -66 72 -111t128 -45q106 0 164.5 80
345
+ t58.5 201q0 113 -59 191t-159 78q-75 0 -130 -47t-72 -116q-9 -33 -9 -53v-123z" />
346
+ <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="698"
347
+ d="M16 512q-10 152 126 252q139 103 320 81q96 -12 181 -59q-1 -40 0 -76q6 -119 -10 -153q-15 2 -52 14q-67 20 -127 24q-70 6 -99 -38q7 -43 38 -66q29 -20 82 -37q48 -13 69 -26q114 -71 139 -219v-85q0 -84 -46 -144.5t-117 -90.5q-106 -44 -245 -38q-140 6 -239 59
348
+ q3 43 0 80t-1.5 79.5t11.5 69.5q16 -3 66 -16t56 -14q165 -36 177 40q2 19 -5.5 34.5t-26 27t-29.5 17t-32 13.5q-50 21 -96 49q-59 36 -80 68q-54 76 -60 154z" />
349
+ <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1303"
350
+ d="M15 435q0 38 87 65t211 27t211 -27t87 -65v-51q-1 -37 -88 -64t-210 -27t-210 27t-88 64v51zM302 654q1 18 64 32q64 14 149 14t149 -14q62 -14 63 -32h1v-27h-1q-1 -19 -63 -33q-64 -14 -149 -14t-149 14q-63 14 -64 33v27zM513 133v64q5 56 117 95q110 38 271 38
351
+ t271 -38q111 -39 116 -95v-64q-3 -55 -116 -94q-112 -39 -271 -39q-161 0 -271 38q-112 39 -117 95zM741 474v42q2 30 75 49q75 20 176 20t176 -20q73 -19 75 -49v-42q0 -29 -73 -50q-74 -21 -178 -21t-178 21q-73 21 -73 50z" />
352
+ <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1150"
353
+ d="M15 704q0 20 13 33t33 13h235q17 0 29 -10t16 -25l24 -98h674l7 21q11 32 43 32q20 0 33 -13t13 -32q0 -3 -2 -13l-118 -393q-9 -33 -43 -33h-559q-16 0 -28.5 10.5t-16.5 24.5l-108 438h-199q-19 0 -32.5 13t-13.5 32zM449 278h489l38 126l36 122h-625zM429 42
354
+ q0 37 27.5 64.5t65.5 27.5t65 -27t27 -65t-27 -65t-65 -27t-65.5 27.5t-27.5 64.5zM494 448h166v-92h-146zM740 448h162l-24 -92h-139zM776 42q0 37 27.5 64.5t65.5 27.5q37 0 64.5 -27t27.5 -65t-27.5 -65t-64.5 -27q-38 0 -65.5 27.5t-27.5 64.5z" />
355
+ <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="954"
356
+ d="M15 283l116 129h85v-64h-56l-80 -89v-245h795v245l-80 89h-56v64h85l115 -129v-333h-924v333zM216 269v330l151 151h372v-481h-523zM276 330h403v360h-252v-151h-151v-209z" />
357
+ <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="746"
358
+ d="M15 136q0 61 25 94.5t77 48.5q-16 39 -16 59q0 32 35 70q38 35 69 35q17 0 40 -9q-46 131 -69 208q-24 81 -24 115q0 47 24 75t67 28q73 0 173 -295l17 -49q6 15 12 33q100 292 180 292q40 0 63.5 -27.5t23.5 -69.5q0 -28 -24 -113q-20 -68 -66 -200q61 -15 85 -58.5
359
+ t24 -128.5q0 -179 -106 -291q-108 -113 -274 -113q-65 0 -127 24q-56 20 -107 66.5t-76 98.5q-26 55 -26 107zM135 218q-23 0 -39 -24.5t-16 -52.5q0 -23 14 -59q19 -46 56 -86t80 -62q56 -28 129 -28q129 0 217 97q87 96 87 243q0 44 -4.5 67.5t-20.5 37.5
360
+ q-31 27 -113.5 42.5t-160.5 15.5q-22 0 -28 -6q-7 -3 -7 -20q0 -42 46 -58q49 -21 165 -21h28q15 0 23 -11q8 -8 11 -31q-18 -18 -55 -31q-76 -27 -117 -95q-23 -40 -23 -74q0 -22 10 -51q11 -35 11 -43v-6l-4 -15q-78 5 -83 123q-2 -1 -12 -1h-11q1 -3 1 -12
361
+ q0 -30 -23.5 -51t-53.5 -21q-47 0 -95 45q-48 46 -48 90q0 8 3 16q2 8 16 22q5 -6 19.5 -25.5t22.5 -28.5l21 -22q13 -14 24.5 -20t22.5 -6q7 0 15 5t8 11q0 8 -12 29q-6 13 -37 53q-30 37 -45 50q-16 14 -22 14zM210 374q-11 0 -25.5 -15.5t-14.5 -26.5q0 -14 16 -45
362
+ q13 -26 46 -68t55 -62q25 -20 36 -20q7 0 14 7.5t7 15.5q0 12 -18 58q-43 107 -85 141q-17 15 -31 15zM237 795q-10 0 -16 -9.5t-6 -21.5q0 -34 24 -107q25 -78 66 -190q11 6 28 6q1 0 8 -0.5t9 -0.5q1 0 4.5 -0.5t9.5 -1t12 -0.5l-69 200q-30 84 -44 104q-13 21 -26 21z
363
+ M400 204q19 22 40 38q-6 1 -29 5.5t-30 6.5l9 -25zM486 458l67 -12q46 128 69 199q25 79 25 96q0 32 -22 32q-15 0 -31 -27q-18 -27 -43 -101z" />
364
+ <glyph glyph-name="Udieresis" unicode="&#xdc;"
365
+ d="M115 -150q-41 0 -70.5 30t-29.5 70v800q0 40 29.5 70t70.5 30h800q41 0 70.5 -30t29.5 -70v-800q0 -40 -29.5 -70t-70.5 -30h-800zM303 138q88 -88 212 -88t212 88t88 212t-88 212t-212 88t-212 -88t-88 -212t88 -212zM315 350q0 82 59 141t141 59t141 -59t59 -141
366
+ t-59 -141t-141 -59t-141 59t-59 141z" />
367
+ <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="647"
368
+ d="M15 3q0 76 57 112q25 17 54 29q116 50 122 54q-21 31 -114 139q-109 131 -94 247q6 44 26 72t58 51q45 26 97 47l91 40q81 35 111 51q20 11 25 -6q0 -11 -27 -25q-83 -55 -59 -172q7 -34 13.5 -50.5t24.5 -42.5q26 -37 62 -77q18 -20 29.5 -34t30.5 -35q41 -46 61 -75
369
+ q27 -40 41 -95q8 -30 8 -58q0 -39 -13 -68q-12 -33 -28.5 -52t-47.5 -39q-57 -35 -114 -57q-3 -1 -27.5 -12t-30.5 -13l-89 -39l-36 -18q-31 -16 -50 -21q-85 -21 -133 24t-48 123z" />
370
+ <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1156"
371
+ d="M91 679q51 82 96 114q37 27 110.5 45t135.5 6q51 -9 83 -32q39 -27 63 -57q37 -48 51 -73q44 -81 70 -145q2 -7 13 -31q6 41 57 188q48 141 67 145q91 21 145 0l16 -16q-1 -31 -14 -71q-1 -3 -25 -67l-160 -439q-7 -33 19 -90q26 -56 67 -93q29 -26 53.5 -27t38.5 26
372
+ q11 22 28 29.5t57 7.5q54 0 67 -19q28 -52 -1 -100.5t-78 -84.5q-78 -57 -148 -42q-80 16 -129 81q-30 40 -80 127q-3 -1 -6 -4q-24 -58 -82 -106.5t-126 -74.5q-79 -29 -157.5 -19t-137.5 53q-84 60 -131 204q-45 137 -36 300q9 158 74 265zM169 426q-13 -108 9 -211
373
+ q23 -104 73 -141q86 -64 157 -32l34 16q9 4 22 14t28 26q5 5 13 14t11 12t8.5 9t7.5 9l8 10l10 14l10 17l22 33l16 30l22 36q-37 157 -64 223q-74 173 -202 155q-56 -8 -80.5 -21t-50.5 -50q-41 -56 -54 -163z" />
374
+ <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1108"
375
+ d="M108 642q54 51 127.5 74t158.5 -1q69 -19 124 -71t76 -120q35 -115 -8 -218q-16 -27 -8.5 -66.5t19 -65.5t26.5 -50q25 -38 51 -68t26 -33l-11 9q-57 57 -133 98q-40 22 -90 26q-24 1 -42 -7q-104 -42 -220 2q-62 23 -103 69q-86 92 -86 212q0 122 93 210zM180 327
376
+ q41 -55 112 -64q69 -9 124 33q55 41 64 112q9 69 -33 124t-111 64t-124 -33q-56 -42 -65 -111t33 -125zM625 746q19 55 70.5 86.5t116.5 9.5q54 -17 85 -70t10 -118q-24 -73 -114 -104q-24 -9 -50.5 -30t-39.5 -42q-7 -11 -23 -40q22 94 -24 159q-55 79 -31 149zM663 251
377
+ q2 91 63.5 154.5t151.5 63.5q88 0 152 -62q63 -61 63 -156q0 -109 -110 -195q-38 -29 -62 -71q-21 -38 -28 -60t-15 -75q-6 52 -12 75.5t-28 60.5q-24 42 -65 74q-112 83 -110 191zM701 723q-12 -30 1.5 -56.5t37.5 -36.5q30 -12 56 1t36 37q12 31 -1 57t-37 36
378
+ q-30 12 -56.5 -1t-36.5 -37zM768 208q17 -41 61.5 -63.5t95.5 -1.5q41 17 63.5 61.5t1.5 95.5q-17 41 -61.5 64t-95.5 2q-46 -19 -65 -65q-19 -45 0 -93z" />
379
+ <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1029"
380
+ d="M491 538q38 -111 88 -176t141 -117q63 7 116 7q178 0 178 -70q0 -9 -5 -24l-3 1q-4 -42 -67 -42q-103 0 -240 72q-221 -23 -389 -82q-147 -257 -235 -257q-15 0 -52 20q-8 8 -8 22q0 51 61 106q63 57 123 89l15 -22q-43 -31 -90 -82t-59 -90q87 27 265 379
381
+ q67 135 103 261q-33 107 -33 202q0 115 47 115h20q4 0 12.5 -1.5t13 -4.5t9.5 -9q9 -11 9 -34q0 -15 -3 -28l-27 1q-1 26 -17 41q-12 -19 -12 -69q0 -38 9 -94q9 60 18 107l26 -3q-1 -149 -14 -218zM631 232q-103 73 -164 209q-35 -120 -134 -294q130 53 298 85zM819 197
382
+ q91 -35 142 -35q15 0 22 3q0 32 -145 32h-19z" />
383
+ <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="905"
384
+ d="M15 282q0 65 20 129.5t49 106.5q30 43 73 82.5t87 63.5q92 47 123 73q43 35 50 113q72 -87 106 -110q16 -10 75 -39t72 -37q28 -16 42.5 -27.5t47.5 -44.5q41 -39 65 -79t44 -102q21 -65 21 -137q0 -186 -128 -305t-306 -119q-125 0 -223 59t-156 152q-62 101 -62 221z
385
+ M205 131q-2 -59 33 -86.5t103 -27.5q42 0 97 29l106 59q49 29 70 28q25 -2 78 -56t70 -56q18 -1 34 9q12 8 31 35q33 49 33 117q0 28 -15 54t-47 26q-21 0 -92 -47t-94 -48q-22 0 -61 27q-41 28 -89 56q-49 28 -98 28q-66 -2 -112 -45q-45 -43 -47 -102zM410 -69
386
+ q46 -42 165 -31q27 2 57 14.5t44 26.5q4 4 4 16q-3 12 -14 3q-41 -32 -124 -32q-76 0 -110 28q-4 2 -8 2q-6 0 -14 -7q-11 -10 0 -20zM500 3q4 -5 16 2.5t26 18t20 12.5q9 3 27 3q29 0 39 -13q1 -1 4 -7t6 -11t4 -6q2 -1 8 1q11 7 7.5 19t-10.5 22t-12 13q-12 9 -43 9
387
+ q-26 0 -41 -6q-20 -9 -44 -32q-14 -12 -7 -25z" />
388
+ <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1009"
389
+ d="M15 88q18 24 81 45q22 7 40 16q30 0 67 -20q20 -11 25 -12q2 -1 260 -119q13 -5 29 -1.5t23.5 6.5t22.5 12q28 16 101 49q78 35 128 61q37 19 61 24q21 3 39 -3.5t37 -18.5t31 -16q11 -4 16.5 -6.5t11 -9.5t6.5 -17q-10 -13 -32 -24t-50.5 -21.5t-39.5 -16.5l-128 -62
390
+ l-129 -61q-6 -2 -23.5 -12.5t-21.5 -12.5q-37 -17 -52 -18q-6 0 -30 2l-264 123q-23 12 -89 39t-95 44q-18 10 -21 17q-4 4 -4 13zM15 356q10 14 30 24.5t52.5 21.5t40.5 14q14 0 29 -4t22 -7t24 -12l19 -10l127 -59l127 -58q19 -5 35 -1.5t41 17.5l25 15l160 72q10 4 31 16
391
+ t39.5 20t35.5 11q29 6 69 -18q22 -13 23 -13q5 -3 19 -8t21.5 -11.5t8.5 -19.5q-10 -14 -31.5 -25.5t-52 -22.5t-41.5 -16l-258 -124q-5 -2 -28 -14.5t-27 -14.5q-48 -19 -68 -10q-265 124 -304 141q-84 35 -131 59q-29 14 -34 23q-4 4 -4 14zM15 623q10 15 31.5 26t51.5 22
392
+ t42 17l348 162q35 0 56 -7t54 -26q34 -20 274 -131l45 -19q38 -16 46 -20q10 -5 13.5 -7t8.5 -6t6.5 -8.5t2.5 -11.5q-15 -21 -70 -42q-28 -9 -34 -13l-140 -67l-139 -66l-21 -12q-13 -7 -24.5 -12.5t-22.5 -9.5q-17 -6 -27 -6q-17 0 -28 1l-319 146q-48 21 -102 47
393
+ q-43 21 -48 30q-4 4 -4 13z" />
394
+ <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="1166"
395
+ d="M1151 695q0 -9 -0.5 -49.5t-0.5 -49.5q0 -204 -23 -327q-22 -116 -92.5 -208t-168.5 -145q-178 -97 -393 -51q-205 44 -337 206q-66 81 -96 182q-16 54 -23 267q-7 214 12 270q6 13 19 24.5t23 17t29 14.5q60 0 359.5 2t355.5 2h94q108 0 111 -3q2 -1 45 -6q36 -4 35 -8
396
+ q0 -1 -2 -2q29 -17 43 -54q10 -27 10 -82zM249 522q-25 -28 15 -90l14 -19l14 -19q8 -11 14 -18l16 -18q10 -12 14 -16l18 -18q13 -14 15.5 -17t18.5 -19l19 -19l15 -15q9 -9 11.5 -12t9.5 -10t9.5 -9t8 -7t9.5 -8l10 -7l13 -9q6 -5 15 -11q30 -20 57 -28q11 -3 22 -3
397
+ q25 0 39 7q24 12 32 19q63 54 173 161q34 32 68 79q33 46 35 76q-29 80 -89 64q-55 -15 -115 -74l-105 -107q-26 -26 -37 -32q-48 29 -155 141q-36 39 -73 64t-55 15q-20 -12 -56 -41z" />
398
+ <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="896"
399
+ d="M142 808q128 42 306 42q180 0 306 -42q127 -42 127 -102q0 -12 -72 -440q-9 -45 -111 -89q-101 -43 -250 -43t-250 43q-103 44 -110 89q-73 411 -73 440q0 60 127 102zM122 129q0 17 15 17q5 0 12 -5q45 -37 122 -58q77 -22 126 -23l51 -3q117 0 227 43q41 16 73 41l11 5
400
+ q16 0 16 -17q0 -3 -1 -4l-19 -101q-10 -53 -11 -60q-10 -49 -96 -82q-83 -32 -200 -32t-200 32q-85 33 -95 82q-15 70 -31 161v4zM252 680q81 -18 196 -18q113 0 196 17q82 17 82 41t-82 42q-81 18 -196 18q-113 0 -196 -17q-81 -17 -81 -42q0 -23 81 -41zM310 368
401
+ q0 -56 41 -97t97 -41t97 41t41 97t-41 97t-97 41t-97 -41t-41 -97zM379 368q0 -28 20.5 -48.5t48.5 -20.5t48.5 20.5t20.5 48.5t-20.5 48.5t-48.5 20.5t-48.5 -20.5t-20.5 -48.5z" />
402
+ </font>
403
+ </defs></svg>