(function($){ window.et_pb_smooth_scroll=function($target, $top_section, speed, easing){ var $window_width=$(window).width(); if($('body').hasClass('et_fixed_nav')&&$window_width > 980){ $menu_offset=$('#top-header').outerHeight() + $('#main-header').outerHeight() - 1; }else{ $menu_offset=-1; } if($ ('#wpadminbar').length&&$window_width > 600){ $menu_offset +=$('#wpadminbar').outerHeight(); } if($top_section){ $scroll_position=0; }else{ $scroll_position=$target.offset().top - $menu_offset; } if(typeof easing==='undefined'){ easing='swing'; } $('html, body').animate({ scrollTop:$scroll_position }, speed, easing); }; window.et_pb_form_placeholders_init=function($form){ $form.find('input:text, input[type="email"], input[type="url"], textarea').each(function(index,domEle){ var $et_current_input=jQuery(domEle), $et_comment_label=$et_current_input.siblings('label'), et_comment_label_value=$et_current_input.siblings('label').text(); if($et_comment_label.length){ $et_comment_label.hide(); if($et_current_input.siblings('span.required')){ et_comment_label_value +=$et_current_input.siblings('span.required').text(); $et_current_input.siblings('span.required').hide(); } $et_current_input.val(et_comment_label_value); }}).bind('focus',function(){ var et_label_text=jQuery(this).siblings('label').text(); if(jQuery(this).siblings('span.required').length) et_label_text +=jQuery(this).siblings('span.required').text(); if(jQuery(this).val()===et_label_text) jQuery(this).val(""); }).bind('blur',function(){ var et_label_text=jQuery(this).siblings('label').text(); if(jQuery(this).siblings('span.required').length) et_label_text +=jQuery(this).siblings('span.required').text(); if(jQuery(this).val()==="") jQuery(this).val(et_label_text); }); }; window.et_duplicate_menu=function(menu, append_to, menu_id, menu_class, menu_click_event){ append_to.each(function(){ var $this_menu=$(this), $cloned_nav; if(''!==menu){ menu.clone().attr('id',menu_id).removeClass().attr('class',menu_class).appendTo($this_menu); } $cloned_nav=$this_menu.find('> ul'); $cloned_nav.find('.menu_slide').remove(); $cloned_nav.find('li:first').addClass('et_first_mobile_item'); $cloned_nav.find('a').on('click', function(){ $(this).parents('.et_mobile_menu').siblings('.mobile_menu_bar').trigger('click'); }); if('no_click_event'!==menu_click_event){ $this_menu.on('click', '.mobile_menu_bar', function(){ if($this_menu.hasClass('closed')){ $this_menu.removeClass('closed').addClass('opened'); $cloned_nav.stop().slideDown(500); }else{ $this_menu.removeClass('opened').addClass('closed'); $cloned_nav.stop().slideUp(500); } return false; }); }}); $('#mobile_menu .centered-inline-logo-wrap').remove(); }; window.et_pb_remove_placeholder_text=function($form){ $form.find('input:text, textarea').each(function(index,domEle){ var $et_current_input=jQuery(domEle), $et_label=$et_current_input.siblings('label'), et_label_value=$et_current_input.siblings('label').text(); if($et_label.length&&$et_label.is(':hidden')){ if($et_label.text()==$et_current_input.val()) $et_current_input.val(''); }}); }; window.et_fix_fullscreen_section=function(){ var $et_window=$(window); $('section.et_pb_fullscreen').each(function(){ var $this_section=$(this); $.proxy(et_calc_fullscreen_section, $this_section)(); $et_window.on('resize', $.proxy(et_calc_fullscreen_section, $this_section)); }); }; window.et_bar_counters_init=function($bar_item){ if(! $bar_item.length){ return; } $bar_item.css({ 'width':parseFloat($bar_item.attr('data-width')) + '%' }); }; window.et_fix_pricing_currency_position=function($pricing_table){ var $all_pricing_tables=typeof $pricing_table!=='undefined' ? $pricing_table:$('.et_pb_pricing_table'); if(! $all_pricing_tables.length){ return; } $all_pricing_tables.each(function(){ var $this_table=$(this), $price_container=$this_table.find('.et_pb_et_price'), $currency=$price_container.length ? $price_container.find('.et_pb_dollar_sign'):false, $price=$price_container.length ? $price_container.find('.et_pb_sum'):false; if(! $currency||! $price){ return; } $currency.css({ 'marginLeft':- $currency.width() + 'px' }); }); }; window.et_pb_set_responsive_grid=function($grid_items_container, single_item_selector){ setTimeout(function(){ var container_width=$grid_items_container.innerWidth(), $grid_items=$grid_items_container.find(single_item_selector), item_width=$grid_items.outerWidth(true), last_item_margin=item_width - $grid_items.outerWidth(), columns_count=Math.round(( container_width + last_item_margin) / item_width), counter=1, first_in_row=1; $grid_items.removeClass('last_in_row first_in_row'); $grid_items.filter(':visible').each(function(){ var $this_el=$(this); if(! $this_el.hasClass('inactive')){ if(first_in_row===counter){ $this_el.addClass('first_in_row'); } if(0===counter % columns_count){ $this_el.addClass('last_in_row'); first_in_row=counter + 1; } counter++; }}); }, 1); }; window.et_pb_set_tabs_height=function($tabs_module){ if(typeof $tabs_module==='undefined'){ $tabs_module=$('.et_pb_tabs'); } if(! $tabs_module.length){ return; } $tabs_module.each(function(){ var $tab_controls=$(this).find('.et_pb_tabs_controls'); var $all_tabs=$tab_controls.find('li'); var max_height=0; var small_columns='.et_pb_column_1_3, .et_pb_column_1_4, .et_pb_column_3_8'; var in_small_column=$(this).parents(small_columns).length > 0; var on_small_screen=parseFloat($(window).width()) < 768; var vertically_stacked=in_small_column||on_small_screen; if(vertically_stacked){ $(this).addClass('et_pb_tabs_vertically_stacked'); } if($all_tabs.length){ $tab_controls.children('li').removeAttr('style'); $all_tabs.each(function(){ var tab_height=$(this).outerHeight(); if(vertically_stacked){ return; } if(tab_height > max_height){ max_height=tab_height; }}); } if(0!==max_height){ $tab_controls.children('li').css('height', max_height); }}); }; window.et_pb_box_shadow_apply_overlay=function (el){ var pointerEventsSupport=document.body.style.pointerEvents!==undefined && (document.documentMode===undefined||document.documentMode >=11); if(pointerEventsSupport){ $(el).each(function (){ if(! $(this).children('.box-shadow-overlay').length){ $(this) .addClass('has-box-shadow-overlay') .prepend('
'); }}); }else{ $(el).addClass('.et-box-shadow-no-overlay'); }}; window.et_pb_init_nav_menu=function($et_menus){ $et_menus.each(function(){ var $et_menu=$(this); if($et_menu.data('et-is-menu-ready')){ return; } $et_menu.find('li').hover(function(){ window.et_pb_toggle_nav_menu($(this), 'open'); }, function(){ window.et_pb_toggle_nav_menu($(this), 'close'); }); $('body').on('touchend', function(event){ if($(event.target).closest('ul.nav, ul.menu').length < 1&&$('.et-hover').length > 0){ window.et_pb_toggle_nav_menu($('.et-hover'), 'close'); }}); $et_menu.find('li.menu-item-has-children').on('touchend', function(event){ var $closest_li=$(event.target).closest('.menu-item'); if(! $closest_li.hasClass('menu-item-has-children')){ return; } var $this_el=$(this); var is_mega_menu_opened=$closest_li.closest('.mega-menu-parent.et-touch-hover').length > 0; if($this_el.hasClass('et-touch-hover')||is_mega_menu_opened){ var href=$this_el.find('>a').attr('href'); if(typeof href!=='undefined'){ window.location=$this_el.find('>a').attr('href'); }}else{ var $opened_menu=$(event.target); var $already_opened_menus=$opened_menu.closest('.menu-item').siblings('.et-touch-hover'); if($opened_menu.closest('.et-touch-hover').length < 1){ window.et_pb_toggle_nav_menu($('.et-hover'), 'close', 0); } $this_el.addClass('et-touch-hover'); if($already_opened_menus.length > 0){ var $submenus_in_already_opened=$already_opened_menus.find('.et-touch-hover'); window.et_pb_toggle_nav_menu($already_opened_menus, 'close'); window.et_pb_toggle_nav_menu($submenus_in_already_opened, 'close'); } window.et_pb_toggle_nav_menu($this_el, 'open'); } event.preventDefault(); event.stopPropagation(); }); $et_menu.find('li.mega-menu').each(function(){ var $li_mega_menu=$(this), $li_mega_menu_item=$li_mega_menu.children('ul').children('li'), li_mega_menu_item_count=$li_mega_menu_item.length; if(li_mega_menu_item_count < 4){ $li_mega_menu.addClass('mega-menu-parent mega-menu-parent-' + li_mega_menu_item_count); }}); $et_menu.data('et-is-menu-ready', 'ready'); }); }; window.et_pb_toggle_nav_menu=function($element, state, delay){ if('open'===state){ if(! $element.closest('li.mega-menu').length||$element.hasClass('mega-menu')){ $element.addClass('et-show-dropdown'); $element.removeClass('et-hover').addClass('et-hover'); }}else{ var closeDelay=typeof delay!=='undefined' ? delay:200; $element.removeClass('et-show-dropdown'); $element.removeClass('et-touch-hover'); setTimeout(function(){ if(! $element.hasClass('et-show-dropdown')){ $element.removeClass('et-hover'); }}, closeDelay); }}; window.et_pb_apply_sticky_image_effect=function($sticky_image_el){ var $row=$sticky_image_el.closest('.et_pb_row'); var $section=$row.closest('.et_pb_section'); var $column=$sticky_image_el.closest('.et_pb_column'); var sticky_class='et_pb_section_sticky'; var sticky_mobile_class='et_pb_section_sticky_mobile'; var $lastRowInSection=$section.children('.et_pb_row').last(); var $lastColumnInRow=$row.children('.et_pb_column').last(); var $lastModuleInColumn=$column.children('.et_pb_module').last(); if(! $row.is($lastRowInSection)){ return true; } $lastRowInSection.addClass('et-last-child'); if(! $sticky_image_el.is($lastModuleInColumn)){ return true; } if(! $section.hasClass(sticky_class)){ $section.addClass(sticky_class); } $column.addClass('et_pb_row_sticky'); if(! $section.hasClass(sticky_mobile_class)&&$column.is($lastColumnInRow)){ $section.addClass(sticky_mobile_class); }};})(jQuery); (function(e,t,n){typeof define=="function"&&define.amd?define(["jquery"],function(r){return n(r,e,t),r.mobile}):n(e.jQuery,e,t)})(this,document,function(e,t,n,r){(function(e,t,n,r){function T(e){while(e&&typeof e.originalEvent!="undefined")e=e.originalEvent;return e}function N(t,n){var i=t.type,s,o,a,l,c,h,p,d,v;t=e.Event(t),t.type=n,s=t.originalEvent,o=e.event.props,i.search(/^(mouse|click)/)>-1&&(o=f);if(s)for(p=o.length,l;p;)l=o[--p],t[l]=s[l];i.search(/mouse(down|up)|click/)>-1&&!t.which&&(t.which=1);if(i.search(/^touch/)!==-1){a=T(s),i=a.touches,c=a.changedTouches,h=i&&i.length?i[0]:c&&c.length?c[0]:r;if(h)for(d=0,v=u.length;di||Math.abs(n.pageY-p)>i,d&&!r&&P("vmousecancel",t,s),P("vmousemove",t,s),_()}function I(e){if(g)return;A();var t=C(e.target),n,r;P("vmouseup",e,t),d||(n=P("vclick",e,t),n&&n.isDefaultPrevented()&&(r=T(e).changedTouches[0],v.push({touchID:E,x:r.clientX,y:r.clientY}),m=!0)),P("vmouseout",e,t),d=!1,_()}function q(t){var n=e.data(t,i),r;if(n)for(r in n)if(n[r])return!0;return!1}function R(){}function U(t){var n=t.substr(1);return{setup:function(){q(this)||e.data(this,i,{});var r=e.data(this,i);r[t]=!0,l[t]=(l[t]||0)+1,l[t]===1&&b.bind(n,H),e(this).bind(n,R),y&&(l.touchstart=(l.touchstart||0)+1,l.touchstart===1&&b.bind("touchstart",B).bind("touchend",I).bind("touchmove",F).bind("scroll",j))},teardown:function(){--l[t],l[t]||b.unbind(n,H),y&&(--l.touchstart,l.touchstart||b.unbind("touchstart",B).unbind("touchmove",F).unbind("touchend",I).unbind("scroll",j));var r=e(this),s=e.data(this,i);s&&(s[t]=!1),r.unbind(n,R),q(this)||r.removeData(i)}}}var i="virtualMouseBindings",s="virtualTouchID",o="vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel".split(" "),u="clientX clientY pageX pageY screenX screenY".split(" "),a=e.event.mouseHooks?e.event.mouseHooks.props:[],f=e.event.props.concat(a),l={},c=0,h=0,p=0,d=!1,v=[],m=!1,g=!1,y="addEventListener"in n,b=e(n),w=1,E=0,S,x;e.vmouse={moveDistanceThreshold:10,clickDistanceThreshold:10,resetTimerDuration:1500};for(x=0;xMath.floor(e.pageY)||e.pageX===0&&Math.floor(i)>Math.floor(e.pageX))i-=n,s-=r;else if(se.event.special.swipe.horizontalDistanceThreshold&&Math.abs(t.coords[1]-n.coords[1])n.coords[0]?"swipeleft":"swiperight";return l(r,"swipe",e.Event("swipe",{target:i,swipestart:t,swipestop:n}),!0),l(r,s,e.Event(s,{target:i,swipestart:t,swipestop:n}),!0),!0}return!1},eventInProgress:!1,setup:function(){var t,n=this,r=e(n),s={};t=e.data(this,"mobile-events"),t||(t={length:0},e.data(this,"mobile-events",t)),t.length++,t.swipe=s,s.start=function(t){if(e.event.special.swipe.eventInProgress)return;e.event.special.swipe.eventInProgress=!0;var r,o=e.event.special.swipe.start(t),u=t.target,l=!1;s.move=function(t){if(!o||t.isDefaultPrevented())return;r=e.event.special.swipe.stop(t),l||(l=e.event.special.swipe.handleSwipe(o,r,n,u),l&&(e.event.special.swipe.eventInProgress=!1)),Math.abs(o.coords[0]-r.coords[0])>e.event.special.swipe.scrollSupressionThreshold&&t.preventDefault()},s.stop=function(){l=!0,e.event.special.swipe.eventInProgress=!1,i.off(f,s.move),s.move=null},i.on(f,s.move).one(a,s.stop)},r.on(u,s.start)},teardown:function(){var t,n;t=e.data(this,"mobile-events"),t&&(n=t.swipe,delete t.swipe,t.length--,t.length===0&&e.removeData(this,"mobile-events")),n&&(n.start&&e(this).off(u,n.start),n.move&&i.off(f,n.move),n.stop&&i.off(a,n.stop))}},e.each({scrollstop:"scrollstart",taphold:"tap",swipeleft:"swipe.left",swiperight:"swipe.right"},function(t,n){e.event.special[t]={setup:function(){e(this).bind(n,e.noop)},teardown:function(){e(this).unbind(n)}}})}(e,this)}); var isBuilder='object'===typeof window.ET_Builder; (function($){ window.et_calculating_scroll_position=false; window.et_side_nav_links_initialized=false; var $et_pb_post_fullwidth=$('.single.et_pb_pagebuilder_layout.et_full_width_page'), et_is_mobile_device=navigator.userAgent.match(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/), et_is_ipad=navigator.userAgent.match(/iPad/), $et_container=$('.container'), et_container_width=$et_container.width(), et_is_fixed_nav=$('body').hasClass('et_fixed_nav')||$('body').hasClass('et_vertical_fixed'), et_is_vertical_fixed_nav=$('body').hasClass('et_vertical_fixed'), et_is_rtl=$('body').hasClass('rtl'), et_hide_nav=$('body').hasClass('et_hide_nav'), et_header_style_left=$('body').hasClass('et_header_style_left'), $top_header=$('#top-header'), $main_header=$('#main-header'), $main_container_wrapper=$('#page-container'), $et_main_content_first_row=$('#main-content .container:first-child'), $et_main_content_first_row_meta_wrapper=$et_main_content_first_row.find('.et_post_meta_wrapper:first'), $et_main_content_first_row_meta_wrapper_title=$et_main_content_first_row_meta_wrapper.find('h1.entry-title'), $et_main_content_first_row_content=$et_main_content_first_row.find('.entry-content:first'), $et_single_post=$('body.single'), $et_window=$(window), etRecalculateOffset=false, et_header_height, et_header_modifier, et_header_offset, et_primary_header_top, $et_header_style_split=$('.et_header_style_split'), $et_top_navigation=$('#et-top-navigation'), $logo=$('#logo'), $et_pb_first_row=$('body.et_pb_pagebuilder_layout .et_pb_section:visible:first'), et_is_touch_device='ontouchstart' in window||navigator.maxTouchPoints, $et_top_cart=$('#et-secondary-menu a.et-cart-info'); function et_preload_image(src, callback){ var img=new Image(); img.onLoad=callback; img.onload=callback; img.src=src; } if($(".woocommerce .woocommerce-product-gallery").length > 0){ var gal=$(".woocommerce-product-gallery")[0]; var newstr=gal.outerHTML.replace('data-columns', 'data-cols'); gal.outerHTML=newstr; } if($et_top_cart.length > 0&&$('.shop_table.cart').length > 0){ $(document.body).on('updated_wc_div', function(){ var new_total=0; var new_text; $('.shop_table.cart').find('.product-quantity input').each(function(){ new_total=new_total + parseInt($(this).val()); }); if(new_total===1){ new_text=DIVI.item_count; }else{ new_text=DIVI.items_count; } new_text=new_text.replace('%d', new_total); $et_top_cart.find('span').text(new_text); }); } $(document).ready(function(){ var $et_top_menu=$('ul.nav, ul.menu'), $et_search_icon=$('#et_search_icon'), et_parent_menu_longpress_limit=300, et_parent_menu_longpress_start, et_parent_menu_click=true, is_customize_preview=$('body').hasClass('et_is_customize_preview'); window.et_pb_init_nav_menu($et_top_menu); function et_header_menu_split(){ var $logo_container=$('#main-header > .container > .logo_container'), $logo_container_splitted=$('.centered-inline-logo-wrap > .logo_container'), et_top_navigation_li_size=$et_top_navigation.children('nav').children('ul').children('li').size(), et_top_navigation_li_break_index=Math.round(et_top_navigation_li_size / 2) - 1, window_width=window.innerWidth||$et_window.width(); if(window_width > 980&&$logo_container.length&&$('body').hasClass('et_header_style_split')){ $('
  • ').insertAfter($et_top_navigation.find('nav > ul >li:nth('+et_top_navigation_li_break_index+')')); $logo_container.appendTo($et_top_navigation.find('.centered-inline-logo-wrap')); } if(window_width <=980&&$logo_container_splitted.length){ $logo_container_splitted.prependTo('#main-header > .container'); $('#main-header .centered-inline-logo-wrap').remove(); }} function et_set_right_vertical_menu(){ var $body=$('body'); if($body.hasClass('et_boxed_layout')&&$body.hasClass('et_vertical_fixed')&&$body.hasClass('et_vertical_right')){ var header_offset=parseFloat($('#page-container').css('margin-right')); header_offset +=(parseFloat($('#et-main-area').css('margin-right')) - 225); header_offset=0 > header_offset ? 0:header_offset; $('#main-header').addClass('et_vertical_menu_set').css({ 'left': '', 'right': header_offset }); }} if(( $et_header_style_split.length&&! window.et_is_vertical_nav)||is_customize_preview){ et_header_menu_split(); $(window).resize(function(){ et_header_menu_split(); }); } if(window.et_is_vertical_nav){ if($('#main-header').height() < $('#et-top-navigation').height()){ $('#main-header').height($('#et-top-navigation').height() + $('#logo').height() + 100); } et_set_right_vertical_menu(); } window.et_calculate_header_values=function(){ var $top_header=$('#top-header'), secondary_nav_height=$top_header.length&&$top_header.is(':visible') ? parseInt($top_header.innerHeight()):0, admin_bar_height=$('#wpadminbar').length ? parseInt($('#wpadminbar').innerHeight()):0, $slide_menu_container=$('.et_header_style_slide .et_slide_in_menu_container'); et_header_height=parseInt($('#main-header').innerHeight()) + secondary_nav_height; et_header_modifier=et_header_height <=90 ? et_header_height - 29:et_header_height - 56; et_header_offset=et_header_modifier + admin_bar_height; et_primary_header_top=secondary_nav_height + admin_bar_height; if($slide_menu_container.length&&! $('body').hasClass('et_pb_slide_menu_active')){ $slide_menu_container.css({ right: '-' + parseInt($slide_menu_container.innerWidth()) + 'px', 'display':'none' }); if($('body').hasClass('et_boxed_layout')){ var page_container_margin=$main_container_wrapper.css('margin-left'); $main_header.css({ left:page_container_margin }); }} }; var $comment_form=$('#commentform'); et_pb_form_placeholders_init($comment_form); $comment_form.submit(function(){ et_pb_remove_placeholder_text($comment_form); }); et_duplicate_menu($('#et-top-navigation ul.nav'), $('#et-top-navigation .mobile_nav'), 'mobile_menu', 'et_mobile_menu'); et_duplicate_menu('', $('.et_pb_fullscreen_nav_container'), 'mobile_menu_slide', 'et_mobile_menu', 'no_click_event'); if($('ul.et_disable_top_tier').length){ $disbaled_top_tier_links=$("ul.et_disable_top_tier > li > ul").prev('a'); $disbaled_top_tier_links.attr('href', '#'); $disbaled_top_tier_links.on('click', function(e){ e.preventDefault(); }); $disbaled_top_tier_links_mobile=$("ul#mobile_menu > li > ul").prev('a'); $disbaled_top_tier_links_mobile.attr('href', '#'); $disbaled_top_tier_links_mobile.on('click', function(e){ e.preventDefault(); }); } if($('#et-secondary-nav').length){ $('#et-top-navigation #mobile_menu').append($('#et-secondary-nav').clone().html()); } if($('.et_slide_in_menu_container').length){ var $item_with_sub=$('.et_slide_in_menu_container').find('.menu-item-has-children > a'); if($item_with_sub.length){ $item_with_sub.append(''); }} function et_change_primary_nav_position(delay){ setTimeout(function(){ var $body=$('body'), $wpadminbar=isBuilder ? window.top.jQuery('#wpadminbar'):$('#wpadminbar'), $top_header=$('#top-header'), et_primary_header_top=0; if($wpadminbar.length){ var adminbarHeight=$wpadminbar.innerHeight(); if(isBuilder&&window.top.jQuery('html').is('.et-fb-preview--zoom:not(.et-fb-preview--desktop)')){ adminbarHeight=adminbarHeight * 2; } et_primary_header_top +=adminbarHeight; } if($top_header.length&&$top_header.is(':visible')){ et_primary_header_top +=$top_header.innerHeight(); } if(! window.et_is_vertical_nav&&($body.hasClass('et_fixed_nav'))){ $('#main-header').css('top', et_primary_header_top); }}, delay); } window.et_change_primary_nav_position=et_change_primary_nav_position; function et_hide_nav_transform(){ var $body=$('body'), $body_height=$(document).height(), $viewport_height=$(window).height() + et_header_height + 200; if($body.hasClass('et_vertical_nav')){ return; } if($body.hasClass('et_hide_nav')||$body.hasClass('et_hide_nav_disabled')&&($body.hasClass('et_fixed_nav'))){ if($body_height > $viewport_height){ if($body.hasClass('et_hide_nav_disabled')){ $body.addClass('et_hide_nav'); $body.removeClass('et_hide_nav_disabled'); } $('#main-header').css('transform', 'translateY(-' + et_header_height + 'px)'); $('#top-header').css('transform', 'translateY(-' + et_header_height + 'px)'); }else{ $('#main-header').css({ 'transform': 'translateY(0)', 'opacity': '1' }); $('#top-header').css({ 'transform': 'translateY(0)', 'opacity': '1' }); $body.removeClass('et_hide_nav'); $body.addClass('et_hide_nav_disabled'); } et_fix_page_container_position(); }} function et_save_initial_page_container_style($selector, property){ var styling={}; styling[property]=$selector.css(property); $selector.attr({ 'data-fix-page-container':'on' }).data({ 'fix_page_container_style':styling }); } function et_page_load_scroll_to_anchor(){ var location_hash=window.et_location_hash.replace(/(\|)/g, "\\$1"); if($(location_hash).length===0){ return; } var $map_container=$(location_hash + ' .et_pb_map_container'); var $map=$map_container.children('.et_pb_map'); var $target=$(location_hash); $target.css('display', window.et_location_hash_style); var distance=('undefined'!==typeof($target.offset().top)) ? $target.offset().top:0; var speed=(distance > 4000) ? 1600:800; if($map_container.length){ google.maps.event.trigger($map[0], 'resize'); } setTimeout(function(){ et_pb_smooth_scroll($target, false, speed, 'swing'); setTimeout(function(){ et_pb_smooth_scroll($target, false, 150, 'linear'); }, speed + 25); }, 700); } function et_get_saved_padding_margin_value(saved_value, order){ if(typeof saved_value==='undefined'){ return false; } var values=saved_value.split('|'); return typeof values[order]!=='undefined' ? values[order]:false; } function et_fix_page_container_position(){ var et_window_width=parseInt($et_window.width()), $top_header=$('#top-header'), $et_pb_first_row=$('body.et_pb_pagebuilder_layout .et_pb_section:visible:first'), secondary_nav_height=$top_header.length&&$top_header.is(':visible') ? parseInt($top_header.innerHeight()):0, main_header_fixed_height=0, header_height, et_pb_first_row_padding_top; var $mainHeaderClone=$main_header .clone() .addClass('et-disabled-animations main-header-clone') .css({ opacity: 0, position: 'fixed', top: 'auto', right: 0, bottom: 0, left: 0, }) .appendTo($('body')); if(!$('body').hasClass('et-bfb')){ $('*[data-fix-page-container="on"]').each(function(){ var $adjusted_element=$(this), styling=$adjusted_element.data(); if(styling&&styling.fix_page_container_style){ $adjusted_element.css(styling.fix_page_container_style); }}); } if(et_window_width > 980&&(! $main_header.attr('data-height-loaded')||$('body').is('.et-fb'))){ var mainHeaderHeight=0; if($main_header.hasClass('et-fixed-header')){ $mainHeaderClone.removeClass('et-fixed-header'); mainHeaderHeight=$mainHeaderClone.height(); $mainHeaderClone.addClass('et-fixed-header'); }else{ mainHeaderHeight=$main_header.height(); } $main_header.attr({ 'data-height-onload':parseInt(mainHeaderHeight), 'data-height-loaded':true }); } if(et_window_width <=980){ header_height=parseInt($main_header.innerHeight()) + secondary_nav_height - ($('body').hasClass('et-fb') ? 0:1); if(window.et_is_transparent_nav&&! $et_pb_first_row.length){ header_height +=58; }}else{ header_height=parseInt($main_header.attr('data-height-onload')) + secondary_nav_height; if(window.et_is_transparent_nav&&! window.et_is_vertical_nav&&$et_main_content_first_row.length){ header_height +=58; } main_header_fixed_height=$mainHeaderClone.height(); } $main_header.attr({ 'data-fixed-height-onload': main_header_fixed_height }); if(window.et_is_transparent_nav&&!window.et_is_vertical_nav){ if(!$('body').hasClass('et-bfb')){ $et_pb_first_row.addClass('et_pb_section_first'); } var is_pb=$et_pb_first_row.length, is_post_pb=is_pb&&$et_single_post.length, is_post_pb_full_layout_has_title=$et_pb_post_fullwidth.length&&$et_main_content_first_row_meta_wrapper_title.length, is_post_pb_full_layout_no_title=$et_pb_post_fullwidth.length&&0===$et_main_content_first_row_meta_wrapper_title.length, is_pb_fullwidth_section_first=$et_pb_first_row.is('.et_pb_fullwidth_section'), is_no_pb_mobile=et_window_width <=980&&$et_main_content_first_row.length, isProject=$('body').hasClass('single-project'); if(is_post_pb&&!(is_post_pb_full_layout_no_title&&is_pb_fullwidth_section_first)&&!isProject){ $et_main_content_first_row.css({ 'paddingTop':'' }); if(et_window_width < 980){ header_height +=40; } if(is_pb_fullwidth_section_first){ $et_pb_first_row.css({ 'paddingTop':'0' }); } if(is_post_pb_full_layout_has_title){ $et_main_content_first_row_meta_wrapper.css({ 'paddingTop':header_height }); }else if(is_post_pb_full_layout_no_title){ et_save_initial_page_container_style( $et_pb_first_row, 'paddingTop' ); $et_pb_first_row.css({ paddingTop: '' }); $et_pb_first_row.css({ 'paddingTop':'calc(' + (header_height - 58) + 'px + ' + $et_pb_first_row.css('paddingTop') + ')' }); }else{ et_save_initial_page_container_style( $et_main_content_first_row, 'paddingTop' ); $et_main_content_first_row.css({ 'paddingTop':header_height }); }}else if(is_pb_fullwidth_section_first){ var $et_pb_first_row_first_module=$et_pb_first_row.children('.et_pb_module:visible:first'); if(is_post_pb_full_layout_no_title&&is_pb_fullwidth_section_first&&et_window_width > 980){ header_height=header_height - 58; } if($et_pb_first_row_first_module.is('.et_pb_slider')){ var $et_pb_first_row_first_module_slide_image=$et_pb_first_row_first_module.find('.et_pb_slide_image'), $et_pb_first_row_first_module_slide=$et_pb_first_row_first_module.find('.et_pb_slide'), $et_pb_first_row_first_module_slide_container=$et_pb_first_row_first_module.find('.et_pb_slide .et_pb_container'), et_pb_slide_image_margin_top=0 -(parseInt($et_pb_first_row_first_module_slide_image.height()) / 2), et_pb_slide_container_height=0, $et_pb_first_row_first_module_slider_arrow=$et_pb_first_row_first_module.find('.et-pb-slider-arrows a'), et_pb_first_row_slider_arrow_height=$et_pb_first_row_first_module_slider_arrow.height(); et_save_initial_page_container_style( $et_pb_first_row_first_module_slide, 'paddingTop' ); $et_pb_first_row_first_module_slide.css({ 'paddingTop':header_height }); $et_pb_first_row_first_module_slide_container.css({ 'min-height':'' }); et_save_initial_page_container_style( $et_pb_first_row_first_module_slide_image, 'marginTop' ); $et_pb_first_row_first_module_slide_image.css({ 'marginTop':et_pb_slide_image_margin_top }); et_save_initial_page_container_style( $et_pb_first_row_first_module_slider_arrow, 'marginTop' ); $et_pb_first_row_first_module_slider_arrow.css({ 'marginTop':(( header_height / 2) -(et_pb_first_row_slider_arrow_height / 2)) }); var et_pb_first_row_slide_container_height_new=0; $et_pb_first_row_first_module.find('.et_pb_slide').each(function(){ var $et_pb_first_row_first_module_slide_item=$(this), $et_pb_first_row_first_module_slide_container=$et_pb_first_row_first_module_slide_item.find('.et_pb_container'); $et_pb_first_row_first_module_slide_item.show(); $et_pb_first_row_first_module_slide_container.css({ 'min-height':'' }); var et_pb_first_row_slide_container_height=$et_pb_first_row_first_module_slide_container.innerHeight(); if(et_pb_first_row_slide_container_height_new < et_pb_first_row_slide_container_height){ et_pb_first_row_slide_container_height_new=et_pb_first_row_slide_container_height; } if($et_pb_first_row_first_module_slide_item.is(':not(".et-pb-active-slide")')){ $et_pb_first_row_first_module_slide_item.hide(); }}); et_save_initial_page_container_style( $et_pb_first_row_first_module_slide_container, 'min-height' ); $et_pb_first_row_first_module_slide_container.css({ 'min-height':et_pb_first_row_slide_container_height_new }); }else if($et_pb_first_row_first_module.is('.et_pb_fullwidth_header')){ $et_pb_first_row_first_module.removeAttr('style'); var et_pb_first_row_first_module_fullwidth_header_padding_top=parseInt($et_pb_first_row_first_module.css('paddingTop')); et_save_initial_page_container_style( $et_pb_first_row_first_module, 'paddingTop' ); $et_pb_first_row_first_module.css({ 'paddingTop':(header_height + et_pb_first_row_first_module_fullwidth_header_padding_top) }); }else if($et_pb_first_row_first_module.is('.et_pb_fullwidth_portfolio')){ et_save_initial_page_container_style( $et_pb_first_row_first_module, 'paddingTop' ); $et_pb_first_row_first_module.css({ 'paddingTop':header_height }); }else if($et_pb_first_row_first_module.is('.et_pb_map_container')){ var $et_pb_first_row_map=$et_pb_first_row_first_module.find('.et_pb_map'); $et_pb_first_row_map.css({ 'height':'' }); $et_pb_first_row_first_module.find('.et_pb_map').css({ 'height':header_height + parseInt($et_pb_first_row_map.css('height')) }); $et_pb_first_row_first_module.addClass('et_beneath_transparent_nav'); }else if($et_pb_first_row_first_module.is('.et_pb_fullwidth_menu')){ et_save_initial_page_container_style( $et_pb_first_row_first_module, 'marginTop' ); $et_pb_first_row_first_module.css({ 'marginTop':header_height }); }else if($et_pb_first_row_first_module.is('.et_pb_fullwidth_code')){ var $et_pb_first_row_first_module_code=$et_pb_first_row_first_module; $et_pb_first_row_first_module_code.css({ 'paddingTop':'' }); var et_pb_first_row_first_module_code_padding_top=parseInt($et_pb_first_row_first_module_code.css('paddingTop')); et_save_initial_page_container_style( $et_pb_first_row_first_module_code, 'paddingTop' ); $et_pb_first_row_first_module_code.css({ 'paddingTop':header_height + et_pb_first_row_first_module_code_padding_top }); }else if($et_pb_first_row_first_module.is('.et_pb_post_title')){ var $et_pb_first_row_first_module_title=$et_pb_first_row_first_module; et_save_initial_page_container_style( $et_pb_first_row_first_module_title, 'paddingTop' ); $et_pb_first_row_first_module.css({ 'paddingTop':header_height + 50 }); }else if(! $et_pb_first_row_first_module.length){ et_pb_first_row_padding_top=parseFloat($et_pb_first_row.css('paddingTop')); et_save_initial_page_container_style( $et_pb_first_row, 'paddingTop' ); if(! $et_pb_first_row.data('is_hide_nav')){ $et_pb_first_row.css({ 'paddingTop':et_pb_first_row_padding_top + header_height }); } clearTimeout(window.et_fallback_transparent_adjustment_timeout); window.et_fallback_transparent_adjustment_timeout=setTimeout(function(){ var is_hide_nav=$('body').hasClass('et_hide_nav')&&$('#main-header').css('transform')!=='matrix(1, 0, 0, 1, 0, 0)'; if(is_hide_nav){ $et_pb_first_row.css({ 'paddingTop':'' }); }else{ $et_pb_first_row.css({ 'paddingTop':et_pb_first_row_padding_top + header_height }); } $et_pb_first_row.data('is_hide_nav', is_hide_nav); }, 300) }}else if(is_pb){ $et_pb_first_row.css({ 'paddingTop':'' }); var saved_custom_padding=$et_pb_first_row.attr('data-padding'), saved_custom_padding_top=et_get_saved_padding_margin_value(saved_custom_padding, 0), saved_custom_padding_tablet=$et_pb_first_row.attr('data-padding-tablet'), saved_custom_padding_tablet_top=et_get_saved_padding_margin_value(saved_custom_padding_tablet, 0), saved_custom_padding_phone=$et_pb_first_row.attr('data-padding-phone'), saved_custom_padding_phone_top=et_get_saved_padding_margin_value(saved_custom_padding_phone, 0), applied_saved_custom_padding; if(saved_custom_padding_top||saved_custom_padding_tablet_top||saved_custom_padding_phone_top){ if(et_window_width > 980&&saved_custom_padding_top){ $et_pb_first_row.css({ paddingTop: saved_custom_padding_top }); }else if(et_window_width > 767&&saved_custom_padding_tablet_top){ $et_pb_first_row.css({ paddingTop: saved_custom_padding_tablet_top }); }else if(saved_custom_padding_phone_top){ $et_pb_first_row.css({ paddingTop: saved_custom_padding_phone_top }); } applied_saved_custom_padding=parseInt($et_pb_first_row.css('paddingTop')); $et_pb_first_row.css({ paddingTop:(header_height + applied_saved_custom_padding) }); }else{ et_pb_first_row_padding_top=header_height + parseInt($et_pb_first_row.css('paddingTop')); et_save_initial_page_container_style( $et_pb_first_row, 'paddingTop' ); $et_pb_first_row.css({ 'paddingTop':et_pb_first_row_padding_top }); }}else if(is_no_pb_mobile){ $et_main_content_first_row.css({ 'paddingTop':header_height }); }else{ $('#main-content .container:first-child').css({ 'paddingTop':header_height }); } if(! $('#et_fix_page_container_position').length){ $(''; head.appendChild(div.childNodes[1]); } if(options){ $.extend(settings, options); } return this.each(function(){ var selectors=[ 'iframe[src*="player.vimeo.com"]', 'iframe[src*="youtube.com"]', 'iframe[src*="youtube-nocookie.com"]', 'iframe[src*="kickstarter.com"][src*="video.html"]', 'object', 'embed' ]; if(settings.customSelector){ selectors.push(settings.customSelector); } var ignoreList='.fitvidsignore'; if(settings.ignore){ ignoreList=ignoreList + ', ' + settings.ignore; } var $allVideos=$(this).find(selectors.join(',')); $allVideos=$allVideos.not('object object'); $allVideos=$allVideos.not(ignoreList); $allVideos.each(function(count){ var $this=$(this); if($this.parents(ignoreList).length > 0){ return; } if(this.tagName.toLowerCase()==='embed'&&$this.parent('object').length||$this.parent('.fluid-width-video-wrapper').length){ return; } if((!$this.css('height')&&!$this.css('width'))&&(isNaN($this.attr('height'))||isNaN($this.attr('width')))){ $this.attr('height', 9); $this.attr('width', 16); } var height=(this.tagName.toLowerCase()==='object'||($this.attr('height')&&!isNaN(parseInt($this.attr('height'), 10)))) ? parseInt($this.attr('height'), 10):$this.height(), width = !isNaN(parseInt($this.attr('width'), 10)) ? parseInt($this.attr('width'), 10):$this.width(), aspectRatio=height / width; if(!$this.attr('id')){ var videoID='fitvid' + count; $this.attr('id', videoID); } $this.wrap('
    ').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+'%'); $this.removeAttr('height').removeAttr('width'); }); }); };})(window.jQuery||window.Zepto); !function(){"use strict";function t(o){if(!o)throw new Error("No options passed to Waypoint constructor");if(!o.element)throw new Error("No element option passed to Waypoint constructor");if(!o.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,o),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=o.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var o in i)e.push(i[o]);for(var n=0,r=e.length;r>n;n++)e[n][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.invokeAll("enable")},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=n.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,o[t.waypointContextKey]=this,i+=1,this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,o={},n=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical);t&&e&&(this.adapter.off(".waypoints"),delete o[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,n.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||n.isTouch)&&(e.didScroll=!0,n.requestAnimationFrame(t))})},e.prototype.handleResize=function(){n.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var o=e[i],n=o.newScroll>o.oldScroll,r=n?o.forward:o.backward;for(var s in this.waypoints[i]){var a=this.waypoints[i][s],l=o.oldScroll=a.triggerPoint,p=l&&h,u=!l&&!h;(p||u)&&(a.queueTrigger(r),t[a.group.id]=a.group)}}for(var c in t)t[c].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?n.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?n.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var o=0,n=t.length;n>o;o++)t[o].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),o={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var r in t){var s=t[r];for(var a in this.waypoints[r]){var l,h,p,u,c,d=this.waypoints[r][a],f=d.options.offset,w=d.triggerPoint,y=0,g=null==w;d.element!==d.element.window&&(y=d.adapter.offset()[s.offsetProp]),"function"==typeof f?f=f.apply(d):"string"==typeof f&&(f=parseFloat(f),d.options.offset.indexOf("%")>-1&&(f=Math.ceil(s.contextDimension*f/100))),l=s.contextScroll-s.contextOffset,d.triggerPoint=y+l-f,h=w=s.oldScroll,u=h&&p,c=!h&&!p,!g&&u?(d.queueTrigger(s.backward),o[d.group.id]=d.group):!g&&c?(d.queueTrigger(s.forward),o[d.group.id]=d.group):g&&s.oldScroll>=d.triggerPoint&&(d.queueTrigger(s.forward),o[d.group.id]=d.group)}}return n.requestAnimationFrame(function(){for(var t in o)o[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in o)o[t].refresh()},e.findByElement=function(t){return o[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},n.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},n.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),o[this.axis][this.name]=this}var o={vertical:{},horizontal:{}},n=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var o=this.triggerQueues[i],n="up"===i||"left"===i;o.sort(n?e:t);for(var r=0,s=o.length;s>r;r+=1){var a=o[r];(a.options.continuous||r===o.length-1)&&a.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints),o=i===this.waypoints.length-1;return o?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=n.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return o[t.axis][t.name]||new i(t)},n.Group=i}(),function(){"use strict";function t(t){this.$element=e(t)}var e=window.jQuery,i=window.Waypoint;e.each(["innerHeight","innerWidth","off","offset","on","outerHeight","outerWidth","scrollLeft","scrollTop"],function(e,i){t.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),e.each(["extend","inArray","isEmptyObject"],function(i,o){t[o]=e[o]}),i.adapters.push({name:"jquery",Adapter:t}),i.Adapter=t}(),function(){"use strict";function t(t){return function(){var i=[],o=arguments[0];return t.isFunction(arguments[0])&&(o=t.extend({},arguments[1]),o.handler=arguments[0]),this.each(function(){var n=t.extend({},o,{element:this});"string"==typeof n.context&&(n.context=t(this).closest(n.context)[0]),i.push(new e(n))}),i}}var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.waypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.waypoint=t(window.Zepto))}(); !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):window.jQuery||window.Zepto)}(function(a){var b,c,d,e,f,g,h="Close",i="BeforeClose",j="AfterClose",k="BeforeAppend",l="MarkupParse",m="Open",n="Change",o="mfp",p="."+o,q="mfp-ready",r="mfp-removing",s="mfp-prevent-close",t=function(){},u=!!window.jQuery,v=a(window),w=function(a,c){b.ev.on(o+a+p,c)},x=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},y=function(c,d){b.ev.triggerHandler(o+c,d),b.st.callbacks&&(c=c.charAt(0).toLowerCase()+c.slice(1),b.st.callbacks[c]&&b.st.callbacks[c].apply(b,a.isArray(d)?d:[d]))},z=function(c){return c===g&&b.currTemplate.closeBtn||(b.currTemplate.closeBtn=a(b.st.closeMarkup.replace("%title%",b.st.tClose)),g=c),b.currTemplate.closeBtn},A=function(){a.magnificPopup.instance||(b=new t,b.init(),a.magnificPopup.instance=b)},B=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(void 0!==a.transition)return!0;for(;b.length;)if(b.pop()+"Transition"in a)return!0;return!1};t.prototype={constructor:t,init:function(){var c=navigator.appVersion;b.isIE7=-1!==c.indexOf("MSIE 7."),b.isIE8=-1!==c.indexOf("MSIE 8."),b.isLowIE=b.isIE7||b.isIE8,b.isAndroid=/android/gi.test(c),b.isIOS=/iphone|ipad|ipod/gi.test(c),b.supportsTransition=B(),b.probablyMobile=b.isAndroid||b.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),d=a(document),b.popupsCache={}},open:function(c){var e;if(c.isObj===!1){b.items=c.items.toArray(),b.index=0;var g,h=c.items;for(e=0;e(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(a,c){if(void 0===c||c===!1)return!0;if(e=a.split("_"),e.length>1){var d=b.find(p+"-"+e[0]);if(d.length>0){var f=e[1];"replaceWith"===f?d[0]!==c[0]&&d.replaceWith(c):"img"===f?d.is("img")?d.attr("src",c):d.replaceWith(''):d.attr(e[1],c)}}else b.find(p+"-"+a).html(c)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("
    ");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'The content could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'
    ',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'The image could not be loaded.'},proto:{initImage:function(){var c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'
    ',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery",g=Boolean(a.fn.mfpFastClick);return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s),h=g?"mfpFastClick":"click";e[h](function(){b.prev()}),f[h](function(){b.next()}),b.isIE7&&(x("b",e[0],!1,!0),x("a",e[0],!1,!0),x("b",f[0],!1,!0),x("a",f[0],!1,!0)),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowLeft&&g&&b.arrowLeft.add(b.arrowRight).destroyMfpFastClick(),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),function(){var b=1e3,c="ontouchstart"in window,d=function(){v.off("touchmove"+f+" touchend"+f)},e="mfpFastClick",f="."+e;a.fn.mfpFastClick=function(e){return a(this).each(function(){var g,h=a(this);if(c){var i,j,k,l,m,n;h.on("touchstart"+f,function(a){l=!1,n=1,m=a.originalEvent?a.originalEvent.touches[0]:a.touches[0],j=m.clientX,k=m.clientY,v.on("touchmove"+f,function(a){m=a.originalEvent?a.originalEvent.touches:a.touches,n=m.length,m=m[0],(Math.abs(m.clientX-j)>10||Math.abs(m.clientY-k)>10)&&(l=!0,d())}).on("touchend"+f,function(a){d(),l||n>1||(g=!0,a.preventDefault(),clearTimeout(i),i=setTimeout(function(){g=!1},b),e())})})}h.on("click"+f,function(){g||e()})})},a.fn.destroyMfpFastClick=function(){a(this).off("touchstart"+f+" click"+f),c&&v.off("touchmove"+f+" touchend"+f)}}(),A()}); var isBuilder='object'===typeof window.ET_Builder; (function($){ var $et_window=$(window); var $et_top_window=isBuilder ? window.top.jQuery(window.top):$(window); var isBFB=$('body').hasClass('et-bfb'); var isVB=isBuilder&&!isBFB; var isScrollOnAppWindow=function(){ return isVB&&($('html').is('.et-fb-preview--wireframe')||$('html').is('.et-fb-preview--desktop')); }; var isBuilderModeZoom=function(){ return isBuilder&&$('html').is('.et-fb-preview--zoom'); }; window.et_load_event_fired=false; window.et_is_transparent_nav=$('body').hasClass('et_transparent_nav'); window.et_is_vertical_nav=$('body').hasClass('et_vertical_nav'); window.et_is_fixed_nav=$('body').hasClass('et_fixed_nav'); window.et_is_minified_js=$('body').hasClass('et_minified_js'); window.et_is_minified_css=$('body').hasClass('et_minified_css'); window.et_force_width_container_change=false; jQuery.fn.reverse=[].reverse; jQuery.fn.closest_descendent=function(selector){ var $found, $current_children=this.children(); while($current_children.length){ $found=$current_children.filter(selector); if($found.length){ break; } $current_children=$current_children.children(); } return $found; }; window.et_pb_init_modules=function(){ isBFB=$('body').hasClass('et-bfb'); isVB=isBuilder&&!isBFB; $.et_pb_simple_slider=function(el, options){ var settings=$.extend({ slide:'.et-slide', arrows:'.et-pb-slider-arrows', prev_arrow:'.et-pb-arrow-prev', next_arrow:'.et-pb-arrow-next', controls:'.et-pb-controllers a', carousel_controls:'.et_pb_carousel_item', control_active_class:'et-pb-active-control', previous_text:et_pb_custom.previous, next_text:et_pb_custom.next, fade_speed:500, use_arrows:true, use_controls:true, manual_arrows:'', append_controls_to:'', controls_below:false, controls_class:'et-pb-controllers', slideshow:false, slideshow_speed:7000, show_progress_bar:false, tabs_animation:false, use_carousel:false }, options); var $et_slider=$(el), $et_slide=$et_slider.closest_descendent(settings.slide), et_slides_number=$et_slide.length, et_fade_speed=settings.fade_speed, et_active_slide=0, $et_slider_arrows, $et_slider_prev, $et_slider_next, $et_slider_controls, $et_slider_carousel_controls, et_slider_timer, controls_html='', carousel_html='', $progress_bar=null, progress_timer_count=0, $et_pb_container=$et_slider.find('.et_pb_container'), et_pb_container_width=$et_pb_container.width(), is_post_slider=$et_slider.hasClass('et_pb_post_slider'), stop_slider=false; $et_slider.et_animation_running=false; $.data(el, "et_pb_simple_slider", $et_slider); $et_slide.eq(0).addClass('et-pb-active-slide'); if(! settings.tabs_animation){ if(!$et_slider.hasClass('et_pb_bg_layout_dark')&&!$et_slider.hasClass('et_pb_bg_layout_light')){ $et_slider.addClass(et_get_bg_layout_color($et_slide.eq(0))); }} if(settings.use_arrows&&et_slides_number > 1){ if(settings.manual_arrows=='') $et_slider.append(''); else $et_slider.append(settings.manual_arrows); $et_slider_arrows=$et_slider.find(settings.arrows); $et_slider_prev=$et_slider.find(settings.prev_arrow); $et_slider_next=$et_slider.find(settings.next_arrow); $et_slider.on('click.et_pb_simple_slider', settings.next_arrow, function(){ if($et_slider.et_animation_running) return false; $et_slider.et_slider_move_to('next'); return false; }); $et_slider.on('click.et_pb_simple_slider', settings.prev_arrow, function(){ if($et_slider.et_animation_running) return false; $et_slider.et_slider_move_to('previous'); return false; }); $et_slider.on('swipeleft.et_pb_simple_slider', settings.slide, function(event){ if($(event.target).closest('.et-fb-popover-tinymce').length||$(event.target).closest('.et-fb-editable-element').length){ return; } $et_slider.et_slider_move_to('next'); }); $et_slider.on('swiperight.et_pb_simple_slider', settings.slide, function(event){ if($(event.target).closest('.et-fb-popover-tinymce').length||$(event.target).closest('.et-fb-editable-element').length){ return; } $et_slider.et_slider_move_to('previous'); }); } if(settings.use_controls&&et_slides_number > 1){ for(var i=1; i <=et_slides_number; i++){ controls_html +='' + i + ''; } if($et_slider.find('video').length > 0){ settings.controls_class +=' et-pb-controllers-has-video-tag'; } controls_html = '
    ' + controls_html + '
    '; if(settings.append_controls_to=='') $et_slider.append(controls_html); else $(settings.append_controls_to).append(controls_html); if(settings.controls_below) $et_slider_controls=$et_slider.parent().find(settings.controls); else $et_slider_controls=$et_slider.find(settings.controls); $et_slider_controls.on('click.et_pb_simple_slider', function (){ if($et_slider.et_animation_running) return false; $et_slider.et_slider_move_to($(this).index()); return false; }); } et_maybe_set_controls_color($et_slide.eq(0)); if(settings.use_carousel&&et_slides_number > 1){ for(var i=1; i <=et_slides_number; i++){ slide_id=i - 1; image_src=($et_slide.eq(slide_id).data('image')!==undefined) ? 'url(' + $et_slide.eq(slide_id).data('image') + ')':'none'; carousel_html +=''; } carousel_html = ''; $et_slider.after(carousel_html); $et_slider_carousel_controls=$et_slider.siblings('.et_pb_carousel').find(settings.carousel_controls); $et_slider_carousel_controls.on('click.et_pb_simple_slider', function(){ if($et_slider.et_animation_running) return false; var $this=$(this); $et_slider.et_slider_move_to($this.data('slide-id')); return false; }); } if(settings.slideshow&&et_slides_number > 1){ $et_slider.on('mouseenter.et_pb_simple_slider', function(){ if($et_slider.hasClass('et_slider_auto_ignore_hover')){ return; } $et_slider.addClass('et_slider_hovered'); if(typeof et_slider_timer!=='undefined'){ clearTimeout(et_slider_timer); }}).on('mouseleave.et_pb_simple_slider', function(){ if($et_slider.hasClass('et_slider_auto_ignore_hover')){ return; } $et_slider.removeClass('et_slider_hovered'); et_slider_auto_rotate(); }); } et_slider_auto_rotate(); function et_slider_auto_rotate(){ if(stop_slider){ return; } if($et_slider.hasClass('et_pb_pause_slider')){ setTimeout(function(){ et_slider_auto_rotate(); }, 2000); return; } if(settings.slideshow&&et_slides_number > 1&&! $et_slider.hasClass('et_slider_hovered')){ et_slider_timer=setTimeout(function(){ $et_slider.et_slider_move_to('next'); }, settings.slideshow_speed); }} $et_slider.et_slider_destroy=function(){ if(typeof et_slider_timer!=='undefined'){ clearTimeout(et_slider_timer); } stop_slider=true; $et_slider.off('.et_pb_simple_slider'); $et_slider.find('.et_pb_slide').css({ 'z-index': '', 'display': '', 'opacity': '', }); $et_slider.find('.et-pb-active-slide').removeClass('et-pb-active-slide'); $et_slider.find('.et-pb-moved-slide').removeClass('et-pb-moved-slide'); $et_slider.find('.et-pb-slider-arrows, .et-pb-controllers').remove(); $et_slider.siblings('.et_pb_carousel').remove(); $et_slider.removeData('et_pb_simple_slider'); }; function et_stop_video(active_slide){ var $et_video, et_video_src; if(active_slide.has('iframe').length){ $et_video=active_slide.find('iframe'); et_video_src=$et_video.attr('src'); $et_video.attr('src', ''); $et_video.attr('src', et_video_src); }else if(active_slide.has('video').length){ if(!active_slide.find('.et_pb_section_video_bg').length){ $et_video=active_slide.find('video'); $et_video[0].pause(); }} } $et_slider.et_fix_slider_content_images=et_fix_slider_content_images; function et_fix_slider_content_images(){ var $this_slider=$et_slider, $slide_image_container=$this_slider.find('.et-pb-active-slide .et_pb_slide_image'), $slide_video_container=$this_slider.find('.et-pb-active-slide .et_pb_slide_video'), $slide=$slide_image_container.closest('.et_pb_slide'), $slider=$slide.closest('.et_pb_slider'), slide_height=parseFloat($slider.innerHeight()), image_height=parseFloat(slide_height * 0.8), slide_image_container_height=parseFloat($slide_image_container.height()), slide_video_container_height=parseFloat($slide_video_container.height()); if(! isNaN(image_height)){ $slide_image_container.find('img').css('maxHeight', image_height + 'px'); slide_image_container_height=parseInt($slide_image_container.height()) } if(! isNaN(slide_image_container_height)&&$slide.hasClass('et_pb_media_alignment_center')){ $slide_image_container.css('marginTop', '-' +(slide_image_container_height / 2) + 'px'); } if(! isNaN(slide_video_container_height)){ $slide_video_container.css('marginTop', '-' +(slide_video_container_height / 2) + 'px'); }} function et_get_bg_layout_color($slide){ if($slide.hasClass('et_pb_bg_layout_light')){ return 'et_pb_bg_layout_light'; } return 'et_pb_bg_layout_dark'; } function et_maybe_set_controls_color($slide){ var next_slide_dot_color, $arrows, arrows_color; if(typeof $et_slider_controls!=='undefined'&&$et_slider_controls.length){ next_slide_dot_color=$slide.attr('data-dots_color')||''; if(next_slide_dot_color!==''){ $et_slider_controls.attr('style', 'background-color: ' + hex_to_rgba(next_slide_dot_color, '0.3') + ';'); $et_slider_controls.filter('.et-pb-active-control').attr('style', 'background-color: ' + hex_to_rgba(next_slide_dot_color) + '!important;'); }else{ $et_slider_controls.removeAttr('style'); }} if(typeof $et_slider_arrows!=='undefined'&&$et_slider_arrows.length){ $arrows=$et_slider_arrows.find('a'); arrows_color=$slide.attr('data-arrows_color')||''; if(arrows_color!==''){ $arrows.attr('style', 'color: ' + arrows_color + '!important;'); }else{ $arrows.css('color', 'inherit'); }} } function et_fix_builder_content(){ if(is_post_slider){ setTimeout(function(){ var $et_pb_circle_counter=$('.et_pb_circle_counter'), $et_pb_number_counter=$('.et_pb_number_counter'); window.et_fix_testimonial_inner_width(); if($et_pb_circle_counter.length){ window.et_pb_reinit_circle_counters($et_pb_circle_counter); } if($et_pb_number_counter.length){ window.et_pb_reinit_number_counters($et_pb_number_counter); } window.et_reinit_waypoint_modules(); }, 1000); }} function hex_to_rgba(color, alpha){ var color_16=parseInt(color.replace('#', ''), 16), red=(color_16 >> 16) & 255, green=(color_16 >> 8) & 255, blue=color_16 & 255, alpha=alpha||1, rgba; rgba=red + ',' + green + ',' + blue + ',' + alpha; rgba='rgba(' + rgba + ')'; return rgba; } if(window.et_load_event_fired){ et_fix_slider_height($et_slider); }else{ $et_window.on('load', function(){ et_fix_slider_height($et_slider); }); } $et_window.on('resize.et_simple_slider', function(){ et_fix_slider_height($et_slider); }); $et_slider.et_slider_move_to=function(direction){ var $active_slide=$et_slide.eq(et_active_slide); $et_slider.et_animation_running=true; $et_slider.removeClass('et_slide_transition_to_next et_slide_transition_to_previous').addClass('et_slide_transition_to_' + direction); $et_slider.find('.et-pb-moved-slide').removeClass('et-pb-moved-slide'); if(direction=='next'||direction=='previous'){ if(direction=='next') et_active_slide=(et_active_slide + 1) < et_slides_number ? et_active_slide + 1:0; else et_active_slide=(et_active_slide - 1) >=0 ? et_active_slide - 1:et_slides_number - 1; }else{ if(et_active_slide==direction){ $et_slider.et_animation_running=false; return; } et_active_slide=direction; } if(typeof et_slider_timer!=='undefined'){ clearTimeout(et_slider_timer); } var $next_slide=$et_slide.eq(et_active_slide); $et_slider.trigger('slide', {current: $active_slide, next: $next_slide}); if(typeof $active_slide.find('video')[0]!=='undefined'&&typeof $active_slide.find('video')[0]['player']!=='undefined'){ $active_slide.find('video')[0].player.pause(); } if(typeof $next_slide.find('video')[0]!=='undefined'&&typeof $next_slide.find('video')[0]['player']!=='undefined'){ $next_slide.find('video')[0].player.play(); } var $active_slide_video=$active_slide.find('.et_pb_video_box iframe'); if($active_slide_video.length){ var active_slide_video_src=$active_slide_video.attr('src'); active_slide_video_src=active_slide_video_src.replace(/\?autoplay=1$/, ''); active_slide_video_src=active_slide_video_src.replace(/\?autoplay=1&(amp;)?/, '?'); active_slide_video_src=active_slide_video_src.replace(/&(amp;)?autoplay=1/, ''); setTimeout(function(){ $active_slide_video.attr({ 'src': active_slide_video_src }); }, settings.fade_speed); $active_slide_video.parents('.et_pb_video_box').next('.et_pb_video_overlay').css({ 'display':'block', 'opacity':1 }); } $et_slider.trigger('simple_slider_before_move_to', { direction:direction, next_slide:$next_slide }); $et_slide.each(function(){ $(this).css('zIndex', 1); }); $active_slide.css('zIndex', 2).removeClass('et-pb-active-slide').addClass('et-pb-moved-slide').data('slide-status', 'inactive'); $next_slide.css({ 'display':'block', opacity:0 }).addClass('et-pb-active-slide').data('slide-status', 'active'); et_fix_slider_content_images(); et_fix_builder_content(); if(settings.use_controls) $et_slider_controls.removeClass(settings.control_active_class).eq(et_active_slide).addClass(settings.control_active_class); if(settings.use_carousel&&$et_slider_carousel_controls) $et_slider_carousel_controls.removeClass(settings.control_active_class).eq(et_active_slide).addClass(settings.control_active_class); if(! settings.tabs_animation){ et_maybe_set_controls_color($next_slide); $next_slide.animate({ opacity:1 }, et_fade_speed); $active_slide.addClass('et_slide_transition').css({ 'display':'list-item', 'opacity':1 }).animate({ opacity:0 }, et_fade_speed, function(){ var active_slide_layout_bg_color=et_get_bg_layout_color($active_slide), next_slide_layout_bg_color=et_get_bg_layout_color($next_slide); if(isBuilder){ $(this).removeClass('et_slide_transition'); }else{ $(this).css('display', 'none').removeClass('et_slide_transition'); } et_stop_video($active_slide); $et_slider .removeClass(active_slide_layout_bg_color) .addClass(next_slide_layout_bg_color); $et_slider.et_animation_running=false; $et_slider.trigger('simple_slider_after_move_to', { next_slide:$next_slide }); }); }else{ $next_slide.css({ 'display':'none', opacity:0 }); $active_slide.addClass('et_slide_transition').css({ 'display':'block', 'opacity':1 }).animate({ opacity:0 }, et_fade_speed, function(){ $(this).css('display', 'none').removeClass('et_slide_transition'); $next_slide.css({ 'display':'block', 'opacity':0 }).animate({ opacity:1 }, et_fade_speed, function(){ $et_slider.et_animation_running=false; $et_slider.trigger('simple_slider_after_move_to', { next_slide:$next_slide }); }); }); } if($next_slide.find('.et_parallax_bg').length){ window.et_pb_parallax_init($next_slide.find('.et_parallax_bg')); } et_slider_auto_rotate(); }}; $.fn.et_pb_simple_slider=function(options){ return this.each(function(){ var slider=$.data(this, 'et_pb_simple_slider'); return slider ? slider:new $.et_pb_simple_slider(this, options); }); }; var et_hash_module_seperator='||', et_hash_module_param_seperator='|'; function process_et_hashchange(hash){ if(! hash.length){ return; } var modules; var module_params; var element; if((hash.indexOf(et_hash_module_seperator, 0))!==- 1){ modules=hash.split(et_hash_module_seperator); for (var i=0; i < modules.length; i ++){ module_params=modules[i].split(et_hash_module_param_seperator); element=module_params[0]; module_params.shift(); if(element.length&&$('#' + element).length){ $('#' + element).trigger({ type: "et_hashchange", params: module_params }); }} }else{ module_params=hash.split(et_hash_module_param_seperator); element=module_params[0]; module_params.shift(); if(element.length&&$('#' + element).length){ $('#' + element).trigger({ type: "et_hashchange", params: module_params }); }} } function et_set_hash(module_state_hash){ module_id=module_state_hash.split(et_hash_module_param_seperator)[0]; if(!$('#' + module_id).length){ return; } if(window.location.hash){ var hash=window.location.hash.substring(1), new_hash=[]; if(( hash.indexOf(et_hash_module_seperator, 0))!==-1){ modules=hash.split(et_hash_module_seperator); var in_hash=false; for(var i=0; i < modules.length; i++){ var element=modules[i].split(et_hash_module_param_seperator)[0]; if(element===module_id){ new_hash.push(module_state_hash); in_hash=true; }else{ new_hash.push(modules[i]); }} if(!in_hash){ new_hash.push(module_state_hash); }}else{ module_params=hash.split(et_hash_module_param_seperator); var element=module_params[0]; if(element!==module_id){ new_hash.push(hash); } new_hash.push(module_state_hash); } hash=new_hash.join(et_hash_module_seperator); }else{ hash=module_state_hash; } var yScroll=document.body.scrollTop; window.location.hash=hash; document.body.scrollTop=yScroll; } $.et_pb_simple_carousel=function(el, options){ var settings=$.extend({ slide_duration:500, }, options); var $et_carousel=$(el), $carousel_items=$et_carousel.find('.et_pb_carousel_items'), $the_carousel_items=$carousel_items.find('.et_pb_carousel_item'); $et_carousel.et_animation_running=false; $et_carousel.addClass('container-width-change-notify').on('containerWidthChanged', function(event){ set_carousel_columns($et_carousel); set_carousel_height($et_carousel); }); $carousel_items.data('items', $the_carousel_items.toArray()); $et_carousel.data('columns_setting_up', false); $carousel_items.prepend(''); set_carousel_columns($et_carousel); set_carousel_height($et_carousel); $et_carousel_next=$et_carousel.find('.et-pb-arrow-next'); $et_carousel_prev=$et_carousel.find('.et-pb-arrow-prev'); $et_carousel.on('click', '.et-pb-arrow-next', function(){ if($et_carousel.et_animation_running) return false; $et_carousel.et_carousel_move_to('next'); return false; }); $et_carousel.on('click', '.et-pb-arrow-prev', function(){ if($et_carousel.et_animation_running) return false; $et_carousel.et_carousel_move_to('previous'); return false; }); $et_carousel.on('swipeleft', function(){ $et_carousel.et_carousel_move_to('next'); }); $et_carousel.on('swiperight', function(){ $et_carousel.et_carousel_move_to('previous'); }); function set_carousel_height($the_carousel){ var carousel_items_width=$the_carousel_items.width(), carousel_items_height=$the_carousel_items.height(); if($the_carousel.parent().hasClass('et_pb_with_border')){ carousel_items_height=$the_carousel_items.outerHeight(); } $carousel_items.css('height', carousel_items_height + 'px'); } function set_carousel_columns($the_carousel){ var columns=3; var $carousel_parent=$the_carousel.parents('.et_pb_column:not(".et_pb_specialty_column")'); if($carousel_parent.hasClass('et_pb_column_4_4')||$carousel_parent.hasClass('et_pb_column_3_4')||$carousel_parent.hasClass('et_pb_column_2_3')){ if($et_window.width() >=768){ columns=4; }}else if($carousel_parent.hasClass('et_pb_column_1_4')){ if($et_window.width() <=480&&$et_window.width() >=980){ columns=2; }}else if($carousel_parent.hasClass('et_pb_column_3_5')){ columns=4; }else if($carousel_parent.hasClass('et_pb_column_1_5')||$carousel_parent.hasClass('et_pb_column_1_6')){ columns=2; } if(columns===$carousel_items.data('portfolio-columns')){ return; } if($the_carousel.data('columns_setting_up')){ return; } $the_carousel.data('columns_setting_up', true); $carousel_items.removeClass('columns-' + $carousel_items.data('portfolio-columns')); $carousel_items.addClass('columns-' + columns); $carousel_items.data('portfolio-columns', columns); if($carousel_items.find('.et-carousel-group').length){ $the_carousel_items.appendTo($carousel_items); $carousel_items.find('.et-carousel-group').remove(); } var the_carousel_items=$carousel_items.data('items'), $carousel_group=$('