mmenu-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2ViYTllNzdlMzMzMGNlNjE5N2IwOWMxMTI0ODg5Njk2ZDIwNDBiNQ==
4
+ ZWQ5ZThiYTMzNzk4ZDAwNTJlYzQxZTk4MjM1YzAxZjYwNGNjZmY0Mg==
5
5
  data.tar.gz: !binary |-
6
- YTdjYzFjYmMzNDMwMmEwMjlkMGQwNTIyNzFjMTI5MmJiZGU0NDFmOQ==
6
+ MDRmMWNjZGNiOTU3NWZhZmE3NDNiZWQ4OTM2YTdkOGQ0OTQ1MjFjMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NDIyZmQxNTczNjNjZTg4NjY1OTczMmI2ODQzMDA5OGY3NTY4ZTk0NTdkODhh
10
- ZGM0ZDJkYTE1YTM4ZmVlMzRlMGVhYzMyYzlmNjAyYTE1MzQ0NTI4Nzk2ZGJm
11
- MDE2ZWNmODA3ZTcyM2NhMmZlZjI1MjE5OWVkYzhjNzFmODliZmM=
9
+ ODY2Y2QxY2Y3NGQwYmMwZmQwYWY0ZmZkMjA2NDliZTlkMDA0ZTE3MWNkZWJm
10
+ OTdlMjNkYWI2NjcwY2ViOTMwOGQ2YzVlOTZhMzIxNWE4ZjFiZDMyZmI0YzBi
11
+ YTYzZjg3NjBjNWYwZDdlNjlmMWQwODQ2OGU4ZjY5ZDdkN2IxN2Q=
12
12
  data.tar.gz: !binary |-
13
- ZTE3OTU4MzViYzdjOTA5NDUzZmE4MmNmYjdkYzVmNjI3OTc4MDZjYzM5NzIy
14
- MjQwOWIxMjUzYmJiOWQ2ZDc0ZWI0ZTYyOGZlMmVlNzA4ZDU5ZjgwNDhkZTU2
15
- N2Y4Njk4OGE3ODVkYzZhNzgzYWZkOTIxMzc4MjFiOGEzZDIzZjI=
13
+ MWMzYTZmMjdlMzY0OTRkZGU1M2YyZmRkNTIwZmFjYjM4YmQ0MzUxZTI5YmVl
14
+ ZjY4Y2I0OTE1MGY3ZjdiOTJiODIxMWFhOGNlMzRiNmU5NmIwYzA0NzEyNzg4
15
+ YjEzNTE4NTk0OGYyNjMzODY4MGE4OTE2ZjRhYTFiZjY5YzNiMWQ=
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/mmenu-rails.png)](http://badge.fury.io/rb/mmenu-rails)
2
+
1
3
  # mmenu-rails
2
4
 
3
5
  This is a ruby gem for the asset pipeline which includes [Besite's][besite] [jQuery.mmenu][library] library.
@@ -0,0 +1,14 @@
1
+ /*
2
+ * jQuery mmenu counters addon
3
+ * @requires mmenu 4.0.0 or later
4
+ *
5
+ * mmenu.frebsite.nl
6
+ *
7
+ * Copyright (c) Fred Heusschen
8
+ * www.frebsite.nl
9
+ *
10
+ * Dual licensed under the MIT and GPL licenses.
11
+ * http://en.wikipedia.org/wiki/MIT_License
12
+ * http://en.wikipedia.org/wiki/GNU_General_Public_License
13
+ */
14
+ !function(t){var e="mmenu",n="counters";t[e].prototype["_addon_"+n]=function(){var o=this,u=this.opts[n],a=t[e]._c,r=t[e]._d,d=t[e]._e;a.add("counter noresults"),d.add("updatecounters"),"boolean"==typeof u&&(u={add:u,update:u}),"object"!=typeof u&&(u={}),u=t.extend(!0,{},t[e].defaults[n],u),u.count&&(t[e].deprecated('the option "count" for counters, the option "update"'),u.update=u.count),this.__refactorClass(t("em."+this.conf.counterClass,this.$menu),"counter");var s=t("."+a.panel,this.$menu);if(u.add&&s.each(function(){var e=t(this),n=e.data(r.parent);if(n){var o=t('<em class="'+a.counter+'" />'),u=n.find("> a."+a.subopen);u.parent().find("em."+a.counter).length||u.before(o)}}),u.update){var c=t("em."+a.counter,this.$menu);c.off(d.updatecounters).on(d.updatecounters,function(t){t.stopPropagation()}).each(function(){var e=t(this),n=t(e.next().attr("href"),o.$menu);n.is("."+a.list)||(n=n.find("> ."+a.list)),n.length&&e.on(d.updatecounters,function(){var t=n.children().not("."+a.label).not("."+a.subtitle).not("."+a.hidden).not("."+a.noresults);e.html(t.length)})}).trigger(d.updatecounters),this.$menu.on(d.update,function(){c.trigger(d.updatecounters)})}},t[e].defaults[n]={add:!1,update:!1},t[e].configuration.counterClass="Counter",t[e].addons=t[e].addons||[],t[e].addons.push(n)}(jQuery);
@@ -0,0 +1,14 @@
1
+ /*
2
+ * jQuery mmenu dragOpen addon
3
+ * @requires mmenu 4.0.0 or later
4
+ *
5
+ * mmenu.frebsite.nl
6
+ *
7
+ * Copyright (c) Fred Heusschen
8
+ * www.frebsite.nl
9
+ *
10
+ * Dual licensed under the MIT and GPL licenses.
11
+ * http://en.wikipedia.org/wiki/MIT_License
12
+ * http://en.wikipedia.org/wiki/GNU_General_Public_License
13
+ */
14
+ !function(e){function t(e,t,a){return t>e&&(e=t),e>a&&(e=a),e}var a="mmenu",o="dragOpen";e[a].prototype["_addon_"+o]=function(){var n=this,r=this.opts[o];if(e.fn.hammer){var d=e[a]._c,i=(e[a]._d,e[a]._e);d.add("dragging"),i.add("dragleft dragright dragup dragdown dragend");var s=e[a].glbl;if("boolean"==typeof r&&(r={open:r}),"object"!=typeof r&&(r={}),"number"!=typeof r.maxStartPos&&(r.maxStartPos="left"==this.opts.position||"right"==this.opts.position?150:50),r=e.extend(!0,{},e[a].defaults[o],r),r.open){var g=0,p=!1,c=0,h=0,l="width";switch(this.opts.position){case"left":case"right":l="width";break;default:l="height"}switch(this.opts.position){case"left":var f={events:i.dragleft+" "+i.dragright,open_dir:"right",close_dir:"left",delta:"deltaX",page:"pageX",negative:!1};break;case"right":var f={events:i.dragleft+" "+i.dragright,open_dir:"left",close_dir:"right",delta:"deltaX",page:"pageX",negative:!0};break;case"top":var f={events:i.dragup+" "+i.dragdown,open_dir:"down",close_dir:"up",delta:"deltaY",page:"pageY",negative:!1};break;case"bottom":var f={events:i.dragup+" "+i.dragdown,open_dir:"up",close_dir:"down",delta:"deltaY",page:"pageY",negative:!0}}$dragNode=this.__valueOrFn(r.pageNode,this.$menu,s.$page),"string"==typeof $dragNode&&($dragNode=e($dragNode)),$dragNode.hammer().on(i.touchstart,function(e){switch(n.opts.position){case"right":case"bottom":e[f.page]>=s.$wndw[l]()-r.maxStartPos&&(g=1);break;default:e[f.page]<=r.maxStartPos&&(g=1)}}).on(f.events+" "+i.dragend,function(e){g>0&&(e.gesture.preventDefault(),e.stopPropagation())}).on(f.events,function(e){var a=f.negative?-e.gesture[f.delta]:e.gesture[f.delta];if(p=a>c?f.open_dir:f.close_dir,c=a,c>r.threshold&&1==g){if(s.$html.hasClass(d.opened))return;g=2,n._openSetup(),s.$html.addClass(d.dragging),h=t(s.$wndw[l]()*n.conf[o][l].perc,n.conf[o][l].min,n.conf[o][l].max)}if(2==g){var i=s.$page;switch(n.opts.zposition){case"front":i=n.$menu;break;case"next":i=i.add(n.$menu)}i.css(n.opts.position,t(c,10,h))}}).on(i.dragend,function(){if(2==g){var e=s.$page;switch(n.opts.zposition){case"front":e=n.$menu;break;case"next":e=e.add(n.$menu)}s.$html.removeClass(d.dragging),e.css(n.opts.position,""),p==f.open_dir?n._openFinish():n.close()}g=0})}}},e[a].defaults[o]={open:!1,threshold:50},e[a].configuration[o]={width:{perc:.8,min:140,max:440},height:{perc:.8,min:140,max:880}},e[a].addons=e[a].addons||[],e[a].addons.push(o)}(jQuery);
@@ -0,0 +1,14 @@
1
+ /*
2
+ * jQuery mmenu header addon
3
+ * @requires mmenu 4.0.0 or later
4
+ *
5
+ * mmenu.frebsite.nl
6
+ *
7
+ * Copyright (c) Fred Heusschen
8
+ * www.frebsite.nl
9
+ *
10
+ * Dual licensed under the MIT and GPL licenses.
11
+ * http://en.wikipedia.org/wiki/MIT_License
12
+ * http://en.wikipedia.org/wiki/GNU_General_Public_License
13
+ */
14
+ !function(e){var t="mmenu",a="header";e[t].prototype["_addon_"+a]=function(){var n=this,r=this.opts[a],d=this.conf[a],s=e[t]._c,i=(e[t]._d,e[t]._e);s.add("header hasheader prev next title titletext"),i.add("updateheader");var o=e[t].glbl;if("boolean"==typeof r&&(r={add:r,update:r}),"object"!=typeof r&&(r={}),r=e.extend(!0,{},e[t].defaults[a],r),r.add){var h=r.content?r.content:'<a class="'+s.prev+'" href="#"></a><span class="'+s.title+'"></span><a class="'+s.next+'" href="#"></a>';e('<div class="'+s.header+'" />').prependTo(this.$menu).append(h)}var p=e("div."+s.header,this.$menu);if(p.length&&this.$menu.addClass(s.hasheader),r.update&&p.length){var l=p.find("."+s.title),u=p.find("."+s.prev),f=p.find("."+s.next),c="#"+o.$page.attr("id");u.add(f).on(i.click,function(t){t.preventDefault(),t.stopPropagation();var a=e(this).attr("href");"#"!==a&&(a==c?n.$menu.trigger(i.close):e(a,n.$menu).trigger(i.open))}),e("."+s.panel,this.$menu).each(function(){var t=e(this),a=e("."+d.panelHeaderClass,t).text(),n=e("."+d.panelPrevClass,t).attr("href"),o=e("."+d.panelNextClass,t).attr("href");a||(a=e("."+s.subclose,t).text()),a||(a=r.title),n||(n=e("."+s.subclose,t).attr("href")),t.off(i.updateheader).on(i.updateheader,function(e){e.stopPropagation(),l[a?"show":"hide"]().text(a),u[n?"show":"hide"]().attr("href",n),f[o?"show":"hide"]().attr("href",o)}),t.on(i.open,function(){e(this).trigger(i.updateheader)})}).filter("."+s.current).trigger(i.updateheader)}},e[t].defaults[a]={add:!1,content:!1,update:!1,title:"Menu"},e[t].configuration[a]={panelHeaderClass:"Header",panelNextClass:"Next",panelPrevClass:"Prev"},e[t].addons=e[t].addons||[],e[t].addons.push(a)}(jQuery);
@@ -0,0 +1,14 @@
1
+ /*
2
+ * jQuery mmenu labels addon
3
+ * @requires mmenu 4.1.0 or later
4
+ *
5
+ * mmenu.frebsite.nl
6
+ *
7
+ * Copyright (c) Fred Heusschen
8
+ * www.frebsite.nl
9
+ *
10
+ * Dual licensed under the MIT and GPL licenses.
11
+ * http://en.wikipedia.org/wiki/MIT_License
12
+ * http://en.wikipedia.org/wiki/GNU_General_Public_License
13
+ */
14
+ !function(e){var l="mmenu",s="labels";e[l].prototype["_addon_"+s]=function(){var a=this,o=this.opts[s],n=e[l]._c,t=(e[l]._d,e[l]._e);if(n.add("collapsed"),n.add("fixedlabels original clone"),t.add("updatelabels position scroll"),e[l].support.touch&&(t.scroll+=" "+t.mm("touchmove")),"boolean"==typeof o&&(o={collapse:o}),"object"!=typeof o&&(o={}),o=e.extend(!0,{},e[l].defaults[s],o),o.collapse){this.__refactorClass(e("li."+this.conf.collapsedClass,this.$menu),"collapsed");var i=e("."+n.label,this.$menu);i.each(function(){var l=e(this),s=l.nextUntil("."+n.label,"all"==o.collapse?null:"."+n.collapsed);"all"==o.collapse&&(l.addClass(n.opened),s.removeClass(n.collapsed)),s.length&&(l.wrapInner("<span />"),e('<a href="#" class="'+n.subopen+" "+n.fullsubopen+'" />').prependTo(l).on(t.click,function(e){e.preventDefault(),l.toggleClass(n.opened),s[l.hasClass(n.opened)?"removeClass":"addClass"](n.collapsed)}))})}else if(o.fixed){if("horizontal"!=this.direction)return;this.$menu.addClass(n.fixedlabels);var d=e("."+n.panel,this.$menu),i=e("."+n.label,this.$menu);d.add(i).off(t.updatelabels+" "+t.position+" "+t.scroll).on(t.updatelabels+" "+t.position+" "+t.scroll,function(e){e.stopPropagation()}),d.each(function(){var l=e(this),s=l.find("."+n.label);if(s.length){var o=l.scrollTop(),i=n.hassearch&&a.$menu.hasClass(n.hassearch),d=n.hasheader&&a.$menu.hasClass(n.hasheader),r=i?d?100:50:d?60:0;s.each(function(){var s=e(this);s.wrapInner("<div />").wrapInner("<div />");var a,i,d,p=s.find("> div"),c=e();s.on(t.updatelabels,function(){o=l.scrollTop(),s.hasClass(n.hidden)||(c=s.nextAll("."+n.label).not("."+n.hidden).first(),a=s.offset().top+o,i=c.length?c.offset().top+o:!1,d=p.height(),s.trigger(t.position))}),s.on(t.position,function(){var e=0;i&&o+r>i-d?e=i-a-d:o+r>a&&(e=o-a+r),p.css("top",e)})}),l.on(t.updatelabels,function(){o=l.scrollTop(),s.trigger(t.position)}).on(t.scroll,function(){s.trigger(t.updatelabels)})}}),this.$menu.on(t.update,function(){d.trigger(t.updatelabels)}).on(t.opening,function(){d.trigger(t.updatelabels).trigger(t.scroll)})}},e[l].defaults[s]={fixed:!1,collapse:!1},e[l].configuration.collapsedClass="Collapsed",e[l].addons=e[l].addons||[],e[l].addons.push(s)}(jQuery);
@@ -0,0 +1,14 @@
1
+ /*
2
+ * jQuery mmenu searchfield addon
3
+ * @requires mmenu 4.0.0 or later
4
+ *
5
+ * mmenu.frebsite.nl
6
+ *
7
+ * Copyright (c) Fred Heusschen
8
+ * www.frebsite.nl
9
+ *
10
+ * Dual licensed under the MIT and GPL licenses.
11
+ * http://en.wikipedia.org/wiki/MIT_License
12
+ * http://en.wikipedia.org/wiki/GNU_General_Public_License
13
+ */
14
+ !function(e){function s(e){switch(e){case 9:case 16:case 17:case 18:case 37:case 38:case 39:case 40:return!0}return!1}var n="mmenu",t="searchfield";e[n].prototype["_addon_"+t]=function(){var a=this,r=this.opts[t],o=e[n]._c,l=e[n]._d,d=e[n]._e;if(o.add("search hassearch noresults nosubresults counter"),d.add("search reset change"),"boolean"==typeof r&&(r={add:r,search:r}),"object"!=typeof r&&(r={}),r=e.extend(!0,{},e[n].defaults[t],r),r.add&&(e('<div class="'+o.search+'" />').prependTo(this.$menu).append('<input placeholder="'+r.placeholder+'" type="text" autocomplete="off" />'),r.noResults&&e("ul, ol",this.$menu).first().append('<li class="'+o.noresults+'">'+r.noResults+"</li>")),e("div."+o.search,this.$menu).length&&this.$menu.addClass(o.hassearch),r.search){var i=e("div."+o.search,this.$menu).find("input");if(i.length){var u=e("."+o.panel,this.$menu),h=e("."+o.list+"> li."+o.label,this.$menu),c=e("."+o.list+"> li",this.$menu).not("."+o.subtitle).not("."+o.label).not("."+o.noresults),f="> a";r.showLinksOnly||(f+=", > span"),i.off(d.keyup+" "+d.change).on(d.keyup,function(e){s(e.keyCode)||a.$menu.trigger(d.search)}).on(d.change,function(){a.$menu.trigger(d.search)}),this.$menu.off(d.reset+" "+d.search).on(d.reset+" "+d.search,function(e){e.stopPropagation()}).on(d.reset,function(){a.$menu.trigger(d.search,[""])}).on(d.search,function(s,n){"string"==typeof n?i.val(n):n=i.val(),n=n.toLowerCase(),u.scrollTop(0),c.add(h).addClass(o.hidden),c.each(function(){var s=e(this);e(f,s).text().toLowerCase().indexOf(n)>-1&&s.add(s.prevAll("."+o.label).first()).removeClass(o.hidden)}),e(u.get().reverse()).each(function(){var s=e(this),n=s.data(l.parent);if(n){var t=s.add(s.find("> ."+o.list)).find("> li").not("."+o.subtitle).not("."+o.label).not("."+o.hidden);t.length?n.removeClass(o.hidden).removeClass(o.nosubresults).prevAll("."+o.label).first().removeClass(o.hidden):(s.hasClass(o.current)&&n.trigger(d.open),n.addClass(o.nosubresults))}}),a.$menu[c.not("."+o.hidden).length?"removeClass":"addClass"](o.noresults),a.$menu.trigger(d.update)})}}},e[n].defaults[t]={add:!1,search:!1,showLinksOnly:!0,placeholder:"Search",noResults:"No results found."},e[n].addons=e[n].addons||[],e[n].addons.push(t)}(jQuery);
@@ -11,74 +11,4 @@
11
11
  * http://en.wikipedia.org/wiki/MIT_License
12
12
  * http://en.wikipedia.org/wiki/GNU_General_Public_License
13
13
  */
14
- !function(e){function t(t,n,o){if("object"!=typeof t&&(t={}),o){if("boolean"!=typeof t.isMenu){var s=o.children();t.isMenu=1==s.length&&s.is(n.panelNodetype)}return t}if("object"!=typeof t.onClick&&(t.onClick={}),"undefined"!=typeof t.onClick.setLocationHref&&(e[a].deprecated("onClick.setLocationHref option","!onClick.preventDefault"),"boolean"==typeof t.onClick.setLocationHref&&(t.onClick.preventDefault=!t.onClick.setLocationHref)),t=e.extend(!0,{},e[a].defaults,t),e[a].useOverflowScrollingFallback()){switch(t.position){case"top":case"right":case"bottom":e[a].debug('position: "'+t.position+'" not supported when using the overflowScrolling-fallback.'),t.position="left"}switch(t.zposition){case"front":case"next":e[a].debug('z-position: "'+t.zposition+'" not supported when using the overflowScrolling-fallback.'),t.zposition="back"}}return t}function n(t){return"object"!=typeof t&&(t={}),"undefined"!=typeof t.panelNodeType&&(e[a].deprecated("panelNodeType configuration option","panelNodetype"),t.panelNodetype=t.panelNodeType),t=e.extend(!0,{},e[a].configuration,t),"string"!=typeof t.pageSelector&&(t.pageSelector="> "+t.pageNodetype),t}function o(){d.$wndw=e(window),d.$html=e("html"),d.$body=e("body"),d.$allMenus=e(),e.each([c,u,p],function(e,t){t.add=function(e){e=e.split(" ");for(var n in e)t[e[n]]=t.mm(e[n])}}),c.mm=function(e){return"mm-"+e},c.add("menu ismenu panel list subtitle selected label spacer current highest hidden page blocker modal background opened opening subopened subopen fullsubopen subclose nooverflowscrolling"),c.umm=function(e){return"mm-"==e.slice(0,3)&&(e=e.slice(3)),e},u.mm=function(e){return"mm-"+e},u.add("parent style scrollTop offetLeft"),p.mm=function(e){return e+".mm"},p.add("toggle open opening opened close closing closed update setPage setSelected transitionend touchstart touchend mousedown mouseup click keydown keyup resize"),e[a]._c=c,e[a]._d=u,e[a]._e=p,e[a].glbl=d,e[a].useOverflowScrollingFallback(h)}function s(t,n){if(t.hasClass(c.current))return!1;var o=e("."+c.panel,n),s=o.filter("."+c.current);return o.removeClass(c.highest).removeClass(c.current).not(t).not(s).addClass(c.hidden),t.hasClass(c.opened)?s.addClass(c.highest).removeClass(c.opened).removeClass(c.subopened):(t.addClass(c.highest),s.addClass(c.subopened)),t.removeClass(c.hidden).removeClass(c.subopened).addClass(c.current).addClass(c.opened),"open"}function i(){return d.$scrollTopNode||(0!=d.$html.scrollTop()?d.$scrollTopNode=d.$html:0!=d.$body.scrollTop()&&(d.$scrollTopNode=d.$body)),d.$scrollTopNode?d.$scrollTopNode.scrollTop():0}function l(t,n,o){var s=e[a].support.transition;"webkitTransition"==s?t.one("webkitTransitionEnd",n):s?t.one(p.transitionend,n):setTimeout(n,o)}var a="mmenu",r="4.1.3";if(!e[a]){var d={$wndw:null,$html:null,$body:null,$page:null,$blck:null,$allMenus:null,$scrollTopNode:null},c={},p={},u={},f=0;e[a]=function(e,t,n){return d.$allMenus=d.$allMenus.add(e),this.$menu=e,this.opts=t,this.conf=n,this.serialnr=f++,this._init(),this},e[a].prototype={open:function(){return this._openSetup(),this._openFinish(),"open"},_openSetup:function(){var e=i();this.$menu.addClass(c.current),d.$allMenus.not(this.$menu).trigger(p.close),d.$page.data(u.style,d.$page.attr("style")||"").data(u.scrollTop,e).data(u.offetLeft,d.$page.offset().left);var t=0;d.$wndw.off(p.resize).on(p.resize,function(e,n){if(n||d.$html.hasClass(c.opened)){var o=d.$wndw.width();o!=t&&(t=o,d.$page.width(o-d.$page.data(u.offetLeft)))}}).trigger(p.resize,[!0]),this.conf.preventTabbing&&d.$wndw.off(p.keydown).on(p.keydown,function(e){return 9==e.keyCode?(e.preventDefault(),!1):void 0}),this.opts.modal&&d.$html.addClass(c.modal),this.opts.moveBackground&&d.$html.addClass(c.background),"left"!=this.opts.position&&d.$html.addClass(c.mm(this.opts.position)),"back"!=this.opts.zposition&&d.$html.addClass(c.mm(this.opts.zposition)),this.opts.classes&&d.$html.addClass(this.opts.classes),d.$html.addClass(c.opened),this.$menu.addClass(c.opened),d.$page.scrollTop(e),this.$menu.scrollTop(0)},_openFinish:function(){var e=this;l(d.$page,function(){e.$menu.trigger(p.opened)},this.conf.transitionDuration),d.$html.addClass(c.opening),this.$menu.trigger(p.opening),window.scrollTo(0,1)},close:function(){var e=this;return l(d.$page,function(){e.$menu.removeClass(c.current).removeClass(c.opened),d.$html.removeClass(c.opened).removeClass(c.modal).removeClass(c.background).removeClass(c.mm(e.opts.position)).removeClass(c.mm(e.opts.zposition)),e.opts.classes&&d.$html.removeClass(e.opts.classes),d.$wndw.off(p.resize).off(p.keydown),d.$page.attr("style",d.$page.data(u.style)),d.$scrollTopNode&&d.$scrollTopNode.scrollTop(d.$page.data(u.scrollTop)),e.$menu.trigger(p.closed)},this.conf.transitionDuration),d.$html.removeClass(c.opening),this.$menu.trigger(p.closing),"close"},_init:function(){if(this.opts=t(this.opts,this.conf,this.$menu),this.direction=this.opts.slidingSubmenus?"horizontal":"vertical",this._initPage(d.$page),this._initMenu(),this._initBlocker(),this._initPanles(),this._initLinks(),this._initOpenClose(),this._bindCustomEvents(),e[a].addons)for(var n=0;n<e[a].addons.length;n++)"function"==typeof this["_addon_"+e[a].addons[n]]&&this["_addon_"+e[a].addons[n]]()},_bindCustomEvents:function(){var t=this;this.$menu.off(p.open+" "+p.close+" "+p.setPage+" "+p.update).on(p.open+" "+p.close+" "+p.setPage+" "+p.update,function(e){e.stopPropagation()}),this.$menu.on(p.open,function(n){return e(this).hasClass(c.current)?(n.stopImmediatePropagation(),!1):t.open()}).on(p.close,function(n){return e(this).hasClass(c.current)?t.close():(n.stopImmediatePropagation(),!1)}).on(p.setPage,function(e,n){t._initPage(n),t._initOpenClose()});var n=this.$menu.find(this.opts.isMenu&&"horizontal"!=this.direction?"ul, ol":"."+c.panel);n.off(p.toggle+" "+p.open+" "+p.close).on(p.toggle+" "+p.open+" "+p.close,function(e){e.stopPropagation()}),"horizontal"==this.direction?n.on(p.open,function(){return s(e(this),t.$menu)}):n.on(p.toggle,function(){var t=e(this);return t.triggerHandler(t.parent().hasClass(c.opened)?p.close:p.open)}).on(p.open,function(){return e(this).parent().addClass(c.opened),"open"}).on(p.close,function(){return e(this).parent().removeClass(c.opened),"close"})},_initBlocker:function(){var t=this;d.$blck||(d.$blck=e('<div id="'+c.blocker+'" />').css("opacity",0).appendTo(d.$body)),d.$blck.off(p.touchstart).on(p.touchstart,function(e){e.preventDefault(),e.stopPropagation(),d.$blck.trigger(p.mousedown)}).on(p.mousedown,function(e){e.preventDefault(),d.$html.hasClass(c.modal)||t.$menu.trigger(p.close)})},_initPage:function(t){t||(t=e(this.conf.pageSelector,d.$body),t.length>1&&(e[a].debug("Multiple nodes found for the page-node, all nodes are wrapped in one <"+this.conf.pageNodetype+">."),t=t.wrapAll("<"+this.conf.pageNodetype+" />").parent())),t.addClass(c.page),d.$page=t},_initMenu:function(){this.conf.clone&&(this.$menu=this.$menu.clone(!0),this.$menu.add(this.$menu.find("*")).filter("[id]").each(function(){e(this).attr("id",c.mm(e(this).attr("id")))})),this.$menu.contents().each(function(){3==e(this)[0].nodeType&&e(this).remove()}),this.$menu.prependTo("body").addClass(c.menu),this.$menu.addClass(c.mm(this.direction)),this.opts.classes&&this.$menu.addClass(this.opts.classes),this.opts.isMenu&&this.$menu.addClass(c.ismenu),"left"!=this.opts.position&&this.$menu.addClass(c.mm(this.opts.position)),"back"!=this.opts.zposition&&this.$menu.addClass(c.mm(this.opts.zposition))},_initPanles:function(){var t=this;this.__refactorClass(e("."+this.conf.listClass,this.$menu),"list"),this.opts.isMenu&&e("ul, ol",this.$menu).not(".mm-nolist").addClass(c.list);var n=e("."+c.list+" > li",this.$menu);this.__refactorClass(n.filter("."+this.conf.selectedClass),"selected"),this.__refactorClass(n.filter("."+this.conf.labelClass),"label"),this.__refactorClass(n.filter("."+this.conf.spacerClass),"spacer"),n.off(p.setSelected).on(p.setSelected,function(t,o){t.stopPropagation(),n.removeClass(c.selected),"boolean"!=typeof o&&(o=!0),o&&e(this).addClass(c.selected)}),this.__refactorClass(e("."+this.conf.panelClass,this.$menu),"panel"),this.$menu.children().filter(this.conf.panelNodetype).add(this.$menu.find("."+c.list).children().children().filter(this.conf.panelNodetype)).addClass(c.panel);var o=e("."+c.panel,this.$menu);o.each(function(n){var o=e(this),s=o.attr("id")||c.mm("m"+t.serialnr+"-p"+n);o.attr("id",s)}),o.find("."+c.panel).each(function(){var n=e(this),o=n.is("ul, ol")?n:n.find("ul ,ol").first(),s=n.parent(),i=s.find("> a, > span"),l=s.closest("."+c.panel);if(n.data(u.parent,s),s.parent().is("."+c.list)){var a=e('<a class="'+c.subopen+'" href="#'+n.attr("id")+'" />').insertBefore(i);i.is("a")||a.addClass(c.fullsubopen),"horizontal"==t.direction&&o.prepend('<li class="'+c.subtitle+'"><a class="'+c.subclose+'" href="#'+l.attr("id")+'">'+i.text()+"</a></li>")}});var s="horizontal"==this.direction?p.open:p.toggle;if(o.each(function(){var n=e(this),o=n.attr("id");e('a[href="#'+o+'"]',t.$menu).off(p.click).on(p.click,function(e){e.preventDefault(),n.trigger(s)})}),"horizontal"==this.direction){var i=e("."+c.list+" > li."+c.selected,this.$menu);i.add(i.parents("li")).parents("li").removeClass(c.selected).end().each(function(){var t=e(this),n=t.find("> ."+c.panel);n.length&&(t.parents("."+c.panel).addClass(c.subopened),n.addClass(c.opened))}).closest("."+c.panel).addClass(c.opened).parents("."+c.panel).addClass(c.subopened)}else e("li."+c.selected,this.$menu).addClass(c.opened).parents("."+c.selected).removeClass(c.selected);var l=o.filter("."+c.opened);l.length||(l=o.first()),l.addClass(c.opened).last().addClass(c.current),"horizontal"==this.direction&&o.find("."+c.panel).appendTo(this.$menu)},_initLinks:function(){var t=this;e("."+c.list+" > li > a",this.$menu).not("."+c.subopen).not("."+c.subclose).not('[rel="external"]').not('[target="_blank"]').off(p.click).on(p.click,function(n){var o=e(this),s=o.attr("href");t.__valueOrFn(t.opts.onClick.setSelected,o)&&o.parent().trigger(p.setSelected);var i=t.__valueOrFn(t.opts.onClick.preventDefault,o,"#"==s.slice(0,1));i&&n.preventDefault(),t.__valueOrFn(t.opts.onClick.blockUI,o,!i)&&d.$html.addClass(c.blocking),t.__valueOrFn(t.opts.onClick.close,o,i)&&t.$menu.triggerHandler(p.close)})},_initOpenClose:function(){var t=this,n=this.$menu.attr("id");n&&n.length&&(this.conf.clone&&(n=c.umm(n)),e('a[href="#'+n+'"]').off(p.click).on(p.click,function(e){e.preventDefault(),t.$menu.trigger(p.open)}));var n=d.$page.attr("id");n&&n.length&&e('a[href="#'+n+'"]').off(p.click).on(p.click,function(e){e.preventDefault(),t.$menu.trigger(p.close)})},__valueOrFn:function(e,t,n){return"function"==typeof e?e.call(t[0]):"undefined"==typeof e&&"undefined"!=typeof n?n:e},__refactorClass:function(e,t){e.removeClass(this.conf[t+"Class"]).addClass(c[t])}},e.fn[a]=function(s,i){return d.$wndw||o(),s=t(s,i),i=n(i),this.each(function(){var t=e(this);t.data(a)||t.data(a,new e[a](t,s,i))})},e[a].version=r,e[a].defaults={position:"left",zposition:"back",moveBackground:!0,slidingSubmenus:!0,modal:!1,classes:"",onClick:{setSelected:!0}},e[a].configuration={preventTabbing:!0,panelClass:"Panel",listClass:"List",selectedClass:"Selected",labelClass:"Label",spacerClass:"Spacer",pageNodetype:"div",panelNodetype:"ul, ol, div",transitionDuration:400},function(){var t=window.document,n=window.navigator.userAgent,o="ontouchstart"in t,s="WebkitOverflowScrolling"in t.documentElement.style,i=function(){var e=document.createElement("div").style;return"webkitTransition"in e?"webkitTransition":"transition"in e}(),l=function(){return n.indexOf("Android")>=0?2.4>parseFloat(n.slice(n.indexOf("Android")+8)):!1}();e[a].support={touch:o,transition:i,oldAndroidBrowser:l,overflowscrolling:function(){return o?s?!0:l?!1:!0:!0}()}}(),e[a].useOverflowScrollingFallback=function(e){return d.$html?("boolean"==typeof e&&d.$html[e?"addClass":"removeClass"](c.nooverflowscrolling),d.$html.hasClass(c.nooverflowscrolling)):(h=e,e)},e[a].debug=function(){},e[a].deprecated=function(e,t){"undefined"!=typeof console&&"undefined"!=typeof console.warn&&console.warn("MMENU: "+e+" is deprecated, use "+t+" instead.")};var h=!e[a].support.overflowscrolling}}(jQuery);
15
- /*
16
- * jQuery mmenu counters addon
17
- * @requires mmenu 4.0.0 or later
18
- *
19
- * mmenu.frebsite.nl
20
- *
21
- * Copyright (c) Fred Heusschen
22
- * www.frebsite.nl
23
- *
24
- * Dual licensed under the MIT and GPL licenses.
25
- * http://en.wikipedia.org/wiki/MIT_License
26
- * http://en.wikipedia.org/wiki/GNU_General_Public_License
27
- */
28
- !function(t){var e="mmenu",n="counters";t[e].prototype["_addon_"+n]=function(){var o=this,u=this.opts[n],a=t[e]._c,r=t[e]._d,d=t[e]._e;a.add("counter noresults"),d.add("updatecounters"),"boolean"==typeof u&&(u={add:u,update:u}),"object"!=typeof u&&(u={}),u=t.extend(!0,{},t[e].defaults[n],u),u.count&&(t[e].deprecated('the option "count" for counters, the option "update"'),u.update=u.count),this.__refactorClass(t("em."+this.conf.counterClass,this.$menu),"counter");var s=t("."+a.panel,this.$menu);if(u.add&&s.each(function(){var e=t(this),n=e.data(r.parent);if(n){var o=t('<em class="'+a.counter+'" />'),u=n.find("> a."+a.subopen);u.parent().find("em."+a.counter).length||u.before(o)}}),u.update){var c=t("em."+a.counter,this.$menu);c.off(d.updatecounters).on(d.updatecounters,function(t){t.stopPropagation()}).each(function(){var e=t(this),n=t(e.next().attr("href"),o.$menu);n.is("."+a.list)||(n=n.find("> ."+a.list)),n.length&&e.on(d.updatecounters,function(){var t=n.children().not("."+a.label).not("."+a.subtitle).not("."+a.hidden).not("."+a.noresults);e.html(t.length)})}).trigger(d.updatecounters),this.$menu.on(d.update,function(){c.trigger(d.updatecounters)})}},t[e].defaults[n]={add:!1,update:!1},t[e].configuration.counterClass="Counter",t[e].addons=t[e].addons||[],t[e].addons.push(n)}(jQuery);
29
- /*
30
- * jQuery mmenu dragOpen addon
31
- * @requires mmenu 4.0.0 or later
32
- *
33
- * mmenu.frebsite.nl
34
- *
35
- * Copyright (c) Fred Heusschen
36
- * www.frebsite.nl
37
- *
38
- * Dual licensed under the MIT and GPL licenses.
39
- * http://en.wikipedia.org/wiki/MIT_License
40
- * http://en.wikipedia.org/wiki/GNU_General_Public_License
41
- */
42
- !function(e){function t(e,t,a){return t>e&&(e=t),e>a&&(e=a),e}var a="mmenu",o="dragOpen";e[a].prototype["_addon_"+o]=function(){var n=this,r=this.opts[o];if(e.fn.hammer){var d=e[a]._c,i=(e[a]._d,e[a]._e);d.add("dragging"),i.add("dragleft dragright dragup dragdown dragend");var s=e[a].glbl;if("boolean"==typeof r&&(r={open:r}),"object"!=typeof r&&(r={}),"number"!=typeof r.maxStartPos&&(r.maxStartPos="left"==this.opts.position||"right"==this.opts.position?150:50),r=e.extend(!0,{},e[a].defaults[o],r),r.open){var g=0,p=!1,c=0,h=0,l="width";switch(this.opts.position){case"left":case"right":l="width";break;default:l="height"}switch(this.opts.position){case"left":var f={events:i.dragleft+" "+i.dragright,open_dir:"right",close_dir:"left",delta:"deltaX",page:"pageX",negative:!1};break;case"right":var f={events:i.dragleft+" "+i.dragright,open_dir:"left",close_dir:"right",delta:"deltaX",page:"pageX",negative:!0};break;case"top":var f={events:i.dragup+" "+i.dragdown,open_dir:"down",close_dir:"up",delta:"deltaY",page:"pageY",negative:!1};break;case"bottom":var f={events:i.dragup+" "+i.dragdown,open_dir:"up",close_dir:"down",delta:"deltaY",page:"pageY",negative:!0}}$dragNode=this.__valueOrFn(r.pageNode,this.$menu,s.$page),"string"==typeof $dragNode&&($dragNode=e($dragNode)),$dragNode.hammer().on(i.touchstart,function(e){switch(n.opts.position){case"right":case"bottom":e[f.page]>=s.$wndw[l]()-r.maxStartPos&&(g=1);break;default:e[f.page]<=r.maxStartPos&&(g=1)}}).on(f.events+" "+i.dragend,function(e){g>0&&(e.gesture.preventDefault(),e.stopPropagation())}).on(f.events,function(e){var a=f.negative?-e.gesture[f.delta]:e.gesture[f.delta];if(p=a>c?f.open_dir:f.close_dir,c=a,c>r.threshold&&1==g){if(s.$html.hasClass(d.opened))return;g=2,n._openSetup(),s.$html.addClass(d.dragging),h=t(s.$wndw[l]()*n.conf[o][l].perc,n.conf[o][l].min,n.conf[o][l].max)}if(2==g){var i=s.$page;switch(n.opts.zposition){case"front":i=n.$menu;break;case"next":i=i.add(n.$menu)}i.css(n.opts.position,t(c,10,h))}}).on(i.dragend,function(){if(2==g){var e=s.$page;switch(n.opts.zposition){case"front":e=n.$menu;break;case"next":e=e.add(n.$menu)}s.$html.removeClass(d.dragging),e.css(n.opts.position,""),p==f.open_dir?n._openFinish():n.close()}g=0})}}},e[a].defaults[o]={open:!1,threshold:50},e[a].configuration[o]={width:{perc:.8,min:140,max:440},height:{perc:.8,min:140,max:880}},e[a].addons=e[a].addons||[],e[a].addons.push(o)}(jQuery);
43
- /*
44
- * jQuery mmenu header addon
45
- * @requires mmenu 4.0.0 or later
46
- *
47
- * mmenu.frebsite.nl
48
- *
49
- * Copyright (c) Fred Heusschen
50
- * www.frebsite.nl
51
- *
52
- * Dual licensed under the MIT and GPL licenses.
53
- * http://en.wikipedia.org/wiki/MIT_License
54
- * http://en.wikipedia.org/wiki/GNU_General_Public_License
55
- */
56
- !function(e){var t="mmenu",a="header";e[t].prototype["_addon_"+a]=function(){var n=this,r=this.opts[a],d=this.conf[a],s=e[t]._c,i=(e[t]._d,e[t]._e);s.add("header hasheader prev next title titletext"),i.add("updateheader");var o=e[t].glbl;if("boolean"==typeof r&&(r={add:r,update:r}),"object"!=typeof r&&(r={}),r=e.extend(!0,{},e[t].defaults[a],r),r.add){var h=r.content?r.content:'<a class="'+s.prev+'" href="#"></a><span class="'+s.title+'"></span><a class="'+s.next+'" href="#"></a>';e('<div class="'+s.header+'" />').prependTo(this.$menu).append(h)}var p=e("div."+s.header,this.$menu);if(p.length&&this.$menu.addClass(s.hasheader),r.update&&p.length){var l=p.find("."+s.title),u=p.find("."+s.prev),f=p.find("."+s.next),c="#"+o.$page.attr("id");u.add(f).on(i.click,function(t){t.preventDefault(),t.stopPropagation();var a=e(this).attr("href");"#"!==a&&(a==c?n.$menu.trigger(i.close):e(a,n.$menu).trigger(i.open))}),e("."+s.panel,this.$menu).each(function(){var t=e(this),a=e("."+d.panelHeaderClass,t).text(),n=e("."+d.panelPrevClass,t).attr("href"),o=e("."+d.panelNextClass,t).attr("href");a||(a=e("."+s.subclose,t).text()),a||(a=r.title),n||(n=e("."+s.subclose,t).attr("href")),t.off(i.updateheader).on(i.updateheader,function(e){e.stopPropagation(),l[a?"show":"hide"]().text(a),u[n?"show":"hide"]().attr("href",n),f[o?"show":"hide"]().attr("href",o)}),t.on(i.open,function(){e(this).trigger(i.updateheader)})}).filter("."+s.current).trigger(i.updateheader)}},e[t].defaults[a]={add:!1,content:!1,update:!1,title:"Menu"},e[t].configuration[a]={panelHeaderClass:"Header",panelNextClass:"Next",panelPrevClass:"Prev"},e[t].addons=e[t].addons||[],e[t].addons.push(a)}(jQuery);
57
- /*
58
- * jQuery mmenu labels addon
59
- * @requires mmenu 4.1.0 or later
60
- *
61
- * mmenu.frebsite.nl
62
- *
63
- * Copyright (c) Fred Heusschen
64
- * www.frebsite.nl
65
- *
66
- * Dual licensed under the MIT and GPL licenses.
67
- * http://en.wikipedia.org/wiki/MIT_License
68
- * http://en.wikipedia.org/wiki/GNU_General_Public_License
69
- */
70
- !function(e){var l="mmenu",s="labels";e[l].prototype["_addon_"+s]=function(){var a=this,o=this.opts[s],n=e[l]._c,t=(e[l]._d,e[l]._e);if(n.add("collapsed"),n.add("fixedlabels original clone"),t.add("updatelabels position scroll"),e[l].support.touch&&(t.scroll+=" "+t.mm("touchmove")),"boolean"==typeof o&&(o={collapse:o}),"object"!=typeof o&&(o={}),o=e.extend(!0,{},e[l].defaults[s],o),o.collapse){this.__refactorClass(e("li."+this.conf.collapsedClass,this.$menu),"collapsed");var i=e("."+n.label,this.$menu);i.each(function(){var l=e(this),s=l.nextUntil("."+n.label,"all"==o.collapse?null:"."+n.collapsed);"all"==o.collapse&&(l.addClass(n.opened),s.removeClass(n.collapsed)),s.length&&(l.wrapInner("<span />"),e('<a href="#" class="'+n.subopen+" "+n.fullsubopen+'" />').prependTo(l).on(t.click,function(e){e.preventDefault(),l.toggleClass(n.opened),s[l.hasClass(n.opened)?"removeClass":"addClass"](n.collapsed)}))})}else if(o.fixed){if("horizontal"!=this.direction)return;this.$menu.addClass(n.fixedlabels);var d=e("."+n.panel,this.$menu),i=e("."+n.label,this.$menu);d.add(i).off(t.updatelabels+" "+t.position+" "+t.scroll).on(t.updatelabels+" "+t.position+" "+t.scroll,function(e){e.stopPropagation()}),d.each(function(){var l=e(this),s=l.find("."+n.label);if(s.length){var o=l.scrollTop(),i=n.hassearch&&a.$menu.hasClass(n.hassearch),d=n.hasheader&&a.$menu.hasClass(n.hasheader),r=i?d?100:50:d?60:0;s.each(function(){var s=e(this);s.wrapInner("<div />").wrapInner("<div />");var a,i,d,p=s.find("> div"),c=e();s.on(t.updatelabels,function(){o=l.scrollTop(),s.hasClass(n.hidden)||(c=s.nextAll("."+n.label).not("."+n.hidden).first(),a=s.offset().top+o,i=c.length?c.offset().top+o:!1,d=p.height(),s.trigger(t.position))}),s.on(t.position,function(){var e=0;i&&o+r>i-d?e=i-a-d:o+r>a&&(e=o-a+r),p.css("top",e)})}),l.on(t.updatelabels,function(){o=l.scrollTop(),s.trigger(t.position)}).on(t.scroll,function(){s.trigger(t.updatelabels)})}}),this.$menu.on(t.update,function(){d.trigger(t.updatelabels)}).on(t.opening,function(){d.trigger(t.updatelabels).trigger(t.scroll)})}},e[l].defaults[s]={fixed:!1,collapse:!1},e[l].configuration.collapsedClass="Collapsed",e[l].addons=e[l].addons||[],e[l].addons.push(s)}(jQuery);
71
- /*
72
- * jQuery mmenu searchfield addon
73
- * @requires mmenu 4.0.0 or later
74
- *
75
- * mmenu.frebsite.nl
76
- *
77
- * Copyright (c) Fred Heusschen
78
- * www.frebsite.nl
79
- *
80
- * Dual licensed under the MIT and GPL licenses.
81
- * http://en.wikipedia.org/wiki/MIT_License
82
- * http://en.wikipedia.org/wiki/GNU_General_Public_License
83
- */
84
- !function(e){function s(e){switch(e){case 9:case 16:case 17:case 18:case 37:case 38:case 39:case 40:return!0}return!1}var n="mmenu",t="searchfield";e[n].prototype["_addon_"+t]=function(){var a=this,r=this.opts[t],o=e[n]._c,l=e[n]._d,d=e[n]._e;if(o.add("search hassearch noresults nosubresults counter"),d.add("search reset change"),"boolean"==typeof r&&(r={add:r,search:r}),"object"!=typeof r&&(r={}),r=e.extend(!0,{},e[n].defaults[t],r),r.add&&(e('<div class="'+o.search+'" />').prependTo(this.$menu).append('<input placeholder="'+r.placeholder+'" type="text" autocomplete="off" />'),r.noResults&&e("ul, ol",this.$menu).first().append('<li class="'+o.noresults+'">'+r.noResults+"</li>")),e("div."+o.search,this.$menu).length&&this.$menu.addClass(o.hassearch),r.search){var i=e("div."+o.search,this.$menu).find("input");if(i.length){var u=e("."+o.panel,this.$menu),h=e("."+o.list+"> li."+o.label,this.$menu),c=e("."+o.list+"> li",this.$menu).not("."+o.subtitle).not("."+o.label).not("."+o.noresults),f="> a";r.showLinksOnly||(f+=", > span"),i.off(d.keyup+" "+d.change).on(d.keyup,function(e){s(e.keyCode)||a.$menu.trigger(d.search)}).on(d.change,function(){a.$menu.trigger(d.search)}),this.$menu.off(d.reset+" "+d.search).on(d.reset+" "+d.search,function(e){e.stopPropagation()}).on(d.reset,function(){a.$menu.trigger(d.search,[""])}).on(d.search,function(s,n){"string"==typeof n?i.val(n):n=i.val(),n=n.toLowerCase(),u.scrollTop(0),c.add(h).addClass(o.hidden),c.each(function(){var s=e(this);e(f,s).text().toLowerCase().indexOf(n)>-1&&s.add(s.prevAll("."+o.label).first()).removeClass(o.hidden)}),e(u.get().reverse()).each(function(){var s=e(this),n=s.data(l.parent);if(n){var t=s.add(s.find("> ."+o.list)).find("> li").not("."+o.subtitle).not("."+o.label).not("."+o.hidden);t.length?n.removeClass(o.hidden).removeClass(o.nosubresults).prevAll("."+o.label).first().removeClass(o.hidden):(s.hasClass(o.current)&&n.trigger(d.open),n.addClass(o.nosubresults))}}),a.$menu[c.not("."+o.hidden).length?"removeClass":"addClass"](o.noresults),a.$menu.trigger(d.update)})}}},e[n].defaults[t]={add:!1,search:!1,showLinksOnly:!0,placeholder:"Search",noResults:"No results found."},e[n].addons=e[n].addons||[],e[n].addons.push(t)}(jQuery);
14
+ !function(e){function t(t,n,o){if("object"!=typeof t&&(t={}),o){if("boolean"!=typeof t.isMenu){var s=o.children();t.isMenu=1==s.length&&s.is(n.panelNodetype)}return t}if("object"!=typeof t.onClick&&(t.onClick={}),"undefined"!=typeof t.onClick.setLocationHref&&(e[a].deprecated("onClick.setLocationHref option","!onClick.preventDefault"),"boolean"==typeof t.onClick.setLocationHref&&(t.onClick.preventDefault=!t.onClick.setLocationHref)),t=e.extend(!0,{},e[a].defaults,t),e[a].useOverflowScrollingFallback()){switch(t.position){case"top":case"right":case"bottom":e[a].debug('position: "'+t.position+'" not supported when using the overflowScrolling-fallback.'),t.position="left"}switch(t.zposition){case"front":case"next":e[a].debug('z-position: "'+t.zposition+'" not supported when using the overflowScrolling-fallback.'),t.zposition="back"}}return t}function n(t){return"object"!=typeof t&&(t={}),"undefined"!=typeof t.panelNodeType&&(e[a].deprecated("panelNodeType configuration option","panelNodetype"),t.panelNodetype=t.panelNodeType),t=e.extend(!0,{},e[a].configuration,t),"string"!=typeof t.pageSelector&&(t.pageSelector="> "+t.pageNodetype),t}function o(){d.$wndw=e(window),d.$html=e("html"),d.$body=e("body"),d.$allMenus=e(),e.each([c,u,p],function(e,t){t.add=function(e){e=e.split(" ");for(var n in e)t[e[n]]=t.mm(e[n])}}),c.mm=function(e){return"mm-"+e},c.add("menu ismenu panel list subtitle selected label spacer current highest hidden page blocker modal background opened opening subopened subopen fullsubopen subclose nooverflowscrolling"),c.umm=function(e){return"mm-"==e.slice(0,3)&&(e=e.slice(3)),e},u.mm=function(e){return"mm-"+e},u.add("parent style scrollTop offetLeft"),p.mm=function(e){return e+".mm"},p.add("toggle open opening opened close closing closed update setPage setSelected transitionend touchstart touchend mousedown mouseup click keydown keyup resize"),e[a]._c=c,e[a]._d=u,e[a]._e=p,e[a].glbl=d,e[a].useOverflowScrollingFallback(h)}function s(t,n){if(t.hasClass(c.current))return!1;var o=e("."+c.panel,n),s=o.filter("."+c.current);return o.removeClass(c.highest).removeClass(c.current).not(t).not(s).addClass(c.hidden),t.hasClass(c.opened)?s.addClass(c.highest).removeClass(c.opened).removeClass(c.subopened):(t.addClass(c.highest),s.addClass(c.subopened)),t.removeClass(c.hidden).removeClass(c.subopened).addClass(c.current).addClass(c.opened),"open"}function i(){return d.$scrollTopNode||(0!=d.$html.scrollTop()?d.$scrollTopNode=d.$html:0!=d.$body.scrollTop()&&(d.$scrollTopNode=d.$body)),d.$scrollTopNode?d.$scrollTopNode.scrollTop():0}function l(t,n,o){var s=e[a].support.transition;"webkitTransition"==s?t.one("webkitTransitionEnd",n):s?t.one(p.transitionend,n):setTimeout(n,o)}var a="mmenu",r="4.1.3";if(!e[a]){var d={$wndw:null,$html:null,$body:null,$page:null,$blck:null,$allMenus:null,$scrollTopNode:null},c={},p={},u={},f=0;e[a]=function(e,t,n){return d.$allMenus=d.$allMenus.add(e),this.$menu=e,this.opts=t,this.conf=n,this.serialnr=f++,this._init(),this},e[a].prototype={open:function(){return this._openSetup(),this._openFinish(),"open"},_openSetup:function(){var e=i();this.$menu.addClass(c.current),d.$allMenus.not(this.$menu).trigger(p.close),d.$page.data(u.style,d.$page.attr("style")||"").data(u.scrollTop,e).data(u.offetLeft,d.$page.offset().left);var t=0;d.$wndw.off(p.resize).on(p.resize,function(e,n){if(n||d.$html.hasClass(c.opened)){var o=d.$wndw.width();o!=t&&(t=o,d.$page.width(o-d.$page.data(u.offetLeft)))}}).trigger(p.resize,[!0]),this.conf.preventTabbing&&d.$wndw.off(p.keydown).on(p.keydown,function(e){return 9==e.keyCode?(e.preventDefault(),!1):void 0}),this.opts.modal&&d.$html.addClass(c.modal),this.opts.moveBackground&&d.$html.addClass(c.background),"left"!=this.opts.position&&d.$html.addClass(c.mm(this.opts.position)),"back"!=this.opts.zposition&&d.$html.addClass(c.mm(this.opts.zposition)),this.opts.classes&&d.$html.addClass(this.opts.classes),d.$html.addClass(c.opened),this.$menu.addClass(c.opened),d.$page.scrollTop(e),this.$menu.scrollTop(0)},_openFinish:function(){var e=this;l(d.$page,function(){e.$menu.trigger(p.opened)},this.conf.transitionDuration),d.$html.addClass(c.opening),this.$menu.trigger(p.opening),window.scrollTo(0,1)},close:function(){var e=this;return l(d.$page,function(){e.$menu.removeClass(c.current).removeClass(c.opened),d.$html.removeClass(c.opened).removeClass(c.modal).removeClass(c.background).removeClass(c.mm(e.opts.position)).removeClass(c.mm(e.opts.zposition)),e.opts.classes&&d.$html.removeClass(e.opts.classes),d.$wndw.off(p.resize).off(p.keydown),d.$page.attr("style",d.$page.data(u.style)),d.$scrollTopNode&&d.$scrollTopNode.scrollTop(d.$page.data(u.scrollTop)),e.$menu.trigger(p.closed)},this.conf.transitionDuration),d.$html.removeClass(c.opening),this.$menu.trigger(p.closing),"close"},_init:function(){if(this.opts=t(this.opts,this.conf,this.$menu),this.direction=this.opts.slidingSubmenus?"horizontal":"vertical",this._initPage(d.$page),this._initMenu(),this._initBlocker(),this._initPanles(),this._initLinks(),this._initOpenClose(),this._bindCustomEvents(),e[a].addons)for(var n=0;n<e[a].addons.length;n++)"function"==typeof this["_addon_"+e[a].addons[n]]&&this["_addon_"+e[a].addons[n]]()},_bindCustomEvents:function(){var t=this;this.$menu.off(p.open+" "+p.close+" "+p.setPage+" "+p.update).on(p.open+" "+p.close+" "+p.setPage+" "+p.update,function(e){e.stopPropagation()}),this.$menu.on(p.open,function(n){return e(this).hasClass(c.current)?(n.stopImmediatePropagation(),!1):t.open()}).on(p.close,function(n){return e(this).hasClass(c.current)?t.close():(n.stopImmediatePropagation(),!1)}).on(p.setPage,function(e,n){t._initPage(n),t._initOpenClose()});var n=this.$menu.find(this.opts.isMenu&&"horizontal"!=this.direction?"ul, ol":"."+c.panel);n.off(p.toggle+" "+p.open+" "+p.close).on(p.toggle+" "+p.open+" "+p.close,function(e){e.stopPropagation()}),"horizontal"==this.direction?n.on(p.open,function(){return s(e(this),t.$menu)}):n.on(p.toggle,function(){var t=e(this);return t.triggerHandler(t.parent().hasClass(c.opened)?p.close:p.open)}).on(p.open,function(){return e(this).parent().addClass(c.opened),"open"}).on(p.close,function(){return e(this).parent().removeClass(c.opened),"close"})},_initBlocker:function(){var t=this;d.$blck||(d.$blck=e('<div id="'+c.blocker+'" />').css("opacity",0).appendTo(d.$body)),d.$blck.off(p.touchstart).on(p.touchstart,function(e){e.preventDefault(),e.stopPropagation(),d.$blck.trigger(p.mousedown)}).on(p.mousedown,function(e){e.preventDefault(),d.$html.hasClass(c.modal)||t.$menu.trigger(p.close)})},_initPage:function(t){t||(t=e(this.conf.pageSelector,d.$body),t.length>1&&(e[a].debug("Multiple nodes found for the page-node, all nodes are wrapped in one <"+this.conf.pageNodetype+">."),t=t.wrapAll("<"+this.conf.pageNodetype+" />").parent())),t.addClass(c.page),d.$page=t},_initMenu:function(){this.conf.clone&&(this.$menu=this.$menu.clone(!0),this.$menu.add(this.$menu.find("*")).filter("[id]").each(function(){e(this).attr("id",c.mm(e(this).attr("id")))})),this.$menu.contents().each(function(){3==e(this)[0].nodeType&&e(this).remove()}),this.$menu.prependTo("body").addClass(c.menu),this.$menu.addClass(c.mm(this.direction)),this.opts.classes&&this.$menu.addClass(this.opts.classes),this.opts.isMenu&&this.$menu.addClass(c.ismenu),"left"!=this.opts.position&&this.$menu.addClass(c.mm(this.opts.position)),"back"!=this.opts.zposition&&this.$menu.addClass(c.mm(this.opts.zposition))},_initPanles:function(){var t=this;this.__refactorClass(e("."+this.conf.listClass,this.$menu),"list"),this.opts.isMenu&&e("ul, ol",this.$menu).not(".mm-nolist").addClass(c.list);var n=e("."+c.list+" > li",this.$menu);this.__refactorClass(n.filter("."+this.conf.selectedClass),"selected"),this.__refactorClass(n.filter("."+this.conf.labelClass),"label"),this.__refactorClass(n.filter("."+this.conf.spacerClass),"spacer"),n.off(p.setSelected).on(p.setSelected,function(t,o){t.stopPropagation(),n.removeClass(c.selected),"boolean"!=typeof o&&(o=!0),o&&e(this).addClass(c.selected)}),this.__refactorClass(e("."+this.conf.panelClass,this.$menu),"panel"),this.$menu.children().filter(this.conf.panelNodetype).add(this.$menu.find("."+c.list).children().children().filter(this.conf.panelNodetype)).addClass(c.panel);var o=e("."+c.panel,this.$menu);o.each(function(n){var o=e(this),s=o.attr("id")||c.mm("m"+t.serialnr+"-p"+n);o.attr("id",s)}),o.find("."+c.panel).each(function(){var n=e(this),o=n.is("ul, ol")?n:n.find("ul ,ol").first(),s=n.parent(),i=s.find("> a, > span"),l=s.closest("."+c.panel);if(n.data(u.parent,s),s.parent().is("."+c.list)){var a=e('<a class="'+c.subopen+'" href="#'+n.attr("id")+'" />').insertBefore(i);i.is("a")||a.addClass(c.fullsubopen),"horizontal"==t.direction&&o.prepend('<li class="'+c.subtitle+'"><a class="'+c.subclose+'" href="#'+l.attr("id")+'">'+i.text()+"</a></li>")}});var s="horizontal"==this.direction?p.open:p.toggle;if(o.each(function(){var n=e(this),o=n.attr("id");e('a[href="#'+o+'"]',t.$menu).off(p.click).on(p.click,function(e){e.preventDefault(),n.trigger(s)})}),"horizontal"==this.direction){var i=e("."+c.list+" > li."+c.selected,this.$menu);i.add(i.parents("li")).parents("li").removeClass(c.selected).end().each(function(){var t=e(this),n=t.find("> ."+c.panel);n.length&&(t.parents("."+c.panel).addClass(c.subopened),n.addClass(c.opened))}).closest("."+c.panel).addClass(c.opened).parents("."+c.panel).addClass(c.subopened)}else e("li."+c.selected,this.$menu).addClass(c.opened).parents("."+c.selected).removeClass(c.selected);var l=o.filter("."+c.opened);l.length||(l=o.first()),l.addClass(c.opened).last().addClass(c.current),"horizontal"==this.direction&&o.find("."+c.panel).appendTo(this.$menu)},_initLinks:function(){var t=this;e("."+c.list+" > li > a",this.$menu).not("."+c.subopen).not("."+c.subclose).not('[rel="external"]').not('[target="_blank"]').off(p.click).on(p.click,function(n){var o=e(this),s=o.attr("href");t.__valueOrFn(t.opts.onClick.setSelected,o)&&o.parent().trigger(p.setSelected);var i=t.__valueOrFn(t.opts.onClick.preventDefault,o,"#"==s.slice(0,1));i&&n.preventDefault(),t.__valueOrFn(t.opts.onClick.blockUI,o,!i)&&d.$html.addClass(c.blocking),t.__valueOrFn(t.opts.onClick.close,o,i)&&t.$menu.triggerHandler(p.close)})},_initOpenClose:function(){var t=this,n=this.$menu.attr("id");n&&n.length&&(this.conf.clone&&(n=c.umm(n)),e('a[href="#'+n+'"]').off(p.click).on(p.click,function(e){e.preventDefault(),t.$menu.trigger(p.open)}));var n=d.$page.attr("id");n&&n.length&&e('a[href="#'+n+'"]').off(p.click).on(p.click,function(e){e.preventDefault(),t.$menu.trigger(p.close)})},__valueOrFn:function(e,t,n){return"function"==typeof e?e.call(t[0]):"undefined"==typeof e&&"undefined"!=typeof n?n:e},__refactorClass:function(e,t){e.removeClass(this.conf[t+"Class"]).addClass(c[t])}},e.fn[a]=function(s,i){return d.$wndw||o(),s=t(s,i),i=n(i),this.each(function(){var t=e(this);t.data(a)||t.data(a,new e[a](t,s,i))})},e[a].version=r,e[a].defaults={position:"left",zposition:"back",moveBackground:!0,slidingSubmenus:!0,modal:!1,classes:"",onClick:{setSelected:!0}},e[a].configuration={preventTabbing:!0,panelClass:"Panel",listClass:"List",selectedClass:"Selected",labelClass:"Label",spacerClass:"Spacer",pageNodetype:"div",panelNodetype:"ul, ol, div",transitionDuration:400},function(){var t=window.document,n=window.navigator.userAgent,o="ontouchstart"in t,s="WebkitOverflowScrolling"in t.documentElement.style,i=function(){var e=document.createElement("div").style;return"webkitTransition"in e?"webkitTransition":"transition"in e}(),l=function(){return n.indexOf("Android")>=0?2.4>parseFloat(n.slice(n.indexOf("Android")+8)):!1}();e[a].support={touch:o,transition:i,oldAndroidBrowser:l,overflowscrolling:function(){return o?s?!0:l?!1:!0:!0}()}}(),e[a].useOverflowScrollingFallback=function(e){return d.$html?("boolean"==typeof e&&d.$html[e?"addClass":"removeClass"](c.nooverflowscrolling),d.$html.hasClass(c.nooverflowscrolling)):(h=e,e)},e[a].debug=function(){},e[a].deprecated=function(e,t){"undefined"!=typeof console&&"undefined"!=typeof console.warn&&console.warn("MMENU: "+e+" is deprecated, use "+t+" instead.")};var h=!e[a].support.overflowscrolling}}(jQuery);
@@ -0,0 +1,29 @@
1
+ /*
2
+ jQuery.mmenu counters addon CSS
3
+ */
4
+ em.mm-counter {
5
+ font-style: normal;
6
+ text-indent: 0;
7
+ line-height: 20px;
8
+ display: block;
9
+ margin-top: -10px;
10
+ position: absolute;
11
+ right: 40px;
12
+ top: 50%; }
13
+ em.mm-counter + a.mm-subopen {
14
+ padding-left: 40px; }
15
+ em.mm-counter + a.mm-subopen + a,
16
+ em.mm-counter + a.mm-subopen + span {
17
+ margin-right: 80px; }
18
+ em.mm-counter + a.mm-fullsubopen {
19
+ padding-left: 0; }
20
+
21
+ .mm-vertical em.mm-counter {
22
+ top: 12px;
23
+ margin-top: 0; }
24
+
25
+ .mm-nosubresults > em.mm-counter {
26
+ display: none; }
27
+
28
+ .mm-menu em.mm-counter {
29
+ color: rgba(255, 255, 255, 0.3); }
@@ -0,0 +1,11 @@
1
+ /*
2
+ jQuery.mmenu dragOpen addon CSS
3
+ */
4
+ html.mm-opened.mm-dragging .mm-menu,
5
+ html.mm-opened.mm-dragging .mm-page,
6
+ html.mm-opened.mm-dragging #mm-blocker {
7
+ -webkit-transition-duration: 0s;
8
+ -moz-transition-duration: 0s;
9
+ -ms-transition-duration: 0s;
10
+ -o-transition-duration: 0s;
11
+ transition-duration: 0s; }
@@ -0,0 +1,98 @@
1
+ /*
2
+ jQuery.mmenu header addon CSS
3
+ */
4
+ .mm-header {
5
+ -webkit-box-sizing: border-box;
6
+ -moz-box-sizing: border-box;
7
+ -ms-box-sizing: border-box;
8
+ -o-box-sizing: border-box;
9
+ box-sizing: border-box;
10
+ -webkit-text-size-adjust: none;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ font-size: 14px;
13
+ text-shadow: none;
14
+ background: inherit;
15
+ border-bottom: 1px solid transparent;
16
+ text-align: center;
17
+ line-height: 20px;
18
+ width: 100%;
19
+ height: 60px;
20
+ padding: 30px 40px 0 40px;
21
+ position: absolute;
22
+ z-index: 2;
23
+ top: 0;
24
+ left: 0; }
25
+ .mm-header .mm-title {
26
+ text-overflow: ellipsis;
27
+ white-space: nowrap;
28
+ overflow: hidden;
29
+ display: inline-block;
30
+ width: 100%;
31
+ position: relative;
32
+ z-index: 1; }
33
+ .mm-header .mm-prev,
34
+ .mm-header .mm-next {
35
+ -webkit-box-sizing: border-box;
36
+ -moz-box-sizing: border-box;
37
+ -ms-box-sizing: border-box;
38
+ -o-box-sizing: border-box;
39
+ box-sizing: border-box;
40
+ text-decoration: none;
41
+ display: block;
42
+ width: 40px;
43
+ height: 100%;
44
+ position: absolute;
45
+ bottom: 0; }
46
+ .mm-header .mm-prev:before,
47
+ .mm-header .mm-next:before {
48
+ content: '';
49
+ border: 2px solid transparent;
50
+ display: block;
51
+ width: 7px;
52
+ height: 7px;
53
+ margin-bottom: -5px;
54
+ position: absolute;
55
+ bottom: 50%;
56
+ -webkit-transform: rotate(-45deg);
57
+ -moz-transform: rotate(-45deg);
58
+ -ms-transform: rotate(-45deg);
59
+ -o-transform: rotate(-45deg);
60
+ transform: rotate(-45deg);
61
+ margin-bottom: -15px; }
62
+ .mm-header .mm-prev {
63
+ left: 0; }
64
+ .mm-header .mm-prev:before {
65
+ border-right: none;
66
+ border-bottom: none;
67
+ left: 22px; }
68
+ .mm-header .mm-next {
69
+ right: 0; }
70
+ .mm-header .mm-next:before {
71
+ border-top: none;
72
+ border-left: none;
73
+ right: 18px; }
74
+
75
+ .mm-menu.mm-hassearch .mm-header {
76
+ height: 50px;
77
+ padding-top: 20px;
78
+ top: 50px; }
79
+ .mm-menu.mm-hassearch .mm-header .mm-prev:before,
80
+ .mm-menu.mm-hassearch .mm-header .mm-mext:before {
81
+ margin-bottom: -10px; }
82
+
83
+ .mm-menu.mm-hasheader li.mm-subtitle {
84
+ display: none; }
85
+ .mm-menu.mm-hasheader .mm-panel {
86
+ padding-top: 80px; }
87
+ .mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
88
+ padding-top: 120px; }
89
+ .mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
90
+ padding-top: 60px; }
91
+ .mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
92
+ padding-top: 100px; }
93
+
94
+ .mm-menu .mm-header {
95
+ border-color: rgba(0, 0, 0, 0.15);
96
+ color: rgba(255, 255, 255, 0.3); }
97
+ .mm-menu .mm-header a:before {
98
+ border-color: rgba(255, 255, 255, 0.3); }
@@ -0,0 +1,44 @@
1
+ /*
2
+ jQuery.mmenu labels addon CSS
3
+ */
4
+ .mm-list > li.mm-label * {
5
+ font: inherit; }
6
+
7
+ .mm-menu.mm-fixedlabels .mm-list {
8
+ background: inherit; }
9
+ .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
10
+ background: inherit !important;
11
+ opacity: 0.97;
12
+ height: 25px;
13
+ overflow: visible;
14
+ position: relative;
15
+ z-index: 1; }
16
+ .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
17
+ background: inherit;
18
+ width: 100%;
19
+ position: absolute;
20
+ left: 0; }
21
+ .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
22
+ text-overflow: ellipsis;
23
+ white-space: nowrap;
24
+ overflow: hidden; }
25
+ .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
26
+ padding-top: 25px; }
27
+
28
+ .mm-list > li.mm-label > span {
29
+ text-overflow: ellipsis;
30
+ white-space: nowrap;
31
+ overflow: hidden;
32
+ padding: 0; }
33
+ .mm-list > li.mm-label.mm-opened a.mm-subopen:after {
34
+ -webkit-transform: rotate(45deg);
35
+ -moz-transform: rotate(45deg);
36
+ -ms-transform: rotate(45deg);
37
+ -o-transform: rotate(45deg);
38
+ transform: rotate(45deg);
39
+ right: 17px; }
40
+ .mm-list > li.mm-collapsed {
41
+ display: none; }
42
+
43
+ .mm-menu .mm-list li.mm-label > div > div {
44
+ background: rgba(255, 255, 255, 0.05); }
@@ -0,0 +1,56 @@
1
+ /*
2
+ jQuery.mmenu searchfield addon CSS
3
+ */
4
+ .mm-search,
5
+ .mm-search input {
6
+ -webkit-box-sizing: border-box;
7
+ -moz-box-sizing: border-box;
8
+ -ms-box-sizing: border-box;
9
+ -o-box-sizing: border-box;
10
+ box-sizing: border-box; }
11
+
12
+ .mm-search {
13
+ background: inherit;
14
+ width: 100%;
15
+ height: 50px;
16
+ padding: 10px;
17
+ position: relative;
18
+ top: 0;
19
+ z-index: 2; }
20
+ .mm-search input {
21
+ -webkit-text-size-adjust: none;
22
+ font-family: Arial, Helvetica, sans-serif;
23
+ font-size: 14px;
24
+ text-shadow: none;
25
+ border: none;
26
+ border-radius: 15px;
27
+ line-height: 30px;
28
+ outline: none;
29
+ display: block;
30
+ width: 100%;
31
+ height: 30px;
32
+ margin: 0;
33
+ padding: 0 10px; }
34
+
35
+ .mm-menu li.mm-nosubresults > a.mm-subopen {
36
+ display: none; }
37
+ .mm-menu li.mm-nosubresults > a.mm-subopen + a,
38
+ .mm-menu li.mm-nosubresults > a.mm-subopen + span {
39
+ padding-right: 10px; }
40
+ .mm-menu li.mm-noresults {
41
+ text-align: center;
42
+ font-size: 20px;
43
+ display: none;
44
+ padding-top: 80px; }
45
+ .mm-menu li.mm-noresults:after {
46
+ border: none; }
47
+ .mm-menu.mm-noresults li.mm-noresults {
48
+ display: block; }
49
+ .mm-menu.mm-hassearch > .mm-panel {
50
+ padding-top: 60px; }
51
+
52
+ .mm-menu .mm-search input {
53
+ background: rgba(255, 255, 255, 0.3);
54
+ color: rgba(255, 255, 255, 0.6); }
55
+ .mm-menu li.mm-noresults {
56
+ color: rgba(255, 255, 255, 0.3); }
@@ -333,1030 +333,3 @@ html.mm-nooverflowscrolling.mm-opened {
333
333
  left: 0; }
334
334
  html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
335
335
  display: block; }
336
-
337
- /*
338
- jQuery.mmenu counters addon CSS
339
- */
340
- em.mm-counter {
341
- font-style: normal;
342
- text-indent: 0;
343
- line-height: 20px;
344
- display: block;
345
- margin-top: -10px;
346
- position: absolute;
347
- right: 40px;
348
- top: 50%; }
349
- em.mm-counter + a.mm-subopen {
350
- padding-left: 40px; }
351
- em.mm-counter + a.mm-subopen + a,
352
- em.mm-counter + a.mm-subopen + span {
353
- margin-right: 80px; }
354
- em.mm-counter + a.mm-fullsubopen {
355
- padding-left: 0; }
356
-
357
- .mm-vertical em.mm-counter {
358
- top: 12px;
359
- margin-top: 0; }
360
-
361
- .mm-nosubresults > em.mm-counter {
362
- display: none; }
363
-
364
- .mm-menu em.mm-counter {
365
- color: rgba(255, 255, 255, 0.3); }
366
-
367
- /*
368
- jQuery.mmenu dragOpen addon CSS
369
- */
370
- html.mm-opened.mm-dragging .mm-menu,
371
- html.mm-opened.mm-dragging .mm-page,
372
- html.mm-opened.mm-dragging #mm-blocker {
373
- -webkit-transition-duration: 0s;
374
- -moz-transition-duration: 0s;
375
- -ms-transition-duration: 0s;
376
- -o-transition-duration: 0s;
377
- transition-duration: 0s; }
378
-
379
- /*
380
- jQuery.mmenu header addon CSS
381
- */
382
- .mm-header {
383
- -webkit-box-sizing: border-box;
384
- -moz-box-sizing: border-box;
385
- -ms-box-sizing: border-box;
386
- -o-box-sizing: border-box;
387
- box-sizing: border-box;
388
- -webkit-text-size-adjust: none;
389
- font-family: Arial, Helvetica, sans-serif;
390
- font-size: 14px;
391
- text-shadow: none;
392
- background: inherit;
393
- border-bottom: 1px solid transparent;
394
- text-align: center;
395
- line-height: 20px;
396
- width: 100%;
397
- height: 60px;
398
- padding: 30px 40px 0 40px;
399
- position: absolute;
400
- z-index: 2;
401
- top: 0;
402
- left: 0; }
403
- .mm-header .mm-title {
404
- text-overflow: ellipsis;
405
- white-space: nowrap;
406
- overflow: hidden;
407
- display: inline-block;
408
- width: 100%;
409
- position: relative;
410
- z-index: 1; }
411
- .mm-header .mm-prev,
412
- .mm-header .mm-next {
413
- -webkit-box-sizing: border-box;
414
- -moz-box-sizing: border-box;
415
- -ms-box-sizing: border-box;
416
- -o-box-sizing: border-box;
417
- box-sizing: border-box;
418
- text-decoration: none;
419
- display: block;
420
- width: 40px;
421
- height: 100%;
422
- position: absolute;
423
- bottom: 0; }
424
- .mm-header .mm-prev:before,
425
- .mm-header .mm-next:before {
426
- content: '';
427
- border: 2px solid transparent;
428
- display: block;
429
- width: 7px;
430
- height: 7px;
431
- margin-bottom: -5px;
432
- position: absolute;
433
- bottom: 50%;
434
- -webkit-transform: rotate(-45deg);
435
- -moz-transform: rotate(-45deg);
436
- -ms-transform: rotate(-45deg);
437
- -o-transform: rotate(-45deg);
438
- transform: rotate(-45deg);
439
- margin-bottom: -15px; }
440
- .mm-header .mm-prev {
441
- left: 0; }
442
- .mm-header .mm-prev:before {
443
- border-right: none;
444
- border-bottom: none;
445
- left: 22px; }
446
- .mm-header .mm-next {
447
- right: 0; }
448
- .mm-header .mm-next:before {
449
- border-top: none;
450
- border-left: none;
451
- right: 18px; }
452
-
453
- .mm-menu.mm-hassearch .mm-header {
454
- height: 50px;
455
- padding-top: 20px;
456
- top: 50px; }
457
- .mm-menu.mm-hassearch .mm-header .mm-prev:before,
458
- .mm-menu.mm-hassearch .mm-header .mm-mext:before {
459
- margin-bottom: -10px; }
460
-
461
- .mm-menu.mm-hasheader li.mm-subtitle {
462
- display: none; }
463
- .mm-menu.mm-hasheader .mm-panel {
464
- padding-top: 80px; }
465
- .mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
466
- padding-top: 120px; }
467
- .mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
468
- padding-top: 60px; }
469
- .mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
470
- padding-top: 100px; }
471
-
472
- .mm-menu .mm-header {
473
- border-color: rgba(0, 0, 0, 0.15);
474
- color: rgba(255, 255, 255, 0.3); }
475
- .mm-menu .mm-header a:before {
476
- border-color: rgba(255, 255, 255, 0.3); }
477
-
478
- /*
479
- jQuery.mmenu labels addon CSS
480
- */
481
- .mm-list > li.mm-label * {
482
- font: inherit; }
483
-
484
- .mm-menu.mm-fixedlabels .mm-list {
485
- background: inherit; }
486
- .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
487
- background: inherit !important;
488
- opacity: 0.97;
489
- height: 25px;
490
- overflow: visible;
491
- position: relative;
492
- z-index: 1; }
493
- .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
494
- background: inherit;
495
- width: 100%;
496
- position: absolute;
497
- left: 0; }
498
- .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
499
- text-overflow: ellipsis;
500
- white-space: nowrap;
501
- overflow: hidden; }
502
- .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
503
- padding-top: 25px; }
504
-
505
- .mm-list > li.mm-label > span {
506
- text-overflow: ellipsis;
507
- white-space: nowrap;
508
- overflow: hidden;
509
- padding: 0; }
510
- .mm-list > li.mm-label.mm-opened a.mm-subopen:after {
511
- -webkit-transform: rotate(45deg);
512
- -moz-transform: rotate(45deg);
513
- -ms-transform: rotate(45deg);
514
- -o-transform: rotate(45deg);
515
- transform: rotate(45deg);
516
- right: 17px; }
517
- .mm-list > li.mm-collapsed {
518
- display: none; }
519
-
520
- .mm-menu .mm-list li.mm-label > div > div {
521
- background: rgba(255, 255, 255, 0.05); }
522
-
523
- /*
524
- jQuery.mmenu searchfield addon CSS
525
- */
526
- .mm-search,
527
- .mm-search input {
528
- -webkit-box-sizing: border-box;
529
- -moz-box-sizing: border-box;
530
- -ms-box-sizing: border-box;
531
- -o-box-sizing: border-box;
532
- box-sizing: border-box; }
533
-
534
- .mm-search {
535
- background: inherit;
536
- width: 100%;
537
- height: 50px;
538
- padding: 10px;
539
- position: relative;
540
- top: 0;
541
- z-index: 2; }
542
- .mm-search input {
543
- -webkit-text-size-adjust: none;
544
- font-family: Arial, Helvetica, sans-serif;
545
- font-size: 14px;
546
- text-shadow: none;
547
- border: none;
548
- border-radius: 15px;
549
- line-height: 30px;
550
- outline: none;
551
- display: block;
552
- width: 100%;
553
- height: 30px;
554
- margin: 0;
555
- padding: 0 10px; }
556
-
557
- .mm-menu li.mm-nosubresults > a.mm-subopen {
558
- display: none; }
559
- .mm-menu li.mm-nosubresults > a.mm-subopen + a,
560
- .mm-menu li.mm-nosubresults > a.mm-subopen + span {
561
- padding-right: 10px; }
562
- .mm-menu li.mm-noresults {
563
- text-align: center;
564
- font-size: 20px;
565
- display: none;
566
- padding-top: 80px; }
567
- .mm-menu li.mm-noresults:after {
568
- border: none; }
569
- .mm-menu.mm-noresults li.mm-noresults {
570
- display: block; }
571
- .mm-menu.mm-hassearch > .mm-panel {
572
- padding-top: 60px; }
573
-
574
- .mm-menu .mm-search input {
575
- background: rgba(255, 255, 255, 0.3);
576
- color: rgba(255, 255, 255, 0.6); }
577
- .mm-menu li.mm-noresults {
578
- color: rgba(255, 255, 255, 0.3); }
579
-
580
- /*
581
- jQuery.mmenu effects extension CSS
582
- */
583
- html.mm-slide .mm-menu {
584
- -webkit-transition: -webkit-transform 0.4s ease;
585
- -moz-transition: -moz-transform 0.4s ease;
586
- -o-transition: -o-transform 0.4s ease;
587
- transition: transform 0.4s ease; }
588
- html.mm-slide.mm-opened .mm-menu {
589
- -webkit-transform: translateX(-40%);
590
- -moz-transform: translateX(-40%);
591
- -ms-transform: translateX(-40%);
592
- -o-transform: translateX(-40%);
593
- transform: translateX(-40%); }
594
- html.mm-slide.mm-opening .mm-menu {
595
- -webkit-transform: translateX(0%);
596
- -moz-transform: translateX(0%);
597
- -ms-transform: translateX(0%);
598
- -o-transform: translateX(0%);
599
- transform: translateX(0%); }
600
- html.mm-slide.mm-right.mm-opened .mm-menu {
601
- -webkit-transform: translateX(40%);
602
- -moz-transform: translateX(40%);
603
- -ms-transform: translateX(40%);
604
- -o-transform: translateX(40%);
605
- transform: translateX(40%); }
606
- html.mm-slide.mm-right.mm-opening .mm-menu {
607
- -webkit-transform: translateX(0%);
608
- -moz-transform: translateX(0%);
609
- -ms-transform: translateX(0%);
610
- -o-transform: translateX(0%);
611
- transform: translateX(0%); }
612
- html.mm-slide.mm-top.mm-opened .mm-menu {
613
- -webkit-transform: translateY(-40%);
614
- -moz-transform: translateY(-40%);
615
- -ms-transform: translateY(-40%);
616
- -o-transform: translateY(-40%);
617
- transform: translateY(-40%); }
618
- html.mm-slide.mm-top.mm-opening .mm-menu {
619
- -webkit-transform: translateY(0%);
620
- -moz-transform: translateY(0%);
621
- -ms-transform: translateY(0%);
622
- -o-transform: translateY(0%);
623
- transform: translateY(0%); }
624
- html.mm-slide.mm-bottom.mm-opened .mm-menu {
625
- -webkit-transform: translateY(40%);
626
- -moz-transform: translateY(40%);
627
- -ms-transform: translateY(40%);
628
- -o-transform: translateY(40%);
629
- transform: translateY(40%); }
630
- html.mm-slide.mm-bottom.mm-opening .mm-menu {
631
- -webkit-transform: translateY(0%);
632
- -moz-transform: translateY(0%);
633
- -ms-transform: translateY(0%);
634
- -o-transform: translateY(0%);
635
- transform: translateY(0%); }
636
-
637
- html.mm-zoom-menu .mm-menu {
638
- -webkit-transition: -webkit-transform 0.4s ease;
639
- -moz-transition: -moz-transform 0.4s ease;
640
- -o-transition: -o-transform 0.4s ease;
641
- transition: transform 0.4s ease; }
642
- html.mm-zoom-menu.mm-opened .mm-menu {
643
- -webkit-transform: scale(0.7, 0.7) translateX(-40%);
644
- -moz-transform: scale(0.7, 0.7) translateX(-40%);
645
- -ms-transform: scale(0.7, 0.7) translateX(-40%);
646
- -o-transform: scale(0.7, 0.7) translateX(-40%);
647
- transform: scale(0.7, 0.7) translateX(-40%);
648
- -webkit-transform-origin: left center;
649
- -moz-transform-origin: left center;
650
- -ms-transform-origin: left center;
651
- -o-transform-origin: left center;
652
- transform-origin: left center; }
653
- html.mm-zoom-menu.mm-opening .mm-menu {
654
- -webkit-transform: scale(1, 1) translateX(0%);
655
- -moz-transform: scale(1, 1) translateX(0%);
656
- -ms-transform: scale(1, 1) translateX(0%);
657
- -o-transform: scale(1, 1) translateX(0%);
658
- transform: scale(1, 1) translateX(0%); }
659
- html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
660
- -webkit-transform: scale(0.7, 0.7) translateX(40%);
661
- -moz-transform: scale(0.7, 0.7) translateX(40%);
662
- -ms-transform: scale(0.7, 0.7) translateX(40%);
663
- -o-transform: scale(0.7, 0.7) translateX(40%);
664
- transform: scale(0.7, 0.7) translateX(40%);
665
- -webkit-transform-origin: right center;
666
- -moz-transform-origin: right center;
667
- -ms-transform-origin: right center;
668
- -o-transform-origin: right center;
669
- transform-origin: right center; }
670
- html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
671
- -webkit-transform: scale(1, 1) translateX(0%);
672
- -moz-transform: scale(1, 1) translateX(0%);
673
- -ms-transform: scale(1, 1) translateX(0%);
674
- -o-transform: scale(1, 1) translateX(0%);
675
- transform: scale(1, 1) translateX(0%); }
676
- html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
677
- -webkit-transform: scale(0.7, 0.7) translateY(-40%);
678
- -moz-transform: scale(0.7, 0.7) translateY(-40%);
679
- -ms-transform: scale(0.7, 0.7) translateY(-40%);
680
- -o-transform: scale(0.7, 0.7) translateY(-40%);
681
- transform: scale(0.7, 0.7) translateY(-40%);
682
- -webkit-transform-origin: center top;
683
- -moz-transform-origin: center top;
684
- -ms-transform-origin: center top;
685
- -o-transform-origin: center top;
686
- transform-origin: center top; }
687
- html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
688
- -webkit-transform: scale(1, 1) translateY(0%);
689
- -moz-transform: scale(1, 1) translateY(0%);
690
- -ms-transform: scale(1, 1) translateY(0%);
691
- -o-transform: scale(1, 1) translateY(0%);
692
- transform: scale(1, 1) translateY(0%); }
693
- html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
694
- -webkit-transform: scale(0.7, 0.7) translateY(40%);
695
- -moz-transform: scale(0.7, 0.7) translateY(40%);
696
- -ms-transform: scale(0.7, 0.7) translateY(40%);
697
- -o-transform: scale(0.7, 0.7) translateY(40%);
698
- transform: scale(0.7, 0.7) translateY(40%);
699
- -webkit-transform-origin: center bottom;
700
- -moz-transform-origin: center bottom;
701
- -ms-transform-origin: center bottom;
702
- -o-transform-origin: center bottom;
703
- transform-origin: center bottom; }
704
- html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
705
- -webkit-transform: scale(1, 1) translateY(0%);
706
- -moz-transform: scale(1, 1) translateY(0%);
707
- -ms-transform: scale(1, 1) translateY(0%);
708
- -o-transform: scale(1, 1) translateY(0%);
709
- transform: scale(1, 1) translateY(0%); }
710
-
711
- html.mm-zoom-page.mm-opened .mm-page {
712
- -webkit-transform: scale(1, 1);
713
- -moz-transform: scale(1, 1);
714
- -ms-transform: scale(1, 1);
715
- -o-transform: scale(1, 1);
716
- transform: scale(1, 1);
717
- -webkit-transform-origin: left center;
718
- -moz-transform-origin: left center;
719
- -ms-transform-origin: left center;
720
- -o-transform-origin: left center;
721
- transform-origin: left center; }
722
- html.mm-zoom-page.mm-opening .mm-page {
723
- -webkit-transform: scale(1.5, 1.5);
724
- -moz-transform: scale(1.5, 1.5);
725
- -ms-transform: scale(1.5, 1.5);
726
- -o-transform: scale(1.5, 1.5);
727
- transform: scale(1.5, 1.5); }
728
- html.mm-zoom-page.mm-right.mm-opened .mm-page {
729
- -webkit-transform-origin: right center;
730
- -moz-transform-origin: right center;
731
- -ms-transform-origin: right center;
732
- -o-transform-origin: right center;
733
- transform-origin: right center; }
734
- html.mm-zoom-page.mm-top.mm-opened .mm-page {
735
- -webkit-transform-origin: center top;
736
- -moz-transform-origin: center top;
737
- -ms-transform-origin: center top;
738
- -o-transform-origin: center top;
739
- transform-origin: center top; }
740
- html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
741
- -webkit-transform-origin: center bottom;
742
- -moz-transform-origin: center bottom;
743
- -ms-transform-origin: center bottom;
744
- -o-transform-origin: center bottom;
745
- transform-origin: center bottom; }
746
-
747
- html.mm-zoom-panels .mm-panel {
748
- -webkit-transform: scale(1.5, 1.5);
749
- -moz-transform: scale(1.5, 1.5);
750
- -ms-transform: scale(1.5, 1.5);
751
- -o-transform: scale(1.5, 1.5);
752
- transform: scale(1.5, 1.5);
753
- -webkit-transform-origin: left center;
754
- -moz-transform-origin: left center;
755
- -ms-transform-origin: left center;
756
- -o-transform-origin: left center;
757
- transform-origin: left center; }
758
- html.mm-zoom-panels .mm-panel.mm-opened {
759
- -webkit-transform: scale(1, 1);
760
- -moz-transform: scale(1, 1);
761
- -ms-transform: scale(1, 1);
762
- -o-transform: scale(1, 1);
763
- transform: scale(1, 1); }
764
- html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
765
- -webkit-transform: scale(0.7, 0.7);
766
- -moz-transform: scale(0.7, 0.7);
767
- -ms-transform: scale(0.7, 0.7);
768
- -o-transform: scale(0.7, 0.7);
769
- transform: scale(0.7, 0.7); }
770
-
771
- /*
772
- jQuery.mmenu fullscreen extension CSS
773
- */
774
- html.mm-opened.mm-opening.mm-fullscreen .mm-page,
775
- html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
776
- html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
777
- html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
778
- left: 100%; }
779
-
780
- .mm-menu.mm-fullscreen {
781
- width: 100%; }
782
-
783
- @media all and (max-width: 140px) {
784
- .mm-menu.mm-fullscreen {
785
- width: 140px; }
786
-
787
- html.mm-opened.mm-opening.mm-fullscreen .mm-page,
788
- html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
789
- html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
790
- html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
791
- left: 140px; } }
792
- @media all and (min-width: 10000px) {
793
- .mm-menu.mm-fullscreen {
794
- width: 10000px; }
795
-
796
- html.mm-opened.mm-opening.mm-fullscreen .mm-page,
797
- html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
798
- html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
799
- html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
800
- left: 10000px; } }
801
- .mm-menu.mm-top.mm-fullscreen {
802
- height: 100%; }
803
-
804
- html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
805
- html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
806
- html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
807
- top: 100%; }
808
- html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
809
- bottom: -100%; }
810
-
811
- @media all and (max-height: 140px) {
812
- .mm-menu.mm-top.mm-fullscreen {
813
- height: 140px; }
814
-
815
- html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
816
- html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
817
- html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
818
- top: 140px; }
819
- html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
820
- bottom: -140px; } }
821
- @media all and (min-height: 10000px) {
822
- .mm-menu.mm-top.mm-fullscreen {
823
- height: 10000px; }
824
-
825
- html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
826
- html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
827
- html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
828
- top: 10000px; }
829
- html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
830
- bottom: -10000px; } }
831
- .mm-menu.mm-right.mm-fullscreen {
832
- width: 100%; }
833
-
834
- html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
835
- html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
836
- html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
837
- html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
838
- right: 100%; }
839
-
840
- @media all and (max-width: 140px) {
841
- .mm-menu.mm-right.mm-fullscreen {
842
- width: 140px; }
843
-
844
- html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
845
- html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
846
- html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
847
- html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
848
- right: 140px; } }
849
- @media all and (min-width: 10000px) {
850
- .mm-menu.mm-right.mm-fullscreen {
851
- width: 10000px; }
852
-
853
- html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
854
- html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
855
- html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
856
- html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
857
- right: 10000px; } }
858
- .mm-menu.mm-bottom.mm-fullscreen {
859
- height: 100%; }
860
-
861
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
862
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
863
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
864
- bottom: 100%; }
865
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
866
- top: -100%; }
867
-
868
- @media all and (max-height: 140px) {
869
- .mm-menu.mm-bottom.mm-fullscreen {
870
- height: 140px; }
871
-
872
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
873
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
874
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
875
- bottom: 140px; }
876
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
877
- top: -140px; } }
878
- @media all and (min-height: 10000px) {
879
- .mm-menu.mm-bottom.mm-fullscreen {
880
- height: 10000px; }
881
-
882
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
883
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
884
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
885
- bottom: 10000px; }
886
- html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
887
- top: -10000px; } }
888
- .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
889
- left: -100%; }
890
-
891
- @media all and (max-width: 140px) {
892
- .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
893
- left: -140px; } }
894
- @media all and (min-width: 10000px) {
895
- .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
896
- left: -10000px; } }
897
- .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
898
- top: -100%; }
899
-
900
- @media all and (max-height: 140px) {
901
- .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
902
- top: -140px; } }
903
- @media all and (min-height: 10000px) {
904
- .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
905
- top: -10000px; } }
906
- .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
907
- right: -100%; }
908
-
909
- @media all and (max-width: 140px) {
910
- .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
911
- right: -140px; } }
912
- @media all and (min-width: 10000px) {
913
- .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
914
- right: -10000px; } }
915
- .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
916
- bottom: -100%; }
917
-
918
- @media all and (max-height: 140px) {
919
- .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
920
- bottom: -140px; } }
921
- @media all and (min-height: 10000px) {
922
- .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
923
- bottom: -10000px; } }
924
- html.mm-opened.mm-front .mm-fixed-top,
925
- html.mm-opened.mm-front .mm-fixed-bottom,
926
- html.mm-opened.mm-opening.mm-front .mm-fixed-top,
927
- html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
928
- left: 0;
929
- right: auto; }
930
- html.mm-opened.mm-front .mm-fixed-top,
931
- html.mm-opened.mm-opening.mm-front .mm-fixed-top {
932
- top: 0; }
933
- html.mm-opened.mm-front .mm-fixed-bottom,
934
- html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
935
- bottom: 0; }
936
-
937
- html.mm-opened.mm-fullscreen .mm-page {
938
- box-shadow: none !important; }
939
-
940
- /*
941
- jQuery.mmenu hardware acceleration extension CSS
942
- */
943
- /*
944
- The CSS rules in this file should force all transitions for the menu into hardware acceleration.
945
- Unfortunately, this is really buggy in different browsers.
946
- Use with caution and test thoroughly!
947
- */
948
- html.mm-accelerated.mm-opened .mm-page,
949
- html.mm-accelerated.mm-opened #mm-blocker,
950
- html.mm-accelerated.mm-opened .mm-menu.mm-front,
951
- html.mm-accelerated.mm-opened .mm-menu.mm-next {
952
- -webkit-transform: translate3d(0, 0, 0px);
953
- -moz-transform: translate3d(0, 0, 0px);
954
- -ms-transform: translate3d(0, 0, 0px);
955
- -o-transform: translate3d(0, 0, 0px);
956
- transform: translate3d(0, 0, 0px); }
957
- html.mm-accelerated.mm-opened.mm-opening .mm-page,
958
- html.mm-accelerated.mm-opened.mm-opening #mm-blocker,
959
- html.mm-accelerated.mm-opened.mm-opening .mm-menu.mm-front,
960
- html.mm-accelerated.mm-opened.mm-opening .mm-menu.mm-next {
961
- -webkit-transform: translate3d(0, 0, 1px);
962
- -moz-transform: translate3d(0, 0, 1px);
963
- -ms-transform: translate3d(0, 0, 1px);
964
- -o-transform: translate3d(0, 0, 1px);
965
- transform: translate3d(0, 0, 1px); }
966
- html.mm-accelerated .mm-menu.mm-horizontal .mm-panel {
967
- -webkit-transform: translate3d(0, 0, 0px);
968
- -moz-transform: translate3d(0, 0, 0px);
969
- -ms-transform: translate3d(0, 0, 0px);
970
- -o-transform: translate3d(0, 0, 0px);
971
- transform: translate3d(0, 0, 0px); }
972
- html.mm-accelerated .mm-menu.mm-horizontal .mm-panel.mm-opened {
973
- -webkit-transform: translate3d(0, 0, 1px);
974
- -moz-transform: translate3d(0, 0, 1px);
975
- -ms-transform: translate3d(0, 0, 1px);
976
- -o-transform: translate3d(0, 0, 1px);
977
- transform: translate3d(0, 0, 1px); }
978
- html.mm-accelerated .mm-menu.mm-horizontal .mm-panel.mm-opened.mm-subopened {
979
- -webkit-transform: translate3d(0, 0, 2px);
980
- -moz-transform: translate3d(0, 0, 2px);
981
- -ms-transform: translate3d(0, 0, 2px);
982
- -o-transform: translate3d(0, 0, 2px);
983
- transform: translate3d(0, 0, 2px); }
984
-
985
- /*
986
- jQuery.mmenu position extension CSS
987
- */
988
- .mm-menu.mm-top {
989
- width: 100%; }
990
-
991
- html.mm-top.mm-opened .mm-page,
992
- html.mm-top.mm-opened #mm-blocker {
993
- top: 0%; }
994
-
995
- html.mm-top.mm-opened.mm-opening .mm-page,
996
- html.mm-top.mm-opened.mm-opening #mm-blocker,
997
- html.mm-top.mm-opened.mm-opening .mm-fixed-top,
998
- html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
999
- left: 0; }
1000
-
1001
- .mm-menu.mm-right {
1002
- left: auto;
1003
- right: 0; }
1004
-
1005
- html.mm-right.mm-opened .mm-page,
1006
- html.mm-right.mm-opened #mm-blocker,
1007
- html.mm-right.mm-opened .mm-fixed-top,
1008
- html.mm-right.mm-opened .mm-fixed-bottom {
1009
- left: auto;
1010
- right: 0%; }
1011
-
1012
- html.mm-right.mm-opened.mm-opening .mm-page,
1013
- html.mm-right.mm-opened.mm-opening #mm-blocker,
1014
- html.mm-right.mm-opened.mm-opening .mm-fixed-top,
1015
- html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
1016
- left: auto; }
1017
-
1018
- .mm-menu.mm-bottom {
1019
- width: 100%;
1020
- top: auto;
1021
- bottom: 0; }
1022
-
1023
- html.mm-bottom.mm-opened .mm-page,
1024
- html.mm-bottom.mm-opened #mm-blocker {
1025
- bottom: 0%;
1026
- top: auto; }
1027
-
1028
- html.mm-bottom.mm-opened.mm-opening .mm-page,
1029
- html.mm-bottom.mm-opened.mm-opening #mm-blocker,
1030
- html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
1031
- html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
1032
- top: auto;
1033
- left: 0; }
1034
-
1035
- .mm-menu.mm-top {
1036
- height: 80%; }
1037
-
1038
- html.mm-top.mm-opened.mm-opening .mm-page,
1039
- html.mm-top.mm-opened.mm-opening #mm-blocker,
1040
- html.mm-top.mm-opened.mm-opening .mm-fixed-top {
1041
- top: 80%; }
1042
- html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
1043
- bottom: -80%; }
1044
-
1045
- @media all and (max-height: 175px) {
1046
- .mm-menu.mm-top {
1047
- height: 140px; }
1048
-
1049
- html.mm-top.mm-opened.mm-opening .mm-page,
1050
- html.mm-top.mm-opened.mm-opening #mm-blocker,
1051
- html.mm-top.mm-opened.mm-opening .mm-fixed-top {
1052
- top: 140px; }
1053
- html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
1054
- bottom: -140px; } }
1055
- @media all and (min-height: 1100px) {
1056
- .mm-menu.mm-top {
1057
- height: 880px; }
1058
-
1059
- html.mm-top.mm-opened.mm-opening .mm-page,
1060
- html.mm-top.mm-opened.mm-opening #mm-blocker,
1061
- html.mm-top.mm-opened.mm-opening .mm-fixed-top {
1062
- top: 880px; }
1063
- html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
1064
- bottom: -880px; } }
1065
- .mm-menu.mm-right {
1066
- width: 80%; }
1067
-
1068
- html.mm-right.mm-opened.mm-opening .mm-page,
1069
- html.mm-right.mm-opened.mm-opening #mm-blocker,
1070
- html.mm-right.mm-opened.mm-opening .mm-fixed-top,
1071
- html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
1072
- right: 80%; }
1073
-
1074
- @media all and (max-width: 175px) {
1075
- .mm-menu.mm-right {
1076
- width: 140px; }
1077
-
1078
- html.mm-right.mm-opened.mm-opening .mm-page,
1079
- html.mm-right.mm-opened.mm-opening #mm-blocker,
1080
- html.mm-right.mm-opened.mm-opening .mm-fixed-top,
1081
- html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
1082
- right: 140px; } }
1083
- @media all and (min-width: 550px) {
1084
- .mm-menu.mm-right {
1085
- width: 440px; }
1086
-
1087
- html.mm-right.mm-opened.mm-opening .mm-page,
1088
- html.mm-right.mm-opened.mm-opening #mm-blocker,
1089
- html.mm-right.mm-opened.mm-opening .mm-fixed-top,
1090
- html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
1091
- right: 440px; } }
1092
- .mm-menu.mm-bottom {
1093
- height: 80%; }
1094
-
1095
- html.mm-bottom.mm-opened.mm-opening .mm-page,
1096
- html.mm-bottom.mm-opened.mm-opening #mm-blocker,
1097
- html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
1098
- bottom: 80%; }
1099
- html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
1100
- top: -80%; }
1101
-
1102
- @media all and (max-height: 175px) {
1103
- .mm-menu.mm-bottom {
1104
- height: 140px; }
1105
-
1106
- html.mm-bottom.mm-opened.mm-opening .mm-page,
1107
- html.mm-bottom.mm-opened.mm-opening #mm-blocker,
1108
- html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
1109
- bottom: 140px; }
1110
- html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
1111
- top: -140px; } }
1112
- @media all and (min-height: 1100px) {
1113
- .mm-menu.mm-bottom {
1114
- height: 880px; }
1115
-
1116
- html.mm-bottom.mm-opened.mm-opening .mm-page,
1117
- html.mm-bottom.mm-opened.mm-opening #mm-blocker,
1118
- html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
1119
- bottom: 880px; }
1120
- html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
1121
- top: -880px; } }
1122
- /*
1123
- jQuery.mmenu z-position extension CSS
1124
- */
1125
- html.mm-front.mm-opened .mm-page {
1126
- top: 0 !important;
1127
- right: 0 !important;
1128
- bottom: 0 !important;
1129
- left: 0 !important; }
1130
-
1131
- .mm-menu.mm-front,
1132
- .mm-menu.mm-next {
1133
- -webkit-transition: none 0.4s ease;
1134
- -moz-transition: none 0.4s ease;
1135
- -ms-transition: none 0.4s ease;
1136
- -o-transition: none 0.4s ease;
1137
- transition: none 0.4s ease;
1138
- -webkit-transition-property: top, right, bottom, left, -webkit-transform;
1139
- -moz-transition-property: top, right, bottom, left, -moz-transform;
1140
- -ms-transition-property: top, right, bottom, left, -o-transform;
1141
- -o-transition-property: top, right, bottom, left, -o-transform;
1142
- transition-property: top, right, bottom, left, transform; }
1143
-
1144
- html.mm-front .mm-page,
1145
- html.mm-front #mm-blocker {
1146
- z-index: 0; }
1147
-
1148
- .mm-menu.mm-front {
1149
- z-index: 1;
1150
- box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
1151
-
1152
- html.mm-opened.mm-next .mm-page {
1153
- box-shadow: none; }
1154
-
1155
- html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
1156
- left: 0%; }
1157
-
1158
- .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
1159
- left: 0; }
1160
-
1161
- html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
1162
- left: 0;
1163
- top: 0%; }
1164
-
1165
- .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
1166
- left: auto; }
1167
-
1168
- html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
1169
- left: auto;
1170
- right: 0%; }
1171
-
1172
- .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
1173
- top: auto;
1174
- left: 0; }
1175
-
1176
- html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
1177
- left: 0;
1178
- bottom: 0%; }
1179
-
1180
- .mm-menu.mm-front, .mm-menu.mm-next {
1181
- left: -80%; }
1182
-
1183
- @media all and (max-width: 175px) {
1184
- .mm-menu.mm-front, .mm-menu.mm-next {
1185
- left: -140px; } }
1186
- @media all and (min-width: 550px) {
1187
- .mm-menu.mm-front, .mm-menu.mm-next {
1188
- left: -440px; } }
1189
- .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
1190
- top: -80%; }
1191
-
1192
- @media all and (max-height: 175px) {
1193
- .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
1194
- top: -140px; } }
1195
- @media all and (min-height: 1100px) {
1196
- .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
1197
- top: -880px; } }
1198
- .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
1199
- right: -80%; }
1200
-
1201
- @media all and (max-width: 175px) {
1202
- .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
1203
- right: -140px; } }
1204
- @media all and (min-width: 550px) {
1205
- .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
1206
- right: -440px; } }
1207
- .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
1208
- bottom: -80%; }
1209
-
1210
- @media all and (max-height: 175px) {
1211
- .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
1212
- bottom: -140px; } }
1213
- @media all and (min-height: 1100px) {
1214
- .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
1215
- bottom: -880px; } }
1216
- html.mm-opened.mm-front .mm-fixed-top,
1217
- html.mm-opened.mm-front .mm-fixed-bottom,
1218
- html.mm-opened.mm-opening.mm-front .mm-fixed-top,
1219
- html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
1220
- left: 0;
1221
- right: auto; }
1222
- html.mm-opened.mm-front .mm-fixed-top,
1223
- html.mm-opened.mm-opening.mm-front .mm-fixed-top {
1224
- top: 0; }
1225
- html.mm-opened.mm-front .mm-fixed-bottom,
1226
- html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
1227
- bottom: 0; }
1228
-
1229
- /*
1230
- jQuery.mmenu themes extension CSS
1231
- */
1232
- html.mm-opened.mm-light .mm-page {
1233
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
1234
-
1235
- .mm-ismenu.mm-light {
1236
- background: #f3f3f3; }
1237
-
1238
- .mm-menu.mm-light {
1239
- color: rgba(0, 0, 0, 0.6); }
1240
- .mm-menu.mm-light .mm-list > li:after {
1241
- border-color: rgba(0, 0, 0, 0.1); }
1242
- .mm-menu.mm-light .mm-list > li > a.mm-subclose {
1243
- background: rgba(255, 255, 255, 0.6);
1244
- color: rgba(0, 0, 0, 0.3); }
1245
- .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
1246
- border-color: rgba(0, 0, 0, 0.3); }
1247
- .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
1248
- border-color: rgba(0, 0, 0, 0.1); }
1249
- .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
1250
- .mm-menu.mm-light .mm-list > li.mm-selected > span {
1251
- background: rgba(255, 255, 255, 0.6); }
1252
- .mm-menu.mm-light .mm-list > li.mm-label {
1253
- background: rgba(0, 0, 0, 0.03); }
1254
- .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
1255
- .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
1256
- background: rgba(0, 0, 0, 0.03); }
1257
-
1258
- .mm-menu.mm-light .mm-search input {
1259
- background: rgba(0, 0, 0, 0.1);
1260
- color: rgba(0, 0, 0, 0.6); }
1261
- .mm-menu.mm-light li.mm-noresults {
1262
- color: rgba(0, 0, 0, 0.3); }
1263
-
1264
- .mm-menu.mm-light em.mm-counter {
1265
- color: rgba(0, 0, 0, 0.3); }
1266
-
1267
- .mm-menu.mm-light .mm-list li.mm-label > div > div {
1268
- background: rgba(0, 0, 0, 0.03); }
1269
-
1270
- .mm-menu.mm-light .mm-header {
1271
- border-color: rgba(0, 0, 0, 0.1);
1272
- color: rgba(0, 0, 0, 0.3); }
1273
- .mm-menu.mm-light .mm-header a:before {
1274
- border-color: rgba(0, 0, 0, 0.3); }
1275
-
1276
- html.mm-opened.mm-white .mm-page {
1277
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
1278
-
1279
- .mm-ismenu.mm-white {
1280
- background: white; }
1281
-
1282
- .mm-menu.mm-white {
1283
- color: rgba(0, 0, 0, 0.6); }
1284
- .mm-menu.mm-white .mm-list > li:after {
1285
- border-color: rgba(0, 0, 0, 0.1); }
1286
- .mm-menu.mm-white .mm-list > li > a.mm-subclose {
1287
- background: rgba(0, 0, 0, 0.08);
1288
- color: rgba(0, 0, 0, 0.3); }
1289
- .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
1290
- border-color: rgba(0, 0, 0, 0.3); }
1291
- .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
1292
- border-color: rgba(0, 0, 0, 0.1); }
1293
- .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
1294
- .mm-menu.mm-white .mm-list > li.mm-selected > span {
1295
- background: rgba(0, 0, 0, 0.08); }
1296
- .mm-menu.mm-white .mm-list > li.mm-label {
1297
- background: rgba(0, 0, 0, 0.03); }
1298
- .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
1299
- .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
1300
- background: rgba(0, 0, 0, 0.03); }
1301
-
1302
- .mm-menu.mm-white .mm-search input {
1303
- background: rgba(0, 0, 0, 0.1);
1304
- color: rgba(0, 0, 0, 0.6); }
1305
- .mm-menu.mm-white li.mm-noresults {
1306
- color: rgba(0, 0, 0, 0.3); }
1307
-
1308
- .mm-menu.mm-white em.mm-counter {
1309
- color: rgba(0, 0, 0, 0.3); }
1310
-
1311
- .mm-menu.mm-white .mm-list li.mm-label > div > div {
1312
- background: rgba(0, 0, 0, 0.03); }
1313
-
1314
- .mm-menu.mm-white .mm-header {
1315
- border-color: rgba(0, 0, 0, 0.1);
1316
- color: rgba(0, 0, 0, 0.3); }
1317
- .mm-menu.mm-white .mm-header a:before {
1318
- border-color: rgba(0, 0, 0, 0.3); }
1319
-
1320
- html.mm-opened.mm-black .mm-page {
1321
- box-shadow: none; }
1322
-
1323
- .mm-ismenu.mm-black {
1324
- background: black; }
1325
-
1326
- .mm-menu.mm-black {
1327
- color: rgba(255, 255, 255, 0.6); }
1328
- .mm-menu.mm-black .mm-list > li:after {
1329
- border-color: rgba(255, 255, 255, 0.2); }
1330
- .mm-menu.mm-black .mm-list > li > a.mm-subclose {
1331
- background: rgba(255, 255, 255, 0.25);
1332
- color: rgba(255, 255, 255, 0.3); }
1333
- .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
1334
- border-color: rgba(255, 255, 255, 0.3); }
1335
- .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
1336
- border-color: rgba(255, 255, 255, 0.2); }
1337
- .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
1338
- .mm-menu.mm-black .mm-list > li.mm-selected > span {
1339
- background: rgba(255, 255, 255, 0.25); }
1340
- .mm-menu.mm-black .mm-list > li.mm-label {
1341
- background: rgba(255, 255, 255, 0.15); }
1342
- .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
1343
- .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
1344
- background: rgba(255, 255, 255, 0.15); }
1345
-
1346
- .mm-menu.mm-black .mm-search input {
1347
- background: rgba(255, 255, 255, 0.3);
1348
- color: rgba(255, 255, 255, 0.6); }
1349
- .mm-menu.mm-black li.mm-noresults {
1350
- color: rgba(255, 255, 255, 0.3); }
1351
-
1352
- .mm-menu.mm-black em.mm-counter {
1353
- color: rgba(255, 255, 255, 0.3); }
1354
-
1355
- .mm-menu.mm-black .mm-list li.mm-label > div > div {
1356
- background: rgba(255, 255, 255, 0.15); }
1357
-
1358
- .mm-menu.mm-black .mm-header {
1359
- border-color: rgba(255, 255, 255, 0.2);
1360
- color: rgba(255, 255, 255, 0.3); }
1361
- .mm-menu.mm-black .mm-header a:before {
1362
- border-color: rgba(255, 255, 255, 0.3); }