#tablet-menu { background:#E65F26; } #tablet-menu ul.wpsm-arrow-enabled:before { color:rgba(0,0,0,0.8); } #tablet-menu ul, #tablet-menu ul ul { background: rgba(0,0,0,0.8); } #tablet-menu a { } #tablet-menu a:hover { } #tablet-menu ul a { color:#e0e0e0; } #tablet-menu ul a:hover { color:#ffffff; } var show_arrow = "false";var $sm = jQuery.noConflict(); jQuery(function ($) { $("#tablet-menu").tinyNav(); $("#tablet-menu").next().addClass("shortcode-menu-mobile"); shortcode_menu_responsive(); }); jQuery(window).resize(function($){ shortcode_menu_responsive(); }); function shortcode_menu_responsive() { var window_width = $sm(window).width(); if(window_width <= 650) { $sm("#tablet-menu").hide(); $sm("#tablet-menu").next().show(); } else { $sm("#tablet-menu").show(); $sm("#tablet-menu").next().hide(); } }

MY ACCOUNT

Login


Lost your password?

Register

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.