rubyneat_dashboard 0.4.0.alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1249) hide show
  1. checksums.yaml +7 -0
  2. data/.document +5 -0
  3. data/.rspec +1 -0
  4. data/.ruby-version +1 -0
  5. data/.sass-cache/b114455b2c708d8ae00bfa5eb291284996faaf1c/class_methods.rbc +0 -0
  6. data/.sass-cache/ebb0fda2e452b8e78b76a6d0f76937b12fe7a173/class_methods.rbc20140602-17212-2us5of +0 -0
  7. data/.semver +5 -0
  8. data/Gemfile +23 -0
  9. data/Gemfile.lock +129 -0
  10. data/LICENSE.txt +21 -0
  11. data/README.rdoc +90 -0
  12. data/Rakefile +60 -0
  13. data/VERSION +1 -0
  14. data/app/css/angular-csp.css +13 -0
  15. data/app/css/dashboard/linechart.sass +16 -0
  16. data/app/css/dashboard.sass +30 -0
  17. data/app/css/foundation.css +5263 -0
  18. data/app/css/foundation.min.css +1 -0
  19. data/app/css/vendor/normalize.css +423 -0
  20. data/app/images/RubyNEAT_Dashboard_logo_full.xcf +0 -0
  21. data/app/images/logo.png +0 -0
  22. data/app/js/dashboard/controllers/critters_controller.coffee +1 -0
  23. data/app/js/dashboard/controllers/dashboard_controller.coffee +2 -0
  24. data/app/js/dashboard/controllers/home_controller.coffee +1 -0
  25. data/app/js/dashboard/controllers/overview_controller.coffee +2 -0
  26. data/app/js/dashboard/controllers/population_controller.coffee +14 -0
  27. data/app/js/dashboard/directives/critter_genotype_topology.coffee +6 -0
  28. data/app/js/dashboard/directives/critter_phenotype_topology.coffee +6 -0
  29. data/app/js/dashboard/directives/pie.coffee +39 -0
  30. data/app/js/dashboard/directives/population_progress_chart.coffee +172 -0
  31. data/app/js/dashboard/services/population_service.coffee +5 -0
  32. data/app/js/dashboard.coffee +40 -0
  33. data/bower_components/angular/.bower.json +16 -0
  34. data/bower_components/angular/README.md +48 -0
  35. data/bower_components/angular/angular-csp.css +24 -0
  36. data/bower_components/angular/angular.js +21883 -0
  37. data/bower_components/angular/angular.min.js +214 -0
  38. data/bower_components/angular/angular.min.js.gzip +0 -0
  39. data/bower_components/angular/angular.min.js.map +8 -0
  40. data/bower_components/angular/bower.json +7 -0
  41. data/bower_components/angular-animate/.bower.json +18 -0
  42. data/bower_components/angular-animate/README.md +54 -0
  43. data/bower_components/angular-animate/angular-animate.js +1689 -0
  44. data/bower_components/angular-animate/angular-animate.min.js +28 -0
  45. data/bower_components/angular-animate/angular-animate.min.js.map +8 -0
  46. data/bower_components/angular-animate/bower.json +8 -0
  47. data/bower_components/angular-animate.css/.bower.json +27 -0
  48. data/bower_components/angular-animate.css/README.md +104 -0
  49. data/bower_components/angular-animate.css/angular-animate.css +1407 -0
  50. data/bower_components/angular-animate.css/angular-animate.min.css +1 -0
  51. data/bower_components/angular-animate.css/bower.json +13 -0
  52. data/bower_components/angular-d3-directives/.bower.json +27 -0
  53. data/bower_components/angular-d3-directives/LICENSE +20 -0
  54. data/bower_components/angular-d3-directives/bower.json +17 -0
  55. data/bower_components/angular-d3-directives/gauge/gauge.js +279 -0
  56. data/bower_components/angular-pusher/.bower.json +39 -0
  57. data/bower_components/angular-pusher/CHANGELOG.md +9 -0
  58. data/bower_components/angular-pusher/README.md +52 -0
  59. data/bower_components/angular-pusher/angular-pusher.js +106 -0
  60. data/bower_components/angular-pusher/angular-pusher.min.js +1 -0
  61. data/bower_components/angular-pusher/bower.json +29 -0
  62. data/bower_components/angular-pusher/package.json +34 -0
  63. data/bower_components/angular-resource/.bower.json +18 -0
  64. data/bower_components/angular-resource/README.md +54 -0
  65. data/bower_components/angular-resource/angular-resource.js +619 -0
  66. data/bower_components/angular-resource/angular-resource.min.js +13 -0
  67. data/bower_components/angular-resource/angular-resource.min.js.map +8 -0
  68. data/bower_components/angular-resource/bower.json +8 -0
  69. data/bower_components/angular-route/.bower.json +18 -0
  70. data/bower_components/angular-route/README.md +54 -0
  71. data/bower_components/angular-route/angular-route.js +925 -0
  72. data/bower_components/angular-route/angular-route.min.js +14 -0
  73. data/bower_components/angular-route/angular-route.min.js.map +8 -0
  74. data/bower_components/angular-route/bower.json +8 -0
  75. data/bower_components/angular-sanitize/.bower.json +18 -0
  76. data/bower_components/angular-sanitize/README.md +54 -0
  77. data/bower_components/angular-sanitize/angular-sanitize.js +640 -0
  78. data/bower_components/angular-sanitize/angular-sanitize.min.js +15 -0
  79. data/bower_components/angular-sanitize/angular-sanitize.min.js.map +8 -0
  80. data/bower_components/angular-sanitize/bower.json +8 -0
  81. data/bower_components/angular-socket-io/.bower.json +22 -0
  82. data/bower_components/angular-socket-io/.gitignore +3 -0
  83. data/bower_components/angular-socket-io/.travis.yml +8 -0
  84. data/bower_components/angular-socket-io/README.md +243 -0
  85. data/bower_components/angular-socket-io/bower.json +11 -0
  86. data/bower_components/angular-socket-io/gulpfile.js +18 -0
  87. data/bower_components/angular-socket-io/karma.conf.js +33 -0
  88. data/bower_components/angular-socket-io/mock/socket-io.js +47 -0
  89. data/bower_components/angular-socket-io/package.json +26 -0
  90. data/bower_components/angular-socket-io/socket.js +98 -0
  91. data/bower_components/angular-socket-io/socket.min.js +7 -0
  92. data/bower_components/angular-socket-io/socket.min.js.map +1 -0
  93. data/bower_components/angular-socket-io/socket.spec.js +228 -0
  94. data/bower_components/animate.css/.bower.json +15 -0
  95. data/bower_components/animate.css/.editorconfig +11 -0
  96. data/bower_components/animate.css/.gitignore +4 -0
  97. data/bower_components/animate.css/Gruntfile.js +79 -0
  98. data/bower_components/animate.css/README.md +73 -0
  99. data/bower_components/animate.css/animate-config.json +105 -0
  100. data/bower_components/animate.css/animate.css +3125 -0
  101. data/bower_components/animate.css/animate.min.css +6 -0
  102. data/bower_components/animate.css/bower.json +5 -0
  103. data/bower_components/animate.css/package.json +15 -0
  104. data/bower_components/animate.css/source/_base.css +20 -0
  105. data/bower_components/animate.css/source/attention_seekers/bounce.css +25 -0
  106. data/bower_components/animate.css/source/attention_seekers/flash.css +13 -0
  107. data/bower_components/animate.css/source/attention_seekers/pulse.css +19 -0
  108. data/bower_components/animate.css/source/attention_seekers/rubberBand.css +33 -0
  109. data/bower_components/animate.css/source/attention_seekers/shake.css +17 -0
  110. data/bower_components/animate.css/source/attention_seekers/swing.css +26 -0
  111. data/bower_components/animate.css/source/attention_seekers/tada.css +25 -0
  112. data/bower_components/animate.css/source/attention_seekers/wobble.css +35 -0
  113. data/bower_components/animate.css/source/bouncing_entrances/bounceIn.css +37 -0
  114. data/bower_components/animate.css/source/bouncing_entrances/bounceInDown.css +31 -0
  115. data/bower_components/animate.css/source/bouncing_entrances/bounceInLeft.css +31 -0
  116. data/bower_components/animate.css/source/bouncing_entrances/bounceInRight.css +31 -0
  117. data/bower_components/animate.css/source/bouncing_entrances/bounceInUp.css +31 -0
  118. data/bower_components/animate.css/source/bouncing_exits/bounceOut.css +20 -0
  119. data/bower_components/animate.css/source/bouncing_exits/bounceOutDown.css +19 -0
  120. data/bower_components/animate.css/source/bouncing_exits/bounceOutLeft.css +15 -0
  121. data/bower_components/animate.css/source/bouncing_exits/bounceOutRight.css +15 -0
  122. data/bower_components/animate.css/source/bouncing_exits/bounceOutUp.css +19 -0
  123. data/bower_components/animate.css/source/fading_entrances/fadeIn.css +8 -0
  124. data/bower_components/animate.css/source/fading_entrances/fadeInDown.css +15 -0
  125. data/bower_components/animate.css/source/fading_entrances/fadeInDownBig.css +15 -0
  126. data/bower_components/animate.css/source/fading_entrances/fadeInLeft.css +15 -0
  127. data/bower_components/animate.css/source/fading_entrances/fadeInLeftBig.css +15 -0
  128. data/bower_components/animate.css/source/fading_entrances/fadeInRight.css +15 -0
  129. data/bower_components/animate.css/source/fading_entrances/fadeInRightBig.css +15 -0
  130. data/bower_components/animate.css/source/fading_entrances/fadeInUp.css +15 -0
  131. data/bower_components/animate.css/source/fading_entrances/fadeInUpBig.css +15 -0
  132. data/bower_components/animate.css/source/fading_exits/fadeOut.css +8 -0
  133. data/bower_components/animate.css/source/fading_exits/fadeOutDown.css +14 -0
  134. data/bower_components/animate.css/source/fading_exits/fadeOutDownBig.css +14 -0
  135. data/bower_components/animate.css/source/fading_exits/fadeOutLeft.css +14 -0
  136. data/bower_components/animate.css/source/fading_exits/fadeOutLeftBig.css +14 -0
  137. data/bower_components/animate.css/source/fading_exits/fadeOutRight.css +14 -0
  138. data/bower_components/animate.css/source/fading_exits/fadeOutRightBig.css +14 -0
  139. data/bower_components/animate.css/source/fading_exits/fadeOutUp.css +14 -0
  140. data/bower_components/animate.css/source/fading_exits/fadeOutUpBig.css +14 -0
  141. data/bower_components/animate.css/source/flippers/flip.css +31 -0
  142. data/bower_components/animate.css/source/flippers/flipInX.css +30 -0
  143. data/bower_components/animate.css/source/flippers/flipInY.css +30 -0
  144. data/bower_components/animate.css/source/flippers/flipOutX.css +21 -0
  145. data/bower_components/animate.css/source/flippers/flipOutY.css +21 -0
  146. data/bower_components/animate.css/source/lightspeed/lightSpeedIn.css +26 -0
  147. data/bower_components/animate.css/source/lightspeed/lightSpeedOut.css +15 -0
  148. data/bower_components/animate.css/source/rotating_entrances/rotateIn.css +17 -0
  149. data/bower_components/animate.css/source/rotating_entrances/rotateInDownLeft.css +17 -0
  150. data/bower_components/animate.css/source/rotating_entrances/rotateInDownRight.css +17 -0
  151. data/bower_components/animate.css/source/rotating_entrances/rotateInUpLeft.css +17 -0
  152. data/bower_components/animate.css/source/rotating_entrances/rotateInUpRight.css +17 -0
  153. data/bower_components/animate.css/source/rotating_exits/rotateOut.css +16 -0
  154. data/bower_components/animate.css/source/rotating_exits/rotateOutDownLeft.css +16 -0
  155. data/bower_components/animate.css/source/rotating_exits/rotateOutDownRight.css +16 -0
  156. data/bower_components/animate.css/source/rotating_exits/rotateOutUpLeft.css +16 -0
  157. data/bower_components/animate.css/source/rotating_exits/rotateOutUpRight.css +16 -0
  158. data/bower_components/animate.css/source/specials/hinge.css +28 -0
  159. data/bower_components/animate.css/source/specials/rollIn.css +17 -0
  160. data/bower_components/animate.css/source/specials/rollOut.css +16 -0
  161. data/bower_components/animate.css/source/zooming_entrances/zoomIn.css +14 -0
  162. data/bower_components/animate.css/source/zooming_entrances/zoomInDown.css +17 -0
  163. data/bower_components/animate.css/source/zooming_entrances/zoomInLeft.css +17 -0
  164. data/bower_components/animate.css/source/zooming_entrances/zoomInRight.css +17 -0
  165. data/bower_components/animate.css/source/zooming_entrances/zoomInUp.css +17 -0
  166. data/bower_components/animate.css/source/zooming_exits/zoomOut.css +18 -0
  167. data/bower_components/animate.css/source/zooming_exits/zoomOutDown.css +18 -0
  168. data/bower_components/animate.css/source/zooming_exits/zoomOutLeft.css +16 -0
  169. data/bower_components/animate.css/source/zooming_exits/zoomOutRight.css +16 -0
  170. data/bower_components/animate.css/source/zooming_exits/zoomOutUp.css +18 -0
  171. data/bower_components/d3/.bower.json +34 -0
  172. data/bower_components/d3/.spmignore +4 -0
  173. data/bower_components/d3/CONTRIBUTING.md +25 -0
  174. data/bower_components/d3/LICENSE +26 -0
  175. data/bower_components/d3/README.md +9 -0
  176. data/bower_components/d3/bower.json +24 -0
  177. data/bower_components/d3/composer.json +19 -0
  178. data/bower_components/d3/d3.js +9233 -0
  179. data/bower_components/d3/d3.min.js +5 -0
  180. data/bower_components/fastclick/.bower.json +23 -0
  181. data/bower_components/fastclick/LICENSE +22 -0
  182. data/bower_components/fastclick/README.md +133 -0
  183. data/bower_components/fastclick/bower.json +13 -0
  184. data/bower_components/fastclick/lib/fastclick.js +821 -0
  185. data/bower_components/foundation/.bower.json +30 -0
  186. data/bower_components/foundation/bower.json +20 -0
  187. data/bower_components/foundation/css/foundation.css +4860 -0
  188. data/bower_components/foundation/css/normalize.css +320 -0
  189. data/bower_components/foundation/js/foundation/foundation.abide.js +299 -0
  190. data/bower_components/foundation/js/foundation/foundation.accordion.js +59 -0
  191. data/bower_components/foundation/js/foundation/foundation.alert.js +43 -0
  192. data/bower_components/foundation/js/foundation/foundation.clearing.js +534 -0
  193. data/bower_components/foundation/js/foundation/foundation.dropdown.js +311 -0
  194. data/bower_components/foundation/js/foundation/foundation.equalizer.js +74 -0
  195. data/bower_components/foundation/js/foundation/foundation.interchange.js +331 -0
  196. data/bower_components/foundation/js/foundation/foundation.joyride.js +843 -0
  197. data/bower_components/foundation/js/foundation/foundation.js +611 -0
  198. data/bower_components/foundation/js/foundation/foundation.magellan.js +178 -0
  199. data/bower_components/foundation/js/foundation/foundation.offcanvas.js +108 -0
  200. data/bower_components/foundation/js/foundation/foundation.orbit.js +610 -0
  201. data/bower_components/foundation/js/foundation/foundation.reveal.js +437 -0
  202. data/bower_components/foundation/js/foundation/foundation.slider.js +199 -0
  203. data/bower_components/foundation/js/foundation/foundation.tab.js +167 -0
  204. data/bower_components/foundation/js/foundation/foundation.tooltip.js +298 -0
  205. data/bower_components/foundation/js/foundation/foundation.topbar.js +425 -0
  206. data/bower_components/foundation/js/foundation.js +5543 -0
  207. data/bower_components/foundation/js/foundation.min.js +3 -0
  208. data/bower_components/foundation/js/vendor/fastclick.js +9 -0
  209. data/bower_components/foundation/js/vendor/jquery.cookie.js +8 -0
  210. data/bower_components/foundation/js/vendor/jquery.js +26 -0
  211. data/bower_components/foundation/js/vendor/modernizr.js +8 -0
  212. data/bower_components/foundation/js/vendor/placeholder.js +2 -0
  213. data/bower_components/foundation/scss/foundation/_functions.scss +101 -0
  214. data/bower_components/foundation/scss/foundation/_settings.scss +1289 -0
  215. data/bower_components/foundation/scss/foundation/components/_accordion.scss +53 -0
  216. data/bower_components/foundation/scss/foundation/components/_alert-boxes.scss +126 -0
  217. data/bower_components/foundation/scss/foundation/components/_block-grid.scss +132 -0
  218. data/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss +127 -0
  219. data/bower_components/foundation/scss/foundation/components/_button-groups.scss +108 -0
  220. data/bower_components/foundation/scss/foundation/components/_buttons.scss +222 -0
  221. data/bower_components/foundation/scss/foundation/components/_clearing.scss +247 -0
  222. data/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss +129 -0
  223. data/bower_components/foundation/scss/foundation/components/_dropdown.scss +248 -0
  224. data/bower_components/foundation/scss/foundation/components/_flex-video.scss +51 -0
  225. data/bower_components/foundation/scss/foundation/components/_forms.scss +498 -0
  226. data/bower_components/foundation/scss/foundation/components/_global.scss +429 -0
  227. data/bower_components/foundation/scss/foundation/components/_grid.scss +260 -0
  228. data/bower_components/foundation/scss/foundation/components/_inline-lists.scss +57 -0
  229. data/bower_components/foundation/scss/foundation/components/_joyride.scss +220 -0
  230. data/bower_components/foundation/scss/foundation/components/_keystrokes.scss +61 -0
  231. data/bower_components/foundation/scss/foundation/components/_labels.scss +104 -0
  232. data/bower_components/foundation/scss/foundation/components/_magellan.scss +34 -0
  233. data/bower_components/foundation/scss/foundation/components/_offcanvas.scss +355 -0
  234. data/bower_components/foundation/scss/foundation/components/_orbit.scss +423 -0
  235. data/bower_components/foundation/scss/foundation/components/_pagination.scss +150 -0
  236. data/bower_components/foundation/scss/foundation/components/_panels.scss +90 -0
  237. data/bower_components/foundation/scss/foundation/components/_pricing-tables.scss +150 -0
  238. data/bower_components/foundation/scss/foundation/components/_progress-bars.scss +79 -0
  239. data/bower_components/foundation/scss/foundation/components/_range-slider.scss +148 -0
  240. data/bower_components/foundation/scss/foundation/components/_reveal-new.scss +0 -0
  241. data/bower_components/foundation/scss/foundation/components/_reveal.scss +216 -0
  242. data/bower_components/foundation/scss/foundation/components/_side-nav.scss +115 -0
  243. data/bower_components/foundation/scss/foundation/components/_split-buttons.scss +191 -0
  244. data/bower_components/foundation/scss/foundation/components/_sub-nav.scss +125 -0
  245. data/bower_components/foundation/scss/foundation/components/_switch.scss +294 -0
  246. data/bower_components/foundation/scss/foundation/components/_tables.scss +129 -0
  247. data/bower_components/foundation/scss/foundation/components/_tabs.scss +109 -0
  248. data/bower_components/foundation/scss/foundation/components/_thumbs.scss +68 -0
  249. data/bower_components/foundation/scss/foundation/components/_tooltips.scss +140 -0
  250. data/bower_components/foundation/scss/foundation/components/_top-bar.scss +644 -0
  251. data/bower_components/foundation/scss/foundation/components/_type.scss +511 -0
  252. data/bower_components/foundation/scss/foundation/components/_visibility.scss +408 -0
  253. data/bower_components/foundation/scss/foundation.scss +45 -0
  254. data/bower_components/foundation/scss/normalize.scss +425 -0
  255. data/bower_components/jquery/.bower.json +37 -0
  256. data/bower_components/jquery/MIT-LICENSE.txt +21 -0
  257. data/bower_components/jquery/bower.json +27 -0
  258. data/bower_components/jquery/dist/jquery.js +9190 -0
  259. data/bower_components/jquery/dist/jquery.min.js +5 -0
  260. data/bower_components/jquery/dist/jquery.min.map +1 -0
  261. data/bower_components/jquery/src/ajax/jsonp.js +89 -0
  262. data/bower_components/jquery/src/ajax/load.js +75 -0
  263. data/bower_components/jquery/src/ajax/parseJSON.js +13 -0
  264. data/bower_components/jquery/src/ajax/parseXML.js +28 -0
  265. data/bower_components/jquery/src/ajax/script.js +64 -0
  266. data/bower_components/jquery/src/ajax/var/nonce.js +5 -0
  267. data/bower_components/jquery/src/ajax/var/rquery.js +3 -0
  268. data/bower_components/jquery/src/ajax/xhr.js +135 -0
  269. data/bower_components/jquery/src/ajax.js +806 -0
  270. data/bower_components/jquery/src/attributes/attr.js +143 -0
  271. data/bower_components/jquery/src/attributes/classes.js +158 -0
  272. data/bower_components/jquery/src/attributes/prop.js +96 -0
  273. data/bower_components/jquery/src/attributes/support.js +35 -0
  274. data/bower_components/jquery/src/attributes/val.js +163 -0
  275. data/bower_components/jquery/src/attributes.js +11 -0
  276. data/bower_components/jquery/src/callbacks.js +205 -0
  277. data/bower_components/jquery/src/core/access.js +60 -0
  278. data/bower_components/jquery/src/core/init.js +123 -0
  279. data/bower_components/jquery/src/core/parseHTML.js +39 -0
  280. data/bower_components/jquery/src/core/ready.js +97 -0
  281. data/bower_components/jquery/src/core/var/rsingleTag.js +4 -0
  282. data/bower_components/jquery/src/core.js +498 -0
  283. data/bower_components/jquery/src/css/addGetHookIf.js +24 -0
  284. data/bower_components/jquery/src/css/curCSS.js +57 -0
  285. data/bower_components/jquery/src/css/defaultDisplay.js +70 -0
  286. data/bower_components/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  287. data/bower_components/jquery/src/css/support.js +91 -0
  288. data/bower_components/jquery/src/css/swap.js +28 -0
  289. data/bower_components/jquery/src/css/var/cssExpand.js +3 -0
  290. data/bower_components/jquery/src/css/var/getStyles.js +5 -0
  291. data/bower_components/jquery/src/css/var/isHidden.js +13 -0
  292. data/bower_components/jquery/src/css/var/rmargin.js +3 -0
  293. data/bower_components/jquery/src/css/var/rnumnonpx.js +5 -0
  294. data/bower_components/jquery/src/css.js +451 -0
  295. data/bower_components/jquery/src/data/Data.js +181 -0
  296. data/bower_components/jquery/src/data/accepts.js +20 -0
  297. data/bower_components/jquery/src/data/var/data_priv.js +5 -0
  298. data/bower_components/jquery/src/data/var/data_user.js +5 -0
  299. data/bower_components/jquery/src/data.js +179 -0
  300. data/bower_components/jquery/src/deferred.js +149 -0
  301. data/bower_components/jquery/src/deprecated.js +13 -0
  302. data/bower_components/jquery/src/dimensions.js +50 -0
  303. data/bower_components/jquery/src/effects/Tween.js +114 -0
  304. data/bower_components/jquery/src/effects/animatedSelector.js +13 -0
  305. data/bower_components/jquery/src/effects.js +649 -0
  306. data/bower_components/jquery/src/event/alias.js +39 -0
  307. data/bower_components/jquery/src/event/support.js +9 -0
  308. data/bower_components/jquery/src/event.js +868 -0
  309. data/bower_components/jquery/src/exports/amd.js +24 -0
  310. data/bower_components/jquery/src/exports/global.js +32 -0
  311. data/bower_components/jquery/src/intro.js +44 -0
  312. data/bower_components/jquery/src/jquery.js +36 -0
  313. data/bower_components/jquery/src/manipulation/_evalUrl.js +18 -0
  314. data/bower_components/jquery/src/manipulation/support.js +31 -0
  315. data/bower_components/jquery/src/manipulation/var/rcheckableType.js +3 -0
  316. data/bower_components/jquery/src/manipulation.js +582 -0
  317. data/bower_components/jquery/src/offset.js +204 -0
  318. data/bower_components/jquery/src/outro.js +1 -0
  319. data/bower_components/jquery/src/queue/delay.js +22 -0
  320. data/bower_components/jquery/src/queue.js +142 -0
  321. data/bower_components/jquery/src/selector-native.js +172 -0
  322. data/bower_components/jquery/src/selector-sizzle.js +14 -0
  323. data/bower_components/jquery/src/selector.js +1 -0
  324. data/bower_components/jquery/src/serialize.js +111 -0
  325. data/bower_components/jquery/src/sizzle/dist/sizzle.js +2044 -0
  326. data/bower_components/jquery/src/sizzle/dist/sizzle.min.js +3 -0
  327. data/bower_components/jquery/src/sizzle/dist/sizzle.min.map +1 -0
  328. data/bower_components/jquery/src/traversing/findFilter.js +100 -0
  329. data/bower_components/jquery/src/traversing/var/rneedsContext.js +6 -0
  330. data/bower_components/jquery/src/traversing.js +200 -0
  331. data/bower_components/jquery/src/var/arr.js +3 -0
  332. data/bower_components/jquery/src/var/class2type.js +4 -0
  333. data/bower_components/jquery/src/var/concat.js +5 -0
  334. data/bower_components/jquery/src/var/hasOwn.js +5 -0
  335. data/bower_components/jquery/src/var/indexOf.js +5 -0
  336. data/bower_components/jquery/src/var/pnum.js +3 -0
  337. data/bower_components/jquery/src/var/push.js +5 -0
  338. data/bower_components/jquery/src/var/rnotwhite.js +3 -0
  339. data/bower_components/jquery/src/var/slice.js +5 -0
  340. data/bower_components/jquery/src/var/strundefined.js +3 -0
  341. data/bower_components/jquery/src/var/support.js +4 -0
  342. data/bower_components/jquery/src/var/toString.js +5 -0
  343. data/bower_components/jquery/src/wrap.js +78 -0
  344. data/bower_components/jquery-placeholder/.bower.json +17 -0
  345. data/bower_components/jquery-placeholder/.gitattributes +1 -0
  346. data/bower_components/jquery-placeholder/.gitignore +1 -0
  347. data/bower_components/jquery-placeholder/LICENSE-MIT.txt +20 -0
  348. data/bower_components/jquery-placeholder/README.md +76 -0
  349. data/bower_components/jquery-placeholder/bower.json +5 -0
  350. data/bower_components/jquery-placeholder/demo.html +55 -0
  351. data/bower_components/jquery-placeholder/jquery.placeholder.js +185 -0
  352. data/bower_components/jquery-placeholder/tests/index.html +32 -0
  353. data/bower_components/jquery-placeholder/tests/tests.js +134 -0
  354. data/bower_components/jquery-ui/.bower.json +21 -0
  355. data/bower_components/jquery-ui/.gitignore +3 -0
  356. data/bower_components/jquery-ui/AUTHORS.txt +260 -0
  357. data/bower_components/jquery-ui/MIT-LICENSE.txt +26 -0
  358. data/bower_components/jquery-ui/README.md +11 -0
  359. data/bower_components/jquery-ui/bower.json +10 -0
  360. data/bower_components/jquery-ui/component.json +13 -0
  361. data/bower_components/jquery-ui/composer.json +64 -0
  362. data/bower_components/jquery-ui/jquery-ui.js +16150 -0
  363. data/bower_components/jquery-ui/jquery-ui.min.js +13 -0
  364. data/bower_components/jquery-ui/package.json +66 -0
  365. data/bower_components/jquery-ui/themes/base/accordion.css +36 -0
  366. data/bower_components/jquery-ui/themes/base/all.css +12 -0
  367. data/bower_components/jquery-ui/themes/base/autocomplete.css +16 -0
  368. data/bower_components/jquery-ui/themes/base/base.css +28 -0
  369. data/bower_components/jquery-ui/themes/base/button.css +114 -0
  370. data/bower_components/jquery-ui/themes/base/core.css +93 -0
  371. data/bower_components/jquery-ui/themes/base/datepicker.css +175 -0
  372. data/bower_components/jquery-ui/themes/base/dialog.css +70 -0
  373. data/bower_components/jquery-ui/themes/base/draggable.css +12 -0
  374. data/bower_components/jquery-ui/themes/base/images/animated-overlay.gif +0 -0
  375. data/bower_components/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  376. data/bower_components/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  377. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  378. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  379. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  380. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  381. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  382. data/bower_components/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  383. data/bower_components/jquery-ui/themes/base/images/ui-icons_222222_256x240.png +0 -0
  384. data/bower_components/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  385. data/bower_components/jquery-ui/themes/base/images/ui-icons_454545_256x240.png +0 -0
  386. data/bower_components/jquery-ui/themes/base/images/ui-icons_888888_256x240.png +0 -0
  387. data/bower_components/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  388. data/bower_components/jquery-ui/themes/base/menu.css +63 -0
  389. data/bower_components/jquery-ui/themes/base/progressbar.css +28 -0
  390. data/bower_components/jquery-ui/themes/base/resizable.css +78 -0
  391. data/bower_components/jquery-ui/themes/base/selectable.css +17 -0
  392. data/bower_components/jquery-ui/themes/base/selectmenu.css +59 -0
  393. data/bower_components/jquery-ui/themes/base/slider.css +75 -0
  394. data/bower_components/jquery-ui/themes/base/sortable.css +12 -0
  395. data/bower_components/jquery-ui/themes/base/spinner.css +65 -0
  396. data/bower_components/jquery-ui/themes/base/tabs.css +51 -0
  397. data/bower_components/jquery-ui/themes/base/theme.css +410 -0
  398. data/bower_components/jquery-ui/themes/base/tooltip.css +21 -0
  399. data/bower_components/jquery-ui/themes/black-tie/images/animated-overlay.gif +0 -0
  400. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png +0 -0
  401. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
  402. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png +0 -0
  403. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png +0 -0
  404. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
  405. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png +0 -0
  406. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png +0 -0
  407. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png +0 -0
  408. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png +0 -0
  409. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png +0 -0
  410. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png +0 -0
  411. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png +0 -0
  412. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png +0 -0
  413. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png +0 -0
  414. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png +0 -0
  415. data/bower_components/jquery-ui/themes/black-tie/jquery-ui.css +1225 -0
  416. data/bower_components/jquery-ui/themes/black-tie/jquery-ui.min.css +7 -0
  417. data/bower_components/jquery-ui/themes/black-tie/theme.css +410 -0
  418. data/bower_components/jquery-ui/themes/blitzer/images/animated-overlay.gif +0 -0
  419. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
  420. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
  421. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png +0 -0
  422. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
  423. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  424. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
  425. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
  426. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
  427. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
  428. data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png +0 -0
  429. data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png +0 -0
  430. data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png +0 -0
  431. data/bower_components/jquery-ui/themes/blitzer/jquery-ui.css +1225 -0
  432. data/bower_components/jquery-ui/themes/blitzer/jquery-ui.min.css +7 -0
  433. data/bower_components/jquery-ui/themes/blitzer/theme.css +410 -0
  434. data/bower_components/jquery-ui/themes/cupertino/images/animated-overlay.gif +0 -0
  435. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  436. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  437. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  438. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png +0 -0
  439. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  440. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  441. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  442. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  443. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  444. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
  445. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
  446. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png +0 -0
  447. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
  448. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
  449. data/bower_components/jquery-ui/themes/cupertino/jquery-ui.css +1225 -0
  450. data/bower_components/jquery-ui/themes/cupertino/jquery-ui.min.css +7 -0
  451. data/bower_components/jquery-ui/themes/cupertino/theme.css +410 -0
  452. data/bower_components/jquery-ui/themes/dark-hive/images/animated-overlay.gif +0 -0
  453. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  454. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  455. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  456. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png +0 -0
  457. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png +0 -0
  458. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png +0 -0
  459. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png +0 -0
  460. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  461. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png +0 -0
  462. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png +0 -0
  463. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png +0 -0
  464. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png +0 -0
  465. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png +0 -0
  466. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png +0 -0
  467. data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.css +1225 -0
  468. data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.min.css +7 -0
  469. data/bower_components/jquery-ui/themes/dark-hive/theme.css +410 -0
  470. data/bower_components/jquery-ui/themes/dot-luv/images/animated-overlay.gif +0 -0
  471. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png +0 -0
  472. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png +0 -0
  473. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png +0 -0
  474. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png +0 -0
  475. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png +0 -0
  476. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  477. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png +0 -0
  478. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png +0 -0
  479. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png +0 -0
  480. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png +0 -0
  481. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png +0 -0
  482. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png +0 -0
  483. data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.css +1225 -0
  484. data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.min.css +7 -0
  485. data/bower_components/jquery-ui/themes/dot-luv/theme.css +410 -0
  486. data/bower_components/jquery-ui/themes/eggplant/images/animated-overlay.gif +0 -0
  487. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  488. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  489. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png +0 -0
  490. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png +0 -0
  491. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png +0 -0
  492. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png +0 -0
  493. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png +0 -0
  494. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png +0 -0
  495. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png +0 -0
  496. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png +0 -0
  497. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png +0 -0
  498. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png +0 -0
  499. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png +0 -0
  500. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png +0 -0
  501. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png +0 -0
  502. data/bower_components/jquery-ui/themes/eggplant/jquery-ui.css +1225 -0
  503. data/bower_components/jquery-ui/themes/eggplant/jquery-ui.min.css +7 -0
  504. data/bower_components/jquery-ui/themes/eggplant/theme.css +410 -0
  505. data/bower_components/jquery-ui/themes/excite-bike/images/animated-overlay.gif +0 -0
  506. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png +0 -0
  507. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png +0 -0
  508. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png +0 -0
  509. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png +0 -0
  510. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png +0 -0
  511. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png +0 -0
  512. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png +0 -0
  513. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png +0 -0
  514. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png +0 -0
  515. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png +0 -0
  516. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png +0 -0
  517. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png +0 -0
  518. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png +0 -0
  519. data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.css +1225 -0
  520. data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.min.css +7 -0
  521. data/bower_components/jquery-ui/themes/excite-bike/theme.css +410 -0
  522. data/bower_components/jquery-ui/themes/flick/images/animated-overlay.gif +0 -0
  523. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  524. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  525. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
  526. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  527. data/bower_components/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  528. data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
  529. data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
  530. data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
  531. data/bower_components/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png +0 -0
  532. data/bower_components/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png +0 -0
  533. data/bower_components/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png +0 -0
  534. data/bower_components/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png +0 -0
  535. data/bower_components/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png +0 -0
  536. data/bower_components/jquery-ui/themes/flick/jquery-ui.css +1225 -0
  537. data/bower_components/jquery-ui/themes/flick/jquery-ui.min.css +7 -0
  538. data/bower_components/jquery-ui/themes/flick/theme.css +410 -0
  539. data/bower_components/jquery-ui/themes/hot-sneaks/images/animated-overlay.gif +0 -0
  540. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png +0 -0
  541. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png +0 -0
  542. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png +0 -0
  543. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png +0 -0
  544. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png +0 -0
  545. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png +0 -0
  546. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png +0 -0
  547. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  548. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png +0 -0
  549. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png +0 -0
  550. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png +0 -0
  551. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png +0 -0
  552. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png +0 -0
  553. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png +0 -0
  554. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png +0 -0
  555. data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.css +1225 -0
  556. data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.min.css +7 -0
  557. data/bower_components/jquery-ui/themes/hot-sneaks/theme.css +410 -0
  558. data/bower_components/jquery-ui/themes/humanity/images/animated-overlay.gif +0 -0
  559. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  560. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
  561. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png +0 -0
  562. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png +0 -0
  563. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
  564. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  565. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
  566. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
  567. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png +0 -0
  568. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png +0 -0
  569. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png +0 -0
  570. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png +0 -0
  571. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png +0 -0
  572. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png +0 -0
  573. data/bower_components/jquery-ui/themes/humanity/jquery-ui.css +1225 -0
  574. data/bower_components/jquery-ui/themes/humanity/jquery-ui.min.css +7 -0
  575. data/bower_components/jquery-ui/themes/humanity/theme.css +410 -0
  576. data/bower_components/jquery-ui/themes/le-frog/images/animated-overlay.gif +0 -0
  577. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
  578. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
  579. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png +0 -0
  580. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
  581. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png +0 -0
  582. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png +0 -0
  583. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png +0 -0
  584. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png +0 -0
  585. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png +0 -0
  586. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png +0 -0
  587. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png +0 -0
  588. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png +0 -0
  589. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png +0 -0
  590. data/bower_components/jquery-ui/themes/le-frog/jquery-ui.css +1225 -0
  591. data/bower_components/jquery-ui/themes/le-frog/jquery-ui.min.css +7 -0
  592. data/bower_components/jquery-ui/themes/le-frog/theme.css +410 -0
  593. data/bower_components/jquery-ui/themes/mint-choc/images/animated-overlay.gif +0 -0
  594. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  595. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png +0 -0
  596. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png +0 -0
  597. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png +0 -0
  598. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png +0 -0
  599. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png +0 -0
  600. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png +0 -0
  601. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png +0 -0
  602. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png +0 -0
  603. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png +0 -0
  604. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png +0 -0
  605. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png +0 -0
  606. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png +0 -0
  607. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png +0 -0
  608. data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.css +1225 -0
  609. data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.min.css +7 -0
  610. data/bower_components/jquery-ui/themes/mint-choc/theme.css +410 -0
  611. data/bower_components/jquery-ui/themes/overcast/images/animated-overlay.gif +0 -0
  612. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  613. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  614. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png +0 -0
  615. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png +0 -0
  616. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
  617. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png +0 -0
  618. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png +0 -0
  619. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png +0 -0
  620. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
  621. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png +0 -0
  622. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png +0 -0
  623. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png +0 -0
  624. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png +0 -0
  625. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png +0 -0
  626. data/bower_components/jquery-ui/themes/overcast/jquery-ui.css +1225 -0
  627. data/bower_components/jquery-ui/themes/overcast/jquery-ui.min.css +7 -0
  628. data/bower_components/jquery-ui/themes/overcast/theme.css +410 -0
  629. data/bower_components/jquery-ui/themes/pepper-grinder/images/animated-overlay.gif +0 -0
  630. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png +0 -0
  631. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png +0 -0
  632. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png +0 -0
  633. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png +0 -0
  634. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png +0 -0
  635. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png +0 -0
  636. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png +0 -0
  637. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png +0 -0
  638. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png +0 -0
  639. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png +0 -0
  640. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png +0 -0
  641. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png +0 -0
  642. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png +0 -0
  643. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png +0 -0
  644. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png +0 -0
  645. data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.css +1225 -0
  646. data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.min.css +7 -0
  647. data/bower_components/jquery-ui/themes/pepper-grinder/theme.css +410 -0
  648. data/bower_components/jquery-ui/themes/redmond/images/animated-overlay.gif +0 -0
  649. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  650. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
  651. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  652. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  653. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  654. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  655. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  656. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  657. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png +0 -0
  658. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
  659. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png +0 -0
  660. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
  661. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
  662. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
  663. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
  664. data/bower_components/jquery-ui/themes/redmond/jquery-ui.css +1225 -0
  665. data/bower_components/jquery-ui/themes/redmond/jquery-ui.min.css +7 -0
  666. data/bower_components/jquery-ui/themes/redmond/theme.css +410 -0
  667. data/bower_components/jquery-ui/themes/smoothness/images/animated-overlay.gif +0 -0
  668. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  669. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  670. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  671. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  672. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  673. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  674. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  675. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  676. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
  677. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  678. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
  679. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
  680. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  681. data/bower_components/jquery-ui/themes/smoothness/jquery-ui.css +1225 -0
  682. data/bower_components/jquery-ui/themes/smoothness/jquery-ui.min.css +7 -0
  683. data/bower_components/jquery-ui/themes/smoothness/theme.css +410 -0
  684. data/bower_components/jquery-ui/themes/south-street/images/animated-overlay.gif +0 -0
  685. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  686. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png +0 -0
  687. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
  688. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
  689. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png +0 -0
  690. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png +0 -0
  691. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png +0 -0
  692. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  693. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png +0 -0
  694. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png +0 -0
  695. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png +0 -0
  696. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png +0 -0
  697. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png +0 -0
  698. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png +0 -0
  699. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png +0 -0
  700. data/bower_components/jquery-ui/themes/south-street/jquery-ui.css +1225 -0
  701. data/bower_components/jquery-ui/themes/south-street/jquery-ui.min.css +7 -0
  702. data/bower_components/jquery-ui/themes/south-street/theme.css +410 -0
  703. data/bower_components/jquery-ui/themes/start/images/animated-overlay.gif +0 -0
  704. data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png +0 -0
  705. data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  706. data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png +0 -0
  707. data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png +0 -0
  708. data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png +0 -0
  709. data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
  710. data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
  711. data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
  712. data/bower_components/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  713. data/bower_components/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png +0 -0
  714. data/bower_components/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png +0 -0
  715. data/bower_components/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png +0 -0
  716. data/bower_components/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png +0 -0
  717. data/bower_components/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png +0 -0
  718. data/bower_components/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png +0 -0
  719. data/bower_components/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png +0 -0
  720. data/bower_components/jquery-ui/themes/start/jquery-ui.css +1225 -0
  721. data/bower_components/jquery-ui/themes/start/jquery-ui.min.css +7 -0
  722. data/bower_components/jquery-ui/themes/start/theme.css +410 -0
  723. data/bower_components/jquery-ui/themes/sunny/images/animated-overlay.gif +0 -0
  724. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
  725. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  726. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  727. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
  728. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
  729. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
  730. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
  731. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
  732. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
  733. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png +0 -0
  734. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png +0 -0
  735. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png +0 -0
  736. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png +0 -0
  737. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png +0 -0
  738. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png +0 -0
  739. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png +0 -0
  740. data/bower_components/jquery-ui/themes/sunny/jquery-ui.css +1225 -0
  741. data/bower_components/jquery-ui/themes/sunny/jquery-ui.min.css +7 -0
  742. data/bower_components/jquery-ui/themes/sunny/theme.css +410 -0
  743. data/bower_components/jquery-ui/themes/swanky-purse/images/animated-overlay.gif +0 -0
  744. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png +0 -0
  745. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png +0 -0
  746. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png +0 -0
  747. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png +0 -0
  748. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png +0 -0
  749. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png +0 -0
  750. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png +0 -0
  751. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  752. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png +0 -0
  753. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png +0 -0
  754. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png +0 -0
  755. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png +0 -0
  756. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png +0 -0
  757. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png +0 -0
  758. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png +0 -0
  759. data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.css +1225 -0
  760. data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.min.css +7 -0
  761. data/bower_components/jquery-ui/themes/swanky-purse/theme.css +410 -0
  762. data/bower_components/jquery-ui/themes/trontastic/images/animated-overlay.gif +0 -0
  763. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png +0 -0
  764. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png +0 -0
  765. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png +0 -0
  766. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png +0 -0
  767. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png +0 -0
  768. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png +0 -0
  769. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png +0 -0
  770. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png +0 -0
  771. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png +0 -0
  772. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png +0 -0
  773. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png +0 -0
  774. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png +0 -0
  775. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png +0 -0
  776. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png +0 -0
  777. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png +0 -0
  778. data/bower_components/jquery-ui/themes/trontastic/jquery-ui.css +1225 -0
  779. data/bower_components/jquery-ui/themes/trontastic/jquery-ui.min.css +7 -0
  780. data/bower_components/jquery-ui/themes/trontastic/theme.css +410 -0
  781. data/bower_components/jquery-ui/themes/ui-darkness/images/animated-overlay.gif +0 -0
  782. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  783. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  784. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png +0 -0
  785. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png +0 -0
  786. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  787. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
  788. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  789. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png +0 -0
  790. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
  791. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png +0 -0
  792. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png +0 -0
  793. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png +0 -0
  794. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png +0 -0
  795. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png +0 -0
  796. data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.css +1225 -0
  797. data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.min.css +7 -0
  798. data/bower_components/jquery-ui/themes/ui-darkness/theme.css +410 -0
  799. data/bower_components/jquery-ui/themes/ui-lightness/images/animated-overlay.gif +0 -0
  800. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  801. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  802. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  803. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  804. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  805. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  806. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  807. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  808. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  809. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  810. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  811. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  812. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  813. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  814. data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.css +1225 -0
  815. data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css +7 -0
  816. data/bower_components/jquery-ui/themes/ui-lightness/theme.css +410 -0
  817. data/bower_components/jquery-ui/themes/vader/images/animated-overlay.gif +0 -0
  818. data/bower_components/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  819. data/bower_components/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  820. data/bower_components/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
  821. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
  822. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
  823. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
  824. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
  825. data/bower_components/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png +0 -0
  826. data/bower_components/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png +0 -0
  827. data/bower_components/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png +0 -0
  828. data/bower_components/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png +0 -0
  829. data/bower_components/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png +0 -0
  830. data/bower_components/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png +0 -0
  831. data/bower_components/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png +0 -0
  832. data/bower_components/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png +0 -0
  833. data/bower_components/jquery-ui/themes/vader/jquery-ui.css +1225 -0
  834. data/bower_components/jquery-ui/themes/vader/jquery-ui.min.css +7 -0
  835. data/bower_components/jquery-ui/themes/vader/theme.css +410 -0
  836. data/bower_components/jquery-ui/ui/.jshintrc +24 -0
  837. data/bower_components/jquery-ui/ui/accordion.js +575 -0
  838. data/bower_components/jquery-ui/ui/autocomplete.js +626 -0
  839. data/bower_components/jquery-ui/ui/button.js +411 -0
  840. data/bower_components/jquery-ui/ui/core.js +303 -0
  841. data/bower_components/jquery-ui/ui/datepicker.js +2073 -0
  842. data/bower_components/jquery-ui/ui/dialog.js +858 -0
  843. data/bower_components/jquery-ui/ui/draggable.js +1016 -0
  844. data/bower_components/jquery-ui/ui/droppable.js +416 -0
  845. data/bower_components/jquery-ui/ui/effect-blind.js +90 -0
  846. data/bower_components/jquery-ui/ui/effect-bounce.js +123 -0
  847. data/bower_components/jquery-ui/ui/effect-clip.js +77 -0
  848. data/bower_components/jquery-ui/ui/effect-drop.js +75 -0
  849. data/bower_components/jquery-ui/ui/effect-explode.js +107 -0
  850. data/bower_components/jquery-ui/ui/effect-fade.js +40 -0
  851. data/bower_components/jquery-ui/ui/effect-fold.js +86 -0
  852. data/bower_components/jquery-ui/ui/effect-highlight.js +60 -0
  853. data/bower_components/jquery-ui/ui/effect-puff.js +60 -0
  854. data/bower_components/jquery-ui/ui/effect-pulsate.js +73 -0
  855. data/bower_components/jquery-ui/ui/effect-scale.js +89 -0
  856. data/bower_components/jquery-ui/ui/effect-shake.js +84 -0
  857. data/bower_components/jquery-ui/ui/effect-size.js +233 -0
  858. data/bower_components/jquery-ui/ui/effect-slide.js +74 -0
  859. data/bower_components/jquery-ui/ui/effect-transfer.js +57 -0
  860. data/bower_components/jquery-ui/ui/effect.js +1297 -0
  861. data/bower_components/jquery-ui/ui/i18n/datepicker-af.js +37 -0
  862. data/bower_components/jquery-ui/ui/i18n/datepicker-ar-DZ.js +37 -0
  863. data/bower_components/jquery-ui/ui/i18n/datepicker-ar.js +37 -0
  864. data/bower_components/jquery-ui/ui/i18n/datepicker-az.js +37 -0
  865. data/bower_components/jquery-ui/ui/i18n/datepicker-be.js +37 -0
  866. data/bower_components/jquery-ui/ui/i18n/datepicker-bg.js +38 -0
  867. data/bower_components/jquery-ui/ui/i18n/datepicker-bs.js +37 -0
  868. data/bower_components/jquery-ui/ui/i18n/datepicker-ca.js +37 -0
  869. data/bower_components/jquery-ui/ui/i18n/datepicker-cs.js +37 -0
  870. data/bower_components/jquery-ui/ui/i18n/datepicker-cy-GB.js +37 -0
  871. data/bower_components/jquery-ui/ui/i18n/datepicker-da.js +37 -0
  872. data/bower_components/jquery-ui/ui/i18n/datepicker-de.js +37 -0
  873. data/bower_components/jquery-ui/ui/i18n/datepicker-el.js +37 -0
  874. data/bower_components/jquery-ui/ui/i18n/datepicker-en-AU.js +37 -0
  875. data/bower_components/jquery-ui/ui/i18n/datepicker-en-GB.js +37 -0
  876. data/bower_components/jquery-ui/ui/i18n/datepicker-en-NZ.js +37 -0
  877. data/bower_components/jquery-ui/ui/i18n/datepicker-eo.js +37 -0
  878. data/bower_components/jquery-ui/ui/i18n/datepicker-es.js +37 -0
  879. data/bower_components/jquery-ui/ui/i18n/datepicker-et.js +37 -0
  880. data/bower_components/jquery-ui/ui/i18n/datepicker-eu.js +36 -0
  881. data/bower_components/jquery-ui/ui/i18n/datepicker-fa.js +73 -0
  882. data/bower_components/jquery-ui/ui/i18n/datepicker-fi.js +37 -0
  883. data/bower_components/jquery-ui/ui/i18n/datepicker-fo.js +37 -0
  884. data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CA.js +37 -0
  885. data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CH.js +37 -0
  886. data/bower_components/jquery-ui/ui/i18n/datepicker-fr.js +39 -0
  887. data/bower_components/jquery-ui/ui/i18n/datepicker-gl.js +37 -0
  888. data/bower_components/jquery-ui/ui/i18n/datepicker-he.js +37 -0
  889. data/bower_components/jquery-ui/ui/i18n/datepicker-hi.js +37 -0
  890. data/bower_components/jquery-ui/ui/i18n/datepicker-hr.js +37 -0
  891. data/bower_components/jquery-ui/ui/i18n/datepicker-hu.js +36 -0
  892. data/bower_components/jquery-ui/ui/i18n/datepicker-hy.js +37 -0
  893. data/bower_components/jquery-ui/ui/i18n/datepicker-id.js +37 -0
  894. data/bower_components/jquery-ui/ui/i18n/datepicker-is.js +37 -0
  895. data/bower_components/jquery-ui/ui/i18n/datepicker-it-CH.js +37 -0
  896. data/bower_components/jquery-ui/ui/i18n/datepicker-it.js +37 -0
  897. data/bower_components/jquery-ui/ui/i18n/datepicker-ja.js +37 -0
  898. data/bower_components/jquery-ui/ui/i18n/datepicker-ka.js +35 -0
  899. data/bower_components/jquery-ui/ui/i18n/datepicker-kk.js +37 -0
  900. data/bower_components/jquery-ui/ui/i18n/datepicker-km.js +37 -0
  901. data/bower_components/jquery-ui/ui/i18n/datepicker-ko.js +37 -0
  902. data/bower_components/jquery-ui/ui/i18n/datepicker-ky.js +38 -0
  903. data/bower_components/jquery-ui/ui/i18n/datepicker-lb.js +37 -0
  904. data/bower_components/jquery-ui/ui/i18n/datepicker-lt.js +37 -0
  905. data/bower_components/jquery-ui/ui/i18n/datepicker-lv.js +37 -0
  906. data/bower_components/jquery-ui/ui/i18n/datepicker-mk.js +37 -0
  907. data/bower_components/jquery-ui/ui/i18n/datepicker-ml.js +37 -0
  908. data/bower_components/jquery-ui/ui/i18n/datepicker-ms.js +37 -0
  909. data/bower_components/jquery-ui/ui/i18n/datepicker-nb.js +36 -0
  910. data/bower_components/jquery-ui/ui/i18n/datepicker-nl-BE.js +37 -0
  911. data/bower_components/jquery-ui/ui/i18n/datepicker-nl.js +37 -0
  912. data/bower_components/jquery-ui/ui/i18n/datepicker-nn.js +36 -0
  913. data/bower_components/jquery-ui/ui/i18n/datepicker-no.js +37 -0
  914. data/bower_components/jquery-ui/ui/i18n/datepicker-pl.js +37 -0
  915. data/bower_components/jquery-ui/ui/i18n/datepicker-pt-BR.js +37 -0
  916. data/bower_components/jquery-ui/ui/i18n/datepicker-pt.js +36 -0
  917. data/bower_components/jquery-ui/ui/i18n/datepicker-rm.js +35 -0
  918. data/bower_components/jquery-ui/ui/i18n/datepicker-ro.js +40 -0
  919. data/bower_components/jquery-ui/ui/i18n/datepicker-ru.js +37 -0
  920. data/bower_components/jquery-ui/ui/i18n/datepicker-sk.js +37 -0
  921. data/bower_components/jquery-ui/ui/i18n/datepicker-sl.js +38 -0
  922. data/bower_components/jquery-ui/ui/i18n/datepicker-sq.js +37 -0
  923. data/bower_components/jquery-ui/ui/i18n/datepicker-sr-SR.js +37 -0
  924. data/bower_components/jquery-ui/ui/i18n/datepicker-sr.js +37 -0
  925. data/bower_components/jquery-ui/ui/i18n/datepicker-sv.js +37 -0
  926. data/bower_components/jquery-ui/ui/i18n/datepicker-ta.js +37 -0
  927. data/bower_components/jquery-ui/ui/i18n/datepicker-th.js +37 -0
  928. data/bower_components/jquery-ui/ui/i18n/datepicker-tj.js +37 -0
  929. data/bower_components/jquery-ui/ui/i18n/datepicker-tr.js +37 -0
  930. data/bower_components/jquery-ui/ui/i18n/datepicker-uk.js +38 -0
  931. data/bower_components/jquery-ui/ui/i18n/datepicker-vi.js +37 -0
  932. data/bower_components/jquery-ui/ui/i18n/datepicker-zh-CN.js +37 -0
  933. data/bower_components/jquery-ui/ui/i18n/datepicker-zh-HK.js +37 -0
  934. data/bower_components/jquery-ui/ui/i18n/datepicker-zh-TW.js +37 -0
  935. data/bower_components/jquery-ui/ui/menu.js +640 -0
  936. data/bower_components/jquery-ui/ui/minified/accordion.min.js +4 -0
  937. data/bower_components/jquery-ui/ui/minified/autocomplete.min.js +4 -0
  938. data/bower_components/jquery-ui/ui/minified/button.min.js +4 -0
  939. data/bower_components/jquery-ui/ui/minified/core.min.js +4 -0
  940. data/bower_components/jquery-ui/ui/minified/datepicker.min.js +5 -0
  941. data/bower_components/jquery-ui/ui/minified/dialog.min.js +4 -0
  942. data/bower_components/jquery-ui/ui/minified/draggable.min.js +4 -0
  943. data/bower_components/jquery-ui/ui/minified/droppable.min.js +4 -0
  944. data/bower_components/jquery-ui/ui/minified/effect-blind.min.js +4 -0
  945. data/bower_components/jquery-ui/ui/minified/effect-bounce.min.js +4 -0
  946. data/bower_components/jquery-ui/ui/minified/effect-clip.min.js +4 -0
  947. data/bower_components/jquery-ui/ui/minified/effect-drop.min.js +4 -0
  948. data/bower_components/jquery-ui/ui/minified/effect-explode.min.js +4 -0
  949. data/bower_components/jquery-ui/ui/minified/effect-fade.min.js +4 -0
  950. data/bower_components/jquery-ui/ui/minified/effect-fold.min.js +4 -0
  951. data/bower_components/jquery-ui/ui/minified/effect-highlight.min.js +4 -0
  952. data/bower_components/jquery-ui/ui/minified/effect-puff.min.js +4 -0
  953. data/bower_components/jquery-ui/ui/minified/effect-pulsate.min.js +4 -0
  954. data/bower_components/jquery-ui/ui/minified/effect-scale.min.js +4 -0
  955. data/bower_components/jquery-ui/ui/minified/effect-shake.min.js +4 -0
  956. data/bower_components/jquery-ui/ui/minified/effect-size.min.js +4 -0
  957. data/bower_components/jquery-ui/ui/minified/effect-slide.min.js +4 -0
  958. data/bower_components/jquery-ui/ui/minified/effect-transfer.min.js +4 -0
  959. data/bower_components/jquery-ui/ui/minified/effect.min.js +4 -0
  960. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-af.min.js +4 -0
  961. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js +4 -0
  962. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar.min.js +4 -0
  963. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-az.min.js +4 -0
  964. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-be.min.js +4 -0
  965. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bg.min.js +4 -0
  966. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bs.min.js +4 -0
  967. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ca.min.js +4 -0
  968. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cs.min.js +4 -0
  969. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js +4 -0
  970. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-da.min.js +4 -0
  971. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-de.min.js +4 -0
  972. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-el.min.js +4 -0
  973. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js +4 -0
  974. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js +4 -0
  975. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js +4 -0
  976. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eo.min.js +4 -0
  977. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-es.min.js +4 -0
  978. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-et.min.js +4 -0
  979. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eu.min.js +4 -0
  980. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fa.min.js +4 -0
  981. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fi.min.js +4 -0
  982. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fo.min.js +4 -0
  983. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js +4 -0
  984. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js +4 -0
  985. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr.min.js +4 -0
  986. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-gl.min.js +4 -0
  987. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-he.min.js +4 -0
  988. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hi.min.js +4 -0
  989. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hr.min.js +4 -0
  990. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hu.min.js +4 -0
  991. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hy.min.js +4 -0
  992. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-id.min.js +4 -0
  993. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-is.min.js +4 -0
  994. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js +4 -0
  995. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it.min.js +4 -0
  996. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ja.min.js +4 -0
  997. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ka.min.js +4 -0
  998. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-kk.min.js +4 -0
  999. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-km.min.js +4 -0
  1000. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ko.min.js +4 -0
  1001. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ky.min.js +4 -0
  1002. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lb.min.js +4 -0
  1003. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lt.min.js +4 -0
  1004. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lv.min.js +4 -0
  1005. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-mk.min.js +4 -0
  1006. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ml.min.js +4 -0
  1007. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ms.min.js +4 -0
  1008. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nb.min.js +4 -0
  1009. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js +4 -0
  1010. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl.min.js +4 -0
  1011. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nn.min.js +4 -0
  1012. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-no.min.js +4 -0
  1013. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pl.min.js +4 -0
  1014. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js +4 -0
  1015. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt.min.js +4 -0
  1016. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-rm.min.js +4 -0
  1017. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ro.min.js +4 -0
  1018. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ru.min.js +4 -0
  1019. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sk.min.js +4 -0
  1020. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sl.min.js +4 -0
  1021. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sq.min.js +4 -0
  1022. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js +4 -0
  1023. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr.min.js +4 -0
  1024. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sv.min.js +4 -0
  1025. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ta.min.js +4 -0
  1026. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-th.min.js +4 -0
  1027. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tj.min.js +4 -0
  1028. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tr.min.js +4 -0
  1029. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-uk.min.js +4 -0
  1030. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-vi.min.js +4 -0
  1031. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js +4 -0
  1032. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js +4 -0
  1033. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js +4 -0
  1034. data/bower_components/jquery-ui/ui/minified/menu.min.js +4 -0
  1035. data/bower_components/jquery-ui/ui/minified/mouse.min.js +4 -0
  1036. data/bower_components/jquery-ui/ui/minified/position.min.js +4 -0
  1037. data/bower_components/jquery-ui/ui/minified/progressbar.min.js +4 -0
  1038. data/bower_components/jquery-ui/ui/minified/resizable.min.js +4 -0
  1039. data/bower_components/jquery-ui/ui/minified/selectable.min.js +4 -0
  1040. data/bower_components/jquery-ui/ui/minified/selectmenu.min.js +4 -0
  1041. data/bower_components/jquery-ui/ui/minified/slider.min.js +4 -0
  1042. data/bower_components/jquery-ui/ui/minified/sortable.min.js +4 -0
  1043. data/bower_components/jquery-ui/ui/minified/spinner.min.js +4 -0
  1044. data/bower_components/jquery-ui/ui/minified/tabs.min.js +4 -0
  1045. data/bower_components/jquery-ui/ui/minified/tooltip.min.js +4 -0
  1046. data/bower_components/jquery-ui/ui/minified/widget.min.js +4 -0
  1047. data/bower_components/jquery-ui/ui/mouse.js +187 -0
  1048. data/bower_components/jquery-ui/ui/position.js +514 -0
  1049. data/bower_components/jquery-ui/ui/progressbar.js +159 -0
  1050. data/bower_components/jquery-ui/ui/resizable.js +1028 -0
  1051. data/bower_components/jquery-ui/ui/selectable.js +287 -0
  1052. data/bower_components/jquery-ui/ui/selectmenu.js +555 -0
  1053. data/bower_components/jquery-ui/ui/slider.js +688 -0
  1054. data/bower_components/jquery-ui/ui/sortable.js +1310 -0
  1055. data/bower_components/jquery-ui/ui/spinner.js +514 -0
  1056. data/bower_components/jquery-ui/ui/tabs.js +866 -0
  1057. data/bower_components/jquery-ui/ui/tooltip.js +444 -0
  1058. data/bower_components/jquery-ui/ui/widget.js +543 -0
  1059. data/bower_components/jquery.cookie/.bower.json +28 -0
  1060. data/bower_components/jquery.cookie/jquery.cookie.js +117 -0
  1061. data/bower_components/modernizr/.bower.json +14 -0
  1062. data/bower_components/modernizr/.editorconfig +10 -0
  1063. data/bower_components/modernizr/.gitignore +2 -0
  1064. data/bower_components/modernizr/.travis.yml +6 -0
  1065. data/bower_components/modernizr/feature-detects/a-download.js +8 -0
  1066. data/bower_components/modernizr/feature-detects/audio-audiodata-api.js +4 -0
  1067. data/bower_components/modernizr/feature-detects/audio-webaudio-api.js +4 -0
  1068. data/bower_components/modernizr/feature-detects/battery-api.js +8 -0
  1069. data/bower_components/modernizr/feature-detects/battery-level.js +11 -0
  1070. data/bower_components/modernizr/feature-detects/blob-constructor.js +10 -0
  1071. data/bower_components/modernizr/feature-detects/canvas-todataurl-type.js +28 -0
  1072. data/bower_components/modernizr/feature-detects/contenteditable.js +9 -0
  1073. data/bower_components/modernizr/feature-detects/contentsecuritypolicy.js +10 -0
  1074. data/bower_components/modernizr/feature-detects/contextmenu.js +11 -0
  1075. data/bower_components/modernizr/feature-detects/cookies.js +15 -0
  1076. data/bower_components/modernizr/feature-detects/cors.js +3 -0
  1077. data/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js +19 -0
  1078. data/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js +15 -0
  1079. data/bower_components/modernizr/feature-detects/css-backgroundrepeat.js +31 -0
  1080. data/bower_components/modernizr/feature-detects/css-backgroundsizecover.js +10 -0
  1081. data/bower_components/modernizr/feature-detects/css-boxsizing.js +9 -0
  1082. data/bower_components/modernizr/feature-detects/css-calc.js +12 -0
  1083. data/bower_components/modernizr/feature-detects/css-cubicbezierrange.js +8 -0
  1084. data/bower_components/modernizr/feature-detects/css-displayrunin.js +18 -0
  1085. data/bower_components/modernizr/feature-detects/css-displaytable.js +27 -0
  1086. data/bower_components/modernizr/feature-detects/css-filters.js +7 -0
  1087. data/bower_components/modernizr/feature-detects/css-hyphens.js +205 -0
  1088. data/bower_components/modernizr/feature-detects/css-lastchild.js +11 -0
  1089. data/bower_components/modernizr/feature-detects/css-mask.js +12 -0
  1090. data/bower_components/modernizr/feature-detects/css-mediaqueries.js +3 -0
  1091. data/bower_components/modernizr/feature-detects/css-objectfit.js +6 -0
  1092. data/bower_components/modernizr/feature-detects/css-overflow-scrolling.js +9 -0
  1093. data/bower_components/modernizr/feature-detects/css-pointerevents.js +25 -0
  1094. data/bower_components/modernizr/feature-detects/css-positionsticky.js +13 -0
  1095. data/bower_components/modernizr/feature-detects/css-regions.js +55 -0
  1096. data/bower_components/modernizr/feature-detects/css-remunit.js +19 -0
  1097. data/bower_components/modernizr/feature-detects/css-resize.js +8 -0
  1098. data/bower_components/modernizr/feature-detects/css-scrollbars.js +19 -0
  1099. data/bower_components/modernizr/feature-detects/css-shapes.js +4 -0
  1100. data/bower_components/modernizr/feature-detects/css-subpixelfont.js +23 -0
  1101. data/bower_components/modernizr/feature-detects/css-supports.js +6 -0
  1102. data/bower_components/modernizr/feature-detects/css-userselect.js +10 -0
  1103. data/bower_components/modernizr/feature-detects/css-vhunit.js +14 -0
  1104. data/bower_components/modernizr/feature-detects/css-vmaxunit.js +14 -0
  1105. data/bower_components/modernizr/feature-detects/css-vminunit.js +14 -0
  1106. data/bower_components/modernizr/feature-detects/css-vwunit.js +14 -0
  1107. data/bower_components/modernizr/feature-detects/custom-protocol-handler.js +10 -0
  1108. data/bower_components/modernizr/feature-detects/dart.js +6 -0
  1109. data/bower_components/modernizr/feature-detects/dataview-api.js +4 -0
  1110. data/bower_components/modernizr/feature-detects/dom-classlist.js +4 -0
  1111. data/bower_components/modernizr/feature-detects/dom-createElement-attrs.js +11 -0
  1112. data/bower_components/modernizr/feature-detects/dom-dataset.js +9 -0
  1113. data/bower_components/modernizr/feature-detects/dom-microdata.js +4 -0
  1114. data/bower_components/modernizr/feature-detects/elem-datalist.js +12 -0
  1115. data/bower_components/modernizr/feature-detects/elem-details.js +25 -0
  1116. data/bower_components/modernizr/feature-detects/elem-output.js +4 -0
  1117. data/bower_components/modernizr/feature-detects/elem-progress-meter.js +11 -0
  1118. data/bower_components/modernizr/feature-detects/elem-ruby.js +53 -0
  1119. data/bower_components/modernizr/feature-detects/elem-time.js +4 -0
  1120. data/bower_components/modernizr/feature-detects/elem-track.js +11 -0
  1121. data/bower_components/modernizr/feature-detects/emoji.js +11 -0
  1122. data/bower_components/modernizr/feature-detects/es5-strictmode.js +7 -0
  1123. data/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js +11 -0
  1124. data/bower_components/modernizr/feature-detects/exif-orientation.js +32 -0
  1125. data/bower_components/modernizr/feature-detects/file-api.js +12 -0
  1126. data/bower_components/modernizr/feature-detects/file-filesystem.js +9 -0
  1127. data/bower_components/modernizr/feature-detects/forms-fileinput.js +13 -0
  1128. data/bower_components/modernizr/feature-detects/forms-formattribute.js +29 -0
  1129. data/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js +32 -0
  1130. data/bower_components/modernizr/feature-detects/forms-placeholder.js +10 -0
  1131. data/bower_components/modernizr/feature-detects/forms-speechinput.js +19 -0
  1132. data/bower_components/modernizr/feature-detects/forms-validation.js +62 -0
  1133. data/bower_components/modernizr/feature-detects/fullscreen-api.js +10 -0
  1134. data/bower_components/modernizr/feature-detects/gamepad.js +12 -0
  1135. data/bower_components/modernizr/feature-detects/getusermedia.js +5 -0
  1136. data/bower_components/modernizr/feature-detects/ie8compat.js +12 -0
  1137. data/bower_components/modernizr/feature-detects/iframe-sandbox.js +5 -0
  1138. data/bower_components/modernizr/feature-detects/iframe-seamless.js +5 -0
  1139. data/bower_components/modernizr/feature-detects/iframe-srcdoc.js +5 -0
  1140. data/bower_components/modernizr/feature-detects/img-apng.js +26 -0
  1141. data/bower_components/modernizr/feature-detects/img-webp.js +20 -0
  1142. data/bower_components/modernizr/feature-detects/json.js +7 -0
  1143. data/bower_components/modernizr/feature-detects/lists-reversed.js +6 -0
  1144. data/bower_components/modernizr/feature-detects/mathml.js +23 -0
  1145. data/bower_components/modernizr/feature-detects/network-connection.js +22 -0
  1146. data/bower_components/modernizr/feature-detects/network-eventsource.js +5 -0
  1147. data/bower_components/modernizr/feature-detects/network-xhr2.js +13 -0
  1148. data/bower_components/modernizr/feature-detects/notification.js +10 -0
  1149. data/bower_components/modernizr/feature-detects/performance.js +5 -0
  1150. data/bower_components/modernizr/feature-detects/pointerlock-api.js +4 -0
  1151. data/bower_components/modernizr/feature-detects/quota-management-api.js +11 -0
  1152. data/bower_components/modernizr/feature-detects/requestanimationframe.js +7 -0
  1153. data/bower_components/modernizr/feature-detects/script-async.js +3 -0
  1154. data/bower_components/modernizr/feature-detects/script-defer.js +3 -0
  1155. data/bower_components/modernizr/feature-detects/style-scoped.js +6 -0
  1156. data/bower_components/modernizr/feature-detects/svg-filters.js +13 -0
  1157. data/bower_components/modernizr/feature-detects/unicode.js +32 -0
  1158. data/bower_components/modernizr/feature-detects/url-data-uri.js +26 -0
  1159. data/bower_components/modernizr/feature-detects/userdata.js +7 -0
  1160. data/bower_components/modernizr/feature-detects/vibration.js +4 -0
  1161. data/bower_components/modernizr/feature-detects/web-intents.js +6 -0
  1162. data/bower_components/modernizr/feature-detects/webgl-extensions.js +42 -0
  1163. data/bower_components/modernizr/feature-detects/websockets-binary.js +20 -0
  1164. data/bower_components/modernizr/feature-detects/window-framed.js +8 -0
  1165. data/bower_components/modernizr/feature-detects/workers-blobworkers.js +66 -0
  1166. data/bower_components/modernizr/feature-detects/workers-dataworkers.js +34 -0
  1167. data/bower_components/modernizr/feature-detects/workers-sharedworkers.js +3 -0
  1168. data/bower_components/modernizr/grunt.js +69 -0
  1169. data/bower_components/modernizr/media/Modernizr 2 Logo.ai +292 -1
  1170. data/bower_components/modernizr/media/Modernizr 2 Logo.eps +0 -0
  1171. data/bower_components/modernizr/media/Modernizr 2 Logo.pdf +292 -1
  1172. data/bower_components/modernizr/media/Modernizr 2 Logo.png +0 -0
  1173. data/bower_components/modernizr/media/Modernizr 2 Logo.svg +35 -0
  1174. data/bower_components/modernizr/modernizr.js +1406 -0
  1175. data/bower_components/modernizr/readme.md +28 -0
  1176. data/bower_components/modernizr/test/basic.html +65 -0
  1177. data/bower_components/modernizr/test/caniuse.html +1451 -0
  1178. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot +0 -0
  1179. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf +0 -0
  1180. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg +147 -0
  1181. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf +0 -0
  1182. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff +0 -0
  1183. data/bower_components/modernizr/test/caniuse_files/alpha.png +0 -0
  1184. data/bower_components/modernizr/test/caniuse_files/apng_test.png +0 -0
  1185. data/bower_components/modernizr/test/caniuse_files/before-after.png +0 -0
  1186. data/bower_components/modernizr/test/caniuse_files/form_validation.html +15 -0
  1187. data/bower_components/modernizr/test/caniuse_files/ga.js +43 -0
  1188. data/bower_components/modernizr/test/caniuse_files/green5x5.png +0 -0
  1189. data/bower_components/modernizr/test/caniuse_files/hashchange.html +16 -0
  1190. data/bower_components/modernizr/test/caniuse_files/jquery.min.js +18 -0
  1191. data/bower_components/modernizr/test/caniuse_files/mathml.html +120 -0
  1192. data/bower_components/modernizr/test/caniuse_files/mathml_ref.png +0 -0
  1193. data/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js +2 -0
  1194. data/bower_components/modernizr/test/caniuse_files/png_alpha_result.png +0 -0
  1195. data/bower_components/modernizr/test/caniuse_files/pushstate.html +40 -0
  1196. data/bower_components/modernizr/test/caniuse_files/red30x30.png +0 -0
  1197. data/bower_components/modernizr/test/caniuse_files/ruby.png +0 -0
  1198. data/bower_components/modernizr/test/caniuse_files/stroked-text.png +0 -0
  1199. data/bower_components/modernizr/test/caniuse_files/style.css +168 -0
  1200. data/bower_components/modernizr/test/caniuse_files/svg-html-blur.png +0 -0
  1201. data/bower_components/modernizr/test/caniuse_files/svg-img.svg +5 -0
  1202. data/bower_components/modernizr/test/caniuse_files/svg-img.svg.1 +5 -0
  1203. data/bower_components/modernizr/test/caniuse_files/svg_blur.png +0 -0
  1204. data/bower_components/modernizr/test/caniuse_files/table.png +0 -0
  1205. data/bower_components/modernizr/test/caniuse_files/text-shadow1.png +0 -0
  1206. data/bower_components/modernizr/test/caniuse_files/text-shadow2.png +0 -0
  1207. data/bower_components/modernizr/test/caniuse_files/windsong_font.png +0 -0
  1208. data/bower_components/modernizr/test/caniuse_files/xhtml.html +14 -0
  1209. data/bower_components/modernizr/test/index.html +104 -0
  1210. data/bower_components/modernizr/test/js/basic.html +65 -0
  1211. data/bower_components/modernizr/test/js/dumpdata.js +75 -0
  1212. data/bower_components/modernizr/test/js/lib/detect-global.js +153 -0
  1213. data/bower_components/modernizr/test/js/lib/jquery-1.7b2.js +9279 -0
  1214. data/bower_components/modernizr/test/js/lib/jsonselect.js +279 -0
  1215. data/bower_components/modernizr/test/js/lib/polyfills.js +96 -0
  1216. data/bower_components/modernizr/test/js/lib/uaparser.js +215 -0
  1217. data/bower_components/modernizr/test/js/setup.js +44 -0
  1218. data/bower_components/modernizr/test/js/unit-caniuse.js +191 -0
  1219. data/bower_components/modernizr/test/js/unit.js +669 -0
  1220. data/bower_components/modernizr/test/qunit/qunit.css +231 -0
  1221. data/bower_components/modernizr/test/qunit/qunit.js +1932 -0
  1222. data/bower_components/modernizr/test/qunit/run-qunit.js +72 -0
  1223. data/bower_components/underscore/.bower.json +33 -0
  1224. data/bower_components/underscore/.editorconfig +14 -0
  1225. data/bower_components/underscore/.gitignore +2 -0
  1226. data/bower_components/underscore/LICENSE +23 -0
  1227. data/bower_components/underscore/README.md +22 -0
  1228. data/bower_components/underscore/bower.json +8 -0
  1229. data/bower_components/underscore/component.json +10 -0
  1230. data/bower_components/underscore/package.json +27 -0
  1231. data/bower_components/underscore/underscore.js +1343 -0
  1232. data/lib/rubyneat_dashboard/bower_dsl.rb +94 -0
  1233. data/lib/rubyneat_dashboard/main.rb +70 -0
  1234. data/lib/rubyneat_dashboard/overview_rest.rb +43 -0
  1235. data/lib/rubyneat_dashboard/reporting.rb +19 -0
  1236. data/lib/rubyneat_dashboard/rubyneat_dsl.rb +43 -0
  1237. data/lib/rubyneat_dashboard/stream_helpers.rb +14 -0
  1238. data/lib/rubyneat_dashboard.rb +93 -0
  1239. data/rubyneat_dashboard.gemspec +1339 -0
  1240. data/spec/rubyneat_dashboard_spec.rb +5 -0
  1241. data/spec/spec_helper.rb +32 -0
  1242. data/views/critters.haml +1 -0
  1243. data/views/home.haml +35 -0
  1244. data/views/layout.haml +46 -0
  1245. data/views/overview.haml +6 -0
  1246. data/views/population/general.haml +6 -0
  1247. data/views/population/home.haml +28 -0
  1248. data/views/population/speciation.haml +1 -0
  1249. metadata +1545 -0
@@ -0,0 +1,3125 @@
1
+ @charset "UTF-8";
2
+
3
+ /*!
4
+ Animate.css - http://daneden.me/animate
5
+ Licensed under the MIT license - http://opensource.org/licenses/MIT
6
+
7
+ Copyright (c) 2013 Daniel Eden
8
+ */
9
+
10
+ .animated {
11
+ -webkit-animation-duration: 1s;
12
+ animation-duration: 1s;
13
+ -webkit-animation-fill-mode: both;
14
+ animation-fill-mode: both;
15
+ }
16
+
17
+ .animated.infinite {
18
+ -webkit-animation-iteration-count: infinite;
19
+ animation-iteration-count: infinite;
20
+ }
21
+
22
+ .animated.hinge {
23
+ -webkit-animation-duration: 2s;
24
+ animation-duration: 2s;
25
+ }
26
+
27
+ @-webkit-keyframes bounce {
28
+ 0%, 20%, 53%, 80%, 100% {
29
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
30
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
31
+ -webkit-transform: translate3d(0,0,0);
32
+ transform: translate3d(0,0,0);
33
+ }
34
+
35
+ 40%, 43% {
36
+ -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
37
+ transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
38
+ -webkit-transform: translate3d(0, -30px, 0);
39
+ transform: translate3d(0, -30px, 0);
40
+ }
41
+
42
+ 70% {
43
+ -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
44
+ transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
45
+ -webkit-transform: translate3d(0, -15px, 0);
46
+ transform: translate3d(0, -15px, 0);
47
+ }
48
+
49
+ 90% {
50
+ -webkit-transform: translate3d(0,-4px,0);
51
+ transform: translate3d(0,-4px,0);
52
+ }
53
+ }
54
+
55
+ @keyframes bounce {
56
+ 0%, 20%, 53%, 80%, 100% {
57
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
58
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
59
+ -webkit-transform: translate3d(0,0,0);
60
+ -ms-transform: translate3d(0,0,0);
61
+ transform: translate3d(0,0,0);
62
+ }
63
+
64
+ 40%, 43% {
65
+ -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
66
+ transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
67
+ -webkit-transform: translate3d(0, -30px, 0);
68
+ -ms-transform: translate3d(0, -30px, 0);
69
+ transform: translate3d(0, -30px, 0);
70
+ }
71
+
72
+ 70% {
73
+ -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
74
+ transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
75
+ -webkit-transform: translate3d(0, -15px, 0);
76
+ -ms-transform: translate3d(0, -15px, 0);
77
+ transform: translate3d(0, -15px, 0);
78
+ }
79
+
80
+ 90% {
81
+ -webkit-transform: translate3d(0,-4px,0);
82
+ -ms-transform: translate3d(0,-4px,0);
83
+ transform: translate3d(0,-4px,0);
84
+ }
85
+ }
86
+
87
+ .bounce {
88
+ -webkit-animation-name: bounce;
89
+ animation-name: bounce;
90
+ -webkit-transform-origin: center bottom;
91
+ -ms-transform-origin: center bottom;
92
+ transform-origin: center bottom;
93
+ }
94
+
95
+ @-webkit-keyframes flash {
96
+ 0%, 50%, 100% {
97
+ opacity: 1;
98
+ }
99
+
100
+ 25%, 75% {
101
+ opacity: 0;
102
+ }
103
+ }
104
+
105
+ @keyframes flash {
106
+ 0%, 50%, 100% {
107
+ opacity: 1;
108
+ }
109
+
110
+ 25%, 75% {
111
+ opacity: 0;
112
+ }
113
+ }
114
+
115
+ .flash {
116
+ -webkit-animation-name: flash;
117
+ animation-name: flash;
118
+ }
119
+
120
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
121
+
122
+ @-webkit-keyframes pulse {
123
+ 0% {
124
+ -webkit-transform: scale3d(1, 1, 1);
125
+ transform: scale3d(1, 1, 1);
126
+ }
127
+
128
+ 50% {
129
+ -webkit-transform: scale3d(1.05, 1.05, 1.05);
130
+ transform: scale3d(1.05, 1.05, 1.05);
131
+ }
132
+
133
+ 100% {
134
+ -webkit-transform: scale3d(1, 1, 1);
135
+ transform: scale3d(1, 1, 1);
136
+ }
137
+ }
138
+
139
+ @keyframes pulse {
140
+ 0% {
141
+ -webkit-transform: scale3d(1, 1, 1);
142
+ -ms-transform: scale3d(1, 1, 1);
143
+ transform: scale3d(1, 1, 1);
144
+ }
145
+
146
+ 50% {
147
+ -webkit-transform: scale3d(1.05, 1.05, 1.05);
148
+ -ms-transform: scale3d(1.05, 1.05, 1.05);
149
+ transform: scale3d(1.05, 1.05, 1.05);
150
+ }
151
+
152
+ 100% {
153
+ -webkit-transform: scale3d(1, 1, 1);
154
+ -ms-transform: scale3d(1, 1, 1);
155
+ transform: scale3d(1, 1, 1);
156
+ }
157
+ }
158
+
159
+ .pulse {
160
+ -webkit-animation-name: pulse;
161
+ animation-name: pulse;
162
+ }
163
+
164
+ @-webkit-keyframes rubberBand {
165
+ 0% {
166
+ -webkit-transform: scale3d(1, 1, 1);
167
+ transform: scale3d(1, 1, 1);
168
+ }
169
+
170
+ 30% {
171
+ -webkit-transform: scale3d(1.25, 0.75, 1);
172
+ transform: scale3d(1.25, 0.75, 1);
173
+ }
174
+
175
+ 40% {
176
+ -webkit-transform: scale3d(0.75, 1.25, 1);
177
+ transform: scale3d(0.75, 1.25, 1);
178
+ }
179
+
180
+ 50% {
181
+ -webkit-transform: scale3d(1.15, 0.85, 1);
182
+ transform: scale3d(1.15, 0.85, 1);
183
+ }
184
+
185
+ 65% {
186
+ -webkit-transform: scale3d(.95, 1.05, 1);
187
+ transform: scale3d(.95, 1.05, 1);
188
+ }
189
+
190
+ 75% {
191
+ -webkit-transform: scale3d(1.05, .95, 1);
192
+ transform: scale3d(1.05, .95, 1);
193
+ }
194
+
195
+ 100% {
196
+ -webkit-transform: scale3d(1, 1, 1);
197
+ transform: scale3d(1, 1, 1);
198
+ }
199
+ }
200
+
201
+ @keyframes rubberBand {
202
+ 0% {
203
+ -webkit-transform: scale3d(1, 1, 1);
204
+ -ms-transform: scale3d(1, 1, 1);
205
+ transform: scale3d(1, 1, 1);
206
+ }
207
+
208
+ 30% {
209
+ -webkit-transform: scale3d(1.25, 0.75, 1);
210
+ -ms-transform: scale3d(1.25, 0.75, 1);
211
+ transform: scale3d(1.25, 0.75, 1);
212
+ }
213
+
214
+ 40% {
215
+ -webkit-transform: scale3d(0.75, 1.25, 1);
216
+ -ms-transform: scale3d(0.75, 1.25, 1);
217
+ transform: scale3d(0.75, 1.25, 1);
218
+ }
219
+
220
+ 50% {
221
+ -webkit-transform: scale3d(1.15, 0.85, 1);
222
+ -ms-transform: scale3d(1.15, 0.85, 1);
223
+ transform: scale3d(1.15, 0.85, 1);
224
+ }
225
+
226
+ 65% {
227
+ -webkit-transform: scale3d(.95, 1.05, 1);
228
+ -ms-transform: scale3d(.95, 1.05, 1);
229
+ transform: scale3d(.95, 1.05, 1);
230
+ }
231
+
232
+ 75% {
233
+ -webkit-transform: scale3d(1.05, .95, 1);
234
+ -ms-transform: scale3d(1.05, .95, 1);
235
+ transform: scale3d(1.05, .95, 1);
236
+ }
237
+
238
+ 100% {
239
+ -webkit-transform: scale3d(1, 1, 1);
240
+ -ms-transform: scale3d(1, 1, 1);
241
+ transform: scale3d(1, 1, 1);
242
+ }
243
+ }
244
+
245
+ .rubberBand {
246
+ -webkit-animation-name: rubberBand;
247
+ animation-name: rubberBand;
248
+ }
249
+
250
+ @-webkit-keyframes shake {
251
+ 0%, 100% {
252
+ -webkit-transform: translate3d(0, 0, 0);
253
+ transform: translate3d(0, 0, 0);
254
+ }
255
+
256
+ 10%, 30%, 50%, 70%, 90% {
257
+ -webkit-transform: translate3d(-10px, 0, 0);
258
+ transform: translate3d(-10px, 0, 0);
259
+ }
260
+
261
+ 20%, 40%, 60%, 80% {
262
+ -webkit-transform: translate3d(10px, 0, 0);
263
+ transform: translate3d(10px, 0, 0);
264
+ }
265
+ }
266
+
267
+ @keyframes shake {
268
+ 0%, 100% {
269
+ -webkit-transform: translate3d(0, 0, 0);
270
+ -ms-transform: translate3d(0, 0, 0);
271
+ transform: translate3d(0, 0, 0);
272
+ }
273
+
274
+ 10%, 30%, 50%, 70%, 90% {
275
+ -webkit-transform: translate3d(-10px, 0, 0);
276
+ -ms-transform: translate3d(-10px, 0, 0);
277
+ transform: translate3d(-10px, 0, 0);
278
+ }
279
+
280
+ 20%, 40%, 60%, 80% {
281
+ -webkit-transform: translate3d(10px, 0, 0);
282
+ -ms-transform: translate3d(10px, 0, 0);
283
+ transform: translate3d(10px, 0, 0);
284
+ }
285
+ }
286
+
287
+ .shake {
288
+ -webkit-animation-name: shake;
289
+ animation-name: shake;
290
+ }
291
+
292
+ @-webkit-keyframes swing {
293
+ 20% {
294
+ -webkit-transform: rotate3d(0, 0, 1, 15deg);
295
+ transform: rotate3d(0, 0, 1, 15deg);
296
+ }
297
+
298
+ 40% {
299
+ -webkit-transform: rotate3d(0, 0, 1, -10deg);
300
+ transform: rotate3d(0, 0, 1, -10deg);
301
+ }
302
+
303
+ 60% {
304
+ -webkit-transform: rotate3d(0, 0, 1, 5deg);
305
+ transform: rotate3d(0, 0, 1, 5deg);
306
+ }
307
+
308
+ 80% {
309
+ -webkit-transform: rotate3d(0, 0, 1, -5deg);
310
+ transform: rotate3d(0, 0, 1, -5deg);
311
+ }
312
+
313
+ 100% {
314
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
315
+ transform: rotate3d(0, 0, 1, 0deg);
316
+ }
317
+ }
318
+
319
+ @keyframes swing {
320
+ 20% {
321
+ -webkit-transform: rotate3d(0, 0, 1, 15deg);
322
+ -ms-transform: rotate3d(0, 0, 1, 15deg);
323
+ transform: rotate3d(0, 0, 1, 15deg);
324
+ }
325
+
326
+ 40% {
327
+ -webkit-transform: rotate3d(0, 0, 1, -10deg);
328
+ -ms-transform: rotate3d(0, 0, 1, -10deg);
329
+ transform: rotate3d(0, 0, 1, -10deg);
330
+ }
331
+
332
+ 60% {
333
+ -webkit-transform: rotate3d(0, 0, 1, 5deg);
334
+ -ms-transform: rotate3d(0, 0, 1, 5deg);
335
+ transform: rotate3d(0, 0, 1, 5deg);
336
+ }
337
+
338
+ 80% {
339
+ -webkit-transform: rotate3d(0, 0, 1, -5deg);
340
+ -ms-transform: rotate3d(0, 0, 1, -5deg);
341
+ transform: rotate3d(0, 0, 1, -5deg);
342
+ }
343
+
344
+ 100% {
345
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
346
+ -ms-transform: rotate3d(0, 0, 1, 0deg);
347
+ transform: rotate3d(0, 0, 1, 0deg);
348
+ }
349
+ }
350
+
351
+ .swing {
352
+ -webkit-transform-origin: top center;
353
+ -ms-transform-origin: top center;
354
+ transform-origin: top center;
355
+ -webkit-animation-name: swing;
356
+ animation-name: swing;
357
+ }
358
+
359
+ @-webkit-keyframes tada {
360
+ 0% {
361
+ -webkit-transform: scale3d(1, 1, 1);
362
+ transform: scale3d(1, 1, 1);
363
+ }
364
+
365
+ 10%, 20% {
366
+ -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
367
+ transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
368
+ }
369
+
370
+ 30%, 50%, 70%, 90% {
371
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
372
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
373
+ }
374
+
375
+ 40%, 60%, 80% {
376
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
377
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
378
+ }
379
+
380
+ 100% {
381
+ -webkit-transform: scale3d(1, 1, 1);
382
+ transform: scale3d(1, 1, 1);
383
+ }
384
+ }
385
+
386
+ @keyframes tada {
387
+ 0% {
388
+ -webkit-transform: scale3d(1, 1, 1);
389
+ -ms-transform: scale3d(1, 1, 1);
390
+ transform: scale3d(1, 1, 1);
391
+ }
392
+
393
+ 10%, 20% {
394
+ -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
395
+ -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
396
+ transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
397
+ }
398
+
399
+ 30%, 50%, 70%, 90% {
400
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
401
+ -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
402
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
403
+ }
404
+
405
+ 40%, 60%, 80% {
406
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
407
+ -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
408
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
409
+ }
410
+
411
+ 100% {
412
+ -webkit-transform: scale3d(1, 1, 1);
413
+ -ms-transform: scale3d(1, 1, 1);
414
+ transform: scale3d(1, 1, 1);
415
+ }
416
+ }
417
+
418
+ .tada {
419
+ -webkit-animation-name: tada;
420
+ animation-name: tada;
421
+ }
422
+
423
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
424
+
425
+ @-webkit-keyframes wobble {
426
+ 0% {
427
+ -webkit-transform: none;
428
+ transform: none;
429
+ }
430
+
431
+ 15% {
432
+ -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
433
+ transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
434
+ }
435
+
436
+ 30% {
437
+ -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
438
+ transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
439
+ }
440
+
441
+ 45% {
442
+ -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
443
+ transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
444
+ }
445
+
446
+ 60% {
447
+ -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
448
+ transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
449
+ }
450
+
451
+ 75% {
452
+ -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
453
+ transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
454
+ }
455
+
456
+ 100% {
457
+ -webkit-transform: none;
458
+ transform: none;
459
+ }
460
+ }
461
+
462
+ @keyframes wobble {
463
+ 0% {
464
+ -webkit-transform: none;
465
+ -ms-transform: none;
466
+ transform: none;
467
+ }
468
+
469
+ 15% {
470
+ -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
471
+ -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
472
+ transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
473
+ }
474
+
475
+ 30% {
476
+ -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
477
+ -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
478
+ transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
479
+ }
480
+
481
+ 45% {
482
+ -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
483
+ -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
484
+ transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
485
+ }
486
+
487
+ 60% {
488
+ -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
489
+ -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
490
+ transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
491
+ }
492
+
493
+ 75% {
494
+ -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
495
+ -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
496
+ transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
497
+ }
498
+
499
+ 100% {
500
+ -webkit-transform: none;
501
+ -ms-transform: none;
502
+ transform: none;
503
+ }
504
+ }
505
+
506
+ .wobble {
507
+ -webkit-animation-name: wobble;
508
+ animation-name: wobble;
509
+ }
510
+
511
+ @-webkit-keyframes bounceIn {
512
+ 0%, 20%, 40%, 60%, 80%, 100% {
513
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
514
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
515
+ }
516
+
517
+ 0% {
518
+ opacity: 0;
519
+ -webkit-transform: scale3d(.3, .3, .3);
520
+ transform: scale3d(.3, .3, .3);
521
+ }
522
+
523
+ 20% {
524
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
525
+ transform: scale3d(1.1, 1.1, 1.1);
526
+ }
527
+
528
+ 40% {
529
+ -webkit-transform: scale3d(.9, .9, .9);
530
+ transform: scale3d(.9, .9, .9);
531
+ }
532
+
533
+ 60% {
534
+ opacity: 1;
535
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
536
+ transform: scale3d(1.03, 1.03, 1.03);
537
+ }
538
+
539
+ 80% {
540
+ -webkit-transform: scale3d(.97, .97, .97);
541
+ transform: scale3d(.97, .97, .97);
542
+ }
543
+
544
+ 100% {
545
+ opacity: 1;
546
+ -webkit-transform: scale3d(1, 1, 1);
547
+ transform: scale3d(1, 1, 1);
548
+ }
549
+ }
550
+
551
+ @keyframes bounceIn {
552
+ 0%, 20%, 40%, 60%, 80%, 100% {
553
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
554
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
555
+ }
556
+
557
+ 0% {
558
+ opacity: 0;
559
+ -webkit-transform: scale3d(.3, .3, .3);
560
+ -ms-transform: scale3d(.3, .3, .3);
561
+ transform: scale3d(.3, .3, .3);
562
+ }
563
+
564
+ 20% {
565
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
566
+ -ms-transform: scale3d(1.1, 1.1, 1.1);
567
+ transform: scale3d(1.1, 1.1, 1.1);
568
+ }
569
+
570
+ 40% {
571
+ -webkit-transform: scale3d(.9, .9, .9);
572
+ -ms-transform: scale3d(.9, .9, .9);
573
+ transform: scale3d(.9, .9, .9);
574
+ }
575
+
576
+ 60% {
577
+ opacity: 1;
578
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
579
+ -ms-transform: scale3d(1.03, 1.03, 1.03);
580
+ transform: scale3d(1.03, 1.03, 1.03);
581
+ }
582
+
583
+ 80% {
584
+ -webkit-transform: scale3d(.97, .97, .97);
585
+ -ms-transform: scale3d(.97, .97, .97);
586
+ transform: scale3d(.97, .97, .97);
587
+ }
588
+
589
+ 100% {
590
+ opacity: 1;
591
+ -webkit-transform: scale3d(1, 1, 1);
592
+ -ms-transform: scale3d(1, 1, 1);
593
+ transform: scale3d(1, 1, 1);
594
+ }
595
+ }
596
+
597
+ .bounceIn {
598
+ -webkit-animation-name: bounceIn;
599
+ animation-name: bounceIn;
600
+ -webkit-animation-duration: .75s;
601
+ animation-duration: .75s;
602
+ }
603
+
604
+ @-webkit-keyframes bounceInDown {
605
+ 0%, 60%, 75%, 90%, 100% {
606
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
607
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
608
+ }
609
+
610
+ 0% {
611
+ opacity: 0;
612
+ -webkit-transform: translate3d(0, -3000px, 0);
613
+ transform: translate3d(0, -3000px, 0);
614
+ }
615
+
616
+ 60% {
617
+ opacity: 1;
618
+ -webkit-transform: translate3d(0, 25px, 0);
619
+ transform: translate3d(0, 25px, 0);
620
+ }
621
+
622
+ 75% {
623
+ -webkit-transform: translate3d(0, -10px, 0);
624
+ transform: translate3d(0, -10px, 0);
625
+ }
626
+
627
+ 90% {
628
+ -webkit-transform: translate3d(0, 5px, 0);
629
+ transform: translate3d(0, 5px, 0);
630
+ }
631
+
632
+ 100% {
633
+ -webkit-transform: none;
634
+ transform: none;
635
+ }
636
+ }
637
+
638
+ @keyframes bounceInDown {
639
+ 0%, 60%, 75%, 90%, 100% {
640
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
641
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
642
+ }
643
+
644
+ 0% {
645
+ opacity: 0;
646
+ -webkit-transform: translate3d(0, -3000px, 0);
647
+ -ms-transform: translate3d(0, -3000px, 0);
648
+ transform: translate3d(0, -3000px, 0);
649
+ }
650
+
651
+ 60% {
652
+ opacity: 1;
653
+ -webkit-transform: translate3d(0, 25px, 0);
654
+ -ms-transform: translate3d(0, 25px, 0);
655
+ transform: translate3d(0, 25px, 0);
656
+ }
657
+
658
+ 75% {
659
+ -webkit-transform: translate3d(0, -10px, 0);
660
+ -ms-transform: translate3d(0, -10px, 0);
661
+ transform: translate3d(0, -10px, 0);
662
+ }
663
+
664
+ 90% {
665
+ -webkit-transform: translate3d(0, 5px, 0);
666
+ -ms-transform: translate3d(0, 5px, 0);
667
+ transform: translate3d(0, 5px, 0);
668
+ }
669
+
670
+ 100% {
671
+ -webkit-transform: none;
672
+ -ms-transform: none;
673
+ transform: none;
674
+ }
675
+ }
676
+
677
+ .bounceInDown {
678
+ -webkit-animation-name: bounceInDown;
679
+ animation-name: bounceInDown;
680
+ }
681
+
682
+ @-webkit-keyframes bounceInLeft {
683
+ 0%, 60%, 75%, 90%, 100% {
684
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
685
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
686
+ }
687
+
688
+ 0% {
689
+ opacity: 0;
690
+ -webkit-transform: translate3d(-3000px, 0, 0);
691
+ transform: translate3d(-3000px, 0, 0);
692
+ }
693
+
694
+ 60% {
695
+ opacity: 1;
696
+ -webkit-transform: translate3d(25px, 0, 0);
697
+ transform: translate3d(25px, 0, 0);
698
+ }
699
+
700
+ 75% {
701
+ -webkit-transform: translate3d(-10px, 0, 0);
702
+ transform: translate3d(-10px, 0, 0);
703
+ }
704
+
705
+ 90% {
706
+ -webkit-transform: translate3d(5px, 0, 0);
707
+ transform: translate3d(5px, 0, 0);
708
+ }
709
+
710
+ 100% {
711
+ -webkit-transform: none;
712
+ transform: none;
713
+ }
714
+ }
715
+
716
+ @keyframes bounceInLeft {
717
+ 0%, 60%, 75%, 90%, 100% {
718
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
719
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
720
+ }
721
+
722
+ 0% {
723
+ opacity: 0;
724
+ -webkit-transform: translate3d(-3000px, 0, 0);
725
+ -ms-transform: translate3d(-3000px, 0, 0);
726
+ transform: translate3d(-3000px, 0, 0);
727
+ }
728
+
729
+ 60% {
730
+ opacity: 1;
731
+ -webkit-transform: translate3d(25px, 0, 0);
732
+ -ms-transform: translate3d(25px, 0, 0);
733
+ transform: translate3d(25px, 0, 0);
734
+ }
735
+
736
+ 75% {
737
+ -webkit-transform: translate3d(-10px, 0, 0);
738
+ -ms-transform: translate3d(-10px, 0, 0);
739
+ transform: translate3d(-10px, 0, 0);
740
+ }
741
+
742
+ 90% {
743
+ -webkit-transform: translate3d(5px, 0, 0);
744
+ -ms-transform: translate3d(5px, 0, 0);
745
+ transform: translate3d(5px, 0, 0);
746
+ }
747
+
748
+ 100% {
749
+ -webkit-transform: none;
750
+ -ms-transform: none;
751
+ transform: none;
752
+ }
753
+ }
754
+
755
+ .bounceInLeft {
756
+ -webkit-animation-name: bounceInLeft;
757
+ animation-name: bounceInLeft;
758
+ }
759
+
760
+ @-webkit-keyframes bounceInRight {
761
+ 0%, 60%, 75%, 90%, 100% {
762
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
763
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
764
+ }
765
+
766
+ 0% {
767
+ opacity: 0;
768
+ -webkit-transform: translate3d(3000px, 0, 0);
769
+ transform: translate3d(3000px, 0, 0);
770
+ }
771
+
772
+ 60% {
773
+ opacity: 1;
774
+ -webkit-transform: translate3d(-25px, 0, 0);
775
+ transform: translate3d(-25px, 0, 0);
776
+ }
777
+
778
+ 75% {
779
+ -webkit-transform: translate3d(10px, 0, 0);
780
+ transform: translate3d(10px, 0, 0);
781
+ }
782
+
783
+ 90% {
784
+ -webkit-transform: translate3d(-5px, 0, 0);
785
+ transform: translate3d(-5px, 0, 0);
786
+ }
787
+
788
+ 100% {
789
+ -webkit-transform: none;
790
+ transform: none;
791
+ }
792
+ }
793
+
794
+ @keyframes bounceInRight {
795
+ 0%, 60%, 75%, 90%, 100% {
796
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
797
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
798
+ }
799
+
800
+ 0% {
801
+ opacity: 0;
802
+ -webkit-transform: translate3d(3000px, 0, 0);
803
+ -ms-transform: translate3d(3000px, 0, 0);
804
+ transform: translate3d(3000px, 0, 0);
805
+ }
806
+
807
+ 60% {
808
+ opacity: 1;
809
+ -webkit-transform: translate3d(-25px, 0, 0);
810
+ -ms-transform: translate3d(-25px, 0, 0);
811
+ transform: translate3d(-25px, 0, 0);
812
+ }
813
+
814
+ 75% {
815
+ -webkit-transform: translate3d(10px, 0, 0);
816
+ -ms-transform: translate3d(10px, 0, 0);
817
+ transform: translate3d(10px, 0, 0);
818
+ }
819
+
820
+ 90% {
821
+ -webkit-transform: translate3d(-5px, 0, 0);
822
+ -ms-transform: translate3d(-5px, 0, 0);
823
+ transform: translate3d(-5px, 0, 0);
824
+ }
825
+
826
+ 100% {
827
+ -webkit-transform: none;
828
+ -ms-transform: none;
829
+ transform: none;
830
+ }
831
+ }
832
+
833
+ .bounceInRight {
834
+ -webkit-animation-name: bounceInRight;
835
+ animation-name: bounceInRight;
836
+ }
837
+
838
+ @-webkit-keyframes bounceInUp {
839
+ 0%, 60%, 75%, 90%, 100% {
840
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
841
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
842
+ }
843
+
844
+ 0% {
845
+ opacity: 0;
846
+ -webkit-transform: translate3d(0, 3000px, 0);
847
+ transform: translate3d(0, 3000px, 0);
848
+ }
849
+
850
+ 60% {
851
+ opacity: 1;
852
+ -webkit-transform: translate3d(0, -20px, 0);
853
+ transform: translate3d(0, -20px, 0);
854
+ }
855
+
856
+ 75% {
857
+ -webkit-transform: translate3d(0, 10px, 0);
858
+ transform: translate3d(0, 10px, 0);
859
+ }
860
+
861
+ 90% {
862
+ -webkit-transform: translate3d(0, -5px, 0);
863
+ transform: translate3d(0, -5px, 0);
864
+ }
865
+
866
+ 100% {
867
+ -webkit-transform: translate3d(0, 0, 0);
868
+ transform: translate3d(0, 0, 0);
869
+ }
870
+ }
871
+
872
+ @keyframes bounceInUp {
873
+ 0%, 60%, 75%, 90%, 100% {
874
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
875
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
876
+ }
877
+
878
+ 0% {
879
+ opacity: 0;
880
+ -webkit-transform: translate3d(0, 3000px, 0);
881
+ -ms-transform: translate3d(0, 3000px, 0);
882
+ transform: translate3d(0, 3000px, 0);
883
+ }
884
+
885
+ 60% {
886
+ opacity: 1;
887
+ -webkit-transform: translate3d(0, -20px, 0);
888
+ -ms-transform: translate3d(0, -20px, 0);
889
+ transform: translate3d(0, -20px, 0);
890
+ }
891
+
892
+ 75% {
893
+ -webkit-transform: translate3d(0, 10px, 0);
894
+ -ms-transform: translate3d(0, 10px, 0);
895
+ transform: translate3d(0, 10px, 0);
896
+ }
897
+
898
+ 90% {
899
+ -webkit-transform: translate3d(0, -5px, 0);
900
+ -ms-transform: translate3d(0, -5px, 0);
901
+ transform: translate3d(0, -5px, 0);
902
+ }
903
+
904
+ 100% {
905
+ -webkit-transform: translate3d(0, 0, 0);
906
+ -ms-transform: translate3d(0, 0, 0);
907
+ transform: translate3d(0, 0, 0);
908
+ }
909
+ }
910
+
911
+ .bounceInUp {
912
+ -webkit-animation-name: bounceInUp;
913
+ animation-name: bounceInUp;
914
+ }
915
+
916
+ @-webkit-keyframes bounceOut {
917
+ 20% {
918
+ -webkit-transform: scale3d(.9, .9, .9);
919
+ transform: scale3d(.9, .9, .9);
920
+ }
921
+
922
+ 50%, 55% {
923
+ opacity: 1;
924
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
925
+ transform: scale3d(1.1, 1.1, 1.1);
926
+ }
927
+
928
+ 100% {
929
+ opacity: 0;
930
+ -webkit-transform: scale3d(.3, .3, .3);
931
+ transform: scale3d(.3, .3, .3);
932
+ }
933
+ }
934
+
935
+ @keyframes bounceOut {
936
+ 20% {
937
+ -webkit-transform: scale3d(.9, .9, .9);
938
+ -ms-transform: scale3d(.9, .9, .9);
939
+ transform: scale3d(.9, .9, .9);
940
+ }
941
+
942
+ 50%, 55% {
943
+ opacity: 1;
944
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
945
+ -ms-transform: scale3d(1.1, 1.1, 1.1);
946
+ transform: scale3d(1.1, 1.1, 1.1);
947
+ }
948
+
949
+ 100% {
950
+ opacity: 0;
951
+ -webkit-transform: scale3d(.3, .3, .3);
952
+ -ms-transform: scale3d(.3, .3, .3);
953
+ transform: scale3d(.3, .3, .3);
954
+ }
955
+ }
956
+
957
+ .bounceOut {
958
+ -webkit-animation-name: bounceOut;
959
+ animation-name: bounceOut;
960
+ -webkit-animation-duration: .75s;
961
+ animation-duration: .75s;
962
+ }
963
+
964
+ @-webkit-keyframes bounceOutDown {
965
+ 20% {
966
+ -webkit-transform: translate3d(0, 10px, 0);
967
+ transform: translate3d(0, 10px, 0);
968
+ }
969
+
970
+ 40%, 45% {
971
+ opacity: 1;
972
+ -webkit-transform: translate3d(0, -20px, 0);
973
+ transform: translate3d(0, -20px, 0);
974
+ }
975
+
976
+ 100% {
977
+ opacity: 0;
978
+ -webkit-transform: translate3d(0, 2000px, 0);
979
+ transform: translate3d(0, 2000px, 0);
980
+ }
981
+ }
982
+
983
+ @keyframes bounceOutDown {
984
+ 20% {
985
+ -webkit-transform: translate3d(0, 10px, 0);
986
+ -ms-transform: translate3d(0, 10px, 0);
987
+ transform: translate3d(0, 10px, 0);
988
+ }
989
+
990
+ 40%, 45% {
991
+ opacity: 1;
992
+ -webkit-transform: translate3d(0, -20px, 0);
993
+ -ms-transform: translate3d(0, -20px, 0);
994
+ transform: translate3d(0, -20px, 0);
995
+ }
996
+
997
+ 100% {
998
+ opacity: 0;
999
+ -webkit-transform: translate3d(0, 2000px, 0);
1000
+ -ms-transform: translate3d(0, 2000px, 0);
1001
+ transform: translate3d(0, 2000px, 0);
1002
+ }
1003
+ }
1004
+
1005
+ .bounceOutDown {
1006
+ -webkit-animation-name: bounceOutDown;
1007
+ animation-name: bounceOutDown;
1008
+ }
1009
+
1010
+ @-webkit-keyframes bounceOutLeft {
1011
+ 20% {
1012
+ opacity: 1;
1013
+ -webkit-transform: translate3d(20px, 0, 0);
1014
+ transform: translate3d(20px, 0, 0);
1015
+ }
1016
+
1017
+ 100% {
1018
+ opacity: 0;
1019
+ -webkit-transform: translate3d(-2000px, 0, 0);
1020
+ transform: translate3d(-2000px, 0, 0);
1021
+ }
1022
+ }
1023
+
1024
+ @keyframes bounceOutLeft {
1025
+ 20% {
1026
+ opacity: 1;
1027
+ -webkit-transform: translate3d(20px, 0, 0);
1028
+ -ms-transform: translate3d(20px, 0, 0);
1029
+ transform: translate3d(20px, 0, 0);
1030
+ }
1031
+
1032
+ 100% {
1033
+ opacity: 0;
1034
+ -webkit-transform: translate3d(-2000px, 0, 0);
1035
+ -ms-transform: translate3d(-2000px, 0, 0);
1036
+ transform: translate3d(-2000px, 0, 0);
1037
+ }
1038
+ }
1039
+
1040
+ .bounceOutLeft {
1041
+ -webkit-animation-name: bounceOutLeft;
1042
+ animation-name: bounceOutLeft;
1043
+ }
1044
+
1045
+ @-webkit-keyframes bounceOutRight {
1046
+ 20% {
1047
+ opacity: 1;
1048
+ -webkit-transform: translate3d(-20px, 0, 0);
1049
+ transform: translate3d(-20px, 0, 0);
1050
+ }
1051
+
1052
+ 100% {
1053
+ opacity: 0;
1054
+ -webkit-transform: translate3d(2000px, 0, 0);
1055
+ transform: translate3d(2000px, 0, 0);
1056
+ }
1057
+ }
1058
+
1059
+ @keyframes bounceOutRight {
1060
+ 20% {
1061
+ opacity: 1;
1062
+ -webkit-transform: translate3d(-20px, 0, 0);
1063
+ -ms-transform: translate3d(-20px, 0, 0);
1064
+ transform: translate3d(-20px, 0, 0);
1065
+ }
1066
+
1067
+ 100% {
1068
+ opacity: 0;
1069
+ -webkit-transform: translate3d(2000px, 0, 0);
1070
+ -ms-transform: translate3d(2000px, 0, 0);
1071
+ transform: translate3d(2000px, 0, 0);
1072
+ }
1073
+ }
1074
+
1075
+ .bounceOutRight {
1076
+ -webkit-animation-name: bounceOutRight;
1077
+ animation-name: bounceOutRight;
1078
+ }
1079
+
1080
+ @-webkit-keyframes bounceOutUp {
1081
+ 20% {
1082
+ -webkit-transform: translate3d(0, -10px, 0);
1083
+ transform: translate3d(0, -10px, 0);
1084
+ }
1085
+
1086
+ 40%, 45% {
1087
+ opacity: 1;
1088
+ -webkit-transform: translate3d(0, 20px, 0);
1089
+ transform: translate3d(0, 20px, 0);
1090
+ }
1091
+
1092
+ 100% {
1093
+ opacity: 0;
1094
+ -webkit-transform: translate3d(0, -2000px, 0);
1095
+ transform: translate3d(0, -2000px, 0);
1096
+ }
1097
+ }
1098
+
1099
+ @keyframes bounceOutUp {
1100
+ 20% {
1101
+ -webkit-transform: translate3d(0, -10px, 0);
1102
+ -ms-transform: translate3d(0, -10px, 0);
1103
+ transform: translate3d(0, -10px, 0);
1104
+ }
1105
+
1106
+ 40%, 45% {
1107
+ opacity: 1;
1108
+ -webkit-transform: translate3d(0, 20px, 0);
1109
+ -ms-transform: translate3d(0, 20px, 0);
1110
+ transform: translate3d(0, 20px, 0);
1111
+ }
1112
+
1113
+ 100% {
1114
+ opacity: 0;
1115
+ -webkit-transform: translate3d(0, -2000px, 0);
1116
+ -ms-transform: translate3d(0, -2000px, 0);
1117
+ transform: translate3d(0, -2000px, 0);
1118
+ }
1119
+ }
1120
+
1121
+ .bounceOutUp {
1122
+ -webkit-animation-name: bounceOutUp;
1123
+ animation-name: bounceOutUp;
1124
+ }
1125
+
1126
+ @-webkit-keyframes fadeIn {
1127
+ 0% {
1128
+ opacity: 0;
1129
+ }
1130
+
1131
+ 100% {
1132
+ opacity: 1;
1133
+ }
1134
+ }
1135
+
1136
+ @keyframes fadeIn {
1137
+ 0% {
1138
+ opacity: 0;
1139
+ }
1140
+
1141
+ 100% {
1142
+ opacity: 1;
1143
+ }
1144
+ }
1145
+
1146
+ .fadeIn {
1147
+ -webkit-animation-name: fadeIn;
1148
+ animation-name: fadeIn;
1149
+ }
1150
+
1151
+ @-webkit-keyframes fadeInDown {
1152
+ 0% {
1153
+ opacity: 0;
1154
+ -webkit-transform: translate3d(0, -100%, 0);
1155
+ transform: translate3d(0, -100%, 0);
1156
+ }
1157
+
1158
+ 100% {
1159
+ opacity: 1;
1160
+ -webkit-transform: none;
1161
+ transform: none;
1162
+ }
1163
+ }
1164
+
1165
+ @keyframes fadeInDown {
1166
+ 0% {
1167
+ opacity: 0;
1168
+ -webkit-transform: translate3d(0, -100%, 0);
1169
+ -ms-transform: translate3d(0, -100%, 0);
1170
+ transform: translate3d(0, -100%, 0);
1171
+ }
1172
+
1173
+ 100% {
1174
+ opacity: 1;
1175
+ -webkit-transform: none;
1176
+ -ms-transform: none;
1177
+ transform: none;
1178
+ }
1179
+ }
1180
+
1181
+ .fadeInDown {
1182
+ -webkit-animation-name: fadeInDown;
1183
+ animation-name: fadeInDown;
1184
+ }
1185
+
1186
+ @-webkit-keyframes fadeInDownBig {
1187
+ 0% {
1188
+ opacity: 0;
1189
+ -webkit-transform: translate3d(0, -2000px, 0);
1190
+ transform: translate3d(0, -2000px, 0);
1191
+ }
1192
+
1193
+ 100% {
1194
+ opacity: 1;
1195
+ -webkit-transform: none;
1196
+ transform: none;
1197
+ }
1198
+ }
1199
+
1200
+ @keyframes fadeInDownBig {
1201
+ 0% {
1202
+ opacity: 0;
1203
+ -webkit-transform: translate3d(0, -2000px, 0);
1204
+ -ms-transform: translate3d(0, -2000px, 0);
1205
+ transform: translate3d(0, -2000px, 0);
1206
+ }
1207
+
1208
+ 100% {
1209
+ opacity: 1;
1210
+ -webkit-transform: none;
1211
+ -ms-transform: none;
1212
+ transform: none;
1213
+ }
1214
+ }
1215
+
1216
+ .fadeInDownBig {
1217
+ -webkit-animation-name: fadeInDownBig;
1218
+ animation-name: fadeInDownBig;
1219
+ }
1220
+
1221
+ @-webkit-keyframes fadeInLeft {
1222
+ 0% {
1223
+ opacity: 0;
1224
+ -webkit-transform: translate3d(-100%, 0, 0);
1225
+ transform: translate3d(-100%, 0, 0);
1226
+ }
1227
+
1228
+ 100% {
1229
+ opacity: 1;
1230
+ -webkit-transform: none;
1231
+ transform: none;
1232
+ }
1233
+ }
1234
+
1235
+ @keyframes fadeInLeft {
1236
+ 0% {
1237
+ opacity: 0;
1238
+ -webkit-transform: translate3d(-100%, 0, 0);
1239
+ -ms-transform: translate3d(-100%, 0, 0);
1240
+ transform: translate3d(-100%, 0, 0);
1241
+ }
1242
+
1243
+ 100% {
1244
+ opacity: 1;
1245
+ -webkit-transform: none;
1246
+ -ms-transform: none;
1247
+ transform: none;
1248
+ }
1249
+ }
1250
+
1251
+ .fadeInLeft {
1252
+ -webkit-animation-name: fadeInLeft;
1253
+ animation-name: fadeInLeft;
1254
+ }
1255
+
1256
+ @-webkit-keyframes fadeInLeftBig {
1257
+ 0% {
1258
+ opacity: 0;
1259
+ -webkit-transform: translate3d(-2000px, 0, 0);
1260
+ transform: translate3d(-2000px, 0, 0);
1261
+ }
1262
+
1263
+ 100% {
1264
+ opacity: 1;
1265
+ -webkit-transform: none;
1266
+ transform: none;
1267
+ }
1268
+ }
1269
+
1270
+ @keyframes fadeInLeftBig {
1271
+ 0% {
1272
+ opacity: 0;
1273
+ -webkit-transform: translate3d(-2000px, 0, 0);
1274
+ -ms-transform: translate3d(-2000px, 0, 0);
1275
+ transform: translate3d(-2000px, 0, 0);
1276
+ }
1277
+
1278
+ 100% {
1279
+ opacity: 1;
1280
+ -webkit-transform: none;
1281
+ -ms-transform: none;
1282
+ transform: none;
1283
+ }
1284
+ }
1285
+
1286
+ .fadeInLeftBig {
1287
+ -webkit-animation-name: fadeInLeftBig;
1288
+ animation-name: fadeInLeftBig;
1289
+ }
1290
+
1291
+ @-webkit-keyframes fadeInRight {
1292
+ 0% {
1293
+ opacity: 0;
1294
+ -webkit-transform: translate3d(100%, 0, 0);
1295
+ transform: translate3d(100%, 0, 0);
1296
+ }
1297
+
1298
+ 100% {
1299
+ opacity: 1;
1300
+ -webkit-transform: none;
1301
+ transform: none;
1302
+ }
1303
+ }
1304
+
1305
+ @keyframes fadeInRight {
1306
+ 0% {
1307
+ opacity: 0;
1308
+ -webkit-transform: translate3d(100%, 0, 0);
1309
+ -ms-transform: translate3d(100%, 0, 0);
1310
+ transform: translate3d(100%, 0, 0);
1311
+ }
1312
+
1313
+ 100% {
1314
+ opacity: 1;
1315
+ -webkit-transform: none;
1316
+ -ms-transform: none;
1317
+ transform: none;
1318
+ }
1319
+ }
1320
+
1321
+ .fadeInRight {
1322
+ -webkit-animation-name: fadeInRight;
1323
+ animation-name: fadeInRight;
1324
+ }
1325
+
1326
+ @-webkit-keyframes fadeInRightBig {
1327
+ 0% {
1328
+ opacity: 0;
1329
+ -webkit-transform: translate3d(2000px, 0, 0);
1330
+ transform: translate3d(2000px, 0, 0);
1331
+ }
1332
+
1333
+ 100% {
1334
+ opacity: 1;
1335
+ -webkit-transform: none;
1336
+ transform: none;
1337
+ }
1338
+ }
1339
+
1340
+ @keyframes fadeInRightBig {
1341
+ 0% {
1342
+ opacity: 0;
1343
+ -webkit-transform: translate3d(2000px, 0, 0);
1344
+ -ms-transform: translate3d(2000px, 0, 0);
1345
+ transform: translate3d(2000px, 0, 0);
1346
+ }
1347
+
1348
+ 100% {
1349
+ opacity: 1;
1350
+ -webkit-transform: none;
1351
+ -ms-transform: none;
1352
+ transform: none;
1353
+ }
1354
+ }
1355
+
1356
+ .fadeInRightBig {
1357
+ -webkit-animation-name: fadeInRightBig;
1358
+ animation-name: fadeInRightBig;
1359
+ }
1360
+
1361
+ @-webkit-keyframes fadeInUp {
1362
+ 0% {
1363
+ opacity: 0;
1364
+ -webkit-transform: translate3d(0, 100%, 0);
1365
+ transform: translate3d(0, 100%, 0);
1366
+ }
1367
+
1368
+ 100% {
1369
+ opacity: 1;
1370
+ -webkit-transform: none;
1371
+ transform: none;
1372
+ }
1373
+ }
1374
+
1375
+ @keyframes fadeInUp {
1376
+ 0% {
1377
+ opacity: 0;
1378
+ -webkit-transform: translate3d(0, 100%, 0);
1379
+ -ms-transform: translate3d(0, 100%, 0);
1380
+ transform: translate3d(0, 100%, 0);
1381
+ }
1382
+
1383
+ 100% {
1384
+ opacity: 1;
1385
+ -webkit-transform: none;
1386
+ -ms-transform: none;
1387
+ transform: none;
1388
+ }
1389
+ }
1390
+
1391
+ .fadeInUp {
1392
+ -webkit-animation-name: fadeInUp;
1393
+ animation-name: fadeInUp;
1394
+ }
1395
+
1396
+ @-webkit-keyframes fadeInUpBig {
1397
+ 0% {
1398
+ opacity: 0;
1399
+ -webkit-transform: translate3d(0, 2000px, 0);
1400
+ transform: translate3d(0, 2000px, 0);
1401
+ }
1402
+
1403
+ 100% {
1404
+ opacity: 1;
1405
+ -webkit-transform: none;
1406
+ transform: none;
1407
+ }
1408
+ }
1409
+
1410
+ @keyframes fadeInUpBig {
1411
+ 0% {
1412
+ opacity: 0;
1413
+ -webkit-transform: translate3d(0, 2000px, 0);
1414
+ -ms-transform: translate3d(0, 2000px, 0);
1415
+ transform: translate3d(0, 2000px, 0);
1416
+ }
1417
+
1418
+ 100% {
1419
+ opacity: 1;
1420
+ -webkit-transform: none;
1421
+ -ms-transform: none;
1422
+ transform: none;
1423
+ }
1424
+ }
1425
+
1426
+ .fadeInUpBig {
1427
+ -webkit-animation-name: fadeInUpBig;
1428
+ animation-name: fadeInUpBig;
1429
+ }
1430
+
1431
+ @-webkit-keyframes fadeOut {
1432
+ 0% {
1433
+ opacity: 1;
1434
+ }
1435
+
1436
+ 100% {
1437
+ opacity: 0;
1438
+ }
1439
+ }
1440
+
1441
+ @keyframes fadeOut {
1442
+ 0% {
1443
+ opacity: 1;
1444
+ }
1445
+
1446
+ 100% {
1447
+ opacity: 0;
1448
+ }
1449
+ }
1450
+
1451
+ .fadeOut {
1452
+ -webkit-animation-name: fadeOut;
1453
+ animation-name: fadeOut;
1454
+ }
1455
+
1456
+ @-webkit-keyframes fadeOutDown {
1457
+ 0% {
1458
+ opacity: 1;
1459
+ }
1460
+
1461
+ 100% {
1462
+ opacity: 0;
1463
+ -webkit-transform: translate3d(0, 100%, 0);
1464
+ transform: translate3d(0, 100%, 0);
1465
+ }
1466
+ }
1467
+
1468
+ @keyframes fadeOutDown {
1469
+ 0% {
1470
+ opacity: 1;
1471
+ }
1472
+
1473
+ 100% {
1474
+ opacity: 0;
1475
+ -webkit-transform: translate3d(0, 100%, 0);
1476
+ -ms-transform: translate3d(0, 100%, 0);
1477
+ transform: translate3d(0, 100%, 0);
1478
+ }
1479
+ }
1480
+
1481
+ .fadeOutDown {
1482
+ -webkit-animation-name: fadeOutDown;
1483
+ animation-name: fadeOutDown;
1484
+ }
1485
+
1486
+ @-webkit-keyframes fadeOutDownBig {
1487
+ 0% {
1488
+ opacity: 1;
1489
+ }
1490
+
1491
+ 100% {
1492
+ opacity: 0;
1493
+ -webkit-transform: translate3d(0, 2000px, 0);
1494
+ transform: translate3d(0, 2000px, 0);
1495
+ }
1496
+ }
1497
+
1498
+ @keyframes fadeOutDownBig {
1499
+ 0% {
1500
+ opacity: 1;
1501
+ }
1502
+
1503
+ 100% {
1504
+ opacity: 0;
1505
+ -webkit-transform: translate3d(0, 2000px, 0);
1506
+ -ms-transform: translate3d(0, 2000px, 0);
1507
+ transform: translate3d(0, 2000px, 0);
1508
+ }
1509
+ }
1510
+
1511
+ .fadeOutDownBig {
1512
+ -webkit-animation-name: fadeOutDownBig;
1513
+ animation-name: fadeOutDownBig;
1514
+ }
1515
+
1516
+ @-webkit-keyframes fadeOutLeft {
1517
+ 0% {
1518
+ opacity: 1;
1519
+ }
1520
+
1521
+ 100% {
1522
+ opacity: 0;
1523
+ -webkit-transform: translate3d(-100%, 0, 0);
1524
+ transform: translate3d(-100%, 0, 0);
1525
+ }
1526
+ }
1527
+
1528
+ @keyframes fadeOutLeft {
1529
+ 0% {
1530
+ opacity: 1;
1531
+ }
1532
+
1533
+ 100% {
1534
+ opacity: 0;
1535
+ -webkit-transform: translate3d(-100%, 0, 0);
1536
+ -ms-transform: translate3d(-100%, 0, 0);
1537
+ transform: translate3d(-100%, 0, 0);
1538
+ }
1539
+ }
1540
+
1541
+ .fadeOutLeft {
1542
+ -webkit-animation-name: fadeOutLeft;
1543
+ animation-name: fadeOutLeft;
1544
+ }
1545
+
1546
+ @-webkit-keyframes fadeOutLeftBig {
1547
+ 0% {
1548
+ opacity: 1;
1549
+ }
1550
+
1551
+ 100% {
1552
+ opacity: 0;
1553
+ -webkit-transform: translate3d(-2000px, 0, 0);
1554
+ transform: translate3d(-2000px, 0, 0);
1555
+ }
1556
+ }
1557
+
1558
+ @keyframes fadeOutLeftBig {
1559
+ 0% {
1560
+ opacity: 1;
1561
+ }
1562
+
1563
+ 100% {
1564
+ opacity: 0;
1565
+ -webkit-transform: translate3d(-2000px, 0, 0);
1566
+ -ms-transform: translate3d(-2000px, 0, 0);
1567
+ transform: translate3d(-2000px, 0, 0);
1568
+ }
1569
+ }
1570
+
1571
+ .fadeOutLeftBig {
1572
+ -webkit-animation-name: fadeOutLeftBig;
1573
+ animation-name: fadeOutLeftBig;
1574
+ }
1575
+
1576
+ @-webkit-keyframes fadeOutRight {
1577
+ 0% {
1578
+ opacity: 1;
1579
+ }
1580
+
1581
+ 100% {
1582
+ opacity: 0;
1583
+ -webkit-transform: translate3d(100%, 0, 0);
1584
+ transform: translate3d(100%, 0, 0);
1585
+ }
1586
+ }
1587
+
1588
+ @keyframes fadeOutRight {
1589
+ 0% {
1590
+ opacity: 1;
1591
+ }
1592
+
1593
+ 100% {
1594
+ opacity: 0;
1595
+ -webkit-transform: translate3d(100%, 0, 0);
1596
+ -ms-transform: translate3d(100%, 0, 0);
1597
+ transform: translate3d(100%, 0, 0);
1598
+ }
1599
+ }
1600
+
1601
+ .fadeOutRight {
1602
+ -webkit-animation-name: fadeOutRight;
1603
+ animation-name: fadeOutRight;
1604
+ }
1605
+
1606
+ @-webkit-keyframes fadeOutRightBig {
1607
+ 0% {
1608
+ opacity: 1;
1609
+ }
1610
+
1611
+ 100% {
1612
+ opacity: 0;
1613
+ -webkit-transform: translate3d(2000px, 0, 0);
1614
+ transform: translate3d(2000px, 0, 0);
1615
+ }
1616
+ }
1617
+
1618
+ @keyframes fadeOutRightBig {
1619
+ 0% {
1620
+ opacity: 1;
1621
+ }
1622
+
1623
+ 100% {
1624
+ opacity: 0;
1625
+ -webkit-transform: translate3d(2000px, 0, 0);
1626
+ -ms-transform: translate3d(2000px, 0, 0);
1627
+ transform: translate3d(2000px, 0, 0);
1628
+ }
1629
+ }
1630
+
1631
+ .fadeOutRightBig {
1632
+ -webkit-animation-name: fadeOutRightBig;
1633
+ animation-name: fadeOutRightBig;
1634
+ }
1635
+
1636
+ @-webkit-keyframes fadeOutUp {
1637
+ 0% {
1638
+ opacity: 1;
1639
+ }
1640
+
1641
+ 100% {
1642
+ opacity: 0;
1643
+ -webkit-transform: translate3d(0, -100%, 0);
1644
+ transform: translate3d(0, -100%, 0);
1645
+ }
1646
+ }
1647
+
1648
+ @keyframes fadeOutUp {
1649
+ 0% {
1650
+ opacity: 1;
1651
+ }
1652
+
1653
+ 100% {
1654
+ opacity: 0;
1655
+ -webkit-transform: translate3d(0, -100%, 0);
1656
+ -ms-transform: translate3d(0, -100%, 0);
1657
+ transform: translate3d(0, -100%, 0);
1658
+ }
1659
+ }
1660
+
1661
+ .fadeOutUp {
1662
+ -webkit-animation-name: fadeOutUp;
1663
+ animation-name: fadeOutUp;
1664
+ }
1665
+
1666
+ @-webkit-keyframes fadeOutUpBig {
1667
+ 0% {
1668
+ opacity: 1;
1669
+ }
1670
+
1671
+ 100% {
1672
+ opacity: 0;
1673
+ -webkit-transform: translate3d(0, -2000px, 0);
1674
+ transform: translate3d(0, -2000px, 0);
1675
+ }
1676
+ }
1677
+
1678
+ @keyframes fadeOutUpBig {
1679
+ 0% {
1680
+ opacity: 1;
1681
+ }
1682
+
1683
+ 100% {
1684
+ opacity: 0;
1685
+ -webkit-transform: translate3d(0, -2000px, 0);
1686
+ -ms-transform: translate3d(0, -2000px, 0);
1687
+ transform: translate3d(0, -2000px, 0);
1688
+ }
1689
+ }
1690
+
1691
+ .fadeOutUpBig {
1692
+ -webkit-animation-name: fadeOutUpBig;
1693
+ animation-name: fadeOutUpBig;
1694
+ }
1695
+
1696
+ @-webkit-keyframes flip {
1697
+ 0% {
1698
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1699
+ transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1700
+ -webkit-animation-timing-function: ease-out;
1701
+ animation-timing-function: ease-out;
1702
+ }
1703
+
1704
+ 40% {
1705
+ -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
1706
+ transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
1707
+ -webkit-animation-timing-function: ease-out;
1708
+ animation-timing-function: ease-out;
1709
+ }
1710
+
1711
+ 50% {
1712
+ -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
1713
+ transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
1714
+ -webkit-animation-timing-function: ease-in;
1715
+ animation-timing-function: ease-in;
1716
+ }
1717
+
1718
+ 80% {
1719
+ -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
1720
+ transform: perspective(400px) scale3d(.95, .95, .95);
1721
+ -webkit-animation-timing-function: ease-in;
1722
+ animation-timing-function: ease-in;
1723
+ }
1724
+
1725
+ 100% {
1726
+ -webkit-transform: perspective(400px);
1727
+ transform: perspective(400px);
1728
+ -webkit-animation-timing-function: ease-in;
1729
+ animation-timing-function: ease-in;
1730
+ }
1731
+ }
1732
+
1733
+ @keyframes flip {
1734
+ 0% {
1735
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1736
+ -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1737
+ transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1738
+ -webkit-animation-timing-function: ease-out;
1739
+ animation-timing-function: ease-out;
1740
+ }
1741
+
1742
+ 40% {
1743
+ -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
1744
+ -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
1745
+ transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
1746
+ -webkit-animation-timing-function: ease-out;
1747
+ animation-timing-function: ease-out;
1748
+ }
1749
+
1750
+ 50% {
1751
+ -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
1752
+ -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
1753
+ transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
1754
+ -webkit-animation-timing-function: ease-in;
1755
+ animation-timing-function: ease-in;
1756
+ }
1757
+
1758
+ 80% {
1759
+ -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
1760
+ -ms-transform: perspective(400px) scale3d(.95, .95, .95);
1761
+ transform: perspective(400px) scale3d(.95, .95, .95);
1762
+ -webkit-animation-timing-function: ease-in;
1763
+ animation-timing-function: ease-in;
1764
+ }
1765
+
1766
+ 100% {
1767
+ -webkit-transform: perspective(400px);
1768
+ -ms-transform: perspective(400px);
1769
+ transform: perspective(400px);
1770
+ -webkit-animation-timing-function: ease-in;
1771
+ animation-timing-function: ease-in;
1772
+ }
1773
+ }
1774
+
1775
+ .animated.flip {
1776
+ -webkit-backface-visibility: visible;
1777
+ -ms-backface-visibility: visible;
1778
+ backface-visibility: visible;
1779
+ -webkit-animation-name: flip;
1780
+ animation-name: flip;
1781
+ }
1782
+
1783
+ @-webkit-keyframes flipInX {
1784
+ 0% {
1785
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1786
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1787
+ -webkit-transition-timing-function: ease-in;
1788
+ transition-timing-function: ease-in;
1789
+ opacity: 0;
1790
+ }
1791
+
1792
+ 40% {
1793
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1794
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1795
+ -webkit-transition-timing-function: ease-in;
1796
+ transition-timing-function: ease-in;
1797
+ }
1798
+
1799
+ 60% {
1800
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1801
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1802
+ opacity: 1;
1803
+ }
1804
+
1805
+ 80% {
1806
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1807
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1808
+ }
1809
+
1810
+ 100% {
1811
+ -webkit-transform: perspective(400px);
1812
+ transform: perspective(400px);
1813
+ }
1814
+ }
1815
+
1816
+ @keyframes flipInX {
1817
+ 0% {
1818
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1819
+ -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1820
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1821
+ -webkit-transition-timing-function: ease-in;
1822
+ transition-timing-function: ease-in;
1823
+ opacity: 0;
1824
+ }
1825
+
1826
+ 40% {
1827
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1828
+ -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1829
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1830
+ -webkit-transition-timing-function: ease-in;
1831
+ transition-timing-function: ease-in;
1832
+ }
1833
+
1834
+ 60% {
1835
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1836
+ -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1837
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1838
+ opacity: 1;
1839
+ }
1840
+
1841
+ 80% {
1842
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1843
+ -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1844
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1845
+ }
1846
+
1847
+ 100% {
1848
+ -webkit-transform: perspective(400px);
1849
+ -ms-transform: perspective(400px);
1850
+ transform: perspective(400px);
1851
+ }
1852
+ }
1853
+
1854
+ .flipInX {
1855
+ -webkit-backface-visibility: visible !important;
1856
+ -ms-backface-visibility: visible !important;
1857
+ backface-visibility: visible !important;
1858
+ -webkit-animation-name: flipInX;
1859
+ animation-name: flipInX;
1860
+ }
1861
+
1862
+ @-webkit-keyframes flipInY {
1863
+ 0% {
1864
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1865
+ transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1866
+ -webkit-transition-timing-function: ease-in;
1867
+ transition-timing-function: ease-in;
1868
+ opacity: 0;
1869
+ }
1870
+
1871
+ 40% {
1872
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1873
+ transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1874
+ -webkit-transition-timing-function: ease-in;
1875
+ transition-timing-function: ease-in;
1876
+ }
1877
+
1878
+ 60% {
1879
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
1880
+ transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
1881
+ opacity: 1;
1882
+ }
1883
+
1884
+ 80% {
1885
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1886
+ transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1887
+ }
1888
+
1889
+ 100% {
1890
+ -webkit-transform: perspective(400px);
1891
+ transform: perspective(400px);
1892
+ }
1893
+ }
1894
+
1895
+ @keyframes flipInY {
1896
+ 0% {
1897
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1898
+ -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1899
+ transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1900
+ -webkit-transition-timing-function: ease-in;
1901
+ transition-timing-function: ease-in;
1902
+ opacity: 0;
1903
+ }
1904
+
1905
+ 40% {
1906
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1907
+ -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1908
+ transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1909
+ -webkit-transition-timing-function: ease-in;
1910
+ transition-timing-function: ease-in;
1911
+ }
1912
+
1913
+ 60% {
1914
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
1915
+ -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
1916
+ transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
1917
+ opacity: 1;
1918
+ }
1919
+
1920
+ 80% {
1921
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1922
+ -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1923
+ transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1924
+ }
1925
+
1926
+ 100% {
1927
+ -webkit-transform: perspective(400px);
1928
+ -ms-transform: perspective(400px);
1929
+ transform: perspective(400px);
1930
+ }
1931
+ }
1932
+
1933
+ .flipInY {
1934
+ -webkit-backface-visibility: visible !important;
1935
+ -ms-backface-visibility: visible !important;
1936
+ backface-visibility: visible !important;
1937
+ -webkit-animation-name: flipInY;
1938
+ animation-name: flipInY;
1939
+ }
1940
+
1941
+ @-webkit-keyframes flipOutX {
1942
+ 0% {
1943
+ -webkit-transform: perspective(400px);
1944
+ transform: perspective(400px);
1945
+ }
1946
+
1947
+ 30% {
1948
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1949
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1950
+ opacity: 1;
1951
+ }
1952
+
1953
+ 100% {
1954
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1955
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1956
+ opacity: 0;
1957
+ }
1958
+ }
1959
+
1960
+ @keyframes flipOutX {
1961
+ 0% {
1962
+ -webkit-transform: perspective(400px);
1963
+ -ms-transform: perspective(400px);
1964
+ transform: perspective(400px);
1965
+ }
1966
+
1967
+ 30% {
1968
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1969
+ -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1970
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1971
+ opacity: 1;
1972
+ }
1973
+
1974
+ 100% {
1975
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1976
+ -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1977
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1978
+ opacity: 0;
1979
+ }
1980
+ }
1981
+
1982
+ .flipOutX {
1983
+ -webkit-animation-name: flipOutX;
1984
+ animation-name: flipOutX;
1985
+ -webkit-animation-duration: .75s;
1986
+ animation-duration: .75s;
1987
+ -webkit-backface-visibility: visible !important;
1988
+ -ms-backface-visibility: visible !important;
1989
+ backface-visibility: visible !important;
1990
+ }
1991
+
1992
+ @-webkit-keyframes flipOutY {
1993
+ 0% {
1994
+ -webkit-transform: perspective(400px);
1995
+ transform: perspective(400px);
1996
+ }
1997
+
1998
+ 30% {
1999
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2000
+ transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2001
+ opacity: 1;
2002
+ }
2003
+
2004
+ 100% {
2005
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2006
+ transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2007
+ opacity: 0;
2008
+ }
2009
+ }
2010
+
2011
+ @keyframes flipOutY {
2012
+ 0% {
2013
+ -webkit-transform: perspective(400px);
2014
+ -ms-transform: perspective(400px);
2015
+ transform: perspective(400px);
2016
+ }
2017
+
2018
+ 30% {
2019
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2020
+ -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2021
+ transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2022
+ opacity: 1;
2023
+ }
2024
+
2025
+ 100% {
2026
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2027
+ -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2028
+ transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2029
+ opacity: 0;
2030
+ }
2031
+ }
2032
+
2033
+ .flipOutY {
2034
+ -webkit-backface-visibility: visible !important;
2035
+ -ms-backface-visibility: visible !important;
2036
+ backface-visibility: visible !important;
2037
+ -webkit-animation-name: flipOutY;
2038
+ animation-name: flipOutY;
2039
+ -webkit-animation-duration: .75s;
2040
+ animation-duration: .75s;
2041
+ }
2042
+
2043
+ @-webkit-keyframes lightSpeedIn {
2044
+ 0% {
2045
+ -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
2046
+ transform: translate3d(100%, 0, 0) skewX(-30deg);
2047
+ opacity: 0;
2048
+ }
2049
+
2050
+ 60% {
2051
+ -webkit-transform: skewX(20deg);
2052
+ transform: skewX(20deg);
2053
+ opacity: 1;
2054
+ }
2055
+
2056
+ 80% {
2057
+ -webkit-transform: skewX(-5deg);
2058
+ transform: skewX(-5deg);
2059
+ opacity: 1;
2060
+ }
2061
+
2062
+ 100% {
2063
+ -webkit-transform: none;
2064
+ transform: none;
2065
+ opacity: 1;
2066
+ }
2067
+ }
2068
+
2069
+ @keyframes lightSpeedIn {
2070
+ 0% {
2071
+ -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
2072
+ -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
2073
+ transform: translate3d(100%, 0, 0) skewX(-30deg);
2074
+ opacity: 0;
2075
+ }
2076
+
2077
+ 60% {
2078
+ -webkit-transform: skewX(20deg);
2079
+ -ms-transform: skewX(20deg);
2080
+ transform: skewX(20deg);
2081
+ opacity: 1;
2082
+ }
2083
+
2084
+ 80% {
2085
+ -webkit-transform: skewX(-5deg);
2086
+ -ms-transform: skewX(-5deg);
2087
+ transform: skewX(-5deg);
2088
+ opacity: 1;
2089
+ }
2090
+
2091
+ 100% {
2092
+ -webkit-transform: none;
2093
+ -ms-transform: none;
2094
+ transform: none;
2095
+ opacity: 1;
2096
+ }
2097
+ }
2098
+
2099
+ .lightSpeedIn {
2100
+ -webkit-animation-name: lightSpeedIn;
2101
+ animation-name: lightSpeedIn;
2102
+ -webkit-animation-timing-function: ease-out;
2103
+ animation-timing-function: ease-out;
2104
+ }
2105
+
2106
+ @-webkit-keyframes lightSpeedOut {
2107
+ 0% {
2108
+ opacity: 1;
2109
+ }
2110
+
2111
+ 100% {
2112
+ -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
2113
+ transform: translate3d(100%, 0, 0) skewX(30deg);
2114
+ opacity: 0;
2115
+ }
2116
+ }
2117
+
2118
+ @keyframes lightSpeedOut {
2119
+ 0% {
2120
+ opacity: 1;
2121
+ }
2122
+
2123
+ 100% {
2124
+ -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
2125
+ -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
2126
+ transform: translate3d(100%, 0, 0) skewX(30deg);
2127
+ opacity: 0;
2128
+ }
2129
+ }
2130
+
2131
+ .lightSpeedOut {
2132
+ -webkit-animation-name: lightSpeedOut;
2133
+ animation-name: lightSpeedOut;
2134
+ -webkit-animation-timing-function: ease-in;
2135
+ animation-timing-function: ease-in;
2136
+ }
2137
+
2138
+ @-webkit-keyframes rotateIn {
2139
+ 0% {
2140
+ -webkit-transform-origin: center;
2141
+ transform-origin: center;
2142
+ -webkit-transform: rotate3d(0, 0, 1, -200deg);
2143
+ transform: rotate3d(0, 0, 1, -200deg);
2144
+ opacity: 0;
2145
+ }
2146
+
2147
+ 100% {
2148
+ -webkit-transform-origin: center;
2149
+ transform-origin: center;
2150
+ -webkit-transform: none;
2151
+ transform: none;
2152
+ opacity: 1;
2153
+ }
2154
+ }
2155
+
2156
+ @keyframes rotateIn {
2157
+ 0% {
2158
+ -webkit-transform-origin: center;
2159
+ -ms-transform-origin: center;
2160
+ transform-origin: center;
2161
+ -webkit-transform: rotate3d(0, 0, 1, -200deg);
2162
+ -ms-transform: rotate3d(0, 0, 1, -200deg);
2163
+ transform: rotate3d(0, 0, 1, -200deg);
2164
+ opacity: 0;
2165
+ }
2166
+
2167
+ 100% {
2168
+ -webkit-transform-origin: center;
2169
+ -ms-transform-origin: center;
2170
+ transform-origin: center;
2171
+ -webkit-transform: none;
2172
+ -ms-transform: none;
2173
+ transform: none;
2174
+ opacity: 1;
2175
+ }
2176
+ }
2177
+
2178
+ .rotateIn {
2179
+ -webkit-animation-name: rotateIn;
2180
+ animation-name: rotateIn;
2181
+ }
2182
+
2183
+ @-webkit-keyframes rotateInDownLeft {
2184
+ 0% {
2185
+ -webkit-transform-origin: left bottom;
2186
+ transform-origin: left bottom;
2187
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
2188
+ transform: rotate3d(0, 0, 1, -45deg);
2189
+ opacity: 0;
2190
+ }
2191
+
2192
+ 100% {
2193
+ -webkit-transform-origin: left bottom;
2194
+ transform-origin: left bottom;
2195
+ -webkit-transform: none;
2196
+ transform: none;
2197
+ opacity: 1;
2198
+ }
2199
+ }
2200
+
2201
+ @keyframes rotateInDownLeft {
2202
+ 0% {
2203
+ -webkit-transform-origin: left bottom;
2204
+ -ms-transform-origin: left bottom;
2205
+ transform-origin: left bottom;
2206
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
2207
+ -ms-transform: rotate3d(0, 0, 1, -45deg);
2208
+ transform: rotate3d(0, 0, 1, -45deg);
2209
+ opacity: 0;
2210
+ }
2211
+
2212
+ 100% {
2213
+ -webkit-transform-origin: left bottom;
2214
+ -ms-transform-origin: left bottom;
2215
+ transform-origin: left bottom;
2216
+ -webkit-transform: none;
2217
+ -ms-transform: none;
2218
+ transform: none;
2219
+ opacity: 1;
2220
+ }
2221
+ }
2222
+
2223
+ .rotateInDownLeft {
2224
+ -webkit-animation-name: rotateInDownLeft;
2225
+ animation-name: rotateInDownLeft;
2226
+ }
2227
+
2228
+ @-webkit-keyframes rotateInDownRight {
2229
+ 0% {
2230
+ -webkit-transform-origin: right bottom;
2231
+ transform-origin: right bottom;
2232
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
2233
+ transform: rotate3d(0, 0, 1, 45deg);
2234
+ opacity: 0;
2235
+ }
2236
+
2237
+ 100% {
2238
+ -webkit-transform-origin: right bottom;
2239
+ transform-origin: right bottom;
2240
+ -webkit-transform: none;
2241
+ transform: none;
2242
+ opacity: 1;
2243
+ }
2244
+ }
2245
+
2246
+ @keyframes rotateInDownRight {
2247
+ 0% {
2248
+ -webkit-transform-origin: right bottom;
2249
+ -ms-transform-origin: right bottom;
2250
+ transform-origin: right bottom;
2251
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
2252
+ -ms-transform: rotate3d(0, 0, 1, 45deg);
2253
+ transform: rotate3d(0, 0, 1, 45deg);
2254
+ opacity: 0;
2255
+ }
2256
+
2257
+ 100% {
2258
+ -webkit-transform-origin: right bottom;
2259
+ -ms-transform-origin: right bottom;
2260
+ transform-origin: right bottom;
2261
+ -webkit-transform: none;
2262
+ -ms-transform: none;
2263
+ transform: none;
2264
+ opacity: 1;
2265
+ }
2266
+ }
2267
+
2268
+ .rotateInDownRight {
2269
+ -webkit-animation-name: rotateInDownRight;
2270
+ animation-name: rotateInDownRight;
2271
+ }
2272
+
2273
+ @-webkit-keyframes rotateInUpLeft {
2274
+ 0% {
2275
+ -webkit-transform-origin: left bottom;
2276
+ transform-origin: left bottom;
2277
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
2278
+ transform: rotate3d(0, 0, 1, 45deg);
2279
+ opacity: 0;
2280
+ }
2281
+
2282
+ 100% {
2283
+ -webkit-transform-origin: left bottom;
2284
+ transform-origin: left bottom;
2285
+ -webkit-transform: none;
2286
+ transform: none;
2287
+ opacity: 1;
2288
+ }
2289
+ }
2290
+
2291
+ @keyframes rotateInUpLeft {
2292
+ 0% {
2293
+ -webkit-transform-origin: left bottom;
2294
+ -ms-transform-origin: left bottom;
2295
+ transform-origin: left bottom;
2296
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
2297
+ -ms-transform: rotate3d(0, 0, 1, 45deg);
2298
+ transform: rotate3d(0, 0, 1, 45deg);
2299
+ opacity: 0;
2300
+ }
2301
+
2302
+ 100% {
2303
+ -webkit-transform-origin: left bottom;
2304
+ -ms-transform-origin: left bottom;
2305
+ transform-origin: left bottom;
2306
+ -webkit-transform: none;
2307
+ -ms-transform: none;
2308
+ transform: none;
2309
+ opacity: 1;
2310
+ }
2311
+ }
2312
+
2313
+ .rotateInUpLeft {
2314
+ -webkit-animation-name: rotateInUpLeft;
2315
+ animation-name: rotateInUpLeft;
2316
+ }
2317
+
2318
+ @-webkit-keyframes rotateInUpRight {
2319
+ 0% {
2320
+ -webkit-transform-origin: right bottom;
2321
+ transform-origin: right bottom;
2322
+ -webkit-transform: rotate3d(0, 0, 1, -90deg);
2323
+ transform: rotate3d(0, 0, 1, -90deg);
2324
+ opacity: 0;
2325
+ }
2326
+
2327
+ 100% {
2328
+ -webkit-transform-origin: right bottom;
2329
+ transform-origin: right bottom;
2330
+ -webkit-transform: none;
2331
+ transform: none;
2332
+ opacity: 1;
2333
+ }
2334
+ }
2335
+
2336
+ @keyframes rotateInUpRight {
2337
+ 0% {
2338
+ -webkit-transform-origin: right bottom;
2339
+ -ms-transform-origin: right bottom;
2340
+ transform-origin: right bottom;
2341
+ -webkit-transform: rotate3d(0, 0, 1, -90deg);
2342
+ -ms-transform: rotate3d(0, 0, 1, -90deg);
2343
+ transform: rotate3d(0, 0, 1, -90deg);
2344
+ opacity: 0;
2345
+ }
2346
+
2347
+ 100% {
2348
+ -webkit-transform-origin: right bottom;
2349
+ -ms-transform-origin: right bottom;
2350
+ transform-origin: right bottom;
2351
+ -webkit-transform: none;
2352
+ -ms-transform: none;
2353
+ transform: none;
2354
+ opacity: 1;
2355
+ }
2356
+ }
2357
+
2358
+ .rotateInUpRight {
2359
+ -webkit-animation-name: rotateInUpRight;
2360
+ animation-name: rotateInUpRight;
2361
+ }
2362
+
2363
+ @-webkit-keyframes rotateOut {
2364
+ 0% {
2365
+ -webkit-transform-origin: center;
2366
+ transform-origin: center;
2367
+ opacity: 1;
2368
+ }
2369
+
2370
+ 100% {
2371
+ -webkit-transform-origin: center;
2372
+ transform-origin: center;
2373
+ -webkit-transform: rotate3d(0, 0, 1, 200deg);
2374
+ transform: rotate3d(0, 0, 1, 200deg);
2375
+ opacity: 0;
2376
+ }
2377
+ }
2378
+
2379
+ @keyframes rotateOut {
2380
+ 0% {
2381
+ -webkit-transform-origin: center;
2382
+ -ms-transform-origin: center;
2383
+ transform-origin: center;
2384
+ opacity: 1;
2385
+ }
2386
+
2387
+ 100% {
2388
+ -webkit-transform-origin: center;
2389
+ -ms-transform-origin: center;
2390
+ transform-origin: center;
2391
+ -webkit-transform: rotate3d(0, 0, 1, 200deg);
2392
+ -ms-transform: rotate3d(0, 0, 1, 200deg);
2393
+ transform: rotate3d(0, 0, 1, 200deg);
2394
+ opacity: 0;
2395
+ }
2396
+ }
2397
+
2398
+ .rotateOut {
2399
+ -webkit-animation-name: rotateOut;
2400
+ animation-name: rotateOut;
2401
+ }
2402
+
2403
+ @-webkit-keyframes rotateOutDownLeft {
2404
+ 0% {
2405
+ -webkit-transform-origin: left bottom;
2406
+ transform-origin: left bottom;
2407
+ opacity: 1;
2408
+ }
2409
+
2410
+ 100% {
2411
+ -webkit-transform-origin: left bottom;
2412
+ transform-origin: left bottom;
2413
+ -webkit-transform: rotate(0, 0, 1, 45deg);
2414
+ transform: rotate(0, 0, 1, 45deg);
2415
+ opacity: 0;
2416
+ }
2417
+ }
2418
+
2419
+ @keyframes rotateOutDownLeft {
2420
+ 0% {
2421
+ -webkit-transform-origin: left bottom;
2422
+ -ms-transform-origin: left bottom;
2423
+ transform-origin: left bottom;
2424
+ opacity: 1;
2425
+ }
2426
+
2427
+ 100% {
2428
+ -webkit-transform-origin: left bottom;
2429
+ -ms-transform-origin: left bottom;
2430
+ transform-origin: left bottom;
2431
+ -webkit-transform: rotate(0, 0, 1, 45deg);
2432
+ -ms-transform: rotate(0, 0, 1, 45deg);
2433
+ transform: rotate(0, 0, 1, 45deg);
2434
+ opacity: 0;
2435
+ }
2436
+ }
2437
+
2438
+ .rotateOutDownLeft {
2439
+ -webkit-animation-name: rotateOutDownLeft;
2440
+ animation-name: rotateOutDownLeft;
2441
+ }
2442
+
2443
+ @-webkit-keyframes rotateOutDownRight {
2444
+ 0% {
2445
+ -webkit-transform-origin: right bottom;
2446
+ transform-origin: right bottom;
2447
+ opacity: 1;
2448
+ }
2449
+
2450
+ 100% {
2451
+ -webkit-transform-origin: right bottom;
2452
+ transform-origin: right bottom;
2453
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
2454
+ transform: rotate3d(0, 0, 1, -45deg);
2455
+ opacity: 0;
2456
+ }
2457
+ }
2458
+
2459
+ @keyframes rotateOutDownRight {
2460
+ 0% {
2461
+ -webkit-transform-origin: right bottom;
2462
+ -ms-transform-origin: right bottom;
2463
+ transform-origin: right bottom;
2464
+ opacity: 1;
2465
+ }
2466
+
2467
+ 100% {
2468
+ -webkit-transform-origin: right bottom;
2469
+ -ms-transform-origin: right bottom;
2470
+ transform-origin: right bottom;
2471
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
2472
+ -ms-transform: rotate3d(0, 0, 1, -45deg);
2473
+ transform: rotate3d(0, 0, 1, -45deg);
2474
+ opacity: 0;
2475
+ }
2476
+ }
2477
+
2478
+ .rotateOutDownRight {
2479
+ -webkit-animation-name: rotateOutDownRight;
2480
+ animation-name: rotateOutDownRight;
2481
+ }
2482
+
2483
+ @-webkit-keyframes rotateOutUpLeft {
2484
+ 0% {
2485
+ -webkit-transform-origin: left bottom;
2486
+ transform-origin: left bottom;
2487
+ opacity: 1;
2488
+ }
2489
+
2490
+ 100% {
2491
+ -webkit-transform-origin: left bottom;
2492
+ transform-origin: left bottom;
2493
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
2494
+ transform: rotate3d(0, 0, 1, -45deg);
2495
+ opacity: 0;
2496
+ }
2497
+ }
2498
+
2499
+ @keyframes rotateOutUpLeft {
2500
+ 0% {
2501
+ -webkit-transform-origin: left bottom;
2502
+ -ms-transform-origin: left bottom;
2503
+ transform-origin: left bottom;
2504
+ opacity: 1;
2505
+ }
2506
+
2507
+ 100% {
2508
+ -webkit-transform-origin: left bottom;
2509
+ -ms-transform-origin: left bottom;
2510
+ transform-origin: left bottom;
2511
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
2512
+ -ms-transform: rotate3d(0, 0, 1, -45deg);
2513
+ transform: rotate3d(0, 0, 1, -45deg);
2514
+ opacity: 0;
2515
+ }
2516
+ }
2517
+
2518
+ .rotateOutUpLeft {
2519
+ -webkit-animation-name: rotateOutUpLeft;
2520
+ animation-name: rotateOutUpLeft;
2521
+ }
2522
+
2523
+ @-webkit-keyframes rotateOutUpRight {
2524
+ 0% {
2525
+ -webkit-transform-origin: right bottom;
2526
+ transform-origin: right bottom;
2527
+ opacity: 1;
2528
+ }
2529
+
2530
+ 100% {
2531
+ -webkit-transform-origin: right bottom;
2532
+ transform-origin: right bottom;
2533
+ -webkit-transform: rotate3d(0, 0, 1, 90deg);
2534
+ transform: rotate3d(0, 0, 1, 90deg);
2535
+ opacity: 0;
2536
+ }
2537
+ }
2538
+
2539
+ @keyframes rotateOutUpRight {
2540
+ 0% {
2541
+ -webkit-transform-origin: right bottom;
2542
+ -ms-transform-origin: right bottom;
2543
+ transform-origin: right bottom;
2544
+ opacity: 1;
2545
+ }
2546
+
2547
+ 100% {
2548
+ -webkit-transform-origin: right bottom;
2549
+ -ms-transform-origin: right bottom;
2550
+ transform-origin: right bottom;
2551
+ -webkit-transform: rotate3d(0, 0, 1, 90deg);
2552
+ -ms-transform: rotate3d(0, 0, 1, 90deg);
2553
+ transform: rotate3d(0, 0, 1, 90deg);
2554
+ opacity: 0;
2555
+ }
2556
+ }
2557
+
2558
+ .rotateOutUpRight {
2559
+ -webkit-animation-name: rotateOutUpRight;
2560
+ animation-name: rotateOutUpRight;
2561
+ }
2562
+
2563
+ @-webkit-keyframes hinge {
2564
+ 0% {
2565
+ -webkit-transform-origin: top left;
2566
+ transform-origin: top left;
2567
+ -webkit-animation-timing-function: ease-in-out;
2568
+ animation-timing-function: ease-in-out;
2569
+ }
2570
+
2571
+ 20%, 60% {
2572
+ -webkit-transform: rotate3d(0, 0, 1, 80deg);
2573
+ transform: rotate3d(0, 0, 1, 80deg);
2574
+ -webkit-transform-origin: top left;
2575
+ transform-origin: top left;
2576
+ -webkit-animation-timing-function: ease-in-out;
2577
+ animation-timing-function: ease-in-out;
2578
+ }
2579
+
2580
+ 40%, 80% {
2581
+ -webkit-transform: rotate3d(0, 0, 1, 60deg);
2582
+ transform: rotate3d(0, 0, 1, 60deg);
2583
+ -webkit-transform-origin: top left;
2584
+ transform-origin: top left;
2585
+ -webkit-animation-timing-function: ease-in-out;
2586
+ animation-timing-function: ease-in-out;
2587
+ opacity: 1;
2588
+ }
2589
+
2590
+ 100% {
2591
+ -webkit-transform: translate3d(0, 700px, 0);
2592
+ transform: translate3d(0, 700px, 0);
2593
+ opacity: 0;
2594
+ }
2595
+ }
2596
+
2597
+ @keyframes hinge {
2598
+ 0% {
2599
+ -webkit-transform-origin: top left;
2600
+ -ms-transform-origin: top left;
2601
+ transform-origin: top left;
2602
+ -webkit-animation-timing-function: ease-in-out;
2603
+ animation-timing-function: ease-in-out;
2604
+ }
2605
+
2606
+ 20%, 60% {
2607
+ -webkit-transform: rotate3d(0, 0, 1, 80deg);
2608
+ -ms-transform: rotate3d(0, 0, 1, 80deg);
2609
+ transform: rotate3d(0, 0, 1, 80deg);
2610
+ -webkit-transform-origin: top left;
2611
+ -ms-transform-origin: top left;
2612
+ transform-origin: top left;
2613
+ -webkit-animation-timing-function: ease-in-out;
2614
+ animation-timing-function: ease-in-out;
2615
+ }
2616
+
2617
+ 40%, 80% {
2618
+ -webkit-transform: rotate3d(0, 0, 1, 60deg);
2619
+ -ms-transform: rotate3d(0, 0, 1, 60deg);
2620
+ transform: rotate3d(0, 0, 1, 60deg);
2621
+ -webkit-transform-origin: top left;
2622
+ -ms-transform-origin: top left;
2623
+ transform-origin: top left;
2624
+ -webkit-animation-timing-function: ease-in-out;
2625
+ animation-timing-function: ease-in-out;
2626
+ opacity: 1;
2627
+ }
2628
+
2629
+ 100% {
2630
+ -webkit-transform: translate3d(0, 700px, 0);
2631
+ -ms-transform: translate3d(0, 700px, 0);
2632
+ transform: translate3d(0, 700px, 0);
2633
+ opacity: 0;
2634
+ }
2635
+ }
2636
+
2637
+ .hinge {
2638
+ -webkit-animation-name: hinge;
2639
+ animation-name: hinge;
2640
+ }
2641
+
2642
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2643
+
2644
+ @-webkit-keyframes rollIn {
2645
+ 0% {
2646
+ opacity: 0;
2647
+ -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2648
+ transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2649
+ }
2650
+
2651
+ 100% {
2652
+ opacity: 1;
2653
+ -webkit-transform: none;
2654
+ transform: none;
2655
+ }
2656
+ }
2657
+
2658
+ @keyframes rollIn {
2659
+ 0% {
2660
+ opacity: 0;
2661
+ -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2662
+ -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2663
+ transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2664
+ }
2665
+
2666
+ 100% {
2667
+ opacity: 1;
2668
+ -webkit-transform: none;
2669
+ -ms-transform: none;
2670
+ transform: none;
2671
+ }
2672
+ }
2673
+
2674
+ .rollIn {
2675
+ -webkit-animation-name: rollIn;
2676
+ animation-name: rollIn;
2677
+ }
2678
+
2679
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2680
+
2681
+ @-webkit-keyframes rollOut {
2682
+ 0% {
2683
+ opacity: 1;
2684
+ }
2685
+
2686
+ 100% {
2687
+ opacity: 0;
2688
+ -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2689
+ transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2690
+ }
2691
+ }
2692
+
2693
+ @keyframes rollOut {
2694
+ 0% {
2695
+ opacity: 1;
2696
+ }
2697
+
2698
+ 100% {
2699
+ opacity: 0;
2700
+ -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2701
+ -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2702
+ transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2703
+ }
2704
+ }
2705
+
2706
+ .rollOut {
2707
+ -webkit-animation-name: rollOut;
2708
+ animation-name: rollOut;
2709
+ }
2710
+
2711
+ @-webkit-keyframes zoomIn {
2712
+ 0% {
2713
+ opacity: 0;
2714
+ -webkit-transform: scale3d(.3, .3, .3);
2715
+ transform: scale3d(.3, .3, .3);
2716
+ }
2717
+
2718
+ 50% {
2719
+ opacity: 1;
2720
+ }
2721
+ }
2722
+
2723
+ @keyframes zoomIn {
2724
+ 0% {
2725
+ opacity: 0;
2726
+ -webkit-transform: scale3d(.3, .3, .3);
2727
+ -ms-transform: scale3d(.3, .3, .3);
2728
+ transform: scale3d(.3, .3, .3);
2729
+ }
2730
+
2731
+ 50% {
2732
+ opacity: 1;
2733
+ }
2734
+ }
2735
+
2736
+ .zoomIn {
2737
+ -webkit-animation-name: zoomIn;
2738
+ animation-name: zoomIn;
2739
+ }
2740
+
2741
+ @-webkit-keyframes zoomInDown {
2742
+ 0% {
2743
+ opacity: 0;
2744
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2745
+ transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2746
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2747
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2748
+ }
2749
+
2750
+ 60% {
2751
+ opacity: 1;
2752
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
2753
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
2754
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2755
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2756
+ }
2757
+ }
2758
+
2759
+ @keyframes zoomInDown {
2760
+ 0% {
2761
+ opacity: 0;
2762
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2763
+ -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2764
+ transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2765
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2766
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2767
+ }
2768
+
2769
+ 60% {
2770
+ opacity: 1;
2771
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
2772
+ -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
2773
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
2774
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2775
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2776
+ }
2777
+ }
2778
+
2779
+ .zoomInDown {
2780
+ -webkit-animation-name: zoomInDown;
2781
+ animation-name: zoomInDown;
2782
+ }
2783
+
2784
+ @-webkit-keyframes zoomInLeft {
2785
+ 0% {
2786
+ opacity: 0;
2787
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2788
+ transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2789
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2790
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2791
+ }
2792
+
2793
+ 60% {
2794
+ opacity: 1;
2795
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
2796
+ transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
2797
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2798
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2799
+ }
2800
+ }
2801
+
2802
+ @keyframes zoomInLeft {
2803
+ 0% {
2804
+ opacity: 0;
2805
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2806
+ -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2807
+ transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2808
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2809
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2810
+ }
2811
+
2812
+ 60% {
2813
+ opacity: 1;
2814
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
2815
+ -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
2816
+ transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
2817
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2818
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2819
+ }
2820
+ }
2821
+
2822
+ .zoomInLeft {
2823
+ -webkit-animation-name: zoomInLeft;
2824
+ animation-name: zoomInLeft;
2825
+ }
2826
+
2827
+ @-webkit-keyframes zoomInRight {
2828
+ 0% {
2829
+ opacity: 0;
2830
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2831
+ transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2832
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2833
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2834
+ }
2835
+
2836
+ 60% {
2837
+ opacity: 1;
2838
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
2839
+ transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
2840
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2841
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2842
+ }
2843
+ }
2844
+
2845
+ @keyframes zoomInRight {
2846
+ 0% {
2847
+ opacity: 0;
2848
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2849
+ -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2850
+ transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2851
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2852
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2853
+ }
2854
+
2855
+ 60% {
2856
+ opacity: 1;
2857
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
2858
+ -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
2859
+ transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
2860
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2861
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2862
+ }
2863
+ }
2864
+
2865
+ .zoomInRight {
2866
+ -webkit-animation-name: zoomInRight;
2867
+ animation-name: zoomInRight;
2868
+ }
2869
+
2870
+ @-webkit-keyframes zoomInUp {
2871
+ 0% {
2872
+ opacity: 0;
2873
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2874
+ transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2875
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2876
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2877
+ }
2878
+
2879
+ 60% {
2880
+ opacity: 1;
2881
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2882
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2883
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2884
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2885
+ }
2886
+ }
2887
+
2888
+ @keyframes zoomInUp {
2889
+ 0% {
2890
+ opacity: 0;
2891
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2892
+ -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2893
+ transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2894
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2895
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2896
+ }
2897
+
2898
+ 60% {
2899
+ opacity: 1;
2900
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2901
+ -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2902
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2903
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2904
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2905
+ }
2906
+ }
2907
+
2908
+ .zoomInUp {
2909
+ -webkit-animation-name: zoomInUp;
2910
+ animation-name: zoomInUp;
2911
+ }
2912
+
2913
+ @-webkit-keyframes zoomOut {
2914
+ 0% {
2915
+ opacity: 1;
2916
+ }
2917
+
2918
+ 50% {
2919
+ opacity: 0;
2920
+ -webkit-transform: scale3d(.3, .3, .3);
2921
+ transform: scale3d(.3, .3, .3);
2922
+ }
2923
+
2924
+ 100% {
2925
+ opacity: 0;
2926
+ }
2927
+ }
2928
+
2929
+ @keyframes zoomOut {
2930
+ 0% {
2931
+ opacity: 1;
2932
+ }
2933
+
2934
+ 50% {
2935
+ opacity: 0;
2936
+ -webkit-transform: scale3d(.3, .3, .3);
2937
+ -ms-transform: scale3d(.3, .3, .3);
2938
+ transform: scale3d(.3, .3, .3);
2939
+ }
2940
+
2941
+ 100% {
2942
+ opacity: 0;
2943
+ }
2944
+ }
2945
+
2946
+ .zoomOut {
2947
+ -webkit-animation-name: zoomOut;
2948
+ animation-name: zoomOut;
2949
+ }
2950
+
2951
+ @-webkit-keyframes zoomOutDown {
2952
+ 40% {
2953
+ opacity: 1;
2954
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2955
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2956
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2957
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2958
+ }
2959
+
2960
+ 100% {
2961
+ opacity: 0;
2962
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2963
+ transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2964
+ -webkit-transform-origin: center bottom;
2965
+ transform-origin: center bottom;
2966
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2967
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2968
+ }
2969
+ }
2970
+
2971
+ @keyframes zoomOutDown {
2972
+ 40% {
2973
+ opacity: 1;
2974
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2975
+ -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2976
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2977
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2978
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2979
+ }
2980
+
2981
+ 100% {
2982
+ opacity: 0;
2983
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2984
+ -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2985
+ transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2986
+ -webkit-transform-origin: center bottom;
2987
+ -ms-transform-origin: center bottom;
2988
+ transform-origin: center bottom;
2989
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2990
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2991
+ }
2992
+ }
2993
+
2994
+ .zoomOutDown {
2995
+ -webkit-animation-name: zoomOutDown;
2996
+ animation-name: zoomOutDown;
2997
+ }
2998
+
2999
+ @-webkit-keyframes zoomOutLeft {
3000
+ 40% {
3001
+ opacity: 1;
3002
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3003
+ transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3004
+ }
3005
+
3006
+ 100% {
3007
+ opacity: 0;
3008
+ -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3009
+ transform: scale(.1) translate3d(-2000px, 0, 0);
3010
+ -webkit-transform-origin: left center;
3011
+ transform-origin: left center;
3012
+ }
3013
+ }
3014
+
3015
+ @keyframes zoomOutLeft {
3016
+ 40% {
3017
+ opacity: 1;
3018
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3019
+ -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3020
+ transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3021
+ }
3022
+
3023
+ 100% {
3024
+ opacity: 0;
3025
+ -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3026
+ -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
3027
+ transform: scale(.1) translate3d(-2000px, 0, 0);
3028
+ -webkit-transform-origin: left center;
3029
+ -ms-transform-origin: left center;
3030
+ transform-origin: left center;
3031
+ }
3032
+ }
3033
+
3034
+ .zoomOutLeft {
3035
+ -webkit-animation-name: zoomOutLeft;
3036
+ animation-name: zoomOutLeft;
3037
+ }
3038
+
3039
+ @-webkit-keyframes zoomOutRight {
3040
+ 40% {
3041
+ opacity: 1;
3042
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3043
+ transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3044
+ }
3045
+
3046
+ 100% {
3047
+ opacity: 0;
3048
+ -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3049
+ transform: scale(.1) translate3d(2000px, 0, 0);
3050
+ -webkit-transform-origin: right center;
3051
+ transform-origin: right center;
3052
+ }
3053
+ }
3054
+
3055
+ @keyframes zoomOutRight {
3056
+ 40% {
3057
+ opacity: 1;
3058
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3059
+ -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3060
+ transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3061
+ }
3062
+
3063
+ 100% {
3064
+ opacity: 0;
3065
+ -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3066
+ -ms-transform: scale(.1) translate3d(2000px, 0, 0);
3067
+ transform: scale(.1) translate3d(2000px, 0, 0);
3068
+ -webkit-transform-origin: right center;
3069
+ -ms-transform-origin: right center;
3070
+ transform-origin: right center;
3071
+ }
3072
+ }
3073
+
3074
+ .zoomOutRight {
3075
+ -webkit-animation-name: zoomOutRight;
3076
+ animation-name: zoomOutRight;
3077
+ }
3078
+
3079
+ @-webkit-keyframes zoomOutUp {
3080
+ 40% {
3081
+ opacity: 1;
3082
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3083
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3084
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3085
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3086
+ }
3087
+
3088
+ 100% {
3089
+ opacity: 0;
3090
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3091
+ transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3092
+ -webkit-transform-origin: center bottom;
3093
+ transform-origin: center bottom;
3094
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3095
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3096
+ }
3097
+ }
3098
+
3099
+ @keyframes zoomOutUp {
3100
+ 40% {
3101
+ opacity: 1;
3102
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3103
+ -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3104
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3105
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3106
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3107
+ }
3108
+
3109
+ 100% {
3110
+ opacity: 0;
3111
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3112
+ -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3113
+ transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3114
+ -webkit-transform-origin: center bottom;
3115
+ -ms-transform-origin: center bottom;
3116
+ transform-origin: center bottom;
3117
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3118
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3119
+ }
3120
+ }
3121
+
3122
+ .zoomOutUp {
3123
+ -webkit-animation-name: zoomOutUp;
3124
+ animation-name: zoomOutUp;
3125
+ }