WPtouch - Version 4.3.12

Version Description

Download this release

Release Info

Developer bravenewcode
Plugin Icon 128x128 WPtouch
Version 4.3.12
Comparing to
See all releases

Code changes from version 4.3.11 to 4.3.12

Files changed (80) hide show
  1. core/class-wptouch-pro.php +1 -1
  2. include/js/desktop-switch.min.js +1 -0
  3. include/js/wptouch.min.js +1 -0
  4. lang/wptouch.pot +2 -2
  5. readme.txt +7 -1
  6. themes/foundation/default/assets/style.css +1497 -0
  7. themes/foundation/default/style.css +1 -1485
  8. themes/foundation/modules/base/base-public.min.js +1 -0
  9. themes/foundation/modules/base/base.min.js +1 -0
  10. themes/foundation/modules/base/base.php +4 -4
  11. themes/foundation/modules/base/wptouch-preview.min.js +1 -0
  12. themes/foundation/modules/cloud/cloud.min.js +1 -0
  13. themes/foundation/modules/cloud/cloud.php +2 -2
  14. themes/foundation/modules/concat/concat.php +2 -2
  15. themes/foundation/modules/fastclick/fastclick.min.js +1 -1
  16. themes/foundation/modules/fastclick/fastclick.php +2 -2
  17. themes/foundation/modules/fastclick/wptouch.fastclick.min.js +1 -0
  18. themes/foundation/modules/featured/featured.php +3 -3
  19. themes/foundation/modules/featured/swipe.min.js +1 -0
  20. themes/foundation/modules/featured/wptouch-owl.min.js +1 -0
  21. themes/foundation/modules/featured/wptouch-swipe.min.js +1 -0
  22. themes/foundation/modules/flickity/flickity-wptouch.min.js +0 -0
  23. themes/foundation/modules/flickity/flickity.min.css +1 -2
  24. themes/foundation/modules/flickity/flickity.php +8 -13
  25. themes/foundation/modules/flickity/flickity.pkgd.min.js +2 -13
  26. themes/foundation/modules/font-awesome/font-awesome.min.css +25 -403
  27. themes/foundation/modules/fontello/css/animation.min.css +1 -0
  28. themes/foundation/modules/fontello/css/fontello-codes.min.css +1 -0
  29. themes/foundation/modules/fontello/css/fontello-embedded.min.css +1 -0
  30. themes/foundation/modules/fontello/css/fontello-ie7-codes.min.css +1 -0
  31. themes/foundation/modules/fontello/css/fontello-ie7.min.css +1 -0
  32. themes/foundation/modules/fontello/css/fontello.min.css +1 -0
  33. themes/foundation/modules/fontello/fontello.php +2 -2
  34. themes/foundation/modules/google-fonts/google-fonts.min.js +1 -0
  35. themes/foundation/modules/google-fonts/google-fonts.php +2 -2
  36. themes/foundation/modules/hammer/hammer.php +2 -2
  37. themes/foundation/modules/hammer/wptouch.hammer.min.js +1 -0
  38. themes/foundation/modules/infinite-scroll/infinite-scroll.min.js +1 -0
  39. themes/foundation/modules/infinite-scroll/infinite-scroll.php +4 -4
  40. themes/foundation/modules/load-more/load-more.min.js +1 -0
  41. themes/foundation/modules/load-more/load-more.php +2 -2
  42. themes/foundation/modules/login/login-html.php +2 -2
  43. themes/foundation/modules/login/login.php +8 -8
  44. themes/foundation/modules/login/wptouch-login.min.js +1 -0
  45. themes/foundation/modules/media/fitvids.min.js +1 -0
  46. themes/foundation/modules/media/media.min.js +1 -0
  47. themes/foundation/modules/media/media.php +3 -3
  48. themes/foundation/modules/menu/menu.min.css +1 -0
  49. themes/foundation/modules/menu/menu.min.js +1 -0
  50. themes/foundation/modules/menu/menu.php +3 -3
  51. themes/foundation/modules/owlcarousel/owl.carousel.min.css +1 -1
  52. themes/foundation/modules/owlcarousel/owl.carousel.min.js +2 -2
  53. themes/foundation/modules/pushit/pushit.min.css +1 -0
  54. themes/foundation/modules/pushit/pushit.min.js +1 -0
  55. themes/foundation/modules/pushit/pushit.php +4 -4
  56. themes/foundation/modules/slideout/slideout-helper.min.js +1 -0
  57. themes/foundation/modules/slideout/slideout.min.css +1 -0
  58. themes/foundation/modules/slideout/slideout.min.js +1 -0
  59. themes/foundation/modules/slideout/slideout.php +15 -23
  60. themes/foundation/modules/spinjs/spin-jquery.min.js +1 -0
  61. themes/foundation/modules/spinjs/spin.min.js +1 -2
  62. themes/foundation/modules/spinjs/spinjs.php +2 -2
  63. themes/foundation/modules/tappable/tappable.min.js +1 -59
  64. themes/foundation/modules/tappable/tappable.php +2 -2
  65. themes/foundation/modules/tappable/wptouch.tappable.min.js +1 -0
  66. themes/foundation/modules/wptouch-icons-old/css/animation.min.css +1 -0
  67. themes/foundation/modules/wptouch-icons-old/css/wptouch-icons-codes.min.css +1 -0
  68. themes/foundation/modules/wptouch-icons-old/css/wptouch-icons-embedded.min.css +1 -0
  69. themes/foundation/modules/wptouch-icons-old/css/wptouch-icons-ie7-codes.min.css +1 -0
  70. themes/foundation/modules/wptouch-icons-old/css/wptouch-icons-ie7.min.css +1 -0
  71. themes/foundation/modules/wptouch-icons-old/css/wptouch-icons.min.css +1 -0
  72. themes/foundation/modules/wptouch-icons/css/animation.min.css +1 -0
  73. themes/foundation/modules/wptouch-icons/css/wptouch-icons-codes.min.css +1 -0
  74. themes/foundation/modules/wptouch-icons/css/wptouch-icons-embedded.min.css +1 -0
  75. themes/foundation/modules/wptouch-icons/css/wptouch-icons-ie7-codes.min.css +1 -0
  76. themes/foundation/modules/wptouch-icons/css/wptouch-icons-ie7.min.css +1 -0
  77. themes/foundation/modules/wptouch-icons/css/wptouch-icons.css +1 -11
  78. themes/foundation/modules/wptouch-icons/css/wptouch-icons.min.css +1 -0
  79. themes/foundation/modules/wptouch-icons/wptouch-icons.php +12 -8
  80. wptouch.php +2 -2
core/class-wptouch-pro.php CHANGED
@@ -2326,7 +2326,7 @@ class WPtouchProFour {
2326
 
2327
  add_action( 'wp_footer', array( &$this, 'handle_footer' ) );
2328
 
2329
- wp_enqueue_script( 'wptouch-front-ajax', WPTOUCH_URL . '/include/js/wptouch.js', array( 'jquery' ), md5( WPTOUCH_VERSION ), true );
2330
 
2331
  if ( defined( 'JSON_HEX_TAG' ) ) {
2332
  $query_vars = json_encode( $_GET, JSON_HEX_TAG );
2326
 
2327
  add_action( 'wp_footer', array( &$this, 'handle_footer' ) );
2328
 
2329
+ wp_enqueue_script( 'wptouch-front-ajax', WPTOUCH_URL . '/include/js/wptouch.min.js', array( 'jquery' ), md5( WPTOUCH_VERSION ), true );
2330
 
2331
  if ( defined( 'JSON_HEX_TAG' ) ) {
2332
  $query_vars = json_encode( $_GET, JSON_HEX_TAG );
include/js/desktop-switch.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function wptouchGetXMLHttpRequestObject(){if(window.XMLHttpRequest)return new XMLHttpRequest;if(window.ActiveXObject)try{return new ActiveXObject("MSXML2.XMLHTTP.3.0")}catch(t){return null}}function wptouchAsyncHandler(){if(4==wptouchAjaxRequest.readyState&&200==wptouchAjaxRequest.status){var t=document.getElementById("wptouch_desktop_switch");null!=t&&(t.innerHTML=wptouchAjaxRequest.responseText)}}var wptouchAjaxRequest=wptouchGetXMLHttpRequestObject();null!=wptouchAjaxRequest&&(wptouchAjaxRequest.open("POST",wptouchAjaxUrl,!0),wptouchAjaxRequest.onreadystatechange=wptouchAsyncHandler,wptouchAjaxRequest.setRequestHeader("X-Requested-With","XMLHttpRequest"),wptouchAjaxRequest.setRequestHeader("Content-type","application/x-www-form-urlencoded"),wptouchAjaxRequest.send("action=wptouch_client_ajax&wptouch_action=desktop_switch&wptouch_nonce="+encodeURIComponent(wptouchAjaxNonce)+"&wptouch_switch_location="+encodeURIComponent(wptouchAjaxSwitchLocation)));
include/js/wptouch.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function WPtouchAjax(t,e,n){var o={action:"wptouch_client_ajax",wptouch_action:t,wptouch_nonce:wptouchMain.security_nonce};for(name in e)o[name]=e[name];jQuery.post(wptouchMain.ajaxurl,o,function(t){n(t)})}function doWPtouchReady(){wptouchMain.query_vars=jQuery.parseJSON(wptouchMain.query_vars);var t=jQuery(".wptouch-sc-content");if(t.length){var e={post_id:t.attr("data-post-id"),page:t.attr("data-page"),post_content:jQuery(".wptouch-orig-content").html(),post_nonce:wptouchMain.security_nonce};console.log(e),jQuery.post(wptouchMain.current_shortcode_url+"&current_time="+jQuery.now(),e,function(e){t.html(e),jQuery(document).trigger("wptouch_ajax_content_loaded")})}}jQuery("#content table").each(function(){parentElement=jQuery(this).parent("p,div"),parentElement.hasClass("post")===!1?parentElement.addClass("table-parent"):jQuery(this).wrap('<div class="table-parent"></div>')}),jQuery("#footer .back-to-top").click(function(t){t.preventDefault(),jQuery(window).scrollTop(0)}),jQuery(document).ready(function(){doWPtouchReady()});
lang/wptouch.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the WPtouch Mobile Plugin package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WPtouch Mobile Plugin 4.3.11\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
7
- "POT-Creation-Date: 2017-02-09 20:22:30+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the WPtouch Mobile Plugin package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WPtouch Mobile Plugin 4.3.12\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
7
+ "POT-Creation-Date: 2017-02-21 19:21:24+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: kbmcardle, bravenewcode, duanestorey, dalemugford, adamdipardo,
3
  Tags: wptouch, iphone, ipod, bravenewcode, mobile, mobile-friendly, android, blackberry, smartphone, responsive, design, mobile plugin, ios, mobile theme
4
  Requires at least: 4.2
5
- Stable tag: 4.3.11
6
  Tested up to: 4.7
7
  License: GPLv2
8
 
@@ -33,6 +33,12 @@ For more information visit [WPtouch.com](http://www.wptouch.com/?utm_campaign=wp
33
 
34
  == Changelog ==
35
 
 
 
 
 
 
 
36
  = Version 4.3.11 (February 9, 2017) =
37
 
38
  * Fixed: Better support for SSL in the WPtouch settings page
2
  Contributors: kbmcardle, bravenewcode, duanestorey, dalemugford, adamdipardo,
3
  Tags: wptouch, iphone, ipod, bravenewcode, mobile, mobile-friendly, android, blackberry, smartphone, responsive, design, mobile plugin, ios, mobile theme
4
  Requires at least: 4.2
5
+ Stable tag: 4.3.12
6
  Tested up to: 4.7
7
  License: GPLv2
8
 
33
 
34
  == Changelog ==
35
 
36
+ = Version 4.3.12 (February 21, 2017) =
37
+
38
+ * Speed Improvement: Minimize foundation CSS & JavaScript.
39
+ * Speed Improvement: Reduce HTTP requests by inlining small stylesheets.
40
+ * Speed Improvement: Minimize internal module CSS & JavaScript.
41
+
42
  = Version 4.3.11 (February 9, 2017) =
43
 
44
  * Fixed: Better support for SSL in the WPtouch settings page
themes/foundation/default/assets/style.css ADDED
@@ -0,0 +1,1497 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* @group wptouch icons */
2
+ @font-face {
3
+ font-family: 'wptouch-icons';
4
+ src: url('../modules/wptouch-icons/font/wptouch-icons.eot?64777116');
5
+ src: url('../modules/wptouch-icons/font/wptouch-icons.eot?64777116#iefix') format('embedded-opentype'),
6
+ url('../modules/wptouch-icons/font/wptouch-icons.woff?64777116') format('woff'),
7
+ url('../modules/wptouch-icons/font/wptouch-icons.ttf?64777116') format('truetype'),
8
+ url('../modules/wptouch-icons/font/wptouch-icons.svg?64777116#wptouch-icons') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ }
12
+
13
+ /* @group Reset */
14
+ body [class^="wptouch-icon-"]:before, body [class*=" wptouch-icon-"]:before {
15
+ width: auto;
16
+ }
17
+
18
+ html,body,div,span,applet,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,strong,sub,sup,var,b,u,i,center,ol,ul,li,caption {
19
+ border: 0;
20
+ outline: 0;
21
+ vertical-align: baseline;
22
+ margin: 0;
23
+ padding: 0;
24
+ }
25
+
26
+ #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
27
+ margin-top: 15px;
28
+ margin-bottom: 15px;
29
+ line-height: 130%;
30
+ }
31
+
32
+ body {
33
+ -webkit-text-size-adjust: 100%;
34
+ font-size: 100%;
35
+ }
36
+
37
+ .page-wrapper {
38
+ min-height: 640px;
39
+ padding-bottom: 20px;
40
+ }
41
+
42
+ ol,ul {
43
+ list-style: none;
44
+ margin: 0;
45
+ padding: 0;
46
+ }
47
+
48
+
49
+
50
+ :focus {
51
+ outline: 0;
52
+ }
53
+
54
+ ins,a {
55
+ text-decoration: none;
56
+ }
57
+
58
+ .wptouch-clearfix:after {
59
+ content: ".";
60
+ display: block;
61
+ height: 0;
62
+ clear: both;
63
+ visibility: hidden;
64
+ }
65
+
66
+ .clearfix:after {
67
+ content: ".";
68
+ display: block;
69
+ height: 0;
70
+ clear: both;
71
+ visibility: hidden;
72
+ }
73
+
74
+ iframe {
75
+ max-width: 100% !important;
76
+ }
77
+
78
+ .light-body {
79
+ text-shadow: rgba(255,255,255,.2) 0 1px 0;
80
+ }
81
+
82
+ /* @end */
83
+
84
+ /* @group WordPress & Structure */
85
+
86
+ sup {
87
+ vertical-align: super;
88
+ font-size: 75%;
89
+ font-variant: small-caps;
90
+ }
91
+
92
+ hr {
93
+ border: 1px dashed rgba(0,0,0,.2);
94
+ }
95
+
96
+ .post ul {
97
+ list-style-type: disc;
98
+ }
99
+
100
+ .post ol {
101
+ list-style-type: decimal;
102
+ }
103
+
104
+ .post li {
105
+ margin: 1% 8%;
106
+ }
107
+
108
+ .post li.sow-carousel-item {
109
+ margin: 0;
110
+ }
111
+
112
+ blockquote, q {
113
+ margin-left: 5%;
114
+ margin-right: 5%;
115
+ font-style: italic;
116
+ display: block;
117
+ }
118
+
119
+ .aligncenter,
120
+ .alignnone {
121
+ text-align: center !important;
122
+ margin-left: auto !important;
123
+ margin-right: auto !important;
124
+ float: none !important;
125
+ display: block !important;
126
+ }
127
+
128
+ .alignleft {
129
+ float: left;
130
+ margin-right: 10px;
131
+ }
132
+
133
+ .alignright {
134
+ float: right;
135
+ margin-left: 10px;
136
+ }
137
+
138
+ .left-justify {
139
+ text-align: left;
140
+ }
141
+
142
+ .full-justify {
143
+ text-align: justify;
144
+ }
145
+
146
+ .right-justify {
147
+ text-align: right;
148
+ direction: rtl;
149
+ }
150
+
151
+ #content input {
152
+ font-size: 100% !important;
153
+ }
154
+
155
+ .wp-caption-text {
156
+ font-size: 90%;
157
+ }
158
+
159
+ .posts-nav {
160
+ text-align: center;
161
+ padding-top: 15px;
162
+ padding-bottom: 15px;
163
+ color: #999;
164
+ text-transform: capitalize;
165
+ font-weight: bold;
166
+ }
167
+
168
+ .footer {
169
+ text-align: center;
170
+ }
171
+
172
+ img.wp-smiley {
173
+ margin: 0;
174
+ }
175
+
176
+ .post table img, .page table img {
177
+ margin: 0;
178
+ }
179
+
180
+ code, kbd, pre, tt {
181
+ border: 1px solid #ffd478;
182
+ word-wrap: break-word;
183
+ background-color: #f2fdc7;
184
+ padding: 5px;
185
+ }
186
+
187
+ var {
188
+ color: red;
189
+ }
190
+
191
+ pre {
192
+ }
193
+
194
+ ins {
195
+ vertical-align: super;
196
+ }
197
+
198
+ table {
199
+ text-align: left;
200
+ }
201
+
202
+ table thead th {
203
+ border-bottom: 1px solid #ccc;
204
+ }
205
+
206
+ table tbody tr {
207
+ }
208
+
209
+ table td:first-of-type {
210
+ padding: 10px;
211
+ }
212
+
213
+ /* @group WP Gallery & Captions */
214
+
215
+ .wp-caption {
216
+ text-align: center;
217
+ max-width: 100%;
218
+ margin-top: 0;
219
+ }
220
+
221
+ .wp-caption p.wp-caption-text {
222
+ padding: 0 0 15px;
223
+ margin-top: 0px;
224
+ font-size: 80%;
225
+ font-style: italic;
226
+ font-weight: normal;
227
+ }
228
+
229
+ .post .wp-caption img {
230
+ margin-bottom: 0px;
231
+ }
232
+
233
+ #gallery_back_to_post {
234
+ display: block;
235
+ font-size: 80%;
236
+ font-weight: bold;
237
+ margin: 10px 10px 0;
238
+ text-align: center;
239
+ }
240
+
241
+ .gallery {
242
+ margin: 0;
243
+ padding: 0;
244
+ width: 100% !important;
245
+ height: auto !important;
246
+ }
247
+
248
+ .gallery dl.gallery-item img.attachment-thumbnail {
249
+ padding: 3px;
250
+ margin: 10px;
251
+ width: 50% !important;
252
+ height: auto;
253
+ }
254
+
255
+ .gallery dl.gallery-item, .gallery dl.gallery-item dt.gallery-icon {
256
+ margin: 0;
257
+ }
258
+
259
+ .gallery-nav {
260
+ text-align: center;
261
+ color: #ccc;
262
+ margin-bottom: 15px;
263
+ margin-top: 15px;
264
+ }
265
+
266
+ .entry-caption {
267
+ text-align: center;
268
+ font-style: italic;
269
+ }
270
+
271
+ /* @end */
272
+
273
+ /* @end */
274
+
275
+ /* @group Media Handling */
276
+
277
+ .css-videos video, .css-videos embed, .css-videos object, .css-videos .mejs-container {
278
+ -webkit-transform-style: preserve-3d;
279
+ }
280
+
281
+ .css-videos.portrait video {
282
+ width: 100% !important;
283
+ height: auto !important;
284
+ min-height: 160px !important;
285
+ max-width: 100% !important;
286
+ }
287
+
288
+ .css-videos.landscape video {
289
+ width: 100% !important;
290
+ height: auto !important;
291
+ min-height: 250px !important;
292
+ max-width: 100% !important;
293
+ }
294
+
295
+ .post img, .post img {
296
+ max-width: 100%;
297
+ height: auto;
298
+ margin-top: 15px;
299
+ margin-bottom: 15px;
300
+ }
301
+
302
+ /* @end */
303
+
304
+ /* @group CSS Effects */
305
+
306
+ /* CSS Noise background effect: Added to any element easily with a class of 'noise' */
307
+
308
+ .noise {
309
+ position: relative;
310
+ z-index: 1;
311
+ }
312
+
313
+ .noise:before, .body-noise:before {
314
+ content: '';
315
+ position: absolute;
316
+ z-index: -1;
317
+ top: 0;
318
+ bottom: 0;
319
+ left: 0;
320
+ right: 0;
321
+ background-image: url(data:image/png;base64,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);
322
+ }
323
+
324
+ /* @group Slide Out */
325
+
326
+ .slide-out {
327
+ -webkit-backface-visibility: hidden;
328
+ -ms-backface-visibility: hidden;
329
+ -o-backface-visibility: hidden;
330
+ backface-visibility: hidden;
331
+ -webkit-animation-duration: 480ms;
332
+ -webkit-animation-name: slideOutPanel;
333
+ -o-animation-name: slideOutPanel;
334
+ animation-name: slideOutPanel;
335
+ animation-fill-mode: forwards;
336
+ }
337
+
338
+ @-webkit-keyframes slideOutPanel {
339
+ from {
340
+ opacity: 1;
341
+ }
342
+
343
+ to {
344
+ -webkit-transform: translateY(-20%);
345
+ transform: translateY(-20%);
346
+ opacity: 0;
347
+ }
348
+
349
+ }
350
+ @-o-keyframes slideOutPanel {
351
+ from {
352
+ opacity: 1;
353
+ }
354
+
355
+ to {
356
+ -o-transform: translateY(-20%);
357
+ transform: translateY(-20%);
358
+ opacity: 0;
359
+ }
360
+
361
+ }
362
+ @keyframes slideOutPanel {
363
+ from {
364
+ opacity: 1;
365
+ }
366
+
367
+ to {
368
+ -webkit-transform: translateY(-20%);
369
+ -o-transform: translateY(-20%);
370
+ transform: translateY(-20%);
371
+ opacity: 0;
372
+ }
373
+ }
374
+
375
+ /* @end */
376
+
377
+ /* @group Slide In */
378
+
379
+ .slide-in {
380
+ -webkit-backface-visibility: hidden;
381
+ -ms-backface-visibility: hidden;
382
+ -o-backface-visibility: hidden;
383
+ backface-visibility: hidden;
384
+ -webkit-animation-duration: 480ms;
385
+ -webkit-animation-name: slideInPanel;
386
+ -o-animation-name: slideInPanel;
387
+ animation-name: slideInPanel;
388
+ animation-fill-mode: forwards;
389
+ }
390
+
391
+ @-webkit-keyframes slideInPanel {
392
+ from {
393
+ -webkit-transform: translateY(-20%);
394
+ transform: translateY(-20%);
395
+ opacity: 0;
396
+ }
397
+
398
+ to {
399
+ opacity: 1;
400
+ }
401
+
402
+ }
403
+ @-o-keyframes slideInPanel {
404
+ from {
405
+ -o-transform: translateY(-20%);
406
+ transform: translateY(-20%);
407
+ opacity: 0;
408
+ }
409
+
410
+ to {
411
+ opacity: 1;
412
+ }
413
+
414
+ }
415
+ @keyframes slideInPanel {
416
+ from {
417
+ -webkit-transform: translateY(-20%);
418
+ -o-transform: translateY(-20%);
419
+ transform: translateY(-20%);
420
+ opacity: 0;
421
+ }
422
+
423
+ to {
424
+ opacity: 1;
425
+ }
426
+ }
427
+
428
+ /* @end */
429
+
430
+ /* @end */
431
+
432
+ /* @group Load More, Infinite */
433
+
434
+ .load-more-link, .infinite-link, .load-more-comments-wrap, .load-more-post-link, .load-more-page-link, .load-more-custom-link {
435
+ display: block;
436
+ width: 100%;
437
+ text-align: center;
438
+ padding-top: 12px;
439
+ padding-bottom: 12px;
440
+ font-weight: bold;
441
+ line-height: 150%;
442
+ text-transform: capitalize;
443
+ }
444
+
445
+ .spinner {
446
+ display: inline-block;
447
+ margin-right: 8px;
448
+ }
449
+
450
+ /* @end */
451
+
452
+ /* @group Advertising */
453
+
454
+ .wptouch-showcase {
455
+ text-align: center;
456
+ min-height: 50px;
457
+ margin: 0 auto;
458
+ padding: 0;
459
+ }
460
+
461
+ .wptouch-showcase.showcase-location-header {
462
+ padding-top: 5px;
463
+ }
464
+
465
+ .post .wptouch-showcase {
466
+ padding-bottom: 10px;
467
+ padding-top: 10px;
468
+ }
469
+
470
+ .wptouch-custom-showcase {
471
+ margin: 5px;
472
+ text-align: center;
473
+ display: block;
474
+ max-width: 100%;
475
+ height: auto;
476
+ }
477
+
478
+ .wptouch-custom-showcase a, .wptouch-custom-showcase img, .wptouch-custom-showcase iframe * {
479
+ max-width: 100%;
480
+ height: auto;
481
+ }
482
+
483
+ /* @end */
484
+
485
+ /* @group Nav Bar */
486
+
487
+ .nav-bar {
488
+ font-weight: bold;
489
+ padding-top: 6px;
490
+ padding-bottom: 6px;
491
+ font-size: 90%;
492
+ margin-left: 12px;
493
+ margin-right: 12px;
494
+ }
495
+
496
+ .nav-controls {
497
+ text-transform: capitalize;
498
+ text-align: center;
499
+ margin-top: 25px;
500
+ margin-bottom: 25px;
501
+ }
502
+
503
+ .nav-controls a.prev-post {
504
+ padding-top: 8px;
505
+ padding-bottom: 8px;
506
+ }
507
+
508
+ .nav-controls a.prev-post+a.next-post {
509
+ padding-left: 8px;
510
+ margin-left: 4px;
511
+ }
512
+
513
+ .nav-controls a.next-post {
514
+ padding-top: 8px;
515
+ padding-bottom: 8px;
516
+ word-wrap: break-word;
517
+ }
518
+
519
+ .nav-controls a.prev-post:before {
520
+ content: '\e810';
521
+ font: normal normal 90% 'wptouch-icons';
522
+ }
523
+
524
+ .nav-controls a.next-post:after {
525
+ content: '\e811';
526
+ font: normal normal 90% 'wptouch-icons';
527
+ }
528
+
529
+ /* @end */
530
+
531
+ /* @group Featured Slider */
532
+
533
+ /* @group Swipe */
534
+
535
+ #slider {
536
+ overflow: hidden;
537
+ position: relative;
538
+ border-bottom: 0;
539
+ }
540
+
541
+ #slider * {
542
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
543
+ -webkit-touch-callout: none;
544
+ }
545
+
546
+ #slider .owl-item {
547
+ height: 220px;
548
+ overflow: hidden;
549
+ }
550
+
551
+ #slider img {
552
+ width: 114%;
553
+ margin-left: -7%;
554
+ }
555
+
556
+ .swipe.grayscale img {
557
+ -webkit-filter: grayscale(1) contrast(1.1);
558
+ }
559
+
560
+ .swipe-wrap > div {
561
+ float: left;
562
+ position: relative;
563
+ height: 200px;
564
+ overflow: hidden;
565
+ }
566
+
567
+ .landscape .swipe-wrap > div {
568
+ height: 274px;
569
+ }
570
+
571
+ #slider p {
572
+ background-color: rgba(0,0,0,0.6);
573
+ text-align: center;
574
+ font-size: 100%;
575
+ margin: 0;
576
+ padding: 12px 5%;
577
+ line-height: 100%;
578
+ color: #fff;
579
+ position: absolute;
580
+ right: 0;
581
+ bottom: 0;
582
+ font-weight: bold;
583
+ left: 0;
584
+ }
585
+
586
+ p.featured-date, #slider .comments-number {
587
+ display: none;
588
+ }
589
+
590
+ .dark-body #slider {
591
+ border-bottom: 1px solid rgba(0,0,0,.1);
592
+ -webkit-box-shadow: rgba(255,255,255,.05) 0px 1px 0px;
593
+ box-shadow: rgba(255,255,255,.05) 0px 1px 0px;
594
+ }
595
+
596
+ /* @end */
597
+
598
+ /* @group Dots */
599
+
600
+ ul.dots {
601
+ padding-bottom: 5px;
602
+ position: relative;
603
+ z-index: 1;
604
+ margin-right: auto;
605
+ padding-top: 5px;
606
+ text-align: center;
607
+ margin-bottom: -30px;
608
+ }
609
+
610
+ .owl-dots {
611
+ position: absolute;
612
+ text-align: center;
613
+ top: 0;
614
+ width: 100%;
615
+ }
616
+
617
+ ul.dots li,
618
+ .owl-dot {
619
+ width: 6px;
620
+ height: 6px;
621
+ border-radius: 4px;
622
+ background-color: rgba(255,255,255,.25);
623
+ -webkit-box-shadow: inset rgba(0,0,0,.1) 0px 1px 1px, rgba(255,255,255,.05) 0px 1px 0px;
624
+ box-shadow: inset rgba(0,0,0,.1) 0px 1px 1px, rgba(255,255,255,.05) 0px 1px 0px;
625
+ margin-right: 3px;
626
+ margin-left: 3px;
627
+ display: inline-block;
628
+ }
629
+
630
+ ul.dots li.active,
631
+ .owl-dot.active {
632
+ background-color: rgba( 255, 255, 255, .75);
633
+ -webkit-box-shadow: inset rgba(255,255,255,.05) 0px 1px 0px, rgba(255,255,255,.05) 0px 1px 0px;
634
+ box-shadow: inset rgba(255,255,255,.05) 0px 1px 0px, rgba(255,255,255,.05) 0px 1px 0px;
635
+ }
636
+
637
+ /* @end */
638
+
639
+ /* @end */
640
+
641
+ /* @group Sharing Options */
642
+
643
+ .sharing-options {
644
+ text-align: center;
645
+ }
646
+
647
+ .sharing-options a {
648
+ width: 25%;
649
+ max-width: 25%;
650
+ display: block;
651
+ font-weight: bold;
652
+ font-size: 90%;
653
+ background-color: rgba(0,0,0,.05);
654
+ border-bottom: 1px solid rgba(255,255,255,.7);
655
+ border-top: 1px solid rgba(255,255,255,.7);
656
+ float: left;
657
+ padding-top: 8px;
658
+ padding-bottom: 8px;
659
+ }
660
+
661
+ .sharing-options.long a {
662
+ width: 50%;
663
+ max-width: 50%;
664
+ margin-bottom: -3px;
665
+ }
666
+
667
+ .rtl .sharing-options a {
668
+ float: right;
669
+ }
670
+
671
+ /* @group Default */
672
+
673
+ .sharing-options .email-btn:before {
674
+ content: '\e818';
675
+ margin-right: 5px;
676
+ font-family: 'wptouch-icons';
677
+ font-weight: normal;
678
+ font-style: normal;
679
+ }
680
+
681
+ .sharing-options .facebook-btn:before {
682
+ content: '\e81e';
683
+ margin-right: 5px;
684
+ font-family: 'wptouch-icons';
685
+ font-weight: normal;
686
+ font-style: normal;
687
+ }
688
+
689
+ .sharing-options .twitter-btn:before {
690
+ content: '\e81b';
691
+ margin-right: 5px;
692
+ font-family: 'wptouch-icons';
693
+ font-weight: normal;
694
+ font-style: normal;
695
+ }
696
+
697
+ .sharing-options .google-btn:before {
698
+ content: '\e81c';
699
+ margin-right: 5px;
700
+ font-family: 'wptouch-icons';
701
+ font-weight: normal;
702
+ font-style: normal;
703
+ }
704
+
705
+ .sharing-options .pinterest-btn:before {
706
+ content: '\e823';
707
+ margin-right: 5px;
708
+ font-family: 'wptouch-icons';
709
+ font-weight: normal;
710
+ font-style: normal;
711
+ }
712
+
713
+ .rtl .sharing-options .email-btn:before {
714
+ display: none;
715
+ }
716
+
717
+ .rtl .sharing-options .facebook-btn:before {
718
+ display: none;
719
+ }
720
+
721
+ .rtl .sharing-options .twitter-btn:before {
722
+ display: none;
723
+ }
724
+
725
+ .rtl .sharing-options .google-btn:before {
726
+ display: none;
727
+ }
728
+
729
+ .rtl .sharing-options .pinterest-btn:before {
730
+ display: none;
731
+ }
732
+
733
+ .rtl .sharing-options .email-btn:before {
734
+ display: none;
735
+ }
736
+
737
+ .rtl .sharing-options .email-btn:after {
738
+ content: '\e818';
739
+ margin-left: 5px;
740
+ font-family: 'wptouch-icons';
741
+ font-weight: normal;
742
+ font-style: normal;
743
+ }
744
+
745
+ .rtl .sharing-options .facebook-btn:after {
746
+ content: '\e81f';
747
+ margin-left: 5px;
748
+ font-family: 'wptouch-icons';
749
+ font-weight: normal;
750
+ font-style: normal;
751
+ }
752
+
753
+ .rtl .sharing-options .twitter-btn:after {
754
+ content: '\e81b';
755
+ margin-left: 5px;
756
+ font-family: 'wptouch-icons';
757
+ font-weight: normal;
758
+ font-style: normal;
759
+ }
760
+
761
+ .rtl .sharing-options .google-btn:after {
762
+ content: '\e81c';
763
+ margin-left: 5px;
764
+ font-family: 'wptouch-icons';
765
+ font-weight: normal;
766
+ font-style: normal;
767
+ }
768
+
769
+ .rtl .sharing-options .pinterest-btn:after {
770
+ content: '\e823';
771
+ margin-left: 5px;
772
+ font-family: 'wptouch-icons';
773
+ font-weight: normal;
774
+ font-style: normal;
775
+ }
776
+
777
+ .rtl .sharing-options .email-btn:after {
778
+ content: '\e818';
779
+ margin-left: 5px;
780
+ font-family: 'wptouch-icons';
781
+ font-weight: normal;
782
+ font-style: normal;
783
+ }
784
+
785
+
786
+ /* @end */
787
+
788
+ /* @group Vibrant */
789
+
790
+ .sharing-options.style-vibrant a {
791
+ text-shadow: rgba(0,0,0,.4) 0 -1px 0;
792
+ color: #fff !important;
793
+ }
794
+
795
+ .sharing-options.style-vibrant .facebook-btn {
796
+ background-color: #3a589a;
797
+ }
798
+
799
+ .sharing-options.style-vibrant .twitter-btn {
800
+ background-color: #8cc1db;
801
+ }
802
+
803
+ .sharing-options.style-vibrant .google-btn {
804
+ background-color: #eb2632;
805
+ }
806
+
807
+ .sharing-options.style-vibrant .pinterest-btn {
808
+ background-color: #e11d00;
809
+ }
810
+
811
+ .sharing-options.style-vibrant .email-btn {
812
+ background-color: #999;
813
+ }
814
+
815
+ /* @end */
816
+
817
+ /* @end */
818
+
819
+ /* @group Web-App Mode */
820
+
821
+ body.web-app-mode.translucent {
822
+ margin-top: 20px;
823
+ }
824
+
825
+ body.web-app-mode #switch {
826
+ display: none;
827
+ }
828
+
829
+ /* @end */
830
+
831
+ /* @group 404 */
832
+
833
+ .not-found {
834
+ text-align: center;
835
+ font-size: 200%;
836
+ margin-top: 30px;
837
+ font-weight: bold;
838
+ letter-spacing: -1px;
839
+ }
840
+
841
+ .not-found:after {
842
+ font-family: 'wptouch-icons';
843
+ content: "\e83b";
844
+ display: block;
845
+ font-size: 400%;
846
+ line-height: 150%;
847
+ }
848
+
849
+ .not-found-text {
850
+ margin-bottom: 70px;
851
+ width: 70%;
852
+ margin-left: auto;
853
+ margin-right: auto;
854
+ text-align: center;
855
+ font-weight: bold;
856
+ }
857
+
858
+ /* @end */
859
+
860
+ /* @group Switch Link */
861
+
862
+ #switch {
863
+ margin-right: 16%;
864
+ margin-left: 16%;
865
+ padding-top: 15px;
866
+ padding-bottom: 15px;
867
+ }
868
+
869
+ #switch div {
870
+ border: 1px solid rgba(0,0,0,.2);
871
+ border-radius: 3px;
872
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
873
+ -webkit-touch-callout: none;
874
+ text-align: center;
875
+ position: relative;
876
+ font-weight: bold;
877
+ height: 24px;
878
+ text-transform: capitalize;
879
+ color: rgba(0,0,0,.5);
880
+ line-height: 95%;
881
+ font-size: 90%;
882
+ }
883
+
884
+ #switch .off {
885
+ border-left: 1px solid rgba(0,0,0,.1);
886
+ position: absolute;
887
+ top: 0;
888
+ right: 0;
889
+ bottom: 0;
890
+ padding-top: 4px;
891
+ width: 50%;
892
+ }
893
+
894
+ #switch .on {
895
+ position: absolute;
896
+ top: 0;
897
+ left: 0;
898
+ bottom: 0;
899
+ padding-top: 4px;
900
+ width: 50%;
901
+ }
902
+
903
+ #switch .active {
904
+ color: rgba(255,255,255,.9);
905
+ border-style: none;
906
+ }
907
+
908
+ .dark-body #switch div {
909
+ border: 1px solid rgba(255,255,255,.15);
910
+ }
911
+
912
+ /* @end */
913
+
914
+ /* @group Footer Social Links */
915
+
916
+ ul.social-links-wrap {
917
+ margin-right: 3%;
918
+ margin-left: 3%;
919
+ }
920
+
921
+ .social-links-wrap li {
922
+ display: inline-block;
923
+ margin-bottom: 5px;
924
+ margin-top: 5px;
925
+ }
926
+
927
+ li .social-footer-badges {
928
+ background-color: rgba(255,255,255,.9);
929
+ -webkit-border-radius: 44px;
930
+ border-radius: 44px;
931
+ font-size: 120%;
932
+ -webkit-box-shadow: inset rgba(255,255,255,.4) 0px 1px 0px;
933
+ box-shadow: inset rgba(255,255,255,.4) 0px 1px 0px;
934
+ text-shadow: none;
935
+ border-style: solid;
936
+ border-width: 1px;
937
+ line-height: 2em;
938
+ width: 2em;
939
+ height: 2em;
940
+ display: inline-block;
941
+ margin-bottom: 10px;
942
+ margin-right: 2px;
943
+ margin-left: 2px;
944
+ text-align: center;
945
+ }
946
+
947
+ .dark-body .social-footer-badges {
948
+ background-color: rgba(0,0,0,.3);
949
+ -webkit-box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
950
+ box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
951
+ border-width: 0;
952
+ }
953
+
954
+ /* @end */
955
+
956
+ /* @group Comments */
957
+
958
+ #comments {
959
+ }
960
+ #comments .children .comment {
961
+ margin-left: 15px;
962
+ }
963
+
964
+ p.comment-awaiting-moderation {
965
+ font-weight: bold;
966
+ font-style: italic;
967
+ background-color: #feeec4;
968
+ padding: 4px;
969
+ -webkit-border-radius: 2px;
970
+ border-radius: 2px;
971
+ }
972
+
973
+ p.nocomments {
974
+ text-align: center;
975
+ font-style: italic;
976
+ text-transform: capitalize;
977
+ margin-top: 25px;
978
+ margin-bottom: 25px;
979
+ }
980
+
981
+ .comment .comment-body img {
982
+ max-width: 100%;
983
+ }
984
+
985
+ /* @group Commentform */
986
+
987
+ form#commentform label {
988
+ font-size: 90%;
989
+ }
990
+
991
+ form#commentform input[type="text"], form#commentform input[type="email"], form#commentform input[type="url"] {
992
+ width: 60%;
993
+ }
994
+
995
+ form#commentform.comment-form input[type="text"], form#commentform.comment-form input[type="email"], form#commentform.comment-form input[type="url"] {
996
+ width: 100%;
997
+ box-sizing: border-box;
998
+ }
999
+
1000
+ form#commentform input:focus, form#commentform textarea:focus {
1001
+ background-color: rgba(0,0,0,0);
1002
+ }
1003
+
1004
+ form#commentform input, form#commentform textarea {
1005
+ padding: 4px;
1006
+ border: 1px solid rgba(0,0,0,.3);
1007
+ font-size: 100%;
1008
+ -webkit-appearance: none;
1009
+ -webkit-border-radius: 0;
1010
+ border-radius: 0;
1011
+ background-color: rgba(0,0,0,.1);
1012
+ }
1013
+ form#commentform input[type="checkbox"] {
1014
+ -webkit-appearance: checkbox;
1015
+ }
1016
+ form#commentform input[type="radio"] {
1017
+ -webkit-appearance: radio;
1018
+ }
1019
+
1020
+ form#commentform textarea {
1021
+ min-height: 100px;
1022
+ margin: 0;
1023
+ width: 95%;
1024
+ -webkit-transition-duration: .5s;
1025
+ }
1026
+
1027
+ form#commentform.comment-form textarea {
1028
+ width: 100%;
1029
+ box-sizing: border-box;
1030
+ }
1031
+
1032
+ form#commentform textarea:focus {
1033
+ min-height: 120px;
1034
+ }
1035
+
1036
+ form#commentform button#submit {
1037
+ -webkit-appearance: none;
1038
+ border: 1px solid rgba(0,0,0,.3);
1039
+ font-weight: bold;
1040
+ font-size: 100%;
1041
+ background-color: rgba(255,255,255,.8);
1042
+ color: rgba(0,0,0,.8);
1043
+ padding: 4px 16px;
1044
+ margin: 0;
1045
+ -webkit-border-radius: 0px;
1046
+ border-radius: 0px;
1047
+ }
1048
+
1049
+ /* @end */
1050
+
1051
+ /* @group Comment Errors */
1052
+
1053
+ .comment-error {
1054
+ padding: 10px;
1055
+ text-align: center;
1056
+ }
1057
+
1058
+ .comment-error a {
1059
+ font-size: 120%;
1060
+ }
1061
+
1062
+ /* @end */
1063
+
1064
+ /* @end */
1065
+
1066
+ /* @group Dark */
1067
+
1068
+ .dark-body {
1069
+ text-shadow: rgba(0,0,0,.2) 0 -1px 0;
1070
+ color: rgba(255,255,255,.9);
1071
+ }
1072
+
1073
+ .dark-body hr {
1074
+ border: 1px dashed rgba(255,255,255,.2);
1075
+ }
1076
+
1077
+ /* @end */
1078
+
1079
+ /* @group Multipage Links */
1080
+
1081
+ .wp-page-nav {
1082
+ text-align: center;
1083
+ margin-top: 10px;
1084
+ margin-bottom: 10px;
1085
+ font-size: 110%;
1086
+ font-weight: bold;
1087
+ }
1088
+
1089
+ .wp-page-nav a {
1090
+ padding: 2px;
1091
+ }
1092
+
1093
+ /* @end */
1094
+
1095
+ /* @group Password Protected */
1096
+
1097
+ .post form {
1098
+ background-color: rgba(0,0,0,.1);
1099
+ padding: 10px;
1100
+ margin-top: 10px;
1101
+ margin-bottom: 10px;
1102
+ }
1103
+
1104
+ .post form label {
1105
+ font-size: 90%;
1106
+ }
1107
+
1108
+ .post form input[type="password"] {
1109
+ width: 35%;
1110
+ }
1111
+
1112
+ .post form input[type="submit"], .post form input[type="button"] {
1113
+ padding-left: 4px;
1114
+ padding-right: 4px;
1115
+ font-size: 90%;
1116
+ }
1117
+
1118
+ /* @end */
1119
+
1120
+ /* @group Back To Top */
1121
+
1122
+ .back-to-top {
1123
+ text-align: center;
1124
+ display: block;
1125
+ font-weight: bold;
1126
+ margin-top: 50px;
1127
+ }
1128
+
1129
+ .back-to-top:before {
1130
+ content: "\e843";
1131
+ font-family: 'wptouch-icons';
1132
+ font-weight: normal;
1133
+ font-style: normal;
1134
+ padding-right: 5px;
1135
+ }
1136
+
1137
+ /* @end */
1138
+
1139
+ /* @group Related Posts
1140
+ */
1141
+
1142
+ .related li {
1143
+ min-height: 60px;
1144
+ }
1145
+
1146
+ .related-posts ul li.no-excerpt {
1147
+ height: 54px;
1148
+ line-height: 54px; /* <-- this is what you must define */
1149
+ vertical-align: middle;
1150
+
1151
+ }
1152
+
1153
+ .related-posts ul li.no-excerpt a {
1154
+ width: 80%;
1155
+ display: inline-block;
1156
+ line-height: 120%;
1157
+ }
1158
+
1159
+
1160
+
1161
+ /* @end */
1162
+
1163
+ /* @group Login Form */
1164
+
1165
+ .wptouch-login-wrap {
1166
+ text-align: center;
1167
+ z-index: 1000;
1168
+ font-size: 100%;
1169
+ padding: 20px;
1170
+ display: none;
1171
+ position: absolute;
1172
+ top: 3%;
1173
+ -webkit-border-radius: 4px;
1174
+ border-radius: 4px;
1175
+ width: 75%;
1176
+ -webkit-box-shadow: rgba(0,0,0,.5) 0px 1px 5px;
1177
+ box-shadow: rgba(0,0,0,.5) 0px 1px 5px;
1178
+ }
1179
+
1180
+ .wptouch-login-wrap, .wptouch-login-wrap a {
1181
+ color: rgba(0,0,0,.8);
1182
+ text-shadow: rgba(255,255,255,.2) 0 1px 0;
1183
+ }
1184
+
1185
+ .tablet .wptouch-login-wrap {
1186
+ width: 30%;
1187
+ }
1188
+
1189
+ .wptouch-login-wrap .login-close {
1190
+ position: absolute;
1191
+ right: -5px;
1192
+ font-size: 200%;
1193
+ top: -5px;
1194
+ }
1195
+
1196
+ .wptouch-login-inner {
1197
+ position: relative;
1198
+ }
1199
+
1200
+ .wptouch-login-wrap h3 {
1201
+ margin: 0 0 20px;
1202
+ font-size: 200%;
1203
+ }
1204
+
1205
+ #wptouch-login p {
1206
+ margin: 0 0 5px;
1207
+ padding: 0;
1208
+ }
1209
+
1210
+ p.login-remember {
1211
+ display: none;
1212
+ }
1213
+
1214
+ .wptouch-login-inner input[type="text"], .wptouch-login-inner input[type="password"] {
1215
+ font-size: 120%;
1216
+ width: 192px;
1217
+ height: 30px;
1218
+ -webkit-border-radius: 2px;
1219
+ border-radius: 2px;
1220
+ padding: 3px;
1221
+ background-color: rgba(255,255,255,.9);
1222
+ border-style: none;
1223
+ }
1224
+
1225
+ .wptouch-login-inner input[type="text"]:focus, .wptouch-login-inner input[type="password"]:focus {
1226
+ background: white;
1227
+ }
1228
+
1229
+ .wptouch-login-inner input[type="submit"] {
1230
+ width: 200px;
1231
+ font-size: 130%;
1232
+ font-weight: bold;
1233
+ -webkit-border-radius: 2px;
1234
+ border-radius: 2px;
1235
+ -webkit-appearance: none;
1236
+ padding: 5px;
1237
+ margin-top: 10px;
1238
+ text-transform: uppercase;
1239
+ background-color: transparent;
1240
+ border: 1px solid rgba(0,0,0,.3);
1241
+ }
1242
+
1243
+ .wptouch-login-inner input[type="submit"]:active {
1244
+ -webkit-box-shadow: inset rgba(0,0,0,.5) 0px 2px 4px;
1245
+ box-shadow: inset rgba(0,0,0,.5) 0px 2px 4px;
1246
+ }
1247
+
1248
+ /* @group Links */
1249
+
1250
+ .login-links {
1251
+ border-top: 1px solid rgba(0,0,0,.2);
1252
+ margin: 30px -20px -20px;
1253
+ overflow: hidden;
1254
+ }
1255
+
1256
+ .login-links a {
1257
+ font-weight: bold;
1258
+ font-size: 110%;
1259
+ display: inline-block;
1260
+ width: 49%;
1261
+ white-space: nowrap;
1262
+ overflow: hidden;
1263
+ text-overflow: ellipsis;
1264
+ padding-top: 10px;
1265
+ padding-bottom: 10px;
1266
+ text-align: center;
1267
+ }
1268
+
1269
+ .sign-up {
1270
+ border-right: 1px solid rgba(0,0,0,.2);
1271
+ }
1272
+
1273
+ /* @end */
1274
+
1275
+ /* @end */
1276
+
1277
+ /* @group Tappable */
1278
+
1279
+ /* Makes elements that should use the tappable module act more like native UI elements */
1280
+
1281
+ .tappable {
1282
+ -webkit-touch-callout: none;
1283
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
1284
+ -webkit-user-select: none;
1285
+ }
1286
+
1287
+ /* @end */
1288
+
1289
+ /* @group Jetpack Stats compatibility - hide tracker image */
1290
+
1291
+ img#wpstats {
1292
+ position: absolute;
1293
+ top: 0;
1294
+ width: 0px;
1295
+ height: 0px;
1296
+ overflow: hidden
1297
+ }
1298
+
1299
+ /* @end */
1300
+
1301
+ /* @group WPML */
1302
+
1303
+ #wpml-language-chooser-wrap {
1304
+ text-align: center;
1305
+ margin-top: 20px;
1306
+ }
1307
+
1308
+ #wpml-language-chooser {
1309
+ margin: auto;
1310
+ font-size: 0.9em;
1311
+ }
1312
+
1313
+ #wpml-language-chooser strong {
1314
+
1315
+ }
1316
+
1317
+ #wpml-language-chooser select {
1318
+ font-size: 0.9em;
1319
+ }
1320
+
1321
+ /* @end */
1322
+
1323
+ /* @group Contact Form 7 compatibility */
1324
+
1325
+ .post form.wpcf7-form {
1326
+ background: transparent;
1327
+ }
1328
+
1329
+ span.wpcf7-form-control-wrap {
1330
+ display: block;
1331
+ max-width: 96%;
1332
+ }
1333
+
1334
+ .wpcf7 input,
1335
+ .wpcf7 textarea {
1336
+ font-size: 100%;
1337
+ padding-left: 5px !important;
1338
+ padding-right: 0;
1339
+ max-width: 100%;
1340
+ }
1341
+
1342
+ .wpcf7 div.wpcf7-response-output {
1343
+ margin: 0;
1344
+ padding: 10px 15px;
1345
+ }
1346
+
1347
+ .wpcf7 div.wpcf7-validation-errors {
1348
+ background: rgba(247, 231, 0, 0.25);
1349
+ line-height: 1.4em;
1350
+ }
1351
+
1352
+ .wpcf7 div.wpcf7-mail-sent-ok {
1353
+ background: #398f14;
1354
+ color: #fff;
1355
+ font-weight: bold;
1356
+ line-height: 1.4em;
1357
+ text-align: center;
1358
+ }
1359
+
1360
+ /* @end */
1361
+
1362
+ /* This CSS is only used/shown in the preview window */
1363
+
1364
+ /* @group Preview Bar */
1365
+
1366
+ #preview-bar {
1367
+ -webkit-animation: pulse 1.5s infinite;
1368
+ -webkit-animation-timing-function: ease-out;
1369
+ -webkit-animation-direction: alternate;
1370
+ position: fixed;
1371
+ height: 26px;
1372
+ z-index: 1000;
1373
+ left: 0;
1374
+ right: 0;
1375
+ opacity: 0.95;
1376
+ -webkit-box-shadow: rgba(0,0,0,.3) 0px -2px 4px, inset rgba(255,255,255,.3) 0px 6px 12px;
1377
+ box-shadow: rgba(0,0,0,.3) 0px -2px 4px, inset rgba(255,255,255,.3) 0px 6px 12px;
1378
+ -webkit-user-select: none;
1379
+ color: #fff;
1380
+ text-shadow: rgba(0,0,0,.5) 0 -1px 1px;
1381
+ font: bold 13px Helvetica, Geneva, Arial, sans-serif;
1382
+ bottom: 0;
1383
+ }
1384
+
1385
+ #preview-bar p {
1386
+ position: absolute;
1387
+ padding: 0;
1388
+ margin: 0;
1389
+ top: 5px;
1390
+ left: 8px;
1391
+ }
1392
+
1393
+ .refresher {
1394
+ height: 16px;
1395
+ background-color: rgba(255,255,255,.1);
1396
+ position: absolute;
1397
+ top: 3px;
1398
+ border-radius: 4px;
1399
+ border: 1px solid rgba(0,0,0,.2);
1400
+ -webkit-box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
1401
+ box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
1402
+ text-align: center;
1403
+ padding-top: 3px;
1404
+ color: #fff;
1405
+ text-shadow: rgba(0,0,0,.8) 0 -1px 1px;
1406
+ cursor: pointer;
1407
+ text-transform: uppercase;
1408
+ right: 3px;
1409
+ font-weight: bold;
1410
+ font-size: 11px;
1411
+ padding-left: 6px;
1412
+ padding-right: 6px;
1413
+ }
1414
+
1415
+ .refresher:active {
1416
+ background-color: rgba(255,255,255,0);
1417
+ }
1418
+
1419
+ @-webkit-keyframes pulse {
1420
+ 0% {
1421
+ background: #666;
1422
+ }
1423
+
1424
+ 100% {
1425
+ background: #222;
1426
+ }
1427
+
1428
+ }
1429
+ @-o-keyframes pulse {
1430
+ 0% {
1431
+ background: #666;
1432
+ }
1433
+
1434
+ 100% {
1435
+ background: #222;
1436
+ }
1437
+
1438
+ }
1439
+ @keyframes pulse {
1440
+ 0% {
1441
+ background: #666;
1442
+ }
1443
+
1444
+ 100% {
1445
+ background: #222;
1446
+ }
1447
+ }
1448
+
1449
+ /* @end */
1450
+
1451
+ /* @group Back Button */
1452
+
1453
+ .back-button,
1454
+ .smartphone.web-app-mode.pushit-active .back-button {
1455
+ display: none;
1456
+ }
1457
+
1458
+ .smartphone.web-app-mode .back-button {
1459
+ background-color: rgba( 255, 255, 255, 0.2 );
1460
+ color: rgba( 255, 255, 255, 0.3 );
1461
+ border-radius: 35px;
1462
+ display: block;
1463
+ padding: 15px 18px 15px 15px;
1464
+ position: fixed;
1465
+ bottom: 30px;
1466
+ left: 30px;
1467
+ transition: background-color .5s linear;
1468
+ z-index: 100;
1469
+ }
1470
+
1471
+ .smartphone.web-app-mode .back-button.visible {
1472
+ background-color: rgba( 255, 255, 255, 1 );
1473
+ color: #000;
1474
+ transition: background-color .5s linear;
1475
+ }
1476
+
1477
+ .light-body.smartphone.web-app-mode .back-button {
1478
+ background: rgba( 0, 0, 0, 0.1 );
1479
+ color: rgba( 0, 0, 0, 0.3 );
1480
+ }
1481
+
1482
+ .light-body.smartphone.web-app-mode .back-button.visible {
1483
+ background-color: rgba( 0, 0, 0, 0.8 );
1484
+ color: #fff;
1485
+ }
1486
+
1487
+ /* @end */
1488
+
1489
+ #content .su-pullquote {
1490
+ float: none;
1491
+ width: 90%;
1492
+ }
1493
+
1494
+ .table-parent {
1495
+ max-width: 100%;
1496
+ overflow: scroll;
1497
+ }
themes/foundation/default/style.css CHANGED
@@ -1,1485 +1 @@
1
- /* @group Reset */
2
- body [class^="wptouch-icon-"]:before, body [class*=" wptouch-icon-"]:before {
3
- width: auto;
4
- }
5
-
6
- html,body,div,span,applet,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,strong,sub,sup,var,b,u,i,center,ol,ul,li,caption {
7
- border: 0;
8
- outline: 0;
9
- vertical-align: baseline;
10
- margin: 0;
11
- padding: 0;
12
- }
13
-
14
- #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
15
- margin-top: 15px;
16
- margin-bottom: 15px;
17
- line-height: 130%;
18
- }
19
-
20
- body {
21
- -webkit-text-size-adjust: 100%;
22
- font-size: 100%;
23
- }
24
-
25
- .page-wrapper {
26
- min-height: 640px;
27
- padding-bottom: 20px;
28
- }
29
-
30
- ol,ul {
31
- list-style: none;
32
- margin: 0;
33
- padding: 0;
34
- }
35
-
36
-
37
-
38
- :focus {
39
- outline: 0;
40
- }
41
-
42
- ins,a {
43
- text-decoration: none;
44
- }
45
-
46
- .wptouch-clearfix:after {
47
- content: ".";
48
- display: block;
49
- height: 0;
50
- clear: both;
51
- visibility: hidden;
52
- }
53
-
54
- .clearfix:after {
55
- content: ".";
56
- display: block;
57
- height: 0;
58
- clear: both;
59
- visibility: hidden;
60
- }
61
-
62
- iframe {
63
- max-width: 100% !important;
64
- }
65
-
66
- .light-body {
67
- text-shadow: rgba(255,255,255,.2) 0 1px 0;
68
- }
69
-
70
- /* @end */
71
-
72
- /* @group WordPress & Structure */
73
-
74
- sup {
75
- vertical-align: super;
76
- font-size: 75%;
77
- font-variant: small-caps;
78
- }
79
-
80
- hr {
81
- border: 1px dashed rgba(0,0,0,.2);
82
- }
83
-
84
- .post ul {
85
- list-style-type: disc;
86
- }
87
-
88
- .post ol {
89
- list-style-type: decimal;
90
- }
91
-
92
- .post li {
93
- margin: 1% 8%;
94
- }
95
-
96
- .post li.sow-carousel-item {
97
- margin: 0;
98
- }
99
-
100
- blockquote, q {
101
- margin-left: 5%;
102
- margin-right: 5%;
103
- font-style: italic;
104
- display: block;
105
- }
106
-
107
- .aligncenter,
108
- .alignnone {
109
- text-align: center !important;
110
- margin-left: auto !important;
111
- margin-right: auto !important;
112
- float: none !important;
113
- display: block !important;
114
- }
115
-
116
- .alignleft {
117
- float: left;
118
- margin-right: 10px;
119
- }
120
-
121
- .alignright {
122
- float: right;
123
- margin-left: 10px;
124
- }
125
-
126
- .left-justify {
127
- text-align: left;
128
- }
129
-
130
- .full-justify {
131
- text-align: justify;
132
- }
133
-
134
- .right-justify {
135
- text-align: right;
136
- direction: rtl;
137
- }
138
-
139
- #content input {
140
- font-size: 100% !important;
141
- }
142
-
143
- .wp-caption-text {
144
- font-size: 90%;
145
- }
146
-
147
- .posts-nav {
148
- text-align: center;
149
- padding-top: 15px;
150
- padding-bottom: 15px;
151
- color: #999;
152
- text-transform: capitalize;
153
- font-weight: bold;
154
- }
155
-
156
- .footer {
157
- text-align: center;
158
- }
159
-
160
- img.wp-smiley {
161
- margin: 0;
162
- }
163
-
164
- .post table img, .page table img {
165
- margin: 0;
166
- }
167
-
168
- code, kbd, pre, tt {
169
- border: 1px solid #ffd478;
170
- word-wrap: break-word;
171
- background-color: #f2fdc7;
172
- padding: 5px;
173
- }
174
-
175
- var {
176
- color: red;
177
- }
178
-
179
- pre {
180
- }
181
-
182
- ins {
183
- vertical-align: super;
184
- }
185
-
186
- table {
187
- text-align: left;
188
- }
189
-
190
- table thead th {
191
- border-bottom: 1px solid #ccc;
192
- }
193
-
194
- table tbody tr {
195
- }
196
-
197
- table td:first-of-type {
198
- padding: 10px;
199
- }
200
-
201
- /* @group WP Gallery & Captions */
202
-
203
- .wp-caption {
204
- text-align: center;
205
- max-width: 100%;
206
- margin-top: 0;
207
- }
208
-
209
- .wp-caption p.wp-caption-text {
210
- padding: 0 0 15px;
211
- margin-top: 0px;
212
- font-size: 80%;
213
- font-style: italic;
214
- font-weight: normal;
215
- }
216
-
217
- .post .wp-caption img {
218
- margin-bottom: 0px;
219
- }
220
-
221
- #gallery_back_to_post {
222
- display: block;
223
- font-size: 80%;
224
- font-weight: bold;
225
- margin: 10px 10px 0;
226
- text-align: center;
227
- }
228
-
229
- .gallery {
230
- margin: 0;
231
- padding: 0;
232
- width: 100% !important;
233
- height: auto !important;
234
- }
235
-
236
- .gallery dl.gallery-item img.attachment-thumbnail {
237
- padding: 3px;
238
- margin: 10px;
239
- width: 50% !important;
240
- height: auto;
241
- }
242
-
243
- .gallery dl.gallery-item, .gallery dl.gallery-item dt.gallery-icon {
244
- margin: 0;
245
- }
246
-
247
- .gallery-nav {
248
- text-align: center;
249
- color: #ccc;
250
- margin-bottom: 15px;
251
- margin-top: 15px;
252
- }
253
-
254
- .entry-caption {
255
- text-align: center;
256
- font-style: italic;
257
- }
258
-
259
- /* @end */
260
-
261
- /* @end */
262
-
263
- /* @group Media Handling */
264
-
265
- .css-videos video, .css-videos embed, .css-videos object, .css-videos .mejs-container {
266
- -webkit-transform-style: preserve-3d;
267
- }
268
-
269
- .css-videos.portrait video {
270
- width: 100% !important;
271
- height: auto !important;
272
- min-height: 160px !important;
273
- max-width: 100% !important;
274
- }
275
-
276
- .css-videos.landscape video {
277
- width: 100% !important;
278
- height: auto !important;
279
- min-height: 250px !important;
280
- max-width: 100% !important;
281
- }
282
-
283
- .post img, .post img {
284
- max-width: 100%;
285
- height: auto;
286
- margin-top: 15px;
287
- margin-bottom: 15px;
288
- }
289
-
290
- /* @end */
291
-
292
- /* @group CSS Effects */
293
-
294
- /* CSS Noise background effect: Added to any element easily with a class of 'noise' */
295
-
296
- .noise {
297
- position: relative;
298
- z-index: 1;
299
- }
300
-
301
- .noise:before, .body-noise:before {
302
- content: '';
303
- position: absolute;
304
- z-index: -1;
305
- top: 0;
306
- bottom: 0;
307
- left: 0;
308
- right: 0;
309
- background-image: url(data:image/png;base64,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);
310
- }
311
-
312
- /* @group Slide Out */
313
-
314
- .slide-out {
315
- -webkit-backface-visibility: hidden;
316
- -ms-backface-visibility: hidden;
317
- -o-backface-visibility: hidden;
318
- backface-visibility: hidden;
319
- -webkit-animation-duration: 480ms;
320
- -webkit-animation-name: slideOutPanel;
321
- -o-animation-name: slideOutPanel;
322
- animation-name: slideOutPanel;
323
- animation-fill-mode: forwards;
324
- }
325
-
326
- @-webkit-keyframes slideOutPanel {
327
- from {
328
- opacity: 1;
329
- }
330
-
331
- to {
332
- -webkit-transform: translateY(-20%);
333
- transform: translateY(-20%);
334
- opacity: 0;
335
- }
336
-
337
- }
338
- @-o-keyframes slideOutPanel {
339
- from {
340
- opacity: 1;
341
- }
342
-
343
- to {
344
- -o-transform: translateY(-20%);
345
- transform: translateY(-20%);
346
- opacity: 0;
347
- }
348
-
349
- }
350
- @keyframes slideOutPanel {
351
- from {
352
- opacity: 1;
353
- }
354
-
355
- to {
356
- -webkit-transform: translateY(-20%);
357
- -o-transform: translateY(-20%);
358
- transform: translateY(-20%);
359
- opacity: 0;
360
- }
361
- }
362
-
363
- /* @end */
364
-
365
- /* @group Slide In */
366
-
367
- .slide-in {
368
- -webkit-backface-visibility: hidden;
369
- -ms-backface-visibility: hidden;
370
- -o-backface-visibility: hidden;
371
- backface-visibility: hidden;
372
- -webkit-animation-duration: 480ms;
373
- -webkit-animation-name: slideInPanel;
374
- -o-animation-name: slideInPanel;
375
- animation-name: slideInPanel;
376
- animation-fill-mode: forwards;
377
- }
378
-
379
- @-webkit-keyframes slideInPanel {
380
- from {
381
- -webkit-transform: translateY(-20%);
382
- transform: translateY(-20%);
383
- opacity: 0;
384
- }
385
-
386
- to {
387
- opacity: 1;
388
- }
389
-
390
- }
391
- @-o-keyframes slideInPanel {
392
- from {
393
- -o-transform: translateY(-20%);
394
- transform: translateY(-20%);
395
- opacity: 0;
396
- }
397
-
398
- to {
399
- opacity: 1;
400
- }
401
-
402
- }
403
- @keyframes slideInPanel {
404
- from {
405
- -webkit-transform: translateY(-20%);
406
- -o-transform: translateY(-20%);
407
- transform: translateY(-20%);
408
- opacity: 0;
409
- }
410
-
411
- to {
412
- opacity: 1;
413
- }
414
- }
415
-
416
- /* @end */
417
-
418
- /* @end */
419
-
420
- /* @group Load More, Infinite */
421
-
422
- .load-more-link, .infinite-link, .load-more-comments-wrap, .load-more-post-link, .load-more-page-link, .load-more-custom-link {
423
- display: block;
424
- width: 100%;
425
- text-align: center;
426
- padding-top: 12px;
427
- padding-bottom: 12px;
428
- font-weight: bold;
429
- line-height: 150%;
430
- text-transform: capitalize;
431
- }
432
-
433
- .spinner {
434
- display: inline-block;
435
- margin-right: 8px;
436
- }
437
-
438
- /* @end */
439
-
440
- /* @group Advertising */
441
-
442
- .wptouch-showcase {
443
- text-align: center;
444
- min-height: 50px;
445
- margin: 0 auto;
446
- padding: 0;
447
- }
448
-
449
- .wptouch-showcase.showcase-location-header {
450
- padding-top: 5px;
451
- }
452
-
453
- .post .wptouch-showcase {
454
- padding-bottom: 10px;
455
- padding-top: 10px;
456
- }
457
-
458
- .wptouch-custom-showcase {
459
- margin: 5px;
460
- text-align: center;
461
- display: block;
462
- max-width: 100%;
463
- height: auto;
464
- }
465
-
466
- .wptouch-custom-showcase a, .wptouch-custom-showcase img, .wptouch-custom-showcase iframe * {
467
- max-width: 100%;
468
- height: auto;
469
- }
470
-
471
- /* @end */
472
-
473
- /* @group Nav Bar */
474
-
475
- .nav-bar {
476
- font-weight: bold;
477
- padding-top: 6px;
478
- padding-bottom: 6px;
479
- font-size: 90%;
480
- margin-left: 12px;
481
- margin-right: 12px;
482
- }
483
-
484
- .nav-controls {
485
- text-transform: capitalize;
486
- text-align: center;
487
- margin-top: 25px;
488
- margin-bottom: 25px;
489
- }
490
-
491
- .nav-controls a.prev-post {
492
- padding-top: 8px;
493
- padding-bottom: 8px;
494
- }
495
-
496
- .nav-controls a.prev-post+a.next-post {
497
- padding-left: 8px;
498
- margin-left: 4px;
499
- }
500
-
501
- .nav-controls a.next-post {
502
- padding-top: 8px;
503
- padding-bottom: 8px;
504
- word-wrap: break-word;
505
- }
506
-
507
- .nav-controls a.prev-post:before {
508
- content: '\e810';
509
- font: normal normal 90% 'wptouch-icons';
510
- }
511
-
512
- .nav-controls a.next-post:after {
513
- content: '\e811';
514
- font: normal normal 90% 'wptouch-icons';
515
- }
516
-
517
- /* @end */
518
-
519
- /* @group Featured Slider */
520
-
521
- /* @group Swipe */
522
-
523
- #slider {
524
- overflow: hidden;
525
- position: relative;
526
- border-bottom: 0;
527
- }
528
-
529
- #slider * {
530
- -webkit-tap-highlight-color: rgba(0,0,0,0);
531
- -webkit-touch-callout: none;
532
- }
533
-
534
- #slider .owl-item {
535
- height: 220px;
536
- overflow: hidden;
537
- }
538
-
539
- #slider img {
540
- width: 114%;
541
- margin-left: -7%;
542
- }
543
-
544
- .swipe.grayscale img {
545
- -webkit-filter: grayscale(1) contrast(1.1);
546
- }
547
-
548
- .swipe-wrap > div {
549
- float: left;
550
- position: relative;
551
- height: 200px;
552
- overflow: hidden;
553
- }
554
-
555
- .landscape .swipe-wrap > div {
556
- height: 274px;
557
- }
558
-
559
- #slider p {
560
- background-color: rgba(0,0,0,0.6);
561
- text-align: center;
562
- font-size: 100%;
563
- margin: 0;
564
- padding: 12px 5%;
565
- line-height: 100%;
566
- color: #fff;
567
- position: absolute;
568
- right: 0;
569
- bottom: 0;
570
- font-weight: bold;
571
- left: 0;
572
- }
573
-
574
- p.featured-date, #slider .comments-number {
575
- display: none;
576
- }
577
-
578
- .dark-body #slider {
579
- border-bottom: 1px solid rgba(0,0,0,.1);
580
- -webkit-box-shadow: rgba(255,255,255,.05) 0px 1px 0px;
581
- box-shadow: rgba(255,255,255,.05) 0px 1px 0px;
582
- }
583
-
584
- /* @end */
585
-
586
- /* @group Dots */
587
-
588
- ul.dots {
589
- padding-bottom: 5px;
590
- position: relative;
591
- z-index: 1;
592
- margin-right: auto;
593
- padding-top: 5px;
594
- text-align: center;
595
- margin-bottom: -30px;
596
- }
597
-
598
- .owl-dots {
599
- position: absolute;
600
- text-align: center;
601
- top: 0;
602
- width: 100%;
603
- }
604
-
605
- ul.dots li,
606
- .owl-dot {
607
- width: 6px;
608
- height: 6px;
609
- border-radius: 4px;
610
- background-color: rgba(255,255,255,.25);
611
- -webkit-box-shadow: inset rgba(0,0,0,.1) 0px 1px 1px, rgba(255,255,255,.05) 0px 1px 0px;
612
- box-shadow: inset rgba(0,0,0,.1) 0px 1px 1px, rgba(255,255,255,.05) 0px 1px 0px;
613
- margin-right: 3px;
614
- margin-left: 3px;
615
- display: inline-block;
616
- }
617
-
618
- ul.dots li.active,
619
- .owl-dot.active {
620
- background-color: rgba( 255, 255, 255, .75);
621
- -webkit-box-shadow: inset rgba(255,255,255,.05) 0px 1px 0px, rgba(255,255,255,.05) 0px 1px 0px;
622
- box-shadow: inset rgba(255,255,255,.05) 0px 1px 0px, rgba(255,255,255,.05) 0px 1px 0px;
623
- }
624
-
625
- /* @end */
626
-
627
- /* @end */
628
-
629
- /* @group Sharing Options */
630
-
631
- .sharing-options {
632
- text-align: center;
633
- }
634
-
635
- .sharing-options a {
636
- width: 25%;
637
- max-width: 25%;
638
- display: block;
639
- font-weight: bold;
640
- font-size: 90%;
641
- background-color: rgba(0,0,0,.05);
642
- border-bottom: 1px solid rgba(255,255,255,.7);
643
- border-top: 1px solid rgba(255,255,255,.7);
644
- float: left;
645
- padding-top: 8px;
646
- padding-bottom: 8px;
647
- }
648
-
649
- .sharing-options.long a {
650
- width: 50%;
651
- max-width: 50%;
652
- margin-bottom: -3px;
653
- }
654
-
655
- .rtl .sharing-options a {
656
- float: right;
657
- }
658
-
659
- /* @group Default */
660
-
661
- .sharing-options .email-btn:before {
662
- content: '\e818';
663
- margin-right: 5px;
664
- font-family: 'wptouch-icons';
665
- font-weight: normal;
666
- font-style: normal;
667
- }
668
-
669
- .sharing-options .facebook-btn:before {
670
- content: '\e81e';
671
- margin-right: 5px;
672
- font-family: 'wptouch-icons';
673
- font-weight: normal;
674
- font-style: normal;
675
- }
676
-
677
- .sharing-options .twitter-btn:before {
678
- content: '\e81b';
679
- margin-right: 5px;
680
- font-family: 'wptouch-icons';
681
- font-weight: normal;
682
- font-style: normal;
683
- }
684
-
685
- .sharing-options .google-btn:before {
686
- content: '\e81c';
687
- margin-right: 5px;
688
- font-family: 'wptouch-icons';
689
- font-weight: normal;
690
- font-style: normal;
691
- }
692
-
693
- .sharing-options .pinterest-btn:before {
694
- content: '\e823';
695
- margin-right: 5px;
696
- font-family: 'wptouch-icons';
697
- font-weight: normal;
698
- font-style: normal;
699
- }
700
-
701
- .rtl .sharing-options .email-btn:before {
702
- display: none;
703
- }
704
-
705
- .rtl .sharing-options .facebook-btn:before {
706
- display: none;
707
- }
708
-
709
- .rtl .sharing-options .twitter-btn:before {
710
- display: none;
711
- }
712
-
713
- .rtl .sharing-options .google-btn:before {
714
- display: none;
715
- }
716
-
717
- .rtl .sharing-options .pinterest-btn:before {
718
- display: none;
719
- }
720
-
721
- .rtl .sharing-options .email-btn:before {
722
- display: none;
723
- }
724
-
725
- .rtl .sharing-options .email-btn:after {
726
- content: '\e818';
727
- margin-left: 5px;
728
- font-family: 'wptouch-icons';
729
- font-weight: normal;
730
- font-style: normal;
731
- }
732
-
733
- .rtl .sharing-options .facebook-btn:after {
734
- content: '\e81f';
735
- margin-left: 5px;
736
- font-family: 'wptouch-icons';
737
- font-weight: normal;
738
- font-style: normal;
739
- }
740
-
741
- .rtl .sharing-options .twitter-btn:after {
742
- content: '\e81b';
743
- margin-left: 5px;
744
- font-family: 'wptouch-icons';
745
- font-weight: normal;
746
- font-style: normal;
747
- }
748
-
749
- .rtl .sharing-options .google-btn:after {
750
- content: '\e81c';
751
- margin-left: 5px;
752
- font-family: 'wptouch-icons';
753
- font-weight: normal;
754
- font-style: normal;
755
- }
756
-
757
- .rtl .sharing-options .pinterest-btn:after {
758
- content: '\e823';
759
- margin-left: 5px;
760
- font-family: 'wptouch-icons';
761
- font-weight: normal;
762
- font-style: normal;
763
- }
764
-
765
- .rtl .sharing-options .email-btn:after {
766
- content: '\e818';
767
- margin-left: 5px;
768
- font-family: 'wptouch-icons';
769
- font-weight: normal;
770
- font-style: normal;
771
- }
772
-
773
-
774
- /* @end */
775
-
776
- /* @group Vibrant */
777
-
778
- .sharing-options.style-vibrant a {
779
- text-shadow: rgba(0,0,0,.4) 0 -1px 0;
780
- color: #fff !important;
781
- }
782
-
783
- .sharing-options.style-vibrant .facebook-btn {
784
- background-color: #3a589a;
785
- }
786
-
787
- .sharing-options.style-vibrant .twitter-btn {
788
- background-color: #8cc1db;
789
- }
790
-
791
- .sharing-options.style-vibrant .google-btn {
792
- background-color: #eb2632;
793
- }
794
-
795
- .sharing-options.style-vibrant .pinterest-btn {
796
- background-color: #e11d00;
797
- }
798
-
799
- .sharing-options.style-vibrant .email-btn {
800
- background-color: #999;
801
- }
802
-
803
- /* @end */
804
-
805
- /* @end */
806
-
807
- /* @group Web-App Mode */
808
-
809
- body.web-app-mode.translucent {
810
- margin-top: 20px;
811
- }
812
-
813
- body.web-app-mode #switch {
814
- display: none;
815
- }
816
-
817
- /* @end */
818
-
819
- /* @group 404 */
820
-
821
- .not-found {
822
- text-align: center;
823
- font-size: 200%;
824
- margin-top: 30px;
825
- font-weight: bold;
826
- letter-spacing: -1px;
827
- }
828
-
829
- .not-found:after {
830
- font-family: 'wptouch-icons';
831
- content: "\e83b";
832
- display: block;
833
- font-size: 400%;
834
- line-height: 150%;
835
- }
836
-
837
- .not-found-text {
838
- margin-bottom: 70px;
839
- width: 70%;
840
- margin-left: auto;
841
- margin-right: auto;
842
- text-align: center;
843
- font-weight: bold;
844
- }
845
-
846
- /* @end */
847
-
848
- /* @group Switch Link */
849
-
850
- #switch {
851
- margin-right: 16%;
852
- margin-left: 16%;
853
- padding-top: 15px;
854
- padding-bottom: 15px;
855
- }
856
-
857
- #switch div {
858
- border: 1px solid rgba(0,0,0,.2);
859
- border-radius: 3px;
860
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
861
- -webkit-touch-callout: none;
862
- text-align: center;
863
- position: relative;
864
- font-weight: bold;
865
- height: 24px;
866
- text-transform: capitalize;
867
- color: rgba(0,0,0,.5);
868
- line-height: 95%;
869
- font-size: 90%;
870
- }
871
-
872
- #switch .off {
873
- border-left: 1px solid rgba(0,0,0,.1);
874
- position: absolute;
875
- top: 0;
876
- right: 0;
877
- bottom: 0;
878
- padding-top: 4px;
879
- width: 50%;
880
- }
881
-
882
- #switch .on {
883
- position: absolute;
884
- top: 0;
885
- left: 0;
886
- bottom: 0;
887
- padding-top: 4px;
888
- width: 50%;
889
- }
890
-
891
- #switch .active {
892
- color: rgba(255,255,255,.9);
893
- border-style: none;
894
- }
895
-
896
- .dark-body #switch div {
897
- border: 1px solid rgba(255,255,255,.15);
898
- }
899
-
900
- /* @end */
901
-
902
- /* @group Footer Social Links */
903
-
904
- ul.social-links-wrap {
905
- margin-right: 3%;
906
- margin-left: 3%;
907
- }
908
-
909
- .social-links-wrap li {
910
- display: inline-block;
911
- margin-bottom: 5px;
912
- margin-top: 5px;
913
- }
914
-
915
- li .social-footer-badges {
916
- background-color: rgba(255,255,255,.9);
917
- -webkit-border-radius: 44px;
918
- border-radius: 44px;
919
- font-size: 120%;
920
- -webkit-box-shadow: inset rgba(255,255,255,.4) 0px 1px 0px;
921
- box-shadow: inset rgba(255,255,255,.4) 0px 1px 0px;
922
- text-shadow: none;
923
- border-style: solid;
924
- border-width: 1px;
925
- line-height: 2em;
926
- width: 2em;
927
- height: 2em;
928
- display: inline-block;
929
- margin-bottom: 10px;
930
- margin-right: 2px;
931
- margin-left: 2px;
932
- text-align: center;
933
- }
934
-
935
- .dark-body .social-footer-badges {
936
- background-color: rgba(0,0,0,.3);
937
- -webkit-box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
938
- box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
939
- border-width: 0;
940
- }
941
-
942
- /* @end */
943
-
944
- /* @group Comments */
945
-
946
- #comments {
947
- }
948
- #comments .children .comment {
949
- margin-left: 15px;
950
- }
951
-
952
- p.comment-awaiting-moderation {
953
- font-weight: bold;
954
- font-style: italic;
955
- background-color: #feeec4;
956
- padding: 4px;
957
- -webkit-border-radius: 2px;
958
- border-radius: 2px;
959
- }
960
-
961
- p.nocomments {
962
- text-align: center;
963
- font-style: italic;
964
- text-transform: capitalize;
965
- margin-top: 25px;
966
- margin-bottom: 25px;
967
- }
968
-
969
- .comment .comment-body img {
970
- max-width: 100%;
971
- }
972
-
973
- /* @group Commentform */
974
-
975
- form#commentform label {
976
- font-size: 90%;
977
- }
978
-
979
- form#commentform input[type="text"], form#commentform input[type="email"], form#commentform input[type="url"] {
980
- width: 60%;
981
- }
982
-
983
- form#commentform.comment-form input[type="text"], form#commentform.comment-form input[type="email"], form#commentform.comment-form input[type="url"] {
984
- width: 100%;
985
- box-sizing: border-box;
986
- }
987
-
988
- form#commentform input:focus, form#commentform textarea:focus {
989
- background-color: rgba(0,0,0,0);
990
- }
991
-
992
- form#commentform input, form#commentform textarea {
993
- padding: 4px;
994
- border: 1px solid rgba(0,0,0,.3);
995
- font-size: 100%;
996
- -webkit-appearance: none;
997
- -webkit-border-radius: 0;
998
- border-radius: 0;
999
- background-color: rgba(0,0,0,.1);
1000
- }
1001
- form#commentform input[type="checkbox"] {
1002
- -webkit-appearance: checkbox;
1003
- }
1004
- form#commentform input[type="radio"] {
1005
- -webkit-appearance: radio;
1006
- }
1007
-
1008
- form#commentform textarea {
1009
- min-height: 100px;
1010
- margin: 0;
1011
- width: 95%;
1012
- -webkit-transition-duration: .5s;
1013
- }
1014
-
1015
- form#commentform.comment-form textarea {
1016
- width: 100%;
1017
- box-sizing: border-box;
1018
- }
1019
-
1020
- form#commentform textarea:focus {
1021
- min-height: 120px;
1022
- }
1023
-
1024
- form#commentform button#submit {
1025
- -webkit-appearance: none;
1026
- border: 1px solid rgba(0,0,0,.3);
1027
- font-weight: bold;
1028
- font-size: 100%;
1029
- background-color: rgba(255,255,255,.8);
1030
- color: rgba(0,0,0,.8);
1031
- padding: 4px 16px;
1032
- margin: 0;
1033
- -webkit-border-radius: 0px;
1034
- border-radius: 0px;
1035
- }
1036
-
1037
- /* @end */
1038
-
1039
- /* @group Comment Errors */
1040
-
1041
- .comment-error {
1042
- padding: 10px;
1043
- text-align: center;
1044
- }
1045
-
1046
- .comment-error a {
1047
- font-size: 120%;
1048
- }
1049
-
1050
- /* @end */
1051
-
1052
- /* @end */
1053
-
1054
- /* @group Dark */
1055
-
1056
- .dark-body {
1057
- text-shadow: rgba(0,0,0,.2) 0 -1px 0;
1058
- color: rgba(255,255,255,.9);
1059
- }
1060
-
1061
- .dark-body hr {
1062
- border: 1px dashed rgba(255,255,255,.2);
1063
- }
1064
-
1065
- /* @end */
1066
-
1067
- /* @group Multipage Links */
1068
-
1069
- .wp-page-nav {
1070
- text-align: center;
1071
- margin-top: 10px;
1072
- margin-bottom: 10px;
1073
- font-size: 110%;
1074
- font-weight: bold;
1075
- }
1076
-
1077
- .wp-page-nav a {
1078
- padding: 2px;
1079
- }
1080
-
1081
- /* @end */
1082
-
1083
- /* @group Password Protected */
1084
-
1085
- .post form {
1086
- background-color: rgba(0,0,0,.1);
1087
- padding: 10px;
1088
- margin-top: 10px;
1089
- margin-bottom: 10px;
1090
- }
1091
-
1092
- .post form label {
1093
- font-size: 90%;
1094
- }
1095
-
1096
- .post form input[type="password"] {
1097
- width: 35%;
1098
- }
1099
-
1100
- .post form input[type="submit"], .post form input[type="button"] {
1101
- padding-left: 4px;
1102
- padding-right: 4px;
1103
- font-size: 90%;
1104
- }
1105
-
1106
- /* @end */
1107
-
1108
- /* @group Back To Top */
1109
-
1110
- .back-to-top {
1111
- text-align: center;
1112
- display: block;
1113
- font-weight: bold;
1114
- margin-top: 50px;
1115
- }
1116
-
1117
- .back-to-top:before {
1118
- content: "\e843";
1119
- font-family: 'wptouch-icons';
1120
- font-weight: normal;
1121
- font-style: normal;
1122
- padding-right: 5px;
1123
- }
1124
-
1125
- /* @end */
1126
-
1127
- /* @group Related Posts
1128
- */
1129
-
1130
- .related li {
1131
- min-height: 60px;
1132
- }
1133
-
1134
- .related-posts ul li.no-excerpt {
1135
- height: 54px;
1136
- line-height: 54px; /* <-- this is what you must define */
1137
- vertical-align: middle;
1138
-
1139
- }
1140
-
1141
- .related-posts ul li.no-excerpt a {
1142
- width: 80%;
1143
- display: inline-block;
1144
- line-height: 120%;
1145
- }
1146
-
1147
-
1148
-
1149
- /* @end */
1150
-
1151
- /* @group Login Form */
1152
-
1153
- .wptouch-login-wrap {
1154
- text-align: center;
1155
- z-index: 1000;
1156
- font-size: 100%;
1157
- padding: 20px;
1158
- display: none;
1159
- position: absolute;
1160
- top: 3%;
1161
- -webkit-border-radius: 4px;
1162
- border-radius: 4px;
1163
- width: 75%;
1164
- -webkit-box-shadow: rgba(0,0,0,.5) 0px 1px 5px;
1165
- box-shadow: rgba(0,0,0,.5) 0px 1px 5px;
1166
- }
1167
-
1168
- .wptouch-login-wrap, .wptouch-login-wrap a {
1169
- color: rgba(0,0,0,.8);
1170
- text-shadow: rgba(255,255,255,.2) 0 1px 0;
1171
- }
1172
-
1173
- .tablet .wptouch-login-wrap {
1174
- width: 30%;
1175
- }
1176
-
1177
- .wptouch-login-wrap .login-close {
1178
- position: absolute;
1179
- right: -5px;
1180
- font-size: 200%;
1181
- top: -5px;
1182
- }
1183
-
1184
- .wptouch-login-inner {
1185
- position: relative;
1186
- }
1187
-
1188
- .wptouch-login-wrap h3 {
1189
- margin: 0 0 20px;
1190
- font-size: 200%;
1191
- }
1192
-
1193
- #wptouch-login p {
1194
- margin: 0 0 5px;
1195
- padding: 0;
1196
- }
1197
-
1198
- p.login-remember {
1199
- display: none;
1200
- }
1201
-
1202
- .wptouch-login-inner input[type="text"], .wptouch-login-inner input[type="password"] {
1203
- font-size: 120%;
1204
- width: 192px;
1205
- height: 30px;
1206
- -webkit-border-radius: 2px;
1207
- border-radius: 2px;
1208
- padding: 3px;
1209
- background-color: rgba(255,255,255,.9);
1210
- border-style: none;
1211
- }
1212
-
1213
- .wptouch-login-inner input[type="text"]:focus, .wptouch-login-inner input[type="password"]:focus {
1214
- background: white;
1215
- }
1216
-
1217
- .wptouch-login-inner input[type="submit"] {
1218
- width: 200px;
1219
- font-size: 130%;
1220
- font-weight: bold;
1221
- -webkit-border-radius: 2px;
1222
- border-radius: 2px;
1223
- -webkit-appearance: none;
1224
- padding: 5px;
1225
- margin-top: 10px;
1226
- text-transform: uppercase;
1227
- background-color: transparent;
1228
- border: 1px solid rgba(0,0,0,.3);
1229
- }
1230
-
1231
- .wptouch-login-inner input[type="submit"]:active {
1232
- -webkit-box-shadow: inset rgba(0,0,0,.5) 0px 2px 4px;
1233
- box-shadow: inset rgba(0,0,0,.5) 0px 2px 4px;
1234
- }
1235
-
1236
- /* @group Links */
1237
-
1238
- .login-links {
1239
- border-top: 1px solid rgba(0,0,0,.2);
1240
- margin: 30px -20px -20px;
1241
- overflow: hidden;
1242
- }
1243
-
1244
- .login-links a {
1245
- font-weight: bold;
1246
- font-size: 110%;
1247
- display: inline-block;
1248
- width: 49%;
1249
- white-space: nowrap;
1250
- overflow: hidden;
1251
- text-overflow: ellipsis;
1252
- padding-top: 10px;
1253
- padding-bottom: 10px;
1254
- text-align: center;
1255
- }
1256
-
1257
- .sign-up {
1258
- border-right: 1px solid rgba(0,0,0,.2);
1259
- }
1260
-
1261
- /* @end */
1262
-
1263
- /* @end */
1264
-
1265
- /* @group Tappable */
1266
-
1267
- /* Makes elements that should use the tappable module act more like native UI elements */
1268
-
1269
- .tappable {
1270
- -webkit-touch-callout: none;
1271
- -webkit-tap-highlight-color: rgba(0,0,0,0);
1272
- -webkit-user-select: none;
1273
- }
1274
-
1275
- /* @end */
1276
-
1277
- /* @group Jetpack Stats compatibility - hide tracker image */
1278
-
1279
- img#wpstats {
1280
- position: absolute;
1281
- top: 0;
1282
- width: 0px;
1283
- height: 0px;
1284
- overflow: hidden
1285
- }
1286
-
1287
- /* @end */
1288
-
1289
- /* @group WPML */
1290
-
1291
- #wpml-language-chooser-wrap {
1292
- text-align: center;
1293
- margin-top: 20px;
1294
- }
1295
-
1296
- #wpml-language-chooser {
1297
- margin: auto;
1298
- font-size: 0.9em;
1299
- }
1300
-
1301
- #wpml-language-chooser strong {
1302
-
1303
- }
1304
-
1305
- #wpml-language-chooser select {
1306
- font-size: 0.9em;
1307
- }
1308
-
1309
- /* @end */
1310
-
1311
- /* @group Contact Form 7 compatibility */
1312
-
1313
- .post form.wpcf7-form {
1314
- background: transparent;
1315
- }
1316
-
1317
- span.wpcf7-form-control-wrap {
1318
- display: block;
1319
- max-width: 96%;
1320
- }
1321
-
1322
- .wpcf7 input,
1323
- .wpcf7 textarea {
1324
- font-size: 100%;
1325
- padding-left: 5px !important;
1326
- padding-right: 0;
1327
- max-width: 100%;
1328
- }
1329
-
1330
- .wpcf7 div.wpcf7-response-output {
1331
- margin: 0;
1332
- padding: 10px 15px;
1333
- }
1334
-
1335
- .wpcf7 div.wpcf7-validation-errors {
1336
- background: rgba(247, 231, 0, 0.25);
1337
- line-height: 1.4em;
1338
- }
1339
-
1340
- .wpcf7 div.wpcf7-mail-sent-ok {
1341
- background: #398f14;
1342
- color: #fff;
1343
- font-weight: bold;
1344
- line-height: 1.4em;
1345
- text-align: center;
1346
- }
1347
-
1348
- /* @end */
1349
-
1350
- /* This CSS is only used/shown in the preview window */
1351
-
1352
- /* @group Preview Bar */
1353
-
1354
- #preview-bar {
1355
- -webkit-animation: pulse 1.5s infinite;
1356
- -webkit-animation-timing-function: ease-out;
1357
- -webkit-animation-direction: alternate;
1358
- position: fixed;
1359
- height: 26px;
1360
- z-index: 1000;
1361
- left: 0;
1362
- right: 0;
1363
- opacity: 0.95;
1364
- -webkit-box-shadow: rgba(0,0,0,.3) 0px -2px 4px, inset rgba(255,255,255,.3) 0px 6px 12px;
1365
- box-shadow: rgba(0,0,0,.3) 0px -2px 4px, inset rgba(255,255,255,.3) 0px 6px 12px;
1366
- -webkit-user-select: none;
1367
- color: #fff;
1368
- text-shadow: rgba(0,0,0,.5) 0 -1px 1px;
1369
- font: bold 13px Helvetica, Geneva, Arial, sans-serif;
1370
- bottom: 0;
1371
- }
1372
-
1373
- #preview-bar p {
1374
- position: absolute;
1375
- padding: 0;
1376
- margin: 0;
1377
- top: 5px;
1378
- left: 8px;
1379
- }
1380
-
1381
- .refresher {
1382
- height: 16px;
1383
- background-color: rgba(255,255,255,.1);
1384
- position: absolute;
1385
- top: 3px;
1386
- border-radius: 4px;
1387
- border: 1px solid rgba(0,0,0,.2);
1388
- -webkit-box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
1389
- box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
1390
- text-align: center;
1391
- padding-top: 3px;
1392
- color: #fff;
1393
- text-shadow: rgba(0,0,0,.8) 0 -1px 1px;
1394
- cursor: pointer;
1395
- text-transform: uppercase;
1396
- right: 3px;
1397
- font-weight: bold;
1398
- font-size: 11px;
1399
- padding-left: 6px;
1400
- padding-right: 6px;
1401
- }
1402
-
1403
- .refresher:active {
1404
- background-color: rgba(255,255,255,0);
1405
- }
1406
-
1407
- @-webkit-keyframes pulse {
1408
- 0% {
1409
- background: #666;
1410
- }
1411
-
1412
- 100% {
1413
- background: #222;
1414
- }
1415
-
1416
- }
1417
- @-o-keyframes pulse {
1418
- 0% {
1419
- background: #666;
1420
- }
1421
-
1422
- 100% {
1423
- background: #222;
1424
- }
1425
-
1426
- }
1427
- @keyframes pulse {
1428
- 0% {
1429
- background: #666;
1430
- }
1431
-
1432
- 100% {
1433
- background: #222;
1434
- }
1435
- }
1436
-
1437
- /* @end */
1438
-
1439
- /* @group Back Button */
1440
-
1441
- .back-button,
1442
- .smartphone.web-app-mode.pushit-active .back-button {
1443
- display: none;
1444
- }
1445
-
1446
- .smartphone.web-app-mode .back-button {
1447
- background-color: rgba( 255, 255, 255, 0.2 );
1448
- color: rgba( 255, 255, 255, 0.3 );
1449
- border-radius: 35px;
1450
- display: block;
1451
- padding: 15px 18px 15px 15px;
1452
- position: fixed;
1453
- bottom: 30px;
1454
- left: 30px;
1455
- transition: background-color .5s linear;
1456
- z-index: 100;
1457
- }
1458
-
1459
- .smartphone.web-app-mode .back-button.visible {
1460
- background-color: rgba( 255, 255, 255, 1 );
1461
- color: #000;
1462
- transition: background-color .5s linear;
1463
- }
1464
-
1465
- .light-body.smartphone.web-app-mode .back-button {
1466
- background: rgba( 0, 0, 0, 0.1 );
1467
- color: rgba( 0, 0, 0, 0.3 );
1468
- }
1469
-
1470
- .light-body.smartphone.web-app-mode .back-button.visible {
1471
- background-color: rgba( 0, 0, 0, 0.8 );
1472
- color: #fff;
1473
- }
1474
-
1475
- /* @end */
1476
-
1477
- #content .su-pullquote {
1478
- float: none;
1479
- width: 90%;
1480
- }
1481
-
1482
- .table-parent {
1483
- max-width: 100%;
1484
- overflow: scroll;
1485
- }
1
+ .slide-in,.slide-out{-webkit-animation-duration:480ms;animation-fill-mode:forwards}#switch div,.nav-controls,.posts-nav,p.nocomments{text-transform:capitalize}.nav-controls a.next-post,code,kbd,pre,tt{word-wrap:break-word}#slider *,#switch div,.tappable{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}#preview-bar,.tappable{-webkit-user-select:none}@font-face{font-family:wptouch-icons;src:url(../modules/wptouch-icons/font/wptouch-icons.eot?64777116);src:url(../modules/wptouch-icons/font/wptouch-icons.eot?64777116#iefix) format('embedded-opentype'),url(../modules/wptouch-icons/font/wptouch-icons.woff?64777116) format('woff'),url(../modules/wptouch-icons/font/wptouch-icons.ttf?64777116) format('truetype'),url(../modules/wptouch-icons/font/wptouch-icons.svg?64777116#wptouch-icons) format('svg');font-weight:400;font-style:normal}body [class*=" wptouch-icon-"]:before,body [class^=wptouch-icon-]:before{width:auto}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,del,dfn,div,em,font,html,i,img,ins,kbd,li,ol,pre,q,s,samp,span,strike,strong,sub,sup,u,ul,var{border:0;outline:0;vertical-align:baseline;margin:0;padding:0}ins,sup{vertical-align:super}#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{margin-top:15px;margin-bottom:15px;line-height:130%}body{-webkit-text-size-adjust:100%;font-size:100%}.page-wrapper{min-height:640px;padding-bottom:20px}ol,ul{list-style:none;margin:0;padding:0}:focus{outline:0}a,ins{text-decoration:none}.clearfix:after,.wptouch-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}iframe{max-width:100%!important}.light-body{text-shadow:rgba(255,255,255,.2) 0 1px 0}sup{font-size:75%;font-variant:small-caps}hr{border:1px dashed rgba(0,0,0,.2)}.post ul{list-style-type:disc}.post ol{list-style-type:decimal}.post li{margin:1% 8%}.post li.sow-carousel-item{margin:0}blockquote,q{margin-left:5%;margin-right:5%;font-style:italic;display:block}.aligncenter,.alignnone{text-align:center!important;margin-left:auto!important;margin-right:auto!important;float:none!important;display:block!important}.alignleft{float:left;margin-right:10px}.alignright{float:right;margin-left:10px}.left-justify{text-align:left}.full-justify{text-align:justify}.right-justify{text-align:right;direction:rtl}.footer,.posts-nav{text-align:center}#content input{font-size:100%!important}.wp-caption-text{font-size:90%}.posts-nav{padding-top:15px;padding-bottom:15px;color:#999;font-weight:700}.page table img,.post table img,img.wp-smiley{margin:0}code,kbd,pre,tt{border:1px solid #ffd478;background-color:#f2fdc7;padding:5px}var{color:red}table{text-align:left}table thead th{border-bottom:1px solid #ccc}table td:first-of-type{padding:10px}.wp-caption{text-align:center;max-width:100%;margin-top:0}.wp-caption p.wp-caption-text{padding:0 0 15px;margin-top:0;font-size:80%;font-style:italic;font-weight:400}.post .wp-caption img{margin-bottom:0}#gallery_back_to_post{display:block;font-size:80%;font-weight:700;margin:10px 10px 0;text-align:center}.gallery{margin:0;padding:0;width:100%!important;height:auto!important}.gallery dl.gallery-item img.attachment-thumbnail{padding:3px;margin:10px;width:50%!important;height:auto}.css-videos.landscape video,.css-videos.portrait video{width:100%!important;height:auto!important;max-width:100%!important}.gallery dl.gallery-item,.gallery dl.gallery-item dt.gallery-icon{margin:0}.gallery-nav,.post img{margin-top:15px;margin-bottom:15px}.gallery-nav{text-align:center;color:#ccc}.entry-caption{text-align:center;font-style:italic}.css-videos .mejs-container,.css-videos embed,.css-videos object,.css-videos video{-webkit-transform-style:preserve-3d}.css-videos.portrait video{min-height:160px!important}.css-videos.landscape video{min-height:250px!important}.post img,.wptouch-custom-showcase,.wptouch-custom-showcase a,.wptouch-custom-showcase iframe *,.wptouch-custom-showcase img{max-width:100%;height:auto}.noise{position:relative;z-index:1}.body-noise:before,.noise:before{content:'';position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background-image:url(data:image/png;base64,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)}#slider,.swipe-wrap>div{position:relative;overflow:hidden}.slide-out{-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation-name:slideOutPanel;-o-animation-name:slideOutPanel;animation-name:slideOutPanel}@-webkit-keyframes slideOutPanel{from{opacity:1}to{-webkit-transform:translateY(-20%);transform:translateY(-20%);opacity:0}}@-o-keyframes slideOutPanel{from{opacity:1}to{-o-transform:translateY(-20%);transform:translateY(-20%);opacity:0}}@keyframes slideOutPanel{from{opacity:1}to{-webkit-transform:translateY(-20%);-o-transform:translateY(-20%);transform:translateY(-20%);opacity:0}}.slide-in{-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation-name:slideInPanel;-o-animation-name:slideInPanel;animation-name:slideInPanel}@-webkit-keyframes slideInPanel{from{-webkit-transform:translateY(-20%);transform:translateY(-20%);opacity:0}to{opacity:1}}@-o-keyframes slideInPanel{from{-o-transform:translateY(-20%);transform:translateY(-20%);opacity:0}to{opacity:1}}@keyframes slideInPanel{from{-webkit-transform:translateY(-20%);-o-transform:translateY(-20%);transform:translateY(-20%);opacity:0}to{opacity:1}}.infinite-link,.load-more-comments-wrap,.load-more-custom-link,.load-more-link,.load-more-page-link,.load-more-post-link{display:block;width:100%;text-align:center;padding-top:12px;padding-bottom:12px;font-weight:700;line-height:150%;text-transform:capitalize}.spinner{display:inline-block;margin-right:8px}.wptouch-showcase{text-align:center;min-height:50px;margin:0 auto;padding:0}.wptouch-showcase.showcase-location-header{padding-top:5px}.post .wptouch-showcase{padding-bottom:10px;padding-top:10px}.wptouch-custom-showcase{margin:5px;text-align:center;display:block}.nav-bar{font-weight:700;padding-top:6px;padding-bottom:6px;font-size:90%;margin-left:12px;margin-right:12px}.nav-controls a.next-post,.nav-controls a.prev-post{padding-top:8px;padding-bottom:8px}.nav-controls{text-align:center;margin-top:25px;margin-bottom:25px}.nav-controls a.prev-post+a.next-post{padding-left:8px;margin-left:4px}.nav-controls a.prev-post:before{content:'\e810';font:normal normal 90% wptouch-icons}.nav-controls a.next-post:after{content:'\e811';font:normal normal 90% wptouch-icons}#slider{border-bottom:0}#slider .owl-item{height:220px;overflow:hidden}#slider img{width:114%;margin-left:-7%}.swipe.grayscale img{-webkit-filter:grayscale(1) contrast(1.1)}.swipe-wrap>div{float:left;height:200px}.landscape .swipe-wrap>div{height:274px}#slider p{background-color:rgba(0,0,0,.6);text-align:center;font-size:100%;margin:0;padding:12px 5%;line-height:100%;color:#fff;position:absolute;right:0;bottom:0;font-weight:700;left:0}#slider .comments-number,p.featured-date{display:none}.dark-body #slider{border-bottom:1px solid rgba(0,0,0,.1);-webkit-box-shadow:rgba(255,255,255,.05) 0 1px 0;box-shadow:rgba(255,255,255,.05) 0 1px 0}ul.dots{padding-bottom:5px;position:relative;z-index:1;margin-right:auto;padding-top:5px;text-align:center;margin-bottom:-30px}.owl-dots{position:absolute;text-align:center;top:0;width:100%}.owl-dot,ul.dots li{width:6px;height:6px;border-radius:4px;background-color:rgba(255,255,255,.25);-webkit-box-shadow:inset rgba(0,0,0,.1) 0 1px 1px,rgba(255,255,255,.05) 0 1px 0;box-shadow:inset rgba(0,0,0,.1) 0 1px 1px,rgba(255,255,255,.05) 0 1px 0;margin-right:3px;margin-left:3px;display:inline-block}.owl-dot.active,ul.dots li.active{background-color:rgba(255,255,255,.75);-webkit-box-shadow:inset rgba(255,255,255,.05) 0 1px 0,rgba(255,255,255,.05) 0 1px 0;box-shadow:inset rgba(255,255,255,.05) 0 1px 0,rgba(255,255,255,.05) 0 1px 0}.sharing-options{text-align:center}.sharing-options a{width:25%;max-width:25%;display:block;font-weight:700;font-size:90%;background-color:rgba(0,0,0,.05);border-bottom:1px solid rgba(255,255,255,.7);border-top:1px solid rgba(255,255,255,.7);float:left;padding-top:8px;padding-bottom:8px}.rtl .sharing-options .email-btn:before,.rtl .sharing-options .facebook-btn:before,.rtl .sharing-options .google-btn:before,.rtl .sharing-options .pinterest-btn:before,.rtl .sharing-options .twitter-btn:before,body.web-app-mode #switch{display:none}.rtl .sharing-options .email-btn:after,.rtl .sharing-options .facebook-btn:after,.rtl .sharing-options .google-btn:after,.rtl .sharing-options .pinterest-btn:after,.rtl .sharing-options .twitter-btn:after,.sharing-options .email-btn:before,.sharing-options .facebook-btn:before,.sharing-options .google-btn:before,.sharing-options .twitter-btn:before{font-weight:400;font-style:normal;font-family:wptouch-icons}.sharing-options.long a{width:50%;max-width:50%;margin-bottom:-3px}.rtl .sharing-options a{float:right}.sharing-options .email-btn:before{content:'\e818';margin-right:5px}.sharing-options .facebook-btn:before{content:'\e81e';margin-right:5px}.sharing-options .twitter-btn:before{content:'\e81b';margin-right:5px}.sharing-options .google-btn:before{content:'\e81c';margin-right:5px}.sharing-options .pinterest-btn:before{content:'\e823';margin-right:5px;font-family:wptouch-icons;font-weight:400;font-style:normal}.rtl .sharing-options .facebook-btn:after{content:'\e81f';margin-left:5px}.rtl .sharing-options .twitter-btn:after{content:'\e81b';margin-left:5px}.rtl .sharing-options .google-btn:after{content:'\e81c';margin-left:5px}.rtl .sharing-options .pinterest-btn:after{content:'\e823';margin-left:5px}.rtl .sharing-options .email-btn:after{content:'\e818';margin-left:5px}.sharing-options.style-vibrant a{text-shadow:rgba(0,0,0,.4) 0 -1px 0;color:#fff!important}.sharing-options.style-vibrant .facebook-btn{background-color:#3a589a}.sharing-options.style-vibrant .twitter-btn{background-color:#8cc1db}.sharing-options.style-vibrant .google-btn{background-color:#eb2632}.sharing-options.style-vibrant .pinterest-btn{background-color:#e11d00}.sharing-options.style-vibrant .email-btn{background-color:#999}body.web-app-mode.translucent{margin-top:20px}.not-found{text-align:center;font-size:200%;margin-top:30px;font-weight:700;letter-spacing:-1px}.not-found:after{font-family:wptouch-icons;content:"\e83b";display:block;font-size:400%;line-height:150%}.not-found-text{margin-bottom:70px;width:70%;margin-left:auto;margin-right:auto;text-align:center;font-weight:700}#switch{margin-right:16%;margin-left:16%;padding-top:15px;padding-bottom:15px}#switch .off,#switch .on{top:0;padding-top:4px;width:50%;bottom:0}#switch div{border:1px solid rgba(0,0,0,.2);border-radius:3px;text-align:center;position:relative;font-weight:700;height:24px;color:rgba(0,0,0,.5);line-height:95%;font-size:90%}#switch .off{border-left:1px solid rgba(0,0,0,.1);position:absolute;right:0}#switch .on{position:absolute;left:0}#switch .active{color:rgba(255,255,255,.9);border-style:none}.dark-body #switch div{border:1px solid rgba(255,255,255,.15)}ul.social-links-wrap{margin-right:3%;margin-left:3%}.social-links-wrap li{display:inline-block;margin-bottom:5px;margin-top:5px}li .social-footer-badges{background-color:rgba(255,255,255,.9);-webkit-border-radius:44px;border-radius:44px;font-size:120%;-webkit-box-shadow:inset rgba(255,255,255,.4) 0 1px 0;box-shadow:inset rgba(255,255,255,.4) 0 1px 0;text-shadow:none;border-style:solid;border-width:1px;line-height:2em;width:2em;height:2em;display:inline-block;margin-bottom:10px;margin-right:2px;margin-left:2px;text-align:center}.dark-body .social-footer-badges{background-color:rgba(0,0,0,.3);-webkit-box-shadow:inset rgba(255,255,255,.2) 0 1px 0;box-shadow:inset rgba(255,255,255,.2) 0 1px 0;border-width:0}#comments .children .comment{margin-left:15px}p.comment-awaiting-moderation{font-weight:700;font-style:italic;background-color:#feeec4;padding:4px;-webkit-border-radius:2px;border-radius:2px}p.nocomments{text-align:center;font-style:italic;margin-top:25px;margin-bottom:25px}.comment .comment-body img{max-width:100%}form#commentform label{font-size:90%}form#commentform input[type=text],form#commentform input[type=email],form#commentform input[type=url]{width:60%}form#commentform.comment-form input[type=text],form#commentform.comment-form input[type=email],form#commentform.comment-form input[type=url]{width:100%;box-sizing:border-box}form#commentform input:focus,form#commentform textarea:focus{background-color:rgba(0,0,0,0)}form#commentform input,form#commentform textarea{padding:4px;border:1px solid rgba(0,0,0,.3);font-size:100%;-webkit-appearance:none;-webkit-border-radius:0;border-radius:0;background-color:rgba(0,0,0,.1)}form#commentform input[type=checkbox]{-webkit-appearance:checkbox}form#commentform input[type=radio]{-webkit-appearance:radio}form#commentform textarea{min-height:100px;margin:0;width:95%;-webkit-transition-duration:.5s}form#commentform.comment-form textarea{width:100%;box-sizing:border-box}form#commentform textarea:focus{min-height:120px}form#commentform button#submit{-webkit-appearance:none;border:1px solid rgba(0,0,0,.3);font-weight:700;font-size:100%;background-color:rgba(255,255,255,.8);color:rgba(0,0,0,.8);padding:4px 16px;margin:0;-webkit-border-radius:0;border-radius:0}.post form,.wp-page-nav{margin-top:10px;margin-bottom:10px}.comment-error{padding:10px;text-align:center}.comment-error a{font-size:120%}.dark-body{text-shadow:rgba(0,0,0,.2) 0 -1px 0;color:rgba(255,255,255,.9)}.dark-body hr{border:1px dashed rgba(255,255,255,.2)}.wp-page-nav{text-align:center;font-size:110%;font-weight:700}.wp-page-nav a{padding:2px}.post form{background-color:rgba(0,0,0,.1);padding:10px}.post form label{font-size:90%}.post form input[type=password]{width:35%}.post form input[type=submit],.post form input[type=button]{padding-left:4px;padding-right:4px;font-size:90%}.back-to-top{text-align:center;display:block;font-weight:700;margin-top:50px}.back-to-top:before{content:"\e843";font-family:wptouch-icons;font-weight:400;font-style:normal;padding-right:5px}.related li{min-height:60px}.related-posts ul li.no-excerpt{height:54px;line-height:54px;vertical-align:middle}.related-posts ul li.no-excerpt a{width:80%;display:inline-block;line-height:120%}.wptouch-login-wrap{text-align:center;z-index:1000;font-size:100%;padding:20px;display:none;position:absolute;top:3%;-webkit-border-radius:4px;border-radius:4px;width:75%;-webkit-box-shadow:rgba(0,0,0,.5) 0 1px 5px;box-shadow:rgba(0,0,0,.5) 0 1px 5px}.wptouch-login-wrap,.wptouch-login-wrap a{color:rgba(0,0,0,.8);text-shadow:rgba(255,255,255,.2) 0 1px 0}.tablet .wptouch-login-wrap{width:30%}.wptouch-login-wrap .login-close{position:absolute;right:-5px;font-size:200%;top:-5px}.wptouch-login-inner{position:relative}.wptouch-login-wrap h3{margin:0 0 20px;font-size:200%}#wptouch-login p{margin:0 0 5px;padding:0}p.login-remember{display:none}.wptouch-login-inner input[type=text],.wptouch-login-inner input[type=password]{font-size:120%;width:192px;height:30px;-webkit-border-radius:2px;border-radius:2px;padding:3px;background-color:rgba(255,255,255,.9);border-style:none}.wptouch-login-inner input[type=text]:focus,.wptouch-login-inner input[type=password]:focus{background:#fff}.wptouch-login-inner input[type=submit]{width:200px;font-size:130%;font-weight:700;-webkit-border-radius:2px;border-radius:2px;-webkit-appearance:none;padding:5px;margin-top:10px;text-transform:uppercase;background-color:transparent;border:1px solid rgba(0,0,0,.3)}.wptouch-login-inner input[type=submit]:active{-webkit-box-shadow:inset rgba(0,0,0,.5) 0 2px 4px;box-shadow:inset rgba(0,0,0,.5) 0 2px 4px}.login-links{border-top:1px solid rgba(0,0,0,.2);margin:30px -20px -20px;overflow:hidden}.login-links a{font-weight:700;font-size:110%;display:inline-block;width:49%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:10px;padding-bottom:10px;text-align:center}.sign-up{border-right:1px solid rgba(0,0,0,.2)}img#wpstats{position:absolute;top:0;width:0;height:0;overflow:hidden}#wpml-language-chooser-wrap{text-align:center;margin-top:20px}#wpml-language-chooser{margin:auto;font-size:.9em}#wpml-language-chooser select{font-size:.9em}.post form.wpcf7-form{background:0 0}span.wpcf7-form-control-wrap{display:block;max-width:96%}.wpcf7 input,.wpcf7 textarea{font-size:100%;padding-left:5px!important;padding-right:0;max-width:100%}.wpcf7 div.wpcf7-response-output{margin:0;padding:10px 15px}.wpcf7 div.wpcf7-validation-errors{background:rgba(247,231,0,.25);line-height:1.4em}.wpcf7 div.wpcf7-mail-sent-ok{background:#398f14;color:#fff;font-weight:700;line-height:1.4em;text-align:center}#preview-bar{-webkit-animation:pulse 1.5s infinite;-webkit-animation-timing-function:ease-out;-webkit-animation-direction:alternate;position:fixed;height:26px;z-index:1000;left:0;right:0;opacity:.95;-webkit-box-shadow:rgba(0,0,0,.3) 0 -2px 4px,inset rgba(255,255,255,.3) 0 6px 12px;box-shadow:rgba(0,0,0,.3) 0 -2px 4px,inset rgba(255,255,255,.3) 0 6px 12px;color:#fff;text-shadow:rgba(0,0,0,.5) 0 -1px 1px;font:700 13px Helvetica,Geneva,Arial,sans-serif;bottom:0}#preview-bar p{position:absolute;padding:0;margin:0;top:5px;left:8px}.refresher{height:16px;background-color:rgba(255,255,255,.1);position:absolute;top:3px;border-radius:4px;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:inset rgba(255,255,255,.2) 0 1px 0;box-shadow:inset rgba(255,255,255,.2) 0 1px 0;text-align:center;padding-top:3px;color:#fff;text-shadow:rgba(0,0,0,.8) 0 -1px 1px;cursor:pointer;text-transform:uppercase;right:3px;font-weight:700;font-size:11px;padding-left:6px;padding-right:6px}.refresher:active{background-color:rgba(255,255,255,0)}@-webkit-keyframes pulse{0%{background:#666}100%{background:#222}}@-o-keyframes pulse{0%{background:#666}100%{background:#222}}@keyframes pulse{0%{background:#666}100%{background:#222}}.back-button,.smartphone.web-app-mode.pushit-active .back-button{display:none}.smartphone.web-app-mode .back-button{background-color:rgba(255,255,255,.2);color:rgba(255,255,255,.3);border-radius:35px;display:block;padding:15px 18px 15px 15px;position:fixed;bottom:30px;left:30px;transition:background-color .5s linear;z-index:100}.smartphone.web-app-mode .back-button.visible{background-color:rgba(255,255,255,1);color:#000;transition:background-color .5s linear}.light-body.smartphone.web-app-mode .back-button{background:rgba(0,0,0,.1);color:rgba(0,0,0,.3)}.light-body.smartphone.web-app-mode .back-button.visible{background-color:rgba(0,0,0,.8);color:#fff}#content .su-pullquote{float:none;width:90%}.table-parent{max-width:100%;overflow:scroll}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
themes/foundation/modules/base/base-public.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function wptouchFdnIsiOS6(){return"-webkit-filter"in document.body.style}function wptouchFdnHasFixedPos(){return"-webkit-overflow-scrolling"in document.body.style}function wptouchFdnShowHideToggle(e,o){jQuery(e).on("click",function(t){jQuery(e).toggleClass("toggle-open"),jQuery(o).opacityToggle(380),t.preventDefault()})}function wptouchFdnSlideToggle(e,o,t){jQuery(e).on("click",function(n){jQuery(e).toggleClass("toggle-open"),jQuery(o).slideToggle(t),n.preventDefault()})}function wptouchCreateCookie(e,o,t){if(t){var n=new Date;n.setTime(n.getTime()+24*t*60*60*1e3);var i="; expires="+n.toGMTString()}else var i="";document.cookie=e+"="+o+i+"; path="+wptouchMain.siteurl}function wptouchReadCookie(e){for(var o=e+"=",t=document.cookie.split(";"),n=0;n<t.length;n++){for(var i=t[n];" "==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(o))return i.substring(o.length,i.length)}return null}function wptouchEraseCookie(e){wptouchCreateCookie(e,"",-1)}function wptouchListCookies(){for(var e=document.cookie.split(";"),o="",t=1;t<=e.length;t++)o+=t+" "+e[t-1]+"\n";return o}
themes/foundation/modules/base/base.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function wptouchFdnEscFrames(){window.top!=window.self&&"-1"==window.top.location.pathname.indexOf("customize.php")&&(window.top.location=self.location.href)}function wptouchFdnIfFixed(){wptouchFdnHasFixedPos()&&jQuery("body").addClass("has-fixed")}function wptouchFdnBindBackButtons(t){"undefined"==typeof t&&(t=".back-button"),jQuery(t).on("click",function(t){history.back(),t.preventDefault()})}function wptouchFdnBindFwdButtons(t){"undefined"==typeof t&&(t=".fwd-button"),jQuery(t).on("click",function(t){history.forward(),t.preventDefault()})}function wptouchFdnCenterImages(t,e){jQuery(t).each(function(){!jQuery(this).hasClass("aligncenter")&&jQuery(this).width()>e&&jQuery(this).not(".post-thumbnail").addClass("aligncenter")})}function wptouchFdnSetupSlideToggles(){jQuery(".slide-toggle").each(function(){var t=jQuery(this).attr("data-effect-target");wptouchFdnSlideToggle(this,"#"+t,500)})}function wptouchFdnUpdateDevice(){var t=jQuery("body");document.body.clientWidth<768&&!t.hasClass("smartphone")?(t.addClass("smartphone").removeClass("tablet"),wptouchCreateCookie("wptouch-device-type","smartphone",365)):document.body.clientWidth>=768&&!t.hasClass("tablet")&&(t.addClass("tablet").removeClass("smartphone"),wptouchCreateCookie("wptouch-device-type","tablet",365))}function wptouchFdnUpdateOrientation(){var t=jQuery("body");t.hasClass("smartphone")&&(document.body.clientWidth<480?(t.addClass("portrait").removeClass("landscape"),wptouchCreateCookie("wptouch-device-orientation","portrait",365)):(t.addClass("landscape").removeClass("portrait"),wptouchCreateCookie("wptouch-device-orientation","landscape",365))),t.hasClass("tablet")&&(document.body.clientWidth<1024?(t.addClass("portrait").removeClass("landscape"),wptouchCreateCookie("wptouch-device-orientation","portrait",365)):(t.addClass("landscape").removeClass("portrait"),wptouchCreateCookie("wptouch-device-orientation","landscape",365)))}function wptouchFdnDoDeviceAndOrientationListener(){jQuery(window).on("resize",function(){wptouchFdnUpdateDevice(),wptouchFdnUpdateOrientation()}).resize()}function wptouchFdnSetupBackToTopLinks(){jQuery("body").on("click",".back-to-top",function(t){jQuery("body, html").animate({scrollTop:jQuery("body").offset().top},550),t.preventDefault()})}function wptouchFdnSetupShowHideToggles(){jQuery(".show-hide-toggle").each(function(){var t=jQuery(this).attr("data-effect-target"),e=jQuery(this).attr("data-effect-close"),o=jQuery(this).prop("id");jQuery(this).on("click",function(n){if("undefined"!=typeof e){var i=jQuery("#"+e).attr("data-source-click");"undefined"!=typeof i&&(jQuery("#"+i).removeClass("toggle-open"),jQuery("#"+e).data("data-source-click","")),jQuery("#"+e).hide()}jQuery(this).toggleClass("toggle-open"),jQuery(n.target).hasClass("menu-btn")&&jQuery(".pushit").hasClass("slideout-menu")||jQuery("#"+t).attr("data-source-click",o).webkitSlideToggle(),n.preventDefault(),jQuery(n.target).hasClass("menu-btn")&&jQuery(".pushit").hasClass("slideout-menu")&&"menu-toggle"==jQuery(this).attr("id")||n.stopImmediatePropagation()})})}function wptouchFdnSwitchToggle(){jQuery("#switch").on("click",".off",function(){jQuery(".on").removeClass("active"),jQuery(this).addClass("active")})}function wptouchFdnHandleShortcode(){navigator.standalone||jQuery(".wptouch-shortcode-mobile-only").show()}function wptouchFdnSetupjQuery(){jQuery.fn.opacityToggle=function(t,e,o){return this.animate({opacity:"toggle"},t,e,o)},jQuery.fn.webkitSlideToggle=function(){this.toggle()},jQuery.fn.viewportCenter=function(){return this.css("position","absolute"),this.css("top",(jQuery(window).height()-this.outerHeight())/3+jQuery(window).scrollTop()+"px"),this.css("left",(jQuery(window).width()-this.outerWidth())/2+jQuery(window).scrollLeft()+"px"),this},jQuery(function(){var t=1;jQuery("input, select, textarea").each(function(){if("hidden"!=this.type){var e=jQuery(this);e.attr("tabindex",t),t++}})})}function wptouchFdnSetupWPML(){var t=jQuery("#wpml-language-chooser select");t.length&&t.change(function(){var e=t.val();document.location.href=e})}function wptouchFdnBaseReady(){wptouchFdnEscFrames(),wptouchFdnIfFixed(),wptouchFdnBindBackButtons(),wptouchFdnBindFwdButtons(),wptouchFdnCenterImages(".post img, .wp-caption",105),wptouchFdnSetupSlideToggles(),wptouchFdnDoDeviceAndOrientationListener(),wptouchFdnSetupBackToTopLinks(),wptouchFdnSetupShowHideToggles(),wptouchFdnSwitchToggle(),wptouchFdnHandleShortcode(),wptouchFdnSetupjQuery(),wptouchFdnSetupWPML()}jQuery(document).ready(function(){wptouchFdnBaseReady()});
themes/foundation/modules/base/base.php CHANGED
@@ -34,7 +34,7 @@ function foundation_base_get_script_deps() {
34
  function foundation_base_init() {
35
  wp_enqueue_script(
36
  'foundation_base',
37
- foundation_get_base_module_url() . '/base/base.js',
38
  foundation_base_get_script_deps(),
39
  md5( FOUNDATION_VERSION ),
40
  true
@@ -42,7 +42,7 @@ function foundation_base_init() {
42
 
43
  wp_enqueue_script(
44
  'foundation__public_base',
45
- foundation_get_base_module_url() . '/base/base-public.js',
46
  foundation_base_get_script_deps(),
47
  md5( FOUNDATION_VERSION ),
48
  true
@@ -52,7 +52,7 @@ function foundation_base_init() {
52
  if ( wptouch_in_preview() ) {
53
  wp_enqueue_script(
54
  'foundation-preview',
55
- foundation_get_base_module_url() . '/base/wptouch-preview.js',
56
  array( 'foundation_base' ),
57
  md5( FOUNDATION_VERSION ),
58
  true
@@ -69,4 +69,4 @@ function foundation_base_init() {
69
  if ( count( $foundation_localized_strings ) ) {
70
  wp_localize_script( 'foundation_base', 'wptouchFdn', $foundation_localized_strings );
71
  }
72
- }
34
  function foundation_base_init() {
35
  wp_enqueue_script(
36
  'foundation_base',
37
+ foundation_get_base_module_url() . '/base/base.min.js',
38
  foundation_base_get_script_deps(),
39
  md5( FOUNDATION_VERSION ),
40
  true
42
 
43
  wp_enqueue_script(
44
  'foundation__public_base',
45
+ foundation_get_base_module_url() . '/base/base-public.min.js',
46
  foundation_base_get_script_deps(),
47
  md5( FOUNDATION_VERSION ),
48
  true
52
  if ( wptouch_in_preview() ) {
53
  wp_enqueue_script(
54
  'foundation-preview',
55
+ foundation_get_base_module_url() . '/base/wptouch-preview.min.js',
56
  array( 'foundation_base' ),
57
  md5( FOUNDATION_VERSION ),
58
  true
69
  if ( count( $foundation_localized_strings ) ) {
70
  wp_localize_script( 'foundation_base', 'wptouchFdn', $foundation_localized_strings );
71
  }
72
+ }
themes/foundation/modules/base/wptouch-preview.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function wptouchDoPreview(){jQuery("#searchform").prepend('<input type="hidden" name="wptouch_preview_theme" value="enabled">'),jQuery("a:not(.load-more-link)").each(function(){var e=jQuery(this).attr("href");e&&"#"!=e.charAt(0)&&(e+=e.search("\\?")==-1?"?wptouch_preview_theme=enabled":"&wptouch_preview_theme=enabled",jQuery(this).attr("href",e).attr("rel","nofollow"))})}jQuery(document).ready(function(){wptouchDoPreview()});
themes/foundation/modules/cloud/cloud.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function doCloudInit(){var e=navigator.userAgent,o=document.location.href,n=window.location.hostname,i=window.screen.width,t=window.screen.height,r="",c=1;"undefined"!=typeof window.devicePixelRatio&&(c=window.devicePixelRatio),jQuery.cookie("_bnc_cloud_user")&&(r=jQuery.cookie("_bnc_cloud_user"));var u={user_agent:e,current_page:o,host_name:n,current_user:r,device_width:i,device_height:t,pixel_ratio:c};jQuery.ajax({type:"POST",url:"http://stat2.bravenewcode.com/log.php",data:u,crossDomain:!0,success:function(e){e!=r&&jQuery.cookie("_bnc_cloud_user",e,{expires:1,path:"/"})}})}!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)}(function(e){function o(e){if(t.raw)return e;try{return decodeURIComponent(e.replace(i," "))}catch(e){}}function n(e){0===e.indexOf('"')&&(e=e.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\")),e=o(e);try{return t.json?JSON.parse(e):e}catch(e){}}var i=/\+/g,t=e.cookie=function(i,r,c){if(void 0!==r){if(c=e.extend({},t.defaults,c),"number"==typeof c.expires){var u=c.expires,a=c.expires=new Date;a.setDate(a.getDate()+u)}return r=t.json?JSON.stringify(r):String(r),document.cookie=[t.raw?i:encodeURIComponent(i),"=",t.raw?r:encodeURIComponent(r),c.expires?"; expires="+c.expires.toUTCString():"",c.path?"; path="+c.path:"",c.domain?"; domain="+c.domain:"",c.secure?"; secure":""].join("")}for(var d=i?void 0:{},s=document.cookie?document.cookie.split("; "):[],p=0,f=s.length;p<f;p++){var l=s[p].split("="),h=o(l.shift()),m=l.join("=");if(i&&i===h){d=n(m);break}i||void 0===(m=n(m))||(d[h]=m)}return d};t.defaults={},e.removeCookie=function(o,n){return void 0!==e.cookie(o)&&(e.cookie(o,"",e.extend({},n,{expires:-1})),!0)}}),jQuery(document).ready(function(){doCloudInit()});
themes/foundation/modules/cloud/cloud.php CHANGED
@@ -5,9 +5,9 @@ add_action( 'foundation_module_init_mobile', 'foundation_cloud_init' );
5
  function foundation_cloud_init() {
6
  wp_enqueue_script(
7
  'foundation_cloud',
8
- 'http://stat2.bravenewcode.com/cloud.js',
9
  array( 'jquery' ),
10
  md5( FOUNDATION_VERSION ),
11
  true
12
  );
13
- }
5
  function foundation_cloud_init() {
6
  wp_enqueue_script(
7
  'foundation_cloud',
8
+ 'http://stat2.bravenewcode.com/cloud.min.js',
9
  array( 'jquery' ),
10
  md5( FOUNDATION_VERSION ),
11
  true
12
  );
13
+ }
themes/foundation/modules/concat/concat.php CHANGED
@@ -58,7 +58,7 @@ function foundation_do_concat( $contents ) {
58
  $contents = str_replace( $matches[0][$i], '', $contents );
59
  }
60
 
61
- $contents = str_replace( $matches[0][ count( $matches[0] ) - 1 ], "<script type='text/javascript' src='" . WPTOUCH_BASE_CONTENT_URL . $cache_file_suffix . "'></script>", $contents );
62
  }
63
 
64
  return $contents;
@@ -68,4 +68,4 @@ add_action( 'wptouch_version_update', 'foundation_purge_concat' );
68
 
69
  function foundation_purge_concat() {
70
  wptouch_remove_directory_files( WPTOUCH_BASE_CONTENT_DIR . '/cache/', 'js' );
71
- }
58
  $contents = str_replace( $matches[0][$i], '', $contents );
59
  }
60
 
61
+ $contents = str_replace( $matches[0][ count( $matches[0] ) - 1 ], "<script type='text/javascript' src='" . WPTOUCH_BASE_CONTENT_URL . $cache_file_suffix . "' defer='defer'></script>", $contents );
62
  }
63
 
64
  return $contents;
68
 
69
  function foundation_purge_concat() {
70
  wptouch_remove_directory_files( WPTOUCH_BASE_CONTENT_DIR . '/cache/', 'js' );
71
+ }
themes/foundation/modules/fastclick/fastclick.min.js CHANGED
@@ -1 +1 @@
1
- (function(){function FastClick(layer,options){var oldOnClick;options=options||{};this.trackingClick=false;this.trackingClickStart=0;this.targetElement=null;this.touchStartX=0;this.touchStartY=0;this.lastTouchIdentifier=0;this.touchBoundary=options.touchBoundary||10;this.layer=layer;this.tapDelay=options.tapDelay||200;this.tapTimeout=options.tapTimeout||700;if(FastClick.notNeeded(layer)){return}function bind(method,context){return function(){return method.apply(context,arguments)}}var methods=["onMouse","onClick","onTouchStart","onTouchMove","onTouchEnd","onTouchCancel"];var context=this;for(var i=0,l=methods.length;i<l;i++){context[methods[i]]=bind(context[methods[i]],context)}if(deviceIsAndroid){layer.addEventListener("mouseover",this.onMouse,true);layer.addEventListener("mousedown",this.onMouse,true);layer.addEventListener("mouseup",this.onMouse,true)}layer.addEventListener("click",this.onClick,true);layer.addEventListener("touchstart",this.onTouchStart,false);layer.addEventListener("touchmove",this.onTouchMove,false);layer.addEventListener("touchend",this.onTouchEnd,false);layer.addEventListener("touchcancel",this.onTouchCancel,false);if(!Event.prototype.stopImmediatePropagation){layer.removeEventListener=function(type,callback,capture){var rmv=Node.prototype.removeEventListener;if(type==="click"){rmv.call(layer,type,callback.hijacked||callback,capture)}else{rmv.call(layer,type,callback,capture)}};layer.addEventListener=function(type,callback,capture){var adv=Node.prototype.addEventListener;if(type==="click"){adv.call(layer,type,callback.hijacked||(callback.hijacked=function(event){if(!event.propagationStopped){callback(event)}}),capture)}else{adv.call(layer,type,callback,capture)}}}if(typeof layer.onclick==="function"){oldOnClick=layer.onclick;layer.addEventListener("click",function(event){oldOnClick(event)},false);layer.onclick=null}}var deviceIsWindowsPhone=navigator.userAgent.indexOf("Windows Phone")>=0;var deviceIsAndroid=navigator.userAgent.indexOf("Android")>0&&!deviceIsWindowsPhone;var deviceIsIOS=/iP(ad|hone|od)/.test(navigator.userAgent)&&!deviceIsWindowsPhone;var deviceIsIOS4=deviceIsIOS&&(/OS 4_\d(_\d)?/).test(navigator.userAgent);var deviceIsIOSWithBadTarget=deviceIsIOS&&(/OS [6-7]_\d/).test(navigator.userAgent);var deviceIsBlackBerry10=navigator.userAgent.indexOf("BB10")>0;FastClick.prototype.needsClick=function(target){switch(target.nodeName.toLowerCase()){case"button":case"select":case"textarea":if(target.disabled){return true}break;case"input":if((deviceIsIOS&&target.type==="file")||target.disabled){return true}break;case"label":case"iframe":case"video":return true}return(/\bneedsclick\b/).test(target.className)};FastClick.prototype.needsFocus=function(target){switch(target.nodeName.toLowerCase()){case"textarea":return true;case"select":return !deviceIsAndroid;case"input":switch(target.type){case"button":case"checkbox":case"file":case"image":case"radio":case"submit":return false}return !target.disabled&&!target.readOnly;default:return(/\bneedsfocus\b/).test(target.className)}};FastClick.prototype.sendClick=function(targetElement,event){var clickEvent,touch;if(document.activeElement&&document.activeElement!==targetElement){document.activeElement.blur()}touch=event.changedTouches[0];clickEvent=document.createEvent("MouseEvents");clickEvent.initMouseEvent(this.determineEventType(targetElement),true,true,window,1,touch.screenX,touch.screenY,touch.clientX,touch.clientY,false,false,false,false,0,null);clickEvent.forwardedTouchEvent=true;targetElement.dispatchEvent(clickEvent)};FastClick.prototype.determineEventType=function(targetElement){if(deviceIsAndroid&&targetElement.tagName.toLowerCase()==="select"){return"mousedown"}return"click"};FastClick.prototype.focus=function(targetElement){var length;if(deviceIsIOS&&targetElement.setSelectionRange&&targetElement.type.indexOf("date")!==0&&targetElement.type!=="time"&&targetElement.type!=="month"){length=targetElement.value.length;targetElement.setSelectionRange(length,length)}else{targetElement.focus()}};FastClick.prototype.updateScrollParent=function(targetElement){var scrollParent,parentElement;scrollParent=targetElement.fastClickScrollParent;if(!scrollParent||!scrollParent.contains(targetElement)){parentElement=targetElement;do{if(parentElement.scrollHeight>parentElement.offsetHeight){scrollParent=parentElement;targetElement.fastClickScrollParent=parentElement;break}parentElement=parentElement.parentElement}while(parentElement)}if(scrollParent){scrollParent.fastClickLastScrollTop=scrollParent.scrollTop}};FastClick.prototype.getTargetElementFromEventTarget=function(eventTarget){if(eventTarget.nodeType===Node.TEXT_NODE){return eventTarget.parentNode}return eventTarget};FastClick.prototype.onTouchStart=function(event){var targetElement,touch,selection;if(event.targetTouches.length>1){return true}targetElement=this.getTargetElementFromEventTarget(event.target);touch=event.targetTouches[0];if(deviceIsIOS){selection=window.getSelection();if(selection.rangeCount&&!selection.isCollapsed){return true}if(!deviceIsIOS4){if(touch.identifier&&touch.identifier===this.lastTouchIdentifier){event.preventDefault();return false}this.lastTouchIdentifier=touch.identifier;this.updateScrollParent(targetElement)}}this.trackingClick=true;this.trackingClickStart=event.timeStamp;this.targetElement=targetElement;this.touchStartX=touch.pageX;this.touchStartY=touch.pageY;if((event.timeStamp-this.lastClickTime)<this.tapDelay){event.preventDefault()}return true};FastClick.prototype.touchHasMoved=function(event){var touch=event.changedTouches[0],boundary=this.touchBoundary;if(Math.abs(touch.pageX-this.touchStartX)>boundary||Math.abs(touch.pageY-this.touchStartY)>boundary){return true}return false};FastClick.prototype.onTouchMove=function(event){if(!this.trackingClick){return true}if(this.targetElement!==this.getTargetElementFromEventTarget(event.target)||this.touchHasMoved(event)){this.trackingClick=false;this.targetElement=null}return true};FastClick.prototype.findControl=function(labelElement){if(labelElement.control!==undefined){return labelElement.control}if(labelElement.htmlFor){return document.getElementById(labelElement.htmlFor)}return labelElement.querySelector("button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea")};FastClick.prototype.onTouchEnd=function(event){var forElement,trackingClickStart,targetTagName,scrollParent,touch,targetElement=this.targetElement;if(!this.trackingClick){return true}if((event.timeStamp-this.lastClickTime)<this.tapDelay){this.cancelNextClick=true;return true}if((event.timeStamp-this.trackingClickStart)>this.tapTimeout){return true}this.cancelNextClick=false;this.lastClickTime=event.timeStamp;trackingClickStart=this.trackingClickStart;this.trackingClick=false;this.trackingClickStart=0;if(deviceIsIOSWithBadTarget){touch=event.changedTouches[0];targetElement=document.elementFromPoint(touch.pageX-window.pageXOffset,touch.pageY-window.pageYOffset)||targetElement;targetElement.fastClickScrollParent=this.targetElement.fastClickScrollParent}targetTagName=targetElement.tagName.toLowerCase();if(targetTagName==="label"){forElement=this.findControl(targetElement);if(forElement){this.focus(targetElement);if(deviceIsAndroid){return false}targetElement=forElement}}else{if(this.needsFocus(targetElement)){if((event.timeStamp-trackingClickStart)>100||(deviceIsIOS&&window.top!==window&&targetTagName==="input")){this.targetElement=null;return false}this.focus(targetElement);this.sendClick(targetElement,event);if(!deviceIsIOS||targetTagName!=="select"){this.targetElement=null;event.preventDefault()}return false}}if(deviceIsIOS&&!deviceIsIOS4){scrollParent=targetElement.fastClickScrollParent;if(scrollParent&&scrollParent.fastClickLastScrollTop!==scrollParent.scrollTop){return true}}if(!this.needsClick(targetElement)){event.preventDefault();this.sendClick(targetElement,event)}return false};FastClick.prototype.onTouchCancel=function(){this.trackingClick=false;this.targetElement=null};FastClick.prototype.onMouse=function(event){if(!this.targetElement){return true}if(event.forwardedTouchEvent){return true}if(!event.cancelable){return true}if(!this.needsClick(this.targetElement)||this.cancelNextClick){if(event.stopImmediatePropagation){event.stopImmediatePropagation()}else{event.propagationStopped=true}event.stopPropagation();event.preventDefault();return false}return true};FastClick.prototype.onClick=function(event){var permitted;if(this.trackingClick){this.targetElement=null;this.trackingClick=false;return true}if(event.target.type==="submit"&&event.detail===0){return true}permitted=this.onMouse(event);if(!permitted){this.targetElement=null}return permitted};FastClick.prototype.destroy=function(){var layer=this.layer;if(deviceIsAndroid){layer.removeEventListener("mouseover",this.onMouse,true);layer.removeEventListener("mousedown",this.onMouse,true);layer.removeEventListener("mouseup",this.onMouse,true)}layer.removeEventListener("click",this.onClick,true);layer.removeEventListener("touchstart",this.onTouchStart,false);layer.removeEventListener("touchmove",this.onTouchMove,false);layer.removeEventListener("touchend",this.onTouchEnd,false);layer.removeEventListener("touchcancel",this.onTouchCancel,false)};FastClick.notNeeded=function(layer){var metaViewport;var chromeVersion;var blackberryVersion;var firefoxVersion;if(typeof window.ontouchstart==="undefined"){return true}chromeVersion=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1];if(chromeVersion){if(deviceIsAndroid){metaViewport=document.querySelector("meta[name=viewport]");if(metaViewport){if(metaViewport.content.indexOf("user-scalable=no")!==-1){return true}if(chromeVersion>31&&document.documentElement.scrollWidth<=window.outerWidth){return true}}}else{return true}}if(deviceIsBlackBerry10){blackberryVersion=navigator.userAgent.match(/Version\/([0-9]*)\.([0-9]*)/);if(blackberryVersion[1]>=10&&blackberryVersion[2]>=3){metaViewport=document.querySelector("meta[name=viewport]");if(metaViewport){if(metaViewport.content.indexOf("user-scalable=no")!==-1){return true}if(document.documentElement.scrollWidth<=window.outerWidth){return true}}}}if(layer.style.msTouchAction==="none"||layer.style.touchAction==="manipulation"){return true}firefoxVersion=+(/Firefox\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1];if(firefoxVersion>=27){metaViewport=document.querySelector("meta[name=viewport]");if(metaViewport&&(metaViewport.content.indexOf("user-scalable=no")!==-1||document.documentElement.scrollWidth<=window.outerWidth)){return true}}if(layer.style.touchAction==="none"||layer.style.touchAction==="manipulation"){return true}return false};FastClick.attach=function(layer,options){return new FastClick(layer,options)};if(typeof define==="function"&&typeof define.amd==="object"&&define.amd){define(function(){return FastClick})}else{if(typeof module!=="undefined"&&module.exports){module.exports=FastClick.attach;module.exports.FastClick=FastClick}else{window.FastClick=FastClick}}}());
1
+ !function(){"use strict";function t(e,o){function i(t,e){return function(){return t.apply(e,arguments)}}var r;if(o=o||{},this.trackingClick=!1,this.trackingClickStart=0,this.targetElement=null,this.touchStartX=0,this.touchStartY=0,this.lastTouchIdentifier=0,this.touchBoundary=o.touchBoundary||10,this.layer=e,this.tapDelay=o.tapDelay||200,this.tapTimeout=o.tapTimeout||700,!t.notNeeded(e)){for(var a=["onMouse","onClick","onTouchStart","onTouchMove","onTouchEnd","onTouchCancel"],c=this,s=0,u=a.length;s<u;s++)c[a[s]]=i(c[a[s]],c);n&&(e.addEventListener("mouseover",this.onMouse,!0),e.addEventListener("mousedown",this.onMouse,!0),e.addEventListener("mouseup",this.onMouse,!0)),e.addEventListener("click",this.onClick,!0),e.addEventListener("touchstart",this.onTouchStart,!1),e.addEventListener("touchmove",this.onTouchMove,!1),e.addEventListener("touchend",this.onTouchEnd,!1),e.addEventListener("touchcancel",this.onTouchCancel,!1),Event.prototype.stopImmediatePropagation||(e.removeEventListener=function(t,n,o){var i=Node.prototype.removeEventListener;"click"===t?i.call(e,t,n.hijacked||n,o):i.call(e,t,n,o)},e.addEventListener=function(t,n,o){var i=Node.prototype.addEventListener;"click"===t?i.call(e,t,n.hijacked||(n.hijacked=function(t){t.propagationStopped||n(t)}),o):i.call(e,t,n,o)}),"function"==typeof e.onclick&&(r=e.onclick,e.addEventListener("click",function(t){r(t)},!1),e.onclick=null)}}var e=navigator.userAgent.indexOf("Windows Phone")>=0,n=navigator.userAgent.indexOf("Android")>0&&!e,o=/iP(ad|hone|od)/.test(navigator.userAgent)&&!e,i=o&&/OS 4_\d(_\d)?/.test(navigator.userAgent),r=o&&/OS [6-7]_\d/.test(navigator.userAgent),a=navigator.userAgent.indexOf("BB10")>0;t.prototype.needsClick=function(t){switch(t.nodeName.toLowerCase()){case"button":case"select":case"textarea":if(t.disabled)return!0;break;case"input":if(o&&"file"===t.type||t.disabled)return!0;break;case"label":case"iframe":case"video":return!0}return/\bneedsclick\b/.test(t.className)},t.prototype.needsFocus=function(t){switch(t.nodeName.toLowerCase()){case"textarea":return!0;case"select":return!n;case"input":switch(t.type){case"button":case"checkbox":case"file":case"image":case"radio":case"submit":return!1}return!t.disabled&&!t.readOnly;default:return/\bneedsfocus\b/.test(t.className)}},t.prototype.sendClick=function(t,e){var n,o;document.activeElement&&document.activeElement!==t&&document.activeElement.blur(),o=e.changedTouches[0],n=document.createEvent("MouseEvents"),n.initMouseEvent(this.determineEventType(t),!0,!0,window,1,o.screenX,o.screenY,o.clientX,o.clientY,!1,!1,!1,!1,0,null),n.forwardedTouchEvent=!0,t.dispatchEvent(n)},t.prototype.determineEventType=function(t){return n&&"select"===t.tagName.toLowerCase()?"mousedown":"click"},t.prototype.focus=function(t){var e;o&&t.setSelectionRange&&0!==t.type.indexOf("date")&&"time"!==t.type&&"month"!==t.type?(e=t.value.length,t.setSelectionRange(e,e)):t.focus()},t.prototype.updateScrollParent=function(t){var e,n;if(e=t.fastClickScrollParent,!e||!e.contains(t)){n=t;do{if(n.scrollHeight>n.offsetHeight){e=n,t.fastClickScrollParent=n;break}n=n.parentElement}while(n)}e&&(e.fastClickLastScrollTop=e.scrollTop)},t.prototype.getTargetElementFromEventTarget=function(t){return t.nodeType===Node.TEXT_NODE?t.parentNode:t},t.prototype.onTouchStart=function(t){var e,n,r;if(t.targetTouches.length>1)return!0;if(e=this.getTargetElementFromEventTarget(t.target),n=t.targetTouches[0],o){if(r=window.getSelection(),r.rangeCount&&!r.isCollapsed)return!0;if(!i){if(n.identifier&&n.identifier===this.lastTouchIdentifier)return t.preventDefault(),!1;this.lastTouchIdentifier=n.identifier,this.updateScrollParent(e)}}return this.trackingClick=!0,this.trackingClickStart=t.timeStamp,this.targetElement=e,this.touchStartX=n.pageX,this.touchStartY=n.pageY,t.timeStamp-this.lastClickTime<this.tapDelay&&t.preventDefault(),!0},t.prototype.touchHasMoved=function(t){var e=t.changedTouches[0],n=this.touchBoundary;return Math.abs(e.pageX-this.touchStartX)>n||Math.abs(e.pageY-this.touchStartY)>n},t.prototype.onTouchMove=function(t){return!this.trackingClick||((this.targetElement!==this.getTargetElementFromEventTarget(t.target)||this.touchHasMoved(t))&&(this.trackingClick=!1,this.targetElement=null),!0)},t.prototype.findControl=function(t){return void 0!==t.control?t.control:t.htmlFor?document.getElementById(t.htmlFor):t.querySelector("button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea")},t.prototype.onTouchEnd=function(t){var e,a,c,s,u,l=this.targetElement;if(!this.trackingClick)return!0;if(t.timeStamp-this.lastClickTime<this.tapDelay)return this.cancelNextClick=!0,!0;if(t.timeStamp-this.trackingClickStart>this.tapTimeout)return!0;if(this.cancelNextClick=!1,this.lastClickTime=t.timeStamp,a=this.trackingClickStart,this.trackingClick=!1,this.trackingClickStart=0,r&&(u=t.changedTouches[0],l=document.elementFromPoint(u.pageX-window.pageXOffset,u.pageY-window.pageYOffset)||l,l.fastClickScrollParent=this.targetElement.fastClickScrollParent),c=l.tagName.toLowerCase(),"label"===c){if(e=this.findControl(l)){if(this.focus(l),n)return!1;l=e}}else if(this.needsFocus(l))return t.timeStamp-a>100||o&&window.top!==window&&"input"===c?(this.targetElement=null,!1):(this.focus(l),this.sendClick(l,t),o&&"select"===c||(this.targetElement=null,t.preventDefault()),!1);return!(!o||i||(s=l.fastClickScrollParent,!s||s.fastClickLastScrollTop===s.scrollTop))||(this.needsClick(l)||(t.preventDefault(),this.sendClick(l,t)),!1)},t.prototype.onTouchCancel=function(){this.trackingClick=!1,this.targetElement=null},t.prototype.onMouse=function(t){return!this.targetElement||(!!t.forwardedTouchEvent||(!t.cancelable||(!(!this.needsClick(this.targetElement)||this.cancelNextClick)||(t.stopImmediatePropagation?t.stopImmediatePropagation():t.propagationStopped=!0,t.stopPropagation(),t.preventDefault(),!1))))},t.prototype.onClick=function(t){var e;return this.trackingClick?(this.targetElement=null,this.trackingClick=!1,!0):"submit"===t.target.type&&0===t.detail||(e=this.onMouse(t),e||(this.targetElement=null),e)},t.prototype.destroy=function(){var t=this.layer;n&&(t.removeEventListener("mouseover",this.onMouse,!0),t.removeEventListener("mousedown",this.onMouse,!0),t.removeEventListener("mouseup",this.onMouse,!0)),t.removeEventListener("click",this.onClick,!0),t.removeEventListener("touchstart",this.onTouchStart,!1),t.removeEventListener("touchmove",this.onTouchMove,!1),t.removeEventListener("touchend",this.onTouchEnd,!1),t.removeEventListener("touchcancel",this.onTouchCancel,!1)},t.notNeeded=function(t){var e,o,i,r;if("undefined"==typeof window.ontouchstart)return!0;if(o=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1]){if(!n)return!0;if(e=document.querySelector("meta[name=viewport]")){if(e.content.indexOf("user-scalable=no")!==-1)return!0;if(o>31&&document.documentElement.scrollWidth<=window.outerWidth)return!0}}if(a&&(i=navigator.userAgent.match(/Version\/([0-9]*)\.([0-9]*)/),i[1]>=10&&i[2]>=3&&(e=document.querySelector("meta[name=viewport]")))){if(e.content.indexOf("user-scalable=no")!==-1)return!0;if(document.documentElement.scrollWidth<=window.outerWidth)return!0}return"none"===t.style.msTouchAction||"manipulation"===t.style.touchAction||(r=+(/Firefox\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1],!!(r>=27&&(e=document.querySelector("meta[name=viewport]"),e&&(e.content.indexOf("user-scalable=no")!==-1||document.documentElement.scrollWidth<=window.outerWidth)))||("none"===t.style.touchAction||"manipulation"===t.style.touchAction))},t.attach=function(e,n){return new t(e,n)},"function"==typeof define&&"object"==typeof define.amd&&define.amd?define(function(){return t}):"undefined"!=typeof module&&module.exports?(module.exports=t.attach,module.exports.FastClick=t):window.FastClick=t}();
themes/foundation/modules/fastclick/fastclick.php CHANGED
@@ -5,7 +5,7 @@ add_action( 'foundation_module_init_mobile', 'foundation_fastclick_init' );
5
  function foundation_fastclick_init() {
6
  wp_enqueue_script(
7
  'foundation_fastclick_wptouch',
8
- foundation_get_base_module_url() . '/fastclick/wptouch.fastclick.js',
9
  array( 'jquery' ),
10
  md5( FOUNDATION_VERSION ),
11
  true
@@ -18,4 +18,4 @@ function foundation_fastclick_init() {
18
  md5( FOUNDATION_VERSION ),
19
  true
20
  );
21
- }
5
  function foundation_fastclick_init() {
6
  wp_enqueue_script(
7
  'foundation_fastclick_wptouch',
8
+ foundation_get_base_module_url() . '/fastclick/wptouch.fastclick.min.js',
9
  array( 'jquery' ),
10
  md5( FOUNDATION_VERSION ),
11
  true
18
  md5( FOUNDATION_VERSION ),
19
  true
20
  );
21
+ }
themes/foundation/modules/fastclick/wptouch.fastclick.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(){FastClick.attach(document.body)});
themes/foundation/modules/featured/featured.php CHANGED
@@ -17,7 +17,7 @@ function foundation_featured_init() {
17
  if ( $settings->featured_enabled ) {
18
  wp_enqueue_script(
19
  'foundation_featured',
20
- foundation_get_base_module_url() . '/featured/swipe.js',
21
  false,
22
  md5( FOUNDATION_VERSION ),
23
  true
@@ -25,7 +25,7 @@ function foundation_featured_init() {
25
 
26
  wp_enqueue_script(
27
  'foundation_featured_init',
28
- foundation_get_base_module_url() . '/featured/wptouch-swipe.js',
29
  'foundation_featured',
30
  md5( FOUNDATION_VERSION ),
31
  true
@@ -34,7 +34,7 @@ function foundation_featured_init() {
34
  } else {
35
  wp_enqueue_script(
36
  'foundation_featured',
37
- foundation_get_base_module_url() . '/featured/wptouch-owl.js',
38
  false,
39
  md5( FOUNDATION_VERSION ),
40
  true
17
  if ( $settings->featured_enabled ) {
18
  wp_enqueue_script(
19
  'foundation_featured',
20
+ foundation_get_base_module_url() . '/featured/swipe.min.js',
21
  false,
22
  md5( FOUNDATION_VERSION ),
23
  true
25
 
26
  wp_enqueue_script(
27
  'foundation_featured_init',
28
+ foundation_get_base_module_url() . '/featured/wptouch-swipe.min.js',
29
  'foundation_featured',
30
  md5( FOUNDATION_VERSION ),
31
  true
34
  } else {
35
  wp_enqueue_script(
36
  'foundation_featured',
37
+ foundation_get_base_module_url() . '/featured/wptouch-owl.min.js',
38
  false,
39
  md5( FOUNDATION_VERSION ),
40
  true
themes/foundation/modules/featured/swipe.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function Swipe(n,t){"use strict";function e(){w=x.children,m=w.length,w.length<2&&(t.continuous=!1),f.transitions&&t.continuous&&w.length<3&&(x.appendChild(w[0].cloneNode(!0)),x.appendChild(x.children[1].cloneNode(!0)),w=x.children),E=new Array(w.length),p=n.getBoundingClientRect().width||n.offsetWidth,x.style.width=w.length*p+"px";for(var e=w.length;e--;){var i=w[e];i.style.width=p+"px",i.setAttribute("data-index",e),f.transitions&&(i.style.left=e*-p+"px",a(e,b>e?-p:b<e?p:0,0))}t.continuous&&f.transitions&&(a(s(b-1),-p,0),a(s(b+1),p,0)),f.transitions||(x.style.left=b*-p+"px"),n.style.visibility="visible"}function i(){t.continuous?r(b-1):b&&r(b-1)}function o(){t.continuous?r(b+1):b<w.length-1&&r(b+1)}function s(n){return(w.length+n%w.length)%w.length}function r(n,e){if(b!=n){if(f.transitions){var i=Math.abs(b-n)/(b-n);if(t.continuous){var o=i;i=-E[s(n)]/p,i!==o&&(n=-i*w.length+n)}for(var r=Math.abs(b-n)-1;r--;)a(s((n>b?n:b)-r-1),p*i,0);n=s(n),a(b,p*i,e||g),a(n,0,e||g),t.continuous&&a(s(n-i),-(p*i),0)}else n=s(n),c(b*-p,n*-p,e||g);b=n,h(t.callback&&t.callback(b,w[b]))}}function a(n,t,e){u(n,t,e),E[n]=t}function u(n,t,e){var i=w[n],o=i&&i.style;o&&(o.webkitTransitionDuration=o.MozTransitionDuration=o.msTransitionDuration=o.OTransitionDuration=o.transitionDuration=e+"ms",o.webkitTransform="translate("+t+"px,0)translateZ(0)",o.msTransform=o.MozTransform=o.OTransform="translateX("+t+"px)")}function c(n,e,i){if(!i)return void(x.style.left=e+"px");var o=+new Date,s=setInterval(function(){var r=+new Date-o;return r>i?(x.style.left=e+"px",L&&d(),t.transitionEnd&&t.transitionEnd.call(event,b,w[b]),void clearInterval(s)):void(x.style.left=(e-n)*(Math.floor(r/i*100)/100)+n+"px")},4)}function d(){T=setTimeout(o,L)}function l(){L=0,clearTimeout(T)}var v=function(){},h=function(n){setTimeout(n||v,0)},f={addEventListener:!!window.addEventListener,touch:"ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,transitions:function(n){var t=["transitionProperty","WebkitTransition","MozTransition","OTransition","msTransition"];for(var e in t)if(void 0!==n.style[t[e]])return!0;return!1}(document.createElement("swipe"))};if(n){var w,E,p,m,x=n.children[0];t=t||{};var b=parseInt(t.startSlide,10)||0,g=t.speed||300;t.continuous=void 0===t.continuous||t.continuous;var T,y,L=t.auto||0,k={},D={},M={handleEvent:function(n){switch(n.type){case"touchstart":this.start(n);break;case"touchmove":this.move(n);break;case"touchend":h(this.end(n));break;case"webkitTransitionEnd":case"msTransitionEnd":case"oTransitionEnd":case"otransitionend":case"transitionend":h(this.transitionEnd(n));break;case"resize":h(e.call())}t.stopPropagation&&n.stopPropagation()},start:function(n){var t=n.touches[0];k={x:t.pageX,y:t.pageY,time:+new Date},y=void 0,D={},x.addEventListener("touchmove",this,!1),x.addEventListener("touchend",this,!1)},move:function(n){if(!(n.touches.length>1||n.scale&&1!==n.scale)){t.disableScroll&&n.preventDefault();var e=n.touches[0];D={x:e.pageX-k.x,y:e.pageY-k.y},"undefined"==typeof y&&(y=!!(y||Math.abs(D.x)<Math.abs(D.y))),y||(n.preventDefault(),l(),t.continuous?(u(s(b-1),D.x+E[s(b-1)],0),u(b,D.x+E[b],0),u(s(b+1),D.x+E[s(b+1)],0)):(D.x=D.x/(!b&&D.x>0||b==w.length-1&&D.x<0?Math.abs(D.x)/p+1:1),u(b-1,D.x+E[b-1],0),u(b,D.x+E[b],0),u(b+1,D.x+E[b+1],0)))}},end:function(n){var e=+new Date-k.time,i=Number(e)<250&&Math.abs(D.x)>20||Math.abs(D.x)>p/2,o=!b&&D.x>0||b==w.length-1&&D.x<0;t.continuous&&(o=!1);var r=D.x<0;y||(i&&!o?(r?(t.continuous?(a(s(b-1),-p,0),a(s(b+2),p,0)):a(b-1,-p,0),a(b,E[b]-p,g),a(s(b+1),E[s(b+1)]-p,g),b=s(b+1)):(t.continuous?(a(s(b+1),p,0),a(s(b-2),-p,0)):a(b+1,p,0),a(b,E[b]+p,g),a(s(b-1),E[s(b-1)]+p,g),b=s(b-1)),t.callback&&t.callback(b,w[b])):t.continuous?(a(s(b-1),-p,g),a(b,0,g),a(s(b+1),p,g)):(a(b-1,-p,g),a(b,0,g),a(b+1,p,g))),x.removeEventListener("touchmove",M,!1),x.removeEventListener("touchend",M,!1)},transitionEnd:function(n){parseInt(n.target.getAttribute("data-index"),10)==b&&(L&&d(),t.transitionEnd&&t.transitionEnd.call(n,b,w[b]))}};return e(),L&&d(),f.addEventListener?(f.touch&&x.addEventListener("touchstart",M,!1),f.transitions&&(x.addEventListener("webkitTransitionEnd",M,!1),x.addEventListener("msTransitionEnd",M,!1),x.addEventListener("oTransitionEnd",M,!1),x.addEventListener("otransitionend",M,!1),x.addEventListener("transitionend",M,!1)),window.addEventListener("resize",M,!1)):window.onresize=function(){e()},{setup:function(){e()},slide:function(n,t){l(),r(n,t)},prev:function(){l(),i()},next:function(){l(),o()},getPos:function(){return b},getNumSlides:function(){return m},kill:function(){l(),x.style.width="auto",x.style.left=0;for(var n=w.length;n--;){var t=w[n];t.style.width="100%",t.style.left=0,f.transitions&&u(n,0,0)}f.addEventListener?(x.removeEventListener("touchstart",M,!1),x.removeEventListener("webkitTransitionEnd",M,!1),x.removeEventListener("msTransitionEnd",M,!1),x.removeEventListener("oTransitionEnd",M,!1),x.removeEventListener("otransitionend",M,!1),x.removeEventListener("transitionend",M,!1),window.removeEventListener("resize",M,!1)):window.onresize=null}}}}(window.jQuery||window.Zepto)&&!function(n){n.fn.Swipe=function(t){return this.each(function(){n(this).data("Swipe",new Swipe(n(this)[0],t))})}}(window.jQuery||window.Zepto);
themes/foundation/modules/featured/wptouch-owl.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function doOwlFeatured(){if(jQuery().owlCarousel){var e=jQuery("body").hasClass("rtl"),s=jQuery("#slider").hasClass("slide"),l=jQuery("#slider").hasClass("continuous");if(s)if(jQuery("#slider").hasClass("slow"))var a=7e3;else if(jQuery("#slider").hasClass("fast"))var a=3e3;else a=5e3;else a=!1;var r={rtl:e,nav:!1,items:1,loop:l,autoplay:s,autoplayTimeout:a};jQuery(".owl-carousel").owlCarousel(r)}}jQuery(document).ready(function(){jQuery("#slider").length&&doOwlFeatured()});
themes/foundation/modules/featured/wptouch-swipe.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function doFoundationFeaturedLoaded(){foundationCreateDots();var e=0,s=!1,a="0";jQuery("#slider").hasClass("slide")&&(a="4000",jQuery("#slider").hasClass("slow")?a="6000":jQuery("#slider").hasClass("fast")&&(a="2500")),jQuery("#slider").hasClass("continuous")&&(s=!0);var i=jQuery(".dots").find("li"),d={startSlide:e,continuous:s,callback:function(e){isNaN(e)&&(e=0);var s=i.length;if(s>0){for(;s--;)i[s].className=" ";i[e].className="active"}}};a>0&&!jQuery("body").hasClass("rtl")&&(d.auto=a),jQuery(".one-swipe-image").css("visibility","visible");new Swipe(document.getElementById("slider"),d)}function foundationCreateDots(){var e=jQuery("#slider"),s=e.find("a"),a=0,d='<ul class="dots">';for(i=0;i<s.length;i++)d=d+'<li data-pos="'+i+'">&nbsp;</li>';d+="</ul>",e.before(d),jQuery(".dots").find('li[data-pos="'+a+'"]').addClass("active")}jQuery(document).ready(function(){jQuery("#slider").length&&doFoundationFeaturedLoaded()});
themes/foundation/modules/flickity/flickity-wptouch.min.js ADDED
File without changes
themes/foundation/modules/flickity/flickity.min.css CHANGED
@@ -1,4 +1,3 @@
1
  /*! Flickity v2.0.2
2
  http://flickity.metafizzy.co
3
- ---------------------------------------------- */
4
- .flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
1
  /*! Flickity v2.0.2
2
  http://flickity.metafizzy.co
3
+ ---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
 
themes/foundation/modules/flickity/flickity.php CHANGED
@@ -1,17 +1,12 @@
1
  <?php
2
-
3
- add_action( 'foundation_module_init_mobile', 'foundation_flickity_init' );
 
 
 
 
4
 
5
  function foundation_flickity_init() {
6
-
7
- wp_enqueue_style(
8
- 'foundation_flickity_css',
9
- foundation_get_base_module_url() . '/flickity/flickity.min.css',
10
- '',
11
- md5( FOUNDATION_VERSION ),
12
- 'screen'
13
- );
14
-
15
  wp_enqueue_script(
16
  'foundation_flickity',
17
  foundation_get_base_module_url() . '/flickity/flickity.pkgd.min.js',
@@ -22,10 +17,10 @@ function foundation_flickity_init() {
22
 
23
  wp_enqueue_script(
24
  'foundation_flickity_wptouch',
25
- foundation_get_base_module_url() . '/flickity/flickity-wptouch.js',
26
  array( 'foundation_flickity' ),
27
  md5( FOUNDATION_VERSION ),
28
  true
29
  );
30
-
31
  }
 
1
  <?php
2
+ function foundation_inline_flickity_css() {
3
+ echo '<style data-context="foundation-flickity-css">';
4
+ echo esc_html( file_get_contents( dirname( __FILE__ ) . '/flickity.min.css' ) );
5
+ echo '</style>';
6
+ }
7
+ add_action( 'wp_head', 'foundation_inline_flickity_css' );
8
 
9
  function foundation_flickity_init() {
 
 
 
 
 
 
 
 
 
10
  wp_enqueue_script(
11
  'foundation_flickity',
12
  foundation_get_base_module_url() . '/flickity/flickity.pkgd.min.js',
17
 
18
  wp_enqueue_script(
19
  'foundation_flickity_wptouch',
20
+ foundation_get_base_module_url() . '/flickity/flickity-wptouch.min.js',
21
  array( 'foundation_flickity' ),
22
  md5( FOUNDATION_VERSION ),
23
  true
24
  );
 
25
  }
26
+ add_action( 'foundation_module_init_mobile', 'foundation_flickity_init' );
themes/foundation/modules/flickity/flickity.pkgd.min.js CHANGED
@@ -1,13 +1,2 @@
1
- /*!
2
- * Flickity PACKAGED v2.0.2
3
- * Touch, responsive, flickable carousels
4
- *
5
- * Licensed GPLv3 for open source use
6
- * or Flickity Commercial License for commercial use
7
- *
8
- * http://flickity.metafizzy.co
9
- * Copyright 2016 Metafizzy
10
- */
11
-
12
- !function(t,e){"use strict";"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(i){e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}(window,function(t,e){"use strict";function i(i,o,a){function h(t,e,n){var s,o="$()."+i+'("'+e+'")';return t.each(function(t,h){var l=a.data(h,i);if(!l)return void r(i+" not initialized. Cannot call methods, i.e. "+o);var c=l[e];if(!c||"_"==e.charAt(0))return void r(o+" is not a valid method");var d=c.apply(l,n);s=void 0===s?d:s}),void 0!==s?s:t}function l(t,e){t.each(function(t,n){var s=a.data(n,i);s?(s.option(e),s._init()):(s=new o(n,e),a.data(n,i,s))})}a=a||e||t.jQuery,a&&(o.prototype.option||(o.prototype.option=function(t){a.isPlainObject(t)&&(this.options=a.extend(!0,this.options,t))}),a.fn[i]=function(t){if("string"==typeof t){var e=s.call(arguments,1);return h(this,t,e)}return l(this,t),this},n(a))}function n(t){!t||t&&t.bridget||(t.bridget=i)}var s=Array.prototype.slice,o=t.console,r="undefined"==typeof o?function(){}:function(t){o.error(t)};return n(e||t.jQuery),i}),function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},n=i[t]=i[t]||[];return n.indexOf(e)==-1&&n.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{},n=i[t]=i[t]||{};return n[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=i.indexOf(e);return n!=-1&&i.splice(n,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=0,s=i[n];e=e||[];for(var o=this._onceEvents&&this._onceEvents[t];s;){var r=o&&o[s];r&&(this.off(t,s),delete o[s]),s.apply(this,e),n+=r?0:1,s=i[n]}return this}},t}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("get-size/get-size",[],function(){return e()}):"object"==typeof module&&module.exports?module.exports=e():t.getSize=e()}(window,function(){"use strict";function t(t){var e=parseFloat(t),i=t.indexOf("%")==-1&&!isNaN(e);return i&&e}function e(){}function i(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0;e<l;e++){var i=h[e];t[i]=0}return t}function n(t){var e=getComputedStyle(t);return e||a("Style returned "+e+". Are you running this code in a hidden iframe on Firefox? See http://bit.ly/getsizebug1"),e}function s(){if(!c){c=!0;var e=document.createElement("div");e.style.width="200px",e.style.padding="1px 2px 3px 4px",e.style.borderStyle="solid",e.style.borderWidth="1px 2px 3px 4px",e.style.boxSizing="border-box";var i=document.body||document.documentElement;i.appendChild(e);var s=n(e);o.isBoxSizeOuter=r=200==t(s.width),i.removeChild(e)}}function o(e){if(s(),"string"==typeof e&&(e=document.querySelector(e)),e&&"object"==typeof e&&e.nodeType){var o=n(e);if("none"==o.display)return i();var a={};a.width=e.offsetWidth,a.height=e.offsetHeight;for(var c=a.isBorderBox="border-box"==o.boxSizing,d=0;d<l;d++){var u=h[d],f=o[u],p=parseFloat(f);a[u]=isNaN(p)?0:p}var v=a.paddingLeft+a.paddingRight,g=a.paddingTop+a.paddingBottom,m=a.marginLeft+a.marginRight,y=a.marginTop+a.marginBottom,S=a.borderLeftWidth+a.borderRightWidth,E=a.borderTopWidth+a.borderBottomWidth,b=c&&r,x=t(o.width);x!==!1&&(a.width=x+(b?0:v+S));var C=t(o.height);return C!==!1&&(a.height=C+(b?0:g+E)),a.innerWidth=a.width-(v+S),a.innerHeight=a.height-(g+E),a.outerWidth=a.width+m,a.outerHeight=a.height+y,a}}var r,a="undefined"==typeof console?e:function(t){console.error(t)},h=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],l=h.length,c=!1;return o}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("desandro-matches-selector/matches-selector",e):"object"==typeof module&&module.exports?module.exports=e():t.matchesSelector=e()}(window,function(){"use strict";var t=function(){var t=Element.prototype;if(t.matches)return"matches";if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],i=0;i<e.length;i++){var n=e[i],s=n+"MatchesSelector";if(t[s])return s}}();return function(e,i){return e[t](i)}}),function(t,e){"function"==typeof define&&define.amd?define("fizzy-ui-utils/utils",["desandro-matches-selector/matches-selector"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("desandro-matches-selector")):t.fizzyUIUtils=e(t,t.matchesSelector)}(window,function(t,e){var i={};i.extend=function(t,e){for(var i in e)t[i]=e[i];return t},i.modulo=function(t,e){return(t%e+e)%e},i.makeArray=function(t){var e=[];if(Array.isArray(t))e=t;else if(t&&"number"==typeof t.length)for(var i=0;i<t.length;i++)e.push(t[i]);else e.push(t);return e},i.removeFrom=function(t,e){var i=t.indexOf(e);i!=-1&&t.splice(i,1)},i.getParent=function(t,i){for(;t!=document.body;)if(t=t.parentNode,e(t,i))return t},i.getQueryElement=function(t){return"string"==typeof t?document.querySelector(t):t},i.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},i.filterFindElements=function(t,n){t=i.makeArray(t);var s=[];return t.forEach(function(t){if(t instanceof HTMLElement){if(!n)return void s.push(t);e(t,n)&&s.push(t);for(var i=t.querySelectorAll(n),o=0;o<i.length;o++)s.push(i[o])}}),s},i.debounceMethod=function(t,e,i){var n=t.prototype[e],s=e+"Timeout";t.prototype[e]=function(){var t=this[s];t&&clearTimeout(t);var e=arguments,o=this;this[s]=setTimeout(function(){n.apply(o,e),delete o[s]},i||100)}},i.docReady=function(t){var e=document.readyState;"complete"==e||"interactive"==e?t():document.addEventListener("DOMContentLoaded",t)},i.toDashed=function(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+"-"+i}).toLowerCase()};var n=t.console;return i.htmlInit=function(e,s){i.docReady(function(){var o=i.toDashed(s),r="data-"+o,a=document.querySelectorAll("["+r+"]"),h=document.querySelectorAll(".js-"+o),l=i.makeArray(a).concat(i.makeArray(h)),c=r+"-options",d=t.jQuery;l.forEach(function(t){var i,o=t.getAttribute(r)||t.getAttribute(c);try{i=o&&JSON.parse(o)}catch(a){return void(n&&n.error("Error parsing "+r+" on "+t.className+": "+a))}var h=new e(t,i);d&&d.data(t,s,h)})})},i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/cell",["get-size/get-size"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("get-size")):(t.Flickity=t.Flickity||{},t.Flickity.Cell=e(t,t.getSize))}(window,function(t,e){function i(t,e){this.element=t,this.parent=e,this.create()}var n=i.prototype;return n.create=function(){this.element.style.position="absolute",this.x=0,this.shift=0},n.destroy=function(){this.element.style.position="";var t=this.parent.originSide;this.element.style[t]=""},n.getSize=function(){this.size=e(this.element)},n.setPosition=function(t){this.x=t,this.updateTarget(),this.renderPosition(t)},n.updateTarget=n.setDefaultTarget=function(){var t="left"==this.parent.originSide?"marginLeft":"marginRight";this.target=this.x+this.size[t]+this.size.width*this.parent.cellAlign},n.renderPosition=function(t){var e=this.parent.originSide;this.element.style[e]=this.parent.getPositionValue(t)},n.wrapShift=function(t){this.shift=t,this.renderPosition(this.x+this.parent.slideableWidth*t)},n.remove=function(){this.element.parentNode.removeChild(this.element)},i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/slide",e):"object"==typeof module&&module.exports?module.exports=e():(t.Flickity=t.Flickity||{},t.Flickity.Slide=e())}(window,function(){"use strict";function t(t){this.parent=t,this.isOriginLeft="left"==t.originSide,this.cells=[],this.outerWidth=0,this.height=0}var e=t.prototype;return e.addCell=function(t){if(this.cells.push(t),this.outerWidth+=t.size.outerWidth,this.height=Math.max(t.size.outerHeight,this.height),1==this.cells.length){this.x=t.x;var e=this.isOriginLeft?"marginLeft":"marginRight";this.firstMargin=t.size[e]}},e.updateTarget=function(){var t=this.isOriginLeft?"marginRight":"marginLeft",e=this.getLastCell(),i=e?e.size[t]:0,n=this.outerWidth-(this.firstMargin+i);this.target=this.x+this.firstMargin+n*this.parent.cellAlign},e.getLastCell=function(){return this.cells[this.cells.length-1]},e.select=function(){this.changeSelectedClass("add")},e.unselect=function(){this.changeSelectedClass("remove")},e.changeSelectedClass=function(t){this.cells.forEach(function(e){e.element.classList[t]("is-selected")})},e.getCellElements=function(){return this.cells.map(function(t){return t.element})},t}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/animate",["fizzy-ui-utils/utils"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("fizzy-ui-utils")):(t.Flickity=t.Flickity||{},t.Flickity.animatePrototype=e(t,t.fizzyUIUtils))}(window,function(t,e){var i=t.requestAnimationFrame||t.webkitRequestAnimationFrame,n=0;i||(i=function(t){var e=(new Date).getTime(),i=Math.max(0,16-(e-n)),s=setTimeout(t,i);return n=e+i,s});var s={};s.startAnimation=function(){this.isAnimating||(this.isAnimating=!0,this.restingFrames=0,this.animate())},s.animate=function(){this.applyDragForce(),this.applySelectedAttraction();var t=this.x;if(this.integratePhysics(),this.positionSlider(),this.settle(t),this.isAnimating){var e=this;i(function(){e.animate()})}};var o=function(){var t=document.documentElement.style;return"string"==typeof t.transform?"transform":"WebkitTransform"}();return s.positionSlider=function(){var t=this.x;this.options.wrapAround&&this.cells.length>1&&(t=e.modulo(t,this.slideableWidth),t-=this.slideableWidth,this.shiftWrapCells(t)),t+=this.cursorPosition,t=this.options.rightToLeft&&o?-t:t;var i=this.getPositionValue(t);this.slider.style[o]=this.isAnimating?"translate3d("+i+",0,0)":"translateX("+i+")";var n=this.slides[0];if(n){var s=-this.x-n.target,r=s/this.slidesWidth;this.dispatchEvent("scroll",null,[r,s])}},s.positionSliderAtSelected=function(){this.cells.length&&(this.x=-this.selectedSlide.target,this.positionSlider())},s.getPositionValue=function(t){return this.options.percentPosition?.01*Math.round(t/this.size.innerWidth*1e4)+"%":Math.round(t)+"px"},s.settle=function(t){this.isPointerDown||Math.round(100*this.x)!=Math.round(100*t)||this.restingFrames++,this.restingFrames>2&&(this.isAnimating=!1,delete this.isFreeScrolling,this.positionSlider(),this.dispatchEvent("settle"))},s.shiftWrapCells=function(t){var e=this.cursorPosition+t;this._shiftCells(this.beforeShiftCells,e,-1);var i=this.size.innerWidth-(t+this.slideableWidth+this.cursorPosition);this._shiftCells(this.afterShiftCells,i,1)},s._shiftCells=function(t,e,i){for(var n=0;n<t.length;n++){var s=t[n],o=e>0?i:0;s.wrapShift(o),e-=s.size.outerWidth}},s._unshiftCells=function(t){if(t&&t.length)for(var e=0;e<t.length;e++)t[e].wrapShift(0)},s.integratePhysics=function(){this.x+=this.velocity,this.velocity*=this.getFrictionFactor()},s.applyForce=function(t){this.velocity+=t},s.getFrictionFactor=function(){return 1-this.options[this.isFreeScrolling?"freeScrollFriction":"friction"]},s.getRestingPosition=function(){return this.x+this.velocity/(1-this.getFrictionFactor())},s.applyDragForce=function(){if(this.isPointerDown){var t=this.dragX-this.x,e=t-this.velocity;this.applyForce(e)}},s.applySelectedAttraction=function(){if(!this.isPointerDown&&!this.isFreeScrolling&&this.cells.length){var t=this.selectedSlide.target*-1-this.x,e=t*this.options.selectedAttraction;this.applyForce(e)}},s}),function(t,e){if("function"==typeof define&&define.amd)define("flickity/js/flickity",["ev-emitter/ev-emitter","get-size/get-size","fizzy-ui-utils/utils","./cell","./slide","./animate"],function(i,n,s,o,r,a){return e(t,i,n,s,o,r,a)});else if("object"==typeof module&&module.exports)module.exports=e(t,require("ev-emitter"),require("get-size"),require("fizzy-ui-utils"),require("./cell"),require("./slide"),require("./animate"));else{var i=t.Flickity;t.Flickity=e(t,t.EvEmitter,t.getSize,t.fizzyUIUtils,i.Cell,i.Slide,i.animatePrototype)}}(window,function(t,e,i,n,s,o,r){function a(t,e){for(t=n.makeArray(t);t.length;)e.appendChild(t.shift())}function h(t,e){var i=n.getQueryElement(t);return i?(this.element=i,l&&(this.$element=l(this.element)),this.options=n.extend({},this.constructor.defaults),this.option(e),void this._create()):void(d&&d.error("Bad element for Flickity: "+(i||t)))}var l=t.jQuery,c=t.getComputedStyle,d=t.console,u=0,f={};h.defaults={accessibility:!0,cellAlign:"center",freeScrollFriction:.075,friction:.28,namespaceJQueryEvents:!0,percentPosition:!0,resize:!0,selectedAttraction:.025,setGallerySize:!0},h.createMethods=[];var p=h.prototype;n.extend(p,e.prototype),p._create=function(){var e=this.guid=++u;this.element.flickityGUID=e,f[e]=this,this.selectedIndex=0,this.restingFrames=0,this.x=0,this.velocity=0,this.originSide=this.options.rightToLeft?"right":"left",this.viewport=document.createElement("div"),this.viewport.className="flickity-viewport",this._createSlider(),(this.options.resize||this.options.watchCSS)&&t.addEventListener("resize",this),h.createMethods.forEach(function(t){this[t]()},this),this.options.watchCSS?this.watchCSS():this.activate()},p.option=function(t){n.extend(this.options,t)},p.activate=function(){if(!this.isActive){this.isActive=!0,this.element.classList.add("flickity-enabled"),this.options.rightToLeft&&this.element.classList.add("flickity-rtl"),this.getSize();var t=this._filterFindCellElements(this.element.children);a(t,this.slider),this.viewport.appendChild(this.slider),this.element.appendChild(this.viewport),this.reloadCells(),this.options.accessibility&&(this.element.tabIndex=0,this.element.addEventListener("keydown",this)),this.emitEvent("activate");var e,i=this.options.initialIndex;e=this.isInitActivated?this.selectedIndex:void 0!==i&&this.cells[i]?i:0,this.select(e,!1,!0),this.isInitActivated=!0}},p._createSlider=function(){var t=document.createElement("div");t.className="flickity-slider",t.style[this.originSide]=0,this.slider=t},p._filterFindCellElements=function(t){return n.filterFindElements(t,this.options.cellSelector)},p.reloadCells=function(){this.cells=this._makeCells(this.slider.children),this.positionCells(),this._getWrapShiftCells(),this.setGallerySize()},p._makeCells=function(t){var e=this._filterFindCellElements(t),i=e.map(function(t){return new s(t,this)},this);return i},p.getLastCell=function(){return this.cells[this.cells.length-1]},p.getLastSlide=function(){return this.slides[this.slides.length-1]},p.positionCells=function(){this._sizeCells(this.cells),this._positionCells(0)},p._positionCells=function(t){t=t||0,this.maxCellHeight=t?this.maxCellHeight||0:0;var e=0;if(t>0){var i=this.cells[t-1];e=i.x+i.size.outerWidth}for(var n=this.cells.length,s=t;s<n;s++){var o=this.cells[s];o.setPosition(e),e+=o.size.outerWidth,this.maxCellHeight=Math.max(o.size.outerHeight,this.maxCellHeight)}this.slideableWidth=e,this.updateSlides(),this._containSlides(),this.slidesWidth=n?this.getLastSlide().target-this.slides[0].target:0},p._sizeCells=function(t){t.forEach(function(t){t.getSize()})},p.updateSlides=function(){if(this.slides=[],this.cells.length){var t=new o(this);this.slides.push(t);var e="left"==this.originSide,i=e?"marginRight":"marginLeft",n=this._getCanCellFit();this.cells.forEach(function(e,s){if(!t.cells.length)return void t.addCell(e);var r=t.outerWidth-t.firstMargin+(e.size.outerWidth-e.size[i]);n.call(this,s,r)?t.addCell(e):(t.updateTarget(),t=new o(this),this.slides.push(t),t.addCell(e))},this),t.updateTarget(),this.updateSelectedSlide()}},p._getCanCellFit=function(){var t=this.options.groupCells;if(!t)return function(){return!1};if("number"==typeof t){var e=parseInt(t,10);return function(t){return t%e!==0}}var i="string"==typeof t&&t.match(/^(\d+)%$/),n=i?parseInt(i[1],10)/100:1;return function(t,e){return e<=(this.size.innerWidth+1)*n}},p._init=p.reposition=function(){this.positionCells(),this.positionSliderAtSelected()},p.getSize=function(){this.size=i(this.element),this.setCellAlign(),this.cursorPosition=this.size.innerWidth*this.cellAlign};var v={center:{left:.5,right:.5},left:{left:0,right:1},right:{right:0,left:1}};return p.setCellAlign=function(){var t=v[this.options.cellAlign];this.cellAlign=t?t[this.originSide]:this.options.cellAlign},p.setGallerySize=function(){if(this.options.setGallerySize){var t=this.options.adaptiveHeight&&this.selectedSlide?this.selectedSlide.height:this.maxCellHeight;this.viewport.style.height=t+"px"}},p._getWrapShiftCells=function(){if(this.options.wrapAround){this._unshiftCells(this.beforeShiftCells),this._unshiftCells(this.afterShiftCells);var t=this.cursorPosition,e=this.cells.length-1;this.beforeShiftCells=this._getGapCells(t,e,-1),t=this.size.innerWidth-this.cursorPosition,this.afterShiftCells=this._getGapCells(t,0,1)}},p._getGapCells=function(t,e,i){for(var n=[];t>0;){var s=this.cells[e];if(!s)break;n.push(s),e+=i,t-=s.size.outerWidth}return n},p._containSlides=function(){if(this.options.contain&&!this.options.wrapAround&&this.cells.length){var t=this.options.rightToLeft,e=t?"marginRight":"marginLeft",i=t?"marginLeft":"marginRight",n=this.slideableWidth-this.getLastCell().size[i],s=n<this.size.innerWidth,o=this.cursorPosition+this.cells[0].size[e],r=n-this.size.innerWidth*(1-this.cellAlign);this.slides.forEach(function(t){s?t.target=n*this.cellAlign:(t.target=Math.max(t.target,o),t.target=Math.min(t.target,r))},this)}},p.dispatchEvent=function(t,e,i){var n=e?[e].concat(i):i;if(this.emitEvent(t,n),l&&this.$element){t+=this.options.namespaceJQueryEvents?".flickity":"";var s=t;if(e){var o=l.Event(e);o.type=t,s=o}this.$element.trigger(s,i)}},p.select=function(t,e,i){this.isActive&&(t=parseInt(t,10),this._wrapSelect(t),(this.options.wrapAround||e)&&(t=n.modulo(t,this.slides.length)),this.slides[t]&&(this.selectedIndex=t,this.updateSelectedSlide(),i?this.positionSliderAtSelected():this.startAnimation(),this.options.adaptiveHeight&&this.setGallerySize(),this.dispatchEvent("select"),this.dispatchEvent("cellSelect")))},p._wrapSelect=function(t){var e=this.slides.length,i=this.options.wrapAround&&e>1;if(!i)return t;var s=n.modulo(t,e),o=Math.abs(s-this.selectedIndex),r=Math.abs(s+e-this.selectedIndex),a=Math.abs(s-e-this.selectedIndex);!this.isDragSelect&&r<o?t+=e:!this.isDragSelect&&a<o&&(t-=e),t<0?this.x-=this.slideableWidth:t>=e&&(this.x+=this.slideableWidth)},p.previous=function(t,u){this.select(this.selectedIndex-1,t,u)},p.next=function(t,u){this.select(this.selectedIndex+1,t,u)},p.updateSelectedSlide=function(){var t=this.slides[this.selectedIndex];t&&(this.unselectSelectedSlide(),this.selectedSlide=t,t.select(),this.selectedCells=t.cells,this.selectedElements=t.getCellElements(),this.selectedCell=t.cells[0],this.selectedElement=this.selectedElements[0])},p.unselectSelectedSlide=function(){this.selectedSlide&&this.selectedSlide.unselect()},p.selectCell=function(t,e,i){var n;"number"==typeof t?n=this.cells[t]:("string"==typeof t&&(t=this.element.querySelector(t)),n=this.getCell(t));for(var s=0;n&&s<this.slides.length;s++){var o=this.slides[s],r=o.cells.indexOf(n);if(r!=-1)return void this.select(s,e,i)}},p.getCell=function(t){for(var e=0;e<this.cells.length;e++){var i=this.cells[e];if(i.element==t)return i}},p.getCells=function(t){t=n.makeArray(t);var e=[];return t.forEach(function(t){var i=this.getCell(t);i&&e.push(i)},this),e},p.getCellElements=function(){return this.cells.map(function(t){return t.element})},p.getParentCell=function(t){var e=this.getCell(t);return e?e:(t=n.getParent(t,".flickity-slider > *"),this.getCell(t))},p.getAdjacentCellElements=function(t,e){if(!t)return this.selectedSlide.getCellElements();e=void 0===e?this.selectedIndex:e;var i=this.slides.length;if(1+2*t>=i)return this.getCellElements();for(var s=[],o=e-t;o<=e+t;o++){var r=this.options.wrapAround?n.modulo(o,i):o,a=this.slides[r];a&&(s=s.concat(a.getCellElements()))}return s},p.uiChange=function(){this.emitEvent("uiChange")},p.childUIPointerDown=function(t){this.emitEvent("childUIPointerDown",[t])},p.onresize=function(){this.watchCSS(),this.resize()},n.debounceMethod(h,"onresize",150),p.resize=function(){if(this.isActive){this.getSize(),this.options.wrapAround&&(this.x=n.modulo(this.x,this.slideableWidth)),this.positionCells(),this._getWrapShiftCells(),this.setGallerySize(),this.emitEvent("resize");var t=this.selectedElements&&this.selectedElements[0];this.selectCell(t,!1,!0)}},p.watchCSS=function(){var t=this.options.watchCSS;if(t){var e=c(this.element,":after").content;e.indexOf("flickity")!=-1?this.activate():this.deactivate()}},p.onkeydown=function(t){if(this.options.accessibility&&(!document.activeElement||document.activeElement==this.element))if(37==t.keyCode){var e=this.options.rightToLeft?"next":"previous";this.uiChange(),this[e]()}else if(39==t.keyCode){var i=this.options.rightToLeft?"previous":"next";this.uiChange(),this[i]()}},p.deactivate=function(){this.isActive&&(this.element.classList.remove("flickity-enabled"),this.element.classList.remove("flickity-rtl"),this.cells.forEach(function(t){t.destroy()}),this.unselectSelectedSlide(),this.element.removeChild(this.viewport),a(this.slider.children,this.element),this.options.accessibility&&(this.element.removeAttribute("tabIndex"),this.element.removeEventListener("keydown",this)),this.isActive=!1,this.emitEvent("deactivate"))},p.destroy=function(){this.deactivate(),t.removeEventListener("resize",this),this.emitEvent("destroy"),l&&this.$element&&l.removeData(this.element,"flickity"),delete this.element.flickityGUID,delete f[this.guid]},n.extend(p,r),h.data=function(t){t=n.getQueryElement(t);var e=t&&t.flickityGUID;return e&&f[e]},n.htmlInit(h,"flickity"),l&&l.bridget&&l.bridget("flickity",h),h.Cell=s,h}),function(t,e){"function"==typeof define&&define.amd?define("unipointer/unipointer",["ev-emitter/ev-emitter"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter")):t.Unipointer=e(t,t.EvEmitter)}(window,function(t,e){function i(){}function n(){}var s=n.prototype=Object.create(e.prototype);s.bindStartEvent=function(t){this._bindStartEvent(t,!0)},s.unbindStartEvent=function(t){this._bindStartEvent(t,!1)},s._bindStartEvent=function(e,i){i=void 0===i||!!i;var n=i?"addEventListener":"removeEventListener";t.navigator.pointerEnabled?e[n]("pointerdown",this):t.navigator.msPointerEnabled?e[n]("MSPointerDown",this):(e[n]("mousedown",this),e[n]("touchstart",this))},s.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},s.getTouch=function(t){for(var e=0;e<t.length;e++){var i=t[e];if(i.identifier==this.pointerIdentifier)return i}},s.onmousedown=function(t){var e=t.button;e&&0!==e&&1!==e||this._pointerDown(t,t)},s.ontouchstart=function(t){this._pointerDown(t,t.changedTouches[0])},s.onMSPointerDown=s.onpointerdown=function(t){this._pointerDown(t,t)},s._pointerDown=function(t,e){this.isPointerDown||(this.isPointerDown=!0,this.pointerIdentifier=void 0!==e.pointerId?e.pointerId:e.identifier,this.pointerDown(t,e))},s.pointerDown=function(t,e){this._bindPostStartEvents(t),this.emitEvent("pointerDown",[t,e])};var o={mousedown:["mousemove","mouseup"],touchstart:["touchmove","touchend","touchcancel"],pointerdown:["pointermove","pointerup","pointercancel"],MSPointerDown:["MSPointerMove","MSPointerUp","MSPointerCancel"]};return s._bindPostStartEvents=function(e){if(e){var i=o[e.type];i.forEach(function(e){t.addEventListener(e,this)},this),this._boundPointerEvents=i}},s._unbindPostStartEvents=function(){this._boundPointerEvents&&(this._boundPointerEvents.forEach(function(e){t.removeEventListener(e,this)},this),delete this._boundPointerEvents)},s.onmousemove=function(t){this._pointerMove(t,t)},s.onMSPointerMove=s.onpointermove=function(t){t.pointerId==this.pointerIdentifier&&this._pointerMove(t,t)},s.ontouchmove=function(t){var e=this.getTouch(t.changedTouches);e&&this._pointerMove(t,e)},s._pointerMove=function(t,e){this.pointerMove(t,e)},s.pointerMove=function(t,e){this.emitEvent("pointerMove",[t,e])},s.onmouseup=function(t){this._pointerUp(t,t)},s.onMSPointerUp=s.onpointerup=function(t){t.pointerId==this.pointerIdentifier&&this._pointerUp(t,t)},s.ontouchend=function(t){var e=this.getTouch(t.changedTouches);e&&this._pointerUp(t,e)},s._pointerUp=function(t,e){this._pointerDone(),this.pointerUp(t,e)},s.pointerUp=function(t,e){this.emitEvent("pointerUp",[t,e])},s._pointerDone=function(){this.isPointerDown=!1,delete this.pointerIdentifier,this._unbindPostStartEvents(),this.pointerDone()},s.pointerDone=i,s.onMSPointerCancel=s.onpointercancel=function(t){t.pointerId==this.pointerIdentifier&&this._pointerCancel(t,t)},s.ontouchcancel=function(t){var e=this.getTouch(t.changedTouches);e&&this._pointerCancel(t,e)},s._pointerCancel=function(t,e){this._pointerDone(),this.pointerCancel(t,e)},s.pointerCancel=function(t,e){this.emitEvent("pointerCancel",[t,e])},n.getPointerPoint=function(t){return{x:t.pageX,y:t.pageY}},n}),function(t,e){"function"==typeof define&&define.amd?define("unidragger/unidragger",["unipointer/unipointer"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("unipointer")):t.Unidragger=e(t,t.Unipointer)}(window,function(t,e){function i(){}function n(){}var s=n.prototype=Object.create(e.prototype);s.bindHandles=function(){this._bindHandles(!0)},s.unbindHandles=function(){this._bindHandles(!1)};var o=t.navigator;return s._bindHandles=function(t){t=void 0===t||!!t;var e;e=o.pointerEnabled?function(e){e.style.touchAction=t?"none":""}:o.msPointerEnabled?function(e){e.style.msTouchAction=t?"none":""}:i;for(var n=t?"addEventListener":"removeEventListener",s=0;s<this.handles.length;s++){var r=this.handles[s];this._bindStartEvent(r,t),e(r),r[n]("click",this)}},s.pointerDown=function(t,e){if("INPUT"==t.target.nodeName&&"range"==t.target.type)return this.isPointerDown=!1,void delete this.pointerIdentifier;this._dragPointerDown(t,e);var i=document.activeElement;i&&i.blur&&i.blur(),this._bindPostStartEvents(t),this.emitEvent("pointerDown",[t,e])},s._dragPointerDown=function(t,i){this.pointerDownPoint=e.getPointerPoint(i);var n=this.canPreventDefaultOnPointerDown(t,i);n&&t.preventDefault()},s.canPreventDefaultOnPointerDown=function(t){return"SELECT"!=t.target.nodeName},s.pointerMove=function(t,e){var i=this._dragPointerMove(t,e);this.emitEvent("pointerMove",[t,e,i]),this._dragMove(t,e,i)},s._dragPointerMove=function(t,i){var n=e.getPointerPoint(i),s={x:n.x-this.pointerDownPoint.x,y:n.y-this.pointerDownPoint.y};return!this.isDragging&&this.hasDragStarted(s)&&this._dragStart(t,i),s},s.hasDragStarted=function(t){return Math.abs(t.x)>3||Math.abs(t.y)>3},s.pointerUp=function(t,e){this.emitEvent("pointerUp",[t,e]),this._dragPointerUp(t,e)},s._dragPointerUp=function(t,e){this.isDragging?this._dragEnd(t,e):this._staticClick(t,e)},s._dragStart=function(t,i){this.isDragging=!0,this.dragStartPoint=e.getPointerPoint(i),this.isPreventingClicks=!0,this.dragStart(t,i)},s.dragStart=function(t,e){this.emitEvent("dragStart",[t,e])},s._dragMove=function(t,e,i){this.isDragging&&this.dragMove(t,e,i)},s.dragMove=function(t,e,i){t.preventDefault(),this.emitEvent("dragMove",[t,e,i])},s._dragEnd=function(t,e){this.isDragging=!1,setTimeout(function(){delete this.isPreventingClicks}.bind(this)),this.dragEnd(t,e)},s.dragEnd=function(t,e){this.emitEvent("dragEnd",[t,e])},s.onclick=function(t){this.isPreventingClicks&&t.preventDefault()},s._staticClick=function(t,e){if(!this.isIgnoringMouseUp||"mouseup"!=t.type){var i=t.target.nodeName;"INPUT"!=i&&"TEXTAREA"!=i||t.target.focus(),this.staticClick(t,e),"mouseup"!=t.type&&(this.isIgnoringMouseUp=!0,setTimeout(function(){delete this.isIgnoringMouseUp}.bind(this),400))}},s.staticClick=function(t,e){this.emitEvent("staticClick",[t,e])},n.getPointerPoint=e.getPointerPoint,n}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/drag",["./flickity","unidragger/unidragger","fizzy-ui-utils/utils"],function(i,n,s){return e(t,i,n,s)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("unidragger"),require("fizzy-ui-utils")):t.Flickity=e(t,t.Flickity,t.Unidragger,t.fizzyUIUtils)}(window,function(t,e,i,n){function s(){return{x:t.pageXOffset,y:t.pageYOffset}}n.extend(e.defaults,{draggable:!0,dragThreshold:3}),e.createMethods.push("_createDrag");var o=e.prototype;n.extend(o,i.prototype),o._createDrag=function(){this.on("activate",this.bindDrag),this.on("uiChange",this._uiChangeDrag),this.on("childUIPointerDown",this._childUIPointerDownDrag),this.on("deactivate",this.unbindDrag)},o.bindDrag=function(){this.options.draggable&&!this.isDragBound&&(this.element.classList.add("is-draggable"),this.handles=[this.viewport],this.bindHandles(),this.isDragBound=!0)},o.unbindDrag=function(){this.isDragBound&&(this.element.classList.remove("is-draggable"),this.unbindHandles(),delete this.isDragBound)},o._uiChangeDrag=function(){delete this.isFreeScrolling},o._childUIPointerDownDrag=function(t){t.preventDefault(),this.pointerDownFocus(t)};var r={TEXTAREA:!0,INPUT:!0},a={radio:!0,checkbox:!0,button:!0,submit:!0,image:!0,file:!0};o.pointerDown=function(e,i){var n=r[e.target.nodeName]&&!a[e.target.type];if(n)return this.isPointerDown=!1,void delete this.pointerIdentifier;this._dragPointerDown(e,i);var o=document.activeElement;o&&o.blur&&o!=this.element&&o!=document.body&&o.blur(),this.pointerDownFocus(e),this.dragX=this.x,this.viewport.classList.add("is-pointer-down"),this._bindPostStartEvents(e),this.pointerDownScroll=s(),t.addEventListener("scroll",this),this.dispatchEvent("pointerDown",e,[i])};var h={touchstart:!0,MSPointerDown:!0},l={INPUT:!0,SELECT:!0};return o.pointerDownFocus=function(e){if(this.options.accessibility&&!h[e.type]&&!l[e.target.nodeName]){var i=t.pageYOffset;this.element.focus(),t.pageYOffset!=i&&t.scrollTo(t.pageXOffset,i)}},o.canPreventDefaultOnPointerDown=function(t){var e="touchstart"==t.type,i=t.target.nodeName;return!e&&"SELECT"!=i},o.hasDragStarted=function(t){return Math.abs(t.x)>this.options.dragThreshold},o.pointerUp=function(t,e){delete this.isTouchScrolling,this.viewport.classList.remove("is-pointer-down"),this.dispatchEvent("pointerUp",t,[e]),this._dragPointerUp(t,e)},o.pointerDone=function(){t.removeEventListener("scroll",this),delete this.pointerDownScroll},o.dragStart=function(t,e){this.dragStartPosition=this.x,this.startAnimation(),this.dispatchEvent("dragStart",t,[e])},o.pointerMove=function(t,e){var i=this._dragPointerMove(t,e);this.dispatchEvent("pointerMove",t,[e,i]),this._dragMove(t,e,i)},o.dragMove=function(t,e,i){t.preventDefault(),this.previousDragX=this.dragX;var n=this.options.rightToLeft?-1:1,s=this.dragStartPosition+i.x*n;if(!this.options.wrapAround&&this.slides.length){var o=Math.max(-this.slides[0].target,this.dragStartPosition);s=s>o?.5*(s+o):s;var r=Math.min(-this.getLastSlide().target,this.dragStartPosition);s=s<r?.5*(s+r):s}this.dragX=s,this.dragMoveTime=new Date,this.dispatchEvent("dragMove",t,[e,i])},o.dragEnd=function(t,e){this.options.freeScroll&&(this.isFreeScrolling=!0);var i=this.dragEndRestingSelect();if(this.options.freeScroll&&!this.options.wrapAround){var n=this.getRestingPosition();this.isFreeScrolling=-n>this.slides[0].target&&-n<this.getLastSlide().target}else this.options.freeScroll||i!=this.selectedIndex||(i+=this.dragEndBoostSelect());delete this.previousDragX,this.isDragSelect=this.options.wrapAround,this.select(i),delete this.isDragSelect,this.dispatchEvent("dragEnd",t,[e])},o.dragEndRestingSelect=function(){var t=this.getRestingPosition(),e=Math.abs(this.getSlideDistance(-t,this.selectedIndex)),i=this._getClosestResting(t,e,1),n=this._getClosestResting(t,e,-1),s=i.distance<n.distance?i.index:n.index;return s},o._getClosestResting=function(t,e,i){
13
- for(var n=this.selectedIndex,s=1/0,o=this.options.contain&&!this.options.wrapAround?function(t,e){return t<=e}:function(t,e){return t<e};o(e,s)&&(n+=i,s=e,e=this.getSlideDistance(-t,n),null!==e);)e=Math.abs(e);return{distance:s,index:n-i}},o.getSlideDistance=function(t,e){var i=this.slides.length,s=this.options.wrapAround&&i>1,o=s?n.modulo(e,i):e,r=this.slides[o];if(!r)return null;var a=s?this.slideableWidth*Math.floor(e/i):0;return t-(r.target+a)},o.dragEndBoostSelect=function(){if(void 0===this.previousDragX||!this.dragMoveTime||new Date-this.dragMoveTime>100)return 0;var t=this.getSlideDistance(-this.dragX,this.selectedIndex),e=this.previousDragX-this.dragX;return t>0&&e>0?1:t<0&&e<0?-1:0},o.staticClick=function(t,e){var i=this.getParentCell(t.target),n=i&&i.element,s=i&&this.cells.indexOf(i);this.dispatchEvent("staticClick",t,[e,n,s])},o.onscroll=function(){var t=s(),e=this.pointerDownScroll.x-t.x,i=this.pointerDownScroll.y-t.y;(Math.abs(e)>3||Math.abs(i)>3)&&this._pointerDone()},e}),function(t,e){"function"==typeof define&&define.amd?define("tap-listener/tap-listener",["unipointer/unipointer"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("unipointer")):t.TapListener=e(t,t.Unipointer)}(window,function(t,e){function i(t){this.bindTap(t)}var n=i.prototype=Object.create(e.prototype);return n.bindTap=function(t){t&&(this.unbindTap(),this.tapElement=t,this._bindStartEvent(t,!0))},n.unbindTap=function(){this.tapElement&&(this._bindStartEvent(this.tapElement,!0),delete this.tapElement)},n.pointerUp=function(i,n){if(!this.isIgnoringMouseUp||"mouseup"!=i.type){var s=e.getPointerPoint(n),o=this.tapElement.getBoundingClientRect(),r=t.pageXOffset,a=t.pageYOffset,h=s.x>=o.left+r&&s.x<=o.right+r&&s.y>=o.top+a&&s.y<=o.bottom+a;if(h&&this.emitEvent("tap",[i,n]),"mouseup"!=i.type){this.isIgnoringMouseUp=!0;var l=this;setTimeout(function(){delete l.isIgnoringMouseUp},400)}}},n.destroy=function(){this.pointerDone(),this.unbindTap()},i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/prev-next-button",["./flickity","tap-listener/tap-listener","fizzy-ui-utils/utils"],function(i,n,s){return e(t,i,n,s)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("tap-listener"),require("fizzy-ui-utils")):e(t,t.Flickity,t.TapListener,t.fizzyUIUtils)}(window,function(t,e,i,n){"use strict";function s(t,e){this.direction=t,this.parent=e,this._create()}function o(t){return"string"==typeof t?t:"M "+t.x0+",50 L "+t.x1+","+(t.y1+50)+" L "+t.x2+","+(t.y2+50)+" L "+t.x3+",50 L "+t.x2+","+(50-t.y2)+" L "+t.x1+","+(50-t.y1)+" Z"}var r="http://www.w3.org/2000/svg";s.prototype=new i,s.prototype._create=function(){this.isEnabled=!0,this.isPrevious=this.direction==-1;var t=this.parent.options.rightToLeft?1:-1;this.isLeft=this.direction==t;var e=this.element=document.createElement("button");e.className="flickity-prev-next-button",e.className+=this.isPrevious?" previous":" next",e.setAttribute("type","button"),this.disable(),e.setAttribute("aria-label",this.isPrevious?"previous":"next");var i=this.createSVG();e.appendChild(i),this.parent.on("select",function(){this.update()}.bind(this)),this.on("tap",this.onTap),this.on("pointerDown",function(t,e){this.parent.childUIPointerDown(e)}.bind(this))},s.prototype.activate=function(){this.bindTap(this.element),this.element.addEventListener("click",this),this.parent.element.appendChild(this.element)},s.prototype.deactivate=function(){this.parent.element.removeChild(this.element),i.prototype.destroy.call(this),this.element.removeEventListener("click",this)},s.prototype.createSVG=function(){var t=document.createElementNS(r,"svg");t.setAttribute("viewBox","0 0 100 100");var e=document.createElementNS(r,"path"),i=o(this.parent.options.arrowShape);return e.setAttribute("d",i),e.setAttribute("class","arrow"),this.isLeft||e.setAttribute("transform","translate(100, 100) rotate(180) "),t.appendChild(e),t},s.prototype.onTap=function(){if(this.isEnabled){this.parent.uiChange();var t=this.isPrevious?"previous":"next";this.parent[t]()}},s.prototype.handleEvent=n.handleEvent,s.prototype.onclick=function(){var t=document.activeElement;t&&t==this.element&&this.onTap()},s.prototype.enable=function(){this.isEnabled||(this.element.disabled=!1,this.isEnabled=!0)},s.prototype.disable=function(){this.isEnabled&&(this.element.disabled=!0,this.isEnabled=!1)},s.prototype.update=function(){var t=this.parent.slides;if(this.parent.options.wrapAround&&t.length>1)return void this.enable();var e=t.length?t.length-1:0,i=this.isPrevious?0:e,n=this.parent.selectedIndex==i?"disable":"enable";this[n]()},s.prototype.destroy=function(){this.deactivate()},n.extend(e.defaults,{prevNextButtons:!0,arrowShape:{x0:10,x1:60,y1:50,x2:70,y2:40,x3:30}}),e.createMethods.push("_createPrevNextButtons");var a=e.prototype;return a._createPrevNextButtons=function(){this.options.prevNextButtons&&(this.prevButton=new s((-1),this),this.nextButton=new s(1,this),this.on("activate",this.activatePrevNextButtons))},a.activatePrevNextButtons=function(){this.prevButton.activate(),this.nextButton.activate(),this.on("deactivate",this.deactivatePrevNextButtons)},a.deactivatePrevNextButtons=function(){this.prevButton.deactivate(),this.nextButton.deactivate(),this.off("deactivate",this.deactivatePrevNextButtons)},e.PrevNextButton=s,e}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/page-dots",["./flickity","tap-listener/tap-listener","fizzy-ui-utils/utils"],function(i,n,s){return e(t,i,n,s)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("tap-listener"),require("fizzy-ui-utils")):e(t,t.Flickity,t.TapListener,t.fizzyUIUtils)}(window,function(t,e,i,n){function s(t){this.parent=t,this._create()}s.prototype=new i,s.prototype._create=function(){this.holder=document.createElement("ol"),this.holder.className="flickity-page-dots",this.dots=[],this.on("tap",this.onTap)},s.prototype.activate=function(){this.setDots(),this.bindTap(this.holder),this.parent.element.appendChild(this.holder)},s.prototype.deactivate=function(){this.parent.element.removeChild(this.holder),i.prototype.destroy.call(this)},s.prototype.setDots=function(){var t=this.parent.slides.length-this.dots.length;t>0?this.addDots(t):t<0&&this.removeDots(-t)},s.prototype.addDots=function(t){for(var e=document.createDocumentFragment(),i=[];t;){var n=document.createElement("li");n.className="dot",e.appendChild(n),i.push(n),t--}this.holder.appendChild(e),this.dots=this.dots.concat(i)},s.prototype.removeDots=function(t){var e=this.dots.splice(this.dots.length-t,t);e.forEach(function(t){this.holder.removeChild(t)},this)},s.prototype.updateSelected=function(){this.selectedDot&&(this.selectedDot.className="dot"),this.dots.length&&(this.selectedDot=this.dots[this.parent.selectedIndex],this.selectedDot.className="dot is-selected")},s.prototype.onTap=function(t){var e=t.target;if("LI"==e.nodeName){this.parent.uiChange();var i=this.dots.indexOf(e);this.parent.select(i)}},s.prototype.destroy=function(){this.deactivate()},e.PageDots=s,n.extend(e.defaults,{pageDots:!0}),e.createMethods.push("_createPageDots");var o=e.prototype;return o._createPageDots=function(){this.options.pageDots&&(this.pageDots=new s(this),this.on("activate",this.activatePageDots),this.on("select",this.updateSelectedPageDots),this.on("cellChange",this.updatePageDots),this.on("resize",this.updatePageDots),this.on("deactivate",this.deactivatePageDots),this.pageDots.on("pointerDown",function(t,e){this.childUIPointerDown(e)}.bind(this)))},o.activatePageDots=function(){this.pageDots.activate()},o.updateSelectedPageDots=function(){this.pageDots.updateSelected()},o.updatePageDots=function(){this.pageDots.setDots()},o.deactivatePageDots=function(){this.pageDots.deactivate()},e.PageDots=s,e}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/player",["ev-emitter/ev-emitter","fizzy-ui-utils/utils","./flickity"],function(t,i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(require("ev-emitter"),require("fizzy-ui-utils"),require("./flickity")):e(t.EvEmitter,t.fizzyUIUtils,t.Flickity)}(window,function(t,e,i){function n(t){this.parent=t,this.state="stopped",o&&(this.onVisibilityChange=function(){this.visibilityChange()}.bind(this),this.onVisibilityPlay=function(){this.visibilityPlay()}.bind(this))}var s,o;"hidden"in document?(s="hidden",o="visibilitychange"):"webkitHidden"in document&&(s="webkitHidden",o="webkitvisibilitychange"),n.prototype=Object.create(t.prototype),n.prototype.play=function(){if("playing"!=this.state){var t=document[s];if(o&&t)return void document.addEventListener(o,this.onVisibilityPlay);this.state="playing",o&&document.addEventListener(o,this.onVisibilityChange),this.tick()}},n.prototype.tick=function(){if("playing"==this.state){var t=this.parent.options.autoPlay;t="number"==typeof t?t:3e3;var e=this;this.clear(),this.timeout=setTimeout(function(){e.parent.next(!0),e.tick()},t)}},n.prototype.stop=function(){this.state="stopped",this.clear(),o&&document.removeEventListener(o,this.onVisibilityChange)},n.prototype.clear=function(){clearTimeout(this.timeout)},n.prototype.pause=function(){"playing"==this.state&&(this.state="paused",this.clear())},n.prototype.unpause=function(){"paused"==this.state&&this.play()},n.prototype.visibilityChange=function(){var t=document[s];this[t?"pause":"unpause"]()},n.prototype.visibilityPlay=function(){this.play(),document.removeEventListener(o,this.onVisibilityPlay)},e.extend(i.defaults,{pauseAutoPlayOnHover:!0}),i.createMethods.push("_createPlayer");var r=i.prototype;return r._createPlayer=function(){this.player=new n(this),this.on("activate",this.activatePlayer),this.on("uiChange",this.stopPlayer),this.on("pointerDown",this.stopPlayer),this.on("deactivate",this.deactivatePlayer)},r.activatePlayer=function(){this.options.autoPlay&&(this.player.play(),this.element.addEventListener("mouseenter",this))},r.playPlayer=function(){this.player.play()},r.stopPlayer=function(){this.player.stop()},r.pausePlayer=function(){this.player.pause()},r.unpausePlayer=function(){this.player.unpause()},r.deactivatePlayer=function(){this.player.stop(),this.element.removeEventListener("mouseenter",this)},r.onmouseenter=function(){this.options.pauseAutoPlayOnHover&&(this.player.pause(),this.element.addEventListener("mouseleave",this))},r.onmouseleave=function(){this.player.unpause(),this.element.removeEventListener("mouseleave",this)},i.Player=n,i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/add-remove-cell",["./flickity","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("fizzy-ui-utils")):e(t,t.Flickity,t.fizzyUIUtils)}(window,function(t,e,i){function n(t){var e=document.createDocumentFragment();return t.forEach(function(t){e.appendChild(t.element)}),e}var s=e.prototype;return s.insert=function(t,e){var i=this._makeCells(t);if(i&&i.length){var s=this.cells.length;e=void 0===e?s:e;var o=n(i),r=e==s;if(r)this.slider.appendChild(o);else{var a=this.cells[e].element;this.slider.insertBefore(o,a)}if(0===e)this.cells=i.concat(this.cells);else if(r)this.cells=this.cells.concat(i);else{var h=this.cells.splice(e,s-e);this.cells=this.cells.concat(i).concat(h)}this._sizeCells(i);var l=e>this.selectedIndex?0:i.length;this._cellAddedRemoved(e,l)}},s.append=function(t){this.insert(t,this.cells.length)},s.prepend=function(t){this.insert(t,0)},s.remove=function(t){var e,n,s=this.getCells(t),o=0,r=s.length;for(e=0;e<r;e++){n=s[e];var a=this.cells.indexOf(n)<this.selectedIndex;o-=a?1:0}for(e=0;e<r;e++)n=s[e],n.remove(),i.removeFrom(this.cells,n);s.length&&this._cellAddedRemoved(0,o)},s._cellAddedRemoved=function(t,e){e=e||0,this.selectedIndex+=e,this.selectedIndex=Math.max(0,Math.min(this.slides.length-1,this.selectedIndex)),this.cellChange(t,!0),this.emitEvent("cellAddedRemoved",[t,e])},s.cellSizeChange=function(t){var e=this.getCell(t);if(e){e.getSize();var i=this.cells.indexOf(e);this.cellChange(i)}},s.cellChange=function(t,e){var i=this.slideableWidth;if(this._positionCells(t),this._getWrapShiftCells(),this.setGallerySize(),this.emitEvent("cellChange",[t]),this.options.freeScroll){var n=i-this.slideableWidth;this.x+=n*this.cellAlign,this.positionSlider()}else e&&this.positionSliderAtSelected(),this.select(this.selectedIndex)},e}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/lazyload",["./flickity","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("fizzy-ui-utils")):e(t,t.Flickity,t.fizzyUIUtils)}(window,function(t,e,i){"use strict";function n(t){if("IMG"==t.nodeName&&t.getAttribute("data-flickity-lazyload"))return[t];var e=t.querySelectorAll("img[data-flickity-lazyload]");return i.makeArray(e)}function s(t,e){this.img=t,this.flickity=e,this.load()}e.createMethods.push("_createLazyload");var o=e.prototype;return o._createLazyload=function(){this.on("select",this.lazyLoad)},o.lazyLoad=function(){var t=this.options.lazyLoad;if(t){var e="number"==typeof t?t:0,i=this.getAdjacentCellElements(e),o=[];i.forEach(function(t){var e=n(t);o=o.concat(e)}),o.forEach(function(t){new s(t,this)},this)}},s.prototype.handleEvent=i.handleEvent,s.prototype.load=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.img.getAttribute("data-flickity-lazyload"),this.img.removeAttribute("data-flickity-lazyload")},s.prototype.onload=function(t){this.complete(t,"flickity-lazyloaded")},s.prototype.onerror=function(t){this.complete(t,"flickity-lazyerror")},s.prototype.complete=function(t,e){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this);var i=this.flickity.getParentCell(this.img),n=i&&i.element;this.flickity.cellSizeChange(n),this.img.classList.add(e),this.flickity.dispatchEvent("lazyLoad",t,n)},e.LazyLoader=s,e}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/index",["./flickity","./drag","./prev-next-button","./page-dots","./player","./add-remove-cell","./lazyload"],e):"object"==typeof module&&module.exports&&(module.exports=e(require("./flickity"),require("./drag"),require("./prev-next-button"),require("./page-dots"),require("./player"),require("./add-remove-cell"),require("./lazyload")))}(window,function(t){return t}),function(t,e){"function"==typeof define&&define.amd?define("flickity-as-nav-for/as-nav-for",["flickity/js/index","fizzy-ui-utils/utils"],function(i,n,s){return e(t,i,n,s)}):"object"==typeof module&&module.exports?module.exports=e(t,require("flickity"),require("fizzy-ui-utils")):t.Flickity=e(t,t.Flickity,t.fizzyUIUtils)}(window,function(t,e,i){e.createMethods.push("_createAsNavFor");var n=e.prototype;return n._createAsNavFor=function(){this.on("activate",this.activateAsNavFor),this.on("deactivate",this.deactivateAsNavFor),this.on("destroy",this.destroyAsNavFor);var t=this.options.asNavFor;if(t){var e=this;setTimeout(function(){e.setNavCompanion(t)})}},n.setNavCompanion=function(t){t=i.getQueryElement(t);var n=e.data(t);if(n&&n!=this){this.navCompanion=n;var s=this;this.onNavCompanionSelect=function(){s.navCompanionSelect()},n.on("select",this.onNavCompanionSelect),this.on("staticClick",this.onNavStaticClick),this.navCompanionSelect()}},n.navCompanionSelect=function(){if(this.navCompanion){var t=this.navCompanion.selectedCells[0],e=this.navCompanion.cells.indexOf(t);this.selectCell(e),this.removeNavSelectedElements(),e>=this.cells.length||(this.navSelectedElements=this.slides[this.selectedIndex].getCellElements(),this.changeNavSelectedClass("add"))}},n.changeNavSelectedClass=function(t){this.navSelectedElements.forEach(function(e){e.classList[t]("is-nav-selected")})},n.activateAsNavFor=function(){this.navCompanionSelect()},n.removeNavSelectedElements=function(){this.navSelectedElements&&(this.changeNavSelectedClass("remove"),delete this.navSelectedElements)},n.onNavStaticClick=function(t,e,i,n){"number"==typeof n&&this.navCompanion.selectCell(n)},n.deactivateAsNavFor=function(){this.removeNavSelectedElements()},n.destroyAsNavFor=function(){this.navCompanion&&(this.navCompanion.off("select",this.onNavCompanionSelect),this.off("staticClick",this.onNavStaticClick),delete this.navCompanion)},e}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("imagesloaded/imagesloaded",["ev-emitter/ev-emitter"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter")):t.imagesLoaded=e(t,t.EvEmitter)}(window,function(t,e){function i(t,e){for(var i in e)t[i]=e[i];return t}function n(t){var e=[];if(Array.isArray(t))e=t;else if("number"==typeof t.length)for(var i=0;i<t.length;i++)e.push(t[i]);else e.push(t);return e}function s(t,e,o){return this instanceof s?("string"==typeof t&&(t=document.querySelectorAll(t)),this.elements=n(t),this.options=i({},this.options),"function"==typeof e?o=e:i(this.options,e),o&&this.on("always",o),this.getImages(),a&&(this.jqDeferred=new a.Deferred),void setTimeout(function(){this.check()}.bind(this))):new s(t,e,o)}function o(t){this.img=t}function r(t,e){this.url=t,this.element=e,this.img=new Image}var a=t.jQuery,h=t.console;s.prototype=Object.create(e.prototype),s.prototype.options={},s.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},s.prototype.addElementImages=function(t){"IMG"==t.nodeName&&this.addImage(t),this.options.background===!0&&this.addElementBackgroundImages(t);var e=t.nodeType;if(e&&l[e]){for(var i=t.querySelectorAll("img"),n=0;n<i.length;n++){var s=i[n];this.addImage(s)}if("string"==typeof this.options.background){var o=t.querySelectorAll(this.options.background);for(n=0;n<o.length;n++){var r=o[n];this.addElementBackgroundImages(r)}}}};var l={1:!0,9:!0,11:!0};return s.prototype.addElementBackgroundImages=function(t){var e=getComputedStyle(t);if(e)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(e.backgroundImage);null!==n;){var s=n&&n[2];s&&this.addBackground(s,t),n=i.exec(e.backgroundImage)}},s.prototype.addImage=function(t){var e=new o(t);this.images.push(e)},s.prototype.addBackground=function(t,e){var i=new r(t,e);this.images.push(i)},s.prototype.check=function(){function t(t,i,n){setTimeout(function(){e.progress(t,i,n)})}var e=this;return this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?void this.images.forEach(function(e){e.once("progress",t),e.check()}):void this.complete()},s.prototype.progress=function(t,e,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!t.isLoaded,this.emitEvent("progress",[this,t,e]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,t),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&h&&h.log("progress: "+i,t,e)},s.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(t,[this]),this.emitEvent("always",[this]),this.jqDeferred){var e=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[e](this)}},o.prototype=Object.create(e.prototype),o.prototype.check=function(){var t=this.getIsImageComplete();return t?void this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),void(this.proxyImage.src=this.img.src))},o.prototype.getIsImageComplete=function(){return this.img.complete&&void 0!==this.img.naturalWidth},o.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.img,e])},o.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},o.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},o.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},o.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},r.prototype=Object.create(o.prototype),r.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url;var t=this.getIsImageComplete();t&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},r.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},r.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.element,e])},s.makeJQueryPlugin=function(e){e=e||t.jQuery,e&&(a=e,a.fn.imagesLoaded=function(t,e){var i=new s(this,t,e);return i.jqDeferred.promise(a(this))})},s.makeJQueryPlugin(),s}),function(t,e){"function"==typeof define&&define.amd?define(["flickity/js/index","imagesloaded/imagesloaded"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("flickity"),require("imagesloaded")):t.Flickity=e(t,t.Flickity,t.imagesLoaded)}(window,function(t,e,i){"use strict";e.createMethods.push("_createImagesLoaded");var n=e.prototype;return n._createImagesLoaded=function(){this.on("activate",this.imagesLoaded)},n.imagesLoaded=function(){function t(t,i){var n=e.getParentCell(i.img);e.cellSizeChange(n&&n.element),e.options.freeScroll||e.positionSliderAtSelected()}if(this.options.imagesLoaded){var e=this;i(this.slider).on("progress",t)}},e});
1
+ !function(t,e){"use strict";"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(i){e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}(window,function(t,e){"use strict";function i(i,o,a){function h(t,e,n){var s,o="$()."+i+'("'+e+'")';return t.each(function(t,h){var l=a.data(h,i);if(!l)return void r(i+" not initialized. Cannot call methods, i.e. "+o);var c=l[e];if(!c||"_"==e.charAt(0))return void r(o+" is not a valid method");var d=c.apply(l,n);s=void 0===s?d:s}),void 0!==s?s:t}function l(t,e){t.each(function(t,n){var s=a.data(n,i);s?(s.option(e),s._init()):(s=new o(n,e),a.data(n,i,s))})}a=a||e||t.jQuery,a&&(o.prototype.option||(o.prototype.option=function(t){a.isPlainObject(t)&&(this.options=a.extend(!0,this.options,t))}),a.fn[i]=function(t){if("string"==typeof t){var e=s.call(arguments,1);return h(this,t,e)}return l(this,t),this},n(a))}function n(t){!t||t&&t.bridget||(t.bridget=i)}var s=Array.prototype.slice,o=t.console,r="undefined"==typeof o?function(){}:function(t){o.error(t)};return n(e||t.jQuery),i}),function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},n=i[t]=i[t]||[];return n.indexOf(e)==-1&&n.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{},n=i[t]=i[t]||{};return n[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=i.indexOf(e);return n!=-1&&i.splice(n,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=0,s=i[n];e=e||[];for(var o=this._onceEvents&&this._onceEvents[t];s;){var r=o&&o[s];r&&(this.off(t,s),delete o[s]),s.apply(this,e),n+=r?0:1,s=i[n]}return this}},t}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("get-size/get-size",[],function(){return e()}):"object"==typeof module&&module.exports?module.exports=e():t.getSize=e()}(window,function(){"use strict";function t(t){var e=parseFloat(t),i=t.indexOf("%")==-1&&!isNaN(e);return i&&e}function e(){}function i(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0;e<l;e++){var i=h[e];t[i]=0}return t}function n(t){var e=getComputedStyle(t);return e||a("Style returned "+e+". Are you running this code in a hidden iframe on Firefox? See http://bit.ly/getsizebug1"),e}function s(){if(!c){c=!0;var e=document.createElement("div");e.style.width="200px",e.style.padding="1px 2px 3px 4px",e.style.borderStyle="solid",e.style.borderWidth="1px 2px 3px 4px",e.style.boxSizing="border-box";var i=document.body||document.documentElement;i.appendChild(e);var s=n(e);o.isBoxSizeOuter=r=200==t(s.width),i.removeChild(e)}}function o(e){if(s(),"string"==typeof e&&(e=document.querySelector(e)),e&&"object"==typeof e&&e.nodeType){var o=n(e);if("none"==o.display)return i();var a={};a.width=e.offsetWidth,a.height=e.offsetHeight;for(var c=a.isBorderBox="border-box"==o.boxSizing,d=0;d<l;d++){var u=h[d],f=o[u],p=parseFloat(f);a[u]=isNaN(p)?0:p}var v=a.paddingLeft+a.paddingRight,g=a.paddingTop+a.paddingBottom,m=a.marginLeft+a.marginRight,y=a.marginTop+a.marginBottom,S=a.borderLeftWidth+a.borderRightWidth,E=a.borderTopWidth+a.borderBottomWidth,b=c&&r,x=t(o.width);x!==!1&&(a.width=x+(b?0:v+S));var C=t(o.height);return C!==!1&&(a.height=C+(b?0:g+E)),a.innerWidth=a.width-(v+S),a.innerHeight=a.height-(g+E),a.outerWidth=a.width+m,a.outerHeight=a.height+y,a}}var r,a="undefined"==typeof console?e:function(t){console.error(t)},h=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],l=h.length,c=!1;return o}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("desandro-matches-selector/matches-selector",e):"object"==typeof module&&module.exports?module.exports=e():t.matchesSelector=e()}(window,function(){"use strict";var t=function(){var t=Element.prototype;if(t.matches)return"matches";if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],i=0;i<e.length;i++){var n=e[i],s=n+"MatchesSelector";if(t[s])return s}}();return function(e,i){return e[t](i)}}),function(t,e){"function"==typeof define&&define.amd?define("fizzy-ui-utils/utils",["desandro-matches-selector/matches-selector"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("desandro-matches-selector")):t.fizzyUIUtils=e(t,t.matchesSelector)}(window,function(t,e){var i={};i.extend=function(t,e){for(var i in e)t[i]=e[i];return t},i.modulo=function(t,e){return(t%e+e)%e},i.makeArray=function(t){var e=[];if(Array.isArray(t))e=t;else if(t&&"number"==typeof t.length)for(var i=0;i<t.length;i++)e.push(t[i]);else e.push(t);return e},i.removeFrom=function(t,e){var i=t.indexOf(e);i!=-1&&t.splice(i,1)},i.getParent=function(t,i){for(;t!=document.body;)if(t=t.parentNode,e(t,i))return t},i.getQueryElement=function(t){return"string"==typeof t?document.querySelector(t):t},i.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},i.filterFindElements=function(t,n){t=i.makeArray(t);var s=[];return t.forEach(function(t){if(t instanceof HTMLElement){if(!n)return void s.push(t);e(t,n)&&s.push(t);for(var i=t.querySelectorAll(n),o=0;o<i.length;o++)s.push(i[o])}}),s},i.debounceMethod=function(t,e,i){var n=t.prototype[e],s=e+"Timeout";t.prototype[e]=function(){var t=this[s];t&&clearTimeout(t);var e=arguments,o=this;this[s]=setTimeout(function(){n.apply(o,e),delete o[s]},i||100)}},i.docReady=function(t){var e=document.readyState;"complete"==e||"interactive"==e?t():document.addEventListener("DOMContentLoaded",t)},i.toDashed=function(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+"-"+i}).toLowerCase()};var n=t.console;return i.htmlInit=function(e,s){i.docReady(function(){var o=i.toDashed(s),r="data-"+o,a=document.querySelectorAll("["+r+"]"),h=document.querySelectorAll(".js-"+o),l=i.makeArray(a).concat(i.makeArray(h)),c=r+"-options",d=t.jQuery;l.forEach(function(t){var i,o=t.getAttribute(r)||t.getAttribute(c);try{i=o&&JSON.parse(o)}catch(e){return void(n&&n.error("Error parsing "+r+" on "+t.className+": "+e))}var a=new e(t,i);d&&d.data(t,s,a)})})},i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/cell",["get-size/get-size"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("get-size")):(t.Flickity=t.Flickity||{},t.Flickity.Cell=e(t,t.getSize))}(window,function(t,e){function i(t,e){this.element=t,this.parent=e,this.create()}var n=i.prototype;return n.create=function(){this.element.style.position="absolute",this.x=0,this.shift=0},n.destroy=function(){this.element.style.position="";var t=this.parent.originSide;this.element.style[t]=""},n.getSize=function(){this.size=e(this.element)},n.setPosition=function(t){this.x=t,this.updateTarget(),this.renderPosition(t)},n.updateTarget=n.setDefaultTarget=function(){var t="left"==this.parent.originSide?"marginLeft":"marginRight";this.target=this.x+this.size[t]+this.size.width*this.parent.cellAlign},n.renderPosition=function(t){var e=this.parent.originSide;this.element.style[e]=this.parent.getPositionValue(t)},n.wrapShift=function(t){this.shift=t,this.renderPosition(this.x+this.parent.slideableWidth*t)},n.remove=function(){this.element.parentNode.removeChild(this.element)},i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/slide",e):"object"==typeof module&&module.exports?module.exports=e():(t.Flickity=t.Flickity||{},t.Flickity.Slide=e())}(window,function(){"use strict";function t(t){this.parent=t,this.isOriginLeft="left"==t.originSide,this.cells=[],this.outerWidth=0,this.height=0}var e=t.prototype;return e.addCell=function(t){if(this.cells.push(t),this.outerWidth+=t.size.outerWidth,this.height=Math.max(t.size.outerHeight,this.height),1==this.cells.length){this.x=t.x;var e=this.isOriginLeft?"marginLeft":"marginRight";this.firstMargin=t.size[e]}},e.updateTarget=function(){var t=this.isOriginLeft?"marginRight":"marginLeft",e=this.getLastCell(),i=e?e.size[t]:0,n=this.outerWidth-(this.firstMargin+i);this.target=this.x+this.firstMargin+n*this.parent.cellAlign},e.getLastCell=function(){return this.cells[this.cells.length-1]},e.select=function(){this.changeSelectedClass("add")},e.unselect=function(){this.changeSelectedClass("remove")},e.changeSelectedClass=function(t){this.cells.forEach(function(e){e.element.classList[t]("is-selected")})},e.getCellElements=function(){return this.cells.map(function(t){return t.element})},t}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/animate",["fizzy-ui-utils/utils"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("fizzy-ui-utils")):(t.Flickity=t.Flickity||{},t.Flickity.animatePrototype=e(t,t.fizzyUIUtils))}(window,function(t,e){var i=t.requestAnimationFrame||t.webkitRequestAnimationFrame,n=0;i||(i=function(t){var e=(new Date).getTime(),i=Math.max(0,16-(e-n)),s=setTimeout(t,i);return n=e+i,s});var s={};s.startAnimation=function(){this.isAnimating||(this.isAnimating=!0,this.restingFrames=0,this.animate())},s.animate=function(){this.applyDragForce(),this.applySelectedAttraction();var t=this.x;if(this.integratePhysics(),this.positionSlider(),this.settle(t),this.isAnimating){var e=this;i(function(){e.animate()})}};var o=function(){var t=document.documentElement.style;return"string"==typeof t.transform?"transform":"WebkitTransform"}();return s.positionSlider=function(){var t=this.x;this.options.wrapAround&&this.cells.length>1&&(t=e.modulo(t,this.slideableWidth),t-=this.slideableWidth,this.shiftWrapCells(t)),t+=this.cursorPosition,t=this.options.rightToLeft&&o?-t:t;var i=this.getPositionValue(t);this.slider.style[o]=this.isAnimating?"translate3d("+i+",0,0)":"translateX("+i+")";var n=this.slides[0];if(n){var s=-this.x-n.target,r=s/this.slidesWidth;this.dispatchEvent("scroll",null,[r,s])}},s.positionSliderAtSelected=function(){this.cells.length&&(this.x=-this.selectedSlide.target,this.positionSlider())},s.getPositionValue=function(t){return this.options.percentPosition?.01*Math.round(t/this.size.innerWidth*1e4)+"%":Math.round(t)+"px"},s.settle=function(t){this.isPointerDown||Math.round(100*this.x)!=Math.round(100*t)||this.restingFrames++,this.restingFrames>2&&(this.isAnimating=!1,delete this.isFreeScrolling,this.positionSlider(),this.dispatchEvent("settle"))},s.shiftWrapCells=function(t){var e=this.cursorPosition+t;this._shiftCells(this.beforeShiftCells,e,-1);var i=this.size.innerWidth-(t+this.slideableWidth+this.cursorPosition);this._shiftCells(this.afterShiftCells,i,1)},s._shiftCells=function(t,e,i){for(var n=0;n<t.length;n++){var s=t[n],o=e>0?i:0;s.wrapShift(o),e-=s.size.outerWidth}},s._unshiftCells=function(t){if(t&&t.length)for(var e=0;e<t.length;e++)t[e].wrapShift(0)},s.integratePhysics=function(){this.x+=this.velocity,this.velocity*=this.getFrictionFactor()},s.applyForce=function(t){this.velocity+=t},s.getFrictionFactor=function(){return 1-this.options[this.isFreeScrolling?"freeScrollFriction":"friction"]},s.getRestingPosition=function(){return this.x+this.velocity/(1-this.getFrictionFactor())},s.applyDragForce=function(){if(this.isPointerDown){var t=this.dragX-this.x,e=t-this.velocity;this.applyForce(e)}},s.applySelectedAttraction=function(){if(!this.isPointerDown&&!this.isFreeScrolling&&this.cells.length){var t=this.selectedSlide.target*-1-this.x,e=t*this.options.selectedAttraction;this.applyForce(e)}},s}),function(t,e){if("function"==typeof define&&define.amd)define("flickity/js/flickity",["ev-emitter/ev-emitter","get-size/get-size","fizzy-ui-utils/utils","./cell","./slide","./animate"],function(i,n,s,o,r,a){return e(t,i,n,s,o,r,a)});else if("object"==typeof module&&module.exports)module.exports=e(t,require("ev-emitter"),require("get-size"),require("fizzy-ui-utils"),require("./cell"),require("./slide"),require("./animate"));else{var i=t.Flickity;t.Flickity=e(t,t.EvEmitter,t.getSize,t.fizzyUIUtils,i.Cell,i.Slide,i.animatePrototype)}}(window,function(t,e,i,n,s,o,r){function a(t,e){for(t=n.makeArray(t);t.length;)e.appendChild(t.shift())}function h(t,e){var i=n.getQueryElement(t);return i?(this.element=i,l&&(this.$element=l(this.element)),this.options=n.extend({},this.constructor.defaults),this.option(e),void this._create()):void(d&&d.error("Bad element for Flickity: "+(i||t)))}var l=t.jQuery,c=t.getComputedStyle,d=t.console,u=0,f={};h.defaults={accessibility:!0,cellAlign:"center",freeScrollFriction:.075,friction:.28,namespaceJQueryEvents:!0,percentPosition:!0,resize:!0,selectedAttraction:.025,setGallerySize:!0},h.createMethods=[];var p=h.prototype;n.extend(p,e.prototype),p._create=function(){var e=this.guid=++u;this.element.flickityGUID=e,f[e]=this,this.selectedIndex=0,this.restingFrames=0,this.x=0,this.velocity=0,this.originSide=this.options.rightToLeft?"right":"left",this.viewport=document.createElement("div"),this.viewport.className="flickity-viewport",this._createSlider(),(this.options.resize||this.options.watchCSS)&&t.addEventListener("resize",this),h.createMethods.forEach(function(t){this[t]()},this),this.options.watchCSS?this.watchCSS():this.activate()},p.option=function(t){n.extend(this.options,t)},p.activate=function(){if(!this.isActive){this.isActive=!0,this.element.classList.add("flickity-enabled"),this.options.rightToLeft&&this.element.classList.add("flickity-rtl"),this.getSize();var t=this._filterFindCellElements(this.element.children);a(t,this.slider),this.viewport.appendChild(this.slider),this.element.appendChild(this.viewport),this.reloadCells(),this.options.accessibility&&(this.element.tabIndex=0,this.element.addEventListener("keydown",this)),this.emitEvent("activate");var e,i=this.options.initialIndex;e=this.isInitActivated?this.selectedIndex:void 0!==i&&this.cells[i]?i:0,this.select(e,!1,!0),this.isInitActivated=!0}},p._createSlider=function(){var t=document.createElement("div");t.className="flickity-slider",t.style[this.originSide]=0,this.slider=t},p._filterFindCellElements=function(t){return n.filterFindElements(t,this.options.cellSelector)},p.reloadCells=function(){this.cells=this._makeCells(this.slider.children),this.positionCells(),this._getWrapShiftCells(),this.setGallerySize()},p._makeCells=function(t){var e=this._filterFindCellElements(t),i=e.map(function(t){return new s(t,this)},this);return i},p.getLastCell=function(){return this.cells[this.cells.length-1]},p.getLastSlide=function(){return this.slides[this.slides.length-1]},p.positionCells=function(){this._sizeCells(this.cells),this._positionCells(0)},p._positionCells=function(t){t=t||0,this.maxCellHeight=t?this.maxCellHeight||0:0;var e=0;if(t>0){var i=this.cells[t-1];e=i.x+i.size.outerWidth}for(var n=this.cells.length,s=t;s<n;s++){var o=this.cells[s];o.setPosition(e),e+=o.size.outerWidth,this.maxCellHeight=Math.max(o.size.outerHeight,this.maxCellHeight)}this.slideableWidth=e,this.updateSlides(),this._containSlides(),this.slidesWidth=n?this.getLastSlide().target-this.slides[0].target:0},p._sizeCells=function(t){t.forEach(function(t){t.getSize()})},p.updateSlides=function(){if(this.slides=[],this.cells.length){var t=new o(this);this.slides.push(t);var e="left"==this.originSide,i=e?"marginRight":"marginLeft",n=this._getCanCellFit();this.cells.forEach(function(e,s){if(!t.cells.length)return void t.addCell(e);var r=t.outerWidth-t.firstMargin+(e.size.outerWidth-e.size[i]);n.call(this,s,r)?t.addCell(e):(t.updateTarget(),t=new o(this),this.slides.push(t),t.addCell(e))},this),t.updateTarget(),this.updateSelectedSlide()}},p._getCanCellFit=function(){var t=this.options.groupCells;if(!t)return function(){return!1};if("number"==typeof t){var e=parseInt(t,10);return function(t){return t%e!==0}}var i="string"==typeof t&&t.match(/^(\d+)%$/),n=i?parseInt(i[1],10)/100:1;return function(t,e){return e<=(this.size.innerWidth+1)*n}},p._init=p.reposition=function(){this.positionCells(),this.positionSliderAtSelected()},p.getSize=function(){this.size=i(this.element),this.setCellAlign(),this.cursorPosition=this.size.innerWidth*this.cellAlign};var v={center:{left:.5,right:.5},left:{left:0,right:1},right:{right:0,left:1}};return p.setCellAlign=function(){var t=v[this.options.cellAlign];this.cellAlign=t?t[this.originSide]:this.options.cellAlign},p.setGallerySize=function(){if(this.options.setGallerySize){var t=this.options.adaptiveHeight&&this.selectedSlide?this.selectedSlide.height:this.maxCellHeight;this.viewport.style.height=t+"px"}},p._getWrapShiftCells=function(){if(this.options.wrapAround){this._unshiftCells(this.beforeShiftCells),this._unshiftCells(this.afterShiftCells);var t=this.cursorPosition,e=this.cells.length-1;this.beforeShiftCells=this._getGapCells(t,e,-1),t=this.size.innerWidth-this.cursorPosition,this.afterShiftCells=this._getGapCells(t,0,1)}},p._getGapCells=function(t,e,i){for(var n=[];t>0;){var s=this.cells[e];if(!s)break;n.push(s),e+=i,t-=s.size.outerWidth}return n},p._containSlides=function(){if(this.options.contain&&!this.options.wrapAround&&this.cells.length){var t=this.options.rightToLeft,e=t?"marginRight":"marginLeft",i=t?"marginLeft":"marginRight",n=this.slideableWidth-this.getLastCell().size[i],s=n<this.size.innerWidth,o=this.cursorPosition+this.cells[0].size[e],r=n-this.size.innerWidth*(1-this.cellAlign);this.slides.forEach(function(t){s?t.target=n*this.cellAlign:(t.target=Math.max(t.target,o),t.target=Math.min(t.target,r))},this)}},p.dispatchEvent=function(t,e,i){var n=e?[e].concat(i):i;if(this.emitEvent(t,n),l&&this.$element){t+=this.options.namespaceJQueryEvents?".flickity":"";var s=t;if(e){var o=l.Event(e);o.type=t,s=o}this.$element.trigger(s,i)}},p.select=function(t,e,i){this.isActive&&(t=parseInt(t,10),this._wrapSelect(t),(this.options.wrapAround||e)&&(t=n.modulo(t,this.slides.length)),this.slides[t]&&(this.selectedIndex=t,this.updateSelectedSlide(),i?this.positionSliderAtSelected():this.startAnimation(),this.options.adaptiveHeight&&this.setGallerySize(),this.dispatchEvent("select"),this.dispatchEvent("cellSelect")))},p._wrapSelect=function(t){var e=this.slides.length,i=this.options.wrapAround&&e>1;if(!i)return t;var s=n.modulo(t,e),o=Math.abs(s-this.selectedIndex),r=Math.abs(s+e-this.selectedIndex),a=Math.abs(s-e-this.selectedIndex);!this.isDragSelect&&r<o?t+=e:!this.isDragSelect&&a<o&&(t-=e),t<0?this.x-=this.slideableWidth:t>=e&&(this.x+=this.slideableWidth)},p.previous=function(t,e){this.select(this.selectedIndex-1,t,e)},p.next=function(t,e){this.select(this.selectedIndex+1,t,e)},p.updateSelectedSlide=function(){var t=this.slides[this.selectedIndex];t&&(this.unselectSelectedSlide(),this.selectedSlide=t,t.select(),this.selectedCells=t.cells,this.selectedElements=t.getCellElements(),this.selectedCell=t.cells[0],this.selectedElement=this.selectedElements[0])},p.unselectSelectedSlide=function(){this.selectedSlide&&this.selectedSlide.unselect()},p.selectCell=function(t,e,i){var n;"number"==typeof t?n=this.cells[t]:("string"==typeof t&&(t=this.element.querySelector(t)),n=this.getCell(t));for(var s=0;n&&s<this.slides.length;s++){var o=this.slides[s],r=o.cells.indexOf(n);if(r!=-1)return void this.select(s,e,i)}},p.getCell=function(t){for(var e=0;e<this.cells.length;e++){var i=this.cells[e];if(i.element==t)return i}},p.getCells=function(t){t=n.makeArray(t);var e=[];return t.forEach(function(t){var i=this.getCell(t);i&&e.push(i)},this),e},p.getCellElements=function(){return this.cells.map(function(t){return t.element})},p.getParentCell=function(t){var e=this.getCell(t);return e?e:(t=n.getParent(t,".flickity-slider > *"),this.getCell(t))},p.getAdjacentCellElements=function(t,e){if(!t)return this.selectedSlide.getCellElements();e=void 0===e?this.selectedIndex:e;var i=this.slides.length;if(1+2*t>=i)return this.getCellElements();for(var s=[],o=e-t;o<=e+t;o++){var r=this.options.wrapAround?n.modulo(o,i):o,a=this.slides[r];a&&(s=s.concat(a.getCellElements()))}return s},p.uiChange=function(){this.emitEvent("uiChange")},p.childUIPointerDown=function(t){this.emitEvent("childUIPointerDown",[t])},p.onresize=function(){this.watchCSS(),this.resize()},n.debounceMethod(h,"onresize",150),p.resize=function(){if(this.isActive){this.getSize(),this.options.wrapAround&&(this.x=n.modulo(this.x,this.slideableWidth)),this.positionCells(),this._getWrapShiftCells(),this.setGallerySize(),this.emitEvent("resize");var t=this.selectedElements&&this.selectedElements[0];this.selectCell(t,!1,!0)}},p.watchCSS=function(){var t=this.options.watchCSS;if(t){var e=c(this.element,":after").content;e.indexOf("flickity")!=-1?this.activate():this.deactivate()}},p.onkeydown=function(t){if(this.options.accessibility&&(!document.activeElement||document.activeElement==this.element))if(37==t.keyCode){var e=this.options.rightToLeft?"next":"previous";this.uiChange(),this[e]()}else if(39==t.keyCode){var i=this.options.rightToLeft?"previous":"next";this.uiChange(),this[i]()}},p.deactivate=function(){this.isActive&&(this.element.classList.remove("flickity-enabled"),this.element.classList.remove("flickity-rtl"),this.cells.forEach(function(t){t.destroy()}),this.unselectSelectedSlide(),this.element.removeChild(this.viewport),a(this.slider.children,this.element),this.options.accessibility&&(this.element.removeAttribute("tabIndex"),this.element.removeEventListener("keydown",this)),this.isActive=!1,this.emitEvent("deactivate"))},p.destroy=function(){this.deactivate(),t.removeEventListener("resize",this),this.emitEvent("destroy"),l&&this.$element&&l.removeData(this.element,"flickity"),delete this.element.flickityGUID,delete f[this.guid]},n.extend(p,r),h.data=function(t){t=n.getQueryElement(t);var e=t&&t.flickityGUID;return e&&f[e]},n.htmlInit(h,"flickity"),l&&l.bridget&&l.bridget("flickity",h),h.Cell=s,h}),function(t,e){"function"==typeof define&&define.amd?define("unipointer/unipointer",["ev-emitter/ev-emitter"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter")):t.Unipointer=e(t,t.EvEmitter)}(window,function(t,e){function i(){}function n(){}var s=n.prototype=Object.create(e.prototype);s.bindStartEvent=function(t){this._bindStartEvent(t,!0)},s.unbindStartEvent=function(t){this._bindStartEvent(t,!1)},s._bindStartEvent=function(e,i){i=void 0===i||!!i;var n=i?"addEventListener":"removeEventListener";t.navigator.pointerEnabled?e[n]("pointerdown",this):t.navigator.msPointerEnabled?e[n]("MSPointerDown",this):(e[n]("mousedown",this),e[n]("touchstart",this))},s.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},s.getTouch=function(t){for(var e=0;e<t.length;e++){var i=t[e];if(i.identifier==this.pointerIdentifier)return i}},s.onmousedown=function(t){var e=t.button;e&&0!==e&&1!==e||this._pointerDown(t,t)},s.ontouchstart=function(t){this._pointerDown(t,t.changedTouches[0])},s.onMSPointerDown=s.onpointerdown=function(t){this._pointerDown(t,t)},s._pointerDown=function(t,e){this.isPointerDown||(this.isPointerDown=!0,this.pointerIdentifier=void 0!==e.pointerId?e.pointerId:e.identifier,this.pointerDown(t,e))},s.pointerDown=function(t,e){this._bindPostStartEvents(t),this.emitEvent("pointerDown",[t,e])};var o={mousedown:["mousemove","mouseup"],touchstart:["touchmove","touchend","touchcancel"],pointerdown:["pointermove","pointerup","pointercancel"],MSPointerDown:["MSPointerMove","MSPointerUp","MSPointerCancel"]};return s._bindPostStartEvents=function(e){if(e){var i=o[e.type];i.forEach(function(e){t.addEventListener(e,this)},this),this._boundPointerEvents=i}},s._unbindPostStartEvents=function(){this._boundPointerEvents&&(this._boundPointerEvents.forEach(function(e){t.removeEventListener(e,this)},this),delete this._boundPointerEvents)},s.onmousemove=function(t){this._pointerMove(t,t)},s.onMSPointerMove=s.onpointermove=function(t){t.pointerId==this.pointerIdentifier&&this._pointerMove(t,t)},s.ontouchmove=function(t){var e=this.getTouch(t.changedTouches);e&&this._pointerMove(t,e)},s._pointerMove=function(t,e){this.pointerMove(t,e)},s.pointerMove=function(t,e){this.emitEvent("pointerMove",[t,e])},s.onmouseup=function(t){this._pointerUp(t,t)},s.onMSPointerUp=s.onpointerup=function(t){t.pointerId==this.pointerIdentifier&&this._pointerUp(t,t)},s.ontouchend=function(t){var e=this.getTouch(t.changedTouches);e&&this._pointerUp(t,e)},s._pointerUp=function(t,e){this._pointerDone(),this.pointerUp(t,e)},s.pointerUp=function(t,e){this.emitEvent("pointerUp",[t,e])},s._pointerDone=function(){this.isPointerDown=!1,delete this.pointerIdentifier,this._unbindPostStartEvents(),this.pointerDone()},s.pointerDone=i,s.onMSPointerCancel=s.onpointercancel=function(t){t.pointerId==this.pointerIdentifier&&this._pointerCancel(t,t)},s.ontouchcancel=function(t){var e=this.getTouch(t.changedTouches);e&&this._pointerCancel(t,e)},s._pointerCancel=function(t,e){this._pointerDone(),this.pointerCancel(t,e)},s.pointerCancel=function(t,e){this.emitEvent("pointerCancel",[t,e])},n.getPointerPoint=function(t){return{x:t.pageX,y:t.pageY}},n}),function(t,e){"function"==typeof define&&define.amd?define("unidragger/unidragger",["unipointer/unipointer"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("unipointer")):t.Unidragger=e(t,t.Unipointer)}(window,function(t,e){function i(){}function n(){}var s=n.prototype=Object.create(e.prototype);s.bindHandles=function(){this._bindHandles(!0)},s.unbindHandles=function(){this._bindHandles(!1)};var o=t.navigator;return s._bindHandles=function(t){t=void 0===t||!!t;var e;e=o.pointerEnabled?function(e){e.style.touchAction=t?"none":""}:o.msPointerEnabled?function(e){e.style.msTouchAction=t?"none":""}:i;for(var n=t?"addEventListener":"removeEventListener",s=0;s<this.handles.length;s++){var r=this.handles[s];this._bindStartEvent(r,t),e(r),r[n]("click",this)}},s.pointerDown=function(t,e){if("INPUT"==t.target.nodeName&&"range"==t.target.type)return this.isPointerDown=!1,void delete this.pointerIdentifier;this._dragPointerDown(t,e);var i=document.activeElement;i&&i.blur&&i.blur(),this._bindPostStartEvents(t),this.emitEvent("pointerDown",[t,e])},s._dragPointerDown=function(t,i){this.pointerDownPoint=e.getPointerPoint(i);var n=this.canPreventDefaultOnPointerDown(t,i);n&&t.preventDefault()},s.canPreventDefaultOnPointerDown=function(t){return"SELECT"!=t.target.nodeName},s.pointerMove=function(t,e){var i=this._dragPointerMove(t,e);this.emitEvent("pointerMove",[t,e,i]),this._dragMove(t,e,i)},s._dragPointerMove=function(t,i){var n=e.getPointerPoint(i),s={x:n.x-this.pointerDownPoint.x,y:n.y-this.pointerDownPoint.y};return!this.isDragging&&this.hasDragStarted(s)&&this._dragStart(t,i),s},s.hasDragStarted=function(t){return Math.abs(t.x)>3||Math.abs(t.y)>3},s.pointerUp=function(t,e){this.emitEvent("pointerUp",[t,e]),this._dragPointerUp(t,e)},s._dragPointerUp=function(t,e){this.isDragging?this._dragEnd(t,e):this._staticClick(t,e)},s._dragStart=function(t,i){this.isDragging=!0,this.dragStartPoint=e.getPointerPoint(i),this.isPreventingClicks=!0,this.dragStart(t,i)},s.dragStart=function(t,e){this.emitEvent("dragStart",[t,e])},s._dragMove=function(t,e,i){this.isDragging&&this.dragMove(t,e,i)},s.dragMove=function(t,e,i){t.preventDefault(),this.emitEvent("dragMove",[t,e,i])},s._dragEnd=function(t,e){this.isDragging=!1,setTimeout(function(){delete this.isPreventingClicks}.bind(this)),this.dragEnd(t,e)},s.dragEnd=function(t,e){this.emitEvent("dragEnd",[t,e])},s.onclick=function(t){this.isPreventingClicks&&t.preventDefault()},s._staticClick=function(t,e){if(!this.isIgnoringMouseUp||"mouseup"!=t.type){var i=t.target.nodeName;"INPUT"!=i&&"TEXTAREA"!=i||t.target.focus(),this.staticClick(t,e),"mouseup"!=t.type&&(this.isIgnoringMouseUp=!0,setTimeout(function(){delete this.isIgnoringMouseUp}.bind(this),400))}},s.staticClick=function(t,e){this.emitEvent("staticClick",[t,e])},n.getPointerPoint=e.getPointerPoint,n}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/drag",["./flickity","unidragger/unidragger","fizzy-ui-utils/utils"],function(i,n,s){return e(t,i,n,s)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("unidragger"),require("fizzy-ui-utils")):t.Flickity=e(t,t.Flickity,t.Unidragger,t.fizzyUIUtils)}(window,function(t,e,i,n){function s(){return{x:t.pageXOffset,y:t.pageYOffset}}n.extend(e.defaults,{draggable:!0,dragThreshold:3}),e.createMethods.push("_createDrag");var o=e.prototype;n.extend(o,i.prototype),o._createDrag=function(){this.on("activate",this.bindDrag),this.on("uiChange",this._uiChangeDrag),this.on("childUIPointerDown",this._childUIPointerDownDrag),this.on("deactivate",this.unbindDrag)},o.bindDrag=function(){this.options.draggable&&!this.isDragBound&&(this.element.classList.add("is-draggable"),this.handles=[this.viewport],this.bindHandles(),this.isDragBound=!0)},o.unbindDrag=function(){this.isDragBound&&(this.element.classList.remove("is-draggable"),this.unbindHandles(),delete this.isDragBound)},o._uiChangeDrag=function(){delete this.isFreeScrolling},o._childUIPointerDownDrag=function(t){t.preventDefault(),this.pointerDownFocus(t)};var r={TEXTAREA:!0,INPUT:!0},a={radio:!0,checkbox:!0,button:!0,submit:!0,image:!0,file:!0};o.pointerDown=function(e,i){var n=r[e.target.nodeName]&&!a[e.target.type];if(n)return this.isPointerDown=!1,void delete this.pointerIdentifier;this._dragPointerDown(e,i);var o=document.activeElement;o&&o.blur&&o!=this.element&&o!=document.body&&o.blur(),this.pointerDownFocus(e),this.dragX=this.x,this.viewport.classList.add("is-pointer-down"),this._bindPostStartEvents(e),this.pointerDownScroll=s(),t.addEventListener("scroll",this),this.dispatchEvent("pointerDown",e,[i])};var h={touchstart:!0,MSPointerDown:!0},l={INPUT:!0,SELECT:!0};return o.pointerDownFocus=function(e){if(this.options.accessibility&&!h[e.type]&&!l[e.target.nodeName]){var i=t.pageYOffset;this.element.focus(),t.pageYOffset!=i&&t.scrollTo(t.pageXOffset,i)}},o.canPreventDefaultOnPointerDown=function(t){var e="touchstart"==t.type,i=t.target.nodeName;return!e&&"SELECT"!=i},o.hasDragStarted=function(t){return Math.abs(t.x)>this.options.dragThreshold},o.pointerUp=function(t,e){delete this.isTouchScrolling,this.viewport.classList.remove("is-pointer-down"),this.dispatchEvent("pointerUp",t,[e]),this._dragPointerUp(t,e)},o.pointerDone=function(){t.removeEventListener("scroll",this),delete this.pointerDownScroll},o.dragStart=function(t,e){this.dragStartPosition=this.x,this.startAnimation(),this.dispatchEvent("dragStart",t,[e])},o.pointerMove=function(t,e){var i=this._dragPointerMove(t,e);this.dispatchEvent("pointerMove",t,[e,i]),this._dragMove(t,e,i)},o.dragMove=function(t,e,i){t.preventDefault(),this.previousDragX=this.dragX;var n=this.options.rightToLeft?-1:1,s=this.dragStartPosition+i.x*n;if(!this.options.wrapAround&&this.slides.length){var o=Math.max(-this.slides[0].target,this.dragStartPosition);s=s>o?.5*(s+o):s;var r=Math.min(-this.getLastSlide().target,this.dragStartPosition);s=s<r?.5*(s+r):s}this.dragX=s,this.dragMoveTime=new Date,this.dispatchEvent("dragMove",t,[e,i])},o.dragEnd=function(t,e){this.options.freeScroll&&(this.isFreeScrolling=!0);var i=this.dragEndRestingSelect();if(this.options.freeScroll&&!this.options.wrapAround){var n=this.getRestingPosition();this.isFreeScrolling=-n>this.slides[0].target&&-n<this.getLastSlide().target}else this.options.freeScroll||i!=this.selectedIndex||(i+=this.dragEndBoostSelect());delete this.previousDragX,this.isDragSelect=this.options.wrapAround,this.select(i),delete this.isDragSelect,this.dispatchEvent("dragEnd",t,[e])},o.dragEndRestingSelect=function(){var t=this.getRestingPosition(),e=Math.abs(this.getSlideDistance(-t,this.selectedIndex)),i=this._getClosestResting(t,e,1),n=this._getClosestResting(t,e,-1),s=i.distance<n.distance?i.index:n.index;return s;
2
+ },o._getClosestResting=function(t,e,i){for(var n=this.selectedIndex,s=1/0,o=this.options.contain&&!this.options.wrapAround?function(t,e){return t<=e}:function(t,e){return t<e};o(e,s)&&(n+=i,s=e,e=this.getSlideDistance(-t,n),null!==e);)e=Math.abs(e);return{distance:s,index:n-i}},o.getSlideDistance=function(t,e){var i=this.slides.length,s=this.options.wrapAround&&i>1,o=s?n.modulo(e,i):e,r=this.slides[o];if(!r)return null;var a=s?this.slideableWidth*Math.floor(e/i):0;return t-(r.target+a)},o.dragEndBoostSelect=function(){if(void 0===this.previousDragX||!this.dragMoveTime||new Date-this.dragMoveTime>100)return 0;var t=this.getSlideDistance(-this.dragX,this.selectedIndex),e=this.previousDragX-this.dragX;return t>0&&e>0?1:t<0&&e<0?-1:0},o.staticClick=function(t,e){var i=this.getParentCell(t.target),n=i&&i.element,s=i&&this.cells.indexOf(i);this.dispatchEvent("staticClick",t,[e,n,s])},o.onscroll=function(){var t=s(),e=this.pointerDownScroll.x-t.x,i=this.pointerDownScroll.y-t.y;(Math.abs(e)>3||Math.abs(i)>3)&&this._pointerDone()},e}),function(t,e){"function"==typeof define&&define.amd?define("tap-listener/tap-listener",["unipointer/unipointer"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("unipointer")):t.TapListener=e(t,t.Unipointer)}(window,function(t,e){function i(t){this.bindTap(t)}var n=i.prototype=Object.create(e.prototype);return n.bindTap=function(t){t&&(this.unbindTap(),this.tapElement=t,this._bindStartEvent(t,!0))},n.unbindTap=function(){this.tapElement&&(this._bindStartEvent(this.tapElement,!0),delete this.tapElement)},n.pointerUp=function(i,n){if(!this.isIgnoringMouseUp||"mouseup"!=i.type){var s=e.getPointerPoint(n),o=this.tapElement.getBoundingClientRect(),r=t.pageXOffset,a=t.pageYOffset,h=s.x>=o.left+r&&s.x<=o.right+r&&s.y>=o.top+a&&s.y<=o.bottom+a;if(h&&this.emitEvent("tap",[i,n]),"mouseup"!=i.type){this.isIgnoringMouseUp=!0;var l=this;setTimeout(function(){delete l.isIgnoringMouseUp},400)}}},n.destroy=function(){this.pointerDone(),this.unbindTap()},i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/prev-next-button",["./flickity","tap-listener/tap-listener","fizzy-ui-utils/utils"],function(i,n,s){return e(t,i,n,s)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("tap-listener"),require("fizzy-ui-utils")):e(t,t.Flickity,t.TapListener,t.fizzyUIUtils)}(window,function(t,e,i,n){"use strict";function s(t,e){this.direction=t,this.parent=e,this._create()}function o(t){return"string"==typeof t?t:"M "+t.x0+",50 L "+t.x1+","+(t.y1+50)+" L "+t.x2+","+(t.y2+50)+" L "+t.x3+",50 L "+t.x2+","+(50-t.y2)+" L "+t.x1+","+(50-t.y1)+" Z"}var r="http://www.w3.org/2000/svg";s.prototype=new i,s.prototype._create=function(){this.isEnabled=!0,this.isPrevious=this.direction==-1;var t=this.parent.options.rightToLeft?1:-1;this.isLeft=this.direction==t;var e=this.element=document.createElement("button");e.className="flickity-prev-next-button",e.className+=this.isPrevious?" previous":" next",e.setAttribute("type","button"),this.disable(),e.setAttribute("aria-label",this.isPrevious?"previous":"next");var i=this.createSVG();e.appendChild(i),this.parent.on("select",function(){this.update()}.bind(this)),this.on("tap",this.onTap),this.on("pointerDown",function(t,e){this.parent.childUIPointerDown(e)}.bind(this))},s.prototype.activate=function(){this.bindTap(this.element),this.element.addEventListener("click",this),this.parent.element.appendChild(this.element)},s.prototype.deactivate=function(){this.parent.element.removeChild(this.element),i.prototype.destroy.call(this),this.element.removeEventListener("click",this)},s.prototype.createSVG=function(){var t=document.createElementNS(r,"svg");t.setAttribute("viewBox","0 0 100 100");var e=document.createElementNS(r,"path"),i=o(this.parent.options.arrowShape);return e.setAttribute("d",i),e.setAttribute("class","arrow"),this.isLeft||e.setAttribute("transform","translate(100, 100) rotate(180) "),t.appendChild(e),t},s.prototype.onTap=function(){if(this.isEnabled){this.parent.uiChange();var t=this.isPrevious?"previous":"next";this.parent[t]()}},s.prototype.handleEvent=n.handleEvent,s.prototype.onclick=function(){var t=document.activeElement;t&&t==this.element&&this.onTap()},s.prototype.enable=function(){this.isEnabled||(this.element.disabled=!1,this.isEnabled=!0)},s.prototype.disable=function(){this.isEnabled&&(this.element.disabled=!0,this.isEnabled=!1)},s.prototype.update=function(){var t=this.parent.slides;if(this.parent.options.wrapAround&&t.length>1)return void this.enable();var e=t.length?t.length-1:0,i=this.isPrevious?0:e,n=this.parent.selectedIndex==i?"disable":"enable";this[n]()},s.prototype.destroy=function(){this.deactivate()},n.extend(e.defaults,{prevNextButtons:!0,arrowShape:{x0:10,x1:60,y1:50,x2:70,y2:40,x3:30}}),e.createMethods.push("_createPrevNextButtons");var a=e.prototype;return a._createPrevNextButtons=function(){this.options.prevNextButtons&&(this.prevButton=new s(-1,this),this.nextButton=new s(1,this),this.on("activate",this.activatePrevNextButtons))},a.activatePrevNextButtons=function(){this.prevButton.activate(),this.nextButton.activate(),this.on("deactivate",this.deactivatePrevNextButtons)},a.deactivatePrevNextButtons=function(){this.prevButton.deactivate(),this.nextButton.deactivate(),this.off("deactivate",this.deactivatePrevNextButtons)},e.PrevNextButton=s,e}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/page-dots",["./flickity","tap-listener/tap-listener","fizzy-ui-utils/utils"],function(i,n,s){return e(t,i,n,s)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("tap-listener"),require("fizzy-ui-utils")):e(t,t.Flickity,t.TapListener,t.fizzyUIUtils)}(window,function(t,e,i,n){function s(t){this.parent=t,this._create()}s.prototype=new i,s.prototype._create=function(){this.holder=document.createElement("ol"),this.holder.className="flickity-page-dots",this.dots=[],this.on("tap",this.onTap)},s.prototype.activate=function(){this.setDots(),this.bindTap(this.holder),this.parent.element.appendChild(this.holder)},s.prototype.deactivate=function(){this.parent.element.removeChild(this.holder),i.prototype.destroy.call(this)},s.prototype.setDots=function(){var t=this.parent.slides.length-this.dots.length;t>0?this.addDots(t):t<0&&this.removeDots(-t)},s.prototype.addDots=function(t){for(var e=document.createDocumentFragment(),i=[];t;){var n=document.createElement("li");n.className="dot",e.appendChild(n),i.push(n),t--}this.holder.appendChild(e),this.dots=this.dots.concat(i)},s.prototype.removeDots=function(t){var e=this.dots.splice(this.dots.length-t,t);e.forEach(function(t){this.holder.removeChild(t)},this)},s.prototype.updateSelected=function(){this.selectedDot&&(this.selectedDot.className="dot"),this.dots.length&&(this.selectedDot=this.dots[this.parent.selectedIndex],this.selectedDot.className="dot is-selected")},s.prototype.onTap=function(t){var e=t.target;if("LI"==e.nodeName){this.parent.uiChange();var i=this.dots.indexOf(e);this.parent.select(i)}},s.prototype.destroy=function(){this.deactivate()},e.PageDots=s,n.extend(e.defaults,{pageDots:!0}),e.createMethods.push("_createPageDots");var o=e.prototype;return o._createPageDots=function(){this.options.pageDots&&(this.pageDots=new s(this),this.on("activate",this.activatePageDots),this.on("select",this.updateSelectedPageDots),this.on("cellChange",this.updatePageDots),this.on("resize",this.updatePageDots),this.on("deactivate",this.deactivatePageDots),this.pageDots.on("pointerDown",function(t,e){this.childUIPointerDown(e)}.bind(this)))},o.activatePageDots=function(){this.pageDots.activate()},o.updateSelectedPageDots=function(){this.pageDots.updateSelected()},o.updatePageDots=function(){this.pageDots.setDots()},o.deactivatePageDots=function(){this.pageDots.deactivate()},e.PageDots=s,e}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/player",["ev-emitter/ev-emitter","fizzy-ui-utils/utils","./flickity"],function(t,i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(require("ev-emitter"),require("fizzy-ui-utils"),require("./flickity")):e(t.EvEmitter,t.fizzyUIUtils,t.Flickity)}(window,function(t,e,i){function n(t){this.parent=t,this.state="stopped",o&&(this.onVisibilityChange=function(){this.visibilityChange()}.bind(this),this.onVisibilityPlay=function(){this.visibilityPlay()}.bind(this))}var s,o;"hidden"in document?(s="hidden",o="visibilitychange"):"webkitHidden"in document&&(s="webkitHidden",o="webkitvisibilitychange"),n.prototype=Object.create(t.prototype),n.prototype.play=function(){if("playing"!=this.state){var t=document[s];if(o&&t)return void document.addEventListener(o,this.onVisibilityPlay);this.state="playing",o&&document.addEventListener(o,this.onVisibilityChange),this.tick()}},n.prototype.tick=function(){if("playing"==this.state){var t=this.parent.options.autoPlay;t="number"==typeof t?t:3e3;var e=this;this.clear(),this.timeout=setTimeout(function(){e.parent.next(!0),e.tick()},t)}},n.prototype.stop=function(){this.state="stopped",this.clear(),o&&document.removeEventListener(o,this.onVisibilityChange)},n.prototype.clear=function(){clearTimeout(this.timeout)},n.prototype.pause=function(){"playing"==this.state&&(this.state="paused",this.clear())},n.prototype.unpause=function(){"paused"==this.state&&this.play()},n.prototype.visibilityChange=function(){var t=document[s];this[t?"pause":"unpause"]()},n.prototype.visibilityPlay=function(){this.play(),document.removeEventListener(o,this.onVisibilityPlay)},e.extend(i.defaults,{pauseAutoPlayOnHover:!0}),i.createMethods.push("_createPlayer");var r=i.prototype;return r._createPlayer=function(){this.player=new n(this),this.on("activate",this.activatePlayer),this.on("uiChange",this.stopPlayer),this.on("pointerDown",this.stopPlayer),this.on("deactivate",this.deactivatePlayer)},r.activatePlayer=function(){this.options.autoPlay&&(this.player.play(),this.element.addEventListener("mouseenter",this))},r.playPlayer=function(){this.player.play()},r.stopPlayer=function(){this.player.stop()},r.pausePlayer=function(){this.player.pause()},r.unpausePlayer=function(){this.player.unpause()},r.deactivatePlayer=function(){this.player.stop(),this.element.removeEventListener("mouseenter",this)},r.onmouseenter=function(){this.options.pauseAutoPlayOnHover&&(this.player.pause(),this.element.addEventListener("mouseleave",this))},r.onmouseleave=function(){this.player.unpause(),this.element.removeEventListener("mouseleave",this)},i.Player=n,i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/add-remove-cell",["./flickity","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("fizzy-ui-utils")):e(t,t.Flickity,t.fizzyUIUtils)}(window,function(t,e,i){function n(t){var e=document.createDocumentFragment();return t.forEach(function(t){e.appendChild(t.element)}),e}var s=e.prototype;return s.insert=function(t,e){var i=this._makeCells(t);if(i&&i.length){var s=this.cells.length;e=void 0===e?s:e;var o=n(i),r=e==s;if(r)this.slider.appendChild(o);else{var a=this.cells[e].element;this.slider.insertBefore(o,a)}if(0===e)this.cells=i.concat(this.cells);else if(r)this.cells=this.cells.concat(i);else{var h=this.cells.splice(e,s-e);this.cells=this.cells.concat(i).concat(h)}this._sizeCells(i);var l=e>this.selectedIndex?0:i.length;this._cellAddedRemoved(e,l)}},s.append=function(t){this.insert(t,this.cells.length)},s.prepend=function(t){this.insert(t,0)},s.remove=function(t){var e,n,s=this.getCells(t),o=0,r=s.length;for(e=0;e<r;e++){n=s[e];var a=this.cells.indexOf(n)<this.selectedIndex;o-=a?1:0}for(e=0;e<r;e++)n=s[e],n.remove(),i.removeFrom(this.cells,n);s.length&&this._cellAddedRemoved(0,o)},s._cellAddedRemoved=function(t,e){e=e||0,this.selectedIndex+=e,this.selectedIndex=Math.max(0,Math.min(this.slides.length-1,this.selectedIndex)),this.cellChange(t,!0),this.emitEvent("cellAddedRemoved",[t,e])},s.cellSizeChange=function(t){var e=this.getCell(t);if(e){e.getSize();var i=this.cells.indexOf(e);this.cellChange(i)}},s.cellChange=function(t,e){var i=this.slideableWidth;if(this._positionCells(t),this._getWrapShiftCells(),this.setGallerySize(),this.emitEvent("cellChange",[t]),this.options.freeScroll){var n=i-this.slideableWidth;this.x+=n*this.cellAlign,this.positionSlider()}else e&&this.positionSliderAtSelected(),this.select(this.selectedIndex)},e}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/lazyload",["./flickity","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./flickity"),require("fizzy-ui-utils")):e(t,t.Flickity,t.fizzyUIUtils)}(window,function(t,e,i){"use strict";function n(t){if("IMG"==t.nodeName&&t.getAttribute("data-flickity-lazyload"))return[t];var e=t.querySelectorAll("img[data-flickity-lazyload]");return i.makeArray(e)}function s(t,e){this.img=t,this.flickity=e,this.load()}e.createMethods.push("_createLazyload");var o=e.prototype;return o._createLazyload=function(){this.on("select",this.lazyLoad)},o.lazyLoad=function(){var t=this.options.lazyLoad;if(t){var e="number"==typeof t?t:0,i=this.getAdjacentCellElements(e),o=[];i.forEach(function(t){var e=n(t);o=o.concat(e)}),o.forEach(function(t){new s(t,this)},this)}},s.prototype.handleEvent=i.handleEvent,s.prototype.load=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.img.getAttribute("data-flickity-lazyload"),this.img.removeAttribute("data-flickity-lazyload")},s.prototype.onload=function(t){this.complete(t,"flickity-lazyloaded")},s.prototype.onerror=function(t){this.complete(t,"flickity-lazyerror")},s.prototype.complete=function(t,e){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this);var i=this.flickity.getParentCell(this.img),n=i&&i.element;this.flickity.cellSizeChange(n),this.img.classList.add(e),this.flickity.dispatchEvent("lazyLoad",t,n)},e.LazyLoader=s,e}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/index",["./flickity","./drag","./prev-next-button","./page-dots","./player","./add-remove-cell","./lazyload"],e):"object"==typeof module&&module.exports&&(module.exports=e(require("./flickity"),require("./drag"),require("./prev-next-button"),require("./page-dots"),require("./player"),require("./add-remove-cell"),require("./lazyload")))}(window,function(t){return t}),function(t,e){"function"==typeof define&&define.amd?define("flickity-as-nav-for/as-nav-for",["flickity/js/index","fizzy-ui-utils/utils"],function(i,n,s){return e(t,i,n,s)}):"object"==typeof module&&module.exports?module.exports=e(t,require("flickity"),require("fizzy-ui-utils")):t.Flickity=e(t,t.Flickity,t.fizzyUIUtils)}(window,function(t,e,i){e.createMethods.push("_createAsNavFor");var n=e.prototype;return n._createAsNavFor=function(){this.on("activate",this.activateAsNavFor),this.on("deactivate",this.deactivateAsNavFor),this.on("destroy",this.destroyAsNavFor);var t=this.options.asNavFor;if(t){var e=this;setTimeout(function(){e.setNavCompanion(t)})}},n.setNavCompanion=function(t){t=i.getQueryElement(t);var n=e.data(t);if(n&&n!=this){this.navCompanion=n;var s=this;this.onNavCompanionSelect=function(){s.navCompanionSelect()},n.on("select",this.onNavCompanionSelect),this.on("staticClick",this.onNavStaticClick),this.navCompanionSelect()}},n.navCompanionSelect=function(){if(this.navCompanion){var t=this.navCompanion.selectedCells[0],e=this.navCompanion.cells.indexOf(t);this.selectCell(e),this.removeNavSelectedElements(),e>=this.cells.length||(this.navSelectedElements=this.slides[this.selectedIndex].getCellElements(),this.changeNavSelectedClass("add"))}},n.changeNavSelectedClass=function(t){this.navSelectedElements.forEach(function(e){e.classList[t]("is-nav-selected")})},n.activateAsNavFor=function(){this.navCompanionSelect()},n.removeNavSelectedElements=function(){this.navSelectedElements&&(this.changeNavSelectedClass("remove"),delete this.navSelectedElements)},n.onNavStaticClick=function(t,e,i,n){"number"==typeof n&&this.navCompanion.selectCell(n)},n.deactivateAsNavFor=function(){this.removeNavSelectedElements()},n.destroyAsNavFor=function(){this.navCompanion&&(this.navCompanion.off("select",this.onNavCompanionSelect),this.off("staticClick",this.onNavStaticClick),delete this.navCompanion)},e}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("imagesloaded/imagesloaded",["ev-emitter/ev-emitter"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter")):t.imagesLoaded=e(t,t.EvEmitter)}(window,function(t,e){function i(t,e){for(var i in e)t[i]=e[i];return t}function n(t){var e=[];if(Array.isArray(t))e=t;else if("number"==typeof t.length)for(var i=0;i<t.length;i++)e.push(t[i]);else e.push(t);return e}function s(t,e,o){return this instanceof s?("string"==typeof t&&(t=document.querySelectorAll(t)),this.elements=n(t),this.options=i({},this.options),"function"==typeof e?o=e:i(this.options,e),o&&this.on("always",o),this.getImages(),a&&(this.jqDeferred=new a.Deferred),void setTimeout(function(){this.check()}.bind(this))):new s(t,e,o)}function o(t){this.img=t}function r(t,e){this.url=t,this.element=e,this.img=new Image}var a=t.jQuery,h=t.console;s.prototype=Object.create(e.prototype),s.prototype.options={},s.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},s.prototype.addElementImages=function(t){"IMG"==t.nodeName&&this.addImage(t),this.options.background===!0&&this.addElementBackgroundImages(t);var e=t.nodeType;if(e&&l[e]){for(var i=t.querySelectorAll("img"),n=0;n<i.length;n++){var s=i[n];this.addImage(s)}if("string"==typeof this.options.background){var o=t.querySelectorAll(this.options.background);for(n=0;n<o.length;n++){var r=o[n];this.addElementBackgroundImages(r)}}}};var l={1:!0,9:!0,11:!0};return s.prototype.addElementBackgroundImages=function(t){var e=getComputedStyle(t);if(e)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(e.backgroundImage);null!==n;){var s=n&&n[2];s&&this.addBackground(s,t),n=i.exec(e.backgroundImage)}},s.prototype.addImage=function(t){var e=new o(t);this.images.push(e)},s.prototype.addBackground=function(t,e){var i=new r(t,e);this.images.push(i)},s.prototype.check=function(){function t(t,i,n){setTimeout(function(){e.progress(t,i,n)})}var e=this;return this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?void this.images.forEach(function(e){e.once("progress",t),e.check()}):void this.complete()},s.prototype.progress=function(t,e,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!t.isLoaded,this.emitEvent("progress",[this,t,e]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,t),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&h&&h.log("progress: "+i,t,e)},s.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(t,[this]),this.emitEvent("always",[this]),this.jqDeferred){var e=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[e](this)}},o.prototype=Object.create(e.prototype),o.prototype.check=function(){var t=this.getIsImageComplete();return t?void this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),void(this.proxyImage.src=this.img.src))},o.prototype.getIsImageComplete=function(){return this.img.complete&&void 0!==this.img.naturalWidth},o.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.img,e])},o.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},o.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},o.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},o.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},r.prototype=Object.create(o.prototype),r.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url;var t=this.getIsImageComplete();t&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},r.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},r.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.element,e])},s.makeJQueryPlugin=function(e){e=e||t.jQuery,e&&(a=e,a.fn.imagesLoaded=function(t,e){var i=new s(this,t,e);return i.jqDeferred.promise(a(this))})},s.makeJQueryPlugin(),s}),function(t,e){"function"==typeof define&&define.amd?define(["flickity/js/index","imagesloaded/imagesloaded"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("flickity"),require("imagesloaded")):t.Flickity=e(t,t.Flickity,t.imagesLoaded)}(window,function(t,e,i){"use strict";e.createMethods.push("_createImagesLoaded");var n=e.prototype;return n._createImagesLoaded=function(){this.on("activate",this.imagesLoaded)},n.imagesLoaded=function(){function t(t,i){var n=e.getParentCell(i.img);e.cellSizeChange(n&&n.element),e.options.freeScroll||e.positionSliderAtSelected()}if(this.options.imagesLoaded){var e=this;i(this.slider).on("progress",t)}},e});
 
 
 
 
 
 
 
 
 
 
 
themes/foundation/modules/font-awesome/font-awesome.min.css CHANGED
@@ -1,403 +1,25 @@
1
- @font-face{font-family:'FontAwesome';src:url('./fontawesome-webfont.eot?v=3.2.1');src:url('./fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('./fontawesome-webfont.woff?v=3.2.1') format('woff'),url('./fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('./fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
2
- [class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
3
- .icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
4
- a [class^="icon-"],a [class*=" icon-"]{display:inline;}
5
- [class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
6
- .icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
7
- .icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
8
- [class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
9
- .icon-muted{color:#eeeeee;}
10
- .icon-light{color:#ffffff;}
11
- .icon-dark{color:#333333;}
12
- .icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
13
- .icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
14
- .icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
15
- .icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
16
- .icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
17
- .pull-right{float:right;}
18
- .pull-left{float:left;}
19
- [class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
20
- [class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
21
- [class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
22
- .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
23
- .btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
24
- .btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
25
- .nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
26
- .btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
27
- .btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
28
- .btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
29
- .btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
30
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
31
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
32
- .nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
33
- .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
34
- .icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
35
- .icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
36
- a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
37
- @-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
38
- .icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
39
- .icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
40
- .icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
41
- .icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
42
- a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
43
- .icon-glass:before{content:"\f000";}
44
- .icon-music:before{content:"\f001";}
45
- .icon-search:before{content:"\f002";}
46
- .icon-envelope-alt:before{content:"\f003";}
47
- .icon-heart:before{content:"\f004";}
48
- .icon-star:before{content:"\f005";}
49
- .icon-star-empty:before{content:"\f006";}
50
- .icon-user:before{content:"\f007";}
51
- .icon-film:before{content:"\f008";}
52
- .icon-th-large:before{content:"\f009";}
53
- .icon-th:before{content:"\f00a";}
54
- .icon-th-list:before{content:"\f00b";}
55
- .icon-ok:before{content:"\f00c";}
56
- .icon-remove:before{content:"\f00d";}
57
- .icon-zoom-in:before{content:"\f00e";}
58
- .icon-zoom-out:before{content:"\f010";}
59
- .icon-power-off:before,.icon-off:before{content:"\f011";}
60
- .icon-signal:before{content:"\f012";}
61
- .icon-gear:before,.icon-cog:before{content:"\f013";}
62
- .icon-trash:before{content:"\f014";}
63
- .icon-home:before{content:"\f015";}
64
- .icon-file-alt:before{content:"\f016";}
65
- .icon-time:before{content:"\f017";}
66
- .icon-road:before{content:"\f018";}
67
- .icon-download-alt:before{content:"\f019";}
68
- .icon-download:before{content:"\f01a";}
69
- .icon-upload:before{content:"\f01b";}
70
- .icon-inbox:before{content:"\f01c";}
71
- .icon-play-circle:before{content:"\f01d";}
72
- .icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
73
- .icon-refresh:before{content:"\f021";}
74
- .icon-list-alt:before{content:"\f022";}
75
- .icon-lock:before{content:"\f023";}
76
- .icon-flag:before{content:"\f024";}
77
- .icon-headphones:before{content:"\f025";}
78
- .icon-volume-off:before{content:"\f026";}
79
- .icon-volume-down:before{content:"\f027";}
80
- .icon-volume-up:before{content:"\f028";}
81
- .icon-qrcode:before{content:"\f029";}
82
- .icon-barcode:before{content:"\f02a";}
83
- .icon-tag:before{content:"\f02b";}
84
- .icon-tags:before{content:"\f02c";}
85
- .icon-book:before{content:"\f02d";}
86
- .icon-bookmark:before{content:"\f02e";}
87
- .icon-print:before{content:"\f02f";}
88
- .icon-camera:before{content:"\f030";}
89
- .icon-font:before{content:"\f031";}
90
- .icon-bold:before{content:"\f032";}
91
- .icon-italic:before{content:"\f033";}
92
- .icon-text-height:before{content:"\f034";}
93
- .icon-text-width:before{content:"\f035";}
94
- .icon-align-left:before{content:"\f036";}
95
- .icon-align-center:before{content:"\f037";}
96
- .icon-align-right:before{content:"\f038";}
97
- .icon-align-justify:before{content:"\f039";}
98
- .icon-list:before{content:"\f03a";}
99
- .icon-indent-left:before{content:"\f03b";}
100
- .icon-indent-right:before{content:"\f03c";}
101
- .icon-facetime-video:before{content:"\f03d";}
102
- .icon-picture:before{content:"\f03e";}
103
- .icon-pencil:before{content:"\f040";}
104
- .icon-map-marker:before{content:"\f041";}
105
- .icon-adjust:before{content:"\f042";}
106
- .icon-tint:before{content:"\f043";}
107
- .icon-edit:before{content:"\f044";}
108
- .icon-share:before{content:"\f045";}
109
- .icon-check:before{content:"\f046";}
110
- .icon-move:before{content:"\f047";}
111
- .icon-step-backward:before{content:"\f048";}
112
- .icon-fast-backward:before{content:"\f049";}
113
- .icon-backward:before{content:"\f04a";}
114
- .icon-play:before{content:"\f04b";}
115
- .icon-pause:before{content:"\f04c";}
116
- .icon-stop:before{content:"\f04d";}
117
- .icon-forward:before{content:"\f04e";}
118
- .icon-fast-forward:before{content:"\f050";}
119
- .icon-step-forward:before{content:"\f051";}
120
- .icon-eject:before{content:"\f052";}
121
- .icon-chevron-left:before{content:"\f053";}
122
- .icon-chevron-right:before{content:"\f054";}
123
- .icon-plus-sign:before{content:"\f055";}
124
- .icon-minus-sign:before{content:"\f056";}
125
- .icon-remove-sign:before{content:"\f057";}
126
- .icon-ok-sign:before{content:"\f058";}
127
- .icon-question-sign:before{content:"\f059";}
128
- .icon-info-sign:before{content:"\f05a";}
129
- .icon-screenshot:before{content:"\f05b";}
130
- .icon-remove-circle:before{content:"\f05c";}
131
- .icon-ok-circle:before{content:"\f05d";}
132
- .icon-ban-circle:before{content:"\f05e";}
133
- .icon-arrow-left:before{content:"\f060";}
134
- .icon-arrow-right:before{content:"\f061";}
135
- .icon-arrow-up:before{content:"\f062";}
136
- .icon-arrow-down:before{content:"\f063";}
137
- .icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
138
- .icon-resize-full:before{content:"\f065";}
139
- .icon-resize-small:before{content:"\f066";}
140
- .icon-plus:before{content:"\f067";}
141
- .icon-minus:before{content:"\f068";}
142
- .icon-asterisk:before{content:"\f069";}
143
- .icon-exclamation-sign:before{content:"\f06a";}
144
- .icon-gift:before{content:"\f06b";}
145
- .icon-leaf:before{content:"\f06c";}
146
- .icon-fire:before{content:"\f06d";}
147
- .icon-eye-open:before{content:"\f06e";}
148
- .icon-eye-close:before{content:"\f070";}
149
- .icon-warning-sign:before{content:"\f071";}
150
- .icon-plane:before{content:"\f072";}
151
- .icon-calendar:before{content:"\f073";}
152
- .icon-random:before{content:"\f074";}
153
- .icon-comment:before{content:"\f075";}
154
- .icon-magnet:before{content:"\f076";}
155
- .icon-chevron-up:before{content:"\f077";}
156
- .icon-chevron-down:before{content:"\f078";}
157
- .icon-retweet:before{content:"\f079";}
158
- .icon-shopping-cart:before{content:"\f07a";}
159
- .icon-folder-close:before{content:"\f07b";}
160
- .icon-folder-open:before{content:"\f07c";}
161
- .icon-resize-vertical:before{content:"\f07d";}
162
- .icon-resize-horizontal:before{content:"\f07e";}
163
- .icon-bar-chart:before{content:"\f080";}
164
- .icon-twitter-sign:before{content:"\f081";}
165
- .icon-facebook-sign:before{content:"\f082";}
166
- .icon-camera-retro:before{content:"\f083";}
167
- .icon-key:before{content:"\f084";}
168
- .icon-gears:before,.icon-cogs:before{content:"\f085";}
169
- .icon-comments:before{content:"\f086";}
170
- .icon-thumbs-up-alt:before{content:"\f087";}
171
- .icon-thumbs-down-alt:before{content:"\f088";}
172
- .icon-star-half:before{content:"\f089";}
173
- .icon-heart-empty:before{content:"\f08a";}
174
- .icon-signout:before{content:"\f08b";}
175
- .icon-linkedin-sign:before{content:"\f08c";}
176
- .icon-pushpin:before{content:"\f08d";}
177
- .icon-external-link:before{content:"\f08e";}
178
- .icon-signin:before{content:"\f090";}
179
- .icon-trophy:before{content:"\f091";}
180
- .icon-github-sign:before{content:"\f092";}
181
- .icon-upload-alt:before{content:"\f093";}
182
- .icon-lemon:before{content:"\f094";}
183
- .icon-phone:before{content:"\f095";}
184
- .icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
185
- .icon-bookmark-empty:before{content:"\f097";}
186
- .icon-phone-sign:before{content:"\f098";}
187
- .icon-twitter:before{content:"\f099";}
188
- .icon-facebook:before{content:"\f09a";}
189
- .icon-github:before{content:"\f09b";}
190
- .icon-unlock:before{content:"\f09c";}
191
- .icon-credit-card:before{content:"\f09d";}
192
- .icon-rss:before{content:"\f09e";}
193
- .icon-hdd:before{content:"\f0a0";}
194
- .icon-bullhorn:before{content:"\f0a1";}
195
- .icon-bell:before{content:"\f0a2";}
196
- .icon-certificate:before{content:"\f0a3";}
197
- .icon-hand-right:before{content:"\f0a4";}
198
- .icon-hand-left:before{content:"\f0a5";}
199
- .icon-hand-up:before{content:"\f0a6";}
200
- .icon-hand-down:before{content:"\f0a7";}
201
- .icon-circle-arrow-left:before{content:"\f0a8";}
202
- .icon-circle-arrow-right:before{content:"\f0a9";}
203
- .icon-circle-arrow-up:before{content:"\f0aa";}
204
- .icon-circle-arrow-down:before{content:"\f0ab";}
205
- .icon-globe:before{content:"\f0ac";}
206
- .icon-wrench:before{content:"\f0ad";}
207
- .icon-tasks:before{content:"\f0ae";}
208
- .icon-filter:before{content:"\f0b0";}
209
- .icon-briefcase:before{content:"\f0b1";}
210
- .icon-fullscreen:before{content:"\f0b2";}
211
- .icon-group:before{content:"\f0c0";}
212
- .icon-link:before{content:"\f0c1";}
213
- .icon-cloud:before{content:"\f0c2";}
214
- .icon-beaker:before{content:"\f0c3";}
215
- .icon-cut:before{content:"\f0c4";}
216
- .icon-copy:before{content:"\f0c5";}
217
- .icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
218
- .icon-save:before{content:"\f0c7";}
219
- .icon-sign-blank:before{content:"\f0c8";}
220
- .icon-reorder:before{content:"\f0c9";}
221
- .icon-list-ul:before{content:"\f0ca";}
222
- .icon-list-ol:before{content:"\f0cb";}
223
- .icon-strikethrough:before{content:"\f0cc";}
224
- .icon-underline:before{content:"\f0cd";}
225
- .icon-table:before{content:"\f0ce";}
226
- .icon-magic:before{content:"\f0d0";}
227
- .icon-truck:before{content:"\f0d1";}
228
- .icon-pinterest:before{content:"\f0d2";}
229
- .icon-pinterest-sign:before{content:"\f0d3";}
230
- .icon-google-plus-sign:before{content:"\f0d4";}
231
- .icon-google-plus:before{content:"\f0d5";}
232
- .icon-money:before{content:"\f0d6";}
233
- .icon-caret-down:before{content:"\f0d7";}
234
- .icon-caret-up:before{content:"\f0d8";}
235
- .icon-caret-left:before{content:"\f0d9";}
236
- .icon-caret-right:before{content:"\f0da";}
237
- .icon-columns:before{content:"\f0db";}
238
- .icon-sort:before{content:"\f0dc";}
239
- .icon-sort-down:before{content:"\f0dd";}
240
- .icon-sort-up:before{content:"\f0de";}
241
- .icon-envelope:before{content:"\f0e0";}
242
- .icon-linkedin:before{content:"\f0e1";}
243
- .icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
244
- .icon-legal:before{content:"\f0e3";}
245
- .icon-dashboard:before{content:"\f0e4";}
246
- .icon-comment-alt:before{content:"\f0e5";}
247
- .icon-comments-alt:before{content:"\f0e6";}
248
- .icon-bolt:before{content:"\f0e7";}
249
- .icon-sitemap:before{content:"\f0e8";}
250
- .icon-umbrella:before{content:"\f0e9";}
251
- .icon-paste:before{content:"\f0ea";}
252
- .icon-lightbulb:before{content:"\f0eb";}
253
- .icon-exchange:before{content:"\f0ec";}
254
- .icon-cloud-download:before{content:"\f0ed";}
255
- .icon-cloud-upload:before{content:"\f0ee";}
256
- .icon-user-md:before{content:"\f0f0";}
257
- .icon-stethoscope:before{content:"\f0f1";}
258
- .icon-suitcase:before{content:"\f0f2";}
259
- .icon-bell-alt:before{content:"\f0f3";}
260
- .icon-coffee:before{content:"\f0f4";}
261
- .icon-food:before{content:"\f0f5";}
262
- .icon-file-text-alt:before{content:"\f0f6";}
263
- .icon-building:before{content:"\f0f7";}
264
- .icon-hospital:before{content:"\f0f8";}
265
- .icon-ambulance:before{content:"\f0f9";}
266
- .icon-medkit:before{content:"\f0fa";}
267
- .icon-fighter-jet:before{content:"\f0fb";}
268
- .icon-beer:before{content:"\f0fc";}
269
- .icon-h-sign:before{content:"\f0fd";}
270
- .icon-plus-sign-alt:before{content:"\f0fe";}
271
- .icon-double-angle-left:before{content:"\f100";}
272
- .icon-double-angle-right:before{content:"\f101";}
273
- .icon-double-angle-up:before{content:"\f102";}
274
- .icon-double-angle-down:before{content:"\f103";}
275
- .icon-angle-left:before{content:"\f104";}
276
- .icon-angle-right:before{content:"\f105";}
277
- .icon-angle-up:before{content:"\f106";}
278
- .icon-angle-down:before{content:"\f107";}
279
- .icon-desktop:before{content:"\f108";}
280
- .icon-laptop:before{content:"\f109";}
281
- .icon-tablet:before{content:"\f10a";}
282
- .icon-mobile-phone:before{content:"\f10b";}
283
- .icon-circle-blank:before{content:"\f10c";}
284
- .icon-quote-left:before{content:"\f10d";}
285
- .icon-quote-right:before{content:"\f10e";}
286
- .icon-spinner:before{content:"\f110";}
287
- .icon-circle:before{content:"\f111";}
288
- .icon-mail-reply:before,.icon-reply:before{content:"\f112";}
289
- .icon-github-alt:before{content:"\f113";}
290
- .icon-folder-close-alt:before{content:"\f114";}
291
- .icon-folder-open-alt:before{content:"\f115";}
292
- .icon-expand-alt:before{content:"\f116";}
293
- .icon-collapse-alt:before{content:"\f117";}
294
- .icon-smile:before{content:"\f118";}
295
- .icon-frown:before{content:"\f119";}
296
- .icon-meh:before{content:"\f11a";}
297
- .icon-gamepad:before{content:"\f11b";}
298
- .icon-keyboard:before{content:"\f11c";}
299
- .icon-flag-alt:before{content:"\f11d";}
300
- .icon-flag-checkered:before{content:"\f11e";}
301
- .icon-terminal:before{content:"\f120";}
302
- .icon-code:before{content:"\f121";}
303
- .icon-reply-all:before{content:"\f122";}
304
- .icon-mail-reply-all:before{content:"\f122";}
305
- .icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
306
- .icon-location-arrow:before{content:"\f124";}
307
- .icon-crop:before{content:"\f125";}
308
- .icon-code-fork:before{content:"\f126";}
309
- .icon-unlink:before{content:"\f127";}
310
- .icon-question:before{content:"\f128";}
311
- .icon-info:before{content:"\f129";}
312
- .icon-exclamation:before{content:"\f12a";}
313
- .icon-superscript:before{content:"\f12b";}
314
- .icon-subscript:before{content:"\f12c";}
315
- .icon-eraser:before{content:"\f12d";}
316
- .icon-puzzle-piece:before{content:"\f12e";}
317
- .icon-microphone:before{content:"\f130";}
318
- .icon-microphone-off:before{content:"\f131";}
319
- .icon-shield:before{content:"\f132";}
320
- .icon-calendar-empty:before{content:"\f133";}
321
- .icon-fire-extinguisher:before{content:"\f134";}
322
- .icon-rocket:before{content:"\f135";}
323
- .icon-maxcdn:before{content:"\f136";}
324
- .icon-chevron-sign-left:before{content:"\f137";}
325
- .icon-chevron-sign-right:before{content:"\f138";}
326
- .icon-chevron-sign-up:before{content:"\f139";}
327
- .icon-chevron-sign-down:before{content:"\f13a";}
328
- .icon-html5:before{content:"\f13b";}
329
- .icon-css3:before{content:"\f13c";}
330
- .icon-anchor:before{content:"\f13d";}
331
- .icon-unlock-alt:before{content:"\f13e";}
332
- .icon-bullseye:before{content:"\f140";}
333
- .icon-ellipsis-horizontal:before{content:"\f141";}
334
- .icon-ellipsis-vertical:before{content:"\f142";}
335
- .icon-rss-sign:before{content:"\f143";}
336
- .icon-play-sign:before{content:"\f144";}
337
- .icon-ticket:before{content:"\f145";}
338
- .icon-minus-sign-alt:before{content:"\f146";}
339
- .icon-check-minus:before{content:"\f147";}
340
- .icon-level-up:before{content:"\f148";}
341
- .icon-level-down:before{content:"\f149";}
342
- .icon-check-sign:before{content:"\f14a";}
343
- .icon-edit-sign:before{content:"\f14b";}
344
- .icon-external-link-sign:before{content:"\f14c";}
345
- .icon-share-sign:before{content:"\f14d";}
346
- .icon-compass:before{content:"\f14e";}
347
- .icon-collapse:before{content:"\f150";}
348
- .icon-collapse-top:before{content:"\f151";}
349
- .icon-expand:before{content:"\f152";}
350
- .icon-euro:before,.icon-eur:before{content:"\f153";}
351
- .icon-gbp:before{content:"\f154";}
352
- .icon-dollar:before,.icon-usd:before{content:"\f155";}
353
- .icon-rupee:before,.icon-inr:before{content:"\f156";}
354
- .icon-yen:before,.icon-jpy:before{content:"\f157";}
355
- .icon-renminbi:before,.icon-cny:before{content:"\f158";}
356
- .icon-won:before,.icon-krw:before{content:"\f159";}
357
- .icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
358
- .icon-file:before{content:"\f15b";}
359
- .icon-file-text:before{content:"\f15c";}
360
- .icon-sort-by-alphabet:before{content:"\f15d";}
361
- .icon-sort-by-alphabet-alt:before{content:"\f15e";}
362
- .icon-sort-by-attributes:before{content:"\f160";}
363
- .icon-sort-by-attributes-alt:before{content:"\f161";}
364
- .icon-sort-by-order:before{content:"\f162";}
365
- .icon-sort-by-order-alt:before{content:"\f163";}
366
- .icon-thumbs-up:before{content:"\f164";}
367
- .icon-thumbs-down:before{content:"\f165";}
368
- .icon-youtube-sign:before{content:"\f166";}
369
- .icon-youtube:before{content:"\f167";}
370
- .icon-xing:before{content:"\f168";}
371
- .icon-xing-sign:before{content:"\f169";}
372
- .icon-youtube-play:before{content:"\f16a";}
373
- .icon-dropbox:before{content:"\f16b";}
374
- .icon-stackexchange:before{content:"\f16c";}
375
- .icon-instagram:before{content:"\f16d";}
376
- .icon-flickr:before{content:"\f16e";}
377
- .icon-adn:before{content:"\f170";}
378
- .icon-bitbucket:before{content:"\f171";}
379
- .icon-bitbucket-sign:before{content:"\f172";}
380
- .icon-tumblr:before{content:"\f173";}
381
- .icon-tumblr-sign:before{content:"\f174";}
382
- .icon-long-arrow-down:before{content:"\f175";}
383
- .icon-long-arrow-up:before{content:"\f176";}
384
- .icon-long-arrow-left:before{content:"\f177";}
385
- .icon-long-arrow-right:before{content:"\f178";}
386
- .icon-apple:before{content:"\f179";}
387
- .icon-windows:before{content:"\f17a";}
388
- .icon-android:before{content:"\f17b";}
389
- .icon-linux:before{content:"\f17c";}
390
- .icon-dribbble:before{content:"\f17d";}
391
- .icon-skype:before{content:"\f17e";}
392
- .icon-foursquare:before{content:"\f180";}
393
- .icon-trello:before{content:"\f181";}
394
- .icon-female:before{content:"\f182";}
395
- .icon-male:before{content:"\f183";}
396
- .icon-gittip:before{content:"\f184";}
397
- .icon-sun:before{content:"\f185";}
398
- .icon-moon:before{content:"\f186";}
399
- .icon-archive:before{content:"\f187";}
400
- .icon-bug:before{content:"\f188";}
401
- .icon-vk:before{content:"\f189";}
402
- .icon-weibo:before{content:"\f18a";}
403
- .icon-renren:before{content:"\f18b";}
1
+ /*!
2
+ * Font Awesome 3.2.1
3
+ * the iconic font designed for Bootstrap
4
+ * ------------------------------------------------------------------------------
5
+ * The full suite of pictographic icons, examples, and documentation can be
6
+ * found at http://fontawesome.io. Stay up to date on Twitter at
7
+ * http://twitter.com/fontawesome.
8
+ *
9
+ * License
10
+ * ------------------------------------------------------------------------------
11
+ * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
+ * http://scripts.sil.org/OFL
13
+ * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
+ * http://opensource.org/licenses/mit-license.html
15
+ * - Font Awesome documentation licensed under CC BY 3.0 -
16
+ * http://creativecommons.org/licenses/by/3.0/
17
+ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
+ * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
+ *
20
+ * Author - Dave Gandy
21
+ * ------------------------------------------------------------------------------
22
+ * Email: dave@fontawesome.io
23
+ * Twitter: http://twitter.com/davegandy
24
+ * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25
+ */@font-face{font-family:FontAwesome;src:url(fontawesome-webfont.eot?v=3.2.1);src:url(fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'),url(fontawesome-webfont.woff?v=3.2.1) format('woff'),url(fontawesome-webfont.ttf?v=3.2.1) format('truetype'),url(fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}a [class*=" icon-"],a [class^=icon-]{display:inline}[class*=" icon-"].icon-fixed-width,[class^=icon-].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:.2857142857142857em}[class*=" icon-"].icon-fixed-width.icon-large,[class^=icon-].icon-fixed-width.icon-large{width:1.4285714285714286em}.icons-ul{margin-left:2.142857142857143em;list-style-type:none}.icons-ul>li{position:relative}.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit}[class*=" icon-"].hide,[class^=icon-].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:1px solid #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class*=" icon-"].pull-left,[class^=icon-].pull-left{margin-right:.3em}[class*=" icon-"].pull-right,[class^=icon-].pull-right{margin-left:.3em}[class*=" icon-"],[class^=icon-]{font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.btn [class*=" icon-"].icon-spin,.btn [class^=icon-].icon-spin,.icon-stack,.nav [class*=" icon-"].icon-spin,.nav [class^=icon-].icon-spin{display:inline-block}.btn [class*=" icon-"].icon-large,.btn [class^=icon-].icon-large,.nav [class*=" icon-"].icon-large,.nav [class^=icon-].icon-large,.nav-pills [class*=" icon-"],.nav-pills [class*=" icon-"].icon-large,.nav-pills [class^=icon-],.nav-pills [class^=icon-].icon-large,.nav-tabs [class*=" icon-"],.nav-tabs [class*=" icon-"].icon-large,.nav-tabs [class^=icon-],.nav-tabs [class^=icon-].icon-large{line-height:.9em}.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-menu>.active>a>[class^=icon-],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^=icon-],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^=icon-],.icon-white,.nav-list>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^=icon-],.nav-pills>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^=icon-],.navbar-inverse .nav>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^=icon-]{background-image:none}.btn [class*=" icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x,.btn [class^=icon-].pull-left.icon-2x,.btn [class^=icon-].pull-right.icon-2x{margin-top:.18em}.btn [class*=" icon-"].icon-spin.icon-large,.btn [class^=icon-].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x,.btn.btn-small [class^=icon-].pull-left.icon-2x,.btn.btn-small [class^=icon-].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class*=" icon-"],.btn.btn-large [class^=icon-]{margin-top:0}.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x,.btn.btn-large [class^=icon-].pull-left.icon-2x,.btn.btn-large [class^=icon-].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^=icon-].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class*=" icon-"].pull-right.icon-2x,.btn.btn-large [class^=icon-].pull-right.icon-2x{margin-left:.2em}.nav-list [class*=" icon-"],.nav-list [class^=icon-]{line-height:inherit}.icon-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class*=" icon-"],.icon-stack [class^=icon-]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-spin,a .icon-flip-horizontal:before,a .icon-flip-vertical:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-rotate-90:before{display:inline-block}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.icon-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}a .icon-spin,a .icon-stack{display:inline-block;text-decoration:none}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-flip-horizontal:before{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.icon-flip-vertical:before{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope-alt:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before,.icon-power-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before,.icon-gear:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file-alt:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before,.icon-rotate-right:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-mail-forward:before,.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before,.icon-gears:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up-alt:before{content:"\f087"}.icon-thumbs-down-alt:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before,.icon-unchecked:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before,.icon-paperclip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-rotate-left:before,.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-text-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-mail-reply:before,.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}.icon-expand-alt:before{content:"\f116"}.icon-collapse-alt:before{content:"\f117"}.icon-smile:before{content:"\f118"}.icon-frown:before{content:"\f119"}.icon-meh:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard:before{content:"\f11c"}.icon-flag-alt:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-mail-reply-all:before,.icon-reply-all:before{content:"\f122"}.icon-star-half-empty:before,.icon-star-half-full:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-unlink:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-off:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-empty:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-sign-left:before{content:"\f137"}.icon-chevron-sign-right:before{content:"\f138"}.icon-chevron-sign-up:before{content:"\f139"}.icon-chevron-sign-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-horizontal:before{content:"\f141"}.icon-ellipsis-vertical:before{content:"\f142"}.icon-rss-sign:before{content:"\f143"}.icon-play-sign:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-sign-alt:before{content:"\f146"}.icon-check-minus:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-sign:before{content:"\f14a"}.icon-edit-sign:before{content:"\f14b"}.icon-external-link-sign:before{content:"\f14c"}.icon-share-sign:before{content:"\f14d"}.icon-compass:before{content:"\f14e"}.icon-collapse:before{content:"\f150"}.icon-collapse-top:before{content:"\f151"}.icon-expand:before{content:"\f152"}.icon-eur:before,.icon-euro:before{content:"\f153"}.icon-gbp:before{content:"\f154"}.icon-dollar:before,.icon-usd:before{content:"\f155"}.icon-inr:before,.icon-rupee:before{content:"\f156"}.icon-jpy:before,.icon-yen:before{content:"\f157"}.icon-cny:before,.icon-renminbi:before{content:"\f158"}.icon-krw:before,.icon-won:before{content:"\f159"}.icon-bitcoin:before,.icon-btc:before{content:"\f15a"}.icon-file:before{content:"\f15b"}.icon-file-text:before{content:"\f15c"}.icon-sort-by-alphabet:before{content:"\f15d"}.icon-sort-by-alphabet-alt:before{content:"\f15e"}.icon-sort-by-attributes:before{content:"\f160"}.icon-sort-by-attributes-alt:before{content:"\f161"}.icon-sort-by-order:before{content:"\f162"}.icon-sort-by-order-alt:before{content:"\f163"}.icon-thumbs-up:before{content:"\f164"}.icon-thumbs-down:before{content:"\f165"}.icon-youtube-sign:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-xing:before{content:"\f168"}.icon-xing-sign:before{content:"\f169"}.icon-youtube-play:before{content:"\f16a"}.icon-dropbox:before{content:"\f16b"}.icon-stackexchange:before{content:"\f16c"}.icon-instagram:before{content:"\f16d"}.icon-flickr:before{content:"\f16e"}.icon-adn:before{content:"\f170"}.icon-bitbucket:before{content:"\f171"}.icon-bitbucket-sign:before{content:"\f172"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-sign:before{content:"\f174"}.icon-long-arrow-down:before{content:"\f175"}.icon-long-arrow-up:before{content:"\f176"}.icon-long-arrow-left:before{content:"\f177"}.icon-long-arrow-right:before{content:"\f178"}.icon-apple:before{content:"\f179"}.icon-windows:before{content:"\f17a"}.icon-android:before{content:"\f17b"}.icon-linux:before{content:"\f17c"}.icon-dribbble:before{content:"\f17d"}.icon-skype:before{content:"\f17e"}.icon-foursquare:before{content:"\f180"}.icon-trello:before{content:"\f181"}.icon-female:before{content:"\f182"}.icon-male:before{content:"\f183"}.icon-gittip:before{content:"\f184"}.icon-sun:before{content:"\f185"}.icon-moon:before{content:"\f186"}.icon-archive:before{content:"\f187"}.icon-bug:before{content:"\f188"}.icon-vk:before{content:"\f189"}.icon-weibo:before{content:"\f18a"}.icon-renren:before{content:"\f18b"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
themes/foundation/modules/fontello/css/animation.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
themes/foundation/modules/fontello/css/fontello-codes.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .icon-arrow-left:before{content:'\e800'}.icon-caret-down:before{content:'\e801'}.icon-arrow-combo:before{content:'\e802'}.icon-yelp:before{content:'\e803'}.icon-key:before{content:'\e804'}.icon-left-open-big:before{content:'\e805'}.icon-user:before{content:'\e806'}.icon-signin:before{content:'\e807'}.icon-signout:before{content:'\e808'}.icon-search:before{content:'\e809'}.icon-reorder:before{content:'\e80a'}.icon-basket:before{content:'\e80b'}.icon-angle-right:before{content:'\e80c'}.icon-angle-left:before{content:'\e80d'}.icon-chevron-up:before{content:'\e80e'}.icon-chevron-down:before{content:'\e80f'}.icon-chevron-left:before{content:'\e810'}.icon-chevron-right:before{content:'\e811'}.icon-comment:before{content:'\e812'}.icon-comments:before{content:'\e813'}.icon-circle-arrow-left:before{content:'\e814'}.icon-circle-arrow-right:before{content:'\e815'}.icon-pencil:before{content:'\e816'}.icon-reply:before{content:'\e817'}.icon-envelope-alt:before{content:'\e818'}.icon-list-ul:before{content:'\e819'}.icon-tags:before{content:'\e81a'}.icon-twitter:before{content:'\e81b'}.icon-google-plus:before{content:'\e81c'}.icon-google-plus-sign:before{content:'\e81d'}.icon-facebook:before{content:'\e81e'}.icon-facebook-sign:before{content:'\e81f'}.icon-instagram:before{content:'\e820'}.icon-tumblr:before{content:'\e821'}.icon-pinterest:before{content:'\e822'}.icon-pinterest-sign:before{content:'\e823'}.icon-vine:before{content:'\e824'}.icon-book-open:before{content:'\e825'}.icon-youtube:before{content:'\e826'}.icon-linkedin-sign:before{content:'\e827'}.icon-plus:before{content:'\e828'}.icon-rss-sign:before{content:'\e829'}.icon-time:before{content:'\e82a'}.icon-camera-retro:before{content:'\e82b'}.icon-play:before{content:'\e82c'}.icon-filter:before{content:'\e82d'}.icon-minus:before{content:'\e82e'}.icon-ok-sign:before{content:'\e82f'}.icon-layout-tiles:before{content:'\e830'}.icon-layout-list:before{content:'\e831'}.icon-resize-full:before{content:'\e832'}.icon-cancel:before{content:'\e833'}.icon-cancel-circled:before{content:'\e834'}.icon-star:before{content:'\e835'}.icon-remove-sign:before{content:'\e836'}.icon-map-marker:before{content:'\e837'}.icon-cloud:before{content:'\e838'}.icon-cloud-download:before{content:'\e839'}.icon-info-sign:before{content:'\e83a'}.icon-copy:before{content:'\e83b'}.icon-download:before{content:'\e83c'}.icon-external-link:before{content:'\e83d'}.icon-warning-sign:before{content:'\e83e'}.icon-compass:before{content:'\e83f'}.icon-trash:before{content:'\e840'}.icon-th:before{content:'\e841'}.icon-menu:before{content:'\e842'}.icon-double-angle-up:before{content:'\e843'}.icon-arrow-down:before{content:'\e844'}.icon-caret-right:before{content:'\e845'}.icon-caret-left:before{content:'\e846'}.icon-caret-up:before{content:'\e847'}.icon-vimeo:before{content:'\e848'}.icon-phone:before{content:'\e849'}.icon-angle-up:before{content:'\e84a'}.icon-angle-down:before{content:'\e84b'}.icon-refresh:before{content:'\e84c'}.icon-info:before{content:'\e84d'}.icon-chat:before{content:'\e84e'}.icon-check:before{content:'\e84f'}
themes/foundation/modules/fontello/css/fontello-embedded.min.css ADDED
@@ -0,0 +1 @@
 
1
+ @font-face{font-family:fontello;src:url(../font/fontello.eot?1669035);src:url(../font/fontello.eot?1669035#iefix) format('embedded-opentype'),url(../font/fontello.svg?1669035#fontello) format('svg');font-weight:400;font-style:normal}@font-face{font-family:fontello;src:url(data:application/octet-stream;base64,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) format('woff'),url(data:application/octet-stream;base64,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AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRCmFycm93LWxlZnQKY2FyZXQtZG93bgthcnJvdy1jb21ibwR5ZWxwA2tleQ1sZWZ0LW9wZW4tYmlnBHVzZXIGc2lnbmluB3NpZ25vdXQGc2VhcmNoB3Jlb3JkZXIGYmFza2V0C2FuZ2xlLXJpZ2h0CmFuZ2xlLWxlZnQKY2hldnJvbi11cAxjaGV2cm9uLWRvd24MY2hldnJvbi1sZWZ0DWNoZXZyb24tcmlnaHQHY29tbWVudAhjb21tZW50cxFjaXJjbGUtYXJyb3ctbGVmdBJjaXJjbGUtYXJyb3ctcmlnaHQGcGVuY2lsBXJlcGx5DGVudmVsb3BlLWFsdAdsaXN0LXVsBHRhZ3MHdHdpdHRlcgtnb29nbGUtcGx1cxBnb29nbGUtcGx1cy1zaWduCGZhY2Vib29rDWZhY2Vib29rLXNpZ24JaW5zdGFncmFtBnR1bWJscglwaW50ZXJlc3QOcGludGVyZXN0LXNpZ24EdmluZQlib29rLW9wZW4HeW91dHViZQ1saW5rZWRpbi1zaWduBHBsdXMIcnNzLXNpZ24EdGltZQxjYW1lcmEtcmV0cm8EcGxheQZmaWx0ZXIFbWludXMHb2stc2lnbgxsYXlvdXQtdGlsZXMLbGF5b3V0LWxpc3QLcmVzaXplLWZ1bGwGY2FuY2VsDmNhbmNlbC1jaXJjbGVkBHN0YXILcmVtb3ZlLXNpZ24KbWFwLW1hcmtlcgVjbG91ZA5jbG91ZC1kb3dubG9hZAlpbmZvLXNpZ24EY29weQhkb3dubG9hZA1leHRlcm5hbC1saW5rDHdhcm5pbmctc2lnbgdjb21wYXNzBXRyYXNoAnRoBG1lbnUPZG91YmxlLWFuZ2xlLXVwCmFycm93LWRvd24LY2FyZXQtcmlnaHQKY2FyZXQtbGVmdAhjYXJldC11cAV2aW1lbwVwaG9uZQhhbmdsZS11cAphbmdsZS1kb3duB3JlZnJlc2gEaW5mbwRjaGF0BWNoZWNrAAAAAAAAAQAB//8ADwAAAAAAAAAAAAAAALAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCBk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VFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABjYyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKxAAAqsQAFQrEACCqxAAVCsQAIKrEABUK5AAAACSqxAAVCuQAAAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbEADCq4Af+FsASNsQIARAA=) format('truetype')}[class*=" icon-"]:before,[class^=icon-]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-arrow-left:before{content:'\e800'}.icon-caret-down:before{content:'\e801'}.icon-arrow-combo:before{content:'\e802'}.icon-yelp:before{content:'\e803'}.icon-key:before{content:'\e804'}.icon-left-open-big:before{content:'\e805'}.icon-user:before{content:'\e806'}.icon-signin:before{content:'\e807'}.icon-signout:before{content:'\e808'}.icon-search:before{content:'\e809'}.icon-reorder:before{content:'\e80a'}.icon-basket:before{content:'\e80b'}.icon-angle-right:before{content:'\e80c'}.icon-angle-left:before{content:'\e80d'}.icon-chevron-up:before{content:'\e80e'}.icon-chevron-down:before{content:'\e80f'}.icon-chevron-left:before{content:'\e810'}.icon-chevron-right:before{content:'\e811'}.icon-comment:before{content:'\e812'}.icon-comments:before{content:'\e813'}.icon-circle-arrow-left:before{content:'\e814'}.icon-circle-arrow-right:before{content:'\e815'}.icon-pencil:before{content:'\e816'}.icon-reply:before{content:'\e817'}.icon-envelope-alt:before{content:'\e818'}.icon-list-ul:before{content:'\e819'}.icon-tags:before{content:'\e81a'}.icon-twitter:before{content:'\e81b'}.icon-google-plus:before{content:'\e81c'}.icon-google-plus-sign:before{content:'\e81d'}.icon-facebook:before{content:'\e81e'}.icon-facebook-sign:before{content:'\e81f'}.icon-instagram:before{content:'\e820'}.icon-tumblr:before{content:'\e821'}.icon-pinterest:before{content:'\e822'}.icon-pinterest-sign:before{content:'\e823'}.icon-vine:before{content:'\e824'}.icon-book-open:before{content:'\e825'}.icon-youtube:before{content:'\e826'}.icon-linkedin-sign:before{content:'\e827'}.icon-plus:before{content:'\e828'}.icon-rss-sign:before{content:'\e829'}.icon-time:before{content:'\e82a'}.icon-camera-retro:before{content:'\e82b'}.icon-play:before{content:'\e82c'}.icon-filter:before{content:'\e82d'}.icon-minus:before{content:'\e82e'}.icon-ok-sign:before{content:'\e82f'}.icon-layout-tiles:before{content:'\e830'}.icon-layout-list:before{content:'\e831'}.icon-resize-full:before{content:'\e832'}.icon-cancel:before{content:'\e833'}.icon-cancel-circled:before{content:'\e834'}.icon-star:before{content:'\e835'}.icon-remove-sign:before{content:'\e836'}.icon-map-marker:before{content:'\e837'}.icon-cloud:before{content:'\e838'}.icon-cloud-download:before{content:'\e839'}.icon-info-sign:before{content:'\e83a'}.icon-copy:before{content:'\e83b'}.icon-download:before{content:'\e83c'}.icon-external-link:before{content:'\e83d'}.icon-warning-sign:before{content:'\e83e'}.icon-compass:before{content:'\e83f'}.icon-trash:before{content:'\e840'}.icon-th:before{content:'\e841'}.icon-menu:before{content:'\e842'}.icon-double-angle-up:before{content:'\e843'}.icon-arrow-down:before{content:'\e844'}.icon-caret-right:before{content:'\e845'}.icon-caret-left:before{content:'\e846'}.icon-caret-up:before{content:'\e847'}.icon-vimeo:before{content:'\e848'}.icon-phone:before{content:'\e849'}.icon-angle-up:before{content:'\e84a'}.icon-angle-down:before{content:'\e84b'}.icon-refresh:before{content:'\e84c'}.icon-info:before{content:'\e84d'}.icon-chat:before{content:'\e84e'}.icon-check:before{content:'\e84f'}
themes/foundation/modules/fontello/css/fontello-ie7-codes.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;')}.icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;')}.icon-arrow-combo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;')}.icon-yelp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;')}.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;')}.icon-left-open-big{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;')}.icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;')}.icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;')}.icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;')}.icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;')}.icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;')}.icon-basket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;')}.icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;')}.icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;')}.icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;')}.icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;')}.icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;')}.icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;')}.icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;')}.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;')}.icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;')}.icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;')}.icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;')}.icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;')}.icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;')}.icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;')}.icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;')}.icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;')}.icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;')}.icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;')}.icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;')}.icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;')}.icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;')}.icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;')}.icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;')}.icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;')}.icon-vine{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;')}.icon-book-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;')}.icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&nbsp;')}.icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe827;&nbsp;')}.icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;')}.icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe829;&nbsp;')}.icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82a;&nbsp;')}.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82b;&nbsp;')}.icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82c;&nbsp;')}.icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82d;&nbsp;')}.icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82e;&nbsp;')}.icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82f;&nbsp;')}.icon-layout-tiles{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe830;&nbsp;')}.icon-layout-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe831;&nbsp;')}.icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;')}.icon-cancel{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe833;&nbsp;')}.icon-cancel-circled{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;')}.icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe835;&nbsp;')}.icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe836;&nbsp;')}.icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe837;&nbsp;')}.icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe838;&nbsp;')}.icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe839;&nbsp;')}.icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83a;&nbsp;')}.icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83b;&nbsp;')}.icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83c;&nbsp;')}.icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83d;&nbsp;')}.icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83e;&nbsp;')}.icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83f;&nbsp;')}.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe840;&nbsp;')}.icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe841;&nbsp;')}.icon-menu{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe842;&nbsp;')}.icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe843;&nbsp;')}.icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe844;&nbsp;')}.icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe845;&nbsp;')}.icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe846;&nbsp;')}.icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe847;&nbsp;')}.icon-vimeo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe848;&nbsp;')}.icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe849;&nbsp;')}.icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84a;&nbsp;')}.icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84b;&nbsp;')}.icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84c;&nbsp;')}.icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84d;&nbsp;')}.icon-chat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84e;&nbsp;')}.icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84f;&nbsp;')}
themes/foundation/modules/fontello/css/fontello-ie7.min.css ADDED
@@ -0,0 +1 @@
 
1
+ [class*=" icon-"],[class^=icon-]{font-family:fontello;font-style:normal;font-weight:400;line-height:1em}.icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;')}.icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;')}.icon-arrow-combo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;')}.icon-yelp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;')}.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;')}.icon-left-open-big{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;')}.icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;')}.icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;')}.icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;')}.icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;')}.icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;')}.icon-basket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;')}.icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;')}.icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;')}.icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;')}.icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;')}.icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;')}.icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;')}.icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;')}.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;')}.icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;')}.icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;')}.icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;')}.icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;')}.icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;')}.icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;')}.icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;')}.icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;')}.icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;')}.icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;')}.icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;')}.icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;')}.icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;')}.icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;')}.icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;')}.icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;')}.icon-vine{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;')}.icon-book-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;')}.icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&nbsp;')}.icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe827;&nbsp;')}.icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;')}.icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe829;&nbsp;')}.icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82a;&nbsp;')}.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82b;&nbsp;')}.icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82c;&nbsp;')}.icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82d;&nbsp;')}.icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82e;&nbsp;')}.icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82f;&nbsp;')}.icon-layout-tiles{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe830;&nbsp;')}.icon-layout-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe831;&nbsp;')}.icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;')}.icon-cancel{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe833;&nbsp;')}.icon-cancel-circled{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;')}.icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe835;&nbsp;')}.icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe836;&nbsp;')}.icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe837;&nbsp;')}.icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe838;&nbsp;')}.icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe839;&nbsp;')}.icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83a;&nbsp;')}.icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83b;&nbsp;')}.icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83c;&nbsp;')}.icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83d;&nbsp;')}.icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83e;&nbsp;')}.icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83f;&nbsp;')}.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe840;&nbsp;')}.icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe841;&nbsp;')}.icon-menu{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe842;&nbsp;')}.icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe843;&nbsp;')}.icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe844;&nbsp;')}.icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe845;&nbsp;')}.icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe846;&nbsp;')}.icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe847;&nbsp;')}.icon-vimeo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe848;&nbsp;')}.icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe849;&nbsp;')}.icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84a;&nbsp;')}.icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84b;&nbsp;')}.icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84c;&nbsp;')}.icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84d;&nbsp;')}.icon-chat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84e;&nbsp;')}.icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84f;&nbsp;')}
themes/foundation/modules/fontello/css/fontello.min.css ADDED
@@ -0,0 +1 @@
 
1
+ @font-face{font-family:fontello;src:url(../font/fontello.eot?64777116);src:url(../font/fontello.eot?64777116#iefix) format('embedded-opentype'),url(../font/fontello.woff?64777116) format('woff'),url(../font/fontello.ttf?64777116) format('truetype'),url(../font/fontello.svg?64777116#fontello) format('svg');font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-arrow-left:before{content:'\e800'}.icon-caret-down:before{content:'\e801'}.icon-arrow-combo:before{content:'\e802'}.icon-yelp:before{content:'\e803'}.icon-key:before{content:'\e804'}.icon-left-open-big:before{content:'\e805'}.icon-user:before{content:'\e806'}.icon-signin:before{content:'\e807'}.icon-signout:before{content:'\e808'}.icon-search:before{content:'\e809'}.icon-reorder:before{content:'\e80a'}.icon-basket:before{content:'\e80b'}.icon-angle-right:before{content:'\e80c'}.icon-angle-left:before{content:'\e80d'}.icon-chevron-up:before{content:'\e80e'}.icon-chevron-down:before{content:'\e80f'}.icon-chevron-left:before{content:'\e810'}.icon-chevron-right:before{content:'\e811'}.icon-comment:before{content:'\e812'}.icon-comments:before{content:'\e813'}.icon-circle-arrow-left:before{content:'\e814'}.icon-circle-arrow-right:before{content:'\e815'}.icon-pencil:before{content:'\e816'}.icon-reply:before{content:'\e817'}.icon-envelope-alt:before{content:'\e818'}.icon-list-ul:before{content:'\e819'}.icon-tags:before{content:'\e81a'}.icon-twitter:before{content:'\e81b'}.icon-google-plus:before{content:'\e81c'}.icon-google-plus-sign:before{content:'\e81d'}.icon-facebook:before{content:'\e81e'}.icon-facebook-sign:before{content:'\e81f'}.icon-instagram:before{content:'\e820'}.icon-tumblr:before{content:'\e821'}.icon-pinterest:before{content:'\e822'}.icon-pinterest-sign:before{content:'\e823'}.icon-vine:before{content:'\e824'}.icon-book-open:before{content:'\e825'}.icon-youtube:before{content:'\e826'}.icon-linkedin-sign:before{content:'\e827'}.icon-plus:before{content:'\e828'}.icon-rss-sign:before{content:'\e829'}.icon-time:before{content:'\e82a'}.icon-camera-retro:before{content:'\e82b'}.icon-play:before{content:'\e82c'}.icon-filter:before{content:'\e82d'}.icon-minus:before{content:'\e82e'}.icon-ok-sign:before{content:'\e82f'}.icon-layout-tiles:before{content:'\e830'}.icon-layout-list:before{content:'\e831'}.icon-resize-full:before{content:'\e832'}.icon-cancel:before{content:'\e833'}.icon-cancel-circled:before{content:'\e834'}.icon-star:before{content:'\e835'}.icon-remove-sign:before{content:'\e836'}.icon-map-marker:before{content:'\e837'}.icon-cloud:before{content:'\e838'}.icon-cloud-download:before{content:'\e839'}.icon-info-sign:before{content:'\e83a'}.icon-copy:before{content:'\e83b'}.icon-download:before{content:'\e83c'}.icon-external-link:before{content:'\e83d'}.icon-warning-sign:before{content:'\e83e'}.icon-compass:before{content:'\e83f'}.icon-trash:before{content:'\e840'}.icon-th:before{content:'\e841'}.icon-menu:before{content:'\e842'}.icon-double-angle-up:before{content:'\e843'}.icon-arrow-down:before{content:'\e844'}.icon-caret-right:before{content:'\e845'}.icon-caret-left:before{content:'\e846'}.icon-caret-up:before{content:'\e847'}.icon-vimeo:before{content:'\e848'}.icon-phone:before{content:'\e849'}.icon-angle-up:before{content:'\e84a'}.icon-angle-down:before{content:'\e84b'}.icon-refresh:before{content:'\e84c'}.icon-info:before{content:'\e84d'}.icon-chat:before{content:'\e84e'}.icon-check:before{content:'\e84f'}
themes/foundation/modules/fontello/fontello.php CHANGED
@@ -5,9 +5,9 @@ add_action( 'foundation_module_init_mobile', 'foundation_fontello_init' );
5
  function foundation_fontello_init() {
6
  wp_enqueue_style(
7
  'foundation_fontello_css',
8
- foundation_get_base_module_url() . '/fontello/css/fontello.css',
9
  '',
10
  md5( FOUNDATION_VERSION ),
11
  'screen'
12
  );
13
- }
5
  function foundation_fontello_init() {
6
  wp_enqueue_style(
7
  'foundation_fontello_css',
8
+ foundation_get_base_module_url() . '/fontello/css/fontello.min.css',
9
  '',
10
  md5( FOUNDATION_VERSION ),
11
  'screen'
12
  );
13
+ }
themes/foundation/modules/google-fonts/google-fonts.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function addGoogleFontClasses(){jQuery(googleBodyEls).addClass("body-font"),jQuery(googleHeadingEls).addClass("heading-font")}var googleBodyEls="form *",googleHeadingEls="h1, h2, h3, h4, h5, h6";jQuery(document).ready(function(){addGoogleFontClasses()}),jQuery(document).ajaxComplete(function(){addGoogleFontClasses()});
themes/foundation/modules/google-fonts/google-fonts.php CHANGED
@@ -76,7 +76,7 @@ function foundation_google_fonts_init() {
76
  if ( $settings->typography_sets != 'default' ) {
77
  wp_enqueue_script(
78
  'foundation_google_fonts',
79
- foundation_get_base_module_url() . '/google-fonts/google-fonts.js',
80
  false,
81
  md5( FOUNDATION_VERSION ),
82
  true
@@ -176,4 +176,4 @@ function foundation_add_google_font_classes( $classes ) {
176
  $classes[] = 'fonts-' . $settings->typography_sets;
177
 
178
  return $classes;
179
- }
76
  if ( $settings->typography_sets != 'default' ) {
77
  wp_enqueue_script(
78
  'foundation_google_fonts',
79
+ foundation_get_base_module_url() . '/google-fonts/google-fonts.min.js',
80
  false,
81
  md5( FOUNDATION_VERSION ),
82
  true
176
  $classes[] = 'fonts-' . $settings->typography_sets;
177
 
178
  return $classes;
179
+ }
themes/foundation/modules/hammer/hammer.php CHANGED
@@ -13,9 +13,9 @@ function foundation_hammer_init() {
13
 
14
  wp_enqueue_script(
15
  'foundation_hammer_wptouch',
16
- foundation_get_base_module_url() . '/hammer/wptouch.hammer.js',
17
  array( 'foundation_hammer' ),
18
  md5( FOUNDATION_VERSION ),
19
  true
20
  );
21
- }
13
 
14
  wp_enqueue_script(
15
  'foundation_hammer_wptouch',
16
+ foundation_get_base_module_url() . '/hammer/wptouch.hammer.min.js',
17
  array( 'foundation_hammer' ),
18
  md5( FOUNDATION_VERSION ),
19
  true
20
  );
21
+ }
themes/foundation/modules/hammer/wptouch.hammer.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(t,e){"use strict";function n(t,n){Date.now||(Date.now=function(){return(new Date).getTime()}),t.utils.each(["on","off"],function(i){t.utils[i]=function(t,r,a){n(t)[i](r,function(t){var i=n.extend({},t.originalEvent,t);i.button===e&&(i.button=t.which-1),a.call(this,i)})}}),t.Instance.prototype.trigger=function(t,e){var i=n(this.element);return i.has(e.target).length&&(i=n(e.target)),i.trigger({type:t,gesture:e})},n.fn.hammer=function(e){return this.each(function(){var i=n(this),r=i.data("hammer");r?r&&e&&t.utils.extend(r.options,e):i.data("hammer",new t(this,e||{}))})}}"function"==typeof define&&define.amd?define(["hammerjs","jquery"],n):n(t.Hammer,t.jQuery||t.Zepto)}(window);
themes/foundation/modules/infinite-scroll/infinite-scroll.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function wptouchFoundationInfiniteScrollReady(){var n="a.infinite-link";jQuery(window).scroll(function(){var e=jQuery(n);if(e.length){var a=jQuery(n).offset(),t=window.innerHeight-a.top+jQuery(window).scrollTop();if(t>100&!jQuery(n).hasClass("ajaxing")){jQuery(n).addClass("ajaxing").text(wptouchFdn.ajaxLoading).prepend('<span class="spinner"></span>'),jQuery(".spinner").spin("tiny");var i=jQuery(n).attr("rel");jQuery(n).after("<span class='ajax-target'></span>"),jQuery(".ajax-target").load(i+" #content > div, #content .infinite-link",function(){jQuery(".ajax-target").replaceWith(jQuery(this).html()),jQuery(".ajaxing").animate({height:"toggle"},200,"linear",function(){jQuery(this).remove()})})}}})}jQuery(document).ready(function(){wptouchFoundationInfiniteScrollReady()});
themes/foundation/modules/infinite-scroll/infinite-scroll.php CHANGED
@@ -4,11 +4,11 @@ add_action( 'foundation_module_init_mobile', 'foundation_infinite_scroll_init' )
4
 
5
  function foundation_infinite_scroll_init() {
6
  // Load JS
7
- wp_enqueue_script(
8
- 'foundation_infinite_scroll',
9
- foundation_get_base_module_url() . '/infinite-scroll/infinite-scroll.js',
10
  array( 'jquery' ),
11
  md5( FOUNDATION_VERSION ),
12
  true
13
  );
14
- }
4
 
5
  function foundation_infinite_scroll_init() {
6
  // Load JS
7
+ wp_enqueue_script(
8
+ 'foundation_infinite_scroll',
9
+ foundation_get_base_module_url() . '/infinite-scroll/infinite-scroll.min.js',
10
  array( 'jquery' ),
11
  md5( FOUNDATION_VERSION ),
12
  true
13
  );
14
+ }
themes/foundation/modules/load-more/load-more.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function doFoundationLoadMoreReady(){var a="a.load-more-link";jQuery("#content").on("click",a,function(e){jQuery(a).addClass("ajaxing").text(wptouchFdn.ajaxLoading).prepend('<span class="spinner"></span>'),jQuery(".spinner").spin("tiny");var t=jQuery(a).attr("rel");jQuery(a).after("<span class='ajax-target'></span>"),jQuery(".ajax-target").load(t+" #content > div, #content .load-more-link",function(){jQuery(".ajax-target").replaceWith(jQuery(this).html()),jQuery(".ajaxing").animate({height:"toggle"},200,"linear",function(){jQuery(this).remove()})}),e.preventDefault()});var e=".load-more-comments-wrap a";jQuery(".commentlist").on("click",e,function(){jQuery(e).addClass("ajaxing").text(wptouchFdn.ajaxLoading).prepend('<span class="spinner"></span>'),jQuery(".spinner").spin("tiny");var a=jQuery(e).prop("href");return jQuery(e).parent().after("<span class='ajax-target'></span>"),jQuery(".ajax-target").load(a+" ol.commentlist > li",function(){jQuery(".ajax-target").replaceWith(jQuery(this).html()),jQuery(".ajaxing").animate({height:"toggle"},200,"linear",function(){jQuery(this).parent().remove()})}),!1});var t="a.load-more-post-link",n=jQuery(t).data("lang-type")||"post";jQuery("#content").on("click",t,function(a){jQuery(t).addClass("ajaxing").text(wptouchFdn.ajaxLoading).prepend('<span class="spinner"></span>'),jQuery(".spinner").spin("tiny");var e=jQuery(t).attr("rel");jQuery(t).after("<span class='ajax-target'></span>"),jQuery(".ajax-target").load(e+" #content #"+n+"-results, #content .load-more-post-link",function(){jQuery(".ajax-target").replaceWith(jQuery(this).html()),jQuery(".ajaxing").animate({height:"toggle"},200,"linear",function(){jQuery(this).remove()})}),a.preventDefault()});var r="a.load-more-page-link",i=jQuery(r).data("lang-type")||"page";jQuery("#content").on("click",r,function(a){jQuery(r).addClass("ajaxing").text(wptouchFdn.ajaxLoading).prepend('<span class="spinner"></span>'),jQuery(".spinner").spin("tiny");var e=jQuery(r).attr("rel");jQuery(r).after("<span class='ajax-target'></span>"),jQuery(".ajax-target").load(e+" #content #"+i+"-results, #content .load-more-page-link",function(){jQuery(".ajax-target").replaceWith(jQuery(this).html()),jQuery(".ajaxing").animate({height:"toggle"},200,"linear",function(){jQuery(this).remove()})}),a.preventDefault()});var o="a.load-more-custom-link";jQuery("#content").on("click",o,function(a){var e=jQuery(this).data("lang-type");jQuery(o).filter('[data-lang-type="'+e+'"]').addClass("ajaxing").text(wptouchFdn.ajaxLoading).prepend('<span class="spinner"></span>'),jQuery(".spinner").spin("tiny");var t=jQuery(o).filter('[data-lang-type="'+e+'"]').attr("rel");jQuery(o).filter('[data-lang-type="'+e+'"]').after("<span class='ajax-target'></span>"),jQuery(".ajax-target").load(t+" #content #"+e+'-results, #content .load-more-custom-link[data-lang-type="'+e+'"]',function(){jQuery(".ajax-target").replaceWith(jQuery(this).html()),jQuery(".ajaxing").animate({height:"toggle"},200,"linear",function(){jQuery(this).remove()})}),a.preventDefault()})}jQuery(document).ready(function(){doFoundationLoadMoreReady()});
themes/foundation/modules/load-more/load-more.php CHANGED
@@ -6,9 +6,9 @@ function foundation_load_more_init() {
6
  // Load JS
7
  wp_enqueue_script(
8
  'foundation_load_more',
9
- foundation_get_base_module_url() . '/load-more/load-more.js',
10
  array( 'foundation_spinjs_jquery' ),
11
  md5( FOUNDATION_VERSION ),
12
  true
13
  );
14
- }
6
  // Load JS
7
  wp_enqueue_script(
8
  'foundation_load_more',
9
+ foundation_get_base_module_url() . '/load-more/load-more.min.js',
10
  array( 'foundation_spinjs_jquery' ),
11
  md5( FOUNDATION_VERSION ),
12
  true
13
  );
14
+ }
themes/foundation/modules/login/login-html.php CHANGED
@@ -6,7 +6,7 @@ $login_args = array(
6
  'label_password' => '',
7
  'label_remember' => __( 'Remember Me', 'wptouch-pro' ),
8
  'value_remember' => true,
9
- 'label_log_in' => __( 'Log In', 'wptouch-pro' )
10
  );
11
 
12
  ?>
@@ -31,4 +31,4 @@ $login_args = array(
31
  <a class="forgot tappable" href="<?php echo site_url( '/wp-login.php?action=lostpassword&redirect_to=' . $link_destination ); ?>"><?php _e( 'Lost password?', 'wptouch-pro' ); ?></a>
32
  </div>
33
  <?php } ?>
34
- </div>
6
  'label_password' => '',
7
  'label_remember' => __( 'Remember Me', 'wptouch-pro' ),
8
  'value_remember' => true,
9
+ 'label_log_in' => __( 'Log In', 'wptouch-pro' ),
10
  );
11
 
12
  ?>
31
  <a class="forgot tappable" href="<?php echo site_url( '/wp-login.php?action=lostpassword&redirect_to=' . $link_destination ); ?>"><?php _e( 'Lost password?', 'wptouch-pro' ); ?></a>
32
  </div>
33
  <?php } ?>
34
+ </div>
themes/foundation/modules/login/login.php CHANGED
@@ -5,13 +5,13 @@ add_filter( 'wptouch_foundation_menu_options', 'foundation_login_settings' );
5
 
6
  function foundation_login_settings( $menu_settings ) {
7
  $menu_settings[] = wptouch_add_setting(
8
- 'checkbox',
9
- 'show_login_box',
10
- __( 'Show login in menu', 'wptouch-pro' ),
11
- __( 'Will add login/out links', 'wptouch-pro' ),
12
- WPTOUCH_SETTING_BASIC,
13
- '2.0'
14
- );
15
 
16
  return $menu_settings;
17
  }
@@ -33,4 +33,4 @@ function wptouch_fdn_show_login_links(){
33
  } else {
34
  return false;
35
  }
36
- }
5
 
6
  function foundation_login_settings( $menu_settings ) {
7
  $menu_settings[] = wptouch_add_setting(
8
+ 'checkbox',
9
+ 'show_login_box',
10
+ __( 'Show login in menu', 'wptouch-pro' ),
11
+ __( 'Will add login/out links', 'wptouch-pro' ),
12
+ WPTOUCH_SETTING_BASIC,
13
+ '2.0'
14
+ );
15
 
16
  return $menu_settings;
17
  }
33
  } else {
34
  return false;
35
  }
36
+ }
themes/foundation/modules/login/wptouch-login.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function doFoundationLogin(){var e=jQuery(".wptouch-login-wrap");e.length&&(jQuery("#user_login",e).attr("placeholder",wptouchFdnLogin.username_text),jQuery("#user_pass",e).attr("placeholder",wptouchFdnLogin.password_text),jQuery(".login-toggle, .login-req").each(function(){jQuery(this).on("click",function(){return e.viewportCenter().webkitSlideToggle(),!1})}),jQuery(".login-close").each(function(){jQuery(this).on("click",function(){return e.webkitSlideToggle(),!1})}))}jQuery(document).ready(function(){doFoundationLogin()});
themes/foundation/modules/media/fitvids.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(e){"use strict";e.fn.fitVids=function(t){var i={customSelector:null,ignore:null};if(!document.getElementById("fit-vids-style")){var r=document.head||document.getElementsByTagName("head")[0],a=".fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}",o=document.createElement("div");o.innerHTML='<p>x</p><style id="fit-vids-style">'+a+"</style>",r.appendChild(o.childNodes[1])}return t&&e.extend(i,t),this.each(function(){var t=['iframe[src*="player.vimeo.com"]','iframe[src*="youtube.com"]','iframe[src*="youtube-nocookie.com"]','iframe[src*="kickstarter.com"][src*="video.html"]','iframe[src*="funnyordie.com"]','iframe[src*="media.mtvnservices.com"]','iframe[src*="trailers.apple.com"]','iframe[src*="media.mtvnservices.com"]','iframe[src*="brightcove.com"]','iframe[src*="break.com"]','iframe[src*="blip.tv"]','iframe[src*="d.yimg.com"]','iframe[src*="movies.yahoo.com"]','iframe[src*="vine.co"]','iframe[src*="dailymotion.com"]','iframe[src*="s.mcstatic.com"]',"object","embed"];i.customSelector&&t.push(i.customSelector);var r=".fitvidsignore";i.ignore&&(r=r+", "+i.ignore);var a=e(this).find(t.join(","));a=a.not("object object"),a=a.not(r),a.each(function(t){var i=e(this);if(!(i.parents(r).length>0||"embed"===this.tagName.toLowerCase()&&i.parent("object").length||i.parent(".fluid-width-video-wrapper").length)){i.css("height")||i.css("width")||!isNaN(i.attr("height"))&&!isNaN(i.attr("width"))||(i.attr("height",9),i.attr("width",16));var a="object"===this.tagName.toLowerCase()||i.attr("height")&&!isNaN(parseInt(i.attr("height"),10))?parseInt(i.attr("height"),10):i.height(),o=isNaN(parseInt(i.attr("width"),10))?i.width():parseInt(i.attr("width"),10),d=a/o;if(!i.attr("id")){var s="fitvid"+t;i.attr("id",s)}i.wrap('<div class="fluid-width-video-wrapper"></div>').parent(".fluid-width-video-wrapper").css("padding-top",100*d+"%"),i.removeAttr("height").removeAttr("width")}})})}}(window.jQuery||window.Zepto);
themes/foundation/modules/media/media.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function handleVids(){jQuery.isFunction(jQuery.fn.fitVids)&&jQuery("#content").fitVids(),jQuery("#content video").length&&jQuery("#content video").attr("controls","controls")}function listenForMenuOpenHideVideos(){jQuery(".show-hide-toggle").on("click",function(){setTimeout(function(){var e=jQuery(".css-videos video, .css-videos embed, .css-videos object, .css-videos .mejs-container"),i=jQuery("#menu, #alt-menu").css("display");"block"==i?e.css("visibility","hidden"):e.css("visibility","visible")},500)})}jQuery(document).ready(function(){handleVids(),listenForMenuOpenHideVideos()});
themes/foundation/modules/media/media.php CHANGED
@@ -11,7 +11,7 @@ function foundation_media_init() {
11
  // Load FitVids
12
  wp_enqueue_script(
13
  'foundation_media_fitvids',
14
- foundation_get_base_module_url() . '/media/fitvids.js',
15
  array( 'foundation_base' ),
16
  md5( FOUNDATION_VERSION ),
17
  true
@@ -19,7 +19,7 @@ function foundation_media_init() {
19
 
20
  wp_enqueue_script(
21
  'foundation_media_handling',
22
- foundation_get_base_module_url() . '/media/media.js',
23
  false,
24
  md5( FOUNDATION_VERSION ),
25
  true
@@ -48,4 +48,4 @@ function foundation_media_settings( $page_options ){
48
  );
49
 
50
  return $page_options;
51
- }
11
  // Load FitVids
12
  wp_enqueue_script(
13
  'foundation_media_fitvids',
14
+ foundation_get_base_module_url() . '/media/fitvids.min.js',
15
  array( 'foundation_base' ),
16
  md5( FOUNDATION_VERSION ),
17
  true
19
 
20
  wp_enqueue_script(
21
  'foundation_media_handling',
22
+ foundation_get_base_module_url() . '/media/media.min.js',
23
  false,
24
  md5( FOUNDATION_VERSION ),
25
  true
48
  );
49
 
50
  return $page_options;
51
+ }
themes/foundation/modules/menu/menu.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .wptouch-menu .menu-tree a,.wptouch-menu .menu-tree span{color:rgba(0,0,0,.65);text-shadow:rgba(255,255,255,.3) 0 1px 0}.wptouch-menu .menu-tree>li{border-bottom:1px solid rgba(0,0,0,.08);border-top:1px solid rgba(255,255,255,.1)}.menu-tree li{clear:both;position:relative;line-height:100%}.wptouch-menu ul ul{display:none}.menu-tree li span{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;display:block;-webkit-box-shadow:inset rgba(0,0,0,.15) 1px 0 0;box-shadow:inset rgba(0,0,0,.15) 1px 0 0;border-left:1px solid rgba(255,255,255,.1);padding:15px;float:right}.menu-tree li span.toggle{-webkit-box-shadow:inset rgba(0,0,0,.2) 0 4px 4px;box-shadow:inset rgba(0,0,0,.2) 0 4px 4px;border:none}.menu-tree li span:before{font-family:wptouch-icons;content:"\e80f"}.menu-tree li span.toggle:before{content:"\e80e";font-weight:400;font-style:normal}ul.menu-tree ul span,ul.menu-tree.no-parent-links span{border:none;-webkit-box-shadow:none;box-shadow:none}.menu-tree li a{display:block;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-top:15px;padding-bottom:15px;padding-right:32px}.menu-tree li img{width:26px;height:26px;position:relative;float:left;padding-right:6px;top:8px;padding-left:6px}.menu-tree>.open-tree{background:rgba(0,0,0,.03);-webkit-box-shadow:inset rgba(0,0,0,.25) 0 0 4px;box-shadow:inset rgba(0,0,0,.25) 0 0 4px;border-top-color:rgba(0,0,0,.2);margin-top:-1px;padding-top:1px}.menu-tree li.no-icon{padding-left:10px}.menu-tree ul li{border-style:none!important;clear:both;padding-left:15px}.rtl .menu-tree li span{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;float:left;-webkit-box-shadow:inset rgba(0,0,0,.15) -1px 0 0;box-shadow:inset rgba(0,0,0,.15) -1px 0 0;border-right:1px solid rgba(255,255,255,.1);border-left:none}.rtl .menu-tree li span.toggle{-webkit-box-shadow:inset rgba(0,0,0,.2) 0 4px 4px;box-shadow:inset rgba(0,0,0,.2) 0 4px 4px;border:none}.rtl .menu-tree li.menu-item img{float:right}.rtl .menu-tree li.menu-item a{padding-left:32px;padding-right:0}.rtl .menu-tree li.no-icon{padding-right:10px}.rtl .menu-tree ul li{padding-left:0;padding-right:15px}.dark-header .wptouch-menu .menu-tree a,.dark-header .wptouch-menu .menu-tree span{color:rgba(255,255,255,.9);text-shadow:rgba(0,0,0,.3) 0 -1px 0}.dark-header .wptouch-menu .menu-tree span:before{color:rgba(255,255,255,.9);text-shadow:rgba(0,0,0,.5) 0 -1px 0}.dark-header .wptouch-menu .menu-tree>li.menu-item{border-bottom:1px solid rgba(0,0,0,.12);border-top:1px solid rgba(255,255,255,.06)}
themes/foundation/modules/menu/menu.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function wptouchFdnSetupMenu(e){menuContainer=jQuery("#"+e);var n=!1;menuContainer.find("li.menu-item ul").each(function(){0===jQuery(this).children().length&&jQuery(this).remove(),activeChildren=jQuery(this).children(".current-menu-item"),activeChildren.length>0&&(n=jQuery(this))}),jQuery('.menu-item > a[href*="#"]',menuContainer).on("click",function(n){target=jQuery(this).attr("href"),target.length>1&&(triggerButton=jQuery('[data-effect-target="'+e+'"]'),triggerButton.trigger("click"))}),menuContainer.find("li.menu-item").has("ul").addClass("has_children").prepend("<span></span>"),jQuery("ul li.has_children span",menuContainer).on("click",function(e){jQuery(this).toggleClass("toggle").parent().toggleClass("open-tree"),jQuery(this).parent().find("ul").first().toggle(),e.preventDefault(),e.stopPropagation()});var t=jQuery("ul.no-parent-links");jQuery(t).length&&menuContainer.each(function(){jQuery(t,this).off().on("click","li.has_children > a",function(e){jQuery(this).parent().find("span").trigger("click"),e.preventDefault(),e.stopPropagation()})}),n&&n.siblings("span").first().trigger("click")}function wptouchFdnSetupAllMenus(){jQuery(".show-hide-menu, .slide-menu").each(function(){var e=jQuery(this).prop("id");e&&wptouchFdnSetupMenu(e)})}function wptouchDoFdnMenuReady(){wptouchFdnSetupAllMenus()}jQuery(document).ready(function(){wptouchDoFdnMenuReady()});
themes/foundation/modules/menu/menu.php CHANGED
@@ -8,7 +8,7 @@ function foundation_menu_inline_style( $style_data ) {
8
  require_once( WPTOUCH_DIR . '/core/file-operations.php' );
9
  $dir = foundation_get_base_module_dir();
10
 
11
- return $style_data . wptouch_load_file( $dir . '/menu/menu.css' );
12
  }
13
 
14
  function foundation_get_page_walker( $walker, $menu_name ) {
@@ -56,9 +56,9 @@ function foundation_menu_init() {
56
 
57
  wp_enqueue_script(
58
  'foundation_menu',
59
- foundation_get_base_module_url() . '/menu/menu.js',
60
  array( 'jquery' ),
61
  md5( FOUNDATION_VERSION ),
62
  true
63
  );
64
- }
8
  require_once( WPTOUCH_DIR . '/core/file-operations.php' );
9
  $dir = foundation_get_base_module_dir();
10
 
11
+ return $style_data . wptouch_load_file( $dir . '/menu/menu.min.css' );
12
  }
13
 
14
  function foundation_get_page_walker( $walker, $menu_name ) {
56
 
57
  wp_enqueue_script(
58
  'foundation_menu',
59
+ foundation_get_base_module_url() . '/menu/menu.min.js',
60
  array( 'jquery' ),
61
  md5( FOUNDATION_VERSION ),
62
  true
63
  );
64
+ }
themes/foundation/modules/owlcarousel/owl.carousel.min.css CHANGED
@@ -1 +1 @@
1
- .owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
1
+ .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale .1s ease;-moz-transition:scale .1s ease;-ms-transition:scale .1s ease;-o-transition:scale .1s ease;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
themes/foundation/modules/owlcarousel/owl.carousel.min.js CHANGED
@@ -1,2 +1,2 @@
1
- !function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this.drag=a.extend({},m),this.state=a.extend({},n),this.e=a.extend({},o),this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._invalidated={},this._pipe=[],a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a[0].toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Pipe,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}function f(a){if(a.touches!==d)return{x:a.touches[0].pageX,y:a.touches[0].pageY};if(a.touches===d){if(a.pageX!==d)return{x:a.pageX,y:a.pageY};if(a.pageX===d)return{x:a.clientX,y:a.clientY}}}function g(a){var b,d,e=c.createElement("div"),f=a;for(b in f)if(d=f[b],"undefined"!=typeof e.style[d])return e=null,[d,b];return[!1]}function h(){return g(["transition","WebkitTransition","MozTransition","OTransition"])[1]}function i(){return g(["transform","WebkitTransform","MozTransform","OTransform","msTransform"])[0]}function j(){return g(["perspective","webkitPerspective","MozPerspective","OPerspective","MsPerspective"])[0]}function k(){return"ontouchstart"in b||!!navigator.msMaxTouchPoints}function l(){return b.navigator.msPointerEnabled}var m,n,o;m={start:0,startX:0,startY:0,current:0,currentX:0,currentY:0,offsetX:0,offsetY:0,distance:null,startTime:0,endTime:0,updatedX:0,targetEl:null},n={isTouch:!1,isScrolling:!1,isSwiping:!1,direction:!1,inMotion:!1},o={_onDragStart:null,_onDragMove:null,_onDragEnd:null,_transitionEnd:null,_resizer:null,_responsiveCall:null,_goToLoop:null,_checkVisibile:null},e.Defaults={items:3,loop:!1,center:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,responsiveClass:!1,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",themeClass:"owl-theme",baseClass:"owl-carousel",itemClass:"owl-item",centerClass:"center",activeClass:"active"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Plugins={},e.Pipe=[{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){var a=this._clones,b=this.$stage.children(".cloned");(b.length!==a.length||!this.settings.loop&&a.length>0)&&(this.$stage.children(".cloned").remove(),this._clones=[])}},{filter:["items","settings"],run:function(){var a,b,c=this._clones,d=this._items,e=this.settings.loop?c.length-Math.max(2*this.settings.items,4):0;for(a=0,b=Math.abs(e/2);b>a;a++)e>0?(this.$stage.children().eq(d.length+c.length-1).remove(),c.pop(),this.$stage.children().eq(0).remove(),c.pop()):(c.push(c.length/2),this.$stage.append(d[c[c.length-1]].clone().addClass("cloned")),c.push(d.length-1-(c.length-1)/2),this.$stage.prepend(d[c[c.length-1]].clone().addClass("cloned")))}},{filter:["width","items","settings"],run:function(){var a,b,c,d=this.settings.rtl?1:-1,e=(this.width()/this.settings.items).toFixed(3),f=0;for(this._coordinates=[],b=0,c=this._clones.length+this._items.length;c>b;b++)a=this._mergers[this.relative(b)],a=this.settings.mergeFit&&Math.min(a,this.settings.items)||a,f+=(this.settings.autoWidth?this._items[this.relative(b)].width()+this.settings.margin:e*a)*d,this._coordinates.push(f)}},{filter:["width","items","settings"],run:function(){var b,c,d=(this.width()/this.settings.items).toFixed(3),e={width:Math.abs(this._coordinates[this._coordinates.length-1])+2*this.settings.stagePadding,"padding-left":this.settings.stagePadding||"","padding-right":this.settings.stagePadding||""};if(this.$stage.css(e),e={width:this.settings.autoWidth?"auto":d-this.settings.margin},e[this.settings.rtl?"margin-left":"margin-right"]=this.settings.margin,!this.settings.autoWidth&&a.grep(this._mergers,function(a){return a>1}).length>0)for(b=0,c=this._coordinates.length;c>b;b++)e.width=Math.abs(this._coordinates[b])-Math.abs(this._coordinates[b-1]||0)-this.settings.margin,this.$stage.children().eq(b).css(e);else this.$stage.children().css(e)}},{filter:["width","items","settings"],run:function(a){a.current&&this.reset(this.$stage.children().index(a.current))}},{filter:["position"],run:function(){this.animate(this.coordinates(this._current))}},{filter:["width","position","items","settings"],run:function(){var a,b,c,d,e=this.settings.rtl?1:-1,f=2*this.settings.stagePadding,g=this.coordinates(this.current())+f,h=g+this.width()*e,i=[];for(c=0,d=this._coordinates.length;d>c;c++)a=this._coordinates[c-1]||0,b=Math.abs(this._coordinates[c])+f*e,(this.op(a,"<=",g)&&this.op(a,">",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children("."+this.settings.activeClass).removeClass(this.settings.activeClass),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass(this.settings.activeClass),this.settings.center&&(this.$stage.children("."+this.settings.centerClass).removeClass(this.settings.centerClass),this.$stage.children().eq(this.current()).addClass(this.settings.centerClass))}}],e.prototype.initialize=function(){if(this.trigger("initialize"),this.$element.addClass(this.settings.baseClass).addClass(this.settings.themeClass).toggleClass("owl-rtl",this.settings.rtl),this.browserSupport(),this.settings.autoWidth&&this.state.imagesLoaded!==!0){var b,c,e;if(b=this.$element.find("img"),c=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,e=this.$element.children(c).width(),b.length&&0>=e)return this.preloadAutoWidthImages(b),!1}this.$element.addClass("owl-loading"),this.$stage=a("<"+this.settings.stageElement+' class="owl-stage"/>').wrap('<div class="owl-stage-outer">'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this._width=this.$element.width(),this.refresh(),this.$element.removeClass("owl-loading").addClass("owl-loaded"),this.eventsCall(),this.internalEvents(),this.addTriggerableEvents(),this.trigger("initialized")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){b>=a&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),delete e.responsive,e.responsiveClass&&this.$element.attr("class",function(a,b){return b.replace(/\b owl-responsive-\S+/g,"")}).addClass("owl-responsive-"+d)):e=a.extend({},this.options),(null===this.settings||this._breakpoint!==d)&&(this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}}))},e.prototype.optionsLogic=function(){this.$element.toggleClass("owl-center",this.settings.center),this.settings.loop&&this._items.length<this.settings.items&&(this.settings.loop=!1),this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},e.prototype.prepare=function(b){var c=this.trigger("prepare",{content:b});return c.data||(c.data=a("<"+this.settings.itemElement+"/>").addClass(this.settings.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};c>b;)(this._invalidated.all||a.grep(this._pipe[b].filter,d).length>0)&&this._pipe[b].run(e),b++;this._invalidated={}},e.prototype.width=function(a){switch(a=a||e.Width.Default){case e.Width.Inner:case e.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},e.prototype.refresh=function(){if(0===this._items.length)return!1;(new Date).getTime();this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$stage.addClass("owl-refresh"),this.update(),this.$stage.removeClass("owl-refresh"),this.state.orientation=b.orientation,this.watchVisibility(),this.trigger("refreshed")},e.prototype.eventsCall=function(){this.e._onDragStart=a.proxy(function(a){this.onDragStart(a)},this),this.e._onDragMove=a.proxy(function(a){this.onDragMove(a)},this),this.e._onDragEnd=a.proxy(function(a){this.onDragEnd(a)},this),this.e._onResize=a.proxy(function(a){this.onResize(a)},this),this.e._transitionEnd=a.proxy(function(a){this.transitionEnd(a)},this),this.e._preventClick=a.proxy(function(a){this.preventClick(a)},this)},e.prototype.onThrottledResize=function(){b.clearTimeout(this.resizeTimer),this.resizeTimer=b.setTimeout(this.e._onResize,this.settings.responsiveRefreshRate)},e.prototype.onResize=function(){return this._items.length?this._width===this.$element.width()?!1:this.trigger("resize").isDefaultPrevented()?!1:(this._width=this.$element.width(),this.invalidate("width"),this.refresh(),void this.trigger("resized")):!1},e.prototype.eventsRouter=function(a){var b=a.type;"mousedown"===b||"touchstart"===b?this.onDragStart(a):"mousemove"===b||"touchmove"===b?this.onDragMove(a):"mouseup"===b||"touchend"===b?this.onDragEnd(a):"touchcancel"===b&&this.onDragEnd(a)},e.prototype.internalEvents=function(){var c=(k(),l());this.settings.mouseDrag?(this.$stage.on("mousedown",a.proxy(function(a){this.eventsRouter(a)},this)),this.$stage.on("dragstart",function(){return!1}),this.$stage.get(0).onselectstart=function(){return!1}):this.$element.addClass("owl-text-select-on"),this.settings.touchDrag&&!c&&this.$stage.on("touchstart touchcancel",a.proxy(function(a){this.eventsRouter(a)},this)),this.transitionEndVendor&&this.on(this.$stage.get(0),this.transitionEndVendor,this.e._transitionEnd,!1),this.settings.responsive!==!1&&this.on(b,"resize",a.proxy(this.onThrottledResize,this))},e.prototype.onDragStart=function(d){var e,g,h,i;if(e=d.originalEvent||d||b.event,3===e.which||this.state.isTouch)return!1;if("mousedown"===e.type&&this.$stage.addClass("owl-grab"),this.trigger("drag"),this.drag.startTime=(new Date).getTime(),this.speed(0),this.state.isTouch=!0,this.state.isScrolling=!1,this.state.isSwiping=!1,this.drag.distance=0,g=f(e).x,h=f(e).y,this.drag.offsetX=this.$stage.position().left,this.drag.offsetY=this.$stage.position().top,this.settings.rtl&&(this.drag.offsetX=this.$stage.position().left+this.$stage.width()-this.width()+this.settings.margin),this.state.inMotion&&this.support3d)i=this.getTransformProperty(),this.drag.offsetX=i,this.animate(i),this.state.inMotion=!0;else if(this.state.inMotion&&!this.support3d)return this.state.inMotion=!1,!1;this.drag.startX=g-this.drag.offsetX,this.drag.startY=h-this.drag.offsetY,this.drag.start=g-this.drag.startX,this.drag.targetEl=e.target||e.srcElement,this.drag.updatedX=this.drag.start,("IMG"===this.drag.targetEl.tagName||"A"===this.drag.targetEl.tagName)&&(this.drag.targetEl.draggable=!1),a(c).on("mousemove.owl.dragEvents mouseup.owl.dragEvents touchmove.owl.dragEvents touchend.owl.dragEvents",a.proxy(function(a){this.eventsRouter(a)},this))},e.prototype.onDragMove=function(a){var c,e,g,h,i,j;this.state.isTouch&&(this.state.isScrolling||(c=a.originalEvent||a||b.event,e=f(c).x,g=f(c).y,this.drag.currentX=e-this.drag.startX,this.drag.currentY=g-this.drag.startY,this.drag.distance=this.drag.currentX-this.drag.offsetX,this.drag.distance<0?this.state.direction=this.settings.rtl?"right":"left":this.drag.distance>0&&(this.state.direction=this.settings.rtl?"left":"right"),this.settings.loop?this.op(this.drag.currentX,">",this.coordinates(this.minimum()))&&"right"===this.state.direction?this.drag.currentX-=(this.settings.center&&this.coordinates(0))-this.coordinates(this._items.length):this.op(this.drag.currentX,"<",this.coordinates(this.maximum()))&&"left"===this.state.direction&&(this.drag.currentX+=(this.settings.center&&this.coordinates(0))-this.coordinates(this._items.length)):(h=this.coordinates(this.settings.rtl?this.maximum():this.minimum()),i=this.coordinates(this.settings.rtl?this.minimum():this.maximum()),j=this.settings.pullDrag?this.drag.distance/5:0,this.drag.currentX=Math.max(Math.min(this.drag.currentX,h+j),i+j)),(this.drag.distance>8||this.drag.distance<-8)&&(c.preventDefault!==d?c.preventDefault():c.returnValue=!1,this.state.isSwiping=!0),this.drag.updatedX=this.drag.currentX,(this.drag.currentY>16||this.drag.currentY<-16)&&this.state.isSwiping===!1&&(this.state.isScrolling=!0,this.drag.updatedX=this.drag.start),this.animate(this.drag.updatedX)))},e.prototype.onDragEnd=function(b){var d,e,f;if(this.state.isTouch){if("mouseup"===b.type&&this.$stage.removeClass("owl-grab"),this.trigger("dragged"),this.drag.targetEl.removeAttribute("draggable"),this.state.isTouch=!1,this.state.isScrolling=!1,this.state.isSwiping=!1,0===this.drag.distance&&this.state.inMotion!==!0)return this.state.inMotion=!1,!1;this.drag.endTime=(new Date).getTime(),d=this.drag.endTime-this.drag.startTime,e=Math.abs(this.drag.distance),(e>3||d>300)&&this.removeClick(this.drag.targetEl),f=this.closest(this.drag.updatedX),this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(f),this.invalidate("position"),this.update(),this.settings.pullDrag||this.drag.updatedX!==this.coordinates(f)||this.transitionEnd(),this.drag.distance=0,a(c).off(".owl.dragEvents")}},e.prototype.removeClick=function(c){this.drag.targetEl=c,a(c).on("click.preventClick",this.e._preventClick),b.setTimeout(function(){a(c).off("click.preventClick")},300)},e.prototype.preventClick=function(b){b.preventDefault?b.preventDefault():b.returnValue=!1,b.stopPropagation&&b.stopPropagation(),a(b.target).off("click.preventClick")},e.prototype.getTransformProperty=function(){var a,c;return a=b.getComputedStyle(this.$stage.get(0),null).getPropertyValue(this.vendorName+"transform"),a=a.replace(/matrix(3d)?\(|\)/g,"").split(","),c=16===a.length,c!==!0?a[4]:a[12]},e.prototype.closest=function(b){var c=-1,d=30,e=this.width(),f=this.coordinates();return this.settings.freeDrag||a.each(f,a.proxy(function(a,g){return b>g-d&&g+d>b?c=a:this.op(b,"<",g)&&this.op(b,">",f[a+1]||g-e)&&(c="left"===this.state.direction?a+1:a),-1===c},this)),this.settings.loop||(this.op(b,">",f[this.minimum()])?c=b=this.minimum():this.op(b,"<",f[this.maximum()])&&(c=b=this.maximum())),c},e.prototype.animate=function(b){this.trigger("translate"),this.state.inMotion=this.speed()>0,this.support3d?this.$stage.css({transform:"translate3d("+b+"px,0px, 0px)",transition:this.speed()/1e3+"s"}):this.state.isTouch?this.$stage.css({left:b+"px"}):this.$stage.animate({left:b},this.speed()/1e3,this.settings.fallbackEasing,a.proxy(function(){this.state.inMotion&&this.transitionEnd()},this))},e.prototype.current=function(a){if(a===d)return this._current;if(0===this._items.length)return d;if(a=this.normalize(a),this._current!==a){var b=this.trigger("change",{property:{name:"position",value:a}});b.data!==d&&(a=this.normalize(b.data)),this._current=a,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},e.prototype.invalidate=function(a){this._invalidated[a]=!0},e.prototype.reset=function(a){a=this.normalize(a),a!==d&&(this._speed=0,this._current=a,this.suppress(["translate","translated"]),this.animate(this.coordinates(a)),this.release(["translate","translated"]))},e.prototype.normalize=function(b,c){var e=c?this._items.length:this._items.length+this._clones.length;return!a.isNumeric(b)||1>e?d:b=this._clones.length?(b%e+e)%e:Math.max(this.minimum(c),Math.min(this.maximum(c),b))},e.prototype.relative=function(a){return a=this.normalize(a),a-=this._clones.length/2,this.normalize(a,!0)},e.prototype.maximum=function(a){var b,c,d,e=0,f=this.settings;if(a)return this._items.length-1;if(!f.loop&&f.center)b=this._items.length-1;else if(f.loop||f.center)if(f.loop||f.center)b=this._items.length+f.items;else{if(!f.autoWidth&&!f.merge)throw"Can not detect maximum absolute position.";for(revert=f.rtl?1:-1,c=this.$stage.width()-this.$element.width();(d=this.coordinates(e))&&!(d*revert>=c);)b=++e}else b=this._items.length-f.items;return b},e.prototype.minimum=function(a){return a?0:this._clones.length/2},e.prototype.items=function(a){return a===d?this._items.slice():(a=this.normalize(a,!0),this._items[a])},e.prototype.mergers=function(a){return a===d?this._mergers.slice():(a=this.normalize(a,!0),this._mergers[a])},e.prototype.clones=function(b){var c=this._clones.length/2,e=c+this._items.length,f=function(a){return a%2===0?e+a/2:c-(a+1)/2};return b===d?a.map(this._clones,function(a,b){return f(b)}):a.map(this._clones,function(a,c){return a===b?f(c):null})},e.prototype.speed=function(a){return a!==d&&(this._speed=a),this._speed},e.prototype.coordinates=function(b){var c=null;return b===d?a.map(this._coordinates,a.proxy(function(a,b){return this.coordinates(b)},this)):(this.settings.center?(c=this._coordinates[b],c+=(this.width()-c+(this._coordinates[b-1]||0))/2*(this.settings.rtl?-1:1)):c=this._coordinates[b-1]||0,c)},e.prototype.duration=function(a,b,c){return Math.min(Math.max(Math.abs(b-a),1),6)*Math.abs(c||this.settings.smartSpeed)},e.prototype.to=function(c,d){if(this.settings.loop){var e=c-this.relative(this.current()),f=this.current(),g=this.current(),h=this.current()+e,i=0>g-h?!0:!1,j=this._clones.length+this._items.length;h<this.settings.items&&i===!1?(f=g+this._items.length,this.reset(f)):h>=j-this.settings.items&&i===!0&&(f=g-this._items.length,this.reset(f)),b.clearTimeout(this.e._goToLoop),this.e._goToLoop=b.setTimeout(a.proxy(function(){this.speed(this.duration(this.current(),f+e,d)),this.current(f+e),this.update()},this),30)}else this.speed(this.duration(this.current(),c,d)),this.current(c),this.update()},e.prototype.next=function(a){a=a||!1,this.to(this.relative(this.current())+1,a)},e.prototype.prev=function(a){a=a||!1,this.to(this.relative(this.current())-1,a)},e.prototype.transitionEnd=function(a){return a!==d&&(a.stopPropagation(),(a.target||a.srcElement||a.originalTarget)!==this.$stage.get(0))?!1:(this.state.inMotion=!1,void this.trigger("translated"))},e.prototype.viewport=function(){var d;if(this.options.responsiveBaseElement!==b)d=a(this.options.responsiveBaseElement).width();else if(b.innerWidth)d=b.innerWidth;else{if(!c.documentElement||!c.documentElement.clientWidth)throw"Can not detect viewport width.";d=c.documentElement.clientWidth}return d},e.prototype.replace=function(b){this.$stage.empty(),this._items=[],b&&(b=b instanceof jQuery?b:a(b)),this.settings.nestedItemSelector&&(b=b.find("."+this.settings.nestedItemSelector)),b.filter(function(){return 1===this.nodeType}).each(a.proxy(function(a,b){b=this.prepare(b),this.$stage.append(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)},this)),this.reset(a.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},e.prototype.add=function(a,b){b=b===d?this._items.length:this.normalize(b,!0),this.trigger("add",{content:a,position:b}),0===this._items.length||b===this._items.length?(this.$stage.append(a),this._items.push(a),this._mergers.push(1*a.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)):(this._items[b].before(a),this._items.splice(b,0,a),this._mergers.splice(b,0,1*a.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)),this.invalidate("items"),this.trigger("added",{content:a,position:b})},e.prototype.remove=function(a){a=this.normalize(a,!0),a!==d&&(this.trigger("remove",{content:this._items[a],position:a}),this._items[a].remove(),this._items.splice(a,1),this._mergers.splice(a,1),this.invalidate("items"),this.trigger("removed",{content:null,position:a}))},e.prototype.addTriggerableEvents=function(){var b=a.proxy(function(b,c){return a.proxy(function(a){a.relatedTarget!==this&&(this.suppress([c]),b.apply(this,[].slice.call(arguments,1)),this.release([c]))},this)},this);a.each({next:this.next,prev:this.prev,to:this.to,destroy:this.destroy,refresh:this.refresh,replace:this.replace,add:this.add,remove:this.remove},a.proxy(function(a,c){this.$element.on(a+".owl.carousel",b(c,a+".owl.carousel"))},this))},e.prototype.watchVisibility=function(){function c(a){return a.offsetWidth>0&&a.offsetHeight>0}function d(){c(this.$element.get(0))&&(this.$element.removeClass("owl-hidden"),this.refresh(),b.clearInterval(this.e._checkVisibile))}c(this.$element.get(0))||(this.$element.addClass("owl-hidden"),b.clearInterval(this.e._checkVisibile),this.e._checkVisibile=b.setInterval(a.proxy(d,this),500))},e.prototype.preloadAutoWidthImages=function(b){var c,d,e,f;c=0,d=this,b.each(function(g,h){e=a(h),f=new Image,f.onload=function(){c++,e.attr("src",f.src),e.css("opacity",1),c>=b.length&&(d.state.imagesLoaded=!0,d.initialize())},f.src=e.attr("src")||e.attr("data-src")||e.attr("data-src-retina")})},e.prototype.destroy=function(){this.$element.hasClass(this.settings.themeClass)&&this.$element.removeClass(this.settings.themeClass),this.settings.responsive!==!1&&a(b).off("resize.owl.carousel"),this.transitionEndVendor&&this.off(this.$stage.get(0),this.transitionEndVendor,this.e._transitionEnd);for(var d in this._plugins)this._plugins[d].destroy();(this.settings.mouseDrag||this.settings.touchDrag)&&(this.$stage.off("mousedown touchstart touchcancel"),a(c).off(".owl.dragEvents"),this.$stage.get(0).onselectstart=function(){},this.$stage.off("dragstart",function(){return!1})),this.$element.off(".owl"),this.$stage.children(".cloned").remove(),this.e=null,this.$element.removeData("owlCarousel"),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$stage.unwrap()},e.prototype.op=function(a,b,c){var d=this.settings.rtl;switch(b){case"<":return d?a>c:c>a;case">":return d?c>a:a>c;case">=":return d?c>=a:a>=c;case"<=":return d?a>=c:c>=a}},e.prototype.on=function(a,b,c,d){a.addEventListener?a.addEventListener(b,c,d):a.attachEvent&&a.attachEvent("on"+b,c)},e.prototype.off=function(a,b,c,d){a.removeEventListener?a.removeEventListener(b,c,d):a.detachEvent&&a.detachEvent("on"+b,c)},e.prototype.trigger=function(b,c,d){var e={item:{count:this._items.length,index:this.current()}},f=a.camelCase(a.grep(["on",b,d],function(a){return a}).join("-").toLowerCase()),g=a.Event([b,"owl",d||"carousel"].join(".").toLowerCase(),a.extend({relatedTarget:this},e,c));return this._supress[b]||(a.each(this._plugins,function(a,b){b.onTrigger&&b.onTrigger(g)}),this.$element.trigger(g),this.settings&&"function"==typeof this.settings[f]&&this.settings[f].apply(this,g)),g},e.prototype.suppress=function(b){a.each(b,a.proxy(function(a,b){this._supress[b]=!0},this))},e.prototype.release=function(b){a.each(b,a.proxy(function(a,b){delete this._supress[b]},this))},e.prototype.browserSupport=function(){if(this.support3d=j(),this.support3d){this.transformVendor=i();var a=["transitionend","webkitTransitionEnd","transitionend","oTransitionEnd"];this.transitionEndVendor=a[h()],this.vendorName=this.transformVendor.replace(/Transform/i,""),this.vendorName=""!==this.vendorName?"-"+this.vendorName.toLowerCase()+"-":""}this.state.orientation=b.orientation},a.fn.owlCarousel=function(b){return this.each(function(){a(this).data("owlCarousel")||a(this).data("owlCarousel",new e(this,b))})},a.fn.owlCarousel.Constructor=e}(window.Zepto||window.jQuery,window,document),function(a,b){var c=function(b){this._core=b,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel":a.proxy(function(b){if(b.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(b.property&&"position"==b.property.name||"initialized"==b.type))for(var c=this._core.settings,d=c.center&&Math.ceil(c.items/2)||c.items,e=c.center&&-1*d||0,f=(b.property&&b.property.value||this._core.current())+e,g=this._core.clones().length,h=a.proxy(function(a,b){this.load(b)},this);e++<d;)this.load(g/2+this._core.relative(f)),g&&a.each(this._core.clones(this._core.relative(f++)),h)},this)},this._core.options=a.extend({},c.Defaults,this._core.options),this._core.$element.on(this._handlers)};c.Defaults={lazyLoad:!1},c.prototype.load=function(c){var d=this._core.$stage.children().eq(c),e=d&&d.find(".owl-lazy");!e||a.inArray(d.get(0),this._loaded)>-1||(e.each(a.proxy(function(c,d){var e,f=a(d),g=b.devicePixelRatio>1&&f.attr("data-src-retina")||f.attr("data-src");this._core.trigger("load",{element:f,url:g},"lazy"),f.is("img")?f.one("load.owl.lazy",a.proxy(function(){f.css("opacity",1),this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("src",g):(e=new Image,e.onload=a.proxy(function(){f.css({"background-image":"url("+g+")",opacity:"1"}),this._core.trigger("loaded",{element:f,url:g},"lazy")},this),e.src=g)},this)),this._loaded.push(d.get(0)))},c.prototype.destroy=function(){var a,b;for(a in this.handlers)this._core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Lazy=c}(window.Zepto||window.jQuery,window,document),function(a){var b=function(c){this._core=c,this._handlers={"initialized.owl.carousel":a.proxy(function(){this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":a.proxy(function(a){this._core.settings.autoHeight&&"position"==a.property.name&&this.update()},this),"loaded.owl.lazy":a.proxy(function(a){this._core.settings.autoHeight&&a.element.closest("."+this._core.settings.itemClass)===this._core.$stage.children().eq(this._core.current())&&this.update()},this)},this._core.options=a.extend({},b.Defaults,this._core.options),this._core.$element.on(this._handlers)};b.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},b.prototype.update=function(){this._core.$stage.parent().height(this._core.$stage.children().eq(this._core.current()).height()).addClass(this._core.settings.autoHeightClass)},b.prototype.destroy=function(){var a,b;for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoHeight=b}(window.Zepto||window.jQuery,window,document),function(a,b,c){var d=function(b){this._core=b,this._videos={},this._playing=null,this._fullscreen=!1,this._handlers={"resize.owl.carousel":a.proxy(function(a){this._core.settings.video&&!this.isInFullScreen()&&a.preventDefault()},this),"refresh.owl.carousel changed.owl.carousel":a.proxy(function(){this._playing&&this.stop()},this),"prepared.owl.carousel":a.proxy(function(b){var c=a(b.content).find(".owl-video");c.length&&(c.css("display","none"),this.fetch(c,a(b.content)))},this)},this._core.options=a.extend({},d.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",a.proxy(function(a){this.play(a)},this))};d.Defaults={video:!1,videoHeight:!1,videoWidth:!1},d.prototype.fetch=function(a,b){var c=a.attr("data-vimeo-id")?"vimeo":"youtube",d=a.attr("data-vimeo-id")||a.attr("data-youtube-id"),e=a.attr("data-width")||this._core.settings.videoWidth,f=a.attr("data-height")||this._core.settings.videoHeight,g=a.attr("href");if(!g)throw new Error("Missing video URL.");if(d=g.match(/(http:|https:|)\/\/(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),d[3].indexOf("youtu")>-1)c="youtube";else{if(!(d[3].indexOf("vimeo")>-1))throw new Error("Video URL not supported.");c="vimeo"}d=d[6],this._videos[g]={type:c,id:d,width:e,height:f},b.attr("data-video",g),this.thumbnail(a,this._videos[g])},d.prototype.thumbnail=function(b,c){var d,e,f,g=c.width&&c.height?'style="width:'+c.width+"px;height:"+c.height+'px;"':"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(a){e='<div class="owl-video-play-icon"></div>',d=k.lazyLoad?'<div class="owl-video-tn '+j+'" '+i+'="'+a+'"></div>':'<div class="owl-video-tn" style="opacity:1;background-image:url('+a+')"></div>',b.after(d),b.after(e)};return b.wrap('<div class="owl-video-wrapper"'+g+"></div>"),this._core.settings.lazyLoad&&(i="data-src",j="owl-lazy"),h.length?(l(h.attr(i)),h.remove(),!1):void("youtube"===c.type?(f="http://img.youtube.com/vi/"+c.id+"/hqdefault.jpg",l(f)):"vimeo"===c.type&&a.ajax({type:"GET",url:"http://vimeo.com/api/v2/video/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a[0].thumbnail_large,l(f)}}))},d.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null},d.prototype.play=function(b){this._core.trigger("play",null,"video"),this._playing&&this.stop();var c,d,e=a(b.target||b.srcElement),f=e.closest("."+this._core.settings.itemClass),g=this._videos[f.attr("data-video")],h=g.width||"100%",i=g.height||this._core.$stage.height();"youtube"===g.type?c='<iframe width="'+h+'" height="'+i+'" src="http://www.youtube.com/embed/'+g.id+"?autoplay=1&v="+g.id+'" frameborder="0" allowfullscreen></iframe>':"vimeo"===g.type&&(c='<iframe src="http://player.vimeo.com/video/'+g.id+'?autoplay=1" width="'+h+'" height="'+i+'" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),f.addClass("owl-video-playing"),this._playing=f,d=a('<div style="height:'+i+"px; width:"+h+'px" class="owl-video-frame">'+c+"</div>"),e.after(d)},d.prototype.isInFullScreen=function(){var d=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return d&&a(d).parent().hasClass("owl-video-frame")&&(this._core.speed(0),this._fullscreen=!0),d&&this._fullscreen&&this._playing?!1:this._fullscreen?(this._fullscreen=!1,!1):this._playing&&this._core.state.orientation!==b.orientation?(this._core.state.orientation=b.orientation,!1):!0},d.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=d}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){this.swapping="translated"==a.type},this),"translate.owl.carousel":a.proxy(function(){this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&this.core.support3d){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c)),f&&e.addClass("animated owl-animated-in").addClass(f).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.transitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c){var d=function(b){this.core=b,this.core.options=a.extend({},d.Defaults,this.core.options),this.handlers={"translated.owl.carousel refreshed.owl.carousel":a.proxy(function(){this.autoplay()
2
- },this),"play.owl.autoplay":a.proxy(function(a,b,c){this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(){this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.autoplay()},this)},this.core.$element.on(this.handlers)};d.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},d.prototype.autoplay=function(){this.core.settings.autoplay&&!this.core.state.videoPlay?(b.clearInterval(this.interval),this.interval=b.setInterval(a.proxy(function(){this.play()},this),this.core.settings.autoplayTimeout)):b.clearInterval(this.interval)},d.prototype.play=function(){return c.hidden===!0||this.core.state.isTouch||this.core.state.isScrolling||this.core.state.isSwiping||this.core.state.inMotion?void 0:this.core.settings.autoplay===!1?void b.clearInterval(this.interval):void this.core.next(this.core.settings.autoplaySpeed)},d.prototype.stop=function(){b.clearInterval(this.interval)},d.prototype.pause=function(){b.clearInterval(this.interval)},d.prototype.destroy=function(){var a,c;b.clearInterval(this.interval);for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=d}(window.Zepto||window.jQuery,window,document),function(a){"use strict";var b=function(c){this._core=c,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.push(a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"add.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.splice(b.position,0,a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"remove.owl.carousel prepared.owl.carousel":a.proxy(function(a){this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"change.owl.carousel":a.proxy(function(a){if("position"==a.property.name&&!this._core.state.revert&&!this._core.settings.loop&&this._core.settings.navRewind){var b=this._core.current(),c=this._core.maximum(),d=this._core.minimum();a.data=a.property.value>c?b>=c?d:c:a.property.value<d?c:a.property.value}},this),"changed.owl.carousel":a.proxy(function(a){"position"==a.property.name&&this.draw()},this),"refreshed.owl.carousel":a.proxy(function(){this._initialized||(this.initialize(),this._initialized=!0),this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation")},this)},this._core.options=a.extend({},b.Defaults,this._core.options),this.$element.on(this._handlers)};b.Defaults={nav:!1,navRewind:!0,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotData:!1,dotsSpeed:!1,dotsContainer:!1,controlsClass:"owl-controls"},b.prototype.initialize=function(){var b,c,d=this._core.settings;d.dotsData||(this._templates=[a("<div>").addClass(d.dotClass).append(a("<span>")).prop("outerHTML")]),d.navContainer&&d.dotsContainer||(this._controls.$container=a("<div>").addClass(d.controlsClass).appendTo(this.$element)),this._controls.$indicators=d.dotsContainer?a(d.dotsContainer):a("<div>").hide().addClass(d.dotsClass).appendTo(this._controls.$container),this._controls.$indicators.on("click","div",a.proxy(function(b){var c=a(b.target).parent().is(this._controls.$indicators)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(c,d.dotsSpeed)},this)),b=d.navContainer?a(d.navContainer):a("<div>").addClass(d.navContainerClass).prependTo(this._controls.$container),this._controls.$next=a("<"+d.navElement+">"),this._controls.$previous=this._controls.$next.clone(),this._controls.$previous.addClass(d.navClass[0]).html(d.navText[0]).hide().prependTo(b).on("click",a.proxy(function(){this.prev(d.navSpeed)},this)),this._controls.$next.addClass(d.navClass[1]).html(d.navText[1]).hide().appendTo(b).on("click",a.proxy(function(){this.next(d.navSpeed)},this));for(c in this._overrides)this._core[c]=a.proxy(this[c],this)},b.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},b.prototype.update=function(){var a,b,c,d=this._core.settings,e=this._core.clones().length/2,f=e+this._core.items().length,g=d.center||d.autoWidth||d.dotData?1:d.dotsEach||d.items;if("page"!==d.slideBy&&(d.slideBy=Math.min(d.slideBy,d.items)),d.dots||"page"==d.slideBy)for(this._pages=[],a=e,b=0,c=0;f>a;a++)(b>=g||0===b)&&(this._pages.push({start:a-e,end:a-e+g-1}),b=0,++c),b+=this._core.mergers(this._core.relative(a))},b.prototype.draw=function(){var b,c,d="",e=this._core.settings,f=(this._core.$stage.children(),this._core.relative(this._core.current()));if(!e.nav||e.loop||e.navRewind||(this._controls.$previous.toggleClass("disabled",0>=f),this._controls.$next.toggleClass("disabled",f>=this._core.maximum())),this._controls.$previous.toggle(e.nav),this._controls.$next.toggle(e.nav),e.dots){if(b=this._pages.length-this._controls.$indicators.children().length,e.dotData&&0!==b){for(c=0;c<this._controls.$indicators.children().length;c++)d+=this._templates[this._core.relative(c)];this._controls.$indicators.html(d)}else b>0?(d=new Array(b+1).join(this._templates[0]),this._controls.$indicators.append(d)):0>b&&this._controls.$indicators.children().slice(b).remove();this._controls.$indicators.find(".active").removeClass("active"),this._controls.$indicators.children().eq(a.inArray(this.current(),this._pages)).addClass("active")}this._controls.$indicators.toggle(e.dots)},b.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotData?1:c.dotsEach||c.items)}},b.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,function(a){return a.start<=b&&a.end>=b}).pop()},b.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},b.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},b.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},b.prototype.to=function(b,c,d){var e;d?a.proxy(this._overrides.to,this._core)(b,c):(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c))},a.fn.owlCarousel.Constructor.Plugins.Navigation=b}(window.Zepto||window.jQuery,window,document),function(a,b){"use strict";var c=function(d){this._core=d,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(){"URLHash"==this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){var c=a(b.content).find("[data-hash]").andSelf("[data-hash]").attr("data-hash");this._hashes[c]=b.content},this)},this._core.options=a.extend({},c.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(){var a=b.location.hash.substring(1),c=this._core.$stage.children(),d=this._hashes[a]&&c.index(this._hashes[a])||0;return a?void this._core.to(d,!1,!0):!1},this))};c.Defaults={URLhashListener:!1},c.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=c}(window.Zepto||window.jQuery,window,document);
1
+ !function(t,e,i,s){function n(e,i){this.settings=null,this.options=t.extend({},n.Defaults,i),this.$element=t(e),this.drag=t.extend({},p),this.state=t.extend({},u),this.e=t.extend({},g),this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._invalidated={},this._pipe=[],t.each(n.Plugins,t.proxy(function(t,e){this._plugins[t[0].toLowerCase()+t.slice(1)]=new e(this)},this)),t.each(n.Pipe,t.proxy(function(e,i){this._pipe.push({filter:i.filter,run:t.proxy(i.run,this)})},this)),this.setup(),this.initialize()}function o(t){if(t.touches!==s)return{x:t.touches[0].pageX,y:t.touches[0].pageY};if(t.touches===s){if(t.pageX!==s)return{x:t.pageX,y:t.pageY};if(t.pageX===s)return{x:t.clientX,y:t.clientY}}}function r(t){var e,s,n=i.createElement("div"),o=t;for(e in o)if(s=o[e],"undefined"!=typeof n.style[s])return n=null,[s,e];return[!1]}function a(){return r(["transition","WebkitTransition","MozTransition","OTransition"])[1]}function h(){return r(["transform","WebkitTransform","MozTransform","OTransform","msTransform"])[0]}function l(){return r(["perspective","webkitPerspective","MozPerspective","OPerspective","MsPerspective"])[0]}function c(){return"ontouchstart"in e||!!navigator.msMaxTouchPoints}function d(){return e.navigator.msPointerEnabled}var p,u,g;p={start:0,startX:0,startY:0,current:0,currentX:0,currentY:0,offsetX:0,offsetY:0,distance:null,startTime:0,endTime:0,updatedX:0,targetEl:null},u={isTouch:!1,isScrolling:!1,isSwiping:!1,direction:!1,inMotion:!1},g={_onDragStart:null,_onDragMove:null,_onDragEnd:null,_transitionEnd:null,_resizer:null,_responsiveCall:null,_goToLoop:null,_checkVisibile:null},n.Defaults={items:3,loop:!1,center:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:e,responsiveClass:!1,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",themeClass:"owl-theme",baseClass:"owl-carousel",itemClass:"owl-item",centerClass:"center",activeClass:"active"},n.Width={Default:"default",Inner:"inner",Outer:"outer"},n.Plugins={},n.Pipe=[{filter:["width","items","settings"],run:function(t){t.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){var t=this._clones,e=this.$stage.children(".cloned");(e.length!==t.length||!this.settings.loop&&t.length>0)&&(this.$stage.children(".cloned").remove(),this._clones=[])}},{filter:["items","settings"],run:function(){var t,e,i=this._clones,s=this._items,n=this.settings.loop?i.length-Math.max(2*this.settings.items,4):0;for(t=0,e=Math.abs(n/2);t<e;t++)n>0?(this.$stage.children().eq(s.length+i.length-1).remove(),i.pop(),this.$stage.children().eq(0).remove(),i.pop()):(i.push(i.length/2),this.$stage.append(s[i[i.length-1]].clone().addClass("cloned")),i.push(s.length-1-(i.length-1)/2),this.$stage.prepend(s[i[i.length-1]].clone().addClass("cloned")))}},{filter:["width","items","settings"],run:function(){var t,e,i,s=this.settings.rtl?1:-1,n=(this.width()/this.settings.items).toFixed(3),o=0;for(this._coordinates=[],e=0,i=this._clones.length+this._items.length;e<i;e++)t=this._mergers[this.relative(e)],t=this.settings.mergeFit&&Math.min(t,this.settings.items)||t,o+=(this.settings.autoWidth?this._items[this.relative(e)].width()+this.settings.margin:n*t)*s,this._coordinates.push(o)}},{filter:["width","items","settings"],run:function(){var e,i,s=(this.width()/this.settings.items).toFixed(3),n={width:Math.abs(this._coordinates[this._coordinates.length-1])+2*this.settings.stagePadding,"padding-left":this.settings.stagePadding||"","padding-right":this.settings.stagePadding||""};if(this.$stage.css(n),n={width:this.settings.autoWidth?"auto":s-this.settings.margin},n[this.settings.rtl?"margin-left":"margin-right"]=this.settings.margin,!this.settings.autoWidth&&t.grep(this._mergers,function(t){return t>1}).length>0)for(e=0,i=this._coordinates.length;e<i;e++)n.width=Math.abs(this._coordinates[e])-Math.abs(this._coordinates[e-1]||0)-this.settings.margin,this.$stage.children().eq(e).css(n);else this.$stage.children().css(n)}},{filter:["width","items","settings"],run:function(t){t.current&&this.reset(this.$stage.children().index(t.current))}},{filter:["position"],run:function(){this.animate(this.coordinates(this._current))}},{filter:["width","position","items","settings"],run:function(){var t,e,i,s,n=this.settings.rtl?1:-1,o=2*this.settings.stagePadding,r=this.coordinates(this.current())+o,a=r+this.width()*n,h=[];for(i=0,s=this._coordinates.length;i<s;i++)t=this._coordinates[i-1]||0,e=Math.abs(this._coordinates[i])+o*n,(this.op(t,"<=",r)&&this.op(t,">",a)||this.op(e,"<",r)&&this.op(e,">",a))&&h.push(i);this.$stage.children("."+this.settings.activeClass).removeClass(this.settings.activeClass),this.$stage.children(":eq("+h.join("), :eq(")+")").addClass(this.settings.activeClass),this.settings.center&&(this.$stage.children("."+this.settings.centerClass).removeClass(this.settings.centerClass),this.$stage.children().eq(this.current()).addClass(this.settings.centerClass))}}],n.prototype.initialize=function(){if(this.trigger("initialize"),this.$element.addClass(this.settings.baseClass).addClass(this.settings.themeClass).toggleClass("owl-rtl",this.settings.rtl),this.browserSupport(),this.settings.autoWidth&&this.state.imagesLoaded!==!0){var e,i,n;if(e=this.$element.find("img"),i=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:s,n=this.$element.children(i).width(),e.length&&n<=0)return this.preloadAutoWidthImages(e),!1}this.$element.addClass("owl-loading"),this.$stage=t("<"+this.settings.stageElement+' class="owl-stage"/>').wrap('<div class="owl-stage-outer">'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this._width=this.$element.width(),this.refresh(),this.$element.removeClass("owl-loading").addClass("owl-loaded"),this.eventsCall(),this.internalEvents(),this.addTriggerableEvents(),this.trigger("initialized")},n.prototype.setup=function(){var e=this.viewport(),i=this.options.responsive,s=-1,n=null;i?(t.each(i,function(t){t<=e&&t>s&&(s=Number(t))}),n=t.extend({},this.options,i[s]),delete n.responsive,n.responsiveClass&&this.$element.attr("class",function(t,e){return e.replace(/\b owl-responsive-\S+/g,"")}).addClass("owl-responsive-"+s)):n=t.extend({},this.options),null!==this.settings&&this._breakpoint===s||(this.trigger("change",{property:{name:"settings",value:n}}),this._breakpoint=s,this.settings=n,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}}))},n.prototype.optionsLogic=function(){this.$element.toggleClass("owl-center",this.settings.center),this.settings.loop&&this._items.length<this.settings.items&&(this.settings.loop=!1),this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},n.prototype.prepare=function(e){var i=this.trigger("prepare",{content:e});return i.data||(i.data=t("<"+this.settings.itemElement+"/>").addClass(this.settings.itemClass).append(e)),this.trigger("prepared",{content:i.data}),i.data},n.prototype.update=function(){for(var e=0,i=this._pipe.length,s=t.proxy(function(t){return this[t]},this._invalidated),n={};e<i;)(this._invalidated.all||t.grep(this._pipe[e].filter,s).length>0)&&this._pipe[e].run(n),e++;this._invalidated={}},n.prototype.width=function(t){switch(t=t||n.Width.Default){case n.Width.Inner:case n.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},n.prototype.refresh=function(){if(0===this._items.length)return!1;(new Date).getTime();this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$stage.addClass("owl-refresh"),this.update(),this.$stage.removeClass("owl-refresh"),this.state.orientation=e.orientation,this.watchVisibility(),this.trigger("refreshed")},n.prototype.eventsCall=function(){this.e._onDragStart=t.proxy(function(t){this.onDragStart(t)},this),this.e._onDragMove=t.proxy(function(t){this.onDragMove(t)},this),this.e._onDragEnd=t.proxy(function(t){this.onDragEnd(t)},this),this.e._onResize=t.proxy(function(t){this.onResize(t)},this),this.e._transitionEnd=t.proxy(function(t){this.transitionEnd(t)},this),this.e._preventClick=t.proxy(function(t){this.preventClick(t)},this)},n.prototype.onThrottledResize=function(){e.clearTimeout(this.resizeTimer),this.resizeTimer=e.setTimeout(this.e._onResize,this.settings.responsiveRefreshRate)},n.prototype.onResize=function(){return!!this._items.length&&(this._width!==this.$element.width()&&(!this.trigger("resize").isDefaultPrevented()&&(this._width=this.$element.width(),this.invalidate("width"),this.refresh(),void this.trigger("resized"))))},n.prototype.eventsRouter=function(t){var e=t.type;"mousedown"===e||"touchstart"===e?this.onDragStart(t):"mousemove"===e||"touchmove"===e?this.onDragMove(t):"mouseup"===e||"touchend"===e?this.onDragEnd(t):"touchcancel"===e&&this.onDragEnd(t)},n.prototype.internalEvents=function(){var i=(c(),d());this.settings.mouseDrag?(this.$stage.on("mousedown",t.proxy(function(t){this.eventsRouter(t)},this)),this.$stage.on("dragstart",function(){return!1}),this.$stage.get(0).onselectstart=function(){return!1}):this.$element.addClass("owl-text-select-on"),this.settings.touchDrag&&!i&&this.$stage.on("touchstart touchcancel",t.proxy(function(t){this.eventsRouter(t)},this)),this.transitionEndVendor&&this.on(this.$stage.get(0),this.transitionEndVendor,this.e._transitionEnd,!1),this.settings.responsive!==!1&&this.on(e,"resize",t.proxy(this.onThrottledResize,this))},n.prototype.onDragStart=function(s){var n,r,a,h;if(n=s.originalEvent||s||e.event,3===n.which||this.state.isTouch)return!1;if("mousedown"===n.type&&this.$stage.addClass("owl-grab"),this.trigger("drag"),this.drag.startTime=(new Date).getTime(),this.speed(0),this.state.isTouch=!0,this.state.isScrolling=!1,this.state.isSwiping=!1,this.drag.distance=0,r=o(n).x,a=o(n).y,this.drag.offsetX=this.$stage.position().left,this.drag.offsetY=this.$stage.position().top,this.settings.rtl&&(this.drag.offsetX=this.$stage.position().left+this.$stage.width()-this.width()+this.settings.margin),this.state.inMotion&&this.support3d)h=this.getTransformProperty(),this.drag.offsetX=h,this.animate(h),this.state.inMotion=!0;else if(this.state.inMotion&&!this.support3d)return this.state.inMotion=!1,!1;this.drag.startX=r-this.drag.offsetX,this.drag.startY=a-this.drag.offsetY,this.drag.start=r-this.drag.startX,this.drag.targetEl=n.target||n.srcElement,this.drag.updatedX=this.drag.start,"IMG"!==this.drag.targetEl.tagName&&"A"!==this.drag.targetEl.tagName||(this.drag.targetEl.draggable=!1),t(i).on("mousemove.owl.dragEvents mouseup.owl.dragEvents touchmove.owl.dragEvents touchend.owl.dragEvents",t.proxy(function(t){this.eventsRouter(t)},this))},n.prototype.onDragMove=function(t){var i,n,r,a,h,l;this.state.isTouch&&(this.state.isScrolling||(i=t.originalEvent||t||e.event,n=o(i).x,r=o(i).y,this.drag.currentX=n-this.drag.startX,this.drag.currentY=r-this.drag.startY,this.drag.distance=this.drag.currentX-this.drag.offsetX,this.drag.distance<0?this.state.direction=this.settings.rtl?"right":"left":this.drag.distance>0&&(this.state.direction=this.settings.rtl?"left":"right"),this.settings.loop?this.op(this.drag.currentX,">",this.coordinates(this.minimum()))&&"right"===this.state.direction?this.drag.currentX-=(this.settings.center&&this.coordinates(0))-this.coordinates(this._items.length):this.op(this.drag.currentX,"<",this.coordinates(this.maximum()))&&"left"===this.state.direction&&(this.drag.currentX+=(this.settings.center&&this.coordinates(0))-this.coordinates(this._items.length)):(a=this.settings.rtl?this.coordinates(this.maximum()):this.coordinates(this.minimum()),h=this.settings.rtl?this.coordinates(this.minimum()):this.coordinates(this.maximum()),l=this.settings.pullDrag?this.drag.distance/5:0,this.drag.currentX=Math.max(Math.min(this.drag.currentX,a+l),h+l)),(this.drag.distance>8||this.drag.distance<-8)&&(i.preventDefault!==s?i.preventDefault():i.returnValue=!1,this.state.isSwiping=!0),this.drag.updatedX=this.drag.currentX,(this.drag.currentY>16||this.drag.currentY<-16)&&this.state.isSwiping===!1&&(this.state.isScrolling=!0,this.drag.updatedX=this.drag.start),this.animate(this.drag.updatedX)))},n.prototype.onDragEnd=function(e){var s,n,o;if(this.state.isTouch){if("mouseup"===e.type&&this.$stage.removeClass("owl-grab"),this.trigger("dragged"),this.drag.targetEl.removeAttribute("draggable"),this.state.isTouch=!1,this.state.isScrolling=!1,this.state.isSwiping=!1,0===this.drag.distance&&this.state.inMotion!==!0)return this.state.inMotion=!1,!1;this.drag.endTime=(new Date).getTime(),s=this.drag.endTime-this.drag.startTime,n=Math.abs(this.drag.distance),(n>3||s>300)&&this.removeClick(this.drag.targetEl),o=this.closest(this.drag.updatedX),this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(o),this.invalidate("position"),this.update(),this.settings.pullDrag||this.drag.updatedX!==this.coordinates(o)||this.transitionEnd(),this.drag.distance=0,t(i).off(".owl.dragEvents")}},n.prototype.removeClick=function(i){this.drag.targetEl=i,t(i).on("click.preventClick",this.e._preventClick),e.setTimeout(function(){t(i).off("click.preventClick")},300)},n.prototype.preventClick=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),t(e.target).off("click.preventClick")},n.prototype.getTransformProperty=function(){var t,i;return t=e.getComputedStyle(this.$stage.get(0),null).getPropertyValue(this.vendorName+"transform"),t=t.replace(/matrix(3d)?\(|\)/g,"").split(","),i=16===t.length,i!==!0?t[4]:t[12]},n.prototype.closest=function(e){var i=-1,s=30,n=this.width(),o=this.coordinates();return this.settings.freeDrag||t.each(o,t.proxy(function(t,r){return e>r-s&&e<r+s?i=t:this.op(e,"<",r)&&this.op(e,">",o[t+1]||r-n)&&(i="left"===this.state.direction?t+1:t),i===-1},this)),this.settings.loop||(this.op(e,">",o[this.minimum()])?i=e=this.minimum():this.op(e,"<",o[this.maximum()])&&(i=e=this.maximum())),i},n.prototype.animate=function(e){this.trigger("translate"),this.state.inMotion=this.speed()>0,this.support3d?this.$stage.css({transform:"translate3d("+e+"px,0px, 0px)",transition:this.speed()/1e3+"s"}):this.state.isTouch?this.$stage.css({left:e+"px"}):this.$stage.animate({left:e},this.speed()/1e3,this.settings.fallbackEasing,t.proxy(function(){this.state.inMotion&&this.transitionEnd()},this))},n.prototype.current=function(t){if(t===s)return this._current;if(0===this._items.length)return s;if(t=this.normalize(t),this._current!==t){var e=this.trigger("change",{property:{name:"position",value:t}});e.data!==s&&(t=this.normalize(e.data)),this._current=t,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},n.prototype.invalidate=function(t){this._invalidated[t]=!0},n.prototype.reset=function(t){t=this.normalize(t),t!==s&&(this._speed=0,this._current=t,this.suppress(["translate","translated"]),this.animate(this.coordinates(t)),this.release(["translate","translated"]))},n.prototype.normalize=function(e,i){var n=i?this._items.length:this._items.length+this._clones.length;return!t.isNumeric(e)||n<1?s:e=this._clones.length?(e%n+n)%n:Math.max(this.minimum(i),Math.min(this.maximum(i),e))},n.prototype.relative=function(t){return t=this.normalize(t),t-=this._clones.length/2,this.normalize(t,!0)},n.prototype.maximum=function(t){var e,i,s,n=0,o=this.settings;if(t)return this._items.length-1;if(!o.loop&&o.center)e=this._items.length-1;else if(o.loop||o.center)if(o.loop||o.center)e=this._items.length+o.items;else{if(!o.autoWidth&&!o.merge)throw"Can not detect maximum absolute position.";for(revert=o.rtl?1:-1,i=this.$stage.width()-this.$element.width();(s=this.coordinates(n))&&!(s*revert>=i);)e=++n}else e=this._items.length-o.items;return e},n.prototype.minimum=function(t){return t?0:this._clones.length/2},n.prototype.items=function(t){return t===s?this._items.slice():(t=this.normalize(t,!0),this._items[t])},n.prototype.mergers=function(t){return t===s?this._mergers.slice():(t=this.normalize(t,!0),this._mergers[t])},n.prototype.clones=function(e){var i=this._clones.length/2,n=i+this._items.length,o=function(t){return t%2===0?n+t/2:i-(t+1)/2};return e===s?t.map(this._clones,function(t,e){return o(e)}):t.map(this._clones,function(t,i){return t===e?o(i):null})},n.prototype.speed=function(t){return t!==s&&(this._speed=t),this._speed},n.prototype.coordinates=function(e){var i=null;return e===s?t.map(this._coordinates,t.proxy(function(t,e){return this.coordinates(e)},this)):(this.settings.center?(i=this._coordinates[e],i+=(this.width()-i+(this._coordinates[e-1]||0))/2*(this.settings.rtl?-1:1)):i=this._coordinates[e-1]||0,i)},n.prototype.duration=function(t,e,i){return Math.min(Math.max(Math.abs(e-t),1),6)*Math.abs(i||this.settings.smartSpeed)},n.prototype.to=function(i,s){if(this.settings.loop){var n=i-this.relative(this.current()),o=this.current(),r=this.current(),a=this.current()+n,h=r-a<0,l=this._clones.length+this._items.length;a<this.settings.items&&h===!1?(o=r+this._items.length,this.reset(o)):a>=l-this.settings.items&&h===!0&&(o=r-this._items.length,this.reset(o)),e.clearTimeout(this.e._goToLoop),this.e._goToLoop=e.setTimeout(t.proxy(function(){this.speed(this.duration(this.current(),o+n,s)),this.current(o+n),this.update()},this),30)}else this.speed(this.duration(this.current(),i,s)),this.current(i),this.update()},n.prototype.next=function(t){t=t||!1,this.to(this.relative(this.current())+1,t)},n.prototype.prev=function(t){t=t||!1,this.to(this.relative(this.current())-1,t)},n.prototype.transitionEnd=function(t){return(t===s||(t.stopPropagation(),(t.target||t.srcElement||t.originalTarget)===this.$stage.get(0)))&&(this.state.inMotion=!1,void this.trigger("translated"))},n.prototype.viewport=function(){var s;if(this.options.responsiveBaseElement!==e)s=t(this.options.responsiveBaseElement).width();else if(e.innerWidth)s=e.innerWidth;else{if(!i.documentElement||!i.documentElement.clientWidth)throw"Can not detect viewport width.";s=i.documentElement.clientWidth}return s},n.prototype.replace=function(e){this.$stage.empty(),this._items=[],e&&(e=e instanceof jQuery?e:t(e)),this.settings.nestedItemSelector&&(e=e.find("."+this.settings.nestedItemSelector)),e.filter(function(){return 1===this.nodeType}).each(t.proxy(function(t,e){e=this.prepare(e),this.$stage.append(e),this._items.push(e),this._mergers.push(1*e.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)},this)),this.reset(t.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},n.prototype.add=function(t,e){e=e===s?this._items.length:this.normalize(e,!0),this.trigger("add",{content:t,position:e}),0===this._items.length||e===this._items.length?(this.$stage.append(t),this._items.push(t),this._mergers.push(1*t.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)):(this._items[e].before(t),this._items.splice(e,0,t),this._mergers.splice(e,0,1*t.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)),this.invalidate("items"),this.trigger("added",{content:t,position:e})},n.prototype.remove=function(t){t=this.normalize(t,!0),t!==s&&(this.trigger("remove",{content:this._items[t],position:t}),this._items[t].remove(),this._items.splice(t,1),this._mergers.splice(t,1),this.invalidate("items"),this.trigger("removed",{content:null,position:t}))},n.prototype.addTriggerableEvents=function(){var e=t.proxy(function(e,i){return t.proxy(function(t){t.relatedTarget!==this&&(this.suppress([i]),e.apply(this,[].slice.call(arguments,1)),this.release([i]))},this)},this);t.each({next:this.next,prev:this.prev,to:this.to,destroy:this.destroy,refresh:this.refresh,replace:this.replace,add:this.add,remove:this.remove},t.proxy(function(t,i){this.$element.on(t+".owl.carousel",e(i,t+".owl.carousel"))},this))},n.prototype.watchVisibility=function(){function i(t){return t.offsetWidth>0&&t.offsetHeight>0}function s(){i(this.$element.get(0))&&(this.$element.removeClass("owl-hidden"),this.refresh(),e.clearInterval(this.e._checkVisibile))}i(this.$element.get(0))||(this.$element.addClass("owl-hidden"),e.clearInterval(this.e._checkVisibile),this.e._checkVisibile=e.setInterval(t.proxy(s,this),500))},n.prototype.preloadAutoWidthImages=function(e){var i,s,n,o;i=0,s=this,e.each(function(r,a){n=t(a),o=new Image,o.onload=function(){i++,n.attr("src",o.src),n.css("opacity",1),i>=e.length&&(s.state.imagesLoaded=!0,s.initialize())},o.src=n.attr("src")||n.attr("data-src")||n.attr("data-src-retina")})},n.prototype.destroy=function(){this.$element.hasClass(this.settings.themeClass)&&this.$element.removeClass(this.settings.themeClass),this.settings.responsive!==!1&&t(e).off("resize.owl.carousel"),this.transitionEndVendor&&this.off(this.$stage.get(0),this.transitionEndVendor,this.e._transitionEnd);for(var s in this._plugins)this._plugins[s].destroy();(this.settings.mouseDrag||this.settings.touchDrag)&&(this.$stage.off("mousedown touchstart touchcancel"),t(i).off(".owl.dragEvents"),this.$stage.get(0).onselectstart=function(){},this.$stage.off("dragstart",function(){return!1})),this.$element.off(".owl"),this.$stage.children(".cloned").remove(),this.e=null,this.$element.removeData("owlCarousel"),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$stage.unwrap()},n.prototype.op=function(t,e,i){var s=this.settings.rtl;switch(e){case"<":return s?t>i:t<i;case">":return s?t<i:t>i;case">=":return s?t<=i:t>=i;case"<=":return s?t>=i:t<=i}},n.prototype.on=function(t,e,i,s){t.addEventListener?t.addEventListener(e,i,s):t.attachEvent&&t.attachEvent("on"+e,i)},n.prototype.off=function(t,e,i,s){t.removeEventListener?t.removeEventListener(e,i,s):t.detachEvent&&t.detachEvent("on"+e,i)},n.prototype.trigger=function(e,i,s){var n={item:{count:this._items.length,index:this.current()}},o=t.camelCase(t.grep(["on",e,s],function(t){return t}).join("-").toLowerCase()),r=t.Event([e,"owl",s||"carousel"].join(".").toLowerCase(),t.extend({relatedTarget:this},n,i));return this._supress[e]||(t.each(this._plugins,function(t,e){e.onTrigger&&e.onTrigger(r)}),this.$element.trigger(r),this.settings&&"function"==typeof this.settings[o]&&this.settings[o].apply(this,r)),r},n.prototype.suppress=function(e){t.each(e,t.proxy(function(t,e){this._supress[e]=!0},this))},n.prototype.release=function(e){t.each(e,t.proxy(function(t,e){delete this._supress[e]},this))},n.prototype.browserSupport=function(){if(this.support3d=l(),this.support3d){this.transformVendor=h();var t=["transitionend","webkitTransitionEnd","transitionend","oTransitionEnd"];this.transitionEndVendor=t[a()],this.vendorName=this.transformVendor.replace(/Transform/i,""),this.vendorName=""!==this.vendorName?"-"+this.vendorName.toLowerCase()+"-":""}this.state.orientation=e.orientation},t.fn.owlCarousel=function(e){return this.each(function(){t(this).data("owlCarousel")||t(this).data("owlCarousel",new n(this,e))})},t.fn.owlCarousel.Constructor=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel":t.proxy(function(e){if(e.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(e.property&&"position"==e.property.name||"initialized"==e.type))for(var i=this._core.settings,s=i.center&&Math.ceil(i.items/2)||i.items,n=i.center&&s*-1||0,o=(e.property&&e.property.value||this._core.current())+n,r=this._core.clones().length,a=t.proxy(function(t,e){this.load(e)},this);n++<s;)this.load(r/2+this._core.relative(o)),r&&t.each(this._core.clones(this._core.relative(o++)),a)},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers)};n.Defaults={lazyLoad:!1},n.prototype.load=function(i){var s=this._core.$stage.children().eq(i),n=s&&s.find(".owl-lazy");!n||t.inArray(s.get(0),this._loaded)>-1||(n.each(t.proxy(function(i,s){var n,o=t(s),r=e.devicePixelRatio>1&&o.attr("data-src-retina")||o.attr("data-src");this._core.trigger("load",{element:o,url:r},"lazy"),o.is("img")?o.one("load.owl.lazy",t.proxy(function(){o.css("opacity",1),this._core.trigger("loaded",{element:o,url:r},"lazy")},this)).attr("src",r):(n=new Image,n.onload=t.proxy(function(){o.css({"background-image":"url("+r+")",opacity:"1"}),this._core.trigger("loaded",{element:o,url:r},"lazy")},this),n.src=r)},this)),this._loaded.push(s.get(0)))},n.prototype.destroy=function(){var t,e;for(t in this.handlers)this._core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.owlCarousel.Constructor.Plugins.Lazy=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._handlers={"initialized.owl.carousel":t.proxy(function(){this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":t.proxy(function(t){this._core.settings.autoHeight&&"position"==t.property.name&&this.update()},this),"loaded.owl.lazy":t.proxy(function(t){this._core.settings.autoHeight&&t.element.closest("."+this._core.settings.itemClass)===this._core.$stage.children().eq(this._core.current())&&this.update()},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers)};n.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},n.prototype.update=function(){this._core.$stage.parent().height(this._core.$stage.children().eq(this._core.current()).height()).addClass(this._core.settings.autoHeightClass)},n.prototype.destroy=function(){var t,e;for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.owlCarousel.Constructor.Plugins.AutoHeight=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._videos={},this._playing=null,this._fullscreen=!1,this._handlers={"resize.owl.carousel":t.proxy(function(t){this._core.settings.video&&!this.isInFullScreen()&&t.preventDefault()},this),"refresh.owl.carousel changed.owl.carousel":t.proxy(function(t){this._playing&&this.stop()},this),"prepared.owl.carousel":t.proxy(function(e){var i=t(e.content).find(".owl-video");i.length&&(i.css("display","none"),this.fetch(i,t(e.content)))},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",t.proxy(function(t){this.play(t)},this))};n.Defaults={video:!1,videoHeight:!1,videoWidth:!1},n.prototype.fetch=function(t,e){var i=t.attr("data-vimeo-id")?"vimeo":"youtube",s=t.attr("data-vimeo-id")||t.attr("data-youtube-id"),n=t.attr("data-width")||this._core.settings.videoWidth,o=t.attr("data-height")||this._core.settings.videoHeight,r=t.attr("href");if(!r)throw new Error("Missing video URL.");if(s=r.match(/(http:|https:|)\/\/(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),s[3].indexOf("youtu")>-1)i="youtube";else{if(!(s[3].indexOf("vimeo")>-1))throw new Error("Video URL not supported.");i="vimeo"}s=s[6],this._videos[r]={type:i,id:s,width:n,height:o},e.attr("data-video",r),this.thumbnail(t,this._videos[r])},n.prototype.thumbnail=function(e,i){var s,n,o,r=i.width&&i.height?'style="width:'+i.width+"px;height:"+i.height+'px;"':"",a=e.find("img"),h="src",l="",c=this._core.settings,d=function(t){n='<div class="owl-video-play-icon"></div>',s=c.lazyLoad?'<div class="owl-video-tn '+l+'" '+h+'="'+t+'"></div>':'<div class="owl-video-tn" style="opacity:1;background-image:url('+t+')"></div>',e.after(s),e.after(n)};return e.wrap('<div class="owl-video-wrapper"'+r+"></div>"),this._core.settings.lazyLoad&&(h="data-src",l="owl-lazy"),a.length?(d(a.attr(h)),a.remove(),!1):void("youtube"===i.type?(o="http://img.youtube.com/vi/"+i.id+"/hqdefault.jpg",d(o)):"vimeo"===i.type&&t.ajax({type:"GET",url:"http://vimeo.com/api/v2/video/"+i.id+".json",jsonp:"callback",dataType:"jsonp",success:function(t){o=t[0].thumbnail_large,d(o)}}))},n.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null},n.prototype.play=function(e){this._core.trigger("play",null,"video"),this._playing&&this.stop();var i,s,n=t(e.target||e.srcElement),o=n.closest("."+this._core.settings.itemClass),r=this._videos[o.attr("data-video")],a=r.width||"100%",h=r.height||this._core.$stage.height();"youtube"===r.type?i='<iframe width="'+a+'" height="'+h+'" src="http://www.youtube.com/embed/'+r.id+"?autoplay=1&v="+r.id+'" frameborder="0" allowfullscreen></iframe>':"vimeo"===r.type&&(i='<iframe src="http://player.vimeo.com/video/'+r.id+'?autoplay=1" width="'+a+'" height="'+h+'" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),o.addClass("owl-video-playing"),this._playing=o,s=t('<div style="height:'+h+"px; width:"+a+'px" class="owl-video-frame">'+i+"</div>"),n.after(s)},n.prototype.isInFullScreen=function(){var s=i.fullscreenElement||i.mozFullScreenElement||i.webkitFullscreenElement;return s&&t(s).parent().hasClass("owl-video-frame")&&(this._core.speed(0),this._fullscreen=!0),!(s&&this._fullscreen&&this._playing)&&(this._fullscreen?(this._fullscreen=!1,!1):!this._playing||this._core.state.orientation===e.orientation||(this._core.state.orientation=e.orientation,!1))},n.prototype.destroy=function(){var t,e;this._core.$element.off("click.owl.video");for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.owlCarousel.Constructor.Plugins.Video=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this.core=e,this.core.options=t.extend({},n.Defaults,this.core.options),this.swapping=!0,this.previous=s,this.next=s,this.handlers={"change.owl.carousel":t.proxy(function(t){"position"==t.property.name&&(this.previous=this.core.current(),this.next=t.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":t.proxy(function(t){this.swapping="translated"==t.type},this),"translate.owl.carousel":t.proxy(function(t){this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};n.Defaults={animateOut:!1,animateIn:!1},n.prototype.swap=function(){if(1===this.core.settings.items&&this.core.support3d){this.core.speed(0);var e,i=t.proxy(this.clear,this),s=this.core.$stage.children().eq(this.previous),n=this.core.$stage.children().eq(this.next),o=this.core.settings.animateIn,r=this.core.settings.animateOut;this.core.current()!==this.previous&&(r&&(e=this.core.coordinates(this.previous)-this.core.coordinates(this.next),s.css({left:e+"px"}).addClass("animated owl-animated-out").addClass(r).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",i)),o&&n.addClass("animated owl-animated-in").addClass(o).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",i))}},n.prototype.clear=function(e){t(e.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.transitionEnd()},n.prototype.destroy=function(){var t,e;for(t in this.handlers)this.core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.owlCarousel.Constructor.Plugins.Animate=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this.core=e,this.core.options=t.extend({},n.Defaults,this.core.options),
2
+ this.handlers={"translated.owl.carousel refreshed.owl.carousel":t.proxy(function(){this.autoplay()},this),"play.owl.autoplay":t.proxy(function(t,e,i){this.play(e,i)},this),"stop.owl.autoplay":t.proxy(function(){this.stop()},this),"mouseover.owl.autoplay":t.proxy(function(){this.core.settings.autoplayHoverPause&&this.pause()},this),"mouseleave.owl.autoplay":t.proxy(function(){this.core.settings.autoplayHoverPause&&this.autoplay()},this)},this.core.$element.on(this.handlers)};n.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},n.prototype.autoplay=function(){this.core.settings.autoplay&&!this.core.state.videoPlay?(e.clearInterval(this.interval),this.interval=e.setInterval(t.proxy(function(){this.play()},this),this.core.settings.autoplayTimeout)):e.clearInterval(this.interval)},n.prototype.play=function(t,s){if(i.hidden!==!0&&!(this.core.state.isTouch||this.core.state.isScrolling||this.core.state.isSwiping||this.core.state.inMotion))return this.core.settings.autoplay===!1?void e.clearInterval(this.interval):void this.core.next(this.core.settings.autoplaySpeed)},n.prototype.stop=function(){e.clearInterval(this.interval)},n.prototype.pause=function(){e.clearInterval(this.interval)},n.prototype.destroy=function(){var t,i;e.clearInterval(this.interval);for(t in this.handlers)this.core.$element.off(t,this.handlers[t]);for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},t.fn.owlCarousel.Constructor.Plugins.autoplay=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){"use strict";var n=function(e){this._core=e,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":t.proxy(function(e){this._core.settings.dotsData&&this._templates.push(t(e.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"add.owl.carousel":t.proxy(function(e){this._core.settings.dotsData&&this._templates.splice(e.position,0,t(e.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"remove.owl.carousel prepared.owl.carousel":t.proxy(function(t){this._core.settings.dotsData&&this._templates.splice(t.position,1)},this),"change.owl.carousel":t.proxy(function(t){if("position"==t.property.name&&!this._core.state.revert&&!this._core.settings.loop&&this._core.settings.navRewind){var e=this._core.current(),i=this._core.maximum(),s=this._core.minimum();t.data=t.property.value>i?e>=i?s:i:t.property.value<s?i:t.property.value}},this),"changed.owl.carousel":t.proxy(function(t){"position"==t.property.name&&this.draw()},this),"refreshed.owl.carousel":t.proxy(function(){this._initialized||(this.initialize(),this._initialized=!0),this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation")},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this.$element.on(this._handlers)};n.Defaults={nav:!1,navRewind:!0,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotData:!1,dotsSpeed:!1,dotsContainer:!1,controlsClass:"owl-controls"},n.prototype.initialize=function(){var e,i,s=this._core.settings;s.dotsData||(this._templates=[t("<div>").addClass(s.dotClass).append(t("<span>")).prop("outerHTML")]),s.navContainer&&s.dotsContainer||(this._controls.$container=t("<div>").addClass(s.controlsClass).appendTo(this.$element)),this._controls.$indicators=s.dotsContainer?t(s.dotsContainer):t("<div>").hide().addClass(s.dotsClass).appendTo(this._controls.$container),this._controls.$indicators.on("click","div",t.proxy(function(e){var i=t(e.target).parent().is(this._controls.$indicators)?t(e.target).index():t(e.target).parent().index();e.preventDefault(),this.to(i,s.dotsSpeed)},this)),e=s.navContainer?t(s.navContainer):t("<div>").addClass(s.navContainerClass).prependTo(this._controls.$container),this._controls.$next=t("<"+s.navElement+">"),this._controls.$previous=this._controls.$next.clone(),this._controls.$previous.addClass(s.navClass[0]).html(s.navText[0]).hide().prependTo(e).on("click",t.proxy(function(t){this.prev(s.navSpeed)},this)),this._controls.$next.addClass(s.navClass[1]).html(s.navText[1]).hide().appendTo(e).on("click",t.proxy(function(t){this.next(s.navSpeed)},this));for(i in this._overrides)this._core[i]=t.proxy(this[i],this)},n.prototype.destroy=function(){var t,e,i,s;for(t in this._handlers)this.$element.off(t,this._handlers[t]);for(e in this._controls)this._controls[e].remove();for(s in this.overides)this._core[s]=this._overrides[s];for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},n.prototype.update=function(){var t,e,i,s=this._core.settings,n=this._core.clones().length/2,o=n+this._core.items().length,r=s.center||s.autoWidth||s.dotData?1:s.dotsEach||s.items;if("page"!==s.slideBy&&(s.slideBy=Math.min(s.slideBy,s.items)),s.dots||"page"==s.slideBy)for(this._pages=[],t=n,e=0,i=0;t<o;t++)(e>=r||0===e)&&(this._pages.push({start:t-n,end:t-n+r-1}),e=0,++i),e+=this._core.mergers(this._core.relative(t))},n.prototype.draw=function(){var e,i,s="",n=this._core.settings,o=(this._core.$stage.children(),this._core.relative(this._core.current()));if(!n.nav||n.loop||n.navRewind||(this._controls.$previous.toggleClass("disabled",o<=0),this._controls.$next.toggleClass("disabled",o>=this._core.maximum())),this._controls.$previous.toggle(n.nav),this._controls.$next.toggle(n.nav),n.dots){if(e=this._pages.length-this._controls.$indicators.children().length,n.dotData&&0!==e){for(i=0;i<this._controls.$indicators.children().length;i++)s+=this._templates[this._core.relative(i)];this._controls.$indicators.html(s)}else e>0?(s=new Array(e+1).join(this._templates[0]),this._controls.$indicators.append(s)):e<0&&this._controls.$indicators.children().slice(e).remove();this._controls.$indicators.find(".active").removeClass("active"),this._controls.$indicators.children().eq(t.inArray(this.current(),this._pages)).addClass("active")}this._controls.$indicators.toggle(n.dots)},n.prototype.onTrigger=function(e){var i=this._core.settings;e.page={index:t.inArray(this.current(),this._pages),count:this._pages.length,size:i&&(i.center||i.autoWidth||i.dotData?1:i.dotsEach||i.items)}},n.prototype.current=function(){var e=this._core.relative(this._core.current());return t.grep(this._pages,function(t){return t.start<=e&&t.end>=e}).pop()},n.prototype.getPosition=function(e){var i,s,n=this._core.settings;return"page"==n.slideBy?(i=t.inArray(this.current(),this._pages),s=this._pages.length,e?++i:--i,i=this._pages[(i%s+s)%s].start):(i=this._core.relative(this._core.current()),s=this._core.items().length,e?i+=n.slideBy:i-=n.slideBy),i},n.prototype.next=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!0),e)},n.prototype.prev=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!1),e)},n.prototype.to=function(e,i,s){var n;s?t.proxy(this._overrides.to,this._core)(e,i):(n=this._pages.length,t.proxy(this._overrides.to,this._core)(this._pages[(e%n+n)%n].start,i))},t.fn.owlCarousel.Constructor.Plugins.Navigation=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){"use strict";var n=function(i){this._core=i,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":t.proxy(function(){"URLHash"==this._core.settings.startPosition&&t(e).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":t.proxy(function(e){var i=t(e.content).find("[data-hash]").andSelf("[data-hash]").attr("data-hash");this._hashes[i]=e.content},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this.$element.on(this._handlers),t(e).on("hashchange.owl.navigation",t.proxy(function(){var t=e.location.hash.substring(1),i=this._core.$stage.children(),s=this._hashes[t]&&i.index(this._hashes[t])||0;return!!t&&void this._core.to(s,!1,!0)},this))};n.Defaults={URLhashListener:!1},n.prototype.destroy=function(){var i,s;t(e).off("hashchange.owl.navigation");for(i in this._handlers)this._core.$element.off(i,this._handlers[i]);for(s in Object.getOwnPropertyNames(this))"function"!=typeof this[s]&&(this[s]=null)},t.fn.owlCarousel.Constructor.Plugins.Hash=n}(window.Zepto||window.jQuery,window,document);
themes/foundation/modules/pushit/pushit.min.css ADDED
@@ -0,0 +1 @@
 
1
+ #pushit-overlay,.pushit{position:fixed;top:0;bottom:0}body{text-shadow:none!important}.pushit{left:-1000px;z-index:100;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow-x:hidden;overflow-y:auto}.has-overflow-scroll .pushit{-webkit-overflow-scrolling:touch}#pushit-overlay{left:0;right:0;z-index:-1}.page-wrapper{left:0;right:0}
themes/foundation/modules/pushit/pushit.min.js ADDED
@@ -0,0 +1 @@
 
1
+ var prefix=function(){var e=window.getComputedStyle(document.documentElement,""),t=(Array.prototype.slice.call(e).join("").match(/-(moz|webkit|ms)-/)||""===e.OLink&&["","o"])[1];return{css:"-"+t+"-"}}();!function(e){e.fn.pushIt=function(t){function s(){return jQuery(window).width()<jQuery(window).height()?"portrait":"landscape"}function i(e){var t=e;return t.hasClass("pushit-left")?"left":"right"}function n(){setTimeout(function(){p.container.css(prefix.css+"transform","").css("position","").css("overflow","").css("height",""),h.css("z-index","-1")},p.menuSpeed+300)}function r(){h.one("click.pushit touchmove.pushit",function(e){e.preventDefault(),e.stopImmediatePropagation(),c(p.pushed),h.off("click.pushit touchmove.pushit")}).css("z-index","99")}function a(){p.container.on("touchmove",function(e){})}function o(){}function u(){var e=jQuery(window);e.resize(function(){p.rightMenu.length&&(p.viewportWidth=e.width(),p.rightMenu.css("left",p.viewportWidth+"px")),p.lastAspect!=s()&&(p.lastAspect=s(),jQuery(".pushit-active").length&&(h.trigger("click"),n()))})}function c(e){p.pushed=e,direction=i(e);var t=".pushit-"+direction,s=jQuery(t);jQuery(t).toggleClass("pushit-open"),".pushit-left"==t&&s.hasClass("pushit-open")?(a(),r(),p.container.height(window.innerHeight).css("position","fixed").css("overflow","hidden"),""!=prefix.css?(s.css(prefix.css+"transform","translate3d("+p.menuWidth+"px, 0, 0)"),p.container.css(prefix.css+"transform","translate3d("+p.menuWidth+"px, 0, 0)")):(s.animate({left:"0"},p.menuSpeed),p.container.animate({left:p.menuWidth},p.menuSpeed))):".pushit-left"!=t||s.hasClass("pushit-open")||(o(),""!=prefix.css?(s.css(prefix.css+"transform","translate3d(0, 0, 0)"),p.container.css(prefix.css+"transform","translate3d(0, 0, 0)")):(s.animate({left:"-"+p.menuWidth},p.menuSpeed),p.container.animate({left:"0"},p.menuSpeed)),n()),".pushit-right"==t&&jQuery(t).hasClass("pushit-open")?(a(),r(),p.container.height(window.innerHeight).css("position","fixed").css("overflow","hidden"),""!=prefix.css?(s.css(prefix.css+"transform","translate3d(-"+p.menuWidth+"px, 0, 0)"),p.container.css(prefix.css+"transform","translate3d(-"+p.menuWidth+"px, 0, 0)")):(s.animate({left:p.viewportWidth-p.menuWidth},p.menuSpeed),p.container.animate({left:"-"+p.menuWidth},p.menuSpeed))):".pushit-right"!=t||jQuery(t).hasClass("pushit-open")||(o(),""!=prefix.css?(s.css(prefix.css+"transform","translate3d(0, 0, 0)"),p.container.css(prefix.css+"transform","translate3d(0, 0, 0)")):(s.animate({left:p.viewportWidth},p.menuSpeed),p.container.animate({left:"0"},p.menuSpeed)),n()),p.container.toggleClass(i(e)),p.body.toggleClass(p.pushItActiveClass),p.container.toggleClass(p.containerClass)}var p=e.extend({leftMenu:jQuery(".pushit-left"),rightMenu:jQuery(".pushit-right"),body:jQuery("body"),container:jQuery(".page-wrapper"),pushItActiveClass:"pushit-active",containerClass:"container-pushit",menuBtn:jQuery(".menu-btn"),viewportWidth:jQuery(window).width(),menuWidth:240,menuSpeed:330,bezierCurve:".290, .050, .140, .870",pushed:!1,lastAspect:!1},t),d="undefined"!=typeof jQuery("body")[0].style["-webkit-overflow-scrolling"];d&&jQuery("body").addClass("has-overflow-scroll"),p.body.append('<div id="pushit-overlay"></div>');var h=jQuery("#pushit-overlay");p.leftMenu.addClass("pushit-left").css("left","-"+p.menuWidth+"px").css("width",p.menuWidth+"px"),p.rightMenu.addClass("pushit-right").css("width",p.menuWidth+"px").css("left",p.viewportWidth+"px"),p.container.css("position","relative").css(prefix.css+"transition",prefix.css+"transform ."+p.menuSpeed+"s cubic-bezier("+p.bezierCurve+")"),p.lastAspect=s(),jQuery(".pushit").css(prefix.css+"transition",prefix.css+"transform ."+p.menuSpeed+"s cubic-bezier("+p.bezierCurve+")"),u(),p.menuBtn.on("click.pushit-button",function(e){e.preventDefault(),e.stopImmediatePropagation(),menuTarget="#"+jQuery(this).attr("data-menu-target"),c(jQuery(menuTarget).parent())})}}(jQuery);
themes/foundation/modules/pushit/pushit.php CHANGED
@@ -5,11 +5,11 @@ add_action( 'foundation_module_init_mobile', 'foundation_pushit_init' );
5
  function foundation_pushit_init() {
6
 
7
  // PushIt CSS
8
- wp_register_style( 'foundation_pushit', foundation_get_base_module_url() . '/pushit/pushit.css' );
9
 
10
  wp_enqueue_style(
11
  'foundation_pushit',
12
- foundation_get_base_module_url() . '/pushit/pushit.css',
13
  '',
14
  md5( FOUNDATION_VERSION )
15
  );
@@ -17,9 +17,9 @@ function foundation_pushit_init() {
17
  // PushIt JS
18
  wp_enqueue_script(
19
  'foundation_pushit',
20
- foundation_get_base_module_url() . '/pushit/pushit.js',
21
  array( 'jquery' ),
22
  md5( FOUNDATION_VERSION ),
23
  true
24
  );
25
- }
5
  function foundation_pushit_init() {
6
 
7
  // PushIt CSS
8
+ wp_register_style( 'foundation_pushit', foundation_get_base_module_url() . '/pushit/pushit.min.css' );
9
 
10
  wp_enqueue_style(
11
  'foundation_pushit',
12
+ foundation_get_base_module_url() . '/pushit/pushit.min.css',
13
  '',
14
  md5( FOUNDATION_VERSION )
15
  );
17
  // PushIt JS
18
  wp_enqueue_script(
19
  'foundation_pushit',
20
+ foundation_get_base_module_url() . '/pushit/pushit.min.js',
21
  array( 'jquery' ),
22
  md5( FOUNDATION_VERSION ),
23
  true
24
  );
25
+ }
themes/foundation/modules/slideout/slideout-helper.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(){function e(){return"ontouchstart"in document.documentElement}"undefined"!=typeof Slideout&&jQuery(".pushit").each(function(t,n){var u=new Slideout({panel:jQuery(".page-wrapper")[0],menu:jQuery(n)[0],touch:!1,side:jQuery(n).hasClass("pushit-left")?"left":"right",duration:330}),i=jQuery('.menu-btn[data-menu-target="'+jQuery(n).find("> div").attr("id")+'"]');i.on("click",function(e){e.preventDefault(),u.toggle()}),u.on("open",function(){jQuery(".page-wrapper").one(e()?"touchstart":"click",function(e){e.preventDefault(),e.stopImmediatePropagation(),jQuery(this).hasClass("menu-btn")||u.isOpen()&&u.close()})}),jQuery(".pushit").length>1&&jQuery(this).hasClass("pushit-right")&&(jQuery(".pushit-right").hide(),u.on("close",function(){jQuery(".pushit-right").hide()}),u.on("beforeopen",function(){jQuery(".pushit-right").show()}))})});
themes/foundation/modules/slideout/slideout.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .slideout-menu{position:fixed;left:0;top:0;bottom:0;right:auto;z-index:0;width:256px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none}.slideout-menu.pushit-right{left:auto;right:0}.slideout-panel{position:relative;z-index:1;will-change:transform}.slideout-open,.slideout-open .slideout-panel,.slideout-open body{overflow:hidden}.slideout-open .slideout-menu{display:block}.pushit{display:none}
themes/foundation/modules/slideout/slideout.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;"undefined"!=typeof window?e=window:"undefined"!=typeof global?e=global:"undefined"!=typeof self&&(e=self),e.Slideout=t()}}(function(){return function t(e,n,o){function i(r,a){if(!n[r]){if(!e[r]){var u="function"==typeof require&&require;if(!a&&u)return u(r,!0);if(s)return s(r,!0);var h=new Error("Cannot find module '"+r+"'");throw h.code="MODULE_NOT_FOUND",h}var c=n[r]={exports:{}};e[r][0].call(c.exports,function(t){var n=e[r][1][t];return i(n?n:t)},c,c.exports,t,e,n,o)}return n[r].exports}for(var s="function"==typeof require&&require,r=0;r<o.length;r++)i(o[r]);return i}({1:[function(t,e,n){"use strict";function o(t,e){for(var n in e)e[n]&&(t[n]=e[n]);return t}function i(t,e){t.prototype=o(t.prototype||{},e.prototype)}function s(t){t=t||{},this._startOffsetX=0,this._currentOffsetX=0,this._opening=!1,this._moved=!1,this._opened=!1,this._preventOpen=!1,this._touch=void 0===t.touch||t.touch&&!0,this.panel=t.panel,this.menu=t.menu,this.panel.className.search("slideout-panel")===-1&&(this.panel.className+=" slideout-panel"),this.menu.className.search("slideout-menu")===-1&&(this.menu.className+=" slideout-menu"),this._fx=t.fx||"ease",this._duration=parseInt(t.duration,10)||300,this._tolerance=parseInt(t.tolerance,10)||70,this._padding=this._translateTo=parseInt(t.padding,10)||256,this._orientation="right"===t.side?-1:1,this._translateTo*=this._orientation,this._touch&&this._initTouchEvents()}var r,a=t("decouple"),u=t("emitter"),h=!1,c=window.document,l=c.documentElement,p=window.navigator.msPointerEnabled,f={start:p?"MSPointerDown":"touchstart",move:p?"MSPointerMove":"touchmove",end:p?"MSPointerUp":"touchend"},d=function(){var t=/^(Webkit|Khtml|Moz|ms|O)(?=[A-Z])/,e=c.getElementsByTagName("script")[0].style;for(var n in e)if(t.test(n))return"-"+n.match(t)[0].toLowerCase()+"-";return"WebkitOpacity"in e?"-webkit-":"KhtmlOpacity"in e?"-khtml-":""}();i(s,u),s.prototype.open=function(){var t=this;return this.emit("beforeopen"),l.className.search("slideout-open")===-1&&(l.className+=" slideout-open"),this._setTransition(),this._translateXTo(this._translateTo),this._opened=!0,setTimeout(function(){t.panel.style.transition=t.panel.style["-webkit-transition"]="",t.emit("open")},this._duration+50),this},s.prototype.close=function(){var t=this;return this.isOpen()||this._opening?(this.emit("beforeclose"),this._setTransition(),this._translateXTo(0),this._opened=!1,setTimeout(function(){l.className=l.className.replace(/ slideout-open/,""),t.panel.style.transition=t.panel.style["-webkit-transition"]=t.panel.style[d+"transform"]=t.panel.style.transform="",t.emit("close")},this._duration+50),this):this},s.prototype.toggle=function(){return this.isOpen()?this.close():this.open()},s.prototype.isOpen=function(){return this._opened},s.prototype._translateXTo=function(t){return this._currentOffsetX=t,this.panel.style[d+"transform"]=this.panel.style.transform="translateX("+t+"px)",this},s.prototype._setTransition=function(){return this.panel.style[d+"transition"]=this.panel.style.transition=d+"transform "+this._duration+"ms "+this._fx,this},s.prototype._initTouchEvents=function(){var t=this;return this._onScrollFn=a(c,"scroll",function(){t._moved||(clearTimeout(r),h=!0,r=setTimeout(function(){h=!1},250))}),this._preventMove=function(e){t._moved&&e.preventDefault()},c.addEventListener(f.move,this._preventMove),this._resetTouchFn=function(e){"undefined"!=typeof e.touches&&(t._moved=!1,t._opening=!1,t._startOffsetX=e.touches[0].pageX,t._preventOpen=!t._touch||!t.isOpen()&&0!==t.menu.clientWidth)},this.panel.addEventListener(f.start,this._resetTouchFn),this._onTouchCancelFn=function(){t._moved=!1,t._opening=!1},this.panel.addEventListener("touchcancel",this._onTouchCancelFn),this._onTouchEndFn=function(){t._moved&&(t.emit("translateend"),t._opening&&Math.abs(t._currentOffsetX)>t._tolerance?t.open():t.close()),t._moved=!1},this.panel.addEventListener(f.end,this._onTouchEndFn),this._onTouchMoveFn=function(e){if(!h&&!t._preventOpen&&"undefined"!=typeof e.touches){var n=e.touches[0].clientX-t._startOffsetX,o=t._currentOffsetX=n;if(!(Math.abs(o)>t._padding)&&Math.abs(n)>20){t._opening=!0;var i=n*t._orientation;if(t._opened&&i>0||!t._opened&&i<0)return;t._moved||t.emit("translatestart"),i<=0&&(o=n+t._padding*t._orientation,t._opening=!1),t._moved||l.className.search("slideout-open")!==-1||(l.className+=" slideout-open"),t.panel.style[d+"transform"]=t.panel.style.transform="translateX("+o+"px)",t.emit("translate",o),t._moved=!0}}},this.panel.addEventListener(f.move,this._onTouchMoveFn),this},s.prototype.enableTouch=function(){return this._touch=!0,this},s.prototype.disableTouch=function(){return this._touch=!1,this},s.prototype.destroy=function(){return this.close(),c.removeEventListener(f.move,this._preventMove),this.panel.removeEventListener(f.start,this._resetTouchFn),this.panel.removeEventListener("touchcancel",this._onTouchCancelFn),this.panel.removeEventListener(f.end,this._onTouchEndFn),this.panel.removeEventListener(f.move,this._onTouchMoveFn),c.removeEventListener("scroll",this._onScrollFn),this.open=this.close=function(){},this},e.exports=s},{decouple:2,emitter:3}],2:[function(t,e,n){"use strict";function o(t,e,n){function o(t){a=t,s()}function s(){u||(i(r),u=!0)}function r(){n.call(t,a),u=!1}var a,u=!1;return t.addEventListener(e,o,!1),o}var i=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)}}();e.exports=o},{}],3:[function(t,e,n){"use strict";var o=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")};n.__esModule=!0;var i=function(){function t(){o(this,t)}return t.prototype.on=function(t,e){return this._eventCollection=this._eventCollection||{},this._eventCollection[t]=this._eventCollection[t]||[],this._eventCollection[t].push(e),this},t.prototype.once=function t(e,n){function o(){t.off(e,o),n.apply(this,arguments)}var t=this;return o.listener=n,this.on(e,o),this},t.prototype.off=function(t,e){var n=void 0;return this._eventCollection&&(n=this._eventCollection[t])?(n.forEach(function(t,o){t!==e&&t.listener!==e||n.splice(o,1)}),0===n.length&&delete this._eventCollection[t],this):this},t.prototype.emit=function t(e){for(var n=this,o=arguments.length,i=Array(o>1?o-1:0),s=1;s<o;s++)i[s-1]=arguments[s];var t=void 0;return this._eventCollection&&(t=this._eventCollection[e])?(t=t.slice(0),t.forEach(function(t){return t.apply(n,i)}),this):this},t}();n.default=i,e.exports=n.default},{}]},{},[1])(1)});
themes/foundation/modules/slideout/slideout.php CHANGED
@@ -1,34 +1,26 @@
1
  <?php
2
-
3
- add_action( 'foundation_module_init_mobile', 'foundation_slideout_init' );
 
 
 
 
4
 
5
  function foundation_slideout_init() {
6
-
7
- // Slideout CSS
8
- wp_register_style( 'foundation_slideout', foundation_get_base_module_url() . '/slideout/slideout.css' );
9
-
10
- wp_enqueue_style(
11
- 'foundation_slideout',
12
- foundation_get_base_module_url() . '/slideout/slideout.css',
13
- '',
14
- md5( FOUNDATION_VERSION )
15
- );
16
-
17
- // Slideout JS
18
  wp_enqueue_script(
19
  'foundation_slideout',
20
- foundation_get_base_module_url() . '/slideout/slideout.js',
21
  array( 'jquery' ),
22
  md5( FOUNDATION_VERSION ),
23
  true
24
  );
25
 
26
- // Slideout Helper JS
27
- wp_enqueue_script(
28
- 'foundation_slideout_helper',
29
- foundation_get_base_module_url() . '/slideout/slideout-helper.js',
30
- array( 'foundation_slideout' ),
31
- md5( FOUNDATION_VERSION ),
32
- true
33
- );
34
  }
 
1
  <?php
2
+ function foundation_inline_slideout_css() {
3
+ echo '<style data-context="foundation-slideout-css">';
4
+ echo esc_html( file_get_contents( dirname( __FILE__ ) . '/slideout.min.css' ) );
5
+ echo '</style>';
6
+ }
7
+ add_action( 'wp_head', 'foundation_inline_slideout_css' );
8
 
9
  function foundation_slideout_init() {
 
 
 
 
 
 
 
 
 
 
 
 
10
  wp_enqueue_script(
11
  'foundation_slideout',
12
+ foundation_get_base_module_url() . '/slideout/slideout.min.js',
13
  array( 'jquery' ),
14
  md5( FOUNDATION_VERSION ),
15
  true
16
  );
17
 
18
+ wp_enqueue_script(
19
+ 'foundation_slideout_helper',
20
+ foundation_get_base_module_url() . '/slideout/slideout-helper.min.js',
21
+ array( 'foundation_slideout' ),
22
+ md5( FOUNDATION_VERSION ),
23
+ true
24
+ );
 
25
  }
26
+ add_action( 'foundation_module_init_mobile', 'foundation_slideout_init' );
themes/foundation/modules/spinjs/spin-jquery.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(n){n.fn.spin=function(i,e){var s={tiny:{lines:8,length:2,width:2,radius:3},small:{lines:8,length:4,width:3,radius:5},large:{lines:10,length:8,width:4,radius:8}};if(Spinner)return this.each(function(){var t=n(this),r=t.data();r.spinner&&(r.spinner.stop(),delete r.spinner),i!==!1&&("string"==typeof i&&(i=i in s?s[i]:{},e&&(i.color=e)),r.spinner=new Spinner(n.extend({color:t.css("color")},i)).spin(this))});throw"Spinner class not available."}}(jQuery);
themes/foundation/modules/spinjs/spin.min.js CHANGED
@@ -1,2 +1 @@
1
- //fgnass.github.com/spin.js#v1.2.7
2
- !function(e,t,n){function o(e,n){var r=t.createElement(e||"div"),i;for(i in n)r[i]=n[i];return r}function u(e){for(var t=1,n=arguments.length;t<n;t++)e.appendChild(arguments[t]);return e}function f(e,t,n,r){var o=["opacity",t,~~(e*100),n,r].join("-"),u=.01+n/r*100,f=Math.max(1-(1-e)/t*(100-u),e),l=s.substring(0,s.indexOf("Animation")).toLowerCase(),c=l&&"-"+l+"-"||"";return i[o]||(a.insertRule("@"+c+"keyframes "+o+"{"+"0%{opacity:"+f+"}"+u+"%{opacity:"+e+"}"+(u+.01)+"%{opacity:1}"+(u+t)%100+"%{opacity:"+e+"}"+"100%{opacity:"+f+"}"+"}",a.cssRules.length),i[o]=1),o}function l(e,t){var i=e.style,s,o;if(i[t]!==n)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(o=0;o<r.length;o++){s=r[o]+t;if(i[s]!==n)return s}}function c(e,t){for(var n in t)e.style[l(e,n)||n]=t[n];return e}function h(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r)e[i]===n&&(e[i]=r[i])}return e}function p(e){var t={x:e.offsetLeft,y:e.offsetTop};while(e=e.offsetParent)t.x+=e.offsetLeft,t.y+=e.offsetTop;return t}var r=["webkit","Moz","ms","O"],i={},s,a=function(){var e=o("style",{type:"text/css"});return u(t.getElementsByTagName("head")[0],e),e.sheet||e.styleSheet}(),d={lines:12,length:7,width:5,radius:10,rotate:0,corners:1,color:"#000",speed:1,trail:100,opacity:.25,fps:20,zIndex:2e9,className:"spinner",top:"auto",left:"auto",position:"relative"},v=function m(e){if(!this.spin)return new m(e);this.opts=h(e||{},m.defaults,d)};v.defaults={},h(v.prototype,{spin:function(e){this.stop();var t=this,n=t.opts,r=t.el=c(o(0,{className:n.className}),{position:n.position,width:0,zIndex:n.zIndex}),i=n.radius+n.length+n.width,u,a;e&&(e.insertBefore(r,e.firstChild||null),a=p(e),u=p(r),c(r,{left:(n.left=="auto"?a.x-u.x+(e.offsetWidth>>1):parseInt(n.left,10)+i)+"px",top:(n.top=="auto"?a.y-u.y+(e.offsetHeight>>1):parseInt(n.top,10)+i)+"px"})),r.setAttribute("aria-role","progressbar"),t.lines(r,t.opts);if(!s){var f=0,l=n.fps,h=l/n.speed,d=(1-n.opacity)/(h*n.trail/100),v=h/n.lines;(function m(){f++;for(var e=n.lines;e;e--){var i=Math.max(1-(f+e*v)%h*d,n.opacity);t.opacity(r,n.lines-e,i,n)}t.timeout=t.el&&setTimeout(m,~~(1e3/l))})()}return t},stop:function(){var e=this.el;return e&&(clearTimeout(this.timeout),e.parentNode&&e.parentNode.removeChild(e),this.el=n),this},lines:function(e,t){function i(e,r){return c(o(),{position:"absolute",width:t.length+t.width+"px",height:t.width+"px",background:e,boxShadow:r,transformOrigin:"left",transform:"rotate("+~~(360/t.lines*n+t.rotate)+"deg) translate("+t.radius+"px"+",0)",borderRadius:(t.corners*t.width>>1)+"px"})}var n=0,r;for(;n<t.lines;n++)r=c(o(),{position:"absolute",top:1+~(t.width/2)+"px",transform:t.hwaccel?"translate3d(0,0,0)":"",opacity:t.opacity,animation:s&&f(t.opacity,t.trail,n,t.lines)+" "+1/t.speed+"s linear infinite"}),t.shadow&&u(r,c(i("#000","0 0 4px #000"),{top:"2px"})),u(e,u(r,i(t.color,"0 0 1px rgba(0,0,0,.1)")));return e},opacity:function(e,t,n){t<e.childNodes.length&&(e.childNodes[t].style.opacity=n)}}),function(){function e(e,t){return o("<"+e+' xmlns="urn:schemas-microsoft.com:vml" class="spin-vml">',t)}var t=c(o("group"),{behavior:"url(#default#VML)"});!l(t,"transform")&&t.adj?(a.addRule(".spin-vml","behavior:url(#default#VML)"),v.prototype.lines=function(t,n){function s(){return c(e("group",{coordsize:i+" "+i,coordorigin:-r+" "+ -r}),{width:i,height:i})}function l(t,i,o){u(a,u(c(s(),{rotation:360/n.lines*t+"deg",left:~~i}),u(c(e("roundrect",{arcsize:n.corners}),{width:r,height:n.width,left:n.radius,top:-n.width>>1,filter:o}),e("fill",{color:n.color,opacity:n.opacity}),e("stroke",{opacity:0}))))}var r=n.length+n.width,i=2*r,o=-(n.width+n.length)*2+"px",a=c(s(),{position:"absolute",top:o,left:o}),f;if(n.shadow)for(f=1;f<=n.lines;f++)l(f,-2,"progid:DXImageTransform.Microsoft.Blur(pixelradius=2,makeshadow=1,shadowopacity=.3)");for(f=1;f<=n.lines;f++)l(f);return u(t,a)},v.prototype.opacity=function(e,t,n,r){var i=e.firstChild;r=r.shadow&&r.lines||0,i&&t+r<i.childNodes.length&&(i=i.childNodes[t+r],i=i&&i.firstChild,i=i&&i.firstChild,i&&(i.opacity=n))}):s=l(t,"animation")}(),typeof define=="function"&&define.amd?define(function(){return v}):e.Spinner=v}(window,document);
1
+ !function(e,t,n){function o(e,n){var r=t.createElement(e||"div"),i;for(i in n)r[i]=n[i];return r}function u(e){for(var t=1,n=arguments.length;t<n;t++)e.appendChild(arguments[t]);return e}function f(e,t,n,r){var o=["opacity",t,~~(e*100),n,r].join("-"),u=.01+n/r*100,f=Math.max(1-(1-e)/t*(100-u),e),l=s.substring(0,s.indexOf("Animation")).toLowerCase(),c=l&&"-"+l+"-"||"";return i[o]||(a.insertRule("@"+c+"keyframes "+o+"{"+"0%{opacity:"+f+"}"+u+"%{opacity:"+e+"}"+(u+.01)+"%{opacity:1}"+(u+t)%100+"%{opacity:"+e+"}"+"100%{opacity:"+f+"}"+"}",a.cssRules.length),i[o]=1),o}function l(e,t){var i=e.style,s,o;if(i[t]!==n)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(o=0;o<r.length;o++){s=r[o]+t;if(i[s]!==n)return s}}function c(e,t){for(var n in t)e.style[l(e,n)||n]=t[n];return e}function h(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r)e[i]===n&&(e[i]=r[i])}return e}function p(e){var t={x:e.offsetLeft,y:e.offsetTop};while(e=e.offsetParent)t.x+=e.offsetLeft,t.y+=e.offsetTop;return t}var r=["webkit","Moz","ms","O"],i={},s,a=function(){var e=o("style",{type:"text/css"});return u(t.getElementsByTagName("head")[0],e),e.sheet||e.styleSheet}(),d={lines:12,length:7,width:5,radius:10,rotate:0,corners:1,color:"#000",speed:1,trail:100,opacity:.25,fps:20,zIndex:2e9,className:"spinner",top:"auto",left:"auto",position:"relative"},v=function m(e){if(!this.spin)return new m(e);this.opts=h(e||{},m.defaults,d)};v.defaults={},h(v.prototype,{spin:function(e){this.stop();var t=this,n=t.opts,r=t.el=c(o(0,{className:n.className}),{position:n.position,width:0,zIndex:n.zIndex}),i=n.radius+n.length+n.width,u,a;e&&(e.insertBefore(r,e.firstChild||null),a=p(e),u=p(r),c(r,{left:(n.left=="auto"?a.x-u.x+(e.offsetWidth>>1):parseInt(n.left,10)+i)+"px",top:(n.top=="auto"?a.y-u.y+(e.offsetHeight>>1):parseInt(n.top,10)+i)+"px"})),r.setAttribute("aria-role","progressbar"),t.lines(r,t.opts);if(!s){var f=0,l=n.fps,h=l/n.speed,d=(1-n.opacity)/(h*n.trail/100),v=h/n.lines;(function m(){f++;for(var e=n.lines;e;e--){var i=Math.max(1-(f+e*v)%h*d,n.opacity);t.opacity(r,n.lines-e,i,n)}t.timeout=t.el&&setTimeout(m,~~(1e3/l))})()}return t},stop:function(){var e=this.el;return e&&(clearTimeout(this.timeout),e.parentNode&&e.parentNode.removeChild(e),this.el=n),this},lines:function(e,t){function i(e,r){return c(o(),{position:"absolute",width:t.length+t.width+"px",height:t.width+"px",background:e,boxShadow:r,transformOrigin:"left",transform:"rotate("+~~(360/t.lines*n+t.rotate)+"deg) translate("+t.radius+"px"+",0)",borderRadius:(t.corners*t.width>>1)+"px"})}var n=0,r;for(;n<t.lines;n++)r=c(o(),{position:"absolute",top:1+~(t.width/2)+"px",transform:t.hwaccel?"translate3d(0,0,0)":"",opacity:t.opacity,animation:s&&f(t.opacity,t.trail,n,t.lines)+" "+1/t.speed+"s linear infinite"}),t.shadow&&u(r,c(i("#000","0 0 4px #000"),{top:"2px"})),u(e,u(r,i(t.color,"0 0 1px rgba(0,0,0,.1)")));return e},opacity:function(e,t,n){t<e.childNodes.length&&(e.childNodes[t].style.opacity=n)}}),function(){function e(e,t){return o("<"+e+' xmlns="urn:schemas-microsoft.com:vml" class="spin-vml">',t)}var t=c(o("group"),{behavior:"url(#default#VML)"});!l(t,"transform")&&t.adj?(a.addRule(".spin-vml","behavior:url(#default#VML)"),v.prototype.lines=function(t,n){function s(){return c(e("group",{coordsize:i+" "+i,coordorigin:-r+" "+ -r}),{width:i,height:i})}function l(t,i,o){u(a,u(c(s(),{rotation:360/n.lines*t+"deg",left:~~i}),u(c(e("roundrect",{arcsize:n.corners}),{width:r,height:n.width,left:n.radius,top:-n.width>>1,filter:o}),e("fill",{color:n.color,opacity:n.opacity}),e("stroke",{opacity:0}))))}var r=n.length+n.width,i=2*r,o=-(n.width+n.length)*2+"px",a=c(s(),{position:"absolute",top:o,left:o}),f;if(n.shadow)for(f=1;f<=n.lines;f++)l(f,-2,"progid:DXImageTransform.Microsoft.Blur(pixelradius=2,makeshadow=1,shadowopacity=.3)");for(f=1;f<=n.lines;f++)l(f);return u(t,a)},v.prototype.opacity=function(e,t,n,r){var i=e.firstChild;r=r.shadow&&r.lines||0,i&&t+r<i.childNodes.length&&(i=i.childNodes[t+r],i=i&&i.firstChild,i=i&&i.firstChild,i&&(i.opacity=n))}):s=l(t,"animation")}(),typeof define=="function"&&define.amd?define(function(){return v}):e.Spinner=v}(window,document);
 
themes/foundation/modules/spinjs/spinjs.php CHANGED
@@ -14,9 +14,9 @@ function foundation_spinjs_init() {
14
 
15
  wp_enqueue_script(
16
  'foundation_spinjs_jquery',
17
- foundation_get_base_module_url() . '/spinjs/spin-jquery.js',
18
  array( 'foundation_spinjs' ),
19
  md5( FOUNDATION_VERSION ),
20
  true
21
  );
22
- }
14
 
15
  wp_enqueue_script(
16
  'foundation_spinjs_jquery',
17
+ foundation_get_base_module_url() . '/spinjs/spin-jquery.min.js',
18
  array( 'foundation_spinjs' ),
19
  md5( FOUNDATION_VERSION ),
20
  true
21
  );
22
+ }
themes/foundation/modules/tappable/tappable.min.js CHANGED
@@ -1,59 +1 @@
1
- /*
2
- * jquery.tappable.js version 0.2
3
- *
4
- * 'Tapped' touch behaviour for elements
5
- *
6
- * - A 'touched' class is added to the element as soon as it is tapped (or, in
7
- * the case of a "long tap" - when the user keeps their finger down for a
8
- * moment - after a specified delay).
9
- *
10
- * - The supplied callback is called as soon as the user lifts their finger.
11
- *
12
- * - The class is removed, and firing of the callback cancelled, if the user moves
13
- * their finger (though this can be disabled).
14
- *
15
- * - If the browser doesn't support touch events, it falls back to click events.
16
- *
17
- * More detailed explanation of behaviour and background:
18
- * http://aanandprasad.com/articles/jquery-tappable/
19
- *
20
- * See it in action here: http://nnnnext.com
21
- *
22
- * I recommend that you add a `-webkit-tap-highlight-color: rgba(0,0,0,0)`
23
- * style rule to any elements you wish to make tappable, to hide the ugly grey
24
- * click overlay.
25
- *
26
- * Tested on iOS 4.3 and some version of Android, I don't know. Leave me alone.
27
- *
28
- * Basic usage:
29
- *
30
- * $(element).tappable(function() { console.log("Hello World!") })
31
- *
32
- * Advanced usage:
33
- *
34
- * $(element).tappable({
35
- * callback: function() { console.log("Hello World!") },
36
- * cancelOnMove: false,
37
- * touchDelay: 150,
38
- * onlyIf: function(el) { return $(el).hasClass('enabled') }
39
- * })
40
- *
41
- * Options:
42
- *
43
- * cancelOnMove: If truthy, then as soon as the user moves their finger, the
44
- * 'touched' class is removed from the element. When they lift
45
- * their finger, the callback will *not* be fired. Defaults to
46
- * true.
47
- *
48
- * touchDelay: Time to wait (ms) before adding the 'touched' class when the
49
- * user performs a "long tap". Best employed on elements that the
50
- * user is likely to touch while scrolling. Around 150 will work
51
- * well. Defaults to 0.
52
- *
53
- * onlyIf: Function to run as soon as the user touches the element, to
54
- * determine whether to do anything. If it returns a falsy value,
55
- * the 'touched' class will not be added and the callback will
56
- * not be fired.
57
- *
58
- */
59
- (function($){var touchSupported=("ontouchstart" in window);$.fn.tappable=function(options){var cancelOnMove=true,onlyIf=function(){return true},touchDelay=0,callback;switch(typeof options){case"function":callback=options;break;case"object":callback=options.callback;if(typeof options.cancelOnMove!="undefined"){cancelOnMove=options.cancelOnMove}if(typeof options.onlyIf!="undefined"){onlyIf=options.onlyIf}if(typeof options.touchDelay!="undefined"){touchDelay=options.touchDelay}break}var fireCallback=function(el,event){if(typeof callback=="function"&&onlyIf(el)){callback.call(el,event)}};if(touchSupported){this.bind("touchstart",function(event){var el=this;if(onlyIf(this)){$(el).addClass("touch-started");window.setTimeout(function(){if($(el).hasClass("touch-started")){$(el).addClass("touched")}},touchDelay)}return true});this.bind("touchend",function(event){var el=this;if($(el).hasClass("touch-started")){$(el).removeClass("touched").removeClass("touch-started");fireCallback(el,event)}return true});/*this.bind("click",function(event){ event.preventDefault() });*/if(cancelOnMove){this.bind("touchmove",function(){$(this).removeClass("touched").removeClass("touch-started")})}}else{if(typeof callback=="function"){this.bind("click",function(event){if(onlyIf(this)){callback.call(this,event)}})}}return this}})(jQuery);
1
+ (function($){var touchSupported=("ontouchstart" in window);$.fn.tappable=function(options){var cancelOnMove=true,onlyIf=function(){return true},touchDelay=0,callback;switch(typeof options){case"function":callback=options;break;case"object":callback=options.callback;if(typeof options.cancelOnMove!="undefined"){cancelOnMove=options.cancelOnMove}if(typeof options.onlyIf!="undefined"){onlyIf=options.onlyIf}if(typeof options.touchDelay!="undefined"){touchDelay=options.touchDelay}break}var fireCallback=function(el,event){if(typeof callback=="function"&&onlyIf(el)){callback.call(el,event)}};if(touchSupported){this.bind("touchstart",function(event){var el=this;if(onlyIf(this)){$(el).addClass("touch-started");window.setTimeout(function(){if($(el).hasClass("touch-started")){$(el).addClass("touched")}},touchDelay)}return true});this.bind("touchend",function(event){var el=this;if($(el).hasClass("touch-started")){$(el).removeClass("touched").removeClass("touch-started");fireCallback(el,event)}return true});/*this.bind("click",function(event){ event.preventDefault() });*/if(cancelOnMove){this.bind("touchmove",function(){$(this).removeClass("touched").removeClass("touch-started")})}}else{if(typeof callback=="function"){this.bind("click",function(event){if(onlyIf(this)){callback.call(this,event)}})}}return this}})(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
themes/foundation/modules/tappable/tappable.php CHANGED
@@ -18,9 +18,9 @@ function foundation_tappable_init() {
18
 
19
  wp_enqueue_script(
20
  'foundation_tappable_wptouch',
21
- foundation_get_base_module_url() . '/tappable/wptouch.tappable.js',
22
  array( 'foundation_tappable' ),
23
  md5( FOUNDATION_VERSION ),
24
  true
25
  );
26
- }
18
 
19
  wp_enqueue_script(
20
  'foundation_tappable_wptouch',
21
+ foundation_get_base_module_url() . '/tappable/wptouch.tappable.min.js',
22
  array( 'foundation_tappable' ),
23
  md5( FOUNDATION_VERSION ),
24
  true
25
  );
26
+ }
themes/foundation/modules/tappable/wptouch.tappable.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function bindTappableEls(e){jQuery(e).each(function(){jQuery(this).tappable({touchDelay:74})})}jQuery(window).load(function(){bindTappableEls(".tappable, .show-hide-toggle, .slide-toggle, .menu-btn")}),jQuery(document).ajaxComplete(function(){bindTappableEls(".tappable, .show-hide-toggle, .slide-toggle, .menu-btn")});
themes/foundation/modules/wptouch-icons-old/css/animation.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
themes/foundation/modules/wptouch-icons-old/css/wptouch-icons-codes.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .icon-arrow-left:before{content:'\e800'}.icon-caret-down:before{content:'\e801'}.icon-arrow-combo:before{content:'\e802'}.icon-yelp:before{content:'\e803'}.icon-key:before{content:'\e804'}.icon-left-open-big:before{content:'\e805'}.icon-user:before{content:'\e806'}.icon-signin:before{content:'\e807'}.icon-signout:before{content:'\e808'}.icon-search:before{content:'\e809'}.icon-reorder:before{content:'\e80a'}.icon-basket:before{content:'\e80b'}.icon-angle-right:before{content:'\e80c'}.icon-angle-left:before{content:'\e80d'}.icon-chevron-up:before{content:'\e80e'}.icon-chevron-down:before{content:'\e80f'}.icon-chevron-left:before{content:'\e810'}.icon-chevron-right:before{content:'\e811'}.icon-comment:before{content:'\e812'}.icon-comments:before{content:'\e813'}.icon-circle-arrow-left:before{content:'\e814'}.icon-circle-arrow-right:before{content:'\e815'}.icon-pencil:before{content:'\e816'}.icon-reply:before{content:'\e817'}.icon-envelope-alt:before{content:'\e818'}.icon-list-ul:before{content:'\e819'}.icon-tags:before{content:'\e81a'}.icon-twitter:before{content:'\e81b'}.icon-google-plus:before{content:'\e81c'}.icon-google-plus-sign:before{content:'\e81d'}.icon-facebook:before{content:'\e81e'}.icon-facebook-sign:before{content:'\e81f'}.icon-instagram:before{content:'\e820'}.icon-tumblr:before{content:'\e821'}.icon-pinterest:before{content:'\e822'}.icon-pinterest-sign:before{content:'\e823'}.icon-vine:before{content:'\e824'}.icon-book-open:before{content:'\e825'}.icon-youtube:before{content:'\e826'}.icon-linkedin-sign:before{content:'\e827'}.icon-plus:before{content:'\e828'}.icon-rss-sign:before{content:'\e829'}.icon-time:before{content:'\e82a'}.icon-camera-retro:before{content:'\e82b'}.icon-play:before{content:'\e82c'}.icon-filter:before{content:'\e82d'}.icon-minus:before{content:'\e82e'}.icon-ok-sign:before{content:'\e82f'}.icon-layout-tiles:before{content:'\e830'}.icon-layout-list:before{content:'\e831'}.icon-resize-full:before{content:'\e832'}.icon-cancel:before{content:'\e833'}.icon-cancel-circled:before{content:'\e834'}.icon-star:before{content:'\e835'}.icon-remove-sign:before{content:'\e836'}.icon-map-marker:before{content:'\e837'}.icon-cloud:before{content:'\e838'}.icon-cloud-download:before{content:'\e839'}.icon-info-sign:before{content:'\e83a'}.icon-copy:before{content:'\e83b'}.icon-download:before{content:'\e83c'}.icon-external-link:before{content:'\e83d'}.icon-warning-sign:before{content:'\e83e'}.icon-compass:before{content:'\e83f'}.icon-trash:before{content:'\e840'}.icon-th:before{content:'\e841'}.icon-menu:before{content:'\e842'}.icon-double-angle-up:before{content:'\e843'}.icon-arrow-down:before{content:'\e844'}.icon-caret-right:before{content:'\e845'}.icon-caret-left:before{content:'\e846'}.icon-caret-up:before{content:'\e847'}.icon-vimeo:before{content:'\e848'}.icon-phone:before{content:'\e849'}.icon-angle-up:before{content:'\e84a'}.icon-angle-down:before{content:'\e84b'}.icon-refresh:before{content:'\e84c'}.icon-info:before{content:'\e84d'}.icon-chat:before{content:'\e84e'}.icon-check:before{content:'\e84f'}
themes/foundation/modules/wptouch-icons-old/css/wptouch-icons-embedded.min.css ADDED
@@ -0,0 +1 @@
 
1
+ @font-face{font-family:wptouch-icons;src:url(../font/wptouch-icons.eot?1669035);src:url(../font/wptouch-icons.eot?1669035#iefix) format('embedded-opentype'),url(../font/wptouch-icons.svg?1669035#wptouch-icons) format('svg');font-weight:400;font-style:normal}@font-face{font-family:wptouch-icons;src:url(data:application/octet-stream;base64,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) format('woff'),url(data:application/octet-stream;base64,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AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRCmFycm93LWxlZnQKY2FyZXQtZG93bgthcnJvdy1jb21ibwR5ZWxwA2tleQ1sZWZ0LW9wZW4tYmlnBHVzZXIGc2lnbmluB3NpZ25vdXQGc2VhcmNoB3Jlb3JkZXIGYmFza2V0C2FuZ2xlLXJpZ2h0CmFuZ2xlLWxlZnQKY2hldnJvbi11cAxjaGV2cm9uLWRvd24MY2hldnJvbi1sZWZ0DWNoZXZyb24tcmlnaHQHY29tbWVudAhjb21tZW50cxFjaXJjbGUtYXJyb3ctbGVmdBJjaXJjbGUtYXJyb3ctcmlnaHQGcGVuY2lsBXJlcGx5DGVudmVsb3BlLWFsdAdsaXN0LXVsBHRhZ3MHdHdpdHRlcgtnb29nbGUtcGx1cxBnb29nbGUtcGx1cy1zaWduCGZhY2Vib29rDWZhY2Vib29rLXNpZ24JaW5zdGFncmFtBnR1bWJscglwaW50ZXJlc3QOcGludGVyZXN0LXNpZ24EdmluZQlib29rLW9wZW4HeW91dHViZQ1saW5rZWRpbi1zaWduBHBsdXMIcnNzLXNpZ24EdGltZQxjYW1lcmEtcmV0cm8EcGxheQZmaWx0ZXIFbWludXMHb2stc2lnbgxsYXlvdXQtdGlsZXMLbGF5b3V0LWxpc3QLcmVzaXplLWZ1bGwGY2FuY2VsDmNhbmNlbC1jaXJjbGVkBHN0YXILcmVtb3ZlLXNpZ24KbWFwLW1hcmtlcgVjbG91ZA5jbG91ZC1kb3dubG9hZAlpbmZvLXNpZ24EY29weQhkb3dubG9hZA1leHRlcm5hbC1saW5rDHdhcm5pbmctc2lnbgdjb21wYXNzBXRyYXNoAnRoBG1lbnUPZG91YmxlLWFuZ2xlLXVwCmFycm93LWRvd24LY2FyZXQtcmlnaHQKY2FyZXQtbGVmdAhjYXJldC11cAV2aW1lbwVwaG9uZQhhbmdsZS11cAphbmdsZS1kb3duB3JlZnJlc2gEaW5mbwRjaGF0BWNoZWNrAAAAAAAAAQAB//8ADwAAAAAAAAAAAAAAALAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCBk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VFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABjYyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKxAAAqsQAFQrEACCqxAAVCsQAIKrEABUK5AAAACSqxAAVCuQAAAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbEADCq4Af+FsASNsQIARAA=) format('truetype')}[class*=" icon-"]:before,[class^=icon-]:before{font-family:wptouch-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-arrow-left:before{content:'\e800'}.icon-caret-down:before{content:'\e801'}.icon-arrow-combo:before{content:'\e802'}.icon-yelp:before{content:'\e803'}.icon-key:before{content:'\e804'}.icon-left-open-big:before{content:'\e805'}.icon-user:before{content:'\e806'}.icon-signin:before{content:'\e807'}.icon-signout:before{content:'\e808'}.icon-search:before{content:'\e809'}.icon-reorder:before{content:'\e80a'}.icon-basket:before{content:'\e80b'}.icon-angle-right:before{content:'\e80c'}.icon-angle-left:before{content:'\e80d'}.icon-chevron-up:before{content:'\e80e'}.icon-chevron-down:before{content:'\e80f'}.icon-chevron-left:before{content:'\e810'}.icon-chevron-right:before{content:'\e811'}.icon-comment:before{content:'\e812'}.icon-comments:before{content:'\e813'}.icon-circle-arrow-left:before{content:'\e814'}.icon-circle-arrow-right:before{content:'\e815'}.icon-pencil:before{content:'\e816'}.icon-reply:before{content:'\e817'}.icon-envelope-alt:before{content:'\e818'}.icon-list-ul:before{content:'\e819'}.icon-tags:before{content:'\e81a'}.icon-twitter:before{content:'\e81b'}.icon-google-plus:before{content:'\e81c'}.icon-google-plus-sign:before{content:'\e81d'}.icon-facebook:before{content:'\e81e'}.icon-facebook-sign:before{content:'\e81f'}.icon-instagram:before{content:'\e820'}.icon-tumblr:before{content:'\e821'}.icon-pinterest:before{content:'\e822'}.icon-pinterest-sign:before{content:'\e823'}.icon-vine:before{content:'\e824'}.icon-book-open:before{content:'\e825'}.icon-youtube:before{content:'\e826'}.icon-linkedin-sign:before{content:'\e827'}.icon-plus:before{content:'\e828'}.icon-rss-sign:before{content:'\e829'}.icon-time:before{content:'\e82a'}.icon-camera-retro:before{content:'\e82b'}.icon-play:before{content:'\e82c'}.icon-filter:before{content:'\e82d'}.icon-minus:before{content:'\e82e'}.icon-ok-sign:before{content:'\e82f'}.icon-layout-tiles:before{content:'\e830'}.icon-layout-list:before{content:'\e831'}.icon-resize-full:before{content:'\e832'}.icon-cancel:before{content:'\e833'}.icon-cancel-circled:before{content:'\e834'}.icon-star:before{content:'\e835'}.icon-remove-sign:before{content:'\e836'}.icon-map-marker:before{content:'\e837'}.icon-cloud:before{content:'\e838'}.icon-cloud-download:before{content:'\e839'}.icon-info-sign:before{content:'\e83a'}.icon-copy:before{content:'\e83b'}.icon-download:before{content:'\e83c'}.icon-external-link:before{content:'\e83d'}.icon-warning-sign:before{content:'\e83e'}.icon-compass:before{content:'\e83f'}.icon-trash:before{content:'\e840'}.icon-th:before{content:'\e841'}.icon-menu:before{content:'\e842'}.icon-double-angle-up:before{content:'\e843'}.icon-arrow-down:before{content:'\e844'}.icon-caret-right:before{content:'\e845'}.icon-caret-left:before{content:'\e846'}.icon-caret-up:before{content:'\e847'}.icon-vimeo:before{content:'\e848'}.icon-phone:before{content:'\e849'}.icon-angle-up:before{content:'\e84a'}.icon-angle-down:before{content:'\e84b'}.icon-refresh:before{content:'\e84c'}.icon-info:before{content:'\e84d'}.icon-chat:before{content:'\e84e'}.icon-check:before{content:'\e84f'}
themes/foundation/modules/wptouch-icons-old/css/wptouch-icons-ie7-codes.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;')}.icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;')}.icon-arrow-combo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;')}.icon-yelp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;')}.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;')}.icon-left-open-big{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;')}.icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;')}.icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;')}.icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;')}.icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;')}.icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;')}.icon-basket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;')}.icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;')}.icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;')}.icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;')}.icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;')}.icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;')}.icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;')}.icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;')}.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;')}.icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;')}.icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;')}.icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;')}.icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;')}.icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;')}.icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;')}.icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;')}.icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;')}.icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;')}.icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;')}.icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;')}.icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;')}.icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;')}.icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;')}.icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;')}.icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;')}.icon-vine{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;')}.icon-book-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;')}.icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&nbsp;')}.icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe827;&nbsp;')}.icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;')}.icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe829;&nbsp;')}.icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82a;&nbsp;')}.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82b;&nbsp;')}.icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82c;&nbsp;')}.icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82d;&nbsp;')}.icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82e;&nbsp;')}.icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82f;&nbsp;')}.icon-layout-tiles{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe830;&nbsp;')}.icon-layout-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe831;&nbsp;')}.icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;')}.icon-cancel{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe833;&nbsp;')}.icon-cancel-circled{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;')}.icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe835;&nbsp;')}.icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe836;&nbsp;')}.icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe837;&nbsp;')}.icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe838;&nbsp;')}.icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe839;&nbsp;')}.icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83a;&nbsp;')}.icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83b;&nbsp;')}.icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83c;&nbsp;')}.icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83d;&nbsp;')}.icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83e;&nbsp;')}.icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83f;&nbsp;')}.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe840;&nbsp;')}.icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe841;&nbsp;')}.icon-menu{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe842;&nbsp;')}.icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe843;&nbsp;')}.icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe844;&nbsp;')}.icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe845;&nbsp;')}.icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe846;&nbsp;')}.icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe847;&nbsp;')}.icon-vimeo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe848;&nbsp;')}.icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe849;&nbsp;')}.icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84a;&nbsp;')}.icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84b;&nbsp;')}.icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84c;&nbsp;')}.icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84d;&nbsp;')}.icon-chat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84e;&nbsp;')}.icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84f;&nbsp;')}
themes/foundation/modules/wptouch-icons-old/css/wptouch-icons-ie7.min.css ADDED
@@ -0,0 +1 @@
 
1
+ [class*=" icon-"],[class^=icon-]{font-family:wptouch-icons;font-style:normal;font-weight:400;line-height:1em}.icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;')}.icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;')}.icon-arrow-combo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;')}.icon-yelp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;')}.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;')}.icon-left-open-big{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;')}.icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;')}.icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;')}.icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;')}.icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;')}.icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;')}.icon-basket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;')}.icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;')}.icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;')}.icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;')}.icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;')}.icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;')}.icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;')}.icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;')}.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;')}.icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;')}.icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;')}.icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;')}.icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;')}.icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;')}.icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;')}.icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;')}.icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;')}.icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;')}.icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;')}.icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;')}.icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;')}.icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;')}.icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;')}.icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;')}.icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;')}.icon-vine{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;')}.icon-book-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;')}.icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&nbsp;')}.icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe827;&nbsp;')}.icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;')}.icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe829;&nbsp;')}.icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82a;&nbsp;')}.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82b;&nbsp;')}.icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82c;&nbsp;')}.icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82d;&nbsp;')}.icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82e;&nbsp;')}.icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82f;&nbsp;')}.icon-layout-tiles{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe830;&nbsp;')}.icon-layout-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe831;&nbsp;')}.icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;')}.icon-cancel{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe833;&nbsp;')}.icon-cancel-circled{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;')}.icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe835;&nbsp;')}.icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe836;&nbsp;')}.icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe837;&nbsp;')}.icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe838;&nbsp;')}.icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe839;&nbsp;')}.icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83a;&nbsp;')}.icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83b;&nbsp;')}.icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83c;&nbsp;')}.icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83d;&nbsp;')}.icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83e;&nbsp;')}.icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83f;&nbsp;')}.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe840;&nbsp;')}.icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe841;&nbsp;')}.icon-menu{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe842;&nbsp;')}.icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe843;&nbsp;')}.icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe844;&nbsp;')}.icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe845;&nbsp;')}.icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe846;&nbsp;')}.icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe847;&nbsp;')}.icon-vimeo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe848;&nbsp;')}.icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe849;&nbsp;')}.icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84a;&nbsp;')}.icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84b;&nbsp;')}.icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84c;&nbsp;')}.icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84d;&nbsp;')}.icon-chat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84e;&nbsp;')}.icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84f;&nbsp;')}
themes/foundation/modules/wptouch-icons-old/css/wptouch-icons.min.css ADDED
@@ -0,0 +1 @@
 
1
+ @font-face{font-family:wptouch-icons;src:url(../font/wptouch-icons.eot?64777116);src:url(../font/wptouch-icons.eot?64777116#iefix) format('embedded-opentype'),url(../font/wptouch-icons.woff?64777116) format('woff'),url(../font/wptouch-icons.ttf?64777116) format('truetype'),url(../font/wptouch-icons.svg?64777116#wptouch-icons) format('svg');font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:wptouch-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-arrow-left:before{content:'\e800'}.icon-caret-down:before{content:'\e801'}.icon-arrow-combo:before{content:'\e802'}.icon-yelp:before{content:'\e803'}.icon-key:before{content:'\e804'}.icon-left-open-big:before{content:'\e805'}.icon-user:before{content:'\e806'}.icon-signin:before{content:'\e807'}.icon-signout:before{content:'\e808'}.icon-search:before{content:'\e809'}.icon-reorder:before{content:'\e80a'}.icon-basket:before{content:'\e80b'}.icon-angle-right:before{content:'\e80c'}.icon-angle-left:before{content:'\e80d'}.icon-chevron-up:before{content:'\e80e'}.icon-chevron-down:before{content:'\e80f'}.icon-chevron-left:before{content:'\e810'}.icon-chevron-right:before{content:'\e811'}.icon-comment:before{content:'\e812'}.icon-comments:before{content:'\e813'}.icon-circle-arrow-left:before{content:'\e814'}.icon-circle-arrow-right:before{content:'\e815'}.icon-pencil:before{content:'\e816'}.icon-reply:before{content:'\e817'}.icon-envelope-alt:before{content:'\e818'}.icon-list-ul:before{content:'\e819'}.icon-tags:before{content:'\e81a'}.icon-twitter:before{content:'\e81b'}.icon-google-plus:before{content:'\e81c'}.icon-google-plus-sign:before{content:'\e81d'}.icon-facebook:before{content:'\e81e'}.icon-facebook-sign:before{content:'\e81f'}.icon-instagram:before{content:'\e820'}.icon-tumblr:before{content:'\e821'}.icon-pinterest:before{content:'\e822'}.icon-pinterest-sign:before{content:'\e823'}.icon-vine:before{content:'\e824'}.icon-book-open:before{content:'\e825'}.icon-youtube:before{content:'\e826'}.icon-linkedin-sign:before{content:'\e827'}.icon-plus:before{content:'\e828'}.icon-rss-sign:before{content:'\e829'}.icon-time:before{content:'\e82a'}.icon-camera-retro:before{content:'\e82b'}.icon-play:before{content:'\e82c'}.icon-filter:before{content:'\e82d'}.icon-minus:before{content:'\e82e'}.icon-ok-sign:before{content:'\e82f'}.icon-layout-tiles:before{content:'\e830'}.icon-layout-list:before{content:'\e831'}.icon-resize-full:before{content:'\e832'}.icon-cancel:before{content:'\e833'}.icon-cancel-circled:before{content:'\e834'}.icon-star:before{content:'\e835'}.icon-remove-sign:before{content:'\e836'}.icon-map-marker:before{content:'\e837'}.icon-cloud:before{content:'\e838'}.icon-cloud-download:before{content:'\e839'}.icon-info-sign:before{content:'\e83a'}.icon-copy:before{content:'\e83b'}.icon-download:before{content:'\e83c'}.icon-external-link:before{content:'\e83d'}.icon-warning-sign:before{content:'\e83e'}.icon-compass:before{content:'\e83f'}.icon-trash:before{content:'\e840'}.icon-th:before{content:'\e841'}.icon-menu:before{content:'\e842'}.icon-double-angle-up:before{content:'\e843'}.icon-arrow-down:before{content:'\e844'}.icon-caret-right:before{content:'\e845'}.icon-caret-left:before{content:'\e846'}.icon-caret-up:before{content:'\e847'}.icon-vimeo:before{content:'\e848'}.icon-phone:before{content:'\e849'}.icon-angle-up:before{content:'\e84a'}.icon-angle-down:before{content:'\e84b'}.icon-refresh:before{content:'\e84c'}.icon-info:before{content:'\e84d'}.icon-chat:before{content:'\e84e'}.icon-check:before{content:'\e84f'}
themes/foundation/modules/wptouch-icons/css/animation.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
themes/foundation/modules/wptouch-icons/css/wptouch-icons-codes.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .icon-arrow-left:before,.wptouch-icon-arrow-left:before{content:'\e800'}.icon-caret-down:before,.wptouch-icon-caret-down:before{content:'\e801'}.icon-arrow-combo:before,.wptouch-icon-arrow-combo:before{content:'\e802'}.icon-yelp:before,.wptouch-icon-yelp:before{content:'\e803'}.icon-key:before,.wptouch-icon-key:before{content:'\e804'}.icon-left-open-big:before,.wptouch-icon-left-open-big:before{content:'\e805'}.icon-user:before,.wptouch-icon-user:before{content:'\e806'}.icon-signin:before,.wptouch-icon-signin:before{content:'\e807'}.icon-signout:before,.wptouch-icon-signout:before{content:'\e808'}.icon-search:before,.wptouch-icon-search:before{content:'\e809'}.icon-reorder:before,.wptouch-icon-reorder:before{content:'\e80a'}.icon-basket:before,.wptouch-icon-basket:before{content:'\e80b'}.icon-angle-right:before,.wptouch-icon-angle-right:before{content:'\e80c'}.icon-angle-left:before,.wptouch-icon-angle-left:before{content:'\e80d'}.icon-chevron-up:before,.wptouch-icon-chevron-up:before{content:'\e80e'}.icon-chevron-down:before,.wptouch-icon-chevron-down:before{content:'\e80f'}.icon-chevron-left:before,.wptouch-icon-chevron-left:before{content:'\e810'}.icon-chevron-right:before,.wptouch-icon-chevron-right:before{content:'\e811'}.icon-comment:before,.wptouch-icon-comment:before{content:'\e812'}.icon-comments:before,.wptouch-icon-comments:before{content:'\e813'}.icon-circle-arrow-left:before,.wptouch-icon-circle-arrow-left:before{content:'\e814'}.icon-circle-arrow-right:before,.wptouch-icon-circle-arrow-right:before{content:'\e815'}.icon-pencil:before,.wptouch-icon-pencil:before{content:'\e816'}.icon-reply:before,.wptouch-icon-reply:before{content:'\e817'}.icon-envelope-alt:before,.wptouch-icon-envelope-alt:before{content:'\e818'}.icon-list-ul:before,.wptouch-icon-list-ul:before{content:'\e819'}.icon-tags:before,.wptouch-icon-tags:before{content:'\e81a'}.icon-twitter:before,.wptouch-icon-twitter:before{content:'\e81b'}.icon-google-plus:before,.wptouch-icon-google-plus:before{content:'\e81c'}.icon-google-plus-sign:before,.wptouch-icon-google-plus-sign:before{content:'\e81d'}.icon-facebook:before,.wptouch-icon-facebook:before{content:'\e81e'}.icon-facebook-sign:before,.wptouch-icon-facebook-sign:before{content:'\e81f'}.icon-instagram:before,.wptouch-icon-instagram:before{content:'\e820'}.icon-tumblr:before,.wptouch-icon-tumblr:before{content:'\e821'}.icon-pinterest:before,.wptouch-icon-pinterest:before{content:'\e822'}.icon-pinterest-sign:before,.wptouch-icon-pinterest-sign:before{content:'\e823'}.icon-vine:before,.wptouch-icon-vine:before{content:'\e824'}.icon-book-open:before,.wptouch-icon-book-open:before{content:'\e825'}.icon-youtube:before,.wptouch-icon-youtube:before{content:'\e826'}.icon-linkedin-sign:before,.wptouch-icon-linkedin-sign:before{content:'\e827'}.icon-plus:before,.wptouch-icon-plus:before{content:'\e828'}.icon-rss-sign:before,.wptouch-icon-rss-sign:before{content:'\e829'}.icon-time:before,.wptouch-icon-time:before{content:'\e82a'}.icon-camera-retro:before,.wptouch-icon-camera-retro:before{content:'\e82b'}.icon-play:before,.wptouch-icon-play:before{content:'\e82c'}.icon-filter:before,.wptouch-icon-filter:before{content:'\e82d'}.icon-minus:before,.wptouch-icon-minus:before{content:'\e82e'}.icon-ok-sign:before,.wptouch-icon-ok-sign:before{content:'\e82f'}.icon-layout-tiles:before,.wptouch-icon-layout-tiles:before{content:'\e830'}.icon-layout-list:before,.wptouch-icon-layout-list:before{content:'\e831'}.icon-resize-full:before,.wptouch-icon-resize-full:before{content:'\e832'}.icon-cancel:before,.wptouch-icon-cancel:before{content:'\e833'}.icon-cancel-circled:before,.wptouch-icon-cancel-circled:before{content:'\e834'}.icon-star:before,.wptouch-icon-star:before{content:'\e835'}.icon-remove-sign:before,.wptouch-icon-remove-sign:before{content:'\e836'}.icon-map-marker:before,.wptouch-icon-map-marker:before{content:'\e837'}.icon-cloud:before,.wptouch-icon-cloud:before{content:'\e838'}.icon-cloud-download:before,.wptouch-icon-cloud-download:before{content:'\e839'}.icon-info-sign:before,.wptouch-icon-info-sign:before{content:'\e83a'}.icon-copy:before,.wptouch-icon-copy:before{content:'\e83b'}.icon-download:before,.wptouch-icon-download:before{content:'\e83c'}.icon-external-link:before,.wptouch-icon-external-link:before{content:'\e83d'}.icon-warning-sign:before,.wptouch-icon-warning-sign:before{content:'\e83e'}.icon-compass:before,.wptouch-icon-compass:before{content:'\e83f'}.icon-trash:before,.wptouch-icon-trash:before{content:'\e840'}.icon-th:before,.wptouch-icon-th:before{content:'\e841'}.icon-menu:before,.wptouch-icon-menu:before{content:'\e842'}.icon-double-angle-up:before,.wptouch-icon-double-angle-up:before{content:'\e843'}.icon-arrow-down:before,.wptouch-icon-arrow-down:before{content:'\e844'}.icon-caret-right:before,.wptouch-icon-caret-right:before{content:'\e845'}.icon-caret-left:before,.wptouch-icon-caret-left:before{content:'\e846'}.icon-caret-up:before,.wptouch-icon-caret-up:before{content:'\e847'}.icon-vimeo:before,.wptouch-icon-vimeo:before{content:'\e848'}.icon-phone:before,.wptouch-icon-phone:before{content:'\e849'}.icon-angle-up:before,.wptouch-icon-angle-up:before{content:'\e84a'}.icon-angle-down:before,.wptouch-icon-angle-down:before{content:'\e84b'}.icon-refresh:before,.wptouch-icon-refresh:before{content:'\e84c'}.icon-info:before,.wptouch-icon-info:before{content:'\e84d'}.icon-chat:before,.wptouch-icon-chat:before{content:'\e84e'}.icon-check:before,.wptouch-icon-check:before{content:'\e84f'}
themes/foundation/modules/wptouch-icons/css/wptouch-icons-embedded.min.css ADDED
@@ -0,0 +1 @@
 
1
+ @font-face{font-family:wptouch-icons;src:url(../font/wptouch-icons.eot?1669035);src:url(../font/wptouch-icons.eot?1669035#iefix) format('embedded-opentype'),url(../font/wptouch-icons.svg?1669035#wptouch-icons) format('svg');font-weight:400;font-style:normal}@font-face{font-family:wptouch-icons;src:url(data:application/octet-stream;base64,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) format('woff'),url(data:application/octet-stream;base64,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AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRCmFycm93LWxlZnQKY2FyZXQtZG93bgthcnJvdy1jb21ibwR5ZWxwA2tleQ1sZWZ0LW9wZW4tYmlnBHVzZXIGc2lnbmluB3NpZ25vdXQGc2VhcmNoB3Jlb3JkZXIGYmFza2V0C2FuZ2xlLXJpZ2h0CmFuZ2xlLWxlZnQKY2hldnJvbi11cAxjaGV2cm9uLWRvd24MY2hldnJvbi1sZWZ0DWNoZXZyb24tcmlnaHQHY29tbWVudAhjb21tZW50cxFjaXJjbGUtYXJyb3ctbGVmdBJjaXJjbGUtYXJyb3ctcmlnaHQGcGVuY2lsBXJlcGx5DGVudmVsb3BlLWFsdAdsaXN0LXVsBHRhZ3MHdHdpdHRlcgtnb29nbGUtcGx1cxBnb29nbGUtcGx1cy1zaWduCGZhY2Vib29rDWZhY2Vib29rLXNpZ24JaW5zdGFncmFtBnR1bWJscglwaW50ZXJlc3QOcGludGVyZXN0LXNpZ24EdmluZQlib29rLW9wZW4HeW91dHViZQ1saW5rZWRpbi1zaWduBHBsdXMIcnNzLXNpZ24EdGltZQxjYW1lcmEtcmV0cm8EcGxheQZmaWx0ZXIFbWludXMHb2stc2lnbgxsYXlvdXQtdGlsZXMLbGF5b3V0LWxpc3QLcmVzaXplLWZ1bGwGY2FuY2VsDmNhbmNlbC1jaXJjbGVkBHN0YXILcmVtb3ZlLXNpZ24KbWFwLW1hcmtlcgVjbG91ZA5jbG91ZC1kb3dubG9hZAlpbmZvLXNpZ24EY29weQhkb3dubG9hZA1leHRlcm5hbC1saW5rDHdhcm5pbmctc2lnbgdjb21wYXNzBXRyYXNoAnRoBG1lbnUPZG91YmxlLWFuZ2xlLXVwCmFycm93LWRvd24LY2FyZXQtcmlnaHQKY2FyZXQtbGVmdAhjYXJldC11cAV2aW1lbwVwaG9uZQhhbmdsZS11cAphbmdsZS1kb3duB3JlZnJlc2gEaW5mbwRjaGF0BWNoZWNrAAAAAAAAAQAB//8ADwAAAAAAAAAAAAAAALAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCBk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VFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABjYyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKxAAAqsQAFQrEACCqxAAVCsQAIKrEABUK5AAAACSqxAAVCuQAAAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbEADCq4Af+FsASNsQIARAA=) format('truetype')}[class*=" icon-"]:before,[class^=icon-]:before{font-family:wptouch-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-arrow-left:before,.wptouch-icon-arrow-left:before{content:'\e800'}.icon-caret-down:before,.wptouch-icon-caret-down:before{content:'\e801'}.icon-arrow-combo:before,.wptouch-icon-arrow-combo:before{content:'\e802'}.icon-yelp:before,.wptouch-icon-yelp:before{content:'\e803'}.icon-key:before,.wptouch-icon-key:before{content:'\e804'}.icon-left-open-big:before,.wptouch-icon-left-open-big:before{content:'\e805'}.icon-user:before,.wptouch-icon-user:before{content:'\e806'}.icon-signin:before,.wptouch-icon-signin:before{content:'\e807'}.icon-signout:before,.wptouch-icon-signout:before{content:'\e808'}.icon-search:before,.wptouch-icon-search:before{content:'\e809'}.icon-reorder:before,.wptouch-icon-reorder:before{content:'\e80a'}.icon-basket:before,.wptouch-icon-basket:before{content:'\e80b'}.icon-angle-right:before,.wptouch-icon-angle-right:before{content:'\e80c'}.icon-angle-left:before,.wptouch-icon-angle-left:before{content:'\e80d'}.icon-chevron-up:before,.wptouch-icon-chevron-up:before{content:'\e80e'}.icon-chevron-down:before,.wptouch-icon-chevron-down:before{content:'\e80f'}.icon-chevron-left:before,.wptouch-icon-chevron-left:before{content:'\e810'}.icon-chevron-right:before,.wptouch-icon-chevron-right:before{content:'\e811'}.icon-comment:before,.wptouch-icon-comment:before{content:'\e812'}.icon-comments:before,.wptouch-icon-comments:before{content:'\e813'}.icon-circle-arrow-left:before,.wptouch-icon-circle-arrow-left:before{content:'\e814'}.icon-circle-arrow-right:before,.wptouch-icon-circle-arrow-right:before{content:'\e815'}.icon-pencil:before,.wptouch-icon-pencil:before{content:'\e816'}.icon-reply:before,.wptouch-icon-reply:before{content:'\e817'}.icon-envelope-alt:before,.wptouch-icon-envelope-alt:before{content:'\e818'}.icon-list-ul:before,.wptouch-icon-list-ul:before{content:'\e819'}.icon-tags:before,.wptouch-icon-tags:before{content:'\e81a'}.icon-twitter:before,.wptouch-icon-twitter:before{content:'\e81b'}.icon-google-plus:before,.wptouch-icon-google-plus:before{content:'\e81c'}.icon-google-plus-sign:before,.wptouch-icon-google-plus-sign:before{content:'\e81d'}.icon-facebook:before,.wptouch-icon-facebook:before{content:'\e81e'}.icon-facebook-sign:before,.wptouch-icon-facebook-sign:before{content:'\e81f'}.icon-instagram:before,.wptouch-icon-instagram:before{content:'\e820'}.icon-tumblr:before,.wptouch-icon-tumblr:before{content:'\e821'}.icon-pinterest:before,.wptouch-icon-pinterest:before{content:'\e822'}.icon-pinterest-sign:before,.wptouch-icon-pinterest-sign:before{content:'\e823'}.icon-vine:before,.wptouch-icon-vine:before{content:'\e824'}.icon-book-open:before,.wptouch-icon-book-open:before{content:'\e825'}.icon-youtube:before,.wptouch-icon-youtube:before{content:'\e826'}.icon-linkedin-sign:before,.wptouch-icon-linkedin-sign:before{content:'\e827'}.icon-plus:before,.wptouch-icon-plus:before{content:'\e828'}.icon-rss-sign:before,.wptouch-icon-rss-sign:before{content:'\e829'}.icon-time:before,.wptouch-icon-time:before{content:'\e82a'}.icon-camera-retro:before,.wptouch-icon-camera-retro:before{content:'\e82b'}.icon-play:before,.wptouch-icon-play:before{content:'\e82c'}.icon-filter:before,.wptouch-icon-filter:before{content:'\e82d'}.icon-minus:before,.wptouch-icon-minus:before{content:'\e82e'}.icon-ok-sign:before,.wptouch-icon-ok-sign:before{content:'\e82f'}.icon-layout-tiles:before,.wptouch-icon-layout-tiles:before{content:'\e830'}.icon-layout-list:before,.wptouch-icon-layout-list:before{content:'\e831'}.icon-resize-full:before,.wptouch-icon-resize-full:before{content:'\e832'}.icon-cancel:before,.wptouch-icon-cancel:before{content:'\e833'}.icon-cancel-circled:before,.wptouch-icon-cancel-circled:before{content:'\e834'}.icon-star:before,.wptouch-icon-star:before{content:'\e835'}.icon-remove-sign:before,.wptouch-icon-remove-sign:before{content:'\e836'}.icon-map-marker:before,.wptouch-icon-map-marker:before{content:'\e837'}.icon-cloud:before,.wptouch-icon-cloud:before{content:'\e838'}.icon-cloud-download:before,.wptouch-icon-cloud-download:before{content:'\e839'}.icon-info-sign:before,.wptouch-icon-info-sign:before{content:'\e83a'}.icon-copy:before,.wptouch-icon-copy:before{content:'\e83b'}.icon-download:before,.wptouch-icon-download:before{content:'\e83c'}.icon-external-link:before,.wptouch-icon-external-link:before{content:'\e83d'}.icon-warning-sign:before,.wptouch-icon-warning-sign:before{content:'\e83e'}.icon-compass:before,.wptouch-icon-compass:before{content:'\e83f'}.icon-trash:before,.wptouch-icon-trash:before{content:'\e840'}.icon-th:before,.wptouch-icon-th:before{content:'\e841'}.icon-menu:before,.wptouch-icon-menu:before{content:'\e842'}.icon-double-angle-up:before,.wptouch-icon-double-angle-up:before{content:'\e843'}.icon-arrow-down:before,.wptouch-icon-arrow-down:before{content:'\e844'}.icon-caret-right:before,.wptouch-icon-caret-right:before{content:'\e845'}.icon-caret-left:before,.wptouch-icon-caret-left:before{content:'\e846'}.icon-caret-up:before,.wptouch-icon-caret-up:before{content:'\e847'}.icon-vimeo:before,.wptouch-icon-vimeo:before{content:'\e848'}.icon-phone:before,.wptouch-icon-phone:before{content:'\e849'}.icon-angle-up:before,.wptouch-icon-angle-up:before{content:'\e84a'}.icon-angle-down:before,.wptouch-icon-angle-down:before{content:'\e84b'}.icon-refresh:before,.wptouch-icon-refresh:before{content:'\e84c'}.icon-info:before,.wptouch-icon-info:before{content:'\e84d'}.icon-chat:before,.wptouch-icon-chat:before{content:'\e84e'}.icon-check:before,.wptouch-icon-check:before{content:'\e84f'}
themes/foundation/modules/wptouch-icons/css/wptouch-icons-ie7-codes.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .icon-arrow-left,.wptouch-icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;')}.icon-caret-down,.wptouch-icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;')}.icon-arrow-combo,.wptouch-icon-arrow-combo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;')}.icon-yelp,.wptouch-icon-yelp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;')}.icon-key,.wptouch-icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;')}.icon-left-open-big,.wptouch-icon-left-open-big{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;')}.icon-user,.wptouch-icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;')}.icon-signin,.wptouch-icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;')}.icon-signout,.wptouch-icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;')}.icon-search,.wptouch-icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;')}.icon-reorder,.wptouch-icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;')}.icon-basket,.wptouch-icon-basket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;')}.icon-angle-right,.wptouch-icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;')}.icon-angle-left,.wptouch-icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;')}.icon-chevron-up,.wptouch-icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;')}.icon-chevron-down,.wptouch-icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;')}.icon-chevron-left,.wptouch-icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;')}.icon-chevron-right,.wptouch-icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;')}.icon-comment,.wptouch-icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;')}.icon-comments,.wptouch-icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;')}.icon-circle-arrow-left,.wptouch-icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;')}.icon-circle-arrow-right,.wptouch-icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;')}.icon-pencil,.wptouch-icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;')}.icon-reply,.wptouch-icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;')}.icon-envelope-alt,.wptouch-icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;')}.icon-list-ul,.wptouch-icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;')}.icon-tags,.wptouch-icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;')}.icon-twitter,.wptouch-icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;')}.icon-google-plus,.wptouch-icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;')}.icon-google-plus-sign,.wptouch-icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;')}.icon-facebook,.wptouch-icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;')}.icon-facebook-sign,.wptouch-icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;')}.icon-instagram,.wptouch-icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;')}.icon-tumblr,.wptouch-icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;')}.icon-pinterest,.wptouch-icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;')}.icon-pinterest-sign,.wptouch-icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;')}.icon-vine,.wptouch-icon-vine{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;')}.icon-book-open,.wptouch-icon-book-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;')}.icon-youtube,.wptouch-icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&nbsp;')}.icon-linkedin-sign,.wptouch-icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe827;&nbsp;')}.icon-plus,.wptouch-icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;')}.icon-rss-sign,.wptouch-icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe829;&nbsp;')}.icon-time,.wptouch-icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82a;&nbsp;')}.icon-camera-retro,.wptouch-icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82b;&nbsp;')}.icon-play,.wptouch-icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82c;&nbsp;')}.icon-filter,.wptouch-icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82d;&nbsp;')}.icon-minus,.wptouch-icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82e;&nbsp;')}.icon-ok-sign,.wptouch-icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82f;&nbsp;')}.icon-layout-tiles,.wptouch-icon-layout-tiles{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe830;&nbsp;')}.icon-layout-list,.wptouch-icon-layout-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe831;&nbsp;')}.icon-resize-full,.wptouch-icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;')}.icon-cancel,.wptouch-icon-cancel{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe833;&nbsp;')}.icon-cancel-circled,.wptouch-icon-cancel-circled{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;')}.icon-star,.wptouch-icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe835;&nbsp;')}.icon-remove-sign,.wptouch-icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe836;&nbsp;')}.icon-map-marker,.wptouch-icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe837;&nbsp;')}.icon-cloud,.wptouch-icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe838;&nbsp;')}.icon-cloud-download,.wptouch-icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe839;&nbsp;')}.icon-info-sign,.wptouch-icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83a;&nbsp;')}.icon-copy,.wptouch-icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83b;&nbsp;')}.icon-download,.wptouch-icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83c;&nbsp;')}.icon-external-link,.wptouch-icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83d;&nbsp;')}.icon-warning-sign,.wptouch-icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83e;&nbsp;')}.icon-compass,.wptouch-icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83f;&nbsp;')}.icon-trash,.wptouch-icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe840;&nbsp;')}.icon-th,.wptouch-icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe841;&nbsp;')}.icon-menu,.wptouch-icon-menu{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe842;&nbsp;')}.icon-double-angle-up,.wptouch-icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe843;&nbsp;')}.icon-arrow-down,.wptouch-icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe844;&nbsp;')}.icon-caret-right,.wptouch-icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe845;&nbsp;')}.icon-caret-left,.wptouch-icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe846;&nbsp;')}.icon-caret-up,.wptouch-icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe847;&nbsp;')}.icon-vimeo,.wptouch-icon-vimeo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe848;&nbsp;')}.icon-phone,.wptouch-icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe849;&nbsp;')}.icon-angle-up,.wptouch-icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84a;&nbsp;')}.icon-angle-down,.wptouch-icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84b;&nbsp;')}.icon-refresh,.wptouch-icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84c;&nbsp;')}.icon-info,.wptouch-icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84d;&nbsp;')}.icon-chat,.wptouch-icon-chat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84e;&nbsp;')}.icon-check,.wptouch-icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84f;&nbsp;')}
themes/foundation/modules/wptouch-icons/css/wptouch-icons-ie7.min.css ADDED
@@ -0,0 +1 @@
 
1
+ [class*=" icon-"],[class*=" wptouch-icon-"],[class^=icon-],[class^=wptouch-icon-]{font-family:wptouch-icons;font-style:normal;font-weight:400;line-height:1em}.icon-arrow-left,.wptouch-icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;')}.icon-caret-down,.wptouch-icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;')}.icon-arrow-combo,.wptouch-icon-arrow-combo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;')}.icon-yelp,.wptouch-icon-yelp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;')}.icon-key,.wptouch-icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;')}.icon-left-open-big,.wptouch-icon-left-open-big{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;')}.icon-user,.wptouch-icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;')}.icon-signin,.wptouch-icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;')}.icon-signout,.wptouch-icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;')}.icon-search,.wptouch-icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;')}.icon-reorder,.wptouch-icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;')}.icon-basket,.wptouch-icon-basket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;')}.icon-angle-right,.wptouch-icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;')}.icon-angle-left,.wptouch-icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;')}.icon-chevron-up,.wptouch-icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;')}.icon-chevron-down,.wptouch-icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;')}.icon-chevron-left,.wptouch-icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;')}.icon-chevron-right,.wptouch-icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;')}.icon-comment,.wptouch-icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;')}.icon-comments,.wptouch-icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;')}.icon-circle-arrow-left,.wptouch-icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;')}.icon-circle-arrow-right,.wptouch-icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;')}.icon-pencil,.wptouch-icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;')}.icon-reply,.wptouch-icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;')}.icon-envelope-alt,.wptouch-icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;')}.icon-list-ul,.wptouch-icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;')}.icon-tags,.wptouch-icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;')}.icon-twitter,.wptouch-icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;')}.icon-google-plus,.wptouch-icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;')}.icon-google-plus-sign,.wptouch-icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;')}.icon-facebook,.wptouch-icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;')}.icon-facebook-sign,.wptouch-icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;')}.icon-instagram,.wptouch-icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;')}.icon-tumblr,.wptouch-icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;')}.icon-pinterest,.wptouch-icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;')}.icon-pinterest-sign,.wptouch-icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;')}.icon-vine,.wptouch-icon-vine{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;')}.icon-book-open,.wptouch-icon-book-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;')}.icon-youtube,.wptouch-icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&nbsp;')}.icon-linkedin-sign,.wptouch-icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe827;&nbsp;')}.icon-plus,.wptouch-icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;')}.icon-rss-sign,.wptouch-icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe829;&nbsp;')}.icon-time,.wptouch-icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82a;&nbsp;')}.icon-camera-retro,.wptouch-icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82b;&nbsp;')}.icon-play,.wptouch-icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82c;&nbsp;')}.icon-filter,.wptouch-icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82d;&nbsp;')}.icon-minus,.wptouch-icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82e;&nbsp;')}.icon-ok-sign,.wptouch-icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82f;&nbsp;')}.icon-layout-tiles,.wptouch-icon-layout-tiles{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe830;&nbsp;')}.icon-layout-list,.wptouch-icon-layout-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe831;&nbsp;')}.icon-resize-full,.wptouch-icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;')}.icon-cancel,.wptouch-icon-cancel{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe833;&nbsp;')}.icon-cancel-circled,.wptouch-icon-cancel-circled{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;')}.icon-star,.wptouch-icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe835;&nbsp;')}.icon-remove-sign,.wptouch-icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe836;&nbsp;')}.icon-map-marker,.wptouch-icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe837;&nbsp;')}.icon-cloud,.wptouch-icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe838;&nbsp;')}.icon-cloud-download,.wptouch-icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe839;&nbsp;')}.icon-info-sign,.wptouch-icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83a;&nbsp;')}.icon-copy,.wptouch-icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83b;&nbsp;')}.icon-download,.wptouch-icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83c;&nbsp;')}.icon-external-link,.wptouch-icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83d;&nbsp;')}.icon-warning-sign,.wptouch-icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83e;&nbsp;')}.icon-compass,.wptouch-icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83f;&nbsp;')}.icon-trash,.wptouch-icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe840;&nbsp;')}.icon-th,.wptouch-icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe841;&nbsp;')}.icon-menu,.wptouch-icon-menu{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe842;&nbsp;')}.icon-double-angle-up,.wptouch-icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe843;&nbsp;')}.icon-arrow-down,.wptouch-icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe844;&nbsp;')}.icon-caret-right,.wptouch-icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe845;&nbsp;')}.icon-caret-left,.wptouch-icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe846;&nbsp;')}.icon-caret-up,.wptouch-icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe847;&nbsp;')}.icon-vimeo,.wptouch-icon-vimeo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe848;&nbsp;')}.icon-phone,.wptouch-icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe849;&nbsp;')}.icon-angle-up,.wptouch-icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84a;&nbsp;')}.icon-angle-down,.wptouch-icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84b;&nbsp;')}.icon-refresh,.wptouch-icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84c;&nbsp;')}.icon-info,.wptouch-icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84d;&nbsp;')}.icon-chat,.wptouch-icon-chat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84e;&nbsp;')}.icon-check,.wptouch-icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84f;&nbsp;')}
themes/foundation/modules/wptouch-icons/css/wptouch-icons.css CHANGED
@@ -1,13 +1,3 @@
1
- @font-face {
2
- font-family: 'wptouch-icons';
3
- src: url('../font/wptouch-icons.eot?64777116');
4
- src: url('../font/wptouch-icons.eot?64777116#iefix') format('embedded-opentype'),
5
- url('../font/wptouch-icons.woff?64777116') format('woff'),
6
- url('../font/wptouch-icons.ttf?64777116') format('truetype'),
7
- url('../font/wptouch-icons.svg?64777116#wptouch-icons') format('svg');
8
- font-weight: normal;
9
- font-style: normal;
10
- }
11
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
12
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
13
  /*
@@ -129,4 +119,4 @@
129
  .icon-refresh:before, .wptouch-icon-refresh:before { content: '\e84c'; } /* '' */
130
  .icon-info:before, .wptouch-icon-info:before { content: '\e84d'; } /* '' */
131
  .icon-chat:before, .wptouch-icon-chat:before { content: '\e84e'; } /* '' */
132
- .icon-check:before, .wptouch-icon-check:before { content: '\e84f'; } /* '' */
 
 
 
 
 
 
 
 
 
 
1
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
2
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
3
  /*
119
  .icon-refresh:before, .wptouch-icon-refresh:before { content: '\e84c'; } /* '' */
120
  .icon-info:before, .wptouch-icon-info:before { content: '\e84d'; } /* '' */
121
  .icon-chat:before, .wptouch-icon-chat:before { content: '\e84e'; } /* '' */
122
+ .icon-check:before, .wptouch-icon-check:before { content: '\e84f'; } /* '' */
themes/foundation/modules/wptouch-icons/css/wptouch-icons.min.css ADDED
@@ -0,0 +1 @@
 
1
+ [class*=" icon-"]:before,[class*=" wptouch-icon-"]:before,[class^=icon-]:before,[class^=wptouch-icon-]:before{font-family:wptouch-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-arrow-left:before,.wptouch-icon-arrow-left:before{content:'\e800'}.icon-caret-down:before,.wptouch-icon-caret-down:before{content:'\e801'}.icon-arrow-combo:before,.wptouch-icon-arrow-combo:before{content:'\e802'}.icon-yelp:before,.wptouch-icon-yelp:before{content:'\e803'}.icon-key:before,.wptouch-icon-key:before{content:'\e804'}.icon-left-open-big:before,.wptouch-icon-left-open-big:before{content:'\e805'}.icon-user:before,.wptouch-icon-user:before{content:'\e806'}.icon-signin:before,.wptouch-icon-signin:before{content:'\e807'}.icon-signout:before,.wptouch-icon-signout:before{content:'\e808'}.icon-search:before,.wptouch-icon-search:before{content:'\e809'}.icon-reorder:before,.wptouch-icon-reorder:before{content:'\e80a'}.icon-basket:before,.wptouch-icon-basket:before{content:'\e80b'}.icon-angle-right:before,.wptouch-icon-angle-right:before{content:'\e80c'}.icon-angle-left:before,.wptouch-icon-angle-left:before{content:'\e80d'}.icon-chevron-up:before,.wptouch-icon-chevron-up:before{content:'\e80e'}.icon-chevron-down:before,.wptouch-icon-chevron-down:before{content:'\e80f'}.icon-chevron-left:before,.wptouch-icon-chevron-left:before{content:'\e810'}.icon-chevron-right:before,.wptouch-icon-chevron-right:before{content:'\e811'}.icon-comment:before,.wptouch-icon-comment:before{content:'\e812'}.icon-comments:before,.wptouch-icon-comments:before{content:'\e813'}.icon-circle-arrow-left:before,.wptouch-icon-circle-arrow-left:before{content:'\e814'}.icon-circle-arrow-right:before,.wptouch-icon-circle-arrow-right:before{content:'\e815'}.icon-pencil:before,.wptouch-icon-pencil:before{content:'\e816'}.icon-reply:before,.wptouch-icon-reply:before{content:'\e817'}.icon-envelope-alt:before,.wptouch-icon-envelope-alt:before{content:'\e818'}.icon-list-ul:before,.wptouch-icon-list-ul:before{content:'\e819'}.icon-tags:before,.wptouch-icon-tags:before{content:'\e81a'}.icon-twitter:before,.wptouch-icon-twitter:before{content:'\e81b'}.icon-google-plus:before,.wptouch-icon-google-plus:before{content:'\e81c'}.icon-google-plus-sign:before,.wptouch-icon-google-plus-sign:before{content:'\e81d'}.icon-facebook:before,.wptouch-icon-facebook:before{content:'\e81e'}.icon-facebook-sign:before,.wptouch-icon-facebook-sign:before{content:'\e81f'}.icon-instagram:before,.wptouch-icon-instagram:before{content:'\e820'}.icon-tumblr:before,.wptouch-icon-tumblr:before{content:'\e821'}.icon-pinterest:before,.wptouch-icon-pinterest:before{content:'\e822'}.icon-pinterest-sign:before,.wptouch-icon-pinterest-sign:before{content:'\e823'}.icon-vine:before,.wptouch-icon-vine:before{content:'\e824'}.icon-book-open:before,.wptouch-icon-book-open:before{content:'\e825'}.icon-youtube:before,.wptouch-icon-youtube:before{content:'\e826'}.icon-linkedin-sign:before,.wptouch-icon-linkedin-sign:before{content:'\e827'}.icon-plus:before,.wptouch-icon-plus:before{content:'\e828'}.icon-rss-sign:before,.wptouch-icon-rss-sign:before{content:'\e829'}.icon-time:before,.wptouch-icon-time:before{content:'\e82a'}.icon-camera-retro:before,.wptouch-icon-camera-retro:before{content:'\e82b'}.icon-play:before,.wptouch-icon-play:before{content:'\e82c'}.icon-filter:before,.wptouch-icon-filter:before{content:'\e82d'}.icon-minus:before,.wptouch-icon-minus:before{content:'\e82e'}.icon-ok-sign:before,.wptouch-icon-ok-sign:before{content:'\e82f'}.icon-layout-tiles:before,.wptouch-icon-layout-tiles:before{content:'\e830'}.icon-layout-list:before,.wptouch-icon-layout-list:before{content:'\e831'}.icon-resize-full:before,.wptouch-icon-resize-full:before{content:'\e832'}.icon-cancel:before,.wptouch-icon-cancel:before{content:'\e833'}.icon-cancel-circled:before,.wptouch-icon-cancel-circled:before{content:'\e834'}.icon-star:before,.wptouch-icon-star:before{content:'\e835'}.icon-remove-sign:before,.wptouch-icon-remove-sign:before{content:'\e836'}.icon-map-marker:before,.wptouch-icon-map-marker:before{content:'\e837'}.icon-cloud:before,.wptouch-icon-cloud:before{content:'\e838'}.icon-cloud-download:before,.wptouch-icon-cloud-download:before{content:'\e839'}.icon-info-sign:before,.wptouch-icon-info-sign:before{content:'\e83a'}.icon-copy:before,.wptouch-icon-copy:before{content:'\e83b'}.icon-download:before,.wptouch-icon-download:before{content:'\e83c'}.icon-external-link:before,.wptouch-icon-external-link:before{content:'\e83d'}.icon-warning-sign:before,.wptouch-icon-warning-sign:before{content:'\e83e'}.icon-compass:before,.wptouch-icon-compass:before{content:'\e83f'}.icon-trash:before,.wptouch-icon-trash:before{content:'\e840'}.icon-th:before,.wptouch-icon-th:before{content:'\e841'}.icon-menu:before,.wptouch-icon-menu:before{content:'\e842'}.icon-double-angle-up:before,.wptouch-icon-double-angle-up:before{content:'\e843'}.icon-arrow-down:before,.wptouch-icon-arrow-down:before{content:'\e844'}.icon-caret-right:before,.wptouch-icon-caret-right:before{content:'\e845'}.icon-caret-left:before,.wptouch-icon-caret-left:before{content:'\e846'}.icon-caret-up:before,.wptouch-icon-caret-up:before{content:'\e847'}.icon-vimeo:before,.wptouch-icon-vimeo:before{content:'\e848'}.icon-phone:before,.wptouch-icon-phone:before{content:'\e849'}.icon-angle-up:before,.wptouch-icon-angle-up:before{content:'\e84a'}.icon-angle-down:before,.wptouch-icon-angle-down:before{content:'\e84b'}.icon-refresh:before,.wptouch-icon-refresh:before{content:'\e84c'}.icon-info:before,.wptouch-icon-info:before{content:'\e84d'}.icon-chat:before,.wptouch-icon-chat:before{content:'\e84e'}.icon-check:before,.wptouch-icon-check:before{content:'\e84f'}
themes/foundation/modules/wptouch-icons/wptouch-icons.php CHANGED
@@ -1,13 +1,17 @@
1
  <?php
 
 
 
 
2
 
3
  add_action( 'foundation_module_init_mobile', 'foundation_wptouch_icons_init' );
4
 
 
 
 
 
 
 
5
  function foundation_wptouch_icons_init() {
6
- wp_enqueue_style(
7
- 'foundation_wptouch_icons_css',
8
- foundation_get_base_module_url() . '/wptouch-icons/css/wptouch-icons.css',
9
- '',
10
- md5( FOUNDATION_VERSION ),
11
- 'screen'
12
- );
13
- }
1
  <?php
2
+ /**
3
+ * Right now (v4.3.7) all themes use the WPtouch Icons. For that reason,
4
+ * we include the font files in the primary `foundation/default/style.css` file.
5
+ */
6
 
7
  add_action( 'foundation_module_init_mobile', 'foundation_wptouch_icons_init' );
8
 
9
+ function foundation_inline_wptouch_icons_css() {
10
+ echo '<style data-context="foundation-wptouch-icons-css">';
11
+ echo wp_kses_post( file_get_contents( dirname( __FILE__ ) . '/css/wptouch-icons.min.css' ) );
12
+ echo '</style>';
13
+ }
14
+
15
  function foundation_wptouch_icons_init() {
16
+ add_action( 'wp_head', 'foundation_inline_wptouch_icons_css' );
17
+ }
 
 
 
 
 
 
wptouch.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: WPtouch Mobile Plugin
4
  Plugin URI: http://www.wptouch.com/
5
- Version: 4.3.11
6
  Description: Make a beautiful mobile-friendly version of your website with just a few clicks
7
  Author: BraveNewCode Inc.
8
  Author URI: http://www.bravenewcode.com/
@@ -14,7 +14,7 @@
14
 
15
  function wptouch_create_four_object() {
16
  if ( !defined( 'WPTOUCH_IS_PRO' ) ) {
17
- define( 'WPTOUCH_VERSION', '4.3.11' );
18
 
19
  define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
20
  define( 'WPTOUCH_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . basename( __FILE__, '.php' ) );
2
  /*
3
  Plugin Name: WPtouch Mobile Plugin
4
  Plugin URI: http://www.wptouch.com/
5
+ Version: 4.3.12
6
  Description: Make a beautiful mobile-friendly version of your website with just a few clicks
7
  Author: BraveNewCode Inc.
8
  Author URI: http://www.bravenewcode.com/
14
 
15
  function wptouch_create_four_object() {
16
  if ( !defined( 'WPTOUCH_IS_PRO' ) ) {
17
+ define( 'WPTOUCH_VERSION', '4.3.12' );
18
 
19
  define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
20
  define( 'WPTOUCH_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . basename( __FILE__, '.php' ) );